@charset "utf-8";
a.btn_more{display:inline-block; padding:18rem 70rem 18rem 35rem; background:#c5a56e url(../img/layout/icon_btn.svg) no-repeat right 35rem center; background-size:14rem; border-radius:30rem; color:#fff; font-size:15rem}
a.btn_more:hover{background-color:#654423;}

/* pop layer */
#popLayerBg { position:fixed; z-index:99; width:100%; height:100%; background:#000; opacity:0.8; filter:alpha(opacity=80); display:none }
.pop_layer { z-index:100; display:none; position:fixed; left:50%; top:50%; transform:translate(-50%, -50%); background:#fff; border-radius:0; box-shadow:0 0 5px rgba(0,0,0,0.6); }
.pop_layer > header { background:#576f8d; height:46px; border-radius:0; }
.pop_layer > header h2 { text-align:center; font-family:nanumsquare; font-size:18px; font-weight:500; color:#fff; line-height:42px; }
.pop_layer .btn_close { position:absolute; top:12px; right:12px; display:block; font-size:20rem; text-align:center; width:20rem; height:20rem; line-height:20px; text-indent:-9000px; background:url(../img/btn_close.png) no-repeat; background-size:100% }
.pop_layer > header + .con { padding:30rem; padding-bottom:40rem }
.pop_layer .btn_add i { font-size:19rem }
.pop_layer .btn_area { text-align:center; margin:30rem 0 0 0 }
.pop_layer .btn_area .btn { min-width:150rem }

.wrap {width:1400rem; margin:0 auto; position:relative }

#header {height: 100rem;position:fixed;top:0;lefT:0;width:100%;z-index:100;color:#fff;transition:all .3s;display: flex;align-items: flex-start;justify-content: space-between;}
#header h1 {z-index:51; position:absolute; left:0; top:20rem; font-size:0; text-align:center;}
#header h1 a {width: 220rem;height: 60rem;background-size:100%;background-image: url(../img/layout/logo.png);display: block;}
#header .gnb {position: relative;margin:0 auto;/* text-align:right; */float: right;margin-right:0rem; }
#header .gnb:before{content:'';position:absolute;left:0;top:0;display:block;}
#header .gnb > ul{display:inline-block; margin-top:37rem}

#header .gnb .depth1 {margin: 0 25rem;position:relative;min-width:100rem;display: inline-block; text-align:center;}
#header .gnb .depth1 > a {color:#000;display:inline-block;font-size: 20rem;font-weight:500;font-family:'Pretendard';}
#header .gnb .depth1 ul {padding-top:0;transition:all .3s;height:0;overflow:hidden;width: 100%;position: absolute;left: 0;top: 80rem;}
#header .gnb .depth1 ul li{text-align:center;}
#header .gnb .depth2 > a {display:inline-block;font-weight:500;font-size:16rem;line-height:1.4;padding:7rem 0;letter-spacing:-1px;font-family:'Pretendard';color: #fff;word-break: keep-all;}
#header .btn_user { float:right; margin:35rem 0 0 0; display:block; font-size:19px }

#header .user {display:none; cursor:pointer; position:absolute; right:0rem; top:35rem; }
#header .user ul {display: flex;      align-items: center;    justify-content: center; }
#header .user li { padding:5rem 15rem; font-weight:500; color:#fff; font-size:15rem; }

#header .gnb .depth1 > a:before {background:#6b712f;margin-top: 63rem;content:"";height:3px;left:0px; position: absolute;width:0%;transition:0.3s;}
#header .gnb .depth1:hover > a:before { width:100%; }

#header.down {height: 370rem; background: #fff;}
#header.down a {}
#header.down .gnb .depth1 > a { margin-bottom:8rem }
#header.down .gnb .depth1 ul { height:100%; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#000  }

#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on a {}
#header.down .gnb .depth2 > a{color:#555;}
.header-login{position:absolute; right:0; top:-6rem; display:flex; align-items:center;}
.header-login a{color:#fff; white-space:nowrap;}
.header-inner.wrap{}
.header-login li:nth-child(1) a{color:#248689;}
.header-login  a{display:block; padding:8rem 14rem; background:#fff; font-weight:500; font-size:15rem; text-align:center; min-width:82rem;}
.header-login li:nth-child(2) a{background:#15686c;}

/* footer */
#footer { padding:70rem 0; margin:0rem 0 0 0; background:#000; font-weight:300;  font-size:17rem; color:#fff;}
#footer b{display:block; margin-bottom:8rem; color:#fff;}
#footer h1 {float:left;  margin-right:60rem;}
#footer h1 a { text-indent:-9000px; font-size:0; width:190rem; height:60rem; background-image:url(../img/layout/foot_logo.png);  display:block; overflow:hidden; background-size:100% }
#footer nav { position:absolute; right:0; top:0 }
#footer nav li { float:left; margin:0 0 0 17px; }
.foot_into {display:inline-block; }
#footer .list_info li{line-height:2; float:left; margin-right:20rem; opacity:0.66;}
#footer .list_info li:nth-child(6n){clear:both;}
#footer dl{line-height:2;}
#footer dt, #footer dd { display:inline-block;  }
#footer dd { margin:0 15rem 0 0rem }
#footer .copyright {font-weight:300; margin:10rem 0 0 0; color:#a8a8a8; }
#footer #top_btn { border:0; background:rgba(0,0,0,0.5); font-size:30rem; color:#fff; right:30px; bottom:30px }
#footer #top_btn:hover { background:rgba(0,0,0,1) }
#footer #top_btn i { vertical-align:2rem }

.caution {margin-top:30rem;}
.caution p {color:#fff;  font-size:15rem; font-weight:600; }

@media (min-width:2000px){

}


@media (max-width:1480px){
	.wrap{width:100%; padding:0 30rem;}
	
	#header h1{left:30rem}
	#footer {padding:50rem 0 130rem; }
	
}


@media (max-width:1023px) {
	#header { height:80rem }
	#header::before{height:80rem}
	#header.down { height:0 }
	#header h1 {left:5rem;top: 0;}
	#header h1 a{width:155rem; height:43rem; margin:20rem 0;}
	.header-login{right:65rem; top:20rem}
	#header .btn_user { position:absolute; right:70rem; top:25rem; font-size:22rem; z-index:8; float:none; margin:0 }
	#header .btn_gnb { position:absolute; right:20rem; top:25rem; font-size:22rem; z-index:15; color:#000;}
	#header .btn_gnb.on { color:#000; transform:rotate(-90deg) }
	#header .btn_gnb.on .fa-bars:before{content: "\f00d";}
	#header .gnb { position:fixed; width:100%; background:#fff; height:100%; top:0; right:-100%; margin:0; float:none; z-index:9; transition:all .3s }
	#header .gnb.on {z-index:11; right:0;}
	#header .gnb > ul{display:block; margin-top:80rem; padding-top:40rem; border-top:1rem solid #ddd;}
	#header .gnb:before{display:none;}
	#header.down .gnb a { color: #000 }
	#header.down .gnb .depth1 > a { margin-bottom:0 }
	#header.down .gnb .depth1:hover > a { color:#000 }
	#header .gnb.on .depth1 ul {display:none;height: auto;position: static; padding:20rem; background:#fff; border-top:1rem solid #333;  transition: none;}
	#header .gnb.on .depth1 ul li a{display:block; padding:0 0 14rem 0; color:#000; text-align:left;}
	#header .gnb.on .depth1 ul li:last-child a{padding-bottom:0}

	#header .gnb .depth1 > a:before { display:none }
	#header .gnb .depth1 {float:none;margin-bottom:20rem;text-align: left;display: block;}
	#header .gnb .depth1 > a {display:block; height:auto; padding-bottom:12rem; line-height:1; color:#000; }

	#header .user  {margin-right:50rem; margin-top:0rem; top:25rem;}
	#header .user a {font-size:13rem; }
	#header .user.on a { color:rgba(0,0,0,0.7) }

	#header.on {  }
	#header.on .gnb a { color:#000; font-size:20rem; }
	#header.on .gnb .depth1 ul li a{font-size:17rem;}

	
	#footer nav {display:none; }
}


@media (max-width:860px){	
	#header .gnb .depth1 {margin-bottom:10rem}
	
	#footer .ft1 {flex-direction: column;}
	#footer .ft1 .ft_top {position: absolute;top: 15px;right: 0px;}
	#footer .ft1 .ft_top .top_btn {width: 50rem;}
	#header .user li { padding:5rem 5rem;  font-size:11rem; }
	.caution p {font-size:13rem; text-align:center; }
}



@media (max-width:540px) {

	#header .gnb{width:100%}
	#header .btn_gnb{top:21rem}
	
	.header-login{top:25rem; right:49rem}
	.header-login a{min-width:55rem;padding: 6rem 10rem;font-size:13rem;}
	
	a.btn_more{padding: 10rem 55rem 10rem 25rem; background: #c5a56e url(../img/layout/icon_btn.svg) no-repeat right 25rem center; background-size:12rem; font-size:12rem}

	#footer{font-size:14rem}
	
}



.rnb2 { position: fixed; top: 50%; transform:TranslateY(-50%);right: -190px; z-index: 100;}
.rnb2 a {display: block;width: 240px; color:#fff; font-size: 17px; position: relative; left: 0; transition:all 0.3s;background: #6b712f; text-decoration: none;}
.rnb2 a span { display: inline-block; width: 55px; height: 55px; background:transparent;vertical-align: middle; padding: 0; font-size: 0; margin: 0 12px 0 0; }
.rnb2 a span img { width: 35px; display: block;margin: 0 auto; padding-top:10px; }

.rnb2 a:first-child { display: none; }

.rnb2 a:hover { left: -130px;background:#343720;}
.rnb2.active{right:500px !important;}


@media screen and ( max-width: 1023px ) {
.rnb2 { width: 100%; display: flex; transform: none; top: auto; bottom: 0; right: 0; }
.rnb2 a { flex: 1; width: auto; display: flex; flex-direction: column; align-items: center; justify-content: center; padding-bottom: 14px; font-size: 14px; }
.rnb2 a:hover { left: 0; }
.rnb2 a span { margin: 0; width: auto; height: auto; }
.rnb2 a span img { width: 30px; display: block; margin:4px auto; }
}



.quick { position:fixed; right:10px; top:60px; margin:0 auto; z-index:1000; text-align:center; width:120px; z-index:1000000000000 !important;margin-bottom:20px;  border-radius:10px; padding-top:10px;}
.quick ul {background:#fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.quick h3 { text-align:center; padding:10px 0; border-top-left-radius:20px; border-top-right-radius:20px; border-bottom:0px solid #dfdfdf; background:#6b722f; }
.quick h3 a {color:#fff; font-size:20px; font-weight:600;}
.quick h3 img {display:block; width:40px; margin:0 auto;}
.quick ul li {text-align:center; padding:15px 0; width:90px; margin:0 auto; border-bottom:2px solid #dfdfdf; }
.quick ul li:last-child { border-bottom:0px solid #dfdfdf; }
.quick ul li span {padding-top:5px; display:block; color:#4c4c4c; font-size:14px; font-weight:500;}

.top_btn { border-bottom-left-radius:20px; border-bottom-right-radius:20px; background:#6b722f; }
.top_btn {text-align:center; padding:15px 0; width:100%; margin:0 auto; font-size:20px; font-weight:800;}
.top_btn a {color:#fff;  font-size:20px; font-weight:600;}

@media all and (max-width:1600px){
	.quick { top:auto; left:0%; right:0%; bottom:-3%; width:100%; border-radius:0px;}
	.quick ul li {display:inline-block; width: calc(100% /4 - 5px); border-bottom:0px solid #dfdfdf;  }
	.quick ul li img {width:30px;}
	.quick ul li:last-child {border-right:0px solid #000; }
	.quick ul li span {font-size:10px;}
	.quick h3 {display:none;}
	.top_btn {display:none;}
}