@import url('https://fonts.googleapis.com/css2?family=Luckiest+Guy&family=Noto+Sans+TC:wght@100..900&display=swap');
/*************************************/
/*預載*/
#preload{
  display: none;
}
#preload *{
  width: 0;
  height: 0;
  display: block;
}
/*************************************/
:root {
  --color_red1: #CF251B;
  --color_orangr0: #FCE9CB;
  --color_orangr1: #E6A188;
  --color_orangr2: #EF9354;
  --color_green1: #458E34;
  --color_blue1: #6E9ED2;
  --color_blue2: #425F7E;
  --color_brown0: #CE5131;
  --color_brown1: #72370D;
  --color_white: #FFFFFF;
  --color_black: #000000;
  --color_gray1: #F9F6F1;
  --color_gray2: #B7B7B7;
  --color_gray3: #ACACAF;
  --color_gray4: #878787;
  --color_gray5: #727171;
  --color_lv1: #f8b62d;
  --color_lv2: #cf251b;
  --color_lv3: #7e428c;
  --color_d2: #D2D2D2;
  --hover: #ff6a00;
}
/*************************************/
/* 移除手機點擊藍色透明效果 */
* {
  -webkit-tap-highlight-color: transparent;
}
html {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: 'Noto Sans TC','Microsoft JhengHei','Arial';
  letter-spacing: 0.05em;
  overflow-x: hidden;
  width: 100%;
}
body{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  font-weight: 500;
  cursor: default !important;
  background-color: var(--color_blue1);
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a * {
  cursor: inherit;
  text-decoration: none;
}
*{
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
noscript{
  width: 100%;
  display: block;
  padding: 20px;
  text-align: center;
  color: var(--color_red1);
}
:focus {
  outline: 3px solid #ffaa00;
}
._displaynone {
  display: none;
}
._displayblock {
  display: block;
}
._inlineblock {
  display: inline-block;
}
._left {
  text-align: left !important;
}
._right {
  text-align: right;
}
._center {
  text-align: center;
}
._nowrap {
  white-space: nowrap;
}
._font_red{
  color: var(--color_red1);
}
/*************************************/
#loading {
  display: none;
  position: fixed;
  width: 200px;
  height: 60px;
  padding-bottom: 100px;
  top: calc(33% - 30px);
  left: calc(50% - 100px);
  border-radius: 15px;
  z-index: 1000;
  transition: background-color 2s;
  -webkit-transition: background-color 2s;
  background-color: #ffffffee;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: 50% 5px;
  background-size: 80px;
  /***/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0px;
  background-position: 50% 40%;
}

  #loading::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff00;
    z-index: 0;
  }

  #loading::after {
    content: "等待檢測結果...";
    text-align: center;
    display: block;
    width: 100%;
    color: #999;
    font-weight: bold;
    position: absolute;
    bottom: calc(45% + 40px);
    z-index: 1;
  }
/*************************************/
#resultUI{
  width: 100%;
  max-width: 1920px;
  background-color: var(--color_gray1);
  background-image: url(../images/bg_resultUI.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center bottom;
  padding: 3.2em 1em 5em 1em;
}
/*************************************/
.custom_bar{
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto 0.3em auto;
}
.custom_bar .flex_3{
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
}
.custom_bar .flex_3.bars{
  margin: 1em auto 0.35em auto;
}
.custom_bar .flex_3 .lv{
  -webkit-flex: 1;
          flex: 1;
}
.custom_bar .flex_3 .lv .title{
  text-align: center;
  font-size: 1em;
  font-weight: bold;
}
.custom_bar .flex_3 .lv.lv1 .title{
  color: var(--color_lv1);
}
.custom_bar .flex_3 .lv.lv2 .title{
  color: var(--color_lv2);
}
.custom_bar .flex_3 .lv.lv3 .title{
  color: var(--color_lv3);
}
.custom_bar .flex_3 .lv .bar{
  width: 100%;
  height: 25px;
}
.custom_bar .flex_3 .lv.lv1 .bar{
  background-color: var(--color_lv1);
  border-radius: 1em 0 0 1em;
  border-right: 3.5px solid var(--color_white);
}
.custom_bar .flex_3 .lv.lv2 .bar{
  background-color: var(--color_lv2);
  border-radius: 0;
  border-right: 3.5px solid var(--color_white);
  border-left: 3.5px solid var(--color_white);
}
.custom_bar .flex_3 .lv.lv3 .bar{
  background-color: var(--color_lv3);
  border-radius: 0 1em 1em 0;
  border-left: 3.5px solid var(--color_white);
}
.custom_bar .point{
  position: relative;
  width: 100%;
  display: block;
  height: 2em;
}
.custom_bar .point .tri-up{
  position: absolute;
  top: 0;
  /*left: calc(17% - 10px);*/
  left: 100%;
  display: block;
}
.custom_bar .point .tri-up .delta{
  display: block;
}
/***/
.title_lv{
  display: block;
  width: 100%;
  max-width: 430px;
  margin: 0 auto;
  background-color: var(--color_gray2);
  color: var(--color_white);
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  border-radius: 0.5em;
  padding: 1.75em 0.5em;
  overflow: hidden;
}
.title_lv.lv1{background-color: var(--color_lv1);}
.title_lv.lv2{background-color: var(--color_lv2);}
.title_lv.lv3{background-color: var(--color_lv3);}
.title_lv span.text{
  display: inline-block;
}
.title_lv span._h1{
  font-size: 2em;
}
/***/
.emoji_lv{
  position: relative;
  display: block;
  width: 7.5em;
  height: 7.5em;
  margin: 0 auto;
}

.emoji_lv .face{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: var(--color_d2);
  border-radius: 50%;
  border: 0.6em solid var(--color_d2);
  width: 100%;
  height: 100%;
}
.emoji_lv .face .img{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color_gray1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 0.25em solid var(--color_white);
}
.emoji_lv.lv1 .face .img{
  background-image: url(../images/face_lv1.svg);
  background-color: var(--color_lv1);
}
.emoji_lv.lv2 .face .img{
  background-image: url(../images/face_lv2.svg);
  background-color: var(--color_lv2);
}
.emoji_lv.lv3 .face .img{
  background-image: url(../images/face_lv3.svg);
  background-color: var(--color_lv3);
}
.emoji_lv.lv1 .face{
  animation: cuteBounce_emoji_lv1 3.5s ease-in-out infinite;
}
.emoji_lv.lv2 .face{
  animation: swingRotate_emoji_lv2 3s ease-in-out infinite;
}
.emoji_lv.lv3 .face{
  animation: swingRotate_emoji_lv3 1s ease-in-out infinite;
}
/***/
.risk_custom{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 1.25em;
  grid-template-columns: repeat(2,1fr);
}
.risk_custom .box{
  display: block;
  width: 100%;
  background-color: var(--color_white);
  border-radius: 0.5em;
  padding: 0.75em;
  line-height: 0;
  display: -webkit-flex;
  display:         flex;
  /*flex-direction: column;*/
  -webkit-align-items: center;
          align-items: center;
}
.risk_custom .box .icon{
  -webkit-flex: none;
          flex: none;
  border-right: 2px solid var(--color_d2);
  width: 5.5em;
  height: 4em;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
}
.risk_custom .box .text{
  -webkit-flex: 3;
          flex: 3;
  padding-left: 1.12em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.25em;
}
.risk_custom .box .icon.icon_1{background-image: url(../images/risk_icon_1.png);}
.risk_custom .box .icon.icon_2{background-image: url(../images/risk_icon_2.png);}
.risk_custom .box .icon.icon_3{background-image: url(../images/risk_icon_3.png);}
.risk_custom .box .icon.icon_4{background-image: url(../images/risk_icon_4.png);}
.risk_custom .box .icon.icon_5{background-image: url(../images/risk_icon_5.png);}
/***/
.risk_factor{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: grid;
  gap: 1.25em;
  grid-template-columns: repeat(2,1fr);
}
.risk_factor .box{
  display: block;
  width: 100%;
  background-color: var(--color_white);
  border-radius: 0.5em;
  padding: 0.75em 0;
  display: -webkit-flex;
  display:         flex;
  /*flex-direction: column;*/
  -webkit-align-items: center;
          align-items: center;
}
.risk_factor .box .title{
  -webkit-flex: 3.5;
          flex: 3.5;
  font-size: 1.15em;
  font-weight: 800;
  color: var(--color_brown1);
  padding: 0 0.5em;
}
.risk_factor .box .column_info65{
  -webkit-flex: 9.48;
          flex: 9.48;
  color: var(--color_brown1);
  border-left: 2px solid var(--color_d2);
  padding: 0 0.75em;
}
.risk_factor .box .column_bar{
  -webkit-flex: 5.5;
          flex: 5.5;
  color: var(--color_brown1);
  border-left: 2px solid var(--color_d2);
  border-right: 2px solid var(--color_d2);
  padding: 0 0.75em;
}
.risk_factor .box .column_bar .bar_row{
  display: block;
  width: 100%;
}
.risk_factor .box .column_bar .bar_row .bar_title{
  display: block;
  font-size: 0.8em;
  color: var(--color_black);
}
.risk_factor .box .column_bar .bar_row .bar_title small{
  font-weight: 500;
}
.risk_factor .box .column_bar .bar_row .bar_title.top{
  font-weight: 800;
  padding: 0 0 0.2em 0.5em;
  letter-spacing: 0;
}
.risk_factor .box .column_bar .bar_row .bar_title.bottom{
  font-weight: 400;
  padding: 0.25em 0 0.2em 0.5em;
  letter-spacing: 0;
}
.risk_factor .box .column_bar .bar_row .bar{
  display: block;
  width: 50%;
  background-color: var(--color_d2);
  height: 0.7em;
  border-radius: 25px;
}
.risk_factor .box .column_bar .bar_row .bar.red{
  background-color: var(--color_red1);
  margin-bottom: 0.5em;
}
.risk_factor .box .column_bar .bar_row .bar.w60{width: 60%;}
.risk_factor .box .column_bar .bar_row .bar.w65{width: 65%;}
.risk_factor .box .column_bar .bar_row .bar.w70{width: 70%;}
.risk_factor .box .column_bar .bar_row .bar.w75{width: 75%;}
.risk_factor .box .column_bar .bar_row .bar.w80{width: 80%;}
.risk_factor .box .column_bar .bar_row .bar.w85{width: 85%;}
.risk_factor .box .column_bar .bar_row .bar.w100{width: 100%;}

.risk_factor .box .column_info65 .bar_row .row_pic{
  text-align: center;
  display: block;
  width: 100%;
  line-height: 0;
}
.risk_factor .box .column_info65 .bar_row .row_pic img{
  width: 100%;
  max-width: 300px;
}
.risk_factor .box .column_info65 .bar_row .row_title{
  text-align: center;
  display: block;
  font-size: 0.9em;
  color: var(--color_black);
  font-weight: 800;
}

.risk_factor .box .info{
  -webkit-flex: 3.5;
          flex: 3.5;
  font-size: 1em;
  font-weight: 800;
  color: var(--color_red1);
  text-align: center;
  padding: 0 0.5em;
}
/***/
.desc_risk_factor{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.desc_risk_factor h2._h2{
  color: var(--color_brown1);
}
.desc_showAnyComorbidity{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 0.82em;
  color: var(--color_gray3);
  font-weight: 400;
}
/*************************************/
.suggestion{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background-color: var(--color_orangr0);
  color: var(--color_brown1);
  font-size: 1.125em;
  font-weight: 600;
  border-radius: 0.5em;
  padding: 1.25em 1em 0.5em 1em;
  overflow: hidden;
}
.suggestion h2._h2{
  color: var(--color_brown0);
  margin: 0 0;
}
.suggestion ul li{
  margin-bottom: 0.5em;
}
/*************************************/
.column_survey{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: 40px auto 0 auto;
  background-color: var(--color_orangr0);
  color: var(--color_brown1);
  font-size: 1.125em;
  font-weight: 600;
  border-radius: 0.5em;
  padding: 1.25em 1em 0.5em 1em;
  overflow: hidden;
}
.column_survey h2._h2{
  color: var(--color_brown0);
  margin: 0 0;
}
/***/
.survey {
  margin: 1em auto;
  display: grid;
  gap: 0.25em;
  grid-template-columns: repeat(5,1fr);
  width: 100%;
}
.survey .box {
  display: inline-block;
  text-align: center;
  margin-bottom: 4px;
  width: 100%;
}
.survey .box input[type="radio"] {
  display: none;
}
.survey .box label {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0.55em 0.55em;
  text-align: center;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  background-color: #ffffff;
  border: 3px solid var(--color_orangr2);
  border-radius: 20px;
}
.survey .box label:hover {
  background-color: var(--color_orangr0);
}
.survey .box input[type="radio"]:disabled ~ label {
  opacity: 0.5;
  pointer-events: none; /* 禁止滑鼠點擊 */
}
.survey .box input[type="radio"]:checked ~ label {
  opacity: 1;
  background-color: var(--color_orangr2);
  color: #ffffff;
}
/*************************************/
header{
  position: relative;
  clear: both;
  width: 100%;
  padding: 0 8%;
  z-index: 9;
  overflow: hidden;
}
article{
  position: relative;
  clear: both;
  width: 100%;
  padding: 0 8%;
  z-index: 9;
  overflow: hidden;
}
section{
  clear: both;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  /*text-align: justify;*/
}
/*************************************/
.column_kv{
  display: block;
  width: 100%;
  text-align: center;
}
.dashboard{
  position: relative;
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
}
.dashboard .bg{
  display: block;
  width: 100%;
  line-height: 0;
}
.dashboard .bg img{
  width: 100%;
}
.dashboard .bg_pointer{
  position: absolute;
  top: -48%;
  left: 44.5%;
  display: block;
  width: 11%;
  padding-bottom: 38%;
  background-image: url(../images/bg_pointer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 2;
}
.dashboard .bg_pointer_circle{
  position: absolute;
  top: 0%;
  left: 47%;
  display: block;
  width: 6%;
  padding-bottom: 15%;
  background-image: url(../images/bg_pointer_circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  z-index: 3;
}
.dashboard .face{
  position: absolute;
  top: 0%;
  left: 0%;
  display: block;
  width: 8%;
  padding-bottom: 8%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 4;
  background-color: var(--color_gray1);
  border-radius: 50%;
}
.dashboard .face.lv1{
  top: 49%;
  left: 21%;
  background-image: url(../images/face_lv1.svg);
  background-color: var(--color_lv1);
  animation-delay: 0s;
}
.dashboard .face.lv2{
  top: 65%;
  left: 46%;
  background-image: url(../images/face_lv2.svg);
  background-color: var(--color_lv2);
  animation-delay: 0.33s;
}
.dashboard .face.lv3{
  top: 49%;
  left: 71%;
  background-image: url(../images/face_lv3.svg);
  background-color: var(--color_lv3);
  animation-delay: 0.66s;
}
/*************************************/
.logo{
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 3.2em;
}
.logo img{
  width: 100%;
  max-width: 420px;
}
/*************************************/
h1.kv_h1{
  color: var(--color_white);
  margin-bottom: 1.5em;
}
/*************************************/
.bg_form{
  width: 100%;
  max-width: 1920px;
  background-color: var(--color_gray1);
  border-radius: 1.6em 1.6em 0 0;
  box-shadow: 0 -4px 20px rgba(0,0,0,0.25);
  padding: 3.2em;
}
.form_subject{
  color: var(--color_brown1);
  text-align: center;
  margin: 0 auto;
  font-size: 2em;
}
.form_desc{
  color: var(--color_brown1);
  text-align: center;
  font-size: 1.5em;
  font-weight: 600;
}
/*************************************/
section.section_q{
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 2em;
}
section.section_q h3.title{
  color: var(--color_brown1);
  font-size: 1.5em;
  font-weight: 600;
  margin: 0 auto;
}
section.section_q h3.title .icon{
  color: var(--color_orangr2);
  margin-right: 0.25em;
}
section.section_q .title_desc{
  display: block;
  width: 100%;
  font-size: 1.125em;
  margin-top: 0.25em;
  margin-bottom: 0.05em;
}
section.section_q ._hr{
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background-color: var(--color_gray3);
  margin-top: 0.5em;
  margin-bottom: 1.25em;
}
/***/
.column_basicInfo{
  display: block;
  width: 100%;
}
.section_q .desc{
  font-size: 0.82em;
  color: var(--color_gray3);
  font-weight: 400;
}
/***/
.column_basicInfo fieldset{
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 1.125em;
  margin-right: 1rem;
  margin-bottom: 0.5em;
}
.column_basicInfo fieldset.height_light{
  background-color: #fff5c5;
  border-radius: 20px;
  padding: 0.25em 0.5em 0.5em 0.5em;
}
.column_basicInfo fieldset legend.title{
  float: left;
  color: var(--color_brown1);
  font-weight: bold;
  display: inline-block;
  margin-right: 0.25rem;
}
.column_basicInfo fieldset legend.title:not(#gender-label) {
  margin-top: 3px;
}
.column_basicInfo fieldset .info{
  display: inline-block;
  color: var(--color_gray5);
}
.column_basicInfo fieldset .info label.sr-only{
  display: none;
}
.column_basicInfo fieldset .info .list_radio_1{
  display: inline-block;
}
.column_basicInfo fieldset .info .list_radio_1 input{
  display: none;
}
.column_basicInfo fieldset .info .list_radio_1 label{
  cursor: pointer;
  display: inline-block;
  background-color: #dcdcdc;
  border-radius: 50px;
  width: 1.75rem;
  height: 1.75rem;
  text-align: center;
  margin-left: 0.25rem;
  text-indent: 0.025em;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.column_basicInfo fieldset .info .list_radio_1 input[type="radio"]#gender-m:checked + label {
  background-color: #53a5ff;
  color: var(--color_white);
}
.column_basicInfo fieldset .info .list_radio_1 input[type="radio"]#gender-f:checked + label {
  background-color: #ff87cb;
  color: var(--color_white);
}
/***/
.column_otherInfo_comorbidities fieldset{
  border: none;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 1.125em;
  margin-right: 1rem;
  margin-bottom: 0.5em;
  background-color: var(--color_white);
  border-radius: 0.75em;
  padding: 0.75em 1em 0.75em 1.25em;
  width: 100%;
  /*transition: all 0.3s; -webkit-transition: all 0.3s;*/
}
.column_otherInfo_comorbidities fieldset:hover{
  background-color: #dbf4ff;
}
.column_otherInfo_comorbidities fieldset legend.title{
  position: relative;
  float: left;
  display: inline-block;
  margin-right: 0.25rem;
  padding-left: 1em;
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 8px;
}
.column_otherInfo_comorbidities fieldset legend.title::before{
  position: absolute;
  top: 0.62em;
  left: 0;
  content: "";
  display: inline-block;
  width: 0.35em;
  height: 0.35em;
  background-color: var(--color_black);
  border-radius: 50%;
}
.column_otherInfo_comorbidities fieldset .info{
  float: right;
  display: inline-block;
  color: var(--color_gray5);
  text-align: right;
}
.column_otherInfo_comorbidities fieldset .info label.sr-only{
  display: none;
}
.column_otherInfo_comorbidities fieldset .info .list_radio_1{
  display: inline-block;
}
.column_otherInfo_comorbidities fieldset .info .list_radio_1 input{
  display: none;
}
.column_otherInfo_comorbidities fieldset .info .list_radio_1 label{
  cursor: pointer;
  display: inline-block;
  background-color: #cccccc77;
  border-radius: 20px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80px;
  text-align: center;
  margin-left: 0.25rem;
  text-indent: 0.025em;
  padding: 0.25em 0.5em;
  transition: all 0.3s; -webkit-transition: all 0.3s;
}
.column_otherInfo_comorbidities fieldset .info .list_radio_1 input[type="radio"]:hover + label {
  background-color: var(--color_white);
}
.column_otherInfo_comorbidities fieldset .info .list_radio_1 input[type="radio"]:checked + label {
  background-color: #ff8a08;
  color: var(--color_white);
}
.column_otherInfo_comorbidities fieldset .info .list_radio_1 input[type="radio"]:disabled + label{
  opacity: 0.33;
}
/*************************************/
.option{
  display: block;
  text-align: center;
}
.option button.button_send{
  color: var(--color_white);
  font-size: 1.1em;
  font-weight: bold;
  text-indent: 0.05em;
  height: 50px;
  min-width: 160px;
  width: fit-content;
  width: -moz-fit-content;
  background-color: var(--color_blue1);
  border: none;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;
  border-radius: 50px;
  margin: 0 auto 1em auto;
  padding: 0 1.5em;
  cursor: pointer;
}
.option button.button_send.share{
  background-image: url(../images/icon_share.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 1.5em) calc(50% + 0em);
  background-size: 1.4em;
  padding-right: 3.8em;
}
.option button.button_send:disabled{
  background-color: var(--color_gray2);
}
.option button.button_send:hover{
  background-color: var(--color_blue2);
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 15%);
}
/***/
.option button.button_send.renew{
  color: var(--color_gray3);
  background: none;
}
.option button.button_send.renew:hover{
  color: var(--color_gray4);
  box-shadow: none;
}
/***/
.option a.button_link{
  display: inline-block;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-indent: 0.05em;
  min-width: 285px;
  width: fit-content;
  width: -moz-fit-content;
  background-color: var(--color_orangr2);
  transition: all 0.3s; -webkit-transition: all 0.3s;
  -webkit-appearance: none;
  -moz-appearance: none; 
  appearance: none;
  border-radius: 50px;
  margin: 0 0.75em 1em 0.75em;
  padding: calc(0.75em - 1px) 1.5em;
  cursor: pointer;
}
.option a.button_link .text{
  background-image: url(../images/icon_button_link_blue.svg);
  background-repeat: no-repeat;
  background-position: calc(100%) calc(50% + 0em);
  background-size: 0.8em;
  padding-right: 1.5em;
}
.option a.button_link:disabled{
  background-color: var(--color_gray2);
}
.option a.button_link:hover{
  background-color: var(--color_brown1);
  box-shadow: 0px 0px 4px 2px rgb(0 0 0 / 15%);
}
/*************************************/
footer{
  display: block;
  width: 100%;
  background-color: var(--color_gray3);
  padding: 0.75em 1em 2em 1em;
}
footer .desc{
  display: block;
  width: 100%;
  color: var(--color_white);
  text-align: center;
}
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
/*************************************/
p.info,
p.desc{
  color: #000;
  line-height: 1.6em;
  text-align: justify;
}
/*************************************/
input[type="text"].custom,
input[type="email"].custom,
input[type="password"].custom,
input[type="number"].custom {
  position: relative;
  padding: 3px 6px;
  background-color: var(--color_white);
  border: 1px solid var(--color_gray2);
  font-size: 1em;
  border-radius: 0.5em;
  text-shadow: rgba(255,255,255,.6) 0 1px 0;
  font-family: 'Noto Sans TC','Microsoft JhengHei','Arial';
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari 和 Chrome */
}
input._w100{
  min-width: 100px;
  max-width: 100px;
}
/*************************************/
._mb5 {
  margin-bottom: 5px !important;
}

._mb10 {
  margin-bottom: 10px !important;
}

._mb20 {
  margin-bottom: 20px !important;
}

._mb30 {
  margin-bottom: 30px !important;
}

._mb40 {
  margin-bottom: 40px !important;
}

._mb50 {
  margin-bottom: 50px !important;
}

._mb60 {
  margin-bottom: 60px !important;
}

._mb80 {
  margin-bottom: 80px !important;
}
/*************************************/
._hide{
  display: none !important;
  width: 0;
  height: 0;
  line-height: 0;
}
._opacity_0{
  opacity: 0;
}
/*************************************/
/*************************************/
/**彈出活動框 **/
.float_column_active{
  display: none;
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 99;
  opacity: 0;
  transform: scale(1);
}
.float_column_open{
  animation: effect_float_column_open 0.3s 1 alternate forwards;
  -webkit-animation: effect_float_column_open 0.3s 1 alternate forwards;
}
.float_column_active .active_window{
  line-height: 20pt;
  position: relative;
  display: inline-block;
  -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6); box-shadow: 0 1px 5px rgba(0,0,0,0.6);
  background: #fff;
  padding:2em 0.5em 2em 1em;
  width: 80%;
  max-width: 660px;
  max-height: 800px;
}
.float_column_active._share .active_window{
  max-width: 300px;
}

@-webkit-keyframes effect_float_column_open {
  0%{opacity: 0;}
  100%{opacity: 1;}
}
@keyframes effect_float_column_open {
  0%{opacity: 0;}
  100%{opacity: 1;}
}
.float_column_active .button_reset{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border: 3px solid #fff;
  border-radius:50%;
  background: url('../images/icon_reset.svg') #999;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  cursor: pointer;
  transition: transform 0.3s; -webkit-transition: transform 0.3s;
  z-index: 9
}
.float_column_active .button_reset:hover{
  transform: rotate(0.5turn);
}
.float_column_active .button_close{
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-radius:50%;
  background-image: url('../images/icon_close.svg');
  cursor: pointer;
  transition: transform 0.3s; -webkit-transition: transform 0.3s;
  z-index: 9
}
.float_column_active .button_close:hover{
  transform: rotate(0.5turn);
}
.float_column_active .active_window .info{
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: justify;
  color: #222;
  font-weight: 400;
}
.float_column_active .active_window .info .content{
  width: 100%;
  height: 100%;
  overflow: auto;
  padding-right: 1em;
}
.float_column_active .active_window .info h3{
  font-weight: bold;
  font-size: 1.5em;
  line-height: 115%;
  text-align: center;
  letter-spacing: 0.035em;
  margin: 20px auto 20px auto;
  color: var(--main-orange);
}
.float_column_active .active_window .info .button_confirm{
  display: block;
  margin: 0 auto;
}
.float_column_active .active_window .info .button_confirm a{
  display: block;
  text-decoration: none;
}
.float_column_active .active_window .info .button_confirm span{
  display: block;
  font-weight: 500;
  font-size: 1em;
  line-height: 50px;
  text-align: center;
  color: #FFFFFF;
  height: 50px;
  width: 100%;
  max-width: 200px;
  background-color: var(--main-orange);
  cursor: pointer;
  transition: all 0.3s; -webkit-transition: all 0.3s;
  border-radius: 5px;
  margin: 10px auto;
}
.float_column_active .active_window .info .button_confirm span:hover{
  background-color: var(--hover);
  text-decoration: unset;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.55);
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.55);
  box-shadow: 0 1px 5px rgba(0,0,0,0.55);
}
.float_column_active .active_window .info ul{
  margin-top: 2em;
  padding: 0 0 0 1em;
}
.float_column_active .active_window .info li{
  margin-bottom: 0.3em;
}
/*******************************************/
#masksubmit{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  transition:background-color 2s;
  -webkit-transition: background-color 2s;
  background-color: rgba(0, 0, 0, 0.66);
}
/*******************************************/
/*******************************************/
/*******************************************/
.swing_kv {
  display: inline-block;
  animation: swingRotate 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes swingRotate {
  0%   { transform: rotate(-35deg); }
  50%  { transform: rotate(35deg); }
  100% { transform: rotate(-35deg); }
}
/*************************************/
.bounce_kv {
  animation: cuteBounce 1.5s ease-in-out infinite;
  transform-origin: center bottom;
}

@keyframes cuteBounce {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-10px) scale(1.05, 0.95); /* 往上彈 + 拉長 */
  }
  50% {
    transform: translateY(0) scale(0.95, 1.05); /* 落地時稍微壓扁 */
  }
  70% {
    transform: translateY(-5px) scale(1.03, 0.97); /* 小回彈 */
  }
}
/*************************************/
@keyframes cuteBounce_emoji_lv1 {
  0%, 100% {
    transform: translateY(0) scale(1);
  }
  30% {
    transform: translateY(-8px) scale(1.03, 0.97); /* 往上彈 + 拉長 */
  }
  50% {
    transform: translateY(0) scale(0.97, 1.03); /* 落地時稍微壓扁 */
  }
  70% {
    transform: translateY(-4px) scale(1.02, 0.98); /* 小回彈 */
  }
}

@keyframes swingRotate_emoji_lv2 {
  0%   { transform: rotate(-17deg) translateX(-8px); }
  50%  { transform: rotate(17deg)  translateX(8px); }
  100% { transform: rotate(-17deg) translateX(-8px); }
}

@keyframes swingRotate_emoji_lv3 {
  0%, 100% { transform: translate(0, 0); }
  20% { transform: translate(-4px, -2px); }
  40% { transform: translate(4px, 2px); }
  60% { transform: translate(-4px, 1px); }
  80% { transform: translate(4px, -1px); }
}
/*************************************/
.fadeIn {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}
/*************************************/
.fadeInUp {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
/*************************************/
.share_list{
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1em auto;
  padding: 2em 0 0 0;
}
.share_list .box{
  display: block;
  border-bottom: 1px solid #BFBFBF;
  padding: 0.65em 1em 0.65em 5rem;
  font-size: 1.5em;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
}
#copyURL{
  display: block;
  border-bottom: 1px solid #BFBFBF;
  padding: 0.65em 0.5em;
  font-size: 1.2em;
  font-weight: 600;
  color: var(--color_gray5);
  text-align: center;
  cursor: pointer;
}
.share_list .box:hover,
#copyURL:hover{
  background-color: #00000011;
}
.share_list .box.icon_share{
  background-size: 2rem;
  background-position: 1rem center;
  background-repeat: no-repeat;
}
.share_list .box.icon_share.icon_LINE{
  background-image: url('../images/share_logo_LINE.svg');
}
.share_list .box.icon_share.icon_Instagram{
  background-image: url('../images/share_logo_Instagram.svg');
}
.share_list .box.icon_share.icon_Facebook{
  background-image: url('../images/share_logo_Facebook.svg');
}
.share_list .box.icon_share.icon_Gmail{
  background-image: url('../images/share_logo_Gmail.svg');
}
/*************************************/
.mouse_scroll{
  position: absolute;
  top:12px;
  left: calc(50% + 44px);
  z-index: 11;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA0MCA0MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDAgNDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOm5vbmU7c3Ryb2tlOiMyMzFGMjA7c3Ryb2tlLXdpZHRoOjM7c3Ryb2tlLWxpbmVjYXA6cm91bmQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjEwO30NCjwvc3R5bGU+DQo8cG9seWxpbmUgY2xhc3M9InN0MCIgcG9pbnRzPSIxMC4xLDIyLjMgMjAsMjggMjkuOSwyMi4zICIvPg0KPGxpbmUgY2xhc3M9InN0MCIgeDE9IjIwIiB5MT0iMjgiIHgyPSIyMCIgeTI9IjguNyIvPg0KPC9zdmc+DQo=');
  /*background-image: url('../images/mouse_scroll.svg');*/
  width:20px;
  height:20px;
  animation:mousescroll 2s infinite;
  -webkit-animation:mousescroll 2s infinite;
}
.mouse_scroll.p_left{
  left: calc(50% - 65px);
}
@keyframes mousescroll{
  0%{top:12px;}
  50%{top:15px;}
}
@-webkit-keyframes mousescroll{
  0%{top:12px;}
  50%{top:15px;}
}
/*************************************/
/*******************************************/
.flow_button{
  position: fixed;
  left: 0;
  bottom: -60px;
  width: 100%;
  padding: 0 10px;
  background-color: #ffffffaa;
  text-align: center;
  font-weight: 400;
  font-size: 1em;
  align-items: center;
  text-align: center;
  height: 40px;
  cursor: pointer;
  z-index: 9;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(10px); /* iOS Safari */
  transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;
  display: -webkit-flex;
  display:         flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}
.flow_button .CTA_m{
  display: inline-block;
  padding: 6px 10px;
  text-align: center;
  white-space: nowrap;
}
/*******************************************/