@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@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);

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;
}

*{word-break:keep-all;}
/*가로 100% 레이아웃 정의*/
.container_contents, .container_slide, .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;
}

.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

/* Social Footer Deleted */
.footer-social-layout {display: none}

/* Board(dh-board) Contents-Area Fixed */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {padding: 20px !important}

/* ========================================================================================= */
body {background-color: #fcfcfc;}
/*상단 메뉴 설정 시작*/
/* .navbar-inverse > .container {width: 100%; padding: 0;} */
/* 컨테이너, Row 기본 레이아웃 영역 */
@media screen and (min-width: 767px) and (max-width: 1199px) {
	.container_contents {padding-right: 15px; padding-left: 15px;}
}
.row {margin-right: 0; margin-left: 0;}

.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{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 > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin: 24px 0 !important;
    padding: 0;
}
 
/*메인 로고와 메뉴 영역 분리 */
 /* .navbar-header {float: none; padding: 0 15px; min-height: 50px;} */
@media (min-width: 1200px) {
    /* .container > .navbar-header {width: 100%; max-width: 1170px; margin: 0 auto;} */
}
.navbar-inverse {
    /* background: url(/skin/img/nav_bg.jpg)no-repeat top / cover; */
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    /* box-shadow: 0 1px 0 rgb(0 0 0 / 20%); */
    position: fixed;
    top: 0;
    border-bottom: 0;
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-inverse .navbar-brand img {
    margin: 0;
    width: 200px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
/* .navbar-inverse .navbar-right {float: none !important; margin: 0 auto; max-width: 1170px; width: 100%;} */
.navbar-inverse .divider-vertical, .navbar ~ br {display: none;}
.navbar-inverse .navbar-nav > li > a   {    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: 40px 39px;
    margin: 0;
    text-shadow: 0 0 0 rgb(0 0 0 / 0%);
    letter-spacing: -0.06em;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {color: #fff;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background: none;
}
/* .navbar-inverse .navbar-collapse {background-color: #fff;} */
.navbar-toggle {margin-right: 0;}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.navbar-inverse .dropdown-menu {
    margin: 0;
    padding: 4px 8px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    border: none;
    background: #ffffff;
    min-width: 180px;
}
.navbar-inverse .dropdown-menu > li > a {
    background: #fff;
    color: #666;
    padding: 14px 22px;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.02em;
    line-height: 1;
    position: relative;
}
.navbar-inverse .dropdown-menu > li > a:before {
    content: "";
    background: #ccc;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -1px;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    background: #ffffff;
    color: #0958a7;
}
@media (min-width: 768px){
    .navbar-right .dropdown-menu {left: 0; right: auto;}
}
/* 상단 서브 메뉴 설정 끝*/

/* 상단 메뉴 여백 (Top Margin Lay) */
@media (min-width: 1200px){
    .topmarginLay_a {display: none;}
}

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center {
    background: #DEEBF7;
    padding: 0;
    margin: 0;
    text-align: center;
}
.footer-wrap {
    padding: 40px 0;
}
.footer-navi address, .footer-navi address a {
    color: #000000;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 500;
    margin: 0;
    text-align: -webkit-auto;
}
/* 하단 카피라이트 설정 끝*/

/* 슬라이드 설정 시작 */
/* .carousel-caption {
    position: relative;
    top: 50%;
    transform: translateY(-24%);
    left: 0;
    bottom: auto;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
} */
.carousel-caption{
    position: absolute;
    left: 20%;
    bottom: 5%;
    right: auto;
    text-align: left;
}
.fill {
    width: 100%;
    height: 100vh;
}
fill h1{margin: 0 0 15px;}
.fill p {
    margin: 0;
}

@media screen and (max-width: 1199px) {
	.fill h1 span {font-size: 40px; padding-left: 35px;}
}
.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 {
    font-size: 36px;
    text-transform: uppercase;
    letter-spacing: -0.04em;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}
.fill p span {
    color: #BDD7EE;
    font-weight: 600;
    letter-spacing: 0.05em;
    font-size: 20px;
    line-height: 1.6;
}
.container_slide{    padding-top: 0;}
/* 슬라이드 설정 끝 */

/*content Proudct part*/
.container_contents {
    background: #f4f4f4;
}
.intro-html-layout {
    background: #fff;
}
.intro-html-layout > .col-sm-12 {
    padding: 0;
}
.product-wrap {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 80px 0 60px;
}
.main_content .product-title {
    margin: 0 0 40px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dedede;
    position: relative;
}
.main_content .product-title h4 {
    font-size: 28px;
    float: left;
    margin: 0;
    line-height: 1;
}
.main_content .product-title h4 strong {
    font-weight: 600;
    letter-spacing: -0.04em;
}
.product-wrap .product-title p {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -0.02em;
    margin: 0;
    padding: 8px 20px 0;
    float: left;
}
.product.product-title a img,.brocure.product-title .product-wrap .product-titlea img {position: relative; float: right;}
.product.product-title a::after, .brocure.product-title a::after {content: ''; display: block; clear: both;}
.product-top {max-height: 220px; overflow: hidden;}
.product-top img {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    max-height: 220px;
}
.product-top, .product-exp {position: relative;}
.product-top .product-hover {position: absolute; top: 0; width: 100%; height: 100%; z-index: 999;}
.product-hover p {
    padding: 50px;
    text-align: center;
}
.product-hover p i {
    color: #fff;
    font-size: 54px;
}
.product-top a:hover .product-hover, .product-top a:focus .product-hover {visibility: visible; background: rgba(0,0,0,0.4);}

.product-list .product-hover {
    visibility: hidden;
    border-radius: 4px;
}
.product-exp {background: #fff;}
.product-exp div.text-center {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
}
.product-exp div.text-center h5 {
    margin: 0;
}
.product-exp .text-center ~ p {
    margin: 0;
    padding: 40px 0 0;
    color: #666;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
.product-list .product-exp .btn {    min-width: 200px;
    padding: 10px 0;
    color: #0958a7;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
}

.product-list .product-exp:hover .btn, .product-list .product-exp:focus .btn {
    color: #e40001;
}
/* 제품소개 모바일 반응형 */
@media screen and (max-width: 767px) {
	.product-wrap .product-title {padding: 15px;}
	.product-wrap .product-title h2 {font-size: 25px; float: none;}
	.product-wrap .product-title p {font-size: 16px; padding-left: 0px; float: none;}
	.product.product-title a img, .brocure.product-title a img {margin-top: 15px;}
}
/* 제품소개 모바일 반응형 끝 */

/*main page board part*/
/* .intro-board-widget-layout {
    background: none;
    padding: 60px 0 80px;
    margin: 0 auto;
} */
.col-sm-12.intro-boardbox .page-header {
    margin: 0 0 26px;
    padding: 0 0 20px;
    border-bottom: 1px solid #dedede;
}
.intro-boardbox > .page-header > h4 > .btn {color: rgba(0,0,0,0);}
.intro-boardbox-4 .page-header > h4 > .btn {
    display: none;
}
.intro-widgetBoardbox > a > h5 {display: none;}
.intro-boardbox .page-header h4 {
    font-weight: 600;
    font-size: 28px;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.04em;
}
.intro-boardbox .panel-body {
    padding: 0;
}
.dh-front-list2-words {
    margin: 0 !important;
    padding: 14px 0;
    padding-left: 20px;
    position: relative;
}
.dh-front-list2-words:before {
    content: "";
    background: #0958a7;
    width: 3px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 7px;
    border-radius: 100%;
    margin-top: -1px;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    letter-spacing: -0.02em;
}
.dh-front-list2-words .row-separator {visibility: hidden;}
.dh-front-list2-words .list-row-regdate {
    float: right;
    color: #888;
    font-weight: 300;
}
@media screen and (max-width: 767px) {
	.dh-front-list2-words .list-row-regdate {display: block;}
}
.dh-front-list2 h5 a {font-size: 13px !important; line-height: 18pt; font-weight: 400;}
.board-gadget-wrap {padding: 65px 0 0;}
@media screen and (max-width: 767px) { 
	.board-gadget-wrap {padding-top: 0px;}
}
.board-gadget-wrap div.col-md-12 {padding: 0 0 20px;}
.board-gadget-wrap .board-gadget {border: 1px solid rgba(0,0,0,0); padding: 30px 20px; background: #eee;}
.board-gadget-wrap .board-gadget h5 {color: #444; font-size: 28px; margin-bottom: 18px;}
.board-gadget-wrap .board-gadget p {color: #444; font-size: 15px; line-height: 18pt;}
.board-gadget-wrap .board-gadget img {margin-top: 35px;}
.board-gadget-wrap .board-gadget .col-md-7 p:nth-of-type(2) {margin: 20px 0px 10px; font-size: 44px; letter-spacing: -1pt; color: #ef950f;}
.board-gadget-wrap .board-gadget p a.btn {border: 1px solid #ef950f; padding: 10px 50px; color: #ef950f; font-weight: 600; font-size: 18px; border-radius: 2px;}
.board-gadget-wrap .board-gadget p a.btn:hover {border-bottom: 1px solid #ef950f !important;}
.intro-boardbox .front-panel {padding: 0px;}
.front-panel > .panel {
    margin: 0;
    border: none;
    background: none;
}
.intro-boardbox .list-row-contents{display:none}
.label-danger{background-color:transparent;    color: rgb(230, 7, 7) !important;
    font-size: 13px !important;
    margin-left: -10px !important; }
.intro-board-widget-layout .intro-boardbox:nth-child(1), .intro-board-widget-layout .intro-boardbox:nth-child(2) {width: 50%;}

.intro-board-widget-layout .intro-boardbox-type-img .col-md-3{width:33.333%}
.intro-board-widget-layout .intro-boardbox-type-img #freewall_w4 .col-md-3 .thumbnail {    height: 180px;}
.intro-board-widget-layout .intro-boardbox-type-bbs .dh-front-list2 {    padding-top: 7px;}
/*mobile part*/
@media all and (min-width:768px) {
	.footer-wrap {width: 750px; margin: 0 auto;}
}
@media all and (min-width:992px) {
	.footer-wrap {width: 970px; margin: 0 auto;}
}
@media all and (min-width:1200px) {
	.footer-wrap {width: 100%; max-width: 1170px; margin: 0 auto;}
}
@media all and (max-width:920px) {
	.intro-board-widget-layout .intro-boardbox:nth-child(1), .intro-board-widget-layout .intro-boardbox:nth-child(2) {width: 100%;}
	.board-gadget .col-md-8 {text-align: center;}
	.intro-board-widget-layout .intro-boardbox-type-img .col-md-3{width:100%}
}

/* ONLINE BROCURE */
.brocure.product-title {border-bottom: 1px solid #fff;}
.brocure h2, .brocure h3, .brocure h4, .brocure p {color: #fff !important;}
.brocure p {font-size: 18px; color: #909090; display: inline-block; padding-left: 20px; padding-top: 15px; margin: 0;}
.brocure img {display: inline-block; position: absolute; right: 0;}
.intro-board-layout {max-width: 1170px; margin: 0 auto; float: none;}
.intro-board-layout::after {content: ''; display: block; clear: both;}
.intro-board-layout, .intro-widget-layout {width: 100% !important; float: none;}
.intro-widget-layout.col-sm-4 {background: url(/skin/img/bg_brochure.gif) !important; background-repeat: no-repeat;}
.intro-widgetbox {margin-top: 0;}
.intro-widgetbox.thumbs {padding: 0 0 60px;}
.intro-widgetbox > .dh-front-gallery {padding: 0;}
.row.dh-front-gallery.thumbs.intro-widgetBoardbox {width: 100%; max-width: 1170px; margin: 0 auto;}
@media screen and (max-width: 991px) {
	.row.dh-front-gallery.thumbs.intro-widgetBoardbox > .col-xs-3 {width: 50%;}
}
@media screen and (max-width: 767px) {
	.row.dh-front-gallery.thumbs.intro-widgetBoardbox > .col-xs-3 {width: 100%;}
}
.intro-widgetBoardbox {padding-top: 30px !important; border: none; background-size: cover !important; background: rgba(0,0,0,0) !important;}
.intro-widgetBoardbox > a {display: none;}
.dh-front-gallery a:hover {border: none;}
.dh-front-gallery .thumbnail {border: none; border-radius: 0;}
/* //ONLINE BROCURE */

.caret {display: none;}
a.btn.pull-right {background: url(/skin/img/btn-more1.png) no-repeat;}
.socialArea {margin: 10px 0;}

/* ===== sub page ===== */
.sub-layout {
    width: 100%;
    padding: 0 0 100px;
}
.sub-wrap {
    width: 100%;
    padding: 80px 0 0;
}
.top-sub-bg {
    background: #ccc url(/skin/img/sub/subTop.jpg) no-repeat;
    background-position: center 50%;
    width: 100%;
    height: 440px;
    position: relative;
}
.top-sub-bg > div {
    width: 1170px;
    margin: 0 auto;
    height: 100%;
}
.top-sub-bg h2 {
    position: relative;
    top: 58%;
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: -0.04em;
    margin: 20px 0 0;
    text-align: center;
}
.content {max-width: 1170px; margin: 0 auto; width: 100%; padding: 0 15px;}
.content .sub-title-wrap {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
    margin-bottom: 60px;
    position: relative;
}
.content .sub-title {
    margin: 0;
    line-height: 1;
    font-size: 26px;
    color: #444;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.sub-title-wrap .navigation {
    position: absolute;
    right: 0;
    bottom: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.sub-title-wrap .navigation li {
    float: left;
    font-size: 13px;
    color: #888;
    font-weight: 300;
    background-image: url(/skin/img/default/sub/navi_arrow_icon.png);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 0 16px 0 8px;
}
.sub-title-wrap .navigation li:first-child:before {content: url(/skin/img/default/sub/navi_home_icon.png); padding-right: 6px;}
.sub-title-wrap .navigation li:last-child {
    background: none;
    padding-right: 0;
    color: #0958a7;
    font-weight: 500;
}
.small-title {color: #e28000; margin: 0 0 20px; font-size: 22px; font-weight: 400;}
.content p {    font-size: 16px;
    font-weight: 300;
    color: #111;
    /* line-height: 1.6; */
    letter-spacing: -0.03em;
    line-height: 1.75;
    margin: 0 0 20px;
}
.pad_0 {padding: 0;}
.content .highlight-text {font-size: 30px; text-align: center; color: #323232; margin: 0 0 35px;}
.content .highlight-text span {color: #e28000; font-weight: 600;}

/*company*/
#company01 .con1 p.text-right{    font-weight: 400;
    margin-top: 40px;}

/* ----- history page ----- */
.history-list {list-style: none; padding: 0; margin: 0; font-size: 16px; color: #0958a7; border-top: 1px solid #ddd;}
.history-list > li {border-bottom: 1px solid #ddd; padding: 30px; overflow: hidden;}
.history-list .year {font-size: 30px; font-style: inherit; line-height: 1; display: block; color: #e28a00; width: 25%; float: left;}
.history-list .month {font-weight: 600; font-style: inherit; display: inline-block; margin-right: 20px;}
.history-list > li > ul {margin: 0; padding: 0; list-style: none; float: left; width: 75%;}
.history-list > li > ul > li {margin-bottom: 8px;}

/* ----- location page----- */
.contact_info {margin-bottom: 25px;}
.contact_info span {color: #5a5a5a; margin-right: 10px; font-size: 15px;}
.contact_info p {font-size: 20px; margin: 0 0 5px; color: #e28000;}

/* ----- product page----- */
.product-box {overflow: hidden; margin-bottom: 40px;}
.product-des {padding: 0 30px;}
.product-box h4 {margin: 0 0 15px; padding: 0; font-size: 38px; font-weight: 600; color: #e28000; line-height: 1;}
.product-box h4 span {display: block; font-size: 16px; color: #888; font-weight: 400;}
.product-box h4::after {width: 30px; height: 1px; background: #e28000; display: block; content: ''; margin-top: 16px;}
.product-box p {font-size: 15px; line-height: 28px; color: #5a5a5a; letter-spacing: -0.5px; margin: 10px 0 0;}
.product-box span {font-size: 18px; font-weight: 500; color: #5a5a5a;}

/* career page */
.career_box {border: 1px solid #dedede; margin-left: -1px; padding: 30px 40px; min-height: 245px;}
.icon_wrap i {width: 65px; height: 65px; border-radius: 100%; color: #fff; font-size: 30px; text-align: center; line-height: 65px;}
.career_box.box1 .icon_wrap i {background: #efd247;}
.career_box.box2 .icon_wrap i {background: #eab439;}
.career_box.box3 .icon_wrap i {background: #e69c2e;}
.career_box.box4 .icon_wrap i {background: #e28000;}
.career_box h4 {margin: 20px 0 10px; color: #333; font-size: 20px; letter-spacing: -0.04em;}
.career_box p {line-height: 1.7;}

/* ----- table 설정 ----- */
.basic-table {width: 100%; border-top: 1px solid #0958a7; border-bottom: 1px solid #0958a7;}
.basic-table th, .basic-table td {padding: 20px; border-bottom: 1px solid #ccc; font-size: 15px;}
.basic-table th {background: #f3f3f3;}

/* ----- 게시판, 메일폼 설정 ----- */
.dh-board,.dh-view-box,.form-horizontal, #mailForm {max-width: 1170px; margin: 0 auto; padding: 0 15px;}
.dh-board > .table-hover {   
	margin: 0;
    border-top: 2px solid #0958a7;
    border-bottom: 1px solid #0958a7;}
.dh-board > .table-hover th {background: #f8f8f8;}
.dh-board th, .dh-board td {    
	padding: 10px !important;
    border-bottom: 1px solid #e0e0e0 !important;
    font-size: 14px;}
.dh-board .subject strong a {font-weight: 400; color: #323232;}
.dh-board tr:hover .subject strong a {color: #0958a7 ;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background: #0958a7; border: 1px solid #0958a7;}
#btnNew {background: #0958a7; border: 1px solid #0958a7;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box > .row {margin: 0;}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #0958a7;
    border-bottom: 1px solid #ccc;
    margin: 0;
    padding: 0;
    background: none;
}
.dh-view-box > .row > .page-header h4 {
    margin: 0;
    font-size: 24px;
    font-weight: 500;
    color: #222;
    padding: 20px 20px;
    letter-spacing: -0.04em;
}
.dh-view-box > .row > .dh-view-info {background: rgba(0,0,0,0); padding: 6px 15px;}

/*sub page*/
@media screen and (max-width: 767px) {
	.content {padding: 0;}
}
.content p > strong {font-size: 24px; line-height: 35px; margin-top: 0px; margin-bottom: 30px;}
.content .content-sub,.content .sub-bg {padding: 35px 0px;}
.content .sub-bg .sub-content {width: 25%; word-break: keep-all; text-align: center; color: #fff;}
.content .sub-bg .sub-content:nth-child(1), .content .sub-bg .sub-content:nth-child(2), .content .sub-bg .sub-content:nth-child(3) {position: absolute;}
.content .sub-bg .sub-content:nth-child(1) {top: 200px; right: 340px;}
.content .sub-bg .sub-content:nth-child(2) {top: 335px; left: 244px;}
.content .sub-bg .sub-content:nth-child(3) {right: 320px; bottom: 251px;}

/* ----- blog board ----- */
.bbs-blog2-index-layout .dhb-txt-box-type-b {background: rgba(0,0,0,0); border: none; padding: 0 5px;}
.dhb-txt-box-type-b > .row {margin: 0; border: 1px solid #ddd; background: #fff;}
.dhb-txt-box-type-b > .row:hover,.dhb-txt-box-type-b > .row:focus {border-color: #e28a00;}
.dhb-txt-box-type-b-img-layout {padding: 0;}
.dhb-txt-box-type-b-img-layout .thumb-hidden {border: none; box-shadow: none; max-height: 180px; height: 180px;}
.dhb-txt-box-type-b-text-layout {padding: 20px;}
.dhb-txt-box-type-b-text-layout h4 {margin: 0;}
.dhb-txt-box-type-b-text-layout h4 strong a {font-size: 18px; font-weight: 400; color: #323232; margin: 0; line-height: 1;}
.dhb-txt-box-type-b > .row:hover .dhb-txt-box-type-b-text-layout h4 strong a, .dhb-txt-box-type-b > .row:focus .dhb-txt-box-type-b-text-layout h4 strong a {text-decoration: underline !important;}
.dhb-txt-box-type-b-text-layout .txt-box-footer {display: none;}

/* mailForm */
#mailForm .btn-primary {
    background: #0958a7;
    border: 1px solid #0958a7;
    box-shadow: none;
    border-radius: 4px;
    text-shadow: none;
    max-width: 220px;
    padding: 14px 0px;
    margin: 20px auto 0;
}
input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {
    background: #0c4987 !important;
    border: 1px solid #0c4987 !important;
    color: #fff;
}

/*sub*/
.content .con{margin-bottom:60px}
.content .con:last-child{margin-bottom:0}
.content .con ul{margin:0;padding:0}
/*business01*/
.business .con h4, #busienss01 .con1 .col-md-12 p, #reference01 .con h4{ font-size: 20px;
    font-weight: 600;
    color: #0958a7;
    margin-top: 0;
    margin-bottom: 20px;}
.business .con p, .business .con dd,.business .con li{font-size: 17px;
    letter-spacing: -0.02em;
    line-height: 1.4;
    font-weight: 300;
    color: #111;}
.business .con dt, #business02 .con h5, #reference01 .con h5{    font-size: 18px;
    padding-left: 15px;
    margin-bottom: 10px;
    position: relative;}
.business .con dt:before, #business02 .con h5:before, #reference01 .con h5:before{content:"";width:7px;height:7px;background:#0958a7;position:absolute;left:0;top:50%;transform:translateY(-50%)}
.business .con img{margin-bottom:20px}
#busienss01 .con1 .col-md-12  p{    text-align: center;
    margin-bottom: 60px;} 
#busienss01 .con1 .col-md-12 img{margin-bottom: 60px;}
#busienss01 .con1 .col-md-12 img + p{    text-align: center;
    font-size: 20px;
    background: #0958a7;
    color: #fff;
    padding: 16px 0;
    margin: 0;
    letter-spacing: 0.02em;
    border-radius: 4px;}
#busienss01 .con1 i{    font-size: 50px;
    display: block;
    text-align: center;
    margin: 30px 0 40px;
    color: #0958a7;}
#busienss01 .con1 .col-md-3 p{    color: #222;
    font-weight: 500;
    text-align: center;
    margin: 10px 0 0;}

#busienss03 .con3 ul{margin-bottom:40px}
#busienss03 .con3 ul li{       margin-bottom: 5px;
    position: relative;
    padding-left: 20px;}
#busienss03 .con3 ul li span{        font-weight: 500;
    margin-right: 5px;
    color: #174cb1;
    position: absolute;
    left: 0;}
#busienss03 .con3 dd{margin-bottom:5px}
#busienss04 .con2 p{   text-align: center;
    background: #177eb1;
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
    border-radius: 20px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: -0.034em;}
#busienss04 .con2 ul{   margin-top:15px}
#busienss04 .con2 .busi04_con2_inner{overflow:hidden}
#busienss04 .con2 .busi04_con2_inner ul{width:50%;float:left}
#busienss04 .con2 ul li, #busienss04 .con3 ul li{    margin-bottom: 5px;
    font-size: 16px;}
#busienss04 .con3 img{    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 5px 5px 0 rgba(221,221,221,0.7);}
#busienss05 .con1 dd{    background: #f8f8f8;
    padding: 20px;
	min-height:110px}
#busienss05 .con3 dl dt{    font-size: 26px;
    line-height: 1.2;
    letter-spacing: 0.034em;
    color: #0958a7;
    padding-left: 0;
	margin-bottom:15px}
#busienss05 .con3 dl dt:before{display:none}
#busienss05 .con3 dl dt span{    display: block;
    font-size: 34px;
    color: #e1e1e1;
    left: 0;
    top: -45px;
    position: absolute;
    z-index: -1;
    font-weight: 400;
    letter-spacing: -0.06em;
    border-bottom: 1px solid;}
#busienss05 .con3 dl dd{margin-bottom:5px}
#busienss05 .con4 .col-md-12 p, #busienss05 .con5 .col-md-12 p{    text-align: center;
    font-size: 22px;
    letter-spacing: 0.034em;
    padding: 10px 0;
    margin-bottom: 40px;
    font-weight: 400;}
#busienss05 .con5 .col-md-12 p{color:#0958a7;}
#busienss05 .con4 .col-md-12 p{padding-bottom:15px;border-bottom:1px solid }
#busienss05 .con5 .circle_inner, #busienss05 .con4 .circle_inner{    width: 100%;
    max-width: 170px;
    border-radius: 50%;
    min-height: 170px;
    height: 100%;
    position: relative;
    margin: 0 auto;}
#busienss05 .con4 .col-md-3:after{content:"\f054";font-family:'fontawesome';font-size:35px;color:#eee;position:absolute;right:-15px;top:50%;transform:translateY(-50%)}
#busienss05 .con4 .col-md-3:last-child::after{display:none}
#busienss05 .con4 .circle_inner{    background: #f3f3f3;
    border: 1px solid #ddd;}
 #busienss05 .con5 .circle_inner{    background: #2f77c1;}
#busienss05 .con5 .col-md-3 p, #busienss05 .con4 .col-md-3 p{    text-align: center;
    color: #fff;
    font-weight: 400;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%)}
#busienss05 .con4 .col-md-3 p{color:#333;font-weight:500}
@media(min-width:768px){
	#busienss05 .con5 .col-md-3, #busienss05 .con4 .col-md-3 {width:20%}
}

/*tool*/
#tool .con1 .tool_inner{    position: relative;}
#tool .con1 .tool_inner p{    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: rgba(0,0,0,0.7);
    padding: 10px 0;
    letter-spacing: 0.02em;}

/*contact*/
.mail_area{    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px 40px;
    background: #f0f5ff;
    text-align:center;
position: relative;}
.mail_area > a{    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 10px 30px;
    background: #7ca7fd;
    color: #fff;
    letter-spacing: -0.034em;
    text-decoration: none;
    transition:all ease .3s}
.main_btm .mail_area> a{    padding: 10px 15px;
    font-size: 12px;}
.mail_area > a i{    display: inline-block;
    margin-right: 12px;}
.mail_area > a:hover{background: #6195fd;}
.mail_area dl dt{ font-size: 22px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #555;}
.mail_area dl dd{font-size: 18px;
    letter-spacing: 0.034em;
    margin-bottom: 5px;}
.mail_area dl dd span{      color: #666;
    display: inline-block;
    width: 175px;}
.mail_area dl dd a{    text-decoration: underline;
    color: #177eb1;
    display: inline-block;
    margin-left: 10px;}
.mail_area img{padding-bottom: 15px;
    width: 120px;
    margin-bottom: 15px;
    border-bottom: 1px solid #b8c1d4;}
.mail_area dl dd a:hover{color:#276a8c}


/*mail*/
#mod_type_formForm{    max-width: 1000px;
    margin: 0 auto;}
@media(min-width:768px){
#mod_type_formForm .q_number > div:last-child{width:calc(100% - 180px)}
	}
#mod_type_formForm .q_number .clearfix.col-sm-12{width:180px}

#mod_type_formForm .q_number div:nth-child(2){display:none}

#mod_type_formForm .q_number:nth-of-type(1) div:nth-child(2), #mod_type_formForm .q_number:nth-of-type(2) div:nth-child(2){display:block}
#mod_type_formForm .q_number h3{    margin-top: 10px;}
#mod_type_formForm .q_number h3 i{display:none}
#mod_type_formForm .q_number input,#mod_type_formForm .q_number textarea{    margin: 0 0 30px 0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    background: rgba(255,255,255,0);}
#mod_type_formForm .q_number textarea{    border: 1px solid #ccc;margin-top:10px}
#mod_type_formForm .btn-wrap{text-align: center;}    
#mod_type_formForm .btn-wrap button{    
	float: none !important;
    max-width: 200px;
    width: 100%;
    border-radius: 0;
    color: #ff6f80;
    background: rgba(0,0,0,0);
    border: 2px solid #ff6f80;
}
#mod_type_formForm .btn-wrap button:hover{color:#ff324a;border: 2px solid #ff324a;}
.agree_text{    text-align: left; padding-left: 15px;}
.agree_text p{    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;}
.agree_text{text-align:center}

/*중비중*/
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
#contact .con1 {margin-bottom:80px}
#contact .con2 dl{    margin-top: 15px;}
#contact .con2 dt{
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    border-bottom: 1px solid #999;
    padding-bottom: 5px;
    padding-top: 20px;
    }
#contact .con2 dl dd{
    padding-left: 95px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 7px;
    }
#contact .con2 dl dd span{
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 600;
    color: #333;
    }

@media(min-width:768px){
	.intro-html-layout .product-wrap .col-md-3{width:20%}
}
.main_btm{padding:40px 0 80px}
.main_content .main_btm .product-title{margin-bottom:0}
.main_btm .mail_area img{    width: 100px;}
.main_btm .mail_area dl {margin-bottom:10px}
.main_btm .mail_area dl dd{    font-size: 16px;}

#business02 .con3 dd strong{    font-weight: 500;
    color: #555;}
#business02 .con4 p,#business02 .con5 img,#business02 .con6 img{    margin-bottom: 40px;}

/*2019-09-19*/
.navbar-header p{       display: none; 
    margin: 18px 0 18px 50px;
    font-weight: 500;
    letter-spacing: -0.034em;}
#business02 .con1 .col-md-12 p{    font-size: 20px;
    font-weight: 600;
    color: #666;
    margin-bottom: 20px;
    border-left: 5px solid #444;
    line-height: 1;
    padding-left: 10px;}

#reference01 .con .table.table-type03 {margin: 15px 0 0;
    border-top: 2px solid #ec2225;}
#reference01 .con .table.table-type03 tr th, #reference01 .con .table.table-type03 tr td {padding: 10px 15px !important; border: 1px solid #dedede !important; letter-spacing: -0.02em; word-break: keep-all; vertical-align: middle !important;font-size:15px;}
#reference01 .con .table.table-type03 tr th {color: #333;}
#reference01 .con .table.table-type03 thead tr th {background: #f8f8f8;text-align:center}
#reference01 .con .table.table-type03 tr td {color: #666;letter-spacing: -0.034em;}