/***************************************
    copyright by MaxWeb.com.tw 
***************************************/
@import url("style.css");
/* @font-face {
    font-family: 'cursive';
    src: url('../../../../../cufiles/fonts/HanziPenTC.ttf');
} */
/*-------------------------------------------- 
	container
---------------------------------------------*/
#container {
  width: 100%;
}

/*-------------------------------------------- 
	content1
---------------------------------------------*/
#content1 {
  width: 100%;
  position: relative;
}

/*breadcrumb*/
.breadcrumb {
  width: 100%;
  background: #f8f8f8;
  /* background: linear-gradient(90deg, #bebebea6 70%, #ffffff00); */
  z-index: 9;
  padding: 5px 0;
}
.breadcrumb .list_breadcrumb_blue01 {
  width: 1280px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.breadcrumb .list_breadcrumb_blue01 ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 6px 0;
  font-size: 1.4rem;
  width: 1680px;
  margin: auto;
}

.breadcrumb .list_breadcrumb_blue01 li {
  color: var(--link-color);
}
.breadcrumb .list_breadcrumb_blue01 li a {
  color: var(--link-color);
}
.breadcrumb .list_breadcrumb_blue01 li a:hover {
  color: var(--link-hover-color);
}
.breadcrumb .list_breadcrumb_blue01 li .crumb_tag {
  color: #849293;
}

.label_menu_title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.label_menu_title .menu_title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
}
.label_menu_title h1 {
  text-align: center;
  color: #fff;
  font-size: 4rem;
  margin: 0;
}
.label_menu_title .menu_subtitle {
  text-align: center;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 12px 0 0;
  max-width: 900px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.label_menu_banner {
  background-image: url(../../../../../cufiles/images/subject_pic/bg.webp);
}

.label_menu_banner .menu_title {
  position: relative;
  max-width: 1600px;
  height: 400px;
  margin: auto;
  color: #fff;
}

.label_menu_banner .menu_title h1 {
  bottom: 15%;
  padding: 0 50px;
  font-size: 7rem;
  position: absolute;
  display: inline-block;
  right: 0;
}

.image_menu {
  position: relative;
}

.image_menu .content_image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.image_menu .content_image img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*-------------------------------------------- */
/*-------------------------------------------- 
	content2
---------------------------------------------*/
#content2 {
  width: 1280px;
  margin: auto;
  padding: 50px 0;
}

#content2 .menu_title .title {
  flex-shrink: 0;
  color: #42210b;
}

#content2 .menu_title .title a {
  color: #42210b;
}

#content2 .menu_title .title a:hover {
  color: #9aae8d;
}

#content2 .menu_title .line {
  width: 60%;
  border-bottom: 2px solid #42210b;
}

#content2 .menu_title .nav {
  display: flex;
  flex-shrink: 0;
  gap: 15px;
}

.sub_image {
  position: relative;
}

.copy,
.buy {
  max-width: 1280px;
  padding-top: 40px;
  margin: auto;
  text-align: right;
}
.copy .copy-button,
.copy .buy-button,
.buy .copy-button,
.buy .buy-button {
  display: inline-block;
  color: white;
  background-color: #3cc5a0;
  padding: 6px 30px;
  border-radius: 50px;
}

/*-------------------------------------------- 
	Media Queries 
---------------------------------------------*/
/* Portrait and Landscape */
/*@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
}*/
/*iPad Pro*/
@media screen and (max-width: 1279px) {
  .breadcrumb .list_breadcrumb_blue01 {
    width: 100%;
    padding: 0 50px;
  }
  #content2 {
    width: 100%;
    padding: 50px;
  }
}
/*iPad*/
@media screen and (max-width: 1023px) {
  .breadcrumb .list_breadcrumb_blue01 {
    padding: 0 25px;
    justify-content: flex-start;
  }
  .breadcrumb .list_breadcrumb_blue01 ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    padding: 8px 0;
  }
  #content2 {
    padding: 25px;
  }
  .label_menu_title h1 {
    /*margin: 8% 0 0px 15%;*/
    /*padding: 0px 20px;*/
    font-size: 3rem;
  }
  .label_menu_title .menu_subtitle {
    font-size: 18px;
    -webkit-line-clamp: 2;
  }
}
/*iPhone*/
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0;
  }
  .breadcrumb .list_breadcrumb_blue01 {
    padding: 0 10px;
  }
  .breadcrumb .list_breadcrumb_blue01 ul {
    padding: 8px 0;
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .breadcrumb .list_breadcrumb_blue01 li {
    line-height: 1.6;
    white-space: nowrap;
  }
  .label_menu_title h1 {
    font-size: 1.2rem;
  }
  .label_menu_title .menu_subtitle {
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
  #content2 {
    padding: 10px;
  }
  .image_menu_box .content_image img {
    height: 62px;
  }
  .schedule .content .button {
    margin: 60px 0 50px;
  }
}