
@import url('https://fonts.googleapis.com/css?family=Kosugi&display=swap');

.dimmed {
    display: none;
    position: fixed;
    left: 0px;
    top: 0;
    right: 0px;
    bottom: 0px;
    z-index: 99;
    background: rgba(0,0,0,0.7);
}
.dimmed.on{display: block;}

/*header*/

.header{height: 87px;}
.header_fix{
    width: 100%;
    background: #fff;
    position: fixed;
    z-index: 50;
}

.top-banner{
    display:block;
    position: relative;
    height: 40px;
    margin: 0;
    padding: 0 20px;
}
.top-banner .top-banner-slide{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
	overflow: hidden;
}
.top-banner .top-banner-slide .link{
	width:100%;
	height:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d1ebf8;
}
.top-banner .top-banner-slide .link span{
    color: #555;
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    text-align: center;
}
.top-banner .top-banner-slide .link b{
    color: #2f56af;
}

.header_nav{position: relative;}
.header .logo{
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 8px 0;
    font-weight: unset;
}
.header .logo a{display: inline-block; }
.header .logo a img{
    position: static;
    transform: unset;
    height:30px;
}
.header_nav .left{position: absolute; top:0; left:15px;}
.header_nav .right{position: absolute; top:0; right:15px;}

.header_nav .menu{    
    display: inline-block;
    height: 27px;
    width: 27px;
    text-indent: -9999px;
}
.header .btn_gnb{    
    background: url(/_IMG_SRV_/icon/icon_togg.png) no-repeat;
    background-size: cover;
}
.header .btn_search{
    background: url(/_IMG_SRV_/icon/icon_search.png) no-repeat;
    background-size: cover;
}
.header .btn_mypage{
    background: url(/_IMG_SRV_/icon/icon_my.png) no-repeat;
    background-size: cover;
}
.header .brn_cart{
    background: url(/_IMG_SRV_/icon/icon_cart.png) no-repeat;
    background-size: cover;
}

/*sub header*/
.header_sub{
    position: fixed;
    top: 0;
    left: 0;
    right:0;
    z-index: 99;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.header_sub .btn_back{
    display: inline-block;
    width: 50px;
    height: 46px;
    position: relative;
    z-index: 1;
}
.header_sub .btn_back span:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 24px;
    width: 10px;
    height: 10px;
    border-top: solid 2px #444;
    border-left: solid 2px #444;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header_sub .btn_back span:after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 23px;
    left: 24px;
    width: 17px;
    height: 2px;
    background: #444;
}
.header_sub .btn_back span{font-size:0;}
.header_sub .title{
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    letter-spacing: -.75px;
}

.sub_container{}




#search_box{display:none;position:fixed;top:0;left:0;right:0;z-index:200;background-color:#fff; font-family: 'm plus 1p',sans-serif;}
#search_box.on{display: block;}

#search_box .searchForm{position: relative;width:260px;margin:22px auto 20px;padding:10px 50px 10px 40px;border-bottom:1px solid #000;background: url(/_IMG_SRV_/icon/icon_search.png) no-repeat right 10px center;background-size:24px;box-sizing:border-box;}
#search_box .btnSearch{ position:absolute;right:3px;top:5px;width:40px;height:40px;border:0;cursor: pointer;overflow: hidden;text-indent:100%;font-size:0;white-space: nowrap;background:none;}
#search_box .btnDelete{position:absolute;right:7px;top:5px;width:20px;height:20px;border:0;cursor:pointer;overflow:hidden;text-indent:100%;font-size:0;white-space:nowrap;background:url("/_IMG_SRV_/icon/btn_delete.png") no-repeat 0 0;background-size:20px 20px;}
#search_box #search_word{width:100%;padding:0;border:0;outline:0;text-align:center;text-transform: uppercase;font-size:20px;font-weight:300;letter-spacing: .5px;}
#search_box #search_word::-webkit-input-placeholder{color:#8d8d8d;}
#search_box #search_word :-ms-input-placeholder{color:#8d8d8d;}
#search_box #search_word:focus::-webkit-input-placeholder{color:transparent;}
#search_box #search_word:focus:-ms-input-placeholder{color:transparent;}

#search_box #search_word:-webkit-autofill,#search_box #search_word:-webkit-autofill:hover,#search_box #search_word:-webkit-autofill:focus,#search_box #search_word:-webkit-autofill:active{background-color:none;}
#search_box #search_word:-webkit-autofill{-webkit-box-shadow:0 0 0 1000px #fff inset;}
#search_box .btnClose{position:absolute;left:calc(50% - 130px);top:28px;width:40px;height:34px;border:0;border-radius:4px;outline-style: none;cursor: pointer;background: url(/_IMG_SRV_/icon/fix_back.png) no-repeat center/20px;font-size:0;}
#search_box .hotkeyword{background:#f8f8f8;}
#search_box .hotkeyword ul{overflow-y:auto;max-height:278px;padding:7px 14px 7px 0;border-bottom:1px solid #d5d5d5;text-align:left;font-size:0;}
#search_box .hotkeyword li{position:relative;display:inline-block;vertical-align:top;}
#search_box .hotkeyword li a{display:inline-block;padding:7px 15px 7px 14px;color:#1b1b1b;font-size:13px;}
#search_box .hotkeyword li a:before{display:block;content:"";position:absolute;top:7px;right:0;width:1px;height:13px;background:#757575;}
#search_box .hotkeyword li:last-child a:before{display:none;}
#search_box .recentkeyword{text-align: center;}
#search_box .recentkeyword p{width:145px;padding:6px 16px 7px;font-size:13px;text-align:center;display: inline-block;background:#000;color:#fff;}
#search_box .recentkeyword ul{overflow-y:auto;max-height:252px;text-align:center;}
#search_box .recentkeyword li{position: relative;width:145px;padding:6px 16px 7px;font-size:13px;margin:0 auto 5px;display:flex;background:#000;color:#fff;align-items:center;justify-content:center;font-family: 'Lato',Arial,'Nanum Square',"돋움",Dotum,'Apple SD Gothic Neo',AppleGothic,sans-serif;letter-spacing: .5px;}
#search_box .recentkeyword li:last-child{margin:0 auto}
#search_box .recentkeyword li a{display:block;color: inherit;padding:0px 5px 0 0;}
#search_box .recentkeyword li .btnDelete{overflow: hidden;width:18px;height:18px;padding:0;border:0;text-indent:100%;white-space: nowrap;background:0;position:absolute;top:4px;right:5px;}
#search_box .recentkeyword li .btnDelete:before,#search_box .recentkeyword li .btnDelete:after{ content: '';display: inline-block;width:12px;height:1px;background:#fff;transform: rotate(45deg);position:absolute;left:4px;top:50%;}
#search_box .recentkeyword li .btnDelete:after{ transform: rotate(-45deg);}
#search_box .recentkeyword .button{margin:20px 0 0; padding:0; text-align:center;border-top:1px solid #d5d5d5;}
#search_box .recentkeyword .button .btnDeleteAll{display: inline-block;width: 49%; padding:14px 18px;border:0;outline:0;font-size:13px;cursor: pointer;vertical-align: middle;color:#777;background: none;-moz-box-sizing:border-box;box-sizing:border-box;}
#search_box .recentkeyword .button button:first-child{border-right:1px solid #d5d5d5;}

/*gnb menu*/

.tabarea{}
.tabbar {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}
.tabbar .items {
    height: 100%;
    position: relative;
}
.tabbar .items ul {
    height: 100%;
    display: flex;
}    
.tabbar .items ul li {
    flex: 1 0 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #111;
    height: 50px;
}  
.tabbar .items ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tabbar .items ul li span.label{
    display: block;
    text-align: center;
    line-height: 10px;
    font-size: 10px;
    font-weight: 700;
}
.tabbar .items ul li span.label:before {
    content: '';
    display: block;
    width:40px;
    height:40px;
    margin: 0 auto;
    background: url(/_IMG_SRV_/icon/ico_navi1.png) no-repeat;
    background-repeat: no-repeat;
    background-size: 350px;
}
.tabbar .items ul li.menu span.label:before{
    background-position:-22px -22px;
}
.tabbar .items ul li.sch span.label:before {
    background-position:-89px -22px;
}
.tabbar .items ul li.home span.label:before {
    background-position:-153px -22px;
}
.tabbar .items ul li.mypage span.label:before {
    background-position:-220px -22px;
}    
.tabbar .items ul li.wish span.label:before {
    background-position:-286px -22px;
}
.tabbar .items ul li p{display: none;}

/*
.tabbar .items ul li.home a{
    position: fixed;
    width: 56px;
    margin-left: -28px;
    bottom: 5px;
    left: 50%;
    height: 55px;
    z-index: 60;
    overflow: hidden;
}

.tabbar .items ul li.home a .bg{
    display: inline-block;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 0;
    background: url(/_IMG_SRV_/icon/fnb_btn_interaction.gif) 0 0/55px auto no-repeat;       
} 
.tabbar .items ul li.home a .bg em{
    display: inline-block;
    width: 55px;
    height: 55px;
    font-size: 0;
    color: transparent;
    background: url(/_IMG_SRV_/icon/ic_fnb_home.png) 0 0/55px auto no-repeat;
    margin-bottom: -5px;
}     
*/

.tabarea .btngroup{
    position: fixed;
    bottom: 80px;
    right: 15px;
    z-index: 10;
}
.tabarea .btngroup .tab_btn{
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-indent: -9999px;
    margin-top: 5px;
    box-sizing: border-box;
}
.tabarea .btngroup .tab_btn.line{
    background:url(/mobile/tpl/img/line_icon.png)no-repeat center/cover;
}
.tabarea .btngroup .tab_btn.arrow{
    border: 1px solid #dadadb;
    background-color: rgba(255,255,255,.9);
    background-image: url(/_IMG_SRV_/icon/ico_btn_up.svg);
    background-repeat: no-repeat;
    background-size: 14px 8px;
    background-position: center calc(50% - 1px);
}
.tabarea .btngroup .tab_btn.arrow.back{
    position: fixed;
    bottom: 80px;
    left: 15px;    
    transform: rotate(-90deg);
    display: none;
}


/*main*/

section.sect{
    margin: 0 0 80px;
    position: relative;
}
section.sect .sect_title{
    padding: 20px 15px;
    font-size: 19px;
    font-weight:800;
    letter-spacing: -.5px;
}
section.sect .sect_title.big{
    font-size: 22px;
}
section.sect .sect_title strong{font-weight:900;}
section.sect .sect_title span{font-weight:300;}
section.sect .sect_title.center{text-align:center;}

section.sect .sect_sub{margin: -15px 10px 0px; font-size: 13px;}
section.sect .sect_sub.center{text-align: center;}

.taipoon {
    width: 100%;
    height: 0;
    opacity: 0;
    display: none;
}
.taipoon p{
    font-size: 0;
    color: #aaaaaa;
    font-weight: 400;
    line-height: 1.4;
    font-family: 'Kosugi', sans-serif;
}
.btnbox{
    text-align: center;
    position: absolute;
    bottom:42px;
}
.btnbox.ver2{
    margin:20px 0;
    position: static;
}
.btnbox .btn_detail{
    display: inline-block;
    width: 28vw;
    color: #fff;
    background: #806cb5;
    border-radius: 100px;
    padding: 5px 0;
    font-size: 16px;
}
.btnbox .btn_more{
    display: block;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 8px 0;
    font-size: 18px;
    color: #000;
    font-weight: bold;
}

section.sect.quick{margin:0;z-index:2}
.quickcate{width:100%;text-align:center;background-color:rgba(0,0,0,.25);white-space:nowrap}
.quickcate ul{overflow-x:scroll;position:relative;width:100%;height:100%;z-index:1;display:flex;justify-content:space-between;transition-property:transform;box-sizing:content-box}
.quickcate ul::-webkit-scrollbar{display:none}
.quickcate ul li{flex-shrink:0;height:100%;transition-property:transform;position:relative;display:inline-block;width:auto}
.quickcate ul li:before{position:absolute;left:0;top:50%;margin-top:-7px;width:1px;height:13px;background-color:#363636;content:'';display:none}
.quickcate ul li:first-child:before{display:none}
.quickcate ul li a{display:block;font-size:13px;padding:0 9px;line-height:44px;color:#fff;font-weight:500}
.quickcate ul li .thmb{display:none}
.quickcate ul li .tx{}


/*maintop slide*/
section.sect.mainrolling {margin: -44px 0 80px;}
#maintop_slide .swiper-slide a{font-size: 0;}
#maintop_slide .swiper-button-next,#maintop_slide .swiper-button-prev{
    display: none;
}
#maintop_slide .swiper-pagination-fraction {
    display: inline-block;
    width: auto;
    left: unset;
    right: 7px;
    bottom: 7px;
    background: rgb(0 0 0 / 25%);
    padding: 2px 9px;
    border-radius: 100px;
    letter-spacing: -.3px;
    color: #fff;
    text-align: right;
    font-size: 11px;
}
#maintop_slide .swiper-pagination-fraction .swiper-pagination-current {
    color: #fff;
    font-weight: 700;
}
#maintop_slide .swiper-pagination-fraction>span {
    margin: 0 0;
}


/* quickbox */

.quickbox{
    margin: 30px 30px;
    display: flex;
    justify-content: space-evenly;
}
.quickbox .quick_go{}
.quickbox .quick_go a{display: inline-block; text-align: center;}
.quickbox .quick_go .img{display: inline-flex;
    width: 60px;
    height: 60px;
    background: #f4f4f4;
    border-radius: 30%;
    align-items: center;
    justify-content: center;
}
.quickbox .quick_go .img img{ width: 46px;}
.quickbox .quick_go:first-child .img img{width: 48px; margin-left: 4px;}
.quickbox .quick_go .txt{display:block; margin-top:10px; text-align: center; font-size: 13px;}


/* NEW BRAND */
.today-special-ex {margin-top:0; position:relative;}
.today-special-ex .today-hgroup {margin-left:2.05rem;}
.today-special-ex .today-hgroup .tit {
    max-width: 20rem;
    padding-top: 0.68rem;
    font-size: 2.05rem;
    color: #111;
    font-family: var(--bd);
    line-height: 2.73rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.today-special-ex .content {margin:1.37rem 0 0 1.37rem;}
.today-special-ex .content li {margin-bottom:4.1rem;}
.today-special-ex .content a {display:inline-block; width:100%; height:100%;}
.today-special-ex .content .thumbnail {width:100%; height:30.64rem; border-radius:0.84rem 0 0 0.84rem; overflow:hidden;}
.today-special-ex .content .thumbnail img {width:100%; height:100%; object-fit:cover; border-radius:0.85rem 0 0 0.85rem; overflow:hidden;}
.today-special-ex .content .desc {position:relative;}
.today-special-ex .content .badge span {vertical-align:top;}
.today-special-ex .content .badge {position:absolute; right:1.37rem; top:1.71rem; z-index:5;}
.today-special-ex .content .badge .coupon {position:relative; display:inline-block; min-width:2.14rem; height:1.878rem; margin:0.01rem 0.51rem 0; line-height:2.08rem; text-align:center; background:#FF214F; font-size:13px; box-shadow: 0px 8px 12px -4px rgba(192, 0, 40, 0.25); color:#fff; font-weight: 700;}
.today-special-ex .content .badge .coupon::before {content:''; position:absolute; left:-0.68rem; top:50%; width:0.68rem; height:1.878rem; transform:translateY(-50%); background-image:url(//fiximage.10x10.co.kr/m/2022/main/m/bg_coupon02.png); background-repeat:no-repeat; background-position:left; background-size:2.73rem 1.88rem;}
.today-special-ex .content .badge .coupon::after {content:''; position:absolute; right:-0.68rem; top:50%; width:0.68rem; height:1.878rem; transform:translateY(-50%); background-image:url(//fiximage.10x10.co.kr/m/2022/main/m/bg_coupon02.png); background-repeat:no-repeat; background-position:right; background-size:2.73rem 1.88rem;}
.today-special-ex .content .badge .only {display:inline-block; height:1.88rem; margin-left:0.3rem; padding:0 0.34rem; line-height:2.08rem; font-size:1.02rem; background:#111; box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25); border-radius:0.34rem; color:#fff;}
.today-special-ex .content .headline {margin:1.37rem 2.05rem 0 0.68rem;}
.today-special-ex .content .headline .tit {display:flex; align-items:center; font-size:20px; color:#111; line-height:1.5; font-weight: 800;}
.today-special-ex .content .headline .tit span:nth-child(1) {max-width: 24rem; overflow: hidden; white-space:nowrap; text-overflow:ellipsis;}
.today-special-ex .content .headline .sub {padding-top:0.37rem; font-size:15px; color:#111; line-height:1.71rem; overflow: hidden; display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.today-special-ex .content .headline .tit .discount {margin-left:0.34rem; color:#FF214F; font-size:17px;}
.today-special-ex .content .headline .key-word {display:flex; align-items:flex-start; flex-wrap:wrap; margin-top:1.37rem;}
.today-special-ex .content .headline .key-word li {height:1.88rem; padding:0 0.34rem; margin:0 0.68rem 0.68rem 0; line-height:2.08rem; font-size:13px; color:#999999; font-family:var(--sb); background:#F5F6F7; border-radius:0.34rem;font-weight: 700;}
.today-special-ex .content .headline .key-word li .tag {color:#ccc;}
.today-special-ex .content .headline .key-word li:active {background: linear-gradient(0deg, rgba(0, 0, 0, 0.03), rgba(0, 0, 0, 0.03)), #F5F6F7;}
.today-special-ex .float-tit-link {position:absolute; left:0; top:0; display:inline-block; width:100%; height:7.5rem;}








/*event_slide slide*/
.nEventbox{background-color:#ebecf6;padding: 10px 0 5px;}
.eventbox{
    margin: 0 10px;
    padding: 0 0 105px;
    position: relative;
}
#event_slide{
    position: static;
    border-radius: 10px;
}
#event_slide .swiper-wrapper{}
#event_slide .swiper-slide a{
    display: block;
    line-height: 1;
}
#event_slide .swiper-button-next,#event_slide .swiper-button-prev{
    top: unset;
    bottom: 45px;
    z-index: 1;
    background: none;
    width: 30px;
    height: 30px;
    margin: 0;
    outline: 0;
}

#event_slide .swiper-button-next:before,#event_slide .swiper-button-prev:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-right:1px solid #b9b9c1;
    border-top:1px solid #b9b9c1;
    transform:rotate(45deg);
    position: relative;
    top: 7px;
    left: 3px;
}
#event_slide .swiper-button-prev:before{
    transform:rotate(-135deg);  
    left: 10px;  
}


#event_slide .swiper-pagination{
    bottom: 20px;
}

#event_slide .swiper-pagination .swiper-pagination-bullet{
    width: 4px;
    height: 4px;
    border-color: #999;
}
#event_slide .swiper-pagination .swiper-pagination-bullet-active{
    background: #999;
}


/* newsbox */
.newsbox{
    margin: 3px 0;
    display: flex;
    padding: 10px 10px;
    background: #515670;
    align-items: center;
}
.leftN{}
.leftN a{
    display: inline-block;
    background: #806cb5;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    padding: 5px 0;
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.leftN a span{}

.infobox{
    width: calc(100% - 100px);
    overflow: hidden;
    max-height: 51px;
}
.textbox{
    padding: 5px;
    letter-spacing: -.5px;
}
.news_title{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    font-size: 14px;
}
.textline{
    display: block;
    color: #cfcfcf;
}

.bannerbox{}
.bannerbox .line_banner{margin-bottom:3px;}
.bannerbox .line_banner:last-child{margin-bottom:0;}

.bn_wraper{margin:25px 15px 80px}
.bnbox1{}
.bnbox1 ul{
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 1fr 1fr;
}
.bnbox1 ul li{
    border-radius: 6px;
    overflow: hidden;
}
.bnbox1 ~.bnbox2{margin-top:5px;}
.bnbox2{}
.bnbox2 ul{
    overflow: hidden;
    border-radius: 7px;
}
.bnbox2 ul li{}



/*bestitem*/
.best_slide {
    width:100%;
    position:relative;
    margin: 10px auto 60px;
    overflow:hidden;
}
.best_slide .best_btn{margin: 0 10px;}
.best_slide .best_btn .paging{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
.best_slide .best_btn .paging li{
    display: inline-block;
    cursor: pointer;
}
.best_slide .best_btn .paging li span {
    color: #000;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Kosugi', sans-serif;
}
.best_slide .best_btn .paging li.active span{
    position: relative;
    font-weight: 700;
    }
.best_slide .best_btn .paging li.active span:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.best_slide .best_btn .navi{display: none;}


.best_slide .best_item_list{
    margin: 30px 0 0;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
/*    transition: all 1s ease;*/
}
.best_slide .best_item_list:after{content: ''; display: block; clear: both;}
.best_slide .best_item_list li{
    flex: 1 0 100%;
    padding: 0 10px;
	box-sizing: border-box;
}
.best_slide .best_item_list li a{position: relative;}
.best_slide .best_item_list .bnum{
    position: absolute;
    top: 7px;
    left: 7px;
    display: flex;
    width: 25px;
    height: 25px;
    background: #fff;
    border: 1px solid #e95656;
    border-radius: 10px 10px 10px 0;
    color: #e95656;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    justify-content: center;
}
.best_slide .best_item_list li>a {
    display: block;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
}

.ssbest_item_list{
	width: 100%;
    margin-top: 35px;
}
.ss_best_slider{
/*
    display: grid;
    gap: 8px 8px;
    grid-template-columns: 1fr 1fr;
*/
}
.ss_best_slider a{
    width: 40%;
	display: flex;
	flex-direction: column;
    align-items: center;
}
.ss_best_slider a>p{
    display: block;
	width: 80%;
	min-height: 40px;
    text-align: center;
    margin: 10px 0 30px;
}
.ss_best_slider a>p span{
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -1px;
}

/*bestitem2*/
.best_slide .best_item_list.ver2 li{flex: 1 0 300px;}
.best__contents{width:100%}
.best__contents>a{display:block}
.best__contents__thumbnail{overflow:hidden;position:relative;width:100%;border-radius:6px;background-color:#f5f5f5}
.best__contents__thumbnail>img{width:100%;mix-blend-mode:multiply}
.best__contents__label-wrap{display:flex;position:absolute;bottom:10px;left:10px;width:calc(100% - 20px)}
.best__contents__label{width:auto;height:20px;margin-right:2px;padding:0 6px;border-radius:2px;font-size:11px;font-family:Musinsa,"-apple-system","Apple SD Gothic Neo",Roboto,"Noto Sans KR",helvetica,lim,sans-serif;line-height:20px;color:#fff}
.best__contents__label--state-video{margin-left:auto;padding:0}
.best__contents__information{width:calc(100% - 5px);min-height:70px;margin-top:10px}
.best__contents__title{overflow:hidden;font-size:15px;white-space:nowrap;text-overflow:ellipsis}
.best__contents__text{display:block;display:-webkit-box;overflow:hidden;width:100%;min-height:42px;font-size:14px;white-space:normal;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical}
.best__contents__title+.best__contents__text{margin-top:5px}
.best__goods-list{width:100%;margin-top:25px}
.best__goods{width:100%;margin-bottom:15px}
.best__goods:last-of-type{margin-bottom:0}
.best__goods__link{display:flex;align-items:center}
.best__goods__thumbnail{overflow:hidden;position:relative;width:100px;padding-top:31.25%;}
.best__goods__thumbnail>img{position:absolute;top:50%;left:50%;height:100%;transform:translate(-50%,-50%);-o-object-fit:contain;object-fit:contain;}
.best__goods__information{display:flex;margin-left:15px;align-items:center;flex-wrap:wrap;flex:1}
.best__goods__name{display:block;display:-webkit-box;overflow:hidden;font-size:13px;white-space:normal;text-overflow:ellipsis;word-wrap:break-word;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-basis:100%}
.best__goods__price{margin-right:5px;font-size:13px;font-family:Musinsa,"-apple-system","Apple SD Gothic Neo",Roboto,"Noto Sans KR",helvetica,Gulim,sans-serif}
.best__goods__rate{margin-right:3px;font-size:12px;font-family:Musinsa,"-apple-system","Apple SD Gothic Neo",Roboto,"Noto Sans KR",helvetica,Gulim,sans-serif;color:red}







/*keyword ranking*/
.keywordbox{margin: 0 15px -10px;}
.keywordbox .keywordsearch{}
.keywordbox .keywordsearch .inpbox{
    display: flex;
    border-bottom: 2px solid #000;
    justify-content: space-between;
    padding: 8px 20px;
    }
.keywordbox .keywordsearch .inpbox #inpbox_inp{
    border: 0;
    outline: 0;
    font-size: 15px;
    line-height: 1.5;
    background: transparent;
    width: 100%;
}
.keywordbox .keywordsearch .inpbox #inpbox_inp::-webkit-input-placeholder{color:#8d8d8d;}
.keywordbox .keywordsearch .inpbox #inpbox_inp:-ms-input-placeholder{color:#8d8d8d;}
.keywordbox .keywordsearch .inpbox #inpbox_inp:focus::-webkit-input-placeholder{color:transparent;}
.keywordbox .keywordsearch .inpbox #inpbox_inp:focus:-ms-input-placeholder{color:transparent;}
    
.keywordbox .keywordsearch .inpbox .inpbox_src{
    display: inline-block;
    width: 32px;
    text-indent: -9999px;
    background: url(/_IMG_SRV_/icon/icon_search.png) no-repeat center right;
    background-size: 23px;
}

.keywordbox .ranking{margin: 20px 0 0;}
.keywordbox .ranking ul{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 170px;
    -ms-flex-line-pack: justify;
    align-content: space-between;
}
.keywordbox .ranking ul li{
    background-color: #f6f6f6;
    width: calc(50% - 5px);
    border-radius: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 40px;
    text-decoration: none;
    max-height: 40px;
    margin-bottom: 10px;
}
.keywordbox .ranking ul li.bg_pink{
    background-color: #fff2f6;        
}

.keywordbox .ranking ul li:nth-child(-n+3){
    margin-right: 10px;
}
.keywordbox .ranking .num{
    width: 40px;
    text-align: center;
    font-weight: 900;
    font-size: 14px;
}
.keywordbox .ranking .item{
    color: #555;
    font-size: 15px;
    font-weight: 500;
    padding: 0 5px 0 0;
    letter-spacing: -.75px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.keywordbox .ranking .updown{
    font-size: 10px;
    line-height: 9px;
    margin: auto 8px auto auto;
    width: 35px;
    text-align: center;
}
.keywordbox .ranking .updown.up:before,.keywordbox .ranking .updown.down:before{
    content: '';   
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #555 transparent transparent transparent;
}
.keywordbox .ranking .updown.up:before{
    transform:rotate(180deg);
    border-color: #ff4081 transparent transparent transparent;
}
.keywordbox .ranking .updown.powerup:before{
    content: '急上昇';
    display: inline-block;
    font-weight: 700;
    color: #FF4082;
    font-size: 10px;
}
.keywordbox .ranking .updown.new:before{
    content:'new';
    display: inline-block;
    font-weight: 700;
    color: #ff4081;
    font-size: 10px;
    text-transform: uppercase;
}



/*korea colorlens brand*/
.brandbox{}
.brandbox ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    padding: 0 15px;
}
.brandbox ul li{
    flex: 1 1 25%;
    max-width: 25%;
    text-align: center;
    padding: 0 5px 10px 5px;
    box-sizing: border-box;
}
.brandbox ul li a{display: block;}
.brandbox ul li .brand_thmb{    
display: block;
    position: relative;
    margin: 0 auto;
    border-radius: 34%;
    overflow: hidden;
    line-height: 1;
    font-size: 0;
}
.brandbox ul li .brand_thmb img{}
.brandbox ul li .brand_tx{
    max-height: 30px;
    margin-top: 5px;
    color: #444;
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: -0.3px;
    word-break: break-all;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
} 


/*offweek*/
.offweekbox{
    margin: 70px 0 80px;
    padding: 50px 0 0;
    position: relative;  
}
.offweekbox:before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 210px);
    background-color: #ebecf6;
    position: absolute;
    top: 0;
    z-index: -1;
}
.offweekslide{
    position: relative;
    padding: 30px 0 10px;
    margin: 0 8vw;
}
#offweek_slide{
    position: static;
}
#offweek_slide li{position: relative;}
#offweek_slide li a{display: block; position: absolute; left: 0; right:0; top:0; bottom:0; z-index: 1;}
#offweek_slide li .item_tag{
    display:inline-block;
    width: 80px;
    position:absolute;
}
#offweek_slide li .item_tag img{}
#offweek_slide li .item_img{padding-bottom: 70px;}

#offweek_slide li .pdtitle{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 1.5;
    padding:0 30px 0 20px;
    margin: 0 0 20px;
    background: #fff;
    color: #000;
    font-weight: 700;
}
#offweek_slide li .pdprice{
    font-weight: bold;
    font-size: 18px;
    padding:0 0 30px 20px;
    background: #fff;
}
#offweek_slide li .pdprice .buy_price{}
#offweek_slide li .pdprice .dc_price{}

#offweek_slide .swiper-button-prev,#offweek_slide .swiper-button-next{
    background: rgba(0,0,0,.1);
    width: 30px;
    height: 60px;
    margin: 0;
    outline: 0;
    left: 0;
    top: 30%;
    display: none;
}

#offweek_slide .swiper-button-next{    
    right: 0;
    left: auto;
}
#offweek_slide .swiper-button-next:before, #offweek_slide .swiper-button-prev:before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    position: relative;
    top: 50%;
    left: 7px;
    margin-top: -6px;
}

#offweek_slide .swiper-button-prev:before {
    transform: rotate(-135deg);
    left: 11px;
}
#offweek_slide  .swiper-pagination{
    bottom: 0px;
}
#offweek_slide  .swiper-pagination .swiper-pagination-bullet{
    width: 20px;
    height: 2px;
    border: 0;
    background: #999;
    border-radius: 0;
}
#offweek_slide  .swiper-pagination .swiper-pagination-bullet-active{
    background: #000;
}


/*newList*/
.newitembox{
    display: block;
    margin: 30px 15px 80px;
}
.newitembox ul{
    display: grid;
    gap: 30px 8px;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 60px;
}
.newitembox ul li{position: relative;}
.newitembox .link{position: absolute; top:0; left:0; right: 0; bottom:0; z-index: 1;}
.newitembox .pdimg{position: relative; margin-bottom: 5px;}
.newitembox .pdimg .tag{position:absolute;}
.newitembox .addinfo{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    margin-bottom: 15px;
}
.newitembox .addinfo span{
    display: block;
    background-color: #f1f1f1;
    color: #999;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}
.newitembox .pdtitle{
    min-height: 40px;
    color: rgb(119, 119, 119);
    overflow: hidden;
    letter-spacing: -1px;
    font-size: 14px;
    text-overflow: ellipsis;
    padding: 0 10px 0 0;
    margin: 10px 0 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newitembox .pdprice{
    margin-top: 15px;
    letter-spacing: -.5px;
}
.newitembox .pdprice .strike{text-decoration:line-through;}
.newitembox .pdprice .sale_price{
    color: #fa6391;
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
}
.newitembox .pdprice .dc_price{
    color: #fa6391;
    font-weight: 700;
    font-size: 16px;
    margin-right: 5px;
}
.newitembox .pdprice .buy_price{color: #999;}
.newitembox .pdprice .sale_price+.dc_price{
	color: #999;
    font-size: inherit;
	text-decoration:line-through;
    font-weight: 400;
}

/*product_color*/
#product_color{
    margin: 15px 0 80px;
    overflow: unset;
}
#product_color ul{
	margin: 0 15px;
    display: flex;
    flex-wrap: wrap;
}
#product_color ul li{display: inline-block;
    height: auto;
    text-align: center;
    padding: 0 2%;
    margin-bottom: 20px;
    box-sizing: border-box;
    width: 20%;
}
/*
#product_color ul li:nth-last-child(2) {
    width: 40%;
}
*/

#product_color ul li a {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
#product_color ul li .color{
    display: inline-block;
    max-height: 18vw;
}
#product_color ul li a p{
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    color: #999;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.2px;
}

#product_color .swiper-scrollbar{
    left: 15vw;
    right: 15vw;
    width: auto;
    height: 4px;
    bottom: -30px;
}

/*newList*/
.discoverwrap{
    background: #806cb5;
    padding: 15px 0 0;
}
.discoverwrap .sect_title{color: #fff; font-weight: 700!important;}
.discoverwrap .sect_sub{color: rgba(255,255,255,.7); font-size: 14px!important;}

.discoverbox{
    margin-top: 30px;
    padding: 30px 15px 40px;
    border-radius: 20px 0 0 0;
    background: #fff;
}
.discoverbox ul{
    display: grid;
    gap: 4px 6px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0 0 30px;
}
.discoverbox ul li{}

.discoverbox ul li.twinkle{
    position: relative;
    background: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    isolation: isolate;
    border-radius: 5px;
}
.discoverbox ul li a{
    display: flex;
    height: 50px;
    border: 1px solid #333;
    padding: 0 10px;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    color: #333;
    position: relative;
    z-index: 2;
    font-weight: 500;
    border-radius: 5px;
}
.discoverbox ul li.twinkle a {
	color:#fff;
}
.discoverbox ul li.twinkle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
/*
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(white),color-stop(white),to(rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(left,rgba(255,255,255,0),#fff,#fff,rgba(255,255,255,0));
    background-image: linear-gradient(to right,rgba(0,0,0,0),#806cb5,#806cb5,rgba(0,0,0,0));
	-webkit-transform: rotate(34deg) translateX(-77px);
    transform: rotate(34deg) translateX(-77px);    
*/
    -webkit-animation: btnInvite 1s infinite linear;
	animation: btnInvite 1s infinite linear;
    z-index: 0;
	background-size: 270%;
}

.discoverbox ul li.twinkle.ver1:before{
	background-image: -webkit-gradient(140deg, #5d74d9 0%, #f860b7 20%, #5d74d9 40%, #f860b7 60%, #5d74d9 80%, #f860b7 100%);
    background-image: linear-gradient(140deg, #5d74d9 0%, #f860b7 20%, #5d74d9 40%, #f860b7 60%, #5d74d9 80%, #f860b7 100%);
}
.discoverbox ul li.twinkle.ver2:before{
    background-image: -webkit-gradient(140deg, #36a0cf 0%, #41d8be 20%, #36a0cf 40%, #41d8be 60%, #36a0cf 80%, #41d8be 100%);
    background-image: linear-gradient(140deg, #36a0cf 0%, #41d8be 20%, #36a0cf 40%, #41d8be 60%, #36a0cf 80%, #41d8be 100%);
}
.discoverbox ul li.twinkle.ver3:before{
    background-image: -webkit-gradient(140deg, #c8b0fe 0%, #53b3cc 20%, #c8b0fe 40%, #53b3cc 60%, #c8b0fe 80%, #53b3cc 100%);
    background-image: linear-gradient(140deg, #c8b0fe 0%, #53b3cc 20%, #c8b0fe 40%, #53b3cc 60%, #c8b0fe 80%, #53b3cc 100%);
	
}
@keyframes btnInvite{
0% { background-position:0% 0% }
100% { background-position:80% 80% }
}

@-webkit-keyframes animation_twinkle2{
    0%{
        -webkit-transform:rotate(34deg) translateX(-77px);
        transform:rotate(34deg) translateX(-77px);
    }
    25%{
        opacity:1
    }60%{
        -webkit-transform:rotate(34deg) translateX(40px);
        transform:rotate(34deg) translateX(40px);
    }
}
@keyframes animation_twinkle2{
    0%{
        -webkit-transform:rotate(34deg) translateX(-77px);
        transform:rotate(34deg) translateX(-77px); 
    }
    25%{
        
    }
    60%{
        -webkit-transform:rotate(34deg) translateX(40px);
        transform:rotate(34deg) translateX(40px); 
    }
}

/*브랜드&스페셜이벤트(임시)*/    
.special a { margin-top:30px;}
.special p { font-family:'Kosugi', sans-serif;padding:10px;text-align:center;margin-top:20px;}

.brand {}
.brand ul li { width:45%;  float:left; margin:10px;}

/*sns_contents*/
#sns_contents{
    margin: 15px 0 80px;
    padding: 0 0 30px;
    overflow: unset;
}
#sns_contents ul{}
#sns_contents ul li{}
#sns_contents ul li a{
    display: block;
    background: #eee;
    padding-bottom: 52%;
    border-radius: 15px;
    overflow: hidden;
    margin: 0 15px;
}

#sns_contents .swiper-pagination{bottom: 0px;}
#sns_contents .swiper-pagination .swiper-pagination-bullet{
    width: 6px;
    height: 6px;
    background: #ddd;
    border: 0;
    opacity: 1;
    border-radius: 100px;
    margin: 0 2px;
}
#sns_contents .swiper-pagination .swiper-pagination-bullet-active{
    background: #fa6391;
    width: 12px;
}
#sns_contents .swiper-btns{position: absolute; right:0; bottom:0; z-index: 11; display: flex; width: 25px; height: 25px; background:rgba(0,0,0,.3);}
#sns_contents .swiper-btns .btn{
    width: 100%;
    text-indent: -9999px;
}
#sns_contents .swiper-btns .swiper-pause:before{ 
    content: '';
    height: 10px;
    border-style: double;
    border-width: 0px 0px 0px 10px;
    border-color: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
}
#sns_contents .swiper-btns .swiper-play:before{
    content: '';
    width: 3px;
    border-style: solid;
    border-width: 6px 0px 6px 10px;
    border-color: transparent transparent transparent #fff;
    box-sizing: border-box;
    position: absolute;
    top: 7px;
    left: 9px;
}



/*checkpoint*/
.checkpoint {margin: 15px 15px 80px;}
.checkpoint ul{
    display: flex;
    margin: 0 -15px 30px;
    overflow-x: scroll;
}
.checkpoint ul::-webkit-scrollbar{display: none;}   
.checkpoint ul li{flex: 1 0 37%; margin-right: 5px;}
.checkpoint ul li:first-child{margin-left: 15px;}   
.checkpoint ul li:last-child{margin-right: 15px;} 
.checkpoint ul li a{
    display: block;
    position: relative;
}    
.checkpoint ul li a img{}    
.checkpoint ul li a p{width: 100%; text-align: center; font-size:2.8vw; line-height: 1.4; color: #393939; position: absolute; top: 70%; z-index: 1;}
.checkpoint ul li a p b{font-weight:700;}
.checkpoint ul li a p .bg{position: relative;}    
.checkpoint ul li a p .bg:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 2.1vw;
    z-index: -1;
    border-radius:100px;
}    
.checkpoint ul li a p .bg.pink:before{background:#ffd8d8;}
.checkpoint ul li a p .bg.green:before{background: #e2fad9;}
.checkpoint ul li a p .bg.yellow:before{background: #fffdbe;}
.checkpoint ul li a p .bg.blue:before{background: #bfe9ff;}

.checkpoint ul li a p b.line{font-size:3.5vw;}


/*pickup*/
.pickup {margin: 15px 15px 80px;}
.pickup .bn_pickup{
    text-align: center;
    margin-top: 20px;
}
.pickup .bn_pickup:first-child{margin-top:0;}
.pickup .bn_pickup a{
    display: block;
    border-radius: 15px;
    border: 1px solid #e7e7e7;
    overflow: hidden;
} 
.pickup .bn_pickup a img{width: 100%;}
.pickup .bn_pickup p{
    display:flex;
    height: 60px;
    font-family: 'Kosugi', sans-serif;
    padding: 13px 15px;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    font-size: 13px;
    letter-spacing: -.3px;
}
    


/*reviewbox*/
.reviewbox{margin: 15px 15px 80px;}
.reviewbox ul{}
.reviewbox ul li{display: flex; padding:15px 5px; position: relative; border-bottom:1px solid #eee; justify-content: space-between; align-items: center;}
.reviewbox ul li:first-child{border-top:1px solid #eee;}
.reviewbox .link{display: block; position: absolute; left:0; right: 0; top: 0; bottom: 0; z-index: 1;}
.reviewbox .img{
    width: 30vw;
    height: 30vw;
    border-radius: 20%;
    background-color: #eee;
    overflow: hidden;
}
.reviewbox .img img{
    height: 100%;
    object-fit: cover;
}
.reviewbox .inf{
    width: calc(100% - 35vw);
    padding-right: 10px;
    box-sizing: border-box;
}  
.reviewbox .tit{font-size: 16px; color:#131313; margin-bottom: 10px; letter-spacing: -.75px;}
.reviewbox .txt{font-size: 12px; color:#aaa; letter-spacing: -.75px;}


/*reviewbox2*/
.reviewbox2{
	margin:0 0 80px;
    position: relative;
}
.reviewbox2:before{
    content: "";
    display: block;
	position: absolute;
    top: -90px;
    left: 0;
    right: 0;
    z-index: -1;
    height: 66%;
    background: #f4f4f4;
}
.review_menu{margin: 0px 15px 15px;}
.review_menu ul{display: flex;}
.review_menu ul li{margin-right: 15px;}
.review_menu ul li a{
	color: #888;
    font-size: 16px;
    letter-spacing: -1px;
}
.review_menu ul li.on a{
	position: relative;
	color: #111;
    font-weight: 700;
    font-size: 17px;
}
.review_menu ul li.on a:before{
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 5px;
    width: 100%;
    height: 2.1vw;
    z-index: -1;
    border-radius: 100px;
    background: #ffd8d8;
}

.reviewbox2_slide{}
.reviewbox2_slide li {
    width: 265px!important;
    margin: 10px 0;
    position: relative;
    padding: 0 15px;
}
.reviewbox2_slide li .link{
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.reviewbox2_slide li .link_review{bottom:90px;}
.reviewbox2_slide li .link_prod{top:400px;}

.reviewbox2_slide li .shadow {
    background: #fff;
    box-shadow: 0px 0px 6px 0px #ccc;
}
.reviewbox2_slide li .img_box {
	height: 265px;
    overflow: hidden;
    position: relative;
}
.reviewbox2_slide li .img_box img {
	width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 0;
    background: #fbfbfb;
}
.reviewbox2_slide li .info {
    height: 238px!important;
    margin-top: -35px;
    padding: 0 15px 20px;
    position: relative;
}
.reviewbox2_slide li .info .user_id {
    margin-bottom: 15px;
    text-align: center;
}
.reviewbox2_slide li .info .user_id span {
    display: inline-block;
    overflow: hidden;
    width: 67px;
    border: 5px solid #fff;
    border-radius: 100%;
    background: #f0f0f0;
    line-height: 67px;
    font-size: 12px;
    color: #555;
}
.reviewbox2_slide li .info .sbjt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 1.2em;
    word-wrap: break-word;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}
.reviewbox2_slide li .info .tit {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.2;
    height: 2.4em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.reviewbox2_slide li .info .pd_info {
    display: table;
    width: 100%;
}
.reviewbox2_slide li .info .pd_info>div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.reviewbox2_slide li .info .pd_info .pd_img {
    width: 50px;
}
.reviewbox2_slide li .info .pd_info .pd_tit {
    width: calc( 100% - 105px );
    padding: 0 10px;
}
.reviewbox2_slide li .info .pd_info .pd_tit p {
    height: 2.6em;
    line-height: 1.3em;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 13px;
    color: #555;
}
.reviewbox2_slide li .info .pd_info .pd_tit p.price {
    margin-top: 3px;
    height: auto;
}
.reviewbox2_slide li .info .pd_info .pd_tit p.price .sale {
    font-weight: 700;
    color: #f37420;
    font-size: 14px;
    letter-spacing: -0.025em;
}
.reviewbox2_slide li .info .pd_info .pd_tit p.price ins {
    display: inline-block;
    margin: 0 2px;
    font-weight: 700;
    color: #333;
    color: #fa6391;
    font-size: 14px;
    text-decoration: none;
    letter-spacing: -0.025em;
}
.reviewbox2_slide li .info .pd_info .pd_tit p.price del {
    font-size: 12px;
    color: #666;
    letter-spacing: -0.025em;
}
.reviewbox2_slide li .info .pd_info .cart {
    width: 50px;
    text-align: center;
}
.reviewbox2_slide li .info .pd_info .cart button{
    margin: 0 3px;
    overflow: hidden;
    text-indent: -9999px;
}
.reviewbox2_slide li .info .pd_info .cart .cart_btn {
    width: 15.5px;
    height: 21px;
    background: url(https://img.clubclio.co.kr/common/images/product/cart_icon.png) center center no-repeat;
    background-size: 15.5px;
}
.reviewbox2_slide li .info .pd_info .cart .like_btn {
    width: 17px;
    height: 20px;
    background: url(https://img.clubclio.co.kr/common/images/product/like_icon.png) center center no-repeat;
    background-size: 17px;
}

.reviewbox_sub{}
.reviewbox_sub{
    padding: 30px 0;
}
.reviewbox_sub .pd_info {
    display: table;
    width: 100%;
    padding: 20px;
    background: #f4f4f4;
    box-sizing: border-box;
    outline: 0;
}
.reviewbox_sub .pd_info .pd_img, .reviewbox_sub .pd_info .pd_tit {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.reviewbox_sub .pd_info .pd_img {
    width: 78px;
}
.reviewbox_sub .pd_info .pd_tit {
    padding-left: 15px;
}
.reviewbox_sub .pd_info .pd_tit .tit {
    display: block;
    font-size: 15px;
    color: #333;
}
.reviewbox_sub .pd_info .pd_tit .con {
    display: block;
    margin: 5px 0;
    font-size: 13px;
    line-height: 1.3;
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    height: 2.4em;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.reviewbox_sub .pd_info .pd_tit .write {
    display: block;
    font-size: 10px;
    color: #999;
}
.reviewbox_sub .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.reviewbox_sub .slick-dots li {
    display: inline-block;
    margin: 0 3px;
}
.reviewbox_sub .slick-dots li button {
    width: 25px;
    height: 2px;
    overflow: hidden;
    text-indent: -9999px;
    background: #ddd;
}
.reviewbox_sub .slick-dots li.slick-active button {
    background: #333;
}



/*insta*/
.instabox{margin: 0 15px 80px;}
.instabox .snapwidget-widget{
    border: 0;
    width: 100%;
    height: 63vw !important;
/*    max-height: 505px;*/
}



/*footer*/
footer {
    padding: 70px 8vw 70px;
    background-color: #4a4949;
}
footer .guarantee{}
footer .guarantee ul{
    display: grid;
    gap: 4px 4px;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 30px;
}
footer .guarantee ul li{}    
footer .guarantee ul li a{
    display: block;
    position: relative;
}    
footer .guarantee ul li a img{}    
footer .guarantee ul li a p{width: 100%; text-align: center; font-size:2.8vw; line-height: 1.4; letter-spacing: -.75px; color: #393939; position: absolute; bottom:3.3vw; z-index: 1;}
footer .guarantee ul li a p b{font-weight:700;}
footer .guarantee ul li a p .bg{position: relative;}    
footer .guarantee ul li a p .bg:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 2.1vw;
    z-index: -1;
    border-radius:100px;
}    
footer .guarantee ul li a p .bg.pink:before{background:#ffd8d8;}
footer .guarantee ul li a p .bg.green:before{background: #e2fad9;}
footer .guarantee ul li a p .bg.yellow:before{background: #fffdbe;}
footer .guarantee ul li a p .bg.blue:before{background: #bfe9ff;}

footer .guarantee ul li a p b.line{font-size:3.5vw;}
footer .guarantee ul li a p b.join{font-size:2.7vw;}

footer .guarantee2 ul{display:grid;gap:4px 0;grid-template-columns:1fr}
footer .guarantee2 ul li{border-radius:10px}
footer .guarantee2 ul li a{display:flex;align-items:center}
footer .guarantee2 ul li a img{margin:1vw 3vw}
footer .guarantee2 ul li a p{font-size:min(3.6vw,21px);line-height:1.4;letter-spacing:-.75px;color:#393939;padding-right:1vw}
footer .guarantee2 ul li a p b{font-weight:700}
footer .guarantee2 ul li.bg.pink{background:#fbe6e6}
footer .guarantee2 ul li.bg.green{background:#edfde8}
footer .guarantee2 ul li.bg.yellow{background:#fffde4}
footer .guarantee2 ul li.bg.blue{background:#e0f3fd}



footer .wrap_footer{margin: 40px 0 0;}
footer .snsacount{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
footer .snsacount .tit{
    color: #fff;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 700;
}
footer .snsacount .acountlist{display: flex;}
footer .snsacount .acountlist li{
    width: 8vw;
    margin-left: 11px;
}
footer .snsacount .acountlist li a{display: block;}
footer .snsacount .acountlist li a img{}

footer .qna{
    padding: 15px 0 25px;
    border-bottom: 1px solid #777;
}
footer .qna a{
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid #000;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
}
footer .qna a span{color: #000;}
footer .qna a:before{
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/mobile/tpl/img/mail_icon.png) no-repeat left/20px;
    filter: invert(1);
    margin-right: 5px;
}
footer .csinfo{
    margin: 15px 0 0;
    text-align: center;
    color: #fff;
    letter-spacing: -.5px;
}        
footer .csinfo p{font-size: 12px;}        
footer .csinfo address{font-size: 10px;
    font-style: normal;
    margin-top: 5px;
}        


