@charset "utf-8";
  @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap');/*font-family: "Zen Maru Gothic", serif;*/
  @import url('https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap');
  


body{
	overflow-x:hidden;
	font-family:"Noto Sans JP", sans-serif"Noto Serif TC","Noto Sans TC","Source Sans Pro","微軟正黑體","arial","sans-serif";
	font-weight: 400;
  letter-spacing: 1px;
}
/*
關於CSS設定說明
CSS屬性是會繼承的，而且還是由上往下繼承。
同樣元素設定16px 後 12px 再 15px 最後會以最後設定的15px為準
但是有兩種情況除外:
1.絕對路徑命名. 如: .xx .yy .zz p {設定值;}
2.important.  如: .xx p {設定值 !important;}

CSS3選取器語法 :nth-child(n) 

*/
.edit_part { padding: 0;}
.me_tp_features {display: none;}
.path p, .path p a {display: none;}
.other_select_page .promotion_title {display: none;}
.other_select_page .other_promotion {display: none;}
#content{
  margin: 0;
  background: url(https://pic03.eapple.com.tw/qinlinclinic/bg.jpg)no-repeat;
  background-size: cover;
  background-attachment: fixed;}
/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */
.header_area {padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: unset;}
    .header_area {padding: 0;
      top: 0;
      left: 0;
      width: 100%;
      background: unset;}
.header_area.sticky {background: unset;}
.nav-brand img {margin-top: 10px;width: 100%;}

/*.album_class_page .stellarnav > ul > li > a {color: #fff;}
.album_class_page .nav-brand {filter: contrast(0) brightness(100);}
.album_class_page .header_area.sticky .nav-brand {filter:none;}

.blog_page .stellarnav > ul > li > a {color: #fff;}
.blog_page .nav-brand {filter: contrast(0) brightness(100);}
.blog_page  .header_area.sticky .nav-brand {filter:none;}*/
/*選單最大寬度設定*//*
.main_header_area .container {    max-width: 95%;}
*/
.pageIndex .header_area {padding: 0;background: none;}
.nav-brand img {margin-top:0px;width: 100%;filter: contrast(0) brightness(100);}
.sticky .nav-brand img {filter: none;}
/*上方選單解除滑動固定
.header_area.sticky { position:relative;}
*/
.navigation {width: 80%;margin: 30px;grid-template-columns: unset;justify-items: left;}

.pageIndex .header_area{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;}
.pageIndex .header_area.sticky .stellarnav.desktop .menu-toggle span.bars span{background: #49D2C1;}
.pageIndex .header_area.sticky .main_header_area {
  background: rgb(143 143 143 / 17%);
    backdrop-filter: saturate(93%) blur(7px);}

.pageIndex .main_header_area {
    background: linear-gradient(180deg, #00000078, #00000000);
    transition: all ease .6s;}
.main_header_area .container {  max-width: 80%;padding: 0;margin: unset;}
.nav-header {top: 4px;}
.nav-brand {width: 250px;}
.bannerindex .swiper-pagination, .stellarnav li.has-sub > a:after {display: none;}
.stellarnav li li {font-size: 13px;}
/*次分類*/
/*側邊選單設定*/

.stellarnav > ul > li > a {color:#666;letter-spacing: 3px;}
.stellarnav > ul > li > a {margin: 10px 5px;}
/*選單設定*/
.header_area .main_header_area {
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: all 0.5s;}

.header_area.sticky .main_header_area {
    height: 0px;
    transition: all 0.5s;}



.header_area .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile .me_tp_features{
    display: block;
    position: fixed;
    top: 40px;
    right: 3%;
    transition: all 0.5s;
    pointer-events: all;}

.header_area.sticky  .stellarnav .menu-toggle,.stellarnav .call-btn-mobile, .stellarnav .location-btn-mobile {
    top: 35px;
    transition: all 0.5s;}

/* 漢堡 */
.stellarnav.desktop .menu-toggle span.bars span {
    display: block;
    position: relative;
    width: 34px;
    height: 2px;
    border-radius: 6px;
    background: #ffffff;
    margin: 0 auto 6px;
    left: 0;
    transition: 0.5s;}

.header_area.sticky  .stellarnav.desktop .menu-toggle span.bars span {background: #49D2C1;}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(1) {left: -10px;transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);}
.stellarnav.desktop .menu-toggle span.bars span:nth-child(2) {opacity: 1; transition: all 1s;}
.stellarnav.desktop .menu-toggle:hover span.bars span:nth-child(3) {
    left: 10px;
    transition: all  0.85s cubic-bezier(0.68, -0.55, 0.265, 1.55);}

.stellarnav > ul > li > a b {text-align: left;}

/* 漢堡關 */
.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(1) {
    left: 0;
    transform: rotate(45deg);
    transition: all 1s;}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(2) {opacity: 0; transition: all 1s;}

.stellarnav.desktop.active .menu-toggle span.bars span:nth-child(3) {
    transform: rotate(315deg);
    left: 0;
    top: -16px;
    transition: all 1s;}

.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(1) {transform: rotate(-55deg);transition: all 1s;}
.stellarnav.desktop.active .menu-toggle:hover span.bars span:nth-child(3) {transform: rotate(225deg);transition: all 1s;}

/* 未開啟 */
.stellarnav.desktop > ul {
    display: none !important;
    margin: 0;
    padding: 0;
    text-align: center;
    background: transparent;
    position: relative;
    top: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    z-index: -5;
    transition: all 0.3s;}

.stellarnav.desktop{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    pointer-events: none;
    transition: 1s;}

.stellarnav.desktop::before{
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    z-index: -5;
    line-height: normal;
    background-color: transparent;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: 1s;}

/* 開啟 */
.stellarnav.desktop.active > ul {
    display: flex !important;
    transition: all 0.3s;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    pointer-events: all;
    width: 20%;
    height: 670px;
    background: transparent;
    padding: 1% 1%;
    padding-top: 130px;
    border-radius: 0 0 0 30px;}

.stellarnav.desktop.active > ul::before {
    content: "";
    display: block;
    width: 100%;
    height: 3000px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgb(255 255 255 / 70%);}
    
    .stellarnav.desktop.active {
        width: 100%;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-end;
        align-content: flex-end;}

.stellarnav.desktop.active::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0000002b;
    border-radius: 0;
    backdrop-filter: blur(5px);
    opacity: 1;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);}

.stellarnav.mobile ul {background: #fffffff5;}
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu {background: none;}

@media screen and (max-width:1200px) {
.stellarnav.desktop.active > ul {width: 25%;}}

@media screen and (max-width:1020px) {
    .stellarnav.desktop.active > ul {width: 35%;}}

@media screen and (max-width:768px) {
.element.style {display: flex;flex-direction: column;}}

@keyframes nav-left {
    0%{
        left: 590px;
    }
    100%{
        left: 0;
    }}

@keyframes line-up {
    0%{
        height: 0%;
    }
    100%{
        height: 100%;
    }}

.stellarnav ul ul {
  top: auto;
  width: 100%;
  position: relative;
  z-index: 9900;
  text-align: left;
  display: none;
  background: transparent;
  opacity: 1;
  animation: 0.3s ul-show forwards linear;
  color: #999;
  font-size: 15px;}

.stellarnav li li {border: none;padding-left: 13px;}
.stellarnav li li:hover {left: 5%;transition: ease .3s;}
.stellarnav li li a:hover {color:#49D2C1;}

/* BAR */
.stellarnav .menu-toggle:after {display: none;}

/*other page*/
.header_area {padding: 0;}

.stellarnav > ul > li > a {
    transition: all 0.3s;
    color: #222;
    font-size: 15px;
    letter-spacing: 2px;
    padding: 0px 25px 0 25px;
    margin: 5px 0 0 0;
    border-right: none;
    font-weight: 600;}

.main_header_area {
  background: rgb(143 143 143 / 17%);
  backdrop-filter: saturate(93%) blur(7px);}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #333;}
.stellarnav a.dd-toggle .icon-plus:after {border-bottom: solid 3px #333;}
.stellarnav .menu-toggle span.bars span {background: #fff;}
.sticky .stellarnav .menu-toggle span.bars span {background: #49D2C1;}

@media screen and (max-width:1200px) {
  .main_header_area .container {padding: 0 30px;}
    .pageIndex .stellarnav > ul > li > a { padding: 0px 10px;}}

@media screen and (max-width: 1024px) {
        .navigation {align-items: unset;}
    .main_header_area .container {padding: 0;}
.stellarnav > ul > li > a {margin: 15px 0 0 0;padding: 0px 15px 0 15px;}}

@media screen and (max-width: 768px) {
.pageIndex .stellarnav.mobile > ul > li > a.dd-toggle {
        margin: 0;
        padding: 25px 0;}
.pageIndex  .stellarnav > ul > li > a {
    padding: 25px;
    margin: 0;color: #727171;}
.stellarnav > ul > li > a {
        padding: 25px;
    margin: 0;color: #727171;}
.pageIndex .header_area.sticky .main_header_area {backdrop-filter:unset;}
.main_header_area {backdrop-filter:unset;}
.stellarnav.mobile.left .close-menu {background: #49D2C1;color: #fff;}}

.stellarnav.mobile > ul > li > a.dd-toggle { margin: 0;padding: 25px 0;}
.stellarnav.mobile > ul > li > a { padding: 25px;}
.stellarnav a.dd-toggle .icon-plus::after {border-bottom: solid 3px #727171;}
.stellarnav a.dd-toggle .icon-plus:before {border-bottom: solid 3px #727171;}
.stellarnav .icon-close:after {border-bottom: solid 3px #fff;}
.stellarnav .icon-close::before {border-bottom: solid 3px #fff;}

@media screen and (max-width: 500px) {
.header_area .main_header_area {position: sticky;height: auto;}
.header_area .main_header_area {position: sticky;}
.nav-brand img {filter: none;}
.stellarnav .menu-toggle span.bars span {background: #4ad3c2;}
.navigation {margin: 0px;}
.pageIndex .header_area {position: sticky;}
.header_area {position: sticky;}
.header_area .stellarnav .menu-toggle{top: 15px;}
.main_header_area .container { max-width: 100%;background: #fff;}
.header_area.sticky .stellarnav .menu-toggle{top: 15px;}
.nav-brand {width: 200px;padding: 5px;}
.module_i_news ul {grid-template-columns: 1fr 1fr;}}

/*footer*/
.footer_info li p.mail:before {content: 'Mail：';}
.footer {background:#f8f8f8; padding: 80px 0 0;}
.center {max-width: 1400px;padding: 0 4%;}
.footer_logo {width: 280px; margin: 0;}

.footer_logo img {
    max-width: 100%;
    display: block;
	max-width: 250px;}

.footer_info {display: flex;flex-direction: row;}
.footer_info, .footer_info li {padding: 0;}

.footer_info ul {
    letter-spacing: 0;
    display: flex;
    flex-flow: row wrap;
    width: calc(100% - 100px);
    margin-bottom: 40px;
    padding-left: calc(55% - 325px);
    flex-direction: row;}

.footer_info li:before {
    color: #727171;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 36px;
    display: block;}

.footer_info li:nth-child(1):before {content: "聯絡資訊";}
.footer_info li:nth-child(2):before {
    content: "網站連結";
    left: 0;
    position: absolute;}

.footer_info li:nth-child(1) {width: calc(100% - 215px);}

.footer_info li p {
    letter-spacing: .3px;
    color: #727171;
    line-height: 175%;
    display: block;
    margin-bottom: 15px;
    font-weight: 400;}

.footer_info li p a {color: #727171;width: max-content;}
.footer_info li p:before {color: #727171;font-weight: 400;}
.footer_info li:nth-child(2) {width: 190px;position: relative;}

.footer_menu {
    margin-top: 59px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 13px 60px;}

.footer_menu a {
	padding: 0;
	border: none;
	color: #727171;
	background: transparent;
	width: max-content;
	text-align: left;
	margin: 0;
	line-height: 175%;
	transition: all 0.3s;}

.footer_menu a:hover {background: transparent;color: #ff94a6;}
.footer_menu a:first-of-type {display: none;}
.copy, .copy a, .copy a:hover {color: #fff;}

.copy {
    font-size: 13px;
    white-space: inherit;
    padding: 5px 0;
    border-top: none;
    background: #4ad3c2;}

.box_link {display: none;}
.info_fix_links {display: flex !important;}
.info_fix>span {display:none;}

@media screen and (max-width: 768px) {
    .footer.with_shopping_mode { padding:40px 0 59px; }
    #to_top { bottom:68px;}
    .center {padding: 0 6%;}
    .footer_logo { width: 220px;}

    .footer_info ul {
        width: 100%;
        margin-bottom: 60px;
        margin-top: 44px;
        padding-left: 0; }

    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2) { width: 50%;}

    .footer_info li:before {padding-bottom: 20px;font-size: 18px;}
    .footer_menu {margin-top: 40px; grid-gap: 18px 0;}
    .list_before {padding-bottom: 1px;}
    .footer_info {      flex-direction: column;}}
    
    @media screen and (max-width: 600px) {
    .footer_info li:nth-child(1),
    .footer_info li:nth-child(2){width: 100%;}
    .footer_menu {grid-gap: 16px 0;}
    .footer_info li:nth-child(2) {margin-top: 36px;}
    .footer_logo img {max-width: 200px;}
    .footer_info ul {margin-top: 10px;}}


/*內頁BANNER 設定*/
.banner {
    background-image: url(https://pic03.eapple.com.tw/qinlinclinic/banner-01.jpg );
    background-attachment: fixed;
    width: 100%;
    padding: 0;
    height: 0;
    padding-bottom: 35%;
    background-size: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;}

.banner h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Zen Maru Gothic", serif;
    color: #fff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: .3em;
    text-indent: .3em;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px #fff solid;
    justify-content: center;
    align-items: center;
    flex-direction: column;}
    
.banner h5::before {
    content: "";
    display: block;
    color: #fff;
    letter-spacing: .2em;
    text-indent: .2em;
    font-family: 'Noto Serif TC';
    font-size: 20px;}

.banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background:linear-gradient(to top, #557b81 0, #9999995c 50%, transparent 80%) 0 0 no-repeat;}

@keyframes banner-line {
  0%{
      width: 0;
      opacity: 0;
  }
  75%{
      width: 300px;
      opacity: .5;
  }
  100%{
      width: 300px;
      opacity: 1;

  }
}

@keyframes banner-text {
  0%{
      opacity: 0;
  }
  100%{
      opacity: 1;
  }
}
/* = 分隔線 = */
.other_select_page .banner.banA {display: none;}
.banner.banB {display: none;}

.banner.banA h5::before{content: "NEWS";}
.banner.banA {background-image: url(https://pic03.eapple.com.tw/qinlinclinic/banner-01.jpg );}

.banner.banblog h5::before{content: "INFORMATION";}
.banner.banblog {background-image: url(https://pic03.eapple.com.tw/qinlinclinic/banner-02.jpg );}

.banner.banC h5::before{content: "CONTACT US";}
.banner.banC{background-image: url(https://pic03.eapple.com.tw/qinlinclinic/banner-03.jpg );}

@media screen and (max-width: 768px) {
.banner h5 {font-size: 30px;}}

/*浮動小改*/ 
a.info_fix_default.info_fix_mail{display: none;}
.info_fix_links a:hover {background: #4ad3c2;}

/*聯絡我們*/ 
.blank_letter {
    font-family: "Zen Maru Gothic", serif;
    color: #111111;
    font-weight: 500;}
.contact_le_map a {background: #4ad3c2;}
.contact_form li.last blockquote, .contact_form li.last cite { border: none;}
.contact_form li.last cite {background: #4ad3c2;}
.contact_form li.last blockquote, .contact_form li.last cite {padding: 1px 0;}

.contact_page .main_part {
    width: 100%;
    max-width: 80%;
    margin: auto;
    padding: 100px 0;}

.blank_letter {
    display: flex;
    text-align: left;
    letter-spacing: 5px;
    align-items: flex-end;
    padding-top: 0;}

.blank_letter.i {
    display: flex;
    text-align: left;
    letter-spacing: 5px;
    align-items: flex-end;}

.list_before.info li {
    display: flex;
    margin: 10px 0;
    padding-left: 0;
    letter-spacing: 0.1em;}

.contact_form li .form__label {
    display: inline-block;
    width: 100%;
    text-align: left;
    margin-left: 0;
    padding-right: 0;
    vertical-align: top;
    color: #727171;
    margin: 0;
    position: relative;}

.contact_content {
    margin: auto;
    padding: 0;
    max-width: 1000px;}

.contact_content form {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;}

.contact_content .information_left {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 120px;}

.contact_content .information_right {
    width: 100%;
    padding: 0;
    background: transparent;}

.clearfix:before,.clearfix:after {display: none;}
.contact_form {
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 15px;
    color: #fff;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 50px;}

.contact_form li input.noborder {
    border: 0;
    border-bottom: 1px #ddd solid;
    background-color: transparent;
    padding: 10px 0;}

.contact_form li textarea.noborder {border: 1px #ddd solid;background-color: #ffffff1f;}
.contact_form li {
    width: calc(100% / 2 - 30px);
    padding: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: flex-start;
    position: relative;}

.contact_form li .form__insert {text-align: center;}
.contact_form li:nth-last-of-type(2) {
    padding: 0;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    margin: 20px 0 10px;}

.contact_form li:nth-last-of-type(2) .form__label {
    width: fit-content;
    margin: 0;
    margin-right: 20px;}

.contact_form li:nth-last-of-type(2) .form__insert {width: auto;}
.red {color: #4ad3c2;letter-spacing: 0;}
.blank_letter.f span {margin-left: 20px;}
.contact_form li.last {
    display: flex;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    padding-left: 0;
    flex-direction: row;
    justify-content: center;}

.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 {
    position: relative;
    font-weight: 200;
    letter-spacing: 2px;
    margin-right: 20px;}

.list_before { display: flex; flex-direction: column;}
.contact_le_nomap {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;}

@media screen and (max-width: 768px) {
    .contact_content form {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: flex-start;}
        .contact_le_nomap {position: static;}
    .contact_form li {width: 100%;}

    .contact_content .information_left {width: 100%;}
    .contact_content .information_right { width: 100%;}}

.accordion li+li .link {border: 0;}

/*文章管理*/ 
.module_i_news li a:before {color: #49d2c1;}
.module_i_news li a:after {border: 1px #49d2c299 solid;}
.module_i_news .title_i_box h4 {
    font-family: "Zen Maru Gothic", serif;
    font-size: 30px;
    color: #111111;
    font-weight: 500;}
.module_i_news .title_i_box h6 {color: #49D2C1;font-family: 'Noto Serif TC';font-size: 20px;}
/*首頁顯示文章*/
.animated-arrow {
    height: 45px;
    width: 200px;
    background: #49D2C1;}
  .i_blog_ri h5 {color: #222;font-family: "Zen Maru Gothic", serif;}
  .module_i_news .title_i_box h4 {color: #222;letter-spacing: 5px;}
  .i_blog_b {margin-top: 30px;}
  .module_i_news ul {display: grid;gap: 10px;grid-template-columns: 1fr 1fr 1fr 1fr;}
  .module_i_news li , .subbox_item {width: 100%;}
  .module_i_news li a {padding: 5px;display: flex;flex-direction: column;}
  .subbox_item a {padding: 5px;}
  .i_blog_ri p {-webkit-line-clamp: 1;}
  .module_i_news li a:after , .subbox_item a:after{pointer-events:none;}
  .i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
  .i_blog_le , .blog_list_le{    position: relative;    padding-bottom: 100%;    height: 0;}
  .i_blog_le img , .blog_list_le img{
      display:block;
      max-width: 100%;
      min-width: 100%;
      height: 100%;
      object-fit: cover;
      -moz-object-fit: cover;
      -ms-object-fit: cover;
      -o-object-fit: cover;
      -webkit-object-fit: cover;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);}
  .i_blog_le, .i_blog_ri , .blog_list_le , .blog_list_ri {    width: 100%;}
  .module_i_news ul{width: 100%;	grid-template-columns:1fr 1fr 1fr 1fr;}

  .module_i_news_list, .module_i_news_list.swiper {display: flex;justify-content: center;}
  .module_i_news_list{padding: 0;}

/*文章設定*/
.subbox_item a {grid-template-columns: 1fr;}
.blog_box_edit * {
    line-height: 200%;
    letter-spacing: 2px;
    font-size: 16px;
    color: #727171;
}
.blog_back a.article_main_header_area_back {background: #02642F;}

.blog_le .accordion>li:hover,
.blog_le .accordion>li.on_this_category {background: transparent !important;}

.share_page .edit {
    text-align: justify;
    line-height: 180%;}

.subbox_item a:before,
.subbox_item a:after {transition: 0.3s;}

.blog_le .accordion>li {
    width: 100%;
    position: relative;
    text-align: center;
    transition: all 0.3s;}

.blog_box_edit {line-height: 180%;font-family: "微軟正黑體";}

h4.blog_category_title {color: #333;}

.link a {
    width: 100%;
    display: block;
    padding: 15px 10px;}

.accordion li .link { padding: 0;}

.blog_page .main_part {
    width: 100%;
    max-width: 60%;
    margin: auto;
    padding: 0px;}

/* ===== */
.blog_box {
    margin-top: 70px;
    min-height: 20vw;
    padding: 0px;
    display: flex;
    flex-direction: column;}

.blog_le {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;justify-content: space-around;}

h5.blog_le_t {
    display: none;
    font-size: 24px;
    font-weight: 500;
    color: #9d8164;
    font-family: serif;
    letter-spacing: 2px;
    margin-bottom: 80px;
    width: auto;
    font-family: 'Noto Serif TC', 'Zen Maru Gothic', sans-serif, arial;}

.blog_search {
    width: 90%;
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;}

.blog_search form {position: relative;}

.blog_le .accordion {
    list-style-type: none;
    margin: auto;
    border-radius: 0;
    border: none;
    overflow: visible;
    width: 95%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-around;
    border-top: 1px #49d2c15c solid;}

.accordion li .link a {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    padding: 5px 10px;
    transition: all 0.3s;}

.blog_le .accordion>li:hover .link a,
.blog_le .accordion>li.on_this_category .link a {
    color: #333 !important;
    transition: all 0.3s;}

input[type="search"]::placeholder {color: #333;}

.accordion li::before {
    content: "";
    display: block;
    background-color: #49D2C1;
    height: 2px;
    width: 0%;
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;}

.accordion li:hover:before,
.blog_le .accordion>li.on_this_category::before {
    width: 95%;
    transition: all 0.5s;}

.blog_search input[type=search] {border-radius: 0;}

.blog_search input[type=submit] {
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    width: 38px;
    height: 38px;
    background: url(https://pic03.eapple.com.tw/purplebeauty/search_icon.svg) no-repeat;
    border: none;
    background-size: 20px;
    filter: brightness(100);
    background-position: center;
    transition: all 0.3s ease-in-out;}

.blog_search input[type="submit"]:hover {
    transition: all 0.3s ease-in-out;
    transform: translateY(-5px);}

.blog_search input[type=search] {color: #333;}
.blog_search input[type=search]:focus {color: #333;}
.blog_page .main_part {max-width: 1440px;}
.blog_list_le,.blog_list_ri {width: 100%;}

.subbox_item {
    width: calc(100% / 3);
    padding: 0px;}
.articel_mainPic img {display: none;}
.blog_shareData {justify-content: flex-end;}
h4.blog_category_title {margin-bottom: 0;font-size: 24px;color: #222;font-weight: 500;letter-spacing: 5px;}
.blog_ri {padding: 0;} 
.blog_back a.article_btn_prev,.blog_back a.article_btn_next,.blog_back a.article_btn_back {
    background: none;
    color: #333;
    letter-spacing: 1px;}
.blog_back a {width: auto;}
    
.blog_back {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;}
    
.blog_back:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #00000017;
    bottom: 56px;} 

@media screen and (max-width: 1024px) {
    .subbox_item {
        width: 50%;
    }}

@media screen and (max-width: 600px) {
    .module_i_news ul {grid-template-columns: 1fr 1fr;}
    .subbox_item {
        width: 100%;
    }}


/* --- */
.blog_ri {
    width: 100%;
    max-width: 1200px;
    margin: auto;}

.subbox_item {
    width: 100%;
    position: relative;
    border-bottom: 0.3px #ffffff31 solid;
    display: flex;
    flex-direction: row;
    align-items: center;}

.subbox_item::before,
.subbox_item::after {
    content: "";
    display: inline-block;
    width: 0.5px;
    background-color: #f8f8f8;
    height: 85%;
    vertical-align: middle;
    opacity: 1;
    transition: all 0.3s;}

.subbox_item:hover:before,
.subbox_item:hover:after {
    opacity: 0;
    transition: all 0.3s;}

.subbox_item a:before {
    right: 30px;
    opacity: 1;
    font-size: 15px;}

.subbox_item a:after {
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #f8f8f8d4;
    opacity: 0;
    transition: all .5s;
border: none;}

.subbox_item a {padding: 10%;width: 100%;}

.blog_list_ri h5 {
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 20px;
    color: #333;
    font-family: "Zen Maru Gothic", serif;}

.blog_list_le img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    aspect-ratio: 9 / 9;
    object-fit: contain;
    background: #3E3047;}

.blog_list_ri em {color: #444;}
.blog_list_ri p {color: #444;}
.subbox_item a:before {color: #49D2C1;}
.blog_back {margin-top: 80px;}
.blog_shareData {justify-content: flex-end;}
.articel_mainPic img {display: none;}

@media screen and (max-width: 1440px) {
    .blog_page .main_part {
        max-width: 80%;
    }
}

@media screen and (max-width: 500px) {
.blog_search {width: 100%;justify-content: center;}}

/*促銷方案/＝＝＝＝＝*/
.promotions_page .main_part { max-width: 1200px;}
.other_promotion {grid-template-columns: 1fr;}
.news_part {    width: 90%;}
.news_list ul li a:hover { background: #49D2C1;}
.news_list ul li p:after {background: none;padding: 3px 5px;border-radius: 5px;}
.news_part .title_i_box h6 {
  font-family: "Zen Maru Gothic", serif;
  font-size: 90px;
  font-weight: 900;}
.news_part {
  max-width: 1300px;
  margin: auto;
  padding: 90px 0;}
.news_part .title_i_box h4 {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 4px;
}
.edit{letter-spacing: 2px;line-height: 30px;color: #727171;font-size: 16px;}
.promotion_title h2 {
letter-spacing: 5px;
  font-family: "Zen Maru Gothic", serif;
  color: #49D2C1;
  font-weight: 500;
  margin-left: 15px;}
.other_promotion li {width: 100%;}
.other_promotion li a:hover {background:none;}
.other_promotion li a {margin: 5px 0;display: flex;gap: 15px;}
.pmtTitle {
  display: flex;
  flex-direction: row;
  gap: 20px;}
/*按鈕/＝＝＝＝＝*/
.animated-arrow {background:#49D2C1;margin-top: 50px;}