@charset "utf-8";

/* ==================================================
	공통사항
================================================== */
.cont_inner {
	width: 100%;
	margin-top: 6rem;
}

.cont_inner2 {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	line-height: 3rem;
}

/* 애니메이션 */
.cont_inner {
	opacity: 0;
	transform: translateY(50px)
}

.cont_inner.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 0.7s 0.8s;
	-webkit-transition: all 0.7s 0.8s;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.cont_inner {
		margin-top: 4rem;
	}

	.cont_inner2 {
		margin-top: 4rem;
	}
}

/* 여백 */
.mgt3 {
	margin-top: 3rem;
}

.mgt5 {
	margin-top: 5rem;
}

.mgt7 {
	margin-top: 7rem;
}

.lsp01 {
	letter-spacing: -0.1rem;
}


/* ==================================================
	아이콘
================================================== */
.con_title {
	position: relative;
	font-size: 2.6rem;
	font-weight: var(--font-sb);
	padding-left: 1.8rem;
}

.con_title:before {
	content: "";
	position: absolute;
	top: 0.2rem;
	left: 0;
	width: 0.5rem;
	height: 2.4rem;
	background: var(--brand-color-main);
}

.dot_title {
	position: relative;
	font-size: 3.5rem;
	font-weight: var(--font-bd);
}

.dot_title:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: var(--brand-color-sub);
	border-radius: 50%;
	display: inline-block;
	margin-left: 0.5rem;
}

.dot_title2 {
	position: relative;
	font-size: 3.2rem;
	font-weight: var(--font-bd);
}

.dot_title2:after {
	content: "";
	width: 0.8rem;
	height: 0.8rem;
	background: var(--brand-color-sub);
	border-radius: 50%;
	display: inline-block;
	margin-left: 0.5rem;
}

.l-list01 {
	line-height: 1.2;
	font-size: 1.8rem;
}

.l-list01>li {
	position: relative;
	padding-left: 1.5rem;
	margin-top: 1rem;
	color: #606060;
}

.l-list01>li:first-child {
	margin-top: 0;
}

.l-list01>li:before {
	content: "";
	position: absolute;
	top: 0.9rem;
	left: 0;
	width: 0.5rem;
	height: 0.5rem;
	background: #b8b8b8;
}

.l-list01>li span {
	font-weight: var(--font-bd);
}

.width_line_list {
	margin-top: 0.5rem;
	font-size: 1.6rem;
}

.width_line_list>li:before {
	position: absolute;
	top: 0.9rem;
	left: 0;
	content: "";
	display: block;
	width: 0.5rem;
	height: 1px;
	background: #a0a0a0;
}

.width_line_list>li {
	position: relative;
	padding-left: 1.4rem;
	margin-bottom: 0.3rem;
}

.width_line_list>li:last-child {
	margin-bottom: 0;
}

.a-tit01 {
	font-size: 2.2rem;
	background: url('../images/icon/arrow_icon.svg') no-repeat 0 0.3rem;
	background-repeat: no-repeat;
	padding-left: 2.7rem;
	line-height: 1.4;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.con_title {
		font-size: 2.4rem;
		padding-left: 1.7rem;
	}

	.con_title:before {
		height: 2.2rem;
	}

	.l-list01 {
		font-size: 17px;
	}

	.l-list01>li:before {
		top: 9px;
		width: 5px;
		height: 5px;
	}

	.a-tit01 {
		font-size: 18px;
		padding-left: 3rem;
	}
}

/* ==================================================
	테이블
================================================== */
table.chart01 {
	width: 100%;
	border-top: solid 2px #c5cbcf;
	border-bottom: solid 2px #c5cbcf;
	font-size: 1.5rem;
	letter-spacing: -0.025em;
}

table.chart01 tr th {
	background-color: #e2e5e7;
	text-align: center;
	color: var(--color-black);
	font-weight: var(--font-bd);
}

/*table.chart01 td {
	padding-left: 2.5rem !important;
	line-height: 1.35;
}*/

table.chart01 tr th,
table.chart01 tr td {
	padding: 1rem 0.2rem;
	border-bottom: solid 1px #c5cbcf;
	border-left: 1px solid #c5cbcf;
	vertical-align: middle;
}

table.chart01 tr th:first-child,
table.chart01 tr td:first-child {
	border-left: 0;
}

table.chart01 tr td.ch_bl {
	border-left: 1px solid #c5cbcf;
}

table.chart01 tr td.ch_bg {
	background: #f8f8f8;
}

table.chart02 {
	width: 100%;
	border-top: solid 1px #262626;
	border-bottom: solid 1px #cdcdcd;
	text-align: center;
	font-size: 1.7rem;
}

table.chart02 tr th {
	background-color: #E5E5E5;
	color: var(--color-black);
	font-weight: var(--font-bd);
}

table.chart02 tr th:first-child {
	border-left: 0;
}

table.chart02 tr td {
	line-height: 1.35;
}

table.chart02 tr td:first-child {
	background: #F8F8F8;
	border-left: 0;
	font-weight: var(--font-sb);
}

table.chart02 tr th,
table.chart02 tr td {
	padding: 1.3rem 0.3rem;
	border-bottom: solid 1px #cdcdcd;
	vertical-align: middle;
	border-left: solid 1px #cdcdcd;
}

/* 테이블 사이즈 */
.chart01_width {
	width: 25%;
}

.chart02_width01 {
	width: 35%;
}

.chart02_width02 {
	width: 50%;
}

.chart02_width03 {
	width: 15%;
}

/* 모바일CSS */
@media screen and (max-width: 1023px) {
	table.chart01 {
		font-size: 1.6rem;
	}

	table.chart02 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 640px) {

	table.chart02 tr th,
	table.chart02 tr td {
		padding: 1.3rem 1rem;
	}
}

/* ==================================================
	반응형 테이블 스크롤
================================================== */
.msg_touch_help {
	display: none;
}

/* 모바일CSS */
@media screen and (max-width:720px) {
	.con_table_wrap {
		overflow-x: auto;
	}

	.con_table_wrap {
		position: relative;
	}

	.table_scroll {
		width: 100%;
	}

	.msg_touch_help {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -40px;
		margin-top: -40px;
		display: block;
	}

	.msg_touch_help img {
		width: 100px;
		height: 100px;
	}
}

/* ==================================================
	애니메이션
================================================== */
@-webkit-keyframes fadeUpAni {
	0% {
		opacity: 0;
		transform: translate3d(0, 54px, 0);
	}

	100% {
		opacity: 1;
		transform: translate3d(0, 0px, 0);
	}
}

.fadeUp.active {
	animation-name: fadeUpAni;
	animation-duration: 2s;
}

/* ==================================================
	이미지 움직이는 효과
================================================== */
.over-cover {
	overflow: hidden;
	position: relative;
	display: inline-block;
	line-height: 0;
}

.over-cover img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.over-cover:hover img {
	-webkit-transform: scale3d(1.2, 1.2, 1);
	transform: scale3d(1.2, 1.2, 1);
}

/* ==================================================
	영상
================================================== */
.movie_con {
	text-align: center;
}

.movie_con video {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	border: 1px solid #d7d7d7;
}

.promovie_con {
	text-align: center;
}

.promovie_con video {
	width: 100%;
	max-width: 1000px;
}

/* ==================================================
	유튜브 영상
================================================== */
.youtubeWrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 35px;
	height: 0;
	overflow: hidden
}

.youtubeWrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1
}

.youtubeWrap .btn_prev,
.youtubeWrap .btn_next {
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	z-index: 100;
	background: rgba(0, 0, 0, 0.6);
	color: var(--color-white)
}

.youtubeWrap .btn_prev {
	left: 0
}

.youtubeWrap .btn_next {
	right: 0
}

.youtubeWrap .btn_prev>img {
	float: left
}

.youtubeWrap .btn_next>img {
	float: right
}

.youtubeWrap .btn_prev>span,
.youtubeWrap .btn_next>span {
	display: inline-block;
	float: left;
	height: 90px;
	padding: 0 15px;
	margin: 20px 0;
	max-height: 50px;
	max-width: 180px;
	font-size: 16px;
	display: block;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: none;
}

.youtubeWrap .btn_prev:hover>span,
.youtubeWrap .btn_prev:focus>span,
.youtubeWrap .btn_next:hover>span,
.youtubeWrap .btn_next:focus>span {
	display: inline-block
}

.overveiw-wrap {
	overflow: hidden;
}

/* ==================================================
	회사소개 - 개요
================================================== */
.overview_txt {

	text-align: center;
	padding-top: 2rem;
}

.overview_txt h3 {
	font-size: 5.5rem;
	font-weight: var(--font-sb);
	text-transform: capitalize;
	line-height: 1.3;
}

.overview_txt p {
	padding-top: 3rem;
	font-size: 2.3rem;
}

.ov_bg_box {
	position: relative;
	width: 100%;
	padding: 8rem 0;
	margin: 8rem 0 7rem 0;
	display: inline-block;
	height: 430px;
}

.ov_bg_box:before {
	position: absolute;
	top: 0;
	left: -44%;
	content: "";
	width: 184%;
	height: 100%;
	background: url(../images/company/overview_img01.jpg) center no-repeat #000;
	background-size: cover;
	z-index: -1;
}

.ov_info {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 5rem;
}

.ov_info li {
	text-align: center;
	color: #001C52;
	line-height: 160%;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 5.5rem 0;
	border-radius: 2rem;
}

.ov_info li p {
	font-size: 3rem;
	font-weight: var(--font-sb);
}

.ov_info li img {
	width: 23%;
	padding-bottom: 1rem;
}

.ov_add .a_txt {
	display: flex;
	margin-bottom: 3rem;
	line-height: 41px;
}

.ov_add .a_txt img {
	margin-right: 0.5rem;
	height: 41px;
}

.ov_add .a_txt b {
	margin-right: 1rem;
}

.ov_add_pic {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	margin-bottom: 1rem;
}

.ov_add_pic li img {
	width: 100%;
	;
}

.ov_prd {
	padding-top: 5rem;
}

.dcont_tit {
	font-size: 4.5rem;
	font-weight: var(--font-bd);
}

.ov_prd_box {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 3fr);
	gap: 0;
	margin-top: 4rem;
	width: 100%;
}

.ov_prd_box li {
	padding: 3rem 4.5rem;
	text-align: right;
	height: 100%;
}

/* .ov_prd_box li.l_blue{
	background: #F1F4FB;
}
.ov_prd_box li.blue{
	background: #001C52;
	color: #fff;
} */

.ov_prd_box a:nth-child(2),
.ov_prd_box a:nth-child(3),
.ov_prd_box a:nth-child(6) {
	background-color: #001C52;
	color: #fff;
}

.ov_prd_box a:nth-child(1),
.ov_prd_box a:nth-child(4),
.ov_prd_box a:nth-child(5) {
	background-color: #F1F4FB;
}

.ov_prd_box li img {
	float: left;
	padding-bottom: 3rem;
	width: 30%;
}

.ov_prd_box li dt {
	padding-bottom: 1.5rem;
	font-size: 3rem;
	font-weight: var(--font-bd);
}

.ov_prd_box li dd {
	position: relative;
	text-align: right;
}

.ov_prd_box li dd>a {
	position: relative;
}

.ov_prd_box a:nth-child(1) dd .btn_w,
.ov_prd_box a:nth-child(5) dd .btn_w {
	display: none;
}

.ov_prd_box a:nth-child(1)dd .btn_b,
.ov_prd_box a:nth-child(5)dd .btn_b {
	display: block;
}

.ov_prd_box a:nth-child(2) dd .btn_w,
.ov_prd_box a:nth-child(6) dd .btn_w {
	display: block;
}

.ov_prd_box a:nth-child(2)dd .btn_b,
.ov_prd_box a:nth-child(6)dd .btn_b {
	display: none;
}

.ov_prd_box li dd>img {
	position: absolute;
	width: 52px;
	right: 0;
	bottom: -90px;
}

/* 모바일CSS */
@media screen and (max-width:1200px) {
	.ov_prd_box li {
		letter-spacing: -0.5px;
		padding-bottom: 13rem;
	}
}

@media screen and (max-width:1023px) {
	.dcont_tit {
		font-size: 3rem;
		line-height: 120%;
	}

	.ov_info {
		grid-template-columns: repeat(2, 2fr);
	}

	.ov_bg_box {
		height: 100%;
	}

	.ov_prd_box {
		grid-template-columns: repeat(1, 6fr);
	}

	.ov_add_pic {
		grid-template-columns: repeat(1, 3fr);
	}

	.ov_info li p {
		font-size: 2rem;
	}

	.ov_info li img {
		width: 40%;
	}

	.ov_prd_box a:nth-child(1),
	.ov_prd_box a:nth-child(3),
	.ov_prd_box a:nth-child(5) {
		background-color: #001C52;
		color: #fff;
	}

	.ov_prd_box a:nth-child(2),
	.ov_prd_box a:nth-child(4),
	.ov_prd_box a:nth-child(6) {
		background-color: #F1F4FB;
		color: #000;
	}

	.ov_prd_box a:nth-child(1) dd .btn_b,
	.ov_prd_box a:nth-child(5) dd .btn_b {
		display: none;
	}

	.ov_prd_box a:nth-child(1) dd .btn_w,
	.ov_prd_box a:nth-child(5) dd .btn_w {
		display: block;
	}

	.ov_prd_box a:nth-child(2) dd .btn_w,
	.ov_prd_box a:nth-child(6) dd .btn_w {
		display: none;
	}

	.ov_prd_box a:nth-child(2) dd .btn_b,
	.ov_prd_box a:nth-child(6) dd .btn_b {
		display: block;
	}

}

@media screen and (max-width:650px) {
	.overview_txt h3 {
		font-size: 4rem;
	}

	.ov_prd_box li dd>a img {
		bottom: -70px;
	}

	.ov_add .a_txt {
		line-height: 140%;
		align-items: center;
	}


}

/* ==================================================
	기업소개 - CEO
	================================================== */
.grt_con {
	display: flex;
	padding-top: 3rem;
}

.grt_txt {
	margin-right: 10%;
	width: 60%;
}

.grt_txt:before {
	background: url('../images/company/ceo_img02.png') no-repeat 50% / contain;
	content: "";
	display: block;
	width: 98px;
	height: 78px;
}

.grt_txt h3 {
	padding: 3rem 0 4rem 0;
	font-size: 5rem;
	text-transform: capitalize;
	line-height: 110%;
}

.grt_txt p.ceo_sign {
	font-size: 2.5rem;
	float: right;
	display: flex;
	padding-top: 2rem;
	/* align-items: center; */

}

.grt_txt p.ceo_sign img {
	padding-left: 2rem;
}

.grt_img {
	width: 30%;
}

.grt_img img {
	width: 100%;
}

.grt_img p.ceo_sign {
	display: none;
	font-size: 2.5rem;
	float: right;
	padding-top: 2rem;
	/* align-items: center; */

}

.grt_img p.ceo_sign img {
	width: 50%;
}

@media screen and (max-width:650px) {
	.grt_con {
		display: block;
	}

	.grt_txt {
		padding-bottom: 3rem;
		width: 100%;
	}

	.grt_img {
		margin: 0 auto;
		width: 80%;
	}

	.grt_txt p.ceo_sign {
		display: none;
	}

	.grt_img p.ceo_sign {
		display: flex;
	}

	.grt_txt:before {
        position: absolute;
        top: 36px;
        width: 70px;
    }

	.grt_txt h3 {
		padding-top: 0;
		font-size: 4rem;
	}

}

/* ==================================================
	기업소개 - 연혁
================================================== */
.history {
	padding-top: 5rem;
}

.history .box {
	position: relative;
	padding-left: 500px
}

.history .box .historyLine {
	position: absolute;
	left: 500px;
	top: 0;
	z-index: 1;
	width: 2px;
	height: 0;
	max-height: 100%;
	background-color: var(--brand-color-main);
	transition: height .3s
}

.history .box .dep1 {
	position: relative;
	line-height: 1.8;
}

.history .box .dep1::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #ddd
}

.history .box .dep1>dt {
	position: absolute;
	left: -500px;
	width: 500px;
	font-family: var(--font-nexonlv2);
	font-size: 4.2rem;
	font-weight: var(--font-bd);
	color: #ddd;
	transition: color .3s
}

.history .box .dep1>dt::after {
	content: "";
	position: absolute;
	right: -7px;
	top: 6%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	transition: background-color .3s
}

.history .box .dep1>dt.on {
	color: var(--brand-color-main)
}

.history .box .dep1>dt.on::after {
	background-color: var(--brand-color-main)
}

.history .box .dep1>dt .hisimg {
	position: relative;
}

.history .box .dep1>dt .hisimg>li {
	margin-top: 0.5rem;
	transform: translateX(-1.5rem);
	transition: .8s;
	opacity: 0
}

.history .box .dep1>dt .hisimg.active>li {
	transform: translateX(0px);
	opacity: 1
}

.history .box .dep1>dt .hisimg.active>li:nth-child(1) {
	transition-delay: .3s
}

.history .box .dep1>dt .hisimg.active>li:nth-child(2) {
	transition-delay: .6s
}

.history .box .dep1>dt .hisimg>li img {
	width: 100%;
	max-width: 38rem;
	border-radius: 2rem 2rem 0.5rem 0.5rem;
}

.history .box .dep1>dt:nth-child(1) {
	top: -15px
}

.history .box .dep1>dt:nth-child(1)::after {
	top: 2%
}

.history .box .dep1>dt span {
	font-weight: 600;
}

.history .box .dep1>dd {
	position: relative;
	padding-left: 99px
}

.history .box .dep1>dd:first-of-type .dep2 {
	padding-top: 0
}

.history .box .dep1>dd:first-of-type .dep2 dt {
	top: 0
}

.history .box .dep1>dd:last-of-type .dep2 {
	border-bottom: 0
}

.history .box .dep1>dd .dep2 {
	position: relative;
	padding: 2.8rem 0 3rem 13.3rem;
	border-bottom: 1px solid #efefef
}

.history .box .dep1>dd .dep2 dt {
	position: absolute;
	left: 0;
	top: 28px;
	font-size: 2rem;
	font-weight: 800;
}

.history .box .dep1>dd .dep2 dd~dd {
	margin-top: 14px
}

.history .box .dep1>dd .dep2 dd {
	display: flex;
}

.history .box .dep1>dd .dep2 dd em {
	flex-basis: 10%;
	font-size: 2rem;
	font-weight: 500;
	font-style: normal;
	vertical-align: top
}

.history .box .dep1>dd .dep2 dd span {
	flex-basis: 90%;
	font-size: 2rem;
}

.history .box .dep1>dd:last-of-type::after {
	content: "";
	position: absolute;
	left: -5px;
	bottom: 0;
	z-index: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ddd;
	transition: background-color .3s
}

.history .box .dep1>dd:last-of-type.on::after {
	background-color: var(--brand-color-main)
}

/* 모바일CSS */
@media screen and (max-width:1200px) {
	.history .box .dep1>dd .dep2 {
		padding: 2.8rem 0 3rem 10rem;
	}

	.history .box .dep1>dd .dep2 dd em {
		font-size: 1.8rem;
	}

	.history .box .dep1>dd .dep2 dd span {
		font-size: 1.8rem;
	}
}

@media screen and (max-width:1023px) {
	.history {
		padding: 7rem 0 0 0;
	}

	.history .box {
		padding-left: 0
	}

	.history .box .historyLine {
		left: 0
	}

	.history .box .dep1>dt {
		position: relative;
		left: 0;
		width: auto;
		padding-left: 50px;
		margin-top: 10px;
		font-size: 4rem;
		line-height: 1.2
	}

	.history .box .dep1>dt::after {
		left: -5px;
		top: 4%;
	}

	.history .box .dep1>dt.on::after {
		background-color: var(--brand-color-main)
	}

	.history .box .dep1>dt:nth-child(1) {
		top: -5px;
		margin-top: 0
	}

	.history .box .dep1>dt:nth-child(1):after {
		top: 0
	}

	.history .box .dep1>dd {
		padding-left: 50px
	}

	.history .box .dep1>dd .dep2 {
		padding: 20px 0
	}

	.history .box .dep1>dd .dep2 dt {
		position: relative;
		left: 0;
		top: 0;
		font-size: 2.5rem;
		line-height: 1.2
	}

	.history .box .dep1>dd .dep2 dd {
		margin-top: 20px
	}

	.history .box .dep1>dd .dep2 dd~dd {
		margin-top: 15px
	}

	.history .box .dep1>dd .dep2 dd em {
		flex-basis: 5%;
	}

	.history .box .dep1>dd .dep2 dd span {
		flex-basis: 95%;
	}

	.history .box .dep1>dd:last-of-type::after {
		left: -5px
	}
}

@media screen and (max-width:640px) {
	.history {
		padding: 20px 0 0 0;
	}

	.history .box .dep1 {
		line-height: 1.6;
	}

	.history .box .dep1>dt {
		padding-left: 30px;
		font-size: 3.6rem;
	}

	.history .box .dep1>dd {
		padding-left: 30px;
	}

	.history .box .dep1>dd .dep2 dd em {
		flex-basis: 8%;
		font-size: 1.7rem;
	}

	.history .box .dep1>dd .dep2 dd span {
		flex-basis: 92%;
		font-size: 1.7rem;
	}
}

@media screen and (max-width:450px) {
	.history {
		padding: 20px 0 0 0;
	}

	.history .box .dep1>dt {
		padding-left: 20px;
	}

	.history .box .dep1>dd {
		padding-left: 20px;
	}

	.history .box .dep1>dd .dep2 dd em {
		flex-basis: 10%;
	}

	.history .box .dep1>dd .dep2 dd span {
		flex-basis: 90%;
	}
}


/* ==================================================
	회사소개 -수상현황
================================================== */
/* 철탑산업훈장-상단 */
.award_top {
	margin-top: 80px;
	display: flex;
}

.award_top li.txt {
	flex-basis: 45%;
	background: #F2F2F2;
	padding: 50px;
	position: relative;
}

.award_top li.txt p {
	font-size: 2.2rem;
	margin-bottom: 1.6rem;
}

.award_top li.txt h4 {
	font-size: 4rem;
	line-height: 1.3;
	padding-right: 234px;
}

.award_top li.txt p.date {
	position: absolute;
	bottom: 30px;
	left: 50px;
	font-size: 2rem;
}

.award_top li.txt img {
	position: absolute;
	height: 314px;
	width: auto;
	bottom: calc(50% - 170px);
	right: 50px;
}

.award_top li.img {
	flex-basis: 55%;
	min-height: 430px;
	background: url('../images/company/award_top.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.award_top li.img img {
	width: 100%;
}

/* 수상현황 리스트 */
.award_list {
	margin-top: 80px;
}

.award_list ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	margin-top: 50px;
}

.award_list ul li {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.award_list ul li span {
	border-radius: 1rem;
	-moz-border-radius: 1rem;
}

.award_list ul li img {
	width: 100%;
}

.award_list ul li p {
	text-align: center;
}


/* 모바일CSS */
@media screen and (max-width:1200px) {

	/* 철탑산업훈장-상단 */
	.award_top {
		margin-top: 50px;
		flex-direction: column-reverse;
	}

	.award_top li.txt {
		padding: 5rem;
	}

	.award_top li.txt p.date {
		position: relative;
		margin-top: 20px;
		bottom: 0;
		left: 0;
	}

	.award_top li.txt img {
		bottom: 25px;
		height: 250px;
		filter: drop-shadow(3px 0px 15px #00000030);
	}

	.award_top li.img {
		min-height: 400px;
	}

	/* 수상현황 리스트 */
	.award_list {
		margin-top: 50px;
	}

}

@media screen and (max-width:1023px) {

	/* 수상현황 리스트 */
	.award_list ul {
		gap: 2rem;
		margin-top: 30px;
	}
}

@media screen and (max-width:640px) {

	/* 철탑산업훈장-상단 */

	.award_top li.txt {
		padding: 3rem;
	}

	.award_top li.txt h4 {
		font-size: 3.5rem;
	}

	.award_top li.txt p {
		font-size: 2.2rem;
		margin-bottom: 1rem;
		padding-right: 0;
	}
	.award_top li.txt img {
		bottom: 25px;
		height: 200px;
	}

	/* 수상현황 리스트 */
	.award_list ul li {
		gap: 1rem;
	}
}

@media screen and (max-width:480px) {

	/* 철탑산업훈장-상단 */
	.award_top li.txt h4 {
		font-size: 3rem;
		padding-right: 0;
	}

	.award_top li.txt img {
		display: none;
	}

	/* 수상현황 리스트 */
	.award_list ul {
		grid-template-columns: repeat(1, 1fr);
	}

}

/* ==================================================
	회사소개 - 주요고객
================================================== */


.customer_box {
	padding-top: 3rem;
	display: grid;
	grid-template-columns: repeat(4, 3fr);
	gap: 2rem;
}

.customer_box li {
	padding: 0.5rem 1rem;
	border: #E7E7E7 solid 1px;
	text-align: center;
}

.customer_box li img {
	width: 100%;
	max-width: 230px;
}

@media screen and (max-width:1024px) {
	.customer_box {
		grid-template-columns: repeat(3, 4fr);
	}

	.customer_box li img {
		width: 100%;
		max-width: auto;
	}
}

@media screen and (max-width:800px) {
	.customer_box {
		grid-template-columns: repeat(2, 6fr);
	}

}

/* ==================================================
	회사소개 - 오시는 길
================================================== */
.loc_con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* 상단이미지 */
.loc_left {
	flex-basis: 45%;
	padding-right: 3%;
}

.loc_left img {
	width: 100%;
	border-radius: 2rem;
}

/* 주소정보 */
.loc_right>h1 {
	font-family: var(--font-Elice);
	font-size: 2.8rem;
	font-weight: 600;
	margin-bottom: 2.5rem;
}

.loc_right>ul>li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.5rem;
}

.loc_right>ul>li:first-child {
	margin-top: 0;
}

.loc_right>ul>li .icon i {
	color: var(--color-white);
	font-size: 2.3rem;
}

.loc_right>ul>li .icon {
	width: 4rem;
	height: 4rem;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	background: var(--brand-color-main);
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.loc_right>ul>li b,
.loc_right>ul>li p {
	color: var(--color-black);
}

.loc_right>ul>li b {
	display: inline-block;
	font-size: 1.9rem;
	font-weight: var(--font-bd);
	margin: 0 2.5rem 0 1.5rem;
}

.loc_right>ul>li p {
	font-size: 1.7rem;
}

/* 지도 */
.loc_detail {
	width: 100%;
	max-width: var(--px-base);
	margin-right: auto;
	margin-left: auto;
	margin-top: 4rem;
}

/* 모바일CSS */
@media screen and (max-width: 800px) {
	.loc_con {
		display: block;
	}

	.loc_right {
		margin-top: 2.5rem;
	}
}

@media screen and (max-width: 640px) {

	/* 주소정보 */
	.loc_right>ul>li b {
		width: 7rem;
	}
}


/* ==================================================
	제품소개
================================================== */
.product_mpic {
	padding-top: 2.5rem;
}

.product_mpic img {
	width: 100%;
}

.bg_box {
	position: relative;
	width: 100%;
	padding: 8rem 0;
	margin: 8rem 0 7rem 0;
	display: inline-block;
}

.bg_box:before {
	position: absolute;
	top: 0;
	left: -44%;
	content: "";
	width: 184%;
	height: 100%;
	background: #F1F4FB;
	z-index: -1;
}

.bg_box li {
	display: inline-block;
	width: 100%;
}

.bg_box li.pb {
	/* padding-bottom: 5rem; */
}

.bg_box li img {
	/* float: left;
	margin-right: 4rem; */
	border: solid 1px #D0D0D1;
	max-width: 434px;
	width: 100%;
}

.prd_txt,
.bg_box li dt {
	padding-bottom: 20px;
	font-size: var(--rem-30);
	font-weight: var(--font-bd);
}

.bg_box .pic4 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4rem;
	/* margin-top: 4rem; */}

.pro_spic {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
	margin-top: 4rem;
}
.pro_spic2 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
	margin-top: 4rem;
}

.product_list li {
	display: grid;
	grid-template-columns: 30% calc(70% - 5rem);
	gap: 5rem;
	margin-bottom: 6rem;
}

.product_list li:last-child {
	margin-bottom: 0
}

.product_list li dl {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


/* 모바일CSS */
@media screen and (max-width:1023px) {
	.bg_box {
		margin: 0;
	}

	.bg_box li img {
		float: none;
		max-width: none;
	}

	.bg_box li dt {
		padding-top: 15px;
		padding-bottom: 10px;
	}

}

@media screen and (max-width:640px) {
	.bg_box .pic4 {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 0;
		gap: 2rem;
	}

	.bg_box li.pb {
		padding: 0;
	}

	.pro_spic {
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem;
	}

	.product_list li {
		display: flex;
		flex-direction: column;
		gap: 3rem;
	}

}

/* ==================================================
	기술소개 - 연구개발
================================================== */
.rnd_cont01 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4rem;
	margin-top: 4rem;
}

.rnd_cont01 img {
	border: solid 15px #D9D9D9;
	width: 100%;
}

/* 모바일CSS */
@media screen and (max-width: 1023px) {
	.rnd_cont01 {
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 2fr);
		gap: 2rem;
	}
}


.rnd_box {
	position: relative;
	width: 100%;
	padding: 8rem 0 4rem 0;
	margin: 8rem 0 10rem 0;
	display: inline-block;
}

.rnd_box:before {
	position: absolute;
	top: 0;
	left: -44%;
	content: "";
	width: 184%;
	height: 100%;
	background: #F1F4FB;
	background-size: cover;
	z-index: -1;
	padding-bottom: 7rem;
}

.rnd_cont02 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
	margin-top: 4rem;
}

/* 연구개발 컨텐츠2 */
.ov_middle {
	width: 100%;
	/* margin: 6rem 0;
	padding: 6rem 0;
	background: #f7f7f7; */
}

.ov_middle .inner {
	overflow: hidden;
}

.ov_middle ul {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(3, 1fr);
	gap: 0;
	margin-top: -7rem;
	height: 330px;
}

.ov_middle ul>li a {
	position: relative;
	display: block;
}

.ov_middle ul>li a .img {
	/* padding-bottom: 49.38%; */
}

.ov_middle ul>li a .img_tit2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 330px;
}

.ov_middle ul>li a .img h1 {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--color-white);
	font-size: 3rem;
	font-weight: var(--font-bd);
	line-height: 1.2;
}

.ov_middle ul>li a:hover .img h1 {
	opacity: 0;
}

.ov_middle ul>li a .img_tit {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 330px;
	background: linear-gradient(0deg, rgba(0, 28, 82, 0.8) 0%, rgba(0, 28, 82, 0.8) 100%);
	opacity: 0;
	transition: 0.2s all ease-in;
}

.ov_middle ul>li a .img_tit .img_txt {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: var(--color-white);
	line-height: 1.2;
}

.ov_middle ul>li a .img_tit .img_txt h1 {
	font-size: 2.5rem;
	font-weight: var(--font-bd);
}

.ov_middle ul>li a .img_tit .img_txt p {
	font-size: 2rem;
	line-height: 1.3;
	margin-top: 0.5rem;
}

.ov_middle ul>li a .img_tit .img_txt p span {
	font-size: 1.7rem;
	display: block;
}

.ov_middle ul>li a:hover .img_tit {
	opacity: 1;
}

/* 메인비주얼 사업군 서브 이미지 */
.ov_middle ul>li:nth-child(1) {
	background: url('../images/technology/rnd_img05.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.ov_middle ul>li:nth-child(2) {
	background: url('../images/technology/rnd_img06.jpg') 50% 50% no-repeat;
	background-size: cover;
}

.ov_middle ul>li:nth-child(3) {
	background: url('../images/technology/rnd_img07.jpg') 50% 50% no-repeat;
	background-size: cover;
}

/* 애니메이션 */
.overview .ov_top .ovtop_info {
	opacity: 0;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}

.overview .ov_top.active .ovtop_info {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	transition: all 0.6s 0.5s;
	-webkit-transition: all 0.6s 0.5s;
}

.ov_middle .inner {
	opacity: 0;
	transform: translateX(-50px);
	-webkit-transform: translateX(-50px);
	transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
	-webkit-transition: all 1s cubic-bezier(0.42, 0.0, 0.58, 1.0);
}

.ov_middle.active .inner {
	opacity: 1;
	transform: translateX(0);
	-webkit-transform: translateX(0);
}

/* 모바일CSS */
@media screen and (max-width: 1023px) {

	/* 연구개발 컨텐츠2 */
	.ov_middle .inner {
		overflow: visible;
	}

	.ov_middle ul {
		grid-template-columns: repeat(1, 3fr);
		gap: 2rem;
		height: auto;
	}

	.ov_middle ul li {
		height: 330px;
	}

}

@media screen and (max-width: 640px) {

	/* 연구개발 컨텐츠2 */
	.rnd_cont01 {
		margin-top: 2rem;
	}

	.ov_middle ul {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
		gap: 2rem;
	}

	.ov_middle ul>li a .img h1 {
		font-size: 18px;
	}


	.ov_middle ul>li a .img_tit .img_txt h1 {
		font-size: 20px;
	}

	.ov_middle ul>li a .img_tit .img_txt p {
		font-size: 17px;
	}

	.ov_middle ul>li a .img_tit .img_txt p span {
		font-size: 16px;
	}
}

@media screen and (max-width: 450px) {
	.ovtop_info li .box dl dt {
		font-size: 1.8rem;
		letter-spacing: -0.25px;
	}
}

/* 연구개발 컨텐츠3 */
.rnd_cont03 {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;
	margin-top: 5rem;
}

.rnd_cont03 img {
	width: 100%;
	border: solid 15px #D9D9D9;
}

/* 모바일CSS */
@media screen and (max-width: 640px) {
	.rnd_cont03 {
		margin-top: 2rem;
	}
}


/* ==================================================
	기술소개 - 제작공정
================================================== */
.process_box {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 3fr);
	gap: 1.5rem;
	margin-top: 5rem;
}

.process_box li {
	display: grid;
	border: solid 1px #CCD2DC;
	border-radius: 10px 10px 20px 20px;
}

.p_tit {
	display: flex;
	padding: 4rem 2rem 4rem 2rem;

}

.p_tit .p_num {
	text-align: left;
	font-size: 5rem;
	font-weight: var(--font-bd);
	color: #CCD2DC;
}

.p_tit .p_info {
	width: 100%;
	text-align: right;
	font-size: 2.5rem;
	font-weight: var(--font-sb);
	color: #FF0000;
}

.p_tit2 {
	font-size: 3.5rem;
	font-weight: var(--font-bd);
}

.process_box li img {
	width: 100%;
	border-radius: 0 0 20px 20px;
}

.view_sp {
	display: flex;
	margin-top: 5rem;
}

.view_sp_pic {
	padding-right: 5rem;
}

.view_sp_pic img {
	border-radius: 20px;
	width: 100%;
}

.view_sp_tb {
	width: 100%;
}

/* 스킨 - 표 */
.skin_table {
	/* margin-top: 2.4rem; */
}

.skin_table table {
	width: 100%;
	border-top: 2px solid #222;
}

.skin_table table th,
.skin_table table td {
	vertical-align: middle;
	text-align: center;
	padding: 0.8rem 1.3rem;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
}

.skin_table table th {
	background-color: #001C52;
	color: #fff;
}

.skin_table table thead th:last-child {
	border-right: 0;
}

.skin_table table tbody th {
	font-size: 1.6rem;
	font-weight: var(--font-rg);
	color: #222;
	background-color: #f8f8f8;
}

.skin_table table tbody td {
	font-size: 1.6rem;
	color: #495057;
}

.skin_table table tbody td:last-child {
	border-right: 0;
}

.hlathe_width01 {
	width: 25%;
}

.hlathe_width02 {
	width: 15%;
}

.vt_width01 {
	width: 12.5%;
}

.skin_memo {
	margin-top: 1rem;
}

.skin_table .t_red {
	color: #e03131;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.process_box {
		grid-template-columns: repeat(2, 4fr);
	}

	.p_tit .p_info {
		font-size: 2.3rem;
	}

	.view_sp_pic {
		text-align: center;
		padding-right: 0;
	}

	.view_sp {
		display: block;
		margin-top: 5rem;
	}

}

/* ==================================================
	기술소개 - 실적
================================================== */
.per_table {
	padding: 3rem 0 5rem 0;
}

.per_table table {
	width: 100%;
}

.per_table table th {
	background-color: #001C52;
	color: #fff;
}

.per_table table th,
.per_table table td {
	vertical-align: middle;
	text-align: center;
	padding: 0.8rem 1.3rem;
	border-right: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
}

.per_table table th {
	background-color: #001C52;
	color: #fff;
}

.per_table table thead th:last-child {
	border-right: 0;
}

.per_table table tbody th {
	font-size: 1.6rem;
	font-weight: var(--font-rg);
	color: #222;
	background-color: #f8f8f8;
}

.per_table table tbody td {
	font-size: 1.6rem;
	color: #495057;
}

.per_table table tbody td:last-child {
	border-right: 0;
}

.per_pic {
	padding-top: 3rem;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 3rem;
	text-align: center;
}

.per_pic img {
	border-radius: 10px;
	width: 100%;
}

/* ==================================================
	지속가능경영 - 품질
================================================== */
.quality_tit {
	margin: 5rem 0;
	text-align: center;
}

.quality_tit h3 {
	font-size: 4rem;
	line-height: 5rem;
	font-weight: var(--font-bd);
	margin-bottom: 2rem;
}

.quality_dia img {
	margin-top: 3rem;
	width: 100%;
}

.quality_bg_box {
	position: relative;
	width: 100%;
	padding: 8rem 0;
	margin: 8rem 0 7rem 0;
	display: inline-block;
	height: 430px;
}

.quality_bg_box:before {
	position: absolute;
	top: 0;
	left: -44%;
	content: "";
	width: 184%;
	height: 100%;
	background: url(../images/sustainability/quality_bg01.jpg) center no-repeat #000;
	background-size: cover;
	z-index: -1;
}

.quality_txt {
	margin-top: 5rem;
}

.quality_txt li {
	display: flex;
	align-items: center;
	flex-direction: row;
	border: solid 1px #CCD2DC;
	border-radius: 10px;
	padding: 5rem;
	margin-bottom: 3rem;
}

.q_num {
	flex-shrink: 0;
	font-size: 8rem;
	font-weight: var(--font-bd);
	margin-bottom: 0;
	text-align: center;
	width: 170px;
	color: #001C52;
}

.q_info {}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.quality_txt li {
		padding: 5rem 5rem 5rem 0;
	}
}

/* ==================================================
	지속가능경영 - 환경경영
================================================== */
.environ_cont {
	padding-top: 5rem;
}

.environ_img01 {
	position: absolute;
	height: 280px;
	left: 0;
	width: 1400px;
}

.environ_img01:before,
.environ_img02:before,
.environ_img03:before {
	position: absolute;
	height: 280px;
	width: 1220px;
}

.environ_img01:before {
	top: 0;
	left: -44%;
	content: "";
	background: url(../images/sustainability/environ_img01.jpg) center no-repeat #fff;

	background-size: cover;
	z-index: -1;
}

.environ_img02:before {
	right: -44%;
	content: "";
	background: url(../images/sustainability/environ_img02.jpg) center no-repeat #fff;
	background-size: cover;
	z-index: -1;
}

.environ_img03:before {
	left: -44%;
	content: "";
	background: url(../images/sustainability/environ_img03.jpg) center no-repeat #fff;
	background-size: cover;
	z-index: -1;
}

.environ_txt {
	width: 100%;
	margin-top: 5rem;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.environ li {
	margin-bottom: 5rem;
}

.environ li:nth-child(1) .environ_txt {
	padding: 15rem 0 0 65rem;
	background-image: url(../images/sustainability/environ_icon01.png);
	background-position: right top;
}

.environ li:nth-child(2) .environ_txt {
	padding: 15rem 65rem 0 0;
	background-image: url(../images/sustainability/environ_icon02.png);
	background-position: 640px top;
	text-align: right;
}

.environ li:nth-child(3) .environ_txt {
	padding: 15rem 0 0 65rem;
	background-image: url(../images/sustainability/environ_icon03.png);
	background-position: 1000px top;
}

.environ_txt h3 {
	font-size: 3.5rem;
	line-height: 120%;
}

.environ_txt p {
	margin-top: 1rem;
}

/* 모바일CSS */
@media screen and (max-width:1700px) {
	.environ li:nth-child(1) .environ_txt {
		padding: 15rem 0 0 75rem;
	}

	.environ li:nth-child(3) .environ_txt {
		padding: 15rem 0 0 75rem;
	}
}

@media screen and (max-width:1023px) {
	.environ li {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.environ li:nth-child(1) .environ_txt {
		padding: 27rem 0 1.5rem 10rem;
		background-position: left 190px;
		background-size: 10%;
		width: 100%;
	}

	.environ_img01:before {
		background: url(../images/sustainability/environ_img01.jpg) no-repeat #fff;
		background-size: 60%;
		background-position-x: 400px;
	}

	.environ_img02:before {
		right: -64%;
		background-size: 60%;
	}

	.environ li:nth-child(2) .environ_txt {
		padding: 30rem 0 0 10rem;
		background-position: left 220px;
		background-size: 12%;
		width: 100%;
		text-align: left;
	}

	.environ_img03:before {
		background-size: 60%;
		left: -80%;
	}

	.environ li:nth-child(3) .environ_txt {
		padding: 30rem 0 1.5rem 10rem;
	}

	.environ li:nth-child(3) .environ_txt {
		background-position: left 220px;
		background-size: 14%;
		width: 100%;
	}

}

/* ==================================================
	지속가능경영 - 윤리경영
================================================== */
.ethics_bg_box {
	position: relative;
	width: 100%;
	padding: 8rem 0;
	margin: 0 0 7rem 0;
	display: inline-block;
	height: 430px;
}

.ethics_bg_box:before {
	position: absolute;
	top: 0;
	left: -44%;
	content: "";
	width: 184%;
	height: 100%;
	background: url(../images/sustainability/ethics_img01.jpg) center no-repeat #000;
	background-size: cover;
	z-index: -1;
}

.ethics_box {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 4rem;
	margin-top: 4rem;
}

.ethics_box li {
	padding: 5rem;
	border: solid 1px #CCD2DC;
	border-radius: 10px;
	text-align: center;
}

.ethics_box li h3 {
	padding-bottom: 1rem;
	font-size: 2.7rem;
}

.ethics_box li img {
	width: 100%;
	max-width: 110px;
	padding-bottom: 2rem;
}


/* ==================================================
	지속가능경영 - 사회공헌
================================================== */
.csr_bg_box {
	position: relative;
	width: 100%;
	padding: 8rem 0;
	margin: 0 0 7rem 0;
	display: inline-block;
	height: 430px;
}

.csr_bg_box:before {
	position: absolute;
	top: 0;
	left: -44%;
	content: "";
	width: 184%;
	height: 100%;
	background: url(../images/sustainability/csr_img01.jpg) center no-repeat #000;
	background-size: cover;
	/* background-attachment: fixed; */
	z-index: -1;
}

.csr_box {
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 4rem;
	margin-top: 4rem;
}

.csr_box li {
	padding: 5rem;
	border: solid 1px #CCD2DC;
	border-radius: 10px;
	text-align: center;
}

.csr_box li h3 {
	padding-bottom: 1rem;
	font-size: 2.7rem;
}

.csr_box li img {
	width: 100%;
	max-width: 110px;
	padding-bottom: 2rem;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {

	.ethics_bg_box,
	.quality_bg_box,
	.csr_bg_box {
		height: 100%;
		min-height: 200px;
	}

	.ethics_box {
		grid-template-columns: repeat(2, 2fr);
	}
}

@media screen and (max-width:800px) {
	.quality_tit h3 {
		font-size: 2.5rem;
		margin-bottom: 0;
		line-height: 3.5rem;
	}

	.q_num {
		width: 100px;
	}

	.csr_box {
		grid-template-columns: repeat(1, 3fr);
	}
}


/* ==================================================
	커뮤니티 - Contact us
================================================== */
.content_topcon {
	position: relative;
	margin-bottom: 4rem;
}

.contact_bg {
	background: url('../images/community/contact_bg.jpg') no-repeat 50% 50%;
	background-size: cover;
	border-radius: 10px 10px 0 0;
}

.content_topcon:before,
.content_topcon:after {
	position: absolute;
	top: 50%;
	width: 3.5rem;
	height: 25.8rem;
	margin-top: -12.9rem;
	content: "";
}

.content_topcon:before {
	left: 5rem;
	background: url('../images/common/cont_tleft.png') no-repeat;
	background-size: cover;
}

.content_topcon:after {
	right: 5rem;
	background: url('../images/common/cont_tright.png') no-repeat;
	background-size: cover;
}

.content_topcon p {
	color: var(--color-white);
	text-align: center;
	font-size: 3.4rem;
	letter-spacing: -0.3px;
	font-weight: 400;
	line-height: 1.5;
	padding: 12.4rem 0;
	word-break: keep-all;
}

.content_topcon p b {
	font-weight: var(--font-bd);
}

.ct_dl {
	display: block;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.content_topcon {
		margin-bottom: 4rem;
	}

	.content_topcon p {
		font-size: 2.8rem;
	}
}

@media screen and (max-width:800px) {
	.content_topcon p {
		font-size: 2.2rem;
	}

	.ct_dl {
		display: inline;
	}
}

@media screen and (max-width:640px) {
	.content_topcon {
		margin-bottom: 2.5rem;
	}

	.content_topcon:before,
	.content_topcon:after {
		display: none
	}

	.content_topcon p {
		padding: 15% 1.5rem
	}
}

.contact_bg {
	margin-bottom: 0;
}

.content_topcon p {
	font-size: 4.5rem;
	font-weight: var(--font-sb);
}

.content_topcon .inq_txt {
	font-size: 2.6rem;
	font-weight: var(--font-rg);
}

.inq_con {
	position: relative;
	height: 15rem;
	background: var(--brand-color-dmain);
	border-radius: 0 0 6rem 6rem;
	display: flex;
	align-items: center;
	padding: 0 3rem;
	position: relative;
	justify-content: center;
}

.inq_logo {
	width: 18.8rem;
	height: 5.1rem;
	background: url("../images/gnb/logo_w.svg") center no-repeat;
	background-size: 100%;
}

.inq_con ul {
	position: relative;
	margin-left: 10.8rem;
}

.inq_con ul:before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5.3rem;
	width: 1px;
	height: 2.5rem;
	background: rgba(255, 255, 255, 0.6);
}

.inq_con ul li {
	display: flex;
	align-items: center;
}

.inq_con ul li span {
	color: var(--color-white);
	font-size: 2.5rem;
	line-height: 1;
	display: flex;
	align-items: center;
	margin-right: 3.5rem;
}

.inq_con ul li span:last-child {
	margin-right: 0;
}

.inq_con ul li strong {
	font-family: var(--font-nexonlv1);
	color: var(--color-white);
	font-size: 2rem;
	font-weight: var(--font-bd);
	margin-right: 2.5rem;
}

.inq_con ul li a {
	color: var(--color-white);
}

.iqu_flex {
	display: flex;
	align-items: center;
}

/* 모바일CSS */
@media screen and (max-width:1023px) {
	.inq_con {
		height: auto;
		padding: 4rem 5rem;
		flex-wrap: wrap;
	}

	.iqu_flex {
		flex-wrap: wrap;
	}

	.inq_logo {
		margin: 0 auto;
	}

	.inq_con ul {
		width: 100%;
		margin-left: 0;
		margin-top: 3.5rem;
	}

	.inq_con ul:before {
		display: none;
	}

	.inq_con ul li {
		flex-wrap: wrap;
		justify-content: center;
	}

	.inq_con ul li span {
		font-size: 18px;
		flex-wrap: wrap;
		line-height: 1.2;
	}

	.inq_con ul li span:last-child {
		margin-right: 0;
	}
}

@media screen and (max-width:640px) {
	.content_topcon p {
		font-size: 3.5rem;
	}

	.content_topcon .inq_txt {
		display: block;
		font-size: 2.2rem;
	}

	.inq_con ul {
		margin-top: 3rem;
	}

	.inq_con ul li {
		display: block;
	}

	.inq_con ul li span {
		font-size: 17px;
		margin-top: 0.5rem;
		margin-right: 0;
		justify-content: center;
	}

	.inq_con ul li span:first-child {
		margin-top: 0;
	}
}

.update {
	padding-top: 3rem;
	text-align: center;
}

.update img {
	width: 60%;
	border-radius: 2rem;
}

/* ==================================================
	홍보센터 - E-카탈로그
================================================== */
.prsection {
	position: relative;
	width: 100%;
	padding-top: 5rem;
}

.prsection:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #eeeff0;
}

.prbox {
	position: relative;
	max-width: 115rem;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 5rem;
}

.prbox .img {
	width: 32rem;
}

.prbox .img img {
	width: 100%;
	border: 1px solid #c7bebe;
	-webkit-box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 15px 15px 20px 0px rgba(0, 0, 0, 0.2);
}

.prbox .txt {
	padding-left: 11rem;
	padding-top: 6rem;
	line-height: 1.5;
}

.prbox .txt .eng {
	position: relative;
	font-size: 2rem;
	color: #002C6A;
	font-weight: 500;
	margin-bottom: 1.5rem;
	padding-left: 4rem;
}

.prbox .txt .eng:before {
	content: "";
	display: block;
	width: 3rem;
	height: 0.3rem;
	background: #002C6A;
	position: absolute;
	left: 0;
	top: 1.1rem;
}

.prbox .txt h4 {
	font-size: 2.8rem;
	color: #282d39;
}

.prbox .txt p {
	font-size: 1.8rem;
	margin-top: 1rem;
	margin-bottom: 3.5rem;
}

.prbox .txt p span {
	display: block;
}

.btn_wrap {
	width: 100%;
}

.btn_wrap a {
	display: inline-block;
	font-size: 1.7rem;
	color: #fff;
	position: relative;
	background: var(--brand-color-main);
	line-height: 5.6rem;
	text-align: center;
	margin-right: 2%;
	width: 49%;
	float: left;
}

/*.btn_wrap a:last-child {
	background: var(--brand-color-sub) !important;
}*/

.btn_wrap a:last-child {
	margin-right: 0;
}

.btn_wrap a:after {
	content: "";
	display: inline-block;
	width: 1.9rem;
	height: 1.8rem;
	background: url("../images/icon/link_ico.png") no-repeat center;
	background-size: cover;
	margin: 0 0 -0.2rem 1rem;
}

/*.btn_wrap a:last-child:after {
	background-image: url("../images/icon/download_ico.png");
}*/

.btn_wrap a:before {
	content: "";
	display: block;
	width: 0%;
	height: 0.4rem;
	background: #ba0001;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: width 0.4s;
}

/*.btn_wrap a:last-child::before {
	background: #14326b !important;
}*/

.btn_wrap a:hover:before {
	width: 100%;
}

/* 모바일CSS */
@media screen and (min-width:901px) {
	.prbox {
		display: table;
		z-index: 1;
	}

	.prbox .img {
		display: table-cell;
		vertical-align: top;
	}

	.prbox .txt {
		display: table-cell;
		vertical-align: top;
	}
}

@media screen and (max-width:900px) {
	.prbox {
		padding-bottom: 0;
	}

	.prsection {
		padding-top: 0;
	}

	.prsection:after {
		display: none;
	}

	.prbox .img {
		width: 100%;
		max-width: 28rem;
		margin: 0 auto;
	}

	.prbox .img img {
		max-width: 28rem;
	}

	.prbox .txt {
		padding-left: 0;
		padding-top: 3rem;
	}
}

@media screen and (max-width:700px) {
	.prbox .txt h4 {
		font-size: 2.5rem;
	}

	.prbox .txt p {
		font-size: 1.7rem;
		margin-bottom: 2.5rem;
	}
}

@media screen and (max-width:640px) {
	.prsection {