/*
	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';

/* 서브공통 */
#sub_wrap {
	box-sizing:border-box;
	padding:12rem 0;
}
#sub_wrap .title {
	margin-bottom:6rem;
}
#sub_wrap .title > h2 {
	font-size:6.4rem;
	font-weight:800;
}
#sub_wrap .title > .desc {
	font-size:2rem;
	font-weight:500;
	margin-top:3rem;
}
@media (max-width: 991.98px) {
	#sub_wrap {
		padding:6rem 0;
	}
	#sub_wrap .title {
		margin-bottom:3rem;
	}
	#sub_wrap .title > h2 {
		font-size:4rem;
	}
	#sub_wrap .title > .desc {
		font-size:1.8rem;
		margin-top:2rem;
	}
}
@media (max-width: 575.98px) {
	#sub_wrap .title {
		margin-bottom:2rem;
	}
	#sub_wrap .title > h2 {
		font-size:2.4rem;
	}
	#sub_wrap .title > .desc {
		margin-top:1rem;
	}
}
.sub-wrap section {
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
}

/* 인트로 */
.intro-wrap .flex {
	display:flex;
	flex-wrap:wrap;
	margin-left:-3rem;
	margin-right:-3rem;
}
.intro-wrap .flex .in {
	padding-left:3rem;
	padding-right:3rem;
	width:50%;
	margin-bottom:6rem;
}
.intro-wrap .flex .in > a {
	position:relative;
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	padding-bottom:50%;
	transition:all 0.5s;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
.intro-wrap .flex .in > a:hover {
	filter:grayscale(1);
}
.intro-wrap .flex .in > a > p {
	position:absolute;
	width:100%;
	box-sizing:border-box;
	padding:3rem;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	color:#fff;
	font-size:5rem;
	font-weight:600;
}
@media (max-width: 1630px) {
	.intro-wrap .flex {
		margin-left:-2rem;
		margin-right:-2rem;
	}
	.intro-wrap .flex .in {
		padding-left:2rem;
		padding-right:2rem;
		margin-bottom:4rem;
	}
	.intro-wrap .flex .in > a > p {
		padding:2rem;
		font-size:4rem;
	}
}
@media (max-width: 1199.98px) {
	.intro-wrap .flex {
		margin-left:-1rem;
		margin-right:-1rem;
	}
	.intro-wrap .flex .in {
		padding-left:1rem;
		padding-right:1rem;
		margin-bottom:2rem;
	}
	.intro-wrap .flex .in > a > p {
		font-size:3rem;
	}
}
@media (max-width: 991.98px) {
	.intro-wrap .flex .in > a > p {
		font-size:2.4rem;
	}
}
@media (max-width: 767.98px) {
	.intro-wrap .flex .in {
		width:100%;
		margin-bottom:1rem;
	}
}




/* 문의하기 - write */
.inquiry-wrap .required_box {
	text-align:right;
	margin-bottom:1rem;
}
.inquiry-wrap .form-wrap {
	box-sizing:border-box;
	border-top:1px solid #222;
}
.inquiry-wrap .form-wrap > dl {
	margin-top:4rem;
}
.inquiry-wrap .form-wrap > dl > dt {
	position:relative;
	display:inline-block;
	font-size:2rem;
	font-weight:600;
	color:#222
}
.inquiry-wrap .form-wrap > dl > dt:before {
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#f00;
	right:-12px;
	top:3px;
}
.inquiry-wrap .form-wrap > dl > dd {
	margin-top:2rem;
	font-size:1.7rem;
	color:#777;
}
.inquiry-wrap .form-wrap > dl > dd input[type="text"] {
	box-sizing:border-box;
	outline:none;
	background:none;
	padding:1.2rem 2rem;
	border:0;
	border-bottom:1px solid #ccc;
	font-size:1.7rem;
	color:#777;
}
.inquiry-wrap .form-wrap > dl > dd textarea {
	width:100%;
	height:24rem;
	box-sizing:border-box;
	padding:3rem 2rem;
	border:1px solid #ccc;
	resize:none;
	background:none;
	outline:none;
}
.inquiry-wrap .form-wrap .form_phone {
	display:flex;
	align-items:center;
	gap:2rem;
}
.inquiry-wrap .form-wrap .agree_box .agree_content {
	width:100%;
	height:30rem;
	box-sizing:border-box;
	padding:3rem 2rem;
	border:1px solid #ccc;
	resize:none;
	background:none;
	outline:none;
	overflow-y:auto;
	margin-bottom:1rem;
}
.inquiry-wrap #board_btn_wrap {
	text-align:center;
	margin-top:8rem;
}
@media (max-width: 991.98px) {
	.inquiry-wrap .form-wrap > dl {
		margin-top:3rem;
	}
	.inquiry-wrap .form-wrap > dl > dt {
		font-size:1.8rem;
	}
	.inquiry-wrap .form-wrap > dl > dt:before {
		width:5px;
		height:5px;
		right:-10px;
		top:2px;
	}
	.inquiry-wrap .form-wrap > dl > dd {
		font-size:1.6rem;
	}
	.inquiry-wrap .form-wrap > dl > dd input[type="text"] {
		font-size:1.6rem;
	}
	.inquiry-wrap .form-wrap > dl > dd textarea {
		height:20rem;
		padding:2rem;
	}
	.inquiry-wrap .form-wrap .form_phone {
		gap:1.5rem;
	}
	.inquiry-wrap .form-wrap .form_phone > input[type="text"] {
		width:30%;
	}
	.inquiry-wrap .form-wrap .agree_box .agree_content {
		height:20rem;
		padding:2rem;
	}
	.inquiry-wrap #board_btn_wrap {
		margin-top:4rem;
	}
}
@media (max-width: 575.98px) {
	.inquiry-wrap .form-wrap > dl > dd textarea {
		height:16rem;
	}
	.inquiry-wrap .form-wrap .agree_box .agree_content {
		height:16rem;
	}
}


/* 문의완료 */
.finish-wrap {
	margin:6rem 0;
}
.finish-wrap .box {
	width:100%;
	max-width:76rem;
	border-top:1px solid #222;
	position:relative;
	margin:0 auto;
	box-sizing:border-box;
	padding:8rem 0 4rem;
	text-align:center;
	font-size:1.8rem;
	font-weight:300;
	line-height:1.8;
	color:#666;
}
.finish-wrap .box h2 {
	font-size:3rem;
	font-weight:400;
	color:#000;
	line-height:1.6;
	margin-bottom:4rem;
}
.finish-wrap .box h2 > b {
	font-weight:700;
}
@media (max-width: 991.98px) {
	.finish-wrap {
		margin:4rem 0;
	}
	.finish-wrap .box {
		padding:6rem 0 2rem;
	}
	.finish-wrap .box h2 {
		font-size:2.8rem;
		margin-bottom:2rem;
	}
}
@media (max-width: 575.98px) {
	.finish-wrap .box {
		padding:4rem 0 2rem;
	}
	.finish-wrap .box h2 {
		font-size:2.4rem;
		line-height:1.4;
		margin-bottom:1rem;
	}
}



/* E-카탈로그 */
#catalog_list_gallery > ul > li {
	position:relative;
	box-sizing:border-box;
	padding:4rem 0;
	border-bottom:1px solid #ddd;
	display:flex;
	align-items:center;
	gap:10rem;
}
#catalog_list_gallery > ul > li:first-child {
	border-top:1px solid #ddd;
}
#catalog_list_gallery > ul > li > .thum {
	width:20rem;
	padding-bottom:28rem;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:auto;
}
#catalog_list_gallery > ul > li > .inner {
	display:flex;
	align-items:center;
	justify-content:space-between;
	gap:10rem;
	box-sizing:border-box;
	width:calc(100% - 30rem);
}
#catalog_list_gallery > ul > li > .inner > .txt {
	width:calc(100% - 34rem);
}
#catalog_list_gallery > ul > li > .inner > .txt > .tit {
	font-size:3.2rem;
	font-weight:700;
	color:#222;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
#catalog_list_gallery > ul > li > .inner > .txt > p {
	font-size:2rem;
	line-height:1.8;
	color:#777;
	margin-top:3rem;
	white-space:normal;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	overflow:hidden;
}
#catalog_list_gallery > ul > li > .inner > .txt > .tit > .icon {
	display:inline-block;
	font-size:1.6rem;
	font-weight:500;
	color:#fff;
	box-sizing:border-box;
	padding:0.7rem 2rem;
	text-align:center;
	border-radius:5rem;
	background:#222;
	margin-left:2rem;
}
#catalog_list_gallery > ul > li > .inner > .btn-down {
	width:24rem;
	display:flex;
	align-items:center;
	justify-content:center;
	gap:1rem;
	font-size:1.8rem;
	font-weight:600;
	color:#222;
	background:#FECD00;
	border-radius:1rem;
	box-sizing:border-box;
	padding:2rem 5rem;
}
@media (max-width: 1430px) {
	#catalog_list_gallery > ul > li {
		gap:6rem;
	}
	#catalog_list_gallery > ul > li > .inner {
		gap:6rem;
		width:calc(100% - 26rem);
	}
	#catalog_list_gallery > ul > li > .inner > .txt {
		width:calc(100% - 30rem);
	}
}
@media (max-width: 1199.98px) {
	#catalog_list_gallery > ul > li > .inner {
		display:block;
	}
	#catalog_list_gallery > ul > li > .inner > .txt {
		width:100%;
	}
	#catalog_list_gallery > ul > li > .inner > .txt > p {
		margin-top:2rem;
	}
	#catalog_list_gallery > ul > li > .inner > .btn-down {
		margin-top:3rem;
	}
}
@media (max-width: 991.98px) {
	#catalog_list_gallery > ul > li {
		padding:2rem 0;
		gap:4rem;
	}
	#catalog_list_gallery > ul > li > .thum {
		width:16rem;
		padding-bottom:22.4rem;
		background-size:cover;
	}
	#catalog_list_gallery > ul > li > .inner {
		gap:4rem;
		width:calc(100% - 20rem);
	}
	#catalog_list_gallery > ul > li > .inner > .txt > .tit {
		font-size:2rem;
	}
	#catalog_list_gallery > ul > li > .inner > .txt > p {
		font-size:1.8rem;
		line-height:1.6;
		margin-top:1rem;
	}
	#catalog_list_gallery > ul > li > .inner > .txt > .tit > .icon {
		font-size:1.2rem;
		padding:0.5rem 1.2rem 0.4rem;
		margin-left:1rem;
	}
	#catalog_list_gallery > ul > li > .inner > .btn-down {
		width:20rem;
		font-size:1.6rem;
		border-radius:0.6rem;
		padding:1.5rem 3rem;
		margin-top:2rem;
	}
}

@media (max-width: 575.98px) {
	#catalog_list_gallery > ul > li {
		gap:2rem;
	}
	#catalog_list_gallery > ul > li > .thum {
		width:12rem;
		padding-bottom:16.8rem;
	}
	#catalog_list_gallery > ul > li > .inner {
		gap:2rem;
		width:calc(100% - 14rem);
	}
	#catalog_list_gallery > ul > li > .inner > .txt > .tit {
		font-size:1.8rem;
	}
	#catalog_list_gallery > ul > li > .inner > .txt > p {
		font-size:1.6rem;
		margin-top:0.5rem;
	}
	#catalog_list_gallery > ul > li > .inner > .txt > .tit > .icon {
		font-size:1.1rem;
	}
	#catalog_list_gallery > ul > li > .inner > .btn-down {
		width:16rem;
		font-size:1.4rem;
		padding:1rem 1.5rem;
		margin-top:1rem;
	}
}


/* contact */
.contact-wrap .sec01 {
	box-sizing:border-box;
	padding:12rem 0;
	height:90vh;
	min-height:92rem;
	background:url('../_img/sub/contact_bg.jpg') no-repeat center center / cover;
}
.contact-wrap .sec01:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(0,0,0,0.2);
}
.contact-wrap .container {
	height:100%;
}
.contact-wrap .content {
	height:100%;
	display:flex;
	justify-content:center;
	flex-direction:column;
	color:#fff;
}
.contact-wrap .content .title {
	margin-bottom:12rem !important;
}
.contact-wrap .content .info{
	display:flex;
	justify-content:center;
	flex-direction:column;
	gap:1.5rem;
}
.contact-wrap .content .info > p {
	display:flex;
	align-items:flex-start;
	gap:1.5rem;
	font-size:2rem;
}
.contact-wrap .content .info > p > i {
	position:relative;
	top:5px;
}
@media (max-width: 991.98px) {
	.contact-wrap .sec01 {
		padding:6rem 0;
	}
	.contact-wrap .content .title {
		margin-bottom:6rem !important;
	}
	.contact-wrap .content .info{
		gap:1rem;
	}
	.contact-wrap .content .info > p {
		gap:1rem;
		font-size:1.8rem;
	}
}
@media (max-width: 575.98px) {
	.contact-wrap .content .info > p > i {
		top:3px;
	}
}



/* E.I.F.S */
.eifs-wrap .eifs-title {
	margin-bottom:8rem;
}
.eifs-wrap .eifs-title > h2 {
	font-size:6.4rem;
	font-weight:800;
}
@media (max-width: 991.98px) {
	.eifs-wrap .eifs-title {
		margin-bottom:4rem;
	}
	.eifs-wrap .eifs-title > h2 {
		font-size:4rem;
	}
}
@media (max-width: 575.98px) {
	.eifs-wrap .eifs-title {
		margin-bottom:2rem;
	}
	.eifs-wrap .eifs-title > h2 {
		font-size:2.4rem;
	}
}


.eifs-wrap .top .inner {
	box-sizing:border-box;
	height:100%;
	padding:5rem 2rem;
	border-top:1px solid #222;
	border-bottom:1px solid #222;
}
.eifs-wrap .top .inner > .tit {
	position:relative;
	font-size:2.4rem;
	font-weight:700;
	color:#222;
	box-sizing:border-box;
	padding-left:3.4rem;
}
.eifs-wrap .top .inner > .tit:before {
	content:"";
	position:absolute;
	display:inline-block;
	left:0;
	top:8px;
	width:2.4rem;
	height:2.4rem;
	background:url("../_img/sub/icon_chk.png") no-repeat center center / cover;
}
.eifs-wrap .top .inner > ul {
	list-style:none;
	padding-left:0;
	margin-top:1rem;
}
.eifs-wrap .top .inner > ul > li {
	position:relative;
	font-size:1.8rem;
	line-height:1.8;
	color:#666;
	padding-left:1.5rem;
}
.eifs-wrap .top .inner > ul > li:before {
	content:"";
	position:absolute;
	left:0;
	top:14px;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#222;
}
@media (max-width: 1199.98px) {
	.eifs-wrap .top .row {
		margin-left:-10px;
		margin-right:-10px;
	}
	.eifs-wrap .top .row > div[class^='col-'] {
		padding-left:10px;
		padding-right:10px;
	}
	.eifs-wrap .top .inner {
		padding:3rem 1rem;
	}
	.eifs-wrap .top .inner > .tit {
		font-size:2rem;
		padding-left:2.8rem;
	}
	.eifs-wrap .top .inner > .tit:before {
		top:4px;
		width:2rem;
		height:2rem;
	}
	.eifs-wrap .top .inner > ul > li {
		font-size:1.6rem;
		line-height:1.6;
		padding-left:1.2rem;
	}
	.eifs-wrap .top .inner > ul > li:before {
		top:10px;
		width:3px;
		height:3px;
	}
}
@media (max-width: 991.98px) {
	.eifs-wrap .top .inner {
		padding:2rem 1rem;
		border-top:0;
		border-bottom:1px solid #222;
	}
	.eifs-wrap .top .row > div[class^='col-']:first-child .inner {
		border-top:1px solid #222;
	}
}


.eifs-wrap .flex {
	display:flex;
	align-items:center;
}
.eifs-wrap .flex > .in {
	width:50%;
}
.eifs-wrap .flex > .in > .inner {
	height:100%;
}
.eifs-wrap .flex > .lt > .inner{
	display:flex;
	align-items:center;
	justify-content:center;
	box-sizing:border-box;
	padding:6rem 0;
}
.eifs-wrap .flex > .lt > .inner .img {
	filter:drop-shadow(10px 10px 30px rgba(0,0,0,0.5));
	box-sizing:border-box;
}
.eifs-wrap .flex > .rt {
	box-sizing:border-box;
	padding-left:5rem;
}
.eifs-wrap .flex > .rt > .inner .tit {
	font-size:3rem;
	font-weight:700;
	color:#000;
	padding-bottom:2rem;
	border-bottom:2px solid #222;
}
.eifs-wrap .flex > .rt > .inner .info {
	border-bottom:1px solid #ccc;
	font-size:2rem;
	color:#222;
	height:auto;
	min-height:38rem;
}
.eifs-wrap .flex > .rt > .inner .info > .desc {
	font-size:1.8rem;
	color:#777;
	margin-top:1.5rem;
}
.eifs-wrap .flex > .rt > .inner .info > dl {
	border-bottom:1px solid #ccc;
	display:flex;
	align-items:flex-start;
	box-sizing:border-box;
	padding:3rem 0;
}
.eifs-wrap .flex > .rt > .inner .info > dl:last-child {
	border-bottom:0;
}
.eifs-wrap .flex > .rt > .inner .info > dl > dt{
	padding-right:3rem;
	margin-right:3rem;
	font-size:2rem;
	font-weight:700;
	line-height:1;
	border-right:1px solid #ddd;
	display:flex;
	align-items:flex-start;
	gap:1rem;
}
.eifs-wrap .flex > .rt > .inner .info > dl > dt.red {
	color:#f00;
}
.eifs-wrap .flex > .rt > .inner .info > dl > dt > .num {
	display:flex;
	align-items:center;
	justify-content:center;
	text-align:center;
	width:2.4rem;
	height:2.4rem;
	border-radius:50%;
	background:var(--mc);
	font-size:1.2rem;
	color:#222;
}
.eifs-wrap .flex > .rt > .inner .info > dl > dd {
	position:relative;
	top:-3px;
	font-size:2rem;
	color:#333;
}
.eifs-wrap .flex > .rt > .inner .info > dl > dd > .desc {
	font-size:1.6rem;
	color:#777;
	margin-top:0.5rem;
}
.eifs-wrap .flex > .rt > .inner .info > ul {
	list-style:none;
	padding-left:0;
	margin-top:3rem;
}
.eifs-wrap .flex > .rt > .inner .info > ul > li {
	position:relative;
	font-size:2rem;
	line-height:1.6;
	color:#555;
	padding-left:1.5rem;
	margin:0.5rem 0;
}
.eifs-wrap .flex > .rt > .inner .info > ul > li:before {
	content:"";
	position:absolute;
	left:0;
	top:16px;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#222;
}
.eifs-wrap .flex .btnArea {
	margin:4rem 0 7rem;
	display:flex;
	justify-content:flex-end;
}
.eifs-wrap .flex .btnArea .btn_link {
	display:flex;
	align-items:center;
	justify-content:flex-end;
	font-size:2rem;
	font-weight:500;
	color:#222;
	width:fit-content;
}
.eifs-wrap .flex .btnArea .btn_link > span {
	display:flex;
	align-items:center;
	justify-content:center;
	width:3.6rem;
	height:3.6rem;
	background:#000;
	color:#fff;
	margin-left:1.5rem;
}
.eifs-wrap .sec02 {
	padding:8rem 0;
}
.eifs-wrap .s-title {
	padding-top:8rem;
	border-top:1px solid #ccc;
	margin-bottom:4rem;
}
.eifs-wrap .s-title > h3 {
	font-size:3.6rem;
	font-weight:700;
}
.eifs-wrap .s-title > p {
	font-size:2rem;
	margin-top:1rem;
	color:#333;
}

@media (max-width: 1430px) {
	.eifs-wrap .flex > .lt > .inner{
		padding:4rem;
	}
	.eifs-wrap .flex > .lt > .inner .img {
		filter:drop-shadow(10px 10px 20px rgba(0,0,0,0.5));
	}
	.eifs-wrap .flex > .rt > .inner .tit {
		font-size:2.4rem;
	}
	.eifs-wrap .flex > .rt > .inner .info {
		font-size:1.8rem;
		min-height:32rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > .desc {
		font-size:1.6rem;
		margin-top:2rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > dl {
		padding:2rem 0;
	}
	.eifs-wrap .flex > .rt > .inner .info > dl > dt{
		padding-right:2rem;
		margin-right:2rem;
		font-size:1.8rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > dl > dt > .num {
		width:2rem;
		height:2rem;
		font-size:1rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > dl > dd {
		font-size:1.8rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > dl > dd > .desc {
		font-size:1.4rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > ul {
		margin-top:2rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > ul > li {
		font-size:1.8rem;
		padding-left:1.2rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > ul > li:before {
		width:3px;
		height:3px;
		top:13px;
	}
	.eifs-wrap .flex .btnArea {
		margin:3rem 0 6rem;
	}
}
@media (max-width: 1199.98px) {
	.eifs-wrap .flex {
		display:block;
	}
	.eifs-wrap .flex > .lt {
		width:100%;
	}
	.eifs-wrap .flex > .rt {
		width:100%;
		margin-top:4rem;
	}
	.eifs-wrap .flex > .lt > .inner{
		padding:4rem 20rem;
	}
	.eifs-wrap .flex > .rt {
		padding-left:0;
	}
	.eifs-wrap .flex > .rt > .inner .info {
		min-height:auto;
	}
	.eifs-wrap .s-title {
		border-top:0;
		padding-top:0;
		margin-bottom:8rem;
	}
	.eifs-wrap .s-title > h3 {
		font-size:2.8rem;
	}
}
@media(max-width:991.98px){
	.eifs-wrap .flex > .lt > .inner{
		padding:4rem 16rem;
	}
	.eifs-wrap .flex > .rt > .inner .tit {
		font-size:2rem;
		padding-bottom:1rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > .desc {
		margin-top:1rem;
	}
	.eifs-wrap .flex > .rt > .inner .info > ul > li:before {
		top:10px;
	}
	.eifs-wrap .sec02 {
		padding:4rem 0;
	}
	.eifs-wrap .s-title {
		margin-bottom:4rem;
	}
	.eifs-wrap .s-title > h3 {
		font-size:2.2rem;
	}
	.eifs-wrap .s-title > p {
		font-size:1.8rem;
	}
	.eifs-wrap .flex .btnArea {
		margin:2rem 0 4rem;
	}
	.eifs-wrap .flex .btnArea .btn_link {
		font-size:1.8rem;
	}
	.eifs-wrap .flex .btnArea .btn_link > span {
		width:3rem;
		height:3rem;
		margin-left:1rem;
	}
}

@media (max-width: 767.98px) {
	.eifs-wrap .flex > .lt > .inner{
		padding:2rem 4rem;
	}
	.eifs-wrap .flex > .lt > .inner .img {
		filter:drop-shadow(5px 5px 15px rgba(0,0,0,0.3));
	}
	.eifs-wrap .flex > .lt > .inner > .img > img {
		max-width:36rem !important;
	}
}
@media (max-width: 575.98px) {
	.eifs-wrap .flex > .lt > .inner > .img > img {
		max-width:30rem !important;
	}
}


/* HS 준불연 외단열시스템(PF) */ 
.eifs-pf-wrap .sec03 .flex > .rt > .inner .info{
	padding:4rem 0;
}
.eifs-pf-wrap .sec03 .flex > .rt > .inner .info > ul {
	margin-top:1rem;
}
.eifs-pf-wrap .sec03 .flex > .rt > .inner .info > ul > li {
	margin:0.5rem 0;
}
@media(max-width:991.98px){
	.eifs-pf-wrap .sec03 .flex > .rt > .inner .info{
		padding:2rem 0;
	}
}


/* HS 건식시스템 */ 
.eifs-system-wrap .flex > .rt > .inner .info {
	min-height:54rem;
}
.eifs-system-wrap .flex > .rt > .inner .info > dl > dt{
	line-height:1.4;
	border-right:0;
}
.eifs-system-wrap .flex > .rt > .inner .info > dl > dt > span {
	position:relative;
	top:3px;
}
@media (max-width: 1430px) {
	.eifs-system-wrap .flex > .rt > .inner .info {
		min-height:44rem;
	}
}
@media (max-width: 1199.98px) {
	.eifs-system-wrap .flex > .rt > .inner .info {
		min-height:auto;
	}
}


.eifs-system-wrap .flex-system {
	display:flex;
	gap:2rem;
}
.eifs-system-wrap .flex-system > .in {
	flex:1;
}
.eifs-system-wrap .flex-system > .in > .inner {
	height:100%;
}
.eifs-system-wrap .flex-system > .in > .inner > .img {
	display:flex;
	align-items:center;
	justify-content:center;
	height:36rem;
	box-sizing:border-box;
	padding:2rem;
	filter:drop-shadow(5px 15px 15px rgba(0,0,0,0.3));
}
.eifs-system-wrap .flex-system > .in:nth-child(3) > .inner > .img {
	filter:none;
}
.eifs-system-wrap .flex-system > .in > .inner > .txt {
	display:flex;
	align-items:center;
	margin-top:2rem;
	font-size:2.4rem;
	font-weight:700;
	color:#222;
}
.eifs-system-wrap .flex-system > .in > .inner > .txt:before {
	content:"●";
	font-size:1.6rem;
	margin-right:1rem;
}
@media (max-width: 1199.98px) {
	.eifs-system-wrap .flex-system {
		flex-wrap:wrap;
		gap:0;
		margin-left:-10px;
		margin-right:-10px;
	}
	.eifs-system-wrap .flex-system > .in {
		flex:0 0 33.3333%;
		padding-left:10px;
		padding-right:10px;
		margin-bottom:4rem;
	}
	.eifs-system-wrap .flex-system > .in > .inner > .img {
		height:28rem;
	}
	.eifs-system-wrap .flex-system > .in > .inner > .txt {
		font-size:2rem;
	}
	.eifs-system-wrap .flex-system > .in > .inner > .txt:before {
		font-size:1.4rem;
	}
}
@media (max-width: 991.98px) {
	.eifs-system-wrap .flex-system {
		margin-left:-5px;
		margin-right:-5px;
	}
	.eifs-system-wrap .flex-system > .in {
		padding-left:5px;
		padding-right:5px;
		margin-bottom:3rem;
	}
	.eifs-system-wrap .flex-system > .in > .inner > .img {
		padding:4rem;
		height:24rem;
	}
	.eifs-system-wrap .flex-system > .in > .inner > .txt {
		font-size:1.8rem;
		margin-top:0;
	}
	.eifs-system-wrap .flex-system > .in > .inner > .txt:before {
		font-size:1.2rem;
	}
}
@media (max-width: 767.98px) {
	.eifs-system-wrap .flex-system > .in {
		margin-bottom:3rem;
		flex:0 0 50%;
	}
	.eifs-system-wrap .flex-system > .in > .inner > .img {
		padding:4rem;
		height:28rem;
	}
}
@media (max-width: 575.98px) {
	.eifs-system-wrap .flex-system > .in > .inner > .img {
		height:24rem;
		padding:2rem;
	}
}


/* about */
.about-wrap .sec01 {
	height:90vh;
	min-height:97rem;
	background:url('../_img/sub/about_sec01_img.jpg') no-repeat center center / cover;
}
.about-wrap .sec01 .container {
	height:100%;
}
.about-wrap .sec01 .txt-box {
	position:absolute;
	left:5rem;
	top:20rem;
	color:#fff;
	padding:0 1.5rem;
}
.about-wrap .sec01 .txt-box h2 {
	font-size:7rem;
	font-weight:900;
}
.about-wrap .sec01 .txt-box h2 li {
	list-style:none;
	padding-left:0;
	display:inline-block;
	animation:smoother 0.8s ease;
	opacity:1;
	animation-fill-mode: both;
}
@keyframes smoother {
	0% {opacity:0;}
	100% {opacity:1;}
}
.about-wrap .sec01 .txt-box p {
	font-size:3.4rem;
	font-weight:500;
	margin-top:2rem;
}
.about-wrap .sec01 .txt-box p li {
	list-style:none;
	padding-left:0;
	display:inline-block;
	animation:smoother 0.8s ease;
	opacity:1;
	animation-fill-mode: both;
}
.about-wrap .sec01 .txt-box p li > b {
	color:var(--mc);
	font-weight:900
}
.about-wrap .sec01 .txt-box p > b.mc {
	color:var(--mc);
	font-weight:900;
}
.about-wrap .sec01 .scroll-down {
	position:absolute;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	padding-bottom:6rem;
	text-align:center;
	font-size:1.4rem;
	color:#fff;
}
.about-wrap .sec01 .scroll-down:before {
	content:"";
	position:absolute;
	width:1px;
	height:5rem;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	background:rgba(255,255,255,0.5);
}
.about-wrap .sec01 .scroll-down:after {
	content:"";
	position:absolute;
	width:1px;
	height:5rem;
	left:50%;
	bottom:0;
	transform:translateX(-50%);
	background:rgba(255,255,255,1);
	z-index:10;
	animation:scrollDown 1.5s infinite;
}
@keyframes scrollDown {
	0% {height:5rem;}
	100% {height:0;}
}
@media (max-width: 1640px) {
	.about-wrap .sec01 .txt-box {
		left:1.5rem;
	}
}
@media (max-width: 1199.98px) {
	.about-wrap .sec01 {
		height:80vh;
		min-height:87rem;
	}
	.about-wrap .sec01 .txt-box h2 {
		font-size:5rem;
	}
	.about-wrap .sec01 .txt-box p {
		font-size:2.4rem;
		margin-top:1rem;
	}
	.about-wrap .sec01 .scroll-down {
		padding-bottom:5rem;
		font-size:1.2rem;
	}
	.about-wrap .sec01 .scroll-down:before {
		height:4rem;
	}
	.about-wrap .sec01 .scroll-down:after {
		height:4rem;
	}
	@keyframes scrollDown {
		0% {height:4rem;}
		100% {height:0;}
	}
}
@media (max-width: 991.98px) {
	.about-wrap .sec01 {
		height:60vh;
		min-height:67rem;
	}
	.about-wrap .sec01 .txt-box {
		left:1rem;
	}
	.about-wrap .sec01 .txt-box h2 {
		font-size:3.6rem;
	}
	.about-wrap .sec01 .txt-box h2 li {
		filter:blur(4px);
	}
	@keyframes smoother {
		0% {filter:blur(4px);}
		100% {filter:blur(0);}
	}
	.about-wrap .sec01 .txt-box p {
		font-size:2rem;
	}
	.about-wrap .sec01 .txt-box p li {
		filter:blur(4px);
	}
	.about-wrap .sec01 .scroll-down {
		padding-bottom:4rem;
	}
	.about-wrap .sec01 .scroll-down:before {
		height:3rem;
	}
	.about-wrap .sec01 .scroll-down:after {
		height:3rem;
	}
	@keyframes scrollDown {
		0% {height:3rem;}
		100% {height:0;}
	}
}
@media (max-width: 767.98px) {
	.about-wrap .sec01 {
		height:40vh;
		min-height:47rem;
	}
	.about-wrap .sec01 .txt-box h2 {
		font-size:2.6rem;
	}
	.about-wrap .sec01 .txt-box p {
		font-size:1.8rem;
	}
}



.about-wrap .sec02 {
	padding:12rem 0;
	background:#242424;
	color:#fff;
}
.about-wrap .sec02 .youtube-box {
	text-align:center;
	overflow:hidden;
}
.about-wrap .sec02 .youtube-box .in {
	padding-top: 56.25%;
	position: relative;
	background:url('../_img/main/main_sec02_img.png') no-repeat center center / cover;
}
.about-wrap .sec02 .youtube-box iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.about-wrap .sec02 .inner {
	height:100%;
}
.about-wrap .sec02 .rt {
	box-sizing:border-box;
	width:100%;
	max-width:80rem;
	padding-left:6rem;
	padding-right:3rem;
	display:flex;
	flex-direction:column;
	justify-content:center;
}
.about-wrap .sec02 .rt > p {
	font-size:1.8rem;
	line-height:1.8;
	color:#999;
	margin-top:1rem;
}
.about-wrap .sec02 .rt > .s-tit {
	font-size:2.4rem;
	font-weight:700;
	color:#fff;
}
.about-wrap .sec02 .rt > .tit {
	font-size:8rem;
	font-weight:800;
	margin-bottom:6rem;
}
.about-wrap .sec02 .btm {
	margin-top:12rem;
}
.about-wrap .sec02 .btm .flex {
	display:flex;
	flex-wrap:wrap;
	gap:4rem;
}
.about-wrap .sec02 .btm .flex > .in {
	width:calc(33.333% - 4rem);
}
.about-wrap .sec02 .btm .flex > .in .top {
	display:flex;
	align-items:center;
	gap:1.5rem;
	font-size:2rem;
	font-weight:700;
}
.about-wrap .sec02 .btm .flex > .in .mid {
	padding-top:2rem;
	margin-top:2rem;
	border-top:1px solid #666;
	font-size:6rem;
	font-weight:800;
}
@media (max-width: 1199.98px) {
	.about-wrap .sec02 .rt {
		padding-left:4rem;
		padding-right:2rem;
	}
	.about-wrap .sec02 .rt > p {
		font-size:1.6rem;
	}
	.about-wrap .sec02 .rt > .s-tit {
		font-size:2rem;
	}
	.about-wrap .sec02 .rt > .tit {
		font-size:5rem;
		margin-bottom:4rem;
	}
	.about-wrap .sec02 .btm {
		margin-top:8rem;
	}
	.about-wrap .sec02 .btm .flex > .in .top {
		font-size:1.8rem;
	}
	.about-wrap .sec02 .btm .flex > .in .mid {
		font-size:4rem;
	}
}
@media (max-width: 991.98px) {
	.about-wrap .sec02 {
		padding:6rem 1.5rem;
	}
	.about-wrap .sec02 > .row {
		max-width:720px;
		margin:0 auto;
		padding:0 1.5rem;
	}
	.about-wrap .sec02 .rt {
		max-width:100%;
		padding-left:0;
		padding-right:0;
		margin-top:2rem;
	}
	.about-wrap .sec02 .rt > .tit {
		font-size:3rem;
		margin-bottom:2rem;
	}
	.about-wrap .sec02 .btm {
		margin-top:6rem;
	}
	.about-wrap .sec02 .btm .flex {
		gap:3rem;
	}
	.about-wrap .sec02 .btm .flex > .in {
		width:calc(33.333% - 3rem);
	}
	.about-wrap .sec02 .btm .flex > .in .top > .icon > img {
		max-width:4rem;
	} 
	.about-wrap .sec02 .btm .flex > .in .mid {
		font-size:3rem;
	}
}
@media (max-width: 767.98px) {
	.about-wrap .sec02 > .row {
		max-width:540px;
	}
}
@media (max-width: 575.98px) {
	.about-wrap .sec02 .rt > .tit {
		font-size:2.8rem;
		margin-bottom:1rem;
	}
	.about-wrap .sec02 .btm {
		margin-top:4rem;
	}
	.about-wrap .sec02 .btm .flex {
		gap:1rem;
	}
	.about-wrap .sec02 .btm .flex > .in {
		width:100%;
		padding:1rem 0;
		border-top:1px solid #666;
	}
	.about-wrap .sec02 .btm .flex > .in > .inner {
		display:flex;
		justify-content:space-between;
	}
	.about-wrap .sec02 .btm .flex > .in .mid {
		padding-top:0;
		margin-top:0;
		border-top:0;
		font-size:2.8rem;
	}
}


.about-wrap .sec03 {
	padding:12rem 0;
}
.about-wrap .sec03 h2.tit {
	font-size:5rem;
	font-weight:700;
}
.about-wrap .sec03 h2.tit .mc {
	color:var(--mc);
	text-decoration:underline;
	text-underline-offset:8px;
}
.about-wrap .sec03 .flex {
	position:relative;
	box-sizing:border-box;
	padding:12rem 0;
	height:auto;
	min-height:68rem;
	margin-top:4rem;
}
.about-wrap .sec03 .flex:nth-of-type(1){
	margin-top:6rem;
}
.about-wrap .sec03 .flex .lt {
	position:relative;
	z-index:10;
}
.about-wrap .sec03 .flex .lt > h3 {
	font-size:10rem;
	font-weight:900;
	color:#fff;
}
.about-wrap .sec03 .flex .lt > p {
	font-size:1.8rem;
	line-height:2;
	color:#666;
	margin-top:4rem;
	width:100%;
	max-width:calc(50% - 14rem);
	box-sizing:border-box;
	padding-right:10rem;
}
.about-wrap .sec03 .flex .rt {
	position:absolute;
	left:50%;
	top:0;
	width:100%;
	height:100%;
	margin-left:-14rem;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
}
@media (max-width: 1530px) {
	.about-wrap .sec03 .flex {
		padding:8rem 0;
		min-height:54rem;
	}
	.about-wrap .sec03 .flex .lt > h3 {
		font-size:7rem;
	}
	.about-wrap .sec03 .flex .lt > p {
		line-height:1.8;
		margin-top:3rem;
		max-width:calc(50% - 12rem);
		padding-right:6rem;
	}
	.about-wrap .sec03 .flex .rt {
		margin-left:-12rem;
	}
}
@media (max-width: 1199.98px) {
	.about-wrap .sec03 h2.tit {
		font-size:3.6rem;
	}
	.about-wrap .sec03 .flex {
		margin-top:3rem;
		padding:6rem 0;
		min-height:42rem;
	}
	.about-wrap .sec03 .flex:nth-of-type(1){
		margin-top:4rem;
	}
	.about-wrap .sec03 .flex .lt > h3 {
		font-size:5rem;
	}
	.about-wrap .sec03 .flex .lt > p {
		margin-top:2rem;
		max-width:50%;
		padding-right:4rem;
	}
	.about-wrap .sec03 .flex .rt {
		margin-left:0;
	}
}
@media (max-width: 991.98px) {
	.about-wrap .sec03 {
		padding:6rem 0;
	}
	.about-wrap .sec03 h2.tit {
		font-size:3rem;
	}
	.about-wrap .sec03 h2.tit .mc {
		text-underline-offset:4px;
	}
	.about-wrap .sec03 .flex {
		margin-top:2rem;
		padding:2rem 0;
		min-height:auto;
	}
	.about-wrap .sec03 .flex .lt > h3 {
		font-size:3.6rem;
	}
	.about-wrap .sec03 .flex .lt > p {
		margin-top:1rem;
		max-width:60%;
		font-size:1.6rem;
	}
	.about-wrap .sec03 .flex .rt {
		margin-left:10%;
	}
}
@media (max-width: 767.98px) {
	.about-wrap .sec03 h2.tit {
		font-size:2.8rem;
	}
	.about-wrap .sec03 .flex {
		display:flex;
		flex-direction:column-reverse;
	}
	.about-wrap .sec03 .flex:nth-of-type(1){
		margin-top:2rem;
	}
	.about-wrap .sec03 .flex .rt {
		position:relative;
		left:-30%;
		width:160%;
		margin-left:0;
		height:auto;
		padding-bottom:50%;
		margin-bottom:2rem;
	}
	.about-wrap .sec03 .flex .lt > h3 {
		font-size:2.8rem;
	}
	.about-wrap .sec03 .flex .lt > p {
		max-width:100%;
		padding-right:0;
	}
}
@media (max-width: 575.98px) {
	.about-wrap .sec03 h2.tit {
		font-size:2.4rem;
	}
	.about-wrap .sec03 .flex .lt > h3 {
		font-size:2.4rem;
	}
}

.about-wrap .sec04 {
	padding:15rem 0;
	background:#333;
	color:#ccc;
}
.about-wrap .sec04 .tit {
	font-size:6.4rem;
	font-weight:800;
	color:#fff;
}
.about-wrap .sec04 .flex {
	display:flex;
	justify-content:space-between;
	margin-top:8rem;
	box-sizing:border-box;
	padding:0 1.5%;
}
.about-wrap .sec04 .flex .in {
	flex:1;
	position:relative;
	z-index:2;
}
.about-wrap .sec04 .flex .in:last-child {
	z-index:1;
}
.about-wrap .sec04 .flex .in:after {
	content: "\e907";
	font-family:"xeicon";
	font-size:2rem;
	color:#fff;
	position:absolute;
	right:-3.5%;
	top:60%;
	transform:translateY(-50%);
}
.about-wrap .sec04 .flex .in:last-child:after {
	display:none;
}
.about-wrap .sec04 .flex .in:nth-last-child(2):after{
	color:#000;
}
.about-wrap .sec04 .flex .in > .inner {
	position:relative;
	width:100%;
	padding-bottom:100%;
}
.about-wrap .sec04 .flex .in > .inner .txt-box {
	position:absolute;
	width:120%;
	height:120%;
	left:0;
	top:0;
	display:flex;
	flex-direction:column;
	justify-content:space-evenly;
	align-items:center;
	text-align:center;
	box-sizing:border-box;
	border:2px solid #575341;
	border-radius:50%;
}
.about-wrap .sec04 .flex .in > .inner .txt-box {
	left:-10%;
}
.about-wrap .sec04 .flex .in:last-child > .inner .txt-box {
	background:#FECD00;
	border:2px solid #FECD00;
	color:#000;
}
.about-wrap .sec04 .flex .in > .inner .top {
	display:flex;
	flex-direction:column;
	justify-content:space-evenly;
	height:50%;
}
.about-wrap .sec04 .flex .in > .inner .btm {
	height:50%;
	font-size:1.8rem;
	line-height:1.4;
}
.about-wrap .sec04 .flex .in > .inner .num {
	font-size:2rem;
	font-weight:800;
	color:#FECD00;
}
.about-wrap .sec04 .flex .in > .inner .title {
	margin-bottom:2rem !important;
	font-size:2rem;
	font-weight:800;
	color:#FECD00;
}
.about-wrap .sec04 .flex .in:last-child > .inner .num,
.about-wrap .sec04 .flex .in:last-child > .inner .title {
	color:#000;
}
@media (max-width: 1430px) {
	.about-wrap .sec04 .flex .in:after {
		font-size:1.6rem;
	}
	.about-wrap .sec04 .flex .in > .inner .top .img > img {
		height:4rem;
	}
	.about-wrap .sec04 .flex .in > .inner .btm {
		font-size:1.6rem;
	}
	.about-wrap .sec04 .flex .in > .inner .num {
		font-size:1.8rem;
	}
	.about-wrap .sec04 .flex .in > .inner .title {
		margin-bottom:1rem !important;
		font-size:1.8rem;
	}
}
@media (max-width: 1199.98px) {
	.about-wrap .sec04 .flex {
		flex-wrap:wrap;
		margin-top:6rem;
	}
	.about-wrap .sec04 .flex .in {
		flex:0 0 33.333%;
	}
	.about-wrap .sec04 .flex .in:after {
		right:-2.5%;
		top:55%;
	}
	.about-wrap .sec04 .flex .in:nth-child(3):after {
		display:none;
	}
	.about-wrap .sec04 .flex .in > .inner .top {
		justify-content:flex-end;
		gap:1.5rem;
		padding-bottom:3rem;
	}
	.about-wrap .sec04 .flex .in > .inner .top .img > img {
		height:5rem;
	}
	.about-wrap .sec04 .flex .in > .inner .txt-box {
		width:110%;
		height:110%;
	}
	.about-wrap .sec04 .flex .in > .inner .txt-box {
		left:-5%;
	}
}
@media (max-width: 991.98px) {
	.about-wrap .sec04 {
		padding:6rem 0 8rem;
	}
	.about-wrap .sec04 .tit {
		font-size:4rem;
	}
	.about-wrap .sec04 .flex {
		margin-top:3rem;
	}
	.about-wrap .sec04 .flex .in:after {
		right:-3%;
	}
	.about-wrap .sec04 .flex .in > .inner .top {
		gap:1rem;
		padding-bottom:2rem;
	}
	.about-wrap .sec04 .flex .in > .inner .top .img > img {
		height:4rem;
	}
}
@media (max-width: 767.98px) {
	.about-wrap .sec04 .flex .in {
		flex:0 0 50%;
	}
	.about-wrap .sec04 .flex .in:nth-child(even):after {
		display:none;
	}
	.about-wrap .sec04 .flex .in:nth-child(3):after {
		display:block;
	}
}
@media (max-width: 575.98px) {
	.about-wrap .sec04 .tit {
		font-size:3rem;
	}
	.about-wrap .sec04 .flex {
		margin-top:2rem;
	}
	.about-wrap .sec04 .flex .in:after {
		right:-3%;
		font-size:1.4rem;
	}
	.about-wrap .sec04 .flex .in > .inner .top {
		gap:0.5rem;
		padding-bottom:1rem;
	}
	.about-wrap .sec04 .flex .in > .inner .top .img > img {
		height:3.6rem;
	}
	.about-wrap .sec04 .flex .in > .inner .btm {
		font-size:1.5rem;
	}
	.about-wrap .sec04 .flex .in > .inner .num {
		font-size:1.6rem;
		font-weight:600;
	}
	.about-wrap .sec04 .flex .in > .inner .title {
		font-size:1.7rem;
		margin-bottom:0.5rem !important;
	}
}