@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:75px;}
a:hover, a:focus{ text-decoration:none;}
/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.navbar-inverse {
    background-color: #1e68b7;
    /* background-color: #1dbcbc; */
    border-bottom: none;
    margin-bottom: 0;
    box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

.navbar-inverse .navbar-brand {
    color: #1dbcbc;
    padding: 25px 15px;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-inverse .navbar-brand img{
	width:180px;
    margin-top:0;
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
        padding: 28px 0px 25px;
        margin: 0 25px;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        -webkit-text-shadow: none;
        text-shadow: none;
        letter-spacing: -0.03em;
        border-bottom: 3px solid #1e68b7;
        /* border-bottom: 3px solid #1dbcbc; */
    }
  
 	.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: #fff;
        border-bottom-color: #fff;
  	}
}
@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: #fff;
        padding: 15px 0;
    }

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
    padding: 10px 25px;
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    line-height: 1;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #222;
    font-weight: 600;
}

.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0 0 30px;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 240px;
    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;
    text-decoration: none !important;
    background: rgba(0,0,0,0.65);
    /* 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: 13px 13px !important;
    font-size: 15px;
    font-weight: 500;
}

/* -------------------메인 페이지 썸네일------------------ */
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail:hover a.blogthumb, 
.dh-front-blog>.col-md-4>.thumbnail:focus a.blogthumb{
    opacity: 0.4;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 13px 15px !important;
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    background: #eff2f3;
    color: #444;
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 .label{}
@media (min-width:768px){
	.dh-front-blog>.col-md-4{
		width:25%;
	}
}


/* personal setting 0.53v */
/* 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;}
/*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: 100px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 10px;
    color: #1dbcbc;
}
.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: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:#1dbcbc;
	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 #1dbcbc;
	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;
	width:1000px;
	max-width:100%;
	padding:25px;
	background:#f5f5f5;
	font-size:15px;
	line-height:2;
	text-align:center;
    letter-spacing:-0.03em;
}
.quote-box > p:lasst-child{
	margin:0;
}
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
.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;
}
/* 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;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}

.table-style {
    margin: 0 0 20px;
    border-top: 1px solid #cecfd2;
    border-bottom: 1px solid #cecfd2;
}

.table-style tr th, 
.table-style tr td {
    padding: 15px 15px !important;
    border-bottom: 1px solid #ddd !important;
    letter-spacing: -0.04em;
    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: #f5f5f5;
}

.table-style tr td {
	color: #444;
}
.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:#1dbcbc;
}
.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 #1dbcbc;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.53v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
/* #main-slide .item.active > img{
	display:none;
} */
#main-slide .item.active{
	height:520px;
	/* height:500px; */
    background: #143b7c;
	/* background:#159494;  */
}
.carousel-caption{
	margin:0;
	padding:0;
	left:50%;
	right:auto;
	top:40%;
	/* top:52%; */
	bottom:auto;
	transform:translate(-50%,-50%);
	text-shadow:none;
}
.carousel-caption h2{
	margin:0;
}
.carousel-caption p {
    font-size: 20px;
    color: #fff;
    line-height: 1;
    font-weight: 500;
    margin: 0 0 15px;
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 40px;
}

.carousel-indicators li, 
.carousel-indicators .active {
    width: 10px;
    height: 10px;
    border: none;
    background: #fff;
    margin: 0 5px 0;
    opacity:0.5;
}

.carousel-indicators .active {
    opacity: 1;
}

#main-slide .item:nth-child(1) > img {
    bottom: 0;
    position: absolute;
}
#main-slide .item:nth-child(1) > img:nth-of-type(1) {
    left: 15px;
}
#main-slide .item:nth-child(1) > img:nth-of-type(2) {
    right: 15px;
}

.main-content{
	text-align:center;
}
.main-content > div{
	padding:80px 0;
}
.main-content .title h3 {
    position: relative;
    font-size: 36px;
    letter-spacing: -0.03em;
    color: #222;
    margin: 0 0 60px;
}
/* .main-content .title h3:after {
    content: '';
    display: block;
    width: 50px;
    height: 2px;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translatex(-50%);
    background: #1dbcbc;
} */
#contact .btn-primary,
.main-content .more {
    display: inline-block;
    width: 180px;
    margin-top: 40px;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
    background: #1dbcbc;
    transition: all ease 0.3s;
    border: 2px solid #1dbcbc;
}
#contact .btn-primary{
    margin-top:10px;
}
#contact .btn-primary:hover,
.main-content .more:hover {
    background: rgba(0,0,0,0);
    color: #1dbcbc;
}
.main-about{
	background:#2d3238 url(/skin/img/main/m-about-bg.png) no-repeat center / cover;
	color:#fff;
}
.main-about .title h3 {
    color: #fff;
}
.main-about .des {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.04em;
    margin:0;
}
.main-about .quote{
	font-size:24px;
	color:#fff;
	line-height:1.8;
    margin: 35px 0;
}
.main-about .quote span{
	font-weight:700;
}
.main-about .des img{
	display:inline-block;
	margin-right:5px;
	height:25px;
	vertical-align:baseline;
}
.main-content .main-business {
    padding-bottom: 50px;
    background: #f5f5f5;
    background: -moz-linear-gradient(left,#fafafa 0%,#d5d5d5 100%);
    background: -webkit-linear-gradient(left,#fafafa 0%,#d5d5d5 100%);
    background: linear-gradient(to right,#fafafa 0%,#d5d5d5 100%);
}
.m-business-box a {
    display: block;
    margin-bottom: 30px;
    color: #222;
    background: #fff;
    transition: all ease 0.3s;
}
.m-business-box a:hover {
    color: #fff;
    background: #1dbcbc;
    border-color: #1dbcbc;
    box-shadow: 6px 6px 20px #d3d3d3;
}
.m-business-box h5 {
    font-size: 18px;
    padding: 15px 0;
    margin: 0;
    letter-spacing: -0.04em;
    font-weight: 400;
}
.m-business-box .img-box{
	overflow:hidden;
	perspective:200px;
}
.m-business-box .img-box img{
	transition:all .3s ease;
}
.m-business-box:hover img{
	transform:translatez(20px);
}

.m-port-area{
    padding:0;
}

@media (min-width:768px){
    .m-port-area .dh-front-blog .col-md-4 {
        width: 50%;
    }
}

@media (min-width:992px){
    .m-port-area .dh-front-blog .col-md-4 {
        width: 25%;
    }
}


.intro-board-widget-layout,
.intro-boardbox .page-header{
	display:none;
}
.main-quick{
	position:fixed;
	z-index:1030;
	right:30px;
    top:45%;
/* 	top:calc(50% + 40px); */
/* 	transform:translatey(-50%); */
	text-align:center;
}
.main-quick .box{
	display:block;
	padding:20px 18px;
	color:#555;
    border:1px solid #cecfd2;
    background:#fff;
}
.main-quick h5 {
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin: 5px 0 0;
    color: #7a7e7f;
}
.main-quick i {
    font-size: 22px;
    color: #9799a0;
}
.main-quick .tel.box,
.main-quick .tel.box:hover {
    color: #fff;
    background: #1e68b7 !important;
    padding: 22px 15px 20px;
    border: none;
    margin-bottom: 0;
}
.main-quick .tel h5 {
    color: #fff;
    margin: 0;
    font-size: 14px;
}
.main-quick .tel p {
    font-size: 15px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #68dcdc;
    margin:0;
}
.main-quick .inquiry, .main-quick .kakao {
    border-bottom: none !important;
}
.main-quick .tel.box:hover p{
    color:#68dcdc
}

.main-quick .tel.box:hover h5{
    color:#fff;
}

.main-quick .box:hover {
    background: #f1f3f5;
}
.main-quick .box:hover i{
    color: #797a7d;
}
.main-quick .box:hover h5 {
    color: #646569;
}
.main-quick .kakao{
	display:flex
}
.main-quick .kakao,
.main-quick .kakao:hover{
	background: #ffde00;
}
.main-quick .kakao img{
	
}
.main-quick .kakao h5{
	color: #3C1E1E;
	font-weight: 900;
	text-align: left;
	margin: 3px 0 0 8px;
	font-size: 14px;
}
.main-quick .kakao h5 small{
	display: block;
	color: #3C1E1E;
	font-size: 14px;
}
@media(max-width:767px){
	.main-quick{
		display:none;
	}
}
/* footer setting */
.footer_copy > div {
    padding: 60px 15px 100px;
    background: #303135;
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    letter-spacing: -0.03em;
}
.footer_copy .text-left{
	text-align:center!important;
	
}
.footer_copy > div:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:50px;
	background:#232427;
}
.foot-logo{
	width:150px;
	margin-bottom:20px;
}
.footer_copy ul{
	display:inline-block;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    float: left;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
    line-height: 1.4;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .copy {
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin: 0;
    transform: translatex(-50%);
    font-size: 12px;
    color: rgba(255,255,255,0.4);
}
@media(max-width:767px){
	
}
/* subpage setting */
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
.pageheader {
    position: relative;
    height: 300px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
	margin:0;
	font-size:42px;
	color:#fff;
	position:absolute;
	left:50%;
	top:46%;
	transform:translate(-50%,-50%);
}
.bread-wrap {
    width: 100%;
    position: absolute;
    bottom:105px;
}
.breadcrumb {
    margin: 0;
    padding: 0;
    background: transparent;
    font-size: 15px;
    color: #fff;
    text-align: center;
    letter-spacing: -0.03em;
    line-height: 1;
    height: auto;
    opacity: 0.75;
}
.breadcrumb>li:first-child {
    color: #1dbcbc;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top:80px;
	padding-bottom:100px;
}
.subpage-content section{
	padding-bottom:60px;
}
.subpage-content > .container > .row > section:last-child {
    padding-bottom: 0;
}
.img-wrap img{
	margin-bottom:20px;
}
.emp{
	font-weight:500;
	color:#1dbcbc !important;
}
.subpage-content .title h3{
	margin-top:0;
	margin-bottom:65px;
	position:relative;
	text-align:center;
	font-size:32px;
	font-weight:600;
}
.subpage-content .title h3:before{
	content:'';
	display:block;
	width:50px;
	height:2px;
	background:#ccc;
	position:absolute;
	left:50%;
	bottom:-30px;
	transform:translatex(-50%);
}
.subpage-content section h4 {
    font-size: 28px;
    color: #222;
    letter-spacing: -0.03em;
    margin: 0 0 30px;
    line-height: 1;
}
.subpage-content section h5 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 20px;
    color: #1e68b7;
    letter-spacing: -0.05em;
}
.subpage-content section > h5:before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    margin-left: 2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #1e68b7;
    vertical-align: middle;
}
.li-disc > li {
    list-style: none !important;
    position: relative;
    padding-left: 12px;
    margin-left: 5px;
    
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #444;
    line-height: 1.5;
    margin-bottom: 5px;
}
.li-disc > li:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}
/* subpage about */
#about01 .se2 li {
    margin-bottom: 5px;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #444;
    line-height: 1.8;
}
.strength .card{
	min-height:170px;
}
.strength .card-ttl{
	background:#1dbcbc;
}
/* subpage business */
#business01 .se1 .quote-box p{
	font-size:18px;
}
.busi-wrap img {
    box-shadow: 10px 10px 20px rgba(0,0,0,0.12);
    padding: 10px;
    border: 1px solid #ddd;
}
.busi01-li{
	margin:60px auto;
	width:1000px;
	max-width:100%;
}
.busi01-li:after{
	content:'';
	display:block;
	clear:both;
}
.busi01-li li{
	float:left;
	width:14.1%;
	text-align:center;
}
.busi01-li li i {
    display: block;
    margin: auto;
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 35px;
    color: #fff;
    border-radius: 50%;
    background: #334f6d;
    box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}
.busi01-li li .img-caption {
    display: block;
    margin: 20px 0 20px;
    line-height: 1.4;
    font-weight: 400;
    color: #222;
    letter-spacing: -0.03em;
}

#business02 .quote-box {
    text-align: left;
    background: none;
    padding: 0;
    font-size: 20px;
    letter-spacing: -0.05em;
    color: #1e68b7;
}

#business02 p.quote {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    color: #222;
    letter-spacing: -0.04em;
    border-top: 1px solid #e3e3e3;
    padding-top: 30px;
    position: relative;
}

#business02 p.quote:before {
    content: "";
    width: 50px;
    height: 3px;
    background: #cad4de;
    position: absolute;
    left: 0;
    top: -2px;
}

.circle-li {
    margin: 50px auto;
    width: 605px;
    max-width: 100%;
    background: #eef4f9;
    border-radius: 200px;
    padding: 20px 20px 20px 40px;
    border: 1px solid #d7dde2;
    box-shadow: 0 10px 20px rgba(0,0,0,0.12);
}
.circle-li:after{
	content:'';
	display:block;
	clear:both;
}
.circle-li li {
    position: relative;
    float: left;
    margin-left: -20px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(40, 183, 188,0.93);
}
.circle-li > li:nth-child(2) {
    background: rgba(51, 79, 109, 0.93);
}
.circle-li > li:nth-child(3) {
    background: rgba(37, 68, 128, 0.93);
}

.circle-li li span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.04em;
}

@media (max-width:767px){
    .circle-li {
        padding: 10px;
        margin: 50px auto 30px;
    }
    .circle-li li {
        margin: 0 auto;
        width: 33.3%;
        height: 50px;
        border-radius: 50px;
    }
    .circle-li li span {
        font-size: 16px;
    }
}

#business03 .quote-box {
    background: rgba(0,0,0,0);
    padding: 0;
    font-size: 16px;
    color: #444;
    margin: 20px auto 60px;
}

.process-wrap{
	
}
.process-wrap > div{
	padding:0 20px;
}
.process-wrap > div:after {
    content: '\f061';
    font-family: 'fontawesome';
    position: absolute;
    right: -10px;
    top: 18px;
    font-size: 20px;
    color: #9799a0;
}
.process-wrap > div:last-child:after{
	display:none;
}
.process-wrap p {
    padding: 20px 0;
    font-size: 15px;
    font-weight: 500;
    color: #444;
    text-align: center;
    letter-spacing: -0.04em;
    border: 1px solid #d7dde2;
    border-bottom: 2px solid #d7dde2;
}
.process-wrap > div:first-child p {
    border-bottom-color: #d7dde2;
    background: #eef4f9;
    color: #656875;
}

.process-wrap > div:last-child p {
    border-bottom-color: #1e68b7;
    background: #1e68b7;
    border-color: #1e68b7;
    color: #fff;
}

#business04 .subpage-content {
    padding-bottom: 0;
}
.busi04-wrap{
	margin:20px auto 0;
	width:1000px;
	max-width:100%;
}
.busi04-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.busi04-wrap img{
	width:40%;
	float:left;
}
.busi04-wrap .txt-box{
	width:60%;
	float:left;
}
.busi04-wrap .txt-box{
	padding:100px 35px;
}
.busi04-wrap .txt-box p {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.04em;
    color: #444;
    margin-bottom: 20px;
}
/* subpage portfolio */
#portfolio01 .dh-view-info{
	display:none;
}
.dh-attach + .col-xs-12{
	padding:30px 20px 50px !important;
}
.filter-items {
    padding: 0;
    text-align: center;
    margin: 0 0 50px;
}
.filter-items .filter-label {
    color: #7a7e7f;
}
.filter-label {
    margin: 0 6px 2px;
    padding: 10px 20px 10px 20px;
    font-size: 16px;
    letter-spacing: -0.04em;
    background-color: #fff;
    transition: all ease 0.2s;
    border: 1px solid #d7dde2;
}
.filter-label:hover,
.filter-label:focus {
    color: #7a7e7f;
    border-color: #cecfd2;
    background: #eff2f3;
}
.on .filter-label,
.on .filter-label:hover, 
.on .filter-label:focus {
    border-color: #1e68b7;
    background: #1e68b7;
    color: #fff;
}
@media(max-width:767px){
	
}

/* blog board */
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 200px;
	height: 200px;
	max-height: 200px;
	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 15px;
    margin-bottom: 30px;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
    background: #000;
}
.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: 15px 15px !important;
    font-size: 15px;
    letter-spacing: -0.04em;
    font-weight: 500;
    background: #eff2f3;
    color: #444;
    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;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover .thumb-hidden a {
    transform: scale(1.2);
    opacity: 0.4;
}

.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}



/* board pagination */
.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #555 !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: #f3f3f3;
    border: 1px solid #ddd;
    color: #334f6d !important;
    font-weight:500
}

.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;
}

#insertForm .input-group .form-control {
	box-shadow: none;
	border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #334f6d;
    border: 1px solid #334f6d;
}

.bbs-area .dh-board .row.dh-margin-top {
    margin: 30px -15px 0
}
.bbs-area .dh-board .row.dh-margin-top .col-dm-7 {
    padding-right:  0;
}
.bbs-area .dh-board .row.dh-margin-top #insertForm {
    padding: 0;
}

/* board view page */
.dh-view-box{
    margin-top:0;
}
.dh-view-box>.row>.page-header {
    border-top: 1px solid #cecfd2;
    border-bottom: 1px solid #cecfd2;
    padding: 20px 20px;
    margin: 0;
    background: #f1f3f5;
}
.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
}



/* mailform*/

#mailForm .form-group {
    margin: 0;
    padding: 6px 0px;
}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#mailForm .form-group label {
    width: 20%;
    float: left;
    margin: 10px 0 0;
    font-size: 16px;
    letter-spacing: -0.03em;
}
#mailForm .form-group input.form-control,
#mailForm .form-group textarea.form-control {
    width: 80%;
    border: 1px solid #ddd;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.03em;
}
#mailForm .form-group input.form-control {
    height: 38px;
}
#mailForm .form-group p.error,
#mailForm .form-group~p.error {
    margin: 0;
    color: #005ca9;
    font-size: 14px;
}

#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: 20px 0 0;
    font-size: 13px;
}
input[type=button].btn-block, 
input[type=reset].btn-block, 
input[type=submit].btn-block {
    width: 180px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 15px 0;
    border: 2px solid #1dbcbc;
    border-radius: 3px;
    background: #1dbcbc !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.3s ease;
    letter-spacing:-0.03em;
}
input[type=button].btn-block:hover, 
input[type=reset].btn-block:hover, 
input[type=submit].btn-block:hover {
    background: rgba(0,0,0,0) !important;
    border-color:#1dbcbc;
    color: #1dbcbc;
    
}

@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; letter-spacing: -0.03em;}
    #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: #1dbcbc;
}

#mailForm .form-group .form-control:focus {
    border-color: #1dbcbc;
}


/* login */
.login-layout .inner-box-wrapper, 
.id-find-layout .inner-box-wrapper, 
.pw-find-layout .inner-box-wrapper {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 30px 0 0;
}

.login-layout .panel, .id-find-layout .panel, .pw-find-layout .panel {border-radius: 8px; box-shadow: 0 0 0 rgba(0,0,0,0); border: 1px solid rgba(0,0,0,0); min-height: 440px; margin: 0; padding: 50px 30px 80px;}
.login-layout .panel-body h2, .id-find-layout .panel-body h2, .pw-find-layout .panel-body h2 {margin: 0; color: #454545; font-size: 28px; font-weight: 500; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p, .id-find-layout .inner-box-msg p, .pw-find-layout .inner-box-msg p {font-size: 13px; color: #666; margin: 0;}
.login-layout .inner-box-form form label, .id-find-layout .inner-box-form form label, .pw-find-layout .inner-box-form form label {font-size: 14px;}
.login-layout .inner-box-form form label.error, .id-find-layout .inner-box-form form label.error, .pw-find-layout .inner-box-form form label.error {font-weight: 400; color: #f6871f; font-size: 12px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background: #fff !important; border: 1px solid #d5d5d5;}

.login-layout .form-control, 
.id-find-layout .form-control, 
.pw-find-layout .form-control {
    border: 1px solid #ddd;
    box-shadow: none;
}
.login-layout .form-control:focus, 
.id-find-layout .form-control:focus, 
.pw-find-layout .form-control:focus {
    border-color: #1dbcbc;
}
.login-layout .btn-warning, 
.id-find-layout .btn-warning, 
.pw-find-layout .btn-warning {
    width: 180px;
    float: right;
    margin-top: 30px;
    padding: 15px 0;
    border: 2px solid #1dbcbc;
    border-radius: 3px;
    background: #1dbcbc;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-weight: 600;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition:all ease 0.3s;
    font-size:16px;
    letter-spacing:-0.03em;
}
.login-layout .btn-warning:hover, 
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    border-color: #1dbcbc;
    color:#1dbcbc;
    background:rgba(0,0,0,0)
}
.login-layout form > div > p > a {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #444;
    margin-top: 18px;
}
.login-layout form > div > p > a:hover {color: #222;}
.login-layout form > div > p > a:after {content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #ddd;}
.login-layout form > div > p:last-child > a:after {content: "";}
.id-find-layout .panel-body, .pw-find-layout .panel-body {margin-top: 40px;}

@media (max-width: 1199px) { /* Small·Medium·Large devices */
    #main-slide .item:nth-child(1) > img:nth-of-type(1) {
        left: 50%;
        margin: 0 auto;
        padding: 0 10px;
        transform: translateX(-50%);
    }
    #main-slide .item:nth-child(1) > img:nth-of-type(2) {
        display: none;
    }
}

@media(max-width:767px){
	.navbar-toggle{
		right:5px;
		top:15px;
		border:none!important;
		background:transparent!important;
	}
	.navbar-toggle .icon-bar{
		background:#fff!important;
	}
	.navbar-inverse .navbar-right{
		margin:0 -15px;
		background:#f5f5f5;
	}
	.navbar-nav .open .dropdown-menu{
		background:#fff;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		background:#12adad;
	}
	#main-slide .item.active{
		height:300px;
	}
	.carousel-caption p{
		font-size:18px;
	}
	.carousel-caption{
        top: 35%;
		/* top:50%; */
		min-width:85%;
	}
    
	.main-content .title h3{
		font-size:32px;
	}
	.main-content > div{
		padding:50px 0;
	}
	.main-about .quote{
		font-size:18px;
	}
	.footer_copy ul{
		margin-bottom:0;
	}
	.footer_copy li{
		float:none;
		margin-bottom:5px;
		border:none;
	}
	.footer_copy > div:after{
		height:70px;
	}
	.pageheader{
		height: 200px;
	}
	.bread-wrap{
		bottom:125px;
	}
	.subpage-content{
		padding:50px 0;
	}
	.pageheader h2{
		font-size:38px;
		white-space:nowrap;
	}
	.busi01-li li{
		width:50%;
	}
	.subpage-content .title h3{
		font-size:28px;
	}
	.subpage-content section h4{
		font-size:24px;
	}
	#business02 .quote-box{
		font-size:16px;
	}
	#business02 p.quote{
		font-size:18px;
	}
	.process-wrap p{
		margin-bottom:40px;
	}
	.process-wrap > div:after{
		content:'\f063';
		right:auto;
		left:50%;
		top:auto;
		bottom:-35px;
		transform:translatex(-50%);
	}
	.filter-items{
		text-align:left;
	}
	.filter-label{
		margin:3px;
	}
	#mailForm .form-group label{
		width:25%;
	}
	#mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control{
		width:75%;
	}
	.busi04-wrap .txt-box,
	.busi04-wrap img{
		float:none;
		width:100%;
	}
	.busi04-wrap .txt-box{
		padding:35px 15px;
	}
	.busi01-li{
		counter-reset: busi01-li;
	}
	.busi01-li li{
		position:relative;
	}
	.busi01-li li .img-caption{
		height:45px;
		padding:0 10px;
	}
	.busi01-li li .img-caption:before{
		counter-increment:busi01-li;
		content:counter(busi01-li);
		display:inline-block;
		margin-right:5px;
		width:1.6em;
		height:1.6em;
		line-height:1.6em;
		text-align:center;
		background:#334f6d;
		font-size:14px;
		font-weight:bold;
		color:#fff;
		border-radius:4px;
	}
	.busi01-li li .img-caption br{
		display:none;
    }
    
}

.root_daum_roughmap{
    width:100%!important;
}

#form7-textarea textarea{
    height:10em;
}
.radio label{
    margin-right:10px;
}

.myModal12.dh-popup.pull-left{
    padding: 0;
    width: 450px;
    top: 90px;
    left: 120px
}
.myModal12 > p{
    margin: 0;
}
.myModal12 > p:first-child,
.myModal12 > p[align="center"] + p{
    display: none;
}
.myModal12 > p br{
    display: none;
}

@media(max-width:767px){
    .myModal12.dh-popup.pull-left {
        width: calc(100% - 30px);
        left: 0;
        right: 0;
    }
}