@charset "UTF-8";
/***************************************
    copyright by MakeWeb.com.tw 
***************************************/
@import url("style.css");
/*-------------------------------------------- 
	container
---------------------------------------------*/
#container {
  width: 100%;
}

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

/*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%);
}

.image_menu_box {
  /*background: rgba(0,0,0,0.4) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAD0lEQVQIW2NkQABjRmQOAAM+AGkQsDBSAAAAAElFTkSuQmCC) repeat;*/
}

.image_menu {
  max-height: 346px;
}

.image_menu img {
  width: 100%;
  text-align: center;
  /*min-height: 296px;*/
  /*min-height: 200px;*/
}

/*-------------------------------------------- 
	content2
---------------------------------------------*/
#content2 {
  max-width: 1280px;
  min-height: 500px;
  margin: 50px auto;
  display: flex;
  gap: 50px;
}

#side1 {
  width: 100%;
  flex: 1;
}

#side1 .tree_gray_green_v {
  width: 200px;
}

.tree_gray_green_v h3 {
  /*display:block;*/
  width: 184px;
  height: 48px;
  margin: 0 0 10px 0;
  padding: 0 0 0px 0;
  /*text-align: center;*/
  line-height: 48px;
  /*color: #FFF;*/
  /*background: #02759F;*/
  /*border-radius: 8px;*/
}

.tree_gray_green_v ul {
  margin: 0;
  list-style: none;
}

.tree_gray_green_v .mw-nav > li {
  text-indent: 22px;
  line-height: 42px;
  border-bottom: 1px solid #eee;
  white-space: nowrap; /* 防止链接内容换行 */
}

.tree_gray_green_v .mw-nav li a {
  color: #333;
  vertical-align: middle; /* 垂直对齊到中間 */
  margin-right: 10px; /* 可選，調整箭頭和more之間的距離 */
}

.tree_gray_green_v .mw-nav li li a {
  color: #999;
}

.tree_gray_green_v .mw-nav li:hover > a {
  color: #777;
  /*font-weight: bold;*/
  /* background: url(../../../../../cufiles/site/web/layout/list_arraw_gray.png) 0px 15px no-repeat; */
}

.tree_gray_green_v .mw-nav li.action {
  /*padding: 0 0 0 20px;*/
  /* background: none; */
}

.tree_gray_green_v .mw-nav li.action > a {
  color: #111;
  font-weight: bold;
  /* background: url(../../../../../cufiles/site/web/layout/list_arraw_gray.png) 0px 15px no-repeat; */
}

.tree_gray_green_v .mw-nav li .arrow-pad {
  padding: 0 0 0 30px;
}

/* .more {
    display: inline-block;
    vertical-align: middle;
}

.more svg {
    vertical-align: middle;
} */
#side2 {
  width: 100%;
  flex: 4;
}

#block1 {
  overflow: hidden;
  background: #fff;
  /*border:1px solid #FFF;*/
}

.canvas_post {
  /*margin: 0 20px 0 0;*/
}

/* .sec_u8 {} */
.sec_u8 .content_box {
  max-width: 1280px;
  margin: 40px auto;
  padding: 20px;
}

.sec_u8 .content_box .slide_box {
  display: flex;
  align-items: center;
  gap: 20px;
}

.sec_u8 .content_box .slide_box > figure figcaption {
  padding: 20px;
}

.sec_u8 .content_box .slide_box figure {
  flex: 1;
}

.sec_u8 figure .content_image img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

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

/* --- Full Width Sub Video --- */
.sub_video,
.sub-video {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
  background: #000;
  line-height: 0;
}

.sub_video .video-wrapper,
.sub-video .video-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}

.sub_video .video-wrapper iframe,
.sub-video .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*-------------------------------------------- 
	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 {
    padding: 0 50px;
    gap: 0;
  }
}
/*iPad*/
@media screen and (max-width: 1023px) {
  #content2 {
    padding: 0 25px;
  }
  .label_menu_title h1 {
    /*margin: 8% 0 0px 15%;*/
    /*padding: 0px 20px;*/
    font-size: 3rem;
  }
  #side1 {
    display: none;
  }
  #side2 {
    width: 100%;
  }
  .canvas_post img {
    max-width: 100%;
    /* width: auto; */
    height: auto;
  }
}
/*iPhone*/
@media screen and (max-width: 767px) {
  #content2 {
    padding: 0 10px;
    margin: 25px auto;
  }
  .label_menu_title h1 {
    /*margin: 5% 0 0px 5%;*/
    font-size: 2rem;
  }
  .sec_u8 .content_box .slide_box {
    flex-direction: column;
    padding: 0;
  }
}