@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');
body{font-family:'Noto Sans KR', '맑은 고딕', '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;transition:all 0.2s;-webkit-transition:all 0.2s;}
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:#285984;color:#fffdc4;}
::-webkit-selection{background:#28`5984;color:#fffdc4;}
@font-face {
    font-family: 'cbnu_bold';
    src: url('/fonts/cbnu_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cbnu_regular';
    src: url('/fonts/cbnu_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.cbnufont1{font-family: 'cbnu_regular';}
.cbnufont2{font-family: 'cbnu_bold';}
/* Layout */
.container{
	position:relative;
/*	overflow:hidden;*/
	width:100%;
	min-height:100vh;
}
.container.subcontainer{
	height:auto;
}
.container .wrap1200{
	width:1200px;
	margin:0 auto;
}
.container .wrap1400{
	width:1400px;
	margin:0 auto;
}
.container .header_wrap {
    position: relative;
    width: 100%;
	height:228px;
    z-index: 1000;
	box-sizing:border-box;
}
.container .header_wrap .hd_top{
	width:100%;
	height:38px;
	background:#000;
	z-index:1000;
}
.container .header_wrap .hd_top a.cbnulogo{
	float:left;
	display:inline-block;
	width:auto;
	height:38px;
	padding:0 40px;
	padding-top:7px;
	background:#bc1c55;
	box-sizing:border-box;
}
.container .header_wrap .hd_top ul{
	float:right;
	width:auto;
	height:38px;
	padding:0 10px;
	background:#383838;
}
.container .header_wrap .hd_top ul li{
	position:relative;
	float:left;
	margin:0 10px;
}
.container .header_wrap .hd_top ul li::before{
	content:"";
	display:block;
	width:1px;
	height:9px;
	background:#bcc8da;
	position:absolute;
	left:-10px;
	top:15px;
}
.container .header_wrap .hd_top ul li:first-child::before{
	display:none;
}
.container .header_wrap .hd_top ul li a{
	font-size:13px;
	color:#fff;
	font-weight:400;
	line-height:38px;
}
.container .header {
    position: relative;
    z-index: 100;
    width: 100%;
    height: 190px;
	text-align:center;
}
.container .header h1.logo-item{
	height:96px;
	padding-top:22px;
	box-sizing:border-box;
	border-bottom:1px solid rgba(255,255,255,0.2);
	background:rgba(0,0,0,0.05);
}

/* visual */
.visual {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:url(../img/main/cbnuvisual.jpg) center top no-repeat;
	background-size:cover;
	z-index:1;
	text-align:center;
}
.visual h3{
	padding-top:350px;
	font-size:34px;
	font-weight:500;
	color:#e9be66;
	letter-spacing:-1px;
	margin-bottom:15px;
}
.visual h3 b{
	position:relative;
	display:inline-block;
	font-size:86px;
	font-weight:800;
	line-height:1.15;
	letter-spacing:-2px;
	color:#fff;
	text-shadow:
	0 4px 18px rgba(0,0,0,.35);
	padding-bottom:35px;
}
.visual h3 b::before{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	width:800px;
	height:1px;
	background:rgba(255,255,255,0.3);
}
.visual h3 b::after{
	content:"";
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	width:100px;
	height:5px;
	background:#e9be66;
}
.visual p{
	margin-top:34px;
	font-size:28px;
	font-weight:500;
	letter-spacing:.5px;
	color:#fff;
}
.body.sub {
    position: relative;
	width:1400px;
	min-height:600px;
	margin:0 auto;
	padding:80px 0;
	box-sizing:border-box;
}
.body.sub.fullsub{
	width:100%;
}
/* Footer */

.footer {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
    background:#fcfcfc;
	height:180px;
	z-index:100;
}
.subcontainer .footer{
	position:relative;
}
.footer ul.footlink{
	width:100%;
	height:40px;
	background:#f8f9fa;
	box-sizing:border-box;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom:50px;
}
.footer ul.footlink li{
	position:relative;
	float:left;
	border-left:1px solid #ccc;
	padding:10px 15px;
}
.footer ul.footlink li:last-child{
	border-right:1px solid #ccc;
}
.footer ul.footlink li a{
	font-size:14px;
	color:#777;
	font-weight:400;
}
.footer h2{
	float:left;
	margin-right:30px;
}
.footer address{
	text-align:right;
	font-size:14px;
	color:#333;
	font-weight:400;
}
.footer address b{
	display:inline-block;
	margin-left:15px;
	font-weight:500;
	color:#666;
}
.footer p.copyright{
	text-align:right;
	font-size:12px;
	color:#999;
	font-weight:400;
	padding-top:5px;
}
.footer p.copyright a{
	color:#ccc;
}
.footer_mobile{
	display:none;
}
/* VISUAL */
.visual.sub {
    position: absolute;
	left:0;
	top:0;
    height:228px;
   background:url(../img/main/mainvisualbg.jpg) center top no-repeat;
   background-size:cover;
}
/* LNB */
.body.sub nav.lnb{
	float:left;
	width:250px;
	height:114px;
}
.body.sub nav.lnb .sub_title{
	position: relative;
	width:100%;
	background:url(../img/sub/lnbbg26.png) center top no-repeat;
	background-size: cover;
	color: #fff;
}
.body.sub nav.lnb .sub_title h1{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
	line-height:1.4em;
	padding:40px 10px;
}
.body.sub nav.lnb ul {
	border:1px solid #ccc;
	border-bottom:2px solid #ccc;
}
.body.sub nav.lnb ul li {
	border-bottom:1px solid #ccc;
}
.body.sub nav.lnb ul li a{
	display: block;
	position: relative;
	padding: 14px 20px 14px 20px;
	background:#fff;
	color: #000;
	font-size: 17px;
	font-weight:500;
	text-decoration: none;
	line-height: 24px;
	word-break: keep-all;
}
.body.sub nav.lnb ul li a:hover{
	color:#bc2155
}
.body.sub nav.lnb ul li.on a{
	font-size:18px;
	color:#9c093e;
	font-weight:700;
	padding-left:32px;
}
.body.sub nav.lnb ul li.on a::before{
	content:"";
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);

	width:0;
	height:0;

	border-top:5px solid transparent;
	border-bottom:5px solid transparent;
	border-left:7px solid #9c093e;
}
.body.sub nav.lnb ul ul{
	display:none;
	border:0;
}
.body.sub nav.lnb ul ul li{
	border-bottom:1px dashed #ccc;
}
.body.sub nav.lnb ul ul li a,
.body.sub nav.lnb ul li.on ul li a{
	padding: 5px 45px 5px 25px;
	color: #666;
	background:#f0f1f5;
	font-size: 14px;
	text-decoration: none;
	line-height: 20px;
	word-break: keep-all;
}
.body.sub nav.lnb ul ul li a::before,
.body.sub nav.lnb ul li.on ul li a::before{
	display:none;
}
.body.sub nav.lnb ul li.on ul li:last-child{
	border-bottom:0;
}
.body.sub nav.lnb ul li.on ul li.on a{
	background:#cd396f;
	color:#fff;
}
.body.sub nav.lnb ul li.on ul li.on a::before{
	display:none;
}
.body.sub nav.lnb ul li.on ul{
	display:block;
}
.body.sub .content{
	float:right;
	width:calc(100% - 320px);
}
.body.sub.fullsub .content{
	float:none;
	width:1200px;
	margin:0 auto;
}
.body.sub .content h1.subtit{
	position:relative;
	display:inline-block;
	margin-bottom:30px;
	font-size:24px;
	color:#5a75a0;
	font-weight:600;
	padding-left:30px;
}
.body.sub .content h1.subtit::before{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border:3px solid #ccc;
	background:#ccc;
	border-radius:5px 0 5px 0;
	position:absolute;
	left:6px;
	top:14px;
}
.body.sub .content h1.subtit::after{
	content:"";
	display:block;
	width:10px;
	height:10px;
	border:3px solid #7dadfa;
	background:#fff;
	border-radius:5px 0 5px 0;
	position:absolute;
	left:0;
	top:8px;
}
/* Scroll to top link */
.btn_top {
    display: none;
    position: fixed;
    right: 0;
    bottom: 57px;
    z-index: 1000;
    width: 48px;
    height: 48px;
    background-color: rgba(255,255,255,0.8);
	border:1px solid #ccc;
	border-right:0;
	border-radius:50px 0 0 50px;
    font-size: 24px;
    color: #000;
    text-align: center;
    opacity: 0.8;
    filter: alpha(opacity=80)
}
.btn_top:hover {
    background-color: #0063b2;
	border:1px solid #0063b2;
	border-right:0;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: alpha(opacity=100)
}
.btn_top i {
    line-height: 48px
}

/* MEDIA */
@media all and (max-width: 1400px) {
	.container .wrap1400{
		width:100%;
	}
}
@media all and (max-width: 1200px) {
    body, html {
        min-width: 100%;
    }
    .container {
        min-width: 100%;
		height:auto;
		min-height:1000px;
    }
	.container .wrap1200{
		width:100%;
	}
	.visual h3 b::before{
		width:90%;
	}
    .header {
        position: relative;
        z-index: 1000;
        width: 100%;
        height: auto;
        margin: 0 auto;
        zoom: 1;
    }
	.header > h1 {
        text-align:left;
		padding-left:3%;
    }
    .body .lnb {
        display: none;
    }
    .body .content {
		width:100%;
        overflow: hidden;
    }
	.body.sub{
		width:100%;
	}
	.body.sub .content{
		float:none;
		width:96%;
		margin:0 auto;
	}
    .visual {
        height:800px;
    }
	.visual h3{
		padding:0 20px;
		padding-top:300px;
	}
    /* Footer */
    .footer {
		height:250px;
        border-top: 1px solid #ccc;
        background:#fcfcfc;
    }
	.footer h2{
		margin-left:3%;
	}
	.footer address,
	.footer p.copyright{
		margin-right:3%;
	}
    .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: 100%;
        border-left: 1px solid #fff;
        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:#333;
		color:#fff;
    }
}
/* MEDIA 660 */
@media all and (max-width: 660px) {
	.visual h3{
		font-size:30px;
		line-height:1.8em;
	}
	.visual h3 b{
		font-size:56px;
	}
	.footer ul.footlink{
		margin-bottom:30px;
	}
	.footer h2,
	.footer address, 
	.footer p.copyright{
		float:none;
		text-align:center;
	}
}

/* MEDIA 580 */
@media all and (max-width: 580px) {
	.container .header h1.logo-item{
		padding-top:30px;
	}
	.container .header h1.logo-item img{
		width:80%;
	}
	.container .header_wrap .hd_top a.cbnulogo{
		padding:0 10px;
		padding-top:7px;
	}
	.footer ul.footlink li{
		padding:10px 5px;
	}
}

/* MEDIA 400 */
@media all and (max-width: 400px) {
	.visual h3{
		font-size:24px;
	}
	.visual h3 b{
		font-size:38px;
	}
	.visual p{
		font-size:20px;
	}
	.container .header_wrap .hd_top ul{
		padding:0;
	}
}