@charset "utf-8";

.header.bg-color .gnb .gnb__list > li > a { opacity: 0.5; }
.header.bg-color .gnb .gnb__list > li > a.point { opacity: 1; }
.header.bg-color.on .gnb .gnb__list > li > a { opacity: 1; }

.footer { background-color: #000; }

#subWrap { background-color: #000; transition: background-color 0.1s ease-in; }
#subWrap.bg-w { background-color: #fff; }
#subWrap.bg-w .container { color: #111; }
#sv { overflow: hidden; position: relative; height: 680px; color: #fff; }
.sv-bg { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; transform: translate(-50%, -50%); background: no-repeat center center/cover; animation: bgScale2 2s ease-out both; }
#sv::after { content: ""; position: absolute; left: 0; bottom: 0; display: block; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%); }
#sv .inner { position: relative; display: flex; align-items: center; height: 100%; z-index: 5; }
#sv .page-title { font-family: var(--font-Play); font-size: 140px; font-weight: 700; text-transform: uppercase; animation: titleAni 0.6s 0.5s ease-in-out both; }
.sv-bottom__wrap { position: absolute; left: 0; bottom: 80px; display: flex; justify-content: space-between; align-items: flex-end; gap: 30px 10px; width: 100%; animation: opacity 0.6s 0.5s ease-in-out both; }
#lnbBox { max-width: calc(100% - 550px); }
#lnbBox .lnb__list { overflow: hidden; display: flex; flex-wrap: wrap; align-items: center; gap: 10px 65px; }
#lnbBox .lnb__list > li > a { font-family: var(--font-Mix); position: relative;  font-size: 21px; font-weight: 500; color: rgba(255, 255, 255, 0.3); }
#lnbBox .lnb__list > li > a > br { display: none; }
#lnbBox .lnb__list > li > a::before { content: ""; position: absolute; left: -35px; top: 50%; display: block; width: 5px; height: 5px; border-radius: 5px; background-color: rgba(255, 255, 255, 0.3); transform: translateY(-50%); pointer-events: none; }
#lnbBox .lnb__list > li:first-child > a::before { display: none; }
#lnbBox .lnb__list > li > a.on { color: #fff; }
#location{ display: flex; align-items: center; gap: 43px; }
#location > li { position: relative; }
#location > li:first-child::after { display: none; }
#location > li::after { content: ""; position: absolute; left: -25px; top: 50%; display: block; width: 5px; height: 8px; background: url("/img/common/icon_location_arrow.svg") no-repeat center center/contain; transform: translateY(-50%); }
#location > li > a { font-family: var(--font-Mix); font-size: 17px; font-weight: 600; text-transform: uppercase; }
#location > li > a > br { display: none; }
#location > li > a > img { display: block; }

.container { overflow: hidden; color: #fff; transition: color 0.1s ease-in; }
.container.no-over { overflow: initial; }
.content { padding: 120px 0 200px; }
.content.pb0{ padding-bottom: 0; }
.sec-bottom { padding: 150px 0 200px; }
.content-title__box { text-align: center; margin-bottom: 120px; animation: opacity 0.6s ease-in-out both; }
.content-title { font-family: var(--font-Mix); font-size: 72px; font-weight: 600;  }
.content-text { margin-top: 1.74em; font-size: 23px; font-weight: 500; }
.content .section + .section { margin-top: 120px; }
.content.gap-150 .section + .section { margin-top: 150px; }

/* 이미지 공통 효과 */
.img-ani { overflow: hidden; }
.img-ani::after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); transition: width 0.6s 0.6s;  }
.img-ani[data-aos="fade-left"]::after { left: auto; right: 0; }
.img-ani.aos-animate::after { width: 0; }
.img-ani .bg { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); z-index: -1; transition: transform 0.6s ease-out; }
.img-ani:hover .bg { transform: translate(-50%, -50%) scale(1.05); }

/* paging */
.paging { display: flex; align-items: center; justify-content: center; margin-top: 120px; }
.paging .arr { display: flex; }
.paging a { width: 45px; height: 45px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-family: var(--font-Play); font-size: 19px; color: #fff; }
.paging .arr a i { width: 7px; height: 13px; background: no-repeat center center/contain; }
.paging .arr a i.xi-angle-left-min { background-image: url("/img/common/paging_prev.svg"); }
.paging .arr a i.xi-angle-right-min { background-image: url("/img/common/paging_next.svg"); }
.paging .arr a i::before { display: none; }
.paging ul { display: flex; align-items: center; }
.paging ul li.on a { background-color: var(--main-color); }

/* company */
#sv.sv01 .sv-bg { background-image: url("/img/sub/visual_company_bg.jpg"); }
.sec-greeting .img-box { position: relative; min-height: 150px; border-radius: 20px; }
.sec-greeting .img-box::before { content: ""; display: block; padding-top: 30%; }
.sec-greeting .text-box { margin-top: 80px; font-size: 20px; }
.sec-greeting .text-box .title { font-size: 2.4em; font-weight: 600; line-height: 1.5; }
.sec-greeting .text-box .title em { color: var(--main-color); }
.sec-greeting .text-box * + p { margin-top: 40px; }
.sec-greeting .text-box p { font-weight: 300; line-height: 1.7; color: #ccc; }
.sec-greeting .text-box p b { font-size: 1.2em; line-height: inherit; font-weight: 600; color: #fff; }
.sec-greeting .text-box .sign { margin-top: 60px; display: flex; align-items: center; gap: 20px; }
.sec-greeting .text-box .sign span { font-size: 20px; font-weight: 600; }
.sec-greeting .text-box .sign .eng { font-size: 24px; font-weight: 600; }
.vision__list > li { overflow: hidden; position: relative; display: flex; align-items: flex-end; height: 450px; padding: 40px 60px; border-radius: 20px; background: no-repeat center center/cover; }
.vision__list > li + li { margin-top: 40px; }
.vision__list > li:nth-child(1) { background-image: url("/img/sub/vision_img_01.jpg"); }
.vision__list > li:nth-child(2) { background-image: url("/img/sub/vision_img_02.jpg"); }
.vision__list > li .num { position: absolute; right: 47px; top: 80px; }
.vision__list > li .text-box > em { font-family: var(--font-Play); font-size: 72px; font-weight: 700; }
.vision__list > li .text-box > p { margin-top: 0.87em; font-size: 23px; font-weight: 600; }
.vision-diagram { position: relative; width: fit-content; margin: 0 auto;  }
.vision-diagram .center-circle { position: absolute; left: 50%; top: 50%; display: flex; justify-content: center; align-items: center; width: 34.6%; aspect-ratio: 1/1; border-radius: 50%; border: 10px solid #333; background-color: var(--main-color); font-size: 30px; font-weight: 700; color: #fff; text-align: center; transform: translate(-50%, -50%); }
.vision-diagram > ul { position: absolute; width: 100%; height: 100%; left: 0; top: 0; display: flex; flex-wrap: wrap; }
.vision-diagram > ul > li { position: relative; width: 50%; }
.vision-diagram > ul > li:nth-child(odd) { text-align: right; }
.vision-diagram > ul > li .icon { position: absolute; left: 58%; top: 58%; transform: translate(-50%, -50%); }
.vision-diagram > ul > li:nth-child(even) .icon { left: 42%; }
.vision-diagram > ul > li:nth-last-child(-n+2) .icon { top: 42%; }
.vision-diagram > ul > li .text-box{ position: absolute; width: max-content; }
.vision-diagram > ul > li:nth-child(odd) .text-box { right: 100%; }
.vision-diagram > ul > li:nth-child(even) .text-box { left: 100%; }
.vision-diagram > ul > li:nth-child(-n+2) .text-box { top: 26.6%; }
.vision-diagram > ul > li:nth-last-child(-n+2) .text-box { bottom: 26.6%; }
.vision-diagram > ul > li::after { content: ""; position: absolute; width: 25.3%; aspect-ratio: 1.31/1; background: url("/img/sub/core_value_line.svg") no-repeat center center/contain; }
.vision-diagram > ul > li:nth-child(1)::after { left: 8%; top: 31.2%; }
.vision-diagram > ul > li:nth-child(2)::after { right: 8%; top: 31.2%; transform: rotateY(180deg); }
.vision-diagram > ul > li:nth-child(3)::after { left: 8%; bottom: 31.2%; transform: rotateX(180deg); }
.vision-diagram > ul > li:nth-child(4)::after { right: 8%; bottom: 31.2%; transform: rotate(180deg); }
.vision-diagram .text-box .title { font-size: 26px; }
.vision-diagram .text-box .title > p { font-weight: 600; transition: color 0.4s; }
.vision-diagram .text-box .title > p.eng { margin-top: 0.52em; font-family: var(--font-Play); font-size: 0.73em; font-weight: 700; opacity: 0.5; }
.vision-diagram .text-box > p { margin-top: 1.57em; font-size: 19px; font-weight: 200; line-height: 1.5; color: #fff; }
.sec-vision-bottom { background: url("/img/sub/vision_bottom_bg.jpg") no-repeat center center/cover; }
.sec-vision-bottom .text-top { text-align: center; }
.sec-vision-bottom .text-top > em { font-size: 64px; font-weight: 600; line-height: 1.5;}
.sec-vision-bottom .text-top > p { margin-top: 1.153em; font-size: 26px; font-weight: 300; line-height: 1.5; }
.sec-vision-bottom .text-top > p > b { font-weight: 700; }
.sec-vision-bottom .circle { display: flex; justify-content: center; margin-top: 120px; }
.sec-vision-bottom .circle > li { display: flex; flex-direction: column; justify-content: center; align-items: center; width: 550px; aspect-ratio: 1/1; padding: 20px; border: 1px solid #fff; border-radius: 50%; font-size: 32px; text-align: center; opacity: 0; transition: transform 0.6s 0.6s, opacity 0.6s 0.6s; }
.sec-vision-bottom .circle > li:nth-child(1) { transform: translateX(-30px); }
.sec-vision-bottom .circle > li:nth-child(2) { transform: translateX(30px);  }
.sec-vision-bottom .circle > li > p { font-weight: 600; line-height: 1.5; }
.sec-vision-bottom .circle > li > p.eng { margin-top: 0.95em; font-family: var(--font-Play); font-size: 0.66em; font-weight: 700; line-height: 1.3; }
.sec-vision-bottom .aos-animate .circle > li:nth-child(1) { opacity: 1; transform: translateX(15px); }
.sec-vision-bottom .aos-animate .circle > li:nth-child(2) { opacity: 1; transform: translateX(-15px); }
.sec-about.bg { background: url("/img/sub/about_bottom_bg.png") no-repeat center 100%/100%; }
/* .sec-about.bg-w { background-color: #fff; color: #111; } */
.section.bg { padding-bottom: 150px; }
.content.gap-150 .section.bg + .section { margin-top: 0; }
.sec-about > .inner { display: flex; }
.sec-about .sec-title { width: 32.5%; padding-right: 40px; font-family: var(--font-Mix); font-size: 36px; font-weight: 600; transform: translateX(-100px); opacity: 0; transition: transform 0.6s ease, opacity 0.6s ease; }
.sec-about .content-box { width: 67.5%; transform: translateX(100px); opacity: 0; transition: transform 1s ease, opacity 1s ease; transition-delay: 0.3s; }
.table-type-01 table { border-top: 2px solid #fff; }
.table-type-01 table th, .table-type-01 table td { height: 65px; padding: 20px; font-size: 19px; color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.table-type-01 table th { font-size: 19px; font-weight: 600; background-color: #111; }
.table-type-01 table td { font-weight: 300; }
.table-type-01 table td p + p { margin-top: 0.52em; }
.table-type-01 table td p b { font-weight: 500; }
.table-type-01 table td .tag__box { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; }
.table-type-01 table td .tag__box .tag { display: flex; justify-content: center; align-items: center; width: calc((100% - 20px)/3); height: 65px; padding: 10px; border-radius: 5px; font-size: 19px; font-weight: 500; text-align: center; background-color: var(--main-color); }
.organization-img { text-align: center; }
.organization-img > img { display: inline-block; width: 100%; }
.organization-img .mo-show { display: none; }
.performance__list { display: flex; flex-wrap: wrap; gap: 40px; }
.performance__list > li { display: flex; flex-direction: column; row-gap: 20px; padding: 40px 0; width: calc(50% - 20px); border-top: 1px solid rgba(255, 255, 255, 0.2); }
.performance__list > li .title { font-family: var(--font-Play); font-size: 22px; font-weight: 700; }
.performance__list > li .value { display: flex; align-items: center; margin-top: 10px; }
.performance__list > li .num { overflow: hidden; height: 1.3em; font-size: 72px; }
.performance__list > li .num * { font-family: var(--font-Play); }
.performance__list > li .num .box { position: relative; display: flex; flex-direction: column; }
.performance__list > li .text { font-size: 20px; font-weight: 300; color: rgba(255, 255, 255, 0.8); }
.ci__box { position: relative; display: flex; justify-content: center; align-items: center; height: 565px; border-radius: 10px; border: 1px solid #e5e5e5; padding: 40px; }
.ci__box .img-box { max-width: 57.87%; }
.ci__box > ul { position: absolute; left: 40px; bottom: 40px; display: flex; flex-wrap: wrap; gap: 10px; width: calc(100% - 80px); }
.ci__box > ul > li { position: relative; width: calc(50% - 5px); padding-left: 0.73em; font-size: 19px; font-weight: 300; }
.ci__box > ul > li::before { content: ""; position: absolute; left: 0; top: 0.55em; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: var(--main-color); }
.ci-text { margin: 60px 0; font-size: 19px; font-weight: 300; line-height: 1.7; }
.ci-info__area > .title { font-family: var(--font-Play); font-size: 32px; font-weight: 700; color: var(--main-color); }
.ci-info__area .ci-info { display: flex; flex-wrap: wrap; gap: 30px 20px; margin-top: 30px; }
.ci-info__area .ci-info dl { width: calc(50% - 10px); }
.ci-info__area .ci-info dt { font-size: 21px; font-weight: 600; }
.ci-info__area .ci-info dd { margin-top: 20px; font-size: 19px; font-weight: 300; }
.ci-info__area .ci-info dd > ul > li { position: relative; padding-left: 0.68em; }
.ci-info__area .ci-info dd > ul > li + li { margin-top: 0.526em; }
.ci-info__area .ci-info dd > ul > li::before { content: "-"; position: absolute; left: 0; top: 0; }
.aos-animate .sec-title { transform: translateX(0); opacity: 1; }
.aos-animate .content-box { transform: translateX(0); opacity: 1; }
.aos-animate .ani-counter > li .num .box { animation: counter 1.6s 1s cubic-bezier(.21,.11,.07,1) both; }
.sec-history .inner { padding-top: 120px; }
.history__area { display: flex; justify-content: space-between; }
.history__area + .history__area { margin-top: 150px; }
.history__area .year__box { position: sticky; top: 120px; width: 35.625%; height: 100%; }
.history__area .year__box .title { width: fit-content; font-size: 62px; font-weight: 700; }
.history__area .year__box .title * { font-family: var(--font-Play); }
.history__area .year__box .title { overflow: hidden; position: relative; }
.history__area .year__box .title > span { display: block; transition: 0.4s; }
.history__area .year__box .title > span::after { content: attr(data-text); position: absolute; left: 0; top: 100%; display: block; }
.history__area .year__box .title:hover > span { transform: translateY(-100%); } 
.history__area .year__box .img-box { overflow: hidden; position: relative; margin-top: 20px; border-radius: 20px; }
.history__area .year__box .img-box::before { content: ""; display: block; padding-top: 66.66%; }
.history__area .year__box .img-box img { width: 100%; }
.aos-animate .img-ani::after { width: 0; }
.history__area .history__box { width: 55%; padding: 60px 0; border-top: 1px solid #E5E5E5; }
.history__area .history__box .box + .box { margin-top: 60px; }
.history__area .history__box .year { font-family: var(--font-Play); font-size: 42px; font-weight: 700; }
.history__area .history__box ul { margin-top: 30px; }
.history__area .history__box ul > li { position: relative; padding-left: 0.6em; font-size: 20px; font-weight: 300; }
.history__area .history__box ul > li::before { content: "·"; position: absolute; left: 0; top: 0; }
.history__area .history__box ul > li + li { margin-top: 1em; }
#subWrap.bg-w .history__area .year__box .title { color: var(--main-color); }
#subWrap.bg-w .history__area .history__box ul > li { color: #555; }
.sec-map .inner { display: flex; justify-content: space-between; align-items: center; }
.sec-map .map-info { width: calc(50% - 80px); }
.sec-map .map-info .map-address { margin-top: 25px; }
.sec-map .map-info .map-address > p { font-size: 26px; font-weight: 600; }
.sec-map .map-info .map-address > p + p { margin-top: 10px; }
.sec-map .map-info .company-info { margin-top: 60px; border: 1px solid #222; border-radius: 10px; padding: 60px 40px; background-color: #111; }
.sec-map .map-info .company-info p { display: flex; font-size: 20px; font-weight: 300; }
.sec-map .map-info .company-info p + p { margin-top: 0.75em; }
.sec-map .map-info .company-info p > span:first-child { white-space: nowrap; }
.sec-map .map-box { overflow: hidden; width: 50%; height: 680px; border-radius: 20px; } 
.map-box .root_daum_roughmap { width: 100%; height: 100%; }
.map-box .root_daum_roughmap .wrap_map { height: 100%; }
.map-box .root_daum_roughmap .cont { display: none; }
.map-box iframe { width: 100%; height: 100%; border: none; }

/* business */
#sv.sv02 .sv-bg { background-image: url("/img/sub/visual_business_bg.jpg"); }
.content.business { background: url("/img/sub/section_bottom_bg.png") no-repeat center 100%/100%; }
.business__area  { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.business__area .business-img { width: 31.25%; border: 1px solid #222; border-radius: 20px; background-color: #111; }
.business__area .business-swiper { display: flex; align-items: center; width: 100%; height: 100%; }
.business__area .business-swiper .swiper-wrapper { height: fit-content; }
.business-swiper .swiper-slide { position: relative; transition-timing-function: ease-in; }
.business-swiper .swiper-slide::before { content: ""; display: block; padding-top: 84%; }
.business-swiper .swiper-slide img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); transition: transform 0.4s; }
.business-swiper .swiper-slide:hover img { transform: translate(-50%, -50%) scale(1.05); }
.swiper-opt__area { position: absolute; left: 50%; bottom: 30px; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); z-index: 10; }
.swiper-opt__area .swiper-button-prev, .swiper-opt__area .swiper-button-next { position: static; width: 6px; height: 10px; }
.swiper-opt__area .swiper-button-prev { background: url("/img/sub/swiper_prev_s.svg") no-repeat center center/contain; }
.swiper-opt__area .swiper-button-next { background: url("/img/sub/swiper_next_s.svg") no-repeat center center/contain; }
.swiper-opt__area .swiper-pagination { position: static; display: flex; align-items: center; gap: 10px; width: fit-content; }
.swiper-opt__area .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; border-radius: 2px; margin: 0; background-color: #222; opacity: 1; }
.swiper-opt__area .swiper-pagination .swiper-pagination-bullet-active { background-color: var(--main-color); }
.business__area .text-box { width: calc(68.75% - 60px); }
.business__area .text-box .title { font-size: 42px; font-weight: 600; }
.business__area .text-box .title .font-play { font-weight: 700; }
.business__area .text-box .text { margin-top: 40px; font-size: 20px; font-weight: 300; line-height: 1.7; }
.business__area .tag__box { display: flex; flex-wrap: wrap; margin-top: 40px; gap: 10px; }
.business__area .tag__box .tag { flex: 1; display: flex; justify-content: center; align-items: center; padding: 20px 10px; border-radius: 5px; font-size: 21px; font-weight: 500; background-color: var(--main-color); text-align: center; }
.business__area .tag__box .tag .font-play { font-weight: 600; }
.partners__list { display: flex; flex-wrap: wrap; gap: 20px; }
.partners__list > li { overflow: hidden; width: calc((100% - 80px)/5); border-radius: 10px;  border: 2px solid transparent; transition: 0.3s; }
.partners__list > li img { width: 100%; }
.partners__list > li:hover { border-color: var(--main-color); box-shadow: 0 0 10px 5px rgba(210, 33, 39, 1); }

/* r&d */
#sv.sv03 .sv-bg { background-image: url("/img/sub/visual_rnd_bg.jpg"); }
.content.investment { background: url("/img/sub/investment_bg.jpg") no-repeat center center/cover; }
.sec-investment .inner { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 40px; }
.sec-investment .text-box { max-width: calc(48.75% - 60px); padding-bottom: 55px; }
.sec-investment .text-box > em { font-size: 48px; font-weight: 600; line-height: 1.5; }
.sec-investment .text-box > p { margin-top: 1.15em; font-size: 26px; font-weight: 500; line-height: 1.6; }
.investment-img { width: 51.25%; }
.investment-img .img-box { overflow: hidden; position: relative; border: 1px solid #222222; border-radius: 10px; background-color: #111; clip-path: inset(100% 0 0 0); transition: clip-path 0.6s 0.6s; }
.investment-img .img-box::before { content: ""; display: block; padding-top: 63.41%; }
.investment-img .img-box img, .investment-img .img-box svg { position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; object-fit: contain; transform: translate(-50%, -50%); }
.investment-img .img-box #arrow_up { opacity: 0; transform: translateY(50px) scale(0.8); transition: 0.6s 1.2s; transform-box: content-box; }
.investment-img > p { margin-top: 30px; font-size: 19px; font-weight: 300; color: hsl(0, 0%, 80%); text-align: center; }
.investment-img.aos-animate .img-box { clip-path: inset(0 0 0 0); }
.investment-img.aos-animate .img-box #arrow_up { opacity: 1; transform: translateY(0) scale(1); }
.content.technology { background: url("/img/sub/section_bottom_bg.png") no-repeat center 100%/100%; }
.technology__area { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 30px; }
.technology__area .technology-img { overflow: hidden; width: 46.875%; border: 1px solid #222; border-radius: 10px; background-color: #111; transform: perspective(2500px) rotateY(-100deg); backface-visibility: hidden; transition: transform 0.6s ease; }
.tech-swiper .swiper-slide::before { content: ""; display: block; padding-top: 66.66%; }
.tech-swiper .swiper-slide > img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); transition: transform 0.4s; }
.tech-swiper .swiper-slide:hover > img { transform: translate(-50%, -50%) scale(1.05); }
.technology__area .img-box { overflow: hidden; position: relative; }
.technology__area .img-box::before { content: ""; display: block; padding-top: 66.66%; }
.technology__area .img-box > img { transition: transform 0.4s; }
.technology__area .img-box > img, .technology__area .img-box > video { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 101%; object-fit: cover; transform: translate(-50%, -50%); }
.technology__area .img-box:hover img { transform: translate(-50%, -50%) scale(1.05); }
.technology__area .text-box { width: 46.875%; transform: translateX(-100px); opacity: 0; transition: transform 0.6s 0.3s ease, opacity 0.6s 0.3s ease; } 
.technology__area .text-box .num { font-family: var(--font-Play); font-size: 32px; font-weight: 700; color: var(--main-color);}
.technology__area .text-box .title { margin-top: 0.95em; font-family: var(--font-Mix); font-size: 42px; font-weight: 600; }
.technology__area .text-box ul { margin-top: 2em; font-size: 20px; }
.technology__area .text-box ul > li { position: relative; padding-left: 0.7em; font-weight: 300; }
.technology__area .text-box ul > li + li { margin-top: 0.75em; }
.technology__area .text-box ul > li::before { content: "-"; position: absolute; left: 0; top: 0; }
.technology__area.reverse { flex-direction: row-reverse; }
.technology__area.reverse .technology-img { transform: perspective(2500px) rotateY(100deg); }
.technology__area.reverse .text-box { transform: translateX(100px); }
.technology__area.aos-animate .technology-img { transform: perspective(2500px) rotateY(0); }
.technology__area.aos-animate .text-box { transform: translateX(0); opacity: 1; }

/* product */
#sv.sv04 .sv-bg { background-image: url("/img/sub/visual_product_bg.jpg"); }
.sec-product-detail .button__wrap { margin-top: 120px; }
.product-detail__wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }
.product__list { display: flex; flex-wrap: wrap; gap: 50px; }
.product__list > li { position: relative; width: calc((100% - 100px)/3); padding: 40px; border: 1px solid #222; border-radius: 10px; background-color: #111; text-align: center; transition: 0.4s; }
.product__list > li .img-box { overflow: hidden; position: relative; }
.product__list > li .img-box::before { content: ""; display: block; padding-top: 85.7%; }
.product__list > li .img-box > img { position: absolute; left: 50%; top: 50%; max-height: 100%; transform: translate(-50%, -50%); transition: transform 0.4s; }
.product__list > li .title { display: inline-block; margin-top: 30px; font-size: 23px; font-weight: 600; }
.product__list > li > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 10; }
.product__list > li > a .arrow { position: absolute; right: 20px; top: 20px; border-radius: 5px; width: 45px; height: 45px; background: url("/img/sub/link_arrow_s.svg") no-repeat center center/auto var(--main-color); opacity: 0; transition: 0.4s; }
.product__list > li:hover { border-color: var(--main-color); background-color: rgba(210, 33, 39, 0.2); }
.product__list > li:hover > a .arrow { opacity: 1; }
.product__list > li:hover .img-box > img { transform: translate(-50%, -50%) scale(1.05); }
.product-img { width: 43.75%; padding: 0 52px; }
.product-swiper { display: flex; align-items: center; margin: 0; height: 100%; padding: 50px 0; }
.product-swiper .swiper-wrapper { height: fit-content; }
.product-swiper .swiper-slide { position: relative; transition-timing-function: ease-in; }
.product-swiper .swiper-slide::before { content: ""; display: block; padding-top: 85.7%; }
.product-swiper .swiper-slide > img { position: absolute; left: 50%; top: 50%; max-height: 100%; transform: translate(-50%, -50%); }
.product-swiper .swiper-opt__area { bottom: 40px; }
.product-swiper .swiper-button-lock { display: block; cursor: default; opacity: 0.3; }
.product-swiper .swiper-pagination-bullet:only-child { display: block !important; }
.product-info { overflow: hidden; position: relative; width: 50%; min-height: 700px; border: 1px solid #222; border-radius: 10px; padding: 80px; background-color: #111; }
.product-info::before { content: ""; position: absolute; right: -40px; bottom: -40px; width: 70.25%; aspect-ratio: 1.27/1; background: url("/img/sub/info_box_bg.svg") no-repeat center center/contain; }
.product-info .category { font-family: var(--font-Play); font-size: 32px; font-weight: 700; color: var(--main-color); }
.product-info .title { margin-top: 16px; font-size: 48px; font-weight: 600; }
.product-info .info__list { margin-top: 60px; padding: 40px; border-radius: 10px; background-color: #ddd;  }
.product-info .info__list > li { position: relative; padding-left: 0.6em; font-size: 20px; font-weight: 500; color: #333; }
.product-info .info__list > li + li { margin-top: 15px; }
.product-info .info__list > li::before { content: "-"; position: absolute; left: 0; top: 0; }

/* contact */
#sv.sv05 .sv-bg { background-image: url("/img/sub/visual_contact_bg.jpg"); }
.faq__list > li { border: 1px solid #222; border-radius: 10px; padding: 30px 50px; background-color: #111; }
.faq__list > li + li { margin-top: 9px; }
.faq__list > li .btn-faq-list { position: relative; display: flex; align-items: baseline; gap: 30px; width: 100%; border: none; padding-right: 30px; background-color: transparent; font-size: 23px; font-weight: 500; color: #fff; }
.faq__list > li .btn-faq-list::before { content: "Q"; display: flex; justify-content: center; align-items: center; width: 55px; height: 55px; border-radius: 50%; font-family: var(--font-Play); font-size: 0.91em; font-weight: 700; background-color: var(--main-color); }
.faq__list > li .btn-faq-list::after { content: ""; position: absolute; right: 0; top: 1em; display: block; width: 16px; height: 9px; background: url("/img/sub/icon_faq_arrow.svg") no-repeat center center/contain; transition: transform 0.3s; }
.faq__list > li .btn-faq-list.on::after { transform: rotateX(180deg) }
.faq__list > li .btn-faq-list > span { width: calc(100% - 85px); text-align: left; }
.faq__list > li .answer { display: none; margin-top: 20px; border-radius: 10px; padding: 50px; color: #333; background-color: #fff; }
.faq__list > li .answer .text-box { position: relative; padding-left: 1.95em; font-size: 20px; font-weight: 300; line-height: 1.7;  }
.faq__list > li .answer .text-box::before { content: "A."; position: absolute; left: 0; top: 0; font-family: var(--font-Play); font-weight: 700; color: var(--main-color); }
.faq__list > li .answer .text-box p { line-height: inherit; }
.sec-contact .sec-title { font-size: 36px; font-weight: 600; padding-bottom: 38px; border-bottom: 2px solid #fff; }
.contact-form .form__list { padding-top: 30px; }
.contact-form .button__wrap { margin-top: 120px;}
.form__list > li { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 30px 80px; }
.form__list > li + li { margin-top: 30px; }
.form__list > li .box { display: flex; align-items: center; gap: 15px 20px; width: 100%; }
.form__list > li .box.ai-fs { align-items: flex-start; }
.form__list > li .box.label-h .form-label { display: flex; align-items: center; height: var(--input-H); }
.form__list > li.col-2 .box { width: calc(50% - 40px); }
.form-label { display: flex; column-gap: 0.24em; width: 130px; font-family: var(--font-Mix); font-size: 21px; font-weight: 600; }
.form-label .star { color: var(--main-color); }
.input__box { width: calc(100% - 150px); }
.file-box { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 20px; }
.input__box input, .input__box textarea { font-size: 19px; font-weight: 300; color: #fff; }
.input__box input::placeholder, .input__box textarea::placeholder { color: #ccc; }
.form-input { width: 100%; height: var(--input-H); border: none; padding: 0 var(--input-P); border-radius: 5px; background-color: #111; }
.form-textarea { display: block; width: 100%; height: 200px; border-radius: 5px; padding: var(--input-P); border: none; background-color: #111; resize: none; }
.input__box .sub-text { font-size: 17px; font-weight: 300; color: #ccc; }
.input__box .btn-file { display: flex; justify-content: center; align-items: center; width: 41%; max-width: 250px; min-width: 120px; height: var(--input-H); border-radius: 5px; font-size: 19px; font-weight: 600; color: #333; text-align: center; background-color: #fff; cursor: pointer; }
.file-name { margin-top: 20px; }
.file-name > button { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: relative; max-width: 100%; padding-right: 25px; border: none; background-color: transparent; font-size: 17px; font-weight: 300; color: #ccc; }
.file-name > button::after { content: ""; position: absolute; right: 0; top: 0.32em; width: 10px; height: 11px; background: url("/img/sub/icon_file_del.svg") no-repeat center center/contain; }
.kcaptcha-box { display: flex; gap: 20px; }
.kcaptcha-img { overflow: hidden; min-width: fit-content; border-radius: 5px; }
.kcaptcha-img > img { height: var(--input-H); object-fit: contain; }
.kcaptcha-input { display: flex; align-items: center; gap: 30px; width: 100%; max-width: 500px; height: var(--input-H); padding: 0 var(--input-P); border-radius: 5px; background-color: #111; }
.kcaptcha-input > input { width: calc(100% - 19px - 30px); height: 100%; border: none; background-color: transparent; }
.kcaptcha-input #btnKcaptcha { width: 19px; height: 19px; border: none; background: url("/img/sub/icon_refresh.svg") no-repeat center center/contain; }
.terms__area { margin-top: 120px; padding-top: 120px; border-top: 2px solid #fff; }
.terms__area .form-label { width: 100%; font-size: 26px; }
.terms__area .chk__box { display: flex; justify-content: right; margin-top: 30px; }
.terms__box { height: 200px; margin-top: 30px; padding: 10px; border-radius: 5px; background-color: #111; }
.terms__box .terms__text { overflow-y: auto; height: 100%; padding: 20px 17px 20px 20px; font-size: 19px; font-weight: 300; line-height: 1.7; color: #ccc; }
.terms__box .terms__text::-webkit-scrollbar{ width: 3px; }
.terms__box .terms__text::-webkit-scrollbar-thumb{background-color: #fff; border-radius: 3px; }
.terms__box .terms__text::-webkit-scrollbar-track{background-color: #222; border-radius: 3px; }
.terms__box .privacy { font-size: 16px; }
.terms__box .privacy .table-type-01 table th, .terms__box .privacy .table-type-01 table td { font-size: 16px; }
.chk__label { cursor: pointer; }
.chk__label .chk__item { display: flex; align-items: center; gap: 15px; }
.chk__label .chk__item .icon { width: 25px; height: 25px; border: 1px solid #fff; border-radius: 5px; }
.chk__label input:checked +.chk__item .icon { background: url("/img/sub/icon_check.svg") no-repeat center center/auto; }
.chk__label .chk__item .text { font-size: 19px; font-weight: 300; }

/* privacy */
.content.policy { padding-top: 200px; }
.policy .content-title__box { margin-bottom: 60px; text-align: left; }
.policy .content-title { padding-bottom: 59px; border-bottom: 2px solid #fff; }
.privacy { width: 100%; overflow: hidden; font-size: 19px; font-weight: 300; color: #fff; }
.privacy h2 { font-size:18px; font-weight:bold; color:#000; text-align: left; margin:50px 0 30px; }
.privacy h2:first-child { margin-top: 0; }
.privacy > p { margin:15px 0; }
.privacy > p+dl { margin-top: 30px; }
.privacy > dl + dl { margin-top: 80px; }
.privacy > dl > dt{ margin-bottom: 1.428em; font-size: 1.473em; font-weight: 500; }
.privacy > dl > dd * + * { margin-top: 15px; }
.privacy > dl > dd p > b { font-weight: 600; }
.privacy > dl > dd ul li + li { margin-top: 15px; }
.privacy > dl > dd ul li p { margin:0 10px 5px;}
.privacy .table-type-01 + .table-type-01 { margin-top: 40px; }
.privacy .table-type-01 th { background-color: transparent; }
.privacy .table-type-01 tbody td { text-align: center; } 

@keyframes opacity {
    0%{ opacity: 0; }
    100%{ opacity: 1; }
}
@keyframes titleAni {
    0%{ letter-spacing: 0.1em; -webkit-filter: blur(12px); filter: blur(12px); opacity: 0;}
    100%{ letter-spacing: -0.02em; -webkit-filter: blur(0px); filter: blur(0px); opacity: 1;}
}
@keyframes coreAni {
  0% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(0.9); }
  100% { transform: translate(-50%, -50%) scale(1); }
}
@keyframes cardUp{
    0%{ transform: translateY(100px); opacity: 0; }
    100%{ transform: translateY(0); opacity: 1; }
}
@keyframes bgScale2 {
    0% { transform: translate(-50%, -50%) scale(1.2); }
    100% { transform: translate(-50%, -50%) scale(1); }
}

@media screen and (max-width:1700px) {
    #sv { height: clamp(350px,41vw,700px); }
    #sv .page-title { font-size: clamp(30px,8.235vw,140px); }
    .content-title { font-size: clamp(26px,4.23vw,72px); }
    .content-text { font-size: clamp(16px,1.35vw,23px);  }

    .vision-diagram { max-width: 600px; }
    .vision-diagram .text-box .title { font-size: 22px; }
    .vision-diagram .text-box > p { font-size: 16px; }
    .vision-diagram .center-circle { font-size: 24px; }
    .vision-diagram > ul > li .icon img { height: 40px; }

    .business__area .text-box .text > br { display: none; }
}
@media screen and (max-width:1400px) {
    :root{
        --input-H: 60px;
        --input-P: 20px;
    }
    #lnbBox .lnb__list { gap: 10px 30px; }
    #lnbBox .lnb__list > li > a { font-size: 18px; }
    #lnbBox .lnb__list > li > a::before { width: 4px; height: 4px; left: -17px; }
    #location { gap: 30px; }
    #location > li::after { left: -17.5px; }
    #location > li > a { font-size: 16px; }
    .vision-diagram { max-width: 500px; }
    .vision-diagram .text-box .title { font-size: 20px; }
    .vision-diagram .text-box > p { font-size: 14px; }
    .vision-diagram .center-circle { font-size: 20px; }
    .vision-diagram > ul > li .icon img { height: 35px; }
    .sec-vision-bottom .text-top > em { font-size: 48px; }
    .sec-vision-bottom .text-top > p { font-size: 20px; }
    .history__area .year__box .title { font-size: 48px; }
    .sec-map .map-info > img { width: 30px; } 
    .sec-map .map-info .map-address > p { font-size: 22px; }
    .sec-map .map-info .company-info { padding: 40px 30px; margin-top: 40px; }
    .sec-map .map-info .company-info p { font-size: 18px; }
    .sec-map .map-box { height: 550px; }

    .business__area .text-box .title { font-size: 36px; }
    .business__area .tag__box .tag { font-size: 18px; }
    .business__area .text-box .text { font-size: 18px; }
    .sec-investment .text-box { padding-bottom: 51px; }
    .sec-investment .text-box > em { font-size: 36px; }
    .sec-investment .text-box > p { font-size: 20px; }
    .investment-img > p { font-size: 16px; }

    .product-img { padding: 0 30px; }
    .product-info { min-height: 550px; padding: 40px; }
    .product-info .category { font-size: 24px; }
    .product-info .title { font-size: 32px; }
    .product-info .info__list { padding: 20px; }
    .product-info .info__list > li { font-size: 18px; }

    .faq__list > li { padding: 20px 30px; }
    .faq__list > li .btn-faq-list { gap: 15px; font-size: 18px; }
    .faq__list > li .btn-faq-list::before { width: 40px; height: 40px; }
    .faq__list > li .btn-faq-list::after { top: 0.8em; }
    .faq__list > li .btn-faq-list > span { width: calc(100% - 55px); }
    .faq__list > li .answer { padding: 30px; }
    .faq__list > li .answer .text-box { font-size: 16px; }
    .form-label { font-size: 18px; }
    .input__box input, .input__box textarea, .input__box .btn-file { font-size: 16px; }
    .kcaptcha-input { gap: 10px; }
    .kcaptcha-input > input { width: calc(100% - 19px - 10px); }
    .terms__area .form-label { font-size: 20px; }
    .chk__label .chk__item .icon { width: 22px; height: 22px; background-size: 30%; }
    .chk__label .chk__item .text { font-size: 16px; }
}
@media screen and (min-width:1201px) {
    .vision-diagram > ul > li .text-box { opacity: 0; transition: opacity 0.6s 0.4s ease-out, transform 0.6s 0.4s ease-out; }
    .vision-diagram > ul > li:nth-child(odd) .text-box { transform: translateX(-50px); }
    .vision-diagram > ul > li:nth-child(even) .text-box { transform: translateX(50px); }
    .vision-diagram .text-box:hover .title > p:not(.eng) { color: var(--main-color); }
    .aos-animate .vision-diagram > ul > li .text-box { transform: translateX(0); opacity: 1; }
    .aos-animate .vision-diagram .center-circle { animation: coreAni 1s ease-in-out infinite both; }
}
@media screen and (max-width:1200px) {
    .sv-bottom__wrap { bottom: 40px; }
    .sec-greeting .text-box .title { font-size: 2.2em; }
    .sec-greeting .text-box .title > br { display: none; }
    .sec-greeting .text-box { font-size: 16px; }
    .sec-greeting .text-box .sign span { font-size: 18px; }
    .sec-greeting .text-box .sign .eng { font-size: 22px; }
    .vision__list > li { height: 300px; padding: 20px 30px; }
    .vision__list > li .num { right: 20px; top: 30px; width: 100px; }
    .vision__list > li .text-box > em { font-size: 50px; }
    .vision__list > li .text-box > p { font-size: 20px; }
    .vision-diagram { max-width: initial; }
    .vision-diagram .bg, .vision-diagram > ul > li::after { display: none; }
    .vision-diagram > ul, .vision-diagram > ul > li .text-box, .vision-diagram > ul > li .icon { position: static; transform: none; }
    .vision-diagram .center-circle { position: static; width: 100%; aspect-ratio: initial; height: auto; padding: 20px 10px; border-width: 5px; border-radius: 100px; transform: none; font-size: 24px; }
    .vision-diagram > ul { margin-top: 40px; }
    .vision-diagram > ul > li { padding: 30px 20px; }
    .vision-diagram > ul > li:nth-child(1), .vision-diagram > ul > li:nth-child(2) { border-bottom: 1px dashed rgba(255, 255, 255, 0.3); }
    .vision-diagram > ul > li:nth-child(odd) { border-right: 1px dashed rgba(255, 255, 255, 0.3); }
    .vision-diagram > ul > li:nth-child(n) { text-align: center; }
    .vision-diagram > ul > li:first-child::before { content: ""; position: absolute; right: 0; bottom: 0; width: 10px; height: 10px; border: 5px solid var(--main-color); border-radius: 50%; background-color: #000; transform: translate(50%, 50%); z-index: 5; }
    .vision-diagram > ul > li .text-box { width: 100%; margin-top: 30px; }
    .sec-about .sec-title { font-size: 30px; }
    .table-type-01 table th, .table-type-01 table td { font-size: 16px; }
    .table-type-01 table td .tag__box .tag { font-size: 16px; }
    .performance__list > li .title { font-size: 18px; }
    .performance__list > li .num { font-size: 56px; }
    .performance__list > li .text { font-size: 16px; }
    .ci__box { height: 500px; }
    .ci__box > ul > li { font-size: 16px; }
    .ci-text { margin: 40px 0; font-size: 16px; }
    .ci-info__area > .title { font-size: 28px; }
    .ci-info__area .ci-info dt { font-size: 20px; }
    .ci-info__area .ci-info dd { font-size: 16px; }
    .sec-history .inner { padding-top: 40px; }
    .history__area .year__box { width: calc(45% - 60px); top: calc(var(--header-H) + 40px); }
    .history__area .year__box .title { font-size: 42px; }
    .history__area .history__box { width: 55%; }
    .history__area .history__box .year { font-size: 36px; }
    .history__area .history__box ul > li { font-size: 16px; }

    .business__area .business-img { width: 35%; }
    .business__area .text-box { width: calc(65% - 40px); }

    .technology__area .text-box .num { font-size: 28px; }
    .technology__area .text-box .title { font-size: 36px; }
    .technology__area .text-box ul { font-size: 16px; }

    .product__list { gap: 30px; }
    .product__list > li { width: calc((100% - 60px)/3); padding: 30px; }
    .product__list > li .title { font-size: 20px; }

    .form__list > li.col-2 .box { width: 100%; }
    .form__list > li.col-2 .input__box { max-width: 500px; }
    .input__box .btn-file { min-width: initial; max-width: 134px; }
}
@media screen and (max-width:1024px) {
    .content { padding: 80px 0 150px; }
    .sec-bottom { padding: 80px 0 150px; }
    #sv .page-title { padding-bottom: 20px; }
    .sv-bottom__wrap { flex-direction: column-reverse; align-items: flex-start; bottom: 0; }
    #lnbBox { max-width: initial; }
    .content .section + .section, .content.gap-150 .section + .section { margin-top: 80px; }
    .section.bg { padding-bottom: 80px; }
    .content-title__box { margin-bottom: 80px; }

    .paging { margin-top: 80px; }
    .paging a { width: 35px; height: 35px; font-size: 16px; }

    .vision-diagram .center-circle { padding: 10px; font-size: 20px; }
    .vision-diagram .text-box .title { font-size: 16px; }
    .vision-diagram .text-box .title > p.eng { font-size: 14px; }
    .vision-diagram > ul > li { padding: 30px 10px; }
    .vision__list > li + li { margin-top: 20px; }
    .vision__list > li .num { width: 60px; }
    .vision__list > li .text-box > em { font-size: 36px; }
    .vision__list > li .text-box > p { font-size: 18px; }
    .sec-vision-bottom .text-top > em { font-size: 32px; }
    .sec-vision-bottom .text-top > p { font-size: 18px; }
    .sec-vision-bottom .circle { margin-top: 60px; }
    .sec-vision-bottom .circle > li { font-size: 28px; }
    .sec-about > .inner { flex-direction: column; row-gap: 40px; }
    .sec-about .sec-title, .sec-about .content-box { width: 100%; }
    .sec-about .sec-title { padding-right: 0; font-size: 24px; }
    .sec-history .inner { padding-top: 0px; }
    .history__area + .history__area { margin-top: 80px; }
    .history__area { flex-direction: column; }
    .history__area .year__box { position: static; width: 100%; margin-bottom: 40px; }
    .history__area .year__box .img-box { width: 100%; max-width: 400px; }
    .history__area .history__box { width: 100%; padding: 40px 0; }
    .sec-map .inner { justify-content: flex-start; flex-direction: column; row-gap: 40px; }
    .sec-map .map-info, .sec-map .map-box { width: 100%; }
    .sec-map .map-box { height: 450px; border-radius: 10px; }

    .business__area { row-gap: 30px; }
    .business__area .business-img, .business__area .text-box { width: 100%; }
    .business__area .business-swiper { max-width: 500px; }
    .business__area .text-box .title { font-size: 26px; }
    .business__area .tag__box { margin-top: 30px; }
    .business__area .tag__box .tag { font-size: 16px; padding: 10px 5px; }
    .business__area .text-box .text { margin-top: 30px; font-size: 14px; }
    .partners__list > li { width: calc((100% - 60px)/4); }
    
    .sec-investment .text-box { max-width: initial; }
    .sec-investment .text-box br { display: none; }
    .investment-img { width: 100%; }
    .sec-investment .text-box { padding-bottom: 0; }
    .sec-investment .text-box > em { font-size: 28px; }
    .sec-investment .text-box > p { font-size: 18px; }
    .technology__area .text-box .num { font-size: 18px; }
    .technology__area .text-box .title { margin-top: 20px; font-size: 26px; }
    .technology__area .text-box ul { margin-top: 20px; font-size: 14px; }

    .product__list { gap: 20px; }
    .product__list > li { width: calc((100% - 40px)/3); }
    .product__list > li .title { margin-top: 20px; font-size: 16px; }
    .product__list > li > a .arrow { width: 35px; height: 35px; background-size: 20%; }
    .product-detail__wrap { row-gap: 30px; }
    .product-img, .product-info { width: 100%; }
    .product-swiper { max-width: 500px; margin: 0 auto; padding: 0 0 40px; }
    .product-info { min-height: initial; }
    .product-swiper .swiper-opt__area { bottom: 20px; }
    .sec-product-detail .button__wrap { margin-top: 80px; }

    .contact-form .button__wrap { margin-top: 80px; }
    .sec-contact .sec-title { font-size: 28px; }
    .terms__area { margin-top: 60px; padding-top: 60px; }
    .terms__box .terms__text { padding: 10px 7px 10px 10px; }
    .terms__box .privacy { font-size: 14px; }
    .terms__box .privacy .table-type-01 table th, .terms__box .privacy .table-type-01 table td { font-size: 14px; }

    .content.policy { padding-top: 120px; }
    .policy .content-title__box { margin-bottom: 40px; }
    .policy .content-title { padding-bottom: 40px; }
    .privacy { font-size: 16px; }
}
@media screen and (max-width:768px) {
    :root{
        --input-H: 50px;
        --input-P: 15px;
    }
    #location > li > a { font-size: 14px; }
    #lnbBox .lnb__list > li > a { font-size: 16px; }
    .sec-greeting .img-box { border-radius: 10px; }
    .sec-greeting .text-box { margin-top: 40px; font-size: 14px; }
    .sec-greeting .text-box .title { font-size: 1.8em; }
    .sec-greeting .text-box * + p { margin-top: 30px; }
    .sec-greeting .text-box .sign { gap: 10px; }
    .sec-greeting .text-box .sign span { font-size: 16px; }
    .sec-greeting .text-box .sign .eng { font-size: 20px; }
    .sec-greeting .text-box .sign img { width: 90px; }
    .vision__list > li { height: 200px; border-radius: 10px; padding: 20px 25px; }
    .vision__list > li .num { top: 25px; width: 40px; }
    .vision__list > li .text-box > em { font-size: 24px; }
    .vision__list > li .text-box > p { font-size: 14px; }
    .vision-diagram .text-box > p > br { display: none; }
    .sec-vision-bottom .text-top > em { font-size: 24px; }
    .sec-vision-bottom .text-top > p { font-size: 16px; }
    .sec-vision-bottom .circle { flex-direction: column; align-items: center; }
    .sec-vision-bottom .circle > li { width: 300px; font-size: 20px; }
    .sec-vision-bottom .circle > li > p.eng { font-size: 14px; }
    .sec-vision-bottom .circle > li:nth-child(1) { transform: translateY(-30px); }
    .sec-vision-bottom .circle > li:nth-child(2) { transform: translateY(30px); }
    .sec-vision-bottom .aos-animate .circle > li:nth-child(1) { opacity: 1; transform: translateY(15px); }
    .sec-vision-bottom .aos-animate .circle > li:nth-child(2) { opacity: 1; transform: translateY(-15px); }
    .table-type-01 table th, .table-type-01 table td { height: 50px; padding: 15px; font-size: 14px; }
    .table-type-01 table td .tag__box .tag { width: 100%; height: 40px; font-size: 14px; }
    .sec-about .table-type-01 colgroup { display: none; }
    .sec-about .table-type-01 table tr { display: flex; flex-wrap: wrap; }
    .sec-about .table-type-01 tbody th { display: flex; justify-content: center; align-items: center; width: 18.5%; height: auto; min-height: 50px; }
    .sec-about .table-type-01 tbody td { display: flex; flex-direction: column; justify-content: center; width: 81.5%; height: auto; min-height: 50px; }
    .table-scroll { padding-bottom: 15px; }
    .table-scroll .table{ min-width: 650px; }
    .table-scroll .os-scrollbar-track { background: rgba(255, 255, 255, 0.1) !important; }
    .table-scroll .os-scrollbar-handle { background: #CCC !important; }
    .organization-img > img { max-width: 300px; }
    .organization-img .mo-show { display: inline-block; }
    .organization-img .pc-show { display: none; }
    .performance__list { gap: 20px; }
    .performance__list > li { width: calc(50% - 10px); row-gap: 15px; padding: 20px 0; }
    .performance__list > li .title { font-size: 16px; }
    .performance__list > li .num { font-size: 46px; }
    .performance__list > li .text { font-size: 14px; }
    .ci__box { flex-direction: column; height: auto; padding: 20px; }
    .ci__box .img-box { margin-top: 60px; }
    .ci__box > ul { position: static; margin-top: 60px; width: 100%; gap: 8px; }
    .ci__box > ul > li { width: 100%; font-size: 14px; }
    .ci__box > ul > li::before { width: 3px; height: 3px; }
    .ci-text { margin: 30px 0; font-size: 14px; }
    .ci-info__area > .title { font-size: 22px; }
    .ci-info__area .ci-info { margin-top: 20px; gap: 20px; }
    .ci-info__area .ci-info dl { width: 100%; }
    .ci-info__area .ci-info dt { font-size: 16px; }
    .ci-info__area .ci-info dd { margin-top: 10px; font-size: 14px; }
    .history__area + .history__area { margin-top: 60px; }
    .history__area .year__box .title { font-size: 36px; }
    .history__area .history__box .box + .box { margin-top: 40px; }
    .history__area .history__box .year { font-size: 24px; }
    .history__area .history__box ul > li { font-size: 14px; }
    .sec-map .map-info > img { width: 25px; }
    .sec-map .map-info .map-address { margin-top: 15px; }
    .sec-map .map-info .map-address > p { font-size: 18px; }
    .sec-map .map-info .map-address > p + p { margin-top: 8px; }
    .sec-map .map-info .company-info { margin-top: 30px; padding: 20px 15px; }
    .sec-map .map-info .company-info p { font-size: 14px; }
    .sec-map .map-box { height: 350px; }

    .sec-investment .text-box > em { font-size: 22px; }
    .sec-investment .text-box > p { font-size: 16px; }
    .investment-img .img-box::before { padding-top: 68%; }
    .investment-img .img-box img, .investment-img .img-box svg { width: 108%; max-width: 108%; height: 108%; }
    .investment-img > p { font-size: 14px; }
    .technology__area .technology-img, .technology__area .text-box { width: 100%; }
    .technology__area.reverse .technology-img { transform: perspective(2500px) rotateY(-100deg); }
    .technology__area.reverse .text-box { transform: translateX(-100px); }
    .technology__area.aos-animate .technology-img { transform: perspective(2500px) rotateY(0); }
    .technology__area.aos-animate .text-box { transform: translateX(0); opacity: 1; }

    .product__list > li { width: calc(50% - 10px); padding: 30px; }
    .product-info { padding: 15px; }
    .product-info .category { font-size: 18px; }
    .product-info .title { margin-top: 10px; font-size: 24px; }
    .product-info .info__list { margin-top: 30px; padding: 15px; }
    .product-info .info__list > li { font-size: 16px; }
    .product-info .info__list > li + li { margin-top: 10px; }
    .product-img { padding: 0 15px; }
    .swiper-opt__area { gap: 8px; }
    .swiper-opt__area .swiper-pagination { gap: 8px; }
    .swiper-opt__area .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; border-radius: 2px; }

    .partners__list > li { width: calc((100% - 40px)/3); border-radius: 5px; }

    .sec-contact .sec-title { padding-bottom: 20px; font-size: 22px; }
    .faq__list > li { padding: 15px 20px; }
    .faq__list > li .btn-faq-list { gap: 10px; font-size: 16px; }
    .faq__list > li .btn-faq-list::before { width: 32px; height: 32px; }
    .faq__list > li .btn-faq-list::after { width: 12px; height: 7px; }
    .faq__list > li .btn-faq-list > span { width: calc(100% - 42px); }
    .faq__list > li .answer { padding: 20px; }
    .faq__list > li .answer .text-box { font-size: 14px; }
    .form-label { width: 110px; font-size: 16px; }
    .input__box { width: calc(100% - 130px); }
    .input__box input, .input__box textarea, .input__box .btn-file { font-size: 14px; }
    .input__box .sub-text, .file-name > button { font-size: 14px; }
    .file-box { gap: 15px; }
    .input__box .btn-file { max-width: 112px; }
    .kcaptcha-box { gap: 15px; }
    .terms__area .form-label { font-size: 18px; }
    .chk__label .chk__item { gap: 10px; }
    .chk__label .chk__item .icon { width: 20px; height: 20px; }
    .chk__label .chk__item .text { font-size: 14px; }

    .policy .content-title__box { margin-bottom: 30px; }
    .policy .content-title { padding-bottom: 30px; }
    .privacy { font-size: 14px; }
    .privacy > dl > dd * + * { margin-top: 10px; }
}
@media screen and (max-width:640px) {
    .paging { margin-top: 80px; }
    .paging a { width: 25px; height: 25px; font-size: 14px; }
    .paging .arr a i { width: 5px; height: 9px; }
    
    .performance__list { gap: 0; }
    .performance__list > li { width: 100%; }

    .business__area .tag__box .tag { flex: none; width: 100%; }
    .partners__list { gap: 10px; }
    .partners__list > li { width: calc(50% - 5px); }
    
    .product__list > li { width: 100%;}

    .form__list > li .box { flex-direction: column; align-items: flex-start; }
    .form__list > li .box.label-h .form-label { align-items: flex-start; height: auto; }
    .form-label, .input__box { width: 100%; }
    .kcaptcha-input { max-width: 360px; }
}