@charset "utf-8";

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n)

*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Klee+One&display=swap");

body {
    font-family: "Noto Sans TC", sans-serif;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection {
    background-color: #db9833;
    color: #fff;
}
::selection {
    background-color: #db9833;
    color: #fff;
}

body {
    overflow: overlay;
}
&::-webkit-scrollbar {
    background: #fff;
    width: 7px;
}
&::-webkit-scrollbar-button {
    display: none;
    background: #fff;
    border-radius: 0;
}
&::-webkit-scrollbar-track-piece {
    background: #fff;
}

&::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #db9833;
}

&::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path {
    display: none;
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #bb9f87;
}
.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
    display: none;
}
/* 
  .swiper-wrapper .swiper-slide.swiper-slide:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(https://pic03.eapple.com.tw/quickright/inbg.png);
      width: 100%;
      max-width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      z-index: 1000;
      opacity: 0;
      animation: banner-banner-show 1s forwards;
      animation-delay: 2.6s;
  } */

@keyframes banner-banner-show {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* 開場動畫 */

.bannerindex::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/quickright/logo-00.png);
    width: 526px;
    height: 245px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 101;
    pointer-events: none;
    animation: banner-logo 3s forwards;
}
.bannerindex::after {
    content: "";
    display: block;
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 100;
    animation: banner-bg 3s forwards;
}

.swiper-banner::after {
    content: "";
    display: block;
    height: 0px;
    background-color: transparent;
    pointer-events: none;
    position: fixed;
    bottom: 240px;
    z-index: 500;
    opacity: 0;
    border: #db9833 1.5px solid;
    animation: banner-line-brown 3s forwards;
}

@keyframes banner-logo {
    0% {
        opacity: 0;
        filter: blur(0);
    }
    25% {
        opacity: 1;
        filter: blur(0);
    }
    50% {
        filter: blur(0);
        opacity: 1;
    }
    80% {
        filter: blur(0);
        opacity: 1;
    }
    100% {
        filter: blur(10);
        opacity: 0;
    }
}
@keyframes banner-bg {
    0% {
    }
    50% {
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes banner-line-white {
    0% {
        width: 420px;
        opacity: 1;
    }
    50% {
        width: 420px;
        opacity: 1;
    }
    80% {
        width: 420px;
        opacity: 1;
    }
    100% {
        width: 2180px;
        opacity: 0;
    }
}

@keyframes banner-line-brown {
    0% {
        width: 0;
        right: auto;
        left: 0;
        opacity: 1;
    }
    50% {
        width: 100%;
        right: auto;
        left: 0;
        opacity: 1;
    }
    51% {
        width: 100%;
        right: 0;
        left: auto;
        opacity: 1;
    }
    100% {
        width: 0;
        right: 0;
        left: auto;
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .bannerindex::before {
        width: 300px;
    }
}

/*首頁+聯絡按鈕*/
.animated-arrow {
    background: #c1b09c;
}
.swiper-pagination {
    left: 50%;
    margin-left: 0;
    transform: translate(-50%, 0);
}

/*預設解除背景輪播*/
#content_main {
    margin: 0;
    background: transparent;
    z-index: 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;
    }
}

#content {
    width: 100%;
    min-height: 80vh;
    background: #fafbf6;
    background-position: top center;
    background-size: 100% auto;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*選單設定*/

.header_area,
.header_area.sticky {
    background: #ffffffe8;
    box-shadow: 0 0 20px #e4e4e4; /* width: 90%; */
    padding: 28px;
}
.header_area .main_header_area {
    /* position: fixed; */
    background: transparent;
    width: 100%;
    transition: all 0.5s;
}
.header_area.sticky .main_header_area {
    transition: all 0.5s;
}

.header_area .me_tp_features {
    display: flex;
    /* position: fixed; */
    order: 2;
    width: fit-content;
    /* top: 30px; */
    /* right: 2%; */
    margin-bottom: 0;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    align-items: center;
}
.header_area.sticky .me_tp_features {
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* .header_area .stellarnav .menu-toggle, */
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
    display: block;
    position: fixed;
    top: 27px;
    right: 1%;
    transition: all 0.5s;
    pointer-events: all;
}

/* 漢堡 */

.stellarnav .menu-toggle {
    text-align: center;
}
.stellarnav .menu-toggle:after {
    content: "";
    display: block;
    font-size: 12px;
    text-align: center;
    color: #43453d;
    font-family: "Klee One", "Noto Serif TC";
}

.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 26px;
    height: 2px;
    border-radius: 6px;
    background: #43453d;
    margin: 0 auto 6px;
    left: 0;
    transition: 0.5s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {
    left: -10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {
    opacity: 1;
    transition: all 1s;
}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {
    left: 10px;
    transition: all 0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* BAR */

/* 購物籃 */
.tp_links {
    display: none;
}
.box_search input[type="text"] {
    display: none;
    background: url(../images/search-icon.png) no-repeat 9px center #fff;
    border: 0;
    padding: 2px 0px 4px 42px;
    width: calc(20% - 42px);
    border-radius: 10em;
    transition: all 0.5s;
    outline: none;
    background-color: transparent;
    border-bottom: 1px #3f3f3f solid;
    border-radius: 0;
    transition: all 0.3s;
}
.box_search input[type="text"]:hover {
    color: #3f3f3f;
    transition: all 0.3s;
}
.box_search input[type="text"]:focus {
    color: #3f3f3f;
    transition: all 0.3s;
}
.shop_search_btn {
    display: none;
    background: #3f3f3f;
    color: #fff;
    font-size: 13px;
    border: none;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    padding: 4px 15px;
    cursor: pointer;
}
.box_search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60%;
    margin-bottom: 0;
    margin-right: 30px;
}
.me_tp_features a {
    margin: 0 0;
}
.me_tp_features a.tp_btn_cart {
    margin-right: 20px;
}
.me_tp_features a:hover i {
    color: #db9833;
}
.me_tp_features a.tp_btn_cart span {
    display: none;
}
.me_tp_features a.tp_btn_notice span {
    display: none;
}

/* 選項 */
.stellarnav > ul > li > a {
    margin: 0 20px;
    color: #43453d;
    /* display: flex; */
    /* position: relative; */
    font-family: "Noto Sans TC";
    font-size: 17px;
    line-height: 20px;
    /* height: auto; */
    margin: 0px 5px;
    /* overflow: visible; */
    /* cursor: pointer; */
    text-align: center;
    transition: all 0.3s;
    opacity: 1;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
}
.stellarnav > ul > li > a:hover {
    transition: all 0.3s;
    color: #db9833;
}
.stellarnav li.has-sub > a:after {
    display: none;
}
.stellarnav > ul > li > a b {
    /* display: inline; */
    /* line-height: 15px; */
    /* height: 20px; */
}
.stellarnav > ul > li > a b:nth-child(1) {
    /* margin-right: 20px; */
    font-weight: 500;
}
.stellarnav > ul > li > a b:nth-child(2) {
    /* font-size: 14px; */
    color: #43453d;
    /* word-break: keep-all; */
}
.stellarnav li {
    opacity: 1;
}
/* .stellarnav li::before {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    margin: 25px 0;
    background-color: #45413d21;
    animation: line-left-right 1s forwards linear;
} */
.navigation {
    width: 100%;
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: row;
}
.main_header_area .container {
    margin: 0 2% 0 auto;
}

/* 選項 */
.stellarnav > ul > li > a {
    margin: 0 20px;
    color: #43453d;
    /* display: flex; */
    /* position: relative; */
    font-family: "Noto Sans TC";
    font-size: 17px;
    /* line-height: 20px; */
    /* height: auto; */
    /* margin: 0px 5px; */
    /* overflow: visible; */
    /* cursor: pointer; */
    /* text-align: center; */
    transition: all 0.3s;
    opacity: 1;
    /* flex-direction: row; */
    /* flex-wrap: nowrap; */
}
.stellarnav > ul > li.has-sub > a {
    padding: 0;
}
.stellarnav > ul > li > a:hover b {
    color: #db9833;
}

/* 字 動畫 */

.stellarnav > ul > li {
    opacity: 0;
    animation: up 1.5s forwards;
    animation-delay: 0.2s;
}

/* 下拉 */
.stellarnav ul ul {
    display: none !important;
    top: auto;
    width: 160px;
    position: relative;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #fff;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*開場NAV */
.nav-header {
    opacity: 1;
    max-width: 300px;
}
.pageIndex .nav-header {
    opacity: 0;
    animation: banner-nav-logo 1s forwards;
    animation-delay: 2.6s;
    padding-top: 20px;
}

@keyframes banner-nav-logo {
    0% {
        top: 87px;
        opacity: 0;
    }
    100% {
        top: 3px;
        opacity: 1;
    }
}

.pageIndex .header_area .me_tp_features,
.pageIndex .header_area {
    opacity: 0;
    animation: banner-navbar 1s forwards;
    animation-delay: 2.6s;
}
/* .stellarnav.desktop .menu-toggle, */
.header_area .me_tp_features {
    /* padding: 0 10px; */
    opacity: 1;
    top: 57px;
}

@keyframes banner-navbar {
    0% {
        top: -20px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

/*LOGO設定*/

@keyframes show-logo {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes show-line {
    0% {
        right: 100%;
        opacity: 0;
    }
    100% {
        right: 0;
        opacity: 1;
    }
}

.nav-header {
    position: fixed;
    z-index: 123;
    top: 23px;
    left: 4%;
    /* opacity: 0; */
}

.footer_logo img {
    width: 100%;
    filter: brightness(11.5);
}
.footer_logo {
    vertical-align: top;
    width: 320px;
    margin: 0;
}
.nav-brand {
    display: inline-block;
    width: 100%;
}
.footer_info ul {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 310px);
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .header_area,
    .header_area.sticky {
        width: 100%;
    }
    .navigation {
        flex-direction: column;
    }
    .nav-header {
        position: relative;
        padding-top: 0;
        top: 0;
    }
    .pageIndex .nav-header {
        padding-top: 0;
    }
    .nav-brand img {
        position: relative;
        max-width: 100%;
        /* z-index: 100000; */
        transition: all 0.3s;
    }
    .header_area.sticky a.nav-brand::before {
        width: 20%;
        left: 50%;
        transform: translateX(-50%);
        transition: all 0.3s;
    }
    .stellarnav > ul > li > a {
        margin: 0 15px;
    }
    .stellarnav.desktop.active > ul {
        width: 40%;
    }
}

@media screen and (max-width: 768px) {
    .nav-brand-m {
        display: block;
        text-align: left;
        padding: 15px 10px;
    }
    .nav-brand-m img {
        max-width: 200px;
        width: 100%;
    }
    .nav-brand {
        display: inline-block;
        /* position: fixed; */
        width: auto;
    }
    .navigation {
        flex-direction: row;
    }
    .header_area,
    .header_area.sticky {
        padding: 10px;
    }
    .header_area.sticky a.nav-brand::before {
        width: 160%;
    }
    .header_area a.nav-brand::before {
        display: none;
    }
    .header_area.sticky a.nav-brand::before {
        display: none;
    }
    .nav-header {
        z-index: 0;
        top: -13px;
    }
    .footer_logo {
        display: block;
        margin: 0 auto;
    }
    .stellarnav li::before {
        display: none;
    }
    .stellarnav.mobile > ul > li > a {
        padding: 20px 10px;
    }
    .stellarnav.mobile > ul > li > a.dd-toggle {
        display: none;
    }
    .stellarnav > ul > li > a:hover {
        padding-left: 10px;
    }
    .stellarnav.mobile.left > ul {
        border: 0;
        flex-direction: column;
    }
    .stellarnav ul .has-sub.open ul {
        display: block !important;
        background: transparent;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
        padding: 10px 20px 10px 20px;
        color: #43453d;
    }
    .stellarnav li li {
        border: 0;
    }
    .stellarnav.mobile.right .close-menu,
    .stellarnav.mobile.left .close-menu {
        background: #db9833;
    }
}

@keyframes up {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    z-index: 10;
    height: auto;
    z-index: 0;
    opacity: 1;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background: #161616;
}
.pageIndex .footer {
    opacity: 0;
    animation: footer-text forwards 1s;
    animation-delay: 2.6s;
}
.footer_info li {
    padding: 20px;
}

.footer_menu {
    border-bottom: none !important; /* height: 42px; */
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.copy {
    background: transparent;
    color: #43453d;
    border: none;
    margin-top: 30px;
}
.copy a {
    color: #43453d;
}
.footer_menu a {
    transition: all 0.3s;
}
.box_link {
    display: none;
}
.footer_info li p {
    color: #ffffff;
}
.footer_info li p a {
    color: #ffffff;
}
.footer_menu a {
    display: inline-block;
    padding: 10px 16px;
    border: 0;
    margin: 0 5px;
    font-size: 14px;
    line-height: 100%;
    border-radius: 4px;
    color: #ffffff;
    background: #2a2a2a;
    /* border-bottom: 1px #000 solid; */
}
.footer_menu a:hover {
    background: #db9833;
    color: #000;
    box-shadow: 0 0 8px #f4dd91;
    padding: 12px 18px;
}

.footer_info {
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

p.mail {
    display: none;
}

.info_fix_links a.info_fix_default.info_fix_mail {
    display: none;
}

/* 浮動 */

.info_fix {
    width: auto;
    box-sizing: border-box;
    position: fixed;
    bottom: 110px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: flex-end;
    justify-content: flex-end;
    transition: all 0.7s;
    animation: footer-text forwards 1s;
    animation-delay: 2.6s;
}
.info_fix:hover {
    width: auto;
    right: 0;
    transition: all 0.7s;
}
.info_fix_links {
    display: flex !important;
    background: #db9833;
    width: 60px;
    padding-bottom: 0;
    /* border: 1px #db9833 solid; */
    border-right: 0;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    justify-content: flex-end;
    flex-direction: column;
}
.info_fix > span {
    display: none;
}
.info_fix_links a {
    background: transparent;
}
.info_fix_links a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: visible;
    border-radius: 0;
    transition: 0.3s;
    background: transparent;
    margin-bottom: 0;
}
.info_fix_links a span {
    width: 20px;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.info_fix_links a span::before {
    background-size: contain;
}

.info_fix_default.info_fix_google {
    color: #fff;
    background-color: #ff8c31;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 140px;
    align-items: center;
}
.info_fix_default.info_fix_google:hover {
    background-color: #d87775;
}
.info_fix_links p {
    text-align: center;
    font-weight: 900;
    writing-mode: vertical-rl;
}

#to_top {
    color: #fff;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    padding-top: 0;
    transition: all 0.7s;
}

#to_top:hover i {
    transform: translate(0, -5px);
    transition: all 0.7s;
}

#to_top i:before,
#to_top i:after {
    background: #fff;
}

@keyframes footer-text {
    0% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 1;
        z-index: 1;
    }
}

@media screen and (max-width: 768px) {
    .nav-header {
        top: 0px;
        max-width: 250px;
    }
    .header_area .stellarnav .menu-toggle {
        padding: 10px;
    }
    .stellarnav.mobile {
        right: 0;
        /* top: 27px; */
        left: unset;
    }
    .stellarnav.desktop .menu-toggle,
    .header_area .me_tp_features {
        top: 30px;
    }
    .header_area .me_tp_features {
        display: none;
    }
    .footer_info ul {
        width: 100%;
        text-align: center;
    }
    .info_fix {
    }
    .footer_menu a {
        width: 39%;
        margin: 10px;
    }
}

@media screen and (max-width: 768px) {
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    background: #fafbf6;
    width: 100%;
    padding: 0;
    height: 0;
    padding-bottom: 30%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.banner::before {
    content: "";
    display: block;
    width: 500px;
    height: 140px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.banner h5 {
    display: none;
}
.banner.banA::before {
    background-image: url(https://pic03.eapple.com.tw/quickright/banner-04.png);
}
.banner.banB {
    display: none;
}
.banner.banC::before {
    background-image: url(https://pic03.eapple.com.tw/quickright/banner-07.png);
}
.banner.banD {
}
.banner.banE::before {
    background-image: url(https://pic03.eapple.com.tw/quickright/banner-05.png);
}
.banner.banF h5::before {
}
.banner.banblog::before {
    background-image: url(https://pic03.eapple.com.tw/quickright/banner-06.png);
}

@keyframes banner-line {
    0% {
        width: 0;
        opacity: 0;
    }
    75% {
        width: 300px;
        opacity: 0.5;
    }
    100% {
        width: 300px;
        opacity: 1;
    }
}

@keyframes banner-text {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@media screen and (max-width: 768px) {
    .banner {
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 500px) {
    .banner::before {
        width: 250px;
        height: 100px;
        top: 80%;
    }
    .banner {
        padding-bottom: 70%;
    }
}

/* 分頁 */
.other_select_page .promotion_title {
    display: none;
}
.other_select_page .other_promotion {
    display: none;
}

/*其他分頁*/
/*其他分頁*/
.promotion_title h2 {
    display: block;
    border-bottom: none;
    text-align: left;
    font-size: 33px;
    color: #db9833;
}
.promotion_title {
    padding: 13px 0;
    display: block;
}
.promotion_title span {
    border: none;
}
.promotion_title em {
    border: none;
    padding: 2px 7px;
    margin: 0 2px 2px 0;
}
.edit * {
    word-break: break-all;
    font-family: "Noto Sans TC";
    letter-spacing: 1px;
    line-height: 1.8;
    /* color: #6D6D6D; */
}

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 33%;
    margin: 2%;
}
.other_promotion li a {
    display: block;
    border: none;
    padding: 30px 20px;
    width: 100%;
    margin: 0;
    position: relative;
    background: transparent;
    transition: all 0.3s;
}
.other_promotion li a:hover {
    background: #0000000d;
    transition: all 0.3s;
}
.other_promotion li a:before {
    display: none;
}
.other_promotion li a:after {
    display: none;
}
.other_promotion .pmtTime span {
    float: left;
    font-size: 13px;
    margin-left: 0;
}

.promotion_title h2 span {
    display: none;
}
.promotion_title * {
    vertical-align: middle;
    color: #6d6d6d;
}

.pmtTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    color: #c5c5c5;
    flex-direction: column;
}
.other_promotion .pmtTitle h3 {
    font-size: 17px;
    color: #43453d;
    margin: 10px 0 0 0;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }
}
@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*購物車設定*/
/* 產品的看更多按鈕設定 */

.main_part,
.product_page .main_part,
.product_info_page .main_part,
.contact_page .main_part,
.blog_page .main_part {
    width: 98%;
    max-width: 1500px;
    margin: auto;
    padding: 0;
    padding: 150px 0;
}

/* 選單 */
.product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
    width: 10%;
    margin-right: 10%;
}
.product-layer-two li {
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    width: 100%;
    height: fit-content;
    text-align: left;
    border-left: 1px solid #43453d;
    transition: all 0.5s;
}
.product-layer-two li::before {
    content: "";
    display: inline-block;
    background-color: #db9833;
    width: 1px;
    height: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}
.product-layer-two li:hover:before {
    bottom: inherit;
    top: 0;
    height: 100%;
    transition: all 0.5s;
}
.product-layer-two li a {
    color: #43453d;
    border: 0;
    padding: 15px 20px;
    background: transparent;
    text-wrap: nowrap;
    transition: all 0.3s;
}
.product-layer-two li:hover > a {
    background: transparent;
    color: #db9833;
    padding-left: 30px;
}
.show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.page {
    color: #43453d;
    width: 100%;
}
.product-layer-two li.active > a {
    background: transparent;
    color: #db9833;
    border: 0;
    border-left: 2px #db9833 solid;
    font-weight: normal;
}

/* 內容 */
.products-list .price b {
    font-size: 30px;
    color: #db9833;
}
.products-list .more {
    background: #263159;
    border: 1px solid #263159;
    color: #fff;
    width: 90%;
    margin: 0 auto;
}
.products-list .item a:hover .more {
    background: #db9833;
    border: 1px solid #db9833; /* border-color: #43453d; */
    color: #ffffff;
}
.products-list {
    width: 100%;
    /* padding: 20px 20px; */
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    grid-gap: 40px;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: none;
}
.products-list .item {
    display: inline-block;
    vertical-align: top;
    padding: 4%;
    margin: 0.05%;
    background: #fff;
    border-radius: 10px;
    transition: all 0.5s;
}
.products-list .item:hover {
    /* background: #0c0c0c; */
    transform: scale(1.05);
    transition: all 0.5s;
    box-shadow: 0 0 20px #ccc;
}

.products-list .item a img {
    transition: all 0.5s;
}
.products-list .item a:hover img {
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .name {
    font-size: 16px;
    color: #43453d;
    height: auto;
    /* padding: 5%; */
}
.products-list .name::before {
    content: "";
    text-align: center;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    margin: 10px 0;
}
.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    border: 1px #ddd solid;
    transition: all 0.5s;
}
.products-list .item a:hover .pic {
    transition: all 0.5s;
}

/*內頁*/

.lastPage {
    background: #c1b09c;
}
.nextaction {
    background-color: #c1b09c;
}
.lastaction {
    color: #fff;
    background-color: #c1b09c;
}
.product_pic {
    padding-left: 0;
}
#prod_thumbSwiper {
    display: none;
}
.bx-wrapper .bx-viewport {
    border: none;
    left: 0px;
    background: transparent;
}
.product_pic #bx-pager a {
    border: none;
}
.product_info_page .product-layer-two {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-end;
    width: 10%;
    margin-right: 10%;
    position: absolute;
    left: 100px;
}
.product-wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
    position: relative;
    gap: 20px;
    justify-content: center;
}
.product_main {
    width: 50%;
    display: none;
}
.sidebarBtn {
    padding: 0;
    width: 36%;
    display: inline-block;
    vertical-align: top;
    border: 0;
    background: transparent;
}
.sidebarBtn h2 {
    color: #333;
    /* font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial; */
    font-size: 24px;
}
.sidebarBtn * {
    color: #43453d;
}
.product_info li span {
    color: #43453d;
}
.inquiry_a3 {
    background: #d7a83f;
    color: #273157;
}
.inquiry_a1,
.inquiry_a2 {
    background: #263159;
    color: #fff;
}
.inquiry_a1:hover,
.inquiry_a2:hover,
.inquiry_a3:hover {
    background: #e2910e;
}
.sidebarBtn .price span {
    color: #e2910e;
    font-size: 30px;
}
.product_info li:nth-child(1) {
    display: none;
}
.sidebarBtn .price {
    border-bottom: 1px solid #e6e6e6;
}
.amountNum {
    border-radius: 4px;
}
#bx-pager h6 {
    display: none;
}
ul.prod li h3.prod-thumb {
    background: transparent;
    color: #db9833;
    padding: 0;
    text-align: left;
}
ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #db9833;
    margin: 10px 0;
}
ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}
ul.prod li .prod-panel {
    color: #43453d;
    text-align: left;
}
ul.prod li {
    margin-bottom: 40px;
    color: #43453d;
}
.toShare {
    border-top: 1px solid #ddd;
}

/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}
ul.prod li span {
    color: #43453d;
}
.qaform .breakF {
    border: 1px #43453d solid;
    background: #00000061;
    color: #fff;
}
.half_box li.btn_blankTop {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
}
.productBtn {
    text-align: center;
    width: 40%;
    background-color: transparent;
    background-image: none;
    margin-top: 10px;
    padding-left: 0;
    border: 1px #43453d solid !important;
    color: #43453d;
    transition: all 0.5s;
}
.productBtn:hover {
    background-color: #00000071;
    transition: all 0.5s;
}
.pd_tabTitle li.activeTab a {
    display: none;
    font-size: 20px;
    font-weight: bold;
    color: #d7a83d;
}
.prod_tabs {
    margin-top: 0;
    min-height: 30vh;
    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 16px #ddd;
}
.pd_tabInner_contain {
    padding: 5%;
}
.pd_tabTitle li {
    border: 0;
}
.pd_tabTitle li.activeTab::after {
    height: 4px;
    background: #d7a83d;
}
/*  */

.prod_related {
    /* background: #0000001c; */
    padding: 50px 15px;
}
.prod_related h6 span:before {
    content: "其他推薦";
    font-size: 24px;
    color: #263159;
}
.related_list li a {
    display: block;
    padding: 5%;
    border-radius: 10px;
    box-shadow: 0 0 20px #ccc;
}
.related_list li a p {
    font-size: 18px;
    font-weight: bold;
    color: #d89741;
    margin: 10px 0;
}
.related_list {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    max-width: 800px;
    grid-gap: 40px;
}
.related_list li {
    transition: all 0.5s;
}
.related_list li:hover {
    transform: scale(1.05);
    transition: all 0.5s;
    box-shadow: 0 0 20px #aaa;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {
    background: #02642f;
}
.blog_le .accordion > li:hover,
.blog_le .accordion > li.on_this_category {
    background: transparent !important;
}
.share_page .edit {
    text-align: justify;
    line-height: 180%;
    margin: 80px 0;
}
.subbox_item a:before,
.subbox_item a:after {
    transition: 0.3s;
}
.blog_le .accordion > li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;
}
.blog_box_edit {
    line-height: 180%;
    text-align: justify;
    word-break: break-word;
}
.blog_shareData {
    display: none;
}
.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;
}
.accordion li .link {
    padding: 0;
}
/* .blog_page .main_part {
    width: 98%;
    max-width: 1500px;
    margin: auto;
    padding: 10px;
} */
.clearfix:before,
.clearfix:after {
    display: none;
}

/* 選單 */
.blog_ri {
    width: 100%;
    padding: 0;
    min-height: 75vh;
}
.blog_box {
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;
}
.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    /* padding: 0; */
}
h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #db9833;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: "Noto Serif TC", "Zen Maru Gothic", sans-serif, arial;
}
.blog_search {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}
.blog_search form {
    width: 100%;
    position: relative;
}
.blog_le .accordion {
    display: none;
}

.accordion li .link a {
    font-size: 16px;
    color: #43453d;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover .link a,
.blog_le .accordion > li.on_this_category .link a {
    color: #db9833 !important;
    transition: all 0.3s;
}
.accordion li::before {
    content: "";
    display: block;
    background-color: #db9833;
    height: 2px;
    width: 0%;
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}
.accordion li:hover:before,
.blog_le .accordion > li.on_this_category::before {
    width: 140%;
    transition: all 0.5s;
}
.blog_search input[type="search"] {
    outline: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    color: #999;
    border: 0;
    border-radius: 0;
    border-bottom: 1px #565656 solid;
    padding: 10px 35px 10px 10px;
    background: transparent;
}
.blog_search input[type="submit"] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    transform: scaleX(-1);
}
.blog_search input[type="submit"]:hover {
    background: url(../images/search-icon.png) no-repeat 9px center transparent;
    border: none;
    color: #fff;
    transition: all 0.3s;
}
.blog_search input[type="search"]:focus {
    color: #ccc;
}

/* 內容 */
.subbox_item a:after {
    display: none;
}

.subbox_item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin: 40px 0;
    background-color: #db9833;
}

.subbox_item a:before {
    content: "READ MORE +";
    z-index: 19;
    bottom: 7px;
    /* right: 30px; */
    color: #db9833;
}
.blog_list_le {
    width: 40%;
    height: 0;
    padding-bottom: 40%;
    overflow: hidden;
    position: relative;
    display: none;
}
.i_blog_le img,
.blog_list_le img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.subbox_item a {
    display: inline-block;
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.blog_list_ri {
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    width: 90%;
}

.blog_list_ri h5 {
    font-weight: bold;
    font-size: 30px;
    color: #43453d;
    margin-bottom: 10px;
}
.subbox_item a:hover .blog_list_ri h5 {
    color: #db9833;
}
.blog_list_ri em,
.news_related_list li figure {
    display: none;
}
.blog_list_ri p {
    font-size: 18px;
    color: #545454;
    line-height: 130%;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    word-break: break-all;
    line-height: 30px;
}

.blog_ri {
    min-height: 30vh;
}
.blog_back a.article_btn_prev,
.blog_back a.article_btn_next {
    border-radius: 4px;
    border: 1px #ddd solid;
    background: #f3f3f3;
    color: #aaa;
    transition: all 0.3s;
}
.blog_back a.article_btn_back,
.lastPage {
    border-radius: 4px;
    transition: all 0.3s;
    background: #db9833;
}
.blog_back a.article_btn_prev:hover,
.blog_back a.article_btn_next:hover,
.blog_back a.article_btn_back:hover,
.lastPage:hover {
    background: #333;
    letter-spacing: 2px;
}
.news_related_list li a {
    border-radius: 8px;
    box-shadow: 0 0 8px #ccc;
}
.news_related_list {
    margin: 60px auto;
}
.news_related {
    padding: 50px 15px;
}
.news_related_list li a p {
    transition: all 0.3s;
}
.news_related_list li a:hover p {
    color: #db9833;
    font-weight: bold;
    letter-spacing: 1px;
}

/*文章分享變1排3個*/
.blog_subbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    grid-gap: 0;
}
.subbox_item {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

/* 文章2 */
.article_b .blog_le .accordion {
    list-style-type: none;
    margin: 0;
    border-radius: 0;
    border: none;
    overflow: visible;
    /* width: 80%; */
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    padding: 2px 15px;
    background: #f9f2d9;
    /* border-bottom: 2px #d89741 solid; */
    justify-content: space-between;
}
.article_b .blog_list_le {
    display: block;
    padding-bottom: 10%;
    aspect-ratio: 4 / 3; /* width: 40%; */
    height: unset;
}

@media screen and (max-width: 600px) {
    .subbox_item {
        width: 100%;
    }
    .subbox_item a{padding:0 20px;}
}
/**/

@media screen and (max-width: 768px) {
    .blog_list_ri h5 {
        font-size: 20px;
    }
    .blog_list_le {
        width: 42%;
        height: 0;
        padding-bottom: 40%;
        overflow: hidden;
        position: relative;
    }
    .blog_search form {
        /* width: 40%; */
    }
    .blog_list_ri p {
        font-size: 14px;
    }
    .subbox_item a:before{
    bottom: -24px;
}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part,
.album_class_page .main_part,
.album_info_page .main_part {
    max-width: 1400px;
}
.show-list .item:hover .show_name {
    color: #db9833;
}
.show-list .show_pic {
    height: 30vh;
    max-height: 290px;
    padding-bottom: 0;
}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 30vh;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    border-radius: 50px;
    transition: all 0.3s;
}

.show-list a:hover .show_pic img {
    transform: scale(1.1);
    transition: all 0.3s;
}
/*次分類頁面*/
.other_album_choice li {
    background: #c1b09c;
}
.other_subalbum li p {
    line-height: 220%;
    color: #43453d;
}
.other_subalbum li a div {
    height: 80vh;
    max-height: 500px;
    overflow: hidden;
    position: relative;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    border-radius: 20px;
}
.other_subalbum li a div:after {
    content: "";
    position: absolute;
    background: rgb(0 0 0 / 30%);
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%) scale(0);
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    border-radius: 20px;
}
.other_subalbum li a:hover div:after {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*主分類頁面*/
.album_page .main_part {
    max-width: 80%;
    padding: 50px 0;
}
.show-list .show_pic {
    height: 80vh;
    max-height: 590px;
    padding-bottom: 0;
    overflow: hidden;
    border-radius: 50px;
}
.show-list .show_pic img {
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: 100%;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.show_content {
    margin: auto;
}
.album_page .main_part {
}

.album_page .main_part .show-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.show-list .item {
    width: 33.1%;
    padding: 0;
    margin: 0;
    margin-bottom: 50px;
}

.album_fixed_title {
    display: none;
}

/*  */
.show-list a .show_name {
    font-size: 20px;
    color: #43453d;
    letter-spacing: 0.15em;
    line-height: 1.5;
    margin-top: 0;
    display: block;
    height: auto;
    opacity: 1;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    transition: all 0.3s;
}
.show-list .item:hover .show_name {
    color: #db9833;
}
.subalbum-menu h2 {
    color: #c1b09c;
}
.show-list .item .overlay {
    display: none;
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

.show-list .item:hover .overlay {
    display: none;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .show-list .item {
        width: 100%;
    }
}
/*  */

@media screen and (max-width: 600px) {
    /*照片頁*/
    .pic-list .item {
        width: 96%;
        margin: 10px 2%;
    }
}

.edit,
.show_content {
    width: 100%;
    /* padding: 0; */
    margin: auto;
}
.pic-list {
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    column-count: 3;
    column-gap: 10px;
    width: 100%;
    margin: 0 auto;
}
.pic-list .item {
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    padding: 0;
    margin: 0;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
}
.pic-list .item img {
    max-width: 100%;
}

.other_subalbum li {
    display: inline-block;
    background: transparent;
    width: calc(100% / 3 - 5%);
    margin: 10px 2%;
    border: none !important;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .other_subalbum li {
        width: calc(100% / 2 - 3%);
        margin: 1%;
    }
    .other_subalbum li a img {
        border-radius: 0;
    }
    .other_subalbum li a div {
        height: 50vh;
        max-height: 300px;
    }
}

@media screen and (max-width: 500px) {
    .other_subalbum li a div {
        height: 50vh;
        max-height: 200px;
    }
}

/*相本分類全版面 ( 限制最寬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; } 取消連結被點擊效果
*/

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*其他分頁*/
.promotion_title h2 {
    border-bottom: 2px solid #db9833;
    padding: 10px 0;
}
.promotion_title {
}

@media screen and (max-width: 768px) {
    /* 開啟手機板下方按鈕所需設定 */
    .footer.with_shopping_mode {
        padding: 30px 0 70px;
    }
    #to_top {
        bottom: 60px;
    }
    .nav-menu {
        margin: 0;
    }
    .nav-menu > li:not(.tp_links) {
        padding-right: 0;
    }
    .nav-dropdown > li {
        text-align: left;
    }
    .nav-dropdown > li > a {
        width: calc(100% - 45px);
    }

    /*手機版LOGO設定*/
    .footer_logo {
        margin-left: unset;
        margin: auto;
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    /*手機板大圖*/
    /*
.swiper-slide img { display:none; }
.swiper-slide {    width: 100%;    height: 0;    padding-bottom: calc(100% / 3 * 4);}
.swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/.../Banner-03.png) ; background-size:cover;   background-position: center;}
.swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/.../Banner-04.png) ; background-size:cover;   background-position: center;}
*/
}

.contact_content form {
    display: flex;
    flex-direction: column;
}
.contact_content .information_right {
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 20px #ddd;
}
.contact_content .information_left {
    width: 100%;
    order: 2;
    padding: 20px 0;
}
.contact_content {
    margin: auto;
    padding: 0;
    width: 100%;
    max-width: 60%;
}
.contact_form {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 15px;
    color: #444;
    grid-gap: 0;
}
.contact_form li {
    display: flex;
    padding: 20px 10px;
    border-bottom: 1px solid #e8e4da;
    flex-direction: column;
}
.contact_form li .form__label {
    display: flex;
    max-width: 100%;
    text-align: left;
    padding-right: 10px;
    vertical-align: top;
    background: transparent;
    font-family: "Noto Sans TC";
    font-size: 16px;
    font-weight: 500;
}
.contact_form li .form__insert {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.red {
    order: 2;
    font-weight: 400;
    color: #cc9b2c;
}
.contact_form li input.noborder,
.contact_form li textarea.noborder {
    border: 0;
    background: #dddddd50;
}

.blank_letter {
    display: flex;
    font-size: 22px;
    font-weight: 600;
    font-family: "Noto Sans TC";
    color: #212e58;
    align-items: center;
}
.blank_letter:before {
    width: fit-content;
    content: "FORM";
    display: block;
    font-family: "Noto Sans TC";
    font-weight: 600;
    font-size: 32px;
    letter-spacing: 1px;
    padding: 0 12px 5px;
    margin-right: 10px;
    z-index: 1;
    border-radius: 4px;
    background: #d7a83f;
    color: #fff;
}
.contact_form li:before {
    content: "";
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 20px;
    font-weight: 600;
    padding: 0px 0 0px 6px;
    margin-bottom: -8px;
    white-space: break-spaces;
    border-left: 5px #d7a83f solid;
    color: #d7a83f;
}
.contact_form li:after {
    content: "";
    /* grid-column-start: 1; */
    /* grid-column-end: 3; */
    /* font-size: 16px; */
    margin-bottom: -8px;
    color: #999999;
    white-space: break-spaces;
}
.contact_form input[readonly] {
    background-color: #34333350;
    color: #34333350;
    cursor: not-allowed;
}
.contact_form li:first-child .form__insert, .contact_form li:first-child .form__insert{
    grid-template-columns: repeat(auto-fit, minmax(13px, 13px) minmax(120px, 1fr));
}
.contact_form li:nth-child(2):before {
    content: "事業名稱\A(請依喜好順序列出1~3個預查名稱)";
    /* margin-bottom: 38px; */
}
.contact_form li:nth-child(5):before {
    content: "營業資訊";
    margin-bottom: 10px;
}
.contact_form li:nth-child(7):before {
    content: "聯絡資訊";
    margin-bottom: 10px;
}
.contact_form li:nth-last-child(1):before {
    display: none;
}

.business_addr {
    margin-top: 5px;
}

/* .contact_form li:nth-child(2):after {
    position: absolute;
    margin-top: 34px;
    content: " □ 我已取得經濟部「公司名稱及所營事業登記預查核定書」";
} */
 .contact_form li:nth-child(4):after {
    content: "Tips 1 : 如果很喜歡某「oo」名稱，可以在「oo」後加上不同的詞，就可以成為不同的公司名稱。\A例如希望使用「快立登」，則「快立登有限公司」、「快立登快樂有限公司」、「快立登永續有限公司」等，都是不同的公司名稱。\A公司名稱將依照您的填表順序預查，經濟部會依照順位保留一個名稱。若填表後需調整，請於客服與您確認營業項目時告知哦！\A\ATips 2 : 行號名稱後面要加工作室、商行等 商業應於名稱中標明堂、記、行、號、社、店、館、舖、廠、坊、工作室或其他足以表示商業名稱之文字，並置於名稱之末。";
    margin-bottom: 10px;
}
/*
.contact_form li:nth-child(6):after {
    content: " □ 已有地址並可提供營業地址證明（如建築物所有權狀影本、房屋稅稅單、租賃契約 or 房東同意使用書）\A  □ 找尋地址中，但想先找設立代辦業者，請往下填聯絡資訊，並加入官方line";
    margin-bottom: 10px;
    line-height: 2;
} */

ul.list_before.info,
.contact_content .information_left .blank_letter {
    display: none;
}
.contact_form li.last {
    flex-direction: row;
}

@media screen and (max-width: 768px) {
    .contact_content form {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .contact_content .information_left {
        width: 100%;
    }
    .list_before.info {
        margin-right: 0;
    }
    .contact_content .information_right {
        width: 100%;
    }
    .contact_content {
        max-width: 98%;
    }
}
