#agree_view_div {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    display: none;
    width: 300px;
    padding: 10px;
    background-color: #f4f4f4;
    border: 1px solid #a9a9a9;
    text-align: center;
    font-size: 12px;
    line-height: 140%;
}

.agree_title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
}

.agree_info {
    text-align: left;
    margin-bottom: 5px;
}

.agree_sub_title {
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

#agree_comment {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    margin-bottom: 5px;
}

.agree_reg_ok {
    background-color: #595959;
    border: 1px solid #595959;
    color: white;
    padding: 5px;
    cursor: pointer;
}

.agree_div_clo {
    background-color: white;
    border: 1px solid #595959;
    padding: 5px;
    cursor: pointer;
}

.prod_detail_box {
    display: flex;
    gap: 64px;
}

.prod_detail_img {
    margin-bottom: 20px;
}

.prod_detail_img img {
    width: 580px;
    height: 580px;
    border-radius: 6px;
}

.prod_detail_imgbox img {
    width: 100px;
    height: 100px;
    border: 1px solid #F0F3F6;
    border-radius: 6px;
    margin-right: 5px;
}

.prod_detail_imgbox img:hover {
    border: 2px solid #000000;
}

.prod_detail_info {
    width: 596px;
    min-width: 596px;
}

.product_nm {
    font-size: 32px;
    line-height: 38px;
}

.total_start_num {
    position: relative;
    font-size: 16px;
    line-height: 16px;
    padding-left: 24px;
    padding-bottom: 14px;
    background-image: url(/dbcenter_renewal/images/db_total_star.png);
    background-repeat: no-repeat;
    background-position: 2px -2px;
    background-size: 20px;
    margin: 20px 0 18px;
    cursor: pointer;
}

.prod_cus_price {
    font-weight: 800;
    text-align: right;
}

.product_nm .prod_cus_price span {
    display: inline-block;
    vertical-align: 1px;
    font-size: 24px;
    line-height: 24px;
    font-weight: 400;
    margin-left: 2px;
    margin-bottom: 30px;
}

.total_start_num:hover>.box_class,
.box_class:hover{
    display: block;
}
.total_start_num>.box_class {
    position: absolute;
    display: none;
    top: 30px;
    left: 0px;
    width: 200px;
    background-color: #fff;
    border-radius: 6px;
    font-size: 12px;
    line-height: 12px;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.12);
}

.box_class>div {
    background-color: #000;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    color: white;
    border-radius: 6px 6px 0 0;
    padding: 13px 16px;
    display: flex;
    justify-content: space-between;
}

.box_class span {
    font-weight: 400;
}

.box_class ul {
    padding: 0 16px 16px;
}

.box_class li {
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.prod_detail_ul {
    width: 100%;
    border-top: 2px solid #000000;
    font-size: 14px;
    line-height: 26px;
}

.prod_detail_ul>li {
    border-bottom: 1px solid #F0F3F6;
    padding: 18px 20px 21px;
}

.prod_detail_ul ul>li {
    display: flex;
    min-height: 32px;
    padding: 6px 0;
}

.prod_detail_ul button {
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DADEE2;
    border-radius: 4px;
    font-size: 12px;
    line-height: 12px;
    padding: 8px 10px;
    cursor: pointer;
}

.prod_detail_title button {
    display: block;
    margin-top: 3px;
}

.prod_detail_ul li>div {
    width: 386px;
    text-align: left;
}
.prod_detail_ul li>.prod_detail_title {
    font-weight: 700;
    width: 170px;
}

.input_clip_holder {
    opacity:0;
    cursor: context-menu;
}
.prod_ss_text {
    font-size: 12px;
    line-height: 12px;
    color: #737E88;
    margin-top: 7px;
}

.prod_detail_supp_page {
    display: inline-block;
    height: 24px;
    padding-right: 24px;
    background-image: url(/dbcenter_renewal/images/db_view_arrow.png);
    background-repeat: no-repeat;
    background-position: right 2px;
    background-size: 24px;
}

.price_info {
    background-color: #F0F3F8;
}

.prod_detail_btn {
    padding: 16px 0 64px;
}

.prd_mini_btn_wrap {
    display: flex;
    gap: 8px;
    justify-content: right;
    margin-bottom: 24px;
}

.prd_mini_btn_wrap a {
    display: block;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DADEE2;
    border-radius: 4px;
    font-size: 12px;
    padding: 7px 11px;
}

.prd_mini_btn_wrap img {
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

.prd_btn_wrap {
    width: 596px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: right;
    margin: auto 0px auto auto;

}

.prd_btn_wrap>div,
.prd_btn_wrap button {
    width: 192px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border: 1px solid #0475D5;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    color: #0475D5;
    height: 56px;
    text-align: center;
    cursor: pointer;
}

.prd_btn_wrap > div:has(~ .btn_sai),
.prd_btn_wrap > a:has(~ .btn_sai) button,
.prd_btn_wrap > button:has(~ .btn_sai),
.btn_sai{
    width: 294px !important;
}

.prod_coupang_btn:has(~ .btn_sai),
.btn_sai{
    order : 2;
}

.prd_btn_wrap .btn_approve {
    background-color: #0475D5;
    color: white;
}

.prd_btn_wrap .btn_order.rental {
    background-color: #0475D5;
    color: white;
    width: 100%;
}

.prod_coupang_btn{
    position:relative;
}

.api_sel_list {
    display: none;
    position: absolute;
    border: 1px solid #0475D5;
    border-radius: 4px;
    width: calc(100% + 2px);
    left: -1px;
    top: -1px;
    background-color: #FFFFFF;
}

.api_sel_list li {
    height: 56px;
    border-top: 1px solid #0475D5;
    padding: 19px 0;
}

.api_sel_list li:first-child {
    border-top: none;
}

.return_comment_info{
    margin: 30px 0;
    border: 1px solid #ec9821;
    box-sizing: border-box;
    padding: 15px 30px;
    line-height: 22px;
    background-color: #f0ad4e;
    color: #fff;
}
.return_comment_info .rci_title {
    font-weight: bold;
    margin-bottom: 10px;
}
.return_comment_info .rci_info{
    margin-top: 10px;
}

.gosi_wrap{
    width: 886px;
    margin: 0 auto;
}

.prd_notice_info {
    border: 1px solid #d02b25;
    box-sizing: border-box;
    line-height: 22px;
    margin-top: 30px;
    padding: 15px 30px;
    background-color: #d9534f;
    color: #fff;
}


.trans_info {
    width: 844px;
    margin: 30px 0px 0px 0px;
    line-height: 140%;
    font-size: 14px;
}
.bold{
    font-weight: bold;
}
.api_layer{
    margin-top:40px;
}

.detail_page_option,
.foreign_detail_option{
    display:none;
    position:absolute;
    width: 1240px;
    background: #FFFFFF;
    border: 4px solid #F0F3F6;
    padding: 32px 0;
    top: 52px;
    border-radius: 6px;
    min-height: 460px;
    box-sizing: border-box;
    z-index: 999;
}
.page_option_head{
    font-size: 14px;
    font-weight: bold;
    margin: 43px 35px 15px 32px;
}
.page_option_head>span{
    display: inline-block;
}
.detail_page_option>ul{
    margin: 0 35px 0 32px;
    border-top: 1px solid #0475d5;
    font-size: 14px;
}
.detail_page_option>ul>li{
    line-height: 44px;
    border-top: 1px solid #eeeeee;
}
.detail_page_option>ul>li:first-child{
    border-top: 0px;
}
.detail_page_option>ul>li>span{
    display: inline-block;
}
.detail_page_name{
    width: 38%;
}
.detail_page_price_1{
    box-sizing: border-box;
    text-align: center;
    width: 90px;
    margin: 0px;
}
.detail_page_volume{
    text-align: center;
    width: 100px;
}
.detail_page_min{
    text-align: center;
    width: 80px;
}
.detail_page_price_2{
    text-align: center;
    width: 85px;
}
.detail_page_price_3{
    text-align: center;
    width: 85px;
}

.detail_option_btn>div{
    float: right;
    margin: 5px 4px 0 0;
}
.detail_option_btn::after{
    clear: both;
    content: '';
    display: block;
}
.option_btn_copy{
    cursor: pointer;
    background-image: url(/images/option_copy.png);
    background-repeat: no-repeat;
    background-position: 12px center;
    background-color: #0475d5;
    padding-left: 38px;
    color: white;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    height: 26px;
    width: 111px;
    border: 0px;
    float: left;
}
.option_btn_close{
    cursor: pointer;
    margin-left: 4px;
    background-image: url(/images/option_close.png);
    height: 26px;
    width: 26px;
    border: 0px;
    float: left;
}
.content {
    padding-left: 0;
}
.content_section {
    width: 884px;
    margin: 0 auto;
}
.content_section img {
    max-width: 100%;
    vertical-align: middle;
}
.prod_app_state {
    margin: 0 29px 0 30px;
}
.prod_app_state table {
    text-align: center;
}
.detail_page_price_1,
.detail_page_volume,
.detail_page_min,
.detail_page_price_2,
.detail_page_price_3{
    width:12%;
}


.foreign_detail_option .detail_option_btn>div{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 41px;
}
.foreign_detail_option .detail_option_btn button{
    height: 26px;
    border: 0px;
    cursor: pointer;
    box-sizing: border-box;
}
.foreign_detail_option .detail_option_btn button.option_btn_copy{
    width: 111px;
    margin-right: 4px;
    padding-left: 38px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    background-color: #0475d5;
    background-image: url(/images/option_copy.png);
}
.foreign_detail_option .detail_option_btn button.option_btn_close{
    width: 26px;
    background-image: url(/images/option_close.png);
}
.foreign_detail_option .foreign_option_head{
    height: 26px;
    font-weight: bold;
    background-color: #1767d4;
    color: white;
    display: flex;
    margin: 0 40px;
}
.foreign_detail_option .foreign_option_head>li{
    font-size: 17px;
    padding-top: 3px;
    letter-spacing: -2px;
    text-align: center;
}
.foreign_detail_option .foreign_option_list .foreign_option_con{
    display: flex;
    margin: 0 40px;
}
.foreign_detail_option .foreign_option_list .foreign_option_con>li{
    min-height: 50px;
    font-size: 16px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-top: 17px;
    text-align: center;
    box-sizing: border-box;
}
.foreign_detail_option .foreign_option_list .foreign_option_con > li.foreign_detail_name{
    padding-top: 15px;
    padding-right: 2px;
}
.foreign_detail_option .foreign_option_head > li.foreign_detail_name,
.foreign_detail_option .foreign_option_con > li.foreign_detail_name{
    padding-left: 8px;
    letter-spacing: -2px;
    text-align: left;
    box-sizing:border-box;
    line-height: 20px;
}
.foreign_detail_option .foreign_option_head > li.foreign_detail_price_1,
.foreign_detail_option .foreign_option_con > li.foreign_detail_price_1,
.foreign_detail_option .foreign_option_head > li.foreign_detail_price_2,
.foreign_detail_option .foreign_option_con > li.foreign_detail_price_2,
.foreign_detail_option .foreign_option_head > li.foreign_detail_price_3,
.foreign_detail_option .foreign_option_con > li.foreign_detail_price_3,
.foreign_detail_option .foreign_option_head > li.foreign_detail_min,
.foreign_detail_option .foreign_option_con > li.foreign_detail_min,
.foreign_detail_option .foreign_option_head > li.foreign_detail_volume,
.foreign_detail_option .foreign_option_con > li.foreign_detail_volume,
.foreign_detail_option .foreign_option_head > li.foreign_detail_weight,
.foreign_detail_option .foreign_option_con > li.foreign_detail_weight{
    width: 11%;
}
.panda_btn {
    cursor: pointer;
}

.detail_notice_div {
    margin-left: 260px;
    padding-left: 40px;
    line-height: 42px;
    height: 42px;
    background-image: url(/images/detail_notice_div.png);
    background-repeat: no-repeat;
    font-weight: bold;
    letter-spacing: -2px;
}

.detail_notice_ul {
    letter-spacing: -1.5px;
    border-top: 3px solid #0475d5;
    padding: 21px 0 30px 0;
    margin: 0 29px 0 30px;
    line-height: 28px;
    color: #6d6d6d;
}

.detail_notice_ul>li {
    padding: 4px 0;
    border-bottom: 1px solid #e5e5e5;
}

.detail_notice_ul>li:first-child {
    border-top: 0px;
}

.detail_notice_ul>li>div {
    float: left;
}

.detail_notice_ul>li>div:first-child {
    box-sizing: border-box;
    padding-left: 15px;
    width: 170px;
    color: #0475d5;
    font-weight: bold;
}

.detail_notice_li {
    width: 996px;
    padding: 5px 0 6px 0;
    line-height: 160%;
}

.detail_notice_ul>li::after {
    clear: both;
    display: block;
    content: '';
}

.disc_price_info{
    margin: 20px 35px 0 32px;
    border: 1px solid black;
    background-color: #fafafa;
    padding:20px;
}
.disc_price_info > div{
    font-size: 18px;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    width: 330px;
    padding-left: 5px;
}
.disc_price_info span{
    color: red;
}
.disc_price_info ul{
    list-style: disc;
    list-style-position: inside;
    margin-top: 15px;
}
.disc_price_info ul li{
    margin-top: 10px;
    font-size: 14px;
}