/*
브레이크 포인트
@media screen and (max-width:680px) {}
@media screen and (max-width:480px) {}
@media screen and (max-width:420px) {}
@media screen and (max-width:360px) {}
*/


/* 공통 */

/* 레이아웃 */
.fl {float: left;}
.container_95 {box-sizing: border-box; padding: 0 5%;}
.container_80 {box-sizing: border-box; padding: 0 4%; position: relative;}


/* 체크박스 */
/* .check-box {position: relative; cursor: pointer; font-size: 14px; user-select: none; margin: 10px 0;}
.check-box label input[type="checkbox"] {display: none;}
.check-box label input[type="checkbox"]:checked + .on {border:solid 1px #fff; background: #016b4c; border-radius: 4px;}
.check-box label input[type="checkbox"]:checked + .on:after {display: block;}
.check-box label span.on {width: 17px; height: 17px; border: solid 1px #ddd; background: #fff; position: absolute; top: 0; left: 0; border-radius: 4px;}
.check-box label span.on:after {content: ""; position: absolute; display: none; width: 5px; height: 10px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); position: absolute; left: 5px; top: 0px;}
.check-box p {margin-left: 23px; padding-top: 1px;} */

body.sub.product_detail .checkbox-wrap {margin-top: 10px;}
body.sub.product_detail .checkbox-wrap input[type="checkbox"] + label {font-size: 14px; vertical-align: middle;}
body.sub.product_detail .checkbox-wrap input[type="checkbox"] + label span {padding-right: 0; display: inline-block; width: 18px; height: 18px; background: url('/images/web/common/icon/checkbox_line.png') no-repeat; background-size: 18px; text-indent: -9999px; overflow: hidden; vertical-align: -4px; margin-right: 5px;}
body.sub.product_detail .checkbox-wrap input[type='checkbox']:checked + label span {background: url('/images/web/common/icon/checkbox_full.png') no-repeat; background-size: 18px; text-indent: -9999px; overflow: hidden; vertical-align: -4px;}
body.sub.product_detail .checkbox-wrap input[type="checkbox"] {display: none;}

/* 라디오 버튼 UI삭제 */
input[name="tab_item"] {display: none;}

/* 탭 컨텐츠 스타일 */
.tab_content {display: none; clear: both; min-width: 100%; overflow: hidden;}

/* 선택 된 탭 콘텐츠를 표시 */
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {display: block;}

/* 선택된 탭 스타일 */
.tabs input:checked + .tab_item {border-bottom: solid 3px #016b4c; color: #141414;}
.tabs_wrap input:checked + .tab_item {border-bottom: solid 3px #016b4c; color: #141414;}
.prod-tab-wrapper .tabs .tab_item .count {background-color: #016b4c; top: 1px; left: 44%; padding: 2px 6px; border-radius: 14px; height: 14px; line-height: 13px; color: #fff; font-size: 11px; font-weight: 700; letter-spacing: 0; text-align: center;}
.prod-tab-wrapper .tabs .tab_item .count.empty {background-color: #bbb;}

/*카운트가 0일 경우*/
.prod-tab-wrapper .tabs .tab_item .non_count {background-color: #727272; top: 1px; left: 44%; padding: 0 5px; border-radius: 12px; height: 16px; line-height: 16px; color: #fff; font-size: 9px; font-weight: 700; letter-spacing: 0;}
.expand {height: 500px; overflow: hidden;}

/* 레이어마스크(모달bg) */
#layer-mask {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 5000; background-color: rgba(0, 0, 0, 0.3); display: none;}
#layer-mask.on {display: block; animation: show-up-mask 1s ease 0s 1 normal forwards;}
@keyframes show-up-mask {
    0% {opacity: 0;}
    100% {opacity: 1;}
}

/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */


/* 상품 이미지 슬라이드 */
.new-image-slider {width:100%; margin-top: 30px; position: relative;}
.new-image-slider .swiper-wrapper {}
.new-image-slider .swiper-wrapper .swiper-slide {overflow: hidden;}
.new-image-slider .swiper-wrapper .swiper-slide  > img {width:100% !important;}
.new-image-slider .swiper-wrapper .swiper-slide .group-by-badge {position: absolute; bottom: 0; left: 0; height: 100%; width: 100%; background-color: rgba(0, 0, 0, 0.32); color: #fff; text-align: center;}
.new-image-slider .swiper-wrapper .swiper-slide .group-by-badge .limit-soldout-mark {width: 50%; position: absolute; top: 24%; left: 24%;}
.new-image-slider .swiper-wrapper .swiper-slide .group-by-badge .limit-soldout-mark img {width: 100%; padding-bottom: 10px;}
.new-image-slider .swiper-wrapper .swiper-slide .group-by-badge .limit-soldout-mark span {font-size: 18px;}
.new-image-slider .limit-alram-box {display: flex; flex-direction: column; align-items: center;}
.new-image-slider .limit-alram-bg {position: absolute; top: 5%; background-color: rgba(0, 0, 0, 0.32); color: #fff; text-align: center; padding: 12px 15px; z-index: 1;}
.new-image-slider .limit-alram-bg .limit-alram {}
.new-image-slider .limit-alram-bg .limit-alram img {width: 23px;}
.new-image-slider .limit-alram-bg .limit-alram span {font-size: 1rem;}
.new-image-slider .group-by-badge {position: absolute; left: 0; top: 0; background-color: rgba(0, 0, 0, 0.32); color: #fff; z-index: 1; width: 100%; height: 100%;}
.new-image-slider .group-by-badge .limit-soldout-mark {display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%;}
.new-image-slider .group-by-badge .limit-soldout-mark P {font-size: 48px;}
.new-image-slider .group-by-badge .limit-soldout-mark span {}
.new-image-slider .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {bottom: 25px; position: absolute; z-index: 1; width: 80%; left: 20px; height: 3px; background: rgba(255,255,255,0.3);}
.new-image-slider .new-image-slider-swiper-pagination .swiper-scrollbar-drag {background-color: #fff;}
.new-image-slider .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {position: absolute; right: 0; bottom: 20px; right: 10px; left: auto; width: 50px; color: #fff; font-size: 12px; letter-spacing: -0.6px;}


/* 상품 정보 */
.prod-info-wrapper {}
.prod-info-wrapper .info-wrapper {position: relative; border: 0; margin-bottom: 0; margin-top: 20px;}
.prod-info-wrapper .info-wrapper .panel-heading {}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles {margin-top: 10px;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .tag {margin-bottom: 10px; padding: 0 4%;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .tag span {background-color: #eee; font-size: 13px; padding: 2px 0px; margin-right: 2px;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .title-wrap {padding: 0 4%;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .title-wrap h3 {width: 100%;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .title-wrap h3 .title {display: block; line-height: 1.5; font-size: 18px; margin-top: 15px; white-space: normal; text-align: left; /* word-break: keep-all; */ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .price-wrapper {position: relative; margin-top: 20px; display: flex; align-items: unset; padding: 0 4%;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .price-wrapper .dc-price {display: inline-block; color: #b8b8b8; font-size: 14px; text-decoration: line-through; display: flex; align-items: center; margin-left: 10px;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .price-wrapper .discount {color: #f15112; font-size: 20px; font-weight: 700; margin-left: 10px; letter-spacing: -0.5px;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .price-wrapper .price {font-size: 22px; font-weight: 700;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .price-wrapper .share_icon {width: 20px; cursor: pointer; position: absolute; right: 4%; bottom: 0;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .price-wrapper .share_icon img {width: 100%;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .company {border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; position: relative; margin: 12px 0 10px 0; padding: 0 4%;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .company > div {padding: 7px 0;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .company > div span:nth-child(1) {font-size: 15px; display: block;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .company > div span:nth-child(2) {font-size: 14px; display: block; color: #8B8B8B; margin-top: 5px;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .company > a {font-size: 14px; border: 1.5px solid #016b4c; width: 95px; display: block; height: 44px; text-align: center; line-height: 45px; position: absolute; right: 4%; top: 50%; transform: translate(0,-50%); color: #016b4c; transition: all 0.3s;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .company > a:hover {background-color: #016b4c; color: #ffffff; border-color: #016b4c;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info {margin-bottom: 10px; padding: 10px 4%;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link {position: relative; overflow: hidden; transition: 0.5s; font-size: 13px;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link dt {width: 20%; float: left; font-size: 14px; font-weight: 400; clear: both; line-height: 1.7; margin-right: 5%;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link dd {width: 75%; float: left; font-weight: 500; font-size: 13px; line-height: 1.3; color: #555; line-height: 1.7;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link dd span {color: #016b4c;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link dd span.ship-free {color: #f15112;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link .arrow-wrap {position: absolute; right: 0; top: 50%; transform: translate(0,-50%); transition: 0.4s; cursor: pointer;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link .arrow-wrap .arrow-top {display: none;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link .arrow-wrap .arrow-bottom {display: block;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link.open .arrow-wrap .arrow-bottom {display: none;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link.open .arrow-wrap .arrow-top {display: block;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info div.ship-info-more {max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info div.ship-info-more dl {position: relative; color: #555; line-height: 1.3;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info div.ship-info-more dl dt {width: 20%; float: left; font-size: 14px; margin-right: 5%;}
.prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info div.ship-info-more dl dd {width: 75%; float: right; font-size: 13px; line-height: 1.5;}
@media screen and (max-width:680px) {}
@media screen and (max-width:480px) {}
@media screen and (max-width:420px) {
    .prod-info-wrapper .panel-heading .detail-titles .title-wrap h3 .title {width: 95%;}
    .prod-info-wrapper .panel-heading .detail-titles .title-wrap .share_icon {width: 20px; padding: 5px;}
    .prod-info-wrapper .info-wrapper .panel-heading .detail-titles .ship-info > dl.ship-info-more-link dt {font-size: 13px;}
}
@media screen and (max-width:360px) {}


/* 베스트 구매후기 */
.video-review-swiper {position: relative; border-top: 10px solid #efefef; border-bottom: 10px solid #efefef; width: 100%; height: 100%; overflow: hidden; padding: 10px 4% 20px 4%;}
.video-review-swiper h5 {font-size: 14px; font-weight: 500; margin-bottom: 10px;}
.video-review-swiper .swiper-wrapper {}
.video-review-swiper .swiper-wrapper .swiper-slide {width: 400px; border: solid 1px #eaeaea; background-color: #fff; height: 100%; box-sizing: border-box; display: flex;}
.video-review-swiper .swiper-wrapper .swiper-slide .review-txt {padding: 10px;}
.video-review-swiper .swiper-wrapper .swiper-slide .review-txt .score img {width: 20px; margin-right: 5px;}
.video-review-swiper .swiper-wrapper .swiper-slide .review-txt .score span.good {color: #FC3C64; font-size: 13px;}
.video-review-swiper .swiper-wrapper .swiper-slide .review-txt .score span.soso {color: #25AAFF; font-size: 13px;}
.video-review-swiper .swiper-wrapper .swiper-slide .review-txt .score span.bad {font-size: 13px;}
.video-review-swiper .swiper-wrapper .swiper-slide .review-txt .review-desc {width: 100%; font-size: 13px; overflow: hidden; text-overflow: ellipsis; word-break: break-word; font-weight: 400; min-height: 38px; color: #727272; font-size: 13px; white-space: normal; line-height: 1.3; overflow: hidden; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; margin-top: 10px;}
.video-review-swiper .swiper-wrapper .swiper-slide .review-txt .info {font-size: 12px; color: #9e9e9e; letter-spacing: 0;}
.video-review-swiper .swiper-wrapper .swiper-slide .review-img {}
.video-review-swiper .swiper-wrapper .swiper-slide .review-img .review-img-body {}
.video-review-swiper .swiper-wrapper .swiper-slide .review-img .review-img-body .col-xs-3 {}
.video-review-swiper .swiper-wrapper .swiper-slide .review-img .review-img-body .col-xs-3 .image {}
.video-review-swiper .swiper-wrapper .swiper-slide .review-img .review-img-body .col-xs-3 .image video {width: 100%;}
.video-review-swiper .swiper-wrapper .swiper-slide .review-img .review-img-body .col-xs-3 .image img {min-height: 135px; object-fit: cover;}

/* 상품정보 탭 */
.prod-tab-wrapper {}
.prod-tab-wrapper .tabs {margin-top: 50px; background-color: #ffffff; width: 100%; margin: 0 auto;}
.prod-tab-wrapper .tabs .tab_item {width: calc(100% / 3); height: 44px; border-bottom: 1px solid #eaeaea; background-color: #ffffff; font-size: 14px; font-weight: 400; text-align: center; color: #b5b5b5; float: left; text-align: center; transition: all 0.2s ease; position: relative; display: flex; align-items: center; justify-items: center;}
.prod-tab-wrapper .tabs .tab_item div {width: 100%; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; height: 100%; padding-bottom: 25px;}
.prod-tab-wrapper .tabs .tab_item div span:first-child {padding-bottom: 2px;}


/* 01_tab 상세정보(상세이미지) */
#all_content {padding-top: 20px;}
#all_content .tab-pane {}
#all_content .tab-pane .panel-body {}
#all_content .tab-pane .panel-body dl.prd_info {background-color: rgb(247, 247, 247); padding: 20px; margin: 20px 20px 0px 20px; border-radius: 5px; color: #333; font-size: 14px; overflow: hidden; line-height: 1.6; display: none;}
#all_content .tab-pane .panel-body dl.prd_info dt {color: #adadad; width: 25%; float: left; margin-right: 3%; display: block; line-height: 1.5; clear: both; white-space: normal; text-align: left; /* word-break: keep-all; */ overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
#all_content .tab-pane .panel-body dl.prd_info dt:last-of-type {margin-bottom: 10px;}
#all_content .tab-pane .panel-body dl.prd_info dd {width: 72%; float: left;}
#all_content .tab-pane .panel-body dl.prd_info dd:last-of-type {margin-bottom: 10px;}
#all_content .tab-pane .panel-body dl.prd_info a {display: block; width: 100%; clear: both; text-align: center; border-top: 1px solid #adadad; color: #adadad; padding-top: 10px;}
#all_content .tab-pane .panel-body .prd_img_view {text-align: center; clear: both;}
#all_content .tab-pane .panel-body .prd_img_view img {max-width: 100%;}
#all_content .tab-pane .btn-more-view {bottom: 0; padding: 10px 4% 15px 4%; width: 100%; font-size: 11px; text-align: center; background: #fff; box-sizing: border-box;}
#all_content .tab-pane .btn-more-view .btn-border {width: 100%; border: 1px solid #016b4c; border-radius: 5px; background-color: #fff; font-family: "Noto Sans KR", sans-serif; box-sizing: border-box; max-height: 40px;}
#all_content .tab-pane .btn-more-view .btn-border span {display: inline-block; padding: 9px 0px 10px 0; font-size: 12px; color: #016b4c;}
#all_content .tab-pane .btn-more-view .btn-border span::after {display: none;}
#all_content .tab-pane .btn-more-view .btn-border span i {}


/* 상품정보고시, 교환반품환불 안내 버튼 */
.two_btn_area {border-top: 8px solid #eeeeee; /* padding: 15px 0; */}
.two_btn_area .container {box-sizing: border-box; /* padding: 0 4%;  */ display: flex; justify-content: center; align-items: center; flex-direction: column;}
.two_btn_area .container:after {content: ''; display: block; clear: both;}
.two_btn_area .container .pro_btn {background-color: #fff; font-weight: 400; /* width: calc(100% / 2 - 7px); */ width: 100%; box-sizing: border-box;}
.two_btn_area .container .pro_btn:last-child {border-top: 1px solid #eee;}
.two_btn_area .container .pro_btn a {display: block; width: 100%; height: 100%; max-height: 56px; min-height: 56px; position: relative; padding: 15px; box-sizing: border-box; white-space: nowrap; overflow: hidden; color: #222; font-size: 15px; display: flex; align-items: center; justify-content: space-between;}
.two_btn_area .container .pro_btn a span {display: flex; justify-content: space-between; align-items: baseline;}
.two_btn_area .container .pro_btn a span i {color: #555;}


/* 연관 추천상품, 최근 본 상품, 놓치기 아쉬운 인기상품 */
.add_product_area {border-top: 8px solid #eeeeee; padding: 10px 0;}
.add_product_area .add_product_wrap {width: 100%; position: relative; padding: 0 0 0 4%;}
.add_product_area .add_product_wrap .section_tit {position: relative; margin: 0 0 10px 0;}
.add_product_area .add_product_wrap .section_tit h6 {font-size: 14px; font-weight: 500;}
.add_product_area .add_product_wrap .section_tit a.more {font-size: 13px; position: absolute; right: 4%; top: 0; margin-right: 10px;}
.add_product_area .add_product_wrap .add_product_swiper {overflow: hidden; z-index: -999;}
.add_product_area .add_product_wrap .add_product_swiper .swiper-wrapper {transform: translate3d(0px, 0px, 0px); position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box;}
.add_product_area .add_product_wrap .add_product_swiper .swiper-wrapper .add_product_item {width: 129.2px; margin-right: 8px; background-position: center; background-size: cover; height: 100%; position: relative; transition-property: transform; flex-shrink: 0;}
.add_product_area .add_product_wrap .add_product_swiper .swiper-wrapper .add_product_item img {max-width: 100%;}
.add_product_area .add_product_wrap .add_product_swiper .swiper-wrapper .add_product_item .add_product_item_info {position: relative;}
.add_product_area .add_product_wrap .add_product_swiper .swiper-wrapper .add_product_item .add_product_item_info p.tit {word-break: keep-all; overflow: hidden; text-overflow: ellipsis; white-space: normal; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; height: 2.3em; line-height: 1.15em;}
.add_product_area .add_product_wrap .add_product_swiper .swiper-wrapper .add_product_item .add_product_item_info .price-wrapper {margin: 10px 0 5px 0; overflow: hidden;}
.add_product_area .add_product_wrap .add_product_swiper .swiper-wrapper .add_product_item .add_product_item_info .price-wrapper span.dc-rate {color: #f15112; font-weight: 700; float: left; margin-right: 5px;}
.add_product_area .add_product_wrap .add_product_swiper .swiper-wrapper .add_product_item .add_product_item_info .price-wrapper p.price {float: left; display: inline-block; font-size: 15px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.add_product_item_info .review-area {width: 200px; display: inline-block; color: #a8a8a8; padding: 5px 0; font-size: 13px;}
.add_product_item_info .review-area .review-area-wrap {width: auto; background-color: #f5f5f5; border-radius: 10px; padding: 5px; float: left; margin-right: 5px;}
.add_product_item_info .review-area p {float: left;}
.add_product_item_info .review-area p:first-child {padding-right: 5px;}
.add_product_item_info .review-area p.rate {display: flex;}
.add_product_item_info .review-area p em.star {display: inline-block; background-image: url("/image/common/star.png"); width: 15px; height: 15px; background-size: contain; margin: 1px;}


/* 02_tab 리뷰 */
#programming_content {}
#programming_content .review_area {}
#programming_content .review_area .review_wrap {width: 100%; box-sizing: border-box; padding: 10px 0 10px 4%;}
#programming_content .review_area .review_wrap h7 {display: block; font-size: 14px; font-weight: 500; margin-bottom: 10px;}
#programming_content .review_area .review_wrap h7 span {float: right; padding-right: 5%; font-weight: 400; font-size: 15px; color: #727272;}
#programming_content .review_area .review_wrap .wrap-average-review {}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist {display: flex; margin: 0;}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box {position: relative; -webkit-box-flex: 1; flex: 1; max-width: calc(31% - 6px); padding-top: calc(31% - 5px); overflow: hidden; margin-right: 4%;}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box:last-child {}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box > a {position: absolute; top: 0; left: 0; width: 100%; height: 100%; display: flex; -webkit-box-pack: center; justify-content: center; overflow: hidden; background: #e0e0e0; text-decoration: none; color: #222;}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box > a > img {display: block; width: 100%; vertical-align: top;}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box > a > video {width: 100%; height: 100%; object-fit: cover;}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box > a:before {display: block; content: ""; position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; opacity: .04; background-color: #000;}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box .photo-review-total {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .7);}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box .photo-review-total p {position: absolute; left: 50%; top: 50%;transform: translate(-50%,-50%); text-align: center;}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box .photo-review-total p img {width: 22px;}
#programming_content .review_area .review_wrap .wrap-average-review .review-photo-thumblist .thumb-box .photo-review-total p span {color: #fff; display: block; margin-top: 8px; font-size: 13px;}
#programming_content .review_area .review_txt_wrap {width: 100%; box-sizing: border-box; /*padding: 20px 0 20px 5%; */ border-top: 10px solid #efefef; padding-top: 10px;}
#programming_content .review_area .review_txt_wrap h8 {font-size: 14px; font-weight: 500; padding-left: 4%;}
#programming_content .review_area .review_txt_wrap .selectbox {}
#programming_content .review_area .review_txt_wrap .selectbox select {display: block; width: 100%; font-family: inherit; font-size: .6875rem; border: 0; opacity: 0; appearance: none; background-color: #fff;}
#programming_content .review_area .review_txt_wrap .selectbox.item-filter {width: auto; height: auto; background-color: transparent; border: 0; color: #727272; float: right; padding-right: 4%; position: relative;}
#programming_content .review_area .review_txt_wrap .selectbox.item-filter label {padding: 0; height: auto; line-height: inherit; color: #727272; font-size: 14px; margin-bottom: 0;}
#programming_content .review_area .review_txt_wrap .selectbox.item-filter select {height: 100%; line-height: inherit; cursor: pointer; position: absolute; top: 0;}
#programming_content .review_area .review_txt_wrap .review_txt_list {padding-top: 10px;}
#programming_content .review_area .review_txt_wrap .review_txt_list li {border-top: 1px solid #eee; box-sizing: border-box; padding: 15px 0; position: relative;}
#programming_content .review_area .review_txt_wrap .review_txt_list li:last-child {border-bottom: 1px solid #eaeaea;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap {width: 100%; margin-bottom: 5px; display: flex; justify-content: flex-start; align-items: center;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap:after {content: ''; display: block; clear: both;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .left_point {}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .left_point .score {}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .left_point .score img {width: 20px;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .left_point .score span.good {color: #FC3C64; font-size: 13px; font-weight: 500;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .left_point .score span.soso {color: #25AAFF; font-size: 13px; font-weight: 500;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .left_point .score span.bad {font-size: 13px;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .right_date {position: absolute; right: 4%; top: 0;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .right_date .date {position: relative;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .right_date .date::after {content: ''; position: absolute; width: 1px; height: 10px; background: #bdbdbd; top: 4px; right: 0;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .poiont_wrap .right_date span {color: #bdbdbd; font-size: 11px; padding-right: 5px;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .txt {font-size: 14px; line-height: 1.5;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .review_opt_txt {font-size: 13px; color: #888; margin: 10px 0;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .img_area {width: 100%; margin-top: 10px; margin-top: 10px; font-size: 0;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .img_area > div {width: 23%; display: inline-block; padding-bottom: 23%; margin-right: 2%; background-size: cover; border: 1px solid #eee;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .img_area > div:last-child {margin-right: 0;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .right_report {display: flex; justify-content: flex-end; align-items: center; margin-top: 10px;}
#programming_content .review_area .review_txt_wrap .review_txt_list li .right_report button {background: none; border: none; color: #bdbdbd; font-size: 11px;}
#programming_content .review_area .review_txt_wrap .review-more {display: block; width: 90%; margin: 0 auto;text-align: center; height: 50px; line-height: 50px; font-size: 14px;}
#programming_content .review_area .review_txt_wrap .review-more i {font-size: 12px;}
#programming_content .review_swiper {overflow: hidden; padding-top: 15px;}
#programming_content .review_swiper .swiper-wrapper {position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box;}
#programming_content .review_swiper .swiper-wrapper .swiper-slide {background-position: center; background-size: cover; height: 100%; position: relative; transition-property: transform; flex-shrink: 0;}
#programming_content .review_swiper .swiper-wrapper .swiper-slide a {display: block; width: 100%; height: 100%;}
#programming_content .review_swiper .swiper-wrapper .swiper-slide a img {object-fit: cover; width: 100%;}
#programming_content .review_swiper .swiper-wrapper .swiper-slide a video {object-fit: cover; width: 100%;}
#programming_content .review_wrap .add_product_item:last-child:before {position: absolute; display: block; content: ''; top: 0; left: 0; bottom: 0; right: 0; z-index: 9; background: url("/image/common/plus_w.png") rgba(0,0,0,.6) no-repeat center center;}
#programming_content .review_wrap .wrap-average-review.reset {margin: 0; padding: 0; position: relative; z-index: 1;}


/* 추천 평점 */
.product_detail_recommend_area {border-bottom: 1px solid #eee; padding: 24px 0 24px 0;}
.product_detail_recommend_area .star_area {display: flex; justify-content: center; align-items: center;}
.product_detail_recommend_area .star_area img {}
.product_detail_recommend_area .star_area p {color: #333; font-weight: 700; margin-left: 5px;}
.product_detail_recommend_area .star_area p em.star_num {font-size: 26px; font-weight: 700;}
.product_detail_recommend_area .recommend_area {display: flex; justify-content: center; align-items: center; margin-top: 12px; text-align: center;}
.product_detail_recommend_area .recommend_area p {color: #333; font-size: 14px; font-weight: 400; line-height: 150%;}
.product_detail_recommend_area .recommend_area p em {font-weight: 700;}
.product_detail_recommend_area .recommend_area p em.recommend_num {font-size: 20px;}
.product_detail_recommend_area .recommend_area p span {color: #016B4C; font-weight: 700; position: relative;}
.product_detail_recommend_area .recommend_area p span::after {content: ''; width: 100%; height: 8px; background-color: rgba(1, 107, 76, 0.20); position: absolute; left: 0; bottom: -1px;}


/* 03_tab Q&A */
#design_content {}
#design_content .qna_top {padding: 5% 0 0 0;}
#design_content .qna_top .q_btn {padding: 3% 0; text-align: center; font-weight: 500; font-size: 14px; border: 1px solid #eaeaea; width: 100%; border-radius: 5px; background-color: #fff; display: block;}
#design_content .qna_top .qna_textarea {width: 100%; display: none;}
#design_content .qna_top .qna_textarea form {}
#design_content .qna_top .qna_textarea form input {vertical-align: middle; font-size: 1em; line-height: normal; border: 1px solid #d6d6d7; color: #333; border-radius: 0;}
#design_content .qna_top .qna_textarea form input.cmt_gubun {}
#design_content .qna_top .qna_textarea form input.cmt_table {}
#design_content .qna_top .qna_textarea form input.cmt_table_num {}
#design_content .qna_top .qna_textarea form textarea.qna_textarea_inner {background: #f5f5f5; width: 100%; box-sizing: border-box; padding: 8px; font-size: 14px; border-radius: 3px; overflow: auto; vertical-align: top; font-family: 'Noto Sans KR', sans-serif; border: 0; resize: none; border: 1px solid #eee;}
#design_content .qna_top .qna_textarea form textarea.qna_textarea_inner:focus {outline: none;}
#design_content .qna_top .qna_textarea form .qna_btn {font-size: 0; margin: 6px 0; font-family: 'Noto Sans KR', sans-serif;}
#design_content .qna_top .qna_textarea form .qna_btn > button.q_cancel {border: 1px solid #eee; margin-right: 6px; color:#000; border-radius: 3px; background-color: #fff;}
#design_content .qna_top .qna_textarea form .qna_btn > button {display: inline-block; width: calc(100% / 2 - 3px); text-align: center; padding: 10px 0; font-size: 14px;}
#design_content .qna_top .qna_textarea form .qna_btn > button:last-child {background: #016b4c; color: #fff; border: none; border-radius: 3px;}
#design_content .qna_top .qna_textarea form .qna_info {font-size: 11px; color: #888; margin-top: 12px;}
#design_content .qna_top .qna_textarea form .qna_info span {color: #016b4c; text-decoration: underline;}
#design_content .qna_top .not_qna {display: flex; justify-content: center; align-content: center; align-items: center; flex-direction: column; padding: 20px 0; border-top: 1px solid #ddd; margin-top: 20px;}
#design_content .qna_top .not_qna img {width: 60px;}
#design_content .qna_top .not_qna p {/*font-size: 11px;*/ color: #888; margin-top: 15px;}
#design_content .qna_top .qna_list {border-top: 1px solid #ddd; margin-top: 20px;}
#design_content .qna_top .qna_list li {border-bottom: 1px solid #eee; padding: 15px 0;}
#design_content .qna_top .qna_list li:last-child {border-bottom: 0;}
#design_content .qna_top .qna_list li .q_situation {display: flex; justify-content: space-between;}
#design_content .qna_top .qna_list li .q_situation > span {font-size: 14px;}
#design_content .qna_top .qna_list li .q_situation > p {font-size: 13px; color: #b3b3b3;}
#design_content .qna_top .qna_list li .q_situation > p > span:nth-of-type(1) {padding-right: 5px; position: relative;}
#design_content .qna_top .qna_list li .q_situation > p > span:nth-of-type(1)::after {content: ''; position: absolute; width: 1px; height: 12px; background: #bdbdbd; top: 6px; right: 0;}
#design_content .qna_top .qna_list li .q_situation > p > span:nth-of-type(2) {margin-left: 5px;}
#design_content .qna_top .qna_list li .q_cont {color: #333333; font-size: 14px; position: relative; margin: 10px 0;}
#design_content .qna_top .qna_list li .q_cont.lock {position: relative; padding-left: 15px;}
#design_content .qna_top .qna_list li .q_cont.lock::before {content: ''; position: absolute; background: url(/images/web/common/icon/lock.png) no-repeat; background-size: 12px auto; width: 12px; height: 18px; left: 0; top: 2px;}
#design_content .qna_top .qna_list li .complete_area {background: #f5f5f5; box-sizing: border-box; padding: 15px; margin-top: 15px;}
#design_content .qna_top .qna_list li .complete_area .rp_situation {color: #016b4c; font-size: 14px; margin-bottom: 5px;}
#design_content .qna_top .qna_list li .complete_area .rp_situation span {color: #555; margin-left: 10px;}
#design_content .qna_top .qna_list li .complete_area .open {color: #777; font-size: 14px; line-height: 1.3;}
#design_content .qna_top .qna_list li .complete_area .lock {color: #b5b5b5; font-size: 14px;}
#design_content .qna_top .qna-more-box {border-top: 1px solid #eaeaea;}
#design_content .qna_top .qna-more-box a.qna-more {display: block; width: 90%; margin: 0 auto;text-align: center; height: 50px; line-height: 50px; font-size: 14px;}
#design_content .qna_top .qna-more-box a.qna-more i {font-size: 12px;}



/* 구매하기 장바구니담기 */
.panel-footer {display: flex; align-items: center; padding: 0 0; background-color: #fff; z-index: 10; position: fixed; bottom: 0; width: 100%; max-width: 720px; box-shadow: 0px 0px 18px 3px rgb(1 1 1 / 5%);}
.panel-footer .like-count {animation: motion 1.4s linear infinite; position: absolute; background-color: rgba(0, 0, 0, .6); bottom: 130%; left: 10px; padding: 10px 15px; line-height: 100%; border-radius: 5px;}
.panel-footer .like-count::after {content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 0; border: 9px solid transparent; border-top-color: rgba(0, 0, 0, .6); border-bottom: 0; margin-left: -60px; margin-bottom: -9px;}
.panel-footer .like-count span {color: #fff; font-size: 0.8rem;}
.panel-footer .restocking {animation: motion 1.4s linear infinite; position: absolute; background-color: rgba(0, 0, 0, .6); bottom: 130%; left: 50%; transform: translate(-50%,0); padding: 10px 20px; width: 60%; line-height: 100%; border-radius: 5px; text-align: center;}
.panel-footer .restocking::after {content: ''; position: absolute; bottom: 0; left: 50%; transform: translate(-50%,0); width: 0; height: 0; border: 9px solid transparent; border-top-color: rgba(0, 0, 0, .6); border-bottom: 0; margin-bottom: -9px;}
.panel-footer .restocking span {color: #fff; font-size: 0.8rem;}
.panel-footer .btn-restocking {display: block; width: 100%; max-width: 720px; height: 60px; background-color: #5882F2; color: #fff; line-height: 30px; text-align: center; display: flex; cursor: pointer; justify-content: center; align-items: center; font-size: 18px; font-weight: 700; border: 0;}
.panel-footer > a.btn-like {width: 60px; height: 60px; display: flex; flex-shrink: 0;}
.panel-footer > a.btn-like span {width: 100%; height: 100%; text-align: center; line-height: 60px; text-indent: -9999px; background: url(/images/web/common/icon/product_heart_line.png) center center no-repeat; background-size: 40px;}
.panel-footer > a.btn-like span.done {animation: heartmove 0.5s linear; background: url(/images/web/common/icon/product_heart_full.png) center center no-repeat; background-size: 35px;}
.panel-footer .nav_btn {width: 100%; max-width: calc(720px - 70px); height: 60px; background-color: #016b4c; color: #fff; text-align: center; display: flex; cursor: pointer; justify-content: center; align-items: center; font-size: 18px; font-weight: 700;}
.panel-footer input.opener {display: none;}
.panel-footer input.opener:checked ~ .nav_item {display: block;}
.panel-footer .nav_item {display: none; bottom: 0; padding-bottom: env(safe-area-inset-bottom); box-shadow: 0px 0px 18px 3px rgb(1 1 1 / 20%); z-index: 999; position: fixed;}
.panel-footer .nav_item .main_btn_wrap_v2 {width: 100%; position: fixed; bottom: 0; z-index: 10000; height: 60px; display: block; box-shadow: 0px 0 10px rgb(50 50 50 / 20%); background-color: #016b4c; max-width: 720px;}
.panel-footer .nav_item .main_btn_wrap_v2 .common_btn {width: calc(100% / 2); float: left; font-size: 18px; line-height: 60px; color: #fff; text-align: center; height: 100%; font-weight: 700;}
.panel-footer .nav_item .main_btn_wrap_v2 .common_btn:first-child {background-color: #282828; line-height: 60px;}
.panel-footer .nav_item .main_btn_wrap_v2 .cart_btn {position: relative;}
.panel-footer .nav_item .main_btn_wrap_v2 .cart_btn:after {content: ''; display: block; width: 1px; height: 80%; /*background-color: rgba(241, 241, 241, 0.3); */ position: absolute; top: 30%; right: 0;}
.panel-footer .nav_item .main_option_wrap {position: fixed; bottom: -50%; width: 100%; transition: all 0.3s ease-in-out; background-color: #fff; z-index: 500; box-shadow: 0px 0 10px rgb(50 50 50 / 20%); box-sizing: border-box; padding: 1% 0; max-width: 720px;}
.panel-footer .nav_item .main_option_wrap.active {bottom: 50px; transition: all 0.3s ease-in-out;}
.panel-footer .nav_item .main_option_wrap .top_area {position: absolute; top: -23px; left: calc(50% - 50px); border-radius: 10px 10px 0 0; /*margin-left: -60px; */ border-bottom: 25px solid #fff; /*border-left: 25px solid transparent; */ /*border-right: 25px solid transparent; */ height: 0; width: 100px; filter: drop-shadow(0px -8px 5px rgba(0, 0, 0, 0.05));}
.panel-footer .nav_item .main_option_wrap .top_area img {width: 20%; margin: 12px auto 0 auto; display: block;}
.panel-footer .nav_item .main_option_wrap .container_90 {box-sizing: border-box; padding: 0 2%;}
.panel-footer .nav_item .main_option_wrap .container_90 .option_tit {border-bottom: 1px solid #ddd; position: relative; margin: 10px 0; padding-bottom: 10px; display: flex; align-items: center; justify-content: space-between;}
.panel-footer .nav_item .main_option_wrap .container_90 .option_tit > p {font-size: 14px; line-height: 1.4; font-weight: 500;}
.panel-footer .nav_item .main_option_wrap .container_90 .option_tit .checkbox-wrap {margin-top: -5px;}
/* .panel-footer .nav_item .main_option_wrap .container_90 .option_tit > p:nth-of-type(1) {}
.panel-footer .nav_item .main_option_wrap .container_90 .option_tit > p:nth-of-type(2) {position: absolute; right: 0; top: 0;}
.panel-footer .nav_item .main_option_wrap .container_90 .option_tit > p:nth-of-type(2) input {vertical-align: middle;}
.panel-footer .nav_item .main_option_wrap .container_90 .option_tit > p:nth-of-type(2) label {color: #555; font-size: 13px; vertical-align: middle;} */
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder {height: 350px; overflow-y: auto; padding: 0 10px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder > p {line-height: 1; font-size: 13px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 {width: 100%; height: auto; position: relative; margin-top: 10px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 .select_optionBtn {width: 100%; border: 1px solid transparent; background: #eaeaea; border-radius: 5px; text-align: left; padding: 12px 20px; font-size: 15px; position: relative; display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 .select_optionBtn span {font-size: 14px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list {width: 100%; z-index: 999; height: auto; overflow: auto; background: #fff; border-radius: 8px; display: block; position: absolute; top: auto; right: 0; box-sizing: border-box; transition: all 0.4s ease; margin-top: -16px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list li {position: relative; height: 75px; padding: 15px; box-sizing: border-box; overflow: hidden; border: 1px solid #eaeaea; border-radius: 5px; font-size: 14px; margin-bottom: 10px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list li:not(.sold_out):hover {background-color: #b1dfd1; cursor: pointer;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list li:first-child {margin-top: 10px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list li.sold_out .sold_out_bg {display: block; background: rgba(0, 0, 0, .6); position: absolute; left: 0; top: 0; width: 100%; height: 100%; text-align: center; color: #fff; display: flex; justify-content: center; align-items: center; flex-direction: column; font-size: 13px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list li.sold_out .sold_out_bg span {}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list li.sold_out .sold_out_bg a {display: block; text-decoration: underline; margin-top: 5px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list li .opt {}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list li .pri {position: absolute; right: 15px; top: 50%; transform: translate(0,-50%); font-weight: 500;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .select_item2 ul.option_list li .sold {width: 100%; display: inline-block; margin-top: 5px; color: #016b4c; font-size: 13px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body {}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate {overflow-y: auto;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate .media .media-body {padding-top: 7px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate .media .media-body .option_value {background-color: #f5f5f5; padding: 10px 20px; border-radius: 10px; height: 80px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate .media .media-body .option_value .option-title {display: flex; justify-content: space-between; align-items: center; height: 30px; line-height: normal;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate .media .media-body .option_value .option-title img {width: 13px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate .media .media-body .option_value .count-wrapper {}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate .media .media-body .option_value .count-wrapper button {background-color: #ababab; border: solid 1px #ababab; color: #fff; border-radius: 5px; width: 25px; height: 25px; line-height: 20px; font-size: 16px; font-weight: 400; text-align:center; padding:0 3px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate .media .media-body .option_value .count-wrapper button.minus {padding-bottom: 5px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate .media .media-body .option_value .count-wrapper input {border: none; background: none; text-align: center; font-size: 15px; width: 30px;}
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder .panel-body .optionTemplate .media .media-body .option_value .count-wrapper span.price {float: right; font-size: 15px;}
.panel-footer .nav_item .main_option_wrap .container_90 .total_price {display: flex; justify-content: flex-end; margin: 15px 0; align-items: center;}
.panel-footer .nav_item .main_option_wrap .container_90 .total_price .text {letter-spacing: 0.7px;}
.panel-footer .nav_item .main_option_wrap .container_90 .total_price .total {font-size: 20px; font-weight: 500; color: #f15112; margin-left: 10px;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList {position: relative; display: none;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .select_optionBtn {width: 100%; border: 1px solid transparent; background: #eaeaea; border-radius: 5px; text-align: left; padding: 12px 20px; font-size: 15px; position: relative; display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .select_optionBtn span {font-size: 14px;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .select_option {border: 1px solid #ddd; border-radius: 5px; padding: 15px; box-sizing: border-box; overflow: hidden; position: relative;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .select_option p {display: block; width: 100%; margin-bottom: 10px; font-size: 13px;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .count-wrap {position: relative; padding: 0 25px; border: 1px solid #ddd; overflow: hidden; width: 40px; float: left; border-radius: 10px;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .count-wrap > button {border: 0; background: #fff; color: #000; width: 25px; height: 25px; position: absolute; top: 0; font-size: 14px;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .count-wrap > button.minus {left: 0; border-right: 1px solid #ddd;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .count-wrap > button.plus {right: 0; border-left: 1px solid #ddd;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .count-wrap .inp {border: 0; padding: 0; height: 25px; text-align: center; display: block; width: 100%;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList .select_option_price {float: right; line-height: 30px; font-size: 14px;}
.panel-footer .nav_item .main_option_wrap .container_90 .addedOptionList a.del {position: absolute; right: 15px; top: 15px; background: url(/images/web/common/icon/close.png) no-repeat; background-size: 12px; width: 12px; height: 12px;}
@keyframes motion {
    0% {bottom: 130%;}
    50% {bottom: 140%;}
    100% {bottom: 130%;}
}
@keyframes heartmove {
    0% {background: url(/images/web/common/icon/heart_move/1.png) center center no-repeat; background-size: 40px;}
    8% {background: url(/images/web/common/icon/heart_move/2.png) center center no-repeat; background-size: 40px;}
    12% {background: url(/images/web/common/icon/heart_move/3.png) center center no-repeat; background-size: 40px;}
    20% {background: url(/images/web/common/icon/heart_move/4.png) center center no-repeat; background-size: 40px;}
    28% {background: url(/images/web/common/icon/heart_move/5.png) center center no-repeat; background-size: 40px;}
    36% {background: url(/images/web/common/icon/heart_move/6.png) center center no-repeat; background-size: 40px;}
    44% {background: url(/images/web/common/icon/heart_move/7.png) center center no-repeat; background-size: 40px;}
    52% {background: url(/images/web/common/icon/heart_move/8.png) center center no-repeat; background-size: 40px;}
    60% {background: url(/images/web/common/icon/heart_move/9.png) center center no-repeat; background-size: 40px;}
    68% {background: url(/images/web/common/icon/heart_move/10.png) center center no-repeat; background-size: 40px;}
    76% {background: url(/images/web/common/icon/heart_move/11.png) center center no-repeat; background-size: 40px;}
    84% {background: url(/images/web/common/icon/heart_move/12.png) center center no-repeat; background-size: 40px;}
    92% {background: url(/images/web/common/icon/heart_move/13.png) center center no-repeat; background-size: 40px;}
    100% {background: url(/images/web/common/icon/heart_move/14.png) center center no-repeat; background-size: 40px;}
}
@media screen and (max-width:680px) {}
@media screen and (max-width:480px) {}
@media screen and (max-width:420px) {
    .main_option_wrap #optionHolder {height:auto; max-height: 250px; }
    .add_product_item .add_product_item_info .tit {line-height: 17px; height: 35px;}
}
@media screen and (max-width:360px) {}



/* 공유하기 모달창 */
#share-modal {display: none; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 720px; max-width: 90vw; max-height: 90vh; overflow: auto; z-index: 5001;}
#share-modal .share-modal-content {background-color: #fff; border-radius: 8px; margin: auto; padding: 20px; width: 80%; margin-top: 100px; border: solid 1px #f6f6f6; box-shadow: 0 5px 6px rgb(0 0 0 / 8%);}
#share-modal .share-modal-content .share_icon_wrap {display: flex; justify-content: flex-start; align-items: center; margin: 4% 0;}
#share-modal .share-modal-content .share_icon_wrap .share_icon {display: flex; align-items: center; width: 50%; cursor: pointer;}
#share-modal .share-modal-content .share_icon_wrap .share_icon:last-of-type {padding-left: 25px;}
#share-modal .share-modal-content .share_icon_wrap .share_icon img {width: 50px; margin-right: 10px;}
#share-modal .share-modal-content .share_icon_wrap .share_icon:nth-of-type(2) img {width: 45px;}
#share-modal .share-modal-content .modal-tit .close {color: #aaaaaa; float: right; font-size: 26px;}
#share-modal .share-modal-content .modal-tit .close:hover, .close:focus {color: #000; text-decoration: none; cursor: pointer;}
#share-modal .share-modal-content .modal-tit {}
#share-modal .share-modal-content .modal-tit p:nth-of-type(1) {font-size: 16px; display: block; font-weight: 700;}
#share-modal .share-modal-content .modal-tit p:nth-of-type(2) {display: block; color: #656565; margin-top: 5px;}
#share-modal .share-modal-content .share-close {border: 1px solid #ddd; width: 100%; display: block; text-align: center; padding: 15px 0;}


/* 리뷰 모달창 */
#review-modal {display: none; position: fixed; z-index: 10000; top: 0; width: 100%; height: 100%; overflow: auto; max-width: 720px; background-color: #fff;}
#review-modal .photo_album_container {background-color: #fff; margin: 0; width: 100%; max-width: 720px;}
#review-modal .photo_album_container .photo_detail_head .header-popup .close {color: #000; float: right; font-size: 28px;}
#review-modal .photo_album_container .photo_detail_head .header-popup .close:hover,
#review-modal .photo_album_container .photo_detail_head .header-popup .close:focus {color: #000; text-decoration: none; cursor: pointer;}
#review-modal .photo_album_container .photo_detail_head .header-popup {border: 0; height: 60px; background-color: #fff; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; font-size: 18px;}
#review-modal .photo_album_container .photo_album_thumnail_list {}
#review-modal .photo_album_container .photo_album_thumnail_list ul {width: 100%;}
#review-modal .photo_album_container .photo_album_thumnail_list ul li {display: flex; justify-content: center; align-items: center; overflow: hidden; position: relative; width: 33.3333%; float: left;}
#review-modal .photo_album_container .photo_album_thumnail_list ul li img {width: 100%; height: 100%; display: inline-block; object-fit: cover;}
#review-modal .photo_album_container .photo_album_thumnail_list .video-box {width: 100%; height: 100%;}
#review-modal .photo_detail_container {width: 100%; height: 100%; overflow: hidden; background-color: black; display: none;}
#review-modal .photo_detail_container .photo_detail_head {width: 100%; height: 50px; position: absolute; top: 0; z-index: 1000; color: #fff; display: flex; justify-content: space-between; align-items: center;}
#review-modal .photo_detail_container .photo_detail_head .all_album {width: 24px; height: 24px; display: inline-block; background: url(/images/web/common/icon/album_icon.png) no-repeat; font-size: 0px; margin: 0 20px;}
#review-modal .photo_detail_container .photo_detail_head .album_close {width: 20px; height: 20px; display: inline-block; background: url(/images/web/common/icon/btn_close_white.png) no-repeat; font-size: 0px; margin: 0 20px; background-size: 20px;}
#review-modal .photo_detail_container .swiper-wrapper {}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide {width: 100%; height: 100%;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide video {position:absolute; top: 50%; transform:translateY(-50%);}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap {width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: contain; display: flex; justify-content: center; align-items: center;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents {position: absolute; bottom: 0; left: 0; width: 100%; overflow-x: hidden; overflow-y: auto; background: rgba(0,0,0,0.7); z-index: 1000; color: #fff; padding: 20px 15px; transition: all ease 0.5s; box-sizing: border-box;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents > i.arrow {width: 20px; height: 20px; display: inline-block; position: absolute; top: 20px; right: 20px; background: url(https://img.mysdis.co.kr/images/common_icon/down_arrow_gray.svg) no-repeat; transition: all ease 0.5s;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents > i.arrow.rotate {transform: rotate(180deg);}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .score img {width: 20px; margin-right: 5px;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .score span.good {color: #fff; font-size: 13px;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .score span.soso {color: #fff; font-size: 13px;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .score span.bad {font-size: 13px;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .review_grade > i {color: #ffcc00; width: 23px; height: 23px; border-radius: 100px; background-size: 100%; display: block; float: left;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .nick_date {font-size: 14px; margin-top: 5px; color: #fff;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .nick_date .nick {display:inline-block; max-width:40%; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .option {width: 100%; margin: 5px 0; color: #fff;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .option > p {font-size: 14px; color: #fff;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .option .first_option i {color:#aaa;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .txt_review {padding-right:7%; line-height:1.2em;}
#review-modal .photo_detail_container .swiper-wrapper .swiper-slide .re_img_wrap .re_info_contents .txt_review.hidden {display: none;}
#review-modal .photo_detail_container .swiper-button-next {background-image: url(https://monfood.co.kr/images/common/next_arrow_white.svg); right: 10px; left: auto; position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat;}
#review-modal .photo_detail_container .swiper-button-prev {background-image: url(https://monfood.co.kr/images/common/prev_arrow_white.svg); left: 10px; right: auto; position: absolute; top: 50%; width: 27px; height: 44px; margin-top: -22px; z-index: 10; cursor: pointer; background-size: 27px 44px; background-position: center; background-repeat: no-repeat;}
#review-modal .photo_detail_container .swiper-button-next:after {display: none;}
#review-modal .photo_detail_container .swiper-button-prev:after {display: none;}
@media screen and (max-width:680px) {}
@media screen and (max-width:480px) {}
@media screen and (max-width:420px) {
    #review-modal .photo_album_thumnail_list li {height: 150px;}
}
@media screen and (max-width:360px) {}


/* .quick_button_area {display: none;	position: fixed; bottom: 75px; right: 15px; z-index: 1;}
.quick_button_area.on {display: block;}
.quick_button_area > a {}
.quick_button_area > a img {width: 25px;}
.quick_button_area > div {background: rgba(0, 0, 0, .9); color: #ddd; text-align: center; border-radius: 30px; padding: 10px 3px; position: relative;}
.quick_button_area > div::after {content: ''; position: absolute; left: 0; top: 50%; background-color: #ddd; width: 100%; height: 1px; opacity: 0.6;}
.quick_button_area > div a.quick_button {display: block; width: 100%; height: 100%; color: #ddd; text-decoration: none;}
.quick_button_area > div a.quick_button:nth-of-type(1) {padding-bottom: 7px;}
.quick_button_area > div a.quick_button:nth-of-type(1) img {width: 23px;}
.quick_button_area > div a.quick_button:nth-of-type(2) img {width: 13px;}
.quick_button_area > div a.quick_button span {display: block; font-size: 11px; letter-spacing: -0.9px; margin: 3px 0;}
@media (min-width: 768px){
    .quick_button_area {position: fixed !important; right: auto !important; margin-left: 655px;}
} */


/* ===============  추가 =============== */

.panel-footer .nav_btn { max-width: 720px; }

/* 공유 URL 복사 알림 toast */
.link_popup {
    width: 300px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border-radius: 10px;
    opacity: 0;
    text-align: center;
    position: fixed;
    top: 184px;
    left: 50%;
    margin-left: -150px;
    line-height: 50px;
    display: none;
    z-index: 23000;
}

/* 쿠폰 팝업 */
.coupon_popup_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 20000;
}
.coupon_popup_wrap .bg {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    width: 100%;
    height: 100%;
}
.coupon_popup_wrap .coupon_popup {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 320px;
    margin: -270px 0 0 -160px;
}
.coupon_popup_wrap .close {
    float: right;
    width: 25px;
    margin-bottom: 10px;
}

/* 동영상 리뷰 */
#video_review_wrap, #best_review_wrap {
    padding: 3% 0 3% 5%;
    border-top: 10px solid #eeeeee;
}
#video_review_wrap h4, #best_review_wrap h4 {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    padding-bottom: 10px;
    position: relative;
}
.video_swiper {
    overflow: hidden;
}
#video_review_wrap .video_swiper .swiper-slide {
    width: 33.7%;
}

/* 할인쿠폰받기 */
.upcircle {
    position: absolute;
    top: 30%;
    right: 12%;
    width: 5px;
    height: 5px;
    background-color: #fff;
    border-radius: 50px;
}
._nav_btn_coupon {
    background: #282828 !important;
}

button { cursor: pointer; }

/* 옵션 */
.panel-footer .nav_item .main_option_wrap .container_90 .optionHolder {
    height: auto;
    padding:0;
}

/* 선택된 옵션창 */
#option_selected_list {
    max-height: 240px;
    overflow-y: scroll;
}
#option_selected_list .select_opt_box:not(:first-child) {
    margin-top: 10px;
}

/* 옵션선택창 */
.full_option_wrap {
    position: fixed;
    bottom: -100%;
    width: 100%;
    max-width: 720px;
    transition: all 0.5s ease-in-out;
    min-height: 450px;
    background-color: #fff;
    z-index: 10600;
    box-shadow: 0px 0 10px rgb(50 50 50 / 20%);
    box-sizing: border-box;
    padding: 1% 0;
}
.full_option_wrap.active {
    bottom: 0;
    transition: all 0.5s ease-in-out;
}
.full_option_wrap .top_area {
    position: absolute;
    top: -23px;
    left: calc(50% - 50px);
    border-radius: 10px 10px 0 0;
    border-bottom: 25px solid #fff;
    height: 0;
    width: 100px;
    filter: drop-shadow(0px -8px 5px rgba(0, 0, 0, 0.05));
}
.full_option_wrap .top_area img {
    width: 20%;
    margin: 12px auto 0 auto;
    display: block;
}
.full_option_wrap .container_95 {
    box-sizing: border-box;
    padding: 0 4%;
}
.full_option_wrap .container_90 {
    box-sizing: border-box;
    padding: 0 2%;
}
.full_option_wrap .opt_tit_box {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}
.full_option_wrap .opt_tit_box .opt_tit {
    font-weight: 500;
    font-size: 13px;
}
.full_option_wrap .opt_tit_box .sold_check {
    font-size: 13px;
    margin-left: 5px;
}
.full_option_wrap .sold_check input[type="checkbox"] {
    display: none;
}
.full_option_wrap .sold_check input[type="checkbox"] + label span {
    background: url(https://img.09sns.co.kr/images/order_icon.svg) 2px top no-repeat;
    background-size: cover;
    width: 20px;
    height: 15px;
    display: inline-block;
    vertical-align: -2px;
}
.full_option_wrap .opt_tit_box .cancel {
    float: right;
    width: 2.5%;
}
.full_option_wrap .opt_tit_box:after {
    content: '';
    display: block;
    clear: both;
}
.full_option_wrap .opt_scroll_box {
    width: 100%;
    z-index: 999;
    /*height: auto;*/
    /*overflow: auto;*/
    background: #fff;
    border-radius: 8px;
    display: block;
    /*position: absolute;*/
    top: auto;
    right: 0;
    box-sizing: border-box;
    transition: all 0.4s ease;
    /*margin-top: -16px;*/
    /*padding:0 10px;*/
    height: 400px;
    overflow-y: scroll;
    padding: 0 10px;
}
.full_option_wrap .option_tit {
    border-bottom: 1px solid #ddd;
    position: relative;
    margin: 10px 0;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.full_option_wrap .option_tit > p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
.full_option_wrap .option_tit .checkbox-wrap {
    margin-top: -5px !important;
}
.full_option_wrap .option_tit .cancel {
    position: absolute;
    right:10px;
    top:10px;
    width: 2.5%;
}
.full_option_wrap .opt_scroll_box .option_list.tit {
    line-height: 1;
    font-size: 13px;
    margin-bottom: 10px;
}
.full_option_wrap .opt_scroll_box .opt_box {
    position: relative;
    height: 75px;
    padding: 15px;
    box-sizing: border-box;
    overflow: hidden;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 10px;
}
.full_option_wrap .opt_scroll_box .opt_box:not(.sold_out):not(.active):hover {
    background-color: #b1dfd1;
    cursor: pointer;
}
.full_option_wrap .opt_scroll_box .opt_box .sold {
    width: 100%;
    display: inline-block;
    margin-top: 5px;
    color: #016b4c;
    font-size: 13px;
}
.full_option_wrap .opt_scroll_box .opt_box .pri {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0,-50%);
    font-weight: 500;
}
.full_option_wrap .opt_scroll_box .tit span {
    color: #6989ff;
    font-size: 13px;
    display: inline-block;
    padding-left: 5px;
}
.full_option_wrap .opt_scroll_box .opt_count .opt_box.active {
    /*border: 1px solid #ff504a;*/
}
.full_option_wrap .opt_scroll_box .tit .slide_down {
    float: right;
    width: 15px;
    height: 9px;
    margin-top: 3px;
    background: url(/images/renewal/slide_down.png) center center no-repeat;
    background-size: cover;
}
.full_option_wrap .opt_scroll_box .tit .slide_down.active {
    background: url(/images/renewal/slide_up.png) center center no-repeat;
    background-size: cover;
}
.full_option_wrap .opt_box.sold_out .sold_out_bg {
    display: block;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
}
.full_option_wrap .opt_box.sold_out .sold_out_bg a {
    display: block;
    text-decoration: underline;
    margin-top: 5px;
}

/* 재입고알림 */
.rein_btn {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-shadow: 0px 0 10px rgb(50 50 50 / 20%);
    z-index: 10000;
    background-color: #0070fa;
    color: #fff;
    text-align: center;
    max-width: 720px;
}
.rein_btn .alert2 {
    position: absolute;
    /*top: -45px;*/
    left: 50%;
    margin-left: -90px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    z-index: 20050;
    animation: motion 0.6s linear 0s infinite alternate;
    font-size: 13px;
    border-radius: 5px;
    padding: 8px 16px;
    line-height: 25px;
}
.rein_btn .main_pro_btn {
    font-size: 17px;
    /*padding-top: 12px;*/
}

/* 장바구니 담기 후 아이콘 */
.basket_area {
    position: fixed;
    top: 50%;
    right: 50%;
    z-index: 20000;
    display: none;
    width: 140px;
    height: 140px;
    margin: -70px -70px 0 0;
}
.basket_area.active {
    display: block;
    animation-name: basket_move;
    animation-duration: 0.8s;
    animation-delay: 0.3s;
    -webkit-animation-fill-mode: both;
}

@media screen and (min-width:721px) {
    @keyframes basket_move {
        0% { width: 140px; height: 140px;}
        100% {width: 0; height: 0; top:10%; right: 37%;}
    }
}
@media screen and (max-width:720px) {
    @keyframes basket_move {
        0% { width: 140px; height: 140px;}
        100% {width: 0; height: 0; top:13%; right: 26%;}
    }
}
.basket_area img {
    width: 100%;
    height: 100%;
}

/* 장바구니 담기 후 팝업 */
.basket_pop_wrap {
    position: fixed;
    bottom: -60%;
    width: 100%;
    max-width: 720px;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    z-index: 500;
    box-shadow: 0px 0 10px rgb(50 50 50 / 20%);
    box-sizing: border-box;
    padding: 1% 0;
}
.basket_pop_wrap.active {
    bottom: 0px;
    transition: all 0.5s ease-in-out;
}
.basket_pop_wrap .top_area {
    /*position: absolute;*/
    /*top: -25px;*/
    /*left: 50%;*/
    /*margin-left: -75px;*/
    /*border-bottom: 25px solid #fff;*/
    /*border-left: 25px solid transparent;*/
    /*border-right: 25px solid transparent;*/
    /*height: 0;*/
    /*width: 150px;*/
    /*filter: drop-shadow(0px -8px 5px rgba(0, 0, 0, 0.1));*/
    position: absolute;
    top: -23px;
    left: calc(50% - 50px);
    border-radius: 10px 10px 0 0;
    border-bottom: 25px solid #fff;
    height: 0;
    width: 100px;
    filter: drop-shadow(0px -8px 5px rgba(0, 0, 0, 0.05));
}
.basket_pop_wrap .top_area img {
    width: 20%;
    margin: 12px auto 0 auto;
    display: block;
}
.basket_pop_wrap .basket_top {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e2e2e2;
}
.basket_pop_wrap .basket_top .bask_tit {
    font-size: 14px;
    position: relative;
    padding-left: 20px;
    float: left;
}
.basket_pop_wrap .basket_top .bask_tit:after {
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    top: 4px;
    left: 0;
    background: url('/images/renewal/check_pink.png') center center no-repeat;
    background-size: cover;
}
.basket_pop_wrap .basket_top .lead_more {
    font-size: 14px;
    color: #016b4c;
    float: right;
    cursor: pointer;
}
.basket_pop_wrap .basket_top:after {
    content: '';
    display: block;
    clear: both;
}
.basket_pop_wrap .add_basket_pro {
    padding-left: 5%;
}
.basket_pop_wrap .add_basket_pro h4 {
    padding-top: 5%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.basket_pop_wrap .add_basket_pro .basket_swiper {
    overflow: hidden;
    padding-right: 5%;
}
.basket_pop_wrap .add_basket_pro .basket_swiper .swiper-slide {
    width: calc(100% / 2 - 20px);
}
.basket_pop_wrap .basket_item .tit {
    font-size: 14px;
    margin-top: 5px;
    white-space: normal;
    line-height: 1.2;
    overflow: hidden;
    text-align: left;
    word-break: keep-all;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.basket_pop_wrap .basket_item .heart {
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    background-image: url("/images/renewal/heart_v2.png");
    background-repeat: no-repeat;
    background-size: cover;
}
.basket_pop_wrap .basket_item .heart.on {
    background: url(/images/web/common/icon/product_heart_on.png) no-repeat;
    width: 20px;
    height: 20px;
    text-indent: -9999px;
    display: inline-block;
    background-size: 20px;
}

.basket_pop_wrap .basket_item .right_tit {
    float: left;
    width: calc(100% - 20px);
}
.basket_pop_wrap .basket_item .price {
    font-size: 16px;
    font-weight: 500;
    clear: both;
}
.basket_pop_wrap .basket_item .price span {
    color: #016b4c;
    margin-right: 5px;
}

/* 리뷰 없을때 */
.review_list_best .empty_review {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px 0;
    /*border-top: 1px solid #ddd;*/
    /*margin-top: 20px;*/
}
.review_list_best .empty_review img {
    width: 60px;
}
.review_list_best .empty_review p {
    color: #888;
    margin-top: 15px;
}
.review_txt_wrap.empty {
    border-top:0 !important;
}