/*
브레이크 포인트
@media screen and (max-width:680px) {}
@media screen and (max-width:480px) {}
@media screen and (max-width:420px) {}
@media screen and (max-width:360px) {}
*/


/* 메인 */
/* header */
#header {z-index: 300;}
#header .navbar { display: block; }
#header .navbar .menu-wrapper { position: relative; height: 60px; padding: 0 10px; border-bottom: solid 1px #f6f6f6; }
#header .navbar .menu-wrapper .logo-wrapper { width: 120px; position: absolute; top: 50%; left: 4%; transform: translate(0,-50%); }
#header .navbar .menu-wrapper .logo-wrapper a.logo { display: inline-block; }
#header .navbar .menu-wrapper .logo-wrapper a.logo img { width: 100%; }
#header .navbar .menu-wrapper .btn_right { z-index: 9; position: absolute; top: 50%; right: 4%; transform: translate(0,-50%); display: flex; justify-content: flex-end; align-items: baseline; }
#header .navbar .menu-wrapper .btn_right span { }
#header .navbar .menu-wrapper .btn_right span .btn_search { width: 25px; display: inline-block; margin-right: 15px; padding-top: 3px; }
#header .navbar .menu-wrapper .btn_right span .btn_search img { }
#header .navbar .menu-wrapper .btn_right span .btn_cart { width: 25px; position: relative; }
#header .navbar .menu-wrapper .btn_right span .btn_cart img {width: 25px;}
#header .navbar .menu-wrapper .btn_right span .btn_cart .cart_badge {font-weight: 500; position: absolute; top: -3px; right: -10px; box-sizing: border-box; line-height: 18.5px; border-radius: 50%; background: #016b4c; color: #fff; width: 20px; height: 20px; font-size: 12px; text-align: center; letter-spacing: -0.5px; }
/* #header.drop { position: fixed; animation: dropHeader 0.3s; top: 0; z-index: 2; transition: animation 0.3s ease; }  */
#header.drop {position: fixed; animation: dropHeader 0.3s; width: 100%; top: 0;}
#header.drop .navbar { max-width: 720px; background-color: #fff; }
@keyframes dropHeader {
    0% {top: -30rem;}
    100% {top: 0;}
}

/* gnb */
#gnb { box-sizing: border-box; background: #ffffff; width: 100%; border-bottom: solid 1px #f6f6f6; max-width: 720px; }
#gnb .swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: flex; transition-property: transform; box-sizing: content-box; }
#gnb .swiper-wrapper .swiper-slide { width: 33%; }
#gnb .swiper-wrapper .swiper-slide.on .gnb_list { color: #016b4c; font-weight: bold; width: 100%; }
#gnb .swiper-wrapper .swiper-slide.on .gnb_list:after { content: ''; display: block; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: #016b4c; }
#gnb .swiper-wrapper .swiper-slide a { display: block; text-align: center; }
#gnb .swiper-wrapper .swiper-slide a span.gnb_list { padding: 16px 5px 8px 5px; box-sizing: border-box; position: relative; display: inline-block; height: 47px; white-space: nowrap; font-size: 1rem; line-height: 1em; color: #222; }
#gnb .swiper-wrapper .swiper-slide:nth-of-type(4) a span {position: relative;}
#gnb .swiper-wrapper .swiper-slide:nth-of-type(4) a span span::before {content: ''; width: 5px; height: 5px; border-radius: 50%; background-color: #016b4c; position: absolute; right: -6px; top: -1px;}
#gnb .swiper-wrapper .swiper-slide:nth-of-type(4).on a span span::before {content: ''; width: 5px; height: 5px; border-radius: 50%; background-color: #016b4c; position: absolute; right: -6px; top: -1px;}
#gnb.drop { position: fixed; animation: dropHeader 0.3s; top: 60px; z-index: 2; transition: animation 0.3s ease; }


/* 메인배너 */
.main-banner {width: 100%; height: 720px; position: relative !important;}
.main-banner .container { }
.main-banner .section-body { }
.main-banner .section-body .magazine-list {padding-bottom: 0px; margin: 0 auto;}
.main-banner .section-body .magazine-list .main-swiper { position: relative; height: 100%;}
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper {position: relative;}
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide {width: 100%; opacity: 1; transition: transform .3s ease;}
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide.swiper-slide-active {opacity: 1;}
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item {position: relative; width: 100%; overflow: hidden;}
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item .img {width: 100%; height: 720px; background-image: url('/image/common/banner01.jpg'); background: top no-repeat; background-size: cover; background-color: #fff; overflow: hidden; position: relative; }
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item .img > img {object-fit: cover; width: 100%; height: 100%;}
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item .img .bg {position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; opacity: 0.5; background: linear-gradient(-180deg, rgba(255,255,255,0), black);}
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item .slide-txt {position: absolute; bottom: 25px; left: 25px; color: #fff; text-align: left;}
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item .slide-txt h2 {display: block; font-size: 26px; font-weight: 600; margin-bottom: 5px; color: #fff; line-height: 1.2;}
.main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item .slide-txt span {}
.main-banner .section-body .magazine-list .main-swiper .swiper-pagination-fractio {position: absolute; left: auto; right: 35px; bottom: 25px; color: #fff; z-index: 1; width: auto; font-size: 13px;}
@media screen and (max-width:680px) { }
@media screen and (max-width:480px) {
    .main-banner {height: 470px;}
    .main-banner .section-body .magazine-list .main-swiper {height: 470px;}
    .main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item .img {height: 470px;}
}
@media screen and (max-width: 420px) {
    .main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item .slide-txt h2 {font-size: 22px;}
}
@media screen and (max-width: 360px) {
    .main-banner .section-body .magazine-list .main-swiper .swiper-wrapper .swiper-slide .magazine-list-item .slide-txt h2 {font-size: 20px;}
}





/* 메인 카테고리 */
.category-wrapper {margin-right: auto; margin-left: auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-content: center; padding: 10px 4%; border-bottom: solid 10px #f5f5f5; background-color: #FBFBFB; position: relative;}
.category-wrapper .swiper-slide { position: relative;}
.category-wrapper .category { width: calc(100% / 5); text-align: center; margin: 10px 0 15px; float: left; }
.category-wrapper .category > span { display: inline-block; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; height: 62px; position: relative; }
.category-wrapper .category > span .list-group-item { font-weight: 400; color: #000; text-align: center; padding: 0 0px 5px; margin: 0 0; border: 0; background: none; text-decoration: none; }
.category-wrapper .category > span .list-group-item div { width: 70px; height: 70px; display: block; margin: 0 auto 10px; opacity: 1; background-color: #ddd; border-radius: 50%; }
.category-wrapper .category > span .list-group-item p {font-size: 14px; color: #737373;}
.maincate-swiper-pagination {text-align: center;}
/*.maincate-swiper-pagination > span {width: 35px; border-radius: 0; height: 4px; background-color: #F1F1F1; opacity: 1;}*/
/*.maincate-swiper-pagination > span.swiper-pagination-bullet-active {background-color: #CECECE; width: 80px; opacity: 1;}*/
.maincate-swiper-pagination > span {background-color: #F1F1F1; width: 7px; height: 7px; opacity: 1; border-radius: 50%;}
.maincate-swiper-pagination > span.swiper-pagination-bullet-active {background-color: #016b4c; width: 7px; height: 7px; opacity: 1; border-radius: 50%;}
.maincate-swiper-pagination .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 var(--swiper-pagination-bullet-horizontal-gap,2.5px);}
.category-wrapper a.arr {position: absolute; right: 30px; top: 41%; transform: rotate(-90deg); width: 10px; height: 10px;}
.category-wrapper a span {position: absolute; top: 0; left: 50%; width: 9px; height: 9px; margin-left: -12px; border-left: 1px solid #000; border-bottom: 1px solid #000; transform: rotate(-45deg); animation: sdb 2s infinite; opacity: 0; box-sizing: border-box;}
.category-wrapper a.arr span:nth-of-type(1) {animation-delay: 0s;}
.category-wrapper a.arr span:nth-of-type(2) {top: 8px; animation-delay: .15s;}
@keyframes sdb {
    0% {opacity: 0;}
    50% {opacity: 1;}
    100% {opacity: 0;}
}



@media screen and (max-width:680px) { }
@media screen and (max-width:480px) {
    .category-wrapper .category > span .list-group-item div {width: 55px; height: 55px;}
    .category-wrapper .category > span .list-group-item p {font-size: 12px; letter-spacing: -1.0px;}
}
@media screen and (max-width: 420px) {

}
@media screen and (max-width: 360px) {
    .category-wrapper .category > span .list-group-item div {width: 50px; height: 50px;}
}




/* cate */
.cate-wrapper { }
.cate-wrapper .cate-thumb-wrapper {position: relative; width: 100%; max-width: 720px; z-index: 1; display: flex; margin-left: 15px; overflow: hidden; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper { }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb { position: relative; height: 360px; width: 220px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-img { height: 220px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb img { width: 220px; margin-right: 10px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-img { }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-img img { }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt { text-align: left; padding: 0 3px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt h3.prod-title { line-height: 1.5; margin: 8px 0 2px 0; width: 220px; font-weight: 400; font-size: 16px; height: 50px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap { position: absolute; bottom: 0; width: 100%; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .org-price { color: #aeaeae; font-size: 13px; display: block; padding-bottom: 3px; height: 14px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .price-wrapper { display: inline-block; line-height: 1; display: flex; justify-content: flex-start; align-items: baseline; position: relative; height: 18px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .price-wrapper span.price { display: block; font-size: 18px; font-weight: 700; letter-spacing: -0.5px; white-space: nowrap; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .price-wrapper span.dc-rate { font-size: 18px; font-weight: 700; color: #f15112; right: 0px; display: inline-block; position: absolute; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .review-area { width: 200px; display: inline-block; color: #a8a8a8; padding: 6px 0; font-size: 13px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .review-area .review-area-wrap { width: auto; background-color: #f5f5f5; border-radius: 5px; padding: 3px; letter-spacing: -0.9px; float: left; margin-right: 5px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .review-area p { float: left; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .review-area p:first-child { padding-right: 5px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .review-area p.rate { display: flex; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .review-area p em.star { display: inline-block; background-image: url("/image/common/star.png"); width: 15px; height: 15px; background-size: contain; margin: 1px; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper .cate-thumb .cate-thumb-txt .prod-price-wrap .review-area .review-area-wrap span { color: #f15112; }
.cate-wrapper .cate-thumb-wrapper .swiper-wrapper { }


/* 핫 아이템 */
.best-wrapper { }
.best-wrapper .cateSwiper {max-width: 720px; box-sizing: border-box; background: #ffffff; width: 100%; padding: 0px 5% 10px 4.5%;}
.best-wrapper .cateSwiper .swiper-wrapper { width: 24%; }
.best-wrapper .cateSwiper .swiper-slide {display: block; flex-shrink: 1; width: auto; line-height: 0;}
.best-wrapper .cateSwiper .swiper-slide a {text-align: center; display: inline-block; padding: 0 10px; background-color: #f6f6f6; color: #727272; overflow: hidden; margin-right: 10px;}
.best-wrapper .cateSwiper .swiper-slide:last-of-type a {margin-right: 0;}
.best-wrapper .cateSwiper .swiper-slide.on a {color: #fff; background-color: #016b4c;}
.best-wrapper .cateSwiper .swiper-slide a span.cate_gnb_list {position: relative; display: inline-block; height: 35px; white-space: nowrap; font-size: 13px; line-height: 35px;}
.best-wrapper .cateSwiper .swiper-slide a span.cate_gnb_list:checked {background-color: red;}
.best-wrapper .best-thumb-wrapper {position: relative;}
.best-wrapper .best-thumb-wrapper .swiper-slide { }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap { width: 100%; object-fit: contain; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 { box-sizing: border-box; padding: 0 5%;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box { width: 100%; position: relative; float: left; padding: 2% 0; border-bottom: 1px solid #eee; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .left_img { position: relative; width: 50%; max-width: 220px; float: left; margin-right: 4%; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .left_img::after { display: block; content: ""; padding-bottom: 100%; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .left_img .img { background-color: #ddd; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .left_img .img img {object-fit: cover; width: 100%; height: 100%;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .left_img span { position: absolute; right: 10px; bottom: 10px; background: url(/images/web/common/icon/product_heart_line.png) no-repeat; width: 20px; height: 20px; text-indent: -9999px; display: inline-block; background-size: 20px;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .left_img span:active {background: url(/images/web/common/icon/product_heart_on.png) no-repeat; position: absolute; right: 10px; bottom: 10px; width: 20px; height: 20px; text-indent: -9999px; display: inline-block; background-size: 20px; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .left_img span.on {background: url(/images/web/common/icon/product_heart_on.png) no-repeat; position: absolute; right: 10px; bottom: 10px; width: 20px; height: 20px; text-indent: -9999px; display: inline-block; background-size: 20px; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box {width: 100%;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box > p.tit { white-space: normal; font-size: 16px; text-align: left; overflow: hidden; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3; font-weight: 400; margin-top: 3%;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap {margin-top: 1%; width: 100%; box-sizing: border-box; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap .o_pri { font-size: 13px; color: #a8a8a8; text-decoration: line-through; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap .sell_pri { font-weight: 700; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap .sell_pri span { font-size: 18px; display: inline-block; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap .sell_pri span:last-child { color: #f15112; margin-left: 2%; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap .tag { margin-top: 2%; font-size: 0; letter-spacing: 0; word-spacing: 0; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap .tag a { display: inline-block; background-color: #eee; font-size: 12px; padding: 4px; margin-right: 4px; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .review {text-align: left;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .review p {display: inline-block; background-color: #eee; font-size: 12px; padding: 3px 5px; border-radius: 10px;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .review p span {}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big {width: 100%; float: left; padding: 2% 0; /*border-bottom: 0;*/}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_img {width: 100%; background-color: #eee; position: relative;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_img .img_bg { width: 50%; margin: 0 auto;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_img .img_bg img {height: 100%; width: 100%; object-fit: cover; }
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_img .img_bg span {position: absolute; right: 10px; bottom: 10px; background: url(/images/web/common/icon/product_heart_line.png) no-repeat; width: 20px; height: 20px; text-indent: -9999px; display: inline-block; background-size: 20px;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_img .img_bg span:active {background: url(/images/web/common/icon/product_heart_on.png) no-repeat; position: absolute; right: 10px; bottom: 10px; width: 20px; height: 20px; text-indent: -9999px; display: inline-block; background-size: 20px;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_img .img_bg span.on {background: url(/images/web/common/icon/product_heart_on.png) no-repeat; position: absolute; right: 10px; bottom: 10px; width: 20px; height: 20px; text-indent: -9999px; display: inline-block; background-size: 20px;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_info_box {width: 100%; padding-right: 0; position: relative;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_info_box > p.tit {overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 16px; margin-top: 2%; line-height: 1.3; width: 100%; word-break: keep-all;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_info_box .review_bottom {display: flex; font-weight: 400; margin-left: 10px;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_info_box .review_bottom p {display: inline-block; background-color: #eee; font-size: 12px; padding: 3px 5px; border-radius: 10px;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_info_box .review_bottom p span {font-size: 11px;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .right_price_wrap {margin-top: 3%; font-weight: 700; display: flex; align-items: center;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .right_price_wrap span {font-size: 18px; display: inline-block;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .right_price_wrap span:first-child {color: #f15112; margin-right: 2%; display: inline-block;}
.best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .right_price_wrap span.o_pri {font-size: 13px; color: #a8a8a8; text-decoration: line-through; display: inline-block; font-weight: 400; margin-left: 2px;}
.best-wrapper .swiper_best_pagination {display: none;}
.best-wrapper .swiper_best_pagination span { background-color: #016b4c; }

/* 메인 - 미디어쿼리 */
@media screen and (max-width:680px) { }
@media screen and (max-width:480px) {
    #header .navbar .menu-wrapper .logo-wrapper {width: 80px;}
    #header .navbar .menu-wrapper .btn_right span .btn_search {width: 23px; margin-right: 10px;}
    #header .navbar .menu-wrapper .btn_right span .btn_cart {width: 20px; position: relative;}
    .header .navbar .menu-wrapper .btn_right span .btn_search {width: 23px; margin-right: 10px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box > p.tit {font-size: 15px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .left_img {width: 45%;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_info_box > p.tit {font-size: 15px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_img .img_bg {width: 100%;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_img .img_bg img {width: 100%;}
}
@media screen and (max-width: 420px) {
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap .tag a {padding: 3px; font-size: 12px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .review p {padding: 4px; font-size: 11px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_info_box .review_bottom p {padding: 4px; font-size: 11px;}
}
@media screen and (max-width: 360px) {
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 {padding: 0 3%;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .review p {padding: 3px; font-size: 10px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box > p.tit {font-size: 14px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap {margin-top: 2%;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap .tag a {font-size: 11px; padding: 2px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .center_info_box .review_bottom p {padding: 3px; font-size: 10px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box .right_info_box .right_price_wrap .sell_pri span {font-size: 16px;}
    .best-wrapper .best-thumb-wrapper .swiper-slide .with_item_wrap .container_95 .with_item_box.big .right_price_wrap span {font-size: 16px;}
}

.sub-banner-slider {position: relative; max-width: 720px; padding: 0 20px; margin-bottom: 30px;}
.sub-banner-slider .swiper-slide {overflow: hidden;}
.sub-banner-slider .swiper-slide img {width:100% !important; border-radius: 10px}
.sub-banner-slider-swiper-pagination {text-align: center; bottom: 10px; position: absolute; z-index: 1; display: none;}
.sub-banner-slider .swiper-pagination-bullet-active {background-color: #f15112 !important; width: 10px; height: 10px;}
.sub-banner-slider .swiper-pagination-bullet {width: 10px; height: 10px;}


/* ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/* 서브페이지 */


/* sub - search (검색전) */
body.sub.search .search-input {width: 100%;}
body.sub.search .search-input.on {display: block;}
body.sub.search .search-input > div.container {position: relative; max-width: 720px; margin: 0 4%; padding-top: 10px;}
body.sub.search .search-input div.input {position: relative; width: 100%; margin: 0 auto 20px auto; padding-left: 27px; box-sizing: border-box;}
body.sub.search .search-input div.input input {width: 100%; height: 50px; box-sizing: border-box; background-color: #eee; padding: 0 20px 0 45px; border: none; font-family: inherit; font-size: 15px; color: #666666; transition: border-color 0.3s; border-radius: 30px;}
body.sub.search .search-input div.input input:focus { border-bottom-color: #1a7cd2; outline: none;}
body.sub.search .search-input div.input ::placeholder { font-size: 15px; color: #999999;}
body.sub.search .search-input div.input a { position: absolute; left: 40px; top: 50%; transform: translate(0, -50%); width: 18px;}
body.sub.search .search-input div > em.tit {font-size: 15px; display: block; margin: 20px 0; font-weight: 500;}
body.sub.search .search-input ul.search-tag { overflow: hidden; font-size: 14px; width: 100%; border-bottom: 2px solid #eee; padding-bottom: 10px;}
body.sub.search .search-input ul.search-tag > li { float: left; margin: 0 10px 10px 0;}
body.sub.search .search-input ul.search-tag > li > a { display: block; border: 1px solid #016b4c; padding: 4px 16px; transition: all 0.3s; border-radius: 20px; color: #016b4c;}
body.sub.search .search-input ul.search-tag > li > a:hover { background-color: #016b4c; color: #ffffff; border-color: #016b4c;}
body.sub.search .search-input a.close { position: absolute; top: 22px; left: 0px; width: 13px;}


/* sub - search_view (검색결과) */
body.sub.search_view .mall-wapper {padding-bottom: 0;}
body.sub.search_view .search-input {width: 100%;}
body.sub.search_view .search-input.on {display: block;}
body.sub.search_view .search-input > div.container {position: relative; max-width: 720px; margin: 0 20px; padding-top: 10px;}
body.sub.search_view .search-input div.input {position: relative; width: 100%; margin: 0 auto 20px auto; padding-left: 27px; box-sizing: border-box;}
body.sub.search_view .search-input div.input input {width: 100%; height: 50px; box-sizing: border-box; background-color: #eee; padding: 0 20px 0 45px; border: none; font-family: inherit; font-size: 15px; color: #666666; transition: border-color 0.3s; border-radius: 30px;}
body.sub.search_view .search-input div.input input:focus { border-bottom-color: #1a7cd2; outline: none;}
body.sub.search_view .search-input div.input ::placeholder { font-size: 15px; color: #999999;}
body.sub.search_view .search-input div.input a { position: absolute; left: 40px; top: 50%; transform: translate(0, -50%); width: 18px;}
body.sub.search_view .search-input a.close { position: absolute; top: 22px; left: 0px; width: 13px;}



/* sub - category_product (카테고리상품) */
body.sub.category_product .mall-wapper {padding-bottom: 0;}
body.sub.category_product .swiper_best {margin-top: 70px;}
body.sub.category_product .best-wrapper .cateSwiper {padding: 0px 5% 0px 4.5%;}


/* sub - last_product (최근본상품) */
body.sub.last_product .mall-wapper {padding-bottom: 0px;}
body.sub.last_product .tab-product {margin-top: 60px;}
body.sub.last_product .tab-product .tab {text-align: center;}
body.sub.last_product .tab-product .tab > ul {border-bottom: 1px solid #ddd; overflow: hidden;}
body.sub.last_product .tab-product .tab > ul li {color: #a8a8a8;}
body.sub.last_product .tab-product .tab > ul li a { display: block; width: 50%; float: left; padding: 15px 0;}
body.sub.last_product .tab-product .tab > ul li.on a {border-bottom: 3px solid #016b4c; color: #000;}
body.sub.last_product .tab-product .tab .product-cont {position: relative;}
body.sub.last_product .tab-product .tab .product-cont .cont {}
body.sub.last_product .tab-product .tab .product-cont .cont ul {overflow: hidden;}
body.sub.last_product .tab-product .tab .product-cont .cont ul li {}
body.sub.last_product .tab-product .tab .product-cont .cont {display: none;}
body.sub.last_product .tab-product .tab .product-cont .cont.on { display: block;}
body.sub.last_product .tab-product .tab .product-cont .cont ul {}
body.sub.last_product .tab-product .tab .product-cont .cont ul li {float: left; width: calc(50% - 15px); padding: 2% 0; box-sizing: border-box;}
body.sub.last_product .tab-product .tab .product-cont .cont ul li:nth-child(odd) {margin: 0 10px;}
body.sub.last_product .tab-product .tab .product-cont .cont ul li:nth-child(even) {margin-right: 10px;}
body.sub.last_product .tab-product .tab .product-cont .cont ul li a {display: block; width: 100%;}
body.sub.last_product .tab-product .tab .product-cont .cont ul li a .thum-img {width: 100%;}
body.sub.last_product .tab-product .tab .product-cont .cont ul li a .thum-img img {height: 100%; width: 100%; object-fit: cover; max-height: 345px;}
body.sub.last_product .tab-product .tab .product-cont .cont ul li .tit {text-align: left; padding: 20px 0;}
body.sub.last_product .tab-product .tab .product-cont .cont ul li .tit em {display: block; font-size: 15px; font-weight: 500; line-height: 1.3;}
body.sub.last_product .tab-product .tab .product-cont .cont ul li .tit span {display: block; font-size: 16px; margin-top: 10px; font-weight: 500;}
body.sub.last_product .tab-product .tab .product-cont .cont {display: none;}
body.sub.last_product .tab-product .tab .product-cont .cont.on {display: block;}

body .last_product .tab-product {margin-top: 60px;}
body .last_product .tab-product .tab {text-align: center;}
body .last_product .tab-product .tab > ul {border-bottom: 1px solid #ddd; overflow: hidden;}
body .last_product .tab-product .tab > ul li {color: #a8a8a8;}
body .last_product .tab-product .tab > ul li a { display: block; width: 50%; float: left; padding: 15px 0;}
body .last_product .tab-product .tab > ul li.on a {border-bottom: 3px solid #016b4c; color: #000;}
body .last_product .tab-product .tab .product-cont {position: relative;}
body .last_product .tab-product .tab .product-cont .cont {}
body .last_product .tab-product .tab .product-cont .cont ul {overflow: hidden;}
body .last_product .tab-product .tab .product-cont .cont ul li {}
body .last_product .tab-product .tab .product-cont .cont {display: none;}
body .last_product .tab-product .tab .product-cont .cont.on { display: block;}
body .last_product .tab-product .tab .product-cont .cont ul {}
body .last_product .tab-product .tab .product-cont .cont ul li {float: left; width: calc(50% - 15px); padding: 2% 0; box-sizing: border-box;}
body .last_product .tab-product .tab .product-cont .cont ul li:nth-child(odd) {margin: 0 10px;}
body .last_product .tab-product .tab .product-cont .cont ul li:nth-child(even) {margin-right: 10px;}
body .last_product .tab-product .tab .product-cont .cont ul li a {display: block; width: 100%;}
body .last_product .tab-product .tab .product-cont .cont ul li a .thum-img {width: 100%;}
body .last_product .tab-product .tab .product-cont .cont ul li a .thum-img img {height: 100%; width: 100%; object-fit: cover; max-height: 345px;}
body .last_product .tab-product .tab .product-cont .cont ul li .tit {text-align: left; padding: 20px 0;}
body .last_product .tab-product .tab .product-cont .cont ul li .tit em {display: block; font-size: 15px; font-weight: 500; line-height: 1.3;}
body .last_product .tab-product .tab .product-cont .cont ul li .tit span {display: block; font-size: 16px; margin-top: 10px; font-weight: 500;}
body .last_product .tab-product .tab .product-cont .cont {display: none;}
body .last_product .tab-product .tab .product-cont .cont.on {display: block;}



/* sub - heart_product (찜한상품) */
body.sub.heart_product .mall-wapper {padding-bottom: 0px;}
body.sub.heart_product .tab-product {margin-top: 60px;}
body.sub.heart_product .tab-product .tab {text-align: center;}
body.sub.heart_product .tab-product .tab > ul {border-bottom: 1px solid #ddd; overflow: hidden;}
body.sub.heart_product .tab-product .tab > ul li {color: #a8a8a8;}
body.sub.heart_product .tab-product .tab > ul li a { display: block; width: 50%; float: left; padding: 15px 0;}
body.sub.heart_product .tab-product .tab > ul li.on a {border-bottom: 3px solid #016b4c; color: #000;}
body.sub.heart_product .tab-product .tab .product-cont {position: relative;}
body.sub.heart_product .tab-product .tab .product-cont .cont {}
body.sub.heart_product .tab-product .tab .product-cont .cont ul {overflow: hidden;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li {}
body.sub.heart_product .tab-product .tab .product-cont .cont {display: none;}
body.sub.heart_product .tab-product .tab .product-cont .cont.on { display: block;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul {}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li {float: left; width: calc(50% - 15px); padding: 2% 0; box-sizing: border-box;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li:nth-child(odd) {margin: 0 10px;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li:nth-child(even) {margin-right: 10px;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li a {display: block; width: 100%;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li a .thum-img {width: 100%;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li a .thum-img img {height: 100%; width: 100%; object-fit: cover; max-height: 345px;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li .tit {text-align: left; padding: 20px 0;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li .tit em {display: block; font-size: 15px; font-weight: 500; line-height: 1.3;}
body.sub.heart_product .tab-product .tab .product-cont .cont ul li .tit span {display: block; font-size: 16px; margin-top: 10px; font-weight: 500;}
body.sub.heart_product .tab-product .tab .product-cont .cont .swiper-wrapper .swiper-slide .with_item_wrap .container_95 .checkbox-wrap {}
body.sub.heart_product .tab-product .tab .product-cont .cont .swiper-wrapper .swiper-slide .with_item_wrap .container_95 .checkbox-wrap > a {border: 1px solid #ddd; width: 60px; display: block; padding: 7px 0;}
body.sub.heart_product .tab-product .tab .product-cont .cont {display: none;}
body.sub.heart_product .tab-product .tab .product-cont .cont.on {display: block;}


/* sub - cart (장바구니 비었을때) */
body.sub.cart .cart-tab { width: 100%; border-bottom: 1px solid #ddd;}
body.sub.cart .cart-tab.on { display: block;}
body.sub.cart .cart-tab > div.container { position: relative; max-width: 720px; margin: 0 20px; padding-top: 10px;}
body.sub.cart .cart-tab > div.container > div { padding: 20px 0; padding-left: 25px;}
body.sub.cart .cart-tab > div.container > div p { font-size: 20px;}
body.sub.cart .cart-tab > div.container > div a.close { position: absolute; top: 28px; left: 0px; width: 13px;}
body.sub.cart .cart-tab > div.container > div a.search { position: absolute; right: 0px; top: 50%; transform: translate(0, -50%); width: 24px;}
body.sub.cart .cart.no-data {width: 100%; height: 135px; line-height: 220px; text-align: center; font-size: 22px; background: url(/images/icon/icon_empty_cart.png) no-repeat; background-size: 60px; background-position: center 28px; margin: 50px 0; color: #b3b3b3; }
body.sub.cart .cart-how { background-color: #fff; border-top: 1px solid #f0f2f3;}
body.sub.cart .cart-how > em {color: #f15112; font-weight: 700; font-size: 20px; text-align: center; display: block; margin: 30px 0;}
body.sub.cart .cart-how ul {}
body.sub.cart .cart-how ul li { width: 50%; float: left;}
body.sub.cart .cart-how ul li a {}
body.sub.cart .cart-how ul li .tit { margin: 5px 0 20px 0;}
body.sub.cart .cart-how ul li .tit em {}
body.sub.cart .cart-how ul li .tit span { font-size: 14px; color: #A6A6A6;}


/* sub - best 베스트 */
body.sub.best .best-visual {background-color: #ddd; height: 200px; text-align: center; position: relative;}
body.sub.best .best-visual .best-visual-img {height: 200px; position: relative;}
body.sub.best .best-visual .best-visual-img img {width: 100%; height: 100%; object-fit: cover;}
body.sub.best .best-visual .best-visual-img .bg {width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.2);}
body.sub.best .best-visual > div {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; color: #fff;}
body.sub.best .best-visual > div > span {font-size: 0.9rem;}
body.sub.best .best-visual > div > p {font-size: 1.5rem; margin-top: 20px; font-weight: 500;}
body.sub.best .swiper_best .section-title-wrapper {padding: 15px 0 0 0;}
body.sub.best .swiper_best .cateSwiper {padding: 0; width: 85%; float: left; margin: 0 4%; position: relative;}
body.sub.best .swiper_best a.cate-more {height: auto; display: block; max-width: 32px; float: left; height: 35px; text-align: center; line-height: 35px; position: relative; right: 2%;}
body.sub.best .swiper_best a.cate-more::before {z-index: 2; content: ''; position: absolute; right: 13px; top: 0; width: 35px; height: 35px; background: linear-gradient(-90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0) 100%);}
body.sub.best .swiper_best a.cate-more span.arrow-top {display: none;}
body.sub.best .swiper_best a.cate-more.on span.arrow-top {display: block;}
body.sub.best .swiper_best a.cate-more span.arrow-top i {padding-left: 0;}
body.sub.best .swiper_best a.cate-more span.arrow-bottom {display: block;}
body.sub.best .swiper_best a.cate-more.on span.arrow-bottom {display: none;}
body.sub.best .swiper_best a.cate-more span.arrow-bottom i {padding-left: 0; color: #727272;}
body.sub.best .swiper_best .all_cate_wrap {display: none; clear: both; padding: 20px 4% 0px 4%; position: relative;}
body.sub.best .swiper_best .all_cate_wrap.open {display: block; background-color: gold;}
body.sub.best .swiper_best .all_cate_wrap p {display: block;}
body.sub.best .swiper_best .all_cate_wrap ul {overflow: hidden;}
body.sub.best .swiper_best .all_cate_wrap ul li {float: left; margin: 10px 10px 0 0;}
body.sub.best .swiper_best .all_cate_wrap ul li a {background-color: #f6f6f6; color: #727272; display: block; padding: 7px 10px; font-size: 13px;}
body.sub.best .swiper_best .all_cate_wrap ul li.on a {background-color: #016b4c; color: #fff;}
body.sub.best .swiper_best .all_cate_wrap a.close {position: absolute; right: 20px; top: 20px; color: #727272; font-size: 18px;}
body.sub.best .swiper_best .best-cate2 {overflow: hidden; padding: 10px 4% 0 4%; display: block; box-sizing: border-box;}
body.sub.best .swiper_best .best-cate2 ul {float: right;}
body.sub.best .swiper_best .best-cate2 ul li {float: left; margin-left: 5px;}
body.sub.best .swiper_best .best-cate2 ul li a {display: block; background-color: #f6f6f6; color: #000; border-radius: 20px; padding: 2px 10px; font-size: 13px;}
body.sub.best .swiper_best .best-cate2 ul li.on a {background-color: #016b4c; color: #fff;}


/* sub - new 신상품 */

/* sub - 뷰티 */
body.sub.beauty {}
body.sub.beauty .best-visual {background-color: #ddd; height: 200px; text-align: center; position: relative;}
body.sub.beauty .best-visual .best-visual-img {height: 200px; position: relative;}
body.sub.beauty .best-visual .best-visual-img img {width: 100%; height: 100%; object-fit: cover;}
body.sub.beauty .best-visual .best-visual-img .bg {width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,0.2);}
body.sub.beauty .best-visual > div {position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 100%; color: #fff;}
body.sub.beauty .best-visual > div > span {font-size: 0.9rem;}
body.sub.beauty .best-visual > div > p {font-size: 1.5rem; margin-top: 20px; font-weight: 500;}
body.sub.beauty .section-title-wrapper {padding: 10px 15px;}
body.sub.beauty .swiper_best .section-title-wrapper {padding: 15px 0 0 0;}
body.sub.beauty .swiper_best .cateSwiper {padding: 0; float: left; position: relative; box-sizing: border-box; width: 88%; margin: 0px 0px 10px 4%;}
body.sub.beauty .swiper_best a.cate-more {height: auto; display: block; max-width: 32px; float: left; height: 35px; text-align: center; line-height: 35px; position: relative; margin-left: 10px;}
body.sub.beauty .swiper_best a.cate-more span.arrow-top {display: none;}
body.sub.beauty .swiper_best a.cate-more.on span.arrow-top {display: block;}
body.sub.beauty .swiper_best a.cate-more span.arrow-top i {padding-left: 0;}
body.sub.beauty .swiper_best a.cate-more span.arrow-bottom {display: block;}
body.sub.beauty .swiper_best a.cate-more.on span.arrow-bottom {display: none;}
body.sub.beauty .swiper_best a.cate-more span.arrow-bottom i {padding-left: 0; color: #727272;}
body.sub.beauty .swiper_best .all_cate_wrap {display: none; clear: both; padding: 20px 4% 0px 4%; position: relative;}
body.sub.beauty .swiper_best .all_cate_wrap.open {display: block; background-color: gold;}
body.sub.beauty .swiper_best .all_cate_wrap p {display: block; margin-bottom: 10px;}
body.sub.beauty .swiper_best .all_cate_wrap ul {overflow: hidden;}
body.sub.beauty .swiper_best .all_cate_wrap ul li {float: left; margin: 10px 10px 0 0;}
body.sub.beauty .swiper_best .all_cate_wrap ul li a {background-color: #f6f6f6; color: #727272; display: block; padding: 7px 10px; font-size: 13px;}
body.sub.beauty .swiper_best .all_cate_wrap ul li.on a {background-color: #016b4c; color: #fff;}
body.sub.beauty .swiper_best .all_cate_wrap a.close {position: absolute; right: 20px; top: 20px; color: #727272; font-size: 18px;}
body.sub.beauty .swiper_best .search-filter {clear: both;}


/* sub - 로그인 */
body.sub.login .mall-wapper {padding-bottom: 0;}
body.sub.login a.not-login {font-size: 13px; color: #666; position: absolute; right: 3%; top: 2%;}
body.sub.login .login-wrap {margin-top: 200px; display: flex; justify-content: center; align-items: center; flex-direction: column;}
body.sub.login .login-wrap .login_logo {background-color: #016b4c; width: 70px; height: 70px; border-radius: 25px; margin: 0 auto; text-align: center; line-height: 70px; color: #fff; overflow: hidden;}
body.sub.login .login-wrap .login_logo img {width: 100%; border-radius: 25px; object-fit: cover;}
body.sub.login .login-wrap p {font-size: 14px; text-align: center; margin-top: 170px; line-height: 1.4; color: #444;}
body.sub.login .login-wrap a {margin: 0 auto; display: inline-block; text-align: center; margin-top: 30px;}
body.sub.login .login-wrap a > img {width: 300px;}
body.sub.login .login-info {position: absolute; bottom: 40px; left: 0; width: 100%;}
body.sub.login .login-info .container {position: relative;}
body.sub.login .login-info .container > p {font-size: 10px; line-height: 1.4; color: #016b4c; text-align: center;}
body.sub.login .login-info .container > p > a {text-decoration: underline;}
body.sub.login .login-info .container ul {overflow: hidden;}
body.sub.login .login-info .container ul li {position: fixed; width: 100%; max-width: 720px; bottom: -100%; width: 100%; transition: bottom 0.5s; z-index: 100; background-color: #fff; padding: 20px 20px; box-sizing: border-box; text-align: left;}
body.sub.login .login-info .container ul li em {font-size: 1.3rem; font-weight: 500; margin: 10px 0 20px 0; display: block;}
body.sub.login .login-info .container ul li .info-txt {border: 1px solid #ccc; padding: 10px; overflow-y: scroll; height: 250px; font-size: 13px;}
body.sub.login .login-info .container ul li > a {position: absolute; right: 20px; top: 20px; background: url(/images/web/common/icon/close.png) no-repeat; width: 18px; height: 18px; background-size: 18px; font-size: 13px;}
body.sub.login .login-info .container.on ul li {position: fixed; width: 100%; max-width: 720px; bottom: 0; border: 7px solid #555;}
body.sub.login .login-info .container.on ul li.on {bottom: 0; z-index: 5001;}



/* sub - push(알림함) */
body.sub.push .mall-wapper {padding-bottom: 0;}
body .mall-wapper .push-item {padding: 60px 2% 20px 2%; background-color: #EFF2F7;}
body .mall-wapper .push-item ul {}
body .mall-wapper .push-item ul li {}
body .mall-wapper .push-item ul li .item-box {position: relative; z-index: 1;}
body .mall-wapper .push-item ul li .item-box::before {content: ''; position: absolute; width: 2px; height: 50px; background-color: #ddd; left: 22px; top: 0; z-index: -1;}
body .mall-wapper .push-item ul li:first-child .item-box::before {content: ''; position: absolute; width: 2px; height: 50px; background-color: #ddd; left: 22px; top: 22px; z-index: -1;}
body .mall-wapper .push-item ul li .item-box > p {font-size: 15px; font-weight: 500; padding-left: 20px;}
body .mall-wapper .push-item ul li .item-box p span.date {margin: 15px 0; display: inline-block; font-weight: 600; position: relative; padding-left: 15px; margin-right: 3px;}
body .mall-wapper .push-item ul li .item-box p span.date::before {content: ''; position: absolute; width: 7px; height: 7px; background-color: #222; left: 0; top: 50%; border-radius: 50%; transform: translate(0,-50%);}
body .mall-wapper .push-item ul li .item-box p span.today {background-color: #006D4A; color: #fff; font-weight: 400; padding: 1px 7px 2px 7px; border-radius: 20px; font-size: 14px;}
body .mall-wapper .push-item ul li .item-box p span.today.bubble {position: relative; background: #006c4c; margin-left: 10px;}
body .mall-wapper .push-item ul li .item-box p span.today.bubble:after {border-top: 4px solid transparent; border-left: 0px solid transparent; border-right: 9px solid #006c4c; border-bottom: 4px solid transparent; content: ""; position: absolute; top: 7px; left: -8px;}
body .mall-wapper .push-item ul li .item-box .item {overflow: hidden; padding: 12px; border-radius: 15px; background-color: #fff; margin-top: 1px;}
body .mall-wapper .push-item ul li .item-box .item.on {border: 4px solid #581BD2;}
body .mall-wapper .push-item ul li .item-box .item .img-wrap {position: relative; width: 50%; max-width: 180px; float: left; margin-right: 3%;}
body .mall-wapper .push-item ul li .item-box .item .img-wrap::after {display: block; content: ""; padding-bottom: 100%;}
body .mall-wapper .push-item ul li .item-box .item .img-wrap .img {background-color: #ddd; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #A6A6A6; box-sizing: border-box; }
body .mall-wapper .push-item ul li .item-box .item .img-wrap .img img {width: 100%; height: 100%; object-fit: cover;}
body .mall-wapper .push-item ul li .item-box .item .img-wrap span.img-tag {background-color: #FD0000; color: #fff; font-size: 12px; padding: 5px 10px; border-radius: 30px; position: absolute; left: 10px; top: 10px; z-index: 10;}
body .mall-wapper .push-item ul li .item-box .item .img-wrap span.live {background-color: #000; font-size: 12px; padding: 5px 15px 5px 25px; border-radius: 30px; position: absolute; left: 40px; top: 10px; opacity: 0.6; z-index: 9;}
body .mall-wapper .push-item ul li .item-box .item .img-wrap span.live > span {opacity: 1; color: #fff; animation: livetxt 0.9s infinite linear alternate;}
body .mall-wapper .push-item ul li .item-box .item .info  {padding: 20px 0; max-height: 100%;}
body .mall-wapper .push-item ul li .item-box .item .info .tag {font-size: 0; letter-spacing: 0; word-spacing: 0;}
body .mall-wapper .push-item ul li .item-box .item .info .tag a {display: inline-block; background-color: #eee; font-size: 12px; padding: 4px; margin-right: 4px; margin-bottom: 4px;}
body .mall-wapper .push-item ul li .item-box .item .info .tag span {display: inline-block; background-color: #eee; font-size: 12px; padding: 4px; margin-right: 4px; margin-bottom: 4px;}
body .mall-wapper .push-item ul li .item-box .item .info p.tit {white-space: normal; font-size: 16px; text-align: left; overflow: hidden; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3; font-weight: 400; margin-top: 3%;}
body .mall-wapper .push-item ul li .item-box .item .info span.price {font-size: 18px; font-weight: 500; margin-top: 20px; display: block;}
@keyframes livetxt {
    form {opacity: 1;}
    to {opacity: 0.3;}
}
@media screen and (max-width:680px) {

}
@media screen and (max-width:480px) {
    body .mall-wapper .push-item ul li .item-box .item .img-wrap {max-width: 160px;}
    body .mall-wapper .push-item ul li .item-box .item .info {padding: 0;}
    body .mall-wapper .push-item ul li .item-box .item .img-wrap span.img-tag {padding: 2px 5px;}
    body .mall-wapper .push-item ul li .item-box .item .img-wrap span.live {padding: 2px 7px 2px 16px; left: 35px; font-size: 11px;}
}
@media screen and (max-width:420px) {
    body .mall-wapper .push-item ul li .item-box .item .img-wrap {max-width: 130px;}
    body .mall-wapper .push-item ul li .item-box .item .img-wrap span.img-tag {padding: 0px 4px; font-size: 11px;}
    body .mall-wapper .push-item ul li .item-box .item .img-wrap span.live {padding: 0px 5px 1px 16px; left: 31px; font-size: 9px;}
    body .mall-wapper .push-item ul li .item-box .item .info p.tit {font-size: 15px;}
    body .mall-wapper .push-item ul li .item-box .item .info span.price {margin-top: 10px; font-size: 16px;}
}
@media screen and (max-width:360px) {
    body .mall-wapper .push-item ul li .item-box .item .info .tag a {font-size: 11px; padding: 3px;}
    body .mall-wapper .push-item ul li .item-box .item .info p.tit {margin-top: 1%;}
    body .mall-wapper .push-item ul li .item-box .item .info span.price {margin-top: 5px; font-size: 14px;}
}

.content.agreement {
    margin-top: 60px;
    padding: 0.5em;
}