/* 웹폰트 Import */
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* Fade 효과 */

@media screen and (min-width: 768px) {
	.body-layout {
		opacity: 0;
		transition: opacity 1.2s ease;
	}

	.tos-desktop {
		opacity: 1 !important;
	}
}

/* 폰트 설정 */
* {font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;}
h1, h2, h3, h4, h5, h6, p {font-family: 'Noto Sans KR', 'Malgun Gothic', sans-serif !important; word-break: keep-all !important; word-wrap: break-word !important; }
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none;}

/* 메뉴 설정 시작 */
.navbar-inverse {
    background: #fff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border: none;
    position: absolute;
    top: auto;
    border-top: 2px solid #00839f;
    box-shadow: 0 4px 4px rgba(0,0,0,0.2);
}
.navbar-inverse .divider-vertical{display: none;}
.caret{display: none;}
.navbar ~ br{display: none;}
.topmarginLay_a{height: 126px !important;}
@media screen and (max-width: 767px) {
	.topmarginLay_a{height: 64px !important;}
}

/* ----- 메뉴 상단 영역 설정 ----- */
.navbar-top {
    width: 100%;
    padding: 0;
    background: #ffffff;
    border-bottom: 1px solid #ddd;
}
.navbar-top-wrap{width: 100%; max-width: 1170px; margin: 0 auto;}
.navbar-top-wrap ul{margin:0; padding: 0;}
.navbar-top-wrap ul li{float: left;}
.navbar-top-wrap .navbar-top-btn {
    margin: 0;
    padding: 10px 10px;
    display: inline-block;
    color: #777;
    font-size: 11px;
    line-height: 1;
}
@media screen and (max-width: 991px) {
	.navbar-top-wrap{width: 100%;}
}
@media screen and (max-width: 767px) {
	.navbar-top{display: none;}
}

/* ----- 로고 설정 ----- */
.navbar-brand{ padding: 10px 15px;}
.navbar-inverse .navbar-brand {
    padding: 12px 15px;
}
.navbar-brand img{width: 100%; margin:0;}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{color: #333; background-color: transparent;}

@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-brand{margin: 20px 0 0;}
	.navbar-inverse .navbar-brand img {
		width: 80%;
	}
    .navbar-top > div > a{margin: 5px 20px 0;}
}

/* ----- 메인 메뉴 설정 -----*/
.navbar-inverse .navbar-nav > li > a{color: #333; font-size: 17px; font-weight: 500; text-shadow: 0px 0px 0px rgba(0, 0, 0, 0) !important; letter-spacing: -0.01em; padding: 10px 0 8px; margin: 29px 35px 17px; border-right: 1px solid transparent !important; border-bottom: 2px solid transparent !important;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: #fff;
    color: #00839f;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #00839f;
    border: none;
}
@media screen and (max-width: 991px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 22px 0px 18px 0px; padding: 12px 20px 12px 20px;}
}
@media screen and (max-width: 767px) {
    .navbar-inverse .navbar-nav > li > a{font-size: 16px; margin: 0; padding: 14px 20px 14px 20px;}
	.navbar-nav .open .dropdown-menu{padding: 0;}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{color: #333; border: none !important; margin: 0 0 0; background: #f7f7f7;}}

/* ----- 서브 메뉴 설정 -----*/
.dropdown-menu {
    background: rgba(0,0,0,0.8);
    left: 0 !important;
    right: auto !important;
    padding: 20px 0;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    border: none;
}
.dropdown-menu > li > a {
    color: #a7a7a7;
    padding: 8px 30px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    letter-spacing: -0.02em;
    line-height: 1;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: rgba(0,0,0,0);
    color: #ffffff;
    text-decoration: underline !important;
}

/* ----- 모바일 메뉴 설정 ----- */
.navbar-toggle{background: #01829C; border-radius: 0; border: none; margin-top: 45px; padding: 10px 10px;}
@media(max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color: #fff; background: #01829C;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		background: #01829C;
	}
    .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a{padding: 10px 15px 10px 25px; }
}
/* //메뉴 설정 끝 */


/* 푸터 영역 설정 시작 */
.footer_copy .text-center{background: #ffffff;border-top: 1px solid #eeeeee;color: #ababab;font-size: 12px;text-align: left;padding: 30px 0 0;margin: 0;}
.footer-top {width: 100%; max-width: 1170px; margin: 0 auto 10px; padding: 0 15px;}
.footer-top ul{margin: 0; padding: 0; display: inline-block; width: 100%;}
.footer-top ul li{float: left; display: inline-block;}
.footer-top ul li a{color: #666; font-size: 13px; margin-right: 30px;}
.footer-top ul li a:hover {
    color: #1f1f1f;
    text-decoration: underline !important;
}
.footer-top ul li:last-child a:after{content: ""}
.footer-middle {width: 100%; max-width: 1170px; margin: 0 auto 20px; padding: 0 15px;}
.footer-middle ul{margin: 0; padding: 0; display: inline-block; width: 100%; line-height: 1.6;}
.footer-middle ul li{float: left; display: inline-block;}
.footer-middle ul li span:after{content: "|"; color: #dedede; padding: 0 6px 0;}
.footer-middle ul li:last-child span:after{content: "";}
.footer-bottom {width: 100%; max-width: 1170px; margin: 0 auto; padding: 0 15px;}
.footer-bottom p{display: inline-block; width: 100%;}
.socialArea{display: none;}
@media screen and (max-width: 991px) {
	.footer-top{width: 100%;}
	.footer-middle{width: 100%;}
	.footer-bottom{width: 100%;}
}
/* //푸터 영역 설정 끝*/


/* 슬라이드 설정 시작 */
.intro-html-layout > .col-sm-12 > .row {
    margin: 0;
}
.carousel.slide{position: relative;height: 600px;}
.carousel-inner{height: 100%;}
.carousel-inner > div:nth-child(1){height: 100%;background: url('/skin/img/slide/slide01.jpg') no-repeat center / cover;}
.carousel-inner > div > div{height: 100%; position: relative;}

/* ----- 슬라이드 화살표 버튼 ----- */
.carousel-control{opacity: 1;}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right{margin-top: -50px;}
.glyphicon-chevron-left:before{content: url(/skin/img/default/left-arrow.png);}
.glyphicon-chevron-right:before{content: url(/skin/img/default/right-arrow.png);}
.carousel-control:hover .glyphicon-chevron-left:before{content: url(/skin/img/default/left-arrow-hover.png);}
.carousel-control:hover .glyphicon-chevron-right:before{content: url(/skin/img/default/right-arrow-hover.png);}

/* ----- 슬라이드 텍스트 ----- */
.slide-box-left{height: 100%; width: 280px; float: left; position: relative;}
.slide-left-wrap{top: 50%; margin-top: -190px; position: absolute; width: 100%;  height: 380px;}
.slide-left-wrap h5{color: #c80e0e; font-size: 15px; font-weight: 400; font-family: "나눔고딕" !important; margin: 0 0 8px;}
.slide-left-wrap h3{color: #333; font-size: 21px; font-weight: 500; line-height: 1.3; margin: 0 0 15px;}
.slide-left-wrap p{font-size: 13px; color: #999;}
.slide-banner-top, .slide-banner-bottom{position: absolute; width: 100%; height: 180px;}
.slide-banner-top{top: 0; background: url('/skin/img/default/slide-banner-top.jpg'); padding: 28px 30px 30px;}
.slide-banner-bottom{bottom: 0; background: url('/skin/img/default/slide-banner-bottom.jpg'); padding: 30px 30px 30px;}
.slide-box-right{
	position: relative;
    height: 100%;
    width: 75%;
    margin: 0;
}
.slide-right-wrap{
	color: #fff;
    position: absolute;
    width: 100%;
    height: auto;
    bottom: 20%;
}
.slide-caption {height: 100%; margin: 0;}
.slide-caption h3:before {
	content: "";
	display: block;
	border-top: 1px solid #15CCE1;
	margin-bottom: 10px;
}
.slide-caption h3 {
    margin: 0 0 20px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0.23em;
    color: #15CCE1;
    display: inline-block;
}
.slide-caption p {
    margin: 0;
    font-size: 48px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.02em;
    text-shadow: 2px 2px 0 rgba(0,0,0,0.5);
}
.slide-caption p strong {
    font-weight: 500;
}
.slide-caption p .company_name { color: #15CCE1; }

/* ----- 슬라이드 퀵 메뉴 설정 ----- */
.carousel.slide #main_btn{
	position: absolute; 
	z-index: 1000; 
	bottom: 0; 
	height: 100%; 
	width: 22%; 
	right: 0; 
	background: rgba(0,0,0,0.8); 
	padding: 10px;
}
#main_btn ul {
    margin: 0;
    padding: 35% 0 20%;
    height: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
#main_btn ul li {
    width: 100%;
    margin: 0;
    height: 22%;
	transition: all 0.3s;
}
#main_btn ul li:last-child{border-right: none;}
#main_btn ul li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 30px 10px 20px 25px;
    color: #fff;
}
#main_btn ul li a h3 {
    margin: -5px 10px 0px 5px;
    float: none;
    display: inline-block;
    position: absolute;
}
#main_btn ul li a h4 {
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    text-indent: 35px;
    margin-top: 10px;
	margin-bottom: 5px;
}
#main_btn ul li a p {
	font-size: 12px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    margin: 0;
    text-indent: 35px;
}

#main_btn ul li:hover a h4, #main_btn ul li:hover a p { color: #E2D10B; }

/* ----- //슬라이드 퀵 메뉴 설정 ----- */

@media screen and (max-width: 991px) {
	#main_btn > ul{width: 100%}
}
@media screen and (max-width: 767px) {
	.gu-slider{display: block;}
}

/* ----- 슬라이드 반응형 설정 ----- */
@media screen and (max-width: 991px) {
	.slide-box-right { width: 100%; }
	.slide-right-wrap { bottom: 50%; }
	.slide-caption p { font-size: 24px; }
	.carousel.slide #main_btn { width: 100%; height: 25%; padding: 0; }
	#main_btn ul { padding: 0; }
	#main_btn ul li { float: left; width: 50%; height: 50%; padding: 10px 0px; }
	#main_btn ul li a { padding: 0; } 
}


/* //슬라이드 설정 끝 */


/* 메인 페이지 설정 시작 */
.container_contents {width: 100%; padding: 0; background: #fff;}

/* ----- main-html-area ----- */
.intro-html-layout{margin: 0px;}
.intro-html-layout > div{padding: 0;}
.intro-html-layout > div > div:nth-child(2){width: 100%; max-width: 1170px; margin: 0 auto; padding: 50px 0 0;}
@media screen and (max-width: 991px) {
	.intro-html-layout > div > div:nth-child(2){width: 100%;}
}

/* ---------- 사업분야 박스 ---------- */
.main-con > div, .main-con .tab-wrap{padding: 0;}
.main-con .tab-wrap > div{padding: 0; width: 33.333333%;}
.main-con .tab-wrap .tab-con{z-index: 1; display: inline-block; position: absolute; left: 0; top: 50%; width: 100%; margin-top: -25px;}
.main-con .tab-wrap > a {width: 25%; float: left; padding: 0 15px 0;}
.main-con .tab-wrap > a .main-ani > div{position: absolute; z-index: 1; bottom: 1%; width: 100%; height: 50px; margin: 0 0 -3px 0; padding: 10px 30px 10px 30px; background-color: rgba(0, 0, 0, 0.7); font-size: 14px; color: #cecece;}
.main-con .tab-wrap > a .main-ani:hover > div{background: #000;}
.main-con .tab-wrap > a .main-ani > div h4{font-size: 17px; font-weight: 400; color: #fff; display: block; margin: 10px 0 20px;}
.main-con .tab-wrap > a .main-ani > div h4:after{content: url('/skin/img/default/main-plus-icon.png'); display: inline-block; float: right;}
.main-con .tab-wrap img{width: 100%;}
.main-con .tab-wrap [class*=ani]{overflow: hidden; padding: 0; width: 100%;}

@media screen and (max-width: 991px) {
    .main-con .tab-wrap > div{width: 100%; margin: 0 0 5px;}
    .main-con .tab-wrap > a{width: 100%; margin: 0 0 5px;}
}
/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */
.intro-board-widget-layout{width: 100%; max-width: 1170px; margin: 0 auto; padding: 10px 0 30px; display: none;}
.intro-boardbox {width: 50%;}
@media screen and (max-width: 991px) {
	.intro-board-widget-layout{width: 100%;}
	.intro-boardbox{width: 100%;}
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-boardbox .page-header{padding: 0 0 10px; margin: 20px 0 10px; border-bottom: 1px solid #6d6d6d;}
.intro-boardbox .page-header h4{margin: 0; color: #555; font-size: 17px; font-weight: 600; letter-spacing: -0.01em;}
.intro-boardbox .page-header h4 .btn{padding: 5px 0 0; margin: 0; line-height: 1;}
.intro-boardbox .page-header h4 .btn:hover, .intro-boardbox .page-header h4 .btn:active{box-shadow: 0 0 0 rgba(0,0,0,0) !important;}
.intro-boardbox .page-header h4 .btn .fa-plus:before{content: url('/skin/img/default/board-plus-icon.png');}

/* ---------- 게시판 리스트 설정 ---------- */
.intro-boardbox .front-panel > .panel{padding: 0; border: none; border-radius: 0px; background: transparent; box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);}
.intro-boardbox .panel-body{padding: 5px 0px 5px;}
.dh-front-list2-words{margin: 0 !important; padding: 0;}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span{color: #666; font-weight: 400; font-size: 13px; padding: 8px 0;}
.dh-front-list2 h6 a:hover span{text-decoration: none;}
.dh-front-list2 h6 a:hover .list-row-subject{color: #303030;}
.dh-front-list2-words:first-child{margin: auto;}
.list-row-subject{float: left; text-overflow: ellipsis; overflow: hidden; max-width: 380px; white-space: nowrap;}
.list-row-subject:before{content: "∙"; color: #00839f; font-weight: bold; padding-right: 11px;}
.row-separator{display: none;}
.list-row-regdate{float: right; color: #999 !important;}
.list-row-contents{display: none;}
/* //메인 페이지 설정 끝 */


/* 서브 페이지 설정 시작 */

/* --------------- sub page - 기본설정 --------------- */
.sub-layout{width: 100%; padding: 0;}
.subLayout { width: 100%; position: relative; }

/* 서브탑 부분 */
.subTop {
	padding: 75px 0 0;
	height: 220px; 
	background: url('/skin/img/sub/sub_top.jpg') no-repeat center / cover;
	position: relative;
}

.subtop_title {
    margin: 0px;
    text-align: center;
    color: #fff;
    font-size: 44px;
    letter-spacing: 0.1em;
}


@media screen and (max-width: 767px) {
	.subTop {
		padding: 100px 0 0;
	}
	.subtop_title {
		font-size: 24px;
	}
}

.subTop .breadcrumb {
    margin: 7px 0 0;
    padding: 0;
    text-align: center;
    background: transparent;
    color: #fff;
    opacity: 0.8;
}
.breadcrumb>.active {
    color: #fff;
}

/* 서브 상단 메뉴 부분 */
.top_menu_wrap{padding: 0; background: #fff; border-bottom: 1px solid #e3e3e3;}
.top_menu{padding: 0; margin: 0 auto; max-width: 1170px; width: 100%;}
.top_menu > li{float: left;}
.top_menu > li > a{display: inline-block; background-color: #fff; margin: 0 0 0; padding: 12px 80px 12px; color: #555; font-size: 14px; font-weight: 400; border-bottom: 1px solid transparent !important;}
.top_menu > li.active > a{color: #00839F; border-bottom: 1px solid #00839F !important;}
@media screen and (max-width: 991px) {
    .top_menu_wrap{display: none;}
	.top_menu{width: 100%;}
}


/* 서브 컨텐츠 부분 */

.subContent {
	margin: 0 auto;
	padding: 80px 0;
	max-width: 1170px;
	width: 100%;
	word-break: keep-all;
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
	.subContent {
		padding: 50px 15px;
	}
}

.sub_title {
    margin: 0 auto 30px;
    text-align: left;
    font-size: 28px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 30px;
}
.sub_title:before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    background: #00839f;
    margin: 0 0 10px;
	display: none;
}
.title-line {background: #c80e0e; height: 1px; width: 20px; margin: 0 0 30px;}

/* ---------- table 영역 설정 ---------- */
/* --------------- sub page - 회사소개 --------------- */

#intro .sub_title:before {
	display: none;
}

.intro-txt p {
    font-size: 15px;
    color: #5a5a5a;
    margin-bottom: 20px;
    letter-spacing: -0.2px;
    line-height: 1.8;
}
.intro-txt p .color {
    color: #00a8bb;
}
.intro-txt .intro-title {
    font-size: 26px;
    color: #00839f;
    letter-spacing: -0.02em;
    font-weight: 500;
	line-height: 1;
}
.intro-txt .writer {
    text-align: right;
    font-size: 20px;
    color: #323232;
	margin-bottom:0;
}
.intro-txt .writer span {
    font-weight: 600;
    letter-spacing: 0.3em;
    font-size: 25px;
    padding-left: 5px;
}
.table td, .table th {
    border-bottom: 1px solid #ddd;
}
.location_tb {
    font-size: 14px;
    width: 100%;
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}
.location_tb th {
    background: #f3f3f3;
}
.location_tb {
    margin-top: 20px;
}
.history_tb {
    border-top: 2px solid #00839f;
}
.history_tb .year {
    font-size: 25px;
    font-weight: 400;
    color: #00839f;
    position: relative;
}
.history_tb .month {
    text-align: center;
    vertical-align: top;
}
/* .history_tb .year:before {
    content: "";
    width: 57px;
    height: 12px;
    background: #e5d30b;
    display: inline-block;
    opacity: 0.2;
    position: absolute;
    top: 35px;
    z-index: -999;
} */
/* --------------- sub page - 제품소개 --------------- */
/* 서브 제품소개 갤러리 */
#product_gallery {
    outline: 1px solid #ddd;
    padding: 30px;
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	#product_gallery {
		padding: 30px 0;
	}
	#product03 #product_gallery img {
		height: 88px !important;
	}
}
.tos-wrapper>.tos-slider>.tos-image>img { border: none !important; } 
.tos-desktop .tos-wrapper:hover .tos-prev:hover, .tos-desktop .tos-wrapper:hover .tos-next:hover, .tos-desktop .tos-wrapper:hover .tos-close:hover, .tos-touch .tos-wrapper.tos-hover .tos-prev:hover, .tos-touch .tos-wrapper.tos-hover .tos-next:hover, .tos-touch .tos-wrapper.tos-hover .tos-close:hover { background: #333; }  
/* 제품 설명부분 */

.nav-tabs{border: 1px solid #dedede; background: #fff; margin: 30px 0 40px;}
.nav-tabs > li{margin: -1px 0 0;}
.nav-tabs > li > a{margin: 0 0 0; padding: 12px 50px 12px; line-height: 1; border-right: 1px solid #ddd; border-radius: 0; color: #555; font-size: 14px; font-weight: 500;}
.nav-tabs > li > a:hover{background: #f7f7f7; border: 1px solid #dedede; border-left: 1px solid transparent;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{color: #00839f; background: #fff; border: none; border-top: 1px solid #00839f; border-right: 1px solid #dedede;}


.product_des {
    margin: 25px 0;
}
.product_des dt {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
    border-top: 1px solid #00839f;
    padding: 10px 15px;
    background: #f3f3f3;
}
.product_des dt:before {
    content: "\f058";
    font-family: "FontAwesome";
    color: #00839f;
    margin-right: 5px;
}
.product_des dd {
    line-height: 1.8;
    color: #5a5a5a;
    margin-bottom: 25px;
    letter-spacing: -0.3px;
}

/* --------------- sub page - 자료실 --------------- */


/* --------------- sub page - 고객지원 --------------- */

.form-control{padding: auto 16px; height: auto; font-size: 13px; line-height: 1.6; color: #666; border-radius: 0;}
#mailForm .btn-primary {
    background: #ffffff;
    border-radius: 0;
    border: 1px solid #00839f !important;
    max-width: 200px;
    margin: 30px auto 0;
    text-shadow: none;
    color: #00839f;
    box-shadow: none;
    padding: 15px;
    transition: all 0.3s;
}
#mailForm .btn-primary:focus, .btn-primary:hover {
    background-color: #00839f !important;
    color: #fff !important;
}
#mailForm {
    border-top: 2px solid #00839f;
}
#mailForm .form-group {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    margin: 0;
    overflow: hidden;
}
#mailForm .form-group label {
    width: 12%;
    float: left;
}
#mailForm .form-group input, #mailForm .form-group textarea {
    width: 88%;
	box-shadow: none;
}
#mailForm .form-group input:focus, #mailForm .form-group textarea:focus {
    border: 1px solid #e4b000;
}
#mailForm .form-group .checkbox {
    margin: 0;
}
#mailForm .form-group .checkbox label {
    width: 100% !important;
    float: none;
}
#mailForm .form-group .checkbox label input {
    width: auto !important;
}
/* --------------- sub page - 로그인 --------------- */
.login-layout{width: 100%; max-width: 1170px; margin: 0 auto;}
.join-agree-layout .sub_top_wrap{margin-top: -40px; margin-bottom: 40px;}
@media screen and (max-width: 991px) {
	.login-layout{width: 100%;}
}
.login-layout .panel{border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); border: 1px solid transparent;}
.login-layout .panel-body h2{margin: 0; color: #454545; font-size: 20px; font-weight: 500; letter-spacing: 0.01em;}
.login-layout .inner-box-msg p{font-size: 13px; color: #666;}
.login-layout .inner-box-form form label{font-size: 14px;}
.login-layout input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill{background: #fff !important; border: 1px solid #d5d5d5;}
.login-layout .btn-warning{background-image: none; background-color: #414141; border: none; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0); text-shadow: 0 0 0 rgba(0,0,0,0); color: #f5f5f5;}
.login-layout .btn-warning:focus, .login-layout .btn-warning:hover{background: #00839f;}
.login-layout form > div > p > a{display: inline-block; float: left; font-size: 12px; color: #777;}
.login-layout form > div > p > a:hover{color: #303030;}
.login-layout form > div > p > a:after{content: " | "; font-size: 8px; padding: 0 8px 0; margin: 0; color: #d9d9d9;}
.login-layout form > div > p:last-child > a:after{content: "";}
/* //서브 페이지 설정 끝 */


/* 게시판 설정 시작 */
.dh-board, .img-bbs-default-index-layout .subLayout ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 100%; max-width: 1170px; margin: 80px auto;}
.img-bbs-default-index-layout .col-lg-12 { padding: 0px; margin: 0 -15px; }
.dh-board{padding: 0px;}
.img-bbs-default-index-layout .row:nth-child(2){padding: 0px;}
.dh-view-box{padding: 70px 30px 40px;}
.form-horizontal{padding: 70px 0 50px;}
@media screen and (max-width: 991px) {
	.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm{width: 100%;}
}

@media screen and (min-width: 992px) {
	.dh-alert {
		margin: 0 0 50px;
	}
}

/* ----- 텍스트 게시판 설정 ----- */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{padding: 14px 10px; color: #555; font-size: 14px;}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
    color: #333;
    background: #f3f3f3;
}
.table > tbody > tr > td > strong > a{color: #555;}
.dh-board > .table-hover {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ccc;
}
.dh-board > .table-hover > tbody > tr:hover td{background-color: #fcfcfc;}
.table > tbody > tr:hover > td > strong > a{color: #222;}
.dh-margin-top{margin-top: 40px; display: inline-block;}

/* ----- 이미지 게시판 설정 ----- */
.dh-front-gallery>.col-md-3>a.thumbnail { height: 150px !important; } 

/* ----- 비디오 게시판 설정 ----- */
.vod-index-layout .dhb-txt-box{margin: 0px 5px 10px; width: 48%; float: left; border: 1px solid #d5d5d5; background-color: #fff;}
@media screen and (max-width: 767px) {.vod-index-layout .dhb-txt-box{width: 100%; margin: 10px 0 10px;}}
.vod-index-layout .dhb-txt-box > .dhb-txt-list{width: 100%; border-right: none;}
.vod-index-layout .dhb-txt-box > .col-md-4{display: none;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list > .row > div:nth-child(2) > a.btnRead{border-bottom: 0px solid transparent !important;}
.vod-index-layout .dhb-txt-box > .dhb-txt-list h5 > a{color: #767676; font-weight: 400;}

/* ----- 게시판 버튼 설정 ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #e5d30b;}
.label-primary{color: #e5d30b;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #f3f3f3;
    border: 1px solid #ddd !important;
    color: #4a4a4a;
}
.pagination > li > a, .pagination > li > span{color: #777;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #777;}
#btnNew {
    background: #00839f;
    border: 1px solid #00839f;
}
#btnNew:hover {
    background: #056479 !important;
    border: 1px solid #056479;
    color: #fff;
}
.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;}

/* ----- 게시글 뷰 페이지 설정 ----- */
.bbs-list-view-layout .subContent {
    padding-bottom: 0;
}
.dh-view-box {
    margin-top: 0;
    padding: 0 15px 0;
}
.sns-box{display: none;}
.dh-view-box>.row>.page-header {
    border-top: 2px solid #4a4a4a;
    border-bottom: 1px solid #ccc;
    background: #f3f3f3;
    padding: 12px 20px;
}
.dh-view-box>.row>.page-header h4 {
    margin: 0;
    font-size: 18px;
}
.dh-view-box>.row>.dh-view-info{border-bottom: 1px solid #ccc; background: transparent; padding: 8px 20px 8px; color: #888;}
.dh-view-box>.row>.dh-view-info>span{padding: 0 15px 0 0;}
.dh-view-box>.row>.dh-view-info>span>strong{color: #555; padding: 0 5px 0 0;}
.dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}

/* ----- tab 메뉴 설정 ----- */
.filter-items{padding: 0 15px 0;}
.filter-items .filter-label {
    color: #333;
    font-size: 13px;
    background-color: #f3f3f3;
    border: 1px solid #ddd;
    margin: 0px 1px 5px;
    padding: 12px 28px 12px;
}

.filter-items .filter-label:hover {
    color: #fff;
    background-color: #00839f;
}

@media screen and (max-width: 767px) {
	.filter-items .filter-label {
		margin: 0px 1px 6px;
   		 padding: 10px;
	}
}


/* //게시판 설정 끝 */

/* 170724 커스텀 */
.product_des dd > ul {
	padding-left: 10px;
}

.product_des dd > ul > li {
	list-style-type: decimal;
    list-style-position: inside;
    margin-bottom: 12px;
}

.product_des dd > ul > li > ul {
	padding-left: 20px;
}

.product_des dd > ul > li > ul > li {
	list-style-type: disc;
    list-style-position: inside;
}

.product_des dd > ul > li > ul > li > ul {
	padding-left: 0px;
}

.product_des dd > ul > li > ul > li > ul > li {
	list-style-type: circle;
	list-style-position: inside;
}


.product_des dd > ul span.item_name {
	display: inline-block;
	font-weight: bold;
	margin: 10px 0;
}

.product_des dd > ul span.item_name:after{ 
	display: block;
}

.product_des p {
	padding-left: 10px; 
	word-break: keep-all;
}

.img-bbs-default-index-layout .filter-items > a:first-child {
	display: none;
}

/* 2018-11-02 */
.loation-title {
	font-size: 18px;
	font-weight: 500;
	margin: 0 0 20px;
}

.cert-img {
	border: 3px solid #e1e1e1;
}

.cert-img+label {
	display: block;
	margin: 10px 0 30px;
	text-align: center;
	font-size: 16px;
}

/*2019-04-04 다국어*/
#intro.en .intro-txt .intro-title{    color: #222;margin-bottom:35px}
#intro.en .intro-txt .color_b{color:rgb(81, 143, 187);}
.product_des dd > ul > li > ul > li > ul{padding-left:15px}
.sub02.en .top_menu > li > a{
	padding: 12px 78px 12px;}
.navbar-top-wrap button{           margin: 0;
    padding: 10px 10px;
    display: inline-block;
    color: #999;
    font-size: 11px;
    line-height: 1;
      background: #f8f8f8;
    border: none;
    border-left: 1px solid #ddd;
}
.navbar-top-wrap li:last-child button{border-right:1px solid #ddd}
.navbar-top-wrap button.active{    color: #fff;
    background: #0e88a3;}