@charset "utf-8";
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@import url('https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700&display=swap');
#site {
	padding-top: 124px;
	font-family: 'nanumsquare','notokr', 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: #fff;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	box-shadow: 5px 0 5px rgba(0, 0, 0, 0.1);
	padding-top: 0;
	padding-bottom: 0.;
	margin-bottom: 0;
	border: 0;
}

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

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

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

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

@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: translateX(-50%);
		border-radius: 0;
		border: 0;
		padding: 0;
		border-top: 2px solid #00abc7;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 12px 19px;
		text-align: center;
		font-size: 15px;
		background: none;
		font-family: 'notokr';
		/* transform: skew(-0.001deg); */
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: none;
		font-weight: 500;
		background: #00abc7;
		color: #fff;
	}
	.nav.navbar-nav li .dropdown-menu::before {
    content:'';
    display:block;
    position:absolute;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #00abc7;
    transform: rotate(45deg);
    top: -7px;
    left: 74px;
}
}

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

	.navbar-inverse .navbar-nav>li>a {
		padding: 45px 30px 45px;
	}
}

/* 슬라이드 공통 */
.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);
}

@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;
}

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

.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: 15px;
	color: #2d2d2d;
	font-weight: 600;
	font-family: 'notokr';
}
/* 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: #5c883b;
}
.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:#5c883b;
	top: 0.65em;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #5c883b;
}
#about01 .li-check > li:before{
	top: 7px;
	display: none;
}
#about01 .li-check > li:after{
	display:block;
	position:absolute;
	content:'';
	width: 40px;
	height: 40px;
	top: -4px;
	background-image: url(/public/img/sub/brand-icon.png);
	left: -15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
    font-size: 17px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
    font-weight: 600;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 150px;
    font-weight: 600;
    color: #333;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #ffffff;
    background: #487f28;
    padding: 11px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
}
.location-li span i.fa-phone{
	transform:rotate(90deg);
}
.fa-map-marker-alt:before {
    content: "\f3c5";
    margin-left: 2px;
}
.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:#5c883b;
	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:#5c883b;
}
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}

.more-btn{
	display:block;
	margin:40px auto 10px;
	width: 200px;
	height:60px;
	line-height:60px;
	text-align:center;
	font-size:16px;
	font-weight: 500;
	color:#fff;
	border:1px solid #5c883b;
	background:#5c883b;
}
.more-btn:hover{
	color:#5c883b;
	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:#5c883b;
	position:absolute;
	left:0;
	top:0.5em;
	margin-top:-3px;
}
@media(max-width:767px){
	.column-2{
		column-count:1;
	}
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}

.greet .quote,
p.quote{
	margin:30px 0;
	font-size:26px;
	font-weight:300;
	color:#555;
	line-height:1.2;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #5c883b;
}

.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;
}
.board_wrapper .table.board_write_table tbody tr th {
    font-family: 'notokr';
}
.text-muted {
    font-family: 'notokr';
}
.checkbox {
    font-family: 'notokr';
    font-size: 15px;
}
.table.table_default {
    font-family: 'notokr';
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text {
    color: #a94442;
}
.table-style tr th {
	color: #333;
	text-align: center;
}
.btn.btn-primary:hover, .btn.btn-primary:focus {
    background-color: #3c763d;
}
.btn.btn-primary {
    background-color: #5c883b;
    border: 1px solid #5c883b;
    color: #fff;
}
.table.table_default thead th {
    background-color: #ffffff;
}
.table-style thead tr th {
	background: #f8f8f8;
}
.board_data_view .header_wrap {
    text-align: center;
    padding: 40px 0;
    border-bottom: 1px solid #aaa;
}
.board_data_view .header_wrap h4 {
	font-weight: 600;
}
#reply_list span {
    font-size: 17px !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: 5px;
    background: #e9eee4;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.history-wrap .history-box{
	position:relative;
	width:50%;
	padding: 50px 70px;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 10px;
    color: #5c883b;
    font-size: 38px;
    /* letter-spacing: -0.05em; */
    font-weight: 600;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 47%;
	left: -65px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #b0c1a3;
	width: 40px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 47%;
    left: -70px;
    transform: translate(-50%, -50%);
    display: block;
    width: 18px;
    height: 18px;
    border: 4px solid #5c883b;
    border-radius: 50%;
    background: #fff;
} 
.history-wrap ul{
	margin-bottom:15px;
}
.history-wrap li{
	position:relative;
	margin: 3px 0;
	font-size: 17px;
	letter-spacing: -0.03em;
	color: #555;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#5c883b;
}
@media(min-width:768px){
	.history-wrap .history-box:nth-child(odd){
		text-align:right;
	}
	.history-wrap .history-box:nth-child(odd) img{
		margin-left:auto;
	}
	.history-wrap .history-box:nth-child(even){
		margin-top:80px;
	}
	.history-wrap .history-box:nth-child(odd) h6:before{
		left:auto;
		right: -63px;
	}
	.history-wrap .history-box:nth-child(odd) h6:after{
		left:auto;
		right: -87px;
	}
}
@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 */
.menu-top{
	padding:5px 0;
	border-bottom:1px solid #ddd;
	background:#f1f1f1;
}
.menu-top ul{
	margin:0;
}
.menu-top li{
	display:inline-block;
}
/* mainpage setting */
.carousel-caption{
	text-align:left;
	top:auto;
	bottom: 90px;
	transform:none;
	text-shadow: none;
	left: 17%;
}
.item:nth-child(1) .carousel-caption{
	text-shadow: 0 0 6px rgba(0,0,0,0.55);
}
.carousel-caption h1{
	margin-bottom: 30px;
	color: #509a22;
	font-size: 37px;
}
.carousel-caption p{
	font-size: 32px;
	font-weight: 800;
	line-height: 1.5;
	letter-spacing: -0.045em;
}
.item:nth-child(2) .carousel-caption p{
    color: #313131;
    font-size: 26px;
}
.carousel-caption p span{font-weight:800;color: #fff;padding: 0 5px;}
.carousel-caption p .orange{background: #ec9600;}
.carousel-caption p .red{background: #d82915;}
.carousel-caption p .mint{background: #00b39f;}
.carousel-caption p .light-green{background: #9ab854;}
.main-top{
	padding: 90px 0 80px;
}
.main-top h3{
	margin: 0 0 58px;
	text-align:center;
	font-size: 54px;
	font-weight: 800;
	color: #487f28;
}
.main-top h3 span{
	position: relative;
	top: 4px;
	font-family: 'Nanum Myeongjo', serif;
	line-height: 50px;
	font-size: 65px;
}
.main-top .inner{
	position:relative;
	overflow: hidden;
	display:flex;
	padding: 0 40px;
	height: 137px;
	justify-content: flex-start;
	align-items: center;
	border:1px solid #b2cf72;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.10);
	transition: all .3s ease;
}
.main-top .inner:hover{
	transform:translateY(-5px);
}
.main-top .inner:before{
	content:'';
	z-index: -1;
	position:absolute;
	left:0;
	bottom:0;
	display: block;
	width:140px;
	height:140px;
	border-right:140px solid transparent;
	border-bottom: 140px solid #f1f3ec;
}
.main-top .inner span{
	display:inline-block;
	flex:1;
	padding-left:30px;
	font-size: 26px;
	font-weight: 800;
	letter-spacing: -0.03em;
	line-height:1;
	color:#333;
}
.main-top .inner span small{
	position:relative;
	display:inline-block;
	margin-top: 11px;
	color:#333;
	font-size: 15px;
	font-weight:400;
	font-family: 'notokr';
}
.main-top .inner span small:after{
	content:'';
	display:inline-block;
	margin-left:8px;
	width:20px;
	height:1px;
	background:#333;
	vertical-align: middle;
	margin-top: 4px;
}
.main-top .inner span small:before{
	content:'';
	margin-left: -5px;
	position:absolute;
	left:100%;
	top: 8px;
	display:block;
	width: 7px;
	height:1px;
	transform: rotate(40deg);
	background:#333;
}
.owl-left{
	margin-right: 17px;
}
.owl-right{
	margin-left: 17px;
}
.main-bbs{
	padding: 0px 0 60px;
}
div[class^="board_box_"]{
	padding:0;
}
.main-bbs .main-notice {
    padding-right: 25px;
}
.main-bbs .main-download {
    padding-left: 25px;
}
div[class^="board_box_"] .page-header h4{
	font-size: 24px;
	font-weight: 800;
}
div[class^="board_box_"] .page-header .pull-right {
	font-size: 18px;
}
.page-header{
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
    margin: 40px 0 12px;
}
.board_box_list ul li {
    padding: 4px 0;
}
.board_box_list ul li a{
	font-size: 17px;
}
.main-bbs .pull-right {
    float: right!important;
    font-size: 15px;
    font-family: 'notokr';
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
	font-family: 'notokr';
	color: #c2c2c2;
}
#site footer li:nth-child(1) {
	font-weight: 600;
	color: #ddd;
}
#site footer .copy {
	margin-top: 0;
	color: #7e7e7e;
	margin-bottom: 0;
}
#site footer ul {
	margin-bottom: 7px;
}
#site footer img {
	opacity: .8;
}
.sns{
	text-align:right;
}
#site .sns li{
	margin: 0 0 0 9px;
}
#site .menu-top img {
    width: 27px;
}

/* subpage setting */
.pageheader{
	text-shadow: 0 0 6px rgba(0,0,0,0.55);
	height: 540px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
div[id^="about"] .pageheader{
	background:#000 url(/public/img/sub/about-top.jpg) no-repeat center / cover;
}
div[id^="product"] .pageheader{
	background:#000 url(/public/img/sub/product-top.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
	/* text-align: center; */
}
.pageheader h2{
    margin: 202px 0 8px;
    font-size: 55px;
    color:#fff;
    font-weight: 800;
    letter-spacing: 0.015em;
}
.pageheader h2:before{
	content:'';
	display:block;
	margin: 0 0 38px;
	width:35px;
	height:7px;
	transform:rotate(-45deg);
	background:#fff;
}
.breadcrumb{
	margin:0;
	padding:0;
	background:transparent;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.72);
	font-family: 'notokr';
}
.breadcrumb .active{
	color: rgba(255, 255, 255, 0.90);
}
.subpage-content{
	padding-top: 50px;
	padding-bottom: 100px;
}
.subpage-content .emp{
	font-weight:500;
	color:#5c883b;
}
.subpage-content section{
	padding-bottom: 100px;
}
.subpage-content section.se1 {
    padding-bottom: 0;
}
.subpage-content section h4{
	position:relative;
	margin-bottom: 50px;
	font-size: 36px;
	text-align: center;
	font-weight: 800;
	letter-spacing: -0.03em;
}
.subpage-content section h5{
	margin-top: 20px;
	margin-bottom: 19px;
	font-size: 21px;
	font-weight: 800;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 75px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 84px;
    margin-bottom: 10px;
    color: #487f28;
}

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

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 17px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
    margin-bottom: 20px;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
    margin-bottom: 20px;
}
.s-title{
	padding: 40px 0 80px;
	text-align:center;
}
.s-title h3{
	margin: 0;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: -0.03em;
}
.greet li{
	margin-bottom:30px;
	font-size:18px;
	padding-left: 40px;
	/* line-height: 1.5; */
	font-weight: 600;
	color: #333;
}
/* .greet li:before{
	width: 31px;
	height: 31px;
	border: 3px solid;
	border-radius: 50%;
	text-align: center;
	top: 5px;
	font-size: 15px;
	padding-top: 1px;
}  */
#about01 .col-sm-6.left-con {
    width: 490px;
    max-width: 100%;
    margin-left: 90px;
    margin-top: 10px;
}
.philosophy .right-con{
	padding-left: 40px;
}
.philosophy .left-con {
    padding-left: 60px;
}
.philosophy .right-con p:first-child:before{
	content:'';
	display:block;
	margin: 80px 0 30px;
	width:40px;
	height:3px;
	background:#ddd;
}
.philosophy .right-con p{
	margin-bottom: 35px;
	font-size:20px;
	font-weight: 300;
	padding-left: 30px;
	color: #000;
	line-height: 1.65em;
	letter-spacing: -0.04em;
}
.philosophy .right-con p.emp,
.philosophy .right-con p span{
	font-weight: 800;
}
.philosophy .right-con p.emp {
	color: #487f28;
	font-weight: 600 ;
}
.philosophy .light-green{color:#9ab854}
.philosophy .orange{color:#ee9e13}
.philosophy .red{color:#ba3c2e}
.philosophy .mint{color:#1ba596}
.Noto {
    font-family: 'notokr';
    color: #ffffff;
    font-weight: 100 !important;
    font-size: 17px;
}
#about02 .Noto {
    color: #6b6b6b;
    font-size: 19px;
}
#about03 .se1 img {
    width: 930px;
}
/* subpage product */
.snb{
	display:flex;
	margin-top:50px;
	justify-content: center;
	align-items: center;
}
.snb li{
	position:relative;	
	width:170px;
	padding:0 20px;
}
.snb li + li:before{
	content:'';
	position:absolute;
	left:0;
	top: 50%;
	display:block;
	width:1px;
	height:20px;
	background:#ddd;
	transform: translateY(-50%);
}
.snb li a{
	display:block;
	font-size: 19px;
	font-weight: 600;
	color:#333;
	line-height: 30px;
	border-bottom:3px solid transparent;
	padding-bottom: 5px;
}
.snb li.active a{
	border-color: #65b439;
}
.flex-wrap{
	margin-bottom:20px;
	display:flex;
	align-items: center;
}
#product01 .se1 .flex-wrap div{
	margin-right:10px;
}
.prod-top{
	margin-bottom: 130px;
}
.prod-top p{
	margin:100px 0 40px;
	font-size:20px;
	font-weight: 600;
	color:#111;
}
.milk-trait .container h4{
	color: #00abc7;
}
.prod-trait .left-con{
	padding-right:60px;
}
.prod-trait .clearfix{
	padding-bottom:90px;
}
.prod-trait .right-con h5 {
	margin-top: 30px;
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -0.03em;
}
.prod-trait .right-con.t1 h5{color:#437e22}
.prod-trait .right-con.t2 h5{color: #f79c0f;}
.prod-trait .right-con.t3 h5{color:#00acc5}
.prod-trait .right-con.t4 h5{color:#17a597}
.prod-trait .right-con h5 small{
	display: block;
	margin-top: 15px;
	font-size: 19px;
	color:#333;
	font-weight: 600;
}
.prod-trait .right-con p{
	font-size: 17px;
	margin-top: 30px;
}
.milk-promise h4 span{
	position: relative;
	top: 10px;
	font-size: 70px;
	margin-left: 6px;
	color: #01abc6;
	line-height: 40px;
}
.milk-promise{
	padding:100px 0;
	background:#f3f3f3 url(/public/img/sub/milk-promise.jpg) no-repeat center / cover;
}
.icon-wrap .inner{
	padding: 35px 30px;
	text-align:center;
	border:1px solid #ddd;
	border-top: 2px solid #01abc6;
	background:#fff;
	min-height: 360px;
}
.milk-cert{
	padding-top:100px;
	padding-bottom: 0 !important;
}
.cert-wrap{
	margin:0 -10px;
}
.cert-wrap > div{
	padding:0 10px;
}
.cert-wrap img{
	border:1px solid #ddd;
}
#product01 .milk-promise .inner p {
    font-size: 16px;
    font-family: 'notokr';
}

/* subpage contact */
.owl-wrap{
	position: relative;
	z-index: 10;
	margin: -220px auto 0;
	padding: 50px 0px;
	color: #fff;
	text-align: center;
	background: #9ab854;
	width: 50%;
	max-width: 100%;
	/* 	position: absolute; */
	width: 380px;
	height: 380px;
	border-radius: 50%;
	/* 	left: 380px; */
}
.owl-wrap::before {
    content:'';
    display:block;
    position:absolute;
    width: 0px;
    height: 0px;
    border-bottom: 65px solid transparent;
    border-left: 65px solid #9ab854;
    transform: rotate(96deg);
    top: 41px;
    left: 299px;
}
.owl-wrap::after {
	content:'';
	display:block;
	position:absolute;
	width: 360px;
	height: 360px;
	border: 2px solid rgba(255, 255, 255, 0.32);
	border-radius: 50%;
	top: 10px;
	left: 10px;
}
.owl-wrap .container {
    width: 360px;
    padding: 27px 45px;
}
.owl-wrap h4{
    margin: 0 0 20px;
    font-size: 26px;
    letter-spacing: -0.03em;
    font-weight: 800;
}
.owl-wrap h4:after{
	content:'';
	display:block;
	margin: 15px auto 0;
	width:40px;
	height:2px;
	background: rgba(255, 255, 255, 0.26);
}
.owl-wrap p{
    font-size: 16px;
    letter-spacing: -0.025em;
    opacity: 0.9;
    font-family: 'notokr';
    line-height: 1.55em;
}
.owl-wrap + .subpage-content{
	padding-top:0;
}
@media(max-width: 767px){
	#site{
		padding-top:98px;
	}
	.navbar-brand {
		margin-top:0;
	}
	.navbar-brand img{
		margin:10px;
		height:40px;
	}
	.navbar-toggle{
		top:5px;
	}
	.carousel-control{
		display:none;
	}
	#mainCarousel .carousel-inner .item{
		height:450px;
	}
	.carousel-caption{
		left:5%;
		right:5%;
	}
	.item:nth-child(2) .carousel-caption p,
	.carousel-caption p{
		font-size:20px;
	}
	.carousel-caption h1{
		font-size:28px;
	}
	.main-top h3{
		font-size:40px;
	}
	.main-top h3 img{
		display:block;
		margin:0 auto 15px;
	}
	.main-top h3 span {
		top: 13px;
		font-size: 58px;
	}
	.main-top{
		padding: 40px 0;
	}
	.main-top .inner{
		margin-bottom:15px;
	}
	.board_box_list ul li .writer,
	.board_box_list ul li .hits{
		display:none;
	}
	.board_box_list ul li a{
		font-size:15px;
	}
	.main-bbs .main-notice{
		padding-right:15px;
	}
	.main-bbs .main-download{
		padding-left:15px;
	}
	footer .text-left{
		text-align: center;
	}
	.foot-logo{
		margin:0 auto 15px;
		height:75px;
	}
	.sns{
		text-align: center;
		margin-top:30px;
	}
	#site .sns li{
		margin:0 10px;
	}
	.pageheader{
		height:240px;
	}
	.pageheader h2 {
		margin: 92px 0 8px;
		font-size: 38px;
	}
	.pageheader h2:before {
		margin: 0 0 24px;
		width: 28px;
		height: 5px;
	}
	.s-title {
		padding: 0 0 50px;
	}
	.s-title h3 {
		font-size: 34px;
	}
	.s-title h3 img{
		height: 60px;
	}
	#about01 .col-sm-6.left-con{
		margin:0;
	}
	.greet .left-con img{
		margin-bottom:30px;
		height:150px;
	}
	.greet li{
		font-size:16px;
	}
	.philosophy .right-con{
		padding-left:15px;
	}
	.philosophy .right-con p{
		font-size: 18px;
		padding-left: 0;
	}
	.snb li a{
		font-size:17px;
		line-height: 1.3;
	}
	.prod-top img{
		max-height: 300px;
	}
	#product01 .prod-top .right-con img:first-of-type{
		margin:15px auto 0;
		height: 70px;
	}
	.prod-top p {
		margin: 60px 0 40px;
		font-size: 17px;
	}
	.prod-top {
		margin-bottom: 90px;
	}
	.subpage-content section {
		padding-bottom: 80px;
	}
	.prod-trait .left-con {
		padding-right: 15px;
	}
	.icon-wrap .inner{
		min-height:0;
		margin-bottom:15px;
	}
	
	.cert-wrap > div{
		float: left;
		width:50%;
	}
	.form-control{
		max-width: 100%;
	}
	.board_wrapper .text-center .btn.btn-lg{
		padding:15px 40px!important;
	}
	.owl-wrap{
		margin: 0 0 50px;
		height:auto;
		border-radius: 0;
		padding: 20px 0;
	}
	.owl-wrap::after{
		width:calc(100% - 20px);
		height:calc(100% - 20px);
		border-radius: 0;
	}
	.owl-wrap .container{
		width:100%;
		padding:30px;
	}
	.menu-top ul{
		text-align: right;
	}
	#site .menu-top ul li{
		margin:0 0 0 8px;
	}
}