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

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

#content2 {
  width: 1280px;
  max-width: 100%;
  margin: auto;
  padding: 50px 40px;
  box-sizing: border-box;
}

/*breadcrumb moved to style.css*/

.label_menu_title h1 {
  position: absolute;
  /*top: 50%;*/
  top: 14vh;
  z-index: 8;
  text-align: center;
  color: #fff;
  font-size: 4rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.label_menu_banner {
  background-image: url(../../../../../cufiles/site/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 .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) {
  #content2 {
    width: 100%;
    padding: 50px;
  }
}
/*iPad*/
@media screen and (max-width: 1023px) {
  #content2 {
    padding: 25px;
  }
  .label_menu_title h1 {
    /*margin: 8% 0 0px 15%;*/
    /*padding: 0px 20px;*/
    font-size: 3rem;
  }
}
/*iPhone*/
@media screen and (max-width: 767px) {
  .label_menu_title h1 {
    font-size: 1.2rem;
  }
  .list_breadcrumb_blue01 ul {
    width: 100%;
    padding: 2px 10px;
  }
  .list_breadcrumb_blue01 figure {
    font-size: 1.4rem;
  }
  #content2 {
    padding: 10px;
  }
  .image_menu_box .content_image img {
    height: 62px;
  }
  .schedule .content .button {
    margin: 60px 0 50px;
  }
}