
@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;
}
@media screen and (max-width: 768px) {
  .container{
    margin: 0 8px;
  }
}
h1, 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: #4A3728;
  padding: 20px 0 10px;
  line-height: 1.3;
  border-bottom: #6b5e555b 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: #6B5E55;
  line-height: 1.4;
}
p{
  font-size: 16px;
  color: #6B5E55;
  letter-spacing: 1px;
  line-height: 2;
  text-align: justify;
}
a:hover,
a:focus{
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .text-center{
    text-align: left;
  }
}

.bgcolor-light{
  background-color: #FEF9F5;
  padding: 40px 15px
}
@media screen and (max-width: 768px) {
  .bgcolor-light{
    padding: 40px 0;
  }
}
.bgcolor-dark{
  background-color: #EADFD5;
  padding: 40px 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .bgcolor-dark{
    justify-content: flex-start;
    padding: 40px 0;
  }
}
.flex-center{
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .flex-center{
    justify-content: flex-start;
  }
}

header{
  overflow: hidden;
}
.banner{
  background-color: #342B1A;
  display: flex;
  align-items: center;
}
.banner .text_wrap{
  color: #fff;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 560px) {
  .banner .text_wrap{
    justify-content: start;
    padding: 0;
  }
}
.banner h1{
  font-size: 3rem;
  letter-spacing: 2px;
  line-height: 2;
  font-weight: 200;
}
.banner h1 span{
  font-size: 3.5rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 992px) {
  .banner h1{
    font-size: 2rem;    
  }
  .banner h1 span{
  font-size: 2.5rem;
  }
}
@media screen and (max-width: 560px) {
  .banner h1{
    font-size: 1rem;    
  }
  .banner h1 span{
  font-size: 1.5rem;
 }
  .banner img{
    max-width: 95%;
  }
}


/* .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 .content{
  display: flex;
  align-items: center;
  gap: 30px;
  margin: 30px 0 40px;
}
@media screen and (max-width: 992px) {
  .section03 .content{
    flex-direction: column;
    align-items: flex-start;
  }
}
.section03 h3,
.section03 li{
  font-family: "LXGW WenKai Mono TC", monospace;
}
.section03 .text{
  color: #493627;
  line-height: 1.5;
  margin: 10px 0;
}
.section03 .text li{
  padding: 5px 0 0;
}
.section03 .text li:not(:last-child)::after {
  content: '';
  display: block;
  padding: 3px 0;
  border-bottom: #e0e0e0 1px solid;
}
.section04 .bgcolor-light{
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .section03 img,
  .section04 img{
  width: 100%;
 }
}

.section04 .bgcolor-light img{
  margin: 25px 0;
}

.section04 .text-box h3{
  margin-bottom: 30px;
}
.section04 .text-wrap{
  padding: 30px;
  min-width: 280px;
}
@media screen and (max-width: 768px) {
  .section04 .text-wrap{
    padding: 30px 0;
  }
}
@media screen and (max-width: 380px) {
  .section04 .text-wrap{
    min-width: 100%;
  }
}
.section04 .text-box{
  display: flex;
}
@media screen and (max-width: 768px) {
  .section04 .text-box{
    flex-direction: column;
  }
  .section04 .text-box .text-wrap {
    position: relative;
  }

  .section04 .text-box .text-wrap:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80%; 
    height: 1px;
    background-color: #dddddd;
  }
}
.section04 img{
  margin: 10px 0 40px;
}
.section05 .guest-name{
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 30px 0;
}
.section05 .guest-name h3{
  font-size: 21px;
}
.section05 .guest-text{
  padding: 20px;
  margin-bottom: 40px;
  background-color: #FEF9F5;
}

#006 h2{
  margin: 0;
}

.section06 .text-info{
  margin: 40px 0;
}
.section06 .text-info a{
  color: #4A3728;
}.section06 .bgcolor-light{
  padding: 0 0 80px;
}