@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 #0B004A;
	border-bottom: solid 2px #0B004A;
	letter-spacing: -0.025em;
}

table.chart01 tr th {
	width: 13%;
	background-color: #F7F7F7;
	text-align: center;
	color: var(--color-black);
	font-weight: var(--font-sb);
}

/*table.chart01 td {
	padding-left: 2.5rem !important;
	line-height: 1.35;
}*/

table.chart01 tr th,
table.chart01 tr td {
	padding: 1.5rem 0.2rem;
	border-bottom: solid 1px #c5cbcf;
	border-left: 1px solid #c5cbcf;
	vertical-align: middle;
	line-height: 1.4;
}

table.chart01 tr td {
	padding: 1.5rem 0 1.5rem 2rem;
	min-width: 15rem;
}

table.chart01 tr th:first-child,
/* table.chart01 tr td:first-child, */
table.chart01 tr:first-child td:first-child {
	border-left: 0;
}

table.chart01 tr td.bdl {
	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,
table.chart02 tr:first-child td: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: 800px) {
	.ov_info {
		overflow-x: scroll;
	}

	table.chart01 {
		min-width: 650px;
	}
}

@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;
}

/* ==================================================
	탭메뉴1
================================================== */
#mlayer_menu {
	margin-bottom: 15px;
}

#mlayer_menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
}

#mlayer_menu ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#mlayer_menu ul li {
	position: relative;
	width: 100%;
	line-height: 1.1;
	font-size: var(--rem-30);
	border: solid 2px var(--brand-color-sub);
	border-left: 0;
	text-align: center;
}

#mlayer_menu ul li:first-child {
	border-left: 2px solid var(--brand-color-sub);
}


/* #mlayer_menu ul li:nth-child(3){
	padding-left: 1.5rem;
}
#mlayer_menu ul li:nth-child(2):after{
	content: '';
	position: absolute;
	bottom: 5px;
    right: 0;
    width: 2px;
    height: 25px;
    background: #c6cbcd;
} */
#mlayer_menu ul li button {
	position: relative;
	padding: 1.2rem 3rem;
	display: block;
	width: 100%;
	text-decoration: none;
	/* font-weight: var(--font-sb); */
	text-align: center;
	cursor: pointer;
	font-size: var(--rem-22);
}

#mlayer_menu ul li button.on {

	color: var(--color-white);
	background-color: var(--brand-color-sub);
}

#mlayer_menu ul li button br {
	display: none;
}

/*** 모바일CSS ***/
@media all and (max-width:800px) {
	#mlayer_menu ul li button {
		padding: 1rem 1rem;
		font-size: var(--rem-18);
		word-break: keep-all;
	}
}

@media all and (max-width:500px) {
	#mlayer_menu ul li button {
		font-size: var(--rem-20);
	}

	#mlayer_menu ul li button br {
		display: block;
	}
}



/* ==================================================
	탭메뉴2
================================================== */
#mlayer2_menu {
	margin-bottom: 15px;
}

#mlayer2_menu ul {
	display: flex;
	padding: 2px 0;
	border-top: solid 1px var(--color-black);
	border-bottom: solid 1px var(--color-gray2);
}

#mlayer2_menu ul:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#mlayer2_menu ul li {
	position: relative;
	width: 50%;
	line-height: 1.1;
	font-size: var(--rem-30);
}

#mlayer2_menu ul li:nth-child(1) {
	padding-right: 0.5rem;
}

#mlayer2_menu ul li button {
	position: relative;
	padding: 1.2rem 0;
	display: block;
	width: 100%;
	text-decoration: none;
	color: var(--color-gray3);
	text-align: center;
	cursor: pointer;
	font-size: var(--rem-22);
	background-color: var(--color-gray1);
}

#mlayer2_menu ul li button.on {
	font-weight: var(--font-sb);
	color: var(--color-white);
	background-color: #8098CC;
}

/*** 모바일CSS ***/
@media all and (max-width:900px) {
	#mlayer2_menu ul li {
		width: 50%;
		margin-top: -1px;
	}

	#mlayer2_menu ul li button {
		padding: 15px 3px;
		/* font-size: 1.8rem; */
	}
}

@media all and (max-width:640px) {
	/* .cont_detail {
		margin-top: 25px;
	} */

	#mlayer2_menu ul li button {
		/* font-size: 2rem; */
	}
}

@media all and (max-width:450px) {
	#mlayer2_menu ul li {
		padding: 0;
	}

	#mlayer2_menu ul li button {
		/* font-size: 1.4rem; */
	}
}

/* ==================================================
	여백 및 정렬 등 세부 공통사항
================================================== */
.mgt01 {
	margin-top: 1rem;
}

.mgt02 {
	margin-top: 2rem;
}

.ta_r {
	text-align: right;
}

.ta_l {
	text-align: left;
}

.w100 {
	width: 100%;
}

.sub_tit00 {
	padding-bottom: 1.5rem;
	font-size: var(--rem-28);
	font-weight: var(--font-sb);
}

.fcw {
	color: var(--color-white);
}

.img100 img {
	width: 100%;
}






/* ==================================================
	회사소개 - 기업개요
================================================== */
.ov_biz {
	padding-top: 8rem;
}

.ov_biz img {
	/* border-radius: 1.5rem; */
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 0.8s ease-out forwards;
	animation-delay: 0.6s;
	/* 0.4초 뒤에 시작 (원하는 시간으로 바꿔도 됨) */
}

@keyframes fadeUp {
	0% {
		opacity: 0;
		transform: translateY(20px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/* ==================================================
	회사소개 - 인사말
================================================== */
.grt {}

.grt>p {
	padding-bottom: 3rem;
	text-align: center;
}

.grt h3 {
	padding-bottom: 2.5rem;
	font-weight: normal;
	word-break: keep-all;
}

.grt h3 span {
	display: block;
	font-size: var(--rem-24);
}

.grt img {
	width: 100%;
}

.grt_txt {
	padding-top: 4rem;
}

.grt_txt p {
	padding-bottom: 1.5rem;
}

.ceo {
	text-align: right;
}

.ceo span {
	padding-left: 1rem;
	font-size: var(--rem-24);
	font-weight: var(--font-md);
}

/* 모바일CSS */
@media screen and (max-width: 800px) {
	.grt img {
		min-height: 160px;
		object-fit: cover;
	}

	.ceo {
		padding-top: 3rem;
	}
}




/* ==================================================
	회사소개 - 비전
================================================== */
.vision {}

.v_txt {
	padding: 3rem 0 6rem 0;
	text-align: center;
}

.v_txt h3 {
	padding-bottom: 1rem;
	font-size: var(--rem-45);
	font-weight: var(--font-sb);
}

.v_txt h3 br {
	display: none;
}

.vision_cont {
	padding-top: 2rem;
}

.vision .vision_cont:nth-child(2) {
	padding-bottom: 6rem;
}

.vision_cont .tit {
	padding-bottom: 3rem;
	font-size: var(--rem-60);
	font-weight: var(--font-bd);
}

.vision_cont .tit {
	padding-bottom: 3rem;
	font-size: var(--rem-60);
	font-weight: var(--font-bd);

	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 0.7s ease-out forwards;
	animation-delay: 0.1s;
	/* .sub_tit.active 애니가 끝난 직후 */
}

.mgt>ul {
	display: flex;
	gap: 3rem;
	justify-content: space-between;
}

.mgt>ul li img {
	width: 100%;
}

.mgt>ul li {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 0.8s ease-out forwards;
	animation-delay: 0.8s;
	/* 타이틀 끝나고 시작 */
}

.mgt>ul li:nth-child(2) {
	animation-delay: 1.0s;
}

.mgt>ul li:nth-child(3) {
	animation-delay: 1.2s;
}

.mgt>ul li p {
	font-size: var(--rem-26);
	font-weight: var(--font-sb);
}

.mgt>ul li p:nth-of-type(1) {
	padding-top: 2rem;
}

.mgt>ul li ul {
	padding-top: 1rem;
}

.mgt>ul li ul li {
	padding-left: 1rem;
	position: relative;
	text-transform: capitalize;
}

.mgt>ul li ul li::after {
	content: "·";
	position: absolute;
	left: 0;
}

.value ul {
	display: grid;
	grid-template-columns: repeat(4, 245px);
	justify-content: space-between;
	gap: 3rem;
}

.value ul li img {
	width: 100%;
	max-width: 245px;
}

.value ul li p {
	padding-top: 1rem;
}

.value ul li {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeUp 0.8s ease-out forwards;
	animation-delay: 1.8s;
	/* MANAGEMENT 카드들보다 살짝 뒤 */
	word-break: keep-all;
}

.value ul li:nth-child(2) {
	animation-delay: 2.0s;
}

.value ul li:nth-child(3) {
	animation-delay: 2.2s;
}

.value ul li:nth-child(4) {
	animation-delay: 2.4s;
}



/* 모바일CSS */
@media screen and (max-width: 800px) {
	.v_txt h3 {
		font-size: var(--rem-35);
	}

	.vision_cont .tit {
		font-size: var(--rem-40);
		text-align: center;
	}

	.mgt>ul li p {
		font-size: var(--rem-20);
	}

	.value ul {
		grid-template-columns: repeat(4, 1fr);
	}
}


@media screen and (max-width: 500px) {
	.v_txt h3 br {
		display: block;
	}

	.mgt>ul {
		display: block;
		text-align: center;
	}

	.mgt>ul li img {
		width: 95%;
		border-radius: 1rem;
	}

	.mgt>ul li:nth-of-type(2) {
		padding: 4rem 0;
	}

	.mgt ul li ul li:nth-of-type(2) {
		padding: 0;
	}

	.mgt>ul li ul li::after {
		content: none;
	}

	.value ul {
		grid-template-columns: repeat(2, 2fr);
		gap: 3rem 1rem;
		line-height: 1.3;
	}

	.value ul li {
		font-size: var(--rem-16);
	}

	.value ul li p br {
		display: none;
	}

	.value ul li img {
		border-radius: 1rem;
	}
}




/* ==================================================
	기업소개 - 연혁
================================================== */
.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-sub);
	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-size: var(--rem-50);
	font-weight: var(--font-bd);
	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);
	line-height: 1.3;
}

.history .box .dep1>dt.on::after {
	background-color: var(--brand-color-sub);
}

.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 {
	padding-top: 2rem;
	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 {
	display: block;
	font-size: var(--rem-20);
	font-weight: normal;
}

.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-sub);
}

/* 모바일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%;
	}
}


/* ==================================================
	기업소개 - 오시는 길
================================================== */
.loc_con {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

/* 상단이미지 */
.loc_left {
	flex-basis: 45%;
	padding-right: 3%;
}

.loc_left img {
	width: 100%;

}

/* 주소정보 */
.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;
}

.root_daum_roughmap .cont {
	display: none;
}

/* 모바일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;
	}
}






/* ==================================================
	사업분야
================================================== */
.biz {}

.biz .b_txt {}

.biz .b_txt p {
	padding-bottom: 3rem;
	word-break: keep-all;
}

.biz .b_txt img {
	width: 100%;
}

/* develop */
.devel {
	margin: 7rem 0 0 0;
	padding: 5rem 0;
	position: relative;
}

.devel::after {
	position: absolute;
	top: 0;
	left: -44%;
	content: "";
	width: 184%;
	height: 100%;
	background: url(../../lib/images/business/biz_bg01.jpg) center 20% no-repeat #000;
	background-size: cover;
	z-index: -1;
}

.devel h3 {
	font-size: var(--rem-60);
	font-weight: var(--font-sb);
	color: var(--color-white);
	line-height: 1.1;
	text-transform: capitalize;
}

.devel_cont ul {
	padding: 4rem 0 8rem 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
}

.devel_cont ul li {
	padding: 3rem;
	/* background-color: var(--color-gray1); */
	border: solid 1px var(--color-gray2);
	word-break: keep-all;
	/* background-color: rgba(255, 255, 255, 0.5);
	border-radius: 1rem;
	backdrop-filter: blur(5px); */
}

.devel_cont ul li p {
	font-size: var(--rem-16);
}

.devel_cont ul li p span {
	padding: 0.5rem 0;
	display: block;
	font-size: var(--rem-18);
	font-weight: var(--font-sb);
	word-break: keep-all;
	line-height: 1.3;
}

/* 모바일CSS */
@media screen and (max-width: 800px) {
	.devel_cont ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 500px) {
	.biz .b_txt {
		font-size: var(--rem-18);
	}

	.devel h3 {
		font-size: var(--rem-40);
		text-align: center;
	}

	.devel_cont ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

/* 각 분야  내용 및 세부이미지 */
.biz_cont {
	padding-top: 5rem;
}

.bizTxt {
	padding-bottom: 3rem;
	text-align: center;
}


.bizPic {
	display: flex;
	gap: 3rem;
	justify-content: space-between;
}

/* 큰 이미지 */
.bizPic_big {
	padding: 1.5rem;
	border: solid 1px var(--color-gray2);
	display: flex;
	align-items: center;
}

.bizPic_big img {
	width: 100%;
	display: block;
}

/* 썸네일 박스 */
.bizPic_thumbs {
	position: relative;
	background-color: var(--color-gray1);
	padding: 2rem 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* 위/아래 화살표 버튼 */
.thumb-arrow {
	/* width: 4rem;
	height: 5rem; */
	border: 0;
	background: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}

.thumb-arrow::before {
	content: "";
	width: 36px;
	height: 17px;

}

.thumb-prev {
	padding-bottom: 1rem;
}

.thumb-prev::before {
	background: url('../../lib/images/common/arrow07.png') no-repeat;
}

.thumb-next {
	padding-top: 1rem;
}

.thumb-next::before {
	background: url('../../lib/images/common/arrow08.png') no-repeat;
}

/* 썸네일 리스트가 보이는 영역 (여기 높이에 맞춰 4개만 보이게) */
.thumbs_view {
	margin: 1rem 0;
	height: 57rem;
	overflow: hidden;
	/* overflow-y: auto;
	overflow-x: hidden;
    scroll-behavior: smooth;  */
}

/* 실제 썸네일 리스트 */
.bizPic_thumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bizPic_thumbs li {
	padding-bottom: 1rem;
}

.bizPic_thumbs li:last-of-type {
	padding-bottom: 0;
}

.bizPic_thumbs li img {
	width: 100%;
	max-height: 140px;
	cursor: pointer;
	opacity: 0.6;
	transition: .3s;
	display: block;
}

/* 선택된 썸네일 */
.bizPic_thumbs li img.active {
	opacity: 1;
	border: 2px solid var(--color-black);
	box-sizing: border-box;
}

.bizPic2 {
	padding: 2rem;
	border: solid 1px var(--color-gray2);
}

.bizPic2 img {
	width: 100%;
}

.fac {
	margin-top: 5rem;
	padding-top: 5rem;
	border-top: solid 1px var(--brand-color-sub);
}

.fac h3 {
	padding-bottom: 1.5rem;
	font-size: var(--rem-30);
	font-weight: normal;
}

.fac>ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}

.fac>ul li {
	padding: 0 3rem;
	/* font-weight: var(--font-sb); */
	/* border-radius: 1rem; */
	min-height: 6.5rem;
	min-width: 40rem;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.3;
	text-align: center;
	border: solid 1px var(--color-gray2);
}

/* .fac ul li:nth-child(6n + 1),
.fac ul li:nth-child(6n + 2),
.fac ul li:nth-child(6n + 3) {
	border: solid 1px var(--color-gray2);
}
.fac ul li:nth-child(6n + 4),
.fac ul li:nth-child(6n + 5),
.fac ul li:nth-child(6n + 6) {
    background: #EEEFF0;
} */

/* .fac ul li:nth-child(4n+1),
.fac ul li:nth-child(4n+2){
	border: solid 1px var(--color-gray2);
}

.fac ul li:nth-child(4n-1),
.fac ul li:nth-child(4n){
    background: #EEEFF0;
} */
.fac .spec {
	display: flex;
	gap: 3rem;
	font-size: var(--rem-14);
}

.fac .spec dl {
	display: flex;
	width: 100%;
}

.fac .spec dl dt {
	padding: 1rem 0;
	width: 30%;
	text-align: center;
	background-color: #6E8FB2;
	color: var(--color-white);
}

.fac .spec dl dd {
	padding: 1rem 2rem;
	width: 70%;
	border-top: solid 1px #d0d0d0;
	border-bottom: solid 1px #d0d0d0;
}

.fac .spec table:nth-of-type(1) {
	/* margin-bottom: 4rem; */
}

.tbl_pack {
	width: 100%;
	border-collapse: collapse;
	text-align: center;
}

.tbl_pack tr:nth-child(1) th {
	/* font-weight: var(--font-sb); */
}

.tbl_pack th {
	padding: 0.5rem 0;
	border: 1px solid #d0d0d0;
	font-weight: normal;
}

.tbl_pack td {
	padding: 2px 12px;
	border: 1px solid #d0d0d0;
}

.tbl_pack .blue {
	background: var(--color-gray2);
}

.tbl_pack .blue2 {
	background: var(--color-gray1);
}

.tbl_pack .left {
	vertical-align: middle;
	border-left: 0;
}

.tbl_pack tr td:last-child {
	border-right: 0;
}






/* 모바일CSS */
@media screen and (max-width: 1200px) {
	.bizPic_thumbs {
		padding: 0rem 2rem;
	}

	.thumbs_view {
		max-height: 42rem;
	}

	.fac {
		display: block;
	}

	.fac h3 {
		padding-bottom: 2rem;
	}

	.fac ul li {
		min-width: 100%;
	}

	.fac .spec {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.devel ul li p span {
		font-size: var(--rem-20);
		line-height: 1.3;
		padding-bottom: 0.5rem;
		padding-top: 1rem;
	}

	.thumbs_view {
		max-height: 26rem;
	}



	.fac {
		padding-top: 5rem;
	}

	.fac h3 {
		text-align: center;
		font-size: var(--rem-30);
	}

	.fac .spec {
		display: block;
	}

	.fac .spec table:nth-of-type(1) {
		margin-bottom: 4rem;
	}

	.fac ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem;
	}

	/* .fac ul li{
        background: #EEEFF0;
		border: solid 1px var(--color-gray2);
    } */

	/* .fac ul li:nth-child(4n + 1),
	.fac ul li:nth-child(4n + 2){
		border: solid 1px var(--color-gray2);
	}

	.fac ul li:nth-child(4n + 3),
	.fac ul li:nth-child(4n + 4) {
		background: #EEEFF0;
	} */

	.fac>ul li {
		padding: 1.5rem 1.5rem;
		font-size: var(--rem-18);
	}

	.fac .spec {
		font-size: var(--rem-16);
	}
}

@media screen and (max-width: 500px) {

	/* 큰이미지 위, 썸네일 아래로 */
	.bizPic {
		flex-direction: column;
		gap: 2rem;
	}

	/* 썸네일 박스를 가로 방향으로 정렬 */
	.bizPic_thumbs {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		padding: 1.5rem 1rem;
	}

	/* 왼쪽 화살표 / 썸네일 리스트 / 오른쪽 화살표 구조 */
	.thumbs_view {
		margin: 0 1rem;
		overflow: hidden;
		height: auto;
		/* 높이 고정 값 사용 안 함 */
		width: calc(100% - 6rem);
		/* 양쪽 화살표 자리 제외한 영역 */
	}

	/* 썸네일을 가로로 나열 */
	.bizPic_thumbs ul {
		display: flex;
	}

	.bizPic_thumbs li {
		padding: 0 0.5rem;
	}

	.bizPic_thumbs li:last-of-type {
		padding-right: 0;
	}

	.bizPic_thumbs li img {
		max-width: none;
		width: 5rem;
		/* 필요에 따라 조절 */
	}

	/* 화살표 버튼 – 좌우 방향으로 변경 */
	.thumb-arrow {
		width: 3rem;
		height: 3rem;
	}

	.thumb-arrow::before {
		content: "";
		border-top: 8px solid transparent;
		border-bottom: 8px solid transparent;
		border-left: 0;
		border-right: 0;
	}

	/* 왼쪽(이전) 화살표 */
	.thumb-prev::before {
		transform: rotate(270deg);
		background-size: 60%;
	}

	/* 오른쪽(다음) 화살표 */
	.thumb-next::before {
		transform: rotate(270deg);
		background-size: 60%;
	}
}





/* 포장 및 적재 자동화설비 설비 탭 */
.packTab {
	margin-top: 2rem;
	font-size: 16px;
}

/* 2줄 3칸 버튼 */
.packTab_menu {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	margin-bottom: 30px;
}

/* 탭 버튼 기본 */
.packTab_menu button {
	padding: 1.2rem 1rem;
	border: 1px solid var(--color-gray2);
	background: #fafafa;
	font: inherit;
	cursor: pointer;
}

/* 선택된 탭 버튼 */
.packTab_menu button.on {
	background: var(--color-gray2);
	/* 회색 하이라이트 */

}

/* 내용 공통 */
.packTab_content {
	padding: 4rem 0;
	/* border: 1px solid #d9d9d9; */

	/* background: var(--color-white); */
}

.pack_visual {
	border: solid 1px var(--color-gray2);
	text-align: center;
	min-height: 600px;
}

/* 각 탭 패널 show/hide */
.pack_panel {
	display: none;
}

.pack_panel.on {
	display: block;
}

/* 왼쪽 큰 이미지 / 오른쪽 설명 2단 구조 */
.pack_panel_inner {
	display: grid;
	grid-template-columns: 2fr 1.1fr;
	/* 왼쪽 크게, 오른쪽 작게 */
	gap: 30px;
	align-items: flex-start;
}

/* 왼쪽 비주얼 */
.pack_visual h3 {
	padding-top: 4rem;
	font-size: var(--rem-30);
	font-weight: var(--font-sb);

}

#pack_con1 .pack_visual img {
	width: 100%;
	max-width: 400px;
}

.pack_visual img {
	width: 100%;
	max-width: 600px;
}



/* 오른쪽 영역 */
.pack_info_img {
	padding: 1.5rem;
	margin-bottom: 2rem;
	font-size: var(--rem-16);
	border: solid 1px var(--color-gray2);
}

.pack_info_img img {
	width: 100%;
}

.pack_info_txt {
	margin-bottom: 2rem;
	line-height: 1.6;
	word-break: keep-all;
}

/* 스펙 테이블 래퍼 – 필요에 따라 조정 */
.pack_info_tbl {}

.pack_info_tbl p {
	padding-bottom: 1rem;
	font-weight: var(--font-md);
}

.pack_info_tbl ul li {
	position: relative;
	padding-left: 1rem;
}

.pack_info_tbl ul li::after {
	content: "·";
	position: absolute;
	left: 0;
}


/* 모바일CSS */
@media screen and (max-width: 800px) {
	.packTab_menu {
		grid-template-columns: repeat(2, 1fr);
	}

	.pack_panel_inner {
		display: block;
	}

	.pack_visual {
		min-height: 100%;
	}

	.pack_info_img {
		margin: 1.5rem 0;
	}
}


/* ==================================================
	 연구소 소개 - 연구소 소개
================================================== */
.rndcenter {
	word-break: break-all;
}

.rndcenter,
.rndcenter .grid {
	width: 100%;
	display: -ms-grid;
	display: grid;
}

.rndcenter {
	gap: 4em;
}

.rndcenter img {
	display: block;
	max-width: 100%;
}

.rndcenter .tit {
	padding-bottom: 2rem;
	font-size: var(--rem-28);
	font-weight: var(--font-sb);
	line-height: 1.3;
}

/* · */
ul.dot_li {
	margin-top: 0.6em;
	display: grid;
	gap: 0.4rem;
}

ul.dot_li li {
	position: relative;
	padding-left: 1.4rem;
	font-size: 0.9em;
}

ul.dot_li li::before {
	content: '·';
	position: absolute;
	left: 0.4rem;
}

/* top */
.rndcenter .top {
	position: relative;
	text-align: center;
}

.rndcenter .top .tit {
	padding: 1rem 1.3em;
	font-weight: 600;
	font-size: var(--rem-24);
	color: #ffffff;
	/* display: inline-block;
	width: max-content;
	position: absolute;
	top: 1em;
	left: 50%;
	border-radius: 1em;
	transform: translateX(-50%); */
	background: #073f73;
}

.rndcenter .top .txt {
	padding: 4rem 4.5rem 5rem;
	margin: -5rem auto;
	max-width: 1000px;
	width: 100%;
	/* border-radius: 1em; */
	background: #ffffff;
	z-index: 2;
	position: relative;
	word-break: keep-all;
}

/* mid */
.rndcenter .mid.grid,
.rndcenter .mid .grid {
	-ms-grid-columns: (1fr)[2];
	grid-template-columns: repeat(2, 1fr);
	gap: var(--rem-25);
}

.rndcenter .mid {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 2em 0;
}

.rndcenter .mid>div {
	position: relative;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.rndcenter .mid>div .pic {
	position: relative;
	width: 50%;
	min-height: 36rem;
	border: 1px solid #e7e7e7;
	order: 1;
	overflow: hidden;
}

.rndcenter .mid>div .pic img {
	position: absolute;
	top: 0;
	left: 50%;
	content: "";
	min-width: 100%;
	max-width: unset;
	height: 100%;
	width: auto;
	/* background: #F4F4F4; */
	z-index: -1;
	transform: translateX(-50%);
}

.rndcenter .mid>div .txt {
	width: 50%;
	padding: 0 0 0 5rem;
	order: 2;
}

.rndcenter .mid>div .txt p {
	font-weight: 700;
	font-size: var(--rem-28);
	/* color: #1447a6; */
	color: #0a3991;
}

.rndcenter .mid>div .txt p.b {
	font-weight: 700;
	font-size: 3em;
	color: #e5e5e5;
	line-height: 1.3;
}

/* btm */
.rndcenter .btm {
	padding: var(--rem-30) var(--rem-34) var(--rem-38);
	/* border-radius: var(--rem-40); */
	background: var(--color-gray1);
}

.rndcenter .btm .tit {
	text-align: center;
}

.rndcenter .btm>ul {
	-ms-grid-columns: (1fr)[4];
	grid-template-columns: repeat(4, 1fr);
	gap: var(--rem-15) var(--rem-15);
}

.rndcenter .btm>ul>li {
	padding: var(--rem-20) var(--rem-15);
	background-color: var(--color-white);
	border: solid 1px var(--color-gray2);
	word-break: keep-all;
}

.rndcenter .btm p {
	padding: 0.8rem 0;
	display: block;
	font-size: var(--rem-18);
	font-weight: var(--font-sb);
	word-break: keep-all;
	text-align: center;
	line-height: 1.3;
}

.rndcenter .btm .grid .icon {
	display: flex;
	height: 12rem;
	justify-content: center;
	align-items: center;
}

.rndcenter .btm .grid .icon img {
	max-width: 10rem;
	max-height: 8rem;
}

/* 모바일CSS */
@media screen and (min-width: 801px) {

	/* mid */
	.rndcenter .mid>div:nth-child(even) .pic {
		order: 3;
	}

	.rndcenter .mid>div:nth-child(even) .txt {
		padding-left: 6.5rem;
	}

	.rndcenter .mid>div .txt p.b {
		font-size: 3em;
	}
}

@media screen and (min-width: 1201px) {
	.rndcenter .mid>div .txt p.b {
		font-size: 4em;
	}
}

@media screen and (max-width: 1200px) {
	.rndcenter .top .txt {
		margin: -5rem 5rem;
		width: calc(100% - 10rem);
	}
}

@media screen and (max-width: 800px) {

	/* mid */
	.rndcenter .mid>div .pic {
		width: 100%;
	}

	.rndcenter .mid>div .txt {
		width: 100%;
		padding: 1rem 0 0;
	}

	.rndcenter .mid>div .txt p.b {
		margin-top: -1.6em;
		padding-bottom: 0.6em;
		font-size: 5rem;
		margin-left: 2rem;
		color: var(--color-gray2);
	}

	/* btm */
	.rndcenter .btm .grid .icon {
		height: 10rem;
	}

	.rndcenter .btm .grid .icon img {
		max-width: 8rem;
		max-height: 6rem;
	}

	.rndcenter .btm {
		padding: var(--rem-30) var(--rem-30);
		/* border-radius: var(--rem-30); */
	}

	.rndcenter .btm>ul {
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		gap: var(--rem-13);
	}
}

@media screen and (max-width: 500px) {
	.rndcenter {
		gap: 3em;
	}

	.rndcenter .tit {
		padding-bottom: 1.6rem;
		font-size: var(--rem-22);
	}

	/* top */
	.rndcenter .top .tit {
		padding: 1rem 1.3em;
		font-size: var(--rem-18);

	}

	.rndcenter .top .txt {
		padding: 1.6rem 1.8rem 3.5rem;
		margin: -3.5rem 2em;
		width: calc(100% - 4em);
		font-size: .8em;
	}

	/* mid */
	.rndcenter .mid {
		gap: 1.6em 0;
	}

	.rndcenter .mid>div .pic {
		min-height: 30rem;
	}

	.rndcenter .mid>div .txt p {
		font-size: var(--rem-20);
	}

	.rndcenter .mid>div .txt p.b {
		font-weight: 700;
		font-size: 4rem;
		color: #e5e5e5;
		line-height: 1.3;
	}

	/* btm */
	.rndcenter .btm {
		padding: var(--rem-30) var(--rem-20);
		/* border-radius: var(--rem-20); */
	}

	.rndcenter .btm>ul {
		-ms-grid-columns: (1fr)[1];
		grid-template-columns: repeat(1, 1fr);
	}
}


/* ==================================================
	인재채용 - 복리후생
================================================== */
.benefit {}

.benefit:nth-child(2) {
	margin: 8rem 0;
	padding: 8rem 0;
	position: relative;
}

.benefit:nth-child(2)::after {
	position: absolute;
	top: 0;
	left: -44%;
	content: "";
	width: 184%;
	height: 100%;
	background: #EEEFF0;
	z-index: -1;
}

.benefit h3 {
	padding-bottom: 3rem;
	font-size: var(--rem-35);
	font-weight: var(--font-sb);
}

.benefit h3 span {
	padding-left: 1rem;
	color: var(--color-gray2);
	text-transform: capitalize;
}

.benefit ul {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 3rem;
}

.benefit ul li {
	padding: 4rem 0;
	border: solid 1px var(--color-gray2);
	text-align: center;
}

.benefit ul li p {
	padding-top: 1.5rem;
}

.benefit ul li p span {
	display: block;
	font-size: var(--rem-22);
	font-weight: var(--font-sb);
}

/* 모바일CSS */
@media screen and (max-width: 800px) {
	.benefit ul {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 500px) {
	.benefit h3 {
		font-size: var(--rem-30);
		text-align: center;
		line-height: 1.3;
	}

	.benefit h3 span {
		padding-left: 0;
		display: block;
		font-size: var(--rem-25);
	}

	.benefit ul {
		grid-template-columns: repeat(1, 1fr);
	}
}






/* ==================================================
	고객지원 - 견적문의
================================================== */
.privacy_tit {
	padding-bottom: 3rem;
}

.privacy_tit h3 {
	padding-bottom: 1rem;
	font-size: var(--rem-25);
	font-weight: var(--font-sb);
}

/* 개인정보 동의 */
.privacy_table {
	margin-top: 10px;
}

.privacy_width01,
.privacy_width02,
.privacy_width03 {
	width: 33.33333333333333%;
}

.datatable {
	border: 0;
	border-spacing: 0;
	background: #fff;
	border-top: 1px solid #222222;
	text-align: center;
	font-size: 1.6rem;
	letter-spacing: -0.5px;
}

.datatable caption {
	visibility: hidden;
	overflow: hidden;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
}

.datatable thead tr th {
	padding: 8px 0;
	background-color: #e6e6e6;
	border-right: 1px solid #c7c7c7;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	font-weight: bold;
	text-align: center;
}

.datatable thead tr th:last-child {
	border-right: 0;
}

.datatable tr td {
	padding: 8px 0;
	border-bottom: 1px solid #e1e1e1;
}

.datatable tr td:first-child {
	background: #f5f5f5;
	color: #000;
	font-weight: bold;
	border-left: 0;
}

.privacy_txt h2 {
	position: relative;
	font-size: 1.8rem;
	color: #000;
	padding-top: 13px;
}

.privacy_wrap {
	margin-bottom: 40px;
}

.privacy_check {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 5px;
	margin-bottom: 10px;
}

.privacy_check input[type="checkbox"] {
	display: none;
}

.privacy_check label {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.privacy_check label i {
	margin-right: 6px;
}

.privacy_check input[type="checkbox"]:checked+label i {
	color: var(--brand-color-main);
}

.privacy_check input[type="checkbox"]:checked+label i::before {
	content: "\e92b" !important;
}

.personal .privacy_content {
	height: 60rem;
}

.privacy_content {
	height: 30rem;
	padding-bottom: 2rem;
	background: #fff;
	box-sizing: border-box;
}

.privacy_content_inner {
	height: 100%;
	color: var(--color-gray4);
	line-height: 1.6;
	overflow-y: auto;
	box-sizing: border-box;
}

/* 신청 폼 */
.form_item {
	margin-bottom: 4rem;
	padding: 3rem;
	background-color: var(--color-gray1);

}

.form_item>label {
	display: block;
	font-size: var(--rem-22);
	font-weight: 700;
	color: var(--color-black);
	margin-bottom: var(--rem-24);
	line-height: 1.4;
}

.input_wrap {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem 3rem;
}

.input_item {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.input_item label {
	margin-bottom: 8px;
	font-size: var(--rem-16);
	color: #222;
	font-weight: var(--font-sb);
}

.form_item input[type="text"],
.form_item input[type="email"],
.form_item input[type="tel"],
.form_item textarea {
	width: 100%;
	font-size: var(--rem-16);
	color: #222;
	border: 1px solid #ababab;
	border-radius: 5px;
	background: #fff;
	transition: all 0.3s ease;
	box-sizing: border-box;
}

.form_item textarea {
	margin-top: 1rem;
	height: 140px;
	padding: var(--rem-16);
	resize: none;
	line-height: 1.5;
	font-family: 'Pretendard'
}

.form_item input[type="text"],
.form_item input[type="email"],
.form_item input[type="tel"] {
	height: var(--rem-50);
	padding: 0 var(--rem-16);
}

.input_wrap select {
	width: 100%;
	height: var(--rem-50);
	font-size: var(--rem-16);
	line-height: 1.5;
	padding: 0 2.5rem 0 1rem;
	/* 오른쪽 여유 */
	border: 1px solid #ababab;
	border-radius: 5px;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* 기본 화살표 제거 */
	background-color: #fff;
}

/* 커스텀 화살표 */
.input_item {
	position: relative;
}

.input_wrap .input_item:nth-child(1)::after {
	content: "";
	position: absolute;
	top: calc(50% + 14px);
	right: 1.5rem;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 7px solid #333;
	pointer-events: none;
	z-index: 2;
}

.file_input input {
	display: none;
}

.form_item .file_input {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin-bottom: var(--rem-14);
}

.file_input .left {
	width: calc(100% - 140px - 1rem);
	height: var(--rem-50);
	border: 1px solid #ababab;
	border-radius: 5px;
	font-size: var(--rem-16);
	color: #222;
	background: #fff;
	box-sizing: border-box;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.file_input .left p {
	line-height: calc(var(--rem-50) - 2px);
	width: 100%;
	height: 100%;
	white-space: nowrap;
	font-size: var(--rem-16);
	font-weight: 400;
	color: #ddd;
	padding-left: 1em;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
}

.file_input .btn {
	cursor: pointer;
	background-color: var(--brand-color-main);
	color: var(--color-white);
	font-size: var(--rem-16);
	min-width: calc(140 / 10 * 1rem);
	height: var(--rem-50);
	padding: 1rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	transition: background-color 0.5s;
}

label .required {
	color: var(--brand-color-sub);
	margin-left: 2px;
}

.btn_box {
	margin-top: 5rem;
	text-align: center;
}

.btn_box a {
	font-weight: var(--font-bd);
	font-size: var(--rem-22);
	color: var(--color-white);
	display: inline-block;
	padding: 2rem 25px;
	width: 20%;
	min-width: 180px;
	background: var(--brand-color-main);
	border-radius: 32px;
}

/* 문의하기 버튼 */
.es_btn {
	margin: 5rem auto 0 auto;
	width: 350px;
	text-align: center;

	border-radius: 10px;
}

.es_btn a,
.es_btn button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 1.5rem 5rem;
	font-size: var(--rem-22);
	border: 1px solid var(--color-black);
	border-radius: 8px;

	text-decoration: none;
	transition: all 0.3s ease;
}

.es_btn a:hover,
.es_btn button:hover {
	background-color: var(--brand-color-sub);
	color: var(--color-white);
}

.es_btn a .arrow,
.es_btn button .arrow {
	display: inline-block;
	margin-left: 8px;
	width: 16px;
	height: 1px;
	background-color: var(--color-black);
	position: relative;
	transition: background-color 0.3s ease;
}

.es_btn a .arrow::after,
.es_btn button .arrow::after {
	content: "";
	position: absolute;
	top: -3px;
	/* right: -2px; */
	width: 6px;
	height: 6px;
	border-top: 1px solid black;
	border-right: 1px solid black;
	transform: rotate(45deg);
	transition: border-color 0.3s ease;
}

.es_btn a:hover .arrow,
.es_btn button:hover .arrow {
	background-color: var(--color-white);
}

.es_btn a:hover .arrow::after,
.es_btn button:hover .arrow::after {
	border-top-color: var(--color-white);
	border-right-color: var(--color-white);
}

/* 모바일CSS */
@media all and (max-width:800px) {
	.input_wrap {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media all and (max-width:640px) {
	.input_wrap {
		gap: var(--rem-20);
		flex-direction: column;
	}

	.form_item input[type="text"],
	.form_item input[type="email"],
	.form_item input[type="tel"] {
		height: 4.4rem;
	}

	.file_input .left {
		width: calc(100% - 80px - 11px);
		height: 4.4rem;
	}

	.file_input .left p {
		line-height: calc(4.4rem - 2px);
	}

	.file_input .btn {
		min-width: calc(80 / 17 * 1em);
		height: 4.4rem;
	}
}

@media all and (max-width:500px) {
	.privacy_tit p {
		font-size: var(--rem-16);
	}

	.input_wrap {
		grid-template-columns: repeat(1, 1fr);
	}
}


/* ==================================================
	개인정보처리방침 & 이메일무단수집거부
================================================== */
.util_box {
	padding: var(--rem-30);
	border: 1px solid #dcdcdc;
	border-top-color: var(--brand-color-main);
	background: #fff;
	font-size: var(--rem-16);
	line-height: 1.5;
}

.util_box ul,
.util_box ol {
	padding-left: var(--rem-13);
}

.terms_txt p {
	margin-bottom: 16px;
}

.util_box .list-tit {
	font-size: var(--rem-22);
	margin: 4rem 0 1rem;
}

.util_box .list-tit:first-child {
	margin: 0 0 10px;
}

h5.t_tit {
	margin: 15px 0 6px;
}

.list-etc li {
	margin-bottom: 10px;
}

.list-etc2>li {
	margin-bottom: 25px;
}

.list-etc.num li {
	position: relative;
	padding-left: 25px;
}

.list-etc.num li i {
	position: absolute;
	left: 0;
	top: 3px;
}

.list-etc.num li li {
	padding-left: 0;
}

.width_line_list li {
	padding-left: 12px !important;
}

/* 모바일CSS */
@media all and (max-width:640px) {
	.util_box {
		padding: 20px;
		font-size: 1.7rem;
	}
}



/* ==================================================
	고객지원 - Contact us
================================================== */
.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("../../lib/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("../../lib/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;
	}
}


/* ==================================================
	고객지원 - Contact us
================================================== */
.contact_top {
	padding: 8rem;
	color: var(--color-white);
	background: url(../../lib/images/support/contact_img01.jpg) center no-repeat #000;
	background-size: cover;
}

.contact_top .txt {
	margin: 0 20%;
	padding-bottom: 3rem;
	border-bottom: solid 1px var(--color-white);
	text-align: center;
}

.contact_top .txt h3 {
	font-size: var(--rem-45);
	font-weight: var(--font-sb);
	word-break: keep-all;
}

.contact_top ul {
	padding-top: 3rem;
	display: flex;
	gap: 5rem;
	justify-content: center;
}

.contact_top ul li {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.contact_top ul li p span {
	display: block;
	font-size: var(--rem-30);
	font-weight: var(--font-sb);
}

.contact_bt ul {
	padding-top: 8rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 4rem;

}

.contact_bt ul li {
	padding: 4rem;
}

.contact_bt ul li:nth-child(1),
.contact_bt ul li:nth-child(4) {
	background-color: var(--color-gray1);
}

.contact_bt ul li:nth-child(2),
.contact_bt ul li:nth-child(3) {
	border: solid 1px var(--color-gray2);
}

.contact_bt ul li h3 {
	padding-bottom: 1rem;
	font-size: var(--rem-24);
	font-weight: var(--font-sb);
}

.contact_bt ul li dl {
	display: flex;
	gap: 2rem;
}

.contact_bt ul li dl dt {
	padding-left: 1rem;
	position: relative;
}

.contact_bt ul li dl dt::after {
	content: "·";
	position: absolute;
	left: 0;
}


/* 모바일CSS */
@media all and (max-width:1024px) {
	.contact_top .txt h3 {
		font-size: var(--rem-35);
	}

	.contact_top ul li p span {
		font-size: var(--rem-24);
	}
}

@media all and (max-width:800px) {
	.contact_top {
		padding: 3rem;
	}

	.contact_top .txt {
		margin: 0 10%;
	}

	.contact_top .txt h3 {
		font-size: var(--rem-35);
		line-height: 1.3;
		padding-bottom: 1rem;
	}

	.contact_top ul li p span {
		font-size: var(--rem-24);
	}

	.contact_bt ul {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media all and (max-width:500px) {
	.contact_top .txt h3 {
		font-size: var(--rem-24);
	}

	.contact_top ul {
		display: block;
	}

	.contact_top ul li {
		padding-bottom: 2rem;
	}

	.contact_bt ul {
		padding-top: 5rem;
	}

	.contact_bt ul li:nth-child(1),
	.contact_bt ul li:nth-child(3) {
		border: none;
		background-color: var(--color-gray1);
	}

	.contact_bt ul li:nth-child(2),
	.contact_bt ul li:nth-child(4) {
		border: solid 1px var(--color-gray2);
		background-color: var(--color-white);
	}

	.contact_bt ul li h3 {
		font-size: var(--rem-20);
	}
}