@charset "utf-8";

#comingsoon{width:100%;padding-top:100px;text-align:center}

/* ==================================== 공통 [s] */
.pagecommon{--subConInner:950px;padding:60px 0 250px}
.pagecommon .inner-w{max-width:var(--mainsize);width:100%;margin:0 auto}
.pagecommon .inner-s{max-width:var(--subConInner);width:100%;margin:0 auto}
/* 타이틀 */
.pagecommon .group-subtit{display:flex;flex-direction:column;align-items:center;text-align:center}
.pagecommon .group-subtit h2{padding-bottom:24px;font-size:18px;font-weight:700;color:#111}
.pagecommon .group-subtit h3{padding-bottom:50px;font-size:42px;font-weight:700;line-height:1.3;color:#111;white-space:pre-line}
.pagecommon .group-subtit h3 strong{font-weight:700;color:var(--primary)}
.pagecommon .group-subtit p.desc{font-size:20px;line-height:1.5;color:#777;white-space:pre-line}

.pagecommon .cont-tit{padding-bottom:35px}
.pagecommon .cont-tit h3{font-size:35px;font-weight:700;color:#111;text-transform:uppercase}
.pagecommon .cont-tit p.desc{font-size:20px;font-weight:500;line-height:1.5;white-space:pre-line;color:#111}

/* 설명 블루박스 */
.pagecommon .group-subcont .blue-box{margin-top:30px;padding:25px 20px;background-color:var(--skybg);border-radius:10px;font-size:20px;line-height:1.5;white-space:pre-line;color:#111;text-align:center;font-weight:500}

/* 체크포인트 */
.pagecommon .check-point{padding:70px 0 175px}
.pagecommon .check-point .cont-tit{display:flex;flex-direction:column;align-items:center;gap:25px;padding-bottom:45px}
.pagecommon .check-point .cont-tit .ic-check{display:flex;align-items:center;justify-content:center;width:50px;aspect-ratio:1;border-radius:100px;background-color:var(--primary)}
.pagecommon .check-point .cont-tit .ic-check svg{stroke:#ffff;stroke-width:2.5px}
.pagecommon .check-point .cont-tit h3{padding-bottom:0}
.pagecommon .check-point .check-list{display:flex;flex-direction:column;gap:15px;padding-bottom:175px;counter-reset:checkpoint}
.pagecommon .check-point .check-list li{display:flex;align-items:center;gap:25px;padding:20px 20px 20px 150px;font-size:20px;font-weight:700;color:#111;line-height:1.6;background-color:#f5f5f5;border-radius:100px}
.pagecommon .check-point .check-list li .hd{width:150px;font-family:var(--o-font);font-size:18px;color:var(--primary)}
.pagecommon .check-point .check-list li .hd .num::before{content:counter(checkpoint, decimal-leading-zero);counter-increment:checkpoint}

/* 프로세스 */
.pagecommon .process-box{padding:175px 0 145px;background-color:var(--skybg)}
.pagecommon .process-box .inner{max-width:var(--mainsize);padding:0 !important}
.pagecommon .process-box .cont-tit h3{padding-bottom:35px}
.pagecommon .process-box .col-2{display:flex;justify-content:space-between;gap:14px}
.pagecommon .process-box .col-2 .process-list{position:relative;display:flex;gap:65px;max-width:815px;width:100%}
.pagecommon .process-box .col-2 .process-list .progress-bar{position:relative;width:2px;height:100%}
.pagecommon .process-box .col-2 .process-list .progress--active{position:absolute;top:0;left:0;width:100%;height:0;background:linear-gradient(45deg,var(--primary) 0%, #f3f9ff 100%)}
.pagecommon .process-box .col-2 .process-list .progress--active .dot{position:absolute;bottom:-8px;left:50%;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;width:18px;aspect-ratio:1;background-color:rgba(5,62,139,0.2);border-radius:100px}
.pagecommon .process-box .col-2 .process-list .progress--active .dot::after{content:'';width:8px;aspect-ratio:1;transform:translateX(-0.5px);background-color:var(--primary);border-radius:100px}
.pagecommon .process-box .col-2 .process-list ul{display:flex;flex-direction:column;gap:60px}
.pagecommon .process-box .col-2 .process-list ul li{display:flex;align-items:center;gap:60px}
.pagecommon .process-box .col-2 .process-list ul li .thumb-box{max-width:345px;width:100%;height:238px;border-radius:10px;overflow:hidden}
.pagecommon .process-box .col-2 .process-list ul li .thumb-box img{width:100%;height:100%;object-fit:cover}
.pagecommon .process-box .col-2 .process-list ul li .text-box .step{display:inline-flex;margin-bottom:25px;font-family:var(--o-font);font-size:14px;font-weight:700;color:#fff;padding:5px 15px;border-radius:100px;background-color:var(--primary)}
.pagecommon .process-box .col-2 .process-list ul li .text-box h4{padding-bottom:10px;font-size:20px;font-weight:700;line-height:1.6;color:#111}
.pagecommon .process-box .col-2 .process-list ul li .text-box p.desc{font-size:16px;font-weight:500;color:#777;white-space:pre-line}

@media (max-width:1400px){
.pagecommon{padding:70px 0px}
.pagecommon .group-subtit h3{padding-bottom:38px;font-size:34px}
.pagecommon .group-subtit p.desc{font-size:18px}
.pagecommon .cont-tit h3{font-size:30px}
.pagecommon.group-subcont .blue-box{font-size:18px}
/* 체크포인트 */
.pagecommon .check-point{padding:70px 0 100px}
.pagecommon .check-point .cont-tit{padding-bottom:35px}
.pagecommon .check-point .cont-tit .ic-check{width:45px}
.pagecommon .check-point .check-list{padding-bottom:70px}
.pagecommon .check-point .check-list li{padding:20px 20px 20px 198px;font-size:18px}
.pagecommon .check-point .check-list li .hd{width:135px;font-size:16px}
/* 프로세스 */
.pagecommon .process-box{padding:100px 20px}
.pagecommon .process-box .col-2 .process-list{max-width:750px}
}
@media (max-width:1200px){
.pagecommon .cont-tit{text-align:center}
.pagecommon .cont-tit p.desc{font-size:18px}
.pagecommon .group-subcont .blue-box{padding:20px;font-size:16px}
/* 체크포인트 */
.pagecommon .check-point{padding:70px 0}
/* 프로세스 */
.pagecommon .process-box{padding:70px 0}
.pagecommon .process-box .col-2{flex-direction:column;align-items:center;gap:0}
.pagecommon .process-box .col-2 .process-list{justify-content:center;max-width:none}
.pagecommon .process-box .col-2 .process-list .progress-bar{position:absolute;left:12%;top:0}
.pagecommon .process-box .col-2 .process-list ul li .thumb-box{max-width:420px}
.pagecommon .process-box .col-2 .process-list ul li .text-box .step{margin-bottom:12px}
.pagecommon .process-box .cont-tit h3{padding-bottom:20px}
}
@media (max-width:1024px){
.pagecommon{padding:70px 0 20px}
.pagecommon .inner-w, .pagecommon .inner-s{padding:0 20px}
.pagecommon .group-subtit h2{padding-bottom:20px;font-size:17px}
.pagecommon .group-subtit h3{padding-bottom:20px;font-size:30px}
.pagecommon .group-subtit p.desc{font-size:16px}
.pagecommon .cont-tit h3{font-size:26px}
.pagecommon .cont-tit p.desc{font-size:16px}
/* 체크포인트 */
.pagecommon .check-point{padding:40px 0}
.pagecommon .check-point .cont-tit{gap:18px}
.pagecommon .check-point .cont-tit .ic-check{width:40px}
.pagecommon .check-point .cont-tit .ic-check svg{width:20px;height:20px}
.pagecommon .check-point .check-list{width:max-content;margin:0 auto;padding-bottom:20px}
.pagecommon .check-point .check-list li{gap:20px;padding:20px 60px !important;font-size:16px}
.pagecommon .check-point .check-list li .hd{width:120px;font-size:14px}
/* 프로세스 */
.pagecommon .process-box{padding:60px 0 70px}
.pagecommon .process-box .cont-tit h3{padding-bottom:14px}
.pagecommon .process-box .col-2 .process-list ul{gap:20px}
.pagecommon .process-box .col-2 .process-list ul li{flex-direction:column;gap:14px;text-align:center}
.pagecommon .process-box .col-2 .process-list ul li .thumb-box{max-width:350px;height:200px}
.pagecommon .process-box .col-2 .process-list ul li .text-box .step{margin-bottom:8px;font-size:13px}
.pagecommon .process-box .col-2 .process-list ul li .text-box h4{padding-bottom:5px;font-size:17px}
.pagecommon .process-box .col-2 .process-list ul li .text-box p.desc{font-size:15px;line-height:1.5}
}
@media(max-width:768px){
.pagecommon{padding:45px 0}
.pagecommon .group-subtit h2{font-size:16px}
.pagecommon .group-subtit h3{font-size:26px}
.pagecommon .group-subtit p.desc{font-size:15px;white-space:normal}
.pagecommon .cont-tit{padding-bottom:20px !important}
.pagecommon .cont-tit h3{font-size:22px}
.pagecommon .cont-tit p.desc{font-size:15px}
.pagecommon .group-subcont .blue-box{padding:16px;font-size:15px;white-space:normal}
/* 체크포인트 */
.pagecommon .check-point .check-list{gap:10px;width:100%}
.pagecommon .check-point .check-list li{flex-direction:column;gap:4px;padding:15px !important;font-size:15px}
.pagecommon .check-point .check-list li .hd{width:auto;font-size:13px}
.pagecommon .check-point .cont-tit{gap:15px}
.pagecommon .check-point .cont-tit .ic-check{width:36px}
.pagecommon .check-point .cont-tit .ic-check svg{width:18px;height:18px}
/* 프로세스 */
.pagecommon .process-box .col-2 .process-list ul li .text-box .step{padding:4px 12px;font-size:12px}
.pagecommon .process-box .col-2 .process-list ul li .text-box h4{font-size:16px}
.pagecommon .process-box .col-2 .process-list ul li .text-box p.desc{font-size:14px;line-height:1.4}
@media (max-width:620px){
/* 프로세스 */
.pagecommon .process-box .col-2 .process-list .progress-bar{left:2% !important}
}
}
@media (max-width:480px){
.pagecommon .group-subtit h2{padding-bottom:10px;font-size:15px}
.pagecommon .group-subtit h3{padding-bottom:14px;font-size:24px}
.pagecommon .group-subtit p.desc{font-size:14px}
.pagecommon .cont-tit h3{font-size:20px}
.pagecommon .cont-tit p.desc{font-size:14px}
.pagecommon .group-subcont .blue-box{margin-top:20px;padding:14px;font-size:14px}
/* 체크포인트 */
.pagecommon .check-point{padding:30px 0}
.pagecommon .check-point .cont-tit{gap:12px}
.pagecommon .check-point .cont-tit .ic-check{width:32px}
.pagecommon .check-point .cont-tit .ic-check svg{width:16px;height:16px}
.pagecommon .check-point .check-list li{gap:2px;padding:12px 15px !important;font-size:14px;text-align:center}
.pagecommon .check-point .check-list li .hd{font-size:12px;text-align:center}
/* 프로세스 */
.pagecommon .process-box .cont-tit h3{padding-bottom:10px}
.pagecommon .process-box .col-2 .process-list ul{width:100%}
.pagecommon .process-box .col-2 .process-list ul li .thumb-box{max-width:none;height:210px}
.pagecommon .process-box .col-2 .process-list ul li .text-box h4{padding-bottom:2px;font-size:15px}
.pagecommon .process-box .col-2 .process-list .progress-bar{display:none}
}
/* ==================================== 공통 [e] */

/* ==================================== 한길 소개 [s] */
#shAbout{padding:20px 0 165px}
#shAbout > .group-subtit{padding-bottom:110px}
#shAbout > .group-subtit h3{padding-bottom:0}
#shAbout > .group-subtit h3 span{position:relative}
#shAbout > .group-subtit h3 span::before{position:absolute;content:'“';top:0;left:-50px;font-family:'Recipekorea';font-size:64px;line-height:1;color:var(--primary)}
#shAbout > .group-subtit h3 span::after{position:absolute;content:'”';bottom:-18px;right:-45px;font-family:'Recipekorea';font-size:64px;line-height:1;color:var(--primary)}

/* 대표님 프로필 및 약력 */
#shAbout .area-ceo{overflow:hidden}
#shAbout .area-ceo .col-2{position:relative;display:flex;align-items:center;justify-content:space-between}
#shAbout .area-ceo .col-2 > *{flex:1;width:100%}
#shAbout .area-ceo .fl-l{max-width:580px;height:800px}
#shAbout .area-ceo .fl-l .po-a{position:absolute;bottom:0;left:0;width:100%}
#shAbout .area-ceo .fl-l .bg{z-index:-1;position:absolute;bottom:-45%;left:-36%}
#shAbout .area-ceo .fl-l .thumb-box img{width:100%;height:100%;object-fit:cover}
#shAbout .area-ceo .fl-l dl{position:absolute;top:43%;left:0;transform:translateY(-50%);width:176px;aspect-ratio:1;border-radius:100px;background-color:var(--primary);display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;text-align:center}
#shAbout .area-ceo .fl-l dt{font-size:18px;font-weight:500;color:rgba(255,255,255,0.5)}
#shAbout .area-ceo .fl-l dd{white-space:pre-line;font-size:18px;font-weight:700;line-height:1.3;color:#fff}
#shAbout .area-ceo .fl-r{max-width:662px;padding:0 35px}
#shAbout .area-ceo .fl-r .profile{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:30px;border-bottom:1px solid #e1e1e1}
#shAbout .area-ceo .fl-r .profile .name{display:flex;flex-direction:column;gap:10px}
#shAbout .area-ceo .fl-r .profile .name .rank{font-size:20px;font-weight:700;color:var(--primary)}
#shAbout .area-ceo .fl-r .profile .name strong{font-size:50px;font-weight:700;color:#111}
#shAbout .area-ceo .fl-r .profile .contact{display:flex;gap:8px}
#shAbout .area-ceo .fl-r .profile .contact a{display:flex;align-items:center;justify-content:center;width:56px;aspect-ratio:1;border-radius:100px;background-color:#ccc;color:#fff;transition:background-color 0.2s}
#shAbout .area-ceo .fl-r .profile .contact a:hover{background-color:var(--primary)}
#shAbout .area-ceo .fl-r .profile .contact a svg{transform:translate(-0.5px, 0.5px)}
#shAbout .area-ceo .fl-r .tab-box{display:flex;flex-direction:column;gap:35px;padding:35px 0 0}
#shAbout .area-ceo .fl-r .tab-box .tab-menu{display:flex;gap:15px}
#shAbout .area-ceo .fl-r .tab-box .tab-menu li{display:flex;align-items:center;justify-content:center;max-width:140px;width:100%;padding:12px 0px;font-size:18px;font-weight:600;border-radius:100px;background-color:rgba(25,31,40,0.05);transition:background-color 0.2s, color 0.2s;cursor:pointer}
#shAbout .area-ceo .fl-r .tab-box .tab-menu li.on{background-color:#191f28;color:#fff}
#shAbout .area-ceo .fl-r .tab-box .tab-cont{display:grid}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box{grid-area:1/1;display:none;opacity:0;visibility:hidden;min-height:290px;padding-bottom:40px;transition:opacity 0.1s linear 0.05s, visibility 0s}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box.view{display:block;opacity:1;visibility:visible;transition:opacity 0.1s linear 0s, visibility 0s}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box p{font-size:20px;line-height:1.5;font-weight:700;color:#111;white-space:pre-line}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#comment p:last-child{padding-top:35px;color:rgba(17,17,17,0.6)}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career ul{display:flex;flex-direction:column;gap:5px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career ul:first-child{padding-bottom:15px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career li{font-size:20px;line-height:1.5;font-weight:700;color:#111;white-space:pre-line}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career li.past{color:rgba(17, 17, 17, 0.6)}
#shAbout .area-ceo .fl-r .sign{display:flex;align-items:flex-end;justify-content:flex-end;gap:15px}
#shAbout .area-ceo .fl-r .sign span.rank{padding-right:15px;font-size:20px;font-weight:700;color:#111}
#shAbout .area-ceo .fl-r .sign strong{font-size:38px;font-weight:700;color:#111}
#shAbout .area-ceo .fl-r .sign img{width:43px}

/* 대표님 수상이력 */
#shAbout .area-award{padding:195px 0 200px;background-color:#191f28}
#shAbout .area-award .col-2{display:grid;grid-template-columns:repeat(2,1fr);align-items:flex-end}
#shAbout .area-award .col-2 > *{flex:1}
#shAbout .area-award .fl-l .group-subtit{align-items:flex-start;text-align:left;padding-bottom:50px}
#shAbout .area-award .fl-l .group-subtit h3{color:#fff}
#shAbout .area-award .fl-l .group-subtit p.desc{color:#fff}
#shAbout .area-award .fl-l .thumb-box{position:relative;display:flex}
#shAbout .area-award .fl-l .thumb-box li{max-width:295px;width:100%;border-radius:10px;overflow:hidden}
#shAbout .area-award .fl-l .thumb-box li:last-child{position:absolute;top:0;left:205px;box-shadow:0 0 43px 9px rgba(0, 0, 0, 0.55)}
#shAbout .area-award .fl-l .thumb-box li img{width:100%;height:100%;object-fit:cover}
#shAbout .area-award .fl-r .thumb-box{position:relative;display:flex;justify-content:flex-end}
#shAbout .area-award .fl-r .thumb-box li{width:415px;aspect-ratio:415 / 564;border-radius:10px;overflow:hidden}
#shAbout .area-award .fl-r .thumb-box li:first-child{position:absolute;top:0;left:-28px}
#shAbout .area-award .fl-r .thumb-box li:last-child{z-index:1;box-shadow:0 0 43px 9px rgba(0, 0, 0, 0.55)}
#shAbout .area-award .fl-r .thumb-box img{width:100%;height:100%;object-fit:cover}

/* 임직원 Swiper */
#shAbout .area-member{padding:200px 0 110px}
#shAbout .area-member .group-subtit{padding-bottom:50px}
#shAbout .area-member .swiper-wrapper{transition-timing-function:linear !important}
#shAbout .area-member .swiper-slide{width:auto}
#shAbout .area-member .swiper-slide button{all:unset;position:relative;display:flex;align-items:center;cursor:pointer}
#shAbout .area-member .swiper-slide button .thumb-box{position:relative;display:flex;flex-shrink:0;width:103px;aspect-ratio:1;border-radius:100px;overflow:hidden;background-color:#f5f5f5;box-shadow:2px 2px 4px 2px rgba(0,0,0,0.1);z-index:1}
#shAbout .area-member .swiper-slide button .thumb-box img{width:100%;height:100%;object-fit:cover;object-position:top}
#shAbout .area-member .swiper-slide button span{display:flex;align-items:center;justify-content:flex-end;gap:7px;background-color:rgba(5,62,139,0.06);border-radius:100px;font-size:20px;font-weight:700;padding:20px 25px 20px 60px;color:#111;margin-left:-45px;transition:background-color 0.2s, color 0.2s}
#shAbout .area-member .swiper-slide button span svg{width:20px;height:20px}
@media (hover:hover){
#shAbout .area-member .swiper-slide button:hover span{background-color:var(--primary);color:#fff}
}

/* 맞춤형 상담 */
#shAbout .area-consult{padding-bottom:140px}
#shAbout .area-consult .aeo-box{padding-bottom:80px}
#shAbout .area-consult .aeo-box .aeo-slide-container{overflow:hidden;position:relative}
#shAbout .area-consult .aeo-box .aeo-slide-wrapper{display:flex;flex-direction:column;gap:12px;transition:transform 0.6s cubic-bezier(0.45, 0, 0.55, 1)}
#shAbout .area-consult .aeo-box .aeo-slide{font-size:32px;font-weight:600;color:#111;text-align:center;transition:all 0.4s ease-in-out}
#shAbout .area-consult .aeo-box .aeo-slide.prev{background:linear-gradient(to top, rgba(17, 17, 17, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);background-repeat:no-repeat;background-clip:text;color:transparent}
#shAbout .area-consult .aeo-box .aeo-slide.next{background:linear-gradient(to top, rgba(255, 255, 255, 0.5) 0%, rgba(17, 17, 17, 0.5) 100%);background-repeat:no-repeat;background-clip:text;color:transparent}
#shAbout .area-consult .aeo-box .aeo-slide.active{font-size:42px}

#shAbout .area-consult .consult-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:75px 20px;border-radius:20px;background-color:var(--primary);overflow:hidden}
#shAbout .area-consult .consult-box .group-subtit{gap:30px}
#shAbout .area-consult .consult-box .group-subtit p.desc{color:rgba(255,255,255,0.5)}
#shAbout .area-consult .consult-box .group-subtit h3{padding-bottom:40px;color:#fff}
#shAbout .area-consult .consult-box .btn--primary{background-color:#fff;color:var(--primary)}
#shAbout .area-consult .consult-box .btn--primary span{gap:20px;justify-content:center}
@media (hover:hover){
#shAbout .area-consult .consult-box .btn--primary:hover{background-color:var(--primary);border-color:#fff;color:#fff}
}

/* 사무공간 */
#shAbout .area-office .group-subtit{align-items:flex-start;padding-bottom:90px;text-align:left}
#shAbout .area-office .group-subcont .swiper-slide{height:428px;border-radius:10px;overflow:hidden}
#shAbout .area-office .group-subcont .swiper-slide img{width:100%;height:100%;object-fit:cover;object-position:center}


/* 반응형 [s] */
@media (max-width:1800px){
/* 대표님 프로필 및 약력 */
#shAbout .area-ceo .col-2{justify-content:center;gap:70px}
#shAbout .area-ceo .fl-l{max-width:540px;height:720px}
#shAbout .area-ceo .fl-l .po-a{left:50%;transform:translateX(-50%)}
#shAbout .area-ceo .fl-l .bg{bottom:-42%;left:-23%}
#shAbout .area-ceo .fl-l .bg img{width:560px}
#shAbout .area-ceo .fl-r{max-width:600px;padding:0}
#shAbout .area-ceo .fl-r .profile{padding-bottom:28px}
#shAbout .area-ceo .fl-r .profile .name{gap:12px}
#shAbout .area-ceo .fl-r .profile .name .rank{font-size:18px}
#shAbout .area-ceo .fl-r .profile .name strong{font-size:42px}
#shAbout .area-ceo .fl-r .profile .contact a{width:52px}
#shAbout .area-ceo .fl-r .profile .contact img{width:24px}
#shAbout .area-ceo .fl-r .profile .contact svg{width:20px;height:20px}
#shAbout .area-ceo .fl-r .tab-box{gap:28px;padding:30px 0 0}
#shAbout .area-ceo .fl-r .tab-box .tab-menu{gap:10px}
#shAbout .area-ceo .fl-r .tab-box .tab-menu li{max-width:134px;padding:12px 0;font-size:18px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box p{font-size:18px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#comment p:last-child{padding-top:28px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career li{font-size:18px}
#shAbout .area-ceo .fl-r .sign span.rank{font-size:18px}
#shAbout .area-ceo .fl-r .sign strong{font-size:32px}
/* 사무공간 */
#shAbout .area-office .group-subtit{padding-bottom:50px}
}
@media(max-width:1600px){
/* 대표님 수상이력 */
#shAbout .area-award .fl-r .thumb-box li{width:370px}
#shAbout .area-award .fl-r .thumb-box li:first-child{left:43px}
}
@media (max-width:1400px){
#shAbout > .group-subtit{padding-bottom:80px}
#shAbout > .group-subtit h3 span::after{font-size:60px}
/* 대표님 프로필 및 약력 */
#shAbout .area-ceo .inner-w{padding:0 20px}
#shAbout .area-ceo .col-2{gap:50px}
#shAbout .area-ceo .fl-l{max-width:500px;height:670px}
#shAbout .area-ceo .fl-l dl{width:155px;gap:6px}
#shAbout .area-ceo .fl-l dt{font-size:16px}
#shAbout .area-ceo .fl-l dd{font-size:15px}
#shAbout .area-ceo .fl-l .bg{bottom:-34%;left:-15%}
#shAbout .area-ceo .fl-l .bg img{width:480px}
#shAbout .area-ceo .fl-r{max-width:540px}
#shAbout .area-ceo .fl-r .profile{padding-bottom:15px}
#shAbout .area-ceo .fl-r .profile .name{gap:12px}
#shAbout .area-ceo .fl-r .profile .name .rank{font-size:15px}
#shAbout .area-ceo .fl-r .profile .name strong{font-size:32px}
#shAbout .area-ceo .fl-r .profile .contact{gap:5px}
#shAbout .area-ceo .fl-r .profile .contact a{width:46px}
#shAbout .area-ceo .fl-r .profile .contact img{width:22px}
#shAbout .area-ceo .fl-r .profile .contact svg{width:18px;height:18px}
#shAbout .area-ceo .fl-r .tab-box{gap:18px;padding:18px 0 0}
#shAbout .area-ceo .fl-r .tab-box .tab-menu{gap:5px}
#shAbout .area-ceo .fl-r .tab-box .tab-menu li{max-width:94px;padding:8px 0;font-size:16px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box{min-height:210px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box p{font-size:17px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career li{font-size:17px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career ul:first-child{padding-bottom:10px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box{min-height:254px}
#shAbout .area-ceo .fl-r .sign{gap:12px}
#shAbout .area-ceo .fl-r .sign span.rank{font-size:15px;padding-right:12px}
#shAbout .area-ceo .fl-r .sign strong{font-size:24px}
#shAbout .area-ceo .fl-r .sign img{width:40px}
/* 대표님 수상이력 */
#shAbout .area-award{padding:120px 20px 130px}
#shAbout .area-award .col-2{gap:50px}
#shAbout .area-award .fl-l .group-subtit p.desc{white-space:normal}
#shAbout .area-award .fl-l .thumb-box li{max-width:250px}
#shAbout .area-award .fl-l .thumb-box li:last-child{left:185px}
#shAbout .area-award .fl-r .thumb-box li{width:340px}
#shAbout .area-award .fl-r .thumb-box li:first-child{left:20px}
/* 임직원 Swiper */
#shAbout .area-member{padding:120px 0 80px}
#shAbout .area-member .group-subtit{padding-bottom:15px}
#shAbout .area-member .swiper-slide button .thumb-box{width:95px}
#shAbout .area-member .swiper-slide button span{padding:18px 20px 18px 60px;font-size:18px}
/* 맞춤형 상담 */
#shAbout .area-consult{padding-bottom:120px}
#shAbout .area-consult .aeo-box .aeo-slide-wrapper{gap:10px}
#shAbout .area-consult .aeo-box .aeo-slide{font-size:26px}
#shAbout .area-consult .aeo-box .aeo-slide.active{font-size:34px}
#shAbout .area-consult .consult-box{border-radius:0}
#shAbout .area-consult .consult-box .group-subtit{gap:18px}
#shAbout .area-consult .consult-box .group-subtit h3{padding-bottom:30px}
/* 사무공간 */
#shAbout .area-office .inner-w{padding:0 20px}
#shAbout .area-office .group-subtit{padding-bottom:38px}
#shAbout .area-office .group-subcont .swiper-slide{height:370px}
}
@media(max-width:1200px){
/* 대표님 프로필 및 약력 */
#shAbout .area-ceo .fl-l{max-width:470px;height:660px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box{min-height:244px;padding-bottom:30px}
/* 대표님 수상이력 */
#shAbout .area-award .fl-l .group-subtit p.desc{white-space:pre-line}
#shAbout .area-award .fl-l .thumb-box li{max-width:215px}
#shAbout .area-award .fl-l .thumb-box li:last-child{left:155px}
#shAbout .area-award .fl-r .thumb-box li{width:315px}
#shAbout .area-award .fl-r .thumb-box li:first-child{left:-34px}
/* 맞춤형 상담 */
#shAbout .area-consult .aeo-box .aeo-slide{font-size:24px}
/* 사무공간 */
#shAbout{padding:20px 0 80px}
#shAbout .area-consult{padding-bottom:80px}
#shAbout .area-office .group-subtit{align-items:center;text-align:center}
#shAbout .area-office .group-subcont .swiper-slide{height:310px}
}
@media (max-width:1024px){
#shAbout{padding:60px 0}
#shAbout .inner-w{padding:0}
#shAbout > .group-subtit{padding-bottom:40px}
#shAbout > .group-subtit h3 span::before{left:-40px;font-size:52px}
#shAbout > .group-subtit h3 span::after{right:-40px;font-size:52px}
/* 대표님 프로필 및 약력 */
#shAbout .area-ceo .col-2{flex-direction:column;gap:25px;padding-bottom:60px}
#shAbout .area-ceo .fl-l{height:auto;max-width:350px}
#shAbout .area-ceo .fl-l .po-a{position:static;transform:none}
#shAbout .area-ceo .fl-l .po-a::after{position:absolute;content:'';bottom:0;left:0;width:100%;height:40px;background:linear-gradient(to top, rgba(255,255,255,1) 0%, transparent 100%)}
#shAbout .area-ceo .fl-l dl{left:-43px;width:145px}
#shAbout .area-ceo .fl-l dt{font-size:15px}
#shAbout .area-ceo .fl-l dd{font-size:14px}
#shAbout .area-ceo .fl-l .bg{display:none}
#shAbout .area-ceo .fl-r{max-width:none}
#shAbout .area-ceo .fl-r .profile .name{flex-direction:row;align-items:center}
#shAbout .area-ceo .fl-r .profile .name strong{font-size:26px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box{min-height:0}
/* 대표님 수상이력 */
#shAbout .area-award{padding:60px 20px}
#shAbout .area-award .col-2{grid-template-columns:repeat(1,1fr);gap:14px}
#shAbout .area-award .fl-l .group-subtit{align-items:center;text-align:center;padding-bottom:30px}
#shAbout .area-award .fl-l .thumb-box{justify-content:center;gap:14px}
#shAbout .area-award .fl-l .thumb-box li:last-child{position:static}
#shAbout .area-award .fl-r .thumb-box{justify-content:center;gap:14px}
#shAbout .area-award .fl-r .thumb-box li:first-child{position:static}
/* 임직원 Swiper */
#shAbout .area-member{padding:60px 0}
#shAbout .area-member .group-subtit{padding:0 20px 20px}
#shAbout .area-member .swiper-slide button .thumb-box{width:85px}
#shAbout .area-member .swiper-slide button span{font-size:16px}
/* 맞춤형 상담 */
#shAbout .area-consult{padding-bottom:60px}
#shAbout .area-consult .consult-box{padding:60px 20px}
#shAbout .area-consult .consult-box .btn--primary span{gap:9px}
#shAbout .area-consult .aeo-box{padding:0 20px 60px}
#shAbout .area-consult .aeo-box .aeo-slide{font-size:clamp(18px,2.34vw,24px)}
#shAbout .area-consult .aeo-box .aeo-slide.active{font-size:clamp(26px, 2.93vw, 30px)}
/* 사무공간 */
#shAbout .area-office .group-subtit{padding-bottom:20px}
}
@media (max-width:768px){
#shAbout > .group-subtit h3 span::before, #shAbout > .group-subtit h3 span::after{display:none}
/* 대표님 프로필 및 약력 */
#shAbout .area-ceo .fl-l{max-width:330px}
#shAbout .area-ceo .fl-l dl{left:-50px;width:140px}
#shAbout .area-ceo .fl-r .profile{position:relative;justify-content:center}
#shAbout .area-ceo .fl-r .profile .contact{position:absolute;right:0}
#shAbout .area-ceo .fl-r .profile .contact img{width:20px}
#shAbout .area-ceo .fl-r .profile .contact a{width:39px}
#shAbout .area-ceo .fl-r .tab-box{gap:15px;padding:18px 0 20px}
#shAbout .area-ceo .fl-r .tab-box .tab-menu{justify-content:center}
#shAbout .area-ceo .fl-r .tab-box .tab-cont{place-content:center;text-align:center}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box{padding-bottom:0}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box p{font-size:15px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career ul{gap:3px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career li{font-size:15px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#comment p:last-child{padding-top:10px}
#shAbout .area-ceo .fl-r .sign{justify-content:center;gap:8px}
#shAbout .area-ceo .fl-r .sign span.rank{padding-right:8px;font-size:14px}
#shAbout .area-ceo .fl-r .sign strong{font-size:20px}
#shAbout .area-ceo .fl-r .sign img{width:28px}
/* 대표님 수상이력 */
#shAbout .area-award .fl-r .thumb-box li{max-width:315px;width:100%}
/* 임직원 Swiper */
#shAbout .area-member{padding:60px 0 40px}
#shAbout .area-member .group-subtit{padding-bottom:10px}
#shAbout .area-member .swiper-slide button .thumb-box{width:75px}
#shAbout .area-member .swiper-slide button span{padding:15px 18px 15px 60px;font-size:15px}
#shAbout .area-member .swiper-slide button span svg{width:18px;height:18px}
/* 맞춤형 상담 */
#shAbout .area-consult .aeo-box{padding:0 20px 40px}
#shAbout .area-consult .aeo-box .aeo-slide{font-size:clamp(15px,2.34vw,18px)}
#shAbout .area-consult .aeo-box .aeo-slide.active{font-size:clamp(18px, 3.125vw, 24px)}
#shAbout .area-consult .consult-box{padding:50px 20px}
#shAbout .area-consult .consult-box .group-subtit{gap:8px}
#shAbout .area-consult .consult-box .group-subtit h3{padding-bottom:22px}
/* 사무공간 */
#shAbout .area-office .group-subcont .swiper-slide{height:250px}
}
@media (max-width:480px){
/* 대표님 프로필 및 약력 */
#shAbout .area-ceo .fl-l{max-width:none}
#shAbout .area-ceo .fl-l .po-a{max-width:330px;margin:0 auto}
#shAbout .area-ceo .fl-l dl{left:0;width:130px;gap:5px}
#shAbout .area-ceo .fl-l dt{font-size:14px}
#shAbout .area-ceo .fl-l dd{font-size:13px}
#shAbout .area-ceo .fl-r .profile{flex-direction:column;align-items:center;gap:10px;padding-bottom:12px}
#shAbout .area-ceo .fl-r .profile .contact{position:static}
#shAbout .area-ceo .fl-r .profile .name{gap:10px}
#shAbout .area-ceo .fl-r .profile .name strong{font-size:22px}
#shAbout .area-ceo .fl-r .tab-box{padding:14px 0 20px}
#shAbout .area-ceo .fl-r .tab-box .tab-menu li{max-width:85px;padding:7px 0;font-size:14px}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box p{font-size:14px;white-space:normal}
#shAbout .area-ceo .fl-r .tab-box .tab-cont .text-box#career li{font-size:14px}
#shAbout .area-ceo .fl-r .sign strong{font-size:18px}
/* 맞춤형 상담 */
#shAbout .area-consult .aeo-box .aeo-slide-wrapper{gap:8px}
#shAbout .area-consult .aeo-box .aeo-slide{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
#shAbout .area-consult .consult-box{padding:40px 20px}
#shAbout .area-consult .consult-box .group-subtit h3{font-size:22px}
/* 사무공간 */
#shAbout .area-office .inner-w{padding:0}
#shAbout .area-office .group-subtit{padding:0 20px 20px}
}
@media (max-width:390px){
/* 대표님 프로필 및 약력 */
#shAbout .area-ceo .fl-l dl{display:none}
}
/* ==================================== 한길 소개 [e] */

/* ==================================== 세무서비스 [s] */
/* 공통 */
.pagecommon.tax{padding-top:100px}
.pagecommon.tax .group-subcont .col-2{display:flex;justify-content:space-between;gap:25px}
.pagecommon.tax .group-subcont .col-2 .service-list{display:flex;flex-direction:column;gap:25px;width:100%}
.pagecommon.tax .group-subcont .col-2 .service-list:last-child{padding-top:120px}
.pagecommon.tax .group-subcont .col-2 .service-list li{position:relative;max-width:460px;height:562px;border-radius:20px;overflow:hidden}
.pagecommon.tax .group-subcont .col-2 .service-list li::before{position:absolute;content:'';bottom:0;left:0;width:100%;height:70%;background:linear-gradient(to top, rgba(0,0,0,0.9) 0%, transparent 100%)}
.pagecommon.tax .group-subcont .col-2 .service-list img{width:100%;height:100%;object-fit:cover}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box{position:absolute;bottom:0;left:0;width:100%;padding:55px;display:flex;flex-direction:column;gap:15px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box h4{font-size:27px;font-weight:700;color:#fff}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box p.desc{font-size:18px;line-height:1.5;color:#fff;font-weight:500;white-space:pre-line}

/* 세무기장 */
#shTax .inner{max-width:var(--inner);width:100%;margin:0 auto}
#shTax .group-subcont .col-2{margin-top:65px}

/* 법인 컨설팅 */
#shCorporate{max-width:none;padding-bottom:0}

/* 상속증여 */
#shInherit{padding-bottom:0}
#shInherit .group-subtit{padding-bottom:110px}
#shInherit .point{padding-bottom:185px}
#shInherit .point .col-2{display:flex;gap:100px;align-items:center}
#shInherit .point .col-2 .area-thumb{max-width:565px;width:100%;height:410px}
#shInherit .point .col-2 .area-thumb .swiper-container{width:100%;height:100%}
#shInherit .point .col-2 .area-thumb .swiper-slide{border-radius:20px;overflow:hidden}
#shInherit .point .col-2 .area-thumb .swiper-slide img{width:100%;height:100%;object-fit:cover}
#shInherit .point .col-2 .area-text{max-width:662px;width:100%}
#shInherit .point .col-2 .area-text .pager{display:flex;align-items:center;gap:20px;padding-bottom:50px}
#shInherit .point .col-2 .area-text .pager button{all:unset;color:#aaa;cursor:pointer;transition:color 0.2s;transform:translateY(2.5px)}
#shInherit .point .col-2 .area-text .pager button:hover{color:var(--primary)}
#shInherit .point .col-2 .area-text .pager .fraction{display:flex;align-items:center;gap:10px}
#shInherit .point .col-2 .area-text .pager .fraction .cur, #shInherit .col-2 .area-text .pager .fraction .total{font-family:var(--o-font);font-size:17px;font-weight:700}
#shInherit .point .col-2 .area-text .pager .fraction .cur{color:var(--primary)}
#shInherit .point .col-2 .area-text .pager .fraction .dot{width:3px;height:3px;border-radius:50px;background-color:#aaa;transform:translateX(0.5px)}
#shInherit .point .col-2 .area-text .pager .fraction .total{color:#111}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s{display:flex;align-items:center;gap:10px;padding-bottom:20px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s .point{display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff;background-color:var(--primary);border-radius:100px;padding:5px 12px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s h4{font-size:25px;font-weight:700;color:#111}
#shInherit .point .col-2 .area-text .swiper-slide p.desc{font-size:18px;font-weight:500;line-height:1.5;white-space:pre-line;color:#111}
#shInherit .plan{position:relative;height:250vh;background-color:#191f28}
#shInherit .plan .sticky-container{position:sticky;top:0;height:100vh;overflow:hidden}
#shInherit .plan .col-2{display:flex;align-items:center;height:100%}
#shInherit .plan .col-2 .fl-l{display:flex;flex-direction:column;justify-content:center;gap:470px;height:100%}
#shInherit .plan .col-2 .fl-l .tab__menu{display:flex;flex-direction:column;gap:30px}
#shInherit .plan .col-2 .fl-l .tab__menu li{display:flex;align-items:center;gap:15px;font-size:35px;font-weight:700;color:rgba(255,255,255,0.1);cursor:pointer}
#shInherit .plan .col-2 .fl-l .tab__menu li.on{color:#fff}
#shInherit .plan .col-2 .fl-l .tab__menu li svg{display:none;width:36px;height:36px}
#shInherit .plan .col-2 .fl-l .tab__menu li.on svg{display:block}
#shInherit .plan .col-2 .fl-l .tab__notice dl{display:none;font-size:13px;line-height:1.5;color:rgba(255,255,255,0.5)}
#shInherit .plan .col-2 .fl-l .tab__notice dl.view{display:block}
#shInherit .plan .col-2 .fl-l .tab__notice dt{font-weight:700}
#shInherit .plan .col-2 .fl-r{position:relative;display:flex;flex-direction:column;justify-content:center;height:100%}
#shInherit .plan .col-2 .fl-r::before{z-index:1;position:absolute;content:'';left:0;bottom:0;width:100%;height:275px;background:linear-gradient(to top, rgba(25,31,40,1) 30%, transparent 100%);pointer-events:none}
#shInherit .plan .col-2 .fl-r::after{z-index:1;position:absolute;content:'';left:0;top:0;width:100%;height:160px;background:linear-gradient(to bottom, rgba(25,31,40,1) 30%, transparent 100%);pointer-events:none}
#shInherit .plan .col-2 .fl-r .tab__cont{display:none;height:690px}
#shInherit .plan .col-2 .fl-r .tab__cont.view{display:block}
#shInherit .plan .col-2 .fl-r .tab__cont > ul{display:flex;flex-direction:column;gap:18px;counter-reset:plan-list}
#shInherit .plan .col-2 .fl-r .tab__cont > ul >li{display:flex;align-items:center;gap:55px}
#shInherit .plan .col-2 .fl-r .tab__cont > ul > li > .num{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:54px;aspect-ratio:1;font-size:22px;font-weight:700;color:#191f28;border-radius:100px;background-color:#fff}
#shInherit .plan .col-2 .fl-r .tab__cont > ul > li > .num::before{content:counter(plan-list);counter-increment:plan-list}
#shInherit .plan .col-2 .fl-r .tab__cont .check-list{align-items:flex-start}
#shInherit .plan .col-2 .fl-r .tab__cont .check-list .list{padding:35px 22px 30px}
#shInherit .plan .col-2 .fl-r .tab__cont .check-list > .num{margin-top:20px}
#shInherit .plan .col-2 .fl-r .tab__cont .list{min-width:645px;width:100%;padding:25px 22px;background-color:rgba(255,255,255,0.05);border-radius:10px}
#shInherit .plan .col-2 .fl-r .tab__cont .list h4{padding-left:6px;font-size:22px;font-weight:700;color:#fff}
#shInherit .plan .col-2 .fl-r .tab__cont .list h4 .num{display:none}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol{list-style:none;padding-left:0;margin-top:30px;display:flex;flex-direction:column;gap:5px;counter-reset:ol-list}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li{padding:15px 25px;border-radius:10px;background-color:rgba(255,255,255,0.05)}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__tit{display:flex;justify-content:space-between}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__tit span{display:flex;gap:3px;font-size:18px;font-weight:700;color:#fff}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__tit span.num::before{content:counter(ol-list)".";counter-increment:ol-list}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li .list__tit span.ic-check{display:flex;align-items:center;justify-content:center;width:20px;aspect-ratio:1;background-color:rgba(255,255,255,0.1);border-radius:3px;transition:background-color 0.2s}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li .list__tit span.ic-check svg{width:13px;height:13px;stroke:rgba(255,255,255,0.2);stroke-width:3px;transition:stroke 0.2s}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li:hover .list__tit span.ic-check{background-color:#fff}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li:hover .list__tit span.ic-check svg{stroke:#191f28}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li .list__txt{padding:10px 20px 0}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__txt li{font-size:18px;line-height:1.6;color:rgba(255, 255, 255, 0.5)}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__txt li.caution{font-size:13px}
#shInherit .plan .col-2 .fl-r .tab__cont .list > .list__txt{padding-top:10px;padding-left:6px}

/* 반응형 [s] */
@media (max-width:1400px){
.pagecommon.tax{padding-top:60px}
.pagecommon.tax .group-subcont .col-2 .service-list li{height:400px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box{padding:45px;gap:10px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box h4{font-size:23px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box p.desc{font-size:17px}
/* 상속증여 */
#shInherit .group-subtit{padding-bottom:50px}
#shInherit .point{padding:0 20px 100px}
#shInherit .point .col-2{gap:60px}
#shInherit .point .col-2 .area-thumb{height:340px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s{padding-bottom:15px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s h4{font-size:23px}
#shInherit .point .col-2 .area-text .swiper-slide p.desc{font-size:17px}
#shInherit .plan .sticky-container{padding:0 20px}
#shInherit .plan .col-2 .fl-l{gap:485px}
#shInherit .plan .col-2 .fl-l .tab__menu{gap:24px}
#shInherit .plan .col-2 .fl-l .tab__menu li{font-size:32px}
#shInherit .plan .col-2 .fl-r .tab__cont > ul >li{gap:24px}
#shInherit .plan .col-2 .fl-r .tab__cont > ul > li > .num{width:50px;font-size:18px}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__txt li{font-size:15px}
#shInherit .plan .col-2 .fl-r .tab__cont .list h4{font-size:20px}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol{margin-top:20px}
}
@media (max-width:1200px){
/* 상속증여 */
#shInherit .group-subtit{padding-bottom:38px}
#shInherit .point{padding:0 20px 70px}
#shInherit .point .col-2{flex-direction:column;gap:24px}
#shInherit .point .col-2 .area-text .pager{justify-content:center;gap:16px;padding-bottom:30px}
#shInherit .point .col-2 .area-text .pager svg{width:22px;height:22px}
#shInherit .point .col-2 .area-thumb{max-width:620px}
#shInherit .point .col-2 .area-text{max-width:none}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s{flex-direction:column;padding-bottom:8px;text-align:center}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s .point{font-size:12px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s h4{font-size:22px}
#shInherit .point .col-2 .area-text .swiper-slide p.desc{font-size:16px;text-align:center}
#shInherit .point .col-2 .area-text .pager .fraction{gap:6px}
#shInherit .point .col-2 .area-text .pager .fraction .cur, #shInherit .col-2 .area-text .pager .fraction .total{font-size:15px}
#shInherit .plan{height:auto}
#shInherit .plan .sticky-container{position:static;height:auto;padding:70px 20px}
#shInherit .plan .col-2 .fl-r .tab__cont{height:auto}
#shInherit .plan .col-2{flex-direction:column;gap:28px}
#shInherit .plan .col-2 .fl-l{align-items:center;gap:38px;height:auto;padding:0}
#shInherit .plan .col-2 .fl-l .tab__menu{flex-direction:row;gap:28px}
#shInherit .plan .col-2 .fl-l .tab__menu li{gap:8px;font-size:28px}
#shInherit .plan .col-2 .fl-l .tab__menu li svg{width:30px;height:30px}
#shInherit .plan .col-2 .fl-l .tab__notice dl{text-align:center}
#shInherit .plan .col-2 .fl-r{justify-content:flex-start}
#shInherit .plan .col-2 .fl-r .tab__cont{overflow:hidden}
#shInherit .plan .col-2 .fl-r .tab__cont > ul >li{gap:22px}
#shInherit .plan .col-2 .fl-r .tab__cont > ul > li > .num{width:45px;margin-top:0;font-size:16px}
#shInherit .plan .col-2 .fl-r .tab__cont .check-list .list{padding:25px 22px}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__tit span{font-size:17px}
#shInherit .plan .col-2 .fl-r::before, #shInherit .plan .col-2 .fl-r::after{display:none}
}
@media (max-width:1024px){
.pagecommon.tax .group-subcont .col-2{gap:15px}
.pagecommon.tax .group-subcont .col-2 .service-list{gap:15px}
.pagecommon.tax .group-subcont .col-2 .service-list:last-child{padding-top:0}
.pagecommon.tax .group-subcont .col-2 .service-list li{height:290px;border-radius:10px}
.pagecommon.tax .group-subcont .col-2 .service-list li::before{height:100%}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box{gap:12px;padding:30px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box h4{font-size:18px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box p.desc{font-size:15px}
/* 세무기장 */
#shTax .group-subcont .col-2{margin-top:40px}
/* 상속증여 */
#shInherit .group-subtit{padding-bottom:20px}
#shInherit .point{padding:0 20px 60px}
#shInherit .point .col-2 .area-thumb .swiper-slide{border-radius:10px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s h4{font-size:20px}
#shInherit .plan .sticky-container{padding:60px 20px}
#shInherit .plan .col-2 .fl-l{gap:30px}
#shInherit .plan .col-2 .fl-l .tab__menu{gap:22px}
#shInherit .plan .col-2 .fl-l .tab__menu li{gap:6px;font-size:26px}
#shInherit .plan .col-2 .fl-l .tab__menu li svg{width:26px;height:26px}
#shInherit .plan .col-2 .fl-r .tab__cont .list h4{font-size:18px}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__tit span{font-size:16px}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol{margin-top:12px}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li{padding:15px 20px}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li .list__txt{padding:5px 18px 0}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__txt li{font-size:14px}
}
@media (max-width:768px){
.pagecommon.tax{padding-top:45px}
.pagecommon.tax .group-subcont .col-2, .pagecommon.tax .group-subcont .col-2 .service-list{gap:10px}
.pagecommon.tax .group-subcont .col-2 .service-list li{height:250px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box{gap:5px;padding:24px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box h4{font-size:16px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box p.desc{font-size:14px}
/* 상속증여 */
#shInherit .point{padding:0 20px 60px}
#shInherit .point .col-2{gap:18px}
#shInherit .point .col-2 .area-thumb{max-width:none;height:320px}
#shInherit .point .col-2 .area-text .pager{padding-bottom:18px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s .point{font-size:11px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s h4{font-size:18px}
#shInherit .point .col-2 .area-text .swiper-slide p.desc{font-size:15px}
#shInherit .plan .col-2{gap:18px}
#shInherit .plan .sticky-container{padding:60px 20px}
#shInherit .plan .col-2 .fl-l .tab__menu li{font-size:24px}
#shInherit .plan .col-2 .fl-r{width:100%}
#shInherit .plan .col-2 .fl-r .tab__cont .list h4{font-size:16px}
#shInherit .plan .col-2 .fl-r .tab__cont .list .list__tit span{font-size:15px}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li{border-radius:5px}
#shInherit .plan .col-2 .fl-r .tab__cont .check-list .list{border-radius:5px}
#shInherit .plan .col-2 .fl-r .tab__cont .list ol > li .list__tit span.ic-check{width:18px}
#shInherit .plan .col-2 .fl-r .tab__cont .check-list .list{padding:20px}
#shInherit .plan .col-2 .fl-r .tab__cont > ul >li{gap:14px}
#shInherit .plan .col-2 .fl-r .tab__cont > ul > li > .num{width:34px;font-size:15px}
#shInherit .plan .col-2 .fl-r .tab__cont .check-list > .num{margin-top:10px}
#shInherit .plan .col-2 .fl-r .tab__cont > ul{gap:10px}
#shInherit .plan .col-2 .fl-r .tab__cont .list{min-width:0;padding:20px}
#shInherit .plan .col-2 .fl-r .tab__cont .list > .list__txt{padding-top:4px}
}
@media (max-width:620px){
.pagecommon.tax .group-subcont .col-2{flex-direction:column}
.pagecommon.tax .group-subcont .col-2 .service-list li{max-width:none;height:220px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box{gap:10px;bottom:unset;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center}
}
@media (max-width:480px){
.pagecommon.tax{padding-top:30px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box{gap:8px}
.pagecommon.tax .group-subcont .col-2 .service-list .text-box h4{font-size:15px}
/* 세무기장 */
#shTax .group-subcont .col-2{margin-top:25px}
/* 상속증여 */
#shInherit .point{padding:0 20px 40px}
#shInherit .point .col-2{gap:14px}
#shInherit .point .col-2 .area-thumb{height:230px}
#shInherit .point .col-2 .area-text .pager{gap:12px;padding-bottom:14px}
#shInherit .point .col-2 .area-text .pager button{transform:translateY(2px)}
#shInherit .point .col-2 .area-text .pager .fraction .cur, #shInherit .col-2 .area-text .pager .fraction .total{font-size:13px}
#shInherit .point .col-2 .area-text .pager svg{width:18px;height:18px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s .point{padding:4px 10px}
#shInherit .point .col-2 .area-text .swiper-slide .tit-s h4{font-size:16px}
#shInherit .point .col-2 .area-text .swiper-slide p.desc{font-size:14px}
#shInherit .plan .col-2 .fl-l .tab__menu{flex-direction:column;align-items:center;gap:12px;text-align:center}
#shInherit .plan .col-2 .fl-l .tab__menu li{font-size:22px}
#shInherit .plan .col-2 .fl-l .tab__menu li svg{display:block;opacity:0;visibility:hidden;width:24px;height:24px}
#shInherit .plan .col-2 .fl-l .tab__menu li.on svg{opacity:1;visibility:visible}
#shInherit .plan .col-2 .fl-r .tab__cont > ul > li > .num{display:none}
#shInherit .plan .col-2 .fl-r .tab__cont .list{padding:15px}
#shInherit .plan .col-2 .fl-r .tab__cont .check-list .list{padding:15px}
#shInherit .plan .col-2 .fl-r .tab__cont .list h4{display:flex;align-items:center;gap:8px;font-size:15px}
#shInherit .plan .col-2 .fl-r .tab__cont .list h4 .num{position:relative;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50px;background-color:#fff;color:#191f28;font-size:12px}
#shInherit .plan .col-2 .fl-r .tab__cont .list h4 .num::before{content:counter(plan-list);counter-increment:plan-list}
}
/* ==================================== 세무서비스 [e] */

/* ==================================== 무료 법인 설립 [s] */
#shFreeCorp{padding:0}
#shFreeCorp .check-point .check-list{display:grid;grid-template-columns:repeat(2,1fr);padding-bottom:0}
#shFreeCorp .check-point .check-list li{gap:20px;padding:18px 36px;background-color:var(--skybg)}
#shFreeCorp .check-point .check-list li .ic-check{display:flex;align-items:center;justify-content:center;width:35px;aspect-ratio:1;border-radius:100px;border:2px solid var(--primary)}
#shFreeCorp .check-point .check-list li .ic-check svg{width:18px;height:18px;stroke-width:2.5px;stroke:var(--primary)}

#shFreeCorp .ease-step{padding:150px 0 140px;background-color:#222}
#shFreeCorp .ease-step .inner-w{display:flex;flex-direction:column;align-items:center}
#shFreeCorp .ease-step .cont-tit{width:100%;padding-bottom:100px}
#shFreeCorp .ease-step .cont-tit h3{color:#fff;text-align:center;white-space:pre-line}
#shFreeCorp .ease-step .step-box{position:relative;display:flex;flex-direction:column;width:100%;margin-bottom:95px}
#shFreeCorp .ease-step .step-box .step__bar{overflow:hidden;position:absolute;top:60px;left:50%;transform:translateX(-50%);max-width:997px;width:100%;height:5px;background-color:rgba(255,255,255,0.2);border-radius:100px}
#shFreeCorp .ease-step .step-box .step__bar .bar--active{position:absolute;top:0;left:0;background-color:#fff}
#shFreeCorp .ease-step .step-box .step__list{display:flex;justify-content:center;gap:28px}
#shFreeCorp .ease-step .step-box .step__list li{display:flex;flex-direction:column;align-items:center;gap:65px;max-width:313px;width:100%}
#shFreeCorp .ease-step .step-box .step__list .tit{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:5px;max-width:130px;width:100%;padding:5px 15px;border-radius:100px;background-color:#fff;font-size:15px;font-weight:700;color:#222}
#shFreeCorp .ease-step .step-box .step__list .tit::after{position:absolute;content:'';bottom:-4px;left:50%;transform:translateX(-50%) rotate(45deg);width:11px;height:9px;background-color:#fff;pointer-events:none}
#shFreeCorp .ease-step .step-box .step__list .tit .step{font-family:var(--o-font);font-size:14px;font-weight:700;color:#222}
#shFreeCorp .ease-step .step-box .step__list .tit .ic-arrow{display:flex;align-items:center;justify-content:center;width:17px;height:17px;border-radius:100px;background-color:#222;color:#fff}
#shFreeCorp .ease-step .step-box .step__list .tit .ic-arrow svg{width:14px;height:14px}
#shFreeCorp .ease-step .step-box .step__list .content{display:flex;flex-direction:column;align-items:center;gap:25px;width:100%;padding:45px 20px 40px;text-align:center;background-color:rgba(255,255,255,0.05);border-radius:15px;border:1px solid #fff}
#shFreeCorp .ease-step .step-box .step__list .content .num{font-family:var(--o-font);font-size:25px;color:rgba(255,255,255,0.5)}
#shFreeCorp .ease-step .step-box .step__list .content h4{font-size:25px;font-weight:700;color:#fff;white-space:pre-line}
#shFreeCorp .ease-step .step-box .step__list .content p.desc{font-size:16px;font-weight:500;line-height:1.3;color:rgba(255,255,255,0.5);white-space:pre-line}
#shFreeCorp .ease-step .btn--primary{display:flex;margin:0 auto;background-color:#fff;color:#222}
@media (hover:hover){
#shFreeCorp .ease-step .btn--primary:hover{background-color:transparent;color:#fff;border-color:#fff}
}
/* 반응형 [s] */
@media (max-width:1400px){
#shFreeCorp .check-point .check-list li{gap:16px;padding:14px 36px}
#shFreeCorp .check-point .check-list li .ic-check{width:33px}
#shFreeCorp .ease-step{padding:100px 0}
#shFreeCorp .ease-step .cont-tit{padding-bottom:60px}
#shFreeCorp .ease-step .step-box .step__list .content{padding:40px 20px}
#shFreeCorp .ease-step .step-box .step__list .content .num{font-size:22px}
#shFreeCorp .ease-step .step-box .step__list .content h4{font-size:22px}
#shFreeCorp .ease-step .step-box{margin-bottom:70px}
#shFreeCorp .ease-step .btn--primary span{gap:12px;justify-content:center}
}
@media (max-width:1200px){
    #shFreeCorp .check-point .check-list{gap:12px}
    #shFreeCorp .ease-step{padding:70px 0}
#shFreeCorp .ease-step .step-box{margin-bottom:40px}
#shFreeCorp .ease-step .step-box .step__list .content{gap:20px;padding:30px 20px}
#shFreeCorp .ease-step .step-box .step__list .content .num{font-size:20px}
#shFreeCorp .ease-step .step-box .step__list .content h4{font-size:20px}
#shFreeCorp .ease-step .step-box .step__list .content p.desc{font-size:15px}
}
@media (max-width:1024px){
#shFreeCorp{padding-top:60px}
#shFreeCorp .check-point .check-list li{gap:12px;padding:15px 28px !important}
#shFreeCorp .check-point .check-list li .ic-check svg{width:16px;height:16px}
#shFreeCorp .ease-step{padding:50px 0}
#shFreeCorp .ease-step .btn--primary{width:auto}
#shFreeCorp .ease-step .cont-tit{padding-bottom:35px}
#shFreeCorp .ease-step .cont-tit h3{white-space:normal}
#shFreeCorp .ease-step .step-box{width:85%}
#shFreeCorp .ease-step .step-box .step__bar{top:50%;left:45px;transform:translateY(-50%);max-width:none;width:2px;height:72%}
#shFreeCorp .ease-step .step-box .step__list{flex-direction:column;align-items:center;gap:20px}
#shFreeCorp .ease-step .step-box .step__list li{gap:25px;flex-direction:row;max-width:none}
#shFreeCorp .ease-step .step-box .step__list .tit{padding:10px 15px;flex-direction:column;gap:3px;max-width:94px;aspect-ratio:1}
#shFreeCorp .ease-step .step-box .step__list .tit::after{display:none;bottom:50%;right:-3px;left:unset;transform:translateY(50%) rotate(45deg)}
#shFreeCorp .ease-step .step-box .step__list .content{border-radius:10px;gap:10px;padding:22px 20px}
#shFreeCorp .ease-step .step-box .step__list .content .num{font-size:17px}
#shFreeCorp .ease-step .step-box .step__list .content h4{font-size:17px;white-space:normal}
#shFreeCorp .ease-step .step-box .step__list .content p.desc{font-size:14px;white-space:normal}
}
@media (max-width:768px){
#shFreeCorp{padding-top:45px}
#shFreeCorp .check-point .check-list{grid-template-columns:repeat(1,1fr);width:max-content}
#shFreeCorp .check-point .check-list li{flex-direction:row !important;padding:15px 35px !important;font-size:15px}
#shFreeCorp .check-point .check-list li .ic-check{width:28px}
#shFreeCorp .ease-step{padding:50px 0}
#shFreeCorp .ease-step .cont-tit{padding-bottom:35px !important}
#shFreeCorp .ease-step .step-box{width:100%}
#shFreeCorp .ease-step .step-box .step__list .content{gap:6px;padding:20px}
#shFreeCorp .ease-step .step-box .step__list .content .num{font-size:15px}
#shFreeCorp .ease-step .step-box .step__list .content h4{font-size:16px}
#shFreeCorp .ease-step .step-box .step__list .tit{max-width:84px;font-size:14px}
#shFreeCorp .ease-step .step-box .step__list .tit .step{font-size:13px}
#shFreeCorp .ease-step .step-box .step__list .tit .ic-arrow{width:15px;height:15px}
#shFreeCorp .ease-step .step-box .step__list .tit .ic-arrow svg{width:12px;height:12px}
#shFreeCorp .ease-step .step-box .step__bar{left:40px}
}
@media (max-width:480px){
#shFreeCorp{padding-top:30px}
#shFreeCorp .check-point .check-list{width:100%}
#shFreeCorp .check-point .check-list li{padding:12px 20px !important;font-size:14px}
#shFreeCorp .check-point .check-list li .ic-check{width:26px}
#shFreeCorp .ease-step{padding:40px 0}
#shFreeCorp .ease-step .cont-tit{padding-bottom:25px !important}
#shFreeCorp .ease-step .step-box{margin-bottom:40px}
#shFreeCorp .ease-step .step-box .step__bar{display:none}
#shFreeCorp .ease-step .step-box .step__list li{flex-direction:column;gap:10px}
#shFreeCorp .ease-step .step-box .step__list .tit{padding:7px 15px;gap:5px;aspect-ratio:unset;flex-direction:row;max-width:none}
#shFreeCorp .ease-step .step-box .step__list .content{padding:15px 20px}
#shFreeCorp .ease-step .step-box .step__list .content h4{font-size:15px}
#shFreeCorp .ease-step .step-box .step__list .content .num{font-size:14px}
}
/* ==================================== 무료 법인 설립 [e] */

/* ==================================== 상담 신청 [s] */
#shConsult{padding-top:0}
#shConsult .group-subtit .banner{position:relative;overflow:hidden;align-items:flex-start;width:100%;padding:112px 75px 100px;text-align:left;background-image:url(../sh_page/img/p49_consult_banner.png);background-repeat:no-repeat;background-position:center;background-size:cover;border-radius:20px}
#shConsult .group-subtit .banner::before{position:absolute;content:'';width:100%;height:100%;inset:0%;background-color:rgba(0,0,0,0.2);pointer-events:none}
#shConsult .group-subtit .banner > *{position:relative;z-index:1}
#shConsult .group-subtit h2{padding-bottom:10px;color:#fff}
#shConsult .group-subtit h3{padding-bottom:15px;color:#fff}
#shConsult .group-subtit p.desc{color:#fff}
#shConsult .group-subcont{padding-top:85px}
#shConsult .group-subcont form .col-2{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}
#shConsult .group-subcont form .form-box h3{padding-bottom:30px;font-size:24px;font-weight:700;color:#111;border-bottom:2px solid #111}
#shConsult .group-subcont form .form-box .form-list{display:flex;flex-direction:column;gap:30px;padding:40px 30px 0}
#shConsult .group-subcont form .form-box .form__item{position:relative;display:flex;align-items:center}
#shConsult .group-subcont form .form-box .form__item label{display:flex;gap:2px;max-width:130px;width:100%;font-size:17px;font-weight:700;color:#111}
#shConsult .group-subcont form .form-box .form__item label::after{content:'*';font-size:16px;font-weight:700;color:#e91e63}
#shConsult .group-subcont form .form-box .form__item input,
#shConsult .group-subcont form .form-box .form__item select,
#shConsult .group-subcont form .form-box .form__item textarea{width:100%;height:53px;border-radius:5px;padding:0 20px;font-size:15px;font-weight:500;color:#111;border:none;background-color:#f6f6f6}
#shConsult .group-subcont form .form-box .form__item textarea{padding:20px;height:135px}
#shConsult .group-subcont form .form-box .form__item select{-webkit-appearance:none;appearance:none;color:#aaa}
#shConsult .group-subcont form .form-box select + svg{position:absolute;top:50%;transform:translateY(-50%);right:15px;stroke:#111;width:18px;height:18px;transition:transform 0.1s}
#shConsult .group-subcont form .select-wrap.is-open svg{transform:translateY(-50%) scaleY(-1)}
#shConsult .group-subcont form .form-box .form__item option{background-color:#fff;color:#111}
#shConsult .group-subcont form .form-box .form__item select:valid{color:#111}
#shConsult .group-subcont form .form-box .form__item.phone .input-wrap{display:flex;align-items:center;gap:3px;color:#aaa}
#shConsult .group-subcont form .form-box .form__item input::placeholder,
#shConsult .group-subcont form .form-box .form__item textarea::placeholder{color:#aaa}
#shConsult .group-subcont form .btn-wrap{display:flex;align-items:center;justify-content:space-between;padding:30px 30px 0}
#shConsult .group-subcont form .btn-wrap .t_r_check{display:flex;align-items:center;gap:5px}
#shConsult .group-subcont form .btn-wrap .t_r_check input[type="checkbox"]{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}
#shConsult .group-subcont form .btn-wrap .t_r_check > span label{display:inline-flex;align-items:center;justify-content:center;gap:5px;height:20px;border-radius:4px;cursor:pointer;vertical-align:middle;transition:all 0.2s}
#shConsult .group-subcont form .btn-wrap .t_r_check > span label .label-txt{color:#aaa}
#shConsult .group-subcont form .btn-wrap .t_r_check > span label .ic-check{display:flex;align-items:center;justify-content:center;width:15px;height:15px;background-color:#f5f5f5;border-radius:2px;padding:2px}
#shConsult .group-subcont form .btn-wrap .t_r_check .ic-check svg{width:13px;height:13px;stroke-width:3px;stroke:#aaa}
#shConsult .group-subcont form .btn-wrap .t_r_check input:checked + label .ic-check svg{stroke:#111 !important}
#shConsult .group-subcont form .btn-wrap .t_r_check a{color:#aaa;cursor:pointer;transition:color 0.2s}
#shConsult .group-subcont form .btn-wrap .t_r_check a:hover{color:#111}
#shConsult .group-subcont form .btn-wrap .submit-box{display:flex;gap:7px}
#shConsult .group-subcont form .btn-wrap .submit-box input{all:unset;width:170px;height:53px;text-align:center;color:#fff;font-size:15px;font-weight:700;background-color:#11161c;border-radius:5px;cursor:pointer;transition:background-color 0.2s}
#shConsult .group-subcont form .btn-wrap .submit-box input:hover{background-color:var(--primary)}
#shConsult .link-list{display:flex;align-items:center;justify-content:center;height:53px;border:1px solid #e1e1e1;border-radius:5px;padding:0 20px;font-size:15px;font-weight:600;color:#777}

/* 반응형 [s] */
@media (max-width:1400px){
#shConsult .group-subtit{padding:0 20px}
#shConsult .group-subtit .banner{padding:90px 60px 80px}
#shConsult .group-subcont{padding:50px 20px 0}
#shConsult .group-subcont form .form-box h3{padding-bottom:18px;font-size:22px}
#shConsult .group-subcont form .form-box .form-list{gap:22px;padding:22px 20px 0}
#shConsult .group-subcont form .form-box .form__item label{max-width:115px;font-size:16px}
#shConsult .group-subcont form .btn-wrap{padding:22px 20px 0}
}
@media (max-width:1200px){
#shConsult .group-subcont form .btn-wrap .submit-box input{width:125px;height:46px;font-size:14px}
#shConsult .link-list{height:46px;padding:0 15px;font-size:14px}
}
@media (max-width:1024px){
#shConsult{padding:20px 0 60px}
#shConsult .group-subtit .banner{align-items:center;padding:60px;text-align:center;border-radius:10px}
#shConsult .group-subtit .banner::before{background-color:rgba(0,0,0,0.4)}
#shConsult .group-subcont{padding-top:30px}
#shConsult .group-subcont form .col-2{grid-template-columns:repeat(1,1fr);gap:30px}
#shConsult .group-subcont form .form-box h3{font-size:20px}
#shConsult .group-subcont form .form-box .form-list{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 40px;padding:22px 15px 0}
#shConsult .group-subcont form .form-box .form__item label{max-width:80px;font-size:15px}
#shConsult .group-subcont form .form-box .form__item input, #shConsult .group-subcont form .form-box .form__item select, #shConsult .group-subcont form .form-box .form__item textarea{height:45px;padding:0 15px;font-size:14px}
#shConsult .group-subcont form .form-box .form__item textarea{padding:15px}
#shConsult .group-subcont form .btn-wrap{flex-direction:column;gap:30px;padding:16px 20px 0}
#shConsult .group-subcont form .btn-wrap .t_r_check{justify-content:flex-end;width:100%}
}
@media (max-width:800px){
#shConsult .group-subtit .banner{padding:60px 20px}
#shConsult .group-subcont form .form-box h3{padding-bottom:12px;font-size:16px}
#shConsult .group-subcont form .form-box .form-list{gap:20px;padding:20px 0 0}
#shConsult .group-subcont form .form-box .form__item{flex-direction:column;align-items:flex-start;gap:6px}
#shConsult .group-subcont form .form-box .form__item label{max-width:none;font-size:14px}
#shConsult .group-subcont form .form-box .form__item input, #shConsult .group-subcont form .form-box .form__item select, #shConsult .group-subcont form .form-box .form__item textarea{height:43px;padding:0 12px;font-size:13px}
#shConsult .group-subcont form .form-box .form__item textarea{padding:13px}
#shConsult .group-subcont form .form-box select + svg{top:67%}
}
@media (max-width:480px){
#shConsult{padding:0 0 30px}
#shConsult .group-subtit{padding:0}
#shConsult .group-subtit .banner{border-radius:0}
#shConsult .group-subcont{padding:30px 20px 0}
#shConsult .group-subcont form .col-2{gap:20px}
#shConsult .group-subcont form .form-box .form-list{grid-template-columns:repeat(1,1fr);gap:14px;padding:14px 0 0}
#shConsult .group-subcont form .form-box .form__item textarea{height:100px}
#shConsult .group-subcont form .btn-wrap{padding:12px 0 0}
}
/* 반응형 [e] */
/* ==================================== 상담 신청 [e] */










