@charset "UTF-8";
/*========== Colors ==========*/
/*========== Font and typography ==========*/
/*========== z index ==========*/
#wrap {
  overflow: hidden;
  min-height: none;
  max-width: none;
}

#wrap.fixed {
  height: 100vh;
}

section:not(.main) {
  padding: 6.25rem 0;
}

.main {
  background: url(../images/bg/c-main-bg.png) center no-repeat;
  background-size: cover;
}

.main .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 62rem;
}

.main__text .sub-t {
  color: #fff;
  font-weight: 700;
  font-size: 3.75rem;
  margin-bottom: 1rem;
}

.main__text .line-t {
  font-size: 1.75rem;
  color: #fff;
  margin-top: 1em;
}

.main__person {
  max-width: 37.5rem;
  width: 50%;
  position: absolute;
  bottom: 0;
  right: 5rem;
}

@media (max-width: 900px) {
  .main__person {
    right: 0;
  }
}

@media (max-width: 500px) {
  .main__text {
    height: 65rem;
    width: 100%;
    background: url(../images/content/mo-main-fixed.png) center no-repeat;
    background-size: cover;
  }
  .main__text .point-t,
  .main__text .sub-t,
  .main__text .line-t {
    display: none;
  }
  .main__person {
    display: none;
  }
}

.event {
  background-color: #F8F8F8;
}

.event__tit {
  margin-bottom: 5rem;
}

.event__tit dt {
  font-size: 1.5rem;
}

.event__tit dd {
  font-size: 5rem;
  font-weight: 700;
}

.event__item {
  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;
}

.event__item .l_desc dt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 3.75rem;
  width: 20em;
  height: 20em;
  border-radius: 50%;
  background-color: #fff;
}

.event__item .l_desc dd {
  position: relative;
  margin-top: 2.25rem;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
}

.event__item .l_desc:last-child dd::before {
  position: absolute;
  top: -2.6em;
  left: 0;
  display: block;
  content: '한정수량';
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  min-width: 5.6em;
  width: 5.6em;
  height: 2.4em;
  line-height: 2.2em;
  background: url(../images/icon/badge.svg) center no-repeat;
  background-size: 100%;
}

.event .icon {
  width: 3.75rem;
  height: 3.75rem;
  margin: 0 1.875rem;
  -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
}

@media (max-width: 700px) {
  .event__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event .icon {
    margin: 1.875rem;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.coupon {
  background-color: #EDEDED;
  padding: 0 !important;
}

.coupon .l-inner {
  position: relative;
  padding: 6.25rem 0;
}

.coupon__txt dt {
  font-size: 1.375rem;
  margin-bottom: 1em;
}

.coupon__txt dd {
  font-size: 2.875rem;
  font-weight: 700;
  margin-bottom: 1em;
}

.coupon__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FF405D;
  border-radius: 3.75rem;
  font-size: 1.25rem;
  color: #fff;
  padding: 0.75em 1.4em;
}

.coupon__link .arrow {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
}

.coupon__bg {
  max-width: 31.25rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 600px) {
  .coupon .l-inner {
    padding-bottom: 0;
  }
  .coupon__bg {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
}

@media (max-width: 500px) {
  .coupon__txt dd {
    font-size: 2.5rem;
  }
  .coupon__txt dd br {
    display: none;
  }
}

.video {
  padding: 10rem 0 !important;
  background-color: #000000;
  color: #fff;
}

.video__main {
  position: relative;
  overflow: hidden; 
  width: 100%; /* 원하는 너비로 설정하세요. */
  height: 0; /* 초기 높이를 0으로 설정합니다. */
  padding-bottom: 56.25%;
}

.video__main-view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /* 아이프레임을 컨테이너 너비와 동일하게 설정합니다. */
  height: 100%; /* 아이프레임을 컨테이너 높이와 동일하게 설정합니다. */
  border: 0; /* 아이프레임 테두리 제거 */
}

.video__text {
  margin-bottom: 6.25rem;
}

.video__text dt {
  font-size: 3.5rem;
  margin-bottom: 1.25rem;
}

.video__text dd {
  font-size: 3.5rem;
  font-weight: 700;
}

.video__half {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.video__half .half {
  width: calc((100% - 3.75rem)/2);
}

.video__half .half.is-active video {
  border: 3px solid #FF405D;
}

.video__half .half.is-active .l-play-btn {
  display: none;
}

.video__half .half .img {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.video__half .half .l_desc {
  margin-top: 1.2em;
  font-size: 1.5rem;
}

.video__half .half video {
  width: 100%;
}

.video__half .half .l-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.review {
  padding-top: 9.375rem !important;
  padding-bottom: 0 !important;
  background: #F8F8F8;
}

.review .l-inner {
  padding-top: 9.375rem !important;
  background: url(../images/bg/c-review-bg.png) center bottom no-repeat;
  background-size: cover;
}

.review__text {
  margin-bottom: 5rem;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}

.review__text dt {
  font-size: 1.5rem;
  color: #3E3E3E;
  margin-bottom: 1em;
}

.review__text dd {
  font-size: 3.5rem;
  font-weight: 700;
}

.review__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 6.25rem;
  -webkit-transform: translateY(-5rem);
          transform: translateY(-5rem);
}

.review__item .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.5rem;
  width: calc((100% - 2.5rem)/3);
  background-color: #fff;
  text-align: center;
}

.review__item .item .icon {
  width: 4.375rem;
  height: 4.375rem;
  margin: auto;
  margin-bottom: 1.25rem;
}

.review__item .item dl dt {
  font-size: 2.25rem;
  font-weight: 700;
}

.review__item .item dl dd {
  font-size: 1.125rem;
  color: #3E3E3E;
  line-height: 1.4;
  margin: 1em 0;
}

.review__item .item dl dd.name {
  font-size: 0.875rem;
  color: #898989;
}

@media (max-width: 700px) {
  .review .l-inner {
    width: 100%;
    background-size: contain;
  }
  .review__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .review__item .item {
    width: 80%;
    margin-bottom: 2.5rem;
  }
}

.banner {
  padding: 0 !important;
  background: transparent linear-gradient(245deg, #FF5A80 0%, #FF9B6A 100%) 0% 0% no-repeat;
  -webkit-animation: bg-gradi 3s ease alternate infinite;
          animation: bg-gradi 3s ease alternate infinite;
}

@-webkit-keyframes bg-gradi {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 200%;
  }
}

@keyframes bg-gradi {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 200% 200%;
  }
}

.banner__inner {
  padding-left: 9.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.banner__img {
  max-width: 54.625rem;
}

.banner__text .l_logo {
  width: 12.5rem;
  margin-bottom: 1.875rem;
}

.banner__text .text {
  font-size: 6rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0px;
}

@media (max-width: 1024px) {
  .banner__inner {
    padding-left: 5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media (max-width: 900px) {
  .banner__inner {
    padding: 0 5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner__text {
    padding-top: 6.25rem;
  }
}

@media (max-width: 500px) {
  .banner .banner__text .text {
    font-size: 4.5rem;
  }
}

.bk-banner {
  background-color: #111111;
  color: #fff;
  padding: 10rem 0 !important;
}

.bk-banner__text {
  margin-bottom: 8rem;
}

.bk-banner__text dt {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.bk-banner__text dd {
  font-size: 1.375rem;
  line-height: 1.4;
}

.bk-banner__img {
  width: 100%;
  margin: auto;
  position: relative;
}

.bk-banner video {
  width: 100%;
  border: 16px solid #2E2E2E;
  border-radius: 35px;
  position: relative;
  outline: 1px solid rgba(124, 124, 124, 0.5);
}

@media (max-width: 500px) {
  .bk-banner .bk-banner__text dt {
    font-size: 3rem;
    word-break: break-all;
  }
  .bk-banner .bk-banner__text dt br {
    display: none;
  }
  .bk-banner .bk-banner__text dd .point {
    display: block;
  }
  .bk-banner video {
    border: 8px solid #2E2E2E;
    border-radius: 25px;
  }
}

.video-slide {
  background: #000000;
  color: #fff;
  padding: 10rem 0 !important;
}

.video-slide__title p {
  text-align: center;
  font-size: 3.5rem;
}

.video-slide__title p.light {
  font-weight: 200;
}

.video-slide__title p.bold {
  font-weight: 700;
  margin-bottom: 6.25rem;
}

@media (max-width: 500px) {
  .video-slide__title p.light {
    font-size: 30px;
  }
  .video-slide__title p.bold {
    font-size: 36px;
  }
}

.video-slide .swiper-slide {
  width: 50%;
  margin: 0 6.25rem;
}

.video-slide .swiper-slide.swiper-slide-active .video-cnt::before {
  display: none;
}

.video-slide .swiper-slide .video-cnt {
  margin-bottom: 2.5rem;
  position: relative;
}

.video-slide .swiper-slide .video-cnt::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.video-slide .swiper-slide .desc-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.video-slide .swiper-slide .desc-cnt .user-img {
  width: 4.625rem;
  height: 4.625rem;
}

.video-slide .swiper-slide .desc-cnt dl {
  margin-left: 1.5rem;
}

.video-slide .swiper-slide .desc-cnt dl dt {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  font-weight: 500;
}

.video-slide .swiper-slide .desc-cnt dl dd {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 400;
  color: #898989;
}

.video-slide .swiper-slide .desc-cnt dl dd::after {
  display: inline-block;
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background-color: #898989;
  vertical-align: middle;
  margin: 0 0.75rem;
}

.video-slide .swiper-slide .desc-cnt dl dd:last-child::after {
  display: none;
}

.video-slide .swiper-button-next,
.video-slide .swiper-button-prev {
  margin-top: 0;
  width: 5rem;
  height: 5rem;
}

.video-slide .swiper-button-next::after,
.video-slide .swiper-button-prev::after {
  display: none;
}

.video-slide .swiper-button-next {
  background: url(../images/icon/c-video-slide-arrow.svg) center no-repeat;
  background-size: cover;
  right: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.video-slide .swiper-button-prev {
  background: url(../images/icon/c-video-slide-arrow-left.svg) center no-repeat;
  background-size: cover;
  left: 20%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 900px) {
  .video-slide .swiper-slide {
    width: 80%;
    margin: 0 3.125rem;
  }
  .video-slide .swiper-button-next {
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .video-slide .swiper-button-prev {
    left: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

@media (max-width: 500px) {
  .video-slide .swiper-slide .desc-cnt dl dt {
    font-size: 1.3rem;
  }
}

.img-banner {
  height: 70.625rem;
  background: url(../images/bg/c-img-banner-bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
  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;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
}

.img-banner__top {
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.4;
}

.img-banner__top span {
  display: block;
  margin-top: 2em;
}

.img-banner__btm {
  margin-top: 25rem;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .img-banner__btm {
    font-size: 4rem;
    font-weight: 700;
  }
}

@media (max-width: 500px) {
  .img-banner {
    background-attachment: scroll;
  }
}

.graph {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

.graph .bg-img {
  position: relative;
  z-index: 1;
}

.graph .bg-img.mo {
  display: none;
}

.graph .l-inner {
  position: absolute;
  top: 10rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 2;
  color: #fff;
}

.graph .m-br {
  display: none;
}

.graph__main-text dt {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.875rem;
  word-break: break-all;
}

.graph__main-text .msg {
  font-size: 0.875rem;
  font-weight: 500;
  color: #A3A3A3;
  line-height: 1.4;
  word-break: break-all;
}

.graph__main-text .point {
  margin-top: 1rem;
  font-weight: 500;
}

.graph__sub-text {
  margin-top: 12.5rem;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.graph__sub-text dl {
  text-align: center;
}

.graph__sub-text dl dt {
  font-size: 3.125rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
  word-break: break-all;
}

.graph__sub-text dl dd {
  display: block;
  font-size: 1rem;
  word-break: break-all;
}

.graph__sub-text dl dd.point {
  display: inline-block;
  font-weight: 500;
  border-bottom: 1px solid #FF405D;
  padding-bottom: 2px;
  margin-top: 8px;
}

@media (max-width: 900px) {
  .graph {
    height: 100vh;
  }
  .graph .m-br {
    display: block;
  }
  .graph .pc-br {
    display: none !important;
  }
  .graph .bg-img {
    position: relative;
    z-index: 1;
  }
  .graph .bg-img.pc {
    display: none;
  }
  .graph .bg-img.mo {
    display: block;
    height: 100vh;
    background: url(../images/bg/c-graph-bg-mo.png) center bottom no-repeat;
    background-size: 100%;
  }
  .graph .l-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .graph__main-text {
    padding-top: 5rem;
  }
  .graph__sub-text {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 12.5rem;
  }
}

@media (max-width: 500px) {
  .graph__main-text {
    margin-bottom: 130px;
    -webkit-transform: translateY(-70px);
            transform: translateY(-70px);
  }
  .graph__sub-text {
    margin-top: 0px;
  }
}

.differnt {
  min-height: 125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/bg/c-differ-bg.png) center no-repeat;
  color: #fff;
}

.differnt .l-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12.5rem 0;
}

.differnt .main-t {
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1.4;
}

.differnt .half-item {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  margin-top: 6.25rem;
  margin-bottom: 12.5rem;
}

.differnt .half-item .half {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc((100% - 2.5rem)/2);
  padding: 3.125rem 2.5rem;
  background-color: #000;
}

.differnt .half-item .half.left {
  border: 4px solid #FF405D;
}

.differnt .half-item .half.right {
  background-color: rgba(0, 0, 0, 0.8);
  color: #A3A3A3;
}

.differnt .half-item .half .tit {
  font-size: 2.75rem;
  font-weight: 700;
  padding-bottom: 0.9em;
  border-bottom: 1px solid #2B2B2B;
  margin-bottom: 0.9em;
}

.differnt .half-item .half .desc-list li {
  font-size: 1.25rem;
  margin-bottom: 1em;
  word-break: keep-all;
  line-height: 1.4;
  padding-left: 1.625rem;
  text-indent: -1.625rem;
}

.differnt .half-item .half .desc-list li:last-child {
  margin-bottom: 0;
}

.differnt .half-item .half .desc-list li .chk {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(../images/icon/c-chk.svg) center no-repeat;
  background-size: contain;
  margin-right: 0.625rem;
}

.differnt .btm-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.differnt .btm-cnt .text {
  margin-left: auto;
  margin-right: 2.5rem;
}

.differnt .btm-cnt .text dt {
  margin-bottom: 3.125rem;
}

.differnt .btm-cnt .text dd {
  font-size: 1.375rem;
  line-height: 1.4;
}

@media (max-width: 900px) {
  .differnt .half-item {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .differnt .half-item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .differnt .half-item .half {
    width: 100%;
  }
  .differnt .half-item .half + .half {
    margin-top: 3.75rem;
    height: min;
  }
  .differnt .btm-cnt {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .differnt .btm-cnt .text {
    margin: 0 auto;
    text-align: center;
  }
  .differnt .btm-cnt .text dt {
    margin-bottom: 3.125rem;
  }
  .differnt .btm-cnt .text dd {
    font-size: 1.375rem;
    line-height: 1.4;
  }
}

.tab-cnt-area {
  background: transparent linear-gradient(245deg, #FF5A80 0%, #FF9B6A 100%) 0% 0% no-repeat;
  height: 65.625rem;
  overflow: hidden;
}

.tab-cnt-area .title {
  padding-top: 10rem;
  font-size: 3.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 2.5rem;
  word-break: keep-all;
}

.tab-cnt-area .tab-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.25rem;
}

.tab-cnt-area .tab-btn li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.125rem;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 1.5rem;
  width: 10em;
  line-height: 2.625rem;
  text-align: center;
  letter-spacing: 0;
  margin: 0 1.25rem;
  cursor: pointer;
}

.tab-cnt-area .tab-btn li.is-active {
  background-color: #FF405D;
  border-color: #FF405D;
}

@media (max-width: 500px) {
  .tab-cnt-area {
    height: 55rem;
  }
  .tab-cnt-area .tab-btn li {
    margin: 0  10px;
  }
}

.view-slide {
  background-color: #F8F8F8;
}

.view-slide .title {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  margin-top: 1em;
}

.view-slide .title .icon {
  display: inline-block;
  width: 3.5rem;
  height: 3.5rem;
}

.view-slide .viewSwiper {
  margin-top: 6.25rem;
}

.view-slide .viewSwiper .tit {
  text-align: center;
  margin-bottom: 1.875rem;
}

.view-slide .viewSwiper .tit dt {
  font-size: 2.25rem;
  font-weight: 700;
  margin-bottom: 1.25rem;
}

.view-slide .viewSwiper .tit dd {
  font-size: 1.125rem;
  color: #3E3E3E;
}

.view-slide .viewSwiper .img {
  width: 90%;
  margin: auto;
}

.view-slide .viewSwiper .swiper-button-next,
.view-slide .viewSwiper .swiper-button-prev {
  margin-top: 0;
  width: 3.125rem;
  height: 3.125rem;
  top: 1rem;
}

.view-slide .viewSwiper .swiper-button-next::after,
.view-slide .viewSwiper .swiper-button-prev::after {
  display: none;
}

.view-slide .viewSwiper .swiper-button-next {
  background: url(../images/icon/c-view-arrow.svg) center no-repeat;
  background-size: cover;
  right: 12.5rem;
}

.view-slide .viewSwiper .swiper-button-prev {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  background: url(../images/icon/c-view-arrow.svg) center no-repeat;
  background-size: cover;
  left: 12.5rem;
}

@media (max-width: 900px) {
  .view-slide .title {
    font-size: 3.2rem;
  }
  .view-slide .viewSwiper .swiper-button-next {
    right: 3.125rem;
  }
  .view-slide .viewSwiper .swiper-button-prev {
    left: 3.125rem;
  }
}

.app-down {
  height: 75rem;
  background: url(../images/bg/c-app-down-bg.png) center no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #fff;
}

.app-down .l-inner {
  overflow: hidden;
}

.app-down__wrapper {
  width: 40.625rem;
  margin-left: calc(100% - 40.625rem);
}

.app-down__text {
  margin-left: 6.25rem;
}

.app-down__text dt {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.app-down__text dd.sub {
  font-size: 1.375rem;
  font-weight: 400;
  margin-top: 0.9em;
}

.app-down__text dd .down-btn {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  background-color: #FF405D;
  width: 10.9em;
  line-height: 3.15em;
  border-radius: 1.6em;
  margin-top: 1.6em;
}

@media (max-width: 500px) {
  .app-down {
    background: url(../images/bg/c-app-down-bg-mo.png) center no-repeat;
    background-size: cover;
  }
  .app-down__wrapper {
    width: 100%;
    margin-left: 0;
  }
  .app-down__text {
    margin-left: 0;
  }
}

.company__tit {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5rem;
}

.company__img.mo {
  display: none;
}

@media (max-width: 900px) {
  .company__img.pc {
    display: none;
  }
  .company__img.mo {
    display: block;
  }
}

.service {
  background: url(../images/bg/c-service-bg.png) center no-repeat;
  background-size: cover;
  color: #fff;
}

.service__tit {
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 6.25rem;
}

.service__tit .l_logo {
  display: inline-block;
  width: 4.375em;
  margin-right: 0.625rem;
}

.service__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.service__list .list .icon {
  width: 4.6875rem;
  height: 4.6875rem;
}

.service__list .list .tit {
  font-size: 2.25rem;
  font-weight: 700;
  margin: 0.8em 0 1.2em;
}

.service__list .list .l_desc {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 900px) {
  .service__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service__list .list {
    margin-bottom: 3.75rem;
  }
  .service__list .list .l_desc {
    font-size: 1.5rem;
    font-weight: 400;
    word-break: keep-all;
  }
  .service__list .list .l_desc br {
    display: none;
  }
}

@media (max-width: 500px) {
  .service__list .list {
    margin-bottom: 60px;
  }
}

.qna .l-inner {
  padding: 3.75rem 0 6.25rem;
}

.qna__tit {
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

.qna__list {
  border-top: 2px solid #000;
}

.qna__list .list {
  border-bottom: 1px solid #EAEAEA;
}

.qna__list .question {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem;
}

.qna__list .question .badge {
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  padding: 6px 0.8em;
  background-color: #A3A3A3;
  border-radius: 2rem;
}

.qna__list .question .badge.buy {
  background-color: #FF405D;
}

.qna__list .question .badge.use {
  background-color: #000;
}

.qna__list .question .tit {
  margin: 0 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.25rem;
  font-weight: 700;
}

.qna__list .question .arrow {
  width: 1.875rem;
  height: 1.875rem;
  background: url(../images/icon/c-qna-arrow.png) center no-repeat;
  background-size: cover;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.qna__list .question.is-open .arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.qna__list .question.is-open + .answer {
  display: block;
}

.qna__list .answer {
  display: none;
  font-size: 1rem;
  font-weight: 400;
  background-color: #F8F8F8;
  padding: 2.5rem;
  line-height: 1.6;
}
.landing_fixed.web{
    position: fixed;
    bottom: 0px;
    width: 100%;
    height: 85px;
    background: transparent linear-gradient(180deg, #FF9559 0%, #FF4063 100%) 0% 0% no-repeat padding-box;
    display: flex;
    justify-content: center;
    z-index: 30;
    flex-wrap: nowrap;
    align-items: center;
}
.landing_fixed.web span{
    /* margin-right: 16%; */
    font-size: 35px;
}
.landing_fixed.web .h_logo{
    width: 225px;
    height: 80%;
    padding-left: 87px;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    line-height: 75px;
    background: white;
    color: black;
    border-radius: 60px;
}
.position_box{
    position: relative;
}
.landing_fixed.mobile{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 100px;
    width: 90px;
    height: 80px;
    z-index: 99999;
    border-radius: 50%;
    background: url(/assets/image/common/m_landing_logo.png) no-repeat;
}
.position_box div{
    width:75px;
    height:75px;
    position: absolute;
    margin-right: 15px;
    background:url('/assets/image/common/landing_logo.png') left no-repeat;
}
.go_login{
    width: 20rem;
    height: 5rem;
    background: #FF4063;
    border-radius: 60px;
    /* position: absolute;
    bottom: 3rem; */
	position: fixed;
    bottom: 9rem;
    right: 10%;
    color: white;
    font-size: 1.8rem;
    font-weight: bold;
	z-index:10;
}
.go_login a{
    color : white;
}
@media (max-width: 900px){
    .landing_fixed.web{
        display: none;
    }
    .landing_fixed.mobile{
        display: block;
    }
	.go_login{
		width: 20rem;
		height: 5rem;
		background: #FF4063;
		border-radius: 60px;
	    position: fixed;
		bottom: 10rem;
		left: 27%;
		color: white;
		font-size: 1.8rem;
		font-weight: bold;
		z-index:10;
	}
}
/* 이벤트 UI */
.event_background{
	position: fixed;
	background: transparent linear-gradient(92deg, #FF9559 0%, #FF4063 100%) 0% 0% no-repeat padding-box;
	width: 100%;
	padding: 1rem;
    text-align: center;
	height: 85px;
	bottom: 0px;
	z-index: 9;
}.event_content{
	display: flex;
    justify-content: center;
	align-items: center;
}.event_email_input{
	width: 30%!important;
    border-radius: 3px!important;
	display: flex;
    background: white;
	align-items: center;
	margin-right: 1rem;
	padding-left: 1rem;
    color: black;
}.submit{
	width: 172px;
	height: 67px;
	position: relative;
	left: 47px;
    height: 67px;
	background: #212428 0% 0% no-repeat padding-box;
	border-radius: 2px;
	font: normal normal bold 20px/24px Apple SD Gothic Neo;
	letter-spacing: 0px;
	color: #FFFFFF;
	display: flex;
    justify-content: center;
    align-items:center;
    /* padding-bottom: 0.7rem; */
}input[type="checkbox"] + label {
    position: relative;
    padding-left: 18px;
    font-size: 12px;
    color: #ffffff;
	top: 14px;
    cursor: pointer;
}.remain_time{
	background: url("/assets/image/common/time_remain.svg") no-repeat;
	width: 251px;
    height: 60px;
	font-weight: 700;
    display: flex;
	padding-top: 0.8rem;
	top: 17px;
    position: relative;
	z-index: 9;
    justify-content: space-around;
}.send_btn{
	background: url("/assets/image/common/d_next.png") no-repeat;
	width: 16px;
    height: 16px;
    float: right;
}.btn_content{
	/* top: -81px;
    position: relative; */
}input[type="radio"]:checked + label:after {
    background: url(/assets/image/common/bg_radio_on.png) center left 0 no-repeat;
}.mail_address{
	color: black;
	background: url(/assets/image/common/event_mail.svg)left 0 no-repeat;
	width: 30%;
    padding-left: 1rem;
	font-weight: 500;
}input[type="checkbox"] + label:after {
    position: absolute;
    top: 55%;
    left: 0px;
	right:2px;

    content: '';
    width: 12px;
    height: 12px;
	border:1px solid white;
    background: none;
}input[type="checkbox"]:checked + label:after {
	width: 17px;
	right:0px;
	height: 15px;
	border:none;
    background: url(/assets/image/common/event_check_on.svg) center left 0 no-repeat;
}
.event_p {
  font-size: 20px;
}
input[type="checkbox"] + label {
  font-size: 1.25em;
}
.video.main {
    padding : 0 !important;
}

@media (max-width: 900px){
    .video.main {
        height:60rem;
        .l-inner{
            width:90%;
            height:60rem;
            .video__main{
                min-height:60rem;
                .video__main-view{
                    min-height: 100%;
                    min-width: 100%;
                    object-fit: contain;
                    /* scale: 1; */
                }
            }
            
        }
    }

	.event_background {
		position: fixed;
		background: transparent linear-gradient(92deg, #FF9559 0%, #FF4063 100%) 0% 0% no-repeat padding-box;
		width: 100%;
		padding: 1.5rem;
		text-align: center;
		padding-bottom: 7rem;
		height: 85px;
		bottom: 0px;
		z-index: 9;
	}
	.event_content{
		display: block;
	}.event_p{
		margin-right: 1rem;
		text-align: left;
		/* font-size: 14px; */
		font-size: 1.4em;
		margin-bottom: 5px;
	}.event_email_input {
		width: 54%!important;
		border-radius: 3px!important;
		display: flex;
		background: white;
		align-items: center;
		margin-right: 1rem;
		padding-left: 1rem;
		color: black;
		height: 25px;
		margin-bottom: 2px;
	}#email_input{
		margin-right: 1rem;
		/* width: 137px; */
	}input[type="checkbox"] + label {
		padding-left: 0px;
		position: inherit;
		padding-top: 0px;
		font-size: 12px;
		line-height: 25px;
		color: #ffffff;
		cursor: pointer;
	}input[type="checkbox"] + label:after {
		position: absolute;
		top: 82%;
		left: 21px;
		right: 2px;
		content: '';
		width: 12px;
		height: 12px;
		border: 1px solid white;
		background: none;
	}input[type="checkbox"]:checked + label:after {
		width: 19px;
		right: 4px;
		top: 76px;
		margin-left: -1px;
		height: 15px;
		border: none;
		background: url(/assets/image/common/event_check_on.svg) center left 0 no-repeat;
	}.btn_content{
    scale: 0.65;
    /* float: right;
    right: -10%;
    top: -90px; */
	}.remain_time {
		background: url(/assets/image/common/time_remain.svg) no-repeat;
		width: 250px;
		height: 56px;
		font-weight: 700;
		line-height: 26px;
		display: flex;
		padding-top: 0.8rem;
		top: -12px;
		left: 46px;
		position: relative;
		z-index: 9;
		justify-content: space-around;
	}.submit {
		width: 172px;
		height: 67px;
		position: relative;
		top: -80px;
		left: 280px;
		height: 67px;
		height: 68px;
		background: #212428 0% 0% no-repeat padding-box;
		border-radius: 2px;
		font: normal normal bold 20px/24px Apple SD Gothic Neo;
		letter-spacing: 0px;
		color: #FFFFFF;
		display: flex;
		justify-content: center;
		align-items:center;
		/* padding-bottom: 0.7rem; */
	}.mail_address {
		color: black;
		background: url(/assets/image/common/event_mail.svg)left 0 no-repeat;
		width: 61%;
		padding-left: 2rem;
		font-weight: 500;
	}.time-title{
		color: black;
    	font-size: 1.5rem;
	}.time{
		color: #FF405D;
   		font-size: 1.5rem;
	}.l-inner{
		padding-bottom: 3rem;
	}
  .service_consent_box {
    width: fit-content;
    padding-left: 22px;
  }
}

