@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
@import url('/skin/notosanskr.css');

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: 'Noto Sans Korean', "맑은 고딕", 'Malgun Gothic', 'Apple SD Gothic Neo Medium', sans-serif;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br,
.topmarginLay_a {
	display: none;
}

/* Board(dh-board) Contents-Area Fixed */
.dh-view-box>div:nth-child(2)>div:nth-child(3) {
	padding: 20px !important
}

.font-notoserif {
	font-family: 'Noto Serif', serif !important;
}

/* .font-notosans { font-family: 'Noto Sans', sans-serif !important; }
.font-myeongjo { font-family: 'KoPub Batang', serif !important; } */

a,
a:hover,
a:focus,
a:link,
a:visited {
	text-decoration: none !important;
}

.intro-board-widget-layout {
	display: none;
}

/*---------- PLUG SOLUTION TEMPLATE 2017-01-12 ----------*/
body {
	background: url('/skin/img/sub/sub_bg.jpg') no-repeat top center;
}

.container {
	width: 100%;
	max-width: 1170px;
}

.topmarginLay_a {
	display: none !important;
}

.navbar-inverse {
	z-index: 999999999;
	background: transparent;
	background-color: transparent;
	border: 0;
	margin-bottom: 0;
	transition: ease .3s all;
	-webkit-transition: ease .3s all;
}

.navbar-inverse.navbar-styled {
	background: rgba(0, 0, 0, .8);
	background-color: rgba(0, 0, 0, .8);
}

.navbar-inverse+br {
	display: none !important;
}

.navbar-brand img {
	padding-top: 15px;
}

.navbar-inverse .caret,
.navbar-inverse .divider-vertical {
	display: none !important;
}

.navbar-inverse .navbar-nav>li>a {
	/* 	margin: 10px 10px 0; */
	margin: 15px 10px 10px;
	font-size: 14px;
	letter-spacing: 0;
	color: #FFF;
	text-shadow: none;
	-webkit-text-shadow: none;
	padding-bottom: 21px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
}

.dropdown-menu {
	left: 0 !important;
	right: auto !important;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 0;
	padding: 15px 0 15px;
	box-shadow: none;
	border: none;
}

.dropdown-menu>li>a {
	color: #fff;
	text-shadow: none;
	font-size: 13px;
	line-height: 1;
	padding: 8px 25px;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background: rgba(0, 0, 0, 0);
	color: #fff;
	text-decoration: underline !important;
}

.scrollTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 9999999;
}

.scrollTop img[alt="Scroll Top"] {
	cursor: pointer;
}

/*----- 모바일 메뉴 -----*/
@media (max-width:767px) {
	.navbar-inverse {
		background: #272727;
	}

	.navbar-inverse .navbar-toggle {
		margin: 17px 15px;
		border-color: #333;
	}

	.navbar-nav {
		margin: 0 -15px;
	}

	.navbar-brand {
		padding: 15px 70px 15px 15px;
	}

	.navbar-inverse .navbar-nav>li {
		border-bottom: 1px solid #3c3c3c;
	}

	.navbar-inverse .navbar-nav>li>a {
		margin: 0;
		padding: 10px 20px;
	}

	.navbar-nav .open .dropdown-menu {
		background: #313131;
		padding: 10px 0;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #efefef;
	}
}

/*----- Main Section -----*/
.container.container_contents {
	width: 100%;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

.intro-html-layout {
	margin-left: 0;
	margin-right: 0;
}

.intro-html-layout>.col-sm-12 {
	padding-left: 0;
	padding-right: 0;
}

/* Main Copy */
/* .row.intro-html-layout {
	margin-left: 0;
	margin-right: 0;
}*/

#main_copy {
	text-align: center;
}

#main_copy .main_copy_big {
	margin-top: 0;
	margin-bottom: 40px;
}

#main_copy .main_copy_big span {
	font-size: 80px;
	font-weight: bold;
	letter-spacing: 10px;
	color: #d80d18;
	line-height: 26px;
}

@media screen and (min-width: 640px) {
	#main_copy .main_copy_big>span>br.grow {
		display: none;
	}
}

#main_copy .main_copy_small {
	margin-bottom: 30px;
}

#main_copy .main_copy_small span {
	font-size: 32px;
	letter-spacing: -0.03em;
	font-weight: 300;
	color: #FFF;
	line-height: 34px;
}

#main_copy .main_copy_btn {
	margin-bottom: 75px;
}

#main_copy .main_copy_btn .btn.btn-plug {
	font-size: 18px;
	background: #d80d18;
	background-color: #d80d18;
	color: #FFF;
	padding: 12px 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	letter-spacing: 0.03em;
}

#main_copy .main_copy_btn .btn.btn-plug:after {
	display: inline-block;
	content: '';
	width: 20px;
	height: 18px;
	background: transparent url('/skin/img/main/main_copy_arrow.png') no-repeat;
	float: right;
	margin-top: 2px;
	margin-left: 10px;
}

@media screen and (max-width: 991px) {
	#main_copy .main_copy_big span {
		font-size: 60px;
		letter-spacing: 7.5px;
	}

	#main_copy .main_copy_small span {
		font-size: 20px;
		line-height: 32px;
	}
}

@media screen and (max-width: 767px) {
	#main_copy .main_copy_big span {
		font-size: 40px;
		letter-spacing: 5px;
		line-height: 50px;
	}

	#main_copy .main_copy_small span {
		font-size: 18px;
		line-height: 28px;
	}
}

@media screen and (max-width: 639px) {
	#main_copy .main_copy_big span {
		word-break: break-word;
	}
}

/* Main Section1 - Blue Box */
#main_wrap #section1 .section1_bluebox {
	/* 	background-color: #006BCD; */
	background: #e7651d;
	background: -webkit-linear-gradient(left top, #e7651d, #fea442);
	background: -o-linear-gradient(bottom right, #e7651d, #fea442);
	background: -moz-linear-gradient(bottom right, #e7651d, #fea442);
	background: linear-gradient(to bottom right, #e7661d, #fea442);
	padding-top: 25px;
	padding-bottom: 25px;
}

.route {
	letter-spacing: 0.05em;
}

.route.dark {
	color: #000000;
}

.route.light {
	color: #FFFFFF;
	opacity: .6;
}

.route.dark:before {
	display: inline-block;
	content: '';
	width: 50px;
	height: 14px;
	background: transparent url('/skin/img/main/main_route_dark.png') no-repeat;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
}

.route.light:before {
	display: inline-block;
	content: '';
	width: 50px;
	height: 14px;
	background: transparent url('/skin/img/main/main_route_light.png') no-repeat;
	float: left;
	margin-top: 2px;
	margin-right: 15px;
}

#main_wrap {
	margin-bottom: 50px;
}

#main_wrap #section1 .section1_bluebox h1 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #FFFFFF;
	/*line-height: 54px;*/
	/*font-size: 32px;*/
	padding: 15px 35px 0;
	text-align: left;
	font-size: 22px;
	line-height: 40px;
	letter-spacing: -0.03em;
}

#main_wrap #section1 .section1_bluebox p {
	margin: 0;
	color: #FFFFFF;
	opacity: .6;
	letter-spacing: 0.03em;
	line-height: 24px;
	margin-bottom: 15px;
	padding: 15px 35px 0 35px;
	text-align: left;
	word-break: keep-all;
	line-height: 30px;
}

@media screen and (max-width: 991px) {
	#main_wrap #section1 .section1_bluebox h1 {
		font-size: 18px;
		line-height: 28px;
		padding-left: 30px;
		padding-right: 30px;
		word-break: keep-all;
	}

	#main_wrap #section1 .section1_bluebox p {
		font-size: 12px;
		line-height: 18px;
		padding-left: 30px;
		padding-right: 30px;
		word-break: keep-all;
	}
}

#main_wrap #section1 .section1_bluebox .quote-top,
#main_wrap #section1 .section1_bluebox .quote-bottom {
	text-align: center;
	overflow: hidden;
	font-size: 20em;
	color: #FFF;
	opacity: .2;
	line-height: 240px;
	margin-bottom: -100px;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	cursor: default;
}

#main_wrap #section2 .section2 {
	padding-top: 75px;
	padding-bottom: 75px;
	margin-bottom: 100px;
}

#main_wrap #section3>.row>.col-xs-12 {
	padding-left: 0;
	padding-right: 0;
	overflow: hidden;
	margin-bottom: 0;
}

@media screen and (max-width: 992px) {
	#main_wrap #section3 .section3.container>img[alt="Tablet"] {
		padding-top: 0px;
	}
}

@media screen and (max-width: 888px) {
	#main_wrap #section3 .section3.container>img[alt="Tablet"] {
		padding-top: 5px;
	}
}

@media screen and (max-width: 767px) {
	#main_wrap #section3 .section3.container>img[alt="Tablet"] {
		padding-top: 7px;
	}
}

#main_wrap #section3 .section3.container>img[alt="Tablet"] {
	z-index: 99999;
	position: relative;
}

#main_wrap #section3 .section3_bluebox {
	position: absolute;
	background: #ffefe6;
	height: 400px;
	width: 100%;
	z-index: -1;
	margin-top: 30px;
	margin-bottom: 30px;
}

@media screen and (max-width: 888px) {
	#main_wrap #section3 .section3_bluebox {
		background: url('/skin/img/main/tablet_inner.jpg') no-repeat top center;
		background-size: cover;
	}

	#main_wrap #section3 .section3_tablet_inner>img {
		display: none;
	}

	#main_wrap #section3 .section3.container img[alt="Tablet"] {
		visibility: hidden;
	}
}

#main_wrap #section3 .route {
	float: left;
	padding-top: 60px;
	transition: ease .5s all;
	-webkit-transition: ease .5s all;
}

@media screen and (max-width: 1058px) {
	#main_wrap #section3 .section3_bluebox {
		margin-top: 80px;
	}
}

@media screen and (max-width: 1058px) {
	#main_wrap #section3 .route {
		padding-top: 0;
		float: none;
		margin-bottom: 30px;
		color: #000000;
		opacity: 1;
	}

	#main_wrap #section3 .route:before {
		background: transparent url('/skin/img/main/main_route_dark.png') no-repeat;
	}
}

#main_wrap #section3 .section3_tablet_inner {
	position: absolute;
	top: 29px;
	left: calc(50% - 245px);
}

@media screen and (max-width: 1058px) {
	#main_wrap #section3 .section3_tablet_inner {
		top: 79px;
		left: calc(50% - 323px);
	}
}

@media screen and (max-width: 888px) {
	#main_wrap #section3 .section3_bluebox {
		margin-top: 75px;
	}

	#main_wrap #section3 .section3_tablet_inner {
		top: 75px;
		left: 0;
		width: 100%;
		padding: 0 13vw;
		max-width: 87vw;
	}
}

@media screen and (max-width: 767px) {
	#main_wrap #section3 .section3_bluebox {
		margin-top: 80px;
	}

	#main_wrap #section3 .section3_tablet_inner {
		top: 0px;
		left: 0;
		width: 100%;
		padding: 5vh 13vw;
		max-width: 85vw;
	}
}

@media screen and (max-width: 699px) {
	#main_wrap #section3 .section3_bluebox {
		margin-top: 75px;
	}

	#main_wrap #section3 .section3_tablet_inner {
		top: 75px;
	}
}

@media screen and (max-width: 579px) {
	#main_wrap #section3 .section3_bluebox {
		margin-top: 70px;
	}

	#main_wrap #section3 .section3_tablet_inner {
		top: 70px;
	}
}

@media screen and (max-width: 479px) {
	#main_wrap #section3 .section3_bluebox {
		margin-top: 65px;
	}

	#main_wrap #section3 .section3_tablet_inner {
		top: 65px;
	}
}

#main_wrap #section3 .section3_table_wrap {
	position: absolute;
	z-index: 999999;
	width: 100%;
	text-align: center;
}

@media screen and (max-width: 888px) {
	#main_wrap #section3 .section3_table_wrap {
		/* 		width: 70%; */
		width: 100vw;
		left: 0;
	}

	#main_wrap #section3 .section3_table_wrap h1 {
		margin-top: 10vw;
	}
}

@media screen and (max-width: 767px) {
	#main_wrap #section3 .section3_table_wrap h1 {
		font-size: 24px;
	}
}

#main_wrap #section3 .section3_table_wrap h1 {
	margin-top: 100px;
	margin-bottom: 10px;
	color: #FEFEFE;
}

@media screen and (max-width: 888px) {
	#main_wrap #section3 .section3_table_wrap h1 {
		margin-top: 9vh;
		font-size: 6vw;
	}
}

@media screen and (max-width: 479px) {
	#main_wrap #section3 .section3_table_wrap h1 {
		margin-top: 2vh;
	}
}

#main_wrap #section3 .section3_table_wrap p {
	margin-top: 10px;
	/* 	font-family: 'KoPub Batang', serif !important; */
	color: #FFFFFF;
	font-size: 12px;
}

#main_wrap #section3 .section3_table_wrap .btn.btn-plug {
	font-size: 14px;
	background: #d80d18;
	background-color: #d80d18;
	color: #FFF;
	padding: 8px 20px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	letter-spacing: 0.03em;
}

#main_wrap #section3 .section3_table_wrap .btn.btn-plug:after {
	display: inline-block;
	content: '';
	width: 20px;
	height: 18px;
	background: transparent url('/skin/img/main/main_copy_arrow.png') no-repeat;
	float: right;
	margin-top: 1px;
	margin-left: 10px;
}

@media screen and (max-width: 888px) {
	#main_wrap #section3.container-fluid {
		margin-bottom: 50px;
	}
}

#main_wrap #section3.container {
	margin-bottom: 100px;
}

#main_wrap #section3 .case_box_wrap {
	float: left;
	width: 20%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
	#main_wrap #section3 .case_box_wrap {
		margin-bottom: 15px;
	}
}

#main_wrap #section3 .case_box_wrap .case_inner h5 {
	font-weight: bold;
	font-size: 15px;
	color: #333333;
}

#main_wrap #section3 .case_box_wrap .case_inner p {
	/* 	font-family: 'KoPub Batang', serif !important; */
	color: #8C8C8C;
	font-size: 12px;
	display: inline;
}

#main_wrap #section3 .case_box_wrap .case_inner a {
	/* 	font-family: 'KoPub Batang', serif !important; */
	color: #8C8C8C;
	font-size: 12px;
	display: inline;
	margin-top: 3px;
	float: right;
}

@media screen and (max-width: 767px) {
	#main_wrap #section3 .case_box_wrap .case_inner a {
		display: block;
		float: none;
	}
}

@media screen and (max-width: 991px) {
	#main_wrap #section3 .case_box_wrap {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	#main_wrap #section3 .case_box_wrap {
		width: 33.3%;
	}
}

@media screen and (max-width: 639px) {
	#main_wrap #section3 .case_box_wrap {
		width: 50%;
	}
}

@media screen and (max-width: 479px) {
	#main_wrap #section3 .case_box_wrap {
		width: 100%;
	}
}

#board_wrap #section4 {
	margin-bottom: 50px;
}

.intro-board-layout,
.intro-widget-layout {
	width: 50%;
}

@media screen and (max-width: 991px) {

	.intro-board-layout,
	.intro-widget-layout {
		width: 100%;
	}
}

.intro-board-widget-layout {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto 100px;
}

.intro-boardbox .page-header {
	display: none !important;
}

.intro-boardbox,
.dh-front-list2>.front-panel {
	padding-left: 0;
	padding-right: 0;
}

.dh-front-list2 {
	margin-left: 0;
	margin-right: 0;
}

.dh-front-list2>.front-panel>.panel {
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.dh-front-list2>.front-panel>.panel>.panel-body {
	padding: 0;
}

.dh-front-list2-words:first-child {
	margin-top: 0;
}

.dh-front-list2 .list-row-subject {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
	display: block;
	margin-bottom: 13px;
}

.dh-front-list2 .list-row-subject:after {
	/* 	font-family: 'Noto Sans', sans-serif !important; */
	content: 'NEW';
	letter-spacing: 0.2em;
	color: #E10126;
	margin-left: 10px;
	font-size: 10px;
	font-weight: bold;
	vertical-align: top;
}

.dh-front-list2 .row-separator {
	display: none;
}

.dh-front-list2 .list-row-regdate {
	/* 	font-family: 'Noto Sans', sans-serif !important; */
	font-weight: normal;
	color: #8C8C8C;
	font-size: 13px;
	display: block;
	letter-spacing: 0.03em;
}

.dh-front-list2 .list-row-contents {
	border-top: 0;
	padding-top: 0;
	margin-top: 25px;
}

.dh-front-list2 .list-row-contents>a {
	word-break: keep-all;
}

.dh-front-list2 .list-row-contents>a>br {
	display: none;
}

.dh-front-list2 .list-row-contents,
.dh-front-list2 .list-row-contents>a {
	/* 	font-family: 'KoPub Batang', serif !important; */
	font-size: 12px !important;
	color: #8C8C8C;
	line-height: 18px !important;
	letter-spacing: 0.03em;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span,
.dh-front-list2 h6 a:hover,
.dh-front-list2 h6 a:hover span {
	text-decoration: none !important;
}

@media screen and (min-width: 992px) {
	.intro-widget-layout {
		border-left: 1px solid #E6E6E6;
	}
}

.intro-widgetbox {
	margin-top: 0;
	border-bottom: 0;
}

.intro-widgetbox.thumbs {
	padding-left: 0;
	padding-right: 0;
}

.dh-front-list2-words {
	padding-left: 0;
	padding-right: 0;
}

.intro-widgetBoardbox {
	border: 0;
	margin-bottom: 0;
	background: transparent;
	background-color: transparent;
}

.intro-widgetBoardbox>a:first-child {
	display: none;
}

.intro-widget-list-box>ul {
	padding: 0;
	margin: 0 !important;
}

.intro-widget-list-box .widget-list-row-subject {
	font-weight: normal;
	font-size: 18px;
	color: #333333;
}

.intro-widget-list-box .widget-list-row-subject:after {
	font-family: 'FontAwesome' !important;
	content: '\f0c1';
	color: #d80d18;
	margin-left: 7px;
}

.intro-widget-list-box>ul>li {
	padding: 10px 0;
}

@media screen and (min-width: 992px) {
	.intro-widget-list-box>ul>li {
		padding: 10px 5px;
	}
}

.intro-widget-list-box>ul>li+li {
	border-top: 0;
}

.intro-widget-list-box>ul>li:first-child {
	padding-top: 0;
}

.intro-widget-list-box>ul>li:last-child {
	padding-bottom: 0;
}

.widget-list-row-regdate {
	/* 	font-family: 'Noto Sans', sans-serif !important; */
	font-weight: normal;
	color: #8C8C8C;
	font-size: 13px;
	letter-spacing: 0.03em;
	margin-top: 3px;
}

/*----- Main Section End -----*/

/*----- Sub Section -----*/
#sub_copy {
	text-align: center;
}

#sub_copy .sub_copy_big {
	margin-top: 180px;
	margin-bottom: 30px;
}

#sub_copy .sub_copy_big span {
	font-size: 60px;
	font-weight: 700;
	color: #d80d18;
	line-height: 26px;
}

#sub_copy .sub_copy_small {
	margin-bottom: 85px;
}

#sub_copy .sub_copy_small span {
	font-size: 18px;
	letter-spacing: -0.03em;
	font-weight: 500;
	color: #FFF;
	line-height: 24px;
}

@media screen and (max-width: 767px) {
	#sub_copy .sub_copy_big span {
		font-size: 36px;
	}

	.greetingPage #sub_copy .sub_copy_small span {
		font-size: 18px;
	}

	#sub_copy .sub_copy_small span {
		font-size: 14px;
	}

	#sub_copy .sub_copy_big>img {
		width: 85%;
		height: auto;
	}
}

#sub_wrap {
	background-image: url('/skin/img/sub/default/sub_wrap_bg.png');
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #FFF;
	box-shadow: 0px -80px 100px rgba(0, 0, 0, .05);
	-webit-box-shadow: 0px -80px 100px rgba(0, 0, 0, .05);
	margin-bottom: 250px;
}

#sub_wrap .sub_route {
	background-color: #F4F4F4;
	padding: 20px;
	margin: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
}

#sub_wrap .sub_route li {
	list-style: none;
	color: #8C8C8C;
	/* 	float: left; */
}

#sub_wrap .sub_route li:first-child:before {
	content: url('/skin/img/sub/sub_route_home.png');
	width: 17px;
	height: 15px;
	vertical-align: -2px;
}

#sub_wrap .sub_route li+li:before {
	content: '|';
	padding: 0 20px;
}

#sub_wrap .sub_route li.active {
	color: #666666;
}

#sub_content {
	padding-left: 50px;
	padding-right: 50px;
}

@media screen and (max-width: 767px) {
	#sub_content {
		padding-left: 15px;
		padding-right: 15px;
	}

	#sub_wrap {
		display: block;
		margin-bottom: 100px;
	}

	#sub_wrap .sub_route {
		display: none;
	}
}

.place_line {
	width: 30px;
	height: 3px;
	background-color: #000;
	margin-top: 50px;
	margin-bottom: 10px;
}

.subTitle {
	font-size: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.subTitle {
		margin-bottom: 30px;
		font-size: 18px;
	}

	.li-title {
		padding-left: 15px;
	}
}

/*----- Sub Section End -----*/

.mt-120 {
	margin-top: 120px;
}

.mb-120 {
	margin-bottom: 120px;
}

.mt-200 {
	margin-top: 200px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-25 {
	margin-top: 25px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.focus {
	color: #d80d18;
}

.grey_quote {
	background-color: #F8F8F8;
	padding: 30px 15px;
	border: 1px solid #DEDEDE;
}

.grey_quote h4 {
	margin-top: 0;
	margin-bottom: 15px;
}

#sub_wrap .btn.btn-plug {
	font-size: 18px;
	background: #d80d18;
	background-color: #d80d18;
	color: #FFF;
	padding: 12px 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	letter-spacing: 0.03em;
}

#sub_wrap .btn.btn-plug.btn-plug-blue {
	background: #006BCD;
	background-color: #006BCD;
}

#sub_wrap .btn.btn-plug:after {
	display: inline-block;
	content: '';
	width: 20px;
	height: 18px;
	background: transparent url('/skin/img/main/main_copy_arrow.png') no-repeat;
	float: right;
	margin-top: 2px;
	margin-left: 10px;
}

#sub_wrap .btn.btn-plug.btn-plug-arrow-del:after {
	display: none;
	content: '';
	width: 0;
	height: 0;
	background: none;
	float: none;
	margin: 0;
}

#sub_wrap .btn.btn-plug.btn-plug-thin {
	padding: 8px 30px;
}

/*----- Sub / 사업분야 -----*/
.sub_big_copy {
	margin-top: 0;
	margin-bottom: 20px;
	line-height: 42px;
	letter-spacing: -0.03em;
	color: #333333;
	word-break: keep-all;
	font-weight: 400
}

.sub_small_copy {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	letter-spacing: -0.04em;
	word-break: keep-all;
}

@media screen and (max-width: 767px) {
	.sub_big_copy {
		margin-top: 20px;
		font-size: 17px;
		line-height: 1.6;
	}

	.sub_big_copy small {
		font-size: 86%;
	}

	.sub_small_copy {
		font-size: 13px;
		line-height: 28px;
	}

	.sub_small_copy br {
		display: none;
	}
}

/*----- Sub / 네트워크 -----*/
.sub_share_box {
	max-width: 850px;
	margin: 50px auto;
}

.circle-section {
	text-align: center;
	padding: 0;
}

.circle-section .circle {
	display: inline-block;
}

.circle-section .circle-inner {
	width: 150px;
	min-width: 150px;
	height: 150px;
	font-weight: 600;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #FFE7DB;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
}

.circle-section-max-120 .circle-inner {
	width: 120px;
	min-width: 120px;
	height: 120px;
}

.sub_share_box .arrow-section {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.sub_share_box .arrow-inner {
	width: 100%;
	max-width: 66px;
	height: 150px;
	margin: 0 auto;
	background-image: url('/skin/img/sub/default/share_arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% auto;
}

@media screen and (max-width: 767px) {
	.sub_share_box .arrow-section {
		display: none;
	}
}

.sub_share_box .box-section {
	padding: 12px 15px;
}

.sub_share_box .box-inner li {
	float: left;
	width: calc(50% - 10px);
	list-style: none;
	margin: 5px;
	padding: 15px 10px;
	background-color: #F4F4F4;
	border: 1px solid #DEDEDE;
	font-size: 15px;
	text-align: center;
}

/*----- Sub / 인재채용 -----*/
.subTitle_depth {
	color: #d80d18;
}

.subTitle_depth:before {
	content: '';
	width: 25px;
	height: 1px;
	background-color: #d80d18;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.grey-rounded-box .inner {
	background-color: #F4F4F4;
	padding: 5px 15px;
	border-radius: 35px;
	-webkit-border-radius: 35px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

@media screen and (max-width: 767px) {
	.grey-rounded-box {
		margin-bottom: 15px;
	}
}

.circle-section .step_num {
	border-bottom: 1px solid #9A8D87;
}

.circle-section .step_title {
	margin-top: 6px;
	display: block;
	font-weight: 600;
}

.circle-bg-line:before {
	content: '';
	width: calc(100% - 30px);
	height: 2px;
	background-color: #D2D2D4;
	position: absolute;
	margin-top: 75px;
	left: 15px;
}

@media screen and (max-width: 991px) {
	.circle-bg-line .circle-section .circle {
		margin-bottom: 15px;
	}

	.circle-bg-line:before {
		width: 2px;
		height: 800px;
		margin-top: 0;
		left: 50%;
		margin-left: -2px;
	}
}

.lh-2 {
	line-height: 24px;
	margin-bottom: 0;
	color: #8B8B8B;
}

.lh-2 span {
	color: #000;
}

/*----- Sub / 구축절차 -----*/
.step-section-wrap>div {
	min-height: 140px;
}

.step-section-wrap .step-section h4.focus {
	font-size: 16px;
	margin-bottom: 15px;
}

.step-section-wrap .step-section h4.focus+h4 {
	font-weight: 600;
}

.step-section-wrap .step-section p {
	color: #8c8c8c;
}

/*----- Table Style (Class Name: table-style) -----*/
.table-style {
	background-color: #FFF;
	border-top: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
}

.table-style tbody tr th,
.table-style tbody tr td {
	border-bottom: 1px solid #d7d7d7;
	padding: 12px 15px;
	line-height: 2;
	word-break: keep-all;
}

.table-style tbody tr:last-child th,
.table-style tbody tr:last-child td {
	border-bottom: 0;
}

.table-style tr th {
	background-color: #F4F4F4;
	color: #333;
	font-weight: bold;
}

.table-style tr td {
	color: #666;
}

/*----- 게시판 영역 -----*/
.dh-board .table-hover {
	margin: 0;
	border-top: 1px solid #8e8e8e;
	border-bottom: 1px solid #8e8e8e;
}

.dh-board .table-hover tr {
	border-bottom: 1px solid #d7d7d7;
}

.dh-board .table-hover th {
	background: #f4f4f4;
	border-bottom: 1px solid #d7d7d7;
}

.dh-board .table-hover th,
.dh-board .table-hover td {
	padding: 15px;
}

.table-hover>tbody>tr:hover {
	background: #fff;
}

.table-hover>tbody>tr .subject strong a {
	font-weight: 400;
}

.table-hover>tbody>tr:hover .subject strong a {
	color: #d80d18;
	text-decoration: underline !important;
}

.dh-view-box {
	margin: 0;
}

.dh-view-box>.row {
	padding-left: 15px;
	padding-right: 15px;
}

.dh-view-box>.row>.page-header {
	border-top: 1px solid #8e8e8e;
	border-bottom: none;
	padding: 15px 15px;
	margin: 0;
	background: #f4f4f4;
}

.dh-view-box>.row>.page-header h4 {
	margin: 0;
	font-size: 16px;
}

.dh-view-box>.row>.dh-view-info {
	background: #fff;
	border-top: 1px solid #ddd;
}

.dh-view-box>.row>.dh-view-info:after {
	content: "";
	clear: both;
	display: block;
}

.dh-view-box .row .dh-line {
	margin-bottom: 30px;
	padding: 0;
}

.form-horizontal>h2:first-child {
	display: none;
}

.dh-view-box>.row>.dh-view-info>.pull-right:after {
	content: "";
	clear: both;
	display: block;
}

@media (max-width: 768px) {
	.bbs-list-view-layout .sub_place {
		float: none;
	}

	.dh-view-box>.row>.dh-view-info>span {
		display: block;
		padding: 0;
	}

	.dh-view-box>.row>.dh-view-info>.pull-right {
		float: none !important;
		margin: 10px 0 0 auto;
		width: 195px !important;
	}

	.dh-view-box>.row>.dh-view-info a {
		width: auto;
		max-width: 75px;
	}

	.twitter-share-button {
		width: auto !important;
		max-width: 60px;
	}
}

/*----- 게시판 하단 ------*/
.dh-margin-top {
	margin-top: 35px;
}

.dh-board .input-group-btn>button,
.dh-board .input-group-btn>input {
	background: transparent;
	border: transparent;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.input-group-btn .caret {
	display: inline-block;
}

#btnNew {
	background: #d80d18;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border-radius: 0px;
}

#insertForm>div>div>div>input {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
}

.pagination>li>a {
	border: transparent;
	background: transparent;
	color: #313131;
}

.pagination>li>a:hover {
	text-decoration: underline !important;
	background: transparent;
	color: #313131;
}

.pagination>.active>a {
	background: transparent;
	color: #d80d18;
	text-decoration: underline;
	font-weight: 600;
}

.pagination>.active>a:hover {
	background: #fff;
	background: transparent;
	color: #d80d18;
}

.pagination>.disabled>a {
	background: transparent;
}

.pagination>.disabled>a:hover {
	background: transparent;
}

/*----- 블로그 게시판 -----*/
.dhb-txt-box {
	margin: 0 0 10px;
	padding: 20px 5px;
	background: #fff;
	border: 1px solid #ddd;
}

.dhb-txt-box>.col-md-4.text-right {
	display: none;
}

.dhb-txt-box:hover {
	border-color: #d80d18;
}

.dhb-txt-box .thumb-hidden {
	border: none;
	box-shadow: none;
	min-height: 130px;
}

.dhb-txt-list img.dhb-thumb {
	width: auto;
	margin: 20px auto 0;
}

.dhb-txt-list h5 .btnRead {
	line-height: 1.7;
	font-size: 13px;
	color: #888;
}

.dhb-txt-list {
	width: 100% !important;
	border-right: 0;
}

.dhb-txt-list>.row>div {
	word-break: keep-all;
}

/*----- 메일 폼 -----*/
#mailForm .form-group input,
#mailForm textarea {
	box-shadow: none;
	border-radius: 0px;
	border: none;
	background: #f4f4f4;
}

#mailForm p.error {
	border: 1px solid #e3abab;
	margin: 5px 0;
	padding: 5px 15px;
	background: #f2d9d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #E10029;
	font-size: 12px;
	font-weight: bold;
}

#mailForm p.error:before {
	content: '빈 칸을 입력해 주세요.';
	font-size: 14px;
	margin-right: 7px;
}

#mailForm .btn-primary {
	font-size: 18px;
	background: #d80d18;
	background-color: #d80d18;
	color: #FFF;
	padding: 12px 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	letter-spacing: 0.03em;
	border: none;
	box-shadow: none;
	text-shadow: none;
	width: 240px;
	text-align: center;
	margin: 0 auto;
}

/*----- 주문 폼 -----*/
#mod_type_formForm {
	margin-left: -15px;
	margin-right: -15px;
}

#mod_type_formForm h3.pull-left {
	margin: 0 0 5px !important;
	font-size: 14px;
	color: rgb(51, 51, 51);
}

#mod_type_formForm h3 .fa {
	display: none;
}

#mod_type_formForm .q_number input,
#mod_type_formForm .q_number textarea {
	box-shadow: none;
	border-radius: 0px;
	border: none;
	background: #f4f4f4;
}

#mod_type_formForm .q_number textarea {
	resize: vertical;
	min-height: 100px;
	height: 100px;
}

#mod_type_formForm p.error {
	border: 1px solid #e3abab;
	margin: 5px 0;
	padding: 5px 15px;
	background: #f2d9d9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #E10029;
	font-size: 12px;
	font-weight: bold;
}

#mod_type_formForm p.error:before {
	content: '빈 칸을 입력해 주세요.';
	font-size: 14px;
	margin-right: 7px;
}

#mod_type_formForm .btn-primary {
	font-size: 18px;
	background: #d80d18;
	background-color: #d80d18;
	color: #FFF;
	padding: 12px 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	letter-spacing: 0.03em;
	border: none;
	box-shadow: none;
	text-shadow: none;
	width: 240px;
	text-align: center;
	margin: 0 auto;
}

@media (min-width: 768px) {

	#mod_type_formForm>.q_number:nth-of-type(1),
	#mod_type_formForm>.q_number:nth-of-type(2) {
		width: 50%;
	}

	.mod-custom-form-no7 #mod_type_formForm>.q_number:nth-of-type(3) {
		width: 50%;
		margin-right: 50%;
	}

	.mod-custom-form-no8 #mod_type_formForm>.q_number:nth-of-type(3),
	.mod-custom-form-no8 #mod_type_formForm>.q_number:nth-of-type(4) {
		width: 50%;
	}

	.mod-custom-form-no9 #mod_type_formForm>.q_number:nth-of-type(1),
	.mod-custom-form-no9 #mod_type_formForm>.q_number:nth-of-type(2),
	.mod-custom-form-no9 #mod_type_formForm>.q_number:nth-of-type(3) {
		width: 33.3333333%;
	}

	.mod-custom-form-no9 #mod_type_formForm>.q_number:nth-of-type(4),
	.mod-custom-form-no9 #mod_type_formForm>.q_number:nth-of-type(5) {
		width: 33.3333333%;
	}

	.mod-custom-form-no9 #mod_type_formForm>.q_number:nth-of-type(6) {
		width: 66.6666666%;
	}
}

/*----- 내 정보 -----*/
.join-view-layout .row .col-sm-offset-2 {
	margin: 0;
	width: 100%;
	margin-top: 300px;
}

/*----- Footer Section -----*/
.footer_copy .text-center {
	padding: 0;
}

.footer_wrap {
	/*     background-color: rgba(0, 0, 0, 0.45); */
	background-color: #212121;
	padding-bottom: 30px;
}

.footer_wrap+br {
	display: none !important;
}

.footer_wrap .call_wrap {
	text-align: left;
	padding-top: 25px;
}

.footer_wrap .call_title {
	font-size: 28px;
	margin-right: 15px;
	color: #E1E1E1;
}

.footer_wrap .call_num {
	font-size: 32px;
	color: #E1E1E1;
	font-weight: 200;
}

.footer_wrap .call_time {
	margin: 15px 0 0;
	color: #FFFFFF;
	opacity: 0.5;
}

.footer_wrap .call_wrap .btn.btn-plug {
	font-size: 12px;
	background: #d80d18;
	background-color: #d80d18;
	color: #eaeaea;
	padding: 12px 30px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	letter-spacing: 0.03em;
	margin-right: 15px;
}

.footer_wrap .call_wrap .btn.btn-plug.btn-dot {
	width: 43px;
	height: 43px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 15px 0;
	text-align: center;
	display: none;
}

@media screen and (max-width: 479px) {
	.footer_wrap .call_wrap .btn.btn-plug.btn-dot {
		display: inline-block;
	}

	.footer_wrap .call_title,
	.footer_wrap .call_num {
		font-size: 22px;
	}

	.footer_wrap .call_time {
		float: none !important;
	}
}

.footer_wrap .copy_wrap {
	text-align: left;
	/*padding-top: 25px;*/
	letter-spacing: -0.03em;
}

.footer_wrap .swr-line {
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	margin-top: 10px;
	margin-bottom: 10px;
}

.footer_wrap .copy_wrap span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}

.footer_wrap .copy_wrap span[name="addr"] {
	line-height: 30px;
}

@media screen and (max-width: 767px) {
	.footer_wrap .copy_wrap span[name="addr"] {
		line-height: 1;
	}
}

.footer_wrap .copy_wrap span+span:before {
	content: '| ';
	margin: 5px 0;
	opacity: .5;
}

.footer_wrap .location_link {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
}

.footer_wrap .copyright_wrap {
	text-align: right;
	margin-top: 5px;
}

.footer_wrap .copyright_wrap span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 12px;
	display: block;
	margin-top: 10px;
}

.footer_wrap span a {
	color: #fff;
	text-decoration: underline !important;
}

/*----- 로그인, 회원가입 -----*/
.login-layout,
.join-agree-layout,
.join-layout {
	margin-top: 310px;
	margin-bottom: 60px;
}

.login-layout .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.login-layout .panel .panel-body {
	box-shadow: 0px -80px 100px rgba(0, 0, 0, .05);
	-webit-box-shadow: 0px -80px 100px rgba(0, 0, 0, .05);
	margin-bottom: 250px;
}

.login-layout input {
	background: #f4f4f4;
	border-radius: 0px;
	box-shadow: none;
	border: none;
}

.login-layout .btn-warning {
	font-size: 14px;
	background: #d80d18;
	background-color: #d80d18;
	border: none;
	color: #FFF;
	padding: 8px 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	letter-spacing: 0.03em;
	text-shadow: none;
	box-shadow: none;
	width: 190px;
	float: right;
}

.join-agree-layout .jumbotron,
.join-layout .jumbotron {
	border-radius: 0;
	background: #fff;
	padding: 30px 0px 0;
	text-align: center;
	margin-bottom: 40px;
}

.join-agree-layout .btn-primary,
.join-layout .btn-primary {
	font-size: 14px;
	background: #d80d18;
	background-color: #d80d18;
	border: none;
	color: #FFF;
	padding: 8px 50px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	letter-spacing: 0.03em;
	text-shadow: none;
	box-shadow: none;
}

@media (max-width:767px) {

	.login-layout,
	.join-agree-layout,
	.join-layout {
		margin-top: 45px;
	}

	.join-agree-layout .jumbotron,
	.join-layout .jumbotron {
		background: rgba(0, 0, 0, 0);
		color: #fff;
	}
}

/* 2018-04-30 */
.main_copy_locker {
	margin-top: 50px;
	/*     margin-bottom:60px; */
	margin-bottom: 0;
}

.main_copy_locker>a {
	/*     width: 150px;
    height: 230px;
    display: inline-block;
	background-image: url(/skin/img/main/main_lock.png);
    background-size: 85% auto;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 79px;
    color: #FFF;
    text-shadow: 0px 0px 5px rgba(0, 0, 0, .5);
	opacity: .9; */
	/* width: 150px; */
	/* height: 230px; */
	display: inline-block;
	/* background-image: url(/skin/img/main/main_lock.png); */
	background-size: 85% auto;
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
	text-shadow: none !important;
	/* text-shadow: 0px 0px 5px rgba(0, 0, 0, .5); */
	opacity: .9;
	/* background-color: #D70C18; */
	/* border-radius: 30px; */
	border: 1px solid #D70C18;
	padding: 3px;
}

.main_copy_locker>a>span {
	display: block;
	width: 245px;
	padding: 15px 15px;
	font-size: 20px;
	letter-spacing: -0.03em;
	background-color: #D70C18;
	color: #FFF;
}

.main_copy_locker>a:hover,
.main_copy_locker>a:focus {
	opacity: 1;
}

.table.table-all-center thead tr th,
.table.table-all-center tbody tr th,
.table.table-all-center tbody tr td {
	text-align: center;
	vertical-align: middle;
}

/* 2018-05-03 */
.partner_list {
	padding-left: 0;
	margin-bottom: 0;
}

.partner_list:after {
	content: "";
	clear: both;
	display: block;
}

.partner_list>li {
	float: left;
	width: 25%;
	list-style: none;
}

.partner_list>li>a {
	list-style: none;
	border: 1px solid #DEDEDE;
	padding: 15px 0;
	background-color: #FFF;
	/*     height: 100px; */
	margin-left: -1px;
	margin-top: -1px;
	display: block;
}

.partner_list>li>a:hover {
	position: relative;
	z-index: 5;
	border-color: #d80d18;
}

.partner_list>li.hidden-xs>a,
.partner_list>li.hidden-xs>a:hover {
	cursor: default !important;
	border: 1px solid #DEDEDE;
}

.partner_more {
	margin-top: 50px;
}

.partner_more .btn-primary {
	font-size: 18px;
	background: #d80d18;
	background-color: #d80d18;
	color: #FFF;
	padding: 12px 60px;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	letter-spacing: 0.03em;
	border: none;
	box-shadow: none;
	text-shadow: none;
	width: 240px;
	display: block;
	text-align: center;
	margin: 0 auto;
}

.text-danger {
	color: #da3734;
}

@media (max-width: 768px) {
	.partner_list>li {
		width: 50%;
	}
}

/*회사소개 - 인사말 준비중입니다.*/

.maintenance {
	margin-top: 5px;
	border: 7px solid #E5E5E5;
	padding: 50px 25px;
	text-align: center;
}

.maintenance .icon {
	display: block;
	line-height: 1;
	font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
	line-height: 1;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: -0.05em;
	margin-bottom: 20px;
}

.maintenance .small-cont {
	display: block;
	line-height: 1.5;
	font-size: 14px;
	letter-spacing: -0.03em;
	color: #818181;
	margin-bottom: 20px;
}

/*회사소개 - 오시는 길*/

.location .table {
	margin-top: 30px;
}

/*docuBLOCK - 101*/
.gate_list li {
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	list-style: none;
	padding-left: 20px;
}

.gate_list li:before {
	content: "\f00c";
	font-family: "FontAwesome";
	font-size: 12px;
	position: absolute;
	left: 0;
	top: 4px;
}

.gate_list {
	padding: 0;
	margin: 20px 20px 0;
}

#myCarousel .item {
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

#myCarousel .carousel-caption {
	/* 	bottom: 70px; */
	/* 	bottom: 220px; */
	top: 68%;
	transform: translateY(-50%);
	bottom: auto;
	left: auto;
	right: 28%;
	width: 480px;
}

.container_contents {
	background: #fff;
}

.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;
}

#myCarousel .scroll-down {
	position: absolute;
	left: 50%;
	bottom: 47px;
	width: 1140px;
	transform: translateX(-50%);
	text-align: center;
	z-index: 99;
}

#myCarousel .scroll-down a {
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	opacity: 0.8;
}

#myCarousel .scroll-down a:before {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	position: absolute;
	left: 50%;
	bottom: -40px;
	transform: translateX(-50%);
	animation-name: fadeOut;
	animation-iteration-count: infinite;
	animation-duration: 1.8s;
    font-size: 22px;
}

@keyframes fadeOut {
	0% {
		transform: translateX(-50%) translateY(-15px);
		opacity: 0;
	}
	100% {
		transform: translateX(-50%) translateY(0);
		opacity: 1;
	}
}


@media (max-width: 768px) {
	#myCarousel .item {
		background-position: 61% center;
	}

	.intro-html-layout iframe {
		width: 100%;
	}

	#myCarousel .scroll-down {
		width: 100%;
	}
}

.text-bbs9 .bbs_place,
.text-bbs10 .bbs_place,
.text-bbs11 .bbs_place {
	display: none !important;
}

.dh-board-news {
	coounter-reset: rowNumber;
}

.dh-board-news tbody tr {
	counter-increment: rowNumber -1;
}

.dh-board-news tbody tr>th:before {
	content: counter(rowNumber);
}

.dh-board-news tbody tr>th+td:hover {
	color: #D70D18;
	text-decoration: underline;
	cursor: pointer;
}

.dh-board-news tbody tr>th+td>span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 560px;
}

.agreeBox {
	background-color: #FAFAFA;
	border: 1px solid #DEDEDE;
	padding: 20px 20px 15px;
	margin-bottom: 15px;
}

.agreeBox h4 {
	font-size: 13px;
	margin: 0;
	color: #414141;
}

.agreeBox p {
	font-size: 13px;
	word-break: keep-all;
	line-height: 1.8;
	margin: 0 0 15px;
}

.agreeBox>p:last-child {
	margin: 0;
}

#agreeCheck {
	margin-bottom: 0 !important;
}

/* 2018-06-20 */
.divider-vertical+li.dropdown .dropdown-menu>li:nth-of-type(1) {
	display: none;
}

.langbtn {
	float: left;
	padding: 30px 0 0;
}

.langbtn>a {
	margin-right: 3px;
}

.langbtn img {
	border-radius: 50%;
	border: 2px solid transparent;
	width: 24px;
}

.langbtn>a.active img {
	border-color: #da3734;
}

.langbtn>a {
	color: rgba(255, 255, 255, .5);
	font-size: 12px;
	font-weight: 600;
	transition: ease .3s all;
}

.langbtn>a+a::before {
	content: '/';
	margin-right: 5px;
	border-bottom: 0 !important;
	color: rgba(255, 255, 255, .5) !important;
}

.langbtn>a.active {
	/* 	border-bottom: 2px solid #FFF; */
	color: #FFF;
	font-size: 14px;
}

@media (max-width: 768px) {
	.langbtn {
		padding: 10px 15px;
	}
}

.dh-popup p a {
	margin-right: 0;
	position: relative;
}

.dh-popup p.dh-close-btn {
	margin-top: 5px;
	border-bottom: 0;
}

.dh-popup p a>.hover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .35);
	opacity: 0;
}

.dh-popup p a:hover>.hover {
	opacity: 1;
}

.dh-popup p a>.hover>span {
	color: rgba(255, 255, 255, .85);
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	transform: translate(0, -50%);
	font-size: 3.75em;
	font-weight: 600;
	text-shadow: 0 0 15px #000;
}

/* 2018-12-20 */
.spec-dl::before {
	content: ' ';
	display: table;
}

.spec-dl::after {
	content: ' ';
	display: table;
	clear: both;
}

.spec-dl dt,
.spec-dl dd {
	display: block;
	float: left;
	padding: 12px 15px;
	line-height: 1.8;
}

.spec-dl dt {
	width: 25%;
	font-weight: 600;
	letter-spacing: 0.5em;
	color: #000;
}

.spec-dl dd {
	width: 75%;
	color: #666;
}

.spec-dl dd+dt,
.spec-dl dt+dd {
	border-top: 1px solid;
}

.spec-dl>dd:nth-of-type(1) {
	border-top: 0;
}

.sub_product_name {
	font-size: 20px;
	color: #183182;
	margin-top: 30px;
	margin-bottom: 30px;
}

.sub_product_name img {
	float: left;
	margin-right: 20px;
	;
}

.sub_product_name>span {}

.sub_product_name>span>span {
	font-size: 26px;
}

.sub_product_name:after {
	content: '';
	clear: both;
	display: table;
}

.text-left .table-responsive table tr {
	border-bottom: 1px solid #ddd;
}

.text-left .table-responsive table th,
.text-left .table-responsive table td {
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
	padding: 15px 10px;
}

.text-left .table-responsive table thead th {
	background: #ddd;
}

.text-left .table-responsive table tbody th {
	background: #f8f8f8;
}

.text-left .table-responsive table td {
	background: #fff;
	border-right: 1px solid #ddd;
}

.text-left .table-responsive table tbody th+td {
	border-left: 1px solid #ddd;
}

.text-left .table-responsive table td:last-child {
	border-right: 0;
}

.text-left h3 {
	color: #fff;
	background: #183182;
	padding: 15px;
	word-break: keep-all;
}

.text-left h3 .emp {
	font-size: 26px;
}

.text-left h3 .emp em {
	font-style: normal;
	color: yellow;
}

.sub-layout .dh-alert {
	margin: 200px 30px 100px;
	color: #fff;
}

@media (max-width: 768px) {
	.sub_product_name>span>span {
		font-size: 22px;
	}

	.text-left h3 {
		font-size: 16px;
		line-height: 1.4;
	}

	.text-left .gate-img {
		max-height: 500px;
	}

	.text-left h3 .emp {
		font-size: 22px;
	}

	#myCarousel .item {
		height: 300px;
	}

	.container_contents {
		padding-top: 105px;
	}
}