*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

address {
  font-style: normal;
}

.test {
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 200px) and (max-width: 1920px) {
  .test {
    background-color: blue;
  }
}

.notRoboto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.notRoboto .title {
  padding-left: 5px;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
  line-height: 1.6;
}

.mainArea {
  position: relative;
  z-index: 0;
  background-color: #fafafa;
}

.mainArea::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/contentBg2.png");
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 640px) {
  .mainArea::before {
    background-image: none;
    background-color: #fafafa;
  }
}

@media (max-width: 960px) {
  .knowledgeInsArea {
    display: none;
  }
}

.hotProductBox {
  position: relative;
  z-index: 0;
}

@media (max-width: 640px) {
  .hotProductBox {
    padding-top: 45px;
  }
}

.hotProductBox::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  background-color: #fff;
}

@media (min-width: 641px) {
  .hotProductBox::before {
    display: none;
  }
}

.topNoteBox {
  position: relative;
  z-index: 0;
  margin-top: 100px;
  padding-left: 60px;
  padding-right: 60px;
  background-color: #f5e6e0;
}

@media (max-width: 1180px) {
  .topNoteBox {
    margin-top: 50px;
  }
}

@media (max-width: 440px) {
  .topNoteBox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.topNoteBox .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url("../images/contactBanenrBg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

@media (max-width: 1180px) {
  .topNoteBox .bg {
    display: none;
  }
}

.topNoteBox .insBox {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
  text-align: center;
  background-color: #f7efec;
}

.topNoteBox .topTitleBox {
  position: relative;
  display: inline-block;
  padding-top: 110px;
  color: #dd7273;
}

@media (max-width: 640px) {
  .topNoteBox .topTitleBox {
    margin-bottom: 30px;
  }
}

.topNoteBox .topTitleBox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -88px;
  width: 176px;
  height: 150px;
  background-image: url("../images/titltBg.png");
  background-repeat: no-repeat;
}

.topNoteBox .topTitleBox .en {
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.1;
}

.topNoteBox .topTitleBox .title {
  font-size: 18px;
  letter-spacing: 0.08em;
}

.topNoteBox .itemBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #888;
}

@media (max-width: 640px) {
  .topNoteBox .itemBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.topNoteBox .itemBox::before {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ebcec8;
}

@media (max-width: 640px) {
  .topNoteBox .itemBox::before {
    display: none;
  }
}

.topNoteBox .itemBox .no {
  display: inline-block;
  padding: 8px 35px;
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #505761;
  border: 1px solid #b4bbca;
  border-left: none;
  border-right: none;
}

.topNoteBox .itemBox .item {
  padding-left: 35px;
  padding-right: 35px;
  text-align: center;
}

@media (max-width: 640px) {
  .topNoteBox .itemBox .item {
    padding-left: 20px;
    padding-right: 20px;
  }

  .topNoteBox .itemBox .item:nth-child(1) {
    margin-bottom: 35px;
  }
}

.topNoteBox .itemBox .Img {
  display: block;
  max-width: 100%;
}

.topNoteBox .itemBox .title {
  font-size: 16px;
  letter-spacing: 0.08em;
  color: #505761;
}

.topNoteBox .topTitleBox::before {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  opacity: 0;
}

.topNoteBox .topTitleBox .en,
.topNoteBox .topTitleBox .title {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}

.topNoteBox .itemBox {
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  opacity: 0;
}

.topNoteBox.animateShow .topTitleBox::before {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.topNoteBox.animateShow .en,
.topNoteBox.animateShow .title {
  opacity: 1;
}

.topNoteBox.animateShow .en {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.topNoteBox.animateShow .title {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.topNoteBox.animateShow .itemBox {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.formBox .wrapBox {
  background-color: transparent;
}

.successTxt {
  padding: 220px 0 80px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
  color: #df7475;
}

.successTxt .title {
  margin-bottom: 8px;
  font-size: 36px;
  color: #565454;
}

@media (max-width: 640px) {
  .successTxt .title {
    font-size: 25px;
    margin-bottom: 4px;
  }
}

.successTxt .Txt {
  font-size: 16px;
  color: #838080;
}

@media (max-width: 640px) {
  .successTxt .Txt {
    font-size: 15px;
  }
}

@media (max-width: 1180px) {
  .successTxt {
    padding-top: 130px;
  }
}

@media (max-width: 1920px) {
  .bannerArea .bannerBox img {
    image-rendering: pixelated;
  }
}

#modulePrivacy .moduleInsBox {
  max-width: 90vw;
  max-height: 80vh;
  padding: 50px;
  background-color: #fff;
}

#modulePrivacy .textEditor {
  max-height: calc(80vh - 100px);
  overflow-y: auto;
}

.contactPrivacyBox {
  max-width: 520px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.contactPrivacyBox.textEditor {
  line-height: 1.5;
}

/*複寫master樣式*/

/*common*/
.renderMask {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.5s ease-in-out;
}

.renderMask i{
  color: #fff;
  font-size: 24px;
  
}

.renderMask.show {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.formBox form {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.formBox .formListBox {
  margin-top: 100px;
}

.formList>li {
  margin-bottom: 30px;
}

.formList .item {
  align-items: center;
  border: none;
  background-color: transparent;
}

.formList .item .subtitle{
  width: 100%;
  border-top: 1px solid #e5e5e5;
  color: #444;
  line-height: 1;
  font-size: 20px;
  font-weight: 500;
  padding-top: 50px;
  margin-top: 30px;
}

.formList .item .left {
  width: 200px;
  padding-left: 0;
  padding-right: 15px;
  text-align: left;
}

.formList .item .left::after {
  display: none;
}

.formList .item .left,
.formList .item.select .left {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  display: block;
  pointer-events: auto;
}

.formList .item .right {
  border: 1px solid #e5e5e5;
}

.formList .item .right,
.formList .item.select .right {
  width: auto;
  height: 50px;
  background-color: #fff;
  flex: 1;
  position: relative;
}
/*common*/

/*tel*/
.formList .item .right .intl-tel-input {
  display: block;
}

.formList .item .right .intl-tel-input .flag-container{
  width: 105px;
}
/*tel*/

/*additional*/
.formList li.additionalFieldBox:not(:last-child){
  margin-bottom: 20px;
}

.formList li.additionalFieldBox .item{
  align-items: flex-start;
}

.formList li.additionalFieldBox .right{
  height: auto;
  background-color: transparent;
}

.formList li.additionalFieldBox select{
  display: block;
}

.formList li.additionalFieldBox .item.checkbox .left{
  opacity: 0;
  pointer-events: none;
}

.formList li.additionalFieldBox .item.checkbox .right{
  border: none;
  margin: 0 -5px;
}

.formList li.additionalFieldBox .item.checkbox .right p{
  padding: 6px 8px;

}

.formList li.additionalFieldBox .item.checkbox label{
  cursor: pointer;
  display: inline-flex;
  padding: 5px;
}

.formList li.additionalFieldBox .item.checkbox label input[type="checkbox"]{
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  outline: none;
  padding: 0;
  position: relative;
}

.formList li.additionalFieldBox .item.checkbox label span{
  display: inline-block;
  font-size: 16px;
  margin-left: 5px;
}

.formList li.additionalFieldBox textarea{
  /* background-color: transparent; */
  resize: vertical;
}
/*additional*/

/*text*/
.formList .item .right input{
  height: 48px;
  color: #444;
  display: block;
  font-size: 15px;
  line-height: 48px;
  padding: 0 18px;
}

.formList .item .right input::placeholder{
  color: #888;
}

.formList .item.textarea {
  height: 170px;
  padding-top: 0;

}

.formList .item.textarea .right {
  height: 170px;
  color: #888;
}

.formList .item.textarea .right textarea{
  height: 100%;
  padding: 18px;
  resize:  none;
}
/*text*/


/*select*/
.formList .item.select.store{
  z-index: 3;
}

.formList .item.select.service{
  z-index: 2;
}

.formList .item .right .selectBox {
  background-color: transparent;
}

.formList .item .right .selectBox .selectTitle {
  height: 48px;
  background-image: url("../images/arrowDown2.png");
  background-position: right 25px center;
  background-repeat: no-repeat;
  line-height: 48px;
  padding: 0 18px;
}

.formList .item .right .selectBox .selectList {
  background-color: #fff;
}

.formList .item .right .selectBox .selectList li:not(:last-child) .option {
  border-bottom: 1px solid #e5e5e5;
}

.formList .item .right .selectBox .selectList .option {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 18px 25px;
  text-align: left;
  transition: all 0.5s;
}

.formList .item .right .selectBox .selectList .option:hover .title {
  color: #fff;
}

.formList .item .right .selectBox .selectList .option:hover .time .icon {
  filter: contrast(0) brightness(2);
}

.formList .item .right .selectBox .selectList .option:hover .time .text {
  color: #fff;
}

/* .formList .item .right .selectBox .selectList .option{
  color: #000;
} */

.formList .item .right .selectBox .selectList .option .title {
  min-width: 140px;
  color: #000;
  padding-right: 10px;
  transition: all 0.5s;
}

.formList .item .right .selectBox .selectList .option .time {
  align-items: center;
  display: flex;
  position: relative;
  padding-left: 20px;
}

.formList .item .right .selectBox .selectList .option .time .icon {
  width: 11px;
  height: 14px;
  margin-right: 8px;
  transition: all 0.5s;
}

.formList .item .right .selectBox .selectList .option .time .text {
  color: #888;
  transition: all 0.5s;
}

.formList .item .right .selectBox .selectList.location {
  z-index: 11;
}

.formList .item .right .selectBox select {
  height: 48px;
}
/*select*/


/*date*/
.formList select.ui-datepicker-year,
.formList select.ui-datepicker-month {
  display: block;
}

.formList .item.date {
  align-items: flex-start;
}

.formList .item.date .right {
  height: auto;
  border: none;
}

.formList .item.date .right .ui-datepicker {
  width: 100%;
  box-shadow: none;
  margin-top: 0;
  padding-bottom: 50px;
}

.formList .item.date .right .ui-datepicker-header {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 17px 0;
}


.formList .item.date .right .ui-datepicker-prev,
.formList .item.date .right .ui-datepicker-next {
  float: none;
  background-image: url("./public/js/jqueryui/datepicker/images/arrow3.png");
}

.formList .item.date .right .ui-datepicker-prev {
  margin-right: 30px;
  order: 1;
}

.formList .item.date .right .ui-datepicker-next {
  margin-left: 30px;
  order: 3;
}

.formList .item.date .right .ui-datepicker-title {
  align-items: center;
  display: flex;
  order: 2;
  position: relative;
}


.formList .item.date .right .ui-datepicker-title::after {
  content: '';
  width: 1px;
  height: 35%;
  background-color: #000;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(25deg) translate(-200%, -40%);
  z-index: 1;
}

.formList .item.date .right .ui-datepicker-month {
  text-align: right;
}

.formList .item.date .right .ui-datepicker-month,
.formList .item.date .right .ui-datepicker-year {
  min-width: 45px;
}

.formList .item.date .right .ui-datepicker-year,
.formList .item.date .right .ui-datepicker-month {
  appearance: none;
  border: none;
  background: none;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  margin: 0 10px;
  outline: none;
  padding: 0;
}

.formList .item.date .right .ui-datepicker table {
  text-align: center;
}

.formList .item.date .right .ui-datepicker th,
.formList .item.date .right .ui-datepicker td {
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體", sans-serif;
}

.formList .item.date .right .ui-datepicker th {
  padding: 50px 0 20px;
}

.formList .item.date .right .ui-datepicker td {
  padding: 6px 0;
}

.formList .item.date .right .ui-datepicker td a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-radius: 50%;
  line-height: 50px;
}

.formList .item.date .right .ui-datepicker td .ui-state-hover {
  background-color: transparent;
}

.formList .item.date .right .ui-datepicker td a.ui-state-active {
  background-color: #e78e8f;
  color: #fff;
}

/* .formList .item.date .right .ui-datepicker td a.ui-state-hover {
  background-color: #e78e8f;
  color: #fff;
} */
/*date*/

/*radiobox*/
.formList .item.radio {
  align-items: flex-start;
}

.formList .item.radio .right {
  height: auto;
}

.formList .item .right .radioBox {
  cursor: initial;
  padding: 50px 30px;
}

.formList .item .right .radioList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

.formList .item .right .radioBox .radioItem {
  flex: 0 0 20%;
  padding: 0 7.5px 18px;
}

.formList .item .right .radioBox .radioItem label {
  display: block;
  position: relative;
}

.formList .item .right .radioBox .radioItem input[type="radio"] {
  cursor: pointer;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.formList .item .right .radioBox .radioItem input[type="radio"]:hover+.data,
.formList .item .right .radioBox .radioItem input[type="radio"]:checked+.data {
  background: #e78e8f;
  border-color: #e78e8f;
  box-shadow: 0 5px 14px rgba(231, 142, 143, 0.3);
  color: #fff;
}

.formList .item .right .radioBox .radioItem .data{
  border: 1px solid #ddd;
  border-radius: 30px;
  color: #444;
  display: block;
  line-height: 1;
  pointer-events: none;
  padding: 18px 10px;
  text-align: center;
  transition: all 0.5s;
}


.formList .item .right .radioBox .radioItem.disabled input[type="radio"] {
  pointer-events: none;
}

.formList .item .right .radioBox .radioItem.disabled .data {
  background-color: #eeeeee;
  color: #888;
}

.formList .item .right .radioBox .note .text {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
}

.formList .item .right .radioBox .note {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.formList .item .right .radioBox .note .text {
  color: #000;
  font-size: 15px;
  line-height: 1.5;
  margin-right: 30px;
  position: relative;
}

.formList .item .right .radioBox .note .text::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 10px;
  border-color: transparent transparent transparent #000;
  position: absolute;
  top: 50%;
  right: -20px;
  z-index: 1;
  transform: translate(100%, -50%);
}

.formList .item .right .radioBox .note .socialList {
  align-items: center;
  display: flex;
}

.formList .item .right .radioBox .note .socialList a {
  border: 1px solid #dddcdc;
  border-radius: 50%;
}

.formList .item .right .radioBox .note .socialList a:hover {
  background-color: #e78e8f;
  border-color: #e78e8f;
  box-shadow: 0 3px 8px rgba(231, 142, 143, 0.3);
  color: #fff;
}


.formList .item .right .radioBox .note .socialList a:first-child {
  margin-left: 15px;
}

.formList .item .right .radioBox .note .socialList a:not(:last-child) {
  margin-right: 15px;
}

.formList .item .right .radioBox .note .socialList a.youtube {
  display: none;
}

.formList .item .right .radioBox .note .storeList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.formList .item .right .radioBox .note .storeList .storeColumn{
  width: calc(100% / 3 - 10px);
}


@media (max-width: 1200px)  {
  /*common*/
  .formList .item .left, .formList .item.select .left {
    width: 155px;
  }

  /*radiobox*/
  .formList .item .right .radioBox {
    padding: 30px;
  }
}

@media (max-width: 1180px) {
  /*select*/
  .formList .item .right .selectBox select{
    display: none;
  }

  .formList .item .right .selectBox .selectList, .formList .item .right .selectBox .selectTitle {
      display: block;
  }
}

@media (max-width: 1024px)  {
  /*common*/
  .formList>li {
    margin-bottom: 20px;
  }

  .formList .item {
    flex-direction: column;
  }

  .formList .item .left, .formList .item.select .left {
    padding-right: 0;
    padding-bottom: 12px;
  }

  .formList .item .left, .formList .item.select .left,
  .formList .item .right, .formList .item.select .right {
    width: 100%;
  }

  /*radiobox*/
  .formList .item .right .radioBox {
    padding: 30px 15px;
  }

  .formList .item .right .radioBox .radioItem {
    flex:  0 0 25%;
  }
}

@media (max-width: 960px) {
  /*common*/
  .formList input, .formList select, .formList textarea {
      background-color: #fff;
  }
}

@media (max-width: 640px)  {
  /*radiobox*/
  .formList .item .right .radioList {
    margin: 0 -3.5px;
  }

  .formList .item .right .radioBox .radioItem {
    flex:  0 0 33.333%;
    padding: 0 3.5px 10px;
  }

  .formList .item .right .radioBox .radioItem .data {
    padding: 12px 5px;
  }

  .formList .item .right .radioBox .note {
    flex-direction: column;
  }

  .formList .item .right .radioBox .note .socialList {
    margin-top: 20px;
  }

  .formList .item .right .radioBox .note .storeList .storeColumn{
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 450px)  {
  /*date*/
  .formList .item.date .right .ui-datepicker {
    padding-bottom: 15px;
  }

  .formList .item.date .right .ui-datepicker th {
    padding: 20px 0 5px;
  }

  .formList .item.date .right .ui-datepicker td {
    padding: 3px 0;
  }
  
  .formList .item.date .right .ui-datepicker td a {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  /*date*/

  /*radiobox*/
  .formList .item .right .radioBox .radioItem {
    flex:  0 0 50%;
  }
  /*radiobox*/
}