@charset "UTF-8";
@font-face {
  font-family: "Poppins";
  font-style: light;
  font-weight: 300;
  src: url("../fonts/Poppins-Light.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: SemiBold;
  font-weight: 600;
  src: url("../fonts/Poppins-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: bold;
  font-weight: 700;
  src: url("../fonts/Poppins-Bold.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/Poppins-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Poppins";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/Poppins-BoldItalic.woff") format("woff");
}
/* reset */
/* 최대 화면 크기 설정 */
/* 전역 스위치: 딱 1번만 선언 */
/* 
모바일에서만 vw를 사용할 경우 vw함수만 사용해도 무방
pc와 모바일 둘다 vw를 사용할경우 pc에서는 vw함수를
모바일에서는 vw-mo함수를 사용
*/
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  line-height: 1.4;
  font-weight: 400;
  color: #000;
  font-family: "Poppins", arial, sans-serif, Arial, dotum, "돋움";
  font-size: 20px;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  -webkit-border-radius: 0;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
main,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  max-width: 100%;
  border: 0px;
  vertical-align: top;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
.layer-popup {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.layer-popup.open {
  visibility: visible;
  opacity: 1;
}
.layer-popup.all-show {
  opacity: 1;
  visibility: visible;
  width: auto;
  height: auto;
  position: static;
  border-top: 2px solid #000;
}
.layer-popup .popup-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  max-height: 100%;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2509803922);
}
.layer-popup .popup-container.medium {
  max-width: 32rem;
}
.layer-popup .popup-container.small {
  max-width: 23rem;
}
.layer-popup .popup-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  background-color: #fff;
}
.layer-popup .popup-header .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  width: 1.5rem;
  height: 1.5rem;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.15rem 1.15rem;
  background-image: url("../images/icon/icon-close-bk-23x23.png");
}
.layer-popup .popup-title {
  padding: 1rem;
  text-align: center;
}
.layer-popup .popup-title strong {
  font-size: 1rem;
}
.layer-popup .popup-content {
  height: 100%;
  overflow: auto;
  position: relative;
  background-color: #fff;
}
.layer-popup .popup-inner {
  padding: 2rem;
  position: relative;
}
.layer-popup .popup-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0 0 1rem 1rem;
  overflow: hidden;
}
.layer-popup .popup-footer .btn-area .btn {
  width: 100%;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  border: 0;
  font-weight: 700;
  font-size: 0.9rem;
  color: #fff;
}
.layer-popup .popup-footer .btn-area .btn-close {
  background-color: #666;
}
.layer-popup .popup-footer .btn-area .btn-ok {
  background-color: #c10230;
}
.layer-popup .popup-footer .btn-area.half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.layer-popup .popup-footer .btn-area.half .btn {
  width: 50%;
}
.layer-popup.full-scroll {
  display: block;
  overflow: auto;
  text-align: center;
  font-size: 0;
}
.layer-popup.full-scroll:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.layer-popup.full-scroll .popup-container {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 auto;
  max-height: none;
  border-radius: 1rem;
  font-size: initial;
}
.layer-popup.full-scroll .popup-content {
  height: auto;
  position: relative;
  overflow: visible;
  text-align: left;
}

.layer-popup-dim {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.5);
}
.layer-popup-dim.show {
  -webkit-animation: dimShow 0.3s forwards;
          animation: dimShow 0.3s forwards;
}

@-webkit-keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes dimShow {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.scroll-animate {
  opacity: 0;
}
.scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-right {
  0% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@keyframes shake-horizontal {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  80% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }
  90% {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
  }
}
@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.event-scroll-animate {
  opacity: 0;
}
.event-scroll-animate.show {
  opacity: 1;
}

@-webkit-keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-top {
  0% {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-top {
  -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-bottom {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-right {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.fade-in-left {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

.shake-horizontal {
  -webkit-animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
  animation: shake-horizontal 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

::-webkit-scrollbar {
  width: 8px;
  height: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1); /*스크롤바의 색상*/
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ddd; /*스크롤바 트랙 색상*/
}

.swiper-container {
  position: relative;
  overflow: hidden;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  width: 70px;
  height: 70px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.swiper-container .swiper-button-next:after,
.swiper-container .swiper-button-prev:after {
  display: none;
}
.swiper-container .swiper-button-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("../images/icon/icon-slider-arrow-next-bk-70x70.png");
}
.swiper-container .swiper-button-prev {
  background-image: url("../images/icon/icon-slider-arrow-prev-bk-70x70.png");
}
.swiper-container .swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 0 !important;
  margin-top: 20px;
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
  display: block;
}

html,
body {
  -webkit-overflow-scrolling: touch;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden !important;
}
@media (min-width: 961px) {
  html.scroll-disable.responsive-scroll,
  body.scroll-disable.responsive-scroll {
    overflow: visible !important;
  }
}

.accordion-list {
  overflow: hidden;
}
.accordion-list.active .accordion-header:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.accordion-list .accordion-header {
  display: block;
  position: relative;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  text-align: left;
}
.accordion-list .accordion-header:after {
  display: block;
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../images/icon/icon-arrow-down-bk-18x18.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.accordion-list .accordion-body {
  display: none;
}

.mobile-show {
  display: none;
}

@media (max-width: 720px) {
  .pc-show {
    display: none;
  }
  .mobile-show {
    display: block;
  }
}
.ui-tab-content {
  display: none;
}
.ui-tab-content:nth-of-type(1) {
  display: block;
}

.tui-datetime-input {
  width: 100%;
  height: auto;
}

.tui-datepicker {
  z-index: 10;
  font-size: 0.7rem;
}
.tui-datepicker.tui-hidden {
  display: none;
}
.tui-datepicker * {
  font-size: inherit;
}
.tui-datepicker .tui-datepicker-footer .tui-timepicker {
  padding: 10px;
}
.tui-datepicker .tui-timepicker-select {
  width: 64px;
  height: 32px;
}
.tui-datepicker .tui-calendar-sat {
  color: #1c74bc;
}
.tui-datepicker .tui-calendar-sun {
  color: #fc2222;
}
.tui-datepicker .tui-is-blocked {
  color: #ddd !important;
}
.tui-datepicker .tui-calendar-today {
  font-weight: bold;
  background-color: transparent;
  border: 1px solid rgba(193, 2, 48, 0.4);
  border-radius: 50%;
  color: #c10230;
}
.tui-datepicker .tui-calendar-today:hover {
  background-color: #fff;
}
.tui-datepicker .tui-is-selectable.tui-is-selected,
.tui-datepicker .tui-is-selectable.tui-is-selected {
  background-color: #c10230 !important;
  border: 0 !important;
  border-radius: 0 !important;
  color: #fff !important;
}

.tui-timepicker-select {
  font-size: 0.7rem !important;
}

.tui-datepicker-input {
  border: 0;
}
.tui-datepicker-input .datepicker-input {
  font-size: 0.75rem;
}
.tui-datepicker-input .tui-ico-date {
  right: 0.6rem;
  bottom: 0.5rem;
  background-position: -17px -14px !important;
}

.tui-datepicker-type-date {
  width: 245px;
}

.tui-calendar {
  width: 100%;
}
.tui-calendar th,
.tui-calendar td {
  height: 35px;
}

.tui-datepicker-body .tui-timepicker,
.tui-datepicker-footer .tui-timepicker {
  width: 100%;
}

#content .fr-view html,
#content .fr-view body,
#content .fr-view p,
#content .fr-view h1,
#content .fr-view h2,
#content .fr-view h3,
#content .fr-view h4,
#content .fr-view h5,
#content .fr-view h6,
#content .fr-view ul,
#content .fr-view ol,
#content .fr-view li,
#content .fr-view table,
#content .fr-view tr,
#content .fr-view td,
#content .fr-view dl,
#content .fr-view dt,
#content .fr-view dd,
#content .fr-view a,
#content .fr-view img,
#content .fr-view input,
#content .fr-view button,
#content .fr-view select,
#content .fr-view textarea {
  list-style: revert-layer;
  font-family: "Poppins", arial, sans-serif, Arial, dotum, "돋움";
  font-size: revert;
  font-weight: revert;
  line-height: revert;
  -webkit-text-decoration: revert;
          text-decoration: revert;
  letter-spacing: revert;
}
#content .fr-view h1 {
  font-size: 2em;
}
#content .fr-view ol,
#content .fr-view ul {
  -webkit-padding-start: 0.75rem;
          padding-inline-start: 0.75rem;
}

body {
  /* 프로젝트 마무리후 비밀번호 삽입시 주석 제거 */
}

html,
body {
  height: 100%;
  overscroll-behavior: none;
}

.section-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0px 1.2rem;
  max-width: 32rem;
}

#header {
  pointer-events: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 99;
  height: 4.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#header.fixed {
  position: fixed;
}
#header img {
  display: block;
  max-width: 6.3rem;
  margin: 0 auto;
}

#container.popup-open #header {
  opacity: 0;
}
#container.popup-open #content .section-inner {
  opacity: 0;
}

#contentWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  min-height: 100dvh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 641px) {
  #contentWrapper .content-inner {
    max-width: 360px;
    margin: 0 auto;
  }
}
#contentWrapper.blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 183, 233, 0)), color-stop(12%, rgba(89, 190, 231, 0.14)), color-stop(44%, rgba(141, 208, 226, 0.51)), color-stop(71%, rgba(180, 221, 223, 0.77)), color-stop(90%, rgba(203, 229, 221, 0.94)), to(#d5e9dd));
  background: linear-gradient(180deg, rgba(69, 183, 233, 0) 0%, rgba(89, 190, 231, 0.14) 12%, rgba(141, 208, 226, 0.51) 44%, rgba(180, 221, 223, 0.77) 71%, rgba(203, 229, 221, 0.94) 90%, #d5e9dd 100%);
}
#contentWrapper.pink {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 182, 206, 0)), color-stop(13%, rgba(233, 189, 206, 0.15)), color-stop(45%, rgba(231, 209, 206, 0.51)), color-stop(71%, rgba(230, 223, 206, 0.77)), color-stop(90%, rgba(229, 231, 206, 0.94)), to(#e5ebce));
  background: linear-gradient(180deg, rgba(234, 182, 206, 0) 0%, rgba(233, 189, 206, 0.15) 13%, rgba(231, 209, 206, 0.51) 45%, rgba(230, 223, 206, 0.77) 71%, rgba(229, 231, 206, 0.94) 90%, #e5ebce 100%);
}
#contentWrapper .content-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#content {
  position: relative;
  width: 100%;
}

#footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3.2rem 0;
  background-color: #3e3e3f;
}
#footer .logo img {
  display: block;
  max-width: 7rem;
  margin: 0 auto;
}
#footer .copyright {
  text-align: center;
  font-size: 0.55rem;
  color: rgba(255, 255, 255, 0.4);
}

.main-page-content {
  padding: 5.45rem 0 2rem;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.main-page-content.page-01 {
  background-image: url("../images/img-bg-01.png");
}
.main-page-content.page-02 {
  background-image: url("../images/img-bg-02.png");
}
.main-page-content .section-title {
  text-align: center;
  position: relative;
  padding: 1.05rem 0;
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.main-page-content .section-title::before {
  display: block;
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: -1.05rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/icon-error-object.png") no-repeat 0 0;
  background-size: cover;
}
.main-page-content .card-slider-container {
  position: relative;
}
.main-page-content .card-slider-container .card-back {
  position: absolute;
  top: 0.8rem;
  left: 50%;
  z-index: 1;
}
.main-page-content .card-slider-container .card-back img {
  width: 11.5rem;
  max-width: none;
}
.main-page-content .card-slider-container .card-back.left {
  margin-left: -8.4rem;
}
.main-page-content .card-slider-container .card-back.right {
  margin-left: -3.35rem;
}
.main-page-content .card-slider-container .swiper-button-prev,
.main-page-content .card-slider-container .swiper-button-next {
  left: 50%;
  margin-top: 0;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  z-index: 3;
}
.main-page-content .card-slider-container .swiper-button-prev:after,
.main-page-content .card-slider-container .swiper-button-next:after {
  display: none;
}
.main-page-content .card-slider-container .swiper-button-prev {
  margin-left: -8.2rem;
  background-image: url("../images/icon-slider-prev.png");
}
.main-page-content .card-slider-container .swiper-button-next {
  margin-left: 5.7rem;
  background-image: url("../images/icon-slider-next.png");
}
.main-page-content .card-slider {
  position: relative;
  z-index: 2;
  width: 13.2rem;
  margin: 1.6rem auto 0;
  overflow: hidden;
}
.main-page-content .card-slider .swiper-slide {
  width: 13.2rem;
}
.main-page-content .thumbnail-slider {
  margin-top: 0.6rem;
}
.main-page-content .thumbnail-slider .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4rem;
}
.main-page-content .thumbnail-slider .swiper-slide {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 2.8rem;
  height: 2.8rem;
  overflow: hidden;
  border: 4px solid transparent;
  border-radius: 50%;
  -webkit-transform: scale(0.8571428571);
          transform: scale(0.8571428571);
  cursor: pointer;
}
.main-page-content .thumbnail-slider .swiper-slide-thumb-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  border-color: #45b7e9;
}
.main-page-content .last-btn-group {
  margin-top: 1.2rem;
}
.main-page-content .last-btn-group .btn-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 18rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  margin: 0 auto;
  background-color: #c10230;
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
}

.popup-dim {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-dim.active {
  opacity: 1;
  visibility: visible;
}

.voice-popup-container.blue .popup-container {
  background-image: url("../images/img-popup-blue-bg.png");
}
.voice-popup-container.blue .msg-item {
  background-color: rgba(70, 183, 233, 0.3);
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2509803922);
}
.voice-popup-container.blue .msg-item::after {
  background-image: url("../images/icon-bubble-text-blue.png");
}
.voice-popup-container.pink .popup-container {
  background-image: url("../images/img-popup-pink-bg.png");
}
.voice-popup-container.pink .msg-item {
  background-color: rgba(239, 155, 190, 0.4);
}
.voice-popup-container.pink .msg-item::after {
  background-image: url("../images/icon-bubble-text-pink.png");
}
.voice-popup-container.tablet .voice-popup .section-title {
  display: block;
}
.voice-popup-container.tablet .voice-popup .logo {
  bottom: calc(100% + 14.5rem);
}

.voice-popup {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  bottom: 0;
  left: 50%;
  z-index: 999;
  -webkit-transform: translateX(-50%) translateY(calc(100% + 4rem));
          transform: translateX(-50%) translateY(calc(100% + 4rem));
  width: 100%;
  max-width: 18rem;
  height: calc(100% - 6rem);
  max-height: 30rem;
}
.voice-popup.active {
  -webkit-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.voice-popup.blue-0 .img-bg {
  width: clamp(220px, 55dvh, 385px);
  max-width: 19.25rem;
}
.voice-popup.blue-1 .img-bg {
  width: clamp(220px, 52dvh, 370px);
  max-width: 18.5rem;
}
.voice-popup.blue-2 .img-bg {
  width: clamp(220px, 52dvh, 370px);
  max-width: 18.5rem;
}
.voice-popup.pink-0 .img-bg {
  width: clamp(220px, 58dvh, 420px);
  max-width: 21rem;
}
.voice-popup.pink-1 .img-bg {
  width: clamp(220px, 58dvh, 410px);
  max-width: 20.5rem;
}
.voice-popup.pink-2 .img-bg {
  width: clamp(220px, 53dvh, 360px);
  max-width: 18rem;
}
.voice-popup .logo {
  position: absolute;
  bottom: calc(100% + 46px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.voice-popup .logo img {
  display: block;
  width: 6.3rem;
  margin: 0 auto;
}
.voice-popup .section-title {
  display: none;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 5.65rem);
  padding: 1.1rem 0;
  width: calc(100% - 2.4rem);
  line-height: 1.2;
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.voice-popup .section-title::before {
  display: block;
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: -1.05rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/icon-error-object.png") no-repeat 0 0;
  background-size: cover;
}
.voice-popup .btn-close {
  display: block;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: -1rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-indent: -9999px;
  background: url("../images/icon-popup-close.png") no-repeat 0 0;
  background-size: cover;
}
.voice-popup .popup-container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 21rem;
  margin: 0 auto;
  height: 100%;
  border-radius: 1.6rem 1.6rem 0 0;
  position: relative;
  background-color: #ecf5fa;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.voice-popup .popup-content {
  padding: 2rem 1.6rem;
  height: 100%;
  position: relative;
}
.voice-popup .img-bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
.voice-popup .popup-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 2;
}
.voice-popup .msg-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3rem;
  max-height: 100%;
  overflow: auto;
  padding-bottom: 1rem;
}
.voice-popup .msg-group {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0.7) translateY(40px);
          transform: scale(0.7) translateY(40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.3rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.voice-popup .msg-group.active {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}
.voice-popup .msg-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0.3rem 0.8rem 0.4rem;
  position: relative;
  font-weight: 500;
  font-style: italic;
  font-size: 1rem;
  color: #fff;
  border-radius: 0.6rem;
  letter-spacing: -0.015em;
}
.voice-popup .msg-item::after {
  display: block;
  content: "";
  position: absolute;
  top: 100%;
  left: 1rem;
  width: 1.05rem;
  height: 0.825rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.voice-popup .popup-control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.voice-popup .listen-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 2.8rem;
  padding: 0 1.2rem;
  border-radius: 0.6rem;
  background-color: #c10230;
}
.voice-popup .listen-box.play .btn-control {
  background-image: url("../images/icon-pause-btn.png");
}
.voice-popup .listen-box .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem;
}
.voice-popup .listen-box .text-area .wave {
  width: 3.45rem;
  height: 0.9rem;
  background: url("../images/icon-voice-wave.png") no-repeat 0 0;
  background-size: cover;
}
.voice-popup .listen-box .text-area .text {
  font-weight: 700;
  font-size: 0.8rem;
  color: #fff;
}
.voice-popup .listen-box .btn-control {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-image: url("../images/icon-play-btn.png");
  text-indent: -9999px;
}
.voice-popup .btn-download {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.6rem;
  background-color: #fff;
  background-image: url("../images/icon-download.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.2rem 1.2rem;
  text-indent: -9999px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
          box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.0509803922);
}

.error-page-content {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.error-page-content.blue {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(69, 183, 233, 0)), color-stop(12%, rgba(89, 190, 231, 0.14)), color-stop(44%, rgba(141, 208, 226, 0.51)), color-stop(71%, rgba(180, 221, 223, 0.77)), color-stop(90%, rgba(203, 229, 221, 0.94)), to(#d5e9dd));
  background: linear-gradient(180deg, rgba(69, 183, 233, 0) 0%, rgba(89, 190, 231, 0.14) 12%, rgba(141, 208, 226, 0.51) 44%, rgba(180, 221, 223, 0.77) 71%, rgba(203, 229, 221, 0.94) 90%, #d5e9dd 100%);
  background-color: #45b7e9;
}
.error-page-content.pink {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(234, 182, 206, 0)), color-stop(13%, rgba(233, 189, 206, 0.15)), color-stop(45%, rgba(231, 209, 206, 0.51)), color-stop(71%, rgba(230, 223, 206, 0.77)), color-stop(90%, rgba(229, 231, 206, 0.94)), to(#e5ebce));
  background: linear-gradient(180deg, rgba(234, 182, 206, 0) 0%, rgba(233, 189, 206, 0.15) 13%, rgba(231, 209, 206, 0.51) 45%, rgba(230, 223, 206, 0.77) 71%, rgba(229, 231, 206, 0.94) 90%, #e5ebce 100%);
  background-color: #ecb7cd;
}
.error-page-content .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  height: 100dvh;
  padding-top: 10rem;
  padding-bottom: 3.2rem;
}
.error-page-content .section-title {
  text-align: center;
  position: relative;
  padding: 2.25rem 0;
  line-height: 1.6;
  font-style: italic;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.error-page-content .section-title::before {
  display: block;
  content: "";
  width: 2.1rem;
  height: 2.1rem;
  position: absolute;
  top: -1.05rem;
  left: 50%;
  z-index: 2;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url("../images/icon-error-object.png") no-repeat 0 0;
  background-size: cover;
}
.error-page-content .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.error-page-content .footer .logo img {
  display: block;
  max-width: 7rem;
  margin: 0 auto;
}
.error-page-content .footer .copyright {
  text-align: center;
  font-size: 0.55rem;
  color: rgba(56, 47, 45, 0.4);
}