@charset "utf-8";
/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@400;700&display=swap'); */
/* @import url(//fonts.googleapis.com/earlyaccess/jejumyeongjo.css); */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');
#site {
	padding-top: 0;
	font-family: 'notokr',"Noto Sans KR", sans-serif;
	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: transparent;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: none;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	border: 0;
	transition:all .3s ease;
}
.navbar-inverse.on{
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	background:#fff;
}
#site .navbar-brand {
	margin-left:0;
	height: auto;
	padding: 0px;
}
.navbar-brand img{
    margin-top: 10px;
    width: 158px;
}
.navbar-inverse .navbar-nav>li>a {
	font-size: 17px;
	font-weight: 500;
	color: #fff;
}

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

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

.navbar-inverse.on .navbar-nav>li>a ,
.navbar-inverse.on .navbar-nav>li>a:hover,
.navbar-inverse.on .navbar-nav>li>a:focus,
.navbar-inverse.on .navbar-nav .dropdown.open .dropdown-toggle,
.navbar-inverse.on .navbar-nav .dropdown.open:hover .dropdown-toggle,
.navbar-inverse.on .navbar-nav .dropdown.open:focus .dropdown-toggle {
	color: #333;
}

@media (max-width: 767px) {

	/*.navbar-inverse .navbar-toggle{border:1px solid #666;}*/
	.navbar-inverse .navbar-toggle {
		border: 0;
		padding: 0px 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;
		padding: 4px;
		border: 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 11px 20px;
		color: #111;
		font-size: 14px;
		text-align: center;
		font-weight: 500;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 500;
		color: #fff;
		background: #1362ad;
	}
}

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

	.navbar-inverse .navbar-nav>li>a {
		padding: 20px 19px;
	}
}

/* 슬라이드 공통 */
.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{
	font-size:60px;
}
.carousel-caption p{
	font-size:20px;
}
.carousel-caption {
	text-shadow: 0px 0px 10px rgba(0, 0, 0, .75);
}

@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: #ddd;
	font-size: 15px;
}
#site footer img {
    opacity: 0.5;
    width: 155px;
}
#site footer ul {
    margin-bottom: 3px;
    color: #d1d1d1;
}
#site footer strong {
    color: #ddd;
}
#site footer .copy {
    color: #7d7d7d;
    margin-bottom: 0;
    margin-top: -2px;
}
/* 메인 페이지 */
#mainCarousel .carousel-inner .item {
	height: 600px
}

.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;
	}
}
@media(max-width:768px){
	.flex-row{
		display:block;
	}
	.flex-row > .col{
		width:100%;
	}
}
/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	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: #056CB4;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
li > ul{
	padding-left:20px;
}
ul[class^="li-"] > li{padding-left:20px; 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:50%;
	transform: translateY(-50%);
}
.li-dash > li:before{
	width:10px;
	height:2px;
}
.li-dot > li:before,
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.6em;
	height: 0.6em;
	border-radius: 50%;
	background:#056CB4;
}
.li-dot > li:before{
	width:2px;
	height:2px;
	background:#555;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #056CB4;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 12px 7px;
    font-size: 16px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 9px;
    color: #1362ad;
}
.partner-li{
	margin: 0 -5px 0px;
	display:flex;
	/* justify-content: space-between; */
	align-items: center;
	flex-wrap: wrap;
}
.partner-li > li{
	/* flex:1;
	min-width:20%; */
	width: 20%;
	padding: 5px;
	margin-bottom: 0px;
}
.partner-li > li img{
	padding: 5px 13px;
	border:1px solid #ddd;
}
.partner-li > li a:hover img{
	border-color:#056CB4
}
.partner-li > li a.no-link:hover {
	cursor: default;
}
.partner-li > li a.no-link:hover img {
	border-color: #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:#056CB4;
}
.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:#056CB4;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
#about01 .stripe-dl{
	/* width: 800px; */
	/* max-width: 100%; */
	margin: 60px auto 0;
}
.stripe-dl dt {
    position: relative;
    padding: 10px 20px 4px 0px;
    font-size: 30px;
    /* padding-left: 34px; */
    font-weight: 600;
    color: #2c2c2c;
    letter-spacing: -0.045em;
    line-height: 1.4;
}
.stripe-dl dt .numbering {
    /* display: block; */
	display: none;
    width: 40px;
    height: 60px;
    line-height: 62px;
    color: #056CB4;
    text-align: center;
    position: absolute;
    left: -44px;
    bottom: -13px;
    font-size: 49px;
    font-weight: 600;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 10%); */
    /* background: #056CB4; */
    font-family: 'Roboto';
}
.stripe-dl dd {
    margin-bottom: 35px;
    padding: 20px 30px  20px 0px;
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 1.5;
}
.stripe-dl dd:last-chlid {
    margin-bottom:0;
}
@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: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:#056CB4;
}
.column-2{
	column-count:2;
	column-gap:30px;
}
.more-btn{
	display:
	block;
	margin:40px auto 10px;
	min-width: 200px;
	height:60px;
	line-height:60px;
	text-align:
	center;
	font-size: 18px;
	font-weight: 500;
	color:#fff;
	border:1px solid #056CB4;
	background:#056CB4;
	width: fit-content;
	padding: 0 30px;
}
.more-btn:hover{
	color:#056CB4;
	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:#056CB4;
	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: 20px 0;
	font-size:26px;
	font-weight:300;
	color: #333;
	line-height:1.2;
}
p.quote span{
	font-weight: 600;
}
/* 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;
	position: relative;
}
#footscan01 .video-wrap{
    width: 100%;
    max-width: 660px;
    margin: 45px auto;
}
#footscan01 .table-style::before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 10px;
    background: linear-gradient(130deg, #0b57a7 0%, #00afea 100%);
    top: -1px;
}
#footscan01 thead th span {
    color: #1362ad;
    font-size: 16px;
    line-height: 1.3;
}
.table-style img {
    margin-bottom: 10px;
}
.table-style tr th,
.table-style tr td {
	padding: 14px 12px !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: left;
}

.table-style thead tr th {
	background: #fff;
	line-height: 1.45;
	letter-spacing: 0;
	text-align: center;
	font-size: 15px;
	border-bottom: 1px solid #a6e8ff !important;
	padding: 30px 12px !important;
}

.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 50px;
}

.history-wrap  h6{
    position: relative;
	margin: 0 0 10px;
    color: #494949;
    font-size: 36px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap  h6:before{
	content: '';
    position: absolute;
    top: 50%;
    left: -45px;
    display: block;
    border-right: 0px;
    border-top: 1px solid #056CB4;
    width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -47px;
    transform: translate(-50%, -50%);
    display: block;
    width: 14px;
    height: 14px;
    border: 3px solid #056CB4;
    border-radius: 50%;
    background: #fff;
}
.history-wrap li{
	position:relative;
	margin:5px 0;
	font-size: 16px;
    letter-spacing: -0.03em;
    color: #313131;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#056CB4;
}
@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:80px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap.zigzag .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -63px;
	}
}
@media(max-width:767px){
	.history-wrap.zigzag:before{
		left:15px;
	}
	.history-wrap.zigzag .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.71v end */
/* navigation setting */
.sns ul{
	margin:0;
	padding: 14px 0 0;
	display:flex;
	align-items: center;
	margin-right: 24px;
}
.sns ul li{
	padding: 0 7px;
}
.sns img{
	height: 19px;
}
.sns i{
	font-size: 24px;
	padding-top: 3px;
}
.sns .facebook a{color:#4267B2;}
.sns .youtube a{color:#f00;}
.sns .instagram a{color: #dd2a7b;}
/* mainpage setting */
.main-content .main-top{
	position: relative;
	/* overflow: hidden; */
	height:calc(100vh - 90px);
	min-height:500px;
	margin-top:90px;
	background:url(/public/img/slide/slide1.jpg) no-repeat center top / cover;
}
.main-top:before{
	content:'';
	display:block;
	z-index:10;
	position:absolute;
	left:0;
	top:-90px;
	width:100%;
	height:90px;
	background:#000;
}
.main-top video{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	min-height:500px;
	min-width: 100%;
}
.main-top .video-caption{
	position:absolute;
	left: 20%;
	top: 50%;
	transform:translatey(-50%);
	width: 600px;
	max-width: 100%;
	padding:0 15px;
	color:#000;
	z-index: 20;
}
.video-caption p{
	margin:0;
}
.video-caption p strong,
.video-caption p span{
	display:block;
	font-size: 25px;
	line-height: 1.65;
	font-weight: 400;
	letter-spacing: -0.035em;
}
.video-caption p strong{
	font-weight: 700;
}
.video-caption p span.emp{
	margin-top:50px;
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: 900;
	font-style: italic;
	position: relative;
	letter-spacing: 0;
	line-height: 1;
}
.video-caption p span.emp::before {
    content: '';
    display: block;
    position: absolute;
    width: 40px;
    height: 6px;
    background: #000;
    left: 515px;
    top: 55px;
    display: none;
}
.main-content section{
	min-height:80vh;
}
.main-business{
	padding: 90px 0 100px;
}
.main-content h3{
	margin: 0 0 50px;
	font-size: 56px;
	text-align:
	center;
	letter-spacing: -0.045em;
	font-weight: 600;
	color: #333;
}
.main-content h3 small{
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	color:#333;
	letter-spacing: 4px;
}
.main-business .img-box{
	position:relative;
	margin-bottom: 37px;
}
.main-business .img-box:after{
	content:'';
	z-index: -1;
	position:absolute;
	right: -7px;
	bottom: -7px;
	display:block;
	border-bottom: 100px solid #d4f4ff;
	border-left: 70px solid transparent;
}
.main-business .img-box img{
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.main-business .txt-box{
	padding-left: 0;
}
.main-business .clearfix{
	padding-bottom:50px;
}
.main-business h5{
    margin: 0 0 25px;
    font-weight: bold;
    color: #111;
    font-size: 26px;
    letter-spacing: -0.03em;
}
.main-business h5 small{
    display: block;
    margin-top: 15px;
    color: #056CB4;
    line-height: 1.4;
    font-size: 19px;
    letter-spacing: -0.035em;
    font-weight: 600;
}

.main-content .main-product{
	position: relative;
	padding: 120px 0 120px;
	overflow: hidden;
	background: #e4f2f7;
}
.main-content .main-product:before{
	content:'';
	position:absolute;
	right: -140px;
	top: 90px;
	display:block;
	width: 420px;
	height: 330px;
	border: 100px solid rgba(255, 255, 255, 0.37);
	border-radius: 20px;
	/* box-shadow: inset 0px 0 20px rgb(0 0 0 / 8%); */
}
.main-product .row{
	display:flex;
}
.main-product .left-con{
	position: relative;
}
.main-product .left-con::before{
	content:'';
	z-index: -1;
	position:absolute;
	left: -15px;
	bottom: -29px;
	display:block;
	width: 100px;
	height: 100px;
	border-radius: 20px;
	background: #1cb4e92e;
}
.main-product p,
.main-business p{
	font-size: 17px;
	letter-spacing: -0.03em;
	line-height: 1.45;
	padding-right: 20px;
}
.main-product .right-con{
	padding-left:45px;
	/* padding-left:60px; */
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	/* align-items: end; */
}
.main-product .right-con h3{
	text-align: left;
	font-size: 73px;
	letter-spacing: 0;
}
.main-product .right-con h3 small{
	display: block;
	font-size: 20px;
	margin-bottom: 11px;
	line-height: 1.5;
	font-weight: bold;
	color: #056CB4;
	letter-spacing: 0;
}
.main-product .right-con p{
	margin:0;
	font-size: 22px;
}
.main-product .right-con .wrap-btn {
    width: 100%;
}
.main-product .right-con .wrap-btn .more-btn {
    float: right;
	margin: 40px 20px 0 0;
}

.main-content .main-footscan{
	display: flex;
	height: 440px;
	min-height: 350px;
	flex-wrap: wrap;
	align-content: center;
	text-align: center;
	color: #fff;
	/* background:url(/public/img/main/m-footscan.jpg) no-repeat center / cover; */
	background: #2d6eaa;
	background: #000 url(/public/img/sub/footscan-top.jpg) no-repeat center / cover;
}
.main-footscan h3{
	margin-top:0;
	color:#fff;
	letter-spacing: 0;
}
.main-footscan h3 sup{
	font-size:0.5em;
	top: -0.8em;
}
.main-footscan p.quote{
	color: #fff;
	font-size: 29px;
	font-weight: 700;
}
.main-footscan p.quote:after{
	content: '';
    display: block;
    width: 32px;
    height: 1px;
    margin: 30px auto 19px;
    background: rgba(255, 255, 255, 0.66);
}
.main-footscan p{
	font-weight: 300;
	font-size: 22px;
	margin-bottom: 7px;
}

.main-content .main-video{
	position:relative;
	padding:100px 0;
	background: #eee;
	overflow: hidden;
}
.main-content .main-video:before{
	content:'phits';
	position:absolute;
	left: -80px;
	bottom: 70px;
	font-size: 150px;
	color: rgba(255, 255, 255, 0.48);
	font-weight: bold;
	letter-spacing: -0.04em;
	text-transform: uppercase;
	transform:rotate(-90deg);
}
.main-content .main-video:after{
	content:'';
	z-index: 0;
	position:absolute;
	right: 60px;
	top: 0;
	width: 2px;
	height: 360px;
	border-left: 40px double rgba(255, 255, 255, 0.44);
}
.main-video .clearfix{
	padding-bottom:40px;
}
.main-video .container{
	position: relative;
	z-index: 10;
}
.main-content .main-partner{
	padding: 100px 0 90px;
	min-height: 0;
}
.main-content .main-partner .container {max-width: 1200px;width: 100%;}
.main-partner h3{
	margin-bottom:70px;
}
.review-slide{
	padding: 20px 40px 10px;
	text-align:center;
}
.slick-dots{
	left:0;
	bottom: -38px;
}
.slick-dots li{
	width:15px;
}
.review-slide .img-box p{
	font-size:16px;
	font-weight: 500;
	color:#111;
	margin-top: 6px;
}
.review-slide .quote{
	margin: 30px 0 20px;
	font-size: 24px;
	font-weight: 700;
	color: #111;
	font-family: 'notokr';
}
.review-slide .des{
	font-size: 17px;
	line-height: 1.5;
	/* padding: 0 30px; */
	padding: 0 30px;
}
.main-content .main-location{
	min-height:0;
}
.slick-prev, .slick-next{
	z-index: 1000;
	color: #fff;
	/* background: #1362ad!important; */
	width: 32px;
	height: 32px;
	border-radius: 50%;
}
.slick-prev{
	left: 50px;
}
.slick-next{
	right: 50px;
}
.slick-prev:before{
	content:'\f053';
	opacity: 1;
	font-family:'font awesome 5 free';
	font-weight:900;
	color: #7f7f7f;
	font-size: 31px;
}
.slick-next:before{
	content:'\f054';
	opacity: 1;
	font-family:'font awesome 5 free';
	font-weight:900;
	font-size: 31px;
	color: #7f7f7f;
}
.review-slide .slick-prev:before {
    font-size: 23px;
    color: #aaa;
}
.review-slide .slick-next:before {
    font-size: 23px;
    color: #aaa;
}
.review-slide .slick-prev{
	left: 0px;
}
.review-slide .slick-next{
	right: 0px;
}
#site .bx-wrapper{
	margin-top: 0;
	/* margin-top: 60px; */
	margin-bottom: 0;
	max-width:100%!important;
	box-shadow: none;
}
#partner-slide img{
	padding: 3px 18px;
	/* max-height: 70px; */
}
#partner-slide li{
	/* border:1px solid #ddd; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
}
#partner-slide li .txt{
    display: block;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    color: #033b70;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
}
#quick-menu{
	z-index: 1000;
	position:fixed;
	right: 0px;
	top:50%;
	transform:translatey(-50%);
	text-align: center;
	background:#333;
	overflow: hidden;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
#quick-menu ul{
	margin:0;
}
#quick-menu li + li{
	border-top:1px solid rgba(255,255,255,0.1);
}
#quick-menu a{
	display: block;
	padding: 15px;
	color:#fff;
	padding-top: 17px;
}
#quick-menu a:hover{
	background: #1eb5e9;
}
#quick-menu a img{
	margin-bottom:5px;
	height:26px;
	border-radius: 6px;
}
#quick-menu a i{
	display:block;
	margin-bottom: 6px;
	font-size: 24px;
}
#quick-menu .location i{color: #ff422f;}
#quick-menu .reservation i{color: #54c0ff;}
#quick-menu .facebook i{color: #5498ff;}
#quick-menu .instagram i{color: #ff2f5f;}
#quick-menu a span{
	font-size:12px;
	letter-spacing: -0.04em;
}
.main-hospital{
	padding:80px 0;
}
.main-hospital .row > div:nth-child(n+4) {
    margin-top: 30px;
}
.main-hospital .inner{
	border:1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}
.main-hospital .txt-box{
	padding: 30px 30px 60px;
	background:#fff;
	/* min-height: 290px; */
	position: relative;
}
.main-hospital .txt-box h5{
    margin: 0 0 20px;
    font-size: 24px;
    color: #111;
}
.main-hospital .txt-box p{
    font-size: 16px;
}
.main-hospital .txt-box .more{
    position: absolute;
    right: 30px;
    bottom: 20px;
    font-weight: 600;
    color: #056cb4;
    font-size: 16px;
}
.review-wrap .left-con{
	margin-bottom:50px;
	/* margin-bottom:60px; */
}
/* subpage setting */
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.pageheader{
	height: 490px;
	text-align: center;
	color: #fff;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
div[id^="footscan"] .pageheader{
	background:#000 url(/public/img/sub/footscan-top.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
}
.pageheader .container > *{
	width:100%;
}
.pageheader .quote{
	margin: 58px 0 0;
	color:#fff;
	font-size: 50px;
	font-weight: 700;
	/* font-family: 'Jeju Myeongjo', 'Nanum Myeongjo', serif; */
	letter-spacing: -0.05em;
}
.pageheader .quote small{
	display:block;
	margin: 0 0 17px;
	color: rgba(255, 255, 255, 0.93);
	font-size: 15px;
	font-weight: 600;
	font-family: 'notokr',sans-serif;
	line-height: 1.6;
	letter-spacing: -0.03em;
}
.pageheader .txt-box p,
.pageheader .des{
	font-size: 22px;
	font-weight: 500;
}
.des strong {
    font-weight: 500;
}
.pageheader .des:before{
	content:'';
	display:block;
	width: 32px;
	height: 1px;
	margin: 30px auto 19px;
	background: rgba(255, 255, 255, 0.66);
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top: 80px;
	padding-bottom: 30px;
}
#about01 .subpage-content {
    padding-bottom: 0;
}
.s-title{
	margin-bottom: 60px;
	text-align:center;
}
.s-title h3{
	margin:0;
	font-size: 42px;
	font-weight:bold;
	letter-spacing: -0.045em;
	color:#111;
}
.s-title p{
	margin-top:20px;
	font-size:24px;
	line-height:1.4;
}
.subpage-content .emp{
	font-weight: 600;
	color:#1362ad;
	line-height: 1.45em;
	letter-spacing: -0.04em;
	font-size: 23px;
}
.subpage-content section{
	padding-bottom: 80px;
}
#product01 section.se2 {
    padding-bottom: 100px;
}
#about01 .se3 {
    padding-bottom: 20px;
}
#footscan03 .se1 {
    padding-bottom: 40px;
}
#partner .se1 {
    padding-bottom: 80px;
}
#footscan01 .se1 {
    padding-bottom: 80px;
}
#footscan01 .se1 ul{
	display: inline-block;
	margin-top: -20px;
	margin-bottom: 50px;
	text-align: left;
}
#footscan01 .se1 ul li{
	padding:0;
	line-height: 1.4;
	font-size:18px;
	margin-bottom: 20px;
}
#footscan01 .se1 ul li:before{
	position:relative;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
	transform: none;
	margin-top: -4px;
}
#footscan01 .se1 ul li small{
	margin-top:2px;
	padding-left: 27px;
	font-size:13px;
}
.subpage-content section h4{
	position:
	relative;
	margin-bottom: 23px;
	font-size: 38px;
	letter-spacing: -0.03em;
	font-weight: 600;
}
.subpage-content section h4.text-center{
	margin-bottom: 50px;
}
.subpage-content section h4 small{
	display: block;
	margin-bottom: 6px;
	font-size: 20px;
	color: #333;
	letter-spacing: 4px;
}
#about01 .se1 h4 {
	display: none;
}
#about01 .card-type{
	margin-top:50px;
}
#footscan02 h4 {
    letter-spacing: 0;
}
.subpage-content section h4:not(.text-center):before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 4px;
    border: 6px solid transparent;
    vertical-align: middle;
    margin: -4px 10px 0 0;
    background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(to right, #1362ad, #1cb4e9);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
#site .bbs-area h4:before{
	display: none;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom: 22px;
	font-size: 22px;
	line-height: 1.3;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}

.snb{
	padding: 50px 0 0;
	text-align:center;
}
.snb ul{
	display:flex;
	justify-content: center;
	height: 35px;
}
.snb ul li + li:before{
	content: '';
	display:inline-block;
	margin: -6px 28px 0;
	background: #c4c4c4;
	font-size: 28px;
	font-weight: 300;
	vertical-align: middle;
	height: 14px;
	width: 1px;
}
.snb ul li a{
	display: inline-block;
	font-size: 20px;
	color: #333;
	letter-spacing: -0.04em;
	font-weight: 600;
	padding: 0 0px 4px;
	margin: 0 11px;
}
.snb ul li a:hover{
	color: #333;
	font-weight: 600;
}
.snb ul li.active a{
	color: #111;
	font-weight: 600;
	border-bottom: 3px solid #1cb4e9;
}

/* subpage about */
.greet .right-con{
	/* padding-left:60px; */
	text-align: center;
}
.greet p.quote{
	margin-top: 76px;
	font-size: 46px;
}
.greet p.quote:first-of-type{
	margin-top: 0px;
}
.greet p.quote:after{
	content:'';
	display:block;
	margin: 28px auto 0;
	width:30px;
	height:1px;
	background: #d0d0d0;
}
.greet p.quote small{
	font-size: 26px;
	color:#666;
	font-weight: 400;
}
.quote small {
    font-size: 19px;
    letter-spacing: 0;
    color: #bbbbbb;
    font-weight: 500;
}
.greet p{
	margin-bottom: 35px;
	font-size: 21px;
	/* letter-spacing: -0.04em; */
	color: #565656;
	line-height: 1.85;
}
.greet p.emp{
	font-size: 26px;
}

.sec-header{
	margin-bottom: 70px;
	padding: 90px 0;
	text-align: center;
	color:#fff;
	background:#333 url(/public/img/sub/sec-header.jpg) no-repeat center / cover;
}
#about01 .se3 .sec-header {
    padding: 122px 0;
}
.sec-header p{
	font-size:17px;
	font-weight:300;
	line-height: 1.65;
	letter-spacing: -0.035em;
}
.sec-header .quote{
	position: relative;
	display: inline-block;
	margin-top:0;
	padding: 0 25px;
	color:#fff;
	font-size: 34px;
	font-weight: 700;
	/* font-family: 'Jeju Myeongjo', 'Nanum Myeongjo', serif; */
	letter-spacing: -0.04em;
}
.sec-header .quote:before,
.sec-header .quote:after{
	position:absolute;
	font-size: 48px;
	top:-10px;
	opacity: 0.6;
}
.sec-header .quote:before{
	content:'“';
	left:0;
}
.sec-header .quote:after{
	content:'”';
	right:0;
}
.sec-header .small-quote{
	display:block;
	margin-bottom: 20px;
	font-weight: 900;
	font-size: 22px;
	line-height: 1;
	text-transform: uppercase;
}
.sec-header p:last-child{
	margin-bottom: 0px;
}
.card-type .img-box{
	position: relative;
	margin-bottom: 25px;
}
.card-type .img-box:after{
	content: '';
    z-index: -1;
    position: absolute;
    right: -7px;
    bottom: -7px;
    display: block;
    border-bottom: 100px solid #1cb4e9;
    border-left: 70px solid transparent;
}
#product01 .card-type .img-box:after,
#about01 .card-type .img-box:after {
    display: none;
}
.card-type .img{
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
}
.card-type .txt-box h5{
	margin: 0 0 15px;
	font-weight: bold;
	color: #111;
	font-size: 26px;
	letter-spacing: -0.03em;
}
.card-type .txt-box h5 small{
	display: block;
	margin-top: 15px;
	color: #056CB4;
	line-height: 1.4;
	font-size: 19px;
	letter-spacing: -0.035em;
	font-weight: 600;
}
.card-type .txt-box p{
	margin-bottom: 50px;
	font-size: 18px;
	letter-spacing: -0.03em;
	line-height: 1.45;
}
#about01 .se2{
	padding-bottom: 40px;
}

#product04 .board_data_view .info span:nth-child(2),
#notice .board_data_view .info span:nth-child(2),
#product04 .table_default colgroup col:nth-child(4),
#product04 .table_default .regdate,
#notice .table_default colgroup col:nth-child(4),
#notice .table_default .regdate,
#product04 .table_default colgroup col:last-child,
#product04 .table_default .hits,
#notice .table_default colgroup col:last-child,
#notice .table_default .hits{
	display:none!important;
}

/* subpage product */
.prod01-intro{
	margin-top: 20px;
	margin-bottom: 80px;
}
.prod01-intro .right-con{
	padding-left:60px;
}
.prod01-intro .quote{
	margin: 120px 0 38px;
	font-size:23px;
	font-weight: 500;
	font-family: 'notokr';
	line-height: 1.35;
	letter-spacing: -0.035em;
	padding-right: 50px;
}
.prod01-intro .quote strong{
	display: inline-block;
	margin-bottom: 12px;
	color: #1362ad;
	font-size: 26px;
	letter-spacing: -0.04em;
}
.prod01-intro p.des{
	/* font-family: 'Nanum Myeongjo', serif; */
	color: #454545;
	letter-spacing: -0.04em;
	font-size:16px;
	line-height: 1.45;
	margin-bottom: 0;
}
.prod01-insole {
	margin:0;
}
.prod01-insole .img-box{
	padding-top:40%;
	background:url(/public/img/sub/prod01-insole.jpg) no-repeat center /cover;
}
.prod01-insole .txt-box{
	min-width: 60%;
	padding-left: 90px;
}
.prod01-insole .small-quote:first-of-type:before{
	content:'';
	display:block;
	width: 30px;
	height: 30px;
	margin: 25px 0 -25px -13px;
	background-color: #ffffff4f;
	border-radius: 23px;
	opacity: 0.3;
}
.prod01-insole .small-quote{
	margin-bottom: 38px;
	font-size: 23px;
	letter-spacing: -0.04em;
	font-weight: 300;
	line-height: 1.8;
	color: #000;
	position: relative;
	margin-top: -10px;
}
/* .prod01-insole .small-quote::before {
    content: '';
    display: block;
    position: absolute;
    width: 33px;
    height: 1px;
    background: #cacaca;
    top: 50px;
} */
.prod01-insole .des{
	padding-top: 0;
	/* font-family: 'Nanum Myeongjo', serif; */
	color: #454545;
	/* letter-spacing: -0.04em; */
	font-size: 16px;
	/* border-top: 1px solid #a7a7a7; */
	margin-top: -18px;
	margin-bottom: 0;
	line-height: 1.45;
}

.info-box{
	display: flex;
	margin: 0 auto 30px;
	padding: 27px 0;
	/* width: 570px; */
	max-width: 100%;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: #154c80;
	border-radius: 5px;
}
.info-box i{
	font-size:40px;
	color: #ffffff;
}
.info-box p{
	margin:0;
	padding-left: 25px;
	font-size: 16px;
	line-height: 1.5;
}
.insole-intro{
	background:#f9f8f3;
}
.insole-intro p{
	margin: 0 0 40px;
	padding-top: 70px;
	text-align: center;
	line-height: 2.2;
	font-size: 25px;
	color: #111;
	font-weight: 600;
}

/* Accordion */
#accordion-prod .panel {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
#accordion-prod .panel+.panel {
    margin-top: 15px;
}
#accordion-prod .panel-heading {
	padding: 0;
	background-color: #fff;
}
#accordion-prod .panel-title {
    margin: 0;
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.04em;
    line-height: 1.4;
}
#accordion-prod .panel-title a {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    text-decoration: none;
	background: #f5fbfd;
	border: 1px solid #c4ebf8;
    border-radius: 5px;
}
#accordion-prod .panel-title a:not(.collapsed) {
	color: #1362ad;
    background: #e7f5ff;
    border-color: #1cb4e9;
}
#accordion-prod .panel-title a:not(.collapsed) .numbering {
    color: #1cb4e9;
}
#accordion-prod .panel-title a::after {
    content: '\f077';
    top: 35px;
    right: 30px;
    position: absolute;
    font-size: 25px;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    transition: all ease .15s;
}
#accordion-prod .panel-title a:hover {
    border-color: #1cb4e9;
}
#accordion-prod .panel-title a.collapsed::after {
	transform: rotate(180deg);
}
#accordion-prod .panel-title .numbering {
    position: relative;
    display: block;
    font-size: 38px;
    color: #82d3f0;
    font-weight: 400;
    border-radius: 5px;
    margin-right: 12px;
}
#accordion-prod .panel-body {
    display: flex;
    margin-top: 10px;
    padding: 30px 35px;
	background: #f5fbfd;
    border: 1px solid #c4ebf8;
    border-radius: 5px;
}
#accordion-prod .panel-body p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}
#accordion-prod .panel-body p:last-child {
	margin-bottom: 0;
}
#accordion-prod .panel-body .text-right {
    margin: 135px 0 0;
}
#accordion-prod .panel-body .item.detail {
    width: 60%;
	padding-top: 15px;
    padding-right: 35px;
}
#accordion-prod .panel-body .item.image {
	width: 40%;
}
#accordion-prod .panel-body .item.research{}
#accordion-prod .panel-body .item.research .li-research{}
#accordion-prod .panel-body .item.research .li-research > li{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 3px 10px;
    margin-top: 5px;
}
#accordion-prod .panel-body .item.research .li-research > li::before{content: '';display: block;width: 3px;height: 3px;background: #000;position: absolute;top: 12px;left: 0;}
#accordion-prod .panel-body .item.research .li-research > li b{
    display: block;
    width: 100%;
    font-size: 16px;
}
#accordion-prod .panel-body .item.research .li-research > li a{}
#accordion-prod .panel-body .item.research .li-research > li a:hover{}

.download-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
    border: 1px solid #a3d9ff;
    border-radius: 50px;
}
.download-wrap h5{
    text-align: center;
    font-weight: 700;
    color: #1362ad;
    margin: 0 !important;
}
.download-wrap h5 br{display: none;}
.download-wrap .download{
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 17px;
    color: #999;
}
.download-wrap .download .txt{}
.download-wrap .download .material-symbols-outlined{}
.download-wrap .download:hover{
    color: #047bec;
}
.download-wrap .download:hover .txt{}
.download-wrap .download:hover .material-symbols-outlined{}

.prod02-process .item{
	position: relative;
	display: flex;
	margin: 0 0 50px;
	padding: 30px 35px;
	border: 1px solid #c4ebf8;
	background: #f5fbfd;
	border-radius: 5px;
}
.prod02-process .item p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.5;
}
#product04 .prod02-process .item p {
	margin-bottom: 20px;
}
#product04 .prod02-process .item p:last-child {
	margin-bottom: 0;
}
#product04 .prod02-process .item .text-right {
    margin: 68px 0 0;
}
.prod02-process .item .txt-box{
	flex:1;
	padding-right: 35px;
}
.prod02-process .item .img-box{
	flex: 0 0 40%;
	max-width: 40%;
	overflow: hidden;
}
.prod02-process .item + .item:before{
	content: '';
	display:block;
	position:absolute;
	left: 50%;
	top: -42px;
	transform: translatex(-50%) rotate(90deg);
	background-image: url(/public/img/sub/arrow.png);
	width: 25px;
	height: 31px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
#site .prod02-process h5{
	text-align: left;
	font-size: 28px;
	letter-spacing: -0.04em;
	font-weight: 600;
	line-height: 1.4;
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	margin-bottom: 5px;
}
.prod02-process h5 span{
	position:relative;
	display: block;
	font-size: 40px;
	color: #82d3f0;
	font-weight: 400;
	border-radius: 5px;
	margin-right: 12px;
}
.text-info{
	text-align: right;
	color: #333;
	margin-top: -7px;
	font-size: 17px;
}
.prod02-process + .text-info{
	margin-bottom:60px;
	margin-top: -17px;
	color: #333;
	line-height: 1.5;
}
#product03 .subpage-content{
	padding-bottom:0;
}
#product03 .se2{
	padding: 0 0 100px;
	/* background: #ececec; */
}
#product03 .se1{
	padding: 100px 0;
	/* background: #ececec; */
}
#product03 .se2 .clearfix{
	padding-bottom: 40px;
}
.promise-wrap{
	margin-top:90px;
	margin-bottom: 60px;
}
.promise-wrap .img-box{
	background:url(/public/img/sub/prod03-promise.jpg) no-repeat 20% center / cover;
}
.promise-wrap .txt-box{
	min-width:60%;
	padding-left: 90px;
}
.promise-wrap dl{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.promise-wrap dt{
    margin-bottom: 3px;
    font-size: 24px;
}
.promise-wrap dd{
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.45;
    color: #555;
}
.promise-wrap .quote{
    font-weight: 600;
    color: #1362ad;
    font-family: 'notokr';
    font-size: 30px;
}
.promise-wrap .small-quote{
    color: #777;
    /* text-align: right; */
    font-size: 30px;
    line-height: 1.45;
}
#product03 .bbs-area .info{
	display: none;
}
#product03 #reply{
	display:none;
}
.table_blog dd{
	cursor: pointer;
	padding: 40px 20px;
}
.table.table_default thead th {
    background-color: #fff;
    border-bottom-color: #aaa;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #119aca;
}
.btn.btn-primary {
    background-color: #1cb4e9;
    border: 1px solid #1cb4e9;
    color: #fff;
}
.search_wrap {
    position: relative;
    margin-top: 30px;
    margin-bottom: 0;
    text-align: center;
    min-height: 40px;
}
#product03 .search_wrap {
    margin-bottom: 90px;
}
#product03 .table_blog dd .right{
	padding-left: 20px;
}
#product03 .table_blog .title span{font-size: 21px;display: block;margin-bottom: 10px;font-weight: 600;font-family: 'notokr';}
#product03 .table_blog .text p{font-size: 15px;letter-spacing: -0.04em;line-height: 1.6;}
.table_blog dd .right .title a:hover, .table_blog dd .title a:focus {
    color: #1362ad;
}
/* subpage footscan */
.footscan-intro{
	margin-bottom: 100px;
	text-align: center;
}
.footscan-intro p{
	margin-bottom:30px;
	font-size:18px;
	line-height:1.45;
}
.footscan-intro p.quote{
	font-size:24px;
	font-weight: 600;
}
#footscan02 .footscan-slide {
	margin-bottom:100px;
}
.footscan-slide img{
	margin:0 auto;
	width:80%
}
.footscan-slide li.slick-slide{
	padding: 50px 40px;
	background: #ececec;
}
.footscan-slide li span{
	display: block;
	padding: 20px 30px;
	color: #333;
	background: #ffffff;
	margin: 0 auto;
	margin-bottom: 9px;
	border-radius: 5px;
	width: 848px;
	max-width: 100%;
	margin-top: 20px;
	letter-spacing: 0;
	font-size: 15px;
	line-height: 1.5;
}
.footscan-wrap{
	margin:0 0 50px;
	padding:30px 15px;
	border:1px solid #ddd;
}
.footscan-wrap dl{
	display: flex;
	flex-wrap: wrap;
	margin-top: 33px;
	padding-left:40px;
}
.footscan-wrap dl dt{
	flex:0 0 30%;
	max-width:30%;
}
.footscan-wrap dl dd{
	flex:0 0 70%;
	max-width:70%;
}
.footscan-wrap dl dt,
.footscan-wrap dl dd{
	margin-bottom: 9px;
	font-size:16px;
}
/* subpage partner */
.interview-wrap {
	margin-bottom: 70px;
}
.interview-wrap .txt-box{
	/* padding-left:60px; */
}
.interview-wrap .quote{
    margin-top: 0;
    margin-bottom: 23px;
    font-family: 'notokr';
    text-align: left;
    color: #1362ad;
    font-weight: 600;
}
.interview-wrap .des{
	margin-bottom: 13px;
	font-size: 16px;
	letter-spacing: -0.04em;
	padding-right: 50px;
	line-height: 1.5;
	text-align: left;
}
.interview-wrap .name{
    margin-top: 40px;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #111;
}
#about01 .se4{
	padding-bottom: 0;
}
.global-map{
	margin-top:150px;
	padding-bottom:150px;
	background: url(/public/img/sub/map-bg.png) no-repeat left bottom / contain;
}
.map-content{
	position:relative;

}

.map-content .spot{
	display:block;
	width:12px;
	height: 14px;
	line-height: 1;
	text-align: center;
	position:absolute;
	cursor: pointer;
	/* background: url(/public/img/sub/map-marker.png) no-repeat left bottom / contain; */
}
.map-content .spot:before{
	content:'\f3c5';
	font-family: 'font awesome 6 free';
	font-weight: 900;
	font-size: 12px;
	color:#D65F55;
}
.map-content .spot1{left: 91%;top: 77%;}
.map-content .spot2{left: 78.5%;top: 35%;}
.map-content .spot3{left: 85%;top: 38%;}
.map-content .spot4{left: 81.5%;top: 37%;}
.map-content .spot5{left: 75.3%;top: 57%;}
.map-content .spot6{left: 80.3%;top: 45%;}
.map-content .spot7{left: 74.8%;top: 51%;}
.map-content .spot8{left: 47.4%;top: 29%;}
.map-content .spot9{left: 50%;top: 29%;}
.map-content .spot10{left: 46.5%;top: 30.5%;}
.map-content .spot11{left: 48.3%;top: 29.8%;}
.map-content .spot12{left: 49.3%;top: 31%;}
.map-content .spot13{left: 48.5%;top: 24.4%;}
.map-content .spot14{left: 48.7%;top: 20.8%;}
.map-content .spot15{left: 50.3%;top: 26.6%;}
.map-content .spot16{left: 43.6%;top: 35.8%;}
.map-content .spot17{left: 44%;top: 34%;}
.map-content .spot18{left: 48%;top: 31.8%;}
.map-content .spot19{left: 48.2%;top: 27.8%;}
.map-content .spot20{left: 45.8%;top: 27.4%;}
.map-content .spot21{left: 51.5%;top: 79.6%;}
.map-content .spot22{left: 55%;top: 35.4%;}
.map-content .spot23{left: 61.2%;top: 45.6%;}
.map-content .spot24{left: 25%;top: 31%;}
.map-content .spot25{left: 26.7%;top: 82%;}
#tooltip{
	display: none;
	position:absolute;
	width: 245px;
	padding:20px;
	border-radius: 5px;
	box-shadow:0 5px 13px rgba(0,0,0,0.1);
	background:#fff;
}
#tooltip:before{
	content:'';
	position:absolute;
	left:50%;
	bottom:100%;
	display:block;
	border-bottom:16px solid #fff;
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	transform:translatex(-50%);
}
#tooltip p{
	margin:0;
	line-height: 1.2;
}
#tooltip p.nation,
#tooltip p.name{
	font-weight:bold;
	letter-spacing: -0.01em;
	font-size:16px;
	color:#08267b;
}
#tooltip p.add{
	padding-top:10px;
	letter-spacing: -0.01em;
	font-size:14px;
	color:#555555;
}

.prod01-2023{
	color: #000000;
}
.prod01-2023 .subpage-content section{padding: 0;}
.prod01-2023 .color-b{color: #1886c8;}
.prod01-2023 .subpage-content section h4{
	text-align: center;
	font-size: 88px;
	margin: 0 0 70px;
}
.prod01-2023 .subpage-content section h4.text-left{text-align: left;}
.prod01-2023 .subpage-content section h4::before{display: none;}
.prod01-2023 .title{background: url(/public/img/sub/se1-bg.png) no-repeat;padding: 240px 0 942px;}
.prod01-2023 .title p{font-size: 44px;letter-spacing: -0.04em; text-align: center;margin-bottom: 75px;}
.prod01-2023 .title img{margin-bottom: 100px;}
.prod01-2023 .title h4{font-size: 95px;letter-spacing: -0.05em; font-weight: 900;margin: 0}
.prod01-2023#product01 section.se2{padding: 250px 0 0;}
.prod01-2023#product01 section.se2 h4 + img{margin-bottom: 130px;}
.prod01-2023 .text-area{margin-bottom: 140px;margin-top: 130px;}
.prod01-2023 .text-area p{text-align: center;font-size: 38px;margin-bottom: 35px;letter-spacing: -0.04em;}
.prod01-2023 .text-area p strong{font-size: 44px;}
.prod01-2023 .text-area p b{}
.prod01-2023 .text-area p.rounded{background: #4d4d4d;border-radius: 100px;font-size: 44px;font-weight: 600;color: #fff;width: 560px;margin-left: auto;margin-right: auto;}
.prod01-2023 .text-area p .highlight{background: #1885c8;color: #fff;padding: 0 10px;font-weight: 600;}

.prod01-2023#product01 section.se3{padding-bottom: 0;}
.prod01-2023#product01 section.se3 .text-area{
	background: #1885c8;
	padding-top: 226px;
	padding-bottom: 245px;
	color: #fff;
	margin-bottom: 0;
}

.prod01-2023#product01 section.se3 .text-area > p.rounded{
	background: #fff;
	color: #1885c8;
}
.prod01-2023#product01 section.se3 .text-area h4{font-size: 70px;}
.prod01-2023#product01 section.se3 .text-area h4 small{font-size: 50px;color: #fff;letter-spacing: -0.05em;}
.prod01-2023#product01 section.se3 .text-area > .text-area{
	background: #fff;
	border-radius: 60px;
	padding: 80px;
	max-width: 940px;
	margin: 0 auto;
	box-shadow: 10px 10px 35px rgba(0,0,0,0.26);
}
.prod01-2023#product01 section.se3 .text-area > .text-area > p{
	font-size: 31px;
	color: #000;
}
.prod01-2023#product01 section.se3 .text-area > .text-area > p:last-child{margin: 0;}

.prod01-2023 p.dots{
	font-size: 40px;
	letter-spacing: -0.05em;
	text-align: center;
	margin-bottom: 40px;
}
.prod01-2023 p.dots + img{
	margin-bottom: 60px;
}
.prod01-2023 .se4 .container{padding-left: 0;padding-right: 0;padding-top: 175px;padding-bottom: 230px;max-width: 1140px;background: #f2f2f2;}
.prod01-2023 .se4 .text-box{
	text-align: center;
	max-width: 720px;
	margin: 0 auto 0;
	background: #fff;
	padding: 40px 0;
	border-radius: 20px;
}
.prod01-2023 .se4 .text-box p{
	margin: 0;
	font-size: 30px;
	letter-spacing: -0.04em;
}
.prod01-2023 .se4 .text-box.text-bordered{
	max-width: 826px;
	border: 2px solid #1885c8;
	margin-top: 130px;
}
.prod01-2023#product01 section.se5{padding-bottom: 500px;margin-top: 215px;}
.prod01-2023#product01 section.se5 h4{padding-left: 50px;}
.prod01-2023#product01 section.se5 p{
	text-align: left;
	font-size: 40px;
	letter-spacing: -0.04em;
	font-weight: 600;
	padding-left: 50px;
}
.prod01-2023 .subpage-content section.se6{}
.prod01-2023 .subpage-content section.se6 h4:after{
	content: '';
	display: block;
	width: 1px;
	height: 150px;
	background: #000;
	margin: 70px auto 0;
}
.prod01-2023 .subpage-content section.se6 .text-area{
	margin-top: 0;
}
.prod01-2023 section.se6 .text-area p.rounded{background: #1885c8;}
.prod01-2023 .li-dot{
	max-width: 656px;
	margin: 0 auto;
}
.prod01-2023 .li-dot > li{
	font-size: 34px;
	letter-spacing: -0.05em;
	padding-left: 31px;
}
.prod01-2023 .li-dot > li::before{
	content: '';
	width: 11px;
	height: 11px;
	background: #000;
	top: 28px;
}
.prod01-2023#product01 section.se7{
	padding-top: 200px;
}
.prod01-2023#product01 section.se7 .container{}
.prod01-2023#product01 section.se7 .container h4{margin-bottom: 132px;}
.prod01-2023 .card-title{
	padding: 19px 24px;
	color: #fff;
	background: #1885c8;
	font-size: 45px;
	letter-spacing: -0.05em;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 55px;
	width: fit-content;
}
.prod01-2023#product01 section.se8{
	padding-top: 250px;
	padding-bottom: 200px;
}
.prod01-2023#product01 section.se8 h4,
.prod01-2023#product01 section.se8 p{padding-left: 85px;}
.prod01-2023#product01 section.se8 p{font-size: 30px;letter-spacing: -0.04em;}
.prod01-2023#product01 section.se8 p strong{font-size: 40px;font-weight: 600;}
.prod01-2023#product01 section.se8 p:last-of-type{margin-bottom: 140px;}

.prod01-2023#product01 section.se9{}
.prod01-2023#product01 section.se9 .container{
	padding-top: 212px;
	padding-left: 0;
	padding-right: 0;
	max-width: 1140px;
	background: #f2f2f2;
}
.prod01-2023#product01 section.se9 h4{font-size: 70px;}
.prod01-2023#product01 section.se9 h4 small{font-size: 60px; color: #000;display: block;margin-bottom: 30px;}
.prod01-2023#product01 section.se9 p{font-size: 30px;}
.prod01-2023#product01 section.se9 .container img{background: #fff;}
.prod01-2023#product01 section.se10{
padding-top: 256px;
}
.prod01-2023#product01 section.se10 h4{font-size: 70px;}
.prod01-2023#product01 section.se10 h4 small{font-size: 50px;letter-spacing: -0.04em;line-height: 1.2;}
.prod01-2023#product01 section.se10 img + h4{margin-top: 220px;}
.prod01-2023#product01 section.se10 p{text-align: center;}
.prod01-2023#product01 section.se10 p small{color: #000;font-size: 25px;}
.prod01-2023#product01 section.se10 p + img{}
.prod01-2023#product01 section.se11{
	padding-top: 170px;
}
.prod01-2023#product01 section.se11 h4{
	font-size: 60px;
}
.prod01-2023#product01 section.se11 p{
	font-size: 30px;
}
.prod01-2023#product01 section.se11 img + h4{
	margin-top: 170px;
}
.prod01-2023#product01 section.se11 .text-area:last-of-type{margin-bottom: 0;}
.prod01-2023#product01 section.se12 .container{
	background: #f2f2f2;
	padding-top: 189px;
	padding-left: 0;
	padding-right: 0;
	max-width: 1140px;
}
.review-wrap{
padding: 0 54px;
}
.review-wrap .review{
padding: 45px 50px;
border-radius: 35px;
color: #fff;
position: relative;
margin-bottom: 77px;
}
.review-wrap .review h5{
	margin: 0 0 30px;
	display: flex;
	align-items: center;
	line-height: 1;
	justify-content: space-between;
}
.review-wrap .review h5 .text{
	font-size: 45px;
	letter-spacing: -0.03em;
	font-weight: 600;
}
.review-wrap .review h5 img{
margin: 0;
}
.review-wrap .review p{
	font-size: 28px;
	letter-spacing: -0.03em;
	line-height: 40px;
	margin: 0 0 30px;
}
.review-wrap .review p:last-of-type{}
.review-wrap .review .usr{
	font-size: 20px;
	display: block;
	text-align: right;
	letter-spacing: -0.03em;
}

.review-wrap .review:nth-child(2n-1){
background: #1885c8;
margin-left: 18%;
}
.review-wrap .review:nth-child(2n-1)::after{content: url(/public/img/sub/review-right.png);position: absolute;bottom: -31px;right: 150px;}
.review-wrap .review:nth-child(2n){
background: #1165ae;
margin-right: 18%;
}
.review-wrap .review:nth-child(2n)::after{content: url(/public/img/sub/review-left.png);position: absolute;bottom: -31px;left: 150px;}

.prod01-2023#product01 section.se13{
	padding-top: 250px;
	padding-bottom: 200px;
}
.prod01-2023#product01 section.se13 h4{margin-bottom: 50px;}
.prod01-2023#product01 section.se13 p {font-size: 33px;text-align: center;font-weight: 600;}
.prod01-2023#product01 section.se14{
	padding-top: 250px;
	padding-bottom: 290px;
}
.prod01-2023#product01 section.se14 h4{margin-bottom: 50px;}
.prod01-2023#product01 section.se14 .purchase-wrap{
display: grid;
grid-template-columns: repeat(3, 1fr);
margin-top: 93px;
gap: 60px;
}
.prod01-2023#product01 section.se14 .purchase-wrap .purchase{}
.prod01-2023#product01 section.se14 .purchase-wrap .purchase .tit{
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
gap: 15px;
}
.prod01-2023#product01 section.se14 .purchase-wrap .purchase .tit .num{
line-height: 50px;
width: 50px;
text-align: center;
background: #2d8ecb;
color: #fff;
border-radius: 50%;
}
.prod01-2023#product01 section.se14 .purchase-wrap .purchase .tit .text{
font-weight: 500;
}
.prod01-2023#product01 section.se14 .purchase-wrap .purchase img{
margin-top: 20px;
margin-bottom: 25px;
}
.prod01-2023#product01 section.se14 .purchase-wrap .purchase .des{
margin: 0;
text-align: center;
font-size: 16px;
line-height: 1.3;
color: #fff;
padding: 10px 0;
background: #2d8ecb;
border-radius: 15px;
}

/* 0402 */
#footscan01{font-family:"Noto Sans KR", sans-serif;}
.footscan .color-b {
    color: #085eb1;
}
.footscan .subpage-content section h4 {
    font-size: 38px;
    font-weight: 400;
}
.footscan h4 span {
    font-size: 55px;
    font-weight: 700;
}
.footscan .subpage-content section h5 {
    font-size: 36px;
    font-weight: 700;
    border-bottom: 3px solid #000;
    margin: 0;
    text-align: left;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.footscan .subpage-content section h5 span {
    font-size: 49px;
    display: block;
}
.footscan h6 {
    font-size: 23px;
    font-weight: 700;
    background: #535353;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    border-radius: 50px;
    display: inline-block;
    margin: 21px 0;
}
.footscan .subpage-content section h4:not(.text-center):before {
    content: none;
}
.footscan .text-area p.ref {
    font-size: 25px;
    margin-bottom: 100px;
}
.footscan .text-bordered {
    border: 1px solid #757575;
    border-radius: 20px;
    font-size: 30px;
}
.footscan .text-area p {
    font-size: 20px;
}
.footscan .text-area + img {
    margin-top: 80px;
}
.footscan .list-num {
    counter-reset: number 0;
}
.footscan .list-num > li {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    list-style: none;
    background: #f3f3f3;
    margin-bottom: 20px;
    padding: 20px 128px;
	padding-right: 10px;
    border-radius: 50px;
}
.footscan .list-num > li small {
    font-weight: 400;
    font-size: 25px;
}
.footscan .list-num > li::before {
    counter-increment: number 1;
    content: "0" counter(number) ". ";
    font-weight: 700;
    font-size: 45px;
    top: 2px;
    left: 40px;
    position: absolute;
    color: #0b5eae;
    letter-spacing: -0.04em;
}
.footscan .text-area p.table-tit {
    font-size: 55px;
    font-weight: 700;
}
.footscan .gr {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    gap: 20px;
}
.footscan .gr p {
    font-size: 25px;
    color: #666;
    text-align: center;
}
.footscan-table {
    width: 100%;
    border-top: 2px solid #797979;
    border-bottom: 2px solid #797979;
}
.footscan-table tbody tr {
    border-bottom: 1px solid #797979;
}
.footscan-table tbody td {
    padding: 10px 20px;
}
.footscan-table tbody th {
    background: #f4f4f4;
    font-weight: 700;
width: 30%;
    padding: 10px 15px;
    vertical-align: top;
}
.footscan-table tbody:has(th, td) {
    font-size: 21px;
    color: #666;
}
#footscan01 .container {
    width: 100%;
	max-width: 660px;
}
#footscan01 .se1 .container {
    text-align: center;
}
#footscan01 .se1 .container > p {
    font-size: 38px;
    margin-bottom: 60px;
    letter-spacing: -0.04em;
}
#footscan01 .se1 .container > p span {
    font-weight: 700;
}
#footscan01 .se1 .text-box {
    padding: 45px 30px;
    max-width: 780px;
    margin: 0 auto;
    letter-spacing: -0.04em;
    font-size: 23px;
}
#footscan01 .se2 h5 {
    text-align: right;
}
#footscan01 .se4 .container .text-area {
    background: #0b5eae;
    padding: 150px 50px 100px;
}
#footscan01 .se4 h5 {
    border-bottom: 0;
    color: #fff;
}
#footscan01 .se4 ul {
    background: #fff;
    padding: 30px;
    display: flex;
    border-radius: 20px;
    gap: 40px;
}
#footscan01 .se4 ul li {
    flex: 1;
}
#footscan01 .se4 ul li img {
    width: 150px;
}
#footscan01 .se4 ul li p {
    text-align: center;
    font-weight: 700;
    margin: 0;
    line-height: 26px;
    margin-top: 30px;
    font-size: 17px;
}
#footscan01 .se4 ul li p small {
    display: block;
    font-weight: 400;
}
#footscan01 .se6 .container > div {
    background: #edf6ff;
    padding: 150px 30px 150px;
}
#footscan01 .se6 .text-area {
    padding-top: 0;
}
#footscan01 .se7 h5 {
    margin-bottom: 10px;
}

@media (max-width:767px) {
	.main-top .video-caption{
		left:0;

	}
	.navbar-brand img{
		margin:0 10px;
		width: 110px;
	}
	.main-top:before{
		display: none;
	}
	.main-content .main-top{
		margin-top:60px;
		height: auto;
	}

	.sns ul{
		position:
		absolute;
		right: 30px;
		top: 0;
	}
	.video-caption p span.emp{
		font-size:35px;
	}
	#quick-menu a{
		padding:15px;
	}
	#quick-menu a i{
		font-size:20px;
	}
	#quick-menu a img{
		height:20px;
	}
	#quick-menu a span{
		display: none;
	}
	.video-caption p strong, .video-caption p span{
		max-width: 86%;
		font-size: 20px;
	}
	.main-business {
		padding: 30px 0 80px;
	}
	.main-content h3{
		margin: 0 0 20px;
		font-size: 42px;
	}
	.main-content h3 small{
		font-size:12px;
	}
	.main-business .txt-box{
		margin-bottom:50px;
	}
	.main-business h5 {
		margin: 0px 0 20px;
		font-size: 22px;
	}
	.main-product p, .main-business p {
		font-size: 16px;
	}
	.main-business .img-box{
		margin-bottom: 30px;
	}
	.main-business h5 small{
		margin-top: 10px;
		font-size: 17px;
	}
	.main-business .clearfix{
		display: none;
	}
	.more-btn{
		margin-top:20px;
		font-size:16px;
	}
	.main-product .row {
		display: block;
	}
	.main-product .right-con{
		padding:40px 15px 0;
	}
	.main-product .right-con h3 small{
		font-size:18px;
		margin-bottom: 5px;
	}
	.main-product .right-con h3{
		margin-bottom: 40px;
		font-size: 58px;
	}
	.main-product .right-con p{
		font-size: 17px;
	}
	.main-product .right-con .wrap-btn .more-btn {
		float: unset;
		margin-right: auto;
		margin-left: auto;
	}
	#quick-menu{
		bottom:100px;
		top:auto;
		transform:none;
	}
	.main-content .main-footscan{
		padding:60px 0;
	}
	.main-footscan p.quote{
		font-size: 21px;
	}
	.main-footscan p{
		font-size: 18px;
	}
	.main-hospital .row > div:nth-child(n+4) {
		margin-top: 0;
	}
	.main-hospital .inner{
		margin-bottom: 20px;
	}
	.main-hospital .txt-box {
		padding: 25px 25px 50px;
		/* min-height: 0; */
	}
	.main-hospital .txt-box h5{
		font-size: 22px;
	}
	.main-hospital .txt-box p {
		font-size: 14px;
	}
	.main-video .embed-responsive{
		margin-bottom:20px;
	}
	.main-video .clearfix{
		display: none;
	}
	.main-content .main-partner {
		padding: 60px 0 70px;
	}
	.review-wrap .left-con {
		margin-bottom: 0;
	}
	.review-slide{
		padding:0
	}
	.review-slide .quote{
		font-size: 20px;
	}
	.review-slide .slick-arrow{
		display: none!important;
	}
	#site footer img{
		margin-bottom:15px;
		width:100px;
	}
	.pageheader {
		height: 410px;
	}
	.pageheader .quote{
		font-size: 38px;
	}
	.pageheader .txt-box p, .pageheader .des {
		font-size: 20px;
	}
	.snb ul li a{
		font-size:18px;
	}
	.snb ul{
		display: block;
		height:auto;
	}
	.snb ul li + li{
		margin-top:5px;
	}
	.snb ul li + li:before{
		display: none;
	}
	.snb{
		padding: 20px 0 15px;
		border-bottom: 1px solid #ddd;
	}
	.subpage-content {
		padding-top: 60px;
	}
	.s-title h3{
		font-size: 36px;
	}
	.greet p.quote {
		font-size: 27px;
	}
	.s-title {
		margin-bottom: 40px;
	}
	.greet p.emp {
		font-size: 20px;
	}
	.greet p{
		font-size: 17px;
	}
	.greet p.quote small {
		font-size: 19px;
	}
	#about01 .stripe-dl{
		margin-top:0;
	}
	.stripe-dl dt{
		font-size: 23px;
	}
	.stripe-dl dd{
		font-size: 17px;
	}
	.global-map {
		margin-top: 0px;
	}
	.subpage-content section h4{
		font-size:32px;
	}
	.subpage-content section h4 small{
		font-size: 16px;
	}
	#partner section h4,
	#footscan02 h4,
	#about02 .subpage-content section h4 {
		font-size: 24px;
	}
	.card-type .txt-box h5{
		font-size:22px;
	}
	.card-type .txt-box h5 small{
		font-size: 17px;
	}
	.card-type .txt-box p{
		font-size: 16px;
	}
	.insole-intro p{
		font-size: 19px;
	}
	.promise-wrap {
		margin-top: 0;
	}
	.promise-wrap .txt-box{
		padding-left:15px;
	}
	.promise-wrap .quote{
		font-size: 25px;
	}
	.promise-wrap dt{
		font-size: 20px;
	}
	.promise-wrap dd{
		font-size: 16px;
	}
	.promise-wrap .small-quote{
		font-size: 24px;
	}
	#accordion-prod .panel+.panel {
		margin-top: 10px;
	}
	#accordion-prod .panel-title {
		font-size: 19px;
	}
	#accordion-prod .panel-title a {
		padding: 10px 34px 10px 15px;
	}
	#accordion-prod .panel-title .numbering {
		margin-right: 8px;
		font-size: 28px;
	}
	#accordion-prod .panel-title a::after {
		top: 20px;
		right: 18px;
		font-size: 15px;
	}
	#accordion-prod .panel-body {
		display: block;
		padding: 20px 25px 30px;
	}
	#accordion-prod .panel-body .item {
		width: 100% !important;
		padding: 0 !important;
	}
	#accordion-prod .panel-body p {
		margin-bottom: 20px !important;
		font-size: 16px;
	}
	#accordion-prod .panel-body .text-right {
		margin: 0;
		text-align: left;
	}
	#accordion-prod .panel-body .nbsp {
		display: none;
	}

	.prod02-process .item{
		display: block;
		padding: 20px 25px 30px;
	}
	#site .prod02-process h5{
		margin:0 0 5px;
		font-size:22px;
	}
	.prod02-process .item .txt-box{
		padding:0;
	}
	.prod02-process h5 span{
		font-size:30px;
	}
	.prod02-process .item p {
		margin-bottom:20px !important;
		font-size: 16px;
	}
	#product04 .prod02-process .item .text-right {
		margin: 0;
		text-align: left;
	}
	.prod02-process .item .nbsp {
		display: none;
	}
	.prod02-process .item .img-box{
		max-width:100%;
	}
	.text-info{
		font-size:15px;
	}
	#product03 .se2 .embed-responsive{
		margin-bottom:20px;
	}
	#product03 .se2 .clearfix{
		display: none;
	}
	#product03 .se2 {
		padding: 0;
	}
	#product03 .table_blog dd .right {
		padding-left: 0;
	}
	.table_blog dd .left a{
		display: block;
	}
	.table_blog dd .left a .thumb {
		width: 100%;
		height: 180px;
	}
	#product03 .table_blog .title span{
		display: block;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		font-size: 18px;
	}
	.s-title p {
		font-size: 20px;
	}
	#footscan01 .se1 ul li{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.footscan-intro p.quote {
		font-size: 20px;
	}
	#footscan01 .se1 ul{
		margin-bottom: 20px;
	}
	.footscan-wrap dl{
		margin:0;
		padding:0;
	}
	.footscan-wrap dl dt, .footscan-wrap dl dd{
		font-size:14px;
	}
	.footscan-slide li.slick-slide {
		padding: 30px 20px;
	}
	.footscan-slide .slick-arrow{
		display: none!important;
	}
	.form-control{
		max-width:100%;
	}
	.footscan-slide img{
		width: 100%;
	}

		/* 0418 */
	.footscan .subpage-content section h4{font-size: 20px;}
	.footscan h4 span{font-size: 34px;}
	#footscan01 .se1 .container > p{font-size: 20px;margin-bottom: 40px;}
	#footscan01 .se1 .text-box{padding: 20px 10px;font-size: 14px;border-radius: 10px;}
	.footscan .subpage-content section h5{font-size: 20px;}
	.footscan .subpage-content section h5 span{font-size: 26px;}
	.footscan .text-area p{font-size: 14px;}
	#footscan01 .se4 .container{padding: 0;}
	#footscan01 .se4 .container .text-area,
	#footscan01 .se6 .container > div{padding: 70px 20px 50px;}
	#footscan01 .se4 ul{padding: 30px 10px;border-radius: 10px;gap: 0px;}
	#footscan01 .se4 ul li img{width: 50px;}
	#footscan01 .se4 ul li p{line-height: 16px;margin-top: 10px;font-size: 12px;}
	.footscan .list-num > li{padding: 10px 46px;font-size: 14px;padding-right: 10px;}
	.footscan .list-num > li::before{top: 5px; left: 13px;font-size: 20px;}
	.footscan .list-num > li small{font-size: 14px;}
	.footscan h6{font-size: 16px;}
	.footscan .text-area p.ref{font-size: 18px;margin-bottom: 50px;}
	.footscan .text-area p.table-tit{font-size: 34px;}
	.footscan-table tbody tr{font-size: 14px;}
	.footscan .gr{align-items: center;flex-direction: column;}
	.footscan .gr img{width: 100px;}
  
	.prod01-2023{
		color: #000000;
	}
	.prod01-2023 .subpage-content section .container{padding: 0;}
	.prod01-2023 .subpage-content section h4{font-size: 35px;}
	.prod01-2023 .title{background-size: cover;padding: 70px 0 340px;background-position: bottom;}
	.prod01-2023 .title p{font-size: 20px;margin: 15px;}
	.prod01-2023 .title img{width: 30%;margin-bottom: 52px;}
	.prod01-2023#product01 section.se2{padding: 100px 0;}
	.prod01-2023 .text-area{margin: 80px 0;padding: 0 15px;}
	.prod01-2023 .text-area p{font-size: 18px;}
	.prod01-2023 .text-area p br{display: none;}
	.prod01-2023 .text-area p strong{font-size: 22px;}
	.prod01-2023 .text-area p.rounded{width: auto;font-size: 23px;padding: 10px 0;}

	.prod01-2023#product01 section.se3 .text-area{padding: 90px 15px;}
	.prod01-2023#product01 section.se3 .text-area h4{font-size: 34px;}
	.prod01-2023#product01 section.se3 .text-area h4 small{font-size: 20px;}
	.prod01-2023#product01 section.se3 .text-area > .text-area{padding: 30px 25px;}
	.prod01-2023#product01 section.se3 .text-area > .text-area > p{font-size: 18px}

	.prod01-2023 p.dots{font-size: 25px;}
	.prod01-2023 .se4 .container{padding: 30px 0 !important;}
	.prod01-2023 .se4 .text-box{width: 85%;padding: 40px 30px;}
	.prod01-2023 .se4 .text-box p{font-size: 20px;}
	.prod01-2023 .se4 .text-box p br{display: none;}
	.prod01-2023 .se4 .text-box.text-bordered{padding: 30px;}
	.prod01-2023#product01 section.se5{margin: 60px 0;padding-bottom: 70px;}
	.prod01-2023#product01 section.se5 h4{padding-left: 20px;margin: 0 0 30px;}
	.prod01-2023#product01 section.se5 p{padding-left: 20px;font-size: 22px;}
	.prod01-2023 .li-dot > li{font-size: 18px;padding-left: 20px;}
	.prod01-2023 .li-dot > li::before{width: 4px;height: 4px;top: 15px;}
	.prod01-2023#product01 section.se7{padding: 80px 15px;}
	.prod01-2023#product01 section.se8{padding: 80px 0;}
	.prod01-2023#product01 section.se8 h4,
	.prod01-2023#product01 section.se8 p{padding: 0 15px;}
	.prod01-2023#product01 section.se8 p{font-size: 17px;}
	.prod01-2023#product01 section.se8 p strong{font-size: 22px;}
	.prod01-2023#product01 section.se9 .container{padding-top: 80px;}
	.prod01-2023#product01 section.se9 h4{font-size: 37px;}
	.prod01-2023#product01 section.se9 h4 small{font-size: 22px;margin: 5px;}
	.prod01-2023#product01 section.se9 p{font-size: 18px;}
	.prod01-2023#product01 section.se10 h4{font-size: 33px;}
	.prod01-2023#product01 section.se10 h4 small{font-size: 26px;}
	.prod01-2023#product01 section.se10 p small{font-size: 15px;}
	.prod01-2023#product01 section.se11 h4{font-size: 32px;}
	.prod01-2023#product01 section.se11 p{font-size: 18px;}
	.prod01-2023 .card-type{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
	.prod01-2023 .card-type::before,
	.prod01-2023 .card-type::after{display: none;}
	.prod01-2023 .card-type > .clearfix{display: none;}
	.review-wrap{padding: 0 15px;}
	.review-wrap .review{padding: 25px 30px;}
	.review-wrap .review h5 .text{font-size: 26px;}
	.review-wrap .review h5 img{width: 35%;}
	.review-wrap .review p{font-size: 16px;line-height: 1.4;}
	.review-wrap .review p br{display: none;}
	.review-wrap .review .usr{font-size: 14px;}
	
	.review-wrap .review:nth-child(2n-1){margin-left: 0;}
	.review-wrap .review:nth-child(2n){margin-right: 0;}
	
	.prod01-2023#product01 section.se13{padding: 60px 0;}
	.prod01-2023#product01 section.se13 p {font-size: 23px;}
	.prod01-2023#product01 section.se13 p br{display: none;}
	.prod01-2023#product01 section.se14{padding: 60px 0;}
	.prod01-2023#product01 section.se14 .purchase-wrap{grid-template-columns: repeat(2, 1fr);padding: 0 30px;gap: 20px;}
	.prod01-2023#product01 section.se14 .purchase-wrap .purchase .tit .num{
	    font-size: 22px;
	    width: 35px;
	    height: 35px;
	    line-height: 35px;
	}
	.prod01-2023#product01 section.se14 .purchase-wrap .purchase .tit .text{font-size: 23px;}
	.prod01-2023#product01 section.se14 .purchase-wrap .purchase .des{
	    font-size: 15px;
	    padding: 10px;
	}
	.prod01-2023#product01 section.se14 .purchase-wrap .purchase .des br{display: none;}
	.download-wrap{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}
	.download-wrap h5{
    font-size: 19px !important;
}
	.download-wrap .download{
    font-size: 15px;
}
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}

.member_wrapper {
    max-width: 1170px;
}