@charset "utf-8";

/* ==================================================
	공통사항
================================================== */
.cont_inner {
	width: 100%;
	margin-top: 6rem;
}

.cont_inner2 {
	width: 100%;
	margin-top: 6rem;
}

/* 애니메이션 */
.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;
	}
}

/* ==================================================
	아이콘
================================================== */
.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: 200%;
	}

	.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;
}

/* ==================================================
	서브상단멘트 공통
================================================== */
.sub_txt01{
	text-align: center;
	font-size: 2.5rem;
}
.sub_txt01 p{
	padding-bottom: 1.2rem;
	font-size: 3.5rem;
    font-weight: 500;
    text-transform: uppercase;
}
.sub_txt01 p span{
	color: var(--brand-color-main);
}
/* 모바일CSS */
@media screen and (max-width:800px) {
	.sub_txt01{
		line-height: 1.3;
	}
}



/* ==================================================
	회사소개 - 개요
================================================== */
.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: #EBEEF3;
	z-index: -1;
}

.ov_cont01 ul{
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.ov_cont01 ul li{
	flex: 1 1 30%;
    background-color: #fff;
    border: 1px solid #ddd;
    /* max-width: 340px; */
    min-height: 213px;
    margin: 10px;
    padding: 35px 30px;
}
.ov_cont01 ul li .text_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
	font-size: 2.6rem;
}
.ov_cont01 ul li .text_bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	font-size: 3.5rem;
	font-weight: 600;
}
.ov_cont01 ul li .text_bottom2 {
    /* display: flex; */
    justify-content: space-between;
    align-items: flex-end;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.3;
}
.ov_cont01 ul li p span{
	font-weight: 800;
}
.ov_cont01 ul li p.r_txt{
	font-weight: normal;
	font-size: 1.8rem;
	padding-top: 10px;
    line-height: 130%;
}
.ov_cont02{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin-bottom: 1rem;
}

/* ==================================================
	회사소개 - 인사말
================================================== */
.greeting{
	padding-top: 5rem;
	line-height: 160%;
	word-break:keep-all;
}
.greeting img{
	padding-bottom: 20px;
	width: 100%;
}
.greeting p{
	text-align: right;
}
.greeting p span{
	font-weight: bold;
	font-size: 2.5rem;
}


/* ==================================================
	기업소개 - 연혁
================================================== */
.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 {}

	.history .box .dep1>dd .dep2 dd span {}
}

@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%;
	}
}

@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%;
	}
}

/* ==================================================
	기업소개 - 경영철학
================================================== */
.mgmt01{
	margin-top: 5rem;
	padding: 15rem 7rem;
	background: url('../images/company/mgmt_img01.jpg') no-repeat;
	background-repeat: no-repeat;
	color: var(--color-white);
}
.mgmt01 h1{
	font-size: 4.5rem;
	padding-bottom: 2rem;
}
.mgmt01 p{
	font-weight: 600;
	line-height: 130%;
	font-size: 2.5rem;
}
.mgmt02{
	padding-top: 6rem;
	
}
.mgmt02 p{
	padding-bottom: 3rem;
	font-size: 5rem;
	text-align: center;
	font-weight: 700;	
}
.mgmt02 .motto{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
	padding-top: 3rem;
}
.mgmt02 .motto img{
	max-width: 400px;
	width: 100%;
	border-radius: 20px;
	margin-bottom: 3rem;
}
.mgmt02 .motto li p{
	position: relative;
	text-align: left;
	font-size: 4rem;   
}
.mgmt02 .motto li p:before{
	content: "";
    width: 76px;
    height: 2px;
    background: url('../images/company/mgmt_line.jpg') no-repeat;
	background-repeat: no-repeat;
    position: absolute;
    top: 55px;
	left: 35px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	
}
.mgmt02 .motto li p small{
	display: block;
	font-size: 2.3rem;
	font-weight: normal;
	padding-top: 4rem;
	line-height: 1.3;
}

/* 모바일CSS */
@media screen and (max-width: 800px) {
	.mgmt02 .motto{
		grid-template-columns: repeat(1, 3fr);
		text-align: center;
	}
	.mgmt02 .motto li p{
		padding-left: 5rem;
	}
	.mgmt02 .motto li p:before{
		top: 45px;
	    left: 75px;
	}
}

/* ==================================================
	기업소개 - ESG
================================================== */
.esg01{
	font-size: 2.5rem;
	text-align: center;
	line-height: 1.5;
	word-break: keep-all;
}
.esg01 p{
	font-size: 4rem;
    font-weight: 700;
}
.esg02{
	margin-top: 6rem;
	font-size: 4rem;
	font-weight: 700;
	text-align: center;
}
.esg02:before{
	left: 210px;
    border-left: #ddd 11px solid;
}
.esg02:after{
	right: 190px;
    border-right: #ddd 11px solid;
}
.esg02:before, .esg02:after{
	content: "";
    position: absolute;
    top: 230px;
    width: 22px;
    height: 80px;   
    border-top: #ddd 11px solid;
    border-bottom: #ddd 11px solid;
    opacity: .33;
}
.esg02 span{
	color: var(--brand-color-sub);
}
.esg03{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    padding-top: 7rem;
	width: 81%;    
}
.esg03 li{
	position: relative;
	padding: 7rem 3rem;
    text-align: center;
    color: #fff;
    border-radius: 20px;
	font-size: 3rem;
	font-weight: 600;
}
.esg03 li:before{
	content: "";
    width: 1px;
    height: 50px;
    background-color: #c30d23;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 180px;
}
.esg03_a, .esg03_b, .esg03_c{
	background-size: contain;
}
.esg03_a{
	background: url('../images/company/esg_img01.jpg') no-repeat;
    background-repeat: no-repeat;
}
.esg03_b{
	background: url('../images/company/esg_img02.jpg') no-repeat;
    background-repeat: no-repeat;
}
.esg03_c{
	background: url('../images/company/esg_img03.jpg') no-repeat;
    background-repeat: no-repeat;
}
.esg03 li.first:before{
	background:none;
}

.esg03_01{
	display: grid;
    grid-template-columns: repeat(4, 3fr);
    gap: 1rem;
    padding-top: 5rem;
	width: 81%;
}
.esg03_01 li{
    color: #000;
    font-size: 2rem;
    line-height: 1.5;
    background-color: #eee;
    border-radius: 20px;
    padding: 2rem 2rem 2rem 3rem;
	text-align: left;
}
.esg03_01 li  p{
	background: url('../images/common/dot01.png') no-repeat;
    background-repeat: no-repeat;
	background-position: 0 11px;
	padding: 0 0 5px 14px;
    line-height: 1.3;
	word-break: keep-all;
}
.esg03_01 li.first{
	background: none;
    text-align: right;
    font-size: 2.5rem;
    font-weight: 700;;
}

/* 모바일CSS */
@media screen and (max-width: 1200px) {
	.esg03 li .esg03_01{
		margin-top: 25rem;
	}
}
@media screen and (max-width: 800px) {
	.esg02 {
		background-color: #eee;
		border-radius: 20px;
		padding: 2rem;
		word-break: keep-all;
		
	}
	.esg02:before, .esg02:after{
		display: none;
	} 
	.esg03 li:before{
		background: none;
	}
	.esg03{
		gap: 1rem;
		
	}
	.esg03 li{		
		font-size: 2.5rem;
	}
	.esg03 li.first{
		display: none;
	}
	.esg03_01{
		grid-template-columns: repeat(1, 6fr);
		width: 100%;
	}
	.esg03_01 li.first {
		padding: 2rem 2rem 0rem 3rem;
		text-align: left;
	}
	.esg03_01 li p{
		background-position: 0 6px;
	}
}

/* ==================================================
	회사소개 - 오시는 길
================================================== */
.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 {}

/* 지도 */
.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;
	}
}

/* ==================================================
	사업분야 - crank_shaft
================================================== */
.biz_pic{
	display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 3rem;
	padding-top: 3rem;
}
.biz_pic img{
	width: 100%;
}
.biz_movie {
	display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 2rem;
	padding-top: 3rem;
}
.biz_pic li p, .biz_movie li p{
	padding-top: 1rem;
	text-align: center;
	text-transform: uppercase;
}
.biz_tit{
	font-size: 2.5rem;
    font-weight: 600;
}
.biz_txt{
	padding-top:2rem;
	line-height: 140%;
}
.prd_as img{
	margin-top: 3rem;
	border: solid 1px #B3B3B3;
	width: 100%;
}

@media screen and (max-width: 800px) {

	/* 주소정보 */
	.biz_movie {
		grid-template-columns: repeat(2, 4fr);
	}
}

/* ==================================================
	연구개발 - 기술연구소
================================================== */
.rnd_cont01{
	display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
	padding-top: 5rem;
	width: 90%;
    margin: 0 auto;
	
}
.rnd_cont01 li{
	padding: 9rem 0;
	text-align: center;
	color: #fff;
	border-radius: 20px;
}
.rnd_cont01 li p{
	font-size: 3.5rem;
	font-weight: 600;
	padding-bottom: 1rem;
}
.rnd_pic01{
	background: url('../images/rnd/rnd_img01.jpg') no-repeat;
	background-repeat: no-repeat;
}
.rnd_pic02{
	background: url('../images/rnd/rnd_img02.jpg') no-repeat;
	background-repeat: no-repeat;
}
.rnd_pic03{
	background: url('../images/rnd/rnd_img03.jpg') no-repeat;
	background-repeat: no-repeat;
}
.rnd_pic04{
	background: url('../images/rnd/rnd_img04.jpg') no-repeat;
	background-repeat: no-repeat;
}
.rnd_cont02{
	padding-top: 7rem;
	text-align: center;
	line-height: 130%;
}
.rnd_cont02 p{
	padding-bottom: 3rem;
	font-size: 3rem;
	font-weight: 600;
}
.rnd_cont02 img{
	width: 100%;
}

.rnd_cont03{
	display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
}
.rnd_cont03 img, .rnd_cont04 img, .rnd_cont05 img{
	border-radius: 1rem;
	width: 100%;
	border: solid 1px #eee;
}
.rnd_cont03 li p, .rnd_cont04 li p, .rnd_cont05 li p{
	padding-top: 1rem;
    text-align: center;
}
.rnd_cont04{
	display: grid;
    grid-template-columns: repeat(4, 2fr);
    gap: 2rem;
}
.rnd_cont05{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5rem;
	text-align: center;
	margin-bottom: 3rem;
}
/* .rnd_cont05 img{
	border-radius: 1rem;
	border: solid 1px #eee;
} */

/* 모바일CSS */
@media screen and (max-width: 800px) {
	.rnd_cont01{		
		grid-template-columns: repeat(2, 2fr);
	}
}



/* ==================================================
	고객지원 - Contact us
================================================== */
.content_topcon {
	position: relative;
	margin-bottom: 4rem;
}

.contact_bg {
	background: url('../images/support/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-sub);
	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: 90%;
}

.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;
	}
}