@charset "utf-8";

/* FONT */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900&display=swap&subset=korean');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
body{font-family: 'Pretendard', 'Noto Sans KR',  'Titillium Web', '맑은 고딕', 'Malgun Gothic', '돋움', Dotum, '애플 SD 산돌고딕 Neo', 'Apple SD Gothic Neo', AppleGothic, Helvetica, sans-serif;}
/* COMMON */
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select{margin:0;padding:0;-webkit-text-size-adjust:none}
body,html{width:100%;height:100%;}body,input,textarea,select,button,table{font-size:12px;-webkit-font-smoothing:antialiased}
img,fieldset,button{border:0
}ul,ol{list-style:none}
em,address{font-style:normal}
a{text-decoration:none}
a:hover,a:active,a:focus{text-decoration:none}
.blind{overflow:hidden;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0}
.clear{clear:both;}
.clear:after{content:"";display:block;clear:both;}
::selection{background:#bc1c55;color:#fff;}
::-webkit-selection{background:#bc1c55;color:#fff;}
/*스크롤바 색상 변경*/
::-webkit-scrollbar { width: 10px;}
::-webkit-scrollbar-track { background: #f1f1f1;}
::-webkit-scrollbar-thumb { background: #ccc;}
/* Firefox */
scrollbar-width: thin;
scrollbar-color: #ccc #f1f1f1;

/* Layout */
.container{
	position:relative;
	overflow:hidden;
}
.container .wrap1400{
	width:1400px;
	margin:0 auto;
}
.container .mb5{margin-bottom:5px}
.container .mb10{margin-bottom:10px}
.container .mb20{margin-bottom:20px}
.container .mb30{margin-bottom:30px}
.container .mb50{margin-bottom:50px}
.container .mb80{margin-bottom:80px}
.container .mb100{margin-bottom:100px}
.container .mt5{margin-top:5px}
.container .mt10{margin-top:10px}
.container .mt20{margin-top:20px}
.container .mt30{margin-top:30px}
.container .mt50{margin-top:50px}
.container .mt70{margin-top:70px}
.container .mt80{margin-top:80px}
.container .mt100{margin-top:100px}
.container .header_wrap{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:170px;
	z-index:1000;
	background:#fff;
}
.container .header{
	position:relative;
	width:100%;
	height:100%;
}
.container .header .headertop{
	position:relative;
	width:100%;
	height:110px;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
}
.container .header .headertop::before{
	content:"";
	display:block;
	width:100%;
	height:25px;
	background:#2c3d48;
	box-sizing:border-box;
	position:absolute;
	left:0;
	top:0;
	z-index:10;
}
.container .header .headertop .wrap1400{
	position:relative;
	height:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-content:space-between;
	z-index:11;
}
.container .header .headertop ul.famlink{
	margin-left:-10px;
}
.container .header .headertop ul.famlink li{
	position:relative;
	float:left;
	margin-right:10px;
}
.container .header .headertop ul.famlink li::before{
	content:"";
	display:block;
	width:3px;
	height:3px;
	background:#48677b;
	position:absolute;
	right:-6px;
	top:11px;
}
.container .header .headertop ul.famlink li:last-child::before{
	display:none
}
.container .header .headertop ul.famlink li a{
	display:block;
	font-size:13px;
	color:#9aa9b2;
	font-weight:400;
	line-height:25px;
	box-sizing:border-box;
	padding:0 10px;
	height:25px;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.container .header .headertop ul.famlink li a:hover{
	color:#fff;
}
.container .header .headertop h1.logo-item{
	display:block;
	width:247px;
	height:48px;
	position:absolute;
	left:50%;
	top:43px;
	transform:translateX(-50%);
}
.container .header .clsmem ul li{
	float:left;
	margin-left:1px;
}
.container .header .clsmem ul li a{
	display:block;
	font-size:13px;
	color:#fff;
	font-weight:400;
	line-height:27px;
	box-sizing:border-box;
	padding:0 10px;
	height:25px;
	background:#48677b;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.container .header .clsmem ul li a:hover{
	background:#6d4f99;
}
.container .clsallgnb{
	display:none;
	position:absolute;
	left:0;
	top:170px;
	width:100%;
	height:400px;
	background:#fff;
	padding:50px 0;
	box-sizing:border-box;
	z-index:100;
	border-bottom:3px solid #2275a1;
}
.container .clsallgnb ul.amlist > li{
	float:left;
	width:15.66%;
	margin-right:1%;
}
.container .clsallgnb ul.amlist > li > a{
	display:block;
	font-size:24px;
	color:#000;
	font-weight:700;
	padding-bottom:5px;
	margin-bottom:15px;
	padding-left:10px;
	box-sizing:border-box;
}
.container .clsallgnb ul.amlist ul.amlist2 li a{
	position:relative;
	display:block;
	font-size:16px;
	color:#333;
	font-weight:400;
	padding:10px 0;
	padding-left:10px;
	border-bottom:1px solid #ccc;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.container .clsallgnb ul.amlist ul.amlist2 li:first-child a{
	border-top:2px solid #ccc;
}
.container .clsallgnb ul.amlist ul.amlist2 li a:hover{
	color:#6d4f99;
	border-bottom:1px solid #6d4f99;
	background:#f9f5ff;
}
/* Body */
.body {
    position: relative;
	min-height:600px;
}
.body.sub{
	width:1400px;
	margin:0 auto;
	padding:70px 0;
	box-sizing:border-box;
}
.body.sub .lnb{
	float:left;
	width:250px;
}
.body.sub .lnb .sub_title h1{
	position: relative;
	display: block;
	width: 100%;
	height: 36px;
	margin: 0 auto;
	font-size: 34px;
	color: #fff;
	font-weight: 900;
	text-align: center;
	padding:30px 0;
	background:#1f4c73;
}
.body.sub .lnb .sub_title h1::before {
    content:"";
	display:block;
	width:37px;
	height:10px;
	position:absolute;
	left:10px;
	top:50%;
	background:url(../img/main/tit_l.png) center no-repeat;
	transform:translateY(-50%);
}
.body.sub .lnb .sub_title h1::after {
    content:"";
	display:block;
	width:37px;
	height:10px;
	position:absolute;
	right:10px;
	top:50%;
	background:url(../img/main/tit_r.png) center no-repeat;
	transform:translateY(-50%);
}
.body.sub .lnb ul{
	width:100%;
	background:#fff;
	box-sizing:border-box;
}
.body.sub .lnb ul li a{
	position:relative;
	display:block;
	width:100%;
	padding:15px 10px;
	padding-left:25px;
	box-sizing:border-box;
	font-size:18px;
	color:#333;
	font-weight:500;
	border-bottom:1px solid #eee;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.body.sub .lnb ul li a:hover{
	color:#2275a1;
	padding-left:27px;
}
.body.sub .lnb ul li.on a{
	color:#fff;
	font-weight:700;
	background:#2275a1 url(../img/sub/lnbon.png) left 25px top 18px no-repeat;
	padding-left:43px;
}
.body.sub .lnb ul ul{
	display:none;
	background:#f0f1f5;
	padding:20px;
	box-sizing:border-box;
	border:0;
	margin-top:0;
}
.body.sub .lnb ul li.on ul{
	display:block;
}
.body.sub .lnb ul ul li a{
	padding:10px;
	font-size:17px;
	color:#000;
	font-weight:500;
	border-bottom:1px solid #fff;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.body.sub .lnb ul li.on ul li a{
	padding:10px;
	font-size:17px;
	color:#000;
	font-weight:500;
	border-bottom:1px solid #fff;
	background:none;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.body.sub .lnb ul ul li:last-child a{
	border-bottom:0;
}
.body.sub .lnb ul li.on ul li:last-child a{
	border-bottom:0;
}
.body.sub .lnb ul ul li a:hover,
.body.sub .lnb ul li.on ul li a:hover{
	padding-left:13px;
	color:#5e9cbd;
}
.body.sub .lnb ul ul li.on a,
.body.sub .lnb ul li.on ul li.on a{
	background:#5e9cbd;
	color:#fff;
}
.body.sub .content{
	float:right;
	width:calc(100% - 320px);
	min-height:600px;
}
/* Footer */
.footer {
	position:relative;
    background:#242c39;
	height:500px;
}
.footer .wrap1400{
	position:relative;
}
.footer ul.ftlink{
	width:100%;
	height:50px;
	border-bottom:1px solid #384459;
	box-sizing:border-box;
}
.footer ul.ftlink li{
	float:left;
	width:20%;
	border-right:1px solid #384459;
	box-sizing:border-box;
	text-align:center;
}
.footer ul.ftlink li:first-child{
	border-left:1px solid #384459;
	box-sizing:border-box;
}
.footer ul.ftlink li a{
	display:block;
	width:100%;
	height:50px;
	font-size:15px;
	color:#9da7bd;
	font-weight:400;
	line-height:50px;
}
.footer ul.ftlink li a:hover{
	color:#fff;
}
.footer .clsfinfo{
	margin-top:90px;
	display:flex;
	flex-direction:row;
	flex-wrap:nowrap;
	justify-content:space-between;
	align-content:space-between;
}

.footer .infobox {
	padding-top:20px;
}
.footer .infobox p.address{
	font-size:16px;
	color:#fff;
	font-weight:400;
	padding-left:20px;
	background:url(../img/cfaddress.png) left top no-repeat;
	margin-bottom:10px;
}
.footer .infobox p span.phone{
	font-size:16px;
	color:#fff;
	font-weight:400;
	padding-left:20px;
	background:url(../img/cfphone.png) left top no-repeat;
	padding-right:50px;
}
.footer .infobox p span.fax{
	font-size:16px;
	color:#fff;
	font-weight:400;
	padding-left:20px;
	background:url(../img/cffax.png) left center no-repeat;
}
.footer .infobox p.copyright{
	font-size:12px;
	color:#4d5d79;
	font-weight:400;
	margin-top:170px;
}
.footer ul.cls_sns {
	padding-top:20px;
}
.footer ul.cls_sns li{
	float:left;
	margin-left:10px;
}
.footer ul.cls_sns li:first-child{
	margin-left:0;
}
.footer ul.cls_sns li a{
	display:block;
	width:26px;
	height:26px;
	background:url(../img/cftwitter.png) center no-repeat;
}
.footer ul.cls_sns li a.facebook{
	background:url(../img/cffacebook.png) center no-repeat;
}
.footer ul.cls_sns li a.youtube{
	background:url(../img/cfyoutube.png) center no-repeat;
}
.footer .btn_top{
	position:absolute;
	right:0;
	bottom:0;
	width:60px;
	height:60px;
	border-top:3px solid #ccc;
	border-bottom:1px solid #ccc;
	font-family:'Titillium Web', sans-serif;
	font-size:14px;
	color:#b1b1b1;
	font-weight:700;
	text-align:center;
	padding-top:27px;
	box-sizing:border-box;
	background:url(../img/btntop.png) center top 12px no-repeat;
	transition:all 0.2s;
	-webkit-transition:all 0.2s;
}
.footer .btn_top:hover{
	border-top:3px solid #2275a1;
	border-bottom:1px solid #2275a1;
	background: url(../img/btntop.png) center top 12px no-repeat;
	color:#fff;
}
.footer .footer_mobile {
    display: none;
}
/* Visual */
.visual.sub {
    position: relative;
    height:400px;
    background:#fff url(../img/sub/subvisual.jpg) center no-repeat;
	background-size:cover;
}


/* MEDIA */
@media all and (max-width: 1400px) {
	.container .wrap1400,
	.container .header .headertop .wrap1400{
		width:100%;
	}
	.container .header_wrap{
		height:110px;
	}
	.container .header .headertop ul.famlink{
		margin-left:0;
	}
	.body.sub{
		width:90%;
		margin:0 auto;
		overflow-x:auto;
	}
	.body.sub .lnb{
		float:none;
		position:absolute;
		left:50%;
		top:-170px;
		transform:translateX(-50%);
	}
	.body.sub .lnb .sub_title h1{
		color:#fff;
		font-size:40px;
	}
	.body.sub .lnb .sub_title h1::before,
	.body.sub .lnb .sub_title h1::after{
		display:none;
	}
	.body.sub .lnb ul{
		display:none;
	}
	.body.sub .content{
		float:none;
		width:100%;
	}
    /* Footer */
	.footer ul.ftlink li:first-child{
		border-left:0;
	}
	.footer ul.ftlink li:last-child{
		border-right:0;
	}
    .footer .footer_mobile {
		position:absolute;
		left:0;
		bottom:0;
		display: block;
		width:100%;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow: hidden;
    }
    .footer .footer_mobile li {
        float: left;
        width: 50%;
        border-top: 1px solid #384459;
        border-left: 1px solid #384459;
        box-sizing: border-box;
    }
    .footer .footer_mobile li:first-child {
        border-left: 0;
    }
    .footer .footer_mobile li a {
        display: block;
		font-size:14px;
        line-height: 32px;
        text-align: center;
		background:#242c39;
		color:#fff;
    }
	.footer .clsfinfo{
		width:85%;
		padding-left:5%;
	}
	.footer .btn_top{
		right:10%;
	}
}
@media all and (max-width: 1200px) {
	.footer .clsfinfo{
		display:block;
	}
	.footer ul.cls_sns{
		position:absolute;
		right:20%;
		bottom:0;
	}
	.footer .infobox p.copyright{
		margin-top:70px;
	}
}
@media all and (max-width: 1024px) {
	.clsmain .clsquick{
		display:none;
	}
}


@media all and (max-width: 750px) {
	 .visual.sub {
        height:300px;
		background-size:cover;
    }
	.footer{
		height:550px;
	}
	.footer ul.cls_sns{
		bottom:auto;
		top:180px;
		right:auto;
		left:5%;
	}
	.footer .infobox p span.fax{
		display:block;
		margin-top:10px;
	}
}

@media all and (max-width: 550px) {
	.footer ul.ftlink{
		height:100px;
	}
	.footer ul.ftlink li{
		width:33.33%;
	}
	.footer ul.ftlink li:first-child,
	.footer ul.ftlink li:nth-child(2){
		width:50%;
		border-bottom:1px solid #384459
	}
	.footer .clsfinfo h2{
		width:320px;
	}
	.footer .clsfinfo h2 img{
		width:100%;
	}
}
@media all and (max-width: 480px) {
	.container .header .headertop h1.logo-item{
		width:230px;
		margin-left:3%;
		top:46px;
		left:0;
		transform:translateX(0);
	}
	.container .header .headertop h1.logo-item img{
		width:100%;
	}
	.container .header .headertop .clsmem{
		display:none;
	}
	.visual.sub {
        height: 250px;
        background-size: cover;
    }
}
@media all and (max-width: 420px) {
	.container .header .headertop ul.famlink li{
		margin-right:2px;
	}
	.container .header .headertop ul.famlink li a{
		padding:0 5px;
	}
	.container .header .headertop ul.famlink li::before{
		right:-3px;
	}
	.visual.sub {
        height: 220px;
        background-size: cover;
    }
}