@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css"); @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400; 700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+SC:wght@400; 700&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400; 700&display=swap"); html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } 
:root { --webHeight: 100%; } 

:lang(ko),
:lang(en) { font-family: "Pretendard", -apple-system, BlinkMacSystemFont, system-ui,
 Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
 "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
 sans-serif; } 
:lang(ja) { font-family: "Noto Sans JP", -apple-system, system-ui, Roboto, sans-serif; } 
:lang(zh-CN) { font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, system-ui,
 Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
 "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
 sans-serif; } 
:lang(zh-Hant) { font-family: "Noto Sans TC", -apple-system, BlinkMacSystemFont, system-ui,
 Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR",
 "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol",
 sans-serif; } 
html,
body { width: 100%; height: 100%; height: var(--webHeight); -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; } 

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block; } 
body { line-height: 1; white-space: inherit; word-break: keep-all; } 
ol,
ul { list-style: none; } 
b { font-weight: 700; } 
a { text-decoration: none; } 
a:link,
a:visited { color: var(--systemWhite); text-decoration: none; } 
img { width: auto; max-width: 100%; display: block; } 
video { display: block; margin-top: -1px; } 
html { scroll-behavior: smooth; } 

/* Header*/
.header { display: block; width: 100%; z-index: 99; position: fixed; top: 0; left: 0;background: rgba(46, 46, 46, 0.25);
 backdrop-filter: blur(15px); -webkit-backdrop-filter: blur(15px); /* 사파리 대응 */ } 
.header .header-container { padding: 14px 0; max-width: 1024px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; } 
.header .logo-white img { width: 100%; max-width: 117px; padding-left: 48px; } 
.header .nav { display: flex; align-items: center; gap: 20px; padding-right: 48px; } 
.header .nav ul { list-style: none; display: flex; gap: 20px; margin: 0; padding: 0; } 
.header .nav ul li a { padding: 9px 8px; text-decoration: none; font-size: 15px; color: white; transition: color 0.3s; font-weight: 400; } 
.mobile-nav { display: none; } 
.hamburger { display: none; } 
.header .nav .lang-options span { font-size:12px; font-weight:400; padding: 8.5px 16px; } 
.header .lang-btn {padding:8px 12px; background-color:#FFFFFF33; position: relative; display: flex; align-items: center; gap: 4px; border-radius: 20px; cursor: pointer; transition: background 0.3s;color: white; font-size: 12px;  } 
.header .lang-btn img {width:16px; height:16px;}
.header .lang-options { position: absolute; top: 110%; left: 0; overflow: hidden; display: none; flex-direction: column; z-index: 999; border-radius: 8px; padding:4px 0; min-width:100px; background-color:#fff; color:#4F535A; } 
.header .lang-options .lang-option { padding: 8px 12px; cursor: pointer; white-space: nowrap; transition: background 0.2s; } 
.header .lang-options .lang-option:hover { background: #eee; } 
.header .lang-btn.active .lang-options { display: flex; } 
.header .lang-option.active { background-color: #EDF1FD; color: #1F4CE3 !important; } 


/* video section wrapper: 200vh -> 스크롤 영역을 2배로 만들어 줌 */
.video-section { position: fixed; height: 100vh;  z-index: 2; top:0; left:0; width:100%; overflow: hidden;} 
.video-section .video-box { position: sticky; top: 0; height: 100vh; overflow: hidden; } 
.video-section .video-box .back-shadow {  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4);
;}
.video-section .video-box img { width: 100%; height: 100%; object-fit: cover; } 
.video-box video,
.video2-section video { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; } 
.video-section .video-text { position: absolute; left: 50%; transform: translateX(-50%); bottom: 10%; display: flex; flex-direction: column; justify-content: center; align-items: center; width: 100%; } 
.video-section .video-text p { color: #fff; font-size: 68px; line-height: 120%; font-weight: 900; text-align: center; } 
.video-section .video-text img { max-width: 92px; max-height: 110px; width: 100%; padding-top: 103px; } 
.fake-scroll {height: 150vh; }
.video-section .dim-opacity { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; background: #000; /* 완전 블랙 */
 opacity: 0; transition: opacity 0.1s linear; } 
.video-section-dummy { height: 100vh; position: relative; z-index: 3;}

/* video2 섹션 */
.video2-section { position: relative; padding-bottom:30px; z-index: 3; } 
.video2-section .dim {height:60vh; background: linear-gradient(180deg, rgba(17, 17, 17, 0) 0%, rgba(17, 17, 17, .7) 70%, #111 100%);}
.video2-section .video2-text { position: absolute; bottom: 35%; left: 50%; transform: translateX(-50%); width: 100%; } 
.video2-section .video2-text p { font-size: 68px; line-height: 120%; color: #fff; text-align: center; font-weight: 900; } 
.video2-section .back-shadow2 {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color:#0000004D;;}
.video2-section .small-shadow {width:100%; position: absolute; bottom: 0;
  background-image: url("/image/small-shadow.png");
  background-repeat: no-repeat;
  background-size: cover; 
  height:80px;
}

.video2-section .video-back-box {position: relative;}


/* mission 섹션 */
.mission-section { margin-top: -1px; margin-bottom: -1px;  
background-image: url('/image/big-shadow-pc.png'); background-repeat: no-repeat; /* 반복 여부: no-repeat, repeat, repeat-x, repeat-y */
  background-position: center top; background-size: cover; 
  color: #fff; text-align: center;
  position: relative; z-index: 3; height:867px;} 

.mission-section .mission-top {text-align: center; position: absolute; top:50%; left:50%; transform:translate(-50%,-50%); } 
.mission-section .mission-top .small-text { font-size: 24px; color: #fff; margin-bottom: 60px; line-height: 160%; font-weight: 400; } 
.mission-section .mission-top h2 { color:#fff; display: flex; align-items: center; justify-content: center; font-size: 32px; font-weight: 700; margin: 0 0 32px 0; line-height: 140%; } 
.mission-section .mission-top h2:last-of-type { margin: 0; } 
.mission-section .mission-top h2 span { width: 80px;} 
.mission-section .mission-top h2 span img {width:42px; margin: 0 auto;}
.mission-section .emoji-toggle span { transition: opacity 0.5s ease, transform 0.5s ease; display: inline-block; } 
.mission-section .emoji-toggle span.fade-out { opacity: 0; transform: translateY(-10px); } 
.mission-section .emoji-toggle span.fade-in { opacity: 1; transform: translateY(0); } 
.lang-en .emoji-toggle span { font-size: 31px; width: 140px !important; } 
.lang-en .service-section .card-content .tab-word { height:87px; } 
.lang-en .service-section .service-card:last-of-type .card-content .tab-word { height:116px; } 


/* introduce 섹션 */
.introduce-section {position: relative; z-index: 3;}
.introduce-section .mission-bottom { position: relative; } 
.introduce-section .mission-text {width:100%; text-align: center; position: absolute; left: 50%; transform: translateX(-50%); top: 13vw; } 
.introduce-section .mission-bottom h3 { color: #fff; font-size: 32px; font-weight: 700; margin-bottom: 60px; line-height: 160%; } 
.introduce-section .mission-bottom p { font-size: 24px; color: #fff; line-height: 180%; } 
.introduce-section .mission-bottom .highlight { display: inline-block; } 
.introduce-section .mission-text .highlight img { max-width: 82px; margin-right: 5px; margin-bottom: -3px; } 
.lang-en .introduce-section .mission-text .highlight img { max-width: 70px; margin-right: 2px; margin-bottom: -7px; } 


/* service section */
.service-section {background-color: #fff; max-width: 1024px; margin: 0 auto; padding: 180px 0; z-index: 3; position: relative; } 
.service-section .service-intro { padding-left: 48px; } 
.service-section .service-intro .subtitle { color: #1f4ce3; font-weight: 700; font-size: 24px; line-height: 160%; } 
.service-section .service-intro h2 { font-size: 32px; font-weight: 700; margin-top: 8px; line-height: 140%; color: #1d1d1f; } 
.service-section .service-cards { display: flex; flex-direction: column; gap: 180px; margin-top: 60px; } 
.service-section .service-card { display: flex; align-items: center; gap: 60px; flex-wrap: wrap; padding: 0 48px; } 
.service-section .card-image { max-width: 440px; width: 100%; border-radius: 12px; flex-shrink: 0; } 
.service-section .card-content { flex: 1; min-width: 280px; } 
.service-section .card-content h3 { color: #1d1d1f; font-size: 28px; font-weight: 700; margin-bottom: 32px; line-height: 140%; } 
.service-section .card-content .highlight { font-weight: 700; color: #1d1d1f; margin-bottom: 8px; font-size: 20px; line-height: 140%; } 
.service-section .card-content p { color: #47474b; line-height: 160%; margin-bottom: 24px; font-size: 18px; } 
.service-section .tab { display: none; } 
.service-section .tab-inner { display: flex; gap: 8px; } 
.service-section .tab.active { display: block; } 
.service-section .tab-btn { font-size: 18px; font-weight: 700; width: 31px; height: 31px; display: flex; align-items: center; justify-content: center; border-radius: 8px; background-color: #fff; border: 1px solid #eeeeee; color: #212124; cursor: pointer; transition: 0.3s; } 
.service-section .tab-btn.active { background-color: #1f4ce3; color: white; } 
.service-section .tab-img { display: none; } 
.service-section .tab-img.active { display: block; } 


/* inquiry section */
.inquiry-section {z-index: 3; position: relative; background-color: #fff; max-width: 1024px; margin: 0 auto; padding: 180px 0px; } 
.inquiry-section .inquiry-content { padding: 0 48px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; } 
.inquiry-section .inquiry-text .inquiry-subtitle { color: #1f4ce3; font-weight: 700; margin-bottom: 6px; font-size: 18px; line-height: 120%; } 
.inquiry-section .inquiry-text .inquiry-title { font-size: 32px; line-height: 140%; font-weight: 700; color: #1d1d1f; } 
.inquiry-section .inquiry-button-wrapper { margin-top: 20px; } 
.inquiry-section .inquiry-button { display: flex; align-items: center; justify-content: center; gap: 8px; background-color: #1f4ce3; color: white; font-size: 18px; padding: 17px 0; border: none; border-radius: 8px; cursor: pointer; font-weight: 700; transition: background-color 0.3s ease; width: 320px; } 
.inquiry-section .inquiry-button:hover { background-color: #0f2ec9; } 


/* inqury modal */
#inquiry-form { position: relative; max-width: 584px; margin: 0 auto; padding: 0 48px; color: #2c3e50; padding-top: 124px; } 
form#inquiry-form label { display: block; margin-bottom: 6px; font-weight: 500; } 
form#inquiry-form input[type="text"],
form#inquiry-form input[type="email"],
form#inquiry-form select,
form#inquiry-form textarea { width: 100%; color: #1d1d1f !important; padding: 15px 16px; border: 1px solid #e7eaec; border-radius: 12px; box-sizing: border-box; margin-bottom: 16px; outline: none; transition: border-color 0.3s; } 
form#inquiry-form textarea { resize: vertical; min-height: 130px; } 
form#inquiry-form textarea#message { padding:16px; } 
form#inquiry-form input[type="text"]::placeholder,
form#inquiry-form input[type="email"]::placeholder,
form#inquiry-form textarea::placeholder { color: #979ca5; font-size: 14px; } 
form#inquiry-form textarea#message::placeholder { white-space: pre-line; } 
form#inquiry-form input[type="text"]:focus,
form#inquiry-form input[type="email"]:focus,
form#inquiry-form textarea:focus { box-shadow: 0px 0px 16px 0px #0000000a; } 
input:-webkit-autofill { -webkit-box-shadow: 0 0 0 30px #fff inset; -webkit-text-fill-color: #000; } 
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active { transition: background-color 5000s ease-in-out 0s; } 
form#inquiry-form h2 { color: #11212c; font-size: 18px; line-height: 120%; font-weight: 700; margin-bottom: 24px; } 
form#inquiry-form label { margin-bottom: 8px; color: #737882; font-size: 14px; } 
form#inquiry-form label input[type="checkbox"] { width: 20px; height: 20px; margin: 0 8px 0 0; } 
form#inquiry-form button[type="submit"] { width: 100%; padding: 17px 0; background-color: #0052cc; color: white; display: flex; justify-content: center; align-items: center; gap: 8px; font-weight: 600; border: none; border-radius: 8px; font-size: 18px; cursor: pointer; transition: background-color 0.3s; margin-top: 48px; } 
form#inquiry-form button[type="submit"]:hover { background-color: #003d99; } 
form#inquiry-form button[type="submit"] img {width:20px; height:20px;}
form#inquiry-form .personal { margin-bottom: 0; color: #4f535a; position: relative; display: inline-flex; align-items: center; cursor: pointer; } 
form#inquiry-form .personal input[type="checkbox"] { position: absolute; width: 0.1px; height: 0.1px; margin: 0; padding: 0; opacity: 0; z-index: -1; left: 5%; bottom: 5%; } 
form#inquiry-form .personal .custom-checkbox { width: 24px; height: 24px; margin-right: 8px; background-image: url("/image/grey-check.png"); background-size: cover; } 
form#inquiry-form .personal input[type="checkbox"]:checked + .custom-checkbox { background-image: url("/image/blue-check.png"); } 
form#inquiry-form .custom-select-wrapper { position: relative; width: 100%; margin-bottom: 16px; } 
form#inquiry-form .custom-select { display: flex; justify-content: space-between; border: 1px solid #e7eaec; border-radius: 12px; padding: 15px 16px; cursor: pointer; font-size: 14px; background-color: white; position: relative; } 
form#inquiry-form .custom-select .selected { display: block; color: #1d1d1f; } 
form#inquiry-form .custom-select .options { display: none; position: absolute; top: 100%; left: 0; width: 100%; border: 1px solid rgba(231, 234, 236, 1); background-color: white; max-height: 250px; overflow-y: auto; z-index: 10; margin-top: 4px; padding: 0; list-style: none; border-radius: 8px; } 
form#inquiry-form .custom-select .options li { padding: 12px 16px; cursor: pointer; transition: background 0.2s; color: #4f535a; font-size: 14px; margin: 4px; border-radius: 6px; } 
form#inquiry-form .custom-select .options li:hover { background-color: rgba(17, 17, 17, 0.05); } 
form#inquiry-form .custom-select .options li.selected-option { background-color: rgba(31, 76, 227, 0.08); color: #0168e1; } 
form#inquiry-form #toast { visibility: hidden; min-width: 225px; background-color: rgba(0, 0, 0, 0.7); font-size: 14px; line-height: 150%; color: #fff; text-align: center; border-radius: 8px; padding: 16px; position: fixed; top: 80px; left: 50%; transform: translateX(-50%); font-size: 16px; z-index: 1000; opacity: 0; transition: opacity 0.5s ease-in-out; } 
.inquiry-modal { display: none; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; background: #fff; z-index: 90; overflow-y: auto; padding: 60px 20px; box-sizing: border-box; } 
.inquiry-modal .close-btn { position: absolute; top: 0; right: 0; cursor: pointer; padding: 20px; } 
form#inquiry-form .info-text { gap: 8px; padding: 12px 16px; background-color: #f7f8fb; font-size: 13px; color: #525357; margin-bottom: 24px; display: flex; align-items: center; line-height: 150%; border-radius: 12px; } 
form#inquiry-form .info-text img {width:16px; height:18px;}
.lang-en form#inquiry-form #toast {max-width:291px; width:100%;}
.custom-select img {transition: transform 0.3s ease;}
.custom-select.open img {transform: rotate(180deg);}


/* footer */
.footer { background-color: #f7f8fa; font-size: 14px; color: #666; } 
.footer .footer-container { max-width: 1024px; margin: 0 auto; padding: 60px 0; } 
.footer .footer-inner { padding-left: 48px; } 
.footer .footer-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 12px; } 
.footer .footer-logo img { width: 100%; max-width: 104px; } 
.footer .footer-logo span { font-size: 16px; font-weight: 600; color: #222; } 
.footer .footer-info p { color: #8b95a1; font-size: 14px; line-height: 160%; font-weight: 400; padding-top: 8px; } 
.footer .footer-info p:first-of-type { padding-top: 24px; } 
.pc { display: block; } 
.mo { display: none; } 
.mo-only {
  display: none;
}
.pc.nav ul li a.active,
.mobile-nav ul li a.active {
  font-weight: 600;
}

@keyframes bounceUpDown {
  0%, 100% {
    transform: translateY(0);    
  }
  50% {
    transform: translateY(-10px); 
  }
}

.move {
  animation: bounceUpDown 1s ease-in-out infinite;
}
@media (min-width:1024px) and (max-width:1920px) {
  .video2-section {padding-bottom:70px;}
}
@media (min-width: 1281px){
 .service-section,
 .inquiry-section,
 .footer .footer-container { max-width: 1184px; } 
 }
@media (max-width: 1440px){
 .introduce-section .mission-text { top: 3vw; } 
 }
@media (min-width:1024px) and (max-width:1280px){
 .lang-en .service-section .card-content .tab-word { height:110px; } 
 .lang-en .service-section .service-card:last-of-type .card-content .tab-word { height:140px; } 
}
@media (max-width: 1023px){
 .header { position: fixed !important; } 
 .header .nav.pc { display: none; } 
 .header .header-container { flex-direction: column; max-width: unset; padding: 18px 0 0 0; } 
 .header .header-container > div { padding-bottom: 18px; width: 100%; display: flex; justify-content: space-between; align-items: center; } 
 .header .logo-white img { max-width: 91px; padding-left: 20px; } 
 .header .header-container > div { padding-right: 0px; } 
 .header .header-container .hamburger { padding-right: 20px; } 
 .header .header-container div .hamburger-open { display: flex; align-items: center; gap: 10px; } 
 .header .header-container div .hamburger-open .close-btn { width: 20px; height: 20px; } 
 .header .header-container .mobile-nav { width: 100%; } 
 .header .header-container .mobile-nav li { line-height: 160%; font-size: 18px; padding: 16px 20px; color: #fff; font-weight: 400; } 
 .header .lang-btn { gap:4px; background: unset; padding: 0; } 
 .header .lang-btn .icon-small{transition: transform 0.3s ease;}
 .header .lang-btn.active .icon-small {transform: rotate(180deg);}
 .header .hamburger { display: block; } 
 .header .mobile-nav { display: block; } 
 .header .lang-options { top:130%; }
 .header .lang-btn:hover {background: unset;} 
 /* 기본 숨김 상태 */
 .mobile-nav { max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.4s ease, opacity 0.4s ease; } 
 /* 나타날 때 (슬라이드 다운) */
 .mobile-nav.active { max-height: 500px; opacity: 1; } 
 /* 햄버거 열기/닫기 토글 */
 .hamburger-btn { display: none; } 
 .mobile-nav a.active { font-weight: bold; } 
 .pc { display: none; } 
 .mo { display: block; } 

 .video-section { height: 150vh; } 
 .video-section .video-text { bottom: 25%; } 
 .video-section .video-text p { font-size: 36px; } 
 .video-section .video-text img { padding-top: 80px; max-width: 64px; } 
 .video2-section .video2-text p { font-size: 36px; } 
.video2-section .video2-text { top: 50%; left: 50%; transform: translate(-50%, -50%); bottom: unset; } 
 .video2-section { overflow: hidden;  padding-bottom:30px;}
 .video2-section video {height: 53vh;}
 .video2-section .small-shadow {height:50px;} 
 .video2-section .dim {height:25vh;}
 .mission-section { padding-top: 0; } 
 .mission-section .mission-top {width:100%;}
 .mission-section .mission-top h2 { font-size: 26px; margin-bottom: 24px; } 
 .mission-section .mission-top .small-text { font-size: 18px; margin-bottom: 48px; } 
 .mission-section .mission-top h2 span { width: 55px; } 
 .mission-section .mission-top h2 span img {width:34px;}
 .mission-section { background-image: url('/image/big-shadow-mo.png'); background-repeat: no-repeat; /* 반복 여부: no-repeat, repeat, repeat-x, repeat-y */
  background-position: center top; background-size: cover; height:142.6667vw;} 
 .lang-en .emoji-toggle span { font-size: 22px; width: 100px !important; } 
 .lang-en .service-section .card-content .tab-word { height:88px; } 
 .lang-en .service-section .service-card:last-of-type .card-content .tab-word { height:110px; } 
 .introduce-section .big-shadow-mo { background:
    /* 아래 중앙: #0d0f10 */
    radial-gradient(at bottom center, #0d0f10 0%, transparent 60%),

    /* 왼쪽 하단: #141516 */
    radial-gradient(at bottom left, #121214 0%, transparent 60%),

    /* 오른쪽 하단: #06080a */
    radial-gradient(at bottom right, #08090a 0%, transparent 60%),

    /* 세로 방향 배경: 위 → 아래로 #0d0e10 → #08090a */
    linear-gradient(to bottom, #0d0e10 0%, #08090a 100%);}
 .introduce-section .mission-bottom img { width: 100%; } 
 .introduce-section .mission-bottom h3 { font-size: 26px; margin-bottom: 48px; } 
 .introduce-section .mission-bottom p { font-size: 18px; } 
 .introduce-section .mission-text img { width: 60px; margin-bottom:-2px !important; } 
 .introduce-section .mission-text { top: 40%; transform: translate(-50%, -50%); width: 100%; text-align: center; } 
 .lang-en .introduce-section .mission-text .highlight img {width:46px; margin-bottom:-4px !important;}
 .service-section { padding: 100px 0; } 
 .service-section .service-cards { gap: 100px; margin-top: 48px; } 
 .service-section .service-card { padding: 0 20px; gap: 0; flex-direction: column; align-items: flex-start; } 
 .service-section .service-card h3.mo { font-weight: 700; color: #1d1d1f; line-height: 120%; font-size: 22px; margin-bottom: 28px; } 
 .service-section .service-card:nth-of-type(2) { flex-direction: column-reverse; align-items: flex-start; } 
 .service-section .service-card .tab-img-box {width:100%;}
 .service-section .service-card .tab-img-box img{width:100%;}
 .service-section .service-intro { padding-left: 20px; } 
 .service-section .service-intro .subtitle { font-size: 18px; } 
 .service-section .service-intro h2 { font-size: 26px; margin-top: 6px; } 
 .service-section .card-content .highlight { font-size: 16px; margin-bottom: 6px; margin-top: 20px; } 
 .service-section .card-content p { font-size: 14px; margin-bottom: 20px; } 
 .service-section .card-content .tab-word { height: 66px; } 
 .service-section .tab-btn { width: 29px; height: 29px; font-size: 14px; } 
 .service-section .tab-inner { gap: 6px; } 
 .inquiry-section { padding: 100px 0; } 
 .inquiry-section .inquiry-text .inquiry-subtitle { font-size: 17px; margin-bottom: 6px; } 
 .inquiry-section .inquiry-text .inquiry-title { font-size: 24px; } 
 .inquiry-section .inquiry-content { flex-direction: column; align-items: flex-start; gap: 0; padding: 0 20px; } 
 .inquiry-section .inquiry-button-wrapper { align-self: stretch; margin-top: 48px; } 
 .inquiry-section .inquiry-button { width: 100%; font-size: 18px; padding: 17px 0; } 
 .inquiry-modal { padding: 16px 0 0 0; } 
 .inquiry-modal .close-btn { padding: 0 20px 0 0; } 
 form#inquiry-form {max-width:unset; margin:unset; padding: 64px 0 0 0; height: 100%; display: flex; flex-direction: column;justify-content: space-between; } 
 form#inquiry-form > div { padding: 0 20px; overflow: auto;} 
 form#inquiry-form .btn-box {background-color: #fff; overflow: hidden; position: sticky; bottom: 0; padding-top: 20px; padding-bottom: 20px; margin-top: 24px; border-top: 1px solid #ecebeb; } 
 form#inquiry-form button[type="submit"] { margin-top: 0; } 

 form#inquiry-form .personal { margin-bottom: 0; } 
 form#inquiry-form .info-text { align-items: flex-start; } 
 form#inquiry-form #toast { top: unset; bottom: 19%; font-size: 14px; width: 60vw; max-width: 225px; min-width: unset; padding: 16px 0; } 
 .footer .footer-logo { margin-bottom: 16px; } 
 .footer .footer-inner { padding-left: 20px; } 
 .footer .footer-container { padding: 48px 0; } 
 .footer .footer-info p { font-size: 13px; padding-top: 0; } 
 .footer .footer-logo img { max-width: 104px; } 
 .footer .footer-info p:last-of-type { font-size: 12px; padding-top: 16px; }
 .mo-only { display: inline; } 
 }
@media (max-width: 300px){
 .service-section .service-card div { width: 100%; } 
 .service-section .card-content { min-width: unset; } 
 }
