
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC&family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap');

body {
  font-family: "Noto Sans TC", sans-serif!important;
  background-color: #F8F9FA;
}
@media screen and (max-width: 768px) {
  .container{
    margin: 0 8px;
  }
}
h2, h3, h4, h5, h6 {
  font-family: "Noto Serif TC", serif;
}

h1 b, h1 span,
h2 b, h2 span,
h3 b, h3 span,
h4 b, h4 span,
h5 b, h5 span,
h6 b, h6 span {
  font-family: inherit;
}
h2{
  color: #1B5A75;
  padding: 20px 0 10px;
  line-height: 1.3;
  border-bottom: #1B5A75 1px solid;
  display: block;
  width: fit-content; 
  margin: 80px 0;
}

/* @media (max-width: 480px) {
  h2 {
    margin: 30px 0;
  }
} */
h3{
  font-size: 20px;
  margin: 0;
  color: #707372;
  line-height: 1.4;
}
p,li{
  font-size: 16px;
  color: #6B5E55;
  letter-spacing: 1px;
  line-height: 2;
  text-align: justify;
}
ol{
  list-style: auto;
  padding-left: 23px;
}
a:hover,
a:focus{
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .text-center{
    text-align: left;
  }
}

.bgcolor-light{
  background-color: #F2EEE9;
  padding: 60px 15px
}
@media screen and (max-width: 768px) {
  .bgcolor-light{
    padding: 40px 0 80px;
  }
}
.bgcolor-light p{
  color: #707372;
}
.bgcolor-dark{
  background-color: #1B5A75;
  padding: 40px 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bgcolor-dark{
    justify-content: flex-start;
    padding: 40px 0 80px;
  }
}
.bgcolor-dark p{
  color: #fff;
}
.radius_20{
  border-radius: 20px;
}
.flex-center{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flex-center{
    justify-content: flex-start;
  }
}

header{
  overflow: hidden;
}
.banner{
  background-image: url(/hipershop/rwd1876/store/F1/bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .banner{
    max-height: 160px;
  }
}

.banner .text_wrap{
  color: #fff;
  padding: 0 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-align: end;

}
@media screen and (max-width: 560px) {
  .banner .text_wrap{
    padding: 0;
  }
}
.banner h1{
  font-family: "Noto Serif TC", serif;
  font-size: 3.5rem;
  letter-spacing: 2px;
  line-height: 1.5;
  font-weight: 500;
}
.banner h1 span{
  font-size: 3rem;
  font-weight: 200;
  margin-bottom: 5px;
}
@media screen and (max-width: 992px) {
  .banner h1{
    font-size: 2.5rem;    
  }
  .banner h1 span{
  font-size: 1.5rem;
  }
}
@media screen and (max-width: 560px) {
  .banner h1{
    font-size: 1.5rem;  
    line-height: 1.4;  
  }
  .banner h1 span{
    font-size: 1rem;
 }
  .banner img{
    max-width: 85%;
  }
}


/* .navbar{
  background-color: transparent;
}
.navbar-brand a{
  font-family: "Noto Serif TC", serif;
  font-size: 2.5rem;
  padding: 20px 0;
  color: #4A3728;
}
@media screen and (max-width: 768px) {
  .navbar-brand a{
  font-size: 1.8rem;
  margin: 20px 0;
 }
 .navbar-brand{
  padding: 20px;
 }
}
.toplink{
  padding: 20px 0;
  margin: 10px 0;
}
.navbar-nav li a{
  font-size: 18px;
}
.navbar-toggle{
  padding: 8px;
  font-size: 20px;
}
 */

.section01 .row {
  display: flex;
  flex-wrap: wrap;
}
.section01 .title-box {
  display: flex;
  flex-direction: column;
  min-height: 200px;
}
.section01 .title-wrap{
  margin: 15px 0;
}
.section01 .title-box p {
  flex: 1;
}
.section01 .icon{
  border: #6B5E55 1px solid;
  border-radius: 50px;
  padding: 8px;
  margin: 10px 0;
  display: inline-block;
}

.section01 .text-box{
  /* display: flex;
  justify-content: center; */
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  .section01 .text-box{
    justify-content: flex-start;
  }
}
.section01 .text-box .text-title{
  margin: 60px 0;
}
@media screen and (max-width: 480px) {
  .section01 h2{
    padding: 0 0 10px;
    margin: 40px 0 60px;
  }
}

.section03 h3{
  padding: 20px 0;
  line-height: 1.5;
}
.section03 .Q-wrap{
  font-size: 16px;
  border: #707372 1px solid;
  padding: 0 15px;
  margin: 0 0 5px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section03 .Q-wrap{
    min-height: 30px;
  }
}

.section03 .A-wrap{
  display: flex;
  align-items: center;
  color: #1B5A75;
  margin: 0 0 10px;
}
.section03 .A-wrap .arrow{ 
  font-size: 25px;
  color: #1B5A75;
}
.section03 .A-wrap .text{
  background-color: #1B5A75;
  color: #FFF;  
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.3;
  padding: 10px 15px;
  margin-left: 15px;
  flex: 1; 
}
.section04 .content{
  display: flex;
  align-items: center;
  gap: 35px;
}
@media screen and (max-width: 992px) {
  .section04 .content{
    flex-direction: column;
    align-items: flex-start;
  }
}
.section04 .text li{
  padding: 5px 0 0;
}
.section04 .text li:not(:last-child)::after {
  content: '';
  display: block;
  padding: 3px 0;
  border-bottom: #8eabb8 1px solid;
}
.section04 .bgcolor-light{
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .section03 img,
  .section04 img{
  width: 100%;
 }
}
.section04 h3,
.section04 li{
  font-family: "LXGW WenKai Mono TC", monospace;
}

.section05 .content{
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px 0 40px;
}
@media screen and (max-width: 992px) {
  .section05 .content{
    flex-direction: column;
    align-items: flex-start;
  }
}


.section05 .text-wrap {
  position: relative;
  padding: 30px 0;
}
.section05 .text-wrap:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
}

@media screen and (max-width: 768px) {
    .section05 .bgcolor-light {
        padding: 10px 0 50px;
    }
}

  .section06 table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: #F2EEE9;
    padding: 40px 0 0;
  }

  .section06 th, .section06 td {
    padding: 13px;
    text-align: left;
    vertical-align: middle;
    line-height: 1.7;
    border-bottom: 1.5px solid #707372;
    border-right: 1.5px solid #707372;
  }

  .section06 th:first-child,
  .section06 td:first-child {
    border-left: 1.5px solid #707372;
  }

  /* All header cells: top border + top rounded corners */
  .section06 thead th {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.06em;
    background: #F2EEE9;
    color: #707372;
    border-top: 1.5px solid #707372;
    border-radius: 14px 14px 0 0;
  }

  /* Highlight header */
  .section06 thead th.highlight {
    background: #1B5A75;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.08em;
    border-top: 1.5px solid #1B5A75;
    border-left: 1.5px solid #1B5A75;
    border-right: 1.5px solid #1B5A75;
    border-bottom: 1.5px solid #707372;
    border-radius: 14px 14px 0 0;
  }

  /* Body rows */
  .section06 tbody td {
    font-size: 13px;
    color: #707372;
    font-weight: 400;
    background: #F2EEE9;
  }

  /* Highlight body cells */
  .section06 tbody td.highlight {
    background: #1B5A75;
    color: #fff;
    font-size: 13px;
    letter-spacing: 0.04em;
    border-left: 1.5px solid #1B5A75;
    border-right: 1.5px solid #1B5A75;
    border-top: none;
    border-bottom: 1.5px solid rgba(255,255,255,0.15);
  }

  .section06 tbody tr:last-child td.highlight {
    border-bottom: 1.5px solid #707372;
  }

  .section06 tbody td.dim {
    color: #707372;
  }

  .section06 .col-label {
    width: 27%;
    font-size: 13px;
    color: #707372;
    letter-spacing: 0.05em;
    background: #F2EEE9 !important;
  }



.section07 .bgcolor-light img{
  margin: 25px 0;
}

.section07 .text-box h3{
  margin-bottom: 30px;
}
.section07 .text-wrap{
  padding: 30px 0;
  min-width: 280px;
}
@media screen and (max-width: 768px) {
  .section07 .text-wrap{
    padding: 30px 0;
  }
}
@media screen and (max-width: 380px) {
  .section07 .text-wrap{
    min-width: 100%;
  }
}
.section07 .text-box{
  display: flex;
}
@media screen and (max-width: 768px) {
  .section07 .text-box{
    flex-direction: column;
  }
  .section07 .text-box .text-wrap {
    position: relative;
  }

  .section07 .text-box .text-wrap:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%; 
    height: 1px;
    background-color: #dddddd;
  }
}
@media screen and (max-width: 768px) {
  .section07 .bgcolor-dark{
    padding: 40px 0;
  }
}
/* .section07 img{
  margin: 10px 0 40px;
} */
.section07 .guest-name{
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 30px 0;
}
.section07 .guest-name h3{
  font-size: 21px;
  color: #fff;

}
.section07 .guest-text{
  padding: 20px;
  margin-bottom: 40px;
  background-color: #FEF9F5;
  color: #707372;
}


.section08 .dark{
  padding: 20px;
  background-color: #1B5A75;
  color: #fff;
}
.section08 .light{
  padding: 20px;
  background-color: #F2EEE9;
  color: #707372;
}


.section09 img{
  margin: 0 0 60px;
}