@charset "utf-8";
body {
  font-family: "Open Sans", sans-serif, "Noto Sans TC", sans-serif, 'Font Awesome 6 Free';
}

/* 捲軸寬度及高度 */

&::-webkit-scrollbar {
  background: #ffffff;
  width: 4px;
}

/* 捲軸兩側頂端的按鈕 */

&::-webkit-scrollbar-button {
  display: none;
}

/* 滑桿顏色 */

&::-webkit-scrollbar-thumb {
  background-color: #000;
  border-radius: 0px;
  transition: all 0.3s;
}

/* 軌道背景底色 */

&::-webkit-scrollbar-track {
  background-color: #ffffff;
}

/*頁面導覽列*/

.path p,
.path p a {
  display: none;
}

.promotion_title,
.other_promotion {
  display: none;
}

.box_link a:nth-of-type(4) {
  display: none;
}

/*header*************************************************************/

.navigation {
  grid-template-columns: 230px 1fr;
  padding: 0 20px;
}

.nav-header {
  max-width: 230px;
}

.nav-brand {
  width: 230px;
  transition: all 0.4s;
  position: absolute;
}

.header_area {
  background: #fff;
  transition: all .4s ease-in-out;
  padding: 20px 0px;
  position: sticky;
  width: 100%;
}

.header_area.sticky {
  background: #fff;
}

.pageIndex .header_area {
  position: fixed;
}

.me_tp_features {
  display: none;
}

/*第一層*/

.stellarnav li.has-sub>a:after {
  display: none;
}

.stellarnav>ul>li>a {
  letter-spacing: 3px;
  color: #626262;
  font-weight: 600;
  font-size: 18px;
  padding: 0px 27px;
  margin: 0px;
  position: relative;
  z-index: 1;
}

.stellarnav>ul>li>a b {
  font-weight: 500;
}

.stellarnav>ul>li.has-sub>a {
  padding-right: 27px;
}

.stellarnav>ul>li>a:hover {
  color: #363636;
}

.stellarnav>ul>li:after {
  content: '';
  position: absolute;
  right: 0px;
  bottom: 16px;
  width: 1px;
  height: 15px;
  background-color: #666666;
  transform: rotate(15deg);
}

.stellarnav>ul>li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: #ebebeb;
  border-radius: 500px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.4s ease-out;
}

.stellarnav>ul>li:hover:before {
  transform: translate(-50%, -50%) scale(1.5);
}

.stellarnav>ul>li>a b:nth-of-type(2) {
  font-size: 11px;
}

.stellarnav>ul>li:nth-last-child(1):after {
  display: none
}

/*第二層*/

.stellarnav ul ul {
  background: #ffffff;
  box-shadow: 1px 1px 25px rgb(0 0 0 / 4%);
  border-radius: 10px;
  width: 170px;
}

.stellarnav li li {
  border: none;
}

.stellarnav>ul>li.drop-left>ul {
  right: -20px;
}

.stellarnav li li>a,
.stellarnav li li.has-sub>a {
  padding: 10px 12px;
  transition: all 0.3s;
  border: none;
  position: relative;
  letter-spacing: 2px;
  font-size: 16px;
  color: #444;
}

.stellarnav li li:hover>a,
.stellarnav li li.has-sub:hover>a {
  color: #3d3d3d;
  background: #f5f5f5;
  border: none;
  margin: 7px;
  border-radius: 10px;
}

@media screen and (max-width: 1200px) {
  .stellarnav>ul>li>a {
    padding: 0px 15px;
  }
}

@media screen and (max-width: 1024px) {
  .navigation {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
  }
  .main_header_area .container {
    max-width: 95%;
  }
  .header_area {
    padding: 55px 20px 0;
  }
  .navigation {
    padding: 0;
  }
  .pageIndex .header_area {
    position: sticky;
  }
  .nav-brand {
    top: -42px;
  }
  .stellarnav ul {
    padding: 20px 0;
  }
}

@media screen and (max-width: 900px) {
  .stellarnav>ul>li>a {
    padding: 0px 13px;
    font-size: 16px;
  }
  .stellarnav>ul>li.has-sub>a {
    padding-right: 13px;
  }
}

@media screen and (max-width: 768px) {
  .nav-brand {
    position: sticky;
  }
  .header_area {
    padding: 20px 0;
  }
  .stellarnav .menu-toggle,
  .stellarnav .call-btn-mobile,
  .stellarnav .location-btn-mobile,
  .stellarnav .close-menu {
    padding: 0px;
  }
}

@media screen and (max-width: 600px) {
  .nav-brand {
    margin-left: 30px;
    width: 167px;
  }
}

/*FOOTER**************************************************************/

.footer .me_tp_mail {
  display: none;
}

.footer .center {
  padding: 0px 30px;
}

.copy a:hover {
  color: #444;
}

.footer_menu a:first-child {
  display: none;
}

.footer {
  background: #f9f9f9;
  padding: 80px 0 0px;
}

.footer_info ul {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.footer_info {
  display: flex;
  flex-direction: column;
  padding: 0px;
}

.footer_logo {
  display: none;
}

.footer_menu {
  display: flex;
  justify-content: flex-end;
}

.footer_info li:nth-child(1) {
  width: 60%;
}

.footer_info li:nth-child(2) {
  width: 100%;
}

.footer_info li p {
  color: #444;
  font-size: 17px;
}

.footer_info li {
  display: flex;
  flex-direction: column;
  /* 垂直排列 */
}

.footer_info .line {
  order: 3;
}

.footer_info .tel {
  order: 1
}

.footer_info .tel2 {
  display: none;
}

.footer_info .fax {
  order: 2;
}

.footer_info .mail {
  display: none;
}

.footer_info .add {
  order: 5;
}

.footer_info .add2 {
  order: 4;
}

.footer_info li p.add2:before {
  content: '信箱：';
}

.footer_menu a {
  border: none;
  margin: 0 7px;
  background: transparent;
  letter-spacing: 1pt;
  transition: .4s;
  color: #444;
  font-size: 17px;
}

.footer_menu a:hover {
  background: #b2b2b2;
  transition: .4s;
}

.copy {
  padding: 10px 0;
  width: 95%;
  margin: 50px auto 0px;
  font-size: 11px;
  color: #7e7e7e;
}

a {
  color: #595959;
}

.box_link {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: row;
  top: 48px;
  right: 43px;
}

.box_link a {
  font-size: 19px;
  border: none;
  transition: .4s;
}

.box_link a:hover {
  color: #b2b2b2;
  transition: .4s;
}

.footer_info li p a {
  letter-spacing: 2px;
}

@media screen and (max-width: 1200px) {
  .footer_info li:nth-child(1) {
    width: 50%;
  }
  .copy {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 980px) {
  .footer_info ul {
    flex-wrap: wrap;
  }
  .footer_menu {
    justify-content: flex-start;
  }
  .box_link {
    top: -10px;
  }
  .copy {
    border: none;
  }
  .footer_menu {
    flex-wrap: wrap;
  }
  .footer_info li:nth-child(1) {
    width: 100%;
    padding: 0px 15px;
  }
  .footer_logo {
    padding: 0px 18px;
  }
  .footer_menu a {
    margin: 7px 7px;
    padding: 7px 10px;
  }
  .copy {
    margin-top: -10px;
  }
  .footer {
    padding: 80px 0 0px;
  }
}

@media screen and (max-width: 768px) {
  .box_link {
    justify-content: flex-start;
    top: 2px;
    left: 2px;
    padding: 0px 0px;
  }
  .footer_info li+li {
    margin-top: 8px;
  }
  .footer_menu a {
    margin: 7px 7px;
    border: 1pt solid #dadada;
    border-radius: 5px;
  }
  .copy {
    margin-top: 10px;
    font-size: 9px;
  }
  .footer.with_shopping_mode {
    padding: 80px 0 50px;
  }
  #bottom_menu li {
    background: #595959;
  }
  #bottom_menu li a i {
    color: #ffffff;
  }
  #bottom_menu li a em {
    color: #FFF;
  }
}

/*大圖****************************************************************/

#content_main {
  margin: 0;
}

.bannerindex {
  position: relative;
  height: auto;
}

.swiper-banner {
  position: static;
  margin: 0;
  height: auto;
}

.swiper-slide {
  padding: 0px !important;
}

.swiper-slide img {
  height: auto;
}

.swiper-pagination {
  display: none;
}

.swiper-slide {
  position: relative;
}

.bannerindex:before {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.bannerindex:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:before {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

.bannerindex .swiper-slide.swiper-slide-active:after {
  content: "";
  position: absolute;
  z-index: 999;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .bannerindex {
    padding: 0;
    margin: 0;
  }
}

.bannerindex:before {
  background: url(https://pic03.eapple.com.tw/dayalaw/title01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  bottom: 12%;
  left: 13%;
  width: 24% !important;
  height: 71% !important;
  background-position: left;
  padding-bottom: calc(100% / 1 * 0.12);
  animation: fade-in-left 2s cubic-bezier(.39, .575, .565, 1.000) both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
  background: url(https://pic03.eapple.com.tw/dayalaw/title02.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 16%;
  right: 7%;
  width: 78% !important;
  height: 73% !important;
  background-position: right;
  padding-bottom: calc(100% / 1 * 0.12);
  animation: fade-in-top 2s cubic-bezier(.39, .575, .565, 1.000) both;
}

.bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
  background: url(https://pic03.eapple.com.tw/dayalaw/title03.png);
  background-size: contain;
  background-repeat: no-repeat;
  top: 16%;
  right: 7%;
  width: 78% !important;
  height: 73% !important;
  background-position: right;
  padding-bottom: calc(100% / 1 * 0.12);
  animation: fade-in-right 2s cubic-bezier(.39, .575, .565, 1.000) both;
}

@keyframes fade-in-top {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-right {
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-left {
  0% {
    transform: translateX(-80px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@media screen and (max-width: 600px) {
  .bannerindex .swiper-slide img {
    display: none;
  }
  .bannerindex .swiper-slide {
    height: 130vw;
    width: 100% !important;
  }
  /*圖片比例*/
  .bannerindex .swiper-slide {
    background-image: url(https://pic03.eapple.com.tw/dayalaw/rwd_bg.jpg);
    background-position: top;
    background-size: cover;
  }
  /*個別換背景*/
  .bannerindex:before {
    background: url(https://pic03.eapple.com.tw/dayalaw/title01_rwd.svg);
    background-size: contain;
    background-repeat: no-repeat;
    bottom: 65%;
    left: 5.5%;
    width: 90% !important;
    height: 29% !important;
    background-position: left;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-left 2s cubic-bezier(.39, .575, .565, 1.000) both;
  }
  .bannerindex .swiper-slide.swiper-slide-active:nth-child(1):before {
    background: url(https://pic03.eapple.com.tw/dayalaw/title02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 31%;
    right: 4.5%;
    width: 90.5% !important;
    height: 71% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 2s cubic-bezier(.39, .575, .565, 1.000) both;
  }
  .bannerindex .swiper-slide.swiper-slide-active:nth-child(2):before {
    background: url(https://pic03.eapple.com.tw/dayalaw/title03.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 31%;
    right: 4.5%;
    width: 90.5% !important;
    height: 71% !important;
    background-position: right;
    padding-bottom: calc(100% / 1 * 0.12);
    animation: fade-in-top 2s cubic-bezier(.39, .575, .565, 1.000) both;
  }
}

/********文章**********************************************/

/*側邊選單*/

h5.blog_le_t em {
  font-weight: 400;
}

.blog_search input[type=search] {
  border-radius: 0px;
}

.fa-circle-chevron-right::before {
  content: "\f105";
}

.blog_le .accordion {
  border-radius: 0px;
  border: none;
}

.accordion li .link a {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 1s;
}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {
  background: #252525 !important;
  transition: all 1s;
}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
  color: #fff !important;
}

.blog_le .accordion>li:hover .link i,
.blog_le .accordion>li.on_this_category .link i {
  color: #fff !important;
}

.submenu a {
  background: #eee;
}

.submenu li.on_this_category a,
.submenu a:hover {
  background: #b4b4b4;
  color: #fff;
  padding-left: 35px;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover i {
  left: 10px;
  transition: all 0.4s;
}

.submenu a:hover i,
.submenu li.on_this_category a i {
  left: 10px;
  transition: all 0.4s;
}

h5.blog_le_t {
  margin-bottom: 15px;
  font-weight: 400;
  margin-left: 10px;
  font-family: "Noto Sans TC", serif;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

h5.blog_le_t span {
  font-size: 16px;
  text-transform: uppercase;
}

/*文章內頁*/

h4.blog_category_title {
  color: #444;
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.blog_box_edit * {
  line-height: 150%;
  /* color: #444; */
  letter-spacing: 0.04em;
  /* font-size: 15px; */
}

.blog_back a.article_btn_next,
.blog_back a.article_btn_prev {
  background: #313131;
}

.blog_back a.article_btn_back {
  background: #a8a8a8;
}

/*相關文章*/

.news_related {
  background: #fff;
  backdrop-filter: saturate(93%) blur(10px);
}

.news_related h6 span:before {
  font-size: 22px;
  color: #444;
  letter-spacing: 1px;
}

.news_related_list li a {
  transition: all .5s;
}

.news_related_list li a:hover {
  transform: translateY(-20px);
  transition: all .5s;
}

.lastPage {
  background: #353535;
  margin: 20px auto 10px;
}

/*文章外觀*/

.blog_subbox {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

.subbox_item a {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.blog_list_ri h5 {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  letter-spacing: 0.5px;
}

.blog_list_ri p {
  font-size: 15px;
  letter-spacing: 0.5px;
}

/*首頁文章*/

.module_i_news .title_i_box {
  display: none;
}

.i_blog_b {
  max-width: 100%;
}

.module_i_news ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.module_i_news li a {
  display: flex;
  flex-direction: column;
}

.module_i_news_list,
.module_i_news_list.swiper {
  padding: 30px 0 50px;
}

.i_blog_ri h5 {
  font-size: 18px;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.i_blog_ri p {
  font-size: 13px;
  letter-spacing: 0.5px;
}

.animated-arrow {
  background: #000000;
  height: 40px;
  line-height: 40px;
}

.i_blog_b a b {
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .module_i_news ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .module_i_news {
    padding: 0px 20px;
  }
  .animated-arrow {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .module_i_news ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width: 600px) {
  .module_i_news ul {
    grid-template-columns: 1fr;
  }
  .module_i_news li a:after {
    display: none;
  }
  .i_blog_ri h5 {
    font-size: 17px;
  }
  .i_blog_ri em {
    font-size: 14px;
  }
  .i_blog_ri p {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .blog_subbox {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog_list_ri h5 {
    font-size: 15px;
  }
  .blog_list_ri em {
    font-size: 11px;
  }
  .blog_list_ri p {
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 300;
  }
  .subbox_item a:before {
    display: none;
  }
}

/********購物車**********************************************/

/*側邊分類*/

.mobile_product_name {
  display: block;
  margin-bottom: 50px;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 20px;
  background: #f9f9f9;
  padding: 15px;
  border-left: 5px solid #000;
  font-size: 28px;
}

.product-layer-two>li {
  border: none;
}

.product-layer-two li a {
  border: none;
  background: #323232;
  color: #fff;
  font-size: 18px;
}

.product-layer-two li i {
  color: #fff
}

.product-layer-two li li a {
  padding: 5px 10px;
  background: #c8e7fb;
  color: #444;
}

.product-layer-two li li:hover>a {
  background: #dcf1ff;
  color: #464646;
}

.product-layer-two li li:hover>a:before {
  background: #dcf1ff;
}

.product-layer-two li li.active a {
  background: #cecece;
  margin: 5px 0px 5px 15px;
}

.product-layer-two li li.active a:before {
  background: #cecece;
}

/*外層設定*/

.products-list .name {
  font-size: 19px;
}

.products-list .more {
  border: 1px solid #444;
  color: #444;
  font-weight: 400;
  background: #fff;
}

.products-list .item a:hover .more {
  background: #444;
}

/*內頁設定*/

.sidebarBtn {
  display: none;
}

.product_main {
  width: 100%;
}

#prod_thumbSwiper .swiper-slide::before {
  display: none;
}

.edit {
  line-height: 200%;
  color: #444;
  letter-spacing: 0.04em;
  font-size: 18px;
}

/*相關*/

.prod_related h6 span:before {
  content: '其他案例';
  font-size: 24px;
  color: #000;
  font-weight: 500;
}

/*分隔線*******************************************************/

/* 商品下拉超過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;
}

/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 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;
  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;
  width: 100%;
  margin-left: 0;
}

.product-layer-two li:hover ul {
  border: none !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: none;
  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) {
  .products-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 5px;
  }
  .products-list .name {
    text-align: center;
    font-size: 16px;
  }
  .products-list .more {
    font-size: 12px;
    line-height: 25px;
  }
}

/********分隔線**************************************************************/

/*內頁BANNER 設定*/

.banner {
  background: transparent;
  min-height: 150px;
  padding: 30px 0px 0px 0px;
}

.banner h5 {
  font-weight: 400;
  font-size: 25px;
  letter-spacing: 2px;
  position: relative;
  color: transparent;
}

.banner h5:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
}

.article_a .banner h5:after {
  content: 'ARTICLES';
}

.contact_page .banner h5:after {
  content: 'CONTACT';
}

.product_page .banner h5:after {
  content: 'CASES';
}

/*聯絡我們*******************************************************/

.info_TEL2:before {
  content: "營業時間";
}

.list_before {
  display: flex;
  flex-direction: column;
}

.info_TEL2 {
  order: 4;
}

/*標題*/

.blank_letter {
  color: #333;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3px;
  padding-top: 0;
  font-family: "Noto Sans TC", sans-serif;
}

/*左側資訊*/

.contact_content .information_left {
  margin-bottom: 80px;
}

.list_before.info li {
  border-bottom: 1px solid #eee;
  padding: 5px 5px 10px 70px;
  word-break: break-word;
  line-height: 170%;
  font-size: 17px;
}

.list_before.info li:before {
  font-weight: 400;
  letter-spacing: 1px;
  width: 40px;
  font-size: 17px;
}

.info_TEL2 {
  padding-bottom: 40px;
  position: relative;
}

.info_TEL2:after {
  content: "(12:00~13:30中午休息)";
  display: inline-block;
}

.info_MAIL {
  display: none;
}

.info_ADD2 {
  order: 4
}

.info_ADD2:before {
  content: "信箱";
}

/*順序*/

.info_TEL {
  order: 1
}

.info_TEL2 {
  order: 6
}

.info_LINE {
  order: 3
}

.info_FAX {
  order: 2
}

.info_MAIL {
  order: 4
}

.info_ADD {
  order: 5
}

/*表格設定*/

.contact_content .information_right {
  width: calc(100% - 305px);
  padding-left: 70px;
  padding-top: 50px;
}

button,
input,
optgroup,
select,
textarea {
  outline: none;
}

.contact_form li input.noborder,
.contact_form li textarea.noborder {
  border: none;
  background: #fafafa;
}

.contact_form li.last blockquote,
.contact_form li.last cite {
  border: 1px solid #888;
}

.contact_form li.last blockquote {
  color: #888;
}

.contact_form li.last cite {
  background: #888;
}

.contact_form li.last blockquote:hover input,
.contact_form li.last cite:hover input {
  letter-spacing: 4px;
}

.noborder {
  padding: 10px;
  border-radius: 6px;
}

.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(20px, 20px) minmax(250px, 1fr));
  line-height: 1.8;
}

.form select {
  width: 100%;
  border: 1px solid #eee;
  padding: 6px 26px 6px 6px;
}

.contact_form li {
  grid-template-columns: 100px 1fr;
  grid-gap: 30px;
  margin-bottom: 8px;
}

.contact_form li .form__label {
  display: block;
  width: 100px;
  max-width: 100%;
  text-align: justify;
  font-size: 17px;
}

.contact_form li .form__label::after {
  content: '';
  display: inline-block;
  width: 100%;
}

.blank_letter.f {
  position: absolute;
  top: 10px;
  left: 55px;
}

.note.red {
  position: relative;
}

.red {
  color: #ff4c4c;
  position: absolute;
  left: 50px;
}

.contact_form li .form__insert {
  font-size: 17px;
  letter-spacing: 2.5px;
}

.contact_form li:nth-of-type(5) .form__label:after {
  content: '(可複選)';
  display: inline-block;
  width: 100%;
  letter-spacing: 6.9px;
  padding-top: 6px;
}

@media screen and (max-width: 768px) {
  /*左側資訊*/
  .list_before.info li {
    font-size: 16px;
    padding: 5px 5px 15px 70px;
  }
  .list_before.info li:before {
    /* font-size: 12px; */
  }
  .info_TEL2:before {
    content: "營業\A時間";
    word-break: break-word;
  }
  .info_TEL2 {
    display: flex;
    align-items: center;
  }
  /*表單設定*/
  .contact_form li {
    grid-gap: 5px;
    grid-template-columns: 140px 1fr;
  }
  .contact_form li .form__label {
    padding-left: 25px;
    width: 85%;
  }
  .red {
    left: 10px;
  }
  .form select {
    margin: 0;
  }
  .contact_form li.last blockquote,
  .contact_form li.last cite {
    padding: 0;
  }
  .contact_form li.last input {
    /* font-size: 12px; */
  }
}

@media screen and (max-width: 600px) {
  .contact_form {
    margin-top: 20px;
  }
  .contact_form li {
    margin-bottom: 10px;
  }
  .contact_form li .form__label {
    background: transparent;
    padding: 0;
    width: 80%;
    font-weight: 400;
    padding-left: 30px;
  }
  .contact_form li:nth-of-type(5) .form__label:after {
    letter-spacing: 5.9px;
  }
  .contact_form li:has(input[type=checkbox]) .form__insert,
  .contact_form li:has(input[type=radio]) .form__insert {
    /* font-size: 12px; */
  }
  .form select {
    font-size: 12px;
  }
  .blank_letter {
    /* font-size: 16px; */
    font-weight: 600;
  }
  .noborder {
    padding: 5px;
  }
}

.contact_form li.last cite {
  background: #000;
}

/*標題*/

@media screen and (max-width: 768px) {
  .contact_content .information_right {
    width: 100%;
    padding-left: 10px;
  }
  .banner {
    background: transparent;
    min-height: 60px;
    padding: 60px 0px 0px 0px;
  }
}

@media screen and (max-width: 600px) {
  .blank_letter {
    font-weight: 500;
  }
}

@media screen and (max-width: 500px) {
  .contact_form li {
    grid-template-columns: 1fr;
  }
  .contact_form li .form__label::after {
    display: none;
  }
  .contact_form li .form__label {
    text-align: start;
    letter-spacing: 1px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
  .contact_form li:nth-of-type(5) .form__label:after {
    display: contents;
    letter-spacing: 1px;
    padding: 0px 0px 0px 20px;
  }
  .contact_content .information_right {
    width: 80%;
    padding-left: 10px;
  }
  .contact_form li:has(input[type=checkbox]) .form__insert,
  .contact_form li:has(input[type=radio]) .form__insert {
    padding-top: 10px;
  }
  .red {
    color: #ff4c4c;
    position: static;
  }
  .contact_form li:nth-of-type(4) .form__label,
  .contact_form li:nth-of-type(5) .form__label {
    border-bottom: 1px solid #e7e7e7;
  }
}

/***********************************************************************/

@media screen and (max-width: 768px) {
  /* 開啟手機板下方按鈕所需設定 */
  #bottom_menu {
    display: flex;
  }
  .stellarnav.mobile.right .close-menu,
  .stellarnav.mobile.left .close-menu {
    font-size: 14px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 30px;
    padding-right: 10px;
  }
  .footer.with_shopping_mode {
    padding: 30px 0 70px;
  }
  #to_top {
    bottom: 60px;
  }
  .stellarnav>ul>li.drop-left>ul {
        right: 0px !important;
}
  .stellarnav.mobile>ul>li>a {
    font-size: 15px;
  }
  .stellarnav>ul>li>a b:nth-of-type(2) {
    font-size: 15px;
  }
  .stellarnav.mobile.right>ul,
  .stellarnav.mobile.left>ul {
    height: fit-content;
    top: -1px;
  }
  .stellarnav>ul>li:after {
    display: none;
  }
  .stellarnav>ul>li:before {
    left: 14%;
  }
  .stellarnav.mobile ul ul {
    margin: 10px;
  }
  .stellarnav a.dd-toggle .icon-plus:before,
  .stellarnav a.dd-toggle .icon-plus:after {
    border-bottom: solid 2px #777;
  }
  .stellarnav.mobile li.open {
    padding-top: 15px;
  }
  .stellarnav.mobile li.open a.dd-toggle {
    top: 15px;
  }
}

/**/

.info_fix_map span::before {
  content: "\f3c5" !important;
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  position: static;
  padding-top: 15px;
  font-size: 25px;
}

/**/

#bottom_menu li:nth-of-type(3),
#bottom_menu li:nth-of-type(5) {
  display: none;
}