
  /* common header, footer */
  .blind {
    border: 0;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
  }
  .is--mobile {
    display: none;
  }
  @media screen and (max-width: 1024px) {
    .is--mobile {
      display: block;
    }
  }
  #wrap {
    padding-top: 108px;
  }
  #wrap.pt64 {
    padding-top: 64px;
  }
  #headerNew, #footerNew, #quickMenuNew, #headerNew *, #footerNew *, #quickMenuNew *, #headerNew > ::before, #headerNew > ::after, #footerNew > ::before, #footerNew > ::after {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
    -webkit-font-smoothing:antialiased;
	letter-spacing: -0.025em;
  }
  #headerNew {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 108px;
    padding: 0 clamp(24px, 2.5vw, 36px);
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    transition: all 0.2s;
  }
  #headerNew.blurMode {
    background-color: rgba(0, 0, 0, 0.02);
    backdrop-filter: blur(10px);
    border-bottom-color: transparent;
  }
  #headerNew .header__container {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    height: 64px;
    width: 100%;
    max-width: 1440px;
  }
  #headerNew .header__container h1 {
    flex: none;
    margin: 0;
    display: block !important;
  }
  #headerNew .header__container h1 a {
    font-size: initial !important;
    display: block !important;
  }
  #headerNew .header__container .is--mobile {
    padding: 8px;
  }
  #headerNew .header__container .is--mobile img {
    width: 32px;
  }
  #headerNew .header__container .header--wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 100%;
  }
  #headerNew .header__container .header--wrap .btn--menu--close {
    display: none;
  }
  #headerNew .gnb {
    flex: 1;
    z-index: 9;
  }
  #headerNew .gnb > ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(8px, 1vw, 16px);
    color: #111111;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 600;
    line-height: 100%;
  }
  #headerNew .gnb > ul > li a {
    padding: 8px;
  }
  #headerNew .gnb > ul > li a:hover {
    color: #2B398F;
  }
  #headerNew .gnb > ul .btn__snb {
    position: relative;
    gap: 12px;
    margin-left: 8px;
    padding-right: 44px;
    width: 124px;
  }
  #headerNew .gnb > ul .btn__snb::after {
    position: absolute;
    top: 10px;
    right: 18px;
    content: url("../imgs/icon_more.svg");
    width: 22px;
    height: 22px;
    transition: all 0.1s ease-in;
    transform: rotate(90deg);
  }
  #headerNew .gnb > ul .btn__snb button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    height: 44px;
  }
  #headerNew .gnb > ul .btn__snb .snb {
    position: absolute;
    left: 0;
    top: 36px;
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #111111;
    font-size: 14px;
    font-weight: 500;
    line-height: 100%;
    width: 0;
    padding: 10px 20px 20px;
    background-color: #d4d4d4;
    border-radius: 0 0 22px 22px;
    opacity: 0;
    transition: all 0.1s ease-in;
  }
  #headerNew .gnb > ul .btn__snb .snb a {
    padding: 4px;
  }
  #headerNew .gnb > ul .btn__snb:hover {
    border-radius: 22px 22px 0 0;
  }
  #headerNew .gnb > ul .btn__snb:hover .snb {
    display: flex;
    width: 124px;
    gap: 16px;
    opacity: 1;
  }
  #headerNew .gnb > ul .btn__snb:hover::after {
    transform: rotate(270deg);
  }
  /*
  @media screen and (max-width: 1280px) {
    #headerNew .gnb > ul .btn__snb {
      overflow: inherit;
      width: 124px;
    }
    #headerNew .gnb > ul .btn__snb::after {
      transform: rotate(90deg);
    }
    #headerNew .gnb > ul .btn__snb .snb {
      position: absolute;
      left: 0;
      top: 36px;
      padding: 10px 20px 20px;
      background-color: #d4d4d4;
      border-radius: 0 0 22px 22px;
    }
    #headerNew .gnb > ul .btn__snb .snb a {
      padding: 4px;
    }
    #headerNew .gnb > ul .btn__snb:hover {
      width: 124px;
      border-radius: 22px 22px 0 0;
    }
    #headerNew .gnb > ul .btn__snb:hover .snb {
      width: 124px;
      flex-direction: column;
      gap: 16px;
    }
    #headerNew .gnb > ul .btn__snb:hover::after {
      transform: rotate(270deg);
    }
  }
    */
  #headerNew .btn--search {
    display: none;
  }
  #headerNew .header__search__area {
    position: relative;
  }
  #headerNew .header__search__area .btn--laypop--close {
    display: none;
  }
  #headerNew .header__search__area .btn--com--search {
    position: absolute;
    top: 0;
    right: 8px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 44px;
  }
  #headerNew .header__search__area .btn--com--search img {
    width: 28px;
  }
  #headerNew .header__search__area input {
    width: clamp(200px, 24.3vw, 350px);
    height: 44px;
    /* padding: 0 16px 0 50px; */
    padding: 0 60px 0 24px;
    border: none;
    outline: none;
    border-radius: 999px;
    color: #2B398F;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
     background: #ddd;
    /*background: #ddd url("../imgs/icon_search.svg") no-repeat 18px 50%;*/
  }
  #headerNew .header__search__area input::placeholder {
    font-size: 14px;
    color: #999;
  }
  #headerNew .util--auth {
    flex: none;
    position: absolute;
    top: -44px;
    right: 0;
    z-index: 9;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(8px, 0.8vw, 12px);
    height: 44px;
    /*
    &.auth--mobile {
        display: none;
    }
    */
  }
  #headerNew .util--auth .icon--goArrow {
    width: 28px;
    filter: invert(100%);
  }
  #headerNew .util--auth .btn--login {
    padding: 0 12px;
    height: 28px;
  }
  @media screen and (min-width: 1025px) and (max-width: 1600px) {
    #headerNew .btn--search {
      display: block;
    }
    #headerNew .header__search__area {
      overflow: hidden;
      flex: none;
      position: absolute;
      left: 0;
      top: 64px;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 0;
      padding: 0 44px;
      opacity: 0;
      background-color: #fff;
      transition: all 0.1s ease-in;
    }
    #headerNew .header__search__area .btn--laypop--close {
      position: absolute;
      top: 24px;
      right: 24px;
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      width: 44px;
      height: 44px;
    }
    #headerNew .header__search__area .btn--com--search {
      right: calc(50% - 320px);
      top: calc(50% - 34px);
      width: 68px;
      height: 68px;
    }
    #headerNew .header__search__area .btn--com--search img {
      width: 40px;
    }
    #headerNew .header__search__area input {
      width: 100%;
      max-width: 640px;
      height: 68px;
      padding: 0 80px 0 24px;
      border-bottom: 3px solid #333333;
      outline: none;
      border-radius: 0;
      font-size: 28px;
      background: #fff;
    }
    #headerNew .header__search__area input::placeholder {
      font-size: 28px;
    }
    #headerNew .header__search__area.open {
      height: 200px;
      opacity: 1;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    }
  }
  @media screen and (max-width: 1136px) {
    #headerNew .util--auth .icon--goArrow {
      display: none;
    }
  }
  @media screen and (max-width: 1024px) {
    #wrap {
      padding-top: 64px;
    }
    #headerNew {
      height: 64px;
      padding: 0;
    }
    #headerNew .header__container {
      flex-wrap: wrap;
      justify-content: flex-end;
      gap: 0;
    }
    #headerNew .header__container h1 {
      margin-right: auto;
      padding-left: 20px;
    }
    #headerNew .header__container #btnMenu {
      margin-right: 12px;
    }
    #headerNew .header__container .header--wrap {
      overflow: hidden;
      flex: none;
      flex-direction: column;
      align-items: flex-start;
      gap: 16px;
      position: absolute;
      left: 0;
      top: 64px;
      z-index: -1;
      padding: 0;
      background-color: #fff;
      height: 0;
      opacity: 0;
      transition: all 0.1s ease-in;
    }
    #headerNew .header__container .header--wrap.open {
      overflow: initial;
      height: fit-content;
      padding: 20px;
      width: 100%;
      opacity: 1;
    }
    #headerNew .header__container .header--wrap .btn--menu--close {
      flex: none;
      position: absolute;
      top: -64px;
      right: 0;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 64px;
      height: 64px;
    }
     #headerNew .header__container .header--wrap .btn--menu--close img {
      width: 28px;
    }
    #headerNew .header__container.is--open .is--mobile {
      display: none;
    }
    #headerNew .header__container.is--open .header--wrap {
      z-index: 9;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    }
    #headerNew .header__container.is--open .header--wrap .btn--menu--close {
      display: flex;
    }
    #headerNew .header__container.is--open.is--search .header--wrap .gnb, #headerNew .header__container.is--open.is--search .header--wrap .util--auth {
      display: none;
    }
    #headerNew .header__container.is--open.is--search .header--wrap .header__search__area {
      display: block;
      width: 100%;
      padding: 32px;
    }
    #headerNew .header__container.is--open.is--search .header--wrap .header__search__area input {
      width: 100%;
    }
    #headerNew .header__container.is--open.is--search .header--wrap .header__search__area .btn--com--search {
      top: calc(50% - 22px);
      right: 40px;
    }
    #headerNew .gnb {
      order: 2;
      width: 100%;
    }
    #headerNew .gnb > ul {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      font-size: 16px;
    }
    #headerNew .gnb > ul > li {
      width: 100%;
    }
    #headerNew .gnb > ul > li a {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      height: 50px;
      padding: 0px;
    }
    #headerNew .gnb > ul .btn__snb {
      display: block;
      margin-left: 0;
      padding: 0;
      width: 100%;
      background-color: transparent;
      border-radius: 0;
      height: fit-content;
    }
    #headerNew .gnb > ul .btn__snb::after {
      right: 0;
      top: 14px;
    }
    #headerNew .gnb > ul .btn__snb button {
      width: 100%;
      height: 50px;
    }
    #headerNew .gnb > ul .btn__snb .snb {
      position: initial;
      padding: 0;
      border-radius: 16px;
      font-size: 14px;
    }
    #headerNew .gnb > ul .btn__snb .snb li {
      width: 100%;
    }
    #headerNew .gnb > ul .btn__snb .snb li a {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: flex-start;
      align-items: center;
      padding: 0 20px;
      height: 50px;
    }
    #headerNew .gnb > ul .btn__snb:hover {
      width: 100%;
      border-radius: 0;
    }
    #headerNew .gnb > ul .btn__snb:hover .snb {
      width: 100%;
      gap: 0;
    }
    #headerNew .header__search__area {
      display: none;
    }
    #headerNew .util--auth {
      position: initial;
      order: 1;
      padding-bottom: 12px;
      border-bottom: 1px solid #ddd;
      width: 100%;
      height: fit-content;
    }
    #headerNew .util--auth .icon--goArrow {
      display: block;
    }
    #headerNew .util--auth .btn--login {
      padding: 0 16px;
      height: 32px;
    }
    #headerNew .util--auth .btn--small {
      font-size: 15px;
    }
    #headerNew .util--auth.auth--after {
      order: 1;
      flex-direction: row;
      align-items: flex-start;
      width: 100%;
    }
    /*
    #headerNew .util--auth.auth--after .auth--icon {
      display: none;
    }
    #headerNew .util--auth.auth--mobile {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding-bottom: 10px;
      border-bottom: 1px solid #ddd;
    }
    #headerNew .util--auth.auth--mobile a {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: center;
      height: 44px;
      font-size: 16px;
      color: #000;
      font-weight: 400;
    }
    #headerNew .util--auth.auth--mobile a strong {
      font-weight: 400;
    }
    #headerNew .util--auth.auth--mobile a .auth--mobile--mypage {
      width: 21px;
    }
    */
    #headerNew .btn--readyPsy {
      order: 3;
    }
  }
#headerNew.blurMode {
  background-color: rgba(0, 0, 0, 0.02);
  backdrop-filter: blur(10px);
  border-bottom-color: transparent;
}
#headerNew.blurMode img {
  filter: brightness(0) invert(100%);
}
#headerNew.blurMode .header__search__area img {
  filter: none;
}
#headerNew.blurMode .gnb > ul > li a {
  color: #fff;
}
#headerNew.blurMode .gnb > ul > li a:hover {
  color: #fff;
  opacity: 0.8;
}
#headerNew.blurMode .gnb > ul .btn__snb {
  background-color: #111111;
  color: #fff;
}
#headerNew.blurMode .gnb > ul .btn__snb::after {
  filter: invert(100%) brightness(100%);
}
#headerNew.blurMode .gnb > ul .btn__snb .snb {
  background-color: #111111;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #headerNew.blurMode .gnb > ul .btn__snb {
    background-color: #111111;
  }
}
#headerNew.blurMode .util--auth .btn--empty {
  color: #fff;
}
#headerNew.blurMode .util--auth .btn--dark {
  color: #111111;
  background-color: #fff;
}
#headerNew.blurMode .util--auth .icon--goArrow {
  filter: brightness(0);
}
@media screen and (max-width: 1024px) {
  #headerNew.blurMode .gnb > ul > li a {
    color: #111111;
  }
  #headerNew.blurMode .gnb > ul > li a:hover {
    color: #2B398F;
    opacity: 1;
  }
  #headerNew.blurMode .gnb > ul .btn__snb {
    background-color: #fff;
    color: #111111;
  }
  #headerNew.blurMode .gnb > ul .btn__snb::after {
    filter: brightness(0);
  }
  #headerNew.blurMode .gnb > ul .btn__snb .snb {
    background-color: #d4d4d4;
    color: #111111;
  }
  #headerNew.blurMode .util--auth img {
    filter: brightness(0);
  }
  #headerNew.blurMode .util--auth .btn--dark {
    color: #fff;
    background-color: #111111;
  }
  #headerNew.blurMode .util--auth .btn--dark img {
    filter: invert(1);
  }
  #headerNew.blurMode .util--auth .btn--empty {
    color: #111111;
  }
  #headerNew.blurMode .util--auth .icon--goArrow {
    filter: brightness(0);
  }
}

  /* footer */
  #footerNew {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #F6F6F6;
  }
  #footerNew .footer__container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 40px clamp(24px, 2.5vw, 36px) 80px;
  }
  #footerNew .footer__container.type__fnb {
    padding: clamp(16px, 1.6vw, 24px) clamp(24px, 2.5vw, 36px);
    border: 1px solid #ddd;
    border-width: 1px 0;
  }
  #footerNew .footer__container.type__fnb .footer__content {
    justify-content: flex-start;
    align-items: center;
    gap: clamp(24px, 4.4vw, 64px);
  }
  #footerNew .footer__container .footer__content {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 64px;
    width: 100%;
    max-width: 1440px;
  }
  #footerNew .footer__container .footer__content h3 img {
    width: clamp(90px, 9vw, 110px);
    height: auto;
    max-width: none;
  }
  #footerNew .footer__container .footer__content .fnb {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 32px;
  }
  #footerNew .footer__container .footer__content .fnb ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    color: #555555;
    font-size: clamp(14px, 1.1vw, 16px);
    font-weight: 400;
    line-height: 100%;
  }
  #footerNew .footer__container .footer__content .fnb ul a {
    display: block;
    padding: 8px;
  }
  #footerNew .footer__container .footer__content .fnb ul strong {
    font-weight: 600;
    color: #333333;
  }
  #footerNew .footer__container .footer__content .fnb select {
    width: clamp(200px, 15.2vw, 220px);
    height: 44px;
    padding: 4px 16px;
    border-radius: 22px;
    font-size: clamp(14px, 1.1vw, 16px);
    appearance: none;
    background: #fff url(../imgs/icon_down_dark.svg) calc(100% - 8px) center no-repeat;
  }
  #footerNew .footer__container .footer__content .footer__tab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    width: 100%;
    max-width: 620px;
  }
  #footerNew .footer__container .footer__content .footer__tab ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }
  #footerNew .footer__container .footer__content .footer__tab ul li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
  }
  #footerNew .footer__container .footer__content .footer__tab ul li::after {
    content: "";
    width: 1px;
    height: 12px;
    background-color: #aaa;
  }
  #footerNew .footer__container .footer__content .footer__tab ul li:last-child::after {
    display: none;
  }
  #footerNew .footer__container .footer__content .footer__tab ul li button {
    display: block;
    padding: 8px 0;
    color: #777777;
    font-size: clamp(14px, 1vw, 15px);
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  #footerNew .footer__container .footer__content .footer__tab ul li button:hover, #footerNew .footer__container .footer__content .footer__tab ul li button.active {
    color: #111111;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }
  #footerNew .footer__container .footer__content .footer__tab dl {
    display: none;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: row wrap;
    gap: 6px clamp(12px, 1.6vw, 24px);
    color: #777777;
    font-size: clamp(12px, 1vw, 14px);
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 6px;
  }
  #footerNew .footer__container .footer__content .footer__tab dl dd a {
    text-decoration: underline;
  }
  #footerNew .footer__container .footer__content .footer__tab dl .footer--hosting {
    flex-basis: 100%;
    width: 100%;
    padding-top: 12px;
  }
  #footerNew .footer__container .footer__content .footer__tab dl.active {
    display: flex;
  }
  #footerNew .footer__container .footer__content .footer__tab address {
    color: #777777;
    font-size: 13px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0;
  }
  #footerNew .footer__container .footer__content .footer__cs {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    padding-top: 8px;
  }
  #footerNew .footer__container .footer__content .footer__cs h4 {
    color: #333333;
    font-size: clamp(12px, 0.97vw, 14px);
    font-weight: 400;
    line-height: 100%;
  }
  #footerNew .footer__container .footer__content .footer__cs a {
    display: block;
    color: #333333;
    font-size: clamp(18px, 1.6vw, 24px);
    font-weight: 800;
    line-height: 100%;
  }
  #footerNew .footer__container .footer__content .footer__cs p {
    padding: 4px 0 clamp(16px, 1.38vw, 20px);
    color: #777777;
    font-size: clamp(12px, 0.97vw, 14px);
    font-weight: 300;
    line-height: 150%;
  }
  #footerNew .footer__container .footer__content .footer__cs .contact--sns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }
  @media screen and (max-width: 1024px) {
    #footerNew {
      padding: 0;
    }
    #footerNew .footer__container .footer__content .fnb ul {
      flex-wrap: wrap;
    }
    #footerNew .footer__container .footer__content .footer__tab dl {
      max-width: 100%;
    }
  }
  @media screen and (max-width: 767px) {
    #footerNew .footer__container {
      padding-top: 24px;
    }
    #footerNew .footer__container.type__fnb {
      padding: 24px;
    }
    #footerNew .footer__container.type__fnb .footer__content {
      align-items: flex-start;
      gap: 20px;
    }
    #footerNew .footer__container .footer__content {
      flex-direction: column;
      align-items: flex-start;
      gap: 40px;
    }
    #footerNew .footer__container .footer__content .fnb {
      flex-direction: column;
      align-items: flex-start;
      flex-wrap: nowrap;
      gap: 20px;
      width: 100%;
    }
    #footerNew .footer__container .footer__content .fnb ul {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
      gap: 8px;
    }
    #footerNew .footer__container .footer__content .fnb ul li {
      flex: 0 1 50%;
      width: 50%;
    }
    #footerNew .footer__container .footer__content .fnb ul li a {
      display: block;
      width: 100%;
      padding: 4px 0;
    }
    #footerNew .footer__container .footer__content .fnb select {
      border-radius: 18px;
      height: 36px;
      font-size: 14px;
    }
    #footerNew .footer__container .footer__content .footer__tab {
      gap: 16px;
    }
  }

  #quickMenuNew {
    position: fixed;
    right: 40px;
    bottom: 60px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 16px;
  }
  #quickMenuNew a, #quickMenuNew button {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: clamp(48px, 4.1vw, 60px);
    height: clamp(48px, 4.1vw, 60px);
    padding: 0 clamp(8px, 0.96vw, 14px);
    border-radius: 999px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.24);
    background-color: #fff;
    transition: all 0.1s ease-in;
  }
  #quickMenuNew a span, #quickMenuNew button span {
    width: 0;
    opacity: 0;
    color: #111111;
    font-size: clamp(16px, 1.25vw, 18px);
    font-weight: 400;
    line-height: 100%;
  }
  #quickMenuNew a img, #quickMenuNew button img {
    width: clamp(28px, 2.2vw, 32px);
    height: auto;
  }
  #quickMenuNew a:hover, #quickMenuNew button:hover {
    width: fit-content;
  }
  #quickMenuNew a:hover span, #quickMenuNew button:hover span {
    width: fit-content;
    opacity: 1;
    padding: 0 8px;
  }
  #quickMenuNew #btn--quickMore {
    display: none;
  }
  @media screen and (max-width: 767px) {
    #quickMenuNew {
      right: 20px;
      bottom: 32px;
    }
    #quickMenuNew #btn--quickMore {
      display: block;
    }
  }

  /* button type */
  .btn--white--line {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
    letter-spacing: -0.02em;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: 1px solid #E6E6E6;
    background-color: #fff;
    color: #111111;
  }
  .btn--white--line:hover {
    border-color: #2B398F;
    color: #2B398F;
  }
  .btn--gray--line {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
    letter-spacing: -0.02em;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: 1px solid #EDEDED;
    background-color: #fff;
    color: #111111;
  }
  .btn--gray--line:hover {
    border-color: #2B398F;
    color: #2B398F;
  }
  .btn--primary--line {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
    letter-spacing: -0.02em;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: 1px solid #2B398F;
    background-color: #fff;
    color: #2B398F;
  }
  .btn--primary--line:hover {
    background-color: #F1F7FF;
  }
  .btn--dark--line {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
    letter-spacing: -0.02em;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    border: 1px solid #111111;
    background-color: #fff;
    color: #111111;
  }
  .btn--dark--line:hover {
    border-color: #2B398F;
    color: #2B398F;
  }
  .btn--primary {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
    letter-spacing: -0.02em;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-color: #2B398F;
    color: #fff;
  }
  .btn--primary:hover {
    background-color: #6c7ad3;
  }
  .btn--dark {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
    letter-spacing: -0.02em;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-color: #111111;
    color: #fff;
  }
  .btn--dark:hover {
    color: #fff;
    background-color: #535353;
  }
  .btn--dark img {
    filter: invert(100%);
  }
  .btn--gray {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
    letter-spacing: -0.02em;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-color: #EDEDED;
    color: #111111;
  }
  .btn--gray:hover {
    color: #2B398F;
    background-color: #d4d4d4;
  }
  .btn--white {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
    letter-spacing: -0.02em;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-color: #fff;
    color: #111111;
  }
  .btn--white:hover {
    color: #2B398F;
    background-color: #e6e6e6;
  }
  .btn--large {
    padding: 0 24px;
    height: 52px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 26px;
    box-sizing: border-box;
  }
  .btn--middle {
    padding: 0 22px;
    height: 44px;
    font-size: 16px;
    font-weight: 500;
    border-radius: 22px;
    box-sizing: border-box;
  }
  .btn--small {
    padding: 0 18px;
    height: 36px;
    font-size: 14px;
    font-weight: 400;
    border-radius: 18px;
    box-sizing: border-box;
  }
  .btn--full {
    width: 100%;
  }
  .btn--empty {
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.4s;
    letter-spacing: -0.02em;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    border: none;
    padding: 0 8px;
    color: #111111;
  }
  .btn--empty:hover {
    color: #2B398F;
    background-color: transparent;
  }


  /* swiper */
  .swiper {
    width: 100%;
    height: 100%;
  }
  
  .btn--slider {
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 20px);
    z-index: 99;
    width: 44px;
    height: 44px;
    border-radius: 22px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.16);
    transform: scale(0.5);
    transition: all 0.2s ease-in;
    opacity: 0;
    background-color: #fff;
    cursor: pointer;
  }
  .btn--slider img {
    width: 28px;
    height: 28px;
  }
  .btn--slider.swiper-button-prev {
    left: -22px;
  }
  .btn--slider.swiper-button-next {
    right: -22px;
  }
  
  .swiper-pagination {
    position: absolute;
    left: 50%;
    bottom: 24px;
    z-index: 9;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 6px;
    transform: translateX(-50%);
  }
  .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #333333;
    opacity: 0.4;
  }
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
  }
  .swiper-pagination.swiper-pagination-fraction {
    left: auto;
    bottom: auto;
    top: 20px;
    right: 24px;
    gap: 4px;
    padding: 8px;
    border-radius: 6px;
    line-height: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    transform: translateX(0);
  }
  .swiper-pagination.swiper-pagination-fraction span {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
  }
  .swiper-pagination.swiper-pagination-fraction span.swiper-pagination-current {
    font-weight: 500;
  }

  /* font */
  @font-face {
    font-family: "Pretendard";
    font-weight: 900;
    font-display: swap;
    src: local("Pretendard Black"), url(../../fonts/woff2/Pretendard-Black.woff2) format("woff2"), url(../../fonts/woff/Pretendard-Black.woff) format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 800;
    font-display: swap;
    src: local("Pretendard ExtraBold"), url(../../fonts/woff2/Pretendard-ExtraBold.woff2) format("woff2"), url(../../fonts/woff/Pretendard-ExtraBold.woff) format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 700;
    font-display: swap;
    src: local("Pretendard Bold"), url(../../fonts/woff2/Pretendard-Bold.woff2) format("woff2"), url(../../fonts/woff/Pretendard-Bold.woff) format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 600;
    font-display: swap;
    src: local("Pretendard SemiBold"), url(../../fonts/woff2/Pretendard-SemiBold.woff2) format("woff2"), url(../../fonts/woff/Pretendard-SemiBold.woff) format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 500;
    font-display: swap;
    src: local("Pretendard Medium"), url(../../fonts/woff2/Pretendard-Medium.woff2) format("woff2"), url(../../fonts/woff/Pretendard-Medium.woff) format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 400;
    font-display: swap;
    src: local("Pretendard Regular"), url(../../fonts/woff2/Pretendard-Regular.woff2) format("woff2"), url(../../fonts/woff/Pretendard-Regular.woff) format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 300;
    font-display: swap;
    src: local("Pretendard Light"), url(../../fonts/woff2/Pretendard-Light.woff2) format("woff2"), url(../../fonts/woff/Pretendard-Light.woff) format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 200;
    font-display: swap;
    src: local("Pretendard ExtraLight"), url(../../fonts/woff2/Pretendard-ExtraLight.woff2) format("woff2"), url(../../fonts/woff/Pretendard-ExtraLight.woff) format("woff");
  }
  @font-face {
    font-family: "Pretendard";
    font-weight: 100;
    font-display: swap;
    src: local("Pretendard Thin"), url(../../fonts/woff2/Pretendard-Thin.woff2) format("woff2"), url(../../fonts/woff/Pretendard-Thin.woff) format("woff");
  }
