@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
body{overflow-x:hidden;  font-family: "Sorts Mill Goudy", Noto Serif TC;}

body{
	overflow-x:hidden;
	font-family:"Archivo Black","Noto Sans TC";
	font-weight: 400;
  letter-spacing: 1px;
}



.banA {
   display: none;
}

/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #ffffff;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #496C89;
    border-radius: 3px;
}


/* ▼ HEADER---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* 購物車隱藏 */
.me_tp_features a i {display: none;}
.me_tp_features {display: none;}

/*Logo ----------*/

.nav-brand img{    filter: brightness(4.5);}
.header_area.sticky .nav-brand img{    filter: unset;}

/*logo定位 */
.nav-header {
    top: 16px;
    left: 2vw;
    max-width: 340px;
}

/*logo大小*/
.header_area .nav-brand {
    max-width: 300px;
    width: 100%;
}

/*header樣式*/

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    background: #4b6c87
}

.main_header_area {
    background: #dfd9c500;
    box-shadow: 1px 1px 10px rgb(105 83 83 / 0%);
    transition: .5s ease-out;
    margin: 0;
    border-radius: 0;
}

/*header下拉後底色磨砂感*/
.sticky .main_header_area.animated {
    background: #ffffff;
    backdrop-filter: saturate(93%) blur(10px);
    border-radius: 10vw;
    margin: 1vw 5vw;
}

.header_area.sticky{    background: #ffffff00;}



/*選單文字*/
.stellarnav > ul > li > a {
    color: #ffffff;
    font-family:"Sorts Mill Goudy","Noto Serif TC";
    font-size: 15px;
    letter-spacing: 0.15rem;
    text-align: center;
    transition: .5s ease-out;
    height: 50px;
    margin: 0px 0px 1px 0px; /*選單高度*/
    padding: 20px 10px 0 10px; /*選單間距*/
    font-weight: 600
}

.header_area.sticky .stellarnav > ul > li > a{ color: #496C89;}


.stellarnav > ul > li > a :hover {
    color: #496C89;
}

.navigation { padding: 30px 0 10px 0px; grid-template-columns: 340px 1fr;}
.stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 2px #A68A60;}
.stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #A68A60;}
.stellarnav .icon-close:before{border-bottom: solid 2px #ffffff;}
.stellarnav .icon-close:after {border-bottom: solid 2px #ffffff;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {    background: #e1bfb4;}
.stellarnav a {color: #ffffff;}
.stellarnav.mobile ul {    background: #f7f7f7;}

/*選單圖示 ---------- */

/*通用設定*/
.stellarnav > ul > li > a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/yicheng2016/header.png) no-repeat;
    width: 30px;
    height: 28px;
    background-size: contain;
    position: absolute;
    left: 50%;
    transition: .5s ease-out;
    transform: translate(-50%);
    bottom: 10px;
    opacity: 0;
}

.stellarnav > ul > li > a:hover::before {
    transform: translate(-50%);
    bottom: 23px;
    transition: .5s ease-out;
    opacity: 1;
    width: 78%;
}

/*圖示替換*/

.stellarnav > ul > li:nth-child( 2n ) > a:before {
    background: url(https://pic03.eapple.com.tw/yicheng2016/header1.png) no-repeat;
    background-size: contain;
}


/*文字底線-中間往左右*//*
.stellarnav > ul > li:after {
    content: "";
    width: 0;
    height: 1px ;
    position: absolute;
    bottom: 15px; /*底線垂直位置
    left: 50%;
    transform: translateX(-50%);
    background: var(--accent-color);
    transition: all .3s;
}

.stellarnav > ul > li:hover::after {
    width: 80%;
}

/*文字底線-左到右*/
.stellarnav > ul > li:after {
    content: "";
    position: absolute;
    display: block;
    bottom: 0px;
    width: calc(100% - 2 * 2px);
    height: 2px;
    background: var(--accent-color);
    overflow: hidden;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform .3s cubic-bezier(.76,0,.24,1);
}

.stellarnav > ul > li:hover::after {
    transform-origin: 0 50%;
    transform: scaleX(1);
}

/*下拉的欄位 ---------- */

.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #8e8e8e;
}

/*下拉符號-隱藏*/
.stellarnav li.has-sub > a:after {
    display: none;
}



/*次選單 ---------- */

/*次選單樣式-半透明底色*/
.stellarnav ul ul ,
.stellarnav ul ul ul {
    overflow: auto;
    border: solid 1px rgba(255, 255, 255, 0.1);
    border-radius: 6px;
    padding: 7px;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 12%);
    backdrop-filter: saturate(180%) blur(5px);
    width: 215px;/*加寬*/
    max-height: 400px;
}

/*第三層滾動條設定*/
.stellarnav ul ul ul {
    overflow-x: hidden;
    /*overflow-y: scroll;*/
    scrollbar-gutter: stable;
}

/*次選單欄位邊框*/
.stellarnav li li {
    border: 0px var(--light-gray) solid;
}

/*次選單文字樣式*/
.stellarnav li a {
    padding: 7px 10px;
    display: block;
    color: #8e8e8e;
    font-size: var(--f15);
}

/*欄位尺寸*/
.stellarnav li li > a ,
.stellarnav li li.has-sub > a {
    padding: 7px 5px;
    transition: .5s ease-out;
    border-left: 2px solid transparent ;
}

/*欄位hover樣式*//*
.stellarnav li li:hover > a ,
.stellarnav li li.has-sub:hover > a {
    color: #bea15c;
    border-color:#bea15c ;
}
*/

/*hover欄位樣式-向右滑動*/
.stellarnav li.has-sub ul li a:hover{
    color: #496c89;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    transition: .5s ease-out;
    letter-spacing: .1rem;
    position: relative;
}

@media screen and (max-width: 1440px) {.navigation {
    padding: 20px 16px 10px 20px;}}


@media screen and (max-width: 1024px) {
    .main_part {
        padding: 40px 20px;
    }


/*關掉-header下拉效果*/
.sticky .main_header_area.animated {
    border-radius: 0vw;
    margin: 0px;
}

.navigation {
    padding: 20px 0 0 0;
}

.stellarnav > ul > li > a {
    margin: 0px;
    padding: 0px 10px 0 10px;
    height: 35px;
}

/*隱藏-風扇插圖*/
.stellarnav > ul > li > a:before{
    display: none;
}

}






/*======footer=======================================================================*/
.box_link {
    position: absolute;
    top: 0;
    right: 10px;
    width: auto;
    max-width: 110px;
    display: none;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 100%;
}
.footer {
    font-family: "Sorts Mill Goudy", Noto Serif TC;
    padding: 30px 0 0;
    font-size: 14px;
    background: #ffffff;
    position: relative;
    z-index: 99;
    overflow: hidden;
}


/*==========================*/

.footer_logo { max-width: 340px;}

.footer_logo img {
    max-width: 90%;
}
.footer_info {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    gap: 25px 30px;
    justify-content: center;
}
.footer_info ul {
    font-family:  Noto Serif TC;
    font-weight:600 ;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
    gap: 0;
    letter-spacing: 0.15em;
}
.footer_info li {
    display: block;
    padding: 10px;
    z-index: 0;
}
.footer_info li p {
    line-height: 170%;
    letter-spacing: 1px;
    color: #8E8E8E;
    font-size: 14px;
    font-weight: 600;
}
a {
    color: #8E8E8E;
    letter-spacing: 3px;
}
.footer_menu {
    margin-top: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px 5px;
    z-index: 99;
}
.footer_menu a {
    display: inline-block;
    padding: 5px 4px;
    border: 0;
    margin: 0 0px 4px 0;
    font-size: 13px;
    line-height: 0;
    color: #8E8E8E;
    background: 0;
    font-weight: 600;
}
.footer_menu a:hover {
    background: #66666600;
    color: #496C89;
}
.footer_info ul>li:nth-child(1):before {
    content: "聯絡資訊";
    font-weight: 600;
}
.footer_info ul>li:nth-child(2):before {
    content: "網站地圖";
    font-weight: 600;
    padding-left: 4px;
}
.footer_info ul>li:before {
    font-size: 115%;
    color: #496C89;
    display: block;
    margin: 0 0 20px;
    border-bottom: 1px solid #496C89;
    padding-bottom: 10px;
    letter-spacing: 0.2em;
}
.copy {
    text-align: center;
    padding: 3px 0;
    font-size: 10px;
    color: #ffffff;
    border-top: 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    background: #496C89;
}
.copy a {
    color: #fff;
    letter-spacing: 1px;
}
.copy a:hover {
    color: #e89215;
}


.linksBtn {    display: none;}
#to_top {background: #496C89;    box-shadow: 0px 0px 10px rgb(183 183 183 / 30%); color: #fff;}
#to_top i:before, #to_top i:after{    background: #ffffff;}
#to_top i.top:before, #to_top i.top:after{width: 3px;}


.other_promotion  {    display: none;}
.page {    display: none; }



/*文章管理/＝＝＝＝＝*/
.blog_page .main_part{ max-width: 1500px;}
.blog_in_page .main_part{ max-width: 1500px;}
h4.blog_category_title{font-family: "Noto Serif TC";font-size: 28px; color: #28495A;}
h4.blog_category_title span{font-size: 24px;}
h5.blog_le_t{  font-family: "Noto Serif TC";   text-align: center; }
/*文章管理/外層＝＝*/
.module_i_news {    padding: 100px 20px;}
.blog_subbox {     grid-template-columns: 1fr 1fr 1fr;    gap: 0;}
.module_i_news li, .subbox_item {
    width: 100%;
    position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}
.i_blog_le img, .blog_list_le img{ opacity: 0.7;}
.subbox_item a:hover img { opacity: 1;}
.subbox_item{margin-bottom: 0;}
.module_i_news li:hover, .subbox_item:hover {
    background-image: url(https://pic03.eapple.com.tw/belovedcenter/ta_bg.png);
    transition: all 0.3s ease-in-out;
}
.module_i_news li:hover:before, .subbox_item:hover:before {   }
.module_i_news li:hover::after, .subbox_item:hover::after { }

.module_i_news li:before, .subbox_item:before, .module_i_news li:after, .subbox_item:after {
    position: absolute;
    width: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 86.04%;
    background-color: #28495a;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
}
.module_i_news li:before, .subbox_item:before {left: 0;}
.module_i_news li:after, .subbox_item:after  {    right: 0;}

.module_i_news .title_i_box h6 {
    font-size: 17px;
    color: #28495a;
    font-weight: normal;
}
.module_i_news .title_i_box h4 {
	display: none;
}
.module_i_news .title_i_box:before{
	content: '最新消息';
	font-size: 25px;
    color: #4E4E4E;
    font-weight: 600;
    letter-spacing: 3px;
	}
.i_blog_ri h5, .blog_list_ri h5 {
    color: #4E4E4E;
    font-size: 18px;
    padding-top: 7px;
    -webkit-line-clamp: 1;
}
.i_blog_ri p, .blog_list_ri p {
    color: #4E4E4E;
    font-size: 14px;
    line-height: 150%;
    min-height: 40px;
    -webkit-line-clamp: 2;
}
.module_i_news li a, .subbox_item a {
    padding: 16.66% 14.28% 7.71% 14.28%;
}
.module_i_news li a, .subbox_item a { background-color: #c2d6d900; grid-template-columns: unset;}
.module_i_news li a, .subbox_item a:hover {    background-color: #c2d6d980;}
.module_i_news li a:after , .subbox_item a:after{pointer-events:none; }
.module_i_news li a:before, .subbox_item a:before {    display: none;}
.module_i_news li a:after, .subbox_item a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #28495a;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    content: "";
    opacity: 1;
    border: none;
    top: 100%;
}


.i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
.blog_list_ri{ padding-top: 15px;}
.i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */

.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%);
}
.i_blog_ri em, .blog_list_ri em {
    padding-right: 3.1em;
    font-size: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 14.66%;
    left: 5%;
    color: #24231f;
    font-family: "Noto Serif TC", serif;
}
.module_i_news li a:hover h5, .subbox_item a:hover h5 {    color:#213042;}
.module_i_news li a:hover:before, .subbox_item a:hover:before {    color: #24231f;}
.module_i_news li a:hover em, .subbox_item a:hover em {    color: #24231f;}
.module_i_news li a:hover  p, .subbox_item a:hover p {color: #24231f;  }

/*側邊*/
.blog_le{ margin-top: 66px;}
.blog_le .accordion { border: none; border-radius: 0px; font-family: "Noto Serif TC"}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background:#28495A !important;}
.blog_back {    font-family: "Noto Serif TC";}
.accordion li .link a {  color: #28495A;}
.submenu a { background: #fff;}
.submenu a:hover {    background: #28495A;}
.submenu li.on_this_category a, .submenu a:hover {  background: #28495Abd;}
/*首*/
.module_i_news section {    max-width: 1600px;}
.module_i_news{background: #e6e3de;}
.module_i_news_list, .module_i_news_list.swiper {   padding: 0;}
.module_i_news ul{    grid-template-columns: 1fr 1fr 1fr 1fr;    gap: 0;}
.i_blog_ri p{    padding-top: 10px;}
/*功*/
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: #213042;}
.blog_back a.article_btn_prev,.blog_back a.article_btn_next { background: #6d7379;}

/* 滑入進場效果 */
.i_blog_le:before, .blog_list_le:before {
    content: 'MORE';
    font-size: 0.8em;
    color: #ccc;
    position: absolute;
    top: 0;
    right: 0;
    background: #28495A;
    color: #FFF;
    text-align: center;
    line-height: 35px;
    padding: 0 10px;
    -moz-transform: translate(50px, -40px);
    -ms-transform: translate(50px, -40px);
    -webkit-transform: translate(50px, -40px);
    transform: translate(50px, -40px);
    -moz-transition: -moz-transform 0.6s;
    -o-transition: -o-transform 0.6s;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    position: absolute;
    z-index: 1;
    opacity: 0;
    font-family: "Cinzel", serif;
}
.module_i_news li a:hover .i_blog_le:before, .subbox_item:hover .blog_list_le:before {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.module_i_news li a:after, .subbox_item a:after{background-color: #28495a;}

/*相關推薦*/
.news_related { background: #e9e9e9;}
.news_related h6 span:before {  font-family: "Noto Serif TC"; color: #28495A;}
.lastPage {    font-family: "Noto Serif TC";  background: #28495A;}

@media screen and (max-width:1024px) {
    .module_i_news ul, .blog_subbox{ grid-template-columns:1fr 1fr; }
}

@media screen and (max-width:600px) {
  .blog_page .main_part {   padding: 25px;}
}
@media screen and (max-width:480px) {
    .module_i_news ul, .blog_subbox{ grid-template-columns:1fr; }
}




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    background: url(https://pic03.eapple.com.tw/yicheng2016/banner_bg001.jpg) no-repeat;
    height: 500px;
    background-size: cover;
    margin:70px auto;
    padding: 0;
    width: 90%;
    background-position-x: center;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: end;
}
.banner h5 {
    font-family:'Noto Serif TC' ;
    background: #4b6c87;
    padding: 10px;
    color: #ffffff;
    font-size: 25px;
    position: relative;
    text-align: left;
    letter-spacing: 2px;
    font-weight: normal;
}
.banner.banF h5::before {
    content: 'Products';
    display: block;
    color: #ffffff;
    font-size: 50px;
}
.banner.banblog h5::before {
    content: 'News';
    display: block;
    color: #ffffff;
    font-size: 50px;
    font-family: 'Sorts Mill Goudy';
}
.banner.banC h5::before {
    content: 'Contact';
    display: block;
    color: #ffffff;
    font-size: 50px;
}

body.blog_page.article_b .banner.banblog h5::before {
    content: 'Q&A';}
.banner.banA {display:none;}
.banner.banB {display:none;}
.banner.banC {}
.banner.banD {}
.banner.banE {}
.banner.banblog {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


#content {
    background: url(https://pic03.eapple.com.tw/yicheng2016/bbg.jpg) 0% 0% / cover fixed;
}




/*聯絡我們*/
.contact_form li{    display: flex;grid-gap: 10px;flex-direction: column;}
.contact_form li.last{    display: flex; justify-content: flex-end;flex-wrap: wrap;flex-direction: row;}
.blank_letter {font-size: 24px;color: #555;font-weight: 300;font-family: 'Cinzel', 'Noto Serif TC',sans-serif;}
.contact_content .information_right {padding-left: 50px;}
.list_before.info li {font-family: 'Cinzel', 'Noto Serif TC',sans-serif; color: #555;}
.list_before.info li.MAIL{display: none;}
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {
	font-weight: 300;}
/*表格區*/
.contact_content {    background: #ffffff; margin: auto;padding: 20px 25px;}
.contact_form {    color: #496c89;}
.contact_form li {padding-left: 0;border-bottom: 1px solid #ccc;padding: 15px 0;}
.contact_form li .form__label {width: 100%;text-align: left;margin-left: 0; font-weight: 300;letter-spacing: 1px;
	margin-bottom: 5px;font-weight: 400;position: relative;}
.contact_form li:nth-last-child(2) .form__label:after{content: "驗證";margin-left: 5px;}
.contact_form li .form__insert{font-weight: 300;letter-spacing: 2px;}
.contact_form li input.noborder,.contact_form li textarea.noborder{border: none;outline: none;font-family: 'Cormorant Garamond', serif;}
input[type="checkbox"], input[type="radio"] {margin: 5px 5px 5px 10px;}
input[type="checkbox"]:nth-child(1), input[type="radio"]:nth-child(1) {margin: 5px 5px 5px 0px;}
.contact_form li.last cite {margin-left: 10px;background:  #496c89;color: #fff;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px  #496c89 solid;}
.contact_form li.last blockquote input {color:  #496c89;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 3px;}
.star{position: absolute;left: -15px;}
.contact_content .information_left {    width: 280px;}
.red {color: #ff8080;}
.contact_le_map a {display: none;}

@media screen and (max-width: 768px) {/*聯絡我們*/
	.contact_content .information_right {padding-left: 10px;}}