@charset "UTF-8";
@layer Reset, Header, Button, Visual, Heading, Base, Typography, Space, Line, Breadcrumb, Footer, Align, Space, Input, Font, List, Tab, Pagination, Board, Media, Slider, Intro, Modal, Thanks, Terms, Calendar, Thanks, Music, Wenzine;
:root {
  /* Colors */
  --black00: #000000;
  --black0c: #0C0C0C;
  --black26: #262626;
  --black2a: #2a2a2a;
  --black1e: #1E293B;
  --navy1e: #1E3A6C;
  --navy09: #09388B;
  --navy13: #134191;
  --navy29: #2945AE;
  --navy34: #344EAD;
  --bluea6: #A6B9FF;
  --gray44: #444444;
  --gray40: #404446;
  --gray5d: #5D5D5D;
  --gray76: #767676;
  --gray78: #787878;
  --gray85: #858585;
  --gray82: #828282;
  --gray84: #848484;
  --gray85: #858585;
  --graya0: #A0A0A0;
  --graya6: #A6A6A6;
  --grayb3: #B3B3B3;
  --graycf: #cfcfcf;
  --grayd4: #D4D4D4;
  --grayd9: #D9D9D9;
  --bluee4: #E4EBFE;
  --graye4: #E4E4E4;
  --graye1: #E1E1E3;
  --grayed: #EDEDED;
  --grayec: #ECECEC;
  --grayef: #EFF1F3;
  --grayee: #EEE;
  --graye9: #E9E9E9;
  --grayf3: #f3f3f3;
  --grayf4: #f4f4f4;
  --grayf5: #F5F9FE;
  --grayf6: #f6f6f6;
  --grayf8: #f8f8f8;
  --grayf9: #F9F9F9;
  --grayf69: #F6F9FF;
  --grayfb: #FBFBFB;
  --grayfc: #FCFCFC;
  --white: #ffffff;
  --in-sine: cubic-bezier(0.47, 0, 0.745, 0.715);
  --out-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --inout-sine: cubic-bezier(0.39, 0.575, 0.565, 1);
  --in-quad: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  --out-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --inout-quad: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --in-cubic: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  --out-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --inout-cubic: cubic-bezier(0.215, 0.61, 0.355, 1);
  --in-quart: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  --out-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --inout-quart: cubic-bezier(0.165, 0.84, 0.44, 1);
  --in-quint: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  --out-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --inout-quint: cubic-bezier(0.23, 1, 0.32, 1);
  --in-expo: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  --out-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --inout-expo: cubic-bezier(0.19, 1, 0.22, 1);
  --in-circ: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  --out-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --inout-circ: cubic-bezier(0.075, 0.82, 0.165, 1);
  --in-back: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  --out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  --inout-back: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.relative {
  position: relative;
}

@layer Typography {
  .text.ico1 {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  .text.ico1::before {
    display: block;
    content: "";
    width: 3.3rem;
    height: 3.3rem;
    background: url(../../images/ico_bible.svg) 0 0/contain;
  }
  .text.ico2 {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .text.ico2::before {
    display: block;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: url(../../images/ico_electric.svg) 0 0/contain;
  }
  .text.ico3 {
    position: relative;
    margin-right: 5px;
  }
  .text.ico3::before {
    position: absolute;
    top: 50%;
    left: -9.5px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 1px;
    height: 12px;
    background: var(--grayd4);
  }
  .text.ico4 {
    display: flex;
    align-items: center;
    gap: 0.4rem;
  }
  .text.ico4::before {
    display: block;
    content: "";
    width: 1.8rem;
    height: 1.8rem;
    background: url(../../images/ico_alert_blue.svg) 0 0/contain;
  }
  .text.ico5 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .text.ico5::before {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../images/ico_bus.svg) 0 0/contain;
  }
  .text.ico6 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .text.ico6::before {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../images/ico_check_green_line.svg) 0 0/contain;
  }
  .text.ico7 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .text.ico7::before {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../images/ico_speaker.svg) 0 0/contain;
  }
  .text.ico8 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .text.ico8::before {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../images/ico_call.svg) 0 0/contain;
  }
  .text.ico9 {
    display: flex;
    align-items: center;
    gap: 0.6rem;
  }
  .text.ico9::after {
    display: block;
    content: "";
    width: 3.2rem;
    height: 3.2rem;
    background: url(../../images/ico_calendar.svg) 0 0/contain;
  }
  .text.ico10 {
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
  .text.ico10::before {
    display: block;
    content: "";
    width: 2px;
    height: 2px;
    background: var(--black00);
  }
  .text.white {
    color: var(--white);
  }
  .text.graya0 {
    color: var(--graya0);
  }
  .text.grayed {
    color: var(--grayed);
  }
  .text.grayb3 {
    color: var(--grayb3);
  }
  .text.grayf6 {
    color: var(--grayf6);
  }
  .text.grayec {
    color: var(--grayec);
  }
  .text.grayee {
    color: var(--grayee);
  }
  .text.grayf5 {
    color: var(--grayf5);
  }
  .text.gray5d {
    color: var(--gray5d);
  }
  .text.gray85 {
    color: var(--gray85);
  }
  .text.gray84 {
    color: var(--gray84);
  }
  .text.gray44 {
    color: var(--gray44);
  }
  .text.gray40 {
    color: var(--gray40);
  }
  .text.graye1 {
    color: var(--graye1);
  }
  .text.bluea6 {
    color: var(--bluea6);
  }
  .text.bluee4 {
    color: var(--bluee4);
  }
  .text.navy09 {
    color: var(--navy09);
  }
  .text.navy34 {
    color: var(--navy34);
  }
  .text.black00 {
    color: var(--black00);
  }
  .text.black0c {
    color: var(--black0c);
  }
  .text.black2a {
    color: var(--black2a);
  }
  .text.black1e {
    color: var(--black1e);
  }
  .text.gradient1 {
    background: linear-gradient(90deg, #0090D0 0%, #3FD0C1 48.5%, #0090D0 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .text.fz10 {
    font-size: 1rem;
  }
  .text.fz13 {
    font-size: 1.3rem;
  }
  .text.fz14 {
    font-size: 1.4rem;
  }
  .text.fz15 {
    font-size: 1.5rem;
  }
  .text.fz16 {
    font-size: 1.6rem;
  }
  .text.fz17 {
    font-size: 1.7rem;
  }
  .text.fz18 {
    font-size: 1.8rem;
  }
  .text.fz19 {
    font-size: 1.9rem;
  }
  .text.fz20 {
    font-size: 2rem;
  }
  .text.fz22 {
    font-size: 2.2rem;
  }
  .text.fz23 {
    font-size: 2.3rem;
  }
  .text.fz24 {
    font-size: 2.4rem;
  }
  .text.fz26 {
    font-size: 2.6rem;
  }
  .text.fz28 {
    font-size: 2.8rem;
  }
  .text.fz32 {
    font-size: 3.2rem;
  }
  .text.fz34 {
    font-size: 3.4rem;
  }
  .text.fz45 {
    font-size: 4.5rem;
  }
  .text.fz48 {
    font-size: 4.8rem;
  }
  .text.fz53 {
    font-size: 5.3rem;
  }
  @media screen and (max-width: 600px) {
    .text.fz20-mo {
      font-size: 2rem;
    }
  }
  .text.fw400 {
    font-weight: 400;
  }
  .text.fw500 {
    font-weight: 500;
  }
  .text.fw600 {
    font-weight: 600;
  }
  .text.fw700 {
    font-weight: 700;
  }
  .text.fw800 {
    font-weight: 800;
  }
  .text.lh100 {
    line-height: 100%;
  }
  .text.lh160 {
    line-height: 160%;
  }
  .text.lh180 {
    line-height: 180%;
  }
  .text.lh200 {
    line-height: 200%;
  }
  .text.roboto {
    font-family: Roboto;
  }
  .text.text-center {
    text-align: center;
  }
  .text.text-right {
    text-align: right;
  }
  .text.yoon {
    font-family: "YoonGothicPro750", "Pretendard";
  }
  .text.sandoll {
    font-family: "GongGothicMedium";
    font-weight: normal;
  }
  .text.pretendard {
    font-family: "Pretendard";
  }
  label {
    display: block;
  }
  label.ico-essential {
    display: flex;
  }
  label.ico-essential::after {
    display: block;
    content: "*";
    color: #F00;
    margin-left: 5px;
  }
}
@layer Space {
  .pl10 {
    padding-left: 1rem;
  }
  .pl44 {
    padding-left: 4.4rem;
  }
  .pt8 {
    padding-top: 0.8rem;
  }
  .pt10 {
    padding-top: 1rem;
  }
  .pt14 {
    padding-top: 1.4rem;
  }
  .pt16 {
    padding-top: 1.6rem;
  }
  .pt20 {
    padding-top: 2rem;
  }
  .pt24 {
    padding-top: 2.4rem;
  }
  .pt30 {
    padding-top: 3rem;
  }
  .pt35 {
    padding-top: 3.5rem;
  }
  .pt40 {
    padding-top: 4rem;
  }
  .pt42 {
    padding-top: 4.2rem;
  }
  .pt52 {
    padding-top: 5.2rem;
  }
  .pt60 {
    padding-top: 6rem;
  }
  .pt100 {
    padding-top: 10rem;
  }
  .pt120 {
    padding-top: 12rem;
  }
  .pb10 {
    padding-bottom: 1rem;
  }
  .pb12 {
    padding-bottom: 1.2rem;
  }
  .pb16 {
    padding-bottom: 1.6rem;
  }
  .pb17 {
    padding-bottom: 1.7rem;
  }
  .pb18 {
    padding-bottom: 1.8rem;
  }
  .pb20 {
    padding-bottom: 2rem;
  }
  .pb22 {
    padding-bottom: 2.2rem;
  }
  .pb24 {
    padding-bottom: 2.4rem;
  }
  .pb30 {
    padding-bottom: 3rem;
  }
  .pb36 {
    padding-bottom: 3.6rem;
  }
  .pb40 {
    padding-bottom: 4rem;
  }
  .pb42 {
    padding-bottom: 4.2rem;
  }
  .pb45 {
    padding-bottom: 4.5rem;
  }
  .pb46 {
    padding-bottom: 4.6rem;
  }
  .pb50 {
    padding-bottom: 5rem;
  }
  .pb62 {
    padding-bottom: 6.2rem;
  }
  .pb68 {
    padding-bottom: 6.8rem;
  }
  .pb70 {
    padding-bottom: 7rem;
  }
  .pb100 {
    padding-bottom: 10rem;
  }
  .pb120 {
    padding-bottom: 12rem;
  }
  .px10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .px16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .px20 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .px24 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  .px30 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .px60 {
    padding-left: 6rem;
    padding-right: 6rem;
  }
  .py10 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .py16 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }
  .py20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .py24 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
  .py30 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .py40 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .py60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .ml4 {
    margin-left: 0.4rem;
  }
  .ml8 {
    margin-left: 0.8rem;
  }
  .ml10 {
    margin-left: 1rem;
  }
  .ml12 {
    margin-left: 1.2rem;
  }
  .ml14 {
    margin-left: 1.4rem;
  }
  .ml16 {
    margin-left: 1.6rem;
  }
  .ml20 {
    margin-left: 2rem;
  }
  .ml50 {
    margin-left: 5rem;
  }
  .mr8 {
    margin-right: 0.8rem;
  }
  .mr12 {
    margin-right: 1.2rem;
  }
  .mr14 {
    margin-right: 1.4rem;
  }
  .mr28 {
    margin-right: 2.8rem;
  }
  .mt10 {
    margin-top: 1rem;
  }
  .mt12 {
    margin-top: 1.2rem;
  }
  .mt16 {
    margin-top: 1.6rem;
  }
  .mt20 {
    margin-top: 2rem;
  }
  .mt22 {
    margin-top: 2.2rem;
  }
  .mt24 {
    margin-top: 2.4rem;
  }
  .mt27 {
    margin-top: 2.7rem;
  }
  .mt28 {
    margin-top: 2.8rem;
  }
  .mt30 {
    margin-top: 3rem;
  }
  .mt40 {
    margin-top: 4rem;
  }
  .mt50 {
    margin-top: 5rem;
  }
  .mt52 {
    margin-top: 5.2rem;
  }
  .mt60 {
    margin-top: 6rem;
  }
  .mt80 {
    margin-top: 8rem;
  }
  .mt90 {
    margin-top: 9rem;
  }
  .mt100 {
    margin-top: 10rem;
  }
  .mt120 {
    margin-top: 12rem;
  }
  .mt200 {
    margin-top: 20rem;
  }
  .mb6 {
    margin-bottom: 0.6rem;
  }
  .mb8 {
    margin-bottom: 0.8rem;
  }
  .mb12 {
    margin-bottom: 1.2rem;
  }
  .mb16 {
    margin-bottom: 1.6rem;
  }
  .mb20 {
    margin-bottom: 2rem;
  }
  .mb24 {
    margin-bottom: 2.4rem;
  }
  .mb25 {
    margin-bottom: 2.5rem;
  }
  .mb30 {
    margin-bottom: 3rem;
  }
  .mb40 {
    margin-bottom: 4rem;
  }
  .mb43 {
    margin-bottom: 4.3rem;
  }
  .mb50 {
    margin-bottom: 5rem;
  }
  .mb60 {
    margin-bottom: 6rem;
  }
  .mb90 {
    margin-bottom: 9rem;
  }
  .mb100 {
    margin-bottom: 10rem;
  }
  .mb120 {
    margin-bottom: 12rem;
  }
  .mb200 {
    margin-bottom: 20rem;
  }
  @media screen and (width < 1000px) {
    .pb20-mo {
      padding-bottom: 2rem;
    }
    .py0-mo {
      padding-top: 0;
      padding-bottom: 0;
    }
    .py40-mo {
      padding-top: 4rem;
      padding-bottom: 4rem;
    }
    .mt20-mo {
      margin-top: 2rem;
    }
    .mt24-mo {
      margin-top: 2.4rem;
    }
    .mt40-mo {
      margin-top: 4rem;
    }
    .ml0-mo {
      margin-left: 0;
    }
    .mt40-mo {
      margin-top: 4rem;
    }
    .px16-mo {
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
    .pt20-mo {
      padding-top: 2rem;
    }
    .pt30-mo {
      padding-top: 3rem;
    }
    .pt40-mo {
      padding-top: 4rem;
    }
    .pb10-mo {
      padding-bottom: 1rem;
    }
    .pb20-mo {
      padding-bottom: 2rem;
    }
  }
}
@layer Line {
  .border-topd7 {
    border-top: 1px solid var(--grayd7);
  }
}
@layer Font {
  @font-face {
    font-family: "YoonGothicPro750"; /* 확인한 폰트 이름 */
    src: url("../font/YoonGothicPro750.woff2") format("woff2"), url("../font/YoonGothicPro750.woff") format("woff"), url("../font/YoonGothicPro750.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
  }
  @font-face {
    font-family: "YoonGothicPro770";
    src: url("../font/YoonGothicPro770.woff2") format("woff2"), url("../font/YoonGothicPro770.woff") format("woff"), url("../font/YoonGothicPro770.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
  }
  @font-face {
    font-family: "GongGothicMedium";
    src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff") format("woff");
    font-weight: normal;
    font-style: normal;
  }
}
/* 필요에 따라 다른 폰트 파일도 추가 */
@layer Reset {
  @import url("https://cdn.jsdelivr.net/npm/pretendard@latest/dist/web/pretendard.css");
  * {
    box-sizing: border-box;
  }
  html, body {
    font-size: 62.5%;
    font-family: "YoonGothicPro750";
  }
  /* Reset */
  html,
  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  div,
  p,
  blockquote,
  pre,
  code,
  address,
  ul,
  ol,
  li,
  nav,
  section,
  article,
  header,
  footer,
  main,
  aside,
  dl,
  dt,
  dd,
  table,
  thead,
  tbody,
  tfoot,
  label,
  caption,
  th,
  td,
  form,
  fieldset,
  legend,
  hr,
  input,
  button,
  textarea,
  object,
  figure,
  figcaption {
    margin: 0;
    padding: 0;
  }
  body,
  input,
  select,
  textarea,
  button,
  img,
  fieldset {
    border: none;
  }
  button, input, textarea, select {
    font-family: inherit; /* 부모 요소(html, body)에서 설정한 폰트 사용 */
  }
  button, a {
    touch-action: manipulation;
  }
  img {
    width: 100%;
  }
  ul,
  ol,
  li {
    list-style: none;
  }
  table {
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    table-layout: fixed;
  }
  address,
  cite,
  code,
  em,
  i {
    font-style: normal;
    font-weight: normal;
  }
  label,
  img,
  input,
  select,
  textarea,
  button,
  a {
    vertical-align: middle;
  }
  u,
  ins,
  a {
    text-decoration: none;
  }
  button {
    cursor: pointer;
    background: transparent;
  }
  a {
    color: inherit;
  }
  /* Normalize */
  input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
  }
  input[type=number] {
    -moz-appearance: textfield;
  }
  input[type=number],
  input[type=text],
  input[type=password],
  input[type=url],
  input[type=email],
  input[type=tel],
  input[type=date],
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }
  textarea:focus {
    outline: 2px solid #A6B9FF; /* 파란색 아웃라인 */
    border-color: #A6B9FF; /* 테두리 색상 변경 */
  }
  input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
  }
  input[type=date] {
    position: relative;
  }
  input[type=date]::-webkit-clear-button,
  input[type=date]::-webkit-inner-spin-button {
    display: none;
  }
  input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
    width: 100%;
    height: 100%;
  }
  input[type=date] {
    position: relative;
    width: 100px;
  }
  input[type=date]::before {
    content: attr(data-placeholder);
    width: 100%;
  }
  input[type=date]:valid::before {
    display: none;
  }
  input[type=time] {
    width: 100%;
    appearance: none; /* 브라우저 기본 스타일 제거 */
    -webkit-appearance: none;
    -moz-appearance: none;
  }
  input[readonly] {
    background-color: #f0f0f0; /* 배경색 변경 */
    color: #888; /* 글자 색상 변경 */
    border: 1px solid #ccc; /* 테두리 색상 변경 */
    cursor: not-allowed; /* 커서 변경 */
  }
  input:focus {
    outline: 2px solid #A6B9FF; /* 파란색 아웃라인 */
    border-color: #A6B9FF; /* 테두리 색상 변경 */
  }
  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  select:focus {
    outline: 2px solid #A6B9FF; /* 파란색 아웃라인 */
    border-color: #A6B9FF; /* 테두리 색상 변경 */
  }
  html {
    font-size: 62.5%;
    -webkit-text-size-adjust: none;
  }
  @media screen and (width < 768px) {
    html {
      font-size: 52%;
    }
  }
  body {
    font-size: 1rem;
    /* 스크롤바 전체 스타일 */
    /* 스크롤바 트랙 (배경) */
    /* 스크롤바 핸들 (움직이는 부분) */
    /* 스크롤바 핸들에 마우스 오버 시 */
  }
  body::-webkit-scrollbar {
    width: 10px; /* 세로 스크롤바 너비 */
    height: 10px; /* 가로 스크롤바 높이 */
  }
  body::-webkit-scrollbar-track {
    background: #f1f1f1; /* 연한 회색 */
    border-radius: 4px;
  }
  body::-webkit-scrollbar-thumb {
    background: #134191; /* 중간 회색 */
    border-radius: 4px;
  }
  body::-webkit-scrollbar-thumb:hover {
    background: #09388B; /* 더 진한 회색 */
  }
  caption,
  legend,
  .a11y-hidden {
    overflow: hidden;
    display: block;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
  }
  @media print {
    .header,
    .footer,
    .visual {
      display: none;
    }
    .page-break {
      page-break-before: always;
    }
  }
  @page {
    margin: 1cm 2cm;
  }
  .print {
    display: block;
  }
  @media screen {
    .print {
      display: none;
    }
  }
  .wrap {
    padding-top: 10rem;
  }
  @media screen and (max-width: 1000px) {
    .wrap {
      padding-top: 5.2rem;
    }
  }
}
@layer Button {
  .btn.primary {
    background: var(--navy09);
    color: var(--white);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    border-radius: 6px;
  }
  .btn.kakao {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.8rem;
    background: #FEE500;
    color: #000;
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 500;
    border-radius: 6px;
  }
  .btn.kakao::before {
    display: block;
    content: "";
    width: 2.2rem;
    height: 2rem;
    background: url(../../images/ico_kakao.svg) no-repeat 0 0/contain;
  }
  .btn.line {
    border: 1px solid var(--navy09);
    padding: 0 1.8rem;
    border-radius: 6px;
    background: var(--white);
    color: var(--navy09);
    font-size: 1.5rem;
    font-weight: 600;
  }
  .btn.line2 {
    border: 1px solid var(--graya6);
    border-radius: 6px;
    background: var(--white);
    color: var(--black26);
    font-size: 1.5rem;
    font-weight: 600;
  }
  .btn.line3 {
    border: 1px solid var(--white);
    border-radius: 6px;
    background: transparent;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: 600;
  }
  .btn.lg {
    height: 6.5rem;
  }
  .btn.md {
    height: 5.6rem;
  }
  .btn.md2 {
    height: 5.3rem;
  }
  .btn.sm {
    height: 4.3rem;
    padding: 0 1.6rem;
  }
  .btn.link {
    color: var(--gray5d);
    text-align: center;
    font-size: 13px;
    line-height: 160%;
    text-decoration: underline;
  }
  .btn.ico-search {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
  }
  .btn.ico-search::after {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../images/ico_search.svg) no-repeat center center/contain;
  }
  .btn-eye {
    width: 24px;
    height: 24px;
    position: absolute;
    background: url(../images/ico_eye_off.svg) no-repeat 0 0/contain;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .btn-eye.active {
    background: url(../images/ico_eye_on.svg) no-repeat 0 0/contain;
  }
  .btn-like {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 4px;
    border: 1px solid var(--graye4);
    background: var(--garye4);
  }
  .btn-like img {
    width: 60%;
  }
  .btn-sticker {
    width: 4.4rem;
    height: 4.4rem;
    border-radius: 6px;
    border: 1px solid var(--graye4);
    padding: 0 8px;
  }
  .btn-sticker img {
    width: 18px;
  }
  .btn-kakao {
    width: 4.4rem;
    height: 4.4rem;
    background: url(../../images/ico_kakao2.svg) no-repeat center center/contain;
  }
  .label {
    display: inline-block;
  }
  .label.live {
    display: inline-flex;
    gap: 0.8rem;
    padding: 1rem 1.2rem;
    border-radius: 6px;
    background: var(--bluee4);
    color: var(--navy34);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.7rem;
    font-weight: 500;
  }
  .label.live::before {
    display: block;
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../../images/ico_live.svg) 0 0/contain;
  }
  .label.type1 {
    padding: 1rem 1.2rem;
    color: var(--white);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 100%;
    border-radius: 6px;
    background: #00203F;
  }
  .label.type2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2.9rem;
    background: var(--navy34);
    padding: 0 1rem;
    height: 2.9rem;
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 500;
  }
  .label.type3 {
    color: var(--navy34);
    font-size: 1.7rem;
    font-weight: 500;
    padding: 1rem 1.2rem;
    background: var(--bluee4);
    border-radius: 6px;
    white-space: nowrap;
  }
  .label.write {
    min-width: 4.7rem;
    width: auto;
    white-space: nowrap;
  }
  .label.sm {
    height: 3.7rem;
    padding: 1rem 1.2rem;
  }
  .btn-moreview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 17.1rem;
    height: 5.3rem;
    color: var(--grayf5);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 10px;
    border: 1px solid var(--grayf5);
  }
  .btn-moreview.type2 {
    color: var(--black00);
    border: 1px solid var(--graya6);
  }
  .btn-edit {
    width: 15px;
    height: 18px;
    background: url(../../images/ico_edit.svg);
  }
  .btn-edit-table {
    display: block;
    width: 3rem;
    height: 3rem;
  }
  .floating {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    transition: all 0.5s;
  }
  .floating.active {
    opacity: 1;
    visibility: visible;
  }
  .floating a {
    width: 7rem;
    height: 7rem;
  }
  .floating2 {
    display: none;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 100;
    transition: all 0.5s;
  }
  .floating2 a {
    width: 7rem;
    height: 7rem;
  }
  .floating2 a img {
    width: 100%;
  }
  @media screen and (max-width: 1000px) {
    .btn-write-thanks {
      display: none;
    }
    .floating2 {
      display: block;
    }
  }
} /*Button*/
@layer Heading {}
@layer Visual {}
@layer Table {
  .thanks-table-wrap.active {
    height: calc(100vh - 500px);
    overflow-y: auto;
  }
  @media screen and (max-width: 1000px) {
    .thanks-table-wrap.active {
      height: auto;
    }
  }
  @media screen and (max-width: 1000px) {
    .table-type1 col:nth-child(1) {
      display: none;
    }
    .table-type1 col:not(:nth-child(-n+2)) {
      display: none;
    }
  }
  .table-type1 thead tr th {
    background: var(--bluee4);
    height: 5.6rem;
    color: var(--navy34);
    font-size: 1.6rem;
    font-weight: 500;
  }
  @media screen and (max-width: 1000px) {
    .table-type1 thead tr th:first-child {
      display: none;
    }
  }
  .table-type1 thead tr th:first-child {
    border-radius: 6px 0px 0px 6px;
  }
  .table-type1 thead tr th:last-child {
    border-radius: 0px 6px 6px 0px;
  }
  @media screen and (max-width: 1000px) {
    .table-type1 thead tr th:not(:nth-child(-n+2)) {
      display: none;
    }
    .table-type1 thead tr th:nth-child(2) {
      border-radius: 6px;
    }
  }
  .table-type1 tbody tr {
    border-bottom: 1px solid var(--grayee);
    cursor: pointer;
    background: var(--white);
    border-left: 3px solid var(--white);
  }
  .table-type1 tbody tr.important {
    background: var(--grayf9);
  }
  .table-type1 tbody tr.clicked {
    background: #f5f8ff;
  }
  .table-type1 tbody tr:hover {
    border-left: 3px solid var(--navy34);
    background: var(--grayf69);
  }
  .table-type1 tbody tr td {
    height: 5.5rem;
    text-align: center;
    color: var(--black00);
    font-size: 1.5rem;
    font-weight: 500;
    padding: 0 1.6rem;
  }
  @media screen and (max-width: 1000px) {
    .table-type1 tbody tr td {
      font-size: 1.8rem;
    }
  }
  .table-type1 tbody tr td .mobile-info {
    display: none;
  }
  @media screen and (max-width: 1000px) {
    .table-type1 tbody tr td {
      height: 113px;
      text-align: left;
    }
    .table-type1 tbody tr td .mobile-info {
      display: block;
    }
    .table-type1 tbody tr td .mobile-info .text {
      text-align: left;
    }
    .table-type1 tbody tr td:nth-child(1) {
      display: none;
    }
    .table-type1 tbody tr td:not(.important) {
      display: none;
    }
  }
  .table-type1 tbody tr td .table-type1__title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
  }
  @media screen and (max-width: 1000px) {
    .table-type1 tbody tr td .table-type1__title {
      justify-content: flex-start;
    }
  }
  .table-type1 tbody tr td .table-type1__title .p {
    position: relative;
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .table-type1 tbody tr td .table-type1__title .comments-num {
    color: #EA563A;
    font-size: 1.6rem;
    font-weight: 600;
  }
  .table-type2.music .mobile-info {
    display: none;
  }
  .table-type2 thead tr th {
    background: var(--bluee4);
    height: 7.2rem;
    color: var(--navy34);
    font-size: 1.6rem;
    font-weight: 500;
  }
  .table-type2 thead tr th:first-child {
    border-radius: 6px 0px 0px 6px;
  }
  .table-type2 thead tr th:last-child {
    border-radius: 0px 6px 6px 0px;
  }
  .table-type2 thead tr th.rounded {
    border-radius: 6px;
  }
  @media screen and (max-width: 1000px) {
    .table-type2 thead tr th {
      height: 5rem;
    }
  }
  .table-type2 tbody tr {
    border-bottom: 1px solid var(--grayee);
    background: var(--white);
    border-left: 3px solid var(--white);
  }
  .table-type2 tbody tr td {
    align-items: center;
    justify-content: center;
    min-height: 7.2rem;
    height: 100%;
    text-align: center;
    color: var(--black00);
    font-size: 1.5rem;
    font-weight: 500;
    padding: 2.8rem 2rem;
  }
  @media screen and (max-width: 600px) {
    .table-type2 tbody tr td {
      padding: 2.8rem 0.5rem;
    }
  }
  .team-mem-table {
    display: none;
    position: absolute;
    top: 8.6rem;
    left: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .team-mem-table.active {
    display: block;
  }
  .team-mem-table thead tr {
    height: 4rem;
  }
  .team-mem-table thead tr th {
    color: var(--graya0);
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .team-mem-table tbody tr {
    height: 4rem;
  }
  .team-mem-table tbody tr td {
    color: var(--black00);
    font-size: 1.5rem;
    font-weight: 500;
    text-align: center;
  }
  .seminar-table thead tr th {
    font-size: 2.2rem;
    position: relative;
  }
  .seminar-table thead tr th::before {
    display: block;
    content: "";
    width: 150px;
    height: 50px;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    background: url(../../images/ico_calendar_header.svg) no-repeat center center;
  }
  .seminar-table tbody tr td {
    height: 21.6rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  @media screen and (max-width: 768px) {
    .seminar-table tbody tr td {
      height: 15.6rem;
    }
    .seminar-table tbody tr td .text.fz22 {
      font-size: 14px;
    }
    .seminar-table tbody tr td .text.fz20 {
      font-size: 12px;
    }
  }
  .table-type3 {
    width: 100%;
    border-collapse: collapse;
  }
  .table-type3 th, .table-type3 td {
    padding: 2.2rem 0;
    border-bottom: 1px solid #dee2e6;
    text-align: left;
  }
  .table-type3 th {
    font-size: 2.2rem;
    width: 15%;
    font-weight: 500;
    vertical-align: top;
  }
  .table-type3 td {
    font-size: 1.7rem;
    width: 85%;
    color: var(--black00);
    font-weight: 400;
  }
  .table-type4 .mobile-info {
    display: none;
  }
  @media screen and (max-width: 600px) {
    .table-type4 col:nth-child(1), .table-type4 col:nth-child(2), .table-type4 col:last-child {
      display: none;
    }
  }
  .table-type4 thead tr th {
    background: var(--bluee4);
    height: 5.7rem;
    color: var(--navy34);
    font-size: 1.6rem;
    font-weight: 500;
  }
  @media screen and (max-width: 600px) {
    .table-type4 thead tr th:nth-child(1), .table-type4 thead tr th:nth-child(2), .table-type4 thead tr th:last-child {
      display: none;
    }
  }
  .table-type4 thead tr th:first-child {
    border-radius: 6px 0px 0px 6px;
  }
  .table-type4 thead tr th:last-child {
    border-radius: 0px 6px 6px 0px;
  }
  .table-type4 thead tr th.rounded {
    border-radius: 6px;
  }
  @media screen and (max-width: 1000px) {
    .table-type4 thead tr th {
      height: 5rem;
    }
  }
  .table-type4 tbody tr {
    border-bottom: 1px solid var(--grayee);
    background: var(--white);
    border-left: 3px solid var(--white);
    cursor: pointer;
  }
  .table-type4 tbody tr td {
    align-items: center;
    justify-content: center;
    min-height: 5.7rem;
    height: 100%;
    text-align: center;
    color: var(--black00);
    font-size: 1.5rem;
    font-weight: 500;
    padding: 2rem 2rem;
  }
  @media screen and (max-width: 600px) {
    .table-type4 tbody tr td {
      text-align: left;
    }
    .table-type4 tbody tr td .mobile-info {
      display: block;
    }
    .table-type4 tbody tr td:nth-child(1), .table-type4 tbody tr td:nth-child(2), .table-type4 tbody tr td:last-child {
      display: none;
    }
  }
  .table-type4 tbody tr td button {
    width: 5rem;
  }
  .table-type4 tbody tr td button img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@layer Breadcrumb {
  .id-pw-find {
    display: flex;
    justify-content: center;
    gap: 2.8rem;
  }
  .id-pw-find li a {
    color: var(--graya0);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.6rem;
    font-weight: 500;
  }
  .id-pw-find li + li {
    position: relative;
  }
  .id-pw-find li + li::before {
    position: absolute;
    top: 50%;
    left: -13.5px;
    transform: translateY(-50%);
    margin-top: 1px;
    display: block;
    content: "";
    width: 1px;
    height: 18px;
    background: var(--graye4);
  }
  .breadcrumb-type1 {
    display: flex;
    gap: 4.6rem;
    justify-content: center;
  }
  .breadcrumb-type1 li {
    display: flex;
    flex-direction: column;
  }
  .breadcrumb-type1 li + li .step {
    position: relative;
  }
  .breadcrumb-type1 li + li .step::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -4.6rem;
    width: 4.6rem;
    height: 1px;
    background: var(--graye4);
  }
  .breadcrumb-type1 li .step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6.6rem;
    height: 6.6rem;
    color: var(--gray85);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 2.3rem;
    font-weight: 500;
    letter-spacing: -0.23px;
    border-radius: 100%;
    border: 1px solid var(--graya0);
  }
  .breadcrumb-type1 li p {
    width: 100%;
    text-align: center;
    color: var(--gray85);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.6rem;
    line-height: 100%;
    padding-top: 12px;
  }
  .breadcrumb-type1 li.active .step {
    background: var(--navy34);
    color: #fff;
    border: 1px solid var(--navy34);
  }
  .breadcrumb-type1 li.active p {
    color: var(--black00) !important;
  }
}
@layer Input {
  .input-type1 {
    display: block;
    height: 5.6rem;
    padding: 0px 18px;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    font-size: 16px;
  }
  .input-type1.reserv {
    width: 34.4rem !important;
  }
  .input-type1[type=date] {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    vertical-align: middle;
    background: #fff url(../../images/ico_calendar_gray.svg) no-repeat right 1.8rem top 50%/1.8rem;
    color: var(--black00);
  }
  .input-type1[type=time] {
    display: flex;
    align-items: center;
    color: var(--black00);
  }
  .input-type2 {
    display: block;
    height: 4.4rem;
    padding: 0px 14px;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    font-size: 16px;
  }
  .input-search1 {
    display: inline-flex;
    height: 4.4rem;
    box-sizing: border-box;
  }
  .input-search1 .input {
    display: flex;
    border: 1px solid var(--navy34);
    border-radius: 8px 0 0 8px;
    padding: 0.9rem 1.4rem;
    background: var(--white);
    font-size: 16px;
  }
  .input-search1 select {
    color: var(--navy34);
    font-size: 1.5rem;
    font-weight: 500;
    padding-right: 3.4rem;
    border-right: 1px solid var(--navy34);
    background: url(../../images/ico_arrow_down_blue.svg) no-repeat right 10px top 50%/1.2rem;
  }
  .input-search1 input {
    width: 100%;
    padding: 0 1.6rem;
    font-size: 1.5rem;
    font-weight: 500;
    font-size: 16px;
  }
  .input-search1 input::-moz-placeholder {
    color: var(--text, #858585);
  }
  .input-search1 input::placeholder {
    color: var(--text, #858585);
  }
  .input-search1 button {
    min-width: 7.7rem;
    height: 4.4rem;
    color: #F6F6F6;
    font-size: 1.5rem;
    font-weight: 500;
    background: var(--navy34);
    padding: 0 2rem;
    border-radius: 0 8px 8px 0;
    white-space: nowrap;
  }
  @media screen and (max-width: 600px) {
    .input-search1 button {
      padding: 0;
    }
  }
  .check-wrap {
    display: flex;
    gap: 16px;
    align-items: center;
  }
  .custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
  }
  /* 기본 체크박스 숨기기 */
  .custom-checkbox input {
    display: none;
  }
  /* 커스텀 체크박스 */
  .checkmark {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--graycf);
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-right: 8px;
  }
  /* 체크 시 스타일 */
  .custom-checkbox input:checked + .checkmark::after {
    content: "";
    width: 15px;
    height: 12px;
    background: url(../images/ico_checked.svg) no-repeat center center/contain;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .custom-checkbox2 {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.8rem;
    font-weight: 700;
    color: #000;
  }
  .custom-checkbox2.type2 {
    font-weight: 500;
  }
  .custom-checkbox2.type2.ico-arrow {
    position: relative;
    width: 100%;
  }
  .custom-checkbox2.type2.ico-arrow::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: block;
    content: "";
    width: 3rem;
    height: 3rem;
    background: url(../images/ico_arrow_right_gray.svg) 0 100%;
  }
  .custom-checkbox2 input {
    display: none;
  }
  .custom-checkbox2 .checkmark {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--graycf);
    border-radius: 2px;
    display: inline-block;
    position: relative;
    margin-right: 2.3rem;
  }
  .custom-checkbox2 input:checked + .checkmark::after {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_checked_navy.svg) no-repeat center center/contain;
    border-radius: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .check-wrap3 {
    display: flex;
    gap: 3rem;
    align-items: center;
  }
  .custom-checkbox3 {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
  }
  /* 기본 체크박스 숨기기 */
  .custom-checkbox3 input {
    display: none;
  }
  /* 커스텀 체크박스 */
  .checkmark3 {
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid var(--graycf);
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-right: 8px;
  }
  /* 체크 시 스타일 */
  .custom-checkbox3 input:checked + .checkmark3::after {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    background: url(../images/ico_checked_round.svg) no-repeat center center/contain;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .select-type1 {
    display: block;
    height: 5.6rem;
    padding: 0px 18px;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    background: url(../images/ico_arrow_down_gray.svg) no-repeat right 1.8rem top 50%/2.4rem;
    font-size: 16px;
    color: var(--bnlack00);
  }
  .select-type1.mw344 {
    min-width: 34.4rem;
  }
  .select-type1.reserv {
    font-size: 16px;
    color: var(--bnlack00);
  }
  .select-type2 {
    display: block;
    height: 4.4rem;
    padding: 0px 14px;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    background: url(../images/ico_arrow_down_gray.svg) no-repeat right 1.4rem top 50%/2.4rem;
  }
  .file-upload {
    display: flex;
    align-items: center;
  }
  .file-upload input {
    display: none;
  }
  .file-upload label {
    display: flex;
    align-items: center;
    height: 4.3rem;
    cursor: pointer;
    background-color: #fff;
    color: var(--navy09);
    border: 1px solid var(--navy09);
    padding: 1.4rem 1.6rem;
    border-radius: 5px;
    font-size: 14px;
    font-weight: bold;
  }
  .file-upload label:hover {
    background-color: var(--navy09);
    color: #fff;
  }
  .file-name {
    display: flex;
    align-items: center;
    height: 4.3rem;
    flex: 1;
    font-size: 14px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 8px 12px;
  }
  .textarea-type1 {
    border: 1px solid var(--graye4);
    height: 20rem;
    resize: none;
    border-radius: 6px;
    padding: 1.6rem;
    line-height: 160%;
  }
  .upload-container {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .upload-box {
    width: 13.9rem;
    height: 13.9rem;
    border: 1px solid var(--graye4);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    color: #666;
    border-radius: 8px;
    position: relative;
  }
  .upload-box span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .upload-box span::before {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    background: url(../../images/ico_add_round.svg) no-repeat center center;
  }
  .upload-box:hover {
    border-color: #999;
  }
  .preview-box {
    width: 13.9rem;
    height: 13.9rem;
    background-color: #ddd;
    border-radius: 8px;
    position: relative;
    display: none; /* 기본적으로 숨김 */
  }
  .preview-box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
  }
  .remove-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    background-color: white;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    padding: 0;
  }
  .remove-btn:hover {
    background-color: var(--bluea6);
  }
  #joinFrm input[type=file] {
    display: none;
  }
}
@layer List {
  .terms-list {
    padding: 4rem 3.4rem;
    border: 1px solid var(--graye4);
    border-radius: 4px;
  }
  .terms-list li:first-child {
    border-bottom: 1px solid var(--grayf4);
    padding-bottom: 2.4rem;
  }
  .terms-list li + li {
    padding-top: 2.4rem;
  }
  @media screen and (max-width: 1000px) {
    .comments-list.pb20 {
      padding-bottom: 10rem;
    }
  }
  .comments-list li {
    border-bottom: 1px solid var(--graye4);
  }
  .comments-list li:first-child {
    border-radius: 8px 8px 0 0;
  }
  .comments-list li:last-child {
    border-radius: 0 0 8px 8px;
  }
  .comments-list li .comments {
    position: relative;
    background: var(--white);
    padding: 2rem;
  }
  .comments-list li .comments .btn-reply {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    color: var(--gray5d);
    font-size: 1.4rem;
    border: 1px solid var(--grayd4);
    padding: 0.8rem 1rem;
    white-space: nowrap;
  }
  .comments-list li .reply {
    display: none;
    position: relative;
    background: var(--grayf6);
    padding: 2rem;
  }
  .comments-list li .reply.active {
    display: block;
  }
  .comments-list li .reply .reply-name {
    display: flex;
    gap: 0.8rem;
  }
  .comments-list li .reply .reply-name::before {
    display: block;
    content: "ㄴ";
    color: var(--gray82);
  }
  .comments-list li input:focus {
    outline: 0;
  }
  .comments-list li input.text {
    width: 100%;
    background: transparent;
    height: 3rem;
  }
  .comments-list li input.text.active {
    background: var(--white);
    padding: 0 1.6rem;
  }
  .gallery-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(200px, 1fr));
    gap: 6rem 2.4rem;
  }
  @media screen and (max-width: 768px) {
    .gallery-list {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  @media screen and (max-width: 500px) {
    .gallery-list {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .gallery-list.type2 {
    display: block;
    width: 30.3rem;
    max-width: 30.3rem;
    position: sticky;
    top: 20px;
    z-index: 100;
    top: 20px;
    top: 120px;
    align-self: flex-start;
  }
  .gallery-list.type2.active {
    display: none;
  }
  .gallery-list li {
    min-width: 0; /* ★ 중요: 자식 요소가 너무 커지는 문제 방지 */
    overflow: hidden;
    cursor: pointer;
  }
  .gallery-list li img {
    cursor: pointer;
    aspect-ratio: 1/0.6673;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.6rem;
  }
  .select-mem-li1st {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
  .select-mem-li1st li button {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--black00);
    font-size: 13px;
    font-weight: 500;
    border-radius: 60px;
    border: 1px solid var(--graya6);
    background: var(--white);
    padding: 1.4rem 1.8rem;
    margin-top: 16px;
  }
  .select-mem-li1st li button::after {
    display: block;
    content: "";
    width: 7px;
    height: 7px;
    background: url(../../images/ico_close_gray.svg) no-repeat center center/contain;
  }
  .road-list > li {
    display: grid;
    grid-template-columns: 12.6rem 1fr;
    padding: 4rem 1.6rem;
  }
  .road-list > li + li {
    border-top: 1px solid var(--grayf4);
  }
  .road-list > li p {
    color: var(--black00);
    font-size: 2.2rem;
    font-weight: 500;
  }
  .road-list > li span {
    color: var(--black00);
    font-size: 1.7rem;
  }
  @media screen and (max-width: 1000px) {
    .road-list > li {
      display: block;
      padding: 2rem 1.6rem;
    }
    .road-list > li p {
      padding-bottom: 1rem;
    }
  }
  .traffic-info-list li {
    color: var(--black00);
    font-size: 1.5rem;
    font-weight: 500;
    padding-left: 2rem;
    position: relative;
  }
  .traffic-info-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2.5px; /* 네모 크기 조절 */
    height: 2.5px; /* 네모 크기 조절 */
    background-color: var(--black00); /* 네모 색상 */
    transform: translateY(-50%); /* 세로 중앙 정렬 */
  }
  .traffic-info-list li + li {
    margin-top: 1rem;
  }
  .sub-info-list {
    margin-top: 12px;
  }
  .sub-info-list li {
    position: relative;
    padding-left: 2rem;
    color: var(--gray85);
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 180%;
  }
  .sub-info-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2.5px; /* 네모 크기 조절 */
    height: 2.5px; /* 네모 크기 조절 */
    background-color: var(--gray85); /* 네모 색상 */
    transform: translateY(-50%); /* 세로 중앙 정렬 */
  }
  .schedule-list li + li {
    margin-top: 2.3rem;
  }
  @media screen and (max-width: 768px) {
    .schedule-list li .pl44 {
      padding-left: 0;
    }
    .schedule-list li .border-leftf4 {
      border-left: 0;
    }
    .schedule-list li .px24 {
      padding-left: 1rem;
      padding-right: 1rem;
    }
    .schedule-list li .py24 {
      padding-top: 1rem;
      padding-bottom: 1rem;
    }
    .schedule-list li .align {
      flex-direction: column;
    }
    .schedule-list li .pb62 {
      padding-bottom: 2.4rem;
    }
    .schedule-list li .mxw270 {
      max-width: 100%;
    }
  }
  .edit-wrap {
    display: none;
    position: absolute;
    top: 43px;
    right: 18px;
    z-index: 100;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.4rem;
    width: 9rem;
    background: var(--white);
    box-shadow: 0px 0px 9.313px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 1.4rem;
    transition: all 0.3s;
  }
  .edit-wrap.active {
    display: flex;
  }
  .edit-wrap button {
    display: block !important;
    width: 100%;
    color: var(--gray76);
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0.388px;
    text-align: center;
  }
  .edit-wrap button:hover {
    color: var(--navy09);
    text-decoration: underline;
  }
  .edit-wrap a {
    display: block !important;
    width: 100%;
    color: var(--gray76);
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0.388px;
    text-align: center;
  }
  .edit-wrap a:hover {
    color: var(--navy09);
    text-decoration: underline;
  }
  .edit-wrap2 {
    display: none;
    position: absolute;
    width: 11rem;
    top: 4.3rem;
    left: 0rem;
    z-index: 100;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.4rem;
    background: var(--white);
    box-shadow: 0px 0px 9.313px 2px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 1.4rem;
    transition: all 0.3s;
  }
  .edit-wrap2.active {
    display: flex;
  }
  .edit-wrap2 a {
    display: block !important;
    width: 100%;
    color: var(--gray76);
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0.388px;
    text-align: center;
  }
  .edit-wrap2 a:hover {
    color: var(--navy09);
    text-decoration: underline;
  }
  .edit-wrap2 a {
    display: block !important;
    width: 100%;
    color: var(--gray76);
    font-size: 1.4rem;
    line-height: 160%;
    letter-spacing: 0.388px;
    text-align: center;
  }
  .edit-wrap2 a:hover {
    color: var(--navy09);
    text-decoration: underline;
  }
  .reply-btn-wrap {
    gap: 1rem;
  }
  .reply-btn-wrap button {
    color: var(--gray85);
    font-size: 1.4rem;
    font-weight: 500;
  }
  .reply-btn-wrap button.active {
    color: var(--navy09);
    text-decoration: underline;
  }
  @media screen and (max-width: 1000px) {
    .gallery-detail .gallery-list {
      display: none;
    }
  }
  #schedule-list {
    display: none;
  }
  @media screen and (max-width: 1000px) {
    #schedule-list {
      display: block;
    }
  }
}
@layer Tab {
  .tab-type1 {
    display: flex;
    gap: 0.7rem;
    overflow-x: auto;
  }
  .tab-type1 select {
    height: 4.3rem;
    border-radius: 60px;
    color: var(--white);
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0 2.9rem 0 1.8rem;
    background: var(--navy34) url(../images/ico_arrow_down_white.svg) no-repeat right 1.8rem top 50%/6px;
    white-space: nowrap;
  }
  .tab-type1 ul {
    display: flex;
    align-items: center;
    gap: 0.7rem;
  }
  .tab-type1 ul li button {
    height: 4.3rem;
    border: 1px solid var(--navy09);
    background: var(--white);
    border-radius: 4.3rem;
    padding: 0 1.8rem;
    color: var(--navy34);
    font-weight: 600;
    font-size: 1.3rem;
    white-space: wrap;
    white-space: nowrap;
  }
  .tab-type1 ul li button.active, .tab-type1 ul li button:hover {
    background: var(--bluea6);
    border: 1px solid var(--bluea6);
    color: var(--white);
  }
  .tab-type1 .btn-setting {
    display: block;
    width: 52px;
    height: 4.3rem;
    border-radius: 4.3rem;
    border: 1px solid var(--graya0);
    background: var(--white);
    padding: 0 1.4rem;
    white-space: nowrap;
  }
  .tab-type1 .btn-setting img {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
  }
  .tab-type2 {
    display: flex;
    height: 4.3rem;
    border-bottom: 1px solid var(--grayd4);
  }
  .tab-type2 li {
    height: 4.3rem;
  }
  .tab-type2 li .btn-tab2 {
    display: block;
    height: 4.3rem;
    font-size: 1.7rem;
    font-weight: 500;
    color: var(--black00);
    padding: 1rem;
  }
  .tab-type2 li .btn-tab2.active {
    height: 4.3rem;
    color: var(--navy34);
    border-bottom: 3px solid var(--navy34);
  }
  .tab-type3 {
    display: flex;
    justify-content: center;
    height: 7.2rem;
  }
  .tab-type3 li {
    height: 7.2rem;
  }
  @media screen and (max-width: 768px) {
    .tab-type3 li {
      width: 100%;
    }
  }
  .tab-type3 li .btn-tab3 {
    height: 7.2rem;
    font-size: 2rem;
    font-weight: 500;
    color: var(--gray85);
    padding: 1.3rem;
    width: 27.4rem;
    border-bottom: 1px solid var(--navy34);
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  @media screen and (max-width: 768px) {
    .tab-type3 li .btn-tab3 {
      width: 100%;
    }
  }
  .tab-type3 li .btn-tab3.active {
    height: 7.2rem;
    color: var(--white);
    background: var(--navy34);
  }
}
@layer Pagination {
  .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media screen and (max-width: 600px) {
    .pagination.mt90 {
      margin-top: 4rem;
    }
  }
  .pagination .btn-prev {
    background: transparent;
  }
  .pagination .btn-next {
    background: transparent;
  }
  .pagination ul {
    display: flex;
  }
  .pagination ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    padding: 1.5rem 1.9rem;
    border-radius: 1rem;
    color: var(--gray78);
    font-size: 1.6rem;
    font-weight: 500;
  }
  .pagination ul li a.active {
    background: var(--navy34);
    color: var(--white);
  }
  @media screen and (max-width: 600px) {
    .pagination ul li a {
      width: 3rem;
      height: 3rem;
      padding: 1rem 1.6rem;
    }
  }
}
@layer Board {
  .board-wrap {
    display: block;
  }
  .board-wrap.active {
    position: relative;
    display: flex;
    gap: 2.4rem;
    overflow: visible;
    align-items: flex-start;
  }
  .board-wrap .board-list {
    position: sticky;
    top: 120px;
    z-index: 100;
    align-self: flex-start;
    flex: 1;
  }
  .board-wrap .btn-wrap.active.right {
    justify-content: center;
  }
  .board-view {
    position: relative;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
    flex: 1;
  }
  @media screen and (width < 1000px) {
    .board-view.type3 {
      z-index: 200 !important;
    }
  }
  .board-view .board-view__title button {
    display: none;
  }
  @media screen and (width < 1000px) {
    .board-view {
      position: fixed;
      top: 0;
      right: -100%;
      min-height: 100vh;
      transition: all 0.3s;
      padding-bottom: 40px;
      overflow-y: auto !important;
    }
    .board-view .inner.rounded6 {
      border-radius: 0 !important;
    }
    .board-view.type2 {
      position: relative;
      max-height: none;
      opacity: 1;
      visibility: visible;
      right: 0;
    }
    .board-view.active3 {
      display: block;
      width: 100%;
      min-height: 100vh;
      position: fixed;
      top: 0;
      right: 0;
      z-index: 102;
      visibility: visible;
      opacity: 1;
      background: var(--white);
    }
    .board-view.active3 .inner {
      min-height: 100vh;
    }
    .board-view.active3 .inner.border-type1 {
      border: 0;
    }
    .board-view .board-view__title .btn-back-mo {
      width: 3rem;
      height: 3rem;
      display: block;
      background: url(../../images/ico_arrow_right_gray.svg) no-repeat center center/contain;
      transform: rotate(-180deg);
      margin-bottom: 10px;
    }
    .board-view .comment-input {
      position: fixed;
      left: 0;
      bottom: 0;
      padding-bottom: 2rem;
      padding-right: 4rem;
      padding-left: 4rem;
      width: 100%;
    }
  }
  .board-view.active {
    max-height: var(--content-height);
    visibility: visible;
    opacity: 1;
  }
  .board-view.active2 {
    max-height: none;
    visibility: visible;
    opacity: 1;
  }
  .board-view .img-weekly {
    border-radius: 6px;
    border: 1px solid var(--graye4);
  }
  .board-view .img-weekly img {
    width: 100%;
  }
  .board-view .like-wrap {
    display: flex;
    gap: 1rem;
  }
  .board-view .button-wrap {
    display: flex;
    gap: 1rem;
  }
  .btn-list-view {
    display: none;
  }
  .btn-list-view.active {
    display: block;
  }
  .btn-list {
    display: none;
  }
  .btn-list.active {
    display: block;
  }
  .btn-list2 {
    display: none;
  }
  .btn-list2.active {
    display: block;
  }
  .btn-back {
    display: none;
  }
  .board-input.align.active {
    display: block;
  }
  .board-input .tab-type1.active {
    margin-top: 4rem;
  }
  .board-write .title-write {
    width: 100%;
    height: 8.6rem;
    padding: 2.4rem;
    border-bottom: 1px solid var(--grayf4);
    color: var(--black00);
    font-size: 3.2rem;
    font-family: "GongGothicMedium";
    margin-bottom: 2.4rem;
  }
  .board-write .title-write::-moz-placeholder {
    color: var(--graya0);
  }
  .board-write .title-write::placeholder {
    color: var(--graya0);
  }
  .sticker-wrap {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(1, 1, 1, 0.3);
    z-index: 999;
    transition: all 0.3s;
  }
  .sticker-wrap.active {
    opacity: 1;
    visibility: visible;
  }
  .sticker-box {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 4rem;
    right: 4rem;
    width: 500px;
    height: 458px;
    border: 1px solid #ddd;
    padding-left: 5px;
    overflow-x: hidden;
    background-color: #fff;
    z-index: 9999;
    border-radius: 6px;
  }
  .sticker-box.active {
    opacity: 1;
    visibility: visible;
  }
  .sticker-box__header {
    position: sticky;
    top: 0;
    left: 0;
    background: var(--white);
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--grayd9);
    padding: 2rem;
  }
  .sticker-box__header img {
    width: 25px;
    height: 25px;
    cursor: pointer;
  }
  .sticker-box__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    justify-content: center;
    padding-top: 2rem;
    overflow-y: auto;
    gap: 1rem;
    padding: 1.6rem 0;
  }
  .sticker-box__content img {
    max-width: 100px;
    aspect-ratio: 1/1;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
  @media screen and (width < 600px) {
    .sticker-box {
      width: 100%;
      bottom: 0;
      right: 0;
    }
    .sticker-box__content img {
      width: 100%;
      height: auto;
    }
  }
  @media screen and (width < 1000px) {
    #watermark.scroll-y {
      max-height: 40vh;
    }
  }
  @media screen and (width < 389px) {
    #watermark.scroll-y {
      max-height: 30vh;
    }
  }
  @media screen and (width < 1000px) {
    #watermark.h270 {
      height: 40vh;
    }
  }
  @media screen and (width < 389px) {
    #watermark.h270 {
      height: 30vh;
    }
  }
  #watermark.active.scroll-y {
    overflow-y: hidden;
    max-height: 100%;
  }
  #watermark.active.scroll-x-hidden {
    overflow-x: hidden;
  }
  #watermark.active.h270 {
    height: auto;
  }
  #watermark.active2.scroll-y {
    overflow-y: auto;
    max-height: 100%;
  }
  #watermark.active2.scroll-x-hidden {
    overflow-x: hidden;
  }
  #watermark.active2.h270 {
    height: 100%;
  }
  #textCanvas.active.absolute {
    position: relative !important;
  }
  #viewContents.active.absolute {
    position: relative !important;
  }
  .sticker-view {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
    padding-top: 2rem;
    background: var(--white);
    border-radius: 6px 6px 0px 0px;
    box-shadow: 0px -2px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .sticker-view .sticker-item {
    display: block;
    width: 150px;
    margin-top: 10px;
  }
  @media screen and (width < 768px) {
    .sticker-view .sticker-item {
      width: 100px;
    }
  }
  .sticker-view .btn-close-sticker {
    position: absolute;
    top: 1.6rem;
    right: 1.6rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../../images/ico_close_black.svg) no-repeat center center/contain;
  }
}
@layer Slider {
  .slider1 li {
    position: relative;
  }
  .slider1 li img {
    border-radius: 6px;
  }
  .slider1 .text-wrap {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -2.1vw;
    transform: scale(1.2);
    height: 12.4rem;
    border-radius: 0px 0px 10px 10px;
    background: rgba(0, 0, 0, 0.5);
  }
  @media screen and (max-width: 600px) {
    .slider1 .text-wrap {
      transform: scale(2);
      bottom: -10.5vw;
      height: 14vw;
      padding: 10px 5px;
    }
    .slider1 .text-wrap .text.fz22 {
      font-size: 3vw;
    }
    .slider1 .text-wrap .text.fz15 {
      font-size: 2vw;
    }
  }
  .slider1 .text-wrap.slide {
    opacity: 0;
    transition: all 1s;
    width: 100%;
  }
  .slider1 .slick-center .text-wrap.slide {
    opacity: 1;
  }
  .slider1 .slick-center {
    z-index: 100;
  }
  .slider1 .slick-center img {
    border-radius: 10px;
    transform: scale(1.2); /* 가운데 이미지 확대 */
    transition: transform 0.3s ease-in-out;
  }
  @media screen and (max-width: 600px) {
    .slider1 .slick-center img {
      transform: scale(2);
    }
  }
  .slider1 .slick-prev {
    left: -2.5rem !important;
    z-index: 100;
    width: 5rem !important;
    height: 5rem !important;
    background: var(--white) url(../../images/ico_slide_prev.svg) no-repeat center center !important;
    border: 1px solid #3A5A93 !important;
    border-radius: 100%;
  }
  .slider1 .slick-next {
    right: 0;
    z-index: 100 !important;
    width: 5rem !important;
    height: 5rem !important;
    background: var(--white) url(../../images/ico_slide_next.svg) no-repeat center center !important;
    border: 1px solid #3A5A93 !important;
    border-radius: 100%;
  }
  .slider1 .slick-prev:before,
  .slider1 .slick-next:before {
    line-height: 1;
    opacity: 1 !important;
    font-size: 0 !important;
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    padding: 100px 0;
    border-radius: 6px;
  }
  .slider2 .slick-dots {
    position: relative !important;
    padding: 0 1.6rem !important;
    max-width: 149rem;
    margin: 0 auto !important;
    display: flex !important;
    bottom: 0 !important;
  }
  .slider2 .slick-dots li {
    width: 100% !important;
    margin: 0 !important;
    height: 7px !important;
  }
  .slider2 .slick-dots li button {
    height: 7px !important;
  }
  .slider2 .slick-dots li button::before {
    content: "" !important;
    width: 100% !important;
    height: 7px !important;
    line-height: 7px !important;
    background: var(--grayd9);
    opacity: 1 !important;
  }
  .slider2 .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    background: var(--navy09);
  }
  @media screen and (max-width: 768px) {
    .slider2 .slick-track {
      padding: 30px 0;
    }
  }
  .slider3 img {
    aspect-ratio: 1/0.5165;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
  }
  @media screen and (max-width: 600px) {
    .slider3 img {
      aspect-ratio: 1/1;
    }
  }
  .slider3 .slick-prev {
    background: red !important;
    width: 3rem !important;
    height: 5.7rem !important;
    background: url(../../images/ico_arrow_prev_lg.svg) no-repeat center center/contain !important;
    left: -97px !important;
    z-index: 9999;
  }
  .slider3 .slick-prev::before {
    font-size: 0 !important;
  }
  @media screen and (max-width: 600px) {
    .slider3 .slick-prev {
      width: 3rem !important;
      height: 3rem !important;
      left: 7px !important;
      background: rgba(255, 255, 255, 0.5) url(../../images/ico_arrow_prev_lg.svg) no-repeat center center/8px !important;
      border-radius: 100%;
    }
  }
  .slider3 .slick-next {
    background: red !important;
    width: 3rem !important;
    height: 5.7rem !important;
    background: url(../../images/ico_arrow_next_lg.svg) no-repeat center center/contain !important;
    right: -97px !important;
  }
  .slider3 .slick-next::before {
    font-size: 0 !important;
  }
  @media screen and (max-width: 600px) {
    .slider3 .slick-next {
      width: 3rem !important;
      height: 3rem !important;
      right: 7px !important;
      background: rgba(255, 255, 255, 0.5) url(../../images/ico_arrow_next_lg.svg) no-repeat center center/8px !important;
      border-radius: 100%;
    }
  }
  .slider3 .slick-track {
    padding: 0 !important;
  }
  .slider4 {
    padding: 0 7.9rem;
  }
  @media screen and (max-width: 600px) {
    .slider4 {
      padding: 0 0;
    }
  }
  .slider4 .slick-track {
    gap: 24px !important;
  }
  .slider4 li img {
    display: block;
    width: calc(100% - 24px);
    margin: 0 auto;
    border-radius: 6px;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 0.7054/1;
  }
  .slider4 .slick-prev {
    width: 5.1rem !important;
    height: 5.1rem !important;
    background: url(../../images/ico_arrow_prev_navy.svg) no-repeat center center/contain !important;
    left: 0 !important;
    z-index: 9999;
  }
  .slider4 .slick-prev::before {
    font-size: 0 !important;
  }
  .slider4 .slick-next {
    width: 5.1rem !important;
    height: 5.1rem !important;
    background: url(../../images/ico_arrow_next_navy.svg) no-repeat center center/contain !important;
    right: 0 !important;
  }
  .slider4 .slick-next::before {
    font-size: 0 !important;
  }
}
@layer Intro {
  @media screen and (max-width: 768px) {
    #serve .text.fz48 {
      font-size: 28px;
    }
    #serve .text.fz48.pt120 {
      padding-top: 80px;
    }
    #serve .text.fz48.pb100 {
      padding-bottom: 40px;
    }
  }
  .title-intro {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    color: #000;
    text-align: center;
    font-size: 200px;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -2px;
  }
  @media screen and (max-width: 1500px) {
    .title-intro {
      font-size: 13vw;
    }
  }
  @media screen and (max-width: 768px) {
    .title-intro {
      padding-top: 10rem;
    }
  }
  .sub-banner.active img {
    height: calc(100vh - 100px);
  }
  #intro .sub-banner {
    height: 100vh !important;
  }
  #intro .sub-banner.active img {
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (max-width: 768px) {
    #intro .sub-banner {
      height: 50vh !important;
    }
  }
  #intro .intro-desc {
    position: relative;
    width: 100%;
    height: 100vh;
    background: var(--black00);
  }
  @media screen and (max-width: 768px) {
    #intro .intro-desc {
      height: 50vh;
    }
  }
  #intro .intro-desc .text-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 130rem;
    margin: 0 auto;
  }
  #intro .intro-desc .text-wrap .hidden {
    overflow: hidden;
  }
  #intro .intro-desc .text-wrap .hidden .intro-text {
    color: var(--white);
    font-size: 7rem;
    font-weight: 500;
    line-height: 180%;
    letter-spacing: -4px;
    transform: translateY(100%);
    transition: all 0.3s;
  }
  @media screen and (max-width: 1251px) {
    #intro .intro-desc .text-wrap .hidden .intro-text {
      font-size: 5vw;
    }
  }
  @media screen and (max-width: 830px) {
    #intro .intro-desc .text-wrap .hidden .intro-text {
      font-size: 3vw;
      letter-spacing: 0px;
    }
  }
  @media screen and (max-width: 600px) {
    #intro .intro-desc .text-wrap .hidden .intro-text {
      font-size: 5vw;
    }
  }
  @media screen and (max-width: 400px) {
    #intro .intro-desc .text-wrap .hidden .intro-text {
      font-size: 4vw;
    }
  }
  #intro .intro-desc .text-wrap .hidden .intro-text.active {
    transform: translateY(0);
  }
  #intro .intro-desc .text-wrap .hidden .intro-text.intro-text1 {
    transition-delay: 0s;
  }
  #intro .intro-desc .text-wrap .hidden .intro-text.intro-text2 {
    transition-delay: 0.2s;
  }
  #intro .intro-desc .text-wrap .hidden .intro-text.intro-text3 {
    transition-delay: 0.4s;
  }
  #intro .intro-desc .text-wrap .hidden .intro-img {
    display: block;
    width: 0;
    height: 0;
    -o-object-fit: cover;
       object-fit: cover;
    transition: all 0.3s;
    transition-delay: 0.6s;
  }
  #intro .intro-desc .text-wrap .hidden .intro-img.active {
    width: 100px;
    height: 50px;
  }
  @media screen and (max-width: 600px) {
    #intro .intro-desc .text-wrap .hidden .intro-img.active {
      width: 50px;
      height: 25px;
    }
  }
  #intro .image1 {
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url("../../images/img_banner_intro.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /* opacity: .6; */
    /* 이미지가 요소를 완전히 덮도록 조정 */
  }
  #intro .image1::after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
  }
  #intro .how-textbox {
    height: 50vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    padding: 10rem 4rem;
    width: 100%;
    text-align: center;
  }
  @media screen and (max-width: 500px) {
    #intro .how-textbox .text.fz48 {
      font-size: 6vw;
    }
  }
}
@layer Modal {
  .dim-layer {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
    transition: all 0.3s;
  }
  .dim-layer.active {
    opacity: 1;
    visibility: visible;
  }
  .gallery-modal {
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 3.2rem);
    max-width: 148.9rem;
    height: 80vh;
    z-index: 999;
    padding: 0 15.4rem;
    background: var(--white);
    border-radius: 6px;
    transition: all 0.3s;
  }
  @media screen and (width < 1000px) {
    .gallery-modal {
      height: 80vw;
    }
  }
  @media screen and (width < 600px) {
    .gallery-modal {
      height: 124vw;
      padding: 0 2rem;
    }
  }
  .gallery-modal.active {
    opacity: 1;
    visibility: visible;
  }
  .modal-alert1 {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 3.2rem);
    max-width: 52.9rem;
    padding: 4rem 1.6rem;
    background: var(--white);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 9999;
    transition: all 0.3s;
  }
  .modal-alert1 .icon {
    max-width: 10.9rem;
    margin-bottom: 2.4rem;
  }
  .modal-alert1.active {
    opacity: 1;
    visibility: visible;
  }
}
@layer Thanks {
  .thanks-setting {
    max-width: 500px;
    margin: 0 auto;
    min-height: 100vh;
    background: var(--white);
  }
  .thanks-setting__header {
    position: sticky;
    top: 0;
    z-index: 99;
    height: 5.6rem;
    display: grid;
    grid-template-columns: 4rem 1fr 4rem;
    align-items: center;
    padding: 0 2rem;
    border-bottom: 1px solid var(--graye9);
  }
  .thanks-setting__header .title {
    text-align: center;
    font-size: 2.4rem;
    color: var(--black1e);
    font-weight: 500;
  }
  .thanks-setting__header .btn-back-setting {
    display: block;
    width: 4rem;
    height: 4rem;
    background: url(../../images/ico_arrow_right_gray.svg) no-repeat center center/contain;
    transform: rotate(180deg);
  }
  .thanks-setting__header .btn-add {
    display: block;
    width: 3rem;
    height: 3rem;
    background: url(../../images/ico_plus.svg) no-repeat center center/contain;
    transform: rotate(180deg);
  }
  .interesting-add {
    max-width: 500px;
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    z-index: 100;
    background: var(--white);
    transition: all 0.3s;
  }
  .interesting-add.active {
    right: 50%;
    transform: translateX(50%);
  }
  .interesting-list li {
    padding: 1rem 0;
  }
  .interesting-list.view li {
    padding: 2rem 0;
    border-bottom: 1px solid var(--graye9);
  }
}
@layer Calendar {
  .calendar thead tr {
    border: 1px solid var(--grayd4);
  }
  @media screen and (max-width: 1000px) {
    .calendar thead tr {
      border: none;
    }
  }
  .calendar thead tr th {
    height: 4rem;
    background: var(--bluee4);
    color: var(--navy09);
    font-size: 1.8rem;
    font-weight: 500;
  }
  @media screen and (max-width: 1000px) {
    .calendar thead tr th:first-child {
      border-radius: 6px 0 0 6px;
    }
    .calendar thead tr th:last-child {
      border-radius: 0 6px 6px 0;
    }
  }
  .calendar thead tr th + th {
    border-left: 1px solid var(--grayd4);
  }
  @media screen and (max-width: 1000px) {
    .calendar thead tr th + th {
      border-left: none;
    }
  }
  .calendar tbody tr {
    border: 1px solid var(--grayd4);
  }
  @media screen and (max-width: 1000px) {
    .calendar tbody tr {
      border: 0;
    }
  }
  .calendar tbody tr td {
    height: 12.5rem;
    color: var(--black00);
    font-size: 2rem;
    font-weight: 500;
    position: relative;
    padding: 2rem 1.6rem;
    text-align: right;
    vertical-align: top;
    background: var(--white);
    cursor: pointer;
  }
  @media screen and (max-width: 1000px) {
    .calendar tbody tr td {
      font-size: 16px;
      height: auto;
      text-align: center;
      vertical-align: middle;
    }
  }
  .calendar tbody tr td + td {
    border-left: 1px solid var(--grayd4);
  }
  @media screen and (max-width: 1000px) {
    .calendar tbody tr td + td {
      border-left: 0;
    }
  }
  .calendar tbody tr td.inactive {
    color: var(--gray85);
  }
  .calendar tbody tr td.holyday {
    background: var(--grayf3);
  }
  @media screen and (max-width: 1000px) {
    .calendar tbody tr td.holyday {
      background: var(--white);
    }
  }
  .calendar tbody tr td:nth-child(5) .schedule-view, .calendar tbody tr td:nth-child(6) .schedule-view, .calendar tbody tr td:nth-child(7) .schedule-view {
    left: auto;
    right: 0;
  }
  .calendar tbody tr td .schedule-view {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 0;
    position: absolute;
    top: 8rem;
    left: 1.6rem;
    padding: 2rem 0;
    margin-top: 0.2rem;
    background: var(--white);
    z-index: 100;
    text-align: left;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .calendar tbody tr td .schedule-view.active {
    display: grid;
    max-height: 310px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  @media screen and (max-width: 1000px) {
    .calendar tbody tr td .schedule-view {
      display: none;
    }
  }
  .calendar tbody tr td .schedule-view li {
    position: relative;
    width: 14.5rem;
    margin-left: 2rem;
    padding-right: 2rem;
    border-right: 1px solid var(--grayf4);
  }
  .calendar tbody tr td .schedule-view li:nth-child(3n) {
    border-right: 0;
  }
  .calendar tbody tr td .schedule-view label {
    display: block;
  }
  @media screen and (max-width: 1000px) {
    .calendar tbody tr td.day .event {
      width: 5px;
      height: 5px;
      font-size: 0;
      border: 3px solid red;
      overflow: hidden;
      position: absolute;
      right: 10px;
      top: 10px;
      border-radius: 100%;
    }
    .calendar tbody tr td.day .event ul {
      display: none;
    }
    .calendar tbody tr td.day .event.active {
      width: 3.5rem;
      height: 3.5rem;
      border: 1px solid var(--navy09);
      border-radius: 6px;
      right: 0;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }
  .calendar tbody tr .today {
    position: relative;
    background: var(--grayf69);
    color: var(--navy09);
  }
  @media screen and (max-width: 1000px) {
    .calendar tbody tr .today {
      background: var(--white);
      color: var(--black00);
    }
  }
  .reservation .label {
    font-size: 1.3rem;
    font-weight: 500;
    padding: 0.6rem 0.8rem;
    cursor: pointer;
    margin-top: 1rem;
  }
  .reservation .label + .label {
    margin-top: 0.4rem;
  }
  .reservation .label.yellow {
    color: #AB8A36;
    background: #FDFFEF;
  }
  .reservation .label.yellow.ico {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }
  .reservation .label.yellow.ico::before {
    display: block;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../images/ico_location.svg) no-repeat center center/contain;
  }
  .reservation .label.blue {
    color: #344EAD;
    background: #E4EBFE;
  }
  .reservation .label.blue.ico {
    display: inline-flex;
    gap: 5px;
    align-items: center;
  }
  .reservation .label.blue.ico::before {
    display: block;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../images/ico_time.svg) no-repeat center center/contain;
  }
  .reservation .label.green {
    color: #1C674A;
    background: #EFFFF5;
  }
  .reservation .label.green.ico {
    display: inline-flex;
    gap: 5px;
    align-items: center;
  }
  .reservation .label.green.ico::before {
    display: block;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../images/ico_spot.svg) no-repeat center center/contain;
  }
  .reservation .label.green.ico2 {
    display: inline-flex;
    gap: 5px;
  }
  .reservation .label.green.ico2::before {
    display: block;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../images/ico_mem_green.svg) no-repeat center center/contain;
  }
  .reservation .label.pink {
    color: #BB6487;
    background: #FCF1F9;
  }
  .reservation .label.pink.ico {
    display: inline-flex;
    gap: 5px;
    justify-content: space-between;
  }
  .reservation .label.pink.ico::after {
    display: block;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../images/ico_arrow_down_pink.svg) no-repeat center center/contain;
    transition: transform 0.3s ease-in-out;
    margin-top: 3px;
  }
  .reservation .label.pink.ico.active::after {
    transform: rotate(-180deg);
  }
  .schedule-view-mo-btn {
    display: none;
  }
  @media screen and (max-width: 1000px) {
    .schedule-view-mo-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-bottom: 2rem;
    }
  }
  .schedule-view-mo-wrap {
    display: none;
  }
  @media screen and (max-width: 1000px) {
    .schedule-view-mo-wrap {
      display: block;
    }
  }
  .schedule-view-mo {
    display: none;
    flex-wrap: wrap;
    justify-items: center;
    gap: 2rem 0;
    padding: 2rem 0;
    margin-top: 0.2rem;
    background: var(--white);
    z-index: 100;
    text-align: left;
    border-radius: 6px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
  }
  .schedule-view-mo li {
    width: calc(50% - 2rem);
    position: relative;
    margin-left: 2rem;
    padding-right: 2rem;
    border-right: 1px solid var(--grayf4);
  }
  .schedule-view-mo li:nth-child(2n) {
    border-right: 0;
  }
  .schedule-view-mo label {
    display: block;
  }
  .show-more-btn {
    display: none;
    color: var(--graya0);
  }
  .show-more-btn.ico {
    gap: 5px;
    justify-content: space-between;
    align-items: center;
  }
  .show-more-btn.ico::after {
    display: block;
    content: "";
    width: 1.4rem;
    height: 1.4rem;
    background: url(../../images/ico_arrow_down_gray.svg) no-repeat center center/contain;
    transition: transform 0.3s ease-in-out;
  }
  .show-more-btn.ico.active::after {
    transform: rotate(-180deg);
  }
  .event ul {
    text-align: left;
  }
} /*calendar*/
@layer Thanks {
  .suprising-image-container {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-color: transparent;
    z-index: 1001;
  }
  .suprising-image {
    position: absolute;
    width: 150px; /* 기본 크기 */
    height: auto;
    opacity: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 1s ease;
  }
  .suprising-image.hide {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  .like-total {
    cursor: pointer;
    color: #FE9C61;
    font-weight: 700;
  }
  .like-data-box {
    display: none;
    border: 1px solid #a8a8a8;
    border-radius: 1rem;
    position: absolute;
    top: 3rem;
    background-color: #fff;
    z-index: 1;
    padding: 2rem 1.5rem;
    width: 200px;
    height: 250px;
    overflow-y: auto;
  }
} /*Thnaks*/
@layer Music {
  :root {
    --pink: #ff74a4;
    --violet: #9f6ea3;
    --white: #fff;
    --lightshadow: rgba(0,0,0,0.15);
    --lightblack: #515c6f;
    --pinkshadow: #ffcbdd;
    --darkwhite: #cecaca;
  }
  .wrap__music {
    min-height: 100%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
  }
  .music__inner {
    width: 100%;
    padding: 25px 30px;
    position: relative;
    background: var(--white);
    margin: 0 auto;
  }
  .music__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .music__top i {
    font-size: 30px;
    color: var(--lightblack);
  }
  .music__top h3 {
    font-size: 18px;
    color: var(--lightblack);
    font-weight: 500;
  }
  .music__img {
    width: 100%;
    height: 256px;
    overflow: hidden;
    border-radius: 15px;
    margin-top: 25px;
    box-shadow: 0 6px 12px var(--lightshadow);
  }
  .music__img img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .music__song {
    text-align: center;
    margin: 30px;
  }
  .music__song p {
    color: var(--lightblack);
  }
  .music__song .name {
    font-size: 21px;
  }
  .music__song .artist {
    font-size: 18px;
    opacity: 0.9;
    line-height: 35px;
    font-weight: 300;
  }
  .music__progress {
    height: 6px;
    width: 100%;
    border-radius: 10px;
    background: #f0f0f0;
    cursor: pointer;
  }
  .music__progress .bar {
    height: inherit;
    width: 0%;
    position: relative;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--navy09) 0%, var(--navy34) 100%);
  }
  .music__progress .timer {
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--lightblack);
    font-size: 0.9em;
    pointer-events: none;
  }
  .music__control {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .music__control i {
    font-size: 28px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background: linear-gradient(90deg, var(--navy09) 0%, var(--navy34) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  .music__control i:nth-child(2),
  .music__control i:nth-child(4) {
    font-size: 40px;
  }
  .music__control .play-pause {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(var(--white) 0%, var(--white) 100%);
    box-shadow: 0 0 0 2px var(--navy09);
    z-index: 1;
  }
  .music__control .play-pause::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: inherit;
    background: linear-gradient(var(--navy09) 0%, var(--navy34) 100%);
    z-index: -1;
  }
  .music__control .play-pause #control-play {
    -webkit-text-fill-color: var(--white);
  }
  .music__list {
    position: relative;
    background: var(--white);
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 10;
    padding: 15px 0;
    margin-top: 13px;
    transition: all 0.15s ease-out;
    opacity: 0;
    pointer-events: none;
  }
  .music__list.show {
    opacity: 1;
    pointer-events: auto;
  }
  .music__list .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--lightblack);
    margin-bottom: 10px;
  }
  .music__list .title .close {
    cursor: pointer;
  }
  .title .queue {
    vertical-align: -5px;
  }
  .music__list .list {
    color: var(--lightblack);
  }
  .music__list .list > ul {
    max-height: 400px;
    margin: 10px 0;
    overflow: auto;
  }
  .music__list .list > ul > li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    padding: 0.8rem 0;
  }
  .music__list .list > ul > li.playing {
    color: var(--navy09);
  }
  .music__list .list > ul > li > div em {
    font-style: normal;
    cursor: pointer;
    font-size: 1.6rem;
  }
  .music__list .list > ul > li > div p {
    font-size: 1.4rem;
    padding-top: 0.8rem;
  }
  .music__list .list > ul > li .audio-duration {
    margin-right: 15px;
    font-size: 1.2rem;
  }
} /*Music*/
@layer Webzine {
  .header-webzine {
    position: sticky;
    top: 0;
    z-index: 101;
  }
  .header-webzine .row1 {
    background: var(--navy1e);
  }
  .header-webzine .row1 > div {
    max-width: 1502px;
    margin: 0 auto;
    padding: 15px 16px;
  }
  .header-webzine .row1 > div .profile img {
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (max-width: 500px) {
    .header-webzine .row1 > div {
      padding: 1rem 1.6rem;
    }
    .header-webzine .row1 > div .logo-korean {
      width: 8rem;
    }
    .header-webzine .row1 > div .profile img {
      width: 2.4rem;
      height: 2.4rem;
    }
  }
  .header-webzine .row2 {
    background: var(--white);
    border-bottom: 1px solid var(--grayf4);
  }
  .header-webzine .row2 > div {
    max-width: 1502px;
    margin: 0 auto;
    padding: 15px 16px;
  }
  @media screen and (max-width: 768px) {
    .header-webzine .row2 > div {
      flex-direction: column;
      align-items: start;
    }
    .header-webzine .row2 > div .report-btn {
      margin-top: 2rem;
      border-radius: 6px;
    }
  }
  .header-webzine .row2 .logo-webzine {
    width: 20rem;
  }
  @media screen and (max-width: 768px) {
    .header-webzine .row2 .logo-webzine {
      width: 13rem;
    }
    .header-webzine .row2 .logo-webzine + p.fz16 {
      font-size: 1.2rem;
    }
  }
  .header-webzine .row2 .report-btn {
    display: block;
    position: relative;
    color: var(--gray5d);
    font-size: 15px;
    font-weight: 500;
    padding: 1rem 3rem;
    height: 41px;
    padding: 1rem 3rem 1rem 5.8rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50px;
    border: 1px solid #D9D9D9;
    background: #FFF;
  }
  .header-webzine .row2 .report-btn::before {
    position: absolute;
    top: 50%;
    left: 3rem;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../../images/ico_add_report.svg) no-repeat center center/contain;
  }
  @media screen and (max-width: 768px) {
    .header-webzine .row2 .report-btn {
      font-size: 1.2rem;
      display: flex;
      padding: 0.5rem 1rem 0.5rem 3.8rem;
      height: 3.5rem;
    }
    .header-webzine .row2 .report-btn::before {
      width: 1.6rem;
      height: 1.6rem;
      left: 1rem;
      background: url(../../images/ico_add_report.svg) no-repeat center center/contain;
    }
  }
  .webzine-wrap {
    padding-bottom: 10rem;
  }
  .webzine-wrap .banner {
    padding: 0 16px;
  }
  .webzine-wrap .banner .banner-img-wrap {
    position: relative;
    max-width: 1502px;
    margin: 0 auto;
    padding-top: 6rem;
    font-weight: 500;
  }
  .webzine-wrap .banner .banner-img-wrap .intro-txt {
    position: absolute;
    top: 10.6rem;
    left: 5.6rem;
    color: var(--white);
    font-family: "GongGothicMedium";
    font-size: 4.5rem;
    line-height: 140%;
  }
  @media screen and (max-width: 1000px) {
    .webzine-wrap .banner .banner-img-wrap .intro-txt {
      font-size: 3rem;
    }
  }
  @media screen and (max-width: 768px) {
    .webzine-wrap .banner .banner-img-wrap .intro-txt {
      top: 5rem;
      left: 2rem;
      font-size: 2rem;
    }
  }
  @media screen and (max-width: 500px) {
    .webzine-wrap .banner .banner-img-wrap .intro-txt {
      font-size: 3vw;
      top: 3rem;
    }
  }
  @media screen and (max-width: 768px) {
    .webzine-wrap .banner .banner-img-wrap {
      padding-top: 2rem;
    }
  }
  .webzine-wrap .tab-webzine-wrap {
    padding: 0 16px;
    position: sticky;
    top: 12.6rem;
    z-index: 101;
  }
  @media screen and (max-width: 768px) {
    .webzine-wrap .tab-webzine-wrap {
      top: 17.6rem;
    }
  }
  @media screen and (max-width: 500px) {
    .webzine-wrap .tab-webzine-wrap {
      top: 15.2rem;
    }
  }
  .webzine-wrap .tab-webzine-wrap.sticky-active {
    padding: 0 0;
    border-bottom: 1px solid var(--grayf4);
  }
  .webzine-wrap .tab-webzine-wrap.sticky-active li a {
    color: var(--black00);
    border-bottom: 4px solid var(--white);
  }
  .webzine-wrap .tab-webzine-wrap.sticky-active li a.active {
    color: var(--navy09);
    border-bottom: 4px solid var(--navy09);
  }
  .webzine-wrap .tab-webzine {
    background: var(--navy09);
    max-width: 1502px;
    margin: 0 auto;
    border-radius: 0 0 6px 6px;
    padding: 0 3rem;
    display: flex;
    gap: 10rem;
    align-items: center;
    border-top: 1px solid var(--navy29);
  }
  .webzine-wrap .tab-webzine.sticky-active {
    background: var(--white);
    border-top: 1px solid var(--grayf4);
    border-radius: 0;
  }
  @media screen and (max-width: 768px) {
    .webzine-wrap .tab-webzine {
      gap: 2rem;
      overflow: auto;
    }
  }
  .webzine-wrap .tab-webzine li a {
    display: flex;
    align-items: center;
    height: 7.2rem;
    color: #A4A8B0;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    white-space: nowrap;
    border-bottom: 4px solid transparent;
  }
  @media screen and (max-width: 768px) {
    .webzine-wrap .tab-webzine li a {
      font-size: 1.4rem;
    }
  }
  .webzine-wrap .tab-webzine li a.active {
    color: var(--white);
    border-bottom: 4px solid var(--white);
  }
  .webzine-wrap .tab-webzine-wrap2 {
    padding: 0 16px;
  }
  .webzine-wrap .tab-webzine-wrap2 .tab-webzine {
    background: var(--white);
    max-width: 1502px;
    margin: 0 auto;
    border-radius: 0 0 6px 6px;
    padding: 0 3rem;
    display: flex;
    gap: 10rem;
    align-items: center;
    border-top: 1px solid var(--navy29);
  }
  @media screen and (max-width: 768px) {
    .webzine-wrap .tab-webzine-wrap2 .tab-webzine {
      gap: 2rem;
      overflow: auto;
    }
  }
  .webzine-wrap .tab-webzine-wrap2 .tab-webzine li a {
    display: flex;
    align-items: center;
    height: 7.2rem;
    color: #A4A8B0;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    white-space: nowrap;
  }
  @media screen and (max-width: 768px) {
    .webzine-wrap .tab-webzine-wrap2 .tab-webzine li a {
      font-size: 1.4rem;
    }
  }
  .webzine-wrap .tab-webzine-wrap2 .tab-webzine li a.active {
    color: var(--white);
    border-bottom: 4px solid var(--white);
  }
  .webzine-wrap .webzine-content {
    padding-top: 10rem;
    max-width: 1502px;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
  }
  @media screen and (max-width: 768px) {
    .webzine-wrap .webzine-content {
      padding-top: 5rem;
    }
  }
  .webzine-wrap .webzine-content .ico-welcome {
    width: 4rem;
    height: 4rem;
    display: block;
  }
  .webzine-wrap .webzine-card {
    padding: 4rem;
    border-radius: 6px;
    border: 1px solid var(--graye4);
    background: #FFF;
    margin-top: 5rem;
  }
  .webzine-wrap .news-list li {
    width: 100%;
    display: grid;
    grid-template-columns: 300px 1fr;
    align-items: center;
    gap: 4rem;
    padding: 4rem;
    border-bottom: 1px solid var(--grayf4);
    cursor: pointer;
    overflow: hidden;
  }
  @media screen and (max-width: 900px) {
    .webzine-wrap .news-list li {
      grid-template-columns: 200px 1fr;
    }
  }
  .webzine-wrap .news-list li .news-list-img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 8px;
    aspect-ratio: 1/0.6666;
  }
  .webzine-wrap .news-list-info {
    width: 100%;
    min-width: 0;
  }
  .webzine-wrap .news-list-info .title {
    font-size: 2.2rem;
    padding-bottom: 1.2rem;
  }
  .webzine-wrap .news-list-info .desc {
    width: 100%;
    max-width: 800px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .webzine-wrap .news-list-info .info p {
    font-size: 1.6rem;
  }
  @media screen and (max-width: 1100px) {
    .webzine-wrap .webzine-title.align {
      flex-direction: column;
      align-items: flex-start;
    }
    .webzine-wrap .webzine-title.align .input-search1 {
      margin-top: 2rem;
    }
    .webzine-wrap .webzine-card {
      padding: 2rem;
      margin-top: 2.5rem;
    }
    .webzine-wrap .news-list li {
      gap: 2rem;
      padding: 2rem;
    }
  }
  @media screen and (max-width: 768px) {
    .webzine-wrap .webzine-title__main .ico-welcome {
      width: 3rem;
      height: 3rem;
    }
    .webzine-wrap .webzine-title__main p {
      font-size: 2.4rem;
    }
    .webzine-wrap .webzine-card__title h2.fz32 {
      font-size: 2rem;
    }
    .webzine-wrap .webzine-card__title button {
      font-size: 1.2rem;
    }
    .webzine-wrap .webzine-card__title button.mw170 {
      min-width: 10rem !important;
      width: 10rem !important;
    }
    .webzine-wrap .webzine-card__title button.md2 {
      height: 3rem !important;
    }
    .webzine-wrap .webzine-card__title.pb40 {
      padding-bottom: 2rem;
    }
    .webzine-wrap .news-list-info .title {
      font-size: 1.8rem;
      padding-bottom: 0.8rem;
    }
    .webzine-wrap .news-list-info .desc {
      -webkit-line-clamp: 2 !important;
      font-size: 1.4rem;
      margin-bottom: 1.2rem;
    }
    .webzine-wrap .news-list-info .info {
      white-space: nowrap;
    }
    .webzine-wrap .news-list-info .info p {
      font-size: 1.2rem;
    }
    .webzine-wrap .news-list li {
      grid-template-columns: minmax(50px, 100px) 1fr;
      align-items: center;
      gap: 2rem;
      padding: 1.6rem 0;
    }
    .webzine-wrap .news-list li .news-list-img img {
      aspect-ratio: 1/0.9;
    }
  }
  @media screen and (max-width: 500px) {
    .webzine-wrap .webzine-title__main p {
      font-size: 2rem;
    }
  }
}
@layer Footer {
  .footer {
    border-top: 1px solid var(--graye4);
    padding: 6rem;
    background: var(--white);
  }
  @media screen and (width < 1000px) {
    .footer {
      padding: 8rem 2rem;
    }
  }
  @media screen and (width < 1000px) {
    .footer {
      padding: 4rem 2rem;
    }
  }
  .footer .inner {
    width: 100%;
    max-width: 152.9rem;
    margin: 0 auto;
  }
  .footer .inner .privacy-policy {
    display: flex;
    gap: 1.6rem;
    border-bottom: 1px solid var(--grayf4);
    padding-bottom: 2.8rem;
  }
  @media screen and (max-width: 400px) {
    .footer .inner .privacy-policy {
      flex-direction: column;
    }
  }
  .footer .inner .privacy-policy li a {
    color: var(--black00);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.5rem;
    font-weight: 500;
  }
  .footer .inner .privacy-policy li a.bold {
    font-weight: 700;
  }
  @media screen and (width < 1000px) {
    .footer .inner .privacy-policy li a {
      font-size: 14px;
    }
  }
  .footer .inner .privacy-policy li + li {
    position: relative;
  }
  .footer .inner .privacy-policy li + li::before {
    position: absolute;
    top: 50%;
    left: -7.5px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 1px;
    height: 1rem;
    background: var(--graye4);
  }
  .footer .inner address {
    padding-top: 2.8rem;
  }
  @media screen and (width < 1000px) {
    .footer .inner address .align {
      flex-direction: column;
    }
  }
  .footer .inner address .align2 {
    display: flex;
    gap: 3px;
  }
  .footer .inner address p, .footer .inner address a {
    display: block;
    color: var(--gray5d);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 1.5rem;
  }
  @media screen and (width < 1000px) {
    .footer .inner address p, .footer .inner address a {
      font-size: 13px;
    }
  }
} /*Footer*/
@layer Header.Logo {}
@layer Header.Gnb {
  .gnb {
    display: flex;
    gap: 4rem;
  }
  @media screen and (width < 900px) {
    .gnb {
      display: none;
    }
  }
  .gnb a {
    position: relative;
    color: var(--gray33);
    font-size: 1.6rem;
    font-weight: 700;
  }
  .gnb a::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1rem solid var(--yellow);
    transform: scaleX(0);
    transition: 0.8s var(--inout-expo);
  }
  .gnb a:hover::after {
    transform: scaleX(1);
  }
}
@layer Header {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background: var(--white);
    width: 100%;
    height: 100px;
    padding: 0 7rem;
    display: grid;
    grid-template-columns: 169px 1fr minmax(89px, auto);
    align-items: center;
    border-bottom: 1px solid var(--grayd4);
  }
  @media screen and (max-width: 500px) {
    .header .btn-myinfo.fz16 {
      font-size: 10px !important;
    }
    .header .login {
      margin-left: 8px;
    }
  }
  @media screen and (max-width: 1000px) {
    .header {
      display: flex;
      justify-content: space-between;
      height: 52px;
      padding: 0 20px;
      z-index: 101;
    }
    .header .logo {
      width: 90px;
    }
  }
  .header .logo a {
    display: block;
    width: 169px;
  }
  @media screen and (max-width: 1000px) {
    .header .logo a {
      width: 90px;
    }
  }
  .header .logo a img {
    display: block;
    width: 100%;
  }
  .header .menu {
    position: relative;
    display: flex;
    justify-content: space-between;
    max-width: 850px;
    margin: 0 auto;
  }
  @media screen and (max-width: 1249px) {
    .header .menu {
      display: none;
    }
  }
  .header .menu > li {
    position: relative;
    width: 108px;
  }
  .header .menu > li > .btn-menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100px;
    color: var(--black00);
    font-size: 1.8rem;
    font-weight: 600;
  }
  .header .menu > li > .btn-menu:hover, .header .menu > li > .btn-menu.active {
    color: var(--navy09);
  }
  .header .menu > li > .btn-menu:hover:after, .header .menu > li > .btn-menu.active:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 10.2rem;
    height: 4px;
    background: var(--navy09);
    z-index: 200;
  }
  .header .menu > li .sub-menu {
    opacity: 0;
    visibility: hidden;
    display: flex;
    width: 108px;
    position: absolute;
    top: 14rem;
    left: 50%;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 3.4rem;
    z-index: 102;
    text-align: center;
  }
  .header .menu > li .sub-menu.active {
    opacity: 1;
    visibility: visible;
  }
  .header .menu > li .sub-menu li {
    width: 100%;
  }
  .header .menu > li .sub-menu li .btn-sub {
    position: relative;
    width: 100%;
    color: var(--gray5d);
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
  }
  .header .menu > li .sub-menu li .btn-sub:hover, .header .menu > li .sub-menu li .btn-sub.active {
    color: var(--navy09);
  }
  .header .menu > li .sub-menu li .btn-sub:hover::after, .header .menu > li .sub-menu li .btn-sub.active::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: var(--navy34);
  }
  .header .menu > li .sub-menu li .btn-sub.inactive {
    color: var(--graycf);
    font-weight: 400;
    cursor: default;
  }
  .header .menu > li .sub-menu li .btn-sub.inactive:hover::after {
    display: none;
  }
  .header .login {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
  }
  .header .login .profile {
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: 100%;
    background: var(--bluee4);
  }
  @media screen and (max-width: 768px) {
    .header .login .profile {
      width: 24px;
      height: 24px;
    }
  }
  .header .login .profile img {
    display: block;
    width: 3.4rem;
    height: 3.4rem;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 100%;
    border: 1px solid var(--bluea6);
  }
  @media screen and (max-width: 768px) {
    .header .login .profile img {
      width: 24px;
      height: 24px;
    }
  }
  .header .login .btn-login {
    color: var(--navy09);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
  }
  @media screen and (max-width: 768px) {
    .header .login .btn-login {
      font-size: 14px;
    }
  }
  .header .login .btn-hamburger {
    display: none;
    width: 24px;
    height: 24px;
    background: url(../../images/ico_hamburger.svg);
    margin-left: 16px;
  }
  @media screen and (max-width: 1249px) {
    .header .login .btn-hamburger {
      display: block;
    }
  }
  .gnb-bg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 10rem;
    left: 52%;
    transform: translateX(-50%);
    width: 75%;
    height: 425px;
    background: var(--white);
    z-index: 101;
    transition: all 0.3s !important;
  }
  .gnb-bg.active {
    opacity: 1;
    visibility: visible;
  }
  @media screen and (max-width: 1249px) {
    .gnb-bg {
      display: none;
    }
  }
  .nav-mobile {
    display: none;
  }
  @media screen and (max-width: 1249px) {
    .nav-mobile {
      display: block;
      opacity: 0;
      position: fixed;
      top: 0;
      right: -100%;
      width: 100%;
      height: 100vh;
      background: var(--white);
      z-index: 9999;
      overflow-y: auto;
      transition: all 0.3s;
    }
    .nav-mobile.active {
      right: 0;
      opacity: 1;
    }
    .nav-mobile .menu-header {
      display: grid;
      grid-template-columns: 24px 1fr;
      align-items: center;
      height: 5.4rem;
      padding: 0 1.5rem;
    }
    .nav-mobile .menu-header button {
      width: 24px;
      height: 24px;
      background: url(../../images/ico_back_black.svg) no-repeat center center/contain;
      text-indent: -9999px;
    }
    .nav-mobile .menu-header button img {
      display: block;
      width: 100%;
    }
    .nav-mobile .menu-header .title {
      width: 100%;
      text-align: center;
      color: var(--black24);
      font-size: 16px;
      font-weight: 600;
    }
    .nav-mobile__menu > li .btn-menu-m {
      display: block;
      color: var(--black24);
      font-size: 14px;
      font-weight: 500;
      padding: 20px 25px;
      height: 54px;
      background: url(../../images/ico_arrow_right_gray2.svg) no-repeat right 25px top 50%/14px;
    }
    .nav-mobile__menu > li + li {
      border-top: 1px solid var(--grayef);
    }
    .nav-mobile__menu > li .sub-menu-m {
      display: none;
      padding: 10px 12px;
      background: var(--grayf69);
    }
    .nav-mobile__menu > li .sub-menu-m.active {
      display: block;
      opacity: 1;
      visibility: visible;
    }
    .nav-mobile__menu > li .sub-menu-m li a {
      width: 100%;
      display: flex;
      align-items: center;
      height: 30px;
      color: var(--black24);
      font-size: 13px;
      font-weight: 500;
    }
    .nav-mobile__menu > li .sub-menu-m li a:hover, .nav-mobile__menu > li .sub-menu-m li a.active {
      color: var(--navy09);
    }
    .nav-mobile__menu > li .sub-menu-m li a.inactive {
      color: var(--graycf);
      font-weight: 400;
    }
  }
}
@layer Base {
  .m0auto {
    margin: 0 auto;
    width: 122.4rem;
  }
  @media screen and (max-width: 900px) {
    .m0auto {
      width: 100%;
      margin: 0;
    }
  }
  .mx-auto {
    margin: 0 auto;
  }
  .only-mobile {
    display: none;
  }
  @media screen and (max-width: 900px) {
    .only-mobile {
      display: block;
    }
  }
  .relative {
    position: relative;
  }
  .w100 {
    width: 100% !important;
  }
  .mw170 {
    min-width: 17rem;
  }
  .w14 {
    width: 14px;
  }
  .mw102 {
    width: 10.2rem;
  }
  .mw130 {
    width: 13rem;
  }
  .mw170 {
    width: 17rem;
  }
  .mxw1490 {
    width: 100%;
    max-width: 149rem;
  }
  .mxw540 {
    width: 100%;
    max-width: 54rem;
  }
  .mxw927 {
    width: 100%;
    max-width: 92.7rem;
  }
  .mxw270 {
    width: 100%;
    max-width: 27rem;
  }
  .mxh270 {
    max-height: 18rem;
  }
  .mxh270 {
    max-height: 27rem;
  }
  .mh100 {
    min-height: 100vh;
  }
  .minh275 {
    min-height: 27.5rem;
  }
  .minh285 {
    min-height: 28.5rem;
  }
  .h260 {
    height: 26rem;
  }
  .h270 {
    height: 27rem;
  }
  .h285 {
    height: 28.5rem;
  }
  .inline-flex {
    display: inline-flex;
  }
  .grid-type1 {
    display: grid;
    grid-template-columns: 1fr minmax(129px, auto);
    gap: 8px;
  }
  .grid-type2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
  }
  @media screen and (max-width: 768px) {
    .grid-type2 {
      grid-template-columns: 1fr;
    }
  }
  .grid-type3 {
    display: grid;
    grid-template-columns: minmax(0, auto) 1fr;
    align-items: center;
    gap: 20px;
  }
  .grid-type4 {
    display: grid;
    grid-template-columns: 1fr 12px 1fr;
    gap: 3.4rem;
    align-items: center;
  }
  .grid-type5 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.8rem;
  }
  @media screen and (max-width: 1000px) {
    .grid-type5 {
      display: block;
    }
  }
  .grid-type6 {
    display: grid;
    grid-template-columns: 48px 1fr 1fr;
    align-items: center;
    gap: 20px;
  }
  @media screen and (max-width: 1000px) {
    .grid-type6 {
      display: block;
    }
  }
  .grid-type7 {
    display: grid;
    grid-template-columns: 334px 1fr 344px;
    align-items: center;
  }
  @media screen and (max-width: 1000px) {
    .grid-type7 {
      display: flex;
      flex-direction: column-reverse;
    }
  }
  .grid-type8 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.8rem;
  }
  .grid-type9 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
  }
  @media screen and (max-width: 1000px) {
    .grid-type9 {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media screen and (max-width: 768px) {
    .grid-type9 {
      grid-template-columns: repeat(2, 1fr);
    }
  }
  .bg.white {
    background: var(--white);
  }
  .bg.grayfc {
    background: var(--grayfc);
  }
  .bg.grayf4 {
    background: var(--grayf4);
  }
  .bg.grayf6 {
    background: var(--grayf6);
  }
  .bg.grayf69 {
    background: var(--grayf69);
  }
  .bg.gradient1 {
    background: linear-gradient(90deg, #78D8CB 0%, #4DAFC1 19.5%, #1597D2 50%, #4DAFC1 80%, #78D8CB 100%);
  }
  .bg.navy09 {
    background: var(--navy09);
  }
  .border-type1 {
    border: 1px solid var(--graye4);
  }
  .border-type2 {
    width: 100%;
    height: 1px;
    background: var(--grayf4);
  }
  .border-type3 {
    border: 1px solid var(--grayf4);
  }
  .border-bottomf4 {
    border-bottom: 1px solid var(--grayf4);
  }
  .border-bottomd4 {
    border-bottom: 1px solid var(--grayd4);
  }
  .border-bottome4 {
    border-bottom: 1px solid var(--graye4);
  }
  .border-topf4 {
    border-top: 1px solid var(--grayf4);
  }
  .border-topd4 {
    border-top: 1px solid var(--grayd4);
  }
  .border-tope4 {
    border-top: 1px solid var(--graye4);
  }
  .border-leftf4 {
    border-left: 1px solid var(--grayf4);
  }
  @media screen and (max-width: 1000px) {
    .border-mo1 {
      width: 100%;
      height: 1px;
      background: var(--grayf4);
    }
    .border-mo10 {
      width: 100%;
      height: 10px;
      background: #F4F5FB;
    }
  }
  .rounded6 {
    border-radius: 6px;
  }
  .scroll-y {
    overflow-y: auto;
    padding-right: 8px;
  }
  /* 스크롤바 스타일 (크롬, 엣지) */
  .scroll-y::-webkit-scrollbar {
    width: 8px;
  }
  .scroll-y::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  .scroll-y::-webkit-scrollbar-track {
    background: transparent;
  }
  .scroll-x {
    overflow-x: auto;
    display: block;
    padding-bottom: 8px;
  }
  /* 스크롤바 스타일 (크롬, 엣지) */
  .scroll-x::-webkit-scrollbar {
    height: 8px;
    display: block;
  }
  .scroll-x::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
  }
  .scroll-x::-webkit-scrollbar-track {
    background: transparent;
  }
  .flex1 {
    flex: 1;
  }
  .ellipsis01 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .ellipsis02 {
    display: block;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  @media screen and (max-width: 1000px) {
    .block-mo2,
    .align.block-mo2 {
      display: block !important;
    }
    .block-mo,
    .align.block-mo {
      display: block !important;
    }
    .mt20-mo {
      margin-top: 2rem;
    }
  }
  .relative {
    position: relative;
  }
  .absolute {
    position: absolute;
  }
  .absolute .center-x {
    left: 50%;
    transform: translateX(-50%);
  }
  .custom-scroll {
    overflow-y: auto;
  }
  /* 특정 클래스에만 적용 */
  .custom-scroll::-webkit-scrollbar {
    width: 6px;
  }
  .custom-scroll::-webkit-scrollbar-thumb {
    background: #3498db;
    border-radius: 3px;
  }
  .hidden {
    overflow: hidden;
  }
  .nowrap {
    white-space: nowrap !important;
  }
  .bar {
    display: block;
    width: 1px;
    height: 10px;
    background: var(--graye4);
  }
}
@layer Align {
  .align {
    display: flex;
  }
  @media screen and (width < 1000px) {
    .align.align-mo {
      display: block;
    }
  }
  @media screen and (width < 768px) {
    .align .align-mo2 {
      display: block;
    }
  }
  .align.column {
    flex-direction: column;
  }
  .align.both {
    justify-content: space-between;
  }
  .align.right {
    justify-content: flex-end;
  }
  .align.center {
    justify-content: center;
  }
  .align.vt {
    align-items: flex-start;
  }
  .align.vm {
    align-items: center;
  }
  .align.vb {
    align-items: flex-end;
  }
  .align.gap3 {
    gap: 3px;
  }
  .align.gap8 {
    gap: 8px;
  }
  .align.gap10 {
    gap: 1rem;
  }
  .align.gap20 {
    gap: 2rem;
  }
  .align.gap24 {
    gap: 2.4rem;
  }
  .align.gap40 {
    gap: 4rem;
  }
  .align.gap50 {
    gap: 5rem;
  }
  .align.gap66 {
    gap: 6.6rem;
  }
  .txt-center {
    text-align: center;
  }
  .txt-right {
    text-align: right;
  }
  .txt-left {
    text-align: left;
  }
  @media screen and (max-width: 1000px) {
    .txt-left-mo {
      width: 100%;
      display: block;
      text-align: left;
    }
  }
}
@layer Main {
  @media screen and (max-width: 500px) {
    .main {
      margin-top: 1rem;
    }
  }
  .main .section1 {
    width: 100%;
    position: relative;
  }
  @media screen and (max-width: 1000px) {
    .main .section1.align {
      flex-direction: column;
    }
  }
  .main .section1 .section1-title {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #FFF;
    font-size: 13vw;
    font-weight: 700;
    letter-spacing: -7.973px;
    text-align: center;
    z-index: 1;
  }
  .main .section1 .section1-title .br-mo {
    display: none;
  }
  @media screen and (max-width: 1000px) {
    .main .section1 .section1-title {
      text-align: left;
      padding-left: 2rem;
      padding-top: 4rem;
    }
    .main .section1 .section1-title .br-mo {
      display: block;
      font-size: 4rem;
    }
  }
  .main .section1 .slider-main {
    width: calc(100% - 41.4rem);
    height: calc(100vh - 10rem);
  }
  .main .section1 .slider-main img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (max-width: 1000px) {
    .main .section1 .slider-main {
      width: 100%;
      height: auto;
    }
  }
  .main .section1 .side {
    display: flex;
    flex-direction: column;
    justify-content: end;
    width: 41.4rem;
    height: calc(100vh - 10rem);
    background: var(--navy09);
  }
  @media screen and (max-width: 1000px) {
    .main .section1 .side {
      width: 100%;
      height: auto;
      transform: translateY(-1px);
    }
    .main .section1 .side .phrase {
      display: none;
    }
    .main .section1 .side .word {
      margin: 0 auto;
    }
    .main .section1 .side .word .text.fz20 {
      font-size: 16px;
    }
    .main .section1 .side .word .text-right {
      text-align: center;
    }
  }
  .main .section1 .side .detail {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
    height: 60%;
    padding-right: 3.5rem;
    padding-bottom: 5.2rem;
  }
  @media screen and (max-width: 1000px) {
    .main .section1 .side .detail {
      padding-left: 2rem;
      padding-right: 2rem;
      padding-top: 2rem;
      padding-bottom: 2rem;
    }
  }
  .main .section2 {
    position: relative;
    padding-top: 10.5rem;
    padding-bottom: 10.5rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .main .section2 .text-wrap {
    position: absolute;
    width: 100%;
    left: 5%;
    top: 10.5rem;
  }
  @media screen and (max-width: 1400px) {
    .main .section2 .text-wrap .title {
      font-size: 3vw;
    }
  }
  .main .section2 ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    max-width: 1300px;
    margin: 0 auto;
    padding-left: 18rem;
  }
  .main .section2 ul li {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .main .section2 ul li + li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(9, 56, 139, 0.35);
    transition: all 0.3s;
    cursor: pointer;
    z-index: 100;
  }
  .main .section2 ul li + li img {
    transition: all 0.5s;
  }
  .main .section2 ul li + li:hover::before {
    background: var(--navy09);
    opacity: 0.6;
    z-index: 100;
  }
  .main .section2 ul li + li:hover img {
    transform: scale(1.2);
  }
  .main .section2 ul li + li:hover .text.grayed {
    width: 100%;
  }
  .main .section2 ul li .list-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    z-index: 100;
  }
  @media screen and (max-width: 1000px) {
    .main .section2 {
      padding-top: 4rem;
      padding-bottom: 4rem;
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
    .main .section2 .text-wrap {
      position: relative;
      left: 0;
      top: 0;
    }
    .main .section2 .text-wrap .text.fz23 {
      font-size: 12px;
    }
    .main .section2 .text-wrap .text.fz23.pb42 {
      padding-bottom: 20px;
    }
    .main .section2 .text-wrap .text.fz45 {
      font-size: 20px;
    }
    .main .section2 ul {
      grid-template-columns: 1fr 1fr;
      padding-left: 0;
      gap: 12px;
      margin-top: 30px;
    }
    .main .section2 ul li:first-child {
      display: none;
    }
    .main .section2 ul li .list-text {
      font-size: 16px;
    }
  }
  .main .section3 {
    background: var(--white);
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
  .main .section3 ul {
    display: flex;
    gap: 5rem;
    justify-content: center;
    max-width: 149rem;
    margin: 0 auto;
  }
  .main .section3 ul li {
    width: 100%;
  }
  .main .section3 ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    width: 100%;
    background: var(--grayf8);
    border-radius: 19.7rem;
    aspect-ratio: 1/0.5549;
  }
  .main .section3 ul li a img {
    width: 7.5rem;
  }
  @media screen and (max-width: 1400px) {
    .main .section3 ul li a img {
      width: 4.5vw;
    }
  }
  .main .section3 ul li a p {
    color: var(--black00);
    font-family: "YoonGothicPro750", "Pretendard";
    font-size: 2.2rem;
    font-weight: 600;
  }
  @media screen and (max-width: 1000px) {
    .main .section3 ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 9px 12px;
    }
    .main .section3 ul li a {
      aspect-ratio: 1/0.5512;
    }
    .main .section3 ul li a img {
      width: 32px;
    }
    .main .section3 ul li a p {
      font-size: 13px;
    }
  }
  @media screen and (max-width: 600px) {
    .main .section3 {
      border-top: 10px solid var(--grayfb);
    }
  }
  .main .section4 {
    background: var(--white);
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    max-width: 149.6rem;
    margin: 0 auto;
  }
  .main .section4 .board-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 13.6rem;
  }
  @media screen and (max-width: 1400px) {
    .main .section4 .board-wrap {
      gap: 3rem;
    }
    .main .section4 .board-wrap .list-title {
      font-size: 20px;
    }
  }
  @media screen and (max-width: 1000px) {
    .main .section4 .board-wrap {
      grid-template-columns: repeat(1, 1fr);
    }
  }
  .main .section4 .board-wrap .btn-more {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../../images/ico_arrow_right_gray.svg) no-repeat center center/contain;
  }
  .main .section4 .board-wrap .board-list li + li {
    padding-top: 1.2rem;
  }
  .main .section4 .board-wrap .board-list li a {
    display: grid;
    grid-template-columns: minmax(0, auto) auto;
  }
  .main .section4 .board-wrap .board-list li a p {
    display: inline-flex;
    position: relative;
    width: 100%;
  }
  .main .section4 .board-wrap .board-list li a p i {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
  }
  .main .section4 .board-wrap .board-list li a p .meta {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-left: 5px;
  }
  .main .section4 .board-wrap .board-list li a > span {
    padding-left: 2rem;
  }
  @media screen and (max-width: 1400px) {
    .main .section4 .board-wrap .board-list li a .text.fz16 {
      font-size: 14px;
    }
  }
  @media screen and (max-width: 600px) {
    .main .section4 .border-top-mo {
      border-top: 10px solid var(--grayfb);
    }
  }
  .main .section5 {
    position: relative;
  }
  .main .section5 .bg-gray {
    display: flex;
    align-items: end;
    height: 54rem;
    background: var(--grayf3);
  }
  .main .section5 .bg-gray .text {
    color: var(--graye9);
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: -2px;
  }
  .main .section5 .bg-navy {
    height: 54rem;
    background: var(--navy09);
  }
  .main .section5 .bg-navy .text {
    color: var(--navy13);
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: right;
  }
  .main .section5 .content-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main .section5 .content-wrap__title {
    font-size: 2.3rem;
    font-weight: 800;
    background: linear-gradient(90deg, #3BB1FB 0%, #92D700 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    margin: 0 auto;
  }
  .main .section5 .content-wrap__subtitle {
    color: #0C0C0C;
    text-align: center;
    font-size: 5.3rem;
    font-family: "GongGothicMedium";
    font-weight: normal;
  }
  .main .section5 .content-wrap__thumbnail {
    width: 100%;
    height: 525px;
  }
  @media screen and (max-width: 1000px) {
    .main .section5 .content-wrap {
      padding: 0 16px;
    }
    .main .section5 .content-wrap__title {
      font-size: 12px;
    }
    .main .section5 .content-wrap__title.pb36 {
      padding-bottom: 20px;
    }
    .main .section5 .content-wrap__subtitle {
      font-size: 20px;
    }
    .main .section5 .bg-gray {
      height: 50vw;
    }
    .main .section5 .bg-gray .text {
      display: none;
    }
    .main .section5 .bg-navy {
      height: 50vw;
    }
    .main .section5 .bg-navy .text {
      display: none;
    }
  }
  @media screen and (max-width: 600px) {
    .main .section5 .bg-gray {
      height: 35vh;
    }
    .main .section5 .bg-navy {
      height: 35vh;
    }
  }
  .main .section6 {
    position: relative;
  }
  .main .section6 .bg-gray {
    display: flex;
    align-items: end;
    height: 54rem;
    background: var(--grayf3);
  }
  @media screen and (max-width: 400px) {
    .main .section6 .bg-gray {
      height: 52rem !important;
    }
  }
  .main .section6 .bg-gray .text {
    color: var(--graye9);
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: -2px;
  }
  .main .section6 .bg-navy {
    height: 54rem;
    background: var(--navy09);
  }
  .main .section6 .bg-navy .text {
    color: var(--navy13);
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: -2px;
    text-align: right;
  }
  .main .section6 .content-wrap {
    width: calc(100% - 32px);
    max-width: 1490px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
  }
  @media screen and (max-width: 600px) {
    .main .section6 .content-wrap {
      top: 34%;
    }
  }
  @media screen and (max-width: 500px) {
    .main .section6 .content-wrap {
      top: 45%;
    }
  }
  .main .section6 .recent-sermon-list {
    width: 100%;
    display: grid;
    grid-template-columns: 59.5rem 1fr 1fr;
    gap: 2.6rem;
  }
  .main .section6 .recent-sermon-list li {
    aspect-ratio: 0.6/1;
  }
  .main .section6 .recent-sermon-list li:first-child {
    position: relative;
    aspect-ratio: 1/1;
  }
  @media screen and (max-width: 1000px) {
    .main .section6 .recent-sermon-list li:first-child {
      aspect-ratio: 0.6/1;
    }
    .main .section6 .recent-sermon-list li:first-child a img {
      aspect-ratio: 1/1;
    }
  }
  .main .section6 .recent-sermon-list li .text-wrap {
    background: var(--grayf3);
    padding: 1.6rem;
    border-radius: 0px 0px 6px 6px;
  }
  .main .section6 .recent-sermon-list li .text-wrap.type2 {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  @media screen and (max-width: 1000px) {
    .main .section6 .recent-sermon-list li .text-wrap.type2 {
      position: relative;
      margin-top: 2rem;
    }
  }
  .main .section6 .recent-sermon-list li a img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/1;
    border-radius: 6px;
  }
  @media screen and (max-width: 1000px) {
    .main .section6 .bg-gray .text {
      display: none;
    }
    .main .section6 .sub-title2.text.fz20 {
      font-size: 12px;
    }
    .main .section6 .sub-title2.text.fz20.pb36 {
      padding-bottom: 20px;
    }
    .main .section6 .title.text.fz53 {
      font-size: 20px;
    }
    .main .section6 .btn-moreview {
      margin-top: 20px;
    }
    .main .section6 .block-mo.pb70 {
      padding-bottom: 30px;
    }
    .main .section6 .recent-sermon-list {
      grid-template-columns: 1fr 1fr 1fr;
      min-width: 720px;
      gap: 12px;
    }
    .main .section6 .recent-sermon-list li .text-wrap {
      padding: 0;
    }
    .main .section6 .recent-sermon-list li .text-wrap.type2 {
      background: var(--grayf3);
    }
    .main .section6 .recent-sermon-list li .text-wrap.type2 .text.grayf6 {
      color: var(--black0c);
    }
    .main .section6 .recent-sermon-list li .text-wrap.type2 .text.grayee {
      color: var(--gray5d);
    }
    .main .section6 .recent-sermon-list li .text-wrap.type2.mt24 {
      margin-top: 12px;
    }
  }
  @media screen and (max-width: 600px) {
    .main .section6 {
      border-top: 10px solid var(--grayfb);
    }
    .main .section6 .bg-gray {
      height: 44vh;
    }
    .main .section6 .bg-navy {
      height: 35vh;
    }
  }
  .main .section7 {
    background: var(--grayf3);
  }
  @media screen and (max-width: 600px) {
    .main .section7 {
      padding-top: 40px;
      background: var(--white);
    }
  }
  .main .section7 .text-wrap {
    max-width: 149rem;
    margin: 0 auto;
    padding: 0 16px;
  }
  .main .section7 .worship-time-list {
    display: flex;
    margin-top: 9.5rem;
  }
  .main .section7 .worship-time-list li {
    position: relative;
    overflow: hidden;
  }
  .main .section7 .worship-time-list li img {
    transition: all 0.5s;
  }
  .main .section7 .worship-time-list li:hover::before {
    background: rgba(9, 56, 139, 0.6);
  }
  .main .section7 .worship-time-list li:hover img {
    transform: scale(1.2);
  }
  .main .section7 .worship-time-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(9, 56, 139, 0.35);
    transition: all 0.3s;
    z-index: 100;
  }
  .main .section7 .worship-time-list li .text-wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 12rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  @media screen and (max-width: 600px) {
    .main .section7 .worship-time-list {
      padding: 0 16px 50px 16px;
    }
  }
  @media screen and (max-width: 1000px) {
    .main .section7 .sub-title.text.fz23 {
      font-size: 12px;
    }
    .main .section7 .title.text.fz53 {
      font-size: 20px;
    }
    .main .section7 .title.text.fz53.pt42 {
      padding-top: 20px;
    }
    .main .section7 .btn-moreview.type2 {
      margin-top: 20px;
    }
    .main .section7 .worship-time-list {
      margin-top: 30px;
    }
  }
  @media screen and (max-width: 1000px) and (max-width: 768px) {
    .main .section7 .worship-time-list {
      flex-direction: column;
    }
    .main .section7 .worship-time-list li {
      aspect-ratio: 1/1;
    }
    .main .section7 .worship-time-list li .text-wrap {
      top: 5rem;
    }
  }
  .main .section8 {
    position: relative;
  }
  .main .section8 .bg-gray {
    display: flex;
    align-items: end;
    height: 54rem;
    background: var(--grayf3);
  }
  @media screen and (max-width: 400px) {
    .main .section8 .bg-gray {
      height: 42vh !important;
    }
  }
  .main .section8 .bg-gray .text {
    color: var(--graye9);
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: -2px;
  }
  .main .section8 .bg-navy {
    display: flex;
    align-items: end;
    height: 54rem;
    background: var(--navy09);
  }
  @media screen and (max-width: 400px) {
    .main .section8 .bg-navy {
      height: 37vh !important;
    }
  }
  .main .section8 .bg-navy .text {
    width: 100%;
    color: var(--navy13);
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: -2px;
    white-space: nowrap;
  }
  .main .section8 .content-wrap {
    width: calc(100% - 32px);
    max-width: 149rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main .section8 .activity-list {
    display: flex;
  }
  @media screen and (max-width: 1000px) {
    .main .section8 .sub-title2.text.fz20 {
      font-size: 12px;
    }
    .main .section8 .sub-title2.text.fz20.pb36 {
      padding-bottom: 20px;
    }
    .main .section8 .title.text.fz53 {
      font-size: 20px;
    }
    .main .section8 .btn-moreview {
      margin-top: 20px;
    }
    .main .section8 .bg-gray {
      height: 50vw;
    }
    .main .section8 .bg-gray .text {
      display: none;
    }
    .main .section8 .bg-navy {
      height: 50vw;
    }
    .main .section8 .bg-navy .text {
      display: none;
    }
    .main .section8 .block-mo.pb70 {
      padding-bottom: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .main .section8 .bg-gray {
      height: 35vh;
    }
    .main .section8 .bg-navy {
      height: 27vh;
    }
    .main .section8 .content-wrap {
      width: 100%;
    }
    .main .section8 .content-wrap .px16 {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .main .section9 {
    background: var(--grayf3);
  }
  .main .section9 .text-wrap {
    max-width: 149rem;
    margin: 0 auto;
    padding: 0 16px;
  }
  .main .section9 .worship-time-list {
    display: flex;
    margin-top: 9.5rem;
  }
  .main .section9 .worship-time-list li {
    position: relative;
    overflow: hidden;
  }
  .main .section9 .worship-time-list li img {
    transition: all 0.5s;
  }
  .main .section9 .worship-time-list li:hover::before {
    background: rgba(9, 56, 139, 0.6);
  }
  .main .section9 .worship-time-list li:hover img {
    transform: scale(1.2);
  }
  .main .section9 .worship-time-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(9, 56, 139, 0.35);
    transition: all 0.3s;
    cursor: pointer;
    z-index: 100;
  }
  .main .section9 .worship-time-list li .text-wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 7vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  @media screen and (max-width: 1000px) {
    .main .section9 .sub-title2.text.fz20 {
      font-size: 12px;
    }
    .main .section9 .title.text.fz53 {
      font-size: 20px;
    }
    .main .section9 .title.text.fz53.pt42 {
      padding-top: 20px;
    }
    .main .section9 .bg-gray {
      height: 50vw;
    }
    .main .section9 .bg-gray .text {
      display: none;
    }
    .main .section9 .bg-navy {
      height: 50vw;
    }
    .main .section9 .bg-navy .text {
      display: none;
    }
    .main .section9 .worship-time-list {
      margin-top: 30px;
      flex-direction: column;
    }
    .main .section9 .worship-time-list li {
      aspect-ratio: 1/1;
    }
    .main .section9 .worship-time-list li .text-wrap {
      top: 50%;
      transform: translate(-50%, -50%);
    }
  }
  @media screen and (max-width: 600px) {
    .main .section9 {
      border-top: 10px solid var(--grayfb);
      padding-top: 40px;
    }
    .main .section9 .bg-gray {
      height: 35vh;
    }
    .main .section9 .bg-navy {
      height: 35vh;
    }
    .main .section9 .worship-time-list {
      padding: 0 16px 50px 16px;
    }
  }
  .main .section10 {
    position: relative;
  }
  .main .section10 .bg-gray {
    display: flex;
    align-items: end;
    height: 54rem;
    background: var(--grayf3);
  }
  .main .section10 .bg-gray .text {
    color: var(--graye9);
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: -2px;
  }
  .main .section10 .bg-navy {
    display: flex;
    align-items: end;
    height: 54rem;
    background: var(--navy09);
  }
  .main .section10 .bg-navy .text {
    width: 100%;
    color: var(--navy13);
    font-size: 20rem;
    font-weight: 700;
    letter-spacing: -2px;
    white-space: nowrap;
  }
  .main .section10 .content-wrap {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .main .section10 .activity-list {
    display: flex;
  }
  @media screen and (max-width: 1000px) {
    .main .section10 .sub-title2.text.fz20 {
      font-size: 12px;
    }
    .main .section10 .sub-title2.text.fz20.pb36 {
      padding-bottom: 20px;
    }
    .main .section10 .title.text.fz53 {
      font-size: 20px;
    }
    .main .section10 .bg-gray {
      height: 50vw;
    }
    .main .section10 .bg-gray .text {
      display: none;
    }
    .main .section10 .bg-navy {
      height: 50vw;
    }
    .main .section10 .bg-navy .text {
      display: none;
    }
    .main .section10 .block-mo.pb70 {
      padding-bottom: 0;
    }
    .main .section10 .block-mo.pb70 .btn-moreview {
      margin-top: 20px;
    }
  }
  @media screen and (max-width: 600px) {
    .main .section10 .bg-gray {
      height: 35vh;
    }
    .main .section10 .bg-navy {
      height: 35vh;
    }
  }
  .main .sub-title {
    color: var(--navy09);
    font-size: 2.3rem;
    font-weight: 800;
  }
  .main .sub-title .white {
    color: var(--white);
  }
  @media screen and (max-width: 1000px) {
    .main .sub-title {
      font-size: 12px;
    }
    .main .sub-title.pb68 {
      padding-bottom: 30px;
    }
  }
  @media screen and (max-width: 600px) {
    .main .px16-mo {
      padding-left: 1.6rem;
      padding-right: 1.6rem;
    }
  }
  .video-container {
    position: relative;
    height: 0;
    padding-bottom: 527px;
  }
  .video-container .video {
    width: 100%;
  }
  @media screen and (max-width: 1000px) {
    .video-container {
      padding-bottom: 56%;
      margin-top: 0;
    }
    .video-container + .img-new02 {
      margin-top: 25px;
    }
  }
  .video-container iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 927px;
    height: 525px;
    transform: translate(-50%, -50%);
    border-radius: 6px;
  }
  @media screen and (max-width: 1400px) {
    .video-container iframe {
      width: 100%;
      height: 97%;
    }
  }
  .youtube-cap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 730px;
    height: 424px;
    z-index: -1;
    border-radius: 10px;
  }
  @media screen and (max-width: 927px) {
    .youtube-cap {
      width: 91%;
      height: 97%;
    }
  }
  .video-info {
    width: 100%;
    max-width: 92.7rem;
    margin: 2.4rem auto 0 auto;
    padding: 2.4rem;
    border-radius: 10px;
    background: var(--navy09);
  }
  .video-info.type1 {
    background: rgba(0, 0, 0, 0.5);
  }
  .user-account {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
    min-height: calc(100vh - 100px);
  }
  .user-account.top-space {
    justify-content: flex-start;
    padding-top: 10rem;
  }
  .user-account .ico-complete {
    width: 11.4rem;
  }
  .sub-content {
    max-width: 149rem;
    margin: 0 auto;
  }
  .sub-content.mxw1235 {
    max-width: 123.5rem;
  }
  .sub-banner {
    width: 100%;
    position: relative;
    height: calc(100vh - 100px);
    overflow: hidden;
  }
  @media screen and (max-width: 1000px) {
    .sub-banner {
      height: 50vw;
    }
  }
  .sub-banner .title {
    position: absolute;
    top: 9vw;
    left: 10vw;
    z-index: 100;
  }
  .sub-banner .title p {
    align-self: stretch;
    color: var(--navy09);
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
  }
  .sub-banner .title h3 {
    color: var(--black00);
    font-family: "GongGothicMedium";
    font-size: 3.8vw;
    font-weight: normal;
    padding-top: 3.6rem;
  }
  .sub-banner img {
    position: absolute;
    transform: translate(0, 50%) scale(0.8);
    z-index: 0;
    transition: all 0.7s;
  }
  .sub-banner.type2.active img {
    height: 100vh;
  }
  .sub-banner.active img {
    transform: translate(0, 0) scale(1);
    width: 100%;
    height: calc(100vh - 100px);
    opacity: 0.6;
    -o-object-fit: cover;
       object-fit: cover;
  }
  @media screen and (max-width: 1000px) {
    .sub-banner.active img {
      height: auto;
    }
  }
  .sub-banner.active::before {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }
  .scroll-x-hidden {
    overflow-x: hidden;
  }
  .img-thumb {
    display: block;
    width: 100%;
    aspect-ratio: 1/0.562;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
  }
  .info-type1 {
    display: flex;
    gap: 1.6rem;
    align-items: center;
  }
  .info-type1 p + p {
    position: relative;
  }
  .info-type1 p + p::before {
    position: absolute;
    top: 50%;
    left: -7.5px;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 1px;
    height: 1rem;
    background: var(--graye4);
  }
  @media screen and (max-width: 1000px) {
    .contents-detail .gallery-list {
      display: none;
    }
    .contents-detail .btn-list-view {
      display: none;
    }
    .contents-detail .btn-list {
      display: block;
    }
  }
  .mission-img {
    -o-object-fit: cover;
       object-fit: cover;
    aspect-ratio: 1/0.36;
  }
  @media screen and (width < 768px) {
    .ot-img {
      -o-object-fit: cover;
         object-fit: cover;
      height: 500px;
    }
  }
  @media screen and (max-width: 1000px) {
    .reservation .bg.grayfc {
      background: var(--white);
    }
    .reservation .px16 {
      padding-left: 0;
      padding-right: 0;
    }
    .reservation .select-type1 {
      width: 100%;
    }
    .reservation .title-reservation {
      width: 100%;
      border-top: 10px solid var(--grayf4);
      padding-top: 3rem;
    }
    .reservation .title-reservation.fz32 {
      font-size: 18px;
    }
    .reservation .title-reservation.ico9::after {
      width: 18px;
      height: 18px;
    }
  }
  .img-seminar-poster {
    display: block;
    max-width: 48rem;
    border-radius: 6px;
  }
  @media screen and (max-width: 1000px) {
    .img-seminar-poster {
      display: none;
    }
  }
  @media screen and (max-width: 768px) {
    .img-seminar-poster {
      max-width: 100%;
      margin: 0 auto;
    }
  }
  .img-schedule-wrap {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.4rem;
    margin-top: 6rem;
  }
  .img-schedule-wrap img {
    display: block;
    width: 100%;
    border-radius: 6px;
  }
  @media screen and (max-width: 1000px) {
    .img-schedule-wrap img {
      display: none;
    }
  }
  .img-schedule-mo {
    display: none;
  }
  @media screen and (max-width: 1000px) {
    .img-schedule-mo {
      display: flex;
      gap: 1.2rem;
      padding-bottom: 0.8rem;
    }
    .img-schedule-mo img {
      min-width: 27rem;
    }
  }
  .toastui-editor-contents p {
    font-family: "YoonGothicPro750";
    font-weight: 400;
  }
  .toastui-editor-contents a {
    color: #344EAD !important;
    font-weight: bold;
  }
  .toastui-editor-contents p {
    font-size: 16px;
  }
  #div_laypopup {
    display: none;
    position: absolute;
    top: 140px;
    left: 50px;
    max-width: 600px;
    color: white;
    text-align: center;
    z-index: 5;
    transition: 1s all ease;
  }
  @media screen and (max-width: 768px) {
    #div_laypopup {
      left: 50%;
      transform: translateX(-50%);
      width: 100%;
    }
  }
  .todayClose {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    color: #fff;
    text-shadow: 0 0 5px #000;
    z-index: 100;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #134191;
    padding: 10px 15px;
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    font-weight: bold;
  }
  .todayClose label {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
  }
  .todayClose input[type=checkbox] {
    appearance: none; /* 기본 스타일 제거 */
    -webkit-appearance: none; /* Safari 대응 */
    -moz-appearance: none; /* Firefox 대응 */
    width: 16px;
    height: 16px;
    cursor: pointer;
    border: none;
    background: #fff;
    border-radius: 2px;
  }
  .todayClose input {
    vertical-align: middle;
  }
  .justClose {
    display: inline-block;
    font-size: 0.9em;
    color: #000;
    cursor: pointer;
    line-height: 1.2em;
    padding: 0px 2px 1px 2px;
    margin-left: 3px;
    margin-top: 2px;
    text-shadow: none;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
  }
  .landing-img img {
    aspect-ratio: 1/0.4639;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 6px;
  }
} /*Main*/
@media screen and (width < 768px) {
  .sub-content.pt120 {
    padding-top: 4rem;
  }
  .sub-content.pb120 {
    padding-bottom: 4rem;
  }
  .pt100 {
    padding-top: 3.8rem;
  }
  .pb100 {
    padding-bottom: 3.8rem;
  }
}