/* Common */
.sec-title {
	font-size:4rem;
}

@media screen and (max-width:1024px) {
	.sec-title {
		font-size:3.6rem;
	}
}
@media screen and (max-width:768px) {
	.sec-title {
		font-size:3.2rem;
	}
}
@media screen and (max-width:576px) {
	.sec-title {
		font-size:2.6rem;
	}
}


/* Overview */
.overview .sec01 .area {
	background: url('../img/sub/about/ovw_bak.jpg') no-repeat center / cover;
}

.overview .sec01 .t01 {
	font-size:4.8rem;
	line-height:1.3;
}

.overview .sec01 .t02 {
	font-size:2.4rem;
	line-height:2;
}

.overview .sec01 .t03 {
	font-size:2.8rem;
}

.overview .sec02 .swiper {
	overflow: hidden;
}

.overview .sec02 .prev,
.overview .sec02 .next {
	display: block;
	position: absolute;
	top:120px;
	width:56px;
	height:56px;
	background-repeat: no-repeat;
	background-position: center;
	z-index:10;
	cursor: pointer;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
}

.overview .sec02 .prev {
	left:-30px;
	background-image: url('../img/sub/about/ovw_btn_prev.png');
}

.overview .sec02 .next {
	right:-30px;
	background-image: url('../img/sub/about/ovw_btn_next.png');
}

.overview .sec02 .swiper-button-disabled {
	opacity: .5;
}

.overview .sec02 .pagination {
	display: none;
}

.overview .sec02 .img {
	position: relative;
	width:100%;
	height:0;
	padding-top:calc(300/330*100%);
	border:2px solid transparent;
	border-radius:10px;
	overflow: hidden;
	-webkit-transition:border .4s ease;
	transition:border .4s ease;
}

.overview .sec02 .img img {
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}

.overview .sec02 .txt .t01 {
	font-size:2rem;
}

.overview .sec03 .pin-group {
	display: flex;
	gap:40px;
}

.overview .sec03 .pin {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	height:64px;
	background-color:#f26521;
	border-radius:10px;
}

.overview .sec03 .pin::before {
	font-size:2.8rem;
	font-weight:600;
	color:#ffffff;
}

.overview .sec03 .pin01 {
	width:23%;
}

.overview .sec03 .pin01::before {
	content: "사업지표";
}

.overview .sec03 .pin02 {
	width: calc(77% - 40px);
}

.overview .sec03 .pin02::before {
	content: "벨류체인";
}

.overview .sec03 .dashed {
	width: 100%;
	margin:20px 0px;
	border:1px dashed #c8c8c8;
}

.overview .sec03 .standard-article .box {
	display: flex;
	gap:40px;
	margin-bottom:20px;
}

.overview .sec03 .standard-article .box:last-child {
	margin-bottom:0px;
}

.overview .sec03 .standard-article .box .img {
	width: 23%;
	padding:30px 20px;
	background-color: #fff;
	border:1px solid #f26521;
	border-radius:10px;
	text-align: center;
}

.overview .sec03 .standard-article .box .tit {
	font-size: 2.4rem;
	line-height:1.3;
	margin-top:10px;
}

.overview .sec03 .standard-article .box .txt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width:calc(77% - 40px);
	background-color: #eeebe6;
	border:1px solid #f8b290;
	border-radius:10px;
	padding:60px 80px;
}

.overview .sec03 .standard-article .box .txt .t01 {
	font-size: 2rem;
	margin-bottom:30px;
}

.overview .sec03 .standard-article .box .txt .t01:last-child {
	margin-bottom:0px;
}

.overview .sec03 .standard-side {
	width: 19%;
}

.overview .sec03 .standard-side .box {
	height: 25%;
	padding-bottom:20px;
}

.overview .sec03 .standard-side .box:last-child {
	padding-bottom:0px;
}

.overview .sec03 .standard-side .txt {
	display: flex;
	justify-content: center;
	align-items:center;
	text-align: center;
	width: 100%;
	height:100%;
	padding:0px 30px;
	background-color: #feefe8;
	border:2px solid #f26521;
	border-radius: 10px;
}

.overview .sec03 .standard-side .txt .t01 {
	font-size:2.8rem;
	line-height:1.5;
}

.overview .sec03 .bubble {
	display: flex;
	justify-content: center;
	align-items: center;
	padding:30px;
	background-color: #c8c8c8;
	border-radius:10px;
}

.overview .sec03 .bubble dd {
	display: flex;
	gap:10px;
}

.overview .sec03 .bubble span {
	display: block;
	font-size:2.4rem;
}

@media screen and (max-width:1366px) {
	.overview .sec03 .standard-side .txt {
		padding:0px 20px;
	}
}
@media screen and (max-width:1200px) {
	.overview .sec02 .prev,
	.overview .sec02 .next {
		top:100px;
		width:46px;
		height:46px;
		background-size:auto 46px;
	}

	.overview .sec02 .prev {
		left:15px;
	}

	.overview .sec02 .next {
		right:15px;
	}
}
@media screen and (max-width:1024px) {
	.overview .sec01 .t01 {
		font-size:4.4rem;
	}

	.overview .sec01 .t02 {
		font-size:2.2rem;
	}

	.overview .sec01 .t03 {
		font-size:2.6rem;
	}

	.overview .sec02 .prev,
	.overview .sec02 .next {
		display: none;
	}

	.overview .sec02 .pagination {
		display:flex;
		justify-content: center;
		gap:10px;
		margin-top:20px;
	}

	.overview .sec02 .swiper-pagination-bullet-active {
		background-color: #f26521;
	}

	.overview .sec02 .txt .t01 {
		font-size: 1.8rem;
	}

	.overview .sec03 .pin {
		height:56px;
	}

	.overview .sec03 .pin::before {
		font-size:2.4rem;
	}

	.overview .sec03 .pin01,
	.overview .sec03 .pin03 {
		display: none;
	}

	.overview .sec03 .pin02 {
		width: 100%;
	}

	.overview .sec03 .pin02::before {
		content: "사업지표 / 벨류체인";
	}

	.overview .sec03 .dashed {
		margin:16px 0px;
	}

	.overview .sec03 .standard {
		flex-direction: column;
		gap:12px;
	}

	.overview .sec03 .standard-article {
		width: 100%;
	}

	.overview .sec03 .standard-article .box {
		gap:12px;
		margin-bottom:12px;
	}

	.overview .sec03 .standard-article .box .img {
		padding:30px 16px;
	}

	.overview .sec03 .standard-article .box .img img {
		width:80px;
	}

	.overview .sec03 .standard-article .box .tit {
		font-size:2.2rem;
		margin-top:16px;
	}

	.overview .sec03 .standard-article .box .txt {
		width: calc(77% - 12px);
		padding:40px 60px;
	}

	.overview .sec03 .standard-article .box .txt .t01 {
		font-size:1.8rem;	
		margin-bottom:20px;
	}

	.overview .sec03 .standard-side {
		width: 100%;
	}

	.overview .sec03 .standard-side .box {
		height:auto;
		padding-bottom:12px;
	}

	.overview .sec03 .standard-side .txt {
		height:48px;
	}

	.overview .sec03 .standard-side .txt .t01 {
		font-size:2.4rem;
	}

	.overview .sec03 .bubble {
		padding:20px;
	}

	.overview .sec03 .bubble span {
		font-size:2rem;
	}
}
@media screen and (max-width:768px) {
	.overview .sec01 .t01 {
		font-size:4rem;
	}

	.overview .sec01 .t02 {
		font-size:2rem;
		line-height: 1.6;
	}

	.overview .sec01 .t03 {
		font-size:2.4rem;
	}

	.overview .sec02 .txt .t01 {
		font-size: 1.6rem;
	}

	.overview .sec03 .pin02::before {
		font-size:2rem;
	}

	.overview .sec03 .standard-article .box {
		flex-direction: column;
	}

	.overview .sec03 .standard-article .box .tit {
		font-size:2rem;
	}

	.overview .sec03 .standard-article .box .txt .t01 {
		font-size:1.6rem;
	}

	.overview .sec03 .standard-article .box .img {
		width: 100%;
	}

	.overview .sec03 .standard-article .box .txt {
		width: 100%;
	}

	.overview .sec03 .standard-side .txt .t01 {
		font-size:2rem;
	}

	.overview .sec03 .bubble dd {
		gap:6px;
	}

	.overview .sec03 .bubble span {
		font-size:1.8rem;
	}
}
@media screen and (max-width:576px) {
	.overview .sec01 .t01 {
		font-size:3.6rem;
	}

	.overview .sec01 .t02 {
		font-size:1.8rem;
	}

	.overview .sec01 .t03 {
		font-size:2rem;
	}

	.overview .sec02 .pagination {
		gap:6px;
		margin-top:16px;
	}

	.overview .sec02 .swiper-pagination-bullet {
		width:6px;
		height:6px;
	}

	.overview .sec02 .txt .t01 {
		font-size: 1.5rem;
	}

	.overview .sec03 .pin {
		height:46px;
	}

	.overview .sec03 .pin02::before {
		font-size:1.8rem;
	}

	.overview .sec03 .dashed {
		margin: 10px 0px;
	}

	.overview .sec03 .standard {
		gap:6px;
	}

	.overview .sec03 .standard-article .box {
		gap:6px;
		margin-bottom:6px;
	}

	.overview .sec03 .standard-article .box .img {
		padding:16px 10px;
	}

	.overview .sec03 .standard-article .box .img img {
		width: 60px;
	}

	.overview .sec03 .standard-article .box .tit {
		font-size:1.8rem;
		margin-top:10px;
	}

	.overview .sec03 .standard-article .box .txt {
		padding:16px;
	}

	.overview .sec03 .standard-article .box .txt .t01 {
		font-size:1.5rem;
		margin-bottom:8px;
	}

	.overview .sec03 .standard-side .box {
		padding-bottom: 6px;
	}

	.overview .sec03 .standard-side .txt {
		height:42px;
		padding:0px 12px;
	}

	.overview .sec03 .standard-side .txt .t01 {
		font-size:1.8rem;
	}

	.overview .sec03 .bubble {
		padding:16px;
	}

	.overview .sec03 .bubble dd {
		gap:4px;
	}

	.overview .sec03 .bubble span {
		font-size:1.6rem;
	}
}


/* History */
/* .history .sec01 {
	min-height:800px;
} */

.history .history-wrap {
	position: relative;
}

.history .history-progressbar {
	position: absolute;
	top:-40px;
	left:25%;
	height:calc(100% + 40px);
	z-index:2;
}

.history .history-progressbar .arrow {
	display: block;
	width: 88px;
	height:88px;
	background: #f26521 url('../img/sub/about/his_arr.png') no-repeat center;
  box-shadow: 3.214px 3.83px 15px 0px rgba(0, 0, 0, 0.25);
	border-radius: 50%;
}

.history .history-progressbar .line {
	display: block;
	position: absolute;
	top:0;
	left:50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width:4px;
	height:100%;
	background-color: #d7d7d7;
	z-index:-1;
	overflow: hidden;
}

.history .history-progressbar .line i {
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	transition: all .4s ease;
	background-color: #f26521;
}

.history .history-items-group {
	padding-top:40px;
}

.history .history-item {
	position: relative;
	padding-left: 40%;
	margin-bottom:120px;
}

.history .history-item:last-child {
	margin-bottom:0px;
}

.history .history-year {
	position: absolute;
	top:50%;
	left:0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.history .history-year p {
	font-size:4.8rem;
	line-height: 1.4;
}

.history .history-content dl {
	display: flex;
	gap:40px;
	margin-bottom:30px;
}

.history .history-content dl:last-child {
	margin-bottom:0px;
}

.history .history-content dt {
	width:140px;
	text-align: right;
	font-size:2.8rem;
}

.history .history-content dd {
	position: relative;
	width: calc(100% - 180px);
	padding-left:14px;
	font-size:2.8rem;
	line-height:1.4;
}

.history .history-content dd::before {
	content: "·";
	display: block;
	position: absolute;
	top:-1px;
	left:0;
	font-weight:900;
	color:#f26521;
}

.history .history-image {
	position: fixed;
	top:0;
	left:0;
	width:460px;
	height:320px;
	border:1px solid #f26521;
	background: url('../img/sub/about/his_thumb.png') no-repeat center / cover;
	pointer-events:none;
	display: none;
	z-index:999;
}

.history .history-image div {
	display: block;
	position: relative;
	width: 100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
	overflow: hidden;
}

.history .sec02 .list {
	display: flex;
	flex-wrap: wrap;
	margin:-10px;
}

.history .sec02 .list li {
	flex:1 1 20%;
	max-width:20%;
	padding:10px;
}

.history .sec02 .list .img {
	display: flex;
	justify-content: center;
	align-items: center;
	height:100%;
	padding:20px;
	font-size:0px;
	border:1px solid #dcdcdc;
	border-radius:10px;
}

.history .sec02 .list .img img {
	width: auto;
	max-height: 32px;
}

@media screen and (max-width:1536px) {
	.history .history-image {
		width:380px;
		height:240px;
	}
}
@media screen and (max-width:1024px) {
	.history .history-progressbar {
		left: 0px;
	}

	.history .history-progressbar .arrow {
		width: 68px;
		height:68px;
		background-size: auto 30px;
	}

	.history .history-item {
		padding-left:100px;
		margin-bottom: 100px;
	}

	.history .history-year {
		display: flex;
		gap:10px;
		position: relative;
		top:unset;
		left: unset;
		-webkit-transform: none;
		transform: none;
		margin-bottom:20px;
	}

	.history .history-year p {
		font-size:4.4rem;
	}

	.history .history-content dl {
		gap:30px;
		margin-bottom:20px;
	}

	.history .history-content dt {
		text-align: left;
		font-size:2.6rem;
	}

	.history .history-content dd {
		font-size:2.6rem;
	}

	.history .sec02 .list {
		margin:-6px;
	}
	
	.history .sec02 .list li {
		padding:6px;
	}
	
	.history .sec02 .list .img {
		padding:16px;
	}
}
@media screen and (max-width:768px) {
	.history .history-year {
		margin-bottom:16px;
	}

	.history .history-year p {
		font-size:4rem;
		color:#f26521;
	}

	.history .history-content dl {
		gap:20px;
	}

	.history .history-content dt {
		width:120px;
		font-size:2.4rem;
	}

	.history .history-content dd {
		width: calc(100% - 140px);
		font-size:2.4rem;
	}

	.history .sec02 .list li {
		flex:1 1 25%;
		max-width:25%;
	}
}
@media screen and (max-width:576px) {
	.history .history-progressbar .arrow {
		width:40px;
		height:40px;
		box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.25);
		background-size: auto 20px;
	}

	.history .history-progressbar .line {
		width:3px;
	}

	.history .history-items-group {
		padding-top:0px;
	}

	.history .history-item {
		padding-left:40px;
		margin-bottom:60px;
	}

	.history .history-year {
		gap: 6px;
		margin-bottom:10px;
	}

	.history .history-year p {
		font-size:3.6rem;
	}

	.history .history-content dl {
		flex-wrap: wrap;
		gap:6px;
		margin-bottom:16px;
	}

	.history .history-content dt {
		width: 100%;
		font-size:2rem;
	}
	
	.history .history-content dd {
		width: 100%;
		padding-left:10px;
		font-size:2rem;
	}

	.history .sec02 .list {
		margin:-4px;
	}
	
	.history .sec02 .list li {
		flex:1 1 50%;
		max-width:50%;
		padding:4px;
	}
	
	.history .sec02 .list .img {
		display: block;
		position: relative;
		padding-top:20%;
	}

	.history .sec02 .list .img img {
		position: absolute;
		top: 50%;
		left:50%;
		transform: translate(-50%,-50%);
		width:60%;
	}
}


/* Location */
.location .info {
	display: flex;
	flex-wrap: wrap;
	gap:40px;
}

.location .info li {
	flex:1 1;
}

.location .info li.w100 {
	flex:1 1 100%;
}

.location .info .card {
	display: flex;
	align-items: center;
	gap:20px;
}

.location .info .icon {
	position: relative;
	width:72px;
	height:72px;
	background-color: #f26521;
	border-radius:50%;
	box-shadow: 1.928px 2.298px 5px 0px rgba(0, 0, 0, 0.15);
}

.location .info .icon::before {
	content: "";
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
}

.location .info .icon01::before {
	background-image: url('../img/sub/about/loc_ico01.png');
}

.location .info .icon02::before {
	background-image: url('../img/sub/about/loc_ico02.png');
}

.location .info .icon03::before {
	background-image: url('../img/sub/about/loc_ico03.png');
}

.location .info .icon04::before {
	background-image: url('../img/sub/about/loc_ico04.png');
}

.location .info .txt {
	width: calc(100% - 92px);
}

.location .info .txt .t01 {
	font-size:2.8rem;
	line-height:1.3;
}

.location .map {
	position: relative;
	width:100%;
	height:0;
	padding-top: calc(640/1440*100%);
	overflow: hidden;
}

.location .map iframe {
	display: block;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height:100%;
}

@media screen and (max-width:1200px) {
	.location .info {
		gap:30px;
	}

	.location .info .card {
		gap:16px;
	}

	.location .info .icon {
		width:64px;
		height:64px;
	}

	.location .info .txt {
		width: calc(100% - 80px);
	}

	.location .info .txt .t01 {
		font-size:2.6rem;
	}	
}
@media screen and (max-width:1024px) {
	.location .info {
		gap:20px;
	}

	.location .info li {
		flex:1 1 100%;
		max-width:100%;
	}

	.location .info .icon::before {
		background-size:auto 26px;
	}
}
@media screen and (max-width:768px) {
	.location .info .txt .t01 {
		font-size:2.4rem;
	}	
	
	.location .map {
		padding-top: 75.5%;
	}
}
@media screen and (max-width:576px) {
	.location .info {
		gap:16px;
	}

	.location .info .card {
		gap:10px;
	}

	.location .info .icon {
		width:48px;
		height:48px;
	}

	.location .info .icon::before {
		background-size:auto 22px;
	}

	.location .info .txt {
		width: calc(100% - 58px);
	}

	.location .info .txt .t01 {
		font-size:2rem;
	}	
}


/* 20250604 추가 */
.privacy .textarea {
	width: 100%;
	height:600px;
	border:1px solid #000;
	padding:20px;
	overflow-y: auto;
}

.privacy .textarea p {
	font-size:1.6rem;
}