@CHARSET "UTF-8";

.header-sch {
	position: fixed;
    z-index: 410;
    top: 0;
    width: 100%;
}
.st-menu-open .header-sch {display:none;}
.st-menu-open .lnb-header {display:block;}
.gnb {
	padding: 10px 0 10px 12px;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	background: #2bb673;
	-webkit-align-items: center;
	align-items: center;
    box-sizing: border-box;
    position: relative;
}
.gnb > a {line-height: 0;}
.gnb-logo {width: 75px; margin-left: 23px;}
.sch-wrap {
	height: 30px;
	position: relative;
	overflow: hidden;
	margin-left: 13px;
	text-align: right;
	-webkit-box-flex: 1;   /* OLD - iOS 6-, Safari 3.1-6 */
	width: 100%;            /* For old syntax, otherwise collapses. */
	-webkit-flex: 1;       /* Safari 6.1+. iOS 7.1+, BB10 */
	flex: 1;               /* NEW, Spec - Firefox, Chrome, Opera */
}
.sch-wrap.focus {margin-left: 0;}
.sch-wrap .sch-input {
	width: 100%;
	max-width: 183px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background-position: right 10px center;
	padding: 0 30px 0 5px;
	box-sizing: border-box;
	transition: .5s;
}
.sch-wrap.focus .sch-input {max-width: 100%; padding-left: 38px;}
.gnb-btn {
	background-image: url('/resources/image/header/sch_btn.png');
	background-repeat: no-repeat;
	background-size: 12px 40px;
}
.sch-wrap .sch-btn {
	width: 20px;
	height: 14px;
	border-left: 1px solid #000;
	background-position: right 1px;
	position: absolute;
	top: 8px;
	right: 10px;
	transition: .5s right;
}
.sch-wrap .sch-btn.focus {
	right: 100%;
	margin-right: -28px;
	border-left: 0;
	border-right: 1px solid #2bb673;
	background-position: left -12px;
}
.lnb-btn {width: 30px; height: 50px; padding-left: 12px; position: fixed; left: 0px; top: 0px; z-index: 491; background: transparent;}
.lnb-btn .sr-bar {width: 13px; height: 2px; background: #fff; display: block; margin-top: 2px;}
.lnb-btn .sr-bar:first-child {margin-top: 0;}
.lnb-btn, .lnb-btn .sr-bar {
	-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), -webkit-transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}
.open .toggle-icon {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.lnb-btn.open .sr-bar:nth-child(1){transform: rotate(45deg);}
.lnb-btn.open .sr-bar:nth-child(2) {display:none;}
.lnb-btn.open .sr-bar:nth-child(3) {transform: rotate(-45deg);margin-top:-2px;}
#sch-input {width: 100%;}
.sch-reset {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	display: none;
	position: absolute;
	background-position-y: -28px;
	top: 9px;
	right: 6px;
	border: 0;
	padding: 0;
	font-size: 0;
	text-indent: -9999px;
}
.sch-reset::before, .sch-reset::after {
	content: '';
	width: 1px;
	height: 1px;
	display: inline-block;
	background: #fff;
}
.sch-reset::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sch-reset::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.gnb-cart {position: relative; margin-top: 5px; display:inline-block;}
.cart-icon {
	width: 17px;
	height: 15px;
	background-image: url('/resources/image/header/cart_icon.png');
	background-repeat: no-repeat;
	background-size: 17px 15px;
	display: inline-block;
}
.cart-num {
	width: 16px;
	height: 16px;
	position: absolute;
	top: -8px;
	right: -8px;
	display: inline-block;
	vertical-align: top;
	border-radius: 50%;
	background-image: url('/resources/image/cart_num.png');
	background-size: 58px 58px;
	background-repeat: no-repeat;
	background-color: #2bb673;
}
.cart-1 {background-position: 0px 0px;}
.cart-2 {background-position: -21px 0px;}
.cart-3 {background-position: -42px 0px;}
.cart-4 {background-position: 0px -21px;}
.cart-5 {background-position: -21px -21px;}
.cart-6 {background-position: -42px -21px;}
.cart-7 {background-position: 0px -42px;}
.cart-8 {background-position: -21px -42px;}
.cart-9 {background-position: -42px -42px;}
.cart-0 {background-image: url('/resources/image/cart_num_0.png'); background-position: 0px 0px; background-size: 16px 16px;}
.cart-over {width: 25px; height: 16px; left: 8px; background-image: url('/resources/image/cart_num_over9.png'); background-position: 0px 0px; background-size: 25px 16px;}

.sch-close {
	font-size: 12px;
	line-height: 18px;
	letter-spacing: -0.05em;
	font-weight: 900;
	text-align: center;
	vertical-align: top;
	display: none;
}

.gnb-right {
	display: inline-block;
	width: 45px;
	padding-left: 8px;
	box-sizing: border-box;
	text-align: left;
}


/***gnb search***/

.gnb-search{
	width: 100%;
	background: #ffffff;
	display: none;
	position: absolute;
	top: 50px;
	z-index: 100;
}
.gnb-search.active{
	display:inline;
}
.gnb-search .search-contents{
	width: 100%;
	display:block;
}

.gnb-search .search-footer{
	height: 28px;
	background: #000000;
	line-height:26px;
	padding-left:12px;
	text-align:left;
}
.gnb-search .search-footer a{
	color:#ffffff;
	font-size:12px;
	cursor:pointer;
	
}
.gnb-search .search-contents {
	vertical-align: middle;  
	text-align: center; 

 }
.gnb-search .search-contents .contents-submenu{
	margin-top:10px;
}
.gnb-search .search-contents ul.submenu{
	vertical-align: middle;  
	text-align: center; 
	margin-top:10px;
 }
.gnb-search .search-contents ul.submenu > li{
	color: #dddddd;
	font-weight: bold;
	font-size: 13px;
	display: inline-block;
	width: 50%;
	float: left;
	height:28px;
	line-height:25px;
	border-bottom:1px solid #dddddd;
	cursor:pointer;
}
.gnb-search .search-contents ul.submenu > li.active div,.gnb-search .search-contents ul.submenu > li:hover div{
	color: #17af6b;
	border-bottom:2px solid #17af6b;
	padding-bottom: 2px;
}
.gnb-search .search-contents .contents-list{
	clear: both;

}
.gnb-search .search-contents .contents-list .list-none{
	height: 180px;
	text-align:center;
	font-size:12px;
	margin-top:40px;
	display:none;
	clear:both;
}
.gnb-search .search-pannel,.gnb-search .relation-pannel{
	display:none;
}
.gnb-search .search-pannel.active,.gnb-search .relation-pannel.active{
	display:block;
}

.gnb-search .search-contents .contents-list .list-none.active{
	 display:block;
}
.gnb-search .search-contents .contents-list .list-none .message{
	padding-top: 60px;
}
.gnb-search .search-contents .contents-list .list-recently{
	font-size:12px;
	display: none;
	clear:both;
}
.gnb-search .search-contents .contents-list .list-recently > ul{
	height: 181px;
	padding:0 12px;
	overflow-y: scroll;
}
.gnb-search .search-contents .contents-list .list-recently > ul:after{
	content:'';
	display:block;
	clear:both;
}

.gnb-search .search-contents .contents-list .list-recently.active{
    display: block;
}
.gnb-search .search-contents .contents-list .list-recently ul > li{
	height: 35px;
	border-bottom: 1px solid #dddddd;
	line-height: 36px;
	width: 100%;
}   
.gnb-search .search-contents .contents-list .list-recently ul > li div {
	display: inline;
}
.gnb-search .search-contents .contents-list .list-recently ul > li .keyword{
	color:#333333;
	float: left;
	cursor:pointer;
}
.gnb-search .search-contents .contents-list .list-recently ul > li{
	float: left;
	color: #cccccc;
}
.gnb-search .search-contents .contents-list .list-recently ul > li:last-child{
	border-bottom:1px solid #ffffff;
}
.gnb-search .search-contents .contents-list .list-recently ul > li .etc{
	float:right;
	width: 50px;
	text-align: right;
	vertical-align: top;
	line-height: 35px;
}
.gnb-search .search-contents .contents-list .list-recently ul > li .date{
	margin-right:4px;
	font-size:9px;
}
.gnb-search .search-contents .contents-list .list-recently ul > li .del-btn{
	background-image: url('/resources/image/header/sch_btn.png');
	background-repeat: no-repeat;
	background-size: 12px 40px;
	background-position-y: -26px;	
	display: inline-block;
	width: 13px;
	height: 14px;
	margin-top: 10px;   
	float:right;
	cursor:pointer;
}
.gnb-search .search-contents .contents-list .list-popular{
	font-size:12px;
	display: none;
	clear:both;
	border-bottom:1px solid #dddddd;
}
.gnb-search .search-contents .contents-list .list-popular.active{
	display: block;
}
.gnb-search .search-contents .contents-list .list-popular .box{
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-direction: column;
    -webkit-flex-wrap: wrap;
    height: 181px;
    text-align: left;
    padding:0 12px;
}

.gnb-search .search-contents .contents-list .list-popular .item{
  height: 35px;
  border-bottom: 1px solid #dddddd;
  line-height: 34px;
  width: 50%;
  display: inline-block;
  margin-right: -2px;
}   
.gnb-search .search-contents .contents-list .list-popular .item:last-child,
.gnb-search .search-contents .contents-list .list-popular .item:nth-child(5){
	border-bottom:0;
}
.gnb-search .search-contents .contents-list .list-popular .item .rank{
    font-size: 10px;
    font-weight: bold;
    color: #17af6b;
}   
.gnb-search .search-contents .contents-list .list-popular .item .keyword{
    margin-left: 10px;
    font-size: 12px;
    color: #666666;
}   
.gnb-search .search-contents .list-relation{
	display:none;
	clear: both;
	height:180px;
	padding:0px 15px;
}
.gnb-search .search-contents .list-relation.active{
	display:block;

}
.gnb-search .search-contents .list-relation ul > li{
	height: 35px;
	border-bottom: 1px solid #dddddd;
	line-height: 36px;
	width: 100%;
	font-size:12px;
	text-align:left;
}   


.gnb-search .search-contents .list-relation ul > li a.keyword-link{
	cursor:pointer;
	display: block;
    overflow: hidden;
}   
.gnb-search .search-contents .list-relation ul > li strong{
	color:#cd2323;	
}   

/***gnb search end***/