@charset "utf-8";
:root {
  --global-font-family: "Pretendard Variable", "notokr", sans-serif;
  --global-font-size: 16px;
  --primary-color: #293098;
  --primary-color-light: #f2f6ff;
  --primary-color-dark: #0836ac;
  --primary-color-hover: var(--primary-color-dark);
  --danger-color: #f32222;
  --danger-color-hover: #cc0a0a;
  --dark-color: #4f5356;
  --dark-color-hover: #333;
  --grey-color: #d5d5d5;
  --grey-color-hover: #c4c4c4;
  --minmax-1fr: minmax(0, 1fr);
  --gap-1: 1rem;
  --gap-2: 1.5rem;
  --gap-3: 2rem;
  --radius-xs: 0.3rem;
  --radius-sm: 0.5rem;
  --radius-md: 0.8rem;
  --radius-1: 1rem;
  --radius-2: 1.5rem;
  --radius-3: 2rem;
  --radius-full: 9999px;
  --duration-1: 0.1s;
  --duration-2: 0.2s;
  --duration-3: 0.3s;
  --svh100: 100svh;
  --fs-xs: 0.6rem;
  --fs-sm: 0.7rem;
  --fs-md: 0.875rem;
  --fs-1: 1rem;
  --fs-2: 1.125rem;
  --fs-3: 1.25rem;
  --fs-4: 1.5rem;
  --fs-5: 1.75rem;
  --fs-6: 2rem;
  --fs-7: 2.5rem;
  --fs-8: 3rem;
  --fs-9: 3.5rem;
  --fs-10: 4rem;
  --container-1: 1300px;
  --container-2: 1700px;
  --container-padding-inline: 0.938rem;
  --button-height-1: 2.9375rem;
  --button-height-2: 4rem;
  --button-font-size-1: clamp(0.875rem, 2vw, 0.9375rem);
  --button-font-size-2: clamp(0.9375rem, 2vw, 1.125rem);
  --swiper-theme-color: var(--primary-color) !important;
  --swiper-caption-color: #fff;
  --swiper-caption-header-font: 650 4rem / 1.3 var(--global-font-family);
  --swiper-caption-header-margin-block: 0;
  --swiper-caption-paragraph-font: 450 1.375rem / 1.65 var(--global-font-family);
  --swiper-caption-paragraph-margin-block: 1.875rem 0 0;
  --swiper-caption-margin-block: 0 0 1.5rem;
  --swiper-caption-arrow-size: 64px;
  --swiper-caption-arrow-color: rgba(255, 255, 255, 1);
  --swiper-caption-arrow-next-img: url(/public/img/icons/SVG/arrow/arrow@25.04/arrow_next.svg);
  --swiper-caption-arrow-prev-img: url(/public/img/icons/SVG/arrow/arrow@25.04/arrow_prev.svg);
  --swiper-bullets-size: 0.625rem;
  --swiper-bullets-gap: 0.58rem;
  --swiper-bullets-color: #fff;
  --navbar-height: clamp(3.75rem, 10vw, 6.25rem);
  --navbar-logo-width: clamp(3.125rem, 15vw, 9.375rem);
  --navbar-logo-font: 700 clamp(1.25rem, 3vw, 2rem);
  --navbar-menu-padding-inline: clamp(0.9375rem, 3vw, 2.5rem);
  --navbar-menu-font: 600 clamp(0.9375rem, 2vw, 1.125rem);
  --navbar-menu-letter-spacing: -0rem;
  --navbar-dropmenu-font: 500 clamp(0.875rem, 2vw, 1rem);
  --navbar-dropmenu-width: 11.25rem;
  --navbar-dropmenu-padding: 1.5625rem;
  --navbar-dropmenu-gap: 0.9375rem;
  --navbar-dropmenu-position-x: 50%;
  --navbar-dropmenu-position-y: calc(100% - 1rem);
  --navbar-dropmenu-background-color: #293098;
  --navbar-dropmenu-color: #333;
  --navbar-dropmenu-hover-color: var(--primary-color);
  --subpage-header-height: 31.25rem;
  --subpage-header-title-font: 650 3.875rem / 1.1 var(--global-font-family);
  --subpage-header-paragraph-font: 400 1.5rem / 1.55 var(--global-font-family);
  --subpage-header-title-margin-block: 0;
  --subpage-header-bg-url-1: url(/public/img/sub/sub-top01.png);
  --subpage-header-bg-url-2: url(/public/img/sub/sub-top02.png);
  --subpage-header-bg-url-3: url(/public/img/sub/sub-top03.png);
  --subpage-header-bg-url-4: url(/public/img/sub/sub-top04.png);
  --subpage-header-bg-url-5: url(/public/img/sub/sub-top05.png);
  --subpage-header-bg-url-6: url(/public/img/sub/sub-top06.png);
  --subpage-navbar-flex: 0 1 11.25rem;
  --subpage-navbar-height: 4.875rem;
  --subpage-navbar-gap: 3.75rem;
  --subpage-navbar-font: 600 1.125rem / 1.5;
  --subpage-navbar-color: #666;
  --subpage-navbar-active-color: #293098;
  --subpage-section-padding-block: 7.5rem;
  --main-title-header-1-font: 700 2.875rem / 1.5;
  --main-title-header-2-font: 600 2.5rem / 1.5;
  --main-title-header-3-font: 700 3.125rem / 1.35;
  --main-title-header-4-font: 600 2.5rem / 1.5;
  --main-title-header-5-font: 700 1.75rem / 1.5;
  --main-title-header-6-font: 700 1.375rem / 1.5;
  --main-title-header-letter-spacing: -0.03rem;
  --main-title-header-1-color: #111;
  --main-title-header-2-color: #111;
  --main-title-header-3-color: #111;
  --main-title-header-4-color: #111;
  --main-title-header-5-color: #111;
  --main-title-header-6-color: #111;
  --main-title-header-3-gap: 1.88rem;
  --main-title-header-4-gap: 1.88rem;
  --main-title-header-5-gap: 0.94rem;
  --main-title-header-6-gap: 0.94rem;
  --main-title-header-1-margin-block: 0rem 0rem;
  --main-title-header-2-margin-block: 0rem 0rem;
  --main-title-header-3-margin-block: 0rem 5rem;
  --main-title-header-4-margin-block: 5rem 3rem;
  --main-title-header-5-margin-block: 3.5rem 2rem;
  --main-title-header-6-margin-block: 3rem 1rem;
  --main-title-paragraph-lg-font: 400 1.125rem / 1.5;
  --main-title-paragraph-1-font: 400 1.5rem / 1.5;
  --main-title-paragraph-2-font: 400 1.2rem / 1.5;
  --main-title-paragraph-3-font: 400 1.25rem / 1.6;
  --main-title-paragraph-4-font: 400 1.125rem / 1.6;
  --main-title-paragraph-5-font: 400 1.125rem / 1.6;
  --main-title-paragraph-6-font: 400 1.125rem / 1.6;
  --main-title-paragraph-1-color: #111;
  --main-title-paragraph-2-color: #111;
  --main-title-paragraph-3-color: #333;
  --main-title-paragraph-4-color: #333;
  --main-title-paragraph-5-color: #333;
  --main-title-paragraph-6-color: #555;
  --sub-title-header-xl-font: 700 4rem / 1.5;
  --sub-title-header-lg-font: 700 3.25rem / 1.5;
  --sub-title-header-1-font: 700 2.875rem / 1.5;
  --sub-title-header-2-font: 600 2.5rem / 1.5;
  --sub-title-header-3-font: 700 2.625rem / 1.3;
  --sub-title-header-4-font: 600 1.5rem / 1.5;
  --sub-title-header-5-font: 600 1.25rem / 1.5;
  --sub-title-header-6-font: 500 1.375rem / 1.5;
  --sub-title-header-letter-spacing: -0.03rem;
  --sub-title-header-1-color: #111;
  --sub-title-header-2-color: #111;
  --sub-title-header-3-color: #111;
  --sub-title-header-4-color: #333;
  --sub-title-header-5-color: #333;
  --sub-title-header-6-color: #333;
  --sub-title-header-1-margin-block: 0rem 0rem;
  --sub-title-header-2-margin-block: 0rem 0rem;
  --sub-title-header-3-margin-block: 0rem 6.25rem;
  --sub-title-header-4-margin-block: 5rem 1.5rem;
  --sub-title-header-5-margin-block: 3.1rem 0.9rem;
  --sub-title-header-6-margin-block: 1.9rem 0.6rem;
  --sub-title-paragraph-lg-font: 400 1.125rem / 1.5;
  --sub-title-paragraph-1-font: 400 1.5rem / 1.5;
  --sub-title-paragraph-2-font: 400 1.125rem / 1.5;
  --sub-title-paragraph-3-font: 400 1.25rem / 1.55;
  --sub-title-paragraph-4-font: 400 0.8rem / 1.5;
  --sub-title-paragraph-5-font: 400 0.6rem / 1.5;
  --sub-title-paragraph-6-font: 400 0.4rem / 1.5;
  --sub-title-paragraph-1-color: #111;
  --sub-title-paragraph-2-color: #111;
  --sub-title-paragraph-3-color: #333;
  --sub-title-paragraph-4-color: #333;
  --sub-title-paragraph-5-color: #333;
  --sub-title-paragraph-6-color: #333;
  --form-font: 400 0.9375rem / 1.5 var(--global-font-family);
  --form-color: #333;
  --form-placeholder-color: #aaa;
  --form-required-color: #f00;
  --form-height: 2.9375rem;
  --form-padding: 0.6rem 0.85rem;
  --form-radius: 0.375rem;
  --form-space-block: 0.88rem;
  --form-border-color: #ddd;
  --form-border-focus-color: #888;
  --form-check-icon: "check_circle";
  --footer-background-color: #1c1c1c;
  --footer-padding-block: 3.75rem;
  --footer-font: 350 0.9375rem / 1.7;
  --footer-color: rgba(255, 255, 255, 0.7);
  --footer-b-color: rgba(255, 255, 255, 0.5);
  --footer-copyright-font: 400 var(--fs-md) / 1.8;
  --footer-copyright-color: rgba(255, 255, 255, 0.5);
  --gms: "Material Symbols Outlined";
  --gms-grad-low: "GRAD" -25;
  --gms-grad-zero: "GRAD" 0;
  --gms-grad-high: "GRAD" 200;
  --gms-opsz: "opsz" 48;
  --gms-100-fill: "FILL" 1, "wght" 100, var(--gms-opsz);
  --gms-200-fill: "FILL" 1, "wght" 200, var(--gms-opsz);
  --gms-300-fill: "FILL" 1, "wght" 300, var(--gms-opsz);
  --gms-400-fill: "FILL" 1, "wght" 400, var(--gms-opsz);
  --gms-500-fill: "FILL" 1, "wght" 500, var(--gms-opsz);
  --gms-600-fill: "FILL" 1, "wght" 600, var(--gms-opsz);
  --gms-700-fill: "FILL" 1, "wght" 700, var(--gms-opsz);
  --gms-100-out: "FILL" 0, "wght" 100, var(--gms-opsz);
  --gms-200-out: "FILL" 0, "wght" 200, var(--gms-opsz);
  --gms-300-out: "FILL" 0, "wght" 300, var(--gms-opsz);
  --gms-400-out: "FILL" 0, "wght" 400, var(--gms-opsz);
  --gms-500-out: "FILL" 0, "wght" 500, var(--gms-opsz);
  --gms-600-out: "FILL" 0, "wght" 600, var(--gms-opsz);
  --gms-700-out: "FILL" 0, "wght" 700, var(--gms-opsz);
}

/* about01 responsive override */
@media screen and (max-width: 1024px) {
  #site .subpage.about-page[data-page-id="about01"] .subpage-content .se01 {
    padding-block: 4rem 5rem !important;
  }

  #site .subpage.about-page[data-page-id="about01"] .title-h3 {
    margin-bottom: 3rem !important;
  }

  #site .subpage .title-h3 h3 {
    font-size: 2rem !important;
    line-height: 1.2 !important;
  }

  #site .subpage.about-page[data-page-id="about01"] .greet-wrap .img-box {
    width: min(12rem, 65vw) !important;
    height: auto !important;
    margin-bottom: 2rem !important;
    aspect-ratio: 295 / 130;
  }

  #site .subpage.about-page[data-page-id="about01"] .greet-wrap h4 {
    font-size: clamp(1.25rem, 5.5vw, 1.625rem) !important;
    line-height: 1.5 !important;
  }

  #site .subpage.about-page[data-page-id="about01"] .greet-wrap p {
    font-size: 1rem !important;
    line-height: 1.75 !important;
  }

  #site .subpage.about-page[data-page-id="about01"] .greet-wrap p br,
  #site .subpage.about-page[data-page-id="about01"] .mission-wrap p br {
    display: none !important;
  }

  #site .subpage.about-page[data-page-id="about01"] .mission-wrap {
    width: 100% !important;
    height: auto !important;
    min-height: 18rem;
    margin-top: 4rem !important;
    padding: 2.5rem 1.25rem !important;
  }

  #site .subpage.about-page[data-page-id="about01"] .mission-wrap h4,
  #site .subpage.about-page[data-page-id="about01"] .vision-wrap h4 {
    font-size: 2rem !important;
  }

  #site .subpage.about-page[data-page-id="about01"] .mission-wrap p {
    font-size: clamp(1.0625rem, 4.8vw, 1.25rem) !important;
    line-height: 1.6 !important;
  }

  #site .subpage.about-page[data-page-id="about01"] .vision-wrap {
    width: 100% !important;
    margin-top: 4rem !important;
  }

  #site .subpage.about-page[data-page-id="about01"] .vision-wrap ul {
    height: auto !important;
    margin-top: 2rem !important;
    gap: 0.875rem;
  }

  #site .subpage.about-page[data-page-id="about01"] .vision-wrap ul li p {
    min-height: 5rem !important;
    padding: 1rem 1.25rem !important;
    font-size: clamp(0.9375rem, 4vw, 1.125rem) !important;
  }
}

/* ---------------------------- KBMS main ---------------------------- */
.mainpage {
  .more-btn {
    display: inline-flex;
    justify-content: space-between;
    width: 13rem;
    height: 3.75rem;
    padding-inline: 1.875rem;
    border: 0.125rem solid var(--primary-color);
    border-radius: var(--radius-full);
    color: var(--primary-color);
    font-size: var(--fs-md);
    font-weight: 500;
    transition: all 0.3s;

    span {
      font-size: var(--fs-3);
    }

    &:hover {
      background: var(--primary-color);
      color: #fff;
    }
  }
  .m-title-h3 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    text-align: left;
    span {
      color: inherit;
      font-size: var(--fs-3);
      font-weight: 700;
      line-height: 1.3;
      color: var(--primary-color);
    }
    h3 {
      color: #111;
      font-size: var(--fs-8);
      font-weight: 650;
      line-height: 1.4;
      letter-spacing: -0.0625rem;
    }
    p {
      color: #555;
      font-size: var(--fs-2);
      line-height: 1.65;
      letter-spacing: -0.035625rem;
    }
  }
  section {
    padding-block: 8.125rem;
    &#main01 {
      .container {
        display: flex;
        align-items: center;
      }
      .m-title-h3 {
        flex: 1 1 0;
        gap: 0;
        /* padding-right: 6.25rem; */

        h3 {
          margin-top: 1rem;
          font-size: 3.125rem;
        }
        p {
          margin-top: 1.875rem;
          font-size: 1.1875rem;
        }
        .more-btn {
          margin-top: 3.75rem;
          font-size: 0.9375rem;
          .material-symbols-outlined {
            font-size: 1.0625rem;
            font-variation-settings: var(--gms-500-out), var(--gms-grad-zero);
            color: inherit;
          }
        }
      }
      .img-box {
        flex: 1 1 0;
        height: 38.75rem;
        overflow: hidden;

        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
      }
    }
    &#main02 {
      background-color: #f6f6f7;
      .m-title-h3 {
        align-items: center;
        margin-bottom: 3.75rem;
        text-align: center;
        gap: var(--gap-1);
        h3 {
          font-weight: 700;
          letter-spacing: -0.06rem;
        }
      }
      .card-list {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
      }
      .card-item {
        min-width: 0;
        border: 0.125rem solid transparent;
        background-color: #fff;
        transition:
          border-color 0.25s ease,
          box-shadow 0.25s ease;
        @media (hover: hover) {
          &:hover,
          &:focus-within {
            border-color: var(--primary-color);
            box-shadow: 0.3125rem 0.3125rem 2rem rgba(0, 0, 0, 0.12);
          }
        }
        .card-link {
          display: flex;
          flex-direction: column;
          width: 100%;
          height: 100%;
          padding: 3.375rem 2.75rem 2.5rem 3.375rem;
          color: inherit;
          text-decoration: none;
        }
        .txt-box {
          display: flex;
          flex-direction: column;
          align-items: flex-start;
          margin-bottom: -1.5625rem;
          h4 {
            color: #222;
            font-size: var(--fs-6);
            font-weight: 600;
            line-height: 1.4;
            letter-spacing: -0.034em;
          }
          p {
            margin-top: 0.5rem;
            color: #707070;
            font-size: 1.0625rem;
            line-height: 1.5;
            letter-spacing: -0.03em;
            font-weight: 430;
          }
          .more {
            margin-top: 1.875rem;
            padding: 0.5625rem 1.5rem;
            border-radius: var(--radius-full);
            background-color: var(--primary-color);
            color: #fff;
            font-size: var(--fs-md);
            font-weight: 500;
          }
        }
        .img-box {
          align-self: flex-end;
          justify-content: center;
          width: 22.5rem;
          height: 20.625rem;
          margin-left: auto;

          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
      }
    }
    &#main03 {
      padding-block: 7.5rem 8.75rem;
      .m-title-h3 {
        align-items: center;
        margin-bottom: 5rem;
        text-align: center;
        gap: var(--gap-1);
        h3 {
          font-weight: 700;
          letter-spacing: -0.06rem;
        }
      }
      #bbsArea {
        .board_box_list {
          width: 100%;
        }
        .page-header {
          align-items: center;
          padding-bottom: 0.9375rem;
          border-color: #555;
          h4 {
            color: #333;
            font-size: var(--fs-4);
            font-weight: 700;
            line-height: 1.7;
            letter-spacing: -0.045rem;
          }
          a {
            display: flex;
            align-items: center;
            justify-content: center;
            /* width: 2.5rem; */
            /* height: 2.5rem; */
            border-radius: var(--radius-full);
            /* background-color: #f6f6f7; */
          }
          i::before {
            font-size: 1.25rem;
            font-weight: 600;
            color: #555;
            translate: 0;
          }
        }
        .type_list {
          li {
            min-width: 0;
            padding-block: 1.375rem;
            gap: 1.25rem;
            border-color: #e6e6e6;
            > a {
              min-width: 0;
              flex: 1;
              order: 1;
              color: #333;
              font-size: var(--fs-3);
              font-weight: 500;
              line-height: 1.4;
              letter-spacing: -0.025rem;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
            }
            .subject {
              display: block;
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
            }
            .badge {
              display: none;
            }
            .info {
              flex: 0 0 auto;
              order: 2;
              margin-left: 0;
              color: #999;
              font-size: 0.9375rem;
              line-height: 1.6;
              letter-spacing: -0.01875rem;
            }
          }
          li:nth-child(n + 5) {
            display: none;
          }
        }
      }
      .board-wrap {
        display: flex;
        gap: 3.75rem;
        .bbs-area {
          flex: 0 0 48.75rem;
        }
        .link-list {
          display: grid;
          flex: 1 1 0;
          grid-template-columns: repeat(2, minmax(0, 1fr));
          gap: 0.75rem;
          li {
            min-width: 0;
            height: 21.625rem;
            overflow: hidden;
            background-color: #232986;
            &:last-child {
              background-color: #c31d28;
            }
            a {
              position: relative;
              display: block;
              height: 100%;
              padding: 2rem;
              color: #fff;
              .material-symbols-outlined {
                font-variation-settings: var(--gms-400-out), var(--gms-grad-zero);
              }
              strong {
                position: absolute;
                z-index: 1;
                top: 2rem;
                left: 2rem;
                margin: 0;
                color: inherit;
                font-size: var(--fs-4);
                font-weight: 700;
                line-height: 1.7;
                letter-spacing: -0.045rem;
              }
              > span:nth-child(2) {
                position: absolute;
                z-index: 1;
                display: flex;
                top: 2rem;
                right: 2rem;
                align-items: center;
                justify-content: center;
                width: 2.5rem;
                height: 2.5rem;
                border-radius: var(--radius-full);
                background-color: rgba(255, 255, 255, 0.25);
                font-size: var(--fs-3);
                transition: all 0.2s;
                font-variation-settings: var(--gms-600-out), var(--gms-grad-zero);
                color: #fff;
              }
              &:hover > span:nth-child(2) {
                background: #fff;
                color: #111;
              }
              > span:last-child {
                position: absolute;
                left: 50%;
                top: 50%;
                font-size: 7rem;
                opacity: 0.4;
                transform: translate(-50%, -35%);
              }
              img {
                position: absolute;
                left: 50%;
                top: 50%;
                width: 6.5625rem;
                height: 9.375rem;
                object-fit: contain;
                opacity: 0.8;
                transform: translate(-50%, -35%);
              }
            }
          }
        }
      }
    }
    &#main04 {
      position: relative;
      padding-block: 7.5rem;
      background: url("/public/img/main/contact.jpg") no-repeat center / cover;
      overflow: hidden;
      &::before {
        content: "";
        position: absolute;
        inset: 0;
      }
      > .container {
        position: relative;
        z-index: 1;
        max-width: 81.25rem;
      }
      .m-title-h3 {
        align-items: center;
        gap: 2.5rem;
        text-align: center;
        h3 {
          color: #fff;
          font-size: 2.25rem;
          font-weight: 600;
          line-height: 1.6;
          letter-spacing: -0.045rem;
        }
        .more-btn {
          border-color: #fff;
          color: #fff;
          font-size: 0.9375rem;
          backdrop-filter: blur(0.9375rem);
          .material-symbols-outlined {
            color: inherit;
            /* font-size: 1.0625rem; */
            font-variation-settings: var(--gms-600-out), var(--gms-grad-zero);
          }

          &:hover {
            background: #fff;
            color: var(--primary-color);
          }
        }
      }
    }
  }
}

.board-more-icon {
  color: #666;
  font-size: 24px;
  font-variation-settings: var(--gms-600-out) !important;
}
@supports not (max-height: 100svh) {
  :root {
    --svh100: 100vh;
  }
}
@media (max-width: 991.98px) {
  :root {
    --container-padding-inline: 30px;
    --container-1: 800px;
  }
}
@media (max-width: 767.98px) {
  :root {
    --navbar-dropmenu-background-color: #eee;
    --navbar-dropmenu-color: #555;
  }
}
* {
  box-sizing: border-box;
  word-break: keep-all;
  float: unset;
  -webkit-tap-highlight-color: transparent;
  &::before,
  &::after {
    content: none;
  }
}
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: scroll;
  font-size: var(--global-font-size);
}
#site {
  margin: 0;
  padding: 0;
  font-family: var(--global-font-family);
  opacity: 0;
  > .container {
    max-width: inherit;
    width: 100%;
    padding: 0;
  }
  > *:not(#force__wrapper) {
    visibility: hidden;
  }
  &.loaded {
    opacity: 1;
    > *:not(#force__wrapper) {
      visibility: visible;
    }
  }
  .hide {
    opacity: 1 !important;
  }
}
::selection {
  background-color: var(--primary-color);
  color: #fff;
}
select::-ms-expand {
  display: none;
}
form,
fieldset {
  all: unset;
  box-sizing: border-box;
  display: block;
}
input:where(:-webkit-autofill, :-webkit-autofill:hover, :-webkit-autofill:focus, :-webkit-autofill:active) {
  -webkit-box-shadow: 0 0 0 30px white inset;
}
.cke_screen_reader_only {
  bottom: 0;
}
.cke_resizer_ltr {
  float: right;
}
.cke_reset_all {
  *,
  a,
  textarea {
    white-space: wrap !important;
  }
}
.caret {
  display: none;
}
.material-symbols-outlined {
  font-family: var(--gms) !important;
  overflow: hidden;
  display: inline-flex;
  line-height: 1;
  font-variation-settings: var(--gms-300-out), var(--gms-grad-zero);
  user-select: none;
}
figure {
  margin: 0;
}
:is(ol, ul, li, dl) {
  all: unset;
  box-sizing: border-box;
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}
:is(p, h1, h2, h3, h4, h5, h6, dt, dd) {
  all: unset;
  box-sizing: border-box;
  display: block;
}
:is(p, h1, h2, h3, h4, h5, h6, dt, dd, th, td, li) {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.5;
}
:is(h1, h2, h3, h4, h5, h6, dt, b, strong) {
  color: #000;
}
:is(p, li, dd, small) {
  color: #555;
}
:is(small, .small) {
  font-size: 0.8em;
}
br {
  visibility: visible;
  opacity: 0;
}
.big {
  font-size: 1.2em;
}
a:not(.btn) {
  text-decoration: none;
  color: inherit;
}
a:not(.btn):where(:focus, :hover) {
  text-decoration: unset;
  color: unset;
}
.text-danger {
  color: var(--danger-color);
}
.btn {
  all: unset;
  will-change: transform;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-flex;
  place-content: center;
  place-items: center;
  font-size: var(--button-font-size-1);
  height: var(--button-height-1);
  line-height: 1;
  padding: 0 1.2rem;
  /* border-radius: var(--radius-sm); */
  outline: none;
  white-space: nowrap;
  &.btn-tp {
    --color: var(--primary-color);
    transition: 0.2s;
    display: inline-flex;
    width: 11.875rem;
    height: 3.75rem;
    padding-inline: 1.3rem;
    align-items: center;
    border-radius: var(--radius-full);
    background-color: var(--color);
    color: #fff;
    font-size: 1.0625rem;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    &:hover {
      background-color: var(--primary-color-dark);
      scale: 0.97;
    }
    & + .btn {
      margin-left: 1rem;
    }
    &.btn-sm {
      width: auto;
      height: 3.2rem;
      font-size: 0.9rem;
      gap: 1rem;
      &.btn-outline-arrow {
        padding-left: 1rem;
        span.material-symbols-outlined {
          width: 2.1rem;
          font-size: 1.4rem;
        }
      }
    }
    &.btn-lg {
      width: 15rem;
      height: 4.375rem;
      font-size: 1.125rem;
    }
    &.btn-arrow {
      justify-content: space-between;
      padding-inline: 1.56rem 1.25rem;
    }
    &.btn-outline-arrow {
      justify-content: space-between;
      border-color: var(--color);
      padding-inline: 1.56em 0.62em;
      span.material-symbols-outlined {
        transition: 0.3s;
        background-color: var(--color);
        width: 2.5rem;
        aspect-ratio: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        border-radius: var(--radius-full);
        color: #fff;
      }
      &:hover {
        span.material-symbols-outlined {
          color: var(--color);
          background-color: #fff;
          font-variation-settings: var(--gms-600-out);
        }
      }
    }
  }
  &:is(.btn-primary, #btn_modify) {
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    &:is(:hover, :focus) {
      background-color: var(--primary-color-hover);
    }
  }
  &.btn-dark {
    background-color: var(--dark-color);
    border: 1px solid var(--dark-color);
    color: #fff;
    &:is(:hover, :focus) {
      background-color: var(--dark-color-hover);
    }
  }
  &.btn-outline-dark {
    border: 1px solid var(--dark-color);
    color: var(--dark-color);
    &:is(:hover, :focus) {
      background-color: var(--dark-color);
      color: #fff;
    }
  }
  &:is(#btn_delete, .btn-danger) {
    background-color: var(--danger-color);
    border: 1px solid var(--danger-color);
    &:is(:hover, :focus) {
      background-color: var(--danger-color-hover);
    }
  }
  &[class*="btn-outline"] {
    background: none;
    border: 1px solid var(--color);
    color: var(--color);
    &:is(:hover, :focus) {
      background-color: var(--color);
      color: #fff;
    }
  }
  &.btn-outline-primary {
    --color: var(--primary-color);
  }
  &.btn-outline-danger {
    --color: var(--danger-color);
  }
  &.btn-outline-dark {
    --color: var(--dark-color);
  }
  &:is(.btn-secondary, .btn-default) {
    background-color: var(--grey-color);
    border: 1px solid var(--grey-color);
    color: #000;
    &:is(:hover, :focus) {
      background-color: var(--grey-color-hover);
    }
  }
  &.btn-lg {
    font-size: var(--button-font-size-2);
    height: var(--button-height-2);
  }
  @media (hover: hover) {
    &.btn-primary:where(:hover, :focus) {
      background-color: var(--primary-color-hover);
      border-color: var(--primary-color-hover);
    }
    &.btn-secondary:where(:hover, :focus) {
      color: #000;
      background-color: var(--grey-color-hover);
      border-color: var(--grey-color);
    }
  }
}
button[disabled] {
  pointer-events: none;
  user-select: none;
  opacity: 0.5;
  filter: grayscale(1);
}
.img-box {
  position: relative;
  display: flex;
}
.img-responsive {
  display: flex;
  max-width: 100%;
  height: auto;
}
img {
  user-select: none;
  flex-shrink: 0;
  image-orientation: from-image;
}
.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
*:has(> .bg) {
  position: relative;
}
:where(.container, .row) {
  position: relative;
}
[class*="container"] {
  width: 100%;
  padding: unset;
  margin-inline: auto;
  /* padding-inline: var(--container-padding-inline); */
  &::before,
  &::after {
    content: none;
  }
  @media (min-width: 1260px) {
    & {
      max-width: 1350px;
    }
  }
}
.row {
  margin: 0;
  &::before,
  &::after {
    content: none;
  }
}
.clearfix {
  width: 100%;
}
.col {
  flex: 1;
  padding: 0;
  &.auto {
    flex: 0 1 auto;
  }
}
.flex {
  display: flex;
  &.row {
    --row-gap: var(--gap-1);
    gap: var(--row-gap);
    flex-wrap: wrap;
    margin-inline: 0 calc(var(--row-gap) * -1);
  }
  [class^="col-"] {
    flex: 0 1 calc(var(--flex-basis) - var(--row-gap));
  }
  .col-1 {
    --flex-basis: 8.333333333333332%;
  }
  .col-2 {
    --flex-basis: 16.666666666666664%;
  }
  .col-3 {
    --flex-basis: 25%;
  }
  .col-4 {
    --flex-basis: 33.33333333333333%;
  }
  .col-5 {
    --flex-basis: 41.666666666666664%;
  }
  .col-6 {
    --flex-basis: 50%;
  }
  .col-7 {
    --flex-basis: 58.333333333333336%;
  }
  .col-8 {
    --flex-basis: 66.66666666666666%;
  }
  .col-9 {
    --flex-basis: 75%;
  }
  .col-10 {
    --flex-basis: 83.33333333333333%;
  }
  .col-11 {
    --flex-basis: 91.66666666666666%;
  }
  .col-12 {
    --flex-basis: 100%;
  }
}
.grid {
  display: grid;
  grid-template-columns: repeat(12, var(--grid-column));
  gap: var(--row-gap);
  &.col-temp-1 {
    --grid-column: 1;
  }
  &.col-temp-2 {
    --grid-column: 2;
  }
  &.col-temp-3 {
    --grid-column: 3;
  }
  &.col-temp-4 {
    --grid-column: 4;
  }
  &.col-temp-5 {
    --grid-column: 5;
  }
  &.col-temp-6 {
    --grid-column: 6;
  }
  &.col-temp-7 {
    --grid-column: 7;
  }
  &.col-temp-8 {
    --grid-column: 8;
  }
  &.col-temp-9 {
    --grid-column: 9;
  }
  &.col-temp-10 {
    --grid-column: 10;
  }
  &.col-temp-11 {
    --grid-column: 11;
  }
  &.col-temp-12 {
    --grid-column: 12;
  }
  [rowspan="1"] {
    grid-row: span 1;
  }
  [rowspan="2"] {
    grid-row: span 2;
  }
  [rowspan="3"] {
    grid-row: span 3;
  }
  [rowspan="4"] {
    grid-row: span 4;
  }
  [rowspan="5"] {
    grid-row: span 5;
  }
  [rowspan="6"] {
    grid-row: span 6;
  }
  [rowspan="7"] {
    grid-row: span 7;
  }
  [rowspan="8"] {
    grid-row: span 8;
  }
  [rowspan="9"] {
    grid-row: span 9;
  }
  [rowspan="10"] {
    grid-row: span 10;
  }
  [rowspan="11"] {
    grid-row: span 11;
  }
  [rowspan="12"] {
    grid-row: span 12;
  }
  [colspan="1"] {
    grid-column: span 1;
  }
  [colspan="2"] {
    grid-column: span 2;
  }
  [colspan="3"] {
    grid-column: span 3;
  }
  [colspan="4"] {
    grid-column: span 4;
  }
  [colspan="5"] {
    grid-column: span 5;
  }
  [colspan="6"] {
    grid-column: span 6;
  }
  [colspan="7"] {
    grid-column: span 7;
  }
  [colspan="8"] {
    grid-column: span 8;
  }
  [colspan="9"] {
    grid-column: span 9;
  }
  [colspan="10"] {
    grid-column: span 10;
  }
  [colspan="11"] {
    grid-column: span 11;
  }
  [colspan="12"] {
    grid-column: span 12;
  }
}
:is([class*="hidden"]) {
  display: none;
  @media (min-width: 320px) {
    &[class*="-xs"] {
      display: inherit;
    }
  }
  @media (min-width: 576px) {
    &[class*="-sm"] {
      display: inherit;
    }
  }
  @media (min-width: 768px) {
    &[class*="-md"] {
      display: inherit;
    }
  }
  @media (min-width: 992px) {
    &[class*="-lg"] {
      display: inherit;
    }
  }
  @media (min-width: 1200px) {
    &[class*="-xl"] {
      display: inherit;
    }
  }
  @media (min-width: 1400px) {
    &[class*="-xxl"] {
      display: inherit;
    }
  }
}
:is([class*="visible"]) {
  display: none;
  @media (max-width: 319.98px) {
    &[class*="-xs"] {
      display: inherit;
    }
  }
  @media (max-width: 575.98px) {
    &[class*="-sm"] {
      display: inherit;
    }
  }
  @media (max-width: 767.98px) {
    &[class*="-md"] {
      display: inherit;
    }
  }
  @media (max-width: 991.98px) {
    &[class*="-lg"] {
      display: inherit;
    }
  }
  @media (max-width: 1199.98px) {
    &[class*="-xl"] {
      display: inherit;
    }
  }
  @media (max-width: 1399.98px) {
    &[class*="-xxl"] {
      display: inherit;
    }
  }
}
#site .center-block {
  display: block;
  margin-inline: auto;
}
#site .center-flex {
  display: flex;
  margin-inline: auto;
}
#site .text-center {
  text-align: center;
}
#site .text-left {
  text-align: left;
}
#site .text-right {
  text-align: right;
}
#site .text-justify {
  text-align: justify;
}
#site .color-white * {
  color: #fff;
}
#site .mt-0 {
  margin-top: 0;
}
#site .mt-1 {
  margin-top: 1rem;
}
#site .mt-2 {
  margin-top: 2rem;
}
#site .mt-3 {
  margin-top: 3rem;
}
#site .mt-4 {
  margin-top: 4rem;
}
#site .mt-5 {
  margin-top: 5rem;
}
#site .mb-0 {
  margin-bottom: 0;
}
#site .mb-1 {
  margin-bottom: 1rem;
}
#site .mb-2 {
  margin-bottom: 2rem;
}
#site .mb-3 {
  margin-bottom: 3rem;
}
#site .mb-4 {
  margin-bottom: 4rem;
}
#site .mb-5 {
  margin-bottom: 5rem;
}
#site .ui-widget {
  font-family: inherit;
  z-index: 10000;
  :is(input, select, textarea, button) {
    font-family: inherit;
  }
  .ui-datepicker select:is(.ui-datepicker-month, .ui-datepicker-year) {
    -webkit-appearance: none;
    background: none;
    border: 0;
    width: auto;
  }
}
#site {
  &.modal-open {
    overflow: unset;
    padding-right: 0;
    .navbar {
      padding-right: 0;
    }
  }
}
#site .modal-backdrop {
  display: none;
}
#site .modal {
  z-index: 10000;
  display: flex;
  width: 100%;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
  padding-block: calc(var(--navbar-height) / 2);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  &.fade {
    opacity: 0;
    &.in {
      animation: modalFade 0.25s 0s forwards;
      .modal-dialog {
        animation: modalPop 0.35s 0.05s forwards;
      }
    }
  }
  &.in {
    z-index: 20000;
    scale: 1;
  }
  &:not(.in) {
    display: none;
    opacity: 0;
    scale: 0;
  }
  .modal-body {
    position: relative;
    padding: 30px;
  }
  .modal-header {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 30px;
    &::before,
    &::after {
      content: none;
    }
    .modal-title {
      font-size: clamp(17px, 3vw, 18px);
      line-height: 1;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      font-weight: 600;
    }
    .close {
      line-height: 0;
      margin-top: 0;
      opacity: 0.2;
      padding: 0;
      cursor: pointer;
      background: none;
      border: 0;
      appearance: none;
      font-size: 21px;
      font-weight: 700;
      color: #000;
      text-shadow: 0 1px 0 #fff;
      span {
        font-variation-settings: var(--gms-400-out);
        font-size: 32px;
      }
      &:hover {
        opacity: 1;
      }
    }
  }
  .modal-footer {
    display: flex;
    gap: 5px;
    padding: 25px 30px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    .btn {
      flex: 1;
    }
  }
  .modal-title {
    line-height: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
  }
  .modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: 0;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0;
    @media (min-width: 768px) {
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.125);
    }
  }
  .modal-dialog {
    position: relative;
    transform: translate(0, 0) !important;
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
    height: fit-content;
    margin-block: auto;
    scale: 0.9;
    @media (min-width: 768px) {
      max-width: 600px;
      margin: 30px auto;
    }
  }
  .modal-sm {
    @media (min-width: 768px) {
      max-width: 300px;
    }
  }
}
.modal-open {
  .modal {
    z-index: 10000;
    display: flex !important;
    width: 100%;
    justify-content: center;
    overflow: auto;
  }
}
#site #delete_modal {
  &.in + .modal {
    display: none;
  }
}
@keyframes modalFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes modalPop {
  0% {
    scale: 0.9;
  }
  50% {
    scale: 1.015;
  }
  100% {
    scale: 1;
  }
}
.bootstrap-timepicker {
  display: flex;
  gap: 10px;
  max-width: 300px;
}
#site .bootstrap-timepicker-widget {
  display: none !important;
}
iframe[src*="https://www.google.com/"] {
  width: auto;
  height: auto;
  aspect-ratio: 5/3;
  margin-bottom: -6px;
  background-color: #e5e3df;
}
iframe:where([src*="youtube"], [title*="YouTube"], [src*="player.vimeo.com"]) {
  width: auto;
  height: auto;
  aspect-ratio: 16/9;
  background-color: #000;
  border-radius: var(--radius-md);
}
#bbsArea .board_video_view iframe:where([src*="youtube"], [title*="YouTube"], [src*="player.vimeo.com"]) {
  width: 100%;
}
:where(ol, ul)[class*="li-"] {
  display: flex;
  flex-direction: column;
  > li {
    position: relative;
    padding-left: 0.8em;
  }
  :where(img) + & {
    margin-top: 20px;
  }
  small {
    font-size: 0.85em;
  }
}
.li-cir {
  > li::before {
    content: "";
    position: absolute;
    top: 0.6em;
    left: 0;
    display: block;
    width: 0.3em;
    aspect-ratio: 1;
    border-radius: 50%;
    background-color: var(--primary-color);
  }
}
.li-dash {
  > li::before {
    content: "-";
    position: absolute;
    top: 0.7em;
    left: 0;
    line-height: 0;
  }
}
.li-num {
  > li {
    counter-increment: listNum;
    padding-left: 27px;
    &::before {
      content: counter(listNum, decimal-leading-) "";
      position: absolute;
      top: 0.25em;
      left: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid var(--primary-color);
      border-radius: 50%;
      aspect-ratio: 1;
      width: 18px;
      padding-top: 2px;
      padding-right: 1px;
      line-height: 0;
      color: var(--primary-color);
      font-size: 11px;
      font-weight: 700;
    }
  }
}
.li-check {
  > li {
    position: relative;
    padding-left: 1.3em;
    font-size: 15px;
    &::before {
      content: "\e5ca";
      font-family: var(--gms);
      position: absolute;
      top: 0.1em;
      font-size: 20px;
      line-height: 1;
      left: -0.2em;
      display: block;
      color: var(--primary-color);
      font-variation-settings: var(--gms-600-out);
    }
  }
}
.navbar {
  all: unset;
  box-sizing: border-box;
  z-index: 5000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  height: var(--navbar-height);
  border-bottom: 1px solid transparent;

  :is(ul, li, a) {
    all: unset;
    box-sizing: border-box;
  }
  a {
    cursor: pointer;
  }
  :where(*):before,
  :where(*):after {
    content: none;
  }
  #gnbauth i {
    display: none;
  }
  .navbar-header {
    margin-inline: 0;
  }
  .container {
    display: flex;
    justify-content: space-between;
    height: 100%;
    align-items: center;
    gap: clamp(20px, 5vw, 60px);
  }
  > .container {
    max-width: var(--container-2);
  }
}
.navbar .navbar-brand {
  &,
  &:is(:hover, :focus) {
    display: block;
    /* width: var(--navbar-logo-width); */
    margin-left: 0;
  }
  img {
    /* width: var(--navbar-logo-width); */
  }
  span {
    position: relative;
    display: block;
    color: #000;
    white-space: nowrap;
    font: var(--navbar-logo-font) var(--global-font-family);
  }
}
.navbar .navbar-right > li > a {
  z-index: 100;
  color: #fff;
  white-space: nowrap;
  letter-spacing: var(--navbar-menu-letter-spacing);
  font: var(--navbar-menu-font) var(--global-font-family);
}
.navbar .nav-top {
  display: flex;
  flex: 0 0 140px;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
  height: 100%;
  color: #fff;
}
.navbar .nav-top .language-icon {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 20px;
  font-variation-settings: var(--gms-400-out);
}
.navbar .nav-top .lang-change-btn {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  color: currentColor;
  white-space: nowrap;
  font: 800 14px / normal var(--global-font-family);
}
.navbar .nav-top .lang-change-btn[data-lang-toggle="en"] {
  opacity: 0.3;
}
html[lang^="en"] .navbar .nav-top .lang-change-btn[data-lang-toggle="ko"],
html.lang-en .navbar .nav-top .lang-change-btn[data-lang-toggle="ko"] {
  opacity: 0.3;
}
html[lang^="en"] .navbar .nav-top .lang-change-btn[data-lang-toggle="en"],
html.lang-en .navbar .nav-top .lang-change-btn[data-lang-toggle="en"] {
  opacity: 1;
}
/* ===== 다국어 전환 ===== */
/* 언어 판별: <html lang="en"> 또는 custom.js가 붙이는 .lang-en 클래스 */
html:not([lang^="en"]):not(.lang-en) [data-lang="en"] {
  display: none !important;
}
html[lang^="en"] [data-lang="ko"],
html.lang-en [data-lang="ko"] {
  display: none !important;
}
/* 언어 래퍼 span은 자체 스타일 없이 부모 텍스트 스타일을 그대로 물려받는다.
   (컴포넌트 CSS의 광범위한 `... span` 선택자가 래퍼를 오염시키는 것을 방지) */
span[data-lang="ko"],
span[data-lang="en"] {
  display: inline;
  font: inherit !important;
  color: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
  text-align: inherit !important;
  opacity: 1 !important;
}
html[lang^="en"] span[data-lang="en"],
html.lang-en span[data-lang="en"],
html:not([lang^="en"]):not(.lang-en) span[data-lang="ko"] {
  display: inline;
}
.navbar .nav-top .line {
  display: block;
  flex: 0 0 1px;
  width: 1px;
  height: 12px;
  background-color: currentColor;
  opacity: 0.2;
}
.navbar :is(.open > :is(a, a:focus, a:hover), li > a:is(:hover, :focus), li:is(:hover, :focus) > a) {
  position: relative;
  z-index: 100;
  /* color: var(--primary-color); */
}
.navbar :is(.dropdown-menu) {
  z-index: 50;
  background-color: var(--navbar-dropmenu-background-color);
  a {
    all: unset;
    box-sizing: border-box;
    cursor: pointer;
    transition: none;
    width: 100%;
    font: var(--navbar-dropmenu-font) var(--global-font-family);
    color: var(--navbar-dropmenu-color);
    &:hover {
      color: var(--navbar-dropmenu-hover-color);
    }
  }
  a {
    font-weight: 500;
  }
  :is(li.active, li.bold) > a,
  a:is(.active, .bold),
  a :is(strong, b) {
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .navbar {
    > .container {
    }
    .navbar-collapse {
      display: flex;
      align-self: stretch;
      height: auto !important;
    }
    .navbar-toggle {
      display: none;
    }
  }
  .navbar .navbar-right {
    display: flex;
    align-self: stretch;
    > li {
      position: relative;
      display: flex;
      > a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        background-color: transparent;
        padding-block: 0;
        padding-inline: var(--navbar-menu-padding-inline);
      }
      .dropdown-menu {
        box-sizing: border-box;
        z-index: 5;
        overflow: hidden;
        position: absolute;
        display: none;
        flex-direction: column;
        box-shadow: 0 5px 14px rgba(0, 0, 0, 0.15);
        margin-top: 0px;
        opacity: 0;
        transform-origin: center top;
        text-align: center;
        left: var(--navbar-dropmenu-position-x);
        top: var(--navbar-dropmenu-position-y);
        transform: translateX(calc(var(--navbar-dropmenu-position-x) * -1));
        /* border-radius: var(--radius-md); */
        gap: var(--navbar-dropmenu-gap);
        padding: var(--navbar-dropmenu-padding);
        min-width: var(--navbar-dropmenu-width);
        a {
          display: flex;
          padding: 0 0 2px;
          border-bottom: 1px solid transparent;
          white-space: nowrap;
          text-align: center;
          justify-content: center;
          color: #fff;
        }
      }
      &.open .dropdown-menu {
        display: flex;
        animation: menuOpen 0.25s forwards;
      }
      .dropdown-menu {
        gap: 0;
        min-width: 11.25rem;
        padding: 1.5625rem;
        border-radius: 0;
        background-color: var(--primary-color);
        box-shadow: none;
        a {
          padding: 0;
          color: rgba(255, 255, 255, 0.9) !important;
          font: 500 0.9375rem / 2.3 var(--global-font-family);
          letter-spacing: -0.0375rem;
        }
        :is(li.active, li.bold) > a,
        a:is(.active, .bold),
        a:hover,
        a:focus {
          color: #fff !important;
          font-weight: 700;
        }
      }
    }
    > :is(li:not(#gnbauth):last-child, li#gnbauth) {
      margin-right: calc(var(--navbar-menu-padding-inline) * -1);
    }
  }
  .navbar {
    &:is(.navTop) {
      --navbar-scroll-filter: grayscale(1) brightness(10) invert(0);
      --navbar-scroll-color: #fff;
      --navbar-scroll-color-hover: var(--primary-color);
      --navbar-scroll-font-weight: 600;
      --navbar-scroll-background-color: transparent;
      background-color: var(--navbar-scroll-background-color);
    }
    &:not(.navScroll) {
      background-color: var(--navbar-scroll-background-color);
    }
    &:is(:hover, .navScroll) {
      --navbar-scroll-filter: unset;
      --navbar-scroll-color: #111;
      --navbar-scroll-color-hover: var(--primary-color);
      --navbar-scroll-font-weight: 600;
      --navbar-scroll-background-color: #fff;
      border-bottom: 1px solid #e0e0e0;
    }
    &:where(.navTop, .navScroll) {
      --navbar-transition: 0.3s;
      transition: var(--navbar-transition);
      height: var(--navbar-height);
      background-color: var(--navbar-scroll-background-color);
      .navbar-brand {
        img {
          transition: width 0.25s;
          filter: var(--navbar-scroll-filter);
        }
        span {
          color: var(--navbar-scroll-color);
        }
      }
      ul.navbar-right > li > a {
        font-weight: var(--navbar-scroll-font-weight);
        color: var(--navbar-scroll-color);
        &:where(:hover, :focus) {
          color: var(--navbar-scroll-color-hover) !important;
        }
      }
      ul.navbar-right > li:where(:hover, :focus) .dropdown-toggle {
        color: var(--navbar-scroll-color-hover) !important;
      }
      .nav-top {
        color: var(--navbar-scroll-color);
      }
    }
  }
}
@media (min-width: 768px) and (max-width: 1439.98px) {
  .navbar .nav-top {
    flex-basis: clamp(112px, 13vw, 246px);
  }
}
@media (max-width: 767.98px) {
  body::before {
    transition: 0.35s;
    content: "";
    display: block;
    z-index: 1000;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    animation: menuHeight 0s 0.35s forwards;
  }
  body.menu-overlay::before {
    opacity: 1;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, 0.5);
    animation: none;
  }
  .navbar {
    overflow: hidden;
    animation: menuHidden 0s 0.4s forwards;
    width: 100vw;
    min-height: var(--navbar-height);
    max-height: var(--navbar-height);
    background-color: #fff;
    .container {
      --container-padding-inline: 15px;
      width: 100%;
      max-width: 100%;
    }
    .navbar-header {
      flex: 1 1 auto;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-width: 0;
      padding-inline: 0.9375rem;
    }
    .navbar-brand {
      order: 1;

      img {
        display: block;
        width: var(--navbar-logo-width);
        max-width: 100%;
        height: auto;
      }
    }
  }
  .navbar .navbar-toggle {
    all: unset;
    box-sizing: border-box;
    position: static;
    display: flex;
    flex: 0 0 2.75rem;
    align-self: center;
    align-items: center;
    justify-content: center;
    order: 2;
    width: 2.75rem;
    height: 2.75rem;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    cursor: pointer;
    > * {
      display: none;
    }
    &::before {
      content: "\e5d2";
      display: block;
      font-family: var(--gms);
      font-size: 1.75rem;
      line-height: 1;
      font-variation-settings: var(--gms-500-out);
    }
    &:where(:hover, :focus) {
      background: none;
    }
    &.open::before {
      content: "\e5cd";
    }
  }
  .navbar .nav-top {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 3.75rem;
    display: flex;
    flex: 0 0 auto;
    width: auto;
    height: var(--navbar-height);
    gap: 0.5rem;
    color: #111;
  }
  .navbar .nav-top .lang-change-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.5rem;
    min-height: 2.75rem;
    font-size: 0.75rem;
  }
  .navbar .nav-top .line {
    height: 0.75rem;
  }
  .navbar .nav-top,
  .navbar.menu-open .nav-top,
  .navbar.navScroll .nav-top {
    color: #111;
  }
  .navbar .navbar-collapse {
    transition: 0.4s;
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border-top: 1px solid #eee;
    max-height: 0;
    height: auto !important;
    .navbar-right {
      display: flex;
      flex-direction: column;
      overflow: hidden auto;
      position: relative;
      width: 100%;
      padding-block: 0px;
      > li {
        transition: inherit;
        > a {
          display: flex;
          align-items: center;
          width: 100%;
          height: 55px;
          padding: 0 15px;
          background-color: #fff;
          border-bottom: 1px solid #ddd;
          color: var(--primary-color) !important;
        }
      }
    }
    &.open {
      transition: all 0.5s;
      max-height: var(--svh100);
    }
  }
  .navbar .navbar-collapse:not(.open):not(.in) {
    visibility: hidden;
    pointer-events: none;
  }
  .navbar .navbar-collapse:is(.open, .in) {
    visibility: visible;
    pointer-events: auto;
    max-height: var(--svh100);
  }
  .navbar .dropdown {
    .dropdown-menu {
      position: relative;
      overflow: hidden;
      display: flex;
      flex-direction: column;
      padding: 0;
      max-height: 0;
      a {
        display: block;
        padding: 10px 15px;
      }
    }
    .dropdown-toggle::after {
      all: unset;
      box-sizing: border-box;
      content: "\e5cf";
      font-family: var(--gms);
      font-variation-settings: var(--gms-300-out);
      margin-left: auto;
      font-size: 1.5em;
    }
    &.open {
      .dropdown-menu {
        opacity: 1;
        max-height: var(--svh100);
      }
      .dropdown-toggle {
        color: var(--primary-color);
        font-weight: 600;
        &::after {
          content: "\e5ce";
          color: var(--primary-color);
          font-variation-settings: var(--gms-400-out);
        }
      }
    }
  }
}
@keyframes menuOpen {
  0% {
    opacity: 0;
    scale: 1 0.5;
  }
  100% {
    opacity: 1;
    scale: 1 1;
  }
}
@keyframes menuHeight {
  from {
    height: 100%;
  }
  to {
    height: 0;
  }
}
@keyframes menuHidden {
  from {
    overflow: hidden;
  }
  to {
    overflow: visible;
  }
}
#scrollTop {
  --width: 3.25rem;
  --bottom: 2rem;
  all: unset;
  box-sizing: border-box;
  z-index: 1000;
  cursor: pointer;
  position: fixed;
  right: 2rem;
  bottom: var(--bottom);
  display: none;
  justify-content: center;
  align-items: center;
  width: var(--width);
  padding: 0;
  background: var(--primary-color);
  border-radius: 50%;
  aspect-ratio: 1;
  text-align: center;
  color: #fff;
  &::before {
    content: "\e5d8";
    font-family: var(--gms);
    font-variation-settings: var(--gms-300-out);
    font-size: 1.75rem;
  }
}
@media (max-width: 767.98px) {
  #scrollTop {
    display: none !important;
  }
}
#site footer {
  margin-top: 0;
  padding-block: var(--footer-padding-block);
  background-color: var(--footer-background-color);
  .footer-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5rem;
  }
  .footer-info {
    display: flex;
    flex-direction: column;
    margin: 0;
    li {
      display: flex;
      align-items: center;
      gap: 0.4375rem;
      color: var(--footer-color);
      font: var(--footer-font) var(--global-font-family);
      letter-spacing: -0.009375rem;
      strong {
        color: rgba(255, 255, 255, 0.85);
        font-weight: 600;
      }
      a {
        color: inherit;
      }
      &.contact {
        gap: 1.5625rem;
        > span {
          display: flex;
          align-items: center;
          gap: 0.4375rem;
        }
      }
      &.copyright {
        margin-top: 0.6875rem;
        color: var(--footer-copyright-color);
        font: var(--footer-copyright-font) var(--global-font-family);
        letter-spacing: 0;
      }
    }
  }
  .footer-logo {
    flex-shrink: 0;
    /* width: 9.375rem; */
    img {
      filter: brightness(100);
      opacity: 0.8;
    }
  }
  #loginBtn {
    margin-left: auto;
    margin-top: auto;
    a {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      padding: 0.75rem 0.9375rem;
      border: 0.0625rem solid #777;
      border-radius: 0.125rem;
      background-color: transparent;
      color: #999;
      font-size: var(--fs-md);
      font-weight: 500;
      line-height: 1;
      letter-spacing: -0.03125rem;
      opacity: 0.5;
      &:hover {
        border-color: #999;
        color: #fff;
        opacity: 1;
      }
      html.logined &[href="/member/login"] {
        display: none;
      }
      html:not(.logined) &[href="/member/logout"] {
        display: none;
      }
    }
  }
}
.subpage-header {
  position: relative;
  height: var(--subpage-header-height);
  &#visual1 {
    --background-image: var(--subpage-header-bg-url-1);
  }
  &#visual2 {
    --background-image: var(--subpage-header-bg-url-2);
  }
  &#visual3 {
    --background-image: var(--subpage-header-bg-url-3);
  }
  &#visual4 {
    --background-image: var(--subpage-header-bg-url-4);
  }
  &#visual5 {
    --background-image: var(--subpage-header-bg-url-5);
  }
  &#visual6 {
    --background-image: var(--subpage-header-bg-url-6);
  }
  .bg {
    position: absolute;
    left: 0;
    top: 0;
    background: var(--background-image) #000 no-repeat center / cover;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      /* background-color: rgba(0, 0, 0, 0.25); */
    }
    &::after {
      content: "";
      position: absolute;
      inset: 0 0 auto;
      height: 14.9375rem;
      background: linear-gradient(180deg, rgb(0 0 0 / 30%), rgb(0 0 0 / 0%));
    }
  }
  .subpage-title {
    z-index: 2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    top: 6.25rem;
    height: 25rem;
    h2 {
      text-align: left;
      color: #fff;
      font: var(--subpage-header-title-font);
      letter-spacing: -0.11625rem;
      margin-block: var(--subpage-header-title-margin-block);
    }
  }
}
.subpage {
  position: relative;
}
.breadcrumb {
  position: static;
  flex: 0 0 auto;
  height: var(--subpage-navbar-height);
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  > .container {
    width: auto;
    max-width: none;
    height: 100%;
    padding: 0;
  }
  ul {
    width: 100%;
    height: 100%;
    background: none;
    padding: 0;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.3125rem;
    li {
      position: relative;
      display: flex;
      align-items: center;
      line-height: 0.875rem;
      color: #555;
      font-weight: 400;
      letter-spacing: -0.04375rem;
      white-space: nowrap;
      > a {
        display: flex;
        align-items: center;
        justify-content: center;
      }
      &:not(.home):not(.arrow):not(:has(a.home)) {
        font-size: 0.875rem;
      }
      &:has(> a.home) {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.125rem;
        padding: 0;
        line-height: 1;
      }
      &.arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.125rem;
        height: 1.125rem;
        &:before {
          content: "chevron_right";
          font-family: var(--gms);
          font-variation-settings: var(--gms-300-out);
          font-weight: 200;
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          color: #ccc;
          font-size: 1.125rem;
          line-height: 1;
        }
      }
      &.active {
        font-weight: 400;
      }
    }
    a.home {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 1.125rem;
      height: 1.125rem;
      color: #555;
      overflow: hidden;
      &::before {
        content: "cottage";
        font-family: var(--gms);
        font-variation-settings: var(--gms-400-out);
        font-weight: 200;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: 1rem;
        line-height: 1;
      }
    }
  }
}
ul.breadcrumb > li:not(.home):not(.arrow):not(:has(> a.home)) {
  font-size: 0.875rem;
  line-height: 0.875rem;
}
.snb {
  position: relative;
  z-index: 10;
  margin-top: 0;
  background: #fff;
  border-bottom: 0.0625rem solid #e6e6e6;
  > .container {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 84.375rem;
    height: var(--subpage-navbar-height);
  }
  .snb-menu {
    position: relative;
    display: flex;
    flex: 0 1 auto;
    width: auto;
    margin: 0;
    justify-content: flex-start;
    gap: var(--subpage-navbar-gap);
    li {
      flex: 0 0 auto;
      a {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        height: var(--subpage-navbar-height);
        color: var(--subpage-navbar-color);
        font-size: 1.125rem;
        transition: all 0.25s;
        font-weight: 500;
        letter-spacing: -0.03em;
        padding: 0 0.375rem;

        &::after {
          content: "";
          display: block;
          height: 0.1875rem;
          background-color: #2954d2;
          position: absolute;
          bottom: -0.0625rem;
          transition: 0.35s;
          left: 0;
          width: 0%;
          opacity: 0;
        }
        &:hover {
          color: var(--subpage-navbar-active-color);
          opacity: 1;
          &:after {
            width: 100%;
            opacity: 1;
          }
        }
      }
      &.active a {
        background: #fff;
        color: var(--subpage-navbar-active-color);
        transition: none;
        font-weight: 700;
        &:after {
          width: 100%;
          opacity: 1;
          transition: none;
        }
      }
    }
  }
  > .container > .breadcrumb {
    width: auto;
    min-width: max-content;
    margin-left: auto;
    justify-content: flex-end;
  }
}

/* 전체 서브페이지 공통 서브탑 반응형 */
@media screen and (max-width: 1024px) {
  :root {
    --subpage-header-height: 24rem;
    --subpage-header-title-font: 650 clamp(2.5rem, 7vw, 3.5rem) / 1.15 var(--global-font-family);
    --subpage-navbar-gap: 2.5rem;
  }

  #site .subpage-header .subpage-title {
    top: var(--navbar-height);
    height: calc(var(--subpage-header-height) - var(--navbar-height));
  }

  #site .snb > .container {
    overflow: hidden;
  }

  #site .snb .snb-menu {
    min-width: 0;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #site .snb .snb-menu::-webkit-scrollbar {
    display: none;
  }

  #site .snb > .container > .breadcrumb {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  :root {
    --subpage-header-height: 20rem;
    --subpage-header-title-font: 700 clamp(2.25rem, 11vw, 3rem) / 1.15 var(--global-font-family);
    --subpage-navbar-height: 4.5rem;
    --subpage-navbar-gap: 2rem;
  }

  #site .subpage-header {
    height: var(--subpage-header-height);
  }

  #site .subpage-header .bg {
    width: 100%;
    height: 100%;
  }

  #site .subpage-header .bg::after {
    height: 8rem;
  }

  #site .subpage-header .subpage-title {
    top: var(--navbar-height);
    height: calc(var(--subpage-header-height) - var(--navbar-height));
    padding-inline: 1.25rem;
  }

  #site .subpage-header .subpage-title h2 {
    max-width: 100%;
    letter-spacing: -0.06rem;
    word-break: keep-all;
  }

  #site .snb > .container {
    width: 100%;
    height: var(--subpage-navbar-height);
    padding-inline: 1.25rem;
  }

  #site .snb .snb-menu {
    flex: 1 1 auto;
    width: 100%;
    gap: var(--subpage-navbar-gap);
  }

  #site .snb .snb-menu li a {
    height: var(--subpage-navbar-height);
    padding-inline: 0.25rem;
    font-size: 1rem;
    white-space: nowrap;
  }
}

[class*="title-h"] {
  position: relative;
  text-align: center;
  &:only-child {
    margin-bottom: 0;
  }
  &:first-child {
    margin-top: 0;
  }
  & > :is(h1, h2, h3, h4, h5, h6) {
    color: var(--h-color);
    letter-spacing: var(--sub-title-header-letter-spacing);
    font: var(--h-font) var(--global-font-family);
  }
  & > :is(p, ul, ol) {
    color: var(--p-color);
    letter-spacing: var(--sub-title-paragraph-letter-spacing);
    font: var(--p-font) var(--global-font-family);
  }
  .color {
    color: var(--primary-color);
  }
  .cate {
    color: var(--primary-color);
    font: 700 1.125rem / 1.6 var(--global-font-family);
    letter-spacing: -0.00788rem;
    & + :is(h1, h2, h3, h4, h5, h6) {
      margin-top: 0.94rem;
    }
  }
}
.title-h3 {
  --h-font: var(--sub-title-header-3-font);
  --h-color: var(--sub-title-header-3-color);
  --p-font: var(--sub-title-paragraph-3-font);
  --p-color: var(--sub-title-paragraph-3-color);
  --gap: var(--sub-title-header-3-gap);
  margin-block: var(--sub-title-header-3-margin-block);
}
.m-title-h3 {
  --h-font: var(--main-title-header-3-font);
  --h-color: var(--main-title-header-3-color);
  --p-font: var(--main-title-paragraph-3-font);
  --p-color: var(--main-title-paragraph-3-color);
  --gap: var(--main-title-header-3-gap);
  margin-block: var(--main-title-header-3-margin-block);
}
.title-h4 {
  --h-font: var(--sub-title-header-4-font);
  --h-color: var(--sub-title-header-4-color);
  --p-font: var(--sub-title-paragraph-4-font);
  --p-color: var(--sub-title-paragraph-4-color);
  --gap: var(--sub-title-header-4-gap);
  margin-block: var(--sub-title-header-4-margin-block);
}
.m-title-h4 {
  --h-font: var(--main-title-header-4-font);
  --h-color: var(--main-title-header-4-color);
  --p-font: var(--main-title-paragraph-4-font);
  --p-color: var(--main-title-paragraph-4-color);
  --gap: var(--main-title-header-4-gap);
  margin-block: var(--main-title-header-4-margin-block);
}
.title-h5 {
  --h-font: var(--sub-title-header-5-font);
  --h-color: var(--sub-title-header-5-color);
  --p-font: var(--sub-title-paragraph-5-font);
  --p-color: var(--sub-title-paragraph-5-color);
  --gap: var(--sub-title-header-5-gap);
  margin-block: var(--sub-title-header-5-margin-block);
}
.m-title-h5 {
  --h-font: var(--main-title-header-5-font);
  --h-color: var(--main-title-header-5-color);
  --p-font: var(--main-title-paragraph-5-font);
  --p-color: var(--main-title-paragraph-5-color);
  --gap: var(--main-title-header-5-gap);
  margin-block: var(--main-title-header-5-margin-block);
}
.m-title-h6 {
  --h-font: var(--main-title-header-6-font);
  --h-color: var(--main-title-header-6-color);
  --p-font: var(--main-title-paragraph-6-font);
  --p-color: var(--main-title-paragraph-6-color);
  --gap: var(--main-title-header-6-gap);
  margin-block: var(--main-title-header-6-margin-block);
}
.subpage-content {
  section {
    padding-block: var(--subpage-section-padding-block);
    &:only-child {
      padding-bottom: calc(var(--subpage-section-padding-block) + 50px);
    }
    &.bg-gray {
      background-color: #f7f7f7;
      padding-bottom: calc(var(--subpage-section-padding-block) + 30px);
    }
  }
}
.stack-widget {
  margin-top: 8rem;
  .page-header {
    display: none;
  }
}
.type_stack_widget {
  --repeat-count: 2;
  display: grid;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  gap: 10px;
  grid-template-columns: repeat(var(--repeat-count), minmax(0, 1fr));
  gap: var(--gap);
  @media (min-width: 992px) {
    --repeat-count: 3;
    --gap: 3rem 1.875rem;
  }
  > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .inner {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    .top a {
      display: block;
      overflow: hidden;
      aspect-ratio: 5 / 3;
    }
  }
  img {
    aspect-ratio: 5/3;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  a {
    display: block;
    span.subject {
      font-size: 20px;
      font-weight: 700;
      letter-spacing: -0.00963rem;
      margin-top: 1rem;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    span.info {
      display: flex;
      margin-top: 1rem;
      gap: 0.5rem;
      font-size: 0.8rem;
      opacity: 0.5;
      span.hits {
        display: none;
      }
    }
  }
}
#site #bbsArea.box-wrap {
  .board_layout_box {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem 1rem;
    .board_layout_actions {
      z-index: 1000;
    }
    .item {
      img {
        width: 100%;
      }
      p {
        font-size: 1rem;
        font-weight: 700;
        text-align: center;
        margin-top: 5px;
      }
    }
  }
}
#site form[enctype="multipart/form-data"] {
  tr {
    grid-template-columns: minmax(0, 240px) minmax(0, auto);
    padding: 0;
    align-items: stretch;
    gap: 0;
    th,
    td {
      padding: 15px 20px;
    }
    th {
      background-color: #f8f8f8;
      align-items: center;
      flex-direction: row-reverse;
      justify-content: flex-end;
      gap: 2px;
      padding-inline: 30px;
      font-weight: 600;
      &:has(.required_text) > :where(span:first-child, span.required_text) {
        color: var(--form-required-color);
      }
    }
    .form-caption {
    }
    .checkbox {
      margin-block: var(--form-space-block);
    }
    :is(.custom_radio, .custom_checkbox, .status_wrap input) + span {
      color: #666;
    }
    .custom_checkbox + span a {
      color: #333;
    }
    .custom_checkbox {
      + span {
        user-select: none;
        &::before {
          margin: 0;
          font-size: 1.4em;
          color: #555;
          content: var(--form-check-icon);
          font-family: var(--gms);
          font-weight: 300;
        }
      }
      &:checked + span::before {
        font-weight: 900;
        color: var(--primary-color);
      }
      &[disabled],
      &[disabled] + span {
        opacity: 0.5;
      }
    }
  }
}
#fullpage {
  .fp-section.main-visual .fp-tableCell {
    padding-top: var(--navbar-height);
    color: #fff;
  }
  .fp-section {
    overflow: hidden;
    position: relative;
    display: flex;
  }
  .fp-tableCell {
    position: relative;
    flex: 1 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    flex-direction: column;
  }
  .fp-scroll-overflow .fp-tableCell {
    justify-content: flex-start;
  }
  .fp-scrollable {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .fp-scroller {
    overflow: hidden;
  }
  .iScrollIndicator {
    border: 0 !important;
  }
  .fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
  }
  .sub-visual .fp-tableCell,
  .pt-nav .fp-tableCell {
    padding-top: var(--navbar-height);
  }
  .fp-tableCell:has(footer) {
    padding-block: 0;
  }
  :is(.fp-auto-height, .fp-auto-height .fp-tableCell) {
    overflow: unset;
    height: unset !important;
    padding-top: unset;
  }
  .fp-tableCell footer {
    width: 100%;
  }
  .fp-responsive .fp-section.footer {
    overflow: hidden;
  }
}
.fp-right {
  position: fixed;
  z-index: 10000;
  transform: translateY(-50%);
  top: 55%;
  left: clamp(10px, 2.5vw, 60px);
}
.fp-right ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
}
.fp-right li {
  display: block;
}
.fp-right a {
  all: unset;
  display: block;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.fp-right span {
  z-index: 1;
  display: block;
  width: 8px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: #ccc;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.fp-right :is(a.active, li:hover) span {
  background-color: var(--mw-color-magenta);
}
.fp-right .fp-sr-only {
  display: none;
}
@media (min-height: 800px) {
  .fp-responsive :is(.fp-section) {
    height: auto !important;
  }
}
@media (max-height: 799.98px) or (max-width: 767.98px) {
  .fp-responsive :is(.fp-section:not(.fp-auto-height), .fp-section:not(.fp-auto-height) .fp-tableCell) {
    height: auto !important;
    padding-top: 0;
    min-height: 900px;
  }
  .fp-responsive :is(.pt-nav) {
    padding-top: 0;
  }
}
@media (max-width: 767.98px) {
  .fp-responsive :is(.fp-section:not(.fp-auto-height), .fp-section:not(.fp-auto-height) .fp-tableCell) {
    min-height: 100%;
  }
  .fp-tableCell {
    align-items: flex-start;
  }
}
#mainCarouselSwiper {
  position: relative;
  width: 100%;
  .swiper {
    display: block !important;
    .swiper-slide {
      display: flex;
      justify-content: center;
      align-items: center;
      @media (max-width: 767.98px) {
        height: 500px;
      }
      @media (min-width: 768px) {
        height: 100vh;
        @media (max-height: 900px) {
          height: 700px;
        }
      }
      .swiper-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center;
        }
      }
      .swiper-caption {
        position: relative;
        z-index: 10;
        transform: translateY(35px);
        text-align: center;
        color: var(--swiper-caption-color);
        padding-top: 1rem;

        .swiper-link {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
        }
        .slide-heading {
          margin-bottom: 30px;
        }

        .swiper-link-btn {
          display: none;
          span::before {
            content: "더보기";
          }
        }
        h2 {
          font: var(--swiper-caption-header-font);
          margin-block: var(--swiper-caption-header-margin-block);
          color: inherit;
          letter-spacing: -0.02em;
          white-space: nowrap;
        }
        p {
          font: var(--swiper-caption-paragraph-font);
          margin-block: var(--swiper-caption-paragraph-margin-block);
          color: inherit;
          letter-spacing: -0.025em;
        }
        @media (max-width: 767.98px) {
          transform: translateY(20px);
          width: calc(100% - 30px);
          h2 {
            font-size: clamp(2rem, 8vw, 3rem);
            white-space: normal;
          }
          p {
            margin-top: 1.25rem;
            font-size: clamp(0.9375rem, 4vw, 1.125rem);
          }
        }
      }
    }
  }
}
#site {
  #mainCarouselSwiper .swiper-pagination-container {
    z-index: 10;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
    .swiper-pagination {
      position: static;
      display: flex;
      justify-content: center;
      height: auto;
      line-height: 1;
      gap: var(--swiper-bullets-gap);
      span {
        width: var(--swiper-bullets-size);
        height: var(--swiper-bullets-size);
        border: 0;
        border-radius: 1rem;
        backdrop-filter: blur(10px);
        &.swiper-pagination-bullet {
          border: 1px solid var(--swiper-bullets-color);
          background-color: transparent;
          transition: ease-in-out 0.2s all;
          margin: 0;
          opacity: 0.75;
        }
        &.swiper-pagination-bullet-active {
          background: var(--swiper-bullets-color);
          box-shadow: none;
          opacity: 1;
        }
      }
    }
  }
}
#site {
  #mainCarouselSwiper [class*="swiper-button"] {
    display: flex;
    align-items: center;
    top: 0;
    margin: 0;
    opacity: 1;
    width: 10%;
    height: 100%;
    &::after {
      content: none;
    }
    &::before {
      position: relative;
      right: auto;
      top: 0;
      font-family: var(--gms);
      font-variation-settings: var(--gms-100-out);
      font-size: 64px;
      line-height: 1;
      font-weight: 900;
      color: rgba(255, 255, 255, 0.5);
    }
    &:hover::before {
      color: rgb(255, 255, 255, 1);
    }
    &.swiper-button-next {
      right: 0;
      &::before {
        content: "\e5e1";
      }
    }
    &.swiper-button-prev {
      &::before {
        content: "\e2ea";
      }
    }
    @media (max-width: 767.98px) {
      & {
        display: none;
      }
    }
  }
}
#site_type2 {
  #mainCarouselSwiper [class*="swiper-button"] {
    display: flex;
    align-items: center;
    top: 0;
    margin: 0;
    opacity: 1;
    width: 10%;
    height: 100%;
    &::after {
      content: none;
    }
    &::before {
      position: relative;
      right: auto;
      top: 0;
      font-family: var(--gms);
      font-variation-settings: var(--gms-100-out);
      font-size: 64px;
      line-height: 1;
      font-weight: 900;
      color: rgba(255, 255, 255, 0.5);
      width: 40px;
      aspect-ratio: 80/150;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      opacity: 0.5;
    }
    &:hover::before {
      color: rgb(255, 255, 255, 1);
      opacity: 1;
    }
    &.swiper-button-next {
      right: 0;
      &::before {
        content: "";
        background-image: url(/public/img/icons/SVG/arrow/arrow@25.04/arrow_next.svg);
      }
    }
    &.swiper-button-prev {
      &::before {
        content: "";
        background-image: url(/public/img/icons/SVG/arrow/arrow@25.04/arrow_prev.svg);
      }
    }
  }
}
#site_type3 {
  #mainCarouselSwiper [class*="swiper-button"] {
    display: flex;
    align-items: center;
    top: 0;
    margin: 0;
    opacity: 1;
    width: fit-content;
    height: 100%;
    position: static;
    &::after {
      content: none;
    }
    &::before {
      position: relative;
      right: auto;
      top: 0;
      font-family: var(--gms);
      font-variation-settings: var(--gms-100-out);
      font-size: 20px;
      line-height: 1;
      font-weight: 900;
      color: rgba(255, 255, 255, 15);
    }
    &:hover::before {
      color: rgb(255, 255, 255, 1);
    }
    &.swiper-button-next {
      right: 0;
      order: 3;
      &::before {
        content: "\e5e1";
      }
    }
    &.swiper-button-prev {
      order: 1;
      &::before {
        content: "\e2ea";
      }
    }
    @media (max-width: 767.98px) {
      & {
        display: none;
      }
    }
  }
  #mainCarouselSwiper .swiper-indicators-wrap {
    position: absolute;
    bottom: 0;
    z-index: 10;
    max-width: 1300px;
    margin-inline: auto;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 20px;
    bottom: 130px;
    justify-content: center;
  }
  #mainCarouselSwiper .swiper-pagination-container {
    z-index: 10;
    position: static;
    width: fit-content;
    margin: 0;
    left: 50%;
    bottom: 40px;
    order: 2;
    padding: 0;
  }
  #mainCarouselSwiper .swiper-pagination-container .swiper-pagination {
    position: static;
    display: flex;
    justify-content: center;
    height: auto;
    line-height: 1;
    gap: 12px;
  }
}
#mainCarouselSwiper [class*="swiper-button"] {
  display: none !important;
}
.mainpage {
  :is(.bg) {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
  }
  section {
    position: relative;
    /* padding-block: 9.375rem; */
    &.bg-img {
      padding-block: 6.25rem;
    }
    &.bg-gray {
      background-color: #f7f7f7;
    }
  }
}
.mainpage [class^="board_box"] {
  margin-bottom: 0;
}
.mainpage .page-header {
  margin-block: 0 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  h4 {
    display: inline-block;
    font-size: clamp(1.2rem, 3vw, 1.75rem);
    font-weight: 700;
  }
  i::before {
    position: relative;
    display: block;
    content: "\e145";
    translate: 0 2px;
    font-family: var(--gms);
    font-variation-settings: var(--gms-600-out);
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 500;
    color: #000;
  }
}
.mainpage .board_box_list .page-header {
  margin-bottom: 0;
}
.mainpage .type_list {
  display: flex;
  flex-direction: column;
  li {
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    padding-block: 1.25rem;
    gap: 1rem;
    border-bottom: 1px solid #ddd;
    .badge {
      background-color: var(--primary-color);
      color: #fff;
      font-size: 0.8rem;
      padding: 0.3rem 0.5rem;
    }
    &:hover {
      a {
        text-decoration: underline;
      }
    }
    &.no_bd_text {
      justify-content: center;
    }
    .info {
      color: #999;
      font-size: 0.9375rem;
      font-style: normal;
      font-weight: 400;
      line-height: normal;
      margin-left: auto;
      order: 5;
      span:not(.regdate) {
        display: none;
      }
    }
    .board_status_badge {
      order: 2;
      display: flex;
      line-height: 1;
      margin-right: auto;
      margin-left: 10px;
      background-color: var(--primary-color) !important;
      color: #fff;
      padding: 5px 8px;
      align-items: center;
      font-size: 12px;
      margin-block: -5px;
      align-self: center;
      &.badge_wait {
        background-color: #a0a1a3 !important;
      }
      &.badge_progress {
      }
      &.badge_complete {
        background-color: #e40000 !important;
      }
    }
    span.subject {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      color: #333;
      font-size: 1.25rem;
      font-style: normal;
      font-weight: 450;
      line-height: 1.6;
    }
    a:hover {
    }
    :where(li, a) {
      line-height: 1;
      font-size: clamp(14px, 3vw, 16px);
      color: #000;
    }
  }
}
.mainpage .type_thumb {
  --repeat-count: 2;
  display: grid;
  padding: 0;
  margin-left: 0;
  margin-right: 0;
  gap: 10px;
  grid-template-columns: repeat(var(--repeat-count), minmax(0, 1fr));
  gap: var(--gap);
  @media (min-width: 992px) {
    --repeat-count: 3;
    --gap: 3rem 1.875rem;
  }
  > div {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .inner {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    .top a {
      display: block;
      overflow: hidden;
      aspect-ratio: 5 / 3;
    }
  }
  .thumb {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .bottom {
    padding: 0;
    padding-top: 1.5rem;
    .title {
      padding: 0;
      margin-top: 5px;
      a {
        font-size: 1.25rem;
        font-weight: 700;
        letter-spacing: -0.00963rem;
      }
    }
  }
  .info {
    display: none;
  }
}
.mainpage :where(.type_video, [data-board-option="video"]) {
  .top a::before {
    content: "\f144";
    font-family: "font awesome 6 free";
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
  }
  .inner:hover .top a::before {
    opacity: 1;
  }
}
.mainpage .type_swiper_s1 {
  position: relative;
  padding-bottom: 50px;
  .top {
    position: relative;
    display: block;
    aspect-ratio: 5/3;
    overflow: hidden;
  }
  &[data-board-option="goods"] {
    .top {
      aspect-ratio: 1;
    }
  }
  .thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .bottom {
    padding-top: 15px;
    &[data-bottom="list"] {
      padding: 0;
    }
    .title {
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      a {
        font-size: 18px;
        font-weight: 500;
        color: #222;
      }
    }
    .info {
      margin-top: 5px;
      display: flex;
      gap: 10px;
      opacity: 0.7;
      font-size: 12px;
    }
  }
  .cate {
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-inline: 5px;
    height: 20px;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 5px;
  }
  .swiper:not(.swiper-initialized) {
    .swiper-wrapper {
      display: flex;
      overflow: hidden;
      gap: 30px;
      pointer-events: none;
      user-select: none;
    }
    .swiper-slide {
      width: 300px;
      flex-shrink: 0;
    }
    &::before {
      content: '게시판 위젯 [data-swiper-id="' var(--board-option) '"]에 Swiper가 적용되지 않았습니다.';
      z-index: 100;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(255, 255, 255, 0.9);
      color: #000;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
      font-weight: 500;
    }
  }
  [class*="swiper-button"] {
    display: flex;
    align-items: center;
    top: 0;
    margin: 0;
    opacity: 1;
    width: fit-content;
    height: 100%;
    &::after {
      content: none;
    }
    &::before {
      position: relative;
      font-family: "Font Awesome 5 Free";
      right: auto;
      top: 0;
      width: auto;
      line-height: 1;
      font-size: 32px;
      font-weight: 900;
      color: var(--primary-color);
      opacity: 0.5;
    }
    &:hover::before {
      opacity: 1;
    }
    &.swiper-button-next {
      right: -50px;
      &::before {
        content: "\f054";
      }
    }
    &.swiper-button-prev {
      left: -50px;
      &::before {
        content: "\f053";
      }
    }
  }
  .contents_preview {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    padding: 0 1px;
    height: 40px;
    margin-top: 5px;
  }
}
#site #mainPopup {
  position: relative;
  top: 50px;
  .main_popup {
    display: none;
    position: absolute;
    top: 100px !important;
    min-width: 300px;
    z-index: 900;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    &.show {
      display: flex;
      flex-direction: column;
      overflow: hidden;
      border-radius: var(--radius-sm);
    }
    button.close {
      all: unset;
      cursor: pointer;
      opacity: 1;
      margin: 0;
      height: auto;
      color: inherit;
      font-size: 1.75rem;
      display: flex;
      justify-content: center;
      align-items: center;
    }
    span.material-symbols-outlined {
      line-height: 0.8;
      font-variation-settings: var(--gms-200-out);
      font-size: inherit;
    }
    .main_popup_contents {
      overflow: hidden;
      background: #fff;
      video {
        display: block;
      }
      img {
        display: block;
        max-width: 100%;
        height: auto;
      }
    }
    .main_popup_optional {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 0;
      padding-inline: 7px 10px;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);
      height: 40px;
      label {
        font-weight: 400;
        margin: 0;
        cursor: pointer;
        display: inline-flex;
        align-items: center;
        font-size: clamp(0.7rem, 2vw, 0.8rem);
        font-weight: 400;
        input[type="checkbox"] {
          display: none;
        }
        span {
          padding-left: 3px;
          display: flex;
          gap: 5px;
          align-items: center;
          &::before {
            content: "\e8b5";
            display: inline-block;
            font-family: var(--gms);
            font-variation-settings: var(--gms-300-out);
            font-size: clamp(1rem, 2vw, 1.125rem);
          }
        }
        :where(label, div) {
          opacity: 0.8;
          &:where(:hover, :focus) {
            opacity: 1;
          }
        }
        :where(label, div, span) {
          line-height: 1;
        }
      }
    }
    &.main_popup_left {
      left: 50px;
    }
    &.main_popup_center {
      left: 50%;
      transform: translate(-50%);
    }
    &.main_popup_right {
      right: 50px;
    }
    @media (max-width: 767.98px) {
      &[class*="main_popup_"] {
        left: 15px;
        right: 15px;
        transform: none;
        width: fit-content;
        margin-inline: auto;
      }
    }
  }
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@media (max-width: 767.98px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
}
:where(.table) {
  width: 100%;
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  table-layout: fixed;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  border-spacing: 0;
}
:where(.table) :where(th, td) {
  vertical-align: top;
  line-height: 1.5;
}
.table-style {
  --border-color: #ccc;
  border: 1px solid var(--border-color);
  border-top: 2px solid #222;
  background-color: #fff;
  margin: 0;
}
.table-style :is(th, td) {
  padding: 0.9375rem 1.1875rem;
  font-size: 1rem;
  vertical-align: middle;
  border: 1px solid var(--border-color);
  text-align: center;
}
.table-style td {
  color: #444;
}
.table-style thead th {
  border-bottom: 0;
  background-color: #eee;
  border: 1px solid var(--border-color);
  color: #222;
  font-weight: 600;
}
.table-style thead,
.table-style tbody:only-child {
  border-top: 1px solid var(--primary-color);
}
.table-style tbody th {
  background-color: #f7f7f7;
  font-weight: 600;
}
.board_wrapper {
  margin-block: 0;
  tr.fixed {
    background-color: var(--primary-color-light);
  }
  tr.notice {
    background-color: #f8f8f8;
    th.num {
      &::before {
        content: "공지사항";
        display: flex;
        padding: 0.3125rem 0.9375rem;
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 2px;
        background: var(--primary-color);
        color: #fff;
        position: absolute;
        width: fit-content;
        margin-inline: auto;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 0.8rem;
      }
    }
    td.subject {
      a {
        font-weight: 500;
        color: #000;
      }
      .is_secret {
        order: 5;
        overflow: hidden;
        text-overflow: ellipsis;
      }
      span {
        flex-shrink: 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        text-align: left;
        gap: 0.4375rem;
        .badge {
          display: none !important;
        }
      }
      small {
        margin-top: 0;
        &.lock {
          order: 0;
          translate: 0 -1px;
          font-size: 0.9375rem;
        }
        &.comment {
          opacity: 0.8;
          order: 1000;
          translate: 0 -1px;
          font-size: 0.875rem;
          display: flex;
          align-items: center;
          gap: 1px;
          color: var(--primary-color-dark);
          font-weight: 700;
          &::before {
            content: "[";
          }
          &::after {
            content: "]";
          }
          & i {
            display: none;
          }
        }
      }
    }
    td.cate {
      &::before {
        content: "공지";
        color: #222;
      }
      span {
        display: none;
      }
    }
  }
}
.board_wrapper {
  &[id$="_view"] .btn {
    min-width: 3.75rem;
    padding-inline: 10px;
    justify-content: center;
    align-items: center;
  }
  :is(.form-caption, .wr_caution) i {
    color: var(--primary-color);
  }
  .wr_caution {
    padding-left: 18px;
  }
}
#site :where(.member_wrapper, .board_wrapper) {
  .text-center:not(td) {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 3.125rem;
    & .btn + .btn {
      margin: 0;
    }
  }
  .btn.btn-lg,
  .btn + .btn:not(.btn-outline-danger) {
    min-width: 180px;
  }
  tbody td:has(.radio-inline, .checkbox-inline) {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.3125rem, 2vw, 0.625rem) clamp(0.9375rem, 3vw, 1.25rem);
    font-size: clamp(0.875rem, 2vw, 1rem);
  }
  .checkbox {
    margin: 0;
    label {
      cursor: pointer;
      width: fit-content;
    }
  }
  :where(.checkbox label, .radio label) {
    letter-spacing: -0.06em;
  }
  .custom_checkbox + span a {
    font-weight: 500;
    color: #1b54e4;
    text-decoration: underline;
  }
  :where(.checkbox-inline, .checkbox, .radio-inline, .radio) :where(input[type="checkbox"], input[type="radio"]) {
    position: static;
    margin: 0 5px 0 0;
  }
  :where(.checkbox, .radio) label {
    padding-left: 0;
    display: flex;
    align-items: center;
  }
  :where(.checkbox-inline, .radio-inline) {
    margin-block: 0;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
  }
  @media (max-width: 767.98px) {
    div.text-center {
      margin-top: 1.25rem;
      display: flex;
      justify-content: center;
      width: 100%;
    }
    .text-center {
      .btn + .btn {
        margin-left: 0;
      }
      .btn.btn-lg {
        padding: 0;
        height: 3.125rem;
        font-size: 0.875rem;
      }
      :where(.btn.btn-lg, .btn + .btn) {
        flex: 1;
        min-width: inherit;
      }
    }
  }
}
#bbsArea .category_wrap {
  margin-bottom: 50px;
  ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0 1.25rem;
    margin-bottom: 3.125rem;
    li {
      margin: 0;
      a {
        color: #888;
        font-weight: 500;
        padding-bottom: 0;
        border-bottom: 0;
        &:hover {
          color: #111;
        }
      }
      &.on :where(a, a:hover, a:focus) {
        color: #000;
        font-weight: 600;
      }
    }
  }
}
#site .list-wrap {
  colgroup {
    .regdate_col,
    .num_col {
      width: 9.375rem;
    }
    .hits_col,
    .writer_col {
      width: 8.125rem;
    }
  }
  .form-caption {
    display: block !important;
  }
}
#bbsArea {
  position: relative;
  .board_data_view {
    border-top: 1px solid #333;
    border-bottom: 1px solid #aaa;
  }
  .write_btn_wrap {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .btn-lg {
    width: 12.5rem;
  }
  :is(.board_wrapper, .pagination_wrap, .search_wrap) {
    display: block;
    margin-top: 0;
  }
  .board_wrapper + .search_wrap {
    margin-top: 3.125rem;
  }
  .board_wrapper + .pagination_wrap {
    margin-block: 3.125rem;
  }
}
#bbsArea .pagination_wrap {
  & + .search_wrap {
    margin-top: 0px;
  }
  ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4375rem;
    li {
      a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 2rem;
        aspect-ratio: 1;
        font-size: 0.9375rem;
        border-radius: 9999px;
      }
      &:not(.active) a:hover {
        background-color: #eee;
      }
      &.active a {
        width: 1.75rem;
        background-color: var(--primary-color);
        color: #fff;
        font-weight: 700;
      }
      & + & {
        margin-left: -1px;
      }
    }
  }
  .box a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 0.25rem;
  }
}
#bbsArea .search_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3125rem;
  margin-bottom: 0;
  #search_kind {
    cursor: pointer;
    line-height: 1;
  }
  .write_btn_wrap {
    margin-top: 0;
  }
  @media (max-width: 767.98px) {
    & {
      flex-direction: column;
      max-width: 300px;
      margin-inline: auto;
    }
    .write_btn_wrap {
      position: static;
      display: flex;
      gap: 0.3125rem;
      width: 100%;
      > .btn {
        width: 100%;
        min-width: auto;
        flex: 1;
      }
    }
    select.form-control {
      max-width: 100% !important;
    }
  }
}
#bbsArea .badge {
  display: inline-flex;
  padding: 0.25rem 0.625rem;
  margin-block: 0;
  margin-right: 0;
  border-radius: 0.125rem;
  background-color: #edf2fd;
  color: var(--primary-color);
  font-size: var(--fs-md);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.0109375rem;
}
#bbsArea .option_wrap {
  margin-top: 1.875rem;
  display: flex;
  justify-content: space-between;
  .list_btn_wrap {
    position: static;
  }
}
#bbsArea .header_wrap {
  text-align: center;
  padding: 2.5rem var(--container-padding-inline) 3.4375rem;
  border-bottom: 1px solid #aaa;
  h4.title {
    font-size: 1.625rem;
    font-weight: 500;
    color: #000;
  }
  span {
    color: #666;
  }
  strong {
    color: #000;
    font-weight: 600;
  }
  .title {
    margin: 0;
    font-size: 1.5rem;
  }
  .info {
    margin-top: 0.9375rem;
    opacity: 0.7;
    span {
      font-size: 0.875rem;
      color: #000;
      & + & {
        margin-left: 0.5625rem;
      }
    }
  }
}
#bbsArea .contents_wrap {
  padding: 3.125rem 0px;
  .contents_inner {
    font-size: 0.875rem;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  p {
    font-size: inherit;
    line-height: 1.6;
    margin: 1em 0;
  }
  a {
    color: #337ab7;
    &:hover {
      color: #1b5a92;
      text-decoration: underline;
    }
    &:visited {
      color: #6c368b;
    }
    &:visited:hover {
      color: #461b5f;
      text-decoration: underline;
    }
  }
  :is(.h1, h1) {
    font-size: 2.25rem;
  }
  :is(.h2, h2) {
    font-size: 1.875rem;
  }
  :is(.h3, h3) {
    font-size: 1.5rem;
  }
  :is(.h4, h4) {
    font-size: 1.125rem;
  }
  :is(.h5, h5) {
    font-size: 0.875rem;
  }
  :is(.h6, h6) {
    font-size: 0.75rem;
  }
  :is(.h1, .h2, .h3, h1, h2, h3) {
    margin-top: 1.25rem;
    margin-bottom: 0.625rem;
    line-height: 1.2;
    font-weight: 500;
    color: inherit;
  }
  :where(li, dl) {
    margin: inherit;
    padding: inherit;
    list-style-position: inside;
  }
  ul li {
    list-style-type: disc;
  }
  ol li {
    list-style-type: decimal;
  }
}
#bbsArea :is(.download_wrap, .status_wrap) {
  padding: 0.9375rem;
  border-top: 1px solid #ddd;
  th {
    text-align: left;
    vertical-align: top;
    width: 6.25rem;
  }
  ul {
    display: flex;
    flex-direction: column;
    gap: 0.3125rem 0.625rem;
    flex-wrap: wrap;
    a {
      color: #000;
      &:hover {
        text-decoration: underline;
      }
    }
  }
  @media (max-width: 767.98px) {
    ul {
      flex-direction: column;
    }
    tr {
      display: flex;
      flex-direction: column;
      > * {
        width: 100%;
      }
      th {
        padding-bottom: 0.625rem;
      }
      a {
        word-break: break-all;
      }
    }
  }
}
#bbsArea .reply_wrap {
  margin-top: 3.125rem;
  display: flex;
  flex-direction: column;
  h4 {
    position: static;
    text-align: left;
    font-size: clamp(0.875rem, 3vw, 1rem);
    font-weight: 700;
    margin-bottom: 0.625rem;
    line-height: 1;
  }
  > h4 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .btn_wrap {
    margin-top: 0.75em;
    display: flex;
    .pull-left {
      display: flex;
      gap: 0.3125rem;
    }
  }
  :is(#bbsArea .reply_wrap #reply_modify_btn, #bbsArea .reply_wrap .text-left + button) {
    margin-left: auto;
  }
  #reply_btn {
    cursor: pointer;
    background-color: var(--primary-color);
    color: #fff;
    display: flex;
  }
  #reply_list {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ccc;
    margin-block: 1.25rem;
    .info {
      display: flex;
      gap: 0.4375rem;
    }
    :is([id*="reply_modify"], [id*="reply_delete"]) {
      min-width: unset;
      padding: 0;
      &:focus {
        border: 0;
      }
    }
    .media {
      position: relative;
      margin: 0;
      padding: 1.25rem 0.3125rem 2.5rem;
      & + & {
        border-top: 1px solid #ddd;
      }
      .media-left,
      > .pull-left {
        padding-right: 1.25rem;
      }
      .media .media-left img {
        border-radius: 100%;
      }
      .media .media-body {
        .media .media-body {
          position: static;
        }
        .info {
          position: absolute;
          left: 8.125rem;
          bottom: 0.9375rem;
        }
        .info .btn {
          display: inline-block;
          font-weight: 500;
          line-height: 1;
          font-size: 0.75rem;
          vertical-align: middle;
          color: #333;
          height: auto;
          max-width: unset;
        }
        .info span {
          color: #aaa;
          font-size: 0.8125rem;
          margin-left: 6px;
          vertical-align: middle;
        }
        p {
          color: #333;
          font-size: 0.9375rem;
          line-height: 1.5;
          word-break: break-all;
        }
      }
      .media-heading .text-muted {
        color: #aaa;
        font-weight: 400;
        font-size: 0.75rem;
        position: absolute;
        bottom: 0.9375rem;
        left: 5px;
        margin-left: 0 !important;
      }
    }
  }
  #reply_write {
    .info {
      .form-control {
        display: inline-block;
        width: 7.5rem;
        & + & {
          margin-left: 2px;
        }
      }
    }
    .contents {
      margin-top: 0.3125rem;
      .form-control {
        height: 100px;
        width: 100%;
        min-height: 100px;
        max-height: 18.75rem;
        resize: vertical;
        padding: 10px 15px;
      }
    }
    .btn_wrap {
      margin-top: 5px;
      text-align: right;
      .btn {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
      }
    }
  }
  @media (max-width: 539px) {
    .info .form-control {
      display: block;
      width: 100%;
      margin-bottom: 5px;
      & + & {
        margin-left: 0;
      }
    }
  }
}
#bbsArea .table.board_write_table {
  border-top: 1px solid #333;
  border-collapse: inherit;
  tbody td {
    border: 0;
  }
  .text-muted i {
    color: var(--primary-color);
  }
  .files {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3125rem 0.9375rem;
    flex: 1;
    #File_add {
      aspect-ratio: 1;
      width: auto;
      padding: 0.5625rem 0.75rem;
      margin: 0;
    }
    & + #File_add {
      padding: 0;
      padding-left: 0;
      padding-right: 0;
      .fa-plus {
        line-height: 0;
      }
    }
    .fileInput {
      display: grid;
      grid-template-columns: minmax(0, auto) minmax(0, min-content);
      align-self: stretch;
      .file_add {
        padding: 0.375rem 0.4375rem 0.3125rem;
      }
      .tempChk {
        text-align: right;
        font-size: 0.75rem;
        margin-top: 0.3125rem;
        color: #555;
      }
    }
    & + .sumChk {
      padding-bottom: 0;
      margin-bottom: 0;
      border: 0;
    }
  }
  @media (max-width: 767.98px) {
    .text-muted {
      width: 100%;
    }
  }
  :is(.refresh, .delete_attach) {
    display: inline-block;
    color: #999;
    line-height: 40px;
    margin-left: 7px;
    margin-right: 7px;
    cursor: pointer;
    &:hover {
      color: #ec0909;
    }
  }
  th:has(.required_text) > :where(span:first-child, span.required_text) {
    position: static;
    margin-right: 2px;
    color: var(--primary-color);
  }
  code {
    color: var(--danger-color);
    font-size: 0.7rem;
    margin-left: 10px;
    display: none;
  }
  .frm_textarea_cnt {
    display: none;
  }
  @media (min-width: 768px) {
    .files_upload_wrap,
    #files {
      gap: 0.9375rem;
      display: flex;
      .btn {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        aspect-ratio: 1;
        height: 2.5rem;
      }
    }
  }
  @media (max-width: 767.98px) {
    .files {
      display: flex;
      flex-direction: column;
      gap: 0.625rem;
    }
    img[alt*="현재 대표 이미지"] {
      max-width: 100%;
    }
    #delete_thumb {
      width: 100%;
    }
    .files_upload_wrap,
    #files {
      display: flex;
      flex-direction: column;
      .btn {
        width: 100%;
        aspect-ratio: inherit;
        margin-top: 0.9375rem;
      }
      .files .fileInput .file_add {
        position: relative;
        right: auto;
      }
    }
  }
}
.board_layout_write textarea {
  width: 100%;
  height: 100px;
  resize: none;
}
.form-control {
  width: 100%;
  padding: var(--form-padding);
  height: var(--form-height);
  border: 1px solid var(--form-border-color);
  /* border-radius: var(--form-radius); */
  box-shadow: none;
  -webkit-box-shadow: none;
  color: var(--form-color);
  font: var(--form-font);
  &:not(:placeholder-shown) {
    border-color: var(--form-border-focus-color);
  }
  &:placeholder-shown,
  &::placeholder {
    color: var(--form-placeholder-color);
  }
  &:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    border-color: var(--form-border-color);
  }
  &:not([readonly]):focus {
    border-color: var(--form-border-focus-color);
  }
  &[type="file"] {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: var(--form-padding);
    padding-left: 0;
    line-height: calc(var(--form-height) - 2px);
    border-color: var(--form-border-color);
    height: auto;
    margin: 0;
    padding: 0;
    &::file-selector-button {
      width: 5rem;
      margin-right: 10px;
      font-family: inherit;
      position: relative;
      left: 0;
      height: 100%;
      pointer-events: none;
      border-color: inherit;
      border-style: solid;
      border-width: 0;
      border-radius: 0;
    }
    &:hover:not(:disabled):not([readonly])::file-selector-button {
      background-color: #e5e5e5;
    }
  }
}
#search_query.form-control {
  width: 100%;
  max-width: 320px;
  border: 1px solid var(--grey-color);
  &:focus {
    background-color: #fff;
    border-color: var(--primary-color);
  }
}
textarea.form-control {
  padding-block: 0.9rem;
  line-height: 1.5;
}
#site select.form-control {
  -webkit-appearance: none;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjBweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyMHB4IiBmaWxsPSIjMDAwIj48cGF0aCBkPSJNNDgwLTMzMyAyNDAtNTczbDUxLTUxIDE4OSAxODkgMTg5LTE4OSA1MSA1MS0yNDAgMjQwWiIvPjwvc3ZnPg==);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) 0.8rem;
  background-origin: border-box;
  padding-right: 23px;
  border-color: var(--form-border-color);
  max-width: 100px;
}
.wr_add_button select.form-control {
  max-width: 100%;
}
select.form-control#wr_cate {
  max-width: 200px;
}
input.form-control {
  -webkit-appearance: none;
  padding-right: 20px;
  &#wr_reply_captcha {
    max-width: 130px;
    width: 100% !important;
  }
  & + .clear-input {
    display: none;
    border: 0;
    background-color: transparent;
  }
  &.vaild-text {
    & + .clear-input {
      position: absolute;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 40px;
      height: 100%;
      color: #bbb;
      top: 0;
      right: 0;
      border: 1px solid transparent;
      &::before {
        content: "\f00d";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 16px;
        line-height: 1;
      }
    }
  }
  & + .clear-input {
    display: none;
    border: 0;
    background-color: transparent;
    &:hover {
      color: var(--primary-color);
    }
  }
}
@media (max-width: 767.98px) {
  .form-control {
    width: 100%;
  }
}
.wr_form_wrap {
  display: grid;
  grid-template-columns: 1fr 0.5fr 2fr;
  gap: 0.625rem;
  padding: 3px 0 0;
  label {
    font-size: 0.8125rem;
  }
  @media (max-width: 768px) {
    & {
      display: flex;
      flex-direction: column;
    }
  }
}
.wr_form_item {
  position: relative;
  input.form-control {
    padding-right: 2.5rem;
    background-color: transparent;
    padding-right: 2.1875rem;
  }
  :where(.input-group, .form-control) {
    width: 100%;
  }
}
.custom_file {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
}
.checkbox-inline + .checkbox-inline {
  margin-left: 1.25rem;
}
:is(.custom_radio, .custom_checkbox) {
  width: 1px;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  display: none;
  position: absolute;
}
:is(.custom_radio, .custom_checkbox, .status_wrap input) + span {
  user-select: none;
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.custom_checkbox {
  + span {
    user-select: none;
    &::before {
      margin: 0;
      font-size: 1.25rem;
      color: #555;
      content: "\e835";
      font-family: var(--gms);
      font-weight: 300;
      transform: translateY(-1px);
    }
  }
  &:checked + span::before {
    content: "\e834";
    font-weight: 900;
    color: var(--primary-color);
  }
  &[disabled],
  &[disabled] + span {
    opacity: 0.5;
  }
}
.custom_radio {
  &[disabled],
  &[disabled] + span {
    opacity: 0.5;
  }
  &:checked + span::before {
    content: "";
    font-weight: 900;
    border-color: var(--primary-color);
    border-width: 4px;
  }
  + span::before {
    box-sizing: border-box;
    content: "";
    width: 1rem;
    height: 1rem;
    aspect-ratio: 1;
    border: 1px solid #aaa;
    border-radius: var(--radius-full);
  }
}
.radio-inline {
  cursor: pointer;
  align-self: center;
  margin-top: 0 !important;
}
.status_wrap {
  [name="wr_status"] {
    display: none;
    &[disabled],
    &[disabled] + span {
      opacity: 0.5;
    }
    + span::before {
      margin: 0;
      font-size: 1.25em;
      color: #555;
      content: "\e836";
      font-family: var(--gms);
      font-weight: 300;
      transform: translateY(-1px);
    }
    &:checked + span::before {
      content: "\e837";
      font-weight: 900;
      color: var(--primary-color);
    }
  }
}
#wr_captcha {
  margin-top: 0;
  width: 100%;
  max-width: 220px;
}
#captcha {
  z-index: 10;
  cursor: pointer;
  position: relative;
  filter: brightness(0.62) contrast(4.5) opacity(0.7);
  height: var(--form-height) !important;
  margin: 0;
  border: 1px solid transparent;
  &:hover {
    border-color: #222 !important;
  }
  + br {
    display: none;
    + input {
      margin: 0 0 0 -1px !important;
      border-radius: 0;
      margin-left: -1px;
      &:focus {
        z-index: 15;
      }
    }
  }
}
td:has(#captcha) {
  display: flex;
  gap: 0;
}
:is(.table_video, .table_blog2, .table_pd) {
  --board-template-columns: 1;
  display: grid;
  grid-template-columns: repeat(var(--board-template-columns), minmax(0, 1fr));
  margin-inline: 0;
  gap: clamp(40px, 3vw, 70px) clamp(20px, 3vw, 30px);
  &::before,
  &::after {
    content: none;
  }
  > dd {
    width: 100%;
    padding: 0;
    &:not([class]) {
      grid-column: span var(--board-template-columns);
    }
    &.no_content {
      grid-column: span var(--board-template-columns);
    }
  }
}
@media (min-width: 576px) {
  :is(.table_video, .table_blog2, .table_pd) {
    --board-template-columns: 2;
  }
}
@media (min-width: 768px) {
  :is(.table_video, .table_blog2, .table_pd) {
    --board-template-columns: 3;
  }
}
.table_video {
  .top a::before {
    content: "\e1c4";
    font-family: var(--gms);
    font-weight: 400;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: #fff;
    opacity: 0.7;
    cursor: pointer;
  }
  .inner:hover .top a::before {
    opacity: 1;
  }
}
.type_video {
  .thumb {
    background-color: #000;
  }
}
.board_status_list {
  .status_badge {
    padding: 0.25rem 0.625rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
  }
  .status_badge_1 {
    background: #a0a1a3;
    color: #fff;
  }
  .status_badge_2 {
    background: var(--primary-color);
    color: #fff;
  }
  .status_badge_3 {
    background: #e1e1e1;
    color: #888;
  }
}
:is(.board_list_list, .board_status_list, .cs_bd_wrapper) {
  .table_default {
    border: 0;
    border-spacing: 0;
    border-top: 1px solid #333;
    margin-bottom: 0;
    width: 100%;
    thead {
      th {
        background: #fff;
        border-bottom: 1px solid #ccc;
        color: #222;
        text-align: center;
        font-size: 1.0625rem;
        font-style: normal;
        font-weight: 600;
        line-height: 140%;
        letter-spacing: -0.17px;
      }
    }
    tbody {
      th.num {
        font-weight: normal;
        vertical-align: middle;
      }
      td {
        padding-block: 1.6875rem;
        vertical-align: middle;
      }
      .subject a {
        overflow: hidden;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color: #222;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.5px;
        font-size: clamp(0.9375rem, 3vw, 1.125rem);
      }
      &.table_responsive th {
        margin-bottom: 0;
        border: 0;
      }
    }
  }
  :is(th, td) {
    padding: 20px 15px;
    font-size: clamp(0.9375rem, 3vw, 1.0625rem);
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    font-style: normal;
    color: #777;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.15px;
  }
  td {
    color: #777;
    text-align: center;
    &.subject {
      text-align: left;
      &.subject_secret {
        > span {
          display: flex;
          align-items: center;
          gap: 0.625rem;
        }
      }
    }
    &.text-center {
      display: table-cell;
      text-align: center;
    }
  }
}
@media (max-width: 767.98px) {
  :is(.board_list_list, .board_status_list, .cs_bd_wrapper) {
    :is(colgroup, .num, .regdate, .hits, .writer) {
      display: none;
    }
    .subject {
      width: 100%;
    }
    .status {
      width: 35%;
    }
  }
}
.table_blog {
  border-top: 2px solid #222;
  .info {
    display: none;
  }
  dd {
    display: grid;
    grid-template-columns: minmax(0, 18.75rem) minmax(0, auto);
    align-items: flex-start;
    gap: 2.5rem;
    padding-block: 2.5rem;
    border-bottom: 1px solid #ddd;
  }
  .no_post {
    grid-column: span 2;
  }
  .right {
    display: flex;
    flex-direction: column;
    gap: 0.9375rem 0.9375rem;
    align-items: flex-start;
    padding-right: 1.875rem;
    .info {
      justify-content: flex-end;
      align-items: center;
      align-self: center;
      grid-column: 2;
      grid-row: span 2;
      margin-bottom: 0;
    }
    :where(.writer, .hits) {
      display: none;
    }
    a {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      font-size: 1.375rem;
      color: #000;
      &:has(.badge) {
        padding-top: 1.75rem;
        margin-top: 0.3125rem;
      }
    }
    .text {
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
    p {
      padding: 0;
      font-size: clamp(0.875rem, 3vw, 1rem);
    }
  }
  .badge {
    position: absolute;
    top: 0.3125rem;
    left: 0;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .table_blog {
    dd {
      display: flex;
      flex-direction: column;
    }
    .right {
      padding-right: 0;
    }
  }
}
#bbsArea {
  .board_blog2_list {
    margin-bottom: 5rem;
  }

  :where(.table_video, .table_blog2, .table_pd) {
    .badge {
      margin-top: 0px;
    }
    .inner {
      border: 0;
    }
    .top {
      position: relative;
    }
    dd {
      margin-bottom: 0;
    }
    .bottom {
      margin-top: 0.9375rem;
      padding: 0;
    }
    :where(.inner .bottom) a {
      display: block;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      font-weight: 600;
      font-size: 1.125rem;
    }
  }
}
:is(.table_video, .table_blog, .table_blog2, .table_pd) {
  a {
    span.thumb {
      display: none;
    }
    span.thumb + img.thumb {
      display: block;
      aspect-ratio: 5 / 3;
      object-fit: cover;
      width: 100%;
      height: auto;
      background-color: #ccc;
      border-radius: var(--radius-md);
    }
  }
  &.table_pd a span.thumb + img.thumb {
    aspect-ratio: 1;
  }
}
:where(.table_video, .table_blog2, .table_pd, .table_blog) {
  .title {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem 0;
    padding: 0;
    + .pd_preview {
      margin-top: 0.625rem;
      * {
        all: unset;
      }
    }
  }
  .info {
    display: flex;
    gap: 0.625rem;
    margin-top: 10px;
    opacity: 0.7;
    span {
      padding: 0;
      font-size: 13px;
      line-height: 1;
    }
  }
}
:is(#form_history_list, #form_history_nologin) {
  .board_wrapper {
    padding: 0;
    background: transparent;
    min-height: auto;
  }
}
.board_wrapper {
  :where(form[id*="form"]) {
    :where(th, td, table.table) {
      border: 0;
      line-height: 1;
    }
    table {
      width: 100%;
      display: flex;
      border-top: 0;
    }
    th {
      padding: 0;
      font-weight: 700;
      display: flex;
      background-color: transparent;
      width: auto;
      border-top: 0;
    }
    :where(th, td) {
      font-size: 1rem;
    }
    tbody {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      width: 100%;
      tr {
        display: grid;
        grid-template-columns: minmax(0, 2fr) minmax(0, 10fr);
        align-items: flex-start;
        gap: 0.9375rem;
        padding: 1.5625rem 0.625rem;
        border-bottom: 1px solid #ccc;
      }
    }
    #item_agree {
      .checkbox {
        margin-top: 0;
      }
      label {
        font-size: clamp(0.8125rem, 2vw, 0.9375rem);
      }
    }
    #item_email {
      .text-muted {
        font-size: clamp(0.8125rem, 2vw, 0.9375rem);
      }
    }
  }
}
:where(.form-wrap, form) {
  #list_btn {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .board_wrapper {
    :where(form[id*="form"]) {
      th {
        margin-bottom: 0.9375rem;
      }
      table.table tbody tr {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
      }
    }
  }
}
.board_pd_view {
  position: relative;
  .pd_top_wrap {
    margin-bottom: 6.25rem;
    .row {
      display: grid;
      grid-template-columns: repeat(2, minmax(0, 1fr));
      margin: 0;
      &::before,
      &::after {
        content: none;
      }
    }
    :where(.pd_col_lft, .pd_col_rgt) {
      padding-left: 0;
      padding-right: 0;
    }
  }
  .pd_slider_wrap {
    :where(.pd_img_main, .pd_img_main .thumb, .pd_img_sub .thumb) {
      aspect-ratio: 1/1;
    }
    .pd_img_sub {
      min-height: 5.125rem;
      margin-top: 25px;
      > [class^="pd_thumb"] {
        display: none;
      }
      .slick-list {
        padding: 0 !important;
      }
      .slick-slide {
        overflow: hidden;
        aspect-ratio: 1;
        height: 100%;
        flex: 1;
        max-width: 90px;
        border-radius: var(--radius-md);
        .thumb {
          cursor: pointer;
          opacity: 0.35;
        }
      }
      .slick-current .thumb,
      .slick-slide:where(:hover) .thumb {
        opacity: 1;
        border-color: #ccc;
      }
      .slick-track {
        width: inherit !important;
        transform: none !important;
        display: flex;
        justify-content: center;
        gap: 4px 5px;
        width: 100%;
      }
    }
    :where(.pd_img_main) .slick-track {
      display: flex;
    }
    :where(.pd_img_main, .pd_img_sub) {
      .slick-slide {
        width: inherit !important;
        background: #f7f7f7;
      }
      .thumb {
        display: block;
        margin: 0;
        padding: 0;
        position: static;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover !important;
      }
    }
  }
  .pd_img_main {
    overflow: hidden;
    position: relative;
    margin: 0;
    border-radius: var(--radius-md);
    :where(.next-btn, .prev-btn) {
      z-index: 1010;
      position: absolute;
      top: 0;
      border: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      background: transparent;
      width: 50px;
      height: 100%;
      padding: 0;
      cursor: pointer;
      &::before {
        transition: opacity 0.3s;
        opacity: 0.35;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 16px;
        color: #fff;
        aspect-ratio: 1/1;
        width: 30px;
        border-radius: 50%;
        background: #000;
      }
      &:hover::before {
        opacity: 1;
      }
    }
    .next-btn {
      right: 0px;
      &::before {
        content: "\f105";
      }
    }
    .prev-btn {
      left: 0px;
      &::before {
        content: "\f104";
      }
    }
    .slick-dots {
      z-index: 1500;
      left: 50%;
      transform: translateX(-50%);
      display: inline-flex !important;
      justify-content: center;
      gap: 0 10px;
      width: auto;
      padding: 7px 12px;
      border-radius: 50px;
      bottom: 15px;
      background-color: rgba(0, 0, 0, 0.35);
      li {
        opacity: 0.65;
        width: auto;
        height: auto;
        margin: 0;
        &.slick-active {
          opacity: 1;
        }
        button {
          width: 8px;
          height: auto;
          aspect-ratio: 1;
          margin: 0;
          padding: 0;
          border-radius: 50%;
          background-color: #fff;
          &:before {
            content: none;
          }
        }
      }
    }
  }
  .pd_info_wrap {
    transition: 0.5s;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .pd_title_wrap {
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #333;
    .badge {
      font-size: 0.8125rem;
      padding: 0.4375rem 0.625rem 0.375rem;
      & + .title {
        margin-top: 0.9375rem;
      }
    }
    .title {
      margin: 0;
      letter-spacing: -0.034em;
      line-height: 4rem;
      word-break: break-all;
      font-size: clamp(1.75rem, 3vw, 2.25rem);
      font-weight: 600;
      color: #111;
    }
    .info {
      display: none !important;
    }
    .info {
      display: flex;
      flex-wrap: wrap;
      gap: 0 15px;
      padding-left: 3px;
      font-size: 0.8125rem;
      color: #888;
      margin-top: 1.25rem;
      strong {
        margin-right: 0.3125rem;
      }
    }
  }
  .pd_preview_wrap {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1 1 max(250px, 0px);
    padding-right: 15px;
    margin-right: 2px;
    margin-bottom: 25px;
    scrollbar-width: thin;
    #pd_preview_text {
      margin: 0;
      font-size: 1rem;
      line-height: 2.45rem;
      white-space: pre-line;
      word-break: break-all;
      padding-top: clamp(1.875rem, 5vw, 3.125rem);
      * {
        margin: 0;
        padding: 0;
      }
      :where(div, section, embed, iframe, img, video, table) {
        max-width: 100%;
        height: auto;
      }
      :where(iframe, video) {
        aspect-ratio: 16/9;
      }
      :where(table) {
        width: 100%;
      }
    }
    &::-webkit-scrollbar {
      -webkit-appearance: none;
      width: 0.3125rem;
      background: #ddd;
      border-radius: 50px;
    }
    &::-webkit-scrollbar-thumb {
      background: #999;
      border-radius: 50px;
    }
    &::-webkit-scrollbar-track {
      border-radius: var(--radius-md);
      background-color: #eee;
    }
    &::-webkit-scrollbar:vertical {
      width: 0.3125rem;
    }
    &::-webkit-scrollbar:horizontal {
      height: 0.75rem;
    }
  }
  .none_button .pd_preview_wrap {
    margin-bottom: 3px;
  }
  .pd_btn_wrap {
    padding-top: 1.5625rem;
    border-top: 1px solid #ddd;
    margin-top: auto;
    ul {
      display: flex;
      flex-wrap: wrap;
      gap: 0.3125rem;
      margin: 0;
      padding: 0;
      text-decoration: none;
      list-style: none;
    }
    li[class^="pd_btn_item"] {
      flex-grow: 1;
      flex-basis: 0;
      min-height: 3.75rem;
      a {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 0.625rem 0.9375rem;
        background: #333;
        color: #fff;
        white-space: normal;
        border-radius: var(--radius-sm);
        span {
          text-align: center;
        }
        &:where(:hover, :focus) {
          background: #111;
        }
      }
    }
  }
  .pd_tabs_nav_wrap {
    ul.nav-tabs {
      display: flex;
      width: 100%;
      li {
        flex: 1 25%;
        & + li {
          margin-left: -1px;
        }
        a {
          display: inline-flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 3.75rem;
          margin: 0;
          padding: 0px 1.25rem;
          border: 1px solid #ddd;
          border-bottom-color: #888;
          border-radius: 0;
          color: #888;
          font-size: 0.9375rem;
          font-weight: 400;
          letter-spacing: -0.02em;
          span {
            overflow: hidden;
            position: relative;
            display: block;
            text-align: center;
            white-space: nowrap;
            text-overflow: ellipsis;
          }
        }
        &.active {
          z-index: 50;
          a {
            z-index: 5;
            border-color: #888;
            border-bottom-color: transparent;
            background-color: #fff;
            color: #333;
            font-weight: 700;
            font-size: 16px;
          }
        }
        &:not(.active) a:where(:hover, :focus) {
          background: #f7f7f7;
        }
      }
    }
  }
  .contents_wrap {
    padding: 5rem 0px;
    border-bottom: 1px solid #ccc;
    img {
      max-width: 100%;
      height: auto;
    }
  }
  @media (max-width: 767px) {
    & {
      .pd_title_wrap {
        padding-bottom: 1.25rem;
        margin-bottom: 1.25rem;
      }
      .pd_tabs_nav_wrap {
        display: none;
      }
      .option_wrap:not(.mobile) {
        order: 3;
        .move_btn_wrap {
          display: none !important;
        }
      }
      .pd_preview_wrap {
        #pd_preview_text {
          line-height: 2rem;
          font-size: 15px;
        }
      }
      .pd_title_wrap .title {
        font-size: 24px;
        line-height: 3.5rem;
        font-weight: 600;
      }
      .pd_preview_wrap {
        flex: auto;
        max-height: 12.5rem;
      }
      .pd_slider_wrap :where(.pd_img_main, .pd_img_sub) .thumb {
        width: 100% !important;
      }
      .pd_btn_wrap li.pd_btn_item {
        flex: 1 49%;
      }
      .tab-content > .tab-pane {
        display: block;
        & + .tab-pane {
          margin-top: 4.375rem;
          display: flex;
        }
      }
      .contents_wrap {
        padding-block: 0 !important;
        border: 0;
        .pd_tabs_tp_title {
          display: flex;
          border-bottom: 1px solid #ccc;
          margin: 0 0 1.875rem;
          padding: 0px 0px 0.9375rem;
          font-size: 1.25rem;
          font-weight: 600;
        }
      }
      .pd_btn_wrap {
        li[class^="pd_btn_item"] {
          flex-grow: 0;
          flex: 1;
          min-height: 3.4375rem;
          &:only-child {
            flex-grow: 1;
            min-height: 3.75rem;
          }
        }
      }
    }
  }
}
@media (min-width: 768px) {
  .board_pd_view .pd_top_wrap {
    .row {
      gap: 2.5rem;
    }
    .pd_col_rgt {
      padding-top: 0;
    }
  }
}
@media (min-width: 992px) {
  .board_pd_view .pd_top_wrap {
    .row {
      gap: 3.75rem;
    }
    :where(.pd_col_lft, .pd_col_rgt) {
      width: 100%;
      overflow: hidden;
    }
    .pd_col_rgt {
      width: inherit;
      padding-top: 1.875rem;
    }
  }
}
@media (min-width: 1200px) {
  .board_pd_view .pd_top_wrap .row {
    gap: 5.625rem;
  }
}
@media (max-width: 767.98px) {
  .board_pd_view {
    .pd_top_wrap {
      margin-bottom: 5rem;
      .row {
        gap: 2.5rem;
      }
    }
    .pd_slider_wrap .pd_img_sub {
      margin-top: var(--container-padding-inline);
      min-height: auto;
    }
  }
}
@media (max-width: 991px) {
  .board_pd_view .pd_top_wrap .row {
    grid-template-columns: minmax(0, 1fr);
  }
}
.board_wrapper.pd_bd_wrapper {
  th {
    flex-wrap: wrap;
  }
  .wr_caution {
    position: relative;
    margin-top: 0.4375rem;
    margin-bottom: 0;
    padding-left: 1.125rem;
    font-size: 0.875rem;
    font-weight: 400;
    word-break: keep-all;
    letter-spacing: -0.02em;
    text-align: left;
    i {
      position: absolute;
      left: -0.125rem;
      top: 0.1875rem;
      font-size: 0.8125rem;
    }
  }
  #storage-size {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.625rem auto 0.1875rem;
    .info {
      padding: 0.125rem 0.625rem;
      line-height: 1;
      &:is(:hover, :focus) {
        cursor: help;
        span {
          &.min {
            color: var(--primary-color);
            font-weight: 700;
            text-decoration: underline;
          }
          &.quest {
            i {
              color: var(--primary-color);
            }
            small {
              display: block;
            }
          }
        }
      }
      &.over {
        span {
          &.min {
            color: var(--danger-color);
            font-weight: 700;
            text-decoration: underline;
          }
          &.quest {
            i {
              color: var(--danger-color);
            }
            small {
              background-color: var(--danger-color);
              &::before {
                background-color: var(--danger-color);
              }
            }
            &::after {
              content: "파일 용량이 최대치에 도달했습니다.";
              margin-left: 3px;
              margin-bottom: 1px;
              line-height: 1;
              font-weight: 700;
              color: #e92424;
            }
          }
        }
      }
    }
    span {
      font-size: 0.75rem;
      color: #888;
      font-weight: 400;
      &.min {
        text-align: right;
        font-weight: 500;
        color: #222;
      }
      &.max::before {
        content: "/";
        opacity: 0.75;
        margin-right: 2px;
        margin-left: 0.25rem;
      }
      &:where(.min, .max) {
        display: inline-block;
        min-width: 2.8125rem;
      }
      &.quest {
        margin-left: 0.3125rem;
        i {
          font-size: 0.875rem;
          color: #bbb;
        }
        small {
          z-index: 100;
          position: absolute;
          top: 1.875rem;
          left: 0;
          width: 100%;
          display: none;
          justify-content: center;
          align-items: center;
          padding: 0.625rem;
          background: var(--primary-color);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
          border-radius: 3px;
          font-size: 0.8125rem;
          line-height: 1.5;
          font-weight: 400;
          text-align: center;
          color: rgba(255, 255, 255, 0.9);
          b {
            color: #fff;
          }
          &::before {
            content: "";
            position: absolute;
            top: -5px;
            left: 50%;
            transform: translateX(-50%);
            display: block;
            width: 0.8125rem;
            height: 6px;
            background: var(--primary-color);
            -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
            clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          }
        }
      }
    }
  }
  .wr_upload_img {
    overflow: hidden;
    position: relative;
    display: flex;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0.3125rem;
    .wr_upload_img_item {
      display: flex;
      aspect-ratio: 1/1;
      cursor: move;
      &:first-child .wr_upload_img_thumb::after {
        animation: 0.5s ease-in upload_img_mian_up;
        content: "대표 이미지";
        position: absolute;
        right: 0;
        bottom: 0;
        display: block;
        bottom: 0;
        width: 100%;
        background: #222;
        text-align: center;
        font-size: 0.8125rem;
        color: #fff;
        padding: 0.625rem 0;
      }
    }
    .wr_upload_img_thumb {
      position: relative;
      overflow: hidden;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-color: #ccc;
      border: 1px solid #fff;
      border-radius: var(--radius-sm);
      &::before {
        opacity: 0;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        display: block;
        width: 100%;
        height: 100%;
        background: #000;
      }
      &:hover {
        border-color: var(--primary-color);
        &::before {
          opacity: 0.5;
        }
      }
      .wr_upload_img_btn_re {
        opacity: 0;
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: transparent;
        position: absolute;
        transform: translate(-50%, -50%);
        left: 50%;
        top: 49.5%;
        border: 0;
        font-weight: 400;
        font-size: 0.875rem;
        color: #fff;
        white-space: nowrap;
        cursor: pointer;
        i {
          margin: 4px 0 6px;
          font-size: 1.4375rem;
        }
      }
      &:where(:hover, :focus) .wr_upload_img_btn_re {
        opacity: 0.75;
        &:hover {
          opacity: 1;
        }
      }
    }
  }
  .wr_add_button {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 0.75rem 0;
    :is(section, .container, .row, #bbsArea, td):has(&) {
      position: static;
    }
    .wr_add_button_item {
      width: 100%;
      height: 6.5625rem;
      cursor: move;
    }
    .wr_add_button_info {
      align-items: center;
      height: 100%;
      gap: 0.9375rem;
      padding: 0px 2.5rem 0.25rem 1.5625rem;
    }
  }
  .wr_tabs_contents {
    display: flex;
    flex-direction: column;
    .wr_tabs_contents_nav {
      display: flex;
      border-bottom: 0;
      margin-bottom: 1px;
      > li {
        z-index: 10;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 25%;
        padding-bottom: 1px;
        border: 1px solid #ddd;
        border-radius: 0;
        border-bottom: 0;
        background: #f7f7f7;
        font-size: 0.875rem;
        color: #999;
        + li {
          margin-left: -1px;
          width: calc(25% + 1px);
        }
        &:hover {
          color: #222;
          background: #fff;
        }
        &.active {
          z-index: 20;
          margin-bottom: -2px;
          padding-bottom: 2px;
          border-color: #ccc;
          background: #fff;
          font-weight: 600;
          color: #333;
        }
        > a {
          display: inline-flex;
          align-items: center;
          flex-grow: 1;
          width: 0px;
          padding: 0;
          border: 0 !important;
          background: transparent;
          line-height: 1;
          padding-left: 1.25rem;
          margin: 0;
          min-height: 2.8125rem;
          color: inherit;
          font-size: inherit;
          cursor: pointer;
          @media (hover: hover) {
            &:hover {
              border: 0;
              background: transparent;
              color: #222;
              font-weight: 600;
            }
          }
          span {
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            position: relative;
            min-width: 0;
          }
        }
      }
    }
    .wr_tabs_contents_nav_plus {
      padding: 0 !important;
      &.only_visible:only-child {
        width: 100%;
        border: 0;
        .wr_add_button_btn {
          flex-direction: column;
          height: 6.5625rem;
        }
      }
      &:not(.only_visible) {
        flex: 0;
        width: 3.4375rem;
        &:hover {
          border-color: var(--primary-color);
        }
        .wr_add_button_btn {
          border: 0;
          padding: 0 0.875rem;
          span {
            display: none;
          }
          i {
            width: auto;
            font-size: 19px;
            color: inherit;
          }
          &:hover {
            color: var(--primary-color);
          }
        }
      }
    }
    .wr_tabs_contents_item {
      width: 100%;
      [role="presentation"] + [role="presentation"] {
        margin-left: 0;
      }
    }
    .wr_tabs_contents_info {
      .title_group {
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 0 15px;
      }
    }
  }
  :where(.wr_upload_img_btn, .wr_add_button_btn) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 1px dashed #678eb7;
    color: #9db5cd;
    background: #fff;
    font-weight: 500;
    cursor: pointer;
    border-radius: var(--radius-sm);
    span {
      font-size: 15px;
    }
    &:hover {
      border-color: var(--primary-color) !important;
      border-style: solid;
      color: var(--primary-color);
    }
  }
  :where(.wr_upload_img_btn, .wr_add_button_btn, .wr_tabs_contents_nav_plus:only-child) i {
    font-size: 1.5rem;
    margin: 5px 0 5px;
  }
  .wr_pd_delete_btn {
    z-index: 200;
    opacity: 0.5;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1/1;
    width: 1.375rem;
    border-radius: 50%;
    font-size: 0.9375rem;
    line-height: 1;
    color: #000;
    &:hover {
      opacity: 1;
    }
  }
  .wr_upload_img .wr_pd_delete_btn {
    position: absolute;
    opacity: 0.7;
    right: 0.1875rem;
    top: 0.1875rem;
    font-size: 16px;
    color: #fff;
    background: transparent;
  }
  .wr_add_button .wr_pd_delete_btn {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
  }
  .wr_tabs_contents .wr_pd_delete_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5625rem;
    margin-right: 0.3125rem;
    margin-left: 0.1875rem;
    height: auto;
  }
  :where(.wr_add_button, .wr_tabs_contents) .wr_pd_delete_btn:hover {
    background: #eee;
    color: var(--primary-color);
    transition: 0.2s;
  }
  :where(.wr_pd_form_group, .wr_pd_form_group_item) {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    textarea + div {
      width: 100%;
    }
  }
  .wr_pd_form_group {
    label {
      width: 100%;
      margin: 0;
      padding-bottom: 5px;
      font-size: 0.8125rem;
      font-weight: 500;
    }
    &.name_group {
      width: 25%;
    }
    &.type_group {
      width: 15%;
    }
  }
  .table.board_write_table :is(.wr_pd_form_group, .wr_pd_form_group_item) .form-control {
    width: 100%;
  }
  #wr_pd_form_type {
    --deleteWidth: 2.5rem;
    width: 60%;
    div[id^="bd_button"] {
      position: absolute;
      display: flex;
      gap: 0 5px;
      align-items: center;
      top: 1.1875rem;
      right: 2.5rem;
      font-size: 0.75rem;
      color: #555;
      span.name {
        display: inline-block;
        max-width: 21.875rem;
        overflow: hidden;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
      }
    }
    input[id^="wr_add_button_download"] {
      width: calc(100% - var(--deleteWidth));
      border-right: 0;
    }
    button[id^="wr_add_button_delete_btn"] {
      display: flex;
      justify-content: center;
      align-items: center;
      aspect-ratio: 1;
      width: var(--deleteWidth);
      border: 1px solid var(--grey-color);
      border-left: 0;
      border-radius: 0;
      background: transparent;
      &::after {
        content: "\f056";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        font-size: 1rem;
        color: #bbb;
      }
      &:hover::after {
        color: var(--danger-color);
      }
    }
  }
  .wr_tabs_contents .wr_pd_form_group.title_group {
    > div:nth-child(1) {
      width: 90%;
    }
    > div:nth-child(2) {
      width: 10%;
    }
  }
  :where(.wr_add_button_info, .wr_tabs_contents_info) {
    position: relative;
    overflow: hidden;
    display: flex;
    border: 1px solid var(--grey-color);
    background: #fff;
  }
  .wr_tabs_contents_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.9375rem 0;
    min-height: 36.875rem;
    padding: 1.25rem 1.5625rem 1.8125rem;
  }
  @media (hover: hover) {
    .wr_add_button_info:where(:hover, :focus, :focus-within),
    .wr_tabs_contents:is(:hover, :focus, :focus-within) .nav-tabs > li.active,
    .wr_tabs_contents:is(:hover, :focus, :focus-within) .wr_tabs_contents_info {
      border-color: var(--primary-color);
    }
    .wr_add_button_info:is(:hover, :focus, :focus-within),
    .wr_tabs_contents:is(:hover, :focus, :focus-within) .wr_tabs_contents_info {
      transition: 0.25s;
      box-shadow: 4px 4px 0 rgba(115, 139, 166, 0.1);
    }
  }
  @media (max-width: 767px) {
    .wr_upload_img {
      flex-wrap: wrap;
      .wr_upload_img_item {
        width: calc((100% - 21px) / 3);
      }
    }
    .wr_add_button {
      min-height: auto;
      .wr_add_button_info {
        flex-wrap: wrap;
        padding: 0.9375rem 1.25rem;
        gap: 10px;
      }
      .wr_add_button_item {
        &:not(.wr_add_button_item_plus) {
          height: auto;
        }
      }
    }
    .wr_pd_form_group {
      width: 100%;
      &.name_group {
        width: calc((100% - 0.625rem) / 3 * 2);
      }
      &.type_group {
        width: calc((100% - 0.625rem) / 3 * 1);
      }
    }
    :where(.wr_upload_img_btn, .wr_add_button_btn) span {
      font-size: 0.8125rem;
    }
    .table.board_write_table #wr_pd_form_type {
      width: 100%;
    }
    #wr_pd_form_type div[id^="bd_button"] {
      position: static;
    }
    .wr_tabs_contents {
      .wr_tabs_contents_nav {
        margin-bottom: -0.0625rem;
        > li {
          flex: 1;
          height: 3rem;
          border-bottom: 0;
          > a {
            height: 100%;
            min-height: auto;
            padding-left: 0.9375rem;
            font-size: 0.8125rem;
          }
          .wr_pd_delete_btn {
            display: none;
          }
          &.active {
            flex: inherit;
            margin-bottom: 0rem;
            width: 50%;
            .wr_pd_delete_btn {
              display: flex;
            }
          }
        }
      }
      .wr_tabs_contents_nav_plus {
        &:not(.only_visible) {
          width: 100%;
          z-index: 1;
          border: 1px dashed #aaa;
          border-bottom: 0;
          .wr_add_button_btn {
            width: 100%;
            height: 100%;
          }
        }
        &.only_visible:only-child {
          height: auto;
          .wr_add_button_btn {
            height: 5.9375rem;
          }
        }
      }
      .wr_tabs_contents_item {
        overflow: hidden;
        &.active {
          height: 100%;
        }
      }
      .wr_tabs_contents_info {
        padding: 0.9375rem 1.25rem;
        .title_group {
          flex-direction: column;
          gap: 0.625rem;
        }
      }
    }
    .wr_pd_form_group.title_group .wr_pd_form_group_item {
      width: 100%;
    }
  }
}
@keyframes upload_img_mian_up {
  from {
    bottom: -50px;
  }
  to {
    bottom: 0;
  }
}
.table_custom {
  :where(thead, tbody) {
    --wr_id: 5rem;
    --wr_subject: 30%;
    --wr_name: 5.625rem;
    --wr_regdate: 8.4375rem;
    --wr_hits: 5rem;
    --wr_attach: 5.625rem;
    --wr_default: 10%;
    tr {
      display: flex;
      position: relative;
    }
    :where(th, td) {
      display: block;
      padding: 1.875rem;
    }
    [class*="wr_"] {
      flex: 0 0 auto;
      width: var(--wr_default);
      white-space: nowrap;
    }
    .wr_id {
      width: var(--wr_id);
    }
    .wr_subject {
      flex-grow: 1;
      width: var(--wr_subject);
    }
    .wr_name {
      width: var(--wr_name);
    }
    .wr_regdate {
      width: var(--wr_regdate);
    }
    .wr_hits {
      width: var(--wr_hits);
    }
    .wr_attach {
      width: var(--wr_attach);
    }
  }
  .no_post {
    width: 100%;
    text-align: center;
    border-top: 0;
  }
}
html:not(.is_adm) {
  .cs_bd_wrapper + .search_wrap .btn-mag {
    display: none;
  }
}
.contents_view_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
  .item {
    flex: 1 0 20%;
    dt {
      margin-bottom: 0.3125rem;
    }
  }
}
@media (max-width: 767.98px) {
  .table.table_custom {
    display: block;
    width: 100%;
    overflow: auto;
    table-layout: inherit;
  }
  .contents_view_col {
    flex-direction: column;
    gap: 1.25rem;
  }
}
:is(.find_container, .login_container, .mypage_container) .member_wrapper .form-group {
  height: 3.25rem;
  input {
    border: 0;
    padding-left: 0;
  }
}
:is(.find_container, .join_container, .join_write_container, .login_container, .mypage_container) {
  .form-group {
    height: 2.8125rem;
  }
  .member_wrapper {
    padding: clamp(1.875rem, 4vw, 3.75rem) clamp(1.25rem, 10vw, 3.75rem);
    border-radius: 1.875rem;
    background: #fff;
  }
}
:is(.find_container, .login_container) :is(.member_wrapper) {
  max-width: 31.25rem;
}
@media (max-width: 767.98px) {
  :is(.find_container, .join_container, .join_write_container, .login_container, .mypage_container) {
    width: 100%;
    .member_wrapper {
      width: 100%;
      margin: 0 auto;
    }
  }
}
#find_idpw,
.mypage_container,
.join_wrapper,
.login_wrapper {
  background-color: #f7f7f7;
  display: flex;
  align-items: center;
  @media (max-width: 767.98px) {
    align-items: flex-start;
    padding-block: calc(var(--navbar-height) / 1.5) calc(var(--navbar-height) * 1.5);
  }
}
#find_idpw,
.login_wrapper {
  @media (max-width: 767.98px) {
    height: auto;
  }
  @media (min-width: 768px) {
    height: calc(var(--svh100) - var(--navbar-height));
    @media (max-height: 900px) {
      height: 700px;
    }
  }
}
.privacy_container,
.agreement_container,
#site .member_wrapper {
  max-width: 1140px;
  padding-top: 7.5rem;
  padding-bottom: 12.5rem;
  margin: calc(var(--navbar-height) / 1.5) auto calc(var(--navbar-height) * 1.5);
  background-color: #f7f7f7;
  h1 {
    margin-top: 0;
    font-size: clamp(1.75rem, 3vw, 2.375rem);
    line-height: 1;
    font-weight: 700;
    text-align: center;
    border: 0;
    margin-bottom: clamp(1.875rem, 5vw, 2.5rem);
    padding-bottom: 0px;
    letter-spacing: -0.03em;
    & + p {
      line-height: 1.4;
      font-size: clamp(0.8125rem, 3vw, 0.9375rem);
      max-height: 80px;
      margin-bottom: 30px;
      text-align: center;
      color: #666;
    }
  }
  .text-center {
    margin-top: 2.5rem;
    .btn.btn-lg {
      padding-left: 2.5rem;
      padding-right: 2.5rem;
    }
  }
  #login_form {
    input {
      padding-left: 0.3125rem;
      font-size: 0.9375rem;
    }
    .form-group {
      overflow: hidden;
      border-radius: 9999px;
      &:focus-within label[class*="label-"]::before {
        color: #000;
      }
      label {
        position: relative;
        &[class*="label-"] {
          display: flex;
          justify-content: flex-end;
          align-items: center;
          flex: 0 1 auto;
          padding-inline: 1.25rem 0.625rem;
        }
        &::before {
          text-indent: 0;
          font-family: var(--gms);
          font-variation-settings: var(--gms-300-out);
          font-size: 1.375rem;
          color: #888;
          line-height: 1;
        }
        &.label-id::before {
          content: "\e7fd";
        }
        &.label-pw::before {
          content: "\e897";
        }
        &.label-email::before {
          content: "\e0e6";
        }
      }
    }
  }
  @media (max-width: 767.98px) {
    & {
      padding: 3.75rem 1.875rem;
      :where(#login_form, fieldset) {
        display: flex;
        flex-direction: column;
      }
      :where(#login_form, #login_form input) {
        font-size: clamp(0.8125rem, 3vw, 0.875rem);
      }
      #login_form input {
        border: 0;
        padding-right: 2.1875rem;
      }
    }
  }
  .join_agree {
    h4 {
      margin-top: 1.875rem;
      margin-bottom: 15px;
      font-size: 1.125rem;
      font-weight: 500;
    }
    .join_agree_box {
      width: auto;
      height: 15.625rem;
      border: 1px solid var(--grey-color);
      padding: 0.9375rem;
      overflow-y: scroll;
      line-height: 1.5;
      & + .checkbox {
        margin: 0;
        width: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 1em 1.25em;
        gap: 5px;
        background-color: #f7f7f7;
        font-size: clamp(0.75rem, 3vw, 0.9375rem);
        label {
          display: flex;
          align-items: center;
          padding-left: 0;
          font-size: clamp(0.8125rem, 2vw, 0.875rem);
        }
        input {
          position: static;
          margin: 0;
          margin-right: 0.4375rem;
        }
        > a {
          font-size: 0.875rem;
          color: #1c54e4;
          font-weight: 500;
          &:hover {
            text-decoration: underline;
          }
          @media (max-width: 767.98px) {
            & {
              font-size: 0.75rem;
            }
          }
        }
      }
    }
  }
  .form-group {
    position: relative;
    margin: 0;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    > * {
      width: auto;
      padding: 0;
    }
    &:focus-within {
      z-index: 100;
      border-color: var(--primary-color);
      span.material-symbols-outlined {
        opacity: 1;
        color: var(--primary-color);
      }
    }
    &:nth-of-type(1) {
      margin-bottom: -0.0625rem;
      margin-bottom: 0.4375rem !important;
    }
    &:nth-of-type(2) {
      margin-bottom: 0rem;
    }
    > div:nth-child(2) {
      flex: 1;
    }
    label {
      span.material-symbols-outlined {
        opacity: 0.5;
        translate: 0 1px;
        font-variation-settings: var(--gms-400-out);
        font-size: 0.78125rem;
        color: #000;
        &l:nth-child(1) {
          width: 3.125rem;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          transform: translateY(-0.1875rem);
        }
      }
    }
    @media (max-width: 767.98px) {
      & {
        > div:last-child {
          width: 100%;
        }
      }
    }
  }
  :is(#find_btn, #login_btn) {
    margin-top: 25px;
    height: 3.125rem;
    width: 100%;
    border-radius: 9999px;
  }
  :is(#find_idpw, .join_wrapper, .login_wrapper, .mypage_container) {
    z-index: 10;
    width: 100%;
    padding-block: 6.25rem 7.5rem;
    background: #f7f7f7;
  }
  .mypage_container {
    padding-inline: 0.9375rem;
  }
  @media (max-width: 767.98px) {
    :is(#find_idpw, .join_wrapper, .login_wrapper, .mypage_container) {
      margin-top: 0;
      position: relative;
      padding-block: 1.875rem 6.25rem;
      height: auto;
    }
  }
  :where(#find_idpw, .login_wrapper, .mypage_container) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  @media (min-width: 992px) {
    :where(#find_idpw, .login_wrapper) {
      padding: 0;
      height: calc(var(--svh100) - var(--navbar-height));
    }
  }
  @media (min-height: 700px) {
    :where(#find_idpw, .login_wrapper, .mypage_container) {
      height: auto;
      min-height: 700px;
      align-items: flex-start;
    }
  }
  .login_extra {
    margin-top: 1.875rem;
    ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 0 0.9375rem;
      li {
        > a {
          font-size: clamp(0.8125rem, 3vw, 0.875rem);
        }
        & + & {
          margin-left: 0;
          &::before {
            content: none;
          }
        }
      }
    }
    @media (max-width: 767.98px) {
      ul {
        width: 100%;
        display: flex;
        justify-content: center;
        li + li::before {
          content: none;
        }
      }
    }
  }
  @media (max-width: 767.98px) {
    #join_form {
      tr {
        th {
          padding: 0px;
          margin-bottom: 0;
        }
        td {
          display: flex;
          padding-left: 0;
          padding-right: 0;
          padding-top: 0.625rem;
          padding-bottom: 0.625rem;
          gap: 0.3125rem;
          > div:has(textarea) {
            width: 100%;
          }
          &[style="vertical-align:middle"] {
            align-items: center;
            padding-inline: 0px;
          }
          &[style="vertical-align:middle"] span {
            margin-top: 0;
          }
          input:not(#mb_mailing) {
            width: 100%;
          }
        }
      }
    }
  }
  .table {
    width: 100%;
    tbody {
      display: flex;
      flex-direction: column;
      align-items: stretch;
      gap: 1.875rem;
      tr {
        display: flex;
        flex-direction: column;
        gap: 10px;
        margin-bottom: -1px;
        th {
          font-size: 1rem;
          text-align: left;
          width: auto;
          span {
            color: var(--primary-color);
          }
        }
        td {
          display: flex;
          gap: 0.625rem;
        }
      }
      tbody {
        tr {
          td {
            padding-inline: 0.9375rem;
            display: flex;
            gap: 0.3125rem;
          }
          :where(th, td) {
            display: block;
            font-size: clamp(0.8125rem, 3vw, 0.9375rem);
          }
        }
      }
    }
    @media (max-width: 767.98px) {
      &,
      & :where(tbody, tbody tr) {
        display: block;
        width: 100%;
        display: flex;
        flex-direction: column;
      }
      & {
        tbody tr :where(th, td) {
          display: block;
          width: 100%;
          font-size: clamp(0.9375rem, 2vw, 1.0625rem);
        }
        tbody tr th {
          padding: 0.625rem 1.875rem;
        }
        .files_upload_wrap,
        #files {
          display: flex;
          flex-direction: column;
          .files {
            display: flex;
            flex-direction: column;
            gap: 0.625rem;
            input {
              width: auto;
              .file_add {
                position: relative;
                right: auto;
              }
              .btn {
                width: 100%;
                aspect-ratio: inherit;
                margin-top: 0.9375rem;
              }
            }
          }
        }
      }
    }
  }
}
#site :is(#find_idpw, .login_wrapper) .member_wrapper {
  max-width: 500px;
  margin-block: 0;
}
#site
  :is(#find_idpw, .login_wrapper, .join_wrapper, .mypage_container, .privacy_container, .agreement_container)
  .member_wrapper {
  background-color: #fff;
  padding-block: 70px;
}
:is(.privacy_container, .agreement_container) {
  display: flex;
  margin: 0;
  text-align: left;
  h1 {
    font-size: clamp(1.75rem, 3vw, 2.375rem);
    font-weight: 700;
    margin-bottom: 2.5rem;
  }
  .privacy_body {
    font-size: 1rem;
    line-height: 1.6em;
    padding-inline: clamp(1.25rem, 3vw, 3.125rem);
  }
  @media (max-width: 767.98px) {
    & .member_wrapper {
      padding: 3.125rem 1.875rem;
    }
  }
}
.maintenance {
  background: #f4f4f4;
  padding: 7.5rem 1.5625rem;
  text-align: center;
  border-radius: 1.25rem;
  span.material-symbols-outlined {
    display: inline-block;
    line-height: 1;
    font-size: 4.625rem;
    margin-bottom: 20px;
  }
  .big-cont {
    display: block;
    line-height: 1;
    font-size: 1.375rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 1.25rem;
  }
  .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 0.875rem;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 575.98px) {
  .scroll-box-xs {
    position: relative;
    &:not(.on)::before {
      cursor: pointer;
      box-sizing: content-box;
      content: "\e145";
      font-family: var(--gms);
      font-variation-settings: var(--gms-500-out);
      background-color: var(--primary-color);
      border: 3px solid #fff;
      border-top: 0;
      border-right: 0;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 1.875rem;
      font-size: 1.375rem;
      aspect-ratio: 1/1.02;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 100;
      line-height: 0;
    }
    &.on {
      position: relative;
      overflow-x: auto;
      img {
        max-width: 900px;
        width: auto;
        height: auto;
      }
    }
  }
}
[role="tabpanel"] {
  [role="tablist"] {
    display: flex;
    margin-bottom: 60px;
  }
  [role="presentation"] {
    flex: 1;
    & + & {
      margin-left: -1px;
    }
    [role="tab"] {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      height: 3.875rem;
      font-size: 1.25rem;
      border: 1px solid #ccc;
      color: #666;
    }
    &.active [role="tab"] {
      z-index: 10;
      background-color: var(--primary-color);
      border-color: var(--primary-color);
      font-weight: 600;
      color: #fff;
    }
  }
  .tab-pane {
    opacity: 0;
    animation: tabShow 0.3s forwards;
  }
  .tab-content > :not(.active) {
    display: none;
  }
}
@keyframes tabShow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.calendar-wrap#bbsArea {
  [class*="container"] {
    padding: 0;
  }
  .fc .fc-toolbar > * > * {
    float: unset;
    margin: 0;
  }
  #fullcalendar {
    a {
      text-decoration: none !important;
    }
  }
  #calendar_loading {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.75);
    z-index: 1000;
    font-size: 36px;
    text-align: center;
    padding-top: 10%;
  }
  .calendar_wrapper {
    position: relative;
    margin-block: 0;
    font-family: inherit;
    .fc-toolbar {
      h2 {
        font-size: 0.9375rem;
        font-weight: 700;
      }
    }
  }
  .fc-widget-header {
    thead > tr {
      background-color: #fafafa;
    }
  }
  .fc-day-number,
  .fc-ltr .fc-popover .fc-header .fc-title,
  .fc-rtl .fc-popover .fc-header .fc-close {
  }
  .fc-day-header {
    span {
      font-size: 0.875rem;
    }
  }
  .fc-unthemed {
    td.fc-today {
      background-color: #e5f5fd;
    }
  }
  .fc {
    th.fc-day-header {
      padding-block: 0.3125rem;
    }
  }
  .fc-basic-view {
    .fc-day-number {
      font-weight: bold;
      padding: 0.3125rem 0.625rem;
    }
  }
  .fc-sat {
    color: #2151ff;
    .fc-day-number {
      color: #2151ff;
    }
  }
  .fc-sun {
    color: #ff0051;
    .fc-day-number {
      color: #ff0051;
    }
  }
  .fc-day-grid-event {
    padding: 0.5rem 0.4375rem 0.3125rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 1.5625rem;
    box-sizing: border-box;
  }
  .fc-ltr .fc-h-event.fc-not-start,
  .fc-rtl .fc-h-event.fc-not-end {
    padding-left: 0.625rem;
  }
  .fc-event {
    cursor: pointer;
    border-color: var(--dark-color);
    max-width: 100%;
    overflow: hidden;
    .fc-time {
      font-weight: 500;
    }
    &:focus {
      text-decoration: none !important;
    }
    &.fc-chk {
      .fc-title {
        text-decoration: line-through;
      }
    }
  }
  .fc-event,
  .fc-event-dot {
    cursor: pointer;
    background-color: #fff !important;
    color: var(--primary-color) !important;
    font-weight: 700;
    border: 1px solid var(--primary-color) !important;
    &:hover {
      background-color: var(--primary-color) !important;
      color: #fff !important;
    }
    &.gcal-holiday-event {
      background-color: #fa1313 !important;
      color: #fff !important;
      border: 0 !important;
      pointer-events: none;
    }
  }
  .fc-button {
    outline: none !important;
  }
  .fc-more {
    color: var(--dark-color);
    &:hover,
    &:focus {
      color: #333;
    }
  }
  .fc-popover {
    .fc-header {
      padding: 0.5rem 0.625rem 0.3125rem;
      font-size: 0.875em;
      font-weight: 700;
    }
  }
  .fc-unthemed .fc-popover .fc-header .fc-close {
    margin-top: 3px;
  }
  .fc-toolbar {
    button {
      padding: 0 1em;
    }
  }
  .fc-state-default {
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    &:not([disabled]):hover {
      background: #ddd;
    }
    &.fc-state-active {
      background: var(--primary-color);
      border-color: var(--primary-color);
      color: #fff;
      &:hover,
      &:focus {
        background: #333;
        border-color: #333;
        color: #fff;
      }
    }
  }
  .fc-toolbar {
    &.fc-header-toolbar {
      display: grid;
      grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
      > * {
        float: unset;
      }
      @media (max-width: 767.98px) {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
      }
      .fc-center {
        grid-row: 1;
        grid-column: 2;
        gap: 20px;
      }
      .fc-left {
        display: flex;
        gap: 10px;
      }
      .fc-right {
        grid-column: 3;
      }
    }
    .fc-center {
      display: flex;
      justify-content: center;
      align-items: center;
    }
  }
  .form-horizontal {
    .control-label {
      padding-top: 12px;
    }
  }
  @media (max-width: 539px) {
    .fc-toolbar {
      .fc-left {
        width: 100%;
        text-align: center;
        > * {
          float: none;
          display: inline-block;
          vertical-align: top;
        }
      }
      .fc-center {
        float: left;
        display: block;
        width: 100%;
        margin: 10px 0 0;
        > * {
          float: none;
          display: inline-block;
          vertical-align: top;
        }
      }
    }
  }
  .writedata_start_time,
  .writedata_end_time {
    display: inline-block;
    &.hide {
      display: none;
    }
  }
  #calendarModal_view {
    .modal-body {
      padding: 0 15px;
    }
    @media (min-width: 768px) {
      .modal-body > .row > div[class^="col-"] {
        min-height: 400px;
      }
    }
    @media (max-width: 767.98px) {
      .modal-body {
        font-size: 0.8125rem;
      }
    }
    .view_left {
      text-shadow: 0 0 5px rgba(0, 0, 0, 0.125);
      padding: 1.25rem 2.5rem;
      font-family: "Open Sans", sans-serif;
      box-shadow: inset 0px 100px 100px -100px rgba(0, 0, 0, 0.75);
    }
    span[id^="viewdata_"] {
      display: block;
      margin: 1.25rem 0;
      .year {
        display: block;
        font-weight: 400;
        font-size: 0.78125rem;
      }
      .date {
        font-weight: 700;
        font-size: 1.25rem;
        margin-right: 0.5em;
      }
      .time {
        opacity: 0.75;
        font-size: 0.78125rem;
        font-weight: 700;
      }
    }
    #viewdata_end {
      &::before {
        content: "\f078";
        font-family: "Font Awesome 6 Free";
        font-weight: 900;
        display: block;
        font-size: 1.5625rem;
        margin: 0 0 1.5625rem;
        opacity: 0.5;
        animation: fadeArrow 2s infinite;
      }
      @media (max-width: 767.98px) {
        &::before {
          content: "\f054";
          float: left;
          margin-top: 0.75rem;
          margin-left: -1.5625rem;
          margin-right: 1.5625rem;
        }
      }
    }
    .view_right {
      padding: 1.25rem 2.5rem;
      font-family: "Open Sans", "notokr", sans-serif;
    }
    #viewdata_title {
      font-size: 1.1875rem;
      font-weight: 700;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      user-select: none;
      .viewdata_status {
        margin-right: 0.2em;
        display: none;
        &::before {
          content: "\f0c8";
          font-family: "Font Awesome 6 Free";
          font-weight: 400;
          cursor: pointer;
        }
        &.chk::before {
          content: "\f14a";
          opacity: 0.5;
        }
      }
      &.chk {
        .viewdata_status {
          display: inline-block;
        }
        .text.chk {
          text-decoration: line-through;
          opacity: 0.5;
        }
      }
    }
    #viewdata_location {
      opacity: 0.5;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
    }
    #viewdata_description {
      margin-top: 0;
      position: relative;
      height: 180px;
      .inner {
        line-height: 1.6;
        color: #555;
        height: 11.25rem;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 1.25rem 1.25rem 1.25rem 0;
        word-break: keep-all;
        position: absolute;
        z-index: 100;
        width: 100%;
      }
      &::before {
        content: "";
        position: absolute;
        top: 0;
        right: 20px;
        left: 0;
        height: 20px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 101;
      }
      &::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 20px;
        left: 0;
        height: 20px;
        background: linear-gradient(to top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        z-index: 101;
      }
    }
    #viewdata_writer {
      opacity: 0.5;
      text-align: right;
      position: absolute;
      right: 40px;
      bottom: 12px;
      @media (max-width: 767.98px) {
        position: relative;
        bottom: 0;
        right: 0;
      }
    }
    #viewdata_option {
      text-align: right;
      position: absolute;
      right: 28px;
      bottom: 20px;
      .btn.btn-link {
        color: #fff;
        text-decoration: none !important;
        &:hover {
          background-color: rgba(255, 255, 255, 0.25);
        }
      }
      @media (max-width: 767.98px) {
        position: relative;
        bottom: 0;
        right: -12px;
      }
    }
  }
}
@keyframes fadeArrow {
  0% {
    opacity: 0.25;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.25;
  }
}
#calendarModal_write {
  display: flex;
  .hide {
    display: none;
  }
  .form-horizontal {
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .col-sm-2 {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5625rem;
  }
  .col-sm-9 {
    display: grid;
    align-items: center;
    gap: 0.625rem;
    [for="writedata_start"] + & {
      grid-template-columns:
        minmax(0, 150px) minmax(0, min-content)
        minmax(0, 150px) minmax(0, 150px);
    }
    &:has(.hide) {
    }
    label {
      font-size: 1rem;
      margin-right: 30px;
    }
    .hasDatepicker {
      max-width: 150px;
      width: 100% !important;
    }
    .writedata_end_time,
    .writedata_start_time {
      display: flex;
      gap: 5px;
      &.hide {
        display: none;
      }
      .form-control {
        flex: 1;
      }
    }
    .writedata_start_time {
      grid-column: 1;
      grid-row: 2;
    }
    .writedata_end_time {
      grid-column: 3;
      grid-row: 2;
    }
  }
  #writedata_description {
    width: 100% !important;
    height: 150px !important;
    resize: none;
  }
  .writedata_end_time + label {
    display: flex;
    gap: 5px;
    cursor: pointer;
  }
  #write_use_time + span {
    white-space: nowrap;
  }
}
#calendarModal_view {
  overflow-y: auto;
  .modal-dialog {
    @media (min-width: 768px) {
      max-width: 700px;
      width: 100%;
      margin: auto auto;
    }
    .modal-body {
      padding: 40px;
    }
  }
  .visible-xs {
    display: none !important;
  }
  .row {
    display: flex;
    flex-direction: column-reverse;
    position: static;
  }
  .view_left {
    background-color: transparent !important;
    display: flex;
    justify-content: flex-end;
    * {
      color: #000;
    }
    [data-dismiss] + .row {
      position: absolute;
      left: 40px;
      top: 40px;
      display: flex;
      flex-direction: row;
      > div {
        display: flex;
      }
      > div + div #viewdata_end {
        &::before {
          content: " ~ ";
          display: block;
          margin-inline: 10px 0;
        }
      }
    }
    .btn {
      flex: 1;
      color: #fff !important;
      i {
        display: none;
      }
    }
  }
  .view_right {
    display: flex;
    flex-direction: column;
    margin-top: 70px;
    .close {
      all: unset;
      aspect-ratio: 1;
      cursor: pointer;
      width: 40px;
      text-align: center;
      position: absolute;
      right: 25px;
      top: 30px;
      font-size: 2.375rem !important;
      line-height: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #000 !important;
      &::after {
        font-size: 1.5rem;
      }
      &:hover {
        opacity: 1 !important;
      }
    }
    #viewdata_title {
      font-size: 2rem;
      font-weight: 600;
      margin-bottom: 1.875rem;
      span.text {
        word-break: break-all;
      }
      & + #viewdata_description {
      }
    }
    #viewdata_location {
      font-size: 0.9375rem;
      padding: 0.375rem 0.9375rem 0.375rem 0.625rem;
      color: var(--primary-color);
      border: 1px solid var(--primary-color);
      border-radius: 9999px;
      margin-block: -0.625rem 1.875rem;
      font-weight: 700;
      width: fit-content;
      i {
        font-size: 0.5rem;
        transform: translateY(-1px);
      }
    }
    #viewdata_description {
      font-size: 1rem;
      line-height: 1.6;
      padding-block: 1.875rem;
      border-top: 1px solid #222;
      border-bottom: 1px solid #ccc;
      margin-bottom: 1.25rem;
    }
    #viewdata_writer {
      opacity: 0.7;
      display: flex;
      justify-content: flex-end;
      font-size: 0.8125rem;
      i {
        display: none;
      }
    }
  }
  #viewdata_end,
  #viewdata_start {
    display: flex;
    gap: 10px;
    left: 40px;
    top: 40px;
    font-size: 1.125rem;
    font-weight: 600;
    span {
      color: #444 !important;
    }
  }
  #viewdata_option {
    position: static;
    display: flex;
    gap: 5px;
    margin-top: 30px;
  }
}
#site .main_login_other {
  margin-top: 15px;
}
#site .main_login_other .row {
  display: flex;
  justify-content: center;
  gap: 5px;
}
@media (max-width: 575.98px) {
  #site .main_login_other .row {
    flex-direction: column;
  }
}
#site .main_login_other .row > div {
  flex: 1;
}
#site .main_login_other .row .btn {
  min-width: 100%;
  width: 100%;
  gap: 10px;
  border-radius: 9999px;
  font-weight: 600;
}
#site .main_login_other .row .btn::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 1;
}
#site .main_login_other #naver_login_btn {
  background-color: #03c75a;
  color: #fff;
}
#site .main_login_other #naver_login_btn::before {
  background: url("/public/img/icons/SVG/sns/naver_login_symbol_white.svg") no-repeat center / contain;
  width: 17px;
}
#site .main_login_other #kakao_login_btn {
  background-color: #fee500;
  color: #181600;
}
#site .main_login_other #kakao_login_btn::before {
  background: url("/public/img/icons/SVG/sns/kakao_login_symbol.svg") no-repeat center / contain;
}

/* ---------------------------- company ---------------------------- */
.subpage.about-page {
  .subpage-content {
    .se01 {
      padding-block: 7.5rem 10rem;
    }
  }
}

/* ---------------------------- about01 ---------------------------- */
.subpage[data-page-id="about01"] {
  .subpage-content {
    .se01 {
      .title-h3 {
        h3 {
          font-size: 3rem;
          font-weight: 700;
          line-height: 1;
          letter-spacing: -0.09rem;
        }
      }
      .greet-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        .img-box {
          width: 18.4375rem;
          height: 8.125rem;
          margin-bottom: 3.75rem;
          img {
            width: 100%;
            height: 100%;
            object-fit: contain;
          }
        }
        h4 {
          color: #111;
          font-size: var(--fs-6);
          font-weight: 600;
          line-height: 1.8;
          letter-spacing: -0.04rem;
        }
        p {
          margin-top: 1rem;
          color: #333;
          font-size: var(--fs-2);
          line-height: 1.7;
          letter-spacing: -0.0225rem;
        }
      }
      .mission-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 27.25rem;
        margin-top: 7.5rem;
        background:
          linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
          url("/public/img/sub/about01-mission.jpg") no-repeat center / cover;
        text-align: center;
        h4 {
          color: #fff;
          font-size: 2.75rem;
          font-weight: 800;
          line-height: 1.5;
        }
        p {
          margin-top: 1.25rem;
          color: #fff;
          font-size: 1.875rem;
          font-weight: 450;
          line-height: 1.5;
          letter-spacing: -0.0375rem;
        }
      }
      .vision-wrap {
        width: 62.5rem;
        margin: 7.5rem auto 0;
        text-align: center;
        h4 {
          color: #111;
          font-size: 2.75rem;
          font-weight: 800;
          line-height: 1.5;
        }
        ul {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          height: 25.8125rem;
          margin-top: 2.5rem;
          li {
            display: contents;
            p {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              min-height: 6.125rem;
              border: 0.1875rem solid #6c71c8;
              border-radius: var(--radius-full);
              color: var(--primary-color);
              font-size: 1.625rem;
              font-weight: 600;
              line-height: 1.5;
              letter-spacing: -0.0325rem;
            }
            > .material-symbols-outlined {
              align-self: center;
              width: 1.875rem;
              height: 1.125rem;
              color: #ccc;
              font-size: 1.875rem;
              line-height: 1.125rem;
            }
            &:nth-child(2) {
              p {
                border-color: #6267b4;
                background-color: #6267b4;
                color: #fff;
                font-weight: 550;
              }
            }
            &:last-child {
              p {
                border-color: #eee;
                background-color: #eee;
                color: #333;
              }
            }
          }
        }
      }
    }
  }
}

@media (max-width: 991.98px) {
  .subpage[data-page-id="about01"] .vision-wrap {
    width: 100%;
  }

  .subpage[data-page-id="about01"] .greet-wrap p br,
  .subpage[data-page-id="about01"] .mission-wrap p br {
    display: none;
  }
}

@media (max-width: 767.98px) {
  #site .subpage-content > .container,
  #site .subpage-content section > .container {
    padding-inline: 1.25rem;
  }

  .subpage.about-page .subpage-content .se01 {
    padding-block: 4rem 5rem;
  }

  .subpage[data-page-id="about01"] .se01 .title-h3 {
    margin-bottom: 3rem;
  }

  .subpage .se01 .title-h3 h3 {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.06rem;
  }

  .subpage[data-page-id="about01"] .greet-wrap .img-box {
    width: min(12rem, 65vw);
    height: auto;
    margin-bottom: 2rem;
    aspect-ratio: 295 / 130;
  }

  .subpage[data-page-id="about01"] .greet-wrap h4 {
    font-size: clamp(1.25rem, 5.5vw, 1.625rem);
    line-height: 1.5;
  }

  .subpage[data-page-id="about01"] .greet-wrap p {
    margin-top: 1rem;
    font-size: 1rem;
    line-height: 1.75;
  }

  .subpage[data-page-id="about01"] .mission-wrap {
    width: 100%;
    height: auto;
    min-height: 18rem;
    margin-top: 4rem;
    padding: 2.5rem 1.25rem;
    background-position: center;
  }

  .subpage[data-page-id="about01"] .mission-wrap h4 {
    font-size: 2rem;
  }

  .subpage[data-page-id="about01"] .mission-wrap p {
    margin-top: 1rem;
    font-size: clamp(1.0625rem, 4.8vw, 1.25rem);
    line-height: 1.6;
  }

  .subpage[data-page-id="about01"] .vision-wrap {
    width: 100%;
    margin-top: 4rem;
  }

  .subpage[data-page-id="about01"] .vision-wrap h4 {
    font-size: 2rem;
  }

  .subpage[data-page-id="about01"] .vision-wrap ul {
    height: auto;
    margin-top: 2rem;
    gap: 0.875rem;
  }

  .subpage[data-page-id="about01"] .vision-wrap ul li p {
    min-height: 5rem;
    padding: 1rem 1.25rem;
    border-width: 0.125rem;
    font-size: clamp(0.9375rem, 4vw, 1.125rem);
    line-height: 1.5;
  }

  .subpage[data-page-id="about01"] .vision-wrap ul li p > [data-lang] {
    width: auto;
    height: auto;
  }

  .subpage[data-page-id="about01"] .vision-wrap ul li > .material-symbols-outlined {
    width: 1.5rem;
    height: 1rem;
    font-size: 1.5rem;
    line-height: 1rem;
  }
}

/* ---------------------------- about02 ---------------------------- */
.subpage[data-page-id="about02"] {
  .subpage-content {
    .se01 {
      .history-wrap {
        width: 62.5rem;
        margin-inline: auto;
        .history-list {
          position: relative;
          display: flex;
          flex-direction: column;
          gap: 5rem;
          &::before {
            content: "";
            position: absolute;
            left: 4px;
            top: 1.75rem;
            bottom: 1.75rem;
            width: 3px;
            background-color: #eee;
          }
          > li {
            position: relative;
            display: grid;
            grid-template-columns: 13.125rem 1fr;
            column-gap: 10rem;
            &::before {
              content: "";
              position: absolute;
              left: -1px;
              top: 1.75rem;
              width: 0.375rem;
              height: 0.375rem;
              border: 0.1875rem solid #575ed2;
              border-radius: var(--radius-full);
              background-color: #fff;
              box-shadow: 0 0 0 0.3125rem rgba(87, 94, 210, 0.3);
              transform: translateY(-50%);
            }
            h4 {
              padding-left: 4.0625rem;
              color: var(--primary-color);
              font-size: 3.375rem;
              font-weight: 700;
              line-height: 1.2;
              letter-spacing: -0.10125rem;
              span {
                color: #111;
              }
            }
            ul {
              display: flex;
              flex-direction: column;
              gap: 0.625rem;
              padding-top: 1rem;
              li {
                display: grid;
                grid-template-columns: 1.875rem 1fr;
                column-gap: 1.25rem;
                align-items: center;

                strong {
                  color: #333;
                  font-size: 1.0625rem;
                  line-height: 1.5;
                }
                p {
                  color: #555;
                  font-size: var(--fs-2);
                  line-height: 1.5;
                  letter-spacing: -0.03375rem;
                }
              }
            }
          }
        }
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  #site .subpage[data-page-id="about02"] .history-wrap {
    width: 100%;
  }

  #site .subpage[data-page-id="about02"] .history-list > li {
    grid-template-columns: 10rem minmax(0, 1fr);
    column-gap: 3rem;
  }
}

@media screen and (max-width: 767.98px) {
  #site .subpage[data-page-id="about02"] .title-h3 {
    margin-bottom: 3rem;
  }

  #site .subpage[data-page-id="about02"] .history-wrap {
    width: 100%;
  }

  #site .subpage[data-page-id="about02"] .history-list {
    gap: 3.5rem;
  }

  #site .subpage[data-page-id="about02"] .history-list::before {
    left: 0.25rem;
    top: 1.5rem;
    bottom: 1.5rem;
    width: 0.125rem;
  }

  #site .subpage[data-page-id="about02"] .history-list > li {
    display: block;
    padding-left: 2rem;
  }

  #site .subpage[data-page-id="about02"] .history-list > li::before {
    left: 0;
    top: 1.5rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-width: 0.125rem;
    box-shadow: 0 0 0 0.25rem rgba(87, 94, 210, 0.3);
  }

  #site .subpage[data-page-id="about02"] .history-list > li > h4 {
    padding-left: 0;
    font-size: clamp(2.25rem, 11vw, 2.75rem);
    line-height: 1.2;
    letter-spacing: -0.08rem;
  }

  #site .subpage[data-page-id="about02"] .history-list > li > ul {
    gap: 0.875rem;
    padding-top: 1.5rem;
  }

  #site .subpage[data-page-id="about02"] .history-list > li > ul > li {
    grid-template-columns: 1.75rem minmax(0, 1fr);
    column-gap: 0.875rem;
    align-items: start;
  }

  #site .subpage[data-page-id="about02"] .history-list > li > ul > li strong {
    padding-top: 0.0625rem;
    font-size: 1rem;
  }

  #site .subpage[data-page-id="about02"] .history-list > li > ul > li p {
    min-width: 0;
    font-size: 1rem;
    line-height: 1.6;
    word-break: keep-all;
  }
}

/* ---------------------------- about03 ---------------------------- */
.subpage[data-page-id="about03"] {
  .subpage-content {
    .se01 {
      .map-wrap {
        width: 100%;
        height: 30rem;
        overflow: hidden;
        background-color: #eee;
        iframe {
          display: block;
          width: 100%;
          height: 100%;
          border: 0;
        }
      }
      .location-wrap {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--gap-2);
        margin-top: 3.75rem;
        > p {
          color: #111;
          font-size: var(--fs-4);
          font-weight: 600;
          letter-spacing: -0.015rem;
        }
        ul {
          display: flex;
          gap: 2.5rem;
          li {
            display: flex;
            align-items: center;
            gap: 0.375rem;
            span {
              align-items: center;
              justify-content: center;
              width: 1.875rem;
              height: 1.875rem;
              border-radius: var(--radius-full);
              background-color: #696fc7;
              color: #fff;
              font-size: var(--fs-2);
            }
            strong {
              width: 2.1875rem;
              color: #222;
              font-size: var(--fs-1);
              letter-spacing: -0.03rem;
            }
            p {
              color: #333;
              font-size: var(--fs-1);
            }
            a {
              color: #333;
              font-size: var(--fs-1);
            }
          }
        }
      }
    }
  }
}

@media (max-width: 1024px) {
  #site .subpage[data-page-id="about03"] .map-wrap {
    height: 24rem;
  }
}

@media (max-width: 767.98px) {
  #site .subpage[data-page-id="about03"] .subpage-content .se01 {
    padding-block: 3.5rem;
  }

  #site .subpage[data-page-id="about03"] .subpage-content .se01 > .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 1.25rem;
  }

  #site .subpage[data-page-id="about03"] .title-h3 {
    margin-bottom: 2rem;
  }

  #site .subpage[data-page-id="about03"] .title-h3 h3 {
    font-size: clamp(1.75rem, 7.5vw, 2.125rem);
    line-height: 1.3;
  }

  #site .subpage[data-page-id="about03"] .map-wrap {
    height: clamp(17.5rem, 75vw, 22rem);
  }

  #site .subpage[data-page-id="about03"] .location-wrap {
    align-items: stretch;
    gap: 1.5rem;
    margin-top: 2rem;
  }

  #site .subpage[data-page-id="about03"] .location-wrap > p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.65;
    text-align: left;
    word-break: keep-all;
  }

  #site .subpage[data-page-id="about03"] .location-wrap > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.75rem;
    margin: 0;
  }

  #site .subpage[data-page-id="about03"] .location-wrap > ul > li {
    display: grid;
    grid-template-columns: 1.875rem 2.75rem minmax(0, 1fr);
    align-items: center;
    width: 100%;
    gap: 0.5rem;
    min-width: 0;
  }

  #site .subpage[data-page-id="about03"] .location-wrap > ul > li > .material-symbols-outlined {
    display: inline-flex;
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1rem;
  }

  #site .subpage[data-page-id="about03"] .location-wrap > ul > li > strong {
    width: auto;
    font-size: 0.8125rem;
  }

  #site .subpage[data-page-id="about03"] .location-wrap > ul > li > a,
  #site .subpage[data-page-id="about03"] .location-wrap > ul > li > p {
    min-width: 0;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.5;
    overflow-wrap: anywhere;
  }
}

/* ---------------------------- product ---------------------------- */
.product-page {
  strong > span {
    font-variation-settings: var(--gms-700-fill), var(--gms-grad-zero);
    color: #4c6edf;
  }
  .container {
    max-width: 84.375rem;
  }
  .title-h3 {
    --h-font: 700 var(--fs-8) / 1;
    margin-block: 0;
    h3 {
      letter-spacing: -0.09rem;
    }
  }
  :is(.summary-wrap, .mobile-info) > h4 {
    color: #333;
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.03em;
  }
  .se05 {
    padding-block: 9.375rem 6.25rem;
    border-top: 0.0625rem solid #e6e6e6;
    .title-h3 {
      padding-bottom: 6.25rem;
    }
  }
  .se01 {
    padding-block: 7.5rem 0;
    .title-h3 {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 3.125rem;
      min-height: 18.9375rem;
      padding-bottom: 6.25rem;
      p {
        color: #333;
        font-size: var(--fs-3);
        font-weight: 400;
        line-height: 1.75;
        letter-spacing: 0;
        text-align: center;
      }
    }
  }
  .se02 {
    position: relative;
    height: 40.125rem;
    padding-block: 5rem;
    overflow: hidden;
    background-color: #f6f6f6;
    .visual-bg {
      position: absolute;
      inset: 0;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
    .container {
      position: relative;
      height: 100%;
    }
    .product-visual {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      height: 100%;
      .img-box {
        width: 22.0625rem;
        height: 19.5625rem;
        img {
          width: 100%;
          height: 100%;
          object-fit: contain;
        }
        &:last-child {
          width: 17.6875rem;
          height: 30.125rem;
        }
      }
    }
  }
  .se03 {
    padding-block: 6.25rem 9.375rem;
  }
  .summary-wrap {
    display: grid;
    grid-template-columns: minmax(12rem, 20rem) minmax(0, 1fr);
    padding-block: 5rem;
    border-bottom: 0.0625rem solid #e5e5e5;
    &:first-child {
      padding-top: 0;
    }
    &:last-child {
      padding-bottom: 0;
      border-bottom: 0;
    }
  }
  .use-list {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
    min-width: 0;
    li {
      min-width: 0;
    }
    strong {
      display: flex;
      align-items: flex-start;
      gap: 0.625rem;
      min-width: 0;
      margin-bottom: 15px;
      color: #333;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.45;
      overflow-wrap: anywhere;
      word-break: normal;

      .material-symbols-outlined {
        flex: 0 0 auto;
        margin-top: 0.1em;
      }

      [data-lang] {
        min-width: 0 !important;
      }
    }
    .img-box {
      height: 11.875rem;
      img {
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }
  }
  .value-img {
    justify-content: center;
    padding-block: 5.625rem;
    border: 1px solid #e0e0e0;
    background: #fff;

    img {
      /* width: 43.75rem; */
      height: 39.8125rem;
      object-fit: contain;
    }
  }
  .se04 {
    padding-bottom: 0 !important;
    border-top: 0.0625rem solid #e6e6e6;
    .title-h3 {
      padding-bottom: 6.25rem;
    }
    .model-wrap > .img-box img {
      width: 27.1875rem;
      height: 24.5rem;
    }
  }
  .mobile-info {
    display: flex;
    flex-direction: column;
    /* gap: 1.875rem; */
    margin-top: 5rem;
    padding-block: 5rem 9.375rem;
    border-top: 0.0625rem solid #ddd;

    .work-box {
      gap: 2.25rem;
      .work-result {
        .img-box {
          /* height: 15.625rem; */

          img {
            width: 271px;
          }
        }
      }
    }
  }
  .mobile-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.875rem;
    background: #f5f5f5;
    padding: 2.5rem;
    gap: 1.25rem;

    li {
      /* min-height: 37.5rem; */
      padding: 3.125rem 2.5rem;
      background: #fff;

      strong {
        display: flex;
        align-items: flex-start;
        gap: 0.375rem;
        min-width: 0;
        font-size: var(--fs-4);
        color: #111;
        line-height: 1.45;
        letter-spacing: -0.034em;
        overflow-wrap: anywhere;
        word-break: normal;

        span {
          color: #4c6edf;
          font-size: 1.5rem;
        }

        .material-symbols-outlined {
          flex: 0 0 auto;
          margin-top: 0.1em;
        }

        [data-lang] {
          min-width: 0 !important;
        }
      }
      p {
        position: relative;
        margin-left: 1.25rem;
        padding-left: 0.6875rem;
        color: #555;
        font-size: 1.0625rem;
        line-height: 1.45;
        &::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.75rem;
          width: 0.3125rem;
          height: 0.125rem;
          background-color: rgba(0, 0, 0, 0.25);
        }
      }
      strong + p {
        margin-top: 0.875rem;
      }
      .img-box {
        justify-content: center;
        /* height: 26.875rem; */
        margin-top: 1.875rem;

        img {
          width: 60%;
          height: 100%;
          object-fit: contain;
        }
      }
    }
  }
  .mobile-diagram {
    justify-content: center;
    height: 25rem;
    background: #f5f5f5;

    img {
      /* width: 51rem; */
      /* height: 25rem; */
      object-fit: contain;
      mix-blend-mode: multiply;
    }
  }
  .model-wrap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;

    > .img-box {
      justify-content: center;
      align-items: center;
      height: 36.25rem;
      border: 0.0625rem solid #e0e0e0;

      img {
        width: 16.1875rem;
        height: 27.5rem;
        object-fit: contain;
      }
    }
    .model-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: var(--gap-3);
      padding-left: 6.25rem;
      .model-title {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        padding-bottom: 1.875rem;
        border-bottom: 0.0625rem solid #e3e3e3;
        span {
          padding: 0.25rem 0.625rem;
          border-radius: 0.125rem;
          background-color: #edf2fd;
          color: var(--primary-color);
          font-size: var(--fs-md);
          font-weight: 600;
          line-height: 1.5;
        }
        h4 {
          color: #222;
          font-size: 2.625rem;
          line-height: 1.2;
          letter-spacing: -0.0525rem;
          font-weight: 700;
        }
      }
      h5 {
        color: #333;
        font-size: 1.4375rem;
        font-weight: 600;
        line-height: 1.6;
        letter-spacing: -0.034em;
        margin-bottom: -0.625rem;
      }
    }
  }
  .feature-list {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    li {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      gap: 0.4215rem;

      strong {
        display: flex;
        align-items: center;
        gap: 0.375rem;
        color: var(--primary-color);
        font-size: var(--fs-3);
        line-height: 1.5;
        letter-spacing: -0.025em;

        span {
          font-size: var(--fs-2);
        }
      }
      p {
        position: relative;
        margin-left: 0.9375rem;
        padding-left: 0.6875rem;
        color: #555;
        font-size: 1.0625rem;
        line-height: 1.45;
        letter-spacing: -0.02125rem;
        &::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.75rem;
          width: 0.3125rem;
          height: 0.125rem;
          background-color: rgba(0, 0, 0, 0.25);
        }
        & + p {
          margin-top: -0.3125rem;
        }
      }
    }
  }
  .feature-info {
    display: flex;
    flex-direction: column;
    gap: 1.375rem;
  }
  .se06 {
    padding: 0px;
    .container {
      border-top: 0.0625rem solid #ddd;
    }
    .detail-wrap {
      padding-block: 5rem;
      &:last-child {
        padding-bottom: 9.375rem;
      }
      > h4 {
        margin-bottom: 1.875rem;
        color: #111;
        font-size: var(--fs-6);
        font-weight: 700;
        line-height: 1.4;
        letter-spacing: -0.08rem;
      }
    }
    .detail-list {
      display: flex;
      flex-direction: column;
      gap: 1.875rem;
    }
  }
  .work-box {
    /* display: grid; */
    /* grid-template-columns: minmax(0, 1fr) 2.5rem minmax(0, 1fr); */
    display: flex;
    padding: 2.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    align-self: stretch;
    background-color: #f5f5f5;

    > span {
      display: block;
      width: 2.5rem;
      height: 10.8125rem;
      overflow: hidden;
      background: linear-gradient(270deg, #9194c9 0%, rgba(145, 148, 201, 0) 100%);
      clip-path: polygon(0 0, 100% 50%, 0 100%);
      color: transparent;
      font-size: 0;
      /* transform: rotate(90deg); */
      margin: -4.5rem 0;
    }
  }
  .work-list {
    display: flex;
    gap: 0.75rem;
    justify-content: center;
    align-items: center;
    align-self: stretch;

    li {
      /* display: grid; */
      /* grid-template-columns: 10.625rem minmax(0, 1fr); */
      /* align-items: center; */
      /* column-gap: 1.25rem; */
      /* width: 100%; */
      /* height: 10.3125rem; */
      padding: 0.875rem 0.875rem 0.875rem 1.875rem;
      background: #fff;
      box-shadow: 8px 8px 35px 0 rgba(0, 0, 0, 0.07);
      display: flex;
      max-width: 18.75rem;
      padding: 20px;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 15px;

      .work-txt {
        display: flex;
        /* flex-direction: column; */
        /* align-items: flex-start; */
        /* gap: 0.375rem; */
        min-width: 0;
        width: 100%;
        align-items: center;
        gap: 10px;
      }
      .work-txt span {
        /* width: 100%; */
        color: #4c6edf;
        font-size: var(--fs-1);
        font-weight: 800;
        line-height: 1.35;
        letter-spacing: -0.02rem;
      }
      .work-txt strong {
        width: 100%;
        color: #333;
        font-size: 1.125rem;
        font-weight: 700;
        line-height: 1.3;
        letter-spacing: -0.03em;
      }
      .img-box {
        grid-column: 2;
        width: 100%;
        height: 8.4375rem;
        border-radius: 0.3125rem;
        overflow: hidden;
        img {
          width: 100%;
          height: 100%;
          border-radius: inherit;
          object-fit: cover;
        }
      }
    }
  }
  .work-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.875rem;
    align-self: stretch;
    /* max-width: 37.5rem;
        width: 100%;
        margin: 0 auto; */

    strong {
      width: 100%;
      padding-block: 0.9375rem;
      background-color: var(--primary-color);
      color: #fff;
      font-size: var(--fs-4);
      text-align: center;
      border-radius: 100px;
      letter-spacing: -0.034em;
      font-weight: 600;
    }
    .img-box {
      justify-content: center;
      /* height: 26.875rem; */

      img {
        width: 13.125rem;
        height: 100%;
        object-fit: contain;
      }
    }
  }
  .info-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 37.5rem;
    grid-template-columns: 1fr 2fr;
    align-items: center;
    padding: 2.5rem 3.75rem;
    border: 2.5rem solid #f5f5f5;
    gap: 1.875rem;

    .txt-box {
      strong {
        display: flex;
        align-items: flex-start;
        gap: 0.375rem;
        min-width: 0;
        margin-bottom: 0.9375rem;
        color: #111;
        font-size: var(--fs-4);
        line-height: 1.45;
        letter-spacing: -0.03em;
        overflow-wrap: anywhere;
        word-break: normal;

        span {
          color: #4c6edf;
        }

        .material-symbols-outlined {
          flex: 0 0 auto;
          margin-top: 0.1em;
        }

        [data-lang] {
          min-width: 0 !important;
        }
      }
      p {
        position: relative;
        margin-left: 1.25rem;
        padding-left: 0.6875rem;
        color: #333;
        font-size: 1.0625rem;
        line-height: 1.45;
        &::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.75rem;
          width: 0.3125rem;
          height: 0.125rem;
          background: rgba(0, 0, 0, 0.25);
        }
      }
    }
    .img-box {
      justify-content: center;
      /* height: 24.0625rem; */

      img {
        /* width: 34.375rem; */
        height: 100%;
        object-fit: contain;
      }
    }
  }
  .diagram-box {
    display: flex;
    justify-content: center;
    height: 25rem;
    background: #f5f5f5;

    img {
      /* width: 45.1875rem; */
      height: 100%;
      object-fit: contain;
      mix-blend-mode: multiply;
    }
  }
  .gun-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 24.5rem;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 5rem 6.25rem;
    background-color: #f6f6f6;

    .txt-box {
      display: flex;
      flex-direction: column;
      gap: var(--gap-3);
      strong {
        display: flex;
        align-items: center;
        gap: 0.375rem;
        margin-bottom: 0.9375rem;
        color: #111;
        font-size: var(--fs-4);
        letter-spacing: -0.03em;

        span {
          color: #4c6edf;
          font-size: var(--fs-3);
        }
      }
      p {
        position: relative;
        margin-left: 1.25rem;
        padding-left: 0.6875rem;
        color: #333;
        font-size: 1.0625rem;
        line-height: 1.45;
        letter-spacing: -0.02em;
        margin-bottom: 3px;

        &::before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.75rem;
          width: 0.3125rem;
          height: 0.125rem;
          background-color: rgba(0, 0, 0, 0.25);
        }
      }
    }
    .img-box {
      justify-content: center;
      /* height: 28.75rem; */

      img {
        /* width: 34.6875rem; */
        height: 100%;
        object-fit: contain;
      }
    }
  }
  .gun-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;

    img {
      width: auto;
      height: 16.25rem !important;
      max-width: 100%;
      border: 0.0625rem solid #ddd;
      background: #fff;
      box-sizing: border-box;
      object-fit: contain;
    }
  }
  .accessory-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;

    li {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: var(--gap-1);

      .img-box {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 20rem;
        padding: 2rem;
        border: 0.0625rem solid #ddd;

        img {
          /* max-width: 20.9375rem; */
          max-height: 11rem;
          object-fit: contain;
        }
      }
      strong {
        color: #111;
        font-size: var(--fs-3);
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: -0.03em;
      }
    }
  }
}

@media (max-width: 991px) {
  .product-page {
    .summary-wrap {
      grid-template-columns: minmax(0, 1fr);
      gap: 1.875rem;
    }

    .use-list {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
}

@media (max-width: 767px) {
  .product-page .use-list {
    grid-template-columns: minmax(0, 1fr);
  }
}

.product-page.factory-page {
  .se01 {
    padding-block: 7.5rem 6.25rem;
    .title-h3 {
      min-height: 0;
      padding-bottom: 0;
    }
  }
  .se02 {
    height: auto;
    padding-block: 5rem;
    background-color: #f9f7f5;
    .container {
      height: auto;
    }
    .poster-wrap {
      display: flex;
      justify-content: center;
      img {
        width: 37.5rem;
        height: 53.4375rem;
        object-fit: contain;
      }
    }
  }
  .se03 {
    padding-block: 9.375rem;
    .container {
      display: flex;
      flex-direction: column;
      gap: 7.5rem;
    }
    .model-wrap {
      align-items: center;

      > .img-box {
        img {
          width: 30.25rem;
          height: 30.875rem;
        }
      }
      &:last-child {
        > .img-box {
          img {
            width: 26.25rem;
            height: 25.375rem;
          }
        }
      }
    }
    .model-title {
      p {
        color: var(--primary-color);
        font-size: 1.0625rem;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: -0.02125rem;
      }
    }
    .feature-txt {
      color: #333;
      font-size: 1.1875rem;
      p {
        line-height: 1.7;
        letter-spacing: -0.03em;
      }
    }
    .product-link {
      display: inline-flex;
      justify-content: space-between;
      width: 15rem;
      height: 3.75rem;
      margin-top: 1.25rem;
      padding-inline: 1.875rem;
      border-radius: var(--radius-full);
      background-color: var(--primary-color);
      color: #fff;
      font-size: var(--fs-1);
      font-weight: 600;
      > span {
        &:last-child {
          font-size: 1.375rem;
          font-variation-settings: var(--gms-400-out), var(--gms-grad-zero);
        }
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  #site .product-page.factory-page .se01 {
    padding-block: 5rem 4rem;
  }

  #site .product-page.factory-page .se02 {
    padding-block: 4rem;
  }

  #site .product-page.factory-page .se02 .poster-wrap img {
    width: min(100%, 37.5rem);
    height: auto;
  }

  #site .product-page.factory-page .se03 {
    padding-block: 6rem;
  }

  #site .product-page.factory-page .se03 > .container {
    gap: 5rem;
  }

  #site .product-page.factory-page .se03 .model-info {
    padding-left: 3rem;
  }

  #site .product-page.factory-page .model-title p > [data-lang],
  #site .product-page.factory-page .model-title h4 > [data-lang] {
    padding: 0;
    border-radius: 0;
    background-color: transparent;
  }
}

@media screen and (max-width: 767.98px) {
  #site .product-page.factory-page .se01 {
    padding-block: 4rem 3rem;
  }

  #site .product-page.factory-page .se02 {
    padding-block: 2.5rem;
  }

  #site .product-page.factory-page .se02 .poster-wrap,
  #site .product-page.factory-page .se02 .poster-wrap a {
    display: block;
    width: 100%;
  }

  #site .product-page.factory-page .se02 .poster-wrap img {
    display: block;
    width: 100%;
    height: auto;
    margin-inline: auto;
  }

  #site .product-page.factory-page .se03 {
    padding-block: 4rem 5rem;
  }

  #site .product-page.factory-page .se03 > .container {
    gap: 4.5rem;
  }

  #site .product-page.factory-page .se03 .model-wrap {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
  }

  #site .product-page.factory-page .se03 .model-wrap > .img-box {
    width: 100%;
    height: auto;
    min-height: 20rem;
    padding: 2rem 1.25rem;
  }

  #site .product-page.factory-page .se03 .model-wrap > .img-box img,
  #site .product-page.factory-page .se03 .model-wrap:last-child > .img-box img {
    width: auto;
    max-width: min(100%, 18rem);
    height: auto;
    max-height: 20rem;
    object-fit: contain;
  }

  #site .product-page.factory-page .se03 .model-info {
    gap: 1.75rem;
    padding-left: 0;
  }

  #site .product-page.factory-page .se03 .model-title {
    gap: 0.75rem;
    padding-bottom: 1.5rem;
  }

  #site .product-page.factory-page .se03 .model-title p {
    font-size: 0.9375rem;
    line-height: 1.6;
  }

  #site .product-page.factory-page .se03 .model-title p br {
    display: none;
  }

  #site .product-page.factory-page .se03 .model-title h4 {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
    line-height: 1.25;
  }

  #site .product-page.factory-page .se03 .model-info h5 {
    margin-bottom: -0.25rem;
    font-size: 1.25rem;
  }

  #site .product-page.factory-page .se03 .feature-txt {
    font-size: 1rem;
  }

  #site .product-page.factory-page .se03 .feature-txt p {
    line-height: 1.65;
  }

  #site .product-page.factory-page .se03 .product-link {
    width: min(100%, 15rem);
    height: 3.5rem;
    margin-top: 0.5rem;
    padding-inline: 1.5rem;
  }
}

/* ---------------------------- content page ---------------------------- */
.subpage.content-page {
  .se01 {
    padding-block: 7.5rem;
  }
  .title-h3 {
    --h-font: 700 var(--fs-8) / 1;
    margin-block: 0 6.25rem;
    h3 {
      letter-spacing: -0.09rem;
    }
  }
}

/* ---------------------------- notice ---------------------------- */
.subpage:is(.notice-page, .contact-page) {
  #bbsArea .board_wrapper + .pagination_wrap {
    margin-block: 3.75rem 2.5rem;
  }
  #bbsArea .pagination_wrap {
    li a {
      width: 2rem;
      height: 2rem;
      border-radius: 0;
    }
    li.active a {
      width: 2rem;
    }
  }
  #bbsArea .search_wrap {
    min-height: 3rem;
  }
}
#notice01 {
  .category_wrap {
    margin-bottom: 3.75rem;
    ul {
      display: flex;
      align-items: stretch;
      justify-content: center;
      gap: 0.625rem;
      li {
        a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 3rem;
          padding-inline: 1.25rem;
          border: 0.0625rem solid #eee;
          background-color: #fafafa;
          color: #666;
          font-size: var(--fs-1);
          font-weight: 500;
          line-height: 1.4;
          letter-spacing: -0.02rem;
        }
        &.on {
          a {
            border-color: var(--primary-color);
            background-color: #fff;
            color: var(--primary-color);
            font-size: 1.0625rem;
            letter-spacing: -0.031875rem;
          }
        }
        &:hover {
          a {
            border-color: var(--primary-color);
            color: var(--primary-color);
          }
        }
      }
    }
  }
  .table_blog2 {
    gap: 3.75rem 2.5rem;
  }
  .inner {
    overflow: hidden;
  }
  .top {
    a {
      display: block;
      height: 18.75rem;
      border: 0.0625rem solid #e6e6e6;
      background-color: #f8f8f8;
      overflow: hidden;
    }
    img.thumb {
      width: 100%;
      height: 100%;
      aspect-ratio: auto;
      border-radius: 0;
      object-fit: cover;
    }
  }
  .bottom {
    margin-top: 0;
    padding-top: 1.5rem;
    .title {
      gap: 0.5rem;
      > a {
        color: #333;
        font-size: var(--fs-3);
        font-weight: 600;
        line-height: 1.5;
        letter-spacing: -0.025rem;
      }
    }
    .board-tags-box {
      display: flex;
    }
    .board-tag-pill {
      padding: 0.25rem 0.625rem;
      border-radius: 0.125rem;
      background-color: #edf2fd;
      color: var(--primary-color);
      font-size: var(--fs-md);
      font-weight: 500;
      line-height: 1.4;
      letter-spacing: -0.0109375rem;
    }
    .info {
      display: none;
    }
  }
}
#notice02 {
  .table_blog2 {
    --board-template-columns: 4;
    gap: 3.75rem 2.5rem;
  }
  .inner {
    overflow: hidden;
  }
  .top {
    a {
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0.0625rem solid #e0e0e0;
      background-color: #f8f8f8;
      overflow: hidden;
    }
    img.thumb {
      width: auto;
      max-width: 100%;
      height: 100%;
      aspect-ratio: auto;
      border-radius: 0;
      object-fit: contain;
    }
  }
  .bottom {
    margin-top: 0;
    padding-top: 1.5rem;
    .title a {
      color: #333;
      font-size: var(--fs-3);
      font-weight: 600;
      line-height: 1.5;
      letter-spacing: -0.025rem;
    }
    .info {
      display: none;
    }
  }
}

@media (max-width: 767.98px) {
  #site #notice02 .table_blog2 {
    --board-template-columns: 1;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 2rem;
  }

  #site #notice02 .table_blog2 > li,
  #site #notice02 .table_blog2 > .item {
    width: 100%;
    min-width: 0;
  }
}

:is(#notice03, #contact01, .contact-page #bbsArea) {
  .table_default {
    border-top-color: #333;
    colgroup {
      .num_col {
        width: 10rem;
      }
      .writer_col {
        width: 8.125rem;
      }
      .regdate_col {
        width: 7.5rem;
      }
      .hits_col {
        width: 7.5rem;
      }
    }
    thead {
      tr {
        /* height: 4.6875rem; */
      }
      th {
        padding-inline: 1.125rem;
        border-bottom-color: #e0e0e0;
        font-size: 1.0625rem;
        letter-spacing: -0.010625rem;
      }
    }
    tbody {
      tr {
        height: 5rem;
      }
      th.num {
        position: relative;
        padding-inline: 1.25rem;
        border-bottom-color: #e6e6e6;
        color: #888;
        font-size: 0.9375rem;
        font-weight: 600;
        line-height: 1.4;
      }
      td {
        padding: 1.25rem;
        border-bottom-color: #e6e6e6;
        color: #888;
        font-size: 0.9375rem;
        line-height: 1.4;
        letter-spacing: -0.01875rem;
        white-space: nowrap;
      }
      td.subject {
        a {
          color: #333;
          font-size: var(--fs-2);
          font-weight: 500;
          line-height: 1.4;
          letter-spacing: -0.03em;

          &:hover {
            text-decoration: underline;
          }
        }
      }
      tr.notice {
        background-color: #fafafa;
        th.num {
          color: transparent;
          &::before {
            content: "공지";
            min-width: auto;
            padding: 0.25rem 0.625rem;
            border-radius: 0.125rem;
            background-color: #5e71bd;
            font-size: var(--fs-md);
            font-weight: 500;
            line-height: 1.4;
            letter-spacing: -0.0109375rem;
          }
        }
      }
    }
  }
}
:is(#notice03, #contact01) + .search_wrap {
  margin-top: 3.75rem;
}

/* ---------------------------- certifications ---------------------------- */
.subpage.cert-page {
  .subpage-content {
    h4 {
      color: #333;
      font-size: 2.125rem;
      font-weight: 700;
      line-height: 1.5;
      letter-spacing: -0.06375rem;
    }
    .se01 {
      padding-block: 7.5rem;
      .title-h3 {
        --h-font: 700 var(--fs-8) / 1;
        margin-block: 0 6.25rem;
        h3 {
          letter-spacing: -0.09rem;
        }
      }
    }
    .cert-wrap {
      display: flex;
      flex-direction: column;
      gap: 5rem;
    }
    .cert-group {
      display: flex;
      flex-direction: column;
      gap: 1.875rem;
    }
    .cert-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.25rem;
      li {
        padding: 2.5rem;
        background-color: #f6f6f6;
        .img-box {
          aspect-ratio: 178 / 250;
          overflow: hidden;
          background-color: #fff;
          img {
            width: 100%;
            height: 100%;
            object-fit: cover;
          }
        }
      }
    }
    .se02 {
      padding-block: 7.5rem 9.375rem;
      background-color: #f7f7f7;
      h4 {
        margin-bottom: 1.875rem;
      }
    }
    .logo-list {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
      gap: 1.25rem;
      li {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 8.75rem;
        padding: 1.875rem 2.5rem;
        border: 0.0625rem solid #eaeaea;
        background-color: #fff;
        overflow: hidden;
        img {
          max-width: 13.75rem;
          max-height: 4.375rem;
          object-fit: contain;
        }
      }
    }
  }
}

@media screen and (max-width: 1024px) {
  #site .subpage.cert-page .subpage-content .se01 {
    padding-block: 5rem;
  }

  #site .subpage.cert-page .subpage-content .se01 .title-h3 {
    margin-bottom: 4rem;
  }

  #site .subpage.cert-page .cert-wrap {
    gap: 4rem;
  }

  #site .subpage.cert-page .cert-list,
  #site .subpage.cert-page .logo-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #site .subpage.cert-page .cert-list li {
    padding: 1.5rem;
  }

  #site .subpage.cert-page .cert-list .img-box img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: contain !important;
  }
}

@media screen and (max-width: 767.98px) {
  #site .subpage.cert-page .subpage-content .se01 {
    padding-block: 4rem 5rem;
  }

  #site .subpage.cert-page .subpage-content .se01 .title-h3 {
    margin-bottom: 3rem;
  }

  #site .subpage.cert-page .subpage-content h4 {
    font-size: 1.625rem;
    line-height: 1.4;
  }

  #site .subpage.cert-page .cert-wrap {
    gap: 3.5rem;
  }

  #site .subpage.cert-page .cert-group {
    gap: 1.25rem;
  }

  #site .subpage.cert-page .cert-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  #site .subpage.cert-page .cert-list li {
    min-width: 0;
    padding: 0.75rem;
  }

  #site .subpage.cert-page .cert-list li .img-box {
    display: flex;
    width: 100%;
    height: auto;
    aspect-ratio: 178 / 250;
    background-color: #fff;
  }

  #site .subpage.cert-page .subpage-content .se02 {
    padding-block: 4rem 5rem;
  }

  #site .subpage.cert-page .logo-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  #site .subpage.cert-page .logo-list li {
    width: 100%;
    height: 6.5rem;
    padding: 1.25rem;
  }

  #site .subpage.cert-page .logo-list li img {
    display: block !important;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 3.75rem;
    opacity: 1 !important;
    visibility: visible !important;
    object-fit: contain;
  }
}

/* ===== 제품소개(product01) 탭 : 도비시스템 이동형/고정설치형 ===== */
.product-tab-area {
  margin-top: 150px;
}
.product-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 120px;
  padding: 0;
  background: #f2f2f2;
  border-radius: 70px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  overflow: hidden;
}
.product-tabs .product-tab {
  all: unset;
  box-sizing: border-box;
  cursor: pointer;
  /* width: 240px; */
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 35px;
  border-radius: 100px;
  color: #333;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.54px;
  white-space: nowrap;
  transition:
    background 0.18s,
    color 0.18s;
  letter-spacing: -0.025em;
}
.product-tabs .product-tab.is-active {
  background: #293098;
  color: #fff;
}
.product-tab-panel {
  display: none;
}
.product-tab-panel.is-active {
  display: block;
}
@media (max-width: 767px) {
  .product-tab-area {
    margin-top: 70px;
  }
  .product-tabs {
    width: 100%;
    margin-bottom: 60px;
  }
  .product-tabs .product-tab {
    flex: 1;
    width: auto;
    height: 56px;
    padding: 12px 10px;
    font-size: 15px;
  }
}

.product-page .se03 {
  background: linear-gradient(to bottom, #ffffff 50%, #f7f7f7 100%);
}

.product-tab-panel .se04,
.product-tab-panel .se05 {
  padding-top: 0 !important;
  border-top: 0 !important;
}

/* ============================================================
   제품소개 : 좌측 타이틀 sticky + 우측 콘텐츠
   이동형(mobile-info) / 고정설치형(detail-wrap) 탭 둘 다 동일
   ============================================================ */
.product-page .prod-detail {
  display: flex !important;
  flex-direction: row !important; /* mobile-info/detail-wrap 의 column 을 덮음 */
  align-items: flex-start;
  /* gap: 40px; */
}
.product-page .prod-detail .prod-tit {
  flex: 0 0 320px;
  width: 320px;
  position: sticky;
  top: 180px;
}
.product-page .prod-detail .prod-tit h4 {
  margin: 0;
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.44px;
}
.product-page .prod-detail .prod-cont {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 991px) {
  .product-page .prod-detail {
    flex-direction: column;
    gap: 30px;
  }
  .product-page .prod-detail .prod-tit {
    flex: none;
    width: 100%;
    position: static;
    top: auto;
  }
  .product-page .prod-detail .prod-tit h4 {
    font-size: 28px;
  }
}

/* se04(이동형 탭) 마지막 요소(mobile-info)의 하단 패딩 제거 → se04 밑 불필요한 여백 제거
   (se05/se06 고정형 패딩은 그대로 두어 콘텐츠가 붙지 않게 유지) */
.product-tab-panel .se04 .mobile-info {
  padding-bottom: 0 !important;
}

/* ============================================================
   고정설치형 제품 상세
   ============================================================ */
.product-page .se06 .container {
  border-top-color: #eaeaea;
  padding-top: 100px;
}
.product-page .se06 .detail-wrap {
  padding-top: 0 !important;
  padding-bottom: 100px !important;
  border-bottom: 1px solid #e5e5e5;
}
.product-page .se06 .detail-wrap + .detail-wrap {
  margin-top: 100px;
}
.product-page .se06 .detail-wrap:last-child {
  padding-bottom: 150px !important;
  border-bottom: 0;
}
.product-page .se06 .gun-box {
  padding: 5rem;
  background-color: #f5f5f5;
}
.product-page .se06 .gun-box .txt-box {
  gap: 40px;
}
@media (max-width: 767px) {
  .product-page .se06 .gun-box {
    padding: 40px 24px;
  }
  .product-page .se06 .gun-box .txt-box {
    gap: 30px;
  }
}

/* ===== 제품소개(이동형, se04) : 좌우 sticky → 상단 타이틀 + 전체폭 한 흐름 ===== */
.product-page .se04 .mobile-info.prod-detail {
  flex-direction: column !important;
  gap: 40px;
}
.product-page .se04 .mobile-info.prod-detail .prod-tit {
  position: static !important;
  top: auto !important;
  width: 100% !important;
  flex: 0 0 auto !important;
}
.product-page .se04 .mobile-info.prod-detail .prod-cont {
  width: 100% !important;
}

/* ===== 제품소개(se04) work 흐름 UX (고객 자료 기반) ===== */
/* 01/02 카드는 세로로 */
.product-page .se04 .work-box .work-list {
  flex-direction: column !important;
  gap: 20px;
}
/* 결과: 기기 이미지 위 + '두 가지 작업' 버튼(남색 pill) 아래, 가운데 정렬 */
.product-page .se04 .work-box .work-result {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.product-page .se04 .work-box .work-result strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  margin: 0;
  background: #293098;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
.product-page .se04 .work-box .work-result .img-box {
  order: 1;
}

/* ===== work-box 가로 3단 흐름 (좌 01/02 세로카드 | 화살표 | 우 기기+버튼) ===== */
.product-page .se04 .work-box {
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.product-page .se04 .work-box .work-list {
  flex: 0 0 auto;
  flex-direction: column !important;
  gap: 20px;
}
.product-page .se04 .work-box > .material-symbols-outlined {
  flex: 0 0 auto;
}
.product-page .se04 .work-box .work-result {
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .product-page .se04 .work-box {
    flex-direction: column !important;
  }
}

/* ===== work-list 카드(01/02/03) 글자 좌 + 이미지 우 (se04·se06 공통) ===== */
.product-page .se04 .work-box .work-list > li .work-txt,
.product-page .se06 .work-box .work-list > li .work-txt {
  flex: 0 0 auto;
}
.product-page .se04 .work-box .work-list > li .img-box,
.product-page .se06 .work-box .work-list > li .img-box {
  flex: 1 1 auto;
  min-width: 0;
}

/* ===== 고정형 제품소개(is-full) : sticky 해제 + 전체폭 + work 가로 ===== */
.product-page .se06 .detail-wrap.is-full {
  flex-direction: column !important;
  gap: 40px;
}
.product-page .se06 .detail-wrap.is-full .prod-tit {
  position: static !important;
  top: auto !important;
  width: 100% !important;
  flex: 0 0 auto !important;
}
.product-page .se06 .detail-wrap.is-full .prod-cont {
  width: 100% !important;
}
.product-page .se06 .work-box {
  flex-direction: row !important;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.product-page .se06 .work-box .work-list {
  flex: 0 0 auto;
  flex-direction: column !important;
  gap: 20px;
}
.product-page .se06 .work-box .work-result {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.product-page .se06 .work-box .work-result .img-box {
  order: 1;
}
.product-page .se06 .work-box .work-result strong {
  /* order: 2; */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  margin: 0;
  background: #293098;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .product-page .se06 .work-box {
    flex-direction: column !important;
  }
}

/* se06 : diagram-box 안 = 버튼(위, 남색) + 구성도 이미지(아래) */
.product-page .se06 .work-box .diagram-box {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.product-page .img-box strong,
.product-page .diagram-box strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  margin: 0;
  background: #293098;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
}

/* se04 : mobile-diagram 안 = 버튼(위, 남색) + 구성도 이미지(아래) (se06 diagram-box 와 동일) */
.product-page .se04 .work-box .mobile-diagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.product-page .img-box .mobile-diagram strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 34px;
  margin: 0;
  background: #293098;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
  width: 100%;
}

/* 도비 보충건 : img-box 안 두 이미지(건 + 사용예시)를 너비 안에 배치 */
.product-page .se06 .gun-box .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  min-width: 0;
}

/* ============================================================
   Main page / header / footer mobile optimization
   ============================================================ */
@media (max-width: 767.98px) {
  html,
  body,
  #site,
  .mainpage {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  /* Header: reserve independent space for logo, languages and menu. */
  .navbar,
  .navbar.navTop,
  .navbar.navScroll {
    height: 3.75rem;
    overflow: visible;
  }

  .navbar > .container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-inline: 0.9375rem !important;
  }

  .navbar .navbar-header {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 !important;
  }

  .navbar .navbar-brand {
    flex: 0 0 auto;
    width: 6.5rem;
    max-width: calc(100% - 11rem);
    padding: 0;
  }

  .navbar .navbar-brand img {
    width: 100%;
    max-height: 2.25rem;
    object-fit: contain;
  }

  .navbar .nav-top {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 3.625rem;
    display: flex !important;
    align-items: center;
    width: auto;
    height: 3.75rem;
    gap: 0.375rem;
    color: #111 !important;
    visibility: visible;
    opacity: 1;
  }

  .navbar .nav-top .language-icon {
    display: inline-block;
    font-size: 1.25rem;
    color: inherit;
  }

  .navbar .nav-top .lang-change-btn {
    display: inline-flex !important;
    min-width: 1.5rem;
    height: 2.5rem;
    padding: 0;
    color: inherit;
    font-size: 0.75rem;
    visibility: visible;
    opacity: 1;
  }

  .navbar .navbar-toggle {
    position: absolute;
    z-index: 6;
    top: 50%;
    right: 0;
    display: flex !important;
    width: 2.75rem;
    height: 2.75rem;
    margin: 0;
    color: #111 !important;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
  }

  .navbar .navbar-collapse {
    top: 3.75rem;
  }

  /* Main visual */
  #mainCarouselSwiper,
  #mainCarouselSwiper .swiper,
  #mainCarouselSwiper .swiper-wrapper,
  #mainCarouselSwiper .swiper-slide {
    width: 100%;
    max-width: 100%;
  }

  #mainCarouselSwiper,
  #mainCarouselSwiper .swiper {
    overflow: hidden;
  }

  #mainCarouselSwiper .swiper .swiper-slide {
    height: 30rem;
    min-height: 0;
  }

  #mainCarouselSwiper .swiper .swiper-slide .swiper-caption {
    width: calc(100% - 2.5rem);
    max-width: 30rem;
    padding: 0;
    transform: none;
  }

  #mainCarouselSwiper .swiper .swiper-slide .swiper-caption .slide-heading {
    margin-bottom: 1.25rem;
  }

  #mainCarouselSwiper .swiper .swiper-slide .swiper-caption h2 {
    margin: 0;
    font-size: clamp(1.625rem, 7.4vw, 2rem);
    line-height: 1.3;
    letter-spacing: -0.04em;
    white-space: normal;
    word-break: keep-all;
  }

  #mainCarouselSwiper .swiper .swiper-slide .swiper-caption p {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.6;
    word-break: keep-all;
  }

  #mainCarouselSwiper .swiper-pagination-container {
    bottom: 1.5rem;
  }

  .mainpage > section,
  .mainpage > section.bg-img {
    min-height: 0;
    padding-block: 3.5rem;
  }

  .mainpage > section > .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 1.25rem;
  }

  .mainpage .m-title-h3 > span {
    font-size: 0.8125rem;
  }

  .mainpage .more-btn {
    width: 9rem;
    height: 2.75rem;
    padding-inline: 1.125rem;
    font-size: 0.75rem;
  }

  /* About */
  .mainpage #main01 .container {
    flex-direction: column;
    align-items: stretch;
    gap: 2rem;
  }

  .mainpage #main01 .m-title-h3 {
    width: 100%;
  }

    .mainpage #main01 .m-title-h3 h3 {
        margin-top: 0.625rem;
        font-size: clamp(1.75rem, 7.6vw, 2.125rem);
        line-height: 1.32;
        letter-spacing: -0.045em;
    }

    #site .mainpage section#main01 .m-title-h3 h3 > span[data-lang] {
        display: block;
        font-size: clamp(1.75rem, 7.6vw, 2.125rem) !important;
        line-height: 1.18 !important;
        letter-spacing: -0.045em;
        word-break: keep-all;
    }

  .mainpage #main01 .m-title-h3 p {
    margin-top: 1rem;
    font-size: 0.9375rem;
    line-height: 1.7;
    word-break: keep-all;
  }

  .mainpage #main01 .m-title-h3 p br {
    display: none;
  }

  .mainpage #main01 .m-title-h3 .more-btn {
    margin-top: 1.75rem;
  }

  .mainpage #main01 .img-box {
    width: 100%;
    height: clamp(13rem, 58vw, 18rem);
  }

  /* Product: always one full-width card on mobile. */
  .mainpage #main02 .m-title-h3,
  .mainpage #main03 .m-title-h3 {
    margin-bottom: 2rem;
  }

  .mainpage #main02 .m-title-h3 h3,
  .mainpage #main03 .m-title-h3 h3 {
    font-size: clamp(1.75rem, 7.6vw, 2.125rem);
    line-height: 1.3;
  }

  #site .mainpage #main02 .card-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1rem;
  }

  .mainpage #main02 .card-item .card-link {
    min-height: 0;
    padding: 1.5rem 1.25rem 0.75rem;
    overflow: hidden;
  }

  .mainpage #main02 .card-item .txt-box {
    margin-bottom: 0;
  }

  .mainpage #main02 .card-item .txt-box h4 {
    font-size: clamp(1.5rem, 6.5vw, 1.875rem);
    line-height: 1.35;
  }

  .mainpage #main02 .card-item .txt-box p {
    max-width: 15rem;
    font-size: 0.875rem;
    line-height: 1.55;
    word-break: keep-all;
  }

  .mainpage #main02 .card-item .txt-box .more {
    margin-top: 1rem;
    padding: 0.5rem 1.125rem;
    font-size: 0.75rem;
  }

  #site .mainpage #main02 .card-item .img-box {
    align-self: center;
    box-sizing: border-box;
    flex: none;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    min-height: 0;
    margin: 2.75rem 0 0 !important;
    padding: 0;
    aspect-ratio: 4 / 3;
    overflow: hidden;
  }

  #site .mainpage #main02 .card-item .img-box img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin: 0;
    object-fit: contain;
  }

  /* Resources */
  .mainpage #main03 .board-wrap {
    display: flex;
    flex-direction: column;
    gap: 1.25rem !important;
  }

  .mainpage #main03 .board-wrap .bbs-area {
    flex: 0 0 auto !important;
    flex-basis: auto !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
    margin: 0;
  }

  .mainpage #main03 #bbsArea .type_list li {
    padding-block: 1rem;
    gap: 0.75rem;
  }

  .mainpage #main03 #bbsArea .type_list li > a {
    font-size: 0.9375rem;
  }

  .mainpage #main03 #bbsArea .type_list li .info {
    font-size: 0.75rem;
  }

  #site .mainpage #main03 .board-wrap .link-list {
    display: grid;
    width: 100%;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.75rem;
  }

  .mainpage #main03 .board-wrap .link-list li {
    width: 100%;
    height: 14rem;
  }

  .mainpage #main03 .board-wrap .link-list li a {
    padding: 1.5rem;
  }

  .mainpage #main03 .board-wrap .link-list li a strong {
    top: 1.5rem;
    left: 1.5rem;
    max-width: calc(100% - 6rem);
    font-size: 1.25rem;
    line-height: 1.4;
    white-space: normal;
  }

  .mainpage #main03 .board-wrap .link-list li a > span:nth-child(2) {
    top: 1.25rem;
    right: 1.25rem;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.125rem;
  }

  .mainpage #main03 .board-wrap .link-list li a > span:last-child {
    font-size: 5.25rem;
  }

  .mainpage #main03 .board-wrap .link-list li a > img {
    width: 4.75rem;
    height: 6.75rem;
  }

  /* Contact */
  .mainpage #main04 {
    padding-block: 4.5rem !important;
  }

  .mainpage #main04 .m-title-h3 {
    gap: 1.75rem;
  }

  #site .mainpage section#main04 .m-title-h3 h3 {
    font-size: clamp(1.375rem, 5.8vw, 1.625rem) !important;
    line-height: 1.45;
    letter-spacing: -0.04em;
    word-break: keep-all;
  }

  /* Footer: logo, information and admin button flow vertically. */
  #site footer {
    padding-block: 2.75rem;
  }

  #site footer > .container {
    width: 100%;
    padding-inline: 1.25rem;
  }

  #site footer .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }

  #site footer .footer-logo {
    flex: none;
    width: 8rem;
    height: auto;
  }

  #site footer .footer-logo img {
    width: 100%;
    height: auto;
  }

  #site footer .footer-info {
    width: 100%;
    min-width: 0;
    gap: 0.625rem;
  }

  #site footer .footer-info li,
  #site footer .footer-info li.contact,
  #site footer .footer-info li.contact > span {
    align-items: flex-start;
  }

  #site footer .footer-info li {
    width: 100%;
    font-size: 0.8125rem;
    line-height: 1.65;
    word-break: keep-all;
  }

  #site footer .footer-info li:first-child {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
  }

  #site footer .footer-info li.contact {
    flex-wrap: wrap;
    gap: 0.375rem 1.25rem;
  }

  #site footer .footer-info li.copyright {
    margin-top: 0.375rem;
    font-size: 0.75rem;
  }

  #site footer #loginBtn {
    margin: 0;
  }
}

/* ============================================================
   product01 mobile optimization
   ============================================================ */
@media (max-width: 767.98px) {
  #site .product-page[data-page-id="product01"],
  #site .product-page[data-page-id="product01"] .subpage-content,
  #site .product-page[data-page-id="product01"] .product-tab-area,
  #site .product-page[data-page-id="product01"] .product-tab-panel {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  #site .product-page[data-page-id="product01"] section > .container {
    width: 100%;
    max-width: 100%;
    padding-inline: 1.25rem;
  }

  #site .product-page[data-page-id="product01"] .se01 {
    padding-block: 3.5rem 0;
  }

  #site .product-page[data-page-id="product01"] .se01 .title-h3 {
    gap: 1.5rem;
    min-height: 0;
    padding-bottom: 3rem;
  }

  #site .product-page[data-page-id="product01"] .title-h3 h3,
  #site .product-page[data-page-id="product01"] .title-h3 h3 > span[data-lang] {
    font-size: clamp(1.75rem, 7.5vw, 2.125rem) !important;
    line-height: 1.25;
    letter-spacing: -0.045em;
    word-break: keep-all;
  }

  #site .product-page[data-page-id="product01"] .se01 .title-h3 p {
    font-size: 0.9375rem;
    line-height: 1.7;
    word-break: keep-all;
  }

  #site .product-page[data-page-id="product01"] .se01 .title-h3 p br {
    display: none;
  }

  #site .product-page[data-page-id="product01"] .se02 {
    height: 24rem;
    padding-block: 2.5rem;
  }

  #site .product-page[data-page-id="product01"] .se02 .product-visual {
    align-items: center;
    gap: 0.5rem;
  }

  #site .product-page[data-page-id="product01"] .se02 .product-visual .img-box,
  #site .product-page[data-page-id="product01"] .se02 .product-visual .img-box:last-child {
    flex: 1 1 0;
    width: auto;
    max-width: 50%;
    height: 100%;
    min-width: 0;
  }

  #site .product-page[data-page-id="product01"] .se02 .product-visual .img-box img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #site .product-page[data-page-id="product01"] .se03 {
    padding-block: 3.5rem;
  }

  #site .product-page[data-page-id="product01"] .summary-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    padding-block: 2.5rem;
  }

  #site .product-page[data-page-id="product01"] .summary-wrap > h4 {
    font-size: 1.625rem;
    line-height: 1.35;
  }

  #site .product-page[data-page-id="product01"] .use-list {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
  }

  #site .product-page[data-page-id="product01"] .use-list strong {
    font-size: 1rem;
  }

  #site .product-page[data-page-id="product01"] .use-list .img-box {
    height: auto;
    aspect-ratio: 16 / 9;
  }

  #site .product-page[data-page-id="product01"] .value-img {
    height: auto;
    padding: 1.5rem;
  }

  #site .product-page[data-page-id="product01"] .value-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  /* Tabs: keep both controls inside the viewport and allow long labels to wrap. */
  #site .product-page[data-page-id="product01"] .product-tab-area {
    box-sizing: border-box;
    margin-top: 3.5rem;
    padding-inline: 1.25rem;
  }

  #site .product-page[data-page-id="product01"] .product-tabs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    max-width: 100%;
    margin: 0 auto 3rem;
    border-radius: 0.75rem;
    overflow: visible;
  }

  #site .product-page[data-page-id="product01"] .product-tabs .product-tab {
    display: flex;
    width: 100%;
    min-width: 0;
    height: auto;
    min-height: 3.5rem;
    padding: 0.75rem 0.625rem;
    border-radius: 0.75rem;
    font-size: clamp(0.75rem, 3.4vw, 0.875rem);
    line-height: 1.35;
    text-align: center;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  #site .product-page[data-page-id="product01"] .product-tabs .product-tab > span[data-lang] {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }

  #site .product-page[data-page-id="product01"] .product-tab-panel section > .container {
    padding-inline: 0;
  }

  #site .product-page[data-page-id="product01"] .product-tab-panel .se04 .title-h3 {
    padding: 0 0 2.5rem;
  }

  #site .product-page[data-page-id="product01"] .model-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
  }

  #site .product-page[data-page-id="product01"] .model-wrap > .img-box {
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 1.5rem;
    aspect-ratio: 1 / 1;
  }

  #site .product-page[data-page-id="product01"] .se04 .model-wrap > .img-box img,
  #site .product-page[data-page-id="product01"] .model-wrap > .img-box img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
  }

  #site .product-page[data-page-id="product01"] .model-wrap .model-info {
    gap: 1.5rem;
    padding-left: 0;
  }

  #site .product-page[data-page-id="product01"] .model-wrap .model-title {
    padding-bottom: 1.25rem;
  }

  #site .product-page[data-page-id="product01"] .model-wrap .model-title h4 {
    font-size: 1.75rem;
  }

  #site .product-page[data-page-id="product01"] .model-wrap .model-info h5 {
    margin-bottom: 0;
    font-size: 1.25rem;
  }

  #site .product-page[data-page-id="product01"] .feature-list strong {
    font-size: 1rem;
  }

  #site .product-page[data-page-id="product01"] .feature-list li p {
    font-size: 0.875rem;
  }

  #site .product-page[data-page-id="product01"] .prod-detail,
  #site .product-page[data-page-id="product01"] .se04 .mobile-info.prod-detail,
  #site .product-page[data-page-id="product01"] .se06 .detail-wrap.is-full {
    flex-direction: column !important;
    width: 100%;
    gap: 1.75rem;
  }

  #site .product-page[data-page-id="product01"] .prod-detail .prod-tit {
    position: static !important;
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  #site .product-page[data-page-id="product01"] .prod-detail .prod-tit h4 {
    font-size: 1.625rem;
    line-height: 1.35;
  }

  #site .product-page[data-page-id="product01"] .prod-detail .prod-cont {
    width: 100%;
    gap: 1.5rem;
  }

  #site .product-page[data-page-id="product01"] .mobile-info {
    margin-top: 3rem;
    padding-block: 3rem 0;
  }

  #site .product-page[data-page-id="product01"] .se04 .work-box,
  #site .product-page[data-page-id="product01"] .se06 .work-box {
    flex-direction: column !important;
    width: 100%;
    gap: 1.5rem;
    padding: 1.25rem;
  }

  #site .product-page[data-page-id="product01"] .work-box .work-list {
    width: 100%;
    gap: 1rem;
  }

  #site .product-page[data-page-id="product01"] .work-box .work-list > li {
    width: 100%;
    max-width: none;
    padding: 1rem;
  }

  #site .product-page[data-page-id="product01"] .work-box > .material-symbols-outlined {
    width: 2rem;
    height: 2rem;
    margin: 0;
    clip-path: none;
    background: none;
    color: #9194c9;
    font-size: 2rem;
    line-height: 1;
    transform: rotate(90deg);
  }

  #site .product-page[data-page-id="product01"] .work-result,
  #site .product-page[data-page-id="product01"] .mobile-diagram,
  #site .product-page[data-page-id="product01"] .diagram-box {
    width: 100%;
    height: auto;
    min-width: 0;
  }

  #site .product-page[data-page-id="product01"] .work-result img,
  #site .product-page[data-page-id="product01"] .mobile-diagram img,
  #site .product-page[data-page-id="product01"] .diagram-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #site .product-page[data-page-id="product01"] .img-box strong,
  #site .product-page[data-page-id="product01"] .diagram-box strong {
    padding: 0.75rem 1rem;
    font-size: 0.9375rem;
    white-space: normal;
    text-align: center;
  }

  #site .product-page[data-page-id="product01"] .mobile-list {
    grid-template-columns: minmax(0, 1fr);
    padding: 1rem;
    gap: 1rem;
  }

  #site .product-page[data-page-id="product01"] .mobile-list li {
    padding: 1.5rem 1.25rem;
  }

  #site .product-page[data-page-id="product01"] .mobile-list li strong {
    font-size: 1rem;
  }

  #site .product-page[data-page-id="product01"] .se06 .container {
    padding-top: 3rem;
  }

  #site .product-page[data-page-id="product01"] .se06 .detail-wrap {
    padding-bottom: 3rem !important;
  }

  #site .product-page[data-page-id="product01"] .se06 .detail-wrap + .detail-wrap {
    margin-top: 3rem;
  }

  #site .product-page[data-page-id="product01"] .se06 .detail-wrap:last-child {
    padding-bottom: 4rem !important;
  }

  #site .product-page[data-page-id="product01"] .gun-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.5rem 1.25rem;
  }

  #site .product-page[data-page-id="product01"] .se06 .gun-box .img-box {
    flex-direction: column;
    width: 100%;
    gap: 1rem;
  }

  #site .product-page[data-page-id="product01"] .se06 .gun-box .img-box img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  #site .product-page[data-page-id="product01"] .gun-detail {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
  }

  #site .product-page[data-page-id="product01"] .gun-detail img {
    width: 100%;
    height: auto !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
  }

  #site .product-page[data-page-id="product01"] .accessory-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }

  #site .product-page[data-page-id="product01"] .accessory-list li .img-box {
    height: auto;
    padding: 1rem;
    aspect-ratio: 1 / 1;
  }

  #site .product-page[data-page-id="product01"] .accessory-list li strong {
    font-size: 0.875rem;
    text-align: center;
  }

  #site .product-page[data-page-id="product01"] .info-box {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem;
    padding: 1.25rem;
    border-width: 0.75rem;
  }

  #site .product-page[data-page-id="product01"] .diagram-box {
    padding: 1.25rem;
  }
}
