@charset "utf-8";

/* 내용관리 */
#ctt {}
.ctt_admin {
		margin:20px 0;
		text-align:right;
	}
#ctt_con {}

/* 소제목 */
.h4_tit {
		position:relative;
		margin-bottom:20px;padding-left:20px;
		font-size:1.8em;font-weight:600;line-height:1.2em;
	}
.h4_tit:before {
		content:'';display:inline-block;
		position:absolute;left:0;top:0;
		width:7px;height:18px;
		margin-top:-10px;
		vertical-align:top;
		transform:skew(15deg);
		background:#de620f;
	}
.h4_tit sub {
		font-size:.6em;
		vertical-align:bottom;
	}
.h4_tit .inner {font-size:.92em;color:#333;}
.h4_tit .inner:before {
		content:'';display:inline-block;
		width:2px;height:20px;
		margin:0 12px 0 10px;
		transform:skew(-15deg);
		background:#de620f;
	}
	
@media (max-width:1180px) {
	.h4_tit {
		padding-left:15px;
		font-size:1.5em;
	}
	.h4_tit:before {
		width:7px;height:15px;
		margin-top:-10px;
	}
}
@media (max-width:768px) {
	.h4_tit {
		padding-left:12px;
		font-size:1.25em;
	}
	.h4_tit:before {
		width:5px;height:12px;
		margin-top:-8px;
	}
}

/* ======================================== */
/* ======================================== */

/* 기본 제품 페이지 상단 이미지 + 특징 */
.prod_infor {
		position:relative;
		padding:80px 0 0;
		text-align:center;
		background-image:linear-gradient(#e5e5e5,#fff 40%);
	}
.prod_infor > .container {display:flex;}
.prod_img {flex:1;}
.prod_img img {display:block;margin:auto;}
.prod_fea {flex:1;}
.prod_fea .fea_txt {
		padding:30px;
		border:5px solid #30a068;
		text-align:left;
		background-color:#fff;
	}
.prod_fea .fea_txt p {
		margin-bottom:25px;
		font-size:1.8em;font-weight:700;line-height:1.5em;
	}
.prod_fea .fea_txt .prod_fea_tbl {width:100%;border-collapse:collapse;}
.prod_fea .fea_txt .prod_fea_tbl th, td {
		padding:10px;
		border:1px solid #d5d5d5;
		color:#333;
		text-align:center;
	}
.prod_fea .fea_txt .prod_fea_tbl th {
		width:18%;
		font-size:1.05em;font-weight:500;
		background-color:#f0f0f0;
	}
.prod_fea .fea_txt .prod_fea_tbl td {width:32%;}
.prod_fea .fea_txt dl dd {
		display:inline-block;
		margin-top:10px;padding:10px 20px;
		border-radius:30px;
		background-color:#e5e5e5;
	}
.prod_fea ul.fea_ico {
		display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px;
		margin:60px auto 0;
	}
.prod_fea ul.fea_ico li {}
.prod_fea ul.fea_ico li figure .fea_img {margin:auto;}
.prod_fea ul.fea_ico li figure figcaption {
		margin-top:20px;
		font-size:1.1em;font-weight:500;color:#393;line-height:1.5em;
	}
	
@media (max-width:1680px) {
	.prod_infor {padding-top:60px;}
	.prod_fea {
		flex:1.3;
		padding-left:30px;
	}
}
@media (max-width:1340px) {
	.prod_fea .fea_txt {
		padding:20px;
		border-width:3px;
	}
	.prod_fea .fea_txt p {font-size:1.5em;font-weight:500;}
	.prod_fea ul.fea_ico {grid-gap:10px;margin:40px auto 0;}
	.prod_fea ul.fea_ico li figure figcaption {font-size:1em;}
}
@media (max-width:1024px) {
	.prod_infor {padding-top:30px;}
	.prod_infor > .container {display:block;}
	.prod_img {margin-bottom:30px;}
	.prod_fea {padding-left:0;}
}
@media (max-width:768px) {
	.prod_infor {padding:0;background:#fff;}
	.prod_img {
		padding:20px;
		border:1px solid #efefef;border-radius:5px;
		box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
	.prod_fea .fea_txt {
		padding:10px 0 10px 20px;
		border:none;border-left:3px solid #30a068;
	}
	.prod_fea .fea_txt p {
		margin-bottom:15px;
		font-size:1.25em;
	}
	.prod_fea .fea_txt .prod_fea_tbl {border-bottom:1px solid #d5d5d5;}
	.prod_fea .fea_txt .prod_fea_tbl tr {display:block;position:relative;}
	.prod_fea .fea_txt .prod_fea_tbl th {
		position:absolute;clip:rect(0,0,0,0);
		width:1px;height:1px;
		margin:-1px;padding:0;
		border:none;
		overflow:hidden;
	}
	.prod_fea .fea_txt .prod_fea_tbl td {
		display:block;
		width:100%;
		padding:0;padding-left:105px;
		border:none;border-top:1px solid #d5d5d5;
		line-height:40px;text-align:left;
	}
	.prod_fea .fea_txt .prod_fea_tbl tr td:before {
		content:attr(data-label);display:block;
		position:absolute;left:0;top:1px;
		width:90px;
		font-size:.92em;color:#333;
		text-align:center;
		background-color:#f3f3f3;
	}
	.prod_fea .fea_txt .prod_fea_tbl tr td:nth-child(4):before {top:42px;}
	.prod_fea ul.fea_ico {grid-template-columns:repeat(3,1fr);grid-gap:10px;}
	.prod_fea ul.fea_ico li figure .fea_img img {width:80px;}
	.prod_fea ul.fea_ico li figure figcaption {font-size:.92em;}
}

/* ======================================== */
/* ======================================== */

/* 구성품 */
.prod_part {
		position:relative;
		margin:80px auto;padding:80px 0;
		text-align:center;
		background-color:#e8eae8;
	}
.prod_part ol {
		display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;
		list-style-type:none;
		margin:0;padding:0;
	}
.prod_part ol li {
		position:relative;
		padding:20px;
		border:1px solid transparent;border-radius:5px;
		background-color:#fff;box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
.prod_part ol li .num {
		display:block;
		position:absolute;left:10px;top:10px;
		width:36px;height:36px;
		border-radius:50%;
		font-family:var(--ff-GMM);color:#fff;line-height:38px;
		text-align:center;
		background-color:#de620f;
	}
.prod_part ol li figure img {
		display:block;margin:10px auto 20px;
	}
.prod_part ol li figure figcaption {line-height:1.5em;}
.prod_part ol li figure figcaption strong {
		display:block;
		margin-bottom:7px;
		font-size:1.1em;font-weight:500;color:#393;
	}
.prod_part ol li figure figcaption .desc {
		display:block;
		line-height:1.5em;
		text-align:left;
	}
	
@media (max-width:1680px) {
	.prod_part {padding:20px 10px;}
	.prod_part ol {grid-gap:20px;}
}
@media (max-width:1180px) {
	.prod_part {padding:10px 0;}
	.prod_part ol {grid-gap:10px;}
}
@media (max-width:1024px) {
	.prod_part ol li {padding:15px;}
	.prod_part ol li .num {
		left:5px;top:5px;
		width:26px;height:26px;
		line-height:28px;
	}
}
@media (max-width:768px) {
	.prod_part ol {grid-template-columns:repeat(2,1fr);}
}

/* ======================================== */
/* ======================================== */

/* 소모품 */
.prod_consum {
		display:grid;grid-template-columns:1fr 4fr;
		margin:80px auto;
	}
.prod_consum ul {
		display:flex;gap:60px;
		padding-left:60px;
	}
.prod_consum ul li {
		flex:1;
	}
.prod_consum ul li figure .img {
		padding:20px;
		border:1px solid #ccc;border-radius:3px;
		text-align:center;
	}
.prod_consum ul li figure figcaption {margin-top:25px;}
.prod_consum ul li figure figcaption .name {
		display:block;
		margin-bottom:10px;
		font-size:1.5em;font-weight:500;
	}
.prod_consum ul li figure figcaption .desc {color:#333;line-height:1.5em;}

@media (max-width:1180px) {
	.prod_consum {display:block;}
	.prod_consum ul {grid-gap:0;padding-left:0;}
	.prod_consum ul li {padding:0 10px;}
	.prod_consum ul li figure figcaption .name {font-size:1.25em;}
}
@media (max-width:1024px) {
	.prod_consum ul li figure figcaption {margin-top:15px;}
	.prod_consum ul li figure figcaption .name {font-size:1.15em;}
}
@media (max-width:768px) {
	.prod_consum ul {flex-direction:column;row-gap:20px;}
}

/* ======================================== */
/* ======================================== */

/* 사양 */
.prod_spec {margin:80px auto;}
.prod_spec .prod_tbl_wrap+h4.h4_tit {margin-top:80px;}
.prod_tbl_wrap {
		position:relative;
		max-width:100%;
		overflow-x:auto;
	}
.prod_tbl {
		width:100%;margin-bottom:10px;
		border:2px solid #13623a;border-collapse:collapse;
		font-size:.92em;
	}
.prod_tbl th, .prod_tbl td {
		padding:3px 5px;
		border:1px solid #ccc;
		line-height:1.5em;text-align:center;
	}
.prod_tbl .tbl_bg th, .prod_tbl .tbl_bg td {background-color:#f3f3f3;}
.prod_tbl thead th {
		font-weight:500;color:#fff;
		background-color:#13623a;
	}
.prod_tbl thead th * {color:#fff;}
.prod_tbl tbody th {font-weight:500;color:#13623a;}
.prod_tbl tbody td {font-size:.92em;}
.prod_tbl tbody td.em {background-color:#fbf8f0;}
.prod_tbl tbody td.td_bg {background-color:#fff;}
.prod_tbl tbody span.em {color:#e0692f;}
.prod_tbl_not {
		list-style-type:square;
		padding:15px 15px 15px 35px;
		background-color:#e8eae8;
	}
.prod_tbl_not li {font-size:.92em;line-height:1.3em;}
.prod_tbl_not li+li {margin-top:5px;}
.prod_tbl_not li .em {color:#e0692f;}

@media (max-width:768px) {
	.prod_tbl thead th {
		min-width:100px;
		padding:10px 5px;
	}
}

/* ======================================== */
/* ======================================== */

/* 싱글스크류 공기압축기 > 기술특징 및 장점 */
.ctt_prod1 {}
	.ctt_prod1 .desc {}
	.ctt_prod1 .desc .desc_cont * {line-height:1.5em;}
	.ctt_prod1 .desc .desc_cont {padding-top:150px;}
.ctt_prod1 #tab1.desc_cont {padding-top:80px;}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap1 {
		padding-top:40px;
		background-image:linear-gradient(#cbd3cb,#e8eae8 80%);
	}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 {
		padding:20px 0 40px;
		background-color:#e8eae8;
	}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 > .container {display:flex;}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap1 ul {display:flex;gap:20px;}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap1 li {
		flex:1;
		padding:10px;
		border:1px solid transparent;border-radius:5px;
		text-align:center;
		background-color:#fff;box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap1 li.video {
		position:relative;
		background:#000;
	}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap1 li.video video {max-width:100%;}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 dl {
		flex:1;
		position:relative;
		padding:20px;
		border:1px solid transparent;border-radius:5px;
		background-color:#fff;box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 dl.flex1 {flex:1;}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 dt {margin-bottom:10px;font-size:1.35em;font-weight:600;color:#393;}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 dt:after {
		content:"";display:block;
		clear:both;visibility:hidden;
	}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 dd {color:#333;text-align:justify;}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 dd ol {
		margin:20px 0;padding:15px;padding-left:40px;
		border-radius:3px;
		background-color:#333;
	}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 dd ol li {color:#fff;}
.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 .grid_container {
		flex:1.5;
		display:grid;grid-template-columns:repeat(2,1fr);gap:20px;
		margin-left:20px;
	}
.ctt_prod1 #tab2.desc_cont {}
.ctt_prod1 #tab2.desc_cont .tab2_wrap {
		display:flex;gap:50px;
		margin-top:50px;
	}
.ctt_prod1 #tab2.desc_cont .tab2_wrap figure {flex:1;}
.ctt_prod1 #tab2.desc_cont .tab2_wrap ol {
		flex:1.8;
		display:grid;grid-template-columns:repeat(2,1fr);gap:30px 50px;
		list-style-type:none;margin:0;padding:0;
	}
.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li {
		position:relative;
		padding-left:55px;
		text-align:justify;
	}
.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li span.num {
	display:block;
	position:absolute;left:0;top:0;
	width:36px;height:36px;
	border-radius:50%;
	font-family:var(--ff-GMM);color:#fff;line-height:38px;
	text-align:center;
	background-color:#de620f;
}
.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li strong {
		display:block;
		margin-bottom:5px;
		font-size:1.35em;font-weight:500;
	}
.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li .cont {color:#333;}
.ctt_prod1 #tab3.desc_cont {}
.ctt_prod1 #tab3.desc_cont .prod_tbl thead th:nth-child(1) {width:120px;}
.ctt_prod1 #tab3.desc_cont .prod_tbl thead th:nth-child(2) {width:90px;}
.ctt_prod1 #tab3.desc_cont .prod_tbl thead th:nth-child(3), .ctt_prod1 #tab3.desc_cont .prod_tbl thead th:nth-child(4) {min-width:200px;}
.ctt_prod1 #tab4.desc_cont .tab4_wrap {display:flex;gap:80px;}
.ctt_prod1 #tab4.desc_cont .tab4_wrap figure {
		flex:1;
		padding:30px 20px;
		border:1px solid #efefef;border-radius:5px;
		text-align:center;
		box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap figure figcaption {
		margin-bottom:25px;
		font-size:1.35em;font-weight:600;color:#393;
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap {
		flex:2.5;
		display:grid;grid-template-columns:300px 1fr;row-gap:50px;
		margin:10px 0;
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dt {
		padding:10px 50px 10px 0;
		font-size:1.25em;font-weight:500;color:#393;
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd {
		padding:10px;padding-left:50px;
		border-left:1px solid #393;
		color:#333;
		text-align:justify;
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd > dl dd+dt {
		margin-top:30px;padding-top:30px;
		border-top:1px dashed #ccc;
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd > dl dt {
		margin-bottom:10px;
		font-weight:500;font-size:1.05em;
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd > dl dt:before {
		content:'\f00c';
		margin-right:10px;
		font-family:var(--ff-FA);color:#ff4800;
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd > dl dd {
		padding-left:26px;
		color:#333;
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd ul {
		list-style-type:square;
		margin:10px 0;padding-left:25px;
	}
.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd li {color:#333;}

@media (max-width:1680px) {
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap1 {padding:20px 10px;}
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 {padding:0 10px 20px;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap {gap:50px;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap figure figcaption {font-size:1.25em;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap {grid-template-columns:280px 1fr;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dt {padding:10px 30px 10px 0;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd {padding:10px;padding-left:30px;}
}
@media (max-width:1180px) {
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap1 ul {display:grid;grid-template-columns:repeat(2,1fr);}
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 .grid_container {
		flex:1.3;
		display:flex;flex-direction:column;gap:10px;
		margin-left:10px;
	}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap {gap:20px;}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol {flex:1.2;grid-template-columns:repeat(1,1fr);gap:30px;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap {display:block;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap figure {margin-bottom:30px;padding:20px 10px;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap {grid-template-columns:200px 1fr;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dt {font-size:1.15em;}
}
@media (max-width:1024px) {
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 > .container {display:block;}
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 .grid_container {margin:10px 0 0 0;}
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 dt {font-size:1.15em;}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap {display:block;margin-top:0;}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap figure {
		margin-bottom:30px;padding:15px 10px;
		border:1px solid #efefef;border-radius:5px;
		text-align:center;
		box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol {display:grid;grid-template-columns:repeat(2,1fr);}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li {padding-left:40px;}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li span.num {width:28px;height:28px;line-height:30px;}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li strong {font-size:1.15em;}
}
@media (max-width:768px) {
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap1 {padding:10px 0;}
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap1 ul {gap:10px;}
	.ctt_prod1 #tab1.desc_cont > .tab1_wrap2 {padding:0 0 10px;}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol {display:block;}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li+li {margin-top:20px;}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li {padding-left:0;}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li span.num {
			display:inline-block;
			position:relative;
			width:20px;height:20px;
			line-height:22px;vertical-align:top;
		}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li strong {
			display:inline-block;
			margin-bottom:0;margin-left:2px;
			font-size:1.15em;
		}
	.ctt_prod1 #tab2.desc_cont .tab2_wrap ol li .cont {
			margin-top:5px;padding:10px;border-radius:5px;
			font-size:.92em;
			background-color:#f3f3f3;
		}
	.ctt_prod1 #tab3.desc_cont .prod_tbl_wrap {border:1px solid #ccc;}
	.ctt_prod1 #tab3.desc_cont .prod_tbl thead th:nth-child(1) {width:120px;}
	.ctt_prod1 #tab3.desc_cont .prod_tbl thead th:nth-child(2) {width:90px;}
	.ctt_prod1 #tab3.desc_cont .prod_tbl thead th:nth-child(3), .ctt_prod1 #tab3.desc_cont .prod_tbl thead th:nth-child(4) {min-width:200px;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap {display:block;margin:0;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dt {padding:0;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd {
		margin-top:5px;padding:10px;
		border-left:none;border-radius:5px;
		font-size:.92em;
		background-color:#f3f3f3;
	}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd+dt {margin-top:20px;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd > dl dd+dt {margin-top:15px;padding-top:15px;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd > dl dt {margin-bottom:5px;}
	.ctt_prod1 #tab4.desc_cont .tab4_wrap .tab4_txt_wrap > dd > dl dd {padding-left:0;font-size:.92em;}
}

/* ======================================== */
/* ======================================== */

/* 싱글스크류 공기압축기 > 오일프리 > CM/G */
.ctt_prod2_1 {}
.ctt_prod2_1 .prod_etc {
		display:grid;grid-template-columns:repeat(2,1fr);
		margin:80px auto;
	}
.ctt_prod2_1 .prod_etc figure {
		padding:30px 10px;
		border:1px solid #ccc;border-radius:3px;
		text-align:center;
	}

/* 싱글스크류 공기압축기 > 오일프리 > CMD */
.ctt_prod2_4 {}
.ctt_prod2_4 .prod_spec .prod_tbl tr:nth-child(even) {background-color:#f3f3f3;}

/* 싱글스크류 공기압축기 > 오일인젝션 > CMN-D */
.ctt_prod3_4 {}
.ctt_prod3_4 .prod_use {}
.ctt_prod3_4 .prod_use .container {display:flex;}
.ctt_prod3_4 .prod_use p {
		flex:1;
		padding:10px 50px 10px 0;
		border-right:1px solid #393;
		font-size:1.05em;color:#3c3c3c;line-height:1.5em;
	}
.ctt_prod3_4 .prod_use ul {
		flex:3;
		display:grid;grid-template-columns:repeat(4,1fr);column-gap:20px;
		padding:10px 0 10px 50px;
		text-align:center;
	}
.ctt_prod3_4 .prod_use ul figcaption {
		margin-top:25px;
		font-size:1.25em;
	}
.ctt_prod3_4 .prod_use ul img {
		border:1px solid #fff;border-radius:5px;
		box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}

@media (max-width:1340px) {
	.ctt_prod2_1 .prod_etc {display:block;}
	.ctt_prod2_1 .prod_etc figure {
		padding:20px 10px;
		border:1px solid #efefef;border-radius:5px;
		box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
	.ctt_prod3_4 .prod_use ul {
		grid-template-columns:repeat(2,1fr);gap:40px 20px;
		padding:10px 0 10px 50px;
		text-align:center;
	}
	.ctt_prod3_4 .prod_use ul figcaption {margin-top:15px;}
}
@media (max-width:1024px) {
	.ctt_prod3_4 .prod_use .container {display:block;}
	.ctt_prod3_4 .prod_use p {padding:0;border-right:none;}
	.ctt_prod3_4 .prod_use ul {margin-top:30px;padding:0;}
	.ctt_prod3_4 .prod_use ul figcaption {font-size:1.05em;}
}
@media (max-width:768px) {
	.ctt_prod3_4 .prod_use ul {grid-gap:20px 10px;}
	.ctt_prod3_4 .prod_use ul figcaption {font-size:1em;line-height:1.3em;}
}


/* ======================================== */
/* ======================================== */

/* 가스 압축기 */
.ctt_prod4_1 {}
.ctt_prod4_1 .desc_cont {padding-top:150px;}
.ctt_prod4_1 .tab_wrap1 {display:flex;}
.ctt_prod4_1 .tab_wrap1 * {line-height:1.5em;}
.ctt_prod4_1 .tab_wrap1 figure {
		flex:1;
		padding:30px;
		border:1px solid #efefef;border-radius:5px;
		text-align:center;
		box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap {
		flex:2;
		display:grid;grid-template-columns:200px 1fr;row-gap:50px;align-items:center;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dt {
		font-size:1.25em;font-weight:500;color:#393;letter-spacing:.2em;
		text-align:center;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd {
		padding:10px;padding-left:50px;
		border-left:1px solid #393;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd p {
		color:#333;
		text-align:justify;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd p+p {margin-top:10px;}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.kind ul {
		display:grid;grid-template-columns:repeat(3,1fr);gap:10px;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.kind ul > li {
		padding:10px;
		border:1px solid #e5e5e5;border-radius:50px;
		color:#333;
		text-align:center;
		background-color:#f7f7f7;
		box-shadow:inset 2px 2px 1px #fff,3px 3px 7px rgba(0,0,0,.07);
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.good ul > li {
		position:relative;
		padding-left:24px;
		color:#333;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.good ul > li strong {
		display:block;
		margin-bottom:5px;
		font-size:1.05em;font-weight:500;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.good ul >li:before {
		content:'\f00c';
		position:absolute;left:0;top:0;
		font-family:var(--ff-FA);font-size:.8em;color:#ff4800;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.good ul > li+li {
		margin-top:20px;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.order p {font-size:1.05em;color:#000;}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.order ul {
		display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;
		list-style-type:square;
		margin-top:20px;padding:20px;padding-left:40px;
		border-radius:5px;
		background-color:#e8eae8;
	}
.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.order ul li {color:#333;}
.ctt_prod4_1 .tab_wrap2 {
		display:flex;
	}
.ctt_prod4_1 .tab_wrap2 * {color:#333;line-height:1.5em;}
.ctt_prod4_1 .tab_wrap2 > figure {
		flex:1;
		padding:30px;
		border:1px solid #efefef;border-radius:5px;
		text-align:center;
		box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
.ctt_prod4_1 .tab_wrap2 > .tab_txt_wrap {
		flex:1.9;
		padding-left:50px;
	}
.ctt_prod4_1 .tab_wrap2 table {
		width:100%;
		margin-bottom:50px;
		border:2px solid #d5d5d5;
		table-layout:fixed;
	}
.ctt_prod4_1 .tab_wrap2 table th, .ctt_prod4_1 .tab_wrap2 table td {
		padding:10px;
		border:1px solid #d5d5d5;
		color:#333;
		text-align:center;
	}
.ctt_prod4_1 .tab_wrap2 table th {
		font-size:1.05em;font-weight:500;
		background-color:#f0f0f0;
	}
.ctt_prod4_1 .tab_wrap2 p {
		
		text-align:justify;
	}
.ctt_prod4_1 .tab_wrap2 sub {
		font-size:.6em;
		vertical-align:bottom;
	}
.ctt_prod4_1 .tab_wrap2 p+p {margin-top:10px;}
.ctt_prod4_1 .tab_wrap2.use ul {
		display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;
		list-style-type:square;
		margin:30px 0;padding:20px;padding-left:40px;
		border-radius:5px;
		background-color:#e8eae8;
	}
.ctt_prod4_1 .tab_wrap2.fea ul > li {
		position:relative;
		
	}
.ctt_prod4_1 .tab_wrap2.fea ul > li strong {
		display:block;
		margin-bottom:5px;
		font-size:1.25em;font-weight:500;color:#393;
	}
.ctt_prod4_1 .tab_wrap2.fea ul > li+li {
		margin-top:20px;
	}
.ctt_prod4_1 .tab_wrap2.fea dl {margin-top:50px;}
.ctt_prod4_1 .tab_wrap2.fea dt {
		font-size:1.35em;font-weight:600;color:#000;
	}
.ctt_prod4_1 .tab_wrap2.fea dt:after {
		content:'';display:block;
		width:50px;height:3px;
		margin:15px 0 25px;
		background:#de620f;
	}
.ctt_prod4_1 .tab_wrap2.fea dd {
		
	}
.ctt_prod4_1 .tab_wrap2.fea dd+dd {
		margin-top:10px;
	}
	
@media (max-width:1340px) {
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap {grid-template-columns:160px 1fr;}
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dt {font-size:1.15em;letter-spacing:0;}
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.kind ul,
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.order ul {grid-template-columns:repeat(2,1fr);}
}
@media (max-width:1180px) {
	.ctt_prod4_1 .tab_wrap1 {display:block;}
	.ctt_prod4_1 .tab_wrap1 figure {margin-bottom:50px;}
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd {padding:10px 0 10px 30px;}
	.ctt_prod4_1 .tab_wrap2 {flex-direction:column;}
	.ctt_prod4_1 .tab_wrap2 > figure {max-width:800px;margin:auto;}
	.ctt_prod4_1 .tab_wrap2 > .tab_txt_wrap {flex:1;margin-top:50px;padding-left:0;}
	.ctt_prod4_1 .tab_wrap2 table {margin-bottom:30px;}
}
@media (max-width:768px) {
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap {display:block;}
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dt {text-align:left;}
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd {
		margin-top:10px;padding:10px;
		border-left:none;border-radius:5px;
		font-size:.92em;
		background-color:#f3f3f3;
	}
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd+dt {margin-top:20px;}
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.kind ul > li {background-color:#fff;}
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.order ul {display:block;margin-top:5px;padding:10px;padding-left:30px;background-color:#fff;}
	.ctt_prod4_1 .tab_wrap1 .tab1_txt_wrap > dd.order ul li+li {margin-top:5px;}
	.ctt_prod4_1 .tab_wrap2.use ul {display:flex;flex-direction:column;row-gap:5px;}
	.ctt_prod4_1 .tab_wrap2.fea ul > li strong {font-size:1.15em;}
	.ctt_prod4_1 .tab_wrap2.fea dt {font-size:1.15em;}
	.ctt_prod4_1 .tab_wrap2.fea dt:after {width:30px;height:2px;margin:15px 0;}
	.ctt_prod4_1 .tab_wrap2 table tr {display:block;position:relative;}
	.ctt_prod4_1 .tab_wrap2 table th {
		position:absolute;clip:rect(0,0,0,0);
		width:1px;height:1px;
		margin:-1px;padding:0;
		border:none;
		overflow:hidden;
	}
	.ctt_prod4_1 .tab_wrap2 table td {
		display:block;
		width:100%;
		padding:0;padding-left:105px;
		border:none;border-top:1px solid #d5d5d5;
		line-height:40px;text-align:left;
	}
	.ctt_prod4_1 .tab_wrap2 table tr td:before {
		content:attr(data-label);display:block;
		position:absolute;left:0;top:1px;
		width:90px;
		font-size:.92em;color:#333;
		text-align:center;
		background-color:#f3f3f3;
	}
	.ctt_prod4_1 .tab_wrap2 table tr td:nth-child(4):before {top:42px;}
}



/* ======================================== */
/* ======================================== */

/* 스크류 > 동작원리 */
.ctt_prod5_1 {}
.ctt_prod5_1 figure.mainImg {
		padding:30px 20px 50px 20px;
		text-align:center;
		background:url('../../../img/prod/prod5_1_bg.png') no-repeat center bottom;
	}
.ctt_prod5_1 figure.works {
		display:flex;gap:50px;
		max-width:1340px;margin:auto;
	}
.ctt_prod5_1 figure.works .img {
		flex:1;
		padding:30px;
		border:1px solid #efefef;border-radius:5px;
		text-align:center;
		box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
.ctt_prod5_1 figure.works figcaption {flex:1.3;margin-top:20px;}
.ctt_prod5_1 figure.works figcaption div {
		font-size:1.05em;color:#333;line-height:1.5em;
		text-align:justify;
	}
.ctt_prod5_1 figure.works figcaption div+div {margin-top:20px;}

/* 스크류 > CMW */
.ctt_prod5_2 {}
.ctt_prod5_2 .prod_fea .fea_txt p.em {
		margin:25px 0 0;
		font-size:1.2em;font-weight:500;color:#de620f;
	}
.ctt_prod5_2 .prod_sub {margin:80px auto;}
.ctt_prod5_2 .innerWrap {
		display:flex;gap:80px;
		margin-top:50px;
	}
.ctt_prod5_2 .img {
		flex:1;
		padding:30px;
		border:1px solid #efefef;border-radius:5px;
		text-align:center;
		box-shadow:3px 3px 7px rgba(0,0,0,.07);
	}
.ctt_prod5_2 .txt {
		flex:2;
		font-size:1.15em;
	}
.ctt_prod5_2 .txt * {line-height:1.5em;text-align:justify;}
.ctt_prod5_2 .txt ul {list-style-type:square;padding-left:25px;}
.ctt_prod5_2 .txt ul li+li {margin-top:10px;}
.ctt_prod5_2 .txt dl {
		display:grid;grid-template-columns:280px 1fr;row-gap:35px;
		margin-top:50px;padding:25px;
		border-radius:5px;
		background-color:#f3f3f3;
	}
.ctt_prod5_2 .txt dl dt {
		padding:7px 0;
		font-weight:500;color:#393;
	}
.ctt_prod5_2 .txt dl dd {
		padding:7px;padding-left:35px;
		border-left:1px solid #393;
		font-size:.85em;
		text-align:justify;
	}

@media (max-width:1180px) {
	.ctt_prod5_1 figure.works {flex-direction:column;}
	.ctt_prod5_2 .innerWrap {display:block;margin:0;}
	.ctt_prod5_2 .txt {margin-top:30px;font-size:1.05em;}
	.ctt_prod5_2 .txt dl {row-gap:25px;margin-top:30px;padding:20px;}
}
@media (max-width:768px) {
	.ctt_prod5_1 figure.works {gap:30px;}
	.ctt_prod5_1 figure.works figcaption div {font-size:1em;}
	.ctt_prod5_2 .txt {font-size:1em;}
	.ctt_prod5_2 .txt ul li+li {margin-top:5px;}
	.ctt_prod5_2 .txt dl {display:block;padding:15px;}
	.ctt_prod5_2 .txt dl dt {padding:0;}
	.ctt_prod5_2 .txt dl dd {padding:0;border-left:none;font-size:.88em;}
	.ctt_prod5_2 .txt dl dd+dt {margin-top:10px;}
}