#gnb_mo{display:none !important;}
/*header*/
#header{
	position:fixed;
	top:0;
	left:0;
	z-index:200;
	width:100%;
	background:#fff;
	min-height:9.5rem;
}
#header .container{
	max-width:1680px;
}
#header.header_mp{
	min-width:1400px;
}
@media(max-width:991.98px){
	#gnb_pc{display:none !important;}
	#gnb_mo{display:block !important;}
	#header {
		min-height: 60px;
	}
}


/*pc메뉴*/
#header #gnb_pc{
	position:relative;
}
#header #gnb_pc::after{
	content:"";
	position:absolute;
	left:0;
	top:9.5rem;
	border-top:1px solid #eee;
	width:100%;
}
#header:hover #gnb_pc{
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}

#header #gnb_pc h1{
	position:absolute;
	top:0;
	left:15px;
	z-index:30;
	transition:all 0.3s ease-in-out;
	height:9.5rem;
	display:flex;
	align-items: center;
	z-index:25;
}
#header #gnb_pc h1 > a{
	display:block;
}

#header .search_box{
	display:inline-block;
	position: absolute;
	top:2.6rem;
	right:0;
	z-index:15;
}
#header .search_box{
	padding:0;
	border:0;
}
#header .search_box input[type='text']{
	background: #f2f2f2;
	width:25rem;
	padding:1.45rem 2rem;
	border-radius: 8px;
	outline:none;
}
#header .search_box button{
	background: transparent;
	outline:none;
	position:absolute;
	right:1rem;
	top:50%;
	border:0;
	margin-top: -12px;
}
#header #gnb_pc.menu_open{
	background:url(../_img/comm/gnb_pc_bg.png) no-repeat right bottom;
}
#header #gnb_pc .gnb_side{
	position:absolute;
	right:15px;
	top:0;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	min-height:9.5rem;
	z-index:25;
}
#header #gnb_pc .gnb_side .member_num{
	text-align:right;
	margin-bottom:1px;
}
#header #gnb_pc .gnb_side .member_num span{
	display:inline-block;
	background:#000;
	font-size:13px;
	padding:1px 10px 2px 10px;
	border-radius:5px;
	margin-left:10px;
	color:#fff;
}

#header #gnb_pc .gnb_side ul{
	display:flex;
	list-style:none;
	padding:0;
	align-items: center;
	margin-left:-12px;
	margin-right:-12px;
}
#header #gnb_pc .gnb_side ul > li {
	position:relative;
}
#header #gnb_pc .gnb_side ul > li::after{
	content:"";
	position:absolute;
	right:0;
	top:50%;
	transform: translateY(-50%);
	border-left:1px solid #ddd;
	height:1.6rem;
}
#header #gnb_pc .gnb_side ul > li:last-child::after,
#header #gnb_pc .gnb_side ul > li.none_mem::after{
	display:none;
}
#header #gnb_pc .gnb_side ul > li > a{
	display:flex;
	align-items: center;
	color:#000;
	padding:.5rem 12px;
}
#header #gnb_pc .gnb_side ul > li > a img{
	height:21px;
	margin-right:.5rem;
}

#header #gnb_pc .gnb_side ul > li.none_mem > a{
	display:flex;
	align-items: center;
	color:#000;
	padding:.7rem 20px;
	background:#1d3b5c;
	color:#fff;
	border-radius:5rem;
}
#header #gnb_pc .gnb_side ul > li.none_mem > a img{
	filter: brightness(0) invert(1);
}




@media(max-width:1279.98px){
	#header .search_box input[type='text']{
		background: #f2f2f2;
		width:22rem;
	}
	#header #gnb_pc .gnb_side ul > li > a{
		font-size:1.3rem;
	}
	#header #gnb_pc .gnb_side ul > li.none_mem > a {
		padding: 0.7rem 10px;
	}
	#header #gnb_pc h1 img{
		width:13.5rem;
	}
}
@media(max-width:991.98px){
	#header .search_box button{
		margin-top: -14px;
	}
	#header .search_box button img{
		max-width:16px;
	}
}

/*search*/
#top_search{
	position:fixed;
	z-index:90;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.6);
	display:none;
}
#top_search div{
	position:absolute;
	width:90%;
	max-width:600px;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%)
}
#top_search div input{
	border:0;
	border-radius:0;
	height:60px;
	font-size:2.2rem;
	padding:0px 2rem;
}
#top_search div button{
	position:absolute;
	right:1rem;
	top:50%;
	transform:translatey(-50%);
	font-size:3rem;
	background:none;
	border:0;
}
#top_search .search_close{
	position:absolute;
	top:35%;
	left:50%;
	transform:translatex(-50%);
	color:#fff;
	font-size:4rem;
}

/*gnb*/
#gnb_pc .gnb{
	padding-left:25rem;
	z-index:15;
	position:relative;
	left:0;
	top:0;
	width:100%;
}
#gnb_pc .gnb > .gnb_container{
	display:inline-block;
	vertical-align:top;
	/* margin-left: -8%; */
}
#gnb_pc .gnb > .gnb_container > ul::after{
	content:'';
	display:block;
	clear:both;
}
#gnb_pc .gnb > .gnb_container > ul > li{
	float:left;
	position: relative;
}
#gnb_pc .gnb > .gnb_container > ul > li > a{
	padding:3.4rem 3.5rem;
	display:block;
	font-size:1.8rem;
	font-weight: 500;
	text-transform: uppercase;
	color:#000;
	position:relative;
}
#gnb_pc .gnb > .gnb_container > ul > li:hover > a::after{
	content:"";
	position:absolute;
	left:0;
	bottom:-2px;
	width:100%;
	height:3px;
	background:#b38b2d;
}
#gnb_pc .gnb > .gnb_container > ul > li:hover > a,
#gnb_pc .gnb > .gnb_container > ul > li.opened > a{
	color:#b38b2d
}

#gnb_pc .gnb > .gnb_container > ul > li > ul{
	position:relative;
	padding-top: 2.5rem;
	min-width:100px;
	padding-bottom: 2rem;
	text-align:center;
	display:none;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > a{
	display:block;
	padding:1rem 1rem;
	font-size:1.6rem;
	color:#222;
	font-weight:400;
	text-transform: uppercase;
}
#gnb_pc .gnb > .gnb_container > ul > li > ul > li > a:hover{
	color:#a37813;
}
@media(max-width:1439.98px){
	#gnb_pc .gnb{
		padding-left:20rem;
	}
	#gnb_pc .gnb > .gnb_container > ul > li > a{
		padding:3.4rem 2.5rem;
		font-size:1.7rem;
	}
}
@media(max-width:1279.98px){
	#gnb_pc .gnb{
		padding-left:15rem;
	}
	#gnb_pc .gnb > .gnb_container > ul > li > a{
		padding:3.4rem 1rem;
		font-size:1.6rem;
	}
}

.nav-close-on{
	overflow-y:hidden;
}
.nav-close-on #header #gnb_mo .gnb_wrap{
	display:block;
}
#header #gnb_mo > .container{
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-height:60px;
	padding-top: 1.2rem;
	padding-bottom: 1.2rem;
}
#header #gnb_mo > .container h1 img{
	max-width:100px;
}
#header #gnb_mo > .container .menu i{
	font-size:2.8rem;
}

#header #gnb_mo .gnb_wrap{
	position: fixed;
	top:0;
	right:0;
	background: #fff;
	width:90%;
	height:100vh;
	z-index:100;
	display:none;
}
#header #gnb_mo .gnb_wrap::before{
	content:'';
	width:10%;
	height:100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top:0;
	left:0;
}
@media(max-width:350px){
	#header #gnb_mo .gnb_wrap{
		width:100%;
	}
	#header #gnb_mo .gnb_wrap::before{
		display:none;
	}
}
#header #gnb_mo .gnb_wrap .sec1{
	background: #f0ede9;
	padding:4rem 1.5rem 2rem;
	min-height:174px;
}
#header #gnb_mo .gnb_wrap .sec1 .member_num{
	font-size:1.3rem;
	margin-top:.5rem;
	color:#fff;
	display:inline-block;
	padding:4px 10px;
	background:#000;
	font-weight:400;
	border-radius:30px;
}

#header #gnb_mo .gnb_wrap .sec1 .nav-close{
	position: absolute;
	top:0;
	right:0;
}
#header #gnb_mo .gnb_wrap .sec1 .nav-close i{
	font-size:2.4rem;
	padding:1.5rem;
	color:#111;
}
#header #gnb_mo .gnb_wrap .sec1 .d-flex{
	justify-content:space-between;
	align-items:flex-end;
	height:auto !important;
}
#header #gnb_mo .gnb_wrap .sec1 .d-flex > div{
	flex-basis:0;
	flex-grow:1;
}
#header #gnb_mo .gnb_wrap .sec1 .d-flex > div .cta-green{
	margin-left: 0.3rem;
}
#header #gnb_mo .gnb_wrap .sec1 .d-flex > div:last-child{
	text-align: right;
}
#header #gnb_mo .gnb_wrap .sec1 .search_box{
    display: block;
    position: relative;
    top: 0;
	margin-top: 2rem;
	border-radius:5px;
}
#header #gnb_mo .gnb_wrap .sec1 .search_box input[type='text']{
	background: #fff;
	padding:1rem;
}
#header #gnb_mo .gnb_wrap .sec2{
	padding:2rem 1.5rem;
	height:calc(100% - 174px);
	overflow-y:scroll;
}
#header #gnb_mo .gnb_wrap .sec2 .nav dl{
	margin-bottom: 2rem;
	border-bottom: 1px solid #ebebeb;
	padding:0 1.5rem 2rem;
	width:100%;
}
#header #gnb_mo .gnb_wrap .sec2 .nav dl:last-child{
	border-bottom: none;
	margin-bottom: 1rem;
}
#header #gnb_mo .gnb_wrap .sec2 .nav dl dt{
	color:#999;
	font-size:1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
#header #gnb_mo .gnb_wrap .sec2 .nav dl dd{
	display:inline-block;
	width:48%;
}
#header #gnb_mo .gnb_wrap .sec2 .nav dl dd > a{
	color:#302f2f;
	font-size:1.5rem;
	font-weight: 700;
	display:inline-block;
	padding:0.4rem 0;
}
#header #gnb_mo .gnb_wrap .sec2 .counsel .cta-green{
	padding-left: 1.5rem;
	padding-right:1.5rem;
}
#header #gnb_mo .gnb_wrap .sec2 .counsel .dream{
	display:inline-block;
	vertical-align: middle;
	color:#293f3a;
	font-size:2rem;
	margin-left: 1rem;
}

#header #gnb_mo [class*="cta-"]{
	font-size:1.3rem;
	color:#111;
	background: #fff;
	border-radius:30px;
	padding:0.5rem 1rem;
	display:inline-block;
	vertical-align: middle;
	min-width:65px;
	text-align: center;
}
#header #gnb_mo .cta-green{
	color:#fff;
	background: #293f3a;
}


#header #gnb_pc .top_menu a#favorite{
	padding-left: 1.8rem;
	position: relative;
	display:inline-block;
	vertical-align: middle;
}
#header #gnb_pc .top_menu a#favorite::before{
	content:'';
	width:15px;
	height:13px;
	background: url('../_img/icon/icon-star.jpg') no-repeat center center/ contain;
	position: absolute;
	top:50%;
	margin-top: -7px;
	left:0;
	z-index:-1;
}



#header #gnb_mo > .container > .d-flex{
	align-items:center;
}
#header #gnb_mo > .container > .d-flex .menu{
	margin-left: 1rem;
}
#header #gnb_mo > .container > .d-flex .login_menu [class*="cta-"]{
	font-size:1.2rem;
	color:#111;
	background: #fff;
	border-radius:5px;
	padding:0.8rem 1rem;
	display:inline-block;
	vertical-align: middle;
	min-width:65px;
	font-weight: 600;
	text-align: center;
}
#header #gnb_mo > .container > .d-flex .login_menu [class*="cta-"] i{
	display:block;
	font-size:1.3rem;
}
#header #gnb_mo > .container > .d-flex .login_menu .cta-green{
	color:#666;
	background: #eee;
}
#header #gnb_mo > .container > .d-flex .login_menu .cta-white{
	color:#666;
	background: #fff;
	border:1px solid #ccc;
}

/*memento_option 20230627*/
#header #gnb_mo .memento_option{
	margin-top:1.5rem;
}
#header #gnb_mo .memento_option .check_toggle{
	position:relative;
	overflow:hidden;
}
#header #gnb_mo .memento_option .check_toggle input{
	position:absolute;
	width:0;
	top:0;
	left:-100px;
}
#header #gnb_mo .memento_option .check_toggle label{
	display:flex;
	font-size:1.6rem;
	font-weight:500;
	align-items: center;
}
#header #gnb_mo .memento_option .check_toggle label p.toggle{
	background:#bbb;
	width:52px;
	height:24px;
	border-radius:30px;
	position:relative;
	transition:all .4s ease;
	margin-right:1rem;
}
#header #gnb_mo .memento_option .check_toggle label p.toggle::before{
	content:"OFF";
	position:absolute;
	right:5px;
	top:50%;
	transform:translateY(-50%);
	font-size:12px;
	letter-spacing:-0.02em;
	color:#555;
	transition:all .4s;
}
#header #gnb_mo .memento_option .check_toggle label p.toggle::after{
	content:"";
	position:absolute;
	right:30px;
	top:3px;
	width:18px;
	height:18px;
	background:#eee;
	border-radius:100%;
	transition:all .4s;
}
#header #gnb_mo .memento_option .check_toggle input:checked + label p.toggle{
	background:#383b3b;
}
#header #gnb_mo .memento_option .check_toggle input:checked + label p.toggle::after{
	right:4px;
	background:#fff;
}
#header #gnb_mo .memento_option .check_toggle input:checked + label p.toggle::before{
	content:"ON";
	right:27px;
	color:#fff;
}