* {margin: 0;padding: 0;font-family: var(--font-R);color: #222;line-height:1.5;letter-spacing: -0.7px;} 
html {scroll-behavior: smooth; font-size: 16px;}
.inner {width: 100%;max-width: 1200px;margin: 0 auto;}
.subtitle {text-align: center;font-size: 2.1rem;}
.subtitle p {
    font-family: 'pre_B';
    color: #333;
}
.subtitle .s_text {color: var(--main-color); font-family: 'pre_B'; margin: 0 0 20px 0; display: block;}
.s_title {font-size: 1.3rem;margin: 18px 0 0 0;font-family: 'pre_M' !important;color: #555 !important;}
.subtitle h3 {font-size: 2rem; font-family: 'pre_B'; line-height: 1.4;}
.subtitle h3 span {font-family: 'pre_L'; display: block;}
.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);}
}

#header {position: fixed;top: 0;left: 50%;width: 100%;transform: translateX(-50%);}
#header .inner {display: flex;justify-content: space-between;align-items: center;padding: 28px 20px;}
#header .logo img {width: 120px;}
#header nav {position: absolute;top: 31px;left: 50%;transform: translateX(-50%);display: flex;gap: 30px;}
#header nav a {color: #fff;font-family: pre_M;font-size: 0.95rem;}
#header > .inner > a {color: #fff;display: flex;align-items: center;gap: 10px;font-family: 'pre_M';}
#header > .inner > a img {width: 15px;}

#header.fixed {  position: fixed; background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border-bottom: 1px solid #e7e7e7; width: 100%;  top:0;  left: 0;  padding: 0;  z-index: 5;  transform: none;
}
#header.fixed .logo img {width: 106px;filter: brightness(0);}
#header.fixed .inner {padding: 20px 0;}
#header.fixed .menu {top: 28px}
#header.fixed nav { top: 23px;}
#header.fixed nav a {color:#222}
#header.fixed > .inner > a img {filter: brightness(0);}
#header.fixed > .inner > a {color:#222}


#visual {background: url(../images/visual.jpg) no-repeat center center;height: 820px;background-size: cover;}
#visual .inner {height: 100%;}
#visual .text {height: 100%;display: flex;justify-content: center;flex-direction: column;}
#visual .text .title {color: #fff;font-size: 3rem;font-family: pre_B;line-height: 1.3;margin: 0 0 20px 0;}
#visual .text .sub { color: #fff; font-size: 1.3rem; margin: 0 0 80px 0;}
#visual .btnwrap {display: flex;gap: 20px;}
#visual .btnwrap a {display: flex;gap: 12px;align-items: center;padding: 11px 17px;border-radius: 10px;}
#visual .btnwrap a.left { background: #fff; color: #111;  font-family: 'pre_B';}
#visual .btnwrap a.right {  color: #fff;  border: 2px solid #fff;  font-family: 'pre_B';} 
#visual .btnwrap a img {width: 15px;}
#visual_line { background: #615747;  padding: 20px 0;}
#visual_line .inner {  display: flex;  justify-content: space-between;}
#visual_line span { color: #ffffff87;}
#visual_line .ball { font-family: 'pre_B';}


#track {position: relative;background: url(../image/se6_back.png) center center;background-size: cover;padding: ;overflow: hidden;}
#track .marquee {position: relative;overflow: hidden;width: 100%;margin: 40px 0 0 0;}
#track .left {position: absolute;top: 0;left: 0;z-index: 2;width: 180px;height: 100%;background: linear-gradient(to right,#fff 0%,rgba(255,255,255,0) 100%);pointer-events: none;}
#track .right {position: absolute;top: 0;right: 0;z-index: 2;width: 180px;height: 100%;background: linear-gradient(to left,#fff 0%,rgba(255,255,255,0) 100%);pointer-events: none;}
#track .row {display: flex;overflow: hidden;white-space: nowrap;}
#track .track {display: flex;animation: scroll-left 30s linear infinite;margin: 25px 0;gap: 70px;}
#track .row2 .track {animation: scroll-right 30s linear infinite;}
#track .track img {margin: 0 10px;width: auto;height: 40px;}
@keyframes scroll-left {0% {transform: translateX(0);} 100% {transform: translateX(-50%);}}
@keyframes scroll-right {0% {transform: translateX(-50%);} 100% {transform: translateX(0);}}


#bubble {background: #EAE7E2;position: relative;}
#bubble .image img {width: 100%; max-width: 790px;margin: 70px auto;position: relative;z-index: 2;}
#bubble .back {position: absolute;bottom: 0;left: 0;width: 100%;z-index: 1;}


#tab {background: #F8F8F6;}
#tab .subtitle {margin: 0 0 30px 0;}
#tab .inner {display:flex;gap: 110px;justify-content: center;}
#tab .inner > div > p { font-size: 2rem; font-family: 'pre_B'; margin: 0 0 30px 0;}
#tab .tab_menu {width: 130px;}
#tab .tab_menu li {border-radius:12px;background:#f5f5f5;color:#333;font-size: 1.2rem;cursor:pointer;transition:0.3s;font-family: 'pre_SB';width: 130px;height: 57px;display: flex;align-items: center;justify-content: center;background: #fff;}
#tab .tab_menu li + li { margin-top:12px; }
#tab .tab_menu li.on {background: #80654E;color:#fff;}
#tab .tab_content {flex:1;background: #fff;padding: 70px;border-radius: 40px;}
#tab .tab_content .box { display:none; width:100%; border-radius:24px; overflow:hidden; }
#tab .tab_content .box.on { display:block; }
#tab .tab_content .box img { display:block; width:100%; height:auto; }
#tab .tab_content .box:nth-of-type(1) img{max-width: 550px;margin: 0 auto;}

#ars .subtitle .s_title { font-size:1.1rem; margin:20px 0 0 0; }
#ars .wrap {margin:100px 0 0 0;display:flex;align-items:center;justify-content:center;gap: 40px;transform: translateX(-40px);}
#ars .phone { background: url(../images/ars_back.png) no-repeat center center;  padding: 0 140px;}
#ars .phone img { width:310px; }
#ars .text { display:flex; flex-direction:column; gap:50px; }
#ars .box { display:flex; gap:20px; }
#ars .box .left img { width:44px; }
#ars .box .right .name { font-family:'pre_B'; margin:0 0 6px 0; }
#ars .box .right .sub span {  font-family: 'pre_SB';}
#ars .box .right .voice { display:flex; gap:10px; align-items:flex-start; padding:20px 30px; background:#F3F7FF; border-radius:10px; width:420px; margin:10px 0 0 0; }
#ars .box .right .voice img { width:14px; transform:translateY(6px); }
#ars .box .right .voice p { color:#206BC2; font-family:pre_SB; }


#block .image { position: relative; margin: 40px 0 0 0; }
#block .image img:first-child { position: relative; z-index: 2; marign: left; left: 52.4%; transform: translateX(-50%); max-width: 67%; }
#block .image img:last-child { width: 100%; position: absolute; top: 43%; }
#block .boxwrap { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; max-width: 850px; margin: 30px auto 0; }
#block .boxwrap .box { background: #F9F9F7; border-radius: 30px; padding: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
#block .boxwrap .box .name { font-size: 1.2rem; font-family: 'pre_B'; margin: 20px 0 10px 0; }
#block .boxwrap .box .sub span { font-family: 'pre_SB'; }


#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;z-index:1;border: 3px solid #DED8D3;} 
#package .main_service>span{color: #80654E;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: #80654E;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 #80654E;outline-offset:-4px;} 
#package .add_service .box_wrap .box{background: #F8F8F6;padding:40px;display:flex;justify-content:center;gap:20px;align-items:center;border-radius: 30px;} 
#package .add_service .box_wrap .box .left { width: 90px;  height: 90px; background: #fff; border-radius: 100%; display: flex; align-items: center; justify-content: center;}
#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';}



#ai {background: #F8F8F6;}
#ai .wrap {display: flex;gap: 20px;margin: 50px 0 0 0;}
#ai .wrap .box {width: 50%;border-radius: 30px;overflow: hidden;}
#ai .wrap .box .image img {width: 100%;}
#ai .wrap .box .text {background: #fff;height: 180px;display: flex;align-items: center;justify-content: center;flex-direction: column;text-align: center;}
#ai .wrap .box .text .name {font-size: 1.3rem;font-family: 'pre_SB';margin: 0 0 10px 0;}
#ai .wrap .box .text .sub {color: #555;}
#ai .wrap .box .text .sub span {font-family: 'pre_SB';}


#solution .inner { display: flex; gap: 110px; align-items: center; justify-content: center;}
#solution .first {background: #F8F8F6;}
#solution .image .name img {height: 430px;}
#solution .title .text .name span {font-family: 'pre_B';color: #80654E;margin: 0 0 20px 0;display: block;}
#solution .title .text .name .btxt {font-size: 2rem;}
#solution .title .text .name .btxt span {color: #222;}
#solution .title .text .number {margin: 50px 0 0 0;}
#solution .title .text .number .txt {display: flex;gap: 10px;margin: 17px 0;}


#video { background: url(../images/video_back.jpg) no-repeat center center;  background-size: cover;}
#video .inner {position: relative;}
#video img {width: 100%;  max-width: 910px;}
#video .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);
}
#video .video_pop.is-open { display: grid; }
#video .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;
}
#video .video_pop .video iframe {  width: 100%;  height: 100%;  border: 0;  display: block;}
#video a {width: 11%;height: 44px;display: block;position: absolute; }
#video a.video_1 {top: 37.1%;left: 31.9%;transform: translateX(-50%);}
#video a.video_2-1 {top: 65.1%;left: 12%;transform: translateX(-50%);}
#video a.video_2-2 {top: 63.2%;left: 53.4%;transform: translateX(-50%);}
#video a.video_3-1 {top: 85.9%;left: 12%;transform: translateX(-50%);}
#video a.video_3-2 {top: 85.9%;left: 41.8%;transform: translateX(-50%);}
#video a.video_3-3 {top: 85.9%;left: 65%;transform: translateX(-50%);}


#last {margin: 0 0 -1px 0; position: relative}
#last .back {width:100%;}
#last .inner {display: flex;align-items: center;justify-content: center;text-align: center;flex-direction: column;position: absolute;top: 0;left: 50%;width: 100%;height: 100%;transform: translateX(-50%);}
#last p {font-size: 2.3rem;color: #222;font-family: 'pre_B';margin: 0 0 60px 0;}
#last .btn_wrap { display: flex; align-items: center; gap: 14px; }
#last .btn_wrap a {display: flex;align-items: center;gap: 20px;background: #fff;padding: 19px 37px;border-radius: 50px;font-size: 1.3rem;font-family: 'pre_M';}
#last .btn_wrap a:nth-of-type(1) { background: #222; color: #fff; }
#last .btn_wrap a:nth-of-type(2) {color: #80654E;position: relative;overflow: hidden;z-index: 1;font-family: 'pre_SB';}
#last .btn_wrap a:nth-of-type(2)::before {content: "";position: absolute;inset: 0;padding: 3px;border-radius: inherit;border: 2px solid #80654E;color: #80654E;}


#footer {background: #3A2A1D;}
#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 {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;}
