@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; padding-top:91px;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family:   "NanumGothic", "나눔고딕",'notokr', '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: #FFF;
	border-color: #EFEFEF;
	margin-bottom: 0;
}

.navbar-inverse .navbar-brand {
	color: #333;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
    height: 50px;
    margin-top: 5px;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
	  	padding:35px 25px;
	  	font-size: 17px;
	  	font-weight:500;
	  	color: #333;
	  	-webkit-text-shadow: none;
	  	text-shadow: none;
	  	}
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #203864;
  	}
}
@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: rgba(0, 0, 0, .8);
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.dropdown-menu > li > a {
	padding: 7px 25px;
	font-size: 15px;
	color: #FFF;
	letter-spacing: -0.034em;
	text-transform: uppercase;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	background-color: transparent;
	color: #aee6ff;
	text-decoration: none;
}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #203864;
    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: #203864;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
/* ---------- 게시판 타이틀 설정 ---------- */
.intro-board-widget-layout{
	display:none;
}
.intro-boardbox .page-header {
	padding: 0 0 15px;
	margin: 10px 0 10px;
	border-bottom: 1px solid #ccc;
}

.intro-boardbox .page-header h4 {
	margin: 0;
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -0.034em;
}

.intro-boardbox .page-header h4 .btn {
	padding: 10px 5px 0 0;
	margin: 0;
	line-height: 1;
	color: #666;
	font-size: 16px;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 5px 0px 5px;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 16px;
	padding: 7px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
/* //메인 페이지 설정 끝 */
/* personal setting 0.62v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.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: #203864;
}
.numbering.circle{
	border-radius:50%;
}
/*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: 0px;padding-left:20px;position:relative;font-size: 15px;}
.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;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #203864;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding: 8px 19px;
	color: #344b77;
	font-weight: 500;
	background: #eff2fa;
	letter-spacing: -0.034em;
	border: 1px solid #c0c5d0;
}
.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: #668eea;
	font-size: 18px;
	color: #2057a4;
	line-height: 1.3em;
	padding: 20px 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	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:#203864;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box{
	margin:20px auto;
	padding:25px;
	background:#f5f5f5;
}
.greet .quote,
p.quote{
	margin:30px 0;
	font-size: 32px;
	font-weight:300;
	color: #1d3662;
	letter-spacing: -0.034em;
	line-height: 1.3;
}
p.quote small {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.034em;
    color: #333;
    margin-top: 15px;
    display: block;
}
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;
}
.foot-logo {
    height: 50px;
    margin-top: 5px;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 1px solid #333;
    border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th {color: #333;background:#f5f5f5;padding:10px 15px;}

.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #203864;
}

.table-style tr th,
.table-style tr td {
	padding: 15px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#203864;
}
.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 #203864;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.62v end */
/* navigation setting */
@media(max-width:767px){
	
}
/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height: 700px;
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;
}
#myCarousel .carousel-caption span{
	opacity:1;
	padding:0;
	background:transparent;
	text-shadow: 1px 1px 5px #000000;
}
.carousel-caption h1 {
    margin: 0;
    font-size: 70px;
    letter-spacing: -0.034em;
    color: #fff;
    font-weight: 500;
}
.carousel-caption h1 small{
    display:block;
    margin-top:10px;
    color: #61d6ff;
    font-size: 39px;
    font-weight: 700;
    letter-spacing: 0.03em;
}
.carousel-caption p {
    margin: 40px 0 0;
    font-size: 20px;
    color: #fff;
}
.carousel-control.left{
	background:url(/skin/img/slide/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/slide/arrow_next.png) no-repeat center;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-indicators li,
.carousel-indicators li.active{
	margin:0 4px;
	width:11px;
	height:11px;
}
.main-content {
    padding: 100px 0 110px;
    background: #f4f4f4;
}
/*
.main-content .container{
    width:1200px;
    max-width: 100%;
    margin:0 auto;
}
*/
.main-content .container > .row{
    margin:0;
    border:1px solid #ddd;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    background:#fff;
}
.main-content .main-business{
    color:#fff;
    background: #41609a url(/skin/img/sub/ptn2.png);
}
.main-business .title {
    padding:0;
    height:328px;
}
.main-business .title .inner{
    position: relative;
    padding: 30px 0 0 15px;
    height:100%;
    color:#333;
    border-top:2px solid #203864;
    background:#fff;
}
.main-business .title .inner:after{
    content:'';
    display:block;
    width:100px;
    height:100px;
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    background:#fff url(/skin/img/main/busi-title.png) no-repeat center / contain;
}
.main-business .title h3{
    margin-top:0;
    font-weight:600;
    font-size: 26px;
    letter-spacing: -0.034em;
    color: #2e569f;
}
.main-business .title h3:after{
    content:'';
    display:block;
    width:20px;
    height:1px;
    margin:20px 0;
    background:#111;
}
.main-business .title p{
    font-weight:500;
    line-height: 1.3em;
    letter-spacing: -0.034em;
    font-size: 15px;
    color: #666;
    font-weight: normal;
}
.m-business > div{
    padding:0;
}

.m-business a{
    display:block;
    height: 165px;
    text-align: center;
    color:#fff;
    margin-left:-1px;
    margin-top:-1px;
    border: 1px solid rgba(255,255,255,0.1);
    transition: all .3s ease;
}
.m-business a:hover{
    background:rgba(0,0,0,0.4);
}
.m-business a .inner{
    position: relative;
    height:100%;
}
.m-business a .inner h5{
    position:absolute;
    left:50%;
    top: 44%;
    transform:translate(-50%,-50%);
    margin:0;
    font-size: 18px;
    min-width:80%;
    line-height:1.2;
    font-weight: 600;
    text-align: left;
}
.m-business a .inner h5 .numbering{
    display:block;
    margin:0 0 5px;
    font-size: 31px;
    font-weight: 200;
}
.m-business h5 .numbering:before{
    content:'';
    display:block;
    width: 30px;
    height: 1px;
    background:#fff;
    margin: 0 0 3px;
}
.main-notice{
    padding: 30px 15px 10px;
}
@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div{
	padding: 30px 0 40px;
	background: #fff;
	background: #ebebeb;
	color:#bbb;
	font-size:13px;
}
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li {
    position: relative;
    display: inline-block;
    /* float: left; */
    /* padding-right: 12px; */
    /* margin-right: 12px; */
    /* border-right: 3px solid rgba(95, 95, 95, 0.2); */
    line-height: 1.7em;
    /* line-height: 1em; */
    color: #666;
}
.footer_copy li+li {
    margin-left: 24px;
}
.footer_copy li+li::before {
    content: '';
    top: 5px;
    left: -14px;
    width: 1px;
    height: 12px;
    position: absolute;
    background: rgba(95, 95, 95, 0.2);
}
/* .footer_copy li:last-of-type{
	border-right:none;
} */
.footer_copy .copy {
    font-size: 11px;
    color: #666;
}

/* .footer_copy ul {
    margin-top: 5px;
} */
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader{
	height:200px;
	background:#000 url(/skin/img/sub/subtop-bg2.png) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:42px;
    color:#fff;
}
.breadcrumb{
    position:absolute;
    right:15px;
    bottom:15px;
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #ccc;
    font-family: "FontAwesome";
    font-size: 15px;
}
.subpage-layout{
	padding-top: 60px;
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight:500;
	color:#31A549;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content section h4{
	position:relative;
	letter-spacing: -0.05em;
	font-weight: 700;
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 1.35em;
	/* padding: 40px; */
	/* border: 1px solid #ddd; */
}

.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:22px;
	letter-spacing: -0.04em;
	font-weight:700;
}
.subpage-content section h6{
	margin-top:20px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:700;
}
.subpage-content section .card h6:first-of-type{
	margin-top:10px;
}
.snb{
    padding-right:50px;
	padding-top: 27px;
}
.snb > ul{
    /* border-top:4px solid #35A349; */
}
.snb > ul > li > a{
    position: relative;
    display: block;
    padding: 10px 0 11px 14px;
    font-size: 15px;
    letter-spacing: -0.02em;
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #ddd;
}
.snb > ul > li > a:hover{
    background:#f8f8f8;
}
.snb > ul > li.active > a{
    color: #000;
    font-weight: 500;
    background: #f4f4f4;
}
.snb > ul > li.active > a:after{
    content:'\f054';
    display:block;
    font-family: 'fontawesome';
    position:absolute;
    right:15px;
    top:53%;
    color: #666;
    transform: translateY(-50%);
}
.subpage-content .title{
    position:absoltue;
    border-bottom: 2px solid #ddd;
    margin-bottom: 40px;
}
.subpage-content .title:before{
    content: '';
    display: block;
    width: 29%;
    height: 2px;
    position: absolute;
    left: 15px;
    top: 72px;
    background: #f0ca23;
}
.subpage-content .title h3{
    padding-bottom: 5px;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.07em;
}
/*subpage about*/
.greet p{
    margin-bottom:20px;
    font-size:16px;
    line-height: 1.65em;
}
.greet .quote{
	font-size:28px;
}
.greet .quote small{
	color:#3c62f1;
}
.greet .name{
    margin-top:40px;
    text-align: right;
    font-size:28px;
    font-weight:700;
}
.greet .name small{
    margin-right:10px;
    color:#666;
    font-size: 20px;
	font-weight:600;
}
.small-quote{
    margin:20px 0;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.05em;
    color: #333;
    line-height: 1.65em;
}
.comp-info .left-con .inner{
    height:100%;
    padding: 130px 0;
    text-align: center;
    border: 8px solid #b1c6eb;
    /* background: #f4f4f4; */
}
.comp-info .left-con p{
    margin: 0;
    padding: 25px;
    font-size: 26px;
    font-weight:600;
    line-height:1.3;
    letter-spacing: -0.034em;
    color: #457adb;
}
.comp-info {
    padding-top: 50px;
}
.comp-info .left-con .kr {
    color: #333;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.034em;
}
#business02 .quote,
#about03 .quote{
    color: #1d3662;
    margin:60px 0;
    padding: 30px;
    border-radius: 5px;
    background: #f4f4f4;
}
.vision-wrap{
    margin:20px -5px;
}
.vision-wrap > div{
    padding:5px;
}
.vision-wrap .inner{
    position:relative;
    height:190px;
    text-align: center;
    background:#276100;
    border-radius: 50%;
    width: 190px;
}
.vision-wrap .inner p{
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    color:#fff;
    font-size: 16px;
    /* font-weight:500; */
    line-height: 1.3;
    min-width: 80%;
}
.vision-wrap .inner p i{
    display:block;
    margin: 0 0 17px;
    font-size: 43px;
}
.box1 .inner, .box8 .inner {
    background: #379173;
}
.box2 .inner, .box7 .inner {
    background: #248f93;
}
.box3 .inner, .box6 .inner {
    background: #356e9b;
}
.box4 .inner, .box5 .inner {
    background: #4a5c95;
}
.location-wrap{
    background: #ccc;
    border: 1px solid #ddd;
}
.location-wrap .top-con{
    padding: 20px 35px;
    color: #333;
    background: #fafafa;
}
.location-wrap .top-con li{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.9em;
}
.location-wrap .top-con i{
    margin-right:10px;
    color: #444;
    font-size: 14px;
}
.location-wrap .root_daum_roughmap {
    width: 100%;
}

/*subpage job*/
.process-wrap {
    margin: 0;
    padding: 20px 0;
    text-align: center;
    /* border: 1px solid #ddd; */
    /* background: #f3f3f3; */
}
.process-wrap .col-sm-20:after {
    content: '\f054';
    font-family: 'fontawesome';
    font-size: 30px;
    color: #d3d3d3;
    position: absolute;
    right: -10px;
    margin-top: -8px;
    top: 58%;
    transform: translatey(-50%);
}
.process-wrap .col-sm-20:last-child:after{
    display: none;
}
.process-wrap .circle{
    position: relative;
    margin: 0 auto 0;
    width: 130px;
    height: 130px;
    background: #89ba64 url(/skin/img/sub/ptn2.png);
    border-radius: 50%;
    line-height: 1.3;
}
.process-wrap .circle span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.1em;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
}
.personality-li li {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    background: #f4f4f4;
    letter-spacing: -0.03em;
    color: #333;
}
.personality-li li span {
    position: relative;
    display: inline-block;
    margin-right: 50px;
    padding: 15px 22px;
    width: 50px;
    height: 60px;
    color: #fff;
    font-weight: 600;
    vertical-align: middle;
    background: #667aa0;
    background: -o-linear-gradient(left, #203864 0%, #3b4f73 100%);
    letter-spacing: -0.03em;
}
.personality-li li span:after {
    content: '';
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    width: 30px;
    height: 60px;
    border-bottom: 30px solid rgba(255, 255, 255, 0);
    border-left: 30px solid #667aa0;
    border-top: 30px solid rgba(255, 255, 255, 0);
}
.welfare-wrap{
    margin:10px 0;
    padding:20px;
    border:1px solid #ddd;
}
.welfare-wrap h5{
    font-weight: 600;
    text-align: center;
    /* border-bottom:1px solid #ddd; */
    er-bottom:1px solid #ddd;
    font-size: 18px !important;
}
.welfare-wrap h5 i{
    display:block;
    margin:0 0 20px;
    font-size: 48px;
    color: #667ba1;
}

/*subpage business*/
.subpage-content section .busi-title{
    padding: 20px 0 20px 25px;
    font-weight: 500;
    font-size: 19px;
    color: #2057a4;
    border-left: 5px solid #668eea;
    border-top: 1px solid #eee;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.subpage-content section .busi02-wrap h5{
    text-align: center;
    color: #333;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.356em;
}
.subpage-content section .busi02-wrap .small-quote{
    margin-top: 30px;
    padding-right: 20px;
}
.busi03-wrap .col-md-12{
    padding-bottom:30px;
}
.busi03-wrap .clearfix{
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px dashed #ddd;
}
.subpage .busi04-1 .card{
    padding:0;
    min-height:270px;
}
.subpage .busi04-1 h5{
    margin:0;
    padding:20px 5px;
    min-height: 100px;
    color:#fff;
    font-size: 18px;
    text-align: center;
    background: #344c78;
}
.subpage .busi04-1 h5 span,
.subpage .busi04-1 h5 small{
    display:block;
    font-size:14px;
    font-weight:600;
}
.subpage .busi04-1 h5 span{
    margin: -12px 0 10px;
    font-weight: 300;
    letter-spacing: 0;
    font-size: 16px;
    text-align: right;
}
.subpage .busi04-1 h5 small{
    margin:5px 0 0;
    color:#70bd3c;
    letter-spacing: 0;
    font-weight: 500;
    font-size: 13px;
}
.subpage .busi04-1 ul{
    margin:0;
    padding:10px;
	min-height: 175px;
}
.subpage .busi05-process > div:before{
    content: '\f054';
    font-family: 'fontawesome';
    font-size: 22px;
    color: #b6c6e4;
    position: absolute;
    right: -10px;
    top: 90px;
}
.subpage .busi05-process > div:last-child:before{
    display: none;
}
.subpage .busi05-process h5{
    padding: 20px 0;
    font-size:16px;
    text-align: center;
    color:#fff;
    background: #344c78 url(/skin/img/sub/ptn2.png);
    margin-top: 0;
}
.subpage .busi05-process li{
    margin-left: 10px;
    margin-right: 10px;
    padding: 0 0 10px 15px;
    letter-spacing: -0.034em;
    line-height: 1.2em;
}
.busi06-1{
    margin-top:40px;
}
.busi06-1 .inner{
    position: relative;
    margin-bottom:30px;
    background: #fafafa;
    padding:130px 50px 50px;
    border: 1px solid #eee;
}
.busi06-1 .inner h5{
    position:absolute;
    top:0;
    left:0;
    margin:0;
    padding:20px;
    font-size: 18px;
    font-weight: 400;
    color:#fff;
    background:#203864;
}
.busi06-1 .inner h5 small{
    display:block;
    margin:5px 0 0;
    color:#70bd3c;
    letter-spacing: 0;
}
@media(max-width:767px){
	
}
#business01 .small-quote, #business03 .small-quote, #business04 .small-quote, #business05 .small-quote, #business06 .small-quote {
    margin-bottom: 20px;
    font-size: 16px;
}
#business02 .inner {
    background: #6f7a8d url(/skin/img/sub/ptn2.png);
    width: 175px;
    height: 175px;
}

#business02 .inner p {
    font-size: 14px;
}

#business02  .inner p i {
    font-size: 40px;
}
#business05 .inner {
    background: #fafafa;
    height: 220px;
    border-bottom: 1px solid #eee;
}

.busi04-1 ul li {
    letter-spacing: -0.05em;
    padding-left: 15px;
    color: #333;
	font-size:12px;
}
.trait-dl dd {
    font-size: 15px;
    color: #333;
}

.trait-dl dd p {
    line-height: 1em;
}
#customer01 .se1 {
    background: #f4f4f4;
    padding: 20px 50px 40px;
    border-radius: 8px;
    margin-bottom: 40px;
}
.welfare-wrap ul li {
    font-size: 15px;
    padding: 0px 0 7px 15px;
    line-height: 1.2em;
}
.welfare-wrap .col-sm-3 {
    background: #fafafa;
    height: 380px;
    border-right: 1px solid #eee;
    padding-top: 20px;
}
.welfare-wrap .col-sm-3:last-child {
    border-right: none;
}
.welfare-wrap ul {
    margin-top: 30px;
}
#customer01 .small-quote {
    margin: 0;
    font-size: 30px;
    color: #1d3662;
    font-weight: 300;
    text-align: center;
    line-height: 1.3em;
    letter-spacing: -0.034em;
}
#customer01 .se1 h4 {
    text-align: center;
    color: #3158ac;
    margin-bottom: 15px;
}
.busi04-1{
	margin:10px -2px;
}
.busi04-1 > div{
	padding:2px;
}
#business05 .table-style td li{
	margin-left:0;
	font-size:13px;
	letter-spacing:-0.06em;
}
#business05 .table-style td li .numbering{
	margin-right:5px;
}
.list-row-subject{
    max-width: 70%;
}
@media(max-width:767px){
    .body-layout{
        padding-top:75px;
    }
    .navbar-brand img{
        height:45px;
        margin-top: 0;
    }
    .navbar-toggle{
        top:15px;
        border:none!important;
        background:transparent!important;
    }
    .navbar-toggle .icon-bar{
        background:#333!important;
    }
    .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
        background:#1d3662;
    }
    .navbar-nav .open .dropdown-menu{
        background:#f5f5f5;
    }
    .carousel-control{
        display:none;
    }
    .container_slide > .fill, .carousel-inner .item .fill{
        height:400px;
    }   
    .carousel-caption h1{
        font-size:40px;
    }
    .carousel-caption h1 small{
        font-size:30px;
    }
    .main-content{
        padding:50px 0; 
    }
    .main-business .title{
        height:auto;
    }
    .main-business .title .inner{
        padding-bottom: 80px;
    }
    .m-business a{
        height:145px;
    }
    .dh-front-list2 h6 a, .dh-front-list2 h6 a span{
        font-size:14px;
    }
    .foot-logo{
        margin:0 0 10px;
        height:45px;
    }
    .footer_copy li{
        line-height: 1.5em;
        /* margin-bottom:5px;
        border:none; */
    }
    .footer_copy li.addr {
        margin-left: 0;
    }
    .footer_copy li.addr::before {
        display: none;
    }
    .pageheader{
        height:180px;
    }
    .pageheader h2{
        font-size:36px;
    }
    .snb{
        padding:0 15px 40px;
    }
    .greet img{
        margin-left:0;
    }
    .greet .name{
        font-size:22px;
    }
    .greet .name small{
        font-size:16px;
    }
    .subpage-layout{
        padding-top:40px;
    }
    .comp-info .left-con .inner{
        margin-bottom:20px;
        padding:50px 0;
    }
    #business02 .quote, #about03 .quote{
        font-size:24px;
    }
    .vision-wrap .inner{
        margin:0 auto;
    }
    .root_daum_roughmap{
        max-width:100%;
    }
    .location-wrap .top-con{
        padding:15px 20px;
    }
    .location-wrap li{
        position:relative;
        padding-left:20px;
    }
    .location-wrap li i{
        position: absolute;
        left:0;
        top:8px;
    }
    .subpage-content section .busi-title{
        font-size:18px;
    }
    p.quote small{
        font-size:18px;
        word-break: break-all;
    }
    .vision-wrap>div{
        float:left;
        width:50%;
    }
    #business02 .inner{
        width:160px;
        height:160px;
    }
    .trait-dl dt{
        width:100%;
        padding:15px ;
    }
    .trait-dl dd{
        width:100%;
        padding:0 15px;
        border:none;
    }
    .subpage .busi04-1 .card,
    .subpage .busi04-1 .card ul{
        min-height:0;
    }
    .subpage .busi04-1 .card ul{
        padding:30px 15px;
    }
    #business05 .inner{
        margin-bottom:30px;
        height:auto;
    }
    .subpage .busi05-process > div:before{
        content:'\f078';
        right:auto;
        top:auto;
        bottom:0;
        left:50%;
        transform:translatex(-50%);
    }
    .busi06-1 .inner{
        padding: 80px 20px 20px;
    }
    #customer01 .small-quote{
        font-size:20px;
    }
    .personality-li li{
        font-size:14px;
    }
    .personality-li li span{
        padding: 20px 22px;
    }
    .process-wrap{
        margin-left:-30px;
    }
    .process-wrap > div{
        float:left;
        width:50%;
    }
    .process-wrap .circle{
        margin:10px auto;
    }
    .welfare-wrap .col-sm-3{
        height:auto;
        padding-bottom:40px;
    }
    .process-wrap .col-sm-20:after{
        right:-5px;
    }
    .dh-margin-top{
        text-align: center;
    }
}