/* ======= Main ======= */
/* common */
html { overflow: hidden; }
p{margin-block-start: 0;  margin-block-end: 0;}

@keyframes panelFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

.tab-lists { display: flex; }
.tab-panels .panel { display: block; animation: panelFadeIn cubic-bezier(0.46, 0.03, 0.52, 0.96) .65s forwards; }
.tab-panels .panel[hidden] { display: none; }

.section-main { position: relative; min-height: 100vh; padding-top: 80px;}
.section-main.fp-auto-height { min-height: auto; padding : 0;}
.section-main .section-text { margin: auto; max-width: 1600px; width: 90%;  }
.section-main .section-text .heading { font-size: 56px; margin-bottom: 40px;line-height: 1.25;   color: inherit;  font-weight: 700; }
.section-main .section-text .heading small { display: block; margin-bottom: 24px; line-height: 1.26; font-size: 24px; }
.section-main .section-text .text { margin: 0; font-size: 20px;  font-weight: 400;}

.section-main-hero { overflow: hidden; position: relative; height: 100vh; color: #fff; }
.section-main-hero .media-wrap { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.section-main-hero .media-wrap img,
.section-main-hero .media-wrap video { width: 100%; height: 100%; object-fit: cover; }
.section-main-hero .text-wrap { z-index: 2; position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 100%; height: 100%; }
.section-main-hero .text-wrap .heading { line-height: 1.5; font-size: 80px; color: inherit; font-weight: 700; }
.section-main-hero .text-wrap .eng { margin-top: 10px; font-size: 30px; }
.section-main-hero .text-wrap .eng .round { display: inline-block; vertical-align: text-bottom; margin-left: 8px; padding: 10px 16px 8px; line-height: 1; font-size: 20px; font-weight: 700; background: var(--clr-navy); border-radius: 50px; }
.section-main-hero .link-wrap { z-index: 2; position: absolute; bottom: 0; left: 0; display: flex; width: 100%; }
.section-main-hero .link-wrap li { flex: 1 1; border-top: 1px solid rgba(255, 255, 255, 0.2); border-right: 1px solid rgba(255, 255, 255, 0.2); -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px); }
.section-main-hero .link-wrap li:last-child { border-right: none; }
.section-main-hero .link-wrap .link { display: block; position: relative; padding: 40px 60px; font-size: 20px; font-weight: 600; color: inherit; transition: background ease .15s; }
.section-main-hero .link-wrap .link::after { content: ''; position: absolute; top: 0; bottom: 0; right: 54px; margin: auto; width: 24px; height: 24px; background: url('../images/external-link-light.svg') no-repeat center / auto 100%; }
.section-main-hero .link-wrap .link .icon { display: inline-block; vertical-align: middle; margin-right: 20px; width: 40px; height: 40px; background-repeat: no-repeat; background-size: auto 100%; background-position: center; }
.section-main-hero .link-wrap .link .icon-1 { background-image: url('../images/main/section-hero-icon-1.svg'); }
.section-main-hero .link-wrap .link .icon-2 { background-image: url('../images/main/section-hero-icon-2.svg'); }
.section-main-hero .link-wrap .link .icon-3 { background-image: url('../images/main/section-hero-icon-3.svg'); }
.section-main-hero .link-wrap .link .icon-4 { background-image: url('../images/main/section-hero-icon-4.svg'); }

.section-main-overview { display: flex; flex-direction: column; justify-content: space-between; padding: 150px 0 80px; color: #fff; background: url('../images/main/section-overview-background.jpg') no-repeat center / cover; }
.section-main-overview .link-wrap,
.section-main-overview .section-text { z-index: 2; position: relative; }
.section-main-overview .section-text{text-align: center;}
.section-main-overview .link-wrap { overflow: hidden; display: flex; justify-content: space-between; margin: 0 auto; max-width: 1600px; width: 90%; height: 324px; }
.section-main-overview .link-wrap li { position: relative; margin-top: auto; width: 31.6%; }
.section-main-overview .link-wrap li:nth-child(1) .link { background-image: url('../images/main/section-overview-link-background-1.png'); }
.section-main-overview .link-wrap li:nth-child(2) .link { background-image: url('../images/main/section-overview-link-background-2.png'); }
.section-main-overview .link-wrap li:nth-child(3) .link { background-image: url('../images/main/section-overview-link-background-3.png'); }
.section-main-overview .link-wrap .title { z-index: 2; position: relative; margin: 0; padding: 30px; font-size: 24px; font-weight: 600; color: inherit; border-bottom: 1px solid #fff; cursor: pointer; transition: border ease .35s; pointer-events: none; }
.section-main-overview .link-wrap .title .icon { position: absolute; top: 0; right: 24px; bottom: 0; margin: auto; width: 30px; height: 30px; background: url('../images/external-link-light.svg') no-repeat center / auto 100%; opacity: 0; transition: all ease .55s; }
.section-main-overview .link-wrap .link { position: absolute; left: 0; bottom: -324px; padding: 30px; width: 100%; height: 324px; background-repeat: no-repeat; background-position: center; background-size: cover; border-radius: 40px 12px 40px 12px; transition: bottom cubic-bezier(0.22, 0.61, 0.36, 1) .55s; }

.section-main-overview .section-img-text { position:relative; margin: 0; margin-top: 20px; }
.section-main-overview .section-img-text .text { position:absolute; left: 50px; top: 10px; font-size: 14px; }

.section-main-issues { padding: 25vh 0 0; color: #fff; background: url('../images/main/section-issues-background.jpg') no-repeat center / cover; }
.section-main-issues .section-text,
.section-main-issues .link-wrap { z-index: 2; position: relative; }
.section-main-issues .section-text .heading { color: inherit; }
.section-main-issues .link-wrap { display: flex; flex-direction: column; position: absolute; top: 80px; right: 0; width: 600px; height: calc(100% - 80px); }
.section-main-issues .link-wrap li { flex: 1 1 0; position: relative; border-left: 1px solid rgba(255, 255, 255, 0.3); -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.section-main-issues .link-wrap li:not(:last-child)::after { content: ''; z-index: 1; display: block; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background: rgba(255, 255, 255, 0.3); }
.section-main-issues .link-wrap li:nth-child(1) .link::before { background-image: url('../images/main/section-issues-background-1.jpg');}
.section-main-issues .link-wrap li:nth-child(2) .link::before { background-image: url('../images/main/section-issues-background-2.jpg');}
.section-main-issues .link-wrap li:nth-child(3) .link::before { background-image: url('../images/main/section-issues-background-3.jpg');}
.section-main-issues .link-wrap .link { display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 0; right: 0; width: 100%; height: 100%; border-bottom-left-radius: 80px; transition: width cubic-bezier(0.22, 0.61, 0.36, 1) .35s; }
.section-main-issues .link-wrap .link::before { content: ''; z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; opacity: 0; transition: all ease .35s; }
.section-main-issues .link-wrap .title { z-index: 2; position: relative; margin: 10px 0 0; line-height: 1; font-size: 24px; font-weight: 600; color: inherit; }
.section-main-issues .link-wrap .title .icon { display: block; margin: auto; width: 96px; height: 96px; background-repeat: no-repeat; background-position: center; }
.section-main-issues .link-wrap .title .icon-1 { background-image: url('../images/main/section-issues-icon-1.svg'); }
.section-main-issues .link-wrap .title .icon-2 { background-image: url('../images/main/section-issues-icon-2.svg'); }
.section-main-issues .link-wrap .title .icon-3 { background-image: url('../images/main/section-issues-icon-3.svg'); }

.section-main-issues .section-img-text { position:relative; margin: 0; margin-top: 20px; }
.section-main-issues .section-img-text .text { position:absolute; left: 50px; top: 325px; /* top: 285px; */ font-size: 14px; }

.section-main-achievements { padding: 150px 0 80px; }
.section-main-achievements .background { overflow: hidden; position: absolute; top: 0; left: 0; width: 100%; height: 100%; transform-origin: left bottom; }
.section-main-achievements .background span { display: block; width: 100%; height: 100%; background: url('../images/main/section-achievements-background.png') no-repeat center / cover; transform-origin: left bottom; }
.section-main-achievements .section-child:not(:last-child) { margin-bottom: 50px; }
.section-main-achievements .section-text-wrap { z-index: 2; position: relative; display: inline-block; }
.section-main-achievements .tab-container { margin-top: 85px; }
.section-main-achievements .tab-lists { display: flex; flex-direction: column; align-items: flex-end; margin-right: -10px; }
.section-main-achievements .tab-lists .button { margin-bottom: 12px; text-align: left; }
.section-main-achievements .tab-panels { position: absolute; top: 170px; right: 160px; margin: -20px; width: 790px; }
.section-main-achievements .icon-wrap { display: flex; flex-wrap: wrap; margin: -20px; }
.section-main-achievements .icon-wrap li { padding: 20px; width: 50%; }
.section-main-achievements .icon-wrap li:first-child { margin-top: 184px; }
.section-main-achievements .icon-wrap li:last-child { margin-top: -184px; margin-left: 50%; }
.section-main-achievements .icon-wrap .box { overflow: hidden; display: flex; flex-direction: column; justify-content: space-between; position: relative; padding: 40px; min-height: 300px; border-radius: 12px; transition: all ease .35s; }
.section-main-achievements .icon-wrap .box::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #fff; background-image: none; background-repeat: no-repeat; background-size: cover; opacity: 0; transition: opacity ease .35s; }
.section-main-achievements .icon-wrap .box::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 1px solid #ddd; border-radius: 12px; transition: border-radius ease .35s; pointer-events: none; }
.section-main-achievements .icon-wrap .box .title { z-index: 2; position: relative; margin-top: 0; line-height: 1.4; font-size: 24px; font-weight: 600; color: #111; transition: color ease .35s; }
.section-main-achievements .icon-wrap .box .title small { display: block; margin: 6px 0 20px; font-size: 15px; font-weight: 400; color: #787878; transition: color ease .35s; }
.section-main-achievements .icon-wrap .box .text { z-index: 2; position: relative; font-size: 15px; color: #333; transition: color ease .35s; }
.section-main-achievements .icon-wrap .box .icon { z-index: 2; position: relative; display: block; margin-top: 40px; width: 68px; height: 68px; background-repeat: no-repeat; background-position: center; background-size: 100% auto; transition: background-image ease .35s; }
.section-main-achievements .icon-wrap .li-1 .box .icon { background-image: url('../images/main/section-achievements-icon-1.svg'); }
.section-main-achievements .icon-wrap .li-2 .box .icon { background-image: url('../images/main/section-achievements-icon-2.svg'); }
.section-main-achievements .icon-wrap .li-3 .box .icon { background-image: url('../images/main/section-achievements-icon-3.svg'); }
.section-main-achievements .icon-wrap .li-4 .box .icon { background-image: url('../images/main/section-achievements-icon-4.svg'); }
.section-main-achievements .icon-wrap .li-5 .box .icon { background-image: url('../images/main/section-achievements-icon-5.svg'); }
.section-main-achievements .icon-wrap .li-6 .box .icon { background-image: url('../images/main/section-achievements-icon-6.svg'); }
.section-main-achievements .icon-wrap .li-7 .box .icon { background-image: url('../images/main/section-achievements-icon-7.svg'); }
.section-main-achievements .icon-wrap .li-8 .box .icon { background-image: url('../images/main/section-achievements-icon-8.svg'); }
.section-main-achievements .icon-wrap .li-9 .box .icon { background-image: url('../images/main/section-achievements-icon-9.svg'); }
.section-main-achievements .icon-wrap .li-10 .box .icon { background-image: url('../images/main/section-achievements-icon-10.svg'); }
.section-main-achievements .icon-wrap .li-11 .box .icon { background-image: url('../images/main/section-achievements-icon-11.svg'); }
.section-main-achievements .icon-wrap .li-12 .box .icon { background-image: url('../images/main/section-achievements-icon-12.svg'); }
.section-main-achievements .icon-wrap .li-13 .box .icon { background-image: url('../images/main/section-achievements-icon-13.svg'); }
.section-main-achievements .icon-wrap .li-1 .box::before { background-image: url('../images/main/section-achievements-background-1.jpg'); }
.section-main-achievements .icon-wrap .li-2 .box::before { background-image: url('../images/main/section-achievements-background-2.jpg'); }
.section-main-achievements .icon-wrap .li-3 .box::before { background-image: url('../images/main/section-achievements-background-3.jpg'); }
.section-main-achievements .icon-wrap .li-4 .box::before { background-image: url('../images/main/section-achievements-background-4.jpg'); }
.section-main-achievements .icon-wrap .li-5 .box::before { background-image: url('../images/main/section-achievements-background-5.jpg'); }
.section-main-achievements .icon-wrap .li-6 .box::before { background-image: url('../images/main/section-achievements-background-6.jpg'); }
.section-main-achievements .icon-wrap .li-7 .box::before { background-image: url('../images/main/section-achievements-background-7.jpg'); }
.section-main-achievements .icon-wrap .li-8 .box::before { background-image: url('../images/main/section-achievements-background-8.jpg'); }
.section-main-achievements .icon-wrap .li-9 .box::before { background-image: url('../images/main/section-achievements-background-9.jpg'); }
.section-main-achievements .icon-wrap .li-10 .box::before { background-image: url('../images/main/section-achievements-background-10-n.jpg'); }
.section-main-achievements .icon-wrap .li-11 .box::before { background-image: url('../images/main/section-achievements-background-11.jpg'); }
.section-main-achievements .icon-wrap .li-12 .box::before { background-image: url('../images/main/section-achievements-background-12.jpg'); }
.section-main-achievements .icon-wrap .li-13 .box::before { background-image: url('../images/main/section-achievements-background-13.jpg'); }
.section-main-achievements .table { line-height: 1.5; text-align: center; border-top: 1px solid #000; }
.section-main-achievements .table caption { position: static; margin-bottom: 15px; width: auto; height: auto; line-height: 1.4; text-indent: 0; text-align: left; font-size: 22px; font-weight: 600; color: #111; }
.section-main-achievements .table tr { border-bottom: 1px solid #ddd; }
.section-main-achievements .table th { padding: 10px; font-size: 18px; font-weight: 700; color: #000; background: #F7F7F7; border-left: 1px solid #ddd; }
.section-main-achievements .table td { padding: 8px 10px; font-size: 16px; border-left: 1px solid #ddd; }
.section-main-achievements .table th:first-child,
.section-main-achievements .table td:first-child { border-left: none; }
.section-main-achievements .table + .footnote { margin-top: 10px; margin-bottom: 0; font-size: 14px; }

.section-main-appendix { padding: 25vh 0 0; color: #fff; background: url('../images/main/section-appendix-background.jpg') no-repeat center / cover; }
.section-main-appendix .section-text { z-index: 2; position: relative; }
.section-main-appendix .section-text .heading { color: inherit; }
.section-main-appendix .link-wrap { z-index: 2; position: absolute; top: 50%; right: 160px; width: 384px; transform: translateY(-50%); }
.section-main-appendix .link-wrap .link { display: block; margin: 12px; padding: 24px; font-size: 20px; font-weight: 600; background: rgba(0, 25, 42, 0.7); border-radius: 12px; transition: all ease .35s; -webkit-backdrop-filter: blur(4px); backdrop-filter: blur(4px); }
.section-main-appendix .link-wrap .link em { display: block; margin-bottom: 4px; font-size: 15px; opacity: 0.5; }
.marquee-container { overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; height: 320px; pointer-events: none; user-select: none; }
.marquee { position: relative; height: 120px; white-space: nowrap; }
.marquee .item { position: absolute; top: 0; transform-origin: left; transform: translateY(100%); will-change: transform; }
.marquee .item:first-child { transform: none; }
.marquee p { position: relative; margin: 0; padding-right: 24px; line-height: 1; font-size: 320px; color: rgba(255, 255, 255, 0.05); font-weight: 500; }
.marquee p:nth-of-type(2) { position: absolute; left: 100%; top: 0; }
.section-main-appendix .section-img-text { position:relative; margin: 0; margin-top: 20px; }
.section-main-appendix .section-img-text .text { position:absolute; left: 50px; top: 396px; /* top: 285px; */ font-size: 14px; }
.print-div { overflow: hidden; position: absolute; bottom: 0; left: 0; width: 100%; height: 320px; pointer-events: none; user-select: none; }
.print-div-marquee { position: relative; height: 120px; white-space: nowrap; }
.print-div-marquee .print-div-item { position: absolute; top: 0; transform-origin: left; transform: translateY(100%); will-change: transform; }
.print-div-marquee .print-div-item:first-child { transform: none; }
.print-div-marquee p { position: relative; margin: 0; padding-right: 24px; line-height: 1; font-size: 320px; color: rgba(0, 0, 0, 0); font-weight: 500; }
.print-div-marquee p:nth-of-type(2) { position: absolute; left: 100%; top: 0; }

/* main common */
.section-main h3{ color: inherit; font-size:24px; font-weight:600; }
.section-main h3 + p{ margin-top:8px;	font-size:18px;  font-weight: 400;}
.section-main h3 + .p { visibility: hidden; opacity: 0; transition: all .15s ease; }

/* round hover card */
.hover-card{position:relative; display:block; overflow:hidden; border-radius:12px; color:#fff; display:flex; flex-direction:column;  }
.hover-card-bg{position:absolute; inset:0;  }
.hover-card-bg::after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#001931 0%,rgba(0,25,49,.7) 40%,rgba(0,25,49,0) 100%);pointer-events:none;z-index:1; opacity:0; transition:all ease .35s;}
.hover-card-bg img{  	width:100%; height:100%; object-fit:cover;transition:all ease .35s; }
.hover-card-bg .corner-cut{	position:absolute;	right:-70px;	bottom:-70px;	width:70px;aspect-ratio:1;	background:var(--cut-color);  	border-top-left-radius:40px; opacity:0;	z-index:2; transition:all ease .35s;}
.hover-card-bg .corner-cut::before{	content:'';	position:absolute;	left:-50px;	bottom:0;width:50px;	aspect-ratio:1;	border-radius:50%;	box-shadow:25px 25px 0 var(--cut-color);}
.hover-card-bg .corner-cut::after{	content:'';	position:absolute;right:0;	top:-50px;	width:50px;	aspect-ratio:1;	border-radius:50%;	box-shadow:25px 25px 0 var(--cut-color);}
.hover-card-content{position:relative;z-index:2; 	padding:30px;}
.hover-card-arrow{	position:absolute;	right:0;	bottom:0;	z-index:3;	display:flex;	align-items:center;	justify-content:center;	width:60px; transform:scale(0); transform-origin:right bottom;	aspect-ratio:1;	border-radius:50%;	background:#171717;	color:#fff;	font-size:24px; font-weight: 300;	opacity:0;	 	transition:all ease .35s;}
.hover-card.active .corner-cut,
.hover-card:hover .corner-cut{opacity:1; bottom:0; right:0;}
.hover-card.active .hover-card-arrow,
.hover-card:hover .hover-card-arrow{	opacity:1; transform:scale(1);}
.hover-card.active img,
.hover-card:hover img{border-bottom-right-radius:30px;}
.hover-card.active h3 + p { visibility: visible; opacity: 1; }


/* main sectio company */
.section-main-company{display:flex; flex-direction:column; justify-content:center; align-items:center; gap:60px;  background: url('/sustainability/2025/assets/images/main/section-company-background.jpg') no-repeat center center / cover; --cut-color: #c3d7e6;  color: #333;}
.section-main-company .section-text{margin-bottom: 0; margin-top: 0;}
.section-main-company .section-text .heading { line-height: 1.1; margin-bottom: 24px;  font-size: 48px; }
.section-main-company .section-text .text {   font-size: 18px;   }
.section-main-company .company-grid{ display:grid;grid-template-columns:repeat(3,1fr);gap:30px; height: 400px; }
.section-main-company .company-grid .hover-card{justify-content:flex-end;}
.section-main-company .company-grid .hover-card p{display:none;}
.section-main-company .company-grid .hover-card.active,
.section-main-company .company-grid .hover-card:hover {justify-content:flex-start;}
.section-main-company .company-grid .hover-card.active p,
.section-main-company .company-grid .hover-card:hover p{display:block;}
.section-main-company .company-grid .hover-card.active .hover-card-bg::after,
.section-main-company .company-grid .hover-card:hover .hover-card-bg::after{opacity:1;}



/* main sectio esg */
.section-main-esg{overflow:hidden; display:flex; flex-direction:column; align-items:center; gap:60px; justify-content: center; color: #333; }
.section-main-esg .section-text{position:relative;margin-bottom: 0; margin-top: 0;}
.section-main-esg .section-text .heading { line-height: 1.1; margin-bottom: 24px;  font-size: 48px; }
.section-main-esg .section-text .text {   font-size: 18px;   }
.esg-swiper{overflow: visible; }
.esg-swiper .swiper-wrapper{margin-left:0;}
.esg-slide{ flex-shrink:0; width: 730px;  height: 478px; transition: width .9s ease-in, height .9s ease-in; transform-origin:left top;}
.esg-slide .esg-img{width: 100%;  height: 420px;  transform-origin:left top; transition: width .9s ease-in, height .9s ease-in; border-radius:12px; overflow:hidden;  display:block;   }
.esg-slide .esg-img img{width: 100%; height: 100%; objecit-fit:cover;}
.esg-slide.swiper-slide-next{width: 405px;}
.esg-slide.swiper-slide-next .esg-img{ height: 250px;}
.esg-slide.swiper-slide-active .esg-img{ height: 478px;}
.esg-slide.swiper-slide-active .esg-overlay{opacity: 1; }
.esg-slide.swiper-slide-active .esg-overlay .esg-bottom{opacity: 1; }
.esg-swiper-btns{position:absolute; right:0; bottom:0; display:flex; gap:8px;}
.esg-swiper-btns .swiper-button-prev,
.esg-swiper-btns .swiper-button-next{width:60px; height:auto; aspect-ratio:1;border-radius:50%;background:rgba(0,0,0,0.2); position:relative; left:auto; right:auto; margin:0; top:auto; transition:all ease .35s;}
.esg-swiper-btns .swiper-button-prev:hover,
.esg-swiper-btns .swiper-button-next:hover{background: #00478B;}
.esg-swiper-btns .swiper-button-prev::after,
.esg-swiper-btns .swiper-button-next::after{font-size:24px;  font-weight:200;color:#fff;     font-family: inherit;}
.esg-swiper-btns .swiper-button-prev::after{content:"←"; }
.esg-swiper-btns .swiper-button-next::after{content:"→"; }
.esg-overlay{position:absolute;inset:0;padding:30px;display:flex;flex-direction:column;justify-content:space-between;color:#fff; transition:all ease .35s;    opacity:0;}
.esg-top{display:flex;justify-content:space-between;align-items:center;}
.esg-arrow{font-size:32px;     height: 40px;    overflow: hidden;    display: flex;    align-items: center;   justify-content: center;}
.esg-bottom{display:flex;align-items:center;gap:40px; opacity:0; transition:all ease .35s;  transition-delay:1s; }
.grade-box{width: 50%; display:flex;align-items:center;gap:12px; font-size:16px; line-height: 1.4;}
.grade-img{width:90px;aspect-ratio:1;  display:flex;flex-direction:column;justify-content:center;align-items:center;  }
.grade-box img{width: 100%; height: 100%; object-fit:contain;}
.grade-info {flex:1;}
.grade-info strong{display:block; font-weight:600; margin-bottom: 5px; }
.esg-title{display:flex;justify-content:space-between;align-items:center;padding-top:10px;transition:.4s;}
.esg-title i{font-size:34px;}
.esg-slide.swiper-slide-active .esg-title{opacity:0;visibility:hidden;}





/*********************** 2025.04.21 수정내역 */
.section-main-achievements .icon-wrap li.li-7 { margin-top: 0; }
.section-main-achievements .icon-wrap li.li-10 { margin-top: -340px; }

/*********************** 2025.07 search 추가 */
.input-search-box {
    display: flex;
    flex-direction: row; justify-content: space-between; align-items: center;
    width: 580px; height: 60px;
    background-color: #fff; border: 1px solid #ddd;
    border-radius: 38px;
}
.input-search-box input {
    appearance:  none;
    -moz-appearance:  none;
    -webkit-appearance:  none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    outline: 0;
    border: 0;
    padding-left: 24px;
    font-size: 18px; font-weight: 500; color: var(--clr-black);
}
.input-search-box button {
    margin-right: 24px;
    width: 24px; height: 24px;
}
.input-search-box button svg {
    stroke: #097CD3;
}
.row.Tag {
    display: flex;
    flex-direction: column; align-items: flex-start;
    margin: 3px 0 30px;
    width: 580px;
}
.row.Tag strong {
    font-size: 18px; font-weight: 500;
    color: var(--clr-black);
    padding-top: 20px;
}
.row.Tag .tagBoxRow {
    display: flex;
    flex-direction: row; justify-content: flex-start; align-items: center;
    flex-wrap: wrap;
    margin-top: 16px;
}
.tag.col {
    display: flex;
    justify-content: center; align-items: center;
    padding: 8px 24px; margin: 0 8px 8px 0;
    border-radius: 24px; border: 1px solid #DDD;
    background: #FFF;
}

/*********************** 2025.07 search 추가 */

@media (hover: hover) and (pointer: fine) {
    .section-main-hero .link-wrap .link:hover { background: var(--clr-navy); }

    .section-main-overview .link-wrap li:hover .title { border-bottom-color: transparent; }
    .section-main-overview .link-wrap li:hover .link { bottom: 0; }
    .section-main-overview .link-wrap li:hover .icon { transform: none; opacity: 1; }

    .section-main-issues .link-wrap .link:hover { width: 113.2%; }
    .section-main-issues .link-wrap .link:hover::before { border-bottom-left-radius: 80px; opacity: 1; }

    .section-main-achievements .icon-wrap .box:hover,
    .section-main-achievements .icon-wrap .box:hover::after { border-radius: 60px 12px 60px 12px; }
    .section-main-achievements .icon-wrap .box:hover::before { opacity: 1; }
    .section-main-achievements .icon-wrap .box:hover .title,
    .section-main-achievements .icon-wrap .box:hover .title small,
    .section-main-achievements .icon-wrap .box:hover .text { color: #fff; }

    .section-main-achievements .icon-wrap .li-1 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-1-on.svg'); }
    .section-main-achievements .icon-wrap .li-2 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-2-on.svg'); }
    .section-main-achievements .icon-wrap .li-3 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-3-on.svg'); }
    .section-main-achievements .icon-wrap .li-4 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-4-on.svg'); }
    .section-main-achievements .icon-wrap .li-5 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-5-on.svg'); }
    .section-main-achievements .icon-wrap .li-6 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-6-on.svg'); }
    .section-main-achievements .icon-wrap .li-7 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-7-on.svg'); }
    .section-main-achievements .icon-wrap .li-8 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-8-on.svg'); }
    .section-main-achievements .icon-wrap .li-9 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-9-on.svg'); }
    .section-main-achievements .icon-wrap .li-10 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-10-on.svg'); }
    .section-main-achievements .icon-wrap .li-11 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-11-on.svg'); }
    .section-main-achievements .icon-wrap .li-12 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-12-on.svg'); }
    .section-main-achievements .icon-wrap .li-13 .box:hover .icon { background-image: url('../images/main/section-achievements-icon-13-on.svg'); }

    .section-main-appendix .link-wrap .link:hover { color: #000; background: #fff; }
    .section-main-appendix .link-wrap .link:hover em { color: var(--clr-navy); opacity: 1; }
}

@media screen and (max-width: 1650px) {
    .section-main { height: auto !important;padding-top: 70px; }
    .section-main .section-text .heading { font-size: 36px; margin-bottom: 30px; }
    .section-main .section-text .heading small { font-size: 20px; margin-bottom: 14px; }
    .section-main .section-text .text { font-size: 18px; }

    .section-main-overview { justify-content: flex-start; }
    .section-main-overview::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 70%); pointer-events: none; }
    .section-main-overview .link-wrap { height: auto; }
    .section-main-overview .link-wrap .title { font-size: 22px; padding: 14px 16px; }
    .section-main-overview .link-wrap .title .icon { right: 4px; height: 26px; opacity: 1; }
    .section-main-overview .link-wrap .link { bottom: 0; padding: 0; height: 100%; background: none !important; }
    .section-main-overview .link-wrap .link .text { display: none; }

    .section-main-achievements { padding: 80px 0; }
    .section-main-achievements .background { display: none; }
    .section-main-achievements .section-text-wrap { display: block; }
    .section-main-achievements .tab-container { overflow-y: hidden; overflow-x: auto; margin-top: 50px; margin-bottom: 30px; margin-left: -5.5%; margin-right: -5.5%; padding-bottom: 15px; }
    .section-main-achievements .tab-lists { display: block; white-space: nowrap; font-size: 0; }
    .section-main-achievements .tab-lists > li { display: inline-block; }
    .section-main-achievements .tab-lists > li:first-child { margin-left: 5%; }
    .section-main-achievements .tab-lists > li:last-child { margin-right: 5%; }
    .section-main-achievements .tab-lists .button { margin-bottom: 0; margin-right: 5px; min-width: auto; height: 45px; }
    .section-main-achievements .tab-panels { position: static; }
    .section-main-achievements .tab-panels { margin: auto; max-width: 1600px; width: 90%; }
    .section-main-achievements .table caption { font-size: 20px; }
    .section-main-achievements .table th { font-size: 16px; }
    .section-main-achievements .table td { font-size: 15px; }
    .section-main-achievements .table + .footnote { font-size: 13px; }
    .section-main-achievements .icon-wrap { flex-direction: column; margin: -10px; }
    .section-main-achievements .icon-wrap li { padding: 10px; width: 100%; }
    .section-main-achievements .icon-wrap li:first-child { margin-top: 0; }
    .section-main-achievements .icon-wrap li:last-child { margin-top: 0; margin-left: 0; }
    .section-main-achievements .icon-wrap .box { padding: 24px; min-height: auto; }
    .section-main-achievements .icon-wrap .box .title { font-size: 22px; }
    .section-main-achievements .icon-wrap .box .title small { font-size: 14px; }
    .section-main-achievements .icon-wrap .box .text { font-size: 14px; }
    .section-main-achievements .icon-wrap .box .icon { width: 55px; height: 55px; }

    .section-main-issues { display: flex; flex-direction: column; justify-content: space-between; padding: 80px 0; }
    .section-main-issues .section-text { margin-top: 80px; /* margin-top: 0; */ }
    .section-main-issues .link-wrap { flex-direction: row; position: static; width: 100%; height: auto; }
    .section-main-issues .link-wrap li { height: auto; -webkit-backdrop-filter: none; backdrop-filter: none; }
    .section-main-issues .link-wrap li:not(:last-child)::after { content: none; }
    .section-main-issues .link-wrap .link { position: relative; height: auto; }
    .section-main-issues .link-wrap .link::before { content: none; }
    .section-main-issues .link-wrap .title { font-size: 22px; margin-top: 0; }
    .section-main-issues .link-wrap .title .icon { background-size: auto 80%; }
	.section-main-issues .section-img-text .text { top:0;}
	

    .section-main-appendix { display: flex; flex-direction: column; justify-content: space-between; padding: 80px 0; }
    .section-main-appendix .section-text { margin-top: 80px; /* margin-top: 0; */ }
    .section-main-appendix .link-wrap { display: flex; flex-wrap: wrap; position: static; margin: 50px auto 0; max-width: 1600px; width: calc(90% + 10px); transform: none; }
    .section-main-appendix .link-wrap li { padding: 5px; width: 50%; }
    .section-main-appendix .link-wrap .link { font-size: 18px; margin: 0; padding: 20px; }
    .section-main-appendix .link-wrap .link em { font-size: 14px; }
	.section-main-appendix .section-img-text .text {top:0;}
    .marquee-container { display: none; }

	.hover-card .hover-card-arrow{opacity: 1;transform: scale(1);}
	.hover-card .corner-cut {    opacity: 1;   bottom: 0;   right: 0;}
}



@media screen and (max-width: 1024px) {
	.section-main{padding:80px 0;}
	.section-main .section-text .heading{margin-bottom: 20px;}
	.section-main .section-text .text br{display:none;}
	.section-main h3{font-size: 20px;}
	.section-main h3 + p{font-size: 15px; margin-top: 4px;}
    .section-main h3 + .p { visibility: visible; opacity: 1; }

	.hover-card-arrow{width: 40px;}
	.hover-card-content{padding:20px; padding-right: 50px;}
	.hover-card .corner-cut{        border-top-left-radius: 30px;}
	.hover-card-bg .corner-cut{width: 50px;}
	.hover-card-bg .corner-cut::before,
	.hover-card-bg .corner-cut::after{border-radius:15px; width: 40px;}
	.hover-card-bg .corner-cut::before{left:-40px; }
	.hover-card-bg .corner-cut::after{top:-40px;}
	.hover-card-content{padding-right: 50px;}
	.hover-card-bg::after{opacity:.5;}

	.section-main-company{gap:30px;}
	.section-main-company .company-grid{  gap:10px;  grid-template-columns: repeat(1, 1fr); height:auto;}
	.section-main-company .company-grid .hover-card p,
	.section-main-company .company-grid .hover-card p {display: block;}
	.section-main-company .hover-card-content{padding-top: 100px;}

	.section-main-esg{gap:30px;}
	.esg-slide{width: 300px !important; height: 400px !important;}
	.esg-slide .esg-img{height: 300px !important;}
	.esg-slide.swiper-slide-active .esg-overlay .esg-bottom{display:none;}
	.esg-slide.swiper-slide-active .esg-title {opacity: 1 !important;visibility: visible !important;}
	.esg-slide.swiper-slide-active .esg-overlay{display:none;}
	.esg-swiper-btns{position:relative; margin-top: 40px;}
	.esg-arrow{font-size: 24px;}

}
@media screen and (max-width: 768px) {

    .section-main .section-text .heading { font-size: 30px; }
    .section-main .section-text .heading small { font-size: 18px; margin-bottom: 10px; }
    .section-main .section-text .text { font-size: 16px; }

    .section-main-overview .link-wrap { flex-direction: column; }
    .section-main-overview .link-wrap li { margin-top: 10px; width: 100%; }
    .section-main-overview .link-wrap .title { font-size: 18px; }
    .section-main-overview .link-wrap .title .icon { height: 20px; }

    .section-main-achievements .table caption { font-size: 18px; }
    .section-main-achievements .table th { font-size: 15px; }
    .section-main-achievements .table td { font-size: 14px; }
    .section-main-achievements .table + .footnote { font-size: 12px; }
    .section-main-achievements .icon-wrap .box .title { font-size: 18px; }
    .section-main-achievements .icon-wrap .box .title small { font-size: 13px; }
    .section-main-achievements .icon-wrap .box .text { font-size: 13px; }
    .section-main-achievements .icon-wrap .box .icon { margin-top: 30px; }

    .section-main-issues::after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background-image: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 50%); pointer-events: none; }
    .section-main-issues .link-wrap { flex-direction: column; margin: 0 auto; max-width: 1600px; width: 90%; }
    .section-main-issues .link-wrap li { border-left: none; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .section-main-issues .link-wrap .link { align-items: flex-start; padding: 5px 0; }
    .section-main-issues .link-wrap .link::after { content: ''; position: absolute; top: 0; right: 14px; bottom: 0; margin: auto; width: 20px; height: 20px; background: url('../images/external-link-light.svg') no-repeat center / auto 100%; transition: all ease .55s; }
    .section-main-issues .link-wrap .title { font-size: 18px; display: flex; align-items: center; }
    .section-main-issues .link-wrap .title .icon { margin-right: 10px; width: 48px; height: 48px; background-size: auto 120%; }

    .section-main-appendix .link-wrap .link { font-size: 16px; }
    .section-main-appendix .link-wrap .link em { font-size: 13px; }


}

@media screen and (max-width: 425px) {
	.section-main-overview .section-img-text .text { left: 20px; top: 0; width: 80%; }
	.section-main-issues .section-img-text .text { left: 20px; top: 0; width: 80%; }
}
@media print {
    * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
    html,
    body { margin: 0 !important; padding: 0 !important; height: auto; }
    html { overflow: hidden !important; height: auto !important; }

    .footer,
    .scroll-top a { display: none; }

    .header { position: absolute; }
    .header-logo { width: 137px; height: 30px; }
    .header-nav .lists > li { margin-left: -10px; margin-right: -10px; }
    .header-nav .lists .link { margin-right: 0; margin-left: 0; padding-right: 0; padding-left: 0; font-size: 10pt; }
    .header-search form { width: 200px; }

    .button { font-size: 13.5pt; }

    #fullpage { height: auto !important; transform: none !important; }

    .section-main { min-height: auto !important; height: 26cm !important; }
    /* .section-main:not(:first-child) { break-before: page; } */
    .section-main [data-animate] { opacity: 1 !important; transform: none !important; }
    .section-main .section-text .heading { font-size: 36pt; }
    .section-main .section-text .heading small { font-size: 15pt; }
    .section-main .section-text .text { font-size: 13.5pt; }

    .section-main-overview .link-wrap .title { font-size: 16.5pt; }

    .section-main-achievements .tab-container { margin-top: 40px; }
    .section-main-achievements .section-child:not(:last-child) { margin-bottom: 25px; }
    .section-main-achievements .table caption { font-size: 15pt; }
    .section-main-achievements .table th { padding: 5px; font-size: 11pt; }
    .section-main-achievements .table td { padding: 4px 5px; font-size: 9pt; }
    .section-main-achievements .table + .footnote { font-size: 7.5pt; }

    .section-main-issues .link-wrap { top: 0; width: 450px; height: 100%; }
    .section-main-issues .link-wrap .title { font-size: 16.5pt; }

    .section-main-appendix .link-wrap { top: 10%; transform: none; }
    .marquee-container { visibility: hidden; }
}
@page { size: landscape; margin-right: 1cm; margin-left: 1cm; margin-top: 1.5cm; margin-bottom: 1.5cm; }
