@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Merriweather:400,700');

a, a:hover, a:focus, a:visited, a:link {
	text-decoration: none;
	-webkit-transition: ease-in-out 300ms all;
	-moz-transition: ease-in-out 300ms all;
	transition: ease-in-out 300ms all;
}

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	background-color: #FFF;
	font-family: "NanumBarunGothic", "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun Gothic", "Microsoft YaHei", "微软雅黑", STXihei, "华文细黑", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.body-layout.modal-open {
	padding-right: 0 !important;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
	display: none;
}

/* Navigation Bar */
.navbar-inverse {
	background-color: #FFF;
	border-bottom: 1px solid #DEDEDE;
	margin-bottom: 0;
	position: static;
}

.navbar-inverse .navbar-brand img,
.footer_copy .footer-brand img {
	margin-top: 0;
	width: 112px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #212121;
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
		letter-spacing: -0.03em;
		padding: 32px 0px 25px;
		margin: 0px 15px;
		border-top: 2px solid transparent;
	}
	
	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		border-top-color: #e35f5f;
		color: #e35f5f;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 15px;
		background-color: #333;
		border-radius: 0;
		border: none;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-name: fadeInRight;
		left: 0;
		right: auto;
	}
	
	.navbar-inverse .navbar-nav .divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}

	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		position: relative;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:before {
		content: '';
		background: #fff;
		width: 5px;
		height: 2px;
		position: absolute;
		top: 14px;
		left: 5px;
		-webkit-transition: ease-in-out 300ms all;
		-moz-transition: ease-in-out 300ms all;
		transition: ease-in-out 300ms all;
	}

	.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a:before {
		background: #e35f5f;
	}
	
	.navbar-inverse .navbar-nav > li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		background-color: transparent;
		color: #FFF;
		padding: 8px 15px;
		padding-left: 20px;
		font-size: 13px;
		line-height: 1;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #e35f5f;
		text-decoration: underline !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-inverse .navbar-nav > li > a {
		margin: 0 12px;
	}
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-brand img,
	.footer_copy .footer-brand img {
		margin-top: 0;
		width: 84px;
	}
}

/* Carousel */
.container_slide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container_slide .fill {
	height: 600px;
}

.container_slide .item > .fill {
	background-position: center bottom;
/* 	animation-fill-mode: both;
	animation-duration: 60s;
	animation-name: carouselMoving; */
}

@keyframes carouselMoving {
	0% { background-position: center top; }
	100% { background-position: center bottom; }
}
.container_slide .carousel-caption h1 {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeInDown;
    margin: 0 0 20px;
    font-size: 50px;
    letter-spacing: -0.02em;
}

.container_slide .carousel-caption p {
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-name: fadeIn;
	animation-delay: .5s;
}
.container_slide .carousel-caption h1 span, .container_slide .carousel-caption p span {
/*     font-family: 'Merriweather', serif; */
    background-color: transparent;
    padding: 0;
    opacity: 1;
    text-shadow: 0 0 4px rgba(0, 0, 0, .01);
}
.container_slide .carousel-caption p span > span {
    display: block;
    margin: 0 0 60px;
}
.container_slide .carousel-caption p span .btn {
	font-family: "NanumBarunGothic", "나눔고딕", "NanumGothic", "맑은 고딕", "Malgun Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #212121;
	border: 2px solid #212121;
	color: #FFF;
	padding-top: 5px;
	padding-left: 30px;
	padding-right: 30px;
	border-radius: 25px;
}

.container_slide .carousel-caption p span .btn::before {
    content: '';
    position: relative;
    width: 0;
    height: 0;
    display: block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #212121;
    top: -13px;
    margin-left: auto;
    margin-right: auto;
	-webkit-transition: ease-in-out 300ms all;
	-moz-transition: ease-in-out 300ms all;
	transition: ease-in-out 300ms all;
}

.container_slide .carousel-caption p span .btn:hover,
.container_slide .carousel-caption p span .btn:focus {
	border-color: #FFF;
	background-color: transparent;
}

.container_slide .carousel-caption p span .btn:hover::before,
.container_slide .carousel-caption p span .btn:focus::before {
	border-bottom-color: #FFF;
}

@media (min-width: 768px) {
	.container_slide .carousel-caption {
    top: 260px;
    padding: 0;
    left: 0;
    right: 0;
}
	.container_slide .carousel-caption p {
		font-size: 16px;
		margin: 0;
	}
}

.carousel-indicators li {
	width: 15px;
	height: 15px;
	border: 1px solid #FFF;
	margin: 3px 6px;
	border-radius: 50%;
}

.carousel-indicators .active {
	width: 15px;
	height: 15px;
	border: 1px solid #FFF;
	margin: 3px 6px;
	border-radius: 50%;
	background-color: transparent;
}

.carousel-indicators .active::after {
    content: '';
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #FFF;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}

.container_contents {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    background: #f4f4f4;
}
.intro-board-widget-layout {
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}

@media (min-width: 768px) {
	.intro-board-widget-layout {
		width: 750px;
	}
	
	.intro-boardbox {
		width: 50%;
	}
}

@media (min-width: 992px) {
	.intro-board-widget-layout {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.intro-board-widget-layout {
		width: 1170px;
	}
}

.intro-boardbox-type-bbs {
	display: none;
}

.intro-boardbox .page-header {
    margin: 0;
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #d6d6d6;
}
.intro-boardbox .page-header h4 {
    font-size: 24px;
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: -0.04em;
}

.intro-boardbox .page-header .btn.pull-right {
	background-image: url('/skin/img/board_arrow.png');
	background-size: 23px;
	background-position: top left;
	background-repeat: no-repeat;
    display: block;
    width: 23px;
    height: 23px;
    border: 0;
	padding: 0;
    margin-top: 5px;
	transition:none;
}

.intro-boardbox .page-header .btn.pull-right:hover {
	background-image: url('/skin/img/board_arrow_on.png');
}

.intro-boardbox .page-header .btn.pull-right > i.fa {
	display: none;
}

.intro-boardbox .dh-front-list2 .front-panel > .panel,
.intro-boardbox .dh-front-list2 .front-panel > .panel .panel-body {
	border: none;
	padding: 0;
	background: none;
}

.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words {
	padding-left: 0;
	padding-right: 0;
}

.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words .row-separator,
.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words .list-row-contents {
	display: none;
}

.intro-boardbox .dh-front-list2 .front-panel .dh-front-list2-words .list-row-regdate {
	float: right;
}

.dh-front-list2 h6 a, .dh-front-list2 h6 a span,
.dh-front-list2 h6 a:hover .list-row-regdate,
.dh-front-list2 h6 a:focus .list-row-regdate {
	font-weight: 400;
	color: #666;
	text-decoration: none;
}

.dh-front-list2 h6 a:hover, .dh-front-list2 h6 a:hover span,
.dh-front-list2 h6 a:focus, .dh-front-list2 h6 a:focus span {
	color: #FD8900;
	text-decoration: underline;
}

.dh-front-list2 h6 a small .label-danger {
	background-color: transparent;
	color: #D9534F !important;
	font-weight: bold;
}

#mp-con {
    background-color: #FAFAFA;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mp-con-item {
	cursor: pointer;
	padding-bottom: 10px;
	background-color: #FFF;
	-webkit-transition: ease-in-out 300ms all;
	-moz-transition: ease-in-out 300ms all;
	transition: ease-in-out 300ms all;
}

.mp-con-item:hover {
	background-color: #EFEFEF;
}
.mp-con-item-text h4 {
    font-size: 23px;
    letter-spacing: -0.04em;
    font-weight: 300 !important;
    color: #222;
    margin: 16px 0 0;
    text-align: center;
    line-height: 1;
}
.mp-con-item-text p {
    margin: 8px 0 0;
    text-align: center;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.06em;
}

/* Sub */
.container.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.sp-main > .container > .row {
		margin-left: 0;
		margin-right: 0;
		border-left: 1px solid #DEDEDE;
	}
	
	.sp-main aside {
		width: 220px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.sp-main article {
		width: calc(100% - 220px);
/* 		padding-left: 0; */
		padding-left: 30px;
		padding-right: 0;
		border-left: 1px solid #DEDEDE;
	}
}

@media (min-width: 992px) {
	.sp-main aside {
		width: 260px;
	}
	
	.sp-main article {
		width: calc(100% - 260px);
	}
}

@media (min-width: 1200px) {
	.sp-main aside {
		width: 280px;
	}
	
	.sp-main article {
		width: calc(100% - 280px);
	}
}

/* .sp-nav-box {
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE;
} */

@media (min-width: 768px) {
	.sp-nav-box {
		min-height: 650px;
		height: 100%;
	}
	
	.sp-main article {
		min-height: 650px;
		padding-bottom: 50px;
	}
}

.sp-nav-header {
    padding: 120px 0 25px;
    border-bottom: 1px solid #DEDEDE;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

.sp-main-1 .sp-nav-header { background-image: url(/skin/img/sub/subtop01.png); }
.sp-main-2 .sp-nav-header { background-image: url(/skin/img/sub/subtop02.png); }
.sp-main-3 .sp-nav-header { background-image: url(/skin/img/sub/subtop03.png); }
.sp-main-4 .sp-nav-header { background-image: url(/skin/img/sub/subtop04.png); }
.sp-nav-header p {
    text-align: center;
    line-height: 1;
    font-size: 28px;
    letter-spacing: -0.06em;
    margin: 0 0 6px;
}
.sp-nav-header.sp-nav-header-small p {
	font-size: 22px;
}
.sp-nav-header span {
    font-size: 12px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 500;
    text-indent: 0.08em;
    color: #888;
}
.sp-nav {
	padding-left: 0;
	margin-bottom: 0;
}

.sp-nav > li {
	list-style: none;
	float: left;
	width: 100%;
}
.sp-nav > li > a {
    display: block;
    padding: 15px 20px;
    color: #888;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #EFEFEF;
}
.sp-nav > li > a:hover,
.sp-nav > li.active > a,
.sp-nav > li.active > a:hover,
.sp-nav > li.active > a:focus {
	color: #e35f5f;
	background-color: #fff4f4;
}

.sp-article-header {
	margin: 50px 0 25px;
}
.sp-article-header h3 {
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.04em;
    margin: 0 0 40px;
    padding: 0 0 20px;
    border-bottom: 1px solid #e6e6e6;
}
.sp-article-header .breadcrumb {
    background-color: transparent;
    padding: 0;
    font-size: 12px;
    margin-bottom: 0;
    text-align: right;
    float: right;
    margin-top: -85px;
}

.sp-article-header .breadcrumb > li {
	color: #818181;
}

.sp-article-header .breadcrumb > li+li::before {
	font-family: FontAwesome;
	content: '\f105';
	padding: 0 10px;
	color: #818181;
}

.sp-article-header .breadcrumb > li .fa.fa-home {
	color: #818181;
}

.sp-article-header .breadcrumb > li:last-child {
	color: #e35f5f;
	font-weight: bold;
}

article p {
	margin: 0 0 20px;
	font-size: 15px;
	letter-spacing: -0.03em;
	line-height: 1.8;
	color: #515151;
	word-break: keep-all;
}

.table.table-style {
	border-top: 1px solid #e35f5f;
}

.table.table-style thead tr th,
.table.table-style tbody tr th {
	background-color: #FCFCFC;
	text-align: center;
}

.table.table-style thead tr th,
.table.table-style tbody tr th,
.table.table-style tbody tr td {
	padding: 12px 15px;
/* 	font-size: 15px; */
	letter-spacing: -0.03em;
	font-weight: normal;
	line-height: 1.8;
	color: #515151;
	border-bottom: 1px solid #DEDEDE;
	word-break: keep-all;
}
.greetings-ceo {
    text-align: right;
    font-size: 18px;
    font-weight: 600;
}
.sp-hr {
	border-color: #DEDEDE;
	margin-top: 50px;
	margin-bottom: 50px;
}

.sp-h4 {
/* 	margin: 0 0 20px; */
	font-size: 20px;
}
.row ~ .sp-h4, .table-responsive ~ .sp-h4 {
	margin-top: 40px;
}
.sp-h4::before {
	display: block;
    content: '';
    width: 20px;
    height: 3px;
    background-color: #e35f5f;
    margin-right: 10px;
    float: left;
    margin-top: 2px;
}

.cert-item img {
    border: 1px solid #DEDEDE;
    margin: 0 0 15px;
    border-radius: 4px;
}

.tab-content {
	padding-top: 25px;
}

.product-img {
	border: 1px solid #DEDEDE;
	margin-top: 5px;
	margin-bottom: 15px;
}

article .nav-pills > li > a {
	border-radius: 25px;
	border: 2px solid #DEDEDE;
	color: #616161;
	font-size: 12px;
}

article .nav-pills > li {
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0;
}

article .nav-pills > li.active > a,
article .nav-pills > li.active > a:hover,
article .nav-pills > li.active > a:focus {
	background-color: transparent;
	border-color: #212121;
	color: #212121;
	font-weight: 600;
}

.sp-nav-banner-box {
    padding: 15px 20px;
}
.sp-nav-banner {
    display: block;
    font-size: 15px;
    padding: 12px 8px;
    line-height: 1;
    text-align: center;
    border: 2px solid #c7bca8;
    color: #c7bca8;
    border-radius: 6px;
    letter-spacing: -0.05em;
}
.sp-nav-banner:hover, .sp-nav-banner:focus {
	color: #e35f5f;
	border-color: #e35f5f;
}
.sp-nav-banner2 {
    margin-top: 15px;
    border-top: 1px solid #DEDEDE;
    padding-top: 15px;
}

.sp-nav-banner2 .fa {
    display: block;
    width: 36px;
    height: 36px;
    background-color: #212121;
    color: #FFF;
    font-size: 24px;
    padding: 7px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    float: left;
}

.sp-nav-banner2 p {
    font-size: 16px;
    letter-spacing: -0.03em;
    text-align: right;
    margin: 1px 0px 0;
    font-weight: bold;
}

.sp-nav-banner2 small {
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    color: #818181;
    font-weight: normal;
}

.bbs-list-index-layout>p:last-child {
	display: none;
}

/* Footer */
.footer_copy {
	float: left;
	padding: 50px 0;
	width: 100%;
	background-color: #212121;
}

.footer_copy > .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

.footer_copy .footer-brand img {
	margin-top: 5px;
}

.footer_copy ul {
	padding-left: 0;
}

.footer_copy ul > li {
	list-style: none;
	float: left;
	color: #818181;
	font-size: 14px;
	letter-spacing: -0.03em;
	line-height: 2;
}

.footer_copy ul > li+li {
	margin-left: 15px;
}

.footer_copy p {
	text-align: left;
	color: #818181;
	font-size: 13px;
	letter-spacing: -0.03em;
	line-height: 2;
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.footer_copy .footer-brand img {
		margin-top: 0;
		margin-bottom: 20px;
	}
	
	.footer_copy ul > li {
/* 		width: 100%; */
		text-align: left;
		margin-right: 20px;
	}
	
	.footer_copy ul > li+li {
		margin-left: 0;
	}
	
	.footer_copy ul > li, .footer_copy p {
		font-size: 12px;
	}
}

/* ----- 텍스트 게시판 설정 ----- */
.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;}
.table > tbody > tr > td > strong > a {color: #555;}
.table > tbody > tr > td > strong > a > span {color: #e35f5f !important;}
.dh-board > .table-hover {border-top: 1px solid #e35f5f; border-bottom: 1px solid #ccc; margin: 0px 0 30px;}
.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;}
@media screen and (max-width: 767px) {
    .dh-board .table thead > tr > th.num, .dh-board .table tbody > tr > td.num {display: none;}
}
/* ----- 게시판 버튼 설정 ----- */
.label{background: transparent; padding: 0px 5px 0px; font-size: 90%;}
.label-danger{color: #e35f5f;}
.label-primary{color: #e35f5f;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #e35f5f; border: 1px solid #e35f5f !important;}
.pagination > li > a, .pagination > li > span{color: #e35f5f;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination> li > span:focus, .pagination>li>span:hover{color: #e35f5f;}
.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{padding: 0 !important;}
.sns-box{display: none;}
.dh-view-box>.row>.page-header{border-top: 1px solid #2c2c2c; border-bottom: 1px solid #eee; padding: 5px 20px 5px; margin: 0;}
.dh-view-box>.row>.page-header>h4{color: #2c2c2c;}
.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;}

.login-layout .inner-box-msg {
	display: none;
}

.flag-kr {
    width: 24px;
    height: 18px;
    background-image: url(/skin/img/kr.svg);
    background-position: center;
    background-size: cover;
    display: inline-block;
    vertical-align: -4px;
    border-radius: 2px;
    margin-right: 5px;
}

.flag-us {
    width: 24px;
    height: 18px;
    background-image: url(/skin/img/us.svg);
    background-position: center;
    background-size: cover;
    display: inline-block;
    vertical-align: -4px;
    border-radius: 2px;
    margin-right: 5px;
}

.flag-cn {
    width: 24px;
    height: 18px;
    background-image: url(/skin/img/cn.svg);
    background-position: center;
    background-size: cover;
    display: inline-block;
    vertical-align: -4px;
    border-radius: 2px;
    margin-right: 5px;
}