@charset "utf-8";
/* = = = 網站全域設定 = = = = = = = = = = = = = = = = = = = = = = = = = = =*/

/*#1E2A38 /*網站主要色系
  #113B2F /*網站輔助色系1
  #30475E /*網站輔助色系2*/





/*MENU-CART*/
.stellarnav > ul > li:last-of-type , .footer_menu a:last-child {    display: none;}




/*校稿版面設定*/
.services_page .main_part, .pageIndex .main_part, .other_page .main_part, .other_select_page .main_part{ width: 100%; max-width:100%; margin: auto; padding:0px; margin-top:-1px;}
.show_content { width: 100%; padding:0px; top:-1px;}
.edit_part { max-width: 100%; margin: 0; padding: 0px;}

/*頁面內容*/

#content {
	background-image: url(https://pic03.eapple.com.tw/hongcyun/bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #EAEAEA;
}
.module_i_news { }
.path { display: none;}
.other_page #content, .other_select_page #content { min-height: auto;}

/*SubMenu*/
.me_tp_features { display:none;}/*隱藏整列*/
.shop_search_btn { background: #1E2A38;}
.tp_links a { display: none;}/*隱藏選單按鈕連結*/
.tp_links a:hover { color: #1E2A38;}

/*.box_search { display:none;}隱藏購物車搜尋欄*/
/*.me_tp_features a.tp_btn_cart { display: none;}隱藏購物車*/
/*.me_tp_features a.tp_btn_notice { display: none;}隱藏匯款通知*/

/*按鈕*/
.animated-arrow { background: #113B2F;  transition: .3s ease-in-out;}
.animated-arrow:hover {opacity: 75%; transition: .3s ease-in-out;}

/*頁碼*/
.page { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; width: 100%; margin: 40px auto;}
.page li { display: flex; margin: 3px; width: 30px; height: 30px; line-height:30px; align-items: center; justify-content: center;}
.page li.activeN { background: #666; border-radius: 100%; color: #fff; font-weight: 600;}
.page li a { display: block; width: inherit; height: inherit; line-height: inherit; padding: 0; color: #ccc; transition:all 0.3s;}
.page strong, .page a:hover { background: #1E2A38; border: 1px solid #1E2A38;}

/* = = = 預設解除背景輪播 = = = = = = = = = = = = = = = = = = = = = = = = = */

#content_main { margin:0;}
.bannerindex { position:static; height:auto;}
.swiper-banner { position:static; margin:0; height:auto;}
.swiper-slide img { height:auto;}
@media screen and (max-width: 768px) {
    .bannerindex { padding:0; margin:0;}
}

/* = = = Index banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

@media screen and (max-width: 768px) {
/* 行動裝置相容性調整 大圖調整 */
.swiper-slide img { animation-fill-mode: none; -webkit-animation-fill-mode: none;}
}

.swiper-slide:before {
    content: "";
    position: absolute;
    z-index: 999;
    pointer-events:none;
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-slide:nth-child(1):before {
    width: 35%;
	background-image: url(https://pic03.eapple.com.tw/035516164/p01.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 70%;
    left: 60%;
}

.swiper-slide:nth-child(2):before {
    width: 32%;
    background-image: url(https://pic03.eapple.com.tw/035516164/p02.png);
    aspect-ratio: 1/1;
    height: auto;
    top: 70%;
    right: 60%;
}

.swiper-slide.swiper-slide-active:nth-child(1):before {
    animation: ani_RtoL 1.5s 0.5s both;
}

.swiper-slide.swiper-slide-active:nth-child(2):before{
    animation: ani_LtoR 1.5s 0.5s both;
}

/*大圖2色塊動畫*/
.swiper-slide:nth-child(1):after{
    content: "";
    position: absolute;
    width: 43%;
    height: 0;
    bottom: 0;
    z-index: 2;
    right: 0;
}
.swiper-slide:nth-child(2):after{
    content: "";
    position: absolute;
    width: 43%;
    height: 0;
    bottom: 0;
    z-index: 2;
    left: 0;
}

.swiper-slide.swiper-slide-active:after{animation: ani_color 1.5s 1s both;}

.swiper-slide:nth-child(2):after {  background: rgb(255 255 255 / 40%);}
.swiper-slide:nth-child(1):after {  background: rgb(0 0 0 / 50%);}

@keyframes ani_RtoL {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
  }

  @keyframes ani_LtoR {
    0% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
              opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
              opacity:1;
    }
  }

  /*大圖2色塊動畫*/

  @keyframes ani_color {
    0% {height: 0;}
    100%{height: 100%; opacity:1;}
}

  

/* = = = banner = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */



/*Banner/＝＝＝＝＝*/

.banner {
    position: relative;
    height: min(max(40vw, 220px), 420px);
    overflow: hidden;
    background: var(--MainColor);
    display: flex;
    align-items: flex-end;
}
.banner:before {
    content: "";
    background-image: linear-gradient(180deg, #24315900 40%, #2431594d 65%), url(https://pic03.eapple.com.tw/hongcyun/ban-F.jpg);
    position: absolute;
    z-index: 0;
    animation-duration: 5s;
    background-size: cover;
    background-position: center;
    animation: bgScroll 30s linear infinite;
    width: 110%;
    height: 100%;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
}

.banB:before{    background-image: linear-gradient(180deg, #24315900 40%, #2431594d 65%), url(https://pic03.eapple.com.tw/hongcyun/ban-B.jpg);}
.banF:before{    background-image: linear-gradient(180deg, #24315900 40%, #2431594d 65%), url(https://pic03.eapple.com.tw/hongcyun/ban-D.jpg);}
.banblog:before{    background-image: linear-gradient(180deg, #24315900 40%, #2431594d 65%), url(https://pic03.eapple.com.tw/hongcyun/ban-banblog.jpg);}
.promotions_page .banA:before{    background-image: linear-gradient(180deg, #24315900 40%, #2431594d 65%), url(https://pic03.eapple.com.tw/hongcyun/ban-A.jpg);}
.banner h5 {
    padding: 0 5%;
    margin: 0 auto;
    position: relative;
    text-align: left;
    width: calc(1600px - 13%);
    color: #fff;
    font-size: min(max(3vw, 18px), 25px);
    z-index: 1;
    font-family: var(--SFont);
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-end;
}
.banner h5:before {
    color: #fff;
    font-size: 120px;
    line-height: 100%;
    content: "HONG QUN";
    display: block;
    font-size: min(max(7vw, 38px), 90px);
    font-family: var(--SFontEN);
}
.other_select_page .banA h5:before {    content: "SERVICE";}
.promotions_page .banA h5:before {    content: "NEWS";}
.banner.banblog h5:before {    content: "WORKS";}
.banF h5:before {    content: "PRODUCTS";}
.banC h5:before {    content: "CONTACT";}


@keyframes bgScroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    50% {
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%);
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}



@media screen and (max-width: 768px) { .banner h5 { font-size: 28px;}}
@media screen and (max-width: 600px) { .banner h5 { font-size: 24px;}}

/* = = = header = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*header*/
.header_area { position: fixed; width: 100%; top: 0; left: 0;}
.header_area.sticky { position: fixed;}
.main_header_area { background:transparent;transition: all 0.3s;}
.header_area.sticky .main_header_area{background:#fff;transition: all 0.3s;border-bottom: 3px solid #A2B5BB;}
.main_header_area .container { max-width: 95%;transition: all 0.3s;}
.header_area.sticky .main_header_area .container { max-width: 88%; transition: all 0.3s;}

/*logo*/
.header_area .nav-brand { margin: 5px 0 0; max-width: 280px; width: 100%;filter: grayscale(1) brightness(100);transition: all 0.3s; padding-top: 20px;}
.header_area.sticky .nav-brand {filter: brightness(1);transition: all 0.3s;}

/*menu*/
.navigation { padding: 0 0 0 300px;}
.stellarnav > ul > li > a, .stellarnav li.has-sub > a {
	font-weight: 600;
	position: relative;
	padding: 27px;
	color: #463c3c;
	font-family: "Cinzel","微軟正黑體", sans-serif;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.stellarnav > ul > li > a b{line-height: 16px;}
.header_area.sticky .stellarnav > ul > li > a, .header_area.sticky .stellarnav li.has-sub > a {color: #666;}
/*.stellarnav > ul > li:hover > a, .stellarnav > ul > li.has-sub:hover > a { color: #1E2A38;}*/
.stellarnav li.has-sub > a::after { border-top: 6px solid #fff;top: 85%;}/*下拉箭頭*/
.header_area.sticky .stellarnav li.has-sub > a::after { border-top: 6px solid #666;}/*下拉箭頭*/
/*.stellarnav li.has-sub:hover > a::after { border-top: 6px solid #1E2A38;}下拉箭頭*/

/*--下拉頁面---------------------------------------*/

/*外框*/
.stellarnav ul ul, .stellarnav ul ul ul { background: #F1F4F5; box-shadow: 0 5px 5px #00000020; }
.stellarnav ul ul ul { left: 100%;}
.stellarnav li li { border: none; margin-bottom: 0;}

/*右拉箭頭*/
.stellarnav li li.has-sub > a::after { border-left: 6px solid #888;}
.stellarnav li li.has-sub:hover > a::after { border-left: 6px solid #1E2A38; border-top: 6px solid transparent;}

/*項目*/
.stellarnav li.has-sub > ul > li.has-sub > a, .stellarnav li.has-sub > ul > li > a { color: #777; padding: 10px 20px; font-family: "微軟正黑體", sans-serif;font-size: 14px;}
.stellarnav li li > a, .stellarnav li li.has-sub > a { color: #777; font-size: 15px; font-weight: normal; padding: 7px 5px; border-left: 1px solid transparent; background: transparent; transition: all 0.3s;}
.stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { color: #1E2A38; transition: all 0.3s;background:#9da6b1 ;}
.stellarnav li.has-sub > ul > li:hover > a{ color: #fff;}
.stellarnav > ul > li:nth-of-type(n+8) {display: none;}

/*--手機板選單---------------------------------------*/

/*選單*/
.stellarnav .menu-toggle span.bars span { background: #1E2A38;}
.stellarnav .menu-toggle:after { color: #1E2A38;}

/*展開*/
.stellarnav.mobile.left > ul { background: #fffffff2;}
.stellarnav.mobile > ul > li { border-bottom: 1px #888 solid;}
.stellarnav.mobile > ul > li > a { padding: 20px 30px; border-bottom: none; display: block;}
.stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px 20px 36px;}
.stellarnav.mobile > ul > li.has-sub > a.dd-toggle { padding: 0;}
.stellarnav.mobile > ul > li.has-sub > ul > li > a { color: #444; padding: 20px 30px 20px 40px;}
.stellarnav.mobile > li > a { border-bottom: none;}

/*close*/
.stellarnav.mobile.right .close-menu, .stellarnav.mobile.left .close-menu { background: #1E2A38; color: #fff;}
.stellarnav .icon-close:after, .stellarnav .icon-close:before { border-bottom: solid 3px #fff;}

.stellarnav.mobile > ul > li > a.dd-toggle { top: 14px;}
.stellarnav a.dd-toggle .icon-plus {width: 0; top: -7px; left: -4px;}
.stellarnav li.open > a.dd-toggle .icon-plus { width: 0; top: -5px; left: 6px;}
.stellarnav a.dd-toggle .icon-plus:before, .stellarnav a.dd-toggle .icon-plus:after { border-bottom: solid 3px #888;}
.stellarnav li.open > a.dd-toggle .icon-plus:before, .stellarnav li.open > a.dd-toggle .icon-plus:after { border-bottom: solid 3px #1E2A38;}

/*下拉*/
.stellarnav.mobile li.open { background: #111a3b22; padding: 0;}
.stellarnav.mobile li.open > ul > li { margin-bottom: 0; border-bottom: 1px solid #ccc;}
.stellarnav.mobile li.open li.open { padding: 0; background: #ffffff88;}
.stellarnav.mobile ul { background: transparent;}
.stellarnav > ul > li.drop-left > ul { left: 0; right: auto;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 1440px) { 
    .swiper-pagination { display: none;}
}

@media screen and (max-width: 1024px) { 
    /*header*/
    .pageIndex .header_area { position: relative;}
    .main_header_area .container { max-width: 100%;}

    /*logo*/
    .header_area .nav-brand { max-width: 250px; margin: 0px ; transition: .3s ease-in-out;    filter: none;}

    /*menu*/
    .header_area .navigation, .header_area.sticky .navigation, .navigation { padding: 0;}
    .stellarnav { padding: 0 0 10px;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 0 30px;}
    .stellarnav li.has-sub > a::after { top: 49%;}/*下拉箭頭*/
	.stellarnav > ul > li > a, .stellarnav li.has-sub > a {
     padding: 0px; margin-bottom: 0px;}
}

@media screen and (max-width: 768px) {
    /*logo*/
    .nav-header { position: static;}
    .header_area.sticky .nav-brand { max-width: 200px; margin-top: 0px; transition: .3s ease-in-out;}    
       .header_area .nav-brand {
        max-width: 230px;
        padding-left: 10px;
        padding-bottom: 10px;
        padding-top: 13px;
    }

    /*menu*/
    .stellarnav ul ul, .stellarnav > ul > li:hover > ul > li:hover > ul { box-shadow: none;}
    .stellarnav li li { border: none;}
    .stellarnav > ul > li > a b:last-child { display: none;}
    .stellarnav.mobile > ul > li > a.dd-toggle, .stellarnav > ul > li.has-sub > a, .stellarnav.mobile > ul > li.has-sub a.dd-toggle, .stellarnav.mobile > ul > li.has-sub > a { padding: 20px 30px;}
    .stellarnav.mobile > ul > li > a.dd-toggle { top: 3px;}
    .stellarnav li.has-sub > a::after { top: 53%;}/*下拉箭頭*/
    .stellarnav li li > a, .stellarnav li li.has-sub > a, .stellarnav li li.has-sub.drop-left a { padding: 10px 30px; border-left: none;}
    .stellarnav li li:hover > a, .stellarnav li li.has-sub:hover > a { border-color: transparent;}
}
@media screen and (max-width: 375px) {
    .header_area.sticky .nav-brand {
       MARGIN-LEFT: 45PX;
    }
}
/* = = = 促銷方案參考03 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*首頁標題*/
.news_part .title_i_box h6{font-family: "Cinzel","Noto Serif TC", sans-serif;font-size: 55px;color:#30475E ;letter-spacing: 2px;font-weight: normal;}
.news_part .title_i_box h4{font-family: "Noto Serif TC", sans-serif;color:#30465E ;letter-spacing: 1px;font-size: 22px;}
.i_news_b { margin-top: 35px;}

/*首頁*/
.news_list ul li{ 
    border-bottom: 1px #113B2F solid;
    display: block;
    position: relative;
    padding: 20px 35px;
    margin: 0;
}
.news_list ul li a span{font-family: "Cinzel","Noto Serif TC", sans-serif;}
.news_list ul li a:hover{background: transparent;}
.news_list ul li a:hover p,.news_list ul li a:hover p:after {color: #888;}
.news_list ul li a:hover p{width: 98%;}
.news_list ul li a:hover p:after{right: 10px;}
.news_list ul li span {
    display: block;
    vertical-align: top;
    padding: 0;
    font-size: 13px;
    color: #a6a6a6;
    width: fit-content;
}
.news_list ul li p {
    width: 100%;
    font-family:"Cinzel","Noto Serif TC", sans-serif;
    color: #222831;
    font-size: 16px;
    padding: 0;
    position: static;
    margin-top: 10px;
}
.news_list ul li p:after {
    color: #222831;
    top: 65%;
    margin-right: 30px;
    font-size: 13px;
}


.other_promotion li {border-top: 1px solid #113B2F;}
.other_promotion li:hover {border-top: 1px solid #1E2A38;}
.other_promotion li a:before, .other_promotion li a:after{display: none;}
.other_promotion li a{border: none;}
.other_promotion li a:hover{background: transparent;}
.other_promotion li:hover .pmtTitle h3 {font-weight: bold;text-decoration: underline;}

/*內文*/
.edit{margin-bottom: 70px;}

/*標題*/
.promotion_title em { border: none;}
.promotion_title span{ margin: 0 20px 2px 0; font-size: 20px; border: none;}
.promotion_title {border-bottom: 1px solid #ccc;padding-bottom: 15px;}

/*下拉頁面*/
.other_select_page .promotion_title, .other_select_page .other_promotion {display: none;}

/* = = = 產品購物車 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

/*首頁標題*/
.i_prod_tit h2{font-family: "Cinzel","Noto Serif TC", sans-serif;font-size: 55px;color:#30475E ;letter-spacing: 2px;font-weight: normal;}
.i_prod_tit span{font-family: "Noto Serif TC", sans-serif;color:#30465E ;letter-spacing: 1px;font-size: 22px;}


.product-layer-two {margin: 20px auto 80px auto;}
.product-layer-two li{min-width: 120px;}
.product-layer-two li ul{color: #ffffff;}
.page li {width: 25px;height: 25px;border-radius: 50px;}

.product_page .page li a {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  border: 1px solid #113B2F;
  margin: 0;
  justify-content: center;
  align-items: center;
  color: #1E2A38;
  position: relative;
  line-height: 140%;
  min-width: unset;
  padding: 0;
}

.product_page .page li.activeN {
  background: #94724d;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.page li a { line-height: 140%;}


/*購物車/外層＝＝*/
/*顏色*/
.products-list .more {    border: 1px solid #94724d;    color: #94724d;}
.products-list .item a:hover .more {    background: #94724d;}
/*價格*/
.products-list .price {    display: flex;    margin-bottom: 5px;    align-items: center;    justify-content: center;    flex-wrap: wrap;}
.products-list .price b {    margin: 0 5px;    line-height: 180%;    text-align: center;color: #94724d;}
.products-list .price b.ori_price {    font-size: 14px;}
/*購物車/＝＝＝＝＝*/
.prod_part {    width: 90%;}
.products-list {    display: grid;    gap: 10px;    grid-template-columns: repeat(3,1fr);}
.products-list:before{content:none;}
.products-list .item {    width: 100%;}

/*外層版面*/
.product_page .main_part {    width: 90%;	max-width: 1500px;}
.product_page .show_content {    display: flex;    flex-wrap: wrap;    align-items: flex-start;    justify-content: space-between;}
.product_page .products-list {    width: calc(100% - 280px);}
.product-layer-two {    width: 250px;    margin: 0;}
.product_info_page .product-layer-two {    display: none;}
.product-layer-two li {    margin: 0;    width: 100%;padding: 0 10px;}
.product-layer-two > li.active {    background: #FFF;}
.product-layer-two li.active a {    border: unset;border-bottom: 1px dotted #ccc;}
/**/
.product-layer-two li a {    color: #222;    border: none;    background: transparent;    transition: all 0.3s;    line-height: 200%;    transition: all 0.3s;}
.product-layer-two > li > a {    border-bottom: 1px dotted #ccc;padding-left: 25px;}
.product-layer-two li:hover > a , .product-layer-two li.active > a{color: #94724d;}
.product-layer-two li:hover > a:before , .product-layer-two li.active > a:before {background: #94724d; color:#fff;}
.product-layer-two > li > a:before {
    border-radius: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 18px;
    content: "＞";
    color: var(--MainColor);
    background: #f2f2f2;
    width: 18px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s;
    padding-left: 2px;
    font-size: 13px;
}
/**/
.product-layer-two li ul {    position: relative;padding-top: 1px;}
.product-layer-two li li {    border: none;background: transparent;}
.product-layer-two li li a{    background: transparent;}
.product-layer-two li li:hover a{color: #94724d;}

/*hover到才顯示副選單 關掉↓*/
.product-layer-two li li {    display: block;}
/**/





/* 產品的看更多按鈕設定 */
.products-list a .more { display: none;}
.products-list .item a {width: 100%;max-width: 100%;}
.products-list .pic img {max-height: unset;display: block;}
.products-list .pic {height: auto;position: relative;padding: 0;}


.products-list .name {
    margin: 0;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    padding: 67% 7% 4%;
    color: #FFFFFF;
    transition: all ease .3s;
    background: #1E2A3860;
    text-align: left;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    font-family: 'Noto Serif TC', serif;
    letter-spacing: 0.1em;
}

.products-list a:hover .name {background: #A2B5BB80;backdrop-filter: unset;}

.products-list .name:after {
  content: 'MORE';
  display: block;
  font-family: 'Noto Serif TC', serif;
  font-size: 15px;
  line-height: 200%;
  border: solid 1px #FFFFFF;
  margin-top: 10px;
  text-align: center;
  letter-spacing: 1px;
}
.products-list a:hover .name:after{background: #fff;color: #1E2A38;transition: .3s ease-in-out;}
.product-wrapper{display: flex;flex-direction: column-reverse;}
.product_main{width: 100%;}

.sidebarBtn {
    padding: 15px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    border: none;
    background: transparent;
    order: 1;
}
.product_main{order: 2;}
.prod-panel{font-family: 'Noto Sans TC', sans-serif;line-height:180%;font-size: 17px;}
.sidebarBtn h2{font-family: 'Noto Serif TC', serif;letter-spacing: 2px;font-size: 25px;}
.lastPage{margin: 100px auto 120px auto;}
.inquiry_a1 {
    background: #99968d;
}
.inquiry_a2 {
    background: #c1c1c1;
}
.inquiry_a1:hover, .inquiry_a2:hover  {
    background: #853131;
}
.lastaction {background-color: #d3d3d3; color: #ffffff;}
.nextaction {background-color: #99968d;}
.lastPage {background: #AF5801;}
@media screen and (max-width: 1200px) {
  /*產品*/
.products-list {    grid-template-columns: repeat(2,1fr);}

}

 @media screen and (max-width: 912px){
     /*產品*/
     .blog_list_le{ width: 35%;}
     .blog_list_ri{width: 64%;	padding-left: 15px;}
     .blog_list_ri p{margin: 20px 0 0 0;}
.products-list {    grid-template-columns: repeat(1,1fr);}
 }
 @media screen and (max-width: 768px) {
.product_page .products-list ,.product-layer-two {    width:100%;}
.products-list {    grid-template-columns: repeat(2,1fr);}
.mobile_product_name{ display:none;}
}
 @media screen and (max-width: 540px){
.products-list {    grid-template-columns: repeat(1,1fr);}
 }
  /* = = = 文章管理 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

/*--文章管理/首頁---------------------------------------*/

/*區塊設定*/
.module_i_news { padding: 80px 20px 50px;}

/*英文標題*/
.module_i_news .title_i_box h6 {font-family: "Cinzel","Noto Serif TC", sans-serif;font-size: 55px;color:#30475E ;letter-spacing: 2px;font-weight: normal;}

/*中文標題*/
.module_i_news .title_i_box h4 {font-family: "Noto Serif TC", sans-serif;color:#30465E ;letter-spacing: 1px;font-size: 22px;}
.module_i_news ul { width: 80%; grid-template-columns:repeat(4,1fr);}
.i_blog_ri h5 { color: #1E2A38; font-weight: 600;font-family: "Noto Serif TC", sans-serif;letter-spacing: 1px;}
.i_blog_ri em{font-family: "Cinzel","Noto Serif TC", sans-serif;letter-spacing: 2px;}

/*--文章管理/外層---------------------------------------*/

/*列表搜尋*/
h5.blog_le_t { display: none;}

/*分類標題*/
h4.blog_category_title { font-size: 28px; color: #1E2A38;}
h4.blog_category_title span { font-size: 24px;}

/*次分類*/
.submenu { background: transparent;}
.submenu a:hover { color: #fff;}
.blog_le .accordion li a { color: #666;}
.blog_le .accordion li a:hover { color: #fff;}
.blog_le .accordion li i { top: 12px;}

/*文章*/
.blog_page .main_part {max-width: 1600px;}
.module_i_news ul, .blog_subbox { display: grid; gap: 10px;}
.module_i_news li, .subbox_item { position: relative; width: 95%;margin: auto;}
.module_i_news li a, .subbox_item a { padding: 5px;}
.module_i_news li a:after, .subbox_item a:after { pointer-events: none;}

.module_i_news li a::before, .module_i_news li a::after, .subbox_item a::after,.subbox_item a::before { display: none;}
.module_i_news li::after, .subbox_item::after { 
    content: '';
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 8;
    background: #ffffff88;
    opacity: 0;
    border: 1px #ddd solid;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li::before, .subbox_item::before { 
    font-family: "Cinzel","Noto Serif TC", sans-serif;
    letter-spacing: 1px;
    content: 'READ MORE';
    position: absolute;
    z-index: 19;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    font-size: 13px;
    color: #999;
    pointer-events: none;
    transition: all .5s;
}
.module_i_news li:hover::before, .module_i_news li:hover::after, .subbox_item:hover::before, .subbox_item:hover::after {
    opacity: 1;
    transition: all .5s;
}
.blog_list_ri h5 { color: #1E2A38; font-weight: 600;}

.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;}/*文章縮圖長寬比例，100% →100:100 = 1:1 正方形 */
.i_blog_le img, .blog_list_le img {
	display:block;
    max-width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-object-fit: cover;
    -ms-object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

/*側邊*/
.blog_le .accordion > li{transition:all 0.3s;}
.blog_le .accordion > li:hover, .blog_le .accordion > li.on_this_category { background: #1E2A38 !important;}
.blog_le .accordion > li.open { background: #1E2A38;}
.blog_le .accordion > li.open a { color: #fff;}
.blog_le .accordion li.open i { color: #fff;}
.submenu a:hover { background: #cbc0a0;}
.accordion li .link { padding: 10px 15px;}
.blog_le .accordion li .link:last-child { border-bottom: 1px solid #CCC;}
.blog_le .accordion li:last-child .link { border: none;}
.blog_le .accordion > li.on_this_category .link a { width: 100%;}

/*功*/
.blog_subbox { grid-template-columns:1fr 1fr 1fr;}
.blog_subbox:before { content:none;}

/*--文章管理/內層---------------------------------------*/

.blog_back a.article_btn_back { background: #cbc0a0; border: 1px solid #cbc0a0; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_back:hover { background: #1E2A38; border-color: #1E2A38; transition: 0.3s ease-in-out;}

.blog_back a.article_btn_prev, .blog_back a.article_btn_next { background: transparent; color: #cbc0a0; border: 1px solid #cbc0a0; transition: 0.3s ease-in-out;}
.blog_back a.article_btn_prev:hover, .blog_back a.article_btn_next:hover { background: #cbc0a0; color: #fff; transition: 0.3s ease-in-out;}

/*--RWD---------------------------------------*/

@media screen and (max-width: 768px) {
    /*首頁*/
    .module_i_news ul { width: 100%; grid-template-columns: repeat(2,1fr);}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: repeat(2,1fr);}
}

@media screen and (max-width: 375px) {
    /*首頁*/
    .module_i_news ul { grid-template-columns: 1fr;}

    /*功能頁/外層*/
    .blog_subbox { grid-template-columns: 1fr;}
}

/* = = = 分隔線 = = = = = = = = = == = = = = = = = = = = = = = = == = = */

.box_link{    display: none;}

/*Footer*/
.footer{
    border-top: none !important;
    z-index: 10;
    height: auto;
    padding: 55px 0 0;
    padding-bottom: 0;
    background: #494b54;
}
.footer .center{
    position: relative;
    padding: 20px 0;
    max-width: 90%;
    font-family: var(--SFontE);
}
.footer_info{
    gap: 10px;
    display: flex;
    padding: 0;
    justify-content: space-evenly;
}
.footer_logo img  {
    filter: brightness(100); }

/* 資訊連結 */
.footer_info ul {
    vertical-align: top;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.footer_info li p, .footer_info li p a{
    color: #fff;
    letter-spacing: 1.5px;
}
.footer_info li:nth-child(1) {
    min-width: 25px;
}
/* 右側連結 */
.footer_menu {
    border-bottom: none !important;
    display: grid;
}
.footer_menu a:nth-child(1){
    display: none;
}
.footer_menu a {
    transition: all 0.3s;
    display: inline-block;
    padding: 2px 11px;
    border: 0;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 300;
    line-height: 100%;
    color: #bfbfbf;
    letter-spacing: 2px;
    background: transparent;
    /* border-bottom: 1px #fff solid; */
    padding-bottom: 12px;
}
.footer_menu a:hover {
    background: transparent;
    opacity: .2;
}







/* copyright */
.copy {
    background: transparent;
    font-size: 10px;
    font-family: var(--SFontE);
    letter-spacing: 1px;
    color: #bfbfbf;
    border: none;
    margin-top: 0;
    padding: 10px 0 20px;
}
.copy a {
    color: #bfbfbf;
}




















@media screen and (max-width: 768px) {

    .footer_info {
        flex-direction: column;
    }
    .footer_info ul {
        width: 100%;
        text-align: center;
        flex-direction: column;
    }
    .footer_menu {
        border-bottom: none !important;
        display: grid;
        grid-template-columns: 1fr 1fr;
        justify-items: center;
        width: 90%;
        margin: auto;
        margin-top: 40px;
        gap: 8px 15px;
        max-width: 500px;
    }
    .footer_menu a {
        display: inline-block;
        padding: 10px 10px;
        border: 0;
        margin: 4px 0 0;
        line-height: 100%;
        background: transparent;
        border-bottom: 1px solid #626262;
        width: 100%;
    }
     .footer_logo {
	WIDTH: 100%;
	text-align: center;
}
}

/* = = = 聯絡表單 = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */

.contact_editbox{    padding: 0;}

/*表單最大寬度設定*/
.contact_content .information_right,.contact_content { max-width: 1400px;}

/*標題*/
.blank_letter { color: #1E2A38;}

/*側邊資訊*/
.list_before { margin-top: 10px;}

/*表格樣式*/
.contact_form li input.noborder { border: none; border-bottom: 1px #ddd solid; background: transparent;}/*文字欄*/
.contact_form li textarea.noborder { background: transparent; border: 1px #ddd solid;}/*文字區塊*/
.form select { background: transparent;}/*下拉式*/
input[type="checkbox"], input[type="radio"] { margin: 0 10px;}/*複選、單選*/

/*驗證碼對齊*/
.contact_form li:nth-last-of-type(2) .form__insert { display: inline-flex; align-items: center; justify-content: flex-start; flex-wrap: nowrap;}
.contact_form li:nth-last-of-type(2) input.noborder { border: 1px #ddd solid;}
.captcha { margin-right: 20px;}

/*按鈕*/
.contact_form li.last blockquote { border: 1px #ccc solid;}
.contact_le_map a { background: #1E2A38;}
.contact_form li.last cite {background: #1E2A38;}

@media screen and (max-width: 425px){
    /*聯絡表單*/
    .contact_form li { padding-left: 0;}
    .contact_form li .form__label { margin: 0 0 10px; width: 100%; text-align: left;}
    .contact_form li .form__insert { width: 100%;}
}

/* = = = RWD = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
@media screen and (max-width: 1200px) { }
@media screen and (max-width: 1024px) { }
@media screen and (max-width: 768px) { }
@media screen and (max-width: 600px) { }
@media screen and (max-width: 425px) { }
.page{display:none;}