@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.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', 'Noto Sans KR', "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,
.footer_copy > div,
.sub-layout,.intro-html-layout{
	width:100%;
	padding:0
}

.intro-html-layout {
    margin: 0;
}

.intro-html-layout > .col-sm-12 {
    padding: 0;
}


.sub-layout, .container_contents{
	padding:89px 0 0;}
.sub-layout{padding-bottom:80px}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
    padding: 0 15px;
	margin:0 auto;
}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.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;
}
*{word-break:keep-all}

.navbar-right{    margin-top: 20px;}
.navbar-brand {
    margin: 15px 0 !important;
    padding: 0;
}
.navbar-brand img {
    margin-top: 0;
}
.navbar-inverse {
    background: #fff;
    border: none;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
}
@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(255, 255, 255,0.9);
        padding: 0;
        border-top: 2px solid #039;
    }


	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}
.navbar-inverse .navbar-nav>li>a {
    color: #222;
    font-size: 16px;
    transition: all ease .3s;
    font-weight: 600;
    letter-spacing: -0.02em;
    padding: 15px 20px 36px;
}
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover{
    color: #039;
    background:#fff;
}
.dropdown-menu > li > a {
    padding: 10px 25px;
    font-size: 14px;
    color: #222;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.15);
    letter-spacing: -0.02em;
    transition: all ease .3s;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: #039;
    text-decoration: none;
    color: #fff;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background-color: #222;
    padding: 40px 0px 40px;
    margin: 0px;
    text-align: center;
    float: none;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    color: #86878a;
    margin: 0 auto;
    font-size: 13px;
    letter-spacing: -0.02em;
    text-align: left;
}
.footer_copy .wrap-footer img {
    margin-right: 30px;
}
.wrap-footer > .text-right {
   margin-top: 40px;
}
address {
    margin-bottom: 0;
    line-height: 1.7;
    font-size: 13px;
    letter-spacing: -0.02em;
}
@media screen and (max-width:768px){
	.wrap-footer address{
		display: inline-block;
		margin-top: 20px;
		width: 100%;
	}
	.wrap-footer > .text-right{
		text-align:left;
	}
}
/* 하단 카피라이트 설정 끝*/

.carousel{
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.carousel-inner > .item .carousel-caption {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    bottom: auto;
    padding: 0;
}
.carousel-caption h2 {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeInDown;
    margin-bottom: 35px;
    margin-top: 0;
    font-size: 60px;
    font-weight: 600;
    text-shadow: none;
}
.carousel-caption p {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-delay: .3s;
    animation-name: fadeIn;
    font-size: 18px;
    padding: 0;
    color: #fff;
    letter-spacing: -0.02em;
    line-height: 1.8;
    font-weight: 400;
}

.carousel-caption h2 span, .carousel-caption p {
	background-color: transparent;
	-webkit-text-shadow: none;
	text-shadow: none;
	opacity: 1;
	word-break: break-word;
}
.carousel-caption h2 span {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin: 0 0 15px;
    letter-spacing: -0.02em;
}
.carousel-control{
    width:auto;
    opacity:0.8
}

.carousel-control .glyphicon-chevron-right {
    right: 10px;
}
.carousel-control .glyphicon-chevron-left {
    left: 10px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-next, 
.carousel-control .icon-prev {
    width: 45px;
    height: 110px;
    background: rgba(60, 60, 60, 0.9);
    padding-top: 44px;
    text-shadow: none;
    font-size: 20px;
    margin-top: -55px;
}

.carousel-control:focus, 
.carousel-control:hover {
    opacity: 1;
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    margin: 0 5px 0;
    opacity: 0.5;
}

.carousel-indicators li.active {
    width: 11px;
    height: 11px;
    background: #fff;
    margin: 0 5px 0;
    opacity: 2;
}

/*table*/
.subpage-content .table.table-type03 {
    margin: 0 0 20px;
    border-top: 2px solid #222;
}
.subpage-content .table.table-type03 tr th,
.subpage-content .table.table-type03 tr td {
    padding: 14px 15px !important;
    border-bottom: 1px solid #ddd!important;
    letter-spacing: -0.02em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 15px;
}
.subpage-content .table.table-type03 tr th {
    color: #222;
    background: #f5f5f5;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}
.subpage-content .table.table-type03 thead tr th {background: #f5f5f5;}
.subpage-content .table.table-type03 tr td {color: #444;}
/* subpage setting */
.pageheader {
    height: 250px;
    background: #828282 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
    position:relative;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 45px;
}
.pageheader .bread-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 51, 153, 0.85);
    border-top: 1px solid rgba(255,255,255,0.4);
}
.pageheader .bread-wrap .breadcrumb {
    margin: 0;
    border-left: 1px solid rgba(255,255,255,0.4);
    padding: 0;
    font-size: 15px;
    border-radius: 0;
    background: rgba(0,0,0,0);
}
.breadcrumb>li+li:before {
    content: none;
}

.pageheader .bread-wrap .breadcrumb li {
    border-right: 1px solid rgba(255,255,255,0.4);
    padding: 13px 100px 13px 15px;
    font-size: 15px;
    color: #fff;
    position: relative;
    font-weight: 400;
}

.pageheader .bread-wrap .breadcrumb li.active{
	color:#fff;
    font-weight:600;
}

.pageheader .bread-wrap .breadcrumb li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: rgba(255,255,255,0.4);
    position: absolute;
    right: 15px;
    top: 22px;
}

.pageheader .bread-wrap .breadcrumb > li:first-child {
    padding: 13px 20px;
}
.pageheader .bread-wrap .breadcrumb > li:first-child:after {
    content: none;
}

.subpage-content{
	padding-top:50px;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content .emp{
	font-weight:500;
	color:#0074ca;
}

.subpage-content .title {
    float: none;
}
.subpage-content .title h3 {
    margin: 0px 0 50px;
    padding-bottom: 45px;
    font-size: 35px;
    border-bottom: 1px solid #ddd;
    font-weight: 500;
    text-align: center;
    color: #222;
}

.subpage-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.04em;
    margin: 0 0 25px;
    line-height: 1;
    position: relative;
    padding-left: 25px;
}
.subpage-content h4:before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #fff;
    border: 4px solid #039;
    left: 0;
    top: 4px;
}
.subpage-content p {
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.8;
    margin-bottom: 15px;
    color: #444;
}
.subpage-content p.quote {
    margin: 30px 0;
    font-size: 28px;
    font-weight: 500;
    color: #222;
    line-height: 1.4;
    letter-spacing: -0.04em;
}
.subpage-content p.quote span{
	font-weight:500;
}
.subpage-content .clearfix{margin:20px 0}
.con{margin-bottom:60px}
.con:last-child{margin-bottom:0}
/* .bd_left{border-left:4px solid #039; padding-left:7px; line-height:1} */
/* ------ company ------ */
#company01 .subpage-content p {
    margin-bottom: 25px;
}
#company01 p.quote {
    margin: 5px 0 30px !important;
    color: #039;
}
#company01 p.quote span {
    color: #0074ca;
    font-weight: 600;
}
#company01 p.quote small {
    font-size: 15px;
}
#company01 .col-sm-4 img {
    float: right;
    margin-bottom: 40px;
}
#company01 p span, 
#company02 .con2 p span{   
	font-size: 15px;
    color: #000; 
	font-weight: 600;
}
#company01 p b{
    color: #039;
}

#company01 p.text-right {
    font-size: 22px;
    color: #222;
    margin-bottom: 0;
}

#company02 .con1 {
    max-width: 900px;
    margin: 0 auto 60px;
    float: none;
}
#company02 .con1 .col-md-12 p:first-child {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #de9510;
    border-radius: 60px;
    background: #fff;
    border: 15px solid #f7eedd;
    line-height: 1;
    padding: 22px 0;
    position: relative;
    margin-bottom: 25px;
}
#company02 .con1 .col-md-12 i{display: block;
    text-align: center;
    font-size: 70px;
    font-weight: 600;
    color: #999;}
#company02 .con1 .col-md-12{text-align:center}
#company02 .con1 .col-md-12 p:last-child {
    display: inline-block;
    color: #039;
    font-size: 28px;
    line-height: 1;
    margin: 30px 0 20px;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}
#company02 .con1 .col-md-3 p {
    text-align: center;
    width: 200px;
    height: 200px;
    border: 8px solid #cacdd0;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin: 0 auto;
    line-height: 184px;
}
#company02 .con2 {
    margin-bottom: 30px;
}
#company02 .con3 p {
    font-size: 28px;
    text-align: center;
    padding: 20px 0;
    color: #222;
    background: #f5f5f5;
}
#company02 .con3 p span {
    color: #003399;
    font-weight: 500;
}
#company06 .table tr:last-child th {
    text-align: left;
    font-size: 15px;
    padding: 16px 25px !important;
    line-height: 1.8;
    font-weight: 400;
    color: #444;
    background: #fff;
}
/*businee*/
.business .subpage-content .con3 img, .business .subpage-content .con5 img {
    border: 1px solid #ddd;
    padding: 10px;
    width: 90%;
}
.business .subpage-content .con3 .clearfix {
    margin-bottom: 30px;
}
.business .con2 dl dt, .subpage-content .dl_title {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #039;
    letter-spacing: -0.03em;    font-weight: 700;    line-height: 1
}
.business .con2 dl dd {
    font-size: 15px;
    letter-spacing: -0.02em;
    margin-left: 0;
    line-height: 1.8;
    color: #444;
}

@media(min-width:768px){
#business01 .con3 .col-md-3{width:20%}
/* #business03 .con3 .col-md-3{width:20%} */
}
/*cert*/
#cert .con1 p {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    background: #f5f5f5;
    margin-bottom: 0;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 5px 0;
}
#cert .con1 img{    border: 1px solid #ddd;}
#cert .con1 .clearfix {
    margin-bottom: 30px;
}

/*service*/
.contact-mail-layout .subpage-content, .bbs-list-index-layout .subpage-content, .bbs-list-add-layout .subpage-content{padding-bottom:0}

/* mailform*/
#mailForm{max-width: 900px;}
#mailForm .form-group {
    margin: 0;
    padding: 15px 30px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
}
#mailForm .form-group:first-child {
    border-top: 1px solid #ccc;
}
#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%;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    letter-spacing: -0.02em;
}
#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: 0;
    font-size: 13px;
}
input[type=button].btn-block, 
input[type=reset].btn-block, 
input[type=submit].btn-block {
    width: 200px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 15px 0;
    border: none;
    border-radius: 3px;
    background: #039 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all 0.3s ease;
}
input[type=button].btn-block:hover,
input[type=reset].btn-block:hover,
input[type=submit].btn-block:hover {
    background: #0f50d4 !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;}
}
#mailForm .form-group input.form-control:focus {
    border-color: #bbb;
}

#mailForm .form-group .form-control:focus {
    border-color: #bbb;
}



/*board*/

.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: 15px 20px; color: #666; font-size: 14px;}
.dh-board .table > thead > tr > th {
    background: #f5f5f5;
    border: none;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    color: #222;
    border-bottom: 1px solid #ccc;
    padding: 14px;
}
.dh-board .table > tbody > tr > td {border-bottom: 1px dotted #ddd;}
.dh-board .table > tbody > tr > td > strong > a {
    color: #444;
    font-size: 15px;
    letter-spacing: -0.02em;
    font-weight: 400;
}
.dh-board .table > tbody > tr > td > strong > a span {color: #222 !important;
    font-size: 12px;
    font-weight: 600;
    background: #e3e3e3;
    padding: 5px 8px 3px;
    margin: 0 10px 0 0;}
.dh-board .table-hover {
    border-bottom: 2px solid #ccc;
    border-top: 2px solid #222;
    margin: 0;
}
.dh-board .table-hover > tbody > tr:hover{background-color: #fff;}
.dh-board .table-hover > tbody > tr > td > strong > a:hover {color: #039;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label-danger{color: #c31919;}
.label-primary{color: #c31919;}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #777 !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: #039;
    border: 1px solid #039;
    color: #ffffff !important;
}

.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: #333;
    border: 1px solid #333;
}

.dh-margin-top form#insertForm {
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0 0 0;
    padding:0;
}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
.form-horizontal{margin-top:50px;}
.mp-sub04_2 form#insertForm {margin: 40px 0 50px;}
.dh-margin-top { display: block; }
.sns-box {display: none;}
.dh-view-box > .row > .page-header {
    padding: 15px 15px 15px;
    margin: 0;
    border: 0;
    background-color: #f5f5f5;
    border-top: 2px solid #222;
    border-bottom: 1px solid #CCC;
}
.dh-view-box > .row > .page-header > h4 {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0;
}
.dh-view-box > .row > .page-header > h4 span {color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
    background: #e6322b;
    padding: 5px 10px;
    margin: 0 5px 0 0;
    display: inline-block;}
.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 !important; }
@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: 0;}
}

/*main*/

.mainthumbs {
    padding: 50px 0 70px;
}

.mainthumbs>.col-md-12 {
    padding: 0;
}

.mainthumbs h3 {
    margin: 0 0 35px;
    padding: 0 8px 0 0;
    text-align: center;
    font-size: 30px;
}

.mainthumbs .main-btn {
    display: inline-block;
    padding: 2px 0 0;
}

/* .mainthumbs div>img {
    width: 65%;
    border: 10px solid #dfdfdf;
} */

.mainthumbs div h4 {
    color: #333;
    margin: 5px 0 15px 0;
    font-weight: 500;
    font-size: 24px;
}

.mainthumbs .main-box ul {
    padding: 0;
    margin: 0;
}

.mainthumbs .main-box ul li {
    font-size: 13px;
    color: #555;
    line-height: 1.8em;
    letter-spacing: -0.5px;
}

.maintxt {
    border-radius: 0;
}

.maintxt p {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

@media screen and (max-width: 767px) {
    .mainthumbs {
        padding: 30px 10px;
    }
}

.main-box {
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    padding: 30px 40px;
    min-height: 240px;
}

@media screen and (max-width: 991px) {
    .main-box {
        min-height: 300px;
    }
}

@media screen and (max-width: 767px) {
    .main-box {
        min-height: 240px;
    }
}

.main-box:hover {
    background-color: #f4f7fc;
}

.main-box .strategy-text {
    display: inline-block;
    padding: 20px 0 20px 10px;
    font-size: 12px;
    color: #999;
}

.main-box .line {
    border-bottom: 1px solid #333;
    margin: 5px 0 15px;
    width: 30px;
    display: block;
}

.main-box .main-img {
    display: inline-block;
    float: left;
}

.main-wrap>div {
    padding: 0 15px;
}

.main-img.main-hover {
    visibility: hidden;
    position: absolute;
    left: 15px;
    top: 0;
    margin: 30px 40px !important;
    z-index: 999;
}

.main-box:hover .main-img {
    visibility: hidden;
}

.main-box:hover .main-img.main-hover {
    visibility: visible;
}

.mainthumbs a {
    text-decoration: none;
}

.mainthumbs div h4 {
    color: #222;
    margin: 0 0 14px;
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -0.02em;
}

.main-box:hover .line {
    border-bottom: 1px solid #093889;
}

.main-box:hover>p {
    color: #777;
}

.main-box:hover>p.strategy-text {
    color: #aaa;
}
.col-md-3:nth-of-type(2) .main-box, .col-md-3:nth-of-type(3) .main-box, .col-md-3:nth-of-type(4) .main-box{    padding: 30px 40px 52px;}
.main-business{
        background: #f5f5f5;}

/*new main*/
.main_con_out{
	background: rgba(0,0,0,0.4);
    min-height: 270px;
    position: relative;
}

.main_con1 .main_con_out {
    background: url(/skin/img/main/main_con1.jpg) no-repeat center / cover;
}
.main_con2 .main_con_out {
    background: url(/skin/img/main/main_con2.jpg) no-repeat center / cover;
}
.main_con3 .main_con_out {
    background: url(/skin/img/main/main_con3.jpg) no-repeat center / cover;
}
.main_con4 .main_con_out {
    background: url(/skin/img/main/main_con4.jpg) no-repeat center / cover;
}

.main_con_out .title_sub {
    background: #039;
    padding: 6px 13px;
    display: inline-block;
    color: #fff;
    letter-spacing: -0.02em;
    font-size: 12px;
}
.main_hover {
    background: rgba(0, 51, 153, 0.9);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 30;
    padding: 0;
    width: 100%;
    min-height: 100%;
    opacity: 0;
    transition: all ease .3s;
    margin: 0;
}
.main_hover ul {
    padding: 10px 25px;
    margin: 0;
}
.main_hover ul li {
    color: #fff;
    line-height: 1.6;
    font-size: 13px;
    letter-spacing: -0.02em;
    font-weight: 300;
    margin-bottom: 5px;
}
.main-img{    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);}
.title_name {
    color: #fff;
    font-size: 16px;
    letter-spacing: -0.03em;
    margin-top: 10px;
    font-weight: 500;
    line-height: 1.6;
    margin: 15px 0 0;
}
.main_con_out:hover .main_hover{opacity:1}
.intro-board-widget-layout{   padding: 50px 15px;}
@media(min-width:768px){
	.intro-boardbox {
        width: 50%;
    }
	.intro-boardbox:last-child{padding-right:15px}
    .intro-board-widget-layout {
        padding: 50px 0 60px;
    }
}
.front-panel>.panel{    border: none;}

.intro-boardbox .page-header {
    padding-bottom: 15px;
    margin: 10px 0 15px;
    border-bottom: 1px solid #ddd;
}

.intro-boardbox .page-header h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    color: #222;
}
.intro-boardbox .page-header a{    
    border: 1px solid #ddd;
    border-radius: 0;
    padding: 5px;
    margin-top: -4px;
}
.intro-boardbox .page-header a i{    border-bottom: 1px solid #ddd;
    display: block;
    width: 20px;
    position: relative;
    bottom: 10px;
}
.intro-boardbox .page-header a i:before{    content: "";
    width: 1px;
    height: 20px;
    background: #ddd;
    display: block;
    position: relative;
    top: 10px;
    left: 10px;}
.dh-front-list2 .panel-body {padding:0}
.list-row-contents{display:none}
.dh-front-list2-words{padding:0}
.dh-front-list2-words a{overflow:hidden}
.dh-front-list2-words .list-row-subject, .dh-front-list2-words .list-row-regdate{    
	font-weight: 400;
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #333;}
.dh-front-list2-words .list-row-regdate{color:#666; float:right}
.row-separator{display:none}


/* login */

.login-layout, .id-find-layout, .pw-find-layout {background: #fff; min-height: 790px;}
.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: #222; font-size: 22px; font-weight: 500; letter-spacing: -0.02em;}
.login-layout .inner-box-msg p, .id-find-layout .inner-box-msg p, .pw-find-layout .inner-box-msg p {font-size: 13px; color: #444; 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 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {background: #fff !important; border: 1px solid #ddd;}

.login-layout .form-control, 
.id-find-layout .form-control, 
.pw-find-layout .form-control {
    border-radius: 0;
    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: #bbb;
}
.login-layout .btn-warning, 
.id-find-layout .btn-warning, 
.pw-find-layout .btn-warning {
    width: 120px;
    float: right;
    margin-top: 30px;
    padding: 15px 0;
    border: 1px solid #039  ;
    border-radius: 3px;
    background: #039;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition:all 0.3s ease;
}
.login-layout .btn-warning:hover, 
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover {
    background: #0f50d4;
    border: 1px solid #0f50d4;
}
.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:767px){
	
}
/*2018-10-22*/
#company05 .con img{    padding: 10px;
    border: 1px solid #ddd;}
#company05 .con p{        
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #000;
    padding: 11px 42px;
    margin-bottom: 0;
    margin: 0 auto;
    display: inline-block;
    border: 1px solid #ddd;}
#company05 .con3 .col-md-2{text-align:center}
.business .con4 a{    
	display: block;
    text-align: center;
    font-size: 17px;
    color: #fff;
    text-decoration: none;
    background: #039;
    padding: 10px 0;
    border-radius: 10px;
	border:1px solid #039;
transition:all ease .3s}
.business .con4 a:hover{color:#039; background:#fff} 
#business01 .con5 img{border:1px solid #ddd;padding:10px}
.body-layout{padding-right:0!important}
.modal-dialog{width:90%;}
.cert-img{cursor:pointer}

/*2018-11-08*/
.subpage-content ul{padding-left:0}
@media(max-width:767px){
	
.subpage-content ul{padding-left:10px}
}
#business03 .con2 .col-md-6{margin-bottom:20px}
#business03 .con5 dl dt, #business02 .con3 dl dt{    font-size: 20px;
    color: #039;
    margin-bottom: 10px;
    border-left: 5px solid;
    line-height: 1;
    padding-left: 7px;}
#business03 .con5 dl dd, #business02 .con3 dl dd{font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0.03em;    margin-bottom: 15px;}
#business03 .con5 .clearfix{margin:20px 0}
#business02 .con2 .col-md-6{margin-bottom:20px}
.modal-dialog {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
}
#business01 .con2 img{max-width:270px;}
#business01 .con2 img:first-child{margin-bottom:10px}