@charset "utf-8";


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*預設解除背景輪播*/
#content_main { margin:0;}
.bannerindex { position:relative; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;} 
.path {display: none;}
/* .swiper-slide img { height:auto;} */
@media screen and (max-width: 768px) {
.bannerindex { padding:0; margin:0;}
}

/*網站統一設定*/
.main_part {max-width: 1500px;padding: 100px 5%;}
.show_content {padding: 0;}
.page {margin: 50px auto;color: #273250;gap: 5px;}
.page li {margin:0 5px;display: flex;border: 1px solid;width: fit-content;height: 30px;line-height: 30px;
justify-content: center;align-items: center;align-content: center;text-align: center;border-radius: 0px;transition: .3s;}
.page li a, .page li strong {width: fit-content;padding: 0 10px;height: 30px;line-height: 30px;border-radius: 0;color: #273250;}
.page strong {background: unset;color: #000000;}
.page a:hover {background: #273250;color: #ffffff;}
.page li.activeN {background: #fff;color: #000;}

@media screen and (max-width: 1024px) {
.main_part {padding: 80px 5%;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 768px) {
.main_part {padding: 60px 5% 80px;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 600px) {
.main_part {padding: 50px 5% 80px;}
.page {font-size: 13px;gap: 0;}
}
@media screen and (max-width: 450px) {
.main_part {padding: 30px 5% 80px;}
.page {font-size: 12px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*HEADER*/
.pageIndex .header_area {padding: 0 5%;background: #273250;position: fixed;transition: 1s ease;}
.header_area {background: #273250;padding: 0 5%;box-shadow: 0 0 0px #bc936c4d;transition: 1s ease;}
.pageIndex .header_area.sticky {background: #ffffffeb;transition: 1s ease;}
.header_area.sticky {background: #ffffffeb;box-shadow: 0 0 15px #bc936c4d;transition: 1s ease;}
.me_tp_features {display: none;}
.main_header_area .container {max-width: 1500px;}
.navigation {display: grid;grid-template-columns: 210px 1fr;align-items: center;}

/*LOGO*/
.nav-header {grid-row: 1 / 1;}
.nav-brand {display: flex;}
.nav-brand img {transition: display 1.5s ease;}

.header_area.sticky .nav-brand {width: 70px;position: absolute;height: 70px;}
.header_area.sticky .nav-brand img {display: none;transition: display 1.5s ease;}
.header_area.sticky .nav-header:before {content: '';display: block;position: absolute;width: 100%;max-width: 65px;aspect-ratio: 1 / 1;
    background: url(https://pic03.eapple.com.tw/kuenwo/header_logo.svg);background-size: contain;margin: 10px 0;}

/*選單*/
.stellarnav > ul > li > a {display: block;padding: 35px 10px;color: #ffffff;letter-spacing: 0.15em;margin: 0;line-height: 1;height: auto;transition: 0.5s ease;}
.header_area.sticky .stellarnav > ul > li > a {color: #5b4835;transition: 0.5s ease;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.stellarnav li.has-sub > a:after {display: none;}

/*下拉選單*/
.stellarnav > ul > li > ul {width: 150px;transform: translateX(-50%);left: 50%;right: 0;background: #273250;}
.stellarnav > ul > li > ul > li {border: unset;text-align: center;}
.stellarnav > ul > li > ul > li > a {padding: 10px 5px;color: #fff;letter-spacing: 0.1em;transition: 0.2s ease;}
.stellarnav > ul > li > ul > li > a:hover {color: #999;}
.stellarnav > ul > li > ul > li > ul {background: #1a2133;border-radius: 5px;}
.stellarnav > ul > li > ul > li > ul > li {border: unset;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #aaa;}
.stellarnav > ul > li > ul > li > ul > li > a {color: #fff;text-align: center;letter-spacing: 0.1em;padding: 10px;}
.stellarnav > ul > li > ul > li > ul > li > a:hover {color: #aaa;}

.stellarnav ul li ul li {border-top: 1px solid #ffffff3b;}

@media screen and (max-width: 1200px) {}
@media screen and (max-width: 1024px) {
.pageIndex .header_area {position: sticky;}
.navigation {grid-template-columns: 1fr;justify-items: center;}
.nav-header {padding: 25px 0 0;max-width: 180px;}
.header_area.sticky .nav-header:before {position: relative;margin: 0;}
.stellarnav > ul > li > a {padding: 35px 10px 25px;font-size: 15px;}
}
@media screen and (max-width: 768px) {
.nav-header {padding: 20px 0;}
.header_area.sticky .nav-header {padding: 15px 0;}
.header_area.sticky .nav-header:before {max-width: 55px;}

.stellarnav.mobile {display: flex;justify-content: center;align-items: center;height: 100%;}
.stellarnav.mobile .menu-toggle {padding: 0px;}
.stellarnav .menu-toggle span.bars {top: 0;}
.stellarnav .menu-toggle:after {display: none;}
.stellarnav .menu-toggle span.bars span {width: 33px;height: 1px;background: #bc946e;margin: 0 auto 5px;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border: unset;background: #273250;max-width: 300px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #1a2133;color: #fff;letter-spacing: 0.15em;padding: 15px;}
.stellarnav .icon-close {width: 20px;height: 11px;}
.stellarnav .icon-close:before, .stellarnav .icon-close:after {border-bottom: solid 1px #ffffff;}
.stellarnav.mobile > ul > li {border-bottom: 1px solid #ffffff3b;}
.stellarnav.mobile li a {border-bottom: unset;}
.stellarnav.mobile > ul > li > a {padding: 20px 30px;font-size: 15px;}
.header_area.sticky .stellarnav > ul > li > a {color: #ffffff;}
.stellarnav.mobile > ul > li.has-sub > a {padding-right: unset;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 20px 15px;}
.stellarnav.mobile ul > li > ul {background: unset;}
.stellarnav.mobile > ul > li > ul > li {text-align: left;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #333;}
.stellarnav.mobile > ul > li > ul > li > a, .stellarnav.mobile > ul > li > ul > li.has-sub > a, 
.stellarnav.mobile > ul > li > ul > li > ul > li > a {padding: 15px 30px !important;letter-spacing: 0.15em;text-align: left;font-size: 15px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #fff;}
.stellarnav.mobile li.open {background: #37405b;padding: 0;}
.stellarnav.mobile li.open > a {background: #1a2132;}
.stellarnav.mobile li.open li.open {background: #37405b;padding: 0;}
.stellarnav.mobile li.open li.open > a {background: #1a2132;}
}

@media screen and (max-width: 600px) {
.nav-header {max-width: 160px;}
}

@media screen and (max-width: 450px) {
.nav-header {max-width: 135px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

 @-webkit-keyframes slide-in-right {
    0% {-webkit-transform: translateX(200px);transform: translateX(200px);opacity: 0;}
    100% {-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
}
@keyframes slide-in-right {
    0% {-webkit-transform: translateX(200px);transform: translateX(200px);opacity: 0;}
    100% {-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
}
  

/*大圖*/
.pageIndex .swiper-fade .swiper-slide:nth-child(1):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/kuenwo/大圖-03.svg);
    width: 75%;top: 0%;left: 0%;aspect-ratio: 3 / 2;background-size: cover;background-repeat: no-repeat;z-index: 999;}

.pageIndex .swiper-fade .swiper-slide:nth-child(1):after {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/kuenwo/大圖-04.svg);
    width: 13%;top: 20%;left: auto;right: 7%;aspect-ratio: 24 / 58;background-size: cover;background-repeat: no-repeat;z-index: 999;}

.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/kuenwo/大圖-05.svg);
    width: 75%;top: 0;left: auto;right: 0;aspect-ratio: 3 / 2;background-size: cover;background-repeat: no-repeat;z-index: 999;}

.pageIndex .swiper-fade .swiper-slide:nth-child(2):after {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/kuenwo/大圖-06.svg);
    width: 13%;top: 20%;left: 7%;aspect-ratio: 24 / 58;background-size: cover;background-repeat: no-repeat;z-index: 999;}

.swiper-pagination-bullets.swiper-pagination-horizontal {bottom: var(--swiper-pagination-bottom, 30px);}

/*加上動畫進入效果*/
.pageIndex .swiper-fade .swiper-slide-active:nth-child(1):after, .pageIndex .swiper-fade .swiper-slide-active:nth-child(2):after{
    -webkit-animation: slide-in-right 1.5s alternate both;
	animation: slide-in-right 1.5s alternate both;}

@media screen and (max-width: 600px) {
.swiper-pagination-bullet { width: 8px;height: 8px;}
}
@media screen and (max-width: 450px) {
.swiper-pagination-bullet { width: 5px;height: 5px;}
}

/*手機大圖*/
@media screen and (max-width: 600px) {}


/*內頁BANNER 設定*/
.banner {position: relative;font-size: unset;background: url(https://pic03.eapple.com.tw/kuenwo/banner_01.jpg);background-attachment: fixed;
    background-size: cover;background-position: center;padding:0;min-height: 85vh;}
.banner:before {content: '';position: absolute;width: 90%;height: 100%;top: 0;left: 0;z-index: 0;opacity: 0.8;
    background: linear-gradient(to right, rgba(14, 14, 14, 1) 0%, rgba(0, 0, 0, 1) 30%, rgba(0, 0, 0, 0.5) 70%, rgba(125, 126, 125, 0) 100%);}

.banner h5 {position: absolute;width: 100%;max-width: 1400px;transform: translateY(-50%);top: 55%;font-size: 25px;line-height: 1.2;
        font-family: '微軟正黑體';font-weight:600;text-align: left;color: #ffffff;letter-spacing: 0.15em;z-index: 1;}
.banner h5:before {content: 'KUEN WO';display: block;color: #B89266;font-family: 'Jost';font-size: 30px;font-weight: normal;padding-bottom: 30px;letter-spacing: 0.08em;}
.banner.banA {display: none;}
.banner.banB {display: none;}
.banner.banC {}
.banner.banD {}
.banner.banE {background: url(https://pic03.eapple.com.tw/kuenwo/banner_03.jpg);background-size: cover;background-position: center;}
.banner.banE h5:before {content: 'WORKS CASE';}
.banner.banE[data-banner="album_a_info_137366"] {background: url(https://pic03.eapple.com.tw/kuenwo/banner_01.jpg);background-size: cover;
    background-position: center;}
.banner.banE[data-banner="album_a_info_137366"] h5:before {content: 'SYSTEM PLATE';}
.banner.banE[data-banner="album_a_info_137367"] {background: url(https://pic03.eapple.com.tw/kuenwo/banner_02.jpg);background-size: cover;
    background-position: center;}
.banner.banE[data-banner="album_a_info_137367"] h5:before {content: 'STONE COUNTERTOPS';}

/*------------------------------電視櫃------------------------------*/
.banner.banE[data-banner="album_b_info_133"] {background: url(https://pic03.eapple.com.tw/kuenwo/BANNER_album_info_01.jpg);background-size: cover;
    background-position: center;}
.banner.banE[data-banner="album_b_info_133"] h5:before {content: 'TV CABINET';}
/*------------------------------書桌------------------------------*/
.banner.banE[data-banner="album_b_info_186"] {background: url(https://pic03.eapple.com.tw/kuenwo/BANNER_album_info_02.jpg);background-size: cover;
    background-position: center;}
.banner.banE[data-banner="album_b_info_186"] h5:before {content: 'DESK';}
/*------------------------------展示櫃------------------------------*/
.banner.banE[data-banner="album_b_info_187"] {background: url(https://pic03.eapple.com.tw/kuenwo/BANNER_album_info_03.jpg);background-size: cover;
    background-position: center;}
.banner.banE[data-banner="album_b_info_187"] h5:before {content: 'DISPLAY CABINET';}
/*------------------------------床櫃------------------------------*/
.banner.banE[data-banner="album_b_info_188"] {background: url(https://pic03.eapple.com.tw/kuenwo/BANNER_album_info_04.jpg);background-size: cover;
    background-position: center;}
.banner.banE[data-banner="album_b_info_188"] h5:before {content: 'BED CABINET';}
/*------------------------------衣櫃------------------------------*/
.banner.banE[data-banner="album_b_info_189"] {background: url(https://pic03.eapple.com.tw/kuenwo/BANNER_album_info_05.jpg);background-size: cover;
    background-position: center;}
.banner.banE[data-banner="album_b_info_189"] h5:before {content: 'WARDROBE';}
/*------------------------------玄關櫃------------------------------*/
.banner.banE[data-banner="album_b_info_190"] {background: url(https://pic03.eapple.com.tw/kuenwo/BANNER_album_info_06.jpg);background-size: cover;
    background-position: center;}
.banner.banE[data-banner="album_b_info_190"] h5:before {content: 'HALLWAY CABINET';}


.banner.banblog, .banner.banblog[data-banner="news_a_list_4604"] {background: url(https://pic03.eapple.com.tw/kuenwo/banner_04.jpg);background-size: cover;
    background-position: center;}
.banner.banblog h5:before, .banner.banblog[data-banner="news_a_list_4604"] h5:before {content: 'KUEN WO NEWS';}
.banner.banblog[data-banner="news_a_list_4605"] {background: url(https://pic03.eapple.com.tw/kuenwo/banner_05.jpg);background-size: cover;
    background-position: center;}
.banner.banblog[data-banner="news_a_list_4605"] h5:before {content: 'LATEST DISCOUNT';}

@media screen and (max-width: 1200px) {
.banner {min-height: 65vh;}
}
@media screen and (max-width: 1024px) {
.banner {min-height: 55vh;}
.banner h5 {width: 80%;font-size: 24px;}
.banner h5:before {font-size: 28px;}
}
@media screen and (max-width: 768px) {
.banner {min-height: 45vh;}
.banner h5 {font-size: 22px;}
.banner h5:before {font-size: 25px;padding-bottom: 20px;}
}
@media screen and (max-width: 600px) {
.banner {min-height: 35vh;}
.banner h5 {font-size: 20px;}
.banner h5:before {font-size: 22px;padding-bottom: 15px;}
}
@media screen and (max-width: 450px) {
.banner {min-height: 25vh;}
.banner h5 {font-size: 18px;}
.banner h5:before {font-size: 20px;padding-bottom: 10px;}
}
@media screen and (max-width: 400px) {
.banner {min-height: 20vh;}
.banner h5 {font-size: 16px;}
.banner h5:before {font-size: 18px;padding-bottom: 5px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.copy {padding: 15px 0;font-size: 12px;color: #545d82;background: #212941;letter-spacing: 0.08em;border-top: unset;margin-top: 10px;}
.copy a {color: #545d82;}
.copy a:hover {color: #abb0c7;}

/*top*/
#to_top {bottom: 150px;left: auto;right: 10px;background: #bd9569;color: #ffffff;font-weight: 600;width: 45px;height: 45px;
    box-shadow: unset;font-size: 13px;padding-top: 8px;letter-spacing: 0.08em;border-radius: 5px}
#to_top i.top {height: 12px;left: -1px;}
#to_top i.top:before, #to_top i.top:after {width: 2px;height: 10px;background: #ffffff;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
#bottom_menu {display: none;}
.copy {padding-top: 15px;line-height: 1.8;font-size: 10px;}
#to_top {bottom: 150px;right: 5px;width: 35px;height: 40px;padding-top: 8px;border-radius: 5px;font-size: 10px;}
}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章*/
h5.blog_le_t {font-size: 22px;color: #273250;font-family: 'Noto Sans TC';letter-spacing: 0.08em;margin-bottom: 10px;}
.blog_search {margin-bottom: 15px;}
.blog_search input[type=search] { font-size: 15px;letter-spacing: 0.15em;color: #273250;border: solid 1px #b4b4b4;
    border-radius: 0;padding: 10px 35px 10px 15px;}

.blog_le .accordion {border-radius: 0;border: 0;letter-spacing: 0.05em;}
.accordion li+li .link {border-top: 1px solid #b4b4b4;}
.accordion li .link a {padding: 15px 20px;color: #273250;font-size: 16px;font-weight: 400;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #bd9569 !important;}

.blog_box {display: flex;justify-content: space-between;flex-wrap: wrap;padding: 0;}
.blog_le {padding: 0;width: 22%;}
.blog_ri {width: 75%;padding: 0;}
.blog_page h4.blog_category_title {padding: 5px 0;margin-bottom: 0;}
.blog_subbox {grid-template-columns:1fr 1fr 1fr; gap: 0;}
.subbox_item {margin-bottom: 0;width: 100%;position: relative;height: 100%;
    -webkit-box-sizing: border-box;box-sizing: border-box;-webkit-transition-property: background-color, color;
    transition-property: background-color, color;-webkit-transition-duration: .4s;transition-duration: .4s;
    -webkit-transition-timing-function: linear;transition-timing-function: linear;}
.subbox_item:hover {background-color: #F0F0F0;transition: all 0.3s ease-in-out;}
.subbox_item a {grid-template-columns: unset;padding: 13%;grid-gap: 10px;}
.subbox_item a:before {display: none;}
.subbox_item a:after {content: "";display: block;position: absolute;top: 100%;left: 0;bottom: 0;width: 100%;height: 1px;
    background-color: #F0F0F0;-webkit-transition: opacity .4s linear;transition: opacity .4s linear;opacity: 1;border: none;}
.blog_list_le {position: relative;padding-bottom: 100%;height: 0;}
.blog_list_le img {display: block;position: absolute;max-width: 100%;min-width: 100%;height: 100%;left: 50%;top: 50%;transform: translate(-50%, -50%);
    object-fit: cover;-moz-object-fit: cover;-ms-object-fit: cover;-o-object-fit: cover;-webkit-object-fit: cover;}
.blog_list_le:before {content: 'VIEW MORE';position: absolute;z-index: 1;opacity: 0;font-size: 12px;color: #ccc;letter-spacing: 0.08em;
    position: absolute;top: 60%;left: 50%;background: #fff;color: #273250;text-align: center;line-height: 35px;padding: 0 10px;
    -moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);transition: opacity 0.6s, top 0.6s;}
.subbox_item:hover .blog_list_le:before {opacity: 1;top: 50%;transition: opacity 0.6s, top 0.6s;}

.blog_list_ri {display: flex;padding: 0;flex-direction: column;align-items: flex-start;}
.blog_list_ri>*+* {margin-bottom: 0;}
.blog_list_ri em {order: 1;font-size: 13px;letter-spacing: 0.08em;color: #ccc;}
.blog_list_ri h5 {order: 2;font-size: 16px;letter-spacing: 0.05em;color: #273250;padding: 15px 0 0;line-height: 1.5;max-height: 40px;}
.blog_list_ri p {display: none;}

.subbox_item:before, .subbox_item:after {content: "";position: absolute;
    width: 1px;top: 50%;height: 90%;-webkit-transform: translateY(-50%);transform: translateY(-50%);
    background-color: #F0F0F0;-webkit-transition: opacity .4s linear;transition: opacity .4s linear;}
.subbox_item:before {left: 0;}
.subbox_item:after {right: 0;}

/*相簿內頁*/
.blog_in_page h5.blog_le_t {display: none;}
.blog_in_page h4.blog_category_title {
    color: #000000;font-size: 25px;font-weight: 500;letter-spacing: 0.05em;
    border-bottom: 1px #b4b4b4 solid;padding: 0 0 20px;line-height: 1;margin-bottom: 20px;}
.blog_shareData .visitors_num, .blog_shareData .visitors_num i::before, .toShareNews b {color: #000;}
.articel_mainPic {display: none;}
.blog_box_edit * {line-height: 2;letter-spacing: 0.08em;}
.blog_box_edit * strong {font-size: 20px;}
.news_tags a {color: #000;}

.blog_back {width: 100%;grid-gap: 10px;}
.blog_back a {font-size: 16px;letter-spacing: 0.2em;padding: 15px;transition: 0.5s ease;}
.blog_back a:hover {letter-spacing: 0.35em;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #273250;}
.blog_back a.article_btn_back {background: #000;}

.news_related {border-top: 1px solid #b4b4b4;background: unset;padding:50px 5% 80px}
.news_related h6 { max-width: 1500px;margin: 0 auto 50px;}
.news_related h6 span:before {font-size: 25px;color: #273250;font-weight: 500;letter-spacing: 0.08em;}
.news_related_list {grid-template-columns: repeat(4, 1fr);}
.news_related_list li {transition: 0.6s ease;}
.news_related_list li:hover {transform: scale(0.95);transition: 0.6s ease;}

@media screen and (max-width: 1300px) {
.blog_le {width: 20%;}
.blog_ri {width: 75%;}
.blog_subbox {grid-template-columns:repeat(2, 1fr);}
}
@media screen and (max-width: 1024px) {
h5.blog_le_t {font-size: 20px;}
.accordion li .link a {padding: 15px;font-size: 15px;}
.blog_le {width: 25%;}
.blog_ri {width: 70%;}
.blog_list_ri h5 {padding: 10px 0 0;}
.subbox_item a:before {font-size: 16px;}
}
@media screen and (max-width: 768px) {
.blog_box {flex-direction: column;}
.blog_le {width: 100%;}
.blog_ri {width: 100%;}
.blog_search {margin-bottom: 0;}
.blog_page h4.blog_category_title {padding: 0;}
.subbox_item a {padding: 10%;}
.blog_back {grid-gap: 10px;padding-top: 30px;}
.blog_box_edit * {font-size: 16px;}
.blog_box_edit * strong {font-size: 18px;}
.news_related_list {grid-template-columns: repeat(2, 1fr);}
}

@media screen and (max-width: 600px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
.blog_in_page h4.blog_category_title {font-size: 22px;padding: 10px 0 20px;}
.blog_back a, .lastPage {font-size: 15px;}
.news_related h6 span:before {font-size: 22px;}
.blog_box_edit * {font-size: 15px;}
.blog_box_edit * strong {font-size: 17px;}
}

@media screen and (max-width: 450px) {
.blog_in_page h4.blog_category_title {font-size: 18px;}
.toShareNews {font-size: 14px;}
.blog_box_edit * {font-size: 14px;}
.blog_box_edit * strong {font-size: 16px;}
.blog_back {grid-template-columns: repeat(1, 1fr);}
.news_related h6 span:before {font-size: 20px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿統一設定*/
.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2 {display: none;}

/*相簿-A*/
.album_info_page.album_a .show-list {grid-template-columns: repeat(5, 1fr);grid-gap: 15px;}
.album_info_page.album_a .show-list .show_pic {aspect-ratio: 1 / 1;}
.album_info_page.album_a .show-list .item a {display: flex;justify-content: center;align-items: flex-end;}
.album_info_page.album_a .overlay {display: none;}
.album_info_page.album_a .other_subalbum li a p {width: 100%;text-align: center;position: absolute;padding: 5px;
    background: #21283fd9;color: #fff;transition: 0.5s ease;}
.album_info_page.album_a .show-list .item:hover p {opacity: 0;transition: 0.5s ease;}

.album_info_page.album_a .pic-list {grid-template-columns: repeat(3, 1fr);}
.album_info_page.album_a .pic-list .item {display: flex; justify-content: flex-end;align-items: center;flex-direction: column;position: relative;padding: 5px;background: #273250;}
.album_info_page.album_a .pic-list .item h6 {position: absolute;left: 0;width: 100%;text-align: center;font-size: 17px;font-weight: normal;color: #ffffff;
    background: #27314fe6;padding: 10px 0;letter-spacing: 0.1em;transition: 0.5s ease;}
.album_info_page.album_a .pic-list .item:hover h6 {opacity: 0;transition: 0.5s ease;}
.album_info_page.album_a .pic-list .show_pic {aspect-ratio: 6 / 7;}
.album_info_page.album_a .pic-list .show_pic img {transition: 0.5s ease;}
.album_info_page.album_a .pic-list .item:hover img {transform: scale(1.15);transition: 0.5s ease;}

@media screen and (max-width: 1024px) {
.album_info_page.album_a .pic-list {grid-gap: 15px;}
.album_info_page.album_a .pic-list .item h6 {font-size: 16px;padding: 8px 0;}
}
@media screen and (max-width: 768px) {
.album_info_page.album_a .pic-list {grid-template-columns: repeat(2, 1fr);grid-gap: 10px;}
.album_info_page.album_a .pic-list .item h6 {font-size: 15px;}
}
@media screen and (max-width: 600px) {
.album_info_page.album_a .pic-list .item h6 {font-size: 14px;}
}
@media screen and (max-width: 450px) {
.album_info_page.album_a .pic-list .item h6 {font-size: 13px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*相簿-B*/
.album_class_page.album_b .show-list {grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
.album_class_page.album_b .show-list .item a {display: flex;justify-content: center;align-items: center;flex-direction: column;}
.album_class_page.album_b .show-list .show_pic { aspect-ratio: 5 / 3;}
.album_class_page.album_b .show-list .show_pic .overlay {background: #27314f4d;-webkit-transform: translateX(-100%);transform: translateX(-100%);}
.album_class_page.album_b .show-list .item:hover .overlay {opacity: 1;-webkit-transform: translateX(0%);transform: translateX(0%);}
.album_class_page.album_b .other_subalbum li a p { width: 100%;text-align: center;background: #bc946e;color: #fff;padding: 10px 0;font-size: 17px;
    letter-spacing: 0.1em;transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
.album_class_page.album_b .show-list .item:hover a p {background: #27314f;transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}

.album_info_page.album_b .pic-list {grid-template-columns: repeat(3, 1fr);}
.album_info_page.album_b .pic-list .show_pic {aspect-ratio: 3 / 4;}
.album_info_page.album_b .pic-list .show_pic img {transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}
.album_info_page.album_b .pic-list .item a:hover img {transform: scale(1.15);transition: all .4s 100ms cubic-bezier(.42,0,.58,1);}

@media screen and (max-width: 1024px) {
.album_class_page.album_b .other_subalbum li a p {padding: 8px 0;font-size: 16px;}
}
@media screen and (max-width: 768px) {
.album_class_page.album_b .other_subalbum li a p {padding: 5px 0;font-size: 15px;}
.album_info_page.album_b .pic-list {grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
}
@media screen and (max-width: 600px) {
.album_info_page.album_b .pic-list {grid-gap: 10px;}
.album_class_page.album_b .other_subalbum li a p {font-size: 14px;}
}
@media screen and (max-width: 450px) {
.album_class_page.album_b .other_subalbum li a p {font-size: 13px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡資訊*/


@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {}
@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


