@charset "UTF-8"; @import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"); /* reset */
* { margin: 0; padding: 0; font-family: 'Pretendard Variable'; } 
li { list-style: none; font-family: 'Pretendard Variable'; } 
a { text-decoration: none; color: #333; font-family: 'Pretendard Variable'; font-weight: 400; line-height: 1.4; letter-spacing: -0.025em; } 
img { display: block; } 
html, body { height: 100%; font-family: 'Pretendard Variable'; font-weight: 400; color: #333; line-height: 1.4; letter-spacing: -0.025em; } 

.centerbox { width: 1600px; margin: 0 auto; } 
.title_box h2 { font-weight: 500; font-size: 40px; color: #333; text-align: center; } 
.title_box p { font-weight: 500; font-size: 18px; color: #404040; margin-top: 15px; text-align: center; } 



.main header { position: absolute; width: 100%; height: 100px; z-index: 10; } 
.main header .gnb li a { color: #fafafa; display: block; } 
.main header .login_box li a { color: #fafafa; } 


header { width: 100%; height: 100px; display: flex; align-items: center; transition: .3s; } 
.main header:hover { background: linear-gradient(180deg, rgba(0,0,0,0.5), rgba(0,0,0,0)); } 
header .centerbox { display: flex; justify-content: space-between; align-items: center; } 


header .gnb { display: flex; gap: 100px; } 
header .gnb > li { font-weight: 500; font-size: 24px; min-width: 90px; } 
header .gnb > li > a { padding: 20px 0; color: #333; display: block; } 
header .gnb li a:hover { font-weight: 500; } 
header .gnb > li.on > a {font-weight: 500;}

header:hover .gnb li.off { opacity: 0.2; pointer-events: none; } 

header .gnb li .lnb { position: absolute; background: #032753; padding:10px; display: flex; flex-wrap: wrap; justify-content: space-between; border-radius: 0 50px 50px 50px; display: none; z-index: 7; } 
.main header .gnb li .lnb { background: rgba(2, 21, 85, 0.8); backdrop-filter:blur(13px); } 
header .gnb li .lnb li a { padding:15px 30px; font-size: 20px; color: #fafafa; display: block; } 
header .gnb li:hover .lnb { display: flex; } 

header .login_box { font-size: 16px; font-weight: 500; gap: 30px; display: flex; } 
header .login_box li a { padding: 20px 0; display: block; text-align: center; color: #333 } 
header:hover .login_box li.off { opacity: 0.2; pointer-events: none; } 


#visual { width: 100%; height: 100vh; background: url(../images/visual1_1.png) center top no-repeat; } 
#visual .centerbox { position: relative; } 

#visual .centerbox .textbox { position: absolute; top: 390px;; color: #fafafa; animation: textBox 3s forwards; } 
@keyframes textBox { 
 0% { left: 300px; opacity: 0; } 
 100% { left: 50px; opacity: 1; } 
 }

#visual .centerbox .textbox strong { font-weight: normal; font-weight: 500; font-size: 60px; display: block; line-height: 1.2; } 
#visual .centerbox .textbox em { font-weight: 400; font-size: 22px; font-style: normal; display: block; line-height: 1.2; padding-left: 10px; margin: 30px 0 25px 0; } 
#visual .centerbox .textbox a { font-weight: 500; font-size: 18px; padding-left: 10px; color: #fafafa; display: inline-flex; width: max-content; align-items: center; gap: 5px; transition: transform 0.3s ease; } 
#visual .centerbox .textbox a:hover { transform: scale(1.05); } 
#visual .centerbox .textbox a img { min-width: 30px; height: auto; transform: translateX(3px); } 


#section1 { width: 100%; padding: 150px 0 75px 0; } 
#section1 .centerbox { } 
#section1 .centerbox .title_box { text-align: center; } 

#section1 .centerbox .title_box p { font-weight: 500; font-size: 18px; color: #404040; margin-top: 15px; } 

#section1 .content_box { display: flex; justify-content: space-between; margin-top: 80px; align-items: stretch; } 
#section1 .content_box .content_item { display: flex; width: 500px; height: 580px; border-radius: 10px; flex-direction: column; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) } 
#section1 .content_box .content_item .content_img { width: 500px; height: 340px; overflow: hidden; } 
#section1 .content_box .content_item .content_img img { width: 500px; height: 100%; object-fit: cover; border-radius: 10px 10px 0 0; transition: transform 0.5s ease; } 
#section1 .content_box .content_item:hover .content_img img { transform: scale(1.1); } 


#section1 .content_box .content_item .content_text { padding: 15px 30px; display: flex; flex-direction:column; gap: 5px; flex-grow: 1; } 
#section1 .content_box .content_item h3 { font-weight: 600; font-size: 22px; color: #333; margin-top: 25px; } 
#section1 .content_box .content_item p { font-weight: 400; font-size: 18px; color: #404040; flex-grow: 1; } 

#section1 .content_box .content_item a.btn_more { font-weight: 700; font-size: 18px; color: #032753; display:inline-flex; align-items: center; gap: 5px; margin-bottom: 20px; transition: transform 0.3s ease; align-self: flex-start; width: max-content; margin-top: auto; } 
#section1 .content_box .content_item a.btn_more:hover { transform: scale(1.01); } 
#section1 .content_box .content_item a.btn_more img { max-width: 30px; height: auto; transition: transform 0.3s ease; } 
#section1 .content_box .content_item a.btn_more:hover img { transform: translateX(3px); } 

#section2 { width: 100%; padding: 75px 0; } 
#section2 .centerbox { } 
#section2 .centerbox .title_box { text-align: center; } 

#section2 .centerbox .title_box p { font-weight: 500; font-size: 18px; color: #404040; margin-top: 15px; } 

#section2 .content_box { display: flex; justify-content: space-between; margin-top: 80px; align-items: stretch; } 
#section2 .content_box .content_item { display: flex; width: 350px; height: 550px; border-radius: 10px; flex-direction: column; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) } 
#section2 .content_box .content_item .content_img { width: 350px; height: 300px; overflow: hidden; } 
#section2 .content_box .content_item .content_img img { width: 350px; height: 100%; object-fit: cover; border-radius: 10px 10px 0 0; transition: transform 0.5s ease; } 
#section2 .content_box .content_item:hover .content_img img { transform: scale(1.1); } 

/* 카드 순차 등장 애니메이션 */
#section1 .content_item,
#section2 .content_item,
.sub04 .content_item { opacity: 0; transform: translateY(30px); transition: opacity 0.6s ease, transform 0.6s ease; } 
#section1 .content_item.show,
#section2 .content_item.show,
.sub04 .content_item.show { opacity: 1; transform: translateY(0); } 

/* 순차 지연 효과 */
#section1 .content_item:nth-child(1),
#section2 .content_item:nth-child(1),
.sub04 .content_item:nth-child(1) { transition-delay: 0s; } 

#section1 .content_item:nth-child(2),
#section2 .content_item:nth-child(2),
.sub04 .content_item:nth-child(2) { transition-delay: 0.15s; } 

#section1 .content_item:nth-child(3),
#section2 .content_item:nth-child(3),
.sub04 .content_item:nth-child(3) { transition-delay: 0.3s; } 

#section1 .content_item:nth-child(4),
#section2 .content_item:nth-child(4) { transition-delay: 0.45s; } 

#section2 .content_box .content_item .content_text { align-items: flex-start; padding: 15px 30px; display: flex; flex-direction:column; gap: 5px; } 
#section2 .content_box .content_item h3 { font-weight: 600; font-size: 22px; color: #333; margin-top: 25px; } 
#section2 .content_box .content_item p { font-weight: 400; font-size: 18px; color: #404040; flex-grow: 1; } 
#section2 .content_box .content_item p:nth-of-type(2) { font-size: 16px; color: #404040; margin-bottom: 20px; } 
#section2 .content_box .content_item a.btn_more { font-weight: 700; font-size: 18px; color: #032753; display:inline-flex; align-items: center; gap: 5px; margin-bottom: 20px; transition: transform 0.3s ease; align-self: flex-start; width: max-content; } 
#section2 .content_box .content_item a.btn_more:hover { transform: scale(1.01); } 
#section2 .content_box .content_item a.btn_more img { max-width: 30px; height: auto; transition: transform 0.3s ease; } 
#section2 .content_box .content_item a.btn_more:hover img { transform: translateX(3px); } 

#section3 { width: 100%; padding: 75px 0; } 
#section3 .full_bg { background: url(../images/news_bg.png); padding: 80px 0; } 

#section3 .content_box { justify-content: space-evenly; width: 100%; height: 350px; background: #fafafa; border-radius: 10px; margin-top: 80px; display: flex; align-items: center; } 

#section_box #section3 .content_box .head { display: flex; color: #032753; align-items: center; gap: 20px; font-weight: 600; font-size: 28px; margin-bottom: 20px; } 

#section3 .content_item { display: flex; flex-direction: column; max-width: 700px; } 
#section3 .centerbox .title_box h2 { color: #fafafa; font-weight: 500; } 
#section3 .centerbox .title_box p { color: #fafafa; font-weight: 400; } 
#section3 .content_box .list { } 
#section3 .title_box { color: #fafafa; } 
#section3 .content_box span { font-weight: 500; } 
#section3 .content_box .list ul { list-style: none; display: flex; flex-direction: column; gap: 20px; } 
#section3 .content_box .list li { display: flex; gap: 40px; align-items: flex-end; } 
#section3 .content_box .list li { } 
#section3 .content_box .list li .date { font-weight: 400; font-size: 18px; color: #505050; width: 100px; flex-shrink: 0; margin-left: 10px; } 
#section3 .content_box .list li .title { font-weight: 400; font-size: 22px; color: #333; width: 500px; flex: 1; margin-left: 20px; } 
/* 리스트 호버 효과 */

#section3 .content_box .list li { transition: opacity 0.3s ease; } 
#section3 .content_box .list:hover li { opacity: 0.3; } 
#section3 .content_box .list li:hover { opacity: 1; } 

#section4 { padding: 75px 0; } 
#section4 .centerbox { } 
#section4 .centerbox .content_box { margin-top: 80px; position: relative; width: 100%; height: 700px; } 
#section4 .centerbox .content_box iframe { width: 100%; height: 100%; border-radius: 20px; border: 0px solid transparent; display: block; } 
#section4 .centerbox .content_box .text_box { align-items: flex-start; padding: 30px; position: absolute; bottom: 0; left: 0; right: 0; height: 160px; background: rgba(255, 255, 255, 0.1); backdrop-filter: blur(10px); border-radius: 0 0 20px 20px; display: flex; justify-content: center; flex-direction: column; gap: 30px; } 
#section4 .centerbox .content_box .text_box .text { text-indent: 5px; } 
#section4 .centerbox .content_box .text_box h3 { font-weight: 600; font-size: 24px; } 
#section4 .centerbox .content_box .text_box p { font-size: 20px; margin-top: 10px; } 
#section4 .centerbox .content_box .text_box img { cursor: pointer; transition: transform 0.3s ease; } 
#section4 .centerbox .content_box .text_box img:hover { transform: scale(1.05); } 

/* 스크롤 애니메이션 */
.scroll-fade { opacity: 0; transform: translateY(50px); transition: opacity 0.8s ease, transform 0.8s ease; } 
.scroll-fade.active { opacity: 1; transform: translateY(0); } 



footer { margin-top: 75px; width: 100%; min-height: 400px; background: #032753; display: flex; align-items: center; } 
.sub01 footer { margin-top: 0; width: 100%; min-height: 400px; background: #032753; display: flex; align-items: center; } 
.sub02 footer { margin-top: 150px; width: 100%; min-height: 400px; background: #032753; display: flex; align-items: center; } 

footer .centerbox { display: flex; flex-direction: column; gap: 30px; color: #fafafa; } 
footer .centerbox h1 { padding: 10px 0; } 
footer .centerbox .infobox { display: flex; flex-direction: column; gap: 15px; } 
footer .centerbox .infobox .info a { color: #fafafa; } 
footer .centerbox .infobox .info { display: flex; gap: 20px; } 
footer .centerbox .infobox .info:last-child { font-size: 14px; } 


/* 기업소개 */
.sub01 .sectionbox { width: 100%; } 

.sub01 .section { position: relative; } 
.sub01 .section img { width: 100%; } 
.sub01 .section .centerbox { position: absolute; left: 60%; top: 30%; } 
.sub01 .section .centerbox .text_box { font-weight: 500; color: #fafafa; max-width: 500px; display: flex; flex-direction: column; gap: 10px; text-align: justify; } 
.sub01 .section .centerbox .text_box h3 {  font-weight: 500; font-size: 36px; color: #1a1a1a; } 
.sub01 .section .centerbox .text_box strong { font-weight: normal; font-size: 40px; } 
.sub01 .section .centerbox .text_box em { font-style: normal; font-weight: 500; font-size: 20px; line-height: 1.6; margin-top: 10px; } 

.sub01 .section:first-child .centerbox .text_box { color: #1A1A1A; } 
.sub01 .section:first-child .centerbox .text_box h3 { color: #032753; } 
.sub01 .section:nth-child(2) .centerbox .text_box h3 { color: #ACBFFF; } 

/* sub01 text_box 스크롤 애니메이션 */
.sub01 .section .text_box {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease, transform 1s ease;
}

.sub01 .section .text_box.show {
    opacity: 1;
    transform: translateY(0);
}

/* 각 섹션 순차 지연 */
.sub01 .section:nth-child(1) .text_box { transition-delay: 0s; }
.sub01 .section:nth-child(2) .text_box { transition-delay: 0.15s; }
.sub01 .section:nth-child(3) .text_box { transition-delay: 0.3s; }

.sub01 .section:nth-child(3) .centerbox { display: flex; width: 1400px; left: 13%; top: 20%; justify-content: space-between; } 
.sub01 .section:nth-child(3) .centerbox h3 { font-weight: 500; color: #fafafa; font-size: 128px; line-height: 0.9; } 
.counter { display: inline-block; min-width: 3ch; /* 3글자 너비 고정 */
 text-align: right; /* 오른쪽 정렬로 자연스럽게 */font-variant-numeric: tabular-nums; /* 숫자 폭 고정 */ } 

/* 제품정보 */
.sub02 .visual { margin: 150px 0; } 
.sub02 .visual .centerbox { display: flex; flex-direction: column; align-items: center; gap: 100px; } 
.sub02 .visual figure { width: 100vw; } 
.sub02 .visual figure img { width: 100%; height: 500px; object-fit: cover; } 

/* 테이블 행 호버 효과 */
.sub02 tbody tr { transition: opacity 0.3s ease, background-color 0.3s ease; cursor: pointer; } 

/* 테이블에 마우스 올렸을 때 모든 행 연하게 */
.sub02 tbody:hover tr { opacity: 0.4; } 

/* 호버한 행만 선명 + 배경색 */
.sub02 tbody tr:hover { opacity: 1; background-color: #F8F9FA; } 


/* menu 공통 */
.menu { display: flex; flex-direction: column; gap: 50px; font-weight: 500; font-size: 20px; text-align: center; align-items: center; } 
.menu h3 { font-size: 50px; font-weight: normal; font-weight: 600; color: #333; } 
.menu ul { display: flex; gap: 60px; } 
.menu ul li { font-size: 20px; font-weight: 500; } 
.menu ul li a { font-weight: 500; cursor: pointer; padding: 5px 25px; color: #505050; } 
.menu ul li.on a { font-weight: 600; text-decoration: underline; text-underline-position: under; color: #333; } 
.menu ul li:hover a { font-weight: 600; text-decoration: underline; text-underline-position: under; } 

.sub02 .btn_top { display: flex; gap: 20px; margin-bottom: 50px; } 
.sub02 .btn_top .btn { border: 1px solid #E9E9E9; border-radius: 30px; width: 150px; height: 60px; display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: 500; cursor: pointer; } 

.sub02 .btn_top .btn:hover, .sub02 .btn_top .btn.on { background: #032753; color: #fafafa; } 

.sub02 .table_wrap { width: 100%; font-weight: 500; font-size: 20px; display: block; } 
.sub02 table { width: 100%; border-collapse: collapse; color: #333; } 
.sub02 thead { background-color: #f5f5f5; } 
.sub02 th, .sub02 td { padding: 15px; border-bottom: 1px solid #ddd; text-align: center; vertical-align: middle; } 
.sub02 th:last-child, .sub02 td:last-child { padding-right: 70px; } 
.sub02 th { font-weight: normal; font-weight: 500; font-size: 22px; } 
.sub02 td { font-weight: 400; } 
.sub02 td img { max-width: 100px; height: auto; display: block; object-fit: contain; cursor: pointer; margin: 0 auto; } 
.sub02 td .permission_list { display: flex; flex-direction: column; justify-content: center; } 
.sub02 td .permission_list p { display: flex; justify-content: space-between; font-size: 18px; margin-bottom: 2px; } 
.sub02 td .permission_list p:last-child { margin-bottom: 0; } 
.sub02 td .permission_list img { max-width: 25px; margin: 0; } 

.sub02 .bottom_text { margin-top: 30px; text-indent: 20px; color: #505050; } 

/* ESG */
.sub04 .topmenu { margin-top: 150px; } 
.sub04 .content { padding-bottom: 75px; } 
.sub04 .content_box { display: flex; justify-content: space-between; margin-top: 80px; align-items: stretch; } 
.sub04 .content_box .content_item { display: flex; width: 500px; height: 500px; border-radius: 10px; flex-direction: column; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) } 
.sub04 .content_box .content_item .content_img { width: 500px; height: 300px; overflow: hidden; } 
.sub04 .content_box .content_item .content_img img { width: 500px; height: 100%; object-fit: cover; border-radius: 10px 10px 0 0; transition: transform 0.5s ease; } 
.sub04 .content_box .content_item:hover .content_img img { transform: scale(1.1); } 

.sub04 .content_box .content_item .content_text { padding: 15px 30px; display: flex; flex-direction:column; gap: 30px; flex-grow: 1; } 
.sub04 .content_box .content_item .content_top { } 
.sub04 .content_box .content_item .content_bottom { display: flex; } 
.sub04 .content_box .content_item .content_bottom .date { color: #666; font-size: 18px; } 
.sub04 .content_box .content_item h3 { font-weight: 600; font-size: 22px; color: #333; margin-top: 25px; } 
.sub04 .content_box .content_item p { font-weight: 400; font-size: 20px; color: #333; flex-grow: 1; } 

.sub04 .content_box .content_item a.btn_more { font-weight: 700; font-size: 18px; color: #032753; display:inline-flex; align-items: center; gap: 5px; margin-bottom: 20px; transition: transform 0.3s ease; align-self: flex-start; width: max-content; margin-top: auto; } 
.sub04 .content_box .content_item a.btn_more:hover { transform: scale(1.01); } 
.sub04 .content_box .content_item a.btn_more img { max-width: 30px; height: auto; transition: transform 0.3s ease; } 
.sub04 .content_box .content_item a.btn_more:hover img { transform: translateX(3px); } 