@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.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: '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;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin: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}

/* 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: #117b4e;
    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: #11ab69;
}
.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;
    }
}
.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,.li-dot > dd:before{
	content:'·';
}
*{word-break:keep-all}


/*상단 메뉴 설정 시작*/
.navbar-inverse {
    background: #fff;
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand {
    margin: 18px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    background: none;
    color: #222;
    font-size: 18px;
    padding: 32px 40px;
    font-weight: 500;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.04em;
    line-height: 1;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #888;
    background: none;
}
.navbar-inverse .dropdown-menu > li > a {
    margin: 0;
    padding: 18px 4px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.04em;
    line-height: 1;
}
@media screen and (min-width: 768px) {
    .navbar-inverse .dropdown-menu {
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border: 1px solid #d1d1d1;
        margin: 0;
        padding: 16px;
        box-shadow: 0 0 0 rgba(0,0,0,0);
    }
    .navbar-inverse .dropdown-menu > li {
        border-bottom: 1px solid #e1e1e1;
    }
	.navbar-inverse .dropdown-menu > li:last-child {
		border-bottom: 0;
	}
    .navbar-inverse .dropdown-menu > li > a {
        padding: 18px 8px;
    }
    .navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
        color: #156485;
        font-weight: 600;
        background: none;
    }
    .navbar-inverse .dropdown-menu > li > a:hover:before, .navbar-inverse .dropdown-menu > li > a:focus:before {
        content: "\f105";
        font-size: 12px;
        font-family: "FontAwesome";
        line-height: 14px;
        float: right;
    }
}

@media (min-width: 768px) {
    .navbar-inverse .dropdown-menu {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        min-width: 200px;
    }
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #222;
    color: #ccc;
    font-size: 12px;
    font-weight: 300;
    padding: 40px 0 40px;
    margin: 0;
    text-align: left;
}
.footer_copy .text-center ul{padding-left:0;    margin-bottom: 5px;}
.footer_copy .text-center .col-sm-10 ul:nth-of-type(1) li{margin-right:30px}
.footer_copy .text-center .col-sm-10 ul:nth-of-type(2) li{margin-right:5px}
.footer_copy .text-center ul li {display:inline-block}
.footer_copy .text-center ul li a {
    font-size: 13px;
    color: #ccc;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    margin-bottom: 8px;
}
/* 하단 카피라이트 설정 끝*/

/*slide*/
.carousel-inner .item {
    width: 100%;
    height: 720px;
}
.carousel-inner .item:nth-of-type(1){background:url(/skin/img/slide/slide01.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(2){background:url(/skin/img/slide/slide02.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(3){background:url(/skin/img/slide/slide03.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(4){background:url(/skin/img/slide/slide04.jpg)no-repeat center / cover}
.glyphicon.glyphicon-chevron-left{display:none}
.glyphicon.glyphicon-chevron-right{display:none}
.left.carousel-control{background:url(/skin/img/slide/arrow_prev.png)no-repeat center}
.right.carousel-control{background:url(/skin/img/slide/arrow_next.png)no-repeat center}
.carousel-caption {
    top: 50%;
    left: 50%;
    bottom: auto;
    right: auto;
    transform: translate(-50%,-50%);
    text-align: center;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 0;
}
.carousel-caption h2 {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0;
}
.carousel-caption p {
    margin: 0 0 4px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: -0.04em;
    line-height: 1;
}
.carousel-caption p span{font-weight: 600;}
.carousel-indicators li, .carousel-indicators li.active {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    margin: 0 8px;
}
.carousel-indicators li.active {
    background: #fff;
    position: relative;
}
.carousel-indicators li.active:before {
    content: "";
    position: absolute;
    background: url(/skin/img/slide/hexagon.png) no-repeat;
    width: 24px;
    height: 28px;
    top: -10px;
    left: -8px;
}
/*main*/
.container_contents {
    padding-top: 80px;
}
.maincon1{overflow:hidden}
.maincon1 > div{
	width: 50%;
    text-align: center;
    float: left;
    height: 360px;
	position:relative;color:#fff}
.main1_left{background: url(/skin/img/main/main1_left.jpg)no-repeat center / cover;}
.main1_left:after, .main1_right:after {
    content: "";
    width: 98%;
    height: 94%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid rgba(255, 255, 255, 0.8);
}
.main1_right{background: url(/skin/img/main/main1_right.jpg)no-repeat center / cover;}
.main1_right_inner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}
.main1_left_inner{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:3}
.maincon1 h3 {
    font-size: 40px;
    margin: 0 0 16px;
    letter-spacing: 0.08em;
    line-height: 1;
}
.maincon1 p {
    color: #e1e1e1;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0;
}
.maincon1 a {
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    padding: 20px 60px;
    margin: 40px 0 0;
    text-decoration: none;
}
.maincon1 a:hover {
    background: rgba(0,0,0,0.6);
}
.maincon2 {
    padding: 120px 0;
}
.maincon2 p {
    color: #222;
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1;
    margin: 0 0 60px;
}
.maincon2 img {
    border: 1px solid #e1e1e1;
}
.maincon2 .clearfix{margin:20px}
.maincon3 {
    padding: 120px 0;
    background: #f8f8f8;
}
.maincon3 a {
    text-decoration: none;
}
.maincon3 dl {
    margin: 0;
    text-align: center;
}
.maincon3 dl dt {
    color: #d6a517;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1;
    margin: 0 0 8px;
}
.maincon3 dl dd {
    font-size: 24px;
    letter-spacing: -0.034em;
    color: #222;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.maincon3 img {
    margin-bottom: 20px;
}
.maincon3 a:hover img, .maincon3 a:hover dl dt, .maincon3 a:hover dl dd {
    opacity: 0.6;
}

/*sub*/
.sub-layout {
    padding-top: 80px;
}
.subTop {
    width: 100%;
    height: 400px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;
}
.subTop h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 56px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    letter-spacing: 0.04em;
    line-height: 1;
}
.subContent {
    padding: 120px 0;
}
.subContent ul{padding-left:0}
.subTitle {
    margin-bottom: 60px;
}
.subTitle h3 {
    margin: 0 0 16px;
    padding: 22px 0 0;
    text-align: center;
    font-size: 40px;
    letter-spacing: -0.04em;
    font-weight: 400;
    color: #156485;
    line-height: 1;
    position: relative;
}
.subTitle h3:after {
    content: "";
    background: #156485;
    width: 40px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translatex(-50%);
}
.subTitle .breadcrumb {
    background: transparent;
    text-align: center;
    letter-spacing: -0.04em;
    font-size: 12px;
    color: #888;
    font-weight: 500;
    margin: 0;
    padding: 0;
}
.subTitle .breadcrumb li {
    color: #888;
    font-size: 14px;
    font-weight: 400;
}
.subContent h4 {
    margin: 0 0 24px;
    padding-left: 14px;
    color: #222;
    font-size: 32px;
    line-height: 1;
    border-left: 4px solid #222;
}
.subContent p, .subContent li, .subContent dd {
    color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    line-height: 1.8;
    margin-bottom: 20px;
}
.subContent li, .subContent dd {
    margin: 0;
}
.subContent .con {
    margin-bottom: 80px;
}
.subContent .con:last-child{margin-bottom:0}
{    height: 0 !important;
    padding-top: 50%;}
.subContent .table {
    margin: 0;
    border-top: 2px solid #222;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    color: #666;
    padding: 18px 14px !important;
    border-bottom: 1px solid #e1e1e1 !important;
    letter-spacing: -0.04em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
    line-height: 1.6;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    background: #f8f8f8;
    color: #222;
    font-weight: 500;
}
#company03 .table {
    margin: 24px 0 0;
}

	
/*company*/
#company01 .con1 .greet {
    background: #f8f8f8;
    padding: 32px 40px;
    border-radius: 6px;
}
#company01 .con1 .greet p:last-child {
    margin: 0;
}
#company01 .con2 ul li {
    font-size: 18px;
    margin: 16px;
}
#company01 .con2 ul li strong {
    color: #222;
    margin-right: 8px;
}
#company02 .con p {
    font-size: 18px;
    background: #dce8ed;
    color: #222;
    padding: 24px 0;
    text-align: center;
    border-radius: 50px;
}
#company02 .con2 p {
    background: #f9f2dc;
}

/*business*/
#business01 .con1 .con1_inner p {
    line-height: 1.8;
    font-size: 18px;
    background: #dce8ed;
    color: #222;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    border-radius: 6px;
}
#business01 .con1 li {
    font-size: 18px;
    color: #222;
    text-align: center;
    padding: 12px 0;
    background: #f9f2dc;
    margin-bottom: 4px;
    border-radius: 6px;
}
/*performance*/
.performance .con dl {
    margin-bottom: 100px;
}
.performance .con dl dt {
    letter-spacing: -0.04em;
    margin: 40px 0 24px;
    padding-left: 14px;
    color: #222;
    font-size: 26px;
    font-weight: 500;
    line-height: 1;
    border-left: 4px solid #222;
}
.performance .con dl dd {
    font-size: 18px;
}
.performance .con dl dd span {
    color: #222;
    font-weight: 500;
    width: 60px;
    display: inline-block;
}
.performance .con .clearfix{margin:40px 0}

.dh-board > .table-hover {
    border-top: 2px solid #222;
    border-bottom: 1px solid #c1c1c1;
    margin: 0 0 80px;
}
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #156485;}
.label-primary{color: #2b5cb7;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #156485; border: 1px solid #156485 !important;}
.pagination > li > a, .pagination > li > span{color: #9D8478;}
.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;}

.sns-box{display: none;}
.dh-view-box>.row>.page-header {
    border-top: 1px solid #2c2c2c;
    border-bottom: 1px solid #eee;
    padding: 24px 20px;
    margin: 0;
}
.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    padding: 0;
    border: none;
}
.dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; 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: 15px 20px 40px !important;}
#btnNew{border-color:#156485;background:#156485}

/*mail*/
.contact-mail-layout {padding-bottom:100px}
.contact-mail-layout .subContent{padding-bottom:0}
#mailForm{max-width:800px; margin:0 auto}
#mailForm .form-group label{font-size: 19px;
    font-weight: 400;    padding-top: 60px;
    letter-spacing: 0.04em;}
#mailForm .form-group input.form-control,#mailForm .form-group textarea.form-control{height: 50px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-shadow: 2px 2px 2px rgba(190,190,190,0.4);}
#mailForm .form-group textarea.form-control{height:200px}
#mailForm input[type=submit]{    max-width: 250px;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0.034em;
    background: #156485;
    border-color: #156485;
    margin: 0 auto;
    clear: both;
    padding: 15px 0;}
#mailForm label[for=mail_agree]{    font-size: 13px;    margin-bottom: 30px;}

/*2019-03-25*/
/*모바일*/
@media(max-width:767px){
	.navbar-inverse .navbar-brand{    margin: 10px !important;}
	.container_contents{    padding-top: 60px;}
	.carousel-inner .item{height:300px}
	.carousel-caption p{margin: 0 0 10px;
    font-size: 22px;}
	.carousel-control-box{display:none}
	.maincon1 > div{width:100%;
    height: 250px;}
	.maincon1 h3{    font-size: 30px;}
	.maincon1 p{font-size:15px}
	.maincon1 a{    padding: 20px 40px;}
	.maincon2{padding:60px 0}
	.maincon2 img{margin-bottom:20px}
	.maincon3 a{    margin-bottom: 20px;
    display: block;}
	.maincon3{padding:60px 0}
	.navbar-inverse .navbar-toggle{    margin: 15px;}
	.navbar-inverse .navbar-toggle .icon-bar{    background-color: #333;}
	.navbar-inverse .navbar-nav > li > a{padding: 20px 5px;}
	.navbar-inverse .navbar-nav > li {    padding: 0 20px;}
	.navbar-inverse .navbar-nav>.open>a{    padding-bottom: 5px;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{       position: relative;
    padding: 5px 10px;
    margin: 0 20px;
    font-size: 15px;
    color: #555;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:before{content:"";width:5px; height:5px;background:#0e81b7;border-radius:50%; display:block;position:absolute;left:0; top:50%;transform:translateY(-50%)}
	.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{    color: #444;}
	.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{background:#fff}
	
	.sub-layout{    padding-top: 60px;}
	.subTitle h3{font-size: 36px;}
	#company03 .con1 iframe{    height: 250px;}
	.subContent{padding:60px 0}
	.con1_inner{    margin: 10px 0;}
	.subTop{height:200px}
	.subTop h2{font-size: 44px;    font-weight: 500;}
	#business03 .con img{margin-bottom:20px}
	.performance .con dl dd{    font-size: 17px;
    position: relative;
    padding-left: 60px;}
	.performance .con dl{    margin-bottom: 40px;}
	.performance .con dl dd span{    position: absolute;
    left: 0;}
	#mailForm{padding:0 15px}
	#mailForm .form-group label{padding-top:0}
	.dh-board > .table-hover{margin-bottom:40px}
	.contact-mail-layout{    padding-bottom: 60px;}
}
.root_daum_roughmap,
.root_daum_roughmap .wrap_map{
    width: 100% !important;
}