﻿@charset "UTF-8";
/*! normalize.css v8.0.0 | 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.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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 */
  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;
  width: 20px;
  height: 20px;
  /* 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; }

/** {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }*/

body {
  font-size: 14px;
  font-family: Helvetica, Arial, 'LiHei Pro', '微軟正黑體', sans-serif;
  /*color: #4d4d4d;*/
  /* background-image: linear-gradient(#FFFDFE, #C1E6FF); */
  background-color: #418ede;
  height: auto;
}

a, a:hover {
  color: #4d4d4d;
  text-decoration: none; }

h1 {
  font-size: 42px;
  margin: 0 0 20px; }

h2 {
  font-size: 36px;
  margin: 0 0 20px; }

h3 {
  font-size: 28px;
  margin: 0 0 10px; }

.responsive {
  width: 100%;
  height: auto;
}

.responsive100 {
  width: 100%;
  height: 100%;
}

.textCenter {
  text-align: center; }

.btnBox .btnSprite {
  display: inline-block; }

.btnSprite {
  cursor: pointer; }

.b-btn {
  width: 274px;
  height: 78px; }

hr {
  border-color: rgba(73, 103, 169, 0.4); }

p {
  margin: 0 0 10px; }

.b-color {
  color: #4967a9; }

.fixBottomBtnContainer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  font-size: 0;
  z-index: 3; }

.fixBottomBtn {
  display: inline-block;
  width: 40%;
  /*height: 90px;*/
  cursor: pointer; }
  .fixBottomBtn img {
    width: 100%; }

input:not([type=checkbox]), select {
  background-color: rgba(55, 75, 147, 0.2);
  border: 0;
  padding: 10px;
  border-radius: 5px;
  font-size: 16px; }
  input:not([type=checkbox])::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #4d4d4d; }
  input:not([type=checkbox]):-moz-placeholder, select:-moz-placeholder {
    color: #4d4d4d; }
  input:not([type=checkbox])::-moz-placeholder, select::-moz-placeholder {
    color: #4d4d4d; }
  input:not([type=checkbox]):-ms-input-placeholder, select:-ms-input-placeholder {
    color: #4d4d4d; }
  input:not([type=checkbox]):focus, input:not([type=checkbox]):active, select:focus, select:active {
    outline: 0; }

.styled-checkbox {
  position: absolute;
  opacity: 0;
  border: 1px solid #4d4d4d; }
  .styled-checkbox + label {
    position: relative;
    cursor: pointer;
    padding: 0; }
  .styled-checkbox + label:before {
    content: '';
    margin-right: 5px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: white;
    border: 1px solid rgba(77, 77, 77, 0.8);
    border-radius: 5px; }
  .styled-checkbox:checked + label:after {
    content: "✔";
    position: absolute;
    top: 0px;
    left: 2px; }

.custom-select {
  position: relative; }
  .custom-select select {
    display: none; }

.select-selected {
  background-color: rgba(55, 75, 147, 0.2);
  border-radius: 5px; }
  .select-selected:after, .select-selected:before {
    content: "";
    position: absolute; }
  .select-selected:after {
    top: 35%;
    right: 12px;
    border: solid #ADADAD;
    border-width: 0px 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
  }
  .select-selected:before {
    width: 0.5px;
    height: 50%;
    right: 35px;
    top: 25%;
    background: #ADADAD; }

.select-selected {
  color: #4d4d4d;
  padding: 10px 16px;
  border: 0.5px solid #9CE8FF;
  background-color: #FFF;
  cursor: pointer;
  user-select: none;
  font-size: 18px; }
.select-items div:first-child {
    border: none;
}
.select-items {
  position: absolute;
  background-color: white;
  border: 1px solid rgba(77, 77, 77, 0.2);
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  max-height: 500px;
  overflow-y: auto; }

.select-hide {
  display: none; }

.select-items div:hover, .same-as-selected {
  background-color: rgba(55, 75, 147, 0.2); }

span.trangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #4d4d4d;
  display: inline-block; }

.tagStyle {
  color: #fff;
  background-color: #22315c;
  padding: 7px 10px;
  font-size: 20px;
  border-radius: 7px;
  display: inline-block; }

.container {
  width: 800px;
  min-width: 320px;
  margin: 0 auto 24px auto; }

.header {
  /* height: 50px; */
  background: #418EDE;
  text-align: center;
  display: flex;
  }
  .header img {
    margin: auto;
    /* height: 30px; */
  }

/*----- cms 設定 -----*/
.cms {
  font-size: 16px; }
  .cms .cms-wrap {
    overflow: hidden; }
  .cms .cms-youtube {
    padding: 0 20px;
    margin: 20px 0; }
  .cms .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden; }
    .cms .embed-responsive iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      border: 0; }
  .cms .embed-responsive-16by9 {
    padding-bottom: 56.25%; }
  .cms .cms-wrap-imgRight .cms-wrap-img img {
    float: right;
    margin-left: 15px;
    max-width: 50%;
    padding-right: 20px; }
  .cms .cms-wrap-imgLeft .cms-wrap-img img {
    float: left;
    margin-right: 15px;
    max-width: 50%;
    padding-left: 20px; }
  .cms .cms-img {
    text-align: center; }
    .cms .cms-img img {
      max-width: 100%; }
  .cms .cms-h1 {
    padding: 0 20px;
    font-size: 30px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 10px 0; }
  .cms .cms-h2 {
    padding: 0 20px;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 10px 0; }
  .cms .cms-h3 {
    padding: 0 20px;
    font-size: 21px;
    color: #1a1a1a;
    font-weight: bold;
    margin: 10px 0; }
  .cms .cms-text {
    padding: 0 20px;
    font-size: 16px;
    word-break: normal;
    text-align: justify;
    line-height: 35px; }
  .cms .cms-link, .cms .cms-htmlEditor {
    padding: 0; }

main {
  position: relative;
  overflow: hidden;
  background-color: #e9adad; }

center {
  font-size: 16px;
  line-height: 27px; }

.moreBottom {
  margin-bottom: 5px; }

section {
  font-size: 0; }

nav.ham-menuBar {
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 62px;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1; }
  nav.ham-menuBar span {
    display: inline-block;
    width: 43px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    position: relative; }
    nav.ham-menuBar span:before, nav.ham-menuBar span:after {
      content: "";
      width: 43px;
      height: 3px;
      border-radius: 2px;
      background: #fff;
      position: absolute;
      left: 0; }
    nav.ham-menuBar span:before {
      top: -13px; }
    nav.ham-menuBar span:after {
      top: 13px; }

.ham-menu {
  position: fixed;
  top: 0;
  width: 0;
  height: 100vh;
  background: #f4f9ff;
  font-size: 28px;
  z-index: 4;
  font-weight: bold;
  visibility: hidden;
  overflow: hidden;
  transition: .5s all linear; }
  .ham-menu ul {
    margin-top: 70px; }
  .ham-menu li {
    line-height: 45px;
    list-style: none;
    white-space: nowrap; }
  .ham-menu span {
    cursor: pointer; }
  .ham-menu .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer; }
    .ham-menu .close:before, .ham-menu .close:after {
      content: "";
      width: 40px;
      height: 2px;
      background: #000;
      display: block;
      position: absolute;
      right: 0;
      top: 19px; }
    .ham-menu .close:before {
      transform: rotate(45deg); }
    .ham-menu .close:after {
      transform: rotate(-45deg); }

.ham-menuOpen {
  visibility: visible;
  width: 400px; }

.sectionTitle {
  background-image: url("../img/item05_1.png");
  background-repeat: no-repeat; }

.sectionTitle1 {
  width: 652px;
  height: 165px;
  background-position: 0 0;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-left: 89px; }

.sectionTitle2 {
  width: 630px;
  height: 200px;
  background-position: 0px -320px;
  margin: 30px auto; }

.media {
  /*background-image: url('../img/media.svg');*/
  /*background-repeat: no-repeat;*/
  width: 38px;
  height: 54px;
  cursor: pointer; }

.fb {
  /*background-position: -1px -0px;*/
  right: 52px; }

.line {
  /*background-position: -1px -55px;*/
  right: 10px; }

.c-img {
  margin-bottom: 20px;
  text-align: center; }
  .c-img img {
    width: 100%; }

section.brief {
  padding: 20px;
  font-size: 16px; }
  section.brief img {
    width: 100%; }
  section.brief .bx-custom-pager, section.brief .product-slider {
    margin: 0; }
  section.brief .product-slider {
    padding: 0; }
  section.brief .bx-nav {
    margin-bottom: 30px; }
    section.brief .bx-nav .slide a img {
      opacity: .5;
      transform: translateY(0); }
    section.brief .bx-nav .slide a.active img {
      opacity: 1;
      transform: translateY(-10px); }
  section.brief .product-slider .slide img {
    margin-bottom: 20px; }
  section.brief .bx-wrapper .bx-viewport {
    background: transparent; }
  section.brief .bx-wrapper .bx-prev {
    left: -45px;
    top: 320px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 25px 12.5px 0;
    border-color: transparent #adadad transparent transparent; }
  section.brief .bx-wrapper .bx-next {
    right: -45px;
    top: 320px;
    background: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12.5px 0 12.5px 25px;
    border-color: transparent transparent transparent #adadad; }

.section1 {
  position: relative; }
  .section1 .media {
    position: absolute;
    top: 0px;
    z-index: 1; }

.section1 img, .section2 img {
  width: 100%; }

.section2 {
  padding: 35px 70px; }
  .section2 .storyContent {
    position: relative;
    margin-bottom: 50px; }
  .section2 hr {
    margin: 15px 60px;
    opacity: .5; }
  .section2 .forLike {
    color: #22315c;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    bottom: 2px;
    left: 58px; }
    .section2 .forLike span {
      display: inline-block; }
    .section2 .forLike span.heart {
      background-image: url("../img/media.svg");
      width: 42px;
      height: 42px;
      display: inline-block;
      background-position: -5px -109px;
      vertical-align: bottom;
      cursor: pointer; }
    .section2 .forLike span.heart.liked {
      background-position: -4px -154px; }
  .section2 .fixBottom {
    bottom: 50px; }

.section3 img, .section4 img {
  width: 100%; }

.section5 {
  /*position: relative;*/ }
  .section5 img {
    width: 100%; }
  .section5 .topTxt {
    position: absolute;
    top: 45px;
    left: 45px;
    font-size: 24px;
    color: #fff;
    padding: 35px 30px;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff; }
    .section5 .topTxt:before, .section5 .topTxt:after {
      content: "";
      background-color: #fff;
      position: absolute;
      display: block; }
    .section5 .topTxt:before {
      width: 81%;
      height: 1px;
      left: 0;
      bottom: 0; }
    .section5 .topTxt:after {
      width: 1px;
      height: 77%;
      right: 0;
      top: 0; }
  .section5 .bottomImg {
    font-size: 0; }
    .section5 .bottomImg img {
      width: 100%; }

.section6 {
  padding: 80px 35px;
  font-size: 18px; }
  .section6 .activity {
    padding: 40px 50px;
    border: 1px dashed #22315c;
    border-radius: 10px;
    font-size: 22px; }
    .section6 .activity ul {
      text-align: left;
      margin-bottom: 40px; }
      .section6 .activity ul li {
        line-height: 33px; }
        .section6 .activity ul li > div {
          display: flex; }
          .section6 .activity ul li > div > span:nth-child(1) {
            flex: none;
            width: auto;
            color: #22315c; }
          .section6 .activity ul li > div > div:nth-child(2) {
            flex: 1; }
    .section6 .activity .option {
      background-color: rgba(73, 103, 169, 0.2);
      padding: 3px 5px;
      margin-right: 3px; }
  .section6 ul {
    padding-left: 20px;
    margin: 0; }
  .section6 a {
    font-size: 0; }
  .section6 a:nth-of-type(1) {
    margin-right: 15px; }
  .section6 .b-btn1 {
    background-position: -9px -340px; }
  .section6 .b-btn2 {
    background-position: -9px -430px; }
  .section6 .note {
    padding: 40px 80px; }
    .section6 .note li {
      line-height: 31.5px; }
    .section6 .note p {
      margin-bottom: 0; }

.section7 {
  border: 20px solid rgba(255, 127, 100, 0.3);
  padding: 50px 0; }
  .section7 .titleImg {
    margin-bottom: 20px; }
  .section7 .product {
    padding: 20px 45px; }
    .section7 .product img {
      width: 100%; }
  .section7 .b-btn3 {
    width: 375px;
    height: 78px;
    background-position: -9px -530px;
    margin: 20px auto 10px; }
  .section7 p {
    font-size: 14px; }

.step2 {
  width: -webkit-fill-available;
  /*border: 20px solid rgba(55, 75, 146, 0.2);*/
  display: block;
}
  .step2 h1 {
    width: 204px;
    height: 48px;
    background-image: url("../img/item06.png");
    background-repeat: no-repeat;
    margin: 0 auto 60px; }
  .step2 h1.way1 {
    background-position: 0 0; }
  .step2 h1.way2 {
    background-position: 0 -56px; }
  .step2 h1.way3 {
    background-position: 0 -117px;
    width: 207px;
    margin-top: 60px; }
  .step2 h1.way4 {
    background-position: 0 -179px;
    width: 311px; }
.big.udnerline  {
  font-size: 18px;
}
.udnerline {
    text-decoration-line: underline;
}
.finish-img {
  width: -webkit-fill-available;
  margin-top: 24px;
}
.content-done p {
  margin: 0;
}
.s2_1 {
  padding: 50px 85px 24px 85px;
  align-items: center;
  display: flex;
  flex-direction: column; }
  .s2_1 hr {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%; }
  .s2_1 .flexRow {
    display: flex;
    align-items: center;
    justify-content: center; }
    .s2_1 .flexRow > span {
      flex: none;
      width: auto;
      padding-right: 10px; }
    .s2_1 .flexRow > .rightFlex {
      flex: 1; }
    .s2_1 .flexRow > .rowLeft {
      flex: 1;
      padding-right: 12px; }
    .s2_1 .flexRow > .rowRight {
      flex: none;
      width: auto; }
  .s2_1 form {
    font-size: 18px;
    padding: 50px 50px;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .s2_1 .form2 {
    /* padding: 0 97.5px 50px; */
    padding: unset;}
  .s2_1 .id {
    background-image: url("../img/face.png");
    background-repeat: no-repeat;
    height: 31px;
    margin: 40px auto; }
  .s2_1 .id_decline {
    width: 148px;
    background-position: 0 0; }
  .s2_1 .id_confirem {
    width: 236px;
    background-position: 0 -38px;
    display: flex;
    margin-bottom: 28px; }
  .s2_1 .form-row {
    margin-bottom: 10px;
    width: 100%; }
    .s2_1 .form-row input:not([type=checkbox]) {
      width: 100%; }
    .s2_1 .form-row .b-select {
      display: flex; }
      .s2_1 .form-row .b-select > .custom-select {
        flex: 1;
        margin-right: 10px; }
      .s2_1 .form-row .b-select > .custom-select:nth-last-child(1) {
        margin-right: 0; }
      /* .s2_1 .form-row .b-select .select-selected:after {
        border-width: 8px 6px 0 6px; } */
    .s2_1 .form-row .addSelect {
      justify-content: space-between; }
      .s2_1 .form-row .addSelect .rightFlex {
        flex: none;
        width: 49%; }
  .s2_1 .rowLeft {
    font-size: 18px; 
    color: white;}
    .s2_1 .rowLeft p {
      margin: 0 0 5px; }
  .s2_1 .btnSprite {
    width: 132px;
    height: 39px; }
  .s2_1 .btn_check {
    background-position: -8px -6px;
    margin: 40px auto; }
  .s2_1 .btn_reSend {
    background-position: -8px -54px; }
  .s2_1 .btn_confirm {
    background-position: -8px -106px; }
  .s2_1 .btn_info {
    background-position: -8px -158px; }

#address {
  margin: 10px 5px 5px 5px; }

a.popup {
  text-decoration: underline;
  margin-left: 5px; }
.redColor {
  color: #BB272D;
}
.result {
  font-size: 20px;
  padding-top: 50px;
  /*img {
        width: 100%;
    }*/ }
  .result .resBox {
    background-image: url("../img/item04.png");
    background-size: 100% 100%;
    text-align: right; }
  .result .res-text {
    display: inline-block;
    text-align: left;
    width: 405px;
    padding: 15px;
    margin: 15px;
    background-color: rgba(255, 255, 255, 0.7); }
  .result span {
    margin: 0 5px; }
  .result .big {
    font-size: 26px;
    margin: 0 5px; }
  .result .grayColor {
    color: #adadad; }
  .result .redColor {
    color: #bb272d; }
  .result .udnerline {
    text-decoration: underline; }
  .result .small {
    font-size: 14px; }
  .result .note {
    margin: 40px 0;
    color: #4967a9;
    font-size: 16px; }
  .result .time {
    color: #666;
    font-size: 16px; }
  .result ol {
    color: #bb272d;
    margin: 10px 0; }
    .result ol li {
      line-height: 30px; }

.step3 {
  padding: 50px; }
  .step3 .faceIcon {
    width: 31px;
    height: 31px;
    background-image: url("../img/face.png");
    background-position: -1px -37px;
    background-repeat: no-repeat;
    margin: 40px auto; }
  .step3 .info {
    font-size: 26px; }

.popupBox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1; }
  .popupBox .underLayer {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    z-index: 1; }
  .popupBox .popup-inner {
    width: 80%;
    max-height: 60%;
    overflow: auto;
    margin: 100px auto 0;
    background-color: #fff;
    padding: 25px;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40%;
    z-index: 2; }
  .popupBox .bold {
    font-weight: bold; }
  .popupBox li {
    line-height: 30px; }
  .popupBox span {
    color: red; }
  .popupBox .closeX {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2; }
    .popupBox .closeX:before, .popupBox .closeX:after {
      content: "";
      display: block;
      width: 20px;
      height: 2px;
      background-color: #000;
      position: absolute;
      top: 11px;
      left: 2px; }
    .popupBox .closeX:before {
      transform: rotate(45deg); }
    .popupBox .closeX:after {
      transform: rotate(-45deg); }

.p-package {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .p-package .packageRow {
    display: grid;
    grid-auto-flow: column;
    margin-bottom: 20px;
    padding: 15px 0;
    width: -webkit-fill-available;
    grid-template-columns: 34px auto 130px;}

    @media (max-width: 500px) {
      .p-package .packageRow {
      grid-template-columns: 20px 202px 130px;}
    }


    /* .p-package .packageRow img {
      width: 100%; } */
    .p-package .packageRow .p-img {
      flex: none;
      width: 120px; }
    .p-package .packageRow .p-text {
      padding: 0 5px;
      font-size: 20px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
      .p-package .packageRow .p-text p {
        margin-bottom: 0;
        height: fit-content; }
      .p-package .packageRow .p-text .fee {
        color: #22315c;
        margin: 10px 0;
        font-weight: bold; }
        .p-package .packageRow .p-text .fee + p {
          font-size: 16px;
          color: #22315c; }
      .p-package .packageRow .p-text > p:nth-last-child(1) {
        font-size: 16px;
        color: #eb6c79; }
    .p-package .packageRow .radiokBox {
      flex: none;
      width: 20px;
      align-self: center;
      margin-right: 5px; }
  .p-package .packageRow:nth-child(2) {
    margin-bottom: 0; }
    .p-package .packageRow:nth-child(2) .p-text .fee {
      margin: 10px 0 0; }
      .p-package .packageRow:nth-child(2) .p-text .fee + p {
        margin-bottom: 10px; }

.paymentContainer .btnSprite {
  width: 145px;
  height: 40px;
  display: inline-block;
  font-size: 0; }

.paymentContainer .payment1 {
  background-position: -8px -215px;
  margin-right: 10px; }

.paymentContainer .payment2 {
  background-position: -8px -275px; }

.btn-center {
    display: flex;
    justify-content: center;
}

.s2_2 {
    .flexRow {
        display: flex;
        align-items: center;
        justify-content: center;

        > span {
            flex: none;
            width: auto;
            padding-right: 0px;
        }

        > .rightFlex {
            flex: 1;
        }

        > .rowLeft {
            flex: 1;
        }

        > .rowRight {
            flex: 1;
            width: auto;
        }
    }
}

.float-parent-element {
  width: 100%;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.float-child-element {
  float: left;
  width: 50%;
}
.float-parent-element img {
  width: 100%;
}
.pay-send {
  font-size: 18px;
  padding: 0 90px 50px;
  width: -webkit-fill-available;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content {
  flex-grow: 1;
}