@charset "utf-8";
/*共同設定*/
:root {	
	--textColor: #111; --mainColor: #2f849d; --subColor01: #3399bd; --subColor02: #76b3cb; --bgColor01: #ecfaff;
}
body { font-size: 17px; font-weight: 400; line-height: 1.7; letter-spacing: .07em; color: #111;}
.header_area, .header_area.sticky, .tp_links a, .stellarnav > ul > li > a, 
.path p, .path p a, #content_main, #content, 
.footer_info li p, .footer_info li p a, .footer, .footer_menu a, 
h5.blog_le_t, .subalbum-menu h2, .product_menu_list>h5, 
.prod_related h6 span:before, .module_i_album .title_i_box h4, 
.blank_letter, .contact_form, .list_before, 
.products-list .name, .sidebarBtn h2 { color: inherit; background: unset;}
.path p, .path p a, .list_before, .contact_form { color: unset;}
.edit { line-height: 1.9;}
a { color: #000;}
a:hover, .path p a:hover, .copy a:hover { color: var(--subColor01);}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.header_area {
	position: fixed;
    padding: 0;
    background: #fff0;
	transition: all 1s ease-out;
}
.header_area.sticky { background: #fff0;}

/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.navigation { grid-template-columns: 200px 1fr;}
.main_header_area .container { max-width: unset;}

.tp_links { padding: 0 10px;}
.me_tp_features, .tp_links { display: none;}


/*電腦LOGO*/
.nav-header, .nav-brand { width: 100%; max-width: unset;}
.nav-brand { text-align: center; padding: 10px 20px 0;}

/*手機LOGO
.nav-brand-m {}
*/

@media screen and (max-width: 1024px) {
.header_area.sticky { background: #3399bdf5; box-shadow: 0px 2px 15px #00000080;}
.nav-brand { max-width: 180px; margin-bottom: -3px;}
}
@media screen and (max-width: 768px) {
.nav-brand { max-width: 150px; margin-bottom: 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*按鈕字體設定*/
.stellarnav ul {
    width: fit-content;
    border-radius: 40px;
    margin: 2vw 20px 0 auto;
    padding: 10px 20px;
	transition: all 1s ease-out;
}
.header_area.sticky .stellarnav ul {
    background: var(--subColor01);
	margin: 1vw 10% 0 auto;
}
.stellarnav li { padding: 0 .5vw;}
.stellarnav > ul > li > a {
    color: #000;
    font-size: 15px;
    letter-spacing: .03em;
    line-height: 35px;
    height: 30px;
    padding: 0 10px;
    margin: 0;
}
.header_area.sticky .stellarnav > ul > li > a {
    color: #fff;
}
.stellarnav > ul > li > a:hover, .stellarnav li li a:hover {
    font-weight: 600;
    transform: scale(1.08);
    text-shadow: 0 0 15px #fff;
}
.stellarnav li.has-sub > a:after { top: 60%;}

.stellarnav ul ul { margin: 0;}
.stellarnav.desktop li.has-sub li a, 
.stellarnav li li a {
    color: #111;
	font-size: 14px;
    line-height: 34px;
    margin: 0;
	height: auto;
    line-height: 20px;
    padding: 6px 10px;
}
.tp_links { display: none;}

@media screen and (max-width: 1024px) {
.stellarnav ul, .header_area.sticky .stellarnav ul { background: #fff0; margin: 0 auto;}
}
@media screen and (max-width: 768px) {
.stellarnav .menu-toggle span.bars span { background: #444;}
.stellarnav .menu-toggle:after { color: #000;}
.stellarnav.mobile.left > ul { border-radius: 0; background: #fffffff0; padding: 0; margin: 0;}
.stellarnav.mobile > ul > li { padding: 0;}
.stellarnav.mobile > ul > li > a { padding: 10px 43px 10px 15px;}
.stellarnav.mobile > ul > li > a:hover { transform: scale(1); font-weight: 500; background: var(--subColor02); color: #fff;}
.header_area.sticky .stellarnav.mobile > ul > li > a { color: #111;}
.header_area.sticky .stellarnav.mobile > ul > li > a:hover { color: #fff;}
}



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*footer設定*/
.footer {
    padding: 50px 0 0;
    background: linear-gradient(to top, #ffffff 50%, #9393931a 100%);
	background: -moz-linear-gradient(to top, #ffffff 50%, #9393931a 100%);
    background: -webkit-linear-gradient(to top, #ffffff 50%, #9393931a 100%);
    background: -ms-linear-gradient(to top, #ffffff 50%, #9393931a 100%);
}
.footer_info {
	grid-gap: 0;
    display: flex;
    flex-direction: column;
	align-items: center;
	text-align: center;
}
.footer_logo {
    width: 100%;
    max-width: 200px;
    margin: 0 10px;
}
.footer_logo img { width: 95%; max-width: 245px;}
.footer_info li p, .footer_info li p a {
    letter-spacing: .1vw;
	padding: 6px 0;
}
.footer_info li p a:hover {
    color: var(--subColor01);
    font-weight: 600;
    letter-spacing: .08vw;
}
.footer_info li:nth-child(1) {
    display: inline-flex;
    flex-wrap: wrap;
	justify-content: center;
	padding: 10px;
}
.footer_info li p:before {
    margin: 0 5px -7px 35px;
    padding-left: 32px;
    background: no-repeat left center / contain;
    display: inline-block;
    height: 24px;
    filter: brightness(0.3);
}
.footer_info li p.line:before {
	content: '';
    background-image: url(https://pic03.eapple.com.tw/YKITtest/demoF01_icon05.svg);
}
.footer_info li p.phone:before {
	content: '';
    background-image: url(https://pic03.eapple.com.tw/YKITtest/demoF01_icon01.svg);
    margin-left: 0;
}
.footer_info li p.mail:before {
	content: '';
    background-image: url(https://pic03.eapple.com.tw/YKITtest/demoF01_icon04.svg);
}
p.phone { order: -1;}

/*footer聯絡資訊隱藏*/
p.add, li.info_ADD, .box_link { display: none;}

/*footer按鈕設定*/
.footer_menu a {
	background: var(--subColor01);
    color: #fff;
    border: 1px solid var(--subColor02);
    border-radius: 18px;
    padding: 7px 14px;
    margin: 0 4px 8px 0;
}
.footer_menu a:hover { 
	background: var(--bgColor01);
    color: var(--mainColor);
}

/*版權欄位設定*/
.copy { background: #222;}
.copy a { color: #999;}
.copy a:hover { color: var(--subColor02);}


/* 跨欄位+置中 11版必放 */
.footer_info div:nth-of-type(3) { grid-column: 1 / 3; text-align: center; margin-top: 10px;}

@media screen and (max-width: 768px) {
.footer_info { grid-template-columns: 1fr;}
.footer_info div:nth-of-type(3) { grid-column: unset;}

/* 開啟手機板下方按鈕所需設定 */
.footer.with_shopping_mode { padding: 30px 0 55px;}
#to_top { bottom: 65px;}
}
@media screen and (max-width: 600px) { 
.copy { padding-top: 8px;}
}
@media screen and (max-width: 350px) { 
.footer_info li:nth-child(1) { display: inline-flex; flex-direction: column; align-items: flex-start;}
.footer_info li p:before { margin-left: 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們 聯絡資訊*/
.blank_letter { font-family: Noto Sans TC; font-size: 22px; font-weight: 500; color: #222; letter-spacing: 1px;}

/*聯絡資訊 表單寬度 100%呈現*/
.contact_content .information_left, 
.contact_content .information_right { width: 100%; padding: 10px;}
.contact_content .information_left { display: none;}
.contact_form { margin-top: 20px;}
.contact_form li.last blockquote, .contact_form li.last cite {
    border: 1px solid var(--mainColor); border-radius: 10px;
}
.contact_form li.last blockquote { color: var(--mainColor);}
.contact_form li.last cite { background: var(--subColor02);}

@media screen and (max-width: 600px) {
.contact_form li { grid-template-columns: 1fr;}
.contact_form li .form__label { background: none; padding: 3px 0 0; margin: 0 0 -5px;}
}
@media screen and (max-width: 350px) {
.list_before.info li { padding: 20px 0 0;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before { margin-top: -20px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*內頁BANNER 設定*/
.banner {
    font-family: "Noto Serif TC", serif;
    justify-content: flex-start;
    border-bottom: 1px solid;
    padding: 280px 20px 0 300px;
}
.banner h5 {
    border-bottom: 5px solid;
}
.banner.banA, .banner.banB, .banner.banC, .banner.banD, .banner.banE, .banner.banF, 
.banner.banblog { background-image: url(https://pic03.eapple.com.tw//ban01.jpg);}

@media screen and (max-width: 1024px) {
.banner { justify-content: center; padding: 320px 20px 0;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
/*一排呈現
.subbox_item { width:100%;}
*/



/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本分類全版面 ( 限制最寬2000px
.work_page .main_part { max-width:2000px;}
.work_page .show_content { padding:0; width:100%;}
.work_page .show-list .item { width:33%; display:inline-block; float:none; margin:0; padding:0;}
@media screen and (max-width: 768px) {
.work_page .show-list .item { width:49%;}
}
@media screen and (max-width: 570px) {
.work_page .show-list .item { width:100%;}
}
.work_page .show-list .item a { max-width:100%;}
.work_page .show-list .show_pic { height:auto; line-height:0;}
.work_page .show-list .show_pic img { max-width:100%; max-height:100%;}
.work_page .show-list .show_name { position:absolute; top:50%; right:10%; width:80%; height:auto; line-height:160%; font-size: 20px; color: #FFFFFF !important; border: solid 1px #fff; text-align: center; margin: -20px 0 0 -120px; padding:5px 20px; transition:all ease-in .3s; opacity:0;}
.work_page .show-list .item:hover .show_name {opacity:1;}
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*相本列表
.work_info_page .main_part { max-width:2000px;}
.work_info_page .show_content { padding:0; width:100%;}
.work_info_page .subalbum-menu { text-align:center;}
.work_info_page .subalbum-menu h2 { float:none;}
.work_info_page .pic-list .item { margin:0; padding:10px; width:49%; float:none; display:inline-block;}
@media screen and (max-width: 768px) {
.work_info_page .pic-list .item { width:100%;}
}
.work_info_page .pic-list .show_pic { height:auto; line-height:0;}
.work_info_page .pic-list .show_pic img { max-width:100%; max-height:100%;}
.work_info_page .pic-list .item a { max-width:100%; pointer-events: none; cursor: default; } 取消連結被點擊效果
*/




/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/* 商品下拉超過30個變大 */
.stellarnav.desktop li.bigMenu>ul{display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); left: 0; width: 100%; position: fixed; padding: 20px;}
.stellarnav.desktop li.bigMenu ul ul{top: 100%; left: 0; width: 100%; background: #efefef; height: auto; max-height: 300px; overflow: auto;}
.stellarnav.desktop li.bigMenu ul ul li{margin: 0;} 
.stellarnav.hasBigMenu li.bigMenu li.has-sub > a:after{border-left: 6px solid transparent; border-bottom:unset; border-right: 6px solid transparent; border-top: 6px solid #898989; right: 5px;}
/* 主分類超過30個但次分類直接顯示 
.stellarnav.desktop li.bigMenu>ul{grid-gap: 10px;}
.stellarnav.desktop li.bigMenu li{border: 0;}
.stellarnav.desktop li.bigMenu>ul>li>a{border: 1px solid #ddd;}
.stellarnav.desktop li.bigMenu ul ul{display: block !important; position: relative; top: 0; background: unset; border: 0;}
.stellarnav.desktop li.bigMenu ul ul li{border: 0;}
 主分類超過30個但次分類直接顯示-結束 */

/* 商品下拉超過30個--結束 */

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設購物車版面 產品分類選單在左側 商品內頁詳細介紹下表單更改樣式 by shint at 2023.1.5  */
.product_page .main_part { max-width:1500px;}
/* .product_info_page .main_part { max-width:1200px;} */

.product_page .show_content,
.product_info_page .show_content { width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap; align-items: flex-start; align-content: flex-start;}
.product_page .product_menu_list { position: relative; width: 220px; letter-spacing: 1px; /*border-right: 1px solid #ccc;*/min-height: 30vw;}
.product_page .products-list,
.product-wrapper { width: calc(100% - 270px);}
ul.page { width: 100%;}

.product-layer-two li ul { position:static; margin-top:5px; /*display:block !important;*/ width:100%; margin-left:0;}
.product-layer-two li:hover ul { border: none !important; /*display:block !important;*/}
.product-layer-two li li { display: block; padding:0; transition:all ease .3s;}
.product-layer-two li li a{ padding:5px 10px;}
.product-layer-two li li:hover > a { background:#fff; color:#ad925e;}
.product-layer-two > li { width:100%; max-width:100%; padding:0; text-align:left; border-bottom:1px dotted #ccc; padding-bottom: 5px;}
.product-layer-two > li ul > li + li { margin-top:5px;}

.product_info_page .product-layer-two { display: none;}
.product_info_page .products-list,
.product-wrapper { width: 100%;}

.product-layer-two li li:hover{ margin-left: 15px;}
.product-layer-two li li > a:before { content: ""; position: absolute; width: 12px; height: 8px; background: transparent; left: 0; margin-left: -20px; top: 50%; margin-top: -4px; clip-path: polygon(0 0, 100% 50% , 0 100%);}
.product-layer-two li li:hover > a:before { background:#ad925e;}

.product_info_page .half_box { width: 100%; float: none; padding-right: 0;}
.product_info_page .half_box li.btn_blankTop { margin-top: 50px; justify-content: space-between; display: flex;}
.product_info_page .half_box li.btn_blankTop input { width: calc(50% - 10px); background-image: none; padding: 0; text-align: center;}
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 768px) {
.product_menu_list,
.products-list,
.product-wrapper { width: 100%;}
.product-layer-two { margin-right: 0; grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); grid-gap: 5px;}
.product_page .product-layer-two,
.product_page .products-list { width: 100%; border-right: none;}
.product_page .product_menu_list>h5{display: block;}

.product_page .show_content > a { order: 1;}
.product_page ul.products-list { order: 2;}
.product_page ul.page { order: 3;}
.product_page .product_menu_list {width: 100%; order: 0; min-height: unset;}
}
@media screen and (max-width: 600px) {
}

