@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500&display=swap');
* {
    font-family: 'Noto Sans TC', sans-serif;
}
@media (max-width: 991px) {
  #mainNav .navbar-collapse {
    position: fixed;
    top: 56px; 
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #037bd2;
    z-index: 10000;
    overflow-y: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    transition: none
  }
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.8%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
  transition: background-image 0.3s ease;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='4' y1='4' x2='26' y2='26' stroke='white' stroke-width='3'/%3E%3Cline x1='26' y1='4' x2='4' y2='26' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
}
#mainNav {
    position: fixed;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    background-color: #037bd2;
    transition: background-color 0.2s ease;
  }
  #mainNav .navbar-brand {
    margin-bottom: 3px;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #ffffff;
    opacity:0.8;
    padding: 0.75rem 0;
    font-size: 16px;
  }
  #mainNav .navbar-nav .nav-item .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item .nav-link.active {
    color: #514132 !important;
  }

  #mainNav .navbar-nav .nav-item1 .nav-link {
    color: #fff;
    padding: 0.75rem 0;
    font-size: 16px;
  }
  #mainNav .navbar-nav .nav-item1 .nav-link:hover, #mainNav .navbar-nav .nav-item .nav-link:active {
    color: #fff;
  }
  #mainNav .navbar-nav .nav-item1 .nav-link.active {
    color: #fff !important;
  }
  
  @media (min-width: 992px) {
    #mainNav {
      box-shadow: none;
      background-color:#037bd2;
    }
    /* #mainNav .navbar-brand {
      color: rgba(255, 255, 255, 0.7);
    } */
    /* #mainNav .navbar-brand:hover {
      color: #fff;
    } */
    #mainNav .navbar-nav .nav-item .nav-link {
      padding: 0 1rem;
    }
    #mainNav .navbar-nav .nav-item .nav-link:hover {
      color: #fff;
      opacity: 1;

    }
    #mainNav .navbar-nav .nav-item:last-child .nav-link {
      padding-right: 0;
    }

    #mainNav .navbar-nav .nav-item1 .nav-link {
        padding: 0 1rem;
      }
      #mainNav .navbar-nav .nav-item1 .nav-link:hover {
        color: #fff;
      }
      #mainNav .navbar-nav .nav-item1:last-child .nav-link {
        padding-right: 0;
      }

    #mainNav.navbar-shrink {
      box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
      background-color: #037bd2;
    }
    /* #mainNav.navbar-shrink .navbar-brand {
      color: #514132;
    } */
    /* #mainNav.navbar-shrink .navbar-brand:hover {
      color: #fff;
    } */
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link {
      color: #514132;
    }
    #mainNav.navbar-shrink .navbar-nav .nav-item .nav-link:hover {
      color: #fff;
    }

    #mainNav.navbar-shrink .navbar-nav .nav-item1 .nav-link {
        color: #fff;
      }
      #mainNav.navbar-shrink .navbar-nav .nav-item1 .nav-link:hover {
        color: #fff;
      }

  }
header.masthead {
    padding-top: 8rem;
    padding-bottom: calc(10rem - 4.5rem);
    background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
    #eeeeee),url("./img/topbanner.jpg");
    /* background-position: left; */
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
header.masthead h1, header.masthead .h1 {
    font-size: 3rem;
}
@media (min-width: 992px) {
    header.masthead {
      min-height: 45rem;
      padding-top: 0rem;
      padding-bottom: 0;
    }
    header.masthead p {
      font-size: 1.15rem;
    }
    header.masthead h1, header.masthead .h1 {
      font-size: 4rem;
    }
}
@media (min-width: 1200px) {
    header.masthead h1, header.masthead .h1 {
      font-size: 4rem;
    }
}
@media (max-width:500px) {
  header.masthead{
    background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
    #eeeeee),url("./img/topbanner_m.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

.logosize {
    width: 26%;
}
@media (max-width: 991px) {
    .logosize {
        width: 34%;
    }
}
.title-custom-height{
  margin-top: 28rem;
}
@media (max-width:500px) {
  .title-custom-height{
    margin-top: 5rem;
  }
}
.title-custom-height-mid,.title-custom-height-qa{
  margin-top: 12rem;
}
@media (max-width:500px) {
  .title-custom-height-mid,.title-custom-height-qa{
    margin-top: 2.5rem;
  }
}
header.masthead h1.title1 {
    color: #ffffff;
   
}
@media (max-width:1024px) {
  header.masthead h1.title1{
    font-size: 5rem;
  }
}
@media (max-width:500px) {
  header.masthead h1.title1{
    font-size: 3rem;
  }
}
@media (max-width: 375px) {
  header.masthead h1.title1{
    font-size: 2.5rem;
  }
}

.title2 {
    color: #ffffff;
    font-weight: 400;
    font-size: 26px;
}
.logotop {
    margin-top: 8%;
}

@media (max-width: 991px) {
    .logotop {
        margin-top: 0;
    }
    .title2 {
      font-size: 22px;
      padding-left: 10%;
      padding-right: 10%;
  }
}
@media (max-width: 767px) {
  .logotop {
      margin-top: 0;
  }
  header.masthead h1, header.masthead .h1 {
    font-size: 2rem;
  }
  .title2 {
    font-size: 16px;
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 1200px) {
  .logotop {
      margin-top: 10%;
  }
}
.page-section {
  padding: 2rem 0;
}
.custom-width{
  max-width: 1600px; 
  margin: 0 auto; 
}
.custom-width-mid{
  display: flex;
  justify-content: center;
}

.mtop {
  margin: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mtop .mb-2 {
  height: 160px; 
  display: flex;
  align-items: center;
  justify-content: center;
}
.mtop .mb-3 {
  height: 160px; 
  flex-wrap: wrap;
  padding-top: 10px;
}
.mtop .mb-3 img {
 padding-top: 10px;
}
.mtop img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}

.text1 {
    color: #000000;
    font-size: 22px;
    margin-top: 12px;
    margin-bottom: 10px;
}
@media (max-width: 992px) {
  .mtop .mb-2 {
    height: 150px;
  }
  .text1 {
    margin-top: 8px;
    font-size: 18px;
  }
}
@media (max-width: 375px) {
  
  .text1 {
    margin-top: 0px;
    font-size: 18px;
  }
}
.bg-point1 {
    background-image: url(./img/point.png), url(./img/point.png);
    background-position: -4% 20%, 105% 120%;
    background-repeat: no-repeat, no-repeat;
}
@media (max-width: 810px) {
    .bg-point1 {
        background-position: -30% 20%, 105% 106%;
    }
}
@media (max-width: 500px) {
    .bg-point1 {
        background-position: -60% 20%, 120% 105%;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
} 
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
}
.section4 {
    text-align: center;
    margin-bottom: 24px;
}
.logo2 {
    width: 6%;
    margin-bottom: 3%;
}
@media (max-width: 800px) {
    .logo2 {
        width: 9%;
    }
}
@media (max-width: 500px) {
    .logo2 {
        width: 12%;
    }
}

.text3 {
  color: #514132;
  font-size: 22px;
  margin-top: 12px;
  margin-bottom: 50px;
  text-align:center;
}

.title-2 {
    color: #514132;
    font-size: 18px;
    text-align: center;
}
.img5 {
    text-align: center;
    width: 100%;
}
.text5-bg {
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(./img/background3.png);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.text5 {
    display: flex;
    justify-content: center;
}
.text6 {
    margin: 0;
    padding: 0 30%;
}

/* arrow-right */
.carousel-control-next-icon {
    background-image: url(./img/arrow-r.png);
}
.carousel-control-next-icon-2 {
  background-image: url(./img/arrow-r.png);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon-2,
.carousel-control-next-icon-2 {
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-next {
  left: 88%;
  right: auto;
}
/* arrow-left */
.carousel-control-prev-icon {
  background-image: url(./img/arrow-l.png);
}
.carousel-control-prev {
  right: 88%;
  left: auto;
}
.carousel-control-prev-icon-2 {
  background-image: url(./img/arrow-l.png);
}

.nav-link {
  color: #ffffff;
}
input, button, select, optgroup, textarea {
  font-size: 18px;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #037bd2;
}
.nav-pills .nav-link {
  background-color: #a0d9f7;
}
.nav-link:hover, .nav-link:focus{
  background-color: #037bd2;
  color: #ffffff;
}
.nav.nav-pills.nav-justified{
  margin: 3rem 0; 
}

/* teach page */
.teach-toptitle {
  margin-left: 1%;
  margin-right: 1%;
}
.fami-title {
  color: #514132;
  font-size: 24px;
}
.fami-title-2 {
  list-style-type: cjk-decimal;
  font-size: 20px;
  color: #514132;
  margin-top: 2%;
}
.fami-title-mt {
  margin-top: 5%;
}
.fami-text {
  text-align: -webkit-right;
  color: #514132;
  font-size: 18px;
  padding-right: 8px;
}
.fami-text-2 {
  padding: 0;
  color: #514132;
  font-size: 18px;
  padding-right: 1rem;
  text-align: justify;
}
.fami-text-mt {
  margin-top: 1%;
}
@media (max-width: 500px) {
  input,button,select,optgroup,textarea {
    font-size: 16px;
  }
  .nav-link {
    padding: 0.5rem 0;
  }
  .fami-title-mt {
    margin-top: 10%;
  }
  .fami-title {
    font-size: 22px;
  }
  .fami-title-2 {
    font-size: 18px;
  }
  .fami-text {
    font-size: 16px;
  }
  .fami-text-2 {
    font-size: 16px;
  }

  
  .icon-title {
    font-size: 18px;
  }
  .icon-text {
    font-size: 16px;
  }
  .img-title {
    font-size: 18px;
  }
  .img-text1 {
    font-size: 16px;
  }
  .img-text2 {
    font-size: 16px;
  }
}


/* Preorder */
.card-deck .card.hidden{
  display: none;
}
@media (min-width: 410px) {
  .card-deck .card.hidden{
    display: flex;
    visibility: hidden;
  }
}
.card{
  position: relative;
  border-color: #037bd2;
  background-color: #eeeeee;
  border-width: 2px;
  border-radius: 15px;
  margin-top: 56px;
}
.card-badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background-color: #037bd2;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  z-index: 1;
}
.content-title1{
  font-size: 48px;
  text-align: center;
  color: #037bd2;
  margin-bottom: 30px;
}
@media (max-width: 410px) {
  .content-title1{
    font-size: 36px;
  }
}
@media (max-width: 375px) {
  .content-title1{
    font-size: 32px;
  }
}
.content-title2{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8rem;
  text-align: left;
  color: #000000;
  margin-bottom: 30px;
}
.card-text{
  margin-top: 16px;
}
.card-text1 {
  font-size: 26px;
  font-weight: 400;
  text-align: center;
  color: #000000;
}
.card-text2 {
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #000000;
}
.newfeature{
  margin: 50px auto;
}
.information{
  margin: 50px 0;
}
.information .content-title2{
  margin:0;
  padding: 0 20px;
}
@media (max-width: 576px) {
  .newfeature {
    width:90%;
  }
}
.qr-img {
  max-width: 200px;
  height: auto;
}

.store-btn {
  width: 180px;
  height: auto;
}
@media (max-width: 1340px) {
  .qr-img, .store-btn {
    max-width: 160px;
  }
}
@media (max-width: 1024px) {
  .qr-img, .store-btn {
    max-width:130px;
  }
}
@media (max-width: 576px) {
  .qr-img, .store-btn {
    max-width: 160px;
  }
}

/* reservation */
.reservation-icon{
  margin-top: -16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reservation-icon img{
 
  height: 120px;
  align-items: center;
  justify-content: center;
}
.page-section.sub{
  margin-bottom: 24px;
}
.fami-title-mt,
.container {
  margin-top: 0 !important;
}


/*sp*/

.sp-masthesd{
  width: 100%;  
}
.sp-masthead img{
  width: 100%;         
  height: auto;         
  display: block;       
  object-fit: cover; 
}
@media (max-width:9918px) {
  .sp-masthead{
    margin-top: 56px;
  }
}

@media (max-width:500px) {
  .sp-masthead{
    margin-top: 56px;
  }
}
.sp-card {
  border: none !important;
  background-color:#ffffff;
  margin-top: 56px;
}
.card.sp-card img {
  border-radius: 15px;
}
.card-text-sp{
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  padding: 0px 0px 15px 0px;
  border-bottom: 1px solid #1b1f3b;
  color: #1b1f3b;
}
.card-text-sp2 {
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #222222;
  /* padding: 0px 15px; */
}

/* how */

header.masthead.how {
  padding-top: 8rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
  #eeeeee),url("./img/howbanner.jpg");
  /* background-position: left; */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
@media (max-width:500px) {
  header.masthead.how{
    background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
    #eeeeee),url("./img/howbanner_m.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
.content-title1.how{
  margin-top: 4rem;
}
.content-title1.how.fp{
  color: #00b347;
}
.howicon-item p{
  margin: 0;
  padding-top: 3px;
  opacity: 0.6;
}
.howicon-item.active p{
  opacity: 1;
}
.howicon-item img {
  width: 20%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: invert(1) brightness(10);
  /* filter: grayscale(100%); */
  opacity: 0.6;
}
.howicon-item.active img {
  filter: invert(1) brightness(10);
  opacity: 1;
}
@media (max-width:500px) {
  .howicon-item img {
    width: 40%;
  }
}
.how-bottom{
  margin-bottom: 24px;
}

/* 按鈕浮動設置 */
.my-floating-nav.floating {
  position: fixed;
  top: 130px;
  right: 24px;
  width: auto;
  z-index: 1000;
  background-color: transparent;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  max-height: 90vh; 
  overflow-y: auto;  
}
.my-floating-nav.floating ul.nav {
  flex-direction: column ;
  display: flex ;
  gap: 12px;
  width: auto;
  padding: 0;
  margin: 0;
}
.my-floating-nav.floating .howicon-item {
  width: 60px;
  text-align: center;
}
@media (max-height: 820px) {
  .my-floating-nav.floating {
    max-height: 70vh; 
    overflow-y: auto; 
    top: 100px;
  }
}
@media (max-height: 600px) {
  .my-floating-nav.floating {
    max-height: 60vh; 
    overflow-y: auto; 
  }
}
@media (max-height: 412px) {
  .my-floating-nav.floating {
    max-height: 50vh; 
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .my-floating-nav.floating {
    top: 100px;
  }
}
@media (min-width: 501px) {
  .my-floating-nav.floating .howicon-item img {
    width: 100%;
  }
}
@media (max-width: 430px){
.my-floating-nav.floating {
  position: fixed;
  top: 180px;
  right: 8px;
  width: auto;
  z-index: 1000;
  background-color: transparent;
  border-radius: 8px;
  padding: 4px;
  display: flex;
  flex-direction: column;
  max-height: 80vh; 
  overflow-y: auto; 
}
.my-floating-nav.floating ul.nav {
  flex-direction: column ;
  display: flex ;
  gap: 8px;
  width: auto;
  padding: 0;
  margin: 0;
}
.my-floating-nav.floating .howicon-item {
  font-size: 13px;
  width: 35px;
  text-align: center;
}
.my-floating-nav.floating .howicon-item img {
  width: 60%;
}
}
@media (max-height: 600px) {
  .my-floating-nav.floating .howicon-item {
    width: 70px;
  }
}



/* films */
header.masthead.film {
  padding-top: 8rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
  #eeeeee),url("./img/filmbanner.jpg");
  /* background-position: left; */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
@media (max-width:500px) {
  header.masthead.film{
    background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
    #eeeeee),url("./img/filmbanner_m.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
.video-container {
  max-width: 1400px;
  margin: auto;
  padding: 2rem 0;
}
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.video-card {
  background-color: white;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.video-card:hover {
  transform: scale(1.02);
}
.video-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56%; /* 16:9比例 = 9/16*100% */
  overflow: hidden;
  
}
.video-thumbnail img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.video-titles {
  padding: 20px 10px 20px 10px;
}
.video-subtitle {
  font-size: 13px;
  color: #037bd2;
}
.video-title {
  font-size: 18px;
  color: black;
  margin-top: 4px;
}
/* RWD */
@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}

/* films Modal styles */
.modal-content {
  background-color: #000;
  border: none;
  box-shadow: none;
  padding: 0;
}
.custom-modal-size {
  max-width: 1000px;  
  width: 90%;        
}
@media (max-width: 768px) {
  .custom-modal-size {
    max-width: 90%;
  }
}
@media (max-width: 576px) {
  .custom-modal-size {
    max-width: 100%;
    margin: 1.5rem;
  }
}
.fixed-close-btn {
  position: fixed;
  top: 5rem;
  right: 3rem;
  z-index: 1100; 
  filter: invert(1);
}
@media (max-width: 500px) {
  .fixed-close-btn {
    top: 8rem;
    right: 2rem;
  }
}

.fixed-close-btn:focus,
.fixed-close-btn:active {
  outline: none;
  box-shadow: none;
}

/* ea */
header.masthead.ea {
  padding-top: 8rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
  #eeeeee),url("./img/eabanner.jpg");
  /* background-position: left; */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
@media (max-width:500px) {
  header.masthead.ea{
    background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
    #eeeeee),url("./img/eabanner_m.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}
.custom-width-mid.ea h2{
  font-size: 20px;
  line-height: 3rem;
  text-align: center;
  margin-bottom: -3rem;
}
.preorderlogo {
  text-align: center;
  margin: 30px 0;
  width: 100%;
}
.preorderlogo img{
  width: 600px;
}
@media (max-width:500px) {
  .preorderlogo img{
    width: 100%;
  }
}
.ealogo-tab-container {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.ealogo-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  width: 100%;
}

.ealogo-item {
  width: 20%;
  padding: 5px;
  text-align: center;
  border: 2px solid transparent;
  background-color: transparent;
  transition: border 0.3s;
}

.ealogo-item img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  opacity: 0.6;
  transition: filter 0.3s ease;
}
.ealogo-item.active img {
  filter: none; 
  opacity: 1;
}

.ealogo-title {
  margin-top: 4px;
  font-size: 18px;
  color: #666;
  transition: color 0.3s ease;
}
.ealogo-item.active .ealogo-title {
  color: #037bd2;
}
.ealogo-item.active,
.ealogo-item.nav-link.active {
  border: none;
  border-radius: 0;
}

/* 響應式排版 */
@media screen and (max-width: 992px) {
  .ealogo-item {
    width: 33.33%;
  }
}
.ealogo-tab-container .nav-link {
  background-color: transparent; 
  color: inherit ; 
  box-shadow: none ; 
}

.ealogo-tab-container .nav-link:hover,
.ealogo-tab-container .nav-link:focus,
.ealogo-tab-container .nav-link.active {
  background-color: transparent ; 
  color: inherit;  
}
.custom-table {
  border-collapse: collapse;
}

.custom-table td {
  padding: 10px;
}
table.table {
  word-break: break-word;
}
h2.text-center.mb-4 {
  color: #037bd2;
}

table.table td {
  vertical-align: middle;
  font-size: 16px;
  padding: 1rem;
  border: 2px solid #037cd22f;
}
table.table th {
  vertical-align: middle;
  background-color: #037bd2; 
  color: #ffffff;
  letter-spacing: 5px;
  font-size: 18px;
  font-weight: 400;
  border: 2px solid #037cd22f;
  border-right: 2px solid #ffffff;
  
}
table.table th:last-child {
  border-right: 2px solid #037bd2;
}
#searchInput03 {
  width: 80%;
  margin: 0 auto;
  /* margin-bottom: 3rem;  */
}
#noResultMsg{
  font-size: 18px;
}
#pills-03 h2 {
  margin-top: 3rem;     
}




/* qa */

header.masthead.qa {
  padding-top: 8rem;
  padding-bottom: calc(10rem - 4.5rem);
  background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
  #eeeeee),url("./img/qabanner.jpg");
  /* background-position: left; */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-size: cover;
}
@media (max-width:500px) {
  header.masthead.qa{
    background: linear-gradient(to bottom,  rgba(255, 254, 238, 0.051) 70%, 
    #eeeeee),url("./img/qabanner_m.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
}

.fami-title-qa {
  font-size: 18px;
  color: #ef7840;
  border-color: #fabf19;
  border-width: 2px;
}
.fami-title-qa2 {
  font-size: 18px;
  color: #ef7840;
  border-color: #ec783e;
  border-width: 2px;
}
.fami-title-qa3 {
  font-size: 18px;
  color: #ef7840;
  border-color: #90c31f;
  border-width: 2px;
}
.fami-text-qa {
  font-size: 18px;
  color: #514132;
  border-color: #fabf19;
  border-width: 2px;
}
.fami-text-qa2 {
  font-size: 18px;
  color: #514132;
  border-color: #ec783e;
  border-width: 2px;
}
.fami-text-qa3 {
  font-size: 18px;
  color: #514132;
  border-color: #90c31f;
  border-width: 2px;
}
.accordion-button:not(.collapsed) {
  color: #514132;
  background-color: #fabe194f;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button2:not(.collapsed) {
  color: #514132;
  background-color: #ec783e4f;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}
.accordion-button2 {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  text-align: left;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.bstyle {
  color: #fff;
  width: 50%;
  padding: 5px;
  text-align: center;
  border-radius: 2px;
}


/* footer */
.footer-section {
  background-color: #fff;
  color: #222;
  font-size: 15px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}


.mb-4.contact-left {
  margin-top: 32px;
}
.footer-section p{
  margin:0px;
}

.contact-right .col-6 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.contact-right .qr-img {
  max-width: 120px;
  height: auto;
}

.footer-section .container {
  max-width: 1920px;
  padding-left: 24px;
  padding-right: 24px;
}

.footer-icon-link svg {
  width: 32px;
  height: 32px;
  transition: opacity 0.3s ease;
}

.footer-icon-link:hover svg {
  opacity: 0.7;
}

p.privacy-text {
  font-size: 13px;
  margin-top: 8px;
  color: #222;
}
@media (max-width: 767px) {
  .footer-section .contact-left,
  .footer-section .contact-right .col-6,
  .footer-section .text-end,
  .footer-section .privacy-text {
    text-align: left !important;
  }

  .footer-section .contact-right .col-6 {
    align-items: flex-start;
  }

  .footer-section .d-flex {
    justify-content: flex-start !important;
  }

  .footer-section .footer-icon-link svg {
    margin-right: 8px;
  }
}





.col {
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 992px) {
  .recipe-page #pills-tab.swiper-container .nav {
    max-width: fit-content !important;
  }
}
.mb-b{
	margin-bottom: 4rem;
}