@charset "utf-8";
/**************************************************

	Global.css

**************************************************/
/**************************************************
	Public
**************************************************/
html{min-width: 1300px;}

/* Table */
.table1{ width: 100%; }
.table1 tr > *{padding: 10px;border: 1px solid #ddd;}
.table1 thead th{background: #f7f7f7;}
.table1 tbody th{background: #f7f7f7;}
.table1 tbody td{  }

/* Tab */
.tab1{ margin-bottom: 40px; }
.tab1 > li{display: inline-block;background: #f7f7f7;}
.tab1 > li a{display: block;height: 40px;line-height: 40px;text-align: center;padding: 0 40px;border: 1px solid #f7f7f7;}
.tab1 > li.active a{background: #fff;color: #000;border-color: #333;}

/* Button */
.btnWrap{ margin-top: 30px; }
.btnWrap > *{margin: 0 2px;}
.btn1{ display: inline-block;background: #333;border: 1px solid #333;color: #fff !important;height: 35px;line-height: 33px;padding: 0 15px;font-size: 14px;box-sizing: border-box;text-decoration: none !important; }
.btn2{ display: inline-block;background: #fff;border: 1px solid #ddd;color: #000 !important;height: 35px;line-height: 33px;padding: 0 15px;font-size: 14px;box-sizing: border-box;text-decoration: none !important; }
.btn3{ display: inline-block;background: #0087a0;border: 1px solid #0087a0;color: #fff !important;height: 35px;line-height: 33px;padding: 0 15px;font-size: 14px;box-sizing: border-box;text-decoration: none !important; }
.btn1.small, .btn2.small, .btn3.small{ height: 30px;line-height: 28px;padding: 0 10px;font-size: 12px; }
.btn1.big, .btn2.big, .btn3.big{ min-width: 170px;height: 45px;line-height: 43px;padding: 0 30px;font-size: 16px;border-radius: 5px;}

/* Etc */
.selectbox{height: 40px;border: 1px solid #ccc;position: relative;display: inline-block;vertical-align: top;min-width: 170px;overflow: hidden;}
.selectbox:after{content: '\f107';font-family: axicon;display: block;position: absolute;top: 50%;right: 10px;margin-top: -7px;font-size: 14px;}
.selectbox select{height: 38px;background: transparent;width: 130%;border: none;letter-spacing: -1px;padding-left: 10px;}

.custlab{position: relative;font-size: 14px;color: #333;letter-spacing: -1px;padding-left: 25px;line-height: 25px;text-align: left !important;display: inline-block;margin: 3px;}
.custlab:before{content: '';display: block;position: absolute;left: 0;top: 50%;margin-top: -10px;width: 20px;height: 20px;box-sizing: border-box;border: 2px solid #ddd;border-radius: 50%;}
.custlab input{display: none;}
.custlab.on{color: #000;}
.custlab.on:before{border-color: #333;}
.custlab.on:after{content: '';display: block;position: absolute;left: 5px;top: 50%;margin-top: -5px;width: 10px;height: 10px;background: #333;border-radius: 50%;}

/**************************
	Shop Default Style
**************************/
#sb-footer{position: relative;margin-top: 30px;min-height: 35px;}
#sb-footer .left{position: absolute;top: 0;left: 0;text-align: left;width: 50%;z-index: 2;}
#sb-footer .center{text-align: center;}
#sb-footer .right{text-align: right;}

.sb-btnWrap{margin-top: 20px;}
.sb-btn{display: inline-block;vertical-align: top;box-sizing: border-box;text-align: center !important;}
.sb-btn.type1{background: #fff;border: none;height: 40px;line-height: 38px;padding: 0 20px;min-width: 80px;font-size: 14px;letter-spacing: -1px;color: #333;border: 1px solid #ccc;text-decoration: none;}
.sb-btn.type1.small{height: 30px;line-height: 28px;padding: 0 10px;font-size: 13px;min-width: auto;}
.sb-btn.type2{background: #666;border: none;height: 40px;line-height: 38px;padding: 0 20px;min-width: 80px;font-size: 14px;letter-spacing: -1px;color: #fff;border: 1px solid #333;text-decoration: none;}
.sb-btn.type2.small{height: 30px;line-height: 28px;padding: 0 10px;font-size: 13px;min-width: auto;}
.sb-btn.w100p{width: 100%;}

.sb-no-data{display: block;background: #f7f7f7;padding: 40px 10px;text-align: center;font-size: 14px;letter-spacing: -1px;color: #999;}







/**************************
	Site Layer Popup
**************************/
.sp-pop{background: #fff;box-shadow: 0 0 10px rgba(0,0,0,0.15);border-radius: 3px;overflow: hidden;}
.sp-pop:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);}
.sp-pop .img{position: relative;min-height: 100px;}
.sp-pop .img img{max-width:100%;}
.sp-pop .btns{position: absolute;bottom: 0;left: 0;width: 100%;white-space: nowrap;background: #f7f7f7;}
.sp-pop .btns li{position: relative;display: inline-block;vertical-align: top;width: 50%;}
.sp-pop .btns li:before{content: '';display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;box-sizing: border-box;border: 1px solid rgba(0,0,0,0.07);border-width: 1px 1px 1px 0;}
.sp-pop .btns li:first-child:before{border-left-width: 1px;}
.sp-pop .btns li a,
.sp-pop .btns li label{position: relative;display: block;text-align: center;line-height: 32px;text-align: center;font-size: 11px;color: #666;letter-spacing: -1px;z-index: 3;text-decoration: none;font-family: dotum;}
.sp-pop .btns li label input{display: none;}
.sp-pop .btns.len3 li{width: 33.33%;}

/**************************
	Paging
**************************/
.paging{text-align: center;margin-top: 30px;font-family: empty;font-size: 0;}
.paging a{display: inline-block;vertical-align: top;margin: 0;margin-right: -1px;position: relative;width: 35px;height: 35px;line-height: 35px;text-align: center;background: #f9f9f9;border: 1px solid #ddd;color: #999999;font-size: 12px;text-decoration: none;box-sizing: border-box;font-family: tahoma, arial, axicon;}
.paging a:first-child{border-radius: 5px 0 0 5px !important;}
.paging a:after{position: absolute;top: 0;left: 0;width: 100%;height: 100%;line-height: 35px;text-align: center;font-size: 15px;text-indent: 0;}
.paging a:last-child{border-radius: 0 5px 5px 0 !important;}
.paging a.active{background: #ffffff;color: #333333;font-weight: 700;}
.paging a.first,
.paging a.prev,
.paging a.next,
.paging a.last{background: none;font-size: 15px;color: #666666;text-indent: -999em;}
.paging a.first:after{content: '\f100';text-indent: 0;}
.paging a.prev:after{content: '\f104';}
.paging a.next:after{content: '\f105';}
.paging a.last:after{content: '\f101';}

/**************************************************
	Layout
**************************************************/
#header{position: relative;z-index: 90;background: #fff;box-shadow: 0 3px 3px rgba(0,0,0,0.1);}
#header .inner{position: relative;max-width: 1200px;height: 90px;margin: 0 auto;}
#header .logo{position: absolute;bottom: 0;left: 0;line-height: 90px;}

#hd-sch {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#hd-sch legend {position: fixed;top: -9999999999999999px;width: 0;height: 0;overflow: hidden;opacity: 0;}
#hd-sch fieldset {padding: 0 25px;width: 310px;height: 45px;display: flex;justify-content: space-between;align-items: center;background: #eeeeee;border-radius: calc(45px/2)}
#hd-sch fieldset .txt, #hd-sch fieldset .sbm {border: 0;background: #eeeeee;}
#hd-sch fieldset .txt {width: calc(100% - 22px - 10px);color: #111;}
#hd-sch fieldset .txt::-webkit-input-placeholder,
#hd-sch fieldset .txt:-moz-placeholder,
#hd-sch fieldset .txt::-moz-placeholder,
#hd-sch fieldset .txt:-ms-input-placeholder {color: #888888;}
#hd-sch fieldset .sbm {font-size: 22px;color: #666666;}

.sub #hd-sch {display: none;}

#drdw{position: absolute;top: 120px;left: 0;width: 100%;background: #fff;border-top: 1px solid #ddd;border-bottom: 3px solid #00afe5;z-index: 91;display: none;}
#drdw .inner{position: relative;width: 1200px;margin: 0 auto;border-right: 1px solid #e8e8e8;}
#drdw .inner > li{display: inline-block;padding: 25px 0;vertical-align: top;}
#drdw .inner > li:before{content: '';display: block;position: absolute;top: 0;height: 100%;width: 1px;background: #e8e8e8;}
#drdw .inner > li:first-child{border-left-width: 1px;}
#drdw .inner > li > a{display: block;margin-bottom: 15px;font-size: 18px;color: #0859a2;text-align: center;font-weight: bold;}
#drdw .inner > li ul li a{display: block;font-size: 15px;line-height: 25px;color: #555555;text-align: center;}
#drdw .inner > li ul li.active a{font-weight: bold;}
#drdw .inner > li.hidden-gnb{display: none;}

#tnb{position: absolute;top: calc(90px/2 - 35px/2);right: 0;}
#tnb > li{display: inline-block;margin-left: 10px;}
#tnb > li a{padding: 0 20px;height: 35px;line-height: 33px;border: 1px solid #ddd;border-radius: calc(35px/2);color: #888888;display: flex;justify-content: center;align-items: center;text-decoration: none !important;}
#tnb > li a.blue {background-color: #008b9b;border-color: #008b9b;color: #fff;}
#tnb > li img {margin-right: 4px;}

#footer{background: #1f1f1f;padding: 45px 0;}
#footer .inr{position: relative;max-width: 1200px;margin: 0 auto;}
#footer address{line-height: 24px;color: #aeaeae;font-style: normal;}
#footer address hr{width: 1px;height: 13px;background: #555555;margin: -2px 11px 0 15px;border: none;display: inline-block;vertical-align: middle;}
#footer address .copyright{display: block;margin-top: 10px;color: #aeaeae;}

#fnb {margin-bottom: 22px;}
#fnb > li{display: inline-block;margin-right: 30px;}
#fnb > li a{font-size: 15px;color: #ffffff;}

/* #sns-ico{margin-top: 20px;}
#sns-ico li{display: inline-block;margin-right: 5px;}

#gotop{position: absolute;top: 10px;right: 0;display: block;background: url('../images/layout/ft-top-btn.jpg') no-repeat center center;width: 50px;height: 50px;text-indent: -999em;}

#ft-fam{position: absolute;top: 35px;right: 0;width: 230px;height: 40px;}
#ft-fam > a{display: block;line-height: 40px;padding: 0 15px;border: 1px solid #444444;font-size: 15px;color: #aaaaaa;text-decoration: none;background: url('../images/layout/ft-family-spr.png') no-repeat 92% center;}
#ft-fam ul{position: absolute;bottom: 40px;left: 0;display: none;width: 100%;padding: 5px 15px;background: #444444;box-sizing: border-box;}
#ft-fam ul li{border-top: 1px solid #575757;}
#ft-fam ul li:first-child{border-top: none;}
#ft-fam ul li a{display: block;line-height: 35px;color: #f7f7f7;text-align: center;}
#ft-fam:hover ul{display: block;} */

#slide-btn{text-indent: -999em;width: 30px;height: 20px;position: absolute;bottom: 35px;right: 0;}
#slide-btn button{position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: none;background: none;cursor: pointer;outline: none;}
#slide-btn button span,
#slide-btn button:before,
#slide-btn button:after{border-radius: 2px;overflow: hidden;position: absolute;left: 0;width: 100%;height: 2px;background: #282828;}
#slide-btn button span{display: block;top: 50%;margin-top: -1px;opacity: 1;transition: all 0.3s;}
#slide-btn button:before{content: '';display: block;top: 0;transition: all 0.3s;}
#slide-btn button:after{content: '';display: block;bottom: 0;transition: all 0.3s;}
#slide-btn button.on span{opacity: 0;}
#slide-btn button.on:before{top: 50%;margin-top: -1px;transform: rotate(45deg);}
#slide-btn button.on:after{bottom: 50%;margin-bottom: -1px;transform: rotate(-45deg);}

#slide-bg{display: none;}
#slide-menu{display: none;}

/**************************************************
	Ajax Popup
**************************************************/
/* #popup{position: fixed;top: 50%;left: 50%;width: 600px;height: 500px;margin-top: -250px;margin-left: -300px;padding-top: 46px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 45px;background: #f7f7f7;padding: 0 15px;border-bottom: 1px solid #ddd;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 15px;color: #000;font-weight: 500;line-height: 45px;}
#popup .pop-tit .close{display: block;position: absolute;top: 0;right: 0;width: 44px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #666;background: #eee;border-left: 1px solid #ddd;}
#popup .pop-wrap{height: 100%;overflow-y: auto;padding: 15px;box-sizing: border-box;}
#popup.on{opacity: 1;} */
#popup{position: fixed;top: 50%;left: 50%;width: 760px;height: 760px;margin-top: calc(760px/-2);margin-left: calc(760px/-2);padding-top: 96px;z-index: 301;background: #fff;border-radius: 5px;overflow: hidden;box-sizing: border-box;opacity: 0;transition: all 0.3s;box-shadow: 0 0 10px rgba(0,0,0,0.1);}
#popup .pop-tit{position: absolute;top: 0;left: 0;width: 100%;height: 95px;background: #fff;padding: 0 40px;box-sizing: border-box;}
#popup .pop-tit h3{font-size: 24px;color: #333333;font-weight: 700;line-height: 85px;padding-top: 10px;text-align: center;}
#popup .pop-tit .close{display: block;position: absolute;top: 10px;right: 40px;line-height: 85px;text-align: center;font-size: 22px;color: #888888;background: #fff;border: 0;}
#popup .pop-wrap{height: 100%;overflow-y: auto;padding: 0 40px 40px;box-sizing: border-box;}
#popup.on{opacity: 1;}
#popupBG{position: fixed;top: 0;left: 0;width: 100%;height: 100%;z-index: 300;background: rgba(0,0,0,0.5);opacity: 0;transition: all 0.3s;}
#popupBG.on{opacity: 1;}

#agree-wrap .all {background: #f5f5f5;border-radius: 5px;display: block;padding: 10px 20px;}
#agree-wrap .all .custlab {margin: 0;border: 0;padding: 0;padding-left: 35px;font-size: 18px;color: #333333;font-weight: 500;}
#agree-wrap .all .custlab span {font-size: 15px;color: #888888;font-weight: normal;margin-left: 20px;display: inline-block;vertical-align: middle;}
#agree-wrap .all .custlab:before {top: 4px;left: 0;}
#agree-wrap .custlab {display: block;padding: 22px 0;padding-left: 55px;border-bottom: 1px solid #ddd;font-size: 15px;line-height: 26px;margin: 3px;}
#agree-wrap .custlab:before{top: 22px;left: 20px;margin-top: 0;border: 0;background-image: url('../images/sub/label-ico.jpg');background-repeat: no-repeat;background-position: 50% 50%;background-size: contain;border-radius: 50%;}
#agree-wrap .custlab:after{display: none;}
#agree-wrap .custlab.on:before{background-image: url('../images/sub/label-ico-on.jpg');}
#agree-wrap .custlab.on:after{display: none;}
#agree-wrap .btn3 {min-width: 220px;text-align: center;height: 43px;line-height: 41px;}

/* sitemap */
#popup .sitemap{ text-align: center; }
#popup .sitemap > li{display: inline-block;width: 32%;vertical-align: top;margin-bottom: 10px;}
#popup .sitemap > li > a{display: block;text-align: center;font-size: 14px;letter-spacing: -1px;background: #f7f7f7;font-weight: 500;line-height: 40px;border-radius: 3px;}
#popup .sitemap > li ul li{border-top: 1px solid #f7f7f7;text-align: left;}
#popup .sitemap > li ul li:first-child{border-top: none;}
#popup .sitemap > li ul li a{display: block;font-size: 13px;color: #333;line-height: 18px;padding: 10px 0;text-align: center;}

/**************************************************
	Main
**************************************************/
#main #mainWrap{position: relative;max-width: 1200px;margin: 65px auto 100px;}

#main .visual{position: relative;}
#main .visual .roll .item{position: relative;overflow: hidden;}
#main .visual .roll .item img{position: relative;top: 0;left: 50%;margin-left: -960px;}
#main .visual .slick-dots{position: absolute;bottom: 50px;left: 0;width: 100%;z-index: 81;text-align: center;}
#main .visual .slick-dots li{display: inline-block;margin: 0 5px;}
#main .visual .slick-dots li button{display: block;width: 24px;height: 24px;background: url('../images/main/visual-bull.png') no-repeat center center / contain;text-indent: -999em;overflow: hidden;border: none;}
#main .visual .slick-dots li.slick-active button{background-image: url('../images/main/visual-bull-on.png');}

#main h3 {display: flex;justify-content: center;align-items: center;margin-bottom: 65px;font-size: 50px;color: #0087a0;font-family: 'korail_Condensed';font-weight: bold;}
#main h3 .kr {font-size: 50px;color: #0087a0;font-family: 'korail_Condensed';font-weight: normal;margin-left: 12px;}

.item-list {display: flex;justify-content: flex-start;align-items: flex-start;flex-wrap: wrap;margin: -10px;}
.item-list > li {width: calc(100%/5 - 10px*2);margin: 10px;position: relative;z-index: 0;}
.item-list > li .link {padding-bottom: calc(100% - 2px);border: 1px solid #ddd;position: absolute;top: 0;left: 0;right: 0;z-index: 10;}
.item-list > li .tmb {padding-bottom: 100%;background-repeat: no-repeat;background-position: 50% 50%;background-size: cover;}
.item-list > li .inf {padding: 15px 0 45px;text-align: center;}
.item-list > li .inf > * {display: block;text-align: center;}
.item-list > li .inf > *:not(:first-child, mark) {margin-top: 10px;}

.item-list > li .inf > strong {font-size: 17px;color: #333333;font-weight: normal;}

/*.item-list > li .inf > strong .red{color:red} !* 23.05.17 yjkim : 추가 *!*/
/*.item-list > li .inf > strong .blue{color:blue} !* 23.05.17 yjkim : 추가 *!*/

.item-list > li .inf > p {letter-spacing: -1px;}
.item-list > li .inf > mark {margin: 1px;display: inline-block;vertical-align: middle;padding: 0 5px;height: 22px;line-height: 22px;font-size: 12px;letter-spacing: -1px;border-radius: 3px;}
.item-list > li .inf > mark.red {background-color: red;color: #fff;}
.item-list > li .inf > mark.blue {background-color: blue;color: #fff;}
.item-list > li:hover .link {padding-bottom: calc(100% - 3px*2);border: 3px solid #b54680;}

/**************************************************
	Sub
**************************************************/
#sub #content{ position: relative;max-width: 1200px;margin: 0 auto;padding: 65px 0 100px; }

/* #sub .sub-vis{position: relative;height: 240px;overflow: hidden;text-align: center;background-position: center center;background-size: cover;}
#sub .sub-vis:before{position: relative;content: '';display: inline-block;vertical-align: middle;width: 0;height: 100%;}
#sub .sub-vis h2{display: inline-block;vertical-align: middle;text-align: center;font-size: 35px;color: #fff;letter-spacing: -1px;z-index: 2;}
#sub .sub-vis h2 em{display: block;margin-top: 10px;font-style: normal;font-size: 18px;font-weight: normal;}

#sub .sub-tit{position: relative;padding-bottom: 20px;margin-bottom: 40px;border-bottom: 1px solid #ddd;}
#sub .sub-tit h3{margin-top: 10px;font-size: 30px;color: #000;}

.lnbWrap{background: #666666;}
#lnb{width: 1200px;margin: 0 auto;}
#lnb > li{display: inline-block;vertical-align: top;border-right: 1px solid #999999;box-sizing: border-box;}
#lnb > li:first-child{border-left: 1px solid #999999;}
#lnb > li a{display: block;line-height: 50px;font-size: 15px;text-decoration: none;text-align: center;color: #fff;}
#lnb > li.active a{background: #fff;color: #000;}

#status{position: absolute;bottom: 20px;right: 0;}
#status > ul > li{display: inline-block;}
#status > ul > li .spr{display: inline-block;vertical-align: middle;margin: 0 10px;color: #999;font-size: 11px;line-height: 11px;}
#status > ul > li a{font-size: 13px;color: #999;text-decoration: none;}
#status > ul > li:last-child a{color: #000;}
#status > ul > li > ul{display: none;}

#navigator{border: 1px solid #ddd;border-width: 1px 0 1px 0;}
#navigator > ul{width: 1200px;position: relative;margin: 0 auto;border-left: 1px solid #ddd;box-sizing: border-box;background: #fff;}
#navigator > ul > li{position: relative;display: inline-block;border-right: 1px solid #ddd;vertical-align: top;z-index: 89;}
#navigator > ul > li > a{display: block;min-width: 200px;font-size: 15px;font-weight: 500;color: #333;text-decoration: none;padding: 0 60px 0 15px;line-height: 50px;background: url('../images/layout/ft-family-spr.png') no-repeat 95% center;}
#navigator > ul > li:first-child a{min-width: 0;width: 50px;text-align: center;padding: 0;background: #f7f7f7;color: #888;font-size: 20px;}
#navigator > ul > li > ul{position: absolute;top: 50px;left: -1px;width: 100%;border: 1px solid #ddd;visibility: hidden;opacity: 0;transition: all 0.2s;}
#navigator > ul > li > ul li a{display: block;padding: 12px 15px;font-size: 15px;border-top: 1px solid #ddd;text-decoration: none;transition: all 0.3s;}
#navigator > ul > li > ul li:first-child a{border-top: none;}
#navigator > ul > li > ul li:hover a{background: #f7f7f7;}
#navigator > ul > li.on > ul{background: #fff;visibility: visible;opacity: 1;}
#navigator > ul > li > ul li.hidden-gnb{display: none;} */

/* 약관 내용 출력 박스 */
.policybox{color: #666;font-size: 13px;line-height: 20px;}

.stxt1 {font-size: 14px;color: #333;font-weight: normal;letter-spacing: -1px;line-height: 1.6em;}
.stxt1.big {font-size: 16px;font-weight: 500;}

.colBlue {color: #0087a0 !important;}

.p30 {padding: 30px !important;}

/**************************************************
	Shop
**************************************************/
#sct_location {display: none;}

#sit_pvi {width: 580px;margin-right: 60px;}
#sit_ov {width: calc(100% - 580px - 60px);}
#sit_ov .titWrap {padding: 0;}
#sit_title {padding: 25px 0;border-bottom: 1px solid #151515;}
#sit_star_sns {display: none;bottom: auto;top: 36px;}

.priceWrap {padding: 25px 0;border-bottom: 1px solid #ddd;}
.priceWrap > li:not(:first-child) {margin-top: 15px;}
.priceWrap > li {max-width: 60%;display: flex;justify-content: space-between;align-items: center;font-size: 15px;color: #333333;}
.priceWrap > li p {font-size: 15px;color: #333333;}
.priceWrap > li strong {display: inline-block;vertical-align: bottom;font-size: 18px;color: #333333;font-weight: 700;line-height: 1.2em;}
.priceWrap > li .small {font-size: 12px;color: #888;}

.sit_info {display: none;}
.sit_option {padding: 20px 0;}
.sit_option .custlab {display: inline-block;vertical-align: middle;margin-right: 20px;}
.sit_option .custlab.on{color: #000;}
.sit_option .custlab.on:before{border-color: #b0b0b0;}
.sit_option .custlab.on:after{content: '';display: block;position: absolute;left: 5px;top: 50%;margin-top: -5px;width: 10px;height: 10px;background: #0087a0;border-radius: 50%;}
.get_item_options:not(:first-child) {margin-top: 5px;}
.get_item_options label {display: none;}

.count-wrap {position: relative;padding: 0 35px;border: 1px solid #ddd;overflow: hidden;width: 105px;}
.count-wrap > button {border: 0;background: #fff;color: #000;width: 33px;height: 33px;position: absolute;top: 0;font-size: 12px;}
.count-wrap > button.minus {left: 0;border-right: 1px solid #ddd;}
.count-wrap > button.plus {right: 0;border-left: 1px solid #ddd;}
.count-wrap .inp {border: 0;height: 33px;text-align: center;display: block;width: 100%;}

.sit_ov_tbl tr > * {padding: 5px 0;}

#sit_sel_option {margin-bottom: 25px;}

.sit_option select {height: 40px;margin: 0;}


.sit_option_new {padding: 20px 0;}
.sit_option_new select {height: 40px;margin: 0;}


#sit_price {display: none;}
#sit_tot_price {padding: 0;font-size: 18px;color: #333333;font-weight: 500;letter-spacing: -1px;}
#sit_tot_price span {font-size: 18px;color: #333333;font-weight: 500;letter-spacing: -1px;}
#sit_tot_price strong {font-size: 28px;color: #333333;font-weight: 700;letter-spacing: -1px;}

#sit_ov_btn {margin: 45px 0 0;}
#sit_btn_buy {width: 100%;display: block;margin: 0;float: none;height: 45px;border: 0;line-height: 45px;text-align: center;background: #0087a0;font-size: 16px;color: #fff;}
#sit_btn_cart {display: none;}
#sit_btn_wish {display: none;}

#sit_rel {display: none;}


html .sanchor li a {height: 55px;line-height: 53px;font-size: 16px;color: #444;}
html .sanchor li .sanchor_on {font-weight: 500;}






/* [230516 kyj] 수정 */
.df-between {display: flex;justify-content: space-between;align-items: center;}
.df-between .btn1, .df-between .btn2, .df-between .btn3 {height: 40px;line-height: 38px;margin-left: 5px;border-color: #cdcdcd;}

.stit1 {display: block;font-size: 24px;color: #000;font-weight: 500;letter-spacing: -1px;line-height: 1.2em;}

.colRed {color: red !important;}
