@charset "utf-8";


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*網站 LOADING 畫面*/

@keyframes fadeInOut {
    -10% { opacity: 1; }
    70% { opacity: 1; }
    100% { opacity: 0; }
  }
body.pageIndex:before {
    content: '';
    pointer-events: none;
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background: #fff;
    -webkit-animation: fadeInOut 3s ease-in-out forwards;
    animation: fadeInOut 3s ease-in-out forwards;}

@keyframes unwarpEffect {
    0% {opacity: 0;}
    30% {opacity: 1;}
    70% {opacity: 1;}
    100% {opacity: 0;}
}
body.pageIndex:after {
    content: '';
    pointer-events: none;
    display: block;
    width: 15%;
    aspect-ratio: 1 / 1;
    position: fixed;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: 10000;
    background: url(https://pic03.eapple.com.tw/shangyudesign/cover_logo-13.svg);
    -webkit-animation: unwarpEffect 2.5s ease-in-out forwards;
    animation: unwarpEffect 2.5s ease-in-out forwards;
    background-size: contain;}

@media screen and (max-width: 1024px) {
body.pageIndex:after {width: 22%;}
}
@media screen and (max-width: 768px) {
body.pageIndex:after {width: 28%;}
}
@media screen and (max-width: 600px) {
body.pageIndex:after {width: 35%;}
}
@media screen and (max-width: 425px) {
body.pageIndex:after {width: 40%;}
}

/*預設解除背景輪播*/
#content_main { margin:0;background: #333;}
#content {background: #333;}
.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: 100%;padding: 100px 5%;background: #333;}
.show_content {max-width: 1500px;padding: 0;}
.page {margin: 50px auto;color: #fff;gap: 5px;}
.page li {margin: 0;display: flex;width: 30px;height: 30px;line-height: 30px;
justify-content: center;align-items: center;align-content: center;text-align: center;border-radius: 50px;transition: .3s;}
.page li a, .page li strong {width: 30px;height: 30px;line-height: 30px;color: #fff;}
.page strong, .page a:hover {background: #fff;color: #000000;}
.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: 600px) {
.main_part {padding: 80px 10%;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 425px) {
}

/*網站按鈕*/
.animated-arrow {display: flex;align-items: center;
    background: unset;color: #ffffff;margin-top: 0;height: auto;line-height: 1;letter-spacing: 0.1em;width: fit-content;}
.animated-arrow b {font-size: 14px;font-weight: 400;}
.animated-arrow i.fa-solid.fa-arrow-right {display: flex;}
.fa-arrow-right::before {content: "\f054";font-size: 12px;}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

@keyframes line {
    0% {width: 0;}
    100% {width: 100%;}
}

/*HEADER*/
.pageIndex .header_area {background: linear-gradient(0deg, #ffffff00, #e6e6e640);position: fixed;transition: 0.5s ease-in-out;}
.header_area {background: #ddd;position: sticky;padding: 0 5%;transition:0.5s ease-in-out;}
.header_area:before {content: '';position: absolute;width: 100%;height: 100%;background: #ffffff40;left: 0;opacity: 0;bottom: 100%;transition: 0.5s ease-in-out}
.header_area.sticky:before {backdrop-filter: blur(3px);opacity: 1;bottom: 0%;transition: 0.5s ease-in-out;}
.header_area:after{}
.pageIndex .header_area.sticky {background: unset;transition:0.5s ease-in-out;}
.header_area.sticky {transition: 0.5s ease-in-out;}
.me_tp_features {display: none;}
.main_header_area .container {max-width: 100%;}
.navigation {display: grid;grid-template-columns: 200px 1fr;align-items: center;}

/*LOGO*/
@keyframes slide-in-left {
    0% {-webkit-transform: translateX(-1000px);transform: translateX(-1000px);opacity: 0;}
    100% {-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
}
.nav-header {grid-row: 1 / 1;max-width: 210px;}
.nav-brand {display: flex;}
.pageIndex .nav-header {-webkit-animation: slide-in-left 1s cubic-bezier(0.18, 0.89, 0.35, 0.98) 2.5s both;
    animation: slide-in-left 1s cubic-bezier(0.18, 0.89, 0.35, 0.98) 2.5s both;}

/*選單*/
@keyframes slide-in-right {
    0% {-webkit-transform: translateX(1000px);transform: translateX(1000px);opacity: 0;}
    100% {-webkit-transform: translateX(0);transform: translateX(0);opacity: 1;}
}
.pageIndex .stellarnav {-webkit-animation: slide-in-right 1s cubic-bezier(0.18, 0.89, 0.35, 0.98) 2.5s both;
    animation: slide-in-right 1s cubic-bezier(0.18, 0.89, 0.35, 0.98) 2.5s both;}
.stellarnav > ul > li > a {font-size: 15px;padding: 0px 10px;color: #000000;letter-spacing: 0.15em;margin: 20px 0;transition: 0.5s ease;}
.stellarnav > ul > li > a:hover {opacity: 0.5;transition: 1s ease;}
.stellarnav > ul > li.has-sub > a {padding-right: 10px;}
.stellarnav li.has-sub > a:after {display: none;}

/*下拉選單*/
.stellarnav > ul > li > ul {border-radius: 0 0 5px 5px;transform: translateX(-50%);left: 50%;right: 0;
    background: #aaa;box-shadow: 0 0 5px #cdcdcd80;}
.stellarnav > ul > li > ul > li {border: unset;text-align: center;}
.stellarnav > ul > li > ul > li+li {border-top:1px solid #cdcdcd80;}
.stellarnav > ul > li > ul > li > a {color: #333;padding: 10px 5px;letter-spacing: 0.1em;transition: 0.5s ease;}
.stellarnav > ul > li > ul > li > a:hover {opacity: 0.5;transition: 1s ease;}
.stellarnav > ul > li > ul > li > ul {background: #999;border-radius: 0 5px 5px 0;}
.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 {text-align: center;letter-spacing: 0.1em;padding: 10px;transition: 1s ease;}
.stellarnav > ul > li > ul > li > ul > li > a:hover {opacity: 0.5;transition: 1s ease;}

@media screen and (max-width: 1100px) {
.stellarnav > ul > li > a {padding: 0px 5px;}
.stellarnav > ul > li.has-sub > a {padding-right: 5px;}
}
@media screen and (max-width: 1024px) {
.pageIndex .header_area {position: sticky;background: #ffffff;}
.pageIndex .header_area.sticky {background:unset;}
.header_area:before {background: #ffffffc9;}
.header_area.sticky:before {backdrop-filter: blur(3px);}
.nav-header {padding: 15px 0;max-width: 235px;}
.main_header_area .container {max-width: 100%;}
.navigation {grid-template-columns: 1fr;justify-items: center;}
.stellarnav > ul > li > a {margin: 10px 0;}
}
@media screen and (max-width: 768px) {
.header_area {padding: 0 5%;}
.nav-header {padding: 20px 0;max-width: 180px;}
.pageIndex .nav-header {-webkit-animation: unset;animation: unset;}
.pageIndex .stellarnav {-webkit-animation: unset;animation: unset;}

.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 {color: #000;font-size: 10px;letter-spacing: 0.15em;transform: unset;}
.stellarnav .menu-toggle span.bars span {width: 33px;height: 1px;background: #000;margin: 0 auto 5px;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border: unset;background: unset;max-width: 100%;width:50%;opacity: 0;
    transition: width 1.5s ease, opacity 1.5s ease;}
.stellarnav.mobile.active > ul {padding: 0 10%;opacity: 1; width: 100%;transition: width 1.5s ease, opacity 1.5s ease;
    display: flex !important;flex-direction: column;align-items: center;justify-content: center;}
.stellarnav.mobile.right > ul:before, .stellarnav.mobile.left > ul:before {
    content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: #fff;
    -webkit-animation: slide-in-left .5s ease-in-out forwards;animation: slide-in-left .5s ease-in-out forwards;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {
    position: absolute;top: 0;left: 0;background: unset;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 #333;}
.stellarnav.mobile > ul > li {border-bottom: unset;width: 100%;}
.stellarnav.mobile li a {border-bottom: unset;}
.stellarnav.mobile > ul > li > a {padding: 20px 30px;font-size: 16px;color: #333;text-align: center;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 20px 0;line-height: 1;}
.stellarnav.mobile ul > li > ul {padding: 0;background: #f5f5f5;box-shadow: unset;}
.stellarnav.mobile > ul > li > ul > li+li {border-top: unset;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #ddd;}
.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: center;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #333;}
.stellarnav.mobile li.open {padding: 0;background: unset;}
.stellarnav.mobile li.open li.open {padding: 0;background: unset;}
.stellarnav.mobile li.open li.open > a {}
}

@media screen and (max-width: 600px) {
.nav-header {max-width: 150px;padding: 15px 0 20px;}
}
@media screen and (max-width: 450px) {
.nav-header {max-width: 130px;}
.stellarnav .menu-toggle span.bars span {width: 28px;}
.stellarnav .menu-toggle span.bars span:nth-of-type(1) {display:none;}
.stellarnav .menu-toggle:after {font-size: 8px;}
}
@media screen and (max-width: 400px) {
.stellarnav.mobile > ul > li > a {padding: 15px 30px;font-size: 15px;}
.stellarnav.mobile > ul > li > a.dd-toggle {padding: 15px 0;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*大圖*/
.swiper-wrapper:before {content: '';position: absolute;top: 0; left: 0;mix-blend-mode: plus-lighter;
    width: 100%;height: 100%;background: #ffffff1a;z-index: 1;}

@-webkit-keyframes totop {
	0% {transform: translateY(-20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
@keyframes totop {
	0% {transform: translateY(-20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}

@-webkit-keyframes tobottom {
	0% {transform: translateY(20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}
@keyframes tobottom {
	0% {transform: translateY(20px);opacity: 0;}
	100% {transform: translateY(0px);opacity: 1;}
}

/*大圖-點點*/
.swiper-pagination-bullets.swiper-pagination-horizontal {left: 6.5%;right: 0%;bottom: 50%;transform: translateX(-50%) rotate(90deg);width: fit-content;}
.swiper-pagination-bullet {width: 5px;height: 5px;display: inline-block;border-radius: 15px;background: #fff;opacity: 0.5;}
.swiper-pagination-bullet-active { width: 30px;height: 5px;opacity: 1;background: #fff;}

@media screen and (max-width: 600px) {}
@media screen and (max-width: 450px) {}

/*手機大圖*/
@media screen and (max-width: 600px) {}


/*內頁BANNER 設定*/
.banner {background: #222;min-height: auto;padding: 100px 0 50px;position: relative;justify-content: flex-start;text-align: left;}
.banner h5 {position: relative;width: 100%;font-size: 30px;font-weight: normal;letter-spacing: 0.15em;text-align: center;color: #fff;}
.banner h5:after {content: '';display: block;font-size: 18px;font-weight: 400;letter-spacing: 0.1em;padding-top: 10px;color: #ffffff;}
.banner.banA h5:after {content: '最新消息';}
.services_page .banner {display: none;}
.other_page .banner{display: none;;}
.contact_page .banner.banC{display: none;}
.banner.banD {}
.banner.banE h5:after {content: '作品總覽';}
.banner.banblog h5:after {content: '文章分享';}

@media screen and (max-width: 1024px) {
.banner h5 {font-size: 28px;}
}
@media screen and (max-width: 768px) {
.banner {padding: 80px 0 30px;}
.banner h5 {font-size: 26px;}
.banner h5:after {font-size: 17px;}
}
@media screen and (max-width: 600px) {
.banner h5 {font-size: 24px;}
.banner h5:after {font-size: 16px;}
}
@media screen and (max-width: 450px) {
.banner {padding: 70px 0 30px;}
.banner h5 {font-size: 22px;}
.banner h5:after {font-size: 15px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.copy {text-align: right;padding: 20px 5%;font-size: 12px;color: #ccc;border-top: unset;margin-top: 0;letter-spacing: 0.08em;}
.copy a {color: #ccc;}

#to_top {bottom: 150px;left: auto;right: 15px;letter-spacing: 0.1em;color: #000000;background: unset;
    box-shadow: unset;border-radius: 0;}
#to_top i.top {height: 15px;}
#to_top i.top:before, #to_top i.top:after {height: 50px;transform: rotate(0deg) translateY(-100%);height: 50px;left:45%;}
#to_top i.top:after {width: 5px;height: 5px;left: 35%;}
#to_top:hover i.top:after {top: -50px;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
#bottom_menu {display: none;}
#to_top {width: 35px;right: 5px;}
}
@media screen and (max-width: 600px) {
.copy {padding-right: 5%;padding-top: 20px;font-size: 10px;}
.total_view {display: inline-block;}
}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁相簿*/
.module_i_album {padding: 150px 0;}
.module_i_album section {max-width: 100%;}
.module_i_album .title_i_box {display: flex;margin-bottom: 50px;text-align: center;flex-direction: column-reverse;align-items: center;}
.module_i_album .title_i_box h6 {font-size: 18px;font-weight: 400;color: #fff;letter-spacing: 0.1em;}
.module_i_album .title_i_box h4 {font-size: 30px;font-family: 'Jost';color: #fff;font-weight: 400;letter-spacing: 0.1em;}

.i_album_list_box {padding: 0;}
.i_album_list {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 15px;}
.i_album_list li a {display: flex;align-items: center;justify-content: center;}
.i_album_list li div {width: 100%;aspect-ratio: 5 / 3;}
.i_album_list li a p{font-size: 17px;color: #f5f5f5;font-weight: normal;margin-top: 0;background: rgb(0 0 0 / 60%);
    -webkit-line-clamp: 1;height: 100%;opacity: 0;transition: all 1s 100ms cubic-bezier(.42,0,.58,1);}
.i_album_list li:hover a p {opacity: 1;color: #f5f5f5;transition: all 1s 100ms cubic-bezier(.42,0,.58,1);}

.i_album_b {margin-top: 50px;}

/*相簿*/
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {padding: 100px 0;}
.album_page .show_content, .album_class_page .show_content, .album_info_page .show_content {max-width: 100%;}
.show-list{grid-template-columns: repeat(3, 1fr);grid-gap: 15px;}
.show-list .item a, .pic-list .item a {display: flex;align-items: center;justify-content: center;}
.show-list .show_pic {width: 100%;aspect-ratio: 5 / 3;}
.show-list .item .overlay {-webkit-transform: scale(1);transform: scale(1);opacity: 1;transition: all 1s 100ms cubic-bezier(.42,0,.58,1);}
.show-list .item:hover .overlay {opacity: 0;}
.show-list .show_name, .other_subalbum li a p {position: absolute;font-size: 17px;color: #f5f5f5;font-weight: normal;margin-top: 0;
    -webkit-line-clamp: 1;height: auto;opacity: 1;transition: all 1s 100ms cubic-bezier(.42,0,.58,1);}
.show-list .item:hover .show_name, .show-list .item:hover a p {opacity: 0;color: #f5f5f5;transition: all 1s 100ms cubic-bezier(.42,0,.58,1);}
.pic-list .item a .show_pic img {transition: all 1s 100ms cubic-bezier(.42,0,.58,1);}
.pic-list .item a:hover .show_pic img {transform: scale(1.05);transition: all 1s 100ms cubic-bezier(.42,0,.58,1);}

.pic-list{display: block;column-width: 250px;column-count:4;column-gap: 15px; break-inside: avoid;}
.pic-list .item {padding-bottom: 15px;}
.pic-list .show_pic {width: 100%;aspect-ratio: inherit;}

/*次分類*/
.subalbum-menu {margin: 0;padding: 0;}
.subalbum-menu h2, .pic-list .item h6 {display: none;}

.album_descrip {max-width: 1200px;padding: 0 5%;margin: auto;margin-bottom: 50px;color: #ccc;line-height: 1.8;
    font-size: 17px;font-weight: 300;letter-spacing: 0.05em;}

.other_album {max-width: 1500px;margin: auto;padding: 0 5%;}
.album_fixed_title {font-size: 16px;letter-spacing: 0.08em;background: unset;color: #ccc;}
.other_album_choice {margin: 10px auto;}
.other_album_choice li {background: #222;border-radius: 0;font-size: 15px;}

@media screen and (max-width: 1024px) {
.i_album_list, .show-list {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 768px) {
.album_page .main_part, .album_class_page .main_part, .album_info_page .main_part {padding: 80px 0;}
.show-list .show_name, .other_subalbum li a p, .i_album_list li a p {font-size: 16px;}
.album_descrip {font-size: 16px;}
}
@media screen and (max-width: 600px) {
.i_album_list, .show-list {grid-template-columns: repeat(1, 1fr);}
.show-list .show_name, .other_subalbum li a p, .i_album_list li a p {font-size: 15px;}
.album_descrip {font-size: 15px;}
}
@media screen and (max-width: 450px) {
.show-list .show_name, .other_subalbum li a p, .i_album_list li a p {font-size: 14px;}
.album_descrip {font-size: 14px;}
}
@media screen and (max-width: 425px) {
.show-list .show_name, .other_subalbum li a p, .i_album_list li a p {font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*文章設定*/
.blog_box {display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;gap: 50px 0;}
.blog_le {width: 20%;padding:0;}
.blog_ri {width: 78%;padding: 0;}
h5.blog_le_t {display: none;}
.blog_search {margin-bottom: 30px;}
.blog_search input[type=search] {color: #fff;border: solid 1px #ccc;border-radius: 0;padding: 15px 35px 15px 20px;letter-spacing: 0.1em;background: #ffffff4d;}
.blog_search input[type=submit] {width: 48px;height: 48px;filter: grayscale(1);}

.blog_le .accordion {border-radius: 0;border: unset;}
.accordion li+li .link {border-top: 1px solid #666;}
.accordion li .link a {padding: 20px;color: #ffffff;font-size: 15px;font-weight: normal;letter-spacing: 0.1em;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #222 !important;}

h4.blog_category_title {padding: 0;margin-bottom: 0;font-size: 25px;}
.blog_subbox {grid-template-columns: repeat(3, 1fr);grid-gap: 50px 15px;}
.subbox_item a {grid-template-columns: 1fr;grid-gap: 15px;}
.subbox_item a:before, .subbox_item a:after {display: none;}
.subbox_item a:hover {opacity: 0.5;}
.blog_list_le {aspect-ratio: 4 / 3;}
.blog_list_ri {display: flex;padding: 0 10px;flex-direction: column;align-items: flex-start;letter-spacing: 0.1em;}
.blog_list_ri h5 {font-weight: normal;font-size: 18px;color: #ffffff;}
.blog_list_ri>*+* {margin-top: 10px;}
.blog_list_ri em {font-size: 12px;color: #666;}
.blog_list_ri p {-webkit-line-clamp:1;color: #999;}

@media screen and (max-width: 1024px) {
.blog_le {width: 22%;}
.blog_ri {width: 75%;}
.accordion li .link a {padding: 18px;}
.blog_subbox {grid-template-columns: repeat(2, 1fr);}
.blog_list_ri h5 {font-size: 17px;}
.blog_list_ri>*+* {margin-top: 8px;}
.blog_list_ri p {font-size: 14px;}
}
@media screen and (max-width: 960px) {
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.blog_box {flex-direction: column;align-items: center;}
.blog_le {width: 100%;}
.blog_ri {width: 100%;}
h5.blog_le_t {display: block;font-size: 18px;font-weight: normal;color: #ffffff;font-family: 'Jost', 'sans-serif';
    letter-spacing: 0.1em;margin-bottom: 15px;}
h5.blog_le_t span {display: none;}
a.news_menu_toggle i {color: #fff;}
.blog_search {margin-bottom: 10px;}
}
@media screen and (max-width: 600px) {
.blog_box {gap: 30px 0;}
h5.blog_le_t {font-size: 16px;}
.blog_subbox {grid-gap: 35px 15px;}
.subbox_item a {grid-gap: 10px;}
.blog_list_ri>*+* {margin-top: 5px;}
.blog_list_ri h5 {font-size: 16px;}
.blog_list_ri em {font-size: 10px;}
.blog_list_ri p {font-size: 12px;}
}
@media screen and (max-width: 450px) {
h5.blog_le_t {font-size: 16px;}
.blog_list_ri {padding: 0 5px;}
.blog_list_ri h5 {font-size: 14px;}
.blog_list_ri em {font-size: 8px;}
.blog_list_ri p {font-size: 10px;}
}
@media screen and (max-width: 400px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);grid-gap: 25px 15px;}
}

/*文章內頁*/
.blog_in_page h4.blog_category_title {color: #ffffff;padding: 0 5px 15px;line-height: 1;font-size: 22px;letter-spacing: 0.08em;font-weight: normal;}
.blog_shareData {padding: 10px;background: #393939;}
.toShareNews {align-items: flex-end;gap: 3px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-weight: normal;font-size: 15px;line-height: 1;letter-spacing: 0.08em;}
.blog_box_edit * {line-height: 180%;letter-spacing: 0.08em;font-size: 16px;color: #fff;font-weight: 300;}

.blog_back {width: 100%;grid-gap: 10px;}
.blog_back a {color: #000000;padding: 15px;font-size: 15px;letter-spacing: 0.2em;transition: .3s;}
.blog_back a:hover {opacity: 0.5;transition: .3s;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #222;color: #fff;}
.blog_back a.article_btn_back {background: #111;color: #fff;}

.news_related {display: none;}

@media screen and (max-width: 1024px) {
.blog_in_page h4.blog_category_title {font-size: 20px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-size: 14px;}
.blog_box_edit * {font-size: 15px;}
.blog_back a {font-size: 14px;}
}
@media screen and (max-width: 768px) {
.blog_in_page h4.blog_category_title {font-size: 18px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-size: 13px;}
.blog_box_edit * {font-size: 14px;}
.blog_back a {font-size: 13px;}
}
@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_title {font-size: 17px;}
.toShareNews b, .toShareNews a, .toShareNews a object, .toShareNews a i {font-size: 12px;}
.blog_back a {font-size: 12px;}
}
@media screen and (max-width: 450px) {
.blog_in_page h4.blog_category_title {font-size: 16px;}
.blog_box_edit * {font-size: 13px;}
.blog_back a {font-size: 12px;}
}
@media screen and (max-width: 375px) {
.blog_back {grid-template-columns: repeat(1, 1fr);}
.blog_back a {padding: 10px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁促銷方案*/
.news_part {padding: 120px 5%;background: #f5f5f5;}
.news_part section {max-width: 1400px;}
.news_part .title_i_box {display: flex;margin-bottom: 50px;text-align: center;flex-direction: column-reverse;align-items: flex-start;}
.news_part .title_i_box h6 {font-size: 18px;font-weight: 400;color: #000;letter-spacing: 0.1em;}
.news_part .title_i_box h4 {font-size: 30px;font-family: 'Jost';color: #000;font-weight: 400;letter-spacing: 0.1em;}

.news_list ul li {border-bottom: 1px #dfdfdf solid;}
.news_list ul li span {width: 20%;border-right: 1px solid #ccc;letter-spacing: 0.08em;
    margin: 0;padding: 5px 15px 5px 0;margin-right: 15px;font-size: 14px;color: #000000;font-weight: normal;}
.news_list ul li p {width: 75%;letter-spacing: 0.08em;font-size: 17px;color: #666;}
.news_list ul li p:after {content: 'READ MORE';font-size: 14px;color: #333;letter-spacing: 0.08em;}
.news_list ul li a:hover {background: unset;}
.news_list ul li a:hover p, .news_list ul li a:hover span {color: #000000;font-weight: 500;}
.news_list ul li a:hover p:after {right: 20px;}

.i_news_b {max-width: fit-content;margin-top: 50px;margin-right: 0;}
.i_news_b a {color: #000;}

@media screen and (max-width: 1024px) {
.news_part {padding: 100px 5%;}
}
@media screen and (max-width: 768px) {
.news_list ul li span, .news_list ul li p:after {font-size: 13px;}
.news_list ul li p {font-size: 16px;}
}
@media screen and (max-width: 600px) {
.news_part {padding: 80px 5%;}
.news_part .title_i_box h4 {font-size: 26px;}
.news_part .title_i_box h6 {font-size: 16px;}
.news_part .title_i_box {margin-bottom: 30px;}
.news_list ul li {border: unset;margin-bottom: 10px;background: #ffffff;}
.news_list ul li a {padding: 15px;text-align: left;}
.news_list ul li span {width: 100%; border-right: 0;padding: 0;}
.news_list ul li p {width: 100%;padding: 10px 0 0;text-align: left;}
.news_list ul li p:after {padding-top: 10px;text-align: right;}
}
@media screen and (max-width: 450px) {
.news_part .title_i_box h4 {font-size: 22px;}
.news_part .title_i_box h6 {font-size: 15px;}
.news_list ul li p {font-size: 15px;}
.news_list ul li span, .news_list ul li p:after {font-size: 12px;}
}

/*促銷方案*/
.promotion_title {padding-bottom: 30px;}
.promotion_title h2 {font-size: 22px;font-weight: 300;color: #ffffff;letter-spacing: 0.08em;}
.promotion_title em { display: none;}
.promotion_title span {border: 0;border-right: 1px solid #ccc;letter-spacing: 0.08em;margin: 0 15px 0 0;
    padding: 5px 15px 5px 0;font-size:16px;color: #ccc;}
/*內文*/
.promotions_page .edit {font-weight: 300;color: #ccc;line-height: 180%;letter-spacing: 0.08em;padding: 20px 0 80px;font-size: 16px;}
.promotions_page .edit span {font-size: 17px;letter-spacing: 0.08em;line-height: 200%;}
.promotions_page .other_promotion .pmtTime { display: none;}

.other_promotion {max-width: 1500px;width: 100%;grid-template-columns: repeat(3, 1fr);}
.other_promotion li a {padding: 15px;border: 1px #999 dashed;transition: 0.5s ease;}
.other_promotion li a:hover {background: #222;transition: 0.5s ease;}
.other_promotion li a:before, .other_promotion li a:after {display: none;}
.other_promotion .pmtTitle h3 {font-size: 17px;font-weight: 300;color: #fff;}
.other_promotion .pmtTitle {letter-spacing: 0.08em;}
.other_promotion .pmtTitle span {color: #ccc;}


@media screen and (max-width: 1024px) {
.other_promotion {padding: 80px 0 0;grid-template-columns: repeat(2, 1fr);}
.promotion_title {padding-bottom: 20px;}
.promotion_title h2 {font-size: 20px;}
.promotion_title span {font-size: 15px;}
.promotions_page .edit {padding: 20px 0 0;}
}
@media screen and (max-width: 768px) {
.promotion_title {padding-bottom: 20px;}
.promotion_title h2 {font-size: 18px;}
.promotion_title span {margin: 0 0 10px 0;border: 1px solid #ccc;padding: 8px 15px;font-size: 14px;}
.promotions_page .edit {font-size: 15px;}

.other_promotion {padding: 50px 0 0;grid-template-rows: 1fr 1fr;grid-template-columns: auto;}
.other_promotion .pmtTitle h3 {font-size: 16px;}
}
@media screen and (max-width: 600px) {
.promotion_title {padding-bottom: 20px;}
.promotion_title span {font-size: 13px;}
.promotion_title h2 {font-size: 17px;}
.promotions_page .edit { font-size: 14px;}

.other_promotion .pmtTitle h3 {font-size: 15px;}
}
@media screen and (max-width: 450px) {
.promotion_title {padding-bottom: 10px;}
.promotion_title span {font-size: 12px;padding: 5px 15px;}
.promotion_title h2 {font-size: 16px;}
.promotions_page .edit { font-size: 13px;}

.other_promotion {padding: 30px 0 0;}
.other_promotion .pmtTitle span {font-size: 12px;}
.other_promotion .pmtTitle h3 {font-size: 14px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*聯絡我們*/
.contact_editbox {padding: 0;}
.contact_content {background: #222;padding: 150px 5%;}

.information_left, .information_right {padding: 0;}
.contact_content .information_left {display: none;}
.list_before {margin-top: 0;margin-bottom: 15px;font-size: 15px;color: #ffffff;letter-spacing: 0.05em;padding: 20px 20px 25px;background: #f8f8f8;}
.list_before.info li {padding-left: 55px;margin: 10px 0 0;letter-spacing: 0.1em;color: #ffffff;}
.list_before li+li {padding-top: 15px;border-top: 1px solid #eee;}
.info_TEL:before, .info_TEL2:before, .info_PHONE:before, .info_LINE:before, .info_FAX:before, .info_TAXID:before, .info_MAIL:before, .info_ADD:before, .info_ADD2:before {
    width: 50px;font-size: 15px;font-weight: 400;letter-spacing: 0.1em;color: #ffffff;}
.list_before.account {padding: 15px 30px;background: #fcf7f3;}
.ACCN1:before, .ACCN2:before, .ACCN3:before, .ACCN4:before {width: 80px;font-weight: normal;}
.list_before.account li+li {border-top: 1px solid #dfdfdf;}

.contact_content .information_right {width: 100%;padding-left: 0;}
.contact_content form {max-width: 860px;width: 100%;margin: auto;display: flex;justify-content: center;}
.blank_letter {padding-top: 0;padding-bottom: 30px;font-weight: normal;font-size: 20px;color: #ffffff;letter-spacing: 0.1em;font-family: 'Noto Sans TC';}
.note {letter-spacing: 0.08em;padding-left: 15px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 20px 0;margin-top: 0;
    margin-bottom: 0;font-size: 16px;color: #ffffff;align-items: flex-start;}
.contact_form li {width:100%;padding-left: 0;grid-template-columns: unset;grid-gap: 0;}
.contact_form li .form__label {max-width: unset;display: flex;width: 100%;text-align: left;margin-left: 0;letter-spacing: 0.08em;
    font-size: 15px;line-height: 1.5;padding-right: 0;vertical-align: top;flex-direction: row-reverse;justify-content: flex-end;
    align-items: center;padding: 10px 3px 3px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {
    grid-template-columns: repeat(auto-fit, minmax(15px, 15px) minmax(250px, 1fr));padding: 15px 10px 0;letter-spacing: 0.08em;grid-gap: 10px 5px;font-size: 15px;}
.contact_form li input.noborder, .contact_form li textarea.noborder {width: 100%;
    border-top: 0;padding: 10px;border: unset;background: #282828;color: #ffffff;letter-spacing: 0.08em;}
.form select {color: #ffffff;letter-spacing: 0.08em;width: 100%;padding: 9px 30px 7px 10px;margin-right: 0;margin-bottom: 5px;}
.contact_form li.checknumBox {width: 100%;}
.contact_form li.last {width: 100%;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 10px;border: unset;width: 50%;max-width: unset;}
.contact_form li.last cite {background: #000000;color: #ffffff;}
.contact_form li.last blockquote {background: #666;color: #ffffff;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 5px;}

@media screen and (max-width: 1200px) {
.contact_content {padding: 100px 5%;}
.contact_form li .form__label {font-size: 14px;}
.contact_form li:has(input[type=checkbox]) .form__insert, .contact_form li:has(input[type=radio]) .form__insert {font-size: 14px;}
}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px){
.blank_letter {padding-bottom: 15px;font-size: 17px;}
.contact_form li {width:100%;}
}
@media screen and (max-width: 600px){
.contact_content {padding: 80px 10%;}
.contact_form li .form__label {font-weight: normal;background: unset;}
}
@media screen and (max-width: 450px){
.blank_letter {padding-bottom: 10px;font-size: 16px;}
.contact_form li .form__label {font-size: 13px;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


