@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: 'Jost','Noto Sans TC';}


/*網站全域設定/＝＝＝＝＝*/
:root {
  --MainColor: #957d54; /*網站主要色系*/
  --SubColor: #957d54; /*網站輔助色系1*/
  --SubColor2: #dfd9c5; /*網站輔助色系2*/
  --SFont:'Jost','Noto Sans TC';/*特殊字體*/
  --pd100:100px 0;
  --m100:100px;
  --m50:50px;
  --m30:30px;
  --f48:48px;
  --f40:40px;
  --f36:36px;
  --f32:32px;
  --f28:28px;
  --f24:24px;
  --f22:22px;
  --f20:20px;
  --f18:18px;
}
@media (max-width:1024px) {
:root{
  --m50:40px;
  --m30:25px;
  --f48:40px;
  --f40:36px;
  --f36:32px;
  --f32:28px;
  --f28:24px;
  --f24:22px;
  --f22:20px;
}
}
@media (max-width:768px) {
:root{
  --pd100:70px 0;
  --m100:70px;
  --m50:30px;
  --m30:20px;
  --f48:32px;
  --f40:28px;
  --f36:26px;
  --f32:24px;
  --f28:20px;
  --f24:20px;
  --f20:18px;
  --f18:17px;
}
}
@media (max-width:600px) {
:root{
  --pd100:50px 0;
  --m100:50px;
  --m50:25px;
  --f48:28px;
  --f40:24px;
  --f36:22px;
  --f32:20px;
  --f28:18px;
  --f24:18px;
  --f22:18px;
  --f20:17px;
  --f18:16px;
}
}
@media (max-width:375px) {
:root{
  --f48:24px;
  --f40:20px;
  --f36:18px;
  --f32:18px;
  --f28:17px;
  --f24:17px;
  --f22:17px;
  --f20:16px;
  --f18:15px;
}
}

/*變數*/
:root {
    --transition: 0.5s ease-out;/*變化 var(--transition)*/
    --transition2: all 3s cubic-bezier(0.190, 1.000, 0.220, 1.000);/*變化 var(--transition2)*/
    --border-radius: 4px;/*var(--border-radius)*/
}


/*  = 預設解除背景輪播 =  */

#content_main {
    margin: 0;    background: #eeeeee;
}

.bannerindex {
    position: static;
    height: auto;
}

.swiper-banner {
    position: static;
    margin: 0;
    height: auto;
}

.swiper-slide img {
    height: auto;
}






@media screen and (max-width: 768px) {
    header.header_area.sticky {  position: fixed;}
    
    .bannerindex {
        padding: 0;
        margin: 0;
    }
}


/*網站全域變數設定*/
:root {
    --bg-color: #fff; /*背景色-白 var(--bg-color)*/
    --first-color: #004783; /*主色-藍 #bea15c*/
    --second-color: #b3c8da; /*輔色-淺藍 var(--second-color)*/
    --third-color: #e8eff4; /*輔色-橘 var(--third-color)*/
    --accent-color: #957D54; /*強調色-紅 var(--accent-color)*/
    --dark-gray: #333;  /* 深灰 var(--dark-gray)*/
    --medium-gray: #aaa; /* 中度灰 var(--medium-gray)*/
    --light-gray: #d9d9d9;  /* 淺灰 var(--light-gray)*/
    --f32:32px;/*var(--f32)*/
    --f24:24px;/*var(--f24)*/
    --f21:21px;/*var(--f21)*/
    --f17:17px;/*var(--f17)*/
    --f15:15px;/*var(--f15)*/
    --f14:14px;/*var(--f14)*/
    --f12:12px;/*var(--f12)*/
}

@media screen and (max-width: 968px) {
:root {
    --f32:28px;
    --f24:20px;
    --f21:18px;
    --f17:15px;
    --f15:13px;
    --f14:13px;
    --f12:10px;
}
}

body{
    font-weight: 400;
}
/*背景色*/
#content {
    background-color: var(--bg-color);
}

::selection {
    color: rgb(255, 255, 255);
    background: #bea15c;
}

/*滾動條全域設定---------- */

/*寬度*/
::-webkit-scrollbar {
    width: 6px;
}

/*軌道顏色*/
::-webkit-scrollbar-track{
    background-color: #d1d1d1;
    border-radius: 3px;
}

/*滑塊*/
::-webkit-scrollbar-thumb {
    background-color: #957d54;
    border-radius: 3px;
}

/*版面寬度*/
.main_header_area .container{
    max-width: 1200px;
    width: 100%;
}

.album_page .main_part ,
.album_class_page .main_part,
.album_info_page .main_part,
.share_page .main_part,
.product_page .main_part,
.product_info_page .main_part,
.contact_page .main_part,
.inquiry_page .main_part,
.work_page .main_part ,
.work_class_page .main_part,
.work_info_page .main_part{
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
}
.main_part {padding: 145px 20px;}


/* top */

#to_top {
    display: none;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 600;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    font-size: 12px;
    font-weight: 1000;
    color: #957d54;
    text-align: center;
    text-decoration: none;
    background: #dfd9c7;
    box-shadow:none;
    border-radius: 20%;}

    #to_top i:before, #to_top i:after {    background: #957d54;}
    #to_top i.top:before, #to_top i.top:after{height: 12px;width: 2px;top: 0;left: 50%;}



/* 開場動畫 */

.bannerindex {
    position: relative;}

.pageIndex  #page{position: relative;}


.pageIndex #page::after {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/akbpretty/logo_loading.png);
    background-size: cover;
    width: 850px;
    height: 850px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000000000000000000001;
    pointer-events: none;
    animation: banner-logo 2.8s forwards;
}
.pageIndex #page::before {
    content: "";
    display: block;
    background-image: url(https://pic03.eapple.com.tw/akbpretty/logo_bg.jpg);
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1000000000000000000000;
    animation: banner-bg 2.6s forwards;

}

@keyframes banner-logo {
    0% {
        opacity: 0;
        filter: blur(0);
    }

    25% {
        opacity: 1;
        filter: blur(0);
    }

    50% {
        filter: blur(0);
        opacity: 1;
    }

    80% {
        filter: blur(0);
        opacity: 0.8;
    }

    100% {
        filter: blur(10);
        opacity: 0;

    }
}

@keyframes banner-bg {
    0% {}

    50% {}

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media screen and (max-width: 768px) {
    .pageIndex #page::after {
        width: 300px;
        height: 300px;}}












/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.banner {padding: 130px 0 ;background-image: url(https://pic03.eapple.com.tw/akbpretty/banner.jpg);}
.banner h5 {letter-spacing: 3px; color:#fff}
.banner.banA {}
.banner.banblog {}
.banE {}
.banC {}
.banB {}
.banD {}
@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}


body.map_page .banner {
	/*display:none;*/
}

body.services_page .banB h5::before{
	content:"SERVICES";
}

.banE h5::before{
	content:"CASES";
}

.banF h5::before{
	content:"COST";
}

.banC h5::before, body.map_page .banB h5::before{
	content:"QUOTE";
}

.banner.banB h5::before {
    content: "RESERVE";
}

.banblog h5::before {
    content: "NEWS";
}


.banner h5::before{
	font-family: 'Unna', Noto sans TC;
    font-weight: 500;
	font-size: 65px;
    display: block;
	letter-spacing: 5px;
}

.banner h5{
	font-size: 24px;
    font-family: "Unna", Noto sans TC;
    letter-spacing: 8px;
    font-weight: 400;
    color: #fff;
    max-width: 1600px;
    width: 100%;
    padding: 120px 8vw 0px;
    text-align: left;
	text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	line-height: 1.3;
}

.banner h5::after{
	content: "";
    max-width: 500px;
	width:100%;
    height: 1px;
    background: #FFFFFF;
    display: block;
    margin: 15px 0px;
}

body.map_page .banB h5::after{
	content: "聯絡我們";
    height: unset;
    background: unset;
    border-bottom: 1px #FFFFFF solid;
    margin-top: 0px;
    padding-bottom: 15px;
}



@media screen and (max-width: 1920px){
	.banner {

	}
}

@media screen and (max-width:1200px) {
	.banner {
		height: 520px;
	}
	
	.banner h5::before {
		font-size: 50px;
	}
	
	.banner h5{
		text-shadow: 0px 0px 10px rgb(0 0 0 / 70%);
		font-size: 22px;
	}
    .banner {
        height: 450px;
    }
}

@media screen and (max-width:1024px) {
	.banner {
		height: 430px;
	}
	
	.banner h5 {
		padding: 60px 8vw 0px;
	}

   
}

@media screen and (max-width:768px) {
	.banner {
		height: 330px;
	}
	.banner h5::before {
		font-size: 40px;
	}
	.banner h5 {
		font-size: 22px;
	}
	
	.banner h5::after {
		max-width: 340px;
	}

    .header_area.sticky {    position: fixed;}
}


@media screen and (max-width:600px) {
	.banner h5::before {
		font-size: 36px;
		line-height: 1;
    	margin-bottom: 5px;
	}
	
	.banner h5 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {
	.banner {
    	height: 200px;
	}
	
	.banner h5 {
		padding: 35px 6vw 0px;
	}
	
	.banner h5::after {
		max-width: 270px;
	}
}


@media screen and (max-width:425px) {

.banner h5::before {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 5px;
}

.banner h5 {
    font-size: 10px;
}

}


/* ▼ 大圖 (基本) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/*大圖固定比例*/
.swiper-slide img {
    height: auto;
}

/*demo滿版*/
.edit_part {
    max-width: inherit;
    margin: auto;
    padding: 0;
}

/*SubMenu*/
.shop_search_btn {
   background-color:#3d7ac4;
}
/* ▲  大圖 (基本) END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ▼ PAGE (基本) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 麵包屑 -------------------- */
.path p,
.path p a {
    color: var(--medium-gray);
    letter-spacing: .1rem;
}

.path p a:hover {
    color: #bea15c;
}

/*分頁頁標*/
.page {
    width: 100%;
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

/* 頁碼 -------------------- */
.page li {
    display: flex;
    margin: 3px;
    width: 30px;
    height: 30px;
    line-height:30px;
    align-items: center;
    justify-content: center;
}

.page li a {
    display: block;
    width: inherit;
    height: inherit;
    line-height: inherit;
    padding: 0;
    transition:.5s ease-out;
}

.page strong,
.page a:hover {
    background: #bea15c;
    border: 1px solid #bea15c;
}


/* ▲ PAGE (基本) END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* ▼ HEADER---START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/* 購物車隱藏 */
.me_tp_features a i {display: none;}
.me_tp_features {display: none;}

/*Logo ----------*/

/*logo定位 */
.nav-header {
    top: 16px;
    left: 2vw;
}

/*logo大小*/
.header_area .nav-brand {
    max-width: 230px;
    width: 100%;
}

/*header樣式*/

.header_area {
    position: fixed;
    z-index: 9999;
    width: 100%;
    padding: 0px;
    background-color: #ffffff00;
}

.main_header_area {
    background: #d9d7cc;
    box-shadow: 1px 1px 10px rgb(105 83 83 / 23%);
    transition: .5s ease-out;
    margin: 0;
    border-radius: 0;
}

.header_area.sticky {background: rgb(255 255 255 / 0)}

/*header下拉後底色磨砂感*/
.sticky .main_header_area.animated {
    background: #d9d7cc;
    backdrop-filter: saturate(93%) blur(10px);
    border-radius: 10vw;
    margin: 1vw 5vw;
}



/*選單文字*/
.stellarnav > ul > li > a {
    color:var(--accent-color);
    font-family: var(--ff);
    font-size: var(--f15);
    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
}

.stellarnav > ul > li > a :hover {
    color: var(--second-color);
}



.navigation { padding: 25px 0 10px 100px;}
.stellarnav > ul > li:nth-child(9), .stellarnav > ul > li:nth-child(10){display:none;}
.stellarnav a.dd-toggle .icon-plus:before{    border-bottom: solid 2px #957d54;}
.stellarnav a.dd-toggle .icon-plus:after {    border-bottom: solid 2px #957d54;}
.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: #957d54;}
.stellarnav a {color: #ffffff;}
.stellarnav.mobile ul {    background: #f7f7f7;}

/*選單圖示 ---------- */

/*通用設定*/
.stellarnav > ul > li > a:before {
    content: "";
    background: url(https://pic03.eapple.com.tw/akbpretty/header.png) no-repeat;
    width: 30px;
    height: 30px;
    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: 25px;
    transition: .5s ease-out;
    opacity: 1;
}

/*圖示替換*/

.stellarnav > ul > li:nth-child( 2n ) > a:before {
    background: url(https://pic03.eapple.com.tw/akbpretty/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: #bea15c;
}

/*下拉符號-隱藏*/
.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: var(--dark-gray);
    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: #957d54;
}

/*文字底色透明*/
.stellarnav.desktop li.has-sub ul a {
    background: transparent;
    transition: .5s ease-out;
    letter-spacing: .1rem;
    position: relative;
}

@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;
}

}

@media screen and (max-width: 768px) {    backdrop-filter:no;}

/* ▲ HEADER---END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area {    position: fixed;}
    .main_header_area .container { max-width: 100%;}
    .header_area {position: relative;}

    /*logo*/
    .header_area .nav-brand { max-width: 200px; margin: 15px 0 10px 0; transition: .3s ease-in-out;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 150px; margin-top: 10px; transition: .3s ease-in-out;}    

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 10px 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
    .sticky .main_header_area.animated {backdrop-filter: none;}
}







/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*Footer*/
.box_link a { display: none;}
.footer {background: url(https://pic03.eapple.com.tw/akbpretty/footer.jpg);;padding: 0px 0px 0px 0px;z-index: 99;}
.footer_logo { width: 117px; margin:0px 80px 31px 0px;}
.footer_logo img { width:100%;}
.footer_info { padding: 0;/*padding: 20px 60px 0 0; */  display: flex;    flex-wrap: wrap;    align-items: center;    justify-content: space-between; flex-direction: column;}
.footer_info ul {   vertical-align: top; width: 100%;  justify-content: space-between;  display: flex;  margin-top: 60px;}
.footer_info li { padding: 10px;  padding-inline: 0;}
.footer_info li p a { color: #957D54;letter-spacing: 1.5px;}
.footer_info li:nth-child(1) {  width: 100%;  display: flex;  flex-flow: column;  /*padding: 0 17px; */ flex-wrap: wrap;  margin-bottom: 40px;margin-top: 5px;}
.footer_info li p { width: calc(140% / 3); color: #957D54; font-family: 'Jost','Noto Sans TC', sans-serif; letter-spacing: 1px;font-size: 15px;}
.footer_menu {  display: flex;  gap: 12px;  justify-content: flex-end;  align-items: flex-start;display: flex;   gap: 5px; justify-content: flex-end;}
.footer_menu a {  padding: 5px 7px; border: none; font-size: 14px; color: #957D54; background: none;  font-weight: 400;width: 25%;-webkit-writing-mode: vertical-rl;
    letter-spacing: 1px;font-size: 15px;}
.footer_menu a:hover {  background: none; color:#5d5147db; transition:.5s all;}
.footer_info li:nth-child(1)::before {  content: "聯絡資訊";  font-size: 19px;  display: block;  color: var(--accent-color);  margin-bottom: 15px; font-weight: 500;}
.copy {   padding: 7px 0;  font-size: 12px;  color: #917767;  border-top: none;  padding: 25px; font-weight: 200;   letter-spacing: 1px;}
.copy a { color: #917767;}
.copy a:hover {  color: #917767;}
.footer_menu a:nth-child(1) { display: none;}
.center { max-width: 1200px;padding-inline: 55px; padding-bottom: 50px; width: 100%; margin: 0 auto;}
p.fax { order: 5;}
p.add{ display:none;}
.footer_info li p.mail:before { content: '電子信箱：'; font-weight: 500;}
.footer_info li p.add2:before { display:none;}
.footer_info li p.fax:before { display:none;}
p.add2 a, p.fax a  { font-size: 13px;}
/*footer logo*/
.footer_logo a img {   width: 100px;}
.footer_logo a {  background: #fef7f0;  padding: 30px 30px 30px 25px; display: block; border-radius: 0 0 10px 10px; display:none;}
.footer_logo {width: 150px;}

/*footer第一項選單隱藏*/
.footer_menu a:first-child { display: none;}

@media screen and (max-width: 1024px) {
.footer_info li:nth-child(1) { margin-top: 20px;}
.footer_info li p {  width: calc(140% / 2);}
.footer_info ul {  margin-left: 12px;}
.footer_logo {  margin: 0 30px;}
}
@media screen and (max-width: 820px) {
.footer_menu a {width: 100%;}
.footer_menu {flex-direction: row;}
}

@media screen and (max-width: 768px) {
.footer {  background: #fcf9f4;}
.footer_info li:nth-child(1) p, .footer_info li:nth-child(1) a {    width: 100%;font-weight: 400;  line-height: 2em;}
.footer_logo {  margin: 10px 17px;}
.footer_info ul { text-align: center;margin: 0px;}
.footer_info li:nth-child(1) { flex-flow: column;  padding: 0px;  flex-wrap: wrap;  flex-direction: column; margin-bottom: 40px;}
.footer_logo {  margin: 0px 17px;  display: none;}
.footer_info {  padding: 20px 0px;}
.footer .center { width: 95%;}
.footer_info li:nth-child(2) {  border-top: solid 1px #c3c3c3;}


#to_top { bottom:60px;}
#bottom_menu {display: block; }
.footer.with_shopping_mode { padding:0px 0 60px; }
.footer_info {    justify-content: center;}
.footer_logo {    text-align: center;}
.footer_menu a {text-align: left;}
.footer_menu {  flex-direction: row; }
.footer_info ul {  flex-direction: column;}   
.footer_info li:nth-child(2) {   border-top: 1px solid #cfcfcf;}


}

@media screen and (max-width: 500px) {
/*    footer*/
.footer .center { width: 85%;}
.footer_menu a {  width: 28%; }
.center {padding-inline: 5%;}
.footer_menu {  flex-wrap: unset;   justify-content: unset;}  
}






/* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

 #content { 
    background: url(https://pic03.eapple.com.tw/akbpretty/bg.jpg)no-repeat center;} 

/*============文章===========================================================*/
/*文章管理/＝＝＝＝＝*/
h4.blog_category_title{font-size: var(--f28);}
h4.blog_category_title span{font-size: var(--f24);}
h4.blog_category_title {color: #ac8c5a;}
h5.blog_le_t {    display: none;}
.blog_le .accordion a{    color: #957d54;}

/*文章管理/外層＝＝*/
.module_i_news ul, .blog_subbox {    display: grid;    gap: 10px;}
.module_i_news li , .subbox_item {    width: 100%;border: none;}
.module_i_news li a, .subbox_item a {    padding: 5px;    display: flex;    align-items: center;}
.module_i_news li a:before , .subbox_item a:before , .module_i_news li a:after , .subbox_item a:after{content:none;}



@keyframes rotate360{    0%{transform: rotate(0);}    100%{transform: rotateZ(360deg);}}

.i_blog_ri, .blog_list_ri {    width: 60%;    padding-left: 50px;}
.i_blog_le, .blog_list_le {
    width: 100%;
    position: relative;
    height: auto;
    aspect-ratio: 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: 0%;
    top: 0%;}

.blog_list_ri h5 { font-size: 24px; color: #bea15c; font-weight: 700;}
.blog_list_ri em { padding-bottom: 10px;    border-bottom: 1px dotted #d4bb7e ;    margin-bottom: 50px;}
.blog_list_ri p{line-height: 200%;}
/*側邊*/
.blog_le {    margin-top: 40px;width: 220px;}
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {    background: #957d54!important;}
.submenu a:hover {    background: var(--SubColor2);}
.blog_le .accordion > li:hover .link a, .blog_le .accordion > li.on_this_category .link a {color: #ffffff !important;}
/*首*/
.module_i_news ul{width: 100%;}
/*功*/
.blog_subbox , .module_i_news ul{grid-template-columns:1fr;}
.blog_subbox:before{content:none;}
/*文章管理/內層＝＝*/
.blog_back a.article_btn_back{background: var(--MainColor);}
.blog_back a.article_btn_prev , .blog_back a.article_btn_next{background: var(--SubColor);}



/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (max-width: 650px) {
	.module_i_news li a, .subbox_item a{flex-direction:column;}
	.i_blog_le, .blog_list_le{ width: 100%; }
	.i_blog_ri, .blog_list_ri{ width: 100%;padding: var(--m30) 0 0; }
	}
	/*RWD600/＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
	@media screen and (max-width: 600px) {
	/*Footer/＝＝＝＝＝*/
	.box_link {    text-align: center;}}

   

    



/* =====================尋價車 =================================================*/

.products-list .item a:hover .more {
    background: #957d54;
    color: #fff;
    letter-spacing: 2px;
}
.products-list .more {
    border: 1px solid #957d54;
    color: #957d54;}

.products-list .name {
        color: #957d54;
        height: 50px;
        font-weight: 600;}

/* =====================尋價車內頁 =================================================*/
.products-list .moreborder{    border: 1px solid #957d54;color: #957d54;} 
.inquiry_a1 {background: #957d54;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover {background: #8b7d6f;}
.inquiry_a2 {background: #b3a691;}

.lastaction {color: #ffffff;background-color: #cac2b4;}
.nextaction {color: #fff; background-color: #957d54;}
.lastPage {       margin: 110px auto; background: #957d54;}





/* =====================浮動按鈕========================================================== */
.info_fix{    display: none;}





/*  ===創業技術課程底部分頁隱藏================================================*/
body.other_select_page ul.other_promotion.clearfix{display:none;}
body.other_select_page .page{display:none;}





/* 漢堡顏色 */
.stellarnav .menu-toggle span.bars span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 6px;
    background: #957d54;
    margin: 0 auto 4px;
}

.stellarnav .menu-toggle:after {
    content: 'MENU';
    font-size: 12px;
    color: #ad8c5b;
    display: block;
    transform: scale(0.9);
}


/* 相簿================================================================== */

/* ▼ 相簿 (無邊界版) START ▼ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 版面布局設定 -------------------- */

/*排列*/
ul.show-list,
.other_subalbum {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 3rem;
    margin: 0 auto;
    width: 100%;
}

/*次分類版面微調*/
.subalbum-menu {
    margin: 0;
    padding: 0;
}

ul.show-list:before ,
ul.pic-list:before {
    content:none;
}

/*卡片底色透明*/
.show-list .item ,
.other_subalbum li  {
    width: 100%;
    padding: 0;
    margin: 20px 0;
    background: transparent;
}

/*相簿圖片框*/
.show-list .show_pic ,
.other_subalbum li a div {
    padding-bottom: 75%;
    display: block;
    position: relative;
    overflow: hidden;
    height: 0;
}

/*相簿圖片長寬比例，75% →100:75 = 4:3 */


/* 相簿文字 -------------------- */

/*圖片正中心*//*
.show-list .show_name ,
.other_subalbum li p {
    color: var(--bg-color);
    overflow: visible;
    margin-top: 0;
    display: block;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    font-weight: 400;
    transition: var(--transition);
    z-index: 3;
}

/*hover-文字淡出*//*
.show-list .item:hover .show_name ,
.other_subalbum li:hover p {
    color: var(--bg-color);/*沒設定會是黃色
    opacity: 0;
}

/*圖片正中心*/
.show-list .show_name ,
.other_subalbum li p {
    color: #bea15c;
}

/*hover-文字變色*/
.show-list .item:hover .show_name ,
.other_subalbum li:hover p {
    color: #bea15c;/*沒設定會是黃色*/
}


/*黑色透明色塊*/
.overlay{
    opacity: 1;
    transform: scale(1);
    z-index: 2;
    background: rgba(0, 0, 0, .2);
    transition: var(--transition);
}

/*hover-淡出*/
.show-list .item a:hover .overlay{
    opacity: 0;
}



/* 相簿圖片 -------------------- */
.show-list .show_pic img,
.other_subalbum li a img {
    transition: var(--transition) ;
    display: block;
    object-fit: cover;
    min-width: 100%;
    height: 100%;
    position: absolute;
    transition: var(--transition2);
}

/*hover放大圖片*/
.show-list .item a:hover .show_pic img,
.other_subalbum li a:hover img {
    transform: scale(1.1);
}

/* +++ 相簿次分類頁 -------------------- */
/*隱藏--分類標題&標題後方塊*/
.subalbum-menu h2,
.block {
    display: none;
}

/*觀看更多相簿 -------------------- */

/*隱藏-其他次分類區塊*/
.other_album {
    display: none;
}

/*相簿瀑布流----------*/
.pic-list {
  column-count: 2;
  column-gap: 10px;
}

.pic-list .item {
  width: 100%;
  padding: 0;
  margin: 0 ;
}

.pic-list .show_pic {
    height: auto;
    padding: 0;
}

.pic-list .show_pic img {
    display: block;
}

.pic-list .show_pic img:hover {
    transform: scale(1.1);
    transition: var(--transition2);
}

/*滿版*//*
.album_page .main_part {
    width: 100%;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.album_page .show_content{
    width: 100%;
    padding: 50px 0;
}


/* RWD＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
@media screen and (max-width: 1240px) {
ul.show-list,
.other_subalbum {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 0.5rem;
}

}

@media screen and (max-width: 375px) {
ul.show-list,
.other_subalbum {
    display: block;
    width: 100%;
}

ul.show-list, .other_subalbum {        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));}

}

/* ▲ 相簿(瀑布流)---END ▲ ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */



/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: 1fr 1fr 1fr 1fr;}
.products-list:before{content:none;}
.products-list .item {    width: 100%;margin: 0px 0px 30px 0px;}

/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {
	border: 1px solid #b9b2a0;
	background: #b9b2a0;
    color: #FFFFFF;
	line-height: 40px;
	/*display:none;*/
}
.products-list .item a:hover .more {
	background: #bea15c;
    border: 1px solid #bea15c;
}
.products-list .pic {
    /*overflow: hidden;
    background: #FFFFFF;*/
	line-height: 0px;
    /*border-radius: 40px;*/
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0px;
    height: 100%;
    transition: .5s;
}

.products-list .pic::before {
    content: "+";
    font-size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    z-index: 999;
    text-align: center;
    line-height: 25px;
    border-radius: 50%;
    color: #FFFFFF;
    border: 2px #FFFFFF solid;
    opacity: 0;
    transition: .5s;
}

.products-list .pic::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: .5s;
}

.products-list a:hover .pic::before, .products-list a:hover .pic::after {
    opacity: 1;
}

.products-list .pic img {
    display: block;
    max-width: 100%;
    min-width: 100%;
    height: unset;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    transition: .5s;
    transform: scale(1);
}

.products-list a:hover .pic img {
    transform: scale(1.05);
}

.products-list .item a .name {
    text-align: center;
    transition: .5s;
}

.products-list .item a:hover .name {
    /*color: #c98625;*/
}

/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #ADA17E;}
.products-list .price b.ori_price {    font-size: 14px;}

/*外層版面*/
.product_page .main_part {    width: 100%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 0px;}
.product-layer-two > li.active {    background: #eeeeee;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #957d54;    border: none;    background: transparent; font-weight: 600;   transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{
	color: #FFF;
    background: #bea15c;
    padding-left: 25px;
}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #bd2321; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 10px;
    content: "";
    color: #ADA17E;
    background: #cccccc;
    width: 10px;
    text-align: center;
    position: absolute;
    left:8px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
	display:none;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #7aa497;background: transparent;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}

/*購物車/內層＝＝*/
.product_info_page .main_part {    width: 90%;}
ul.prod li h3.prod-thumb {
    background: unset;
    text-align: left;
}
ul.prod li {
    margin-bottom: 20px;
}

.qaform .breakF {
    border: 1px #cccccc solid;
    background: #FFFFFF;
}
.product_pic #bx-pager h6{
	display:none;
}

.product-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
}

.bx-wrapper .bx-controls-auto {
	display: none;
}



/*按鈕顏色*/
.inquiry_a1{background: #bea15c;}
.inquiry_a2{background: #bea15c;}
.inquiry_a3{background: #bea15c;}
.inquiry_a1:hover, .inquiry_a2:hover, .inquiry_a3:hover{background: #475e4a;}
.lastaction, .nextaction, .lastPage {    
	color: #FFFFFF;
	background: #bea15c;
	transition:.3s;
}

.lastaction:hover, .nextaction:hover, .lastPage:hover {    
	background: #475e4a;
}

/*商品側邊規格*/
.sidebarBtn {
    border: unset;
    background: unset;
}
.product_info li .txt_box {    color: #222222;    width: 100%;}
.sidebarBtn .sp_price {   color: #cbc0a0;}
.mobile_product_name{font-size: 24px;}
/*相關推薦*/
.prod_related h6 span:before{font-size: 28px;}
.prod_related {
    background: unset;
}
.related_list li a {
    background: unset;
}


/*--RWD---------------------------------------*/

@media screen and (max-width: 1200px) { .products-list { grid-template-columns: repeat(3,1fr);}}
@media screen and (max-width: 1024px) { .product_page .products-list { grid-template-columns: repeat(2,1fr);}}
@media screen and (max-width: 768px) { 
    .products-list { grid-template-columns: repeat(2,1fr);}
    .product_page .products-list, .product-layer-two { width:100%;}
    .prod_related h6 span:before { font-size: 24px;}
    /*順序*/
    .product_page .products-list { order: -1;}
}
@media screen and (max-width: 600px) { 
    .prod_related h6 span:before{font-size: 20px;}
    .related_list { grid-template-columns: repeat(2,1fr);}
}
@media screen and (max-width: 375px) { .products-list, .product_page .products-list  { grid-template-columns: 1fr;}}



/*文章測選單*/

.blog_search input[type=search]{ border-radius:0px;}

.blog_le .accordion {
  border-radius: 0px;
  border: none;
}

.accordion li .link a {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  transition: all 1s;
}

.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {
  background: #1e1e1e !important;
  transition: all 1s;
}


.submenu a {
    background: #f1f1f1;
}

.submenu li.on_this_category a, .submenu a:hover {
  background: #f1f1f1;
  color: #666;
  padding-left: 35px;
}

.submenu a i {
  left: -30px;
  transition: all 0.4s;
}

.submenu a:hover  i {
  left: 5px;
  transition: all 0.4s;
}

h5.blog_le_t {
  margin-bottom: 15px;
  font-weight: 400;
  margin-left: 10px;
  font-family: "Asap Condensed", sans-serif, "Noto Sans TC", serif;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

h5.blog_le_t span {
    font-size: 16px;
    text-transform: uppercase;
}


/*文章外層*/

.blog_subbox {
   display: flex;
  flex-direction: column; /* 每個子項目（subbox_item）一排一個 */
  gap: 50px;
}

.subbox_item a {
  display: flex;
}

.blog_list_le {
  width: 30%;
}


.subbox_item a:before {
  content: '◄';
  background: #947d57;
  width: 30px;
  height: 30px;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0px;
  right: 0px;
}

.subbox_item a:hover:before{
  content: 'READ MORE';
  width: 100%;
  border-radius: 0px;
  font-size: 13px;
}

.subbox_item a:after {
  content: '';
  background: #e7e7e72e;
  border: 1px #ffffff solid;
  transition: all .5s;
  width: 0%;
  z-index: -1;
}

.subbox_item a:hover:after{
  width: 100%;
}

.subbox_item a:before{opacity: 1}

.blog_list_ri h5 {
  font-weight: 400;
  font-size: 20px;
  color: #1c1c1c;
  letter-spacing: 1px;
  padding: 30px 0px;
}

.blog_list_ri p {
  font-size: 15px;
  color: #666;
  letter-spacing: 1px;
}

.blog_list_le img {
  border-radius: 10px;
}

.blog_list_ri {
  padding: 5px 15px;
}

/*文章內頁*/

.blog_box_edit * {
  font-family: "Noto Sans TC", serif;
  font-weight: 400;
  letter-spacing: 1px;
  color: #3b3b3b;
}

.blog_back a.article_btn_back {
  background: #a7a7a7;
}

.blog_back a.article_btn_prev,.blog_back a.article_btn_next {
  background: #575757;
}

h4.blog_category_title {
  color: #1e1e1e;
  font-size: 25px;
  font-weight: 400;
  border-left: 5px #777777 solid;
  background: #f1f1f1;
  padding-left: 30px;
  letter-spacing: 2px;
}

.blog_page h4.blog_category_title{display: none;}

.news_related h6 span:before {
  color: #393939;
  font-weight: 400;
}

.news_related {
  background: #f3f3f3;
}

.lastPage {    background: #777777;}


/*一排呈現*/
.subbox_item { width:100%;}




@media screen and (max-width: 600px){


.blog_list_ri h5 {
padding: 10px 0px 0px;
font-size: 18px;
}


.blog_subbox {
grid-gap: 25px;
}

.blog_list_ri p {
font-size: 14px;
letter-spacing: 0.5px;
}

.blog_list_le {
  width: 50%;
}

}


@media screen and (max-width: 425px){
.blog_list_le {width: 100%;}
.main_part {    padding: 70px 50px;}
.subbox_item a {display: flex;  flex-direction: column;}}



@media screen and (max-width: 500px){

  .subbox_item a:before {
    content: '';
    background: #ffffff;
    height: 25px;
    }

    .subbox_item a:hover:before {
      background: #616161;
    }

    .blog_list_le {
      width: 100%;
  }

  .subbox_item a {
    flex-wrap: wrap;
    padding: 17px 17px 50px;
}

}

/*相簿/＝＝＝＝＝*/
.album_page,.album_class_page,.album_info_page{
  background: #f1f1f1;
}
/*作品展示*/
.work_page .main_part , .work_class_page .main_part, .work_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
/*相簿管理*/
.album_page .main_part , .album_class_page .main_part, .album_info_page .main_part{    max-width: 1400px; width: 90%;    margin: 0 auto;}
.show-list .show_name {
  letter-spacing: 1px;
  font-weight: 400;
  color: #404040;
}
/*版面*/
ul.show-list, .other_subalbum, ul.pic-list {    display: grid;    grid-template-columns: 1fr 1fr 1fr;    gap: 20px;}
ul.show-list:before , ul.pic-list:before{content:none;}
.overlay {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: transparent;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transform: scale(0);
  transform: scale(0);
  z-index: 1;
  transition: all 0.3s;
}
.overlay:hover {
  background: linear-gradient(0deg, #ffffff, #ffffff00);
  opacity: 1;
    transition: all 0.3s;
}

.show-list .item, .other_subalbum li, .pic-list .item {
  width: 100%;
  margin: 0;
  padding: 15px 15px 5px;
  background: #e3e3e3;
  box-shadow: 3px 3px 3px #77777730;
}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic{    display: block;    position: relative;    overflow: hidden;    height: 0;}
.show-list .show_pic , .other_subalbum li a div , .pic-list .show_pic    {    padding-bottom: 75%;}/*相簿圖片長寬比例，75% →100:75 = 4:3 */
.show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic 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;
    transform: translate(0%,0%);}

 .show-list .show_pic img , .other_subalbum li a img, .pic-list .show_pic img:hover{    left: 0%; top:0%;}  

.show-list .item:hover .show_name {  color: #404040;}
.other_album_choice li {    background: #3b3b3b;}
.other_album_choice li a:hover i.fa-solid.fa-right-from-bracket {
display: none;
}
.fa-right-from-bracket::before {
  display: none;
}
.other_album_choice li a i.fa-solid.fa-right-from-bracket {
  display: none;
}
.album_fixed_title {
background: transparent;
}
.other_album_choice li:hover {
  transform: translateY(-5px);
  transition: all .4s;
}
.subalbum-menu h2 {
  color: #525252;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  background: #ffffff;
  padding: 8px 10px 8px 18px;
  border-left: 5px solid;
}
.other_subalbum li p {    margin-top: 10px;}

.pic-list .item h6 {
  font-weight: 400;
  letter-spacing: 1px;
  padding-top: 13px;
}
.block {
  display: none;
}

@media screen and (max-width: 1200px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 95%;
}

}

@media screen and (max-width: 768px){

  .album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {
    width: 100%;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr 1fr;
}

}

@media screen and (max-width: 600px){


.main_part {
padding: 30px 20px;
}

ul.show-list, .other_subalbum, ul.pic-list {
  grid-template-columns: 1fr;
}

.blog_list_ri h5 {
padding: 10px 0px 0px;
font-size: 18px;
}


.blog_subbox {
grid-gap: 25px;
}

.blog_list_ri p {
font-size: 14px;
letter-spacing: 0.5px;
}

.subbox_item a:before {
height: 29px;
font-weight: 400;
font-size: 15px;
}

.subbox_item a:hover:before {
height: 25px;
}

.blog_list_le {
  width: 50%;
}

}


@media screen and (max-width: 500px){

  .subbox_item a:before {
    content: '';
    background: #ffffff;
    height: 25px;
    }

    .subbox_item a:hover:before {
      background: #616161;
    }

    .blog_list_le {
      width: 100%;
  }

  .subbox_item a {
    flex-wrap: wrap;
    padding: 17px 17px 50px;
}

}


/*首頁相簿*/


.i_album_list li a {
    padding: 20px 20px 50px;
    border: 1px solid #eeeeee;
        background: #fff;
}

.i_album_list li a p {
    padding: 0 10px 15px;
    letter-spacing: 1px;
}

.module_i_album .title_i_box h4 {
    display: none;
}

.module_i_album .title_i_box h6 {
    font-size: 60px;
    color: #333326;
    padding: 30px 0px 15px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 5px;
    text-align: end;
    position: relative;
}

.i_album_list {
    grid-template-columns: repeat(3, 1fr);
}

.pageIndex .fa-arrow-right::before {display: none;}

.animated-arrow b {
    font-weight: 400;
    letter-spacing: 1px;
    color: #777777;
}

.animated-arrow {
background: transparent;
border: 1px solid #EEEEEE;
width: 100%;
}

.module_i_album .title_i_box h6:before {
    content: "▶▶▶";
    font-size: 25px;
    position: absolute;
    top: 45px;
    left: 0px;
}

.animated-arrow:hover {
    background: #957D54;
}

.animated-arrow:hover b{
  color:#fff
}


@media (max-width: 768px) {
.i_album_list {
    grid-template-columns: repeat(2, 1fr);
}
.module_i_album .title_i_box h6 {
    font-size: 40px;
}
.module_i_album .title_i_box h6:before {
    font-size: 18px;
}

}

@media (max-width: 500px) {
    .i_album_list {
        grid-template-columns:1fr;
    }
}



/*首頁文章*/
.module_i_news .title_i_box h4{display: none;}
.module_i_news .title_i_box h6 {
    font-size: 60px;
    color: #333326;
    padding: 30px 0px 0px;
    text-transform: uppercase;
    font-weight: lighter;
    letter-spacing: 5px;
    position: relative;
}

.i_blog_b {
    max-width: 100%;
}

.module_i_news ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.module_i_news li a {
    display: flex;
    flex-direction: column;
}

.module_i_news_list, .module_i_news_list.swiper {
    padding: 30px 0 50px;
}

.i_blog_ri h5 {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 1px;
    color: #777;
}
.i_blog_ri p {
    font-size: 13px;
    letter-spacing: 1px;
  }
.module_i_news li a:after{display: none;}
.module_i_news li a:before {
    content: 'READ MORE';
    position: absolute;
    bottom: 0px;
    right: 0%;
    top: 0px;
    background: #957d54ad;
    opacity: 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    transition: all .6s;
    padding: 0px 15px;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
}


@media (max-width: 768px) {
    .i_blog_ri, .blog_list_ri {
    width: 100%;
    padding-left: 0%;
}}
   
@media (max-width: 425px) {
    .module_i_news ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}}

/*●●●●●●●●●●●●●●●●●●●●●●●●   聯絡我們(表單功能)   ●●●●●●●●●●●●●●●●●●●●●●●●*/
/*※※※※※【【  固定區塊不動↓↓↓  】】※※※※※*/
/*整體設定*/
.blank_letter{font-family: 'Noto Sans TC', sans-serif;color: #444;font-size: 24px;padding-top: 0;}
.contact_content .information_right {    display: none;}
.contact_content{    justify-items: center; padding: 20px 10%;}
/*表格區塊*/
.TEL:before, .TEL2:before, .PHONE:before, .FAX:before, .TAXID:before, .MAIL:before, .ADD:before, .ADD2:before {font-weight: lighter;}
button, input, optgroup, select, textarea{outline: none;}
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;}
.list_before.info li {font-weight: 300;}
.form select {background: transparent;color: #444;border: none;border-bottom: 1px solid #aaa;width: 100%;}
.form select option{background: #eee;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;margin: 15px 0;}
.contact_form li {width: 48%;padding-left: 0;padding: 15px 0;}
.contact_form li input.noborder {padding-left: 10px;background: transparent;border: none;border-bottom: 1px solid #eee;}
.contact_form li textarea.noborder{border: 1px solid #eee;padding-left: 10px;background: transparent;}
.contact_form li.last{width: 100%;}
.contact_form li.last cite {margin-left: 10px;background: #555;color: #eee;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #ccc solid;width: 130px;}
.contact_form li.last blockquote input {color: #333;font-size: 14px;font-weight: 300;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 3px;}
.information_right .contact_form li.last blockquote input {color: #947d57;font-weight: 300;font-size: 14px;}
.contact_form li .form__label{font-weight: 300;color: #947d57;width: 100%;text-align: left;margin-left: 0;margin-bottom: 5px;}
.contact_form li .form__insert{color: #444;width: 100%;}
.noborder {padding: 10px;}
.blank_letter {font-weight: 400;font-size: 20px;letter-spacing: 3px;}
h4.blank_letter.i::after {  display: flex;  flex-direction: column; font-weight: 400;font-size: 14px;letter-spacing: 1px;}

@media screen and (max-width: 768px) {
	/*整體設定*/
	.blank_letter{padding-top: 0;}
	.blank_letter.f{margin-top: 50px;}
	/*資訊區塊*/
	.list_before{margin-top: 10px;}
	/*表格區塊*/
	.contact_content .information_right {width: 100%;padding-left: 10px;}
	.contact_form li input.noborder{border-radius: 0;}
}
@media screen and (max-width: 600px){
	.contact_content{padding: 0;}
}
@media screen and (max-width: 450px){
	.contact_form li{width: 100%;}
	.blank_letter{padding-top: 0;font-size: 18px;}
	.blank_letter.f{margin-top: 50px;}

}
/*※※※※※【【  此案件更動處↓↓↓  】】※※※※※*/
.blank_letter {color: #947d57;font-size: 18px;font-weight: 700;}
/*側邊*/
.list_before.info li {
    color: #595959;
    font-size: 14px;
	font-weight: 500;
}
.contact_le_nomap iframe{filter: grayscale(1);-webkit-filter: grayscale(1);transition: all .5s;}
.contact_le_nomap iframe:hover{filter: grayscale(0);-webkit-filter: grayscale(0);}
/*表單*/
.contact_form li .form__label {
    color: #575757;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact_form li .form__insert {color: #947d57;}
.contact_form li .form__insert *{font-family: 'Noto Sans TC', sans-serif;}
.contact_form li input.noborder {border-bottom: 1px solid #947d57;}
.contact_form li textarea.noborder {border: 1px solid #947d57;}
.contact_form li.last blockquote, .contact_form li.last cite {border: 1px #947d57 solid;}
.contact_form li.last cite {background: #947d57;}
.contact_form li.last input{font-size: 14px;}
.information_right .contact_form li.last blockquote input {color: #947d57;font-weight: 500;}
.form select option {background: #ffffff;}
.form select {color: #9cafbe;border-bottom: 1px solid #947d57;}
.contact_le_map a {
    display: block;
    background: #947d57;
    text-align: center;
    padding: 10px;
    color: #fff;
}
.red {color: #bb7300;}
.contact_content .information_left{    display: flex; width: 1000px;}
.list_before {   margin-top: 0px;}


/* 地圖 */
.contact_le_nomap{    max-width: 100%;width: 1500px;}
@media screen and (max-width: 1024px) {
.contact_content .information_left{    width: 900px;}}

@media screen and (max-width: 768px) {
    .contact_content .information_left {display: flex; max-width:100%;  width: 700px; flex-direction: column;}
    #bottom_menu {  display: none;}}

@media screen and (max-width: 425px) {
    .contact_content .information_left {display: flex; max-width:100%;  width: 300px; flex-direction: column;}
    #bottom_menu {  display: none;}}

