@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:300,400,700|Poppins:300,400,700');

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	font-family: 'Poppins', 'Noto Sans KR', sans-serif;
	background-color: #fff;
	padding-top: 80px;
}

.body-layout.modal-open,
.body-layout.modal-open .modal {
	padding-right: 0 !important;
}

.modal-backdrop.in {
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.divider-vertical, .navbar .caret,
.navbar ~ br, .topmarginLay_a, .footer-social-layout, .footer_copy > .col-lg-12 > br {
	display: none !important;
}

/* 푸터 영역 */
.footer_copy, .footer_copy > .col-lg-12 {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background: 0;
}
#footer {
    background-color: #444;
    color: #aaa;
    padding: 40px 0;
}
#footer img {
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 200px;
}
#footer .container {
    position: relative;
}
.login_btn {
    float: right;
    position: absolute;
    right: 15px;
    color: #aaa;
    text-decoration: none;
    border: 1px solid #aaa;
    padding: 4px 8px 2px;
    font-size: 13px;
    top: 0;
    z-index: 10;
    letter-spacing:-.03em;
}
.login_btn:hover{
    background-color:#aaa;
    color:#444;
    text-decoration: none;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#footer ul li {
    position: relative;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    margin-right: 20px;
}
#footer ul li > a {
    color: inherit;
	text-decoration:none;
}

#footer ul li > a:hover {
    background-color: transparent;
    color: #ccc;
}

#footer ul.links li+li::before {
    content: '·';
    position: absolute;
    left: -13px;
    font-weight: bold;
    opacity: .5;
}

#footer ul+ul {
	margin-top: 15px;
}

/* 상단 메뉴 영역 */
.navbar-inverse {
    background: #fff;
    margin: 0;
    border: none;
    box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.navbar-inverse .navbar-brand img,
#footer .footer-brand img {
/*     margin: 5px 0; */
/* 	margin: 3px 0 7px;
    width: 198px; */
	margin: 0 0 3px;
    width: 230px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
    line-height: 50px;
}
.navbar-inverse .navbar-nav > li:hover > a,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li.open > a,
.navbar-inverse .navbar-nav > li.open > a:hover,
.navbar-inverse .navbar-nav > li.open > a:focus {
	background: none;
	box-shadow: none;
/* 	font-weight: 600; */
	color: #0d64c2;
}

@media (min-width: 1200px) {
	.navbar-inverse .navbar-nav {
		margin-right: -30px;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.dropdown-menu {
	left: 0 !important;
	right: auto !important;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1);
	min-width: 160px;
	background: #fbfbfb;
}

.dropdown-menu> li> a {
    background: transparent;
    color: #555;
    padding: 13px 30px 13px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.dropdown-menu> li:last-child> a {
	border-bottom: none !important;
}

.dropdown-menu> li> a:focus,
.dropdown-menu> li> a:hover {
	background: #0d64c2;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.dropdown-menu {
		padding: 0;
	}
}

/* 메인 슬라이드 영역 */
.container_slide {
	width: inherit;
	margin: 0;
	padding: 0;
}
.container_slide .fill {
    height: 540px;
}
.carousel-caption {
    top: 50%;
    bottom: auto;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transform: translateY(-50%);
}
.fill h1, .fill p {
    margin: 0;
}
.fill h1 span, .fill p span {
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.fill h1 span {
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -0.02em;
}
.fill p span {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.6;
    margin-top: 14px;
    display: block;
}

/* 메인 컨텐츠 */
#main {
    margin: 0;
    padding: 60px 0;
}
.shortcut_item .inner {
	color: inherit;
	display: block;
	text-decoration: none;
}
.shortcut_item .inner > img {
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    transition: all ease .3s;
}
.shortcut_item .inner:hover > img, .shortcut_item .inner:focus > img {
    box-shadow: 0 6px 20px rgba(54, 127, 175, 0.2);
    margin-top: -5px;
}
.shortcut_item .inner label {
    display: block;
    font-weight: 400;
    text-align: center;
    margin: 18px 0 0;
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.shortcut_item .inner:hover > label, .shortcut_item .inner:focus > label {
    color: #0d64c2;
}
.container_contents, .intro-html-layout, .intro-html-layout>.col-sm-12, .intro-board-widget-layout {
	width: inherit;
	float: none;
	margin: 0;
	padding: 0;
}
.intro-board-widget-layout {
    background-color: #f8f8f8;
    padding: 60px 0 50px;
}

.intro-board-layout {
	float: none;
	margin: 0 auto;
	padding: 0;
}

.intro-board-layout::after {
	content: ' ';
	display: table;
	clear: both;
}

@media (min-width: 768px) {
	.intro-board-layout {width:750px;}
	.intro-boardbox {width:50%;}
}

@media (min-width: 992px) {
	.intro-board-layout {width:970px;}
}

@media (min-width: 1200px) {
	.intro-board-layout {width:1170px;}
}

.intro-widget-layout {
	display: none;
}

.intro-boardbox .page-header {
/*     margin: 0 0 15px; */
	margin: 0;
    padding: 0;
    border: 0;
}

.intro-boardbox .page-header h4 {
    margin: 0;
    line-height: 1;
    font-weight: 500;
    color: #000;
    font-size: 26px;
}
.intro-boardbox>.page-header>h4>.btn {
    color: #aaa;
    padding: 0;
    line-height: 26px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
}
.intro-boardbox>.page-header>h4>.btn:hover, .intro-boardbox>.page-header>h4>.btn:focus { color: #0d64c2; }
.front-panel>.panel {
    border: 0;
    background: none;
    margin: 0;
}
.front-panel>.panel>.panel-body {
    padding: 20px 0;
}
.dh-front-list2 h6 a, .dh-front-list2 h6 a span {
    color: #666;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.04em;
}
.dh-front-list2-words {
    margin: 10px 0 !important;
}
.dh-front-list2-words .list-row-contents {
    display: none;
}
.dh-front-list2 h6 a:hover span { color: #0d64c2; }
.dh-front-list2-words h6 b a .list-row-regdate {
    text-decoration: none !important;
}

.dh-front-list2-words h6 b a small {
    display: none;
}

.dh-front-list2-words .list-row-regdate {
    float: right;
    font-weight: 400;
    opacity: .8;
}

.dh-front-list2-words .row-separator {
    display: none;
}

.dh-front-list2-words {
    margin-top: 20px;
	padding: 0;
}

/* 서브 페이지 */
.sub-layout {
	width: inherit;
	padding: 0;
}
.sub .header {
    height: 340px;
    background-image: url(/skin/img/sub/subTop.jpg);
    margin: 0 0 100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}
.sub .header .breadcrumb {
	background: none;
	font-size: 13px;
	margin: 0;
	padding: 15px 0 0;
	text-align: right;
}
.sub .header .breadcrumb li {
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
}
.sub .header .breadcrumb li:last-child { font-weight: 600; }
.sub .header .tit {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}

.sub .header .tit {
    position: relative;
    top: 50%;
	margin-top: -30px;
    transform: translateY(-50%);
    text-align: center;
}

.sub .header .tit p {
    color: #eee;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1;
    opacity: .75;
	text-transform: uppercase;
}
.sub .header .tit h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    margin: 15px 0 0;
    line-height: 1;
    text-transform: uppercase;
}

.sub .article {
	margin-bottom: 100px;
}

.sub .article h3 {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -.03em;
	color: #333;
	line-height: 1.8;
	word-break: break-word;
}
.sub .article p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -.02em;
    color: #444;
    line-height: 1.8;
    word-break: break-word;
}

/* 서브 - OVERVIEW */
#overview .article .con1 h4 {
    color: #0d64c2;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin: 0 0 20px;
}

/* 서브 - HISTORY */
#timeline{position:relative;height:100%;padding-top:100px}
#timeline::before{content:' ';width:1px;height:100%;background-color:#dce4ec;display:block;position:absolute;left:50%;top:0}
#timeline::after{content:' ';width:20px;height:20px;background:#0d64c2;background:-moz-linear-gradient(left,#08c0cc 0%,#0d64c2 100%);background:-webkit-linear-gradient(left,#08c0cc 0%,#0d64c2 100%);background:linear-gradient(to right bottom,#08c0cc 0%,#0d64c2 100%);display:block;position:absolute;left:50%;top:0;border-radius:50%;margin-left:-10px;box-shadow:0 10px 10px rgba(0,0,0,0.15)}
#timeline dl{float:left;width:50%;margin:0 0 20px;padding:20px 30px;position:relative;animation-duration:1s;animation-fill-mode:both;}
#timeline dl:nth-child(odd){text-align:right;animation-name:fadeInLeft}
#timeline dl:nth-child(even){text-align:left;margin-top:13%;animation-name:fadeInRight}
#timeline dl:nth-child(odd):before{content:"";width:13px;height:13px;position:absolute;right:-6px;top:40px;background:#fff;border:2px solid #0d64c2;border-radius:50%}
#timeline dl:nth-child(even):before{content:"";width:13px;height:13px;position:absolute;left:-6px;top:40px;background:#fff;border:2px solid #0d64c2;border-radius:50%}
#timeline dl dt{font-size:35px;letter-spacing:-.03em;color:#0d64c2;font-weight:400;margin-bottom:10px;margin-left:5px;margin-right:5px;}
#timeline dl dd{font-weight:400;letter-spacing:-.03em;color:#555;font-size:16px}
#timeline dl dd strong{margin:0 5px}
#timeline dl dd ul{margin:0;padding:0;}
#timeline dl dd ul li{list-style:none;word-break:break-word;margin:0 0 10px;line-height:1.8}
#timeline dl:nth-child(even) dd ul{padding-left:35px}
#timeline dl:nth-child(even) dd ul li{text-indent:-30px}
#timeline dl:nth-child(odd) dd ul{padding-right:35px}
#timeline dl:nth-child(odd) dd ul li strong{position:absolute;right:30px;}
#timeline dl:nth-last-of-type(1){margin-bottom:0;animation:none;}
#timeline dl:nth-last-of-type(1)::after {content: '';position: absolute;right: -4px;bottom: 0;width: 7px;height: 7px;background-color: #DCE4EC;border-radius: 50%;}
@media (max-width: 767px) {
	#timeline{padding-top: 50px;}
	#timeline::before{left:15px;}
	#timeline::after{left:15px;}
	#timeline dl{width:100%;}
	#timeline dl dt{font-size:24px;}
	#timeline dl dd{font-size:14px;word-break:keep-all}
	#timeline dl:nth-child(odd) {text-align:left;}
	#timeline dl:nth-child(odd):before,
	#timeline dl:nth-child(even):before{right:auto;left:9px;top:30px;}
	#timeline dl:nth-child(even){margin-top:0}
	#timeline dl:nth-child(odd) dd ul{padding-left:35px}
	#timeline dl:nth-child(odd) dd ul li{text-indent:-30px}
	#timeline dl:nth-child(odd) dd ul li strong{position:relative;right:auto;}
	#timeline dl:nth-last-of-type(1)::after{right:auto;left: 12px;bottom: -1px;}
}

/* 서브 - LOCATION */
#gmap {
	width: 100%;
	height: 450px;
	border: 1px solid #eee;
	background-color: #eee;
	margin: 0 0 30px;
}

/* 서브 - TECHNOLOGY */
#technology .con1_txt {
	margin: 30px 0 0;
}

#technology .con1_txt ul {
	margin: 0;
	padding: 0 0 0 2.1em;
}

#technology .con1_txt ul li {
	font-size: 18px;
	list-style: none;
	line-height: 1.8;
	text-indent: -1.6em;
	word-break: break-word;
}

#technology .con1_txt ul li::before {
	font-family: FontAwesome;
	content: '\f046';
	margin-right: 7px;
}

/* 게시판 */
.dh-board, #insertForm.form-horizontal, .dh-view-box {
	margin-top: 0;
}

.dh-board .table-hover {
    margin-top: 0;
    margin-bottom: 60px;
    border-bottom: 1px solid #ccc;
}
.dh-board * a{color:inherit;margin:0}
.dh-board .pagination{margin-bottom:10px;display:block}
.dh-board .pagination::after{content:'';display:table;clear:both}
.dh-board .pagination>li{display:inline-block}
.dh-board .pagination>li>a,.pagination>li>span{border:none;-webkit-box-shadow:none;box-shadow:none;border-radius:4px;width:2.286em;height:2.286em;display:block;text-align:center;margin:0 3px}
.dh-board .pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#162b75}
.dh-board .input-group .form-control[name="search_text"]{border-radius:4px!important;margin:0}
.dh-board .input-group .input-group-btn .btn.dropdown-toggle,.dh-board .input-group .input-group-btn input[type="submit"]{border-radius:4px!important;margin:0 5px}
.dh-board .input-group .input-group-btn #btnNew{border-radius:4px!important;margin:0;background-color:#162b75;border:1px solid #162b75}
.dh-view-box>.row>.page-header{border-top:2px solid #000;}
@media (max-width: 991px) {.dh-board .pagination{text-align:center}}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: none;
    border: none;
    margin: 0;
    padding: 15px;
	position: relative;
	cursor: pointer;
}

/* .bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
	margin-left: 0;
	margin-right: 0;
} */

.text-bbs6 .dh-board .input-group .input-group-btn .btn.dropdown-toggle {
	display: none !important;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: none;
    border: none;
    padding: 0 15px;
	margin: 0 0 30px;
	width: 33.3333333%;
}

.bbs-blog2-index-layout .dh-board div.clearfix {
	display: none !important;
}

@media (min-width: 992px) {
	.bbs-blog2-index-layout .dh-board > div:nth-of-type(6n) {
		display: block !important;
	}
}

@media (min-width: 540px) and (max-width: 991px) {
	.bbs-blog2-index-layout .dhb-txt-box-type-b {
		width: 50%;
	}
	
	.bbs-blog2-index-layout .dh-board > div:nth-of-type(4n) {
		display: block !important;
	}
}

@media (max-width: 539px) {
	.bbs-blog2-index-layout .dhb-txt-box-type-b {
		width: 100%;
	}
	
	.bbs-blog2-index-layout .dh-board > .clearfix {
		display: block !important;
	}
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
    height: auto;
    overflow: hidden;
    max-height: none;
    border: 0;
    box-shadow: none;
    -wekbit-box-shadow: none;
    position: relative;
    padding-bottom: 75%;
	background: #EDEDED;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    display: block;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead .dhb-thumb {
	position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    transition: ease .3s all;
    transform: translateY(-50%);
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	display: none;
}

.dhb-txt-box-type-b-text-layout {
	transition: ease .3s all;
}

.dhb-txt-box-type-b-text-layout h4 {
	margin: 10px 0 0;
	font-size: 16px;
	letter-spacing: -0.03em;
	text-align: center;
}

.dhb-txt-box-type-b-text-layout h4 strong {
	font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* .dhb-txt-box-type-b-text-layout h4 small {
    position: absolute;
    top: -18px;
    right: 14px;
} */

.dhb-txt-box-type-b-text-layout h4 small {
	display: none;
}

.dhb-txt-box-type-b-text-layout h4 small .label.label-danger {
	background: #fff;
	border-radius: 0;
	font-weight: 700;
	color: #162B75;
	vertical-align: 3px;
}

.dhb-txt-box-type-b-text-layout h4 small .label.label-danger::after {
	content: 'EW';
}

/* @media (min-width: 540px) {
	.bbs-blog2-index-layout .dhb-txt-box-type-b:hover .dhb-thumb {
		opacity: .25;
	}

	.bbs-blog2-index-layout .dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout {
		position: absolute;
		top: 50%;
		bottom: -30px;
		color: #fff;
		margin-top: -5px;
	}

	.bbs-blog2-index-layout .dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 {
		margin-top: 0;
		padding: 0 30px;
	}

	.bbs-blog2-index-layout .dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 strong {
		display: block;
		margin-bottom: 5px;
	}

	.bbs-blog2-index-layout .dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 small .label {
		border-radius: 30px;
		line-height: 1;
		display: inline-block;
		vertical-align: middle;
		padding-top: .3em;
	}
} */

.bbs-blog2-index-layout .dh-margin-top {
	margin-top: 50px;
}

.filter-items {
    margin: -30px 0 50px;
    text-align: center;
    padding: 0;
}

.filter-items > a {
    display: inline-block;
}

.filter-items .filter-label {
    background: none;
    color: #888;
    font-size: 16px;
    letter-spacing: -0.03em;
    margin: 0 30px 0 0;
	padding: 0 0 5px;
}

.filter-items .filter-label span::before {
    content: '#';
}

.filter-items a.on .filter-label {
    color: #000;
	font-weight: 600;
    border-bottom: 2px solid;
}

.dh-board > .clearfix.visible-xs+.clearfix {
	display: block !important;
}

/* .text-bbs8 .dh-view-box > .row:nth-child(1),
.text-bbs8 .dh-view-box .dh-view-info,
.text-bbs8 .dh-view-box .dh-attach {
	display: none !important;
} */

.text-bbs8 .dh-view-box .dh-attach+div {
	padding: 50px 20px !important;
}

/* .text-bbs8 .dh-view-box .dh-attach+div p>img,
.text-bbs8 .note-editable > p > img {
    width: calc(25% - 5px);
    margin: 0 5px 5px 0;
} */

/* @media (max-width: 767px) {
	.text-bbs8 .dh-view-box .dh-attach+div p>img,
	.text-bbs8 .note-editable > p > img {
		width: calc(50% - 5px);
	}
} */

.dh-view-box > .row .page-header h4 {
	font-size: 20px;
}

.text-bbs8 .dh-view-info {
	display: none;
}

.table {
    border-top: 2px solid #000;
    border-bottom: 2px solid #ccc;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 18px 15px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    color: #222;
    background: #f8f8f8;
}
.text-bbs8 .dh-view-box .dh-line {
	margin: 30px 0;
	padding: 0;
}

.dh-view-box .dh-line+div {
	padding: 0;
	margin: 0 0 50px;
	text-align: center;
}

.dh-view-box .dh-line+div .btn-group .btn {
	border-radius: 50%;
	border: 0;
	margin: 0 3px;
	background: none;
	color: #000;
	box-shadow: none !important;
	font-size: 16px;
}

.dh-view-box .dh-line+div .btn-group .btn.btn-danger {
	color: #D9534F;
}

.dh-board .table-hover th, .dh-board .table-hover td {
	letter-spacing: -0.03em;
	padding: 15px 15px;
	font-size: 15px;
}

.dh-board .table-hover td.subject small {
	display: none;
}

/*=====----- 메일폼 설정 -----=====*/
#mailForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 80px;
}
#mailForm .form-group {margin: 0; padding: 25px 35px; background: #f8f8f8; border-bottom: 1px solid #e0e0e0;}
#mailForm .form-group:first-child {border-top: 2px solid #000;}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#mailForm .form-group label {width: 15%; float: left; margin: 10px 0 0;}
#mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 85%; max-width: 935px; border: 1px solid #d0d0d0; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0);}
#mailForm .form-group input.form-control {height: 40px;}
#mailForm .form-group p.error, #mailForm .form-group~p.error {margin: 0; color: #d74d00; font-size: 12px}
#mailForm .form-group~p.error {padding-left: 35px; margin: -15px 0 0;}
#mailForm .form-group .checkbox {margin: -8px 0 0;}
#mailForm .form-group .checkbox label {width: 100%; margin: 0;}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 220px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 14px 0;
    border: none !important;
    border-radius: 4px;
    background: #444 !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.02em;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
input[type=button].btn-block:hover, input[type=reset].btn-block:hover, input[type=submit].btn-block:hover {
    background: #0d64c2 !important;
    color: #fff;
}
@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {max-width: 567px;}
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {padding: 20px 15px;}
    #mailForm .form-group label {width: 20%; font-size: 13px; font-weight: 500; letter-spacing: -0.05em;}
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 80%;}
    #mailForm .form-group~p.error {padding-left: 15px; margin: 0;}
    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {margin-top: 80px;}
}

/* 2019-02-11 */
#contact_mail .con1{margin-bottom:50px}
.login-layout,
.id-find-layout,
.pw-find-layout{
    padding: 50px 15px 100px;
}
.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: #0d64c2;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
    color: #fff;
    font-weight: 600;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #333;
    color:#fff
}
.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;
    }
}