@keyframes modal-video{from{opacity:0}to{opacity:1}}@keyframes modal-video-inner{from{transform:translate(0, 100px)}to{transform:translate(0, 0)}}.modal-video{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:1000000;cursor:pointer;opacity:1;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video;-webkit-transition:opacity .3s ease-out;-moz-transition:opacity .3s ease-out;-ms-transition:opacity .3s ease-out;-o-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.modal-video-close{opacity:0}.modal-video-close .modal-video-movie-wrap{-webkit-transform:translate(0, 100px);-moz-transform:translate(0, 100px);-ms-transform:translate(0, 100px);-o-transform:translate(0, 100px);transform:translate(0, 100px)}.modal-video-body{max-width:940px;width:100%;height:100%;margin:0 auto;display:table}.modal-video-inner{display:table-cell;vertical-align:middle;width:100%;height:100%}.modal-video-movie-wrap{width:100%;height:0;position:relative;padding-bottom:56.25%;background-color:#333;animation-timing-function:ease-out;animation-duration:.3s;animation-name:modal-video-inner;-webkit-transform:translate(0, 0);-moz-transform:translate(0, 0);-ms-transform:translate(0, 0);-o-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-ms-transition:-ms-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal-video-movie-wrap iframe{position:absolute;top:0;left:0;width:100%;height:100%}.modal-video-close-btn{position:absolute;z-index:2;top:-35px;right:-35px;display:inline-block;width:35px;height:35px;overflow:hidden;border:none;background:transparent}.modal-video-close-btn:before{transform:rotate(45deg)}.modal-video-close-btn:after{transform:rotate(-45deg)}.modal-video-close-btn:before,.modal-video-close-btn:after{content:'';position:absolute;height:2px;width:100%;top:50%;left:0;margin-top:-1px;background:#fff;border-radius:5px;margin-top:-6px}

body {
	overflow-x: hidden;
}
.bx-sz-md {
	max-width: 1000px;
}
.panel-title > .small, .panel-title > .small > a, .panel-title > a, .panel-title > small, .panel-title > small > a {
	text-decoration: none;
}

/* mobile menu */
.vertical-menu-wrapper {
	overflow-y: auto;
	position: fixed;
	width: 200px;
	height: 100%;
	top: 0;
	left: -320px;
	padding: 30px 30px;
	z-index: -99;
	background-color: #fff;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}
.vertical-menu-on .vertical-menu-wrapper {
	left: 0;
	z-index: 99999;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mobile-toggle {
	display: none;
	position: absolute;
	top: 40px;
	right: 2px;
}
.mobile-toggle i {
	color: #000;
	font-size: 32px;
	line-height: 48px;
}
.vertical-menu-list li {
	padding: 5px 0;
}
.vertical-menu-list li a {
	color: #999;
}
.icon_close:before {
	font-size: 17px;
	color: #6fba2b;
}
@media only screen and (max-width: 930px) {
	.mobile-toggle {
		display: block;
	}
	.navbar-right {
		display: none;
	}
}

@media only screen and (max-width: 930px) {
	.tng-table.scroll {
		overflow-x: scroll;
	}
	.tng-table.scroll table {
		width: 900px;
		max-width: 900px;
	}
}

.tng-table table {
	border-top: 0;
}
.tng-table table th, .tng-table table td {
	padding: 5px 0;
}
.tng-table table td {
	font-weight: 600;
}
.tng-table table td > a {
	color: #333;
	font-weight: 700;
}

.tng-table table.board {
	border-top: 2px solid #6fba2b;
	border-bottom: 2px solid #6fba2b;
}
.tng-table table.board th {
	background-color: #f0f5f3;
	border-bottom: 1px solid #6fba2b;
	color: #6fba2b;
}
.tng-table table.board th.white {
	text-align: left;
	background-color: #fff;
	padding-left: 15px;
}
.tng-table table.board td.green {
	color: #6fba2b;
	font-weight: 600;
}
.tng-table table.board td {
	color: #333;
	font-weight: 200;
}
.tng-table table.center td {
	text-align: center;
}
.tng-table table.line-color td {
	border-bottom: 1px solid #6fba2b;
}
.tng-table table.line-color td.no-line {
	border-bottom: transparent;
	padding: 13px 0 0 0;
}
.tng-table table.board td p a {
	text-decoration: none;
	color: #333;
}
.tng-table table.board th, .tng-table table.board td {
	padding: 13px 0;
}
.tng-table table.line-color th, .tng-table table.line-color td {
	font-size: 13px;
	letter-spacing: -0.5px;
	text-align: center;
}

.tng-table table.revision th {
	text-align: left;
}
.tng-table table.revision th, .tng-table table.revision td {
	padding: 13px 15px;
	font-size: 15px;
	border-bottom: 1px solid #6fba2b;
}

.tng-table table td {
	display: table-cell;
}

.logo-wrap {
	float: left;
	height: 60px;
	line-height: 60px;
	padding-top: 25px;
}
.right-menu {
	float: right;
}
.nav-wrap {
	float: left;
}
@media only screen and (max-width: 930px) {
	.logo-wrap {
		padding-top: 0;
	}
	.menu-wrapper {
		padding-top: 0;
		padding-bottom: 25px;
	}
	.nav-wrap {
		display: none;
	}
}
@media only screen and (max-width: 480px) {
	.tng-table table.line-color th, .tng-table table.line-color td {
		text-align: center;
	}
}
.nav-wrap ul {
	margin: 0;
}
.nav-wrap ul li {
	position: relative;
	float: left;
	padding-top: 25px;
}
.nav-wrap ul li a {
	padding: 0 35px;
	line-height: 60px;
	font-size: 15px;
	font-weight: 600;
	color: #222;
	text-decoration: none;l
	}

	.megamenu {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 85px;
	left: 0;
	background-color: #fff;
	transition: .3s;
	border: 1px solid #f5f5f5;
	z-index: 999;
}
.nav-wrap ul li:hover > .megamenu {
	visibility: visible;
	opacity: 1;
}
.megamenu .megamenu-list li {
	width: 100%;
	text-align: center;
}
.nav-wrap ul li > .megamenu li {
	padding: 0;
	margin: 10px 0;
}
.nav-wrap ul li > .megamenu ul li a {
	line-height: 20px;
	font-size: 13px;
	font-weight: 400;
	padding: 0 0;
}
.language {
	float: right;
}
@media only screen and (max-width: 930px) {
	.language {
		padding-top: 0;
	}
}
.language a {
	position: relative;
	float: left;
	padding: 0 8px;
	line-height: 50px;
	font-size: 12px;
	font-weight: 800;
}
.language a:after {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
	content: "";
	display: block;
	width: 1px;
	height: 8px;
	background-color: #d7d7d7;
}
.language a:last-child:after {
	display: none;
}

.main-visual .bx-sz-md {
	position: relative;
}
.main-visual .title-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 480px;
	height: 440px;
	background-color: rgba(255,255,255,0.6);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	padding-left: 50px;
	padding-top: 65px;
}
.main-visual .title-box h2 {
	color: #87c126;
	font-size: 40px;
	font-weight: 900;
	margin-top: 0;
	margin-bottom: 30px;
}
.main-visual .title-box p {
	color: #555;
	font-size: 17px;
}
.main-visual .bxslider li {
	height: 710px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
@media only screen and (min-width: 991) {
	.main-visual .title-box h2 {		
		line-height: 50px;		
	}
	.main-visual .title-box p {
		font-weight: 700;
		line-height: 30px;
	}
}
@media only screen and (max-width: 1200px) {
	.main-visual .title-box {
		height: 360px;
	}
	.main-visual .title-box h2 {
		font-size: 3.5 vh;
	}
}
@media only screen and (max-width: 930px) {
	.main-visual {
		position: relative;
	}
	.main-visual .bxslider li {
		height: 600px;
	}
	.main-visual .title-box {
		left: 5%;
		width: 90%;
		height: 300px;
		padding: 40px;
	}
	.main-visual .title-box h2 {
		font-size: 4.5vh;
		margin-bottom: 10px;
	}
	.main-visual .title-box h2.silde-tit2 {
		font-size: 4.3vh;
		margin-bottom: 24px;
	}
	.main-visual .title-box p {
		font-size: 2.8vh;
		line-height: 3.4vh;
		letter-spacing: -0.5px;
	}
	.main-visual .bxslider li .slide-obj-img {
		position: absolute;
		top: 320px;
		left: 7%;
		width: 88%;
	}
	.main-visual .bxslider li .slide-obj-img2 {
		position: absolute;
		top: 230px;
		left: 14%;
		width: 75%;
	}
	.main-visual .bxslider li .slide-obj-img3 {
		position: absolute;
		top: 305px;
		left: 20%;
		width: 63%;
	}
	.bx-wrapper .bx-controls-direction a {
		top: 46%;
	}
	.bx-wrapper .bx-pager {
		top: 92%;
		left: 45%;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 20px;
		height: 20px;
		margin: 0 3px;
		border-radius: 50%;
	}
	.bx-wrapper .bx-controls-direction a {
		width: 40px;
		height: 40px;
		background-size: 40px auto;
	}
}

.brnone {
	display: block;
}
@media only screen and (max-width: 930px) {
	.none {
		display: none;
	}
	.brnone {
		display: none;
	}
}

.contents {
	position: relative;
}
.main-cont-wrap {
	position: relative;
	margin-top: -124px;
	z-index: 999;
}
@media only screen and (max-width: 1650px) {
	.main-cont-wrap {
		margin-top: 0;
	}
}
.product-nav .menu-wrap {
	background-image: url('../images/m-product-bg.png');
	background-repeat: no-repeat;
	padding: 24px 0 24px 24px;
}
@media only screen and (max-width: 930px) {
	.product-nav .menu-wrap {
		background-image: none;
		padding: 0;
	}
}
.product-nav h2 {
	color: #fff;
	font-size: 27px;
	font-weight: 500;
}
.product-nav p {
	color: #fff;
	font-size: 13px;
	margin-top: 25px;
}

.information .title p {
	font-size: 20px;
	font-weight: 600;
	color: #74939c;
	border-bottom: 2px solid #74939c;
}
.information .title span {
	font-size: 12px;
	float: right;
	margin-top: 18px;
}
.information .title span a {
	font-size: 12px;
	float: right;
	color: #74939c;
	text-decoration: none;
}
.information .infobtn p {
	color: #fff;
	padding: 17px 23px;
	border-radius: 10px;
}
.information .infobtn p.inquiry {
	background: linear-gradient(to bottom right, #799291, #88afae);
}
.information .infobtn p.inquiry:before {
	content: "";
	display: inline-block;
	background-image: url('../images/icon/i-inquiry.png');
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
	vertical-align: middle;
}
.information .infobtn p.download {
	background: linear-gradient(to bottom right, #6fab87, #88c6a8);
}
.information .infobtn p.download:before {
	content: "";
	display: inline-block;
	background-image: url('../images/icon/i-download.png');
	background-repeat: no-repeat;
	width: 44px;
	height: 43px;
	vertical-align: middle;
}
.information .infobtn p span {
	margin-left: 12px;
}

.online-store {
	background: linear-gradient(to right, #69b630 , #88c11e);
	padding: 50px 0;
	margin-top: 85px;
}
.online-store .bx-sz-md {
	position: relative;
}
.online-store .bx-sz-md a {
	text-decoration: none;
}
.online-store p {
	margin-bottom: 0;
	margin-left: 170px;
}
.online-store p span {
	display: block;
	color: #fff;
	font-size: 15px;
	margin-top: 20px;
}
.online-store .pot {
	position: absolute;
	top: -100px;
	right: 80px;
}
@media only screen and (min-width: 991px) {
	.infobtn {
		padding: 0;
	}
}
@media only screen and (max-width: 930px) {
	.online-store {
		padding: 25px 0;
		margin-top: 30px;
	}
	.online-store p {
		margin-left: 0;
		text-align: center;
	}
	.online-store p span {
		font-size: 2.2 vh;
		margin-top: 10px;
	}
}

.footer .introduce p {
	color: #232944;
	font-size: 11px;
	font-weight: 300;
	margin-top: 20px;
}
.footer .introduce p strong {
	color: #232944;
	font-size: 13px;
	font-weight: 900;
}
.footer .introduce li {
	color: #232944;
	font-size: 13px;
	font-weight: 300;
}
.footer .introduce li span {
	color: #695236;
	font-weight: 400;
}

.footer ul li {
	margin-bottom: 12px;
}
.footer  ul li a {
	font-size: 14px;
	color: #555;
}
.footer .foot-top {
	background-color: #f0f5f3;
}
.footer .foot-top .line {
	height: 450px;
	padding: 20px 20px 20px 15px;
	border-right: 1px solid #dee0df;
}
@media only screen and (max-width: 930px) {
	.footer .foot-top .line {
		height: auto;
		padding: 0 0 0 10px;
		border: none;
	}
	.footer .foot-top .line:first-child {
		padding-left: 10px;
	}
}
.footer .foot-bottom {
	color: #aaa;
	border-top: 1px solid #dee0df;
	background-color: #f0f5f3;
}
.footer .foot-bottom p {
	font-size: 13px;
	font-weight: 500;
	line-height: 50px;
	text-align: center;
}
.footer .select_box {
	width: 223px;
	height: 50px;
	background-image: url("../images/familysite.jpg");
	background-repeat: no-repeat;
}
.footer .select_box label {
	display: none;
}
.footer .select_box select {
	width: 100%;
	height: 50px;
	min-height: 50px;
	line-height: 50px;
	opacity: 0;
}
@media only screen and (max-width: 930px) {
	.footer .bottom-right {
		float: left;
	}
	.footer .foot-bottom p {
		font-size: 2.272727272727273 vh;
		line-height: 5vh;
		margin-bottom: 20px;
	}
}

/* sub*/
.sub-visual {
	height: 259px;
	min-height: 259px;
	border-bottom: 2px solid #6fba2b;
}
.sub-visual .bx-sz-md {
	position: relative;
}
.sub-visual p {
	padding: 110px 0;
}
.sub-visual .route {
	position: absolute;
	top: 30px;
	left: 0;
	color: #fff;
	margin-bottom: 0;
}
.sub-visual .route li {
	float: left;
}
.sub-visual .route li a {
	font-size: 14px;
	color: #fff;
}
.page-navigator {
	border-bottom: 1px solid #eee;
}
.page-navigator ul {
	margin-bottom: 0;
}
.sub-category, .sub-category-pro {
	display: block;
}
.sub-category li, .sub-category-pro li {
	text-align: center;
	border-left: 1px solid #fff;
}
.sub-category li:first-child, .sub-category-pro li:first-child {
	border-left: 0;
}
.sub-category-pro li:nth-child(1) a, .sub-category-pro li:nth-child(4) a, .sub-category-pro li:nth-child(5) a {
	padding: 28px 0 18px 0;
}
.sub-category li a, .sub-category-pro li a {
	display: block;
	padding: 18px 0;
	border-bottom: 4px solid #ccc;
	font-size: 13px;
	font-weight: 600;
	color: #9fa0a0;
	text-decoration: none;
}
.ie .sub-category li.hg a, .ie .sub-category-pro li.hg a {
	line-height: 37px;
}
@media only screen and (max-width: 930px) {
	.sub-visual {
		height: 130px;
		min-height: 130px;
	}
	.sub-visual p {
		padding: 50px 0;
	}
	.sub-visual .route {
		top: 10px;
		left: 10px;
	}
	.sub-visual .route li a {
		font-size: 3vw;
	}
	.sub-category li {
		border-left: 0;
	}
	.sub-category li a {
		padding: 12px 0;
	}
}
.sub-category li.active a, .sub-category-pro li.active a {
	color: #6fba2b;
	border-bottom: 4px solid #6fba2b;
}
.categoryHid {
	display: none;
}
@media only screen and (max-width: 930px) {
	.categoryBlock {
		display: none;
	}
	.categoryHid {
		display: block;
	}
}

.tab1 ul li {
	border: 1px solid #aaa;
	border-bottom: 1px solid #6fba2b;
}
.tab1 ul li.none {
	border: none;
	border-bottom: 1px solid #6fba2b;
	height: 57px;
}
.tab1 ul li a {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #888;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 20px;
}
.tab1 ul li.active {
	border: 1px solid #6fba2b;
	border-bottom: 0;
}
.tab1 ul li.active a {
	color: #6fba2b;
	font-weight: 900;
}

.tab2 ul {
	margin-left: -3px;
	margin-right: -3px;
}
.tab2 ul li {
	padding: 3px 3px;
}
.tab2 ul li a {
	text-decoration: none;
}
.tab2 ul li a p {
	height: 60px;
	min-height: 60px;
	color: #555;
	background-color: #aaa;
	font-size: 15px;
	font-weight: 800;
	padding: 8px 12px;
	margin-top: 5px;
	margin-bottom: 0;
}
.tab2 ul li.active a p {
	color: #fff;
	background-color: #6fba2b;
}

.tab3 ul {
	border-top: 1px solid #6fba2b;
}
.tab3 ul li {
	border-bottom: 1px solid #6fba2b;
}
.tab3 ul li a {
	display: block;
	height: 55px;
	line-height: 55px;
	color: #888;
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	padding: 0 20px;
}
.tab3 ul li.active a {
	color: #6fba2b;
	font-weight: 900;
}
@media only screen and (max-width: 930px) {
	.tab2 ul li a p {
		font-size: 11px;
		letter-spacing: -0.2px;
	}

	.tab3 ul li a {
		height: 45px;
		line-height: 45px;
		font-size: 5vw;
	}
}

.tab-contents .tab-pane.active {
	display: block;
}
.tab-contents .tab-pane {
	display: none;
}

.tab-contents .list-title {
	color: #6fba2b;
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.tab-contents .list-wrap {
	margin-bottom: 20px;
}
.tab-contents .list-wrap li {
	color: #222;
	line-height: 1.7;
}
.tab-contents ul.list-wrap li:before {
	content: '∙';
	display: inline;
}
.tab-contents ol {
	margin-left: 16px;
}
.tab-contents ol.list-wrap li {
	list-style-type: decimal;
	list-style-position: outside;
}
.option {
	margin-left: -10px;
	margin-right: -10px;
}
@media only screen and (max-width: 1050px) {
	.option {
		margin-left: 0;
		margin-right: 0;
	}
}
.function li {
	padding: 0 2px;
}
.function li p {
	text-align: center;
	margin-top: 10px;
	font-size: 13px;
	font-weight: 800;
}

.cont-title {
	text-align: center;
	margin-bottom: 23px;
}
.sub-title {
	font-size: 17px;
	font-weight: 500;
	color: #333;
	text-align: center;
}
.part-title {
	border-top: 4px solid #6fba2b;
	padding-top: 20px;
}
.part-text {
	line-height: 1.6;
	color: #222;
}
@media only screen and (max-width: 930px) {
	.cont-title {
		padding: 0 10px;
	}
	.sub-title {
		font-size: 4vw;
		padding: 0 10px;
	}
	.part-title {
		margin-bottom: 30px;
	}
}
.intro {
	background-color: #eee;
}
.intro .sub-title {
	color: #6fba2b;
	font-weight: 900;
	font-size: 16px;
}
.intro .prd-title {
	color: #333;
	font-weight: 500;
	font-size: 35px;
}
.intro .prd-title-app {
	color: #333;
	font-weight: 700;
	font-size: 35px;
}
.intro .emphasis {
	font-weight: 600;
}
.intro .prd-desc {
	font-size: 17px;
	font-weight: 600;
	line-height: 28px;
}
.intro .select p {
	float: left;
	font-weight: 900;
	font-size: 15px;
}
.intro .select ul {
	float: left;
	margin-left: 30px;
}
.intro .select ul li {
	position: relative;
	float: left;
	margin-left: 8px;
}
.intro .select ul li:first-child {
	margin-left: 0;
}
.intro .select ul li a {
	background-color: #aaa;
	color: #fff;
	border: 2px solid #fff;
	font-size: 12px;
	font-weight: 900;
	letter-spacing: -1px;
	padding: 5px 10px 5px 25px;
	text-decoration: none;
}
.intro .select ul li a:before {
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -3px;
	content: "";
	display: block;
	width: 12px;
	height: 9px;
	background-repeat: no-repeat;
	background-image: url(../images/sub/product/i-type3.png);
}
.intro .select ul li.active a {
	background-color: #888;
}
.intro .select ul li.active a:before {
	background-image: url(../images/sub/product/i-type1.png);
}
@media only screen and (max-width: 930px) {
	.intro .select p {
		width: 100%;
	}
	.intro .select ul {
		margin-left: 0;
	}
}
#tab-img .tab-pane.active {
	display: block;
}
#tab-img .tab-pane {
	display: none;
}

.intro .select2 p {
	float: left;
	font-weight: 900;
	font-size: 15px;
	margin-top: 5px;
}
.intro .select2 ul {
	float: left;
	margin-left: 20px;
}
.intro .select2 ul li {
	float: left;
	margin-left: 8px;
}
.intro .select2 ul li:first-child {
	margin-left: 0;
}
.intro .select2 ul li a {
	position: relative;
	display: block;
	width: 30px;
	height: 30px;
	border: 2px solid #fff;
	border-radius: 20px;
}
.intro .select2 ul li.green a {
	background-color: #6fba2b;
}
.intro .select2 ul li.red a {
	background-color: #f42518;
}
.intro .select2 ul li.blue a {
	background-color: #004986;
}
.intro .select2 ul li.yellow a {
	background-color: #f4e454;
}
.intro .select2 ul li.pink a {
	background-color: #e61c5d;
}
.intro .select2 ul li.white a {
	background-color: #fff;
}

.intro .select2 ul li.active a:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -6px;
	content: "";
	display: block;
	width: 12px;
	height: 9px;
	background-repeat: no-repeat;
	background-image: url('../images/sub/product/i-type4.png');
}
.tng-form input:not([type=radio]):not([type=checkbox]):focus, .tng-form select:focus, .tng-form textarea:focus {	
	background-color: #fff;
}
.tng-form {
	border-top: 2px solid #6fba2b;
	border-bottom: 2px solid #6fba2b;
}
.tng-form select {
	border: 1px solid #ccc !important;
	min-height: 50px;
}
.tng-form input:not([type="radio"]):not([type="checkbox"]) {
	height: 50px;
	min-height: 50px;
	border: none;
	border-color: inherit;
    box-shadow: none;
}
.tng-form input:not([type=radio]):not([type=checkbox]), .tng-form select, .tng-form textarea {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	border: none;
}
.tng-form input:focus {
	outline: none;
}
.tng-form label {
	color: #6fba2b;
	font-size: 15px;
	margin-bottom: 0;
	line-height: 50px;
	background-color: #f0f5f3;
}
.tng-form label.control-label {
	height: 300px;
	text-align: left;
}
.tng-form label span {
	display: inline-block;
	vertical-align: sub;
	color: #204b97;
}
.tng-form .underline {
	border-bottom: 1px solid #6fba2b;
}

.form-style {
	border: 0;
}
.form-style label {
	line-height: 25px;
	background-color: #fff;
}
.form-style input:not([type="radio"]):not([type="checkbox"]) {
	border: 1px solid #ccc;
}
.view table {
	border-top: 2px solid #eee;
}
.view table th {
	padding: 10px 0;
}
.pagination>li>a, 
.pagination>li>span,
.pagination>li>a:hover,
.pagination>li>a:active {
	background-color: #6fba2b !important;
	color: #fff !important;
	padding: 7px 15px !important;
    text-decoration: none;
    border: 1px solid #6fba2b !important;
    border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.pagination > .active > a, 
.pagination > .c-active > a {
	background-color: #63a22a;
	border-color: #63a22a;
	color: #fff;
	
}
.pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover, 
.pagination > .c-active > a:focus, .pagination > .c-active > a:hover, .pagination > .c-active > span, .pagination > .c-active > span:focus, .pagination > .c-active > span:hover {
	z-index: 3;
	color: #333;
	cursor: default;
	background-color: transparent;
	border-color: transparent;
}

.pagination .active:first-child a:after, .pagination .c-active:first-child a:after, .pagination .active:last-child a:after, .pagination .c-active:last-child a:after {
	display:none;
	background-color:#fff;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #333;
  background-color: #fff;
  border-color: #fff;
}
.inquiry-view .post-title, .board-view-warp .board-view-title, .board-view-warp .board-view-sub {
	background-color: #f0f5f3;
	border-bottom: 1px solid #6fba2b;
	border-top: 2px solid #6fba2b;
	padding: 10px 0;
	color: #6fba2b;
	font-size: 20px;
}
.board-view-warp .board-view-title {
	margin: 0;
	padding-left: 10px;
}
.board-view-warp .board-view-sub {
	font-size: 16px;
	border-top: transparent;
	padding-left: 10px;
}
.inquiry-view ul {
	margin: 20px 0 15px 0;
}
.inquiry-view ul li {
	margin-bottom: 10px;
}
@media only screen and (max-width: 930px) {
	.tng-form label.control-label {
		height: 50px;
	}

	.center {
		text-align: center;
	}
	.left {
		text-align: left !important;
	}
}

.request {
	width: 140px;
	height: 40px;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	background-color: #6fba2b;
	border: 0 none;
	cursor: pointer;
}

.back-to-top {
	position: fixed;
	right: 10px;
	background-color: #90b949ab;
	z-index: 9999;
	padding: 0px 7px;
	font-size: 26px;
	cursor: pointer;
}
.back-to-top > i {
	color: #fff;
	vertical-align: middle;
}

.consulting:hover, .consulting:focus {
	color: #232944;
}

.map {
	width: 100%;
	height: 400px;
}
@media only screen and (max-width: 930px) {
	.map {
		width: 100%;
		height: 165px;
	}
}
#mvWidget li {
	display: none;
}
#mvWidget li.show {
	display: block;
}
