@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Alata&family=Cardo:ital,wght@0,400;0,700;1,400&family=Dancing+Script:wght@400..700&family=Forum&family=Oswald:wght@200..700&family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/

body {
    letter-spacing: .1rem;
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*上方選單解除滑動固定
.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}
*/


/*電腦LOGO
.nav-brand {}
*/

/*手機LOGO
.nav-brand-m {}
*/

/* 商品下拉超過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) {
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*預設解除背景輪播*/
#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;}
}

/* 反白顏色 -------------------- */
::-moz-selection {
    color: #444;
    background: #aebfc2c2;
}

::selection {
    color: #444;
    background: #aebfc2c2;
}

/* slogan -------------------- */


.pageIndex .swiper-slide:nth-child(1)::before{    
	content: "";
    position: absolute;
    z-index: 999;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 48/30;
    height: auto;
    left:20%;
    bottom: -10%;
    width: 28%;
    transform:translate(-50%,-50%) ;}
	
.pageIndex .swiper-slide:nth-child(2)::before{    
	content: "";
    position: absolute;
    z-index: 999;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
	aspect-ratio: 1 / 2;
    height: auto;
    left: 20%;
    bottom: -12%;
    width: 14%;
    transform:translate(-50%,-50%) ;}
	

.pageIndex .swiper-slide-active:nth-child(1)::before{
    background-image: url(https://pic03.eapple.com.tw/irncorg/index_text01.png);
    animation: up 2.5s;
}

.pageIndex .swiper-slide:nth-child(2)::before{
    background-image: url(https://pic03.eapple.com.tw/irncorg/index_text02.png);
}

@keyframes up {
    0% {
        margin-top: 1vw;
        opacity: 0;
    }

    100% {
        margin-top: 0;
        opacity: 1;
    }
}


/*header*/
.main_header_area .container{    max-width: 90%;}
.pageIndex .header_area{
	    background: linear-gradient(180deg, #004c5754, #14000000);
    transition: all 0.5s ease-in-out;
    position: fixed;
	    padding: 10px;
	width: 100%;}
	
.shop_search_btn {
    background: #75b2b0;
    color: #ffffff;}
	
.me_tp_features a.tp_btn_cart {
    color: #fdfdfd;
}
.me_tp_features a.tp_btn_notice {
    color:  #fdfdfd;
}
.me_tp_features{    padding-right: 23px;}

.tp_links{display:none;}

.pageIndex .main_header_area {
    background: #f0f0f000;
}
.main_header_area{  background: #004c57;padding: 10px 0px;}
	
.stellarnav > ul > li > a{color:#fff;letter-spacing: 2px;text-shadow: 0 0 3px #0000009c;}

.nav-brand{    width: 280px;}
.nav-brand img{    margin-top: 10px;}
.stellarnav li.has-sub > a:after{border-top: 6px solid #fff;}

.stellarnav>ul>li>a b:nth-child(2){
    font-family: "Philosopher", sans-serif;;
    letter-spacing: .1rem;
}
.navigation{    padding: 0;}
.nav-brand img{    filter: grayscale(100%) brightness(800%);}
.pageIndex .nav-brand img{    filter: none;}

/*下拉*/
.pageIndex .stellarnav > ul > li > a:hover {
    color: #dbfffe;}
.stellarnav > ul > li.drop-left > ul {
    right: 0;}
.stellarnav ul ul a:hover {
    background: #c9dbde;
    color: #222;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a{padding-left: 10px;}
.stellarnav li li > a, .stellarnav li li.has-sub > a{transition: all 0.3s;font-size:14px;}
.stellarnav li li{background:#fff;    border: 0px #eee solid;}
.stellarnav li a{color:#5e7f73;}

.pageIndex .header_area.sticky {
    background: #004c57;
    transition:  all .5s;
	padding: 10px;
}
.pageIndex .sticky .nav-brand img {
	filter: grayscale(100%) brightness(800%);
    transition: all .5s;
}


/*footer*/
.footer{background: #004c57;}
.footer_logo img {
    max-width: 250px;
	filter: grayscale(100%) brightness(800%);
}
.footer_info li p{color: #fff;}
.footer_info li p a{color: #fff;}
.box_link a{display:none;}
.footer_menu a{    color: #ccc;
    background: #004c57;}
.copy a {
    color: #ccc;
}
.footer_info li p.line:before{
    content: '線上洽詢：';
}
.footer_info li p.mail:before {
    content: '聯絡信箱：';
}
.footer_info li p.add:before {
    content: '服務地址：';
}
.footer_menu a:hover {
    background: #75b2b0;
    color: #fff;
}
.center{margin: 0px 0px 0px 80px;}

/*文章管理*/
.subbox_item{width: 32%;}

.blog_list_le{width:100%;}

.blog_list_ri{width:100%;}
.blog_le .accordion > li:hover .link, .blog_le .accordion > li.on_this_category .link{background: #71cedb;}
.blog_back a{padding: 20px 15px;}
.blog_back a.article_btn_next {
    background: #004c5700;
    border: 1px #004c57 solid;
    color: #004c57;
}
.blog_back a.article_btn_prev {
    background: #004c5700;
    border: 1px #004c57 solid;
    color: #004c57;
}
.blog_back a.article_btn_back{
	background: #004c5700;
    border: 1px #004c57 solid;
    color: #004c57;
}
.blog_back a.article_btn_next:hover {
    background: #004c57;
    transition: .3s;
    color: #fff;
}
.blog_back a.article_btn_prev:hover {
    background: #004c57;
    transition: .3s;
    color: #fff;
}
.blog_back a.article_btn_back:hover {
    background: #dbefee;
}
.blog_le .accordion{    border-radius: 0px;}


/*首頁文章*/
.module_i_news li{width: 100%;}
.i_blog_le{    width: 100%;}
.i_blog_ri{width: 100%;}
.module_i_news ul{    max-width: 1400px;}
.module_i_news .title_i_box h6 {
    font-size: 40px;
    color: #004c57;
	font-family: "Forum", sans-serif;
    letter-spacing: .1rem;
	font-weight: 400;
}
.module_i_news .title_i_box h4 {
    font-size: 25px;
    color: #004c57;
    font-weight: 600;
}
.animated-arrow {
    background: #ffffff;
    color: #004c57;
	border-radius: 30px;
    border: 1px #004c57 solid;}
.animated-arrow:hover {
    background: #004c57;
    color: #fff;
}
.module_i_news ul{display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;}
	
.module_i_news li a, .subbox_item a {
    display: flex;
    padding: 16.66% 14.28% 10.71% 14.28%;
    flex-direction: column;
    background: #f4f7f7;
}
.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;
    letter-spacing: 2px;
}
.i_blog_ri p, .blog_list_ri p {
    color: #666;
    font-size: 14px;
    line-height: 190%;
    min-height: 60px;
    -webkit-line-clamp: 2;
}
.i_blog_ri h5{    color: #0b4c56;}

	
/*購物車=============*/
/*店家商品*/
.prod_related h6 span:before {
	color: #212121;
    letter-spacing: 0.1em;
}
.lastPage { background: #333; }
.products-list .name { height: auto; }
.inquiry_a1 { background: #cabfad; }
.inquiry_a2 { background: #836E55; }
.nextaction { background-color: #cabfad; }
.lastaction { background-color: #e8e4d8; }
.prod_related {
	background-image: url(https://pic03.eapple.com.tw/pisces/bg.png);
	background-attachment: fixed;
}
ul.prod li h3.prod-thumb {
    background: #ddd;
    color: #212121;
    text-align: center;
    padding: 5px;
}
ul.prod li .prod-panel { 
    font-size: 14px; 
	line-height: 23px; 
}
.related_list li a {
    display: block;
    padding: 4px;
     background: none;
}
.products-list .more {
    border: 1px solid #004c57;
    color: #004c57;
	line-height: 29px;
}
.products-list .item a:hover .more { 
    background: #004c57; 
}
.products-list .price b {
    color:#47b1c0;
    font-size: 16px;
}
.product-layer-two li a {
    position: relative;
    border: 0px;
    padding: 7px 16px;
    display: block;
    font-size: 16px;
    color: 414141;
    border-bottom: 1px #ada17e solid;
	background: none;
}
.product-layer-two li.active a {
    font-weight: bold;
}
.product_page .main_part {
	width: 90%;	
	max-width: 1500px;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin: auto;
    padding: 10px 10px;
    flex-direction: row;
}
.product_page .products-list {
	width: calc(100% - 280px);
}
.product-layer-two {
    width: 250px;
	margin: 0;
	padding: 0px 20px;
}
.product_info_page .product-layer-two { display: none; }
.product-layer-two li {
	margin: 0;
	width: 100%;
	padding: 0;
}
.product-layer-two li.active a {
	border: unset;
	border-bottom: 1px dotted #ccc;
}
.inquiry_a3{    background: #212121;}
.nextaction {
    background-color: #212121;
}
.lastaction {
    background-color: #ccc;
    color: #222;
}
/**/
.product-layer-two li a {
	color: #222;
	border: none;
	background: transparent;
	transition: all 0.3s;
	line-height: 200%;
	transition: all 0.3s;
}
.product-layer-two > li > a {
	border-bottom: 1px dotted #ccc;
	padding-left: 25px;
}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #ffffff;
    background: #75b2b0;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {
	background: #836C53; 
	color:#fff;
}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: #ADA17E;
    background: #dddddd;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.product-layer-two li ul {
	position: static;
    margin-top: 10px;
    display: block !important;
    width: 100%;
    margin-left: 0;
}
.product-layer-two li li {
	border: none;
	background: transparent;
	display:block;
	padding: 2px;
}
.product-layer-two li li a{
	background: transparent;
}
.product-layer-two li li:hover a{
	    color: #000;
    background: #f0f0f0;
}
.products-list .name{text-align: center;font-size: 17px;
    font-weight: 600;}
.products-list .price{text-align: center;}


/*購物車*/
.send_simple {
    background: #5b5b5b;
}
.rewrite_simple {
	background: #5b5b5b;
}
.separate_title {
    font-size: 16px;
    color: #fff;
    padding: 10px 0 10px 40px;
    background: #4d4d4d;
}
.products-list .item{border: 1px #ccc solid;
    padding: 10px;}
.products-list .more{border-radius: 5px;}
.products-list{padding: 0 10px;}


	
/*購物車QA隱藏*/
ul.prod li:nth-child(2) {
    display: none;}
@media screen and (max-width: 1024px) {
.products-list .name {
    color: #000;
    font-size: 14px;
    letter-spacing: 0px;
}
.clearfix:before, .clearfix:after { display: none; }
.product_page .products-list {
    width: calc(100% - 280px);
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr 1fr;
}
.products-list .item { width: 100%; }
}

@media screen and (max-width: 768px) {
.product-layer-two > li > a { display: none; }
.product_page .products-list ,.product-layer-two { width:100%; }
.prod_related h6 span:before{font-size: 24px;}
.mobile_product_name { display: none; }
.sidebarBtn {
    order: -1;
    margin: 0px auto 20px;
}

.product_pic { padding-top: 0px; }
body.pageIndex .products-list { padding: 40px 0 20px; }
.products-list .item { width: 100%; }
.products-list .name {
    color: #000;
    font-size: 15px;
    letter-spacing: 0px;
	height: 37px;
}
.product-layer-two {display: none; }
.product_page .products-list {
      width: 100%;
      display: grid;
      grid-gap: 10px;
      grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width: 425px) { 
.product-layer-two {
    display: none;
}
.product_page .show_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around;
    margin: auto;
    padding: 10px 10px;
    flex-direction: column;
    align-content: center;
}
.product_page .products-list {
    width: 100%;
}
}
@media screen and (max-width: 320px) {
.product_page .products-list { grid-template-columns: 1fr!important; }
}

/*相簿*/
.show-list .item{    background: #eaeaea;    padding: 10px;}
.show-list .show_pic img {
    max-width: 100%;
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.show-list .item:hover .show_name {
    color: #004c57;
}
.other_album_choice li {
    background: #71cedb;}
	

/*聯絡我們*/
.contact_content .information_left{display:none;}

.contact_content .information_right {
    width: 100%;
    padding-left: 0;
	padding:10px;
}
.contact_content{    max-width: 1200px;}
.blank_letter{font-size: 25px;
    color: #004c57;}

.contact_page h4.blank_letter.f:after {
    content: "欲了解優惠訊息請填寫以下表單，將由專人為您詳細介紹！";
    position: absolute;
    left: 10px;
    font-size: 16px;
    top: 125px;
    color: var(--tccolor);
    font-weight: 500;
    letter-spacing: 2px;
    color: #666;
}
.contact_page ul.contact_form.form {
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 15px 20px;
    align-items: start;
    padding: 0px;
    margin-top: 60px;
	display: grid;
}
.contact_form li .form__label{    max-width: 100%;    width: 100%;    margin-left: 0;
    text-align: left;}
.contact_page ul.contact_form.form li {
    grid-template-columns: 1fr;
    grid-column: auto / span 4;
    grid-gap: 5px;
}
.contact_form li:nth-last-of-type(2), .contact_form li:nth-last-of-type(1){
    grid-column: auto / span 8 !important;
}
.contact_form li.last cite {
    background: #004c57;
    color: #fff;
}
.contact_form li{    padding-left: 0;}
.contact_editbox{    padding: 0;}
.blank_letter:before {
    content: 'Form';
    display: block;
    font-size: 40px;
	font-family: "Forum", sans-serif;
    letter-spacing: .1rem;
	font-weight: 400;
}
@media screen and (max-width: 500px) { 
.contact_form {
        display: block;}
.contact_form li .form__label{background: rgb(247 244 238);}
}

/*會員樣式*/
.member_title{    color: #004c57;}
.member_title p{border-top: 2px #004c57 solid;}
.login_mem_submit {
    background: #004c57;}
.login_mem_other_link a {
    color: #75b2b0;}

.member_login_regist a {
    background: #75b2b0;}

.member_login tr td:nth-child(1) {
    width: 120px;}
.member_login_regist {
    background: #ecf7fb;}
.mem_regist_title_s{background: #ecf7fb;}
input[type="submit"]{    background: #71cedb;}
.member_title p{    border-top: 2px #004c57 solid;}

.separate_title{    background: #004c57;}

/*匯款通知*/
.formbox_form li .form__label{width: 122px;}



	


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*內頁BANNER 設定*/
.banner {
    width: 100%;
    height: 40vh;
    background: #2d2d2d00;
    position: relative;
    overflow: hidden;
	justify-content: flex-start;
	padding: 85px 0;
	padding-left: 140px;
	
}
.banner h5 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 3.5px;
    display: flex;
    flex-direction: column;
    align-items:flex-start;
    font-weight: 600;
    gap: 3px;
}

.banner h5::before {
	color: #fff;
    font-size: 90px;
    filter: drop-shadow(0px 0px 5px #ccc);
    font-family: "Forum", sans-serif;
	font-weight: 400;
	
}
.banner.banA {}
.banner.banB {display:none;}
.banner.banD {background-image: url(https://pic03.eapple.com.tw/irncorg/banner_bg002.jpg);
	width: 110%;z-index: -1;}
.banner.banD h5::before {
    content: 'Transfer';
}
	
.banner.banE:before { background-image: url(https://pic03.eapple.com.tw/irncorg/banner_bg001.jpg);
	width: 110%;z-index: -1;}
.banner.banE h5::before {
    content: 'Album';
}
.banner.banF:before { background-image: url(https://pic03.eapple.com.tw/irncorg/banner_bg002.jpg);
	width: 110%;z-index: -1;}
.banner.banF h5::before {
    content: 'Train';
}

.banner.banblog:before { background-image: url(https://pic03.eapple.com.tw/irncorg/banner_bg003.jpg);
	width: 110%;z-index: -1;}
.banner.banblog h5::before {
    content: 'News';
}

.banner.banC:before { background-image: url(https://pic03.eapple.com.tw/irncorg/banner_bg004.jpg);
	width: 110%;z-index: -1;}
.banner.banC h5::before {
    content: 'Contact';
}
.banner:before {
    content: '';
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

@keyframes bgScroll {
    0% {        -webkit-transform: translateX(0);        transform: translateX(0);    }
    50% {        -webkit-transform: translateX(-5%);        transform: translateX(-5%);    }
    100% {        -webkit-transform: translateX(0);        transform: translateX(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; } 取消連結被點擊效果
*/


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
@media screen and (max-width: 1200px) {
.footer_info ul{    width: 100%;}
.footer_info ul {
    display: block;
    vertical-align: top;
    width: 100%;
}
.center {
    max-width: 100%;
    width: auto;}
	
	
}
@media screen and (max-width: 1024px) {
.main_header_area .container {
    max-width: 100%;
}
.center {max-width: 100%;
    margin: auto;
}
.pageIndex .header_area{background: #004b56;position: sticky;padding: 10px 0;}
.pageIndex .nav-brand img {
    filter: grayscale(100%) brightness(800%);
}
.nav-brand {
    width: 200px;
}
.pageIndex .main_header_area{    padding: 0;}
.me_tp_features {
    padding-right: 0;
}
.subbox_item {
    width: 49%;
}
.banner{padding-left: 80px;}

.banner h5::before{    font-size: 70px;}
.banner h5{    font-size: 25px;}

}


@media screen and (max-width: 768px) {
/* 開啟手機板下方按鈕所需設定 */
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:30px 0 70px; }
#to_top { bottom:60px;}
.stellarnav.mobile ul{background: #004b56;}
.module_i_news ul{grid-template-columns: 1fr 1fr;}
.stellarnav .menu-toggle span.bars span{background: #fff;}
.stellarnav .menu-toggle:after{color: #fff;}
.stellarnav .menu-toggle {
        padding: 10px;}
.stellarnav.mobile > ul > li > a{line-height: 200%;}
.stellarnav.mobile > ul > li > a b{display: block;line-height: 200%;}
.stellarnav>ul>li>a b:nth-child(2){    font-size: 14px;color: #f0f0f0;}
.stellarnav.mobile > ul > li > a.dd-toggle {
    padding: 15px;}
.stellarnav a.dd-toggle .icon-plus:before{border-bottom: solid 3px #fff;}
.stellarnav a.dd-toggle .icon-plus:after{border-bottom: solid 3px #fff;}
.stellarnav.mobile li.open {
    background: #799191;}
.box_link{display: none;}
.product_page .show_content {
        display: block;}
.banner{    padding-left: 20px;    height: 30vh;}
.banner h5{    font-size: 20px;}
.banner h5::before{font-size: 60px;}
.stellarnav.mobile li a {
    border-bottom: 0px solid rgba(255, 255, 255, .15);
}


}

@media screen and (max-width: 500px) { 
.module_i_news ul{grid-template-columns: 1fr;}
.product_page .products-list{grid-template-columns: 1fr;}
.banner h5::before {
        font-size: 45px;
    }
.module_i_news .title_i_box h6 {
    font-size: 25px;}
.module_i_news .title_i_box h4 {
    font-size: 18px;}
.i_blog_ri h5{	    font-size: 17px;}

.pic-list .item{width: 100%;}
.subbox_item {
    width: 100%;
}
.contact_page ul.contact_form.form{display: block;}
.contact_content .information_right{padding: 20px;}
.contact_page h4.blank_letter.f:after{    left: 20px;
    font-size: 15px;    top: 115px;}
.contact_form li .form__label {
        background: rgb(255 255 255);}
.blank_letter:before{    font-size: 25px;}
.blank_letter {
    font-size: 20px;}
.i_blog_ri p, .blog_list_ri p{    min-height: 55px;}
}




