@charset "utf-8";
 
#site {
	padding-top: 90px;
	font-family: 'notokr', sans-serif;
}
h1,h2,h3,h4,h5,h6{
	letter-spacing: -0.03em;
}
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%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	margin-bottom: 0;
	border: 0
}

#site .navbar-brand {
	margin-left:0;
	height: auto;
	padding: 25px 0 0px;
}

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

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

.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: #3a54a3;
}

@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-radius: 0;
		border: 0;
		padding: 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		background: #ffffff;
		border-top: 2px solid #3a54a3;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 12px 20px;
		color: #222;
		font-size: 15px;
		text-align: center;
		border-bottom: 1px solid #dfdfdf;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li:last-child>a {
		border-bottom: 0;
	}
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 400;
		color: #3a54a3;
	}
}

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

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

/* 슬라이드 공통 */
.carousel-control {
	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 li {
	width: 12px;
	height: 12px;
	background-color: rgba(255, 255, 255, .1);
	border: 1px solid #fff;
	margin: 0 8px;
	border-radius: 0;
	transition: ease-in-out .15s all;
} 	

.carousel-indicators li.active {
	width: 12px;
	height: 12px;
	background-color: #fff;
	margin: 0 8px;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transform: rotate(45deg);
}
.carousel-caption h1 span{
	font-size: 86px;
	font-weight: 600;
	text-shadow: none;
}
.carousel-caption h1 small{
	display: block;
	margin-bottom: 10px;
	font-size: 24px;
	color:#fff;
	text-shadow: none;
	font-weight: 300;
	letter-spacing: -0.045em;
}
.carousel-caption {
	text-align: left;
}

@media (max-width: 767px) {
	.carousel-control {
		font-size: 14px;
	}

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

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 45px 0;
	background-color: #333;
	color: #6a6a6a;
}
.foot-logo{
	padding-top: 6px;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 660px;
}

.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.71v */
.flex-row{
	display:flex;
	flex-wrap:wrap;
	margin:0 -15px;
}
.flex-row > .col{
	flex:1;
	padding:0 15px;
}
@media(min-width:768px){
	
	.col-sm-20{
		width:20%;
		float:left;
		position:relative;
		padding: 0 9px;
	}
}
@media(max-width:767px){
	.flex-row{
		display:block;
	}
	.flex-row > .col{
		width:100%;
	}
}
#product03 .row.img-wrap {
    padding: 0 6px;
    margin-top: 15px;
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin: 10px 0 30px;
	text-align:center;
	font-size:16px;
	color: #333;
	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.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #3f6bac;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
li > ul{
	padding-left:20px;
}
ul[class^="li-"] > li{padding-left: 15px;position:relative;}
.li-disc > li:before,
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content:'';
	display:block;
	position:absolute;
	left:5px;
	top: 9px;
}
.li-dash > li:before{
	width:5px;
	height:2px;
	background:#3f6bac;
}
.li-dot > li:before,
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#3f6bac;
}
.li-dot > li:before{
	width: 3px;
	height: 3px;
	background:#555;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #3f6bac;
}
.location-li{
    border-top: 0;
    background: #f5f6f9;
    padding: 25px;
}
.location-li li {
    padding: 0 12px;
    font-size: 18px;
    letter-spacing: -0.03em;
    display: inline-block;
    margin-top: 0;
}
.location-li li:nth-child(2) {
	margin: 0 9px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 125px;
    font-weight: 500;
    color: #3a54a3;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 8px;
    color: #3a54a3;
}
.partner-li{
margin:0 0 30px;
display:flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
}
.partner-li > li{flex: 0 0 20%;padding: 6px;}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:0 auto 30px;
	display:flex;
	align-items: center;
}
.category-li > li{
	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:#fff;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#3f6bac;
}
.trait-dl{
	margin:40px 0;
	display:flex;
	flex-wrap: wrap;
}
.trait-dl dt,
.trait-dl dd{
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#3f6bac;
	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{
		flex: 0 0 50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:30px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-30px -30px 20px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#3f6bac;
}
.column-2{
	column-count:2;
	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 #3f6bac;
	background:#3f6bac;
}
.more-btn:hover{
	color:#3f6bac;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	display:flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.circle-wrap .circle{
	position:relative;
	display:flex;
	justify-content: center;
	align-items: center;
	width:200px;
	height:200px;
	margin:0 15px;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
}
.bull{
	position:relative;
	padding-left:.5em;
}
.bull:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#3f6bac;
	position:absolute;
	left:0;
	top:0.5em;
	margin-top:-3px;
}
@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:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #3f6bac;
}
.table.table_default tr th, .table.table_default tr td {
    font-size: 16px;
}
.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

.table-style tr th {
	color: #333;
	text-align: center;
}

.table-style thead tr th {
	background: #f8f8f8;
}

.table-style tr td {
	color: #666;
}
.history-wrap{
	position:relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 7px;
    background: #e8e8e8;
    position: absolute;
    top: 0;
    left: 0;
}
.history-wrap.zigzag:before{
	left: 50%;
    transform: translateX(-50%);
}
.history-wrap .history-box{
	position:relative;
	width:100%;
	padding:20px 50px;
}
.history-wrap.zigzag .history-box{
	position:relative;
	width:50%;
	padding: 30px 80px 0;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 10px;
    color: #4db7b9;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -77px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #5fc7c9;
	width: 56px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -80px;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #5fc7c9;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li{
	position:relative;
	margin: 3px 0;
	font-size: 17px;
	letter-spacing: -0.03em;
	color: #000;
	font-weight: 300;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#3f6bac;
}
@media(min-width:768px){
	.history-wrap.zigzag .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap.zigzag .history-box:nth-child(even){
		margin-top: 90px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:before{
		left:auto;
		right: -77px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -93px;
	}
}
@media(max-width:767px){
	.history-wrap.zigzag:before{
		left:15px;
	}
	.history-wrap.zigzag .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		padding-left: 50px;margin-left:15px
	;margin-bottom: 30px;}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

/* personal setting 0.71v end */
/* navigation setting */

/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
}
footer ul{
	margin-bottom: 3px;
	color: #b5b5b5;
}
footer .copy {
    color: #818181;
    margin-bottom: 0;
}
/* subpage setting */
.pageheader{
	height: 240px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
	display: flex;
	flex-flow: column;
	justify-content: center;
	text-align: center;
}
.pageheader h2{
    margin: 7px 0 10px;
    font-size: 43px;
    color:#fff;
    letter-spacing: -0.055em;
    font-weight: 300;
}
#refer01 .pageheader h2 {
    letter-spacing: 0;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color: #e9e9e9;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top: 100px;
	padding-bottom:60px;
}
.s-title{
	margin-bottom: 90px;
}
.s-title h3{
	margin:0;
	text-align:center;
	font-size: 43px;
	font-weight:bold;
	letter-spacing: -0.05em;
	color:#111;
}
.subpage-content .emp{
	font-weight:500;
	color:#3f6bac;
}
.subpage-content section{
	padding-bottom: 80px;
}
.subpage-content section:last-child {
	padding-bottom: 50px;
}
#about03 .subpage-content section {
    padding-bottom: 50px;
}
#product01 .subpage-content section.se3 {
    padding-bottom: 50px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size: 32px;
	padding-left: 0;
	color: #3b4fa3;
	font-weight: 600;
	padding-left: 12px;
	letter-spacing: -0.055em;
}
.board_wrapper .reply_wrap h4 {
    font-size: 18px;
    color: #222;
    font-weight: 500;
}
#reply_list span {
    font-size: 16px !important;
}
.board_data_view .header_wrap h4 {
    color: #222;
    font-size: 22px !important;
    font-weight: 500;
}
.subpage-content section > h4:before{
	content:'';
	display: block;
	width: 5px;
	border-right: 11px solid transparent;
	border-top: 11px solid #3b4fa3;
	/* transform: rotate(-24deg); */
	position: absolute;
	left: 0px;
	top: 0;
}
.subpage-content section h5{
	margin-top: 50px;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 600;
	color: #222;
}
@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;
    margin-bottom: 0;
}
.table.table_default thead th {
    background-color: #fff;
}
#form_history_list .board_wrapper,
#form_history_nologin .board_wrapper{
    visibility:visible;
}
.pagination_wrap, 
.search_wrap{
    visibility: hidden;
    margin-bottom: 0;
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 75px 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;
	margin-top: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.snb{
	background: linear-gradient(90deg, #5877d1 0%, #5fc7c9 100%);
}
.snb ul{
	margin:0;
	display: flex;
	align-items: flex-start;
}
.snb ul li a{
	display: block;
	padding: 0 26px;
	font-size: 17px;
	font-weight: 400;
	color: #fff;
	line-height: 57px;
	/* border-bottom: 4px solid transparent; */
	text-align: center;
	position: relative;
}
.snb ul li a::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    background: rgba(255, 255, 255, 0.25);
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.snb ul li:first-child a::before {
	content: none;
}
[id^="about"] .snb ul li, [id^="customer"] .snb ul li {
    width: 285px;
}
[id^="product"] .snb ul li {
    width: 230px;
}
[id^="product"] .s-title h3 {
	letter-spacing: 0;
}
.snb ul li.active a{
	color: #222;
	/* border-color:#3f6bac; */
	font-weight: 500;
	background: #fff;
}

/* subpage about */
.greet p{
	margin-bottom:20px;
	font-size: 18px;
	letter-spacing: -0.045em;
	line-height: 1.5;
	font-weight: 300;
	color: #000;
}
.greet .right-con{
	padding-left:60px;
}
.greet .quote{
	margin-top:0;
	margin-bottom: 40px;
	font-size: 21px;
	font-weight: 500;
	color: #3a54a3;
	margin-top: 40px;
	letter-spacing: -0.05em;
}
.greet .quote span{
	font-weight: 600;
	color: #e3e7f4;
	display: block;
	font-size: 56px;
	letter-spacing: -0.02em;
}
.greet img {
    margin-left: 0;
}

.greet .col-sm-6.left-con {
    width: 43%;
}

.greet .col-sm-6.right-con {
    width: 57%;
}
.partner-wrap .inner{
	border:1px solid #ddd;
	text-align:center;
	margin-bottom: 30px;
	padding: 0 30px 0px;
}
.partner-wrap .inner img {
    padding: 10px 30px 0;
}
.partner-wrap .inner .img-caption{
	padding: 23px 0 25px;
	margin:0;
	font-size: 18px;
	color:#111;
	border-top:1px solid #ddd;
}

/* subpage product */
.prod-top{
	margin:0 0 40px;
	align-items: center;
	font-size: 16px;
}
.prod-top p {
    line-height: 1.55em;
    letter-spacing: -0.035em;
    background: #f5f5f5;
    padding: 20px 25px;
    border-radius: 5px;
}
.prod-top .right-con{
	padding-left: 30px;
	width: 49%;
	margin-top: 20px;
}
.prod-top .col-sm-6.left-con {
    width: 51%;
}
.prod-top .right-con h5{
	margin-top:0;
	color: #3c61a7;
	font-size: 20px;
}
.prod-top .right-con p{
	margin-bottom:20px;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #333;
	font-weight: 400;
	line-height: 1.55em;
}
/* .prod-top .right-con:before{
	content:'';
	display: block;
	margin: 0 0 20px;
	width:30px;
	height:1px;
	background: #fff;
} */
.prod-wrap .inner {
	margin-bottom: 0;
	min-height: 250px;
	border-bottom:1px solid #ddd;
}
#product01 .se2 .prod-wrap .inner{
	min-height: 286px;
	margin-bottom: 0;
}
#product01 .se3 .prod-wrap .inner{
	min-height: 317px;
}
#product02 .se1 .prod-wrap .inner{
	min-height: 250px;
}
#product02 .row.prod-wrap .col-sm-6 {
    padding: 0 9px;
}
#product03 .se1 .prod-wrap .inner{
	min-height: 217px;
	margin-bottom: 30px;
}
#product04 .row.img-wrap .col-sm-4 {
    padding: 0 10px;
}

#product04 .row.img-wrap {
    padding: 0 6px;
}
[id^="product"] .row.prod-wrap .col-sm-4 {
    padding: 0 9px;
}
[id^="product"] .row.prod-wrap {
    padding: 0 6px;
}
[id^="product"] .img-box {border: 1px solid #ddd;margin-bottom: 30px;padding: 20px 0;}
.prod-wrap .inner h6{
	margin:0;
	text-align: center;
	font-size: 18px;
	color:#111;
	font-weight: 500;
	line-height: 55px;
	background: #f0f3f7;
	border-top: 2px solid #3c61a7;
}
.prod-wrap .inner ul{
	margin:0;
	padding: 20px 13px;
}
#product02 .se1 .prod-wrap .inner ul {
    min-height: 212px;
}
.prod-wrap .inner ul li{
	margin-bottom:5px;
	line-height:1.4;
	font-size: 15px;
}
#product03 .img-wrap img{
	padding:5px;
	border:1px solid #ddd;
}
.prod-trait{
	display: flex;
	justify-content: center;
	padding-top: 20px;
}
.prod-trait .item{
	flex: 0 0 330px;
	padding: 0 30px;
}
.prod-trait h6{
	position:relative;
	display: flex;
	margin: 0 auto 60px;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 190px;
	font-size: 23px;
	text-align: center;
	font-weight: 500;
	border-radius: 50%;
	color:#fff;
	background: linear-gradient(45deg,#5fc7c9,#3f6bac);
	box-shadow: 0 5px 11px rgba(0, 0, 0, 0.12);
}
.prod-trait p{
	border: 1px solid #71b2d3;
	padding: 30px 20px;
	font-size: 17px;
	line-height: 1.6;
	text-align: center;
	box-shadow: 0 7px 11px rgba(0, 0, 0, 0.12);
	font-weight: 500;
	color: #000;
	letter-spacing: -0.04em;
	border-radius: 5px;
}
.prod-trait h6:before{
	content:'';
	position: absolute;
	left: 50%;
	top:100%;
	display: block;
	width:1px;
	height: 60px;
	border-left: 1px dashed #5198bb;
	margin:0 auto;
}
.prod-trait h6:after{
	content:'';
	position: absolute;
	left: 51%;
	top: 132%;
	display: block;
	width: 12px;
	height: 12px;
	background:#fff;
	margin:0 auto;
	border: 1px solid #4e96ba;
	border-radius:50%;
	margin-left: -7px;
	margin-top: -6px;
}

/* subpage customer */
#customer01 .des{
	margin-bottom: 30px;
	font-size:16px;
	letter-spacing: -0.035em;
	background: #f5f5f5;
	padding: 20px 25px;
	border-radius: 5px;
}
.support-process-wrap{
	display: flex;
	align-items:center;
	margin: 0 0 0px;
	padding: 20px 40px;
	border: 1px solid #ddd;
}
.support-process-wrap .right-con{
	padding-left:60px;
}
.support-process-wrap li{
	margin-bottom: 9px;
	/* border: 1px solid #bcd1f1; */
	/* border-radius: 50px; */
	padding: 20px 30px;
	font-size: 16px;
	letter-spacing: -0.03em;
	font-weight: 600;
	background: #ebf1f5;
	/* border-left: 3px solid #2b479c; */
	border-radius: 35px;
	color: #2b479c;
}
.support-process-wrap li i{
	margin-right:10px;
	color: #2b479c;
}

.support-wrap{
	margin: 0;
}
.support-wrap .area-title{
	margin-bottom: 15px;
	margin-top: 30px;
}
.support-wrap .area-title p{
	display: inline-block;
	font-size: 22px;
	font-weight: bold;
	color: #222;
	/* background: linear-gradient(45deg,#5fc7c9,#3f6bac); */
	margin-bottom: 0;
	letter-spacing: -0.045em;
}
.support-wrap .row{
	display: flex;
	margin: 0;
}
.support-wrap .row > div{
	padding: 20px 15px 30px;
	background: #fafafa;
}
.support-wrap .row > div:nth-child(even){
	background: #ebf7f7;
}
/* .support-wrap .row > div + div:before{
	content:'';
	display: block;
	width:1px;
	height: 100%;
	background:#d9d9d9;
	position:absolute;
	left:0;
	top: 0;
} */
.support-wrap .row h6{
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.55em;
	margin-bottom: 20px;
	padding-bottom: 20px;
	position: relative;
	letter-spacing: -0.045em;
}
.support-wrap .row h6::before {
    content: '';
    display: block;
    position: absolute;
    width: 237px;
    height: 1px;
    background: #d7d7d7;
    left: 50%;
    transform: translateX(-50%);
    top: 74px;
}
.support-wrap .row li{
	letter-spacing: -0.04em;
	font-size: 16px;
}


/* mainpage setting */
.main-product{
	padding: 130px 0 140px;
	background: url(/public/img/main/main-bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.main-product .title{
	text-align: center;
}
.main-content .title h3{
	font-size: 40px;
	font-weight: 600;
	color:#000;
}
.main-product .title h3{
	margin: 0 0 35px;
	letter-spacing: -0.05em;
	color: #222;
}
.main-product .inner{
	display: block;
	position: relative;
	padding: 38px 33px;
	border: 1px solid #5fc7c9;
	text-align: center;
	transition:all .3s ease;
	z-index: 0;
	box-shadow: 0 5px 11px rgba(0, 0, 0, 0.13);
background: #5fc7c9;
	overflow: hidden;
}
.main-product .inner:hover{
	transform: translateY(-5px);
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}
.main-product .inner:before{
	content:'';
	display: block;
	position:absolute;
	left:0;
	top:0;
	border-top: 102px solid rgba(255, 255, 255, 0.16);
	border-right: 214px solid transparent;
	background: #5fc7c9;
	z-index: -1;
}
.main-product .inner h5{
	margin:0;
	font-size: 24px;
	font-weight: 600;
	color: #ffffff;
	z-index: 1;
	display: block;
	letter-spacing: 0;
}
.main-product .inner .number{
	position:absolute;
	left: 3px;
	top: 0px;
	color: #3a54a3;
	font-size:13px;
	display: none;
}
.main-partner{
	padding: 35px 0;
	background: #e4f3f3;
}
.main-partner .container{
	display: flex;
}
.main-partner .title{
	flex:0 0 200px;
	border-right:1px solid #ddd;
}
.main-partner .title h3{
	margin-top:0;
	font-size: 27px;
	letter-spacing: 0;
}
.main-partner .title .more{
	color: #000000;
	font-weight: bold;
	font-weight: 400;
	font-size: 15px;
	border-bottom: 1px solid;
}
.main-partner .title .more:hover{
	border-bottom: 1px solid;
}
.main-partner .content{
	flex:1;
	padding-left:20px;
}
.main-partner ul{
	margin:0;
	display: flex;
}
.main-partner ul li{
	flex: 0 0 20%;
	padding-right:20px;
}
.main-partner img{
	border:1px solid #eee;
}
.main-bottom{
	padding: 85px 0 65px;
}
.main-bottom .col-sm-6.main-support {
    width: 41%;
    margin-left: 30px;
}

.main-bottom .col-sm-6.main-maintenance {
    width: 56%;
}

.main-maintenance > div{
	padding:0;
	/* background: #fff; */
	/* padding: 30px; */
	/* border-radius: 5px; */
}
.board_box_list ul li {
    padding: 4px 0;
}
div[class^="board_box_"] .page-header{
	margin:0;
	border:0;
	padding:0;
}
div[class^="board_box_"] .page-header h4{
	margin: 0 0 15px;
	font-size: 25px;
	padding: 0 0 15px;
	color:#111;
	border-bottom: 1px solid #ddd;
	letter-spacing: -0.045em;
}
div[class^="board_box_"] .page-header .pull-right{
	font-size: 20px;
	color: #222;
}
.board_box_list ul li a{
	font-size:16px;
}
.main-btn-wrap {
	display: flex;
	justify-content: center;
	overflow: hidden;
	/* border-radius: 5px; */
	/* margin-left: 190px; */
}
.main-btn-wrap li{
	flex:1;
	font-weight: 600;
}
.main-btn-wrap li a{
	display: block;
	padding: 29px 20px;
	color: #3f6bac;
	background: #fff;
	font-size:18px;
	text-align: center;
	letter-spacing: -0.04em;
	border: 6px solid #c1d2eb;
	margin: 0 4px;
}
.main-btn-wrap li.main-location a{background: #f1f9f9;color: #2ca9af;border-color: #bbe7e9;}
.main-btn-wrap li.main-estimate a{background: #f0f5fb;}
.main-btn-wrap li.main-location a:hover{background: #f1f9f9;}
.main-btn-wrap li.main-estimate a:hover{background: #f0f5fb;}
.main-btn-wrap li a i{
	display: block;
	margin: 0 auto 11px;
	font-size: 45px;
}

.bg-box{
	font-size:15px;
	line-height: 1.55em;
    letter-spacing: -0.035em;
    background: #f5f5f5;
    padding: 20px 25px;
    border-radius: 5px;
}

.emc-trait{
	margin-bottom:50px;
}
.emc-trait h6{
	font-size: 18px;
    color: #111;
    font-weight: 500;
}
.emc-trait p{
	font-size:15px;
	line-height: 1.5;
	min-height:3em;
}
#product05 .prod-wrap .inner{
	min-height:200px;
}
@media (max-width:767px) {
	#site {
		padding-top:55px;
	}
	#site .navbar-brand{
		padding:0;
	}
	.navbar-brand>img{
		margin:10px 10px;
		height:35px;
	}
	.navbar-toggle{
		top:5px;
	}
	.navbar-inverse .navbar-nav>li>a{
		font-size:16px;
	}
	.carousel-control{
		display: none;
	}
	#mainCarousel .carousel-inner .item {
		height: 440px;
	}
	.carousel-caption{
		left:15px;
		right:15px;
	}
	.carousel-caption h1 small{
		font-size:20px;
	line-height: 1.3;padding-right: 30px;}
	.carousel-caption h1 span{
		font-size:45px;
	}
	.main-content .title h3{
		font-size:34px;
	}
	.main-product{
		padding:90px 0 100px;
	}
	.main-product .inner{
		margin-bottom:10px;
		padding:20px 10px;
	}
	.main-product .inner h5{
		font-size:20px;
	}
	.main-partner .container{
		display: block;
	}
	.main-partner .title{
		margin-bottom:20px;
	}
	.main-partner .content{
		padding-left:0;
	}
	.main-partner ul{
		flex-wrap:wrap;
	}
	.main-partner ul li{
		margin-bottom: 5px;
		flex:0 0 50%;
		padding-right: 5px;
	}
	.main-bottom{
		padding:40px 0 50px;
	}
	.main-bottom .col-sm-6.main-maintenance,
	.main-bottom .col-sm-6.main-support{
		margin:0;
		padding:0 15px;
		width:100%;
		overflow: hidden;
	}
	.foot-logo{
		margin-bottom:15px;
		height:35px;
	}
	.pageheader {
		height: 170px;
	}
	.pageheader h2{
		font-size:38px;
	}
	.snb ul{
		display: block;
	}
	#site .snb ul li{
		width:100%;
	}
	.snb ul li a::before{
		left:50%;
		top:0;
		width:20px;
		height:1px;
		transform:translateX(-50%);
	}
	.snb ul li a{
		line-height:45px;
	}
	.greet .col-sm-6.right-con,
	.greet .col-sm-6.left-con{
		width:100%;
		padding:0 15px;
	}
	.subpage-content{
		padding:70px 0 40px;
	}
	.s-title{
		margin-bottom:60px;
	}
	.s-title h3{
		font-size:36px;
	}
	.greet p{
		font-size:16px;
	}
	.history-wrap h6:after {
		left:-50px;
	}
	.history-wrap h6:before{
		left:-43px;
		width:30px;
	}

	#about04 .location-li li{
		display: block;
		margin:0 0 15px;
		padding:0;
		font-size:16px;
	}
	.subpage-content section h4{
		font-size:24px;
	}
	.subpage-content section h5{
		margin-top:30px;
		font-size: 20px;
	}
	.prod-wrap .inner h6{
		font-size:16px;
	}
	#site .subpage-content section .prod-wrap .inner{
		margin-bottom:10px;
		min-height:0;
	}
	.prod-trait{
		display: block;
	}
	.prod-trait .item{
		margin-bottom:30px;
	}
	.img-wrap img{
		margin-bottom:10px;
	}
	.support-process-wrap{
		display: block;
		padding:20px;
	}
	.support-process-wrap .right-con{
		margin-top:30px;
		padding:0;
	}
	.support-process-wrap li{
		padding: 15px 20px;
		font-size: 14px;
	}
	.support-wrap .row{
		display:block;
	}
	.support-wrap .row > div{
		margin-bottom:10px;
	}
	input.form-control{
		max-width:100%;
	}
	.board_wrapper .text-center .btn.btn-lg {
		min-width: 135px;
	}
	.member_wrapper{
		padding:60px 0 100px;
	}
}