@charset "utf-8";
@font-face {
     font-family: 'S-CoreDream-8Heavy';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

#site {
	padding-top: 120px;
	font-family: 'notokr', sans-serif;
	font-size: 16px;
	letter-spacing: -0.4px;
}

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
}

#site>.container {
	width: 100%;
	padding: 0;
}

.table_blog dd {
	padding: 10px 20px 20px;
}

/* 불필요 항목 삭제 */
.navbar .caret {
	display: none;
}

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	margin-bottom: 0;
	border-bottom: 1px solid #ddd;
}

.navbar-brand {
	height: auto;
	padding: 0px;
	margin-left: 0 !important;
	margin: 20px 0;
}

.navbar-brand>img{
	height:50px;
}

.navbar-inverse .navbar-nav>li>a {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.7px;
	color: #111;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
	color: #446cc3;
}

.navbar-inverse .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse .navbar-nav .dropdown.open:focus .dropdown-toggle {
	background: none;
	color: #446cc3;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 9px 0;
	}

	.navbar-inverse .navbar-toggle .icon-bar {
		background-color: #666;
		transition: ease-in-out .15s all;
		opacity: 1;
		position: relative;
	}

	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background: none;
		border-color: #222;
	}

	.navbar-inverse .navbar-toggle:hover .icon-bar,
	.navbar-inverse .navbar-toggle:focus .icon-bar {
		background-color: #222;
	}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-color: transparent;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(1) {
		transform: rotate(45deg);
		top: 6px;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(2) {
		opacity: 0;
	}

	.navbar-inverse.open .navbar-toggle>.icon-bar:nth-of-type(3) {
		transform: rotate(-45deg);
		top: -6px;
	}
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border: none;
		border-radius: 0;
		border-top: 3px solid #446cc3;
		padding: 0px 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		text-align: center;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 11px 20px;
		color: #333;
		font-weight: 500;
		border-bottom:1px solid #eaeaea;
		letter-spacing:-0.035em
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #efefef;
		font-weight: 500;
		color:#446cc3;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-right {
		margin-right: -25px;
	}

	.navbar-inverse .navbar-nav>li>a {
		padding-left: 25px;
		padding-right: 25px;
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

/* 슬라이드 공통 */
.carousel-control {
	display:none;
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';           
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators {
    bottom: 30px;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: none;
	margin: 0 3px;
	border-radius: 50px;
	transition: ease-in-out .15s all;
} 	

.carousel-indicators li.active {
	width:50px;
	background-color: #4c77cd;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
}

.carousel-caption {
	text-align:left;
	text-shadow:none;
	padding: 0;
}
.carousel-caption h1{
	margin: 0 0 60px;
	font-size: 80px;
	font-weight: bold;
	line-height: 1.2;
	color:#fff;
	letter-spacing: -1px;
	font-family: S-CoreDream-8Heavy;
	font-size: 90px;
	margin: 0 0 28px;
}
.carousel-caption p,
.carousel-caption h1 span,
.carousel-caption h1 small{
	opacity:0;
	display:block;
}

.active .carousel-caption p,
.active .carousel-caption h1 span,
.active .carousel-caption h1 small{
	animation-name:fadeIn;
	animation-fill-mode:both;
	animation-duration:1s;
}
.active .carousel-caption h1 span{
	animation-delay:0.4s;
}
.active .carousel-caption p{
	animation-delay:0.8s;
}
.carousel-caption h1 small{
	display:block;
	margin-bottom: 20px;
	padding-left: 4px;
	/* color:#4c77ce; */
	font-weight:700;
	font-size: 15px;
	font-style:italic;
	letter-spacing: 3px;
	color: #fff;
	padding-left: 9px;
	margin-bottom: 12px;
}
.carousel-caption p a{
	position:relative;
	display:block;
	padding: 0 30px;
	width: 185px;
	line-height:60px;
	border: 1px solid rgba(255,255,255,0.8);
	border-radius: 60px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	opacity:0;
	transition: all 0.2s ease;
}

.carousel-inner > .item:first-child .carousel-caption{
	text-align:center
}

.active .carousel-caption p a{
	animation-name:fadeIn;
	animation-fill-mode:both;
	animation-duration:1s;
	animation-delay:1s;
}
.carousel-caption p a:after{
	content:'+';
	position:absolute;
	right:30px;
	color:#fff;
	line-height:60px;
}
.carousel-caption p a:hover{
	background:#4c77ce;
	border-color:#4c77ce;
	color:#fff;
}
@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

	.carousel-indicators li,
	.carousel-indicators li.active {
		width: 6px;
		height: 6px;
	}
}

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 35px 0;
	background-color: #313335;
	color: #999;
	font-size: 13px;
	letter-spacing: -0.015em;
}

/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 700px
}

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 300px;
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 30px;
	}

	#mainCarousel .carousel-caption p {
		font-size: 15px;
	}
}

.root_daum_roughmap {
	width: 100% !important;
	padding: 0 !important;
}

.root_daum_roughmap .map_border {
	display: none !important;
}

.board_box_blog2 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.board_box_blog2 .row>div[class^="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.board_box_blog2 .inner {
	margin-top: 0;
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom {
	padding: 12px 10px;
}

.board_box_blog2 .inner .bottom .title {
	margin-bottom: 0;
}

.board_box_blog2 .inner .bottom .title a {
	font-size: 14px;
}

.board_box_blog2 .inner .bottom .info {
	display: none;
}

.board_box_blog2 .inner .top a .thumb {
	height: 180px;
}

/* member */
.member_wrapper {
	max-width: 1140px;
	margin: 0 auto;
}

.member_wrapper .btn {
	transition: all ease 0.3s
}

.member_wrapper .table tbody tr th {
	background-color: rgba(0, 0, 0, 0.03);
}

.member_wrapper .table tbody tr th span {
	color: #5dae57
}
/* personal setting 0.66v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size: 16px;
	font-weight: 500;
}
/* align */
.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;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.numbering{margin-right:10px;}
.numbering.circle,
.numbering.sqr{
	display: inline-block;
	width: 1.7em;
	height: 1.7em;
	line-height: 1.7em;
	vertical-align: top;
	text-align: center;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: -0.04em;
	color: #fff;
	border-radius: 0;
	background: #446cc3;
	border-radius: 0;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #5778BB;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 13px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #212427;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 10px;
    color: #446cc3;
    width: 14px;
    text-align: right;
}
.partner-li{
	margin:10px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	display:inline-block;
	width: calc(25% - 3px);
	padding:5px;
}
.partner-li > li img{
	border: 1px solid #e3e3e3;
	padding: 10px 35px;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative ;
	margin-bottom: 10px;
	padding-left:100px;
}
.li-pill li span{
	position:absolute;
	left:0;
	padding:5px 0;
	text-align:center;
	width:90px;
	color:#555;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#d5d5d5;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#5778BB;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#5778BB;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #5778BB;
	background:#5778BB;
}
.more-btn:hover{
	color:#5778BB;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle{
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	margin:0 15px;
	vertical-align: top;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-width:80%;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}

.greet .quote,
p.quote{
	margin:30px 0;
	font-size: 36px;
	font-weight: 500;
	color: #515154;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;margin: 0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
#site[lang="en"] *{
	word-break:keep-all;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #446cc3;
}

.table-style tr th,
.table-style tr td {
	padding: 12px 12px !important;
	border-bottom: 1px solid #e3e3e3 !important;
	letter-spacing: -0.025em;
	word-break: keep-all;
	vertical-align: middle !important;
	font-size: 15px;
}

.table-style tr th {
	color: #333;
	text-align: center;
}
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th{
	border-color:#e3e3e3;
	line-height: 1.3;
}
.table-style thead tr th {
	background: #f7f7f7;
	font-size: 15px;
	padding: 12px 15px !important;
	border-bottom: 1px solid #d0d0d0 !important;
}

.table-style tr td {
	color: #666;
}
.history-wrap{
	position:relative;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 8px;
    background: #eaeef7;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -4px;
}
.history-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.history-wrap .history-box{
	position:relative;
	width:50%;
	float:left;
	padding:30px 50px;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 14px;
    color: #446cc3;
    font-size: 36px;
    letter-spacing: -1.5px;
    font-weight: 400;
    font-family: S-CoreDream-8Heavy;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -45px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #b2c2e6;
	width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #5778BB;
    border-radius: 50%;
    background: #fff;	
}
.history-wrap li{
	position:relative;
	margin:5px 0;
	font-size: 16px;
	color: #313131;
}
.history-wrap li span{
	display: inline-block;
	font-weight:600;
	font-size: 17px;
	color: #212427;
	margin-right: 10px;
}
@media(min-width:768px){
	.history-wrap .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap .history-box:nth-child(odd) h6:after{
		left:auto;
		right:-61px;
	}
}
@media(max-width:767px){
	.history-wrap:before{
		left:15px;
	}
	.history-wrap .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

/* personal setting 0.64v end */
/* navigation setting */
.menu-top{
	border-bottom:1px solid #eaeaea;
	text-align:right;
	background: #efefef;
}
.menu-top .container{
	position:relative;
}
.menu-top .btn-wrap{
	z-index: 1050;
}
.menu-top button{
	padding: 0;
	margin-left: 10px;
	line-height: 30px;
	border-radius: 0;
	font-size: 13px;
	font-weight: 400;
	color: #777;
	border: none;
	background: rgba(0,0,0,0);
	letter-spacing: -0.25px;
}
.menu-top button.active{
	color:#5778BB;
	border-color:#5778BB;
	background: rgba(0,0,0,0);
	font-weight: 600;
}
/* mainpage setting */
.main-content{
	padding: 45px 0;
	background: #f5f6f7;
}

.main-content .row{
	margin:0;
	border: 1px solid #d4d6dc;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.main-content .row > div{
	padding:0;
}
.main-content .inner{
	position: relative;
	display:block;
	/* border-top: 1px solid #333; */
	/* border-bottom: 1px solid #ccc; */
	border-right: none;
	padding: 30px 0px;
	color:#555;
	text-align: center;
	background: #fff;
	transition:all 0.3s ease;
}
.main-content .inner:after{
	content:"";
	width:1px;
	height:50px;
	background:#e8e8e8;
	position:absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.main-content .inner:hover i{
	border-color:#446cc3;
	background:#446cc3;
	color:#fff;
}
.main-content .row > div:last-child .inner:after{
	content:none;
}
.main-content .inner:after{
	content:'';
	display:block;
	clear:both;
}
.main-content i{text-align: left;font-size: 31px;display: inline-block;margin-left: -15px;background: #e9eff9;border-radius: 50%;width: 80px;height: 80px;text-align: center;line-height: 78px;color: #446cc3;transition: all 0.3s ease;}
.main-content .txt-box{text-align: left;padding-left: 15px;display: inline-block;vertical-align: sub;}
.main-content .txt-box h5{font-size: 20px;margin: 0 0 4px;color: #212427;}
#site[lang="en"] .main-content .txt-box h5{
	font-size:15px;
}
.main-content .txt-box p{
	font-size: 11px;
	margin: 0 1px;
	letter-spacing: 1px;
	color: #777;
}
/* footer setting */
#site footer ul{
	margin-top:2px;
}
#site footer li{
	display:inline-block;
	margin-right:10px;
	line-height: 1.8;
}
.foot-logo{
	opacity:0.5;
	height:50px;
}
/* subpage setting */
.pageheader{
	height: 300px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin: 0;
    position:absolute;
    left:50%;
    top: 50%;
    transform:translate(-50%,-50%);
    font-size: 40px;
    color:#fff;
    font-family: S-CoreDream-8Heavy;
}
#partner .pageheader h2,
#inquiry .pageheader h2,
#location .pageheader h2{
	margin-top:0;
}
.breadcrumb{
	position:absolute;
	left:15px;
	top: 20px;
	margin:0;
	padding:0;
	background:transparent;
	font-size: 11px;
	color: rgba(255,255,255,0.65);
	letter-spacing: 0.1px;
}
.breadcrumb>li+li:before{
	content:"\f054";
	font-family:"Font Awesome 5 Free";
	font-weight:900;
	font-size:10px;
	padding:0 5px;
	opacity:0.55
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content .emp{
	font-weight:500;
	color:#5778BB;
}
.subpage-layout{
	padding-bottom:55px;
}
.subpage-content{
	padding-top: 75px;
	padding-bottom: 80px;
}
div[id^="product"] .subpage-content{
	padding-top: 45px;
}
#product031 .subpage-content{
	padding-top:75px
}
.subpage-content section{
	padding-bottom: 90px;
}
.subpage-content section:last-child{
	padding-bottom:0;
}
.subpage-content section h4{
	position:relative;
	margin: 0 0 20px;
	font-size: 24px;
	letter-spacing: -0.04em;
	font-weight: 600;
}
.subpage-content section h4 + .bull{
	margin-top:20px;
}
.subpage-content section h5{
	margin-top: 40px;
	margin-bottom: 12px;
	font-size: 20px;
	color: #212427;
	font-weight: 400;
	letter-spacing: -0.035em;
}
.bull{
	position:relative;
	padding-left: 0.7em;
}
.bull:before{
	content:'';
	width: 5px;
	height: 17px;
	background: #446cc3;
	position:absolute;
	left:0;
	top: 3px;
	border-radius: 2px;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.snb{
	text-align:center;
}
.snb-li{
	margin: -58px 0 0;
}
.snb-li > li{
	float:left;
	width:50%;
}
div[id^="about"] .snb-li > li{
	width:25%;
}
.snb-li > li > a{
	position: relative;
	display:block;
	padding:0 10px;
	font-size: 18px;
	font-weight: 400;
	line-height: 58px;
	color: rgba(255, 255, 255, 0.7);
	background:rgba(0,0,0,0.5);
	letter-spacing: -0.15px;
}
.snb-li > li.active > a{
	color: #fff;
	background: #446cc3;
	font-weight: 500;
}
.sub-snb{
	display:inline-block;
	padding: 60px 0 0px;
	margin: 0 0 35px;
	letter-spacing: -0.04em;
}
.sub-snb > li{
	float:left;
	margin: 0 0px;
	width: 50%;
}
.sub-snb > li > a{
	display:block;
	font-size: 20px;
	font-weight:500;
	color: #888;
	width: 190px;
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #e3e3e3;
}
.sub-snb > li.active > a{border-bottom: 4px solid #333;color: #333;}
.third-snb{
    border-top: 1px solid #333;
    border-bottom: 1px solid #ccc;
    padding: 18px 0;
    margin: 0 0 30px;
}
.third-snb li{
	display:inline-block;
	padding:0 10px;
}
.third-snb a{
	color: #666;
	font-size: 16px;
	letter-spacing: -0.035em;
}
.third-snb li + li:before{
	content:'';
	display:inline-block;
	width: 1px;
	height: 15px;
	border-radius: 50%;
	margin-right:20px;
	vertical-align: middle;
	background: #ddd;
}
.third-snb .active a{
	color: #333333;
	font-weight: 700;
}

.subpage-content .s-title{
	margin-bottom: 72px;
	text-align:center;
}
.subpage-content .s-title h3{
	font-size: 38px;
	margin: 0;
	font-weight: 600;
	color: #212427;
	letter-spacing: -0.05em;
}

/* subpage about */
.comp-info {
	margin-bottom: 100px;
}
.comp-info .left-con img{
	margin-left:0;
}
.comp-info dl{
	margin-bottom: 20px;
}
.comp-info dt{
	margin-bottom: 10px;
	padding-left: 8px;
	font-size: 15px;
	border-left: 4px solid #446cc3;
	line-height: 1;
}
.comp-info dd{
	margin-bottom: 30px;
	line-height: 1.2;
	padding-left: 12px;
	font-size: 16px;
	/* border-bottom: 1px solid #ececec; */
}
/* .img-wrap{
	margin:0 -5px 0;
}
.img-wrap > div{
	padding:0 5px;
} */
.img-wrap .inner{
	display:block;
	margin-bottom:30px;
}

.cert-wrap{
	padding-left:50%;
}
.cert-wrap > div{
	padding:5px;
}
.cert-wrap img{
	border-radius: 10px;
}
#about03 .left-con img{
	float:right
}
.greet .txt-box{
	padding: 0 55px;
}
.greet p{
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 30px;
	text-align: justify;
}
.greet .quote{
	margin: 10px 0 40px;
	line-height:1.35;
	letter-spacing: -0.05em;
	color: #446cc3;
	font-weight: 350;
	font-size:36px;
	text-align:left;
}
.greet p.name{
	margin-top:40px;
	text-align:right;
	font-size: 22px;
	font-weight: 600;
}
.greet p.name small{
    font-weight:500;
    letter-spacing:1px;
    color:#777;
}
.vision-wrap {
	padding: 0 80px;
}
.vision-wrap .top-con ul{
	margin-bottom: 80px;
	text-align:center;
}
.vision-wrap .top-con li{
	position: relative;
	display:inline-block;
	padding:0 15px;
	margin: 2px 0;
	font-size: 24px;
	letter-spacing: -0.035em;
}
.vision-wrap h4{
	position:relative;
	margin:0px auto;
	width: 270px;
	height: 270px;
	border-radius: 50%;
	color:#fff;
	background: #446cc3;
	box-shadow: 0 15px 20px 5px rgb(213, 223, 247);
}
.vision-wrap h4:before{
	content:'';
	display:block;
	width:calc(100% - 20px);
	height:calc(100% - 20px);
	border-radius: 50%;
	border: 1px solid rgba(255,255,255,0.18);
	position: absolute;
	left:10px;
	top:10px;
}
.vision-wrap h4 span{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	font-size: 38px;
	font-family: S-CoreDream-8Heavy;
	font-weight: 700;
	letter-spacing: 0;
}
.vision-wrap .card{
	text-align:center;
	border:0;
	padding: 0;
}
.vision-wrap .card h5{
	margin: 0px 0 15px;
	font-size: 24px;
	border: 1px solid #446cc3;
	border-radius: 50px;
	padding: 24px 0;
	letter-spacing: -0.08em;
	color: #446cc3;
}
.vision-wrap .card li{
	margin-bottom: 5px;
	font-size: 18px;
	color: #405688;
	font-weight: 500;
	letter-spacing: -0.055em;
	background: #ebeff6;
	border-radius: 50px;
	padding: 10px;
}

/* subpage product */
div[id^="product"] .img-wrap img{
	border: 1px solid #ddd;
	padding: 12px;
}
div[id^="product"] .img-wrap .inner:hover img{
	border-color:#446cc3;
}
div[id^="product"] .img-wrap .inner{
	color:#555;
}
div[id^="product"] .img-wrap .inner:hover{
	color:#446cc3;
}
.prod-top{
	margin-bottom:60px;
}
.prod-top .left-con img{
	border:20px solid #eee;
}
.prod-top .right-con p{
	position: relative;
	margin-top:20px;
	margin-bottom:30px;
	font-size:16px;
	text-align:justify;
	text-indent: 1em;
	word-break: break-all;
}
.prod-top .right-con p:first-child:after{
	content:'';
	position:absolute;
	left:0;
	top:-20px;
	display:block;
	width:30px;
	height:1px;
	background:#333;
	margin-bottom:20px;
}
@media(min-width:768px){
	.prod-top .right-con{
		padding-top:50px;
		padding-left:60px;
	}
}

.tab-menu{
	margin-bottom: 50px;
	text-align:center;
}
.tab-menu:after{
	content:'';
	display:block;
	clear:both;
}
.tab-menu li{
	float:left;
	width:50%;
}
.tab-menu li a{
	position: relative;
	display: block;
	line-height: 60px;
	margin-left: -1px;
	font-size:16px;
	font-weight: 400;
	background: #fff;
	color: #666;
	border: 1px solid #ddd;
	border-bottom: 1px solid #b3b3b3;
	background: #f5f6f7;
}
.tab-menu li.active a{
	font-weight: 600;
	z-index: 999;
	border-color: #b3b3b3;
	border-bottom: 1px solid #fff;
	color: #333;
	background: #fff;
}
.tab-content .clearfix{
	padding-bottom:80px;
}
.process-wrap {
	margin: 0 0 30px;
	padding: 20px 50px 40px;
	border: 1px solid #d5d5d5;
}
.process-wrap .inner{
	position:relative;
}
.process-wrap > div + div .inner:before{
	content:'\f0da';
	font-family: 'font awesome 5 free';
	font-weight: 900;
	font-size: 58px;
	color: #cfcecc;
	position:absolute;
	right:100%;
	top:50%;
	transform:translateY(-50%);
	margin-right: 13px;
	margin-top:20px;
}
.process-wrap p{
	padding: 8px 0;
	font-size:16px;
	font-weight: 500;
}
.process-wrap p i{
	margin-right:8px;
	color: #8c8f96;
	font-size: 17px;
}
/* subpage inqiury */
.board_wrapper .table.board_write_table>tbody>tr>td, 
.board_wrapper .table.board_write_table>tbody>tr>th, 
.board_wrapper .table.board_write_table>tfoot>tr>td, 
.board_wrapper .table.board_write_table>tfoot>tr>th, 
.board_wrapper .table.board_write_table>thead>tr>td, 
.board_wrapper .table.board_write_table>thead>tr>th{
	font-size:15px;
}
#form_inquiry{
	margin:0 auto;
	width:1000px;
	max-width: 100%;
}
.text-muted {
    font-size: 14px;
}

.custom_checkbox+span::before {
    color: #888;
}

.checkbox a {
    color: #446cc3;
    text-decoration: underline;
}

.btn.btn-primary{
    background:#446cc3;
    border-color:#446cc3;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus{
    background:#3156a7;
    border-color:#3156a7;
}

@media(max-width:767px){
	.navbar-brand img{
		margin-left:10px;
		height:40px;
	}
	.navbar-toggle{
		top:20px;
	}
	#site{
		padding-top:112px;
	}
	.carousel-caption p br{
		display:none;
	}
	.main-content .row{
		border:none;
		box-shadow: none;
	}
	.main-content .row > div{
		margin-bottom:5px;
	}
	.main-content .inner:after{
		display:none;
	}
	.main-content .inner{
		padding:20px 0;
	}
	.foot-logo{
		margin-bottom:15px;
		height:40px;
	}
	.snb .container{
		padding:0;
	}
	.snb-li{
		margin:0;
	}
	#site .snb-li li{
		width:100%;
	}
	.snb-li > li > a{
		font-size:16px;
		line-height:42px;
	}
	.pageheader{
		height:170px;
	}
	.pageheader h2{
		margin-top:10px;
		font-size:36px;
	}
	#about03 .left-con img{
		float:none;
	}
	.greet .txt-box{
		padding:40px 0 0;
	}
	.greet .quote{
		text-align:left;
		font-size:24px;
	}
	.vision-wrap{
		padding:0;
	}
	.vision-wrap > div{
		padding-bottom:50px;
	}
	.vision-wrap .top-con ul{
		margin-bottom:20px;
	}
	.vision-wrap .top-con li{
		font-size:18px;
	}
	#site .vision-wrap h4{
		margin:0 auto 0;
		width:200px;
		height:200px;
	}
	.vision-wrap h4 span{
		font-size:32px;
	}
	.vision-wrap .card h5{
		padding:12px 0;
	}
	.subpage-content .s-title h3{
		font-size:26px;
	}
	.third-snb li + li:before{
		 width:4px;
		 height:4px;
	}
	.prod-top .right-con p{
		margin-top:60px;
	}
	.process-wrap{
		padding:0 20px 40px;
	}
	.process-wrap > div + div .inner:before{
		content:'\f0d7';
		right:auto;
		left:50%;
		top:-85px;
		transform:translateX(-50%);
	}
	.partner-li{
		display:flex;
		flex-wrap:wrap;
	}
	.board_wrapper .text-center .btn.btn-lg{
		padding:15px 40px;
	}
}
