@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/


/*上方選單右邊設定 臉書/LINE/電話/信箱
.tp_links a:before {寬高大小設定}
.tp_links a.me_tp_fb {}
.tp_links a.me_tp_fb:before {背景換圖/建議.SVG}
.tp_links a.me_tp_line {}
.tp_links a.me_tp_line:before {背景換圖/建議.SVG}
.tp_links a.me_tp_call {}
.tp_links a.me_tp_call:before {背景換圖/建議.SVG}
.tp_links a.me_tp_mail {}
.tp_links a.me_tp_mail:before {背景換圖/建議.SVG}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  left: 0;
  width: 100%;
  position: fixed;
  padding: 20px;
}

.stellarnav.desktop li.bigMenu ul ul {
  top: 100%;
  left: 0;
  width: 100%;
  background: #efefef;
  height: auto;
  max-height: 300px;
  overflow: auto;
}

.stellarnav.desktop li.bigMenu ul ul li {
  margin: 0;
}

.stellarnav.hasBigMenu li.bigMenu li.has-sub>a:after {
  border-left: 6px solid transparent;
  border-bottom: unset;
  border-right: 6px solid transparent;
  border-top: 6px solid #898989;
  right: 5px;
}

/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part {
  max-width: 1500px;
}

/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}

.product_page .product_menu_list {
  position: relative;
  width: 220px;
  letter-spacing: 1px;
  /*border-right: 1px solid #ccc;*/
  min-height: 30vw;
}

.product_page .products-list,
.product-wrapper {
  width: calc(100% - 270px);
}

ul.page {
  width: 100%;
}

.product-layer-two li ul {
  position: static;
  margin-top: 5px;
  /*display:block !important;*/
  width: 100%;
  margin-left: 0;
}

.product-layer-two li:hover ul {
  border: none !important;
  /*display:block !important;*/
}

.product-layer-two li li {
  display: block;
  padding: 0;
  transition: all ease .3s;
}

.product-layer-two li li a {
  padding: 5px 10px;
}

.product-layer-two li li:hover>a {
  background: #fff;
  color: #ad925e;
}

.product-layer-two>li {
  width: 100%;
  max-width: 100%;
  padding: 0;
  text-align: left;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 5px;
}

.product-layer-two>li ul>li+li {
  margin-top: 5px;
}

.product_info_page .product-layer-two {
  display: none;
}

.product_info_page .products-list,
.product-wrapper {
  width: 100%;
}

.product-layer-two li li:hover {
  margin-left: 15px;
}

.product-layer-two li li>a:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 8px;
  background: transparent;
  left: 0;
  margin-left: -20px;
  top: 50%;
  margin-top: -4px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.product-layer-two li li:hover>a:before {
  background: #ad925e;
}

.product_info_page .half_box {
  width: 100%;
  float: none;
  padding-right: 0;
}

.product_info_page .half_box li.btn_blankTop {
  margin-top: 50px;
  justify-content: space-between;
  display: flex;
}

.product_info_page .half_box li.btn_blankTop input {
  width: calc(50% - 10px);
  background-image: none;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 768px) {

  .product_menu_list,
  .products-list,
  .product-wrapper {
    width: 100%;
  }

  .product-layer-two {
    margin-right: 0;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 5px;
  }

  .product_page .product-layer-two,
  .product_page .products-list {
    width: 100%;
    border-right: none;
  }

  .product_page .product_menu_list>h5 {
    display: block;
  }

  .product_page .show_content>a {
    order: 1;
  }

  .product_page ul.products-list {
    order: 2;
  }

  .product_page ul.page {
    order: 3;
  }

  .product_page .product_menu_list {
    width: 100%;
    order: 0;
    min-height: unset;
  }
}

@media screen and (max-width: 600px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main {
  margin: 0;
}

.bannerindex {
  position: relative;
  height: auto;
}

.swiper-banner {
  position: static;
  margin: 0;
  height: auto;
}

/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
  .bannerindex {
    padding: 0;
    margin: 0;
  }
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*header*/
.tp_links {
  display: none;
}

.main_header_area {
  border-top: 0;
}

.header_area {
  background: #ece9e1;
  padding: 0px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .1);
  border-top: 5px solid #e58863;
}

.header_area.sticky {
  background: #ece9e1ed;
}

.me_tp_features {
  display: block;
}

@media screen and (max-width: 768px) {
  .header_area {
    padding: 10px;
  }
}

/*logo*/
.nav-brand {
  margin: 2px auto;
}

/*選單*/
.stellarnav ul {
  margin: 0;
}

.stellarnav>ul>li>a {
  font-size: 25px;
  margin: auto 15px;
  color: #000000;
  font-family: 微軟正黑體;
  font-weight: bolder;
  letter-spacing: 1px;
  transition: letter-spacing 0.4s ease, transform 0.4s ease;
  cursor: pointer;
}

.stellarnav>ul>li>a:hover {
  letter-spacing: 3px;
  color: #d36d50;
}

.stellarnav li.has-sub>a:after {
  border-top: 6px solid #f36830;
}

/*選單下拉*/
.stellarnav li li>a,
.stellarnav li li.has-sub>a {
  color: #000000;
  font-size: 20px;
  background: #ffffff;
  transition: all 0.3s ease;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
  color: #000000;
  background: #ece9e1;
}

.stellarnav ul ul:hover {
  background: #ece9e1;
}

/*menu*/
.stellarnav.mobile li a {
    font-size: 20px;}
.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
  max-width: 100%;
}

.stellarnav.mobile .menu-toggle {
  padding: 5px 10px;
  background: #ffffff;
  border-radius: 10px;
}

.stellarnav .menu-toggle:after {
  content: '選單';
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.stellarnav .menu-toggle span.bars span {
  width: 30px;
  height: 3px;
  background: #000000;
}

.stellarnav.mobile.left .close-menu {
  background: #ece9e1;
  font-size: 16px;
  font-weight: bold;
}

a.close-menu.full {
  border-radius: 0px;
}

.stellarnav .icon-close {
  width: 16px;
  height: 16px;
}

.stellarnav a {
  color: #000000
}

.stellarnav .icon-close:after {
  border-bottom: solid 2px #000000;
}

.stellarnav .icon-close:before {
  border-bottom: solid 2px #000000;
}

.stellarnav a.dd-toggle .icon-plus:after {
  width: 18px;
  border-bottom: solid 3px #ff8747;
}

.stellarnav a.dd-toggle .icon-plus:before {
  width: 18px;
  border-bottom: solid 3px #ff8747;
}

.stellarnav.mobile li a {
  font-size: 18px;
  font-weight: bold;
}

#bottom_menu li a {
  color: #000000;
}

.stellarnav.mobile li.open {
  background: #ece9e1;
  padding: 3px;
}

@media screen and (max-width: 768px) {
  .stellarnav.mobile>ul>li>a {
    font-size: 25px;
  }

  ul#bottom_menu {
    display: flex;
    background: #edebe3;
  }
}

/*最新消息-文章*/

.blog_subbox {
  grid-template-columns: repeat(1, 1fr);
}

.blog_list_le {
  aspect-ratio: 16 / 9
}

.blog_subbox .subbox_item {
  border-bottom: 1px solid #d1cec4;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.subbox_item a {
  grid-template-columns: 200px 1fr;
}

.blog_subbox .subbox_item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.blog_list_ri h5 {
  font-weight: bold;
  font-size: 25px;
  letter-spacing: 2px;
}

.blog_list_ri em {
  color: #5d5642;
}

.blog_list_ri p {
  font-size: 18px;
  color: #2d2d2d;
  font-weight: bold;
  letter-spacing: 2px;
  font-weight: bold;
}

.subbox_item a:after {
  background: none;
  border: 0px #ddd solid;
}

.subbox_item a:before {
  display: block;
  content: '點擊看更多→';
  position: absolute;
  z-index: 19;
  bottom: 10px;
  right: 10px;
  opacity: 0;
  font-size: 18px;
  font-weight: bold;
  color: #e58863;
  transition: all .6s;
}

h5.blog_le_t {
  font-size: 25px;
}

.blog_search input[type=search] {
  font-size: 16px;
}

.accordion li .link a {
  font-size: 18px;
}

@media screen and (max-width: 600px) {
  .subbox_item a {
    display: block;
  }
}

/*最新消息-文章內頁*/
.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
  background: #e58863 !important;
}

.blog_box_edit * {
  font-size: 18px;
}

.blog_back a.article_btn_next {
  background: #ece9e1;
  color: #000000;
  font-size: 18px;
  border-radius: 0px 5px 5px 0px;

}

.blog_back a.article_btn_back {
  background: #ed926f;
  color: #000000;
  font-size: 18px;
}

.blog_back a.article_btn_prev {
  background: #ece9e1;
  color: #000000;
  font-size: 18px;
  border-radius: 5px 0 0 5px;
}

.news_related {
  background: #fffdf3;
}

.news_related h6 span:before {
  content: '更多最新消息';
  font-size: 25px;
  color: #000000;
}

.news_related_list {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
}

.news_related_list li figure {
  aspect-ratio: 16 / 9;
}

.news_related_list li a p {
  font-size: 18px;
  color: #000000;
  line-height: 3;
}

.lastPage {
  border-radius: 10px;
  background: #b3ae9c;
}

/*佳陽徵才*/
.red {
    color: #ffffff;
    display: none;
}
.contact_editbox { padding: 0;}
.contact_content {
    width: 100%;
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
}
.contact_content .information_right {
  width: 100%;
  padding-left: 0px;
}

.contact_content .information_left {
  display: none;
}

.blank_letter {
  visibility: hidden;
  font-size: 0px;
  text-align: center;
}

.blank_letter::before {
  content: "填寫應徵資料";
  visibility: visible;
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 35px;
}

.blank_letter::after {
  content: "我們將依據學經歷進行初步審核。\A 若條件符合需求，將由專人與您聯繫並安排後續視訊面試。";
  visibility: visible;
  display: block;
  white-space: pre-wrap;
  margin-top: 0px;
  color: #000000;
  font-size: 25px;
  line-height: 1.6;
}

.contact_form li {
  grid-template-columns: 200px 1fr;
}

.noborder {
  padding: 15px;
}

.contact_form {
  font-size: 18px;
}
.contact_form li{
  font-size: 25px;
  font-weight: bold;
}
.contact_form li input.noborder {
  border: 1px #e7e4d7 solid;
  background: #f7f7f7;
  border-radius: 5px;
}

.contact_form li textarea.noborder {
  border: 1px #e7e4d7 solid;
  background: #f7f7f7;
  border-radius: 5px;
}

.contact_form li .form__label {
  max-width: 200px;
  text-align: left;
}

.contact_form li:has(input[type=checkbox]) .form__insert,
.contact_form li:has(input[type=radio]) .form__insert {
  grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(100px, max-content));
}

.contact_form>li:nth-child(1),
.contact_form>li:nth-child(11),
.contact_form>li:nth-child(15),
.contact_form>li:nth-child(20) {
  display: block;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  background: #edebe3;
  padding: 10px 0;
  border-radius: 15px 15px 0px 0px;
  text-align: center;
}
.contact_form>li:nth-child(23) {
  display: block;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 5px;
  font-weight: bold;
  background: #ffffff;
  padding: 10px 0;
}

.contact_form>li:nth-child(1) .form__insert,
.contact_form>li:nth-child(11) .form__insert,
.contact_form>li:nth-child(15) .form__insert,
.contact_form>li:nth-child(20) .form__insert,
.contact_form>li:nth-child(23) .form__insert {
  display: none;
}

.contact_form>li:nth-child(1) .form__label,
.contact_form>li:nth-child(11) .form__label,
.contact_form>li:nth-child(15) .form__label,
.contact_form>li:nth-child(20) .form__label{
  display: inline-block;
  width: auto;
  text-align: center;
  margin: 0 auto;
}
.contact_form>li:nth-child(23) .form__label{
  display: inline-block;
  width: auto;
  text-align: left;
  margin: 0 auto;
  max-width: 100%;
  font-size: 0
}
.contact_form>li:nth-child(23) .form__label::after {
  content: "※ 為確認工作年資，面試時請攜帶相關證明文件供查驗，如離職證明、勞保投保證明（或投保明細）等，\A 以作為年資佐證。"; 
  font-size: 25px;
  white-space: pre-line; 
  display: block;   
  line-height: 1.5;
}
.form__insert .tncode {
  background: linear-gradient(to bottom, #ffffff 0%, #fbfaf6 100%);
  box-shadow: 0 2px 5px #b3ae9c;
}

.contact_form li.last input {
  font-size: 18px;
}

.contact_form li.last blockquote {
  border-radius: 10px;
}

.contact_form li.last cite {
  border-radius: 10px;
  background: #b3ae9c;
}
@media screen and (max-width: 1024px) {
.contact_form>li:nth-child(23) .form__label::after {
  content: "※ 為確認工作年資，面試時請攜帶相關證明文件供查驗，如離職證明、勞保投保證明（或投保明細）等，以作為年資佐證。"; 
}}
@media screen and (max-width: 600px) {
  .contact_form li {
    grid-template-columns: 150px 1fr;
  }

  .contact_form li .form__label {
    background: none;
  }
}

@media screen and (max-width: 450px) {
  .contact_form li {
      grid-template-columns: 1fr;
  }
  .contact_form li .form__label { 
    max-width: 100%;
    background: #eceae275;
  }
   .blank_letter::after {
    content: "我們將依據學經歷進行初步審核。若條件符合需求，將由專人與您聯繫並安排後續視訊面試。";
    text-align: left;
  }

.contact_form>li:nth-child(1) .form__label,
.contact_form>li:nth-child(11) .form__label,
.contact_form>li:nth-child(15) .form__label,
.contact_form>li:nth-child(20) .form__label{
background: none;
}
.contact_form li input.noborder { background: #ffffff;}
}


/*footer*/
.box_link {
    display: flex;            
    flex-direction: row; 
}

.footer {
  background: #ece9e1;
}

.footer_info li p {
  font-size: 20px;
  color: #000000;
}

.footer_info li p a {
  font-size: 20px;
  color: #000000;
}

.footer_menu a {
  font-size: 18px;
  color: #000000;
  background: #ece9e1;
  text-decoration: none;
  border: none;
  padding: 10px 20px;
  display: inline-block;
  border: 1px #afaa9e solid;
  border-radius: 10px;
  text-align: center;
}

.footer_menu a:hover {
  background: #ece9e1;
  color: #000000;
}

.copy {
  color: #ffffff;
  background: #e58863;
  border-top: 0px #000000 solid;
}

.copy a {
  color: #ffffff;
}

.privacyLinks a+a {
  border-left: 1px #ffffff solid;
}

@media screen and (max-width: 768px) {
  .footer_info {
    padding: 0 25px;
  }

  .footer_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .footer_menu {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
  }
}

@media (max-width: 450px) {
  .footer_menu {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*內頁BANNER 設定*/
.banner {
  height: 300px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

}

.banner h5 {
  color: #502908;
  font-weight: bold;
  font-style: normal;
  letter-spacing: 1.5px;
  font-size: 36px;
  transform: translateY(-40px);
}

.banner.banA {}

.banner.banB {display: none;}

.banner.banC {
  display: none;
}

.banner.banD {}

.banner.banE {}

.banner.banF {}

.banner.banblog {
  overflow: hidden;
      background: linear-gradient(to bottom, #f4e9cd, #ffffff);
}

.banner.banblog::after {
  content: "";
  position: absolute;
  width: 1000px;  
  height: 1000px; 
  background-image: url('https://pic03.eapple.com.tw/jiayangsp/S-02.png');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 50%;
  bottom: -850px;
  transform: translateX(-50%);
  animation: sunRotate 30s linear infinite;
}
@keyframes sunRotate {
  from {
    transform: translateX(-50%) rotate(0deg);
  }

  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */





@media screen and (max-width: 768px) {

  /* 開啟手機板下方按鈕所需設定 */
  #bottom_menu {
    display: block;
  }

  .footer.with_shopping_mode {
    padding: 30px 0 70px;
  }

  #to_top {
    bottom: 60px;
  }
}

@media screen and (max-width: 600px) {}