
:focus:not(:focus-visible) {
  outline: none;
}

.breadcrumb>li+li:before, .btn:active, .btn:hover, footer {
    color: #fff;
}
.COMPANY-INFO {
    color: #1e3549;
}
.COMPANY-INFO h2{
    color: #275b7b;
    font-weight: bold;
    margin-bottom: 30px;
}

.btn {
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
    padding: 6px 12px;
}
.btn:hover {
    background: #004f7b;
}
.btn:active {
    background: #241f1b;
}
.carousel-indicators {
    left: 10%}
.section01 {
    background-size: cover;
    min-height: 500px;
    overflow: hidden;
}
.COMPANY {
    background: url("/hipershop/rwd1885/store/F1/company_img.jpg") 0 0/cover;
    width: 50%;
    float: left;
    height: 600px;
}
.COMPANY-INFO {
    background: #e7f7f6;
    min-height: 600px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* border-top: 15px solid #a4cde3; */
    display: flex;
    align-items: center;
}
.COMPANY-INFO p {
    line-height: 2.8em;
    font-size: 18px;
}
@media screen and (max-width:768px) {
    .COMPANY {
    background: url("/hipershop/rwd1885/store/F1/company_img.jpg") 0 0/cover;
    width: 100%;
    float: none;
    height: 400px;
}
/* .COMPANY-INFO {
    background: #2b8abf;
    min-height: 500px;
    overflow: hidden;
}
.COMPANY-INFO h3 {
    font-weight: 700;
    font-size: 20px;
    border-bottom: 3px solid #a4cde3;
    padding-bottom: 5px;
}
.COMPANY-INFO p {
    color: #fff;
    line-height: 2.5em;
    font-size: 18px;
    letter-spacing: 1px;
}
.COMPANY-INFO a {
    color: #fff;
} */
}

/* 首頁news */

.section03 {
    padding-top: 60px;
}
.section03 .NEWS_BOX h3 {
    border-bottom: 2px solid #96cd02;
    padding-bottom: 5px;
    margin-top: 3px;
}
.section03 .NEWS_BOX a.neswcenter {
    position: absolute;
    right: 25px;
    font-size: 20px;
    font-weight: bold;
    color: #302e2e
}
.section03 .NEWS_BOX .newscontent h4+p, .section03 .NEWS_BOX .pic {
    display: none;
}
.section03 .NEWS_BOX .thumbnail {
    border: 0;
}
.section03 .content{
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
@media screen and (max-width: 992px) {
    .section03 .content{
        flex-direction: column;
        gap: 0;
    }
}
.newscontent {
    padding: 10px 0;
}
.newscontent a{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    letter-spacing: 1.2px;
    line-height: 1.2;
}
.newscontent p{
    display: none;
}
.newscontent .card-category{
    background-color: #96cd02;
    color: #fff;
    padding: 8px 10px 5px;
    margin: 5px 0;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

/* footer */
footer {
    background: #535353;
    margin-top: 60px;
    padding: 40px 0 0;
}
footer .CP {
    padding: 30px 0 20px;
}


footer .content{
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 560px) {
    footer .content{
        flex-direction: column;
    }
}
footer .info-wrap{
    padding: 10px 20px;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 1.5;
}
/* footer .info-wrap img{
    width: 40px;
    margin: 5px 10px 0 0;
} */
footer .info-wrap a{
    color: #fff;
}

/* page-title */
.page-title{
    padding: 20px 0 0;
}

.bn_bg1 {
    background: url(/hipershop/rwd1885/store/F2/pagebanner.jpg);
}
.bn_bg2 {
    background: url(/hipershop/rwd1885/store/F2/pagebanner2.jpg);
}
.bn_bg3 {
    background: url(/hipershop/rwd1885/store/F2/pagebanner3.jpg);
}
.page-header{
    margin: 0;
    background-size: 100% 100%; /* 或者 contain */
    width: 100%;
    aspect-ratio: 50 / 7; /* 根據你圖片的實際寬高比調整，例如 4/3 或 3/1 */
}

.breadcrumb {
    background-color: transparent;
}
.mousescroll {
    position: absolute;
    left: 50%;
    top: 28%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 36px;
    height: 60px;
    border: 1px solid rgba(255, 255, 255, .8);
    border-radius: 30px;
    z-index: 100;
}
.mousescroll::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 10px;
    margin: auto;
    width: 7px;
    height: 7px;
    background: rgba(255, 255, 255, .8);
    border-radius: 8px;
    -webkit-animation: 2s linear infinite scrollAni;
    animation: 2s linear infinite scrollAni;
}
.mousescroll::after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    top: 0;
    background: rgba(255, 255, 255, .6);
    left: 49.9%}
@-webkit-keyframes scrollAni {
    0% {
    top: 10px;
    opacity: .8;
}
100% {
    top: 25px;
    opacity: .1;
}
}@keyframes scrollAni {
    0% {
    top: 10px;
    opacity: .8;
}
100% {
    top: 25px;
    opacity: .1;
}
}@media screen and (max-width:2560px) {
    .mousescroll {
    top: 750px;
}
}@media screen and (max-width:1600px) {
    .mousescroll {
    top: 630px;
}
}@media screen and (max-width:1024px) {
    .mousescroll {
    display: none;
}
}.visitLink, .visitLink li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.visitLink {
    position: fixed;
    right: 20px;
    bottom: 12%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 160px;
}
.visitLink li {
    border-radius: 50%;
    margin: 5px 10px;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.visitLink li a .QUICKLINK_BOX {
    position: relative;
    overflow: hidden;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;
    line-height: 50px;
    font-size: 31px;
    background: #f1f1f1;
    color: #96cd02;
    border-radius: 50%
}
.visitLink li a .QUICKLINK_BOX img {
    width: 35px;
    height: 35px;
    opacity: .9;
}
.visitLink li a .QUICKLINK_BOX .QUICKLINK_TXT {
    content: "";
    background: #32b5b0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    padding: 5px;
    width: 60px;
    height: 60px;
    color: #fff;
    display: none;
}
.visitLink li a .QUICKLINK_BOX:hover .QUICKLINK_TXT {
    display: block;
}
@media screen and (max-width:767px) {
    .visitLink {
        right: 4%;
        bottom: 2%
    }
}    
@media screen and (max-width: 767px) {
    .visitLink li a .QUICKLINK_BOX {
        background: #f1f1f144;
}
    .visitLink li a .QUICKLINK_BOX .QUICKLINK_TXT {
        background: #32b5b146;
}
    .visitLink li a .QUICKLINK_BOX img {
        width: 35px;
        height: 35px;
        opacity: .9;
}
    .visitLink {
        right: 1%;
        bottom: 15%;
    }
    #gotop {
        right: 18px;
     }
}




/* 文章標題名稱 */
.news_title {
  font-size: 26px;
  font-weight: 600;
  margin: 20px 0 10px;
}

/* 避免浮動圖片超出 */
.newslist {
  overflow: hidden;
}

/* 調整預覽圖位址與大小 */
.newslist img.news_pic {
  width: 40%;
  float: left;
  padding: 2%;
}

@media (max-width: 767px) {
  .newslist img.news_pic {
    width: 100%;
    float: left;
    padding: 1%;
  }
}

/* 文章相關敘述 */
.caption p {
  margin-bottom: 10px;
}

/* icon調整間距 */
.news_date,
.news_sort,
.news_author {
  margin-right: 10px;
  color: #757575;
}

/* icon大小調整 */
.news_icon01,
.news_icon02,
.news_icon03 {
  max-width: 16px;
  max-height: 16px;
  margin-right: 4px;
}

/* 繼續閱讀按鈕位置調整 */
.news_more {
  float: right;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  background-color: #000;
  border-radius: 0;
  padding: 10px 20px;
  border: none;
}

/* 繼續閱讀按鈕 回饋效果 */
.news_more:hover,
.news_more:focus {
  background-color: #202020;
  color: #f0f0f0;
}

.news-wrapper .badge{
 background-color: #a5a5a5;
}



/* product-page */
.PRD_NAME a{
    font-size: 16px;
    color: #000;
    text-decoration: auto;
}
.modal-header a{
    color: #777;
}
.h2.MEM_TITLE{
    
}
@media screen and (min-width: 1024px) {
    .IDEC_SHOPBAG li{
        font-size: 15px;
    }
}   
.CodeNum{
    color: #969595;
}

/* more-btn */
.more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 20px 0; 
    height: 46px;
    border-radius: 6px;
    background: #96cd02;
    cursor: pointer;
    border: none;
    overflow: hidden;
}

.more-btn .btn-flip {
    background: transparent;
    border: none;
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .08em;
    text-transform: uppercase;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 5rem;
    cursor: pointer;
}

/* 正面樣式 */
.more-btn .btn-front,
.more-btn .btn-back {
    display: block;
    width: 100%;
    transition: transform .35s cubic-bezier(.4, 0, .2, 1), opacity .3s;
}

/* 背面初始狀態：向下位移並隱藏 */
.more-btn .btn-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(100%);
    opacity: 0;
}

/* 懸停狀態：正面向上移出 */
.more-btn .btn-flip:hover .btn-front {
    transform: translateY(-130%);
    opacity: 0;
}

/* 懸停狀態：背面回到中心 */
.more-btn .btn-flip:hover .btn-back {
    transform: translateY(0);
    opacity: 1;
}
.contact-wrapper .more-btn{
    padding: 0 30px;
}

