@charset "utf-8";

#site {
	padding-top: 90px;
	font-family: '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%;
	margin-bottom: 0;
	box-shadow: 0 0px 3px rgba(0,0,0,0.15);
	border-bottom: none;
}

.navbar-brand {
	height: auto;
	padding: 0px;
	margin-left: 0 !important;
	margin: 22px 0 0;
}

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

.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: translate(-50%, 0);
		border-radius: 0;
		border: none;
		padding: 15px 0;
		-webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		box-shadow: 0px 4px 8px rgba(0, 0, 0, .125);
		border-top: 2px solid #5e6b3d;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a {
		padding: 6px 22px;
		font-size: 15px;
		letter-spacing: -0.05em;
	}

	.navbar-inverse .navbar-nav .dropdown-menu>li>a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu>li>a:focus {
		background: #5e6b3d;
		font-weight: 400;
		color:#fff;
	}
}

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

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

/* 슬라이드 공통 */
.carousel-control {
	text-shadow: 0px 2px 6px rgba(0, 0, 0, .125);
	transition: ease-in-out .15s all;
}

.carousel-control.left .glyphicon::before {
	content: '\f053';           
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-control.right .glyphicon::before {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
}

.carousel-indicators {
	bottom:85px;
	display: none;
}

.carousel-indicators li,
.carousel-indicators li.active {
	width: 11px;
	height: 11px;
	background-color: #aaa;
	border: none;
	margin: 0 3px;
	transition: ease-in-out .15s all;
	border-radius:50%;
} 	

.carousel-indicators li.active {
	background-color: #ff7500;
}

.carousel-caption {
	text-shadow: none;
}

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

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

/*main iframe {
 margin-top: 40px;
 margin-bottom: -5px;
}*/

/* 푸터 */
#site footer {
	margin-top: 0px;
	padding: 35px 0;
	background-color: #2f2f2f;
	color: #aaa;
	font-size: 13px;
}

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

@media (max-width: 767px) {
	#mainCarousel .carousel-inner .item {
		height: 250px
	}

	#mainCarousel .carousel-caption h1 {
		font-size: 29px;
	}

#mainCarousel .carousel-caption h1 .grade {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 30px;
    line-height: 1.3;
}

#mainCarousel .carousel-caption h1 .grade em {}

	#mainCarousel .carousel-caption p {
		font-size: 13px;
	}
}

.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.66v */
@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* 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-size: 1.1em;
	font-weight: 600;
	letter-spacing: 0;
	color: #fff;
	border-radius: 0;
	color: #fff;
	background: #334013;
}
.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{list-style:disc!important; margin-left:20px;}
.li-check > li,
.li-dash > li,
.li-dot > li{padding-left: 12px;margin-left: 4px;position:relative;}
.li-check > li:before,
.li-dash > li:before,
.li-dot > li:before{
	content: "";
	display:block;
	position:absolute;
	left: 0;
	top: 11px;
	width: 6px;
	height: 3px;
	background: #9bb35d;
}
.li-dot > li:before{
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	position: absolute;
	left: 2px;
	top: 8px;
	background: #aaa;
}
.li-check > li:before{
	content:'\f00c';
    left:0;
	font-family: 'font awesome 5 free';
	font-weight: 900;
    color: #718049;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #e1e1e1;
    padding: 15px;
    font-size: 16px;
    letter-spacing: -0.02em;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 600;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #718049;
}
.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:#718049;
	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:#718049;
}
.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 #718049;
	background:#718049;
}
.more-btn:hover{
	color:#718049;
	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:#718049;
	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: 0;
	font-size: 28px;
	font-weight: 600;
	color: #333;
	line-height: 1.45;
	letter-spacing: -0.04em;
}
p.quote span{
	font-weight:500;
}
/* custom setting */
ul,dl,ol{padding:0;margin: 0;}
p,li,dt,dd{line-height:1.6;letter-spacing: -0.034em;}
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 #718049;
}

.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;
}
.history-wrap:before {
    content: '';
    display: block;
    height: 100%;
    width: 1px;
    background: #ddd;
    position: absolute;
    left: 50%;
    top: 0;
}
.history-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.history-wrap .history-box{
	position:relative;
	width:50%;
	float:left;
	padding: 50px 50px 30px 30px;
	margin-bottom: 30px;
}

.history-wrap  h6{
    position: relative;
    margin: 0 0 25px;
    color: #494949;
    font-size: 45px;
    letter-spacing: -0.05em;
    font-weight: 400;
}
.history-wrap  h6:before{
	content: '';
	position: absolute;
	top: 20px;
	left: -45px;
	display: block;
	border-right: 0px;
	border-top: 1px solid #aec770;
	width: 26px;
}
.history-wrap h6:after{
    content: '';
    position: absolute;
    top: 15px;
    left: -50px;
    transform: translateX(-50%);
    display: block;
    width: 11px;
    height: 11px;
    border: 2px solid #718049;
    border-radius: 50%;
    background: #fff;
}
.history-wrap h6 small{
	display:block;
	margin-top: 6px;
	font-size: 20px;
	color: #ed6d00;
	font-weight: 600;
	letter-spacing: -0.035em;
	font-style: normal;
}
.history-wrap ul {
	margin-bottom:25px;
}
.history-wrap img{
	margin-top:35px;
}
.history-wrap li{
	position:relative;
	margin: 3px 0;
	font-size: 15px;
	letter-spacing: -0.03em;
}
.history-wrap li strong{
	font-weight: 600;
	display: inline-block;
}
.history-wrap li span{
	display:block;
	font-weight:600;
	font-size: 18px;
	color:#718049;
}
.history-box li ul{
	margin-bottom:20px;
}
.history-box li ul li{
	font-size: 13px;
	margin: 1px 0;
}
@media(min-width:768px){
	.history-wrap .history-box:nth-child(odd){
		text-align:right;
		margin-bottom: 30px;
	}
	.history-wrap .history-box:nth-child(odd) img{
		margin-left:auto;
	}
	.history-wrap .history-box:nth-child(even){
		margin-top: 210px;
		padding-right: 30px;
		padding-left: 50px;
	}
	.history-wrap .history-box:nth-child(odd) h6:before{
		left:auto;
		right:-45px;
	}
	.history-wrap .history-box:nth-child(odd) h6:after{
		left:auto;
		right:-61px;
	}
}
@media(max-width:767px){
	.history-wrap:before{
		left:15px;
	}
	.history-wrap .history-box{
		width:100%;
		padding-top:0;
		padding-right:15px;
		margin-left:15px;
		padding-left: 51px;
	}
	.history-wrap  h6{
		font-size:26px;
	}
	.history-wrap li{
		font-size:14px;
	}
}

/* personal setting 0.64v end */
/* navigation setting */

/* mainpage setting */
.carousel-caption {
	padding: 0;
	text-align:left;
	top: 50%;
	top: 0;
	transform: none;
}
.carousel-caption h1{
	font-size: 62px;
    color: #111;
    font-weight: 700;
    letter-spacing: -0.055em;
    margin: 0 0 25px;
}

.carousel-caption h1 .grade {
    font-size: 18px;
    letter-spacing: -0.06em;
    display: block;
    line-height: 1.4;
    margin-bottom: 88px;
    margin-top: 30px;
    color: #46433d;
}

.carousel-caption h1 .grade em {
    font-size: 1.25em;
    font-style: normal;
    color: #5e7c10;
}
.carousel-caption h1 small{
	display:block;
	margin-bottom: 12px;
	color: #ff8721;
	font-size: 20px;
	letter-spacing: -0.03em;
	text-shadow: none;
	font-weight: 700;
}
.carousel-caption p {
	font-size:20px;
	font-weight: 500;
	color: #333;
}
#mainCarousel .carousel-control{
	background:transparent;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev{
	background: rgba(50,50,50,0.3);
	width:40px;
	height:40px;
	font-size:20px;
	line-height:35px;
	margin:0;
	text-shadow:none;
}
.main-business{margin-top: -65px;margin-bottom: 65px;}
.main-business .row{
	margin:0;
}
.main-business .row > div{
	padding:0;
}
.main-business a{
	position:relative;
	display:block;
	padding: 40px 20px;
	text-align:center;
	color:#fff;
	overflow:hidden;
	transition:all .2s ease;
	background: #5e6c3b;
	border:2px solid rgba(0,0,0,0);
}
.main-business .row > div:nth-child(2) a{
	background:#495529
}
.main-business .row > div:nth-child(3) a{
	background:#5f742b
}
.main-business .row > div:nth-child(4) a{
	background:#52622b
}
.main-business a:hover{
	border:2px solid #fff;
}

.main-business a h4{
	margin:0 0 7px;
	font-size: 22px;
	letter-spacing: -0.015em;
	font-weight: 500;
}
.main-business a p{
	margin:0;
	font-weight:300;
	letter-spacing:-0.03em;
	font-size:14px;
	opacity: 0.9;
}
.main-business a span{
	display:inline-block;
	opacity: 0.65;
	display: none;
}
.main-business a:hover span{
	opacity: 1;
}
.main-business a span:after{
	content:'';
	display:block;
	margin-top:1px;
	width:0;
	height:1px;
	background:#fff;
	transition:all .5s ease;
}
.main-business a i{
	position:absolute;
	left: 12px;
	top: -1px;
	font-size: 53px;
	opacity: 0.2;
	font-weight: 200;
	transform: skew(-6deg);
	display: none;
}
.main-business a:hover span:after{
	width:100%;
}
.main-bottom{padding-bottom: 70px;}
.main-bottom .left-con a{
	position:relative;
	display:block;
	padding: 30px 25px 30px;
	color:#fff;
	overflow:hidden;
	transition:all .3s ease;
	background: #ea7715;
}

.main-bottom .left-con a.main-location{
	background: #fdecde;
	color: #673900;
}
/* .main-bottom .left-con a:before{
	content:'';
	display :block;
	position:absolute;
	left: -19px;
	top: -19px;
	width:40px;
	height:40px;
	background: #ff9235;
	transform:rotate(-45deg);
} */
.main-bottom .left-con a:hover:before{
	background:#111;
}
.main-bottom .left-con a *{
	position:relative;
	z-index: 10;
	margin: 0;
	letter-spacing: -0.03em;
	line-height: 1.4;
	font-weight: 400;
}
.main-bottom .left-con a i{
	position:absolute;
	z-index: 0;
	right: 25px;
	bottom: 10px;
	font-size: 80px;
	opacity: 0.15;
	transition:all .3s ease;
	width: 80px;
	text-align: center;
	font-weight: 900;
}
.main-bottom .left-con a.main-location i{
	color:#b1762d
}
.main-bottom .left-con a:hover i{
	right:15px;
	opacity: 0.3;
}
.main-bbs > div {
	padding-right: 25px;
}
.main-bbs > div > div{
	padding:0;
}
.main-bottom .left-con h4{
	margin: 0px 0px 18px;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 1;
}
.main-inquiry{
	margin-bottom: 8px;
}
.main-bottom .right-con{
	padding-right: 40px;
}
.main-bottom .page-header {
	border-bottom:none;
	padding-bottom: 0;
	margin: 0 0 25px;
}
.main-bottom .page-header h4{
	font-size: 28px;
	margin: 0;
	font-weight: 500 !important;
	letter-spacing: -0.015em;
}

.main-bottom .page-header .pull-right{
	font-size:18px !important;
	margin: 3px 0 0 !important;
}
.main-bottom ul {
}
.main-bottom ul li{
	border-bottom:1px solid #eee;
	padding: 10px 0;
}
.main-bottom ul li a{
	font-size: 15px;
	letter-spacing:-0.035em;
}

.main-bottom ul li a:hover{
	text-decoration:underline;
}

.main-bottom ul li span{
	color: #aaa;
	letter-spacing:-0.01em;
	opacity: 1 !important;
}

.main-bottom .hits, .main-bottom .writer{
	display:none;
}
/* footer setting */
#site footer li{
	display:inline-block;
	margin-right:10px;
	margin-bottom: 2px;
}

/* subpage setting */
.subpage-layout{
	padding-top:50px;
}
.pageheader{
	height: 150px;
	background:#000 url(/public/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2{
    margin:0;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    font-size:42px;
    color:#fff;
}
.breadcrumb{
	position:absolute;
	top: 20px;
	margin:0;
	padding:0;
	background:transparent;
	font-size:12px;
	color: #555;
}
.breadcrumb>li+li:before{
	content:"\f054";
	font-weight:900;
	font-family:'Font Awesome 5 Free';
	font-size:10px;
	padding:0 7px;
	color:#aaa
}
.breadcrumb .active{
	color: #333;
	font-weight: 600;
}
.subpage-content{
	padding-bottom:80px;
}
.subpage-content .emp{
	font-weight: 500;
	color: #f77405;
	color: #333;
}
.subpage-content section{
	border-bottom: 1px solid #eee;
	padding-bottom: 90px;
	margin-bottom: 90px;
}
.subpage-content section:last-child{
	margin-bottom:0;
	border-bottom:0
}
.subpage-content section h4 {
    position: relative;
    margin: 0 0 25px;
    padding-left: 30px;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #303a14;
    line-height: 1;
}
.subpage-content section h4:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 20px;
	height: 20px;
	border: 4px solid #718049;
}
.subpage-content section h4:after{
	content: "";
	width: 10px;
	height: 10px;
	background: #f77d15;
	position: absolute;
	left: 11px;
	top: 0px;
	border: 2px solid #fff;
}
.subpage-content section h5{
	margin-top:30px;
	margin-bottom:15px;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.035em;
	color: #2f2f2f;
}
@media(max-width:767px){
	.table_default colgroup,
	.table_default .writer,
	.table_default .num,
	.table_default .regdate,
	.table_default .hits{
		display:none;
	}
}

.board_wrapper,.calendar_wrapper{
    margin-top:0;
    visibility: hidden;
}
.pagination_wrap, .search_wrap{
    visibility: hidden;
}
.snb{
	padding-right: 55px;
}
.snb h2{
	margin: 0;
	padding: 45px 0px;
	font-size: 28px;
	text-align: center;
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.08em;
	background: #404f1a url('/public/img/sub/pattern-line-wh.png');
}
.snb a{
	display:block;
	position: relative;
	padding: 10px 15px;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	border: 1px solid #ddd;
	border-top: none;
	letter-spacing: -0.04em;
}
.snb a:hover{
	background:#f5f5f5;
}
.snb a:after{
	content:"";
	width: 4px;
	height: 10px;
	border-left: 5px solid #e2e2e2;
	border-top: 5px solid rgba(0,0,0,0);
	border-bottom: 5px solid rgba(0,0,0,0);
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -5px;
}
.snb .active a{
	color:#fff;
	background: #718049;
	border-color: #718049;
}
.snb .active a:after{
	border-left-color:#fff;
}
.s-title{
	border-bottom: 1px solid #d0d0d0;
    padding: 12px 0 16px;
    margin-bottom: 45px;
}
.s-title h3{
	margin: 0;
	font-size: 37px;
	font-weight: 700;
	letter-spacing: -0.055em;
	color: #282828;
	line-height: 1;
}

/* subpage about */
.greet .greet-txt{
	/* text-align:center; */
	margin-bottom:40px;
}
.greet p{
	margin-bottom: 29px;
    font-size: 16px;
    letter-spacing: -0.035em;
    color: #686868;
    font-weight: 400;
    line-height: 1.7;
}
.greet p span{font-weight: 600 !important;}
.greet .quote{margin-bottom: 30px;margin-top: 15px;font-size: 34px;}
.greet .small-quote{
	font-size: 24px;
	font-weight: 500;
	color: #ed6e02;
	display: inline-block;
	margin-top: 14px;
	text-decoration: underline;
}
.greet .name{
	margin-top:60px;
	text-align:right;
	font-size:20px;
}
.greet .name span{
	display:none;
}
.greet .name img{
	display:block;
	margin-top:15px;
	margin-left:auto;
}

/* subpage business */
.img-wrap{
	margin:0 -5px;
}
.img-wrap > div{
	padding: 0 5px 10px;
}
.small-quote{
	font-size: 20px;
	font-weight: 500;
	color: #666;
	line-height: 1.6;
	letter-spacing: -0.04em;
}

.worker-wrap .wrap-header{text-align: center;}
.worker-wrap .wrap-header p{
	font-weight: 500;
	padding: 40px 0;
	margin: 0 0 40px;
	font-size: 24px;
	line-height: 1.5;
	border: 8px solid #ecefe6;
}
.worker-wrap .wrap-header p small{
	display:block;
	font-size: 16px;
	color: #888;
	margin-top: 2px;
	font-weight: 400;
}
.worker-wrap .inner {
	margin-bottom:15px;
}
.worker-wrap .inner h5{
	position:relative;
	margin: 0 0 -1px;
	background: #5b6b32;
	padding: 11px 10px;
	padding-left: 57px;
	color: #fff;
	line-height: 1;
	font-size: 18px;
}
.worker-wrap .inner h5 .numbering.sqr{
    position:absolute;
    left:0;
    top:0;
    width: 40px;
    height:100%;
    line-height: 38px;
    padding: 0;
    font-size: 20px;
}
.worker-wrap .inner dl{
	padding: 13px 0 20px;
	margin: 0;
	text-align: center;
}
.worker-wrap .inner dt{
	font-size: 18px;
	letter-spacing: -0.045em;
	margin-bottom: 1px;
	font-weight: 500;
	color: #222;
}
.worker-wrap .inner dd{
	color:#666;
	line-height:1.4
}
.worker-wrap .inner dd:before{
	content:none;
}
.worker-wrap img{border-bottom: 1px solid #ddd;}
.worker-wrap .wrap-bottom{
	text-align:center;
}
.worker-wrap .wrap-bottom p{background: #fcfcfc url(/public/img/sub/pattern-line.png);padding: 32px 0;border: 1px solid #ddd;text-align: center;font-size: 20px;font-weight: 600;margin: 0;}

.machine-li{
	padding:30px;
	margin-bottom: 30px;
	font-size:16px;
	column-count:2;
	column-gap:30px;
	border: 1px solid #e3e3e3;
	border-top: 1px solid #898989;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.05);
	position: relative;
}
.img-wrap img{
	border: 1px solid #e5e5e5;
}
#site .status-quote {
	margin: 30px 0 0;
	line-height: 1.5;
	margin-top: 40px;
	background: #fcfcfc url(/public/img/sub/pattern-line.png);
	padding: 32px 0;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	color: #333;
}

#business01 .se1 .small-quote{
	position:relative;
	display:block;
	z-index:1;
	letter-spacing: -0.045em;
	margin: 30px 0 31px;
	line-height: 1.5;
	background: #fff url(/public/img/sub/pattern-line.png);
	padding: 32px 0;
	border: 1px solid #ddd;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #707070;
}

#business01 .se1 .img-wrap img{
	border:none;
}
#business01 .se1 .col-sm-12 img{
	margin-top:40px;
}

#business01 .se5 img{
	margin-top:40px;
}
.busi02-top{
	text-align:center;
}
#site .top-quote{
	margin: 60px 0 60px;
}
.busi02-top i{
	font-size: 42px;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	text-align: center;
	line-height: 100px;
	color: #fff;
	position:relative;
	border: 5px solid rgba(255,255,255,0.25);
}
.busi02-top .box1 i{background: #b0b93e;}
.busi02-top .box2 i{background: #55aeb6;}
.busi02-top .box3 i{background: #3f5ca7;}
.busi02-top .box4 i{background: #ef803d;}
#site .busi02-top h5{
	margin-bottom: 20px;
	margin-top: 25px;
}
.busi02-top .inner ul{
	display:inline-block;
	text-align:left;
	margin: 0;
}
.busi02-top .inner ul li{
	color: #444;
	margin-left: 14px;
	margin-bottom: 5px;
	font-size: 14px;
	line-height: 1.45;
	letter-spacing: -0.04em;
}
.busi02-top .inner .li-dash li{
	margin-left:0;
	margin-right: 10px;
}
.bottom-textbox,
.busi02-top .bottom{
	margin-top: 40px;
	font-weight: 500;
	background: #fcfcfc url(/public/img/sub/pattern-line.png);
	padding: 32px 0;
	border: 1px solid #ddd;
	text-align: center;
}
.bottom-textbox dt,
.busi02-top .bottom p{
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin: 0 0 3px;
}
.bottom-textbox dd,
.busi02-top .bottom li{
	font-size: 15px;
	line-height: 1.5;
	color: #555;
	font-weight: 400;
}

.wraper-top{
	text-align:center;
	margin: 45px 0 60px;
}
.wraper-top p{font-size: 26px;line-height: 1.5;font-weight: 500;letter-spacing: -0.06em;color: #444;}
.wraper-top p small{
	display:block;
	font-size: 15px;
	color: #777;
	font-weight: 400;
	letter-spacing: -0.025em;
	margin-top: 5px;
}
.busi02-work{
	margin-bottom:50px;
}
.busi02-work .inner{
	text-align:center;
	border: 1px solid #e3e3e3;
	border-top: 1px solid #898989;
	min-height: 150px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.05);
	position: relative;
}
.busi02-work .clearfix{
	padding-bottom:30px;
}
.busi02-work .inner p{
	position: relative;
	font-size: 16px;
	margin: 0;
	padding: 50px 20px 0;
	line-height: 1.45;
}
.busi02-work .inner span{
	position: absolute;
	display: inline-block;
	margin: 0;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color:#fff;
	font-size: 18px;
	font-weight:bold;
	background: #5b6b32;
	left: -1px;
	top: -1px;
}
#business02 .se5 .img-wrap .img-wrap{
	margin-top:17px;
}
.busi02-status h5{
	text-align:center;
}
.busi03-process{
	text-align:center;
}
#site .busi03-process > h5{
	margin-bottom: 30px;
	font-size: 26px;
	line-height: 1.5;
	font-weight: 500;
	letter-spacing: -0.045em;
	background: #f3f3f3;
	padding: 20px;
}
.busi03-process .circle{
	position:relative;
	margin-bottom:15px;
	padding: 15px 0;
	border-radius: 39px;
	border: 4px solid #eee;
}
.busi03-process .circle:after{
    content:"\f054";
    font-family:'Font Awesome 5 Free';
    font-weight:900;
    position:absolute;
    right:-26px;
    font-size:20px;
    color:#b0b0b0;
    top:50%;
    transform:translateY(-50%)
}
.busi03-process .box4 .circle:after{
	content:none;
}
.busi03-process .box1 .circle{border-color:#dddec9;}
.busi03-process .box2 .circle{border-color:#b9bf6d;}
.busi03-process .box3 .circle{border-color:#6a7d36;}
.busi03-process .box4 .circle{border-color:#4f631c;}
.busi03-process .circle span{
	/* position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%); */
	font-size: 20px;
	font-weight: 600;
	/* color:#fff; */
	width:100%;
	letter-spacing: -0.034em;
}
/* .busi03-process .box1 .circle span{color:#58b8f1;}
.busi03-process .box2 .circle span{color:#dc6666;}
.busi03-process .box3 .circle span{color:#b560ca;}
.busi03-process .box4 .circle span{color:#7ad084;} */
.busi03-process ul{
	display:inline-block;
	text-align:left;
}
.busi03-process p .emp{
	color: #f77405;
	font-size:16px;
	font-weight:bold;
	border-bottom: 1px solid;
}
.machine-wrap .inner + .inner{
	margin-top:30px;
	padding-top:30px;
	border-top:1px dashed #ddd;
}
.machine-wrap .inner:after{
	content:'';
	display:block;
	clear:both;
}
.machine-wrap .inner .img-box{
	float:left;
	width:33.333%;
}
.machine-wrap .inner .txt-box{
	float:left;
	width:66.666%;
	padding-left: 50px;
	padding-top: 15px;
}
.machine-wrap .inner h5{
	margin-top:0;
}
.machine-wrap .inner .img-box h5{
	margin:0;
	line-height:40px;
	text-align:center;
	color:#fff;
	background: #5b6b32;
}
.machine-wrap .inner .txt-box h5{
	line-height: 1.25;
	font-size: 28px;
	letter-spacing: -0.025em;
	font-weight: 600;
	margin-bottom: 20px;
}
.machine-wrap .inner .txt-box h5 small{
	display:block;
	margin-bottom: 8px;
	font-size: 15px;
	letter-spacing: -0.015em;
	color: #9ca532;
}
.machine-wrap .inner .txt-box li{
	font-size:15px;
}
#business04 .con-wrap{
	margin-top:30px;
}
#business04 .con-wrap .card{
	border: 1px solid #e3e3e3;
	border-top: 1px solid #898989;
	min-height: 165px;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.05);
	position: relative;
	padding: 30px;
}
#business04 .con-wrap .card h5{
	margin-top:0;
}
.busi04-process .box h5{
	line-height:1;
	padding-left:10px;
	border-left: 5px solid #ddd;
	line-height: 0.9;
}
.busi04-process .box1 h5{border-color: #959595;}
.busi04-process .box2 h5{border-color: #7da6e5;}
.busi04-process .box3 h5{border-color: #3d8de2;}
.busi04-process .box4 h5{border-color: #6cb3b9;}
.busi04-process .box + .box{
	margin-top: 55px;
}
.busi04-process .box1,
.busi04-process .box2{
	padding-left:50px;
}

.busi04-process .box1,
.busi04-process .box3{
	margin-top:50px;
}

.busi04-process .box3,
.busi04-process .box4{
	padding-left:10px;
}


/* table */
.table.table_default tr th, 
.table.table_default tr td {
    border-bottom: 1px solid #e1e1e1;
    letter-spacing: -0.03em;
    padding: 19px 15px;
    font-size: 16px;
}
.table.table_default thead tr th {
    padding: 14px 15px;
    background: #f6f6f6;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 500;
    color: #000;
    letter-spacing: -0.03em;
}
.table.table_default tr td.subject a {
    color: #000;
}
.table.table_default tr td.subject a:hover{
	text-decoration:underline
}
.table.table_default tr td {
    color: #8f8f8f;
}
.board_data_view .header_wrap .title {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.05em;
}
.board_data_view .header_wrap{
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
.board_wrapper .table.board_write_table tbody tr th, 
.board_wrapper .table.board_write_table tbody tr td {
    border-color: #e1e1e1;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.board_wrapper .table.board_write_table tbody tr th {
    width: 200px;
    background: #f6f6f6;
    font-weight: 500;
    color: #000;
	font-size:16px;
}
.board_wrapper .table.board_write_table tbody tr th >span.required_text {
    color: #ff7500;
}

.table.board_write_table .checkbox a{
    text-decoration:underline;
    color: #7ea024;
}
.btn.btn-primary{background-color:#5e6c3b;border:1px solid #5e6c3b;color:#fff}
.btn.btn-primary:hover,.btn.btn-primary:focus{background-color:#495529; border-color:#495529}
.btn.btn-outline-primary{background:none;border:1px solid #5e6c3b;color:#5e6c3b}
.btn.btn-outline-primary:hover,.btn.btn-outline-primary:focus{background-color:#5e6c3b;color:#fff}

.btn.btn-dark{background-color:#444;border:1px solid #444;color:#fff}
.btn.btn-dark:hover,.btn.btn-dark:focus{background-color:#2f2f2f; border-color:#2f2f2f}
.btn.btn-outline-dark{background:none;border:1px solid #444;color:#444}
.btn.btn-outline-dark:hover,.btn.btn-outline-dark:focus{background-color:#444;color:#fff}

.form-control{
	font-size:15px;
	letter-spacing: -0.025em;
}

.subpage-content section .policy-wrap{
    text-align: center;
}
.subpage-content section .policy-wrap .emp{
    font-weight: 600;
    color: #f77405;
}
.subpage-content section .policy-wrap h5{text-align: center;font-size: 40px;font-weight: 700;margin-bottom: 60px;}
.subpage-content section .policy-wrap p{
    font-size: 18px;
    margin: 0 0 30px;
}
.subpage-content section .policy-wrap p:last-child{}
.subpage-content section .policy-wrap img{}
.subpage-content section .policy-wrap .li-policy{
    text-align: left;
    padding: 80px 140px;
    border: 10px solid #ddd;
    margin: 0 0 30px;
}
.subpage-content section .policy-wrap .li-policy > li{
    position: relative;
    font-size: 17px;
    padding-left: 30px;
    margin-top: 14px;
    color: #000;
    font-weight: 500;
}
.subpage-content section .policy-wrap .li-policy > li:first-child{margin: 0;}
.subpage-content section .policy-wrap .li-policy > li .num{
    display: flex;
    width: 20px;
    height: 20px;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 4px;
    left: 0;
    background: #bad574;
    color: #fff;
    border-radius: 40px;
    font-size: 12px;
    font-weight: 600;
}

.form-control:not([readonly]):focus{border-color:#718049}

@media(max-width:767px){
	#site{
		padding-top:55px;
	}
	.navbar-brand{
		margin:10px 0;
	}
	.navbar-brand img{
		margin:0 10px;
		height:35px;
	}
	.navbar-toggle{
		top:5px;
	}
	.main-business{
		margin-top:20px;
	}
	.carousel-control{
		display:none;
	}
	.carousel-caption{
		left:5%;
		right:5%;
		padding-right:30%;
	}
	.carousel-caption h1 small{
		font-size: 15px;
	}
	.main-business a{
		padding:25px 20px;
	}
	.main-business a h4 {
		font-size:20px;
	}
	.main-bottom .page-header h4{
		font-size:24px;
	}
	.main-bottom .right-con{
		padding-right:15px;
	}
	.main-bbs > div{
		padding-bottom:30px;
	}
	.main-bbs > div:after{
		content:'';
		display:block;
		clear:both;
	}
	.foot-logo{
		margin-bottom:15px;
		height:35px;
	}
	.snb{
		margin-bottom:40px;
		padding-right:15px;
	}
	.snb h2{
		display:none;
	}
	.snb li:first-child a{
		border-top:1px solid #ddd;
	}
	.s-title h3{
		font-size:32px;
	}
	.greet .quote{
		font-size:24px;
	}
	.greet .small-quote{
		font-size:18px;
	}
	#site .busi03-process > h5,
	#site .status-quote,
	#business01 .se1 .small-quote,
	.worker-wrap .wrap-bottom p,
	.worker-wrap .wrap-header p{
		font-size:18px;
	}
	.machine-li{
		column-count: 1;
	}
	.wraper-top p,
	#site .top-quote{
		font-size:22px;
	}
	.icon-wrap .clearfix{
		padding-bottom:30px;
	}
	
	.busi02-area > div{
		padding-bottom:30px;
	}
	.busi02-work > div{
		padding-bottom:10px;
	}
	.busi02-work .clearfix{
		display:none;
	}
	.busi03-process .row > div{
		padding-bottom:50px;
	}
	.busi03-process .inner{
		position: relative;
	}
	.busi03-process .circle{
		position: static;
	}
	.busi03-process .circle:after{
		content:'\f078';
		right:auto;
		left:50%;
		top:100%;
		transform: translateX(-50%);
		margin-top:15px;
	}
	.machine-wrap .inner .txt-box,
	.machine-wrap .inner .img-box{
		float:none;
		width:100%;
	}
	.machine-wrap .inner .txt-box{
		padding:20px 0 0 ;
	}
	.machine-wrap .inner .txt-box h5{
		font-size:24px;
	}
	.busi04-process .box1, .busi04-process .box2{
		padding-left:0;
	}
	.board_wrapper .text-center .btn.btn-lg{
		padding:15px 50px;
	}
}