/* coupon_box */
.coupon_box{
    width: 100%;
    display: flex;
    position: relative;
}
.coupon_box .icon_coupon3{
    width: 100%;
}
.coupon_box .coupon_box_left{
    float: left;
    width: 35.8%;
    position: absolute;
    left: 0;
    /*top: 38%;*/
    /*top: 42%;*/
    top: 50%;
    transform: translateY(-50%);
    /*font-size: 15px;*/
    font-size: 2.125rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.87;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    /* 2308 */
    padding: 0 1.25rem;
}
.coupon_box .coupon_text_big{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.96px;
    text-align: center;
    color: #000;
}
.coupon_box .coupon_box_right{
    float: right;
    width: 64.2%;
    position: absolute;
    right: 0;
    /*top: 24px;*/
    /*padding: 0 19px;*/
    padding: 0 2.375rem;
    top: 50%;
    transform: translateY(-50%);
}
.coupon_box .coupon_text{
    /*font-size: 14px;*/
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.5;*/
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 13px;
    font-size: 1.75rem;
    line-height: normal;
}
.coupon_box .coupon_download_btn{
    width: 100%;
    /*height: 34px;*/
    /*border-radius: 4px;*/
    background-color: #171717;
    color: #fff;
    text-align: center;
    /*font-size: 14px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    align-items: center;
    /* 2404 */
    font-size: 1.75rem;
    height: 4.25rem;
    border-radius: 0.5rem;
}
.coupon_download_btn:hover{
    background-color: #000;
    color: #fff;
}
.coupon_download_btn:focus,
.coupon_download_btn:active{
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}
.coupon_box .coupon_download_btn_gray{
    display: none;
}
.coupon_box .coupon_download_btn_gray .icon_check{
    width: 10px;
    margin-right: 7px;
}
.coupon_box .coupon_text_gray{
    /*font-size: 11px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.91;*/
    letter-spacing: normal;
    text-align: left;
    color: #757575;
    margin-bottom: 0;
    font-family: Pretendard;
    line-height: normal;
    font-size: 1.375rem;
}


/* coupon_box.done */
.coupon_box.done{
    width: 100%;
    display: flex;
    position: relative;
}
.coupon_box.done .icon_coupon3{
    width: 100%;
}
.coupon_box.done .coupon_box_left{
    float: left;
    width: 35.8%;
    position: absolute;
    left: 0;
    /*top: 38%;*/
    /*top: 42%;*/
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.87;
    letter-spacing: normal;
    text-align: center;
    color: #949494;
}
.coupon_box.done .coupon_text_big{
    font-size: 24px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: 0.96px;
    text-align: center;
    color: #949494;
}
.coupon_box.done .coupon_box_right{
    float: right;
    width: 64.2%;
    position: absolute;
    right: 0;
    /*top: 24px;*/
    padding: 0 19px;
    top: 50%;
    transform: translateY(-50%);
}
.coupon_box.done .coupon_text{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #949494;
    margin-bottom: 13px;
}
.coupon_box.done .coupon_download_btn{
    display: none;
}
.coupon_box.done .coupon_download_btn_gray{
    width: 100%;
    height: 34px;
    border-radius: 4px;
    background-color: #ececec;
    color: #707070;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.29;
    letter-spacing: normal;
    align-items: center;
    font-family: Pretendard;
    display: block;
}
.coupon_box.done .coupon_download_btn_gray .icon_check{
    width: 10px;
    margin-right: 7px;
}
.coupon_box.done .coupon_text_gray{
    font-size: 11px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.91;
    letter-spacing: normal;
    text-align: left;
    color: #757575;
    margin-bottom: 0;
    font-family: Pretendard;
}

/* coupon_check */
.coupon_check{
    width: 100%;
    display: flex;
    align-items: center;
}


/* reply_status_box */
.reply_status_box{
    width: 61px;
    height: 26px;
    border-radius: 17.5px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.4;
    letter-spacing: normal;
}

/* question_box */
.question_box{
    width: 100%;
    padding: 19px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}

/* qna_title_box */
.qna_title_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 25px;
    position: relative;
}

/* qna_title */
.qna_title{
    font-size: 21px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.19;
    letter-spacing: 0.84px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}

/* qna_date */
.qna_date{
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #989898;
    margin-bottom: 0;
}

/* question_text */
/* answer_text */
.question_text,
.answer_text{
    font-size: 13.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}

/* answer_box */
.answer_box{
    width: 100%;
    padding: 19px;
    background-color: #f7f7f7;
    border-radius: 10px;
}

/* photo_tab_item */
.photo_tab_item {
    width: 50%;
    /*border-bottom: 3px solid #333333;*/
    display: block;
    float: left;
    transition: all 0.2s ease;
    margin-bottom: 0;
    height: 50px;
    line-height:50px;
    border: 0;
    text-align:center;
    background :#fff;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.64px;
    color: #606060;
    cursor: pointer;
}
input[name="photo_tab_item"] {
    display: none;
}

.photo_tab_cont{
    /*수정*/
    /*display:none;*/
    text-align:left;
    padding: 50px 0 0 0;
    box-sizing: border-box;
    width: 100%;
    /*border-bottom: 0.5px solid #000;*/
}

#photo_tab_menu1:checked ~ #photo_tab_cont1,
#photo_tab_menu2:checked ~ #photo_tab_cont2 {
    display: block;
}

.photo_tab_menu input:checked + .photo_tab_item {
    background-color: #fff;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 50px;
    letter-spacing: 0.64px;
    text-align: center;
    color: #000;
}

.photo_tab_cont > .tab_cont_wrap{
    margin-bottom: 93px;
}

.photo_tab_item_left:after{
    content: "";
    /*display: block;*/
    /*width: 0.5px;*/
    height: 15px;
    border-right: 1px solid #ececec;
    position: absolute;
    right: 0;
    /*top: 17.5px;*/
    /* 2307 */
    top: 50%;
    transform: translateY(-50%);
}


/* photo_img_box */
.photo_tab_cont .photo_img_box{
    /*width: calc( (100% - 8px)/3);*/
    width: calc( (100% - 1rem)/3);
    /*position: relative;*/
    cursor: pointer;
    /* 2310 */
    margin-right: 0.5rem;
}
.photo_tab_cont .photo_img_box:nth-child(3n){
    margin-right: 0;
}
/*.photo_tab_cont .photo_img_box::after{*/
/*    content: "";*/
/*    display: block;*/
/*    padding-bottom: 100%;*/
/*}*/
.photo_tab_cont .photo_img_box .photo_img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}
.photo_tab_cont .photo_img_box .is_square{
    display: block;
    padding-bottom: 100%;
    position: relative;
}
.photo_tab_cont .photo_img_box .is_square img{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.photo_tab_cont .photo_img_box .is_square.video::after {
    content: "\f03d";
    font-family: FontAwesome;
    font-size: 1.875rem;
    color: #ffffffc9;
    text-align: center;
    line-height: 100%; /* 아이콘 세로 중앙 정렬 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo_tab_cont .photo_img_box .is_square.video::before {
    content: ""; /* 가상 요소에 내용 추가 */
    display: block;
    padding-bottom: 100%;
    /*position: relative; */
    position: absolute;
}

/*.photo_tab_cont .photo_img_box.video::after {*/
/*    content: "\f03d";*/
/*    font-family: FontAwesome;*/
/*    font-size: 1.875rem;*/
/*    color: #ffffffc9;*/
/*    text-align: center;*/
/*    line-height: 100%; !* 아이콘 세로 중앙 정렬 *!*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    background: rgba(0, 0, 0, 0.4);*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
/*.photo_tab_cont .photo_img_box.video::before {*/
/*    content: ""; !* 가상 요소에 내용 추가 *!*/
/*    display: block;*/
/*    padding-bottom: 100%;*/
/*    !*position: relative; *!*/
/*    position: absolute;*/
/*}*/

/*.photo_tab_cont .photo_img{*/
/*    background-color: #ececec;*/
/*    width: calc( 99%/3 );*/
/*    padding-bottom: calc( 99%/3 );*/
/*}*/

/* review_tab_item */
.review_tab_item {
    /*width: 50%;*/
    /*padding: 0 15px;*/
    display: block;
    float: left;
    transition: all 0.2s ease;
    margin-bottom: 0;
    /*height: 46px;*/
    /*line-height:46px;*/
    border: 0;
    text-align:center;
    background :#fff;
    /*font-size: 14px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #949494;
    cursor: pointer;
    /* 2307 */
    padding: 0 1.75rem;
    height: 5.625rem;
    line-height: 5.625rem;
    font-size: 1.75rem;
}
input[name="review_tab_item"] {
    display: none;
}

.review_tab_cont{
    display:none;
    text-align:left;
    /*padding: 46px 0 0 0;*/
    box-sizing: border-box;
    width: 100%;
    /*border-bottom: 0.5px solid #000;*/
    /* 2307 */
    padding: 5.625rem 0 0 0;
}

#review_tab_menu1:checked ~ #review_tab_cont1,
#review_tab_menu2:checked ~ #review_tab_cont2 {
    display: block;
}

.review_tab_menu input:checked + .review_tab_item {
    background-color: #fff;
    /*font-size: 14px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
    /* 2307 */
    font-size: 1.75rem;
}

.review_tab_cont > .tab_cont_wrap{
    border-top: 0.5px solid #dedede;
    margin-bottom: 93px;
}

.review_product_cont_box{
    /*width: calc((100% - 32px)/4);*/
    /*margin-right: 3px;*/
    position: relative;
    /* 2307 */
    width: calc((100% - 1.5rem)/4);
    margin-right: 0.375rem;
}
.review_product_cont_box:after{
    content: "";
    display: block;
    /*padding-bottom: 100%;*/
}
.review_product_cont_box.video::after {
    content: "\f03d";
    font-family: FontAwesome;
    font-size: 1.875rem;
    color: #ffffffc9;
    text-align: center;
    line-height: 100%; /* 아이콘 세로 중앙 정렬 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.review_product_cont_box.video::before {
    content: ""; /* 가상 요소에 내용 추가 */
    display: block;
    padding-bottom: 100%;
    /*position: relative; */
    position: absolute;
}
.review_product_cont_box > img{
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    cursor: pointer;
}
.review_product_cont_box > video {
    width:100%;
    height:100%;
    position: absolute;
    object-fit: cover;
}
.review_product_more{
    /*width: 32px;*/
    /*background-color: rgba(0,0,0,.4);*/
    /*color: #fff;*/
    /*text-align: center;*/
    /*align-items: center;*/
    /*padding: 20px 0;*/
    position: relative;
    /* 2308 */
    width: 4rem;
    /* 지울수도있음 */
    height: 9.625rem;
}
.review_product_more:after{
    content: "";
    display: block;
    padding-bottom: 100%;
}
.review_product_more .review_product_more_btn{
    width: 100%;
    background-color: rgba(0,0,0,.4);
    font-family: Pretendard;
    /*font-size: 13px;*/
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.15;*/
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 0;
    height: 100%;
    position: absolute;
    /*추가*/
    top: 0;
    white-space: normal;
    /* 2307 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.625rem;
    line-height: normal;
}
.review_product_more .review_product_more_btn .icon_right_anchor_white{
    /*width: 4.6px;*/
    /*margin-bottom: 3px;*/
    /* 2307 */
    width: 0.563rem;
    margin-bottom: 0.75rem;
}


/* review_status_wrap */
.review_status_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.review_status_wrap:last-child{
    margin-bottom: 0;
}


/* review_status_box */
.review_status_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.review_status_box > .review_status_progress{
    height: 5px;
    line-height: 14px;
    margin: 6px 25px 6px 0;
    width: 165px;
}
.review_status_box > .review_status_text_2{
    font-family: Pretendard;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.21;*/
    line-height: 16px;
    letter-spacing: normal;
    text-align: right;
    color: #000;
    margin-bottom: 0;
}
.review_status_progress::-webkit-progress-bar {
    background-color: #dedede;
    border-radius: 30px;
}

.review_status_progress::-webkit-progress-value {
    background-color: #000;
    border-radius: 30px;
}

/* review_status_text_1 */
.review_status_text_1{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}


/* pd_size_detail_box */
.pd_size_detail_box{
    margin-top: 30px;
}
.pd_size_detail_box p{
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    font-family: inherit;
    color: #333333;
    word-break: break-all;
    word-wrap: normal;
    white-space: normal;
}


/* pd_size_rw_wrap */
.pd_size_rw_wrap{
    width: 100%;
    padding: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
}
.pd_size_rw_wrap:last-child{
    border-bottom: 0;
}
.pd_size_rw_wrap .text_box{
    width: fit-content;
    padding: 5px 8px;
    border: 1px solid #ccc;
    font-size: 10px;
    line-height: normal;
    margin-bottom: 5px;
}
.pd_size_rw_wrap .is_square{
    width: 60px;
    height: 60px;
    display: block;
    position: relative;
}
.pd_size_rw_wrap .is_square .pd_size_rw_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    object-fit: fill;
}



/* deal_detail_box */
.deal_detail_box{
    width: 100%;
    /*padding: 19px;*/
    /* 2307 */
    /*padding: 2.375rem;*/
    padding: 7.5rem 2.375rem 2.375rem 2.375rem;
}
.deal_detail_box img,
.deal_detail_box .deal_detail_img,
.deal_detail_box #pdtContents img{
    width: 100% !important;
    height: auto !important;
}


/* dt_box */
.dt_box{
    display: block;
    /*width: 55px;*/
    /*padding: 10px 0;*/
    /*margin: 30px auto 13px auto;*/
    /*font-size: 15px;*/
    /*line-height: 17px;*/
    color: #fff;
    text-align: center;
    background-color: #333;
    /* 2307 */
    width: 6.875rem;
    padding: 1.25rem 0;
    margin: 3.75rem auto 1.625rem auto;
    font-size: 1.875rem;
    line-height: normal;
}






/* 상품상세 배너 슬라이드 */
/* Slideshow container */
.slideshow-container {
    /*max-width: 420px;*/
max-width: 500px;
    height: auto;
    /*max-height: 390px;*/
    position: relative;
    margin: auto;
}
.mySlides {display: none;}
.product_banner_img{
    width: 100%;
    /*height: 390px;*/
    display: block;
}

.icon_share {
    position: absolute;
    /*top: 19px;*/
    /*right: 19px;*/
    /*width: 34px;*/
    /*height: 34px;*/
    cursor: pointer;
    /* 2307 추가 */
    top: 2.375rem;
    right: 2.375rem;
    width: 4.25rem;
    height: 4.25rem;
}
.dot_box{
    text-align: center;
    position: absolute;
    bottom: 20px;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
}
.dot {
    height: 7.5px;
    width: 7.5px;
    margin: 0 2px;
    background-color: #d6d6d6;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.3s ease;
}

.active {
    background-color: #000;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}


/* brand_left_box */
.brand_left_box{
    display: flex;
    align-items: center;
}
/* pd_detail_brand_img_wrap */
.pd_detail_brand_img_wrap{
    /* 2307 추가 */
    /*max-width: 45px;*/
    /*margin-right: 3px;*/

    width: 4.25rem;
    height: 4.25rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 1.25rem;
}
.pd_detail_brand_img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* pd_detail_brand */
.pd_detail_brand{
    /*font-size: 15px;*/
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.17;*/
    letter-spacing: 0.6px;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    /* 추가 */
    display: flex;
    align-items: center;
    font-size: 1.875rem;
}
.pd_detail_brand > .icon_right_anchor_black{
    /*width: 6px;*/
    /*margin-left: 7px;*/
    /* 2307 추가 */
    width: 0.6rem;
    height: 1.063rem;
    margin-left: 1.063rem;
}

/* pd_option_btn */
.pd_option_btn{
    width: 100%;
    padding: 0 19px;
    border-radius: 5px;
    border: 0.5px solid #dbdbdb;
    /*box-sizing: content-box;*/
    height: 54px;
}
.pd_option_btn > div > .icon_right_anchor_black{
    width: 6.5px;
    height: 13px;
}

/* pd_option_btn_text_1 */
.pd_option_btn_text_1{
    font-family: Pretendard;
    font-size: 11px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #949494;
    margin-bottom: 4px;
}
.pd_option_btn_text_2{
    font-family: Pretendard;
    font-size: 15px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
}

/* pd_red_bold_text */
.pd_red_bold_text{
    /*font-size: 19px;*/
    font-size: 2.375rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: left;
    color: #f00;
    margin-bottom: 0;
}

/* coupon_download_btn_2 */
.coupon_download_btn_2{
    /*width: 78px;*/
    /*height: 32px;*/
    /*border-radius: 5px;*/
    background-color: #000000;
    /*padding: 9px 12px;*/
    /*font-size: 11px;*/
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.18;*/
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    /* 2307 */
    border-radius: 0.625rem;
    padding: 1.125rem 1.5rem;
    font-size: 1.375rem;
}
button.coupon_download_btn_2:disabled,
button.coupon_download_btn_2[disabled]{
    /*width: 78px;*/
    /*height: 32px;*/
    /*border-radius: 5px;*/
    background-color: #828282;
    /*padding: 9px 12px;*/
    /*font-size: 11px;*/
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.18;*/
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    /* 2307 */
    border-radius: 0.625rem;
    padding: 1.125rem 1.5rem;
    font-size: 1.375rem;
}


/* sold_out_box */
.sold_out_box{
    width: 100%;
    background-color: #6a6a6a;
    color: #ffffff;
    text-align: center;
    padding: 10px;
    font-size: 18px;
    letter-spacing: normal;
    line-height: normal;
}



/* pd_floating_box */
.pd_floating_box{
    position: fixed;
    bottom: 0;
    width: 100%;
    /*max-width: 420px;*/
    max-width: 500px;
    /*height: 60px;*/
    background-color: #fff;
    /*z-index: 100;*/
    z-index: 15;
    /*left: 0;*/
    /*padding: 10px 19px;*/
    display: flex;
    justify-content: space-between;
    box-shadow: 0px -4px 5px -3px #a0a0a06b;
    /* 추가 */
    left: 50%;
    transform: translate(-50%, 1px);
    /* 2307 추가 */
    padding: 1.25rem 2.188rem;
    /* 2407 추가 */
    gap:1rem;
}


/* circle_btn */
.circle_btn{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0.5px solid #000;
    align-items: center;
    padding: 5px;
    display: flex;
    justify-content: center;
}
.circle_btn > .icon_heart{
    width: 20px;
}
.circle_btn > .icon_present{
    width: 20px;
}
.circle_heart_btn{
    /*width: 46px;*/
    /*height: 46px;*/
    border-radius: 50%;
    /*border: 0.5px solid #000;*/
    align-items: center;
    padding: 5px;
    background: url("../../images/icon_heart_empty.png") no-repeat 50% 50%;
    /*background-size: 50%;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    /* 2307 추가 */
    width: 5.75rem;
    height: 5.75rem;
    border: 1px solid #000;
    background-size: 47%;
}
.circle_heart_btn.sm{
    width: 3.75rem;
    height: 3.75rem;
}
.circle_heart_btn.on{
    background: url("../../images/icon_heart_black.png") no-repeat 50% 50%;
    /*background-size: 50%;*/
    /* 2307 추가 */
    background-size: 47%;
}
.circle_present_btn{
    /*width: 46px;*/
    /*height: 46px;*/
    border-radius: 50%;
    /*border: 0.5px solid #000;*/
    align-items: center;
    padding: 5px;
    background: url("../../images/icon_present.png") no-repeat 50% 50%;
    /*background-size: 50%;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    /* 2307 추가 */
    width: 5.75rem;
    height: 5.75rem;
    border: 1px solid #000;
    background-size: 47%;
}


/* wish_btn */
.wish_btn{
    /*width: 19px;*/
    /*height: 19px;*/
    /*border-radius: 50%;*/
    /*border: 0.5px solid #000;*/
    align-items: center;
    /*padding: 5px;*/
    background: url("../../images/icon_heart_empty.png") no-repeat 50% 50%;
    /*background-size: 80%;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    /* 2307 추가 */
    width: 1.688rem;
    /*height: 1.563rem;*/
    height: 1.9rem;
    background-size: contain;
    border-radius: 0;
    padding: 0;
}
.wish_btn.on{
    background: url("../../images/icon_heart_black.png") no-repeat 50% 50%;
    /*background-size: 80%;*/
    /* 2307 추가 */
    background-size: contain;
    padding: 0;
}

/* pd_tab */
.pd_tab {
    /*float: left;*/
    width: 100%;
    /*height: 290px;*/
    height: auto;
}
.pd_tab_nav {
    /*font-size: 0;*/
    /*width: 600px;*/
    width: 100%;
    /*border: 1px solid #ddd;*/
    display: flex;
}
.pd_tab_nav li {
    display: inline-block;
    /*height: 46px;*/
    text-align: center;
    width: 100%;
}
.pd_tab_nav li a{
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.pd_tab_nav li:last-child a{
    border-right: none;
}
.pd_tab_nav li a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 3px;
}
.pd_tab_nav li a.active:before {
    /*background: #7ea21e;*/
}
.pd_tab_nav li a.active {
    /*border-bottom: 1px solid #fff;*/
    border-bottom: none;
}
.pd_tab_nav li a {
    position: relative;
    display: block;
    background: #f8f8f8;
    color: #999;
    /*padding: 15px 0;*/
    text-decoration: none;
    /*font-size: 14px;*/
    white-space: nowrap;
    /* 2307 */
    padding: 1.875rem 0;
    font-size: 1.75rem;
}
.pd_tab_nav li a.active {
    background: #fff;
    /*color: #7ea21e;*/
    color: #000;
    font-weight: bold;
}
.pd_tab_cont {
    /*padding: 20px;*/
    /*height: 244px;*/
    height: auto;
    /*border: 1px solid #ddd;*/
    /*border-top: none;*/
    width: 100%;
}
.pd_tab_cont_box {
    /*padding: 20px 19px;*/
    padding: 2.375rem;
}

/*brand_pd_tab 20241018*/
.pd_tab.brand_pd_tab .pd_tab_nav {
    justify-content: space-around;
    border: 1px solid #ddd;
    background: #eaeaea;
    border-radius: 15px;
    margin: 0 2.375rem 0 2.625rem;
    padding: 1rem 1.5rem;
    width: unset;
}

.pd_tab.brand_pd_tab .pd_tab_nav li a {
    background: none;
    border: unset;
    color: #000000;
    font-weight: 500;
    padding: 1.575rem 0;
}
.pd_tab.brand_pd_tab .pd_tab_nav li a.active {
    background: #fff;
    /*color: #7ea21e;*/
    color: #000;
    font-weight: bold;
    border-radius: 10px;
}

/* point_option_btn */
.point_option_btn{
    width: 100%;
    border-radius: 5px;
    border: 0.5px solid #dbdbdb;
    background-color: #fff;
    align-items: center;
    padding: 0 19px;
    display: flex;
    justify-content: space-between;
}
.point_option_btn p{
    color: #000;
    font-size: 13.5px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    margin-bottom: 0;
}
.point_option_btn .icon_point{
    width: 17px;
    vertical-align: middle;
}
.point_option_btn .icon_right_anchor_black{
    width: 6px;
}


/* .pd_delivery_box */
.pd_delivery_box{
    width: 100%;
    /*padding: 10px 0 20px 0;*/
    display: flex;
    justify-content: flex-start;
    /* 2307 추가 */
    border: 1px solid #dbdbdb;
    border-radius: 0.625rem;
    padding: 1.5rem 2.375rem;
}
.pd_delivery_box .icon_delivery{
    /*width: 26px;*/
    /*height: 14px;*/
    /*margin-right: 12px;*/
    /* 2307 */
    width: 2.125rem;
    margin-right: 1.5rem;
}
.pd_delivery_box .icon_point {
    /*width: 26px;*/
    /*width: 22px;*/
    /*margin-right: 12px;*/
    /* 2307 */
    width: 2.125rem;
    margin-right: 1.5rem;
}

/* pd_list_title */
.pd_list_title{
    /*font-size: 17px;*/
    /* 2306 수정 */
    /*font-size: 19px;*/
    /*font-size: 1.188rem;*/
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.59;*/
    /*letter-spacing: 0.68px;*/
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    /* 2307 추가 */
    font-family: PretendardBold;
    line-height: normal;
    font-size: 2.375rem;
}
.pd_list_title2{
    /*font-size: 16px;*/
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    /* 2307 */
    font-size: 2rem;
}
.pd_list_title_gray{
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.03rem;
    text-align: left;
    color: #949494;
    margin-bottom: 0;
    font-family: Pretendard;
    line-height: normal;
    font-size: 1.75rem;
}

/* pd_size_table */
.pd_size_table{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    /*margin-bottom: 15px;*/
    /* 수정 */
    margin-bottom: 5px;
}
.pd_size_table tr{
    border: 0.5px solid #dbdbdb;
}
.pd_size_table td{
    padding: 10px 6px;
    text-align: center;
    font-size: 12.5px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    background-color: #fff;
    align-items: center;
    vertical-align: middle;
    width: 20%;
    border-right: 0.5px solid #dbdbdb;
}
.pd_size_table th{
    padding: 10px 6px;
    text-align: center;
    font-size: 12.5px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: normal;
    color: #000;
    background-color: #fff;
    align-items: center;
    vertical-align: middle;
    width: 20%;
    border-right: 0.5px solid #dbdbdb;
    word-break: keep-all;
    font-weight: 600;
}
.pd_size_table th:last-child,
.pd_size_table td:last-child{
    border-right: 0;
}

.pd_size_table.font_14px th,
.pd_size_table.font_14px td{
    font-size: 14px;
}

/* pd_size_btn */
.pd_size_btn{
    width: 100%;
    height: 36px;
    border: 0.5px solid #dbdbdb;
    font-family: Pretendard;
    text-align: center;
    padding: 10px 0;
    font-size: 13px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    color: #000;
    background-color: #fff;
    align-items: center;
}
.pd_size_btn > .icon_right_anchor_black{
    width: 4px;
    margin-left: 5px;
}


.pd_size_cp_box{
    width: 100%;
    display: flex;
    align-items: center;
}
.pd_size_cp_box p{
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    font-family: inherit;
    color: #333333;
    word-break: break-all;
    word-wrap: normal;
    white-space: normal;
}
.pd_size_cp_box .is_square{
    width: 80px;
    height: 80px;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.15);
    display: block;
    /*padding-bottom: 100%;*/
    position: relative;
}
.pd_size_cp_box .is_square_100{
    width: 100px;
    height: 100px;
    box-shadow: 4px 4px 8px 0 rgba(0,0,0,.15);
    border: 1px solid #dedede;
    display: block;
    /*padding-bottom: 100%;*/
    position: relative;
}
.pd_size_cp_box .is_square img,
.pd_size_cp_box .is_square .pd_size_cp_img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    object-fit: fill;
}
.pd_size_cp_box .pd_size_cp_text_box{
    margin-left: 16px;
    flex-grow: 1;
}
.pd_size_cp_box .pd_size_cp_text_box2{
    margin-left: 16px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100px;
}
.pd_size_cp_box .icon_right_anchor_black{
    width: 8px;
    display: inline-block;
}





/* pd_brand_box */
.pd_brand_box{
    /*padding: 0 19px;*/
    display: flex;
    justify-content: space-between;
    /* 2307 추가 */
    padding: 2.375rem 2.375rem 1.5rem 2.375rem;
}
.pd_brand_box .star_rank_box{
    /*margin-top: 21px;*/
    /*margin-bottom: 21px;*/
    display: flex;
    justify-content: center;
    align-items: center;
}


/* pd_detail_box */
.pd_detail_box{
    width: 100%;
    /*margin-bottom: 36px;*/
    margin-bottom: 4.5rem;
}
.pd_detail_box .pd_detail_img_wrap{
    width: 100%;
    height: auto;
    /*max-height: 500px;*/
}
.pd_detail_box .pd_detail_img_wrap .content{
    width: 100%;
    display: block;
    /*object-fit: cover;*/
    object-fit: contain;
}
/*.pd_detail_box .pd_detail_img{*/
/*    width: 100%;*/
/*    display: block;*/
/*    !*object-fit: cover;*!*/
/*    object-fit: contain;*/
/*}*/

/* 230616 추가 */
.pd_detail_box .pd_detail_img_wrap .content > img,
.pd_detail_box .pd_detail_img_wrap .content img,
.pd_detail_box .pd_detail_img_wrap .content p img,
.pd_detail_box .pd_detail_img_wrap .content div img,
.pd_detail_box .pd_detail_img_wrap .content div div img,
.pd_detail_box .pd_detail_img_wrap .content iframe,
.pd_detail_img_wrap .content section div{
    width: 100% !important;
    display: block;
    /*object-fit: cover;*/
    object-fit: contain;
    /* 2401 */
    height: auto !important;
    /* 2402 */
    /*overflow: auto;*/
}
.pd_detail_box .pd_detail_img_wrap .content iframe{
     display: block;
     width: 100%;
     height: 42.25vw;
     margin: 0 auto;
 }
@media screen and (min-width: 500.011px) {
    .pd_detail_box .pd_detail_img_wrap .content iframe{
        height: 212px;
    }
}
.pd_detail_box .pd_detail_img_wrap .content p,
.pd_detail_box .pd_detail_img_wrap .content h1,
.pd_detail_box .pd_detail_img_wrap .content h2,
.pd_detail_box .pd_detail_img_wrap .content h3,
.pd_detail_box .pd_detail_img_wrap .content h4,
.pd_detail_box .pd_detail_img_wrap .content h5,
.pd_detail_box .pd_detail_img_wrap .content h6,
.pd_detail_box .pd_detail_img_wrap .content > div{
    width: 100% !important;
    display: block;
    /*object-fit: cover;*/
    object-fit: contain;
    font-size: 13px;
    line-height: 22px;
    text-align: left;
    font-family: inherit;
    color: #333333;
    word-break: break-all;
    word-wrap: normal;
    white-space: normal;
}

/* 2401 */
/*.pd_detail_box .pd_detail_img_wrap .content .table-overflow,*/
/*.pd_detail_box .pd_detail_img_wrap .content .model-guide-overflow,*/
/*.pd_detail_box .pd_detail_img_wrap .content .model-guide-frame{*/
/*    width: 100% !important;*/
/*}*/
/*.pd_detail_box .pd_detail_img_wrap .content .model-guide-overflow table{*/
/*    height: auto !important;*/
/*}*/


/* pd_detail_btn */
.pd_detail_btn{
    width: 100%;
    /*padding: 15px 0;*/
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
    border: 0.5px solid #dbdbdb;
    background-color: #fff;
    color: #000;
    /*font-size: 14px;*/
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    text-align: center;
    align-items: center;
    font-family: Pretendard;
    /* 2307 추가 */
    padding: 1.875rem 0;
    font-size: 1.75rem;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    border-radius: 0;
}
.pd_detail_btn .icon_down_anchor,
.pd_detail_btn .icon_up_anchor{
    /*width: 10px;*/
    /*margin-left: 8px;*/
    vertical-align: middle;
    /* 2307 추가 */
    width: 1.25rem;
    margin-left: 1rem;
}


/* pd_photo_review_ul */
.pd_photo_review_ul{
    width: 100%;
    display: flex;
    /*justify-content: space-between;*/
    /*margin-bottom: 4px;*/
    /* 추가 */
    flex-wrap: wrap;
    /* 2310 */
    justify-content: flex-start;
}
.pd_photo_review_li{
    /*width: calc( (100% - 12px)/4 );*/
    position: relative;
    /*margin-bottom: 4px;*/
    /* 2307 추가 */
    width: calc( (100% - 1.5rem)/4 );
    margin-bottom: 0.5rem;
    /* 2310 */
    margin-right: 0.5rem;
}
.pd_photo_review_li:nth-child(4n){
    margin-right: 0;
}
/*.pd_photo_review_li:after{*/
/*    content: "";*/
/*    display: block;*/
/*    padding-bottom: 100%;*/
/*}*/
.pd_photo_review_li a{
    display: block;
}
.pd_photo_review_li .pd_photo_review_img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    object-fit: contain;
    /* 2310 추가 */
    border: 1px solid #ececec;
}
.pd_photo_review_li .pd_photo_review_video{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    object-fit: cover;
    /* 2310 추가 */
    border: 1px solid #ececec;
}

/*.photo_tab_cont .photo_img_box .photo_img{*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: block;*/
/*    position: absolute;*/
/*}*/
.pd_photo_review_li .is_square{
    display: block;
    padding-bottom: 100%;
    position: relative;
}
.pd_photo_review_li .is_square img{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.pd_photo_review_li .is_square.video::after {
    content: "\f03d";
    font-family: FontAwesome;
    font-size: 1.875rem;
    color: #ffffffc9;
    text-align: center;
    line-height: 100%; /* 아이콘 세로 중앙 정렬 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pd_photo_review_li .is_square.video::before {
    content: ""; /* 가상 요소에 내용 추가 */
    display: block;
    padding-bottom: 100%;
    /*position: relative; */
    position: absolute;
}
.pd_photo_review_li .pd_photo_review_btn{
    width: 100%;
    background-color: rgba(0,0,0,.4);
    font-family: Pretendard;
    /*font-size: 13px;*/
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    border-radius: 0;
    height: 100%;
    position: absolute;
    /* 2307 */
    font-size: 1.625rem;
}
.pd_photo_review_li .pd_photo_review_btn .icon_plus{
    /*width: 12px;*/
    /*margin-bottom: 3px;*/
    /* 2307 */
    width: 1.5rem;
    margin-bottom: 0.75rem;
}


/* pd_photo_review_box */
.pd_photo_review_box{
    width: 100%;
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
}

/* pd_photo_review_box */
.pd_photo_review_cont_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    /* 2307 */
    align-items: flex-start;
    /* 2310 */
    position: relative;
}

/* pd_photo_review_left */
.pd_photo_review_left{
    /*width: 75px;*/
    /*height: 75px;*/
    position: relative;
    /* 2307 추가 */
    width: 9.375rem;
    height: 9.375rem;
    /* 2308 -> 하얀배경일떄 이상해 */
    border: 1px solid #ececec;
    /* 2310 */
    margin-right: 1.5rem;
}
.pd_photo_review_left .review_product_image,
.pd_photo_review_left video{
    width: 100%;
    height: 100%;
    /* 추가 */
    object-fit: cover;
}
.pd_photo_review_left .pd_photo_review_img_number{
    /*width: 20px;*/
    /*height: 20px;*/
    /*line-height: 20px;*/
    background-color: rgba(0,0,0,.5);
    font-family: Pretendard;
    /*font-size: 13px;*/
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.15;*/
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    align-items: center;
    /* 2307 */
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.625rem;
    display: flex;
    justify-content: center;
}

/* pd_photo_review_right */
.pd_photo_review_right{
    /*width: calc(100% - 75px);*/
    /*padding-left: 12px;*/
    /* 2307 추가 */
    /*width: calc(100% - 9.375rem);*/
    /*padding-left: 1.5rem;*/
    display: flex;
    flex-direction: column;
    height: auto;
    width: calc(100% - 10.875rem);
}
.pd_photo_review_right .icon_right_anchor_black{
    /*width: 5px;*/
    width: 0.625rem;
    /* 2310 */
    position: absolute;
    right: 0;
    top: 0.625rem;
}
.pd_photo_review_right .review_notice_text{
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.625rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.46;
    letter-spacing: normal;
    text-align: left;
    color: #000;
}


/* pd_detail_more_btn */
.pd_detail_more_btn{
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.54;
    letter-spacing: 0.7px;
    text-align: left;
    color: #000;
    align-items: center;
    border-bottom: 0.5px solid #dbdbdb;
}
.pd_detail_more_btn .icon_right_anchor_black{
    width: 7px;
    margin-right: 2px;
}



/* pd_option_quantity_box */
.pd_option_quantity_box{
    display: flex;
}
.pd_option_quantity_btn_minus{
    /*width: 36px;*/
    /*height: 36px;*/
    width: 30px;
    height: 30px;
    /*background-color: #fff;*/
    background: url("../../images/icon_minus_gray.png") no-repeat 50% 50%;
    background-size: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    color: #000;
    border: 0.5px solid #000;
    border-radius: 0;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    display: flex;
}
.pd_option_quantity_btn_plus{
    /*width: 36px;*/
    /*height: 36px;*/
    width: 30px;
    height: 30px;
    /*background-color: #fff;*/
    background: url("../../images/icon_plus_gray.png") no-repeat 50% 50%;
    background-size: 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    color: #000;
    border: 0.5px solid #000;
    border-radius: 0;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    display: flex;
}
.pd_option_quantity_result{
    /*width: 36px;*/
    /*height: 36px;*/
    width: 30px;
    height: 30px;
    background-color: #fff;
    color: #000;
    border-top: 0.5px solid #000;
    border-bottom: 0.5px solid #000;
    text-align: center;
    align-items: center;
    /*line-height: 36px;*/
    line-height: 30px;
}
.pd_option_quantity_btn_minus2{
    width: 22px;
    height: 22px;
    /*background-color: #fff;*/
    background: url("../../images/icon_minus_gray.png") no-repeat 50% 50%;
    background-size: 80%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    color: #000;
    border: 0.5px solid #828282;
    border-radius: 0;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    display: flex;
    background-color: #fff;
}
.pd_option_quantity_btn_plus2{
    width: 22px;
    height: 22px;
    /*background-color: #fff;*/
    background: url("../../images/icon_plus_gray.png") no-repeat 50% 50%;
    background-size: 80%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance : none;
    color: #000;
    border: 0.5px solid #828282;
    border-radius: 0;
    align-items: center;
    vertical-align: middle;
    text-align: center;
    display: flex;
    background-color: #fff;
}
.pd_option_quantity_result2{
    width: 22px;
    height: 22px;
    background-color: #fff;
    color: #000;
    border-top: 0.5px solid #828282;
    border-bottom: 0.5px solid #828282;
    text-align: center;
    align-items: center;
    font-size: 13px;
    display: flex;
    justify-content: center;
}

/* pd_quantity_modify_btn */
.pd_quantity_modify_btn{
    display: inline-block;
    height: 22px;
    /*line-height: 22px;*/
    line-height: normal;
    padding: 0 10px;
    cursor: pointer;
    vertical-align: middle;
    font-size: 12px;
    font-weight: 400;
    box-sizing: border-box;
    /*background: #f0f0f0;*/
    /*border: 1px solid #bcbcbc;*/
    /*color: #000000;*/
    font-family: Pretendard;
    letter-spacing: normal;
    background: #ffffff;
    border: 1px solid #828282;
    color: #828282;
    border-radius: 0;
    transition: 0.3s ease-in-out all;
}
.pd_quantity_modify_btn:hover,
.pd_quantity_modify_btn:focus,
.pd_quantity_modify_btn:active{
    border: 1px solid #bcbcbc;
    background: #f0f0f0;
}



/* delivery_price_box */
.delivery_price_box{
    width: 100%;
    padding: 12px 19px;
    background-color: #f4f4f4;
    border-top: 1px solid #ccc;
}
.delivery_price_box .delivery_text{
    font-family: Pretendard;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 18px;
    letter-spacing: normal;
    text-align: right;
    color: #000;
}






/* .review_img_box_cont */
/*.review_img_box_cont{*/
/*    width: 75px !important;*/
/*    height: 75px !important;*/
/*    margin-right: 3px;*/
/*    word-wrap: normal;*/
/*}*/

/*.review_img_box_cont:last-child{*/
/*    margin-right: 0px;*/
/*}*/
/*.review_img_box_cont a{*/
/*    width: 100%;*/
/*}*/
/*.review_img_box_cont .review_product_image{*/
/*    width: 100%;*/
/*    !* 수정 *!*/
/*    !*cursor: pointer;*!*/
/*}*/

/* swiper-container.review */
.swiper-container.review {
    /*overflow: visible;*/
    /*height: 75px;*/
    position: relative;
    overflow: hidden;
    width: 100%;
    /*max-width: 420px;*/
    max-width: 500px;
    /* 2307 */
    height: 9.375rem;
}
.swiper-container.review .review_img_box_cont{
    margin-right: 0.375rem;
    width: 9.375rem;
    margin-right: 0.375rem;
}
.swiper-container.review .review_img_box_cont:last-child{
    margin-right: 0;
}
.swiper-container.review .review_img_box_cont .is_square{
    display: block;
    padding-bottom: 100%;
    position: relative;
}
.swiper-container.review .review_img_box_cont .is_square img{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.swiper-container.review .review_img_box_cont .is_square.video::after {
    content: "\f03d";
    font-family: FontAwesome;
    font-size: 1.875rem;
    color: #ffffffc9;
    text-align: center;
    line-height: 100%; /* 아이콘 세로 중앙 정렬 */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-container.review .review_img_box_cont .is_square.video::before {
    content: ""; /* 가상 요소에 내용 추가 */
    display: block;
    padding-bottom: 100%;
    /*position: relative; */
    position: absolute;
}
.swiper-container.review .review_img_box_cont .is_square video{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container.review .swiper-button-prev,
.swiper-container.review .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url('https://i.ibb.co/jHRD6th/pngwing-com.png') center center no-repeat;
    background-size: cover;
    text-indent: -999em;
}
.swiper-container.review .swiper-button-prev {
    left: 0;
    transform: rotateY(180deg) translateY(50%);
}
.swiper-container.review .swiper-button-next {
    right: 0;
    transform: translateY(50%);
}








/* pd_qna_ul */
.pd_qna_ul{}
.pd_qna_ul .pd_qna_li{
    width: 100%;
    /*padding: 12px 0;*/
    /*border-bottom: 0.5px solid #dedede;*/
    /* 2307 */
    border-bottom: 1px solid #dedede;
    padding: 1.563rem 0;
}
.pd_qna_ul .pd_qna_li > .notice_text8{
    font-size: 1.563rem;
}
.pd_qna_ul .pd_qna_li .pd_qna_li_box{
    display: flex;
    align-items: center;
    /*margin-top: 5px;*/
    /*position: relative;*/
    /* 2307 추가 */
    margin-top: 0.625rem;
    justify-content: space-between;
}
.pd_qna_ul .pd_qna_li .icon_lock{
    width: 12px;
    margin-right: 7px;
}
.pd_qna_ul .pd_qna_li .qna_black_box{
    /*width: 60px;*/
    /*height: 27px;*/
    /*border-radius: 17.5px;*/
    background-color: #000;
    color: #fff;
    /*font-size: 11px;*/
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 2.09;*/
    /*line-height: 2.5;*/
    letter-spacing: normal;
    text-align: center;
    align-items: center;
    /*position: absolute;*/
    /*right: 0;*/
    /* 2307 */
    padding: 0.875rem 0;
    line-height: normal;
    font-size: 1.375rem;
    border-radius: 2.188rem;
    width: 7.5rem;
}
.pd_qna_ul .pd_qna_li .qna_gray_box{
    /*width: 60px;*/
    /*height: 27px;*/
    /*border-radius: 17.5px;*/
    background-color: #ececec;
    color: #949494;
    /*font-size: 11px;*/
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 2.5;*/
    letter-spacing: normal;
    text-align: center;
    align-items: center;
    /*position: absolute;*/
    /*right: 0;*/
    /* 2307 */
    padding: 0.875rem 0;
    line-height: normal;
    font-size: 1.375rem;
    border-radius: 2.188rem;
    width: 7.5rem;
}

.coupon_container {
    padding: 1.25rem 2.375rem;
}

/* download_bottom_btn */
.download_bottom_btn{
    width: 100%;
    /*max-width: 420px;*/
    max-width: 500px;
    /*height: 66px;*/
    position: fixed;
    bottom: 0;
    border: 1px solid #d3d3d3;
    font-size: 15px;
    border-radius: 0;
    display: block;
}
.download_bottom_btn:disabled{
    display: none;
}
.download_bottom_btn.done{
    display: none;
}
.download_bottom_btn.done:disabled{
    width: 100%;
    /*max-width: 420px;*/
    max-width: 500px;
    height: 66px;
    /*position: fixed;*/
    /*bottom: 0;*/
    border: 1px solid #d3d3d3;
    font-size: 15px;
    border-radius: 0;
    color: #919191;
    display: block;
}

.download_bottom_btn_container{
    box-shadow: 0px -4px 5px -3px #a0a0a06b;
    padding: 1.25rem 2.375rem;
    width: 100%;
}


/* detail_info show_detail_all */
.show_detail_all{
    max-height: 500px;
    overflow: hidden;
}
.detail_info .content{
    height: auto;
}
#pd_detail_open.btn_open.hide{
    display: none;
}
#pd_detail_close.btn_close.hide{
    display: none;
}



/* share_modal */
.share_modal{
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    /*left: 0;*/
    display: none;
    z-index: 16;
    /*z-index: 110;*/
    /*max-width: 420px;*/
    max-width: 500px;
    /*padding: 16px;*/
    /* 2307 */
    padding: 2rem;
    left: 50%;
    transform: translateX(-50%);
}
.share_modal_box{
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    /* position: absolute; */
    top: 30%;
    /* left: 50%; */
    display: inline-block;
    position: relative;
    max-width: 100%;
    vertical-align: middle;
}
/*.share_modal_box:before {*/
/*     display: inline-block;*/
/*     height: 100%;*/
/*     vertical-align: middle;*/
/*     content: '';*/
/* }*/
.share_modal_box .share_modal_title{
    width: 100%;
    /*padding: 0 12px;*/
    /*height: 46px;*/
    border-bottom: 1px solid #999;
    /*font-size: 16px;*/
    /*line-height: 46px;*/
    color: #000;
    font-weight: bold;
    text-align: center;
    font-family: Pretendard;
    /* 2307 */
    padding: 1.75rem 1.5rem;
    font-size: 1.75rem;
    line-height: normal;
}
.share_modal_box .share_modal_cont {
    /*padding: 20px 0;*/
    width: 100%;
    /* 2307 */
    padding: 2rem 0;
}
.share_modal_box .share_modal_cont ul{
    display: flex;
    justify-content: center;
}
.share_modal_box .share_modal_cont ul li{
    /*margin-right: 25px;*/
    /* 2307 */
    margin-right: 3.75rem;
}
.share_modal_box .share_modal_cont ul li:last-child{
    margin-right: 0;
}
.share_modal_box .share_modal_cont ul li p{
    /*font-size: 13px;*/
    color: #333;
    text-align: center;
    font-family: Pretendard;
    /*margin-top: 8px;*/
    /* 2307 */
    font-size: 1.375rem;
    margin-top: 1rem;
}
.share_modal_box .share_modal_close{
    display: block;
    /*height: 41px;*/
    margin: 0;
    border-top: 1px solid #bebebe;
    /*font-size: 14px;*/
    /*line-height: 41px;*/
    color: #666;
    text-align: center;
    background: #f8f8f8;
    /* 2307 */
    padding: 1.5rem;
    font-size: 1.5rem;
    line-height: normal;
    cursor: pointer;
}


.share_kakao_btn{
    /*width: 45px;*/
    /*height: 45px;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    background-color: #f6e24b;
    /* 2307 */
    width: 5.25rem;
    height: 5.25rem;
}
.share_kakao_btn .icon_kakao_logo{
    /*width: 20px;*/
    /* 2307 */
    width: 2.5rem;
}
.share_url_btn{
    /*width: 45px;*/
    /*height: 45px;*/
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
    background-color: #949494;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    font-family: Pretendard;
    letter-spacing: normal;
    /* 2307 */
    width: 5.25rem;
    height: 5.25rem;
}



/* prd_slide_list_normal */
.prd_slide_list_normal{
    width: 100%;
    /*max-width: 420px;*/
    /*max-width: 500px;*/
    max-width: inherit;
    /*padding: 30px 0;*/
    /* 2307 추가 */
    /*padding: 36px 0;*/
    padding: 4.5rem 0;
}


/* brand_img_banner_box */
.brand_img_banner_box{
    width: 100%;
    /*max-width: 420px;*/
    /*max-width: 500px;*/
    /*padding: 30px 0;*/
    max-width: inherit;
    padding: 4.5rem 0;
    border-bottom: 1px solid #000;
}
.brand_img_banner_box:last-child{
    border-bottom: 0;
}


/* swiper-container.list_normal */
.swiper-container.list_normal {
    /*overflow: visible;*/
    /*height: 200px;*/
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    /*max-width: 420px;*/
    max-width: 500px;
    /*padding: 0 19px;*/
    padding: 0 0 0 2.375rem;
}
.swiper-container.list_normal .swiper-slide {
    /*opacity: 0.4;*/
    /*transition: opacity 0.3s;*/
    /*width: 44%;*/
    /*margin-right: 3vw;*/
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2307 추가 */
    margin-right: 1rem;
    width: 17.563rem;
    border: 1px solid #0000;
    width: 17.5rem !important;
}
.swiper-container.list_normal .swiper-slide:last-child {
    margin-right: 0;
}

/*.swiper-slide-active,*/
/*.swiper-slide-active + .swiper-slide,*/
/*.swiper-slide-active + .swiper-slide + .swiper-slide,*/
/*.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {*/
/*    opacity: 1*/
/*}*/
.swiper-container.list_normal .swiper-slide:last-child{
    /*margin-right: 19px !important;*/

}
.swiper-container.list_normal .swiper-button-prev,
.swiper-container.list_normal .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    background: url(https://i.ibb.co/jHRD6th/pngwing-com.png) center center no-repeat;
    background-size: 60%;
    text-indent: -999em;
    background-color: #f9f9f982;
    border-radius: 50%;
}
.swiper-container.list_normal .swiper-button-prev {
    left: 10px;
    transform: rotateY(180deg) translateY(50%);
}
.swiper-container.list_normal .swiper-button-next {
    right: 10px;
    transform: translateY(50%);
}


/* pd_image_slider  */
.swiper-container.pd_image_slider .swiper-button-prev,
.swiper-container.pd_image_slider .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 26px;
    height: 26px;
    background: url(https://i.ibb.co/jHRD6th/pngwing-com.png) center center no-repeat;
    background-size: 60%;
    text-indent: -999em;
    /*background-color: #f9f9f982;*/
    background-color: transparent;
    border-radius: 50%;
}
.swiper-container.pd_image_slider .swiper-button-prev {
    left: 10px;
    transform: rotateY(180deg) translateY(50%);
}
.swiper-container.pd_image_slider .swiper-button-next {
    right: 10px;
    transform: translateY(50%);
}

.swiper-container.pd_image_slider img{
    object-fit: contain !important;
}


/* .best_product_img_box_cont */
.best_product_img_box_cont{
    /*width: 159px;*/
    /*margin-right: 10px;*/
    /*word-wrap: normal;*/
    /*box-sizing: content-box;*/
}

.best_product_img_box_cont:last-child{
    /*margin-right: 0;*/
    /*margin-right: 19px !important;*/
}
.best_product_img_box_cont a.is_square{
    /*width: 100%;*/
    display: block;
    padding-bottom: 100%;
    position: relative;
    /* 2307 추가 */
    margin-bottom: 1.125rem;
}
.best_product_img_box_cont a.is_square .time_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    padding: 0.938rem 0;
    text-align: center;
    display: flex;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
    font-size: 1.625rem;
    font-weight: 300;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 2.6px;
    color: #ffffff;
}
.best_product_img_box_cont .best_product_image{
    /*width: 159px;*/
    /*height: 159px;*/
    /*margin-bottom: 9px;*/
    /*position: relative;*/
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.best_product_img_box_cont .best_product_image:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, 0.08);
    /*-webkit-border-radius: 6px;*/
    /*border-radius: 6px;*/
    content: '';
}
.best_product_img_box_cont .best_product_brand{
    /*margin-bottom: 6px;*/
    /*font-size: 12.5px;*/
    font-family: Pretendard;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    /*letter-spacing: 0.5px;*/
    text-align: left;
    color: #000;
    /* 2307 추가 */
    /*margin-top: 9px;*/
    font-size: 1.563rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.75rem;
    letter-spacing: 0.063rem;
}
.best_product_img_box_cont .best_product_name{
    /*margin-bottom: 7px;*/
    /*font-size: 14px;*/
    font-family: Pretendard;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.2;*/
    letter-spacing: normal;
    text-align: left;
    color: #000;
    /* 2307 */
    line-height: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    word-break: break-all;
    font-size: 1.75rem;
    margin-bottom: 0.938rem;
}
.best_product_img_box_cont .best_product_price_line{
    /*margin-bottom: 2.5px;*/
    /*font-size: 12px;*/
    font-family: Pretendard;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #898989;
    text-decoration: line-through;
    /* 2307 추가 */
    font-size: 1.5rem;
    margin-bottom: 0.313rem;
}
.best_product_img_box_cont .best_product_price{
    font-family: Pretendard;
    /*font-size: 14px;*/
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    /* 2307 추가 */
    font-size: 1.75rem;
}
.best_product_img_box_cont .best_product_price_discount{
    /*font-size: 14px;*/
    font-family: PretendardBold;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #f00;
    /*margin-bottom: 0;*/
    /* 2307 추가 */
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}
.best_product_img_box_cont .best_product_price_discount_amount{
    /*margin-top: 6px;*/
    /*padding: 3.5px 9px 3.5px;*/
    /*border-radius: 10px;width: 65px;*/
    /*height: 20px;*/
    background-color: #f00000;

    /* 2307 추가 */
    padding: 0.438rem 1.125rem;
    border-radius: 1.25rem;
    width: fit-content;
    height: 2.5rem;
    line-height: normal;
    vertical-align: middle;
    display: flex;
    align-items: center;
}
.best_product_img_box_cont .best_product_price_discount_amount .best_product_price_discount_amount_text{
    font-family: Pretendard;
    /*font-size: 11px;*/
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    /* 2307 추가 */
    font-size: 1.375rem;
}
.pd_list_title_box{
    /*padding: 0 19px;*/
    /*margin-bottom: 13px;*/
    position: relative;
    /* 2307 추가 */
    /*margin-bottom: 14px;*/
    margin-bottom: 1.75rem;
    padding: 0 2.375rem;
}
.pd_list_title_box .pd_list_title_more{
    float: right;
    position: absolute;
    /*right: 19px;*/
    /*bottom: 0;*/
    /*bottom: 3px;*/
    /*font-size: 13px;*/
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.31;*/
    letter-spacing: normal;
    color: #828282;
    /*height: 15px;*/
    /* 2307 추가 */
    margin-bottom: 0;
    line-height: normal;
    font-size: 1.625rem;
    right: 2.375rem;
    bottom: 0.375rem;
    display: flex;
    align-items: center;
}
.pd_list_title_box .pd_list_title_more .icon_right_anchor{
    /*width: 5.5px;*/
    /*margin-left: 6px;*/
    /* 2307 추가 */
    width: 0.563rem;
    margin-left: 0.938rem;
    height: 1.125rem;
}

.pd_list_banner_box{
    width: 100%;
    padding: 0 2.375rem 2rem 2.375rem;
}
.pd_list_banner_box .is_square{
    position: relative;
    display: block;
    padding-bottom: 68.49%;
}
.pd_list_banner_box .is_square img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.best_product_img_box_cont .best_product_rank_1{
    position: absolute;
    padding: 6.5px 6px;
    border-bottom-right-radius: 10px;
    background-color: #000;
    width: 34px;
    height: 34px;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #fff;
}
.best_product_img_box_cont .best_product_rank_2{
    position: absolute;
    padding: 6.5px 6px;
    border-bottom-right-radius: 10px;
    background-color: #ececec;
    width: 34px;
    height: 34px;
    left: 0;
    top: 0;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: normal;
    color: #949494;
}



/* swiper-container.brand_circle_list */
.swiper-container.brand_circle_list {
    height: auto;
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 500px;
    padding: 0 0 0 2.375rem;
    margin-bottom: 3.25rem;
}
.swiper-container.brand_circle_list .swiper-slide {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    /* 2307 추가 */
    margin-right: 1.5rem;
    width: 7.5rem;
    text-align: center;
}
.swiper-container.brand_circle_list .swiper-slide:last-child {
    margin-right: 0;
}
.swiper-container.brand_circle_list .swiper-slide .is_circle{
    position: relative;
    display: block;
    padding-bottom: 100%;
    border-radius: 50%;
    overflow: hidden;
}
.swiper-container.brand_circle_list .swiper-slide .is_circle img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* 2307 추가 */
    object-fit: contain;
    background-color: white;
}


/* b_de_main_img_box */
.b_de_main_img_box{
    width: 100%;
    max-width: 500px;
}
.b_de_main_img_box .is_square{
    display: block;
    position: relative;
    /*padding-bottom: 62.15%; !* (1 / 1.607) * 100 = 62.15 *!*/
    /* 2311 이미지영역만 */
    padding-bottom: 52.63%;
}
.b_de_main_img_box .is_square img{
    display: block;
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


/* brand_slider */
.swiper-container.brand_slider{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.brand_slider .swiper-slide{
    width: 100%;
    height: auto !important;
    position: relative;
}
.brand_slider .swiper-slide .is_square{
    display: block;
    /*padding-bottom: 100%;*/
    position: relative;
    padding-bottom: 62.15%; /* (1 / 1.607) * 100 = 62.15 */
}
.brand_slider .swiper-slide .is_square img{
    /*display: block;*/
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.brand_slider .text_box{
    background-color: #000;
    padding: 2.375rem;
}
.brand_slider .text_box .sub_title{
    font-family: Pretendard;
    font-size: 1.375rem;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    margin-bottom: 1.25rem;
}
.brand_slider .text_box .title{
    font-family: Pretendard;
    font-size: 2.75rem;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.32;
    letter-spacing: 0.083rem;
    text-align: left;
    color: #fff;
    width: calc(100% - 7.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand_slider .text_box .title:nth-child(3) {
    margin-bottom: 1rem;
}
.brand_slider .text_box .text{
    font-family: Pretendard;
    font-size: 1.625rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: calc(100% - 7.5rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.brand_slider .swiper-pagination.number,
.brand_slider .swiper-pagination.number.swiper-pagination-fraction{
    position: absolute;
    background-color: #4a4a4a;
    color: #fff;
    border: 1px solid #4a4a4a;
    font-weight: 200;
    right: 2.375rem;
    bottom: 2.375rem;
    left: auto;
    border-radius: 1.375rem;
}
.brand_slider .swiper-pagination.number .swiper-pagination-current{
    font-weight: bold;
    margin-right: 0.375rem;
}
.brand_slider .swiper-pagination.number .swiper-pagination-total{
    margin-left: 0.375rem;
}



/* brand_event_slider */
.swiper-container.brand_event_slider{
    width: 100%;
    max-width: 500px;
    height: auto;
    margin: 0 auto;
}
.brand_event_slider .swiper-wrapper{
    /*border-radius: 0.938rem;*/
    /*overflow: hidden;*/
    /*box-shadow: 0 0.188rem 0.375rem 0 rgba(0, 0, 0, 0.16);*/
}
.brand_event_slider .swiper-slide{
    width: 100%;
    height: auto !important;
    position: relative;
    padding: 0 2.375rem 3.25rem 2.375rem;
}
.brand_event_slider .swiper-slide .wrap{
    border-radius: 0.938rem;
    overflow: hidden;
    box-shadow: 0 0.188rem 0.375rem 0 rgba(0, 0, 0, 0.16);
}
.brand_event_slider .swiper-slide .is_square{
    display: block;
    /*padding-bottom: 100%;*/
    position: relative;
    padding-bottom: 59.68%; /* (1 / 1.676) * 100 = 59.68 */
}
.brand_event_slider .swiper-slide .is_square img{
    /*display: block;*/
    /*object-fit: fill;*/
    object-fit: cover;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.brand_event_slider .text_box{
    background-color: #fff;
    padding: 3.25rem 2.375rem 2rem 2.375rem;
}
.brand_event_slider .text_box .brand{
    font-family: Pretendard;
    font-size: 2rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.06;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.938rem;
}
.brand_event_slider .text_box .text{
    font-family: Pretendard;
    font-size: 1.75rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.36;
    letter-spacing: normal;
    text-align: left;
    color: #000;
    width: calc(100% - 6.25rem);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    white-space: normal;
    word-break: keep-all;
}
.brand_event_slider .date_box{
    position: absolute;
    /*top: 24.5rem;*/
    border-radius: 0.625rem;
    background: #000;
    padding: 0.875rem 1.125rem;
    /*left: 2.375rem;*/
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*top: 62.15%;*/
    top: 61.15%;
    /*top: 57.69%;*/
    left: 4.75rem;
}
.brand_event_slider .date_box .date{
    font-family: Pretendard;
    font-size: 1.375rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
}
.brand_event_slider .swiper-pagination.number,
.brand_event_slider .swiper-pagination.number.swiper-pagination-fraction{
    position: absolute;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    font-weight: 200;
    right: 4.75rem;
    bottom: 5.25rem;
    left: auto;
    /*border-radius: 1.375rem;*/
    border-radius: 2.75rem;
}
.brand_event_slider .swiper-pagination.number .swiper-pagination-current{
    font-weight: bold;
    margin-right: 0.375rem;
}
.brand_event_slider .swiper-pagination.number .swiper-pagination-total{
    margin-left: 0.375rem;
}


@media (max-width: 290px) {

    .brand_event_slider .date_box{
        top: 55%;
    }

}




/* deal_list */
.deal_list{
    /*padding: 19px 0 0 0;*/
    padding: 2.375rem 0 0 0;
}
.deal_list ol{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
.deal_list ol li{
    /*margin-top: 8px;*/
    /*padding: 0 1.5vw;*/
    /*margin-top: 12px;*/
    /*padding: 0 6.3px;*/
    width: 50%;
    /* 2308 */
    margin-top: 1.5rem;
    padding: 0 0.394rem;
}
.deal_list ol li:nth-child(odd){
    padding-left: 0;
}
.deal_list ol li:nth-child(even){
    padding-right: 0;
}
.deal_list ol li:nth-child(-n+2){
    margin-top: 0;
}
.deal_list .deal_item_view{
    overflow: hidden;
    height: 100%;
    border: 1px solid rgba(0,0,0,.3);
    /*border-radius: 6px;*/
    line-height: 1.2;
    /* 2308 */
    border-radius: 0.75rem;
}
.deal_list .deal_item_view .deal_item_inner{
    position: relative;
}
.deal_list .deal_item_view .deal_item_thumb{
    overflow: hidden;
    position: relative;
    border-radius: 0;
}
.deal_list .deal_item_view .deal_item_link{
    display: block;
}
.deal_list .deal_item_view .is_square{
    display: block;
    position: relative;
    padding-bottom: 100%;

}
.deal_list .deal_item_view .is_square img,
.deal_list .deal_item_view .is_square .deal_list_img{
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    object-fit: contain;
}
.deal_list .deal_item_view .item_number{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    /*min-width: 36px;*/
    /*min-height: 36px;*/
    /*padding: 5px 3px 3px;*/
    /*-webkit-border-radius: 0 0 6px;*/
    /*border-radius: 0 0 6px;*/
    background-color: #000;
    /*font-size: 9px;*/
    font-weight: 500;
    color: #fff;
    /*letter-spacing: -0.4px;*/
    /*letter-spacing: 2.2px;*/
    text-align: center;

    /* 2308 */
    min-width: 4.5rem;
    min-height: 4.5rem;
    padding: 0.625rem 0.375rem 0.375rem;
    border-radius: 0 0 0.75rem;
    -webkit-border-radius: 0 0 0.75rem;
    font-size: 1.125rem;
    letter-spacing: 0.275rem;
}
.deal_list .deal_item_view .item_number em {
    display: block;
    /*margin-top: -1px;*/
    font-weight: 700;
    /*font-size: 14px;*/
    /*letter-spacing: -0.6px;*/
    /* 2308 */
    margin-top: -0.063rem;
    font-size: 1.75rem;
    letter-spacing: -0.075rem;
}

.deal_list .deal_item_view .deal_item_info{
    /*padding: 0 10px 10px;*/
    padding: 0 1.25rem 1.25rem;
}
.deal_list .deal_item_view .item_name{
    /*margin-top: 3.7vw;*/
    /*margin-top: 8px;*/
    margin-top: 1rem;
}
.deal_list .deal_item_view .item_name .brand{
    /*font-size: 3.5vw;*/
    /*font-size: 12px;*/
    display: block;
    /*min-height: 15px;*/
    font-weight: 500;
    color: #000;
    /*letter-spacing: -0.4px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* 2308 */
    font-size: 1.5rem;
    min-height: 1.875rem;
    letter-spacing: -0.05rem;
}
.deal_list .deal_item_view .item_name .prd{
    /*color: #666;*/
    /*letter-spacing: -0.4px;*/
    display: block;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    /*font-size: 13px;*/
    /*font-size: 3.2vw;*/
    max-height: 2.35em;
    /* 2308 */
    letter-spacing: -0.05rem;
    font-size: 1.625rem;
    color: #000;
}
.deal_list .deal_item_view .item_name .brand + .prd{
    /*margin-top: 1.4vw;*/
    /*margin-top: 2px;*/
    /* 2308 */
    margin-top: 0.25rem;
}
.deal_list .deal_item_view .box_price{
    /*margin-top: 3.7vw;*/
    /*margin-top: 8px;*/
    /* 2308 */
    margin-top: 1rem;
}

/* deal_item_sold_out */
.deal_list .deal_item_view .deal_item_sold_out{
    position: absolute;
    z-index: 5;
    /*top: -1px;*/
    /*right: -1px;*/
    /*left: -1px;*/
    /*bottom: -10px;*/
    background-color: rgba(0, 0, 0, 0.4);
    /* 2308 */
    top: -0.125rem;
    right: -0.125rem;
    left: -0.125rem;
    bottom: -1.25rem;
}

/* item_sold_out */
.deal_list .deal_item_view .item_sold_out{
    /*background-color: transparent;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, 0.4);
}
.deal_list .deal_item_view .item_sold_out .sold_out{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /*width: 100px;*/
    /*height: 100px;*/
    border: 2px solid #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    font-weight: 700;
    /*font-size: 16px;*/
    color: #fff;
    letter-spacing: 0;
    text-align: center;
    /* 2308 */
    width: 12.5rem;
    height: 12.5rem;
    font-size: 2rem;
}











/* file-box */
.file-box{
    display: flex;
    align-items: center;
}
.file-box-ul{
    width: 100%;
    border: 1px solid #dedede;
}
.file-box-ul .file-box-li{
    width: 100%;
    padding: 10px 19px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.file-box-ul .file-box-li p{
    object-fit: contain;
    font-family: Pretendard;
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.15;*/
    letter-spacing: normal;
    text-align: left;
    color: #000;
    margin-bottom: 0;
    white-space: pre;
}
.file-box .upload-name {
    display: inline-block;
    /*height: 40px;*/
    /*padding: 0 10px;*/
    vertical-align: middle;
    /*border: 1px solid #dddddd;*/
    /*width: 78%;*/
    /*color: #999999;*/
    object-fit: contain;
    font-family: Pretendard;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.15;*/
    letter-spacing: normal;
    text-align: left;
    color: #000;
    border: none;
    max-width: 112px;
}
.file-box label {
    display: inline-block;
    /*padding: 10px 20px;*/
    /*color: #fff;*/
    vertical-align: middle;
    /*background-color: #999999;*/
    /*cursor: pointer;*/
    /*height: 40px;*/
    /*margin-left: 10px;*/
    object-fit: contain;
    font-family: Pretendard;
    font-size: 11px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 2.09;*/
    letter-spacing: normal;
    text-align: center;
    color: #949494;
    padding: 7px 10px;
    border-radius: 35px;
    background-color: #ececec;
    margin-bottom: 0;
    white-space: pre;
    cursor: pointer;
}
.file-box input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}


/* pack_img_box */
.pack_img_box{
    /*height: auto;*/
    position: relative;
    overflow: hidden;
    width: 100%;
    /*max-width: 420px;*/
    max-width: 500px;
    /*height: 320px;*/
    height: auto;
    margin: 0 auto;
}
.pack_img_box .pack_img_wrap{
    width: 100%;
    /*height: auto;*/
    /*position: relative;*/
    /* 2307 */
    /*padding-bottom: 54.05%;*/
}
.pack_img_box .pack_img,
.pack_img_box img{
    /*object-fit: cover;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    width: 100% !important;
    /*height: 100%;*/
    object-position: center;
    /* 2307 */
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    height: 100%;
    display: block;
}
/*.pack_img_box .pack_img_wrap2{*/
/*    width: 100%;*/
/*    !*height: auto;*!*/
/*    position: relative;*/
/*    padding-bottom: 100%;*/
/*}*/
/*.pack_img_wrap2 .pack_img,*/
/*.pack_img_wrap2 img{*/
/*    object-position: center;*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: cover;*/
/*}*/


/* assist_btn_box */
.assist_btn_box{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}
.assist_btn_box .add_btn,
.assist_btn_box .minus_btn{
    width: 49%;
    border: 1px solid #000;
    padding: 1.125rem;
    font-family: Pretendard;
    font-size: 1.625rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}
.assist_btn_box .add_btn:disabled,
.assist_btn_box .minus_btn:disabled{
    width: 49%;
    border: 1px solid #f0f0f0;
    padding: 1.125rem;
    font-family: Pretendard;
    font-size: 1.625rem;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ddd;
    opacity: 1;
    background-color: rgba(248, 248, 248, .6);
}



/* b_search_box */
.b_search_box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2.375rem 1.5rem 2.375rem;
}
.b_search_box .b_search_btn{
    width: calc((100% - 1.125rem) / 2);
    border-radius: 2.563rem;
    border: 1px solid #dbdbdb;
    padding: 1.5rem 2.375rem;
    font-family: Pretendard;
    font-size: 1.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.18;*/
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #676767;
    background-color: #fff;
    transition: .3s ease-in-out;
}
.b_search_box .b_search_btn.on{
    background-color: #000;
    color: #fff;
}


.swiper-container.brand_search {
    width: 100%;
    height: auto;
    overflow-x: hidden;
    padding: 0 2.375rem 2rem 2.375rem;
}
.swiper-container.brand_search .swiper-wrapper {
    display: flex;
    overflow: initial;
    justify-content: flex-start;
    height: auto !important;
    margin-bottom: 0.625rem;
}
.swiper-container.brand_search .swiper-wrapper .swiper-slide.brand_search_list {
    text-align: center;
    background: #fff;
    width: auto !important;
    border: solid 1.5px #000;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    opacity: 1 !important;
    /* 2307 추가 */
    padding: 1rem 1.75rem;
    border-radius: 0;
    line-height: normal;
    margin-right: 0.875rem;
    font-size: 1.75rem;
    font-family: Pretendard;
    font-weight: 300;
}
.swiper-container.brand_search .swiper-wrapper .swiper-slide.brand_search_list:last-child {
    margin-right: 0;
}
.swiper-container.brand_search .swiper-wrapper .swiper-slide.brand_search_list.on{
    background-color: #000000 !important;
    color: #ffffff !important;
    transition: .3s ease-in-out;
}
/*.swiper-container.brand_search .swiper-wrapper .swiper-slide.on{*/
/*    background-color: #000 !important;*/
/*    color: #fff !important;*/
/*}*/
.swiper-container.brand_search .swiper-wrapper .swiper-slide.swiper-slide-active{
    background-color: #fff !important;
    color: #000 !important;
    opacity: 1;
}
.swiper-container.brand_search .swiper-scrollbar{
    background-color: #ececec;
    z-index: 10;
}
.swiper-container.brand_search .swiper-scrollbar-drag{
    background-color: #000;
}
.swiper-container.brand_search .swiper-horizontal>.swiper-scrollbar,
.swiper-container.brand_search .swiper-scrollbar.swiper-scrollbar-horizontal{
    left: 2.375rem;
    right: 2.375rem;
    width: calc(100% - 4.75rem * var(--swiper-scrollbar-sides-offset,1%));
}


/* b_list_table_wrap */
.b_list_table_wrap{
    width: 100%;
    padding: 0 2.375rem;
    margin-top: 3.938rem;
}
.b_list_table_wrap .b_list_table{
    width: 100%;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-color: #fff;
    table-layout: fixed;
}
.b_list_table_wrap .b_list_table tr{}
.b_list_table_wrap .b_list_table th{
    padding: 1.875rem 2.375rem;
    background-color: #000;
    color: #fff;
    font-family: Pretendard;
    font-size: 3rem;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.17;*/
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
    width: 6.875rem;
    word-wrap: break-word;
}
.b_list_table_wrap .b_list_table td{
    padding: 1.875rem 2.375rem;
    /*width: calc(100% - 6.875rem);*/
    background-color: #fff;
    color: #000;

    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
}
.b_list_table_wrap .b_list_table td .en{
    width: 100%;
    background-color: #fff;
    color: #000;
    font-family: Pretendard;
    font-size: 1.75rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.17;*/
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0.5rem;
}
.b_list_table_wrap .b_list_table td .ko{
    width: 100%;
    background-color: #fff;
    color: #000;
    font-family: Pretendard;
    font-size: 1.5rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    /*line-height: 1.17;*/
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}








@media screen and (min-width: 394px) and (max-width: 480px){

    .coupon_box > .coupon_box_right{
        /*top: 20px !important;*/
    }

    /*.review_product_more{*/
    /*    padding: 24px 0 !important;*/
    /*}*/

}
@media screen and (min-width: 376px) and (max-width: 393px){

    .coupon_box > .coupon_box_right{
        /*top: 16px !important;*/
    }

}
@media screen and (max-width: 375px) {

    .coupon_box > .coupon_box_right{
        /*top: 16px !important;*/
    }

}
@media screen and (max-width: 360px) {

    .coupon_box > .coupon_box_right{
        /*top: 13px !important;*/
    }

    /*.review_status_box > .review_status_progress{*/
    /*    width: 150px !important;*/
    /*}*/

}
@media screen and (max-width: 280px) {

    /*.coupon_box > .coupon_box_left{*/
    /*    top: 36% !important;*/
    /*}*/
    .coupon_box_right > .coupon_text{
        font-size: 11px !important;
        /*margin-bottom: 10px !important;*/
    }
    .coupon_box_right > .coupon_download_btn{
        height: 30px !important;
        font-size: 11px !important;
    }
    .coupon_box_right > .coupon_text > .coupon_text_gray{
        font-size: 9px !important;
    }
    .coupon_download_btn_gray{
        height: 30px !important;
        font-size: 11px !important;
    }

    /*.review_product_more{*/
    /*    padding: 15px 0 !important;*/
    /*}*/

    /*.review_status_box > .review_status_progress{*/
    /*    width: 120px !important;*/
    /*    margin: 6px 15px 6px 0 !important;*/
    /*}*/

}

.active-sandybrown {
    background : sandybrown;
}
/****************************
 20250611 O4O CSS (상품상세)
 *****************************/
.small_bk_radius_btn {
    padding: .5rem 1rem;
    font-family: Pretendard;
    border-radius: 1.5rem;
    font-size: 1.275rem;
    color: #FFFFFF;
    background-color: #000000;
    font-weight: 300;
}


/**
상품 선택 시 체크 되는 효과
 */
.status_cont_img_wrap_inner.pd_checked_effect {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid;
    width: 100%;
    height: 100%;
    background-image: url('/images/icon/check_icon_no_radius.png'); /* 체크 이미지 경로 */
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none; /* 클릭 방지 */
}
