@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.5.0/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.5.0/css/v4-shims.css);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	background-color: #fff;
}

/* 폰트 설정 */
.body-layout{
	opacity: 0;
}
.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: 'Noto Sans KR','NanumBarunGothic', 'Malgun Gothic', sans-serif;
}

/* 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;
}

/* 상단 메뉴 설정 시작 */

.navbar-inverse {
	background: #fff;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: none;
	position: static;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: transparent;
	color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.2) !important;
}

.navbar~br {
	display: none;
}

/* ----- 메뉴 상단 영역 설정 시작 ----- */

.navbar-inverse>.container {
	width: 100%;
	padding: 0;
}

.navbar-inverse .navbar-wrap {
	width: 1170px;
	margin: 0 auto;
	position: relative;
}

.navbar-inverse .navbar-wrap .navbar-logo {
	display: inline-block;
	float: left;
	padding: 20px 15px;
}

.navbar-inverse .navbar-wrap .navbar-logo img {
	max-width:180px;
}

.navbar-inverse .navbar-wrap .navbar-small {
	position: absolute;
	top: 50px;
}

.navbar-inverse .navbar-wrap .navbar-small>ul {
	list-style: none;
	padding: 0;
	overflow: hidden;
	margin: 0;
	line-height: 1;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li {
	float: left;
	padding: 0;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li>button {
	margin-left: 15px;
	padding-left: 15px;
	font-size: 13px;
	color: #666;
	line-height: 1;
	border: none;
	border-left: 1px solid #d5d8dc;
	background: transparent;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li>button.active {
	font-weight: bold;
	color: #3769b0;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li:first-child>button {
	padding-left: 0;
	margin-left: 0;
	border-left: 0;
}

.navbar-inverse .navbar-wrap .navbar-small>ul>li:hover>button {
	color: #333;
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-wrap {
		width: 100%;
	}
	.navbar-inverse .navbar-wrap .navbar-logo {
		margin: 0 0 10px;
		padding: 10px 15px 10px;
	}
}

@media screen and (max-width: 767px) {
/* 	.navbar-inverse>.container:first-child {
		display: inline-block;
		float: left;
		width: 80%;
	}
	.navbar-inverse>.container:last-child {
		display: inline-block;
		float: right;
		width: 20%;
	}
	.navbar-inverse .navbar-wrap .navbar-small {
		display: none;
	} */
	.navbar-inverse>.container:last-child {
		position:absolute;
		top:0;
	}
	.navbar-inverse .navbar-wrap .navbar-small {
		z-index:10000;
		right:20px;
		top:0;
	} 
}

/* ----- //메뉴 상단 영역 설정 끝 ----- */

/* ----- 메인 메뉴 설정 시작 -----*/

.navbar-collapse {
	background: #3769b0;
}

.navbar-inverse .navbar-brand {
	display: none;
}

.navbar-inverse .navbar-nav {
    float: none !important;
    margin: 0 auto !important;
    max-width: 1170px;
    padding: 0 15px;
}



.navbar-inverse .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
	text-align: center;
	padding: 14px 30px 14px;
	margin: 0;
	min-width: 0;
	border-right: 1px solid #5982bd !important;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #fff;
	border-right: 1px solid #5982bd !important;
	background: #2f5c9c;
}

.navbar-inverse .navbar-nav>li:first-child>a {
	border-left: 1px solid #5982bd !important;
}

.caret {
	display: none;
}

.navbar-inverse .divider-vertical {
	display: none;
}
@media(min-width:768px){
	.navbar-nav>li {
		width: 16%;
	}
}

@media screen and (max-width: 991px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 16px;
		margin: 22px 0px 18px 0px;
		padding: 12px 20px 12px 20px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 15px;
		margin: 0;
		padding: 14px 20px 14px 20px;
		text-align: left;
		width: 100%;
	}
	.navbar-collapse {
		position: absolute;
		left: 0px !important;
	}
}

/* ----- //메인 메뉴 설정 끝 -----*/

/* ----- 서브 메뉴 설정 시작 -----*/

.dropdown-menu {
	left: 0 !important;
	right: auto !important;
	padding: 0;
	margin: 0;
	border-radius: 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
	border: none;
	min-width: 100%;
	background: #fff;
}

.dropdown-menu>li>a {
	background: transparent;
	color: #666;
	padding: 13px 30px;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
	font-weight: 400;
	border-bottom: 1px solid #d5d8dc;
}

.dropdown-menu>li:last-child>a {
	border-bottom: none !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	background: #fff;
	color: #3769b0;
	font-weight: 600;
}

@media screen and (max-width: 767px) {
	.dropdown-menu {
		padding: 0;
	}
}

/* ----- //서브 메뉴 설정 끝 -----*/

/* ----- 모바일 메뉴 시작 ----- */

.navbar-toggle {
	background: #494f48;
	border-radius: 3px;
	border: none;
	margin: 0;
	padding: 12px 12px;
	top:32px;
	right:42px;
}

@media(max-width: 767px) {
	.navbar-inverse .navbar-collapse{
    	z-index: 1000;
		margin:0;
		padding:0;
		width: 100%;
		top:81px;
	}
	.navbar-inverse .navbar-nav{
		padding:0;
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>li>a,
	.navbar-inverse .navbar-nav>li:first-child>a{
		border:none!important;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #555;
		background: #f7f7f7;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
}

/* ----- //모바일 메뉴 끝 ----- */

/* 상단 메뉴 설정 끝 */

/* 하단 카피라이트 설정 시작*/

.footer_copy .text-center {
	background: #424448;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #92969c;
}

.footer-top {
	width: 100%;
	display: inline-block;
	padding: 20px 0;
	background: #575a5f;
}

.footer-top>ul {
	list-style: none;
	max-width: 1170px;
	margin: 0 auto;
	padding: 0 20px;
}

.footer-top>ul>li {
	display: inline-block;
	float: left;
}

.footer-top>ul>li>a {
	color: #c4c6ca;
	padding-right: 20px;
	font-size: 14px;
	font-weight: 400;
	font-family: NanumBarunGothic, "나눔고딕, NanumGothic, "맑은 고딕", "Malgun Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.footer-top>ul>li>a:hover,
.footer-top>ul>li>a:focus {
	text-decoration: underline;
	color: #fff;
}

.footer-bottom {
	max-width: 1170px;
	margin: 0 auto;
	padding: 40px 15px 45px;
}

.footer-bottom ul {
	padding: 0;
	margin-bottom: 8px;
	overflow: hidden;
}

.footer-bottom ul li {
	float: left;
	padding: 0 10px;
	border-left: 1px solid #5d5f65;
}

.footer-bottom ul li:first-child {
	padding-left: 0;
	border-left: none;
}

.footer-bottom ul li span {
	margin-right: 10px;
	font-weight: bold;
	color: #92969c;
}

.footer-bottom .copy {
	font-size: 14px;
	margin: 10px 0 0;
}

.socialArea {
	display: none;
}

.footer-con+br {
	display: none;
}

@media screen and (max-width: 991px) {
	.footer-con {
		width: 100%;
	}
}

/* 하단 카피라이트 설정 끝*/

/* 슬라이드 설정 시작*/

.container_slide {
	width: 100%;
	padding: 0;
}

.carousel-control {
	display: none;
}

.gu-slider .carousel-inner .item {
	height: 480px;
	background-size: cover !important;
	background-position: center !important;
}

.gu-slider .carousel-inner .item>.container {
	position: relative;
	height: 100%;
	padding: 60px 0 60px;
}

.slide-box-left {
	color: #fff;
	float: left;
	width: 85%;
	padding: 0 15px 0;
}

.slide-caption em {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	line-height: 15px;
}

.slide-caption em span {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 28px;
	font-weight: 300;
	line-height: 28px;
}

.slide-caption h3 {
	font-size: 42px;
	line-height: 1.4;
	font-weight: 400;
	color: #16396a;
	margin: 50px 0 20px;
}

.slide-caption h3 span {
	display: block;
	width: max-content;
	font-size: 50px;
	font-weight: 600;
	letter-spacing: -1.5px;
}

.slide-caption p {
	font-size: 20px;
	line-height: 1.5;
	margin: 0;
	color: #16396a;
	letter-spacing: -0.5px;
}

.carousel-inner .item:nth-child(2) .slide-caption h3,
.carousel-inner .item:nth-child(2) .slide-caption p {
	color: #fff;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

/* ----- 슬라이드 버튼 박스 영역 ----- */

.slide-box-right {
	top: 50%;
	right: 0;
	width: 15%;
	position: absolute;
	padding-bottom: 15px;
	background: rgba(0, 0, 0, 0.6);
	transform: translateY(-50%);
}

.slide-box-right .title {
	padding: 35px 0 15px;
	/* padding: 30px 0 15px; */
	text-align: center;
}

.slide-box-right .title h2 {
	padding: 0;
	position: relative;
	margin: 0;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	line-height: 1;
}

.slide-box-right .title p {
	color: #d7fffd;
	font-size: 13px;
	line-height: 16px;
	word-wrap: break-word;
	word-break: keep-all;
	display: none;
}

.button-wrap {
	padding: 0;
	margin: 0;
}

.button-wrap li {
	text-align: left;
	margin: 0;
	padding: 0 20px;
}

.button-wrap li a {
	padding: 18px 10px;
	/* padding: 13px 10px; */
	display: block;
	color: #fff;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.button-wrap li:last-child a {
	border-bottom: none;
}

/* ----- 슬라이드 버튼 ----- */

.carousel-indicators {
	text-align: left;
	bottom: 100px;
	padding: 0 6px;
}

.carousel-indicators li,
.carousel-indicators .active {
	width: 15px;
	height: 15px;
	border: none;
	background: #3769b0;
	margin: 0 3px 0;
	opacity: 0.5;
}

.carousel-indicators .active {
	opacity: 1;
}

@media screen and (max-width: 991px) {
	.slide-box-left {
		width: 70%;
	}
	.slide-box-right {
		width: 30%;
	}
}

@media screen and (max-width: 767px) {
	.container_slide {
		display: none;
	}
}

/* 슬라이드 설정 끝*/

/* 메인 페이지 설정 시작 */

.mobile-btn-layout-container {
	display: none;
}

.container.container_contents {
	width: 100%;
	padding: 0;
	background: #fff;
}

/* ----- main-html-area ----- */

.intro-html-layout {
	background: #f2f3f7;
	margin: 0;
}

.html-header {
	color: #008470;
	font-size: 23px;
	font-weight: 400;
	margin: 0 0 15px;
	padding: 0 0 6px;
	border-bottom: 2px solid #ccc;
	letter-spacing: -0.03em;
}

.html-header .btn {
	color: #999;
	padding: 2px 5px 2px;
	margin: 0;
	font-size: 20px;
	line-height: 1;
}

.html-header .btn:hover,
.html-header .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #ed7744;
}

.html-header .btn .fa-plus:before {
	content: "\f105";
}

/* ---------- 사업분야 영역 ---------- */

.main-wrap {
	width: 1170px;
	margin: 0 auto;
	min-height: 150px;
}
.main-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.main-con {
	position: relative;
	width: 33.3%;
	float: left;
	padding: 10px 0px 10px 25px;
	margin: 20px 0 20px;
	border-right: 1px solid #d5d8dc;
}

.main-con-text {
	display: inline-block;
	float: left;
}

.main-con-text h5 {
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin: 0 0 10px;
}

.main-con-text h5 span {
	color: #3769b0;
	font-size: 13px;
	font-weight: 400;
	padding-left: 7px;
}

.main-con-text p {
	display: block;
	width: 60%;
	margin: 0 0 15px;
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	font-weight: 400;
	letter-spacing: -0.3px;
}

body.en .main-con-text p {
	width: 74%;
	min-height: 84px;
}

.main-con-img {
	position: absolute;
	right: 0;
	top: 30px;
	/* top: 50%;
	transform: translateY(-50%); */
	padding: 0 25px 0 5px;
	width: 23%;
	/* width: 30%; */
}

.main-con-img img {
	border: 1px solid #ddd;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 991px) {
	.main-wrap {
		width: 100%;
	}
	.main-con {
		width: 50%;
	}
}

@media screen and (max-width: 767px) {
	.main-con {
		width: 100%;
		padding: 10px 20px 10px 30px;
		border-right:none;
	}
}

/* ----- //main-html-area ----- */

/* ----- main-board-area ----- */

.intro-board-widget-layout {
	width: 1170px;
	margin: 0 auto;
	padding: 50px 0 35px;
}

.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: #e8eaef;
	color: #3769b0;
	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: 0 0 5px;
	color: #3769b0;
	font-size: 24px;
	font-weight: 600;
}

.banner-text p {
	font-size: 13px;
	margin: 0 0 0;
	color: #666;
	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: 12px 0 12px;
	border-bottom: 1px solid #dedede;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	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: #3769b0;
	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: #3769b0;
	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: "news";
}
.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: #33a681 !important;
}

/* ----- //main-board-area ----- */

/* //메인 페이지 설정 끝 */

/* 서브 페이지 설정 시작 */

/* ----- 서브페이지 common 설정 ----- */

.sub-layout {
	padding: 0;
}

#content {
	padding: 0 40px 40px;
	border-left: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
	#content {
		padding: 0 15px 40px;
		border: none;
	}
}

/* ----- 서브페이지 left-menu 설정 ----- */

.left_menu_wrap {
	padding: 0;
}

@media screen and (max-width: 991px) {
	.left_menu_wrap {
		display: none;
	}
}

.left_menu {
	list-style: none;
	padding: 0 0 0;
	margin: 0 0 50px;
}

.left_menu>div {
	padding: 40px 15px 40px;
	border-bottom: 1px solid #dedede;
}

.left_menu h3 {
	color: #444;
	font-size: 28px;
	font-weight: 500;
	margin: 0;
}

.left_menu>li>a {
	display: block;
	border-bottom: 1px solid #dedede !important;
	margin: 0 0 0;
	padding: 10px 15px 10px;
	color: #555;
	font-size: 14px;
	font-weight: 400;
}

.left_menu>li.active>a {
	color: #fff;
	background: #008470;
}

.left_menu>li.active>a:after {
	content: "\276F";
	float: right;
}

/* ----- 서브페이지 content 설정 ----- */

.breadcrumb_wrap {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #dedede;
	padding: 40px 15px 0px;
	margin: 0 0 35px;
}

.breadcrumb_wrap h3 {
	display: inline-block;
	float: left;
	margin: 0 0 0;
	padding: 0 0 40px;
	color: #454545;
	font-size: 28px;
}

.breadcrumb {
	background-color: transparent;
	border-radius: 0;
	display: inline-block;
	margin: 10px 0 0;
	padding: 0 0 0;
	text-align: right;
	font-size: 13px;
	font-weight: 400;
	color: #999;
}

.breadcrumb>.active {
	color: #333;
}

.breadcrumb>li+li:before {
	content: "\276D";
}

.content_wrap h3 {
	font-weight: 400;
	color: #434343;
	line-height: 1.4;
}

.content_wrap h4 {
	font-size: 18px;
	font-weight: 400;
	color: #3a3a3a;
	line-height: 1.5;
	margin: 0 0 0;
	padding: 0 0 20px;
}

.content_wrap p {
	font-size: 14px;
	line-height: 1.8;
	color: #757575;
	margin: 0 0 14px;
	padding: 0 0 10px;
}

/* ---------- sub page - 메일문의 ---------- */

#mailForm,
#mod_type_formForm {
	/* padding: 45px; */
	/* box-shadow: 0px 4px 10px rgba(0,0,0,0.15); */
}
#mailForm, #mailForm input,
#mod_type_formForm, #mod_type_formForm input,
#mod_type_formForm .q_number .pull-left{
    
}
.form-control {
	padding: auto 16px;
	height: auto;
	font-size: 14px;
	line-height: 1.6;
	color: #666;
	border-radius: 0;
	border-color: #d5d5d5;
}

.q_number input {
    margin: 0 0 20px;
}

#mailForm .btn-primary {
    background: #3769b0;
    border-radius: 0;
    border: 1px solid #3769b0 !important;
    padding: 15px 0;
    max-width: 180px;
    line-height: 1;
    margin: 95px auto 0;
    color: #fff;
}

#mailForm .btn-primary:hover, #mod_type_formForm .btn-wrap .btn-primary:hover {
    background: #2a5a9d;
}

#mailForm label[for='mail_agree'] {
    font-size: 12px;
    letter-spacing: -0.01em;
}

/* ---------- sub page - 로그인 ---------- */

.login-layout .panel {
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	border: 1px solid transparent;
}

.login-layout .panel-body h2 {
	margin: 0;
	color: #454545;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0.01em;
}

.login-layout .inner-box-msg p {
	font-size: 13px;
	color: #666;
}

.login-layout .inner-box-form form label {
	font-size: 14px;
}

.login-layout input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background: #fff !important;
	border: 1px solid #d5d5d5;
}

.login-layout .btn-warning {
	background-image: none;
	background-color: #494f48;
	border: 1px solid #d0d0d0;
	border-radius: 0;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	color: #f5f5f5;
}

.login-layout .btn-warning:focus,
.login-layout .btn-warning:hover {
	background: #008470;
}

.login-layout form>div>p>a {
	display: inline-block;
	float: left;
	font-size: 12px;
	color: #777;
}

.login-layout form>div>p>a:hover {
	color: #303030;
}

.login-layout form>div>p>a:after {
	content: " | ";
	font-size: 8px;
	padding: 0 5px 0;
	margin: 0;
	color: #d9d9d9;
}

.login-layout form>div>p:last-child>a:after {
	content: "";
}

/* ---------- sub page - 회원가입 ---------- */

.join-agree-layout .sub_top_wrap {
	margin-top: -40px;
	margin-bottom: 40px;
}

/* //서브 페이지 설정 끝 */

/* 게시판 설정 시작 */

/* ----- 텍스트 게시판 설정 ----- */

.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: 12px 12px;
    color: #666;
    font-size: 13px;
    font-family: "NanumBarungothic" !important;
    border-bottom: 1px solid #ddd;
}
.table>thead>tr>th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
    font-weight: 600;
    color: #333;
    background: #f3f3f3;
}

.table>tbody>tr>td>strong>a {
	color: #666;
}

.table>tbody>tr>td>strong>a:hover {
    color: #3769b0;
    text-decoration: underline;
}

.dh-board>.table-hover {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    margin: 0 0px 0px;
}

.table-hover>tbody>tr:hover {
	background-color: #fff;
}

.dh-margin-top {
	margin-top: 40px;
	display: inline-block;
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: transparent;
	padding: 0px 5px 0px;
	font-size: 90%;
}

.label-danger {
	color: #d9534f;
}

.label-primary {
	color: #d9534f;
}
/* 게시판 하단 */
.dh-margin-top {
    margin-top: 30px;
}
.dh-board .dh-margin-top .pagination { 
	margin-top: 0; 
}
.pagination>li>a,
.pagination>li>span {
	border: 1px solid #ddd;
	border-radius: 0 !important;
	font-size: 15px;
	margin-top: 0;
	margin-bottom: 0;
	color: #666 !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 #ddd;
    color: #3769b0 !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;
	font-size: 15px;
	border-color: #ddd;
}

#insertForm .input-group .form-control {
	height: 35px;
	box-shadow: none;
	border-color: #ddd;
}

#btnNew {
    color: #fff;
    background: #3769b0;
    border-color: #3769b0 !important;
}

/* //게시판 설정 끝 */


.btnRead {
	font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
	background-image: none;
}

.btn-group,
.btn-group-vertical {
	margin: 10px 0 30px;
}

/* ----- 게시글 뷰 페이지 설정 ----- */

.dh-view-box {
	margin-top: 0px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row>.page-header {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    background: #f3f3f3;
}

.dh-view-box>.row>.page-header h4 {
    margin: 0;
}

.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;
}

/* //게시판 설정 끝 */

.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;
}

/* personal setting 0.33v */

/* layout */

.mt-20 {
	margin-top: 20px!important;
}

.mt-30 {
	margin-top: 30px!important;
}

.mt-40 {
	margin-top: 40px!important;
}

.mt-80 {
	margin-top: 80px!important;
}

.mb-20 {
	margin-bottom: 20px!important;
}

.mb-30 {
	margin-bottom: 30px!important;
}

.mb-40 {
	margin-bottom: 40px!important;
}

.mb-80 {
	margin-bottom: 80px!important;
}

.ml-20 {
	margin-left: 20px!important;
}

.ml-30 {
	margin-left: 30px!important;
}

.ml-40 {
	margin-left: 40px!important;
}

.mr-20 {
	margin-right: 20px!important;
}

.mr-30 {
	margin-right: 30px!important;
}

.mr-40 {
	margin-right: 40px!important;
}

.mg-0 {
	margin: 0!important;
}

.ms-0 {
    margin-left:0 !important;
    margin-right:0 !important;
}

.pd-0 {
	margin: 0!important;
}

/* img */

@media(min-width:768px) {
	.max-90 {
		width: 90%!important;
		margin: 0 auto;
		display: block;
	}
}

.img-bordered {
	border: 1px solid #ddd;
}

/* 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;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td {
	text-align: center!important;
	vertical-align: middle!important;
}

/* 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-bold {
	font-weight: bold!important;
}

.text-underline {
	text-decoration: underline!important;
}

.text-italic {
	font-style: italic!important;
}

/*list style*/

.li-none>li {
	list-style: none!important;
	margin-left: 20px;
}

/*
.li-disc>li {
	list-style: disc!important;
	margin-left: 20px;
}
*/
.li-disc>li {
    list-style: none !important;
    margin: 0 0 4px;
    position: relative;
    padding-left: 10px;
}
.li-disc>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}

.li-circle>li {
	list-style: circle!important;
	margin-left: 20px;
}

.li-square>li {
	list-style: square!important;
	margin-left: 20px;
}

.li-dash>li {
	margin-left: 10px;
	padding-left: 20px;
	position: relative;
}

.li-dash>li:before {
	content: '-';
	display: block;
	position: absolute;
	left: 5px;
	top: 0;
}

/* component */

.card {
	display: block;
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	min-height: max-content;
	background: rgba(255, 255, 255, 0.9);
}

/*
.column-2 {
	padding: 15px;
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
	border: 1px solid #ccc;
}
*/

.quote-box {
	margin: 20px auto;
	padding: 25px;
	border: 2px solid #ccc;
}

.quote-box p:last-of-type {
	margin: 0!important;
	font-size: 16px;
	line-height: 2;
}

.subpage-content p.quote {
    margin: 50px 0 30px;
    font-size: 32px;
    font-weight: 400;
    color: #333;
    line-height: 1.4 !important;
    letter-spacing: -0.5px !important;
    word-spacing: -0.5px;
}
.subpage-content p.quote2 {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: -0.6px !important;
    word-spacing: 0 !important;
    font-weight: 500;
}
.subpage-content p.small-quote {
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.quote span {
	font-weight: 400;
	color: #3769b0;
}

/* custom setting */

.container_contents,
.footer_copy>div,
.sub-layout {
	width: 100%;
	padding: 0;
}

ul,
dl,
ol {
	padding: 0;
}

p,
li,
dt,
dd {
	line-height: 1.6;
}

* {
	box-sizing: border-box;
	word-break: keep-all;
}

p>span,
li>span {
/* 	font-size: 1.1em; */
	font-weight: 600;
	color: #3769b0;
}

/* personal setting 0.33v end */

/* navigation setting */

@media(max-width:767px) {}

/* mainpage setting */

@media(max-width:767px) {}

/* footer setting */

@media(max-width:767px) {}

/* subpage setting */

.subpage-content p,
.subpage-content li,
.subpage-content dt,
.subpage-content dd {
    font-family: "Nanumbarungothic";
    line-height: 1.75;
    color:#666
}

.subpage .pageheader {
	width: 100%;
	height: 250px;
	background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center;
	background-size: cover;
    display:none;
}

.pageheader .container {
	position: relative;
	height: 100%;
}

.pageheader .text-box {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
}

.pageheader h2 {
	margin-top: 0;
	font-size: 42px;
}

.pageheader p {
	margin-bottom: 0;
	font-size: 16px;
}

.bread-wrap {
    width: 100%;
    background: #f3f3f3;
    border-bottom:1px solid #ddd;
}

.bread-wrap .breadcrumb {
	margin: 0;
	padding: 0;
}

.breadcrumb ul:after {
	content: '';
	display: block;
	clear: both;
}

.breadcrumb li:before {
	display: none;
}

.breadcrumb li {
    float: left;
    font-size: 14px;
    line-height: 45px;
    text-align: center;
    padding-right: 10px;
}
.breadcrumb li.active {
    font-weight: bold;
}
.breadcrumb li:after {
    content: ">";
    margin-left: 10px;
}
.breadcrumb li.active:after {
    content: none
}
.snb{
	padding-right:0;
    width:20%;
}
.snb h2{
	color: #444;
    font-size: 30px;
    font-weight: 500;
    margin: 40px 15px;
}
.snb ul{
	border-top:1px solid #dedede;
}
.snb a {
    position: relative;
    display: block;
    margin: 0 0 0;
    padding: 8px 20px 8px 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    font-family: "Nanumbarungothic";
}
.snb .active a {
    background: #9eb469;
    color: #fff;
}
.snb .active a:after{
	content:'\f054';
	font-family:'fontawesome';
	display:block;
	color:#fff;
	position:absolute;
	right:15px;
	top:50%;
    font-size: 10px;
	transform:translatey(-50%);
}
.snb a:hover {
    text-decoration: none;
    background: #f3f3f3;
}
.snb .active a:hover {
    background: #9eb469;
}
.subpage-content {
    border-left: 1px solid #ddd;
    padding: 0 0 100px 50px;
}

.subpage-content .title h3 {
    position: relative;
    margin-top: 40px;
    font-size: 26px;
    letter-spacing: -1px;
    font-weight: 600;
    margin-bottom: 50px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 20px;
    color: #333;
}

.subpage-content .title h3:before {
    content: '';
    display: block;
    width: 250px;
    height: 2px;
    background: #3769b0;
    position: absolute;
    left: 0;
    bottom: -2px;
}

.subpage-content h4 {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 24px;
    font-family: "Nanumbarungothic";
    color: #333;
    font-weight:600;
}

.subpage-content h4 > span{
    color:#3769b0;
}

.subpage-content h4.first,
.subpage-content h5.first {
    margin-top: 0 !important;
}

.subpage-content h5 {
    margin-top: 40px;
    margin-bottom:15px;
    font-size: 18px;
    font-weight: 600;
    color: #3769b0;
    font-family: "Nanumbarungothic";
    position: relative;
    padding-left: 20px;
}

.subpage-content h5:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 1px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border: 3px solid #3769b0;
}

.subpage-content .card .col-sm-8 h5 {
	margin-top: 0;
	padding-left: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}
.tab-menu {
    margin-bottom: 40px;
}
.tab-menu:after{
	content:'';
	display:block;
	clear:both;
}
.tab-menu li{
	width:50%;
	float:left;
}
.tab-menu li a {
    display: block;
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
    border-bottom-color: #3769b0;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    background: #f3f3f3;
    color: #333;
    text-decoration:none;
    text-align: center;
}
.tab-menu li.active a{
	background:#fff;
	border-color:#3769b0;
	border-bottom-color:#fff;
	color:#3769b0;
}
.mT20{
    margin-top:20px !important
}

.mT60{
    margin-top:60px !important
}

.dh-board,
.dh-view-box,
#insertForm,
#mailForm,
.bbs-list-view-layout+.row {
	display: none;
}

.subpage-content h6 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 800;
    font-family: "Nanumbarungothic" !important;
    color: #333;
}
.subpage-content .caption-title {
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}
.subpage-content .card h6,
.subpage-content .caption-title{
	margin-top:10px;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #3769b0;
}

.table-style tr th,
.table-style tr td {
	padding: 12px 12px !important;
	border-bottom: 1px solid #ddd !important;
/* 	letter-spacing: -0.3px; */
    font-family:"Nanumbarungothic" !important;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align:center;
}

.table-style thead tr th {
    background: #f3f3f3;
}
.download-form .table-style tbody tr th {
	border-top: 2px solid #3769b0;
	background: #f3f3f3;
}
.table-style tr td {
	color: #666;
}
.process-list:after{
	content:'';
	display:block;
	clear:both;
}
.process-list {
    margin: 20px 0 0;
}
.process-list li {
    float: left;
    position: relative;
    display: block;
    margin: 0px 1% 15px;
    width: 18%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 0 0 20px;
    border: 1px solid #ddd;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.process-list li .numbering {
    margin-right: 10px;
    font-size: 16px;
}
@media(min-width:768px) {
	.process>div:after {
		content: '\f054';
        font-family: 'fontawesome';
        font-size: 20px;
        color: #888;
        position: absolute;
        right: -7px;
        top: 50%;
        transform: translatey(-50%);
	}
	.process-list li:after {
        content: '\f054';
        font-family: 'fontawesome';
        font-size: 11px;
        color: #888;
        position: absolute;
        right: -14px;
        top: 50%;
        transform: translatey(-50%);
    }
	.process-list li:nth-child(5n):after,
	.process-list li:last-child:after,
	.process>div:last-child:after {
		display: none;
	}
}

/* subpage about */

.section1 .quote {
	margin-top: 0 !important;
}

.object {
	padding-left: 20px;
	border-left: 3px solid #ddd;
}

.object dt {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    color:#333;
}

.object dt span {
	color: #3769b0;
}

.vision-wrap {}

.circle-wrap {}

.circle-wrap .circle {
    position: relative;
    display: block;
    width: 170px;
    height: 170px;
    margin: 10px 0;
    background: #9eb469;
    border-radius: 50%;
}
.vision-wrap div:nth-child(1) .circle {
    background: #3769b0;
}
.circle-wrap h5 {
    margin: 0;
    /* position: absolute; */
    /* left: 50%; */
    /* top: 50%; */
    /* transform: translate(-50%, -50%); */
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: "Nanumbarungothic" !important;
    padding-top: 55px;
    padding-left: 0;
}

.circle-wrap h5:before{
    content:none
}

.circle-wrap h5 span {
    margin-top: 8px;
    display: block;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.2;
    font-weight: 400;
}

.vision-wrap .des {
    padding-top: 45px;
    padding-left: 10px;
}

.vision-wrap .des p {
    color: #333;
    font-size: 15px;
    letter-spacing: -0.6px;
    margin: 0;
}

.symbol:after {
	content: '';
	display: block;
	clear: both;
}

.symbol>div {
    float: left;
    padding: 0 20px 0 0;
    text-align: center;
}

.symbol .arrow {
    padding: 42px 15px 0 0;
    height: 155px;
    font-size: 30px;
    color: #aaa;
}

.symbol>div p {
    font-weight: 600;
    color: #333;
}

#about01 .section1 .quote {
    font-size: 36px;
    line-height: 1;
    color: #3769b0;
}
#about01 .section1 .quote span {
    color: #9eb469;
}
#about01 .section1 p {
    margin-bottom: 25px;
}
#about01 .text1 {
    color: #333;
    font-size: 16px;
}
#about01 .section1 img {
    box-shadow: 5px 5px 7px rgba(0,0,0,0.15);
    margin-top: 60px;
}

.history .table-style {
    border-top: none;
}

.history .table-style th {
    color: #3769b0;
    font-size: 26px;
    vertical-align: top !important;
    text-align: left;
}

.history .table-style th,
.history .table-style td{
    border-bottom:1px dashed #ddd !important;
} 

.history .table-style td {
    padding: 16px 12px 10px !important;
}
#about03 .section1 img,
.img-shadow{
    box-shadow: 5px 5px 7px rgba(0,0,0,0.15);
}
#about04 .subpage-content p.quote {
    margin-bottom: 10px !important;
}

#about04 .section2 img {
	margin-bottom: 10px;
}

#about05 .section1 {
	background: url(/skin/img/sub/about05-bg.jpg) no-repeat right top;
}

.cert p {
    margin: 10px 0 30px;
    text-align: center;
    font-weight: 600;
    line-height: 1;
    color: #333;
}

.location-info {
    border-top: 2px solid #3769b0;
}

.location-info li {
    padding: 10px 15px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}

.location-info .fa {
    display: inline-block;
    margin-right: 10px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: #3769b0;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.location-info .fa-phone {
    background: #9eb469;
}

.location-info .fa-fax {
    background: #ecb847;
}

/* subpage gamma */

#gamma01 .section1 {
	background: url(/skin/img/sub/gamma01-1.jpg) no-repeat right top;
}

#gamma01 .section3 .card,
#gamma01 .section4 .card {
	min-height: 236px;
}

.gamma02-compare img+p,
.gamma02-barcode img+p{
    font-weight:600;
    color:#333;
    margin:10px 0 0
}

#gamma02 .process .card {
    padding: 0 0 15px;
    border: 1px solid #ddd;
    min-height: 255px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

#gamma02 .process .card h5 .numbering {
    font-weight: 400;
    opacity: 0.75;
}

#gamma02 .process .card ul {
    padding: 0 15px;
    margin: 0 0 8px;
    min-height: 85px;
}

#gamma02 .process .card ul li {
    font-size: 12px;
    margin-bottom: 5px;
    background: #f3f3f3;
    text-align: center;
    padding: 5px 0;
    line-height: 1;
    color: #333;
    font-weight: 600;
}

#gamma02 .process .card ul li:before{
    content:none;
}

#gamma02 .process .card p {
    font-size: 12px;
    line-height: 1.7;
    padding: 0 15px;
    margin: 0;
}

#gamma02 .process .card h5 {
    background: #3769b0;
    font-size: 15px;
    padding: 15px 15px;
    margin: 0 0 15px;
    border-top-right-radius: 6px;
    color: #fff;
    text-align: center;
}

.gamma02-pda h6 {
    margin-top: 0;
}

.gamma02-pda table th, .gamma02-pda table td {
    padding: 15px 0 5px!important;
    border-bottom: 1px solid #ddd;
}

.gamma02-pda table tr {
    font-family: "Nanumbarungothic" !important;
}

.gamma02-pda table td {
    font-size: 13px !important;
}

.gamma02-pda table {
    border-top: 1px solid #ddd;
}

.gamma03-des-wrap {
    margin: 0;
    background: #4f7ab6;
}
.gamma03-des-wrap > div {
    padding: 0;
}
.gamma03-des-wrap p.quote {
    margin: 0;
    font-size: 28px;
    padding: 20px 25px 0 25px;
}
.gamma03-des-wrap p.quote span {
    color: #fff;
}
.gamma03-des-wrap .card {
    border: none;
    padding: 20px 20px 15px;
    margin:0;
    background:#f3f3f3
}
.gamma03-des-wrap .card h5 {
    padding: 0 0 10px;
    margin: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.gamma03-des-wrap .card h5:before{
    content:none;
}
.gamma03-des-wrap .card li, 
.gamma03-des-wrap .card p {
    margin: 0;
    font-size: 13px;
}

.section3 .gamma03-des-wrap .card {
    min-height: 122px;
}

.section6 .gamma03-des-wrap,
.section7 .gamma03-des-wrap{
	background:rgba(0,0,0,0)
}

.section6 .gamma03-des-wrap .card,
.section7 .gamma03-des-wrap .card{
    background: #4f7ab6;
}

.section6 .gamma03-des-wrap .card p,
.section7 .gamma03-des-wrap .card p {
    color: #fff;
    font-size: 14px;
}

#gamma03 .section3 {
	background: url(/skin/img/sub/gamma03-2.jpg) no-repeat right 80%;
}

#gamma03 .section4 {
	background: url(/skin/img/sub/gamma03-3.jpg) no-repeat right 80%;
}

#gamma03 .section5 {
	background: url(/skin/img/sub/gamma03-4.jpg) no-repeat right 80%;
}

#gamma03 .section7 {
    background: url(/skin/img/sub/gamma03-6.jpg) no-repeat right 80px top 13%;
}


#gamma03 .section7 .process .card {
    min-height: 410px;
    padding: 28px 25px 10px;
    background: #f3f3f3;
}
#gamma03 .section7 .process div:nth-child(1) .card {
    padding: 50px 35px;
}
#gamma03 .section7 .process .card h5 {
    padding: 0 0 15px;
}
#gamma03 .section7 .process .card h5:before{
    content:none;
}
#gamma03 .section7 .process div:nth-child(2) .card {
    background: #fff;
}
#gamma03 .section7 .process div:nth-child(2) .card h5 {
    text-align: center;
}
#gamma03 .section7 .process div:nth-child(2) .card h5 small {
    margin-top: 5px;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
}

.gamma03-se8 .card {
    padding: 20px 20px 5px;
    margin-bottom: 30px;
    overflow: hidden;
    min-height: 256px;
}

.gamma03-se8 .card img {
    margin: 0 0 20px;
    float: left;
    margin-right: 20px;
}

.gamma03-se8 .card img,
.product-wrap img{
	margin-bottom:30px;
}
.product-wrap .table-style tbody tr td, 
.product-wrap .table-style thead tr th {
    font-size: 13px;
    padding: 10px !important;
    letter-spacing: 0;
}
.gamma03-se8 .card .numbering{
	margin-right:10px;
	font-style:italic;
}
.gamma03-se8 .card h5 {
	display:inline-block;
	margin-top:0;
    padding-left: 0;
    padding-bottom: 15px;
    padding-top: 23px;
	width: calc(100% - 100px);
    font-size: 16px;
}
.gamma03-se8 .card h5:before {
    content:none;
}
.gamma03-se8 .card h5 .numbering {
    display: block;
    font-weight: 400;
    margin-bottom: 5px;
    color: #3769b0;
    font-size: 18px;
    opacity: 0.75;
}
.gamma03-se8 .card p {
    float: left;
    margin: 0;
}
#gamma05 .section1 {
	background: url(/skin/img/sub/gamma05.jpg) no-repeat right 10%;
}

/* subpage medical */
.mediacal01-se1 p.quote {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0 !important;
    line-height: 1.7 !important;
    margin: 5px 0 15px !important;
}
.product-wrap .card {
    padding: 0;
    border: none;
    margin-bottom: 40px;
}
.product-wrap > div:last-child .card {
    margin-bottom: 0;
}

.product-wrap .card .col-sm-8 h5:before {
    content: none;
}

.product-wrap .card .col-sm-8 h5 {
    padding-left: 0;
}

.howtouse img{
	margin-bottom:15px;
}
.section10 .howtouse img{
	max-width:200px;
}
.howtouse .card {
    padding: 0 0 15px;
    border: 1px solid #ddd;
    min-height: 270px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    margin-bottom: 30px;
}
.section10 .howtouse .card{
	min-height:362px;
}
.howtouse .card h5 {
    background: #3769b0;
    font-size: 15px;
    padding: 15px 15px;
    margin: 0 0 20px;
    border-top-right-radius: 6px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}
.howtouse .card p {
    font-size: 12px;
    line-height: 1.7;
    padding: 0 15px;
    margin: 0;
    text-align: center;
}
#medical01 .section11 .table img{
	max-width:50px;
}
#medical01 .section11 .table td,
#medical01 .section11 .table th{
	padding-left:0!important;
	padding-right:0!important;
}
.medical04-se5 .card h5 {
    margin: 0;
    text-align: center;
    font-weight: 600;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.medical04-se5 .card {
    padding: 0;
}

.medical04-se5 .card h5:before {
    content: none;
}
.medical04-process img{
	margin-bottom:20px;
}
.medical04-process img + p {
    margin-bottom: 40px;
}
.medical06-se3 {
    background: #f3f3f3;
    margin: 0;
}
.medical06-se3 > div {
    padding: 0;
}
.medical06-se3 .link-btn{
    margin:95px auto 0;
}
.product-list a{
	display:block;
	margin-bottom:30px;
	padding:10px;
	min-height:310px;
	border:1px solid #ddd;
}
.product-list a{
	position:relative;
	min-height:150px;
}
.product-list a h5 {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
	width: calc(100% - 20px);
	padding-left: 0;
}
.product-list a h5:before {
    content: none;
}
/* #medical06 a h5 {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    padding: 0;
    text-align: center;
}

#medical06 a h5:before {
    content: none;
}

#medical06 .product-list a {
    padding: 15px;
} */

.product-list a:hover {
    text-decoration: none;
    border: 1px solid #bbb;
}
.product-list a:hover h5 {
    color: #3769b0 !important;
}
.product-list a h5{
	margin-top:0;
}

.catalog-btn {
    display: inline-block;
    width: 205px;
    padding: 15px 15px;
    background: #4990f5;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    text-align: center;
}
#medical05 a h5:before {
    content: none;
}

.me06-btn{
	position:relative;
	display:block;
	background:#3769b0;
	width:395px;
	height:240px;
	perspective:200px;
	overflow:hidden;
	transition: all .3s ease;
}
.me06-btn img{
	position:absolute;
	left:0;
	top:0;
	transition:all .4s ease;
}
.me06-btn:hover img{
	opacity:0.5;
	transform:translatez(20px);
}
.me06-btn span{
	display:inline-block;
	padding:10px 15px;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	min-width:270px;
	font-size:15px;
	font-weight:300;
	background:#fff;
	color:#3769b0;
	text-align:center;
}
.me06-btn .fa{
	margin-left:10px;
	font-size: 20px;
}
.me06-btn:hover span{
	color:#fff;
	background:#3769b0;
}
.catalog-btn:after {
    content: "\f019";
    font-family: "FontAwesome";
    margin-left: 10px;
}

.catalog-btn:hover {
    text-decoration: none;
    color: #fff;
    background: #3769b0;
}
.link-btn {
    display: block;
    width: 250px;
    padding: 15px 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #3769b0;
    font-size: 15px;
    text-align: center;
}
.link-btn:hover,
.link-btn:focus,
.link-btn:active{
    background: #fff !important;
    border-color: #bbb !important;
    color: #3769b0 !important;
}

.mol-form tbody td:nth-of-type(1),
.mol-form thead th:nth-of-type(1){
	width:15%;
}
.mol-form tbody td:nth-of-type(2),
.mol-form thead th:nth-of-type(2){
	width:25%;
}
.mol-form tbody td:nth-of-type(3),
.mol-form thead th:nth-of-type(3){
	width:40%;
}
.mol-form tbody td:nth-of-type(4),
.mol-form thead th:nth-of-type(4){
	width:10%;
}
.mol-form tbody td:nth-of-type(5),
.mol-form thead th:nth-of-type(5){
	width:10%;
}
.dh-view-box .page-header h4{
	font-size:20px;
	font-weight:500;
}
.dh-view-box .dh-attach h6{
	font-size: 12px;
    font-weight: 400;
    margin-top: 5px;
}
@media(min-width:768px) {
	.cert {
		padding-top: 140px;
	}
/* 	.cert>.col-sm-2 {
		width: 20%;
	} */
	.gamma03-se7 .col-sm-4{
		padding-top:140px;
	}
	.mol-form .table{
		table-layout:fixed;
	}
}

@media(max-width:767px) {
	.footer-top>ul>li>a{
		padding-right:10px;
	}
	.footer-bottom ul li {
		width: 100%;
		border-left: none;
		padding-left: 0;
		margin-top: 5px;
	}
	.footer-bottom ul li span{
		display:block;
	}
	.navbar-inverse .navbar-wrap .navbar-small>ul>li>button{
		margin-left:10px;
	}
	.snb{
		display:none;
		width:100%;
		padding-right:15px;
	}
	.subpage-content{
		padding:0 15px 100px;
		border-left:none;
	}

	.main-con-img {
		top: 50%;
		width: 30%;
		transform: translateY(-50%);
	}
	body.en .main-con-text p {
		width: 70%;
		min-height: auto;
	}
	
}

.login-layout {
    max-width: 1170px;
    margin: 60px auto;
}


/*2019-06-28*/
#x-ray01 .section2 p{    margin-top: 10px;
    letter-spacing: -0.034em;}
#x-ray01 .section1 .table.table-style.x-ray tbody tr th{background:#f8f8f8}
.snb .active ul{    border-bottom: 1px solid #ddd;}
.snb .active ul li a{    background: #fff;
    text-indent: 10px;
    color: #333;
    font-size: 90%;
    font-weight: 500;}
.snb .active ul li a:before {
    content: "-";
    margin-right: 5px;
}
.snb .active ul li a:after{display:none}
.snb .active ul li.active a{font-weight:600}
.snb .active ul li a:hover{background:#fff;color:#333;font-weight:600}

.img-wrap{
    margin:5px -5px;
}
.img-wrap > div{
    padding:5px;
}
.x-lay01-se1 li,
.x-lay01-se1 th,
.x-lay01-se1 td{
    font-size:16px!important;
}
#x-ray01 .section1 .quote{
    margin:40px 0 30px!important;
    line-height:1.2!important;
}
#x-ray01 .section1 .quote span{
    font-weight:600;
    color:#ca252b;
}
.spec-li {
    width:700px;
    max-width: 100%;
    margin:30px auto 60px;
    
}
.spec-li:after{
    content:'';
    display:block;
    clear:both;
}
.spec-li li{
    float:left;
    width:50%;
    margin-bottom:5px;
    font-size:20px;
	font-weight:600;
    padding:2px 20px;
    border-left:8px solid #3769b0;
}
@media(max-width:767px){
    .spec-li li{
        width:100%;
    }
}
.spec-wrap{
    margin:20px 0;
    padding:15px;
    border:1px solid #ddd;
}
.spec-wrap > div{
    border-right:1px dashed #ddd;
}
.spec-wrap > div:last-child{
    border:none;
}
#x-ray01 .li-dot{
    padding:10px 20px;
    background:#f3f3f5;
    text-align: center;
}
#x-ray01 .li-dot li{
    display:inline-block;
    padding:0 20px;
    font-size:14px;
    text-align:left;
}

.xray-inner .box-ttl{
    margin-top:10px;
    padding:0;
    border:0;
    font-size: 16px;
}
#x-ray01  .box-ttl:before{
    display:none;
}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.ampulab{
	margin-top:50px;
	height:60px;
}
#x-ray01 .text-info{
	font-size:17px;
	font-weight:600;
	color:#333;
}
#x-ray01 #tab2 h4 img{
	margin-top:0;
	margin-right:10px;
	height:35px;
	vertical-align:middle;
}

.contact-tab{}
.contact-tab .li-nav{
    display: flex;
    margin: 0 0 50px;
    gap: 5px;
}
.contact-tab .li-nav > li{
    flex: 1;
}
.contact-tab .li-nav > li a{
    display: block;
    line-height: 1;
    padding: 18px;
    border: 1px solid #ddd;
    text-align: center;
    color: #333;
    font-size: 16px;
    background: #f3f3f3;
}
.contact-tab .li-nav > li a:hover,
.contact-tab .li-nav > li a:focus{
    color: #333;
    text-decoration: none;
    background: #fff;
    border-color: #aaa;
}
.contact-tab .li-nav > li.active a{
    border-color: #3769b0;
    background: #3769b0;
    color: #fff;
}

#mod_type_formForm{}
#mod_type_formForm .q_number{}
#mod_type_formForm .q_number .col-sm-12{padding: 0;}
#mod_type_formForm .q_number .pull-left{font-size: 14px;color: #333;font-weight: 700;margin: 0 0 7px !important;letter-spacing: -0.03em;}
#mod_type_formForm .q_number:nth-child(5) .pull-left{display: none;}
#mod_type_formForm .q_number .pull-left i{display: none;}
#mod_type_formForm .q_number .pull-left .text-danger{}
#mod_type_formForm .q_number .checkbox label{
    letter-spacing: -0.023rem;
    color: #000;
    position: relative;
    font-size: 8pt;
}
#mod_type_formForm .q_number .checkbox label input{
    top: 3px;
}
#mod_type_formForm .q_number .checkbox label:last-child{display: none;}
#mod_type_formForm .btn-wrap{
    float: none;
}
#mod_type_formForm .btn-wrap .btn-primary{
    float: none !important;
    background: #3769b0;
    border-radius: 0;
    border: 1px solid #3769b0 !important;
    padding: 15px 40px 15px;
    max-width: 180px;
    line-height: 1;
    margin: 0 auto 0;
    color: #fff;
    font-size: 14px;
}
#mod_type_formForm .q_number .checkbox label {
    position: relative;
    font-size: 12px;
    letter-spacing: -0.01em;
    color: #333;
}