@charset "utf-8";

#sv { height: 100svh; padding-bottom: 90px; color: #fff; }
@supports not (height: 100svh) {
    #sv { height: 100vh; }
}
#sv .inner { display: flex; justify-content: space-between; align-items: flex-end; height: 100%; gap: 40px; }
#sv .title-box { opacity: 0; animation: fade-right 0.6s ease-out both; }
.sv-title { font-family: var(--engFont); font-size: 100px; font-weight: 700; letter-spacing: -0.01em; }
.sv-text { margin-top: 20px; font-size: 26px; font-weight: 500; letter-spacing: -0.01em; }
#location { display: flex; align-items: center; gap: 40px; flex-shrink: 0; padding: 18px 30px; border-radius: 100px; background-color: rgba(255, 255, 255, 0.1); animation: fade-left 0.6s ease-out both; -webkit-backdrop-filter: blur(5px); backdrop-filter: blur(5px); }
#location > li.home { flex-shrink: 0; } 
#location > li:not(.home) { position: relative; width: 176px; }
#location > li .btn-loc { width: 100%; border: none; text-align: left; background-color: transparent; }
#location > li .btn-loc .text { font-family: var(--engFont); font-size: 16px; font-weight: 500; color: #fff; letter-spacing: -0.01em; }
#location > li .btn-loc .icon { position: absolute; right: 0; top: 50%; width: 16px; height: 16px; background: url("/img/sub/icon_loc_arrow.svg") no-repeat center center/contain; transform: translateY(-50%); transition: transform 0.3s; }
#location > li .loc__list { display: none; position: absolute; left: 0; top: calc(100% + 10px); width: 100%; padding: 15px; border-radius: 10px; font-size: 16px; color: #555; background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); z-index: 10; }
#location > li .loc__list > li + li { margin-top: 10px; }
#location > li.on .btn-loc .icon { transform: translateY(-50%) rotateX(180deg); }

.container { overflow-x: hidden; }
.container.no-over { overflow: initial; }
.container * { letter-spacing: -0.01em; }
.content { --content-gap: 140px; padding-top: 120px; }
.content-title__box { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 60px; }
.content-menu, .title-sub { font-family: var(--engFont); font-size: 20px; font-weight: 700; color: var(--main-color); }
.content-title { margin-top: 10px; font-family: var(--engFont); font-size: 54px; font-weight: 700; color: #111; }
.content-title__box .content-menu { opacity: 0; transition: opacity 0.6s ease-out; }
.content-title__box .content-title { opacity: 0; transition: opacity 0.6s ease-out; }
.content-title__box.aos-animate .content-menu { opacity: 1; }
.content-title__box.aos-animate .content-title { opacity: 1; }
.section + .section { margin-top: var(--content-gap); }
.section.bg-img { padding: var(--content-gap) 0; color: #fff; background: no-repeat center center/cover; }
.section.bg-gray { padding: var(--content-gap) 0; background-color: #F6F6F6; }
.section.line { position: relative; padding-top: var(--content-gap); }
.section.line::before { content: ""; position: absolute; left: 50%; top: 0; width: calc(100% - 40px); max-width: 1600px; height: 1px; background-color: #DDDDDD; transform: translateX(-50%); }
.depth3-tab { display: flex; gap: 10px; margin-bottom: 10px; }
.depth3-tab > a { display: flex; justify-content: center; align-items: center; width: 140px; height: 53px; border-radius: 100px; text-align: center; background-color: #F6F6F6; color: #444; }
.depth3-tab > a.on { color: #fff; background-color: #222222; }
.depth3-tab > a > span { font-size: 18px; font-weight: 500; }
.depth3-tab > a > span:not(.text) { display: none; }
.depth3-tab.size-l > a { width: 235px; }
.depth3-tab.size-m > a { width: 180px; }
.depth3-tab.size-m-2 > a { width: 160px; }
.banner__area { overflow: hidden; position: relative; display: flex; justify-content: center; align-items: center; height: 460px; border-radius: 20px; text-align: center; color: #fff; }
.banner__area > .bg { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); z-index: -1; }
.banner__area .text-box { padding: 15px; }
.banner__area .text-box .tag { display: inline-block; margin-bottom: 20px; border-radius: 60px; padding: 8.5px 27px; font-size: 18px; font-weight: 500; color: #fff; background-color: var(--main-color); }
.banner__area .text-box .title { font-size: 36px; font-weight: 500; }
.banner__area .text-box .title.eng { font-family: var(--engFont); font-size: 40px; font-weight: 600; }
.banner__area .text-box .title.lh-15 { line-height: 1.5; }
.banner__area .text-box .text { margin-top: 20px; font-size: 22px; font-weight: 500; line-height: 1.7; }
.banner__area .text-box .button-box { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.banner__area .text-box .button-box .btn-link > span { font-size: 18px; }
.banner__area.type-2 .text-box .text { margin-top: 10px; }
.sec-top-banner .area + .area { margin-top: calc(var(--content-gap) / 2 + 10px); }
.sec-top-banner .text__area { display: flex; justify-content: space-between; }
.sec-top-banner .text__area .title-box { width: calc(39.7% - 60px); }
.sec-top-banner .text__area .title-box .title { font-size:36px; font-weight: 600; line-height: 1.5; }
.sec-top-banner .text__area .title-box .title > b { font-weight: inherit; line-height: inherit; color: var(--main-color); }
.sec-top-banner .text__area .text-box { width: 60.3%; }
.sec-top-banner .text__area .text-box > p { font-size: 18px; font-weight: 300; line-height: 1.7; color: #444; }
.sec-top-banner .text__area .text-box > p + p { margin-top: 1.1em; }
.sec-top-banner .text__area .text-box > p.text-b { font-size: 26px; font-weight: 600; color: #111; }
.sec-top-banner .intro__area.flex { display: flex; justify-content: space-between; align-items: center; gap: 40px; }
.sec-top-banner .intro__area.flex .sec-title__box { margin-bottom: 0; }
.sec-top-banner .intro__area.flex .intro__box { flex-shrink: 0; width: 47.5%; }
.sec-top-banner .intro__area.flex .intro__box .img-box { position: relative; width: 100%; }
.sec-top-banner .intro__area.flex .intro__box .img-box::before { content: ""; display: block; padding-top: 55.2%; }
.sec-top-banner .intro__area.flex .intro__box .img-box > img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.sec-bottom-banner { height: 460px; background: no-repeat center center/cover; }
.sec-bottom-banner .inner { display: flex; align-items: center; height: 100%; }
.sec-bottom-banner .text-box .text { font-size: 36px; font-weight: 600; line-height: 1.5; letter-spacing: -0.02em; color: #fff; }
.sec-bottom-banner .text-box .btn-link { margin-top: 40px; }
.sec-bottom-banner .btn-link > span { font-size: 18px; }
.section + .sec-bottom-banner:not(.mg) { margin-top: calc(var(--content-gap) + 20px); }
.section + .sec-bottom-banner.mg { margin-top: calc((var(--content-gap)/2) + 30px); }
.sec-bottom-banner .link-box { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 40px; }
.sec-bottom-banner .link-box > a { border: 1px solid #fff; border-radius: 60px; padding: 11px 29px; font-size: 16px; font-weight: 500; color: #fff; transition: 0.3s; transition-property: color, background-color; }
.sec-bottom-banner .link-box > a:hover { color: #111; background-color: #fff; }
.sec-bottom-banner.size-l { height: auto; padding: 100px 0; }
.sec-bottom-banner.size-l  .inner { flex-direction: column; align-items: flex-start; }
.sec-bottom-banner.size-l .bottom-box { display: flex; justify-content: space-between; width: 100%; margin-top: 40px; padding-top: 40px; border-top: 1px solid rgba(255, 255, 255, 0.5); }
.sec-bottom-banner.size-l .bottom-box .left-box { display: flex; flex-wrap: wrap; align-items: center; gap: 20px 41px; }
.sec-bottom-banner.size-l .bottom-box .logo { width: 154px; }
.sec-bottom-banner.size-l .bottom-box .address { display: flex; flex-wrap: wrap; gap: 10px 20px; max-width: 500px; font-size: 17px; color: #aaa; }
.sec-bottom-banner.size-l .bottom-box .address dl { display: flex; gap: 15px; font-weight: 300; }
.sec-bottom-banner.size-l .bottom-box .address dt { font-weight: 500; color: #fff; white-space: nowrap; }
.sec-bottom-banner.size-l .bottom-box .right-box { display: flex; gap: 10px; }

/* bottom banner bg */
.sec-bottom-banner.bg-1_1 { background-image: url("/img/sub/ai/bottom_bg_01.jpg"); }
.sec-bottom-banner.bg-2_1 { background-image: url("/img/sub/offering/bottom_bg_01.jpg"); }
.sec-bottom-banner.bg-2_2 { background-image: url("/img/sub/offering/bottom_bg_02.jpg"); }
.sec-bottom-banner.bg-2_3 { background-image: url("/img/sub/offering/bottom_bg_03.jpg"); }
.sec-bottom-banner.bg-2_4 { background-image: url("/img/sub/offering/bottom_bg_04.jpg"); }
.sec-bottom-banner.bg-2_5 { background-image: url("/img/sub/offering/bottom_bg_05.jpg"); }
.sec-bottom-banner.bg-2_6 { background-image: url("/img/sub/offering/bottom_bg_06.jpg"); }
.sec-bottom-banner.bg-3_1 { background-image: url("/img/sub/resources/bottom_bg_01.jpg"); }
.sec-bottom-banner.bg-3_2 { background-image: url("/img/sub/resources/bottom_bg_02.jpg"); }
.sec-bottom-banner.bg-3_3 { background-image: url("/img/sub/resources/bottom_bg_03.jpg"); }
.sec-bottom-banner.bg-3_4 { background-image: url("/img/sub/resources/bottom_bg_04.jpg"); }
.sec-bottom-banner.bg-4_1 { background-image: url("/img/sub/company/bottom_bg_01.jpg"); }
/* ================== */

.sec-title__box { margin-bottom: 60px; }
.sec-title { margin-top: 10px; font-size: 36px; font-weight: 600; line-height: 1.5; }
.sec-title.eng { font-family: var(--engFont);  }
.sec-text { margin-top: 30px; font-size: 18px; font-weight: 300; color: #444; }
.section.bg-img .sec-text { color: #fff; }
.intro__box { display: flex; align-items: center; gap: 100px; }
.intro__box.gap-s { gap: 50px; }
.intro__box .img-box { overflow: hidden; flex-shrink: 0; width: 39.375%; border-radius: 20px; }
.intro__box .img-box > img { width: 100%; }
.intro__box .text-box { width: 100%; font-size: 18px; }
.intro__box .text-box .title { font-size: 1.44em; font-weight: 500; line-height: 1.5; color: #222; }
.intro__box .text-box .title > img { width: 208px; }
.intro__box .text-box .text { margin-top: 20px; font-weight: 300; line-height: 1.7; color: #444; }

.img-box.img-full { position: relative; }
.img-full .btn-view-full { display: none; position: absolute; right: 10px; top: 10px; width: 30px; height: 30px; border: none; border-radius: 50%; background: url("/img/sub/icon_full.svg") no-repeat center center/50% #222; }

/* ===== AI ===== */
#sv.sv01 { background: url("/img/sub/sv_bg_ai.jpg") no-repeat center center/cover; }
.ai .section.bg-img { background-image: url("/img/sub/ai/sec_bg_img.jpg"); }
.points__list { display: flex; flex-wrap: wrap; gap: 35px; }
.points__list > li { width: calc((100% - 70px)/3); border: 1px dashed var(--main-color); border-radius: 20px; }
.points__list .item { padding: 39px; background-color: #fff; }
.points__list .item .top { display: flex; justify-content: right; }
.points__list .item .top .num { display: inline-block; padding: 10px 20px; border-radius: 50px; font-family: var(--engFont); font-size: 16px; font-weight: 600; color: var(--main-color); background-color: #FFF8F5; }
.points__list .item .text-box { margin-top: 40px; font-size: 18px; }
.points__list .item .text-box .title { font-size: 1.22em; font-weight: 600; color: #222; }
.points__list .item .text-box .text { margin-top: 20px; font-weight: 300; line-height: 1.7; color: #666; }
.points__list .bg { display: flex; justify-content: center; align-items: center; background: linear-gradient(318deg, #EC6232 21.78%, #F89A13 103.37%); }
.points__list .bg img { max-width: 54.9%; }
.value__list > li { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; }
.value__list > li.reverse { flex-direction: row-reverse; }
.value__list > li + li { margin-top: 100px; }
.value__list > li .img-box { overflow: hidden; width: 46.25%; border-radius: 20px; }
.value__list > li .img-box > img { width: 100%; }
.value__list > li .text-box { width: 46.25%; padding-right: 40px; }
.value__list > li .text-box .top .title { font-size: 26px; font-weight: 600; color: var(--main-color); }
.value__list > li .text-box .top .title > span { display: block; }
.value__list > li .text-box .top .title > span + span { margin-top: 0.38em; }
.value__list > li .text-box .top .text { margin-top: 20px; font-size: 18px; font-weight: 500; color: #444; }
.value__list > li .text-box .desc { border-radius: 10px; margin-top: 30px; padding: 30px; background-color: #F6F6F6; }
.value__list > li .text-box .desc > p { font-size: 18px; font-weight: 300; line-height: 1.7; color: #444; }
.sec-value-chart .chart__wrap > .text { margin-top: 20px; font-size: 16px; font-weight: 300; color: #666; }
.sec-value-chart .chart__box { --gap: 112px; display: flex; flex-wrap: wrap; gap: 40px var(--gap); }
.sec-value-chart .chart__box .item { width: calc(34.57% - var(--gap)); font-size: 22px; }
.sec-value-chart .chart__box .item.col-3 { width: 65.43%; }
.sec-value-chart .chart__box .item > .title { font-weight: 600; text-align: center; color: var(--main-color); }
.sec-value-chart .chart__box .item > ul { display: flex; gap: 30px; height: calc(100% - 1.5em - 20px); margin-top: 20px; } 
.sec-value-chart .chart__box .item > ul > li { display: flex; flex-direction: column; align-items: center; width: 100%; padding: 29px 29px 32px; border: 1px solid #DDDDDD; border-radius: 10px; text-align: center; }
.sec-value-chart .chart__box .item > ul > li > p { min-height: 3em; margin-bottom: 20px; line-height: 1.5; font-weight: 600; }
.sec-value-chart .chart__box .item > ul > li > p > b { font-weight: 700; color: var(--main-color); }
.sec-value-chart .chart__box .item.col-3 > ul > li { position: relative; width: calc((100% - 60px)/3); }
.sec-value-chart .chart__box .item.col-3 > ul > li:last-child::after { content: ""; display: block; position: absolute; right: calc(var(--gap)/2 * -1); top: 0; width: 2px; height: 100%; border-left: 1px dashed #999; box-sizing: border-box; }
.sec-value-chart .chart__box .item.col-1 > ul > li img { margin-left: 10px; }
.sec-loop .diagram__wrap { padding: 0 150px 40px; margin-right: 23px; }
.sec-loop .diagram__box { position: relative; width: fit-content; margin: 0 auto; }
.sec-loop .item-list .item { position: absolute; width: 43.48%; border-radius: 50%; }
.sec-loop .item-list .item:nth-child(1) { top: 0; left: 50%; transform: translateX(-50%); }
.sec-loop .item-list .item:nth-child(2) { bottom: 0; left: 0; }
.sec-loop .item-list .item:nth-child(3) { bottom: 0; right: 0; }
.sec-loop .item-list .item::before { content: ""; display: block; padding-top: 100%; }
.sec-loop .item-list .item dl { position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 10px; font-size: 20px; text-align: center; }
.sec-loop .item-list .item dt { font-family: var(--engFont); font-size: 1.8em; font-weight: 700; color: #fff; }
.sec-loop .item-list .item dd { margin-top: 1em; font-weight: 500; line-height: 1.7; color: #fff; }
.sec-loop .item-list .item dd .m_br { display: none; }
.sec-loop .label-list > div { position: absolute; top: 37.38%; width: max-content; padding: 10px 30px; font-family: var(--engFont); font-size: 24px; font-weight: 500; color: #fff; border-radius: 100px; background-color: #222222; }
.sec-loop .label-list > div:nth-child(1) { left: 1.85%; }
.sec-loop .label-list > div:nth-child(2) { right: 3.58%; }
.sec-loop .desc-list > .text { position: absolute; font-size: 20px; font-weight: 300; line-height: 1.7; color: #444; }
.sec-loop .desc-list > .text .m_br { display: none; }
.sec-loop .desc-list > .text:nth-child(1) { left: 2.28%; top: 23.6%; text-align: right; }
.sec-loop .desc-list > .text:nth-child(2) { left: -10.8%; top: 47.8%; text-align: right; }
.sec-loop .desc-list > .text:nth-child(3) { right: -1.5%; top: 23.6%; }
.sec-loop .desc-list > .text:nth-child(4) { right: -15.9%; top: 47.8%; }
.sec-loop .desc-list > .text:nth-child(5) { left: 50%; bottom: -4.5%; transform: translateX(-50%); text-align: center; }

/* ===== Offering ===== */
#sv.sv02 { background: url("/img/sub/sv_bg_offering.jpg") no-repeat center center/cover; }
.offering .section.bg-img { background-image: url("/img/sub/offering/sec_bg_img.jpg"); }
.sec-cap .cap__list { display: flex; flex-wrap: wrap; justify-content: center; gap: 23px 20px; }
.sec-cap .cap__list > li { position: relative; width: calc(50% - 10px); padding: 69px 50px; border-radius: 20px; font-size: 18px; color: #444444; background-color: #FFF8F5; }
.sec-cap .cap__list > li:first-child { z-index: 5; }
.sec-cap .cap__list > li .title { position: absolute; left: calc(100% + 10px); top: calc(100% + 12px); transform: translate(-50%, -50%); }
.sec-cap .cap__list > li .title > div { position: relative; display: flex; justify-content: center; align-items: center; width: 310px; height: 60px; border-radius: 100px; background-color: var(--main-color); font-family: var(--engFont); font-size: 20px; font-weight: 700; color: #fff; z-index: 3; }
.sec-cap .cap__list > li .title::before { content: ""; position: absolute; left: 50%; top: 50%; width: calc(100% + 20px); height: calc(100% + 20px); border: 1px dashed var(--main-color); border-radius: 100px; background-color: rgba(255, 255, 255, 0.5); transform: translate(-50%, -50%); }
.sec-cap .cap__list > li dt { font-size: 1.22em;  font-weight: 600; color: var(--main-color); }
.sec-cap .cap__list > li dd { margin-top: 1.6em; font-weight: 300; line-height: 1.7; }
.sec-cap .cap__list > li dd > p { line-height: inherit; color: #666; }
.sec-cap .cap__list > li dd > p.text-b { line-height: 1.3; font-weight: 500; color: #444; }
.sec-cap .cap__list > li dd > p + p { margin-top: 10px; }
.sec-cap .cap__list.type-2 > li { padding: 52px 50px; }
.sec-cap .cap__list.type-2 > li dt { font-size: 1.11em; }
.sec-cap .cap__list.type-2 > li dd { margin-top: 1.83em; }
.impact-box { position: relative; max-width: 1440px; margin: 0 auto; }
.impact-box > img { position: absolute; left: 0; top: 0; width: 100%; }
.impact-box > .list { position: relative; top: 40px; width: 100%; height: calc(100% - 16.6%); display: flex; justify-content: center; z-index: 5; }
.impact-box > .list > li { width: calc(100%/3); text-align: center; }
.impact-box > .list > li .circle-box { position: relative; width: 83%; margin: 0 auto; }
.impact-box > .list > li .circle-box::before { content: ""; display: block; padding-top: 100%; }
.impact-box > .list > li .text { position: absolute; left: 50%; top: 50%; width: calc(100% - 20px); transform: translate(-50%, -50%); }
.impact-box > .list .label { font-size: 18px; font-weight: 600; line-height: 1.5; color: #222; }
.impact-box > .list .value { display: flex; justify-content: center; align-items: flex-end; gap: 4px; margin-top: 8px; }
.impact-box > .list .value strong { font-family: var(--engFont); font-size: 80px; font-weight: 700; color: var(--main-color); }
.impact-box > .list .value > .unit { padding-bottom: 0.3em; font-family: var(--engFont); font-size: 40px; font-weight: 700; line-height: 1.3; color: var(--main-color); }
.impact-box > .list .value > .unit.fw-m { padding-bottom: 0.33em; font-size: 36px; font-weight: 500; }
.impact-box > .list .value > .sub-text { position: relative; padding-bottom: 0.75em; font-size: 24px; font-weight: 600; line-height: 1.2; color: #444; text-align: left; }
.impact-box > .list .value > .sub-text::after { content: ""; position: absolute; top: -0.916em; display: inline-block; width: 57px; height: 30px; background: no-repeat center center/contain; }
.impact-box > .list .value > .sub-text.down::after { left: 0.5em; background-image: url("/img/sub/offering/graph_down.svg"); }
.impact-box > .list .value > .sub-text.up::after { left: 0.29em; background-image: url("/img/sub/offering/graph_up.svg"); }
.impact-box > .list .value .text-val { position: relative; margin-top: 38px; font-size: 34px; line-height: 1.3; font-weight: 800; }
.impact-box > .list .value .text-val::after { content: ""; position: absolute; right: -0.647em; top: -0.26em; display: inline-block; width: 57px; height: 30px; background: url("/img/sub/offering/graph_down.svg") no-repeat center center/contain; z-index: -1; }
.impact-box > .list > li .desc { margin-top: 60px; padding: 0 10px; font-size: 18px; line-height: 1.7; color: #666; }
.impact-box > .list > li .desc p { margin-top: 10px; font-size: 0.89em; }
.sec-cases .cases__body { display: flex; align-items: stretch; gap: 60px; }
.sec-cases .cases-swiper { flex-shrink: 0; width: 39.5%; border-radius: 20px; overflow: hidden; }
.sec-cases .cases-swiper .swiper-slide img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.offering-type .swiper-opt__area { position: absolute; left: 50%; bottom: 30px; width: fit-content; display: flex; align-items: center; gap: 10px; transform: translateX(-50%); z-index: 10; }
.offering-type .swiper-btn { overflow: hidden; width: 40px; height: 40px; border: 1px solid #DDDDDD; border-radius: 50%; }
.offering-type .swiper-btn::after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 100%; height: 100%; background: no-repeat center center/35%; filter: brightness(0) invert(1); }
.offering-type .swiper-opt__area .swiper-btn { position: relative; left: 0; right: 0; top: 0; }
.offering-type .swiper-button-prev::after { background-image: url("/img/sub/offering/offering_swiper_prev.svg"); }
.offering-type .swiper-button-next::after { background-image: url("/img/sub/offering/offering_swiper_next.svg"); }
.offering-type .swiper-pagination { position: static; display: flex; gap: 10px; width: auto; }
.offering-type .swiper-pagination .swiper-pagination-bullet { width: 10px; height: 10px; margin: 0; background-color: #AAAAAA; opacity: 1; }
.offering-type .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: var(--main-color); }
.sec-cases .cases-content { position: relative; }
.sec-cases .cases-content > .item { position: absolute; left: 0; top: 0; width: 100%; min-height: 550px; opacity: 0; transition: 0.3s; width: 100%; padding: 59px 49px; border: 1px solid #ddd; border-radius: 20px; }
.sec-cases .cases-content > .item.on { position: static; opacity: 1; }
.sec-cases .cases-content > .item .title { font-size: 26px; font-weight: 600; color: #222; }
.sec-cases .cases-detail { margin-top: 30px; }
.sec-cases .cases-detail > li { font-size: 18px; }
.sec-cases .cases-detail > li + li { margin-top: 30px; }
.sec-cases .cases-label { display: flex; align-items: center; gap: 10px; font-size: 1.11em; font-weight: 600; color: var(--main-color); margin-bottom: 10px; }
.sec-cases .cases-detail > li .desc { font-weight: 300; line-height: 1.7; color: #444; }
.sec-works .works__area { display: flex; align-items: center; gap: 60px;}
.sec-works .works__area.reverse { flex-direction: row-reverse; }
.sec-works .works__area + .works__area { margin-top: calc(var(--content-gap) - 20px); }
.sec-works .works__area .text-box { width: 100%; }
.sec-works .works__area .img-box { flex-shrink: 0; width: 46%; text-align: center; }
.sec-works .works__area .img-box.w-100 { width: 100%; }
.sec-works .works__area .top-title { margin-bottom: 30px; }
.sec-works .works__area .top-title .title { font-size: 26px; font-weight: 600; color: #222; }
.sec-works .works__area .top-title .desc { margin-top: 10px; font-size: 18px; font-weight: 300; line-height: 1.7; color: #444; }
.sec-works .feat-box { padding: 40px; background: #f9f9f9; border-radius: 10px; }
.sec-works .feat__list > li { font-size: 18px; }
.sec-works .feat__list > li + li { margin-top: 30px; }
.sec-works .feat__list > li dt { position: relative; padding-left: 0.44em; font-weight: 600; color: #222; }
.sec-works .feat__list > li dt::before { content: ""; display: inline-block; position: absolute; left: 0; top: 0.55em; width: 3px; height: 3px; border-radius: 50%; background: #444; }
.sec-works .feat__list > li dd { margin-top: 10px; padding-left: 0.44em; font-weight: 300; line-height: 1.7; color: #666; }
.sec-works .feat__list > li ul > li { position: relative; padding-left: 0.55em; line-height: 1.7; color: #666; }
.sec-works .feat__list > li ul > li::before { content: "-"; position: absolute; left: 0; top: 0; line-height: inherit; color: inherit; }
.sec-works .feat__list > li ul > li + li { margin-top: 0.55em; }
.sec-works .works-swiper .swiper-slide .box { overflow: hidden; border-radius: 20px;  }
.sec-works .works-swiper .swiper-slide .box.video { position: relative; }
.sec-works .works-swiper .swiper-slide .box.video::before { content: ""; display: block; padding-top: 54.16%; }
.sec-works .works-swiper .swiper-slide .box video { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.sec-works .works-swiper .swiper-slide .title { margin-top: 20px; font-size: 20px; font-weight: 500; color: #222; text-align: center; }
.offering-type.works-swiper .swiper-btn { position: absolute; top: 50%; transform: translateY(-50%); background-color: rgba(255, 255, 255, 0.8); }
.offering-type.works-swiper .swiper-btn::after { -webkit-filter: none; filter: none; }
.offering-type.works-swiper .swiper-button-prev { left: 20px; }
.offering-type.works-swiper .swiper-button-next { right: 20px; }
.sec-faq .faq-item + .faq-item { margin-top: 20px; }
.sec-faq .faq-q { position: relative; display: flex; align-items: baseline; width: 100%; padding: 30px 39px; border: 1px solid #ddd; border-radius: 10px; background: #fff; font-size: 18px; text-align: left; }
.sec-faq .faq-q .q-mark { width: 1.136em; font-family: var(--engFont); font-size: 1.22em; font-weight: 700; color: var(--main-color); flex-shrink: 0; }
.sec-faq .faq-q .q-text { flex: 1; margin: 0 10px; font-weight: 500; color: #222; }
.sec-faq .faq-q .arrow{ flex-shrink: 0; width: 24px; height: 24px; margin: auto 0; background: url("/img/sub/offering/faq_arrow.svg") no-repeat center center/contain; transition: transform 0.3s; }
.sec-faq .faq-item.is-open .faq-q .arrow{ transform: rotate(180deg); }
.sec-faq .faq-a { display: none; margin-top: 10px; padding: 35px 40px; background: #f9f9f9; border-radius: 10px; }
.sec-faq .faq-a .a-box { display: flex; font-size: 18px; }
.sec-faq .faq-a .a-mark { width: 1.136em; font-family: var(--engFont); font-size: 1.22em; font-weight: 700; color: #444; flex-shrink: 0; }
.sec-faq .faq-a .desc { margin-left: 10px; font-weight: 300; line-height: 1.7; color: #666; }

.sec-info .info__body { display: flex; gap: 40px; }
.sec-info .info__body.reverse { flex-direction: row-reverse; }
.sec-info .img-box { overflow: hidden; position: relative; flex-shrink: 0; width: 39.375%; border-radius: 20px; }
.sec-info .img-box > img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.sec-info .info__list { width: 100%; }
.sec-info .info__list > li { padding: 39px; background: #fff; border-radius: 20px; border: 1px dashed var(--main-color); }
.sec-info .info__list > li + li { margin-top: 10px; }
.sec-info .info__list > li .title { font-size: 20px; font-weight: 500; color: #222; }
.sec-info .item-head { display: flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.sec-info .num { display: flex; align-items: center; justify-content: center; flex-shrink: 0; width: 32px; height: 32px; background: var(--main-color); border-radius: 5px; font-family: var(--engFont); font-size: 16px; font-weight: 700; color: #fff; }
.sec-info .desc { font-size: 18px; font-weight: 300; color: #444; line-height: 1.6; }
.sec-process .process__wrap { display: flex; flex-wrap: wrap; gap: 20px; align-items: stretch; margin-top: 60px; }
.process__wrap > .card { --title-h: 80px; --bg-color: #F8F8F8; --color: #666666; --border-color: #999; width: calc((100% - 40px)/3); }
.process__wrap > .card:nth-child(2) { --bg-color: #F89A13; --color: #fff; --border-color: #F89A13; }
.process__wrap > .card:nth-child(3) { --bg-color: linear-gradient(90deg, #F98F32 0%, #EC6232 100%); --color: #fff; }
.process__wrap .title { display: flex; align-items: center; justify-content: center; height: var(--title-h); padding: 10px; border-radius: 10px; font-size: 20px; font-weight: 600; background: var(--bg-color); color: var(--color); text-align: center; }
.process__wrap .text-box { position: relative; display: flex; flex-direction: column; justify-content: center; height: calc(100% - var(--title-h) - 10px); padding: 39px 29px; margin-top: 10px; background: #FDFDFD; border: 1px dashed var(--border-color); border-radius: 10px; }
.process__wrap .text-box.al-s { justify-content: flex-start; padding: 29px; }
.process__wrap > .card:nth-child(1) .text-box { background-color: #FDFDFD; }
.process__wrap > .card:nth-child(2) .text-box { background-color: #FFFCF9; }
.process__wrap > .card:nth-child(3) .text-box { border: 1px dashed #fff;  background: linear-gradient(#FFFBF9 0 0) padding-box, linear-gradient(90deg, #F98F32 0%, #EC6232 100%) border-box; }
.process__wrap .text-box::before { content: ""; position: absolute; left: -10px; top: 50%; display: block; width: 60px; height: 34px; border-radius: 50px; background: url("/img/sub/offering/process_arrow.svg") no-repeat center center/43.3% #222; transform: translate(-50%, -50%); z-index: 3; }
.process__wrap > .card:nth-child(1) .text-box::before { display: none; }
.process__wrap .text-box .top-text { padding-bottom: 30px; border-bottom: 1px solid #DDDDDD; font-size: 18px; font-weight: 500; line-height: 1.7; color: #222; }
.process__wrap .text-box .top-text + .desc { margin-top: 30px; }
.process__wrap .text-box .desc > li { position: relative; padding-left: 0.44em; font-size: 18px; font-weight: 300; color: #666; line-height: 1.7; }
.process__wrap .text-box .desc > li + li { margin-top: 20px; }
.process__wrap .text-box .desc > li::before { content: ""; position: absolute; left: 0; top: 0.73em; width: 3px; height: 3px; border-radius: 50%; background-color: #444444; }
.sec-intro .img-box { width: 34.375%; }
.sec-intro .text-box .btn-link { margin-top: 30px; }
.sec-intro .text-box .btn-link > span { font-size: 18px; }
.sec-intro .intro__box .text-box .text { margin-top: 40px; }
.intro__list { display: flex; flex-wrap: wrap; gap: 60px; max-width: 1320px; margin: 100px auto 0; }
.intro__list > li { position: relative; width: calc((100% - 120px)/3); border: 1px solid var(--main-color); border-radius: 50%; }
.intro__list > li::before { content: ""; display: block; padding-top: 100%; }
.intro__list > li .box { position: absolute; left: 0; top: 0; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; height: 100%; padding: 30px; text-align: center; }
.intro__list > li .box dl { margin-top: 30px; font-size: 18px; }
.intro__list > li .box dt { font-size: 1.11em; font-weight: 600; color: #222; }
.intro__list > li .box dd { margin-top: 10px; font-weight: 300; line-height: 1.7; color: #444; }
.sec-form-info .logo { display: flex; justify-content: center; align-items: center; width: 390px; height: 125px; border: 1px solid #DDD; border-radius: 10px; margin: 0 auto; text-align: center; }
.sec-form-info .logo > img { width: 79.5%; }
.sec-form-info .text-box { margin-top: 20px; text-align: center; }
.sec-form-info .text-box > .title { font-size: 30px; font-weight: 500; color: #222; }
.sec-form-info .text-box > .title > b { font-weight: 600; color: #0B5CCB; }
.sec-form-info .text-box > .text { margin-top: 20px; font-size: 18px; font-weight: 300; color: #444; }
.sec-form-info .list__area { max-width: 1180px; margin: 60px auto 0; }
.sec-form-info .list__area .space { position: relative; width: calc(100% - (100% - 40px)/3); height: 50px; margin: 0 auto; border: 1px dashed #ddd; border-bottom: none; border-radius: 20px 20px 0 0; }
.sec-form-info .list__area .space::after { content: ""; position: absolute; left: calc(50% - 1px); bottom: 0; width: 2px; height: 100px; border-left: 1px dashed #ddd; transform: translateX(-50%); }
.sec-form-info .list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.sec-form-info .list > li { display: flex; align-items: center; width: calc((100% - 40px)/3); height: 160px; padding: 20px; border: 1px solid #999999; border-radius: 20px; text-align: center; }
.sec-form-info .list > li > p { width: 100%; font-size: 18px; font-weight: 300; line-height: 1.7; color: #444; }
.sec-form .form-top { padding-bottom: 29px; border-bottom: 2px solid #222; }
.sec-form .form-top .title { font-size: 36px; font-weight: 600; line-height: 1.5; }
.sec-form .form-top + form { margin-top: 40px; }
.sec-form form { --input-h: 80px; --input-fsz: 18px; --input-pd: 20px; }
.sec-form form * { letter-spacing: -0.02em; }
.form__list > li { display: flex; flex-wrap: wrap; gap: 40px 80px; }
.form__list > li * { color: #222; }
.form__list > li + li { margin-top: 40px; }
.form__list > li .box { width: calc(50% - 40px); }
.form__list .form-label { font-size: var(--input-fsz); font-weight: 500; color: #444; }
.form__list .form-label > .req { color: #FF0000; }
.form__list .form-label > .sub { margin-left: 0.375em; font-size: 0.89em; font-weight: 300; color: #666; }
.form__list .input__box { margin-top: 20px; }
.form__list .input__box.flex { display: flex; align-items: center; gap: 10px; }
.form__list .input__box .sub { font-size: var(--input-fsz); }
.form__list .input__box .sub.gray { color: #444; }
.form__list .form-item { width: 100%; height: var(--input-h); border: 1px solid #DDDDDD; border-radius: 10px; padding: 0 var(--input-pd); font-size: var(--input-fsz); font-weight: 300; }
.form__list .selectric-wrapper { --border-r: 10px; width: 31.3%; flex-shrink: 0; font-size: var(--input-fsz); }
.form__list .selectric { display: flex; align-items: center; height: var(--input-h); border: 1px solid #DDDDDD; border-radius: var(--border-r); padding-left: var(--input-pd); padding-right: calc(24px + var(--input-pd)); font-size: inherit; color: #333; background-color: transparent; }
.form__list .selectric .button { right: var(--input-pd); top: 50%; width: 24px; height: 24px; background: url("/img/common/icon_select_arrow.svg") no-repeat center center/contain; transform: translateY(-50%); transition: transform 0.3s; }
.form__list .selectric .button::after { display: none; }
.form__list .selectric .label { height: auto; margin: 0; font-size: inherit; line-height: 1.3; color: #999; }
.form__list .selectric-items { overflow: hidden; top: calc(100% - 2px); width: 100% !important; border: 1px solid #DDDDDD; box-shadow: none; background-color: #fff; font-size: inherit; z-index: 900; }
.form__list .selectric-items ul, .form__list .selectric-items li { font-size: inherit; color: #808796; }
.form__list .selectric-items li { min-height: 1.3em; line-height: 1.3; padding: 0 var(--input-pd); }
.form__list .selectric-items li + li { margin-top: 10px; }
.form__list .selectric-items li:hover, .form__list .selectric-items li.highlighted, .form__list .selectric-items li.selected { color: var(--main-color); background-color: transparent; }
.form__list .selectric-open { z-index: initial; }
.form__list .selectric-open .selectric .button { transform: translateY(-50%) rotateX(180deg); }
.form__list .selectric-below .selectric-items { padding: 20px 0 var(--input-pd); }
.form__list .selectric-below.selectric-open .selectric { border-radius: var(--border-r) var(--border-r) 0 0; border-bottom: 1px solid transparent; }
.form__list .selectric-below.selectric-open .selectric-items { border-top: none; border-radius: 0 0 var(--border-r) var(--border-r); }
.form__list .selectric-above .selectric-items { top: auto; bottom: calc(100% - 2px); padding: var(--input-pd) 0 20px; }
.form__list .selectric-above.selectric-open .selectric { border-radius: 0 0 var(--border-r) var(--border-r); border-top: 1px solid transparent; }
.form__list .selectric-above.selectric-open .selectric-items { border-bottom: none; border-radius: var(--border-r) var(--border-r) 0 0; }
.form__list .selectric-wrapper.sel-color .selectric .label { color: #222; }
.form__list .chk__box { display: flex; flex-wrap: wrap; gap: 20px; }
.chk__label { display: block; width: fit-content; cursor: pointer; }
.chk__label .chk__item { display: flex; align-items: center;}
.chk__label .chk__item .text { margin-left: 10px; font-size: var(--input-fsz); font-weight: 300; color: #222; }
.chk__label .chk__item.circle .icon { width: 20px; height: 20px; flex-shrink: 0; border: 1px solid #DDDDDD; border-radius: 50%; }
.chk__label input:checked + .chk__item.circle .icon { border-color: var(--main-color); box-shadow: inset 0 0 0 3px #fff; background-color: var(--main-color); }
.chk__label .chk__item.check .icon { width: 20px; height: 20px; border: 1px solid #DDDDDD; border-radius: 5px; }
.chk__label input:checked + .chk__item.check .icon { border-color: var(--main-color); background: url("/img/common/icon_check.svg") no-repeat center center/10px var(--main-color); }
.form__list .date__box { position: relative; }
.form__list .date__box::after { content: ""; position: absolute; right: var(--input-pd); top: 50%; width: 24px; height: 24px; background: url("/img/common/icon_calendar.svg") no-repeat center center/contain; transform: translateY(-50%); }
.form__list .date__box .form-item { padding-right: calc(var(--input-pd) + 24px); }
.alert-text-box { margin-top: 60px; border: 1px solid #DDDDDD; border-radius: 10px; padding: 29px 39px; background-color: #F6F6F6; }
.alert-text-box .text { position: relative; padding-left: 1.88em; font-size: 18px; font-weight: 300; letter-spacing: -0.01em; color: #444; }
.alert-text-box .text::before { content: ""; position: absolute; left: 0; top: -0.03em; width: 24px; height: 24px; background: url("/img/common/icon_alert.svg") no-repeat center center/contain; }

.inquiry-cont { margin-top: 60px; }
.inquiry-cont > .title { font-size: 20px; font-weight: 500; color: #444; }
.inquiry-cont .input__box { margin-top: 20px; }
.inquiry-cont .input__box textarea { display: block; width: 100%; height: 200px; padding: calc(var(--input-pd) + 5px); border: 1px solid #DDD; border-radius: 10px; font-size: var(--input-fsz); line-height: 1.7; font-weight: 300; color: #222; resize: none; }
.inquiry-cont .input__box textarea::placeholder { color: #999; }
.agree__box { display: flex; justify-content: right; align-items: center; margin-top: 60px; }
.agree__box .btn { margin-left: 10px; border: none; border-radius: 50px; padding: 5px 20px; font-size: 14px; font-weight: 600; color: #666; }
.inquiry-cont .agree__box { margin-top: 20px; }

/* ===== Resources ===== */
#sv.sv03 { background: url("/img/sub/sv_bg_resource.jpg") no-repeat center center/cover; }

.section + .sec-board { margin-top: calc(var(--content-gap) / 2 + 10px); }
.category-tab { display: flex; align-items: center; gap: 5px; border-radius: 60px; width: fit-content; margin-bottom: 60px; padding: 15px 40px; background-color: #F6F6F6; }
.category-tab > a { padding: 10px 20px; font-family: var(--engFont); font-size: 18px; font-weight: 500; color: #444444; }
.category-tab > a.on { border-radius: 60px; color: #fff; background-color: #222; }
.board__list > li { border-bottom: 1px solid #DDDDDD; }
.board__list > li > a { display: flex; align-items: center; gap: 60px; padding: 40px 0; }
.board__list > li:first-child > a { padding-top: 0; }
.board__list > li .img-box { overflow: hidden; position: relative; width: 28.75%; border-radius: 10px; }
.board__list > li .img-box::before { content: ""; display: block; padding-top: 60.8%; }
.board__list > li .img-box > img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.board__list > li .text-box { width: calc(100% - 28.75% - 60px); }
.board__list > li .text-box .tag { display: inline-block; border-radius: 60px; margin-bottom: 30px; padding: 10px 20px; font-size: 15px; font-weight: 500; color: #fff; background-color: var(--main-color); }
.board__list > li .text-box .board-title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 24px; font-weight: 500; color: #222; }
.board__list > li .text-box .board-text { overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 20px; font-size: 18px; font-weight: 300; line-height: 1.7; color: #666; }
.board__list > li .text-box .date { display: inline-block; margin-top: 30px; font-family: var(--engFont); font-size: 16px; font-weight: 500; color: #999; }
.paging { --paging-gap: 7px; display:flex; align-items:center; justify-content:center; gap: var(--paging-gap); margin-top: 80px; }
.paging a { display:flex; align-items:center; justify-content:center; width: 46px; height: 46px; border-radius: 50%; font-family: var(--engFont); font-size: 18px; font-weight: 300; color: #666; }
.paging .arr { display:flex; gap: var(--paging-gap); }
.paging .arr a { background-color: #F9F9F9; }
.paging .arr a i { width: 6px; height: 10px; background: no-repeat center center/contain; }
.paging .arr a i.icon-prev { background-image: url("/img/common/paging_prev.svg"); }
.paging .arr a i.icon-next { background-image: url("/img/common/paging_next.svg"); }
.paging ul { display:flex; align-items:center; gap: var(--paging-gap); }
.paging ul li.on a { color: #fff; background-color: var(--main-color); }
.img-board__list { display: flex; flex-wrap: wrap; gap: 40px; }
.img-board__list > .item { width: calc((100% - 120px)/4); }
.img-board__list > .item .img-box { overflow: hidden; position: relative; border-radius: 10px; }
.img-board__list > .item .img-box::before { content: ""; display: block; padding-top: 59.5%; }
.img-board__list > .item .img-box > img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.img-board__list > .item .text-box { margin-top: 20px; font-size: 18px; }
.img-board__list > .item .text-box .title { font-size: 1.11em; font-weight: 600; color: #222; }
.img-board__list > .item .text-box .text { overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 10px; font-weight: 300; line-height: 1.5; color: #666; }
.img-board__list > .item .text-box .date { display: inline-block; margin-bottom: 10px; font-family: var(--engFont); font-size: 16px; font-weight: 500; color: #999; }
.img-board__list > .item .text-box .tag { display: inline-block; border-radius: 100px; margin-top: 20px; padding: 10px 20px; font-family: var(--engFont); font-size: 15px; font-weight: 500; color: #fff; background-color: var(--main-color); }
.sec-img-board .img-board__list > .item .text-box .title { overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 20px; line-height: 1.5; }
.board-view .title-box { padding-bottom: 39px; border-bottom: 1px solid #222222; }
.board-view .title-box .tag { display: inline-block; border-radius: 100px; padding: 10px 20px; border-radius: 100px; font-family: var(--engFont); font-size: 15px; font-weight: 500; color: #fff; background-color: var(--main-color); }
.board-view .title-box .board-title { margin-top: 20px; font-size: 40px; font-weight: 600; color: #222; }
.board-view .title-box .board-info { display: flex; gap: 10px 20px; margin-top: 20px;  }
.board-view .title-box .board-info > li { font-size: 18px; font-weight: 500; color: #999; }
.board-view .title-box .board-info > li.date { font-family: var(--engFont); }
.board-view .board-file { --label-w: 90px; display: flex; align-items: flex-start; margin-top: 60px; padding: 30px 60px; font-size: 18px; border-radius: 20px; background-color: #F8F8F8; }
.board-view .board-file .label { display: flex; align-items: center; width: var(--label-w); font-weight: 500; }
.board-view .board-file .label::before { content: ""; width: 18px; height: 18px; margin-right: 10px; background: url("/img/common/icon_file.svg") no-repeat center center/contain; }
.board-view .board-file > ul { --ml: 60px; margin-left: var(--ml); width: calc(100% - var(--label-w) - var(--ml)); }
.board-view .board-file > ul > li + li { margin-top: 15px; }
.board-view .board-file > ul > li > a { overflow: hidden; display: block; width: fit-content; max-width: 100%; font-family: var(--engFont); font-weight: 300; color: #666; white-space: nowrap; text-overflow: ellipsis; }
.board-view .info { max-width: 1000px; margin: 0 auto; padding: 80px 0; font-size: 18px; font-weight: 300; }
.board-view .info .info-btn { display: flex; justify-content: center; margin-top: 80px; }
.board-view .pages { display: flex; justify-content: space-between; align-items: center; padding-top: 80px; border-top: 1px solid #222222; }
.board-view .pages dl { --pd: 52px; position: relative; width: 36.25%; font-size: 16px; font-weight: 500; }
.board-view .pages dl.prev { padding-left: var(--pd); }
.board-view .pages dl.next { padding-right: var(--pd); text-align: right; }
.board-view .pages dl::before { content: ""; position: absolute; top: 50%; width: 12px; height: 24px; background: no-repeat center center/contain; transform: translateY(-50%); }
.board-view .pages dl.prev::before { left: 0; background-image: url("/img/common/pages_prev.svg"); }
.board-view .pages dl.next::before { right: 0; background-image: url("/img/common/pages_next.svg"); }
.board-view .pages dt { color: #888888; }
.board-view .pages dd { margin-top: 5px; font-size: 1.125em; color: #222; }
.board-view .pages dd > a { overflow: hidden; display: block; width: fit-content; max-width: 100%; white-space: nowrap; text-overflow: ellipsis; }
.board-view .pages dl.next dd > a { margin-left: auto; } 

.highlights__list { display: flex; flex-wrap: wrap; gap: 35px; }
.highlights__list > li { display: flex; flex-direction: column; justify-content: space-between; width: calc((100% - 70px)/3); padding: 39px 37px; border: 1px dashed var(--main-color); border-radius: 20px; }
.highlights__list > li .tag { display: inline-block; width: fit-content; padding: 10px 20px; border-radius: 60px; font-family: var(--engFont); font-size: 16px; font-weight: 600; color: var(--main-color); background-color: #FFF8F5; }
.highlights__list > li > p { margin-top: 2em; font-size: 20px; font-weight: 500; }
.trend__area { display: flex; gap: 40px; }
.trend__area .img-box { overflow: hidden; position: relative; width: 39.3%; border-radius: 20px; }
.trend__area .img-box::before { content: ""; display: block; padding-top: 77%; }
.trend__area .img-box > img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.trend__area .trend-box { position: relative; display: flex; align-items: flex-end; width: calc(60.7% - 40px); padding: 48px 50px; border-radius: 20px; background-color: #fff; }
.trend__area .trend-box * { color: #222; }
.trend__area .trend-box::before { content: ""; position: absolute; right: 50px; top: 40px; width: 189px; height: 82px; background: url("/img/sub/resources/bg_logo.svg") no-repeat center center/contain; }
.trend__area .trend-box .text-block { position: relative; z-index: 5; }
.trend__area .trend-box .text-block .title { font-size: 26px; font-weight: 600; }
.trend__area .trend-box .text-block .text { overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 20px; font-size: 18px; font-weight: 300; line-height: 1.7; color: #444; }
.trend__area .trend-box .text-block .date { display: inline-block; margin-top: 30px; font-family: var(--engFont); font-size: 16px; font-weight: 500; color: #999; }
.research__area { padding: 60px; border-radius: 20px; background-color: #fff; }
.research__area .title { font-size: 30px; font-weight: 600; color: #222; }
.research__area .profile-box { display: flex; align-items: center; margin-top: 30px; }
.research__area .profile-box .img-box { overflow: hidden; position: relative; flex-shrink: 0; width: 90px; border-radius: 100px; }
.research__area .profile-box .img-box::before { content: ""; display: block; padding-top: 102%; }
.research__area .profile-box .img-box > img { position: absolute; left: 50%; top: 50%; width: 100%; min-height: 100%; object-fit: cover; transform: translate(-50%, -50%); }
.research__area .profile-info { margin-left: 20px; font-size: 18px; }
.research__area .profile-info > span { display: block; font-weight: 500; color: #666; }
.research__area .profile-info > span.name { margin-top: 5px; font-size: 1.33em; color: #222; }
.research__area .text { overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; margin-top: 40px; font-size: 18px; font-weight: 300; line-height: 1.7; color: #444; }
.research__area .date { display: inline-block; margin-top: 30px; font-family: var(--engFont); font-size: 16px; font-weight: 500; color: #999; }
.category__wrap { margin-bottom: 67px; }
.category__wrap .text { margin-bottom: 23px; font-size: 26px; font-weight: 500; color: #222; }
.category__area { display: flex; gap: 10px 40px; width: fit-content; padding: 15px 40px; border-radius: 100px; font-size: 18px; background-color: #F6F6F6; }
.category__area * { font-family: var(--engFont); }
.category__area .bar { position: relative; display: flex; align-items: center; gap: 20px; }
.category__area .bar::before { content: ""; position: absolute; left: -21px; top: 50%; display: inline-block; width: 1px; height: 20px; background-color: #999999; transform: translateY(-50%); }
.category__area .bar:first-child::before { display: none; }
.category__area .bar .label { flex-shrink: 0; font-size: 1.11em; font-weight: 600; color: var(--main-color); }
.category__area .bar + .bar .label { padding-left: 20px; }
.category__area .bar .category-box { display: flex; flex-wrap: wrap; gap: 5px; }
.category__area .bar .category-box > a { padding: 10px 20px; border-radius: 100px; font-weight: 500; color: #444; }
.category__area .bar .category-box > a.on { color: #fff; background-color: #222; }
.category__area.flex-l { width: fit-content; }
.category__area.flex-l .bar .category-box { justify-content: left; }
.tech .category__wrap { margin-bottom: 60px; }
.tech__list { display: flex; flex-wrap: wrap; gap: 50px; max-width: 1360px; margin: 0 auto; font-size: 18px; }
.tech__list > li { display: flex; flex-direction: column; justify-content: center; align-items: center; width: calc((100% - 100px)/3); height: 540px; border: 1px solid transparent; border-radius: 500px; background-image:linear-gradient(#fff, #fff),linear-gradient(-39deg, #F89A13 0%, #EC6232 100%); background-origin: border-box; background-clip: content-box, border-box; text-align: center; }
.tech__list > li .value-box > strong { display: block; font-family: var(--engFont); font-size: 50px; font-weight: 700; color: var(--main-color); }
.tech__list > li .value-box > strong > i { font-style: normal; font-size: 0.92em; }
.tech__list > li .value-box > span { display: block; margin-top: 5px; font-family: var(--engFont); font-size: 1.11em; font-weight: 500; color: #F89A13; }
.tech__list > li .text-box { margin-top: 35px; }
.tech__list > li .text-box > p { font-weight: 300; line-height: 1.7; }
.tech__list > li .text-box > p > b { font-size: 1.22em; font-weight: 600; line-height: 1.5;  }
.tech__list > li .text-box > p + p { margin-top: 10px; }
.tech-board__list > li { position: relative; display: flex; gap: 40px; padding-bottom: 60px; border-bottom: 1px solid #DDDDDD; }
.tech-board__list > li + li { margin-top: 60px; }
.tech-board__list .item { display: flex; align-items: flex-start; width: calc(50% - 20px);  }
.tech-board__list .item .img-box { overflow: hidden; position: relative; width: 26.9%; flex-shrink: 0; border: 1px solid #DDDDDD; border-radius: 5px; transition: border 0.3s; }
.tech-board__list .item .img-box::before { content: ""; display: block; padding-top: 141.4%; }
.tech-board__list .item .img-box > img { position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; object-fit: contain; transform: translate(-50%, -50%); }
.tech-board__list .item .img-box > a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 5px; }
.tech-board__list .item .img-box > a::after { content: ""; position: absolute; left: 50%; top: 50%; width: 35px; height: 35px; background: url("/img/sub/resources/icon_link_more.svg") no-repeat center center/contain; transform: translate(-50%, -50%); opacity: 0; transition: 0.3s; }
.tech-board__list .item .text-box { margin-left: 30px; }
.tech-board__list .item .text-box .tag { display: inline-block; margin-bottom: 10px; padding: 5px 15px; border-radius: 100px; font-size: 16px; font-weight: 500; color: #fff; background-color: var(--main-color); }
.tech-board__list .item .text-box .title {  overflow: hidden; white-space: normal; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-size: 20px; font-weight: 600; color: #222; }
.tech-board__list .item .text-box > ul { margin-top: 30px; }
.tech-board__list .item .text-box > ul > li { position: relative; display: flex; padding-left: 0.83em; font-size: 18px; }
.tech-board__list .item .text-box > ul > li + li { margin-top: 10px; }
.tech-board__list .item .text-box > ul > li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 5px; height: 5px; border-radius: 50%; background-color: var(--main-color); }
.tech-board__list .item .text-box > ul > li .label { min-width: fit-content; font-weight: 500; color: #222; line-height: 1.7; }
.tech-board__list .item .text-box > ul > li > p { position: relative; margin-left: 20px; font-weight: 300; line-height: 1.7; color: #666; }
.tech-board__list .item .text-box > ul > li > p::before { content: ""; position: absolute; left: -11px; top: 0.58em; width: 1px; height: 10px; background-color: #DDDDDD; }
.tech-board__list .item .img-box.link:hover { border-color: var(--main-color); }
.tech-board__list .item .img-box:hover > a::after { opacity: 1; } 

/* ===== Company ===== */
#sv.sv04 { background: url("/img/sub/sv_bg_company.jpg") no-repeat center center/cover; }

.sec-greeting + .sec-bottom-banner { margin-top: 0; }
.sec-greeting .inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; }
.sec-greeting .img-box { flex-shrink: 0; width: 40%; padding-left: 59px; }
.sec-greeting .text-box { width: 50.9%; padding-right: 50px; padding-bottom: 150px; font-size: 18px; }
.sec-greeting .text-box .top-text { font-size: 1.89em; line-height: 1.5; font-weight: 600; color: #222; }
.sec-greeting .text-box .greeting-text { margin-top: 30px; font-weight: 300; line-height: 1.7; color: #444; }
.sec-greeting .text-box .greeting-text b { font-weight: 500; line-height: inherit; }
.sec-greeting .text-box .ceo { margin-top: 20px; font-weight: 300; line-height: 1.7; color: #444; text-align: right; }
.sec-greeting .text-box .ceo b { font-weight: 500; line-height: inherit; }
.sec-history .inner { display: flex; justify-content: space-between; height: 100%; }
.sec-history .text-box { position: sticky; top: 70px; width: 320px; height: 100%; margin-top: 10px; }
.sec-history .text-box .title { font-family: var(--engFont); font-size: 46px; font-weight: 600; }
.sec-history .text-box .text { margin-top: 10px; font-family: var(--engFont); font-size: 24px; font-weight: 500; color: var(--main-color); }
.history__wrap{ position: relative; width: calc(100% - 320px); }
.history__wrap .line { --line-H: 0; position: absolute; left: -2px; top: 0; width: 4px; height: 100%; background-color: #EEEEEE; }
.history__wrap .line .bar { position: absolute; left: 0; top: 0; width: 100%; height: var(--line-H); max-height: 100%; background-color: var(--main-color); transition: height 0.3s ease-out; }
.history__wrap .line .bar .marker{ position: absolute; right: 50%; bottom: 0; width: 30px; height: 60px; border-radius: 60px; background: url("/img/sub/company/history_marker.svg") no-repeat center center/53.3% var(--main-color); transform: translate(50%, 50%); }
.year__list { padding-left: 164px; }
.year__item { --year-w: 200px; display: flex; flex-wrap: wrap; padding: 40px; border-top: 1px solid #DDDDDD; }
.year__item > .year { width: var(--year-w); font-family: var(--engFont); font-size: 40px; font-weight: 600; color: var(--main-color); }
.history__list { width: calc(100% - var(--year-w)); padding: 10px 0; }
.history__list > li { position: relative; padding-left: 0.83em; font-size: 18px; font-weight: 300; line-height: 1.7; color: #444; }
.history__list > li::before { content: ""; position: absolute; left: 0; top: 0.72em; display: inline-block; width: 5px; height: 5px; border-radius: 50%; background-color: var(--main-color); }
.history__list > li + li { margin-top: 1.16em; }
.sec-location .inner { display: flex; gap: 20px; }
.sec-location .text-box { width: 100%; padding: 55px 50px; border-radius: 30px; background-color: #FBFBFB; }
.sec-location .text-box * { font-family: var(--font-SUIT); letter-spacing: -0.02em; }
.sec-location .map-info > ul > li.eng * { font-family: var(--engFont) }
.sec-location .text-box .map-title { margin-bottom: 20px; font-size: 24px; font-weight: 700; color: #222; }
.sec-location .map-info > ul > li { position: relative; padding-left: 1.83em; font-size: 18px; font-weight: 300; color: #444; }
.sec-location .map-info > ul > li.text-b { font-weight: 500; color: #111; }
.sec-location .map-info > ul > li + li { margin-top: 0.83em; }
.sec-location .map-info > ul > li .icon { position: absolute; left: 0; top: 0.14em; }
.sec-location .way-info { margin-top: 40px; padding-top: 40px; border-top: 1px solid #CCCCCC; }
.sec-location .way-info > ul > li {  font-size: 18px; font-weight: 500; color: #444; }
.sec-location .way-info > ul > li + li { margin-top: 20px; }
.sec-location .way-info > ul > li dl { display: flex; align-items: baseline; }
.sec-location .way-info > ul > li dt { flex-shrink: 0; width: 60px; font-weight: 600; padding-right: 10px; }
.sec-location .way-info > ul > li .text { display: flex; gap: 5px; }
.sec-location .way-info > ul > li .text + .text { margin-top: 5px; }
.sec-location .way-info > ul > li .text .tag { height: fit-content; padding: 5px 15px; border-radius: 50px; font-size: 14px; color: #fff; background-color: var(--color); }
.sec-location .way-info > ul > li .text > p { padding-top: 0.14em; }
.sec-location .map-box { overflow: hidden; flex-shrink: 0; width: 57.4%; border-radius: 30px; }
.map-box .root_daum_roughmap { width: 100%; height: 100%; }
.map-box .root_daum_roughmap .wrap_map { height: 100% !important; }
.map-box .root_daum_roughmap .map_border { display: none; }
.map-box .root_daum_roughmap .cont { display: none; }

.sec-trusted-by .area + .area { margin-top: calc(var(--content-gap) / 2 + 10px); }
.sec-trusted-by .logo__list { display: flex; flex-wrap: wrap; gap: 20px; }
.sec-trusted-by .logo__list > li { overflow: hidden; width: calc((100% - 80px)/5); border-radius: 10px; background-color: #FAFAFA; }
.sec-trusted-by .logo__list > li > img { width: 100%; mix-blend-mode: multiply; }

/* ===== Company ===== */
#sv.sv05 { background: url("/img/sub/sv_bg_contact.jpg") no-repeat center center/cover; }
.contact .section:last-child { padding-bottom: calc(var(--content-gap) + 20px); }

.modal { position: fixed; left: 0; top: 0; display: none; width: 100%; height: 100%; z-index: 900; }
.modal.on { display: block; }
.modal .dim { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); } 
.modal__wrap { position: absolute; left: 50%; top: 50%; width: max-content; max-width: calc(100% - 40px);transform: translate(-50%, -50%); z-index: 5; }
.modal__wrap .btn-modal-close { position: absolute; right: 0; top: 0; width: 40px; height: 40px; border: none; background: url("/img/common/icon_modal_close.svg") no-repeat center center/contain; transform: translateX(100%); }
.modal__wrap .modal__area { position: relative; overflow-y: auto; width: 900px; max-width: 100%; height: calc(100vh - 150px);  max-height: 577px; padding: 50px 75px; border-radius: 20px; background-color: #fff; }
.modal__wrap .modal__area::-webkit-scrollbar{ width: 5px; }
.modal__wrap .modal__area::-webkit-scrollbar-thumb{background-color: #D9D9D9; border-radius: 5px; }
.modal__wrap .modal__area::-webkit-scrollbar-track{background-color: transparent; border-radius: 5px; }
.modal__wrap .modal-header { margin-bottom: 30px; }
.modal__wrap .modal-header > .title { font-size: 36px; font-weight: 600; color: #222; text-align: center; } 
.modal__wrap .terms__box { height: 400px; padding: 9px; border: 1px solid #DDDDDD; border-radius: 10px; }
.modal__wrap .terms__box .terms-text { overflow-y: auto; max-height: 100%; padding: 12px 21px; font-size: 16px; line-height: 1.7; font-weight: 300; color: #444; }
.modal__wrap .terms__box .terms-text > b { font-weight: 500; }
.modal__wrap .terms__box .terms-text::-webkit-scrollbar{ width: 5px; }
.modal__wrap .terms__box .terms-text::-webkit-scrollbar-thumb{background-color: #D9D9D9; border-radius: 5px; }
.modal__wrap .terms__box .terms-text::-webkit-scrollbar-track{background-color: transparent; border-radius: 5px; }

/* ===== Policy ===== */
#sv.sv06 { background: url("/img/sub/sv_bg_policy.jpg") no-repeat center center/cover; }
.policy .section:last-child { padding-bottom: calc(var(--content-gap) + 20px); }

@keyframes fade-left {
    from { opacity: 0; transform: translateX(100px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes fade-right {
    from { opacity: 0; transform: translateX(-100px); }
    to { opacity: 1; transform: translateX(0); }
}

@media screen and (max-width: 1640px) {
    .sv-title { font-size: 6.09vw; }
    .sv-text { font-size: 1.58vw; }
    .p_br { display: none; }
    .sec-title > br { display: none; }
    
    .sec-value-chart .chart__box .item > ul > li { justify-content: space-between; }
    .sec-value-chart .chart__box .item.col-1 > ul > li img { margin-left: 0px; }
    .points__list .item .text-box .text > br { display: none; }
    .value__list > li .text-box .desc > p > br { display: none; }
    .impact-box > .list > li .desc > li > br { display: none; }
    .sec-cases .cases-detail > li .desc > br { display: none; }
    .sec-works .feat__list > li dd > br { display: none; }
    .sec-works .feat__list > li ul > li > br { display: none; }
    .sec-faq .faq-a .desc > br { display: none; }
    .impact-box > .list > li .desc > br { display: none; }
    .sec-top-banner .text__area .text-box > p > br:not(.fixed_br) { display: none; }
    .history__list > li > br { display: none; }
}
@media screen and (max-width: 1400px) {
    .sec-value-chart .chart__box .item { font-size: 20px; }
    .sec-cases .cases__body { gap: 40px; }
    .sec-cases .cases-content > .item { padding: 40px 30px; }
    .sec-cases .cases-content > .item .title { font-size: 24px; }
    .sec-cases .cases-detail > li { font-size: 17px; }
    .intro__list { gap: 40px; }
    .intro__list > li { width: calc((100% - 80px)/3); }
    .intro__list > li .box > img { width: 80px; }
    .intro__list > li .box dl { font-size: 16px; }
    .sec-form form { --input-h: 65px; --input-fsz: 16px; --input-pd: 15px; }

    .trend__area .trend-box::before { right: 30px; top: 20px; width: 160px;  height: 69px; }
    .sec-bottom-banner.size-l .bottom-box { flex-direction: column-reverse; }
    .sec-bottom-banner.size-l .bottom-box .left-box { margin-top: 30px; }
    .category__area { padding: 10px 30px; font-size: 16px; }
    .category__area .bar + .bar .label { padding-left: 15px; }
    .category__area .bar .category-box > a { padding: 6px 15px; }

    .sec-greeting .img-box { width: 45%; }
    .sec-greeting .text-box { padding-right: 0; padding-bottom: 9.4%; font-size: 16px; }
    .year__list { padding-left: 120px; }
    .sec-location .text-box { padding: 45px 40px; }
    .sec-location .text-box .map-title { font-size: 22px; }
    .sec-location .map-info > ul > li, .sec-location .way-info > ul > li { font-size: 16px; }
    .sec-location .way-info > ul > li .text .tag { font-size: 13px; }
    .sec-location .map-box { width: 50%; }

}
@media screen and (max-width: 1200px) {
    #sv { height: 500px; padding-bottom: 40px; }
    #sv .inner { flex-direction: column; justify-content: flex-end; align-items: flex-start; }
    #location { animation-name: fade-right; }
    .sv-text { font-size: 18px; }
    .content { --content-gap: 100px; padding-top: 80px; }
    .content-menu, .title-sub { font-size: 18px; }
    .depth3-tab { max-width: 65%; }
    .content-title { font-size: 42px; }

    .sec-title { font-size: 30px; }
    .banner__area .text-box .title { font-size: 28px; }
    .banner__area .text-box .title.eng { font-size: 32px; }
    .banner__area .text-box .text { font-size: 20px; }
    .sec-bottom-banner .text-box .text { font-size: 26px; }
    .depth3-tab > a { width: 120px; height: 45px; }
    .depth3-tab > a > span { font-size: 16px; }
    .intro__box { gap: 60px; }
    .intro__box .text-box { font-size: 16px; }
    .points__list .item { padding: 30px; }
    .points__list .item .top .num { font-size: 15px; }
    .points__list .item .text-box { margin-top: 30px; font-size: 16px; }
    .points__list .item .text-box .text { margin-top: 15px; }
    .value__list > li + li { margin-top: 60px; }
    .value__list > li .text-box .top .title { font-size: 22px; }
    .value__list > li .text-box .top .text { font-size: 16px; }
    .value__list > li .text-box .desc { padding: 20px; }
    .value__list > li .text-box .desc > p { font-size: 16px; }
    .sec-value-chart .chart__box .item { font-size: 18px; }
    .sec-value-chart .chart__box .item, .sec-value-chart .chart__box .item.col-3 { width: 100%; }
    .sec-value-chart .chart__box .item > ul { justify-content: center; }
    .sec-value-chart .chart__box .item.col-3 > ul > li:last-child::after { display: none; }
    .sec-loop .diagram__wrap { padding: 0 100px 40px; }
    .sec-loop .desc-list > .text { font-size: 18px; }
    .sec-loop .label-list > div { font-size: 22px; }
    .sec-loop .item-list .item dl { font-size: 18px; }

    .sec-cap .cap__list > li { padding: 40px 30px; font-size: 16px; }
    .sec-cap .cap__list > li .title > div { width: 260px; height: 50px; font-size: 18px; }
    .sec-cap .cap__list > li dd { margin-top: 20px; }
    .sec-cap .cap__list.type-2 > li { padding: 40px 30px; }
    .impact-box > .list .label { font-size: 16px; }
    .impact-box > .list .value strong { font-size: 60px; }
    .impact-box > .list .value > .unit { font-size: 30px; }
    .impact-box > .list .value > .unit.fw-m { font-size: 26px; }
    .impact-box > .list .value > .sub-text { font-size: 22px; padding-bottom: 0.65em; }
    .impact-box > .list .value > .unit.fw-m { padding-bottom: 0.43em; }
    .impact-box > .list > li .desc { margin-top: 50px; font-size: 16px; }
    .impact-box > .list .value .text-val { font-size: 30px; margin-top: 20px; }
    .offering-type .swiper-opt__area { bottom: 40px; }
    .sec-cases .cases-content > .item { padding: 30px 20px; }
    .sec-cases .cases-content > .item .title { font-size: 22px; }
    .sec-cases .cases-detail > li { font-size: 16px; }
    .sec-cases .cases-detail > li + li { margin-top: 20px; }
    .sec-cases .cases-label > img { width: 26px; }
    .sec-works .works__area { gap: 40px; }
    .sec-works .feat-box { padding: 30px; }
    .sec-works .feat__list > li { font-size: 16px; }
    .sec-works .feat__list > li + li { margin-top: 20px; }
    .sec-works .works-swiper .swiper-slide .title { font-size: 18px; }
    .sec-works .works__area .top-title .title { font-size: 22px; }
    .sec-works .works__area .top-title .desc { font-size: 16px; }
    .sec-faq .faq-q { padding: 20px 30px; font-size: 16px; }
    .sec-faq .faq-a { padding: 20px 31px; }
    .sec-faq .faq-a .a-box { font-size: 16px; }
    .sec-top-banner .text__area .title-box { width: calc(46.63% - 40px); }
    .sec-top-banner .text__area .title-box .title { font-size: 30px; }
    .sec-top-banner .text__area .text-box > p { font-size: 16px; }
    .sec-top-banner .text__area .text-box > p.text-b { font-size: 22px; }
    .sec-info .info__list > li { padding: 30px; }
    .sec-info .item-head { margin-bottom: 15px; }
    .sec-info .num { width: 30px; height: 30px; font-size: 15px; }
    .sec-info .info__list > li .title { font-size: 18px; }
    .sec-info .desc { font-size: 16px; }
    .process__wrap > .card { --title-h: 65px; }
    .process__wrap .title { font-size: 18px; }
    .process__wrap .text-box { padding: 30px 20px; }
    .process__wrap .text-box.al-s { padding: 20px; }
    .process__wrap .text-box .desc > li { font-size: 16px; }
    .process__wrap .text-box::before { width: 50px; height: 28px; }
    .intro__list { gap: 30px; }
    .intro__list > li { width: calc((100% - 60px)/3); }
    .intro__list > li .box > img { width: 60px; }
    .intro__list > li .box dl { margin-top: 20px; font-size: 15px; }
    .sec-form-info .logo { width: 300px; }
    .sec-form-info .text-box > .title { font-size: 24px; }
    .sec-form-info .text-box > .text { margin-top: 15px; font-size: 16px; }
    .sec-form .form-top { padding-bottom: 20px; }
    .sec-form .form-top .title { font-size: 28px; }
    .sec-form-info .list > li { height: 120px; padding: 15px; }
    .sec-form-info .list > li > p { font-size: 16px; }
    .sec-form-info .list > li > p > br { display: none; }
    .sec-form form { --input-h: 60px; --input-fsz: 15px; --input-pd: 12px; }
    .form__list > li { gap: 40px; }
    .form__list > li .box { width: calc(50% - 20px); }
    .form__list .input__box.flex { gap: 6px; }
    .form__list .selectric { padding-right: calc(20px + var(--input-pd)); }
    .form__list .selectric .button { width: 20px; height: 20px; }
    .alert-text-box { padding: 20px 30px; }
    .alert-text-box .text { font-size: 16px; }
    .alert-text-box .text::before { width: 20px; height: 20px; }

    .category-tab { padding: 15px 30px; }
    .category-tab > a { padding: 5px 15px; font-size: 16px; }
    .board__list > li > a { gap: 40px; }
    .board__list > li .text-box { width: calc(100% - 28.75% - 40px); }
    .board__list > li .text-box .tag { margin-bottom: 20px; padding: 5px 15px; font-size: 14px; }
    .board__list > li .text-box .board-title { font-size: 22px; }
    .board__list > li .text-box .board-text { margin-top: 15px; font-size: 16px; }
    .board__list > li .text-box .date { margin-top: 20px; font-size: 15px; }
    .paging { margin-top: 60px; --paging-gap: 5px; }
    .paging a { width: 36px; height: 36px; font-size: 16px; }
    .paging .arr a i { width: 5px; height: 8px; }
    .highlights__list { gap: 20px; }
    .highlights__list > li { width: calc((100% - 40px)/3); padding: 30px; }
    .highlights__list > li .tag { padding: 5px 15px; font-size: 15px; }
    .highlights__list > li > p { font-size: 18px; }
    .trend__area .trend-box { padding: 40px; }
    .trend__area .trend-box .text-block .title { font-size: 24px; }
    .trend__area .trend-box .text-block .text { margin-top: 15px; font-size: 16px; }
    .trend__area .trend-box .text-block .date { margin-top: 20px; font-size: 14px; }
    .research__area { padding: 40px; }
    .research__area .title { font-size: 26px; }
    .research__area .profile-box .img-box { width: 70px; }
    .research__area .profile-info { font-size: 16px; }
    .research__area .text { margin-top: 30px; font-size: 16px; }

    .img-board__list { gap: 30px; }
    .img-board__list > .item { width: calc((100% - 90px) / 4); }
    .img-board__list > .item .text-box { font-size: 16px; }
    .sec-bottom-banner.size-l { padding: 80px 0; }
    .sec-bottom-banner .link-box { margin-top: 20px; }
    .sec-bottom-banner .link-box > a { padding: 8px 20px; font-size: 14px; }
    .sec-bottom-banner.size-l .bottom-box .logo { width: 120px; }
    .sec-bottom-banner.size-l .bottom-box .address { font-size: 16px; }
    .category__wrap, .tech .category__wrap { margin-bottom: 50px; }
    .category__wrap .text { margin-bottom: 20px; font-size: 22px; }
    .category__area { padding: 8px 24px; gap: 10px 30px; font-size: 15px; }
    .category__area .bar { gap: 12px; }
    .category__area .bar::before { left: -16px; }
    .category__area .bar + .bar .label { padding-left: 12px; }
    .category__area .bar .category-box > a { padding: 5px 10px; }
    .img-board__list > .item .text-box .date { font-size: 15px; }
    .sec-img-board .img-board__list > .item .text-box .title { font-size: 1.11em; }
    .img-board__list > .item .text-box .tag { padding: 5px 15px; font-size: 14px; }
    .board-view .title-box { padding-bottom: 30px; }
    .board-view .title-box .tag { padding: 8px 15px; font-size: 14px; }
    .board-view .title-box .board-title { font-size: 32px; }
    .board-view .title-box .board-info { margin-top: 15px; }
    .board-view .title-box .board-info > li { font-size: 16px; }
    .board-view .board-file { --label-w: 80px; padding: 30px 50px; font-size: 16px; }
    .board-view .board-file > ul { --ml: 40px; }
    .board-view .pages { padding-top: 60px; }
    .board-view .pages dl { --pd: 40px; font-size: 15px; }
    .board-view .pages dl::before { width: 10px; height: 20px; }
    .tech__list { gap: 40px; font-size: 16px; }
    .tech__list > li { width: calc((100% - 80px) / 3); height: 450px; }
    .tech__list > li .value-box > strong { font-size: 46px; }
    .tech__list > li .text-box { margin-top: 30px; }
    .tech-board__list > li { padding-bottom: 40px; }
    .tech-board__list .item .text-box .tag { font-size: 15px; }
    .tech-board__list .item .text-box .title { font-size: 18px; }
    .tech-board__list .item .text-box > ul { margin-top: 20px; }
    .tech-board__list .item .text-box > ul > li { font-size: 16px; }
    .tech-board__list .item .text-box > ul > li::before { width: 4px; height: 4px; }
    .tech-board__list .item .text-box > ul > li > p { margin-left: 15px; }
    .tech-board__list .item .text-box > ul > li > p::before { left: -7px; }

    .sec-greeting .img-box { width: 48%; }
    .sec-greeting .text-box { padding-bottom: 80px; font-size: 15px; }
    .sec-greeting .text-box .top-text > br { display: none; }
    .sec-history .text-box { width: 260px; }
    .sec-history .history__wrap { width: calc(100% - 260px); }
    .sec-history .text-box .title { font-size: 42px; }
    .sec-history .text-box .text { font-size: 20px; }
    .year__item { --year-w: 140px; padding: 30px; }
    .year__item > .year { font-size: 32px; }
    .history__list > li { font-size: 16px; }
    .sec-trusted-by .logo__list > li { width: calc((100% - 60px)/4); }

    .modal__wrap .btn-modal-close { width: 30px; height: 30px; right: 0; top: 0; transform: translateY(-100%); }
    .modal__wrap .modal-header { margin-bottom: 20px; }
    .modal__wrap .modal-header > .title { font-size: 30px; }
    .modal__wrap .modal__area { max-height: 530px; padding: 35px 50px; }
}
@media screen and (max-width: 1024px) {
    #sv { height: 450px; }
    #location { max-width: 600px; gap: 30px; padding: 15px 25px; }
    #location > li:not(.home) { width: 150px; }
    #location.single { width: fit-content; }
    #location > li .btn-loc .text { font-size: 15px; }
    #location > li .loc__list { font-size: 15px; }
    .content-title__box { margin-bottom: 40px; }
    .sec-title__box { margin-bottom: 40px; }
    .sec-text { margin-top: 15px; font-size: 16px; }

    .img-full.size-l .btn-view-full { display: block; }

    .banner__area { height: 400px; }
    .banner__area .text-box .title { font-size: 22px; }
    .banner__area .text-box .title.eng { font-size: 26px; }
    .banner__area .text-box .text { font-size: 18px; }
    .banner__area .text-box .text > br { display: none; }
    .banner__area .text-box .button-box .btn-link > span { font-size: 16px; }
    .sec-top-banner .text__area { flex-direction: column; justify-content: flex-start; }
    .sec-top-banner .text__area .title-box, .sec-top-banner .text__area .text-box { width: 100%; }
    .sec-top-banner .text__area .text-box  { margin-top: 20px; }
    .sec-bottom-banner { height: 400px; }
    .sec-bottom-banner .text-box .text { font-size: 22px; }
    .sec-bottom-banner .btn-link > span { font-size: 16px; }
    .content-title__box { flex-direction: column; justify-content: flex-start; align-items: flex-start; }
    .depth3-tab { max-width: 100%; margin-top: 30px; margin-bottom: 0; }
    .intro__box { flex-wrap: wrap; gap: 30px; }
    .intro__box.gap-s { gap: 30px; }
    .intro__box .img-box { width: 100%; max-width: 600px; }
    .points__list { gap: 30px; }
    .points__list > li { width: calc(50% - 15px); }
    .value__list > li .img-box, .value__list > li .text-box { width: 100%; }
    .value__list > li .text-box { margin-top: 30px; padding-right: 0; }

    .sec-loop .diagram__wrap { padding: 0 0 40px; }
    .sec-loop .diagram__box { max-width: 500px; }
    .sec-loop .desc-list > .text { font-size: 15px; }
    .sec-loop .desc-list > .text:nth-child(1) { left: -3.28%; }
    .sec-loop .desc-list > .text:nth-child(2) { left: -15.8%; }
    .sec-loop .desc-list > .text:nth-child(3) { right: -7.5%; }
    .sec-loop .desc-list > .text:nth-child(4) { right: -21.9%; }
    .sec-loop .label-list > div { font-size: 16px; }
    .sec-loop .item-list .item dl { font-size: 15px; }
    .impact-box > .list { top: 20px; }
    .impact-box > .list .label { font-size: 14px; }
    .impact-box > .list .value strong { font-size: 50px; }
    .impact-box > .list .value > .unit { font-size: 26px; }
    .impact-box > .list .value > .unit.fw-m { font-size: 22px; }
    .impact-box > .list .value > .sub-text { font-size: 20px; }
    .impact-box > .list > li .desc { font-size: 14px; }
    .impact-box > .list .value > .sub-text::after { width: 45px; height: 24px; }
    .impact-box > .list .value .text-val { font-size: 26px; margin-top: 5px; }
    .sec-cases .cases__body { flex-wrap: wrap; }
    .sec-cases .cases-swiper { width: 100%; height: 400px; margin: 0; }
    .offering-type .swiper-opt__area { bottom: 20px; }
    .sec-cases .cases-content > .item { min-height: initial; }
    .sec-works .works__area, .sec-works .works__area.reverse { flex-direction: column-reverse; }
    .sec-works .works__area + .works__area { margin-top: 50px; }
    .sec-works .works__area .img-box { width: 100%; }
    .sec-info .info__body { flex-wrap: wrap; }
    .sec-info .img-box { width: 100%; height: 300px; }
    .process__wrap > .card { --title-h: 55px; }
    .process__wrap .title { font-size: 16px; }
    .process__wrap .text-box { padding: 20px 15px; }
    .process__wrap .text-box.al-s { padding: 15px; }
    .process__wrap .text-box .desc > li { font-size: 15px; }
    .process__wrap .text-box::before { width: 40px; height: 22px; }
    .intro__list { justify-content: center; }
    .intro__list > li { width: calc(50% - 15px); max-width: 350px; }
    .sec-intro .text-box .btn-link > span { font-size:16px; }
    .sec-form .form-top { padding-bottom: 15px; }
    .sec-form .form-top .title { font-size: 20px; }
    .sec-form .form-top + form { margin-top: 30px; }
    .form__list > li { gap: 30px; }
    .form__list > li .box { width: 100%; }
    .form__list .input__box { margin-top: 10px; }
    .form__list > li + li { margin-top: 30px; }
    .alert-text-box { margin-top: 40px; padding: 15px 20px; }
    .alert-text-box .text { font-size: 15px; }
    .alert-text-box .text::before { width: 18px; height: 18px; }
    .agree__box { margin-top: 40px; }

    .board__list > li .img-box { width: 34%; }
    .board__list > li .text-box { width: calc(100% - 34% - 40px); }
    .board__list > li .text-box .board-title { font-size: 20px; }
    .highlights__list > li { padding: 20px; }
    .highlights__list > li .tag { font-size: 14px; }
    .highlights__list > li > p { font-size: 16px; }
    .sec-top-banner .intro__area.flex { flex-wrap: wrap; gap: 30px; }
    .intro__area.flex .sec-title__box { margin-bottom: 0; }
    .sec-top-banner .intro__area.flex .intro__box { width: 100%; }
    .trend__area { flex-wrap: wrap; gap: 20px; }
    .trend__area .img-box, .trend__area .trend-box { width: 100%; }
    .trend__area .trend-box { padding: 90px 30px 30px; }
    .trend__area .trend-box::before { width: 120px; height: 52px; }
    .img-board__list > .item { width: calc((50% - 15px)); }
    .sec-bottom-banner.size-l { padding: 40px 0; }
    .sec-bottom-banner.size-l .bottom-box { margin-top: 30px; padding-top: 30px; }
    .category__wrap, .tech .category__wrap { margin-bottom: 40px; }
    .category__area { flex-direction: column; border-radius: 0; padding: 0; background-color: transparent; }
    .category__area .bar { padding: 10px 20px; border-radius: 50px; background-color: #F6F6F6; }
    .category__area .bar + .bar .label { padding-left: 0; }
    .category__area .bar::before { display: none; }
    .board-view .title-box .board-title { font-size: 26px; }
    .board-view .info { padding: 60px 0; }
    .board-view .info .info-btn { margin-top: 60px; }
    .board-view .pages { flex-wrap: wrap; gap: 0 20px; }
    .board-view .pages dl { width: calc(50% - 10px); }
    .board-view .pages .btn__box { display: flex; justify-content: center; width: 100%; margin-top: 40px; order: 3; }
    .tech__list { gap: 30px; font-size: 15px; }
    .tech__list > li { width: calc((100% - 60px) / 3); height: 400px; border-radius: 300px; }
    .tech__list > li .value-box > strong { font-size: 42px; }
    .tech-board__list > li { flex-wrap: wrap; gap: 0; padding-bottom: 0; border-bottom: none; }
    .tech-board__list > li:first-child .item:first-child { padding-top: 0; }
    .tech-board__list > li + li { margin-top: 0; }
    .tech-board__list .item { width: 100%; padding: 30px 0; border-bottom: 1px solid #DDDDDD; }
    .tech-board__list .item .text-box .tag { font-size: 14px; }
    .tech-board__list .item .text-box > ul { margin-top: 15px; }
    .tech-board__list .item .text-box > ul > li { font-size: 15px; }

    .sec-greeting { padding-bottom: calc(var(--content-gap) + 20px); }
    .sec-greeting .inner { flex-wrap: wrap; justify-content: center; }
    .sec-greeting .img-box { position: relative; flex-shrink: initial; width: 100%; max-width: 350px; padding-left: 0; padding-top: 40px; }
    .sec-greeting .img-box::after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 100px; background: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); }
    .sec-greeting .text-box { width: 100%; padding-bottom: 0; }
    .sec-history .inner { flex-direction: column; }
    .sec-history .text-box { position: static; width: 100%; margin-top: 0; }
    .sec-history .text-box .title { font-size: 36px; }
    .sec-history .text-box .text { font-size: 18px; }
    .sec-history .history__wrap { width: 100%; margin-top: 40px; }
    .year__list { padding-left: 60px; }
    .history__wrap .line { left: 8px; }
    .history__wrap .line .bar .marker { width: 20px; height: 40px; }
    .sec-location .inner { flex-direction: column-reverse; }
    .sec-location .map-box { width: 100%; height: 400px; }
}
@media screen and (max-width: 768px) {
    #sv { height: 320px; padding-bottom: 20px; }
    #sv .inner { gap: 25px; }
    .sv-title { font-size: 36px; }
    .sv-text { margin-top: 10px; font-size: 16px; }
    #location { max-width: 500px; gap: 15px; padding: 10px 15px; }
    #location > li:not(.home) { width: 138px; }
    #location > li .btn-loc .text { font-size: 14px; }
    #location > li .loc__list { font-size: 14px; }
    .content { --content-gap: 60px; padding-top: 50px; }
    .content-menu, .title-sub { font-size: 16px; }
    .content-title { margin-top: 5px; font-size: 34px; }

    .img-full .btn-view-full { display: block; }

    .sec-title { font-size: 24px; }
    .banner__area { height: 350px; }
    .banner__area .text-box .title { font-size: 18px; }
    .banner__area .text-box .title.eng { font-size: 22px; }
    .banner__area .text-box .text { margin-top: 15px; font-size: 15px; }
    .banner__area .text-box .button-box .btn-link > span { font-size: 14px; }
    .sec-top-banner .text__area .title-box .title { font-size: 22px; }
    .sec-top-banner .text__area .text-box  { margin-top: 15px; }
    .sec-top-banner .text__area .text-box > p { font-size: 15px; }
    .sec-top-banner .text__area .text-box > p.text-b { font-size: 18px; }
    .sec-top-banner .text__area .text-box > p + p { margin-top: 8px; }
    .sec-bottom-banner { height: 350px; }
    .sec-bottom-banner .text-box .text { font-size: 18px; }
    .sec-bottom-banner .text-box .btn-link { margin-top: 30px; }
    .sec-bottom-banner .btn-link > span { font-size: 14px; }
    .depth3-tab > a { width: 110px; height: 40px; }
    .depth3-tab > a > span { font-size: 15px; }
    .intro__box .text-box { font-size: 15px; }
    .intro__box .text-box .title { font-size: 18px; }
    .intro__box .text-box .text { margin-top: 15px; }
    .points__list { gap: 20px; }
    .points__list > li { width: 100%; }
    .points__list .item { padding: 20px; }
    .points__list .item .top .num { padding: 8px 12px; font-size: 14px; }
    .points__list .item .text-box { margin-top: 20px; font-size: 15px; }
    .points__list .bg { height: 200px; }
    .value__list > li + li { margin-top: 40px; }
    .value__list > li .text-box { margin-top: 20px; }
    .value__list > li .text-box .top .title { font-size: 18px; }
    .value__list > li .text-box .top .text { margin-top: 15px; font-size: 15px; }
    .value__list > li .text-box .desc { margin-top: 15px; padding: 15px; }
    .value__list > li .text-box .desc > p { font-size: 15px; }
    .sec-value-chart .chart__box .item { font-size: 15px; }
    .sec-value-chart .chart__box .item > ul { flex-wrap: wrap; gap: 20px; margin-top: 15px; } 
    .sec-value-chart .chart__box .item > ul > li { width: 100%; padding: 15px; }
    .sec-value-chart .chart__box .item.col-3 > ul > li { width: calc((100% - 40px)/3); }
    .sec-value-chart .chart__wrap > .text { margin-top: 15px; font-size: 14px; }
    .sec-value-chart .chart__box .item > ul > li img { width: 250px; }
    .sec-value-chart .chart__box .item.col-3 > ul > li img { width: 200px; }
    .sec-loop .diagram__wrap { margin-right: 0; }
    .sec-loop .diagram__box { width: fit-content; max-width: initial; padding-bottom: 214px; }
    .sec-loop .diagram__box > .img { display: none; }
    .sec-loop .diagram__box .mo-line { position: absolute; left: -18px; top: 140px; width: 157px; height: calc(100% - 140px); border-left: 1px dashed var(--main-color); border-top: 1px dashed var(--main-color); border-bottom: 1px dashed var(--main-color); z-index: -1; }
    .sec-loop .item-list { display: flex; flex-direction: column; align-items: center; }
    .sec-loop .item-list .item { position: relative; left: 0; top: 0; width: 280px; background: linear-gradient(180deg, #FFC168 0%, #EC6232 100%); }
    .sec-loop .item-list .item:nth-child(1) { left: 0; transform: none; }
    .sec-loop .item-list .item:nth-child(2) { margin-top: 87px; order: 3; }
    .sec-loop .item-list .item:nth-child(3) { margin-top: 242px; order: 2; }
    .sec-loop .item-list .item .line {position: absolute; left: 50%; top: 100%; width: 2px;  border-left: 1px dashed var(--main-color); transform: translateX(-50%); z-index: -1; }
    .sec-loop .item-list .item .line::after { content: ""; position: absolute; left: calc(50% - 1px); top: 0; width: 0; height: 0; border-style: solid; border-width: 0px 3px 5px 3px; border-color: transparent transparent var(--main-color) transparent; transform: translateX(-50%); }
    .sec-loop .item-list .item:nth-child(1) .line { height: 242px; }
    .sec-loop .item-list .item:nth-child(2) .line { height: 214px; }
    .sec-loop .item-list .item:nth-child(3) .line { height: 87px; }
    .sec-loop .item-list .item dl { font-size: 18px; }
    .sec-loop .item-list .item dt { font-size: 30px; }
    .sec-loop .item-list .item dd { margin-top: 10px; }
    .sec-loop .item-list .item dd > br:not(.m_br) { display: none; }
    .sec-loop .item-list .item dd .m_br { display: inline; }
    .sec-loop .label-list > div { transform: translateX(-50%); }
    .sec-loop .label-list > div:nth-child(1) { left: 50%; top: auto; bottom: 87px; }
    .sec-loop .label-list > div:nth-child(2) { left: 50%; top: 367px; }
    .sec-loop .desc-list > .text { width: 280px; padding: 10px; font-size: 16px; text-align: center; background-color: #fff; }
    .sec-loop .desc-list > .text > br:not(.m_br) { display: none; }
    .sec-loop .desc-list > .text .m_br { display: inline; }
    .sec-loop .desc-list > .text:nth-child(n) { left: 50%; right: auto; transform: translateX(-50%); }
    .sec-loop .desc-list > .text:nth-child(1) { top: auto; bottom: 147px; text-align: center; }
    .sec-loop .desc-list > .text:nth-child(2) { top: auto; bottom: 20px; text-align: center; }
    .sec-loop .desc-list > .text:nth-child(3) { top: 300px; }
    .sec-loop .desc-list > .text:nth-child(4) { top: 428px; }
    .sec-loop .desc-list > .text:nth-child(5) { top: auto; bottom: 514px; }

    .sec-cap .cap__list { margin-top: 110px; gap: 10px; }
    .sec-cap .cap__list > li { width: 100%; padding: 30px 20px; font-size: 15px; }
    .sec-cap .cap__list > li .title { left: 50%; top: auto; bottom: calc(100% + 20px); width: calc(100% - 20px); transform: translateX(-50%); }
    .sec-cap .cap__list > li .title::before { border-radius: 20px; }
    .sec-cap .cap__list > li .title > div { width: 100%; width: 100%; height: 40px; border-radius: 12px; font-size: 16px; }
    .sec-cap .cap__list > li dd { margin-top: 15px; }
    .sec-cap .cap__list.type-2 > li { padding: 30px 20px; }
    .sec-cap .cap__list.type-2 > li dd { margin-top: 20px; }
    .sec-cap .cap__list.type-2 > li dd > p { margin-top: 10px; }
    .sec-cap .cap__list.type-2 > li dd > p + p { margin-top: 5px; }
    .impact-box::before { display: none; }
    .impact-box > img { display: none; }
    .impact-box > .list { position: static; flex-direction: column; gap: 50px; height: auto; }
    .impact-box > .list > li { position: relative; width: 100%; }
    .impact-box > .list > li::after { content: ""; position: absolute; left: 50%; bottom: calc(100% + 15px); width: 25px; height: 25px; background: url("/img/sub/ai/icon_plus.svg") no-repeat center center/contain; transform: translateX(-50%); }
    .impact-box > .list > li:first-child::after { display: none; }
    .impact-box > .list > li .circle-box { width: 100%; padding: 20px 0; border: 2px solid var(--main-color); border-radius: 20px; background: linear-gradient(0deg, #FFF 0%, #FFE9E0 100%); }
    .impact-box > .list > li .circle-box::before { display: none; }
    .impact-box > .list > li .text { position: static; width: 100%; transform: none; }
    .impact-box > .list > li .desc { margin-top: 20px; padding: 0; }
    .impact-box > .list .value .text-val { margin-top: 8px; }
    .offering-type .swiper-opt__area { gap: 8px; }
    .offering-type .swiper-btn { width: 30px; height: 30px; }
    .offering-type .swiper-pagination { gap: 8px; }
    .offering-type .swiper-pagination .swiper-pagination-bullet { width: 8px; height: 8px; }
    .sec-cases .cases-swiper { width: 100%; height: 320px; margin: 0; }
    .sec-cases .cases-content > .item .title { font-size: 20px; }
    .sec-cases .cases-detail { margin-top: 20px; }
    .sec-cases .cases-detail > li { font-size: 15px; }
    .sec-cases .cases-detail > li + li { margin-top: 15px; }
    .sec-cases .cases-label { gap: 6px; }
    .sec-cases .cases-label > img { width: 24px; }
    .sec-works .feat-box { padding: 20px; }
    .sec-works .feat__list > li { font-size: 15px; }
    .sec-works .feat__list > li + li { margin-top: 15px; }
    .sec-works .works-swiper .swiper-slide .title { margin-top: 15px; font-size: 16px; }
    .sec-works .works__area { gap: 30px; }
    .sec-works .works__area .top-title { margin-bottom: 20px; }
    .sec-works .works__area .top-title .title { font-size: 20px; }
    .sec-works .works__area .top-title .desc { font-size: 15px; }
    .sec-faq .faq-q { padding: 15px 20px; font-size: 15px; }
    .sec-faq .faq-a { padding: 15px 21px; }
    .sec-faq .faq-a .a-box { font-size: 15px; }
    .sec-faq .faq-q .arrow { width: 20px; height: 20px; }
    .sec-info .info__body { gap: 20px; }
    .sec-info .info__list > li { padding: 20px; }
    .sec-info .item-head { margin-bottom: 10px; }
    .sec-info .num { width: 25px; height: 25px; font-size: 14px; }
    .sec-info .info__list > li .title { font-size: 16px; }
    .sec-info .desc { font-size: 15px; }
    .process__wrap > .card { width: 100%; }
    .process__wrap .text-box::before { left: 50%; top: calc(var(--title-h) * -1 - 32px); width: 36px; transform: translateX(-50%) rotate(90deg); }
    .intro__list { max-width: 300px; margin: 60px auto 0; }
    .intro__list > li { width: 100%; }
    .intro__box .text-box .title > img { width: 160px; }
    .sec-intro .intro__box .text-box .text { margin-top: 30px; }
    .sec-intro .text-box .btn-link { margin-top: 20px; }
    .sec-intro .text-box .btn-link > span { font-size: 14px; }
    .sec-form-info .logo { width: 240px; height: 100px; }
    .sec-form-info .text-box > .title { font-size: 20px; }
    .sec-form-info .text-box > .text { font-size: 15px; }
    .sec-form-info .list__area .space { height: 0; border: none; }
    .sec-form-info .list__area .space::after { height: 50px; }
    .sec-form-info .list { gap: 10px; }
    .sec-form-info .list > li { width: 100%; height: auto; min-height: 80px; border-radius: 10px; padding: 10px; }
    .sec-form-info .list > li > p { font-size: 15px; }
    .sec-form form { --input-h: 55px; }
    .form__list .input__box.email-box { flex-wrap: wrap; }
    .form__list .input__box.email-box .form-item { flex: 0.5; }
    .email-box .selectric-wrapper { width: 100%; }
    .chk__label .chk__item.check .icon { width: 18px; height: 18px; border-radius: 4px; }
    .chk__label .chk__item .text { margin-left: 6px; }
    .form__list .date__box::after { width: 20px; height: 20px; }
    .agree__box { margin-top: 30px; }
    .inquiry-cont .agree__box { margin-top: 15px; }
    .inquiry-cont .input__box textarea { padding: var(--input-pd); }
    .agree__box .btn { margin-left: 8px; padding: 4px 15px; }

    .board__list > li > a { flex-direction: column; gap: 30px; padding: 30px 0; }
    .board__list > li .img-box { width: 100%; }
    .board__list > li .text-box { width: 100%; }
    .board__list > li .text-box .tag { margin-bottom: 15px; font-size: 13px; }
    .board__list > li .text-box .board-title { font-size: 20px; }
    .board__list > li .text-box .board-text { margin-top: 10px; font-size: 15px; }
    .board__list > li .text-box .date { margin-top: 15px; font-size: 14px; }
    .paging a { width: 32px; height: 32px; font-size: 15px; }
    .paging .arr a i { width: 4px; height: 7px; }
    .highlights__list > li { width: 100%; }
    .trend__area .trend-box { padding: 90px 20px 20px; }
    .trend__area .trend-box::before { width: 100px; height: 43px; }
    .trend__area .trend-box .text-block .title { font-size: 20px; }
    .trend__area .trend-box .text-block .text { font-size: 15px; }
    .sec-bottom-banner .link-box > a { padding: 5px 15px; font-size: 13px; }
    .sec-bottom-banner.size-l .bottom-box .logo { width: 100px; }
    .sec-bottom-banner.size-l .bottom-box .address { font-size: 14px; }
    .research__area { padding: 20px; }
    .research__area .title { font-size: 20px; }
    .research__area .profile-box { margin-top: 25px; }
    .research__area .profile-box .img-box { width: 60px; }
    .research__area .profile-info { margin-left: 15px; font-size: 15px; }
    .research__area .profile-info > span.name { font-size: 18px; }
    .research__area .text { margin-top: 25px; font-size: 15px; }
    .category__wrap .text { margin-bottom: 15px; font-size: 18px; }
    .category__area { width: 100%; }
    .category__area .bar { flex-direction: column; gap: 10px; padding: 15px 10px; border-radius: 20px; }
    .category__area .bar .category-box { width: 100%; justify-content: center; gap: 0 5px; }
    .category__area .bar .category-box > a { border-radius: 10px; }
    .img-board__list > .item .text-box .date { margin-bottom: 5px; font-size: 14px; }
    .img-board__list > .item .text-box .tag { margin-top: 15px; font-size: 13px; }
    .board-view .title-box { padding-bottom: 20px; }
    .board-view .title-box .tag { padding: 5px 12px; font-size: 13px; }
    .board-view .title-box .board-title { margin-top: 15px; font-size: 22px; }
    .board-view .title-box .board-info { margin-top: 15px;  }
    .board-view .title-box .board-info > li { font-size: 15px; }
    .board-view .info { padding: 50px 0; font-size: 16px; }
    .board-view .board-file { flex-direction: column; border-radius: 10px; padding: 20px; font-size: 15px; }
    .board-view .board-file > ul { width: 100%; margin-left: 0; margin-top: 15px; }
    .board-view .board-file > ul > li + li { margin-top: 10px; }
    .board-view .board-file .label::before { width: 15px; height: 15px; margin-right: 6px; }
    .board-view .info .info-btn { margin-top: 50px; }
    .board-view .pages { padding-top: 50px; }
    .board-view .pages dl { width: 100%; padding: 10px 0; font-size: 14px; }
    .board-view .pages dl::before { width: 8px; height: 16px; transform: translateY(-50%) rotate(90deg); }
    .board-view .pages dl.prev { border-top: 1px solid #888; }
    .board-view .pages dl.next { border-top: 1px solid #ccc; border-bottom: 1px solid #888; padding-left: var(--pd); padding-right: 0; text-align: left; }
    .board-view .pages dl.next dd > a { margin-left: 0; }
    .board-view .pages dl.prev::before { left: 5px; }
    .board-view .pages dl.next::before { left: 5px; right: auto; transform: translateY(-50%) rotate(90deg); }
    .board-view .pages dd { font-size: 15px; }
    .tech__list { max-width: 300px; margin: 0 auto; }
    .tech__list > li { width: 100%; }
    .tech-board__list .item { flex-direction: column; justify-content: center; }
    .tech-board__list .item .img-box { width: 100%; max-width: 300px; margin: 0 auto; }
    .tech-board__list .item .text-box { margin-left: 0; margin-top: 30px; }

    .sec-greeting .text-box .top-text { font-size: 1.5em; }
    .sec-history .text-box .title { font-size: 30px; }
    .sec-history .text-box .text { font-size: 16px; }
    .year__item { padding: 20px 15px; }
    .year__item > .year { width: 100%; }
    .history__list { width: 100%; }
    .year__list { padding-left: 40px; }
    .year__item > .year { font-size: 26px; }
    .history__list > li { font-size: 15px; }
    .history__list > li + li { margin-top: 1em; }
    .sec-location .text-box { padding: 30px 25px; }
    .sec-location .text-box .map-title { font-size: 20px; }
    .sec-location .map-info > ul > li, .sec-location .way-info > ul > li { font-size: 15px; }
    .sec-location .map-info > ul > li .icon { width: 16px; }
    .sec-location .way-info { margin-top: 30px; padding-top: 30px; }
    .sec-location .way-info > ul > li + li { margin-top: 15px; }
    .sec-location .way-info > ul > li .text .tag { padding: 4px 12px; }
    .sec-location .map-box { height: 300px; }
    .sec-trusted-by .logo__list { gap: 10px; }
    .sec-trusted-by .logo__list > li { width: calc((100% - 20px)/3); border-radius: 5px; }

    .modal__wrap .modal-header { margin-bottom: 15px; }
    .modal__wrap .modal-header > .title { font-size: 24px; }
    .modal__wrap .modal__area { max-height: 507px; padding: 30px 20px; }
    .modal__wrap .terms__box .terms-text { padding: 5px 10px; font-size: 14px; }
}
@media screen and (max-width: 640px) {
    .depth3-tab { flex-wrap: wrap; width: 100%; }
    .content-title__box .depth3-tab > a { width: calc(50% - 5px); }
    .sec-value-chart .chart__box .item > ul { height: auto; }
    .sec-value-chart .chart__box .item.col-3 > ul > li { width: 100%; }

    .img-board__list { gap: 30px 20px; }
    .img-board__list > .item { width: 100%; }
}
@media screen and (max-width: 500px) {
    .sec-trusted-by .logo__list > li { width: calc(50% - 5px); }
}