@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.pc_Banner .slick-slide {
  height: 371px;
}

.mo_Banner .slick-slide {
  height: 200px;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("../assets/slick.eot");
  src: url("../assets/slick.eot?#iefix") format("embedded-opentype"), url("../assets/slick.woff") format("woff"), url("../assets/slick.ttf") format("truetype"), url("../assets/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 99;
}

/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
  /*    background: url(../images/are.png) 8px 0 no-repeat;*/
}

.slick-next {
  right: -25px;
  /*    background: url(../images/are.png) -10px 0 no-repeat;*/
}

/* Dots */
.slick-dots {
  position: absolute;
  display: block;
  width: 100%;
  padding: 0;
  margin: -39px 0 0 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 11px;
  height: 11px !important;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: transparent !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  display: table;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 7px;
  height: 7px;
  border-radius: 99em;
  background: #fff;
  content: "";
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #000;
}

.topContent .slick-next, .topContent .slick-prev {
  display: none !important;
}

.topContent .slick-dots li {
  width: 20px;
}

.topContent .slick-dots {
  position: relative;
  margin: 29px 0 0 0;
}

.tagContent .slick-dots {
  margin: 0px 0 0 0;
}

.tagContent .slick-dots li button:before {
  border: none;
}

.exposeCase .topicContent .slick-dots {
  margin: 0px 0 0 0;
}

.exposeCase .topicContent .slick-dots li {
  width: 20px;
}

.exposeCase .topicContent .slick-dots li button:before {
  border: none;
  background: #959595;
}

.exposeCase .topicContent .slick-dots li.slick-active button:before {
  border: none;
  background: #6bad3d;
}

.learningBox .exposeCase .topicContent li {
  margin: 0px 4px 20px 0;
}

.exposeCase .slick-prev {
  width: 46px;
  height: 108px;
  display: block;
  /* background: url(../images/le_ribtn.jpg) top left no-repeat; */
  left: -46px;
}

.exposeCase .slick-next {
  width: 46px;
  height: 108px;
  display: block;
  /* background: url(../images/ex_ribtn.jpg) top left no-repeat; */
  right: -29px;
}

.navigation .tagContent .slick-dots {
  margin: -13px 0 0 0;
  width: auto;
  text-align: right;
  position: relative;
  bottom: -11px;
}

.eventBox .navigation .tagContent .slick-dots {
  margin: -13px 0 0 0;
  width: auto;
  text-align: right;
  position: relative;
  bottom: -26px;
}

.navigation .slick-dots li button:before {
  background: #959595;
}

.navigation .slick-dots li.slick-active button:before {
  background: #6bad3d;
}

.recentBox .slick-dots {
  display: none !important;
}

.recentBox .slick-list {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}

.banner .slick-prev, .recentBox .slick-prev {
  left: 0px;
  width: 40px;
  height: 93px;
}

.banner .slick-next, .recentBox .slick-next {
  right: 0px;
  width: 40px;
  height: 93px;
}

.button_1 {
  display: inline-block;
  margin: auto;
  background: url(../img/btn/blue_btn.png);
  background-size: cover;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 73px;
  letter-spacing: 3px;
  text-align: center;
  color: #f5f5f5;
  line-height: 2;
  padding: 0.592% 3.602%;
}
@media screen and (max-width: 768px) {
  .button_1 {
    font-size: 5vw;
    padding: 1.592% 5.602%;
  }
}

.check_btn {
  font-size: 1.5625rem;
  margin: 45px auto 0 auto;
}

.slick-dots li {
  width: 4%;
  height: 6px !important;
  margin: 0 1px;
}
.slick-dots li button {
  padding: 0;
}
.slick-dots li button:before {
  width: 100%;
  height: 4px;
  border-radius: 0;
}

.slick-dots li.slick-active button:before {
  background: #008cd6;
}

.slick-dots li button:before {
  background: #00a040;
}

.slide-pager1 .l_prev,
.slide-pager1 .r_next,
.slide-pager2 .l_prev,
.slide-pager2 .r_next {
  top: 3vh;
  cursor: pointer;
}

.slide-pager,
.slide-pager1,
.slide-pager2 {
  width: 100%;
  position: absolute;
  top: 20%;
  left: 0;
}

.slide-pager .l_prev,
.slide-pager .r_next,
.slide-pager .slick-next,
.slide-pager .slick-prev,
.slide-pager1 .l_prev,
.slide-pager1 .r_next,
.slide-pager1 .slick-next,
.slide-pager1 .slick-prev,
.slide-pager2 .l_prev,
.slide-pager2 .r_next,
.slide-pager2 .slick-next,
.slide-pager2 .slick-prev,
.step_slider .l_prev,
.step_slider .r_next,
.step_slider .slick-next,
.step_slider .slick-prev {
  position: absolute;
  width: 37px;
  height: 42px;
  text-indent: -100000px;
}
.slide-pager .l_prev,
.slide-pager .slick-prev,
.slide-pager1 .l_prev,
.slide-pager1 .slick-prev,
.slide-pager2 .l_prev,
.slide-pager2 .slick-prev,
.step_slider .l_prev,
.step_slider .slick-prev {
  left: 0;
  background: url(../img/l_btn.png) no-repeat;
  background-size: cover;
}
.slide-pager .r_next,
.slide-pager .slick-next,
.slide-pager1 .r_next,
.slide-pager1 .slick-next,
.slide-pager2 .r_next,
.slide-pager2 .slick-next,
.step_slider .r_next,
.step_slider .slick-next {
  right: 0;
  background: url(../img/r_btn.png) no-repeat;
  background-size: cover;
}

.step_slider .slick-prev {
  left: 1%;
}
.step_slider .slick-next {
  right: 1%;
}

.buttom_box {
  margin-top: 3%;
}
.buttom_box button {
  transition: 0.4s;
  cursor: pointer;
  padding: 0.5% 4%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 2px;
  text-align: center;
  color: #f5f5f5;
  width: auto;
  display: inline-block;
  filter: grayscale(1);
  background: url(../img/btn/blue_btn.png);
  background-size: cover;
  border: none;
}
.buttom_box button:nth-child(1) {
  filter: grayscale(0);
}
.buttom_box button:hover {
  opacity: 0.8;
}

.fix_btn {
  transition: opacity 0.4s;
  width: 25%;
  max-width: 144px;
  position: fixed;
  right: 3%;
  bottom: 5%;
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.fix_btn img {
  width: 100%;
}
.fix_btn.fixH {
  bottom: 18%;
}
.fix_btn.active {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .buttom_box button {
    font-size: 3.125vw;
    margin-top: 3%;
    width: 23%;
    padding: 2%;
  }

  .slick-dots li {
    width: 10%;
  }

  .check_btn {
    font-size: 4.921875vw;
    margin: 10% auto 29% auto;
  }

  .slide-pager .l_prev,
.slide-pager .r_next,
.slide-pager1 .l_prev,
.slide-pager1 .r_next,
.slide-pager2 .l_prev,
.slide-pager2 .r_next {
    width: 1em;
    height: 1.1em;
  }
  .slide-pager .l_prev,
.slide-pager1 .l_prev,
.slide-pager2 .l_prev {
    left: -3.8%;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .slide-pager .l_prev,
.slide-pager1 .l_prev,
.slide-pager2 .l_prev {
    left: 0;
  }
}
@media screen and (max-width: 768px) {
  .slide-pager .r_next,
.slide-pager1 .r_next,
.slide-pager2 .r_next {
    right: -3.8%;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .slide-pager .r_next,
.slide-pager1 .r_next,
.slide-pager2 .r_next {
    right: -0.2%;
  }
}
@media screen and (max-width: 768px) {
  .slide-pager {
    top: 28%;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .slide-pager .l_prev {
    left: -3.8%;
  }
}
@media screen and (max-width: 768px) and (max-width: 320px) {
  .slide-pager .r_next {
    right: -4.6%;
  }
}
@media screen and (max-width: 768px) {
  .step_slider .slick-next,
.step_slider .slick-prev {
    width: 18px;
    height: 20px;
  }
}
/*----------------------nav icon------------------------*/
.menu-wrapper {
  position: absolute;
  top: 0;
  right: 1.3%;
  bottom: 0;
  margin: auto;
  width: 46px;
  height: 26px;
  cursor: pointer;
  z-index: 10;
}

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 100%;
  height: 3px;
  border-radius: 99em;
}

.hamburger-menu {
  position: relative;
  transform: translateY(12px);
  background: #008cd6;
  transition: all 0ms 300ms;
  border-radius: 99px;
}
.hamburger-menu.animate {
  background: rgba(255, 255, 255, 0);
}

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 12px;
  background: #00a040;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 99px;
}

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  background: #00a040;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:after {
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.hamburger-menu.animate:before {
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu-icon {
  display: none;
  top: 45%;
  right: -0.7em;
  z-index: 100;
  width: 45px;
  height: 39px;
  margin-top: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  position: absolute;
}
@media (max-width: 980px) {
  .menu-icon {
    display: block;
  }
}

.menu-icon-block {
  display: none;
  position: relative;
  height: 100%;
  margin: auto;
}
.menu-icon-block i {
  position: absolute;
  display: block;
  margin: auto;
  width: 72%;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 99em;
}
.menu-icon-block i.i1 {
  top: 0%;
}
.menu-icon-block i.i2 {
  top: 25%;
}
.menu-icon-block i.i3 {
  top: 51%;
}

.sub_menu {
  font-weight: bold;
  transition: 0.4s;
  pointer-events: none;
  opacity: 0;
  position: absolute;
  right: 1%;
  top: 78px;
  width: 58%;
  max-width: 329px;
  text-align: left;
  font-size: 16px;
}
.sub_menu a {
  transition: 0.4s;
  position: relative;
  width: 95%;
  color: #fff;
  display: block;
  padding: 4.41% 4% 3.8% 4%;
  margin: auto;
  z-index: 1;
}
.sub_menu a:hover {
  opacity: 0.7;
}
.sub_menu ul:not(:last-child) {
  margin-bottom: 1%;
}
.sub_menu.active {
  pointer-events: auto;
  opacity: 1;
}
.sub_menu li {
  position: relative;
  width: 100%;
  list-style: none;
}
.sub_menu li:not(:last-child) a {
  border-bottom: 2px solid #fff;
}
.sub_menu li::after {
  position: absolute;
  top: 50%;
  right: 3%;
  transform: translateY(-50%);
  content: "";
  display: block;
  z-index: 0;
}
.sub_menu li:after,
.sub_menu .nav_1,
.sub_menu .nav_2,
.sub_menu .nav_3 {
  background-repeat: no-repeat;
  background-size: cover;
}
.sub_menu .nav_1 {
  position: relative;
  background-image: url(../img/menu/green_1.png);
}
.sub_menu .nav_1 li::after {
  width: 34px;
  height: 24px;
  background-image: url(../img/menu/icon_youtpbe.png);
}
.sub_menu .nav_2 {
  background-image: url(../img/menu/blue_1.png);
}
.sub_menu .nav_3 {
  background-image: url(../img/menu/green_2.png);
}
.sub_menu .nav_3 li:nth-child(2)::after {
  width: 27px;
  height: 27px;
  background-image: url(../img/menu/icon_fb.png);
}

@media screen and (max-width: 768px) {
  .sub_menu {
    font-size: 4.5vw;
    right: 0;
    top: 65px;
  }
  .sub_menu a {
    padding: 8.4% 0% 8.4% 4%;
  }
  .sub_menu li:after {
    right: 9%;
  }
  .sub_menu .nav_1 li:after {
    width: 1.4em;
    height: 1em;
  }
  .sub_menu .nav_3 li:nth-child(2):after {
    width: 1em;
    height: 1em;
  }
  .sub_menu small {
    font-size: 3vw;
  }
}
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}

.header-box {
  max-width: 1688px;
  width: 95%;
  margin: auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  border-bottom: 3px solid #575757;
}
.header-box .logo {
  margin-right: 53px;
  margin-right: 4%;
  width: 28%;
}
.header-box .logo:nth-child(2) {
  max-width: 180px;
}
.header-box .logo:nth-child(3) {
  max-width: 237px;
}
.header-box .logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-box {
    justify-content: end;
  }
  .header-box .logo:nth-child(2) {
    width: 35%;
  }
  .header-box .logo:nth-child(3) {
    width: 20%;
    max-width: 91px;
  }
}
footer {
  width: 100%;
  background: #fff;
  padding: 1.5% 1.5% 1% 1.5%;
}
footer img {
  width: auto;
  max-width: 100%;
}

.footer_box {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.footer_box .f_img1 {
  width: 39%;
  max-width: 269px;
}
.footer_box .f_img2 {
  width: 35%;
  max-width: 476px;
}
.footer_box .f_logo {
  width: 70%;
  display: flex;
  align-items: center;
}
.footer_box i {
  display: block;
  width: 42px;
  height: 42px;
  background: url(../img/x.png) no-repeat;
  background-size: contain;
  margin: 0 2%;
}

.copyright {
  font-size: 12px;
  line-height: 3.83;
  letter-spacing: 0.96px;
  color: #000000;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 3% 3% 0 3%;
  }

  .footer_box {
    text-align: left;
    display: block;
  }
  .footer_box .f_img1 {
    width: 55%;
  }
  .footer_box .f_img2 {
    width: 35%;
  }
  .footer_box i {
    width: 1.2em;
    height: 1.2em;
    margin: 0 6%;
  }

  .copyright {
    letter-spacing: 0.05em;
    font-size: 2.8125vw;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  text-decoration: none;
}

html,
body {
  width: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
div,
span,
iframe,
ul,
ol,
li,
img {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
}

::-webkit-input-placeholder {
  color: #585858;
  line-height: normal;
}

::-moz-placeholder {
  color: #585858;
  line-height: normal;
}

html,
body {
  height: 100%;
  margin: 0;
}

body {
  width: 100%;
  min-height: 100%;
  line-height: 1em;
  overflow: auto;
  font-size: 1.125rem;
  color: #585858;
  word-break: break-word;
  letter-spacing: 0.1em;
  font-family: "Noto Sans TC", "微軟正黑體", Arial, sans-serif;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.59375vw;
  }
}

main {
  margin-top: 76px;
}

.step_box main {
  margin-top: 95px;
}

#wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 100%;
  min-height: 100%;
  min-width: 320px !important;
  z-index: 2;
}
#wrapper.indexscroll {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

.content {
  position: relative;
  width: 100%;
  margin: auto;
}

.loadimg {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.84);
  z-index: 999;
  display: none;
}
.loadimg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loadimg.active {
  display: block;
}
.loadimg.use_index {
  background: rgba(255, 255, 255, 0.98);
}

.item-img {
  width: 100%;
}

.pc-use {
  display: block;
}

.mo-use {
  display: none;
}

.close-btn {
  position: absolute;
  top: -2%;
  right: -6%;
  width: 4vw;
  max-width: 53px;
  z-index: 8;
}
.close-btn img {
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .close-btn {
    top: -4%;
    right: -4%;
    width: 6vw;
  }

  main {
    margin-top: 70px;
  }

  .step_box main {
    margin-top: 90px;
  }
}
@media screen and (max-width: 640px) {
  .close-btn {
    top: -4%;
    right: -4%;
    width: 35px;
  }

  .right-btn {
    bottom: 2%;
  }

  .right-btn.fix {
    bottom: 21%;
  }

  small {
    font-size: 2vw;
  }
}
.mount_bg {
  bottom: 0;
  z-index: -1;
  width: 100%;
}
.mount_bg img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .right-btn a {
    width: 18%;
  }

  .pc-use {
    display: none;
  }

  .mo-use {
    display: block;
  }

  .in-title {
    text-align: center;
  }
  .in-title h2 {
    font-size: 5.4947916667vw !important;
    margin-bottom: 2.3%;
    letter-spacing: 3px !important;
  }
  .in-title h3 {
    font-size: 4vw !important;
    letter-spacing: 3px !important;
  }

  .in-title .recount {
    width: 73vw;
    line-height: 1.6;
    letter-spacing: 3.4px;
  }
}
/* This used to work for the parent element of button divs */
/* But it does not work with newer browsers, the below doesn't hide the play button parent div */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */
*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */
/* This one works! */
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

#kv {
  width: 95%;
  max-width: 855px;
  margin: 0 auto;
  margin-bottom: 1%;
  overflow: hidden;
}
#kv img {
  width: 100%;
}
#kv .title {
  display: block;
  margin-top: 2.3%;
}
@media screen and (max-width: 1440px) {
  #kv {
    width: 50%;
  }
}
@media screen and (max-width: 1366px) {
  #kv {
    width: 42%;
  }
}

@media screen and (max-width: 768px) {
  #kv {
    width: 85%;
    margin-bottom: 2%;
  }
}
#description {
  max-width: 1022px;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 2%;
}
#description .container {
  width: 100%;
  max-width: 847px;
  margin: auto;
}
#description .container img {
  width: auto;
  max-width: 100%;
}
#description .manufacture {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#description .manufacture b {
  font-size: 20px;
  color: #218fd0;
  font-weight: bold;
}
#description .manufacture p {
  width: 72%;
  max-width: 580px;
  line-height: 1.67;
  letter-spacing: 1.8px;
}
#description .manufacture .button_1 {
  margin: 0;
  max-height: 70px;
  position: relative;
  top: 6px;
}
#description .explanation {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#description .explanation h2 {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: 2.6px;
  color: #218fd0;
  margin-bottom: 4.85%;
}
#description .explanation h2 b {
  color: #17a357;
}
#description .explanation h2 small {
  font-size: 23px;
  letter-spacing: 2.3px;
  color: #17a357;
}
#description .explanation p {
  font-size: 16px;
  line-height: 1.88;
  letter-spacing: 0.8px;
  text-align: center;
  color: #585858;
}
#description .explanation img {
  width: 100%;
  max-width: 413px;
}
#description .explanation a {
  color: #585858;
  text-decoration: underline;
}

.scroll {
  background: url(../img/b_arrw_m.png) top left no-repeat;
  background-size: contain;
  width: 41px;
  height: 39px;
  margin: 3% auto 10% auto;
}

@media screen and (max-width: 768px) {
  .scroll {
    margin: 8% auto 18% auto;
  }

  #description {
    width: 85%;
    border-bottom: none;
    padding-bottom: 5%;
  }
  #description .manufacture {
    display: block;
    text-align: center;
  }
  #description .manufacture p {
    width: 100%;
    max-width: none;
    font-size: 3.59375vw;
    margin-bottom: 6%;
  }
  #description .manufacture b {
    font-size: 3.90625vw;
  }
  #description .manufacture .button_1 {
    margin-bottom: 8%;
    max-height: none;
    top: 0;
  }
  #description .explanation {
    flex-wrap: wrap;
  }
  #description .explanation p {
    font-size: 3.4375vw;
  }
  #description .explanation h2 {
    font-size: 4.375vw;
    margin-bottom: 0%;
  }
  #description .explanation h2 br {
    display: none;
  }
  #description .explanation h2 b {
    margin-right: 1%;
  }
  #description .explanation h2 small {
    font-size: 3.59375vw;
  }
  #description .explanation .explanation_text {
    order: 2;
    width: 100%;
  }
  #description .explanation img {
    order: 1;
    max-width: 434px;
    margin: 0 auto;
    width: 57%;
  }
}
#hottag {
  position: relative;
  max-width: 1022px;
  width: 95%;
  margin: 0 auto 34px auto;
  padding: 72px 0 2% 0;
  border-top: 3px solid #575757;
}
#hottag strong {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 5%;
  font-size: 1.5625rem;
  letter-spacing: 2.5px;
}
#hottag li {
  text-align: center;
  list-style: none;
}
#hottag li a {
  font-size: 1.8125rem;
  font-weight: bold;
  line-height: 2.13;
  letter-spacing: 1px;
  color: #f5f5f5;
  min-width: 220px;
  width: auto;
  display: block;
  transition: 0.4s;
  filter: grayscale(1);
  background: url(../img/btn/blue_btn.png);
  background-size: cover;
}
#hottag li a::before {
  content: "#";
}
#hottag li a.active {
  filter: grayscale(0);
}
#hottag .top_three {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 35px;
  background: url(../img/hr.png) left bottom no-repeat;
}
#hottag .top_three h3 {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 2.5px;
  color: #2291d0;
  margin-bottom: 5%;
}
#hottag .top_three li:not(:last-child) {
  margin-right: 7%;
}
#hottag .top_three li a {
  padding: 4.048% 2%;
}
#hottag .hot_list {
  position: relative;
}
#hottag .hot_list ul {
  width: 88%;
  margin: auto;
}
#hottag .hot_list li {
  margin: 0 5px;
}
#hottag .hot_list li a {
  font-size: 1.6875rem;
  padding: 2% 0.5em;
  display: block;
  max-height: 65px;
  white-space: nowrap;
}
#hottag #picture_page {
  position: absolute;
  top: -60px;
}

@media screen and (max-width: 768px) {
  #hottag strong {
    font-size: 4vw;
    margin-bottom: 8%;
  }

  #hottag {
    width: 85%;
    margin: 0 auto 4% auto;
    padding-top: 10%;
  }
  #hottag .top_three li:not(:last-child) {
    margin-right: 2%;
  }
  #hottag li a {
    min-width: auto;
    width: 100%;
    font-size: 100%;
  }
  #hottag .hot_list ul {
    width: 95%;
  }
  #hottag .hot_list li {
    margin: 0 3px;
  }
  #hottag .hot_list li a {
    min-width: 26vw;
    font-size: 4vw;
  }
  #hottag .top_three {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  #hottag .top_three h3 {
    font-size: 4vw;
  }
  #hottag .top_three li {
    width: 30%;
  }
}
#picture {
  position: relative;
  width: 95%;
  max-width: 1022px;
  margin: auto;
  padding-bottom: 20vh;
}
#picture .point {
  position: absolute;
  top: -140px;
}
@media screen and (max-width: 640px) {
  #picture .point {
    top: -95px;
  }
}

.picture-mark {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 67px;
  background: url(../img/b_arrw.png) no-repeat;
  background-size: cover;
  z-index: 8;
  margin-top: 5%;
}

.photoMask {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 8;
}

.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.grid img {
  width: 100%;
}

.picture-content {
  position: relative;
  padding: 2%;
}
.picture-content i {
  position: absolute;
  top: 1.5vw;
  right: 1.7vw;
  display: block;
  width: 7.8125vw;
  height: 7.8125vw;
  background: url(../img/challenge/play.png);
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  .picture-content i {
    top: 2vw;
    right: 2.7vw;
  }
}

.grid-item {
  width: 33.3333%;
  max-width: 317px;
  margin-bottom: 3%;
  cursor: pointer;
}
.grid-item img {
  border: solid 1px #666666;
}

/* 2 columns */
.grid-item--width2 {
  width: 40%;
}

@media screen and (max-width: 768px) {
  #picture {
    width: 75%;
    padding-bottom: 5vh;
  }

  .grid-item {
    width: 48%;
  }
  .picture-content i {
    top: 7%;
    right: 10%;
    display: block;
    width: 30px;
    height: 30px;
  }

  .picture-mark {
    width: 3em;
    height: 2.4em;
  }
}
.activity-box,
.webprompt {
  text-align: left;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.activity-box .container,
.webprompt .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 3px solid #0084c5;
  width: 90%;
  max-width: 1147px;
  margin: auto;
  padding: 2.6% 2.2%;
  background: #218fd0;
}
.activity-box .container h3,
.webprompt .container h3 {
  font-size: 1.25rem;
  margin-bottom: 0.8em;
  text-align: center;
  font-weight: bold;
}
.activity-box .container strong,
.webprompt .container strong {
  font-size: 1rem;
  display: block;
  margin-bottom: 0.2em;
}
.activity-box .container ol,
.webprompt .container ol {
  padding-left: revert;
  margin-left: -14px;
}
.activity-box .container ol li,
.webprompt .container ol li {
  margin-bottom: 0.4em;
}
.activity-box .container ul,
.webprompt .container ul {
  padding-left: revert;
  margin-left: -20px;
}
.activity-box .container ul li,
.webprompt .container ul li {
  margin-bottom: 0;
}
.activity-box .content,
.webprompt .content {
  position: relative;
  width: 100%;
}
.activity-box .activity-container,
.webprompt .activity-container {
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  padding: 0 4% 0 0;
  margin: auto;
  height: 70vh;
  scrollbar-color: #ff6600 #ffcc00;
  scrollbar-width: thin;
  font-size: 0.875rem;
  line-height: 1.57;
  letter-spacing: 1.05px;
  text-align: left;
  color: #ffffff;
}
.activity-box .challenge-title,
.webprompt .challenge-title {
  margin-bottom: 2.6%;
}
.activity-box ::-webkit-scrollbar,
.webprompt ::-webkit-scrollbar {
  width: 14px;
}
.activity-box ::-webkit-scrollbar-track,
.webprompt ::-webkit-scrollbar-track {
  background-color: #ffffff;
}
.activity-box ::-webkit-scrollbar-thumb,
.webprompt ::-webkit-scrollbar-thumb {
  background-color: #00a040;
  border: 3px solid #fff;
}
@media screen and (max-width: 768px) {
  .activity-box .container,
.webprompt .container {
    padding: 4.1% 4% 4% 4%;
  }
  .activity-box .container h3,
.webprompt .container h3 {
    font-size: 4vw;
    letter-spacing: 0.04em;
  }
  .activity-box .container strong,
.webprompt .container strong {
    font-size: 3.6vw;
  }
  .activity-box .container ol,
.webprompt .container ol {
    margin-left: -1em;
  }
  .activity-box .activity-container,
.webprompt .activity-container {
    font-size: 3vw;
    line-height: 1.7;
    letter-spacing: 2px;
    height: 55vh;
  }
  .activity-box ::-webkit-scrollbar,
.webprompt ::-webkit-scrollbar {
    width: 5px;
  }
  .activity-box ::-webkit-scrollbar-track,
.activity-box ::-webkit-scrollbar-thumb,
.webprompt ::-webkit-scrollbar-track,
.webprompt ::-webkit-scrollbar-thumb {
    border-radius: 5px;
  }
}

.webprompt {
  display: block;
}
.webprompt .activity-container {
  text-align: center;
  padding-right: 0;
}
.webprompt .activity-container strong {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.webprompt .activity-container strong span {
  font-size: 27px;
}
.webprompt .activity-container small {
  font-size: 13px;
  color: #71caff;
}
.webprompt .container {
  top: 53%;
  text-align: center;
  padding: 2.6% 2.2% 4% 2.2%;
  border: none;
  border-top: 5px solid #fff;
  border-bottom: 5px solid #fff;
}
.webprompt .container::before, .webprompt .container::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 5px;
  display: block;
  background: #00a040;
}
.webprompt .container::before {
  top: -10px;
}
.webprompt .container::after {
  bottom: -10px;
}
.webprompt .container h3 {
  font-size: 36px;
}
.webprompt .container h3 b {
  display: block;
}
.webprompt .activity-container .winner {
  width: 90%;
  max-width: 693px;
  margin: auto;
}
.webprompt .activity-container .winner .vbr {
  display: none;
}
.webprompt .activity-container .winner h2 {
  position: relative;
  font-size: 27px;
  margin-bottom: 31px;
  font-weight: bold;
}
.webprompt .activity-container .winner h2 span {
  background: #218fd0;
  padding: 0 0.5em;
}
.webprompt .activity-container .winner h2::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  content: "";
  height: 3px;
  width: 100%;
  display: block;
  background: #fff;
  z-index: -1;
}
.webprompt .activity-container .winner h2 .quantity {
  font-size: 14px;
}
.webprompt .activity-container .winner ul {
  padding-left: initial;
  margin-left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  color: #d1eeff;
}
.webprompt .activity-container .winner ul:not(:last-child) {
  margin-bottom: 40px;
}
.webprompt .activity-container .winner ul li {
  width: 33.3333%;
  list-style: none;
  margin-bottom: 12px;
}
.webprompt .activity-container .winner ul li.w100 {
  width: 100%;
  text-align: center !important;
}
.webprompt .activity-container .winner ul li.cl1 {
  text-align: left;
}
.webprompt .activity-container .winner ul li.cl2 {
  text-align: center;
}
.webprompt .activity-container .winner ul li.cl3 {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .webprompt ::-webkit-scrollbar {
    display: none;
  }
  .webprompt .activity-container .winner {
    letter-spacing: 0;
    width: 95%;
    max-width: 693px;
    margin: auto;
  }
  .webprompt .activity-container .winner br {
    display: none;
  }
  .webprompt .activity-container .winner .vbr {
    display: block;
  }
  .webprompt .activity-container .winner h3 {
    margin-bottom: 1em;
  }
  .webprompt .activity-container .winner h2 {
    font-size: 4vw;
    margin-bottom: 1em;
  }
  .webprompt .activity-container .winner h2:before {
    height: 2px;
  }
  .webprompt .activity-container .winner h2 .quantity {
    font-size: 2vw;
  }
  .webprompt .activity-container .winner ul {
    font-size: 3.6vw;
  }
  .webprompt .activity-container .winner ul:not(:last-child) {
    margin-bottom: 2em;
  }
  .webprompt .activity-container .winner ul li {
    width: 50%;
    text-align: center !important;
  }
  .webprompt .activity-container .winner .moTitle {
    font-size: 4.5vw;
  }
  .webprompt .activity-container .winner .moTitle span {
    padding: 0;
  }
  .webprompt .activity-container .winner .moTitle::before {
    display: none;
  }
  .webprompt .activity-container {
    line-height: 1.5;
  }
  .webprompt .activity-container strong {
    display: block;
    font-size: 5.5vw;
    font-weight: bold;
  }
  .webprompt .activity-container strong:nth-child(2) {
    margin-bottom: 4%;
  }
  .webprompt .activity-container strong span {
    padding: 2%;
    font-size: 5.5vw;
  }
  .webprompt .activity-container small {
    display: block;
    font-size: 2.8vw;
  }
  .webprompt .container {
    padding: 7% 2.2% 7% 2.2%;
  }
  .webprompt .container h3 {
    font-size: 4vw;
    font-weight: normal;
  }
  .webprompt .container h3 b {
    font-weight: bold;
    font-size: 5.5vw;
  }
  .webprompt .close-btn {
    top: -10%;
    right: 0;
  }
}
.step_1 {
  width: 100%;
  margin-bottom: 45px;
}

.step_box {
  text-align: center;
}
.step_box .step_slider_content .content {
  width: 34vw;
  height: 34vw;
}
.step_box .upload-demo-wrap {
  height: 10.2vw;
}
.step_box .update_first {
  height: 10.2vw;
}
@media screen and (max-width: 768px) {
  .step_box .step_slider_content .content {
    width: 85vw;
    height: 85vw;
  }
  .step_box .upload-demo-wrap {
    height: 22.9vw;
  }
}
.step_box input {
  text-align: center;
  width: 100%;
  max-width: 446px;
  height: 50px;
  border: none;
  background: url(../img/input-green.png) top center no-repeat;
  background-size: contain;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 6px;
  color: #585858;
}
.step_box h2 {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 2.4px;
  text-align: center;
  color: #32a8e0;
  margin-bottom: 20px;
}
.step_box p {
  line-height: 1.89;
  letter-spacing: 1.26px;
  display: block;
  margin-bottom: 39px;
}
.step_box .text_content {
  font-size: 1.051213vw;
  margin-top: 6.5%;
  color: #3a3a3a;
}
.step_box .text_content span {
  margin-right: 2%;
}
.step_box .text_content span::before {
  content: "#";
}
.step_box .text_content .name {
  margin-top: 2.5%;
  display: block;
}
.step_box .text_content .name::before {
  display: none;
}
.step_box .step_slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 3%;
}
.step_box .step_slider .slick-dots {
  margin-top: 27px;
}
@media screen and (max-width: 1024px) {
  .step_box .step_slider .slick-dots {
    margin-top: 13px;
  }
}
.step_box .step_slider_content {
  display: flex;
  align-items: center;
}
.step_box .step_slider_content .content {
  transition: 0.4s;
  opacity: 0.45;
  transform: scale(0.85);
  background: #fff;
  pointer-events: none;
}
.step_box .step_slider_content .content .title {
  width: 66%;
  margin: 9% auto 6.8% auto;
}
.step_box .img_prompt {
  transition: 0.4s;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: rgba(255, 255, 255, 0.51);
  opacity: 0;
  pointer-events: none;
  z-index: 9;
}
.step_box .img_prompt img {
  width: 55%;
}
.step_box .ready .img_prompt {
  opacity: 1;
}
.step_box .step_slider_content.slick-center .content {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.step_box .step_slider .content {
  border: solid 1px #868686;
}
.step_box .demo-wrap {
  position: relative;
  width: 78%;
  margin: 0 auto 5% auto;
}
.step_box .demo-wrap .actions {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.step_box .croppie-container .cr-viewport,
.step_box .croppie-container .cr-resizer {
  box-shadow: none;
  border: none;
}
.step_box .croppie-container .cr-boundary {
  background: #fff;
}
.step_box .update_first {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
.step_box input[type=file] {
  cursor: pointer;
}
.step_box .file-btn {
  position: relative;
  width: 100%;
  display: block;
}
.step_box .file-btn input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.step_box .upload-demo1 .upload-demo-wrap,
.step_box .upload-demo2 .upload-demo-wrap {
  display: none;
}
.step_box .upload-demo1.ready .upload-result,
.step_box .upload-demo2.ready .upload-result {
  display: inline-block;
}
.step_box .upload-demo1.ready .upload-demo-wrap,
.step_box .upload-demo2.ready .upload-demo-wrap {
  display: block;
}
.step_box .upload-demo-wrap {
  position: relative;
  width: 100%;
  max-width: 582px;
  margin: 0 auto;
  overflow: hidden;
}
.step_box .upload-demo1 .upload-demo-wrap {
  border: 3px solid #88ba4e;
}
.step_box .upload-demo2 .upload-demo-wrap {
  border: 3px solid #6dbcff;
}

.btn-remove {
  display: none;
  position: absolute;
  top: 2%;
  right: 2%;
  display: block;
  width: 8%;
  z-index: 10;
  cursor: pointer;
}

.gw {
  width: 100% !important;
}

@media screen and (max-width: 1440px) {
  .step_box .step_1 h2 {
    margin-bottom: 1%;
  }
  .step_box .step_1 p {
    font-size: 17px;
    margin-bottom: 0.6%;
    line-height: 1.5;
  }
  .step_box .step_1 .text_content {
    margin-top: 6%;
  }
  .step_box .step_1 .text_content .name {
    margin-top: 1%;
  }
}
@media screen and (max-width: 768px) {
  .step_box h2 {
    font-size: 5vw;
    margin-bottom: 3%;
  }
  .step_box input {
    font-size: 3.90625vw;
    height: 6vh;
  }
  .step_box p, .step_box .step_1 p {
    font-size: 3.59375vw;
    margin-bottom: 6%;
  }
  .step_box .step_slider {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .step_box .step_slider {
    padding-bottom: 21px;
  }
}
@media screen and (max-width: 768px) {
  .step_box .step_slider_content .content {
    transform: scale(0.9);
  }
  .step_box .step_slider_content .content .title {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .step_box .text_content {
    font-size: 2.3vw;
    margin-top: 0;
  }
  .step_box .text_content .name {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .step_box .demo-wrap {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .step_1 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 640px) {
  .step_box .text_content span {
    margin-right: 1%;
  }

  .step_1 {
    margin-bottom: 6%;
  }
  .step_1 p {
    margin-bottom: 4%;
  }

  .step_box .text_content .name {
    margin-top: 2%;
  }
}
@media screen and (max-width: 320px) {
  .step_box .text_content span {
    margin-right: 1%;
    letter-spacing: 0.05em;
  }
}
.step_2 {
  background: #fff;
  margin-bottom: 3.3%;
}
.step_2 .container {
  width: 90%;
  max-width: 1059px;
  padding-top: 74px;
  margin: auto;
  border-top: 3px solid #575757;
  border-bottom: 3px solid #575757;
}
.step_2 p b {
  font-weight: bold;
}
.step_2 h2 {
  margin-bottom: 1.5%;
}
.step_2 h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 2.5px;
  color: #32a8e0;
  margin-top: 0%;
  margin-bottom: 3%;
}
.step_2 li a {
  transition: 0.4s;
}
.step_2 li a::before {
  content: "#";
}
.step_2 .hot_btn {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 30px;
}
.step_2 .hot_btn h3 {
  font-size: 1.5625rem;
  font-weight: bold;
  line-height: 1.58;
  letter-spacing: 2.5px;
  color: #2291d0;
  margin-bottom: 5%;
}
.step_2 .hot_btn li {
  text-align: center;
  list-style: none;
}
.step_2 .hot_btn li:not(:last-child) {
  margin-right: 1%;
}
.step_2 .hot_btn li a {
  padding: 4.048%;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.73;
  letter-spacing: 2px;
  text-align: center;
  color: #f5f5f5;
  min-width: 123px;
  width: auto;
  display: inline-block;
  filter: grayscale(1);
  background: url(../img/btn/blue_btn.png);
  background-size: cover;
}
.step_2 .hot_btn li a:hover, .step_2 .hot_btn li a.active {
  filter: grayscale(0);
}
.step_2 .hot_content_box {
  width: 100%;
  height: 134px;
  position: relative;
  margin-bottom: 9.6%;
}
.step_2 .hot_content {
  width: 100%;
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.step_2 .hot_content .hot_content_container {
  width: 88%;
  margin: auto;
}
.step_2 .hot_content.active {
  opacity: 1;
  z-index: 1;
}
.step_2 .hot_content li {
  list-style: none;
}
.step_2 .hot_content a {
  transition: 0.4s;
  display: inline-block;
  vertical-align: middle;
  border-radius: 5px;
  border: 3px solid #4ab852;
  background: #fff;
  margin-right: 7px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #4bb853;
  margin-bottom: 7px;
  padding: 2.093% 2.426%;
}
.step_2 .hot_content a.active, .step_2 .hot_content a.defult {
  color: #fff;
  background: url(../img/btn/button_green.png);
}
.step_2 .input_step p {
  font-size: 16px;
  margin-bottom: 1%;
}
.step_2 .input_step input {
  margin-top: 0%;
}

@media screen and (max-width: 768px) {
  .step_2 {
    margin-bottom: 7%;
  }
  .step_2 .container {
    width: 85%;
    padding-top: 8%;
  }
  .step_2 .hot_content a {
    width: 31%;
    font-size: 3vw;
    padding: 3% 1%;
    letter-spacing: 0.1em;
    margin-right: 1.4%;
    border: 2px solid #4ab852;
  }
}
@media screen and (max-width: 768px) and (max-width: 375px) {
  .step_2 .hot_content a {
    margin-right: 1%;
  }
}
@media screen and (max-width: 768px) {
  .step_2 .hot_content a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .step_2 .hot_content_box {
    margin-bottom: 21.6%;
  }
}
@media screen and (max-width: 768px) {
  .step_2 .hot_btn {
    width: 84%;
    margin: auto;
    padding-bottom: 11%;
    position: relative;
  }
  .step_2 .hot_btn li {
    width: 33%;
  }
  .step_2 .hot_btn li a {
    width: 100%;
    min-width: 100%;
    padding: 5% 2%;
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 768px) and (max-width: 640px) {
  .step_2 .hot_btn li a {
    padding: 8% 2%;
  }
}
@media screen and (max-width: 768px) {
  .step_2 .input_step p {
    font-size: 2.65625vw;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 768px) {
  .step_2 input,
.step_3 input {
    margin-top: 3%;
    height: 4.9vh;
    font-size: 3vw;
  }
}
@media screen and (max-width: 640px) {
  .step_2 .hot_content_box {
    margin-bottom: 10.6%;
  }
}
@media screen and (max-width: 320px) {
  .step_2 .container {
    width: 92%;
  }
  .step_2 .hot_content a {
    padding: 3% 0;
  }
}
.step_3 .container {
  width: 90%;
  max-width: 1059px;
  margin: 0 auto;
  padding-bottom: 5.85%;
}

.button_box {
  width: 90%;
  max-width: 1059px;
  margin: 0 auto;
  border-top: 3px solid #575757;
  padding-top: 4.1%;
}

.upload-result {
  margin: 0 auto 10% auto;
  border: none;
  letter-spacing: 2.5px;
}

@media screen and (max-width: 768px) {
  .button_box {
    padding-top: 8.1%;
  }

  .step_3 p {
    margin-bottom: 4%;
  }
  .step_3 .container {
    padding-bottom: 7%;
    margin-bottom: 7%;
  }
}
.form {
  display: none;
  margin-bottom: 40px;
}

.input_box {
  margin-bottom: 33px;
}
.input_box h4 {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: 2.7px;
  color: #3d3d3d;
  display: block;
  margin-bottom: 15px;
}
.input_box input {
  border: solid 2px #6dbcff;
  background: #cdeaff;
  color: #000;
  font-weight: normal;
  letter-spacing: 0.05em;
}
.input_box ::-webkit-input-placeholder {
  color: #999999;
  line-height: normal;
}
.input_box ::-moz-placeholder {
  color: #999999;
  line-height: normal;
}

.check-box {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.48;
  letter-spacing: 2.5px;
  text-align: center;
  color: #172246;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  .check-box {
    font-size: 5.46875vw;
  }
}
.check-box a {
  color: #194dfa;
  text-decoration: underline;
}
.check-box input {
  display: none;
}
.check-box input[type=checkbox] + label {
  position: relative;
  display: flex;
  align-items: center;
}
.check-box input[type=checkbox] + label:before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border: solid 3px #72beff;
  margin-right: 8px;
  background: #fff;
}
.check-box input[type=checkbox]:checked + label:after {
  position: absolute;
  display: block;
  top: -6px;
  left: 0;
  content: "";
  width: 23px;
  height: 28px;
  background: url(../img/check.png) 0 0 no-repeat;
  background-size: cover;
}
.check-box span {
  cursor: pointer;
  transition: 0.4s;
  display: block;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.6px;
  color: #3c3b3b;
  text-decoration: none;
}
.check-box span::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #666;
}
.check-box span:hover {
  color: #32a8e0;
}

@media screen and (max-width: 640px) {
  .form {
    width: 85%;
    margin: auto;
  }

  .input_box {
    margin-bottom: 7%;
  }
  .input_box h4 {
    font-size: 4.21875vw;
    margin-bottom: 2%;
  }

  .check-box span {
    font-size: 3.28125vw;
  }
}
.finish {
  display: none;
}
.finish img {
  width: auto;
  max-width: 100%;
  display: block;
}
.finish p br {
  display: none;
}
.finish .finish_img {
  border: solid 1px #868686;
  width: 90%;
  max-width: 685px;
  margin: 0 auto 26px auto;
}
.finish .prompt {
  margin-bottom: 26px;
}
.finish .share_buttom {
  text-align: center;
  margin: 0 auto 61px auto;
}
.finish .share_buttom a {
  transition: 0.4s;
  display: inline-block;
}
.finish .share_buttom a:hover {
  opacity: 0.8;
}
.finish .share_buttom a:nth-child(1) {
  margin-right: 1%;
}

@media screen and (max-width: 768px) {
  .finish p {
    margin-bottom: 4%;
  }
  .finish p br {
    display: block;
  }
  .finish .finish_img {
    width: 80%;
  }
  .finish .share_buttom {
    width: 80%;
    margin-bottom: 29%;
  }
  .finish .share_buttom a {
    width: 40%;
  }
}
.popup-box {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
}
.popup-box .container {
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 685px;
  width: 85%;
  margin: auto;
}
.popup-box .container img {
  width: 100%;
}
.popup-box .container.minWidth {
  max-width: 420px;
}
@media screen and (max-width: 1440px) {
  .popup-box .container.minWidth {
    max-width: 350px;
  }
}
.popup-box .content {
  position: relative;
  width: 100%;
}
.popup-box .activity-container {
  overflow: hidden;
  overflow-y: scroll;
  width: 100%;
  padding: 0 7.6%;
  margin: auto;
  height: 50vh;
  scrollbar-color: #ff6600 #ffcc00;
  scrollbar-width: thin;
  font-size: 0.9375rem;
  line-height: 2.33;
  letter-spacing: 2.4px;
  color: #071335;
}
.popup-box .close-btn {
  top: -1%;
  right: -11%;
}
.popup-box.bag .container {
  background: none;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: none;
  width: 68%;
}
.popup-box.bag .close-btn {
  top: 4%;
  right: -8%;
}
@media screen and (max-width: 640px) {
  .popup-box.bag .container {
    background: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: none;
    width: 100%;
  }
  .popup-box.bag .close-btn {
    top: -11% !important;
    right: 4% !important;
  }
  .popup-box .close-btn {
    width: 37px;
    top: -13% !important;
    right: -2% !important;
  }
  .popup-box .activity-container {
    width: 97%;
    font-size: 3.4vw;
    line-height: 1.7;
    letter-spacing: 2px;
  }
}
/*# sourceMappingURL=main.css.map */