@charset "utf-8";

#wrapper.none-scroll { width: 100vw; height: 100vh; overflow: hidden; }


/* 서브 공통 */
.page_inner { width: 96%; max-width: 1720px; margin: 0 auto; position: relative; }

.sub-vis-wrap { width: 100%; padding-top: 198px; background-color: var(--sub-bg-color); }
.sub-vis-wrap .sub-vis-tit { display: flex; justify-content: space-between; align-items: flex-end; } 
.sub-vis-wrap .sub-txt-box { padding-bottom: 25px; }
.sub-vis-wrap .sub-txt-box .img-box { width: 180px; aspect-ratio: 1 / 1; }
.sub-vis-wrap .sub-txt-box .img-box > img { width: 100%; height: 100%; object-fit: contain; object-position: bottom; }
.sub-vis-wrap .sub-txt-box .box-tit { margin-top: 37px; margin-bottom: 8px; }
.sub-vis-wrap .sub-txt-box .box-tit > span { display: block; font: 600 50px/125% 'PRESB', sans-serif; color: #fff; }
.sub-vis-wrap .sub-txt-box .box-txt { font: 500 40px/125% 'PREM', sans-serif; color: var(--kcolor-violet); }
.sub-vis-wrap .sub-vis-tit h2 { font: 700 120px / 125% 'PREB', sans-serif; color: var(--sub-black); }
.sub-vis-wrap .bread-crumble { display: flex; justify-content: flex-end; align-items: center; gap: 2px; padding-bottom: 40px; margin-top: 32px; }
.sub-vis-wrap .bread-crumble p { font: 700 20px/125% 'PREB', sans-serif; letter-spacing: -0.1px; color: #fff; }
.sub-vis-wrap .bread-crumble > p:not(:last-child) { display: flex ; align-items: center; gap: 2px; position: relative; }
.sub-vis-wrap .bread-crumble > p:not(:last-child)::after { content: ''; display: inline-block; width: 24px; height: 24px; background: url('../img_pau/sub/sub_ico_arr.png') no-repeat center/contain; }
.sub-vis-wrap .bread-crumble .home { width: max-content; }
.sub-vis-wrap .bread-crumble .home > a { display: block; width: 24px; height: 25px; }
.sub-vis-wrap .bread-crumble .home > a img { vertical-align: inherit; }

.page-wrap { padding: 30px 0; border-bottom: 1px solid #dedede; position: relative; }
.page-wrap .dep1-tit { display: inline-block; font: 700 40px/125% 'PREB', sans-serif; letter-spacing: -0.2px; padding-right: 42px; position: relative; }
.page-wrap .dep1-tit::after { content: ''; display: block; width: 32px; height: 32px; background: url('../img_pau/sub/sub_ico_outlink.png') no-repeat center/contain; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.page-wrap .page_map { display: flex; align-items: center; gap: 30px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.page-wrap .page_map a { display: block; width: max-content; padding: 8px 19px; font: 400 22px/125% 'PRER', sans-serif; color: var(--sub-black); }
.page-wrap .page_map a.active { font: 700 22px/125% 'PREB', sans-serif; color: var(--main-black); }

.sub-sub-scroll .page-wrap.scroll-on { padding: 12px 0; position: sticky; top: 0; z-index: 96; background-color: #fff; }
.sub-about .page-wrap.scroll-on .dep1-tit { font-size: 28px; padding-right: 36px; }
.sub-service1 .page-wrap.scroll-on .dep1-tit { font-size: 24px; padding-right: 36px; }
.sub-sub-scroll .page-wrap.scroll-on .dep1-tit::after { width: 28px; height: 28px; }
.sub-sub-scroll .page-wrap.scroll-on .page_map a,
.sub-sub-scroll .page-wrap.scroll-on .page_map a.active { font-size: 20px; }


.page_visual { width: 100%; max-width: 1820px; margin: 70px 0 0 auto; position: relative; }
.page_visual .pg-vis-txt { width: 100%; padding: 57px 145px 53px; background-color: var(--gray-lite); }
.page_visual .pg-vis-txt .tit { font: 700 40px/125% 'PREB', sans-serif; letter-spacing: -0.2px; margin-bottom: 22px; }
.page_visual .pg-vis-txt .txt > span { display: block; font: 600 20px/180% 'PRESB', sans-serif; color: var(--sub-black); }
.page_visual .img-box { width: 450px; position: absolute; right: 100px; top: -25px; }


.sub-service1 .sub-vis-wrap .sub-txt-box .box-txt { color: var(--kcolor-blue); }
.sub-service2 .sub-vis-wrap .sub-txt-box .box-txt { color: var(--kcolor-green); }
.sub-service3 .sub-vis-wrap .sub-txt-box .box-txt { color: var(--kcolor-pink); }
.section-sub:not(.sub-about) .page_visual .img-box { width: 300px; top: 0; }


@media screen and (max-width:1720px){
    .page_visual .pg-vis-txt { padding-left: 100px; }
    .page_visual .img-box { right: 2%; }
}
@media screen and (max-width:1600px){
    .sub-vis-wrap .sub-txt-box .box-tit > span { font-size: 45px; }
    .sub-vis-wrap .sub-txt-box .box-txt { font-size: 36px; }
    .sub-vis-wrap .sub-vis-tit h2 { font-size: 108px; }
    .sub-about .sub-vis-wrap .sub-vis-tit h2 { font-size: 128px; }

    .page_visual .pg-vis-txt { padding: 50px 2%; } 
}
@media screen and (max-width:1440px){
    .sub-vis-wrap { padding-top: 156px; }
    .sub-vis-wrap .sub-txt-box { padding-bottom: 20px; }
    .sub-vis-wrap .sub-txt-box .box-tit > span { font-size: 40px; }
    .sub-vis-wrap .sub-txt-box .box-txt { font-size: 32px; }
    .sub-vis-wrap .sub-vis-tit h2 { font-size: 96px; }
    .sub-vis-wrap .bread-crumble { padding-bottom: 36px; margin-top: 24px; }

    .page-wrap .dep1-tit { font-size: 38px; }
    .page-wrap .page_map a,
    .page-wrap .page_map a.active { font-size: 20px; }

    .page_visual .pg-vis-txt { margin-bottom: 120px; }
    .page_visual .pg-vis-txt .tit { font-size: 36px; }
    .page_visual .pg-vis-txt .txt { max-width: 65%; }
    .page_visual .pg-vis-txt .txt > span { font-size: 19px; }
    .page_visual .img-box { width: 360px; top: 15px; }
    .section-sub:not(.sub-about) .page_visual .img-box { width: 280px; }
}
@media screen and (max-width:1280px){
    .sub-vis-wrap .sub-txt-box .img-box { width: 160px; }
    .sub-vis-wrap .sub-txt-box .box-tit > span { font-size: 36px; }
    .sub-vis-wrap .sub-txt-box .box-txt { font-size: 28px; }
    .sub-vis-wrap .sub-vis-tit h2 { font-size: 92px; }

    .page-wrap .page_inner { display: flex; justify-content: space-between; align-items: center; }
    .page-wrap .dep1-tit { font-size: 36px; }
    .page-wrap .page_map { position: static; transform: translate(0, 0); }

    .sub-about .page-wrap.scroll-on .dep1-tit { font-size: 26px; }
    .sub-service1 .page-wrap.scroll-on .dep1-tit { font-size: 23px; }
    .sub-sub-scroll .page-wrap.scroll-on .page_map a,
    .sub-sub-scroll .page-wrap.scroll-on .page_map a.active { font-size: 18px; }

    .page_visual .pg-vis-txt { margin-bottom: 80px; }
    .page_visual .pg-vis-txt .txt { max-width: calc(100% - 280px); }
    .page_visual .img-box { width: 320px; top: 55px; }
    .section-sub:not(.sub-about) .page_visual .img-box { width: 250px; }
}
@media screen and (max-width:1024px){
    .sub-vis-wrap .sub-txt-box .img-box { width: 150px; }
    .sub-vis-wrap .sub-txt-box .box-tit { margin-top: 30px; }
    .sub-vis-wrap .sub-txt-box .box-tit > span { font-size: 32px; }
    .sub-vis-wrap .sub-txt-box .box-txt { font-size: 25px; }
    .sub-vis-wrap .sub-vis-tit h2 { font-size: 64px; line-height: 100%; position: absolute; right: 2%; bottom: 85px; }

    .sub-vis-wrap .bread-crumble { padding-bottom: 30px; margin-top: 12px; }
    .sub-vis-wrap .bread-crumble p { font-size: 18px; line-height: 22px; }
    .sub-vis-wrap .bread-crumble > p:not(:last-child)::after { width: 22px; height: 22px; }
    .sub-vis-wrap .bread-crumble .home > a { width: 22px; height: 22px; }

    .page-wrap .dep1-tit { font-size: 32px; }
    .page-wrap .page_map { gap: 20px; }
    .page-wrap .page_map a { font-size: 19px; padding: 8px 14px; }
    .page-wrap .page_map a.active { font-size: 19px; }

    .sub-about .page-wrap.scroll-on .dep1-tit { font-size: 24px; padding-right: 30px; }
    .sub-service1 .page-wrap.scroll-on .dep1-tit { font-size: 22px; padding-right: 30px; }
    .sub-sub-scroll .page-wrap.scroll-on .dep1-tit::after { width: 24px; height: 24px; }

    .page_visual .pg-vis-txt .txt { max-width: 100%; }
    .page_visual .img-box { width: 200px; top: 70%; }
    .section-sub:not(.sub-about) .page_visual .img-box { width: 180px; top: 120px; }
}
@media screen and (max-width:768px){
    .page_inner { width: 94%; }
    .sub-vis-wrap { padding-top: 132px; }
    .sub-vis-wrap .sub-txt-box .img-box { width: 120px; }
    .sub-vis-wrap .sub-txt-box .box-tit { margin-top: 20px; margin-bottom: 6px; }
    .sub-vis-wrap .sub-txt-box .box-tit > span { font-size: 24px; }
    .sub-vis-wrap .sub-txt-box .box-txt { font-size: 19px; }
    .sub-vis-wrap .sub-vis-tit h2 { font-size: 60px; bottom: 80px; }

    .page-wrap .page_inner { flex-direction: column; align-items: flex-start; gap: 12px; }
    .page-wrap .dep1-tit { font-size: 28px; padding-right: 38px; }
    .page-wrap .dep1-tit::after { width: 28px; height: 28px; }
    .page-wrap .page_map a { padding: 8px 16px 0 0; }

    .page_visual { margin: 0; }
    .page_visual .pg-vis-txt { padding: 42px 3%; }
    .page_visual .pg-vis-txt .tit { font-size: 32px; }
    .page_visual .pg-vis-txt .txt > span { display: inline; font-size: 18px; word-break: keep-all; }
    .section-sub:not(.sub-about) .page_visual .img-box { width: 160px; top: 150px; }
}
@media screen and (max-width:640px){
    .sub-vis-wrap .sub-txt-box { padding-bottom: 120px; }
    .sub-vis-wrap .sub-txt-box .img-box { width: 80px; }
    .sub-vis-wrap .sub-vis-tit h2 { font-size: 56px; }

    .page-wrap .page_inner { gap: 8px; }
    .page-wrap .page_map { gap: 12px; }
    .page-wrap .dep1-tit { font-size: 24px; }
    .page-wrap .page_map a,
    .page-wrap .page_map a.active { font-size: 18px; }

    .sub-about .page-wrap.scroll-on .dep1-tit { font-size: 22px; padding-right: 28px; }
    .sub-service1 .page-wrap.scroll-on .dep1-tit { font-size: 20px; padding-right: 28px; }
    .sub-sub-scroll .page-wrap.scroll-on .dep1-tit::after { width: 22px; height: 22px; }
    .sub-sub-scroll .page-wrap.scroll-on .page_map a,
    .sub-sub-scroll .page-wrap.scroll-on .page_map a.active { font-size: 15px; }

    .page_visual .pg-vis-txt .tit { font-size: 28px; }
    .page_visual .img-box { width: 190px; }
    .section-sub:not(.sub-about) .page_visual .img-box { width: 130px; top: 160px; right: 3%; }
}
@media screen and (max-width:480px){
    .sub-vis-wrap .sub-vis-tit { flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 30px; }
    .sub-vis-wrap .sub-vis-tit h2 { width: 100%; font-size: 44px; text-align: right; opacity: 0.9; bottom: 70px; }
    

    .page-wrap { padding: 30px 0 24px; }
    .page-wrap .page_inner > div { width: 100%; overflow-x: scroll; }
    .page-wrap .page_map { padding-bottom: 4px; }
    .page-wrap .dep1-tit { font-size: 22px; padding-right: 32px; }
    .page-wrap .dep1-tit::after { width: 24px; height: 24px; }
    .page-wrap .page_map a,
    .page-wrap .page_map a.active { font-size: 15px; }

    .page_visual .pg-vis-txt .tit { font-size: 24px; }
    .page_visual .pg-vis-txt .txt > span { font-size: 17px; }
    .page_visual .img-box {  width: 160px; top: 72%; }
    .section-sub:not(.sub-about) .page_visual .img-box { width: 90px; top: 190px; }
}




/* Dep1 About S ----------------------------------------------------------------- */
.sub-about .sub-vis-wrap .sub-vis-tit h2 { font-size: 140px; }

.page-about .page_inner { display: grid; grid-template-columns: 434px auto; padding-top: 140px; padding-bottom: 160px; }
.page-about .left-box { width: 100%; position: relative; }
.page-about .left-box .img-box { position: absolute; left: 50%; top: 0; transform: translateX(-40%); }

.page-about .right-box .box-tit { font: 700 60px/100% 'PREB', sans-serif; letter-spacing: -0.3px; margin-bottom: 72px; }
.page-about .right-box .txt-box { display: flex; flex-direction: column; gap: 43px; }
.page-about .right-box .txt-box .txt > span { display: block; font: 400 22px/180% 'PRER', sans-serif; } 
.page-about .right-box .frm-name { font: 700 26px/32px 'PREB', sans-serif; margin-top: 27px; }

 /* Greet */
.page-about.about-greet .left-box .img-box { width: 170px; }

/* Philoshphy */
.page-about.about-philosophy .right-box .box-cont + .box-cont { margin-top: 140px; }
.page-about.about-philosophy .right-box .box-tit { margin-bottom: 40px; }
.page-about.about-philosophy .right-box .cont3 .box-tit { margin-bottom: 50px; }
.page-about.about-philosophy .right-box .box-tit > span { display: inline-block; margin-left: 4px; color: var(--kcolor-violet); }
.page-about.about-philosophy .right-box .box-txt { font: 400 30px/32px 'PRER', sans-serif; }
.page-about.about-philosophy .right-box .cont3 .img-box { width: 100%; max-width: 990px; }
.page-about.about-philosophy .right-box .cont3 .img-box .img-pc { display: block; }
.page-about.about-philosophy .right-box .cont3 .img-box .img-mb { display: none; }
.page-about.about-philosophy .right-box .cont3 ul { margin-top: 50px; }
.page-about.about-philosophy .right-box .cont3 ul li { font: 400 24px/40px 'PRER', sans-serif; padding-left: 20px; position: relative; }
.page-about.about-philosophy .right-box .cont3 ul li + li { margin-top: 12px; }
.page-about.about-philosophy .right-box .cont3 ul li::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background-color: var(--main-black); position: absolute; left: 0; top: 17px; }

/* CI */
.page-about.about-ci .right-box .box-cont { max-width: 1140px; }
.page-about.about-ci .right-box .box-cont + .box-cont { margin-top: 70px; }
.page-about.about-ci .right-box .box-cont ul { padding-left: 10px; }
.page-about.about-ci .right-box .box-cont ul li { font: 400 24px/32px 'PRER', sans-serif; padding-left: 20px; position: relative; }
.page-about.about-ci .right-box .box-cont ul li + li { margin-top: 20px; }
.page-about.about-ci .right-box .box-cont ul li::before { content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background-color: var(--main-black); position: absolute; left: 0; top: 17px; }
.page-about.about-ci .right-box .cont2 .ci-img-box { width: 100%; max-width: 1140px; padding: 90px 0; background: url('../img_pau/sub/sub_ci_lineBg.png') no-repeat left top/1140px 300px; position: relative; }
.page-about.about-ci .right-box .cont2 .ci-img-box .img-box { width: 375px; margin: 0 auto; }
.page-about.about-ci .right-box .cont2 ul { margin-top: 70px; }

/* Journey */
.page-about.about-journey { overflow-x: hidden; }
.page-about.about-journey .cont1 { margin-bottom: 300px; }
.page-about.about-journey .right-box .box-tit { margin-bottom: 50px; letter-spacing: -0.3px; }
.page-about.about-journey .cont1 .img-box { display: flex; flex-direction: column; width: calc(100% + 100px); max-width: 1384px; position: relative; left: 0; }
.page-about.about-journey .cont1 .box-txt { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); z-index: 2; }
.page-about.about-journey .cont1 .box-txt .tit { width: max-content;; font: 900 68px/80px 'PREBK', sans-serif; margin-bottom: 10px; text-align: center; color: #fff; }
.page-about.about-journey .cont1 .box-txt .sub-txt { font: 600 28px/125% 'PRESB', sans-serif; text-align: center; color: #fff; } 
.page-about.about-journey .cont2 .box-tit { font-size: 54px; line-height: 160%; letter-spacing: -0.108px; margin-bottom: 125px; }
.page-about.about-journey .cont2 .box-tit > span { display: block; }
.page-about.about-journey .val-wrap { display: flex; flex-direction: column; gap: 50px; }
.page-about.about-journey .val-wrap .val-box { display: flex; align-items: center; gap: 80px; }
.page-about.about-journey .val-wrap .val-box .img-box { display: flex; justify-content: center; align-items: center; width: 266px; height: 240px; padding: 45px 58px; border: 1px solid #ededed; }
.page-about.about-journey .val-wrap .val-box .img-box > img { width: 160px; height: 150px; object-fit: contain; }
.page-about.about-journey .val-wrap .val-box dt { font: 700 36px/100% 'PREB', sans-serif; margin-bottom: 26px; } 
.page-about.about-journey .val-wrap .val-box dd > span { display: block; font: 400 26px/180% 'PRER', sans-serif; }




@media screen and (max-width:1720px){
    .page-about .page_inner { grid-template-columns: 22% auto; }
    .page-about .right-box .txt-box .txt > span { display: inline; }

    .page-about.about-journey .cont1 .img-box { width: calc(100% + 3%); }
} 
@media screen and (max-width:1440px){
    .sub-about .sub-vis-wrap .sub-vis-tit h2 { font-size: 116px; }
    
    .page-about .right-box .box-tit { font-size: 54px; margin-bottom: 54px; }

    .page-about.about-philosophy .right-box .box-txt { font-size: 29px; }

    .page-about.about-ci .right-box .cont2 .ci-img-box { max-width: 930px; }

    .page-about.about-journey .cont1 { margin-bottom: 240px; }
    .page-about.about-journey .cont1 .box-txt .tit { font-size: 56px; line-height: 110%; }
    .page-about.about-journey .cont1 .box-txt .sub-txt { font-size: 26px; }
    .page-about.about-journey .cont2 .box-tit { font-size: 48px; line-height: 140%; margin-bottom: 100px; }
    .page-about.about-journey .val-wrap .val-box { gap: 50px; }
    .page-about.about-journey .val-wrap .val-box .img-box { width: 248px; height: 220px; }
}
@media screen and (max-width:1280px){
    .sub-about .sub-vis-wrap .sub-vis-tit h2 { font-size: 104px; }

    .page-about .right-box .box-tit { font-size: 48px; margin-bottom: 48px; }
    .page-about .left-box .img-box { width: 50% !important; left: 30%; transform: translateX(0); }

    .page-about:not(.about-greet) .left-box .img-box {width: 75% !important; left: 3%; }
    .page-about.about-philosophy .right-box .box-cont + .box-cont { margin-top: 120px; }
    .page-about.about-philosophy .right-box .box-txt { font-size: 28px; }
    .page-about.about-philosophy .right-box .cont3 ul li { font-size: 22px; }

    .page-about.about-ci .right-box .box-cont ul li { font-size: 22px; }
    .page-about.about-ci .right-box .cont2 .ci-img-box { max-width: 751px; padding: 61px 0; }
    .page-about.about-ci .right-box .cont2 .ci-img-box .img-box { width: 320px; }

    .page-about.about-journey .cont1 { margin-bottom: 200px; }
    .page-about.about-journey .cont1 .img-box { height: 360px; }
    .page-about.about-journey .cont1 .img-box > img { width: 100%; height: 100%; object-fit: cover; object-position: 20%; }
    .page-about.about-journey .cont1 .box-txt .tit { font-size: 44px; }
    .page-about.about-journey .cont1 .box-txt .sub-txt { font-size: 24px; }
    .page-about.about-journey .cont2 .box-tit { font-size: 38px; margin-bottom: 80px; }
    .page-about.about-journey .val-wrap .val-box { gap: 30px; }
    .page-about.about-journey .val-wrap .val-box .img-box { width: 200px; height: 190px; }
    .page-about.about-journey .val-wrap .val-box .img-box > img { width: 120px; height: 120px; }
    .page-about.about-journey .val-wrap .val-box dt { font-size: 28px; }
    .page-about.about-journey .val-wrap .val-box dd > span { font-size: 22px; line-height: 140%; }
}
@media screen and (max-width:1024px){
    .sub-about .sub-vis-wrap .sub-vis-tit h2 { font-size: 84px; }
    .page-about .right-box .box-tit { font-size: 40px; margin-bottom: 40px; }
    .page-about .right-box .txt-box { gap: 30px; }
    .page-about .right-box .txt-box .txt > span { font-size: 20px; line-height: 160%; }
    .page-about .right-box .frm-name { font-size: 24px; margin-top: 24px; }

    .page-about.about-philosophy .right-box .box-tit,
    .page-about.about-philosophy .right-box .cont3 .box-tit { margin-bottom: 30px; }
    .page-about.about-philosophy .right-box .box-txt { font-size: 26px; }
    .page-about.about-philosophy .right-box .cont3 .img-box .img-pc { display: none; }
    .page-about.about-philosophy .right-box .cont3 .img-box .img-mb { display: block; }
    .page-about.about-philosophy .right-box .cont3 ul li { font-size: 20px; line-height: 180%; padding-left: 16px; }
    .page-about.about-philosophy .right-box .cont3 ul li::before { top: 15px; }

    .page-about.about-ci .right-box .box-cont ul li { font-size: 20px; line-height: 180%; padding-left: 16px; }
    .page-about.about-ci .right-box .cont2 .ci-img-box { max-width: 571px; padding: 56px 0; }
    .page-about.about-ci .right-box .cont2 .ci-img-box .img-box { width: 260px; }
    .page-about.about-ci .right-box .cont2 ul { margin-top: 40px; }
    .page-about.about-ci .right-box .box-cont ul li + li { margin-top: 8px; }

    .page-about.about-journey .right-box .box-tit { margin-bottom: 40px; }
    .page-about.about-journey .cont1 { margin-bottom: 180px; }
    .page-about.about-journey .cont1 .box-txt .tit { font-size: 36px; }
    .page-about.about-journey .cont1 .box-txt .sub-txt { font-size: 22px; }
    .page-about.about-journey .cont2 .box-tit { font-size: 34px; }
    .page-about.about-journey .cont2 .box-tit > span { display: inline; }
    .page-about.about-journey .val-wrap .val-box { gap: 24px; }
    .page-about.about-journey .val-wrap .val-box .img-box { width: 160px; height: 160px; }
    .page-about.about-journey .val-wrap .val-box .img-box > img { width: 100px; height: 100px; }
    .page-about.about-journey .val-wrap .val-box dt { font-size: 26px; }
    .page-about.about-journey .val-wrap .val-box dd > span { display: inline; font-size: 19px; }
    
}
@media screen and (max-width:768px){
    .sub-about .sub-vis-wrap .sub-vis-tit h2 { font-size: 72px; }
    .page-about .page_inner { padding: 100px 0 130px; }
    .page-about .left-box .img-box { width: 60% !important; left: 5%; }
    .page-about .right-box .box-tit { font-size: 40px; margin-bottom: 36px; }
    .page-about .right-box .txt-box { gap: 24px; }
    .page-about .right-box .txt-box .txt > span { font-size: 18px; }

    .page-about.about-philosophy .right-box .box-cont + .box-cont { margin-top: 100px; }
    .page-about.about-philosophy .right-box .box-txt { font-size: 22px; }
    .page-about.about-philosophy .right-box .cont3 ul li + li { margin-top: 14px; }
    .page-about.about-philosophy .right-box .cont3 ul li > span { display: block; font-size: 19px; line-height: 140%; }
    .page-about.about-philosophy .right-box .cont3 ul li > span:first-child { font: 700 19px/140% 'PREB', sans-serif; }

    .page-about.about-ci .right-box .cont2 .ci-img-box { max-width: 466px; padding: 55px 0; }
    .page-about.about-ci .right-box .cont2 .ci-img-box .img-box { width: 220px; }
    .page-about.about-ci .right-box .box-cont ul li { font-size: 19px; }
    .page-about.about-ci .right-box .cont2 ul li + li { margin-top: 12px; }
    .page-about.about-ci .right-box .cont2 ul li > span { display: block; font-size: 19px; line-height: 140%; }
    .page-about.about-ci .right-box .cont2 ul li > span:first-child { font: 700 19px/140% 'PREB', sans-serif; margin-bottom: 4px; }

    .page-about.about-journey .right-box .box-tit { font-size: 36px; }
    .page-about.about-journey .cont1 .img-box { width: calc(100% + 4%); height: 320px; }
    .page-about.about-journey .cont1 .box-txt .tit { font-size: 32px; }
    .page-about.about-journey .cont1 .box-txt .sub-txt { font-size: 19px; }
    .page-about.about-journey .cont2 .box-tit { font-size: 30px; }
    .page-about.about-journey .val-wrap .val-box { flex-direction: column; align-items: flex-start; gap: 12px; }
    .page-about.about-journey .val-wrap .val-box dt { font-size: 24px; margin-bottom: 12px; }
    .page-about.about-journey .val-wrap .val-box dd > span { font-size: 18px; }
}
@media screen and (max-width:640px){
    .sub-about .sub-vis-wrap .sub-vis-tit h2 { font-size: 66px; }
    .page-about .right-box .box-tit { font-size: 36px; margin-bottom: 24px; }

    .page-about.about-philosophy .right-box .box-tit,
    .page-about.about-philosophy .right-box .cont3 .box-tit { margin-bottom: 20px; }
    .page-about.about-philosophy .right-box .box-txt { max-width: 90%; font-size: 20px; word-break: keep-all; }
    .page-about.about-philosophy .right-box .cont3 ul { margin-top: 30px; }
    .page-about.about-philosophy .right-box .cont3 ul li > span:first-child { font-size: 18px; }
    .page-about.about-philosophy .right-box .cont3 ul li > span { font-size: 17px; }

    .page-about.about-ci .right-box .cont2 .ci-img-box { max-width: 346px; padding: 52px 0; }
    .page-about.about-ci .right-box .cont2 .ci-img-box .img-box { width: 190px; }
    .page-about.about-ci .right-box .box-cont ul li { font-size: 18px; word-break: keep-all; }
    .page-about.about-ci .right-box .cont2 ul li > span:first-child { font-size: 18px; }
    .page-about.about-ci .right-box .cont2 ul li > span { font-size: 17px; }

    .page-about.about-journey .right-box .box-tit { width: 80%; line-height: 125%; }
    .page-about.about-journey .cont1 .box-txt .tit { font-size: 24px; }
    .page-about.about-journey .cont1 .box-txt .sub-txt { max-width: 80%; margin: 0 auto; font-size: 18px; }
    .page-about.about-journey .right-box .cont2 .box-tit { width: 100%; font-size: 26px; }
    .page-about.about-journey .val-wrap .val-box .img-box { width: 140px; height: 140px; }
    .page-about.about-journey .val-wrap .val-box .img-box > img { width: 80px; height: 80px; }
    .page-about.about-journey .val-wrap .val-box dt { line-height: 120%; margin-bottom: 8px; }
}
@media screen and (max-width:480px){
    .sub-about .sub-vis-wrap .sub-vis-tit h2 { font-size: 52px; }
    .page-about .page_inner { padding: 0 0 80px; }
    .page-about .page_inner { grid-template-columns: auto; }
    .page-about .left-box .img-box { display: none; }
    .page-about .right-box .box-tit { font-size: 32px; }
    .page-about .right-box .txt-box .txt > span { font-size: 17px; line-height: 180%; word-break: keep-all; }
    .page-about .right-box .frm-name { font-size: 20px; } 

    .page-about.about-philosophy .right-box .box-cont + .box-cont { margin-top: 72px; }
    .page-about.about-philosophy .right-box .cont3 ul li > span { word-break: keep-all; }

    .page-about.about-ci .right-box .cont2 .ci-img-box { max-width: 331px; padding: 54px 0; margin: 0 auto; }
    .page-about.about-ci .right-box .cont2 .ci-img-box .img-box { width: 180px; }
    .page-about.about-ci .right-box .box-cont ul { padding-left: 0; }
    .page-about.about-ci .right-box .box-cont ul li { font-size: 17px; }
    .page-about.about-ci .right-box .cont2 ul li > span:first-child { font-size: 18px; }
    .page-about.about-ci .right-box .cont2 ul li > span { font-size: 17px; }

    .page-about.about-journey .cont1 { margin-bottom: 480px; }
    .page-about.about-journey .cont1 .img-box { width: 100vw; position: absolute; left: -3%; }
    .page-about.about-journey .right-box .box-tit { width: 100%; font-size: 24px; }
    .page-about.about-journey .right-box .cont2 .box-tit { font-size: 24px; word-break: keep-all; }
    .page-about.about-journey .val-wrap { gap: 64px; }
    .page-about.about-journey .val-wrap .val-box dt { font-size: 20px; }
    .page-about.about-journey .val-wrap .val-box dd > span { font-size: 17px; word-break: keep-all; }
    .page-about.about-journey .val-wrap .val-box .img-box > img { width: 72px; height: 72px; }

}

/* Dep1 About E ----------------------------------------------------------------- */


/* Dep1 서비스 통합 S ----------------------------------------------------------------- */
.page-service .page_inner::after { content: ''; display: block; clear: both; height: 0; }
.page-service .left-box { width: 448px; margin-top: 110px; float: left; position: sticky; top: 0; }
.page-service .left-box .page-nav { padding-top: 80px; position: relative; }
.page-service .left-box .page-nav::after { content: ''; width: 5px; height: 60px; background-color: var(--main-black); position: absolute; left: 0; top: 0; }
.page-service .left-box .page-nav li { max-width: 227px; }
.page-service .left-box .page-nav li + li { margin-top: 10px; }
.page-service .left-box .page-nav li a { display: block; padding: 8px 20px 7px 0; font: 400 26px/125% 'PRER', sans-serif; color: #888; }
.page-service .left-box .page-nav li a.on { font: 600 26px/125% 'PRESB', sans-serif; color: var(--main-black); }

.page-service .right-box {  width: calc(100% - 448px); max-width: 1140px; float: left; }
.page-service .right-box .box-cont { display: flex; flex-direction: column; gap: 100px; padding: 160px 0 180px; }
.page-service .right-box .box-cont:first-child { padding-top: 200px; }
.page-service .tit-box { display: grid; grid-template-columns: 412px auto; align-items: center; gap: 66px; }
.page-service .tit-box .logo-box { width: 100%; height: 0; padding-bottom: 51.2135%; border: 1px solid #ededed; position: relative; }
.page-service .tit-box .logo-box > img { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.page-service.about-edu .cont1 .tit-box .logo-box > img { width: 70%; max-width: 272px; }
.page-service.about-edu .cont2 .tit-box .logo-box > img { width: 71%; max-width: 290px; }
.page-service.about-faiv .tit-box .logo-box > img { width: 56%; max-width: 230px; }
.page-service.about-beauty .cont1 .tit-box .logo-box > img { width: 56%; max-width: 230px; }
.page-service.about-beauty .cont2 .tit-box .logo-box > img { width: 45%; max-width: 182px; }


.page-service .tit-box .info-box .tit { font: 700 50px/38px 'PREB', sans-serif; letter-spacing: -1px; margin-bottom: 16px; }
.page-service .tit-box .info-box .txt { font: 400 26px/38px 'PRER', sans-serif; letter-spacing: -0.26px; margin-bottom: 35px; }
.page-service .tit-box .info-box > a { display: inline-block; font: 700 22px/32px 'PREB', sans-serif; color: #333; padding-bottom: 2px; border-bottom: 1px solid #666;  position: relative; }
.page-service .tit-box .info-box > a::after { content: ''; display: block; width: 24px; height: 24px; background: url('../img_pau/sub/sub_ico_out.png') no-repeat center/contain; position: absolute; right: -40px; top: calc(50% - 12px); }

.page-service .right-box .box-tit { font: 600 34px/40px 'PRESB', sans-serif; letter-spacing: -0.34px; margin-bottom: 36px; }
.page-service .tag-box .tag-wrap { display: flex; flex-wrap: wrap; gap: 20px; }
.page-service .tag-box .tag-wrap p { padding: 20px; font: 400 22px/100% 'PRER', sans-serif; letter-spacing: -0.2px; color: #333; border-radius: 5px; border: 1px solid #edededee;}
.page-service.about-beauty .cont2 .tag-box .tag-wrap { display: block; }
.page-service.about-beauty .cont2 .tag-box .tag-wrap li + li { margin-top: 6px; }
.page-service.about-beauty .cont2 .tag-box .tag-wrap p { padding: 0 0 0 20px; line-height: 180%; border: 0; position: relative; }
.page-service.about-beauty .cont2 .tag-box .tag-wrap p::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background-color: #333; position: absolute; left: 0; top: 18px; }


.page-service .feat-wrap { display: grid; grid-template-columns: repeat(4, 1fr); gap: 50px 24px; }
.page-service .feat-box .ico-box { width: 100%; height: 160px; border-radius: 5px; border: 1px solid #ededed; padding: 35px; margin-bottom: 30px; }
.page-service .feat-box .ico-box > img { width: 100%; height: 100%; object-fit: contain; }
.page-service .feat-box .feat-tit { font: 700 22px/100% 'PREB', sans-serif; letter-spacing: -0.44px; white-space: pre; text-align: center; margin-bottom: 20px; }
.page-service.about-edu .feat-box .feat-tit { color: var(--kcolor-blue); }
.page-service.about-faiv .feat-box .feat-tit { color: var(--kcolor-green); }
.page-service.about-beauty .feat-box .feat-tit { color: var(--kcolor-pink); }
.page-service .feat-box .feat-txt > span { display: block; font: 400 19px/160% 'PRER', sans-serif; color: var(--sub-black); text-align: center; white-space: pre; }



@media screen and (max-width:1600px){
    .page-service .left-box { width: 360px; }
    .page-service .right-box { width: calc(100% - 360px); }
    .page-service .right-box .box-cont { padding-bottom: 80px; }
    .page-service .right-box .box-cont:last-child { padding-bottom: 120px; }
    .page-service .tit-box { grid-template-columns: 380px auto; gap: 36px; }
    .page-service .tit-box .info-box .tit { font-size: 46px; }
    .page-service .tag-box .tag-wrap { gap: 16px; }
}
@media screen and (max-width:1440px){
    .page-service .left-box { width: 300px; }
    .page-service .right-box { width: calc(100% - 300px); }
    .page-service .right-box .box-cont { padding-bottom: 50px; }
    .page-service .tit-box .info-box .tit { font-size: 40px; }
    .page-service .right-box .box-tit { font-size: 30px; margin-bottom: 24px; }
    .page-service .tag-box .tag-wrap p { font-size: 20px; }
    .page-service .feat-wrap { grid-template-columns: repeat(3, 1fr); }
}
@media screen and (max-width:1280px){
    .page-service .left-box { width: 260px; margin-top: 40px; }
    .page-service .left-box .page-nav li + li { margin-top: 6px; }
    .page-service .left-box .page-nav li a { font-size: 22px; }
    .page-service .left-box .page-nav li a.on { font-size: 22px; }
    .page-service .right-box { width: calc(100% - 260px); }
    .page-service .right-box .box-cont { gap: 80px; }
    .page-service .right-box .box-cont:first-child { padding-top: 130px; }
    .page-service .right-box .box-tit { font-size: 28px; }
    .page-service .tit-box { grid-template-columns: 320px auto; }
    .page-service .tit-box .info-box .tit { font-size: 32px; }
    .page-service .tit-box .info-box .txt { font-size: 22px; line-height: 125%; margin-bottom: 16px; }
    .page-service .tit-box .info-box > a { font-size: 20px; }
    .page-service .tag-box .tag-wrap p { padding: 18px; font-size: 18px; }
    .page-service.about-beauty .cont2 .tag-box .tag-wrap li + li { margin-top: 20px; }
    .page-service.about-beauty .cont2 .tag-box .tag-wrap p { line-height: 140%; }
    .page-service .feat-box .ico-box { height: 150px; padding: 42px; margin-bottom: 20px; }
    .page-service .feat-wrap { gap: 50px 12px; }
    .page-service .feat-box .feat-tit { font-size: 18px;  word-break: keep-all; margin-bottom: 12px; }
    .page-service .feat-box .feat-txt > span { font-size: 16px; white-space: inherit; word-break: keep-all; }
}
@media screen and (max-width:1024px){
    .page-service .page_inner { width: 100%; }

    .page-service .left-box { width: 100%; padding: 0 2%; margin-top: 20px; background-color: #fff; float: unset; z-index: 10; }
    .sub-sub-scroll .page-service .left-box.scroll-on { box-shadow: 2px 2px 6px rgba(0,0,0,0.12); }
    .page-service .left-box .page-nav { padding: 14px 0 14px 20px; background-color: #fff; }
    .page-service .left-box .page-nav::after { height: 80%; }
    .page-service .left-box .page-nav > ul { display: flex; align-items: center; }
    .page-service .left-box .page-nav li { max-width: unset; }
    .page-service .left-box .page-nav li + li { margin-top: 0; }
    .page-service .left-box .page-nav li a { width: max-content; font-size: 20px; }
    .page-service .left-box .page-nav li a.on { font-size: 20px; }
    .page-service .right-box { width: 94%; margin: 0 auto; float: unset; }
    .page-service .right-box .box-cont { gap: 60px; padding-top: 40px; padding-bottom: 80px; }
    .page-service .right-box .box-cont:first-child { padding-top: 40px; }
    .page-service .right-box .box-tit { font-size: 26px; margin-bottom: 20px; }
    .page-service .tit-box { grid-template-columns: auto; }
    .page-service .tit-box .logo-box { padding-bottom: 35%; }
    .page-service .tit-box .info-box .tit { font-size: 38px; }
    .page-service .tit-box .info-box .txt { font-size: 24px; margin-bottom: 24px; }
    .page-service .tag-box .tag-wrap { gap: 8px; }
    .page-service .tag-box .tag-wrap p { padding: 16px; font-size: 16px; }
    .page-service.about-beauty .cont2 .tag-box .tag-wrap p { font-size: 18px; word-break: keep-all; }
    .page-service .miael-wrap .feat-box:nth-child(3) .feat-txt > span:first-child { letter-spacing: -0.6px; }
}
@media screen and (max-width:768px){
    .page-service .left-box .page-nav { padding: 10px 0 10px 20px; }
    .page-service .tit-box .info-box .tit { font-size: 34px; margin-bottom: 12px; }
    .page-service .tit-box .info-box .txt { font-size: 22px; line-height: 120%; }
    .page-service .feat-wrap { grid-template-columns: repeat(2, 1fr); gap: 40px 10px; }
    .page-service .feat-box .ico-box { height: 140px; margin-bottom: 16px; }
    .page-service .feat-box .feat-tit { font-size: 17px; }

}
@media screen and (max-width:640px){
    .sub-sub-scroll .page-service .left-box { padding-bottom: 7px; }
    
    .page-service .left-box .page-nav li a,  
    .page-service .left-box .page-nav li a.on { font-size: 19px; line-height: 110%; letter-spacing: -0.3px; padding: 8px 18px 0 0; }
    .page-service .tit-box .info-box .tit { font-size: 30px; }
    .page-service .tit-box .info-box .txt { font-size: 18px; word-break: keep-all; }
    .page-service .tit-box .info-box > a { font-size: 18px; }
    .page-service .feat-box .feat-txt > span { font-size: 15px; }
    .page-service .college-wrap .feat-box:last-child .feat-tit { letter-spacing: -1.2px; }
    .page-service.about-beauty .cont2 .tag-box .tag-wrap p { font-size: 17px; }
}
@media screen and (max-width:480px){
    .section-sub.sub-service2 .page_visual .img-box { top: 160px; }

    .sub-sub-scroll .page-service .left-box { padding-bottom: 4px; }
    
    .page-service .left-box .page-nav li a,  
    .page-service .left-box .page-nav li a.on { font-size: 18px; line-height: 110%; }
    .page-service .right-box .box-cont { padding-bottom: 0; }
    .page-service .right-box .box-cont:first-child { padding-top: 28px; }
    .page-service .right-box .box-cont:last-child { padding-bottom: 100px; }
    .page-service .right-box .box-tit { font-size: 24px; }
    .page-service .tit-box .logo-box { padding-bottom: 50%; }
    .page-service .tit-box .info-box .tit { font-size: 24px; margin-bottom: 6px; }
    .page-service .tag-box .tag-wrap p { padding: 15px; font-size: 15px; }
    .page-service.about-beauty .cont2 .tag-box .tag-wrap p { font-size: 16px; }
    .page-service .feat-wrap { grid-template-columns: 1fr; gap: 24px 8px; }
    .page-service .feat-box .ico-box { height: 168px; padding: 52px; margin-bottom: 14px; }
    .page-service .feat-box .feat-tit { font-size: 19px; }
    .page-service .feat-box .feat-txt { width: 100%; text-align: center; }
    .page-service .feat-box .feat-txt > span { display: inline; font-size: 16px; }
}

/* Dep1 서비스 통합 E ----------------------------------------------------------------- */



/* Dep1 통합 솔루션 S ----------------------------------------------------------------- */
.sub-solution .sub-vis-wrap { background-color: #9B2AFF; }
.sub-solution .sub-vis-wrap .sub-txt-box .box-txt { color: #C893FD; }
.sub-solution  .sub-vis-wrap .sub-vis-tit h2 { color: #C893FD; }

.sub-solution .page_visual { max-width: unset; margin: 0; }
.sub-solution .page_visual .page-top { display: grid; grid-template-columns: 432px auto; padding-top: 200px; }
.sub-solution .page_visual .page-top > p { font: 700 30px/125% 'PREB', sans-serif; letter-spacing: -0.15px; color: #bbb; }
.sub-solution .page_visual .box-tit { margin-bottom: 100px; }
.sub-solution .page_visual .box-tit > span { display: block; font: 600 54px/70px 'PRESB', sans-serif; }
.sub-solution .page_visual .top-tit-box .img-box { width: 578px; position: static; }

.sub-solution .page-bn { max-width: 1820px; margin: 150px 0 0 auto; position: relative; }
.section-sub.sub-solution .page-bn > .img-box { width: 100%; position: static; } 
.sub-solution .page-bn .txt-box { width: max-content; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); } 
.sub-solution .page-bn .txt-box .tit { font: 700 68px/125% 'PREB', sans-serif; letter-spacing: -0.34px; color: #fff; margin-bottom: 6px; }
.sub-solution .page-bn .txt-box .txt { font: 600 28px/38px 'PRESB', sans-serif; color: #fff; }
.sub-solution .page-bn .ico-box { width: 264px; aspect-ratio: 1 / 1; position: absolute; left: 80px; top: 160px; }

.page-service.total-solution .left-box { max-width: 268px; }
.page-service.total-solution .right-box { width: calc(100% - 268px); max-width: 1320px; }
.page-service.total-solution .right-box .box-cont { padding: 120px 0 180px; }
.page-service.total-solution .right-box .box-cont:first-child { padding-top: 200px; }
.page-service.total-solution .right-box .box-cont:last-child { padding-bottom: 240px; }
.page-service.total-solution .tit-box { grid-template-columns: 442px auto; gap: 32px; position: relative; }
.page-service.total-solution .cont2 .tit-box { grid-template-columns: auto 442px; gap: 32px; }
.page-service.total-solution .tit-box .tag { font: 700 30px/125% 'PREB', sans-serif; color: #C893FD; margin-bottom: 35px; }
.page-service.total-solution .tit-box .tit { font: 700 50px/100% 'PREB', sans-serif; letter-spacing: -1px; margin-bottom: 22px; } 
.page-service.total-solution .cont3 .tit-box .tit { font-size: 48px; letter-spacing: -2.92px; }
.page-service.total-solution .tit-box .txt > span { display: block; font: 400 26px/40px 'PRER', sans-serif; color: #222; }
.page-service.total-solution .tit-box .ico-box { width: 130px; aspect-ratio: 1 / 1; position: absolute; }

.page-service.total-solution .cont1 .tit-box .ico-box { right: 0; top: 30px; }
.page-service.total-solution .cont2 .tit-box .ico-box { right: 500px; top: 130px; }
.page-service.total-solution .cont3 .tit-box .ico-box { right: 0; top: -20px; }


@media screen and (max-width:1720px){
    .page-service.total-solution .right-box .box-cont { padding-bottom: 150px; }
    .sub-solution .page_visual .box-tit > span { font-size: 50px; }
    .page-service.total-solution .tit-box .tit,
    .page-service.total-solution .cont3 .tit-box .tit { font-size: 46px; }
    .page-service.total-solution .tit-box .txt > span { font-size: 25px; line-height: 170%; letter-spacing: -0.5px; }
    .page-service.total-solution .cont3 .tit-box .ico-box { top: -30px; }
} 
@media screen and (max-width:1600px){
    .sub-solution .page_visual .page-top { grid-template-columns: 412px auto; }
    .sub-solution .page_visual .page-top > p { font-size: 28px; }
    .sub-solution .page_visual .box-tit { margin-bottom: 80px; margin-top: -13px; }
    .sub-solution .page_visual .box-tit > span { font-size: 44px; line-height: 125%; }
    .sub-solution .page_visual .top-tit-box .img-box { width: 540px; }

    .sub-solution .page-bn .txt-box .tit { font-size: 58px; text-align: center; }
    .sub-solution .page-bn .txt-box .txt { font-size: 25px; }
    .sub-solution .page-bn .ico-box { width: 244px; left: 5%; top: 50%; transform: translateY(-50%); }
    
    .page-service.total-solution .tit-box { grid-template-columns: 400px auto; }
    .page-service.total-solution .cont2 .tit-box { grid-template-columns: auto 400px; }
    .page-service.total-solution .tit-box .tit,
    .page-service.total-solution .cont3 .tit-box .tit { font-size: 42px; }
    .page-service.total-solution .tit-box .txt > span { display: inline; }
    .page-service.total-solution .cont2 .tit-box .ico-box { right: 440px; top: -50px; }
    .page-service.total-solution .cont3 .tit-box .ico-box { top: -90px; }
}
@media screen and (max-width:1440px){
    .sub-solution .page_visual .page-top { grid-template-columns: 1fr; gap: 16px; padding-top: 140px; }
    .sub-solution .page_visual .box-tit > span { font-size: 42px; }
    .sub-solution .page_visual .top-tit-box .img-box { width: 480px; }

    .sub-solution .page-bn .txt-box .tit { font-size: 52px; }
    .sub-solution .page-bn .txt-box .txt { font-size: 23px; }
    .sub-solution .page-bn .ico-box { width: 214px; } 

    .page-service.total-solution .right-box .box-cont { padding: 100px 0 120px; }
    .page-service.total-solution .tit-box { grid-template-columns: 320px auto; gap: 24px; }
    .page-service.total-solution .cont2 .tit-box { grid-template-columns: auto 320px; }
    .page-service.total-solution .tit-box .tag { font-size: 26px; margin-bottom: 20px; }
    .page-service.total-solution .tit-box .tit,
    .page-service.total-solution .cont3 .tit-box .tit { font-size: 38px; }
    .page-service.total-solution .tit-box .txt > span { font-size: 22px; }
    .page-service.total-solution .tit-box .ico-box { width: 110px; }
    .page-service.total-solution .cont1 .tit-box .ico-box { top: 0; }
    .page-service.total-solution .cont2 .tit-box .ico-box { right: 430px; top: -40px; }
}
@media screen and (max-width:1280px){
    .sub-solution .page_visual .page-top { padding-top: 100px; }
    .sub-solution .page-bn .txt-box .tit { font-size: 46px; }
    .sub-solution .page-bn .txt-box .txt { font-size: 21px; }
    .sub-solution .page-bn .ico-box { width: 170px; left: 3%; }
    .page-service.total-solution .left-box { max-width: 200px; }
    .page-service.total-solution .right-box { width: calc(100% - 200px); }
    .page-service.total-solution .right-box .box-cont:last-child { padding-bottom: 160px; }
    .page-service.total-solution .tit-box { grid-template-columns: 300px auto; gap: 24px; }
    .page-service.total-solution .cont2 .tit-box { grid-template-columns: auto 300px; }
    .page-service.total-solution .tit-box .tag { font-size: 24px; }
    .page-service.total-solution .tit-box .tit,
    .page-service.total-solution .cont3 .tit-box .tit { font-size: 36px; line-height: 125%; letter-spacing: -1.2px; word-break: keep-all; }
    .page-service.total-solution .tit-box .txt > span { font-size: 21px; }
    .page-service.total-solution .tit-box .ico-box { width: 100px; }
    .page-service.total-solution .cont1 .tit-box .ico-box { top: -60px; }
}
@media screen and (max-width:1024px){
    .sub-solution .page_visual .box-tit > span { display: inline; font-size: 40px; line-height: 140%; }
    .section-sub.sub-solution .page-bn > .img-box { height: 0; padding-bottom: 48%; }
    .section-sub.sub-solution .page-bn > .img-box > img { width: 100%; height: 100%; object-fit: cover; position: absolute; }
    .sub-solution .page-bn .ico-box { display: none; }
    
    .page-service.total-solution .left-box { max-width: unset; }
    .page-service.total-solution .right-box { width: 94%; }
    .page-service.total-solution .right-box .box-cont:first-child { padding-top: 80px; }
    .page-service.total-solution .right-box .box-cont:last-child { padding-bottom: 120px; }
    .page-service.total-solution .tit-box { grid-template-columns: 280px auto; gap: 24px; }
    .page-service.total-solution .cont2 .tit-box { grid-template-columns: auto 280px; }
    .page-service.total-solution .tit-box .tag { font-size: 22px; } 
    .page-service.total-solution .tit-box .tit,
    .page-service.total-solution .cont3 .tit-box .tit { font-size: 32px; }
    .page-service.total-solution .tit-box .txt > span { font-size: 20px; }
    .page-service.total-solution .tit-box .ico-box { width: 80px; }
    .page-service.total-solution .cont1 .tit-box .ico-box { top: -20px; }
    .page-service.total-solution .cont2 .tit-box .ico-box { right: 330px; }
    .page-service.total-solution .cont3 .tit-box .ico-box { top: -20px; }
}
@media screen and (max-width:768px){
    .sub-solution .page_visual .page-top > p { font-size: 24px; }
    .sub-solution .page_visual .box-tit > span { display: inline; font-size: 32px; word-break: keep-all; }
    .sub-solution .page_visual .top-tit-box .img-box { width: 440px; }
    .sub-solution .page-bn .txt-box .tit { font-size: 42px; }
    .sub-solution .page-bn .txt-box .txt P { font-size: 20px; } 
    .page-service.total-solution .right-box .box-cont { padding: 80px 0; }
    .page-service.total-solution .tit-box { display: flex; flex-direction: column; align-items: flex-start; }
    .page-service.total-solution .cont2 .tit-box { display: flex; flex-direction: column-reverse; }
    .page-service.total-solution .tit-box > .img-box { width: 40%; }
    .page-service.total-solution .tit-box .tag { margin-bottom: 8px; }
    .page-service.total-solution .tit-box .tit,
    .page-service.total-solution .cont3 .tit-box .tit { font-size: 30px; margin-bottom: 16px; }
    .page-service.total-solution .cont1 .tit-box .ico-box,
    .page-service.total-solution .cont2 .tit-box .ico-box,
    .page-service.total-solution .cont3 .tit-box .ico-box { right: 0; top: 47%; }
}
@media screen and (max-width:640px){
    .sub-solution .page_visual .box-tit > span { font-size: 30px; line-height: 150%; } 
    .sub-solution .page_visual .top-tit-box .img-box { width: 360px; }
    .sub-solution .page-bn { margin-top: 100px; }
    .sub-solution .page-bn .txt-box { display: flex; flex-direction: column; align-items: center; width: 100%; }
    .sub-solution .page-bn .txt-box .tit { width: max-content; font-size: 34px; }
    .sub-solution .page-bn .txt-box .txt { width: 80%; font-size: 19px; text-align: center; margin: 0 auto; }
    .sub-solution .page-bn .txt-box .txt > span { display: block; }
    .page-service.total-solution .right-box .box-cont { padding: 60px 0; }
    .page-service.total-solution .right-box .box-cont:first-child { padding-top: 40px; }
    .page-service.total-solution .right-box .box-cont:last-child { padding-bottom: 100px; }
    .page-service.total-solution .tit-box > .img-box { width: 50%; }
    .page-service.total-solution .tit-box .tag { font-size: 20px; }
    .page-service.total-solution .tit-box .tit,
    .page-service.total-solution .cont3 .tit-box .tit { font-size: 26px; margin-bottom: 16px; }
    .page-service.total-solution .tit-box .txt > span { font-size: 18px; } 
    .page-service.total-solution .cont1 .tit-box .ico-box,
    .page-service.total-solution .cont2 .tit-box .ico-box,
    .page-service.total-solution .cont3 .tit-box .ico-box { right: 0; top: 38%; }
}
@media screen and (max-width:480px){
    .sub-solution .page_visual .page-top { padding-top: 80px; }
    .sub-solution .page_visual .page-top > p { font-size: 22px; }
    .sub-solution .page_visual .box-tit > span { font-size: 24px; }
    .sub-solution .page_visual .top-tit-box .img-box { width: 80%; }
    .sub-solution .page-bn { margin-top: 80px; }
    .section-sub.sub-solution .page-bn > .img-box { padding-bottom: 65%; }
    .sub-solution .page-bn .txt-box .tit { font-size: 26px; }
    .sub-solution .page-bn .txt-box .txt { width: 100%;  font-size: 19px; line-height: 140%; }
    .page-service.total-solution .tit-box > .img-box { width: 60%; }
    .page-service.total-solution .tit-box .tag { font-size: 18px; margin-bottom: 4px; }
    .page-service.total-solution .tit-box .tit,
    .page-service.total-solution .cont3 .tit-box .tit { font-size: 24px; margin-bottom: 24px; }
    .page-service.total-solution .tit-box .txt > span { font-size: 17px; word-break: keep-all; }
    .page-service.total-solution .cont1 .tit-box .ico-box,
    .page-service.total-solution .cont2 .tit-box .ico-box,
    .page-service.total-solution .cont3 .tit-box .ico-box { width: 70px; top: 28%; }
}
   
/* Dep1 통합 솔루션 E ----------------------------------------------------------------- */


/* Dep1 Contact us S ----------------------------------------------------------------- */
.sub-contactus .sub-vis-wrap { background-color: #DBDBDB; }
.sub-contactus .sub-vis-wrap .sub-txt-box .box-tit > span { color: #222; }
.sub-contactus .sub-vis-wrap .sub-vis-tit h2 { color: #222; }
.sub-contactus .sub-vis-wrap .bread-crumble .home img { filter: invert(0.96); }
.sub-contactus .sub-vis-wrap .bread-crumble p { color: #222; }
.sub-contactus .sub-vis-wrap .bread-crumble > p:not(:last-child)::after { filter: invert(1); }

.sub-contactus .page_visual { max-width: 1720px; margin: 0 auto; padding: 185px 0 195px; position: relative; }
.sub-contactus .page_visual::after { content: ''; width: 80%; max-width: 1384px; height: 1px; background-color: #999; position: absolute; right: 0; bottom: 0; }
.sub-contactus .page_visual .page_inner { display: grid; grid-template-columns: 580px auto; }
.sub-contactus .page_visual .tit > span { display: block; font: 600 50px/125% 'PRESB', sans-serif;  }
.sub-contactus .page_visual .txt-box p > span { display: block; font: 400 34px/180% 'PRER', sans-serif; letter-spacing: -0.34px; }
.sub-contactus .page_visual .txt-box p + p { margin-top: 44px; }

.sub-contactus .page-service .left-box { width: 360px; }
.sub-contactus .page-service .right-box { width: calc(100% - 360px); max-width: unset; }
.sub-contactus .page-service .right-box .box-cont { padding: 200px 0; gap: 0; }
.sub-contactus .box-cont .tit-box { font: 700 40px/100% 'PREB', sans-serif; letter-spacing: -0.4px; margin-bottom: 78px; }

.sub-contactus .box-cont.cont1 { position: relative; }
.sub-contactus .box-cont.cont1::after {  content: ''; width: 102%; height: 1px; background-color: #999; position: absolute; right: -2%; bottom: 0; }
.sub-contactus .box-cont .inquiry-wrap li { display: flex; justify-content: space-between; align-items: center; padding: 30px 0; border-bottom: 1px dashed #999; }
.sub-contactus .box-cont .inquiry-wrap .brand { font: 600 26px/28px 'PRESB', sans-serif; }
.sub-contactus .box-cont .inquiry-wrap li > a { display: block; padding: 0 38px 0 40px; ; position: relative; }
.sub-contactus .box-cont .inquiry-wrap li > a span { display: block; font: 700 22px/32px 'PREB', sans-serif; color: #333; padding-bottom: 3px; border-bottom: 1px solid #999; }
.sub-contactus .box-cont .inquiry-wrap li > a::before { content: ''; display: block; width: 24px; height: 24px; background: url('../img_pau/sub/sub_contact_mail.png') no-repeat center/contain; position: absolute; left: 0; top: calc(50% - 12px); }
.sub-contactus .box-cont .inquiry-wrap li > a::after { content: ''; display: block; width: 24px; height: 24px; background: url('../img_pau/sub/sub_ico_out.png') no-repeat center/contain; position: absolute; right: 0; top: calc(50% - 12px); }

.sub-contactus .customer-box { margin-top: 114px; }
.sub-contactus .customer-box > p { font: 600 26px/32px 'PRESB', sans-serif; padding-left: 40px; margin-bottom: 43px; position: relative; }
.sub-contactus .customer-box > p::before { content: ''; display: block; width: 24px; height: 24px; background: url('../img_pau/sub/sub_contact_bubble.png') no-repeat center/contain; position: absolute; left: 0; top: calc(50% - 12px); }
.sub-contactus .contact-otli { display: block; width: fit-content; padding: 24px 40px; border-radius: 5px; border: 1px solid var(--main-black); }
.sub-contactus .contact-otli > span { display: block; font: 600 26px/32px 'PRESB', sans-serif; padding-right: 34px; position: relative; }
.sub-contactus .customer-box .contact-otli > span { font-size: 22px; }
.sub-contactus .contact-otli > span::after { content: ''; width: 24px; height: 24px; background: url('../img_pau/sub/sub_ico_out.png') no-repeat center/contain; position: absolute; right: 0; top: calc(50% - 12px); }

.sub-contactus .location-wrap ul { margin-bottom: 36px; }
.sub-contactus .location-wrap li { font: 600 26px/32px 'PRESB', sans-serif; padding-left: 40px; position: relative; }
.sub-contactus .location-wrap li + li { margin-top: 22px; }
.sub-contactus .location-wrap li::before { content: ''; width: 24px; height: 24px; background: url('../img_pau/sub/sub_contact_loca.png') no-repeat center/contain; position: absolute; left: 0; top: calc(50% - 12px); }
.sub-contactus .location-wrap li:last-child:before { background: url('../img_pau/sub/sub_contact_phone.png') no-repeat center/contain; }
.sub-contactus .location-wrap li > span { font-weight: 400; font-family: 'PRER'; }

.sub-contactus .modal-pop-wrap { width: 100vw; height: 100vh; background-color: rgba(0, 0, 0, 0.65); position: fixed; left: 0; top: 0; z-index: 300; display: none; }
.sub-contactus .modal-pop-wrap.active { display: block; }
.sub-contactus .modal-box { width: 100%; height: 100%; max-width: 1110px; max-height: 900px; padding: 100px 60px 40px; background-color: #fff; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.sub-contactus .modal-box .btn-cls { display: block; width: 35px; height: 35px; font-size: 0; text-indent: -99999px; background: url('../img_pau/sub/sub_ico_cls.svg') no-repeat center/contain; position: absolute; right: 44px; top: 32px; }
.sub-contactus .modal-box .modal-tit { font: 700 36px/110% 'PREB', sans-serif; margin-bottom: 40px; }
.sub-contactus .modal-box .form-wrap { display: flex; flex-direction: column; gap: 40px; }
.sub-contactus .modal-box .frm-box { display: grid; grid-template-columns: 225px auto; align-items: start; } 
.sub-contactus .modal-box .frm-box .frm-tit { display: flex; align-items: center; gap: 10px; padding-top: 14px; }
.sub-contactus .modal-box .frm-box .frm-tit > span { font: 500 20px/32px 'PREM', sans-serif; }
.sub-contactus .modal-box .frm-box .frm-tit .esst { color: #743CFF; }
.sub-contactus .modal-box .frm-box .frm-tit .esst.t-hid { color: transparent; }
.sub-contactus .modal-box .frm-box input[type="text"]  { display: block; width: 100%; border: 1px solid #ccc; font: 300 19px / 100% 'PRER', sans-serif; padding: 14px; margin-bottom: 6px; }
.sub-contactus .modal-box .frm-box textarea { display: block; width: 100%; border: 1px solid #ccc; font: 300 19px / 130% 'PRER', sans-serif; padding: 10px; min-height: 220px; }
.sub-contactus .modal-box .frm-box .mini-exp { font: 300 20px/32px 'PREL', sans-serif; color: #999; margin-bottom: 8px; }

.sub-contactus .modal-box .btn-wrap { display: flex; justify-content: flex-end; }
.sub-contactus .modal-box .btn-wrap > button { display: block; width: 230px; height: 70px; border-radius: 5px; border: 2px solid #222; font: 700 26px/32px 'PREB', sans-serif; transition: all 0.3s ease; }
.sub-contactus .modal-box .btn-wrap > button:hover { background-color: #222; color: #fff; }


@media screen and (max-height:900px){
    .sub-contactus .modal-box .modal-cont { height: 100%; padding-right: 10px; overflow-y: auto; }
}
@media screen and (max-width:1600px){
    .sub-contactus .page_visual .page_inner { grid-template-columns: 540px auto; }
    .sub-contactus .page_visual .tit > span { font-size: 48px; }
    .sub-contactus .page_visual .txt-box p > span { font-size: 31px; }
    .sub-contactus .page-service .right-box .box-cont { padding: 200px 0 180px; }
}
@media screen and (max-width:1440px){
    .sub-contactus .page_visual .page_inner { grid-template-columns: 470px auto; }
    .sub-contactus .page_visual .tit > span { font-size: 44px; }
    .sub-contactus .page_visual .txt-box p > span { font-size: 28px; }
}
@media screen and (max-width:1280px){
    .sub-contactus .page_visual { padding-bottom: 155px; }
    .sub-contactus .page_visual::after { width: 100%; }
    .sub-contactus .page_visual .page_inner { grid-template-columns: 1fr; gap: 32px; }
    .sub-contactus .page_visual .txt-box p + p { margin-top: 24px; }
    .sub-contactus .page_visual .txt-box p > span { font-size: 26px; }

    .sub-contactus .page-service .left-box { width: 280px; }
    .sub-contactus .page-service .right-box { width: calc(100% - 280px); }
}
@media screen and (max-width:1024px){
    .sub-contactus .page_visual { padding: 135px 0; }
    .sub-contactus .page_visual .tit > span { font-size: 38px; }
    .sub-contactus .page_visual .txt-box p > span { font-size: 24px; }
    .sub-contactus .page-service .left-box { width: 100%; margin-top: 80px; }
    .sub-contactus .page-service .right-box { width: 94%; }
    .sub-contactus .page-service .right-box .box-cont { padding: 140px 0; }
    .sub-contactus .box-cont .tit-box { margin-bottom: 56px; }
    .sub-contactus .box-cont .inquiry-wrap .brand { font-size: 24px; }
    .sub-contactus .box-cont .inquiry-wrap li > a span { font-size: 20px; }
    .sub-contactus .location-wrap li { font-size: 24px; }
    .sub-contactus .contact-otli { padding: 20px 36px; }
    .sub-contactus .customer-box .contact-otli > span { font-size: 20px; }
    .sub-contactus .contact-otli > span { font-size: 24px; }
    .sub-contactus .modal-box .btn-wrap > button { background-color: #222; color: #fff; }
}
@media screen and (max-width:768px){
    .sub-contactus .page_visual .tit > span { font-size: 32px; }
    .sub-contactus .page_visual .txt-box p > span { font-size: 22px; }
    .sub-contactus .box-cont .tit-box { font-size: 32px; margin-bottom: 32px; } 
    .sub-contactus .box-cont .inquiry-wrap .brand { font-size: 22px; }
    .sub-contactus .box-cont .inquiry-wrap li > a span { font-size: 19px; }
    .sub-contactus .customer-box { margin-top: 72px; }
    .sub-contactus .customer-box > p { margin-bottom: 32px; }
    .sub-contactus .location-wrap li { font-size: 22px; }
    .sub-contactus .location-wrap li::before { top: 5px; }
    .sub-contactus .location-wrap li > span { display: block; }
    .sub-contactus .modal-box { padding: 80px 40px 40px; }
    .sub-contactus .modal-box .modal-tit { font-size: 32px; }
    .sub-contactus .modal-box .frm-box { grid-template-columns: 1fr; gap: 6px; }
    .sub-contactus .modal-box .frm-box .frm-tit .esst.t-hid { display: none; }
    .sub-contactus .modal-box .btn-wrap { justify-content: center; }
    .sub-contactus .modal-box .btn-wrap > button { height: 64px; font-size: 22px; }
}
@media screen and (max-width:640px){
    .sub-contactus .page_visual { padding: 115px 0; }
    .sub-contactus .page_visual .txt-box p > span { font-size: 21px; display: inline; }
    .sub-contactus .page-service .left-box { margin-top: 20px; }
    .sub-contactus .page-service .right-box .box-cont { padding: 120px 0; }
    .sub-contactus .box-cont .inquiry-wrap li { flex-direction: column; align-items: flex-start; gap: 32px; }
    .sub-contactus .box-cont .inquiry-wrap li > a { padding: 0 32px; margin: 0 0 0 auto; }
    .sub-contactus .box-cont .inquiry-wrap li > a::before,
    .sub-contactus .box-cont .inquiry-wrap li > a::after { width: 20px; height: 20px; top: calc(50% - 10px); }
    .sub-contactus .box-cont .inquiry-wrap li > a span { font-size: 17px; line-height: 28px; }
    .sub-contactus .customer-box > p { font-size: 22px; }
    .sub-contactus .contact-otli { padding: 16px 32px; }
    .sub-contactus .customer-box .contact-otli > span { font-size: 18px; }
    .sub-contactus .location-wrap li { font-size: 20px; }
    .sub-contactus .contact-otli > span { font-size: 20px; line-height: 28px; }
    .sub-contactus .modal-box .btn-cls { width: 30px; height: 30px; }
    .sub-contactus .modal-box .modal-tit { font-size: 30px; }
    .sub-contactus .modal-box .frm-box .frm-tit > span { font-size: 18px; line-height: 28px; }
    .sub-contactus .modal-box .frm-box input[type="text"] { padding: 12px; }
    .sub-contactus .modal-box .frm-box .mini-exp { font-size: 17px; line-height: 28px; }
}
@media screen and (max-width:480px){
    .sub-contactus .page_visual { padding: 95px 0; }
    .sub-contactus .page_visual .tit > span { font-size: 28px; }
    .sub-contactus .page_visual .txt-box p + p { margin-top: 18px; }
    .sub-contactus .page_visual .txt-box p > span { font-size: 19px; word-break: keep-all; }
    .sub-contactus .box-cont .inquiry-wrap .brand { font-size: 20px; }
    .sub-contactus .box-cont .inquiry-wrap li > a span { line-height: 24px; }
    .sub-contactus .location-wrap li { display: flex; flex-direction: column; padding: 0; font-size: 18px; word-break: keep-all; }
    .sub-contactus .location-wrap li::before { position: static; }
    .sub-contactus .modal-box { padding: 60px 24px 40px; }
    .sub-contactus .modal-box .btn-cls { width: 28px; height: 28px; top: 24px; right: 24px; }
    .sub-contactus .modal-box .modal-tit { font-size: 26px; margin-bottom: 24px; }
    .sub-contactus .modal-box .frm-box .frm-tit { padding-top: 6px; }
}























