@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Poppins:100,300,400,500,700,900');
@import url('https://use.fontawesome.com/releases/v5.6.1/css/all.css');
@import url('https://use.fontawesome.com/releases/v5.6.1/css/v4-shims.css');

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	font-family: Poppins, 'Noto Sans KR', sans-serif;
	padding-right: 0 !important;
/*     letter-spacing:-0.3px; */
}

.navbar ~ br, .divider-vertical, .topmarginLay_a, .footer_copy>.col-lg-12>br, .footer-social-layout, .mobile-btn-layout-container,
.bbs-list-index-layout > p:last-child {
	display: none !important;
}

/* 상단 메뉴 영역 */
.navbar-inverse {
	position: relative;
	background-color: #fff;
	border: none;
	margin-bottom: 0;
}

.navbar-inverse > .container {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container > .navbar-header {
	padding-left: 15px;
	padding-right: 15px;
	float: none;
	margin: 0 auto;
}

@media (min-width: 768px) {
	.container > .navbar-header {
		width: 750px;
		margin-top: 15px;
		margin-bottom: 10px;
	}
}

@media (min-width: 992px) {
	.container > .navbar-header {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container > .navbar-header {
		width: 1170px;
	}
}

.navbar-header .navbar-brand img {
	margin-top: 0;
	width: 200px;
}

.navbar-collapse {
	background-color: #0063A0;
	text-align: center;
	font-size: 0;
}

@media (min-width: 768px) {
	.navbar-right {
		float: none !important;
		margin-right: 0;
		padding-left: 15px;
		padding-right: 15px;
		float: none;
		margin: 0 auto;
		width: 750px;
	}
	
	.navbar-nav>li {
		float: none;
		width: 1%;
		display: table-cell;
	}
}

@media (min-width: 992px) {
	.navbar-right {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.navbar-right {
		width: 1170px;
	}
}

.navbar-inverse .navbar-nav > li > a {
	font-size: 15px;
	color: #fff;
}

.navbar-inverse .navbar-nav > li > a .caret {
	display: none;
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size: 16px;
/* 		border-right: 1px solid rgba(255, 255, 255, .1); */
	}

	.navbar-inverse .navbar-nav > li:nth-of-type(1) > a {
/* 		border-left: 1px solid rgba(255, 255, 255, .1); */
	}
	
	.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 > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
    .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, .1); */
        background: rgba(0,0,0,0);
		-webkit-box-shadow: none;
		box-shadow: none;
/*     border-color: rgba(255,255,255,0.4); */
       color:#07c7ae;
	}
}

.dropdown-menu {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    /* padding: 5px 0; */
    padding: 0;
    /* border-color: #e1e1e1; */
    background: #0063a0;
    border: none;
}

.dropdown-menu > li > a {
    padding: 12px 20px;
    /* color: #555; */
    /* border-bottom: 1px solid #dde2e4; */
    font-size: 15px;
    color: rgba(255,255,255,0.7);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 10px 20px;
}

.dropdown-menu > li:last-child > a {
	border-bottom: 0;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    /* color: #0063a0; */
    /* background: #fff; */
    background: rgba(255,255,255,0.1);
    color: #fff;
}

@media (min-width: 768px) {
	.navbar-nav .dropdown-menu {
		left: 0;
		right: 0;
	}
	
	.dropdown-menu > li > a {
		text-align: center;
	}
}

/* 메인 슬라이드 영역 */
.container_slide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container_slide .fill {
	height: 485px;
}

.container_slide #myCarousel .fill {
/* 	background-color: #f5f5f5; */
    background-color:#f4f6f7;
/* 	background-image: url(/skin/img/slide_tit.png) !important; */
	background-position: left top;
	background-repeat: repeat;
	background-size: auto;
/* 	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: right center; */
}

.carousel-caption {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 0 15px;
	margin: 0 auto;
	text-align: left;
	-webkit-text-shadow: none;
	text-shadow: none;
}

@media (min-width: 768px) {
	.carousel-caption {
		top: 45%;
		margin-top:0;
		transform: translateY(-50%);
		width: 750px;
	}
	
	.carousel-caption > p > span > img {
        right: 5vw;
        top: 50%;
        margin-top: 30px;
        transform: translateY(-50%);
        position: absolute;
    }
}

@media (min-width: 992px) {
	.carousel-caption {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.carousel-caption {
		width: 1170px;
	}
}

.carousel-caption h1 span, 
.carousel-caption p span {
	background: none;
	opacity: 1;
	padding: 0;
	-webkit-text-shadow: inherit;
	text-shadow: inherit;
}

.carousel-caption h1 {
    font-size: 48px;
    font-weight: 600;
    color: #333;
    margin: 0;
    letter-spacing: -1px;
}

.carousel-caption h1 > span > em {
    font-size: 50%;
    font-style: normal;
    background-color: #333;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 8px 20px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.3px;
    display: block;
    max-width: 150px;
    text-align: center;
}

.carousel-caption p {
    color: #888;
    margin-top: 10px;
    font-weight: 300;
    letter-spacing: -0.3px;
    font-size: 20px;
    margin: 15px 0 0;
}

.carousel-indicators {
    text-align: left;
    margin: 0;
    transform: translateX(-50%);
    margin-bottom: 0;
    bottom: 80px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    margin: 0 8px 0;
    border-radius: 50%;
    border: none;
    background: #ccc;
    box-shadow: inset 2px 2px 0 rgba(0, 0, 0, 0.2);
}

.carousel-indicators .active {
    width: 14px;
    height: 14px;
    margin: 0 8px 0;
    border-radius: 50%;
    border: none;
    background: #0063A0;
}

/* .carousel-indicators .active::after {
    content: '';
    position: relative;
    display: block;
    width: 9px;
    height: 9px;
    background-color: #555;
    border-radius: 50%;
    top: 2px;
    left: 2px;
} */

/* 푸터 영역 */
.footer_copy,.footer_copy>.col-lg-12 {
    float: none;
    position: relative;
    margin: 0;
    padding: 0;
    background: #0063a0;
}

footer {
	margin: 0;
    background-color: transparent;
/*     padding: 50px 0; */
/*     border-top: 1px solid #dde2e4; */    
}

.footer-text {
	margin: 0;
/* 	padding: 0; */
	background-color: #0063A0;
	padding: 50px;
}

.footer-text > li {
	list-style: none;
	line-height: 1.8;
	color: #fff;
	display: inline-block;
}

.footer-text > li+li {
	margin-left: 20px;
}

@media (min-width: 1500px) {
	footer .container {
		width: 1270px;
	}
}

.footer-text > li > strong {
	font-size: 125%;
}

/* 서브 페이지 */
.container.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.sub .header {
    padding: 15px 0;
/*     border-bottom: 1px solid #dde2e4; */
/*     background: #f5f5f5; */
    background-color:#fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.05);
}

.sub .header .breadcrumb {
	margin: 0;
	padding: 0;
	background: none;
}

.sub .header .breadcrumb > li {
	color: #888;
	font-size: 13px;
	font-weight: 500;
}

.sub .header .breadcrumb > li+li::before {
	font-family: FontAwesome;
	content: '\f105';
}

.sub .header .breadcrumb > li.active {
	color: #333;
	font-weight: 600;
}

/* 서브 페이지 - 사이드 메뉴 */
.sub .contents {
	position: relative;
}

#sub-side {
    padding: 50px 0 50px;
	margin-right: -15px;
}

#sub-content::after {
	position: absolute;
	content: '';
	width: 1px;
/* 	background-color: #dde2e4; */
	top: 0;
	bottom: 0;
	left: 0;
}

#sub-side em {
    margin: 0;
    display: block;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
    line-height: 1;
    letter-spacing: -0.05em;
    padding: 0 0 20px;
    border-bottom: 1px solid #dde2e4;
}

#sub-side .nav-pills > li > a {
    font-size: 15px;
    border-radius: 0;
    border-bottom: 1px solid #dde2e4;
    padding: 12px 15px 12px 15px;
    color: #555;
    background: #fff;
}

#sub-side .nav-pills > li > a:hover,
#sub-side .nav-pills > li > a:focus {
/*     background: #f5f5f5; */
    background-color:#f4f6f7;
}

#sub-side .nav-pills > li.active > a,
#sub-side .nav-pills > li.active > a:hover,
#sub-side .nav-pills > li.active > a:focus {
/*     background: #666a80; */
    background:#01C5A2;
    font-weight: 600;
    color: #fff;
}

#sub-side .nav-pills > li.active > a::after,
#sub-side .nav-pills > li > a:hover::after {
    font-family: FontAwesome;
    content: '\f105';
    float: right;
}

.nav-stacked>li+li{
    margin:0;
}

#sub-content {
    padding: 50px 30px;
}

.sub-title h2 {
    margin: 0 0 60px;
	line-height: 1;
	position: relative;
}

.sub-title h2 em {
    margin: 0 0 25px;
    display: block;
    font-size: 28px;
    font-weight: 600;
    font-style: normal;
/*     letter-spacing: -0.05em; */
}

.sub-title h2 em > small {
    color: inherit;
    font-weight: 600;
    vertical-align: middle;
    margin-left: 10px;
    opacity: .8;
}

.sub-title h2::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    height: 2px;
    background-color: #f3f3f3;
    display: block;
    content: '';
    z-index: 1;
}

.sub-title h2::before {
    position: absolute;
    left: 0;
    /* right: 0; */
    bottom: -20px;
    height: 2px;
/*     background-color: #0063A0; */
    display: block;
    content: '';
    z-index: 2;
    width: 20%;
}

.sub-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.8;
    word-break: keep-all;
    margin: 0 0 30px;
    color: #555;
}

.text-primary {
    color: #0063A0;
}

.greeting-text h3 {
	font-size: 42px;
	font-weight: 400;
	color: #0063A0;
/* 	letter-spacing: -0.03em; */
	margin: 0 0 60px;
}

.greeting-text h3 span {
/* 	color: #666a80; */
    color:#01c5a2
}


.table.table-history {
    margin-bottom: 40px;
    border-top: 1px solid #b4bfc3;
    border-bottom: 1px solid #dde2e4;
}

.table.table-history th, 
.table.table-history td {
    padding: 12px 15px;
    vertical-align: top;
    line-height: 1.8;
    border-bottom: 1px dashed #dde2e4;
    vertical-align: middle;
}

.table.table-history th {
    font-size: 20px;
    font-weight: 400;
/*     color: #666a80; */
    width: 150px;
    letter-spacing: -0.03em;
    text-align: center;
}

.table.table-history td {
    font-size: 15px;
    font-weight: 400;
    color: #555;
}

.table.table-location {
/* 	margin-bottom: 30px; */
	margin: 0;
}

.table.table-location th, 
.table.table-location td {
	padding: 0;
	vertical-align: top;
	line-height: 1.8;
}

.table.table-location th {
/* 	font-size: 20px; */
	font-size: 15px;
	line-height: 2.5;
	font-weight: 600;
	color: #666a80;
	width: 100px;
}

.table.table-location td {
    font-size: 15px;
    line-height: 2.5;
    color: #555;
}

.transit {
    display: inline-block;
    position: relative;
    border-radius: 4px;
    line-height: 1;
    font-weight: 600;
    color: #555;
}
.transit.bundang::before {
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    content: '분당선';
    border: 2px solid #F5A200;
    color: #da9000;
    padding: 1px 8px;
    border-radius: 30px;
    margin-right: 6px;
}

.product-text h3 {
    font-size: 32px;
    font-weight: 400;
    color: #333;
    letter-spacing: -0.5px;
    margin: 0 0 15px;
}

.product-text h3 span {
	color: #9EB469;
}

.certs .img-responsive {
	margin-bottom: 10px;
	cursor: pointer;
}

.certs .img-responsive+span {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}

.img-thumbnail {
	border-radius: 0;
}

.certs .img-responsive.img-thumbnail:hover {
	border-color: #666a80;
}

.modal.modal-style .modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
}

.modal.modal-style .modal-header {
    background-color: #0063A0;
    text-align: left;
    color: #fff;
}

.modal.modal-style .modal-header .close {
    color: #fff;
    opacity: .5;
    font-size: 32px;
    position: absolute;
    right: 15px;
    top: 10px;
    font-weight: 100;
}

.modal.modal-style .modal-header .close::before {
    content: '닫기';
    font-size: 13px;
    position: relative;
    vertical-align: 5px;
    margin-right: -3px;
}

.modal.modal-style .modal-header .close:hover {
    opacity: 1;
}

.dh-board .table.table-hover {
/* 	margin-bottom: 30px; */
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 0;
}

.dh-board .table.table-hover th, 
.dh-board .table.table-hover td {
    font-size: 14px;
    padding: 10px 15px;
    vertical-align: middle;
    font-weight: 400;
    line-height: 1.8;
    border-bottom: 1px solid #dde2e4;
    color: #555;
}

.dh-board .table.table-hover td a {
    font-weight: 400;
    color: #555;
}

.dh-board .table.table-hover thead tr th {
/* 	background-color: #f5f5f5; */
    background-color:#f4f6f7;
	font-weight: 600;
}

.dh-board .table.table-hover tbody tr td.subject .label {
	background: none !important;
	color: #666a80  !important;
	line-height: 1;
    vertical-align: 2px;
}

.table-hover>tbody>tr:hover {
    background: #fcfcfc;
}

.table-hover>tbody>tr:hover .subject a {
    color: #0063A0;
}

.dh-board .dh-margin-top {
	margin-top: 30px;
}

.pagination>li>a,
.pagination>li>span {
	border: 1px solid #dde2e4;
	border-radius: 0 !important;
	margin-top: 0;
	margin-bottom: 0;
	color: #555 !important;
}

.pagination>li:last-child>a {
	margin-left: 15px;
}

.pagination>li:first-child>a {
	margin-right: 15px;
}

.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
    background: #f3f3f3;
    border: 1px solid #dde2e4;
    color: #333 !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	border-color: #bbb;
	background: #fff;
}

#insertForm .input-group .btn {
	border-radius: 0;
	border-color: #dde2e4;
}

#insertForm .input-group .form-control {
	box-shadow: none;
	border-color: #dde2e4;
}

#btnNew {
    color: #fff;
/*     background: #666a80;
    border-color: #666a80 !important; */
    background:#01c5a2;
    border-color:#01c5a2 !important;
}


.input-group, .input-group-addon, .input-group-btn, .input-group-btn .btn, .form-control {
	border-radius: 0;
}


.dh-view-box {
	margin-top: 0px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #dde2e4;
    padding: 15px 20px;
/*     background: #f5f5f5; */
    background-color:#f4f6f7;
}

.dh-view-box>.row>.page-header h4 {
    margin: 0;
    font-size: 20px;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: none;
	background: transparent;
	padding: 8px 20px 8px;
	color: #888;
    display: none;
}

.dh-view-box>.row>.dh-view-info>span {
	padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
	color: #555;
	padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
	margin: 0;
	padding: 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
	padding: 30px 40px 40px !important;
}


#mailForm input[type=submit] {
    display: block;
    width: 200px;
    padding: 15px;
    border-radius: 0;
    border: none;
    margin: 100px auto 0;
    background-color: #01c5a2;
    text-transform: uppercase;
    transition:all ease 0.3s;
}

#mailForm input[type=submit]:hover,
#mailForm input[type=submit]:active {
    background: #13d8b6;
}

#mailForm .form-control{
    box-shadow:none;
}

#mailForm .form-control:focus {
    border-color: #0063a0 ;
}

/* 메인 하단 게시판 */
.container_contents {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.intro-board-widget-layout {
	margin: 0 auto;
/* 	padding: 50px 0 35px; */
	padding: 60px 0 50px;
}

.intro-board-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

@media (min-width: 768px) {
	.intro-board-widget-layout {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.intro-board-widget-layout {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.intro-board-widget-layout {
		width: 1170px;
	}
}

.intro-boardbox {
	width: 33.333333%;
}

@media screen and (max-width: 991px) {
	.intro-board-widget-layout {
		width: 100%;
	}
	.intro-boardbox {
		width: 100%;
	}
}

/* ---------- 게시판 타이틀 설정 ---------- */

.intro-boardbox .page-header {
	padding: 0 0 6px;
	margin: 10px 0 10px;
	border-bottom: none;
}

.intro-boardbox .page-header h4 {
	margin: 0;
	color: #333;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: -1px;
}

.intro-boardbox .page-header h4 .btn {
	padding: 0;
	margin: 0;
}

.intro-boardbox .page-header h4 .btn .fa-plus:before {
	content: url('/skin/img/main/btn-board-more.png');
}

.intro-boardbox .banner-wrap {
	min-height: 105px;
}

.intro-boardbox .banner-icon {
	display: inline-block;
	float: left;
	margin: 0 22px 0 15px;
	padding-top: 7px;
}

.intro-boardbox .banner-icon i {
    font-style: inherit;
    font-size: 34px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    background: #f5fdfc;
    color: #01c5a2;
    text-align: center;
    border-radius: 50%;
}

.banner-text {
	display: inline-block;
}

.banner-text h5 {
	margin: 8px 0 10px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.banner-text h3 {
    margin: 10px 0 8px;
    color: #01c5a2;
    font-size: 24px;
    font-weight: 500;
}

.banner-text p {
	font-size: 13px;
	margin: 0 0 0;
	color: #555;
	line-height: 1.6;
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	background-color: transparent !important;
	border: none;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 0;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 15px 0;
	border-bottom: 1px solid #dedede;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #555;
	font-weight: 400;
	font-size: 14px;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #333;
	text-decoration: none;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 250px;
	white-space: nowrap;
}

.intro-boardbox:first-child .list-row-subject:before {
	content: "공지";
	color: #0063A0;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
}
.intro-boardbox-kr.intro-boardbox:first-child .list-row-subject:before {
	content: "공지";
}
.intro-boardbox-en.intro-boardbox:first-child .list-row-subject:before {
	content: "Notice";
}
.intro-boardbox:nth-child(2) .list-row-subject:before {
	content: "자료";
	color: #0063A0;
	margin-right: 10px;
	font-size: 14px;
	font-weight: 600;
}
.intro-boardbox-kr.intro-boardbox:nth-child(2) .list-row-subject:before {
	content: "자료";
}
.intro-boardbox-en.intro-boardbox:nth-child(2) .list-row-subject:before {
	content: "PDS";
}
.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}

.dh-front-list2 h6 a small>span {
	color: #666a80  !important;
	background: none !important;
}

.navtop-inner {
	position: relative;
}

.navtop-inner .pull-right {
	position: absolute;
}

.navtop-inner .pull-right ul {
    margin: 35px 0 0;
    padding: 0;
}

.navtop-inner .pull-right ul li {
    list-style: none;
    display: inline-block;
}

.navtop-inner .pull-right ul li > a {
    color: #aab1b5;
    text-decoration: none;
}

.navtop-inner .pull-right ul li.active > a {
    color: #000;
    font-weight: 500;
}

.navtop-inner .pull-right ul li+li::before {
	content: '|';font-size: 13px;vertical-align: 2px;margin: 0 9px 0 5px;color: #c4ced4;
}

/* 2018-12 New Main */
.section-tit {
	text-align: center;
}

.section-tit h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 40px;
    color: #0063a0;
}

#visual {
    background-color: #ccc;
	background-image: url(/skin/img/slide/main1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
    padding: 100px 0;
    text-align: center;
}

#visual .tit h2 {
    font-size: 48px;
    font-weight: 400;
    text-transform: uppercase;
    color: #0063A0;
    margin: 0 0 30px;
    line-height: 1.2;
}

#visual .tit p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    text-transform: uppercase;
    color: #0063A0;
    margin: 0 0 60px;
}

#visual .txt p {
    font-size: 18px;
/*     font-weight: 300; */
    line-height: 1.8;
    color: #0063A0;
	margin: 0;
    text-shadow: 0 0 4px rgba(255,255,255,0.5);
}

#visual .txt p+p {
	margin-top: 20px;
}

#visual .txt p > strong {
    display: block;
    font-size: 125%;
    font-weight: 600;
}

#about {
	background-color: #F5FDFC;
	padding: 100px 0;
	text-align: center;
}

#about .tit h2 {
    font-size: 64px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0063A0;
    margin: 0 0 10px;
}

#about .tit p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    text-transform: uppercase;
    color: #0063A0;
    margin: 0 0 30px;
}

#about .txt h4 {
	color: #0063A0;
    display: block;
    font-size: 24px;
    font-weight: 600;
	margin: 0 0 30px;
}

#about .txt p {
    font-size: 18px;
/*     font-weight: 300; */
    line-height: 1.8;
    color: #0063A0;
	margin: 0;
}

#about .txt > .row {
	margin: 30px 0 30px;
}

.main_about_item {
	margin: 30px 0 30px;
}

@media (min-width: 992px) {
	#about .txt > .row > div[class^=col] {
		width: 20%;
	}
}

.main_about_item img[src*=".svg"] {
	height: 64px;
	display: block;
	margin: 0 auto 10px;
}

.main_about_item i {
    color: #01C5A2;
    font-size: 3.25em;
    display: block;
    margin: 0 auto 20px;
}

.main_about_item span {
	display: block;
	word-break: keep-all;
	font-size: 16px;
/* 	letter-spacing: #-0.05em; */
	color:#0063a0;
}

#main .section-btn .btn {
    background-color: #01C5A2;
    padding: 14px 45px;
    border-radius: 0px;
    font-weight: 500;
    color: #fff;
    font-size: 15px;
    transition: all ease 0.3s;
}

#main .section-btn .btn:hover,
#main .section-btn .btn:focus {
    background: #13d8b6;
}

#product {
	padding: 100px 0;
	text-align: center;
}

#product .tit h2 {
    font-size: 64px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0063A0;
    margin: 0 0 10px;
}

#product .tit p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    text-transform: uppercase;
    color: #0063A0;
    margin: 0 0 30px;
}

#product .txt h4 {
	color: #0063A0;
    display: block;
    font-size: 24px;
    font-weight: 600;
	margin: 0 0 30px;
}

#product .txt p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #0063A0;
	margin: 0;
}

#product .txt > .row {
	margin: 60px 0 30px;
}

.product_item {
	display: block;
	margin: 0 0 30px;
	color: inherit;
	text-decoration: none !important;
	outline: none !important;
	position: relative;
	transition: ease-in-out .3s;
}

.product_item:hover,
.product_item:focus {
	text-decoration: none;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, .125);
}

.product_item .box {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	transition: ease-in-out .3s;
    background-color: rgba(0,0,0,0);
    box-shadow: inset 0px 0px 200px rgba(0,0,0,.5);
	text-shadow: 0 0 10px rgba(0,0,0,.75);
}

.product_item:hover .box {
    background-color: rgba(0,0,0,.5);
    box-shadow: none;
	text-shadow: none;
}

.product_item .box .text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 28px;
    transform: translateY(-50%);
    transition: ease-in-out .3s;
}

.product_item:hover .box .text {
    transform: translateY(-100%);
}

.product_item .box .hover {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    transition: ease-in-out .3s;
    color: #fff;
    font-weight: 600;
    opacity: 0;
}

.product_item:hover .box .hover {
    opacity: 1;
    transform: none;
}

#convention {
/* 	background-color: #F5FDFC; */
	padding: 100px 0;
	text-align: center;
}

#convention .tit h2 {
    font-size: 64px;
    font-weight: 600;
    text-transform: uppercase;
    color: #0063A0;
    margin: 0 0 10px;
}

#convention .tit p {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-indent: -0.1em;
    text-transform: uppercase;
    color: #0063A0;
    margin: 0 0 30px;
}

#convention .txt h4 {
	color: #0063A0;
    display: block;
    font-size: 24px;
    font-weight: 600;
	margin: 0 0 30px;
}

#convention .txt p {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #0063A0;
	margin: 0;
}

#convention .txt > .row {
	margin: 60px 0 0;
}

#convention .txt > .row img {
	margin-bottom: 30px;
	position: relative;
	transition: ease .3s all;
}

#convention .txt > .row a {
	display: block;
}

#convention .txt > .row img:hover {
	transform: scale(1.05);
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    padding: 80px 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 #dde2e4;
    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 #dde2e4;
    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: #0063A0;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #01C5A2;
    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 .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #13d8b6;
}
.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;
    }
}