@charset "UTF-8";
/* media-query */
/* ---------------공통 스타일 START--------------- */
.section-heading .opacity-text {
  transition-delay: 0.2s;
}

.ci img {
  width: 4.6rem;
}

.slogan {
  display: block;
  letter-spacing: 0.5em;
  color: #666;
  white-space: nowrap;
  line-height: 1;
}

.section-title:has(.ani-text):has(.ani-inner) {
  line-height: 1.1;
}
@media (max-width: 991px) {
  .section-title:has(.ani-text):has(.ani-inner) {
    line-height: 1.2;
  }
}

.ci + .slogan {
  margin: 2rem 0 0;
}

.slogan + .section-title {
  margin: 3.8rem 0 0;
}
@media (max-width: 767px) {
  .slogan + .section-title {
    margin: 3.3rem 0 0;
  }
}
@media (max-width: 450px) {
  .slogan + .section-title {
    font-size: 26px;
  }
}

.section-title + .section-desc {
  margin: 1.5rem 0 0;
}
@media (max-width: 767px) {
  .section-title + .section-desc {
    text-wrap: balance;
  }
  .section-title + .section-desc br {
    display: none;
  }
}
@media (max-width: 450px) {
  .section-title + .section-desc {
    margin: 2rem 0 0;
  }
}

.content-title + .content-desc {
  margin: 1.5rem 0 0;
}

.effect-btn {
  position: relative;
  overflow: hidden;
  display: inline-block;
  transition: color 0.7s, font-weight 0.7s;
}
.effect-btn .fill-bg {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.7s, height 0.7s;
  z-index: -1;
}

.tab-button {
  width: 33rem;
  isolation: isolate;
  height: 9.3rem;
  border-radius: 10rem;
  box-sizing: border-box;
  border: 1px solid #11367f;
  color: #11367f;
  background-color: #fff;
  transition: background-color 0.7s, color 0.7s, font-weight 0.7s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .tab-button:hover {
    color: #fff;
    background-color: transparent;
  }
}
.tab-button .fill-bg {
  background-color: #11367f;
}

@media (max-width: 767px) {
  .tab-button {
    width: 24rem;
    height: 8rem;
    font-size: 16.5px !important;
  }
}
@media (max-width: 450px) {
  .tab-button {
    height: 5.5rem;
    font-size: 14.5px !important;
  }
}
/* ---------------공통 스타일 END--------------- */
/* ---------------project-header START--------------- */
.project-header {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 76px;
  transition: border-color 0.5s, background-color 0.5s, box-shadow 0.5s;
  border-bottom: 1px solid transparent;
}
.project-header:not(.scroll) {
  border-color: #ccc;
}
.project-header:not(.scroll) .header-wrap .logo a img.logo-origin {
  opacity: 0;
}
.project-header:not(.scroll) .header-wrap .logo a img.logo-white {
  opacity: 1;
}
.project-header:not(.scroll) .header-wrap .gnb .menu-list li .pc-menu {
  color: #fff;
}
.project-header:not(.scroll) .header-wrap .gnb .menu-list li .pc-menu::before {
  background-color: #00e4ff;
}
.project-header.scroll {
  background-color: #fff;
  box-shadow: 0px 3.5px 7px rgba(0, 0, 0, 0.05);
}
.project-header.scroll .header-wrap .logo a img.logo-origin {
  opacity: 1;
}
.project-header.scroll .header-wrap .logo a img.logo-white {
  opacity: 0;
}
.project-header.scroll .header-wrap .gnb .menu-list li .pc-menu::before {
  background-color: #0a4595;
}
.project-header .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.project-header .header-wrap .logo {
  height: 70%;
}
.project-header .header-wrap .logo a {
  position: relative;
  display: block;
  height: 100%;
  width: 252px;
}
.project-header .header-wrap .logo a img {
  position: absolute;
  display: block;
  height: 100%;
  width: auto;
  transition: opacity 0.3s;
}
.project-header .header-wrap .gnb {
  height: 100%;
}
.project-header .header-wrap .gnb .menu-list {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 50px;
}
.project-header .header-wrap .gnb .menu-list li {
  height: 100%;
  display: flex;
  align-items: center;
}
.project-header .header-wrap .gnb .menu-list li .pc-menu {
  display: block;
  height: 100%;
  line-height: 76px;
  transition: color 0.3s;
  position: relative;
  cursor: pointer;
}
.project-header .header-wrap .gnb .menu-list li .pc-menu::before {
  content: "";
  display: block;
  position: absolute;
  height: 0.5rem;
  width: 0%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: width 0.35s;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .project-header .header-wrap .gnb .menu-list li .pc-menu:hover::before {
    width: 110%;
  }
}
.project-header .header-wrap .gnb .menu-list li .mo-menu {
  display: none;
}
.project-header .header-wrap .gnb .mo-sns-list {
  display: none;
}
.project-header .header-wrap .gnb .mo-gnb-tel {
  display: none;
}
.project-header .header-wrap .btn-hbr {
  display: none;
}
.project-header .sitemap {
  background-color: #fff;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 55px 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
}
.project-header .sitemap.active {
  opacity: 1;
  pointer-events: auto;
}
.project-header .sitemap .inner-box {
  width: 90%;
  max-width: 1370px;
  margin: 0 auto;
  display: flex;
  height: 100%;
}
.project-header .sitemap .inner-box .info {
  height: 100%;
  flex: 1;
}
.project-header .sitemap .inner-box .info.left {
  min-height: 134px;
  position: relative;
  overflow: hidden;
}
.project-header .sitemap .inner-box .info.left .menu {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  gap: 15%;
  transform: rotateX(100deg);
  transform-origin: top center;
  transition: opacity 0.3s, transform 0.6s;
  opacity: 0;
  pointer-events: none;
}
.project-header .sitemap .inner-box .info.left .menu.active {
  opacity: 1;
  transform: rotateX(0deg);
  pointer-events: auto;
}
.project-header .sitemap .inner-box .info.left .menu ul {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.project-header .sitemap .inner-box .info.left .menu ul li a {
  font-size: 20px;
  letter-spacing: -0.03em;
  transition: color 0.3s;
  position: relative;
  white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .project-header .sitemap .inner-box .info.left .menu ul li a:hover {
    color: #0a4595;
  }
}
.project-header .sitemap .inner-box .info.left .menu ul li .btn-nopay {
  font-size: 20px;
  letter-spacing: -0.03em;
  transition: color 0.3s;
  position: relative;
}
@media (hover: hover) and (pointer: fine) and (min-width: 992px) {
  .project-header .sitemap .inner-box .info.left .menu ul li .btn-nopay:hover {
    color: #0a4595;
  }
}
.project-header .sitemap .inner-box .info.center {
  padding: 0 0 0 6%;
  border-left: 1px solid #ddd;
}
.project-header .sitemap .inner-box .info.center .sns-list {
  padding: 37px 0 0;
  display: flex;
  gap: 10px;
}
.project-header .sitemap .inner-box .info.center .sns-list li a img {
  width: 68px;
  border-radius: 11px;
}
.project-header .sitemap .inner-box .info.center .sns-list li a img.naver-map-icon {
  border: 1px solid #e9e9e9;
}
.project-header .sitemap .inner-box .info.right {
  padding: 0 0 0 6%;
  border-left: 1px solid #ddd;
}
.project-header .sitemap .inner-box .info.right .time-table {
  padding: 10px 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.project-header .sitemap .inner-box .info.right .time-table li {
  display: flex;
}
.project-header .sitemap .inner-box .info.right .time-table li .day {
  display: inline-block;
  width: 125px;
  white-space: nowrap;
}
.project-header .sitemap .inner-box .info.right .time-table li .hour {
  white-space: nowrap;
}
.project-header .sitemap .inner-box .info.right .notice {
  padding: 18px 0 0;
}
.project-header .sitemap .inner-box .info.right .notice li {
  color: #999;
}

@media (max-width: 1500px) {
  .project-header .sitemap .inner-box .info.left .menu {
    gap: 10%;
  }
  .project-header .sitemap .inner-box .info.center {
    padding: 0 0 0 3%;
  }
  .project-header .sitemap .inner-box .info.right {
    padding: 0 0 0 3%;
  }
}
@media (max-width: 1400px) {
  .project-header .header-wrap {
    width: 94%;
  }
  .project-header .header-wrap .logo {
    height: 65%;
  }
  .project-header .header-wrap .gnb .menu-list {
    gap: 40px;
  }
}
@media (max-width: 1279px) {
  .project-header .header-wrap .logo {
    height: 57%;
  }
  .project-header .header-wrap .gnb .menu-list {
    gap: 26px;
  }
  .project-header .header-wrap .gnb .menu-list li .pc-menu {
    font-size: 15px;
  }
  .project-header .sitemap .inner-box .info .info-title {
    font-size: 25px;
  }
  .project-header .sitemap .inner-box .info.left .menu ul li a {
    font-size: 18px;
  }
  .project-header .sitemap .inner-box .info.center .contact-tel {
    font-size: 32px;
  }
  .project-header .sitemap .inner-box .info.center .sns-list {
    padding: 20px 0 0;
  }
  .project-header .sitemap .inner-box .info.center .sns-list li a img {
    width: 50px;
  }
  .project-header .sitemap .inner-box .info.right .time-table {
    gap: 12px;
    padding: 25px 0 0;
  }
  .project-header .sitemap .inner-box .info.right .time-table li {
    font-size: 17px;
  }
  .project-header .sitemap .inner-box .info.right .time-table li .day {
    width: 110px;
  }
  .project-header .sitemap .inner-box .info.right .time-table li .hour {
    display: inline-block;
    margin: 0 0 0 8px;
  }
  .project-header .sitemap .inner-box .info.right .notice li {
    font-size: 15px;
  }
}
@media (max-width: 1100px) {
  .project-header {
    height: 68px;
  }
  .project-header:not(.scroll) {
    border-color: rgba(255, 255, 255, 0.65);
  }
  .project-header:not(.scroll) .header-wrap .btn-hbr svg {
    fill: #fff;
  }
  .project-header:not(.scroll) .header-wrap .btn-hbr svg .rect-accent {
    fill: #00e4ff;
  }
  .project-header .header-wrap {
    width: 95%;
  }
  .project-header .header-wrap .logo {
    position: relative;
    z-index: 1;
    height: 62%;
  }
  .project-header .header-wrap .gnb {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    transition: height 0.6s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    background-color: rgba(28, 28, 28, 0.75);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    height: 0;
  }
  .project-header .header-wrap .gnb.active {
    height: 100dvh;
  }
  .project-header .header-wrap .gnb.active .menu-list li {
    transform: translateY(0px);
    opacity: 1;
  }
  .project-header .header-wrap .gnb.active .mo-sns-list {
    opacity: 1;
    transform: translate(0, 0);
  }
  .project-header .header-wrap .gnb.active .mo-gnb-tel {
    opacity: 1;
    transform: translate(0, 0);
  }
  .project-header .header-wrap .gnb .menu-list {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 68px - 12.5dvh - 40px);
    margin-top: 68px;
    padding-top: 12.5dvh;
    padding-bottom: 40px;
    gap: 40px;
    overflow-y: auto;
  }
  .project-header .header-wrap .gnb .menu-list > li {
    transition: transform 0.6s, opacity 0.6s;
    transition-timing-function: cubic-bezier(0.65, -0.25, 0.02, 1.01);
    transform: translateY(80px);
    opacity: 0;
    display: block;
    height: auto;
    align-items: unset;
  }
  .project-header .header-wrap .gnb .menu-list > li .pc-menu {
    display: none;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu {
    display: block;
    color: #fff;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-gnb {
    cursor: pointer;
    text-align: center;
    font-weight: 900;
    font-size: 19px;
    position: relative;
    margin: 0 0 22px 0;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-gnb > img {
    width: 36px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-gnb > img.active {
    transform: translateY(calc(-50% - 1px)) rotate(180deg);
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-menu-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-menu-list li {
    display: flex;
    justify-content: center;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-menu-list li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-menu-list li .btn-nopay {
    font-size: 16px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.9);
  }
  .project-header .header-wrap .gnb .mo-sns-list {
    display: flex;
    justify-content: center;
    gap: 12px;
    position: absolute;
    bottom: 2.5%;
    left: 2.5%;
    transform: translate(0%, 80px);
    transition: transform 0.6s, opacity 0.6s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
  }
  .project-header .header-wrap .gnb .mo-sns-list li a img {
    width: 36px;
  }
  .project-header .header-wrap .gnb .mo-gnb-tel {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 2.5%;
    right: 2.5%;
    color: #00e4ff;
    width: 102px;
    height: 25px;
    line-height: 25px;
    border: 2px solid #00e4ff;
    border-radius: 30px;
    font-weight: 800;
    font-size: 12px;
    transform: translate(0%, 80px);
    transition: transform 0.6s, opacity 0.6s;
    transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    opacity: 0;
    letter-spacing: 0.01em;
  }
  .project-header .header-wrap .site-map {
    display: none;
  }
  .project-header .header-wrap .btn-hbr {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
  }
  .project-header .header-wrap .btn-hbr svg {
    width: 18px;
    transition: fill 0.3s;
    fill: #363636;
  }
  .project-header .header-wrap .btn-hbr svg .rect-accent {
    fill: #0a4595;
  }
  .project-header.scroll .header-wrap .gnb li a {
    color: #fff;
  }
  .project-header.menu-open .header-wrap .logo a img.logo-origin {
    opacity: 0 !important;
  }
  .project-header.menu-open .header-wrap .logo a img.logo-white {
    opacity: 1 !important;
  }
  .project-header.menu-open .header-wrap .gnb .menu-list li:nth-child(1) {
    transition-delay: 0.18s;
  }
  .project-header.menu-open .header-wrap .gnb .menu-list li:nth-child(2) {
    transition-delay: 0.24s;
  }
  .project-header.menu-open .header-wrap .gnb .menu-list li:nth-child(3) {
    transition-delay: 0.3s;
  }
  .project-header.menu-open .header-wrap .gnb .menu-list li:nth-child(4) {
    transition-delay: 0.36s;
  }
  .project-header.menu-open .header-wrap .gnb .menu-list li:nth-child(5) {
    transition-delay: 0.42s;
  }
  .project-header.menu-open .header-wrap .gnb .menu-list li:nth-child(6) {
    transition-delay: 0.48s;
  }
  .project-header.menu-open .header-wrap .gnb .menu-list li:nth-child(7) {
    transition-delay: 0.54s;
  }
  .project-header.menu-open .header-wrap .gnb .mo-sns-list {
    transition-delay: 0.54s;
  }
  .project-header.menu-open .header-wrap .gnb .mo-gnb-tel {
    transition-delay: 0.54s;
  }
  .project-header.menu-open .header-wrap .btn-hbr svg {
    fill: #fff !important;
  }
  .project-header.menu-open .header-wrap .btn-hbr svg .rect-accent {
    fill: #00e4ff;
  }
}
@media (max-width: 450px) {
  .project-header {
    height: 56px;
  }
  .project-header .header-wrap {
    width: 94%;
  }
  .project-header .header-wrap .logo {
    height: 65%;
  }
  .project-header .header-wrap .gnb .menu-list {
    height: calc(100dvh - 56px - 10.5dvh - 30px);
    margin-top: 56px;
    padding-top: 10.5dvh;
    padding-bottom: 30px;
    gap: 24px;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu {
    display: block;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-gnb {
    font-size: 18px;
    margin: 0 0 14px 0;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-gnb > img {
    width: 30px;
    display: inline-block;
    margin: 0 0 0 3px;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-menu-list {
    gap: 7px;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-menu-list li a {
    font-size: 14.5px;
  }
  .project-header .header-wrap .gnb .menu-list > li .mo-menu .mo-menu-list li .btn-nopay {
    font-size: 14.5px;
  }
  .project-header .header-wrap .gnb .mo-sns-list {
    left: 4%;
    bottom: 3%;
    gap: 5px;
  }
  .project-header .header-wrap .gnb .mo-sns-list li a img {
    width: 26px;
  }
  .project-header .header-wrap .btn-hbr svg {
    width: 16px;
  }
}
/* ---------------project-header END--------------- */
/* ---------------project-footer START--------------- */
.project-footer {
  background-image: url("../img/footer_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 0 0 12.5rem;
}
.project-footer .footer-top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.project-footer .footer-top .footer-list {
  padding: 2.8rem 0;
  display: flex;
  justify-content: center;
}
.project-footer .footer-top .footer-list li a {
  line-height: 1;
  padding: 0 3rem;
}
.project-footer .footer-top .footer-list li button {
  line-height: 1;
  padding: 0 3rem;
}
.project-footer .footer-top .footer-list li:not(:last-child) a {
  border-right: 1px solid #fff;
}
.project-footer .footer-bottom .footer-logo {
  display: flex;
  justify-content: center;
  padding: 4rem 0 3rem;
}
.project-footer .footer-bottom .footer-logo a img {
  width: 29.2rem;
}
.project-footer .footer-bottom address {
  line-height: 1.55;
}

@media (max-width: 991px) {
  .project-footer .footer-bottom .footer-logo a img {
    width: 27.5rem;
  }
}
@media (max-width: 767px) {
  .project-footer {
    padding: 0 0 17.5rem;
  }
  .project-footer .footer-top .footer-list li {
    font-size: 13.5px;
  }
  .project-footer .footer-bottom .footer-logo {
    padding: 3.5rem 0 3.2rem;
  }
  .project-footer .footer-bottom address {
    font-size: 12.5px;
    line-height: 1.8;
  }
}
@media (max-width: 350px) {
  .project-footer .footer-bottom address {
    text-wrap: balance;
  }
  .project-footer .footer-bottom address br {
    display: none;
  }
}
/* ---------------project-footer END--------------- */
/* ---------------quick-menu START--------------- */
.quick-menu {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: fixed;
  z-index: 97;
  right: 1.5%;
  top: 52.5%;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 100px;
  padding: 42px 18px 30px;
  box-shadow: 2px 2px 7.5px 0px rgba(0, 0, 0, 0.1), -2px -2px 7.5px 0px rgba(0, 0, 0, 0.1);
}
.quick-menu.scroll {
  opacity: 1;
  pointer-events: auto;
}
.quick-menu .quick-menu-list li {
  padding: 13px;
}
.quick-menu .quick-menu-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quick-menu .quick-menu-list li a img.quick-icon1 {
  width: 28px;
}
.quick-menu .quick-menu-list li a img.quick-icon2 {
  width: 27px;
}
.quick-menu .quick-menu-list li a img.quick-icon3 {
  width: 30px;
}
.quick-menu .quick-menu-list li a img.quick-icon4 {
  width: 37px;
}
.quick-menu .quick-menu-list li a img.quick-icon5 {
  width: 30px;
}
.quick-menu .quick-menu-list li a span {
  font-size: 14px;
  display: inline-block;
  margin: 10px 0 0;
}
.quick-menu .quick-menu-list li:not(:nth-child(4)):not(:nth-child(5)) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.quick-menu .quick-menu-list li.mo-quick-menu {
  display: none;
}
.quick-menu .go-top {
  display: block;
  text-align: center;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  margin: 10px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

@media (max-width: 1023px) {
  .quick-menu {
    visibility: visible;
    width: calc(100% - 20px);
    top: unset;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    padding: 0;
    border-radius: 40px;
    padding: 12.5px 0;
    box-shadow: none;
    border: 1px solid #ddd;
  }
  .quick-menu .quick-menu-list {
    display: flex;
  }
  .quick-menu .quick-menu-list li {
    padding: 0;
    flex: 1;
  }
  .quick-menu .quick-menu-list li a img.quick-icon1 {
    width: auto;
    height: 30px;
  }
  .quick-menu .quick-menu-list li a img.quick-icon2 {
    width: auto;
    height: 30px;
  }
  .quick-menu .quick-menu-list li a img.quick-icon3 {
    width: auto;
    height: 30px;
  }
  .quick-menu .quick-menu-list li a img.quick-icon4 {
    width: auto;
    height: 30px;
  }
  .quick-menu .quick-menu-list li a svg {
    height: 30px;
  }
  .quick-menu .quick-menu-list li a span {
    margin: 12px 0 0;
    line-height: 1;
    font-weight: 500;
  }
  .quick-menu .quick-menu-list li.mo-quick-menu {
    display: block;
  }
  .quick-menu .quick-menu-list li:not(:nth-child(4)):not(:nth-child(5)) {
    border-bottom: 0px solid transparent;
  }
  .quick-menu .go-top {
    display: none;
  }
}
@media (max-width: 450px) {
  .quick-menu {
    width: calc(100% - 15px);
    bottom: 6px;
    padding: 12px 0 8px;
    border-radius: 30px;
  }
  .quick-menu .quick-menu-list li a img.quick-icon1 {
    width: auto;
    height: 24px;
  }
  .quick-menu .quick-menu-list li a img.quick-icon2 {
    width: auto;
    height: 26px;
  }
  .quick-menu .quick-menu-list li a img.quick-icon3 {
    width: auto;
    height: 24px;
  }
  .quick-menu .quick-menu-list li a img.quick-icon4 {
    width: auto;
    height: 26px;
  }
  .quick-menu .quick-menu-list li a svg {
    height: 24px;
  }
  .quick-menu .quick-menu-list li a span {
    margin: 9px 0 0;
    font-size: 12px;
  }
  .quick-menu .quick-menu-list li:nth-child(2) {
    position: relative;
    bottom: 2px;
  }
  .quick-menu .quick-menu-list li:nth-child(4) {
    position: relative;
    bottom: 2px;
  }
}
/* ---------------quick-menu END--------------- */
/* ---------------nopay START--------------- */
.nopay {
  pointer-events: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 10003;
  background: rgba(0, 0, 0, 0.85);
  padding: 20px;
  width: calc(100% - 40px);
  opacity: 0;
  transition: opacity 0.35s;
  height: calc(100dvh - 40px);
  cursor: not-allowed;
}
.nopay img {
  display: block;
  margin: 0 auto;
  max-width: 1100px;
}
.nopay.show {
  opacity: 1;
  pointer-events: auto;
  overflow-y: auto;
}
.nopay.hide {
  opacity: 0;
  pointer-events: none;
}
.nopay::-webkit-scrollbar {
  width: 10px;
}
.nopay::-webkit-scrollbar-track {
  background: transparent; /* 트랙 투명 */
  margin: 8px 0;
}
.nopay::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.22); /* 기본 색 */
  border-radius: 999px; /* 둥근 핸들 */
  border: 2px solid transparent; /* ‘통통한’ 느낌 */
  background-clip: content-box;
}
.nopay::-webkit-scrollbar-corner {
  background: transparent;
}

@media (max-width: 1023px) {
  .nopay {
    padding: 40px 20px 0px 20px;
  }
  .nopay img {
    max-width: unset;
    width: calc(100% - 50px);
  }
}
@media (max-width: 767px) {
  .nopay {
    padding: 20px 10px 0px 10px;
    width: calc(100% - 20px);
  }
  .nopay img {
    max-width: unset;
    width: 100%;
  }
}
/* ---------------nopay END--------------- */
/* ---------------popup START--------------- */
.daon-popup-wrap {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
  max-width: 100%;
}

.daon-popup-wrap.vertical {
  width: 100%;
  max-width: 1140px;
}

.daon-popup-wrap.vertical .daon-popup {
  flex-basis: 50%;
}

.daon-popup {
  position: relative;
  display: none;
  padding: 0;
  box-sizing: border-box;
}

.daon-popup.active {
  display: block;
}

.daon-popup .popup-box {
  display: inline-block;
}

.daon-popup .img img {
  width: 100%;
  max-width: 100%;
  vertical-align: top;
}

.daon-popup .popup-box img {
  max-width: 450px;
  height: auto;
}

.daon-popup.video {
  width: 450px;
}

.daon-popup.video .popup-box {
  display: block;
}

.daon-popup.video .img {
  position: relative;
  width: 100%;
  /*padding-bottom: 100%;*/
  padding-bottom: 56.25%;
}

.daon-popup.video .img iframe,
.daon-popup.video .img video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.daon-popup .popup-control {
  z-index: 2;
  display: flex;
  justify-content: space-between;
  background: #333;
  line-height: 34px;
}

.daon-popup .popup-control .btn-check {
  margin: 0 0 0 10px;
  font-size: 0;
}

.daon-popup .popup-control .btn-check label {
  cursor: pointer;
}

.daon-popup .popup-control .btn-check input {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 14px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0px;
}

.daon-popup .popup-control .btn-check span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
  font-size: 15.5px;
  color: #fff;
  font-family: "Pretendard";
  font-weight: 500;
  letter-spacing: normal;
}

.daon-popup .popup-control .btn-close {
  margin: 0 10px 0 0;
  font-size: 15.5px;
  color: #fff;
  font-family: "Pretendard";
  font-weight: 500;
  cursor: pointer;
  letter-spacing: normal;
}

@media (max-width: 1279px) {
  .daon-popup-wrap {
    top: 100px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    display: block;
    padding: 0;
  }
  .daon-popup-wrap.vertical {
    width: auto;
  }
  .daon-popup, .daon-popup.video {
    padding: 0 20px;
    width: 450px;
  }
}
@media (max-width: 719px) {
  .daon-popup, .daon-popup.video {
    padding: 0 10px;
    width: 320px;
  }
  .daon-popup .popup-control {
    line-height: 32px;
  }
  .daon-popup .popup-control .btn-check {
    margin: 0 0 0 7.5px;
  }
  .daon-popup .popup-control .btn-check span {
    margin: 0 0 0 5px;
    font-size: 14.5px;
  }
  .daon-popup .popup-control .btn-close {
    margin: 0 7.5px 0 0;
    font-size: 14.5px;
  }
}
/* ---------------popup END--------------- *//*# sourceMappingURL=components.css.map */