@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');

body {
    font-family: "Noto Sans TC", sans-serif;
  }

  
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/
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: #222;
  }

&::-webkit-scrollbar-track {
    box-shadow: transparent;
  }

  #content_main {
    background-image: url(https://pic03.eapple.com.tw/inkdesignho/bg-07.jpg);
    background-position: top center;
    width: 100%;
}





/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
/*反白顏色*/
::-moz-selection{
  background-color: #444;
  color: #fff;
}
::selection{
  background-color: #444;
  color: #fff;
}

.swiper-banner .swiper-slide img { 
    height:auto;
    width: 100%;
}

.swiper-slide{
    background-color: #edece7;
}

.pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(https://pic03.eapple.com.tw/inkdesignho/bg-03.png); */
    width: 100%;
    max-width: 100%;
    height: 102%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}
.pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    /* background-image: url(https://pic03.eapple.com.tw/inkdesignho/bg-04.png); */
    width: 100%;
    max-width: 100%;
    height: 102%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 10000;
}

@media screen and (max-width: 768px) {
    .pageIndex .swiper-wrapper .swiper-slide:nth-child(1)::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://pic03.eapple.com.tw/inkdesignho/bg-39.png);
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10000;
    }
    .pageIndex .swiper-wrapper .swiper-slide:nth-child(2)::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(https://pic03.eapple.com.tw/inkdesignho/bg-40.png);
        width: 100%;
        max-width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 10000;
    }
    .swiper-slide img {
        height: 0;
        padding-bottom: 120%;
    }
}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 頁面的麵包屑 首頁/頁面名稱/ */
.path { display:none;}

/*首頁+聯絡按鈕*/
.animated-arrow {background: #111111;}
.swiper-pagination {    left: 50%;    margin-left: 0;    transform: translate(-50% , 0);}


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
@media screen and (max-width: 768px) {
.bannerindex {  height:0; padding-bottom: 76%;}



.swiper-banner .swiper-slide img {
    padding: 0;
    width: 150%;
    max-width: 150%;
}
.swiper-fade .swiper-slide {
    display: flex;
        justify-content: center;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




/* 首頁文章管理 */


.module_i_news {
    padding: 100px 20px;
    background-color: #4747473d;
}

.module_i_news section {
    max-width: 1440px;
    margin: 0 auto;
}

.module_i_news .title_i_box h4 {
    font-size: 40px;
    color: #111111;
    font-weight: bold;
    letter-spacing: 38px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-indent: 38px;
}
.module_i_news .title_i_box h4::after {
}
.module_i_news .title_i_box h4::before {
}
.module_i_news .title_i_box h6 {
    font-size: 60px;
    color: #474747;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.module_i_news ul {
    max-width: 100%;
    margin: 20px auto;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.module_i_news li {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    width: 22%;
}
.module_i_news li a {
    display: inline-block;
    position: relative;
    display: block;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.i_blog_le {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    position: relative;
    box-shadow: 2px 2px 2px #0000002e;
}
.module_i_news li a:hover img{
    transform: translate(-50%, -50%) scale(1.1);
    transition: all 0.5s;
}
.i_blog_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%);
    transition: all 0.5s;
}
.module_i_news li a:after {
    display: none;
}

.i_blog_le::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    background-color: #00000047;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}
.module_i_news li a:hover .i_blog_le::after{
    opacity: 1;
    transition: all 0.5s;
}
.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: auto;
    top: 250px;
    right: 50%;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    color: #fff;
    transform: translate(50%, 0);
}

.i_blog_ri {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 100%;
}
.i_blog_ri em {
    display: none;
}
.i_blog_ri h5 {
    font-weight: bold;
    font-size: 24px;
    color: #111111;
    margin: 10px 0;
}
.i_blog_ri p {
    font-size: 16px;
    color: #545454;
    line-height: 30px;
}





@media screen and (max-width: 768px) {
    .module_i_news ul {
        max-width: 80%;
        margin: 20px auto;
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .module_i_news li {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        width: 45%;
    }
    
}




/*選單設定*/
.nav-menu {    margin: 0;}
.main_header_area .container {    
    max-width: 80%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.sticky .main_header_area .container{
    max-width: 90%;
    transition: all 1s cubic-bezier(0.73, 0.08, 0.11, 0.99);
}
.nav-menu>li:not(.tp_links) {    padding-right: 15px;}
.nav-menu>li:hover>a, .nav-menu>li.active>a, .nav-menu>li.focus>a {    color: #474747;}
.nav-dropdown>li:hover>a, .nav-dropdown>li.focus>a {    color: #474747;}
.nav-dropdown>li {    text-align: center;}
.header_area {
    position: fixed;
    width: 100%;
    padding: 0;
    background: transparent;
}
.header_area.sticky {
    background: transparent;
}


/* 購物籃 */

.me_tp_features {
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0;
    display: none;
}
.tp_links{
    display: none;
}
.box_search input[type=text] {
    display: none;
}
.box_search input[type=text]:hover {
    color: #fff;
    transition: all 0.3s;
}
.box_search input[type=text]:focus {
    color: #fff;
    transition: all 0.3s;
}
.shop_search_btn {
    display: none;
    background: #fff;
    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.tp_btn_cart span {
    display: none;
}
.me_tp_features a.tp_btn_notice span{
    display: none;
}
.me_tp_features a i {
    margin: 0 3px;
    color: #fff;
}






/*  */

.header_area::before {
    content: "";
    display: block;
    background: linear-gradient(180deg, #000000ab, transparent);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    width: 100%;
    height: 100%;
    transition: all 0.8s;
}
.header_area.sticky::before {
    background: #ffffffba;
    opacity: 1;
    backdrop-filter: blur(5px);
    width: 100%;
    transition: all 0.5s;
}




.header_area .main_header_area {
    background: transparent;
    opacity: 1;
    transition: all 0.3s;
}
.header_area.sticky .main_header_area {
    opacity: 1;
    transition: all 0.3s;
}






.header_area .navigation {
    padding: 0;
    display: flex;
    transition: all 0.3s;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 0;
        transition: all 0.3s;
    }
    .header_area.sticky .navigation {
        padding: 10px 0;
        transition: all 0.3s;
    }
    .header_area .stellarnav ul {
        text-align: center;
        padding:  10px 0;
        transition: all 0.3s;
    }
    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 10px 0;
        transition: all 0.3s;
    }
}

@media screen and (max-width: 768px){
    .main_header_area .container {
        max-width: 90%;
    }
    .header_area.sticky .main_header_area {
    }
    
}
/*  */

.stellarnav > ul > li > a {
    padding: 0;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    height: 40px;
    margin: 0 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}
.stellarnav > ul > li > a b {
    font-weight: 400;
}
/*  */


.header_area .stellarnav > ul > li > a {
    color: #fff;
    opacity: 1;
    transition: all 0.3s;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: #555;
    opacity: 1;
    transition: all 0.5s;
}
.header_area .stellarnav > ul > li > a:hover,.header_area.sticky .stellarnav > ul > li > a:hover{
    transition: all 0.3s;
}



/*  */


.stellarnav li.has-sub > a:after {
    display: none;
}

/*下拉*/
.nav-dropdown>li>a {    background: #f7f5f5;    transition: 0.2s;        letter-spacing: 1.5px; width: 100%;}
.nav-dropdown>li>a:hover {    transition: 0.2s;    background-color: #474747;;    color: #fff}
.nav-dropdown>li:hover>a .submenu-indicator-chevron, .nav-dropdown>.focus>a .submenu-indicator-chevron {    border-color: transparent #fff #fff transparent;}

.stellarnav li li a {
    padding: 10px 10px;
    border-left: 0px #474747 solid;
    transition: all 0.3s;
    backdrop-filter: blur(5px);
}
.stellarnav li li a:hover{
    border-left: 10px #474747 solid;
    transition: all 0.3s;
}
.stellarnav > ul > li:nth-child(4) ul li:nth-child(1){
    display: none;
}
.stellarnav ul ul {
    background: #ffffffc7;
}
.stellarnav > ul > li.has-sub > a {
    padding-right: 0px;
}




.stellarnav ul {
    display: flex;
    justify-content: flex-end;
}
.stellarnav > ul > li {
    width: 130px;
    text-align: center;
}

















@media screen and (max-width: 1440px) {
    .header_area .navigation {
    }
    .nav-brand {
        display: inline-block;
    }
    .main_header_area .container {
        max-width: 90%;
    }
    .stellarnav > ul > li {
        width: 100px;
        text-align: center;
    }
    .stellarnav > ul > li:nth-of-type(3){
        width: 130px;
    }
    .stellarnav > ul > li > a {
        margin: 0 5px;
    }
}


@media screen and (max-width: 1024px) {
    .header_area .navigation {
        padding: 0;
    }
    .stellarnav > ul > li:nth-last-of-type(1){
        width: 105px;
    }
}



@media screen and (max-width: 768px) {
    
    .stellarnav.mobile {
        position: absolute;
        left: 0;
        top: 10px;
        width: auto;
        display: inline-block;
    }
    .stellarnav .menu-toggle span.bars span {
        background: #fff;
        transition: all 0.3s;
    }
    .stellarnav .menu-toggle:after {
        content: 'MENU';
        font-size: 12px;
        color: #fff;
        display: block;
        transform: scale(0.9);
        transition: all 0.3s;
    }
    .sticky .stellarnav .menu-toggle span.bars span {
        background: #333;
        transition: all 0.3s;
    }
    .sticky .stellarnav .menu-toggle:after {
        color: #333;
        transition: all 0.3s;
    }
    .stellarnav > ul {
        text-align: center;
        padding: 0px 0;
    }
    
    .stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
        background: #474747;
        color: #fff;
    }
    .stellarnav .icon-close:before {
        border-bottom: solid 3px #fff;
    }
    .stellarnav .icon-close:after {
        border-bottom: solid 3px #fff;
    }
    .stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {
        border-right: 0px #eee solid;
        background-color: #fff;
    }

    .stellarnav.mobile > ul > li > a {
        padding: 25px 10px;
        border: 0;
    }
    .stellarnav.mobile > ul > li > a b:nth-child(2) {
        font-size: 12px;
        vertical-align: bottom;
        letter-spacing: 2px;
    }
    .stellarnav.mobile li.open {
        background: #fff;
    }
    .stellarnav.mobile ul ul {
        background-color: #fff;
    }
    .stellarnav.mobile > ul > li {
        width: 100%;
        border-bottom: 1px #474747 solid;
    }
    .stellarnav.mobile li a {
        border-bottom: 0;
        background-color: transparent;
    }
    .stellarnav > ul > li > ul > li > a {
        background-color: #fff;
        border: 0;
        padding: 15px 15px;
        padding-left: 25px;
    }
    .stellarnav > ul > li > ul > li {
        border: 0;
        background-color: #fff;
    }
    .stellarnav.mobile ul ul li{
        background-color: #fff;
    }
    .stellarnav.mobile li.open li.open {
        background: #171717e0;
        padding: 3px;
    }
    .stellarnav.mobile li li.has-sub a {
        padding: 10px 43px 10px 10px;
        border: 0;
    }
    .stellarnav a.dd-toggle .icon-plus:after {
        border-bottom: solid 3px #474747;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        border-bottom: solid 3px #474747;
    }
    .header_area .stellarnav > ul > li > a {
        color: #666666;
        transition: all 0.3s;
    }
    .header_area.sticky .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }
    .stellarnav.mobile > ul {
        border-top: 0;
    }
    .stellarnav .dd-toggle {
        top: 17px;
    }
    .stellarnav a.dd-toggle .icon-plus:before {
        width: 15px;
    }
    .stellarnav a.dd-toggle .icon-plus::after {
        width: 15px;
    }
    .stellarnav.mobile > ul > li:nth-child(4) ul li:nth-child(1){
        display: none;
    }
    .header_area.sticky .stellarnav > ul > li > a {
        color: #666666;
        transition: all 0.3s;
    }
    .header_area .stellarnav ul {
        text-align: center;
        padding: 0;
        transition: all 0.3s;
    }
}





.page {
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*LOGO設定*/

.nav-brand img {
    position: relative;
    top: 0px;
    max-width: 100%;
    transition: all 0.3s;
}


.nav-header {
    position: relative;
    z-index: 123;
    max-width: 510px;
}
.nav-header img{
    width: 100%;
    opacity: 1;
    transition: all 0.5s;
}

.sticky .nav-header img{
    opacity: 1;
    transition: all 1s;
    transition-delay: 1.3s;
}


.header_area .nav-brand {
    display: block;
    position: relative;
    padding: 20px 20px;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.header_area.sticky .nav-brand{
    padding: 10px 20px;
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.header_area .nav-brand img{
    filter: contrast(0) brightness(100);
    -webkit-transition : -webkit-filter 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}
.header_area.sticky .nav-brand img{
    filter: contrast(0) brightness(0);
    -webkit-transition : -webkit-filter 500ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 500ms cubic-bezier(0.77, 0, 0.175, 1);
}









.footer_logo img {    width: 100%;    margin-top:;}
.footer_logo {
    display: none;
}
.nav-brand {
    display: none;
}

@media screen and (max-width: 1024px) {
    .nav-brand {
        width: 100px;
    }
    .header_area .nav-header {
        position: relative;
        text-align: center;
    }
    .header_area .nav-brand{
        padding: 0;
        width: 100%;
    }
    .header_area.sticky .nav-header {
    }
    .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;
    }
    
}











@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%;}
.header_area .main_header_area{
    backdrop-filter: none;
}
.header_area .nav-brand {
    display: inline-block;
    width: 310px;
    transition: all 0.5s;
}
.header_area .navigation {
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}
.header_area.sticky .nav-brand {
    display: inline-block;
    width: 310px;
    transition: all 0.5s;
}
.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;
}
.header_area .nav-header {
    position: relative;
    text-align: center;
    display: block;
}
.nav-header {
    z-index: 0;
    top: -13px;
}

.header_area.sticky .nav-header {
    display: block;
    top: 0;
}
.header_area .nav-header {
    position: relative;
    text-align: center;
    display: block;
    top: 0;
}
.header_area.sticky .main_header_area {
    backdrop-filter: none;
}
.me_tp_features {
    display: none;
}
}


@media screen and (max-width: 500px) {
    .header_area .nav-brand {
        width: 230px;
    }
    .header_area .navigation {
        padding: 20px 0px;
    }
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.footer {
    border-top: none !important;
    padding: 50px 0 0;
    height: auto;
    background: #888;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.footer_menu {border-bottom: none !important;display: flex;justify-content: space-between;flex-wrap: wrap;}
.copy {
    background: transparent;
    border: none;
    color: #fff;
    margin-top: 0;
}
.box_link{
    display: none;
}
.copy a{color: #fff;}
.footer_info li p {
    color: #fff;
    width: 50%;
    line-height: 100%;
    height: fit-content;
    margin: 10px 0;
    font-weight: 300;
}
.footer_info li p a{
    color: #fff;
}
.footer_menu a:hover {    background: #474747;}
.footer_menu a {
    color: #fff;
    width: calc(100% / 3 - 20px );
    margin: 10px;
    border: none;
    transition: all 0.3s;
    padding: 10px 15px;
    background: transparent;
    border-bottom: 1px #fff solid;
}
.footer_menu a:hover {
    background: #555;
    border-radius: 10px 10px 0 0;
    color: #fff;
    transition: all 0.3s;
}
.footer_menu a:nth-child(1){
    display: none;
}
.footer_info {
    display: flex;
    padding: 0;
    justify-content: center;
}
.footer_info ul {
    display: flex;
    width: 100%;
    padding: 70px 0px;
}
.footer_info li:nth-child(1),.footer_info li:nth-child(2){
    width: 50%;
}
.footer_info li:nth-child(1) {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    padding: 0;
}
.footer_info li:nth-child(2) {
    padding: 0;
}


.footer_info li:nth-child(1)::after {
    content: "服務時間：週一~週五｜9:00~18:00\A　　　　　週六｜9:00~12:00";
    display: block;
    color: #fff;
    width: 50%;
    font-weight: 300;
    white-space: break-spaces;
}










@media screen and (max-width: 768px) {
    .footer_info ul {
        display: flex;
        width: 100%;
        text-align: center;
        flex-direction: column;
        align-items: center;
    }
    .footer_info li:nth-child(1),.footer_info li:nth-child(2){
        width: 90%;
    }
    .footer_info li p {
        text-align: center;
        width: 100%;
    }
    .footer_info li:nth-child(1)::after {
        text-align: left;
    }
    .footer_info li:nth-child(1)::after {
        text-align: center;
        width: 100%;
    }
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    position: relative;
    height: 710px;
    padding: 0 15%;
    background-color: #888;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-repeat: no-repeat;
}
.banner h5 {
    position: relative;
    color: #fff;
    font-size: 24px;
    font-weight: 550;
    text-align: left;
    letter-spacing: 7px;
}
.banner h5::before {
    content: "";
    display: block;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.4em;
    margin-bottom: 30px;
    text-transform: uppercase;
    text-align: left;
}
.banner::before {
}







.banner.banB,.banner.banC {
    display: none;
}

.banner.banD {}


.banner.banE{
    background-image: url(https://pic03.eapple.com.tw/inkdesignho/banner-04.jpg);
}
.banner.banE h5::before{
    content: "作品總覽";
}

.banner.banA {
    background-image: url(https://pic03.eapple.com.tw/inkdesignho/banner-05.jpg);
}
.banner.banA h5::before{
    content: "最新消息";
}


.banner.banblog{
    background-image: url(https://pic03.eapple.com.tw/inkdesignho/banner-06.jpg);
}
.banner.banblog h5::before{
    content: "文章分享";
}



@media screen and (max-width: 768px) {
    .banner {
        height: 440px;
        padding: 0 5%;
    }
    .banner h5 {
        font-size: 22px;
    }
    .banner h5::before {
        font-size: 24px;
    }
}



/* 分頁 */
.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: #474747;
}
.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;
    color: #6D6D6D;
}

/* 底下分類 */
.other_promotion li {
    font-size: 13px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #00000014;
    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: #474747;
    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: normal;
}

.other_promotion {
    grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
}


@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 45%;
    }
    
}
@media screen and (max-width: 768px) {
    .other_promotion li {
        width: 100%;
    }
    
}






/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */



.main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 20px;
}


/*購物車設定*/
/* 產品的看更多按鈕設定 */


.product_page .main_part {
    width: 100%;
    max-width: 90%;
    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 #808080;
    transition: all 0.5s;
}
.product-layer-two li::before {
    content: "";
    display: inline-block;
    background-color: #474747;
    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: #808080;
    border: 0;
    padding: 15px 20px;
    background: transparent;
    text-wrap: nowrap;
    transition: all 0.3s;
}
.product-layer-two li:hover > a { 
    background: transparent;    
    color: #474747;
    padding-left: 30px;
}
.product_page .show_content {
    margin: auto;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}

.page {
    color: #808080;
    width: 100%;
}
.product-layer-two li.active > a {
    background: transparent;
    color: #474747;
    border: 0;
    border-left: 2px #474747 solid;
    font-weight: normal;
}

/* 內容 */
.products-list .more {
    border: 1px solid #808080 !important;
    color: #808080;
    width: 90%;
    margin: 0 auto;
}
.products-list .item a:hover .more {    background: #474747;    border-color: #808080;	color: #ffffff;}
.products-list {
    width: 90%;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: none;
}
.products-list .item {
    width: calc(100% / 4 - 2%);
    display: inline-block;
    vertical-align: top;
    padding: 2%;
    margin: 0.05%;
    background: transparent;
    border-radius: 0;
    transition: all 0.5s;
}
.products-list .item:hover {
    background: #00000028;
    transform: scale(1.05);
    transition: all 0.5s;
}

.products-list .item a img {
    height: auto;
    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: #808080;
    height: auto;
    padding: 5%;
}
.products-list .name::before {
    content: "";
    text-align: center;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #808080;
    margin: 10px 0;
}
.products-list .pic {
    display: block;
    position: relative;
    text-align: center;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
    transition: all 0.5s;
}
.products-list .item a:hover .pic{
    transition: all 0.5s;
}




/*內液*/
.product_info_page .main_part {
    width: 100%;
    max-width: 1440px;
    margin: auto;
    padding: 50px 0px;
}
.lastPage {background: #111111;}
.nextaction {    background-color: #c1b09c;}
.lastaction {    color: #fff;    background-color: #c1b09c;}

.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 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sidebarBtn {
    padding: 5% 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: 0;
    background: transparent;
}
.sidebarBtn h2 {
    color: #474747;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;
    font-size: 24px;
}
.sidebarBtn * {
    color: #808080;
}
.product_info li span {
    color: #808080;
}
#bx-pager h6{
    display: none;
}
ul.prod li h3.prod-thumb {
    background: transparent;
    color: #474747;
    padding: 0;
    text-align: left;
}
ul.prod li h3.prod-thumb::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #474747;
    margin: 10px 0;
}
ul.prod {
    list-style: none;
    display: block;
    width: 100%;
}
ul.prod li .prod-panel {
    color: #808080;
    text-align: left;
}
ul.prod li {
    margin-bottom: 40px;
    color: #808080;
}
.toShare {
    border-top: 1px solid #474747;
}



/*  */
.half_box {
    width: 100%;
    float: left;
    padding-right: 0px;
}
ul.prod li span{
    color: #808080;
}
.qaform .breakF {
    border: 1px #808080 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 #808080 solid !important;
    color: #808080;
    transition: all 0.5s;
}
.productBtn:hover{
    background-color: #00000071;
    transition: all 0.5s;
}

/*  */

.prod_related {
    background: #0000001c;
    padding: 25px 15px;
}
.prod_related h6 span:before {
    content: '相關推薦';
    font-size: 24px;
    color: #474747;
}
.related_list li a {
    display: block;
    padding: 5%;
    background: #fff;
}
.related_list li a p {
    font-size: 15px;
    color: #808080;
    margin: 10px 0;
}
.related_list li{
    transition: all 0.5s;
}
.related_list li:hover{
    transform: scale(1.05);
    transition: all 0.5s;
}
.mobile_product_name {
    display: none;
}


@media screen and (max-width: 1440px) {
    .product-wrapper {
        left: 100px;
    }
}





@media screen and (max-width: 768px) {
    .product-layer-two {
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        margin-right: 0;
        justify-content: space-between;
        align-items: flex-end;
    }
    .product-layer-two li {
        width: calc(100% / 3);
    }
    .product-layer-two li a {
        text-wrap: pretty;
        word-break: keep-all;
    }
    .product-layer-two li:hover > a {
        padding-left: 20px;
    }
    .products-list {
        width: 100%;
        padding: 20px 0;
        margin-top: 30px;
    }
    .products-list .item {
        width: 49%;
    }
    .product_info_page .product-layer-two {
        display: none;
    }
    .product-wrapper {
        left: 0px;
    }
    
}

@media screen and (max-width: 500px) {
    .product_page .main_part {
        max-width: 85%;
    }
    .product-layer-two li {
        width: calc(100% / 2);
    }
    .products-list .more {
        font-size: 14px;
    }
    .products-list .item {
        width: 100%;
    }

    .product_info_page .main_part {
        width: 100%;
        max-width: 85%;
        margin: auto;
        padding: 50px 0px;
    }
    
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/
.blog_back a.article_main_header_area_back {    background: #02642F;}
.share_page .edit {    text-align: justify;    line-height: 180%;}
.subbox_item a:before , .subbox_item a:after {    transition: 0.3s;}

.blog_box_edit {    line-height: 180%;    text-align: justify;}
h4.blog_category_title {
    text-align: justify;
    color: #111111;
}
.link a {    width: 100%;    display: block;    padding: 15px 10px;}
.accordion li .link {    padding: 0;}
.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;
}
.clearfix:before, .clearfix:after {
    display: none;
}
.blog_box {
    display: flex;
    flex-wrap: wrap;
}
.blog_back {
    width: 100%;
}
.blog_le {
    width: 15%;
    padding: 0;
    margin-right: 1%;
}





h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #474747;
    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: 30px;
    display: flex;
    justify-content: flex-end;
}
.blog_search form{
    width: 100%;
    position: relative;
}
.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    border: 1px #231f2031 solid;
}
.blog_le .accordion li{
    width: 100%;
}

.submenu li.on_this_category a, .submenu a:hover {
    background: #3838389c;
    color: #FFF;
}


.accordion li .link a {
    font-size: 16px;
    color: #231f20;
    font-weight: 400;
    padding: 15px 20px;
    transition: all 0.3s;
}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {
    color: #fff !important;
    transition: all 0.3s;
}
.accordion li::before{
}
.accordion li:hover:before,.blog_le .accordion > li.on_this_category::before {
    width: 95%;
    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;
}


/*文章分享變1排3個*/
.blog_page .main_part {max-width: 90%;padding: 100px 0;}
.blog_list_le , .blog_list_ri {    width: 100%;}
.blog_subbox {display: flex;flex-wrap: wrap;justify-content: flex-start;grid-gap: 0;}
.subbox_item {}
@media screen and (max-width: 1024px) {.subbox_item {    width: 50%;}}
@media screen and (max-width: 600px) {.subbox_item {    width: 100%;}}


/* 內容 */
.blog_ri {
  width: 84%;
}
.subbox_item {
  position: relative;
  border-bottom: 0.3px #231f2031 solid;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: calc(100% / 3);
  padding: 0;
}

.subbox_item::before {
  content: "";
  display: inline-block;
  width: 0%;
  background-color: #474747;
  height: 2px;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: all 0.3s;
}
.subbox_item:hover:before {
    width: 100%;
    transition: all 0.3s;
}

.subbox_item a:before {
  right: auto;
  left: 7%;
  opacity: 1;
  font-size: 152x;
}
.subbox_item a:after {
  content: '';
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: #00000028;
  opacity: 0;
  border: 1px #ddd solid;
  transition: all .5s;
}
.subbox_item a {
  display: flex;
  padding: 7%;
  flex-direction: column;
  min-height: 610px;
}

.blog_list_ri h5 {
  font-weight: 500;
  font-size: 20px;
  color: #474747;
  font-family: 'Noto Serif SC', 'Noto Serif TC';
}
.blog_list_ri em {
    color: #1a1a1a;
}
.blog_list_ri p {
    color: #1a1a1a;
}
.subbox_item a:before {
    color: #1a1a1a;
}
.blog_back a.article_btn_back {
    background: #111111;
}

@media screen and (max-width: 1440px) {
    .subbox_item a {
        min-height: 490px;
    }
}


@media screen and (max-width: 1024px) {
    .subbox_item a {
        min-height: 410px;
    }
}


@media screen and (max-width: 768px) {
    .blog_search form{
        width: 20%;
        position: relative;
    }
    .blog_le {
        display: none;
    }
    h4.blog_category_title {
        margin-bottom: 0px;
        padding: 0;
    }
    .blog_ri {
        width: 100%;
    }
    .subbox_item {
        width: calc(100% / 2);
    }
}



@media screen and (max-width: 500px) {
    .subbox_item {
        width: calc(100% / 1);
    }
  .products-list .item {
    width: calc(100% / 1);
  }
  .subbox_item a {
    min-height: unset;
}
  .main_part {
    max-width: 90%;
}
.products-list .item a {
  padding: 10%;
}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相本分類全版面 ( 限制最寬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 #474747;}
.promotion_title {    border-bottom: 0;}











/* 相簿 */





.show-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    grid-gap: 80px;
}
.show-list .show_name{
    text-align: center;
}

/*主分類頁面*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    max-width: 1200px;
    padding: 50px 0;
}
.show-list .item:hover .show_name {color: #1a1a1a; opacity: 1; transition:  0.3s;}
.album_page .show-list .show_pic {
    height: 0;
    padding-bottom: 100%;
    bottom: 0;
}
.album_page .show-list .show_pic img {
    display: inline-block;
    object-fit: cover;
    min-height: 400px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    filter: grayscale(1);
    transition: all 0.3s;
}
.show-list .item:hover .show_pic img{
    transform: scale(1.05);
    filter: grayscale(0);
    transition: all 1s;
}
.show-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    grid-gap: 0;
}
.clearfix:before, .clearfix:after {
    display: none;
}

.show-list .show_name {
    font-size: 16px;
    color: #1a1a1a;
    letter-spacing: 0.15em;
    margin-top: 0;
    overflow: hidden;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    opacity: 1;
    font-weight: 500;
    z-index: 3;
    transform: translate(-50%, 0);
    text-align: center;
    margin-top: 10px;
    transition: all 0.3s;
}


.overlay {
    background: rgba(0, 0, 0, 0.37);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 2;
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}

.show-list .item:hover .overlay{
    opacity: 0;
    transform: scale(1);
    transition: all .4s 100ms cubic-bezier(.42,0,.58,1);
}








/*次分類頁面*/
.other_album_choice li {
    background: transparent;
    border-radius: 0;
}
.other_album_choice li a {
    color: #494949;
}
.other_subalbum li p {    
    line-height: 220%;
    text-align: center;
}
.other_subalbum li a img {
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    filter: grayscale(1);
    -webkit-object-fit: cover;
    transition: all .4s;
}
.other_subalbum li a:hover img {
    transform: scale(1.01);
    filter: grayscale(0);
    transition: all 1s;
}
.other_subalbum li a:hover div:after {transform: translate(-50% , -50%) scale(1);opacity: 1;transition: all .4s;}
.album_fixed_title{
    display: none;
}

/*照片頁*/
.pic-list .show_pic {height: 0;max-height: 100%;padding-bottom: 66%;}
.pic-list .show_pic img{
    max-width: 100%;
    min-width: 100%;
    object-fit: cover;
    height: auto;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
}
.show-list .item {
    width: calc(100% / 2 - 40px);
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 20px;
    overflow: hidden;
}
.album_page .show_content {
    margin: auto;
    padding: 0;
    max-width: 100%;
}
.subalbum-menu {
    margin: 30px 0;
    padding: 0;
}
.subalbum-menu h2 {
    display: flex;
    position: relative;
    color: #494949;
    left: 0;
    flex-direction: row-reverse;
    align-items: center;
    width: fit-content;
    font-weight: 500;
    margin-left: 1%;
}
.block {
    background: #494949;
}

.other_subalbum {
    display: flex;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.other_subalbum li {
    display: inline-block;
    background: #fff;
    width: calc(100% / 2 - 2%);
    margin: 10px 1%;
    border: none !important;
    position: relative;
}

.page strong, .page a {
    display: inline-block;
    min-width: 29px;
    height: 29px;
    text-align: center;
    line-height: 29px;
    border: 0;
    border-radius: 0;
    padding: 0 10px;
    margin: 0 10px;
}

.album_fixed_title{
    display: none;
}
.other_subalbum li a{
    position: relative;
}
.other_subalbum li p,.pic-list .item h6 {
    line-height: 220%;
    text-align: center;
    color: #1a1a1a;
    position: relative;
    opacity: 1;
    transition: all 0.3s;
}
.other_subalbum li:hover p{
    opacity: 1;
    transition: all 0.3s;
}
.pic-list .item:hover h6{
    opacity: 0;
    transition: all 0.3s;
}
.pic-list .item{
    position: relative;
}

.album_info_page .pic-list .show_pic {
    padding-bottom: 56%;
    width: 100%;
}

@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);}
.show-list .item {
    width: 60%;
    padding: 0;
    margin: 20px;
}
/*手機版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_page .main_part {
    width: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0;
}

.blank_letter {
    font-family: "Noto Sans";
    font-weight: 500;
    padding-top: 0;
    font-size: 24px;
    padding: 30px 0;
    color: #474747;
    background-position: left bottom;
    background-repeat: no-repeat;
    border-bottom: 1px #474747 solid;
}
.list_before.info li {
    padding-left: 32px;
    color: #474747;
}
.contact_form li .form__label {
    color: #474747;
    width: 130px;
}
.contact_le_map a {
    background: #474747;
    color: #fff;
}
.contact_form li.last cite {
    background: #474747;
    color: #fff;
    width: 220px;
}
.contact_form li.last input[type="submit"] {
    color: #fff;
}

.contact_content .information_left {
    width: 100%;
    margin-bottom: 50px;
}
.contact_content .information_right {
    width: 100%;
    padding-left: 0px;
}

.contact_le_nomap {
    transition: all .5s;
}
.contact_le_nomap:hover {
    filter: grayscale(0);
    transition: all .5s;
}


.contact_form li input.noborder {
    border: none;
    background: #0000000a;
    color: #474747;
    transition: all 0.3s;
    margin: 0;
}
.contact_form li {
    display: flex;
    margin-bottom: 0px;
    border-bottom: 1px solid #4747473d;
    padding: 10px 0;
    padding-left: 0;
    justify-content: space-between;
}
/* .contact_form li:nth-child(9) .form__label{
    width: 130px;
    margin-left: -100px;
}
.contact_form li:nth-child(9){
} */
.contact_form li textarea.noborder {
    background: transparent;
    border: 1px #474747 solid;
    color: #474747;
    transition: all 0.3s;
}
.contact_content form {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.form__insert input{
    margin: 0 10px;
    color: #474747;
}
.contact_form li.last blockquote {
    display: inline-block;
    vertical-align: top;
    font-style: normal;
    padding: 7px;
    text-align: center;
    border: 1px #474747 solid;
    width: 150px;
}

.contact_content {
    margin: auto;
    padding: 0;
    max-width: 80%;
}

.contact_editbox {
    padding: 0;
}



@media screen and (max-width: 768px) {
    .contact_form li.last cite {
        width: 160px;
    }
    
}
@media screen and (max-width: 600px) {

.contact_form li .form__label {
    background: transparent;
    font-weight: normal;
}

}

