/*-----------Default Setting-----------*/

@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Noto+Sans+SC&family=Noto+Sans+TC&family=Open+Sans&display=swap');*/

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  border: none;
}

/* 20200119_Jared調整 p為新聞頁編輯器內樣式 */
.edit_block p {
  margin: 0;
  font-size: 16px;
  line-height: 35px;
}

/* 社會美容關懷單元樣式調整 */
.counter-flex {
  display: flex;
}

.edit_block ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.edit_block .location-center-info-list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.edit_block .slq-tips-list {
  padding-left: 0;
  list-style: none;
}

.edit_block li {
  line-height: 28px;
}

.edit_block ol {
  display: block;
  list-style-type: decimal;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 40px;
}
.edit_block p::after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.edit_block p {
  zoom: 1;
}
.edit_block .line-height-4 {
  line-height: 1.5em;
}

img {
  border: none;
  max-width: 100%;
  /* width: auto;
  height: auto; */
}

button {
  outline: 0 !important;
}

input[type="text"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border-radius: 0;
}

select::-ms-expand {
  display: none;
}

/* h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: normal;
} */

select {
  outline: none;
}

textarea,
input[type="text"],
input[type="button"],
input[type="reset"],
input[type="submit"],
select {
  border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
}

select::-ms-expand {
  display: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

table {
  width: 100%;
  max-width: 100%;
  height: auto;
  table-layout: fixed;
}

@media screen and (max-width: 767px) {
  /* body {
    font-size: 18px;
    line-height: 28px;
  } */

  h1 {
    font-size: 36px;
    line-height: 54px;
  }

  h2 {
    font-size: 30px;
    line-height: 45px;
  }

  h3 {
    font-size: 24px;
    line-height: 36px;
  }

  h4 {
    font-size: 18px;
    line-height: 26px;
  }

  h5 {
    font-size: 14px;
    line-height: 21px;
  }
  img {
    height: auto;
  }
}

.html_edit {
  width: 100%;
  overflow: hidden;
  margin: auto;
}

#confirm-cookie-policy {
  display: block;
}

.renew-verification-code {
  vertical-align: 40%;
}

@media screen and (max-width: 700px) {
  .renew-verification-code {
    vertical-align: 40%;
  }
}

.d-flex input.remind_bg {
  border: 1px solid;
  height: 60px;
  line-height: 60px;
  max-width: 180px;
}

.vcode-right {
  margin-left: 10px;
  min-width: 180px;
  position: relative;
}

.vcode-right > img {
  position: absolute;
  width: 100%;
  height: 100%;
}

.renew-verification-code img {
  position: absolute;
  right: -40px;
  width: 10%;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 650px) {
  .vcode-right {
    /* min-width: auto; */
    width: 40%;
  }
}

@media screen and (max-width: 575px) {
  .show_vertify {
    display: block !important;
  }

  .vcode-right {
    width: auto;
    margin-left: 0px;
    margin-top: 20px;
  }

  .vcode-right > img {
    position: static;
    width: auto;
    height: auto;
  }

  .renew-verification-code img {
    position: static;
    width: auto;
    transform: translateY(0%);
  }
  .d-flex input.remind_bg {
    height: 45px;
    line-height: 45px;
    max-width: 180px;
  }
  .vcode-right {
    min-width: auto;
  }
}

.verification-code + .error-msg {
  display: none;
}

.verification-code.is-error + .error-msg {
  display: block;
}

.remind {
  margin-top: 10px;
  color: #c80421;
  line-height: 1.2;
  margin-left: 16.666667%;
}
.news-item-img {
  font-size: 0;
  max-width: 410px;
  max-height: 205px;
  overflow: hidden;
}
.news-item-img > img {
  min-width: 410px;
  min-height: 205px;
}
@media screen and (max-width: 575px) {
  .news-item-img {
    max-width: 532px;
    max-height: 266px;
  }
  .news-item-img > img {
    width: 100%;
    min-height: 0;
    min-width: 0;
  }
}

/* slq地圖 */
.default_shop {
  width: 100%;
  height: 100%;
}
.slq_iframe_default {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.confirm_message {
  position: relative;
  border: none !important;
}
.confirm_message::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 1px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .d-map-none {
    display: none !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 576px) {
  .confirm_message::after {
    top: -21px;
  }
}
@media screen and (max-width: 575px) {
  .confirm_message::after {
    top: -1px;
  }
}
