@charset "utf-8";
a.btn_more{display:inline-block; padding:10rem 25rem; border:2px solid #fff; background-size:14rem; border-radius:30rem; color:#fff; font-size:15rem}
a.btn_more:hover{background-color:#324471; border:2px solid #324471; }

a.btn2_more{transform: rotate(-0.03deg);display:inline-block; padding:10rem 25rem; background-color:#324471; font-weight:500; border:2px solid #324471; background-size:14rem; border-radius:30rem; color:#fff; font-size:15rem}
a.btn2_more:hover{background-color:#fff; border:2px solid #324471; color:#324471; }

a.btn3_more{transform: rotate(-0.03deg);display:inline-block; padding:10rem 25rem; font-weight:700; background-color:#fff; font-weight:500; border:2px solid #fff; background-size:14rem; border-radius:30rem; color:#324471; font-size:15rem}
a.btn3_more:hover{background-color:#324471; border:2px solid #324471; color:#fff; }


/* 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: 120rem;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:after{content:'';position:absolute;z-index:-1;top:0;left:0;width:100%;height:160rem;background:-webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0.27)), color-stop(39%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0)));background:-webkit-linear-gradient(top, rgba(0, 0, 0, 0.27) 0, rgba(0, 0, 0, 0.27) 39%, rgba(0, 0, 0, 0) 100%);background:-o-linear-gradient(top, rgba(0, 0, 0, 0.27) 0, rgba(0, 0, 0, 0.27) 39%, rgba(0, 0, 0, 0) 100%);background:linear-gradient(to bottom, rgba(0, 0, 0, 0.27) 0, rgba(0, 0, 0, 0.27) 39%, rgba(0, 0, 0, 0) 100%);background: url('../img/layout/header_bg.png');}
#header h1 {z-index:51; position:absolute; left:0; top:35rem; font-size:0; text-align:center;}
#header h1 a { width:190rem; height:42rem; background-image:url(../img/layout/logo.png); display:block;background-position:left top;background-repeat:no-repeat }
#header .gnb {position: relative;margin:0 auto;/* text-align:right; */float: right;}
#header .gnb:before{content:'';position:absolute;left:0;top:0;display:block;}
#header .gnb > ul{display:inline-block; margin-top:47rem}

#header .gnb .depth1 {margin: 0 25rem;position:relative;min-width:100rem;display: inline-block; text-align:center;}
#header .gnb .depth1 > a {color:#fff;display:inline-block;font-size: 18rem;font-weight:600;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:400;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 { position:absolute; right:-35rem; top:80rem; width:80rem; opacity:0; transition:all .3s }
#header .user a { border:1px solid #ddd; display:block; height:0; line-height:37px; font-size:14rem; padding:0 12rem; text-transform:uppercase; letter-spacing:.5px; margin-left:-1rem; text-align:center; margin-top:-1px; color:rgba(0,0,0,0.5); background:#fff }
#header .user a:hover { color:#222 }
#header .user.on { opacity:1 }
#header .user.on a { height:40rem }
#header .gnb .depth1 > a:before {background:#324471 ;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: 330rem; background: #fff;}
#header.down:after {background:none;}
#header.down h1 a {background-image:url("../img/layout/logo_b.png")}
#header.down a {}
#header.down .gnb .depth1 > a {color:#333;margin-bottom:8rem }
#header.down .gnb .depth1 ul { height:100%; overflow:visible  }
#header.down .gnb .depth2 > a:hover { color:#324471  }

#header.on:after {background:none;}
#header.on { background:#fff; box-shadow:0 1px 3px rgba(0,0,0,0.2) }
#header.on a {}
#header.on h1 a {background-image:url("../img/layout/logo_b.png")}
#header.on .gnb .depth1 > a {color:#333;margin-bottom:8rem }
#header.down .gnb .depth2 > a{color:#222;}
.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:50rem 0; margin:0rem 0 0 0; background:#fff; border-top:1px solid #b5b5b5; font-size:16rem; color:#6b6b6b}
#footer b{display:block; margin-bottom:8rem; color:#fff;}
#footer h1 { float:left }
#footer h1 a { text-indent:-9000px; font-size:0; width:200rem; height:29rem; background-image:url(../img/ci.png); background-position:0 29rem; display:block; overflow:hidden; background-size:100% }
#footer nav { position:absolute; text-align:center; right:0%; top:0; transform:translateX(0%);}
#footer nav li { float:left; margin-left:15rem;}
#footer nav li img {width:25rem;}
#footer .list_info li{font-family:'Pretendard'; line-height:2; float:left; margin-right:30rem;}
#footer .list_info li:after {content: ""; position:absolute; width:1rem; height:13rem; background:#ddd; text-align:left; margin-left:15px; border-radius:5px; margin-top:9px;}
#footer .list_info li:nth-child(5n){clear:both;}
#footer .list_info li:nth-child(4):after{display:none;}
#footer .list_info li:last-child:after{display:none;}

#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:30rem 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 }



@media (min-width:2000px){

}


@media (max-width:1480px){
	.wrap{width:100%; padding:0 30rem;}
	
	#header h1{left:30rem}
}


@media (max-width:1023px) {
	#header { height:80rem }
	#header::before{height:80rem}
	#header.down { height:0 }
	#header h1 {left:15rem;top: 0;}
	#header h1 a{width:150rem; height:34rem; margin:25rem 0; background-size:100%;}
	.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:#fff;}
	#header .btn_gnb.on { color:#111; 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 .gnb .depth1 > a {text-shadow: 0px 0px 0px #737373;}
	#header.down .gnb a { color: #fff }
	#header.down .gnb .depth1 > a { margin-bottom:0 }
	#header.down .gnb .depth1:hover > a { color:#fff }
	#header .gnb.on .depth1 ul {display:none;height: auto;position: static; padding:20rem; background:#f8f8f8; border-top:1rem solid #324471; transition: none;}
	#header .gnb.on .depth1 ul li a{display:block; padding:0 0 14rem 0; color:#222; 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:#222; }

	#header .user { right:38rem; top:70rem }
	#header .user.on a { color:rgba(0,0,0,0.7) }

	#header.on { background:#fff }
	#header.on .gnb a { color:#222; font-size:20rem; }
	#header.on .gnb .depth1 ul li a{font-size:17rem;}
	#header.on .btn_gnb { color:#333;}

	#footer { padding:30rem 0 }
	#footer h1 { display:none }
	#footer .f_left { float:none !important; margin:0; }
	#footer nav { position:static; margin:0 0 10rem }
	#footer nav li { margin:0 17px 0 0 }
}


@media (max-width:860px){	
	#header .gnb .depth1 {margin-bottom:10rem}
}



@media (max-width:540px) {

	#header .gnb{width:100%}
	#header .btn_gnb{top:24rem}
	
	.header-login{top:25rem; right:49rem}
	.header-login a{min-width:55rem;padding: 6rem 10rem;font-size:13rem;}
	
	a.btn_more{padding: 5rem 10rem; font-size:12rem}
	a.btn2_more{padding: 5rem 10rem; font-size:12rem}

	#footer{font-size:12rem}
	#footer .list_info li{clear:both;}
	#footer .list_info li:after{display:none;}

	#footer nav {margin-top:20rem;}
}
