@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	/* 	background:url('/skin/img/body-bg.jpg') no-repeat 0 0; */
	background: #fafafa;
	background-size: cover;
	background-attachment: fixed;
	overflow-x: hidden;
}

/* 폰트 설정 */

.body-layout,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
button {
	font-family: 'Noto Sans KR', "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}

/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */

ol,
ul,
li {
	list-style: none;
	list-style-position: inside;
	padding: 0;
}

* {
	box-sizing: border-box;
	word-break: break-word;
	word-wrap: break-word;
}

.navbar .caret,
.navbar .divider-vertical,
.navbar~br,
.footer-social-layout,
.footer_copy .text-center>br {
	display: none;
}

.topmarginLay_a {
	display: block !important;
	height: 100px !important;
}

/* 제작용
img,.page{
	border:1px solid #bbb;
}
 */

/* common setting */

/* .max-90{
	max-width:90%;
	margin:0 auto;
} */

.intro-html-layout {
	background: #fff;
}

p {
	letter-spacing: -0.01em;
}

/* navbar setting */

.navbar-inverse {
	background: #fafafa;
	margin: 0;
	border-bottom: none;
}

.navbar-inverse .navbar-nav>li>a {
	color: #333;
	font-size: 16px;
	padding: 39px 20px;
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #0a4b9d;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #0a4b9d;
	background: rgba(0, 0, 0, 0);
}

.navbar-brand {
	margin: 0;
	padding: 30px 15px;
}

.navbar-brand img {
	margin-top: 0;
}

.navbar-nav>li>.dropdown-menu {
	left: 0 !important;
	right: auto;
	border: none;
	border-radius: 0;
	padding: 0;
}

.dropdown-menu>li>a {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 9px 20px;
	font-size: 13px;
	text-transform: uppercase;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #0a4b9d;
	text-decoration: none;
	background-color: #ebf0f7;

}

@media(max-width:767px) {
	.navbar-toggle {
		margin-top: 40px;
		background: #112B43 !important;
	}

	.navbar-inverse .navbar-nav>li>a {
		color: #333;
		font-size: 16px;
		padding: 15px 20px;
	}
}

/* carousel */

#main-slide {
	height: 580px;
	margin-left: -15px;
	margin-right: -15px;
}

#main-slide .item {
	height: 580px;
}

#main-slide .item img {
	width: 100%;
	height: 100%;
	max-width: auto;
	object-fit: cover;
}

#main-slide .carousel-caption {
	font-family: arial;
}

.item.slide01 .carousel-caption {
	text-align: left;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
	padding: 0;
	left: auto;
	text-align: right;
	right: 50px;
	top: 50px;
}

.item.slide01 .carousel-caption h2 {
	margin: 0px 0 20px;
	font-size: 33px;
	letter-spacing: -0.03em;
	font-weight: 400;
	line-height: 37px;
	display: inline-block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 20px 0;
}

.item.slide01 .carousel-caption p {
	margin: 0;
	font-size: 15px;
	line-height: 23px;
	font-weight: 300;
}

.item.slide02 .carousel-caption {
	right: auto;
	left: 110px;
	bottom: 100px;
	color: #333;
	text-align: left;
	text-shadow: none;
}

#main-slide .item.slide02 .carousel-caption img {
	max-width: 160px;
	margin-left: 140px;
}

.item.slide02 .carousel-caption h2 {
	font-size: 26px;
	font-weight: bold;
}

.item.slide02 .carousel-caption p {
	margin-top: 20px;
}

.item.main_pd01 {
	background: url(/skin/img/main/slide02_bg.png) no-repeat 87% bottom;
	border-bottom: 2px solid #f3f3f3;
}

.item.main_pd03 {
	background: url(/skin/img/main/slide03_bg.png) no-repeat 87% bottom;
	border-bottom: 2px solid #f3f3f3;
}

.carousel-inner>.item.main_pd01 .carousel-caption,
.carousel-inner>.item.main_pd03 .carousel-caption {
	top: 180px;
	left: 100px;
	text-align: left;
	text-shadow: none;
	color: #333;
	padding: 0;
}

.carousel-inner>.item.main_pd01 .carousel-caption p,
.carousel-inner>.item.main_pd03 .carousel-caption p {
	max-width: 560px;
	font-size: 16px;
	line-height: 29px;
	color: #666;
}

.carousel-inner>.item.main_pd01 .carousel-caption h2,
.carousel-inner>.item.main_pd03 .carousel-caption h2 {
	margin: 0 0 25px;
	font-size: 33px;
}

@media(max-width:767px) {

	#main-slide,
	#main-slide .item {
		height: 200px;
	}

	.item.slide01 .carousel-caption {
		text-align: left;
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
		padding: 0;
		left: auto;
		text-align: right;
		right: 15px;
		top: 15px;
	}

	.item.slide01 .carousel-caption h2 {
		margin: 0px 0 20px;
		font-size: 18px;
		letter-spacing: -0.03em;
		font-weight: 400;
		line-height: 21px;
		display: inline-block;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 20px 0;
	}

	.item.slide01 .carousel-caption p {
		margin: 0;
		font-size: 12px;
		line-height: 18px;
		font-weight: 300;
	}

	.item.slide02 .carousel-caption {
		right: auto;
		left: 15px;
		bottom: 15px;
		color: #333;
		text-align: left;
		text-shadow: none;
	}

	.item.slide02 .carousel-caption h2 {
		font-size: 17px;
		font-weight: bold;
	}

	.item.slide02 .carousel-caption p {
		margin-top: 5px;
		font-size: 12px;
	}
}

/* mainpage setting */

.intro-html-layout h3 {
	text-align: center;
	font-size: 36px;
	margin: 0 0 40px;
	letter-spacing: -0.02em;
	font-weight: 300;
	text-transform: uppercase;
}

/* .intro-html-layout h3:before {
    content: "";
    display: block;
    margin: 0 auto 15px;
    position: relative;
    width: 50px;
    height: 2px;
    background: #1558a0;
    background: linear-gradient(to right, #1558a0 , #32d491);
} */

#main-content,
.main-global,
.contact,
.main-business {
	padding: 75px 0;
}

#main-content {
	padding-left: 0;
	padding-right: 0;
}

.gray-border {
	border: 1px solid #ddd;
    text-align: center;
}

.gray-border:after {
	content: "";
	display: block;
	clear: both;
}

.gray-border .products{
	width: 23%;
    display: inline-block;
	float: none;
}

.products {
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	/* 	margin-left:40px; */
}

.products a {
	color: #333;
}

.products .prd-name {
	text-align: center;
	background: #f3f3f3;
	padding: 7px 0;
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 300;
	transition: all 0.2s;
}

.products .prd-description {
	font-size: 13px;
	color: #6396e9;
	text-align: center;
	margin: 10px 0 20px;
}

.products:hover a {
	text-decoration: none;
}

.products:hover .prd-name {
	background: #1b58b7;
	color: #fff;
}

.products img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.main-business .business-list {
	padding-left: 5px;
	padding-right: 5px;
}

.main-business .business-list a {
	display: block;
	width: 100%;
	height: 150px;
	text-align: center;
	color: #fff;
}

.main-business .business-list a:hover h4 {
	text-decoration: none;
}

.main-business .business-list h4 {
	padding-top: 13%;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 0;
}

.main-business .business-list p {
	font-weight: 100;
	font-size: 11px;
}

.business-list:nth-child(2) a {
	background: url(/skin/img/main/main-biz-01.jpg) no-repeat center center;
	background-size: cover;
}

.business-list:nth-child(3) a {
	background: url(/skin/img/main/main-biz-02.jpg) no-repeat center center;
	background-size: cover;
}

.business-list:nth-child(4) a {
	background: url(/skin/img/main/main-biz-03.jpg) no-repeat center center;
	background-size: cover;
}

.main-global {
	background: #efefef;
}

.main-global h3 {
	margin-bottom: 30px;
}

.main-global img {
	margin: 0 auto;
}

.main-global p {
	margin: 20px 0 0;
	color: #666;
	font-size: 16px;
}

.main-global p #global p {
	margin: 10px 0;
}

.mod-custom-form-add .btn-wrap {
	margin-top: 25px;
}

.contact .mod-custom-form-add .btn {
	border-radius: 0;
	float: none !important;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	background: #0a4b9d;
	font-size: 15px;
	transition: 0.2s;
	border: none;
}

.contact .mod-custom-form-add .btn:hover {
	background: #0963d4;
}

.contact .q_number:nth-of-type(1),
.contact .q_number:nth-of-type(2),
.contact .q_number:nth-of-type(3),
.contact .q_number:nth-of-type(4) {
	width: 50%;
	float: left;
}

.contact .q_number h4 {
	width: 100%;
	font-size: 15px;
	font-weight: 400;
	line-height: 19px;
	text-align: left;
	padding-right: 10px;
}

.contact .q_number input {
	width: 100%;
	border-radius: 0;
	border: 1px solid #ddd;
	box-shadow: none;
	margin-bottom: 20px;
	height: 40px;
	font-size: 14px;
}

.contact .q_number textarea {
	width: 100%;
	border-radius: 0;
	border: 1px solid #ddd;
	box-shadow: none;
	margin-bottom: 30px;
	height: 140px;
	resize: vertical;
	font-size: 14px;

}

@media(min-width:768px) {
	.products {
		width: 20%;
	}
}

@media(max-width:767px) {
	#main-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.mod-custom-form-add {
	max-width: 880px;
	margin: 0 auto;
}

/* 
.q_number {
	overflow: hidden;
}

.q_number h4 {
	width: 15%;
	font-size: 15px;
	font-weight: 400;
}

.q_number input {
	width: 85%;
	border-radius: 0;
	border: 1px solid #ddd;
	box-shadow: none;
	margin-bottom: 18px;
	height: auto;
	font-size: 14px;
} */
@media(max-width:767px) {

	.contact .q_number:nth-of-type(1),
	.contact .q_number:nth-of-type(2),
	.contact .q_number:nth-of-type(3),
	.contact .q_number:nth-of-type(4) {
		width: 100%;
		float: left;
	}

	.gray-border .products{
		width: 100%;
	}
}

/* subpage setting */

.page {
	background: #fff;
	padding: 60px 80px;
}

.page:nth-of-type(2n) {}

.page img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pageheader {
	padding-bottom: 40px;
}

.pageheader>h2 {
	text-align: center;
	font-size: 33px;
	font-weight: 500;
	margin: 0 0 10px;
	color: #002060;
}

/* .pageheader > h2:before{
	content: "";
    display: block;
    position: relative;
    left: 50%;
    top: -10px;
    transform: translatex(-50%);
    width: 58px;
    height: 3px;
    background: #6A9BCE;
    background: linear-gradient(to right, #6A9BCE , #b6fbb6);
	
} */

.pageheader h2 img {
	width: 300px;
	height: 100px;
	object-fit: contain;
}

.page .pageheader>p {
	text-align: center;
	color: #aaa;
	font-size: 14px;
	font-weight: 300;
	margin: 0;
}

.numbering {
	background: #0a4b9d;
	width: 25px;
	height: 25px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	margin-right: 10px;
	font-size: 12px;
	line-height: 1;
	padding-top: 6px;
}

#product02 .page04 .numbering {
	float: left;
	margin-bottom: 2em;
	margin-top: 4px;
}

.subTop {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	margin-left: -15px;
	margin-right: -15px;
	height: 170px;
}

.subTop .subTop_title {
	font-size: 44px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: 58px 0 0;
	margin: 0;
}

#aboutus .subTop {
	background-image: url(/skin/img/sub/subTop01.jpg);
}

.aboutus-article img {
	margin: 20px 0;
}

.aboutus-article .highlight {
	color: #fff;
	font-size: 24px;
	background: rgb(17, 43, 67);
	padding: 20px 0;
}

.page p {
	color: #666;
	line-height: 28px;
	font-size: 15px;
}

@media(max-width:767px) {
	.page {
		background: #fff;
		padding: 30px 15px;
	}

	.aboutus-article .highlight {
		font-size: 16px;
	}
}

/* subpage company */

/* #aboutus img {
    height: 59vh;
    object-fit: cover;
    object-position: right center;
} */

/* subpage business */

.business .subTop {
	background-image: url(/skin/img/sub/subTop02.jpg);
}

div[id^="business"] p {
	/* 	background: #f3f3f3; */
	text-align: left;
	color: #333;
	font-size: 16px;
	padding: 0 12px;
	font-weight: 300;
	margin: 0;
}

div[id^="business"] img {
	margin: 20px 0;
}

#business2 .page,
#business3 .page {
	border-top: 2px solid #f3f3f3;
}

/* .prd-logo > img{
	height:110px;
	object-fit:contain;
} */
.page .pageheader>p {
	text-align: center !important;
	color: #333;
	font-size: 16px;
	padding: 0 12px;
	font-weight: 300;
	margin: 0;
}

/* subpage product */

div[id^="product"] .subTop {
	background: url(/skin/img/sub/subTop03.jpg) no-repeat center center;
}

.page h3 {
	margin: 0 0 15px;
	color: #002060;
	font-weight: 700;
	line-height: 32px;
	letter-spacing: -0.01em;
}

.page .description {
	float: none;
	text-align: center;
}

.page .middot li {
	padding-left: 11px;
	position: relative;
	margin-bottom: 8px;
	color: #666;
	line-height: 24px;
}

.page .middot li:before {
	content: "-";
	position: absolute;
	left: 0;
}

/* subpage product01 */

#product01 .page01 {
	border-bottom: 2px solid #f3f3f3;
}

#product01 .page02 {
	padding-top: 50px;
}

#product01 .page02>div>p {
	margin-bottom: 50px;
	font-size: 16px;
	color: #333;
}

#product01 .page02 li {
	line-height: 2.5;
}

#product01 .page02 i.fa {
	margin-right: 8px;
	color: #0a4b9d;
	font-size: 11px;
}

#product01 .page03 {
	padding-top: 40px;
	background: #ebf0f7;
}

#product01 .page03 .clearfix {
	border-bottom: 1px solid #cbd0d8;
}

#product01 .page03 .col-sm-9 {
	margin: 35px 0;
}

#product01 .page04 p {
	margin-bottom: 40px;
}

#product01 .page04 .table {
	width: 90%;
	margin: 0 auto;
}

#product01 .page04 th.highlight {
	color: #fff;
	background: #7caae4;
}

#product01 .page04 td.highlight {
	background: #ebf0f7;
}

#product01 .page04 th,
#product01 .page04 td {
	text-align: center;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	font-size: 13px;
	word-break: break-word;
}

#product01 .page06 {
	padding-top: 60px;
	background: #FFf url(/skin/img/sub/pro01-2.png) no-repeat 5% 56%;
	background-size: 40%;
	padding-right: 40px;
}

#product01 .page06 h3 {
	margin-bottom: 30px;
}

#product01 .page06 table {
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

#product01 .page06 table th {
	background: rgba(124, 170, 228, 0.5);
	border: none;
	border-bottom: 1px solid #a7c6ec;
	font-weight: 400;
}

#product01 .page07 {
	padding-top: 50px;
}

#product01 .page07 h3 {
	margin-bottom: 30px;
}

#product01 .page07 h4 {
	margin: 0;
	line-height: 1.3;
	color: #fff;
	background: #0a4b9d;
	padding: 10px;
	font-size: 16px;
}

#product01 .page07 ul {
	background: #f3f3f3;
	padding: 14px;
	margin: 0;
	min-height: 120px;
}

#product01 .page07 .square {
	position: relative;
}

#product01 .page08 {
	background: #fff url(/skin/img/sub/pro01-pg8-bg.jpg) no-repeat center;
	background-size: cover;
}

#product01 .page08 h3 {
	margin-bottom: 50px;
}

#product01 .page08 .wrap {
	width: max-content;
	background: rgba(255, 255, 255, 0.5);
}

#product01 .page08 p {
	color: #333;
}

#product01 .page09 {
	border-top: 2px solid #f3f3f3;
}

#product01 .page09 h3 {
	margin-top: 40px;
	margin-bottom: 50px;
}

#product01 .page10 {
	border-top: 2px solid #f3f3f3;
}

#product01 .page10 h3 {
	margin-top: 40px;
	margin-bottoM: 50px;
}

#product01 .page08 p,
#product01 .page09 p,
#product01 .page10 p {
	font-size: 14px;
	margin-bottom: 15px;
}

#product01 .page10 img {
	margin-top: 42px;
	height: 345px;
	object-fit: contain;
}

#product01 .page11 {
	background: url(/skin/img/sub/pro01-4.png) no-repeat 140% 13%;
	background-size: 70%;
}

#product01 .page11 .pull-left {
	min-width: max-width;
	width: 25%;
	margin-top: 30px;
	padding: 0 45px;
	color: #666;
	white-space: nowrap;
}

#product01 .page11 .pull-left:nth-of-type(1) {
	padding-left: 0;
}

#product01 .page11 .pull-left:nth-of-type(2) {
	border-left: 2px dotted #bbb;
}

#product01 .page11 .highlight {
	color: #0a4b9d;
}

#product01 .page11 li {
	line-height: 2.5;
}

#product01 .page11 i.fa {
	margin-right: 8px;
	color: #0a4b9d;
	font-size: 11px;
}

#product01 .page12 .col-md-12,
#product01 .page13 .col-md-12 {
	margin-bottom: 30px;
}

#product01 .page12 li,
#product01 .page13 li,
#product01 .page14 li {
	line-height: 2.5;
}

#product01 .page12 i.fa,
#product01 .page13 i.fa,
#product01 .page14 i.fa {
	margin-right: 8px;
	color: #0a4b9d;
	font-size: 11px;
}

#product01 .page12 .col-sm-6 p,
#product01 .page13 .col-sm-6 p {
	font-size: 13px;
}

#product01 .page12 .img-thumbnail,
#product01 .page13 .img-thumbnail {
	border: 2px solid #bbb;
	border-radius: 6px;
	margin-top: 25px;
}

#product01 .page13 {
	background: #fff url(/skin/img/sub/pro01-13-3.JPG) no-repeat right 25%;
	background-size: 50%;
}

#product01 .page13 .img-thumbnail {
	height: 200px;
	-o-object-fit: contain;
	object-fit: contain;
}

#product01 .page14 {
	min-height: 820px;
	background: #fff url(/skin/img/sub/pro01-14.jpg) no-repeat right bottom;
	background-size: 80%;
}

/* subpage product02 */

#product02-slide,
#product04-slide,
#product05-slide {
	margin: 30px auto 0;
	height: 350px;
	width: 80%;
}

#product02-slide .item,
#product04-slide .item,
#product05-slide .item {
	height: 350px;
}

#product02-slide .item img,
#product04-slide .item img,
#product05-slide .item img {
	width: 100%;
	height: 100%;
	max-width: auto;
	object-fit: contain;
}

#product02-slide .carousel-indicators,
#product04-slide .carousel-indicators,
#product05-slide .carousel-indicators {
	bottom: 0;
	margin-bottom: 0;
}

#product02-slide .carousel-indicators li,
#product04-slide .carousel-indicators li,
#product05-slide .carousel-indicators li {
	background: #000;
	opacity: 0.1;
	border: none;
	width: 10px;
	height: 10px;
	margin: 0 3px 0;
}

#product02-slide .carousel-indicators .active,
#product04-slide .carousel-indicators .active,
#product05-slide .carousel-indicators .active {
	opacity: 1;
	background: #0a4b9d;
}

#product02-slide .carousel-control,
#product04-slide .carousel-control,
#product05-slide .carousel-control {
	background: rgba(0, 0, 0, 0.3);
	width: 5%;
	height: 45%;
	top: 30%;
}

#product02-slide .carousel-control span,
#product04-slide .carousel-control span,
#product05slide .carousel-control span {
	font-size: 15px;
	text-shadow: none;
}

#product02 .page {
	padding: 100px 80px;
}

#product02 .page01 {
	padding: 60px 80px;
}

#product02 .page02 {
	background: #fff url('/skin/img/sub/pro02-pg2.png')no-repeat center center;
	background-size: cover;
}

/* 
#product02 .page03 {
	background: #fff url('/skin/img/sub/pro02-pg3.jpeg')no-repeat center center;
	background-size: cover;
} */
#product02 .page03 h3 {
	margin-top: 30px;
}

#product02 .page03 .quote {
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 24px;
	color: #0a4b9d;
}

#product02 .page03 img {
	height: 343px;
	object-fit: contain;
}

#product02 .page04 {
	background: #fff url('/skin/img/sub/pro02-pg4.jpeg')no-repeat center center;
	background-size: cover;
}

#product02 .page04 img {
	width: 66%;
}

#product02 .page04 p {
	font-size: 14px;
	margin-bottom: 15px;
	text-align: justify;
}

#product06 .page04 .row p,
#product02 .page04 .col-xs-4 p {
	margin: 0;
	background: #fff;
	padding: 15px;
	font-size: 14px;
	line-height: 22px;
	word-break: break-word;
	min-height: 50px;
}

#product02 .page05 {
	background: #fff url('/skin/img/sub/pro02-pg5.jpeg')no-repeat center center;
	background-size: cover;
}

#product02 .page05 h3 {
	margin-bottom: 30px;
}

#product02 .page05 .col-sm-4 p {
	font-size: 10px;
	line-height: 17px;
	margin: 0 0 30px;
	padding: 8px 8px 8px;
	background: #fff;
}

#product02 .page06 img {
	max-height: 357px;
	object-fit: contain;
}

#product02 .page07 {
	background: #fff url('/skin/img/sub/pro02-pg1-3.jpg')no-repeat center center;
	background-size: cover;
}

#product02 .page07 table {
	margin: 0;
	background: rgba(255, 255, 255, 0.5);
}

#product02 .page07 table th {
	background: rgba(124, 170, 228, 0.5);
	color: #fff;
	border: none;
	border-bottom: 1px solid #a7c6ec;
	font-weight: 400;
}

#product02 .page07 table td {
	border-bottom: 1px solid #ddd;
}

#product02 .page08 {
	background: #ebf0f7;
}

#product02 .page08 img {
	width: 100%;
	height: 230px;
	-o-object-fit: cover;
	object-fit: cover;
}

#product02 .page09 {
	background: #fff url(/skin/img/sub/pro02-pg9.jpeg)no-repeat 160% center;
	background-size: 84%;
}

#product02 .page09 i.fa {
	margin-right: 8px;
	color: #0a4b9d;
	font-size: 11px;
}

/* subpage product03 */

/* #product03 .page01 {
	background:#fff url(/skin/img/sub/pro03-pg1-bg.jpg) no-repeat bottom center;
	background-size:contain;
	min-height: max-content;
	height:550px;
} */

/* #product03 .page01 .col-sm-6{
	margin-top:130px;
} */
#product03 .page02 {
	background: #EBF0F7;
}

#product03 .page03 .clearfix {
	margin-bottom: 35px;
}

#product03 .page03 .img-wrap {
	height: 310px;
}

#product03 .page03 .img-wrap+p {
	font-size: 14px;
	line-height: 24px;
	margin: 15px 0 0;
}

#product03 .page04 {
	border-top: 2px solid #f3f3f3;
}

#product03 .page05 {
	background: #f3f3f3;
}

#product03 .page05 p {
	font-size: 14px;
}

#product03 .page05 i.fa {
	margin-right: 8px;
	color: #0a4b9d;
	font-size: 11px;
}

#product03 .page06 {
	border-top: 2px solid #fff;
}

#product03 .page06 img {
	height: 397px;
	-o-object-fit: contain;
	object-fit: contain;
}

#product03 .page07 .img-resize {
	max-width: 600px;
	margin-top: 40px;
}

#product03 .page08 p {
	font-size: 14px;
}

#product03 .page08 i.fa {
	margin-right: 8px;
	color: #0a4b9d;
	font-size: 11px;
}

#product03 .page08 {
	border-top: 2px solid #f3f3f3;
	background: url(/skin/img/sub/prodct03_page08_bg.jpg) no-repeat 86% bottom;
	background-color: #fff;
}

#product03 .page09 {
	background: #ebf0f7;
}

#product03 .page09 .col-md-12+.clearfix {
	border-bottom: 1px solid #cbd0d8;
	padding-bottom: 25px;
	margin-bottom: 40px;
}

#product03 .page09 .clearfix {
	margin-bottom: 25px;
}

#product03 .page09 .tips01 h4 {
	margin-top: 60px;
}

#product03 .page10 h4 {
	margin: 20px 0 10px;
	cursor: pointer;
	transition: all .4s ease;
}

#product03 .page10 h4:hover {
	color: #002060;
	text-decoration: underline;
	-moz-text-decoration-color: #002060;
	text-decoration-color: #002060;
}

#product03 .page10 p {
	display: none;
	background: #ebf0f7;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 24px;
	border-bottom: 1px dashed #ddd;
	padding: 15px;
}


#product03 .page11 table {
	margin: 20px 0 0;
	background: rgba(255, 255, 255, 0.5);
}

#product03 .page11 table img {
	width: 200px;
	height: 100px;
	object-fit: contain;
}

#product03 .page11 table th {
	background: rgba(124, 170, 228, 0.5);
	color: #fff;
	border: none;
	border-bottom: 1px solid #a7c6ec;
	font-weight: 400;
}

#product03 .page11 table td {
	border-bottom: 1px solid #ddd;
}

/* subpage product04 */

#product04-slide {
	width: 80%;
	margin: 0 auto;
	height: 300px;
}

#product04-slide .item {
	height: 300px;
}

#product04-slide .item img {
	width: 100%;
	height: 100%;
	max-width: auto;
	object-fit: contain;
}

#product04 .page2 {
	background: #ebf0f7;
}

#product04 .page3 h3 {
	margin-top: 40px;
}

#product04 .page4 img {
	margin-top: -62px;
}

/* subpage product05 */

.symptoms img {
	height: 200px;
	width: 200px;
	margin: 0 auto 20px;
}

.symptoms p {
	font-size: 13px;
	text-align: center;
	margin: 0 0 25px;
	background: #f3f3f3;
	padding: 7px 0;
}

#product05 .page1 .img-resize {
	max-width: 600px;
	margin-top: 40px;
}

#product05 .page2,
#product05 .page3,
#product05 .page4,
#product05 .page5 {
	border-top: 2px solid #f3f3f3;
}

#product05 .page2 {
	background: #f3f3f3;
}

#product05 .page3 p {
	margin-right: -15px;
}

#product05 .page4 {
	background: #ebf0f7;
}

#product05 .page4 li {
	line-height: 28px;
}

#product05 .page4 i.fa {
	margin-right: 8px;
	color: #0a4b9d;
	font-size: 11px;
}

#product05 .page5 h3 {
	margin-bottom: 40px;
}

#product05 .page6 p {
	margin-bottom: 30px;
}

#product05 .page6 img {
	border: 1px solid #ddd;
	width: 100%;
	height: 395px;
	-o-object-fit: contain;
	object-fit: contain;
}

/* subpage product06 */
#product06 .page02 {
	min-height: 800px;
	padding-top: 390px;
	background: url(/skin/img/sub/prod06-2-bg.png) no-repeat center top / cover;
}

#product06 .page02 .left-con {
	text-align: center;
}

#product06 .page02 .left-con h3 {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 15px;
	color: #333;
	font-size: 30px;
	border-bottom: 1px solid #333;
}

#product06 .page02 .left-con h3:before,
#product06 .page02 .left-con h3:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #333;
	position: absolute;
	bottom: -4px;
}

#product06 .page02 .left-con h3:before {
	left: -3px;
}

#product06 .page02 .left-con h3:after {
	right: -3px;
}

#product06 .page02 .left-con h3 small {
	margin-top: 10px;
	display: block;
	font-size: 14px;
	color: #333;
}

#product06 .page02 .left-con p {
	margin-bottom: 40px;
}

#product06 .page09-table {
	background: rgba(255, 255, 255, 0.5);
	margin: 0;
}

#product06 .page09-table th {
	background: rgba(124, 170, 228, 0.5);
	border: none;
	border-bottom: 1px solid #a7c6ec;
	font-weight: 400;
}

#product06 .page03 {
	min-height: 500px;
	padding-top: 120px;
	background: #fff url(/skin/img/sub/prod06-3-bg.jpg) no-repeat center bottom / contain;
}

#product06 .page03 li {
	line-height: 2.5;
}

#product06 .page04 {
	background: #ebf0f7;
}

#product06 .page04 .row {
	margin-bottom: 40px;
}

#product06 .page04 .row img {
	width: 66%;
}

#product06 .page04 .row p {
	background: transparent;
}

#product06 .page06 {
	min-height: 800px;
	padding-top: 120px;
	background: #fff url(/skin/img/sub/prod06-6-bg.jpg) no-repeat center 50px / 90% auto;
}

#product06 .page06 .col-sm-12 {
	height: 100%;
}

#product06 .page06 ul {
	position: relative;
	display: block;
	margin: 600px auto 100px;
	width: 800px;
	border-top: 1px dashed #555;
}

#product06 .page06 ul li {
	position: absolute;
	top: -100px;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	background: #afabab;
	color: #fff;
	font-size: 18px;
	font-weight: 900;
}

#product06 .page06 ul li:nth-child(1) {
	left: 0;
}

#product06 .page06 ul li:nth-child(2) {
	left: 50%;
	transform: translatex(-50%);
	background: #767171;
}

#product06 .page06 ul li:nth-child(3) {
	right: 0;
}

#product06 .page06 ul li span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 80%;
	text-align: center;
	text-decoration: underline;
}

#product06 .page07 .row>div {
	margin-bottom: 30px;
}

#product06 .page07 table {
	border-bottom: 2px solid #aaa;
}

#product06 .page07 table thead th {
	border-top: 2px solid #aaa;
	border-bottom: 2px solid #aaa;
}

#product06 .page07 h3 {
	margin-top: 65px;
}

#product06 .page07 li {
	line-height: 2.5;
}

#product06 .page08 {
	min-height: 800px;
	background: #fff url(/skin/img/sub/prod06-8-bg.jpg) no-repeat center top / contain;
}

#product06 .page08>div {
	height: 680px;
}

#product06 .page08 h3 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 36px;
	color: #333;
	width: 80%;
	text-align: center;
}

#product06 .page08 h3 small {
	display: block;
	margin-bottom: 40px;
	font-size: 24px;
	font-weight: 700;
	color: #999;
}

#product06 .page09 .left-con {
	height: 440px;
	background: url(/skin/img/sub/prod06-9.png) no-repeat 60% center / contain;
}

#product06 .page09 th {
	padding: 13px 8px;
}

/* subpage product07 */
#product07 .page,
#product08 .page{
	padding: 110px 80px;
}

#product07 img,
#product08 img {
	width: auto;
	height: auto;
}

#product07 .page02 .icon {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 60px;
}

#product07 .page02 .inner {
	position: relative;
	margin-bottom: 30px;
}

#product07 .page02 .inner p {
	padding-left: 90px;
}

#product07 .page02 .talk-bubble{
	margin-top: 60px;
}

#product07 .talk-bubble {
	padding: 10px;
	text-align: center;
	background: #bd333e;
	color: #fff;
}

#product07 .qustion-tt {
	display: inline-block;
	margin: 0 0 30px;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 400;
	background: #bd333e;
	color: #fff;
	line-height: 1.4;
}

#product07 .tit-wrap {
	text-align: center;
}

#product07 .tit-wrap h3 {
	font-weight: 400;
	color: #bd333e;
}

#product07 .tit-wrap h3 span {
	display: block;
	color: #888;
}

#product07 .tit-wrap h2 {
	margin: 0 0 15px;
	font-size: 33px;
	font-weight: 600;
	line-height: 1.6;
}

#product07 .tit-wrap h2 b {
	font-weight: 500;
	color: #bd333e;
}

#product07 p b {
	color: #bd333e;
	font-weight: 500;
}

#product07 .item-style-1 h5 {
	text-align: center;
	font-size: 16px;
	color: #bd333e;
}

#product07 .page06{
	padding-top: 30px;
}

#product07 .page08{
	padding-top: 0;
}

#product07 .page09 h5 {
	margin: 15px 0;
	font-size: 18px;
	color: #bd333e;
}

#product07 .page11 {
	background: url(/skin/img/sub/prod07-20.jpg) no-repeat center/ cover;
}

#product07 .page11 .tit-wrap p {
	font-size: 16px;
}

#product07 .check-list {
	padding-top: 50px;
	padding-left: 50px;
}

#product07 .check-list li {
	padding: 8px 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6;
}

#product07 .check-list li .icon {
	display: inline-block;
	margin-right: 5px;
	color: #bd333e;
}

#product07 .page13 {
	background: url(/skin/img/sub/prod07-21.jpg) no-repeat center/cover;
	min-height: 450px;
}

#product07 .page13 .tit-wrap h2 {
	margin: 60px 0 0;
	font-size: 20px;
	text-align: left;
}

#product07 .page15 img {
	box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.05);
}

#product07 .page15 p {
	margin-top: 50px !important;
}

.page.product-info {
	text-align: center;
}

.page.product-info .text-style-1 span {
	display: block;
	margin: 0 0 10px;
}

.page.product-info .text-style-1 span em {
	font-style: normal;
	line-height: 1.4;
	background: #a7eae8;
}

#product07 .page.product-info .text-style-1 span em {
	background: #e5adb2;
}

.page.product-info p {
	margin: 50px 0;
}

.page.product-info table {
	border-top: 2px solid #666;
	border-bottom: 2px solid #666;
}

.page.product-info table caption {
	font-size: 18px;
	font-weight: 500;
}

.page.product-info table tr {
	border-bottom: 1px solid #ddd;
}

.page.product-info table tr td,
.page.product-info table tr th {
	padding: 10px;
	text-align: left !important;
}

/* subpage product08 */
#product08 .page01 {
	text-align: center;
}

#product08 .page01 h3{
	font-size: 36px;
	color: #ed8a81;
}

#product08 .page01 p{
	margin-bottom: 50px;
}

#product08 .page02 {
	background: url(/skin/img/sub/prod08-02.jpg) no-repeat center/cover;
	min-height: 500px;
}

#product08 .page02 p small{
	display: block;
	margin: 10px 0 30px;
}

#product08 p b{
	font-weight: 400;
	color: #ed8a81;
}

#product08 .page03 {
	background: url(/skin/img/sub/prod08-03.jpg) no-repeat center/cover;
	min-height: 800px;
	text-align: center;
}

#product08 .page03 p{
	margin-top: 30px;
}

#product08 .page04{
	text-align: center;
}

#product08 .position-wrap{
	position: relative;
}

#product08 .position-wrap:before{
	content: "\f061";
	position: absolute;
	right: -27px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 26px;
	font-weight: 600;
	font-family: "Font Awesome 5 Free"; 
	color: #888;
}

#product08 .position-wrap.versus:before{
	content: "VS";
    font-size: 20px;
}

#product08 .page04 .item-1{
	max-width: 860px;
	margin: 0 auto;
}

#product08 h3.box-type{
	text-align: center;
}

#product08 h3.box-type span{
	display: inline-block;
	margin: 0 0 30px;
	padding: 5px 10px;
	font-size: 18px;
	font-weight: 400;
	background: #ed8a81;
	color: #fff;
	line-height: 1.4;
}

#product08 h3.shape-type{
	font-size: 18px;
	color: #ed8a81;
}

#product08 h3.shape-type span{
	display: inline-block;
	width: 35px;
	height: 35px;
	padding-top: 2px;
	background: #f4b1ab;
	border-radius: 50%;
	text-align: center;
	color: #fff;
}

#product08 .page05 p big{
	color: #ed8a81;
}

#product08 .page05 .flower-thum{
	margin: 30px 0 0;
}

#product08 .page05 .flower-thum p{
	color: #fff;
}

#product08 .page06,
#product08 .page07{
	text-align: center;
}

#product08 .page07 p{
	margin-top: 30px;
}

#product08 .page09 .clearfix{
	max-width: 800px;
    margin: 0 auto;
}

#product08 .page10 h3{
	color: #ed8a81;
}

#product08 .page.product-info .text-style-1 span em{
	background: #ffdad6;
}

@media (min-width: 767px) {
	#product07 .page11 {
		min-height: 700px;
	}

	#product07 .col-5 {
		max-width: 900px;
		margin: 0 auto;
	}

	#product07 .col-5>div {
		width: 20%;
	}

	#product08 .page05{
		background: url(/skin/img/sub/prod08-08.jpg) no-repeat center/cover;
		min-height: 700px;
		padding-top: 450px;
		text-align: center;
	}

	#product08 .page10{
		background: url(/skin/img/sub/prod08-17.jpg) no-repeat center/cover;
		background-position: center bottom;
		min-height: 850px;
		text-align: center;
	}
}

@media (max-width: 767px) {

	#product07 .page, #product08 .page {
		padding: 50px 15px;
	}

	#product08 .page01 h3{
		font-size: 24px;
	}

	#product08 .page02{
		background-position: 55% bottom;
	}

	#product08 .position-wrap{
		margin-bottom: 50px;
	}

	#product08 .position-wrap:before{
		content: "\f078";
		left: 50%;
		right: auto;
		top: auto;
		bottom: -38px;
		transform: translateX(-50%);
	}

	#product08 .page04 .item-1 p.mt-60{
		margin-top: 10px !important;
	}

	#product08 .page05{
		padding: 50px 15px;
		background: url(/skin/img/sub/prod08-08.jpg) no-repeat center/cover;
	}

	#product08 .page05 .flower-thum p{
		text-align: center;
	}

	#product08 h3.shape-type{
		margin: 30px 0 15px;
	}

	#product08 .page10{
		min-height: 500px;
		background: url(/skin/img/sub/prod08-17.jpg) no-repeat center/cover;
	}

	#product08 .page10 h3{
		font-size: 19px;
		text-align: center;
	}

	.page.product-info table tr th,
	.page.product-info table tr td{
		display: block;
	}

	.page.product-info table tr td{
		color: #888;
	}

	#product07 .col-5>div {
		width: 50%;
	}

	#product07 .tit-wrap h3{
		margin: 0 0 30px;
	}

	#product07 .talk-bubble{
		font-size: 19px;
	}

	#product07 .item-style-1 h5{
		min-height: 60px;
	}

	#product07 .page08 .img-circle{
		max-width: 230px;
    	max-height: 230px;
	}

	#product07 .page08 p{
		margin: 15px 0 30px !important;
	}

	#product07 .qustion-tt{
		margin: 0 0 30px !important;
	}

	#product07 .tit-wrap h2{
		font-size: 24px;
		line-height: 1.4;
	}

	#product07 .check-list{
		padding-top: 0;
		padding-left: 0;
	}

	#product07 .page11 .mt-60{
		margin-top: 30px !important;
	}

	#product07 .check-list li{
		font-size: 16px;
	}

	#product07 .page13{
		background: url(/skin/img/sub/prod07-21.jpg) #fff no-repeat left bottom/170%;
	}

	#product07 .page14 .qustion-tt{
		margin: 30px 0 !important;
	}

	.page.product-info .text-style-1 span em{
		font-size: 24px;
	}
}


/*footer*/

.footer_copy {
	overflow: hidden;
	background: #aaa;
	max-width: 1170px;
	margin: 0 auto;
}

.footer_copy>div {
	padding: 40px 50px 40px;
}

.foot-logo img {
	filter: grayscale(100%) opacity(50%) invert(100%);
}

.footer_copy .foot-info {
	text-align: left;
	font-size: 12px;
	color: #eee;
}

/* subpage contact form */

.sub-layout .mod-custom-form-add {
	width: 100%;
	max-width: 100%;
}

.mod-custom-form-add .subTop {
	background-image: url(/skin/img/sub/subTop04.jpg);
}

#contact .page {
	height: auto;
}

@media screen and (min-width: 768px) {

	#contact #mod_type_formForm .q_number:nth-child(1),
	#contact #mod_type_formForm .q_number:nth-child(2),
	#contact #mod_type_formForm .q_number:nth-child(3),
	#contact #mod_type_formForm .q_number:nth-child(4) {
		width: 50%;
		float: left;
	}
}

.mod-custom-form-add .q_number h3 i {
	display: none;
}

#contact #mod_type_formForm .q_number input {
	width: 100%;
}

.mod-custom-form-add .q_number h3 {
	font-size: 16px;
	color: #333;
}

.q_number textarea {
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #ddd;
	height: 150px;
}

.sub-layout #contact button[type="submit"] {
	float: none !important;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	padding: 12px 0;
	background: #0a4b9d;
	font-size: 15px;
	transition: 0.2s;
	border-radius: 0;
}

.sub-layout #contact button[type="submit"]:hover {
	background: #0963d4;
}

/* subpage map */

#map .subTop {
	background-image: url(/skin/img/sub/subTop04.jpg);
}

#map .map_container {
	width: 100%;
	height: 400px;
}

#map .wrap_map {
	height: 100% !important;
}

#map table {
	margin-top: 20px;
	border-top: 1px solid #ddd;
}

#map table th {
	background: #7caae4;
	color: #fff;
	border: none;
	border-bottom: 1px solid #a7c6ec;
	font-weight: 400;
}

#map table td {
	color: #666;
	border-bottom: 1px solid #ddd;
}

/* subpage board */
#board .subTop {
	background-image: url(/skin/img/sub/subTop04.jpg);
}

.bbs-area .dh-margin-top .col-md-5 {
	width: max-content;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	margin: 15px 0;
}

#insertForm .col-md-7.text-right {
	float: right;
}

#kcaptcha {
	max-width: 200px;
}

/* personal setting 0.54v */
/* layout */
.mt-0 {
	margin-top: 0px !important;
}

.mt-20 {
	margin-top: 20px !important;
}

.mt-30 {
	margin-top: 30px !important;
}

.mt-40 {
	margin-top: 40px !important;
}

.mt-60 {
	margin-top: 60px !important;
}

.mb-0 {
	margin-bottom: 0px !important;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-60 {
	margin-bottom: 60px !important;
}

.mv-10 {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
}

.mv-30 {
	margin-bottom: 30px !important;
	margin-top: 30px !important;
}

.mv-60 {
	margin-bottom: 60px !important;
	margin-top: 60px !important;
}

.mg-0 {
	margin: 0 !important;
}

.pd-0 {
	padding: 0 !important;
}

@media(min-width:768px) {
	.col-sm-20 {
		width: 25%;
	}
}

/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}

.img-bordered {
	border: 1px solid #ddd;
}

.img-caption {
	margin: 10px 0;
	text-align: center;
	font-size: 16px;
	color: #555;
	font-weight: 500;
}

/* 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;
}

.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 */
.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;
}

.numbering {
	margin-right: 10px;
}

.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: #ed1c24;
}

/*list style*/
.li-none>li {
	list-style: none !important;
	margin-left: 20px;
}

.li-circle>li {
	list-style: circle !important;
	margin-left: 20px;
}

.li-square>li {
	list-style: square !important;
	margin-left: 20px;
}

.li-disc>li {
	list-style: disc !important;
	margin-left: 20px;
}

.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: '·';
}

.partner-li {
	border: 1px solid #ddd;
}

.partner-li:after {
	content: '';
	display: block;
	clear: both;
}

.partner-li>li {
	float: left;
	width: 20%;
}

.partner-li>li img {
	border: 1px solid #ddd;
}

.category-li {
	display: inline-block;
	margin: 20px auto;
}

.category-li:after {
	content: '';
	display: block;
	clear: both;
}

.category-li>li {
	float: left;
	display: inline-block;
	margin: 5px;
	padding: 10px 20px;
	background: #f5f5f5;
	border: 1px solid #ddd;
}

.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: #ed1c24;
	font-size: 18px;
}

@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;
	border-top: 2px solid #ed1c24;
	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: #555;
}

.column-2 {
	column-count: 2;
	column-rule: 1px solid #ddd;
	column-gap: 30px;
}

.column-2 ul,
.column-2 dl,
.column-2 ol {
	margin: 0;
}

.quote-box {
	margin: 20px auto;
	padding: 25px;
	background: #f5f5f5;
}

p.quote {
	margin: 30px 0;
	font-size: 26px;
	font-weight: 300;
	color: #555;
	line-height: 1.2;
}

p.quote span {
	font-weight: 500;
}

/* personal setting 0.54v end */

.x_inner{
	position: relative;
	height: 50px;
}
.x_inner i{
	position: absolute;
	font-size: 60px;
	color: #ccc;
	left: 50%;
	transform: translateX(-50%);
	bottom: 5px;
}
.x_inner p{
	color: #000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 99;
	width: 100%;
	text-align: center;
	font-weight: 600;
}

.bo-right-li{
	position: relative;
}

.bo-right-li li{
	width: 33.333%;
	float: left;
	text-align: center;
	height: 170px;
	padding: 45px 0 5px;
	border-right: 1px solid #f2f2f2;
}

.bo-right-li li:last-child{
	border: none;
	padding-top: 20px;
}

.bo-right-li2 li:last-child{
	padding-top: 0;
}

.bo-right-li2 li{
	width: 20%;
}

#product07 .page07-1-1 .check-list,
#product07 .page07-2 .check-list{
	padding-top: 0;
}

#product07 .page07-1-1 .tit-wrap h2,
#product07 .page07-2 .tit-wrap h2{
	font-size: 25px;
	margin-top: 80px;
}

.mt-31{
	margin-bottom: 50px;
}

#product07 .page07-6 b{
	font-size: 22px;
	margin-bottom: 15px;
}

#product07 .page07-6 b img{
	float: left;
	height: 30px;
	margin-right: 15px;
}

#product07 .page07-6 .col-sm-7{
	padding-top: 100px;
}

#product07 .page07-6 .col-sm-7 p:first-child{
	margin-bottom: 100px;
}