/* Webfont Include */
@import url('https://fonts.googleapis.com/css?family=Noto+Serif');
/* @import url('//fonts.googleapis.com/earlyaccess/nanummyeongjo.css'); */
/* @import url(http://fonts.googleapis.com/earlyaccess/kopubbatang.css); */

/* Scroll Fixed */
html {overflow-x: hidden; overflow-y: scroll;}

/* Font Setting */
html, body, h1, h2, h3, h4, h5, h6, p, span, li, a, label, solinput, textarea {
    font-family: "NanumBarunGothic", "맑은 고딕", 'Malgun Gothic', 'Apple SD Gothic Neo Medium', sans-serif !important;}

/* Icon Fonts */
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}

/* Social Footer Deleted */
.footer-social-layout {display: none}

/* Board(dh-board) Contents-Area Fixed */
.dh-view-box > div:nth-child(2) > div:nth-child(3) {padding: 20px !important}

.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;
}
/* 폰트 끊김 방지 */
* {word-break: keep-all; word-wrap: break-word;}

/*---------- 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;
	border: 0;
	margin-bottom: 0;
	transition: ease .3s all;
	-webkit-transition: ease .3s all;
	background-color: #FFF;
	border-color: #EFEFEF;
	margin-bottom: 0;
}
.navbar-inverse.navbar-styled {
	background: rgba(0, 0, 0, .8);
	background-color: rgba(0, 0, 0, .8);
}
.navbar-inverse + br { display: none !important; }
.navbar-inverse .navbar-brand {
    position: relative;
    z-index: 1;
    margin: 0 !important;
    padding: 0 !important;
}
.navbar-inverse .navbar-brand img {
    margin: 8px 0 0 !important;
    padding: 0 !important;
}
.navbar-inverse .caret, .navbar-inverse .divider-vertical {
	display: none !important;
}
.navbar-inverse .navbar-nav > li > a {
    margin: 10px 10px 0;
    padding: 25px 15px;
    color: #555;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.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 > li:focus > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #03558d;
}
.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: #00979a;
    border-radius: 0;
    padding: 8px 10px;
    box-shadow: none;
    border: none;
    min-width: 180px;
}
.dropdown-menu > li > a {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
    text-shadow: none;
    font-size: 15px;
    line-height: 1;
    letter-spacing: -0.04em;
    padding: 12px 15px;
    margin: 2px 0;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background: #fff;
    color: #008183;
    font-weight: 600;
}
.scrollTop { position: fixed; bottom: 30px; right: 30px; z-index: 9999999; }
.scrollTop img[alt="Scroll Top"] { cursor: pointer; }

.navbar-toggle{
		margin-top:8px;
		border:none;
		background:transparent!important;
		
	}
	.navbar-inverse .navbar-toggle .icon-bar{
		background-color:#333;
	}


.divider-vertical + li{
	display:none;
}
@media (max-width:767px){
	.navbar-brand{
		width:160px;
	}
	.pu-btn.lang{
		font-size:10px!important;
	}
}

/* ----- 메뉴 상단 영역 설정 ----- */
.menu-top-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 34px;
    background: #0071bc;
}
.menu-top {
    text-align: right;
    margin-top: 6px;
}
.menu-top button {
	float: right;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
    top: -1px;
    padding: 0px;
    border: none;
    background: none;
}

.menu-top img {
	width: 21px;
    height: 15px;
}

@media(min-width:992px){
    .menu-top {padding: 0;}
}
/*-------------------------메뉴 상단 언어변환-------------------------------------*/
.pu-btn.lang {
    background: #02558d;
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 7px 10px 5px;
    border-radius: 30px;
}
.pu-btn.lang:hover, .pu-btn.lang.active {
    text-decoration: none;
    background: #fff;
    color: #02558d;
}


/*----- 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: 250px;
    margin-bottom: 30px;
}
#main_copy .main_copy_big span {
    font-size: 21px;
    font-weight: 200;
    color: #4b95d1;
    letter-spacing: -0.02em;
    line-height: 1;
}

@media screen and (min-width: 640px) {
	#main_copy .main_copy_big > span > br.grow {
		display: none;
	}
}
#main_copy .main_copy_small {
    margin-bottom: 40px;
}
#main_copy .main_copy_small span {
    color: #ffffff;
    font-size: 50px;
    letter-spacing: 0.02em;
    font-weight: 600;
    line-height: 1.4;
}
#main_copy .main_copy_btn {
    margin-bottom: 120px;
}
#main_copy .main_copy_btn .btn.btn-plug {
    font-size: 16px;
    background: #0071bc;
    background-color: #0071bc;
    color: #FFF;
    padding: 12px 40px;
    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: #006BCD;
    background: -webkit-linear-gradient(left top, #006BCD, #00979a);
    background: -o-linear-gradient(bottom right,#e7651d, #fea442);
    background: -moz-linear-gradient(bottom right, #e7651d, #fea442);
    background: linear-gradient(to bottom right, #006BCD, #00979a);
    padding-top: 75px;
    padding-bottom: 75px;
}

.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 #section1 .section1_bluebox h1 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #FFFFFF;
	line-height: 54px;
	font-size: 32px;
}

#main_wrap #section1 .section1_bluebox p {
	margin: 0;
	color: #FFFFFF;
	opacity: .6;
	letter-spacing: 0.03em;
	line-height: 24px;
	margin-bottom: 15px;
}

.who1{
	margin-top:200px;
}
@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;
	margin-top:200px;
}

#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: #e5f0f8;
    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);
}
#main_wrap #section3 .section3_table_wrap h1 {
		font-size:25px;
	}
@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: #0071bc;
	background-color: #0071bc;
	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: #ff0021;
	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: #0071bc;
	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: 210px;
    margin-bottom: 30px;
}
#sub_copy .sub_copy_big span {
    font-size: 55px;
    font-weight: 200;
    color: #1b8eda;
    line-height: 26px;
    letter-spacing: 0.08em;
}
#sub_copy .sub_copy_small {
    margin-bottom: 80px;
}
#sub_copy .sub_copy_small span {
    font-size: 16px;
    letter-spacing: -0.04em;
    font-weight: 200;
    color: #dedede;
    line-height: 1;
}

@media screen and (max-width: 767px) {
	#sub_copy .sub_copy_big span {
		font-size: 36px;
	}
	
	#sub_copy .sub_copy_small span {
		font-size: 14px;
	}
}

#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: 150px;
}

#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;
	}
}

.place_line {
	width: 30px;
	height: 3px;
	background-color: #000;
	margin-top: 50px;
	margin-bottom: 10px;
}

.subTitle {
	font-size: 18px;
    font-weight: bold;
	margin-top: 0;
	margin-bottom: 50px;
}
/*----- 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: #FF610A;
}

.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: #0071bc;
	background-color: #0071bc;
	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: 40px;
    letter-spacing: -0.04em;
    color: #008183;
    word-break: keep-all;
}
.sub_small_copy {
	font-size: 14px;
	color: #8C8C8C;
	line-height: 30px;
	letter-spacing: -0.02em;
	word-break: keep-all;
}

@media screen and (max-width: 767px) {
	.sub_big_copy {
		font-size: 24px;
		line-height: 36px;
	}
	
	.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: #edf5fb;
    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 / 솔루션 -----*/
.solution .row a .col-sm-6 {
    background: #fff;
    border: 1px solid #e6e6e6;
    margin: 0 0 0 -1px;
    padding: 0;
}
.solution .row a h4 {
    margin: 0;
    padding: 10px 15px;
    background: #0071bc;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.02em;
	border: 1px solid #0071bc !important;
}
.solution .row a:hover h4 {
	background: #fff;
	border: 1px solid #0071bc !important;
	color: #0071bc;
}
.solution-title-border {
    margin: 0 0 30px;
    padding: 20px 30px;
    border-top: 2px solid #323232;
    border-bottom: 1px solid #ccc;
}
.solution-title-border p {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: -0.02em;
}
.btn-gray {
    padding: 12px 40px;
    border-radius: 4px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    background: #0071bc;
	border: 1px solid #0071bc !important;
}
.btn-gray:hover, .btn-gray:focus {
	background: #fff;
	color: #0071bc;
	border: 1px solid #0071bc !important;
}

.solution .col-md-6 {
    margin: 0 0 40px;
}
.solution .col-md-6 h4 {
    margin: 0 0 15px;
    color: #323232;
    font-size: 21px;
    letter-spacing: -0.04em;
    padding-left: 15px;
    position: relative;
}
.solution .col-md-6 h4:before {
	content: '';
	background: #0071bc;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
}


/*----- Sub / 인재채용 -----*/
.subTitle_depth {
	color: #0071bc;
}

.subTitle_depth:before {
	content: '';
    width: 25px;
    height: 1px;
    background-color: #0071bc;
    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;
}

.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: #0071bc;
    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-line {
    margin-bottom: 30px;
    padding: 0;
}

.form-horizontal > h2:first-child {
	display: none;
}
/*----- 게시판 하단 ------*/
.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: #0071bc;
    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: #0071bc;
    text-decoration: underline;
    font-weight: 600;
}
.pagination > .active > a:hover {
    background:#fff;
    background:transparent;
    color:#0071bc;
}
.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: #0071bc;
}
.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: #0071bc;
    background-color: #0071bc;
    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;
}
/*----- 내 정보 -----*/
.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 {
	padding:40px 0;
	background-color: #323232;
}

.footer_wrap+br {
	display: none !important;
}

@media screen and (max-width: 479px) {
	.footer_wrap .call_wrap .btn.btn-plug.btn-dot {
		display: inline-block;
	}
}

.footer_wrap .copy_wrap {
	text-align: left;
}

.footer_wrap .swr-line {
	border-top: 1px solid #3F474A;
	margin-top: 40px;
	margin-bottom: 35px;
}

.footer_wrap .copy_wrap span {
	color: #8C8C8C;
	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: 15px;
	opacity: .5;
}

.footer_wrap .location_link {
	color: #8C8C8C;
	font-size: 12px;
}

.footer_wrap .copyright_wrap {
	text-align: right;
}

.footer_wrap .copyright_wrap span {
	color: #8C8C8C;
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
/*----- 로그인, 회원가입 -----*/
.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: #0071bc;
    background-color: #0071bc;
    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: #0071bc;
    background-color: #0071bc;
    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;
	}
}

@media(min-width:992px){
	.max-800{
		max-width:800px!important;
		height:auto;
	}
}

.table-center{
	text-align:center!important;
	vertical-align:middle!important;
}

#biz04-table{
	font-size:12px;
}