@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* Scroll Fixed */
body {overflow-x: hidden; overflow-y: hidden;}
.body-layout{
	padding-top:105px;
}

/* Font Setting */
html, body, h1, h2, h3, h4, h5, h6, p, span, li, a, label, input, textarea {
	font-family: 'Noto Sans KR','Malgun Gothic', sans-serif !important;
	word-break: keep-all;
}

/* Icon Fonts */
.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;
        max-width: 1170px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top:28px;
    
}
.navbar-inverse{
        background-color: #fff;
    border-color: #ffffff;
}

/* 컨테이너, Row 기본 레이아웃 영역 */
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.container_contents {padding-right: 15px; padding-left: 15px;}
}

/*.navbar-right, .container_slide, .intro-html-layout, .intro-board-widget-layout, .wrap-footer{*/
/*	visibility: hidden;*/
/*}*/

.navbar-right, .company_name, .carousel-caption h1 span,.link_btn, .icon-font,.title-ko,address span{
    visibility: hidden;
}
#foot-tel{
    visibility: hidden;
}

/* .row {margin-right: 0; margin-left: 0;} */

/*로고 클릭 영역 및 메뉴 클릭 영역 초기화*/
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {margin: 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: #fff;
    border: none;
    padding: 0;
    margin: 0;
	box-shadow: 0 3px 3px rgba(0,0,0,0.1);
} */
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand {
    padding: 15px 0;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-top: 0px;
}

.navbar-toggle{
    margin-top:20px;
}

.navbar-brand img {
    margin-top: 0;
    width:70px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-right {
    margin: 0 auto;
    /*max-width: 1170px;*/
    padding: 0 15px;
    padding-top: 10px;
    /*float: left !important;*/
}
.navbar-inverse .divider-vertical, .navbar ~ br {display:  none !important;}
.navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-size: 18px;
    padding: 15px 30px 15px 0;
    margin-right: 15px;
    text-shadow: none;
    letter-spacing: -0.3px;
    font-weight: 500;
    line-height: 1;
}
@media (max-width: 768px){
    .navbar-inverse .navbar-nav > li > a {
     font-size:15px;
    }
}

.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {color: #107ec6;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #107ec6;
    background: rgba(0,0,0,0);
}
.navbar-inverse .navbar-collapse {
    background-color: #fff;
    /*border-top: 1px solid #ddd;*/
}
.navbar-toggle {margin-right: 80;}

/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.dropdown-menu {padding: 0; box-shadow: none;}
.dropdown-menu > li > a {background-color: #fff; color: #444; padding: 10px 20px; margin: 0; font-size: 14px;}
.dropdown-menu > li > a:hover {background-color: #107ec6; background-image: none; color: #fff;}
@media (min-width: 768px){
    .navbar-right .dropdown-menu {left: 0; right: auto;}
}
/* 상단 서브 메뉴 설정 끝*/

/* 상단 메뉴 여백 (Top Margin Lay) */
.topmarginLay_a {
    display: none;
    /*height: 120px !important;*/
}

/* 슬라이드 설정 시작 */
.container_contents, .container_slide {width: 100%; padding: 0;}
.carousel-caption {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: auto;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.fill {
    width: 100%;
    height: 450px;
}
.fill h1 span, 
.fill p span {
	background: none; 
	opacity: 1; 
	padding: 0; 
	text-shadow: 0 0 0 rgba(0,0,0,0);
}
.fill h1 {
    margin: 0 0 30px;
}
.fill h1 span {
    display: block;
    text-align: left;
    /* font-size: 44px; */
    font-size: 30px;
    font-weight: 300;
    color: #fff;
    /* line-height: 60px; */
    line-height: 1.6;
    letter-spacing: -0.5px;
}
.fill h1 span .company_name {
    font-size: 20px;
    font-style: inherit;
    font-weight: 500;
    color: #7ed0ff;
    letter-spacing: 5px;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
}
.fill h1 span b {
    font-weight: 500;
}
/*en mobile version */
@media screen and (max-width: 600px) { 
   .fill h1 span #carousel-subtxt{
    font-size:24px;
    } 
}

.fill p {
    text-align: left;
    margin: 0;
}
.fill p .link_btn {
    display: block;
    /*max-width: 170px;*/
    max-width:190px;
    border: 2px solid #7ed0ff;
    color: #7ed0ff;
    font-size: 16px;
    letter-spacing: 5px;
    text-align: center;
    padding: 15px;
}
.carousel-indicators li, .carousel-indicators .active {
    width: 13px;
    height: 13px;
    border: none;
    background: #fff;
    margin: 0 4px 0;
}
.carousel-indicators li{
	opacity: 0.4;
}
.carousel-indicators .active{
	opacity:1
}

@media screen and (max-width: 1199px) {
	.fill h1 span {font-size: 40px; padding-left: 35px;}
	
	.fill h1 {
    margin-bottom:0px;
    }
    .fill p span a{
        margin-left:40px;
    }
    
}
.carousel-control {display: none;}
/* 슬라이드 설정 끝 */

/*content Proudct part*/
.intro-html-layout {
    background: white;
    
    /*
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeIn;    
     */
    
}
.intro-html-layout > .col-sm-12 {padding: 0;}
.product-wrap {
    width: 100%;
    max-width: 1170px;
    margin: 60px auto 30px;
}
.product-wrap .product-title {margin: 30px 0 25px; padding-bottom: 12px; border-bottom: 1px solid #777; position: relative;}
.product-wrap .product-title h4 {font-size: 30px; float: left; display: inline-block; margin: 0; word-break: keep-all;}
.product-wrap .product-title p {font-size: 15px; color: #909090; display: inline-block; padding-left: 15px; padding-top: 10px; margin: 0; float: left; word-break: keep-all;}
.product.product-title a img,.brocure.product-title a img {display: inline-block; 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%;}
.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: 100px; text-align: center;}
.product-hover p i {color: #fff;}
.product-list .col-md-3:nth-child(1) .product-top a:focus .product-hover, .product-list .col-md-3:nth-child(1) .product-top a:hover .product-hover, .product-list .col-md-3:nth-child(2) .product-top a:focus .product-hover, .product-list .col-md-3:nth-child(2) .product-top a:hover .product-hover, .product-list .col-md-3:nth-child(3) .product-top a:focus .product-hover, .product-list .col-md-3:nth-child(3) .product-top a:hover .product-hover, .product-list .col-md-3:nth-child(4) .product-top a:focus .product-hover, .product-list .col-md-3:nth-child(4) .product-top a:hover .product-hover {visibility: visible; background: rgba(0,0,0,0.3);}

.product-list .product-hover {visibility: hidden;}
.product-list .product-exp .btn {padding: 8px 12px; background: #107ec6; color: #fff; width: 160px; font-size: 18px; border-radius: 2px;}
.product-exp {background: #fff;}
.product-exp div.text-center {position: absolute; top: -25px; width: 100%; z-index: 999;}
.product-exp .text-center ~ p {padding: 40px 20px 30px; margin: 0; color: #555; letter-spacing: -0.02em; line-height: 1.5; font-size: 14px;}

/* 제품소개 모바일 반응형 */
@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: #fff;}
.col-sm-12.intro-boardbox .page-header {padding-bottom: 10px; margin: 40px 0 15px; border-bottom: 1px solid #aaa;}
.col-sm-12.intro-boardbox .panel-body {padding: 30px 15px;}
.intro-boardbox > .page-header > h4 > .btn {color: rgba(0,0,0,0);}
.intro-widgetBoardbox > a > h5 {display: none;}
.intro-board-widget-layout .intro-boardbox .page-header h4 {font-weight: 700; font-size: 34px; color: #444;}
.dh-front-list2-words .row-separator {visibility: hidden;}
.dh-front-list2-words .list-row-regdate {color: #107ec6;}
@media screen and (max-width: 767px) {
	.dh-front-list2-words .list-row-regdate {display: block;}
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {font-size: 16px; font-weight: 600; color: #444;}
.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(1),.board-gadget-wrap .board-gadget .col-md-7 p:nth-of-type(2)  
{
    margin: 20px 0px 10px; font-size: 44px; letter-spacing: -1pt; color: #107ec6;
    
}
.board-gadget-wrap .board-gadget p a.btn {border: 1px solid #107ec6; padding: 10px 50px; color: #107ec6; font-weight: 600; font-size: 18px; border-radius: 2px;}
.board-gadget-wrap .board-gadget p a.btn:hover {border-bottom: 1px solid #107ec6 !important;}
.intro-board-widget-layout .intro-boardbox:nth-child(1), .intro-board-widget-layout .intro-boardbox:nth-child(2) {
    /*width: 50%;*/
}
@media screen and (max-width: 767px) {
	.intro-board-widget-layout .intro-boardbox:nth-child(1), .intro-board-widget-layout .intro-boardbox:nth-child(2) {padding: 0;}
}
@media screen and (min-width: 768px) { 
	.intro-board-widget-layout .intro-boardbox:nth-child(1) {padding-left: 0;} 
	.intro-board-widget-layout .intro-boardbox:nth-child(2) {padding-right: 0;} 
}
.intro-boardbox .front-panel {padding: 0px;}
.front-panel > .panel {margin-top: 20px;}

/*footer part*/
.footer_copy .text-center {
    background-color: #3f3f3f;
    color: #818181;
    font-size: 14px;
    padding: 70px 0 60px;
    margin: 0px 0px 0px 0px;
    text-align: left;
    float: none;
}
.footer_copy .wrap-footer {
	max-width: 1170px;
	margin: 0 auto;
	text-align: left;
}
.footer_copy .wrap-footer + br{
	display:none;
}
.footer_copy .wrap-footer img {
    margin-right: 30px;
}
.wrap-footer > .text-right {
   margin-top: 70px;
}
address {
    margin-bottom: 0;
    margin-top: 6px;
	line-height: 26px;
}
@media screen and (max-width:768px){
	.wrap-footer address{
		display: inline-block;
		margin-top: 20px;
		width: 100%;
	}
	.wrap-footer > .text-right{
		text-align:left;
	}
}

/*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;}
}

/* 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 90px;}
.sub-wrap {width: 100%; padding: 50px 15px 0;}
.top-sub-bg {
    background: url(/skin/img/sub/subtop.jpg) no-repeat;
    background-position: center;
    width: 100%;
    height: 225px;
    position: relative;
}
.top-sub-bg > div {
    position: relative;
    bottom: initial;
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 68px 15px 0;
}
.top-sub-bg .breadcrumb {padding: 0 15px; margin-left: 20px; margin-top: 38px; float: left;}
.top-sub-bg h2 {
    margin: 0;
    color: #fff;
    font-size: 46px;
    font-weight: 500;
    letter-spacing: -0.5px;
}
.top-sub-txt {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.3px;
    opacity: 0.8;
    margin: 20px 0 0;
}
.top-sub-bg .breadcrumb {background: #fff; color: #585858;}
.top-sub-bg .breadcrumb > li {font-size: 12px;}
.top-sub-bg .breadcrumb > li + li::before {content: '|';}
.top-sub-bg .breadcrumb > .active {color: #ff00de; font-weight: 700;}

.content {max-width: 1170px; margin: 0 auto; width: 100%; padding: 0 15px;}
.content .sub-title-wrap {border-bottom: 1px solid #ddd; padding-bottom: 40px; margin-bottom: 40px; position: relative;}
.content .sub-title {margin: 0; line-height: 1; font-size: 36px; color: #323232;}
.sub-title-wrap .navigation {position: absolute; right: 0; bottom: 45px; padding: 0; margin: 0; list-style: none;}
.sub-title-wrap .navigation li {float: left; font-size: 15px; color: #777; 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: 7px;}
.sub-title-wrap .navigation li:last-child {background: none; padding-right: 0;}
.small-title {color: #e28000; margin: 0 0 20px; font-size: 22px; font-weight: 400;}
.content p {font-size: 15px; color: #5a5a5a; line-height: 1.65; margin-bottom: 13px; letter-spacing: -0.2px;}
.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;}

/* ----- history page ----- */
.history-list {list-style: none; padding: 0; margin: 0; font-size: 16px; color: #4a4a4a; border-top: 1px solid #ddd;}
.history-list > li {
    border-bottom: 1px solid #ddd;
    padding: 20px 30px;
    overflow: hidden;
}
.history-list .year {
    font-size: 25px;
    font-weight: 500;
    font-style: inherit;
    line-height: 1;
    display: block;
    color: #107ec6;
    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;}

/* ----- product page----- */
.product-box {overflow: hidden; margin-bottom: 40px;}
.product-intro-box {overflow: hidden; margin-bottom: 40px;}

.product-des {padding-top: 30px;}
.product-box h4 {margin: 0 0 15px; padding: 0; font-size: 30px; 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: 17px; 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 설정 ----- */
.sub-content-wrap .basic-table {width: 100%; border-top: 1px solid #4a4a4a; border-bottom: 1px solid #4a4a4a;}
.sub-content-wrap .basic-table th, .sub-content-wrap .basic-table td {
    padding: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
}
.sub-content-wrap .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: 1px solid #4a4a4a; border-bottom: 1px solid #4a4a4a;}
.dh-board > .table-hover th {background: #f3f3f3;}
.dh-board th, .dh-board td {padding: 20px !important; border-bottom: 1px solid #ccc !important; font-size: 16px;}
.dh-board .subject strong a {font-weight: 400; color: #323232;}
.dh-board tr:hover .subject strong a {color: #e28000;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background: #4a4a4a; border: 1px solid #4a4a4a;}
#btnNew {background: #4a4a4a; border: 1px solid #4a4a4a;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.dh-view-box > .row {margin: 0;}
.dh-view-box>.row>.page-header {border-top: 1px solid #4a4a4a; border-bottom: 1px solid #ccc; margin: 0; padding: 0; background: #f3f3f3;}
.dh-view-box > .row > .page-header h4 {margin: 0; font-size: 20px; font-weight: 400; color: #323232; padding: 20px 18px;}
.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: #e28000; border: 1px solid #e28000; box-shadow: none; border-radius: 0; text-shadow: none; max-width: 170px; padding: 12px 0px; margin: 70px auto 0;}




/*----- sub page-----*/
.top-sub-txt{
    color:white;
}

.table-txt-center{
    text-align:center;
}
.table-txt-center th{
    text-align:center;
}
.table-txt-center .rowspan{
    vertical-align:middle;
    
}
.tb-img-content{
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
}
.tb-img-content p{
        margin-top:5px;
}

.content-wrap {
    margin-bottom: 40px;
}
.sub-content-wrap p {
    font-size: 15px;
    letter-spacing: -0.3px;
    margin: 0;
    line-height: 26px;
}
.size-18 {
    font-size: 18px !important;
    line-height: 30px !important;
    letter-spacing: -0.5px !important;
}
.bolder-text {
    font-weight: 500 !important;
    color: #222 !important;
}
.mb-10{
	margin-bottom:10px !important;
}
.sub-content-wrap > .content-wrap:last-child {
    margin-bottom: 0;
}
.sub-content-wrap .sub-content-title {
    margin: 0 0 20px;
    font-size: 20px;
    color: #107ec6;
    letter-spacing: -0.5px;
    line-height: 1;
}

/* com1 */
.sub-content-wrap .greeting-title {
    color: #107ec6;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin: 22px 0 40px;
}
.sub-content-wrap .greeting-txt {
    padding-left: 30px;
}
.sub-content-wrap .greeting-txt p {
    margin-bottom: 25px;
}

/* com4 */
.contact_info {
	margin-bottom: 40px;
}


/*jogic*/

.jogic01 h4{
    
}
.jogic02 h4{
    
}


/* intrduce page*/
.sub-content-wrap .intro-table th, .sub-content-wrap .intro-table td {
    padding: 10px;
    letter-spacing: -0.3px;
    text-align: center;
	font-size:14px;
}
.sub-content-wrap .intro-table td {
	color:#666;
}
.introduce-main-img{
    margin-bottom:30px
}
.introduce-img{
}
.content .tb-img-content-sub {
    font-size: 15px;
    color: #5a5a5a;
    line-height: 26px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 17px 20px;
    letter-spacing: -0.5px;
}
.content .tb-img-content-sub .product-name {
    color: #107ec6;
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

/*colorbook*/
.color-book-img span{
    margin-bottom: 15px;
}
.color-book-img span:after{
    content: "\f002";
    position: absolute;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    width: 30px;
    height: 30px;
    font-size: 20px;
    font-family: FontAwesome;
    font-weight: 400;
    text-align: center;
    color: #fff;
}
.colorbook-info {
    margin: 0 0 30px !important;
    letter-spacing: -0.5px !important;
    line-height: 1 !important;
    color: #107ec6 !important;
}

@media (max-width: 768px){
    .color-book-img span{
        margin: 0 20px 15px;
        border: 1px solid #ddd;
    }
}

/* factory */
.factory-sub {
    margin-bottom: 30px;
}
.factory-table-box {
    overflow: hidden;
}
.factory-table-box.table-box-3 span {
    width: 33.3%;
}
.factory-table-box span {
    display: block;
	min-height:42px;
    float: left;
    padding: 12px;
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #107ec6;
    font-weight: 500;
    border:1px solid #ddd;
    text-align: center;
    line-height: 1;
	
}
.factory-table-box.factory-table-4 span {
    width: 25%;
}
.factory-img + .factory-img {
    margin-top: 30px;
}
@media(min-width:768px){
	.factory-table-box span{
		border-left:none;
	}
	.factory-table-box span:nth-child(1),
	.factory-table-box.table-box-3 span:nth-child(4){
		border-left:1px solid #ddd;
	}
	.factory-table-box.table-box-3 span:nth-child(4),
	.factory-table-box.table-box-3 span:nth-child(5){
		border-top:none;
	}
}
@media(max-width:767px){
	.factory-table-box.table-box-3 span,
	.factory-table-box.factory-table-4 span{
		width:100%;
		margin-bottom:3px;
	}
}
#curvedarrow {
    position: absolute;
    top: 250px;
    left: 305px;
  /*position: relative;*/
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-right: 9px solid red;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
}
#curvedarrow:after {
  content: "";
  position: absolute;
  border: 0 solid transparent;
  border-top: 3px solid red;
  border-radius: 20px 0 0 0;
  top: -12px;
  left: -9px;
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

#arrow-text{
    font-size: 20px;
    border: 2px solid black;
    position: absolute;
    background: white;
    padding: 6px;
    top: 228px;
    left: 160px;
}


/* auth */
.auth-img{
	max-height: 475px;
	width: 100%;
	border: 1px solid #ddd;
}


/*foot log*/
.foot-logo{
    width:50px;
}



/*main 하단콘텐츠*/

.icon-size{
    /*font-size:40px;*/
}
/*
.icon-font{
	font-size:20px;
	background:black;
	padding: 20px;
}
*/

.main-wrap {
    width: 100%; max-width: 1170px; 
    margin: 0px auto 0;
    /*margin: 50px auto 0; */
    min-height: 140px; 
    padding: 0 15px;
}
.main_sect_title {
    margin: 0 0 15px;
    color: #111;
    font-size: 21px;
    letter-spacing: -0.04em;
    font-weight: 600;
    padding-left: 15px;
	position: relative;
}

.main-con {
    width: calc(100% / 3);
    float: left;
    min-height: 210px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.main-con a {
    display: block;
    padding: 65px 40px 58px;
    min-height: 210px;
    overflow: hidden;
    height: 100%;
}
.main-con-text {
    display: inline-block;
    width: 100%;
	 color: #fff;
    float: left;
}
.main-con-text h5 {
    font-size: 22px;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin: 0;
    line-height: 1;
}
.main-con-text p {
    font-size: 13px;
    line-height: 1.6;
    color: #888888;
    font-weight: 400;
    letter-spacing: -0.04em;
    margin: 0;
}
.main-con-text i {
    font-size: 45px;
    margin: 0 0 20px;
}
.main-con-img {float: right; display: inline-block; padding: 0 15px 0;}
.main-con1{
    background-image: url(/skin/img/main/main-con1-bg.png);
	background-color:#107ec6;
}
.main-con2{
    background-image: url(/skin/img/main/main-con2-bg.png);  
	background-color:#404040;
}
.main-con3{
    background-image: url(/skin/img/main/main-con3-bg.png);
	background-color:#0d4c82;
}
.main-con1:hover {
    background-color: #0a5a8e;
}
.main-con2:hover {
    background-color: #2a2a2a;
}
.main-con3:hover {
    background-color: #08375f;
}

.main-contact .foot-call {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px 60px;
    overflow: hidden;
}
.foot-call > div {
    border: 1px solid #ddd;
    padding: 40px 40px;
	background-position:right bottom;
	background-repeat:no-repeat;
}
.foot-call .call-box1{
	background-image:url('/skin/img/main/call-box1-bg.png')
}
.foot-call .call-box2{
	background-image:url('/skin/img/main/call-box2-bg.png');
	border-left: none;
}
.foot-call .foot-title {
    color: #107ec6;
    font-size: 20px;
    letter-spacing: -0.3px;
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1;
}
.foot-call p {
    font-size: 16px;
    letter-spacing: -0.5px;
    color: #222;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 3px;
}
.foot-call p span {
    font-weight: 400;
    color: #666;
    padding-left: 6px;
}

@media screen and (max-width: 991px){
.main-wrap {
    width: 100%;
}
}
@media screen and (max-width: 767px){

.main-con {
    width: 100%;
    padding: 40px 20px 10px 30px;
}
}


/*modal css*/
/* 까만화면 안보이게 하기*/
.modal-backdrop {position :initial;}
/* 모달위치*/
.modal.in .modal-dialog{margin-top:120px;}



/* language btn */
.lang-btn-area {
    position: absolute;
    width: 100%;
}
.lang-btn-wrap {
    max-width: 1170px;
    margin: 0 auto;
    text-align: right;
    /*padding: 22px 15px 0;*/
    padding-top:5px;
}
.lang-btn-wrap .btn {
    font-size: 11px;
    color: #555;
	padding: 5px 15px;
    border-radius: 0;
}
.lang-btn-wrap .btn-en {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    /*border-left: 0;*/
}
.lang-btn-wrap .btn-ko {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

/*18 02 01*/
.navbar-toggle{
    background:black;
}
.btn{
    border-radius:inherit;
}


.pu-btn.lang {
    background: #FFF;
	padding: 5px 12px;
	font-size: 12px;
	color: #333;
	border-left: 1px solid #eee;
	border-right: 0.5px solid #eee;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	border-radius: 4px;
	font-weight: 600;
}

.pu-btn.lang:hover, .pu-btn.lang.active {
	text-decoration: none;
	background: #eee;
}

/*  다국어 버튼 클릭시 커서 바꾸기 */
.btn[disabled]{
	cursor: default;
}

@media (min-width: 768px) {
	.navbar-right{
		float: none !important; text-align: center;
	}

	.navbar-right > li{
		float: none !important; 
		display: inline-block !important;
	}
	.navbar-nav > li > a {
		text-align: center;
		padding-left: 20px; padding-right: 20px;    
	}
}
.divider-vertical{
    /*display:none!important;*/
}

/* 2018-02-13 added */
@media (max-width: 767px) {
	.foot-call > div {
		background-size: cover;
	}
	
	.foot-call .call-box1 {
		margin-bottom: 15px;
	}
	
	.intro-board-widget-layout {
		margin-left: 0;
		margin-right: 0;
	}
	
	.product-wrap {
		margin-top: 0;
	}
	
	.lang-btn-area {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.fill .carousel-caption {
		
	}
	
	.fill h1 span {
		text-align: center;
		font-size: 32px;
		line-height: 1.4;
		padding-left: 0;
	}
	
	.fill .link_btn {
		margin-left: auto;
		margin-right: auto;
        /* margin-top: 15px; */
        margin-top: 25px;
	}
	
	.top-sub-bg > div {
		text-align: center;
	}
}

@media (max-width: 539px) {
	.top-sub-bg h2 {
		font-size: 28px;
	}
	
	.fill h1 span {
		font-size: 24px;
	}
	
	.col-xxs-12 {
		width: 100% !important;
	}
	
	.col-xxs-12 .img-responsive {
		width: 100%;
	}
}