@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: none; 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 .section + .section { margin-top: 200px; }
.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; }

.list-type-dot > li { position: relative; padding-left: 15px; font-size: 18px; font-weight: 300; color: #333; }
.list-type-dot > li::before { content: ""; position: absolute; left: 0; top: 0.5em; width: 5px; height: 5px; background-color: #AAA; }
.list-type-dot > li + li { margin-top: 10px; }
.list-type-num > li { display: flex; }
.list-type-num > li + li { margin-top: 0.556em; }
.list-type-num > li .num { margin-right: 0.27em; }

/* product */
.sv01 .visual-img { background: url("/img/sub/visual_product.jpg") no-repeat center center/cover; }
.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: 60px; }
.product_list .item { position: relative; display: flex; flex-wrap: wrap; width: 100%; gap: 40px; background-color: #F5F5F5; padding: 70px 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 { position: relative; width: calc(66% - 40px);}
.product_list .title { font-family: 'Oxanium', 'Pretendard',sans-serif; font-size: 28px; font-weight: 600; letter-spacing: 0; color: #222; }
.product_list .info__list { display: none; margin-top: 30px; }
.product_list .info__list.on { display: block; }
.product_list .info__list .info__item { display: flex; }
.product_list .info__list .info__item + .info__item { margin-top: 15px; }
.product_list .info__list .info__item .label { width: 90px; font-size: 18px; font-weight: 500; color: #333; }
.product_list .info__list .info__item .text { width: calc(100% - 90px); font-size: 18px; font-weight: 300; color: #666; }
.product_list .info__list p + .list-type-num { margin-top: 0.55em; }
.product_list .info__list .list-type-num > li .num { min-width: 0.83em; }
.product_list .info__list .list-type-dot > li { padding-left: 0; color: inherit; }
.product_list .info__list .list-type-dot > li + li { margin-top: 0.27em; }
/* dot delete */
.product_list .info__list .list-type-dot > li::before { display: none; }

.product-swiper .swiper-pagination-bullet:only-child { display: block !important; }
.product-img { position: relative; width: 34%; height: fit-content; padding: 0 20px 28px; }
.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: 80.85%; }
.product-swiper .swiper-pagination { top: auto; bottom: 0; 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, .product-swiper .swiper-button-next { top: 50%; width: 40px; height: 40px; border: 2px solid var(--main-color3); margin-top: -14px; transform: translateY(-50%); box-sizing: border-box; }
.product-swiper .swiper-button-prev { left: 0; background: url("/img/common/swiper_prev2.svg") no-repeat center center/auto #fff;  }
.product-swiper .swiper-button-next { right: 0; background: url("/img/common/swiper_next2.svg") no-repeat center center/auto #fff; }
.status__content .table-item table thead th { border-right: 1px solid #DDD; }
.status__content .table-item table thead th:last-child { border-right: none; }
.status__content .table-item table tbody td { border-left: 1px solid #DDD; border-right: 1px solid #DDD; }
.status__content .table-item table tbody td:last-child { border-right: none; }

/* 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: 68.125%; }
.about-main .about-text { position: relative; display: flex; align-items: flex-end; width: calc(31.875% - 20px); padding: 40px; color: #fff; background-color: #221E1F; }
.about-text .tag-logo { position: absolute; right: 0; top: 0; background-color: #fff; }
.about-text .tag-logo img { width: 80px; }
.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 { width:43.95%; }
.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; }
.greeting__wrap .img__area .img-box img { width: 100%; }

.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; width: calc(100% - 80px); font-family: var(--font-Oxanium); font-size: 30px; font-weight: 600; letter-spacing: 0; color: var(--main-color); }
.vision-main .left .box .text { position: absolute; right: 40px; bottom: 40px; width: calc(100% - 80px); color: #fff;  text-align: right; }
.vision-main .left .box p { font-size: clamp(24px,2.08vw,40px); font-weight: 500; }
.vision-main .left .box .eng { margin-top: 1.363em; font-family: var(--font-Oxanium); font-size: clamp(14px,1.145vw,22px); font-weight: 500; opacity: 0.6; }
.vision-main .left .box .img-box { width: calc(50% - 5px); }
.vision-main .left .box .img-box img { width: 100%; }
.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 { position: relative; display: flex; justify-content: space-between; gap: 40px; padding-bottom: 100px; }
.history__item::after { content: ""; position: absolute; right:0; bottom: -3px; display: block; width: var(--history-line); height: 3px; background-color: #000; }
.history__item:last-child::after { display: none; }
.history__item:first-child::before { content: ""; position: absolute; right:0; top: 0px; display: block; width: var(--history-line); height: 3px; background-color: #000; }
.history__item .year { display: inline-block; height: fit-content; font-family: var(--font-Oxanium); font-size: 100px; line-height: 1; font-weight: 600; letter-spacing: 0; color: #DDD; }
.history__item .year-content { width: var(--history-line); min-height: 100px; padding-top: 40px; }
.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%; }

.certificate__wrap .sub__title { margin-bottom: 40px; font-size: clamp(24px,2.39vw,46px); text-align: center; }
.certificate__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 60px; }
.certificate__list > li { position: relative; width: calc((100% - 180px)/4); padding: 30px; background-color: #F5F5F5; }
.certificate__list > li .img-box { position: relative; }
.certificate__list > li .img-box::before { content: ""; display: block; padding-top: 138.98%; }
.certificate__list > li .img-box img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; -o-object-fit: cover; object-fit: cover; transform: translate(-50%, -50%); }
.certificate__list > li .text-box { margin-top: 20px; text-align: center; }
.certificate__list > li .text-box .title { display: block; font-family: var(--font-Mix); font-size: 22px; font-weight: 500; color: #333; letter-spacing: -0.015em; }
.certificate__list > li .text-box .date { display: inline-block; margin-top: 0.277em; font-size: 18px; font-weight: 300; color: #666; }
.certificate__list > li .btn-img-modal { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background-color: transparent; border: none; }

.global__content .world-map { position: relative; max-width: 2560px; margin: 0 auto;}
.global__content .world-map svg { width: 100%; }
.global__content .world-map > .content__title { position: absolute; left: 50%; top: 0px; transform: translate3D(-50%, 100px, 0); z-index: 5; }
.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 p { margin-top: 1em; font-size: 20px; font-weight: 500; color: #fff; }
.map-info__list > li.first .arrow { position: absolute; right: 0; bottom: 0; }
.map-info__list > li.first .logo { width: 100%; max-width: 325px; }
.map-info__list > li.address dd { max-width: 295px; font-size: 30px; word-break: break-all; }
.map-info__list > li.address .font-s { font-size: 26px; }
.map__box { margin-top: 20px; height: 500px; }
.map__box iframe { width: 100%; height: 100%; }


/* esg */
.sv03 .visual-img { background: url("/img/sub/visual_esg.jpg") no-repeat center center/cover; }
.esg .sub__title { font-size: clamp(30px, 2.916vw, 56px); }
.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: #fff; text-align: center; z-index: 5; }
.about__area { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.about__area.reverse { flex-direction: row-reverse; }
.about__area.no-flex { display: block; }
.about__area.no-flex .text-box { width: 100%; }
.about__area.no-flex .text-box .info-list { margin-top: 0; }
.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 .text-box .button__wrap { justify-content: left; margin-top: 60px; gap: 10px; }
.about__area .text-box .info-list { margin-top: 30px; }
.about__area .text-box .info-list > li { display: flex; align-items: center; gap: 25px; padding: 18px 38px; border: 2px solid #EEE; }
.about__area .text-box .info-list > li + li { margin-top: 10px; }
.about__area .text-box .info-list > li .num { min-width: 30px; line-height: 30px; font-family: var(--font-Oxanium); font-size: 16px; font-weight: 600; letter-spacing: 0; color: #fff; text-align: center; background-color: var(--main-color3); }
.about__area .text-box .info-list > li > p { font-size: 20px; line-height: 1.6; font-weight: 300; color: #333; }
.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: 440px; 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 { font-size: 22px; font-weight: 300; line-height: 1.545; color: #333; word-break: normal; }
.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-text { margin-top: 100px; font-size: 20px; font-weight: 300; line-height: 1.7; color: #333; text-align: center; }
.esg-img__list { display: flex; flex-wrap: wrap; gap:60px 20px; }
.esg-img__list > li { width: calc((100% - 40px)/3); text-align: center; }
.esg-img__list > li .img-box img { width: 100%; }
.esg-img__list > li > span { display: inline-block; margin-top: 1em; font-size: 20px; font-weight: 700; color: #333; }
.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 .sub__title { margin-bottom: 40px; font-size: clamp(24px,2.39vw,46px); font-weight: 500; text-align: center; }
.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); }
.table-item .table-scroll { padding-bottom: 1px; }
.table-item .list-type-dot { margin-top: 30px; }
.table-item .list-type-dot li {padding-left: 15px; color: #666; }
.table-item .list-type-dot.none > li { padding-left: 0; }
.table-item .list-type-dot.none > li::before { display: none; }
.table-item .table-scroll { padding-bottom: 1px; }
.drop-down__area { margin-top: 60px; }
.drop-down__box { border: 2px solid var(--main-color3);}
.drop-down__box + .drop-down__box { margin-top: 20px; }
.drop-down__box .btn-dropdown { position: relative; display: flex; align-items: center; width: 100%; border: none; height: 100px; padding-left: 60px; padding-right: 70px; font-size: 24px; font-weight: 500; text-align: left; color: #222; background-color: transparent;; }
.drop-down__box .btn-dropdown::after { content: ""; position: absolute; right: 60px; top: 50%; display: block; width: 14px; height: 8px; background: url("/img/common/select_arrow.svg") no-repeat center center/auto; transform: translateY(-50%); transition: 0.3s ease-out;}
.drop-down__box .btn-dropdown.on::after { transform: translateY(-50%) rotateX(180deg); }
.drop-down__box .drop-down__item { overflow: hidden; height: 0; transition: 0.3s; }
.drop-down__box .drop-down__item.on { height: var(--dropdown-H); }
.drop-down__box .drop-down__inner { position: relative; padding: 35px 60px 60px; }
.drop-down__box .drop-down__inner::after { content: ""; position: absolute; left: 50%; top: 0; display: block; width: calc(100% - 120px); height: 1px; background-color: #DDD; transform: translateX(-50%); }
.drop-down__box .text__box { overflow-y: auto; max-height: 500px; padding-right: 57px; }
.drop-down__box .text__box::-webkit-scrollbar{ width: 3px; }
.drop-down__box .text__box::-webkit-scrollbar-thumb { border-radius: 3px; background-color: #AAAAAA; }
.drop-down__box .text__box .top-text { margin-bottom: 30px; font-size: 20px; line-height: 1.7; color: #333; word-break: break-all; }
.drop-down__box .text__box dl + dl { margin-top: 30px; }
.drop-down__box .text__box dt { font-size: 20px; font-weight: 500; color: #333; }
.drop-down__box .text__box dd { margin-top: 10px; font-size: 18px; font-weight: 300; line-height: 1.67; color: #666; word-break: break-all; }
.drop-down__box .text__box dd .inset { padding-left: 1em; font-size: inherit; line-height: inherit; letter-spacing: inherit; margin-bottom: 0.5em; }
.drop-down__box .text__box dd * { line-height: 1.67; }
.drop-down__inner .table-item table thead th { height: 60px; font-size: 18px; }
.drop-down__inner .table-item table tbody th, .drop-down__inner .table-item table td { height: 60px; padding: 18px 10px; font-size: 18px; }
.esg .table-item table thead th { border-bottom: none; background-color: #EEEEEE; }
.esg .table-item table tr { border-bottom: none; }
.esg .table-item table tr:not(:first-child) { border-top: 1px dashed #DDD; }
.esg .table-item table tr:last-child { border-bottom: 1px solid #DDD; }
.esg .table-item table tr.main-tr { border-top: 1px solid #DDD; }
.esg .table-item table tr.main-tr th, .esg .table-item table tr.main-tr td { font-weight: 500; color: #333; }
.esg .table-item table tr.total { border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; background-color: #F5F5F5; }
.esg .table-item table tr.total th, .esg .table-item table tr.total td { font-weight: 500; color: #333; }
.esg .table-item table tr.total-line:not(:last-child) { border-top: 1px dashed #000; border-bottom: 1px dashed #000; }
.esg .table-item table tr.total-line th, .esg .table-item table tr.total-line td { font-weight: 500; color: #333; }
.esg .table-item table tr.total-line:last-child { border-top: 1px dashed #000; border-bottom: 1px solid #000; }
.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 */
.sv04 .visual-img { background: url("/img/sub/visual_career.jpg") no-repeat center center/cover; }
.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 .icon svg path { stroke: var(--main-color); }
.value__item .icon svg circle { fill: var(--main-color); }
.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; border-color: rgba(0, 0, 0, 0.1); background: none; }
.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: 100%; max-width: 27.77%; }
.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; justify-content: center; align-items: center; gap: 50px; padding: 50px; background-color: #F5F5F5; text-align: center; }
.job-type .icon-box { padding: 0 100px; }
.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; display: flex; gap: 20px; width: calc(100% - 320px); }
.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; flex: 1; height: 120px; font-size: 20px; font-weight: 500; color: #fff; background-color: #DDD; }
.job-type .text-box > p:not(:last-child)::after {  content: ""; position: absolute; right: -10px; bottom: 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%); z-index: 5; }
.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 55px 60px 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_09.jpg"); }
.benefits__area .item:nth-child(8) { background-image: url("/img/sub/career/benefit_img_12.jpg"); }
.benefits__area .item:nth-child(9) { 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 */
.sv05 .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; }
.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; }

@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);}
    .about-text .text-box .text p > br:not(.fixed-br) { display: none; }
    .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);}
    .certificate__list > li .text-box .title { font-size: clamp(16px,1.32vw,22px); }
    .certificate__list > li .text-box .date { font-size: clamp(14px,1.08vw,18px); }
    .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 .font-s { font-size: clamp(16px,1.56vw,26px); }
    .map-info__list > li.address dd 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 .info-list > li > p > 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:not(.fixed-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 .arrow { width: 80px; }

    .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; }

    .job-type .icon-box { padding: 0 30px; }
    .job-type .text-box { width: calc(100% - 150px); }
    .job-type .text-box > p { height: 80px; }
}
@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; }
    .list-type-dot > li { font-size: 14px; }

    .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; }
    .about__area .text-box .button__wrap { margin-top: 20px; }
    .product_list .item { padding: 30px 20px; }
    .product_list .title { font-size: 24px; }
    .product_list .info__list .info__item .label { width: 60px; font-size: 14px; }
    .product_list .info__list .info__item .text { width: calc(100% - 60px); font-size: 14px; }
    /* .product_list .info__list .list-type-dot > li { padding-left: 10px; } */
    /* .product_list .info__list .list-type-dot > li::before { width: 4px; height: 4px; } */

    .certificate__list { gap: 30px; }
    .certificate__list > li { width: calc((100% - 90px)/4); }

    .esg-card__list > li { width: calc(50% - 10px); }
    .esg-text { font-size: 18px; }
    .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; }
    .esg-img__list > li > span { font-size: 16px; }
    .drop-down__box .btn-dropdown { height: 80px; padding-left: 40px; padding-right: 60px; font-size: 20px; }
    .drop-down__box .btn-dropdown::after { right: 40px; }
    .drop-down__box .drop-down__inner { padding: 35px 40px 40px; }
    .drop-down__box .drop-down__inner::after { width: calc(100% - 80px); }
    .drop-down__box .text__box { padding-right: 40px; }
    .drop-down__box .text__box .top-text { font-size: 18px; }
    .drop-down__box .text__box dt { font-size: 18px; }
    .drop-down__box .text__box dd { font-size: 16px; }
    .about__area .text-box .info-list { margin-top: 20px; }
    .about__area .text-box .info-list > li { gap: 14px; padding: 10px; }
    .about__area .text-box .info-list > li > p { font-size: 16px; }

    .job-type { padding: 40px; }
    .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; }
    .content .section + .section { margin-top: 100px; }
    .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 { gap: 30px; }
    .product-img, .product_list .text-box { width: 100%; }
    .product-img { max-width: 500px; margin: 0 auto; }
    .product-swiper .swiper-pagination-bullet { width: 6px; height: 6px; }
    .product_list .text-box { padding: 0 20px; }
    .status__content .table-item table tbody td { padding: 15px 5px; }
    .status__content colgroup col:nth-child(2) { width: 40% !important; }
    .status__content colgroup col:nth-child(3) { width: 16.25% !important; }

    .about-main .about-text { padding: 40px 30px; }
    .about-text .tag-logo img { width: 50px; }
    .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(300px,48.82vw,500px); background-position: center 20%; }
    .vision-diagram { margin-top: 100px; }
    .circle__list { gap: 20px; }
    .history__item .year-content { width: 60%; }
    .certificate__list > li { width: calc((100% - 60px)/3); }
    
    .global__content .world-map svg { position: relative; width: 140%; left: -30%; }
    .global__content .world-map svg .marker > g:nth-child(1) { transform: scale(1.1); transform-box: fill-box; transform-origin: left bottom; }
    .global__content .world-map svg .marker > g:nth-child(2) { transform: scale(1.1); transform-box: fill-box; transform-origin: center bottom; }
    .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; }
    .map-info__list > li.first .logo { max-width: 200px; }
    .certificate__wrap .sub__title { margin-bottom: 30px; }

    .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; }
    .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-text { margin-top: 50px; font-size: 15px; }
    .esg-img__list { gap: 30px 20px; }
    .esg-img__list > li { width: calc(50% - 10px); }
    .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 .sub__title { margin-bottom: 20px; }
    .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; }
    .drop-down__area { margin-top: 30px; }
    .drop-down__inner .table-item table thead th { height: 50px; font-size: 16px; }
    .drop-down__inner .table-item table tbody th, .drop-down__inner .table-item table td { height: 50px; font-size: 14px; padding: 10px; }

    .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__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: 50px; }
    .job-type .icon-box span { font-size: 20px; }
    .job-type .text-box { width: calc(100% - 240px); }
    .job-type .text-box > p { height: 60px; font-size: 16px; }
    .job-type .text-box > p:not(:last-child)::after { width: 30px; height: 30px; background-size: 30%; }
    .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) {
    :root{
        --history-line: calc(100% - 130px);
    }
    .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 { padding: 30px 10px; }
    .product-img { padding: 0 15px 20px; }
    .product-swiper .swiper-button-prev, .product-swiper .swiper-button-next { width: 30px; height: 30px; background-size: 30%; }
    .product_list .text-box { padding: 0 15px; }
    .product_list .info__list .info__item { flex-direction: column; row-gap: 5px; }
    .product_list .info__list .info__item + .info__item { margin-top: 15px; }
    .product_list .info__list .info__item .label{ width: 100%; }
    .product_list .info__list .info__item .text { 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 { width: calc(100% - 60px); left: 30px; top: 30px; font-size: 24px; }
    .vision-main .left .box .text { width: calc(100% - 60px); right: 30px; bottom: 30px; }
    .vision-main .left .box p { font-size: 18px; }
    .vision-main .left .box p > br { display: none; }
    .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; }
    .history__item .year { width: 100px; font-size: 36px; }
    .history-text { column-gap: 10px; }
    .history-text .month { width: 30px; font-size: 20px; }
    .history-text .text { max-width: calc(100% - 40px); font-size: 16px; }
    .certificate__list > li { width: calc(50% - 15px); padding: 20px; }
    .certificate__list > li .text-box { margin-top: 15px; }
    .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 .world-map svg { width: 145%; left: -35%; transform: translateY(-10%); }
    .global__content .world-map svg .marker > g:nth-child(1) { transform: scale(1.2); }
    .global__content .world-map svg .marker > g:nth-child(2) { transform: scale(1.2); }
    .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; }

    .about__area .text-box .info-list > li { flex-wrap: wrap; }
    .about__area .text-box .info-list > li > p { width: 100%; }
    .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.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); }
    .drop-down__box .btn-dropdown { height: 60px; padding-left: 20px; padding-right: 40px; font-size: 16px; }
    .drop-down__box .btn-dropdown::after { right: 20px; }
    .drop-down__box .drop-down__inner { padding: 25px 20px; }
    .drop-down__box .drop-down__inner::after { width: calc(100% - 40px); }
    .drop-down__box .text__box { padding-right: 20px; }
    .drop-down__box .text__box .top-text { margin-bottom: 20px; font-size: 15px; }
    .drop-down__box .text__box dt { font-size: 16px; }
    .drop-down__box .text__box dd { font-size: 14px; }

    .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; }
    .job-type  { flex-direction: column; }
    .job-type .text-box { width: 100%; }
    .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) {
    :root{
        --history-line: 100%;
    }
    .greeting__wrap .img__area { flex-direction: column; }
    .history__item { flex-direction: column; padding-top: 40px; }
    .history__item .year-content { width: 100%; padding-top: 0; min-height: initial; }
    .certificate__list { gap: 20px 10px; }
    .certificate__list > li { width: calc(50% - 5px); padding: 15px; }
    .map-info__list { gap: 10px; }
    .map-info__list > li { width: 100%; height: 160px; }

    .esg-img__list > li { width: 100%; }

    .system__area .system__box .flex { flex-direction: column; }
    .job-type { flex:none; }
    .job-type .text-box { flex-wrap: wrap; }
    .job-type .text-box > p { flex: none; width: 100%; }
    .job-type .text-box > p:not(:last-child)::after { right: 50%; bottom: 0; transform: translate(50%, calc(50% + 10px)) rotate(90deg); }
    .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%); }
}