@keyframes an_none {
  100% {
    opacity: 1;
    transform: none;
  }
}
html,
body {
  overflow-x: hidden !important;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans TC", "Microsoft JhengHei", Arial, sans-serif;
  border: none;
}
a {
  cursor: pointer;
  background-color: transparent;
  color: inherit;
  border: none;
}
a:not([default]) {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  font-size: inherit;
}
span.w {
  font-weight: bold;
}
img {
  display: block;
  border: none;
  pointer-events: none;
  user-select: none;
}
img:not([default]) {
  max-width: 100%;
}
img[src$=".svg"] {
  width: 100%;
}
svg {
  width: 100%;
}
* {
  box-sizing: border-box;
  outline: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
}
button {
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
ul {
  margin: 0;
  padding-left: 1em;
}
ul.cus > li {
  padding-left: 1.2em;
}
ul.cus._gh > li {
  padding-left: 1.5em;
}
ul.cus._num > li:nth-child(n + 10) {
  padding-left: 1.8em;
}
ul.cus._num._gh > li:nth-child(n + 10) {
  padding-left: 2.1em;
}
ul.decimal {
  list-style: decimal;
}
ul.disc {
  list-style: disc;
}
ul.upper_alpha {
  list-style: upper-alpha;
}
ul.cus {
  list-style: none;
  padding: 0;
}
ul.cus > li {
  position: relative;
}
ul.cus > li::before {
  content: attr(str);
  position: absolute;
  top: 0;
  left: 0;
}
ul.cus._gh > li::before {
  content: "(" attr(str) ")";
}
ul._dot {
  list-style: none;
  padding: 0;
}
ul._dot > li::before {
  content: "‧";
  position: relative;
  margin-left: -1em;
}
ul li::before {
  font-size: inherit;
}
ul li ::marker {
  text-indent: 0 !important;
}
@media (min-width: 1501px) {
  .up_nb_hide {
    display: none !important;
  }
}
@media (max-width: 1500px) {
  .mb_hide {
    display: none !important;
  }
}
@media (min-width: 1201px) {
  .up_nb2_hide {
    display: none !important;
  }
}
@media (max-width: 1200px) {
  .mb2_hide {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .up_lg_hide {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .lg_hide {
    display: none !important;
  }
}
@media (min-width: 901px) {
  .up_lg2_hide {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .lg2_hide {
    display: none !important;
  }
}
@media (min-width: 769px) {
  .up_md_hide {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .md_hide {
    display: none !important;
  }
}
@media (min-width: 601px) {
  .up_sm_hide {
    display: none !important;
  }
}
@media (max-width: 600px) {
  .sm_hide {
    display: none !important;
  }
}
@keyframes an_fade {
  100% {
    opacity: 1;
  }
}
@keyframes an_none {
  100% {
    opacity: 1;
    transform: none;
  }
}
.pop_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  overflow-x: hidden;
  overflow-y: auto;
}
.pop_frame:not(.active) {
  display: none;
}
.pop_frame._loading {
  background-image: url("../img/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80px auto;
}
.pop_frame .pop_close {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pop_frame .pop_ctn {
  position: relative;
  left: 50%;
  width: 0;
  padding: 40px 0;
  min-height: 100%;
  display: flex;
  align-items: center;
}
.pop_frame .pop_ctn._ie {
  height: 100%;
}
.pop_frame .pop_ctn > * {
  flex-shrink: 0;
  position: relative;
  left: 0;
  transform: translateX(-50%);
  width: 94vw;
}
.pop_frame #video {
  position: relative;
  max-width: 900px;
}
.pop_frame #video::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.pop_frame #video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  html.nav_active,
  body.nav_active {
    overflow-y: hidden;
  }
}
html.no_scroll,
body.no_scroll {
  overflow-y: hidden;
}
.pageAnchor {
  position: absolute;
  top: -80px;
  left: 0;
  width: 100%;
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #ffffff;
  border-bottom: 1px solid #d8dfe3;
  padding-left: 20px;
}
.header .header_ctn {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 60px;
}
.header .logo {
  display: block;
  margin-right: 25px;
}
.header .menu_ctn {
  display: flex;
}
.header .menu_ctn + * {
  margin-left: auto;
}
@media (max-width: 1150px) {
  .header .menu_ctn {
    display: none !important;
  }
}
.header .menu_ctn .menu_box .sub_frame {
  padding-left: 1.5em;
  padding-right: 1.5em;
}
.header .menu_ctn .menu_box:not(:hover) .sub_frame {
  display: none;
}
.header .menu_ctn .menu_box:hover .menu_item {
  color: #178888;
}
.header .menu_ctn .menu_box:hover .menu_item::before {
  width: 100%;
}
.header .menu_ctn .menu_item {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  display: block;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
  padding: 0 1em;
  font-weight: 500;
}
.header .menu_ctn .menu_item:hover {
  color: #178888;
}
.header .menu_ctn .menu_item:hover::before {
  width: 100%;
}
.header .menu_ctn .menu_item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #178888;
  transition: 0.3s ease;
}
.header .discount_btn {
  cursor: pointer;
  transition: 0.3s ease;
  height: 100%;
  background-color: #178888;
  padding: 0 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .discount_btn:hover {
  opacity: 0.8;
}
@media (max-width: 1150px) {
  .header .discount_btn {
    display: none;
  }
}
.header .exclusive-discount,
.header #phishing_btn {
  cursor: pointer;
  transition: 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #006060;
}
.header .exclusive-discount:hover,
.header #phishing_btn:hover {
  opacity: 0.8;
}
.header .exclusive-discount {
  background-color: #e60012;
}
.header .nav_btn {
  width: 60px;
  height: 60px;
  cursor: pointer;
  transition: 0.3s ease;
  position: relative;
  background: url("../img/build/menu/menu.svg") no-repeat center;
  background-size: 40% auto;
}
.header .nav_btn:hover {
  opacity: 0.8;
}
@media (min-width: 1151px) {
  .header .nav_btn {
    display: none;
  }
}
.header_fill {
  height: 60px;
}
.sub_frame {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #f6f6f6;
  box-shadow: inset 0px 20px 23px 0 rgba(50, 50, 50, 0.13);
  min-height: 190px;
  padding: 30px 0;
}
.sub_frame .sub_ctn {
  display: flex;
  justify-content: center;
}
.sub_frame .sub_box:not(:last-child) {
  margin-right: 80px;
}
.sub_frame .sub_box .title {
  line-height: 1;
  color: #178888;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
.sub_frame .sub_box .link {
  font-size: 14px;
  display: block;
}
.sub_frame .sub_box .link:not(:last-child) {
  margin-bottom: 0.4em;
}
.sub_frame .sub_box .link a {
  position: relative;
  cursor: pointer;
  transition: 0.3s ease;
  display: inline-block;
  font-size: 14px;
  color: #36444d;
  font-weight: 500;
}
.sub_frame .sub_box .link a:hover {
  color: #178888;
}
.sub_frame .sub_box .link a:hover::before {
  width: 100%;
}
.sub_frame .sub_box .link a::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #178888;
  transition: 0.3s ease;
}
@media (min-width: 1151px) {
  .side_frame {
    display: none;
  }
}
.side_frame:not(.active) .side_bg {
  display: none;
}
.side_frame:not(.active) .menu_frame {
  transform: translateX(-100%);
}
.side_frame .side_bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgba(45, 55, 62, 0.8);
}
.side_frame .menu_frame {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  font-size: 20px;
  color: #262c21;
  transition: 0.5s ease;
}
.side_frame .menu_close {
  width: 2.5em;
  height: 2.5em;
  flex-shrink: 0;
  cursor: pointer;
  background: url("../img/build/menu/close.svg") no-repeat center;
  background-color: #178888;
}
.side_frame .menu_ctn {
  width: 100%;
  overflow-y: auto;
  background-color: #f6f6f6;
  display: flex;
  flex-direction: column;
}
.side_frame .menu_box:not(:last-child) .item_title._lv1 {
  position: relative;
}
.side_frame .menu_box:not(:last-child) .item_title._lv1::before {
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #d8dfe3;
}
.side_frame .menu_box .item_title {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-right: 0.5em;
  padding-left: 1em;
}
.side_frame .menu_box .item_title._lv3 {
  padding-left: 2em;
}
.side_frame .menu_box .item_title._lv3:hover {
  color: #178888;
}
.side_frame .menu_box .item_title.active,
.side_frame .menu_box .item_title.active + .item_box {
  background-color: #ffffff;
}
.side_frame .menu_box .item_title.active .title {
  font-weight: 500;
  color: #178888;
}
.side_frame .menu_box .item_title.active .arrow {
  transform: rotate(-180deg);
}
.side_frame .menu_box .item_title.active .arrow .active {
  display: block;
}
.side_frame .menu_box .item_title.active .arrow .default {
  display: none;
}
.side_frame .menu_box .item_title.active._lv2 {
  position: relative;
}
.side_frame .menu_box .item_title.active._lv2::before {
  content: "";
  display: block;
  position: absolute;
  left: 1em;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: #d8dfe3;
}
.side_frame .menu_box .item_title.active._lv2,
.side_frame .menu_box .item_title.active._lv2 + .item_box {
  background-color: #f2ffff;
}
.side_frame .menu_box .item_title .title {
  display: block;
  width: 100%;
  transition: 0.3s ease;
}
.side_frame .menu_box .item_title .title > * {
  display: block;
  font-size: 80%;
  padding: 1em 0;
}
.side_frame .menu_box .item_title .title .hot {
  line-height: 1;
  position: relative;
  top: -0.2em;
  background-color: #d60000;
  color: #ffffff;
  border-radius: 5px;
  font-size: 75%;
  display: inline-block;
  padding: 0.4em 0.5em;
  margin-left: 0.7em;
}
.side_frame .menu_box .item_title .title .hot::after {
  content: "";
  display: block;
  height: 0.1em;
}
.side_frame .menu_box .item_title .arrow {
  flex-shrink: 0;
  width: 1em;
  transition: 0.3s ease;
}
.side_frame .menu_box .item_title .arrow .active {
  display: none;
}
.side_frame .menu_box .item_title .arrow .default {
  display: block;
}
.side_frame .menu_box .item_box {
  display: none;
}
.footer_frame {
  position: relative;
  display: block;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .footer_frame {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .footer_frame {
    font-size: 1.33333333vw;
  }
}
@media (max-width: 768px) {
  .footer_frame {
    font-size: 2.60416667vw;
  }
}
@media (min-width: 769px) {
  .footer_frame .footer_ctn {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media (min-width: 769px) {
  .footer_frame .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 2em;
    background: url("../img/build/footer/bg.jpg") no-repeat center;
    background-size: cover;
  }
}
.footer_frame #phone {
  position: relative;
  overflow: hidden;
  width: 16.5em;
}
@media (min-width: 769px) {
  .footer_frame #phone {
    margin-right: 2em;
  }
}
@media (max-width: 768px) {
  .footer_frame #phone {
    width: 20.3em;
    margin: 0 auto;
  }
}
.footer_frame #phone:not(.active) > img {
  transform: translateY(50%);
}
.footer_frame #phone > img {
  transition: 0.6s ease;
  width: 100%;
}
.footer_frame .footer_box {
  position: relative;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
  padding-bottom: 1.5em;
}
@media (max-width: 768px) {
  .footer_frame .footer_box {
    background: url("../img/build/footer/bg_m.jpg") no-repeat center bottom;
    background-size: cover;
    padding-top: 4.5em;
    padding-bottom: 2em;
  }
}
.footer_frame .footer_box .input {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1.5em;
  background-color: #fcfcfc;
  width: 21.5em;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer_frame .footer_box .input {
    width: 26em;
  }
}
.footer_frame .footer_box .input .zoom {
  width: 1.4em;
}
.footer_frame .footer_box .input .label {
  color: #178888;
  margin: 0 1em;
}
.footer_frame .footer_box .input .label > span {
  line-height: 1;
  display: block;
  font-weight: 400;
  font-size: 120%;
}
.footer_frame .footer_box .input .label > span::after {
  content: "";
  display: block;
  height: 0.1em;
}
@media (max-width: 768px) {
  .footer_frame .footer_box .input .label > span {
    font-size: 160%;
  }
}
.footer_frame .footer_box .input .ctbc {
  width: 2.5em;
  transform: translateY(-25%);
}
.footer_frame .footer_box .download {
  margin: 1.25em 0 0.5em;
}
.footer_frame .footer_box .download > span {
  line-height: 1;
  display: block;
  font-size: 350%;
  letter-spacing: 4px;
}
.footer_frame .footer_box .download > span::after {
  content: "";
  display: block;
  height: 0.1em;
}
@media (max-width: 768px) {
  .footer_frame .footer_box .download > span {
    font-size: 380%;
  }
}
.footer_frame .footer_box .text {
  margin-bottom: 1em;
}
.footer_frame .footer_box .text > span {
  line-height: 1;
  display: block;
  font-size: 130%;
}
.footer_frame .footer_box .text > span::after {
  content: "";
  display: block;
  height: 0.1em;
}
@media (max-width: 768px) {
  .footer_frame .footer_box .text > span {
    font-size: 180%;
  }
}
@media (max-width: 768px) {
  .footer_frame .footer_box .ios:not(:last-child) {
    margin-bottom: 0.5em;
  }
}
.footer_frame .footer_box .ios > span {
  display: block;
  font-size: 90%;
}
@media (max-width: 768px) {
  .footer_frame .footer_box .ios > span {
    font-size: 120%;
  }
}
.float_frame_fill {
  padding-top: 76px;
}
@media (max-width: 768px) {
  .float_frame_fill {
    padding-top: calc(76 / (768 * 1) * 100vw);
  }
}
.float_frame {
  position: fixed;
  bottom: 30%;
  right: 1em;
  z-index: 20;
}
@media (max-width: 768px) {
  .float_frame {
    font-size: 0;
    line-height: 1;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    display: flex;
  }
}
.float_frame.hideOn.ready {
  transition: 0.3s ease;
}
@media (min-width: 769px) {
  .float_frame.hideOn:not(.active) {
    transform: scale(0);
  }
}
@media (max-width: 768px) {
  .float_frame.hideOn {
    transform-origin: center bottom;
  }
  .float_frame.hideOn:not(.active) {
    transform: scaleY(0);
  }
}
.float_frame > a {
  display: block;
}
@media (max-width: 768px) {
  .float_frame > a {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .float_frame img {
    margin: 0 auto;
    width: 100%;
    max-width: 768px;
  }
}
@media (min-width: 769px) {
  .float_frame > a {
    border-radius: 50%;
    filter: drop-shadow(1px 0.3em 0.4em rgba(1, 122, 122, 0.2));
    transition: 0.3s ease;
  }
  .float_frame > a:not(:last-child) {
    margin-bottom: 1.3em;
  }
  .float_frame > a:hover {
    filter: drop-shadow(1px 0.3em 0.4em rgba(1, 122, 122, 0.5));
  }
  .float_frame > a._app {
    width: 9.6em;
  }
  .float_frame > a._cs {
    width: 6.3em;
    margin: 0 auto;
  }
}
.pop_frame._disc .pop_ctn {
  padding: 80px 0 40px;
}
.pop_frame._disc .disc_frame {
  position: relative;
  max-width: 1490px;
  margin: 0 auto;
  border-radius: 35px;
  background-color: #fff;
  width: 90vw;
  padding-bottom: 50px;
}
@media (max-width: 1024px) {
  .pop_frame._disc .disc_frame {
    max-width: 717px;
  }
}
.pop_frame._disc .disc_frame .disc_close {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 50px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .pop_frame._disc .disc_frame .disc_close {
    right: 0;
    top: -60px;
  }
}
.pop_frame._disc .disc_frame .disc_ctn {
  width: 100%;
}
.pop_frame._disc .disc_frame .disc_ctn .kv {
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  overflow: hidden;
}
.pop_frame._disc .disc_frame .disc_ctn .kv .kv_btn {
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
  margin-top: 38%;
  margin-left: 14%;
  width: 31%;
}
@media (max-width: 1024px) {
  .pop_frame._disc .disc_frame .disc_ctn .kv .kv_btn {
    margin-top: 99%;
    margin-left: 9%;
    width: 81%;
  }
}
.pop_frame._disc .disc_frame .disc_ctn .kv .kv_btn:hover {
  transform: translateX(7px);
}
.pop_frame._disc .disc_frame .disc_ctn .ctn_wrap {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 28px;
}
.pop_frame._disc .disc_frame .disc_ctn .ctn_wrap > p {
  font-size: 24px;
  color: #007979;
}
@media (max-width: 1500px) {
  .pop_frame._disc .disc_frame .disc_ctn .ctn_wrap > p {
    font-size: 22px;
  }
}
.pop_frame._disc .disc_frame .disc_ctn .ctn_wrap hr {
  border-top: 1px solid #007979;
}
.pop_frame._disc .disc_frame .disc_ctn .ctn_wrap > ul > li {
  font-size: 20px;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .pop_frame._disc .disc_frame .disc_ctn .ctn_wrap > ul > li {
    font-size: 18px;
  }
}
.pop_frame._disc .disc_frame .disc_ctn .ctn_wrap > ul > li p:first-child {
  color: #007979;
}
.pop_frame._disc .disc_frame .disc_ctn .notice_wrap {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  border: 1px solid #007979;
  border-radius: 30px;
  padding: 50px;
  width: 80%;
}
@media (max-width: 1500px) {
  .pop_frame._disc .disc_frame .disc_ctn .notice_wrap {
    padding: 50px 25px;
  }
}
.pop_frame._disc .disc_frame .disc_ctn .notice_wrap .tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #007979;
  color: #fff;
  width: 219px;
  height: 45px;
  border-radius: 1000px;
}
.pop_frame._disc .disc_frame .disc_ctn .notice_wrap .tit p {
  line-height: 1;
}
.pop_frame._disc .disc_frame .disc_ctn .notice_wrap .tit p::after {
  content: "";
  display: block;
  height: 0.1em;
}
.pop_frame._disc .disc_frame .disc_ctn .close_btn {
  border: 1px solid #a8abaf;
  border-radius: 1000px;
  width: 120px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8abaf;
  padding: 0 20px;
  gap: 10px;
  cursor: pointer;
  margin: 50px auto 0;
}
.pop_frame._disc .disc_frame .disc_ctn .close_btn p {
  line-height: 1;
}
.pop_frame._disc .disc_frame .disc_ctn .close_btn p::after {
  content: "";
  display: block;
  height: 0.1em;
}
.pop_frame._disc .disc_frame .disc_ctn .close_btn .close {
  position: relative;
  width: 20px;
  height: 20px;
}
.pop_frame._disc .disc_frame .disc_ctn .close_btn .close span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a8abaf;
  left: 50%;
  top: 50%;
}
.pop_frame._disc .disc_frame .disc_ctn .close_btn .close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.pop_frame._disc .disc_frame .disc_ctn .close_btn .close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.disc_fill {
  background-color: #017c7c;
  height: 4em;
}
@media (max-width: 768px) {
  .disc_fill {
    height: 7em;
  }
}
.disc_layer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(1, 124, 124, 0.95);
  z-index: 20;
  transition: 0.5s ease;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .disc_layer {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  .disc_layer {
    font-size: 1.33333333vw;
  }
}
@media (max-width: 768px) {
  .disc_layer {
    font-size: 2.60416667vw;
  }
}
@media (max-width: 768px) {
  .disc_layer:not(._bottom) {
    bottom: 76px;
    margin-bottom: -2px;
  }
}
@media (max-width: 768px) {
  .disc_layer:not(._bottom) {
    bottom: calc(76 / (768 * 1) * 100vw);
    margin-bottom: -2px;
  }
}
@media (max-width: 768px) {
  .disc_layer.hideOn {
    opacity: 0;
  }
  .disc_layer.hideOn:not(.active) {
    display: none;
  }
  .disc_layer.hideOn.active {
    animation: 1s an_fade ease forwards;
  }
}
.disc_layer:not(.open) {
  transform: translateY(100%);
}
.disc_layer:not(.open) .top_frame._bg {
  display: none;
}
.disc_layer:not(.open) .disc_frame {
  opacity: 0;
}
.disc_layer.open .top_frame .title {
  opacity: 0;
}
.disc_layer.open .top_frame .arrow {
  transform: rotate(180deg);
}
.disc_layer .top_frame {
  cursor: pointer;
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  left: 0;
  right: 0;
  background-color: rgba(1, 124, 124, 0.95);
  height: 4em;
  padding-top: 2em;
}
@media (max-width: 768px) {
  .disc_layer .top_frame {
    height: 7em;
    padding-top: 3.1em;
  }
}
.disc_layer .top_frame .arrow {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2.8em;
  margin-top: -1.4em;
  margin-left: -1.4em;
  transition: 0.3s ease;
}
.disc_layer .top_frame .arrow:hover {
  filter: brightness(1.1);
}
.disc_layer .top_frame .arrow > img {
  transition: 0.5s ease;
}
.disc_layer .top_frame .title {
  line-height: 1;
  color: #ffffff;
  text-align: center;
  font-size: 120%;
}
@media (max-width: 768px) {
  .disc_layer .top_frame .title {
    font-size: 150%;
  }
}
.disc_layer .disc_frame {
  padding: 4.5em 0 3em;
}
@media (max-width: 768px) {
  .disc_layer .disc_frame {
    padding: 3em 0 3em;
  }
}
.disc_layer .disc_ctn {
  position: relative;
  max-width: fit-content;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .disc_layer .disc_ctn {
    min-width: 34em;
  }
}
.disc_layer .disc_ctn .close {
  cursor: pointer;
  position: absolute;
  right: 0;
  bottom: 100%;
  margin-bottom: 1.5em;
  width: 2.5em;
}
@media (max-width: 768px) {
  .disc_layer .disc_ctn .close {
    width: 3em;
  }
}
.disc_layer .disc_ctn .close > img {
  width: 100%;
}
.disc_layer .disc_ctn .arrow {
  cursor: pointer;
  position: absolute;
}
@media (min-width: 769px) {
  .disc_layer .disc_ctn .arrow {
    top: 5em;
    width: 3em;
  }
}
@media (max-width: 768px) {
  .disc_layer .disc_ctn .arrow {
    bottom: 0;
    width: 5.2em;
  }
}
@media (min-width: 769px) {
  .disc_layer .disc_ctn .arrow._prev {
    right: 100%;
  }
}
@media (max-width: 768px) {
  .disc_layer .disc_ctn .arrow._prev {
    left: 1.5em;
  }
}
@media (min-width: 769px) {
  .disc_layer .disc_ctn .arrow._next {
    left: 100%;
  }
}
@media (max-width: 768px) {
  .disc_layer .disc_ctn .arrow._next {
    right: 1.5em;
  }
}
.disc_layer .disc_title {
  position: absolute;
  left: 0;
  bottom: 100%;
  color: #ffffff;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
@media (min-width: 769px) {
  .disc_layer .disc_title {
    margin-bottom: 2.3em;
  }
}
@media (max-width: 768px) {
  .disc_layer .disc_title {
    padding-left: 1.5em;
    margin-bottom: 1.8em;
  }
}
.disc_layer .disc_title .title {
  font-size: 495%;
  line-height: 1;
}
@media (max-width: 768px) {
  .disc_layer .disc_title .title {
    font-size: 630%;
    letter-spacing: 0;
  }
}
.disc_layer .disc_title .sub {
  margin-left: 1.2em;
}
@media (max-width: 768px) {
  .disc_layer .disc_title .sub span {
    font-size: 150%;
  }
}
.disc_layer .card_ctn {
  display: none;
}
.disc_layer .card_box {
  text-align: center;
  padding: 1em;
}
.disc_layer .card_box .img_box {
  position: relative;
  padding-top: 68%;
  border-radius: 1em;
  filter: drop-shadow(-0.25em 0.2em 0.7em rgba(1, 24, 21, 0.61));
  background-color: #ffffff;
}
.disc_layer .card_box .img_box .box {
  position: absolute;
  top: 1.1em;
  left: 1.1em;
  right: 1.1em;
  bottom: 1.1em;
  background-color: #8e8e8e;
  overflow: hidden;
}
@media (max-width: 768px) {
  .disc_layer .card_box .img_box .box {
    position: absolute;
    top: 2.2em;
    left: 2.2em;
    right: 2.2em;
    bottom: 2.2em;
  }
}
.disc_layer .card_box .img_box .img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center;
  background-size: cover;
}
.disc_layer .card_box .title {
  color: #ffffff;
  margin: 0.9em 0;
}
@media (max-width: 768px) {
  .disc_layer .card_box .title {
    margin: 3em 0 1.5em;
  }
}
.disc_layer .card_box .title span {
  line-height: 1;
  display: block;
}
@media (max-width: 768px) {
  .disc_layer .card_box .title span {
    font-size: 150%;
  }
}
.disc_layer .card_box .more {
  border-radius: 50px;
  background-color: #a31111;
  color: #ffffff;
  margin: 0 auto;
  width: 6.6em;
  padding: 0.5em 0;
}
@media (max-width: 768px) {
  .disc_layer .card_box .more {
    width: 11em;
    padding: 0.9em 0;
  }
}
.disc_layer .card_box .more span {
  line-height: 1;
  display: block;
  font-size: 80%;
  padding-left: 0.5em;
}
.disc_layer .card_box .more span::after {
  content: "";
  display: block;
  height: 0.2em;
}
@media (max-width: 768px) {
  .disc_layer .card_box .more span {
    font-size: 140%;
  }
}
.disc_layer .swiper_frame {
  position: relative;
}
@media (min-width: 769px) {
  .disc_layer .swiper_frame {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .disc_layer .swiper_frame {
    left: 50%;
    transform: translateX(-50%);
    width: 97em;
    max-width: none !important;
  }
  .disc_layer .swiper_frame .swiper-slide {
    position: relative;
  }
  .disc_layer .swiper_frame .swiper-slide:not([class*="-active"]) .card_box {
    filter: brightness(0.5);
    transition: 1s ease;
  }
  .disc_layer .swiper_frame .swiper-slide:not([class*="-active"])[class*="-prev"] .card_box {
    transform: translate(10%, -4%) scale(0.8);
    transform-origin: right;
  }
  .disc_layer .swiper_frame .swiper-slide:not([class*="-active"])[class*="-next"] .card_box {
    transform: translate(-10%, -4%) scale(0.8);
    transform-origin: left;
  }
  .disc_layer .swiper_frame .swiper-slide[class*="-active"] {
    z-index: 2;
  }
  .disc_layer .swiper_frame .swiper-slide[class*="-active"] .card_box {
    transition: 1s ease;
  }
}
.ntc_frame {
  position: relative;
  padding: 0 2em;
}
@media (max-width: 768px) {
  .ntc_frame {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
.ntc_frame .red {
  color: #a31111;
}
.ntc_frame .ntc_btn {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 110%;
  padding: 1.5em 0;
}
@media (max-width: 768px) {
  .ntc_frame .ntc_btn {
    font-size: 180%;
    padding: 1em 0;
  }
}
.ntc_frame .ntc_btn .plus_btn {
  transform: translateY(1px);
  margin-left: 0.8em;
  position: relative;
  width: 0.6em;
  height: 0.6em;
}
.ntc_frame .ntc_btn .plus_btn::before,
.ntc_frame .ntc_btn .plus_btn::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #000000;
  transition: 0.3s ease;
}
.ntc_frame .ntc_btn .plus_btn:not(.active)::after {
  transform: rotate(-90deg);
}
.ntc_frame .ntc_ctn {
  transform: translateY(40px);
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0.2em 3em 0.2em rgba(73, 73, 73, 0.24);
}
.ntc_frame .ntc_ctn.active {
  animation-name: an_none;
}
@media (max-width: 768px) {
  .ntc_frame .ntc_ctn {
    max-width: 900px;
  }
}
@media (max-width: 768px) {
  .ntc_frame .ntc_ctn {
    box-shadow: 0 0.2em 1em 0 rgba(73, 73, 73, 0.24);
  }
}
.ntc_frame .ntc_box {
  display: none;
  padding: 1em 2em 2em;
}
.ntc_frame p {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 1em;
}
.ntc_frame ul {
  line-height: 1.8;
  font-size: 80%;
}
@media (max-width: 768px) {
  .ntc_frame ul {
    font-size: 150%;
  }
}
.ntc_frame ul:not(:last-child) {
  margin-bottom: 1em;
}
.popup-content {
  max-width: 375px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-content {
    max-width: 320px;
  }
}
.popup-content .close-popup {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 12px;
  color: #fff;
  font-size: 35px;
  line-height: 35px;
  cursor: pointer;
  z-index: 20;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .popup-content .close-popup {
    top: 9px;
    right: 14px;
  }
}
.popup-content .go-to,
.popup-content .await {
  display: inline-block;
  position: absolute;
  text-indent: -9999px;
  cursor: pointer;
}
.popup-content .await {
  width: 65px;
  height: 25px;
  bottom: 7px;
  right: 156px;
}
@media screen and (max-width: 767px) {
  .popup-content .await {
    bottom: 65px;
    width: 60px;
    height: 20px;
    right: 130px;
  }
}
.popup-content .go-to {
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .popup-content .go-to {
    height: 60px;
  }
}
.popup-content .applicableBtn {
  width: 178px;
  height: 30px;
  bottom: 55px;
  left: 20px;
}
.lity {
  background: rgba(0, 0, 0, 0.6);
}
.lity-content::after {
  box-shadow: none;
}
.lity-close {
  color: #000;
  text-shadow: none;
}
.lity-close:hover {
  color: rgba(0, 0, 0, 0.6);
  text-shadow: none;
}
.lity-info {
  display: inline-block;
  transform: translateY(2px);
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lity-info img {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .float {
    transform: translateY(66px);
    transition: transform 0.3s linear;
  }
  .hit-float .float {
    transform: translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .mobile-none {
    display: none;
  }
  .show-input .mobile-none {
    display: block;
  }
}
.break-on-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .break-on-mobile {
    display: block;
  }
}
.btn-phishing {
  display: flex;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .btn-phishing {
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .btn-phishing img {
    height: 45px;
  }
}
.phishing-content {
  background: #fff;
  width: 530px;
  min-height: 440px;
  max-width: 100%;
  padding: 20px 40px;
  border-radius: 5px;
  color: #262c2e;
  margin: 0 auto;
  font-size: 16px;
  max-height: 100vh;
  max-height: 100dvh;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .phishing-content {
    max-width: 90%;
    font-size: 14px;
    padding: 20px;
  }
}
.phishing-content .code-holder {
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
  max-width: 250px;
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #d4d4d4;
  margin: 0 auto;
  font-size: 14px;
}
.phishing-content .code-holder .code-time .time {
  color: #007d7d;
}
.countdown-ended.phishing-content .code-holder .code-time .time {
  color: #de3010;
}
.phishing-content .code-holder .code {
  width: 200px;
  height: 200px;
  margin: 10px auto;
}
.phishing-content .code-holder .code canvas,
.phishing-content .code-holder .code img {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.phishing-content .code-holder .app-link {
  background: #24a09a;
  outline: 0;
  border: 0;
  border-radius: 6px;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: #fff;
  width: 100%;
  display: none;
  padding: 10px;
}
.phishing-content .code-holder .app-link:disabled {
  background: #979898;
}
@media screen and (max-width: 767px) {
  .phishing-content .code-holder .app-link {
    margin-top: 10px;
    display: flex;
  }
}
.phishing-content .code-holder .app-link img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .phishing-content .code-holder .app-link img {
    width: 25px;
    height: 25px;
  }
}
.phishing-content .close-popup {
  right: -10px;
  top: -10px;
  background-image: url("../img/build/qrcode/close.png");
  background-size: 100%;
}
.phishing-content p {
  margin: 0 0 20px;
  line-height: 1.4;
}
.phishing-content ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .phishing-content ol {
    display: none;
  }
}
.phishing-content li {
  display: inline-flex;
  align-items: center;
  line-height: 1.45;
  margin-bottom: 15px;
}
.phishing-content li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .phishing-content li {
    margin-bottom: 10px;
  }
}
.phishing-content li .no {
  color: #fff;
  background: #f8d762;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
}
.phishing-content li img[src$=".svg"] {
  width: auto;
}
.phishing-content .qr-end {
  display: none;
}
.phishing-content .resetBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  font-size: 16px;
  color: #007d7d;
  cursor: pointer;
  padding: 0 10px;
}
.phishing-content .resetBtn > span {
  transform: translateY(2px);
}
.phishing-content .resetBtn img {
  margin-right: 5px;
  width: 28px;
  height: 26px;
}
.phishing-content h2 {
  font-size: 18px;
  margin: 0 0 20px;
  text-align: center;
  color: #007d7d;
  font-weight: bold;
}
body {
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 1500px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  body {
    font-size: 1.5625vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 2.60416667vw;
  }
}
img {
  display: block;
}
img[src$=".svg"] {
  width: 100%;
}
.footer_frame {
  margin-top: -2em;
}
@media (max-width: 768px) {
  .footer_frame {
    margin-top: -21em;
  }
}
[v-clock] {
  opacity: 0;
}
.space_frame {
  position: relative;
  padding: 2.5em 1.5em 0;
}
.bg_frame {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  bottom: -1px;
  z-index: -2;
}
@media (max-width: 1500px) {
  .bg_frame {
    display: flex;
    flex-direction: column;
  }
}
.bg_frame .bg1 {
  height: 54%;
  background: url("../img/bg1.jpg") no-repeat center bottom;
  background-size: cover;
}
@media (max-width: 768px) {
  .bg_frame .bg1 {
    background-image: url("../img/bg1_m.jpg");
    height: 100%;
  }
}
.bg_frame .bg2 {
  height: 46%;
  background: url("../img/bg2.jpg") no-repeat center top;
  background-size: cover;
}
@media (max-width: 768px) {
  .bg_frame .bg2 {
    flex-shrink: 0;
    background-image: url("../img/bg2_m.jpg");
    height: 81.5em;
  }
}
.main_ctn {
  position: relative;
  width: 100%;
  max-width: 60em;
  margin: 0 auto;
}
.main_ctn .top_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3em;
}
@media (max-width: 768px) {
  .main_ctn .top_logo {
    margin-bottom: 5em;
  }
}
.main_ctn .top_logo .icon {
  width: 4.5em;
  margin-right: 1.5em;
}
.main_ctn .top_logo .title {
  font-size: 200%;
  font-weight: bold;
  line-height: 1;
  color: #007979;
  letter-spacing: 2px;
}
.main_ctn .br_ctn {
  position: relative;
}
@media (max-width: 768px) {
  .main_ctn .br_ctn {
    padding: 0 1.5em;
  }
}
.main_ctn .br_box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 3px solid #a38233;
  border-bottom: 3px solid #e6c74a;
  pointer-events: none;
}
@media (min-width: 769px) {
  .main_ctn .br_box {
    height: 35em;
  }
}
@media (max-width: 768px) {
  .main_ctn .br_box {
    bottom: 12em;
  }
}
.main_ctn .br_box .line {
  background-image: linear-gradient(0deg, #e6c74a 0%, #f5e080 16%, #ffffaf 51%, #bfa34a 80%, #a38233 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3px;
}
.main_ctn .br_box .line._l {
  left: 0;
}
.main_ctn .br_box .line._r {
  right: 0;
}
.main_ctn .br_tag {
  background-image: linear-gradient(0deg, #e6c74a 0%, #f5e080 16%, #ffffaf 51%, #bfa34a 80%, #a38233 100%);
  position: relative;
  border-radius: 0.8em;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_ctn .br_tag.active::before {
  background: none;
}
.main_ctn .br_tag::before {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  content: "";
  border-radius: 0.8em;
  background-color: #017d7d;
}
@media (max-width: 600px) {
  .main_ctn .br_tag::before {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
}
.main_ctn .br_tag::before {
  background-image: linear-gradient(264deg, #145d5d 0%, #1da8a8 100%);
}
.main_ctn .br_tag .text {
  position: relative;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 2px;
  font-weight: 500;
  padding: 0.9em 1.4em;
}
.main_ctn .br_tag .text > span {
  position: relative;
  display: block;
  white-space: pre;
  top: -0.1em;
  font-size: 130%;
}
@media (max-width: 768px) {
  .main_ctn .br_tag .text > span {
    font-size: 170%;
  }
}
.info_ctn {
  padding-top: 3em;
}
@media (min-width: 769px) {
  .info_ctn {
    display: flex;
    justify-content: center;
  }
}
.info_ctn .template {
  opacity: 0;
  animation: 1s ease forwards;
}
.info_ctn .template:not(.active) {
  display: none;
}
.info_ctn .template.active {
  animation-name: an_none;
}
.info_ctn .phone_box {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .info_ctn .phone_box {
    order: 1;
    max-width: 17em;
    margin-right: 4em;
  }
}
@media (max-width: 768px) {
  .info_ctn .phone_box {
    padding-top: 3em;
  }
  .info_ctn .phone_box::before {
    content: "";
    position: absolute;
    top: 0.8em;
    left: -3em;
    right: -3em;
    z-index: -1;
    height: 30em;
    background: url("../img/bg2_m.jpg") no-repeat top center;
    background-size: 100% auto;
  }
}
.info_ctn .phone_box .tab_title {
  margin-bottom: 1.5em;
}
.info_ctn .phone_box .tab_title > div {
  color: #017d7d;
  line-height: 1;
  font-size: 180%;
  letter-spacing: 3px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  .info_ctn .phone_box .tab_title > div {
    color: #ffffff;
  }
}
.info_ctn .phone_box .phone {
  position: relative;
}
@media (max-width: 768px) {
  .info_ctn .phone_box .phone {
    max-width: 24.5em;
    margin: 0 auto;
    left: 20px;
  }
}
.info_ctn .phone_box .phone > img {
  width: 85%;
}
.info_ctn .phone_box .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.info_ctn .phone_box .arrow._l {
  left: 1em;
}
@media (min-width: 769px) {
  .info_ctn .phone_box .arrow._l {
    left: -3.5em;
  }
}
.info_ctn .phone_box .arrow._r {
  right: 1em;
}
@media (min-width: 769px) {
  .info_ctn .phone_box .arrow._r {
    right: -6.5em;
  }
}
.info_ctn .phone_box .arrow > img {
  width: 1.4em;
}
@media (min-width: 769px) {
  .info_ctn .info_box {
    order: 2;
    width: 100%;
    max-width: 29em;
    padding-top: 1em;
  }
}
.info_ctn .info_box .data_title {
  letter-spacing: 2px;
  padding-left: 1.5em;
  margin-bottom: 1em;
}
.info_ctn .info_box .data_title > div {
  font-weight: bold;
  color: #017d7d;
  line-height: 1;
  font-size: 140%;
}
.info_ctn .info_box .tab_title {
  padding-top: 0.5em;
  margin-bottom: 3em;
  text-align: center;
}
.info_ctn .info_box .tab_title > div {
  color: #a38233;
  font-size: 170%;
  line-height: 1;
  font-weight: bold;
}
.info_ctn .info_box .page_ctn {
  margin-bottom: 1em;
  display: flex;
  justify-content: center;
}
.info_ctn .info_box .data_ctn {
  position: relative;
}
@media (min-width: 769px) {
  .info_ctn .info_box .data_ctn {
    background-color: #017d7d;
    padding: 3em 1.5em;
    min-height: 21em;
  }
}
.info_ctn .info_box .data_no {
  position: absolute;
  top: 0;
  right: 0;
  width: 6em;
  height: 3.7em;
  background: url("../img/step-text-bg.jpg") no-repeat right top;
  background-size: 100% auto;
  padding-top: 1em;
  padding-left: 1em;
}
.info_ctn .info_box .data_no > div {
  font-size: 120%;
  color: #252525;
  text-align: center;
  font-weight: bold;
  line-height: 1;
}
.info_ctn .info_box .data_text {
  position: relative;
  color: #ffffff;
}
@media (min-width: 769px) {
  .info_ctn .info_box .data_text {
    max-width: 23em;
  }
}
@media (max-width: 768px) {
  .info_ctn .info_box .data_text {
    background-image: linear-gradient(0deg, #e6c74a 0%, #f5e080 16%, #ffffaf 51%, #bfa34a 80%, #a38233 100%);
    position: relative;
    border-radius: 1.7em;
    padding: 2em 0;
  }
  .info_ctn .info_box .data_text.active::before {
    background: none;
  }
  .info_ctn .info_box .data_text::before {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    content: "";
    border-radius: 1.7em;
    background-color: #017d7d;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .info_ctn .info_box .data_text::before {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
}
.info_ctn .info_box .data_text .no {
  position: relative;
  width: 7.3em;
  background-color: #ffffff;
  border-radius: 1em;
  padding: 0.2em;
  margin: 0 auto;
  margin-bottom: 1.5em;
}
.info_ctn .info_box .data_text .no > div {
  line-height: 1;
  font-size: 140%;
  color: #007979;
  text-align: center;
  font-weight: bold;
}
.info_ctn .info_box .data_text .no > div::after {
  content: "";
  display: block;
  height: 0.1em;
}
.info_ctn .info_box .data_text .text {
  position: relative;
  width: 23em;
  margin: 0 auto;
  min-height: 11em;
}
.info_ctn .info_box .data_text .text > div {
  font-size: 110%;
}
@media (max-width: 768px) {
  .info_ctn .info_box .data_text .text > div {
    width: 18em;
    font-size: 130%;
    line-height: 1.6;
  }
}
.info_ctn .info_box .data_text .arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.info_ctn .info_box .data_text .arrow._l {
  left: 1em;
}
@media (min-width: 769px) {
  .info_ctn .info_box .data_text .arrow._l {
    left: -3.5em;
  }
}
.info_ctn .info_box .data_text .arrow._r {
  right: 1em;
}
@media (min-width: 769px) {
  .info_ctn .info_box .data_text .arrow._r {
    right: -6.5em;
  }
}
.info_ctn .info_box .data_text .arrow > img {
  width: 1.4em;
}
.info_ctn .info_box .tab_ctn {
  padding-top: 1.5em;
}
@media (max-width: 768px) {
  .info_ctn .info_box .tab_ctn {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    display: flex;
    justify-content: center;
  }
}
.info_ctn .info_box .tabs {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .info_ctn .info_box .tabs {
    margin-right: -1em;
    margin-bottom: -1em;
  }
}
.info_ctn .info_box .tabs .tab {
  background-image: linear-gradient(0deg, #e6c74a 0%, #f5e080 16%, #ffffaf 51%, #bfa34a 80%, #a38233 100%);
  position: relative;
  border-radius: 1em;
  cursor: pointer;
  width: 3.5em;
  height: 2.1em;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.info_ctn .info_box .tabs .tab.active::before {
  background: none;
}
.info_ctn .info_box .tabs .tab::before {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  content: "";
  border-radius: 1em;
  background-color: #017d7d;
}
@media (max-width: 600px) {
  .info_ctn .info_box .tabs .tab::before {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
}
.info_ctn .info_box .tabs .tab.active > div {
  color: #017d7d;
}
.info_ctn .info_box .tabs .tab > div {
  position: relative;
  top: 50%;
  margin-top: -0.6em;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 90%;
}
@media (max-width: 768px) {
  .info_ctn .info_box .tabs .tab > div {
    letter-spacing: 0;
    font-size: 140%;
  }
}
@media (max-width: 768px) {
  .info_ctn .info_box .tabs .tab {
    width: 6.9em;
    height: 2.6em;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
.pages {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 769px) {
  .pages {
    justify-content: flex-end;
    margin-top: 1.5em;
  }
}
@media (max-width: 768px) {
  .pages {
    margin-right: -1em;
    margin-bottom: -1em;
  }
}
.pages .page {
  background-image: linear-gradient(0deg, #e6c74a 0%, #f5e080 16%, #ffffaf 51%, #bfa34a 80%, #a38233 100%);
  position: relative;
  border-radius: 50%;
  width: 2.2em;
  height: 2.2em;
  cursor: pointer;
  padding-left: 0.1em;
}
.pages .page.active::before {
  background: none;
}
.pages .page::before {
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  content: "";
  border-radius: 50%;
  background-color: #017d7d;
}
@media (max-width: 600px) {
  .pages .page::before {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
}
.pages .page.active > div {
  color: #017d7d;
}
.pages .page > div {
  position: relative;
  top: 50%;
  margin-top: -0.6em;
  color: #ffffff;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 90%;
}
@media (max-width: 768px) {
  .pages .page > div {
    letter-spacing: 0;
    font-size: 140%;
  }
}
@media (min-width: 769px) {
  .pages .page {
    margin-left: 0.5em;
    margin-bottom: 0.5em;
  }
}
@media (max-width: 768px) {
  .pages .page {
    width: 3.2em;
    height: 3.2em;
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
.back_ctn {
  position: relative;
  padding-top: 5em;
  padding-bottom: 8em;
}
@media (max-width: 768px) {
  .back_ctn {
    padding-bottom: 24em;
  }
}
.back_ctn .back_btn {
  display: block;
  color: #fff;
  cursor: pointer;
  width: 17em;
  margin: 0 auto;
  text-align: center;
  background: linear-gradient(180deg, #f96252, #ed3c28);
  border: 2px solid;
  box-shadow: #145d5d 0 0 10px 5px;
  border-radius: 50px;
}
@media (max-width: 600px) {
  .back_ctn .back_btn {
    width: 18em;
  }
}
.back_ctn .back_btn:hover {
  filter: brightness(1.05);
}
.back_ctn .back_btn > div {
  line-height: 1;
  font-weight: 500;
  padding: 0.8em 0;
  font-size: 120%;
}
.back_ctn .back_btn > div::after {
  content: "";
  display: block;
  height: 0.1em;
}
@media (max-width: 600px) {
  .back_ctn .back_btn > div {
    padding: 0.7em 0;
    font-size: 150%;
  }
}
.phone._1-1 ._1 {
  position: absolute;
  left: 4%;
  right: 18%;
  bottom: 65%;
  height: 21%;
}
.phone._1-1 ._2 {
  position: absolute;
  left: 4%;
  right: 18%;
  bottom: 41%;
  height: 22%;
}
.phone._1-1 ._3 {
  position: absolute;
  left: 4%;
  right: 18%;
  bottom: 12%;
  height: 27%;
}
.phone._1-2 ._1 {
  position: absolute;
  left: 4%;
  right: 18%;
  bottom: 65%;
  height: 26%;
}
.phone._1-2 ._2 {
  position: absolute;
  left: 4%;
  right: 18%;
  bottom: 19%;
  height: 45%;
}
.phone._1-3 ._1 {
  position: absolute;
  left: 4%;
  right: 18%;
  bottom: 65%;
  height: 25%;
}
.phone._1-3 ._2 {
  position: absolute;
  left: 4%;
  right: 18%;
  bottom: 19%;
  height: 45%;
}
.phone._1-3 ._3 {
  position: absolute;
  left: 10%;
  right: 34%;
  bottom: 9%;
  height: 11%;
}
.phone._1-3-1 ._1 {
  position: absolute;
  left: 5%;
  right: 57%;
  bottom: 6%;
  height: 8%;
}
.phone._1-3-1 ._2 {
  position: absolute;
  left: 43%;
  right: 20%;
  bottom: 6%;
  height: 8%;
}
.phone._1-0 ._1 {
  box-shadow: inset 0 0 0 1px red;
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 19%;
  height: 40%;
}
.phone._1-0 ._2 {
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 65%;
  height: 26%;
}
.phone._1-0 ._2 {
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 19%;
  height: 45%;
}
.phone._1-3 ._1 {
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 65%;
  height: 25%;
}
.phone._1-3 ._2 {
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 19%;
  height: 45%;
}
.phone._1-3 ._3 {
  position: absolute;
  left: 10%;
  right: 24%;
  bottom: 9%;
  height: 10%;
}
.phone._1-0 ._1 {
  box-shadow: inset 0 0 0 1px red;
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 19%;
  height: 40%;
}
.phone._1-0 ._2 {
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 65%;
  height: 21%;
}
.phone._1-0 ._2 {
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 19%;
  height: 45%;
}
.phone._1-3 ._1 {
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 65%;
  height: 25%;
}
.phone._1-3 ._2 {
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 19%;
  height: 45%;
}
.phone._1-3 ._3 {
  position: absolute;
  left: 10%;
  right: 24%;
  bottom: 9%;
  height: 10%;
}
.phone._1-0 ._1 {
  box-shadow: inset 0 0 0 1px red;
  position: absolute;
  left: 4%;
  right: 5%;
  bottom: 19%;
  height: 40%;
}
.phone._1-0 ._2 {
  box-shadow: inset 0 0 0 1px red;
  position: absolute;
  left: 23%;
  right: 24%;
  bottom: 9%;
  height: 7%;
}
.data_text {
  filter: drop-shadow(0px 6px 17.5px rgba(1, 125, 125, 0.54));
}
.data_text .ylw {
  color: #fffdc5;
}
.data_text .min-text {
  font-size: 80%;
}
.data_text .notice {
  font-size: 70%;
  color: #dfdfdf;
}
.data_text img {
  display: inline-flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  vertical-align: middle;
  padding: 0 5px;
}
.data_text a {
  text-decoration: underline;
}
.popup-frame {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  overflow: auto;
  padding-top: 150px;
  padding-bottom: 150px;
  display: none;
}
@media (max-width: 1024px) {
  .popup-frame {
    padding-top: min(26.04vw, 200px);
    padding-bottom: min(26.04vw, 200px);
  }
}
.popup-frame .popup-wrap {
  position: relative;
  max-width: 1490px;
  margin: 0 auto;
  border-radius: 35px;
  background-color: #fff;
  width: 90%;
}
@media (max-width: 1024px) {
  .popup-frame .popup-wrap {
    max-width: 717px;
  }
}
.popup-frame .popup-wrap .popup-close {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 50px;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .popup-frame .popup-wrap .popup-close {
    right: 0;
    top: -70px;
  }
}
.popup-frame .popup-wrap .popup {
  width: 100%;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
}
.popup-frame .popup-wrap .popup-main__table {
  width: 92%;
  margin: 3.5vw auto 5.2vw;
  overflow-x: auto;
}
.popup-frame .popup-wrap .popup-main__table::-webkit-scrollbar {
  width: 0;
  height: 10px;
}
.popup-frame .popup-wrap .popup-main__table::-webkit-scrollbar-track {
  border-radius: 999px;
  background-color: transparent;
}
.popup-frame .popup-wrap .popup-main__table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.4);
}
.popup-frame .popup-wrap .popup-main__table:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
}
.popup-frame .popup-wrap .popup-main__table img {
  max-width: 156vw;
}
.popup-frame .popup-wrap .popup-main__btn {
  width: min(32.42vw, 454px);
  margin: 30px auto 40px;
}
@media (max-width: 1024px) {
  .popup-frame .popup-wrap .popup-main__btn {
    width: min(77.34vw, 594px);
    margin-top: 6.51vw;
    margin-bottom: 9.11vw;
  }
}
.popup-frame .popup-wrap .popup .notice-wrap {
  position: relative;
  padding: 40px 10% 100px;
  background-color: #f6f6f6;
}
@media (max-width: 1024px) {
  .popup-frame .popup-wrap .popup .notice-wrap {
    padding: 6.51vw 5.46vw 12.76vw;
  }
}
.popup-frame .popup-wrap .popup .notice-wrap .title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
@media (max-width: 1024px) {
  .popup-frame .popup-wrap .popup .notice-wrap .title {
    margin-bottom: 6.5vw;
    font-size: 4.16vw;
  }
}
.popup-frame .popup-wrap .popup .notice-wrap ul.cus {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.4pt;
}
@media (max-width: 1024px) {
  .popup-frame .popup-wrap .popup .notice-wrap ul.cus {
    font-size: 3.38vw;
    line-height: 1.73;
  }
}
.popup-frame .popup-wrap .popup .notice-wrap ul.cus a {
  color: #013d98;
  border-bottom: 1px solid currentColor;
  transition: border 0.2s ease;
}
.popup-frame .popup-wrap .popup .notice-wrap ul.cus a:hover {
  border-color: transparent;
}
.popup-frame .popup-wrap .popup .close-btn {
  position: absolute;
  top: min(3.57vw, 50px);
  right: min(4.28vw, 60px);
  border: 1px solid #a8abaf;
  border-radius: 1000px;
  width: 120px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8abaf;
  padding: 0 20px;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
}
@media (max-width: 1024px) {
  .popup-frame .popup-wrap .popup .close-btn {
    top: 3.64vw;
    right: 50%;
    transform: translateX(50%);
    width: min(22.65vw, 174px);
    height: min(8.07vw, 62px);
    padding: 0;
    font-size: min(3.38vw, 26px);
  }
}
.popup-frame .popup-wrap .popup .close-btn p {
  line-height: 1;
}
.popup-frame .popup-wrap .popup .close-btn p::after {
  content: "";
  display: block;
  height: 0.1em;
}
.popup-frame .popup-wrap .popup .close-btn .close {
  position: relative;
  width: 20px;
  height: 20px;
}
@media (max-width: 1024px) {
  .popup-frame .popup-wrap .popup .close-btn .close {
    width: min(3.51vw, 27px);
    height: min(3.51vw, 27px);
  }
}
.popup-frame .popup-wrap .popup .close-btn .close span {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #a8abaf;
  left: 50%;
  top: 50%;
}
.popup-frame .popup-wrap .popup .close-btn .close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup-frame .popup-wrap .popup .close-btn .close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup-frame .popup-wrap ul._num li {
  padding-left: 19.2px;
}
@media (max-width: 1024px) {
  .popup-frame .popup-wrap ul._num li {
    padding-left: 4vw;
  }
}
.float_frame .exclusive-discount {
  margin-bottom: 25px;
  text-align: center;
  cursor: pointer;
}
.float_frame .exclusive-discount img {
  display: inline-block;
  vertical-align: middle;
  width: 8.85em;
  filter: drop-shadow(0 0 24px rgba(0, 0, 0, 0.2));
}
