@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: 150px 5%;}
.show_content {padding: 0;}
.page {margin: 50px auto;color: #000;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: #000;}
.page strong, .page a:hover {background: #fff;color: #000;}
.page li.activeN {background: #fff;color: #000;}

@media screen and (max-width: 1024px) {
.main_part {padding: 100px 5%;}
.page {font-size: 15px;gap: 3px;}
}
@media screen and (max-width: 600px) {
.main_part {padding: 80px 5%;}
.page {font-size: 14px;gap: 2px;}
}
@media screen and (max-width: 425px) {
.main_part {padding: 60px 5%;}
.page {font-size: 13px;gap: 0;}
}

/*網站按鈕*/
.animated-arrow {width: 225px;background: #ffffff;color: #000000;display: flex;align-items: center;justify-content: center;
    gap: 30px;border: 3px solid #FFD538;border-radius: 30px;padding: 25px 0;margin: auto;}
.animated-arrow b {font-weight: normal;letter-spacing: 0.08em;font-size: 18px;}
.fa-arrow-right::before { content: "\2b";}
.animated-arrow:hover i.fa-solid.fa-arrow-right {margin: 0 10px;transform: rotate(360deg);}
    

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*HEADER*/
.pageIndex .header_area {background: #ffffff80;position: fixed;transition: .5s ease;}
.header_area {background: #ffffff;padding: 0 5%;box-shadow: 0 0 10px #dfdfdf;transition: .5s ease;}
.pageIndex .header_area.sticky {background: #fffffff2;transition: .5s ease;}
.header_area.sticky {background: #fffffff2;transition: 0.5s ease;}
.me_tp_features {display: flex;align-items: center;justify-content: flex-end;padding: 10px 0;}
.me_tp_features a {display: flex;align-items: baseline;justify-content: space-between;color: #000;letter-spacing: 0.08em;margin: 0 10px;transition: 0.5s ease;}
.me_tp_features a:hover {color: #007cbe;transition: 0.5s ease;}
.tp_links {display: none;}
.box_search {width: 200px;margin-bottom: 0;}
.box_search input[type=text] {background: #fff;border: 1px solid #fbdc66;padding: 5px 55px 5px 15px;color: #000;max-width: 100%;border-radius: 5px;}
.shop_search_btn {background: #007cbe;color: #fff;border-radius: 5px;font-size: 12px;}


.main_header_area .container {max-width: 1200px;}
.navigation {display: grid;grid-template-columns: 200px 1fr;align-items: center; padding-top: 10px;}

/*LOGO*/
.nav-header {grid-row: 1 / 3;padding-bottom: 20px;}
.nav-brand {display: flex;}

/*選單*/
.stellarnav > ul > li > a {padding: 15px 10px;display: block;color: #000;letter-spacing: 0.15em;margin: 0;line-height: 1;height: auto;transition: .5s ease;}
.stellarnav > ul > li > a:before {content: '';display: block;position: absolute;bottom:15px;transform: translateX(-50%);left: 50%;
    width: 0;height: 10px;background: #007bbd66;z-index: -1;transition: .8s ease;}
.stellarnav > ul > li:hover > a:before {width: 75%;transition: .8s ease;}
.stellarnav > ul > li:hover > a {transform: translateY(10px);transition: .5s ease;}
.stellarnav > ul > li:before {content: '';display: block;position: absolute;transform: translate(-50%, -50%);top: 10%;left: 50%;
    width: 10px;height: 10px;background: #ffd639;border-radius: 100%;opacity: 0;transition: 0.5s ease;}
.stellarnav > ul > li:hover:before {top: 35%;opacity: 1;transition: .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;border-radius: 5px;transform: translateX(-50%);left: 50%;right: 0;background: #fff7df;}
.stellarnav > ul > li > ul > li {border: unset;text-align: center;}
.stellarnav > ul > li > ul > li+li {border-top: 1px solid #999;}
.stellarnav > ul > li > ul > li > a {padding: 10px 5px;color: #000;letter-spacing: 0.1em;transition: 0.2s ease;}
.stellarnav > ul > li > ul > li > a:hover {color: #999;}
.stellarnav > ul > li > ul > li > ul {background: #999;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: #000;text-align: center;letter-spacing: 0.1em;padding: 10px;}
.stellarnav > ul > li > ul > li > ul > li > a:hover {color: #aaa;}

@media screen and (max-width: 1200px) {
.stellarnav > ul > li:before {left: 50%;}
.stellarnav > ul > li:hover > a:before {width: 78%;}
}
@media screen and (max-width: 1024px) {
.pageIndex .header_area {background: #ffffff;position: sticky;padding: 0 5% 10px;}
.pageIndex .header_area.sticky {background: #ffffff;}
.main_header_area .container {max-width: 100%;}
.navigation {grid-template-columns: 1fr;justify-items: center;gap: 15px;padding-top: 0;}
.nav-header {max-width: 150px;padding: 15px 0;}
.me_tp_features {padding: 0;margin: 0;justify-content: center;}
.stellarnav > ul > li > a {font-size: 15px;padding: 10px 5px;}
.stellarnav > ul > li.has-sub > a {padding-right: 5px;}
}
@media screen and (max-width: 768px) {
.pageIndex .header_area, .header_area {padding: 0 5%;}
.nav-header {max-width: 150px;padding: 10px 0 15px;}
.me_tp_features {padding: 0 0 15px;}
.box_search {width: 160px;}
.me_tp_features a {margin: 0 5px;font-size: 13px;}
.stellarnav > ul > li:before, .stellarnav > ul > li > a:before {display: none;}

.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 {font-size: 10px;letter-spacing: 0.15em;color: #000;transform: unset;}
.stellarnav .menu-toggle span.bars span {width: 33px;height: 1px;background: #666;margin: 0 auto 5px;}
.stellarnav.mobile.right > ul, .stellarnav.mobile.left > ul {border: unset;background: #fff5d0;max-width: 300px;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: #fbaf00;color: #000000;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 #000000;}
.stellarnav.mobile > ul > li {border-bottom: unset;}
.stellarnav > ul > li:hover > a {transform: unset;}
.stellarnav.mobile li a {border-bottom: unset;}
.stellarnav.mobile > ul > li > a {padding: 20px 30px;font-size: 16px;}
.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;border-radius: 0;transform: unset;left: unset;top: unset;}
.stellarnav.mobile > ul > li > ul > li {text-align: left;}
.stellarnav.mobile > ul > li+li, .stellarnav.mobile > ul > li > ul > li+li {border-top: 1px solid #ffe06d;}
.stellarnav > ul > li > ul > li > ul > li+li {border-top: 1px solid #ffe06d;;}
.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;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 1px #000000;}
.stellarnav.mobile li.open {background: #ffffff;padding: 0;}
.stellarnav.mobile li.open > a {background: #ffe06d;}
.stellarnav.mobile li.open li.open {background: #ffffff;padding: 0;}
.stellarnav.mobile li.open li.open > a {background: #fbaf00;}
}

@media only screen and (max-width: 570px) {
.navigation {gap: 0;}
.me_tp_features a.tp_btn_cart, .me_tp_features a.tp_btn_notice {display: block;margin: 0 8px;}
.box_search {display: none;}

.stellarnav .menu-toggle span.bars span {width: 25px;}
.stellarnav .menu-toggle:after {font-size: 8px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*波浪*/
.bannerindex:before {content: '';display: block;position: absolute;bottom: -5px;width: 100%;aspect-ratio: 2000 / 45;
    background: url(https://pic03.eapple.com.tw/diaboloheart/wave-03.svg) repeat-x;background-size: cover;z-index: 2;}

@-webkit-keyframes shake {
	50% {transform: rotate(-3deg);}
}
@keyframes shake {
	50% {transform: rotate(-3deg);}
}

@-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;}
}

/*大圖*/
.pageIndex .swiper-fade .swiper-slide:nth-child(1):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/diaboloheart/大圖文字-04.svg);
    width: 2%;top: 25.3%;left: auto;right: 9.5%;aspect-ratio: 2 / 15;background-size: contain;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/diaboloheart/大圖文字-03.svg);
    width: 1.8%;top: 34.3%;left: auto;right: 13.4%;aspect-ratio: 1 / 12;background-size: contain;background-repeat: no-repeat;z-index: 999;}

.pageIndex .swiper-fade .swiper-slide-active:nth-child(1):before{
    -webkit-animation: tobottom 1s ease-in-out forwards;
	animation: tobottom 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}
.pageIndex .swiper-fade .swiper-slide-active:nth-child(1):after{
    -webkit-animation: totop 1s ease-in-out forwards;
	animation: totop 1s cubic-bezier(0.470, 0.000, 0.745, 0.715) both;}


.pageIndex .swiper-fade .swiper-slide:nth-child(2):before {
    content: "";position: absolute;background-image: url(https://pic03.eapple.com.tw/diaboloheart/大圖文字-05.svg);
    width: 35%;top: 8%;left: 8.5%;aspect-ratio: 685 / 765;background-size: contain;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/diaboloheart/大圖文字-06.svg);
    width: 35%;top: 15%;left: 60%;aspect-ratio: 680 / 695;background-size: contain;background-repeat: no-repeat;z-index: 999;}

.pageIndex .swiper-fade .swiper-slide-active:nth-child(2)::before, .pageIndex .swiper-fade .swiper-slide-active:nth-child(2):after{
    -webkit-animation: shake 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;
	animation: shake 2s cubic-bezier(0.215, 0.610, 0.355, 1.000) infinite both;}

.swiper-pagination-bullets.swiper-pagination-horizontal { bottom: 50px;}
.swiper-pagination-bullet, .swiper-pagination-bullet-active {background: #ffff;}

@media screen and (max-width: 600px) {
.swiper-pagination-bullet { width: 8px;height: 8px;}
/*手機板大圖*/
.pageIndex .swiper-slide img { display:none; }
.pageIndex .swiper-slide {width: 100%;height: 0;padding-bottom: calc(100% / 3 * 4);}
.pageIndex .swiper-slide:nth-child(1) { background-image:url(https://pic03.eapple.com.tw/diaboloheart/mobileba-01.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-slide:nth-child(2) { background-image:url(https://pic03.eapple.com.tw/diaboloheart/mobileba-02.jpg) ; background-size:cover;   background-position: center;}
.pageIndex .swiper-fade .swiper-slide:nth-child(1):before, .pageIndex .swiper-fade .swiper-slide-active:nth-child(1):after, 
.pageIndex .swiper-fade .swiper-slide:nth-child(2):before, .pageIndex .swiper-fade .swiper-slide:nth-child(2):after {display: none;}
}
@media screen and (max-width: 450px) {
.swiper-pagination-bullet { width: 5px;height: 5px;}
}

/*內頁BANNER 設定*/
.banner {margin-top: 50px;position: relative;background: #fff;padding: 0;align-content: flex-end;min-height: 200px;}
.banner h5 {font-weight: bold;font-size: 20px;letter-spacing: 0.1em;}
.banner h5:before {content: '';position: absolute;transform: translateX(-50%);top: 75%;left: 50%;
    background-image: url(https://pic03.eapple.com.tw/diaboloheart/banner_icon-04.svg);
    background-size: contain;background-repeat: no-repeat;width: 45px;aspect-ratio: 22 / 5;}
.banner h5:after {content: '';font-family: 'Jua';position: absolute;transform: translateX(-50%);
    top: 30%;left: 50%;font-size: 50px;font-weight: normal;letter-spacing: 0.05em;}
.banner.banA {}
.services_page .banner.banB h5:after {content: 'Course';}
.other_page .banner.banB h5:after {content: 'Teacher';}
.banner.banC h5:after {content: 'Contact';}
.banner.banD {}
.banner.banE {}
.banner.banF h5:after {content: 'Product';}
.banner.banblog h5:after {content: 'News';}

@media screen and (max-width: 1024px) {
.banner {margin-top: 30px;min-height: 150px;}
.banner h5:before {top: 70%;width: 35px;}
.banner h5:after {font-size: 40px;top: 20%;}
}
@media screen and (max-width: 768px) {
.banner h5 {font-size: 18px;}
}
@media screen and (max-width: 600px) {
.banner {margin-top: 30px;min-height: 120px;}
.banner h5:after {top: 10%;font-size: 35px;}
.banner h5:before {top: 65%;}
}
@media screen and (max-width: 450px) {}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*FOOTER*/
.copy {
    text-align: center;
    padding: 15px 0;
    font-size: 13px;
    color: #ffb500;
    background: #fcf5cd;
    border-top: 0;
    margin-top: 15px;
    line-height: 200%;
    letter-spacing: 0.08em;
    background: #fcf5cd;}
.copy a {color: #ffb500;}

#to_top {
    bottom: 150px;
    right: 15px;
    left: unset;
    width: 45px;
    height: 45px;
    padding-top: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #183058;
    border-radius: 100%;
    box-shadow: unset;}
#to_top i.top {height: 12px;}
#to_top i.top:before, #to_top i.top:after {
    height: 10px;
    background: #fff;
    width: 2px;}

@media screen and (max-width: 1024px) {}
@media screen and (max-width: 768px) {
#bottom_menu {display: none;}
}
@media screen and (max-width: 600px) {
#to_top {width: 45px;right: 0;}
.copy {font-size: 12px;margin-top: 10px;line-height: 170%;}
}
@media screen and (max-width: 450px) {}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*首頁文章*/
.module_i_news {padding: 100px 5% 50px;background: #ffffff80;position: relative;border-radius: 0 0 50px 50px;}
.module_i_news section {border-top: dotted max(5px, 0.2vw) #FFD639;max-width: 1500px;position: relative;margin: 0 auto;padding: 100px 0;}
.module_i_news_list, .module_i_news_list.swiper {padding: 30px 0 80px;}
.module_i_news .title_i_box {margin-bottom: 50px;position: relative;}
.module_i_news .title_i_box h4 {font-size: 20px;color: #000000;font-weight: bold;letter-spacing: 0.08em;}
.module_i_news01 .title_i_box h4:before {content: 'NEWS';display: block;font-weight: normal;font-size: 50px;font-family: 'Jua';letter-spacing: 0.08em;
    color: #000000;padding-bottom: 50px;}
.module_i_news01 .title_i_box h4:after {content: '';position: absolute;transform: translateX(-50%);top: 65%;left: 50%;
    background-image: url(https://pic03.eapple.com.tw/diaboloheart/banner_icon-04.svg);background-size: contain;
    background-repeat: no-repeat;aspect-ratio: 22 / 5;width: 45px;}

.module_i_news ul {grid-template-columns: repeat(4, 1fr);grid-gap: 50px 30px;}
.module_i_news li a {position: relative;display: grid;align-items: center;justify-content: space-between;padding: 20px;box-shadow: 0 8px 0 #fbdc66;
    background: #fff;border: 5px solid #fbdc66;border-radius: 30px;grid-template-columns: 1fr;grid-gap: 10px;transition: 0.2s ease;}
.module_i_news li a:hover {transform: translateY(8px);box-shadow: unset;}
.module_i_news li a:before, .module_i_news li a:after {display: none;}
.i_blog_le {border-radius: 15px;}
.i_blog_ri {padding: 5% 0 0 0;letter-spacing: 0.08em;}
.i_blog_ri h5 {font-weight: 400;-webkit-line-clamp: 2;}
.i_blog_ri em {font-size: 13px;color: #007cbe;}
.i_blog_ri p {display: none;}

@media screen and (max-width: 1200px) {
.module_i_news {padding: 80px 5% 0;}
}
@media screen and (max-width: 1024px) {
.module_i_news .title_i_box {margin-bottom: 30px;}
.module_i_news01 .title_i_box h4:after {top: 60%;width: 35px;}
.module_i_news01 .title_i_box h4:before {font-size: 40px;top: 20%;}
.module_i_news_list, .module_i_news_list.swiper {padding: 30px 0 60px;}
.module_i_news ul {grid-gap: 30px 15px;}
.i_blog_ri h5 {font-size: 18px;}
.i_blog_ri em {font-size: 12px;}
}
@media screen and (max-width: 900px) {
.module_i_news section {padding: 80px 0;}
.module_i_news ul {grid-template-columns: repeat(2, 1fr);}
.module_i_news li a {padding: 15px;}
.i_blog_ri {padding: 0;}
}
@media screen and (max-width: 768px) {
.module_i_news .title_i_box h4 {font-size: 18px;}
}
@media screen and (max-width: 600px) {
.module_i_news {padding: 50px 5% 0;}
.module_i_news01 .title_i_box h4:before {top: 10%;font-size: 35px;}
.module_i_news01 .title_i_box h4:after {top: 65%;}
}
@media screen and (max-width: 450px) {
.module_i_news section {padding: 80px 0 60px;}
.module_i_news ul {grid-template-columns: repeat(1, 1fr);grid-gap: 20px 15px;}
.i_blog_ri h5 {font-size: 17px;}
}
@media screen and (max-width: 400px) {
.module_i_news01:before {background-size: 90px 33px;}
.module_i_news section {padding: 60px 0;}
}

/*文章管理*/
.blog_box {display: flex;justify-content: space-between;flex-wrap: wrap;align-items: flex-start;}
.blog_le {width: 20%;padding: 30px;background: #fff;border-radius: 50px;min-height: 50vh;
    outline: dotted max(5px, 0.2vw) #FFD639;border-radius: 35px;outline-offset: -15px;}
.blog_ri {width: 75%;padding: 0;}

h5.blog_le_t, h5.blog_le_t em {display: none;}
.blog_search {margin-bottom: 20px;}
.blog_search input[type=search] {color: #000000;border: solid 1px #000000;padding: 10px 35px 10px 25px;}
.blog_search input[type=submit] {width: 55px;height: 42px;filter: hue-rotate(90deg);}
.blog_le .accordion {border: unset;border-radius: 0;}
.blog_le .accordion > li {border-radius: 15px;margin-bottom: 15px;border: 1px solid #007CBE;background: #ffffff;}
.accordion li+li .link {border-top: unset;}
.accordion li .link a {color: #000000;font-size: 16px;text-align: center;letter-spacing: 0.08em;font-weight: 400;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category {background: #007CBE !important;}

h4.blog_category_title {padding: 0;margin-bottom: 0;}
.blog_subbox {grid-template-columns: repeat(3, 1fr);grid-gap: 30px 15px;}
.subbox_item a {grid-template-columns: unset;grid-template-rows: 1fr;}
.subbox_item:hover a .blog_list_le {box-shadow:unset;transform: translateY(8px);}
.subbox_item a:before, .subbox_item a:after {display: none;}
.blog_list_le {aspect-ratio: 1 / 1;border-radius: 30px;overflow: hidden; border: 5px solid #FFEE93;box-shadow: 0 10px 0 #FFEE93;}
.blog_list_ri {padding: 0 10px;}
.blog_list_ri h5 { text-align: center; font-weight: 400;letter-spacing: 0.08em;-webkit-line-clamp: 2;}
.blog_list_ri em {font-size: 13px;letter-spacing: 0.08em;color: #007CBE;text-align: center;}
.blog_list_ri p {display: none;}

@media screen and (max-width: 1200px) {
.blog_le {width: 25%;}
.blog_ri {width: 70%;}
}
@media screen and (max-width: 1024px) {
.blog_subbox {grid-template-columns: repeat(2, 1fr);grid-gap: 25px 15px;}
}
@media screen and (max-width: 960px) {
.accordion li .link a {font-size: 15px;padding: 10px 5px;}
.subbox_item {border-bottom: unset;}
}
@media screen and (max-width: 768px) {
.blog_search {margin-bottom: 20px;}
.blog_box {align-items: center;flex-direction: column;}
.blog_le {width: 100%;min-height: unset;}
.blog_ri {width: 100%;}
h5.blog_le_t {margin-bottom: 15px;padding: 0 10px;}
h5.blog_le_t, h5.blog_le_t em {display: flex;font-size: 20px;color: #000;}

.blog_list_le {border-radius: 60px;}
.blog_list_ri>*+* {margin-top: 3px;}
.blog_list_ri h5 {font-size: 18px;}
}
@media screen and (max-width: 640px) {
.subbox_item a {grid-gap: 20px;}
.blog_list_ri em {font-size: 12px;}
}
@media screen and (max-width: 450px) {
.blog_list_le {border-radius: 30px;}
.blog_list_ri h5 {font-size: 17px;}
}
@media screen and (max-width: 400px) {
.blog_subbox {grid-template-columns: repeat(1, 1fr);}
}

/*文章內頁*/
.blog_in_page h4.blog_category_title {color: #000000;font-size: 25px; font-weight: 400;letter-spacing: 0.08em;padding-bottom: 5px;}
.blog_shareData {padding: 10px;background: #ffd63942;border-radius: 10px;}
.blog_box_edit * { line-height: 180%;letter-spacing: 0.08em;font-size: 17px;}
.blog_box_edit a {color: #007CBE;}
.blog_back {width: 100%;}
.blog_back a { font-size: 17px;letter-spacing: 0.08em;padding: 15px 0;width: 95%;margin: auto;border-radius: 30px;transition: 0.2s ease;}
.blog_back a:hover {box-shadow: unset !important;transform: translateY(8px);}
.blog_back a.article_btn_back {background: #ffffff;color: #000000;border: 5px solid #000;box-shadow: 0 10px 0 #000;}
.blog_back a.article_btn_prev, .blog_back a.article_btn_next {background: #ffffff;color: #007CBE;border: 5px solid #007CBE;box-shadow: 0 10px 0 #007CBE;}

/*相關文章*/
.news_related {max-width: 100%;margin: 0 auto;background: unset;padding: 50px 0 100px;margin-top: 50px;border-top: dotted max(5px, 0.2vw) #FFD639;}
.news_related h6 {margin: 0 auto 50px;}
.news_related h6 span:before {font-size: 20px;color: #000000;letter-spacing: 0.1em;font-weight: 400;}
.news_related_list {grid-template-columns: repeat(4, 1fr);max-width: 1200px;grid-gap: 15px;}
.news_related_list li a {padding: 15px;background: #fff;border: 3px solid #FFD639;box-shadow: 0 8px 0 #FFD639;border-radius: 30px;transition: 0.2s ease;}
.news_related_list li figure {aspect-ratio: 1 / 1;border-radius: 20px 20px 0 0;}
.news_related_list li a p {font-size: 15px;color: #000000;line-height: 1.5;margin-top: 10px;letter-spacing: 0.1em;
    -webkit-line-clamp: 2;display: -webkit-box;-webkit-box-orient: vertical;white-space: normal;overflow: hidden;}
.news_related_list li a:hover {transform: translateY(8px);box-shadow: unset;}
.lastPage {font-size: 17px;letter-spacing: 0.1em;color: #ffffff;background: #fff;border: 5px solid #FFD639;
    box-shadow: 0 5px 0 #FFD639;padding: 12px 0;margin: 50px auto 0;width: 250px;border-radius: 50px;transition: 0.2s ease;}
a.lastPage:hover {transform: translateY(8px);box-shadow: unset;}

@media screen and (max-width: 1024px) {
.blog_in_page h4.blog_category_title {font-size: 22px;}
.news_related h6 {margin: 0 auto 30px;}
.news_related_list li a p {font-size: 16px;letter-spacing: 0.08em;}
}

@media screen and (max-width: 768px) {
.mobile_product_name {display: none;}
.blog_in_page h4.blog_category_title {font-size: 20px;}
.news_related_list {grid-template-columns: repeat(2, 1fr);grid-gap: 30px 15px;}
}

@media screen and (max-width: 600px) {
.blog_in_page h4.blog_category_titlee {font-size: 18px;}
.toShareNews {font-size: 14px;color: #000000;}
.toShareNews b {font-weight: normal;}
.blog_box_edit * {font-size: 16px;}
.news_related {padding: 30px 0;margin-top: 30px;}
.news_related_list li a p {font-size: 15px;}
.blog_back a {font-size: 16px;padding: 10px 0;}
.lastPage {margin: 30px auto;}
}

@media screen and (max-width: 425px) {
.blog_box_edit * {font-size: 15px;}
.news_related_list {grid-gap: 20px 10px;}
.news_related_list li a p {font-size: 13px;}
.blog_back a {font-size: 15px;padding: 5px 0;}
.lastPage {font-size: 15px;padding: 10px 0;width: 200px;}
}
  

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*購物車*/
.product_page .main_part, .product_info_page .main_part {max-width: 1400px;margin: auto;padding: 50px 0 100px; width: 90%;}
.product_info_page .main_part {max-width: 1200px;padding: 50px 0 0;}
.product_menu_list {display: none;}
.products-list {grid-template-columns: repeat(4, 1fr);grid-gap: 30px;grid-gap: 30px 15px;transition: 0.2s ease;}
.products-list .item a {padding-bottom: 0;padding: 10px;background: #fff;border: 3px solid #fbdc66;
    transition: 0.2s ease;box-shadow: 0 8px 0 #fbdc66;}
.products-list .item a:hover {transform: translateY(8px);box-shadow: unset;}
.products-list .item a .pic img {transition: 0.2s ease;}
.products-list .item a:hover .pic img {transform: translateY(-5px);}
.products-list .pic {aspect-ratio: 1 / 1;}
.products-list .name {font-size: 18px;color: #000;letter-spacing: 0.08em;height: 30px;text-align: center;}
.products-list .price {display: none;}
.products-list .more {display: none;}

@media screen and (max-width: 1024px) {
.products-list {grid-template-columns: repeat(3, 1fr);}
.products-list .name {font-size: 17px;}
}
@media screen and (max-width: 768px) {
.products-list {grid-template-columns: repeat(2, 1fr);}
.products-list .name {font-size: 16px;}
}
@media screen and (max-width: 450px) {
.products-list {grid-gap: 25px 10px;}
.products-list .name {font-size: 15px;margin-top: 10px;height: 20px;}
}
@media screen and (max-width: 400px) {
.products-list .name {font-size: 14px;}
}

/*購物車內頁*/
.product_info_page .product-wrapper {display: flex;align-items: flex-start;flex-wrap: wrap;justify-content: space-between;}
.prod_info_clearfix {display: none;}
.prod_tabs {width: 100%;margin-top: 50px;}
.product_main {width: 68%;padding: 0;}
/*內頁商品圖片*/
.product_pic {display: flex;flex-direction: column;align-items: flex-start;padding-left: 0;}
.proImgSwiper {order: 0;}
#prod_thumbSwiper {aspect-ratio: 6 / 1;width: 100%;max-width: unset;position: relative;margin-top: 20px;}
.swiper-vertical>.swiper-wrapper {flex-direction: row;flex-wrap: wrap;gap: 5px;}
#prod_thumbSwiper .swiper-slide {width: calc(100% / 6);aspect-ratio: 1 / 1;}
#prod_thumbSwiper .swiper-slide::before {aspect-ratio: 1 / 1;height: unset;border-radius: 10px;}
#prod_thumbSwiper img {height: unset;border-radius: 10px;}
/*右側商品資訊*/
.sidebarBtn {margin-bottom: 50px;padding: 30px;border-radius: 30px;border: 5px #fbdc66 solid;text-align: center;}
.sidebarBtn h2 {color: #000000;font-size: 25px;}
.product_info li {margin: 0;}
.product_info li span {display: none;}
.product_info li .txt_box {color: #000000;letter-spacing: 0.08em;}
.product_info li .txt_box .color {display: flex;flex-wrap: wrap; gap: 5%;}
.radio-inline__label {display: inline-flex;width: 45%;padding: 5px 0;margin: 0 0 8px;border-radius: 25px;
    color: #000000;border: 1px solid #ffd639;justify-content: center;}
.radio-inline__input:checked + .radio-inline__label {background: #fbdc66;}
.toShare {border-top: dotted max(5px, 0.2vw) #fbdc66;color: #000000;margin-top: 30px;padding-top: 30px;}

/*下方資訊*/
.pd_tabTitle li {border-bottom: unset;}
.pd_tabTitle li a {padding: 10px 10px 15px;}
.pd_tabTitle li.activeTab a {color: #000000;font-size: 18px;letter-spacing: 0.1em;}
.pd_tabTitle li.activeTab::after {height: 5px; background: #fbdc66;}
.pd_tabInner_contain {padding-top: 0;}
.pd_tabInner.edit {font-size: 17px;letter-spacing: 0.08em;line-height: 1.8;}
/*相關推薦*/
.prod_related {max-width: 100%;margin: 0 auto;background: unset;padding: 50px 5% 100px;margin-top: 50px;border-top: dotted max(5px, 0.2vw) #fbdc66;}
.prod_related h6 {margin: 0 auto 50px;}
.prod_related h6 span:before {font-size: 25px;color: #000000;letter-spacing: 0.1em;font-weight: 400;}
.related_list {grid-template-columns: repeat(4, 1fr);max-width: 1200px;grid-gap: 15px;}
.related_list li a {padding: 10px;background: #fff;border: 3px solid #fbdc66;box-shadow: 0 8px 0 #fbdc66;transition: 0.2s ease;}
.related_list li figure {aspect-ratio: 1.2 / 1;}
.related_list li a p {font-size: 17px;color: #000000;line-height: 2;margin-top: 10px;letter-spacing: 0.15em;}
.related_list li a:hover {transform: translateY(8px);box-shadow: unset;}
.lastPage {font-size: 17px;letter-spacing: 0.1em;color: #000000;background: #fff;padding: 12px 0;
    margin: 50px auto 0;width: 250px;border-radius: 50px;transition: 0.2s ease;}
a.lastPage:hover {transform: translateY(8px);box-shadow: unset;}

@media screen and (max-width: 1024px) {
.sidebarBtn {width: 35%;border-radius: 15px;}
.sidebarBtn h2, .prod_related h6 span:before {font-size: 22px;}
.product_main {width: 60%;}
#prod_thumbSwiper img, #prod_thumbSwiper .swiper-slide::before {border-radius: 10px;}
.prod_related h6 {margin: 0 auto 30px;}
.related_list li a p {font-size: 16px;letter-spacing: 0.08em;}
}

@media screen and (max-width: 768px) {
.mobile_product_name {display: none;}
.product_info_page .product-wrapper {gap: 50px;}
.product_main, .sidebarBtn {width: 100%;}
.sidebarBtn {margin-bottom: 0;position: inherit;top: 0;}
.sidebarBtn h2, .prod_related h6 span:before {font-size: 20px;}
#prod_thumbSwiper {aspect-ratio: 5 / 1;}
.prod_tabs {margin-top: 0;}
.related_list {grid-template-columns: repeat(2, 1fr);grid-gap: 30px 15px;}
}

@media screen and (max-width: 600px) {
.product_info_page .product-wrapper {gap: 30px;}
.sidebarBtn h2, .prod_related h6 span:before {font-size: 18px;}
#prod_thumbSwiper {aspect-ratio: 4 / 1;}
.prod_related {padding: 30px 5%;margin-top: 30px;}
.related_list li a p {font-size: 15px;}
.lastPage {margin: 30px auto;}
}

@media screen and (max-width: 425px) {
.related_list {grid-gap: 20px 10px;}
.related_list li a p {font-size: 13px;}
.lastPage {font-size: 15px;padding: 10px 0;width: 200px;}
}

/*購物車*/
.car_page .show_content {position: relative;}
.stepImg {max-width: 510px;letter-spacing: 0.08em;}
.stepImg img {filter: hue-rotate(365deg) saturate(0.6);}
.stepImg span.active {color: #d7ba6b;}

.shopping-cart {min-height: 20vw;}
.shopping-cart .cart_head {background: #221e1f;border-radius: 5px;}
.shopping-cart .cell.product_name {font-weight: normal;}
.shopping-cart .cell {font-size: 16px;letter-spacing: 0.1em;padding: 20px 15px;line-height: 1;}

.small_pic {width: 150px;height: 150px;border-radius: 5px;}
.shopping-cart .cell.product_name p {width: calc(100% - 160px);letter-spacing: 0.1em;font-weight: 400;line-height: 1.5;color: #000;}

.car_page .information_left {display: block;position: absolute;bottom: 0;width: 50%;}
.contact_le_map a {background: #221e1f;border-radius: 5px;}
.contact_le_map a b {letter-spacing: 0.1em;font-weight: 400;}

.total_amount .rewrite_simple, .total_amount .send_simple {width: 49%;max-width: unset;border-radius: 5px;letter-spacing: 0.1em;}
.total_amount li {margin: 15px 0;color: #000;letter-spacing: 0.08em;}
.total_amount li input[name=DiscountCode] {padding: 5px 10px;text-align: center;}
.rewrite_simple {background: #978372 url(../images/simple_left.png) 10% center no-repeat;}
.send_simple {background: #190e07 url(../images/simple_right.png) 88% center no-repeat;}

@media screen and (max-width: 1200px) {
.car_page .information_left {width: 40%;}
}
@media screen and (max-width: 1024px) {
.total_amount {width: 100%;}
.car_page .information_left {position: relative;width: 100%;padding-top: 30px;}
}
@media screen and (max-width: 768px) {
.shopping-cart .cell:before {font-weight: normal;padding-bottom: 10px;color: #221e1f;}
.amountNum {height: 20px;line-height: 1;}
.shopping-cart .cell.amount:last-child {border-bottom: unset;}
.total_amount .rewrite_simple, .total_amount .send_simple {width: 48%;}
}

@media screen and (max-width: 450px) {
.small_pic {width: 75px;height: 75px;}
.shopping-cart .cell.product_name p {width: calc(100% - 90px);}
.car_page .information_left {padding-top: 0;}
.shopping-cart .cell:before {text-align: left; width: 50px;}
.amountNum {text-align: right;}
}

/*訂購資料*/
.separate_title {font-size: 16px;letter-spacing: 0.08em;color: #000000;padding: 10px;background: #fbf6f2;}
.formbox_form {margin-top: 15px;margin-bottom: 15px;color: #000000;font-size: 16px;}
.formbox_form li .form__label {letter-spacing: 0.08em;}
.form label .inputbox {filter: hue-rotate(300deg);}
.border200 {width: 100%;border: unset;padding: 5px 10px;border-radius: 5px;background: #f5f5f5;letter-spacing: 0.08em;}
.longer {width: 100%;}
.form label {color: #000000;}
.form label .inputbox {margin-right: 8px;top:2px;}
.form label.Bigcheck .inputbox {background-size: contain;}
.form label .inputbox.Big { width: 18px;height: 17px;}

/*匯款通知*/
.form_content {padding: 50px 0;max-width: unset;letter-spacing: 0.1em;}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */


/*聯絡我們*/
.contact_editbox, .contact_content {padding: 0;}
.information_left, .information_right {padding: 0;}
.list_before {margin-top: 0;margin-bottom: 30px;font-size: 15px;color: #000;letter-spacing: 0.05em;}
.list_before.info li {padding-left: 80px;margin: 15px 0 0;letter-spacing: 0.1em;color: #000;}
.list_before.info li:before {width: 90px;}
li.info_TEL, li.info_TAXID, li.info_ADD {display: none;}
.info_PHONE:before {content: "服務專線";}
.info_MAIL:before {content: "服務信箱";}
.list_before li+li {margin-bottom: 15px;padding-bottom: 15px;border-bottom: 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 {
    font-size: 15px;font-weight: 400;letter-spacing: 0.1em;color: #000;}

.contact_le_nomap {border-radius: 10px;overflow: hidden;}

.contact_content .information_left {width: 30%;}
.contact_content .information_right {width: 65%;max-width: 1000px;padding-left: 0;}
.contact_content form {display: flex;justify-content: space-between;flex-wrap: wrap;}
.blank_letter {padding-top: 0;font-family: 'Barlow';font-weight: 500;padding-bottom: 30px;font-size: 25px;color: #000;letter-spacing: 0.1em;}
.note {letter-spacing: 0.08em;padding-left: 15px;}
.contact_form {display: flex;flex-wrap: wrap;justify-content: space-between;gap: 15px;
    margin-top: 0;margin-bottom: 0;font-size: 16px;color: #000000;}
.contact_form li {width:100%;padding-left: 0;grid-template-columns: unset;grid-gap: 5px;}
.contact_form li .form__label {max-width: unset;display: flex;width: 100%;text-align: right;margin-left: 0;letter-spacing: 0.08em;
    padding-right: 0;vertical-align: top;flex-direction: row-reverse;justify-content: flex-end;}
.contact_form li input.noborder, .contact_form li textarea.noborder {width: 100%;border-radius: 5px;
    border: 0;padding: 10px;background: #f5f5f5;color: #000;letter-spacing: 0.08em;}
.form select {color: #000000;letter-spacing: 0.08em;width: 100%;padding: 9px 30px 7px 10px;margin-right: 0;margin-bottom: 5px;border-radius: 5px;}
.contact_form li.last {width: 100%;justify-content: space-between;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 10px;border: unset;width: 49%;max-width: unset;border-radius: 5px;}
.contact_form li.last cite {background: #FFA3AF;color: #000000;}
.contact_form li.last blockquote {background: #FFEE93;color: #000000;}
.contact_form li.last blockquote:hover, .contact_form li.last cite:hover {background: #ffffff;}
.contact_form li.last blockquote:hover input, .contact_form li.last cite:hover input {letter-spacing: 5px;}

@media screen and (max-width: 1024px) {
.contact_content .information_left {width: 40%;}
.contact_content .information_right {width: 55%;}
}
@media screen and (max-width: 768px){
.contact_content form {flex-direction: column;align-items: center;}
.contact_content .information_left, .contact_content .information_right {width: 100%;}
 .contact_content .information_right {padding: 0;}
.blank_letter {padding-bottom: 15px;font-size: 22px;}
}
@media screen and (max-width: 600px){
.blank_letter {padding-bottom: 20px;font-size: 20px;}
.contact_form li .form__label {font-weight: normal;padding: 0;background: unset;font-size: 15px;}
}
@media screen and (max-width: 450px){
.blank_letter {font-size: 20px;}
.contact_form li .form__label {font-size: 14px;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 5px;}
}


/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */




