@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}
a:hover,a:focus{text-decoration:none;}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 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: #FFF;
    border-bottom: 1px solid #222;
    margin-bottom: 0;
    position: static;
}

.navbar-inverse .navbar-brand {
	color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.logo-wrap {
    padding: 0 0 5px;
    text-align: center;
}
.logo-wrap h1{
	display:inline-block;
	margin:-10px 0 0;
	text-align:left;
}
.logo-wrap h1 img,
.logo-wrap h1 span{
	display:inline-block;
}
.logo-wrap h1 img{
	vertical-align:middle;
	padding-right:10px;
	height:65px;
}
.logo-wrap h1 span{
	position:relative;
	top:10px;
	color:#333!important;
	font-size:26px;
	letter-spacing:-0.04em;
}
.logo-wrap h1 span small{
	display:block;
	font-size:16px;
}
@media screen and (min-width: 768px) {
	.navbar-header,
	.divider-vertical + li,
	.divider-vertical + li +li{
		display:none;
	}
	.navbar-inverse .navbar-nav {
        width: 100%;
        padding: 8px 0 20px;
        float: none !important;
    }
	.navbar-inverse .navbar-nav > li{
		width:20%;
		
	}
	.navbar-inverse .navbar-nav > li > a {
        padding: 10px 0;
        font-size: 15px;
        font-weight: 600;
        color: #444;
        -webkit-text-shadow: none;
        text-shadow: none;
        text-align: center;
        letter-spacing: -0.03em;
        line-height: 1;
        border: 1px solid #fff;
        background: #f2f3f5;
        word-spacing: 0.1em;
    }

 	.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: #f2f3f5;
		color: #323c52;
		font-weight:500;
		border: 1px solid #323c52;
	}
}
@media screen and (min-width: 768px) {
	.navbar .navbar-nav > .dropdown > .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        background-color: #fff;
        border: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        padding: 10px 0 12px;
        box-shadow:none;
        width: 100%;
        border: 1px solid #323c52;
        border-top: none;
        top: 98%;
    }

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.navbar-nav > .dropdown > .dropdown-menu > li > a {
    padding: 4px 25px;
    font-size: 14px;
    letter-spacing:-0.03em;
    color: #555;
    text-transform: uppercase;
    text-align: center;
}

.navbar-nav > .dropdown > .dropdown-menu > li > a:hover,
.navbar-nav > .dropdown > .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #1aaf6b;
    text-decoration: underline;
}


.menu-top{
	width:100%;
}
.menu-top:after,
.menu-top ul:after{
	content:'';
	display:block;
	clear:both;
}
.menu-top ul{
	float:right;
	margin:0;
}
.menu-top ul li {
    float: left;
    line-height: 1;
    text-align: center;
    background: #323c52;
    border-right: 1px solid rgba(255,255,255,0.2);
}
.menu-top ul li:first-child {
    background: #3c6ac1;
    border-right:none;
}
.menu-top ul .instagram{
    background: #F24E4B;
    border-right:none;
}
.menu-top ul li:last-child {
    border-right: none;
    border-bottom-right-radius: 3px;
}
.menu-top ul li a {
    display: block;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 1;
    padding: 8px 15px;
}
.menu-top ul .state{
	display:none;
}
.menu-top ul .kakao a{
	padding:4px 8px;
	background:#FBE300;
}
.menu-top ul .kakao img{
	height:20px;
}

/* blog board */
/*bbs - a type*/
.dhb-txt-box {
    border: none;
    background: transparent;
    padding: 20px 5px;
    border: 1px solid #ddd;
    margin: 0 0 20px;
    transition: all ease 0.3s;
}
.dhb-txt-box:hover,
.dhb-txt-box:focus{
    border-color: #323c52;
    box-shadow: 6px 6px 0 #e0e2e8;
}
.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: 150px;
    max-height: none;
}
.dhb-txt-box .thumb-hidden > a{
	display: block;
    height: 100%;
    margin:0;
	background-size:cover;
	background-position:center;
}
.dhb-txt-box .thumb-hidden > a img{
	display:none;
}
.dhb-txt-list .col-md-7 h4 {
    margin: 15px 0 0;
}
.dhb-txt-list .col-md-7 h4 a {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
}
.dhb-txt-list .col-md-7 h4 a:hover {
    border-bottom: 1px solid #1aaf6b;
    color: #1aaf6b;
}
.dhb-txt-list .col-md-7 h5 {
    margin-bottom: 0;
    overflow: hidden;
}
.dhb-txt-list .col-md-7 h5 a {
    color: #666;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 14px;
    display: block;
    margin: 0;
    max-height: 90px;
}
.dh-view-box {
    margin-top:40px;
}


/*bbs - b type*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 160px;
	height: 160px;
	max-height: 160px;
	border: none;
    box-shadow: none;
}

.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 {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
    padding: 0 10px;
    margin-bottom: 20px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
    background: #000;
    border: 1px solid #ddd;
    transition: all ease 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:focus{
    border-color: #323c52;
    box-shadow: 6px 6px 0 #e0e2e8;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}
.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    margin: 0;
    padding: 12px 16px !important;
    font-size: 15px;
    letter-spacing: -0.03em;
    font-weight: 500;
    background: #fff;
    color: #222;
    transition: all ease 0.3s;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b .thumb-hidden a {
    transition: all ease 0.5s;
}

.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 500;
}

.dhb-txt-box-type-b-text-layout h4 a {
    transition: all ease 0.3s;
}

.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;
    overflow: hidden;
    background: #000;
    border: 1px solid #ddd;
}
.dh-front-blog>.col-md-4>.thumbnail:hover, 
.dh-front-blog>.col-md-4>.thumbnail:focus {
    border-color: #323c52;
    box-shadow: 6px 6px 0 #e0e2e8;
}
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 160px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
/* .dh-front-blog>.col-md-4>.thumbnail:hover a.blogthumb, 
.dh-front-blog>.col-md-4>.thumbnail:focus a.blogthumb{
    transform: scale(1.2);
    opacity: 0.5;
} */
.dh-front-blog>.col-md-4>.thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    background: #fff;
    text-decoration: none !important;
    /* background: rgba(0,0,0,0.6); */
    /* background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%); */
    /* background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 0.8) 100%); */
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 12px 16px !important;
    font-size: 15px;
    letter-spacing: -0.03em;
    font-weight: 500;
    color: #222;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 .label-danger {
    color: #e2502d !important;
    background: rgba(0,0,0,0);
    padding: 0;
}

@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:50%;
	}
}
.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;
}
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
/* personal setting 0.54v */
/* 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: #63b32e;
}
/*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;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.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: 5px;
    color: #63b32e;
}
.partner-li{
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:33.3333%;
	padding:13px 3px;
}
.partner-li > li img {
    max-width: 200px;
    margin: 0 auto;
}
.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:#63b32e;
	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{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	border-top:2px solid #63b32e;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#63b32e;
}
.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;
}
.subpage-content p.quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	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; font-size:15px;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}

.table-style {
    margin: 0 0 30px;
    border-top: 2px solid #323c52;
}
.table-style caption{text-align: center;padding-bottom: 20px;font-size: 14px;color: #222;font-weight: 600;}
.table-style caption h6{font-size: 26px;font-weight: 600;}

.table-style tr th,
.table-style tr td {
    padding: 13px 15px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.03em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}

.table-style tr th {
	color: #222;
	text-align: center;
}

.table-style thead tr th {
    background: #f9f9fb;
    border-bottom: 1px solid #323c52 !important;
}

.table-style tr td {
	color: #555;
}
.history-table {
    border-top: 2px solid #323c52;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:1px solid #e3e3e3;
	padding:25px !important;
}
.history-table.table-style tr th {
    position: relative;
    border-right: 1px solid #c6cbd4;
    font-size: 24px;
    color: #323c52;
    text-align: left;
    font-weight: 400;
}
.history-table.table-style tr th:after {
    content: '';
    display: block;
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translatey(-50%);
    width: 6px;
    height: 6px;
    background: #1aaf6b;
    border-radius: 50%;
}
.history-table td ul{
	margin:0;
}
.history-table td li{
	font-size:15px;
	line-height:1.8;
}
/* personal setting 0.54v end */
/* navigation setting */
@media(max-width:767px){
	.logo-wrap h1{
		display:none;
	}
	.navbar-brand img{
		margin-top:-10px;
	}
	.navbar-toggle{
		top:5px;
		right:0;
		background:transparent!important;
		border:none!important;
	}
	.navbar-toggle .icon-bar{
		background:#333!important;
	}
	.navbar-inverse .navbar-nav>li>a{
		color:#555;
		border-bottom:1px solid #eee;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
		max-height:none;
	}
	.navbar-nav{
		margin:0 -15px;
		border-top:1px solid #eee;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus, 
	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a:visited{
		background:#1aaf6b;
	}
	.navbar-nav .open .dropdown-menu{
		padding:0;
		background:#f5f5f5;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
		padding:7px 20px;
		text-align:left;
		color:#555;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
		background:#323c52;
	}
}
/* mainpage setting */
.carousel-caption {
    margin: 0;
    padding: 0 15px;
    right: auto;
    top: 20%;
    bottom: auto;
    width: 100%;
    max-width: 1170px;
    text-align: left;
    text-shadow: none;
/*     transform:translate(-50%,-50%); */
}
.carousel-caption h2 {
    margin: 0;
    font-size: 40px;
    color: #222;
    font-weight: 300;
    letter-spacing: -0.05em;
    line-height: 1.45;
}
.carousel-caption h2 span {
    display: block;
    font-weight: 500;
}
.carousel-caption p {
    margin-bottom: 0;
    font-size: 16px;
    color: rgba(0,0,0,0.7);
    letter-spacing: -0.03em;
    font-weight: 400;
    margin: 15px 0 0;
    line-height: 1.8;
}
.carousel-caption p span {
    font-size: 20px;
    font-weight: 500;
    display:block;
}

/* .carousel-inner > .item:nth-child(2) .carousel-caption h2,
.carousel-inner > .item:nth-child(2) .carousel-caption p{
    color:#32211a;
} */
.carousel-control{
	z-index:1000;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_b_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_b_next.png) no-repeat center;
}
.carousel-indicators {
    text-align: left;
    max-width: 1170px;
    padding: 0 15px;
    margin-bottom: 0;
    bottom: 40px;
}
.carousel-indicators li,
.carousel-indicators li.active {
    width: 40px;
    height: 3px;
    border-radius: 0;
    background: #222;
    border: none;
    margin: 0 6px 0 0;
}
.carousel-indicators li {
    opacity: 0.4;
}
.carousel-indicators li.active {
    opacity: 1;
    background:#222;
}


.container.container_contents {
    background: #f9f9fb;
}

.main-content {
    padding: 80px 0;
    background: #fff;
}
.main-content >.container > .row{
	margin:0;
}
.main-content >.container > .row > div{
	padding:0;
    letter-spacing: -0.02em;
}
.main-content .inner{
	position:relative;
	display:block;
	padding: 25px;
	min-height: 150px;
	color: #fff;
	background: #000;
    transition: all ease 0.3s;
}
.main-intro .inner{
	background: #1aaf6b;
}
.main-education .inner{
	background: #3c6ac1;
}
.main-recommend .inner{
	background: #199b9c;
}
.main-news .inner{
	background: #303a50;
}
.main-contact .inner{
	background: #edeef3;
}

.main-intro .inner:hover,
.main-intro .inner:focus{
	background: #18c777;
}
.main-education .inner:hover, 
.main-education .inner:focus{
	background: #3974e6;
}
.main-recommend .inner:hover,
.main-recommend .inner:focus{
	background: #1bb8b9;
}
.main-news .inner:hover,
.main-news .inner:focus{
	background: #3a4f7d;
}
.main-contact .inner:hover,
.main-contact .inner:focus{
	background: #edeef3;
}

.main-contact .inner:after{
	content:'';
	display:block;
	clear:both;
}
@media(min-width:768px){
	.main-contact .inner>div{
		float:left;
		width:50%;
	}
}
.main-nemosemo .inner:before,
.main-playback .inner:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(/skin/img/main/m-nemosemo.jpg) no-repeat center / cover;
	opacity:0.4;
    transition: all ease 0.3s
}
.main-nemosemo .inner:hover:before,
.main-playback .inner:hover:before{
	opacity:0.3;
}
.main-playback .inner:before{
	background:url(/skin/img/main/m-playback.jpg) no-repeat center / cover;
}
.main-playback .inner{
	background:#000;
}
.main-content a{
	transition:all .3s ease;
}
.main-content .inner .fas {
    position: absolute;
    /* left: 50%; */
    /* transform: translatex(-50%); */
    bottom: 34px;
    font-size: 80px;
    right: 35px;
    opacity: 0.3;
}
.main-content .inner .more {
    margin: 0;
    position: absolute;
    left: 25px;
    bottom: 25px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.88);
    font-size: 13px;
    letter-spacing: 0.05em;
    transition: all .3s ease;
}

.main-content .inner .more:hover,
.main-content .inner .more:focus{
    opacity:1;
}

.main-content .inner .more:after {
    content: "";
    width: 17px;
    height: 17px;
    background: url(/skin/img/main/main-inner-arrow.png) no-repeat center;
    float: right;
    margin-left: 5px;
    margin-top: -1px;
    transition: all ease 0.3s;
}
.main-content .inner:hover .more:after,
.main-content .inner:focus .more:after{
    background: url(/skin/img/main/main-inner-arrow-on.png) no-repeat center;
}
.main-content h4 {
    position: relative;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.2;
}
.main-content h4:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
}
.main-contact h4,
.main-contact p{
	color:#333;
}
.main-contact h4 {
    padding-bottom: 0;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 600;
}
.main-contact h4:after {
    content: none;
}
.main-contact .tel {
    font-size: 32px;
    letter-spacing: -0.03em;
    font-weight: 400;
    line-height: 1;
    color: #1aaf6b;
    margin-bottom: 8px;
}
.main-contact .add {
    color: #444;
    font-size: 14px;
    letter-spacing: -0.03em;
    margin: 0;
}
.main-contact .add i {
    margin-right: 5px;
    color: #8c8e9c;
}
.main-contact ul{
	margin-top:10px;
}
.main-contact ul:after{
	content:'';
	display:block;
	clear:both;
}
.main-contact ul li{
	float:left;
	width:50%;
	padding:0 2px;
}
.main-contact ul li a {
    display: block;
    padding: 15px 10px;
    text-align: center;
    color: #222;
    border: 1px solid #8e929c;
    background: #fff;
    font-weight: 400;
    line-height: 1.5;
    min-height: 75px;
    font-size: 14px;
}
.main-contact ul li:first-child a{
	padding: 12px 10px;
    line-height: 1.2;
}
.main-contact ul li a:hover {
    background: #3c6ac1;
    border-color: #3c6ac1;
    color: #fff;
}
.intro-board-widget-layout {
    max-width: 1170px;
    margin: 0 auto;
    padding: 65px 0 70px;
}
.intro-boardbox .page-header {
    margin: 0 0 20px;
    border-bottom: none;
    padding: 0;
}
.intro-boardbox .page-header h4 {
    font-size: 20px;
    letter-spacing: -0.03em;
    color: #222;
    margin: 0;
}
.intro-boardbox>.page-header>h4>.btn {
    color: #fff;
    background: #a3a4a9;
    border-radius: 0;
    padding: 8px 0 0;
    border: none;
    margin-top: -7px;
    width: 35px;
    height: 35px;
    text-align: center;
    transition: all ease 0.3s;
}
.intro-boardbox>.page-header>h4>.btn:hover,
.intro-boardbox>.page-header>h4>.btn:focus {
    background: #3c6ac1;
}

@media(min-width:768px){
	.intro-boardbox{
		width:50%;
	}
}
@media(max-width:767px){
	.carousel-control,
	.carousel-indicators{
		display:none;
	}
	.carousel-inner .item img{	
		height: 300px;
		width: auto;
		max-width: none;
		position: relative;
		left: 5%;
		transform:translatex(-50%);
	}
	.carousel-caption{
		width:100%;
		padding:20px;
		background:rgba(255,255,255,0.75);
		left:50%;
		top:auto;
		bottom:0;
		transform:translatex(-50%);
	}
	.carousel-caption h2{
		font-size:20px;
	}
	.carousel-caption p{
		display:none;
	}
	.main-content{
		padding:30px 0;
	}
	.btn-wrap{
		margin-bottom:20px;
	}
	.btn-wrap:after{
		content:'';
		display:block;
		clear:both;
	}
	.btn-wrap li{
		float:left;
		width:50%;
		padding:0 5px;
	}
	.btn-wrap li a{
		display: block;
		padding: 15px 20px;
		text-align: center;
		color: #222;
		border: 1px solid #8e929c;
		background: #fff;
		font-weight: 400;
		line-height: 1.5;
		min-height: 75px;
		font-size: 14px;
	}
	.main-contact ul li:first-child a{
		padding:15px 20px;
		line-height:1.5;
	}
	.intro-board-widget-layout{
		padding:30px 0;
	}
	.intro-boardbox-6{
		margin-bottom:30px;
	}
	.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb{
		height:200px;
	}
	.dh-front-blog>.col-md-4>.thumbnail{
		margin-bottom:20px;
	}
}
/* footer setting */
.footer_copy > div {
    padding: 50px 15px;
    background: #2e3648;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.footer_copy .foot-logo {
    opacity: 0.5;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 14px;
    border-right: 1px solid rgba(255,255,255,0.15);
    letter-spacing: -0.03em;
    line-height: 1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    font-size: 14px;
    margin: 0;
    color: rgba(255,255,255,0.4);
}
@media(max-width:767px){
	.footer_copy > div{
		padding:30px 0;
	}
	.foot-logo{
		margin-bottom:20px;
	}
	.footer_copy li {
		float:none;
		margin-right:0;
		padding-right:0;
		border:none;
	}
}
/* subpage setting */
.pageheader{
	position:relative;
	height:160px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader h2{
	margin:0;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	font-size:40px;
	color:#fff;
    
    display:none;
}
.subpage-content .emp{
	font-weight:500;
	color:#63b32e;
}
.subpage-layout {
/*     padding-top: 60px; */
}
.snb{
	padding-right:60px;
}
.snb h2 {
    margin: 0;
    font-size: 26px;
    background: #1aaf6b url(/skin/img/sub/sub_menu_bg.png) no-repeat left bottom;
    text-align: center;
    font-weight: 600;
    letter-spacing: -0.03em;
    min-height: 120px;
    color: #fff;
    padding: 48px 0 0px;
}
.snb > ul > li{
	margin-bottom:0px;
}
.snb > ul > li > a {
    position: relative;
    display: block;
    padding: 14px 15px;
    font-size: 16px;
    color: #222;
    letter-spacing: -0.03em;
    border-bottom: 1px solid #ddd;
}
.snb > ul > li.active > a {
    color: #fff;
    font-weight: 500;
    background: #323c52;
}
.snb > ul > li > a:hover {
    text-decoration: none;
    color: #333;
    background: #f2f3f5;
}
.snb  > ul > li.active > a:hover {
    color: #fff !important;
    background: #323c52;
}
/* .snb  > ul > li > a:after {
    content: '\f054';
    font-family: 'fontawesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 12px;
    color: #ddd;
} */

.snb > ul > li > a:after {
    content: url(/skin/img/sub/sub_menu_arrow_ico.png);
    position: absolute;
    right: 14px;
    font-size: 12px;
    color: #ddd;
    width: 25px;
    height: 25px;
    padding-top: 4px;
    text-align: center;
    border: 1px solid #fff;
}

.snb > ul > li.active > a:after {
    opacity: 0.5;
}

.subpage-content {
    padding: 60px 0 80px;
}

.subpage-content p {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #555;
    line-height: 1.8;
}

.subpage-content .title {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px solid #ddd;
}
.subpage-content .title h3 {
    margin: 0;
    display: inline-block;
    font-size: 36px;
    color: #222;
    font-weight: 500;
}
.breadcrumb{
	float:right;
	margin:10px 0 ;
	padding:0;
	background:transparent;
}
.breadcrumb li {
    font-size: 14px;
    color: #666;
    letter-spacing: -0.03em;
}
.breadcrumb .active {
    color: #222;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    letter-spacing: -0.03em;
    color: #222;
}
.subpage-content section h4:before {
    content: "";
    display: block;
    width: 30px;
    height: 4px;
    background: #1aaf6b;
    border-left: 10px solid #323c52;
    margin: 0 0 12px;
}

.subpage-content section h5 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.02em;
    position: relative;
    padding-left: 13px;
}

.subpage-content section h5:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #1aaf6b;
    position: absolute;
    left: 0px;
    top: 7px;
}

.li-disc > li {
    position: relative;
    list-style: none !important;
    margin-left: 8px;
    padding-left: 10px;
    line-height: 1.6;
    margin-bottom: 5px;
    letter-spacing: -0.03em;
    color: #555;
}

.li-disc > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.li-dash > li {
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    padding-left: 10px;
    line-height: 1.5;
    margin-left: 0;
    margin-bottom: 3px;
}

.li-dash > li:before {
    left: 0;
}

.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 20px 20px;
    border-top: 2px solid #ddd;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #555;
    line-height: 1.8;
}

.trait-dl dt {
    border-color: #1aaf6b;
    font-size: 18px;
    padding-left: 0;
    color: #323c52;
}

.trait-dl dd ul {
    margin: 5px 0 0;
}

.trait-dl dd ul > li {
    font-size: 14px;
}

.quote-box {
    padding: 25px 30px;
    background: #f2f3f5;
}

.quote-box p {
    margin-bottom: 0;
}

.quote-box p + p {
    margin-top: 10px;
}

.card {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #323c52;
}

.card .card-ttl {
    font-size: 16px;
    font-weight: 500;
    color: #1aaf6b;
    margin: 0 0 10px;
    padding: 0;
    background: #fff;
    text-align: left;
}

.card .card-ttl:before {
    content: none;
}

.edu-process {
    margin: 30px -15px 10px;
}
.edu-process > div:after {
    content: '\f061';
    display: block;
    font-family: 'fontawesome';
    font-size: 20px;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translatey(-50%);
    margin-top: -14px;
    color: #a3a4a9;
}
.edu-process > div:last-child:after{
	display:none;
}
.edu-process .card {
    min-height: 260px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #323c52;
    padding: 25px;
}

.edu-process .card p {
    margin-bottom: 5px;
}

.img-caption {
    margin: 10px 0;
    text-align: center;
    font-size: 16px !important;
    color: #222 !important;
    font-weight: 500;
}

@media (max-width:767px){
    .subpage-content {
        padding: 40px 15px 60px;
    }
}

/* subpage about */
#about01 .profile{
	padding:20px 10px;
}
#about01 .profile img {
    border: 1px solid #c6cbd4;
    padding: 5px;
    box-shadow: 6px 6px 0 #edeef3;
}
#about01 .profile .right-con {
    padding-top: 25px;
}
#about01 .profile .name {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #323c52;
    line-height: 1;
}
#about01 .profile .des {
    color: #666;
    margin: 8px 0 25px;
}
#about01 .profile h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #323c52;
}
#about01 .profile ul {
    margin: 0;
}
#about01 .profile li {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
}
.greet p{
	font-size:15px;
	margin-bottom:20px;
}
.greet .name {
    margin: 30px 0 0;
    text-align: right;
    font-size: 20px;
    color: #222;
    line-height: 1.6;
}
.greet .name span {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #555;
}
#about02 .se1 h4 {
    margin-top: 60px;
}


/* subpage counselor */
.counselor-grade{
	margin:0 -5px;
}
.counselor-grade > div{
	padding:0 5px;
}
.counselor-grade .card {
    min-height: 370px;
    border: 1px solid #ddd;
    border-bottom: 1px solid #323c52;
    padding: 25px;
}
.counselor-grade ul li {
    font-size: 14px;
    margin-bottom: 10px;
}

/* #counselor02 .se1 > .row{
	margin:0 -2px;
}
#counselor02 .se1 > .row > div{
	padding:0 2px;
}

#counselor02 .se1 h4 {
    margin-top: 40px;
} */

.qualify-dl {
    margin: 0px auto 60px;
    padding: 25px 30px;
    max-width: 100%;
    background: #f2f3f5;
    letter-spacing: -0.03em;
}
.qualify-dl dt {
    font-weight: 500;
    color: #222;
    margin-bottom: 5px;
}

.qualify-dl dd {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 3px;
}

.qualify-dl dd .numbering {
    background: #868890;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    margin-right: 5px;
}

.profile-wrap .profile{
	
}
.profile-wrap .profile .card {
    padding: 20px;
}
.profile-wrap .profile .top-con{
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
.profile-wrap .profile .top-con:after{
	content:'';
	display:block;
	clear:both;
}
.profile-wrap .profile img{
	float:left;
	padding-right:20px;
}
.profile-wrap .profile .name {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
    color: #323c52;
}
.profile-wrap .profile .subject {
    line-height: 1.5;
}
.profile-wrap .profile .bottom-con{
	padding:10px;
}
.profile-wrap .profile ul {
    margin-bottom: 0;
}
.profile-wrap .profile h5{
	margin-top:10px;
	font-size:16px;
}

/* subpage recommend */
.recommend-wrap{
	margin:20px 0;
}
.recommend {
    padding: 40px 10px;
    border-bottom: 1px dashed #ddd;
}
.recommend:first-child {
    padding-top: 20px;
}
.recommend:last-child{
	border:none;
}
.recommend .name {
    margin-top: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #222;
}
.recommend img {
    border: 1px solid #c6cbd4;
    padding: 5px;
    box-shadow: 6px 6px 0 #edeef3;
}
.recommend .txt-box {
    padding-top: 15px;
    padding-left: 20px;
}
.recommend p{
	margin-bottom:20px;
}

/* subpage nemosemo */
.img-wrap{
	margin:10px -15px;
}
.img-wrap img{
	margin-bottom:30px;
}
#nemosemo02 iframe {
    margin-top: 30px;
}

#nemosemo01 .se2 .img-wrap > .left {
    padding-right: 0;
}
#nemosemo01 .se2 .img-wrap > .right {
    padding-left: 28px;
}
#playback02 .se1 table thead th:first-child {
    width: 150px;
    border-right: 1px solid #ddd;
}
#playback02 .se1 table tbody td[rowspan]:first-child {
    border-right: 1px solid #ddd;
}
#playback02 .se2 .right h5 {
    margin: 2px 0 16px;
}
/* #playback02 .se2 .img-wrap > .left {
    width: 32%;
    padding-right: 6px;
}
#playback02 .se2 .img-wrap > .right {
    width: 68%;
    padding-left: 0;
}
#playback02 .se2 .img-wrap > .right > div {
    padding: 0 8px;
}
#playback02 .se2 .img-wrap > .right img {
    margin-bottom: 16px;
} */

/* mod form */
#mod_type_formForm{
	
}

#mod_type_formForm .fa-square{
	display:none;
}

#mod_type_formForm .q_number > div {
    padding: 0;
}

#mod_type_formForm .q_number > div:nth-child(1) h3 {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
    margin: 0 0 10px !important;
    display: block;
}
#mod_type_formForm .q_number input {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 8px 10px;
    margin: 0 0 30px;
    transition: all ease 0.3s;
}

#mod_type_formForm .q_number input:focus {
    border: 1px solid #323c52;
}

#mod_type_formForm .q_number .checkbox, 
#mod_type_formForm .q_number .radio {
    padding: 0px 0 25px;
}

#mod_type_formForm .q_number .checkbox label,
#mod_type_formForm .q_number .radio label {
    font-size: 15px;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #555;
    margin-right:20px;
}

#mod_type_formForm .q_number .checkbox label input,
#mod_type_formForm .q_number .radio label input {
     height: auto;
     margin: 5px 0 0 -20px;
 }

#mod_type_formForm .btn-wrap {
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    text-align: center;
}

#mod_type_formForm .btn-wrap .btn {
    float: none !important;
}

#mod_type_formForm .btn-primary {
    width: 180px;
    height: 50px;
    border-radius: 0;
    border: none;
    background: #1aaf6b;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin: 20px auto 0;
    transition: all ease 0.3s;
}
#mod_type_formForm .btn-primary:hover,
#mod_type_formForm .btn-primary:focus {
    background: #2ed88b;
}

#mod_type_formForm .q_number > div:nth-child(1) h3 .text-danger {
    color: #ec3824;
}



/* board setting */

/* pagination */
.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #666 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background: #f2f3f5;
    border: 1px solid #ddd;
    color: #1aaf6b !important;
    font-weight: 600;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #aaa;
	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: #323c52;
    border: 1px solid #323c52;
}

/* board view */

.dh-view-box{
    margin-top:0;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #323c52;
    border-bottom: 1px solid #323c52;
    margin: 0;
    padding: 15px 15px;
    background: #f9f9fb;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
}

.dh-view-box>.row>.dh-view-info {
    background: #fff;
    opacity: 0.6;
}

/* mailform */
#mailForm .form-group {
    margin-bottom: 30px;
}
#mailForm .form-group input, 
#mailForm .form-group textarea {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    padding: 8px 10px;
}

#mailForm .form-group label{
    margin:0 0 10px;
}

#mailForm .form-group input:focus, 
#mailForm .form-group textarea:focus {
    border-color: #323c52;
}
#mailForm .form-group .checkbox label {
    width: auto;
    float: none;
    font-size: 14px;
    font-weight: 400;
    color: #555;
}
#mailForm .form-group .checkbox input {
    width: auto;
    float: none;
}
#mailForm .btn-primary {
    width: 180px;
    height: 50px;
    border-radius: 0;
    border: none;
    background: #1aaf6b;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin: 20px auto 0;
    transition: all ease 0.3s;
}
#mailForm .btn-primary:hover,
#mailForm .btn-primary:focus {
    background: #2ed88b;
}
#mailForm p.error {
    color: #ec3824;
    font-size: 13px;
}
@media (min-width:768px){
    #mailForm .form-group {
        margin-bottom: 15px;
        overflow: hidden;
    }
    #mailForm .form-group label, 
    #mailForm .form-group input,
    #mailForm .form-group textarea {
        float: left;
        letter-spacing:-0.03em;
    }
    #mailForm .form-group label {
        width: 12%;
        font-size:15px;
        font-weight:500;
        color:#222;
        margin: 10px 0 0;
    }
    #mailForm .form-group input,
    #mailForm .form-group textarea {
        width: 88%;
        height: auto;
        padding: 8px 10px;
    }
}
@media (max-width:767px){
    #mailForm .form-group .checkbox label {
        font-size: 13px;
    }
}
/* 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 #d3d3d3;
    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: #323c52;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #1aaf6b;
    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: #2ed88b;
}
.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;
    }
}

@media(max-width:767px){
	.subpage .snb{
		display:none;
	}
	.subpage-content{
		padding:10px 15px 50px;
	}
	.breadcrumb{
		float:none;
		text-align:right;
	}
	.subpage-content .title {
		padding-bottom:15px;
	}
	.subpage-content .title h3{
		margin-top:20px;
		font-size:28px;
	}
	#about02 .se1 .row img{
		margin-bottom:20px;
	}
	.trait-dl dt{
		width:100%;
		padding-left:20px;
	}
	.trait-dl dd{
		padding-top:0;
		border:none;
	}
	.card{
		min-height:0!important;
	}
	.edu-process > div:after{
		content:'\f063';
		right:auto;
		left:50%;
		top:auto;
		bottom:-30px;
		transform:translatex(-50%);
	}
	.pagination{
		display:inline-block;
		margin-bottom:10px;
		position:relative;
		left:50%;
		transform:translatex(-50%);
	}
	.partner-li > li img{
		max-width:100%;
	}
	.dhb-txt-list .col-md-7 h4 a{
		font-size:20px;
	}
        
    #nemosemo01 .se2 .img-wrap > .left {
        padding-right: 15px;
    }
    #nemosemo01 .se2 .img-wrap > .right {
        padding: 0;
    }
    #playback02 .se1 table thead th:first-child {
        width: 80px;
    }
    #playback02 .se2 .right h5 {
        margin-top: 20px;
        margin-bottom: 10px;
    }
    /* #playback02 .se2 .img-wrap > .left {
        width: 100%;
        padding-right: 15px;
    }
    #playback02 .se2 .img-wrap > .right {
        width: 100%;
        padding-left: 15px;
    }
    #playback02 .se2 .img-wrap > .right img {
        margin-bottom: 30px;
    } */
}