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

/*-------------------------------------------- 
	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 {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.breadcrumb .list_breadcrumb_blue01 ul {
  display: flex;
  justify-content: flex-end;
  list-style: none;
  padding: 6px 30px;
  font-size: 1.4rem;
  width: 1680px;
  margin: auto;
}

.breadcrumb .list_breadcrumb_blue01 figure a {
  color: #917b63;
}

.breadcrumb .list_breadcrumb_blue01 figure a:hover {
  color: #42210b;
}

.breadcrumb .list_breadcrumb_blue01 figure .crumb_tag {
  color: #917b63;
}

.breadcrumb .list_breadcrumb_blue01 figure:last-child {
  color: #917b63;
}

.breadcrumb .list_breadcrumb_blue01 figure:last-child a {
  color: #917b63;
}

.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/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 {
  margin: 50px auto;
  max-width: 1280px;
}

#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;
}

#footer{
   margin-top: 200px;
}

/*-------------------------------------------- 
	contact_us
---------------------------------------------*/

.post_form_01 .container{
  max-width: 1280px;
  margin: 20px auto;
}
.post_form_01 .contactZone{
  display: flex;
  gap: 50px;
}
.post_form_01 .col-md-4{
  /* width: 35%; */
  flex: 1;
}
.contantInfo ul{
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
}
.contantInfo ul li {
  margin-bottom: 10px;
}
.contantInfo .bi{
  margin-right: 5px;
  width: 30px;
  height: 30px;
  background: #939393;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  color: #fff;
  line-height: 30px;
  vertical-align: -0.45em;
}
.contantInfo .bi svg{
  display: inline-block;
  height: 30px;
}


.col-md-8{
  /* width: 65%; */
  flex: 1;
}
.red{
  color: red;
}
.form-group{
  margin-bottom: 20px;
}
.col-md-8 input{
  display: block;
  padding: .375rem .75rem;
  color: #495057;
  background-color: #fff;
}
.btnWrap{text-align: center;}
/*-------------------------------------------- 
	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 {
    padding: 0 50px;
  }
  #content2 {
    width: 100%;
    padding: 50px;
  }
}
/*iPad*/
@media screen and (max-width: 1023px) {
  .breadcrumb .list_breadcrumb_blue01 {
    padding: 0 25px;
  }
  #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) {
  .breadcrumb .list_breadcrumb_blue01 {
    padding: 0 10px;
  }
  .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;
  }


  .post_form_01 .contactZone{
    flex-wrap: wrap;
  }
  .post_form_01 .col-md-4{
    width: 100%;
  }
  .col-md-8{
    width: 100%;
  }
}