/* Text Color */
.text-brown {
  color: #604C3F !important;
}

.text-yellow {
  color: #f5b617 !important;
}

.text-lt-brown {
  color: #794400 !important;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #000;
}

.text-orange {
  color: #FF881D;
}

.text-blue{
  color: #0089ff;
}

.text-red{
  color: #ff3347;
}

.text-green{
  color: #00d058;
}

.text-deeporange{
  color: #f55a00;
}

/* Bg-Color */
.bg-black {
  background: #000;
}

.bg-brown {
  background-color: #604C3F;
  overflow-y: visible;
}

.bg-yellow {
  background: #f5b617;
}

.bg-pink {
  background: #fff2db;
}

/* Margin-Top */
.m-auto{
  margin: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-60 {
  margin-top: 60px;
}

.mt-5 {
  margin-top: 3rem !important;
}

/* Margin-Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-5 {
  margin-bottom: 2rem !important;
  margin-top: 1.5rem;
}

/* Margin-Left */
.ml-4 {
  margin-left: 4px;
}

.ml-20 {
  margin-left: 20px;
}

/* Padding-Top */
.pt-10 {
  padding-top: 10px !important;
}

.pt-20 {
  padding-top: 20px;
}

/* Padding-Bottom */
.pb-5 {
  padding-bottom: 3rem !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

/* min-height */
/* .intro-height{
  min-height: 130px;
} */

/* flex */
.d-flex{
  display: flex;
}

.flex-wrap{
  flex-wrap: wrap;
}

/* justify */
.justify-content-center{
  justify-content: center;
}

.justify-content-end{
  justify-content: flex-end;
}

/* align */
.align-items-center{
  align-items: center;
}

/* patent fixed */
.all__patent--fixed{
  position: fixed;
  bottom: 72px;
  right: 15px;
  z-index: 999;
  width: 120px;
  height: auto;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden; */
}

/* Index Banner */
.sub-title {
  font-size: 5.5rem;
  letter-spacing: .3rem;
  margin-top: 60px;
}

.main-title {
  font-size: 12rem;
  letter-spacing: .3rem;
  margin-top: 40px;
  font-weight: bold;
}

.content-banner {
  font-size: 4rem;
  letter-spacing: .3rem;
  margin-top: 40px;
  margin-bottom: 60px;
}

.tag-banner {
  font-size: 3.5rem;
  letter-spacing: .3rem;
  font-weight: bold;
}

.tag-sp {
  /* padding: 12px 40px;
  border-radius: 50px; */
  display: inline-block;
  margin-bottom: 60px;
}

.banner-strong {
  font-size: 7rem;
}

.text-stroke-white {
  --stroke-color: #fff;
  --stroke-width: 4px;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
}

/* Carousel */
.overlay-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.v-align {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.carousel-text h1{
  font-size: 15rem;
  font-weight: bold;
}
.carousel-text h2{
  font-size: 10rem;
  font-weight: bold;
}
.carousel-text h3{
  font-size: 5rem;
}
.btn-slider{
  position: absolute;
  top: 50%;
  float: left;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: .3rem;
  cursor: pointer;
}
.btn-slider a{
  padding: 12px 50px;
  background-color: #f5b617;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.2);
  color: #604C3F;
  border-radius: 100px;
  display: block;
  margin: 40px 0;
}
.btn-slider a:hover{
  text-decoration: none;
  color: #fff;
  background-color: #604C3F;
}
.btn-slider img{
  width: 80px !important;
  height: auto;
  position: absolute;
  left: 84%;
}

/* Service Area */
.area-title{
  font-weight: bold;
  letter-spacing: .4rem;
  line-height: 150%;
  font-size: 9.5rem;
  margin-top: 40px;
}
.area-btn {
  font-size: 5rem;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 60px;
  padding: 12px 40px;
  border-radius: 50px;
  display: inline-block;
}

.area-stroke {
  --stroke-color: #000;
  --stroke-width: 10px;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
}

/* .area-stroke:nth-of-type(2){
  --stroke-width: 5px
} */

.discount-store img {
  width: 100%;
  max-width: 250px;
}

.rty-1 {
  padding: 20px 0px;
}

.casenbtn {
  width: 100%;
}

.main-center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.w-auto{
  width: auto;
}

.w-100 {
  width: 100%;
}

.w-90 {
  width: 90%;
}

.w-50 {
  width: 50%;
}

.casesection {
  color: #000;
}

.casesection a {
  color: #000;
}

.casesection h1 {
  font-size: 2.5rem;
  font-weight: 600;
}

.casesection p {
  font-size: 1.8rem;
  letter-spacing: .2rem;
}

.casesection img{
  max-width: 60%;
}

.casesection .carousel-text {
  font-size: 1.8rem;
}

.btn-beanknow {
  width: 100%;
}

.companyName {
  padding: 10px 15px;
}

.companyName img {
  width: 50%;
}

#serviceplace {
  display: none;
}

#serviceplacepc {
  /*display: inline-block;*/
  font-size: 18px;
}

.text-notice {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  --stroke-color: red !important;
}

.text-notice-blue {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  --stroke-color: #0089ff !important;
}

.notice-content {
  text-align: center;
  color: #000;
}

.m-content {
  margin: 0 .1rem;
}

.text-stroke {
  --stroke-color: #000;
  --stroke-width: 2px;
  color: white;
  text-shadow: var(--stroke-width) 0 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) 0 0 var(--stroke-color),
    0 var(--stroke-width) 0 var(--stroke-color),
    0 calc(var(--stroke-width) * -1) 0 var(--stroke-color);
}

.text-smooth {
  text-shadow: calc(var(--stroke-width) * 1) calc(var(--stroke-width) * 0) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * 1) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * 0.9239) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * 0.7071) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * 0.3827) 0 var(--stroke-color),
    calc(var(--stroke-width) * -1) calc(var(--stroke-width) * 0) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color),
    calc(var(--stroke-width) * -0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0) calc(var(--stroke-width) * -1) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.3827) calc(var(--stroke-width) * -0.9239) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.7071) calc(var(--stroke-width) * -0.7071) 0 var(--stroke-color),
    calc(var(--stroke-width) * 0.9239) calc(var(--stroke-width) * -0.3827) 0 var(--stroke-color);
}

.work-step {
  font-size: 4rem;
  text-align: left;
}

.col-work {
  padding: 20px;
}

.col-work img {
  width: 100%;
}

.owl-reponsive-480 {
  display: none !important;
}

.app-step {
  color: #794400;
  font-size: 2.3rem;
  text-align: left;
}

/* Background */
/* .bg-people {
  background: url(../images/aboutus/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  padding: 4vh 0;
} */

.bg-people:before {
  content: '';
  position: fixed;
  z-index: -1;
  top:0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(../images/aboutus/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  background-position: center;
  padding: 4vh 0;
}



.index-banner2,.index-banner4{
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.index-banner1 {
  background: url(../images/index/bg_no_brushing.svg);
  background-color: #604C3F;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

.index-banner2 {
  background: url(../images/index/bg_ac_using.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

.index-banner3 {
  background: url(../images/index/bg_washing_bed.svg);
  background-color: #604C3F;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
}

.index-banner4{
  background: url(../images/index/bg_wm_washing.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
}

/* ScrollToTop */
#scrolltotop {
  display: inline-block;
  background-color: #f5b617;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 50px;
  position: fixed;
  bottom: 50px;
  right: 15px;
  transition: background-color .3s,
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

#scrolltotop::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5em;
  line-height: 45px;
  color: #fff;
}

#scrolltotop:hover {
  cursor: pointer;
  background-color: #f5b617;
  text-decoration: none;
}

#scrolltotop.show, .all__img--fixed.show {
  opacity: 1;
  visibility: visible;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 999;
  overflow-y: visible;
  width: 100%;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.img-line {
  margin-left: 2px;
}

.tel-border {
  border-radius: 2px;
  padding: 2px 4px;
  margin-left: 2px;
  font-size: 14px;
}

.logo-phone {
  width: 240px;
}

.header-tag {
  text-decoration: underline;
}

.fixed-height {
  height: 70px;
}

.full-text {
  margin: 0;
  padding: 1.5% 0;
}

.full-text-round {
  margin: 0;
  padding: 1.5% 0;
  border-radius: 100px;
}

.text-appoint {
  margin: 0% 20%;
  padding: 0.8% 0;
}

.faq-padding {
  padding: 10px 0;
}


.top-title {
  margin: 2% 0;
}

.img-pro {
  width: 90%;
  margin: 0% 0 2%;
  border: 1px solid #ababab;
  border-radius: 5px;
  padding: 3% 15%;
}

.media-images img {
  width: 100%;
}

.yt-rwd img {
  width: 100%;
}

.appoint-images img {
  width: 40%;
}

.textbox p, .textbox p a {
  font-size: 18px;
}

/* YT Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Intro */
.intro-h3 {
  font-size: 22px;
  margin-top: 0;
  margin-bottom: 10px;
}

.intro-h4 {
  margin: 0;
}

/* Feature */
.feature-sub {
  font-size: 5rem;
  margin: 40px 0;
}

.feature-content {
  font-size: 3.5rem;
  text-align: left;
  width: 70%;
  margin: 40px auto;
}

.feature-content p {
  margin-bottom: 20px;
}

/* Price */
.price-form {
  width: 60%;
  height: auto;
  margin: auto;
}

.price-sub {
  font-size: 3rem;
  margin: 40px 0;
  letter-spacing: .2rem
}

.price-main {
  font-size: 5rem;
}

.price-content {
  font-size: 2.5rem;
  text-align: left;
  width: 60%;
  margin: 40px auto;
}

.price-imgtext {
  font-size: 2.5rem;
}

/* New Brand */
.newbrand__main-content{
  display: flex;
  justify-content: center;
  align-items: center;
}
.newbrand__content{
  width: 50%;
}
.newbrand__img--size{
  width: 120px;
  height: auto;
}
.newbrand h3{
  letter-spacing: .2rem;
  line-height: 1.8;
}
.newbrand h1, .newbrand h3{
  font-weight: 600;
}

/* Taichung */
.taichung__main .row{
  display: flex;
  justify-content: center;
  align-items: center;
}
.taichung__main img{
  margin: 40px 0;
}

/* About Us */
.about__image{
  width: 100%;
  max-width: 500px;
}

/* Footer */
.footer__address h3:first-child{
  margin-top: 0;
}

@media (min-width: 1440px) {
  .container{
    width: 90%;
  }
}
@media (min-width:1200px) {
  .title {
    font-size: 2rem;
  }
}
@media (min-width:1025px) {
  .casenbtn {
    padding: 10px 50px;
  }

  .btn-beanknow {
    width: 100%;
    padding: 20px 15rem;
  }

  .btn-beanknow2 {
    width: 100%;
    padding: 0px 30rem;
    margin: 3rem 0;
  }
}
@media (min-width:901px) {
  .mobile-only {
    display: none;
  }
}
@media (min-width:569px) {
  .phone {
    display: none;
  }

  .carousel-text {
    font-size: 24px;
  }

  .carousel-icon {
    width: 25%;
    text-align: center;
  }

  .carousel-i {
    width: 60%;
  }

  li {
    width: 13%;
  }


  .name {
    font-size: 42px;
  }

  .minitip {
    font-size: 24px;
  }

  h1 {
    font-size: 42px
  }

  h1, h2, h3 {
    line-height: 1.4;
  }
  .footerpic {
    float: left;
    width: auto;
    height: 130px;
  }

  .logopic {
    float: left;
    width: 140px;
    height: auto;
    margin-top: 2%;
  }

  .textbox {
    padding-left: 98px;
  }
  .textbox2{
    padding-left: 145px;
  }
}

@media (max-width:1024px) {
  /* .overlay-main{
    height: auto;
  } */
  /* .intro-height{
    min-height: 150px;
  } */
}
@media (max-width:900px) {
  .companyName {
    width: 100%;
    margin: auto;
    padding: 4% 8%;
    display: none;
  }

  .mainNav {
    width: 100%;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.14), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  }

  nav ul {
    border: none;
  }

  nav ul li a, .nav-mobile ul li a {
    padding: 8px 0;
    font-size: 1.2rem;
  }

  .re {
    display: none;
  }
  .header-none{
    display: none;
  }
  .mobile-title{
    display: flex;
    justify-content: space-between;
    padding: .5rem 1rem;
  }
  /* .intro-height{
    min-height: auto;
  } */
}
@media(max-width:1024px) and (min-width: 769px){
  .carousel-text h1{
    font-size: 9rem;
  }
  .carousel-text h2{
    font-size: 7rem;
  }
  .carousel-text h3{
    font-size: 3rem;
  }
}
@media(max-width:768px) and (min-width: 481px) {
  #serviceplace {
    font-size: 2.5rem;
    font-weight: 600;
    padding: 10px 10px;
    color: #fff;
    display: block;
  }

  #serviceplace p {
    padding: 10px 0px;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 35px;
  }

  #serviceplace p span {
    padding: 0 30px;
  }

  .sub-title {
    font-size: 4.5rem;
  }

  .main-title {
    font-size: 7rem;
  }

  .content-banner {
    font-size: 2.5rem;
  }

  .tag-banner {
    font-size: 2rem;
    letter-spacing: .3rem;
  }

  .tag-sp {
    padding: 10px 30px;
  }

  .banner-strong {
    font-size: 4rem;
  }

  .area-title {
    font-size: 5rem;
    letter-spacing: 1.5rem;
    margin-top: 20px;
  }

  .area-btn {
    font-size: 3rem;
    margin-top: 20px;
  }

  .area-stroke {
    --stroke-width: 6px;
  }
  .carousel-text h1{
    font-size: 8rem;
  }
  .carousel-text h2{
    font-size: 5rem;
  }
  .carousel-text h3{
    font-size: 3rem;
  }
  .btn-slider{
    font-size: 2.3rem;
    left: 6%;
    top: 56%;
  }
  .btn-slider a{
    padding: 8px 30px;
    margin: 30px 0;
  }
  .btn-slider img{
    width: 60px !important;
  }

}
@media (max-width:768px) {
  .taichung__main .row{
    display: block;
  }
}
@media (max-width:568px) {
  .desk {
    display: none;
  }

  .carousel-text {
    font-size: 18px;
  }

  .carousel-icon {
    width: 25%;
    text-align: center;
    margin-bottom: -10%;
  }

  .carousel-i {
    width: 60%;
  }

  h1 {
    font-size: 28px;
  }

  li {
    width: 30%;
  }

  h1, h2, h3{
    line-height: 1.4;
  }

  h3 {
    font-size: 22px;
  }

  .title {
    font-size: 18px !important;
  }

  .minitip {
    font-size: 14px;
  }
  .footerpic {
    float: left;
    /*width: 95px;
    height: auto;*/
  }

  .logopic {
    float: left;
    width: 100px;
    height: auto;
    margin-top: 5%;
  }

  .textbox {
    padding-top: 0px;
    padding-bottom: 5px;
    padding-left: 76px
  }

  .mainbtn {
    font-size: 1.5rem;
  }
}
@media (max-width:480px) {
  .all__patent--fixed{
    width: 90px;
  }
  ol{
    margin-bottom: 0;
  }
  .casesection img{
    max-width: 100%;
  }

  .casesection .carousel-text {
    font-size: 1.4rem;
    text-align: left;
  }

  .licenseget {
    font-size: 16px !important;
  }

  .work-step {
    font-size: 12px;
  }

  .col-work {
    padding: 12px;
  }

  .owl-reponsive-480 {
    display: block !important;
  }

  .owl-responsive-l {
    display: none !important;
  }

  .app-step {
    font-size: 12px;
  }

  footer .footer__contact{
    margin-bottom: 20px;
  }

  .textbox p, .textbox p a,.footer__address p {
    font-size: 13px;
    margin-bottom: 3px;
  }

  .footer__address h3{
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .notice-h2 {
    font-size: 28px;
  }

  .sub-title {
    font-size: 1.5rem;
    letter-spacing: .2rem;
    margin-top: 16px;
  }

  .main-title {
    font-size: 3rem;
    letter-spacing: .2rem;
    margin-top: 10px;
  }

  .content-banner {
    font-size: 1.3rem;
    letter-spacing: .2rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-banner p{
    margin-bottom: 3px;
  }

  .tag-banner {
    font-size: 1.3rem;
    letter-spacing: .2rem;
  }

  .tag-sp {
    padding: 4px 12px;
    margin-bottom: 10px;
  }

  .banner-strong {
    font-size: 2rem;
  }

  .index3 {
    margin-top: 16px;
  }

  .index-banner1 {
    background-size: cover;
    background-position: bottom left;
  }

  .index-banner2, .index-banner4 {
    background-size: cover;
    background-position: center right;
    padding: 3vh 0;
  }

  .index-banner3 {
    background-size: cover;
    background-position: bottom left;
    padding: 3vh 0;
  }

  .area-title {
    letter-spacing: .3rem;
    margin-top: 10px;
    font-size: 2.5rem;
  }

  .area-btn {
    font-size: 2rem;
    margin-top: 5px;
    margin-bottom: 10px;
  }

  .area-stroke {
    --stroke-width: 4px;
  }

  .price-sub {
    font-size: 2rem;
    margin: 15px 0;
  }

  .price-main {
    font-size: 3rem;
  }

  .price-form {
    width: 100%;
  }

  .price-content {
    font-size: 1rem;
    width: 100%;
    margin: 20px auto;
  }

  .price-imgtext {
    font-size: 1rem;
  }

  .price-container {
    padding: 0;
  }

  .feature-container{
    padding: 0 5px;
  }

  .feature-content {
    font-size: 1rem;
    width: 100%;
    margin: 15px auto;
  }

  .feature-content p {
    margin-bottom: 5px;
  }

  .feature-sub {
    font-size: 1.8rem;
    margin: 15px 0;
  }
  .carousel-text h1{
    font-size: 3rem;
    margin-top: 5px;
  }
  .carousel-text h2{
    font-size: 2rem;
    margin-top: 5px;
  }
  .carousel-text h3{
    font-size: 1.3rem;
    margin-top: 12px;
    margin-bottom: 5px;
  }
  .btn-slider{
    font-size: 1.3rem;
    left: 6%;
    top: 55%;
  }
  .btn-slider a{
    padding: 4px 14px;
    margin: 0 0 16px 0;
  }
  .btn-slider img{
    width: 28px !important;
  }
  .discount-store img {
    margin-bottom: 10px;
  }
  .intro-h3{
    font-size: 20px;
  }
  .taichung__main img{
    margin: 20px 0;
  }
  .newbrand__main-content{
    display: block;
  }
  .newbrand__content{
    width: 100%;
    height: 100%;
  }
  .newbrand__content:nth-of-type(1){
    margin-bottom: 20px;
  }
  .newbrand__img--size{
    width: 60px;
  }
}
@media (max-width: 320px) {
  .intro-h3{
    font-size: 18px;
  }
  .area-title{
    font-size: 2rem;
  }
  .btn-slider{
    font-size: 1rem;
    top: 50%;
  }
  .carousel-text h1,.carousel-text h2{
    margin-bottom: 5px;
  }
  .carousel-text h3{
    font-size: 1rem;
    margin-top: 10px;
  }
}



.line-reserve{
  font-size: 20px;
  padding-top: 15px;
  display: none;
}

@media(max-width:768px) {
  .line-reserve{
    display: block;
  }
}





/*手機下拉選單*/

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black !important;
  padding: 12px 10px !important;
  text-decoration: none;
  display: block !important;
  text-align: left;
  font-size : 14px !important;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.mobil-text-notice {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  --stroke-color: #FFF !important;
}


.mobil-text-notice-red {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  --stroke-color: #DD2C2C !important;
}

.mobil-text-notice-blue {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  --stroke-color: #0089ff !important;
}



/*收合*/

.collapsible {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  padding:10px 12px;
  margin-bottom: 10px;
  border: 1.5px solid 
  color-mix(in srgb, currentColor 20%, transparent);
  border-radius: 5px;
  background-color: #fff;
}

.collapsible.active {
  margin-bottom: 0.875rem;
}

.collapsibleContent {
  max-height: 0px;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  padding:0 5px 0 5px;
  margin: 12px 5px 5px 5px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.collapsible::after {
  font-size: 14px;
  color: rgb(96 76 63 / var(--tw-text-opacity));
  font-family: 'Glyphicons Halflings';
  content: "\e114";
  margin-left: 20px;
}

.collapsible.active::after {
  font-size: 14px;
  color: rgb(96 76 63 / var(--tw-text-opacity));
  font-family: 'Glyphicons Halflings';
  content: "\e113";
  margin-left: 20px;
}

#mobile-header{
  position: relative;
  z-index: 990;
}










.intro {
  display: flex;          /* 橫向排列 */
  flex-wrap: wrap;        /* 小螢幕時允許換行 */
  align-items: stretch;   /* 預設值就是 stretch，會讓所有子元素等高 */
}


.intro > div {
  flex: 1;                /* 平分寬度 */
  box-sizing: border-box; /* 避免 padding 撐爆 */
}


 @media (max-width: 992px) {
      .intro {
        flex-direction: column;
      }
    }