/* ==========================================================================
   약도 페이지
   ========================================================================== */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.css');

:root {
  --color-primary: #0759ad;
  --color-teal: #379986;
  --color-white: #ffffff;
  --color-darkgray: #6e6e6f;
  --color-faded: #e8e8e8;

  --font-sans: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Malgun Gothic', sans-serif;

  --container-width: 1300px;
  --container-padding: 20px;

  --ease: cubic-bezier(0.22, 1, 0.36, 1);
}


/* --------------------------------------------------------------------------
   Page Title
   -------------------------------------------------------------------------- */

.title-pin {
  position: relative;
}

.title-pin-sticky {
  padding-top: 100px;
}

.page-title-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.page-title-block .headline {
  margin: 0;
  font: 600 40px/1.4 var(--font-sans);
  letter-spacing: -1px;
}

.page-title-block .headline .fill-text {
  color: #000;
}

/* --------------------------------------------------------------------------
   Layout
   -------------------------------------------------------------------------- */

.sub-page-box {
  max-width: var(--container-width);
  margin: 0 auto;
  padding: 0 var(--container-padding) 150px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

/* --------------------------------------------------------------------------
   Map
   -------------------------------------------------------------------------- */

.map-box {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #111;
}

.root_daum_roughmap_landing {
  width: 100%;
}

.map-address-card {
  position: absolute;
  left: 20px;
  bottom: 20px;
  z-index: 1;

  max-width: calc(100% - 40px);

  padding: 35px;
  background: var(--color-white);

  display: flex;
  flex-direction: column;
  gap: 20px;
}

.addr-title {
  font: 600 28px/1.5 var(--font-sans);
}

.map-info-list {
  display: flex;
  flex-direction: column;
}

.map-info-row {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.map-info-text {
  display: flex;
  gap: 3px;
  white-space: nowrap;

  font: 400 15px/1.6 var(--font-sans);
}

/* --------------------------------------------------------------------------
   Transport
   -------------------------------------------------------------------------- */

.transport-section {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.transport-title {
  font: 600 30px/1.5 var(--font-sans);
}

.transport-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;

  padding: 80px 0;
  border-top: 1px solid var(--color-darkgray);
}

.transport-row .label {
  width: 250px;
  flex-shrink: 0;

  font: 600 24px/1.5 var(--font-sans);
}

.transport-content {
  flex: 1;
  min-width: 260px;

  display: flex;
  flex-direction: column;
  gap: 40px;
}

.transport-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.transport-group h5 {
  font: 600 18px/1.5 var(--font-sans);
}

.transport-group p {
  white-space: pre-line;
  font: 400 16px/1.6 var(--font-sans);
}

/* --------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */

@media (max-width: 1200px) {
  .page-title-block .headline {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .sub-page-box {
    padding: 60px 24px 100px;
    gap: 60px;
  }

  .title-pin-sticky {
    padding-top: 70px;
  }

  .map-box {
    height: 520px;
  }

  .map-address-card {
    padding: 24px;
    gap: 14px;
  }
}

@media (max-width: 768px) {
  :root {
    --container-padding: 20px;
  }

  .title-pin-sticky {
    padding-top: 50px;
  }

  .page-title-block .headline {
    font-size: 24px;
    letter-spacing: -0.5px;
  }

  .sub-page-box {
    padding: 40px 20px 70px;
    gap: 48px;
  }

  .map-info-row {
    gap: 0;
  }

  .map-info-text {
    font-size: 12px;
  }

  .addr-title {
    font-size: 18px;
  }

  .transport-title {
    font-size: 22px;
  }

  .transport-row {
    padding: 40px 0;
    gap: 12px;
  }

  .transport-row .label {
    width: 100%;
    font-size: 18px;
  }

  .transport-group h5 {
    font-size: 16px;
  }

  .transport-group p {
    font-size: 14px;
  }
}

.transport-heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 18px;
    color: #0c3994;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: -.02em;
}

.transport-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex: 0 0 44px;
    border: 1px solid rgba(12,57,148,.16);
    border-radius: 12px;
    color: #0c3994;
    background: #f4f7fd;
}

.transport-icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

html:not(.aos-enabled) .sub-page-box [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}

@media (max-width:760px) {
    .transport-heading {
        gap: 10px;
        margin-bottom: 15px;
        font-size: 21px;
    }

    .transport-icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
        border-radius: 10px;
    }

    .transport-icon svg {
        width: 22px;
        height: 22px;
    }
}

/*인사말*/
.school-page-quick-nav {
    position:fixed;
    left:max(20px,calc((100vw - 1500px)/2));
    top:50%;
    z-index:50;
    width:136px;
    transform:translateY(-50%)
}

.school-page-quick-nav ul {
    display:flex;
    flex-direction:column;
    gap:8px;
    margin:0;
    padding:0;
    list-style:none
}

.school-page-quick-nav a {
    display:flex;
    align-items:center;
    gap:10px;
    min-height:58px;
    padding:12px 15px;
    border:1px solid #e0e4e9;
    border-radius:15px;
    background:#f1f3f6;
    color:#77808d;
    text-decoration:none;
    box-shadow:0 8px 20px rgba(0,0,0,.05);
    transition:.2s
}

.school-page-quick-nav a:hover,.school-page-quick-nav a.on {
    border-color:var(--primary);
    background:var(--primary);
    color:#fff;
    transform:translateX(4px)
}

.school-page-quick-nav .num {
    font-size:11px;
    font-weight:600;
    opacity:.72
}

.school-page-quick-nav .txt {
    font-size:14px;
    line-height:1.3;
    font-weight:600;
    word-break:keep-all
}

.school-page-quick-nav-mobile {
    display:none
}

html {
    scroll-behavior:smooth
}

#section-greeting,#section-education-goal,#section-policy,#section-school-ideal {
    scroll-margin-top:120px
}

@media(max-width:1580px) {
    .school-page-quick-nav {
        left:20px;
        width:122px
    }
}

@media(max-width:1280px) {
    .school-page-quick-nav {
        display:none
    }
    .school-page-quick-nav-mobile {
        position:sticky;
        top:0;
        z-index:40;
        display:block;
        width:100%;
        padding:10px 16px;
        border-bottom:1px solid #e5e8ec;
        background:rgba(255,255,255,.96);
        backdrop-filter:blur(10px)
    }
    .school-page-quick-nav-mobile ul {
        display:flex;
        gap:8px;
        margin:0;
        padding:0;
        overflow-x:auto;
        list-style:none;
        scrollbar-width:none
    }
    .school-page-quick-nav-mobile ul::-webkit-scrollbar {
        display:none
    }
    .school-page-quick-nav-mobile li {
        flex:0 0 auto
    }
    .school-page-quick-nav-mobile a {
        display:flex;
        align-items:center;
        gap:7px;
        min-height:42px;
        padding:9px 14px;
        border:1px solid #e0e4e9;
        border-radius:12px;
        background:#f5f6f8;
        color:#666;
        text-decoration:none;
        white-space:nowrap
    }
    .school-page-quick-nav-mobile a.on {
        border-color:var(--primary);
        background:var(--primary);
        color:#fff
    }
    .school-page-quick-nav-mobile .num {
        font-size:10px;
        font-weight:600;
        opacity:.72
    }
    .school-page-quick-nav-mobile .txt {
        font-size:13px;
        font-weight:600
    }
}

.greeting-page {
    width:100%;
    max-width:1300px;
    margin:0 auto;
    padding:80px 20px 100px;
    box-sizing:border-box;
    color:#222;
}

.greeting-page * {
    box-sizing:border-box;
}

.greeting-title {
    margin:0 0 56px;
    padding-bottom:24px;
    border-bottom:1px solid #e5e8ec;
}

.greeting-title .eyebrow {
    display:block;
    margin-bottom:10px;
    color:var(--primary);
    font-size:15px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.greeting-title h2 {
    margin:0;
    font-size:40px;
    line-height:1.2;
    font-weight:600;
    color:#111;
}

.greeting-content {
    display:grid;
    grid-template-columns:minmax(0,1fr) 620px;
    gap:80px;
    align-items:center;
}

.greeting-copy {
    min-width:0;
}

.greeting-lead {
    margin:0 0 34px;
    font-size:26px;
    line-height:1.55;
    font-weight:600;
    color:#111;
    word-break:keep-all;
}

.greeting-text {
    display:flex;
    flex-direction:column;
    gap:24px;
}

.greeting-text p {
    margin:0;
    font-size:17px;
    line-height:1.9;
    font-weight:400;
    color:#444;
    word-break:keep-all;
}

.greeting-text strong {
    color:var(--primary);
    font-weight:600;
}

.greeting-closing {
    margin-top:38px;
    /*padding:28px 30px;*/
    /*border-left:4px solid var(--primary);
    background:color-mix(in srgb, var(--primary) 6%, #fff);*/
    font-size:19px;
    line-height:1.75;
    font-weight:500;
    color:#222;
    word-break:keep-all;
}

.greeting-visual {
    position:relative;
    width:100%;
    max-width:620px;
    justify-self:end;
}



.greeting-visual img {
    position:relative;
    z-index:1;
    display:block;
    width:100%;
    aspect-ratio:1.15 / 1;
    object-fit:cover;
    border-radius:28px;
    box-shadow:0 24px 60px rgba(0,0,0,.12);
}

.greeting-caption {
    position:absolute;
    right:-18px;
    top:-18px;
    z-index:2;
    min-width:138px;
    padding:16px 18px;
    border-radius:16px;
    background:var(--primary);
    color:#fff;
    box-shadow:0 12px 30px rgba(0,0,0,.14);
}

.greeting-caption span {
    display:block;
    font-size:12px;
    line-height:1.3;
    font-weight:500;
    letter-spacing:.08em;
    opacity:.8;
    text-transform:uppercase;
}

.greeting-caption b {
    display:block;
    margin-top:5px;
    font-size:18px;
    line-height:1.3;
    font-weight:600;
}

@media (max-width:1000px) {
    .greeting-page {
        padding-top:64px;
    }
    .greeting-content {
        grid-template-columns:1fr;
        gap:54px;
    }
    .greeting-visual {
        max-width:620px;
        justify-self:start;
    }
    .greeting-visual img {
        aspect-ratio:16 / 10;
    }
}

@media (max-width:640px) {
    .education-goal .ideal-subtitle {
        margin-bottom:26px;
        font-size:15px
    }
    .education-goal .ideal-layout {
        padding:18px 16px;
        border-radius:18px
    }
    .education-goal .ideal-core {
        min-height:150px
    }
    .education-goal .ideal-core strong {
        font-size:25px
    }
    .education-goal .ideal-person {
        grid-template-columns:92px minmax(0,1fr);
        gap:12px
    }
    .education-goal .ideal-circle {
        width:92px;
        height:92px;
        flex-basis:92px;
        border-width:4px
    }
    .education-goal .ideal-circle svg {
        width:32px;
        height:32px;
        margin-bottom:4px
    }
    .education-goal .ideal-circle strong {
        font-size:18px
    }
    .education-goal .ideal-message {
        min-height:92px;
        padding:15px;
        border-radius:14px
    }
    .education-goal .ideal-message li {
        font-size:14px;
        line-height:1.55
    }
    .greeting-page {
        padding:48px 16px 70px;
    }
    .greeting-title {
        margin-bottom:38px;
        padding-bottom:18px;
    }
    .greeting-title h2 {
        font-size:32px;
    }
    .greeting-lead {
        margin-bottom:26px;
        font-size:22px;
    }
    .greeting-text {
        gap:20px;
    }
    .greeting-text p {
        font-size:16px;
        line-height:1.8;
    }
    .greeting-closing {
        margin-top:28px;
        padding:22px 20px;
        font-size:17px;
    }
    .greeting-visual {
        width:calc(100% - 12px);
    }
    .greeting-visual::before {
        left:-12px;
        bottom:-12px;
        border-radius:20px;
    }
    .greeting-visual img {
        border-radius:20px;
    }
    .greeting-caption {
        right:-12px;
        top:-12px;
        min-width:120px;
        padding:13px 15px;
        border-radius:13px;
    }
    .greeting-caption b {
        font-size:16px;
    }
}

.education-goal {
    width:100%;
    max-width:1300px;
    margin:0 auto;
    padding:80px 20px 100px;
    box-sizing:border-box;
    color:#222;
}

.education-goal * {
    box-sizing:border-box;
}

.education-goal .section-head {
    margin-bottom:52px;
    padding-bottom:24px;
    border-bottom:1px solid #e5e8ec;
}

.education-goal .section-head .eyebrow {
    display:block;
    margin-bottom:10px;
    color:var(--primary);
    font-size:15px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.education-goal .section-head h2 {
    margin:0;
    font-size:40px;
    line-height:1.2;
    font-weight:600;
    color:#111;
}

.education-goal .goal-slogan {
    margin-bottom:54px;
    padding:34px 36px;
    border:1px solid color-mix(in srgb, var(--primary) 22%, #e5e8ec);
    border-radius:20px;
    background:linear-gradient(         135deg,         color-mix(in srgb, var(--primary) 8%, #fff),         #fff     );
}

.education-goal .goal-slogan span {
    display:block;
    margin-bottom:8px;
    color:var(--primary);
    font-size:14px;
    font-weight:600;
    letter-spacing:.08em;
}

.education-goal .goal-slogan strong {
    display:block;
    font-size:30px;
    line-height:1.45;
    font-weight:600;
    color:#111;
    word-break:keep-all;
}

.education-goal .school-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:28px;
}

.education-goal .school-card {
    padding:34px;
    border:1px solid #e4e7eb;
    border-radius:22px;
    background:#fff;
}

.education-goal .school-card h3 {
    display:flex;
    align-items:center;
    gap:12px;
    margin:0 0 28px;
    font-size:26px;
    line-height:1.3;
    font-weight:600;
    color:#111;
}

.education-goal .school-card h3::before {
    content:"";
    width:12px;
    height:12px;
    border:4px solid var(--primary);
    border-radius:50%;
    flex:0 0 auto;
}

.education-goal .goal-block + .goal-block {
    margin-top:28px;
    padding-top:28px;
    border-top:1px solid #edf0f2;
}

.education-goal .goal-block h4 {
    margin:0 0 16px;
    font-size:18px;
    line-height:1.4;
    font-weight:600;
    color:var(--primary);
}

.education-goal .goal-list {
    display:flex;
    flex-direction:column;
    gap:12px;
    margin:0;
    padding:0;
    list-style:none;
}

.education-goal .goal-list li {
    position:relative;
    padding-left:18px;
    font-size:16px;
    line-height:1.75;
    color:#444;
    word-break:keep-all;
}

.education-goal .goal-list li::before {
    content:"";
    position:absolute;
    left:0;
    top:.72em;
    width:6px;
    height:6px;
    border-radius:2px;
    background:var(--primary);
}

.education-goal .policy {
    margin-top:56px;
    padding:36px;
    border-radius:22px;
    background:#f7f8fa;
}

.education-goal .policy h3 {
    margin:0 0 24px;
    font-size:26px;
    line-height:1.3;
    font-weight:600;
    color:#111;
}

.education-goal .policy-grid {
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px 24px;
}

.education-goal .policy-item {
    display:flex;
    gap:14px;
    align-items:flex-start;
    padding:18px 20px;
    border:1px solid #e5e8ec;
    border-radius:16px;
    background:#fff;
}

.education-goal .policy-num {
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    flex:0 0 34px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    font-size:13px;
    font-weight:600;
}

.education-goal .policy-item p {
    margin:0;
    font-size:16px;
    line-height:1.7;
    color:#444;
    word-break:keep-all;
}

.education-goal .ideal {
    margin-top:56px
}

.education-goal .ideal h3 {
    margin:0 0 10px;
    font-size:26px;
    line-height:1.3;
    font-weight:600;
    color:#111
}

.education-goal .ideal-subtitle {
    margin:0 0 38px;
    font-size:16px;
    line-height:1.7;
    color:#777
}

.education-goal .ideal-layout {
    position:relative;
    min-height:660px;
    padding:64px 34px;
    overflow:hidden;
    border:1px solid #e4e7eb;
    border-radius:28px;
    background:radial-gradient(circle at 50% 48%,color-mix(in srgb,var(--primary) 6%,transparent) 0,transparent 32%),#fff
}

.education-goal .ideal-layout:before,.education-goal .ideal-layout:after {
    content:"";
    position:absolute;
    border:1px solid color-mix(in srgb,var(--primary) 12%,#fff);
    border-radius:50%;
    pointer-events:none
}

.education-goal .ideal-layout:before {
    left:50%;
    top:50%;
    width:430px;
    height:430px;
    transform:translate(-50%,-50%)
}

.education-goal .ideal-layout:after {
    left:50%;
    top:50%;
    width:330px;
    height:330px;
    transform:translate(-50%,-50%)
}

.education-goal .ideal-core {
    position:absolute;
    left:50%;
    top:50%;
    z-index:3;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:210px;
    height:210px;
    padding:24px;
    border-radius:50%;
    background:var(--primary);
    color:#fff;
    text-align:center;
    transform:translate(-50%,-50%);
    box-shadow:0 22px 50px color-mix(in srgb,var(--primary) 28%,transparent)
}

.education-goal .ideal-core .icon {
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:48px;
    margin-bottom:12px;
    border:1px solid rgba(255,255,255,.32);
    border-radius:15px
}

.education-goal .ideal-core .icon svg {
    width:28px;
    height:28px
}

.education-goal .ideal-core span {
    font-size:15px;
    line-height:1.5;
    font-weight:500;
    opacity:.82
}

.education-goal .ideal-core strong {
    display:block;
    margin-top:4px;
    font-size:30px;
    line-height:1.2;
    font-weight:600
}

.education-goal .ideal-person {
    position:absolute;
    z-index:4;
    display:flex;
    align-items:center;
    gap:18px
}

.education-goal .ideal-person.student {
    left:50%;
    top:42px;
    transform:translateX(-50%)
}

.education-goal .ideal-person.teacher {
    left:40px;
    top:50%;
    flex-direction:row-reverse;
    transform:translateY(-50%)
}

.education-goal .ideal-person.parent {
    right:40px;
    top:50%;
    transform:translateY(-50%)
}

.education-goal .ideal-circle {
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    width:150px;
    height:150px;
    flex:0 0 150px;
    border:6px solid var(--primary);
    border-radius:50%;
    background:#fff;
    color:var(--primary);
    box-shadow:0 14px 34px rgba(0,0,0,.1)
}

.education-goal .student .ideal-circle {
    border-color:#f1b900;
    color:#d99e00
}

.education-goal .teacher .ideal-circle {
    border-color:#65b846;
    color:#55a438
}

.education-goal .parent .ideal-circle {
    border-color:#3988e8;
    color:#2e75cb
}

.education-goal .ideal-circle svg {
    width:42px;
    height:42px;
    margin-bottom:8px
}

.education-goal .ideal-circle strong {
    font-size:25px;
    line-height:1.2;
    font-weight:600
}

.education-goal .ideal-message {
    width:280px;
    padding:22px 24px;
    border:1px solid #e6e9ed;
    border-radius:18px;
    background:#fff;
    box-shadow:0 12px 32px rgba(0,0,0,.07)
}

.education-goal .ideal-message ul {
    display:flex;
    flex-direction:column;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none
}

.education-goal .ideal-message li {
    position:relative;
    padding-left:15px;
    font-size:15px;
    line-height:1.65;
    color:#444;
    word-break:keep-all
}

.education-goal .ideal-message li:before {
    content:"";
    position:absolute;
    left:0;
    top:.7em;
    width:5px;
    height:5px;
    border-radius:50%;
    background:var(--primary)
}

.education-goal .student .ideal-message li:before {
    background:#f1b900
}

.education-goal .teacher .ideal-message li:before {
    background:#65b846
}

.education-goal .parent .ideal-message li:before {
    background:#3988e8
}

.education-goal .ideal-person:after {
    content:"";
    position:absolute;
    z-index:-1;
    background:#d9dee5
}

.education-goal .student:after {
    left:50%;
    top:100%;
    width:1px;
    height:80px
}

.education-goal .teacher:after {
    right:-80px;
    top:50%;


    width:80px;
    height:1px
}

.education-goal .parent:after {
    left:-80px;
    top:50%;
    width:80px;
    height:1px
}

@media (max-width:900px) {
    .education-goal .ideal-layout {
        display:flex;
        flex-direction:column;
        gap:18px;
        min-height:0;
        padding:24px 20px;
        background:#fff
    }
    .education-goal .ideal-layout:before,.education-goal .ideal-layout:after,.education-goal .ideal-person:after {
        display:none
    }
    .education-goal .ideal-core,.education-goal .ideal-person.student,.education-goal .ideal-person.teacher,.education-goal .ideal-person.parent {
        position:static;
        width:100%;
        transform:none
    }
    .education-goal .ideal-core {
        height:auto;
        min-height:170px;
        border-radius:22px
    }
    .education-goal .ideal-person {
        display:grid;
        grid-template-columns:120px minmax(0,1fr);
        gap:14px
    }
    .education-goal .ideal-person.teacher {
        flex-direction:initial
    }
    .education-goal .ideal-circle {
        width:120px;
        height:120px;
        flex-basis:120px;
        border-width:5px
    }
    .education-goal .ideal-circle strong {
        font-size:21px
    }
    .education-goal .ideal-message {
        width:100%;
        min-height:120px;
        display:flex;
        align-items:center;
        padding:18px
    }
    .education-goal {
        padding-top:64px;
    }
    .education-goal .school-grid, .education-goal .policy-grid, .education-goal .ideal-wrap {
        grid-template-columns:1fr;
    }
    .education-goal .ideal-center {
        grid-column:auto;
        max-width:none;
        width:100%;
    }
}

@media (max-width:640px) {
    .education-goal {
        padding:48px 16px 70px;
    }
    .education-goal .section-head {
        margin-bottom:38px;
        padding-bottom:18px;
    }
    .education-goal .section-head h2 {
        font-size:32px;
    }
    .education-goal .goal-slogan {
        margin-bottom:34px;
        padding:26px 22px;
        border-radius:16px;
    }
    .education-goal .goal-slogan strong {
        font-size:23px;
    }
    .education-goal .school-card {
        padding:26px 22px;
        border-radius:18px;
    }
    .education-goal .school-card h3, .education-goal .policy h3, .education-goal .ideal h3 {
        font-size:22px;
    }
    .education-goal .policy {
        margin-top:36px;
        padding:26px 20px;
        border-radius:18px;
    }
    .education-goal .policy-item {
        padding:16px;
    }
    .education-goal .ideal {
        margin-top:36px;
    }
    .education-goal .ideal-wrap {
        padding:20px;
        border-radius:18px;
    }
    .education-goal .ideal-center {
        padding:20px;
        font-size:19px;
    }
    .education-goal .ideal-card {
        padding:22px 20px;
    }
}

/* 좌측 바로가기 메뉴 - 내용과 겹치지 않도록 화면 가장 왼쪽에 간결하게 배치 */
@media (min-width:1281px) {
    .school-page-quick-nav {
        left:12px;
        top:50%;
        width:104px;
        transform:translateY(-50%);
    }
    .school-page-quick-nav ul {
        gap:6px;
    }
    .school-page-quick-nav a {
        min-height:46px;
        padding:10px 11px;
        gap:7px;
        border-radius:10px;
        background:#fff;
        box-shadow:none;
    }
    .school-page-quick-nav a:hover, .school-page-quick-nav a.on {
        transform:none;
    }
    .school-page-quick-nav .num {
        font-size:9px;
    }
    .school-page-quick-nav .txt {
        font-size:12px;
        line-height:1.25;
    }
    /* 본교 교육상 - 학생·교사·학부모를 정삼각형 꼭짓점에 배치 */
    .education-goal .ideal-layout {
        min-height:760px;
        padding:48px 40px;
    }
    .education-goal .ideal-layout::before {
        width:470px;
        height:470px;
    }
    .education-goal .ideal-layout::after {
        width:360px;
        height:360px;
    }
    .education-goal .ideal-core {
        left:50%;
        top:52%;
        width:190px;
        height:190px;
    }
    .education-goal .ideal-person {
        width:310px;
        flex-direction:column;
        gap:14px;
        text-align:center;
    }
    .education-goal .ideal-person.student {
        left:50%;
        top:34px;
        transform:translateX(-50%);
    }
    .education-goal .ideal-person.teacher {
        left:11%;
        top:auto;
        bottom:42px;
        transform:none;
        flex-direction:column;
    }
    .education-goal .ideal-person.parent {
        right:11%;
        top:auto;
        bottom:42px;
        transform:none;
    }
    .education-goal .ideal-circle {
        width:136px;
        height:136px;
        flex-basis:136px;
        border-width:5px;
    }
    .education-goal .ideal-circle svg {
        width:38px;
        height:38px;
        margin-bottom:6px;
    }
    .education-goal .ideal-circle strong {
        font-size:22px;
    }
    .education-goal .ideal-message {
        width:100%;
        padding:17px 18px;
        border-radius:14px;
        box-shadow:none;
        text-align:left;
    }
    .education-goal .ideal-message li {
        font-size:14px;
        line-height:1.6;
    }
    .education-goal .ideal-person::after {
        display:none;
    }
}

@media (min-width:1281px) and (max-width:1450px) {
    .school-page-quick-nav {
        left:6px;
        width:94px;
    }
    .school-page-quick-nav a {
        padding:9px 8px;
    }
    .education-goal .ideal-person.teacher {
        left:6%;
    }
    .education-goal .ideal-person.parent {
        right:6%;
    }
}

/* 본교 교육상 v3: 고정 정삼각형 배치 및 AOS transform 충돌 방지 */
@media (min-width:901px) {
    .education-goal .ideal-layout {
        min-height:820px;
        padding:40px;
    }
    .education-goal .ideal-core {
        left:50% !important;
        top:54% !important;
        width:188px;
        height:188px;
        transform:translate(-50%,-50%) !important;
    }
    .education-goal .ideal-person {
        position:absolute;
        width:300px;
        display:flex;
        flex-direction:column;
        align-items:center;
        gap:14px;
        transform:none !important;
    }
    .education-goal .ideal-person.student {
        left:50% !important;
        right:auto !important;
        top:34px !important;
        bottom:auto !important;
        transform:translateX(-50%) !important;
    }
    .education-goal .ideal-person.teacher {
        left:13% !important;
        right:auto !important;
        top:500px !important;
        bottom:auto !important;
        transform:translateX(-50%) !important;
    }
    .education-goal .ideal-person.parent {
        left:87% !important;
        right:auto !important;
        top:500px !important;
        bottom:auto !important;
        transform:translateX(-50%) !important;
    }
    .education-goal .ideal-circle {
        width:136px;
        height:136px;
        flex:0 0 136px;
    }
    .education-goal .ideal-message {
        width:300px;
    }
    .education-goal .ideal-layout::before {
        width:470px;
        height:470px;
        left:50%;
        top:53%;
    }
    .education-goal .ideal-layout::after {
        width:350px;
        height:350px;
        left:50%;
        top:53%;
    }
}

@media (min-width:901px) and (max-width:1120px) {
    .education-goal .ideal-person.teacher {
        left:18% !important;
    }
    .education-goal .ideal-person.parent {
        left:82% !important;
    }
    .education-goal .ideal-message {
        width:260px;
    }
}

/* 본교 교육상 v4: 정삼각형 꼭짓점 + 설명 박스 외곽 배치 */
@media (min-width:901px) {
    .education-goal .ideal-layout {
        min-height:760px !important;
        padding:38px 34px !important;
        overflow:hidden;
    }
    .education-goal .ideal-core {
        left:50% !important;
        top:53% !important;
        width:188px !important;
        height:188px !important;
        transform:translate(-50%,-50%) !important;
    }
    .education-goal .ideal-person {
        position:absolute !important;
        display:block !important;
        width:0 !important;
        height:0 !important;
        gap:0 !important;
        transform:none !important;
        text-align:left !important;
    }
    /* 꼭짓점: 학생(상단), 교사(좌하단), 학부모(우하단) */
    .education-goal .ideal-person.student {
        left:50% !important;
        top:38px !important;
        right:auto !important;
        bottom:auto !important;
    }
    .education-goal .ideal-person.teacher {
        left:34% !important;
        top:520px !important;
        right:auto !important;
        bottom:auto !important;
    }
    .education-goal .ideal-person.parent {
        left:66% !important;
        top:520px !important;
        right:auto !important;
        bottom:auto !important;
    }
    .education-goal .ideal-circle {
        position:absolute !important;
        left:0 !important;
        top:0 !important;
        width:136px !important;
        height:136px !important;
        margin:0 !important;
        transform:translateX(-50%) !important;
    }
    .education-goal .ideal-message {
        position:absolute !important;
        top:12px !important;
        width:300px !important;
        min-height:112px;
        margin:0 !important;
        padding:18px 20px !important;
    }
    /* 학생 설명은 원 오른쪽 */
    .education-goal .student .ideal-message {
        left:96px !important;
    }
    /* 교사 설명은 원 왼쪽 */
    .education-goal .teacher .ideal-message {
        right:96px !important;
        left:auto !important;
    }
    /* 학부모 설명은 원 오른쪽 */
    .education-goal .parent .ideal-message {
        left:96px !important;
    }
    .education-goal .ideal-layout::before {
        left:50% !important;
        top:53% !important;
        width:470px !important;
        height:470px !important;
    }
    .education-goal .ideal-layout::after {
        left:50% !important;
        top:53% !important;
        width:350px !important;
        height:350px !important;
    }
    /* AOS는 위치용 wrapper가 아니라 내부 요소에만 적용 */
    .education-goal .ideal-person[data-aos], .education-goal .ideal-core[data-aos] {
        transform:none !important;
    }
}

@media (min-width:901px) and (max-width:1180px) {
    .education-goal .ideal-layout {
        min-height:720px !important;
    }
    .education-goal .ideal-person.teacher {
        left:35% !important;
        top:490px !important;
    }
    .education-goal .ideal-person.parent {
        left:65% !important;
        top:490px !important;
    }
    .education-goal .ideal-message {
        width:245px !important;
    }
    .education-goal .teacher .ideal-message {
        right:88px !important;
    }
    .education-goal .student .ideal-message, .education-goal .parent .ideal-message {
        left:88px !important;
    }
}

@media (max-width:900px) {
    /* 모바일에서는 기존 세로형 흐름 유지하고 AOS만 적용 */
    .education-goal .ideal-circle, .education-goal .ideal-message {
        position:static !important;
        transform:none !important;
    }
}

/* =========================================================
   본교 교육상 FINAL
   - 기존 중복 CSS를 최종값으로 정리
   - 정삼각형 배치
   - 학생 원형 소폭 하향
   - 설명 박스 제거
   - AOS는 내부 요소에만 적용
========================================================= */
@media (min-width:901px) {
    .education-goal .ideal-layout {
        position:relative !important;
        min-height:740px !important;
        padding:40px !important;
        overflow:hidden !important;
        border:1px solid #e4e7eb !important;
        border-radius:28px !important;
        background:             radial-gradient(circle at 50% 52%,color-mix(in srgb,var(--primary) 6%,transparent) 0,transparent 32%),             #fff !important;
    }
    .education-goal .ideal-layout::before {
        left:50% !important;
        top:54% !important;
        width:470px !important;
        height:470px !important;
        transform:translate(-50%,-50%) !important;
    }
    .education-goal .ideal-layout::after {
        left:50% !important;
        top:54% !important;
        width:350px !important;
        height:350px !important;
        transform:translate(-50%,-50%) !important;
    }
    /* 중앙 학교 */
    .education-goal .ideal-core {
        position:absolute !important;
        left:50% !important;
        top:54% !important;
        z-index:3 !important;
        width:188px !important;
        height:188px !important;
        transform:translate(-50%,-50%) !important;
    }
    /* 위치용 wrapper에는 AOS transform이 개입하지 않도록 고정 */
    .education-goal .ideal-person {
        position:absolute !important;
        z-index:4 !important;
        display:block !important;
        width:0 !important;
        height:0 !important;
        transform:none !important;
    }
    /* 정삼각형 꼭짓점 */
    .education-goal .ideal-person.student {
        left:50% !important;
        top:62px !important;
        right:auto !important;
        bottom:auto !important;
    }
    .education-goal .ideal-person.teacher {
        left:33.5% !important;
        top:515px !important;
        right:auto !important;
        bottom:auto !important;
    }
    .education-goal .ideal-person.parent {
        left:66.5% !important;
        top:515px !important;
        right:auto !important;
        bottom:auto !important;
    }
    .education-goal .ideal-circle {
        position:absolute !important;
        left:0 !important;
        top:0 !important;
        width:136px !important;
        height:136px !important;
        margin:0 !important;
        transform:translateX(-50%) !important;
        box-shadow:0 12px 28px rgba(0,0,0,.08) !important;
    }
    /* 설명 박스 제거 */
    .education-goal .ideal-message {
        position:absolute !important;
        top:18px !important;
        width:300px !important;
        min-height:0 !important;
        margin:0 !important;
        padding:0 !important;
        border:0 !important;
        border-radius:0 !important;
        background:transparent !important;
        box-shadow:none !important;
        text-align:left !important;
    }
    .education-goal .student .ideal-message {
        left:96px !important;
    }
    .education-goal .teacher .ideal-message {
        right:96px !important;
        left:auto !important;
    }
    .education-goal .parent .ideal-message {
        left:96px !important;
    }
    .education-goal .ideal-message ul {
        gap:9px !important;
    }
    .education-goal .ideal-message li {
        font-size:16px !important;
        line-height:1.7 !important;
        color:#444 !important;
    }
    .education-goal .ideal-person::after {
        display:none !important;
    }
}

@media (min-width:901px) and (max-width:1180px) {
    .education-goal .ideal-layout {
        min-height:700px !important;
    }
    .education-goal .ideal-person.student {
        top:56px !important;
    }
    .education-goal .ideal-person.teacher {
        left:35% !important;
        top:485px !important;
    }
    .education-goal .ideal-person.parent {
        left:65% !important;
        top:485px !important;
    }
    .education-goal .ideal-message {
        width:245px !important;
    }
    .education-goal .student .ideal-message, .education-goal .parent .ideal-message {
        left:88px !important;
    }
    .education-goal .teacher .ideal-message {
        right:88px !important;
    }
}

@media (max-width:900px) {
    .education-goal .ideal-layout {
        display:flex !important;
        flex-direction:column !important;
        gap:20px !important;
        min-height:0 !important;
        padding:24px 20px !important;
    }
    .education-goal .ideal-layout::before, .education-goal .ideal-layout::after, .education-goal .ideal-person::after {
        display:none !important;
    }
    .education-goal .ideal-core, .education-goal .ideal-person.student, .education-goal .ideal-person.teacher, .education-goal .ideal-person.parent {
        position:static !important;
        width:100% !important;
        height:auto !important;
        transform:none !important;
    }
    .education-goal .ideal-core {
        min-height:165px !important;
        border-radius:22px !important;
    }
    .education-goal .ideal-person {
        display:grid !important;
        grid-template-columns:120px minmax(0,1fr) !important;
        align-items:center !important;
        gap:16px !important;
    }
    .education-goal .ideal-circle {
        position:static !important;
        width:120px !important;
        height:120px !important;
        transform:none !important;
    }
    .education-goal .ideal-message {
        position:static !important;
        width:100% !important;
        min-height:0 !important;
        padding:0 !important;
        border:0 !important;
        background:transparent !important;
        box-shadow:none !important;
    }
}

@media (max-width:640px) {
    .education-goal .ideal-person {
        grid-template-columns:92px minmax(0,1fr) !important;
        gap:12px !important;
    }
    .education-goal .ideal-circle {
        width:92px !important;
        height:92px !important;
        border-width:4px !important;
    }
    .education-goal .ideal-message li {
        font-size:14px !important;
        line-height:1.6 !important;
    }
}

/* =========================================================
   최종 미세 조정
   1. 교사 설명 문구를 교사 원형에 더 가깝게 배치
   2. 좌측 바로가기 메뉴를 기존 포인트색과 겹치지 않는 차분한 톤으로 변경
========================================================= */
/* 좌측 메뉴 톤 변경 */
@media (min-width:1281px) {
    .school-page-quick-nav a {
        border-color:#dfe4ea !important;
        background:rgba(255,255,255,.94) !important;
        color:#667080 !important;
        box-shadow:0 6px 18px rgba(18,31,50,.06) !important;
    }
    .school-page-quick-nav a:hover {
        border-color:#aeb8c5 !important;
        background:#eef1f5 !important;
        color:#26364a !important;
    }
    .school-page-quick-nav a.on {
        border-color:#26364a !important;
        background:#26364a !important;
        color:#fff !important;
        box-shadow:0 8px 20px rgba(38,54,74,.18) !important;
    }
    .school-page-quick-nav a.on .num {
        color:#cbd4df !important;
        opacity:1 !important;
    }
    /* 교사 설명 문구를 원형 쪽으로 당김 */
    .education-goal .teacher .ideal-message {
        right:82px !important;
        width:225px !important;
    }
    .education-goal .teacher .ideal-message ul {
        align-items:flex-start !important;
    }
}

@media (min-width:901px) and (max-width:1180px) {
    .education-goal .teacher .ideal-message {
        right:78px !important;
        width:205px !important;
    }
}

/* 모바일 상단 메뉴도 같은 톤으로 통일 */
@media (max-width:1280px) {
    .school-page-quick-nav-mobile a {
        border-color:#dfe4ea !important;
        background:#f5f7f9 !important;
        color:#667080 !important;
    }
    .school-page-quick-nav-mobile a.on {
        border-color:#26364a !important;
        background:#26364a !important;
        color:#fff !important;
    }
}
/*학교현황*/
    .history-staff-page {
        --page-point: var(--primary, #0c3994);
        --page-text: #222;
        --page-muted: #69727f;
        --page-line: #e7eaf0;
        --page-soft: #f6f8fb;
        max-width: 1300px;
        margin: 0 auto;
        padding: 90px 24px 120px;
        color: var(--page-text);
    }

    .history-staff-page * {
        box-sizing: border-box;
    }

    .history-staff-page .section-block + .section-block {
        margin-top: 120px;
    }

    .history-staff-page .section-head {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 42px;
        padding-bottom: 22px;
        border-bottom: 1px solid var(--page-line);
    }

    .history-staff-page .section-kicker {
        display: block;
        margin-bottom: 8px;
        font-size: 14px;
        line-height: 1.4;
        color: var(--page-point);
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
    }

    .history-staff-page .section-title {
        margin: 0;
        font-size: clamp(30px, 3.2vw, 40px);
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: -.04em;
    }

    .history-staff-page .section-desc {
        max-width: 500px;
        margin: 0;
        font-size: 16px;
        line-height: 1.75;
        color: var(--page-muted);
        text-align: right;
    }

    .history-staff-page .history-list {
        position: relative;
        display: grid;
    }

    .history-staff-page .history-list:before {
        content: "";
        position: absolute;
        top: 18px;
        bottom: 18px;
        left: 110px;
        width: 1px;
        background: var(--page-line);
    }

    .history-staff-page .history-item {
        position: relative;
        display: grid;
        grid-template-columns: 110px minmax(0, 1fr);
        min-height: 104px;
    }

    .history-staff-page .history-item + .history-item {
        border-top: 1px solid var(--page-line);
    }

    .history-staff-page .history-year {
        position: relative;
        align-self: start;
        margin-top: 30px;
        padding-right: 34px;
        font-size: 24px;
        line-height: 1;
        color: var(--page-point);
        font-weight: 600;
        letter-spacing: -.03em;
    }

    .history-staff-page .history-year:after {
        content: "";
        position: absolute;
        top: 50%;
        right: -6px;
        width: 13px;
        height: 13px;
        border: 3px solid #fff;
        border-radius: 50%;
        background: var(--page-point);
        box-shadow: 0 0 0 1px var(--page-point);
        transform: translateY(-50%);
        z-index: 1;
    }

    .history-staff-page .history-content {
        padding: 26px 0 26px 48px;
    }

    .history-staff-page .history-content ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .history-staff-page .history-content li {
        position: relative;
        padding-left: 18px;
        font-size: 16px;
        line-height: 1.8;
        color: #3d4652;
    }

    .history-staff-page .history-content li:before {
        content: "";
        position: absolute;
        top: .82em;
        left: 0;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: var(--page-point);
        transform: translateY(-50%);
    }

    .history-staff-page .history-content li + li {
        margin-top: 2px;
    }

    .history-staff-page .staff-card {
        overflow: hidden;
        border: 1px solid var(--page-line);
        border-radius: 20px;
        background: #fff;
        box-shadow: 0 18px 50px rgba(24, 39, 75, .06);
    }

    .history-staff-page .staff-contact {
        display: grid;
        grid-template-columns: minmax(0, 1fr) auto;
        gap: 24px;
        align-items: center;
        padding: 26px 30px;
        border-bottom: 1px solid var(--page-line);
        background: linear-gradient(135deg, var(--page-soft), #fff);
    }

    .history-staff-page .staff-contact strong {
        display: block;
        margin-bottom: 7px;
        font-size: 20px;
        line-height: 1.4;
        font-weight: 600;
        color: var(--page-point);
    }

    .history-staff-page .staff-contact p {
        margin: 0;
        font-size: 15px;
        line-height: 1.75;
        color: #505966;
    }

    .history-staff-page .staff-count {
        display: flex;
        align-items: baseline;
        gap: 7px;
        white-space: nowrap;
        color: var(--page-muted);
    }

    .history-staff-page .staff-count b {
        font-size: 32px;
        line-height: 1;
        font-weight: 600;
        color: var(--page-point);
    }

    .history-staff-page .table-scroll {
        overflow-x: auto;
    }

    .history-staff-page .staff-table {
        width: 100%;
        min-width: 760px;
        border-collapse: collapse;
        table-layout: fixed;
    }

    .history-staff-page .staff-table col:nth-child(1) {
        width: 90px;
    }

    .history-staff-page .staff-table col:nth-child(2) {
        width: 190px;
    }

    .history-staff-page .staff-table col:nth-child(3) {
        width: auto;
    }

    .history-staff-page .staff-table col:nth-child(4) {
        width: 240px;
    }

    .history-staff-page .staff-table thead th {
        padding: 17px 18px;
        background: var(--page-point);
        color: #fff;
        font-size: 15px;
        line-height: 1.4;
        font-weight: 600;
        text-align: center;
    }

    .history-staff-page .staff-table tbody td {
        padding: 15px 18px;
        border-bottom: 1px solid var(--page-line);
        font-size: 15px;
        line-height: 1.5;
        text-align: center;
        color: #303844;
    }

    .history-staff-page .staff-table tbody tr:last-child td {
        border-bottom: 0;
    }

    .history-staff-page .staff-table tbody tr:hover {
        background: #fafbfc;
    }

    .history-staff-page .staff-table .remark {
        color: var(--page-point);
        font-weight: 600;
    }

    @media (max-width: 900px) {
        .history-staff-page {
            padding: 70px 20px 90px;
        }
        .history-staff-page .section-block + .section-block {
            margin-top: 90px;
        }
        .history-staff-page .section-head {
            display: block;
            margin-bottom: 30px;
        }
        .history-staff-page .section-desc {
            margin-top: 14px;
            text-align: left;
        }
        .history-staff-page .staff-contact {
            grid-template-columns: 1fr;
        }
        .history-staff-page .staff-count {
            justify-content: flex-start;
        }
    }

    @media (max-width: 640px) {
        .history-staff-page {
            padding: 56px 16px 72px;
        }
        .history-staff-page .section-block + .section-block {
            margin-top: 72px;
        }
        .history-staff-page .section-head {
            padding-bottom: 18px;
        }
        .history-staff-page .history-list:before {
            left: 22px;
        }
        .history-staff-page .history-item {
            display: block;
            min-height: auto;
            padding-left: 48px;
        }
        .history-staff-page .history-year {
            margin-top: 0;
            padding: 24px 0 0;
            font-size: 21px;
        }
        .history-staff-page .history-year:after {
            left: -32px;
            right: auto;
        }
        .history-staff-page .history-content {
            padding: 12px 0 24px;
        }
        .history-staff-page .history-content li {
            font-size: 15px;
            line-height: 1.7;
        }
        .history-staff-page .staff-card {
            border-radius: 14px;
        }
        .history-staff-page .staff-contact {
            padding: 22px 20px;
        }
        .history-staff-page .staff-contact strong {
            font-size: 18px;
        }
        .history-staff-page .staff-contact p {
            font-size: 14px;
        }
        .history-staff-page .staff-table thead th,
    .history-staff-page .staff-table tbody td {
            padding: 14px 12px;
            font-size: 14px;
        }
    }

    .history-staff-page .status-section {
        margin-bottom: 120px;
    }

    .history-staff-page .status-grid {
        display: grid;
        gap: 54px;
        min-width: 0;
    }

    .history-staff-page .status-item {
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .history-staff-page .status-item-title {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0 0 22px;
        font-size: 21px;
        line-height: 1.4;
        font-weight: 600;
        color: var(--page-point);
    }

    .history-staff-page .status-item-title:before {
        content: "";
        width: 12px;
        height: 12px;
        border: 4px solid var(--page-point);
        border-top-color: transparent;
        flex: 0 0 auto;
    }

    .history-staff-page .status-table-wrap {
        display: block;
        width: 100%;
        min-width: 0;
        max-width: 100%;
        overflow-x: hidden;
        overflow-y: hidden;
    }

    .history-staff-page .status-table {
        width: 100%;
        border-collapse: collapse;
        table-layout: fixed;
        border-top: 2px solid var(--page-point);
    }

    .history-staff-page .status-table th,
    .history-staff-page .status-table td {
        padding: 12px 10px;
        border: 1px solid #d7dce4;
        font-size: 14px;
        line-height: 1.45;
        text-align: center;
        vertical-align: middle;
    }

    .history-staff-page .status-table thead th {
        background: #f7f9fc;
        color: #2f4f7c;
        font-weight: 600;
    }

    .history-staff-page .status-table tbody th {
        background: #fbfcfe;
        color: #2f4f7c;
        font-weight: 600;
    }

    .history-staff-page .status-table strong {
        font-weight: 600;
        color: #1e2c40;
    }

    .history-staff-page .facility-table th {
        padding: 12px 7px;
    }

    .history-staff-page .facility-table .facility-head-row th {
        background: #f7f9fc;
        color: #2f4f7c;
        font-weight: 600;
    }

    .history-staff-page .facility-table .facility-head-row-second th {
        border-top: 1px solid #d7dce4;
    }

    .history-staff-page .facility-table .vertical {
        height: 86px;
        padding: 12px 8px;
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: normal;
        line-height: 1.25;
    }

    /*
     * 1100px 이하:
     * 실제 콘텐츠 폭이 1024px 전후부터 잘리는 점을 고려해
     * 세 표 모두 전용 래퍼 안에서 가로 스크롤되도록 고정합니다.
     */
    @media (max-width: 1100px) {
        .history-staff-page .status-table-wrap {
            position: relative;
            width: 100%;
            min-width: 0;
            max-width: 100%;
            padding-bottom: 12px;
            overflow-x: scroll !important;
            overflow-y: hidden !important;
            overscroll-behavior-x: contain;
            scrollbar-width: auto;
            scrollbar-color: #7f8b9a #e7ebf0;
            -webkit-overflow-scrolling: touch;
        }

        .history-staff-page .status-table-wrap::-webkit-scrollbar {
            display: block;
            height: 10px;
        }

        .history-staff-page .status-table-wrap::-webkit-scrollbar-track {
            border-radius: 999px;
            background: #e7ebf0;
        }

        .history-staff-page .status-table-wrap::-webkit-scrollbar-thumb {
            min-width: 50px;
            border: 2px solid #e7ebf0;
            border-radius: 999px;
            background: #7f8b9a;
        }

        .history-staff-page .status-table-staff {
            width: 1280px !important;
            min-width: 1280px !important;
            table-layout: fixed !important;
        }

        .history-staff-page .status-table-facility {
            width: 1200px !important;
            min-width: 1200px !important;
            table-layout: fixed !important;
        }

        .history-staff-page .status-table-facility th,
        .history-staff-page .status-table-facility td {
            width: auto;
            min-width: 88px;
            white-space: normal;
            word-break: keep-all;
            overflow-wrap: normal;
        }

        .history-staff-page .status-table-students {
            width: 960px !important;
            min-width: 960px !important;
            table-layout: fixed !important;
        }
    }

    @media (max-width: 900px) {
        .history-staff-page .status-section {
            margin-bottom: 90px;
        }

        .history-staff-page .status-grid {
            gap: 42px;
        }
    }

    @media (max-width: 640px) {
        .history-staff-page .status-section {
            margin-bottom: 72px;
        }

        .history-staff-page .status-grid {
            gap: 34px;
        }

        .history-staff-page .status-item-title {
            margin-bottom: 16px;
            font-size: 18px;
        }

        .history-staff-page .status-table th,
        .history-staff-page .status-table td {
            padding: 10px 8px;
            font-size: 13px;
        }
    }

    html:not(.aos-enabled) .history-staff-page [data-aos] {
        opacity: 1 !important;
        transform: none !important;
    }

    /* 학교현황 첫 화면은 페이지 진입 즉시 빠르게 실행 */
    .history-staff-page .status-intro {
        opacity: 0;
        transform: translateY(18px);
        transition: opacity .45s ease-out, transform .45s ease-out;
    }

    .history-staff-page .status-intro .status-intro-item {
        opacity: 0;
        transform: translateY(14px);
        transition: opacity .42s ease-out, transform .42s ease-out;
    }

    .history-staff-page .status-intro.is-visible {
        opacity: 1;
        transform: none;
    }

    .history-staff-page .status-intro.is-visible .status-intro-item {
        opacity: 1;
        transform: none;
    }

    .history-staff-page .status-intro.is-visible .section-head {
        transition-delay: .03s;
    }

    .history-staff-page .status-intro.is-visible .status-grid .status-intro-item:nth-child(1) {
        transition-delay: .10s;
    }

    .history-staff-page .status-intro.is-visible .status-grid .status-intro-item:nth-child(2) {
        transition-delay: .17s;
    }

    .history-staff-page .status-intro.is-visible .status-grid .status-intro-item:nth-child(3) {
        transition-delay: .24s;
    }

    @media (prefers-reduced-motion: reduce) {
        .history-staff-page .status-intro,
        .history-staff-page .status-intro .status-intro-item {
            opacity: 1 !important;
            transform: none !important;
            transition: none !important;
        }
    }
	
	
	/*캠퍼스투어*/
	
.campus-tour-page {
    width:100%;
    max-width:1300px;
    margin:0 auto;
    padding:80px 20px 100px;
    box-sizing:border-box;
    color:#222;
}

.campus-tour-page * {
    box-sizing:border-box;
}

.campus-tour-head {
    margin:0 0 50px;
    padding-bottom:24px;
    border-bottom:1px solid #e5e8ec;
}

.campus-tour-head .eyebrow {
    display:block;
    margin-bottom:10px;
    color:var(--primary);
    font-size:15px;
    font-weight:600;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.campus-tour-head h2 {
    margin:0;
    color:#111;
    font-size:40px;
    line-height:1.2;
    font-weight:600;
}

.campus-tour-head p {
    margin:14px 0 0;
    color:#666;
    font-size:17px;
    line-height:1.7;
    word-break:keep-all;
}

.campus-tour-layout {
    display:grid;
    grid-template-columns:minmax(0,1.06fr) minmax(0,.94fr);
    gap:34px;
    align-items:start;
}

.campus-tour-map-card,
.campus-tour-view-card {
    border:1px solid #e3e7ec;
    border-radius:24px;
    background:#fff;
    overflow:hidden;
}

.campus-tour-map-card {
    padding:20px;
}

.campus-tour-map {
    position:relative;
    width:100%;
    overflow:hidden;
    border-radius:18px;
    background:#f8f9fb;
}

.campus-tour-map img {
    display:block;
    width:100%;
    height:auto;
}

.campus-tour-hotspot {
    position:absolute;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:42px;
    height:42px;
    padding:0 14px;
    border:2px solid currentColor;
    border-radius:999px;
    background:rgba(255,255,255,.95);
    color:var(--primary);
    font-size:13px;
    line-height:1;
    font-weight:600;
    cursor:pointer;
    box-shadow:0 8px 22px rgba(0,0,0,.12);
    transition:.2s ease;
    white-space:nowrap;
}

.campus-tour-hotspot:hover,
.campus-tour-hotspot.is-active {
    background:currentColor;
    transform:translateY(-3px);
}

.campus-tour-hotspot:hover span,
.campus-tour-hotspot.is-active span {
    color:#fff;
}

.campus-tour-hotspot span {
    color:currentColor;
}

.campus-tour-hotspot::after {
    content:"";
    position:absolute;
    left:50%;
    bottom:-9px;
    width:14px;
    height:14px;
    border-right:2px solid currentColor;
    border-bottom:2px solid currentColor;
    background:inherit;
    transform:translateX(-50%) rotate(45deg);
}

.campus-tour-hotspot[data-campus="women"] {
    left:8%;
    top:24%;
    color:#cc5873;
}

.campus-tour-hotspot[data-campus="men"] {
    left:37%;
    top:14%;
    color:#8c4ca6;
}

.campus-tour-hotspot[data-campus="school"] {
    left:57%;
    top:23%;
    color:#3d8fc2;
}

.campus-tour-hotspot[data-campus="hall"] {
    right:8%;
    top:29%;
    color:#db6b43;
}

.campus-tour-map-guide {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-top:18px;
}

.campus-tour-map-guide button {
    display:inline-flex;
    align-items:center;
    gap:8px;
    min-height:42px;
    padding:0 14px;
    border:1px solid #dfe4ea;
    border-radius:999px;
    background:#fff;
    color:#596273;
    font-family:inherit;
    font-size:14px;
    font-weight:600;
    cursor:pointer;
}

.campus-tour-map-guide button::before {
    content:"";
    width:8px;
    height:8px;
    border-radius:50%;
    background:var(--primary);
}

.campus-tour-map-guide button.is-active {
    border-color:var(--primary);
    background:var(--primary);
    color:#fff;
}

.campus-tour-map-guide button.is-active::before {
    background:#fff;
}

.campus-tour-view-card {
    padding:22px;
}

.campus-tour-view-head {
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:18px;
    margin-bottom:18px;
}

.campus-tour-view-title {
    margin:0;
    color:#111;
    font-size:28px;
    line-height:1.3;
    font-weight:600;
}

.campus-tour-view-desc {
    margin:8px 0 0;
    color:#666;
    font-size:15px;
    line-height:1.7;

    word-break:keep-all;
}

.campus-tour-index {
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:54px;
    height:34px;
    padding:0 12px;
    border-radius:999px;
    background:color-mix(in srgb,var(--primary) 10%,#fff);
    color:var(--primary);
    font-size:13px;
    font-weight:600;
}

.campus-tour-main-image {
    position:relative;
    overflow:hidden;
    border-radius:18px;
    background:#f1f3f6;
    aspect-ratio:16 / 10;
}

.campus-tour-main-image img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.campus-tour-main-image::after {
    content:"이미지 준비중";
    position:absolute;
    left:50%;
    top:50%;
    z-index:0;
    color:#9aa2ad;
    font-size:15px;
    transform:translate(-50%,-50%);
}

.campus-tour-main-image img {
    position:relative;
    z-index:1;
}

.campus-tour-thumb-slider {
    position:relative;
    margin-top:14px;
    padding:0 42px;
}

.campus-tour-thumb-viewport {
    width:100%;
    overflow:hidden;
}

.campus-tour-thumbs {
    display:flex;
    gap:10px;
    margin:0;
    transition:transform .3s ease;
    will-change:transform;
}

.campus-tour-thumb {
    position:relative;
    flex:0 0 calc((100% - 30px) / 4);
    min-width:0;
    padding:0;
    overflow:hidden;
    border:2px solid transparent;
    border-radius:12px;
    background:#eef1f4;
    aspect-ratio:4 / 3;
    cursor:pointer;
}

.campus-tour-thumb-nav {
    position:absolute;
    top:50%;
    z-index:3;
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    padding:0;
    border:1px solid #dfe4ea;
    border-radius:50%;
    background:#fff;
    color:#26364a;
    cursor:pointer;
    transform:translateY(-50%);
    box-shadow:0 6px 16px rgba(0,0,0,.08);
}

.campus-tour-thumb-nav:hover {
    border-color:var(--primary);
    background:var(--primary);
    color:#fff;
}

.campus-tour-thumb-nav:disabled {
    opacity:.32;
    cursor:default;
    pointer-events:none;
}

.campus-tour-thumb-prev {
    left:0;
}

.campus-tour-thumb-next {
    right:0;
}

.campus-tour-thumb-nav svg {
    width:18px;
    height:18px;
}

.campus-tour-thumb img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
}

.campus-tour-thumb.is-active {
    border-color:var(--primary);
}

.campus-tour-thumb::after {
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.08);
    opacity:1;
    transition:.2s ease;
}

.campus-tour-thumb:hover::after,
.campus-tour-thumb.is-active::after {
    opacity:0;
}

.campus-tour-note {
    margin:16px 0 0;
    padding:15px 16px;
    border-radius:14px;
    background:#f7f8fa;
    color:#727b88;
    font-size:13px;
    line-height:1.6;
}

@media(max-width:1000px) {
    .campus-tour-layout {
        grid-template-columns:1fr;
    }
}

@media(max-width:640px) {
    .campus-tour-page {
        padding:48px 16px 70px;
    }

    .campus-tour-head {
        margin-bottom:36px;
        padding-bottom:18px;
    }

    .campus-tour-head h2 {
        font-size:32px;
    }

    .campus-tour-head p {
        font-size:16px;
    }

    .campus-tour-map-card,
    .campus-tour-view-card {
        border-radius:18px;
    }

    .campus-tour-map-card {
        padding:10px;
    }

    .campus-tour-hotspot {
        min-width:30px;
        height:30px;
        padding:0 8px;
        border-width:1px;
        font-size:10px;
    }

    .campus-tour-hotspot::after {
        bottom:-6px;
        width:9px;
        height:9px;
        border-width:0 1px 1px 0;
    }

    .campus-tour-map-guide {
        display:grid;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .campus-tour-map-guide button {
        justify-content:center;
        width:100%;
        padding:0 8px;
        font-size:13px;
    }

    .campus-tour-view-card {
        padding:16px;
    }

    .campus-tour-view-title {
        font-size:24px;
    }

    .campus-tour-thumb-slider {
        padding:0 34px;
    }

    .campus-tour-thumb {
        flex-basis:calc((100% - 10px) / 2);
    }

    .campus-tour-thumb-nav {
        width:30px;
        height:30px;
    }
}
/*우수프로그램*/

.special-page {
    --sp-point: var(--primary, #0c3994);
    --sp-text: #20242b;
    --sp-muted: #687281;
    --sp-line: #e3e7ed;
    --sp-soft: #f6f8fb;
    width: 100%;
    padding: 86px 0 120px;
    color: var(--sp-text);
    background: #fff;
}
.special-page * {
    box-sizing: border-box;
    word-break: keep-all;
}
.special-page h1,
.special-page h2,
.special-page h3,
.special-page h4,
.special-page p,
.special-page ul {
    margin: 0;
    padding: 0;
}
.special-page ul {
    list-style: none;
}
.special-page h1,
.special-page h2,
.special-page h3,
.special-page h4,
.special-page strong,
.special-page b {
    font-weight: 600;
}
.special-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
/* 페이지 제목 */
.special-page__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 68px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--sp-line);
}
.special-page__head-copy span {
    display: block;
    margin-bottom: 10px;
    color: var(--sp-point);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.special-page__head h1 {
    color: #111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -.04em;
}
.special-page__head-desc {
    max-width: 520px;
    color: var(--sp-muted);
    font-size: 16px;
    line-height: 1.75;
    text-align: right;
}
/* 섹션 */
.special-section {
    position: relative;
}
.special-section + .special-section {
    margin-top: 92px;
    padding-top: 92px;
    border-top: 1px solid var(--sp-line);
}
.special-section__title {
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}
.special-section__title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid color-mix(in srgb,var(--sp-point) 24%,#dfe4eb);
    border-radius: 50%;
    color: var(--sp-point);
    background: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
}
.special-section__title h2 {
    color: #111;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -.03em;
}
/* 카드 */
.special-grid {
    display: grid;
    gap: 18px;
}
.special-grid--two {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.special-card--main + .special-grid {
    margin-top: 18px;
}
.special-card,
.special-list-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--sp-line);
    border-radius: 18px;
    background: #fff;
    transition: border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}
.special-card:hover,
.special-list-card:hover {
    border-color: color-mix(in srgb,var(--sp-point) 34%,var(--sp-line));
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(22,39,72,.07);
}
.special-card h3,
.special-list-card h3 {
    margin-bottom: 14px;
    color: #111;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 600;
}
.special-card p,
.special-list-card p {
    color: #505966;
    font-size: 16px;
    line-height: 1.85;
}
/* 대표 설명 카드 */
.special-card--main {
    overflow: hidden;
    padding: 38px 40px;
    background: linear-gradient(135deg,color-mix(in srgb,var(--sp-point) 6%,#fff),#fff 58%);
}
.special-card--main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--sp-point);
}
/* 목록형 카드 */
.special-list-card {
    display: grid;
    grid-template-columns: 145px minmax(0,1fr);
    align-items: start;
    gap: 24px;
}
.special-list-card h3 {
    margin: 0;
    color: var(--sp-point);
}
.special-list-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;

    height: 3px;
    border-radius: 3px;
    background: var(--sp-point);
}
.special-list-card {
    padding-top: 34px;
}
/* AOS가 없는 경우에도 표시 */
html:not(.aos-enabled) .special-page [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}
[data-aos] {
    will-change: transform,opacity;
}
@media (max-width:1000px) {
    .special-page__head {
        display: block;
    }
    .special-page__head-desc {
        margin-top: 14px;
        text-align: left;
    }
    .special-list-card {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
@media (max-width:800px) {
    .special-page {
        padding: 58px 0 80px;
    }
    .special-container {
        padding: 0 16px;
    }
    .special-page__head {
        margin-bottom: 50px;
        padding-bottom: 19px;
    }
    .special-page__head h1 {
        font-size: 32px;
    }
    .special-page__head-desc {
        font-size: 15px;
    }
    .special-section + .special-section {
        margin-top: 68px;
        padding-top: 68px;
    }
    .special-section__title {
        grid-template-columns: 48px minmax(0,1fr);
        gap: 14px;
        margin-bottom: 22px;
    }
    .special-section__title span {
        width: 48px;
        height: 48px;
        font-size: 14px;
    }
    .special-section__title h2 {
        font-size: 25px;
    }
    .special-grid--two {
        grid-template-columns: 1fr;
    }
    .special-card,
    .special-list-card {
        padding: 24px 21px;
        border-radius: 15px;
    }
    .special-card--main {
        padding: 28px 24px;
    }
    .special-list-card {
        padding-top: 28px;
    }
    .special-list-card:before {
        left: 21px;
        right: 21px;
    }
    .special-card h3,
    .special-list-card h3 {
        font-size: 19px;
    }
    .special-card p,
    .special-list-card p {
        font-size: 15px;
        line-height: 1.8;
    }
}
</style>
<style>
/* 기타 교육활동 첫 화면: 페이지 진입 즉시 실행 */
.special-page .special-page__head,
.special-page .special-intro-section,
.special-page .special-intro-item {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .45s ease-out,transform .45s ease-out;
}
.special-page.special-intro-play .special-page__head,
.special-page.special-intro-play .special-intro-section,
.special-page.special-intro-play .special-intro-item {
    opacity: 1;
    transform: none;
}
.special-page.special-intro-play .special-page__head {
    transition-delay: .02s;
}
.special-page.special-intro-play .special-intro-section {
    transition-delay: .06s;
}
.special-page.special-intro-play .special-intro-section .special-section__title {
    transition-delay: .10s;
}
.special-page.special-intro-play .special-intro-section .special-grid .special-intro-item:nth-child(1) {
    transition-delay: .16s;
}
.special-page.special-intro-play .special-intro-section .special-grid .special-intro-item:nth-child(2) {
    transition-delay: .24s;
}
@media (prefers-reduced-motion:reduce) {
    .special-page .special-page__head,
    .special-page .special-intro-section,
    .special-page .special-intro-item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
/*창의적체험활동*/
.curriculum-page {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 20px 110px;
    box-sizing: border-box;
    color: #222;
}
.curriculum-page * {
    box-sizing: border-box;
    word-break: keep-all;
}
.curriculum-page h2,
.curriculum-page h3,
.curriculum-page h4,
.curriculum-page p,
.curriculum-page ul {
    margin: 0;
    padding: 0;
}
.curriculum-page ul {
    list-style: none;
}
/* 페이지 제목 */
.curriculum-head {
    margin-bottom: 56px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e8ec;
}
.curriculum-head .eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 15px;
    line-height: 1.3;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.curriculum-head h2 {
    color: #111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
}
/* 공통 */
.curriculum-section + .curriculum-section {
    margin-top: 72px;
}
.curriculum-section-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px;
}
.curriculum-section-title::before {
    content: "";
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border: 3px solid var(--primary);
    border-radius: 50%;
}
.curriculum-section-title h3 {
    color: #111;
    font-size: 26px;
    line-height: 1.35;
    font-weight: 600;
}
.simple-panel {
    border: 1px solid #e2e6eb;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
/* 자율활동 */
.grade-table {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.grade-column {
    border-left: 1px solid #e5e8ec;
}
.grade-column:first-child {
    border-left: 0;
}
.grade-title {
    padding: 22px 18px;
    text-align: center;
    background: #f5f7fa;
    border-bottom: 1px solid #e5e8ec;
}
.grade-title strong {
    color: #111;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 600;
}
.grade-items {
    padding: 14px 24px 20px;
}
.grade-items li {
    position: relative;
    min-height: 64px;
    display: flex;
    align-items: center;
    padding: 20px 8px 20px 32px;
    color: #444;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}
.grade-items li + li {
    border-top: 1px solid #edf0f2;
}
.grade-items li::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
}
.curriculum-page .simple-panel > .activity-common {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0 28px;
    min-height: 76px;
    /* 위 셀의 시작선과 정확히 동일 */
    padding: 16px 32px 16px 14px !important;
    border-top: 1px solid #e5e8ec;
    background: #fff;
}
.curriculum-page .activity-common li {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 34px;
    padding-left: 18px;
    margin-left: 0;
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}
.curriculum-page .activity-common li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
    transform: translateY(-50%);
}
/* 자치활동 */
.self-area {
    padding: 28px;
    background: #f7f8fa;
}
.self-list {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
}
.self-list li {
    position: relative;
    padding: 20px 20px 20px 46px;
    border: 1px solid #e2e6eb;
    border-radius: 14px;
    background: #fff;
    color: #333;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}
.self-list li::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    width: 9px;
    height: 9px;
    border: 3px solid var(--primary);
    border-radius: 50%;
    transform: translateY(-50%);
}
/* 진로활동 */
.career-grid {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 20px;
}
.career-box {
    border: 1px solid #e2e6eb;
    border-radius: 18px;
    background: #fff;
    padding: 26px;
}
.career-box:last-child {
    grid-column: 1/-1;
}
.career-box h4 {
    margin-bottom: 18px;
    padding-bottom: 14px;
    border-bottom: 1px solid #e8ebef;
    color: #111;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
}
.career-box ul {
    display: grid;
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 0 26px;
}
.career-box li {
    position: relative;
    padding: 13px 8px 13px 18px;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
}
.career-box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 22px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--primary);
}
.career-box:last-child ul {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.special-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}
.special-tags li {
    padding: 10px 16px;
    border: 1px solid #dfe5ec;
    border-radius: 999px;
    background: #fff;
    color: var(--primary);
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
/* AOS */
[data-aos] {
    will-change: transform,opacity;
}
@media (max-width:900px) {
    .grade-table {
        grid-template-columns: 1fr;
    }
    .grade-column {
        display: grid;
        grid-template-columns: 110px minmax(0,1fr);
        border-left: 0;
        border-top: 1px solid #e5e8ec;
    }
    .grade-column:first-child {
        border-top: 0;
    }
    .grade-title {
        display: flex;
        align-items: center;
        justify-content: center;
        border-right: 1px solid #e5e8ec;
        border-bottom: 0;
    }
    .activity-common {
        gap: 8px 22px;
    }
    .self-list {
        grid-template-columns: 1fr;
    }
    .career-grid {
        grid-template-columns: 1fr;
    }
    .career-box:last-child {
        grid-column: auto;
    }
    .career-box ul,
    .career-box:last-child ul {
        grid-template-columns: 1fr 1fr;
    }
}
@media (max-width:640px) {
    .curriculum-page {
        padding: 48px 16px 70px;
    }
    .curriculum-head {
        margin-bottom: 38px;
        padding-bottom: 18px;
    }
    .curriculum-head h2 {
        font-size: 32px;
    }
    .curriculum-section + .curriculum-section {
        margin-top: 54px;
    }
    .curriculum-section-title h3 {
        font-size: 22px;
    }
    .simple-panel {
        border-radius: 16px;
    }
    .grade-column {
        grid-template-columns: 88px minmax(0,1fr);
    }
    .grade-title {
        padding: 16px 10px;
    }
    .grade-title strong {
        font-size: 16px;
    }
    .grade-items {
        padding: 8px 14px 12px;
    }
    .grade-items li {
        min-height: 56px;
        padding: 17px 6px 17px 28px;
        font-size: 15px;
    }
    .grade-items li::before {
        left: 12px;
        top: 50%;
    }
    .curriculum-page .simple-panel > .activity-common {
        gap: 0 16px;
        min-height: auto;
        padding: 12px 18px 12px 34px !important;
    }
    .curriculum-page .activity-common li {
        min-height: 48px;
        padding-left: 16px;
        font-size: 15px;
        white-space: normal;
    }
    .curriculum-page .activity-common li::before {
        left: 0;
        top: 50%;
    }
    .self-area {
        padding: 18px;
    }
    .self-list li {
        padding: 17px 16px 17px 42px;
        font-size: 15px;
    }
    .career-box {
        padding: 22px 20px;
        border-radius: 16px;
    }
    .career-box h4 {
        font-size: 18px;
    }
    .career-box ul,
    .career-box:last-child ul {
        grid-template-columns: 1fr;
    }
    .career-box li {
        font-size: 15px;
    }
}
/* 동아리활동 */
.club-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.club-tab {
    min-width: 130px;
    padding: 14px 26px;
    border: 1px solid #dfe4ea;
    border-radius: 999px;
    background: #fff;
    color: #555;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease;
}
.club-tab:hover,
.club-tab.is-active {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}
.club-panel {
    display: none;
}
.club-panel.is-active {
    display: block;
}
.club-list {
    border: 1px solid #e2e6eb;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
.club-list-head,
.club-item {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
}
.club-list-head {
    background: #f5f7fa;
    border-bottom: 1px solid #e2e6eb;
}
.club-list-head strong {
    padding: 18px 22px;
    color: #111;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-align: center;
}
.club-list-head strong + strong {
    border-left: 1px solid #e2e6eb;
}
.club-item + .club-item {
    border-top: 1px solid #edf0f2;
}
.club-name {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px;
    background: #fbfcfd;
    color: #222;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 600;
    text-align: center;
}
.club-desc {
    display: flex;
    align-items: center;
    padding: 22px 26px !important;
    border-left: 1px solid #edf0f2;
    color: #444;
    font-size: 15px;
    line-height: 1.75;
    font-weight: 400;
}
@media (max-width:640px) {
    .club-tabs {
        gap: 8px;
    }
    .club-tab {
        flex: 1;
        min-width: 0;
        padding: 13px 12px;
        font-size: 15px;
    }
    .club-list {
        border-radius: 16px;
    }
    .club-list-head {
        display: none;
    }
    .club-item {
        display: block;
        padding: 20px;
    }
    .club-item + .club-item {
        border-top: 1px solid #e5e8ec;
    }
    .club-name {
        display: block;
        padding: 0 0 10px;
        background: transparent;
        color: var(--primary);
        font-size: 17px;
        text-align: left;
    }
    .club-desc {
        display: block;
        padding: 0;
        border-left: 0;
        font-size: 15px;
        line-height: 1.75;
    }
}
/*중점교육*/

.special-page {
    --sp-point: var(--primary, #0c3994);
    --sp-text: #20242b;
    --sp-muted: #687281;
    --sp-line: #e3e7ed;
    --sp-soft: #f6f8fb;
    width: 100%;
    padding: 86px 0 120px;
    color: var(--sp-text);
    background: #fff;
}
.special-page * {
    box-sizing: border-box;
    word-break: keep-all;
}
.special-page h1,
.special-page h2,
.special-page h3,
.special-page h4,
.special-page p,
.special-page ul {
    margin: 0;
    padding: 0;
}
.special-page ul {
    list-style: none;
}
.special-page h1,
.special-page h2,
.special-page h3,
.special-page h4,
.special-page strong,
.special-page b {
    font-weight: 600;
}
.special-container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
/* 페이지 타이틀 */
.special-page__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 68px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--sp-line);
}
.special-page__head-copy span {
    display: block;
    margin-bottom: 10px;
    color: var(--sp-point);
    font-size: 15px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.special-page__head h1 {
    color: #111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -.04em;
}
.special-page__head-desc {
    max-width: 520px;
    color: var(--sp-muted);
    font-size: 18px;
    line-height: 1.75;
    text-align: right;
}
/* 섹션 */
.special-section {
    position: relative;
}
.special-section + .special-section {
    margin-top: 92px;
    padding-top: 92px;
    border-top: 1px solid var(--sp-line);
}
.special-section__title {
    display: grid;
    grid-template-columns: 58px minmax(0,1fr);
    align-items: center;
    gap: 18px;
    margin-bottom: 30px;
}
.special-section__title span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 1px solid color-mix(in srgb,var(--sp-point) 24%,#dfe4eb);
    border-radius: 50%;
    color: var(--sp-point);
    background: #fff;
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
}
.special-section__title h2 {
    color: #111;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 600;
    letter-spacing: -.03em;
}
/* 공통 카드 */
.special-grid {
    display: grid;
    gap: 18px;
}
.special-grid--two {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
.special-grid--three {
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin-top: 18px;
}
.special-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--sp-line);
    border-radius: 18px;
    background: #fff;
    transition: border-color .25s ease,transform .25s ease,box-shadow .25s ease;
}
.special-card:hover {
    border-color: color-mix(in srgb,var(--sp-point) 34%,var(--sp-line));
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(22,39,72,.07);
}
.special-card h3 {
    margin-bottom: 14px;
    color: #111;
    font-size: 21px;
    line-height: 1.45;
    font-weight: 600;
}
.special-card p {
    color: #505966;
    font-size: 18px;
    line-height: 1.85;
}
/* 대표 설명 카드 */
.special-card--main {
    overflow: hidden;
    padding: 38px 40px;
    background: linear-gradient(135deg,color-mix(in srgb,var(--sp-point) 6%,#fff),#fff 58%);
}
.special-card--main:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: var(--sp-point);
}
.special-card--main h3 {
    color: var(--sp-point);
    font-size: 23px;
}
/* 3개 카드 */
.special-grid--three .special-card {
    min-height: 210px;
}
.special-grid--three .special-card:before {
    content: "";
    display: block;
    width: 34px;
    height: 3px;
    margin-bottom: 22px;
    border-radius: 3px;
    background: var(--sp-point);
}
/* 영어 카드 */
.special-card--accent {
    padding-top: 34px;
}
.special-card--accent:before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 3px;
    background: var(--sp-point);
}
.special-card--camp {
    margin-top: 18px;
}
.special-camp-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 14px;
    margin-top: 26px;
}
.special-camp-item {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--sp-line);
    border-radius: 15px;
    background: var(--sp-soft);
}
.special-camp-item__body {
    flex: 1;
    padding: 24px 24px 22px;
}
.special-camp-grid h4 {
    margin-bottom: 11px;
    color: #202b3d;
    font-size: 18px;
    line-height: 1.55;
}
.special-camp-grid p {
    font-size: 17px;
    line-height: 1.8;
}
/* 이미지 */
.special-photo-wrap {
    margin: 0;
}
.special-photo-wrap figcaption {
    margin-top: 11px;
    color: #7a8492;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}
.special-photo {
    overflow: hidden;
    background: #e9edf3;
}
.special-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}
.special-photo--wide {
    aspect-ratio: 16 / 7;
    border-radius: 14px;
}
.special-photo-wrap--wide {
    margin-top: 28px;
}
.special-photo--card {
    aspect-ratio: 4 / 3;
}
.special-photo-wrap--card {
    padding: 0 14px 16px;
}
.special-photo-wrap--card .special-photo {
    border-radius: 12px;
}
.special-photo-wrap--card figcaption {
    min-height: 44px;
    padding: 0 8px;
}
.special-camp-item:hover .special-photo img {
    transform: scale(1.035);
}
/* 태그 */
.special-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 24px !important;
}
.special-tags li {
    padding: 9px 14px;
    border: 1px solid color-mix(in srgb,var(--sp-point) 18%,#e4e8ef);
    border-radius: 999px;
    color: var(--sp-point);
    background: #fff;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 500;
}
/* AOS가 없는 경우 내용 노출 */
html:not(.aos-enabled) .special-page [data-aos] {
    opacity: 1 !important;
    transform: none !important;
}
@media (max-width:1000px) {
    .special-page__head {
        display: block;
    }
    .special-page__head-desc {
        margin-top: 14px;
        text-align: left;
    }
    .special-grid--three,
    .special-camp-grid {
        grid-template-columns: 1fr;
    }
    .special-grid--three .special-card {
        min-height: 0;
    }
}
@media (max-width:760px) {
    .special-page {
        padding: 58px 0 80px;
    }
    .special-container {
        padding: 0 16px;
    }
    .special-page__head {
        margin-bottom: 50px;
        padding-bottom: 19px;
    }
    .special-page__head h1 {
        font-size: 32px;
    }
    .special-page__head-desc {
        font-size: 17px;
    }
    .special-section + .special-section {
        margin-top: 68px;
        padding-top: 68px;
    }
    .special-section__title {
        grid-template-columns: 48px minmax(0,1fr);
        gap: 14px;
        margin-bottom: 22px;
    }
    .special-section__title span {
        width: 48px;
        height: 48px;
        font-size: 14px;
    }
    .special-section__title h2 {
        font-size: 25px;
    }
    .special-grid--two {
        grid-template-columns: 1fr;
    }
    .special-card {
        padding: 25px 22px;
        border-radius: 15px;
    }
    .special-card--main {
        padding: 28px 24px;
    }
    .special-card h3 {
        font-size: 21px;
    }
    .special-card p {
        font-size: 17px;
        line-height: 1.85;
    }
    .special-camp-grid h4 {
        font-size: 20px;
    }
    .special-camp-grid p {
        font-size: 17px;
        line-height: 1.8;
    }
    .special-camp-item__body {
        padding: 22px 20px 20px;
    }
    .special-photo-wrap figcaption {
        font-size: 15px;
    }
    .special-photo--wide {
        aspect-ratio: 16 / 9;
    }
    .special-photo-wrap--wide {
        margin-top: 24px;
    }
    .special-photo-wrap--card {
        padding: 0 12px 15px;
    }
}
/* 첫 화면 진입 모션 */
.special-page .special-page__head,
.special-page .special-intro-section,
.special-page .special-intro-item {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .45s ease-out,transform .45s ease-out;
}
.special-page.special-intro-play .special-page__head,
.special-page.special-intro-play .special-intro-section,
.special-page.special-intro-play .special-intro-item {
    opacity: 1;
    transform: none;
}
.special-page.special-intro-play .special-page__head {
    transition-delay: .02s;
}
.special-page.special-intro-play .special-intro-section {
    transition-delay: .07s;
}
.special-page.special-intro-play .special-intro-section .special-section__title {
    transition-delay: .10s;
}
.special-page.special-intro-play .special-intro-section .special-card--main {
    transition-delay: .16s;
}
.special-page.special-intro-play .special-intro-section .special-grid .special-intro-item:nth-child(1) {
    transition-delay: .22s;
}
.special-page.special-intro-play .special-intro-section .special-grid .special-intro-item:nth-child(2) {
    transition-delay: .28s;
}
.special-page.special-intro-play .special-intro-section .special-grid .special-intro-item:nth-child(3) {
    transition-delay: .34s;
}
@media (prefers-reduced-motion:reduce) {
    .special-page .special-page__head,
    .special-page .special-intro-section,
    .special-page .special-intro-item {
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }
}
/*교육과정*/
.curriculum-page {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 80px 20px 110px;
    box-sizing: border-box;
    color: #222;
}
.curriculum-page * {
    box-sizing: border-box;
    word-break: keep-all;
}
.curriculum-page h2,
.curriculum-page h3,
.curriculum-page h4,
.curriculum-page p,
.curriculum-page ul {
    margin: 0;
    padding: 0;
}
.curriculum-page ul {
    list-style: none;
}
.curriculum-head {
    margin-bottom: 42px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e8ec;
}
.curriculum-head .eyebrow {
    display: block;
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.curriculum-head h2 {
    color: #111;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
}
.school-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 36px;
}
.school-tab {
    min-width: 145px;
    min-height: 50px;
    padding: 11px 22px;
    border: 1px solid #dfe4ea;
    border-radius: 14px;
    background: #fff;
    color: #667080;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.school-tab.on {
    border-color: var(--primary);
    background: var(--primary);
    color: #fff;
}
.school-panel {
    display: none;
}
.school-panel.on {
    display: block;
}
.detail-panel {
    display: block;
}
.detail-panel + .detail-panel {
    margin-top: 72px;
}
.curriculum-section + .curriculum-section {
    margin-top: 56px;
}
.section-title {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 20px;
}
.section-title::before {
    content: "";
    width: 8px;
    height: 8px;
    border: 3px solid var(--primary);
    border-radius: 50%;
}
.section-title h3 {
    color: #111;
    font-size: 26px;
    font-weight: 600;
}
.table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.curriculum-table {
    width: 100%;
    min-width: 980px;
    border-collapse: collapse;
    border-top: 2px solid color-mix(in srgb,var(--primary) 65%,#777);
    background: #fff;
}
.curriculum-table th,
.curriculum-table td {
    padding: 13px 11px;
    border: 1px solid #dfe3e8;
    text-align: center;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 400;
}
.curriculum-table thead th {
    background: #f7f8fa;
    color: #26364a;
    font-weight: 600;
}
.curriculum-table tbody th {
    background: #fafbfc;
    color: #344054;
    font-weight: 600;
}
.curriculum-table .left {
    text-align: left;
}
.curriculum-table .plus {
    color: #9b4b1b;
}
.curriculum-table .sum {
    background: #fafbfc;
    font-weight: 600;
}
.plan-table {
    min-width: 900px;
}
.plan-table th:first-child {
    width: 145px;
}
.plan-table th:last-child {
    width: 170px;
}
.plan-table td.left {
    line-height: 1.8;
}
.plan-table .plan-list {
    margin: 0;
    padding-left: 18px;
}
.plan-table .plan-list li {
    margin: 4px 0;
}
.schedule-table {
    min-width: 900px;
}
.schedule-note {
    margin-top: 18px;
    padding: 20px 22px;
    border: 1px solid #e2e6eb;
    border-radius: 14px;
    background: #f8f9fb;
    color: #555;
    font-size: 16px;
    line-height: 1.8;
}
@media (max-width:768px) {
    .curriculum-page {
        padding: 55px 16px 80px;
    }
    .curriculum-head {
        margin-bottom: 32px;
        padding-bottom: 18px;
    }
    .curriculum-head h2 {
        font-size: 32px;
    }
    .school-tabs {
        gap: 8px;
    }
    .school-tab {
        flex: 1 1 0;
        min-width: 0;
        font-size: 15px;
        padding: 10px 12px;
    }
    .section-title h3 {
        font-size: 22px;
    }
    .curriculum-table th,
    .curriculum-table td {
        padding: 11px 9px;
        font-size: 15px;
        line-height: 1.5;
    }
    .schedule-note {
        padding: 18px;
        font-size: 15px;
    }
}
.high-merged-table {
    min-width: 1180px;
}
.high-merged-table th,
.high-merged-table td {
    white-space: normal;
}
.high-merged-table td.left {
    min-width: 220px;
    text-align: left;
}

/*lem*/
.lemx-page {
    --blue: #0c3994;
    --navy: #061f53;
    --sky: #eef4ff;
    --green: #278f76;
    --orange: #ef8b2c;
    --text: #172033;
    --muted: #667085;
    overflow: hidden;
    font-family: var(--k-font,'Pretendard',sans-serif);
    color: var(--text);
}
.lemx-page * {
    box-sizing: border-box;
    word-break: keep-all;
}
.lemx-page h1,
.lemx-page h2,
.lemx-page h3,
.lemx-page p {
    margin: 0;
}
.lemx-page ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.lemx-container {
    width: min(1300px,calc(100% - 40px));
    margin: 0 auto;
}
.lemx-hero {
    position: relative;
    padding: 150px 0 110px;
    color: #fff;
    background: linear-gradient(135deg,var(--navy),var(--blue) 62%,#2368c5);
}
.lemx-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: .14;
    background-image: linear-gradient(rgba(255,255,255,.2) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.2) 1px,transparent 1px);
    background-size: 52px 52px;
}
.lemx-hero__inner {
    display: grid;
    grid-template-columns: 1fr 420px;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 1;
}
.lemx-kicker {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .18em;
    color: #b9d1ff;
}
.lemx-hero h1 {
    margin-top: 22px;
    font-size: 104px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: .15em;
}
.lemx-hero__text {
    margin-top: 25px;
    font-size: 27px;
    font-weight: 600;
}
.lemx-slogan {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 42px;
}
.lemx-slogan strong {
    font-size: 21px;
}
.lemx-slogan span {
    font-size: 16px;
    color: #bed2f6;
}
.lemx-hero__symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 390px;
    height: 390px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(255,255,255,.08);
    box-shadow: inset 0 0 0 58px rgba(255,255,255,.04);
}
.lemx-hero__symbol span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 92px;
    height: 92px;
    border-radius: 28px;
    font-size: 45px;
    font-weight: 800;
    background: #fff;
}
.lemx-hero__symbol span:nth-child(1) {
    color: var(--blue);
}
.lemx-hero__symbol span:nth-child(2) {
    color: var(--green);
}
.lemx-hero__symbol span:nth-child(3) {
    color: var(--orange);
}
.lemx-section {
    padding: 110px 0;
}
.lemx-section--soft {
    background: #f5f8fc;
}
.lemx-heading {
    text-align: center;
    margin-bottom: 50px;
}
.lemx-heading span {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--blue);
}
.lemx-heading h2 {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: -1.2px;
}
.lemx-values {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
}
.lemx-value {
    position: relative;
    min-height: 315px;
    padding: 42px 34px;
    border: 1px solid #e2e8f0;
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(18,45,84,.08);
}
.lemx-value__mark {
    position: absolute;
    right: 28px;
    top: 20px;
    font-size: 54px;
    font-weight: 800;
    color: #eef2f7;
}
.lemx-value h3 {
    font-size: 26px;
    line-height: 1.45;
}
.lemx-value h3 b {
    font-size: 20px;
}
.lemx-value p {
    margin-top: 72px;
    font-size: 17px;
    font-weight: 700;
}
.lemx-value--thinking {
    border-top: 5px solid var(--blue);
}
.lemx-value--control {
    border-top: 5px solid var(--green);
}
.lemx-value--exchange {
    border-top: 5px solid var(--orange);
}
.lemx-detail {
    display: grid;
    grid-template-columns: 315px 1fr;
    overflow: hidden;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(18,45,84,.08);
}
.lemx-detail + .lemx-detail {
    margin-top: 30px;
}
.lemx-detail__title {
    padding: 48px 38px;
    color: #fff;
    background: var(--blue);
}
.lemx-detail--control .lemx-detail__title {
    background: var(--green);
}
.lemx-detail--exchange .lemx-detail__title {
    background: var(--orange);
}
.lemx-detail__title span {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .1em;
}
.lemx-detail__title h2 {
    margin-top: 55px;
    font-size: 28px;
    line-height: 1.5;
}
.lemx-detail__body {
    padding: 48px;
}
.lemx-detail__body h3 {
    font-size: 19px;
    line-height: 1.5;
}
.lemx-detail__body h3:not(:first-child) {
    margin-top: 34px;
}
.lemx-detail__body p {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.95;
    color: #4d596d;
}
.lemx-mind {
    display: grid;
    grid-template-columns: 290px 1fr;
    gap: 60px;
    align-items: center;
    padding: 55px;
    border-radius: 30px;
    background: var(--sky);
}
.lemx-mind__cert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 230px;
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 15px 40px rgba(18,45,84,.08);
}
.lemx-mind__cert strong {
    font-size: 18px;
    color: var(--blue);
}
.lemx-mind__cert span {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 700;
}
.lemx-mind__content h2 {
    font-size: 35px;
    line-height: 1.35;
}
.lemx-mind__content>p {
    margin-top: 13px;
    font-size: 16px;
    color: var(--muted);
}
.lemx-mind__box {
    margin-top: 28px;
    padding: 28px;
    border-radius: 20px;
    background: #fff;
}
.lemx-mind__box h3 {
    font-size: 24px;
    color: var(--blue);
}
.lemx-mind__box p {
    margin-top: 8px;
    font-size: 15px;
}
.lemx-mind__box ul {
    margin-top: 18px;
}
.lemx-mind__box li {
    padding: 8px 0;
    font-size: 15px;
    font-weight: 700;
}
.lemx-roadmap {
    padding: 58px 0;
    color: #fff;
    background: linear-gradient(135deg,var(--navy),var(--blue));
}
.lemx-roadmap .lemx-container {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    text-align: center;
}
.lemx-roadmap span {
    font-size: 18px;
    font-weight: 700;
    color: #bdd2f8;
}
.lemx-roadmap h2 {
    font-size: 40px;
}
.lemx-english-points {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
    margin-bottom: 46px;
}
.lemx-english-points div {
    padding: 28px 20px;
    border-radius: 20px;
    text-align: center;
    background: var(--sky);
}
.lemx-english-points strong,
.lemx-english-points span {
    display: block;
}
.lemx-english-points strong {
    font-size: 18px;
}
.lemx-english-points span {
    margin-top: 8px;
    font-size: 14px;
    color: var(--blue);
}
.lemx-table-wrap {
    overflow-x: auto;
}
.lemx-table-wrap + .lemx-table-wrap {
    margin-top: 42px;
}
.lemx-table-wrap h3 {
    margin-bottom: 16px;
    font-size: 24px;
}
.lemx-table {
    width: 100%;
    min-width: 700px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #dfe6ef;
    border-radius: 20px;
}
.lemx-table th,
.lemx-table td {
    padding: 19px 18px;
    border-right: 1px solid #dfe6ef;
    border-bottom: 1px solid #dfe6ef;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
}
.lemx-table tr>*:last-child {
    border-right: 0;
}
.lemx-table tbody tr:last-child>* {
    border-bottom: 0;
}
.lemx-table thead th {
    color: #fff;
    background: var(--blue);
    font-weight: 800;
}
.lemx-table tbody th {
    color: var(--blue);
    background: #f4f7fc;
    font-weight: 800;
}
.lemx-table tbody td {
    background: #fff;
}
.lemx-subject-title {
    margin-bottom: 38px;
}
.lemx-subject-title span {
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .12em;
    color: var(--blue);
}
.lemx-subject-title h2 {
    font-size: 35px;
    line-height: 1.45;
    letter-spacing: -1px;
}
.lemx-hero:before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle,#0c3994 1px,transparent 1px);
    background-size: 26px 26px;
    opacity: .04;
    pointer-events: none;
}
.lemx-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    top: -80px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(12,57,148,.06);
    filter: blur(24px);
    pointer-events: none;
}
.lemx-hero__copy,
.lemx-hero__symbol {
    position: relative;
    z-index: 2;
}
.lemx-hero__symbol span {
    background: #fff;
    border: 1px solid #e5e8ef;
    box-shadow: 0 18px 40px rgba(12,57,148,.08);
    transition: .3s;
}
.lemx-hero__symbol span:hover {
    transform: translateY(-8px);
}
@media (max-width:1000px) {
    .lemx-hero__inner {
        grid-template-columns: 1fr;
    }
    .lemx-hero__symbol {
        display: none;
    }
    .lemx-values {
        grid-template-columns: 1fr;
    }
    .lemx-detail {
        grid-template-columns: 1fr;
    }
    .lemx-detail__title h2 {
        margin-top: 20px;
    }
    .lemx-mind {
        grid-template-columns: 1fr;
    }
    .lemx-mind__cert {
        max-width: 320px;
        width: 100%;
        margin: 0 auto;
    }
    .lemx-english-points {
        grid-template-columns: repeat(2,1fr);
    }
}
@media (max-width:700px) {
    .lemx-container {
        width: calc(100% - 30px);
    }
    .lemx-hero {
        padding: 110px 0 75px;
    }
    .lemx-hero h1 {
        font-size: 62px;
    }
    .lemx-hero__text {
        font-size: 20px;
        line-height: 1.5;
    }
    .lemx-section {
        padding: 75px 0;
    }
    .lemx-heading h2 {
        font-size: 30px;
    }
    .lemx-detail__title {
        padding: 32px 26px;
    }
    .lemx-detail__title h2 {
        font-size: 24px;
    }
    .lemx-detail__body {
        padding: 30px 25px;
    }
    .lemx-detail__body p br {
        display: none;
    }
    .lemx-mind {
        padding: 30px 22px;
    }
    .lemx-mind__content h2 {
        font-size: 28px;
    }
    .lemx-roadmap .lemx-container {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .lemx-roadmap h2 {
        order: -1;
        font-size: 32px;
    }
    .lemx-english-points {
        grid-template-columns: 1fr;
    }
    .lemx-subject-title h2 {
        font-size: 27px;
    }
}

/* 기존 페이지들과 글자 크기 및 디자인 통일 */
.lemx-page {
    font-family: inherit;
    color: #222;
}
.lemx-page h1,
.lemx-page h2,
.lemx-page h3,
.lemx-page strong,
.lemx-page b,
.lemx-page th {
    font-weight: 600;
}
.lemx-container {
    width: 100%;
    max-width: 1300px;
    padding-left: 20px;
    padding-right: 20px;
}
.lemx-hero {
    position: relative;
    overflow: hidden;
    padding: 120px 0 100px;
    background: radial-gradient(circle at 82% 30%, rgba(12,57,148,.08), transparent 30%),
        radial-gradient(circle at 15% 20%, rgba(12,57,148,.05), transparent 28%),
        linear-gradient(180deg,#f8fbff 0%,#eef5ff 100%);
    color: #222;
    background: radial-gradient(circle at 82% 28%,color-mix(in srgb,var(--primary) 8%,transparent) 0,transparent 30%),
        #fff;
    border-bottom: 1px solid #e5e8ec;
}
.lemx-hero:before {
    display: none;
}
.lemx-kicker {
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
}
.lemx-hero h1 {
    margin-top: 18px;
    color: #111;
    font-size: 40px;
    font-weight: 600;
}
.lemx-hero__text {
    color: #333;
    font-size: 22px;
    font-weight: 500;
}
.lemx-slogan {
    padding-left: 18px;
    border-left: 3px solid var(--primary);
}
.lemx-slogan strong {
    font-size: 18px;
}
.lemx-slogan span {
    font-size: 15px;
    color: #777;
}
.lemx-hero__symbol {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    background: transparent;

    box-shadow: none;
}
.lemx-hero__symbol span {
    width: 98px;
    height: 118px;
    border: 1px solid #e2e6eb;
    border-radius: 24px;
    background: #fff;
    font-size: 38px;
    font-weight: 600;
    box-shadow: 0 14px 34px rgba(0,0,0,.05);
}
.lemx-section {
    padding: 90px 0;
}
.lemx-section--soft {
    background: #f7f8fa;
}
.lemx-heading {
    margin-bottom: 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e7eb;
    text-align: left;
}
.lemx-heading span,
.lemx-subject-title span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
}
.lemx-heading h2,
.lemx-subject-title h2,
.lemx-roadmap h2 {
    color: #111;
    font-size: 36px;
    font-weight: 600;
}
.lemx-values {
    gap: 20px;
}
.lemx-value {
    min-height: 250px;
    padding: 34px 30px;
    border: 1px solid #e2e6eb;
    border-radius: 20px;
    box-shadow: none;
}
.lemx-value__mark {
    position: static;
    margin-bottom: 38px;
    color: var(--primary);
    font-size: 14px;
    font-weight: 600;
}
.lemx-value h3 {
    font-size: 25px;
}
.lemx-value h3 b {
    color: var(--primary);
    font-size: 20px;
}
.lemx-value p {
    margin-top: 18px;
    color: #667085;
    font-size: 16px;
    font-weight: 500;
}
.lemx-value--thinking,
.lemx-value--control,
.lemx-value--exchange {
    border-top: 1px solid #e2e6eb;
}
.lemx-detail {
    grid-template-columns: 290px minmax(0,1fr);
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border-top: 1px solid #dfe3e8;
}
.lemx-detail:first-child {
    border-top: 0;
}
.lemx-detail__title {
    padding: 48px 0;
    color: #111;
    background: transparent !important;
}
.lemx-detail__title span {
    color: var(--primary);
    font-size: 15px;
    font-weight: 600;
}
.lemx-detail__title h2 {
    margin-top: 12px;
    font-size: 30px;
    font-weight: 600;
}
.lemx-detail__body {
    padding: 48px 0 48px 60px;
}
.lemx-detail__body h3 {
    color: #111;
    font-size: 20px;
    font-weight: 600;
}
.lemx-detail__body p {
    color: #444;
    font-size: 16px;
    line-height: 1.9;
}
.lemx-detail__body p br {
    display: none;
}
.lemx-mind {
    display: block;
    padding: 46px;
    border: 1px solid #e2e6eb;
    border-radius: 22px;
    background: #fff;
}
.lemx-mind__content h2 {
    font-size: 30px;
    font-weight: 600;
}
.lemx-mind__content>p {
    font-size: 16px;
}
.lemx-mind__box {
    background: #f7f8fa;
    border-radius: 16px;
}
.lemx-mind__box h3 {
    color: var(--primary);
    font-size: 21px;
    font-weight: 600;
}
.lemx-mind__box p,
.lemx-mind__box li {
    font-size: 15px;
}
.lemx-roadmap {
    padding: 74px 0;
    background: var(--primary);
}
.lemx-roadmap .lemx-container {
    display: block;
    text-align: left;
}
.lemx-roadmap h2 {
    color: #fff;
}
.lemx-english-points div {
    border: 1px solid #e2e6eb;
    border-radius: 16px;
    background: #fff;
}
.lemx-english-points strong {
    font-size: 17px;
}
.lemx-english-points span {
    color: #777;
    font-size: 14px;
}
.lemx-table-wrap h3 {
    font-size: 22px;
    font-weight: 600;
}
.lemx-table {
    border-collapse: collapse;
    border-radius: 0;
    border-top: 2px solid color-mix(in srgb,var(--primary) 65%,#777);
}
.lemx-table th,
.lemx-table td {
    padding: 16px 14px;
    border: 1px solid #dfe3e8;
    color: #444;
    font-size: 16px;
    line-height: 1.55;
}
.lemx-table thead th {
    color: #26364a;
    background: #f7f8fa;
}
.lemx-table tbody th {
    color: #344054;
    background: #fafbfc;
}
.lemx-subject-title {
    padding-bottom: 22px;
    border-bottom: 1px solid #e4e7eb;
}
html:not(.aos-enabled) .lemx-page [data-aos] {
    opacity: 1;
    transform: none;
}
@media (max-width:1000px) {
    .lemx-detail {
        grid-template-columns: 1fr;
    }
    .lemx-detail__body {
        padding: 0 0 38px;
    }
}
@media (max-width:700px) {
    .lemx-container {
        width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }
    .lemx-hero {
        padding: 64px 0 58px;
    }
    .lemx-hero h1 {
        font-size: 34px;
    }
    .lemx-hero__text {
        font-size: 19px;
    }
    .lemx-section {
        padding: 62px 0;
    }
    .lemx-heading h2,
    .lemx-subject-title h2,
    .lemx-roadmap h2 {
        font-size: 28px;
    }
    .lemx-detail__title h2,
    .lemx-mind__content h2 {
        font-size: 25px;
    }
    .lemx-detail__body h3 {
        font-size: 18px;
    }
    .lemx-detail__body p {
        font-size: 15px;
    }
    .lemx-mind {
        padding: 26px 20px;
    }
    .lemx-table th,
    .lemx-table td {
        padding: 13px 11px;
        font-size: 15px;
    }
}

/* LEM 상단 비주얼 - 참고 이미지 스타일 */
.lemx-page .lemx-hero {
    position: relative;
    overflow: hidden;
    min-height: 350px;
    padding: 78px 0 68px;
    color: #fff;
    background: radial-gradient(circle at 78% 48%,rgba(255,255,255,.06) 0,rgba(255,255,255,.025) 21%,transparent 40%),
        linear-gradient(110deg,#12275e 0%,#1c347a 50%,#2d4aa0 100%);
    border-bottom: 0;
}
.lemx-page .lemx-hero:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    opacity: .11;
    background-image: linear-gradient(rgba(255,255,255,.16) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.16) 1px,transparent 1px);
    background-size: 52px 52px;
    pointer-events: none;
}
.lemx-page .lemx-hero:after {
    content: "";
    position: absolute;
    right: -150px;
    top: -100px;
    width: 520px;
    height: 520px;
    border-radius: 50%;
    background: rgba(255,255,255,.035);
    filter: none;
    pointer-events: none;
}
.lemx-page .lemx-hero__inner {
    display: grid;
    grid-template-columns: minmax(0,1fr) 390px;
    align-items: center;
    gap: 70px;
    position: relative;
    z-index: 2;
}
.lemx-page .lemx-hero__copy,
.lemx-page .lemx-hero__symbol {
    position: relative;
    z-index: 2;
}
.lemx-page .lemx-kicker {
    color: #c9d6ff;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .18em;
}
.lemx-page .lemx-hero h1 {
    margin-top: 18px;
    color: #fff;
    font-size: 64px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
}
.lemx-page .lemx-hero__text {
    margin-top: 16px;
    color: #fff;
    font-size: 20px;
    line-height: 1.55;
    font-weight: 600;
}
.lemx-page .lemx-slogan {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 28px;
    padding-left: 0;
    border-left: 0;
}
.lemx-page .lemx-slogan strong {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
}
.lemx-page .lemx-slogan span {
    color: #c3d1f2;
    font-size: 12px;
    line-height: 1.5;
}
.lemx-page .lemx-hero__symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    width: 300px;
    height: 300px;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 50%;
    background: rgba(255,255,255,.035);
    box-shadow: inset 0 0 0 36px rgba(255,255,255,.025);
}
.lemx-page .lemx-hero__symbol:before {
    content: "";
    position: absolute;
    inset: 42px;
    border-radius: 50%;
    background: rgba(255,255,255,.025);
}
.lemx-page .lemx-hero__symbol span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 0;
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(0,0,0,.10);
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    transition: .25s ease;
}
.lemx-page .lemx-hero__symbol span:nth-child(1) {
    color: #1e3f9a;
}
.lemx-page .lemx-hero__symbol span:nth-child(2) {
    color: #4b927f;
}
.lemx-page .lemx-hero__symbol span:nth-child(3) {
    color: #d99246;
}
.lemx-page .lemx-hero__symbol span:hover {
    transform: translateY(-5px);
}
@media (max-width:1000px) {
    .lemx-page .lemx-hero__inner {
        grid-template-columns: 1fr;
        gap: 34px;
    }
    .lemx-page .lemx-hero__symbol {
        width: 250px;
        height: 250px;
        margin: 0 auto;
    }
}
@media (max-width:700px) {
    .lemx-page .lemx-hero {
        min-height: auto;
        padding: 58px 0 54px;
    }
    .lemx-page .lemx-hero h1 {
        font-size: 44px;
        letter-spacing: .14em;
    }
    .lemx-page .lemx-hero__text {
        font-size: 18px;
    }
    .lemx-page .lemx-slogan {
        margin-top: 24px;
    }
    .lemx-page .lemx-hero__symbol {
        width: 210px;
        height: 210px;
        box-shadow: inset 0 0 0 26px rgba(255,255,255,.025);
    }
    .lemx-page .lemx-hero__symbol:before {
        inset: 32px;
    }
    .lemx-page .lemx-hero__symbol span {
        width: 48px;
        height: 48px;
        border-radius: 14px;
        font-size: 22px;
    }
}
/* 최종 LEM HERO 통합 스타일 */
.lemx-page .lemx-hero {
    position: relative;
    overflow: hidden;
    min-height: 430px;
    padding: 96px 0 88px;
    color: #fff;
    background: radial-gradient(circle at 82% 46%,rgba(255,255,255,.08) 0,rgba(255,255,255,.03) 22%,transparent 43%),
        linear-gradient(115deg,#17233f 0%,#263e72 52%,#4967b7 100%);
    border-bottom: 0;
}
.lemx-page .lemx-hero:before {
    content: "";
    display: block;
    position: absolute;
    inset: 0;
    opacity: .08;
    background-image: linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px);
    background-size: 54px 54px;
    pointer-events: none;
}
.lemx-page .lemx-hero:after {
    content: "";
    position: absolute;
    right: -120px;
    top: -95px;
    width: 560px;
    height: 560px;
    border-radius: 50%;
    background: rgba(255,255,255,.045);
    pointer-events: none;
}
.lemx-page .lemx-hero__inner {
    display: grid;
    grid-template-columns: minmax(0,1fr) 430px;
    align-items: center;
    gap: 90px;
    position: relative;
    z-index: 2;
}
.lemx-page .lemx-hero__copy,
.lemx-page .lemx-hero__symbol {
    position: relative;
    z-index: 2;
}
.lemx-page .lemx-kicker {
    color: #d7e1ff;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: .17em;
}
.lemx-page .lemx-hero h1 {
    margin-top: 20px;
    color: #fff;
    font-size: 88px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0;
}
.lemx-page .lemx-hero__text {
    margin-top: 22px;
    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: -.03em;
}
.lemx-page .lemx-slogan {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: 32px;
    padding-left: 0;
    border-left: 0;
}
.lemx-page .lemx-slogan strong {
    color: #fff;
    font-size: 22px;
    line-height: 1.5;
    font-weight: 600;
}
.lemx-page .lemx-slogan span {
    color: #cfdbf7;
    font-size: 15px;
    line-height: 1.5;
}
.lemx-page .lemx-hero__symbol {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 370px;
    height: 370px;
    margin-left: auto;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    background: rgba(255,255,255,.035);
    box-shadow: inset 0 0 0 48px rgba(255,255,255,.025);
}
.lemx-page .lemx-hero__symbol:before {
    content: "";
    position: absolute;
    inset: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,.025);
}
.lemx-page .lemx-hero__symbol span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border: 0;
    border-radius: 21px;
    background: #fff;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    font-size: 33px;
    line-height: 1;
    font-weight: 600;
    transition: transform .25s ease,box-shadow .25s ease;
}
.lemx-page .lemx-hero__symbol span:nth-child(1) {
    color: #284aa8;
}
.lemx-page .lemx-hero__symbol span:nth-child(2) {
    color: #4b927f;
}
.lemx-page .lemx-hero__symbol span:nth-child(3) {
    color: #d99246;
}
.lemx-page .lemx-hero__symbol span:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(0,0,0,.16);
}
@media (max-width:1000px) {
    .lemx-page .lemx-hero {
        min-height: auto;
        padding: 82px 0 74px;
    }
    .lemx-page .lemx-hero__inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }
    .lemx-page .lemx-hero__symbol {
        width: 300px;
        height: 300px;
        margin: 0 auto;
        box-shadow: inset 0 0 0 38px rgba(255,255,255,.025);
    }
    .lemx-page .lemx-hero__symbol:before {
        inset: 44px;
    }
    .lemx-page .lemx-hero h1 {
        font-size: 72px;
    }
    .lemx-page .lemx-hero__text {
        font-size: 26px;
    }
}
@media (max-width:700px) {
    .lemx-page .lemx-hero {
        padding: 64px 0 58px;
    }
    .lemx-page .lemx-kicker {
        font-size: 14px;
    }
    .lemx-page .lemx-hero h1 {
        font-size: 52px;
        letter-spacing: .13em;
    }
    .lemx-page .lemx-hero__text {
        margin-top: 18px;
        font-size: 21px;
        line-height: 1.55;
    }
    .lemx-page .lemx-slogan {
        margin-top: 26px;
    }
    .lemx-page .lemx-slogan strong {
        font-size: 18px;
    }
    .lemx-page .lemx-slogan span {
        font-size: 14px;
    }
    .lemx-page .lemx-hero__symbol {
        width: 230px;
        height: 230px;
        gap: 7px;
        box-shadow: inset 0 0 0 28px rgba(255,255,255,.025);
    }
    .lemx-page .lemx-hero__symbol:before {
        inset: 34px;
    }
    .lemx-page .lemx-hero__symbol span {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        font-size: 25px;
    }
}