* {margin: 0;padding: 0;font-family: var(--font-R);color: #222;letter-spacing: -0.3px;} 
html {scroll-behavior: smooth; font-size: 16px;}

.inner {width: 100%;max-width: 1300px;margin: 0 auto;}
.sub_title {text-align: center}
.sub_title.left {text-align: left}
.sub_title .s_text {color: var(--main-color); font-family: 'pre_B'; margin: 0 0 20px 0; display: block;}
.sub_title h3 {font-size: 2.4rem;font-family: pre_B;line-height: 1.4;}
.sub_title h3 span {font-family: 'pre_L'; display: block;}
.sub_title h4 {
    margin: 20px 0 0 0;
}
.pd_120 {padding: 120px 0;}
.mo_txt {display: none;}

.fade_up {opacity: 0; transform: translateY(20px);  }
.fade_up.show {animation: fadeUp 0.5s ease-out forwards;}
@keyframes fadeUp {
    to {opacity: 1;transform: translateY(0);}
}

.slide_down {  opacity: 0; transform: translateY(-140px);}
.slide_down.show { animation: slideDown 0.5s ease-out forwards;}
@keyframes slideDown {
    to {opacity: 1;transform: translateY(0);}
}

.fade_in {opacity: 0;}
.fade_in.show {animation: fadeIn 1s ease-out forwards;}
@keyframes fadeIn {
    to {opacity: 1;}
}

.pop_in { opacity: 0;transform: scale(0.5);}
.pop_in.show {animation: popIn 0.6s ease-out forwards;}
@keyframes popIn {
    80% {opacity: 1;transform: scale(1.05);}
    100% {opacity: 1; transform: scale(1);}
}

#fixed_header {display: none; position: fixed;  position: fixed;top: 0;left: 0;width: 100%;z-index: 5; background-color: #fff; border-bottom: 1px solid #ddd}
#fixed_header .inner { display: flex; justify-content: space-between; align-items: center; padding: 30px 20px; }
#fixed_header .logo img { display: block; width: 139px; }
#fixed_header .menu { display: flex; gap: 40px; align-items: center; }
#fixed_header .menu ul { display: flex; gap: 40px; }
#fixed_header .menu li a {position: relative; font-family: pre_sb;}
#fixed_header .menu .inqu { display: inline-block; color: #fff; padding: 7px 18px; border-radius: 30px; font-size: 0.9rem; background: #1B322C; font-family: 'pre_B';}
#fixed_header.fixed {display: block;}


#visual { border-bottom-right-radius: 20vw; overflow: hidden; background: linear-gradient(142deg,rgba(246, 249, 247, 1) 54%, rgba(188, 255, 225, 1) 100%); }
#visual .main { display: flex; justify-content: flex-end; }
#visual .main .container { width: 90%; border-bottom-left-radius: 18vw; padding: 40px 16vw 130px 11vw; background: url(../image/visual_back.png); background-size: cover; }
#header { display: flex; justify-content: space-between; align-items: center; }
#header .logo img { width: 135px; }
#header nav a { color: #fff; padding: 0 0 0 30px; }
#visual .text { margin: 190px 0 70px 0; }
#visual .text h2 {color: #fff;font-size: 3rem;font-family: 'pre_B';line-height: 1.2;}
#visual .text h2 span {color: #63FFB9;font-size: 3rem;font-family: 'pre_B';}
#visual .text p {color: #fff;font-size: 1.5rem;font-family: 'pre_L';margin: 50px 0 0 0;}
#visual .btn_wrap { display: flex; justify-content: flex-end; }
#visual .btn_wrap a { border-radius: 50px; display: flex; align-items: center; padding: 10px 20px; }
#visual .btn_wrap a:nth-of-type(1) { border: 2px solid #00CA6F; margin: 0 20px 0 0; }
#visual .btn_wrap a:nth-of-type(1) p { color: #63FFB9; font-family: 'pre_R'; margin: 0 20px 0 0; }
#visual .btn_wrap a:nth-of-type(2) { background: linear-gradient(90deg,rgba(0, 202, 111, 1) 0%, rgba(0, 168, 202, 1) 100%); }
#visual .btn_wrap a:nth-of-type(2) p { color: #fff; margin: 0 20px 0 0; }
#visual .corpor { padding: 100px 0px 110px 0; }
#visual .corpor .sub_title { margin: 0 0 60px 0; text-align: left; }
#visual .corpor .marquee .track { margin: 40px 0; }
#visual .corpor .marquee .track img { height: 40px; }
#visual .corpor .marquee {overflow: hidden; width: 100%;}
#visual .corpor .row { white-space: nowrap; display: flex;}
#visual .corpor .track { display: inline-flex; animation: scroll-left 80s linear infinite;}
#visual .corpor .row2 .track { animation: scroll-right 80s linear infinite;}
#visual .corpor .row2 .track img {height: 50px;}

/* 왼쪽으로 흐르는 행 */
@keyframes scroll-left {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

/* 오른쪽으로 흐르는 행 */
@keyframes scroll-right {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
}


#solution .inner { position: relative; border-radius: 50px; overflow: hidden; }
#solution .inner .back { width: 100%; }
#solution .sub_title { position: absolute; top: 70px; left: 50%; transform: translateX(-50%); }
#solution .sub_title p { color: #fff; margin: 0 0 20px 0; }
#solution .sub_title h3 { color: #fff; }
#solution .bubble { position: absolute; z-index: 2; }
#solution .bubble_1 { top: 50%; left: 33%; width: 24%; }
#solution .bubble_2 { width: 24%; bottom: 22%; right: 35%; }
#solution .bubble_3 { width: 24%; bottom: 11%; left: 14%; }
#solution .bubble_4 { width: 24%; bottom: 6%; right: 16%; }
#solution .mo_text {display: none;}


#block.pd_120 { background: #F6F6F6; }
#block .sub_title { margin: 0 0 60px 0; }
#block .container { background: #fff; display: flex; justify-content: center; margin: 40px 0; padding: 60px 0 0 0; border-radius: 50px; }
#block .container .left { width: 60%; position: relative; }
#block .container .right { width: 40%; }
#block .container .left .phone {position: relative;left: 50%;transform: translateX(-50%);width: 39%;}
#block .container .left .float { position: absolute; }
#block .container .right p {font-size: 1.5rem;font-family: 'pre_SB';margin: 60px 0 0 0;}
#block .container .right span { font-family: 'pre_SB'; }
#block .container .right .icon {display: inline-block;margin: 0 4px 0 0;transform: translateY(2px);width: 17px;}
#block .con_1 .left .float {width: 40%;bottom: -3%;left: 46%;}
#block .con_1 .right p span { color: #00972D; }
#block .con_2 .left .float { width: 36%; bottom: -2%; left: 48%; }
#block .con_2 .right p span { color: #EA0000; }
#block .con_3 { display: flex; gap: 40px; }
#block .con_3 .box { border-radius: 50px; padding: 60px; }
#block .con_3 .box p { font-size: 1.5rem; font-family: 'pre_SB'; margin: 50px 0 0 0; }
#block .con_3 .box_1 { width: 30%; background: #303030; }
#block .con_3 .box_1 p { color: #fff; font-size: 1.4rem; font-family: 'pre_SB'; }
#block .con_3 .box_1 img {width: 124px; margin: 50px 0 0 0; float: right; }
#block .con_3 .box_2 { width: 70%; background: #fff; }
#block .con_3 .box_2 { width: 70%; background: #fff; display: flex; justify-content: space-between; padding: 60px 70px 0 70px; }
#block .con_3 .box_2 p span { font-family: 'pre_SB'; color: #314CFE; }
#block .con_3 .box .icon { display: inline-block; transform: translateY(3px); }
#block .con_3 .box .right { position: relative; }
#block .con_3 .box .right .phone { width: 95%; }
#block .con_3 .box .right .float { position: absolute; bottom: 0; width: 97%; right: 20%; }





#share .box_wrap {position: relative;display: flex;justify-content: space-between;margin: 130px 0 0 0;}
#share .box_wrap .title {position: absolute;display: flex;background: #222;color: #fff;width: 135px;align-items: center;justify-content: center;height: 43px;border-radius: 8px;left: 50%;transform: translateX(-50%);top: -88px;font-size: 1.1rem;font-family: 'pre_SB';}
#share .box_wrap .box {width: 32%;background: #fff;display: flex;flex-direction: column;align-items: center;padding: 20px;border-radius: 20px;background: #F6F6F6;}
#share .box_wrap .box .name {display: flex;background: #dadada;color: #292929;font-family: 'pre_B';width: 70px;height: 30px;align-items: center;justify-content: center;border-radius: 4px;}
#share .box_wrap .box .image_wrap {background: #fff;padding: 30px;width: 100%;border-radius: 10px;margin: 20px 0;height: 200px;display: flex;align-items: center;justify-content: center;}
#share .box_wrap .box .image_wrap img { width: 100%; max-width: 80%; }
#share .box_wrap .box p { text-align: center; }
#share .box_wrap .box p span { font-family: 'pre_B'; }




#footer { background: #1B322C; }
#footer .inner { padding: 70px 20px; }
#footer .top { display: flex; align-items: center; justify-content: space-between; margin: 0 0 50px 0; }
#footer .top .left { display: flex; align-items: center; gap: 26px; }
#footer .top .left .logo { margin: 0 31px 0 0; }
#footer .top .left .logo img { width: 118px; }
#footer .top .left a { color: #fff; }
#footer .top .right { display: flex; gap: 10px; }
#footer .bottom { display: flex; justify-content: space-between; align-items: flex-end; }
#footer .bottom .left { display: grid; grid-template-columns: 0.3fr 0.5fr 1fr; font-size: 0.8rem; gap: 10px 40px; }
#footer .bottom .left .box { display: flex; align-items: ; gap: 15px; color: #fff; width: max-content; }
#footer .bottom .left .box p {font-family: 'pre_L';opacity: 0.8;color: #fff;}
#footer .bottom .left .box span {color:#fff;}
#footer .bottom .right p { color: #fff; font-size: 0.7rem; opacity: 0.8; font-family: 'pre_L'; }


.new_quickmenu_m {display: none;}
#go_top {position: fixed; right:20px; z-index: 4; bottom: 50px; background-color: #fff; width: 80px; height: 80px; display: flex; align-items: center; justify-content: center; border-radius: 20px; box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; display: none;}
#go_top img {width: 30px;}

.new_quickmenu {position: fixed; bottom:70px; right: -1px; z-index: 100; background-color: #fff; border: 1px solid #eee; padding: 20px 0 10px 0; display: block;
border-top-left-radius: 20px; border-bottom-left-radius: 20px; box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; width: auto;}
.new_quickmenu .inner {display: block; width: max-content; padding: 0;}
.new_quickmenu * {box-sizing: border-box;}
.new_quickmenu a {position: relative; display: flex; align-items: center; justify-content: center; padding:10px; width: 90px; height: 90px; flex-direction: column;}
.new_quickmenu a:hover {text-decoration: none;}
.new_quickmenu a:hover p {text-decoration: none; }
.new_quickmenu a img.icon {height: 47px;}
.new_quickmenu a img.icon.kakao {height: 47px;}
.new_quickmenu a img.icon.top {height: 20px;}
.new_quickmenu a:nth-of-type(1)::before {display: none;}
.new_quickmenu a::before {display:block; width: 60%; height: 1px; background-color: #b3b3b3; position: absolute; top: 0;}
.new_quickmenu a p {font-size: 13px; text-align: center; margin: 5px 0 0 0; font-family: 'pre_B'}
.new_quickmenu #consult-chat-floatting-plugin,
.new_quickmenu #chatButton,
.new_quickmenu .chat-fix {position: inherit !important; bottom: inherit; right: inherit}
.new_quickmenu #consult-chat-iframe-plugin {right: 100px !important;}
.new_quickmenu .chat-open,
.new_quickmenu .chat-close {border-radius: 8px; width: 64px; height: 64px;}



#custom{background:#F6F6F6;padding:120px 0;} 
#custom .top{display:flex;gap:20px;} 
#custom .top .left{width:38%;} 
#custom .top .left .image{background:#CAE8DA;border-radius:30px;padding:30px 0 80px;text-align:center;position:relative;} 
#custom .top .left .image p{font-size:1.2rem;font-family:'pre_SB';transform:translateY(14px);} 
#custom .top .left .image img.pc{width:100%;} 
#custom .top .left .image img.bubble{position:absolute;bottom:-4px;right:0%;width:53%;} 
#custom .top .right{width:62%;padding:30px 0 0 0;} 
#custom .top .right .title .name{font-size: 1.8rem;font-family: 'pre_B';margin:0 0 10px 0;} 
#custom .top .right .title .text{margin:0 0 30px 0;font-size:1.1rem;} 
#custom .top .right .title .text span{font-family:'pre_B';} 
#custom .top .right .box_wrap{display:flex;gap:20px;align-items:stretch;height:284px;} 
#custom .top .right .box_wrap .box{background:#fff;width:33%;padding:40px;border-radius:30px;} 
#custom .top .right .box_wrap .box .name{font-family:'pre_SB';margin:0 0 20px 0;font-size:1.1rem;} 
#custom .top .right .box_wrap .box .text{font-size:0.9rem;color:#555;} 
#custom .top .right .box_wrap .box .text span{font-family:'pre_SB';} 
#custom .top .right .box_wrap .box img{margin:30px 0 0 0;float:right;} 
#custom .bottom{display:flex;gap:20px;margin:100px 0 0 0;} 
#custom .bottom .left{width:65%;padding:80px 0 0 0;} 
#custom .bottom .left .text{margin:0 0 60px 0;} 
#custom .bottom .left .text .title{font-size: 1.8rem;font-family: 'pre_B';} 
#custom .bottom .left .text .title span{font-size: 1.8rem;font-family: 'pre_B';color:#00BF69;} 
#custom .bottom .left .text .text{font-size:1.1rem;margin:10px 0 0 0;} 
#custom .bottom .left .text .text span{font-family:'pre_B';} 
#custom .bottom .left .text .text span.point {color: #00A8CA}
#custom .bottom .left .box_wrap{display:flex;gap:20px;height:356px;} 
#custom .bottom .left .box_wrap .box{background:#fff;border-radius:30px;width:50%;position:relative;padding:48px;} 
#custom .bottom .left .box_wrap .box .name{font-size:1.2rem;font-family:'pre_SB';} 
#custom .bottom .left .box_wrap .box img{position:absolute;bottom:40px;right:40px;width:74%;} 
#custom .bottom .right{width:35%;} 



#package{background:#F6F6F6;padding:120px 0;} 
#package .main_service{background:#fff;display:flex;flex-direction:column;align-items:center;padding:50px 0;border-radius: 30px;position:relative;overflow:hidden;margin:40px 0 0 0;} 
#package .main_service::before{content:"";position:absolute;inset:0;padding:3px;border-radius:inherit;background:linear-gradient(135deg,#00CA6F,#00A8CA);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;z-index:1;} 
#package .main_service>span{color:#009552;font-family:'pre_SB';margin:0 0 14px 0;} 
#package .main_service .title{font-size: 1.6rem;font-family: 'pre_B';margin:0 0 20px 0;} 
#package .main_service .text{font-family:'pre_L';text-align:center;} 
#package .main_service .text span{font-family:'pre_SB';} 
#package .add_service .text_gr{text-align:center;color:#009552;font-family:'pre_B';margin:50px 0 10px 0;} 
#package .add_service .box_wrap{padding:30px;display:grid;grid-template-columns:1fr 1fr;gap:18px;border:1px dotted green;border-radius: 40px;border:none;outline:2px dashed #01C57B;outline-offset:-4px;} 
#package .add_service .box_wrap .box{background:#fff;padding:40px;display:flex;justify-content:center;gap:20px;align-items:center;border-radius: 30px;} 
#package .add_service .box_wrap .box .right .title{font-family: 'pre_B';font-size: 1.2rem;margin: 0 0 6px 0;color: #111;} 
#package .add_service .box_wrap .box .right .text{color:#333;line-height: 1.3;} 
#package .add_service .box_wrap .box .right .text span{font-family:'pre_B';}


#bk_image{padding:70px 0;}
#bk_image .inner .box {position:relative;display:block;border-radius:40px;overflow:hidden;height:370px;margin:29px 0;}
#bk_image .inner .box .back{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000b3;}
#bk_image .inner .box_1 {background: url(../image/bk_back_1.png) center center; background-size: cover;}
#bk_image .inner .box_2 {background: url(../image/bk_back_2.png) center center; background-size: cover;}

#bk_image .inner .box .image{position:absolute;left:13%;bottom:0;}
#bk_image .inner .box .image img{height:300px;}
#bk_image .inner .box_2 .image{left:17%;}
#bk_image .inner .box .text{position:absolute;z-index:3;right:13%;top:50%;transform:translateY(-50%);display:flex;align-items:flex-end;gap:40px;}
#bk_image .inner .box .text .text_wrap{text-align:right;}
#bk_image .inner .box .text .title{color:#fff;font-size:1.9rem;font-family:'pre_SB';margin:0 0 20px 0;}
#bk_image .inner .box .text .txt{color:#fff;font-family:'pre_L';}
#bk_image .inner .box .text .txt span{color:#fff;font-family:'pre_B';}
#bk_image .inner .box .text .arrow{width:40px;height:40px;background:#ffffff36;border-radius:100%;display:flex;align-items:center;justify-content:center;}
#bk_image .inner .box .text .arrow img{width:9px;transform:translateX(1px);}
#bk_image .inner .box:hover .arrow {background-color: #ffffff8c}


#case {  padding: 120px 0;}
#case .box { display: flex; justify-content: space-between; margin: 70px 0; }
#case .box .text span { font-size: 1.4rem; font-family: 'pre_SB'; color: #01C57B; margin: 60px 0 20px 0; display: block; }
#case .box .text p { font-size: 1.5rem; font-family: 'pre_SB'; color: #111; }
#case .box .image { width: 800px; background: #F6F6F6; padding: 40px; border-radius: 30px; }
#case .box .image img { width: 100%; }



#application { background: #F6F6F6; padding: 120px 0;}
#application h4 {font-size: 1.4rem;}
#application img {margin: 70px auto;width: 70%;}
#application .container {position: relative;}
#application a {width: 11%;height: 40px;display: block;position: absolute;}
#application a.video_1 {top: 27%;left: 50%;transform: translateX(-50%);}
#application a.video_2-1 {top: 60.5%;left: 30.3%;}
#application a.video_2-2 {top: 59.2%;right: 30.5%;}
#application a.video_3 {bottom: 2.1%;right: 67.3%;}
#application a.video_4-1 {bottom: 2.1%;right: 42.4%;}
#application a.video_4-2 {bottom: 2.1%;right: 19.7%;}
#application .video_pop { position: fixed; inset: 0; z-index: 9999; display: none; place-items: center;
    padding: max(24px, env(safe-area-inset-top)) max(24px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(24px, env(safe-area-inset-left));
    background: rgba(0,0,0,.6);  backdrop-filter: blur(3px);
}
#application .video_pop.is-open { display: grid; }
#application .video_pop .video {
    width: min(92vw, 1000px);
    max-height: calc(100vh - 48px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    aspect-ratio: 16 / 9;  background: #000; border-radius: 20px; overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.55), 0 0 0 1px rgba(255,255,255,.08) inset;
    animation: videoPopIn .28s ease both;
}
#application .video_pop .video iframe {  width: 100%;  height: 100%;  border: 0;  display: block;}



#last {background:url(../image/last.png) 50% 50%;background-size: cover;position: relative;height: 640px;}
#last .inner .back {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000000c2;z-index: 1;}
#last .inner .text {width: 100%; position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: 2;text-align: center;color: #fff;}
#last .inner .text > p { color: #fff; font-size: 2.2rem; font-family: 'pre_SB';}
#last .btn_wrap {display:flex;align-items:center;justify-content:center;gap:20px;margin:43px 0 0 0;}
#last .btn_wrap a {display:inline-flex;align-items:center;justify-content:center;padding: 14px 27px;border-radius:50px;}
#last .btn_wrap a p {font-size: 1.2rem;font-family:var(--font-M);}
#last .btn_wrap a img {width:20px;margin:0 14px 0 0;}
#last .btn_wrap a.btn_1 {background: #111111;border: 3px solid #111111;}
#last .btn_wrap a.btn_1 p {color:#fff;}
#last .btn_wrap a.btn_2 {background:#fff;border:3px solid transparent;background: linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#00CA6F,#00A8CA,#00A8CA) border-box;}
#last .btn_wrap a.btn_2 p {color: #005011;font-family:var(--font-SB);}

.floating { position: fixed; bottom: 30px; left: 50%; transform: translateX(-50%); background: #222; border-radius: 10px; display: flex; align-items: center; padding: 14px 30px; z-index: 5; box-shadow: rgb(60 60 60 / 40%) 0px 8px 24px; transition: 1s; }
.floating p { color: #fff; font-size: 1.1rem; font-family: 'pre_L'; margin: 0 20px 0 0; }
.floating span { display: flex; align-items: center; color: #fff; font-size: 1.2rem; font-family: 'pre_B'; }
.floating span img { margin: 0 0 0 10px; }