/*
	Copyright 2020 Raonbnp
	http://raonbnp.com, http://raonwebstore.com
*/
@charset "UTF-8";
@import '/_css/common.css'; /* front, admin 공통*/
@import '/_css/member.css'; /* front member 공통*/
@import '/_css/board.css'; /* front member 공통*/
@import 'loading.css';
@import 'fontSet.css';
@import 'basic.css';
@import 'layout.css';
@import 'business.css';

:root {
	--main-color:#0068dd;
}

/* 서브공통 */
.tab-wrap .tab {
	list-style:none;
	padding-left:0;
	width:100%;
	display:flex;
	align-items:center;
}
.tab-wrap .tab > li > a{
	display:block;
	font-size:2.4rem;
	font-weight:600;
	color:#aaa;
	text-align:center;
	box-sizing:border-box;
	padding:1.8rem;
	border:1px solid #ddd;
}
.tab-wrap .tab > li.on > a{
	background:var(--main-color);
	color:#fff;
	border:1px solid var(--main-color);
}
.sub-wrap section {
	box-sizing:border-box;
	padding:12rem 0;
	position:relative;
	overflow:hidden;
}
.sub-wrap h2.tit {
	font-size:2.4rem;
	font-weight:600;
}
@media (max-width: 991.98px) {
	.tab-wrap .tab > li > a{
		font-size:1.8rem;
		padding:1.2rem;
	}
	.sub-wrap section {
		padding:6rem 0;
	}
	.sub-wrap h2.tit {
		font-size:2rem;
	}
}
@media (max-width: 575.98px) {
	.sub-wrap section {
		padding:4rem 0;
	}
}


/* 사업개요 */
.business-wrap .tab-wrap {
	margin-top:8rem;
}
.business-wrap .tab-wrap .tab-business > li {
	width:50%;
}
.business-wrap .sec01 .row {
	margin-top:4rem;
}
.business-wrap .sec01 .row > div[class^='col-'] > .inner h3{
	font-size:5.6rem;
	color:#222;
}
.business-wrap .sec01 .row > div[class^='col-'] > .inner h3 .blue {
	color:var(--main-color);
}
.business-wrap .sec01 .row > div[class^='col-'] > .inner p:first-child {
	margin-top:0;
}
.business-wrap .sec01 .row > div[class^='col-'] > .inner p {
	font-size:2.2rem;
	line-height:1.6;
	margin-top:3rem;
}
.business-wrap .sec01 .row > div[class^='col-'] > .inner p.ceo {
	font-size:2.4rem;
	font-weight:800;
	color:#222;
}
@media (max-width: 991.98px) {
	.business-wrap .tab-wrap {
		margin-top:4rem;
	}
	.business-wrap .sec01 .row {
		margin-top:2rem;
	}
	.business-wrap .sec01 .row > div[class^='col-']:last-child {
		margin-top:1rem;
	}
	.business-wrap .sec01 .row > div[class^='col-'] > .inner h3{
		font-size:2.8rem;
	}
	.business-wrap .sec01 .row > div[class^='col-'] > .inner p {
		font-size:1.8rem;
		margin-top:1rem;
	}
	.business-wrap .sec01 .row > div[class^='col-'] > .inner p.ceo {
		font-size:2rem;
	}
}


.business-wrap .sec02 {
	background:#f3fafe;
}
.business-wrap .sec02 .row {
	margin-top:6rem;
}
@media (max-width: 991.98px) {
	.business-wrap .sec02 .row {
		margin-left:-5px;
		margin-right:-5px;
		margin-top:2rem;
	}
	.business-wrap .sec02 .row > div[class^='col-'] {
		margin-bottom:1rem;
		padding-left:5px;
		padding-right:5px;
	}
}


.business-wrap .sec03 .tabArea {
	margin-top:4rem;
}
.business-wrap .sec03 .tabArea .tab {
	list-style:none;
	padding-left:0;
	display:flex;
	align-items:center;
	justify-content:center;
}
.business-wrap .sec03 .tabArea .tab > li {
	width:25%;
}
.business-wrap .sec03 .tabArea .tab > li > a {
	display:block;
	box-sizing:border-box;
	padding:1rem;
	font-size:2.4rem;
	font-weight:600;
	color:#ccc;
	text-align:center;
	border-bottom:1px solid #ddd;
	position:relative;
}
.business-wrap .sec03 .tabArea .tab > li.on > a {
	color:var(--main-color);;
}
.business-wrap .sec03 .tabArea .tab > li.on > a:before {
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	left:0;
	bottom:0;
	z-index:10;
	background:var(--main-color);
}
.business-wrap .sec03 .tabBox {
	display:none;
	margin-top:4rem;
}
.business-wrap .sec03 .tabBox .map-box {
	position:relative;
}
/* 지도영역 */
.business-wrap .sec03 .tabBox .map-box .map_box {
	width:100%;
}
.business-wrap .sec03 .tabBox .map-box .wrap_map {
	border:0;
	border-top:0;
	height:48rem;
}
.business-wrap .sec03 .tabBox .map-box .map_border,
.business-wrap .sec03 .tabBox .map-box .wrap_controllers {
	display:none;
}
/* 지도영역 완 */
.business-wrap .sec03 .tabBox .map-box .name {
	box-sizing:border-box;
	font-size:3rem;
	font-weight:600;
	position:absolute;
	left:0;
	bottom:0;
	z-index:10;
	background:#fff;
	padding:4rem 10rem 0 3rem;
}
.business-wrap .sec03 .tabBox .map-txt {
	box-sizing:border-box;
	padding:4rem 3rem;
	font-size:1.8rem;
	display:flex;
	align-items:center;
}
.business-wrap .sec03 .tabBox .map-txt > dl {
	display:flex;
	align-items:center;
	margin-right:6rem;
}
.business-wrap .sec03 .tabBox .map-txt > dl > dt {
	margin-right:2rem;
}
.business-wrap .sec03 .tabBox .map-txt > dl > dd {
	color:#666;
}
@media (max-width: 991.98px) {
	.business-wrap .sec03 .tabArea {
		margin-top:2rem;
	}
	.business-wrap .sec03 .tabArea .tab > li > a {
		font-size:2rem;
	}
	.business-wrap .sec03 .tabArea .tab > li.on > a:before {
		height:2px;
	}
	.business-wrap .sec03 .tabBox {
		margin-top:2rem;
	}
	/* 지도영역 */
	.business-wrap .sec03 .tabBox .map-box .wrap_map {
		height:38rem;
	}
	/* 지도영역 완 */
	.business-wrap .sec03 .tabBox .map-box .name {
		font-size:2.4rem;
		padding:2rem 6rem 0 2rem;
	}
	.business-wrap .sec03 .tabBox .map-txt {
		padding:2rem 2rem;
		font-size:1.8rem;
		display:block;
	}
}
@media (max-width: 575.98px) {
	.business-wrap .sec03 .tabArea .tab > li > a {
		font-size:1.6rem;
		font-weight:500;
	}
	/* 지도영역 */
	.business-wrap .sec03 .tabBox .map-box .wrap_map {
		height:24rem;
	}
	/* 지도영역 완 */
	.business-wrap .sec03 .tabBox .map-box .name {
		font-size:2rem;
		padding:2rem 4rem 0 0;
	}
	.business-wrap .sec03 .tabBox .map-txt {
		padding:2rem 0;
		font-size:1.6rem;
	}
}


/* 연혁 */
.history-wrap .tab-wrap {
	margin-top:8rem;
}
.history-wrap .tab-wrap .tab-business > li {
	width:50%;
}
.history-wrap .sec01 .tabHistory {}
.history-wrap .sec01 .tabHistory .tab {
	list-style:none;
	padding-left:0;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:8rem;
}
.history-wrap .sec01 .tabHistory .tab > li {
	width:33.333%;
}
.history-wrap .sec01 .tabHistory .tab > li > a {
	display:block;
	box-sizing:border-box;
	padding:1rem;
	font-size:2.4rem;
	font-weight:600;
	color:#ccc;
	text-align:center;
	border-bottom:1px solid #ddd;
	position:relative;
}
.history-wrap .sec01 .tabHistory .tab > li.on > a {
	color:var(--main-color);;
}
.history-wrap .sec01 .tabHistory .tab > li.on > a:before {
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	left:0;
	bottom:0;
	z-index:10;
	background:var(--main-color);
}
.history-wrap .sec01 .tabBox {
	display:none;
}
.history-wrap .sec01 .tabBox.on {
	display:block;
}
.history-wrap .sec01 .row > div[class^='col-']:nth-of-type(1) {
	box-sizing:border-box;
	padding-right:20rem;
}
.history-wrap .sec01 .years {
	font-size:8.6rem;
	font-weight:800;
	line-height:1;
}
.history-wrap .sec01 .img {
	margin-top:4rem;
}


.history-wrap .history-box {
	position:relative;
	box-sizing:border-box;
	padding-left:5rem;
	padding-bottom:10rem;
}
.history-wrap .history-box:before,
.history-wrap .history-box:after{
	content:"";
	position:absolute;
	left:0;
	top:1rem;
	width:1px;
}
.history-wrap .history-box:before {
	height:100%;
	background:#ddd;
}
.history-wrap .history-box:after {
	height:0;
	background:var(--main-color);
	transition:all 0.3s; 
	-webkit-transition:all 0.3s; 
	-moz-transition:all 0.3s;
}
.history-wrap .history-box.aos-animate:after{ 
	height:100%;
}
.history-wrap .history-box:last-child:before,
.history-wrap .history-box:last-child:after {
	display:none;
}


.history-wrap .history-list:before,
.history-wrap .history-list:after{
	content:"";
	position:absolute;
	border-radius:50%;
	background:var(--main-color);
}
.history-wrap .history-list:before {
	left:-15px;
	top:-5px;
	width:30px;
	height:30px;
	opacity:0.15;
}
.history-wrap .history-list:after {
	left:-3px;
	top:7px;
	width:7px;
	height:7px;
}
.history-wrap .history-list {
	list-style:none;
	padding-left:0;
}
.history-wrap .history-list > li {
	display:flex;
	align-items:flex-start;
}

.history-wrap .history-list > li > h5 {
	font-size:2.6rem;
	font-weight:600;
	color:var(--main-color);
	margin-right:4rem;
	width:7rem;
}
.history-wrap .history-list > li > .list {
	font-size:1.8rem;
	line-height:1.8;
	color:#666;
	width:calc(100% - 11rem);
}
.history-wrap .history-list > li > .list p {
	display: flex;
}
.history-wrap .history-list > li > .list span.month {
	color:var(--main-color);
	font-weight: 600;
	padding-right: 1.5rem;
}

@media (max-width: 1280px) {
	.history-wrap .sec01 .row > div[class^='col-']:nth-of-type(1) {
		padding-right:10rem;
	}
}

@media (max-width: 991.98px) {
	.history-wrap .tab-wrap {
		margin-top:4rem;
	}
	.history-wrap .sec01 .tabHistory .tab {
		margin-bottom:4rem;
	}
	.history-wrap .sec01 .tabHistory .tab > li > a {
		font-size:2rem;
	}
	.history-wrap .sec01 .row > div[class^='col-']:nth-of-type(1) {
		padding-right:0;
		margin-bottom:2rem;
	}
	.history-wrap .sec01 .years {
		font-size:3.6rem;
	}
	.history-wrap .sec01 .img {
		margin-top:2rem;
	}
	.history-wrap .sec01 .img > img {
		max-width:100% !important;
	}
	.history-wrap .history-box {
		padding-left:3rem;
		padding-bottom:4rem;
	}
	.history-wrap .history-box:before,
	.history-wrap .history-box:after{
		content:"";
		position:absolute;
		left:0;
		top:1.2rem;
		width:1px;
	}
	.history-wrap .history-list:before {
		left:-10px;
		top:2px;
		width:20px;
		height:20px;
	}
	.history-wrap .history-list:after {
		left:-2px;
		top:10px;
		width:5px;
		height:5px;
	}
	.history-wrap .history-list > li > h5 {
		font-size:2rem;
		margin-right:2rem;
		width:5rem;
		line-height:1.4;
	}
	.history-wrap .history-list > li > .list {
		width:calc(100% - 7rem);
		line-height:1.6;
	}
}

@media (max-width: 575.98px) {
	.history-wrap .sec01 .tabHistory .tab > li > a {
		font-size:1.6rem;
		font-weight:500;
	}
	.history-wrap .sec01 .years {
		font-size:2.4rem;
	}
	.history-wrap .sec01 .img {
		margin-top:1rem;
	}
	.history-wrap .history-box {
		padding-left:3rem;
		padding-bottom:3rem;
	}
	.history-wrap .history-list:before {
		top:0;
	}
	.history-wrap .history-list:after {
		top:8px;
	}
	.history-wrap .history-list > li {
		display:block;
	}
	.history-wrap .history-list > li > h5 {
		font-size:1.8rem;
		margin-right:0;
		width:100%;
	}
	.history-wrap .history-list > li > .list {
		width:100%;
		font-size:1.6rem;
		margin-top:1rem;
	}
}



/* 기술현황 */
.license-wrap .tab-wrap {
	margin-top:8rem;
}
.license-wrap .tab-wrap .tab-business > li {
	width:50%;
}
.license-wrap .row {
	margin-top:3rem;
}
.license-wrap .row > div[class^='col'] > .inner > .txt {
	text-align:center;
	margin-top:2rem;
}
.license-wrap .row > div[class^='col'] > .inner > .txt > p {
	font-size:2rem;
	font-weight:600;
	color:#000;
}
.license-wrap .row > div[class^='col'] > .inner > .txt > p.desc {
	font-size:1.5rem;
	font-weight:300;
	color:#777;
}
.license-wrap .sec02{
	padding-top:0;
}
.license-wrap .sec02 .container {
	padding-top:8rem;
	border-top:1px solid #ddd;
}
@media (max-width: 1199.98px) {
	.license-wrap .row {
		margin-left:-10px;
		margin-right:-10px;
	}
	.license-wrap .row > div[class^='col'] {
		padding-left:10px;
		padding-right:10px;
	}
}
@media (max-width: 991.98px) {
	.license-wrap .tab-wrap {
		margin-top:4rem;
	}
	.license-wrap .row > div[class^='col'] {
		margin-bottom:3rem;
	}
	.license-wrap .row > div[class^='col'] > .inner > .txt > p {
		font-size:1.8rem;
	}
	.license-wrap .row > div[class^='col'] > .inner > .txt > p > br {
		display:none;
	}
	.license-wrap .row > div[class^='col'] > .inner > .txt > p.desc {
		font-size:1.3rem;
	}
}

@media (max-width: 575.98px) {
	.license-wrap .sec01 {
		padding-bottom:2rem;
	}
	.license-wrap .sec02 .container {
		padding-top:4rem;
	}
	.license-wrap .row {
		margin-left:-5px;
		margin-right:-5px;
	}
	.license-wrap .row > div[class^='col'] {
		padding-left:5px;
		padding-right:5px;
	}
}



/* 게시판 공동 */
.board-wrap {
	position:relative;
	box-sizing:border-box;
	padding:12rem 0;
	overflow:hidden;
}
.board-wrap #board_list_wrap > #board_top {
	margin-bottom:4rem;
}
.board-wrap #board_top {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.board-wrap #board_top .total {
	display:none;
}
.board-wrap #board_top:after {
	display:none;
}
.board-wrap h2.tit {
	font-size:5rem;
	font-weight:700;
}
.board-wrap #board_list_wrap .gallery_box .info_box > a > .subject {
	font-size:2rem;
}

@media (max-width: 991.98px) {
	.board-wrap {
		padding:8rem 0;
	}
	.board-wrap h2.tit {
		font-size:3rem;
	}
	.board-wrap #board_list_wrap > #board_top {
		margin-bottom:2rem;
	}
	.board-wrap #board_list_wrap #board_list_gallery > ul {
		margin-left:-1rem;
		margin-right:-1rem;
	}
	.board-wrap #board_list_wrap #board_list_gallery > ul > li.col-gn-3 {
		width:calc(100% / 2);
		margin-bottom:2rem;
	}
	.board-wrap #board_list_wrap .gallery_box .info_box > a > .subject {
		height:3rem;
	}
}
@media (max-width: 767.98px) {
	.board-wrap #board_top {
		display:block;
	}
	.board-wrap h2.tit {
		margin-bottom:1rem;
	}
}
@media (max-width: 575.98px) {
	.board-wrap {
		padding:6rem 0;
	}
	.board-wrap h2.tit {
		font-size:2.4rem;
	}
	.board-wrap #board_list_wrap #board_list_gallery > ul {
		margin-left:-1.5rem;
		margin-right:-1.5rem;
	}
	.board-wrap #board_list_wrap #board_list_gallery > ul > li.col-gn-3 {
		width:calc(100% / 1);
	}
}

.board-wrap #board_view_wrap > .view_header {
	margin-top:3rem;
	padding-top:3rem;
	border-top:2px solid #000;
	border-bottom:1px solid #ddd;
	margin-bottom:0;
}
.board-wrap #board_view_wrap > .view_header > h3,
.board-wrap #board_view_wrap > .view_header > .info {
	text-align:left;
}
.board-wrap #board_view_wrap > .view_header > .info > p:first-child {
	padding-left:0;
}
.board-wrap #board_view_wrap .view_contents {
	padding:3rem 0;
}
@media (max-width: 991.98px) {
	.board-wrap #board_view_wrap > .view_header {
		margin-top:2rem;
	}
}
@media (max-width: 767.98px) {
	.board-wrap #board_view_wrap > .view_header {
		margin-top:0;
	}
}


.board-wrap #board_category {
	margin-bottom:8rem;
}
.board-wrap #board_category ul {
	list-style:none;
	padding-left:0;
	width:100%;
	display:flex;
	align-items:center;
}
.board-wrap #board_category ul > li {
	width:33.33333%;
	float:none;
}
.board-wrap #board_category ul > li:first-child {
	display:none;
}
.board-wrap #board_category ul > li > a{
	display:block;
	width:100%;
	font-size:2.4rem;
	font-weight:600;
	color:#aaa;
	text-align:center;
	box-sizing:border-box;
	padding:1.8rem;
	border:1px solid #ddd;
}
.board-wrap #board_category > ul > li > a#bo_cate_on {
	background:var(--main-color);
	color:#fff;
	border:1px solid var(--main-color);
}
@media (max-width: 991.98px) {
	.board-wrap #board_category ul > li > a{
		font-size:1.8rem;
		padding:1.2rem;
	}
}

/* 상품개요 */
.product-wrap #board_list_wrap .gallery_box .thum > a {
	padding-top:80%;
	background-color:#f5f5f5;
}
.product-wrap #board_list_wrap .gallery_box .thum > a > p {
	background-size:142% !important;
}
@media (max-width: 991.98px) {
	.product-wrap #board_list_wrap .gallery_box .thum > a {
		padding-top:60%;
	}
	.product-wrap #board_list_wrap .gallery_box .thum > a > p {
		background-size:138% !important;
	}
}

/* 미디어 */
.medio-wrap #board_list_wrap #board_list_gallery > ul > li > .gallery_box {
	box-sizing:border-box;
	border:1px solid #ddd;
}
.medio-wrap #board_list_wrap .gallery_box .thum > a {
	padding-top:80%;
	background-color:#f5f5f5;
}
.medio-wrap #board_list_wrap .gallery_box .thum > a > p {
	background-size:142% !important;
}
.medio-wrap #board_list_wrap .gallery_box .info_box {
	box-sizing:border-box;
	padding:4rem 2rem 3rem;
}
.medio-wrap #board_list_wrap .gallery_box .info_box > a > .subject {
	white-space:normal;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
.medio-wrap #board_list_wrap .gallery_box .info_box > a > .w_cont {
	font-size:1.8rem;
	color:#888;
	white-space:normal;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
	margin-top:2rem;
}
.medio-wrap #board_list_wrap .gallery_box .info_box > .status {
	font-size:1.6rem;
	color:#000;
	margin-top:4rem;
}

@media (max-width: 991.98px) {
	.medio-wrap #board_list_wrap .gallery_box .thum > a {
		padding-top:60%;
	}
	.medio-wrap #board_list_wrap .gallery_box .thum > a > p {
		background-size:138% !important;
	}
	.medio-wrap #board_list_wrap .gallery_box .info_box {
		padding:2rem 1.5rem;
	}
	.medio-wrap #board_list_wrap .gallery_box .info_box > a > .w_cont {
		font-size:1.6rem;
		margin-top:1rem;
	}
	.medio-wrap #board_list_wrap .gallery_box .info_box > .status {
		font-size:1.4rem;
		margin-top:2rem;
	}
}


@media (max-width: 575.98px) {
	.medio-wrap #board_list_wrap .gallery_box .info_box > a > .subject,
	.medio-wrap #board_list_wrap .gallery_box .info_box > a > .w_cont{
		height:auto;
	}
	.medio-wrap #board_list_wrap .gallery_box .info_box > .status {
		margin-top:1rem;
	}
}



/* 상품개요 인트로 */
.intro-wrap .row > div[class^='col-'] > .inner {
	height:100%;
}
.intro-wrap .row > div[class^='col-'] > .inner > a {
	display:block;
	width:100%;
	padding-bottom:120%;
	position:relative;
	overflow:hidden;
	transition:all 0.3s;
}
.intro-wrap .row > div[class^='col-'] > .inner > a:after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0);
	transition:all 0.3s;
}
.intro-wrap .row > div[class^='col-'] > .inner > a:hover {
	box-shadow:10px 10px 20px rgba(0,0,0,0.15);
}
.intro-wrap .row > div[class^='col-'] > .inner > a:hover:after {
	background:rgba(0,0,0,0.2);
}
.intro-wrap .row > div[class^='col-'] > .inner > a > .bg {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.intro-wrap .row > div[class^='col-'] > .inner > a > .txt {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	z-index:10;
	font-size:2.4rem;
	font-weight:600;
	color:#fff;
	display:flex;
	align-items:center;
	box-sizing:border-box;
	padding:4rem 3rem;
}
.intro-wrap .row > div[class^='col-'] > .inner > a > .txt > span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:3rem;
	height:3rem;
	background:#fff;
	border-radius:50%;
	font-size:2rem;
	color:#000;
	text-align:center;
	margin-left:1rem;
}
.intro-wrap .row > div[class^='col-'] > .inner > a:hover > .txt > span{
	background:#ed6d00;
	color:#fff;
}

/* 온실종류 인트로 */

.intro-wrap .row > div[class^='col-'] > .inner > a > .txt-intro {
	font-size: 2rem;
	padding:2rem 2rem;
}


/* 벤로 고급 */
.sec02 ul .sec02-highsub {
	display: flex;
	position: relative;
}

.sec02 ul .sec02-highsub .highsub-text{
	position: absolute;
	z-index: 5;
	background-color: #000;
	left:0; 
	right:0; 
	bottom:0;
	text-align:center;
	color: #fff;
	padding: 1rem;
	font-size: 1.8rem;
}



/* 상품개요 */

.intro-wrap .row > div[class^='col-'] > .inner > a > .txt1 > span {
	background:#ed6d00;
	color:#fff;
}

.intro-wrap .row > div[class^='col-'] > .intro-bg > a::after {
	background:rgba(0, 0, 0, 0.5); 
}

.intro-wrap .row > div[class^='col-'] > .intro-bg > a:hover::after {
	background:rgba(0, 0, 0, 0.5); 
}

/* AL거터 */

.greenhouse-wrap .ALimg {
	width: 153.5%;
}

.greenhouse-wrap .wdimg {
	width: 75.1%;
	margin: 6rem 0 -9rem;
	
}

/* AL천창 */
.sec02_bottomimg {
	display:grid;
	grid-template-columns: repeat(2, 1fr); 
	gap: 25px;
	margin-bottom: 10rem;
}

/* 기타자재들 */

.sec02-todos::before {
  content: "•";
  color: #ed6d00; 
  margin: 0.5rem;
}

.sec02-todos {
	font-weight: 600;
	font-size: 2rem;
	margin-top: 7.5rem;
}

.greenhouse-wrap .sec02 .w_list2 li {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

/* 냉난방기 */
.sec01-energy h5 {
	text-align:center;
	font-size: 1.8rem;
	font-weight: 400;
	color: #999999;
	margin-top: 10rem;
	padding: 1rem;
}

.sec01-energy h3 {
	margin-bottom: 2.5rem !important;
	color: #222222;
}


.sec01-energy p {
	text-align: center;
	line-height: 3.5rem;
	font-size: 2rem;
}

.sec02-condimg img{
	margin-top: -6rem;
}

.sec02-botimg {
	display: flex;
	justify-content: center;
	margin-top: 12rem;
	margin-bottom: 12rem;
	gap: 3rem;
}

@media (max-width: 991.98px) {
	.intro-wrap .row > div[class^='col-'] {
		margin-bottom:2rem;
	}
	.intro-wrap .row > div[class^='col-']:last-child {
		margin-bottom:0;
	}
	.intro-wrap .row > div[class^='col-'] > .inner > a {
		padding-bottom:60%;
	}
	.intro-wrap .row > div[class^='col-'] > .inner > a:after {
		background:rgba(0,0,0,0.2);
	}
	.intro-wrap .row > div[class^='col-'] > .inner > a > .txt {
		font-size:2rem;
		padding:3rem 2rem;
	}
	.intro-wrap .row > div[class^='col-'] > .inner > a > .txt > span {
		width:2.4rem;
		height:2.4rem;
		font-size:1.8rem;
	}
	.intro-wrap .row > div[class^='col-'] > .inner > a > .txt > span{
		background:#ed6d00;
		color:#fff;
	}
}

@media (max-width: 575.98px) {
	.intro-wrap .row > div[class^='col-'] > .inner > a {
		padding-bottom:40%;
	}
}




/* 사업분야 세부 */
.greenhouse-wrap {
	padding-bottom: 10rem;
}
.greenhouse-wrap .tab{
	display: flex;
	gap: 2rem;
	max-width: 1040px;
	width: 100%;
	margin: 0 auto 12rem;
}
.greenhouse-wrap .tab > div{width: calc(100%/3);}
.greenhouse-wrap .tab .inner {
	height:100%;
}
.greenhouse-wrap .tab .inner > a {
	display:block;
	width:100%;
	padding-bottom:120%;
	position:relative;
	overflow:hidden;
	transition:all 0.3s;
}
.greenhouse-wrap .tab .inner > a::after {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0);
	transition:all 0.3s;
}
.greenhouse-wrap .tab .inner > a.active ,
.greenhouse-wrap .tab .inner > a:hover {
	box-shadow:10px 10px 20px rgba(0,0,0,0.15);
}
.greenhouse-wrap .tab .inner > a.active::after ,
.greenhouse-wrap .tab .inner > a:hover::after {
	background:rgba(0,0,0,0.2);
}
.greenhouse-wrap .tab .inner > a > .bg {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.greenhouse-wrap .tab .inner > a > .txt {
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	z-index:10;
	font-size:2.4rem;
	font-weight:600;
	color:#fff;
	display:flex;
	align-items:center;
	box-sizing:border-box;
	padding:4rem 3rem;
}
.greenhouse-wrap .tab .inner > a > .txt > span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:3rem;
	height:3rem;
	background:#fff;
	border-radius:50%;
	font-size:2rem;
	color:#000;
	text-align:center;
	margin-left:1rem;
}
.greenhouse-wrap .tab .inner > a.active > .txt > span,
.greenhouse-wrap .tab .inner > a:hover > .txt > span{
	background:#ed6d00;
	color:#fff;
}
.greenhouse-wrap .sec01 h3{
	margin-bottom: 7.5rem;
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
}
.greenhouse-wrap .sec01 > div{
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 5rem;
}
.greenhouse-wrap .sec01 img{
	width: 65%; 
	flex-shrink: 0;
}
.greenhouse-wrap .sec01 .text-box{
	width: calc(30% - 5rem);
	padding: 6.5rem 2rem;
	border-top: 2px solid #000;
	border-bottom: 2px solid #dddddd;
}
.greenhouse-wrap .sec01_2 .text-box{
	width: calc(40% - 5rem);
}
.greenhouse-wrap .sec01 h4{
	font-size: 2.6rem;
	font-weight: bold;
}
.greenhouse-wrap .sec01 ul li{
	display: flex;
	margin-top: 2.5rem;
	font-size: 1.8rem;
	font-weight: 300;
	color: #444444;
}
.greenhouse-wrap .sec01_2 ul li{
	display: block;
	margin-top: 1.5rem;
	font-size: 1.8rem;
	font-weight: 600;
	color: #000000;
}
.greenhouse-wrap .sec01_2 ul li:first-child{margin-top: 2.5rem;}
.greenhouse-wrap .sec01 ul li span{
	flex-shrink: 0;
	display: inline-block;
	width: 13.5rem;
	font-weight: bold;
	color: #000;
}
.greenhouse-wrap .sec01 .red *{color: #f41414;}
.greenhouse-wrap .sec01 .red{color: #f41414; font-weight: 400;}
.greenhouse-wrap .sec02{
	margin-top: 13.5rem;
	text-align: center;
}
.greenhouse-wrap .sec02 .img_list1,
.greenhouse-wrap .sec02 .img_list2{
	display: flex;
	margin-bottom: 8rem;
}
.greenhouse-wrap .sec02 .img_list1{
	flex-wrap: wrap;
	gap: 3rem;
}
.greenhouse-wrap .sec02 .img_list2{
	gap: 2rem;
}
.greenhouse-wrap .sec02 .img_list1 li{width: calc((100%/3) - 2rem);}
.greenhouse-wrap .sec02 .img_list2 li{width:25%;}
.greenhouse-wrap .sec02 .img_list1 li img,
.greenhouse-wrap .sec02 .img_list2 li img{width: 100%;}
.greenhouse-wrap .sec02 h4{
	margin-bottom: 3rem;
	text-align: center;
	font-size: 3rem;
  font-weight: bold;
}

.greenhouse-wrap .sec02_2 .img_list1 li:nth-child(1),
.greenhouse-wrap .sec02_2 .img_list1 li:nth-child(2),
.greenhouse-wrap .sec02_2 .img_list1 li:nth-child(3),
.greenhouse-wrap .sec02_2 .img_list1 li:nth-child(4){
	width: calc(50% - 1.5rem);
}
@media (max-width:1199.98px) {
	.greenhouse-wrap .sec01 > div{flex-wrap: wrap; gap: 3rem;}
	.greenhouse-wrap .sec01 img{
		width: 100%;
	}
	.greenhouse-wrap .sec01 .text-box{width: 100%;}
	.greenhouse-wrap .sec02 .img_list1{gap: 2rem;}
	.greenhouse-wrap .sec02 .img_list1 li{width: calc((100%/3) - 1.4rem);}

	.greenhouse-wrap .sec02 .img_list2 {flex-wrap: wrap;}
	.greenhouse-wrap .sec02 .img_list2 li{width:calc(50% - 1rem);}
}
@media (max-width:991.98px) {
	.greenhouse-wrap {padding-top: 10rem;}
	.greenhouse-wrap .tab{margin: 0 auto 8rem;}
	.greenhouse-wrap .sec01 h3{
		margin-bottom: 4rem;
		font-size: 3.5rem;
	}
	/* .greenhouse-wrap .sec01 img{width: 100%;} */
	.greenhouse-wrap .sec01 .text-box{padding: 4rem 0;}
	.greenhouse-wrap .sec01 h4{font-size: 2.4rem;}
	.greenhouse-wrap .sec01 ul li{margin-top: 2rem;}
	.greenhouse-wrap .sec01_2 ul li{margin-top: 1rem;}
	.greenhouse-wrap .sec01_2 ul li:first-child{margin-top: 2rem;}
	.greenhouse-wrap .sec02{margin-top: 8rem;}
	.greenhouse-wrap .sec02 .img_list1{margin-bottom: 5rem;}
	.greenhouse-wrap .sec02 .img_list1 li{width: calc((100%/2) - 1rem);}
	.greenhouse-wrap .sec02_2 .img_list1 li:nth-child(1),
	.greenhouse-wrap .sec02_2 .img_list1 li:nth-child(2),
	.greenhouse-wrap .sec02_2 .img_list1 li:nth-child(3),
	.greenhouse-wrap .sec02_2 .img_list1 li:nth-child(4){
		width: 100%;
	}
	.greenhouse-wrap .sec02 h4{
		margin-top: 5rem;
		margin-bottom: 2rem;
		font-size: 2.5rem;
	}
	.greenhouse-wrap .sec02 a img{width: 180px;}
}
@media (max-width:767.98px) {
	.greenhouse-wrap {padding-top: 8rem; padding-bottom: 8rem;}
	.greenhouse-wrap .tab{flex-wrap: wrap; margin-bottom: 6rem;}
	.greenhouse-wrap .tab > div{width: 100%;}
	.greenhouse-wrap .tab .inner > a {
		padding-bottom:30%;
	}
	.greenhouse-wrap .tab .inner > a > .txt {
		font-size:2rem;
		padding:3rem 2rem;
	}
	.greenhouse-wrap .tab .inner > a > .txt > span {
		width:2.4rem;
		height:2.4rem;
		font-size:1.8rem;
	}
	.greenhouse-wrap .sec01 h3{
		margin-bottom: 350rem;
		font-size: 3rem;
	}
	.greenhouse-wrap .sec01 .text-box{padding: 3rem 0;}
	.greenhouse-wrap .sec01 .text-box > div{flex-wrap: wrap;}
	.greenhouse-wrap .sec02{margin-top: 6rem;}
	.greenhouse-wrap .sec02 .img_list1{margin-bottom: 4rem;}
	.greenhouse-wrap .sec02 .img_list1 li,
	.greenhouse-wrap .sec02 .img_list2 li{width: 100%;}
	.greenhouse-wrap .sec02 a img{width: 150px;}
}


/* 온실 종류 

@media (max-width: 767.98px) {

	.intro-wrap .row > div[class^='col-'] > .inner > a > .txt  {
		text-align: center;
		
		font-size: 1.8rem;
		margin-bottom: -1rem;
	}
	.sec01_intro .inner > a > .txt span{
		
	}
}

@media (max-width: 575.98px) {

	.greenhouse-wrap .sec01 > h3{
		margin : 3rem;
	}
}
*/

@media (max-width: 1200px) {
	.sec02 ul .sec02-highsub {
		flex-direction: column;
		width: 100%;
	}
	
}

@media (max-width: 991.98px) {
	.sec01_intro div{
		display: block;
		margin: 0 auto;
	}

	.intro-wrap .row > div[class^='col-'] > .inner > a > .txt {
		font-size: 1.5rem;

	}

	.sec01 .ALimg {
		margin: 0 auto;
		margin-bottom: 3.3rem;
	}

	.sec01 .wdimg {
		margin: 0 auto;
	}

	.sub-img {
		margin-left: -24rem;
	}

	.sub-img2 {
		margin-left: -5rem;
	}

	.sec02_bottomimg {
		display: flex;
		flex-wrap: wrap;
	}

	.sec02-condimg img {
		margin-top: 1rem;
	} 

	.sec02-botimg {
		flex-wrap: wrap;
	}

	.sec02 ul .sec02-highsub {
		flex-direction: column;
		width: 100%;
		display: flex;
	}
}	

@media (max-width:767.98px) {

	.greenhouse-wrap .sec01 h3 { 
		margin-bottom: 3rem;
	}

	.sec01 .ALimg {
		margin: 0 auto;
		margin-bottom: 3.3rem;
	}

	.ALCimg img{
		height: 20rem;
	}
	
	.sec02 .sub-img2 {
		margin-left: -24rem;
	}
	.sec02_bottomimg img{
		margin: 0 auto;
	}

	.sec02-condimg img {
		margin-top: 1rem;
	} 

	.sec02-botimg {
		flex-direction: column;
	}

	.sec02 ul .sec02-highsub .highsub-text{
		padding: 1rem;
		font-size: 2.5rem;
	}

	}


@media (max-width: 575.98px) {
	


	.sec01 .ALimg {
		margin: 0 auto;
		margin-bottom: 3.3rem;
	}

	.sec01 .wdimg {
	} 

	
	.sec02 .sub-img {
		margin-left: -20rem;
	}

	.sec02 .sub-img2 {
		margin-left: -20rem;
	}

	.sec02_bottomimg img{
		margin: 0 auto;
	}

	.sec02-1 .sec02-todos {
		margin-left: 2.2rem;
	}
	.sec02-1 .img_list1 img {
		margin: 0 auto;
	}
	
	.sec02-botimg {
		flex-wrap: wrap;
	}

	.sec02 ul .sec02-highsub .highsub-text{
		padding: 0.7rem;
		font-size: 1.5rem;
	}
}