@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { 
    font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; 
    word-break: keep-all;
}
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/* 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; }

.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {
    width: 1170px;
    margin: 0 auto;
}

@media screen and (max-width: 991px)
.dh-board, .img-bbs-default-index-layout .page_wrap ~ div, .dh-view-box, .form-horizontal, #mailForm {
    width: 100%;
}


/* .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;
}

/*---------- PLUG SOLUTION TEMPLATE 2017-01-12 ----------*/
.topmarginLay_a {
	display: none !important;
}

.navbar-inverse {
	z-index: 9999;
	border: 0;
	margin-bottom: 0;
	transition: ease .3s all;
    background-color: transparent;
	-webkit-transition: ease .3s all;
}
.navbar-inverse+br { display: none !important; }

.navbar-inverse .navbar-brand {
    padding: 0 15px;
    margin: 25px 0;
}
.navbar-brand img {
	padding: 0;
	margin:0;
}

.navbar-inverse .caret, .navbar-inverse .divider-vertical {
	display: none !important;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    letter-spacing: 0;
    color: #222;
    text-shadow: none;
    font-weight: 500;
    padding: 5px 5px 30px;
    margin: 25px 20px 0;
    letter-spacing: -0.02em;
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #1d84b7;
    box-shadow: none;
    background: rgba(0,0,0,0);
    border-bottom: 2px solid #1d84b7;
}
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover{
	color: #1d84b7;
    border-bottom: 2px solid #1d84b7;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > .dropdown > .dropdown-menu {
	left:50%;
	right:auto;
	transform:translate(-50%, 0);
  }
}
.dropdown-menu {
    background: #fff;
    border-radius: 0;
    padding: 15px 0 15px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    border: 1px solid #ddd;
}
.dropdown-menu > li > a {
    color: #555;
    text-shadow: none;
    font-size: 15px;
    line-height: 1;
    padding: 8px 20px;
    text-align: center;
    letter-spacing: -0.03em;
}
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #222;
    background: rgba(0,0,0,0);
    font-weight: 600;
}
.scrollTop { position: fixed; bottom: 30px; right: 30px; z-index: 9999999; }
.scrollTop img[alt="Scroll Top"] { cursor: pointer; }

.carousel-inner:after {
    content: '\f0d7';
    font-family: 'Fontawesome';
    position: absolute;
    color: #d290bf
}

.carousel-control {
    width: 10%;
    opacity: 0.3;
}
.carousel-control .glyphicon{
	display:none;
}
.carousel-control.left{
	background:url(/skin/img/main/arrow_prev.png) no-repeat center;
}
.carousel-control.right{
	background:url(/skin/img/main/arrow_next.png) no-repeat center;
}

.carousel-indicators {
    display:none;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 1px solid #FFF;
    margin: 3px;
    border-radius: 50%;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: 1px solid #FFF;
    margin: 3px;
    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;
}
@media (max-width: 991px){
    .navbar-inverse .navbar-brand{
		max-width:250px;
        margin: 15px 0;
        padding: 15px 15px;
	}
}
/*----- 모바일 메뉴 -----*/
@media (max-width:767px){
	.navbar-inverse .navbar-toggle {
		margin-top: 13px;
		border-color: transparent!important;
		background-color: transparent!important;
	}	
	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #b49600!important;
	}
	.navbar-inverse .navbar-brand{
		max-width:200px;
		padding:15px 15px;
	}
	.navbar-nav {
		margin: 0 -15px;
	}
	.navbar-inverse .navbar-nav > li {
		border-bottom: 1px solid #ddd;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		background:#b49600;
		color:#fff;
	}
	.navbar-inverse .navbar-nav > li > a {
		margin: 0;
		padding: 10px 20px;
	}
	.navbar-nav .open .dropdown-menu {
		background: #1d84b7;
		padding: 10px 0;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #efefef;
	}
}

/* mainpage */
/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
    padding: 15px;
    border: none;
    background: #222;
    margin: 0;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.intro-boardbox .page-header h4 .btn {
    margin: 0;
    line-height: 1;
    color: #fff;
    opacity: 0.4;
    border: none;
    padding: 3px 0;
}

.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
	opacity:1;
}
.main-contact .banner-wrap {
    margin-top: 30px;
    text-align:center;
}
.main-contact .banner-wrap .banner-icon i {
  font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-size: 50px;
    color: #07617b;
    margin-bottom: 30px;
}

.banner-text p.call {
    font-size: 24px;
    color: #e79300;
}

@media (min-width: 768px){
.main-contact  .banner-wrap {
    width: 50%;
    float: left;
}
}
/* ---------- 게시판 리스트 설정 ---------- */
.intro-board-widget-layout{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	padding:50px 0;
    
    display:none;
}
.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	margin-bottom:10px;
}

.intro-boardbox .panel-body {
    padding: 20px 25px;
    border: 1px solid #ddd;
    border-top: none;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 13px;
	padding: 6px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 65%;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #1d84b7;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

.dh-front-list2 h6 a span.label {
   display: inline-block;
    padding: .6em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}
/* //메인 페이지 설정 끝 */
/*----- Main Section End -----*/

/*----- Table Style (Class Name: table-style) -----*/
.table-style {
	background-color: #FFF;
	border-top: 2px solid #1d3663;
}
.table-style thead tr th {
    background: #2f5597;
    color: #fff;
    border-bottom: 1px solid #496fb1;
    border-right: 1px solid #496fb1;
    font-weight: 500;
}
.table-style tbody tr th,
.table-style tbody tr td {
	border-bottom: 1px solid #d7d7d7;
	border-right: 1px solid #d7d7d7;
	padding: 12px 15px;
	line-height: 2;
	vertical-align:middle;
}
.table-style tbody tr th:last-child,
.table-style tbody tr td:last-child {
	border-right: 0;
}
.table-style tr th {
	background-color: #F4F4F4;
	color: #333;
	font-weight: bold;
	text-align:center;
	white-space:nowrap;
}

.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: #1d84b7;
    text-decoration: underline !important;
}

.dh-view-box{
    padding: 0 15px;
    margin-bottom: 80px;
    
}
.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;
	color:#222;
}
.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;
}

.dh-board{
    padding: 0 15px;
}

.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: #1d84b7;
    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;
}
.subpage .pagination li:before {
	content : none;
}
.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: #1d84b7;
    text-decoration: underline;
    font-weight: 600;
}
.pagination > .active > a:hover {
    background:#fff;
    background:transparent;
    color:#1d84b7;
}
.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: #1d84b7;
}
.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: 14px;
    background: #2f5597;
    background-color: #2f5597;
    color: #FFF;
    padding: 15px 60px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    border: none;
    box-shadow: none;
    text-shadow: none;
    width: 220px;
    text-align: center;
    margin: 80px auto 0;
}
#mailForm .btn-primary:hover {
    background: #006a9e;
}
/*----- 내 정보 -----*/
.join-view-layout .row .col-sm-offset-2 {
    margin: 0;
    width: 100%;
    margin-top: 300px;
}

/*----- Footer Section -----*/
.footer_copy {
    padding: 50px 0;
    background-color:#43474a;
}
.footer_copy:after{
	content:"";
	display:block;
	clear:both;
}
.footer_copy ul {
    overflow: hidden;
    margin: 0;
}
.footer_copy li {
    font-size: 13px;
    float: left;
    margin-right: 15px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.6);
    letter-spacing: -0.02em;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    line-height: 1;
    padding-right: 15px;
}
.footer_copy ul li:last-child {
    border-right: none;
}
@media(max-width:767px){
	.footer_copy .foot-logo{
		max-width:100px;
	}
	.footer_copy li {
		font-size: 11px;
	}
}
/*----- 로그인, 회원가입 -----*/
.login-layout, 
.join-agree-layout, 
.id-find-layout,
.pw-find-layout{
    margin: 0 auto;
    padding: 80px 15px;
}
.join-layout{
	max-width:none;
	width:100%;
	padding:0;
}
#join + .row{
	margin:0 auto;
	max-width:1170px;
	width:100%;
	padding:40px 0;
}
.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,
.id-find-layout input,
.pw-find-layout input{
    border-radius: 0px;
    box-shadow: none;
    border: none;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    font-size: 14px;
    background: #2f5597;
    background-color: #2f5597;
    border: none;
    color: #FFF;
    padding: 8px 50px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    text-shadow: none;
    box-shadow: none;
    width: 190px;
    float: right;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover,
.login-layout .btn-warning:focus,
.id-find-layout .btn-warning:focus,
.pw-find-layout .btn-warning:focus{
    background: #006a9e;
    background-color: #006a9e;
}
.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: #1d84b7;
    background-color: #1d84b7;
    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;
	}
}

.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;
}
/* --------------2018.01.10---------------- */

/* personal setting 0.1v */
/* layout */
.mt-40{margin-top:40px!important;}
.mt-20{margin-top:20px!important;}
.mt-15{margin-top:15px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-20{margin-bottom:20px!important;}

ul,dl,ol{padding:0;}
.body-layout{overflow-x:hidden;}
/* p{line-height:1.6;} */

/* img */
.img-cover{
	width:100%;
	height:100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.img-contain{
	width:100%;
	height:100%;
	-o-object-fit: contain;
	object-fit: contain;
}
.max-90{
	width:90%!important;
	margin:0 auto;
	display:block;
}

/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}
.vertical-center{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	padding:0;
	margin:0;
}

/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-colored{color:#1d84b7!important;}
/* personal setting 0.1v end */
/* layout setting*/
.container_contents{
	max-width:none;
    width: 100%;
	padding:0;
}
/* navigation setting */
.navbar-fixed-bottom, .navbar-fixed-top{
	position:static;
}
/* mainpage setting */
/* carousel */
.container_slide{
    width:100%;
    padding:0;
}

.container_slide .fill{
    height: 0px;
}
.container_slide .carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 60%;
    padding:0;
}
.fill p span{
    background-color: transparent;
    text-shadow:none;
    font-size: 35px;
    opacity: 1;
    font-weight: 500;
    color:#fff;
    line-height: 1.3;
}
.fill h1 {
    margin: 0;
}
.fill h1 span {
    background-color: transparent;
    text-shadow: none;
    padding: 0;
}
.carousel-caption h2 {
    font-size: 46px;
    margin: 0;
    font-weight: 400;
    text-shadow: 4px 4px 7px rgba(0,0,0,0.1);
}
.carousel-caption .name{
	font-size: 1.5em;
    background: rgba(52, 98, 178,0.75);
    padding: 0 15px;
}
.carousel-caption .highlight {
    color: #1d84b7;
}
/* .carousel-caption h2:after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    margin: 30px 0 30px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    transition: all 1s ease-out;
}
.item.active .carousel-caption h2:after{
	width:100%;
} */
.carousel-caption p {
    font-size: 20px;
    font-weight: 300;
    margin: 0;
    line-height: 1;
}
@media(max-width:767px){
	.carousel-inner>.item>a>img, .carousel-inner>.item>img{
		height:380px;
		-o-object-fit: cover;
		object-fit: cover;
	}
	.carousel-caption{
		width:95%;
	}
	.carousel-caption h2 span{
		display:block;
	}
	.carousel-caption h2{
		font-size:28px;
	}
	.carousel-caption p{
		font-size:14px;
	}
}

/* mainpage main content */
.main-content {
    padding: 60px 0px;
}
.do-title {
}
.do-title h3 {
    margin: 0;
    padding: 0;
    font-size: 26px;
    letter-spacing: -0.03em;
    color: #222;
    line-height: 1;
}
.do-title h3 span {
    color: #1d84b7;
    font-size: 13px;
    display: block;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
    line-height: 1;
}
.do-title p {
    color: #666666;
    font-size: 13px;
    line-height: 21px;
}
.main-do-item{
	height:250px;
}
.main-do-item a{
	position:relative;
	display:block;
	width:100%;
	height:100%;
	color:#fff;
    border:1px solid #ccc;
}
.main-do-item a h4 {
    display: inline-block;
    padding: 15px 16px;
    margin: 0;
    background: rgba(0, 0, 0, 0.75);
    color: #fff;
    letter-spacing: -0.03em;
    opacity:1;
    transition:all .3s ease;
}
.main-do-item .more{
	opacity:0;
	visibility:hidden;
	position:absolute;
	left:0;
	top:0;	
	padding:0;
	padding-top:75px;
	margin:0;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	transition:all .3s ease;
}
.main-do-item a:hover h4{
	opacity:0
}
.main-do-item a:hover .more {
    opacity: 1;
    visibility: visible;
    background: rgba(9, 102, 148, 0.8);
    font-size: 18px;
    font-weight: 500;
    padding-top: 80px;
}
@media(max-width:991px) and (min-width:768px){
    .main-do-item a:hover .more {
        padding-top: 90px;
        font-size: 11px;
    }
}

.main-do-item:nth-of-type(1) a{
	background:url(/skin/img/main/main-do1.jpg) no-repeat center center;
	background-size:cover;		
}
.main-do-item:nth-of-type(2) a{
	background:url(/skin/img/main/main-do2.jpg) no-repeat center center;
	background-size:cover;		
}
.main-do-item:nth-of-type(3) a{
	background:url(/skin/img/main/main-do3.jpg) no-repeat center center;
	background-size:cover;		
}
@media(max-width:767px){
	.main-content{
		padding: 0 0 20px;
	}
	.do-title h3{
		height:auto;
	}
	.main-do-item{
		margin-bottom:10px;
	}
}
/* mainpage bbs widget */

.intro-boardbox-11 a {
    display: block;
    width: 49%;
	margin:0 .5%;
    height: 221px;
    background: #1d84b7;
    color: #fff;
    padding: 20px 20px;
	position: relative;
	float:left;
}
.intro-boardbox-11 a:hover {
    background: #009e7f;
}
.intro-boardbox-11 .main-remote{
	background:#4f7cc9;
}
.intro-boardbox-11 .main-remote:hover{
	background:#30589c;
}

.intro-boardbox-11 h4 {
    font-size: 20px;
    margin: 0;
    letter-spacing: -0.02em;
}
.intro-boardbox-11 h4 i.fa {
    display: block;
    font-size: 90px;
    position: absolute;
    opacity: 0.3;
    bottom: 30px;
    right: 14px;
}
.intro-boardbox-11 h4 span {
    font-size: 13px;
    display: block;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-top: 7px;
    padding-left: 2px;
}
.intro-boardbox-11 p {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
    letter-spacing: -0.02em;
}

@media(min-width:768px){
	.intro-board-widget-layout .intro-boardbox:nth-of-type(1),
	.intro-board-widget-layout .intro-boardbox:nth-of-type(2){
		width:50%;
	}
	.intro-board-widget-layout .intro-boardbox:nth-of-type(3){
		width:30%;
	}
}
@media(max-width:767px){
	.intro-boardbox{
		margin-bottom:10px;
	}
}
/* mainpage contact */
.main-content {
    clear: both;
    padding: 60px 0
}
.main-content h3 {
    margin: 0 0 20px;
    letter-spacing: -0.02em;
    color: #222;
}
.main-content .row {
    margin: 0;
}
.main-content .row .map {
    padding: 0;
}
.root_daum_roughmap{
	width:100%!important;
}
.root_daum_roughmap .wrap_map {
    height: 218px !important;
}
.main-content h4 {
    position: relative;
    margin: 0 0 15px;
    letter-spacing: -0.02em;
    color: #1d84b7;
}
.main-content p {
    margin: 0;
    color: #555;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: -0.03em;
}
@media(min-width:768px){
	.map + .col-sm-6{
		padding-top:25px;
	}
}
@media(max-width:767px){
	.main-content .map{
		margin-bottom:30px;
	}	
}

/* login */
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 15px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #1d84b7;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}

/* subpage setting */
.sub-layout{
	width:100%;
	max-width:none;
	padding:0;
}

.subpage .pageheader-top{
    position: relative;
    z-index: -100;
    transform: translatey(-60%);
    width: 100%;
    margin-bottom: -60px;
    padding: 50px 0;
    background: url(/skin/img/sub/subtop-top.png) no-repeat center center;
    background-size: cover;
}

.subpage .pageheader{
    position:relative;
	height: 350px;
    color: #fff;
    text-align: center;
	background:url(/skin/img/sub/subtop-bg.jpg) no-repeat center center;
	background-size:cover;
}

#main.subpage .pageheader{
	background:url(/skin/img/sub/subtop-bg-about.jpg) no-repeat center center;
	background-size:cover;    
}

#about.subpage .pageheader{
	background:url(/skin/img/sub/subtop-bg-about.jpg) no-repeat center center;
	background-size:cover;    
}

#dcs.subpage .pageheader, #addon.subpage .pageheader{
	background:url(/skin/img/sub/subtop-bg-3dcs.png) no-repeat center center;
	background-size:cover;
}

#consulting01.subpage .pageheader ,#consulting02.subpage .pageheader{
	background:url(/skin/img/sub/subtop-bg-gd&t.png) no-repeat center center;
	background-size:cover;
}

#contact01.subpage .pageheader{
	background:url(/skin/img/sub/subtop-bg-contact.png) no-repeat center center;
	background-size:cover;
}



.pageheader h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: -0.02em;
    position: absolute;
    margin: 0;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.pageheader h2 span {        
    opacity: 1;    
    margin-bottom: 10px;
    font-weight: 500;
}
#contact01 .pageheader h2 span{
    color: #555;
}

.pageheader p {
    margin: 0;
    font-size: 16px;
    opacity: 0.7;
}
.daum-link{
    position:absolute;
    bottom: 5%;
    right: 20%;
}
.daum-logo{
    width:60px;
}
.daum-btn{
    width:60px;
}
.sub-content{
	padding: 50px 15px 75px;
}
.section {
    padding-bottom: 50px;
    padding-top: 50px;
    border-bottom: 1px dashed #ddd;
}
.sub-content > section.section:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.section1{
    padding-top: 0;
}
.subpage-title:after{
	content:'';
	display:block;
	clear:both;
}
.subpage-title {
    position: relative;
}
.subpage-title  h3 {
    margin: 0 0 40px;
    padding: 0 0 35px;
    position: relative;
    font-size: 36px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.04em;
    line-height: 1;
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.subpage-title  h3:after {
    content: "";
    width: 200px;
    height: 2px;
    background: #1d84b7;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    bottom: -2px;
}
.subpage .section p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 0;
	letter-spacing: -0.02em;
	word-break: break-word;
    line-height:1.7
}
.subpage h4 {
    font-size: 26px;
    color: #1d84b7;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}
.subpage h4 span {
    color: #222;
}
.subpage h5 {
    position: relative;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}
.subpage h5 strong{
}
.subpage h6 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.02em;
}
.content + .content {
    margin-top: 20px;
}
.subpage .section .checktitle {
    font-size: 28px;
    font-weight: 400;
    color: #1d84b7;
    letter-spacing: -0.05em;
    line-height: 1.4;
    margin: 0 0 30px;
}
.subpage .section .checktitle:before {
    content: "\f058";
    color: #1d84b7;
    margin-right: 8px;
    font-family: FontAwesome;
    font-weight: 600;
}
.content-title{
    position: relative;
}
.subpage .section .contact-btn a{
    font-size: 25px;
    display:inline-block;
    padding:10px 30px;
    background-color: #1d84b7;
    border-radius: 5px;
    color:#fff;
    margin-bottom: 20px;
}

@media(min-width:768px){
.subpage .section .contact-btn{
    position:absolute;
    top:0;
    right:0;
}
}
.section > .row{
	margin-top:20px;
}
.subpage ul {
    margin: 10px 0 10px;
}
.subpage ul li {
    list-style: none;
    margin-bottom: 5px;
    color: #666;
    padding-left: 10px;
    position: relative;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.03em;
}
.li-dash,
.li-dot{
    padding-left: 0;
}
.li-dash > li,
.li-dot > li{
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    letter-spacing: -0.04em;
    color: #555;
    line-height: 1.75;
}

.li-dash li:before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0px;
}
.li-dot li:before{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}
.subpage ul .li-title{
    font-size:30px;
    font-weight: 600;
    color: #00527a;
    line-height: 1.5;
    padding-left: 0px;
}
.subpage .li-dot .li-title:before{
    width: 0;
    height: 0;
}
.ul-center{
    display:inline-block;
    text-align:left;
}
.img-bordered{
	border:1px solid #ddd;
}
.bbs-list-view-layout + div.row{
	max-width:1170px;
	margin:0 auto 100px;
	width:100%;
}
@media(min-width:768px){
    #dcs .section1 .content-area .row > div:last-child {
        padding-top: 50px;
    }
}

@media(max-width:767px){
	.sub-content{
		padding-left:15px;
		padding-right:15px;
	}
	.subpage .pageheader h2{
		font-size:20px;
		margin-bottom: 10px;
	}
	.subpage-title h3{
		font-size:24px;
	}
	.breadcrumb {
		font-size: 12px;
		padding: 8px 0;
		margin:10px 0 0;
	}
	.subpage h3{
		font-size:20px;
	}
	.subpage h4{
		font-size:18px;
	}
	.subpage h5{
		font-size:16px;
	}
}
.absolute-center{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}

.content-area{
    position:relative;
}
/* subpage detail  */
/* about */
.mission-outer-table > tbody > tr > td{
    padding: 0px;
    font-size: 18px;
}
.mission-inner-table tr > td{
    border: 1px solid #ddd;
    font-weight: 500;
    padding: 25px !important;
}
.mission-inner-table >thead:first-child>tr:first-child>td {
    background-color : #c81e15;
    color:#fff;
    text-align:center;
    font-weight: 600;
    font-size: 20px;
    padding:10px !important;
}

.mission-content-wrap{
    border: 1px solid #ddd;
    padding: 40px 25px;
}

.subpage .section .mission-content{
    word-break:keep-all;
    font-size: 16px;
    margin-bottom: 20px;
}

.subpage .section .mission-content-wrap .mission-content:last-child{
    margin-bottom: 0;
}

#about .section p{
    font-size: 20px;
}

#about ul li{
    font-size: 20px;
}


@media(min-width:768px){
    .mission-content-wrap{
        position: absolute;
        width: 50%;
        top:50%;
        transform:translatey(-50%);
    }
}

@media(max-width:767px){
    .mission-inner-table >thead:first-child>tr:first-child>td {
        font-size: 13px;
    }
    .mission-outer-table > tbody > tr > td{
        padding: 0px;
        font-size: 10px;
    }
}

.businessarea-circle-wrap{
    position:relative;
}

.businessarea-circle-title{
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
}

/* consulting01 */
.consulting-img-wrap{
    margin-top: 40px;
}

.education-table tr{
    border: 1px solid #999;
}

.table-highlight{
    background-color : #ffff00;
}

.table-highlight td:nth-child(5){
    vertical-align:middle;
}

.education-table tr td:nth-child(5){
    border-left: 1px solid #999;
}

.education-table>thead:first-child>tr:first-child>th{
    text-align:center;
    background-color:#ccc;
    border:1px solid #999;
}

.education-table > tbody > tr > td{
    text-align:center;
    border:1px solid #999;
}

.education-table > tbody > tr > td:nth-child(4){
    text-align:left;
}

/* dcs */
.customers img{
    padding: 0 30px 30px 0px;
}

.card > .wrap img {
    border: 1px solid #ddd;
    padding: 8px;
}

.customers .row:nth-child(2){
    padding-top: 20px;
}
.subpage .customers-title{
    font-size: 20px;
    font-weight: 600;
}

/* contact */
#contact01 .sub-content{
    padding-bottom: 0;
}

#mailForm{
    padding: 0 15px;
}

#mailForm .btn-primary{
    background-color: #1d84b7;
    border-radius: 5px;
}

.contact_info {
    margin-bottom: 40px;
}
.contact_info h5 {
    margin: 5px 0;
}
.contact_info h5 span {
    display: inline-block;
    margin-right: 20px;
}
.contact_info h5 span strong {
    display: inline-block;
    margin-right: 5px;
}
.contact_info h5 span i {
    font-family: "FontAwesome";
    font-style: normal;
    font-size: 15px;
    margin-right: 10px;
    color: #1d84b7;
}
.mod-custom-form-add .pull-left i{
    display:none;
}
.q_number input{
    margin-top: 10px;
    margin-bottom: 20px;
}
.q_number div h3{
    margin-top: 10px;
}

.content-area .wrap_map{
    height: 450px !important;
}