@charset "utf-8";
@import url('/skin/font/notokr/notokr.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');
@import url('https://use.fontawesome.com/releases/v5.8.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; 
}
ol, ul, li{list-style: none;list-style-position: inside;}
p, li, dl, dt, td, th, h1, h2, h3, h4, h5{word-break:keep-all;}
a{text-decoration: none;}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a{display: none;}

/*메인 & 서브 상단 마진*/
.container{position:relative;}
.container_slide,.sub-layout{margin-top: 111px;}

/*------ 상단 메뉴 설정 -------*/
.navbar-inverse{
	margin: 0; padding: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
}
/* 메뉴상단 */
.lang-wrap {
	background: #464a4e;
}

.lang-wrap ul {
    margin-bottom: 0;
    padding: 0;
    float: right;
}

.lang-wrap ul li {
    float: left;
    border-right: 1px solid #777;
}

.lang-wrap ul li:first-child {
    border-left: 1px solid #777;
}

.lang-wrap ul li a {
    color: #fff;
    padding: 2px 20px;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
}

.lang-wrap ul li a.active {
    background: #fff;
    color: #00a88e;
	font-weight:600;
}
/*로고*/
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 25px 0 0!important;
}
.navbar-inverse .navbar-brand img {
	margin-top:-0 !important;
	width: 150px;
}

/* 메인메뉴 */
.navbar-inverse .navbar-nav {
    z-index: 100;
}
.navbar-inverse .navbar-nav > li{
	/* padding-bottom: 30px; */
}
.navbar-inverse .navbar-nav > li > a {
    padding: 35px 25px 35px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.5px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #00a88e;
	background-color: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
	color: #00a88e;
	background-color: transparent;
}
/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {
  	.navbar-inverse .navbar-nav .dropdown-menu {
		background-color: rgba(62, 63, 70, 0.9);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding: 0;
		left:50%;
		right:auto;
		transform:translate(-50%, 0);
		}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li {		border-bottom: 1px solid rgba(255, 255, 255, .1);	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li:last-child {		border-bottom: 0;	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		text-align: center;
		color: #FFF;
		padding: 13px 13px;
		font-size: 14px;
		line-height: 1;
		text-align: left;
		letter-spacing: -0.02rem;
		}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: rgba(0, 168, 142, 0.4);
		}
}
/* 상단 서브 메뉴 설정 끝*/
/*------ //상단 메뉴 설정 ------*/
/*------- CAROUSEL -------*/
.container_slide{
	width:100%;
	padding:0;
}
.container_slide > .fill, 
.carousel-inner .item .fill {
    height: 100vh;
}
.carousel,
.carousel-inner{
	position: relative;
}
.carousel-inner .item:nth-of-type(1) {
    background: url(/skin/img/slide/slide01.jpg) no-repeat center / cover;
}
.carousel-caption {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 32%;
    bottom: auto;
}
.carousel-caption h1 {
    margin: 0;
}
.carousel-caption h1 > span {
    margin: 0 0 20px;
    font-size: 40px;
    font-weight: 300;
    /* line-height: 1; */
    letter-spacing: -1px; 
	text-transform:capitalize;
}
.carousel-caption h1 > span > p{
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.02em;
}
.carousel-caption p span {
    font-size: 90px;
    font-weight: 600;
    letter-spacing: -1px;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.3) !important;
    display: block;
    /* margin: 10px 0 0; */
}
.carousel-caption h1 span,
.carousel-caption p span{
	background: transparent;
	opacity: 1;
	text-shadow: none;
	padding: 0;
}
.glyphicon.glyphicon-chevron-left,
.glyphicon.glyphicon-chevron-right{display:none;}

.carousel-indicators {
    /* transform: translateX(-50%); */
    text-align: left;
    height: auto;
    margin-bottom: 0;
    max-width: 1140px;
    bottom: 100px;
}
.carousel-indicators li {
    width: 12px;
    height: 6px;
    background: #fff;
    border: none;
    margin: 0 9px 0 0;
    opacity: 1;
    border-radius:0;
}
.carousel-indicators li.active {
	width:64px;
	height:6px;
    background: #f96421;
    margin: 0 9px 0 0 !important;
    position: relative;
}
/*------ //CAROUSEL ------*/
/*------ 메인페이지------*/
.container_contents{display: none;}
/* 게시판영역 */
/*BBS*/
.dh-board .table > thead > tr > th, .dh-board .table > tbody > tr > th, .dh-board .table > tfoot > tr > th, .dh-board .table > thead > tr > td, .dh-board .table > tbody > tr > td, .dh-board .table > tfoot > tr > td {padding: 16px 20px; color: #666; font-size: 14px;}
.dh-board .table > thead > tr > th {background: #f8f8f8; vertical-align: middle; border-bottom: 1px dotted #bdbdbd; font-size: 15px; font-weight: 600; color: #333; letter-spacing: -0.03em;}
.dh-board .table > tbody > tr > td {border-bottom: 1px dotted #dedede;}
.dh-board .table > tbody > tr > td > strong > a {color: #555; font-size: 16px}
.dh-board > .table-hover {border-top: 2px solid #2d2d2d; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.dh-board > .table-hover > tbody > tr:hover td {background-color: #f9f9f9;}
.dh-board > .table-hover > tbody > tr:hover > td > strong > a {color: #000;}
.dh-margin-top{margin-top: 40px; display: inline-block;}


.txt-box-footer em {display: none;}
.txt-box-footer em > span.regdate{font-style: normal; color: #666; font-size: 13px;}
.txt-box-footer em > span:last-child{display: none;}
.txt-box-footer small.hits{display: none;}
@media screen and (max-width: 767px) {
    .bbs-blog2-index-layout .dhb-txt-box-type-b {width: 100%; margin: 10px 0 20px;}
}
.label {background: rgba(0,0,0,0); padding: 0 5px; font-size: 90%;}
.label-danger{color: #d83d0f;}
.label-primary{color: #d83d0f;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #008a75;border: 1px solid #008a75 !important;}
.pagination > li > a, .pagination > li > span {color: #9D8478; border: 1px solid #fff !important;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #9D8478;}
.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}
.dh-view-box {margin-top: 0px;}
.sns-box {display: none;}
.dh-view-box > .row > .page-header {border-top: 2px solid #000; border-bottom: 1px solid #ccc; padding: 0 20px; margin: 0;}
.dh-view-box > .row > .page-header > h4 {color: #333;font-size: 20px;margin: 16px 0;border-left: none;padding-left: 0;}
.dh-view-box > .row > .dh-view-info {border-bottom: 1px solid #ccc; background: rgba(0,0,0,0); padding: 8px 20px 8px; color: #888;}
.dh-view-box > .row > .dh-view-info > span {padding: 0 15px 0 0;}
.dh-view-box > .row > .dh-view-info > span > strong {color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6 {margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box > .row:nth-child(2) > div:nth-child(3) {padding: 30px 20px 60px !important; min-height: 100px;}
.input-group-btn #btnNew{background-color: #008a75;border: 1px solid #008a75;}
.glyphicon-lock:before{    color: #333;}

.intro-board-widget-layout{
    margin: 20px auto 45px;
}
.intro-boardbox-type-bbs {
    padding-right: 30px;
}
.page-header {
    /* border-top: 2px solid #85878c; */
    border-bottom: 1px solid #555;
    padding: 0 0 15px 2px;
}
.page-header h4 {
    margin: 0;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
    color: #333;
}
.intro-boardbox .list-row-contents,
.panel-body .row-separator{
    display: none;
}
.intro-boardbox .front-panel>.panel {
    padding: 0;
    border: none;
    border-radius: 0px;
    background: transparent;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.dh-alert {
    margin: 50px;
    font-size: 16px;
}
.dh-front-list2 h6{
    padding-bottom: 8px;
}
.dh-front-list2 .list-row-subject{
    font-weight: 400;
    font-size: 15px;
    color: #666;
    letter-spacing: -1px;
}
.dh-front-list2 .list-row-regdate{
    float: right;
    font-weight: 400;
    color: #888;
	font-size: 15px;
}
.label-danger{
    padding: 1px 4px;
}
.dh-front-list2-words{
    padding: 0;
	margin-top: 12px;
}
.main-list{
    padding-top: 22px;
    border-radius: 5px;
    background: #f3f6fb;
    height: 140px;
    padding-left: 20px;
}
.main-list li{
	position: relative;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85em;
    color: #222;
}
.main-list li:before {
    content: "";
    width: 3px;
    height: 8px;
    background: #659bff;
    position: absolute;
    left: 5px;
    top: 8px;
    transform: skew(-30deg);
}
.main-list li span {
    width: 65px;
    display: block;
    font-size: 14px;
    float: left;
	color: #0c4da2;
	font-weight: 600;
}
.dh-front-list2 .panel-body {
    padding: 3px;
}
.fa-plus:before {
    content: url(/skin/img/main/board-plus-icon.png);
}
.btn.active, .btn:active {
	box-shadow:none;
}
.dh-front-list2-words h6 .list-row-subject{
    display: inline-block;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*------//메인페이지------*/
/*----- 서브페이지 공통 ----- */
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
.sub-layout{
	width: 100%;
	padding: 0;
}
.subpage .subheader {
    position: relative;
    height: 180px;
    text-align: center;
    background: url(/skin/img/sub/subtop.jpg) no-repeat center / cover;
}
.subheader h1 {
    margin: 0 0 16px;
    color: #fff;
    font-size: 44px;
    font-weight: 400;
}
.subheader p {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 350;
    margin-top: 50px;
}

.snb {
    position: relative;
    overflow: auto;
    padding: 0;
    margin: -25px auto 0px;
    max-width: 1140px;
}
.snb li{
    float:left;
	width: 25%;
}
[id^="rnd"] .snb li{
    width: 33.333333%;
}
.snb li a {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    line-height: 48px;
    color: #1c1a4e;
    text-align: center;
    text-decoration: none;
    transition-duration: 0.3s;
    height: 50px;
    border: 1px solid #1c1a4e;
    border-right: none;
	background: #fff;
}
.snb li:last-child a{
	border-right:1px solid #1c1a4e
}
.snb li a:hover {
    background: #1c1a4e;
	color:#fff;
	border-color:#1c1a4e;
}
.snb li.active a {
    color: #fff;
    background: #1c1a4e;
    border-color: #1c1a4e;
}
[id^="cel"] .snb li{
    width: 20%;
}
[id^="service"] .snb li,
[id^="bbs"] .snb li{
	width: 50%;
}
.subpage .section {
	margin: 80px 0 100px;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #555;
    line-height: 1.75;
    padding: 0;
}
.subpage .section .con{
	margin-bottom: 100px;
}

.sub-title {
    position: relative;
    margin: 0 0 50px;
    font-size: 36px;
    color: #222;
    line-height: 1;
    letter-spacing: -0.06em;
}
.con-title{
	position: relative;
    margin: 0 0 50px;
    padding-left: 27px;
    font-size: 23px;
    color: #333;
    line-height: 1;
    letter-spacing: -0.06em;
}
.con-title:before{
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 19px;
	height: 19px;
	border: 4px solid #00a88e;
	border-radius: 50%;
}
.con-title2{
	color: #333;
	font-weight: 700;
}
/* subpage breadcrumb */
.breadcrumb_wrap {
    /* margin: 160px 0 0 0; */
    position: absolute;
    right: 20px;
    bottom: 0;
}
.breadcrumb {
    padding: 0;
    margin: 0;
    background: none;
    font-size: 12px;
}
.breadcrumb > li {
    font-size: 12px;
    color: #fff;
}
.breadcrumb>.active {
    font-weight: 500;
    color: #fff;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #fff;
    font-family: "FontAwesome";
    font-size: 15px;
}
/* //subpage breadcrumb */
.table-style {
	width: 100%;
    border-top: 2px solid #333;
}

.table-style th,
.table-style td {
    text-align: center;
    padding: 10px 15px!important;
}

.table-style thead th {
    background: #f6f6f6;
    text-align: center;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #ddd;
}

.table-style td {
    color: #555;
    font-size: 15px;
	letter-spacing: -0.5px;
	border-bottom:1px solid #ddd;
}

p.model.img-label{
    font-size: 20px;
    font-weight: 600;
}
[id^="cel"] .table-style.table-cel th, [id^="cel"] .table-style.table-cel td{
    vertical-align: middle;
}
[id^="cel"] .table-style.table-cel th{

}
[id^="cel"] .table-style.table-cel td{

}
[id^="cel"] .table-style.table-cel td:first-child{
    font-weight: 600 !important;
}
[id^="cel"] .table-style.table-cel td:nth-child(2){
    text-align: left;
}
.ul-style{
	padding: 0;
	margin: 0;
}
.ul-style li{
	position: relative;
	margin:0;
	padding-left: 8px;
	color: #333;
}
.ul-style li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #333;
}
.img-wrap p{
    margin: 0 0 10px;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.05em;
    color: #333;
}
.lineup-tit{
    text-align: center;
    font-size: 22px;
    background: #101E66;
    color: #fff;
    padding: 15px 0;
    margin: 20px 0 10px;
}
.div-box{
    margin-bottom: 30px;
}
.div-box h4{
    margin: 0;
    padding: 15px 0;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.05em;
    color: #fff;
}
.div-box ul{
	height: 210px;
	padding: 30px;
	background: #f1f1f1 url(/skin/img/sub/bg.png);
}
.box:nth-of-type(1) .div-box h4{
	background: #e5a63e;
}
.box:nth-of-type(2) .div-box h4{
	background: #4b9d4f;
}
.box:nth-of-type(3) .div-box h4{
	background: #1ba992;
}
.box:nth-of-type(4) .div-box h4{
	background: #df6834;
}

.row:nth-child(4) > .box:nth-of-type(2) .div-box h4{
    padding: 26px 0;
}
.div-box li{
    padding-bottom: 5px;
}
.div-box ul li span{
	display: block;
	font-weight: 600;
}
.div-box .img-wrap{
    padding: 15px;
    background: #f1f1f1 url(/skin/img/sub/bg.png);;
}
.div-box .img-wrap img{
    
}
.div-box .img-wrap .img-label{
    font-weight: 500;
    font-size: 14px;
    display: block;
    text-align: center;
    margin: 10px 0 0;
    height: 48px;
}


/*------- //서브페이지 공통 --------*/
/*------- About Us subpage --------*/
/* 기업개요 */
#about01 .p-top{
    margin: 100px 0 0;
    font-size: 29px;
    letter-spacing: -2px;
    line-height: 1.5;
    text-align: center;
    color: #ff5050;
    font-weight: 700;
}
#about01 .p-top b{color: #00a88e;}
#about01 .table tr{
    border-bottom: 1px solid #ddd;
}
#about01 .table tr th{
    width: 20%;
    padding: 10px 0 10px 20px;
}
#about01 .table tr:nth-of-type(2n){
	background: #eee;
}
#about01 img{
	margin: 70px auto 0;
}

/* 기업이념 */
#about02 .philosophy{
	background: url(/skin/img/sub/bg.png);
    padding: 100px 100px;
    /* box-shadow: 0 20px 20px rgba(0,0,0,0.1); */
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    border-top: 1px solid #f1f1f1;
	margin-left: 0;
	margin-right: 0;
}
#about02 .philosophy h3{
	width: 220px;
	margin: 0 0 20px;;
	padding-bottom: 5px;
	font-size: 23px;
	font-weight: 300;
	color: #444;
	border-bottom: 3px solid #00a88e;
	letter-spacing: 0;
}
#about02 .philosophy .col-sm-4 p{
	width: 220px;
	margin: 0 0 10px;
	padding-left: 5px;
	color: #444;
	line-height: 1.3;
}
#about02 .philosophy .vision{
	margin-bottom: 50px;
}
#about02 .philosophy img{
	margin-top: 40px;
    border-radius: 10px;
    opacity: 0.9;
    border: 4px solid #c4bcbc;
}
#about02 .philosophy .col-sm-8{
    padding-left: 40px;
}
#about02 .philosophy .core{
	padding-left: 10px;
	margin:0 0 12px;
}
#about02 .philosophy .core dt{
	margin: 0 0 5px;
	font-size: 17px;
}
#about02 .philosophy .core dt b{
	font-size: 18px;
	font-weight: 800;
	color: #980c0c;
}
#about02 .philosophy .core dd{
	color: #444;
	font-weight: 400;
	line-height: 1.2;
	margin-bottom: 5px;
}
#about02 .philosophy .col-sm-4 p:last-child,
#about02 .philosophy .core dd:last-child{
	font-size: 14px;
}
#about02 .ci h4{
    margin: 0 0 40px;
	font-size: 20px;
	color: #333;
	letter-spacing: -0.05em;
	text-align: center;
}
#about02 .ci .col-sm-6:first-child p{
	text-align: center;
	font-size: 20px;
	color: #333;
}
#about02 .ci .col-sm-6:first-child p:nth-of-type(1){
	margin: 70px 0 50px;
	font-weight: 500;
	letter-spacing: -0.03em;
}
#about02 .ci .col-sm-6:first-child p:nth-of-type(1) b{
	font-size: 22px;
	font-weight: 800;
	color: #009c84;
}
#about02 .ci .col-sm-6:first-child p:nth-of-type(2){
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.05em;
}
/* 연혁 */
#about03 .dl-timeline {
    min-height: 200px;
    padding: 0;
	margin:0;
    border-top: 3px solid #00a88e;
}
#about03 .dl-timeline dt {
    position: absolute;
    padding: 30px 0;
    width: 34%;
    font-size: 50px;
    font-weight: 600;
    color: #00a88e;
    text-align: center;
    letter-spacing: 0.02em;
}
#about03 .dl-timeline dd {
	position: relative;
	margin-left: 35%;
	padding: 30px 0 30px 120px;
	color: #666;
	/* line-height: 1.5; */
	letter-spacing: -0.02em;
	border-top: 1px dashed #ddd;
}
#about03 .dl-timeline dd:nth-of-type(1){
	border-top: none;
}
#about03 .dl-timeline dd > span {
	position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: 700;
    font-style: oblique;
    color: #bbb;
}

/* 오시는길 */
#location table{
    margin-top: 30px;
    width: 100%;
    font-size: 15px;
    border-top: 1px solid #555;
}
#location table tr{
    border-bottom: 1px solid #ddd;
}
#location table th{
    width: 13%;
    padding-left: 20px;
    color:#222;
}
#location table td{padding: 15px 0;}
#location dl{
	margin:0;
}
#location dl dt{
	width: auto;
    font-weight: 400;
}
#location dl dd {
    margin-left: 38px;
}

/*------- //About Us subpage --------*/
/*------- 연구개발 subpage --------*/
#rnd01 .medic h4{
	margin: 60px 0 30px;
	font-size: 23px;
	font-weight: 600;
	letter-spacing: -0.05em;
	text-align: center;
}
#rnd01 .medic ul{
	padding-left: 15px;
}
#rnd02 .con2 img{
	margin-bottom: 35px;
}
#rnd02 .con3 img{
	margin: 0 auto;
	margin-top: 20px;
}
#rnd03 .section{
	margin-bottom: 200px;
}
#rnd03 .con{
	margin-bottom: 40px;
}
.tab-menu{
    margin: 0;
    padding: 0;
}
.tab-menu:after{
    content:'';
    display:block;
    clear:both;
}
.tab-menu li{
    float: left;
    width: 50%;
}
.tab-menu li a {
    display: block;
    padding: 20px 0;
    border-right: 2px solid #fff;
    background: #f6f6f6;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    text-align: center;
    letter-spacing: -0.03em;
}
.tab-menu li:last-child a {
    border-right: none;
}
.tab-menu li:hover a {
	background:#00a88e;
	color: #fff;
}
.tab-menu li.active a {
    background-color: #00a88e;
    color: #fff;
	position: relative;
}
.tab-menu li.active a:after {
    content: "";
    width: 18px;
    height: 10px;
    background: #00a88e;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -10px;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-top: 10px solid #00a88e;
}

.tab-content{
    margin-top: 70px;
}
.tab-content .con:last-child{margin: 0;}
.tab-content .img-wrap img{
    /* padding: 5px;
    border: 1px solid #777; */
}
.tab-content small{
    display: block;
    margin-top: 10px;
    text-align: right;
}
.p-box{
    margin: 40px 0 0;
    padding: 20px 0;
    font-size: 18px;
    background: url(/skin/img/sub/bg.png);
    text-align: center;
}
.p-box b{
	color: #f00;
}
#tab1 .con2 .col-sm-7 p{
    padding-top: 110px;
}
#tab1 .con3 .ul-style{
	margin-bottom: 40px;
}
#tab2 .con3 > p{
	margin: 100px 0;
}
#tab2 .con5 img{
	margin: 40px auto;
}
#tab2 .con5 > h4 + p{
    font-size: 22px;
    font-style: italic;
    color: #f00;
}
#tab2 .con5 .row + .ul-style{
	margin-top: 30px;
}
/*------- //연구개발 subpage --------*/
/*------- 제품 subpage -------*/
#cel-lineup .div-box ul{
	height: 240px;
}

/* CELB */
#celb .div-box ul {
    height: 550px;
}
#celb .div-box .img-wrap{
	margin-top: 15px;
}
#celb .div-box .img-wrap p{
	margin: 10px 0 0;
    line-height: 1.1;
}

/* CELF */
#celf .div-box ul{
	height: 240px;
}
#celf .need .col-sm-3 p{
    border: 1px solid #aaa;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
#celf .need .col-sm-9{
	padding-top: 22px;
	padding-left: 30px;
}

#celf .con2 .table-responsive {
    margin-top: 30px;
}

#celf .box-figure {
    display: flex;
    gap: 12px;
}
#celf .box-figure figure {
    flex-basis: 25%;
}

#celf .box-figure figure figcaption {
    padding: 15px 0;
    font-size: 15px;
    font-weight: 500;
    color: #222;
    text-align: center;
    background: #ffd78e;
}

#celf .con1 tbody tr:first-child td,
#celf table.con7 tbody tr:first-child td,
.celf_en table tbody tr:first-child td{
	color: #555;
    font-weight: 400;
}
#celf .con1 td:last-child,
#celf table.con7 td:last-child,
.celf_en table td:last-child{
	color: #00a88e;
	font-weight: 500;
}


#celp .celp-box{
    position: relative;
}
#celp .celp-box p{
    padding: 15px;
    font-size: 18px;
    background: #00A88E;
    margin: 0;
    color: #fff;
    border-radius: 100px;
}
#celp .celp-box p:nth-child(2){
    margin-top: 42px;
    background: #0F1D65;
}
#celp .celp-box::after{
    content: '\f0d7';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 42px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ff7070;
}

#celh .div-box ul{
 height: auto;
}
#celh .con3 .table-responsive{
    margin-top: 50px;
}
#celh .con4 .img-wrap{
    margin-bottom: 30px;
}
#celh .con5 .row > .col-sm-3 img{
    margin-bottom: 30px
}

#celh.celh_en .con4 .row{
    text-align: center;
}
#celh.celh_en .con4 .row > div{
    display: inline-block;
    float: none;
    vertical-align: bottom;
    width: auto;
}


@media (min-width: 768px){
#celb .box:nth-child(1){
	position: relative;
	padding-right: 50px;
}
#celb .box:nth-child(2){
	padding-left: 50px;
}
#celb .box:nth-child(1):after{
    content: "+";
    position: absolute;
    right: -11px;
    top: 40%;
    font-weight: 700;
    font-size: 40px;
}
#celf .div-box{
    width: 85%;
	position: relative;
}
#celf .div-box:after{
    content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    right: -20%;
    top: 42%;
    font-size: 30px;
}
#celf .box:nth-child(2) .div-box{
	margin: 0 auto;
}
#celf .box:nth-child(3) .div-box{
	float: right;
}
#celf .box:nth-child(3) .div-box:after{
	content: "";
}
}
/* CELP */
#celp .con1 .col-sm-6:nth-child(1) .con-title{
    margin-bottom: 21px;
}
#celp .con-title span{
    display: block;
    font-size: 17px;
    margin-top: 10px;
    font-weight: 400;
    color: #888;
}
#celp .img-wrap p{
	margin: 10px 0 0;
}
#celp .img-wrap ul{
    margin-top: 20px;
}
#celp .con3 .cell{
    margin: 0 0 50px;
    padding: 60px 30px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
#celp .con3 .cell:nth-of-type(1) {
    border: 10px solid #efc174;
}
#celp .con3 .cell:nth-of-type(2) {
    border: 10px solid #66cbbb;
}
#celp .con3 .cell .con-title2{
	margin: 0 0 20px;
}
#celp .con3 .cell .col-sm-6:first-child:after{
    content: "\f061";
    position: absolute;
    right: 0;
    top: 20%;
    font-size: 50px;
    color: #66cbbb;
    font-family: FontAwesome;
}
#celp .con3 .cell:nth-of-type(1) .col-sm-6:first-child:after{
    color: #efc174;
}
#celp .con3 .cell:nth-of-type(2) .col-sm-6:first-child:after{
    color: #66cbbb;
}
#celp .con3 .cell ul{
    padding: 20px 0 0 50px;
    font-size: 20px;
}
#celp .con3 .cell ul li {
    padding: 0 0 10px 13px;
}
#celp .con3 .cell ul li:before {
    top: 17px;
}
/*------- //제품 subpage -------*/
/*------- 서비스 subpage -------*/
#service01 .div-box h4{
	padding: 0;
	font-size: 25px;
    font-weight: 400;
    height: 70px;
    line-height: 70px;
}
/*------- //서비스 subpage -------*/
/*------- 푸터 --------*/
.footer_copy > div {padding: 0;}
#footer {
    /* margin-top: -2px; */
    padding: 20px 0 25px;
    background-color: #464a4e;
    font-size: 13px;
    color: #bdbdbd;
    text-align: left;
}
#footer img {
    width: 84%;
    opacity: 0.5;
	margin-top:18px;
}
#footer p {
    font-size: 12px;
    opacity: 0.5;
    margin-bottom: 0;
}
#footer ul {
    padding: 0;
    margin-top: 12px;
}
#footer ul li {
    display: inline;
    margin-right: 15px;
    line-height: 1.7;
    list-style: none;
}
/*------- //푸터 --------*/

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
	margin-top:-30px;
}

.login-layout .panel,
.id-find-layout .panel, 
.pw-find-layout .panel {
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    /* border-radius: 15px; */
    box-shadow: 0 3px 4px rgba(0,0,0,0.05);
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 3px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #009e86;
    border: none;
    /* border-radius: 50px; */
    padding: 0;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #008a75;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

/* mobile */
@media (max-width:768px){
    /*모바일 메인 & 서브 상단 마진*/
    .container_slide,.sub-layout{margin-top:86px;}
	.lang-wrap > div{padding:0;}
    
    /* 모바일 상단메뉴 */
	.navbar-header .navbar-brand{margin: 13px 0 0 15px !important;}
    .navbar-inverse {border-bottom: 1px solid #e8e8e8;}
    .navbar-inverse .navbar-brand img {width: 130px;}
    .navbar-inverse .navbar-toggle {
        padding: 24px 18px;
        margin: 0;
        background: #fff;
        border: none;
    }
    .navbar-inverse .navbar-toggle:focus, 
    .navbar-inverse .navbar-toggle:hover {background: #fff;}
	.navbar-inverse .navbar-toggle .icon-bar {height: 2px; background-color: #555;}
    .navbar-inverse .navbar-toggle:focus .icon-bar{background-color: #555;}
	.navbar-toggle .icon-bar+.icon-bar {margin-top: 5px;}
	
    /* 모바일 드롭다운메뉴 */
    .navbar-fixed-top .navbar-collapse{max-height: 402px;}
	.navbar-inverse .navbar-nav{margin: 0 -15px; padding: 0;}
	.navbar-inverse .navbar-nav > li:nth-child(7),
	.navbar-inverse .navbar-nav > li:nth-child(8){display:none;}
    .navbar-inverse .navbar-nav > li > a {
        margin: 0;
        padding: 14px 15px;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #00a88e;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
    }
	.navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
        color: #fff;
        background-color: #00a88e;
    	border-color: #00a88e;
    }
    .navbar-nav .open .dropdown-menu {padding: 0;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		padding: 8px 25px;
		font-size: 14px;
		color: #fff;
		background: #464a4e;
        letter-spacing: -0.03em;
        text-align: left;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover{
		background: #464a4e;
	}
    /* 모바일 배너이미지 */
    .intro-html-layout .col-sm-12{padding:0;}
    .container_slide > .fill, .carousel-inner .item .fill{height: 350px;}
	.carousel-caption {width: 100%; top: 16%; left: 0;}
    .carousel-caption h1 span {font-size: 28px;}
	.carousel-caption h1 span {display: inline-block; margin: 0; font-size: 23px; line-height: 1.2;}
	.carousel-caption h1 > span > p {margin: 0px 0 6px; font-size: 30px; letter-spacing: -0.04em;}
	.carousel-caption p span {margin: 0; font-size: 50px;}
	
    /* 모바일 메인페이지 */
    .container_contents > .row, .main-content > .row{margin: 0; width: 100%;}
    .main-content {margin: 0;}
	.main-content .col-sm-6{padding: 0;}
    .intro-boardbox {width: 100%; padding: 0;}
    .page-header h4 {font-size: 20px;}
    .front-panel>.panel {margin-bottom: 0;}
    .mail-board {margin-bottom: 50px;}
	.dh-front-list2-words h6 .list-row-subject {width: 74%;}
	.main-content .main-location{margin-bottom: 50px;}
	
    /* 모바일 서브페이지 공통 */
    .subpage .subheader{height: 120px;}
	.subheader h1 {margin: 0 0 70px; font-size: 30px;}
	.subheader p {margin: 30px 0 0; }
	.sub-title{font-size: 23px; margin: 0 0 30px;}
	.snb{display: none;}
	.breadcrumb > li, .breadcrumb > li.active, .breadcrumb>li+li:before{color: #aaa;}
	.subpage .section {margin: 80px 0 100px; font-size: 15px;}
	.subpage .section .con {margin-bottom: 50px;}
	.con-title {margin: 0 0 30px; font-size: 18px;}
	.con-title:before {left: 3px; width: 16px; height: 16px; border: 3px solid #00a88e;}
	.p-box {font-size: 15px;}
	
	/* about us */
	#about01 .col-sm-5{ padding: 10px 15px;}
	#about01 .p-top {margin: 5px 0 15px; font-size: 19px; text-align: center;}
	#about01 img {margin: 0; padding: 0;}	
	#about01 .table tr{font-size: 15px !important;}
	
	#about02 .philosophy {padding: 0; background: none; box-shadow: none; border: none;}
	#about02 .philosophy h3, #about02 .philosophy .col-sm-4 p{width: 100%;}
	#about02 .philosophy .col-sm-4 p:last-child, #about02 .philosophy .core dd:last-child {font-size: 15px;}
	#about02 .philosophy .mission + img{margin: 0 auto;}
	#about02 .philosophy .col-sm-8 {margin-top: 40px; padding-left: 15px;}
	#about02 .philosophy .core {padding-left: 5px;}
	#about02 .philosophy .core dt {font-size: 20px;}
	#about02 .philosophy .core dd {line-height: 1.5;}
	#about02 .ci h4 {margin: 0 0 20px;}
	#about02 .ci img{width: 55%;}
	#about02 .ci .col-sm-6:first-child p:nth-of-type(1) {margin: 30px 51px 10px;}
	#about02 .ci .col-sm-6:first-child p:nth-of-type(2) {font-size: 17px; margin-bottom: 50px;}
	
	#about03 .dl-timeline dt {width: auto; font-size: 23px; padding: 40% 0; margin-left: 5px;}
	#about03 .dl-timeline .month {padding-top: 27px; height: 50px;}
	#about03 .dl-timeline .month > span {left: 30px; top: 20px; font-size: 20px;}
	#about03 .dl-timeline dd {padding: 15px 0 15px 70px; margin-left: 19%; font-size: 14px;}
	#about03 .dl-timeline dd > span {font-size: 20px;}
	
	#location section iframe{height: 250px;}
	#location table th {width: 19%;padding-left: 5px;}
	#location table td {padding: 10px; font-size: 14px;}
	#location dl dd {margin-left: 0;}
	
	/* 알앤디 */
	.tab-menu li a {padding: 10px 0;}
	#rnd02 .tab-content {margin-top: 40px;}
	#rnd02 #tab1 .con2 img{margin-bottom: 20px;}
	#rnd02 #tab2 .img-wrap{margin-bottom: 40px;}
	#rnd02 #tab2 .img-wrap:last-child{margin-bottom: 0;}
	#rnd02 #tab2 .con3 > p {margin: 30px 0;}
	#rnd02 .tab-pane .con:last-child{margin: 0;}
	.div-box ul {height: auto !important; padding: 20px; margin: 0 0 20px;}
	#rnd03 .section {margin-bottom: 100px;}
	
	/* 제품 */
	#celp .con1 .col-sm-6:first-child{margin-bottom: 50px;}

    #celf .box-figure {
        flex-direction: column;
    }
	
	/* 서비스 */
	#service01 .div-box h4 {font-size: 18px;height: 45px;line-height: 45px;}
	
	/* 알림 */
	.dh-board .table .hits{display: none;}
	.dh-board .table > thead > tr > th, .dh-board .table > tbody > tr > th, .dh-board .table > tfoot > tr > th, .dh-board .table > thead > tr > td, .dh-board .table > tbody > tr > td, .dh-board .table > tfoot > tr > td {padding: 16px 17px;}
	.dh-board .table > tbody > tr > td > strong > a {font-size: 15px;}
	
	
    /* Mobile 스크롤바 나타내기 */
	::-webkit-scrollbar {-webkit-appearance: none;}
    ::-webkit-scrollbar:vertical {width: 12px;}
    ::-webkit-scrollbar:horizontal {height: 12px;}
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .4);
        border-radius: 10px;
        border: 2px solid #eee;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: rgba(255,255,255,0.5); 
    }
	
	/* 모바일 푸터 */
	#footer img {width: 130px;}

	/* 모바일 로그인 */
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

/* 다국어 */
#about01.about01_en .table tr th {
    width: 34%;
}
#rnd02.rnd02_en .div-box ul {
    height: 270px;
}
#cel-lineup.cel-lineup_en .div-box h4 {
    margin: 0;
    padding-top: 25px;
    font-size: 17px;
    height: 68px;
}
#cel-lineup.cel-lineup_en .box:nth-of-type(2) .div-box h4{
    padding-top: 15px;
}
#cel-lineup.cel-lineup_en .div-box ul {
    height: 265px;
}
#celb.celb_en .div-box ul {
    height: 590px;
}
#celf.celf_en .div-box ul {
    height: 318px;
    padding: 30px 25px;
}
.point_color{
    color: #07B57E !important;
    display: inline !important;
    font-size: inherit !important;
}