html, body {
  width: 100%;
  min-height: 100%; }
  html.bg-white, body.bg-white {
    background: #fff; }

.wrap {
  position: relative;
  z-index: 1; }

html {
  overflow-y: scroll; }

.inner {
  padding: 0 16px;
  margin: 0 auto;
  max-width: 760px; }

.container {
  max-width: 760px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  min-height: 100%;
  overflow: hidden; }
  .container.full-mode {
    padding-top: 0; }

article.layer-page {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 499;
  background-color: #fff; }
  article.layer-page .layer-wrap {
    margin: 0 auto;
    max-width: 760px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #F30000; }

section.section0 {
  background-color: #F30000;
  padding-top: 30px;
  position: relative;
  font-size: 0; }
  section.section0 .wall-box {
    max-width: 141px;
    height: 144px;
    width: 100%;
    margin: 0 auto;
    background-color: #2E2E2E;
    position: relative;
    z-index: 10;
    padding: 0 8px; }
    section.section0 .wall-box .wall-item {
      background-color: #000;
      height: 100%; }
  section.section0 .bg-box {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0; }
    section.section0 .bg-box img {
      width: 100%;
      max-width: 100%; }
  section.section0 .txt-box {
    text-align: center;
    padding: 0 16px; }
    section.section0 .txt-box img {
      max-width: 100%; }
  section.section0 .intro-box {
    padding: 35px 32px 0; }
    section.section0 .intro-box .intro-wrap {
      position: relative;
      z-index: 10;
      padding: 26px 10px 0px;
      border-radius: 20px;
      overflow: hidden;
      background-color: #fff; }
      section.section0 .intro-box .intro-wrap .top-box {
        text-align: center;
        padding: 0 19px 23px; }
        section.section0 .intro-box .intro-wrap .top-box img {
          width: 100%; }
      section.section0 .intro-box .intro-wrap .mid-box {
        border-radius: 20px;
        background-color: #DCDCDC;
        padding: 8px;
        overflow: hidden; }
        section.section0 .intro-box .intro-wrap .mid-box .mid-inner {
          border-radius: 20px;
          background-color: #000000;
          padding: 6px;
          overflow: hidden; }
          section.section0 .intro-box .intro-wrap .mid-box .mid-inner .mid-wrap {
            border-radius: 16px;
            padding: 8px 6px;
            overflow: hidden;
            background-color: #006837; }
            section.section0 .intro-box .intro-wrap .mid-box .mid-inner .mid-wrap .logo-box {
              text-align: center;
              padding: 14px 0 16px; }
              section.section0 .intro-box .intro-wrap .mid-box .mid-inner .mid-wrap .logo-box img {
                max-width: 100%; }
            section.section0 .intro-box .intro-wrap .mid-box .mid-inner .mid-wrap .logo-txt-box {
              text-align: center;
              padding-bottom: 35px; }
              section.section0 .intro-box .intro-wrap .mid-box .mid-inner .mid-wrap .logo-txt-box img {
                max-width: 100%; }
            section.section0 .intro-box .intro-wrap .mid-box .mid-inner .mid-wrap .intro-click-box {
              width: 100%;
              text-align: center;
              padding: 0 25px 12px; }
              section.section0 .intro-box .intro-wrap .mid-box .mid-inner .mid-wrap .intro-click-box img {
                width: 100%;
                max-width: 100%;
                margin-bottom: 25px; }
              section.section0 .intro-box .intro-wrap .mid-box .mid-inner .mid-wrap .intro-click-box .click-txt-box {
                animation: fade 1s linear infinite; }

@keyframes fade {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
      section.section0 .intro-box .intro-wrap .bottom-box {
        padding: 25px 55px 35px 45px;
        text-align: center; }
        section.section0 .intro-box .intro-wrap .bottom-box img {
          width: 100%;
          max-width: 100%; }

section.section1 {
  background-color: #F30000;
  padding-top: 30px;
  padding-bottom: 128px; }
  section.section1 .txt-box {
    text-align: center;
    padding-bottom: 30px; }
  section.section1 .hamburger-list {
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    height: 490px;
    position: relative; }
    section.section1 .hamburger-list .hamburger-bg-box {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 269px;
      height: 269px;
      background-color: #FFDD0E;
      border-radius: 50%; }
    section.section1 .hamburger-list .hamburger-box {
      position: absolute;
      width: 100%;
      animation: move 2s linear infinite; }

@keyframes move {
  50% {
    transform: translate(0, 20px); }
  100% {
    transform: translate(0, 0); } }
      section.section1 .hamburger-list .hamburger-box.order-1 {
        z-index: 10; }
      section.section1 .hamburger-list .hamburger-box.order-2 {
        z-index: 9;
        top: 50px; }
      section.section1 .hamburger-list .hamburger-box.order-3 {
        z-index: 8;
        top: 90px; }
      section.section1 .hamburger-list .hamburger-box.order-4 {
        z-index: 7;
        top: 100px; }
      section.section1 .hamburger-list .hamburger-box.order-5 {
        z-index: 6;
        top: 160px; }
      section.section1 .hamburger-list .hamburger-box.order-6 {
        z-index: 5;
        top: 230px; }
      section.section1 .hamburger-list .hamburger-box.order-7 {
        z-index: 4;
        top: 270px; }
      section.section1 .hamburger-list .hamburger-box.order-8 {
        z-index: 3;
        top: 320px; }
      section.section1 .hamburger-list .hamburger-box.order-9 {
        z-index: 2;
        top: 350px; }
      section.section1 .hamburger-list .hamburger-box img {
        max-width: 100%;
        text-align: center; }

article.floating-btn-box {
  position: fixed;
  max-width: 760px;
  bottom: 50px;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  z-index: 100; }
  article.floating-btn-box .floating-btn {
    width: 100%;
    background-color: #2E2E2E;
    border-radius: 200px;
    text-align: center;
    height: 62px;
    display: inline-flex;
    align-items: center;
    justify-content: center; }
    article.floating-btn-box .floating-btn img {
      max-width: 100%; }

section.section2 {
  position: relative;
  background-color: #fff;
  padding: 14px 0 0; }
  section.section2 .bar-box {
    margin-bottom: 21px;
    text-align: center; }
    section.section2 .bar-box img {
      max-width: 100%; }
  section.section2 .section2-group {
    border-radius: 26px;
    background-color: #DCDCDC;
    padding: 10px;
    overflow: hidden; }
    section.section2 .section2-group .section2-wrap {
      background: #333333;
      border-radius: 26px;
      overflow: hidden;
      padding: 11px 8px; }
      section.section2 .section2-group .section2-wrap .top-box {
        padding: 30px 0;
        border-radius: 26px 26px 0 0;
        background-color: #006837;
        text-align: center; }
      section.section2 .section2-group .section2-wrap .mid-box {
        background-color: #fff; }
        section.section2 .section2-group .section2-wrap .mid-box .item-list {
          font-size: 0; }
          section.section2 .section2-group .section2-wrap .mid-box .item-list .item-box {
            vertical-align: top;
            padding: 30px 5px 50px;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 50%;
            border: 2px solid #E5E5E5; }
            section.section2 .section2-group .section2-wrap .mid-box .item-list .item-box:nth-child(1), section.section2 .section2-group .section2-wrap .mid-box .item-list .item-box:nth-child(3) {
              border-left: 0; }
            section.section2 .section2-group .section2-wrap .mid-box .item-list .item-box:nth-child(2), section.section2 .section2-group .section2-wrap .mid-box .item-list .item-box:nth-child(4) {
              border-right: 0; }
            section.section2 .section2-group .section2-wrap .mid-box .item-list .item-box .img-box {
              display: inline-flex;
              align-items: center;
              height: 137px; }
              section.section2 .section2-group .section2-wrap .mid-box .item-list .item-box .img-box img {
                max-width: 100%; }
            section.section2 .section2-group .section2-wrap .mid-box .item-list .item-box .txt-box {
              margin-top: 20px;
              display: inline-flex;
              align-items: center;
              height: 57px; }
      section.section2 .section2-group .section2-wrap .bottom-box {
        background-color: #fff;
        text-align: center;
        padding: 48px 0 59px; }
      section.section2 .section2-group .section2-wrap .sub-box {
        padding: 28px 0;
        background-color: #006837;
        border-radius: 0 0 20px 20px;
        text-align: center; }
        section.section2 .section2-group .section2-wrap .sub-box img {
          max-width: 100%; }
    section.section2 .section2-group .swiper-group {
      padding: 40px 10px 35px;
      background-color: #FFBC0E;
      border-radius: 0 0 16px 16px;
      overflow: hidden; }
      section.section2 .section2-group .swiper-group .swiper-head {
        display: flex;
        justify-content: space-between; }
        section.section2 .section2-group .swiper-group .swiper-head .tabs-btn {
          display: inline-block;
          align-items: center;
          justify-content: center;
          width: 100%; }
          section.section2 .section2-group .swiper-group .swiper-head .tabs-btn + .tabs-btn {
            margin-left: 8px; }
          section.section2 .section2-group .swiper-group .swiper-head .tabs-btn.active .img-box img.on {
            display: block; }
          section.section2 .section2-group .swiper-group .swiper-head .tabs-btn.active .img-box img.off {
            display: none; }
          section.section2 .section2-group .swiper-group .swiper-head .tabs-btn .img-box {
            text-align: center;
            font-size: 0; }
            section.section2 .section2-group .swiper-group .swiper-head .tabs-btn .img-box img {
              box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
              border-radius: 50%;
              width: 56%;
              margin: 0 auto;
              max-width: 100%; }
              section.section2 .section2-group .swiper-group .swiper-head .tabs-btn .img-box img.on {
                display: none; }
          section.section2 .section2-group .swiper-group .swiper-head .tabs-btn .txt-box {
            padding-top: 15px;
            text-align: center; }
            section.section2 .section2-group .swiper-group .swiper-head .tabs-btn .txt-box img {
              max-width: 100%; }
      section.section2 .section2-group .swiper-group .swiper-body .tabs-box {
        display: none; }
        section.section2 .section2-group .swiper-group .swiper-body .tabs-box[data-tabs=tabs1] {
          display: block; }
        section.section2 .section2-group .swiper-group .swiper-body .tabs-box .img-box {
          padding-top: 36px; }
          section.section2 .section2-group .swiper-group .swiper-body .tabs-box .img-box img {
            max-width: 100%; }
      section.section2 .section2-group .swiper-group .swiper-body .swiper-container {
        overflow: visible; }
      section.section2 .section2-group .swiper-group .swiper-foot {
        padding-top: 45px;
        text-align: center; }
        section.section2 .section2-group .swiper-group .swiper-foot .txt-box {
          animation: fade 1.5s linear infinite; }
          section.section2 .section2-group .swiper-group .swiper-foot .txt-box img {
            max-width: 100%; }

article.spinner {
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  article.spinner .minus-btn {
    background: url("../img/ic_minus.svg") no-repeat center/cover;
    width: 17px;
    height: 17px; }
  article.spinner .cnt-box {
    padding: 13px;
    font-weight: 500;
    color: #F9A825;
    font-size: 24px; }
  article.spinner .plus-btn {
    background: url("../img/ic_plus.svg") no-repeat center/cover;
    width: 17px;
    height: 17px; }

aside.arrow {
  position: fixed;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  z-index: 1000;
  display: none; }
  aside.arrow.on {
    display: block; }
  aside.arrow img {
    width: 260px; }

article.make .txt-box {
  width: 100%;
  text-align: center;
  padding: 37px 10px;
  background-color: #2E2E2E; }
  article.make .txt-box img {
    max-width: 100%; }

article.make .alarm-btn {
  background-color: #C4C4C4;
  width: 100%;
  padding: 10px 0;
  text-align: center; }
  article.make .alarm-btn img {
    max-width: 100%; }
  article.make .alarm-btn.on ~ .alarm-con {
    display: block; }

article.make .alarm-con {
  background-color: #BABABA;
  padding: 50px 20px;
  font-size: 16px;
  line-height: 20px;
  display: none; }

article.last-group {
  background-color: #F30000;
  padding: 438px 32px 88px;
  position: relative; }
  article.last-group .effect-group {
    display: none;
    width: 317px;
    position: absolute;
    left: 50%;
    top: 400px;
    transform: translateX(-50%); }
    article.last-group .effect-group .effect-box1 {
      position: absolute;
      left: -5px;
      bottom: 90px;
      animation: effect 2s infinite; }
    article.last-group .effect-group .effect-box2 {
      position: absolute;
      right: -5px;
      bottom: 90px;
      animation: effect 2s infinite; }

@keyframes effect {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  article.last-group .safe-box {
    padding: 35px 0 25px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    text-align: center; }
    article.last-group .safe-box img {
      max-width: 100%; }

article.receipt-group {
  padding-bottom: 92px;
  position: relative;
  z-index: 10;
  border-radius: 0 0 26px 26px;
  background-color: #fff; }
  article.receipt-group .receipt-group-top-box {
    padding: 92px 52px 68px; }
    article.receipt-group .receipt-group-top-box img {
      max-width: 100%;
      width: 100%; }
  article.receipt-group .receipt-box {
    position: relative;
    height: 36px;
    text-align: center; }
    article.receipt-group .receipt-box .img-box {
      height: 36px;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 317px;
      margin: 0 auto; }
      article.receipt-group .receipt-box .img-box img {
        max-width: 100%; }
      article.receipt-group .receipt-box .img-box .recept-img {
        width: 265px;
        position: absolute;
        left: 50%;
        top: 13px;
        bottom: 0;
        transform: translateX(-50%); }
        article.receipt-group .receipt-box .img-box .recept-img img {
          display: none; }

article.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.3); }
  article.popup .popup-wrap {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%); }
    article.popup .popup-wrap .home-btn {
      position: absolute;
      top: -35px;
      color: #fff;
      left: 50%;
      transform: translateX(-50%);
      display: flex;
      align-items: center; }
      article.popup .popup-wrap .home-btn img.arrow {
        margin-right: 10px;
        max-width: 100%;
        width: 30px;
        height: 30px; }
    article.popup .popup-wrap .close-btn {
      position: absolute;
      right: 16px;
      top: -80px; }
      article.popup .popup-wrap .close-btn .img {
        max-width: 100%; }

section.section3 {
  width: 100%;
  background-color: #006837;
  padding-top: 26px; }
  section.section3 .section3-wrap {
    padding-top: 500px;
    position: relative;
    width: 100%; }
    section.section3 .section3-wrap .effect-group {
      width: 317px;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
      section.section3 .section3-wrap .effect-group .effect-box1 {
        position: absolute;
        left: -5px;
        bottom: 90px;
        animation: effect 2s infinite; }
      section.section3 .section3-wrap .effect-group .effect-box2 {
        position: absolute;
        right: -5px;
        bottom: 90px;
        animation: effect 2s infinite; }

@keyframes effect {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  section.section3 .top-box {
    text-align: center; }
  section.section3 .mid-box {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center; }
  section.section3 .bottom-box {
    padding: 30px 23px 30px;
    font-size: 0;
    background-color: #FFBC0E; }
    section.section3 .bottom-box .item-box {
      display: inline-block;
      vertical-align: top;
      border-radius: 11px;
      background-color: #EDEDED;
      width: calc(50% - 7px);
      padding: 17px 15px; }
      section.section3 .bottom-box .item-box + .item-box {
        margin-left: 14px; }
      section.section3 .bottom-box .item-box .top-txt {
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.section3 .bottom-box .item-box .top-txt img {
          max-width: 100%; }
      section.section3 .bottom-box .item-box .img-box {
        margin: 25px 0;
        height: 110px;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.section3 .bottom-box .item-box .img-box img {
          max-width: 100%; }
      section.section3 .bottom-box .item-box .bottom-txt {
        position: relative;
        text-align: center; }
        section.section3 .bottom-box .item-box .bottom-txt .bottom-bg {
          display: inline-flex;
          margin: 0 auto;
          justify-content: center; }
          section.section3 .bottom-box .item-box .bottom-txt .bottom-bg img {
            width: 100%; }
        section.section3 .bottom-box .item-box .bottom-txt .bottom-bg {
          position: absolute;
          bottom: 6px;
          left: 0;
          right: 0; }
        section.section3 .bottom-box .item-box .bottom-txt .bottom-bg2 img {
          width: 100%;
          max-width: 100%; }
        section.section3 .bottom-box .item-box .bottom-txt .txt {
          padding: 15px;
          width: 100%;
          position: absolute;
          left: 50%;
          top: 46%;
          transform: translate(-50%, -50%); }
          section.section3 .bottom-box .item-box .bottom-txt .txt img {
            width: 100%; }

article.terms-layer {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  max-width: 760px;
  margin: 0 auto;
  z-index: 1000;
  display: none; }
  article.terms-layer .terms-layer-wrap {
    position: relative;
    background-color: #BABABA;
    height: 100%;
    padding: 20px; }
    article.terms-layer .terms-layer-wrap .close-btn {
      background: url("../img/ic_popup_close.svg") no-repeat center/cover;
      width: 24px;
      height: 24px;
      z-index: 1;
      position: absolute;
      right: 38px;
      top: 23px; }
    article.terms-layer .terms-layer-wrap .txt-box {
      height: 100%;
      max-height: 100vh;
      overflow: auto;
      font-size: 18px;
      line-height: 24px;
      letter-spacing: -0.03em;
      display: flex;
      align-items: center;
      justify-content: center; }

/*# sourceMappingURL=style.css.map */