@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
#site {
	padding-top: 90px;
	font-family: 'Roboto','notokr', sans-serif;
}

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

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

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

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

/* 상단 메뉴 */
.navbar-inverse {
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
	border: 0
}

.navbar-brand {
	height: auto;
	padding: 0px;
}

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

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

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

@media (max-width: 767px) {

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
	.navbar-inverse .navbar-nav .dropdown-menu {
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
		border-radius: 0;
		padding: 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		background: rgba(0, 0, 0, 0.68);
		border: 0;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 12px 20px;
		font-size: 15px;
		text-align: center;
		color: #fff;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 500;
		background: rgba(222, 18, 34, 1);
		color: #fff;
	}
}

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

	.navbar-inverse .navbar-nav>li>a {
		padding: 31px 28px 10px;
	}
}

/* 슬라이드 공통 */
.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 {
	text-shadow: none;
	left: 80px;
	top: 30px;
	transform: none;
	right: auto;
	text-align: left;
	color: #111;
}
.carousel-caption h1{
	margin-bottom: 3px;font-size: 53px;font-weight: 800;
	/* font-family: 'Montserrat'; */
	font-family: 'Lato', sans-serif;
}
.carousel-caption h1 span{
	color:#E60012;
	border-bottom: 3px solid;
}
.carousel-caption p{
    font-size: 23px;
    /* font-family: 'Montserrat'; */
	font-family: 'Lato', sans-serif;
}
@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;
}
footer .copy {
    margin-bottom: 0;
}

/* 메인 페이지 */
#mainCarousel{
	margin: 0 35px 35px;
}
#mainCarousel .carousel-inner .item {
	height: 780px;
}
#mainCarousel .carousel-control{
	background:transparent
}

.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.67v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
		float:left;
		position:relative;
	}
}
/* 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: #E60012;
}
.numbering.circle{
	border-radius:50%;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-disc > li,
.li-check > li,
.li-dash > li,
.li-dot > li{margin-left:10px; 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:0;
}
.li-dot > li:before{
	content:'·';
}
.li-disc > li:before{
	content:'';
	display:inline-block;
	width: 0.3em;
	height: 0.3em;
	border-radius: 50%;
	background:#E60012;
	top: 0.65em;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #E60012;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 13px 10px;
    font-size: 16px;
    letter-spacing: 0em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 150px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 15px;
    color: #E60012;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.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;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.li-pill li{
	position:relative ;
	margin-bottom: 10px;
	padding-left:100px;
}
.li-pill li span{
	position:absolute;
	left:0;
	padding:5px 0;
	text-align:center;
	width:90px;
	color:#555;
	line-height:1.1;
	font-weight:500;
	border-radius:4px;
	background:#d5d5d5;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#E60012;
	font-size:18px;
}
.stripe-dl {
    margin: 30px 0;
}
.stripe-dl dt {
    padding: 10px 20px;
    font-size: 16px;
    background: #f5f5f5;
}
.stripe-dl dd {
    margin-bottom: 20px;
    padding: 20px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card{
	display:block;
	position:relative;
	padding:15px;
	margin-bottom:20px;
	border:1px solid #ddd;
	min-height:max-content;
}
.card .card-ttl{
	margin:-15px -15px 15px;
	padding:10px 0;
	text-align:center;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#E60012;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin: 20px auto 10px;
	width: 179px;
	height: 50px;
	line-height: 48px;
	text-align:center;
	font-size: 18px;
	font-weight: 500;
	color:#fff;
	border:1px solid #E60012;
	background:#E60012;
	border-radius: 50px;
	text-transform: uppercase;
}
.more-btn:hover{
	color:#E60012;
	background:transparent;
}
.circle-wrap{
	margin:30px 0;
	text-align: center;
}
.circle-wrap .circle{
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	margin:0 15px;
	vertical-align: top;
	border-radius: 50%;
	background:#555;
}
.circle-wrap .circle > div{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-weight:500;
	font-size:18px;
	line-height:1.3;
	min-width:80%;
}
.bull{
	position:relative;
	padding-left:.5em;
}
.bull:before{
	content:'';
	display:block;
	width:3px;
	height:3px;
	background:#E60012;
	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: 0px 0 40px;
	font-size:26px;
	font-weight: 400;
	color: #d23d48;
	line-height: 1.25em;
	/* font-style: italic; */
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #E60012;
}

.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}

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

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

.table-style tr td {
	color: #666;
}
.history-wrap{
	position:relative;
	display: flex;
	/* flex-wrap: wrap; */
	/* align-content: center; */
}
.history-wrap > div{
	width:50%;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 2px;
    background: #d5d5d5;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.history-wrap .history-box{
	position:relative;
	/* width: 50%; */
	padding: 5px 70px;
	margin-bottom: 20px;
}
.history-wrap .history-box.y2023{
	/* margin-bottom: 490px; */
	margin-bottom: 730px;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 12px;
    color: #494949;
    font-size: 30px;
    letter-spacing: -0.05em;
    font-weight: 300;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 50%;
	left: -65px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #E60012;
	width: 45px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translate(-50%, -50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #E60012;
    border-radius: 50%;
    background: #fff;
}
.history-wrap ul li{
	position:relative;
	margin:5px 0;
	font-size: 16px;
	letter-spacing: -0.03em;
	color: #5a5a5a;
	line-height: 1.25;
}
/* .history-wrap .history-box:nth-child(even) li{
	position:relative;
	padding-left: 12px;
}
.history-wrap .history-box:nth-child(even) li::before {
	content:'';
	display:block;
	position:absolute;
	width:5px;
	height:1px;
	background:#333;
	left: 0;
	top: 9px;
} */
.history-wrap .history-box ul li {
	position:relative;
	padding-right: 12px;
	display: flex;
	flex-direction: row-reverse;
}
.history-wrap .history-box ul li::before {
	content:'';
	display:block;
	position:absolute;
	width:5px;
	height:1px;
	background:#333;
	right: 0;
	top: 9px;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#E60012;
}
.history-wrap .y2023 li span{margin-left: 10px;}
.history-wrap .img-box{
	display:flex;
	padding: 5px 10px 5px 70px;
	justify-content: flex-start;
	margin-bottom: 60px;
}
.history-wrap .img-box li{
	margin-right: 5px;
}
.history-wrap .img-box.five{
    flex-wrap: wrap;
}
.history-wrap .img-box.five li{
    max-width: 48%;
    margin-bottom: 5px;
}
.history-wrap .img-box img{
	max-height: 260px;
	border:1px solid #ddd;
}
@media(min-width:768px){
	.history-wrap .history-box{
		text-align:right;
	}
	/* .history-wrap .history-box:nth-child(even){
		margin-top: 180px;
	} */
	.history-wrap .history-box h6:before{
		left:auto;
		right: -65px;
	}
	.history-wrap .history-box h6:after{
		left:auto;
		right: -81px;
	}
}
@media(max-width:767px){
	.history-wrap:before{
		left:15px;
	}
	.history-wrap .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

/* personal setting 0.67v end */
/* navigation setting */

/* mainpage setting */
.main-product{
	position:relative;
	padding: 40px 0 95px;
	text-align:center;
}
/* .main-product:before{
	content:'';
	position:absolute;
	left:50%;
	top: 20px;
	transform:translateX(-50%);
	width:99px;
	height:40px;
	background:url(/public/img/main/scroll-down.png) no-repeat center / contain;
	transition:all .3s ease;
}
.main-product.active:before{
	opacity: 0;
} */
.main-product .scroll-down{
	position:absolute;
	left:50%;
	bottom: 20px;
	transform:translateX(-50%);
	display: none;
}
.main-content .title h3{
	position:relative;
	display:inline-block;
	margin: 0px 0 40px;
	/* font-size: 43px;
	font-weight:bold; */
	color:#111;
	letter-spacing: 0.01em;
	/* font-family: 'Montserrat'; */
	font-family: 'Lato', sans-serif;
	font-size: 53px;
    font-weight: 800;
}
.main-content .title h3 span{
	color: #E60012;
    border-bottom: 3px solid;
}
.main-content .title h3 small{
	display:block;
	margin-top: 10px;
	font-size: 23px;
	font-family: 'Lato', sans-serif;
	color:#111;
}
/* .main-content .title h3:before {
    content: '';
    opacity: 0.2;
    position: absolute;
    left: 100%;
    top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #E60012;
} */
#prod-ani{
	position:relative;
	display:inline-block;
}
#prod-ani img{
	transition:all 1s ease;
}
#prod-ani img:not(.t0){
	position:absolute;
	left:0;
	top:0;
}
#prod-ani img,
.fd{
	opacity: 0;
}
.active #prod-ani img:not(.t0),
.active .fd{
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode:  both;
	/* animation-iteration-count: infinite; */
}
#prod-ani .t0{
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode:  both;
	animation-delay: 0.5s; 
}
.active #prod-ani .t1{ animation-delay: 1s; }
.active #prod-ani .t2{ animation-delay: 2s; }
.active #prod-ani .t3{ animation-delay: 3s; }
.active #prod-ani .t4{ animation-delay: 4s; }

.main-product .more-btn{
	position:relative;
	overflow:hidden;
}
.active.more-btn{
	animation-name: fadeInUp;
	animation-duration: 1s;
	animation-fill-mode:  both;
	animation-delay: 5s;
	transition: all .3s ease-in;
	margin-bottom: 0;
	margin-top: 20px;
}
.main-product .more-btn:hover{
	background:#E60012;
}
.main-product .more-btn:before{
	content:'';
	z-index: 1;
	position:absolute;
	left:-100%;
	top:0;
	width:100%;
	height:100%;
	background:#fff;
	transition: all .3s ease-in;
}
.main-product .more-btn:hover:before{
	left:0;
}
.main-product .more-btn span{
	position:relative;
	z-index: 10;
	font-size: 17px;
	font-weight: 500;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right: 15px;
	line-height: 1.35em;
	color: #ababab;
	letter-spacing: 0.03em;
}
#site footer strong {
    color: #cdcdcd;
    letter-spacing: -0.03em;
}
footer ul {
    margin-bottom: 5px;
}
footer .copy {
	color: #666;
	font-size: 13px
}
/* subpage setting */
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 75px 25px;
    text-align: center;
}

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

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

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.pageheader{
	height:250px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin: 90px 0 7px;
    /* position:absolute; */
    /* left:50%; */
    /* top:50%; */
    /* transform:translate(-50%,-50%); */
    font-size: 49px;
    color:#fff;
    text-align: center;
    font-weight: 300;
    letter-spacing: -0.045em;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size: 13px;
	color:#bbb;
	text-align: center;
}
.breadcrumb .active{
	color:#fff;
}
.subpage-content{
	padding-top: 70px;
	padding-bottom: 35px;
}
.subpage-content .emp{
	font-weight:500;
	color:#E60012;
}
.subpage-content section{
	padding-bottom: 70px;
}
.subpage-content section h4{
	position:relative;
	margin-bottom:20px;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Montserrat';
	margin-top: 0;
}
.subpage-content section h4:before{
	content:'';
	display:block;
	margin-bottom:8px;
	width: 21px;
	height:4px;
	background:#E60012;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size:18px;
}

.main-snb{
	margin:0;
	display: flex;
}
.main-snb li{
	flex:1;
	position: relative;
}
.main-snb li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    background: #ddd;
    top: 18px;
}
.main-snb li:nth-child(1)::before {
	content: none;
}
.main-snb li a{
	display:block;
	padding: 15px 0 14px;
	font-size:18px;
	color: #777;
	border-bottom: 2px solid #ddd;
	text-align:center;
	font-weight:500;
}
.snb {
    /* border-bottom: 1px solid #ddd; */
}
.main-snb li a:hover{
	border-color: #ddd;
}
.main-snb li.active a{
	color: #db1222;
	font-weight:600;
	border-bottom: 2px solid #db1222;
}
.sub-snb{
	/* margin: 50px 0 0; */
	display:flex;
	justify-content: center;
	/* background: #f2f2f2; */
	padding: 60px 0 0;
	/* border-bottom-left-radius: 7px; */
	/* border-bottom-right-radius: 7px; */
	/* border-bottom: 1px solid #d5d5d5; */
	margin-bottom: 0;
}
.sub-snb li{
	flex-basis: 145px;
	text-align:center;
	margin: 0 6px;
}
.sub-snb li a{
	display:block;
	padding: 8px 17px;
	border: 1px solid #d5d5d5;
	color:#999;
	font-size: 15px;
	font-weight: 500;
	border-radius: 40px;
	background: #fff;
	transition: all ease-in-out .15s;
	-webkit-transition: all ease-in-out .15s;
}
.sub-snb li a:hover{
	color: #fff;
	background: #e01626;
	border-color: #e01626;
}
.sub-snb li.active a{
	border-color: #333;
	color: #fff;
	background: #333;
}
.s-title{
	margin-bottom: 60px;
	text-align:center;
}
.s-title h3{
	position:relative;
	display:inline-block;
	font-size:40px;
	color: #333;
	letter-spacing: 0;
	font-weight: 700;
	margin-top: 0;
	font-family: 'Montserrat';
}
[id^="product"] .s-title h3 {
	letter-spacing: 0.01em;
}
/* .s-title h3:before{
	content:'';
	opacity: 0.2;
	position:absolute;
	left:100%;
	top:-5px;
	display:block;
	width:20px;
	height:20px;
	border-radius: 50%;
} */
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}

/* subpage about */
.greet .right-con{
	padding-left:60px;
}
.greet p{
	margin-bottom: 23px;
	font-size: 17px;
	line-height: 1.3;
	padding-right: 60px;
	color: #555;
}
.greet p.quote:after{
	content:'';
	display:block;
	margin:30px 0 0;
	width:50px;
	height:1px;
	background: #c7c7c7;
}
.greet p.quote{
	font-size: 28px;
}
.greet p.quote small{
	display:block;
	font-size: 25px;
	font-weight: 300;
	color: #000;
	/* font-style: normal; */
	letter-spacing: 0;
}
.img-wrap{
	margin:0 -5px 30px;
}
.img-wrap > div{
	padding:0 5px;
}
#about03 section h4 + p{
	margin-bottom: 20px;
	font-size: 17px;
	line-height: 1.45em;
}

/* subpage product */
div[id^="product"] .tab-content h3{
	margin:0 0 60px;
	text-align:center;
	font-size:40px;
	color: #333;
	letter-spacing: 0.01em;
	font-weight: 700;
	font-family: 'Montserrat',sans-serif;
}
.tab-content article + article{
	padding-top:70px;
}
.prod-box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: end;
}
.prod-box li{
	font-size: 17px;
	background: #fff7f7;
	padding: 18px 20px 18px 35px;
	margin: 0 0 10px;
	width: 49%;
	justify-content: space-evenly;
	line-height: 1.34;
	border-radius: 5px;
}
.prod-box li:before{
	top:50%;
	transform:translateY(-50%);
	left: 23px;
	width: 4px;
	border-radius: 50%;
	height: 4px;
}
.video-wrap{
	width: 845px;
	max-width: 100%;
	margin:0 auto;
}
#about01 .s-title h3 {
    letter-spacing: 0em;
}
[id^="product"] .subpage-content{
	padding-top: 60px;
}

@media(max-width:767px){
	#site{
		padding-top:78px;
	}
	.navbar-brand>img{
		height:40px;
		padding-left:10px;
	}
	.navbar-inverse .navbar-nav>li>a {
		font-size:16px;
	}
	.main-content .title h3{
		font-size:34px;
	}
	
	.main-content .title h3 small{
		font-size:18px;
	}
	.more-btn {
		width: 159px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
	}
	.main-product .more-btn span{
		font-size:14px;
	}
	.main-product{
		padding: 40px 0 55px;
	}
	#mainCarousel{
		margin:0 0 0;
	}
	.carousel-caption h1{
		font-size:20px;
	}
	.carousel-caption p{
		font-size:14px;
	}
	.carousel-control{
		display:none;
	}
	.carousel-caption{
		left:5%;
		right:5%;
		top: 10px;
	}
	#mainCarousel .carousel-inner .item {
		height: 400px;
	}
	.foot-logo{
		margin-bottom:10px;
		height:35px;
	}
	#site footer{
		padding:30px 0;
	}
	.pageheader{
		height:190px;
	}
	.pageheader h2 {
		margin: 70px 0 7px;
		font-size: 38px;
	}
	.snb .container{
		padding:0;
	}
	.main-snb li a{
		font-size:16px;
	}
	.subpage-content {
		padding-top: 40px;
	}
	div[id^="product"] .tab-content h3,
	.s-title h3{
		font-size:32px;
	}
	.s-title {
		margin-bottom: 40px;
	}
	.greet .right-con{
		padding:30px 15px 0;
	}
	.greet p{
		padding-right:0;
	}
	.greet p.quote small{
		font-size: 18px;
	}
	.greet p.quote {
		font-size: 22px;
	}
	.history-wrap > div{
		width:100%;
	}
	.history-wrap{
		flex-wrap:wrap;
	}
	.history-wrap .history-box ul li::before{
		right:auto;
		left:-20px;
	}
	.subpage-content section h4{
		font-size:22px;
	}
	.sub-snb li a {
		padding: 4px 14px;
		font-size: 14px;
	}
	.sub-snb li{
		margin:0 3px;
	}
	.prod-box li{
		width:100%;
	}
	.prod-box li{
		font-size:15px;
	}
	input.form-control{
		max-width: 100%;
	}
	.history-wrap .history-box.y2023{
		margin-bottom: 20px;
	}
}