/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


a {
    text-decoration: none;
    color: #393939;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Microsoft JhengHei', 'Lato', 'Arial', sans-serif;
    font-size: 16px;
    color: #393939;
    line-height: 1.5;
    
}

.clearAstyle {
    text-decoration: none;
    color: #ffffff;
}

.slick-slide img {
    width: 100%;
}
  
.slick-prev:before,
.slick-next:before {
    color: black;
}
  

.container {
    max-width: 1320px;
}
  
@media (max-width: 991px) {
    .container {
        max-width: 100%;
    }
}


.id-wrapper {
    /* 設定高度最小為100%, 如果內容區塊很多, 可以長大 */
    min-height: 100%;
    /* 位置設為relative, 作為footer區塊位置的參考 */
    position: relative;
}

.id-header {
    /* 設定header的高度 */
    /* height: 40px; */
    box-sizing: border-box;
}

.id-content {
    /* 留出header及footer區塊的空間 */
    padding-top: 25px;
    padding-bottom: 70px;
}

@media (max-width: 992px) {
    .id-content {
        padding-top: 10px;
        padding-bottom: 300px;
    }
}

.id-footer {
    /* 設定footer的高度 */
    height: 225px;
    box-sizing: border-box;
    /* 設定footer絕對位置在底部 */
    /* position: absolute; */
    position: relative;
    bottom: 0;
    /* 展開footer寬度 */
    width: 100%;
    background: linear-gradient(to right, #043995 1%,#ff0018 100%);
    color: #ffffff;
    padding: 15px;
    font-size: 16px;
}

@media (max-width: 992px) {
    .id-footer {
        height: 310px;
        font-size: 12px;
    }
}

.id-footer a {
    color: #ffffff;
}

.id-footer a:hover {
    color: #ddf0ff;
    font-size: 20px;

}

.pad-r-12{
    padding-right: 12px;
}

.pad-r-16{
    padding-right: 16px;
}

.wordcount1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wordcount2 {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /*行數*/
    -webkit-box-orient: vertical;
    white-space: normal;
}

.text-truncate{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;

}

@media (max-width: 992px) {
    .text-truncate{
        width: 100px;
    
    }

}

.page-link {
    position: relative;
    display: block;
    color: #026465;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #005e5e7d;
}


.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #12a78e;
    border-color: #12a78e;
}

.text-info{
    color: #027a5f!important;
}

.hvr-co:hover{
    color: #c4c4c4!important;
}

/* mobile 視覺調整間距 */

@media (max-width: 992px) {
    .mobile-mt {
        margin: 8px 0px 0px 0px;
    }

}

.navbar-brand {
    font-size: 1rem;
}

.color-box-g {
    font-size: 14px;
    /* background-color: #4cced1; */
    background: linear-gradient(to right, #043995 1%,#3366cc 100%);
}

.color-box-g a {
    color: #fff !important;
}

@media (max-width: 992px) {
    .color-box-g ul li a {
        font-size: 16px;
        margin: 0 16px;
    }

}

.offcanvas-body {
    padding: 1.25rem 1.5rem;
}

.footer-nav {
    max-width: 100%;
    /* background-color: #4cced1; */
    background: linear-gradient(to right, #043995 1%,#3ca7dd 50%,#3366cc 100%);
    padding: 1rem;
    color: #fff;
}

.footer-nav a {
    color: #fff !important;
}

.footer-text {
    line-height: 20px;
    font-size: 14px;
}


@media (max-width: 992px) {
    .footer100 {
        height: 100px;
    }

    .footer-text {
        line-height: 20px;
        font-size: 12px;
    }
}

.address {
    line-height: 2rem;
    font-size: 16px;
}

@media (max-width: 992px) {
    .footer-logo img {
        width: 85%;
    }
}

.simgs img { /** 這部分2022/11/29做修改(中間三行) **/
    padding: 0 5px 0 5px;
    max-width: 100%;
    /* width: 142px; */
    height: 65px;
    object-fit: cover;
}

.simgs img:hover {
    -moz-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

@media (max-width: 992px) {
    .logo img {
        width: 70%;
    }

    .simgs img {
        padding: 0 5px 0 5px;
        /* max-width: 100%; */
        height: auto;
    }
}

.tagspan a {
    color: #3ca7dd;
    font-size: 16px;
    padding: 0px 5px;
    text-decoration: underline;
}

.tagspan a:hover {
    color: #1c719c;
    font-size: 16px;

}

@media (max-width: 992px) {
    .tagspan a {
        font-size: 12px;
        padding: 0px 1px;
    }
    .tagspan-m a {
        font-size: 14px;
        padding: 0px 4px;
        color: rgb#3ca7dd;
    }

}

@media (max-width: 767px) {
    .tagspan-m a {
        font-size: 12px;
        padding: 0px 2px;
        color: #3ca7dd;
    }

}

.search-box {
    padding: 0 20px;
}

.search-box .input-group-text {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    background-color: #043995;
    overflow: hidden;
    border: 1px solid #a0a0a0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: .375rem 1.2rem;
}

.search-box .form-control {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}


.search-box .input-group-text:not([href]):not([tabindex]) {
    color: #fff;
}

.search-box .input-group-text:hover {
    color: #fff;
    background-color: #3ca7dd;
}

@media (max-width: 992px) {
    .search-box {
        margin-bottom: 0;
        padding: 0;
    }

    .search-box .input-group {
        width: 100%;
    }

}

.headLogo img {
    max-width: 100%;
}



.btn-drugStyle {
    background: #3ca7dd;
    border-radius: 8px;
    color: #ffffff;
    padding: 10px;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000);
    /*IE 5.5-7*/
}

.btn-drugStyle:hover {
    background: #ff0018;
    /* background-image: -webkit-linear-gradient(top, #76dde8, #24b1b3);
    background-image: -moz-linear-gradient(top, #76dde8, #24b1b3);
    background-image: -ms-linear-gradient(top, #76dde8, #24b1b3);
    background-image: -o-linear-gradient(top, #76dde8, #24b1b3);
    background-image: linear-gradient(to bottom, #76dde8, #24b1b3); */
    text-decoration: none;
    color: #ffffff;
}

.btn-drugStyle:hover {
    background: #76dde8;
    background-image: -webkit-linear-gradient(top, #76dde8, #24b1b3);
    background-image: -moz-linear-gradient(top, #76dde8, #24b1b3);
    background-image: -ms-linear-gradient(top, #76dde8, #24b1b3);
    background-image: -o-linear-gradient(top, #76dde8, #24b1b3);
    background-image: linear-gradient(to bottom, #76dde8, #24b1b3);
    text-decoration: none;
    color: #ffffff;
}

.textFS {
    font-size: 12px;
}

.menulist-Z {
    z-index: 20;
}

.menulist-h {
    height: 80px;
}

.menulist-center {
    font-size: 15px;
    padding: 16px 30px;
}

.menulist-py {
    padding-top: 10px;
}

.sealmenu {
    /* max-width: 1280px; */
}

@media (max-width: 992px) {
    .sealmenu {
        max-width: 100%;
    }

}

.sealmenu li {
    margin: 0 8px;
    max-width: 250px;
    max-height: 45px;
}

.sealmenu-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .sealmenu li {
        margin: 0 4px;
    }

}

.sealmenu-dn {
    width: 200px;
}

/* 在ipad上全屏顯示 */
@media (max-width: 992px) {
    .bannerbox-ms {
        width: 100%;
    }

    .adcard-1 {
        width: 100%;
    }
}

.accborder-top{
    color: #ffffff;
    font-weight: bold;
    padding: 8px 16px;
    letter-spacing: 3px;
    background: linear-gradient(to right, #043995 30%,#ff0018 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000)";
    /*IE 8*/
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color=#000000);
    /*IE 5.5-7*/
}

.ADcardby-l {
    float: left;
    width: 55%;
}

.ADcardby-r {
    float: right;
}

.ADcard .card-body {
    padding: 8px 10px;
}

.ADcard .card-title {
    margin: 0;
}

.fixed-box {
    position: fixed;
    width: 100px;
    z-index: 20;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    left: 10px;
    top: 12%;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 30;
}

.adlist-img{
    max-width: 100%;
    height: 160px;
    object-fit: cover;

}

.slongTitle {
    font-size: 24px;
    color: #04220e;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.slongTitle::after,
.slongTitle::before {
    position: absolute;
    width: 30px;
    height: 2px;
    background: #2c0e03;
    content: '';
    top: 25px;
}

.slongTitle::after {
    left: 0;
}


.slongTitle::before {
    right: 0;
}

.bannerimg {
    width: 750px;
    /*height: 385px;  2024/01/19 客戶說要將高度的部分做隱藏*/
    /*object-fit: cover;*/
}

.slongimg-l {
    /* width: 135px !important; */
    /* height: 175px; 2024/01/19 客戶說要將高度的部分做隱藏*/
    object-fit: cover;
}

.slongimg-r {
    width: 216px;
    /* height: 84px; 2024/01/19 客戶說要將高度的部分做隱藏*/
    /*object-fit: cover;*/
}

.gazeimg {
    width: 215px !important;
    height: 100%;
    object-fit: cover;
    padding: 0 4px;
}

@media (max-width: 992px) {
    .bannerimg {
        max-width: 100%;
    }

    .slongimg-l {
        max-width: 100%;
    }

    .slongimg-r {
        max-width: 100%;
    }

    .gazeimg {
        max-width: 100%;
        height: auto;
        padding: 0 4px;
        margin: 0;
    }
}

@media (max-width: 767px) {
    .bannerimg {
        /*
        20240701客戶要求拿掉
        height: 174px;*/
    }

}

.adcard-1 .card-title {
    margin-bottom: 4px
}

.adcard-1 .card-body {
    padding: 8px 8px;
}

.adcard-ts {
    font-size: 14px;
}

.adcard-imga {
    width: 100%;
    /*height: 188px; 2024/01/19 客戶說要將高度的部分做隱藏*/
    /*object-fit: cover;*/
}

.adcard-imgb {
    width: 100%;
    /* width: 301px; */
    /*height: 150px; 2024/01/19 客戶說要將高度的部分做隱藏*/
    /*object-fit: cover;*/
}

.adcard-imgc {
    width: 100%;
    /*height: 150px; 2024/01/19 客戶說要將高度的部分做隱藏*/
    /*object-fit: cover;*/

}

@media (max-width: 992px) {
    .adcard-imga {
        max-width: 100%;
        /* height: 208px; 2024/01/19 客戶說要將高度的部分做隱藏*/
    }

    .adcard-imgb {
        max-width: 100%;
    }

    .adcard-imgc {
        max-width: 100%;
        /*height: 165px; 2024/01/19 客戶說要將高度的部分做隱藏*/
    }


}

@media (max-width: 767px) {
    .adcard-imga {
        max-width: 100%;
        /*height: 160px; 2024/01/19 客戶說要將高度的部分做隱藏*/
    }

    .adcard-imgc {
        max-width: 100%;
        /*height: 176px; 2024/01/19 客戶說要將高度的部分做隱藏*/
    }

}

.adcard-ch {
    /*height: 310px; 2024/01/19 客戶說要將高度的部分做隱藏*/
}

.hidehight {
    height: 200px;
}

@media (max-width: 992px) {
    .hidehight {
        height: 50px;
    }


}

@media (max-width: 767px) {
    .hidehight {
        height: 65px;
    }

}

.min-nav li {
    margin: 0 10px;

}

.min-nav a {
    color: #043995;
    border-bottom: 2px solid #3ca7dd;
}

.min-nav a:hover {
    color: #043995;
    border-bottom: 2px solid #043995;
}

.min-nav .nav-item .active {
    font-size: 18px;
    color: #043995;
    background: #ddf0ff;
    border-bottom: 2px solid #043995;
    border-radius: 5px 5px 0 0;
}

@media (max-width: 992px) {
    .min-nav li {
        font-size: 18px;
    }

}

.usermenu li a{
    color: #333333;
    border-bottom: 2px solid #4cced1;
    margin: 12px 12px;
}

.usermenu li a:hover {
    color: #003738;
    border-bottom: 2px solid #024a4b73;
}

.usermenu .nav-item .active {
    font-size: 18px;
    color: #024a4b;
    background: #c7e3e39e;
    border-bottom: 2px solid #024a4b73;
    border-radius: 5px 5px 0 0;
}

@media (max-width: 992px) {
    .usermenu li a{
        font-size: 14px;
        margin: 8px 0 0 0;
    }
    .usermenu .nav-item .active {
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .usermenu li a{
        font-size: 12px;
        margin: 6px 6px 0 6px;
    }
    .usermenu .nav-item .active {
        font-size: 12px;
    }

}

.Memberuser li{
    margin: 10px 0;
    border: 1.5px solid #c6c6c6!important;
    background-color: #ffffff;
    border-radius: 5px!important;
}

.Memberuser-title{
    font-size: 18px;
    background-color: #f1f1f1;
    border-right: 1.5px solid #c6c6c6;
    border-radius: 3px 0 0 3px!important;
    padding: 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Memberuser-data{
    background-color: #ffffff;
    border-radius: 0 3px 3px 0!important;
    padding: 8px 16px;
    vertical-align: middle!important;
    align-items: center!important;
    display: flex;
    align-items: center;
    
}


.Memberuser-psw{
    font-size: 18px;
    letter-spacing: 5px;
}

@media (max-width: 992px) {
    .Memberuser-title{
        font-size: 14px;
    }
    .Memberuser-data{
        font-size: 14px;
    }
    .Memberuser-p{
        font-size: 12px;
        margin: 8px 0 24px 0;
    }
    .Memberuser-psw{
        font-size: 16px;

    }

}


.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

.hvr-shrink {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-shrink:hover, .hvr-shrink:focus, .hvr-shrink:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

@-webkit-keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes hvr-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.hvr-push {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
    -webkit-animation-name: hvr-push;
    animation-name: hvr-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c7e3e39e;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 8px 8px 0 0;
}

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
    color: white;
}

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.banner-tips {
    max-width: 1120px;
    margin: 0 auto;
}

.tips-img1 {
    object-fit: cover;
    margin-top: 24px;
}

.tips-u-img{
    width: 1020px;
    height: auto;
    object-fit: cover;
    margin-top: 24px;
}

@media (max-width: 992px) {
    .tips-img1 {
        height: auto;
        margin-top: 18px;
    }
    .tips-u-img{
        width: 100%;
        margin-top: 18px;
    }

}

@media (max-width: 767px) {
    .tips-img1 {
        margin-top: 0;
    }

}

.tips-title {
    padding: 0 0 30px 30px;
}

.tips-title h2 {
    font-size: 35px;
    padding-bottom: 8px;
    border-bottom: 4px solid #ffffff;
}

.tips-title-user{
    padding: 0 0 18px 85px;
}

.tips-title-user h2{
    font-size: 30px;
    padding-bottom: 8px;
    border-bottom: 3px solid #ffffff;
}

.tips-title-sh {
    padding: 0 0 16px 30px;
}

.tips-title-sh h2{
    font-size: 30px;
    padding-bottom: 8px;
    border-bottom: 3px solid #ffffff;
    display: flex;
}

@media (max-width: 992px) {
    .tips-title {
        padding: 0 0 10px 16px;
    }

    .tips-title h2 {
        font-size: 28px;
        border-bottom: 3px solid #ffffff;
    }
    .tips-title-user{
        padding: 0 0 16px 16px;
    }
    
    .tips-title-user h2{
        font-size: 25px;
        padding-bottom: 8px;
        border-bottom: 3px solid #ffffff;
    }
    .tips-title-sh{
        padding: 0 0 8px 16px;
    }
    
    .tips-title-sh h2{
        font-size: 24px;
        padding-bottom: 8px;
        border-bottom: 3px solid #ffffff;
    }

}

@media (max-width: 767px) {
    .tips-title {
        padding: 0 0 8px 8px;
    }

    .tips-title h2 {
        font-size: 16px;
        border-bottom: 2px solid #ffffff;
    }
    .tips-title-user{
        padding: 0 0 8px 14px;
    }
    
    .tips-title-user h2{
        font-size: 16px;
        padding-bottom: 2px;
        border-bottom: 2px solid #ffffff;
    }
    .tips-title-sh{
        padding: 0 0 4px 16px;
    }
    
    .tips-title-sh h2{
        font-size: 16px;
        padding-bottom: 2px;
        border-bottom: 2px solid #ffffff;
    }

}

.title-en{
    color: #000000;
    padding-right: 10px;
}

.title-cn{
    color: #000000;
}

.nav-link {
    color: #333333;
}

.tips-fs:hover {
    color: #ffffff;
    background-color: #4cced1;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #25999b;
}

.tips-mt {
    margin: 24px 0;
}

.tips-imgt {
    margin: 0;
    text-align: justify;
}

.tips-img2 {
    width: 100%;
    object-fit: cover;
    margin: 0 auto;
    margin-top: 24px;
}

.tips-btn {
    color: #015449;
    border: 1px solid #026465 !important;
}

.tips-btn:hover {
    color: #fff;
    background-color: #01887d !important;
}

.tips-mb .active {
    color: #fff;
    background-color: #026465 !important;
}

.tips-mb {
    margin: 8px 0;
}

.tips-pd {
    padding: 20px 32px;
}

@media (max-width: 992px) {
    .tips-img2 {
        max-width: 100%;
    }

    .tips-pd {
        padding: 16px 24px;
    }

}

@media (max-width: 767px) {
    .tips-imgt {
        margin: 16px 0;
    }

    .tips-mt {
        margin: 16px 0;
    }

    .tips-fs {
        font-size: 12px;
    }

    .tips-mb {
        margin: 0;
    }

    .tips-pd {
        padding: 16px 8px;
    }

    .tips-img2 {
        margin-top: 16px;
    }

    .tips-btn {
        font-size: 12px;
    }

}

.waycard-mt {
    margin: 16px 0;
}

.waycard-fs {
    line-height: 2;
    text-align: justify;
}

.waycard-fs h5 {
    font-size: 20px;
}

.waycard-fs p {
    font-size: 16px;
    text-indent: 35px;
}

.ls-4 {
    font-size: 18px;
    letter-spacing: 4px;
    padding: 10px 20px;
}

.fs-color-o {
    color: #ff5e10;
}


@media (max-width: 767px) {
    .waycard-fs h5 {
        font-size: 16px;
    }

    .waycard-fs p {
        font-size: 13px;
    }

    .ls-4 {
        font-size: 16px;
    }

}

.membercard-mt {
    margin: 16px 0;
}

.membercard-fs {
    line-height: 2;
    font-size: 16px;
    text-align: justify;

}

@media (max-width: 767px) {
    .membercard-fs {
        line-height: 2;
        font-size: 14px;

    }

}

.exchangecard-fs {
    line-height: 2;
    font-size: 16px;
    text-align: justify;
}

.exchangecard-fs .p1 {
    font-size: 16px;
    text-indent: 35px;
    line-height: 1.5;
}

.exchangecard-fs .p2 {
    font-size: 16px;
    text-indent: 8px;
    line-height: 1.5;
}

.exchangecard-fs .p3 {
    font-size: 16px;
    text-indent: 24px;
    line-height: 1.5;
}

.exchangecard-mt {
    margin: 16px 0;
}

@media (max-width: 767px) {
    .exchangecard-fs {
        font-size: 14px;
    }

    .exchangecard-fs .p1 {
        font-size: 14px;

    }

    .exchangecard-fs .p2 {
        font-size: 14px;
        text-indent: 0;
        margin-top: 8px;
    }

    .exchangecard-fs .p3 {
        font-size: 14px;
        text-indent: 0;
    }

}

.newlist-da-img {
    max-width: 100%;
    height: auto;

}

.newslist-title {
    font-size: 18px;
}

.ls-m1 {
    margin: 0 16px;
}

.ls-m2 {
    margin: 0 24px;
}


@media (max-width: 767px) {
    .newslist-title {
        font-size: 14px;
    }

    .ls-m1 {
        margin: 0 8px;
    }

    .ls-m2 {
        margin: 0 16px;
    }


}

.accordion-button:not(.collapsed) {
    color: #026465;
    background-color: #02646517;
    box-shadow: inset 0 -1px 0 rgb(0 0 0 / 13%);
}

.accordion-button:hover {
    color: #fff;
    background-color: #3abbbd;

}

.inpu-btn-s {
    color: #fff;
    background-color: #026465;

}

.inpu-btn-c {
    color: #015449;
    border: 1px solid #015449;
}

.inpu-btn-s:hover, .inpu-btn-c:hover {
    color: #fff;
    background-color: #01887d;
}


/* 驗證碼 */

.code {
    width: 160px;
    background: url("../img/code.jpg");
    font-size: 24px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-style: italic;
    color: rgb(1, 51, 30);
    border: 0;
    padding: 2px 3px;
    letter-spacing: 7px;
    font-weight: bolder;
}

.contact-box {
    margin-top: 40px;
}

.contact-box label {
    font-size: 18px;
}

.contact-box .map-box {
    position: relative;
    padding-top: 39%;
    width: 90%;
    margin: 0 auto;
}

.contact-box .map-box iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 24px;
}

@media (max-width: 767px) {
    .contact-box {
        margin-top: 20px;
    }

    .contact-box label {
        font-size: 16px;
    }

    .contact-box .map-box iframe {
        margin-top: 16px;
    }

}

.about-img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

.about-fs {
    font-size: 18px;
    line-height: 2;

}

@media (max-width: 767px) {
    .about-img {
        max-width: 100%;

    }

    .about-fs {
        font-size: 14px;
        line-height: 2;
        margin-top: 30px;

    }

}

.weblink-img {
    width: 80%;
    margin: 0 auto;
    object-fit: contain;
}

.weblink-p-fs {
    border-top: 2px solid #4cced1;
    margin-top: 8px;
    padding: 8px 0;
}

.weblink-p-fs:hover {
    border-top: 2px solid #016d6e;
    color: #016d6e;
}

.weblink-box div {
    margin: 28px 0;
    border: 1px dashed #d4d4d4;
    border-radius: 10px;
    padding: 12px 12px;
    background-color: #fff;

}

.weblink-box div:hover {
    border: 2px dashed #016d6e;


}

@media (max-width: 767px) {
    .weblink-p-fs {
        font-size: 14px;
    }

    .weblink-box div {
        margin: 12px 0;
    }

}

.acccard-mt{
    margin: 4px 0 16px 0;
}

.zipstyle{
    background-color: #fff!important;
    border-color: #01544900;
}

.acc-title-s1{
    letter-spacing: 7px;
}

.acc-title-s2{
    letter-spacing: 13px;
}

.acc-title-s3{
    letter-spacing: 0.5px;
}

.login-modal-header{
    border-bottom: 1px solid #dee2e600;
}

.loginmo-label{
    font-size: 18px;
}

.loginmo-p1{
    font-size: 14px;
}

.loginmo-p1 .acc-p {
    color:#015449!important;
    font-size: 16px;
}

.loginmodal-content{
    border-radius: 15px;
    background-image: url("../img/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.noticemodal-content{
    border-radius: 15px;
    background-image: url("../img/login-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.forgetpsw-pt{
    font-size: 22px;
}

.forgetpsw-p1{
    font-size: 18px;
    line-height: 2;
    margin: 16px 30px;
}

.bg-success{
    background-color: #4ccfd1a1!important;
}

.sp-cart-title{
    letter-spacing: 10px;
    font-size: 18px;
}

.order-table-title-p{
    font-size: 18px;
    margin: 16px 0;
    padding: 0 28px;
}

.order-table-title{
    color: #000;
    background-color: #d1e7dd;
    border-bottom:1px solid #000;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
}

.order-table-data{
    color: #000;
    background-color: #ffffff;
    border-bottom:1px solid #9d9d9d;
    font-size: 18px;
}

.order-tablemi-title{
    color: #000;
    background-color: #b5e3dc8c;
    border-bottom:1px solid #000;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

.order-tablemi-data{
    color: #000;
    background-color: #ffffff;
    border-bottom:1px solid #9d9d9d;
    font-size: 16px;
}

.order-tablepad-data{
    color: #000;
    background-color: #ffffff;
    border:1px solid #005a3c;
    font-size: 14px;

}
.order-table-data-c{
    background-color: #f3f3f394;
    padding: 16px 32px;
}

@media (max-width: 992px) {
    .order-table-data-c{
        padding: 12px 24px;
    }
    .order-table-title-p{
        font-size: 14px;
    }

}

@media (max-width: 767px) {
    .order-table-title{
        font-size: 14px;
    }
    .order-table-data{
        font-size: 14px;
    }
    .order-table-data-c{
        padding: 10px 10px;
    }

}

.mscard-footer{
    border-top:1px solid #005a3c00;
}

.border-sh {
    border: 2px solid transparent!important;
    border-radius: 24px 8px 24px 8px!important;
    background-clip: padding-box, border-box!important;
    background-origin: padding-box, border-box!important;
    background-image: linear-gradient(to right, rgb(255, 255, 255), rgb(255, 255, 255)), linear-gradient(90deg, #043995, #3ca7dd)!important;
}

.prosh-box{
    width: 1080px;
    padding: 24px 20px;
    margin: 16px 24px;
}

.prosh-box label{
    font-size: 16px;
}

.prosh-img{
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
}

.prosh-sh-p{
    margin: 8px 16px 20px 16px;
    font-size: 20px;
}


@media (max-width: 992px) {
    .border-sh {
        border: 1px solid transparent!important;
        border-radius: 24px 8px 24px 8px!important;
    }
    .prosh-box{
        width: 100%;
        padding: 20px 16px;
        margin: 8px 16px;
    }
    .prosh-box label,input,select {
        font-size: 14px!important;
    }    
    .prosh-img{
        width: 150px;
        height: auto;
    } 
    .prosh-sh-p{
        margin: 8px 16px 8px 16px;
    }
     

}
@media (max-width: 767px) {
    .prosh-box{
        padding: 20px 4px;
        margin: 8px 16px;
    }
}


.prosh-table-title{
    color: #000;
    background-color: #d1e7dd;
    border-bottom:1px solid #000;
    border-radius: 5px 5px 0 0;
}

.prosh-table-data{
    color: #000;
    background-color: #ffffff;
    border-bottom:1px solid #9d9d9d;
    border-radius: 5px 5px 0 0;
}

.prosh-tablemi-title{
    color: #000;
    background-color: #ffffff;
    border-bottom:1px solid #000;
    border-radius: 5px 5px 0 0;
    font-size: 16px;
}

.prosh-tablemi-title li{
    color: #212529;
    border:1px solid #dfdfdf;
    font-weight: bold;
    padding: 8px;
    align-items: center;

}

.prosh-tablemi-data {
    border-bottom:1px solid #9d9d9d;
    background-color: #fff;
    padding: 8px 8px 4px 8px;
}

.prosh-tablemi-data li{
    padding: 0 4px;

}

.prosh-tablemi-title .prosh-p-fs{
    padding: 0;
}

.border-e{
    border-radius: 0 5px 0 0;
}

.border-s{
    border-radius: 5px 0 0 0;
}

.prosh-tablepad-data{
    color: #000;
    background-color: #ffffff;
    border:1px solid #ffffff;
    font-size: 14px;
}

.prosh-p1{
    font-size: 16px;
}

.prosh-p2{
    font-size: 10px;
}

.banner-tips-porsh{
    max-width: 1280px;
    margin: 0 auto;
}

.prosh-btn{
    padding: 0;
}

.adpro-txtbox li{
    margin: 2px 0;
}

.adpro-txtboxlist li{
    margin: 8px 0;
}

.adpro-box-img{
    max-width:  100%!important;
    max-height: 400px!important;
    min-width:  100%!important;
    min-height: 400px!important;
    object-fit: cover;   
}

.adpro-box-imgs{
    max-width:  100%!important;
    max-height: 135px!important;
    min-width:  100%!important;
    min-height: 135px!important;
    object-fit: cover;   
}


@media (max-width: 992px) {
    .adpro-box-img{
        max-width:  100%!important;
        max-height: 265px!important;
        min-width:  100%!important;
        min-height: 265px!important;
        object-fit: cover;   
    }
    
    .adpro-box-imgs{
        max-width:  100%!important;
        max-height: 90px!important;
        min-width:  100%!important;
        min-height: 90px!important;
        object-fit: cover;   
    }
    
}

@media (max-width: 767px) {
    .adpro-box-img{
        max-width:  100%!important;
        max-height: 340px!important;
        min-width:  100%!important;
        min-height: 340px!important;
        object-fit: cover;   
    }
    
    .adpro-box-imgs{
        max-width:  100%!important;
        max-height: 110px!important;
        min-width:  100%!important;
        min-height: 110px!important;
        object-fit: cover;   
    }
    
}

.fs-7{
    font-size: 14px;
}


@media (max-width: 767px) {
    .drugtit{
        font-size: 14px;
    }

    .drugtxt{
        margin-top: 16px;
    }
}


.text-over1{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    /* width: 100px; */
}

.text-over2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.text-outofstock{
    color: #e60012  
}

.btn-keyword {
    color: #fff;
    background-color: #3366cc;
    border-color: #3366cc;
  }

.btn-search {
    color: #fff;
    background-color: #043995;
    border-color: #043995;
  }

  .list-group-item-secondary{
    background: #043995;
    color: #ffffff;
}

.card-header1 {
    background: #3ca7dd;
    color: #ffffff;
}

.card-header2 {
    background: #043995;
    color: #ffffff;
}

.card-header3 {
    background: #ff0018;
    color: #ffffff;
}

.boder1{
    border-top: 1px solid #dee2e6 !important;
}

.text-RR{
    color: #be0000!important;
}


.prosh-tablemi-data li {
    border-right: 1px solid #ddd;
    /* 右側分隔線 */
    padding: 12px;
    text-align: center;
    height: 100%;
    width: 80px;
    height: auto;
}

/* 移除最後一個 li 的右邊框，避免重複 */
.prosh-tablemi-data li:last-child {
    border-right: none;
}

.prosh-tablemi-title li,
.prosh-tablemi-data li {
    border-right: 1px solid #ddd;
    /* 統一邊框 */
}

.prosh-tablemi-title li:last-child,
.prosh-tablemi-data li:last-child {
    border-right: none;
    /* 避免最後一列多一條線 */
}

.prosh-tablemi-title {
    border-bottom: 2px solid #000;
    /* 讓表頭底部線條加粗 */
}

.prosh-tablemi-data {
    border-bottom: 1px solid #ddd;
    /* 讓表身線條較細 */
}

.prosh-tablemi-title li,
.prosh-tablemi-data li {
    flex: 1;
    /* 確保所有欄位的寬度分配相同 */
    text-align: center;
}

.prosh-tablemi-title .col-4,
.prosh-tablemi-data .col-4 {
    flex: 2;
    /* 確保品名 / 成份欄位較寬 */
}

.prosh-tablemi-title .col-2,
.prosh-tablemi-data .col-2 {
    flex: 1.5;
    /* 確保訂購 / 操作欄位較窄 */
}

.prosh-tablemi-title p,
.prosh-tablemi-data p {
    margin: 0;
    padding: 0;
}

.prosh-tablemi-title li,
.prosh-tablemi-data li {
    padding: 10px 5px !important;
    /* 統一內距 */
}
/* 讓 li 高度跟隨內容，確保垂直線填滿 */
.prosh-tablemi-title,
.prosh-tablemi-data {
    display: flex;
    align-items: stretch; /* 讓所有 li 高度一致，避免 border-right 斷裂 */
}

/* 讓 li 內的內容垂直 & 水平置中 */
.prosh-tablemi-title li,
.prosh-tablemi-data li {
    display: flex;
    align-items: center; /* 讓內容垂直置中 */
    justify-content: center; /* 讓內容水平置中 */
    border-right: 1px solid #ddd; /* 確保每個 li 之間的垂直線存在 */
    padding: 10px !important;
}

/* 讓 li 內的文字、圖片、輸入框等內容填滿高度 */
.prosh-tablemi-title li > *,
.prosh-tablemi-data li > * {
    flex: 1; /* 讓內部元素自適應高度 */
    display: flex;
    align-items: center; /* 內容垂直置中 */
    justify-content: center;
    width: 100%;
    /* height: 80px; */
}

/* 移除最後一個 li 的 border-right，避免多餘的邊線 */
.prosh-tablemi-title li:last-child,
.prosh-tablemi-data li:last-child {
    border-right: none;
}
.prosh-tablemi-title,
.prosh-tablemi-data {
    display: flex;
    align-items: stretch; /* 讓所有 li 高度一致 */
}

.prosh-tablemi-title li,
.prosh-tablemi-data li {
    display: flex;
    flex-grow: 1;
    align-items: stretch; /* 讓 li 內部填滿 */
    justify-content: center;
    border-right: 1px solid #ddd;
    padding: 10px !important;
}

/* 讓 div 撐滿 li，高度自適應 */
.prosh-tablemi-title li > div,
.prosh-tablemi-data li > div {
    display: flex;
    flex-direction: column; /* 讓 div 內的 p, span 垂直排列 */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; /* 讓 div 撐滿整個 li */
}

/* 修正最後一個 li，防止多餘的邊框 */
.prosh-tablemi-title li:last-child,
.prosh-tablemi-data li:last-child {
    border-right: none;
}

.prosh-tablemi-title li > div,
.prosh-tablemi-data li > div {
    flex-grow: 1; /* 讓 div 內的內容填滿 li */
}

/* 確保 `li` 高度統一，防止 border-right 出現空白 */
.prosh-tablemi-title,
.prosh-tablemi-data {
    display: flex;
    align-items: stretch; /* 讓所有 li 高度一致 */
    flex-wrap: nowrap; /* 防止自動換行 */
}

/* 讓 `li` 內的 `div` 撐滿高度 */
.prosh-tablemi-title li,
.prosh-tablemi-data li {
    display: flex;
    flex-grow: 1;
    align-items: stretch; /* 讓 li 內部填滿 */
    justify-content: center;
    border-right: 1px solid #ddd;
    padding: 4px !important;
    text-align: center; /* 水平置中 */
}

/* 讓 `div` 撐滿 `li` 高度，確保 border-right 填滿 */
.prosh-tablemi-title li > div,
.prosh-tablemi-data li > div {
    display: flex;
    flex-direction: column; /* 讓 div 內的 p, span 垂直排列 */
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; /* 讓 div 撐滿整個 li */
    flex-grow: 1;
}

/* 確保最後一個 `li` 沒有多餘的邊框 */
.prosh-tablemi-title li:last-child,
.prosh-tablemi-data li:last-child {
    border-right: none;
}

@media (max-width: 767px) {
    .list-group-item{
        background-color: #ffffff00;
    }
}

.bg-CCC{
    background-color: #CCCCCC!important;
}

.product-search{
    display: unset !important;
    width: 68% !important;
    margin-left: 12px;
}

#bannerbox:hover .carousel-control-next-icon{
    height: 50px;
    background-color: #000;
    opacity: 0.6;
  }
  
  #bannerbox:hover .carousel-control-prev-icon{
    height: 50px;
    background-color: #000;
    opacity: 0.6;
  }

  .product-search-select{
    margin-left:16px;
}
  
/* 新增僅舊版Edge與IE生效設定，解決舊版Edge無法滑鼠滾輪滾動的問題 */
@supports (-ms-ime-align:auto) {
    .id-wrapper {
        overflow-y: auto !important;
        -ms-overflow-style: scrollbar !important;
    }
}
