@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
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 { display: none; }
.container_contents, .footer_copy > div, .sub-layout { width: 100%; padding: 0; }
.intro-board-widget-layout, .dh-board, .dh-view-box, .bbs-list-view-layout + .row, #mailForm, #insertForm { width: 100%; max-width: 1170px; margin: 0 auto; }
* { word-break: keep-all; }
.btnEdit i, .btnDelete i {color: #eee;}

/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border-bottom: 3px solid #056cb0;
    padding: 0;
    margin: 0;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
    margin: 26px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
}
.topmarginLay_a {
    height: 90px !important;
}
.navbar-inverse .navbar-nav > li > a {
    color: #666;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.06em;
    padding: 35px 20px;
    margin: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.navbar-nav > .dropdown > a {color: #fff;}
.navbar-nav > li:hover .navbar-nav a {color: #ed9a01;}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open>a:focus, .navbar-inverse .navbar-nav > .open>a:hover {color: #ed9a01; background: rgba(0,0,0,0); box-shadow: none; -webkit-box-shadow: none;}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {border-color: #333; color: #fff;}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover { color: #ed9a01; }
@media (min-width:768px){
    .navbar-right > .dropdown > .dropdown-menu {left: 0;}
}
.navbar-inverse .dropdown-menu {
    margin: 0;
    padding: 14px 10px;
    min-width: 180px;
    background: #f6f6f6;
    border: none;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.navbar-inverse .dropdown-menu > li > a {
    background: none;
    padding: 10px 20px;
    color: #444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}
.navbar-inverse .dropdown-menu > li > a:focus, .navbar-inverse .dropdown-menu > li > a:hover {
    background: #fff;
    color: #ed9a01;
    font-weight: 500;
    border-radius: 50px;
}
.title-t{
  height:70px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > .dropdown > .dropdown-menu {
	left:50%;
	right:auto;
	transform:translate(-50%, 0);
  }
}
/* 상단 서브 메뉴 설정 끝*/

/**slide**/
.container_slide {width: 100%; padding: 0;}
.fill { height: 500px; }
.carousel-caption {
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
    padding: 0;
    text-align: left;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.fill h1 {
    margin: 0 0 40px;
    padding: 14px 0 0;
    position: relative;
}
.fill h1:before {
    content: "";
    width: 20px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 0;
    background: #ed9a01;
}
.fill h1:after {
    content: "";
    width: 20px;
    height: 4px;
    position: absolute;
    top: 0;
    left: 20px;
    background: #046cb0;
}
.fill p { margin: 0; }
.fill h1 span, .fill p span {
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.fill h1 span {
    color: #444;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: -0.08em;
}
.fill p span a {
    display: inline-block;
    width: 180px;
    height: 44px;
    background: #046cb0;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    letter-spacing: -0.04em;
    line-height: 44px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
.fill p span a:hover { background: #ed9a01; }

/* main page */
.container_contents {
    padding: 0 0 80px;
}
.intro-html-layout {
    padding: 60px 0;
    margin-bottom: 60px;
    background: #f8f8f8;
}
.mainPage .subject h2, .page-header h4 {
    margin: 0 0 20px;
    padding-left: 18px;
    color: #444;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
    position: relative;
}
.mainPage .subject h2:before, .page-header h4:before {
    content: "";
    background: #ed9a01;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    left: 0;
}
.mainPage .middle .contents .col-md-3 {
    border-right: 1px solid #f8f8f8;
    padding: 0 0 24px;
    transition-duration: 0.3s;
    border-radius: 4px;
}
.mainPage .middle .contents .col-md-3:hover {
    background: #2b2f78;
}
.mainPage .middle .contents .col-md-3:hover img { opacity: 0.4; }
.mainPage .middle .contents .col-md-3:hover h4 { color: #fff; }
.mainPage .middle .contents .col-md-3:hover p { color: #dedede; }
.mainPage .middle .contents .col-md-3:last-child { border-right: none; }
.mainPage .middle .fa {
    font-size: 60px;
    color: #2b2f78;
}
.mainPage .middle h4 {
    margin: 24px 0 14px;
    color: #2b2f78;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
.mainPage .middle p {
    color: #666;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 0;
}

/* bottom */
.intro-board-widget-layout { background: #fff; }
.intro-boardbox-6:nth-child(1) { padding-right: 20px; }
.intro-boardbox .panel-default {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.intro-boardbox .page-header {
    margin: 0 0 20px;
    padding: 0;
    border-bottom: 1px solid #dedede;
}
.intro-boardbox .page-header h4 a {
    background: #e6e6e6;
    padding: 0;
    margin: 2px 0 0;
    border: none;
    font-size: 14px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    line-height: 24px;
}
.intro-boardbox .page-header h4 a i {
    color: #666;
}
.intro-boardbox .panel-body { padding: 0; }
.intro-boardbox .dh-front-list2-words {
    margin: 0;
    padding: 14px 0;
}
.dh-front-list2 h6 a span {
    color: #888;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}
.dh-front-list2 h6 a .list-row-subject {
    color: #444;
    padding-left: 15px;
    position: relative;
}
.dh-front-list2 h6 a .list-row-subject:before {
    content: "";
    background: #aaa;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1px;
}
.dh-front-list2 h6:hover a span {
    color: #222;
}
.dh-front-list2 h6 a .list-row-regdate {
    float: right;
    text-align: right;
}
.intro-board-widget-layout .bottom .contents iframe {
    margin: 0 0 10px;
}
.intro-boardbox .list-row-contents, .intro-boardbox .row-separator { display: none; }

.mainPage.bottom p, .mainPage.bottom span {
    display: inline-block;
    margin: 0;
    margin-right: 30px;
    float: left;
    color: #666;
    font-size: 13px;
    letter-spacing: -0.04em;
}
.mainPage.bottom span { letter-spacing: normal; }
.mainPage.bottom p strong, .mainPage.bottom span strong {
    color: #2b2f78;
    letter-spacing: 0.02em;
}
@media(min-width:768px){
	.intro-boardbox-6 { width: 50%; }
	.intro-board-widget-layout .bottom {
    width: 50%;
    float: left;
    padding-left: 20px;
}
}
/* //main page */

/* footer */
.footer_copy {
    padding: 40px 0 60px;
    background: #eaf0f3;
    overflow: hidden;
}
.footer_copy div { padding: 0; }
.footer_copy .col-md-3 p {
    font-size: 20px;
    margin-top: 7px;
    letter-spacing: 0.1em;
    color: #777;
}
.footer_copy address, .footer_copy ul li, .footer_copy ul li a, .footer_copy .copy {
    color: #888;
    font-size: 13px;
    letter-spacing: -0.02em;
}
.footer_copy address {
    float: left;
    text-align: left;
}
.footer_copy ul li {
    float: left;
    list-style-type: none;
}
.footer_copy .copy {
    padding: 10px 0;
    text-align: left;
    position: absolute;
}
.footer_copy .copy small {
    font-size: 100%;
}
@media screen and (max-width: 991px) {
	.footer_copy {width: auto;}
}
@media screen and (max-width: 767px) {
	.footer_copy {width: auto;}
}
/* //footer */

/*=====----- 메일폼 설정 -----=====*/
#mailForm {width: 100%; max-width: 1170px; margin: 0 auto; padding: 60px 0;}
#mailForm .form-group {margin: 0; padding: 25px 35px; background: #f8f8f8; border-bottom: 1px solid #e0e0e0;}
#mailForm .form-group:first-child {border-top: 2px solid #000;}
#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;}
#mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 85%; max-width: 935px; border: 1px solid #d0d0d0; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0);}
#mailForm .form-group input.form-control {height: 40px;}
#mailForm .form-group p.error, #mailForm .form-group~p.error {margin: 0; color: #ea880a; 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;}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 16px 10px;
    border: none !important;
    border-radius: 4px;
    background: #046cb0 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {
    background: #ea880a !important;
    color: #fff;
}
@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.05em;}
    #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;}
}

/*=====----- 게시판 설정 -----=====*/
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 80px;
}
.bbs-list-index-layout .subPage .right_contents, .bbs-list-view-layout .subPage .right_contents, .bbs-list-edit-layout .subPage .right_contents {width: 100%; padding: 0;}
/*=====----- 텍스트 게시판 설정 -----=====*/
.dh-board .table > thead > tr > th, .dh-board .table > tbody > tr > th, .dh-board .table > tfoot > tr > th, .dh-board .table > thead > tr > td, .dh-board .table > tbody > tr > td, .dh-board .table > tfoot > tr > td {padding: 16px 20px; color: #666; font-size: 14px;}
.dh-board .table > thead > tr > th {background: #f9f9f9; vertical-align: middle; border-bottom: 1px solid #ccc; font-size: 15px; font-weight: 500; color: #333; letter-spacing: -0.03em;}
.dh-board .table > tbody > tr > td {border-bottom: 1px dotted #dedede;}
.dh-board .table > tbody > tr > td > strong > a {color: #555;}
.dh-board > .table-hover {border-top: 2px solid #2d2d2d; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td {background-color: #f9f9f9;}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {color: #000;}
.dh-margin-top{margin-top: 40px; display: inline-block;}
/* ----- 이미지 게시판 ----- */
.dh-front-gallery {margin-top: 20px;}
/* ----- 게시판 버튼 설정 ----- */
.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label-danger{color: #ea880a;}
.label-primary{color: #ea880a;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #ea880a; border: 1px solid #ea880a !important;}
.pagination > li > a, .pagination > li > span {color: #9D8478; border: 1px solid #fff !important;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box {margin-top: 0px;}
.sns-box {display: none;}
.dh-view-box > .row > .page-header {border-top: 2px solid #000; border-bottom: 1px solid #ccc; padding: 0 20px; margin: 0;}
.dh-view-box > .row > .page-header > h4 {color: #333; font-size: 23px; margin: 14px 0;}
.dh-view-box > .row > .dh-view-info {border-bottom: 1px solid #ccc; background: rgba(0,0,0,0); padding: 8px 20px 8px; color: #888;}
.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 h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 30px 20px 60px !important; min-height: 300px;}
@media screen and (max-width: 991px) {
    .dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {padding: 60px 15px;}
}
@media screen and (max-width: 767px) {
    .dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {padding: 40px 15px;}
}
/* 게시판 설정 끝 */
.table {
    margin: 0 0 20px !important;
    border-top: 2px solid #2b2f78 !important;
    border-bottom: 2px solid #ccc !important;
}
.table thead tr th, .table tbody tr th, .table tbody tr td {
    padding: 14px 16px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e6e6e6;
}
.table thead tr th, .table tbody tr th {
    background: #f8f8f8;
    color: #222;
    font-weight: 500;
}
.table thead tr th {background: #f4f4f4;}
/* .sub_content .table.table-type03 {margin: 0 0 20px; border-top: 2px solid #2a3075;}
.sub_content .table.table-type03 tr th, .sub_content .table.table-type03 tr td { border-bottom: 1px solid #dedede !important; letter-spacing: -0.02em; word-break: keep-all; vertical-align: middle !important;}
.sub_content .table.table-type03 tr th {color: #333;
    font-size: 17px;
    text-align: center;}
.sub_content .table.table-type03 thead tr th {background: #f8f8f8;}
.sub_content .table.table-type03 tr td {color: #666;}
.sub_content .table.table-type03 tr td:first-child{text-align:cneter} */


/* sub page top*/
.sub-layout .sub_visual {
    height: 280px;
    background: url(/skin/img/sub/sub_top.jpg);
    position: relative;
    margin-bottom: 60px;
}
.sub-layout .sub_visual h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.06em;
}

/* sub page route */
.wrapSubTitle {
    border-bottom: 1px solid #dedede;
    margin: 0 0 40px;
    padding: 0 0 20px;
}
.subTitle {
    display: inline-block;
}
.subTitle h3 {
    margin: 0;
    color: #444;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
.route {
    float: right;
    text-align: right;
    width: auto;
    padding: 0;
    margin: 10px 0 0;
}
.route ol {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    letter-spacing: -0.04em;
}
.route li {float: left; color: #595959; font-size: 12px; font-family: "NanumGothic", "나눔고딕";}
.route li::after {content: '\f105'; font-family: 'FontAwesome'; padding: 0 10px;}
.route li.active {font-weight: 700;}
.route li.active::after {content: ''; padding: 0;}

.subTitle img {float: left;}

.subPage p {
    margin: 0 0 20px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
.route h4 {display: none;}


/* sub page top end*/
.sub_content {
    padding: 0 0 100px;
    min-height: 650px;
}
#company04 .sub_content{   min-height:0}
.sub_content .con { margin-bottom: 60px; }
.sub_content .border_dl dt, #business03 .con p {
    color: #444;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
    padding-bottom: 14px;
    border-bottom: 1px solid #dedede;
    margin-bottom: 14px;
    text-align: left;
    line-height: 1;
}
.sub_content .border_dl dd, .sub_content ul li, .sub_content .dl_blue dd {
    color: #444;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.8;
}
.sub_content .dl_blue dd b {
    color: #888;
    font-size: 13px;
    font-weight: 500;
}
.sub_content .border_dl dd b, .sub_content ul li b, .sub_content .dl_blue dd b {
    color: #046cb0;
    font-weight: 500;
}
.sub_content .dl_blue { margin: 0; }
.sub_content .dl_blue dt {
    margin: 0 0 20px;
    padding: 12px 0;
    background: #056cb0;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1;
}
.sub_content .border_dl dd:before, .sub_content .dl_blue dd:before, .sub_content ul li:before{
	content: ""; 
    width: 5px;
    height: 1px;
    background: #333;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;}

.sub_content b{    
	font-weight: 300;
    display: block;
    text-indent: 10px;}

@media(min-width:768px){
	.sub_content .con ul{padding:0}
}

.btn-primary{    
	background: #ed9a00;
    border: 1px solid #ed9a00;}
.btn-primary:hover{
	background:#ed6400;
    border: 1px solid #ed6400;}

/*** company01 ****/
#company01 .sub_content h5 {
    margin: 0 0 40px;
    color: #222;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.06em;
}
#company01 .sign small {
    color: #666;
    font-size: 18px;
    letter-spacing: -0.04em;
}
#company01 .sign big {
    color: #222;
    font-size: 20px;
    font-weight: 600;
}

/*** company02 ****/
#company02 .sub_content .con {
    margin-bottom: 20px;
}

/*** company05 ****/
#company05 .con h4 {
    margin: 0 0 40px;
    padding-left: 16px;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    position: relative;
}
#company05 .con h4:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    background: #ed9a01;
}
#company05 .con h5 {
    margin: 0 0 14px;
    padding: 10px 0;
    background: #056cb0;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1;
}
#company05 .con .col-md-6:nth-of-type(3){margin-top:15px}

/*** company06 ****/
#company06 .con {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 50px;
}
#company06 .con:last-child{border-bottom:none}
#company06 .con img{border:1px solid #dedede}
#company06 .con:nth-of-type(3) .col-md-6:nth-of-type(1){margin-top:5px}
#company06 .con h5 {
    margin: 0 0 40px;
    padding-left: 20px;
    color: #222;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.04em;
    position: relative;
}
#company06 .con h5:before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    background: #ed9a01;
}
#company06 .con dl {
    margin: 0 0 40px;
}
#company06 .con dl dt {
    color: #444;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 0 0 10px;
}
#company06 .con dl dd {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
#company06 .con p {
    margin: 10px 0 20px;
    color: #222;
    font-weight: 600;
    text-align: center;
}

/*** business01 ****/

@media(min-width:768px){
#business01 .con .col-md-3 { width: 20%; }
}
#business01 .con:first-child {margin-bottom: 60px; }
#business01 .container > .con:nth-child(2) {
    margin-top: 80px;
    margin-bottom: 0;
}
#business01 .con .col-md-3 dl {
    background: #f6f6f6;
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin: 0 auto;
    padding: 40px 0 0;
    text-align: center;
}
#business01 .con .col-md-3 dt {
    font-size: 40px;
    font-weight: 800;
    color: #056cb0;
    line-height: 1;
    margin: 0 0 10px;
}
#business01 .con .col-md-3 dd {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    letter-spacing: -0.04em;
    line-height: 1.4;
}
#business01 .con .col-md-5:nth-of-type(1) dl:nth-of-type(1) {
    text-align: right;
    border-bottom: 1px solid #e6e6e6;
}
#business01 .con .col-md-5:nth-of-type(1) dl:nth-of-type(2) {
    text-align: right;
    padding-top: 20px;
}
#business01 .con .col-md-5:last-child dl:nth-of-type(1) {
    border-bottom: 1px solid #e6e6e6;
}
#business01 .con .col-md-5:last-child dl:nth-of-type(2) {
    padding-top: 20px;
}
#business01 .con .col-md-5 dl{
    padding-bottom:25px;
	margin: 0;}
#business01 .con .col-md-5 dl dt {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 8px;
}
#business01 .con .col-md-5 dl dd {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1;
}
#business01 .con .col-md-2 p {
    margin: -20px 0 0;
    width: 180px;
    height: 180px;
    text-align: center;
    padding: 55px 0;
    border: 8px solid #2a3075;
    border-radius: 100%;
    font-size: 20px;
    letter-spacing: -0.06em;
    line-height: 1.4;
    font-weight: 600;
    color: #666;
}

/*** business02 ****/
#business02 .con h4, #business03 .con h4 {
    margin: 0 0 40px;
    padding-left: 16px;
    color: #222;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.04em;
    position: relative;
}
#business02 .con h4:before , #business03 .con h4:before {
    content: "";
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    background: #ed9a01;
}
#business02 .con p {
    background: #f6f6f6;
    padding: 20px 0;
    border-radius: 4px;
    color: #222;
    text-align: center;
    font-weight: 500;
}
#business02 .con .col-md-3 dl:first-child{    min-height: 170px;}

/*** business03 ****/
#business03 .con h5 {
    margin: 0 0 20px;
    padding: 6px 24px;
    background: #2b2f78;
    border-radius: 50px;
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1;
    display: inline-block;
}
#business03 .sub_content .con ul:nth-of-type(2){padding-left:40px}
#business03 .con:nth-child(4) .clearfix, #business03 .con:nth-child(5) .clearfix {
    margin-bottom: 40px;
}
#business03 .con .col-md-4 {
    margin-bottom: 20px;
}
#business03 .busi3_float { float: left; }
#business03 .busi3_clear { clear: both; }
#business03 .border_left { padding-right: 0; }
#business03 .border_left p {
    min-height: 142px;
    margin: 0;
    padding: 0;
    background: #2b2f78;
    border: none;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 142px;
}
#business03 .border_left+.col-md-10 {
    border: 1px solid #2b2f78;
    padding: 20px 40px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
#business03 .border_left+.col-md-10 ul {
    margin: 0;
}

/*** location ****/

#location .table { margin-top: 30px !important; }

/*** 조직도 ****/
#company04 .sub_content img{    margin-top: 35px;}
