
/* 首頁 */
    html,
    body {
        /* width: 100%;
        height: 100%; */
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: 1px;
        text-align: left;
    }
    @media(max-width:768px){
        .nav>li{
            border-bottom: solid 1px #e3e3e3;
            background-color: #f5f5f5;
        }
    }
    ul.prolist {
        width: 90%;
        margin: 0 auto;
    }
    @media (max-width: 767px){
        ul.prolist {
            width: 100%;
        }
    }
    ul.prolist li{
        width: 18%;
        display: inline-block;
        margin: 6% 1%;
        float: left;
        text-align: center;
        transition: all 0.3s;
        position: relative;
    }
    @media (max-width: 767px){
        ul.prolist li{
            width: 48%;
            margin: 2% 1%;
            min-height: 310px;
        }
    }
    ul.prolist .proImg{
        background-color: #181c28;
        border: solid 7px #fff;
    }
    ul.prolist li:hover .proImg{
        border: solid 10px #90b532;
        transition: all 0.2s ease-in;
    }
    ul.prolist li:hover .proImg:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 0px;
        background-color: #8eb42d;
        left: 50%;
        transform: translateX(-50%);
        margin-top: -10%;
        animation-name: lineDown;
        animation-duration: 2s;
        animation-timing-function: ease;
        animation-delay: 0.5s;
        animation-iteration-count: infinite;
        animation-direction: normal;
        animation-fill-mode: none;
        animation-play-state: running;
        z-index: 10;
    }
    @keyframes lineDown {
        0%   {top:0px;height: 0px;}
        40%   {top:0px;height: 70px;}
        100%   {top:70px;height: 0px;}
      }
    ul.prolist li:hover .proImg:after{
        content: 'MORE';
        position: absolute;
        color: #90b532;
        left: 50%;
        transform: translateX(-50%);
        top: 35%;
    }
    ul.prolist li img{
        width: 100%;
        background-color: #fff;
        transition: all 0.2s ease-in;
    }
    ul.prolist li:hover img{
        opacity: 0.2;
    }
    ul.prolist li h3{
        font-size: 20px;
        transition: all 0.1s ease-in;
        line-height: 1.6;
    }
    ul.prolist li:hover h3{
        color:#90b532;
    }
    @media (max-width: 767px){
        ul.prolist li h3{
            font-size: 18px;
        }
    }
    ul.prolist li h3 span{
        font-size: 16px;
        font-weight: 500;
    }
    li.visible-xs.mobile-btn h3{
        border: solid 1px #2a4c68;
        color: #2a4c68;
        padding: 1em 0em;
    }

    
    .bg {
        position: relative;
        width: 100%;
        height:700px;
    }
    .parallax1 {
        background-image: url('/hipershop/rwd1883/store/F1/bg2.jpg');
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
    .parallax2{
        height:550px;
    }
    @media screen and (max-width:767px){
         .parallax2 {
            background-image: url('/hipershop/rwd1883/store/F1/bg3.jpg');
            background-repeat: no-repeat;
            background-attachment: fixed;
            background-size: cover;
            background-position: top;
        }
    }
    @media screen and (min-width:768px){
        .bg, .parallax2 {
            height: 550px;
            overflow: hidden;
        }
    }
    .bg>h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        bottom: auto;
        right: auto;
        transform: translateX(-50%) translateY(-50%);
        width: 80%;
        max-width: 800px;
        color: #FFF;
        text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
        text-align: center;
        font-weight: bolder;
    }
    .content {
        width: 100%;
        background-color: #FFF;
        box-sizing: border-box;
    }
    .content>div {
        width: 80%;
        max-width: 800px;
        margin: 0 auto;
        padding: 100px 0;
    }
    .content2{
        padding: 100px 100px;
        background-color: #FFF;
        box-sizing: border-box;

    }
    @media screen and (max-width:767px){
        .content2{
        padding: 80px 20px;
        }
    }
    
    /*推薦商品項目顯示調整*/
    a.pro_btn {
        display: none;
    }
    .content2 .owl-pagination {
        margin-top: 40px;
    }


    /*footer-設定*/
    .ISO{
        width: 200px;
        right: 1%;
        bottom: 5%;
        float: right;
        padding: 0px;
        margin-top: -75px;
    }
    @media screen and (max-width:767px){
     .ISO{
        margin-top: 0px;
     }
    }
    /* inner-page */
    aside{
        background-color: #dfdfdf;
        margin-bottom: 30px;
    }
    .breadcrumb, .newsbar{
        border-bottom: solid 5px #dfdfdf;
        border-radius: 0px;
        background-color: #f5f5f5;
    }
    div#myTab {
        display: none;
    }
 
    .li-item{
        padding: 10px;
        transition: all .25s ease;
        border-radius: 15px;
    }
    .li-item:hover{
      box-shadow: none;
      background-color: #fff;
      transform: scale(1.05);
        box-shadow: rgba(0, 0, 0, 0.1) -4px 9px 25px -6px;
    }
    .li-item h4{
        text-align: center;
    }
    #prod_intro h1 {
        font-size: 1.8em;
    }
    .product-wrapper{
        width: 100%;
        
    }
    .product-wrapper .pdf-btn{
        background-color: #595656;
        color: #fff;
        padding: 5px 10px;
        margin: 15px 0px;
        display: inline-block;
    }
    .product-wrapper .pdf-btn:hover{
        background-color: #000000;
    }
    .product-wrapper .pdf-btn span{
        margin-right: 5px;
    }
    .innerPage img{
        width: 100%;
        margin: 15px 0px;
    }
    .news_sort {
        display: none;
    }
    .news-wrapper .arti-news img {
        max-width: 600px;
        width: 100%;
        width: auto;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .innerbanner{
        background-image: url(/hipershop/rwd1883/store/F1/innerbg.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: revert;
        height: 250px;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    @media screen and (min-width: 1920px){
        .innerbanner{
            background-size: contain;
        }
    }
    .innerbanner h2 {
        font-family: "LXGW WenKai TC", cursive;
        color: #fff;
        font-size: 38px;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
        margin: 0px;
        color: #ffffff;
        position: relative;
    }
    .innerbanner h3 {
        font-family: "Cormorant Garamond", serif;
        color: #fff;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 2px;
        text-align: center;
        margin-top: 10px;
        color: #ffffff;
        position: relative;
    }
    @keyframes innerlineDown {
        from{top:0px;height: 0px;}
        to{top:0px;height: 70px;}
      }

/* 20230331-新增輪播 */
#swiper-section{
    margin: 0 6%;
}
#swiper-section .swiper-container {
	width: 100% !important;
	height: 100%;
    padding: 5% 0;
}
#swiper-section .swiper-container img {
	width: 100% !important;
}
#swiper-section .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: transparent;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    flex-wrap: wrap;
}
#swiper-section .pro_item{
	width: 100%;
    position: relative;
}
.swiper-slide .pro_item a:before{
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #2a4c68;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 2;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0;
    background-image: url(../../images/search.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
    animation: scrollDown 1.5s infinite;
}
@keyframes scrollDown {
    0% {
        top: 50%;
    }
    50% {
        top: 51%;
    }
    100% {
        top: 50%;
    }
  }
.swiper-slide:hover a:before{
    opacity: 1;
}
#swiper-section .pro_item:before,
#swiper-section .pro_item:after {
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0);
            transform: scale(0);
    pointer-events: none;
}
#swiper-section .pro_item:before {
    border-top: 2px solid #2a4c68;
    border-left: 2px solid #2a4c68;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  
 #swiper-section .pro_item:after {
    border-right: 2px solid #2a4c68;
    border-bottom: 2px solid #2a4c68;
    -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
}
#swiper-section .swiper-slide:hover .pro_item:before, #swiper-section .swiper-slide:hover .pro_item:after {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
#swiper-section .swiper-button-next, #swiper-section .swiper-button-prev {
	top: 51%;
}
#swiper-section .swiper-button-next, #swiper-section .swiper-container-rtl .swiper-button-prev {
	background-image: url(../../images/next.svg) !important;
    right: 5%;
}
#swiper-section .swiper-button-prev, #swiper-section .swiper-container-rtl .swiper-button-next {
	background-image: url(../../images/next.svg)!important;
	transform: scaleX(-1) !important;
    left: 5%;
}
#swiper-section .pro_main h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.swiper-slide:hover .pro_main h3{
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #2a4c68;
}
#swiper-section .pro_main p{
    display: none;
}
.swiper-pagination.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    bottom: 5%;
}
.swiper-pagination-bullet-active{
    background: #2a4c68;
}

.swiper-slide .pro_item img{
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.swiper-slide:hover .pro_item img{
    opacity: 0.3;
}
.navbar-brand{
    margin: 0;
    padding-left: 15px;
}

.navbar-brand a{
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 5px;
    color: #2a4c68;
}

/* product頁介紹樣式 */
.product-wrapper .info_card_box {
    line-height: 1.8;
}
.product-wrapper #pd_name {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.2rem;
    padding-bottom: 0.8rem;
    color: #2a4c68;
    line-height: 1.8;
}
.product-wrapper #pd_name small {
    display: block;
    font-size: 22px;
    line-height: 1.5;
}
.category-wrapper .li-item h4{
    font-size: 20px;
    letter-spacing: 0.2rem;
    padding: 0.8rem 0 0;
    color: #2a4c68;
    line-height: 1.5;
    
}
.category-wrapper .li-item .btn{
    display: none;
}
/* 商品列表設定 */

/* .thumbnail-list li {
  width: 24%;
} */

/* @media (max-width: 992px) {
  .thumbnail-list li {
    width: calc(100% / 2);
  }
} */

/* @media (max-width: 768px) {
  .thumbnail-list li {
    width: 49%;
  }
} */
.thumbnail-list{
    display: flex;
    flex-wrap: wrap;
}
.thumbnail-list li{
    flex: 0 0 calc(25%);
}
.thumbnail-list li:nth-child(-n+3){
    flex: 0 0 calc(33.33%); 
}
@media (max-width: 1006px) {
    .thumbnail-list li:nth-child(-n+3){
        flex: 0 0 calc(25%); 
    }
    .thumbnail-list li{
        width: 25%;
    }
}
@media (max-width: 768px) {
    .thumbnail-list li:nth-child(-n+3){
        flex: 0 0 calc(50%); 
    }
    .thumbnail-list li{
        flex: 0 0 calc(50%);
    }
}
@media (max-width: 480px) {
    .thumbnail-list li:nth-child(-n+3){
        flex: 0 0 calc(100%); 
    }
    .thumbnail-list li{
        flex: 0 0 calc(100%);
    }
}
/* page-news */
.news-wrapper .news-content{
  margin: 30px 10px 0;
}
.news_author{
    display: none;
}


.newsitem{
    margin-bottom: 20px;
    padding: 0 20px;
  }


@media screen and (max-width: 480px){
    .headlinecate{
        border: transparent;
        border-radius: 0px;
        margin: 0;
    }
}
.headlinecate img{
    display: none;
}

.news-wrapper .newsbar{
  display: none;
}
.news-wrapper .thumbnail{
    border: none;
    border-bottom: 1px #cccccc solid;
    background-color: transparent;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.newslist img.news_pic{
    margin: 0 30px 0 0;
    padding: 0;
    border-radius: 10px;
    border: 1px #d2d7db solid;
    transition: all 0.3s;
}
@media screen and (max-width: 560px){
    .newslist img.news_pic{
        margin: 0 0 20px 0;
        width: 100%;
    }
}
.newslist :hover img{
    transform: scale(1.03);
}
.newslist .newslist img:hover .news_title{
    color: #7B9AB9;
}

.news-list .news_imgBox-fit{
  overflow: hidden;
  display: block;
}
.caption p{
    margin: 20px 0;
    letter-spacing: 1.2px;
    font-weight: 500;
    color: #7d7d7d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media screen and (max-width: 768px){
    .caption p{
        margin: 0 0 10px 0;
    }
}
.news_date{
  letter-spacing: 0.5px;
  font-size: 16px;
  min-width: 103px;
  font-weight: 500;
  color: #5B5050;
}
.news_date img{
    display: none;
}
.news_sort{
  display: none;
}
.news_sort img{
    display: none;
}
.news_author{
  display: none;
}
.news_more:hover,
.news_more:focus{
  background-color: #bf9f75;
  color: #fff;
}
#LinkContainer h1.news_title{
    padding: 0 20px;
}
.news-wrapper .btn-default{
    border-radius: 0px;
    padding: 10px 30px;
    transition: all.2s ;
}
.news p{
    padding-left: 20px;
}
.descri-none {
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.5;
    margin: 20px 0;
}   
/* .news-wrapper h1.news_title{
  padding: 0;
} */
.news-wrapper .article-content{
  margin: 20px 0;
}
.news-wrapper .arti-news{
  margin: 0;
  text-align: center;
}
.news-wrapper .news_content{
  margin: 0;
}
.news-content .arti-news > img{
  margin: 20px 0;
  max-width: 800px;
}
.pagination>.active>a{
    transition: all.3s;
}
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover,
.pagination>li>a:focus,
.pagination>li>a:hover{
    background-color: #bf9f75;
    border-color: transparent;
}
@media screen and (max-width: 768px) {
    .news-wrapper h2.aside-title:after {
        color: #555;
        font-weight: 400;
    }
}
