/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2022 | 07:11:20 */
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&display=swap');
/* font-family: 'Noto Serif TC', serif; */
@import url('https://fonts.googleapis.com/earlyaccess/notosanstc.css');
/* font-family:'Noto Sans TC',sans-serif; */

/*-- Basic --*/
body {
  font: 16px/1.231 'Noto Sans TC', '微軟正黑體', sans-serif;
  letter-spacing: 0.15em;
  line-height: 1.75;
  color: #2A2D2D;
  font-weight: 300;
}

* {
  box-sizing: border-box;
}

#header h1,
#footer h1,
.title {
  margin: 0;
  padding: 0;
  line-height: 1.4;
}

.xxx {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}

.btn01::after,
.btn01:hover::after,
.menu,
.menu.open,
.sub_menu,
.on .sub_menu,
.product_box li,
.product_box li:hover {
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

#wrap {}

#content {
  position: relative;
}

.inbox {
  width: 1440px;
  margin: 0 auto;
}

.row {
  margin: 0;
}

.l {
  display: inline;
  float: left;
}

.r {
  display: inline;
  float: right;
}

#footer {
  z-index: 20;
}

ul {
  margin: 0;
  padding: 0;
}

.ulli>li,
.ulli_line>li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ulli_line>li {
  display: inline;
  float: left;
}

button {
  background: none;
  border-width: 0;
}

.body_fixed {
  overflow: hidden;
}

h2.title {
  font-size: 28px;
  font-weight: 500;
  font-family: 'Noto Serif TC', serif;
  letter-spacing: 0.18em;
}

h3.title {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
  line-height: 1.8;
}

#breadcrumbs a{
	color: #307367;
}

#breadcrumbs .breadcrumb_last{
	color: #777;
}


/*-- Index --*/
.owl-theme .owl-dots .owl-dot span {
  background: #c4c4c4 !important;
  opacity: 0.5;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
}

.box01 {
  padding: 50px 20px;
}

.box01 h2.title {
  color: #307367;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.news_type01 ul{
  display: flex;
  align-items: stretch;
  flex-wrap:wrap;
}

.news_type01 li {
  width: 25%;
  padding: 20px 10px;
  display: flex;
  align-items: stretch;
}

.news_type01 a {
  display: block;
  padding: 5px 5px 50px;
  color: #2A2D2D;
  position: relative;
  width:100%;
}

.news_type01 a:hover {
  background: #CEF3ED;
}

.news_type01 .img_box {
/*   padding: 50% 0 50px;  */
  background-position: center !important;
  background-size: cover !important;
}

.news_type01 .text_box {
  padding: 20px 5px 0;
}

.news_type01 span {
  color: #ED614F;
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 25px;
}

.news_type01 h3.title {
  font-size: 18px;
  padding: 3px 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 105px;
}

.news_type01 p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 105px;
  padding: 5px 0 !important;
  text-align: left !important;
}

.news_type01 em {
  display: block;
  border-top: 1px #c4c4c4 solid;
  padding: 5px 10px;
  text-align: center;
  font-family: 'Noto Serif TC', serif;
  color: #307367;
  font-size: 13px;
  width: 92%;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}

.box02 {
  background: #F4F4F4;
}

.box02 p {
  text-align: center;
  padding: 10px;
}

.news_type02 li {
  width: 33.333%;
}

.box01 .btn_box,
.box02 .btn_box,
.box03 .btn_box {
  padding: 15px 0;
}

.btn01 {
  display: block;
  margin: 0 auto;
  padding: 5px 55px 5px 45px;
  border: 1px #32BCA7 solid;
  width: 200px;
  position: relative;
  color: #32BCA7 !important;
  background: #fff;
  text-align: center;
}

.btn01:hover {
  background: #32BCA7 !important;
  color: #fff !important;
}

.btn01::after {
  content: '';
  display: block;
  width: 46px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -23px;
  background: #32BCA7;
}

.btn01:hover::after {
  right: 0;
  opacity: 0;
}

.index_newsbox {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 0;
}

.index_newsbox .img_box,
.newtype_index {
  width: 49%;
}

.index_newsbox .img_box {
  background-position: center !important;
  background-size: cover !important;
}

.newtype_index a {
  display: block;
  color: #2A2D2D;
  border-bottom: 1px #c4c4c4 solid;
  padding: 15px;
}

.newtype_index a:hover {
  background: #F4F4F4;
}

.newtype_index .date_box {
  font-family: 'Noto Serif TC', serif;
  font-weight: 600;
}

.newtype_index span {
  color: #307367;
}

.newtype_index em {
  color: #ABABAB;
}

.newtype_index h3.title {
  padding: 5px 0;
  font-size: 17px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 70px;
}

.newtype_index p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 60px;
}

.box03 {
  background: url('/wp-content/uploads/2022/01/bg_box03.jpg') center no-repeat;
  background-size: cover;
  padding: 50px 20px;
}

.index_join {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_join .left_box {
  width: 39%;
}

.index_join .right_box {
  width: 60%;
}

.index_join .left_box {
  text-align: center;
  color: #233E39;
}

.index_join h2.title {
  font-size: 32px;
  letter-spacing: 0.25em;
  position: relative;
  padding: 10px 10px 80px;
}

.index_join h2.title::after {
  content: '';
  display: block;
  width: 1px;
  height: 50px;
  background: #233E39;
  position: absolute;
  bottom: 15px;
  left: 50%;
}

.index_join .right_box {
  background-size: cover !important;
  background-position: center !important;
  padding: 30% 0 50px;
}

/*-- Pgbox --*/
.pgbox_hd {
  margin-top: 90px;
  padding: 30px 15px 10px;
}

.pgbox_bd {
  padding: 20px 0;
}

.pgbox_bd .left_box {
  width: 250px;
  padding: 10px 15px;
}

.pgbox_bd .right_box {
  width: calc(100% - 250px);
  padding: 10px 15px;
}

/*-- Blog List --*/
.serch_box {
  border: 1px #c4c4c4 solid;
  padding: 5px 10px;
  position: relative;
}

.serch_box .ip {
  border: none !important;
  outline:none;
}

.serch_box .btn_search {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #32BCA7;
}
.cate_box_mb {
  display: none;
}

.cate_box h2.title {
  background: #32BCA7;
  color: #fff;
  text-align: center;
  margin: 15px 0;
  font-size: 18px;
  padding: 10px;
}

.sel_box {
  padding: 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sel_box .left_wrap {
  width: calc(100% - 150px);
}

.sel_box .right_wrap p {
  font-size: 16px;
  color: #ABABAB;
}

.sel_box .right_wrap b {
  font-size: 20px;
  color: #307367;
  margin: 0 10px;
  font-weight: 500;
}

.sel_box h2.title {
  font-size: 22px;
  color: #307367;
}

.sel_box .sel {
  border: #c4c4c4 1px solid;
  padding: 10px 15px;
  max-width: 220px;
}

.sel_box01 {
  justify-content: space-between;
}

.cate a {
  padding: 8px;
  display: block;
  color: #2A2D2D;
  font-family: 'Noto Serif TC', serif;
  font-weight: 500;
  border-bottom: 1px #c4c4c4 solid;
}

.cate a:hover{
  opacity:0.5;
}
.news_type03 {
  margin-bottom: 40px;
}

.news_type03 li {
  width: 100%;
  padding: 10px 0;
}

.news_type03 a {
  padding: 10px;
  display: flex;
  width: 100%;
}

.news_type03 .img_box,
.news_type03 .text_box {
  float: left;
}

.news_type03 .img_box {
  width: 40%;
  padding: 25% 0 35px;
}

.news_type03 .text_box {
  width: 60%;
  padding: 10px 10px 40px 10px;
  position: relative;
}

.news_type03 em {
  display: inline;
  text-align: right;
  transform: translateX(0);
  border-top: none;
  bottom: 0;
  left: auto;
  right: 5px;
  width: 130px;
}

.news_type03 em::before {
  content: '';
  display: block;
  width: 30px;
  height: 1px;
  background: #233E39;
  position: absolute;
  top: 50%;
  right: 104%;
  transform: translateY(-50%);
}

/*-- Side Menu --*/
.cate .has_sub>a {
  padding: 8px 30px 8px 8px;
  position: relative;
}

.cate i {
  position: absolute;
  top: 14px;
  right: 10px;
}

.sub_cate a {
  padding: 5px 5px 5px 30px;
  position: relative;
  color: #9C9C9C;
  border: none;
}

.sub_cate_mb a::before,
.sub_cate a::before {
  content: '';
  display: block;
  background: url('/wp-content/uploads/2022/02/icon_sub.svg') center no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 9px;
  left: 5px;
}

/*-- Products List --*/
.product_box {
  margin-bottom: 30px;
}

.product_box ul{
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.product_box li {
  width: 30%;
  padding: 15px 8px;
  border: 1px #c4c4c4 solid;
  margin: 0 10px 15px;
}
.product_box li:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  border: 1px #32BCA7 solid;
}

.product_box a {
  display: block;
  padding: 15px;
  color: #2A2D2D;
}

.product_box img {
  width: 100%;
  object-fit: contain;
  height: 200px;
}

.product_box .text_box {
  margin-top: 10px;
}

/*-- Product Page --*/
.product_intro {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 20px;
}

.product_intro .left_box {
  width: 40%;
  padding: 15px;
  /*   box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); */
  display: flex;
  align-items: center;
}

.product_intro .img_box {
  width: 90%;
  margin: 0 auto;
}

.product_intro img {
  width: 100%;
}

.product_intro .right_box {
  padding: 15px 20px 15px 30px;
}

.product_intro h1.title {
  font-family: 'Noto Serif TC', serif;
  font-size: 26px;
  color: #307367;
  font-weight: 600;
}

.product_intro .text_box {
  padding: 25px 0;
}

.product_intro li {
  display: flex;
  padding: 3px 0;
  align-items: center;
}

.product_intro a {
  color: #2A2D2D;
}

.product_intro i {
  position: absolute;
  top: 7px;
  left: 5px;
}

.product_intro b {
  font-weight: 400;
  position: relative;
  padding: 0 15px 0 30px;
  width: 100px;
}

.p_cate a {
  text-decoration: underline;
  margin-right: 10px;
}

.p_cate a:hover,
.tags a:hover {
  opacity: 0.7;
}

.tags li {
  margin: 0 10px 5px 0;
}

.tags a {
  display: block;
  padding: 3px 8px;
  border: 1px #307367 solid;
  color: #307367;
}

.product_intro .btn01 {
  padding: 10px 55px;
}

.info_box,
.Txt {
  padding: 20px 15px 20px;
  border-bottom: 1px #c4c4c4 solid;
  overflow-x: auto;
}

.info_box h2.title {
  padding: 10px 0 15px;
  font-size: 24px;
  color: #307367;
}

.box04 {
  padding: 30px 15px;
}

.box04 h2.title {
  padding: 0 15px 10px;
  font-size: 24px;
  color: #307367;
}

.box04 .product_box {
  margin-top: 20px;
}

.box04 .product_box li ,
.box04 .news_type01 li {
  width: 100%;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}

.owl-carousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: #9C9C9C;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.4;
}

.owl-carousel .owl-dot.active span {
  opacity: 1;
}

/*-- Arti Page --*/
.arti_hd {
  padding: 20px;
  border-bottom: 1px #c4c4c4 solid;
}

.arti_hd b {
  font-size: 15px;
  font-weight: 400;
  color: #ED614F;
}

.arti_hd h1.title {
  font-family: 'Noto Serif TC', serif;
  font-size: 26px;
  color: #307367;
  font-weight: 600;
  margin-bottom: 10px;
}

.datencate {
  color: #9C9C9C;
}

.datencate span {
  display: flex;
  flex-wrap: nowrap;
  margin-right: 15px;
  padding: 3px 0;
}

.datencate i {
  margin-right: 5px;
}

.datencate em {
  border-right: 1px #9c9c9c solid;
  padding-right: 10px;
  margin-right: 10px;
}

.arti_cate a {
  color: #9C9C9C;
  text-decoration: underline;
  margin-right: 8px;
}

.tag_box {
  display: flex;
}

.tag_box b {
  margin-right: 10px;
  font-weight: 400;
}

.teacher {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}

.teacher .img_box {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}

.teacher img {
  width: 100%;
}

.teacher .text_box {
  width: calc(100% - 200px);
  padding: 0 20px 0 30px;
}

.teacher h2.title {
  font-size: 22px;
  color: #307367;
  padding: 0 0 10px;
}

.teacher b {
  margin-bottom: 10px;
  font-weight: 400;
  color: #9C9C9C;
  display: block;
  font-size: 15px;
}

/*-- Brand Page --*/
.brand_intro {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.brand_intro .left_box {
  width: 270px !important;
}

.brand_intro .img_box {
  padding: 10%;
  margin: 0 auto;
}

.brand_intro img {
  width: 100%;
}

.brand_intro .text_box {
  width: calc(100% - 270px);
  padding: 20px 20px 20px 30px;
  border-left: 1px #c4c4c4 solid;
}

.brand_intro h2.title {
  font-size: 24px;
  color: #307367;
  margin-bottom: 15px;
}

/*-- About --*/
.cont_hd01 {
  border: none;
  padding: 0 20px;
}

.cont_hd01 h2.title {
  font-size: 20px;
  color: #307367;
}

.about_box {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}

.about_box .left_box,
.about_box .right_box {
  width: 49%;
}

.about_box .left_box {
  background-position: center !important;
  background-size: cover !important;
}

.about_box .right_box {
  padding: 20px;
}

.about_box .tit_box {
  width: 85%;
  border: 3px #32BCA7 solid;
  position: relative;
  padding: 30% 0 40px;
}

.about_box .text_box {
  position: absolute;
  right: -40px;
  bottom: -30px;
  background: #fff;
  padding: 20px;
}

.about_box .text_box h2.title {
  color: #307367;
  margin-bottom: 10px;
}

.about_box .text_box p {
  color: #9C9C9C;
}

.cont_box {
  width: 100%;
  padding-top: 40px;
}

.box_gray {
  background: #f8f8f8;
  padding: 120px 40px;
}

.featrue_box {
  margin-bottom: 30px;
}

.featrue_box li {
  width: 33.333%;
  text-align: center;
  padding: 10px 15px;
}

.featrue_box i {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto 15px;
  background-size: cover !important;
}

.featrue_box b {
  font-family: 'Noto Serif TC', sans-serif;
  color: #307367;
  font-size: 18px;
}

.manager_box {
  padding: 40px 20px;
}

.manager_box ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.manager_box li {
  width: 50%;
  padding: 15px;
}

.manager_box li:first-child {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.manager_box .img_box {
  height: 450px;
  background-size: cover !important;
  background-position: center !important;
}

.manager_box li .text_box {
  padding: 15px 10px;
}

.manager_box .text_box span,
.manager_box .text_box b {
  display: block;
  text-align: center;
}

.manager_box .text_box span {
  color: #233E39;
  font-size: 14px;
}

.manager_box .text_box b {
  color: #32BCA7;
  font-size: 20px;
  font-family: 'Noto Serif TC', serif;
  margin-bottom: 10px;
}


.manager_box li:first-child .img_box {
  width: 50%;
}

.manager_box li:first-child .text_box {
  width: 50%;
  padding: 20px;
}

.manager_box li:first-child .text_box span,
.manager_box li:first-child .text_box b {
  text-align: left;
}

.location {
  padding: 30px 0;
}

.location ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.location li {
  width: 33.333%;
  padding: 0 15px;
}

.location .map_box {
  height: 280px;
}

.location iframe {
  width: 100%;
  height: 100%;
}

.location .text_box {
  padding: 15px 10px;
}

.location h2.title {
  font-size: 18px;
}

.location p {
  padding: 3px 0 3px 30px;
  position: relative;
}

.location a{
  color:#333;
}
.location i {
  position: absolute;
  top: 10px;
  left: 3px;
  color: #9C9C9C;
}

/*-- Join --*/
.box05 {
  padding: 40px 20px;
}

.box05 h2.title {
  color: #307367;
  font-size: 20px;
  margin-bottom: 20px;
}

.join_hd {
  margin-top: 80px;
  height: 80vh;
  display: flex;
  align-items: center;
  background-size: cover !important;
}

.join_hd .text_box {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 80px 20%;
}

.join_hd h2.title {
  text-align: center;
  margin-bottom: 25px;
}

.join_hd p{
  font-size: 1.05rem;
}

.join_hd a {
  margin-top: 40px;
}

.welfare ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.welfare li {
  width: 50%;
  padding: 15px 15px 15px 100px;
  position: relative;
  display: flex;
  align-items: center;
}

.welfare i {
  display: block;
  width: 70px;
  height: 70px;
  background-size: contain !important;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}

.welfare p {
  padding: 15px;
}

.department ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}

.department li {
  width: 50%;
  padding: 20px 15px;
}

.department .img_box {
  height: 450px;
  background-size: cover !important;
  background-position: center !important;
}

.department .text_box {
  padding-top: 20px;
}

.department b {
  font-family: 'Noto Serif TC', serif;
  display: block;
  text-align: center;
  font-size: 18px;
  color: #32BCA7;
  margin-bottom: 5px;
}

.video_box iframe {
  width: 100%;
  height: 480px;
}

.media_owl {
  margin-bottom: 20px;
  overflow: hidden;
}

.media_owl .owl-stage {
  display: flex;
}

.media_owl img {
  width: 100%;
}

.media_owl .owl-nav {
  display: none;
}

.media_owl .top_box {
  display: block;
  padding: 50% 0 150px;
  background-position: center !important;
  background-size: cover !important;
  cursor: pointer;
  position: relative;
}

.media_owl .play::before,
.media_owl .play::after {
  content: '';
  display: block;
  position: absolute;
}

.media_owl .play::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
}

.media_owl .play::after {
  width: 50px;
  height: 50px;
  background: url('/wp-content/uploads/2022/03/icon_play.svg') center no-repeat;
  background-size: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.media_owl .bt_box a {
  display: block;
  text-align: center;
  margin-top: 10px;
  color: #2A2D2D;
  cursor: default;
}

.media_owl .bt_box a.on {
  color: #307367;
  text-decoration: underline;
  cursor: pointer;
}

.media_owl .bt_box a.on:hover {
  opacity: 0.75;
}

.media_owl .owl-dots {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}

.media_owl .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: #9C9C9C;
  border-radius: 50%;
  opacity: 0.5;
}

.media_owl .owl-dot.active span {
  opacity: 1;
}

.cate .on a{
  color: #307367;
}

.exception{
  text-align:center;
}

@media only screen and (max-width:1550px) {
  .inbox {
    width: 90%;
  }
}
@media only screen and (max-width:1100px) {
  .manager_box .img_box {
    height: 380px;
  }
  .department .img_box{
    height: 350px;
  }
}

@media only screen and (max-width:990px) {
  .banner_box {
    margin-top: 70px;
  }

  .product_box li {
    width: 45%;
  }

  .product_intro .left_box,
  .product_intro .right_box {
    width: 100%;
  }

  .product_intro .img_box {
    width: 100%;
  }

  .product_intro .right_box {
    padding: 40px 10px 0;
  }

  .join_hd {
    margin-top: 70px;
  }

  .location li {
    width: 50%;
  }

  .about_box .left_box {
    width: 40%;
  }

  .about_box .right_box {
    width: 60%;
  }
  .pgbox_hd {
    margin-top: 40px;
  }

  .pg_search {
    margin-top: 100px;
  }
}

@media only screen and (max-width:850px) {

  .banner_item .text_box {
    padding: 20px 30px;
  }

  .news_type01 li {
    width: 50%;
  }

  .news_type02 li,
  .news_type03 li {
    width: 100%;
  }

  .pgbox_bd .left_box,
  .pgbox_bd .right_box {
    width: 100%;
    float: none;
    display: block;
    padding: 20px 0;
  }

  .cate_box {
    display: none;
  }

  .cate_box_mb {
    display: block;
    position: relative;
  }

  .menu_selected {
    position: relative;
    background: #32BCA7;
    margin-top: 15px;
    color: #fff;
    padding: 5px 10px;
  }

  .menu_selected i {
    position: absolute;
    top: 12px;
    right: 15px;
  }

  .cate_box_mb .scrollbox {
    padding: 10px;
    height: 250px;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 2px 2px 15px rgba(0,0,0,0.2);
  }

  .cate_box_mb .scrollbox a {
    display: block;
    color: #2A2D2D;
    font-family: 'Noto Serif TC', serif;
    font-weight: 500;
    padding: 3px 0;
  }

  .sel_box {
    display: block;
    padding: 0;
  }

  .sel_box .left_wrap,
  .sel_box .right_wrap,
  .sel_box .sel {
    width: 100%;
  }

  .sel_box h2.title {
    width: 22px;
    margin-bottom: 10px;
    width: 100%;
  }

  .sub_cate_mb a {
    color: #9C9C9C !important;
    padding: 5px 5px 5px 30px !important;
    position: relative !important;
  }

  .box04 .product_box li , 
  .box04 .news_type01 li {
    width: 100%;
  }

  .about_box .left_box {
    display: none;
  }

  .about_box .tit_box {
    width: 90%;
    padding: 10% 0 150px;
  }

  .manager_box,.cont_hd01,.box_gray{
    padding:20px;
  }
  .manager_box li,.location li{
    padding:15px 0;
  }
}

@media only screen and (max-width:765px) {
  .sub_menu>ul>li {
    width: 100%;
  }

  .banner_item {
    height: 50vh;
  }

  .index_newsbox {
    display: block;
  }

  .index_newsbox .img_box,
  .newtype_index,
  .index_join .left_box,
  .index_join .right_box {
    width: 100%;
  }

  .index_newsbox .img_box,
  .index_join .right_box {
    padding: 45% 0 40px;
  }

  .index_join {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }

  .index_join .left_box {
    padding: 40px 0 0;
  }

  .product_intro .img_box {
    width: 80%;
  }

  /*   .product_intro li,
  .product_intro b {
  display: block;
} */

  .product_intro b {
    margin-bottom: 7px;
  }

  .brand_intro{
    justify-content: center;
  }
  .brand_intro .left_box,
  .brand_intro .text_box{
    width: 100%;
  }

  .brand_intro .text_box{
    border: none;
    border-top: 1px #c4c4c4 solid;
  }

  .featrue_box i{
    width: 65px;
    height: 65px;
  }
  .manager_box li,
  .manager_box li:first-child .img_box,
  .manager_box li:first-child .text_box {
    width: 100%;
  }
	
	.join_hd h2.title{
		font-size: 24px;
	}

}

@media only screen and (max-width:650px) {
  .join_hd .text_box {
    padding: 80px 30px;
  }

  .welfare li {
    width: 100%;
    padding: 15px 15px 15px 70px;
  }

  .welfare i {
    left: 0;
  }

  .department li {
    width: 100%;
  }
}

@media only screen and (max-width:600px) {

  .news_type03 .img_box,
  .news_type03 .text_box {
    float: none;
    width: 100%;
  }

  .news_type03 a {
    display: block;
  }

  .news_type03 .img_box {
    padding: 30% 0 100px;
  }

  .teacher {
    justify-content: center;
  }
  .teacher .text_box {
    width: 100%;
    margin-top: 10px;
  }

  .location li{
    width: 100%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width:550px) {
  .news_type01 li {
    width: 100%;
  }


  .product_box li {
    width:100%;
  }
  
  .product_intro li,.product_intro a{
    display:block;
  }
  
  .product_intro b{
    width:100%;
  }
}