/* BASIC css start */
.clearfix:after {content: "";display: block;clear: both;height: 0;overflow: hidden;visibility: hidden;}.displaynone {display: none !important;}
#mask { display:none; position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:200 }
#wrap {min-width: 1200px; margin:0 auto;}



/* header */
.trans{-webkit-transition: all 0.3s ease;-khtml-transition: all 0.3s ease;-moz-transition: all 0.3s ease;-ms-transition: all 0.3s ease;-o-transition: all 0.3s ease;transition: all 0.3s ease;}
.topEvent {position: absolute;top: 0;left: 0;right: 0;z-index: 100;}
.todayopen {cursor: pointer;position: absolute;top: 15px;z-index: 2;right: 50%;margin-right: -600px;}
.todayopen .closetxt {display: inline-block;}
.todayopen .closetxt span {
    color: #fff;
    font-weight: 300;
    font-size: 10px;
    background-color: rgba(0,0,0, 0.5);
    width: 92px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    padding: 3px 0;
    margin-right: 4px;
    opacity: 0;
}

.todayopen .closex {
    display: inline-block;
    margin-left: 10px;
}

.todayopen .closetxt:hover span {
    opacity: 1;
}
.topEvent .inner {
    max-width: 1920px;
    width: 100%;
    min-width: 1200px;
    height: 80px;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.topEvent .inner .swiper-slide {}

.topEvent .inner .swiper-slide a {
    display: block;
gnb-depth    width: 100%;
    background-position: center !important;
    background-size: cover !important;
}
.topEvent .inner .swiper-pagination{
    right: 0;
    left: 0;
    bottom: 8px;
    height: 5px;
    top: auto;
    transform: none;
}

.topEvent .inner .swiper-pagination span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #000;
    opacity: 0.3;
    margin: 0 3px;
    vertical-align: top;
}

.topEvent .inner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
#header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width:100%;
    z-index:100;
    max-width: 1920px;
    } 
#header.fixed {top:0 !important;}

.utill_area {
    border-bottom: 1px solid #efefef;
    height: 44px;
    line-height: 44px;
    margin: 0 auto;
}
.utill_inner {
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}
.usermenu {
    display: inline-block;
    vertical-align: top;
    width: 60%;
}
.usermenu li {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    position: relative;
}
.usermenu li a {
    color: #777777;
    font-size: 13px;
    font-weight: 300;
}
.usermenu li:hover a {
    color: #000;
}
.usermenu li .joinPoint {
    font-size: 12px;
    color: #fff;
    background: #104c82;
    position: absolute;
    bottom: -20px;
    left: -12px;
    width: 74px;
    text-align: center;
    height: 26px;
    line-height: 26px;
    border-radius: 26px;
}
.usermenu li .joinPoint:after {
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    border: 4px solid transparent;
    border-top-width: 0;
    border-bottom-color: #104c82;
    top: -4px;
    left: 50%;
    transform: translateX(-50%);
}
.utillNotice {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: right;
    height: 44px;
    line-height: 44px;
    overflow: hidden;
}
.utillNotice a {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    height: 44px;
    line-height: 44px;
}
.utillNotice a:hover {
    opacity: 0.86;
}
.utillNotice a img {
  margin-right:9px;
}
.midHeader {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    font-size: 0;
}

.Logo {margin: 61px auto;text-align: center;/* display: table; */position: relative;display: inline-block;vertical-align: middle;width: 572px;margin-right: 61px;}

.H-banner {
    position: relative;
    /* left: 13px; */
    /* top: 0; */
    width: 300px;
    height: 120px;
    overflow: hidden;
    margin-top: 25px;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
}

.H-banner .inner .swiper-pagination {
    bottom: -6px;
    left: 0;
    text-align: left;
}

.H-banner .inner .swiper-pagination span {
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #000;
    opacity: 0.3;
    margin: 0 3px;
    vertical-align: top;
}

.H-banner .inner .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.H-search {
    position: relative;
    /* top: 0; */
    /* right: 0; */
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 255px;
}

.searchArea {}

.searchArea .search {
    background: #f5f5f5;
    width: 249px;
    height: 42px;
    border-radius: 42px;
}

.searchArea .search input { 
    color: #000;
    font-size: 15px;
    font-weight: 300;
    background: transparent;
    border: 0;
    outline: 0;
    height: 42px;
    line-height: 40px;
    padding-left: 20px;
    width: 188px;
}

.searchArea .search input:-ms-input-placeholder {
color: #ababab !important;
}
.searchArea .search input::-webkit-input-placeholder {
color: #ababab;
}
.searchArea .search input::-moz-placeholder {
color: #ababab;
}

.searchArea .search a {
    margin-top: -3px;
    display: inline-block;
}
.hotRank {
    padding: 11px 0 0 15px;
    position: relative;
}

.hotRank .inner {
    height: 20px;
    overflow: hidden;
}
.hotRank a {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    display: block;
}

.hotRank a b {
    font-family: 'Montserrat', sans-serif;
}

.hotRank a:hover {
    opacity: 0.85;
}
.H-cate {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin: 0 auto;
    top: 10px;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.H-cate > ul {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    font-size: 0;
    line-height: 60px;
}

.H-cate > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.H-cate > ul > li > a {
    color: #105edf;
    font-size: 18px;
    font-family: 'Montserrat', 'Noto Sans KR', sans-serif;
    font-weight: 600;
    height: 60px;
    display: block;
    line-height: 60px;
}

.H-cate > ul > li + li {
    margin-left: 138px;
}

.H-cate > ul > li > .depth2 {
    position: absolute;
    background: #fff;
    top: 60px;
    left: -35px;
    border: 1px solid #efefef;
    font-size: 0;
    width: 155px;
    padding: 20px 10px 20px 35px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.H-cate > ul > li > .depth2 .list {
    display: inline-block;
    vertical-align: top;
}

.H-cate > ul > li > .depth2 .list h3 {
    padding-bottom: 27px;
}


.H-cate > ul > li > .depth2 .list h3 a{
    color: #000;
    font-size: 16px; 
}

.H-cate > ul > li > .depth2 .list ul {}

.H-cate > ul > li > .depth2 .list ul li {
    padding-bottom: 15px;
}

.H-cate > ul > li > .depth2 .list ul li a {
    color: #777777;
    font-size: 16px;
    font-weight: 300;
    display: block;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.H-cate > ul > li > .depth2 .list ul li a:hover {
    color: #000;
}

.H-cate > ul > li > .depth2 .list + .list {
    border-left: 1px solid #efefef;
}

.H-cate > ul > li > .depth2 .banner {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #efefef;
    padding: 10px;
    width: 315px;
}

.H-cate > ul > li > .depth2 .list ul li:last-child {
    padding-bottom: 0;
}
.H-cate > ul > li > .depth2.custom {
    width: 677px;
    padding: 0;
}

.H-cate > ul > li > .depth2.custom .list {
    min-height: 214px;
    padding: 0 30px;
    margin: 28px 0;
    width: 110px;
}
.H-cate > ul > li > .depth2 .banner img {
    width: 100%;
}
 

.H-cate > ul > li:hover {}

.H-cate > ul > li:hover .depth2 {
    opacity: 1;
    visibility: visible;
}

.H-cate > ul > li:after{
    content: "";
    background: #104c82;
    width: 0;
    height: 3px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 52%;
    right: 0;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.H-cate > ul > li:hover:after,
.H-cate > ul > li.active:after {content: "";background: #104c82;width: 104%;height: 3px;display: block;position: absolute;bottom: 0;left: -2%;right: 0;}





/* 상단 리뉴얼 */


/* ------------- 상단 검색 ------------- */
#header .header_search{border-bottom:1px solid #ececec;}
#header .header_search_cont{min-height:90px;}
#header .header_search_cont:after{display:block; clear:both; content:"";}
/* 검색창 */
#header .top_search{position: absolute;top: 50%;left: 0;float: right;z-index: 110;margin-top: -20px;}
#header .top_search legend{display:none;}
#header .top_search .top_search_cont{}
#header .top_search .top_text_cont{}
#header .top_search .top_text_cont input{border:none 0; vertical-align:top;}
#header .top_search .top_text_cont input::-webkit-input-placeholder {}
#header .top_search .top_text_cont input::-moz-placeholder {}
#header .top_search .top_text_cont input:-ms-input-placeholder {line-height:10px;}
#header .top_search .top_text_cont .top_srarch_text{width:100%; height:40px; padding:8px 45px 8px 30px; box-sizing:border-box;}
#header .top_search .top_text_cont .btn_top_srarch{position: absolute;top: 50%;right: 0px;height: 19px;margin-top: -9.5px;}
#header .top_search .search_cont{display:block; margin:0; font-size:0; border-top:1px solid #cccccc; background:#ffffff;}

/*
header
*/
.table{
	display:Table;
	table-layout:fixed;
	width:100%;
	position:relative;
}
.table > div{
	display:table-cell;
}

.top_banner{
	position:Relative;
}
.banner-cbtn{
	position:Absolute;
	left:50%;
	margin-left:750px;
	top:50%;
	margin-top:-11px;
	cursor:pointer;
}
.header_top{
	/*max-width:1320px;*/
    max-width:1320px;
	margin:0 auto;
	padding:0 30px;
}
.header-tcont > div{
	vertical-align:middle;
}
.header-tcont{
	height:80px;
}
.header-tcont ul{
	font-size:0;
}
.header-tcont li {
	display:inline-block;
}
.header-tcont li.join {
    position: relative;
}

.header-tcont li.join .joinPoint {
    background: #000;
    position: absolute;
    top: -20px;
    left: -7px;
    display: inline-block;
    width: 40px;
    height: 15px;
    font-size: 10px;
    color: #ffffff;
    border-radius: 8px;
    text-align: center;
    line-height: 15px;
}
.header-tcont li a{
	font-size: 17px;
	color: #000000;
	font-family: "Lato";
	font-weight: bold;
}
.gnb-ul a{
	/* font-weight:700; */
    font-weight:500;
	text-transform:uppercase;
	letter-spacing:3px;
}
.gnb-ul li{
	margin: 0 22px;
}

.gnb-ul li:hover a{
	color : #788b71;
}

.gnb-sul li + li{
	margin-left:20px;
}
.gnb-sul a{
	letter-spacing:0;
}
.gnb-cen{
	width:780px;
	text-align:center;
}
.cart-btn{
	position:relative;
}
.cart-btn strong{
	position:
	Absolute;
	right: -8px;
	bottom: 0;
	border-radius: 6px;
	background:#333;
	width:20px;
	height: 13px;
	text-align:
	center;
	line-height: 13px;
	color:#fff;
	font-weight:400;
	font-size: 9px;
}
#header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:199;
}
.header-bg{
	position:absolute;
	top:0;
	left:0;
	height:100%;
	background:#fff;
	z-index:1;
	width:0;
	transition:all 0.6s ease-in-out;
	-webkit-transition:all 0.6s ease-in-out;
	-o-transition:all 0.6s ease-in-out;
	-ms-transition:all 0.6s ease-in-out;
}
.header_top, .top_banner{
	z-index:10;
	position:relative;
}
#header.fixed .header-bg, .header-bg.on{
	width:100%;
}
#header.fixed .top_banner{
	display:none;
}
.gnb-ri{
	text-align:Right;
}
.sear-btn{
	cursor:pointer;
}
.heade-ser {

}
#header .top_search .top_text_cont .MS_search_word {
    background: transparent;
    border-bottom: 1px solid #000;
    width: 100%;
    height: 40px;
    padding: 8px 45px 8px 30px;
    box-sizing: border-box;
    text-align: center;
}
.top_search_cont{
	width:280px;
	position:relative;
}
.sear-x{
	position:Absolute;
	left:0;
	top:0;
	opacity:0;
}
.sear-imgwr{
	position:relative;
	cursor:pointer;
	z-index:10;
}
.sear-btn > img, .top_search{
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#header .top_search .top_text_cont, .sear-btn{
	position:relative;
}
#header .top_search{
	z-index:9;
}
.active .sear-x{
	opacity:1;
}
.active .sear-i{
	opacity:0;
}
.top_search{
	width:0;
	overflow:hidden;
}
.active .top_search{
	width:280px;
}
input.top_srarch_text{
	font-size:14px;
	text-align:center;
	color:#000;
}
.gnb-drop .gnb_all, .gnb-drop .btn_all_menu_close{
	display:none;
}
.gnb-dropwr{
	background:#fff;
    position: relative;
    z-index: 10;
	display:none;
    border-top: 1px solid #f7f7f7;
	padding:0 30px;
}
.gnb-drop{
	max-width:1260px;
	margin:0 auto;
	display:table;
	width:100%;
	table-layout:fixed;
	position:Relative;
}
.gnb-drop > div{
	display:table-cell;
	vertical-align:top;
}
.gnb-drop > div.gnb-img{
	width:300px;
}
.gnb-dcate *{
	box-sizing:border-box;
}
.gnb-dropul{
	position:Relative;
	width:100%;
	/*background:#f8f8f8;*/
    background:#fbfbff;
	width:180px;
	/*height:300px;*/
    height:315px;
}
.all_depth1, .gnb-dropul{
	padding:40px 30px;
}
.all_depth1{
	position:Absolute;
	left:180px;
	top:0;
    width: 560px;
	opacity:0;
	z-index:1;
}
.gnb-dtit{
	font-size:26px;
	letter-spacing:3px;
	color:#000;
	font-weight:700;
	padding:35px 0;
	width:215px;
}
.all_menu_cont > a{color: #000;font-size: 16px;}
.all_menu_cont > a:hover{color:#000;}
.gnb-depth a{
	display:block;
}
.gnb-depth{
	margin-bottom:50px;
}
.gnb-depth .all_depth1{
    opacity:0;
}
.gnb-depth.on .all_depth1{
	opacity:1;
	z-index:10;
	font-size:0;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.gnb_allmenu_box .all_depth1 > li{
	display:block;
	width:33%;
	float:left;
}
.gnb_allmenu_box .all_depth1 li,
.all_depth1 > li > a{
	margin-bottom:15px;
}
.all_depth1 li a{
	color:#adadad;
}
.all_depth1 li:hover > a{
	color:#000;
}

.gnb_allmenu_box .all_menu_cont{}
.gnb_allmenu_box .all_depth1,
.gnb_allmenu_box .all_depth2,
.gnb_allmenu_box .all_depth3{margin:0;}
.gnb_allmenu_box .all_depth1 a,
.gnb_allmenu_box .all_depth2 a,
.gnb_allmenu_box .all_depth3 a{}
.gnb_allmenu_box .all_depth1 li,
.gnb_allmenu_box .all_depth2 li,
.gnb_allmenu_box .all_depth3 li{display:block; margin:0; padding:0;}
.gnb_allmenu_box .all_depth1{}
.gnb_allmenu_box .all_depth1 li a{ color: #777777;font-size: 16px;font-weight: 300; text-align:left;}
.gnb_allmenu_box .all_depth1 li a:hover{color: #000;}
.gnb_allmenu_box .all_depth2{}
.gnb_allmenu_box .all_depth2 li a{}
.gnb_allmenu_box .all_depth3{}
.gnb_allmenu_box .all_depth3 li{padding-left:10px;}
.gnb_allmenu_box .all_depth3 li a{}


/* //상단 리뉴얼 */


.quick {
    position: fixed;
    right: 161px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.quick.on {right: 0;}

.quick ul {
    font-size: 0;
}

.quick ul li {
    /* width: 54px; */
    /* height: 54px; */
    text-align: center;
    /* background: #f6f5f3; */
    /* line-height: 54px; */
    /* border: 1px solid #d9d9d9; */
    /* margin-top: -2px; */
}
.quick ul li:hover {
    background: #f1f1f1;
}
.quick ul li a {
    display: block;
    /* width: 54px; */
    /* height: 54px; */
    /* line-height: 54px; */
    position: relative;
}

.quick ul li a #user_basket_quantity {
    background: #a3928a;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 11px;
    right: 7px;
    border-radius: 16px;
    color: #fff;
    line-height: 15px;
    font-size: 11px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
}
.quick ul li a:after {
    text-align: center;
    display: block;
    position: absolute;
    z-index: 200;
    top: 5px;
    left: -30px;
    padding: 0 3px 0 13px;
    font-size: 11px;
    color: #8d8480;
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #8d8480;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    -o-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    font-family: 'Noto Serif KR', 'lato', serif;
    font-weight: 100;
    letter-spacing: 0.5px;
    line-height: 2.6;
}
.quick ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    left: -16px;
}
.quick ul li a._back::after,
.quick ul li.-close a::after {
    content: "Quick Menu";
}
.quick ul li a._cart::after {
    content: "Cart";
}
.quick ul li a._search::after {
    content: "Search";
}
.quick ul li a._wish::after {
    content: "Wish List";
} 
.quick ul li a._top::after {
    content: "Page up";
} 
.quick ul li a._bottom::after {
    content: "Page down";
} 

.quick ul li.-close {
   display:none;
}
.leftbanner {
    position: fixed;
    left: 50%;
    margin-left: -920px;
    bottom: 5%;
    z-index: 99; 
    display:none;
}
.leftbanner .todayopen {
    position: relative;
    top: 0;
    margin-right: 0;
    right: 0;
    text-align: right;
    margin-bottom: 11px;
}

.leftbanner .todayopen .closetxt span {
    opacity: 1;
    background: #e5e5e5;
    color: #000;
}

.xans-layout-productrecent {
	background:transparent;
	padding:0 0 15px;
	position:relative;
}
.xans-layout-productrecent h2 a {
	display:block;
	margin-bottom:3px;
}
.xans-layout-productrecent ul {
	width:100%;
	text-align: center;
	margin-left: -9px;
}
.xans-layout-productrecent li a {
	color:#2e2e2e;
	font-size:11px;
}
.xans-layout-productrecent li img {
	max-width: 95px;
	margin-bottom: 10px;
	border:0;
}
.xans-layout-productrecent li span {
	display:block;
	padding:2px 0;
	line-height:16px;
}
.xans-layout-productrecent .player {
	overflow:hidden;
*zoom:1;
	width:100%;
	text-align:center;
	margin-bottom:13px;
}
.xans-layout-productrecent .player img {
	margin:0 3px;
}
.xans-layout-productrecent h3 {
	float:left;
}
.xans-layout-productrecent .player {
	float:right;
	width:auto;
	text-align:left;
	margin:0 20px 0 0;
}
.xans-layout-productrecent .player > div {
	float:left;
}
.xans-layout-productrecent .player img {
	margin:0;
}
.xans-layout-productrecent ul {
	clear:both;
}


/* 우측 고정 윙 */
.right_quick {text-align:center;position:fixed;right:0;bottom:0;top:0; z-index:999; background:#fff; width:161px; border-left:1px solid #d1d1d1; padding-top:20px;}
.right_quick .quick_util{ margin:25px auto 0; padding-bottom: 23px;}
.right_quick .quick_util li{ margin-bottom:9px;}
.right_quick .right-info {text-align:left; letter-spacing:-0.5px; font-family:'Noto Sans KR','Malgun Gothic',Verdana,Dotum,AppleGothic,sans-serif;}
.right_quick .right-info > div {padding:20px 0 20px 19px; border-top: 1px solid #d1d1d1;}
.right_quick .right-info h3 {margin-bottom:8px; font-size:13px; color:#2d2d2d; font-weight:400;}
.right_quick .right-info strong {color:#2d2d2d; font-size:20px; font-family:Arial,'Malgun Gothic', Verdana, Dotum, AppleGothic, sans-serif;}
.right_quick .right-info p {padding-top:8px; color:#707070; font-size:12px; line-height:17px; letter-spacing:0;}
.right_quick .right-info span {display:block; padding-bottom:8px; color:#707070; font-size:12px; line-height:17px; letter-spacing:0;}

.right_quick .right-btn-wrap {position:absolute; left:-40px; top:633px; z-index:10;}
.right_quick .right-btn-wrap > li {position:relative;}
.right_quick .right-btn-wrap .name {visibility: hidden; opacity: 0; filter: alpha(opacity=0); font-size: 12px; position:absolute; top:50%; margin-top:-13px; right:45px; height:25px; line-height: 25px; padding: 0 10px; border: 1px solid #ddd; background: #fff; z-index: 5; white-space: nowrap;}
.right_quick .right-btn-wrap > li:hover .name {visibility:visible; opacity:1; filter: alpha(opacity=1); }
.right_quick .right-btn-wrap > li p {cursor:pointer;}
.hotKeywordLayer {
    background: #fff;
    font-size: 12px;
    position: absolute;
    z-index: 999;
    top: 6px;
    right: -3px;
    height: 408px;
    border: 1px solid #222;
    padding: 0 25px;
    display: none;
    width: 200px;
}

.hotKeywordLayer h3 {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    padding: 25px 0 11px;
    border-bottom: 1px solid #e3e5e8;
}

.hotKeywordLayer ul {
    padding-top: 15px;
}

.hotKeywordLayer ul li a {
    color: #333333;
    font-size: 13px;
    font-weight: 300;
}

.hotKeywordLayer ul li {
    position: relative;
    margin-bottom: 15px;
}
.hotKeywordLayer ul li a strong {
    padding-right: 13px;
}

.hotKeywordLayer ul li img {
    position: absolute;
    right: 0;
    top: 3px;
}
.colosehot {
    position: absolute;
    top: 9px;
    right: 10px;
}
.search-auto-complete-list { display:none; z-index:1; position:absolute; top:40px; left:0; border:1px solid #ddd; border-top:1px solid #000; line-height:14px; background:#fff; }
.search-auto-complete-list ul { width:202px; padding:4px 0 6px; border-bottom:1px solid #ddd; }
.search-auto-complete-list ul li { text-align:left; }
.search-auto-complete-list ul li.on { background:#f3f3f3; }
.search-auto-complete-list ul li a { display:block; padding:8px 14px 7px; color:#000; background:none; font-family:'dotum'; font-size:12px; letter-spacing:-1px; }
.search-auto-complete-list ul li a strong { color:#ab3e41; }
.search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; }
.search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; }
 
#allfinder-layer { z-index: 9999; position: fixed; top: 50px; right: 110px; width: 1000px; zoom: 1; overflow: hidden; }
#allfinder-layer .finder-body { display:none; z-index:1; position: relative; width: 998px; *width:918px; padding:35px 40px 5px; max-height: 800px; overflow-x: hidden; overflow-y: auto; box-sizing: border-box; border:1px solid #666; background:#fff; }
#allfinder-layer .finder-body .finder-close { position: absolute; top: 15px; right: 10px; font-size:24px; color:#000; *width:19px; *height:24px; *background:url('/images/common/btn_h11_close.gif') no-repeat center center; *background-size:19px 24px; }
#allfinder-ctr { z-index: 10000; position: fixed; top: 50px; right: 0; width: 103px; height:86px; }
#allfinder-ctr a { display:block; width:100%; height:100%; background:url('/images/common/allfinder_ctrl_pc.png') no-repeat right top; border:none; outline:none; font-size:0; }


.all-finder-layer .finder-body .finder-tbl table { border:1px solid #ccc; border-top:1px solid #000; }
.all-finder-layer .finder-body .finder-tbl th, 
.all-finder-layer .finder-body .finder-tbl td { height: 40px; border-top: 1px solid #e5e5e5; font-size: 13px; font-family:'Malgun Gothic'; color: #000; }
.all-finder-layer .finder-body .finder-tbl tr:first-child th,
.all-finder-layer .finder-body .finder-tbl tr:first-child td { border-top:none; }
.all-finder-layer .finder-body .finder-tbl th { padding: 5px 0; background: #f4f4f4; text-align: left; vertical-align:top; }
.all-finder-layer .finder-body .finder-tbl th .txt-l { position:relative; height:34px; line-height:34px; padding: 0 20px; margin:3px 0; }
.all-finder-layer .finder-body .finder-tbl th .txt-l .fa { position:absolute; top:50%; right:15px; margin-top:-6px; }
.all-finder-layer .finder-body .finder-tbl td { padding: 5px 10px; }
.all-finder-layer .finder-body .txt-input { height: 21px; line-height: 21px; padding: 0 5px; font-size: 13px; font-family:'Malgun Gothic'; }
.all-finder-layer .finder-body .finder-category { height:40px; overflow:hidden; }
.all-finder-layer .finder-body .finder-category.open { height:100%; overflow:visible; }
.all-finder-layer .finder-body .finder-color { padding-left:10px; }
.all-finder-layer .finder-body .finder-price .finder-price-input { display: inline-block; padding-top:5px}
.all-finder-layer .finder-body .finder-price .finder-price-input label { display: inline-block; width: 110px; padding: 0 10px; border: 1px solid #ccc; border-radius:3px; color: #666; }
.all-finder-layer .finder-body .finder-price .finder-price-input label .txt-input { display: inline-block; width: 90px; height: 29px; line-height: 29px; padding: 0; border: none; background: none; color: #333; text-align: right; }
.all-finder-layer .finder-body .finder-search { position:relative; padding-left:5px; }
.all-finder-layer .finder-body .finder-search label { display: inline-block; width: 320px; padding: 0 10px; border: 1px solid #ccc; border-radius:3px; }
.all-finder-layer .finder-body .finder-search label .txt-input { display: block; width:100%; height: 29px; line-height: 29px; padding: 0; border: none; background: none; color: #333; text-align: left; }
.all-finder-layer .finder-body .finder-btn-c { padding: 30px 0; text-align: center; }
.all-finder-layer .finder-body .finder-btn-c a.reset { display: inline-block; width: 140px; height: 60px; line-height: 57px; border:none; border-radius:3px; background: #999; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: 1px; font-family:'Malgun Gothic'; margin-right:15px; }
.all-finder-layer .finder-body .finder-btn-c button { display: inline-block; height: 60px; line-height: 57px; padding:0 30px; *padding:0; border:none; border-radius:3px; background: #000; color: #fff; font-size: 18px; font-weight: bold; letter-spacing: -0.5px; font-family:'Malgun Gothic'; cursor:pointer; }
.all-finder-layer .finder-body .finder-btn-c button span.ico-search { visibility:visible; display:inline-block; width:16px; height:15px; margin-right:10px; margin-top:-4px; *margin-top:0; vertical-align:middle; background:url('/images/common/btn_h15_search.png') no-repeat 0 0; }
.all-finder-layer .finder-body .finder-btn-c button span.finder-count { visibility:visible; display:inline-block; height:60px; color:#ffd800; font-size:23px; *vertical-align:middle; }
.all-finder-layer .finder-body .finder-btn-c button span.finder-count-toggle { visibility:visible; display:none; }


.all-finder-layer .finder-body .finder-options { display:inline-block; margin:3px 5px 3px 0; padding: 5px 10px; cursor:pointer; line-height:22px; border: 1px solid #fff; vertical-align:top; word-break:break-all; }
.all-finder-layer .finder-body .finder-options.on { font-weight: bold; border: 1px solid #000; border-radius: 20px; box-shadow:2px 2px 3px #d2d2d2; }
.all-finder-layer .finder-body .finder-option-color em { display: inline-block; width: 22px; height: 22px; border-radius:20px; font-size:0; vertical-align:top; }
.all-finder-layer .finder-body .finder-option-color.color-picker { width:22px; height:22px; padding: 0; border: none; } 
.all-finder-layer .finder-body .finder-option-color.color-picker.on { border: none; }
.all-finder-layer .finder-body .finder-option-color.color-picker .fa-check { display:none; width:22px; height:22px; margin-top:-17px; color:#fff; text-align:center; }
.all-finder-layer .finder-body .finder-option-color.color-picker.on .fa-check { display:block; }
.all-finder-layer .finder-body .finder-option-color.color-picker.on.finder-option-color-white .fa-check { color:#000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-black em { background-color: #000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-white em { background-color: #FFF; width: 20px; height: 20px; border: 1px solid #e5e5e5; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gray em { background-color: #808080; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-beige em { background-color: #e5d0b2; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-brown em { background-color: #aa6810; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-navy em { background-color: #425583; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-blue em { background-color: #0000ff; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-blue em { background-color: #62acff; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-red em { background-color: #ff0000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-orange em { background-color: #ffa500; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-yellow em { background-color: #ffff00; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-pink em { background-color: #ffc0cb; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-purple em { background-color: #800080; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-jaju em { background-color: #a63f7f; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-khaki em { background-color: #2f5e2f; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-green em { background-color: #008000; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-light-green em { background-color: #72dd95; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-silver em { background-color: #dfdfdf; }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-gold em { background-color: #cfbc4e;  }
.all-finder-layer .finder-body .finder-option-color.finder-option-color-apricot em { background-color: #fbceb1;  }

.all-finder-layer .finder-body .search-auto-complete-list { display:none; z-index:1; position:absolute; top:30px; left:5px; border:1px solid #ddd; line-height:14px; background:#fff; }
.all-finder-layer .finder-body .search-auto-complete-list ul { width:340px; padding:4px 0 6px; border-bottom:1px solid #ddd; }
.all-finder-layer .finder-body .search-auto-complete-list ul li { text-align:left; }
.all-finder-layer .finder-body .search-auto-complete-list ul li.on { background:#f3f3f3; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a{ display:block; padding:8px 14px 7px; color:#000; background:none; font-family:'dotum'; font-size:12px; letter-spacing:-1px; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a strong { color:#ab3e41; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover { background:#f2f2f2; }
.all-finder-layer .finder-body .search-auto-complete-list ul li a:hover span { border-bottom:1px solid #000; }
.all-finder-layer .finder-body .search-auto-complete-list .search-list-close { display:block; padding:10px 11px; text-align:right; color:#999; font-size:11px; }

.all-finder-layer .finder-body .finder-search-data .finder-options { border: 1px solid #e5e5e5; box-shadow:none; }
.all-finder-layer .finder-body .finder-search-data .finder-options .fa-close { margin-left:10px; color: #999; }
  



.header-tcont li.join .joinPoint::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: calc( 5px * 1.732 ) solid #000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: relative;
    left: 15px;
    top: -3px;
}

.header-tcont .gnb-sul li a {
    font-size: 12px;
    font-weight: normal;
}

.header-tcont .gnb-ul li a {
    letter-spacing: 0;
}
/* BASIC css end */

