@charset "utf-8";

/* common */
#subWrap { padding-top: var(--header-H);}
.sub-visual { overflow: hidden; }
.sub-visual .inner { display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between; padding: 140px 0 100px;}
.sub-visual .main-title { font-family: var(--font-Mix); font-size: clamp(34px,4.16vw,80px); font-weight: 600; color: #000; animation: textRight 0.6s 0.2s ease-out both; }
.visual-img { position: relative; width: 100%; height: clamp(160px,26.04vw,500px); background-color: #aaa; }
.visual-img::before { content:""; position: absolute; right: 0; bottom: 100%; display: block; width: clamp(260px,39.27vw,754px); aspect-ratio: 3.125/1; background: url("/img/sub/sub_visual_text.png") no-repeat 100% 100%/contain; z-index: -1;  }
.navigation { display: flex; align-items: center; column-gap: 46px; animation: textLeft 0.6s 0.2s ease-out both; }
.navigation > li { position: relative; }
.navigation > li::before { content: ""; position: absolute; left: -26px; top: 50%; display: block; width: 6px; height: 6px; background-color: #DDDDDD; transform: translateY(-50%); }
.navigation > li:first-child::before { display: none; }
.navigation > li.home > a { display: block; width: 30px; height: 30px; background: url("/img/common/icon_home.svg") no-repeat center center/auto var(--main-color3); }
.navigation > li > a, .navigation > li > span { font-family: var(--font-Mix); font-size: 18px; font-weight: 500; color: #333; }

.container { overflow: hidden; }
.content { padding-top: 150px; padding-bottom: 250px; }
.content__title { font-family: var(--font-Mix); margin-bottom: 100px; font-size: clamp(32px,3.64vw,70px); font-weight: 600; color: #111; text-align: center; }
.sub__title { font-family: var(--font-Mix); margin-bottom: 60px; font-size: clamp(30px,2.6vw,50px); font-weight: 600; color: #111; }

.paging a { border: none; }
.paging a { width: 30px; height: 30px; font-family: var(--font-Oxanium); font-size: 18px; line-height: 1; font-weight: 600; letter-spacing: 0; color: #AAA; }
.paging ul { margin: 0 10px; }
.paging ul li a { padding-top: 0.1em; }
.paging ul li.on a { color: #000; background-color: transparent; }
.paging ul li:not(:last-child) { margin-right: 10px; }
.paging a i { width: 10px; height: 16px; }
.paging a i::before { display: none; }
.paging .arr a:not(:last-child) { margin-right: 10px; }
.paging .arr a.last i, .paging .arr a.first i { transform: none; }
.paging a i.xi-angle-left-min { background: url("/img/common/page_prev.svg") no-repeat center center/contain; }
.paging a i.xi-angle-right-min { background: url("/img/common/page_next.svg") no-repeat center center/contain; }
.board_box{border-top: 3px solid #000;}
.board_box table tr{position: relative; border-bottom: 1px solid #DDD; }
.board_box table th{position: relative;}
.board_box table th::after{content:""; position: absolute; top: 50%; right: 0; width: 1px; height: 15px; transform: translateY(-50%);}
.board_box table th:last-of-type::after{display: none;}
.board_box table td{ padding: 0 30px; text-align: center; }
.board_box table td.date, .board_box table td.hit { font-family: var(--font-Oxanium); font-size: 18px; font-weight: 300; letter-spacing: 0; color: #999; }
.board_box table td a{width: 100%; display: inline-block; padding-block: 35px; vertical-align: top; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; text-align: left; font-size: 20px; font-weight: 500; color: #333;}
.board_box table .notice td { position: relative; }
.board_box table .notice td:first-child{ text-align: left; }
.board_box table .notice td a { padding-left: 100px; }
.board_box table .notice td .tag { position: absolute; display: block; left: 30px; top: 50%; width: 70px; font-family: var(--font-Oxanium); font-size: 16px; font-weight: 600; letter-spacing: 0; line-height: 30px; background-color: var(--main-color2); color: var(--main-color); text-align: center; transform: translateY(-50%); }
.search__area { margin-bottom: 30px; }
.search__area form { display: flex; align-items: center; height: 60px; gap: 10px; }
.search__area .search-select { width: 220px; height: 100%; border: none; padding: 0 24px; font-size: 18px; font-weight: 500; color: #333; background: url("/img/common/select_arrow.svg") no-repeat calc(100% - 24px) center/auto #F5F5F5; }
.search__area .search-input { width: 360px; height: 100%; border: none; padding: 0 24px; font-size: 18px; font-weight: 500; color: #333; background-color: #F5F5F5; }
.search__area .btn-search { width: 60px; height: 60px; border: none; background: url("/img/common/icon_search.svg") no-repeat center center/auto var(--main-color3); }
.view_ctn .tit { padding-bottom: 60px; border-bottom: 3px solid #000; }
.view_ctn .tit h2 { font-size: clamp(24px,3.125vw,60px); font-weight: 500; color: #111; }
.view_ctn .tit ul { overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; margin-top: 30px; }
.view_ctn .tit ul li { position: relative; display: flex; gap: 10px; font-family: var(--font-Oxanium); font-size: 18px; font-weight: 300; letter-spacing: 0; color: #666; }
.view_ctn .tit ul li:not(:last-child) { padding-right: 66px; }
.view_ctn .tit ul li:not(:nth-child(1))::before { content: ""; position: absolute; left: -36px; top: 50%; display: block; width: 6px; height: 6px; background-color: #DDD; transform: translateY(-50%); }
.view_ctn .tit ul li span { font-family: inherit; font-weight: 500; letter-spacing: inherit; color: #333; }
.view_ctn .info { padding: 100px 60px 200px; font-size: 16px; }
.view_ctn .file_box { width: calc(100% - 120px); margin-inline: auto; padding: 50px 100px; background-color: #F5F5F5; }
.view_ctn .file_box dl { display: flex; gap: 66px; }
.view_ctn .file_box dl + dl { margin-top: 15px; }
.view_ctn .file_box dt { position: relative; width: 137px; padding: 8.5px 0; font-family: var(--font-Oxanium); font-size: 18px; font-weight: 500; letter-spacing: 0; color: #333; text-transform: capitalize; }
.view_ctn .file_box dt > span { font-family: inherit; line-height: inherit; font-weight: inherit; }
.view_ctn .file_box dt::after { content: ""; position: absolute; right: -36px; top: 50%; display: block; width: 6px; height: 6px; background-color: #DDD; transform: translateY(-50%); }
.view_ctn .file_box dd { width: calc(100% - 202px); font-size: 18px; font-weight: 300; color: #666; }
.view_ctn .file_box dd a { position: relative; display: block; width: 100%; padding-block: 8.5px; padding-right: 175px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.view_ctn .file_box dd a .download { position: absolute; right: 0px; top: 50%; font-family: var(--font-Oxanium); font-size: 18px; font-weight: 500; letter-spacing: 0; color: #333; transform: translateY(-50%); }
.view_ctn .file_box dd a .download::after { content: ""; display: inline-block; width: 40px; height: 40px; margin-left: 20px; background: url("/img/common/icon_download.svg") no-repeat center center/auto var(--main-color3); vertical-align: middle; }
.view_ctn .pages { display: flex; justify-content: space-between; align-items: center; margin-top: 150px; }
.view_ctn .pages .btn-page a { font-family: var(--font-Oxanium); font-size: 22px; font-weight: 700; letter-spacing: 0; color: #111; }
.view_ctn .pages .btn-bracket { width: 286px; }

/* product */
.sv01 .visual-img { background: url("/img/sub/visual_product.jpg") no-repeat center center/cover; }
.product__content .content__title { margin-bottom: 60px; }
.depth2-tab { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px 60px; margin-bottom: 100px; }
.depth2-tab .tab__item { display: flex; column-gap: 10px; }
.depth2-tab .tab__item .num{ font-family: var(--font-Oxanium); font-size: 18px; font-weight: 700; letter-spacing: 0; color: #AAA; }
.depth2-tab .tab__item > a { font-family: var(--font-Mix); font-size: 30px; font-weight: 600; color: #AAA; text-align: center; }
.depth2-tab .tab__item.on .num { color: var(--main-color); }
.depth2-tab .tab__item.on > a { color: #111; }
.product_list { display: flex; flex-wrap: wrap; gap: 20px; }
.product_list .item { position: relative; width: calc((100% - 40px)/3); background-color: #F5F5F5; padding: 30px 30px 50px; transition: 0.3s ease-out; }
.product_list .img-box { overflow: hidden; position: relative; width: 100%; }
.product_list .img-box img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; transform: translate(-50%, -50%); object-fit: cover; }
.product_list .text-box { margin-top: 30px; padding: 0 20px; }
.product_list .title { font-family: 'Oxanium', 'Pretendard',sans-serif; font-size: 28px; font-weight: 600; letter-spacing: 0; color: #222; }
.product_list .info__list { margin-top: 15px; }
.product_list .info__list .info__item { display: flex; }
.product_list .info__list .info__item + .info__item { margin-top: 10px; }
.product_list .info__list .info__item .label { width: 50px; font-size: 18px; font-weight: 500; color: #333; }
.product_list .info__list .info__item .text { width: calc(100% - 50px); font-size: 18px; font-weight: 300; color: #666; }

.product-swiper .swiper-pagination-bullet:only-child { display: block !important; }
.product-img { position: relative; padding: 0 20px; }
.product-swiper { position: static; }
.product-swiper .swiper-slide { display: flex; align-items: center; }
.product-swiper .swiper-slide .img-box { display: block; position: relative; width: 100%; cursor: pointer; }
.product-swiper .swiper-slide .img-box::before{ content: ""; display: block; padding-top: 100%; }
.product-swiper .swiper-slide .img-box img {object-fit: contain; }

.product-swiper .swiper-pagination { bottom: 10px; display: flex; align-items: center; column-gap: 5px; }
.product-swiper .swiper-pagination-bullets.swiper-pagination-horizontal { display: flex; justify-content: center; }
.product-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0; }
.product-swiper .swiper-pagination-bullet { display: flex; justify-content: center; align-items: center; width: 8px; height: 8px; border-radius: 0; background-color: #AAAAAA; opacity: 1; }
.product-swiper .swiper-pagination-bullet-active{ background-color: #000; }
.product-swiper .swiper-button-prev::after, .product-swiper .swiper-button-next::after {  display: none;}
.product-swiper .swiper-button-prev { left: 0; top: 50%; width: 10px; min-height: 18px; height: 10%; margin-top: 0; background: url("/img/common/swiper_prev2.svg") no-repeat center center/contain; transform: translateY(-50%); }
.product-swiper .swiper-button-next { right: 0; top: 50%; width: 10px; min-height: 18px; height: 10%; margin-top: 0;  background: url("/img/common/swiper_next2.svg") no-repeat center center/contain; transform: translateY(-50%); }

/* company */
.sv02 .visual-img { background: url("/img/sub/visual_company.jpg") no-repeat center center/cover; }
.about-main { display: flex; flex-wrap: wrap; gap: 20px;}
.about-main .img-box { width:67.5%; }
.about-main .about-text { position: relative; display: flex; align-items: flex-end; width: calc(32.5% - 20px); padding: 40px; color: #fff; background-color: #221E1F; }
.about-text .tag-logo { position: absolute; right: 0; top: 0; padding-left: 20px; padding-bottom: 20px; background-color: #fff; }
.about-text .tag-logo img { width: 150px; }
.about-text .text-box > em { font-size: 46px; font-weight: 500; line-height: 1; }
.about-text .text-box .text { margin-top: 40px; }
.about-text .text-box .text p { font-size: 20px; line-height: 1.7; }
.about-text .text-box .text p + p { margin-top: 20px; }
.about-business {  margin-top: 200px; }
.about-business .sub__title { margin-bottom: 30px; }
.business__list { display: flex; flex-wrap: wrap; align-items: stretch; gap: 20px; }
.business__item { overflow: hidden; position: relative; display: flex; flex-direction: column; justify-content: space-between; width: calc((100% - 60px)/4); background-color: #F5F5F5; transition: 0.3s ease-out; }
.business__list .text-box { padding: 0 50px 50px;}
.business__list .text-box .eng { margin-bottom: 10px; font-family: var(--font-Oxanium); font-size: 18px; letter-spacing: 0; color: rgba(0, 0, 0, 0.4); text-transform: uppercase; }
.business__list .text-box .title { font-family: var(--font-Mix); font-size: 36px; font-weight: 600; color: #111; text-transform: uppercase; }
.business__list .text-box .text { margin-top: 10px; font-size: 20px; font-weight: 300; line-height: 1.6; color: #666; }
.business__item:hover { background-color: var(--main-color); transform: translateY(-20px); }

.container:has(.greeting__content) { overflow: visible; }
.greeting__wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.greeting__wrap .text__area { position: sticky; top: var(--header-H); height: 100%; }
.greeting__wrap .text__area, .greeting__wrap .img__area { width:43.75%; }
.greeting__wrap .title { margin-bottom: 50px; font-size: 46px; font-weight: 500; line-height: 1.3; color: #111; }
.greeting__wrap .text-box p { font-size: 20px; font-weight: 300; line-height: 1.7; color: #333; }
.greeting__wrap .text-box p + p { margin-top: 1em; }
.greeting__wrap .ceo { display: flex; align-items: center; margin-top: 60px; }
.greeting__wrap .ceo span { font-size: 20px; color: #333; }
.greeting__wrap .ceo b { margin-left: 10px; font-size: 24px; font-weight: 500; color: #111; }
.greeting__wrap .img__area .img-box + .img-box { margin-top: 30px; }

.vision-main { display: flex; gap: 20px; }
.vision-main .left, .vision-main .right { width: calc(50% - 10px); }
.vision-main .left .box:nth-child(1) { position: relative; height: 490px; background-color: var(--main-color3); }
.vision-main .left .box:nth-child(2) { display: flex; gap: 20px; margin-top: 20px; }
.vision-main .left .box em { position: absolute; left: 40px; top: 40px; font-family: var(--font-Oxanium); font-size: 50px; font-weight: 600; letter-spacing: 0; color: var(--main-color); }
.vision-main .left .box p { position: absolute; right: 40px; bottom: 40px; font-size: clamp(24px,1.875vw,36px); font-weight: 500; color: #fff; text-align: right; }
.vision-main .right { background: url("/img/sub/vision_img_03.jpg") no-repeat center center/cover; }
.vision-diagram { margin-top: 200px; }
.vision-diagram .text-box > .text { font-size: 46px; font-weight: 500; }
.vision-diagram .text-box > .sub-text { margin-top: 20px; font-family: var(--font-Oxanium); font-size: 22px; font-weight: 500; letter-spacing: 0; color: #333; }
.circle__list { display: flex; justify-content: space-between; gap: 80px; margin-top: 60px; height: clamp(400px,43.23vw,830px); }
.circle__item { flex: 1; }
.circle__item .circle { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; max-width: 480px; aspect-ratio: 1/1; border-radius: 50%; }
.circle__item .circle .eng { font-family: var(--font-Oxanium); font-size: clamp(24px,2.6vw,50px); font-weight: 500; line-height: 1.3; letter-spacing: 0; color: inherit; }
.circle__item .circle .text { margin-top: 0.625em; font-size: clamp(14px,1.25vw,24px); line-height: 1.3; color: inherit; }
.circle__item .circle:nth-child(1) { border: 1px solid var(--main-color3); color: #111;}
.circle__item .circle:nth-child(2) { background-color: var(--main-color3); color: #fff; transform: translateY(-27.08%); padding-top: 10px;}

.history__wrap { display: none; }
.history__wrap.on { display: block; }
.history__item { display: flex; justify-content: space-between; gap: 40px; padding: 40px 0 150px; border-bottom: 3px solid #000; }
.history__item:first-child { border-top: 3px solid #000; }
.history__item .year { display: inline-block; height: fit-content; font-family: var(--font-Oxanium); font-size: 100px; font-weight: 600; letter-spacing: 0; color: #DDD; }
.history__item .year-content { width: 50%; }
.history__box + .history__box { margin-top: 20px; }
.history-text { display: flex; align-items: baseline; column-gap: 20px;}
.history-text .month { width: 40px; font-family: var(--font-Oxanium); font-size: 24px; font-weight: 500; letter-spacing: 0; color: #333; }
.history-text .text { max-width: calc(100% - 60px); font-family: var(--font-Pretendard); font-size: 20px; font-weight: 300; color: #666; }
.history-img { margin-top: 20px; display: flex; gap:10px; }
[data-aos="text-fill"] { position: relative; display: inline-block; color: #DDDDDD; }
[data-aos="text-fill"]::after { content: attr(data-text); overflow: hidden; position: absolute; left: 0; top: 0; color: transparent; background: no-repeat 0 center /0 100% linear-gradient(#000 0 0); -webkit-background-clip: text; background-clip: text; white-space: nowrap; transition: background-size 0.6s ease-out; transition-delay: 0.2s; }
[data-aos="text-fill"].aos-animate::after { background-size: 100% 100%; }

.global__content .world-map { position: relative; max-width: 2560px; margin: 0 auto; padding-top: 40px; }
.global__content .world-map svg { width: 100%; }
.global__content .world-map > .content__title { position: absolute; left: 50%; top: 0px; transform: translate3D(-50%, 100px, 0); }
.global__content .world-map > .content__title.aos-animate { transform: translate3D(-50%, 0, 0); }
.global__content .world-map > .inner { position: absolute; left: 50%; top: 0px; display: flex; justify-content: right; transform: translateX(-50%); z-index: 5;}
.global__content .map-mark__list { padding: 23px; border: 2px dotted #000; }
.global__content .map-mark__list > li { display: flex; align-items: center; column-gap: 10px; }
.global__content .map-mark__list > li + li { margin-top: 15px; }
.global__content .map-mark__list .color { width: 16px; height: 16px; border-radius: 50%; }
.global__content .map-mark__list .color.yellow { background-color: #FFBB1E; }
.global__content .map-mark__list .color.orange { background-color: #F87421; }
.global__content .map-mark__list .text { font-family: var(--font-Oxanium); font-size: 16px; font-weight: 500; letter-spacing: 0; color: #111; }
.global__list { display: flex; flex-wrap: wrap; gap: 20px; }
.global__item { display: flex; flex-direction: column; justify-content: center; align-items: center; width: calc((100% - 80px)/5); height: 242px; background-color: #F5F5F5; }
.global__item .nation { display: flex; align-items: center; gap:10px; }
.global__item .nation span { font-family: var(--font-Oxanium); font-size: 24px; font-weight: 600; letter-spacing: 0; }
.global__item .count__list { width: calc(100% - 40px); max-width: 204px; margin: 40px auto 0; }
.global__item .count__list > li { display: flex; justify-content: center; }
.global__item .count__list > li + li { margin-top: 10px; }
.global__item .count__list > li span { font-family: var(--font-Oxanium); font-size: 20px; letter-spacing: 0; }
.global__item .count__list > li .label { width: 108px; color: #333333; }
.global__item .count__list > li .value { width: calc(100% - 108px); font-weight: 300; color: #666; text-align: right; }
.global__item.total { flex-direction: row; justify-content: space-between; width: calc(((100% - 80px)/5)*2 + 20px); padding: 0 90px; background-color: var(--main-color3); }
.global__item.total > em { font-family: var(--font-Oxanium); font-size: 40px; font-weight: 600; letter-spacing: 0; color: var(--main-color); }
.global__item.total .count__list { margin: 0; }
.global__item.total .count__list > li span { color: #fff; }

.map-info__list { display: flex; flex-wrap: wrap; gap: 20px; }
.map-info__list > li { width: calc((100% - 60px)/4); height: 325px; padding: 30px; background-color: #F5F5F5; }
.map-info__list > li dl { display: flex; flex-direction: column; justify-content: space-between; height: 100%; }
.map-info__list > li dt { font-size: 20px; }
.map-info__list > li dd { font-size: 46px; font-weight: 500; color: #000; }
.map-info__list > li.first { position: relative; background-color: var(--main-color3); }
.map-info__list > li.first .arrow { position: absolute; right: 0; bottom: 0; }
.map-info__list > li.address dd { max-width: 295px; font-size: 30px; word-break: break-all; }
.map__box { margin-top: 20px; height: 500px; }
.map__box iframe { width: 100%; height: 100%; }
.contact__area { margin-top: 200px; }
.contact__area .sub__title { margin-bottom: 30px; }
.contact__list { display: flex; flex-wrap: wrap; gap: 60px 30px; }
.contact__list > li { display: flex; padding: 40px 0; width: calc((50% - 15px)); border-top: 3px solid #000; }
.contact__list .name { width: 47.7%; padding: 0 30px; font-size: 24px; font-weight: 500; color: #222; }
.contact__list dl { width: 26.15%; margin-left: 10px; }
.contact__list dt { font-size: 18px; font-weight: 500; color: #111; }
.contact__list dd { margin-top: 15px; font-family: var(--font-Oxanium); font-size: 20px; font-weight: 300; color: #666; }

/* rnd */
.sv03 .visual-img { background: url("/img/sub/visual_rnd.jpg") no-repeat center center/cover; }
.rnd__content .section + .section { margin-top: 200px; }
.development__area + .development__area { margin-top: 100px; }
.rnd__content .title-box .title { display: flex; align-items: flex-start; column-gap: 15px; }
.rnd__content .title-box .title span { font-family: var(--font-Oxanium); font-size: 36px; font-weight: 600; letter-spacing: 0; }
.rnd__content .title-box .title .num { min-width: 40px; margin-top: 0.05em; font-size: 24px; line-height: 40px; font-weight: 700; letter-spacing: 0; color: #221E1F; text-align: center; background-color: var(--main-color); }
.rnd__content .title-box .text { margin-top: 20px; font-size: 20px; line-height: 1.7; color: #333;  }
.development__area .list { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 30px; }
.development__area .list > li { flex:1; display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 40px; height: 408px; padding: 0 10px; background-color: #F5F5F5; }
.development__area .list > li > em { font-family: var(--font-Oxanium); font-size: 120px; font-weight: 600; letter-spacing: 0; }
.development__area .list > li > em > small { margin-left: 10px; margin-right: 20px; font-family: inherit; font-size: 40px; font-weight: inherit; letter-spacing: inherit; }
.development__area .list > li > p { font-family: var(--font-Oxanium); font-size: 20px; letter-spacing: 0; color: #333; text-align: center; }
.development__area.row { display: flex; justify-content: space-between; align-items: center; gap: 150px; }
.development__area.row:nth-child(even){ flex-direction: row-reverse; }
.development__area.row .img-box { width: 50%; border: 3px solid #EEEEEE; }
.development__area.row .title-box { width: calc(50% - 150px); }
.development__area .img-layout { padding: 27px; }
.development__area .img-layout .side-text { position: absolute; display: flex; flex-direction: column; align-items: center; left: 50%; top: 19px; transform: translateX(-50%); z-index: 5; }
.development__area .img-layout .side-text span { font-size: 18px; font-weight: 600; color: #000; }
.development__area .img-layout .side-text .arrow { width: 81px; height: 16px; background: url("/img/sub/arrow_right.svg") no-repeat center center/contain; }
.development__area .img-layout .top { position: relative; display: flex; gap: 60px; }
.development__area .img-layout .bottom { display: flex; gap: 10px; margin-top: 30px; }
.development__area .img-layout .box .img-text { display: flex; justify-content: center; align-items: center; height: 50px; background-color: var(--main-color3); font-size: 20px; font-weight: 500; color: #fff; text-align: center; }
.development__area .img-layout .flex { flex: 1; display: flex; flex-wrap: wrap; gap: 10px; padding: 20px; background-color: #F5F5F5; }
.development__area .img-layout .flex .img { position: relative; overflow: hidden; flex: 1; background-color: #fff; text-align: center; }
.development__area .img-layout .flex .img img { width: auto; max-height: 100%;}
.development__area .img-layout .flex .img.gif-1 img { max-width: 165px; transform: translateY(-5px);}
.development__area .img-layout .flex .img.gif-2 { padding: 15px 0; }
.development__area .img-layout .bottom .box { width: 100%; }
.development__area .img-layout .bottom .box:nth-child(1) { width: 66.2%; max-width: 490px; }
.development__area .img-layout .bottom .box:nth-child(2) { width: 32.43%; max-width: 240px; }
.development__area .img-layout .bottom .flex .img { display: flex; justify-content: center; align-items: center; height: clamp(80px,7.81vw,150px); }
.cae__wrap .sub__title { margin-bottom: 30px; }
.cae__area { display: flex; }
.column-tab { width: 25%; }
.column-tab .tab__item {position: relative; display: flex; justify-content: center; align-items: center; width: calc(100% - 20px); height: 100px; padding: 0 10px; border: none; background-color: #F5F5F5; font-family: var(--font-Oxanium); font-size: 20px; font-weight: 600; letter-spacing: 0; color: #999; transition: color 0.3s ease-out, background-color 0.3s ease-out; }
.column-tab .tab__item::after { content: ""; position: absolute; left: 0; top: 0; width: calc(100% - 4px); height: calc(100% - 4px); border: 2px solid var(--main-color3); visibility: hidden; opacity: 0; transition: opacity 0.3s ease-out; pointer-events: none; }
.column-tab .tab__item + .tab__item { margin-top: 15px; }
.column-tab .tab__item:hover { color: var(--main-color3); background-color: #fff; }
.column-tab .tab__item:hover::after { visibility: visible; opacity: 1; }
.column-tab .tab__item.on { width: 100%; background-color: var(--main-color3); color: var(--main-color); }
.column-tab .tab__item.on::after { visibility: hidden; }
.cae__box { width: 75%; border: 3px solid #EEEEEE; }
.cae__box .video-box { overflow: hidden; position: relative; display: none; }
.cae__box .video-box::before { content:""; display: block; width: 100%; height: 0; padding-top: 56.05%; }
.cae__box .video-box.on { display: block; }
.cae__box .video-box video { position: absolute; left: 50%; top: 50%; width: 100%; min-height:100%; object-fit: cover; transform: translate(-50%, -50%);  }
.control__area + .control__area { margin-top: 100px; }
.control__area .process-img { border: 3px solid #EEE; padding: 60px; }
.process-img { margin-top: 30px; }
.process-img .list { display: flex; gap: 20px; }
.process-img .list > li { flex: 1; }
.process-img .list .text { display: flex; justify-content: center; align-items: center; height: 60px; background-color: var(--main-color3); font-family: var(--font-Mix); font-size: 22px; font-weight: 500; letter-spacing: -0.015em; color: #fff; }
.rnd__content .test__wrap { padding-bottom: 95px; }
.type-diagram-1 { position: relative; padding: 30px; border: 2px dashed var(--main-color3); border-radius: 300px; margin-top: 30px; z-index: 2; }
.type-diagram-1::before, .type-diagram-1::after{ content: ""; position: absolute; left: 50%; display: block; width: 9px; height: 14px; background: url("/img/sub/rnd_test_arrow.svg") no-repeat center center/contain;  }
.type-diagram-1::before { top: 0; transform: translate(-50%, -50%); }
.type-diagram-1::after { bottom: 0;  transform: translate(-50%, 50%) rotateY(180deg); }
.type-diagram-1 .list { display: flex; width: 100%; height: 240px; }
.type-diagram-1 .list-bg { position: absolute; left: 30px; top: 30px; width: calc(100% - 60px); z-index: -1; }
.type-diagram-1 .list-bg > li { position: absolute; top: 0; height: 100%; border-radius: 300px; }
.type-diagram-1 .list-bg > li:nth-child(1) { width: 33.3%; left: 0; background-color: #DDDDDD; z-index: 3; }
.type-diagram-1 .list-bg > li:nth-child(2) { width: 66.6%; background-color: #CCCB90; z-index: 2; }
.type-diagram-1 .list-bg > li:nth-child(3) { width: 100%; background-color: #EEE807; z-index: 1; }
.type-diagram-1 .list-bg > li > .box { display: flex; flex-direction: column; justify-content: center; align-items: center; transform: translateY(-50%); }
.type-diagram-1 .list-text > li { flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; row-gap: 20px; padding-bottom: 10px; }
.type-diagram-1 .list-text > li span { font-size: 24px; font-weight: 500; color: #333; text-align: center; }
.type-diagram-2 { position: relative; margin-top: 110px; z-index: 1; }
.type-diagram-2 .circle__box { position: relative; width: 600px; aspect-ratio: 1/1; margin: 0 auto; }
.type-diagram-2 .circle { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border:1px dashed rgba(0,0,0,0.1); border-radius: 50%; background-color: rgba(34, 30, 31, 0.05); }
.type-diagram-2 .circle::before { content: ""; position: absolute; left: 50%; top: 50%; width: calc(100% + 500px); aspect-ratio: 1/1; border-radius: 50%; border: 2px dashed #fff;  background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.10) 30.28%, rgba(0, 0, 0, 0.10) 69.75%, rgba(0, 0, 0, 0.00) 100%) border-box;  transform: translate(-50% ,-50%); z-index: -1; }
.type-diagram-2 .circle::after { content: ""; position: absolute; left: 50%; top: 50%; width: 66.6%; aspect-ratio: 1/1; border-radius: 50%; background-color: #221E1F; transform: translate(-50% ,-50%); }
.type-diagram-2 .circle .box { position: relative; padding-top: 10px; z-index: 5; }
.type-diagram-2 .circle .box > span { display: block; font-size: 30px; font-weight: 500; color: #fff; text-align: center; }
.type-diagram-2 .circle .box > .eng { font-family: var(--font-Oxanium); font-size: 50px; letter-spacing: 0; }
.type-diagram-2 .circle .box > span + span { margin-top: 10px; }
.desc__list > li { position: absolute; display: flex; align-items: center; gap: 40px; width: max-content; }
.desc__list > li:nth-child(odd) { right: 100%; transform: translateX(100px); }
.desc__list > li:nth-child(even) { left: 100%; flex-direction: row-reverse; transform: translateX(-100px); }
.desc__list > li:nth-child(1),.desc__list > li:nth-child(2) { top: -10px; }
.desc__list > li:nth-child(3),.desc__list > li:nth-child(4) { bottom: -10px; }
.desc__list > li .icon-box{ display: flex; flex-direction: column; justify-content: center; align-items: center; width: 200px; aspect-ratio: 1/1; border:2px solid #000; border-radius: 50%; background-color: #fff; }
.desc__list > li .icon-box img { width: 40%; }
.desc__list > li .icon-box span { margin-top: 10px; font-size: 22px; font-weight: 500; color: var(--main-color3); text-align: center; }
.desc__list > li .text-box p { font-size: 20px; font-weight: 300; color: #333; }
.desc__list > li .text-box p + p { margin-top: 0.75em; }
.desc__list > li:nth-child(odd) p { text-align: right; }
.type-diagram-2 .annotation { position: absolute; right: 0; bottom: -70px; font-family: var(--font-Pretendard); font-size: 18px; font-weight: 300; color: #666; transform: translateY(100%); }
.rnd__content .table-box .title-box { margin-bottom: 60px; }
.rnd__content .table-box .title-box .text { margin-top: 30px; font-size: 22px; line-height: 1.3; font-weight: 300; }

/* esg */
.sv04 .visual-img { background: url("/img/sub/visual_esg.jpg") no-repeat center center/cover; }
.ceo-message { display: flex; justify-content: space-between; gap: 30px; }
.ceo-message .left em { font-family: var(--font-Mix); font-size: 46px; font-weight: 500; color: #111; }
.ceo-message .right { width: 50%; }
.ceo-message .right p { font-size: 20px; font-weight: 300; line-height: 1.7; color: #333; }
.ceo-message .right p + p { margin-top: 1em; }
.line-content__list { margin-top: 200px; }
.line-content__list > li { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; padding-top: 40px; border-top: 3px solid #000; }
.line-content__list > li + li { margin-top: 200px; }
.line-content__list .text-box { width: 43.75%; }
.line-content__list .text-box .sub-title { font-family: var(--font-Oxanium); font-size: 20px; font-weight: 500; letter-spacing: 0; color: #AAA; text-transform: uppercase; }
.line-content__list .text-box .main-title { margin-top: 0.55em; font-size: 36px; font-weight: 500; color: #222; }
.line-content__list .text-box .text { margin-top: 1em; font-size: 20px; font-weight: 300; line-height: 1.7; color: #666; }
.line-content__list .img-box { position: relative; width: 50%; }
.line-content__list .img-box img { width: 100%; }
.line-content__list .img-box .num { content: ""; position: absolute; left: 0; top: 0; display: inline-block; width: 40px; height: 40px; background-color: #fff; z-index: 1; }
.line-content__list .img-box .num > span { position: absolute; left: 0; top: 0; display: inline-block; width: 30px; line-height: 30px; background-color: var(--main-color); font-family: var(--font-Oxanium); font-size: 16px; font-weight: 700; letter-spacing: 0; color: #000; text-align: center; z-index: 5; }
.esg .section + .section { margin-top: 200px; }
.about__area { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.about__area.reverse { flex-direction: row-reverse; }
.about__area .img-box { width: 50%; }
.about__area .text-box { width: 40.625%; }
.about__area .text-box .sub-title { font-family: var(--font-Oxanium); font-size: 20px; font-weight: 500; letter-spacing: 0; color: #AAA; text-transform: uppercase; }
.about__area .text-box .main-title { margin-top: 0.535em; font-family: var(--font-Mix); font-size: 56px; font-weight: 600; color: #111; }
.about__area .text-box .text { margin-top: 1.5em; font-size: 20px; font-weight: 300; line-height: 1.7; color: #333; word-break: break-all; }
.about__area .process { margin-top: 60px; }
.about__area .process > .title { font-size: 22px; font-weight: 500; color: #222; }
.about__area .process .list { display: flex; flex-wrap: wrap; gap: 30px; margin-top: 20px; }
.about__area .process .list > li { width: calc((100% - 90px)/4); }
.about__area .process .list > li .icon-box { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; aspect-ratio: 1/1; background-color: #F5F5F5; }
.about__area .process .list > li:not(:last-child) .icon-box::after { content: ""; position: absolute; right: -21px; top: 50%; display: block; width: 9px; height: 14px; background: url("/img/sub/process_arrow.svg") no-repeat center center/ contain; transform: translateY(-50%); }
.about__area .process .list > li:last-child .icon-box { background-color: var(--main-color3); }
.about__area .process .list > li > p { margin-top: 20px; font-size: 18px; font-weight: 300; color: #333; text-align: center; }
.esg-card__list { display: flex; flex-wrap: wrap; gap: 20px; }
.esg-card__list > li { display: flex; flex-direction: column; justify-content: space-between; width: calc((100% - 40px)/3); height: 500px; padding: 60px; background-color: #F5F5F5; }
.esg-card__list > li .img-box { position: relative; display: flex; justify-content: right; }
.esg-card__list > li .icon-box {  position: relative;}
.esg-card__list > li .icon-box::before { content: ""; display: block; position: absolute; left: 10px; top: 10px; width: 100%; height: 100%; background-color: var(--main-color); z-index: 1;}
.esg-card__list > li .icon { position: relative; display: flex; justify-content: center; align-items: center; width: 80px; height: 80px; background-color: var(--main-color3); z-index: 3; }
.esg-card__list > li .text-box .num { font-family: var(--font-Oxanium); font-size: 22px; font-weight: 500; color: #AAA; }
.esg-card__list > li .text-box .title { margin-top: 1.1em; font-size: 22px; font-weight: 500; color: #333; }
.esg-card__list > li .text-box .text { margin-top: 1em; font-size: 20px; font-weight: 300; line-height: 1.7; color: #666; }
.esg-card__list > li.first { padding: 30px; border: 3px solid var(--main-color3); background-color: #fff; }
.esg-card__list > li.first .top { display: flex; flex-direction: column; }
.esg-card__list > li.first .top .title { margin-bottom: 1.5em; font-size: 20px; color: #111; }
.esg-card__list > li.first .top > p { font-size: clamp(16px,1.458vw,28px); color: #222; }
.esg-card__list > li.first .bottom > span { display: block; font-size: 18px; color: #333; }
.esg-card__list > li.first .bottom > span:first-child { margin-bottom: 5px; font-family: var(--font-Oxanium); font-weight: 300; letter-spacing: 0; }
.esg-info__item { display: flex; justify-content: space-between; gap: 40px; }
.esg-info__item + .esg-info__item { margin-top: 200px; }
.esg-info__item > .title { width: calc(37.5% - 40px); font-family: var(--font-Mix); font-size: 46px; font-weight: 500; letter-spacing: 0.015em; }
.esg-info__item .info { width:62.5%; }
.esg-info__item .text-box > p{ font-size: 20px; font-weight: 300; line-height: 1.7; color: #333; word-break: break-all; }
.esg-info__item .text-box > p + p { margin-top: 1em; }
.esg-info__item .text-box > p.bold { font-size: 28px; font-weight: 400; line-height: 1.43; color: #222; }
.esg-info__item .img-box { display: flex; gap: 20px; margin-top: 30px; }
.esg-info__item .img-box > .img { position: relative; border: 3px solid #EEEEEE; }
.esg-info__item .img-box > .img > .label { position: absolute; left: -3px; top: -3px; padding: 4.5px 10px; background-color: #DDDDDD; font-family: var(--font-Mix); font-weight: 500; font-size: 16px; color: #333; }
.esg-info__item .img-box.col-2 { flex-wrap: wrap; }
.esg-info__item .img-box.col-2 .img { width: calc(50% - 10px); border: none; }
.esg-info__item * + .table-box { margin-top: 60px; }
.esg-info__item .table-item + .table-item { margin-top: 60px; }
.esg-info__item .table-item .title { width: auto; height: auto; margin-bottom: 20px; font-size: 22px; line-height: 1.3; font-weight: 500; color: #222; visibility: visible; }
.caption-text { margin-bottom: 10px; font-size: 16px; font-weight: 300; color: #666; text-align: right; }
.caption-text.title { font-size: 20px; text-align: left; font-weight: 500 ;color: #333; }
.table-item table { table-layout: fixed; width: 100%; border-top: 3px solid #000; }
.table-item table tr { border-bottom: 1px solid #DDD; }
.table-item table thead th { height: 80px; padding: 0 20px; font-size: 20px; font-weight: 500; color: #333; text-align: center; }
.table-item table tbody th, .table-item table td { height: 70px; padding: 22px 20px; font-size: 20px; font-weight: 300; color: #666; text-align: center; }
.table-item table th.color-dark { font-weight: 400; color: #333; }
.table-item table td ul { padding: 3px 0; }
.table-item table td ul > li { position: relative; padding-left: 15px; text-align: left; }
.table-item table td ul > li::before { content: ""; position: absolute; left: 0; top: 0.5em; display: block; width: 5px; height: 5px; background-color: #AAAAAA; }
.table-item table td ul > li + li { margin-top: 0.5em; }
.table-item table .dot { display: inline-block; width: 20px; height: 20px; border-radius: 50%; background-color: var(--main-color3); }
.table-item table td.td-percent { text-align: left; }
.table-item table td.td-percent .bar { display: inline-block; width: 0%; height: 80%; background-color: var(--main-color); }
.financial__content .table-item table tr { border-bottom: none; }
.financial__content .table-item table tr:not(:first-child) { border-top: 1px dashed #DDD; }
.financial__content .table-item table tr.main-tr { border-top: 1px solid #DDD; }
.financial__content .table-item table tr.main-tr th, .financial__content .table-item table tr.main-tr td { font-weight: 500; color: #333; }
.financial__content .table-item table tr.total { border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; background-color: #F5F5F5; }
.financial__content .table-item table tr.total th, .financial__content .table-item table tr.total td { font-weight: 500; color: #333; }
.table-item .table-scroll { padding-bottom: 1px; }
.border-table tbody th { border-right: 1px solid #DDD; }
.border-table tbody td { padding: 0 5px; }
.border-table thead th.border { border-right: 1px solid #DDDDDD; }
.social__content .esg-card__list > li:not(.first) { flex-direction: column-reverse; }
.governance-org .img-box { position: relative; }
.esg-part { position: absolute; right: 0; top: 0; padding: 30px; border: 2px dashed #000; }
.esg-part > p { font-size: 18px; font-weight: 500; color: #222; }
.esg-part > .list { margin-top: 15px; }
.esg-part > .list > li { display: flex; align-items: center; column-gap: 10px; }
.esg-part > .list > li + li { margin-top: 10px; }
.esg-part > .list > li > span.num { width: 25px; line-height: 25px; font-family: var(--font-Oxanium); font-size: 14px; font-weight: 700; background-color: var(--main-color3); text-align: center; color: #fff; }
.esg-part > .list > li > span:not(.num) { font-size: 18px; font-weight: 300; color: #333; }
.director-state { margin-top: 60px; }
.director-state .title { font-size: 22px; color: #222; }
.director-state .title > small { font-size: 18px; font-weight: 300; color: #666; }
.director-state .list { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 20px; }
.director-state .list > li { width: calc((100% - 60px)/4); border: 3px solid var(--main-color3); }
.director-state .list > li .position { padding: 17px 10px; font-size: 20px; font-weight: 500; color: #fff; background-color: var(--main-color3); text-align: center; }
.director-state .list > li .name { padding: 20px 10px; font-size: 20px; font-weight: 300; color: #333; background-color: #fff; text-align: center; }

/* career */
.sv05 .visual-img { background: url("/img/sub/visual_career.jpg") no-repeat center center/cover; }
.talent__content .section + .section { margin-top: 200px; }
.talent__content .section.core-value { position: relative; z-index: 3; }
.value__area + .value__area { margin-top: 100px; }
.value-title { display: flex; align-items: center; gap: 20px; font-size: 36px; font-weight: 500; color: #111; }
.value-title > span { font-family: var(--font-Oxanium); font-size: 24px; font-weight: 600; letter-spacing: 0; color: #CCC; }
.value__list { display: flex; gap: 20px; margin-top: 30px; }
.value__item { display: flex; flex-direction: column; justify-content: space-between; gap: 30px; width: calc((100% - 40px)/3); height: 662px; background-color: #F5F5F5; }
.value__item .icon { display: flex; justify-content: center; align-items: center; width: 60px; height: 60px; background-color: var(--main-color3); }
.value__item .text-box { padding: 30px 50px 0; }
.value__item .text-box dt { font-size: 28px; font-weight: 500; line-height: 1.2; color: #222; }
.value__item .text-box dd { margin-top: 0.5em; font-size: 20px; font-weight: 300; line-height: 1.7; color: #333; }
.talent__area { position: relative; }
.talent__area .circle { position: absolute; left: 50%; top: 50%; aspect-ratio: 1 / 1; border-radius: 50%; border: 2px dashed #fff; background: linear-gradient(#fff 0 0) padding-box, linear-gradient(to bottom, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.10) 30.28%, rgba(0, 0, 0, 0.10) 69.75%, rgba(0, 0, 0, 0.00) 100%) border-box; transform: translate(-50%, -50%); z-index: -1;}
.talent__area .circle-1 { width: 1140px;  }
.talent__area .circle-2 { width: 700px; }
.talent__list { display: flex; justify-content: center; align-items: center; }
.talent__item { display: flex; flex-direction: column; justify-content: center; align-items: center; min-width: 340px; aspect-ratio: 1/1; border: 10px solid #fff; border-radius: 50%; text-align: center; background-color: #F5F5F5; }
.talent__item > em { font-family: var(--font-Oxanium); font-size: clamp(20px,1.98vw,38px); font-weight: 600; letter-spacing: 0; color: #000; }
.talent__item > span { margin-top: 0.5em; font-size: clamp(16px,1.042vw,20px); color: #333; }
.talent__item.logo { position: relative; min-width: 380px; background-color: var(--main-color3); z-index: 5; }
.talent__item.logo img { width: clamp(100px,7.65vw,147px); }
.talent__item:nth-child(1) { transform: translateX(calc(20.55%)); }
.talent__item:nth-child(2) { transform: translateX(13.2%); }
.talent__item:nth-child(4) { transform: translateX(-13.2%); }
.talent__item:nth-child(5) { transform: translateX(calc(-20.55%)); }
.method__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
.method__item { position: relative; display: flex; justify-content: center; align-items: center; width: calc((100% - 40px)/5); aspect-ratio: 1/1; padding: 10px; border: 3px solid var(--main-color3); }
.method__item > .num { position: absolute; left: -3px; top: -3px; width: 40px; line-height: 40px; font-family: var(--font-Oxanium); font-size: 18px; font-weight: 700; letter-spacing: 0; color: #fff; text-align: center;  background-color: var(--main-color3); }
.method__item > p { font-size: 24px; font-weight: 500; color: #222; text-align: center; }
.method__item.last { background-color: var(--main-color3); }
.method__item.last > .num { color: var(--main-color3); background-color: var(--main-color); }
.method__item.last > p { font-family: var(--font-Oxanium); font-size: clamp(36px,2.4vw,46px); font-weight: 700; line-height: 1.2; letter-spacing: 0; color: var(--main-color); }
.system__area { display: flex; justify-content: space-between; gap: 40px; }
.system__area + .system__area { margin-top: 200px; }
.system__area .sub__title { width: calc(37.5% - 40px); }
.system__box { width: 62.5%; }
.system__area .system__box .flex { display: flex; gap: 20px; }
.job-type { flex: 1; display: flex; flex-direction: column; align-items: center; padding: 60px 0; background-color: #F5F5F5; text-align: center; }
.job-type .icon-box img { display: block; margin: 0 auto 10px; }
.job-type .icon-box span { font-size: 24px; font-weight: 500; color: #222; }
.job-type .text-box { position: relative; width: calc(100% - 60px); margin: 30px auto 0; }
.job-type .text-box .arrow { position: absolute; left: 50%; top: 50%; display: block; width: 40px; height: 40px; border: 2px solid var(--main-color3); background: url("/img/sub/process_arrow.svg") no-repeat center center/auto #fff; transform: translate(-50%, -50%) rotate(90deg); }
.job-type .text-box > p { position: relative; display: flex; justify-content: center; align-items: center; max-width: 370px; height: 80px; margin: 0 auto; font-size: 20px; font-weight: 500; color: #333; background-color: #DDD; }
.job-type .text-box > p:not(:last-child)::after {  content: ""; position: absolute; left: 50%; bottom: -30px; display: block; width: 40px; height: 40px; border: 2px solid var(--main-color3); background: url("/img/sub/process_arrow.svg") no-repeat center center / auto #fff; transform: translate(-50%, 0) rotate(90deg); z-index: 5; }
.job-type .text-box > p + p { margin-top: 20px; }
.job-type .text-box > .color-main-1 { background-color: var(--main-color); }
.job-type .text-box > .color-main-3 { color: #fff; background-color: var(--main-color3); }
.system__list > li { display: flex; align-items: center; gap: 40px; padding: 60px; border-top: 3px solid #000; }
.system__list > li .icon { display: flex; justify-content: center; align-items: center; width: 100px; height: 100px; background-color: var(--main-color3); }
.system__list > li .text-box { width: calc(100% - 140px); }
.system__list > li .text-box dt { font-size: 24px; font-weight: 500; color: #222; }
.system__list > li .text-box dd { margin-top: 0.75em; font-size: 20px; font-weight: 300; line-height: 1.7; color: #333; }
.benefits__area { display: flex; flex-wrap: wrap; gap: 20px; padding-top: 10px; }
.benefits__area .item { position: relative; display: flex; align-items: flex-end; width: calc((100% - 40px)/3); height: 520px; padding: 40px 50px; background: no-repeat center center/cover; color: #fff; transition: 0.3s ease-out; }
.benefits__area .item:nth-child(1) { background-image: url("/img/sub/career/benefit_img_01.jpg"); }
.benefits__area .item:nth-child(2) { background-image: url("/img/sub/career/benefit_img_02.jpg"); }
.benefits__area .item:nth-child(3) { background-image: url("/img/sub/career/benefit_img_03.jpg"); }
.benefits__area .item:nth-child(4) { background-image: url("/img/sub/career/benefit_img_04.jpg"); }
.benefits__area .item:nth-child(5) { background-image: url("/img/sub/career/benefit_img_05.jpg"); }
.benefits__area .item:nth-child(6) { background-image: url("/img/sub/career/benefit_img_06.jpg"); }
.benefits__area .item:nth-child(7) { background-image: url("/img/sub/career/benefit_img_07.jpg"); }
.benefits__area .item:nth-child(8) { background-image: url("/img/sub/career/benefit_img_08.jpg"); }
.benefits__area .item:nth-child(9) { background-image: url("/img/sub/career/benefit_img_09.jpg"); }
.benefits__area .item:nth-child(10) { background-image: url("/img/sub/career/benefit_img_10.jpg"); }
.benefits__area .item:nth-child(11) { background-image: url("/img/sub/career/benefit_img_11.jpg"); }
.benefits__area .item:nth-child(12) { background-image: url("/img/sub/career/benefit_img_12.jpg"); }
.benefits__area .item:nth-child(13) { background-image: url("/img/sub/career/benefit_img_13.jpg"); }
.benefits__area .item:nth-child(14) { background-image: url("/img/sub/career/benefit_img_14.jpg"); }
.benefits__area .item::before { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, #111 100%); }
.benefits__area .item .text-box { position: relative; z-index: 1; }
.benefits__area .item .text-box dt { font-size: 28px; font-weight: 500; }
.benefits__area .item .text-box dd { margin-top: 1em; font-size: 20px; line-height: 1.5; font-weight: 200; }
.benefits__area .item:hover { transform: translateY(-10px); }
.agree__box { margin-bottom: 20px; padding: 33px 58px; border: 3px solid #AAAAAA; }
.agree__box:has(.checkbox-01:checked) { border-color: var(--main-color3); }
.check__label { display: flex; align-items: center; gap: 20px; width: fit-content; cursor: pointer; }
.check__label span { max-width: calc(100% - 50px); font-size: 20px; font-weight: 500; color: #333; }
.checkbox-01 { width: 30px; height: 30px; background: url("/img/common/icon_checkbox.svg") no-repeat center center/auto #AAA; cursor: pointer; }
.checkbox-01:checked { background: url("/img/common/icon_checkbox_on.svg") no-repeat center center/auto var(--main-color3); }
.radio__label { display: flex; align-items: center; gap: 15px; width: fit-content; cursor: pointer; }
.radio__label span { font-size: var(--input-Font); color: #333; }
.radio-01 { width: 25px; height: 25px; border: 6px solid #DDDDDD; background-color: #AAAAAA; cursor: pointer; }
.radio-01:checked { border-color: var(--main-color3); background-color: var(--main-color); }
.terms__box { overflow: hidden; height: 400px; padding: 0 30px; background-color: #F5F5F5; }
.terms__box .terms__text { overflow-y: auto; padding: 60px 27px; height: 100%; font-size: var(--input-Font); font-weight: 300; line-height: 1.67; color: #666; }
.terms__box .terms__text * { font-weight: inherit; line-height: inherit; letter-spacing: inherit; }
.terms__box .terms__text > dl,.terms__box .terms__text > p { margin-top: 1em; }
.terms__box .terms__text::-webkit-scrollbar{ width: 3px; }
.terms__box .terms__text::-webkit-scrollbar-thumb{background-color: #AAA;}
.terms__box .terms__text::-webkit-scrollbar-track{background-color: transparent;}
.terms__box .terms__text::-webkit-scrollbar-button:vertical:start:decrement,
.terms__box .terms__text::-webkit-scrollbar-button:vertical:start:increment { display: block;}
.terms__box .terms__text::-webkit-scrollbar-button:vertical:end:decrement { display: block; height: 30px; }
.form__area { margin-top: 100px; padding: 58px 0; border-top: 3px solid #000; border-bottom: 3px solid #000; }
.form__item { display: flex; align-items: center; padding: 15px 0; }
.form__item .form__label { width: 300px; padding: 0 40px; font-size: 20px; font-weight: 500; color: #111; }
.form__item .form__label > .star { font-size: inherit; line-height: inherit; letter-spacing: inherit; color: var(--main-color); }
.form__item .input__box { width: calc(100% - 300px); padding: 0 40px; }
.input__box { display: flex;}
.input__box.check { height: var(--input-H); }
.input__box .radio__label +  .radio__label { margin-left: 60px; }
.form-select { width: 100%; max-width: 500px; height: var(--input-H); border: none; background: url("/img/common/select_arrow.svg") no-repeat calc(100% - 29px) center/auto #F5F5F5; padding-left: 30px; padding-right: 60px; font-size: var(--input-Font); color: #333; }
.form-input { width: 100%; max-width: 700px; height: var(--input-H); border: none; background-color: #F5F5F5; padding: 0 30px; font-size: var(--input-Font); color: #333; }
.form-input.size-s { max-width: 500px; }
.form-input.size-l { max-width: initial; }
.form-textarea { width: 100%; height: 280px; background-color: #F5F5F5; border: none; padding: 30px; font-size: var(--input-Font); color: #333; resize: none; }
.file-box { display: flex; align-items: center; gap: 10px; width: 100%; }
.file-box .form-input { max-width: 500px; }
.file-box .btn-file { display: flex; justify-content: center; align-items: center; width: 200px; height: var(--input-H); background-color: var(--main-color3); font-size: var(--input-Font); font-weight: 500; color: #fff; cursor: pointer; }
.file-box .btn-file input[type="file"] { overflow: hidden; position: absolute; width: 1px; height: 1px; margin: -1px; clip: rect(0 0 0 0); }
.kcaptcha-box { display: flex; gap: 10px; width: 100%; }
.kcaptcha-box .kcaptcha-img { overflow: hidden; position: relative; min-width: 200px; height: var(--input-H); }
.kcaptcha-box .kcaptcha-img img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.kcaptcha-box #btnKcaptcha { min-width: 70px; height: 70px; border: none; background: url("/img/common/icon_refresh.svg") no-repeat center center/auto var(--main-color3); }
.kcaptcha-box .form-input { max-width: 420px; }
.form-01 .button__wrap { margin-top: 100px; }

/* pr */
.sv06 .visual-img { background: url("/img/sub/visual_pr.jpg") no-repeat center center/cover; }
.promotion__area .img-box { overflow: hidden; position: relative; width: fit-content; max-width: 800px; border: 3px solid #EEE; margin: 0 auto 30px; }
.promotion__area .btn-download > span { font-family: var(--font-Oxanium); font-size: 18px; font-weight: 500; letter-spacing: 0; color: #333; }
.promotion__area .btn-download::after { content: ""; width: 40px; height: 40px; margin-left: 20px; background: url("/img/common/icon_download.svg") no-repeat center center/auto var(--main-color3); }
.media__area .video-box { overflow: hidden; position: relative; width: 100%; max-width: 1200px; border: 3px solid #EEE; margin: 0 auto; }
.media__area .video-box::before { content: ""; display: block; width: 100%; height: 0; padding-top: 56.25%; }
.media__area .video-box video { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }

/* policy */
.sv07 .visual-img { background: url("/img/sub/visual_policy.jpg") no-repeat center center/cover; }

/* investment */
.sv08 .visual-img { background: url("/img/sub/visual_investment.jpg") no-repeat center center/cover; }
.investment .table-item + .table-item { margin-top: 60px; }
.investment-data { overflow-x: auto; text-align: center; }
.investment-data img { max-width: fit-content; }

@media screen and (max-width: 1660px) {
    .about-text .text-box > em { font-size: clamp(26px,2.77vw,46px); }
    .about-text .text-box .text p { font-size: clamp(14px,1.2vw,20px);}
    .business__list .text-box { padding: 0 30px 30px; }
    .business__list .text-box .eng { font-size: 14px; }
    .business__list .text-box .title { font-size: 30px; }
    .business__list .text-box .text { font-size: 16px; } 
    .business__list .text-box .text > br { display: none; }
    .greeting__wrap .title { font-size: clamp(24px,2.77vw,46px); }
    .greeting__wrap .text-box p { font-size: clamp(16px,1.2vw,20px); }
    .vision-diagram .text-box > .text { font-size: clamp(24px,2.77vw,46px); }
    .history__item .year {font-size: clamp(40px,6vw,100px);}
    .global__item.total { padding: 0 60px; }
    .map-info__list > li dd { font-size: clamp(24px,2.77vw,46px); }
    .map-info__list > li.address dd { max-width: initial; font-size: clamp(20px,1.8vw,30px); }
    .map-info__list > li.address dd > br { display: none; }
    .contact__list .name { width: 30%; }
    .contact__list dl { width: 35%; }

    .development__area .list > li { height: clamp(300px,24.58vw,408px); }
    .development__area .list > li > em { font-size: clamp(40px,7.23vw,120px); }
    .rnd__content .title-box .text > br { display: none; }
    .type-diagram-2 .circle__box { width: 400px; }
    .desc__list > li .icon-box { width: 140px; }
    .desc__list > li .icon-box img { width: 30%; }
    .desc__list > li .icon-box span { font-size: 14px; }
    .type-diagram-2 .circle .box > .eng { font-size: 36px; }
    .type-diagram-2 .circle .box > span { font-size: 20px; }
    .desc__list > li .text-box p { font-size: 16px; }

    .ceo-message .left em { font-size: clamp(24px,2.7vw,46px); }
    .ceo-message .right p { font-size: clamp(16px,1.2vw,20px); }
    .line-content__list .text-box .main-title { font-size: clamp(20px,2.17vw,36px); }
    .line-content__list .text-box .sub-title, .line-content__list .text-box .text { font-size: clamp(16px,1.2vw,20px); }
    .line-content__list .text-box .text > br { display: none; }
    .about__area .text-box .sub-title, .about__area .text-box .text { font-size: clamp(16px,1.2vw,20px); }
    .about__area .text-box .main-title { font-size: clamp(24px,3.37vw,56px); }
    .esg-info__item > .title { font-size: clamp(24px,2.7vw,46px); }
    .esg-info__item .text-box > p.bold { font-size: clamp(18px,1.68vw,28px); }
    .esg-info__item .text-box > p { font-size: clamp(16px,1.2vw,20px); }
    .esg-card__list > li.first .top > p { font-size: 20px;}
    .esg-card__list > li.first .top > p > br { display: none; }

    .value-title { font-size: clamp(24px,2.16vw,36px); }
    .value-title > span { font-size: clamp(16px,1.45vw,24px); }
    .value__list { align-items: stretch; }
    .value__item { height: auto; gap: 50px; }
    .value__item .text-box dd > br { display: none; }
    .talent__area .circle-1 { width: clamp(400px,68.67vw,1140px);  }
    .talent__area .circle-2 { width: clamp(300px,42.16vw,700px); }
    .talent__item { min-width: clamp(180px,20.45vw,340px); }
    .talent__item.logo { min-width: clamp(200px,22.9vw,380px); }
    .system__list > li .text-box dd > br { display: none; }
    .benefits__area .item .text-box dd > br { display: none; }
}
@media screen and (max-width: 1400px) {
    .about-main .about-text { padding: 24px; }
    .greeting__wrap .text-box p > br { display: none; }
    .value__item .text-box dt { font-size: 24px; }
    .value__item .text-box dd { font-size: 18px; }

    .board_box table td { padding: 0 20px; }

    .business__item { width: calc(50% - 10px); }
    .global__item { height: 200px; }
    .global__item{ width: calc((100% - 60px)/4); }
    .global__item .nation img { width: 30px; }
    .global__item .nation span { font-size: 20px; }
    .global__item .count__list > li span { font-size: 16px; }
    .global__item.total { width: 100%; }
    .map-info__list > li { height: 260px; padding: 30px 20px; }
    .map-info__list > li.first .logo { width: 120px; }
    .map-info__list > li.first .arrow { width: 80px; }

    .rnd__content .title-box .text > br { display: none; }
    .development__area .list > li { row-gap: 10px; }
    .cae__area { flex-direction: column; }
    .column-tab { display: flex; width: 100%; }
    .cae__box { width: 100%; }
    .column-tab .tab__item { font-size: 16px; }
    .column-tab .tab__item.on { height: 110px; }
    .column-tab .tab__item + .tab__item { margin-top: 0; }

    .ceo-message .right p > br { display: none; }
    .about__area .text-box .text > br { display: none; }
    .esg-card__list > li { padding: 30px; height: 450px; }
    
    .esg-info__item .table-item .title { font-size: 18px; }
    .table-item table thead th { font-size: 18px; } 
    .table-item table tbody th, .table-item table td { font-size: 18px; }
    .esg-info__item .text-box > p.bold > br { display: none; }
}
@media screen and (max-width: 1200px) {
    .depth2-tab { gap: 20px 40px; } 
    .depth2-tab .tab__item .num { font-size: 14px; }
    .depth2-tab .tab__item > a { font-size: 20px; }

    .board_box table .notice td a { padding-left: 90px; }
    .board_box table .notice td .tag { left: 20px; width: 70px; line-height: 25px; font-size: 16px; }
    .board_box table td a { padding-block: 20px; font-size: 16px; }
    .board_box table td.date, .board_box table td.hit { font-size: 14px; }
    .pr .board_box colgroup col:nth-child(1) { width: 65%; }
    .pr .board_box colgroup col:nth-child(2) { width: 20%; }
    .pr .board_box colgroup col:nth-child(3) { width: 15%; }
    .view_ctn .info { padding: 60px 20px 100px; }
    .view_ctn .tit { padding-bottom: 40px; }
    .view_ctn .file_box { width: calc(100% - 40px); padding: 30px 50px; }
    .view_ctn .file_box dl { gap: 5px 40px; }
    .view_ctn .file_box dt { font-size: 16px; }
    .view_ctn .file_box dt::after{ right: -17px; }
    .view_ctn .file_box dd { width: calc(100% - 177px); font-size: 16px; }
    .view_ctn .file_box dd a { padding-right: 150px; }
    .view_ctn .file_box dd a .download { font-size: 16px; }
    .view_ctn .file_box dd a .download::after { width: 30px; height: 30px; background-size: 50%; }
    .view_ctn .pages { margin-top: 60px; }

    .about-main .img-box { width: 100%; }
    .about-main .about-text { width: 100%; padding: 40px; }
    .product_list .item { padding: 30px 20px; }
    .product_list .text-box{ padding: 0 10px; }
    .product_list .title { font-size: 24px; }
    .product_list .info__list .info__item .label { width: 40px; font-size: 14px; }
    .product_list .info__list .info__item .text { width: calc(100% - 40px); font-size: 14px; }
    .contact__list .name { font-size: 22px; }
    .contact__list dt { font-size: 16px; }
    .contact__list dd { font-size: 18px; }

    .development__area.row { gap: 80px; }
    .development__area.row .title-box { width: calc(50% - 80px); }
    .development__area .img-layout .flex { padding: 10px; }
    .development__area .img-layout .side-text span { font-size: 14px; }
    .development__area .img-layout .side-text .arrow { max-width: 70%; }
    .development__area .img-layout .top { gap: 30px; }
    .development__area .img-layout .box .img-text { height: 40px; font-size: 16px; }
    .type-diagram-1 .list { height: 200px; }
    .type-diagram-1 .list-text > li { padding-bottom: 0; }
    .type-diagram-1 .list-text > li span { font-size: 20px; }
    .type-diagram-2 .circle .box { padding-top: 5px; }
    .type-diagram-2 .circle__box { display: flex; flex-direction: column; width: 100%; aspect-ratio: initial; margin: 0; row-gap: 20px; }
    .type-diagram-2 .circle { position: relative; width: 400px; height: auto; aspect-ratio: 1/1; margin: 0 auto; }
    .type-diagram-2 .circle::before { width: calc(100% + 200px); }
    .desc__list { position: relative; display: flex; flex-wrap: wrap; width: 100%; justify-content: center; z-index: 3; gap: 40px 20px; }
    .desc__list > li { width: calc((100% - 60px)/4); gap: 30px; }
    .desc__list > li, .desc__list > li:nth-child(even) { position: static; flex-direction: column-reverse; justify-content: flex-end; }
    .desc__list > li:nth-child(even),.desc__list > li:nth-child(odd) { transform: none; }
    .desc__list > li p, .desc__list > li:nth-child(odd) p { text-align: center; }

    .esg-card__list > li { width: calc(50% - 10px); }
    .about__area .process > .title { font-size: 18px; }
    .about__area .process .list > li > p { font-size: 14px; }
    .esg-part { padding: 20px; }
    .esg-part > .list > li > span:not(.num) { font-size: 16px; }

    .method__item { width: calc((100% - 20px)/3); }

    .benefits__area .item { width: calc(50% - 10px); }
}
@media (min-width: 1025px) and (max-height: 880px) {
    .greeting__wrap .title { font-size: 32px; }
    .greeting__wrap .text-box p { font-size: 16px; }
}
@media (min-width: 1025px) and (max-height: 750px){
    .greeting__wrap { row-gap: 60px; }
    .greeting__wrap .text__area { position: static;}
    .greeting__wrap .title { margin-bottom: 30px; }
    .greeting__wrap .title > br { display: none; }
    .greeting__wrap .text__area, .greeting__wrap .img__area { width: 100%; }
    .greeting__wrap .img__area { display: flex; gap: 10px; }
    .greeting__wrap .img__area .img-box + .img-box { margin-top: 0; }
    .greeting__wrap .ceo { margin-top: 40px; }
    .greeting__wrap .ceo span { font-size: 16px; }
    .greeting__wrap .ceo b { font-size: 20px; }
}
@media screen and (max-width: 1024px) {
    :root {
        --input-H: 50px;
        --input-Font: 16px;
    }
    #subWrap { padding-top: var(--header-H); }
    .sub-visual .inner { padding: 80px 0 60px; }
    .navigation > li > a, .navigation > li > span { font-size: 16px; }
    .depth2-tab { margin-bottom: 60px; } 
    .content__title { margin-bottom: 60px; }
    .paging { margin-top: 60px; }
    .content { padding-top: 60px; padding-bottom: 160px; }
    .sub__title { margin-bottom: 30px; }

    .search__area { margin-bottom: 20px; }
    .search__area form { height: 50px; }
    .search__area .search-select { width: 180px; font-size: 16px; }
    .search__area .btn-search { width: 50px; height: 50px; }

    .product_list .item { width: calc(50% - 10px); }
    .product-swiper .swiper-pagination-bullet { width: 6px; height: 6px; }

    .about-main .about-text { padding: 40px 30px; }
    .about-text .tag-logo img { width: 100px; }
    .about-text .tag-logo { padding-left: 10px; padding-bottom: 10px; }
    .greeting__wrap { row-gap: 60px; }
    .greeting__wrap .text__area { position: static; }
    .greeting__wrap .title { margin-bottom: 30px; }
    .greeting__wrap .title > br { display: none; }
    .greeting__wrap .text__area, .greeting__wrap .img__area { width: 100%; }
    .greeting__wrap .img__area { display: flex; gap: 10px; }
    .greeting__wrap .img__area .img-box + .img-box { margin-top: 0; }
    .greeting__wrap .ceo { margin-top: 40px; }
    .greeting__wrap .ceo span { font-size: 16px; }
    .greeting__wrap .ceo b { font-size: 20px; }
    .vision-main { flex-direction: column-reverse; gap:10px; }
    .vision-main .left { width: 100%; }
    .vision-main .left .box:nth-child(1) { height: 300px; }
    .vision-main .left .box:nth-child(2) { gap: 10px; margin-top: 10px; }
    .vision-main .right { width: 100%; height: clamp(160px,23.44vw,240px); background-position: center 20%; }
    .vision-diagram { margin-top: 100px; }
    .circle__list { gap: 20px; }
    .history__item .year-content { width: 60%; }
    .global__content .content__title { margin-bottom: 30px; }
    .global__content .map-mark__list { padding: 14px; }
    .global__content .map-mark__list .color { width: 12px; height: 12px; }
    .global__content .map-mark__list .text { font-size: 14px; }
    .global__item{ width: calc((100% - 20px)/2); }
    .map-info__list > li { width: calc(50% - 20px); height: 200px; padding: 20px; }
    .map-info__list > li dt { font-size: 16px; }
    .map__box  { height: 360px; }
    .contact__area { margin-top: 100px; }
    .contact__list > li { width: 100%; }

    .rnd__content .section + .section { margin-top: 100px; }
    .development__area + .development__area, .control__area + .control__area { margin-top: 60px; }
    .rnd__content .title-box .title .num { min-width: 30px; line-height: 30px; font-size: 16px; margin-top: 0; }
    .rnd__content .title-box .title span { font-size: 24px; }
    .rnd__content .title-box .text { font-size: 16px; }
    .rnd__content .table-box .title-box { margin-bottom: 40px; }
    .rnd__content .table-box .title-box .text { margin-top: 20px; font-size: 16px; }
    .development__area .list { gap: 10px; }
    .development__area .list > li { width: calc((100% - 20px)/3); height: 260px; }
    .development__area .list > li > p { font-size: 14px; }
    .development__area.row, .development__area.row:nth-child(even) { flex-direction: column-reverse; align-items: flex-start; row-gap: 40px; }
    .development__area.row .title-box, .development__area.row .img-box { width: 100%; }
    .development__area.row .img-box { max-width: 500px; }
    .development__area .img-layout .top { flex-direction: column; gap: 40px; }
    .development__area .img-layout .bottom { flex-direction: column; }
    .development__area .img-layout .bottom .box:nth-child(n) {width: 100%; max-width: initial; }
    .development__area .img-layout .bottom .flex .img { height: 110px; }
    .development__area .img-layout .side-text { flex-direction: row; top: 50%; transform: translate(-50%, -50%); }
    .development__area .img-layout .side-text .arrow { width: 30px; transform: rotate(90deg); }
    .column-tab { flex-wrap: wrap; margin-bottom: 10px; }
    .column-tab .tab__item, .column-tab .tab__item.on { width: 33.3%; height: 80px; }
    .control__area .process-img { padding: 20px; }
    .process-img .list { gap: 10px; }
    .process-img .list .text { font-size: 18px; height: 50px; }
    .rnd__content .test__wrap { padding-bottom: 0; }
    .type-diagram-1 .list { height: 180px; }
    .type-diagram-1 .list-text > li > img { width: 24px; }
    .type-diagram-1 .list-text > li span { font-size: 16px; }
    .type-diagram-2 { margin-top: 60px; padding-bottom: 40px; }
    .type-diagram-2 .annotation { bottom: 20px; font-size: 14px; }

    .ceo-message { flex-direction: column; }
    .ceo-message .left em > br { display: none; }
    .ceo-message .left em > br.fix-br { display: inline; }
    .ceo-message .right { width: 100%; }
    .line-content__list{ margin-top: 100px; }
    .line-content__list > li { flex-direction: column-reverse; align-items: flex-start; }
    .line-content__list > li + li { margin-top: 100px; }
    .line-content__list .img-box, .line-content__list .text-box { width: 100%; }
    .line-content__list .img-box { max-width: 400px; }
    .esg .section + .section { margin-top: 100px; }
    .about__area, .about__area.reverse { flex-direction: column; align-items: flex-start; }
    .about__area .img-box { width: 100%; max-width: 500px; }
    .about__area .text-box { width: 100%; }
    .esg-card__list > li { height: 400px; }
    .esg-card__list > li .text-box .text { font-size: 16px; }
    .esg-info__item { flex-direction: column; row-gap: 20px; }
    .esg-info__item > .title, .esg-info__item .info { width: 100%; }
    .esg-info__item + .esg-info__item { margin-top: 100px; }
    .esg-info__item .img-box { flex-wrap: wrap; gap: 10px; }
    .esg-info__item .img-box.col-2 .img { width: calc(50% - 5px); }
    .caption-text { font-size: 14px; }
    .caption-text.title { font-size: 16px; }
    .table-item .table-scroll { overflow-x: auto; padding-bottom: 10px; }
    .table-item .table-scroll table { min-width: 800px; }
    .table-item .table-scroll.size-s table { min-width: 500px; }
    .esg-info__item .table-item .title { font-size: 16px; }
    .table-item table thead th { height: 70px; font-size: 16px; padding: 0 10px; }
    .table-item table tbody th, .table-item table td { height: 60px; font-size: 16px; padding: 15px 10px; }
    .table-item table .dot { width: 12px; height: 12px; }
    .table-item table td ul { padding: 0; }

    .esg-part { position: static; margin-top: 20px; }
    .esg-part > .list { display: flex; flex-wrap: wrap; gap: 10px 20px; }
    .esg-part > .list > li + li { margin-top: 0; }
    .esg-part > p { font-size: 16px; }
    .esg-part > .list > li > span.num { width: 22px; line-height: 22px; font-size: 14px; }
    .esg-part > .list > li > span:not(.num) > br { display: none; }
    .director-state .title { font-size: 18px; }
    .director-state .title > small { font-size: 14px; }
    .director-state .list { gap: 10px; }
    .director-state .list > li { width: calc((100% - 30px)/4); }
    .director-state .list > li .position { font-size: 16px; }
    .director-state .list > li .name { font-size: 16px; }
    .value__item { gap: 40px ; }
    .value__item .icon { width: 50px; height: 50px; }
    .value__item .text-box { padding: 20px 20px 0; }
    .value__item .text-box dt { font-size: 20px; }
    .value__item .text-box dd { font-size: 14px; }
    
    .talent__content .section + .section, .system__area + .system__area { margin-top: 100px; }
    .talent__list{ display: grid; grid-template-columns: 2fr 1fr 2fr; grid-template-rows: 2fr 1fr 2fr; max-width: 500px; flex-wrap: wrap; margin: 0 auto; }
    .talent__item { width: 100%; border-width: 5px; }
    .talent__item:nth-child(1) { grid-row-start:1; grid-column-start:1; }
    .talent__item:nth-child(2) { grid-row-start:3; grid-column-start:1; }
    .talent__item:nth-child(4) { grid-row-start:1; grid-column-start:3; }
    .talent__item:nth-child(5) { grid-row-start:3; grid-column-start:3; }
    .talent__item.logo { position: absolute; left: 50%; top: 50%; width: 300px; transform: translate(-50%, -50%); }
    .talent__item:nth-child(1),.talent__item:nth-child(2) { transform: none; }
    .talent__item:nth-child(4),.talent__item:nth-child(5) { transform: none; }
    .system__area { flex-direction: column; align-items: flex-start; row-gap: 0; }
    .system__area .sub__title { width: 100%; }    
    .system__area .sub__title > br { display: none; }    
    .system__box { width: 100%; }
    .system__list > li { padding: 40px 30px; }
    .system__list > li .icon { width: 80px; height: 80px; }
    .system__list > li .icon img { width: 60%; }
    .system__list > li .text-box { width: calc(100% - 120px); }
    .system__list > li .text-box dt { font-size: 20px; }
    .system__list > li .text-box dd { font-size: 16px; }
    .job-type { padding: 47px 0; }
    .job-type .icon-box span { font-size: 20px; }
    .job-type .text-box > p { height: 60px; font-size: 16px; }
    .job-type .text-box > p:not(:last-child)::after { width: 30px; height: 30px; bottom: -24px; background-size: 30%; }
    .job-type .text-box > p + p { margin-top: 10px; }
    .method__item > p { font-size: 20px; }
    .benefits__area .item { height: 400px; padding: 30px; }
    .benefits__area .item .text-box dt { font-size: 22px; }
    .benefits__area .item .text-box dd { font-size: 16px; }
    .agree__box { padding: 20px 30px; border-width: 2px; }
    .form__area { margin-top: 60px; padding: 40px 0; }
    .check__label span { max-width: calc(100% - 38px); font-size: 18px; }
    .terms__box { padding: 0 15px; }
    .terms__box .terms__text{ padding: 30px 15px; }
    .form__item .form__label { width: 180px; padding: 0 20px; font-size: 18px; }
    .form__item .input__box { width: calc(100% - 180px); padding: 0 20px; }
    .form-select { padding-left: 20px; padding-right: 40px; background-position: calc(100% - 20px) center; }
    .form-input { padding: 0 20px; }
    .form-textarea { padding: 20px; }
    .kcaptcha-box #btnKcaptcha { min-width: 50px; height: 50px; background-size: 40%; }
    .form-01 .button__wrap { margin-top: 60px; }
    .kcaptcha-box .kcaptcha-img { min-width: fit-content; width: fit-content; }
    .kcaptcha-box .kcaptcha-img img { position: static; width: auto; object-fit: contain; transform: none; }
}

@media screen and (max-width: 768px) {
    .sub-visual .inner { flex-direction: column; padding: 40px 0 30px; }
    .navigation { column-gap: 30px; }
    .navigation > li::before { left: -16px; width: 4px; height: 4px; }
    .navigation > li.home > a { width: 24px; height: 24px; background-size: 70%; }
    .navigation > li > a, .navigation > li > span { font-size: 14px; }

    .paging a { width: 20px; height: 24px; font-size: 14px; }
    .paging .arr a:not(:last-child) { margin-right: 5px; }
    .paging a i { width: 8px; height: 13px; }
    .paging ul { margin: 0 5px; }
    .paging ul li:not(:last-child) { margin-right: 5px; }
    .paging ul li a { padding-top: 0; }
    .board_box table tr { display: flex; flex-wrap: wrap; width: 100%; padding: 5px 0; }
    .board_box table td { display: inline-block; width: 100%; padding: 5px 10px; }
    .board_box table td.date { width: 110px; text-align: left; }
    .board_box table td.hit { position: relative; width: fit-content; text-align: left; }
    .board_box table td.hit::before { content: ""; position: absolute; left: -10px; top: 50%; display: block; width: 1px; height: 10px; background-color: #DDD; transform: translateY(-50%); }
    .board_box table td a { padding-block: 5px;  }
    .board_box table .notice td a { padding-left: 70px; }
    .board_box table .notice td .tag { width: 60px; left: 10px; font-size: 14px; }
    .pr .board_box colgroup { display: none; }
    .search__area form { height: 40px; }
    .search__area .search-select { width: 120px; font-size: 14px; padding: 0 14px; background-position: calc(100% - 14px) center; }
    .search__area .search-input { width: calc(100% - 180px ); }
    .search__area .btn-search { width: 40px; height: 40px; background-size: 50%; }
    .view_ctn .tit { padding-bottom: 20px; }
    .view_ctn .tit ul { margin-top: 20px; }
    .view_ctn .tit ul li { font-size: 14px; }
    .view_ctn .info {  padding: 30px 0px 60px; }
    .view_ctn .file_box { width: 100%; padding: 20px; }
    .view_ctn .file_box dl { flex-direction: column; }
    .view_ctn .file_box dt { padding: 0; }
    .view_ctn .file_box dt::after { display: none; }
    .view_ctn .file_box dd { width: 100%; }
    .view_ctn .file_box dd a { padding-right: 50px; }
    .view_ctn .file_box dd a .download { font-size: 0; }
    .view_ctn .pages .btn-bracket { width: 180px; }
    .view_ctn .pages .btn-page a { font-size: 13px; }

    .depth2-tab { gap: 14px 20px; }
    .depth2-tab .tab__item .num { font-size: 12px; }
    .depth2-tab .tab__item { column-gap: 6px; }
    .depth2-tab .tab__item > a { font-size: 16px; }
    
    .product_list .item { width: 100%; }
    .business__list { align-items: initial; } 
    .business__item { width: 100%; height: auto; padding: 30px; }
    .business__list .text-box { padding: 0; }
    .vision-main .left .box em { left: 30px; top: 30px; font-size: 36px; }
    .vision-main .left .box p { right: 30px; bottom: 30px; font-size: 20px; }
    .vision-diagram .text-box > .sub-text { margin-top: 14px; font-size: 16px; }
    .circle__list { flex-direction: column; height: auto; }
    .circle__item { flex: none; display: flex; }
    .circle__item .circle:nth-child(1) { transform: translateX(5%); }
    .circle__item .circle:nth-child(2) { transform: translateX(-5%);  padding-top: 0;}
    .history__item { gap: 30px; padding-bottom: 100px; }
    .history__item .year { width: 100px; font-size: 36px; }
    .history__item .year-content { width: calc(100% - 130px); }
    .history-text { column-gap: 10px; }
    .history-text .month { width: 30px; font-size: 20px; }
    .history-text .text { max-width: calc(100% - 40px); font-size: 16px; }
    .global__content .world-map > .content__title { position: static; transform: translate3D(0, 100px, 0); }
    .global__content .world-map > .content__title.aos-animate { transform: translate3d(0,0,0); }
    .global__content .world-map > .inner { position: static; transform: none; margin-bottom: 20px; }
    .global__content .world-map > .inner { justify-content: left; }
    .global__content .map-mark__list { width: 100%; max-width: 500px; }
    .global__list { gap: 10px; }
    .global__item{ width: calc(50% - 5px); height: 150px; }
    .global__item .nation img { width: 24px; }
    .global__item .nation span { font-size: 16px; }
    .global__item .count__list { margin-top: 30px; }
    .global__item .count__list > li span { font-size: 14px; }
    .global__item.total { flex-direction: column;  padding: 20px 60px;}
    .global__item.total > em { font-size: 32px; }

    .development__area .list > li { flex: none; width: 100%; height: clamp(160px,25.39vw,260px); }
    .column-tab .tab__item {font-size: 14px; }
    .column-tab .tab__item, .column-tab .tab__item.on { width: 50%; height: 60px; }
    .process-img .list { flex-direction: column; }
    .process-img .list > li { flex: none; }
    .type-diagram-1 { max-width: 300px; margin: 30px auto 0; }
    .type-diagram-1 .list { flex-direction: column; height: 700px; }
    .type-diagram-1 .list-bg > li { height: 100%; }
    .type-diagram-1 .list-bg > li:nth-child(1) { width: 100%; height: 33.3%; }
    .type-diagram-1 .list-bg > li:nth-child(2) { width: 100%; height: 66.6%; }
    .type-diagram-1::before { left: 100%; top: 50%; transform: translate(-50%, -50%) rotate(90deg); }
    .type-diagram-1::after { left: 0%; top: 50%; transform: translate(-50%, -50%) rotate(-90deg); }
    .type-diagram-2 .circle { width: 300px; }
    .desc__list > li { width: calc(50% - 10px); gap: 20px; }
    .desc__list > li .text-box p { font-size: 14px; }
    .type-diagram-2 .circle .box > .eng{ font-size: 30px; }
    .type-diagram-2 .circle .box > span { font-size: 16px; }
    .esg-card__list > li { width: 100%; height: 300px; }
    .esg-card__list > li .icon { width: 60px; height: 60px; }
    .esg-card__list > li .icon img { width: 80%; }
    .esg-card__list > li .text-box .title { margin-top: 0.8em; }
    .esg-card__list > li .text-box .text { margin-top: 0.8em; }
    .esg-card__list > li.first .top > p { font-size: 16px; }
    .table-item table thead th { height: 60px; }
    .table-item table tbody th, .table-item table td { height: 50px; font-size: 14px; }
    .esg-part { padding: 14px 20px; }
    .esg-part > .list > li { width: calc(50% - 10px); }
    .esg-part > .list > li > span:not(.num) { font-size: 14px; }
    .director-state .list > li { width: calc(50% - 5px); }

    .value__list { flex-direction: column; }
    .value__item { width: 100%; gap: 20px; }
    .talent__list { display: flex; max-width: 400px; height: 975px; }
    .talent__item { width: 220px; }
    .talent__item.logo { position: static; width: 255px; transform: none; }
    .talent__item:nth-child(2) { transform: translateY(-40px); }
    .talent__item:nth-child(3) { transform: translateY(-80px); }
    .talent__item:nth-child(4) { transform: translateY(-120px); }
    .talent__item:nth-child(5) { transform: translateY(-160px); }
    .method__item { width: calc(50% - 5px); padding: 5px; }
    .benefits__area .item { width: 100%; height: 360px; }
    .agree__box { padding: 14px 20px; }
    .check__label { gap:14px; }
    .checkbox-01 { width: 24px; height: 24px; background-size: 50%;  }
    .checkbox-01:checked { background-size: 50%; }
    .check__label span { font-size: 16px; }
    .terms__box .terms__text { font-size: 14px; }
    .form__item { flex-direction: column; align-items: flex-start; row-gap: 14px; }
    .form__item .form__label { width: fit-content; font-size: 16px; }
    .form__item .input__box { width: 100%; }
    .radio__label { gap: 10px; }
    .radio-01 { width: 20px; height: 20px; border-width: 5px; }

    .promotion__area .btn-download::after { width: 30px; height: 30px; margin-left: 10px; background-size: 50%; }
}
@media screen and (max-width: 640px) {
    .greeting__wrap .img__area { flex-direction: column; }
    .history__item { flex-direction: column; }
    .history__item .year-content { width: 100%; }
    .map-info__list { gap: 10px; }
    .map-info__list > li { width: 100%; height: 160px; }
    .contact__list { gap: 30px; }
    .contact__list > li { flex-wrap: wrap; row-gap: 20px; padding: 30px 10px; }
    .contact__list .name,.contact__list dl { width: 100%;}
    .contact__list .name { padding: 0; margin-bottom: 10px; }
    .contact__list dl { margin-left: 0; }

    .system__area .system__box .flex { flex-direction: column; }
    .job-type { flex:none; }
    .system__list > li { flex-direction: column; }
    .system__list > li .text-box { width: 100%; text-align: center; }
    .kcaptcha-box { flex-wrap: wrap; }
}
@media screen and (max-width: 500px) {
    .method__item > .num { width: 30px; line-height: 30px; font-size: 16px; }
    .method__item > p { font-size: 16px; }
    .method__item.last > p { font-size: 26px; }
}

/* keyframes */
@keyframes textRight {
    0%{ opacity: 0; transform: translateX(-50%); }
    100%{ opacity: 1; transform: translateX(0%); }
}
@keyframes textLeft {
    0%{ opacity: 0; transform: translateX(50%); }
    100%{ opacity: 1; transform: translateX(0%); }
}