@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('/skin/NanumSquare/NanumSquare.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:105px;}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.navbar-inverse {
    background-color: #ffffff;
    border-color: #ddd;
    margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
	color: #222;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #222;
}
.navbar-inverse .navbar-brand img{
	margin:15px 0;	
}
@media screen and (min-width: 768px) {
/* 	.navbar-inverse .navbar-header{
		display:none;
	}
	.navbar-inverse .navbar-nav{
		width:100%;
		text-align:center;
	} */
/* 	.navbar-inverse .navbar-nav > li{
		position:relative;
		display:inline-block;
		float:none;
	}
	.navbar-inverse .navbar-nav > li.divider-vertical{
		display:none;
	} */
	.navbar-inverse .navbar-nav > li > a {
        padding: 43px 25px;
        font-size: 17px;
        color: #222;
        -webkit-text-shadow: none;
        text-shadow: none;
        letter-spacing: -0.02em;
        font-weight: 500;
        line-height: 1;
    }
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #0098dc;
  	}
	.navbar-inverse .navbar-right .facebook a,
	.navbar-inverse .navbar-right .blog a{
		padding:34px 10px !important;
	}
	.navbar-right .facebook img,
	.navbar-right .blog img{
		height:35px;
		border-radius:4px;
	}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
        left: 0;
        right: auto;
        animation-fill-mode: both;
        animation-duration: .5s;
        animation-name: fadeInRight;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 1px solid #ddd;
        background-color: #f3f3f3;
        padding: 15px 0;
    }

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
    padding: 5px 25px;
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    letter-spacing: -0.03em;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #0098dc;
	text-decoration: underline;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #0098dd;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #0098dd;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #1e61c7;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
    padding: 0 0 4px;
    margin: 0 0 10px;
    border-bottom: none;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 20px;
    letter-spacing: -0.03em;
    font-weight: 500;
}

.intro-boardbox .page-header h4 .btn {
    margin: 0;
    border: 1px solid #ddd;
    border-radius: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    color: #777;
    margin-top: -4px;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
    border-color: #aaa;
    color: #444;
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    margin:0;
}

.intro-boardbox .panel-body {
	padding: 0;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a, 
.dh-front-list2 h6 a span {
    color: #555;
    font-weight: 400;
    font-size: 14px;
    padding: 7px 0;
    letter-spacing: -0.03em;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
    padding-left: 10px !important;
}

.list-row-subject:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 14px;
}

.list-row-subject:hover {
    text-decoration: underline !important;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
/* //메인 페이지 설정 끝 */
/* personal setting 0.57v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #326292;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px !important;
    margin: 0 !important;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 8px;
    color: #0098dc;
    font-size: 13px;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#326292;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card .card-ttl {
    letter-spacing: -0.03em;
    font-size: 16px;
    margin: 0px 0 15px;
    background: #22395d;
    color: #fff;
    padding: 10px;
}
.card {
    display: block;
    position: relative;
    border: none;
    padding: 0;
    margin:0 0 30px;
    min-height: max-content;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote,
p.quote {
    margin: 30px 0;
    font-size: 28px;
    font-weight: 500;
    color: #222;
    line-height: 1.45;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #326292;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #222;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#326292;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #326292;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.57v end */
/* navigation setting */
 .menu-top {
	display:none;
	}
/*.menu-top {
    padding: 40px 0;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.menu-top > .container{
	position:relative;
}
.menu-top p{
	position:absolute;
	left:15px;
	top:50%;
	transform:translatey(-50%);
	font-size:32px;
	font-weight:bold;
	letter-spacing:-0.04em;
	color:#0098dd;
    margin: 0;
}
.menu-top .logo{
	margin:0;
	display:inline-block;
}
.menu-top .sns{
	position:absolute;
	right:15px;
	top:50%;
	transform:translatey(-50%);
}
.menu-top .sns:after{
	content:'';
	display:block;
	clear:both;
} */
.menu-top .sns li{
	float:left;
	padding:0 4px;
}

@media(max-width:767px){
	
}
/* mainpage setting */
.carousel .item{
	height:500px;
	background-repeat:no-repeat;
	background-position:center;
    background-size:cover;
}
.carousel .item a{
	display:block;
	height:100%;
}
/* .carousel .item2:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:rgba(255,255,255,0.65);
} */
.carousel .item1{background:url(/skin/img/slide/slide1.png) no-repeat center / cover;}
.carousel .item2{background:url(/skin/img/slide/slide2.png) no-repeat center / cover;}
.carousel .item3{background:url(/skin/img/slide/slide3.jpg) no-repeat center / cover;}
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
@media(max-width:1600px){
	.carousel-inner > .item:nth-of-type(3) .center-block{
		width:80%;
		margin-right:0;
	}
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height:600px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    max-width: 1200px;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    width: 100%;
}
.item3 .carousel-caption{
	max-width: 680px;
}
.item3 .carousel-caption:before {
    content: url('/skin/img/slide/sl_box_left.png');
    position: absolute;
    top: 20px;
    left: 0;
}

.item3 .carousel-caption:after {
    content: url(/skin/img/slide/sl_box_right.png);
    position: absolute;
    top: 20px;
    right: 0;
}
.carousel-caption span{
	opacity:1;
	background:transparent;
}
.carousel-caption h1 {
    margin: 0;
    font-size: 32px;
    color: #fff;
    font-weight: 300;
    line-height: 1.25;
    text-shadow: 0 3px 5px rgba(0,0,0,0.5);
    letter-spacing: -0.03em;
}
.carousel-caption h1 span {
    font-weight: 800;
    font-size: 48px;
    color: #1fbaff;
}
.carousel-caption p {
    margin: 0 0 20px;
}
.carousel-caption p:after {
    content: "";
    width: 1px;
    height: 50px;
    background: #fff;
    opacity: 0.4;
    margin: 20px auto;
    display: block;
}
.carousel-caption p span {
    opacity: 1;
    background: transparent;
    font-family: "NanumMyeongjo" !important;
    font-size: 25px;
    color: #fff;
    line-height: 1.4;
    letter-spacing: -0.03em;
    display: block;
}

.carousel-inner > .item:nth-child(2) .carousel-caption h1 span {
    color: #18c880;
}

.carousel-caption p span:nth-child(1) {
    opacity: 0.5;
}
.carousel-caption p span:nth-child(2) {
    opacity: 0.8;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-control {
    /* opacity: 0.1; */
    /* display: none; */
}
.carousel-indicators {
    text-align: right;
    margin-bottom: 0;
    bottom: 40px;
}
/* .carousel-indicators li,
.carousel-indicators li.active {
    width: 50px;
    border-radius: 0;
    border: none;
    height: 5px;
    background: rgba(255,255,255,0.2);
    margin: 0 3px 0 !important;
}
.carousel-indicators li.active {
    background: #fff;
} */
.carousel-indicators li {
    margin: 0 2px !important;
    width: 16px !important;
    height: 16px !important;
    border: 2px solid rgba(25, 112, 56, 0.4);
}
.carousel-indicators .active {
    background: #334d8c;
    border-color: #334d8c;
}

.main-content {
    padding: 60px 0 70px;
    background: #f5f5f5;
}
.main-content h3 {
	position:relative;
    margin: 0 0 15px;
    color: #003367;
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -0.05em;
	font-family:'NanumSquare';
}
.main-content h3 small{
	position:absolute;
	right:0;
	bottom:0;
	color:#3a6c9d;
	font-weight:900;
}
.main-content .m-sat{
    margin: 0 auto;
    float: unset;
}
.main-content .m-sat h3{
	color:#9b3232;
}
.main-content .m-sat h3 small{
	color:#cd6a6b;
}
.main-content .m-link {
    margin: 0;
}
.main-content .m-link > div{
	padding:0;
}
.main-content .m-link a {
    position: relative;
    display: block;
    text-align: center;
    height: 100px;
    color: #fff;
    overflow: hidden;
    background: #0098dc;
    padding: 10px;
}
.main-content .m-ds .m-link > div:nth-child(2) a {
    background: #2258ab;
}
.main-content .m-ds .m-link > div:nth-child(3) a {
    background: #003466;
}
.main-content .m-link a:before {
    content: '';
    display: block;
    width: 130px;
    height: 130px;
    background: url(/skin/img/main/mark-bg.png) no-repeat center / contain;
    opacity: 0.12;
    z-index: 0;
    position: absolute;
    right: -20px;
    bottom: -20px;
    transform: rotate(-15deg);
}
.main-content .m-link a:after{
	content: '';
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
	border: 1px solid rgba(255, 255, 255, 0.3);
	position:absolute;
	left:10px;
	top:10px;
}
.main-content .m-sat .m-link a {
    background: #ff6666;
}
.main-content .m-sat .m-link > div:nth-child(2) a {
    background: #cd3232;
}
.main-content .m-sat .m-link > div:nth-child(3) a {
    background: #9a0000;
}
.main-content .m-link a h4 {
    position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
    margin: 0;
	min-width:80%;
    font-size: 24px;
    letter-spacing: -0.03em;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}

.main-content .m-bbs1,
.main-content .m-bbs2 {
    display: block;
	margin-bottom:15px;
    padding: 30px 10px;
    background: #fff;
    min-height: 215px;
}
.main-content .m-bbs1:after,
.main-content .m-bbs2:after{
	content:'';
	display:block;
	clear:both;
}
/* .main-content .location-btn {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #fff;
    background: #666;
    width: 240px;
    margin: 30px auto 0px;
    line-height: 1;
    transition: all ease 0.3s;
}
.main-content .location-btn i {
    margin-left: 6px;
}
.main-content .location-btn:hover,
.main-content .location-btn:focus {
    background: #222;
} */
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 60px 0 0;
    background: #2e3642;
    color: rgba(255, 255, 255, 0.6);
    font-size: 15px;
}
.footer_copy img {
    float: left;
    margin-right: 30px;
    opacity: 0.7;
}
.footer_copy li,
.footer_copy .copy{
	font-size:14px;
}
.foot-top {
    padding-bottom: 60px;
}
.foot-right {
    letter-spacing: -0.03em;
}
.foot-right p {
    text-align: right;
    margin-bottom: 10px;
    line-height: 1;
}
.foot-file,
.foot-left ul {
    margin: 0 0 0;
}
.foot-file:after,
.foot-left ul:after{
	content:'';
	display:block;
	clear:both;
}
.foot-file li,
.foot-left ul li {
    float: left;
	margin-bottom:10px;
    text-align:right;
    line-height: 1;
}
.foot-file li+li,
.foot-left ul li+li {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid rgba(255,255,255,0.2);
}
.foot-bottom {
    background: #21272f;
    padding: 15px 0;
}
.foot-bottom p {
    margin: 0;
    text-align: center !important;
    line-height: 1;
    font-size: 13px !important;
    opacity: 0.7;
}
.foot-file {
	margin-bottom:0;
	padding-top:10px;
}
.foot-file a{
	display: inline-block;
    padding: 2px 8px;
    border-radius: 4px;
    background: rgb(60, 108, 181);
    color: #dbe4f1;
    font-size: 13px;
    font-weight: 500;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader {
    height: 250px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -0.03em;
    text-align: center;
    text-shadow: 0 3px 5px rgba(0,0,0,0.2);
    margin: 75px 0 15px;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:rgba(255,255,255,0.7);
    text-align:center;
}
.breadcrumb .active{
	color:#fff;
}
.snb {
    position: relative;
    top: -25px;
    text-align: center;
    padding: 0px 0 0;
    margin: 0 0 60px;
}
.snb ul {
    display: inline-block;
    overflow: hidden;
    margin: 0;
    box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}
.snb ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb ul li{
	float:left;
}
.snb ul li a {
    display: inline-block;
    padding: 15px 40px;
    color: #888;
    font-size: 16px;
    letter-spacing: -0.03em;
    background: #fff;
    border-right: 1px solid rgba(0,0,0,0.1);
}
.snb ul li:last-child a{
	border:none;
}
.snb ul li a:hover {
    background: #f3f3f3;
    color:#444
}
.snb ul li.active a,
.snb ul li.active a:hover{
    background: #0098dc;
    color: #fff;
    border-right: none;
}
.subpage-content {
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color:#326292;
}
.subpage-content .title {
	display:none;
    position: relative;
    margin: 20px 0 40px;
    padding: 0 15px;
    border-top: 1px solid #ddd;
    text-align: center;
}
.subpage-content .title h3 {
    display: inline-block;
    margin: -30px 0 0;
    padding: 0 30px;
    font-size: 36px;
    font-weight: 500;
    background: #fff;
    color: #222;
    letter-spacing: -0.03em;
}
.subpage-content section{
	margin-bottom:80px;
}
.subpage-content section h4 {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 40px;
    letter-spacing: -0.03em;
    color: #222;
}
.subpage-content section h4:before {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #222;
    margin: 0 0 15px;
}
.subpage-content section h5 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #0098dc;
}
.subpage-content section h5:before{
	content:'\f058';
	display:inline-block;
	margin-right:7px;
	font-family:'fontawesome';
	color:#0098dc;
}
.subpage-content section .card h5:before{
	display:none;
}
.subpage-content p,
.subpage-content li,
.subpage-content dd {
    color: #444;
    letter-spacing: -0.03em;
    line-height: 1.75;
    font-size: 15px;
}

.subpage-content li {
    line-height: 1.6;
    margin-bottom: 2px;
}

/* subpage allpass */
#allpass01 .se1 .quote {
    margin: 50px 0 50px;
    font-weight: 400;
    color: #1e61c7;
    font-size: 34px;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1.45;
}
#allpass01 .se1 .quote small {
    display: block;
    color: #222;
    font-weight: 300;
    font-size: 80%;
}
.circle-wrap {
    margin: 0 auto;
    width: 240px;
    max-width: 100%;
}
.circle-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.circle-wrap .circle {
    position: relative;
    margin-top: -20px;
    width: 240px;
    height: 240px;
    background: rgba(30, 98, 200, 0.9);
    border-radius: 100%;
    box-shadow: -10px 10px 20px rgba(0,0,0,0.2);
}
.circle-wrap .c1 {background: rgba(0, 150, 219, 0.9);}
.circle-wrap .c3 {background: rgba(55, 72, 99, 0.9);}
.circle-wrap .circle p {
    min-width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.4;
    margin: 0;
}
.greet{
	margin:0 -15px 80px;
}
.greet .col-sm-8 {
    padding-left: 40px;
}
.greet p{
	margin-bottom:25px;
	font-size:16px;
}
.greet p.small-quote{
	font-size:20px;
	font-weight:500;
}
.greet p.small-quote br{
display:none;}
.greet .name {
    margin-top: 40px;
    text-align: right;
    font-size: 24px;
    font-weight: 500;
    line-height: 1;
}
.greet .name small {
    margin-right: 10px;
    font-size: 18px;
    color: #666;
}
#allpass01 .se2 .card {
    min-height: 130px;
}
.policy-wrap .left-con {
    padding-right: 25px;
}
.policy-wrap .right-con {
    padding-left: 25px;
}
.policy-wrap h5 {
    margin-top: 0 !important;
}
.policy-wrap dl + h5 {
    margin-top: 40px !important;
}
.policy-wrap dl{
	padding-left:10px;
}
.policy-wrap dt {
    position: relative;
    font-size: 16px;
    padding-left: 12px;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #222;
    margin-bottom: 5px;
    line-height: 1.5;
}
.policy-wrap dt:before{
	content:'';
	position:absolute;
	left:0;
	top:10px;
	display:inline-block;
	width:4px;
	height:4px;
    border-radius: 50%;
	background:#222;
}
.policy-wrap dd{
	margin-bottom:15px;
	padding-left:10px;
}
.time-btn {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #fff;
    background: #666;
    width: 240px;
    line-height: 1;
    transition: all ease 0.3s;
}
.time-btn:hover{
	color:#fff;
	background:#222;
}
.time-btn i{
	margin-right:10px;
}
/* #sat01 .se1 .profile .card,
#ds01 .se1 .profile .card{
	min-height:234px;
}
#sat01 .se1 .profile:last-child .card,
#ds01 .se1 .profile:last-child .card{
	min-height:630px;
}
#sat01 .se2 .profile .card,
#ds01 .se2 .profile .card{
	min-height:212px;
}
#sat01 .se2 .profile:nth-child(7) .card,
#ds01 .se2 .profile:nth-child(7) .card{
	min-height:344px;
}
#sat01 .se3 .profile .card,
#ds01 .se3 .profile .card{
	min-height:320px;
}
#sat01 .se4 .profile .card,
#ds01 .se4 .profile .card{
	min-height:278px;
} */
.profile .card {
    border-top: 1px solid #ccc;
    padding-top: 30px;
    margin-bottom: 40px;
}
.profile .card:after{
	content:'';
	display:block;
	clear:both;
}
.profile img {
    float: left;
    margin-right: 10px;
	width:200px;
/*     box-shadow: 3px 3px 0 #eaeff1; */
}
.profile .txt-box{
	float:left;
	width:calc(100% - 210px);
	padding:0 10px;
}
.profile .txt-box h5 {
    color: #222;
    margin: 10px 0 10px;
    font-size: 20px;
	letter-spacing:5px;
}
.profile h5 small {
	display:none;
    margin-left: 6px;
    color: #666;
    font-size: 15px;
    font-weight: 500;
}
.profile .li-dash > li {
    padding-left: 15px;
    margin-left: 5px;
    margin-bottom: 5px;
}
.profile .li-dash > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    top: 10px;
}
.profile .li-dash > li ul {
    margin: 2px 0 8px;
}
.profile .li-dash > li li {
    font-size: 14px;
    padding-left:  18px;
}
.profile .li-dash > li li:before {
    content: "";
    width: 5px;
    height: 1px;
    background: #888;
    top: 12px;
}
/* subpage ds */
#ds02 .time-btn,
#sat02 .time-btn{
	margin-top:40px;
	position:relative;
	left:50%;
	transform:translatex(-50%);
}
.target-li{
	display:inline-block;
	margin:0 0 30px;
}
.target-li:after{
	content:'';
	display:block;
	clear:both;
}
.target-li li{
	float:left;
	margin-right:10px;
}
.target-li li a{
	display:inline-block;
	padding:10px 30px;
	font-size:15px;
	font-weight:500;
	color:#555;
	border:1px solid #ddd;
}
.target-li li a:hover{
	background: #0098dc;
    color: #fff;
}
.totop{
	position:fixed;
	right:30px;
	bottom:30px;
	opacity:0;
	transition:all .3s ease;
	z-index:-1;
}
.totop.on{
	opacity:1;
	z-index:10000;
}

@media(max-width:767px){
	.policy-wrap .left-con {
        padding-right: 15px;
    }
.policy-wrap .right-con {
        padding-left: 15px;
    }
}


/*bbs*/
.dh-board > .table-hover {
    border-top: 2px solid #222;
    border-bottom: 1px solid #ccc;
    margin: 0;
}
.dh-board .table > thead > tr > th,
.dh-board .table > tbody > tr > th,
.dh-board .table > tfoot > tr > th,
.dh-board .table > thead > tr > td, 
.dh-board .table > tbody > tr > td, 
.dh-board .table > tfoot > tr > td {
    padding: 15px 15px;
}
.dh-board .table > thead > tr > th {
    background: #f8f8f8;
    vertical-align: middle;
    border-bottom: 1px solid #222;
    font-size: 16px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.03em;
}
.dh-board .table > tbody > tr > td {
    border-bottom: 1px solid #ddd;
    color: #444;
    font-size: 15px;
}
.dh-board .table > tbody > tr > td > strong > a {
    color: #444;
    font-weight: 400;
}
.table-hover>tbody>tr:hover {
    background-color: #fff;
}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {
    color: #0098dc;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #222;
    border-bottom: 1px solid #222;
    padding: 15px 20px;
    margin: 0;
    background: #f8f8f8;
}
.dh-view-box > .row > .page-header > h4 {
    color: #222;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0;
}
.dh-view-box > .row > .dh-view-info {
    border-bottom: 1px solid #e3e3e3;
    background: rgba(0,0,0,0);
    padding: 8px 20px 8px;
    color: #888;
}
.dh-view-box > .row > .dh-view-info > span {padding: 0 15px 0 0;}
.dh-view-box > .row > .dh-view-info > span > strong {
    color: #666;
    font-weight: 500;
    padding: 0 5px 0 0;
}
.dh-view-box .dh-attach h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 30px 20px 60px !important; min-height: 100px;}


.dh-margin-top {
    margin-top: 40px;
}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination>li:first-child>a,
.pagination>li:last-child>a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination>li:last-child>a {
	margin-left: 10px;
}

.pagination>li:first-child>a {
	margin-right: 10px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    border: 1px solid #fff;
    color: #333 !important;
    font-weight: 600;
    text-decoration: underline;
    background: rgba(0,0,0,0);
}

.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #666;
    border: 1px solid #666;
    color: #fff;
}

/* modForm */

#mod_type_formForm .q_number .col-sm-12 {
    padding: 0;
}

#mod_type_formForm .q_number h3 {
    margin: 0 0 12px !important;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
}

#mod_type_formForm .q_number h3 i {
    display: none;
}

#mod_type_formForm .q_number .form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    margin: 0 0 20px;
}

#mod_type_formForm .q_number .form-control:focus {
    border-color: #0098dc;
}

#mod_type_formForm .q_number textarea {
    height: 150px;
}

#mod_type_formForm .btn-wrap {
    padding: 0 !important;
    margin: 10px auto 0 !important;
}

#mod_type_formForm .btn-primary {
    border: none;
    padding: 15px 0;
    width: 200px;
    border-radius: 0;
    font-size: 16px;
    background: #666;
    transition: all ease 0.3s;
    float: none !important;
}

#mod_type_formForm .btn-primary:hover{
    background:#222;
}

#ds-inquiry .se1 .row > .col-sm-6:nth-child(1),
#sat-inquiry .se1 .row > .col-sm-6:nth-child(1){
    padding-right:  25px;
}

#ds-inquiry .se1 .row > .col-sm-6:nth-child(2),
#sat-inquiry .se1 .row > .col-sm-6:nth-child(2){
    padding-left: 25px;
}

@media(max-width:767px){
	#ds-inquiry .se1 .row > .col-sm-6:nth-child(1),
    #sat-inquiry .se1 .row > .col-sm-6:nth-child(1){
        padding-right: 15px;
    }
    #ds-inquiry .se1 .row > .col-sm-6:nth-child(2),
    #sat-inquiry .se1 .row > .col-sm-6:nth-child(2){
        padding-left: 15px;
    }

}

@media(max-width:767px){
	.body-layout{
		padding-top:70px;
	}
	.navbar-inverse .navbar-brand img{
		margin:0;
		height:40px;
	}
	.navbar-toggle{
		right:10px;
		top:10px;
		border:none!important;
		background:transparent!important;
	}
	.navbar-toggle .icon-bar{
		background:#333!important;
	}
	.navbar-inverse .navbar-nav>li>a{
		color:#555;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		background:#1fbaff;
	}
	.carousel .item{
		height:60vw;
	}
	.carousel-indicators{
		z-index:100;
		bottom:20px;
	}
	.carousel-indicators li, .carousel-indicators li.active{
		width:30px;
	}
	.item3 .carousel-caption:before,
	.item3 .carousel-caption:after,
	.carousel-caption p:after{
		display:none;
	}
	.carousel-caption p{
		margin:0 0 10px;
	}
	.carousel-caption p span{
		display:inline-block;
		margin:0 5px;
		font-size:16px;
	}
	.carousel-caption h1{
		font-size:28px;
	}
	.carousel-caption h1 span{
		font-size:34px;
	}
	.main-content{
		padding:40px 0 50px;
	}
	.main-content h3{
		font-size:26px;
	}
	.main-content h3 small{
		font-size:20px;
	}
	.subpage-content .title h3{
		font-size:26px;
	}
	.list-row-subject{
		max-width: calc(100% - 75px);
	}
	.main-content .m-link a{
		margin-bottom:10px;
	}
	.m-sat{
		padding-top:30px;
	}
	.foot-top{
		padding-bottom:40px;
	}
	.pageheader{
		height:200px;
	}
	.pageheader h2{
		font-size:36px;
	}
	.subpage-content{
		padding-top:40px;
	}
	.greet .col-sm-8{
		padding-left:15px;
	}
	.circle-wrap{
		padding-top:20px;
	}
	.snb{
		display:none;
	}
	#allpass01 .se2 .card{
		min-height:auto;
	}
	.target-li{
		display:block;
	}
	.target-li li{
		margin-right: 0;
		width: 50%;
		text-align: center;
		padding: 0 1px;
	}
	.target-li li a{
		display:block;
	}
	.profile img{
		float:none;
		margin:0 auto 10px;
	}
	.profile .txt-box{
		float:none;
		width:100%;
	}
	.profile .txt-box h5{
		text-align:center;
	}
	.embed-responsive-16by9{
		padding-bottom:80%;
	}
	.dh-margin-top{
		text-align:center;
	}
	.dh-board .writer{
		display:none;
	}
	.facebook img{
		display:inline-block;
		width:20px;
		margin-right:10px;
	}
	.facebook a:after{
		content:'공식 facebook';
	}
	.location-li{
		margin-bottom:40px;
	}
	.location-li li span{
		display:block;
	}
	.carousel-inner .item{
    	background-size: cover;
	}
	.carousel-inner .item:nth-child(3),
	.carousel-inner .item:first-child{
		background-position: 58% center;
	}
}
