@charset "UTF-8";

/* CSS Document */
* {
  margin: 0px;
  padding: 0px;
}

html {
  font-size: 14px;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

.cleardiv {
  clear: both;
}

.center {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  position: relative;
}

body {
  background: #ece3f1;
}

.atten_number {
  font-size: 0.571rem;
  line-height: inherit;
  vertical-align: super;
  background: none !important;
  border-bottom: 0px !important;
}

.back_to_top {
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  font-size: 0.714rem;
  font-weight: normal;
  text-transform: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: none;
  background: #5e318f;
  width: 40px;
  padding: 10px;
  cursor: pointer;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 9999;
}

#layout {
  width: 100%;
  position: relative;
}

/*------------ index ------------*/
#content {
  position: relative;
  width: 100%;
  max-width: 1920px;
  margin: 80px auto 0px auto;
}

.top_kv {
  display: block;
  position: relative;
  width: 100%;
}

.top_kv img {
  width: 100%;
  height: auto; opacity: 0;
}

.top_kv .pc_1200,
.top_kv .mb {
  display: none;
}

/*.kv_slide {
  width: 100%;
  background: url(../images/index_kv/index_kv_bg.png) top no-repeat;
  background-size: contain;
}

.kv_slide .slick-slide img {
  margin: auto;
  width: 100%;
}

.kv_slide .mb,
.kv_slide .pc_1200 {
  display: none;
}*/

.index_kv_list_dot {
  position: relative;
  bottom: 50px;
  text-align: center;
  width: 100%;
}

.index_kv_list_dot li {
  display: inline-block;
  margin: 0 6px;
  list-style: none;
}

.index_kv_list_dot li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 0px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: url(../images/black_trans_bg.png) center repeat;
  border-radius: 10px;
}

.index_kv_list_dot li.slick-active button {
  background: white;
  opacity: 1;
}

.inx_pdinfo {
  display: block;
  width: 90%;
  max-width: 980px;
  margin: 50px auto 30px auto;
  position: relative;
}

.inx_pdinfo .img1 {
  width: 100%;
  height: auto;
}

.inx_pdinfo h1 {
  font-size: 40px;
  color: #591f7d;
}

.inx_pdinfo h1 img {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px;
}

.inx_pdinfo h2 {
  font-size: 30px;
}

.inx_pdinfo section {
  position: relative;
  width: 100%;
}

.inx_pdinfo section span,
.inx_pdinfo section img {
  display: inline-block;
  vertical-align: middle;
}

.inx_pdinfo section span {
  width: 50%;
  margin-right: 1%;
}

.inx_pdinfo section img {
  width: 48%;
}

/*------------ form-top ------------*/
.form_step {
  background-color: #fff;
  border-left: 2px dashed #5e318f;
  border-right: 2px dashed #5e318f;
  padding: 50px 50px 30px;
}

.form_stepbox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  
}

.form_stepbox_box{
  width: 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  
}

.form_stepin {
  width: 100%;
  background-color: #9972c3;
  border-radius: 15px 15px 0 0;
  font-size: 30px;
  color: white;
  text-align: center;
  padding: 10px;
}

.form_stepin_phone{
	display: none;
}

.triangle_phone{
	display: none;
}

.form_stepin_text{
	width: 100%;
	border-radius: 0 0 15px 15px;
	border: #9972c3 2px solid;
	text-align: center;
	padding: 40px;
}

.form_stepbox_box img {
  width: 70%;
}

.form_stepbox_box_2{
  width: 55%;
  height: 100%;
  }

.form_stepin_method:first-child{
	padding-bottom: 20px;
}

.form_stepin_method{
	display: flex;
	align-items: center;
}

.triangle {
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 15px 0 15px 15px;
   border-color: transparent transparent transparent #9972c3;
   transform: rotate(0deg);
   margin-right:20px;
}

.form_stepin_text_2{
	width: 30%;
	height: 80px;
	line-height: 25px;
	padding-top: 30px;
	background-color: #9972c3;
	border-radius: 15px 0 0 15px;
	text-align: center;
	color: white;
	font-size: 18px;
}
.form_stepintext_2{
	width: 70%;
	height:106px;
	/*padding-top: 30px;*/
	border: #9972c3 2px solid;
	border-radius: 0 15px 15px 0;
	line-height: 25px;
	font-size: 18px;
	text-align: center;
	position:relative;
}

.form_stepintext_2 p {display:block; width:90%; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}



.form_rtext {
  font-size: 16px;
  color: red;
  margin-top: 20px;
}

.form_stepintext {
  font-size: 18px;
  color: black;
  text-align: center;
}

.form_stepintext ul {
  list-style-type: none;
}

.form_stepintext ul li {
  position: relative;
  padding-left: 10px;
}

.form_stepintext ul span {
  position: absolute;
  top: 0;
  left: 0;
  /*-webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%); 
  -ms-transform: translateY(-50%); 
  -o-transform: translateY(-50%); 
  transform: translateY(-50%);*/
}

.form_umder {
  width: 100%;
  height: 1px;
  background-color: #ccc;
  margin: 40px 0 0;
}



/*------------ form ------------*/
.member_login,
.member_form,
.member_tks {
  position: relative;
  width: 980px;
  margin: 50px auto;
}

.member_gettrail {
  position: relative;
}

.member_gettrail .tp_title {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  background: #5e318f;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-size: 1.429rem;
  line-height: 1.429rem;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: white;
  text-align: center;
}

.member_gettrail .dn_input {
  position: relative;
  display: block;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px dashed #5e318f;
  border-top: none;
}

.form_tr {
  display: flex;
  margin-bottom: 10px;
}

.form_tr .td_title,
.form_tr .td_input,
.form_tr .td_btn,
.form_tr .td_span {
  display: inline-block;
  vertical-align: top;
  width: 75%;
  position: relative;
}

.form_tr .td_title {
  width: 20%;
  margin-right: 2%;
  padding-top: 2%;
}

.form_tr .td_input {
  width: 75%;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px;
  margin-bottom: 10px;
  background: #f0f1f2;
  font-size: 15px;
  border-radius: 8px;
  border: 0px;
}

.form_tr .td_btn {
  line-height: 30px;
  width: 19%;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px;
  border-radius: 8px;
  margin-left: 3%;
  font-size: 15px;
  text-align: center;
  background: #e6e9ea;
  color: #313334;
  border: none;
  outline: none;
}

.form_tr .td_btn:hover {
  cursor: pointer;
}

.form_tr .td_atten {
  display: none;
  padding-left: 15px;
  font-size: 13px;
  line-height: 13px;
  color: #ff466e;
  margin: 0px;
}

.form_tr .td_zip {
  display: block;
  float: left;
  margin-right: 3% !important;
  width: 23%;
  height: 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 15px;
  margin-bottom: 10px;
  background: #f0f1f2;
  font-size: 15px;
  border-radius: 8px;
  border: 0px;
}

.form_tr .td_span {
  padding-top: 15px;
}

.form_tr .td_span label {
  display: inline-block;
  vertical-align: middle;
  min-width: 55px;
  margin-right: 10px;
}

.form_tr .td_span input {
  margin-right: 5px;
}

.form_tr .td_span p.radiop {
  display: inline-table;
}

/* 表單兌換通路 */
.form_tr .td_access {
  display: flex;
  width: 75%;
  margin-bottom: 10px;
}

.form_tr .td_access input {
  display: none
}

.form_tr .td_access label {
  display: block;
  box-sizing: border-box;
  font-size: 15px;
  text-align: center;
  background: #e6e9ea;
  border: 1px solid transparent;
  line-height: 48px;
  color: #313334;
  padding: 0 15px;
  margin-right: 3%;
  border-radius: 8px;
}

.form_tr .td_access input:checked+label {
  border: 1px solid #5E318F;
  color: #5E318F;
}

.apply_con {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 35px;
  border: 1px dashed gainsboro;
  background: ghostwhite;
}

.total_apply {
  background: #f7eef4;
}

.apply_con .td_atten {
  margin-top: 10px;
}

.policy_con {
  display: block;
  margin-top: 20px;
  position: relative;
}

.policy_con p {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  height: 85px;
  margin-right: 3%;
  overflow-y: scroll;
  font-size: 13px;
  line-height: 18px;
  color: #84898c;
  font-family: 'Microsoft JhengHei', '微軟正黑體', sans-serif;
  -webkit-text-decoration: justify;
  text-decoration: justify;
}

.policy_con .btn_send {
  display: inline-block;
  padding: 10px 18px;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
  background: white;
  border-radius: 8px;
  border: 2px solid #5E318F;
  color: #5E318F;
}

.policy_con .btn_send:hover {
  background: #5E318F;
  color: white;
  cursor: pointer;
}

@media screen and (max-width: 796px) {
  .member_gettrail .dn_input {
    padding: 20px;
  }

  .form_tr {
    flex-wrap: wrap;
  }

  .form_tr .td_title,
  .form_tr .td_input,
  .form_tr .td_span,
  .form_tr .td_zip {
    display: block;
    width: 100%;
  }

  .form_tr .td_btn {
    display: block;
    width: 130px;
    margin: 0px 0px 10px 0px;
  }

  .form_tr .td_title,
  .form_tr .td_input,
  .form_tr .td_btn {
    font-size: 14px;
  }

  .form_tr .td_span label {
    min-width: 100%;
    margin-bottom: 15px;
  }

  .form_tr .td_span p.radiop {
    width: 30%;
    margin-bottom: 12px;
  }
  .form_tr .td_access {
  display: flex;
  justify-content: space-around;
  }

  .form_tr .td_access label {
    width: 48%;
    min-width: auto;
    margin: 0;
  }

  .policy_con p {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .policy_con .btn_send {
    display: block;
    margin: 10px auto;
    font-size: 16px;
  }
}

/*.member_gettrail .member_lnk {position: absolute; right: 30px; top: 30px; font-size: 1.071rem; color: white; text-decoration: none; font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;}
.member_gettrail .member_lnk a {font-size: 1.071rem; color: white; text-decoration: none; font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;}
.member_gettrail .member_lnk a:hover {border-bottom: 1px solid white;}
.member_gettrail .dn_input input {-webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0px; padding: 15px; border: 1px solid #bdbdbd; font-size: 1.143rem; color: black; font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif; border-radius: 10px; outline: none;}
.member_gettrail .dn_input .select {display: inline-block; vertical-align: top; width: 20%; -webkit-box-sizing: border-box; box-sizing: border-box; margin: 10px 0px; padding: 13px; border: 1px solid #bdbdbd; font-size: 1.143rem; color: black; font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; outline: none; background: white; position: relative;}
.member_gettrail .dn_input .select select {width: 100%; height: 100%; margin: 0px; padding: 0px; font-size: 1.143rem; color: black; font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif; background: white; border: 0px; outline: none;}

.member_gettrail .dn_input input[name="ID"] {width: 35%; margin-right: 1%;}
.member_gettrail .dn_input input[name="pass"] {width: 35%; margin-right: 1%;}
.member_gettrail .dn_input input[name="login"] {width: 20%; background: #5e318f; color: white; border: 0px;}
.member_gettrail .dn_input input[name="login"]:hover {background: #782591; cursor: pointer;}
.member_gettrail .dn_input input[name="name"] {width: 49%; margin-right: 1%;}
.member_gettrail .dn_input input[name="phone"] {width: 49%;}
.member_gettrail .dn_input input[name="email"] {width: 49%;}
.member_gettrail .dn_input input[name="city_zip"] {width: 20%; margin-right: 1%;}
.member_gettrail .dn_input input[name="address"] {width: 100%;}

.member_gettrail .dn_input ul {padding-left: 20px;}
.member_gettrail .dn_input ul li {list-style: decimal; margin: 10px 0px; font-size: 1.143rem; line-height: 1.571rem; color: black; font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;}

.member_gettrail .dn_input input[type="radio"] {margin-right: 10px;}
.member_gettrail .dn_input input[name="send"] {display: block; width: 20%; margin: 15px auto; background: #5e318f; color: white; border: 0px; font-size: 1.071rem; color: white; text-decoration: none; font-family: 'cwTeXHei', '微軟正黑體', 'Microsoft Jhenghei', sans-serif;}
.member_gettrail .dn_input input[name="send"]:hover {background: #782591; cursor: pointer;}

.member_gettrail .dn_input p {font-size: 1.071rem; color: black; font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;}
.member_gettrail .dn_input p a {color: #782591; text-decoration: none;}
.member_gettrail .dn_input p a:hover {border-bottom: 1px solid #782591;}*/
.form_atten p {
  font-size: 0.929rem;
  line-height: 1.286rem;
  margin: 10px 0px;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

.form_atten ul {
  padding-left: 13px;
}

.form_atten ul>li {
  font-size: 0.929rem;
  line-height: 1.286rem;
  margin: 3px 0px;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

.member_tks h2 {
  font-size: 2.143rem;
  line-height: 2.571rem;
  text-align: center;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: #782591;
}

.video_fancy {
  width: 90%;
  max-width: 980px;
  margin: 60px auto 20px auto;
}

.video_fancy img {
  width: 100%;
}

/*------------ product ------------*/
.product_top_banner {
  position: relative;
  width: 100%;
  height: 330px;
  background: url(../images/products_top_1920.jpg) center no-repeat;
}

.product_top_banner img {
  display: none;
}

.product_top2_banner {
  position: relative;
  max-width: 1920px;
  max-height: 726px;
}

.product_top2_banner.triple {
  max-height: 780px;
}

.product_top2_banner.select {
  max-height: 924px;
}

.product_top2_banner img {
  width: 100%;
}

.product_top2_banner h1 {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
}

.product_top2_banner .frontImg {
  position: absolute;
  bottom: 0;
  left: 0;
}

.product_top2_banner_2 {
  position: relative;
  width: 100%;
  height: 737px;
  background: url(../images/kv2.png) center no-repeat;
  margin-bottom: -150px;
}

.product_content {
  width: 100%;
  max-width: 900px;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0px;
}

.product_content .product_kv {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 900px;
  margin-bottom: 50px;
}

.product_content .tp_info p {
  font-size: 1.143rem;
  line-height: 1.714rem;
  color: black;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

.product_content .tp_info p.trople_sp {
  font-size: 1.286rem;
  line-height: 2.857rem;
  color: #a40c5e;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  border-bottom: 1px dashed #a40c5e;
}

.product_content .features {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin-top: 30px;
}

.product_content .features .product_title {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.625rem;
  line-height: 2.625rem;
  color: #3e3a39;
  font-weight: 500;
  text-align: center;
  margin: 30px 0px;
  letter-spacing: 4px;
}

.product_content .features ul.ul_first>li {
  font-size: 1.143rem;
  line-height: 2.143rem;
  color: #5e318f;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  list-style: none;
}

.product_content .features ul.ul_first>li::before {
  content: "■";
  color: #a40c5e;
  margin-right: 5px;
  font-size: 1.143rem;
  line-height: 1.714rem;
}

.product_content .features ul.ul_sec {
  padding-left: 20px;
  margin-bottom: 30px;
}

.product_content .features ul.ul_sec>li {
  font-size: 1.143rem;
  line-height: 2.143rem;
  color: #004099;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  list-style: none;
}

.product_content .features ul.ul_sec>li::before {
  content: "•";
  color: #a40c5e;
  margin-right: 5px;
  font-size: 1.143rem;
  line-height: 1.714rem;
}

.dn_pro_all {
  width: 100%;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.dn_pro_all h2.b_title {
  font-size: 2.625rem;
  line-height: 2.625rem;
  color: #3e3a39;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 30px 0px;
  letter-spacing: 4px;
}

.dn_pro_all .all_lt,
.dn_pro_all .all_rt {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.dn_pro_all .all_lt {
  width: 100%;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.dn_pro_all .all_lt h3 {
  position: relative;
  display: block;
  letter-spacing: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.714rem;
  line-height: 40px;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: #591f7c;
  background-color: #efefef;
}

.dn_pro_all .all_lt h3::before,
.dn_pro_all .all_lt h3::after {
  content: '';
  display: block;
  position: absolute;
  width: 40%;
  height: 2px;
  background-color: #591f7c;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.dn_pro_all .all_lt h3::before {
  left: 0;
}

.dn_pro_all .all_lt h3::after {
  right: 0;
}

.dn_pro_all .all_lt a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  width: 25%;
  padding: 20px;
  border-right: 1px solid #efefef;
}

.dn_pro_all .all_lt a.glucerna_select {
  border-right: none;
}

.dn_pro_all .all_lt a img {
  display: block;
  margin: auto;
  max-width: 80%;
  max-height: auto;
}

.dn_pro_all .all_lt a p {
  font-size: 1.142rem;
  font-weight: 700;
  line-height: 1.429rem;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: #3e3a39;
  text-align: center;
}

.dn_pro_all .all_lt a p.ss {
  font-size: 0.857rem;
  font-weight: 400;
  color: #808080;
}

.dn_pro_all .all_lt a span {
  display: block;
  width: 100%;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  margin: 15px 0px;
  text-align: center;
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.429rem;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  border: 1px solid #591f7c;
  color: #591f7c;
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #fff;
}

.dn_pro_all .all_lt a span:hover {
  border: 1px solid #591f7c;
  background: #591f7c;
  color: #fff;
  cursor: pointer;
}

.dn_pro_all .all_rt h3 {
  display: block;
  height: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.429rem;
  line-height: 40px;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: #b3924e;
}

.dn_pro_all .all_rt a img {
  display: block;
  margin: auto;
}

.dn_pro_all .all_rt a p {
  font-size: 1.143rem;
  line-height: 1.429rem;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: black;
  text-align: center;
}

.dn_pro_all .all_rt a p.ss {
  font-size: 1rem;
}

.dn_pro_all .all_rt a span {
  display: block;
  width: 100%;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 5px;
  margin: 15px 0px;
  text-align: center;
  color: white;
  font-size: 1.286rem;
  line-height: 1.429rem;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

.atten_all_word {
  width: 100%;
  margin: 30px 0px;
}

.atten_all_word p {
  font-size: 0.571rem;
  line-height: 1rem;
  color: gray;
  text-align: justify;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

/*------------ experience ------------*/
.experience_top_banner {
  position: relative;
  width: 100%;
  height: 330px;
  background: url(../images/experience_top_1920.jpg) center no-repeat;
}

.experience_top_banner img {
  display: none;
}

#exp_content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin: auto;
  padding: 50px 0px;
}

#exp_content h1 {
  font-size: 1.500rem;
  line-height: 1.500rem;
  margin-bottom: 7px;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: #5e318f;
}

#exp_content h2 {
  margin: 30px 0px;
  font-size: 2.143rem;
  line-height: 2.143rem;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: #5e318f;
  text-align: center;
}

.exp_top {
  width: 100%;
  margin: auto;
  position: relative;
}

.exp_top img,
.exp_top div {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.exp_top img {
  width: 28%;
  margin-right: 1%;
}

.exp_top img.top_lt_mb {
  display: none;
}

.exp_top div {
  width: 70%;
}

.exp_top div span.rt_tp {
  display: block;
  background: white;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 15px;
}

.exp_top div span.rt_tp p {
  font-size: 1.143rem;
  text-indent: 2.286rem;
  line-height: 1.429rem;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: black;
  text-align: justify;
}

.exp_top div span.rt_tp ul {
  margin-top: 6px;
  margin-left: 6px;
}

.exp_top div span.rt_tp li {
  font-size: 1.143rem;
  line-height: 1.714rem;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: black;
  font-weight: bold;
  text-align: justify;
  list-style: none;
}

.exp_top div span.rt_tp li::before {
  content: "✔ ";
  color: red;
}

.exp_top div span.rt_bt {
  display: block;
  margin-top: 30px;
}

.exp_top div span.rt_bt p {
  position: relative;
  font-size: 2.51rem;
  line-height: 3rem;
  text-align: justify;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: #5e318f;
  font-weight: bold;
}

.exp_top div span.rt_bt p sup {
  font-size: 16px;
}

.exp_top div span.rt_bt p font.tag {
  font-size: 34px;
  line-height: 20px;
  color: #95519a;
  position: relative;
  top: -5px;
}

.exp_top div span.rt_bt p font.atten_number {
  font-size: 1rem;
}

.exp_top div span.rt_bt p.atten_word {
  margin-top: 5px;
  font-size: 0.571rem;
  line-height: 1rem;
  color: #9f699d;
  text-align: justify;
  font-weight: normal;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

.article_wall {
  display: block;
  width: 100%;
  margin: auto;
  position: relative;
}

.article_wall .wall_box {
  float: left;
  background: white;
  width: 32%;
  margin-right: 1.3%;
  margin-bottom: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 20px;
  border-radius: 15px;
  position: relative;
}

.wall_box img {
  margin-bottom: 10px;
}

.wall_box .doc_name {
  font-size: 1.714rem;
  line-height: 30px;
  text-align: left;
  color: #95529b;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  margin-bottom: 10px;
}

.wall_box .doc_title {
  font-size: 1.571rem;
  line-height: 28px;
  text-align: left;
  color: #5e318f;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}

.wall_box .doc_article {
  font-size: 1.286rem;
  line-height: 24px;
  text-align: justify;
  color: black;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  margin-bottom: 20px;
}

.wall_box .doc_article font {
  background: #ece3f1;
}

.wall_box .ss_atten {
  font-size: 1rem;
  line-height: 35px;
  margin-bottom: 35px;
  color: gray;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

/*------------ situation ------------*/
#situation {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 50px 0px;
}

#situation .situation_kv {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}

.situation_info {
  width: 100%;
  margin: 0px 0px 20px 0px;
}

.situation_info p {
  color: #00418e;
  font-size: 1.429rem;
  text-indent: 2.858rem;
  line-height: 28px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  margin-bottom: 15px;
  text-align: justify;
}

.situation_block {
  position: relative;
  width: 100%;
}

.situation_block span {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-right: 1.5%;
  margin-bottom: 20px;
}

.situation_block span:nth-child(2),
.situation_block span:nth-child(4) {
  margin-right: 0px;
}

.situation_block img.situ_title {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.situation_block p {
  font-size: 1.286rem;
  line-height: 24px;
  margin-bottom: 5px;
  color: black;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  margin-bottom: 15px;
  text-align: justify;
}

.situation_block p.ss_atten {
  font-size: 1rem;
  line-height: 16px;
  color: gray;
}

/*------------ doctor_article_content ------------*/
#doctor_article_content {
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
  padding: 50px 0px;
}

#doctor_article_content h1 {
  font-size: 2.143rem;
  line-height: 36px;
  text-align: center;
  color: #5e318f;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

#doctor_article_content h2 {
  margin: 30px 0px 10px 0px;
  font-size: 1.714rem;
  line-height: 36px;
  text-align: left;
  color: #996699;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  font-weight: normal;
}

#doctor_article_content p {
  margin-bottom: 8px;
  font-size: 1.286rem;
  line-height: 1.857rem;
  text-align: justify;
  color: black;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  font-weight: normal;
}

#doctor_article_content p font {
  border-bottom: 1px solid black;
}

#doctor_article_content img {
  display: block;
  width: 90%;
  max-width: 800px;
  height: auto;
  margin: 15px auto;
}

/*------------ qa ------------*/
.qa_top_banner {
  position: relative;
  width: 100%;
  height: 330px;
  background: url(../images/qa_top_1920.jpg) center no-repeat;
}

.qa_top_banner img {
  display: none;
}

#qa_content {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0px 20px 0px;
}

#qa_content .main {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 70px;
  margin-bottom: 20px;
  padding: 0px 10px;
  position: relative;
  background: #f5f2f6;
  border: 3px solid #cdcdcd;
  font-size: 1.286rem;
  line-height: 70px;
  color: #5e318f;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  border-radius: 10px;
}

#qa_content .main span.qa_icon {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 33px;
  margin-top: -5px;
  margin-right: 5px;
  background: url(../images/qa_icon_q.png) center no-repeat;
}

#qa_content .main:hover {
  cursor: pointer;
}

#qa_content .sub {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

#qa_content .sub span.qa_icon {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 33px;
  margin-left: 13px;
  background: url(../images/qa_icon_a.png) center no-repeat;
}

#qa_content .sub span.answer {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 90%;
}

#qa_content .sub h1 {
  font-size: 1.571rem;
  line-height: 28px;
  margin-bottom: 10px;
  color: #5e318f;
  font-weight: normal;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: justify;
}

#qa_content .sub h2 {
  font-size: 1.429rem;
  line-height: 26px;
  margin-bottom: 10px;
  color: #842e93;
  font-weight: normal;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: justify;
}

#qa_content .sub p {
  display: block;
  position: relative;
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: justify;
}

#qa_content .sub p.ss {
  font-size: 0.857rem;
}

#qa_content .sub ul.an_list {
  list-style: none;
}

#qa_content .sub ul.an_list li {
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: justify;
}

#qa_content .sub ul.an_list li::before {
  content: "● ";
  color: #842e93;
}

#qa_content .sub .dn_blk {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 2px dashed gray;
  color: #842e93;
}

#qa_content .sub span.dn_blk2 {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  border: 2px dashed gray;
  font-size: 1.143rem;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: justify;
  color: #6666cc;
}

#qa_content .sub span.dn_blk2 ul li {
  list-style: none;
  color: black;
}

#qa_content .sub span.dn_blk2 ul li::before {
  content: "● ";
  color: #6666cc;
}

#qa_content .sub_hide,
#qa_content .sub img.a_mb {
  display: none;
}

/*------------ recipe ------------*/
.recipe_top_banner {
  position: relative;
  width: 100%;
  height: 330px;
  background: url(../images/recipe_top_1920.jpg) center no-repeat;
}

.recipe_top_banner img {
  display: none;
}

#recipe_content {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0px 20px 0px;
}

#recipe_content .recipe_tp_intro {
  width: 100%;
  position: relative;
}

#recipe_content .recipe_tp_intro span {
  display: inline-block;
  width: calc(100%/3);
  height: 240px;
  margin: 20px -5px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 20px;
  font-size: 1.143rem;
  line-height: 24px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: black;
  text-align: justify;
  border-right: 1px dotted #b4a1c1;
}

#recipe_content .recipe_tp_intro span:last-child {
  border-right: none;
}

#recipe_content .recipe_tp_intro span img {
  display: block;
  margin: auto;
}

.panel_bg {
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 0px;
}

.tabs_btn {
  position: relative;
}

.tabs_btn li {
  list-style: none;
  display: inline-block;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100%/3);
  margin: 0px -2px;
  height: 50px;
  outline: none;
  background: #5e318f;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  border-right: 2px solid #ece3f1;
}

.tabs_btn li:last-child {
  border-right: none;
}

.tabs_btn li a {
  display: block;
  width: 100%;
  height: 50px;
  font-size: 1.286rem;
  line-height: 50px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  font-weight: normal;
  color: white;
  text-decoration: none;
}

.tabs_btn li.active {
  height: 60px;
  background: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
}

.tabs_btn li.active a {
  line-height: 60px;
  color: #5e318f;
}

/*.ui-tabs {display:block; width:100%; margin:30px 0px; position:relative;}
.ui-tabs .ui-tabs-nav {position:relative; margin:0px; padding:0px;}
.ui-tabs .ui-tabs-nav li {display:inline-block; vertical-align:bottom; width:calc(100%/3); margin:0px -2px; height:50px; outline:none;}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {display:block; width:100%; height:50px; box-sizing:border-box; border-left:1px solid #ece3f1; border-right:1px solid #ece3f1; text-align:center; font-size:1.286rem; line-height:50px; font-family:Arial,'微軟正黑體','Microsoft Jhenghei',sans-serif; font-weight:normal; color:white; background:#5e318f; text-decoration:none; outline:none; border-top-left-radius:10px; border-top-right-radius:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {height:60px; background:white; border-top-left-radius:10px; border-top-right-radius:10px; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -webkit-border-top-left-radius:10px; -webkit-border-top-right-radius:10px;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a {color:#5e318f; line-height:60px; font-size:1.286rem; font-family:Arial,'微軟正黑體','Microsoft Jhenghei',sans-serif; font-weight:normal;}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor { background:white; cursor:pointer;}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {cursor:pointer;}
.ui-tabs .ui-tabs-panel {display:block; width:100%; box-sizing:border-box; padding:30px; background:white;}*/
#breakfast {
  position: relative;
}

#breakfast a {
  display: inline-block;
  width: 270px;
  margin: 15px 10px;
  text-decoration: none;
  border: 1px solid #c5c5c5;
}

#breakfast a:hover {
  cursor: pointer;
  border: 1px solid #993399;
}

#breakfast a .dietitian {
  display: block;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 1.286rem;
  line-height: 30px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: left;
  color: #993399;
}

#breakfast a span {
  display: block;
  background: #993399;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}

#breakfast a span .food_name {
  display: block;
  height: 40px;
  font-size: 1.429rem;
  line-height: 40px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: left;
  color: white;
  font-weight: normal;
}

#breakfast a span .food_info {
  display: block;
  height: 32px;
  font-size: 1.214rem;
  line-height: 28px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: left;
  color: white;
  font-weight: normal;
}

#lunch {
  position: relative;
}

#lunch a {
  display: inline-block;
  width: 270px;
  margin: 15px 10px;
  text-decoration: none;
  border: 1px solid #c5c5c5;
}

#lunch a:hover {
  cursor: pointer;
  border: 1px solid #5e318f;
}

#lunch a .dietitian {
  display: block;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
  font-size: 1.286rem;
  line-height: 30px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: left;
  color: #5e318f;
}

#lunch a span {
  display: block;
  background: #5e318f;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}

#lunch a span .food_name {
  display: block;
  height: 40px;
  font-size: 1.429rem;
  line-height: 40px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: left;
  color: white;
  font-weight: normal;
}

#lunch a span .food_info {
  display: block;
  height: 32px;
  font-size: 1.214rem;
  line-height: 28px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: left;
  color: white;
  font-weight: normal;
}

#diy {
  position: relative;
}

#diy a {
  display: inline-block;
  width: 270px;
  margin: 15px 10px;
  text-decoration: none;
  border: 1px solid #c5c5c5;
}

#diy a:hover {
  cursor: pointer;
  border: 1px solid #8957a1;
}

#diy a span {
  display: block;
  background: #8957a1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 10px;
}

#diy a span .food_name {
  display: block;
  height: 40px;
  margin-top: -5px;
  font-size: 1.429rem;
  line-height: 40px;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  text-align: left;
  color: white;
  font-weight: normal;
}

#diy a.mbnone {
  border: none;
}

/*------------ store ------------*/
.store_top_banner {
  position: relative;
  width: 100%;
  height: 330px;
  background: url(../images/store_top_1920.jpg) center no-repeat;
}

.store_top_banner img {
  display: none;
}

#store_content {
  position: relative;
  /*width: 90%;*/
  max-width: 1000px;
  margin: auto;
  /*padding: 50px 0px;*/
}

#store_content h1.st_h1 {
  width: 60%;
  margin: 30px auto;
  padding: 10px 0px;
  font-size: 2.000rem;
  line-height: 40px;
  background: #5e318f;
  text-align: center;
  color: white;
  font-family: Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  border-radius: 50px;
}

#store_content a.buylogo {
  display: inline-block;
  padding: 20px 30px;
  margin: 5px 10px;
  background: white;
  border-radius: 15px;
  border: 2px solid white;
}

#store_content a.buylogo:hover {
  border: 2px solid #5e318f;
}

#store_content h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  color: #5e318f;
}

#store_content .store_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 675px;
  margin: 0 auto;
}

#store_content .storelogo {
  display: inline-block;
  padding: 30px 40px;
  margin-bottom: 10px;
  background: white;
  border-radius: 15px;
  border: 2px solid white;
}

#store_content .store_list {
  position: relative;
  width: 980px;
  margin: 50px auto;
}

#store_content .store_list .tp_title {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px !important;
  background: #5e318f;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-size: 1.429rem !important;
  line-height: 1.429rem !important;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
  color: white;
  text-align: center;
}

#store_content .store_list .store_logo {
  max-width: 800px;
  margin: 0 auto;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#store_content .store_list .store_logo img {
  width: 15%;
  display: block;
}

#store_content .store_list .store_table {
  position: relative;
  display: block;
  background: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 2px dashed #5e318f;
  border-top: none;
}

.form_content {
  min-height: 300px;
  max-height: 600px !important;
  overflow-y: scroll;
  padding: 20px;
}

.form_content>p {
  font-size: 1.429rem;
  line-height: 30px;
  text-align: center;
  margin: 10px 0px;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

.form_content .search {
  padding: 5px !important;
  margin-bottom: 10px;
}

.form_content .list_title {
  border-top: 1px solid #bbadc8;
}

.form_content .tr_list {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #bbadc8;
}

.form_content .tr_list:nth-child(odd) {
  background: #f0e8f5;
}

.form_content .tr_list div {
  display: block;
  width: 100%;
  margin: auto;
}

.form_content .tr_list span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  color: #981f5b;
  font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
}

.form_content .tr_list span a {
  color: mediumvioletred;
}

.form_content .tr_list span:first-child {
  width: 26%;
  margin-left: 2%;
}

.form_content .tr_list span:first-child+span {
  width: 45%;
}

.form_content .tr_list span:first-child+span+span {
  width: 25%;
}

/* .form_content .tr_list .lt_img {width:35%; margin-right:5px; text-align:center;}*/
/* .form_content .tr_list span:first-child {width:12%; margin-left:2%;}
.form_content .tr_list span:first-child+span {width:25%;}
.form_content .tr_list span:first-child+span+span {width:41%;}
.form_content .tr_list span:first-child+span+span+span {width:17%;}*/
#store .td a {
  color: #981f5b !important;
}

iframe.store_con {
  width: 100%;
  border: none;
  padding: 0px;
  min-height: 880px;
}

@media screen and (max-width: 1200px) {
  .top_kv .pc {
    display: none;
  }

  .top_kv .pc_1200 {
    display: block;
  }

  /*.kv_slide {
    width: 100%;
    background: url(../images/index_kv/index_kv_1200_bg.png) top no-repeat;
    background-size: contain;
  }
  .kv_slide .pc {
    display: none;
  }
  .kv_slide .pc_1200 {
    display: block;
  }*/
}

@media screen and (max-width: 950px) {

  /* header {
    display: none;
  }

  #mobile_header {
    display: block;
    width: 100%;
    background: white;
    position: fixed;
    top: 0px;
    z-index: 9999;
  }

  #mobile_header .hd_logo {
    display: block;
    height: 60px;
    margin-left: 10px;
  }

  .icon_mobile {
    float: right;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 500;
    width: 30px;
    padding: 15px;
  }

  .icon_mobile img {
    width: 100%;
  }

  .icon_close {
    display: none;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 1001;
    width: 30px;
    padding: 15px;
  }

  .icon_close img {
    width: 100%;
  }

  .mobile_head_menu_list {
    display: none;
    background: #fff;
    text-align: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    overflow: scroll;
  }

  .mobile_head_menu_list > li > a {
    display: block;
    color: #5c2f8e;
    border-top: 1px solid #ececec;
    padding: 10px 0;
    font-size: 1.429rem;
    line-height: 1.714rem;
    font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
    text-decoration: none;
  }

  .mobile_head_menu_list > li:first-child a {
    border-top: 0px;
  }

  .mobile_head_menu_list > li:first-child {
    margin-top: 20px;
  }

  .mobile_head_menu_list .popup_menu_product_list li.title {
    display: block;
    width: 45%;
    margin: auto;
    font-size: 1.214rem;
    color: black;
    padding: 10px 0;
    font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #ececec;
    font-weight: bold;
  }

  .mobile_head_menu_list .popup_menu_product_list li a {
    font-size: 1.143rem;
    display: block;
    color: black;
    padding: 10px 0px;
    font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
    text-decoration: none;
  }

  .mobile_head_menu_list .popup_menu_product_list li:last-child {
    margin-bottom: 20px;
  }

  .mobile_head_menu_list .popup_menu_doctor_list li.title {
    display: block;
    width: 45%;
    margin: auto;
    font-size: 1.214rem;
    color: black;
    padding: 10px 0;
    font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
    text-decoration: none;
    border-bottom: 1px solid #ececec;
    font-weight: bold;
  }

  .mobile_head_menu_list .popup_menu_doctor_list li a {
    font-size: 1.143rem;
    display: block;
    color: black;
    padding: 10px 0px;
    font-family: '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
    text-decoration: none;
  }

  .mobile_head_menu_list .popup_menu_doctor_list li:last-child {
    margin-bottom: 20px;
  } */
  #content {
    /*margin-top: 50px;*/
  }

  .product_top_banner {
    height: auto;
    background: none;
  }

  .product_top_banner img {
    display: block;
    width: 100%;
    height: auto;
  }

  .product_top2_banner,
  .product_top2_banner_2 {
    height: auto;
    background: none;
  }

  .product_top2_banner img,
  .product_top2_banner_2 img {
    display: block;
    width: 100%;
    height: auto;
  }

  .dn_pro_all .all_lt {
    display: block;
    width: 100%;
    position: relative;
    margin: auto;
    margin-bottom: 30px;
  }

  .dn_pro_all .all_lt h3 {
    padding: 0px;
  }

  .dn_pro_all .all_lt a {
    /*    width: 100% !important;*/
    margin: 0px !important;
  }

  .dn_pro_all .all_rt {
    display: block;
    width: 90%;
    margin: auto;
  }

  .dn_pro_all .all_rt h3 {
    padding: 0px;
  }

  .dn_pro_all .all_rt a {
    width: 100% !important;
    margin: 0px !important;
  }

  .member_login,
  .member_form,
  .member_tks {
    width: 90%;
  }

  .member_gettrail .member_lnk {
    display: block;
    position: relative;
    width: 100%;
    margin: auto;
    padding: 0px 0px 20px 0px;
    right: 0;
    top: 30;
    text-align: center;
  }

  .experience_top_banner {
    height: auto;
    background: none;
  }

  .experience_top_banner img {
    display: block;
    width: 100%;
    height: auto;
  }

  .wall_box img {
    width: 70%;
    max-width: 237px;
    margin: auto;
  }

  .wall_box .ss_atten {
    line-height: 18px;
  }

  .wall_box .mbnone {
    display: none;
  }

  .qa_top_banner {
    height: auto;
    background: none;
  }

  .qa_top_banner img {
    display: block;
    width: 100%;
    height: auto;
  }

  #qa_content .sub p {
    line-height: 18px;
    margin-bottom: 5px;
  }

  #qa_content .main {
    font-size: 1.429rem;
  }

  #qa_content .sub span.answer {
    width: 80%;
  }

  #qa_content .sub h1 {
    font-size: 1.429rem;
    line-height: 24px;
    margin-bottom: 6px;
  }

  #qa_content .sub h2 {
    font-size: 1.286rem;
    line-height: 22px;
    margin-bottom: 6px;
  }

  #qa_content .sub p {
    display: block;
    position: relative;
    font-size: 1.143rem;
    line-height: 20px;
  }

  #qa_content .sub p.ss {
    font-size: 0.857rem;
  }

  #qa_content .sub img.a_mb {
    display: block;
  }

  #qa_content .sub img.a_pc {
    display: none;
  }

  .recipe_top_banner {
    height: auto;
    background: none;
  }

  .recipe_top_banner img {
    display: block;
    width: 100%;
    height: auto;
  }

  #recipe_content .recipe_tp_intro span {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    border-right: none;
    border-bottom: 1px dotted #b4a1c1;
  }

  #recipe_content .recipe_tp_intro span:last-child {
    border-bottom: none;
  }

  #diy a.mbnone {
    display: none;
  }

  .store_top_banner {
    height: auto;
    background: none;
  }

  .store_top_banner img {
    display: block;
    width: 100%;
    height: auto;
  }

  .form_stepin img {
    width: 35%;
  }

}


@media screen and (max-width: 930px) {
  .form_stepin {
    display: block;
  }

  .form_stepin img {
    width: 50%;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 796px) {
  html {
    font-size: 12px;
  }

  .atten_number {
    font-size: 0.429rem;
  }

  .top_kv .pc_1200 {
    display: none;
  }

  .top_kv .mb {
    display: block;
  }

  /*.kv_slide {
    width: 100%;
    background: url(../images/index_kv/mb_index_kv_bg.png) top no-repeat;
    background-size: contain;
  }
  .kv_slide .pc,
  .kv_slide .pc_1200 {
    display: none;
  }
  .kv_slide .mb {
    display: block;
  }*/
  
  .inx_pdinfo {margin:30px auto;}
  
  .inx_pdinfo h1 {
    font-size: 20px;
  }

  .inx_pdinfo h1 img {
    height: 20px;
    width: auto;
    margin-top: 3px;
  }

  .inx_pdinfo h2 {
    font-size: 16px;
  }

  .inx_pdinfo section span,
  .inx_pdinfo section img {
    display: block;
  }

  .inx_pdinfo section span {
    width: 100%;
    margin: auto;
  }

  .inx_pdinfo section img {
    width: 60%;
    margin: auto;
  }

  .member_gettrail .tp_title {
    font-size: 1.286rem;
    line-height: 2.143rem;
  }

  .member_gettrail .dn_input input[name="ID"],
  .member_gettrail .dn_input input[name="pass"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .member_gettrail .dn_input input[name="login"] {
    width: 150px;
    margin: auto;
  }

  .member_gettrail .dn_input input[name="name"],
  .member_gettrail .dn_input input[name="phone"],
  .member_gettrail .dn_input input[name="email"],
  .member_gettrail .dn_input input[name="city_zip"] {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .member_gettrail .dn_input input[name="address"] {
    margin-top: 20px;
  }

  .member_gettrail .dn_input .select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0px;
  }

  .member_gettrail .dn_input input[name="send"] {
    width: 150px;
    margin: 20px auto 10px auto;
  }

  .video_fancy {
    width: 90%;
  }

  .product_content {
    padding: 0px 0px 30px 0px;
  }

  .product_content .tp_info p {
    display: block;
    width: 90%;
    margin: auto;
  }

  .product_content .features {
    width: 100%;
  }

  .product_content .features ul.ul_first {
    padding-left: 20px;
  }

  .product_content .features ul.ul_first>li>img {
    display: block;
    width: 80%;
    margin: auto;
  }

  .product_content .features ul.ul_sec>li>img {
    display: block;
    width: 80%;
    margin: auto;
  }

  .atten_all_word {
    width: 90%;
    margin: 30px auto;
  }

  #exp_content h1 {
    font-size: 1.286rem;
  }

  .exp_top img.top_lt {
    display: none;
  }

  .exp_top img.top_lt_mb {
    display: block;
    width: 50%;
    margin: auto;
    margin-bottom: -10%;
  }

  .exp_top div {
    display: block;
    width: 100%;
    margin: auto;
  }

  .exp_top div span.rt_tp p {
    font-size: 1.143rem;
  }

  .exp_top div span.rt_bt p {
    font-size: 1.571rem;
    line-height: 2.143rem;
    margin-bottom: 15px;
  }

  .exp_top div span.rt_bt p font.tag {
    font-size: 2.143rem;
    line-height: 2.143rem;
    color: #95519a;
    position: relative;
    top: -3px;
  }

  .article_wall .wall_box {
    width: 100%;
  }

  .wall_box img {
    width: 70%;
    max-width: 237px;
    margin: auto;
  }

  .wall_box .doc_name {
    font-size: 1.500rem;
    line-height: 30px;
  }

  .wall_box .doc_title {
    font-size: 1.500rem;
    line-height: 28px;
  }

  .wall_box .doc_article {
    font-size: 1.143rem;
    line-height: 24px;
  }

  .wall_box .doc_article font {
    background: #ece3f1;
  }

  .wall_box .ss_atten {
    font-size: 0.857rem;
    line-height: 20px;
    margin-bottom: 0px;
  }

  .wall_box .mbnone {
    display: none;
  }

  .situation_info {
    width: 90%;
    margin: 0px auto 20px auto;
  }

  .situation_block {
    width: 90%;
    margin: auto;
  }

  .situation_block span {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

  .situation_block span img.situ_center {
    width: 100%;
    margin: auto;
  }

  #doctor_article_content h1 {
    font-size: 1.714rem;
  }

  #doctor_article_content h2 {
    font-size: 1.429rem;
  }

  #doctor_article_content p {
    font-size: 1.143rem;
  }

  #doctor_article_content img {
    width: 100%;
  }

  #store_content h1.st_h1 {
    width: 95%;
  }

  #store_content .store_list {
    position: relative;
    width: 100%;
    margin: 50px auto;
  }

  #store_content .store_list .tp_title {
    font-size: 1.143rem !important;
    line-height: 24px !important;
  }

  #store_content .store_list .store_table {
    padding: 0px 0px 10px;
  }

  #store_content .store_list .store_logo {
    width: 100%;
    max-width: none;
    padding-bottom: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #store_content .store_list .store_logo img {
    width: 30%;
    margin-bottom: 5px;
  }

  .form_content .tr_list span:first-child {
    width: 26%;
    margin-left: 0px;
  }

  .form_content .tr_list span:first-child+span {
    width: 45%;
  }

  .form_content .tr_list span:first-child+span+span {
    width: 25%;
  }

  #store .table .w_1 {
    width: 36%;
  }

  #store .table .w_2 {
    width: 28%;
  }

  #store .table .w_5 {
    width: 36%;
  }
}

/*191224 new product*/
#new_product {
  background-color: #efefef;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#new_product .product_content {
  width: 100%;
  max-width: 1200px;
}

#new_product .product_content .features h1.product_title {
  font-size: 2.625rem;
  line-height: 2.625rem;
  color: #3e3a39;
  font-weight: 500;
  text-align: center;
  margin: 30px 0px;
  letter-spacing: 4px;
}

#new_product .prod_con {
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/*BG*/
.bg_top,
.bg_btm {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 0;
}

.bg_top {
  background-image: url(../images/bg_top.jpg);
  padding-bottom: 57.24%;
  top: 540px;
}

.bg_btm {
  background-image: url(../images/bg_btm.jpg);
  padding-bottom: 10.52%;
  bottom: 0;
}

/*最上商品成分*/
.pd1 {
  text-align: center;
  margin: auto;
}

.pd1 img {
  max-width: 100%;
  height: auto;
}

.intro ul {
  padding-left: 20px;
}

.intro ul li {
  position: relative;
  font-size: 1.428rem;
  font-weight: 600;
  line-height: 1.8;
  color: #3e3a39;
  list-style-position: inside;
  list-style: none;
}

.intro ul li::before {
  content: url("../images/list_img.png");
  position: absolute;
  font-weight: bold;
  color: #591f7c;
  margin-right: 3px;
  left: -20px;
}

.intro ul li sup,
.intro ul li sub {
  font-size: 0.8rem;
}

/*產品特色*/
.features_con {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.features_con div {
  width: 50%;
  background-color: #fff;
  padding: 50px 45px 30px;
}

.features_con div:first-child {
  margin-right: 20px;
}

.features_con .system {
  text-align: center;
  position: relative;
}

.features_con .system>div {
  position: absolute;
  background-image: url(../images/system.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 276px;
  height: 294px;
  top: -110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 0;
  background-color: transparent;
}

.features_con .system h6 {
  margin-top: 100px;
  font-size: 2.142rem;
  font-weight: bold;
  color: #591f7c;
}

.features_con .system p {
  font-size: 1.714rem;
  color: #3e3a39;
}

/*適用對象*/
.suitable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.suitable li {
  list-style: none;
  width: 360px;
  background: #fff;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  margin-bottom: 55px;
}

.suitable li:nth-last-child(1),
.suitable li:nth-last-child(2),
.suitable li:nth-last-child(3) {
  margin-bottom: 0;
}

.suitable li h3 {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #591f7d;
  font-size: 24px;
  line-height: 70px;
  letter-spacing: 4px;
  text-align: center;
}

.suitable li .main_circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 26px auto;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 1px solid #cfcfcf;
}

.suitable li .main_info {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 2px;
}

.suitable li .main_info span {
  display: block;
  font-size: 24px;
}

.suitable li img {
  display: block;
  margin: 26px auto;
}

.suitable li .main_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 95%;
  height: 78px;
  border-top: 1px solid #cfcfcf;
  margin: 0 auto;
}

.suitable li .main_text p {
  width: 100%;
  font-size: 22px;
  text-align: center;
  color: #a87ac5;
}

.btn_free {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 15px 60px;
  margin-bottom: 20px;
  border: 2px solid #ede6f1;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 0px #ede6f1;
  box-shadow: 0px 5px 0px #ede6f1;
  color: #591f7c;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 3px;
  left: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}

.btn_free:hover {
  -webkit-transform: translateX(-50%) translateY(-5px);
  transform: translateX(-50%) translateY(-5px);
}

.info_text {
  color: #3e3a39;
  font-size: 1rem;
  margin: 20px auto;
}

.info_list {
  color: #3e3a39;
  font-size: 1rem;
  padding: 0 20px;
  margin: 20px auto;
}

@media screen and (max-width: 1200px) {
  .product_content .features {
    width: 97%;
  }

  .suitable li {
    width: 30%;
  }

  .dn_pro_all .all_lt {
    padding: 0 2%;
  }

  .dn_pro_all .all_lt a {
    padding: 15px;
  }
}

/*@media screen and (max-width:950px)*/
@media screen and (max-width: 980px) {
  .bg_top {
    top: 200px;
  }

  .suitable li {
    width: 30%;
  }

  .product_top2_banner,
  .product_top2_banner_2 {
    margin-bottom: 0;
  }

  .product_content .features {
    width: 90%;
  }

  /*
  .suitable li {
    width: 30vw;
    height: 30vw;
    height: calc(30vw * .9);
  }
*/
  .suitable li .icon {
    width: calc(143px * .7);
    height: calc(150px * .7);
  }

  .suitable li p {
    font-size: 1rem;
  }

  #new_product .prod_con {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .dn_pro_all .all_lt {
    padding: 0 5%;
  }

  .dn_pro_all .all_lt a {
    vertical-align: top;
    position: relative;
    text-decoration: none;
    width: 40%;
    padding: 25px;
    border-right: none;
    border-bottom: 1px solid #efefef;
  }

  .dn_pro_all .all_lt a:nth-child(2n) {
    border-left: 1px solid #efefef;
  }

  .dn_pro_all .all_lt a img {
    max-width: 80%;
    max-height: auto;
  }

  .dn_pro_all .all_lt h3::before,
  .dn_pro_all .all_lt h3::after {
    width: 25%;
  }
}

@media screen and (max-width: 796px) {
  .product_top2_banner {
    max-height: auto;
  }

  .product_top2_banner.triple {
    max-height: auto;
  }

  .product_top2_banner.select {
    max-height: auto;
  }

  .product_top2_banner .frontImg {
    display: none;
  }

  .features_con {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 50px;
  }

  .features_con div {
    width: 100%;
    padding: 30px 25px 20px;
  }

  .features_con div:first-child {
    margin-right: 0;
  }

  .features_con .intro {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 20px;
  }

  .features_con .system {
    margin-top: 50px;
  }

  .features_con .system>div {
    position: absolute;
    background-image: url(../images/system.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(276px * .8);
    height: calc(294px * .8);
    top: -110px;
  }

  .suitable {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .suitable li {
    width: 45%;
    margin-bottom: 20px;
  }

  .suitable li:nth-last-child(3) {
    margin-bottom: 20px;
  }

  .suitable li .main_circle {
    width: 135px;
    height: 135px;
  }

  .suitable li img {
    width: 135px;
  }

  .dn_pro_all .all_lt a {
    width: 100%;
    padding: 10px 25px 5px;
  }

  .dn_pro_all .all_lt a img {
    max-height: 200px;
  }

  .info_list {
    padding: 0 20px 0 40px;
  }

  .form_step {
    padding: 30px 20px 0px;
  }
 
 
  
  .form_stepbox_box{
	  width: 100%;
  }
  
  
  .form_stepin{
	  height: 50px;
	  line-height: 50px;
	  border-radius: 15px;
	  font-size: 22px;
  }
  
  .form_stepin_text{
	  display: none;
  }
  
  .form_stepin_phone{
	  display: inline;
  }
  
  .triangle_phone{
  	display: inline;
   width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 15px 15px 0px 15px;
   border-color: #9972c3 transparent transparent transparent;
   transform: rotate(0deg);
   padding-bottom: 10px;
  }
  
  .triangle{
	  display: none;
  }
  
  .form_stepbox_box_2{
	  width: 100%;
  }
  
  .form_stepin_method:first-child{
	padding-bottom: 10px;
}

}

@media screen and (max-width: 680px) {
  #store_content .store_content {
    max-width: none;
    width: 324px;
  }

  #store_content .storelogo {
    width: 36%;
    padding: 5%;
  }

  #store_content .storelogo img {
    width: 100%;
    display: block;
  }

  .member_gettrail .dn_input {
    padding: 20px 15px;
  }

  .form_step {
    padding: 20px 15px 0;
  }

  .form_stepbox {
    display: block;
  }

  .form_stepin {
    width: 100%;
    display: block;
    padding: 10px;
    margin-bottom: 10px;
  }

  .form_stepin img {
    display: inline-block;
    vertical-align: middle;
    width: 25%;
    margin: 0 10px 0 0;
  }

  .form_stepintext {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
  }

  .member_gettrail .tp_title {
    font-size: 1.1rem;
    padding: 20px;
  }

  .member_form {
    width: 95%;
  }

  .form_umder {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .bg_top {
    top: 100px;
  }

  .suitable li {
    width: 96%;
    max-width: 360px;
  }

  .suitable li:nth-last-child(2) {
    margin-bottom: 20px;
  }

  .features_con div {
    padding: 30px 15px 20px;
  }

  .intro ul li {
    font-size: 1.285rem;
  }
}