@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}
@media (min-width: 1200px){
    .container {
        width: 1200px;
    }
}

/* 폰트 설정 */
.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 {
    position: absolute;
    top: 0;
    background: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    margin: 0;
}
.navbar-inverse .navbar-brand {
    margin-top: 12px;
}
.navbar-brand img{
	margin-top:0;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
        padding: 42px 21px;
        font-size: 18px;
        font-weight: 400;
        color: #333;
        letter-spacing: -0.03em;
        -webkit-text-shadow: none;
        text-shadow: none;
    }
 	.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: 0 0 0 rgba(0,0,0,0);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        background: none;
        color: #164c9b;
        font-weight: 500;
    }
}
@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: none;
        background-color: #164c9b;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}
.divider-vertical + li.dropdown {
    display: none;
}
.dropdown-menu > li > a {
	padding: 7px 25px;
	font-size: 15px;
	color: #FFF;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #469ddb;
	font-weight: 500;
	text-decoration: none;
}
/* 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: #333;
    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: #333;
    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: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #164c9b;
    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: #164c9b;
}
.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;
    }
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
/*bbs - a type*/
.bbs-blog-index-layout .bbs-area{
    margin-top: 40px;
}
.bbs-blog-index-layout .bbs-area .dh-board {
    border-top: 1px solid #333;
}
.dhb-txt-box {
    padding: 25px 5px;
    border: none;
    border-bottom: 1px solid #ddd;
    background: transparent;
    margin: 0;
}
.dhb-txt-box:hover {
    background: #f3f3f3;
}
.dhb-txt-box > .col-md-4{
	display:none;
}
.dhb-txt-list{
	width: 100%;
    border-right: none;
}
.dhb-txt-box .thumb-hidden{
	border: none;
    box-shadow: none;
    height: 180px;
    max-height: none;
}
.dhb-txt-box .thumb-hidden > a{
	display: block;
    height: 100%;
	background-size:cover;
	background-position:center;
}
.dhb-txt-box .thumb-hidden > a img{
	display:none;
}
.dhb-txt-list .col-md-7 h4 a {
    letter-spacing: -0.03em;
    color: #333;
    font-weight: 600;
}
.dhb-txt-list .col-md-7 h5 a {
    color: #666;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 13px;
}
.dh-view-box {
    margin-top:40px;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
/* ---------- 게시판 타이틀 설정 ---------- */
.intro-board-widget-layout{
	display:none;
}
.intro-boardbox .page-header {
    padding: 0 0 24px;
    margin: 0 0 24px;
    border-bottom: 1px solid #e3e3e3;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    font-size: 27px;
    letter-spacing: -0.03em;
    font-weight: bold;
    line-height: 1;
}

.intro-boardbox .page-header h4 .btn {
	padding: 5px 0 0;
	margin: 0;
	line-height: 1;
}

.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;
}
.intro-boardbox .front-panel>.panel {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.intro-boardbox .panel-body {
    padding: 0;
}
.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}
.dh-front-list2 h6 a {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    padding: 0;
}
.dh-front-list2 h6 a span {
    color: #333;
    font-weight: 400;
    font-size: 15px;
    padding: 12px 0;
}
.dh-front-list2 h6 a .label-danger {
    margin: 0 !important;
    padding: 0 0 0 6px !important;
    background: none;
    color: #eec668 !important;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 30px;
}
.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;
}

.list-row-subject:before {
	content: "∙";
	color: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}

.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;
}
/* //메인 페이지 설정 끝 */
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: 150px;
    max-height: 150px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
}
.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
	width: 100%;
	height: 100%;
	float: left;
	margin: 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	background:transparent;
	border:none;
    margin: 0px 0px;
    padding: 0 9px 45px;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden{
	border:none;
}
.dhb-txt-box-type-b-text-layout h4 {
    margin: 15px 0 0 !important;
    text-align: left;
    font-size: 15px !important;
}
.dhb-txt-box-type-b-text-layout h4 strong {
    display: inline-block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 500;
    color: #333;
    letter-spacing: -0.015em;
}
.dhb-txt-box-type-b-text-layout h4 .label{
	vertical-align:text-top;
}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}

/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0 0 45px;
    border: none;
    overflow: hidden;
    background: #fff;
}
.dh-front-blog>.col-md-4>.thumbnail:hover{
    transform:translateY(-5px);
}
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: auto;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
    padding-bottom: 75.6%;
}
.dh-front-blog>.col-md-4>.thumbnail:hover a.blogthumb, 
.dh-front-blog>.col-md-4>.thumbnail:focus a.blogthumb{
    opacity: 0.5;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    padding: 0;
    color: #333;
    border: none;
    width: 100%;
    text-decoration: none !important;
}
.dh-front-blog>.col-md-4>.thumbnail:hover .caption{
    color:#164c9b;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 15px 18px !important;
    font-size: 18px;
    letter-spacing: -0.015em;
    text-shadow: 0;
}
@media(min-width:768px){
	.dh-front-blog>.col-md-4,
	.bbs-blog2-index-layout .dhb-txt-box-type-b{
		width:25%;
    }
    .main-issue .dh-front-blog>.col-md-4{
        width:33.333%;
    }
}
.m-gallery+div {
    text-align: center;
}
.m-gallery+div a.more-btn {
    display: inline-block;
    border: 2px solid #fff;
    padding: 18px 90px;
    border-radius: 60px;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.03em;
}
.m-gallery+div a.more-btn:hover {
    background: #fff;
    color: #469ddb;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
/* personal setting 0.63v */
/* 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;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.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 */
.numbering{margin-right: 1px;}
.numbering.circle, .numbering.sqr {
    display: inline-block;
    border-radius: 50%;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.9em;
    text-align: center;
    font-size: 0.7em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 50%;
    background: #164c9b;
    margin-right: 4px;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important;margin-left:20px;line-height: 1.4em;padding-bottom: 7px;}
.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;letter-spacing: -0.04em;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px;padding-left:20px;position:relative;line-height: 1.5em;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
    font-family: 'fontawesome';
    color: #164c9b;
}
.location-li{
    border-top: 1px solid #333;
    margin: 40px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 12px 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 150px;
    font-weight: 500;
    color: #151515;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 12px;
    color: #164c9b;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.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: 0 0 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;
	line-height: 1.5em;
}
.trait-dl > dt {
    border-color: #151515;
    font-size: 18px;
    padding: 15px 0 0 3px;
    font-weight: bold;
    letter-spacing: -0.03em;
    color: #151515;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@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 {
    display: block;
    position: relative;
    padding: 24px 15px;
    margin-bottom: 30px;
    min-height: max-content;
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
    border-radius: 21px;
    transition: all .3s ease;
}
.card:hover{
	transform:translateY(-5px);
}
.card .card-ttl{
	margin: -15px -15px 20px;
	padding: 16px 0;
	text-align:center;
	font-size:16px;
	font-weight: 400;
	color:#fff;
	background: #164c9b url(/skin/img/sub/ptn1.png);
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin: 0 auto 20px;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote,
p.quote{
	margin: 50px 0 70px;
	font-size:26px;
	font-weight:300;
	color: #333;
	line-height:1.2;
}
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;
}
.list-row-subject{
	max-width:66%;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 1px solid #333;
    border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 18px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1;
    border-bottom: 1px solid #e3e3e3;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th {
    color: #333;
    padding: 21px 15px;
    font-size: 15px;
    background: #eff5f9;
}

.table-style {
	margin: 20px 0 20px;
	border-top: 1px solid #999;
}

.table-style tr th, .table-style tr td {
    padding: 18px 12px !important;
    border-bottom: 1px solid #e3e3e3 !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}
.table-style tr th {
	color: #151515;
	text-align: center;
}

.table-style thead tr th {
    background: #eff5f9;
}
.table-style tr td {
	color: #666666;
}
.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:#164c9b;
}
.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 #164c9b;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.63v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill, .carousel-inner .item .fill {
    height: 660px;
}
.carousel-caption {
    margin: 0;
    padding: 60px 0 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1200px;
    text-align: center;
}
.carousel-caption h1 {
    margin: 0 0 30px;
    font-family: 'Open Sans', sans-serif;
    font-size: 54px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.015em;
}
.carousel-caption p {
    margin: 0;
    font-size: 15px;
    color: #fff;
    letter-spacing: -0.015em;
    line-height: 27px;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.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-indicators li {
    background: rgba(255, 255, 255, 0.3);
    border: none;
    margin: 0 9px !important;
    padding: 0;
    width: 9px !important;
    height: 9px !important;
}
.carousel-indicators li.active{
    background: #fff;
}
.main-content > div{
	padding: 105px 0;
}
.main-content .title {
    margin-bottom: 45px;
    text-align: center;
    padding: 0 !important;
}
.main-content .title h3 {
    margin: 0;
    color: #151515;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.03em;
}
.main-content .title h3:after {
    content: '';
    display: block;
    margin: 24px auto 0;
    width: 30px;
    height: 1px;
    background: #151515;
}
.main-program {
    background: #f3f3f3;
}
/*.main-program:before{*/
/*	content:'';*/
/*	display:block;*/
/*	width:100%;*/
/*	height: 100%;*/
/*	z-index: 0;*/
/*	position:absolute;*/
/*	left:0;*/
/*	top:0;*/
/*	opacity:0.1;*/
/*	background:url(/skin/img/main/m-program.jpg) no-repeat center / cover;*/
/*	background-attachment: fixed;*/
/*}*/
.main-program .row{
	margin:0 -5px;
}
.main-program .row > div {
    padding: 0 6px;
}
.main-program a {
    margin-bottom: 10px;
    background: #fff;
    padding: 45px 0;
    position: relative;
    display: block;
    text-align: center;
    transition: all .3s ease;
    border-radius: 21px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.12);
}
.main-program a:before {
    content: '';
    display: block;
    width: 1px;
    height: 54px;
    background: rgba(0, 0, 0, 0.12);
    position: absolute;
    left: 0;
    top: 12px;
}
.main-program .row > div:nth-of-type(2) a:before{
	display:none;
}
.main-program a i {
    font-size: 60px;
    color: #469ddb;
    transition: all .3s ease;
}
.main-program a:hover i{
	color:#469ddb;
	transform: translateY(-5px);
}
.main-program a h5 {
    margin: 0;
    padding: 24px 0 0;
    color: #151515;
    font-size: 18px;
    text-align: center;
    letter-spacing: -0.03em;
}
.main-program a:hover h5 .numbering, .main-program a:hover h5 {
    color: #469ddb;
}
.main-program a h5 .numbering {
    display: none;
}
.main-content .main-management {
    padding:75px 0;
    background: #ffffff;
}
.main-management img{
	transition: all .3s ease;
}
.main-management img:hover{
	transform:translateY(-10px);
	opacity: 0.81;
}
.main-gallery {
    background: #164c9b;
}
.main-issue .page-header,
.main-gallery .page-header{
	display: none;
}
.main-gallery .title h3 {
    color: #fff;
}
.main-gallery .title h3:after {
    background: #fff;
}
.management-wrap{
	padding: 20px 0 40px;
	margin: 0;
	border-radius: 5px;
	max-width: 100%;
	text-align:center;
	border: 3px solid #d3e2f2;
	box-shadow: 0 5px 0px 1px #edf1f5;
}
.management-wrap > div{
	padding:0 30px;
}
.subpage-content .management-wrap h4{
	margin-bottom:30px;
	padding:15px 0;
	color:#fff;
	font-weight: 500;
	font-size: 24px;
	border-radius: 30px;
	background: #164c9b url(/skin/img/sub/ptn1.png);
}
.management-wrap h4{
	margin-bottom:30px;
	padding:15px 0;
	color:#fff;
	font-weight: 500;
	font-size: 24px;
	border-radius: 30px;
	background: #164c9b url(/skin/img/sub/ptn1.png);
}
.management-wrap   h5{
	margin-bottom: 0;
	letter-spacing: -0.06em;
	font-weight: 600;
	font-size: 22px!important;
}
.management-wrap  h5:after{
	content:'';
	display:block;
	width:1px;
	height: 25px;
	margin: 10px auto 0;
	background: #ddd;
}
.management-wrap  h5 span{
	display:block;
	margin:0 auto 10px;
	font-size:16px;
	/* text-decoration: underline; */
	color:#164c9b;
}
.management-wrap li{
	margin-bottom:10px;
	padding:10px 0;
	border-radius:60px;
	font-size: 15px;
	letter-spacing: -0.06em;
	color: #333;
	background:#f5f5f5;
	border: 1px solid #ddd;
	font-weight: 500;
}
.main-bbs .intro-boardbox{
	padding:0;
}
.img-wrap{
	margin:20px -3px;
}
.img-wrap > div{
	padding: 8px;
}
.main-content .main-bbs {
    padding: 60px 0;
    background: #fff;
}
.main-issue{
    background: #eef5ff;
    text-align: center;
}
.main-issue .dh-front-blog>.col-md-4>.thumbnail{
    padding:4px;
    border:1px solid #ddd;
}
.main-issue .dh-front-blog>.col-md-4>.thumbnail:hover{
    border-color:#469ddb;
}
.main-issue .more-btn{
    display: inline-block;
    border: 2px solid #469ddb;
    padding: 18px 90px;
    border-radius: 60px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: -0.03em;
    background: #469ddb;
    color: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
.main-issue .more-btn:hover{
    color: #469ddb;
    background:#fff;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 36px 0 45px;
    background: #e6e6e6;
    color: #666;
    font-size: 13px;
    letter-spacing: 0;
}

.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 12px;
    margin-right: 10px;
    line-height: 1em;
    border-right: 1px solid #d3d3d3;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    font-size: 12px;
    color: #999;
}
.footer_copy .col-sm-10 {
    padding-left: 20px;
    padding-top: 5px;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader {
    height: 330px;
    background: #000 url(/skin/img/sub/subtop-bg.png) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 0;
    padding-top: 195px;
    font-size: 42px;
    color: #154c9b;
    letter-spacing: -0.03em;
}
.breadcrumb {
    float: right;
    margin: 12px 0 0 15px;
    padding: 0;
    background: transparent;
    font-size: 15px;
    color: #666;
}
.breadcrumb .active {
    color: #151515;
    font-weight: bold;
}
.breadcrumb>li+li:before {
    content: "\f105";
    font-family: FontAwesome;
    padding: 0px 4px 0;
}
.subpage-layout{
	padding-top: 80px;
	padding-bottom:80px;
}
.subpage-content .emp {
    font-weight: bold;
    color: #151515;
}
.subpage-content section{
	padding-bottom: 80px;
}
.subpage-content section h4 {
    position: relative;
    margin-bottom: 24px;
    color: #151515;
    font-size: 27px;
    font-weight: 500;
    letter-spacing: -0.03em;
}
.subpage-content section > h5, .tab-content h5{
	margin-top: 40px;
	margin-bottom:15px;
	font-size: 20px;
	letter-spacing: -0.05em;
	position: relative;
	padding-left: 10px;
	font-weight: 600;
}
.snb{
	padding-right:60px;
}
.snb h2 {
    color: #164c9b;
    position: relative;
    padding: 0 0 27px;
    font-size: 36px;
    letter-spacing: -0.045em;
    font-weight: bold;
    border-bottom: 3px solid #164c9b;
    margin: 0;
    display: none;
}
.snb h2:after{
	content:'';
	display:block;
	width: 120px;
	height: 3px;
	/* background:#164c9b; */
	position:absolute;
	left:0;
	bottom: -3px;
}
.snb > ul{
}
.snb > ul > li {
	margin-bottom: 0px;
}
.snb > ul > li > a {
    display: block;
    padding: 24px 10px;
    border-bottom: 1px solid #e3e3e3;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.03em;
    line-height: 1;
}
.snb > ul > li:nth-child(1) > a {
    border-top: 1px solid #e3e3e3;
}
.snb > ul > li > a:hover {
    color: #151515;
    font-weight: bold;
}
.snb > ul > li.active > a {
    color: #151515;
    font-weight: bold;
}
.snb > ul > li.active > a:after {
    content: "\f105";
    font-family: "fontawesome";
    float: right;
    color: #469ddb;
    font-size: 18px;
    line-height: 1;
}
.subpage-content .title {
    margin-bottom: 45px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d3d3d3;
}
.subpage-content .title:after{
	content:'';
	display:block;
	clear:both;
}
.subpage-content .title h3 {
    float: left;
    color: #151515;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -0.045em;
    margin: 0;
    line-height: 1;
}


/* subpage about */
.about01-top .right-con {
    padding-left: 40px;
}
.about01-top .right-con .t1 {
    margin-top: 90px;
    margin-bottom: 24px;
    line-height: 1;
    padding-bottom: 24px;
    border-bottom: 1px solid #d3d3d3;
}
.about01-top .right-con .t1 .cn{
	display:inline-block;
	margin-bottom:10px;
	font-size:72px;
	color: #469ddb;
	font-family: "Microsoft Yahei","微软雅黑", STXihei, "华文细黑", sans-serif; 
}
.about01-top .right-con .t1 .kr {
    display: inline-block;
    padding-left: 10px;
    font-size: 21px;
    line-height: 33px;
}
.about01-top .right-con .t2 {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}
.about01-top .right-con .des {
    margin: 0;
    color: #666;
    font-size: 18px;
    letter-spacing: -0.015em;
    line-height: 33px;
}
/* .about01-top .txt-box{
	width:60%;
	position:absolute;
	left:0;
	top:0;
	padding:30px;
} */
.value-wrap {
    margin-top: 90px;
    /* background: url(/skin/img/sub/value-wrap.jpg) no-repeat center / cover; */
}
.value-wrap .top-con {
    padding: 0 0 0 24px;
    border-left: 6px solid #164c9b;
}
.value-wrap .top-con .quote {
    font-size: 36px;
    margin: -15px 0 18px;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 48px;
}
.value-wrap .top-con .small-quote {
    color: #666;
    font-size: 15px;
    line-height: 27px;
    margin: 0;
}
.value-wrap .bottom-con{
	padding: 40px 0px 30px;
	text-align:center;
	background:rgba(255,255,255,0.75);
}
.value-wrap .bottom-con .row{
	margin:0 -5px;
}
.value-wrap .bottom-con .row > div{
	padding:5px;
}
.value-wrap .bottom-con .row .clearfix{
	padding:0;
}
.value-wrap .bottom-con .inner{
	border:1px solid #ddd;
}
.value-wrap .bottom-con h5 {
    margin: 0;
    padding: 18px 0;
    color: #fff;
    background: #164c9b url(/skin/img/sub/ptn1.png);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1;
}
.value-wrap .bottom-con p {
    margin: 0;
    padding: 24px 0;
    font-size: 18px;
    color: #333;
    letter-spacing: -0.03em;
    line-height: 27px;
}
.area-wrap{
	padding:0px;
	/* background:url(/skin/img/sub/area-wrap.jpg) no-repeat center / cover; */
}
.area-wrap .quote{
	margin-bottom:40px;
	text-align: center;
}
/* .area-wrap .quote span{
	display:block;
	font-size: 36px;
	margin-bottom:10px;
	color:#164c9b;
	letter-spacing: -0.05em;
} */
.area-wrap .card{
	min-height: 432px;
	border: 1px solid #e3e9ed;
	background: rgba(255,255,255,0.95);
	border-radius: 4px;
	box-shadow: none;
	padding: 0 30px;
}
.event-wrap .card h5, .manage-support .card h5{
	margin-top:10px;
	margin-bottom: 40px;
	color: #333;
	text-align: center;
	letter-spacing: -0.034em;
	font-weight: 600;
	font-size: 17px;
}
.area-wrap .trait-dl{
	padding: 20px 10px 10px;
    /* border: 1px solid #469ddb; */
	border-radius: 4px;
	transition:all .3s ease;
    /* box-shadow: 3px 3px 0 #eee; */
}
.area-wrap .trait-dl:hover{
	/* transform:translateY(-5px); */
}
.area-wrap dt {
	text-align: center;
}
.area-wrap dt i{
	display:block;
	margin: 0 auto 15px;
	font-size:50px;
	color: #469ddb;
}
.area-wrap dd,
.area-wrap dt{
	border:none;
}
.area-wrap dd {
    border-left: 1px solid #d3d3d3;
}
.area-wrap .clearfix{
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px dashed #ddd;
}
@media(min-width:768px){
	.area-wrap .trait-dl .area-dt2{
		padding-top:50px;
	}
	.area-wrap .trait-dl .area-dt3{
		padding-top:50px;
	}
}


.history-wrap{
	margin:15px -1px;
}
.history-wrap > div{
	padding: 0 0 1px 1px;
}
.history-wrap .inner{
	position:relative;
	padding-bottom:100%;
	background-color:#164c9b;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.history-wrap .inner .txt-box{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding: 70px 20px;
	color:#fff;
	text-align:center;
}
.history-wrap .year{
	font-size: 54px;
	font-weight: 300;
}
.history-wrap .year small{
	display:block;
	margin-top: -10px;
	letter-spacing: -0.04em;
	font-size: 20px;
}
.history-wrap .des{
	font-size:15px;
	line-height: 1.5em;
	letter-spacing: -0.034em;
}

/* subpage management */
.manage-support {
	/* margin:20px -15px; */
}
.manage-support img{
	margin-bottom:30px;
}
.manage-support .card{
	min-height: 392px;
	padding: 0 20px;
	margin-bottom: 0;
	box-shadow: none;
	border: 1px solid #ddcdc1;
}
/* .manage-support .card h5{
	margin-top: 10px;
    margin-bottom: 15px;
    color: #333;
	text-align: center;
	font-size:16px;
} */
.manage-support .card h5 i{
	display: block;
	margin: 40px auto 30px;
	font-size: 45px;
	color: #e9a46a;
}

/* subpage duty */
.lecture-wrap{
	margin:10px -5px 0;
}
.lecture-wrap > div{
	padding:5px;
}
.lecture-wrap .step{
	padding: 12px 0;
	margin-bottom: 0px;
	font-size: 20px;
	text-align: center;
	color:#fff;
	font-weight:500;
	background: #164c9b url(/skin/img/sub/ptn1.png);
}
.lecture-wrap .step span{
	display: block;
	font-size: 13px;
	color:#fff;
	font-weight:400;
}
.lecture-wrap .card h5{
	margin-top: 0;
	/* margin-bottom: 20px; */
	text-align:center;
	font-size: 17px;
	letter-spacing: -0.06em;
	font-weight: 500;
	line-height: 1.4em;
	height: 95px;
}
.lecture-wrap .card h5 span {
    display: block;
    margin: 0 auto 15px;
    border-radius: 28px;
    line-height: 36px;
    font-size: 13px;
    FONT-WEIGHT: 600;
    text-align: center;
    color: #164c9b;
    background: #fff;
    border: 1px solid #164c9b;
}
#duty01 .se2 .lecture-wrap .card{
	min-height: 399px;
}
#duty01 .se3 .lecture-wrap .card{
	min-height: 399px;
}
#duty01 .se4 .lecture-wrap .card{
	min-height: 301px;
}
.refer-text{
	letter-spacing: -0.05em;
	margin-top:15px;
	font-size:13px;
	color:#666;
	padding-right: 30px;
	/* text-decoration: underline; */
	text-align:right;
}

/* subpage workshop */
.workshop-top{
	position:relative;
	margin-bottom:40px;
	padding-bottom:70%;
	background:url(/skin/img/sub/workshop-wrap.jpg) no-repeat center / cover;
}
.workshop-top .row{
	position:absolute;
	left:0;
	bottom:50px;
	width:100%;
	margin:0;
	padding: 0 60px;
}
.workshop-top .row > div{
	padding: 10px;
}
.workshop-top  img{
	border-radius:10px;
}
.event-wrap{
	margin:20px -5px;
}
.event-wrap > div{
	padding:5px;
}
.event-wrap .card {
    min-height: 315px;
    margin-bottom: 0;
}
/* .event-wrap .card h5{
	margin-top: 10px;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
    font-size: 16px;
} */
.event-wrap .card h5 i {
    display: block;
    margin: 0 auto 15px;
    font-size: 42px;
    color: #469ddb;
}
.workshop-end{
	padding: 80px;
	background:url(/skin/img/sub/workshop-end.jpg) no-repeat center / cover;
}
.workshop-end .row{
	margin:0 -5px;
}
.workshop-end .row > div{
	padding: 10px;
}
.workshop-end .quote{
	color:#fff;
	font-weight:500;
	text-shadow: 0 0 10px rgba(0,0,0,0.75);
}
.workshop-end img{
	border-radius: 5px;
}
.subpage-content section h4 small{
	display:block;
	margin-top:10px;
	font-size:16px;
}
.prog06-menu{
	display:none;
}
.prog06-menu,
.tab-menu{
	margin:20px 0;
	text-align: center;
}
.prog06-menu:after,
.tab-menu:after{
	content:'';
	display:block;
	clear:both;
}
.prog06-menu li,
.tab-menu li{
	float:left;
	width:20%;
	padding: 0 0 0 1px;
}
.tab-content{
	padding-top:20px;
}
#program02 .tab-menu li{	width:50%;}
#program03 .tab-menu li{	width:33.333%;}
.prog06-menu li a,
.tab-menu li a{
	display:block;
	letter-spacing: -0.04em;
	padding: 12px 0;
	font-size: 15px;
	font-weight: 500;
	background: #efefef;
	color:#555;
	margin-bottom: 1px;
}
.prog06-menu li a:hover,
.tab-menu li.active a{
	color:#fff;
	font-weight: 400;
	background: #459ddb;
}

/* subpage program */
.prog-list{
	margin:20px -5px 40px;
}
.prog-list > div:not(.clearfix){
	padding:5px;
}
.prog-list a{
	display:block;
	position: relative;
	overflow:hidden;
	border-radius: 4px;
}
.prog-list a h5{
	margin:0;
	position: absolute;
	left:0;
	bottom:0;
	width:100%;
	padding:10px 20px;
	color:#fff;
	background:rgba(0,0,0,0.6);
}
.prog-list a h5:after{
	content:'+ more';
	float:right;
	font-size:0.8em;
}
.prog-list a p{
	margin:0;
	position: absolute;
	left:0;
	top:100%;
	width:100%;
	height:100%;
	padding:15px;
	background:#459ddb;
	color:#fff;
	line-height:1.2;
	text-align:center;
	transition:all .3s ease;
}

.prog-list a p span{
	position: absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:20px 30px;
	width:100%;
}
.prog-list a  p span:after{
	content:'더보기';
	display:block;
	margin-top:10px;
	text-decoration: underline;
}
.prog-list a:hover p{
	top:0;
}
.prog-top {
	margin: 30px -15px 70px;
	/* border: 1px solid #ddd; */
	/* border-radius: 3px; */
	/* padding: 40px 0 40px; */
	/* box-shadow: 0 5px 0px 1px #edf1f5; */
}
.prog-top > div > h5:first-of-type{
	margin-top:0;
}
#program01 #tab2 .card{
    min-height: 240px;
    border: 1px solid #b4c9e1;
    box-shadow: none;
    margin: 10px 0 20px;
    overflow: hidden;
    padding-top: 15px;
}
.circle-wrap{
	text-align:center;
}
.circle-wrap .circle-box{
	display:inline-block;
}
.circle-wrap .circle{
	position:relative;
	width:150px;
	height:150px;
	margin:0 10px;
	border-radius: 50%;
	background: #eff5f9;
}
.circle-wrap .circle p{
	margin:0;
	position:absolute;
	left:50%;
	top:50%;
	transform: translate(-50%,-50%);
	width:90%;
	color:#164c9b;
	font-size: 17px;
	font-weight:500;
	letter-spacing: -0.04em;
}
.circle-wrap .circle p small{
	display:block;
	font-size: 14px;
	color: #333;
	margin-top: 3px;
	line-height: 1.3em;
}
.module-li{
	margin:10px 0 20px;
	text-align: center;
}
.module-li:after{
	content:'';
	display:block;
	clear:both;
}
.module-li li{
	float:left;
	width:33.333%;
	padding: 1px;
	border:1px solid #fff;
	color:#fff;
	background: #164c9b;
	line-height: 3em;
}
.module-li li small{
	display:block;
	font-size: 15px;
	font-weight:500;
	color:#164c9b;
	background:#fff;
	padding: 5px 0;
	line-height: 1.5em;
}
.prog-top .name{
	margin:15px 0 30px;
	text-align: right;
	font-size:13px;
	font-style:italic;
}
.goal-wrap{
	margin:15px -5px 0;
}
.goal-wrap > div{
	padding:5px;
}
.goal-wrap .card{
	min-height: 344px;
}
.quote-wrap{
	margin:20px -15px;
}
.quote-wrap .small-quote{
	margin-top:20px;
	font-size:16px;
	font-weight:500;
	color:#666;
}
.prog-wrap{
	margin:40px -10px;
}
.prog-wrap > div{
	padding:0 10px;
}
#program06 .se1 .prog-wrap .card,
#program05 .se1 .prog-wrap .card,
#program04 .se1 .prog-wrap .card,
#program03 .se1 .prog-wrap .card,
#program02 .se1 .prog-wrap .card{
	padding:0;
	border:none;
	box-shadow: none;
}
#program06 .se1 .prog-wrap .card h5,
#program05 .se1 .prog-wrap .card h5,
#program04 .se1 .prog-wrap .card h5,
#program03 .se1 .prog-wrap .card h5,
#program02 .se1 .prog-wrap .card h5{
	margin: 20px 0 10px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.06em;
}

#program06 .se2 .prog-wrap .card{
	min-height: 245px;
}
#program06 .se2 .prog-wrap h5{
	margin-top:15px;
	margin-bottom: 20px;
	text-align:center;
	font-size: 18px;
	letter-spacing: -0.03em;
}
#program06 .se2 .prog-wrap h5 span{
	display: block;
    margin: 0 auto 10px;
    font-size: 16px;
    text-decoration: underline;
    color: #164c9b;
}
#program06 .li-disc li strong.numbering{
	display:inline-block;
	min-width:60px;
}

#program06-1 .prog-wrap .right-con{
	padding-top:80px;
}
[id^="program06"] .prog-wrap .card h5{
	margin-top: 5px;
	text-align:center;
	font-size: 17px;
	color: #004b95;
	line-height: 1.3em;
	padding-bottom: 15px;
	border-bottom: 1px solid #bdd4ea;
}
#program06-1 .prog-wrap  .card{	min-height:245px;}
#program06-2 .prog-wrap  .card{min-height: 340px;}
#program06-3 .prog-wrap  .card{	min-height:210px;}
#program06-4 .prog-wrap  .card{	min-height:400px;}
#program06-5 .prog-wrap  .card{	min-height:200px;}
#program06-6 .prog-wrap  .card{	min-height:270px;}
#program06-7 .prog-wrap  .card{	min-height:200px;}
#program06-8 .prog-wrap  .card{	min-height:200px;}
#program06-9 .prog-wrap  .card{min-height: 342px;}
#program06-10 .prog-wrap  .card{min-height: 188px;}
#program06-11 .prog-wrap  .card{	min-height:200px;}

.process-wrap{
	margin: 20px -15px;
}
.process-wrap > div{
	padding:0 10px;
}
.process-wrap .inner{
	position:relative;
	padding:10px;
	color:#fff;
	text-align:center;
	background: #2b84db;
}
.process-wrap .inner:after{
	content:'';
	display:block;
	width:20px;
	height:100%;
	position:absolute;
	left:100%;
	top:0;
	border-left: 20px solid #2b84db;
	border-top:20px solid transparent;
	border-bottom:20px solid transparent;
}
.process-wrap .inner p{
	margin:0;
	font-weight:500;
}
@media(max-width:767px){
	
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 9px 13px;
    line-height: 1;
    color: #666;
    text-decoration: none;
    background: #fff;
    border: none;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #164c9b;
    border: 1px solid #164c9b !important;
}
.dh-board .input-group-btn #btnNew {
    background: #164c9b;
    border-color: #164c9b;
}
.dh-margin-top {
    margin-top: 60px;
}
.subject strong {
    font-weight: 500;
}
.dh-view-box>.row>.page-header h4 {
    margin: 15px 0;
    letter-spacing: -0.034em;
}
.bbs-area form h2 {
    font-size: 24px;
    letter-spacing: -0.034em;
    margin: 0 0 20px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #999;
}
.form-horizontal .control-label {
    text-align: left;
    font-size: 15px;
}
.text-danger {
    margin-top: 10px;
    margin-bottom: 0;
    letter-spacing: -0.06em;
    font-size: 14px;
    color: #ca0000;
}
.area-wrap .quote small {
    font-size: 26px;
    letter-spacing: -0.034em;
    line-height: 1.45em;
}
.subpage-content section h4 + p {
    font-size: 18px;
    letter-spacing: -0.03em;
    color: #999;
    margin: -12px 0 30px;
    line-height: 33px;
}
body {
    font-size: 15px;
    color: #333;
    letter-spacing: -0.034em;
}
.tab-menu li a:hover {
    font-weight: 400;
    background: #459ddb;
    color: #fff;
}
#consulting01 .subpage-content section h4 + p, #management01 .subpage-content section h4 + p, #workshop01 .subpage-content section h4 + p, #program06 .subpage-content section h4 + p{
    color: #333;
    margin-top: 0;
}
.subpage-content section > h5:before, .tab-content h5:before{
	content: "";width: 4px;height: 20px;background: #469ddb;border-top: 5px solid #164c9b;position: absolute;left: 0;top: 2px;}
#duty01 .lecture-wrap .card {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 20px 30px;
    margin-bottom: 0;
}
#duty01 section.col-md-12 {
    padding-left: 0;
    padding-right: 0;
}
.lecture-wrap .card h5 span br {
    display: none;
}
.card .li-disc > li {
    position: relative;
    margin-left: 0;
    list-style: none!important;
    line-height: 1.3em;
    font-size: 15px;
    padding: 0 0 7px;
    letter-spacing: -0.04em;
    padding-left: 10px;
}
.card .li-disc > li:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #d3d3d3;
}
.li-disc .li-dash > li {
    margin-left: -5px;
    position: relative;
    line-height: 1.4em;
    padding: 3px 0 0 15px;
    font-size: 14px;
}
#duty01 .se3 .lecture-wrap .card h5 {
    height: 75px;
}
#duty01 .se1 .col-sm-8 p {
    padding-right: 10px;
    font-size: 16px;
    letter-spacing: -0.07em;
    line-height: 1.6em;
}
#duty01 .duty-top {
    margin-bottom: 50px;
}
#duty01 .duty-top p span {
    font-size: 25px;
    display: block;
    margin-bottom: -10px;
    color: #164c9b;
}
.bullying-top {
    border-radius: 5px;
    padding: 50px 30px 30px;
    /* border: 3px solid #d3e2f2; */
    background: #fff;
    margin: 0 0 50px 0;
	/* box-shadow: 0 3px 0px 1px #edf1f5; */
	transition:all .3s ease;
}
.bullying-top:hover{
	transform:translateY(-5px);
}

.bullying-top .clearfix {
    border-bottom: 1px dashed #ddd;
    margin: 30px 0;
}
.bullying-top h5 {
    font-size: 18px;
    letter-spacing: -0.08em;
    font-weight: 500;
    margin: 0 0 20px;
    color: #164c9b;
}

#duty01 .se1 .col-sm-8 {
    padding-left: 30px;
}
#duty01 .se4 .col-md-4 img {
    margin-bottom: 100px;
}

.bullying-top .col-sm-push-8 img {
    padding-bottom: 40px;
}
#duty01 .se4 .col-sm-8 p {
    font-size: 15px;
    padding-right: 30px;
    letter-spacing: -0.07em;
    line-height: 1.5em;
}
#workshop01 .subpage-content section h4 small {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    margin-bottom: 30px;
    line-height: 27px;
}
#management01 .manage-support .col-sm-4 {
    width: 20%;
    padding-right: 5px;
    padding-left: 5px;
}
#management01 .manage-support .col-sm-4:first-child {
    padding-left: 15px;
}
#management01 .manage-support .col-sm-4:last-child {
    padding-right: 15px;
}
.manage-support .card h5 {
    height: 110px;
}
#management01 .card .li-disc > li:before {
    background: #cb7f40;
}
.quote-box p {
    margin-bottom: 0;
    line-height: 1.5em;
    font-size: 16px;
    letter-spacing: -0.06em;
}
#program04 .se1 .prog-wrap .card p, #program05 .se1 .prog-wrap .card p, #program06 .se1 .prog-wrap .card p, #program02 .se1 .prog-wrap .card p, #program03 .se1 .prog-wrap .card p{
    line-height: 1.4em;
    font-size: 15px;
    letter-spacing: -0.06em;
}
#program06 .tab-content .prog-wrap h5:before, #program01 .card h5:before {
    display: none;
}
.prog-top > div > h5 {
    font-size: 18px;
    padding-left: 12px;
    margin-top: 30px;
    margin-bottom: 11px;
}
.prog-top > div > h5:before {content: "";width: 3px;height: 9px;background: #469ddb;position: absolute;left: 0;top: 6px;transform: skew(-30deg);}
.prog-top > div > p {
    line-height: 27px;
    font-size: 15px;
    letter-spacing: -0.03em;
    padding-left: 12px;
}
#program01 #tab2 .card ul {
    padding: 0 10px;
}
#program01 #tab2 img {
    margin-bottom: 80px;
}
.prog-top > div > p.quote {
    font-size: 25px;
    margin: 0 0 20px;
    font-weight: 400;
    color: #164c9b;
}
.prog-top > div > p.quote + p {
    font-size: 16px;
}
.card .small-quote {
    line-height: 1.3em;
    margin-bottom: 15px;
}
#program01 #tab3 table {
    margin-bottom: 80px;
}
#program01 #tab4 > p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-top: 90px;
    margin-bottom: 0;
    text-align: center;
}
#program01 #tab4 img {
    margin-bottom: 60px;
    margin-top: 15px;
}
#program02 table, #program03 .se2 table {
    margin-bottom: 80px;
}
#program02 table:last-child, #program03 .se2 table:last-child, #program04 .se2 table:last-child {
    margin-bottom: 0;
}
#program06 .tab-content .prog-wrap .emp {
    color: #000;
    letter-spacing: -0.04em;
}
#program06 #tab10 .quote-box h5 {
    margin-top: 10px;
}
#program04 .tab-content h5 {
    margin-top: 0;
}
#program04 .tab-content, #program05 .tab-content {
    padding: 0;
}
#program04 .se2 table {
    margin-bottom: 80px;
}
#program05 .subpage-content .se1{
    padding-bottom: 0;
}
 #program06 .subpage-content .se1 {
    padding-bottom: 40px;    
 }
#program02 .tab-menu, #program03 .tab-menu, #program06 .tab-menu {
    margin: 0 0 40px;
    text-align: center;
    border-top: 2px dashed #ddd;
    padding-top: 80px;
}
/* .value-wrap .bottom-con .col-sm-4 {
    margin-bottom: 20px;
} */
.main-management .img-wrap {
    margin-top: 50px;
}
.main-content .main-bbs .main-notice {
    padding-right: 30px;
}
.main-content .main-bbs .main-inquiry {
    padding-left: 30px;
}
/* mod form */
#mod_type_formForm {
    max-width: 850px;
    margin: 0 auto 60px;
}
.q_number {
    margin-bottom: 25px;
}
@media(min-width:768px){
    #mod_type_formForm .q_number {
        width:50%;
    }
    #mod_type_formForm .q_number:nth-child(7),
    #mod_type_formForm .q_number:nth-child(8),
    #mod_type_formForm .q_number:nth-child(9){
        width:100%;
    }
}
.q_number div h3 {
    font-size: 18px;
    color: #333;
    margin: 0 0 5px !important;
    display: block;
    font-weight: 700 !important;
}
.q_number div h3 i {
    display: none;
}
.q_number .form-control {
    border-radius: 2px;
    margin-bottom: 0px;
}
#mod_type_formForm .btn-primary {
    width: 160px;
    margin-left: 10px;
    color: #fff;
    background-color: #164c9b;
    text-align: center;
    font-size: 14px;
    padding: 14px 0;
    font-weight: 600;
    border-radius: 2px;
    box-shadow: none;
    border: none;
    margin: 0 auto;
    right: auto !important;
    float: none !important;
}
#mod_type_formForm .btn-wrap {
    float: none !important;
    margin: 10px 0 0;
    padding: 0 !important;
}
.form-horizontal .checkbox ,
   .form-horizontal .radio {
    padding-top: 0;
}
.form-horizontal .checkbox label ,
   .form-horizontal .radio label {
    font-size: 13px;
    margin-right: 13px;
    padding-left: 20px;
}
.form-horizontal .checkbox label input ,
   .form-horizontal .radio label input {
    margin-top: 4px;
}
#mod_type_formForm .checkbox label:last-child{
    display:none;
}

.dh-comments div.panel-body{
    font-size:13px;
}
.dh-comments div.panel-body > div{
    font-size:16px;
}
.main-inquiry-write .text-area{
    padding:10px;
    border:1px solid #ccc;
    color:#aaa;
    min-height:150px;
}
.main-inquiry-write .apply-btn{
    display:block;
    width:150px;
    padding:10px;
    text-align: center;
    margin:10px 0 0 auto;
    border:1px solid #ccc;
    border-radius:4px;
    color:#555;
}

@media(max-width:767px){
    .body-layout{
        padding-top:87px;
    }
    .navbar-inverse{
        position: fixed;
        left:0;
        top:0;
        background:#DDF1FA;
    }
    .navbar-toggle{
        top:20px;
        border:none!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        background:#164c9b!important;
    }
    .container_slide > .fill, .carousel-inner .item .fill{
        height:400px;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#164c9b!important;
    }
    .navbar-nav .open .dropdown-menu{
        background:#fff;
    }
    .main-content > div{
        padding:70px 0;
    }
    .main-content .main-bbs .main-inquiry{
        padding-left:15px;
    }
    .main-bbs .row > div{
        padding-bottom:40px;
    }
    .foot-logo{
        margin-bottom:10px;
    }
    .footer_copy li{
        border:none;
        margin-bottom:5px;
    }
    .pageheader{
        height:200px;
        background-position: 70% center;
    }
    .pageheader h2{
        padding-top:100px;
    }
    .subpage-layout{
        padding:40px 0;
    }
    .snb{
        margin-bottom:40px;
        padding-right:15px;
    }
    .snb > ul > li > a{
        padding:15px 10px;
    }
    .about01-top .right-con{
        pading-left:15px;
    }
    .area-wrap .quote small{
        font-size:22px;
    }
    .trait-dl > dt{
        padding:15px 15px 0;
    }
    .area-wrap dd{
        border:none;
    }
    .area-wrap dt, .area-wrap dd{
        float:none;
    }
    .subpage-content .title h3{
        font-size:32px;
    }
    .subpage-content .title{
        padding-bottom:20px;
    }
    .prog06-menu li, .tab-menu li{
        float:none;
        width:100%!important;
    }
    .card{
        min-height:0 !important;
    }
    .process-wrap .inner{
        max-width:85%;
        margin-left:20px;
        margin-bottom:5px;
    }
    #management01 .manage-support .col-sm-4{
        width:100%;
        padding:15px;
    }
    #duty01 .duty-top > div{
        padding:15px;
    }
    .trait-dl > dt, .trait-dl > dd{
        width:100%;
    }
    .bullying-top{
        padding:0;
    }
    .workshop-top .row{
        position: static;
    }
    .workshop-end{
        padding:20px;
    }
    .dh-margin-top{
        text-align: center;
    }
}