@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {
    background-color: #fff;
    padding-top: 80px;
}
a:hover,a:focus{text-decoration:none;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm { visibility: hidden; }
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}
.navbar .caret, .navbar .divider-vertical, .navbar ~ br, .footer-social-layout, .footer_copy .text-center > br, .topmarginLay_a { display: none; }
.navbar-inverse {
    background: #FFF;
    border: none;
    margin: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,0.1);
}
.navbar-inverse .navbar-brand {
    margin: 15px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img { margin-top: 0; }

@media screen and (min-width: 768px) {
    .navbar-inverse .navbar-nav > li > a {
    padding: 30px 40px;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    -webkit-text-shadow: none;
    text-shadow: none;
    letter-spacing: -0.04em;
    line-height: 1;
}
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li:focus > a, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #61ab44;
}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
    left: 0;
    right: auto;
    animation-fill-mode: both;
    animation-duration: .5s;
    animation-name: fadeInRight;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d1d1d1;
    background-color: #FFF;
    padding: 20px 15px;
}
}
.dropdown-menu > li > a {
    padding: 8px 5px;
    font-size: 14px;
    color: #444;
    position: relative;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #61ab44;
}
.dropdown-menu > li > a:hover:before, .dropdown-menu > li > a:focus:before {
    content: "";
    background: #61ab44;
    width: 15px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translatey(-50%);
}

/* ---------- 게시판 타이틀 설정 ---------- */
.intro-board-widget-layout {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 80px;
}
.intro-boardbox .page-header {
    padding: 0;
    margin: 0 0 24px;
    border-bottom: none;
}
.intro-boardbox .page-header h4 {
    margin: 0;
    color: #222;
    font-size: 28px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.intro-boardbox .page-header h4 .btn {
    padding: 0;
    margin: 0;
    color: #61ab44;
    font-size: 18px;
    line-height: 24px;
}
.intro-boardbox .page-header h4 .btn i:before {
    content: "\f055";
}
.intro-boardbox .page-header h4 .btn:hover,
.intro-boardbox .page-header h4 .btn:active {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
}

/* ---------- 게시판 리스트 설정 ---------- */

.intro-boardbox .front-panel>.panel {
	padding: 0;
	border: none;
	border-radius: 0px;
	background: transparent;
	box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.intro-boardbox .panel-body {
	padding: 5px 0px 5px;
}

.dh-front-list2-words {
	margin: 0 !important;
	padding: 0;
}

.dh-front-list2 h6 a,
.dh-front-list2 h6 a span {
	color: #666;
	font-weight: 400;
	font-size: 14px;
	padding: 8px 0;
}

.dh-front-list2 h6 a:hover span {
	text-decoration: none;
}

.dh-front-list2 h6 a:hover .list-row-subject {
	color: #303030;
}

.dh-front-list2-words:first-child {
	margin: auto;
}

.list-row-subject {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 380px;
	white-space: nowrap;
}

.list-row-subject:before {
	content: "∙";
	color: #1d65a3;
	font-weight: bold;
	padding-right: 11px;
}

.row-separator {
	display: none;
}

.list-row-regdate {
	float: right;
	color: #999 !important;
}

.list-row-contents {
	display: none;
}
.intro-boardbox .label-danger{
	padding:2px 4px!important;
	position:relative;
	top:7px;
}
.intro-boardbox-type-bbs .label-danger{
	top:0;
}
@media(min-width:768px){
	.intro-boardbox{
		width:50%;
	}
}
/* //메인 페이지 설정 끝 */
.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;
}
/* personal setting 0.56v */
/* layout */
.mt-0{margin-top:0px!important;}
.mt-20{margin-top:20px!important;}
.mt-30{margin-top:30px!important;}
.mt-40{margin-top:40px!important;}
.mt-60{margin-top:60px!important;}
.mb-0{margin-bottom:0px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-30{margin-bottom:30px!important;}
.mb-40{margin-bottom:40px!important;}
.mb-60{margin-bottom:60px!important;}
.mv-10{margin-bottom:10px!important;margin-top:10px!important;}
.mv-30{margin-bottom:30px!important;margin-top:30px!important;}
.mv-60{margin-bottom:60px!important;margin-top:60px!important;}
.mg-0{margin:0!important;}
.pd-0{padding:0!important;}

@media(min-width:768px){
	.col-sm-20{
		width:20%;
	}
}
/* img */
.img-shadow {
	box-shadow: 10px 10px 2px rgba(0, 0, 0, 0.1);
}
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/* align */
.absolute-center{
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
	padding:0;
	margin:0;
}
.horizontal-center{
	position:relative;
	left:50%;
	transform:translateX(-50%);
	padding:0;
	margin:0;
}

.text-center-table thead th,
.text-center-table thead td,
.text-center-table tbody th,
.text-center-table tbody td{
	text-align:center!important;
	vertical-align:middle!important;
}
.text-center-table .text-left,
.text-center-table .text-left th,
.text-center-table .text-left td{
	text-align:left!important;
}
/* font */
.font-12{font-size:12px!important;}
.font-14{font-size:14px!important;}
.font-16{font-size:16px!important;}
.font-18{font-size:18px!important;}
.font-20{font-size:20px!important;}
.font-22{font-size:22px!important;}
.text-bold{font-weight:bold!important;}
.numbering{margin-right:10px;}
.numbering.sqr{
	display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    text-align: center;
    font-size: 0.8em;
    font-weight: 600;
    letter-spacing: -0.04em;
    color: #fff;
    border-radius: 0;
    background: #61ab44;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li{margin-left:10px; padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before{
	content:'·';
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #e1e1e1;
    padding: 14px 15px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.02em;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i {
    margin-right: 10px;
    color: #61ab44;
}
.partner-li{
	border:1px solid #ddd;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#61ab44;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}
/* component */
.card {
    display: block;
    /* position: relative; */
    /* padding: 15px; */
    /* margin-bottom: 20px; */
    /* border: 1px solid #ddd; */
    /* border-top: 2px solid #61ab44; */
    /* 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:#61ab44;
} */
.column-2{
	column-count:2;
	column-rule:1px solid #ddd;
	column-gap:30px;
}
.column-2 ul,
.column-2 dl,
.column-2 ol{
	margin:0;
}
.quote-box {
    background: #f8f8f8;
    padding: 30px 40px;
    border-radius: 4px;
}
.quote-box h5 {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.04em;
}
.quote-box p {
    color: #666;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.8;
}
p.quote {
    margin: 0;
    color: #444;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.02em;
    line-height: 34px;
}
p.quote span {
    color: #222;
	font-weight: 500;
}
/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p,li,dt,dd{line-height:1.6;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
.table {
    margin: 0;
    border-top: 2px solid #61ab44;
    border-bottom: 1px solid #ccc;
}
.dh-board>.table-hover {
    margin: 0 0 60px;
    border-top: 2px solid #61ab44;
    border-bottom: 1px solid #000;
}
.table tr th, .table tr td {
	padding: 14px 15px !important;
	border-bottom: 1px solid #e1e1e1 !important;
	letter-spacing: -0.02em;
    line-height: 1.6 !important;
	word-break: keep-all;
	vertical-align: middle !important;
}
.table tr th {
	color: #222;
	text-align: center;
}
.table thead tr th { background: #f8f8f8; }
.table tr td { color: #666; }
.history-table { border-top: none; }
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}

.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#61ab44;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #61ab44;
	border-radius:50%;
	background:#fff;
}

/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill, .carousel-inner .item .fill { height: 500px; }
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 100%;
    max-width: 1170px;
    text-align: left;
    letter-spacing: -0.04em;
}
.fill h1, .fill p {
    margin: 0;
    line-height: 1;
}
.fill h1 {
    margin: 0 0 15px;
}
.fill h1 span, .fill p span {
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
}
.fill h1 span {
    color: #222;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: -0.08em;
    line-height: 1.4;
}
.fill p span {
    color: #444;
    font-size: 18px;
    font-weight: 400;
}
.carousel-control.left { background: url(/skin/img/slide/arrow_prev.png) no-repeat center; }
.carousel-control.right { background: url(/skin/img/slide/arrow_next.png) no-repeat center; }
.carousel-control .glyphicon { display: none; }
.carousel-indicators li {
    background: #fff;
    border: none;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
.carousel-indicators .active {
    background: #61ab44;
    width: 40px;
    height: 8px;
    margin: 0 4px;
}

.container_contents {
    background: #f8f8f8;
}
.main-content {
    background: #fff;
    padding: 60px 0;
}
.main-content .title {
    padding-bottom: 40px;
    text-align: center;
}
.main-content .title{
	padding-bottom:40px;
	text-align:center;
}
.main-content .title h3 {
    margin: 0;
    padding: 34px 0 0;
    position: relative;
    color: #222;
    font-size: 38px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.main-content .title h3:before {
    content: "\f21e";
    color: #61ab44;
    font-size: 24px;
    font-family: "FontAwesome";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}


.m-product .card {
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.2);
}
.m-product a:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.m-product .img-box {
    perspective: 200px;
}
.m-product img{
	transition:all .3s ease;
}
.m-product a:hover img{
	transform:translatez(20px);
}
.m-product .txt-box {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.m-product a:hover .txt-box {
    height: 100%;
}
.m-product h4 {
    margin: 0;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    letter-spacing: -0.04em;
    position: relative;
    color: #444;
    background: rgba(241, 241, 241, 0.9);
}
.m-product a:hover h4 {
    height: 100%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    line-height: 190px;
    background: rgba(97, 171, 68, 0.9);
}
.m-product h4:before {
    content: "\f055";
    color: #61ab44;
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.m-product .card:hover h4:before {
    left: 50%;
    right: auto;
    top: 55%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 40px;
    line-height: 1;
}
.m-product h4 small { color: #666; }
.m-product a:hover h4 small { color: #fff; }

.main-howtouse a {
    position: relative;
    display: block;
    margin-top: 0;
    padding: 45px 40px;
    border-radius: 4px;
    overflow: hidden;
    background: #222;
    transition: all .3s ease;
}
.main-howtouse a:hover {
    transform: translatey(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #000;
}
.main-howtouse a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/skin/img/main/m-howtouse.jpg) no-repeat center / cover;
    opacity: 0.4;
    z-index: 0;
}
.main-howtouse h4, .main-howtouse h4 small, .main-howtouse p, .main-howtouse ul {
    position: relative;
    color: #fff;
}
.main-howtouse h4 {
    margin: 0 0 10px;
    font-size: 28px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.main-howtouse h4 small {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
}
.main-howtouse .des {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: -0.02em;
}
.main-howtouse ul {
    margin: 20px 0 0;
}
.main-howtouse ul:after{
	content:'';
	display:block;
	clear:both;
}
.main-howtouse li {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 0.02em;
}
.main-howtouse i {
    display: inline-block;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #61ab44;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    border-radius: 100%;
}

@media(max-width:767px){
	
}
/* footer setting */
.footer_copy > div {
    padding: 40px 15px;
    background: #666;
    color: #ccc;
    font-size: 13px;
}
.footer_copy > div p, .footer_copy > div ul {
    margin: 0;
}
.footer_copy > div p.copy {
    margin-top: 10px;
}
.footer_copy > div ul { margin-top: 10px; }
.footer_copy ul:after{
	content:'';
	display:block;
	clear:both;
}
.footer_copy li{
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.2);
    line-height: 1;
}
.footer_copy li:last-of-type{
	border-right:none;
}
.footer_copy .footer-list4 {
	margin-top:0;
}
.footer-list4 .admin{
	display:none;
}
.footer-list4 a{
	display:inline-block;
	padding:2px 8px;
	border-radius:4px;
	background:#777;
	color:#ddd;
	font-size:13px;
	font-weight:500;
}
@media(max-width:767px){
	
}
/* subpage setting */
.pageheader {
    height: 280px;
    background: #000 url(/skin/img/sub/subtop-bg.jpg) no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: -0.04em;
    color: #fff;
}
.breadcrumb{
	margin:10px 0 0;
	padding:0;
	background:transparent;
	font-size:13px;
	color:#bbb;
	text-align:right;
}
.breadcrumb .active{
	color:#61ab44;
}
.subpage-content {
	padding-bottom:80px;
}
.subpage-content section{
	padding-bottom:40px;
}
.subpage-content .emp{
	font-weight:500;
	color:#61ab44;
}
.subpage-content .title {
    margin-bottom: 60px;
    text-align: center;
}
.subpage-content .title .snb {
    margin: 40px 0 60px;
    display: inline-block;
}
.subpage-content .title .snb:after{
	content:'';
	display:block;
	clear:both;
}
.subpage-content .title .snb li {
	float: left;
	margin: 0 2px;
}
.subpage-content .title .snb li a {
    min-width: 160px;
    display: inline-block;
    padding: 18px 15px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1;
    background: #f1f1f1;
    color: #666;
    border-radius: 4px;
}
.subpage-content .title .snb .active a{
	color:#fff;
	background:#61ab44;
}
.subpage-content .title h3 {
    margin: 0;
    padding: 34px 0 0;
    position: relative;
    color: #222;
    font-size: 38px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content .title h3:before {
    content: "\f21e";
    color: #61ab44;
    font-size: 24px;
    font-family: "FontAwesome";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.subpage-content section h4 {
    margin: 0 0 24px;
    color: #444;
    font-size: 20px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.subpage-content section h4:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 100%;
    margin-right: 8px;
    background: #61ab44;
    vertical-align: middle;
}
.subpage-content section > h5 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    letter-spacing: -0.04em;
}
.subpage-content section > h5:before{
	content:'';
	display:inline-block;
	width:10px;
	height:4px;
	margin-right:10px;
	background:#222;
	vertical-align:middle;
}
/* subpage about */
.greet p {
    margin-bottom: 20px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.8;
}
.greet p.quote {
    margin-top: 40px;
    color: #222;
    font-size: 28px;
}

/* subpage product */
#product01 p.quote, #product03 p.quote, #product04 p.quote, #product05 p.quote {
    margin: 0 0 40px;
}
.product-wrap{
	margin:15px -15px;
}
.product-wrap > div{
	padding:15px;
	border-top:3px solid #ddd;
}
#product01 .product-wrap img{
	max-height:340px;
}
#product03 .product-wrap img,
#product04 .product-wrap img,
#product06 .product-wrap img{
	max-height:300px;
}
.product-wrap .left-con{
	border-color:#61ab44;
}
.product-wrap h5 {
    margin: 20px 0 40px;
    color: #222;
    font-size: 24px;
    letter-spacing: -0.04em;
}
.product-wrap h5 small {
    margin-left: 10px;
    color: #888;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0;
}
.product-wrap h5 small:before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 1px;
    background: #aaa;
    vertical-align: text-bottom;
}
.spec-li li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 130px;
    color: #666;
    font-size: 15px;
    font-weight: 400;
}
.spec-li li span {
    display: inline-block;
    min-width: 100px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 500;
    color: #222;
}

.prod04-top {
    margin: 0;
    padding: 30px 20px;
    background: #f8f8f8;
    border-radius: 4px;
}
.prod04-top .card {
    background: #fff;
    border: 2px solid #61ab44;
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-radius: 6px;
}
.prod04-top .card-ttl {
    margin: 0;
    padding: 20px 0 0;
    border-top: 4px solid #61ab44;
    color: #222;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.02em;
}
.prod04-top ul {
    margin: 0;
}

#product05 .se2 .row .clearfix{
	padding-bottom:50px;
}
#product05 .se2 .price-wrap{
	margin-top:60px;
}

.price-wrap:after{
	content:'';
	display:block;
	clear:both;
}
.price-wrap > div{
	position:relative;
	float:left;
	width:50%;
}
.price-wrap h5{
	margin-bottom:0!important;
	font-size:18px!important;
}
.price-wrap p{
	font-size:34px;
	font-weight:500;
	color:#61ab44;
	letter-spacing:-0.03em;
}
.price-wrap p small{
	margin-left:10px;
	font-size:16px;
	color:#333;
}
.price-wrap .before p{
	text-decoration:line-through;
}
.price-wrap .after p{
	font-weight:bold;
}
.price-wrap .before:after{
	content:'\f105';
	font-family:'fontawesome';
	position:absolute;
	right:60px;
	top:50%;
	transform:translatey(-50%);
	font-size:60px;
	color:#61ab44;
	opacity:0.5;
}


.prod06-bottom .card img,
.prod04-top .card img{
	margin-bottom:10px;
}
.prod06-bottom .card{
	min-height:410px;
}

/* subpage howtouse */
.howtouse-wrap{
	position:relative;
	width:1000px;
	height:600px;
	max-width:100%;
	margin:30px auto;
	background:url(/skin/img/sub/howtouse.jpg) no-repeat center / cover;
}
.howtouse-wrap .inner {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 20px 30px;
    width: 100%;
    color: #111;
/*     background: rgba(97, 171, 68, 0.9); */
    text-align: left;
	
}
.howtouse-wrap .inner h5 {
    margin: 0 0 5px;
    font-size: 22px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
	color:#fff;
	text-shadow:0 0 10px #111;
}
.howtouse-wrap .inner p + h5 {
    margin-top: 15px;
}
.howtouse-wrap .inner p {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.02em;
	text-shadow:0 0 10px #fff;
}
#howtouse .trait-dl h5{
	margin-top:20px;
	font-size:16px;
	font-weight:bold;
}

/* subpage business */
.pdf-wrap{
	text-align:center;
}
.pdf-wrap .img-caption{
	font-size:18px;
	color:#333;
}
.pdf-wrap a{
	display:inline-block;
	margin:10px 0 20px;
	padding:10px 30px;
	border-radius:4px;
	color:#fff;
	font-size:15px;
	font-weight:500;
	background:#61ab44;
	border:2px solid;
}
.pdf-wrap a:hover{
	background:#fff;
	border-color:#61ab44;
	color:#61ab44;
}
.pdf-wrap a i{
	margin-right:10px;
}
@media(max-width:767px){
	.body-layout{
		padding-top:76px;
	}
	.navbar-inverse .navbar-brand img{
		margin-left:15px;
	}
	.navbar-toggle{
		top:15px;
		right:10px;
		background:transparent!important;
		border:none!important;
	}
	.navbar-toggle .icon-bar{
		background:#333!important;
	}
	.navbar-inverse .navbar-right{
		margin:0 -15px;
		border-top:1px solid #ddd;
	}
	.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
		background:#61ab44;
	}
	.navbar-nav .open .dropdown-menu{
		background:#f5f5f5;
	}
	.carousel .carousel-control{
		display:none;
	}
	.container_slide > .fill, .carousel-inner .item .fill{
		height:300px;
		background-position:right center;
	}
	.fill h1 span{
		font-size:20px;
	}
	.carousel-caption{
		width:95%;
	}
	.fill p span{
		font-size:15px;
	}
	.fill h1 span, .fill p span{
		text-shadow:0 0 5px #fff;
	}
	.main-content .title h3{
		font-size:32px;
	}
	.main-howtouse li{
		width:100%;
		margin-bottom:5px;
		text-align:left;
	}
	.main-howtouse a{
		padding:15px 40px;
	}
	.footer_copy > div{
		padding:20px 10px;
	}
	.footer_copy li{
		float:none;
		margin-bottom:5px;
		border:none;
	}
	.pageheader{
		height:180px;
	}
	.subpage-content .title .snb{
		display:none;
	}
	.breadcrumb{
		margin-bottom:40px;
	}
	.subpage-content .title h3{
		font-size:32px;
	}
	.greet p.quote{
		line-height:1.2;
	}
	.product-wrap > .right-con{
		border:none;
	}
	.dh-board .writer{
		display:none;
	}
	.trait-dl dt, .trait-dl dd{
		padding:20px 15px;
	}
	.trait-dl dt{
		padding-bottom:10px;
		border:none;
	}
	.trait-dl dd{
		padding-top:0;
		border-color:#fff;
	}
}