
*,
blockquote, body, button, code, dd, div, dl, dt,
fieldset, form, h1, h2, h3, h4, h5, h6,
input, legend, li, ol, p, pre, select, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    direction: ltr;
    -webkit-text-size-adjust: none;
    font-family: "Pretendard Variable", Pretendard, ui-sans-serif, system-ui, -apple-system, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    color: #222;
    line-height: 1.5;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, li {
    list-style: none;
}

button {
    padding: 12px 24px;
    border: none;
    background: #ffffff;
    color: #000000;
    cursor: pointer;
    border-radius: 30px;
}

img {
    vertical-align: top;
}

/* Scrollbar Custom */
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-thumb { border-radius: 10px; background: #d1d1d1; }
::-webkit-scrollbar-track { background: #f1f1f1; }


.container, .container-mo {
    max-width: calc(144rem + calc(100vw * (120 / 1560)));
    padding: 0 calc(100vw * (60 / 1560));
    position: relative;
    z-index: 1;
} 



.container h2 {margin-bottom: 40px;}

.bg-gray {background: #f8fbfc !important;}


.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
}

.header.m-bg { color: #fff; }

.header.scrolled {
    top: 0;
    background: #fff;
    color: #222;
    border-bottom: 1px solid #e7ebed;
}

body.has-banner .header { top: 64px; }
body.has-banner .header.scrolled { top: 0; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }

.header .gnb-pc {
    gap: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    box-sizing: border-box;
}
.header .gnb-mo{display:none;}
.gnb-wrapper { position: relative; }
.gnb {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    color: #fff;
}

.header .logo a {display: flex;align-items: center;font-size: 24px;font-weight: 700;}

.header .gnb-menu { display: flex; justify-content: center; }
.header .gnb-menu nav { display: flex; align-items: center; justify-content: center; gap: 34px; }

.header .menu { display: flex; justify-content: flex-end; height: 100%; }
.header .menu > li { height: 100%; position: relative; }
.header .menu li > a { padding: 0 15px; display: flex; align-items: center; justify-content: center; }
.header .menu > li > a { height: 100%; }

.header .menu li .submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 0 0 16px 16px;
    display: none;
}
.header .menu li .submenu.mob { opacity: 0; pointer-events: none; }
.header .menu li .submenu li > a { padding: 7px 0; }
.header a:hover { font-weight: 700; }

nav a { margin: 0 10px; text-decoration: none; color: #333; }
nav a { color: #fff; }


.hero {
    overflow: hidden;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.hero-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 60px 13px 137px;
    text-align: center;
    color: #fff;
}

.hero-title { letter-spacing: -2.9px; font-weight: 700; }
.hero-subtitle { margin-top: 410px; font-size: 42px; line-height: 64px; letter-spacing: -2.1px; }
.hero-subtitle-des { font-size: 18px; margin: 30px 0 0; line-height: 30px; letter-spacing: -.18px; }
.hero-btn {
    margin-top: 60px;
    padding: 0px 60px;
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    background: linear-gradient(-30deg, #30e84b 0%, #18c3ce 100%);
    color: #fff;
}

.visual {
    position: relative;
    height: 70vh;
    min-height: 600px;
    overflow: hidden;
}

.swiper-visual { width: 100%; height: 100%; }
.swiper-slide { position: relative; width: 100%; height: 100%; }

.swiper-slide::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
}

.slide-link {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 800px;
    color: white;
    text-align: center;
    z-index: 2;
    text-decoration: none;
}

.visual-subtext {
    outline: none;
    display: inline-block;
    line-height: 1.2;
    font-size: 3rem;
    background: linear-gradient(315deg, #0097F6 0%, #09DD8D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: transparent;
    padding: 1px;
    clip-path: inset(1px);
    opacity: 0;
}


.swiper-visual .swiper-pagination {
    bottom: 30px !important;
}


.swiper-visual .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #eaeaea; 
    opacity: 0.5;
    border-radius: 5px;
    transition: all 0.3s;
    margin: 0 5px !important;
}


.swiper-visual .swiper-pagination-bullet-active {
    width: 35px; 
    background: #35d34c; 
    opacity: 1;
    border-radius: 5px;
}


.swiper-visual .swiper-pagination-bullet:hover {
    opacity: 1;
}

.section {position: relative;overflow: hidden;padding: 100px 0;/* background: #f8fbfc; */}
.section-content { padding: 80px 0; }

h1 { font-size: 64px; font-weight: 600; line-height: 1.4; }
h2 {text-align: center;font-size: 48px;line-height: 1.4;letter-spacing: -1px;}

.title-wrap {text-align: center;padding: 40px 0;}
.title-wrap .point { font-size: 20px; font-weight: 500; line-height: 140%; color: #35d34c; margin-bottom: 12px; }
.title-wrap .sub { font-size: 48px; font-weight: 300; line-height: 140%; }
.title-wrap .desc { font-size: 18px; line-height: 1.6; margin-top: 20px; }
.title-sub { font-size: 18px; font-weight: 400; color: #454545; text-align: center; margin-bottom: 50px; line-height: 30px; }

.hgroup .point { font-size: 24px; line-height: 1.5; font-weight: 600; margin-bottom: 12px; }
.hgroup .title {font-weight: 700;font-size: 58px;line-height: 1.3;/* margin-bottom: 20px; */color: #fff;text-shadow: 0 2px 10px rgba(0,0,0,0.3);}

.point-bg {position: relative;padding: 80px 0;}
.bridge {
   text-align: center;
   font-size: 48px;
   font-weight: 700;
   /* margin: 40px 0; */
   background: linear-gradient(90deg, #30e84b 0%, #2aa9ff 100%);
   background-clip: text;
   -webkit-text-fill-color: transparent;
   color: transparent;
   letter-spacing: -1px;
   }

.contents-block { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.contents-block.reverse { flex-direction: row-reverse; }
.contents-block .text { flex: 1; font-size: 18px; line-height: 1.8; }
.contents-block .text p { font-size: 24px; font-weight: 700; margin-bottom: 15px; }

.module-section { padding: 80px 0; border-bottom: 1px solid var(--border); }
.module-section:last-child { border-bottom: none; }
.module-section__header { display: grid; grid-template-columns: auto 1fr; gap: 40px; align-items: start; margin-bottom: 48px; }
.module-section__layer-badge {
    display: inline-block;
    padding: 8px 20px;
    border-radius: var(--radius-sm);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
}

.layer-base { background: #EDF3FE; color: #1A56A8; }
.layer-back { background: #FEF9EC; color: #B07800; }
.layer-front { background: var(--green-xlt); color: var(--green); }

.module-row { display: flex; gap: 40px; }
.module-box {
    position: relative;
    flex: 1;
    padding: 32px;
    border: 1px solid #e7ebed;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
}

.module-normal { display: flex; flex-direction: column; }
.module-title {font-size: 24px;font-weight: 700;margin-bottom: 4px;}
.module-thumb { text-align: right; }

.module-thumb .mod-img01 {
    background: url(img/module-icon01.png);
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: contain;
}
.module-thumb .mod-img02 {
    background: url(img/module-icon02.png);
    display: inline-block;
   width: 60px;
    height: 60px;
    background-size: contain;
}
.module-thumb .mod-img03 {
    background: url(img/module-icon03.png);
    display: inline-block;
   width: 60px;
    height: 60px;
    background-size: contain;
}
.module-thumb .mod-img04 {
    background: url(img/module-icon04.png);
    display: inline-block;
   width: 60px;
    height: 60px;
    background-size: contain;
}


.module-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(-30deg, #30e84b 0%, #2accad 100%);
    display: flex;
    color: #fff;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 10;
    flex-direction: row;
    padding: 32px;
    justify-content: space-between;
}
.module-box:hover .module-hover { opacity: 1; }
.module-box:hover .module-normal { opacity: 0; }
.module-hover li { padding: 2px 0; font-size: 16px; font-weight: 600; }

.grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.grid-container { display: flex; gap: 28px; width: 100%; }
.main-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
    border: 1px solid #e7ebed;
    overflow: hidden; 
    background: #fff;
    border-radius: 16px;
    position: relative; 
}

.img-bg {
    position: absolute; 
    right: -33px;   
    bottom: -65px;    
    width: 300px;     
    height: 300px;    
    background-image: url(img/service02.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;     
}


.img_text {
    position: relative;
    z-index: 1;
}

.side-column { flex: 1; display: flex; flex-direction: column; gap: 20px; }
.side-card {
    flex: 1;
    display: flex;
    border: 1px solid #e7ebed;
    overflow: hidden;
    background: #fff;
    border-radius: 16px;
    padding: 32px;
    justify-content: space-between;
}

.main-card:hover, .side-card:hover{transform: translateY(-4px); 
box-shadow: 0 5px 10px rgb(28 136 107 / 12%);
transition: all 0.3s ease; 
}

.tab { display: flex; gap: 12px; justify-content: center; }
.tablink {
    padding: 0px 40px;
    font-size: 18px;
    height: 54px;
    background: #e5e5e5;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tablink.active { background: linear-gradient(-30deg, #30e84b 0%, #2accad 100%); color: #fff; font-weight: 700; }
.tab-header-flex { display: flex; justify-content: center; margin: 60px 0 40px 0; }
.tab-header-flex .text {font-size: 36px;text-align: center;font-weight: 700;}
.tab-content {display: grid;grid-template-columns: repeat(4, 1fr);gap: 24px;}

.module-card {
    transition: all .2s;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    border-radius: 16px;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(#e7ebed, #e7ebed);
    background-origin: border-box;
    background-clip: padding-box, border-box;
    flex: 1;
}
.module-card:hover {
    transform: translateY(-2px);
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(-30deg, #30e84b 0%, #2accad 100%);
}
.module-card-title { font-size: 20px; font-weight: 700; }

.module-card-item ul li{
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    padding-left: 24px;
    list-style: none;
    display: flex;
    align-items: center;
}


.module-card-item ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;    
    height: 16px;
    background: linear-gradient(-30deg, #30e84b 0%, #2accad 100%);
    border-radius: 50%; 
}


.module-card-item ul li::after {
    content: '';
    position: absolute;
    left: 4px;          
    top: 9px;       
    width: 6px;         
    height: 3px;     
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);   
}

.business-swiper {
    width: 100%;
    overflow: hidden;
    padding: 20px 0 50px; 
}

.but-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    position: relative;
}

.but-area {
    display: flex;
    gap: 12px;
    position: relative;
}

.but-area .swiper-button-next,
.but-area .swiper-button-prev {
    position: static;
    margin: 0;
    width: 48px;
    height: 48px;
    background-color: #f5f5f5;
    border-radius: 50%;
    color: #000;
}

.but-area .swiper-button-next:hover,
.but-area .swiper-button-prev:hover {
    background:linear-gradient(-30deg, #30e84b 0%, #2accad 100%);
    border-radius: 50%;
    color: #ffffff;
}

.but-area .swiper-button-next:after,
.but-area .swiper-button-prev:after {
    font-size: 16px;
    font-weight: bold;
}

.but-box .swiper-pagination {
    position: static; 
    width: auto !important; 

}

.but-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ccc;
    opacity: 1;
    margin: 0 4px !important;
}

.but-box .swiper-pagination-bullet-active {
    background: #35d34c;
    width: 20px; 
    border-radius: 4px;
}
.business-swiper .swiper-slide a {
    display: block;
    position: relative; 
    z-index: 10;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.business-card { position: relative; overflow: 
  hidden; border-radius: 16px; cursor: pointer; height: 100%; pointer-events: none;  }

.business-card * {
    pointer-events: auto; 
}

.card-image { width: 100%; overflow: hidden; background-color: #f8f8f8; display: block; }
.card-image img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease; }
.card-image:hover img { transform: scale(1.1); }
.business-text-content {position: absolute;left: 0;bottom: 0;color: #fff;padding: 32px;width: 100%;}
.business-type { font-size: 1rem; font-weight: 700; margin-bottom: 10px; }
.business-text { font-size: 1.5rem; line-height: 1.4; }

.service-contents {display: flex;align-items: center;justify-content: space-between;gap: 40px;/* margin-bottom: 120px; */}
.service-img { max-width: 50%; flex-grow: 1; display: flex; align-items: center; justify-content: center; }
.service-img img { max-width: 100%; height: auto; }
.service-text { flex-shrink: 0; flex: 1; }
.service-card-wrap {display: flex;gap: 28px;}
.service-card {
    flex: 1;
    padding: 32px;
    display: flex;
    flex-direction: row;
    gap: 32px;
    border: 1px solid #e7ebed;
    background: #fff;
    border-radius: 16px;
    align-items: center;
}
.service-card-img { display: flex; align-items: center; justify-content: center; }
.service-card-img img { width: 140px; }
.service-card-text { display: flex; flex-direction: column; gap: 8px; }

.service-card-text ul li {
    font-size: 14px;
    line-height: 1.8;
    position: relative;
    padding-left: 24px;
    list-style: none;
    display: flex;
    align-items: center;
}
.service-card-text ul li::before {
    content: '';
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    background: #cfd4d5;
    border-radius: 50%;
}

.service-card-text ul li::after {
    content: '';
    position: absolute;
    left: 4px;          
    top: 9px;       
    width: 6px;         
    height: 3px;     
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);   
}
.service-title { font-size: 36px; margin-bottom: 8px; font-weight: 700; }
.flow-desc {font-size: 28px; font-weight: 700;}

.case-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.case-wrap { border: 1px solid #e7ebed; overflow: hidden; background: #fff; border-radius: 16px; }
.case-img { max-height: 300px; background: #f8f8f8; position: relative; overflow: hidden; }
.case-img img { display: block; width: 100%; height: 100%; object-fit: cover; }
.case-contents { padding: 32px; display: flex; flex-direction: column; gap: 20px; justify-content: space-between; }
.card-chip {/* background: #e8f9eb; */padding: 6px 12px;border-radius: 4px;font-size: 13px;color: #3eb750;border: 1px solid #62dd73;}
.case-chip-box { display: flex; flex-direction: row; flex-wrap: wrap; gap: 6px; }
.case-chip-box p {width: 100%;font-size: 13px;font-weight: 500;color: #7b7b7b;}
.case-title { font-size: 24px; margin-bottom: 8px; font-weight: 700; }
.case-sub { font-size: 16px; }
.case-sub ul li { margin-bottom: 20px; line-height: 1.6; }
.case-sub ul li span { font-size: 24px; font-weight: 600; }
.case { font-weight: 500; }
.card-num { color: #35d34c; margin-right: 8px; }

.faq-section { padding: 80px 0; background: var(--off-white); }
.faq-list-wrap { max-width: 720px; margin: 48px auto 0; }
.faq-list { border-bottom: 1px solid var(--border); }
.faq-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--ink);
    cursor: pointer;
    background: none;
    border: none;
    text-align: left;
    gap: 16px;
}
.faq-btn svg { width: 20px; height: 20px; flex-shrink: 0; transition: transform .3s; }
.faq-list.open [data-accordion-btn] svg { transform: rotate(180deg); }
.faq-list-content { overflow: hidden; max-height: 0; transition: max-height .4s ease; }
.faq-list.open [data-accordion-body] { max-height: 300px; }
.faq-list-content p { padding: 0 0 24px; font-size: 15px; color: var(--ink-3); line-height: 1.75; }

.area_faq, .sec_new {width:900px; margin:0 auto}
.area_box { margin-top: 40px; border-top: 1px solid #333; border-bottom: 1px solid #333; }
.box_qna { border-bottom: 1px solid #eee; padding: 24px 0; }
.box_qna:first-child { padding-top: 36px; }
.box_qna:last-child { padding-bottom: 40px; }
.question { display: flex; justify-content: space-between; }
.question p { cursor: pointer; font-size: 22px; font-weight: 500; color: #333; letter-spacing: -1px; width: 85%; }
.question::marker { content: ''; display: none; }
.box_qna .answer { margin: 16px 0 10px; }
.box_qna .answer li { font-size: 18px; color: #999; letter-spacing: -1px; }
.box_qna .answer li .link { font-weight: 600; text-decoration: underline; color: #666; margin-top: 8px; }


.company-wrap { display: flex; justify-content: space-between; gap: 40px; align-items: stretch; }
.company-logo { flex: 1; display: flex; }
.logo-box {
    flex: 1;
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 22px;
    padding: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-box img { max-width: 100%; height: auto; }
.company-content { flex: 1; }
.company-title p { text-align: center; font-size: 18px; letter-spacing: -0.025em; line-height: 1.4; margin-bottom: 50px; }

.value-section { padding: 0 0 80px; }
.value-wrap { display: flex; }
.value-box { flex: 1; text-align: center; }
.value-box p { display: flex; justify-content: center; align-items: center; }
.value-box em { font-style: normal; font-size: 32px; font-weight: 700; margin: 0 8px; line-height: 50px; }
.value-sub { margin: 16px 0 0 0; }

.value { display: inline-flex; height: 48px; overflow: hidden; font-size: 40px; font-weight: 700; line-height: 48px; }
.value span { font-size: 52px; font-weight: 700; }

.num-column { display: flex; flex-direction: column; transition: transform 1.5s cubic-bezier(0.12, 0, 0.39, 0); }
.num-column span { display: block; height: 52px; text-align: center; color: #35d34c; }

.cta {
    text-align: center;
    padding: 100px 40px;
    background: #35d34c;
    color: #fff;
    background-image: url(img/cta_bg.png);
    background-size: cover;
    opacity: 1;
}
.cta-btn-are {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 40px 0 0;
}

.cta-btn {
    background-color: #fff;
    border-radius: 8px;
    color: #35d34c;
    font-size: 18px;
    letter-spacing: -.8px;
    padding: 12px 40px;
    font-weight: 700;
}
.cta-btn-line{
    border: 1px solid #fff;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    letter-spacing: -.8px;
    padding: 12px 40px;
    font-weight: 700;
    }

.more-btn01 { line-height: 1; color: #7f7f7f; width: 110px; padding: 20px 0; font-size: 14px; font-weight: 600; display: inline-flex; align-items: center; justify-content: flex-start; }
.more-btn { 
    line-height: 1;
    border: 2px solid #fff; 
    color: #fff; 
    width: 30px;
    height: 30px;
    border-radius: 50%; 
    font-size: 14px; 
    font-weight: 600; 
    display: inline-flex; 
    align-items: center;
    justify-content: center; 
 }

.next {
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1/1;
    background: transparent;
    color: #fff;
    border-radius: 1000px;
    font-size: 20px;
    letter-spacing: -0.05em;
    transition: background 0.4s;
    border: 2px solid #fff;
}

.sub-top {
    position: relative;
    background: #0c315c;
    padding: 60px 0;
    color: #fff;
    overflow: hidden;
}


.sub-top::before {
    content: "";
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background-image: url(img/top-bg.png);
    background-size: cover;
    background-position: center;
    z-index: 1;
    animation: visualZoom 5s infinite alternate ease-in-out;
}

.sub-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgb(106 148 127 / 10%); */
    z-index: 2;
}


.sub-top .title-wrap {
    position: relative;
    z-index: 3;
}


.sub-top .title h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.sub-top .title .desc {
    font-size: 18px;
    margin-top: 20px;
    opacity: 0.9;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

.policy-container {padding: 40px 20px;max-width: 1200px;margin: 0 auto;}
.policy-title { font-size: 32px; font-weight: 700; margin-bottom: 40px; text-align: center; }
.policy-content {border: 1px solid #eee;padding: 40px;border-radius: 20px;line-height: 1.8;color: #444;}
.policy-content h2 {font-size: 20px;color: #222;margin-top: 30px;margin-bottom: 10px;text-align: left;letter-spacing: 0;}
.policy-content p { margin-bottom: 10px; font-size: 15px; }
.emphasis { font-weight: 600; color: #000; }
.policy-table { width: 100%; border-collapse: collapse; margin: 20px 0; font-size: 14px; }
.policy-table th, .policy-table td { border: 1px solid #ddd; padding: 12px; text-align: left; }
.policy-table th { background: #f8f9fa; color: #333; font-weight: 600; }

@keyframes visualZoom {
    0% { transform: scale(1); }
    100% { transform: scale(1.1); }
}

.gradient-bg { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 1; }
.gradient-bg .circle { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0; }
.gradient-bg .circle img { width: 100%; height: 100%; object-fit: cover; }
.gradient-bg canvas { width: 100%; height: 100%; display: block; position: absolute; top: 0; left: 0; }

.bg-circle { position: absolute; border-radius: 50%; filter: blur(48px); z-index: 0; pointer-events: none; opacity: 0.85; }
.circle1 {
    width: 380px; height: 380px;
    background: radial-gradient(circle at 35% 40%, rgb(0 202 94 / 20%) 0%, rgba(0, 212, 170, 0.18) 40%, rgba(34, 197, 94, 0.08) 60%, transparent 85%);
    top: -160px; left: -120px;
}
.circle2 {
    width: 460px; height: 460px;
    background: radial-gradient(circle at 65% 50%, rgba(0, 212, 170, 0.22) 0%, rgba(34, 197, 94, 0.16) 50%, rgba(0, 170, 255, 0.09) 75%, transparent 90%);
    bottom: -140px; right: -90px;
}
.circle3 {
    width: 290px;
    height: 340px;
    background: radial-gradient(circle at 50% 30%, rgba(124, 58, 237, 0.13) 0%, rgba(0, 102, 255, 0.10) 60%, transparent 85%);
    top: -200px;
    right: -150px;
    opacity: 0.6;
}

.rect { width: 100%; height: 20vh; max-width: 1600px; background: #fbf8fe; border-radius: 70px 70px 0 0; position: relative; z-index: 2; }


.topbanner-wrap { position: absolute; top: 0; left: 0; width: 100%; z-index: 1001; background: linear-gradient(30deg, #5eff75 0%, #35c4d6 100%); }
.topbanner {position: relative;max-width: 100%;height: 100%;padding: 16px;display: flex;justify-content: flex-end;}
.topbanner .left {display: flex;align-items: center;justify-content: center;height: 100%;gap: 1.6rem;flex: 1;}
.topbanner .right {position: absolute;right: 20px;top: 50%;transform: translateY(-50%);display: flex;align-items: center;gap: 2rem;flex: 1;justify-content: flex-end;}
.close{position: relative;}
.event-banner{    border-radius: 50px;
    padding: 4px 16px;
    background: #1c9ccb;
    color: #fff;
    font-weight: 700;
    font-size: 14px;}

.ic_close {
  width: 40px;
  height: 40px;
  background: transparent;
}
.ic_close:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 22px;
  height: 30px;
  border-left: 2px solid #333;
}
.ic_close:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 22px;
  height: 30px;
  border-left: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ic_close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.floating-group {position: fixed;right: 25px;bottom: 210px;display: flex;flex-direction: column;gap: 10px;z-index: 9999;}
.floating {
    width: 58px; height: 58px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15); border: none; cursor: pointer; transition: all 0.3s ease;
}
.floating.kakao { background: #FAE100; color: #3C1E1E; font-size: 24px; }

#back-to-top {
    background: linear-gradient(-30deg, #30e84b 0%, #2accad 100%);
    color: #fff; opacity: 0; visibility: hidden; transform: translateY(10px);
}
#back-to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }


.footer { padding: 50px 40px; background: #020f3f; color: #fff; }
.footer-wrap { display: flex; justify-content: space-between; }
.footer-menu { display: flex; gap: 40px; align-items: center; }
.footer-logo img { max-width: 180px; }
.footer-link ul { display: flex; gap: 20px; }

.company_info { color: #999; margin: 30px 0 20px; word-break: keep-all; }
.address_wrap { gap: 40px; display: flex; }
.company_number { gap: 40px; display: flex; margin-top: 8px; }

.footer-right { font-size: 14px; text-align: right; color: #999; }
.footer-tel { font-size: 32px; font-weight: 600; color: #fff; }
.footer-mail { font-size: 22px; font-weight: 500; color: #fff; }
.copyright { color: #999; font-size: 14px; }
.footer-img img {height: 28px;opacity: 0.8;}

.footer-img {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    justify-content: flex-end;
}



.txt {
    width: 95%; flex-grow: 1; position: relative;
    display: flex; align-items: center; justify-content: center; flex-direction: column; z-index: 3;
    padding-top: 60px; box-sizing: border-box; margin: 0 auto;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.8) 20%, rgba(255, 255, 255, 0) 70%);
}
.txt span { font-weight: 600; font-size: 24px; letter-spacing: -0.03em; color: #222222; opacity: 0; transform: translateY(40px); text-align: center; word-break: keep-all; line-height: 1.3; }
.txt b { text-align: center; line-height: 1.3; font-weight: 600; font-size: 76px; letter-spacing: -0.045em; color: #222222; padding-top: calc(30/102*1em); padding-bottom: calc(25/102*1em); opacity: 0; transform: translateY(40px); }
.txt p > * { opacity: 0; transform: translateY(40px); }
.txt p { text-align: center; width: 100%; word-break: keep-all; font-weight: 400; font-size: 20px; line-height: calc(34/20*1em); letter-spacing: -0.03em; color: #666666; padding-bottom: calc(75/20*1em); }

.txt .tab { display: flex; align-items: center; justify-content: center; width: 100%; font-size: 22px; }
.txt .tab a { font-weight: 700; letter-spacing: -0.03em; color: #222222; padding: calc(16/22*1em) calc(33/22*1em); border-radius: calc(25/22*1em); opacity: 0; transform: translateY(40px); }
.txt .tab a.on { color: #fff; background: linear-gradient(to left, #c6a7ff 0%, #98ddf0 100%, #000 100%); }
.txt .tab a:not(.on):hover { color: #c6a7ff; }

.material-symbols-outlined { line-height: 1; font-size: 20px; vertical-align: middle; }

.card-row { display: flex; gap: 40px; }
.card-title {font-size: 24px;margin-bottom: 4px;text-align: left;font-weight: 700;}
.card-subtext { font-size: 15px; }

.img_card { display: flex; align-items: flex-end; }
.img_card img { width: 100%; object-fit: cover; transition: transform 0.5s ease; border-radius: 12px; margin-top: 15px; }
.side-card .img_card img { width: 70px; object-fit: cover; transition: transform 0.5s ease; border-radius: 12px; margin-top: 15px; }

.info-card:hover .img_card img { transform: scale(1.1); }

.clear { padding: 21px 0; border-bottom: 1px solid #eee; display: flex; gap: 60px; }
.clear dt { width: 60px; font-weight: 700; }
.clear dd {margin: 0;width: 80%;}

.price-card-title {font-size: 24px;font-weight: 700;}


.reveal {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}




  .input-box[data-step] { 
    display: none !important; 
  }
  
  .input-box[data-step="1"] { 
    display: flex !important; 
  }


  .input-box.visible, .submit-wrap.visible { 
    display: flex !important; 
    animation: slideUp 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards; 
  }

  .submit-wrap { display: none; }
  .submit-wrap.visible { display: block !important; }

  @keyframes slideUp {
    from { opacity: 0; transform: translateY(30px); }
    to { opacity: 1; transform: translateY(0); }
  }


  .form-box {
     padding: 32px;
     background: #fff;
     border-radius: 16px;
     border: 1px solid #e7ebed;
  }

  .form-text {text-align: center; font-size: 18px; margin-bottom: 20px;}

  .input-box {
    flex-direction: column;
    gap: 8px;
   
  }

  .input-box .tit {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }

 
  .input-box input[type="text"],
  .input-box input[type="email"],
  .input-box input[type="tel"],
  .input-box textarea {
    width: 100%;
    padding: 16px 16px;
    border: 1px solid #e7ebed;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s;
    background: #fdfdfd;
  }

  .input-box input:focus, .input-box textarea:focus {
    outline: none;
    border-color: #30e84b;
    background: #fff;
  }

  
  .ckd-box { display: flex; flex-wrap: wrap; gap: 10px; }
  .ckd-box input { display: none; }
  .ckd-box label {
    padding: 10px 20px;
    border: 1px solid #e7ebed;
    border-radius: 50px;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    transition: all 0.2s;
  }

  .ckd-box input:checked + label {
    background: linear-gradient(-30deg, #30e84b 0%, #2accad 100%);
    color: #fff;
    font-weight: 600;
    transform: scale(1.05);
    border: 1px solid;
  }

  .submit-btn {
    width: 100%;
    height: 54px;
    background: linear-gradient(-30deg, #30e84b 0%, #2accad 100%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 8px;
    transition: all 0.3s;
    line-height: 1;
  }


form#cform {    display: flex;    gap: 24px;    flex-direction: column;}


.dim { 
  display: none; 
  position: fixed; 
  top: 0; left: 0; 
  width: 100%; height: 100%; 
  background: rgba(0,0,0,0.7); 
  z-index: 999; 
  backdrop-filter: blur(2px);
}

.agreement-popup {
  display: none; 
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  background: #fff;
  width: 90%;
  max-width: 500px;
  max-height: 80vh;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(0,0,0,0.2);
  flex-direction: column; 
}


.agreement-popup .popup-hd {
  padding: 8px 0 8px 20px;
  background: #f8f9fa;
  border-bottom: 1px solid #eee;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.agreement-popup .popup-hd .tit { 
  font-size: 18px; 
  font-weight: 700; 
  color: #222; 
  margin: 0; 
}

.agreement-popup .close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}


.agreement-popup .popup-content { 
  padding: 24px; 
  overflow-y: auto; 
  max-height: calc(80vh - 70px);
  font-size: 14px; 
  line-height: 1.6; 
  color: #666; 
  text-align: left;
}

.agreement-popup .popup-content b { 
  display: block; 
  margin-top: 15px; 
  margin-bottom: 8px; 
  color: #222; 
  font-size: 15px;
}

.agreement-popup .popup-content b:first-child { margin-top: 0; }

.agree-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

button.doc {
    padding: 0;
    font-size: 14px;
    text-decoration: underline;
}
.star{ color: #30e84b;
margin-left: 3px;
position: relative;
top: 4px; 
display: inline-block;}


@media (max-width: 768px) {

     .bg-circle { width: 360px; height: 360px; filter: blur(32px); }
    .circle1 { top: -100px; left: -80px; }
    .circle2 { bottom: -100px; right: -60px; }
    .hgroup .title { font-size: 2.1rem; }
    .hgroup p { font-size: 1.15rem; }

  .container {
    padding: 0 20px;
  }

  .container-mo{padding: 0;}
    .container h2 {
    margin-bottom: 16px;
}

.tab-content-wrap{padding: 0 20px;}
  .section {
    padding: 28px 0;
  }

  h2 {
    font-size: 24px;
  }


  .visual {
    height: 40vh;
    min-height: 370px;
  }

  .hgroup .title {
    font-size: 28px;
    line-height: 1.4;
  }

  .hgroup .point {
    font-size: 18px;
  }


  .grid-container {
    flex-direction: column;
    gap: 12px;
  }

  .side-column {
    flex-direction: column;
    gap: 12px;
  }

 
  .side-card {
    padding: 24px;
  }


  .module-row {
    flex-direction: column;
    gap: 12px;
  }

  .module-box {
  padding: 24px;
  }

 
  .module-hover {
    display: none;
  }



  .card-row {
    flex-direction: column;
  }

    .business-swiper {
    padding: 0;
}
    
  .business-text-content {
  }

  .business-text {
    font-size: 1.2rem;
  }

  .service-contents {
    flex-direction: column;
  }

  .service-img {
    max-width: 100%;
  }

  .service-card-wrap {
    flex-direction: column;
    gap: 12px;
  }

  .service-card {
    gap: 24px;
    padding: 20px;
    align-items: flex-start;
  }
.price-card-title{font-size:20px;}
    .service-card-img img {
    width: 80px;
}
  .service-title {font-size: 22px;margin-bottom: 12px;font-weight: 700;}
  .case-sub ul li {margin-bottom: 12px;line-height: 1.5;}
.case-sub ul li span {font-size: 18px;font-weight: 600;}
.point-bg {
    padding: 40px 0;}
.bridge {   font-size: 24px;   }


  .case-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }


  .footer {padding: 40px 20px;background: #020f3f;color: #fff;}

  .footer-wrap {
    flex-direction: column;
    gap: 30px;
  }

  .footer-menu {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    flex-direction: column;
}

  .footer-right {
    text-align: left;
  }

  .address_wrap,
  .company_number {
    flex-direction: column;
    gap: 6px;
  }

  .cta {
    padding: 40px 20px;
  }

  .cta-btn-are {
    flex-direction: column;
    margin: 20px 40px 0;
  }

  .cta-btn,
  .cta-btn-line {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }

  .floating {
    width: 48px;
    height: 48px;
  }

  .header {
    height: 64px;
    background: #fff;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .header .gnb-pc {
    display: none;
  }
  .header .gnb-mo {
    display: block;
  }
  .header .logo {
    top: 9px;
  }
  .header .logo a {
    width: 170px;
    height: 64px;
    background-size: 137px;
    color: #222;
    display: flex;
    margin-left: 20px;
  }
  .header.v2 .logo a {
    display: inline-block;
    width: 170px;
    height: 64px;
    background-size: 137px;
  }
  .header .btn_open_nav {
    display: block;
    position: absolute;
    top: 12px;
    right: 10px;
    overflow: hidden;
  }
  .header .navi_all {
    display: none;
    right: 0;
    background: #fff;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 9999;
  }
  .header .navi_all .logo {
    border-bottom: 1px solid #f1f1f1;
  }
  .header .btn_close_nav {
    position: absolute;
    top: 8px;
    right: 8px;
  }
  .header .gnb-mo .wrap_navi {
    display: block;
    margin: 0 auto;
  }
  .header .gnb-mo .list_gnb {
    width: 100%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .header .gnb-mo .list_gnb > li {
    display: block;
    height: auto;
    text-align: left;
    font-size: 16px;
    color: #222;
    line-height: 2;
  }


.ic_menu {
  width: 40px;
  height: 40px;
}
.ic_menu:after, .ic_menu:before, .ic_menu span:before {
  position: absolute;
  left: 7px;
  z-index: 1;
  width: 24px;
  height: 2px;
  background-color: #333;
  content: "";
}
.ic_menu:before {
  top: 10px;
}
.ic_menu:after {
  top: 28px;
}
.ic_menu span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  text-indent: -9999px;
}
.ic_menu span:before {
  top: 19px;
}

.ic_close {
  width: 44px;
  height: 44px;
  background: transparent;
}
.ic_close:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 22px;
  height: 32px;
  border-left: 2px solid #333;
}
.ic_close:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 22px;
  height: 32px;
  border-left: 2px solid #333;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ic_close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

 .topbanner-wrap {
    display: none !important;
  }

  body.has-banner .header {
    top: 0 !important;
  }
   .header.menu-open .navi_all {
    display: block;
  }

  .menu-open {
    overflow: hidden;
  
}

    .sub-top {
        padding: 50px 20px 0px; 
        text-align: center; 
    }

    .sub-top .title h2 {
        font-size: 28px;
        line-height: 1.4;
    }
    .title-wrap .sub {font-size: 28px;}

    .sub-top .title h2 br {
        display: block; 
    }

    .sub-top .title .desc {
        font-size: 14px;
        line-height: 1.6;
        margin-top: 12px;
        word-break: keep-all;
    }

    .sub-top .title .point {
        font-size: 14px;
        margin-bottom: 8px;
        display: inline-block;
    }
   
.tab {
        justify-content: center;
        overflow-x: auto;
        padding: 10px 5px;
        -webkit-overflow-scrolling: touch;
        gap: 4px;
        display: flex;
        padding-left: 20px;
    }
    
   
    .tab::-webkit-scrollbar { display: none; }

    .tablink {
        padding: 0px 16px;
        font-size: 15px;
        height: 40px;
        white-space: nowrap; 
        flex-shrink: 0; 
    }


    .tab-header-flex {
        margin: 40px 0 30px 0;
    }

    .tab-header-flex .text {
        font-size: 26px;
    }

    .tab-header-flex .desc {
        font-size: 15px;
        word-break: keep-all;
        padding: 0 10px;
    }


    .tab-content {
        grid-template-columns: 1fr;
        gap: 16px;
    }

   .module-card {
        padding: 24px; 
    }

    .area_box {
        margin-top: 20px;
    }

    .box_qna {
        padding: 16px 0; 
    }

    .box_qna:first-child {
        padding-top: 24px;
    }

    .box_qna:last-child {
        padding-bottom: 24px;
        border-bottom: none; 
    }

  
    .question p {
        font-size: 17px; 
        line-height: 1.4;
        width: 88%; 
        word-break: keep-all;
    }

    .question .material-symbols-outlined {
        font-size: 20px;
        display: flex;
        align-items: center;
    }

  
    .box_qna .answer {
        margin: 12px 0 6px;
        padding-left: 0; 
        list-style: none;
    }

    .box_qna .answer li {
        font-size: 15px;
        line-height: 1.6;
        color: #666; 
        word-break: keep-all;
    }

    .box_qna .answer li br {
        display: none; }

    .box_qna .answer li .link {
        display: inline-block;
        margin-top: 10px;
        font-size: 14px;
    }
    
    .card-title, .module-title {font-size: 20px;}
    .main-card {
        padding: 24px; 
        min-height: 320px; 
    }

    .img-bg {
        width: 180px; 
        height: 180px;
        right: -10px; 
        bottom: -20px; 
        opacity: 0.8; }

    .card-subtext {
        font-size: 15px;
        width: 90%;
    }

    .case-contents {padding: 24px;}
    .company-wrap{        display: flex;
        justify-content: space-between;
        gap: 20px;
        flex-direction: column;}
    .area_faq, .sec_new {width:100%; margin:0 auto}
    .form-box{padding: 20px;}
    .form-text{font-size:16px;}
    .input-box .tit{font-size: 16px;}
    .clear{gap: 12px;}
    .clear dt {
    width: 20%;}

    .policy-content {    padding: 20px;}
    .footer-img {
    display: flex;
    gap: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
    }
    .floating-group {position: fixed;right: 25px;bottom: 80px;display: flex;flex-direction: column;gap: 10px;z-index: 9999;}



}
