@import url("../fonts/flaticon/flaticon.css");
@import url("revise.css");

/*========================================================
                         基本設定
=========================================================*/

body {
  font-family: "Noto Serifs TC", Arial, Verdana, Helvetica, sans-serif;
  font-weight: 500;
  line-height: 32px;
  font-size: 1rem;
  color: #fff;
  overflow-x: hidden;
  background-color: #1e0806;
}

.bg {
  background-image: url(../img/body-bg.webp);
  background-size: cover;
}

/* google recaptcha 隱藏 */
.grecaptcha-badge {
  visibility: hidden;
}

/*========================================================
                         區塊1
=========================================================*/

.section1 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 750px;
  background: url(../img/s1-bg-tb.png) no-repeat;
  background-position: bottom center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.s1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: 100%;
}
.s1-p1-mb {
  position: relative;
  margin-left: 5%;
  margin-top: 10%;
  width: 90%;
}
.s1-p1-mb img {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
.style1 {
  display: block;
  pointer-events: none;
}
.style2 {
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.s1-logo {
  position: relative;
  width: 95%;
  top: -5%;
}
.s1-t2 {
  position: relative;
  width: 90%;
  top: -2.5%;
}
.s1-deco {
  display: none;
}

@media screen and (min-width: 768px) {
  .section1 {
    background-position: 50% 90%;
  }
  .s1-p1-mb {
    width: 65%;
    margin-top: unset;
  }
  .s1-logo,
  .s1-t2 {
    width: 60%;
  }
}

.mb {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.pc {
  display: none;
}

@media screen and (min-width: 1200px),
  screen and (min-width: 1024px) and (max-height: 600px) {
  .section1 {
    background: url(../img/s1-bg-pc.png) no-repeat;
    background-position: bottom center;
    background-size: cover;
    flex-direction: row;
    align-items: center;
  }
  .s1 {
    width: 100%;
  }
  .mb {
    display: none;
  }
  .pc {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
  }
  .s1-deco {
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 2;
    width: 100%;
  }
  .s1-p1,
  .s1-p2 {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
  }
  .s1-p1 {
    left: -36%;
    bottom: -1%;
  }
  .s1-p2 {
    right: -36%;
    bottom: -7%;
  }
  .s1-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 5%;
  }
  .s1-logo {
    position: relative;
    width: 45%;
    top: unset;
  }
  .s1-t1 {
    width: 35%;
    margin: 5% 0;
  }
  .s1-t2 {
    position: relative;
    width: 55%;
    top: unset;
  }
}

@media screen and (min-width: 1300px) {
  .s1-logo {
    width: 55%;
  }
  .s1-t1 {
    width: 45%;
  }
  .s1-t2 {
    width: 65%;
  }
}

@media screen and (min-width: 1500px) {
  .s1-logo {
    width: 66%;
  }
  .s1-t1 {
    width: 50%;
  }
  .s1-t2 {
    width: 75%;
  }
}

/*========================================================
                         區塊2
=========================================================*/

.section2 {
  display: flex;
  width: 100%;
  height: 80vh;
  justify-content: center;
}

.s2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: 100%;
}

.s2-group {
  text-align: center;
  margin: auto;
}

.s2-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 18% 0;
}

.s2-logo .g-logo {
  width: 50%;
}

.s2-logo .g-text {
  margin-top: 5%;
  margin-left: 9%;
  width: 40%;
}

.s2-text {
  text-align: center;
}

.s2-p1 {
  width: 95%;
  margin: 10% 0;
}

.s2-p2 {
  width: 95%;
}

@media screen and (min-width: 500px) {
  .section2 {
    height: 100vh;
  }

  .s2-p1,
  .s2-p2 {
    width: 85%;
  }
}

@media screen and (min-width: 768px) {
  .s2-group {
    width: 80%;
  }
}

@media screen and (min-width: 900px) {
  .s2-group {
    width: 70%;
  }
}

@media screen and (min-width: 1200px) {
  .s2-group {
    width: 40%;
  }
}

@media screen and (min-width: 1500px) {
  .section2 {
    margin-top: 0;
  }
}

/*========================================================
                         區塊3
=========================================================*/

.section3 {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 3% 0 0 0;
}

.s3 {
  margin-top: 5%;
  width: 85%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s3-img {
  position: relative;
  width: 100%;
  height: 40dvh;
  min-height: 400px;
  margin-bottom: 10%;
}

.s3-p1 {
  position: absolute;
  left: 0;
  z-index: 3;
  width: 30%;
  top: 25%;
  max-width: 105px;
  max-height: 125px;
}

.s3-p2 {
  position: absolute;
  text-align: center;
  width: 70%;
  left: 8%;
  max-width: 295px;
  max-height: 400px;
}

.s3-text {
  height: 100%;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s3-p3 {
  width: 100%;
}

.s3-p4 {
  width: 100%;
  margin: 15% 0;
}

.s3-p5 {
  margin-top: 5%;
  width: 100%;
}

@media screen and (min-width: 450px) {
  .s3-img {
    margin-bottom: 20%;
  }

  .s3-p3,
  .s3-p4,
  .s3-p5 {
    width: 80%;
  }

  .s3-p4 {
    margin: 10% 0;
  }
}

@media screen and (min-width: 550px) {
  .s3-p3,
  .s3-p4,
  .s3-p5 {
    width: 70%;
  }

  .s3-p4 {
    margin: 8% 0;
  }
}

@media screen and (min-width: 650px) {
  .s3-p3,
  .s3-p4,
  .s3-p5 {
    width: 60%;
  }

  .s3-p4 {
    margin: 5% 0;
  }
}

@media screen and (min-width: 768px) {
  .section3 {
    height: 100%;
    margin: 0 0 20% 0;
  }

  .s3 {
    flex-direction: row;
    margin-top: 0;
  }

  .s3-img {
    margin: unset;
    height: 100%;
  }

  .s3-p2 {
    position: relative;
    width: 100%;
    left: 8%;
    max-width: unset;
    max-height: unset;
  }

  .s3-text {
    height: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .section3 {
    height: 100vh;
    min-height: 729px;
    margin: 5% 0;
  }

  .s3 {
    flex-direction: row;
    margin-top: 0;
    width: 70%;
  }

  .s3-img {
    margin: unset;
    height: 100%;
  }

  .s3-p1 {
    left: -5%;
    z-index: 3;
    top: 15%;
    max-width: 250px;
    max-height: 205px;
  }

  .s3-p2 {
    left: 8%;
    max-width: 520px;
    max-height: 720px;
  }

  .s3-text {
    width: 80%;
  }
}

/*========================================================
                         區塊4
=========================================================*/

.section4 {
  height: 50vh;
  display: flex;
  flex-direction: column;
  min-height: 450px;
}

.s4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.s4-group {
  width: 85%;
}

.s4-p1 {
  display: block;
  width: 100%;
  margin-bottom: 5%;
}

.s4-p1 img {
  width: 40%;
}

.s4-p2 {
  width: 100%;
}

.s4-p3 {
  width: 100%;
  text-align: start;
  margin-top: 5%;
}

.s4-p3 img {
  width: 40%;
}

@media screen and (min-width: 550px) {
  .section4 {
    height: 70vh;
    margin-top: 10%;
  }

  .s4 {
    justify-content: start;
  }

  .s4-p1 img {
    width: 30%;
  }

  .s4-p3 img {
    width: 30%;
  }
}

@media screen and (min-width: 700px) {
  .section4 {
    height: calc(100vh - 70.5px);
  }
}

@media screen and (min-width: 992px) {
  .section4 {
    margin: 5% 0;
    height: 500px;
  }

  .s4-group {
    position: relative;
    height: 100%;
  }

  .s4-p1 img {
    position: absolute;
    width: 15%;
    margin: unset;
    left: 12.5%;
    bottom: 75%;
  }

  .s4-p2 img {
    position: absolute;
    width: 70%;
    right: 0;
    bottom: 0;
  }

  .s4-p3 img {
    margin: unset;
    position: absolute;
    width: 15%;
    left: 12.5%;
    bottom: 0;
  }
}

/*========================================================
                         區塊5
=========================================================*/

.section5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  width: 100%;
}

.s5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 85%;
  height: 80%;
}

.s5-group {
  display: flex;
  flex-direction: column;
  align-items: start;
  width: 100%;
}

.s5-img {
  display: flex;
  justify-content: center;
}

.s5-p1 {
  width: 5%;
}

.s5-p2 {
  margin-left: 10px;
  width: 95%;
}

.s5-text {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.s5-p3 {
  width: 70%;
  margin: 10% 0;
}

.s5-p4 {
  width: 50%;
  margin: 5% 0;
}

.s5-p5 {
  align-items: center;
  width: 90%;
}

@media screen and (min-width: 550px) {
  .section5 {
    height: calc(100vh -70.5px);
  }

  .s5-text {
    width: 80%;
  }

  .s5-img {
    width: 95%;
  }
}

@media screen and (min-width: 768px) {
  .s5-img {
    width: 90%;
  }

  .s5-group {
    width: 90%;
  }

  .s5-text {
    width: 70%;
  }
}

@media screen and (min-width: 992px) {
  .section5 {
    height: 60vh;
    min-height: 929px;
  }

  .s5 {
    flex-direction: row;
    height: 100%;
  }

  .s5-group {
    width: 80%;
    align-items: center;
  }

  .s5-text {
    width: 80%;
  }
}

@media screen and (min-width: 1100px) {
  .s5-img {
    width: 80%;
  }

  .s5-text {
    width: 70%;
  }
}

@media screen and (min-width: 1300px) {
  .s5-img {
    width: 70%;
  }

  .s5-text {
    width: 60%;
  }
}

@media screen and (min-width: 1500px) {
  .s5-img {
    width: 50%;
  }

  .s5-text {
    width: 40%;
  }
}

/*========================================================
                         區塊6
=========================================================*/

.section6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100%;
}

.s6 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 85%;
  height: 100%;
}

.s6-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 10% 0;
}

.s6-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 85%;
}

.s6-p1 {
  width: 50%;
  margin-bottom: 5%;
}

.s6-p2 {
  width: 80%;
  margin-bottom: 15%;
}

@media screen and (min-width: 700px) {
  .s6-img {
    width: 75%;
  }
}

@media screen and (min-width: 992px) {
  .s6-img {
    width: 60%;
  }

  .s6-p2 {
    margin-bottom: unset;
  }
}

@media screen and (min-width: 1200px) {
  .s6-img {
    margin-top: 10%;
    width: 45%;
  }
}

@media screen and (min-width: 1500px) {
  .s6-img {
    width: 30%;
  }
}

/*========================================================
                     Google map
=========================================================*/

.section_map {
  text-align: center;
}

.section_map iframe {
  width: 100% !important;
  height: 400px !important;
  margin-bottom: -10px;
}

@media (min-width: 768px) {
  .section_map iframe {
    height: 520px !important;
  }
}

@media (min-width: 1600px) {
  .section_map iframe {
    height: 640px !important;
  }
}

/*========================================================
                     360
=========================================================*/

.view_pc {
  display: none;
}

.panorama_block {
  padding-bottom: 50px;
}

.panorama_block .controls {
  display: none;
}

.panorama_block .panorama-text {
  text-align: center;
  color: #fff;
  padding-top: 27px;
}

@media (min-width: 992px) {
  .view_pc {
    display: block;
    width: 100%;
    margin-bottom: 30%;
  }

  .view_mb {
    display: none;
  }

  .panorama_block {
    padding-bottom: 80px;
  }
}

/*========================================================
                         區塊7
=========================================================*/

.section7 {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.s7 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.section7 > div {
  padding: 40px 50px;
}

.section7 > div h2 {
  margin-bottom: 50px;
  text-align: center;
}

.section7 > div h2 img {
  width: 55%;
}

.s7-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 20% 0;
}

.s7-img {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.s7-p2 {
  width: 70%;
  margin-bottom: 5%;
}

.s7-p3 {
  width: 100%;
}

.s7-group-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 5% 0 20% 0;
}

.s7-group-2 img {
  margin-bottom: 20px;
}

.s7-p4,
.s7-p5,
.s7-p6,
.s7-p7 {
  height: 15px;
}

.s7-p1 {
  display: none;
}

.form-block {
  display: grid;
  grid-template-columns: 100px 1fr;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  line-height: 1.5;
  padding: 5px 20px;
}

.form-block2 {
  display: grid;
  grid-template-columns: 100px 58px 58px 90px;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 20px;
}

.form-block3 {
  display: grid;
  grid-template-rows: 35px 1fr;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 20px 20px 20px;
}

.form-block4 {
  display: grid;
  grid-template-columns: 100px 50px 50px 80px;
  align-items: center;
  background-color: #fff;
  border-radius: 8px;
  padding: 5px 20px;
}

.form-block3 textarea {
  height: 100%;
  line-height: 3;
}

.form-control {
  border: none;
  background-color: #fff;
}

.time {
  font-weight: 600;
}

.form-check-input {
  width: unset;
}

#form1 label {
  color: #000;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 0;
}

#form1 input,
#form1 textarea {
  background: transparent;
  color: #000;
  font-size: 0.8rem;
}

#form1 .btn-send {
  display: inline-block;
  margin-top: 40px;
  color: rgba(256, 256, 256, 0.862);
  font-size: 1rem;
  font-weight: 600;
  line-height: 50px;
  background-image: linear-gradient(
    135deg,
    #b9974f 0%,
    #5a2313 30%,
    #7e4b22 75%,
    #d1a63f 100%
  );
  width: 45%;
  border-radius: 8px;
}

#form1 .btn-send:hover {
  background-image: linear-gradient(
    45deg,
    #5a2313 0%,
    #b9974f 30%,
    #d1a63f 65%,
    #7e4b22 100%
  );
  color: rgb(0, 0, 0);
}

#form1 select option {
  color: #111;
}

#form1 .custom-control label {
  color: #fff;
}

.custom-control {
  text-align: center;
}

#form1 .custom-control-label::before {
  border-radius: 0;
  border: 1px solid #c2c0be;
  background-color: transparent;
  margin-top: 4px;
}

#form1 .custom-control-label::after {
  margin-top: 4px;
}

#form1
  .custom-checkbox
  .custom-control-input:checked
  ~ .custom-control-label::after {
  background-color: #424866;
}

@media screen and (min-width: 391px) {
  #form1 input,
  #form1 textarea,
  #form1 label,
  body {
    font-size: 1rem;
  }

  .form-block2,
  .form-block4 {
    grid-template-columns: 100px 80px 80px 100px;
  }
}

@media screen and (min-width: 500px) {
  .section3 > div h2 img {
    width: 40%;
  }

  .form-block2,
  .form-block4 {
    grid-template-columns: 100px 100px 100px 100px;
  }
}

@media screen and (min-width: 700px) {
  .section7 > div h2 img {
    width: 40%;
  }

  #form1 .btn-send {
    width: 40%;
  }

  .s7-p2 {
    width: 50%;
  }

  .s7-p3 {
    width: 80%;
  }
}

@media screen and (min-width: 768px) {
  .section7 > div h2 {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  .s7-p1 {
    display: block;
  }

  .s7-p1m {
    display: none;
  }

  .section7 > div h2 img {
    width: 60%;
  }

  .s7-group {
    margin-bottom: 10%;
  }

  .s7-group-2 {
    width: 100%;
    margin: 5% 0 12% 0;
  }

  .s7-p4,
  .s7-p5,
  .s7-p6,
  .s7-p7 {
    height: 18px;
  }
}

@media screen and (min-width: 900px) {
  .s7 {
    max-width: 1200px;
  }

  #form1 .btn-send {
    width: 27%;
  }

  .s7-p2 {
    width: 50%;
  }

  .s7-p3 {
    width: 80%;
  }
}

@media screen and (min-width: 992px) {
  .section7 {
    min-height: unset;
  }

  #form1 .btn-send {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 1100px) {
  .s7-group {
    margin: 20% 0 5% 0;
  }

  .s7-img {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .s7-p2 {
    width: 30%;
    margin-bottom: 0;
    margin-right: 5%;
  }

  .s7-p3 {
    width: 60%;
  }
}

@media screen and (min-width: 1300px) {
  .section7 > div h2 img {
    width: 40%;
  }

  .section7 > div h2 {
    margin-bottom: 40px;
  }

  #form1 .btn-send {
    width: 18%;
  }
}

/*========================================================
                         區塊8
=========================================================*/

.section8 {
  width: 100%;
  height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10%;
}

.s8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 85%;
  height: 100%;
}

.s8-p1 {
  text-align: center;
  width: 100%;
}

.s8-p1 img {
  width: 90%;
}

.s8-p2 {
  margin-top: 9%;
  width: 55%;
}

@media screen and (min-width: 700px) {
  .section8 {
    height: 300px;
  }

  .s8-p1 img {
    width: 80%;
  }

  .s8-p2 {
    width: 50%;
  }
}

@media screen and (min-width: 900px) {
  .section8 {
    height: 350px;
  }

  .s8-p1 img {
    width: 70%;
  }

  .s8-p2 {
    margin-top: 6%;
    width: 40%;
  }
}

@media screen and (min-width: 1200px) {
  .s8-p1 img {
    width: 60%;
  }

  .s8-p2 {
    margin-top: 4%;
    width: 30%;
  }
}

@media screen and (min-width: 1500px) {
  .s8-p1 img {
    width: 40%;
  }

  .s8-p2 {
    margin-top: 3%;
    width: 20%;
  }
}

/*========================================================
                         左側選單
=========================================================*/

.icon_Community a.js-btn-icon_Community {
  text-align: center;
  width: 50px;
  line-height: 47px;
  border-radius: 100px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  background: #000;
  font-size: 22px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  height: 50px;
  pointer-events: auto;
  overflow: hidden;
}

.js-btn-icon_Community:hover,
.js-btn-icon_Community:focus {
  color: #fff;
  background-color: #451209;
  border-color: #451209;
}

.js-icon_Community .icon_li {
  position: relative;
  left: -100px;
}

.icon_li_img {
  max-width: 50px;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  left: 0;
  z-index: 1;
}

.js-icon_Community.active .icon_li {
  left: 0;
  pointer-events: auto;
}

.js-icon_Community .icon_li:nth-child(1) {
  transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
}

.js-icon_Community .icon_li:nth-child(2) {
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
}

.js-icon_Community .icon_li:nth-child(3) {
  transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
}

.icon_li a:hover .icon {
  animation: go 3s linear infinite;
}

@keyframes go {
  10% {
    transform: rotate(15deg);
  }

  20% {
    transform: rotate(-10deg);
  }

  30% {
    transform: rotate(5deg);
  }

  40% {
    transform: rotate(-5deg);
  }

  50%,
  100% {
    transform: rotate(0deg);
  }
}

@media (max-width: 991.98px) {
  .icon_Community {
    width: 100%;
    position: fixed;
    left: auto;
    bottom: 0;
    z-index: 999998;
    pointer-events: none;
  }

  .icon_Community_ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
  }

  .icon_Community_ul .icon_li {
    width: 33.33%;
    border-right: 1px solid #fff;
  }

  .icon_Community_ul .icon_li:last-child {
    border-right: none;
  }

  .icon_Community_ul .icon_name {
    font-size: 0.75rem;
    padding-top: 3px;
  }

  .icon_img {
    display: block;
    background-color: #714b05;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: relative;
    padding: 12.5px 5px 3px 5px;
    text-decoration: none;
  }

  .icon_Community a {
    color: #fff;
    text-decoration: none;
  }

  .icon_Community a img {
    display: block;
    margin: 0 auto;
    width: 20px;
  }

  .icon_Community a:hover {
    background-color: #cc9d3e;
  }

  .icon_Community a:hover img {
    animation: go 3s linear infinite;
  }
}

@media (min-width: 992px) {
  .icon_Community {
    position: fixed;
    right: 20px;
    bottom: 92px;
    z-index: 9998;
    pointer-events: none;
  }

  .icon_Community_ul {
    list-style: none;
    padding: 0;
    flex-direction: column;
    align-items: flex-end;
    display: flex;
    margin-bottom: 59px;
  }

  .icon_img {
    background-color: #714b05;
    border: none;
    overflow: hidden;
    text-align: center;
    margin-bottom: 6px;
    width: 50px;
    text-decoration: none;
    border-radius: 100px;
    color: #fff;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .icon_img.active {
    width: 142px;
  }

  .icon_img.active .icon_name {
    text-indent: 0;
    opacity: 1;
  }

  .icon_img:hover {
    text-decoration: none;
    width: 142px;
  }

  .icon_img:before {
    opacity: 0;
  }

  .icon_img .icon {
    color: #fff;
    font-size: 22px;
    width: 50px;
    line-height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    z-index: 1;
  }

  .icon_img:hover .icon {
    text-decoration: none;
  }

  .icon_img:hover .icon_name {
    opacity: 1;
    text-indent: 0;
  }

  .icon_name {
    position: relative;
    line-height: 50px;
    padding-left: 15px;
    padding-right: 50px;
    transition: all 0.3s ease;
    opacity: 0;
    text-decoration: none;
    color: #fff;
    white-space: nowrap;
    border-radius: 100px;
    overflow: hidden;
    /*text-indent: -100px;*/
    font-family: Arial, "Microsoft JhengHei", sans-serif;
  }
}

/*========================================================
                         隱私權聲明
=========================================================*/

.fancybox-container {
  z-index: 9999999;
}

.modal-body {
  overflow-y: auto;
  padding: 20px;
}

.modal-header {
  border-bottom: none;
}

.modal-body h2 {
  text-align: center;
  margin-bottom: 20px;
}

.modal-body p span {
  font-weight: bold;
  font-size: 1.1rem;
}

.modal-dialog {
  margin-bottom: 80px;
}

@media (min-width: 576px) {
  .modal-body {
    padding: 20px 40px;
  }

  .modal-dialog {
    max-width: 1000px;
  }
}

@media (min-width: 1024px) {
  .modal-body {
    padding: 20px 80px;
  }

  .modal-dialog {
    max-width: 1200px;
    margin-bottom: 0;
  }
}
