﻿@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  font-family: "Arial",微軟正黑體;
  font-size: 100%;
}

body {
  margin: 0;
  background-color: #F9F9F9;
}

iframe {
  border: none;
}

img {
  border: 0;
  outline: none;
  display: inline-block;
}

a {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}

*{
    -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 99999px;
  -webkit-touch-callout: none;
}

/** {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 99999px;
  -webkit-touch-callout: none;
  
  -webkit-user-select: none;
  
  -khtml-user-select: none;
  
  -moz-user-select: none;
  
  -ms-user-select: none;
  
  user-select: none;
  
}*/

*:not(input) {    
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


button {
  font-family: "Arial",微軟正黑體;
}

.txt-sig {
  word-break: break-all;
  text-overflow: ellipsis;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.txt_nowrap {
  white-space: nowrap;
}

.no-select {
  -webkit-user-select: none;
  /* Chrome all / Safari all */
  -moz-user-select: none;
  /* Firefox all */
  -ms-user-select: none;
  /* IE 10+ */
  user-select: none;
  /* Likely future */
}

.row_center_btn {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.row_right_btn {
  text-align: right;
  margin-bottom: 1rem;
}

.text_pos_c {
  text-align: center;
}

.text_pos_r {
  text-align: right;
}

.fl_r {
  float: right;
}

.fl_l {
  float: left;
}

.color_o {
  color: #FF8000;
}

.color_r {
  color: #FF2300;
}

.color_g {
  color: #15B93B;
}

b {
  font-weight: bold;
}

.wrapper {
  position: absolute;
  position: relative;
  margin: 0px auto;
  width: 100%;
  max-width: 640px;
  min-height: 100%;
}

.wrapper {
  background-color:#33b262;
}

header {
  position: relative;
  padding: 5%;
  margin: 0px auto;
}
header .title {
  float: right;
  width: 35%;
  text-align: right;
}
header .title img {
  width: 100%;
  max-width: 108px;
}

h1 {
  color: #461208;
  font-size: 1.75rem;
  text-align: center;
  line-height: 2rem;
  margin: 2% 0;
}
h1 small {
  font-size: 1.25rem;
}
h1.pad_big {
  padding-top: 5%;
}

.logo {
  position: relative;
  z-index: 2;
  width: 35%;
}
.logo img {
  width: 100%;
  max-width: 183px;
}
.afa img {
  width: 100%;
  max-width: 100px;
}

.inner {
  margin: 5% auto;
  width: 100%;
  max-width: 640px;
  overflow: hidden;
}

.prefix_block {
  position: relative;
  display: flex;
  font-size: 1.5rem;
  padding: 1rem .75rem;
  background-color: #F9F9F9;
  background-clip: padding-box;
  border: 1px solid #D8D2D1;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  letter-spacing: .3rem;
  justify-content: center;
  justify-content: flex-start;
}
.prefix_block .prefix {
  display: flex;
  align-items: center;
  text-align: start;
  color: #333;
  white-space: nowrap;
}
.prefix_block .prefix:after {
  display: inline-block;
  content: "-";
  padding-right: 1rem;
}
.prefix_block input {
  display: flex;
  min-width: 0px;
  color: #707070;
  border: none;
  width: 100%;
  font-size: 1.5rem;
  letter-spacing: .3rem;
  align-items: center;
  background-color: transparent;
}

.row_input {
  margin: 0px 5% 5% 5%;
}
.row_input label {
  display: inline-block;
  padding: .5rem;
  font-size: 1.25rem;
  line-height: 2rem;
  color: #461208;
}
.row_input label small {
  display: inline-block;
  color: #461208;
  padding: 0;
}
.row_input label .small {
  display: inline-block;
  color: #461208;
  padding: 0;
  font-size: 1rem;
  line-height: 1.25rem;
}
.row_input small {
  display: block;
  margin-top: .25rem;
  font-size: 80%;
  font-weight: 400;
  padding: 0rem .5rem;
  color: #D8492C;
  font-size: 1rem;
  line-height: 1.25rem;
}

.row_address .flex_block {
  margin-bottom: 3%;
}
.row_address .flex_block:last-child {
  margin-bottom: 0px;
}

.row_radio {
  margin: 0px 45px 0px 45px;
}
.row_radio label {
  display: inline-block;
  padding: 0rem 1rem 0 .5rem;
  color: #707070;
  font-size: 1.6rem;
}
.row_radio small {
  display: block;
  margin-top: .25rem;
  font-size: 80%;
  font-weight: 400;
  padding: 0rem .5rem;
}
.row_radio p {
  font-size: 1.125rem;
  color: #707070;
}

.row_checkbox {
  margin: 0px 45px 20px 45px;
  margin: 0px 5% 3% 5%;
}
.row_checkbox label {
  display: inline-block;
  padding: 0rem 1rem 0 .5rem;
  color: #707070;
  font-size: 1.0rem;
  line-height: 2rem;
}
.row_checkbox a {
  color: #15B93B;
}

.row_radio_box {
  margin: 0px 45px 10px 45px;
}
.row_radio_box label {
  display: inline-block;
  padding: 0rem 0.5rem 0 .2rem;
  color: #15B93B;
  font-size: 1.25rem;
}
.row_radio_box .tit {
  color: #461208;
  font-size: 1.25rem;
  display: inline-flex;
  padding-right: 1rem;
  vertical-align: middle;
}

.row_checkbox_box {
  margin: 0px 45px 20px 45px;
}
.row_checkbox_box label {
  display: inline-block;
  padding: 0rem 1rem 0 .5rem;
  color: #15B93B;
  font-size: 1.25rem;
}
.row_checkbox_box .tit {
  color: #461208;
  font-size: 1.25rem;
  display: inline-flex;
  padding-right: 1rem;
  vertical-align: middle;
}

.zipcode input {
  display: block;
  width: 100%;
  padding: 1rem .75rem;
  font-size: 1.5rem;
  color: #707070;
  background-color: #F9F9F9;
  background-clip: padding-box;
  border: 1px solid #D8D2D1;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  letter-spacing: .3rem;
}

input, select {
  font-family: "Arial",微軟正黑體;
}

.input_txt {
  display: block;
  width: 100%;
  padding: 1rem .75rem;
  font-size: 1.5rem;
  color: #707070;
  background-color: #F9F9F9;
  background-clip: padding-box;
  border: 1px solid #D8D2D1;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  letter-spacing: .3rem;
}

input[type="text"]:disabled {
  background-color: #DEDEDE;
}

.input_radio {
  position: relative;
  display: inline-block;
  margin: 1rem 0;
}

input[type="radio"] {
  opacity: 0;
}

input[type="radio"]:checked + label:before, input[type="radio"] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  margin-left: 0px;
  background-image: url(../images/input_radio_x2.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}

input[type="radio"]:checked + label:before {
  background-image: url(../images/input_radio_on_x2.png);
}

input[type="radio"]:checked + label {
  color: #329F3B;
}

.input_checkbox {
  position: relative;
  display: inflex;
  display: inline-flex;
}

input[type="checkbox"] {
  opacity: 0;
}

input[type="checkbox"]:checked + label:before, input[type="checkbox"] + label:before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0px;
  height: 21px;
  width: 21px;
  display: block;
  background-image: url(../images/input_checked_x2.png);
  background-repeat: no-repeat;
  background-size: 21px 21px;
}

input[type="checkbox"]:checked + label:before {
  background-image: url(../images/input_checked_on_x2.png);
}

/* Chris */
.investment_fold_box input[type="checkbox"] {
  opacity: 0;
}
.investment_fold_box input[type="checkbox"]:checked + label:before, .investment_fold_box input[type="checkbox"] + label:before {
  content: "";
  height: 20px;
  width: 20px;
  display: block;
  position: absolute;
  top: 2px;
  left: 0px;
  margin-left: 0px;
  background-image: url(../images/input_radio_x2.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.investment_fold_box input[type="checkbox"]:checked + label:before {
  background-image: url(../images/input_radio_on_x2.png);
}
.investment_fold_box input[type="checkbox"]:checked + label {
  color: #329F3B;
}

/* Chris */
.select_type {
  display: block;
  width: 100%;
  overflow: hidden;
  background: url(../images/down_arrow_select.png) no-repeat right #F9F9F9;
  border: 1px solid #D8D2D1;
  border-radius: .25rem;
}
.select_type select {
  display: block;
  background: transparent;
  width: 100%;
  width: calc(100% + 28px);
  padding: .95rem .75rem;
  font-size: 1.5rem;
  border: 0;
  outline: none;
  color: #707070;
  -webkit-appearance: none;
  letter-spacing: .3rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select_type select {
    width: calc(100% + 32px);
  }
}
.btn_style_1 {
  padding: 3% 0;
  max-width: 235px;
  width: 100%;
  border-radius: 35px;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  font-size: 1.5rem;
  color: #707070;
  margin: 2%;
  cursor: pointer;
  outline: none;
  display: inline-block;
}
.btn_style_1.active {
  color: #fff;
  background-color: #ff8f1e;
  border: 1px solid #ff8f1e;
}

.btn_style_2 {
  padding: 3% 0;
  width: 95%;
  font-size: 1.5rem;
  margin: auto 5px;
  border-radius: 5px;
  color: #fff;
  border: 1px solid #D8D2D1;
  color: #707070;
  background: #F9F9F9;
  cursor: auto;
  cursor: pointer;
  display: inline-block;
}
.btn_style_2.active {
  color: #fff;
  border: initial;
  background-color: #329F3B;
  cursor: pointer;
  border: 1px solid #329F3B;
}

.btn_style_3 {
  padding: 3% 0;
  width: 90%;
  border-radius: 65px;
  background-color: #15B93B;
  border: 1px solid #15B93B;
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 5px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  letter-spacing: 5px;
}

.btn_style_4 {
  padding: 3% 0;
  width: 90%;
  border-radius: 65px;
  background-color: #188F20;
  border: 1px solid #188F20;
  font-size: 1.5rem;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin: 5px;
  font-weight: bold;
  text-shadow: 2px 2px 2px #000;
  letter-spacing: 5px;
}

.recommend_box {
  font-size: 1.25rem;
  line-height: 2rem;
  color: #461208;
  padding: 0 40px;
}
.recommend_box textarea {
  padding: 2%;
  font-size: 1.5rem;
  line-height: 2.215rem;
  width: 100%;
  min-height: 40%;
  height: 150px;
  color: #707070;
  border: 1px solid #D8D2D1;
  background-color: #F9F9F9;
  font-family: "Arial",微軟正黑體;
  resize: none;
}
.recommend_box .btn_line {
  color: #15B93B;
  text-decoration: underline;
}

.form_info_box {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  width: 90%;
  margin: 2% auto 5% auto;
  overflow: hidden;
  background-color: #EFEFEF;
  font-size: 1.25rem;
  color: #461208;
}
.form_info_box h3 {
  background-color: #F9F9F9;
  padding: 2.5% 5%;
}
.form_info_box .cont {
  padding: 3% 5%;
}
.form_info_box .row {
  display: flex;
  margin-bottom: 10px;
}
.form_info_box .side_l {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}
.form_info_box .side_r {
  width: 75%;
}
.form_info_box small {
  display: flex;
  font-size: 1rem;
  line-height: 1.625rem;
}
.form_info_box small:before {
  content: "*";
  display: flex;
  padding: 0px 3px;
}

.explanation_list_box {
  padding: 0px 2%;
}
.explanation_list_box h3 {
  font-size: 1.75rem;
  text-align: center;
  color: #461208;
  margin-bottom: 2%;
}
.explanation_list_box h5 {
  text-align: center;
}
.explanation_list_box h5 span {
  background-color: #15B93B;
  font-size: 1.5rem;
  min-width: 145px;
  border-radius: 45px;
  display: inline-block;
  color: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.explanation_list_box .list {
  margin-bottom: 2%;
}
.explanation_list_box ol {
  font-size: 1.5rem;
  line-height: 2rem;
  list-style-type: decimal;
  padding-left: 40px;
  color: #9C807B;
}
.explanation_list_box li {
  background-color: #fff;
}
.explanation_list_box p {
  color: #461208;
}
.explanation_list_box .cont {
  margin: 2% auto;
  background-color: #fff;
  padding: 4% 2%;
}
.explanation_list_box a {
  text-decoration: underline;
  color: #15B93B;
}

.btn_explanation {
  display: inline-block;
  font-size: 0.9375rem;
  color: #15B93B;
  text-decoration: underline;
  cursor: pointer;
}
.btn_explanation:after {
  content: "";
  background-image: url(../images/icon/icon_marvel_x2.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  width: 17px;
  height: 17px;
  display: inline-block;
  margin: 0px 2px;
  vertical-align: middle;
}

.txt_explanation {
  background-color: #EEF9F1;
  color: #707070;
  padding: 20px;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 10px;
  letter-spacing: 0;
  text-align: left;
  display: none;
}

.container {
  position: relative;
  width: 100%;
  min-height: calc(100% - 230px);
  border-radius: 35px 35px 35px 35px;
  -moz-border-radius: 35px 35px 35px 35px;
  -webkit-border-radius: 35px 35px 35px 35px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 3% 0px 5% 0px;
  background: #fff;
}
.container .title {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding: 0rem .5rem;

  line-height: 3rem;
  font-size: 1.75rem;
  letter-spacing: .5rem;
  color: #461208;
  margin: 0px 30px 15px 30px;
}
.container .title .btn_explanation {
  letter-spacing: 0;
  font-weight: bold;
}
.container .w_100 {
  width: 100px;
}
.container .btn_afresh {
  color: #15B93B;
  cursor: pointer;
}
.container .verification {
  border: 1px solid #D8D2D1;
  border-radius: .25rem;
  background-color: #F9F9F9;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.container .txt {
  color: #461208;
  font-size: 1.5rem;
  line-height: 2.2rem;
  padding: 0 40px;
}

.flex_block {
  display: flex;
}
.flex_block .column {
  display: flex;
  align-items: center;
}
.flex_block .txt {
  font-weight: normal;
  padding: 0rem .5rem;
  color: #461208;
}
.flex_block .txt_g {
  font-weight: normal;
  padding: 0rem .3rem;
  color: #707070;
}

.flex_block_between {
  justify-content: space-between;
}

.flex_block_80 {
  width: 80%;
  justify-content: space-between;
}

.column_25_5 {
  width: 25.5%;
  margin-right: 2%;
}

.column_33 {
  width: 33.3%;
  margin-right: 2%;
}
.column_33:last-child {
  margin-right: 0%;
}

.column_30 {
  width: 32%;
  margin-right: 2%;
}
.column_30:last-child {
  margin-right: 0%;
}

.column_50 {
  width: 49%;
  margin-right: 2%;
}
.column_50:last-child {
  margin-right: 0%;
}

.column_25 {
  width: 24%;
}

.column_75 {
  width: 74%;
  margin-right: 2%;
}
.column_75:last-child {
  margin-right: 0%;
}

.remark {
  padding: 60px 40px;
}
.remark small {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #D8492C;
}
.remark .txt_link {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #15B93B;
  text-decoration: underline;
}

.progressbar {
  width: 90%;
  max-width: 560px;
  margin: 30px auto 60px auto;
  padding: 0;
  height: 2px;
  /* background-color: #C1C1C1; */
}
.progressbar li {
  position: relative;
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 1rem;
  position: relative;
  height: 2px;
  text-align: center;
  line-height: 1.2rem;
  padding-top: 17px;
  color: #ffffff;
  letter-spacing: .0625rem;
}

.progressbar li:before {
  content: '';
  position: absolute;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  /* border: 2px solid #7d7d7d; */
  top: -4px;
  left: -4%;
  z-index: 1;
  background-color: #fff;
}

.progressbar li:last-child:after {
  content: '';
  position: absolute;
  border-radius: 10px;
  width: 10px;
  height: 10px;
  /* border: 2px solid #7d7d7d; */
  top: -4px;
  right: -4%;
  z-index: 1;
  background-color: #fff;
}

.progressbar li .line {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 2px;
  background: #fff;
}


.progressbar li:first-child .line {
  left: 0%;
}
.progressbar li.active {
  color: #FFBC66;

  font-weight: bold;
  font-size: 1.125rem;
}
.progressbar li.active .line {
  background-color: #FFBC66;
}
.progressbar li.active:before {
  background-color: #FFBC66;
}
.progressbar li.active_85 {
  color: #461208;
}
.progressbar li.active_85 .line {
  background-color: #188F20;
  width: 135%;
}
.progressbar li.active_85:before {
  border: 2px solid #188F20;
  background-color: #188F20;
}
.progressbar li.complete .line {
  background-color: #188F20;
}
.progressbar li.complete:before {
  border: 2px solid #188F20;
  background-color: #188F20;
}
.progressbar li.finish {
  color: #461208;
}
.progressbar li.finish .line {
  background-color: #188F20;
  width: 150%;
}
.progressbar li.finish:before {
  border: 2px solid #188F20;
  background-color: #188F20;
}
.progressbar li.finish:after {
  border: 2px solid #188F20;
  background-color: #188F20;
}

.investment_fold_box .tit {
  text-align: center;
  font-size: 1.5rem;
}
.investment_fold_box .list {
  background-color: #EFEFEF;
}
.investment_fold_box .row_input .input_txt {
  background-color: #fff;
  border: none;
}
.investment_fold_box .flex_block {
  margin-bottom: 10px;
}
.investment_fold_box input[type="radio"]:checked + label:before, .investment_fold_box input[type="radio"] + label:before {
  top: 2px;
}
.investment_fold_box input[type="checkbox"]:checked + label:before, .investment_fold_box input[type="checkbox"] + label:before {
  top: 2px;
}

.info_fold_box .tit {
  text-align: center;
  font-size: 1.5rem;
}
.info_fold_box .list {
  background-color: #EFEFEF;
}
.info_fold_box .row_input .input_txt {
  background-color: #fff;
  border: none;
}
.info_fold_box .flex_block {
  margin-bottom: 10px;
}
.info_fold_box #job_other {
  color: #999999;
  font-size: 0.875rem;
  letter-spacing: -0.1rem;
}
.info_fold_box #job_trading {
  color: #999999;
  font-size: 0.875rem;
  letter-spacing: 0rem;
}
.info_fold_box input[type="radio"]:checked + label:before, .info_fold_box input[type="radio"] + label:before {
  top: 2px;
}

.terms_fold_box .tit {
  font-size: 1.25rem;
}
.terms_fold_box .open .tit {
  color: #15B93B;
}
.terms_fold_box .cont {
  border: 1px solid #D8D2D1;
  height: 530px;
  margin: 15px auto;
  padding: 5px;
}

.fold_box {
  width: 90%;
  margin: 0px auto;
}
.fold_box .list {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.fold_box .list_hide {
  display: none;
}
.fold_box .open {
  border: 1px solid #15B93B;
}
.fold_box .open .tit:after {
  background-image: url(../images/icon/icon_arrow_d_g.png);
}
.fold_box .tit {
  position: relative;
  background-color: #F9F9F9;
  padding: 15px;
  color: #461208;
  cursor: pointer;
  padding-right: 30px;
}
.fold_box .tit span {
  color: #999999;
}
.fold_box .tit small {
  color: #999999;
  font-size: 1.25rem;
  display: inline-block;
}
.fold_box .tit:after {
  position: absolute;
  right: 10px;
  top: 12px;
  width: 21px;
  height: 21px;
  background-image: url(../images/icon/icon_arrow_r_g.png);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  content: "";
  transition: all .35s;
}
.fold_box .cont {
  display: none;
  width: 95%;
  margin: 3% auto;
  color: #999999;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.fold_box .row_checkbox {
  margin: 10px;
}
.fold_box .row_checkbox label {
  font-size: 1.25rem;
  line-height: 1.875em;
}
.fold_box input[type="checkbox"]:checked + label:before, .fold_box input[type="checkbox"] + label:before {
  top: 5px;
}
.fold_box .input_radio {
  display: flex;
}
.fold_box .row_radio {
  position: relative;
  margin: 10px 0;
  background-color: #fff;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #F4EEE9;
}
.fold_box .row_radio:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 1px;
  top: 0px;
  background-color: #F4EEE9;
  left: 40px;
}
.fold_box .row_radio label {
  display: flex;
  padding: 0rem 1rem 0rem 1.5rem;
  font-size: 1.125rem;
  color: #461208;
}
.fold_box .row_radio input[type="radio"] label {
  color: #461208;
}
.fold_box .row_radio input[type="radio"]:checked + label {
  color: #15B93B;
}
.fold_box .row_radio .input_radio {
  padding: 0px;
  margin: 0;
}
.fold_box .row_radio .input_txt {
  width: 400px;
  padding: 0rem .75rem;
}
.fold_box .row_radio .select_type {
  width: calc(100% - 40px);
  display: inline-block;
}
.fold_box .row_radio .select_type select {
  padding: .2rem .75rem;
}
.fold_box .notice_txt {
  color: #D8492C;
  font-size: 1rem;
  line-height: 1.625rem;
  display: flex;
}
.fold_box .notice_txt:before {
  content: "*";
  padding: 0 5px;
}

ol.ideographic {
  margin-left: 40px;
  list-style-type: cjk-ideographic;
}

ol.decimal {
  margin-left: 40px;
  list-style-type: decimal;
}

ul.ideographic {
  margin-left: 40px;
  list-style-type: cjk-ideographic;
}
ul.ideographic li {
  margin-bottom: 10px;
}

ul.decimal {
  margin-left: 40px;
  list-style-type: decimal;
}

.complete_box {
  width: 90%;
  margin: 0 auto 20px;
  color: #461208;
  font-size: 1.5rem;
  line-height: 2.75rem;
}

table.item td {
  vertical-align: top;
}

.download_box {
  width: 90%;
  margin: 0px auto;
}
.download_box h3 {
  padding: 5px 0;
  border-radius: 30px;
  background-color: #999999;
  color: #fff;
  text-align: center;
  font-weight: bold;
  letter-spacing: .5rem;
}
.download_box ul {
  font-size: 1.125rem;
  line-height: 2rem;
  color: #461208;
  margin: 10px 0;
}
.download_box li {
  padding: 15px;
  background-color: #F9F9F9;
  margin-bottom: 20px;
}
.download_box li:before {
  content: ">";
  padding-right: 5px;
}
.download_box a {
  font-size: 1rem;
  color: #15B93B;
  font-weight: bold;
  padding: 0px 10px;
}

.result_box {
  width: 90%;
  margin: 0px auto;
}
.result_box h3 {
  font-size: 2.625rem;
  color: #15B93B;
}
.result_box h3 big {
  font-size: 7.1875rem;
  font-style: italic;
}
.result_box h3 small {
  font-size: 1.6875rem;
}
.result_box h3 b {
  font-weight: bold;
}
.result_box p {
  font-size: 1.125rem;
  line-height: 1.6875rem;
  color: #707070;
}
.result_box .cont {
  margin: 20px 0;
  border-top: 5px solid #15B93B;
  border-bottom: 5px solid #15B93B;
  border-left: 1px solid #15B93B;
  border-right: 1px solid #15B93B;
  width: 100%;
  background-color: #F9F9F9;
  border-radius: 5px;
  padding: 40px 10px;
  text-align: center;
}
.result_box .cont p {
  font-size: 1.375rem;
  line-height: 2rem;
  padding: 20px;
}
.result_box .tit {
  position: relative;
  color: #461208;
  font-size: 2.375rem;
  text-align: center;
  display: inline-block;
}
.result_box .tit:before {
  position: absolute;
  bottom: 0px;
  width: 104%;
  left: -2%;
  height: 7px;
  background-color: #FFE600;
  content: "";
  border-radius: 20px;
}
.result_box .tit span {
  position: relative;
  display: inline-block;
}

.photo_box {
  position: relative;
  margin-bottom: 5%;
  width: 90%;
  margin: 0 auto 5% auto;
  overflow: hidden;
}
.photo_box .pic {
  position: relative;
  margin: 10px auto;
  width: 558px;
  width: 100%;
  display: flex;
  padding-bottom: 53%;
  align-items: center;
  background-color: #F6F6F6;
  background-size: cover;
  background-image: url(../images/card_pic.png);
  background-repeat: no-repeat;
}
.photo_box .pic span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  letter-spacing: 3px;
  color: #9C807B;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.photo_box .photo_finish {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.photo_box .btn {
  position: relative;
  margin: auto;
  max-width: 558px;
  width: 100%;
  padding: 3% 0;
  border-radius: 80px;
  background-color: #329F3B;
  text-align: center;
  font-size: 1.5rem;
  display: block;
}
.photo_box .btn span {
  position: relative;
  color: #E6F3E7;
  font-weight: bold;
  padding: 10px 0px 10px 0px;
}
.photo_box .btn span:before {
  content: "";
  display: inline-block;
  background-image: url(../images/camera_pic.png);
  background-position: center center;
  background-repeat: no-repeat;
  width: 64px;
  height: 48px;
  vertical-align: middle;
  margin-right: 1%;
}
.photo_box [type=file] {
  position: absolute;
  left: 0px;
  filter: alpha(opacity=0);
  opacity: 0;
}
.photo_box h3 {
  font-size: 1.125rem;
  color: #461208;
  padding: 2% 0;
}
.photo_box .remind_txt {
  position: relative;
  font-size: 1.125rem;
  line-height: 1.62rem;
  color: #9C807B;
  margin: 5px 30px 50px 30px;
}
.photo_box .remind_txt:before {
  position: absolute;
  top: 3px;
  left: -20px;
  width: 17px;
  height: 100%;
  content: "";
  background-image: url(../images/icon/icon_marvel_c_x2.png);
  background-repeat: no-repeat;
  background-size: 17px 17px;
  background-position: left top;
}

.popup_terms .cont {
  position: relative;
  height: calc(100% - 120px);
  border: 1px solid #15B93B;
  margin: 3%;
  color: #999999;
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding: 2%;
}
.popup_terms .popup_content {
  height: 100%;
  overflow-y: hidden;
}
.popup_terms .popup_content .row_btn {
  margin-top: 30px;
}
.popup_terms .scrollbar_terms {
  height: 100%;
}
.popup_terms .tit {
  text-align: center;
  color: #461208;
  font-size: 1.75rem;
}

.popup {
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: none;
}
.popup .mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.4;
}
.popup .popup_content {
  position: absolute;
  top: 0px;
  max-width: 640px;
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  padding: 3% 0px;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}
.popup h3 {
  color: #FF8000;
  font-size: 2.265rem;
  text-align: center;
  margin-bottom: 30px;
}
.popup .row_btn {
  margin-top: 20px;
  text-align: center;
}
.popup .btn_close {
  padding: 3% 0;
  max-width: 235px;
  width: 100%;
  border-radius: 35px;
  border-radius: 35px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #ff8f1e;
  border: 1px solid #ff8f1e;
  margin: auto 5px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  transition: all .35s;
}

.popup_explanation {
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  display: none;
}
.popup_explanation .mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.4;
}
.popup_explanation .popup_content {
  position: absolute;
  top: 0px;
  max-width: 640px;
  width: 100%;
  margin: 0px auto;
  background-color: #fff;
  padding: 3% 0px;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%, 0);
}
.popup_explanation h3 {
  color: #FF8000;
  font-size: 2.265rem;
  text-align: center;
  margin-bottom: 30px;
}
.popup_explanation .row_btn {
  margin-top: 20px;
  text-align: center;
}
.popup_explanation .btn_close {
  padding: 3% 0;
  max-width: 235px;
  width: 100%;
  border-radius: 35px;
  border-radius: 35px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #ff8f1e;
  border: 1px solid #ff8f1e;
  margin: auto 5px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  transition: all .35s;
}

.popup_msg {
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.popup_msg .mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.4;
}
.popup_msg .popup_content {
  position: absolute;
  top: 150px;
  width: 90%;
  margin: 0px auto;
  background-color: #fff;
  padding: 5% 5%;
  border-radius: 5px;
  left: 50%;
  max-width: 570px;
  transform: translate(-50%, 0);
  word-wrap: break-word;
}
.popup_msg p {
  color: #461208;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 0px 3%;
  text-align: center;
  word-wrap: break-word;
}
.popup_msg .row_btn {
  margin-top: 5%;
  text-align: center;
}
.popup_msg .btn_close {
  padding: 3% 0;
  max-width: 235px;
  width: 100%;
  border-radius: 35px;
  border-radius: 35px;
  font-size: 1.5rem;
  color: #fff;
  background-color: #ff8f1e;
  border: 1px solid #ff8f1e;
  margin: auto 5px;
  cursor: pointer;
  outline: none;
  display: inline-block;
  transition: all .35s;
}

.popup_load {
  position: fixed;
  z-index: 9;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.popup_load .mask {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #333333;
  opacity: 0.4;
}
.popup_load .popup_content {
  position: absolute;
  top: 150px;
  width: 570px;
  margin: 0px auto;
  background-color: #fff;
  padding: 50px 0px;
  border-radius: 35px;
  left: 50%;
  margin-left: -285px;
  text-align: center;
}

.kv {
  position: relative;
  background-image: url(../images/main_pic.png);
  width: 100%;
  background-repeat: no-repeat;
  padding-top: 344px;
  padding-top: 54%;
  background-position: top center;
  margin-top: -16%;
  background-size: cover;
}

.section_main .container {
  padding: 5% 0px 5% 0px;
}
.section_main ul {
  width: 95%;
  font-size: 1.5rem;
  line-height: 2rem;
  color: #9C807B;
  list-style-type: disc;
  padding-left: 40px;
}
.section_main ul a {
  color: #FF8000;
  text-decoration: underline;
}
.section_main ul p {
  color: #461208;
}
.section_main ul li {
  margin-bottom: 10%;
}
.section_main ul .a_arrow:after {
  content: ">";
  display: inline-block;
}

.account_box {
  padding: 5% 2%;
  margin: 0px 5% 3% 5%;
  background-color: #F9F9F9;
}
.account_box .input_txt {
  background-color: #fff;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
  display: none;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer .btn {
  min-width: 100px;
  border-radius: 35px;
  background-color: #fff;
  border: 1px solid #b5b5b5;
  font-size: 1rem;
  padding: 10px;
  color: #707070;
  margin: auto 5px;
  cursor: pointer;
  outline: none;
  display: inline-block;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.img-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 300px;
}
.img-container img {
  width: 100%;
}

.scroll_cont {
  padding: 2% 5% 2% 2%;
}

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner {
  height: 520px;
  padding: 5%;
}

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

@media only screen and (max-width: 600px) {
  html, body {
    font-size: 80%;
  }

  .photo_box .btn span:before {
    width: 55px;
    height: 41px;
    background-size: 65%;
  }

  .flex_block {
    flex-wrap: wrap;
  }

  .flex_block .column {
    margin-bottom: 2%;
  }

  .column_m_100 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3%;
  }

  .column_m_50 {
    width: 48%;
    margin-bottom: 3%;
  }

  .column_m_75 {
    width: 74%;
    margin-bottom: 3%;
  }
	.column_m_25{
		width: 24%;
	}
	.column_25_5{
		width: 24%;
		margin-right: 0%;
	}
  .btn_style_1 {
    padding: 5% 0;
    max-width: 90%;
  }

  .btn_style_3 {
    padding: 5% 0;
  }

  .btn_style_4 {
    padding: 5% 0;
  }

  .form_info_box .row {
    flex-wrap: wrap;
  }
  .form_info_box .side_l {
    width: 100%;
    justify-content: flex-start;
    padding: 2% 0;
  }
  .form_info_box .side_r {
    width: 100%;
  }
  .form_info_box small {
    display: flex;
  }
  .form_info_box small:before {
    content: "*";
    display: flex;
    padding: 0px 3px;
  }

  .result_box h3 {
    text-align: center;
  }

  .row_radio_box .tit {
    width: 100%;
    display: inline-flex;
  }

  .popup_msg .popup_content {
    padding: 10% 5%;
  }
  .popup_msg p {
    padding: 0 5%;
  }

  .btn_afresh {
    font-size: 1.25rem;
  }
}
