body {
  color: #333;
  font-family: Suit, sans-serif;
  font-size: 14px;
  line-height: 1.4;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}

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

.nav {
  z-index: 9999;
  width: 100%;
  height: 53px;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  transition: all .8s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.u-mobile-wrap {
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.body {
  background-color: #fff;
}

.sub-nav {
  z-index: 99;
  width: 100%;
  height: 46px;
  background-color: #fff;
  border-top: 1px solid #000;
  align-items: center;
  margin-top: 52px;
  font-weight: 600;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.sub-nav.bottom-line {
  border-bottom: 1px solid #c7c7cc;
}

.intro {
  height: 100vh;
  min-height: 960px;
  background-color: #3617ce;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.intro.use {
  min-height: 1000px;
}

.video-embed {
  max-width: 500px;
  margin: 26px auto 30px;
}

.c-title {
  color: #fff;
  text-align: center;
  font-family: TSans, sans-serif;
  font-size: 36px;
}

.c-subtitle {
  color: #fff;
  text-align: center;
  margin-top: 80px;
  font-family: TSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-link {
  width: 100%;
  height: 73px;
  background-color: #fff;
  border: 1px solid #6e6e78;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.tab-link.w--current {
  background-color: rgba(255, 255, 255, 0);
  border-width: 2px;
  border-color: #3617ce;
}

.tab-link-p {
  text-align: center;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  display: flex;
}

.video-f1 {
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.sub-num {
  margin-right: 20px;
  font-family: TSans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.sub-shere {
  color: #a7a7b3;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  display: none;
}

.shere-icon {
  margin-left: 10px;
}

.sub-shere-wrap1 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sub-dataimport {
  color: #3617ce;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-top: 34px;
  margin-right: 20px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.sub-toggle {
  color: #52535a;
  text-align: left;
  cursor: pointer;
  border-top: 1px solid #d0d0d7;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
}

.sub-toggle.big {
  color: #333;
  font-size: 16px;
}

.sub-toggle.big.adot {
  border-top-color: #c7c7cc;
  margin-top: 0;
}

.sub-toggle-flex {
  align-items: center;
  padding-right: 30px;
  font-weight: 500;
  display: flex;
  position: relative;
}

.sub-toggle-flex.big {
  font-size: 18px;
}

.sub-toggle-flex.adot {
  color: #fff;
}

.sub-toggle-arrow {
  margin-top: 2px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sub-toggle-p {
  color: #6e6e78;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 400;
}

.sub-toggle-p.direct {
  margin-top: 10px;
  padding-left: 52px;
}

.sub-toggle-p.direct.bold {
  color: #333;
  font-weight: 600;
}

.sub-toggle-p.gr2 {
  color: #d0d0d7;
}

.sub-f2 {
  color: #3617ce;
  text-align: left;
  margin-bottom: 30px;
  font-family: Suit, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.sub-f3 {
  font-family: TSans, sans-serif;
  font-size: 36px;
  line-height: 1.4;
}

.sub-num-p {
  font-family: Suit, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.section-contents {
  padding-top: 0;
  position: relative;
}

.section-contents.sub {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 100px;
  display: flex;
  overflow: auto;
}

.sub-num-wrap {
  display: flex;
}

.space200, .space240 {
  height: 200px;
}

.space70 {
  height: 70px;
}

.space130 {
  height: 130px;
}

.sub-sucess-f1 {
  text-align: center;
  margin-bottom: 16px;
  font-family: TSans, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.footer-menu {
  max-width: 400px;
  background-color: #f0f0f4;
  border-radius: 15px;
  flex-direction: column;
  margin-top: 36px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 26px;
  display: flex;
}

.footer-menu-link {
  color: #52535a;
  border-bottom: 1px solid #a7a7b3;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.footer-menu-link.last {
  border-bottom-style: none;
}

.footer {
  background-color: #d0d0d7;
  padding-top: 80px;
  padding-bottom: 50px;
}

.footerlogo {
  margin-bottom: 24px;
}

.footer-p {
  color: #52535a;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.5;
}

.intro-nav-hidden {
  height: 55px;
  background-color: #fff;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

._w-991 {
  width: 100%;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
}

._w-991.slide {
  padding-left: 0;
  padding-right: 0;
}

._w-991.menu {
  padding-top: 70px;
  padding-bottom: 100px;
}

._w-991.t-39 {
  margin-top: -39px;
}

._w-991.t7 {
  margin-top: 7px;
}

.logo-p {
  margin-left: -6px;
  padding-top: 8px;
}

.intro__arrow {
  z-index: 999;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.intro__arrow.more {
  text-align: left;
}

.intro-embed {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.intro-embed.more {
  width: 390px;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
  position: static;
  transform: none;
}

.intro-embed.more.direct {
  transform: translate(-80px);
}

.intro-embed.more.reward {
  transform: translate(-69px);
}

.intro-embed.more.allcare {
  transform: translate(-40px);
}

.intro-embed.more.additional {
  transform: translate(-74px);
}

.intro-embed.more.prevention {
  transform: translate(-109px);
}

.intro-embed.more.card {
  transform: translate(-101px);
}

.intro-embed.use {
  margin-bottom: 30px;
}

.shere-section {
  height: 70px;
}

.space170 {
  height: 170px;
}

.top-link {
  z-index: 999;
  cursor: pointer;
  transition: all .2s;
  position: fixed;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.ok-embed {
  max-width: 390px;
  margin: 20px auto;
}

.intro-video-wrap {
  z-index: 9;
  position: relative;
}

.video-f1--tblue {
  color: #3617ce;
}

.ham {
  width: 50px;
  height: 53px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: -14px;
  display: flex;
}

.ham1 {
  width: 22px;
  height: 2px;
  background-color: #000;
}

.ham1.w {
  background-color: #fff;
}

.ham2 {
  width: 22px;
  height: 2px;
  background-color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
}

.ham2.w {
  background-color: #fff;
}

.ham3 {
  width: 22px;
  height: 2px;
  background-color: #000;
}

.ham3.w {
  background-color: #fff;
}

.nav-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav--menu {
  z-index: 9999;
  width: 35vw;
  height: 100vh;
  min-width: 330px;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
  transform: translate(100%);
}

.menu-flex {
  z-index: 9999;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
  padding-right: 25px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-dropdown {
  height: 50px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
}

.menu-toggle-flex {
  height: 50px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-toggle-p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.menu-toggle-content {
  flex-flow: wrap;
  margin-top: 1px;
  padding-top: 20px;
  display: flex;
}

.menu-toggle-link {
  width: 100%;
  display: block;
}

.menu-toggle-link.w50 {
  margin-bottom: 5px;
}

.menu-menu-link {
  width: 85%;
  color: #fff;
}

.menu-open-link {
  width: 15%;
  height: 100%;
  text-align: right;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-dropdown--and, .menu-dropdown--ios, .menu-dropdown--more01 {
  height: 50px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
}

.menu-toggle-arrow {
  transition: all .2s;
}

.menu-toggle-arrow.rotate-180 {
  transform: rotate(180deg);
}

.nav--menu-bg {
  height: 100%;
  background-color: #000;
  overflow: scroll;
}

.self-btn {
  width: 100%;
  height: 73px;
  background-color: #fff;
  border: 1px solid #6e6e78;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.self-btn.w--current {
  background-color: rgba(255, 255, 255, 0);
  border-width: 2px;
  border-color: #3617ce;
}

.sub-f2--grey {
  color: #888892;
  text-align: left;
  margin-bottom: 30px;
  font-family: Suit, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.sub-num-p--small {
  color: #a7a7b3;
  margin-top: 17px;
  padding-left: 40px;
  font-family: Suit, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.sub-f3--center {
  text-align: center;
  font-family: TSans, sans-serif;
  font-size: 36px;
  line-height: 1.4;
}

.main-embed {
  width: 420px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-video-wrap {
  z-index: 9;
}

.intro--main {
  z-index: -1;
  opacity: 1;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform .4s, opacity .4s, background-color .6s;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.intro-contents {
  z-index: 2;
  opacity: 1;
  background-color: #fff;
  margin-top: 150vh;
  padding-top: 140px;
  transition: all .5s;
}

.intro-menu-flex {
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.intro-menu-flex-col {
  width: 50%;
}

.intro-menu-flex-incard {
  justify-content: center;
  align-items: center;
  display: flex;
}

.intro-menu-flex-incard-f1 {
  margin-bottom: 5px;
  font-size: 12px;
}

.intro-menu-flex-incard-f2 {
  margin-right: 10px;
  font-size: 24px;
  font-weight: 600;
}

.intro-menu-flex-incard-flex {
  align-items: center;
  display: flex;
}

.intro-mockup-img {
  margin-left: 12px;
  margin-right: 12px;
}

.intro-slider-wrap {
  background-color: #fff;
  padding-bottom: 90px;
}

.intro__slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
}

.intro-slide-card {
  width: 33%;
  height: 174px;
  padding: 7px;
  display: inline-block;
}

.intro-slide-card.ok {
  width: 100%;
}

.intro__slider-mask {
  height: auto;
}

.slide-nav {
  font-size: 6px;
  bottom: -50px;
}

.slide-nav.introslider {
  display: none;
}

._w-991--slider {
  width: 100%;
  max-width: 991px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
  position: relative;
  overflow: hidden;
}

._w-991--slider.b0 {
  margin-bottom: 0;
}

.slider-link-p {
  color: #6e6e78;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
  display: block;
}

.intro-slide-card-flex01 {
  height: 100%;
  background-color: #3617ce;
  background-image: url('../images/intro-slider01.svg');
  background-position: 93% 44px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  display: flex;
}

.intro-slide-card-f1 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}

.intro-slide-card-f1.black {
  color: #2f2f34;
}

.intro-slide-card-f2 {
  color: #fff;
  font-size: 13px;
}

.intro-slide-card-f2.black {
  color: #2f2f34;
}

.intro-slide-card-flex02 {
  height: 100%;
  background-color: #d0d0d7;
  background-image: url('../images/intro-slider02.svg');
  background-position: 93% 44px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  display: flex;
}

.intro-slide-card-flex03 {
  height: 100%;
  background-color: #3617ce;
  background-image: url('../images/intro-slider03.svg');
  background-position: 93% 44px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  display: flex;
}

.intro-click {
  z-index: 9998;
  height: 100vh;
  cursor: pointer;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.main-video-arrow-wrap {
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 53vh;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: translate(0, 250px);
}

.intro-service {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 170px;
  display: flex;
  overflow: hidden;
}

.ser-f1 {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: TSans, sans-serif;
  font-size: 24px;
}

.ser-f2 {
  margin-top: 0;
  font-family: TSans, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.ser-title-wrap {
  margin-bottom: 40px;
}

.ser-content-flex {
  margin-bottom: 20px;
  display: flex;
}

.ser-line {
  height: 1px;
  background-color: #d0d0d7;
  margin-top: 60px;
  margin-bottom: 60px;
}

.ser-tag {
  width: 65px;
  color: #fff;
  background-color: #3617ce;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Suit, sans-serif;
  font-size: 12px;
  display: flex;
}

.ser-content-col {
  width: 80px;
  padding-top: 1px;
}

.ser-f3 {
  margin-top: 0;
  margin-bottom: 3px;
  padding-right: 10px;
  font-family: Suit, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.ser-content-col-flex {
  display: flex;
}

.ser-f4 {
  margin-top: 0;
  margin-bottom: 3px;
  font-family: Suit, sans-serif;
  font-size: 14px;
}

.ser-number {
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 26px;
  font-weight: 600;
}

.ser-number--small {
  font-size: 12px;
}

.ser-num-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 78px;
}

.use-flex {
  flex-direction: column;
  margin-bottom: 180px;
  display: flex;
}

.use-flex.last {
  margin-bottom: 180px;
}

.use-flex.mb100 {
  margin-bottom: 100px;
}

.use-flex-in {
  border-bottom: 1px solid #d0d0d7;
  justify-content: flex-start;
  align-items: center;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.use-flex-in.last {
  border-bottom-style: none;
}

.use-flex-in-arrow {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.use-flex-in-arrow.not {
  flex: none;
}

.use-flex-in-icon {
  width: 45px;
  padding-left: 3px;
}

.use-flex-in-p {
  font-size: 16px;
  font-weight: 600;
}

.use-title {
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
  font-family: TSans, sans-serif;
  font-size: 36px;
}

.use-subtitle {
  width: 336px;
  color: #fff;
  text-align: left;
  margin-top: 0;
  font-family: Suit, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.plan-toggle {
  width: 100%;
  height: 60px;
  color: #333;
  text-align: left;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.plan-toggle.last {
  border-bottom-style: none;
}

.plan-toggle.open {
  height: auto;
}

.sub-toggle-num {
  width: 50px;
  color: #3617ce;
  font-size: 43px;
  font-weight: 500;
}

.use-direct-qna {
  border: 1px solid #a7a7b3;
  border-radius: 15px;
  flex-direction: column;
  margin-bottom: 160px;
  padding: 40px 30px;
  display: flex;
}

.use-direct-qna-f1 {
  margin-bottom: 40px;
  font-family: TSans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.use-direct-qna-f2 {
  color: #3617ce;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 600;
}

.use-direct-qna-f3 {
  font-size: 15px;
}

.use-direct-qna-line {
  height: 1px;
  background-color: #d0d0d7;
  margin-top: 29px;
  margin-bottom: 29px;
}

.ser-f5 {
  font-size: 16px;
  font-weight: 400;
}

.use-flex-in-tag {
  color: #ff2d55;
  background-color: #ffdde3;
  border-radius: 100px;
  margin-left: 20px;
  padding: 4px 12px;
  font-size: 13px;
  font-weight: 600;
  display: inline-block;
}

.use-flex-in-tag-wrap {
  flex: 1;
  justify-content: flex-end;
  padding-right: 25px;
  display: flex;
}

.use-btn--blue {
  width: 100%;
  height: 65px;
  max-width: 400px;
  color: #fff;
  text-align: left;
  background-color: #3617ce;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.use-btn--blue.w--current {
  background-color: rgba(255, 255, 255, 0);
  border-width: 2px;
  border-color: #3617ce;
}

.use-btn--blue.t30 {
  margin-top: 30px;
}

.use-btn--blue.t0 {
  margin-top: 0;
}

.reward-toggle {
  width: 100%;
  color: #333;
  text-align: left;
  cursor: pointer;
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
}

.reward-toggle.last {
  border-bottom-style: none;
}

.reward-toggle.first {
  margin-top: 0;
}

.reward-icon-wrap {
  width: 50px;
}

.reward-icon {
  padding-bottom: 2px;
  display: block;
}

.use-mul-btn {
  background-color: #3617ce;
  border-radius: 15px;
  flex-direction: column;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 33px 8px 26px;
  display: flex;
}

.use-mul-btn-link {
  color: #fff;
  border-bottom: 1px solid #a7a7b3;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 17px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.use-mul-btn-link.last {
  border-bottom-style: none;
}

.allcare-flex {
  flex-flow: wrap;
  margin-bottom: 160px;
  display: flex;
}

.allcare-flex-col {
  width: 25%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 45px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.allcare-icon {
  width: 45px;
  height: 45px;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.allcare-li {
  width: 100%;
  color: #333;
  text-align: left;
  border-bottom: 1px solid #d0d0d7;
  margin-top: 36px;
  padding-top: 15px;
  padding-bottom: 36px;
  font-size: 16px;
  font-weight: 600;
  overflow: hidden;
}

.allcare-li-flex {
  align-items: center;
  font-size: 14px;
  display: flex;
}

.allcare-li-num {
  min-width: 50px;
  color: #3617ce;
  font-size: 43px;
  line-height: 1;
}

.card-footer-title {
  margin-top: 100px;
  margin-bottom: 30px;
  font-family: TSans, sans-serif;
  font-size: 18px;
}

.card-flex01 {
  height: 580px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.card-flex01.open {
  height: auto;
}

.card-flex-li {
  border-bottom: 1px solid #d0d0d7;
  flex-direction: column;
  margin-bottom: 60px;
  padding-bottom: 60px;
  display: flex;
}

.card-flex-li.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.card-flex-li-top {
  margin-bottom: 25px;
  font-family: TSans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.card-flex-li-contents {
  line-height: 1.7;
  display: flex;
}

.card-flex-li-col {
  width: 90px;
}

.add__flex {
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.add__flex.last {
  margin-bottom: 0;
}

.add-flex-col {
  width: 60px;
  margin-top: -3px;
}

.add__f1 {
  margin-bottom: 12px;
  font-family: TSans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.add__f2 {
  font-size: 15px;
}

.pre__f1 {
  margin-bottom: 50px;
  font-family: TSans, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.pre__f2 {
  color: #52535a;
  font-size: 15px;
  line-height: 1.5;
}

.pre-how-box {
  border: 1px solid #a7a7b3;
  border-radius: 15px;
  margin-top: 35px;
  padding: 30px 28px;
}

.pre-how-box-line {
  height: 1px;
  background-color: #888892;
  margin-top: 20px;
  margin-bottom: 20px;
}

.pre-how-box-col {
  display: flex;
}

.pre-how-box-f1 {
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 600;
}

.pre-how-box-iconwrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 40px;
  font-size: 10px;
  line-height: 3;
  display: flex;
}

.more-topbg {
  height: 98px;
}

.more-wrap {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 170px;
  display: flex;
}

.more-wrap.flo {
  background-color: #3f3fff;
}

.more-wrap.wavve {
  background-color: #0050ff;
}

.more-wrap.tmem {
  background-color: #3617ce;
}

.more-wrap.tuniverse {
  background-color: #000;
}

.more-wrap.zem {
  background-color: #fcf097;
  padding-bottom: 220px;
}

.more-wrap.adot {
  background-color: #333784;
  padding-bottom: 120px;
}

.more-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.more-title.zem {
  color: #333;
  margin-bottom: 37px;
  font-family: TSans, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.more-title.black {
  color: #333;
  font-size: 14px;
  font-weight: 400;
}

.more-logo {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.more-list {
  width: auto;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding-left: 14px;
  display: inline-block;
}

.more-li {
  margin-bottom: 10px;
}

.more-list-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.use-btn--white {
  width: 100%;
  height: 65px;
  max-width: 400px;
  color: #52535a;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
}

.use-btn--white.w--current {
  background-color: rgba(255, 255, 255, 0);
  border-width: 2px;
  border-color: #3617ce;
}

.use-btn--white.t100 {
  margin-top: 100px;
}

.more-tmem-flex {
  background-color: #f0f0f4;
  border-radius: 15px;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 60px 40px;
  display: flex;
}

.more-tmem-line {
  width: 1px;
  height: 100px;
  background-color: #888892;
}

.more-tmem-col {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.more-tmem-col-img {
  height: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.space150 {
  height: 150px;
}

.more-logo--sub {
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tuni-how-box {
  color: #fff;
  background-color: #6957d1;
  border-radius: 15px;
  margin-top: 35px;
  padding: 30px 28px;
}

.tuni-how-box-line {
  height: 1px;
  background-color: #a7a7b3;
  margin-top: 35px;
  margin-bottom: 35px;
}

.tuni-how-box-f1 {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
}

.tuni-how-box-iconwrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  font-size: 16px;
  display: flex;
}

.tuni-how-box-icon {
  margin-right: 15px;
}

.tuni-how-box-span {
  color: #e6e6eb;
}

.space100 {
  height: 100px;
}

.zem-title {
  color: #ff6d4b;
  text-align: center;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: TSans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.zem-flex {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.zem-flex-col {
  width: 105px;
}

.zem-card-f1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 600;
}

.zem-card-f1.white {
  color: #fff;
}

.zem-card-f3 {
  color: #636366;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
}

.zem-card-f3.white {
  color: #a7a7b3;
}

.zem-card-f2 {
  text-align: center;
  line-height: 1.3;
}

.zem-flex-wrap {
  justify-content: center;
  display: flex;
}

.zem-flex-wrap.last {
  margin-bottom: 0;
}

.zem__slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
}

.zem-slide-card {
  width: 50%;
  height: auto;
  padding: 7px;
}

.zem__slider-mask {
  height: auto;
}

.zem-slide-card-flex {
  height: 470px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 50px 30px 30px;
  display: flex;
}

.zem-slide-card-f1 {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}

.zem-slide-card-f2 {
  color: #6e6e78;
  font-size: 15px;
}

.zem-card-img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.zem-slide-card-contents {
  margin-top: 25px;
}

.sub-toggle-f1 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.space30 {
  height: 30px;
}

.zem-card-f4 {
  text-align: center;
  margin-bottom: 9px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 14px;
  font-weight: 600;
}

.zem-card-f4.white {
  color: #fff;
}

.tip-wrap {
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}

.tip-box {
  width: 230px;
  opacity: 0;
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 15px;
  font-size: 12px;
  line-height: 1.5;
  position: absolute;
  top: -10px;
  bottom: auto;
  left: 41px;
  right: auto;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.tip-arrow {
  width: 13px;
  height: 13px;
  background-color: #000;
  border-radius: 2px;
  position: absolute;
  top: 15px;
  bottom: auto;
  left: -5px;
  transform: rotate(45deg);
}

.main-f2 {
  text-align: left;
  font-family: Suit, sans-serif;
  font-size: 16px;
}

.main-f1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Suit, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.4;
}

.main__flex {
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.main__flex-in {
  border-top: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  padding-right: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.main__flex-in.last {
  border-bottom: 1px solid #000;
}

.main__flex-in.last.notop {
  border-top-style: none;
}

.main-space {
  height: 7vh;
}

.main-space.watch {
  height: 28vh;
}

.intro-sectionbtn-wrap {
  z-index: 9;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.intro-sectionbtn {
  padding-left: 4px;
  padding-right: 4px;
}

.sub-header {
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.sub-header-f1 {
  color: #333;
  margin-right: 6px;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}

.sub-header-round {
  width: 21px;
  height: 21px;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.sub-header-f2 {
  color: #6e6e78;
  font-size: 16px;
  font-weight: 600;
}

.splide {
  height: auto;
  flex-direction: column;
  margin-bottom: 24px;
  display: flex;
}

.sub-con {
  align-items: flex-start;
  display: flex;
}

.sub-con-left {
  flex: 1;
}

.sub-con-left.center {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.sub-con-right {
  padding-top: 3px;
  padding-bottom: 10px;
  padding-left: 10px;
  display: none;
}

.sub-con-f1 {
  margin-bottom: 28px;
  font-size: 22px;
  font-weight: 600;
}

.sub-con-f2 {
  color: #6e6e78;
  font-size: 16px;
}

.splide__slide {
  width: 100%;
  height: auto;
  flex-direction: column;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
}

.splide__slide.nopadding {
  padding-left: 0;
  padding-right: 0;
}

.splide__slide.ok {
  padding-left: 0;
  padding-right: 0;
  overflow: visible;
}

.sub-con-f3 {
  text-align: center;
  margin-bottom: 150px;
  font-size: 28px;
  font-weight: 600;
}

.sub-con-f4 {
  color: #6e6e78;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 600;
}

.sub-con-datamove-con {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.sub-con-datamove-con-btn {
  width: 250px;
  height: 56px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
  display: flex;
}

.sub-con-datamove-con-next {
  color: #6e6e78;
  margin-top: 30px;
}

.sub__slider {
  z-index: 999;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 50px;
  margin-left: -25px;
  margin-right: -25px;
  position: relative;
}

.sub__slider.ok {
  position: absolute;
  top: auto;
  bottom: -255px;
  left: 0%;
  right: 0%;
}

.sub__slider-mask {
  height: auto;
  margin-right: -6px;
}

.sub-sucess-f2 {
  color: #3617ce;
  text-align: center;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
}

.sub-sucess-f2-wrap {
  display: block;
}

.sub-nav-close {
  margin-top: -3px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 25px;
}

.section {
  height: 100%;
  padding-top: 0;
  position: relative;
}

.section.main {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.section.main2 {
  background-color: #f0f0f4;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 50px;
  display: flex;
}

.section.min {
  height: auto;
}

.sub-tip-google {
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}

.sub-tip-google-open {
  z-index: 999;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 35px;
  font-size: 12px;
  line-height: 1.5;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.sub-tip-p {
  color: #3617ce;
  font-weight: 600;
  text-decoration: underline;
}

.sub-tip-f1 {
  margin-bottom: 30px;
  font-size: 18px;
}

.sub-tip-f2 {
  margin-top: 20px;
  text-decoration: underline;
}

.sub-tip-google-open-in {
  max-width: 310px;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 15px;
  padding: 35px;
}

.sub-slide-flex01 {
  height: 100%;
  background-color: #3617ce;
  background-image: url('../images/sub-ok-slide01.svg');
  background-position: 93% 44px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  display: flex;
}

.sub-slide-flex02 {
  height: 100%;
  background-color: #3617ce;
  background-image: url('../images/sub-ok-slide02.svg');
  background-position: 93% 44px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  display: flex;
}

.sub-slide-flex03 {
  height: 100%;
  background-color: #3617ce;
  background-image: url('../images/sub-ok-slide03.svg');
  background-position: 93% 44px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  display: flex;
}

.sub-slide-flex04 {
  height: 100%;
  background-color: #d0d0d7;
  background-image: url('../images/sub-ok-slide04.svg');
  background-position: 93% 44px;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 15px;
  flex-direction: column;
  justify-content: space-between;
  padding: 23px;
  display: flex;
}

.sub-con-f2-copy {
  color: #6e6e78;
  font-size: 16px;
}

.sub-con-plink {
  color: #3617ce;
  margin-top: 20px;
  font-size: 16px;
  text-decoration: underline;
}

.data-last-btn {
  width: 220px;
  height: 48px;
  border: 1px solid #000;
  border-radius: 101px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-right: 5px;
  font-size: 16px;
  font-weight: 400;
  display: flex;
}

.data-last-btn-arrow {
  margin-left: 8px;
}

.sub-tip-notice {
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}

.sub-tip-notice-open {
  z-index: 999;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 35px;
  font-size: 12px;
  line-height: 1.5;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.sub-tip-open-p {
  margin-bottom: 8px;
  font-size: 12px;
}

.sub-tip-esim {
  cursor: pointer;
  margin-top: 20px;
  position: relative;
}

.sub-tip-esim-open {
  z-index: 999;
  color: #fff;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 35px;
  font-size: 12px;
  line-height: 1.5;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
}

.ser-f1-small {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Suit, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.use-direct-youthbanner {
  color: #fff;
  background-color: #3617ce;
  border-radius: 15px;
  flex-direction: column;
  margin-bottom: 160px;
  padding: 40px 30px;
  display: flex;
}

.use-direct-youthbanner-f1 {
  margin-bottom: 15px;
  font-family: Suit, sans-serif;
  font-size: 13px;
  font-weight: 500;
}

.use-direct-youthbanner-f2 {
  margin-bottom: 34px;
  font-family: TSans, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

.use-direct-youthbanner-f3 {
  color: #d0d0d7;
  font-size: 15px;
}

.use-direct-youthbanner-in {
  justify-content: space-between;
  display: flex;
}

.use-direct-youthbanner-img {
  margin-left: 20px;
}

.use-direct-youthbanner-link {
  height: 45px;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  margin-top: 29px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.card-flex-title {
  margin-bottom: 50px;
  font-family: TSans, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.card-flex-li-top-span {
  font-family: Suit, sans-serif;
  font-size: 16px;
}

.card-flex-li-col-btn {
  margin-top: 20px;
}

.more-list-span {
  color: #888892;
  text-align: center;
  font-size: 13px;
}

.space50 {
  height: 50px;
}

.zem-slide-card-li {
  color: #8a8a8a;
  padding-left: 15px;
}

.zem-slide-card-f1--span {
  font-size: 16px;
}

.nav__clickbg {
  z-index: 99;
  width: 100%;
  height: 100vh;
  opacity: 0;
  background-color: rgba(0, 0, 0, .3);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-dropline {
  height: 1px;
  background-color: #6e6e78;
  margin-top: 20px;
  margin-bottom: 20px;
}

.menu-dropdown--more02, .menu-dropdown--more03, .menu-dropdown--more04 {
  height: 50px;
  color: #fff;
  text-align: left;
  cursor: pointer;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
  font-weight: 600;
  overflow: hidden;
}

.card-more-wrap01 {
  height: 65px;
  color: #6e6e78;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.card-more-arrow {
  margin-left: 20px;
}

.card-flex02 {
  height: 260px;
  flex-direction: column;
  display: flex;
  overflow: hidden;
}

.card-flex02.open {
  height: auto;
}

.card-more-wrap01-copy, .card-more-wrap02 {
  height: 65px;
  color: #6e6e78;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  margin-bottom: 180px;
  font-size: 17px;
  font-weight: 600;
  display: flex;
}

.plan-toggle-line {
  height: 1px;
  background-color: #d0d0d7;
  margin-top: 30px;
  margin-bottom: 30px;
}

.space20 {
  height: 20px;
}

.fullpage {
  height: 100vh;
}

.sub-tip-p-link {
  color: #3617ce;
}

.card-flex-li-link {
  color: #3617ce;
  text-decoration: underline;
}

.splide-veiw.splide {
  display: none;
}

.splide-ok {
  height: auto;
}

.ser-pp {
  color: #888892;
  padding-left: 81px;
}

.slide_footer, .slide__footer {
  padding-left: 19px;
  padding-right: 19px;
  overflow: hidden;
}

.slide__footer.show {
  height: auto;
  opacity: 1;
}

.video-btn {
  z-index: 9;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: absolute;
  top: 298px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__s {
  display: none;
}

.video__p {
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

html.w-mod-js [data-ix="scroll-1"], html.w-mod-js [data-ix="scroll-2"], html.w-mod-js [data-ix="scroll-3"] {
  opacity: 0;
  transform: translate(0, 10px);
}

html.w-mod-js [data-ix="sub-toggle"] {
  height: 50px;
}

html.w-mod-js [data-ix="direct-toggle"] {
  height: 60px;
}

html.w-mod-js [data-ix="reward-toggle"] {
  height: 36px;
}

html.w-mod-js [data-ix="menu-toggle-and"], html.w-mod-js [data-ix="menu-toggle-ios"], html.w-mod-js [data-ix="menu-toggle-more-1"], html.w-mod-js [data-ix="menu-toggle-more-2"], html.w-mod-js [data-ix="menu-toggle-more-3"], html.w-mod-js [data-ix="menu-toggle-more-4"] {
  height: 50px;
}

html.w-mod-js [data-ix="oper-load"] {
  opacity: 0;
}

html.w-mod-js [data-ix="oper-side-load"] {
  opacity: 0;
  transform: translate(50px);
}

@media screen and (max-width: 991px) {
  .nav {
    max-width: 991px;
  }

  .u-mobile-wrap {
    width: 100%;
    max-width: 991px;
  }

  .sub-shere {
    display: none;
  }

  .intro-slide-card {
    width: 95%;
  }

  .slide-nav.introslider {
    display: block;
  }

  ._w-991--slider {
    padding-right: 0;
  }

  .slide_footer {
    padding-left: 35px;
  }

  .slide__footer {
    padding-left: 39px;
  }
}

@media screen and (max-width: 767px) {
  .intro {
    min-height: 750px;
    padding-top: 100px;
  }

  .intro.use {
    height: 800px;
    min-height: auto;
    justify-content: flex-start;
    padding-top: 80px;
    position: relative;
  }

  .tabs-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .sub-shere {
    display: flex;
  }

  ._w-991.unposition {
    position: static;
  }

  .intro__arrow {
    margin-top: 10px;
  }

  .intro__arrow.use {
    position: absolute;
    top: auto;
    bottom: 40px;
    left: 0%;
    right: 0%;
  }

  .intro-embed.use {
    min-width: 1040px;
    margin-bottom: 60px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .intro-embed.main {
    min-width: 800px;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .intro-video-wrap.use {
    margin-bottom: -30px;
  }

  .intro-video-wrap.use.fixed {
    position: absolute;
    top: auto;
    bottom: -37px;
    left: 0%;
    right: 0%;
  }

  .ham {
    top: 11px;
    right: 10px;
  }

  .nav--menu {
    width: 330px;
    background-color: #000;
  }

  .main-embed {
    width: 390px;
  }

  .intro-menu-flex {
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .intro-menu-flex-col {
    width: 100%;
    margin-bottom: 15px;
  }

  .intro-menu-flex-incard {
    margin-bottom: 20px;
  }

  .intro-menu-flex-incard-f2 {
    font-size: 22px;
  }

  .intro-menu-flex-incard-f2.applewatch {
    letter-spacing: -.8px;
  }

  .intro__slider {
    height: auto;
  }

  .slide-nav {
    display: block;
  }

  .main-video-arrow-wrap {
    top: 45vh;
  }

  .use-flex.last {
    margin-bottom: 180px;
  }

  .use-flex-in.last {
    border-bottom-style: none;
  }

  .use-subtitle {
    width: 240px;
    font-size: 16px;
  }

  .use-flex-in-tag-wrap {
    padding-right: 20px;
  }

  .allcare-flex-col {
    width: 50%;
  }

  .allcare-li-flex {
    align-items: flex-start;
  }

  .pre-how-box-col.ver-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .pre-how-box-iconwrap {
    margin-right: 6%;
  }

  .more-wrap {
    min-height: auto;
  }

  .more-tmem-flex {
    flex-direction: column;
  }

  .more-tmem-line {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .more-logo--sub {
    margin-left: 0;
  }

  .tuni-how-box-iconwrap {
    margin-bottom: 15px;
  }

  .tuni-how-box-icon {
    margin-right: 10px;
  }

  .zem__slider {
    height: auto;
    padding-right: 25px;
  }

  .zem-slide-card {
    width: 100%;
  }

  .tip-wrap {
    margin-right: 10px;
  }

  .sub-con-right {
    display: block;
  }

  .sub__slider {
    height: auto;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
  }

  .sub-tip-google {
    margin-right: 10px;
  }

  .sub-tip-f1 {
    margin-bottom: 30px;
  }

  .sub-tip-f2 {
    cursor: pointer;
    margin-top: 30px;
    text-decoration: underline;
  }

  .sub-tip-notice, .sub-tip-esim {
    margin-right: 10px;
  }

  .more-list-span {
    text-align: left;
  }

  .slide_footer, .slide__footer {
    padding-left: 19px;
  }
}

@media screen and (max-width: 479px) {
  .intro.main {
    padding-top: 0;
  }

  .tabs-menu {
    margin-right: auto;
  }

  .sub-toggle-p.direct.online {
    padding-left: 32px;
  }

  .section-contents.sub {
    overflow: hidden;
  }

  .intro__arrow.more {
    text-align: center;
    margin-top: 50px;
  }

  .intro-embed.more.direct, .intro-embed.more.reward, .intro-embed.more.allcare, .intro-embed.more.additional, .intro-embed.more.prevention, .intro-embed.more.card {
    transform: none;
  }

  .intro-embed.use {
    min-width: 930px;
  }

  .intro-video-wrap.main {
    margin-top: -49px;
    margin-bottom: -49px;
  }

  .nav--menu {
    max-width: 90vw;
  }

  .intro--main {
    padding-bottom: 80px;
  }

  .intro-menu-flex-incard {
    justify-content: center;
  }

  .intro-mockup-img.notmargin {
    margin-left: 0;
    margin-right: 0;
  }

  .intro-slide-card {
    color: #fff;
  }

  .intro__slider-mask {
    overflow: visible;
  }

  .slide-nav {
    font-size: 7px;
  }

  .plan-toggle.open {
    height: auto;
  }

  .sub-toggle-num {
    min-width: 50px;
  }

  .use-flex-in-tag {
    margin-left: 10px;
    font-size: 13px;
  }

  .use-flex-in-tag-wrap {
    padding-right: 10px;
  }

  .pre-how-box-col {
    justify-content: space-between;
  }

  .pre-how-box-col.left {
    justify-content: flex-start;
  }

  .pre-how-box-iconwrap {
    margin-right: 10%;
  }

  .pre-how-box-iconwrap.last {
    margin-right: 0;
  }

  .tuni-how-box-iconwrap {
    font-size: 15px;
  }

  .zem__slider-mask {
    overflow: visible;
  }

  .zem-slide-card-f2 {
    font-size: 14px;
  }

  .sub-toggle-p--small {
    font-size: 12px;
  }

  .sub__slider {
    margin-left: -20px;
    margin-right: -15px;
    padding-left: 15px;
  }

  .sub__slider-mask {
    overflow: visible;
  }

  .video-btn {
    top: 56.9vw;
  }
}


@font-face {
  font-family: 'TSans';
  src: url('../fonts/TSansBetaTTFRegular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TSans';
  src: url('../fonts/TSansBetaTTFLight.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'TSans';
  src: url('../fonts/TSansBetaTTFBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suit';
  src: url('../fonts/SUIT-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}