@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}

body{
    font-size:15px;
    color:#555
}

.body-layout {
    background-color: #fff;
    padding-top: 76px;
}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family:'NanumBarungothic',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 #ccc;
    margin-bottom: 0;
/*     max-width: 1600px; */
    width:100%;
    margin: 0 auto;
}

.navbar-inverse .navbar-brand {
    padding: 0 15px;
    margin: 15px 0;
}
.navbar-inverse .navbar-brand img{
	margin-top:0;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
        padding: 30px 25px 25px;
        font-size: 16px;
        color: #222;
        -webkit-text-shadow: none;
        text-shadow: none;
        line-height: 1;
    }
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #333;
  	}
}
@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: #d3dce4;
        box-shadow: 0 5px 8px rgba(0,0,0,0.3);
        padding:15px 0;
    }

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
    padding: 7px 25px;
    font-size: 15px;
    color: #06243e;
    text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background:rgba(255,255,255,0.4);
    color: #06243e;
}

/* 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:600;
}
/* 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: #0b7ac0;
}
/*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: #0b7ac0;
}
.partner-li{
	border:1px solid #ddd;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:0 0 40px;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd {
    float: left;
    margin-bottom: 10px;
    padding: 15px 20px;
    border-top: 1px solid #ccc;
}
.trait-dl dt {
    font-size: 18px;
    padding-left: 0;
    line-height: 1.4;
    color:#222;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
	#business01-1 .trait-dl dd{
		width:25%;
		height:140px;
	}	
	#business01-1 .trait-dl dd:nth-of-type(2n){
		width:50%;
	}
}
@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 #0b7ac0;
	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:#555;
}
.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;
}
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%;
/*     max-width: 1600px; */
/*     max-width:1170px; */
    margin: 0 auto;
    padding: 0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #0b7ac0;
}

.table-style tr th, 
.table-style tr td {
    padding: 12px 15px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
    line-height: 1.6 !important;
}

.table-style tr th {
	color: #222;
	text-align: center;
}

.table-style tbody th {
    background: #f5f5f5;
}

.table-style tr td {
	color: #555;
}
.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:#0b7ac0;
}
.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 #0b7ac0;
	border-radius:50%;
	background:#fff;
}
.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 end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.carousel-caption{
	margin:0;
	padding:0 15px;
	left:50%;
	right:auto;
	top:50%;
	bottom:auto;
	transform:translate(-50%,-50%);
	width:85%;
	max-width:1170px;
	text-shadow:none;
	text-align:left;
}
.carousel-caption h2 {
    margin: 0;
    font-size: 56px;
    color: #fff;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
    line-height: 1;
}
.carousel-caption h2 span {
    display: inline-block;
    line-height: 1;
}
.carousel-caption p {
    margin: 35px 0 0;
    font-size: 18px;
    color: #fff;
    line-height: 1.8;
}
.carousel-caption a {
    display: inline-block;
    margin-top: 70px;
    padding: 15px 20px;
    background: #fff;
    font-size: 16px;
    color: #0b7ac0;
    font-weight: 600;
    line-height: 1;
    border: none;
    transition: all ease 0.3s;
}
.carousel-caption a .icon-arrow-right {
    display: inline-block;
    width: 25px;
    height: 18px;
    margin-left:3px;
    vertical-align: middle;
    background: url(/skin/img/main/arrow-right.png) no-repeat center left;
    transition: all ease 0.3s;
}

.carousel-caption a:hover, 
.carousel-caption a:focus {
    text-decoration: none;
    background: #0b7ac0;
    color: #fff;
}

.carousel-caption a:hover .icon-arrow-right, 
.carousel-caption a:focus .icon-arrow-right{
    background: url(/skin/img/main/arrow-right-white.png) no-repeat center right;
}


.carousel-control{
    width:12%
}

.carousel-control .glyphicon{
	display:none;
}
.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-indicators {
    display: none;
}
.carousel-indicators li,
.carousel-indicators .active{
	margin:0 4px;
	width:100px;
	height:8px;
	border-radius:0;
}

.main-business {
    background: #fff;
    padding: 60px 0;
}

.col-sm-4 .m-business{
	position:relative;
	height:230px;
	text-align:center;
}

.col-sm-4:nth-child(1) .m-business{
	background:url(/skin/img/main/m-business1.jpg) no-repeat center / cover;
}
.col-sm-4:nth-child(2) .m-business{
	background:url(/skin/img/main/m-business2.jpg) no-repeat center / cover;
}
.col-sm-4:nth-child(3) .m-business{
	background:url(/skin/img/main/m-business3.jpg) no-repeat center / cover;
}

.col-sm-4 .m-business:after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease 0.3s;
}

.col-sm-4 .m-business:hover:after,
.col-sm-4 .m-business:hover:focus{
	background:rgba(0,0,0,0.7)
}


.m-business h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    font-size: 28px;
    opacity: 1;
    color: #fff;
    transition: all .3s ease;
    background: rgba(0, 0, 0, 0.8);
    background: -webkit-linear-gradient(top,rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0,0.8) 100%);
    background: linear-gradient(to bottom,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.8) 100%);
}

/* .m-business h4:after{
	content:'+more';
	display:block;
	margin-top:20px;
	color:#ddd;
	font-size:13px;
	font-weight:400;
} */

.m-business:hover h4,
.m-business:focus h4{
	opacity:0;
}
.m-business h4 span{
	display:block;
	margin:0 0 15px;
	font-size:42px;
	font-weight:200;
	font-style:italic;
}
.m-business .inner{
	opacity:0;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	padding:20px;
	z-index:10;
	transition:all .5s ease;
}
.m-business:hover .inner,
.m-business:focus .inner{
	opacity:1;
}
.m-business h5 {
    margin-bottom: 15px;
    padding-bottom: 5px;
    font-size: 28px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
}
.m-business ul {
    display: block;
    margin: 20px 0;
    text-align: left;
}
.m-business ul li {
    margin: 0 0 10px 5px;
    padding-left: 20px;
    color: #fff;
}
.m-business ul a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    color:#ddd;
    transition:all ease 0.3s
}
.m-business ul a:hover,
.m-business ul a:focus{
    color:#fff;
}
.m-business .more {
    width: 120px;
    height: 40px;
    line-height: 36px;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 14px;
    font-weight: 600;
    transition: all ease 0.3s;
}
.m-business .more:hover,
.m-business .more:focus{
	background:#fff;
	color:#222;
	text-decoration:none;
}
.main-notice{
	background:#0b7ac0;
}
.main-notice h3 {
    margin: 5px 0 0;
    font-size: 28px;
    color: #fff;
    line-height: 1;
}
.main-notice .more {
    display: inline-block;
    margin-left: 10px;
    padding: 8px 30px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 16px;
    font-weight:600;
    vertical-align: text-bottom;
    line-height: 1;
    transition: all ease 0.3s;  
}
.main-notice .more:hover,
.main-notice .more:focus{
    background: #fff;
    color: #0b7ac0;
    text-decoration: none;
}
.main-notice div[class^="col-sm-"] {
    padding: 40px 15px;
}
.main-notice .panel-body {
    padding: 0 0 0 40px;
}

.dh-front-list2-words h6{
	margin:0;
}
.dh-front-list2-words a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.dh-front-list2-words a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    margin-right: 5px;
    background: #fff;
    vertical-align: middle;
}
.dh-front-list2-words:first-child{
	margin:0;
}

.row-separator {
    display: none;
}

.list-row-regdate {
    float: right;
    opacity: 0.7;
}

.list-row-contents,
.intro-board-widget-layout{
	display:none;
}
.main-contact {
    position: relative;
    padding: 60px 0;
    text-align: center;
    color: #222;
}
.main-contact:before{
	content:'';
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(/skin/img/main/m-contact.jpg) no-repeat center / cover;
}
.main-contact h3 {
    margin: 0 0 40px;
    font-size: 42px;
    text-align: left;
    color: #222;
}
.main-contact ul {
    /* display: inline-block; */
    margin: 20px 0 0;
}
.main-contact ul:after{
	content:'';
	display:block;
	clear:both;
}
.main-contact ul li {
    float: left;
    width: 50%;
    padding: 0 20px;
    font-size: 20px;
    text-align: left;
    color: #222;
}
.main-contact ul li:first-child{
    display: flex;
    align-items: center;
}
.main-contact ul li:first-child p{
    margin: 0;
}
.main-contact ul li i {
    display: inline-block;
    width: 95px;
    height: 95px;
    line-height: 95px;
    margin-right: 15px;
    border-radius: 50%;
    background: #fff;
    vertical-align: middle;
    text-align: center;
    font-size: 40px;
    color: #05569b;
}
.main-contact a {
    display: block;
    max-width: 140px;
    padding: 15px 20px;
    background: #05569b;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    line-height: 1;
    border: none;
    transition: all ease 0.3s;
    text-align: left;
}

.main-contact a .icon-arrow-right {
    display: inline-block;
    float:right;
    width: 25px;
    height: 18px;
    margin-left:10px;
    vertical-align: middle;
    background: url(/skin/img/main/arrow-right-white.png) no-repeat center left;
    transition: all ease 0.3s;
}

.main-contact a:hover, 
.main-contact a:focus {
    text-decoration: none;
    background: #0b7ac0;
    color: #fff;
}

.main-contact a:hover .icon-arrow-right, 
.main-contact a:focus .icon-arrow-right{
    background: url(/skin/img/main/arrow-right-white.png) no-repeat center right;
}


@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 40px 15px;
    background: #06243e;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
    float: none;
}
.footer_copy ul {
    margin-top: 15px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy > div .copy {
    margin: 0;
}
@media(max-width:767px){
	
}


/* subpage setting */

.sub-layout{
    background:#fff;
}

.subpage-layout > .container {
    padding: 0;
}

.pageheader{
	height:250px;
	background:#000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    position: absolute;
    /* left: 50%; */
    top: 54%;
    transform: translate(0,-50%);
    font-size: 44px;
    color: #fff;
    margin: 0;
    line-height: 1;
}
.breadcrumb {
    margin: 15px 0 0;
    padding: 0;
    background: transparent;
    font-size: 14px;
    color: #fff;
}
.breadcrumb li {
    opacity: 0.7;
}
.breadcrumb .active{
	color:#fff;
    opacity:1
}
.subpage-content .emp{
	font-weight:500;
	color:#0b7ac0;
}
.subpage-layout {
    padding-top: 60px;
    padding-bottom: 80px;
    background: #fff;
}
.snb{
	padding-right:50px;
}
.snb > ul > li{
	margin-bottom:0px;
}
.snb > ul > li > a {
    position: relative;
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    color: #666;
    border-bottom: 1px solid #ccc;
}
.snb  > ul > li.active > a {
    color: #fff;
    border-bottom-color: #0b7ac0;
    background: #0b7ac0;
    font-weight: 600;
}
.snb  > ul > li.active > a:hover {
    color: #fff !important;
}
.snb  > ul > li > a:hover{
	text-decoration:none;
	color:#0b7ac0;
}
.snb  > ul > li > a:hover:after {
    content: '\f054';
    font-family: 'fontawesome';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translatey(-50%);
    font-size: 14px;
    color: #0b7ac0;
    opacity: 0.5;
}
.snb  > ul > li.active > a:hover:after{
    content:none;
}
.sub-snb {
    margin: 0;
    padding: 15px 20px;
    background: #eee;
}
.sub-snb li{
	margin-bottom:5px;
}
.sub-snb a {
    color: #555;
    font-size: 15px;
}
.sub-snb a:before{
	content:'-';
	display:inline-block;
	margin-right:5px;
}
.sub-snb .active a{
	font-weight:600;
	color:#0b7ac0;
}

.subpage-content .title{
	margin-bottom:40px;
}
.subpage-content .title h3 {
    position: relative;
    margin-top: 20px;
    font-size: 38px;
    color: #222;
    margin: 0;
    line-height: 1;
}
.subpage-content .title h3 small {
    display: block;
    margin-top: 14px;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 1;
    color:#222;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
	font-weight:600;
    color:#222;
}
p.quote {
    margin: 30px 0;
    font-size: 28px;
    color: #0b7ac0;
    line-height: 1.2;
    letter-spacing: -0.05em;
}
.quote-box {
    margin: 20px auto;
    padding: 25px;
    background: #f5f5f5;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}


/* subpage business */
.top-li{
	margin:20px 0 50px;
	padding:20px 25px;
	border:1px solid #ddd;
}
.top-li li {
    margin: 5px 0;
    font-size: 15px;
    color: #555;
}
.top-li li i{
	margin-right:5px;
	color:#0b7ac0;
}
.busi01-3-se1{
	padding:10px;
	margin:20px 0;
	border:1px solid #ddd;
	text-align:center;
}
.busi01-3-se1 ul{
	display:inline-block;
	padding:20px;
	text-align:left;
}
.busi01-3-se1 .col-sm-6:first-child{
	border-right:1px solid #ddd;
}
.arrow-right{
	position:relative;
}
#business02-2 .se1 img {
    padding: 5px 26px;
}
.arrow-right:after {
    content: '\f061';
    font-family: 'fontawesome';
    font-size: 25px;
    color: #0b7ac0;
    position: absolute;
    right: -12px;
    top: 42%;
    transform: translatey(-50%);
}
#business03-1 .card {
    border-top: none;
    margin-top: 20px;
}
#business03-3 .top-li {
    margin-bottom: 0;
}


/* subpage contact */

.contact-li{
	display:inline-block;
	position:relative;
	left:50%;
	transform:translatex(-50%);
    margin: 0;
}
.contact-li:after{
	content:'';
	display:block;
	clear:both;
}
.contact-li li{
	float:left;
	display:inline-block;
	padding:0 20px;
	font-size:20px;
    color: #222;
}
.contact-li li:first-child{
    display: flex;
}
.contact-li li:first-child p{
    margin: 0;
}
.contact-li li i {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 66px;
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #0b7ac0;
    vertical-align: middle;
    text-align: center;
    color: #0b7ac0;
    font-size: 30px;
}


/* subpage board */
.dh-board>.table-hover {
    border-top: 1px solid #999;
    border-bottom: 1px solid #ddd;
    margin: 0 0 30px;
}

.dh-board>.table-hover tr th,
.dh-board>.table-hover tr td {
   padding: 14px 15px;
}
.dh-board>.table-hover tr th {
    color: #222;
    border-bottom: 1px solid #999;
}
.dh-board>.table-hover tr td {
    border-bottom: 1px solid #ddd;
    font-weight: 400;
    color: #555;
}
.dh-board>.table-hover tr td strong a {
    color: #555;
    font-weight: 400;
}
.dh-board>.table-hover tr:hover {
    background: #fff;
}

.dh-board>.table-hover tr td strong a:hover {
    color: #0b7ac0;
    text-decoration: underline;
}

/* subpage board view */
.dh-view-box {
    margin-top: 0;
}
.dh-view-box>.row>.page-header h4 {
    padding: 15px 10px;
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}
.dh-view-box>.row>.page-header {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 0;
    margin: 0;
}
.content_wrap .page-header h4:before {content: none;}
.dh-view-box>.row>.dh-view-info {
    background: #fff;
}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach {
    padding: 40px 10px 0;
}
.dh-view-box .dh-attach h6{margin: 0; padding: 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 30px 40px 40px !important;}

.pagination>li>a,
.pagination>li>span {
    border: 1px solid #ddd;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #888 !important;
    font-size: 15px;
}

/* subpage board pagination */

.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: #0b7ac0;
    border: 1px solid #0b7ac0;
    color: #fff !important;
    font-weight: 600;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
    font-size: 15px;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
    font-size: 16px;
    height: auto;
}

#insertForm .input-group #btnNew {
    background: #0b7ac0;
    border: 1px solid #0b7ac0;
}



@media (min-width:768px){
    .snb {
        padding-right: 45px;
        width: 25%;
    }
    .subpage-content {
        width: 75%;
    }   
}
@media(max-width:767px){
	
}



/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #fff;
    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: none;
    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;
    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;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
}
.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: #0b7ac0;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    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: #05569b;
}
.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;
    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;
    }
}

/* mailform */
#mailForm .form-group {
    margin: 0;
    padding: 10px 0;
}
#mailForm .form-group:first-child {
    padding-top: 0;
}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#mailForm .form-group label {
    width: 15%;
    float: left;
    margin: 10px 0 0;
    font-size:16px;
    color:#222;
    font-weight:400;
}
#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control {
    width: 85%;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
#mailForm .form-group input.form-control {
    height: 38px;
}
#mailForm .form-group p.error,
#mailForm .form-group~p.error {
    margin: 0;
    color: #0058ff;
    font-size: 12px;
}

#mailForm .form-group~p.error {padding-left: 35px; margin: -15px 0 0;}
#mailForm .form-group .checkbox {margin: -8px 0 0;}
#mailForm .form-group .checkbox label {
    width: 100%;
    margin: 0;
    font-size: 12px;
    color: #666;
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 180px;
    margin-top: 30px;
    float: right;
    padding: 15px 0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.3s ease;
    background: #0b7ac0;
    border:none
}
input[type=button].btn-block:hover,
input[type=reset].btn-block:hover,
input[type=submit].btn-block:hover {
    background: #05569b;
    color: #fff;
}

@media (min-width:768px){
    #mailForm {
        padding-left: 15px;
    }
}

@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {max-width: 567px;}
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {padding: 20px 15px;}
    #mailForm .form-group label {width: 20%; font-size: 13px; font-weight: 500;}
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 80%;}
    #mailForm .form-group~p.error {padding-left: 15px; margin: 0;}
    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {margin-top: 80px;}
}
#mailForm .form-group input.form-control:focus {
    border-color: #aaa;
}

#mailForm .form-group .form-control:focus {
    border-color: #aaa;
}