body {
    font-family: 'Arial', sans-serif;
}


a {
    text-decoration: none;
    color: unset;
}

    a:hover {
        color: unset;
    }


li::marker {
    color: #397e46;
}

small {
    font-size: 12px;
    letter-spacing: 6px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid#5c5c5c;
}

.form-check-input:focus {
    box-shadow: none;
    border: 1px solid#b4b4b4;
}

.form-select:focus {
    box-shadow: none;
    border: 1px solid#5c5c5c;
}

.font_weight_bold {
    font-weight: 900;
}

.font_14 {
    font-size: 14px;
}

.font_16 {
    font-size: 16px;
}

.font_18 {
    font-size: 18px;
}

.font_20 {
    font-size: 20px;
}

.font_25 {
    font-size: 25px;
}

.font_30 {
    font-size: 30px;
}

.font_40 {
    font-size: 40px;
}


.font_white {
    color: #fff;
}

.font_gray {
    color: #7a7a7a;
}

.font_red {
    color: #f23b3b;
}

.font_orange {
    color: #f2aa3b;
}

.font_yellow {
    color: #f4e71f;
}

.font_blue {
    color: #01445e;
}

.font_green {
    color: #397e46;
}

.font_green2 {
    color: #4eb160;
}

.font_brown {
    color: #301818;
}

.letter_spacing_5 {
    letter-spacing: 5px;
}

.text_align_left {
    text-align: left;
}

.text_align_center {
    text-align: center;
}

.word_break_all {
    word-break: break-all;
}

.cursor_pointer {
    cursor: pointer;
}

.default_btn {
    width: 150px;
    padding: 5px;
    border: none;
    text-align: center;
}

.default_btn2 {
    width: 100%;
    padding: 5px;
    border: none;
}

.default_btn3 {
    width: 100px;
    padding: 3px;
    border-radius: 5px;
    border: none;
}

.default_btn4 {
    width: 100px;
    padding: 5px;
    border: none;
}

.default_btn5 {
    padding: 5px 20px;
    border: none;
}

.border-radius_99 {
    border-radius: 99px;
}

.boder_blue {
    border: 2px solid #01445e;
}

.boder_orange {
    border: 2px solid #fcb13c;
}

.boder_orange2 {
    border: 1px solid #fcb13c;
}


.boder_gray {
    border: 1px solid #7a7a7a;
}

.boder_bottom_blue_1 {
    border-bottom: 1px solid #01445e;
}

.boder_bottom_blue_2 {
    border-bottom: 2px solid #01445e;
}

.btn_orange {
    background-color: #da5f11;
    color: #fff;
}

.btn_orange2 {
    background-color: #f08b17;
    color: #fff;
}

.btn_yellow {
    background-color: #fcb13c;
    color: #fff;
}

.btn_white {
    background-color: #fff;
    color: #000;
    border: 1px solid #333;
}

.btn_white2 {
    background-color: #fff;
    color: #01445e;
    border: 1px solid #01445e;
}

    .btn_white2:hover {
        background-color: #01445e;
        color: #fff;
        transition: 0.3s all ease-in-out;
    }


.btn_blue {
    background-color: #4367b5;
    color: #fff;
}

.btn_blue2 {
    background-color: #01445e;
    color: #fff;
}

.btn_green {
    background-color: #24aa39;
    color: #fff;
}

.btn_gray {
    background-color: #b4b4b4;
    color: #fff;
}

.btn_gray2 {
    background-color: #747474;
    color: #fff;
}

.bg_white {
    background-color: #fff;
}

.bg_gray {
    background-color: #d4d4d4;
}

.bg_gray2 {
    background-color: #f0f0f0;
}

.bg_blue {
    background-color: #01445e;
}

.bg_orange {
    background-color: #f08b17;
}

.bg_yellow {
    background-color: #f3aa3b;
}

.bg_green {
    background-color: #84bf3f;
}

.bg_green2 {
    background-color: #22ad72;
}

.text_align_left {
    text-align: left;
}

.text_align_center {
    text-align: center;
}

.absolute_bottom {
    position: absolute;
    bottom: 0;
}

.relative {
    position: relative;
}

.logo {
    width: 15em;
}

.center_width {
    max-width: 1320px;
}

.section_gap {
    margin-top: 3px;
}

.flex {
    display: flex;
}

.default_flex {
    display: flex;
    align-items: center;
}

.default_flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.margin_left_auto {
    margin-left: auto;
}

.flex_direction_column {
    flex-direction: column;
}

.width_20 {
    width: 20px;
}

.width_40 {
    width: 40px;
}

.width_80 {
    width: 80px;
}

.width_100 {
    width: 100px;
}

.width_150 {
    width: 150px;
}

.width_250 {
    width: 250px;
}

.width_300 {
    width: 300px;
}

.width_70p {
    width: 70%;
}

.width_100p {
    width: 100%;
}

.max_width_100p {
    max-width: 100%;
}

.height_100 {
    height: 100px;
}

.height_150 {
    height: 150px;
}

.height_380 {
    height: 380px;
}

.height_70p {
    height: 70%;
}

.height_100p {
    height: 100%;
}

.line_height_30 {
    line-height: 30px;
}

.btn_go_to_shop {
    position: fixed;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 150px;
}

.PC {
}

.M {
    display: none;
}

/* 自訂radio樣式 */
.check_radio {
    /*要換行就用 display: block;*/
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .check_radio input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.checkmark {
    position: absolute;
    top: 5px;
    left: 6px;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #b4b4b4;
}

.check_radio:hover input ~ .checkmark {
    background-color: #ccc;
}

.check_radio input:checked ~ .checkmark {
    background-color: #2196F3;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.check_radio input:checked ~ .checkmark:after {
    display: block;
}

.check_radio .checkmark:after {
    top: 4px;
    left: 4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* 自訂radio樣式 END */

/****導覽列****/
.navbar {
    font-size: 18px;
    background-color: #fff;
}

.navbar-toggler {
    border: 2px solid #01445e;
}

    .navbar-toggler:focus {
        box-shadow: none;
    }

.navbar-toggler-icon {
    background-image: url("../img/toggler_bg.png")
}

.navbar-brand {
    width: static;
}

    .navbar-brand img {
        width: 180px;
    }

.nav_logo {
    padding-left: 20px;
    color: #ffffff;
    display: none;
}

.navbar-nav img {
    width: 30px;
    margin-bottom: 5px;
    margin-right: 10px;
}

.up_btn {
    letter-spacing: 3px;
    color: #01445e;
    text-align: center;
    padding-top: 10px;
}

.up_btn_logo {
    display: block;
    padding-top: 0px;
}

.up_btn_logo_line {
    margin-top: 5px;
    margin-bottom: 0;
    height: 1px;
    width: 150px;
    background-color: #ffffff;
}

.up_btn_line {
    display: block;
}

.nav-link:hover {
    color: #01445e;
}

.nav_position {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.car {
    width: 120px;
    display: inline;
}

.car2 {
    display: none;
    width: 120px;
    margin-left: auto;
}

/****Foot****/
.foot {
    /* background-color: #01445e; */
    background-image: url('../img/Web_Pic_Footer_bg.png');
    background-size: cover;
    text-align: center;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 10px;
}

.foot_logo {
    width: 250px;
}

.foot_store {
    width: 180px;
    /*250px*/
}

    .foot_store .qr_code {
        /* border: 1px solid #fff; */
        /* border-radius: 20px; */
        text-align: center;
        font-size: 20px;
        letter-spacing: 5px;
        font-weight: bold;
    }

        .foot_store .qr_code img {
            width: 180px;
        }

.foot_bottom img {
    height: 25px;
}

.foot_logo2 {
    height: 20px;
}

/****輪播****/
.swiper_adjust {
    height: 150px;
}

.swiper-slide {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0.5;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .swiper-pagination {
    position: absolute;
    top: 600px;
    z-index: 10;
} */

/* .swiper-button-next:after {
    background-image: url('../img/Web_Pic_Bottom_R.svg');
    background-size: cover;
}

.swiper-button-prev:after {
    background-image: url('../img/Web_Pic_Bottom_L.svg');
    background-size: cover;
} */

.swiper-pagination-bullet {
    height: 15px;
    width: 15px;
    background: rgba(64, 82, 143, 0.904);
    border: 3px solid #fff;
}

/* .mask {
    position: relative;
    z-index: 5;
    top: -850px;
}

#swiper_mask {
    width: 100%;
    height: 850px;
} */


.about_swiper {
    overflow: hidden;
}

    .about_swiper .swiper {
        width: 180%;
        left: -40%;
        height: 650px;
        padding-left: 80px;
        padding-right: 80px;
        background-color: #01445e;
    }

    .about_swiper .swiper-wrapper {
        width: 100px;
    }

    .about_swiper .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        scale: 1.0;
    }

    .about_swiper .swiper-slide-active {
        scale: 1.0;
    }

    .about_swiper .swiper-button-next,
    .about_swiper .swiper-button-prev {
        color: transparent;
        height: 60px;
        width: 60px;
        /* background-image: url('./img/Web_Pic_Bottom_L.svg'); */
    }

    .about_swiper .swiper-button-next {
        right: 32%;
        background-image: url('../img/Web_Pic_Bottom_R.svg');
    }

    .about_swiper .swiper-button-prev {
        left: 32%;
        background-image: url('../img/Web_Pic_Bottom_L.svg');
    }

/****上方搜尋列****/
.top_search {
    width: 100%;
    background-color: #01445e;
    z-index: 10;
    top: 80px;
    position: fixed;
}

.top_search_up {
    height: 70px;
}

.top_search_form-control1 {
    /* background-image: url("../img/Web_Pic_Search.svg"); */
    background-color: transparent;
    background-repeat: no-repeat;
    color: #fff;
    background-size: 40px 40px;
    background-position: 120% -10px;
    background-origin: content-box;
    border-style: none;
    border-bottom: 2px solid #fff;
    /* text-indent: 30px; */
    padding-right: 30px;
}

    .top_search_form-control1::placeholder {
        color: rgba(255, 255, 255, 0.6);
    }

    .top_search_form-control1:focus {
        outline: none;
    }

.top_search_form-control2 {
    background-image: url("../img/Web_Pic_Search.svg");
    background-color: transparent;
    background-repeat: no-repeat;
    border-style: none;
    height: 40px;
    width: 40px;
    position: absolute;
    top: -10px;
    right: 0px;
}

.top_search_advance_btn {
    width: 120px;
}

.top_search_advance {
    width: 100%;
    background-color: #fff;
}

.top_search_member img {
    width: 35px;
    height: 35px;
    object-fit: cover;
    border-radius: 50%;
}

.top_search_member_name {
    width: 120px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.btn_dropdown {
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 150px;
    background-color: #fff;
    right: 8px;
    top: 40px;
    border: 1px solid #01445e;
    padding: 5px 0px;
}

    .btn_dropdown > a {
        padding: 2px 10px;
        color: #696969;
    }

        .btn_dropdown > a:hover {
            color: #01445e;
        }

.top_search_cart img {
    width: 35px;
}

/****側邊欄****/
.sidebar {
    min-height: 80vh;
    transform: translateX(0px);
    transition: 400ms transform ease;
}

.sidebar_in {
    min-height: 80vh;
    overflow: hidden;
}

.sidebar_btn {
    display: none;
    cursor: pointer;
}

.sidebar_btn_in {
    width: 100%;
    height: 100%;
}

    .sidebar_btn_in img {
        width: 20px;
    }

.sidebar a {
    transition: 400ms transform ease;
}

.sidebar_img {
    width: 15px;
}

.sidebar ul {
    padding-left: 0px;
}

/*側邊欄位下拉選單*/
.dropdown-toggle {
    color: #01445e;
    font-weight: bold;
    width: 100%;
    border-radius: 0px;
}

    .dropdown-toggle:hover {
        color: #01445e
    }

    .dropdown-toggle:focus {
        border: 1px solid #01445e;
    }

    .dropdown-toggle:focus {
        box-shadow: none;
    }

    .dropdown-toggle::after {
        display: none;
    }

.dropdown-menu {
    position: relative;
    background-color: #f8f8f8;
    /*inherit*/
    color: #01445e;
    border: none;
    margin-left: 30px;
    line-height: 30px;
}

/****panel****/
.btn_contact_black {
    position: fixed;
    z-index: 20;
    width: 100vw;
    height: 100vh;
    background-color: rgba(51, 51, 51, 0.8);
}

.panel {
    position: fixed;
    z-index: 5;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    border-radius: 10px;
    background-color: #fff;
    color: #3b3b3b;
}

    .panel .default_flex2 {
        flex-direction: column;
    }

        .panel .default_flex2 .default_flex2 {
            flex-direction: row;
        }

.panel_main_img {
    width: 25%;
}

.panel_grid {
    display: grid;
    width: 90%;
    grid-template-columns: 25% 75%;
}

.shopping_cart {
    width: 800px;
}

    .shopping_cart .title {
        border-radius: 10px 10px 0px 0px;
        ;
    }

.shopping_content {
    height: 400px;
    overflow-y: auto;
}

.shopping_cart_item_grid {
    display: grid;
    width: 100%;
    grid-template-columns: 15% 40% 35% 10%;
    padding-bottom: 10px;
    border-bottom: 1px solid #747474;
}



input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill,
input:-webkit-autofill:focus,
textarea:-webkit-autofill:focus,
select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    background-color: #fff !important;
    background-clip: content-box !important;
    transition: background-color 9999s ease-in-out 0s;
}


/****section共用****/
.top_adjust {
    height: 150px;
}

.section_title {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.section_title2 {
    font-size: 22px;
    font-weight: bold;
    color: #01445e;
    text-align: center;
    border-left: 8px solid #01445e;
}

.section_title2_2 {
    font-size: 22px;
    font-weight: bold;
    color: #84bf3f;
    text-align: center;
    border-left: 8px solid #84bf3f;
}

.section_title3 {
    font-size: 20px;
    font-weight: bold;
}

.section_title4 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

.section_line {
    height: 1px;
    background-color: #01445e;
}

.section_line_2 {
    height: 2px;
    background-color: #01445e;
}

.section_line2 {
    height: 100%;
    width: 2px;
    background-color: #01445e;
}

.default_section_content img {
    width: 100%;
    max-width: 750px;
}

.product_item:hover {
    outline: 2px solid #01445e;
    ;
    outline-offset: -2px;
}

.pagination_flex {
    display: flex;
}

.pagination_right {
}

.pagination_left {
    margin-left: auto;
}

.pagination_select {
    background-color: #9b9b9b;
    color: #ffffff;
    padding: 10px 20px;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    list-style-type: none;
}

    .pagination li {
        margin: 0 5px;
    }

    .pagination a {
        text-decoration: none;
        padding: 8px 16px;
        background-color: #9b9b9b;
        color: white;
        border-radius: Spx;
        transition: background-color 0.3s;
    }

        .pagination a:hover {
            background-color: #01445e;
        }

.tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* center */
    -moz-column-gap: 5px;
    column-gap: 5px;
    margin: 2em auto;
    max-width: 1200px;
    width: 100%;
}

    .tabs input[type=radio] {
        display: none;
    }

        .tabs input[type=radio]:checked + label {
            color: black;
            transform: translatey(1px);
            border-bottom: 4px solid #555555;
        }

            .tabs input[type=radio]:checked + label + .tab-content {
                display: block;
            }

    .tabs label {
        padding: 0.5em 0.75em;
        font-size: 20px;
        color: #ccc;
        border-bottom: unset;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        cursor: pointer;
        order: 0;
    }

        .tabs label:hover {
            color: black;
        }

    .tabs .tab-content {
        display: none;
        padding: 1em;
        width: 100%;
        border-radius: 5px;
        order: 1;
    }

.form_grid {
    display: grid;
    width: 100%;
    grid-template-columns: 15% 85%;
}

    .form_grid > div,
    .form_grid2 > div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 8px 0px;
    }

.form_grid2 {
    display: grid;
    width: 100%;
    grid-template-columns: 15% 50%;
}

/*捲軸底*/
.scroll_bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #b7bdf3;
}

/*捲軸寬*/
.scroll_bar::-webkit-scrollbar {
    width: 3px;
    background-color: black;
}

/*捲軸本體顏色*/
.scroll_bar::-webkit-scrollbar-thumb {
    background-color: #4367b5;
}


/****index****/
.index_brand {
    background-color: #fac82b;
}

    .index_brand img {
        max-width: 220px;
    }

.index_news_title {
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/****about****/
.bg_about {
    background-image: url('../img/Web_Pic_01_About_banner.jpg');
    background-size: cover;
}

.about_bottom_bar {
    width: 500px;
}

.brand_item:hover {
    box-shadow: 0px 0px 0px 2px #95a8d1 inset;
    cursor: pointer;
}

.brand_item img {
    max-width: 100%;
}

.store_width {
    width: 1200px;
}

.store_item {
    /* background-image: url('../img/Web_Pic_Contact_propic.svg'); */
    background-repeat: no-repeat;
    background-position: bottom 50% right 20px;
}

.store_text {
    align-self: flex-end;
    margin-bottom: 40px;
    font-size: 18px;
    color: #01445e;
}

.about_store .tabs {
    justify-content: center;
    margin: 0 auto;
}

    .about_store .tabs label {
        text-align: center;
        color: #01445e;
        border: 2px solid#01445e;
        border-radius: 0px;
        width: 150px;
        margin-top: 5px;
    }

        .about_store .tabs label:hover {
        }

    .about_store .tabs input[type=radio]:checked + label {
        text-align: center;
        color: #fff;
        background-color: #01445e;
        border-radius: 0px;
    }

.about_store .tab-content {
    font-size: 18px;
    color: #01445e;
}

/****news****/
.health_item {
    margin-top: 20px;
}

    .health_item img {
        width: 100%;
        max-height: 300px;
        object-fit: contain;
    }

    .health_item .section_intro {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        padding-bottom: 0px;
    }

.health_item_btn {
    position: absolute;
    bottom: 20px;
}

/****product****/
.products_content_out {
    overflow: hidden;
}

.products_content {
    max-width: fit-content;
    margin-inline: auto;
    max-width: 1000px;
    line-height: 30px;
    position: relative;
}

.products_info {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.products_detail_content img {
    width: 30px;
    margin: 0 2px;
}

.products_selection {
    display: flex;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.products_selection_blue {
    border-bottom: 2px solid #01445e;
}

.products_selection_yellow {
    border-bottom: 2px solid #f3aa3b;
}

.products_selection_green {
    border-bottom: 2px solid #84bf3f;
}

.magnifier {
    margin-left: auto;
}

    .magnifier img {
        width: 30px;
        height: 30px;
    }

.form-select:focus {
    box-shadow: none;
}

.product_swiper .swiper {
    height: 300px;
}

.product_item_1 {
    height: 150px;
    width: 150px;
    box-shadow: 0px 0px 0px 1px #01445e inset;
    margin-bottom: 20px;
    color: #01445e;
}

    .product_item_1:hover {
        background-color: #01445e;
        color: #fff;
    }

.product_item_2 {
    height: 150px;
    width: 150px;
    box-shadow: 0px 0px 0px 1px #01445e inset;
    margin-bottom: 20px;
    color: #01445e;
    padding: 0px 0px;
}

    .product_item_2:hover {
        box-shadow: 0px 0px 0px 3px #01445e inset;
    }

    .product_item_2 img {
        width: 100%;
    }

.product_content_item {
    /* border-bottom: 0px solid#b4b4b4; */
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
}

    .product_content_item .img {
        width: 100%;
        height: 250px;
        object-fit: contain;
    }

.first_row {
    font-size: 20px;
    color: #1d3b20;
    padding: 2px 20px;
    text-align: left;
}

.second_row {
    display: flex;
    padding: 2px 20px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_icon {
    margin-left: auto;
}

    .cart_icon img {
        width: 30px;
        cursor: pointer;
    }

/****product_detail****/

.mySwiper4 {
    height: 480px;
}

.mySwiper3 {
    height: 120px;
}

.mySwiper4 .swiper-slide img {
    width: auto;
    height: 100%;
}

.mySwiper3 .swiper-slide img {
    cursor: pointer;
    width: 100%;
    height: 100%;
}

.mySwiper3 .swiper-slide {
    opacity: 0.4;
}

.mySwiper3 .swiper-slide-thumb-active {
    opacity: 1;
}


.products_detail_title {
    color: #4a534b;
    font-size: 22px;
    /* font-weight: bold; */
    letter-spacing: 3px;
    padding-bottom: 10px;
}

.products_detail_title2 {
    color: #696969;
    letter-spacing: 1px;
    font-weight: bold;
}

.products_detail_tag {
    color: #ff5454;
    letter-spacing: 2px;
    background-color: #ffd7d7;
    padding: 5px 8px;
    white-space: nowrap;
}

.products_detail_small {
    font-size: 14px;
    color: #7e7e7e;
}

.products_detail_price {
    color: #da5f11;
    font-size: 25px;
}

    .products_detail_price img {
        width: 30px;
        cursor: pointer;
    }

.products_detail_input {
    width: 100px;
    border: 1px solid #b4b4b4;
    text-align: center;
}

    .products_detail_input:focus {
        outline: none;
    }

.input-group .btn-outline-secondary {
    cursor: pointer;
}

.products_detail_item_btn {
    background-color: #fff;
    color: #01445e;
}

.products_detail_item_btn {
    background-color: #fff;
    color: #01445e;
}

/* 原按鈕樣式隱藏 */
.ori_radio {
    display: none;
}

/* 主外框 */
.radio_label {
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #01445e;
}

/* 背景 */
.radio_inner {
    float: left;
    color: #01445e;
    background-color: #ffffff;
    padding: 5px 20px;
}

/* 點擊後的樣式 */
.ori_radio:checked + .radio_label .radio_inner {
    color: #ffffff;
    background-color: #01445e;
}

/****reward_point****/
.reward_point_section {
    /*width: 100%;*/
    /*max-width: 1000px;*/
    height: 100%;
    border-radius: 10px;
}

.reward_point_panel_content {
    height: 640px;
    line-height: 30px;
    overflow-y: auto;
}

.reward_point_panel_content_in {
    width: 80%;
}

/****login****/
.login_panel {
    background-color: #fff;
    width: 500px;
    max-width: 90%;
    /* -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2); */
}

.login_panel_form {
    height: 75%;
    text-align: center;
    flex-direction: column;
}

    .login_panel_form > div {
        width: 65%;
    }

    .login_panel_form img {
        width: 20px;
        margin-right: 10px;
    }

.login_panel_btn {
    width: 50%;
    padding: 5px;
}

.btn_right_boder {
    border-right: 1px solid#888888;
}

.register_grid {
    display: grid;
    grid-template-columns: 45% 10% 45%;
}

    .register_grid a:hover {
        color: #f2aa3b;
    }

.password_panel {
    background-color: #fff;
    width: 500px;
    max-width: 90%;
    -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

    .password_panel .tabs {
        justify-content: center;
        margin: 0 auto;
    }

        .password_panel .tabs input[type=radio]:checked + label {
            width: 45%;
            text-align: center;
            color: #f08b17;
            border-bottom: 3px solid #f08b17;
        }

        .password_panel .tabs label {
            width: 45%;
            text-align: center;
        }

            .password_panel .tabs label:hover {
                color: #f08b17;
            }

/****area****/
.area_top_flex {
    display: flex;
}

    .area_top_flex .right {
        display: flex;
        align-items: center;
    }

        .area_top_flex .right img {
            width: 50px;
            height: 50px;
            object-fit: cover;
            /* border-radius: 99px;
    border: 3px solid#01445e; */
            border-radius: 50%;
        }

        .area_top_flex .right .account {
            width: 300px;
            font-size: 20px;
            color: #01445e;
            margin-left: 10px;
            font-weight: bold;
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    .area_top_flex .left {
        width: 100%;
    }

        .area_top_flex .left img {
            width: 20px;
        }

    .area_top_flex .left_item {
        margin-left: auto;
    }

.area_flex_change {
    display: flex;
}

.left_change {
    margin-left: auto;
}

.order_search_form-control1 {
    background-image: url("../img/Web_Pic_Search_2.png");
    background-repeat: no-repeat;
    background-size: 25px 25px;
    background-origin: content-box;
    text-indent: 30px;
    width: 350px;
}

.order_grid_1 {
    display: grid;
    width: 100%;
    grid-template-columns: 10% 30% 10% 30% 20%;
}

    .order_grid_1 > div {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 0px;
    }

.order_grid_text_PC {
}

.order_shopping_content {
    height: 280px;
    overflow-y: auto;
}

.order_shopping_cart_item_grid {
    display: grid;
    width: 100%;
    grid-template-columns: 15% 30% 35% 20%;
    padding-bottom: 10px;
    border-bottom: 1px solid #747474;
}

.area_order_progress_grid {
    display: grid;
    grid-template-columns: 10% 12% 10% 12% 10% 12% 10% 12% 10%;
    /* grid-template-columns: 10% 20% 10% 20% 10% 20% 10%; */
    /* grid-template-columns: 10% 35% 10% 35% 10%; */
}

.area_order_progress {
    flex-direction: column;
    text-align: center;
}

.area_order_word {
    height: 40px;
    font-size: 14px;
}

.area_order_line {
    width: 100%;
    height: 2px;
}

.line_blue {
    background-color: #01445e;
    margin-top: 15px;
}

.line_gray {
    background-color: #c4c4c4;
    margin-top: 15px;
}

.area_order_dot {
    width: 15px;
    height: 15px;
    border-radius: 99px;
}

.dot_blue {
    background-color: #01445e;
}

.dot_gray {
    background-color: #c4c4c4;
}

.area_profile_img {
    height: 150px;
    width: 150px;
    object-fit: cover;
    border-radius: 15px;
}

.area_profile .form-check-input:checked {
    /* background-color: #22ad72;
    border-color: #22ad72; */
}


/****password modal****/
.password_modal_mask {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

    .password_modal_mask.is-open {
        display: flex;
    }

.password_modal_panel {
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 420px;
    border-radius: 8px;
}

/****shopping****/
.step_grid {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .step_grid .word {
        width: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 2px solid #01445e;
        border-radius: 99px;
        padding: 8px 0px;
        font-weight: bold;
        color: #01445e;
    }

    .step_grid .main {
        color: #fff;
        background-color: #01445e;
    }

    .step_grid .main2 {
        color: #fff;
        background-color: #01445e;
    }


    .step_grid .line {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.shopping_check_content {
    width: 90%;
}

.shopping_check_title_grid {
    display: grid;
    width: 100%;
    grid-template-columns: 50% 10% 20% 10% 10%;
    padding-bottom: 10px;
    border-bottom: 2px solid #747474;
    font-weight: bold;
    font-size: 20px;
    color: #01445e;
}

.shopping_check_item_grid {
    display: grid;
    width: 100%;
    grid-template-columns: 15% 35% 10% 20% 10% 10%;
    padding: 10px 0;
    border-bottom: 1px solid #747474;
}

.shopping_check_title_grid2 {
    display: grid;
    width: 100%;
    grid-template-columns: 50% 15% 20% 15%;
    padding-bottom: 10px;
    border-bottom: 1px solid #747474;
    font-weight: bold;
    font-size: 20px;
    color: #01445e;
}

.shopping_check_item_grid2 {
    display: grid;
    width: 100%;
    grid-template-columns: 15% 35% 15% 20% 15%;
    padding: 10px 0;
    border-bottom: 1px solid #747474;
}

.complete_content {
    max-width: fit-content;
    margin-inline: auto;
    max-width: 700px;
    line-height: 30px;
    padding: 20px 20px;
    text-align: center;
    border: 2px solid #01445e;
    border-radius: 10px;
    color: #01445e;
}






/****1200px僅作為微調用****/
@media screen and (max-width:1200px) {

    .btn_go_to_shop {
        bottom: 10px;
        right: 10px;
        width: 150px;
    }

    /****導覽列****/
    .navbar {
        font-size: 14px;
    }

    /****輪播****/

    .about_swiper .swiper-button-next {
        right: 31%;
    }

    .about_swiper .swiper-button-prev {
        left: 31%;
    }

    /****about****/
    .store_width {
        width: 950px;
    }

    /****about****/
    .area_top_flex .left {
        width: 60%;
    }
}

@media screen and (max-width:992px) {
    .PC {
        display: none;
    }

    .M {
        display: inline;
    }

    .btn_go_to_shop {
        bottom: 10px;
        right: 10px;
        width: 150px;
    }


    /****導覽列****/
    .navbar {
        font-size: 18px;
    }

    .nav_position {
        max-width: none;
    }

    .navbar-brand {
        width: 70%;
    }

    .nav_logo {
        display: block;
        width: 70%;
        max-width: 15em;
    }

    .up_btn_logo {
        display: none;
    }

    .up_btn_line {
        display: none;
    }

    .up_btn_logo_line {
        margin-left: -20px;
    }

    .car {
        width: auto;
        display: none;
    }

    .car2 {
        display: inline;
        width: auto;
    }

    /****上方搜尋列****/
    .btn_dropdown {
        right: -50px;
        top: 40px;
    }

    /****輪播****/
    .swiper_adjust {
        height: 90px;
    }

    .swiper-slide {
        opacity: 1;
    }

    .swiper {
        height: 600px;
    }

    .swiper-slide img {
        height: 600px;
    }

    .about_swiper .swiper-button-next {
        right: 24%;
    }

    .about_swiper .swiper-button-prev {
        left: 24%;
    }

    /****側邊欄****/
    .sidebar {
        width: 250px;
        position: fixed;
        z-index: 5;
        background-color: #fff;
        margin-top: -30px;
        transition: 400ms transform ease;
        transform: translateX(-280px);
        padding: 0 10px;
    }

    .news .sidebar {
        width: 250px;
        margin-top: -210px;
        padding: 10px 10px;
    }


    .sidebar_in {
        height: 80vh;
        overflow-y: auto;
    }

        /*捲軸底*/
        .sidebar_in::-webkit-scrollbar-track {
            -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
            background-color: #b7bdf3;
        }

        /*捲軸寬*/
        .sidebar_in::-webkit-scrollbar {
            width: 3px;
            background-color: black;
        }

        /*捲軸本體顏色*/
        .sidebar_in::-webkit-scrollbar-thumb {
            background-color: #4367b5;
        }

    .sidebar_btn {
        position: absolute;
        display: inline;
        background-image: url("../img/Web_GU_icon_44.png");
        background-size: 100% auto;
        background-repeat: no-repeat;
        height: 55px;
        width: 40px;
        right: -40px;
        top: 20%;
    }

    /****panel****/
    .shopping_cart {
        width: 600px;
    }

    /****section共用****/
    .pagination_flex {
        flex-direction: column;
    }

    .pagination_right {
        display: flex;
        justify-content: center;
    }

    .pagination_left {
        margin-left: inherit;
        display: flex;
        justify-content: center;
    }

    .form_grid {
        grid-template-columns: 25% 73%;
    }

    .form_grid2 {
        grid-template-columns: 25% 73%;
    }

    /****index****/
    .index_brand img {
        max-width: 100%;
    }

    /****about****/
    .about .default_btn {
        width: 110px;
    }

    .store_width {
        width: auto;
    }

    .store_text {
        margin-bottom: 0px;
    }


    /****news****/
    .news_title {
        margin-top: 20px;
    }

    .health_item .flex {
        margin-top: 15px;
    }

    .health_item .section_intro {
        margin-bottom: 60px;
    }

    .health_item_btn {
        bottom: 0px;
    }


    /****product_detail****/

    .mySwiper4 {
        height: 480px;
    }

    .mySwiper3 {
        height: 120px;
    }

    /****reward_point****/
    .reward_point_section {
        height: auto;
    }

    /****login****/
    .login_panel {
        width: 380px;
        max-width: 90%;
    }

    .register_grid {
        display: grid;
        width: 100%;
        grid-template-columns: 100%;
    }

        .register_grid > div {
        }

    /****area****/
    .area_top_flex {
        flex-direction: column;
    }

        .area_top_flex .right {
            flex-direction: column;
        }

            .area_top_flex .right img {
                width: 100px;
                height: 100px;
                object-fit: cover;
            }

            .area_top_flex .right .account {
                width: 90%;
                text-align: center;
            }

        .area_top_flex .left {
            width: 100%;
        }

        .area_top_flex .flex {
            justify-content: center;
        }

        .area_top_flex .left_item {
            margin-left: inherit;
        }

    .area_flex_change {
        flex-direction: column;
    }

    .order_search_form-control1 {
        width: 100%;
    }

    .left_change {
        margin-left: inherit;
        align-self: center;
    }

    .order_grid_1 {
        grid-template-columns: 20% 30% 20% 0% 30%;
    }

    .order_grid_text_PC {
        color: transparent;
    }

    /****shopping****/
    .step_grid .word {
        width: 40px;
        height: 40px;
    }

    .step_grid .main {
        width: 200px;
    }

    .step_grid .line {
        width: 40px;
    }

    .shopping_check_title_grid {
        display: none;
    }

    .shopping_check_item_grid {
        grid-template-columns: 50% 50%;
        grid-template-rows: 120px 120px;
    }

    .shopping_check_title_grid2 {
        display: none;
    }

    .shopping_check_item_grid2 {
        grid-template-columns: 50% 50%;
        grid-template-rows: 100px 100px;
    }
}

@media screen and (max-width:768px) {

    /****panel****/
    .shopping_cart {
        width: 500px;
    }

    .shopping_cart_item_grid {
        grid-template-columns: 50% 50%;
        grid-template-rows: 120px 120px;
        padding-bottom: 10px;
        border-bottom: 1px solid #747474;
    }
}

@media screen and (max-width:576px) {
    .btn_go_to_shop {
        bottom: 5px;
        right: 5px;
        width: 100px;
    }

    /****導覽列****/
    .nav_position {
        max-width: none;
    }

    .navbar-brand {
        width: 70%;
    }

    .nav_logo {
        display: block;
        width: 70%;
        max-width: 15em;
    }

    .up_btn_logo {
        display: none;
    }

    .up_btn_line {
        display: none;
    }

    .up_btn_logo_line {
        margin-left: -20px;
    }

    .car {
        width: auto;
        display: none;
    }

    .car2 {
        display: inline;
        width: auto;
    }

    /****輪播****/
    .swiper {
        height: 590px;
    }

    .swiper-slide img {
        height: 590px;
    }


    /****上方搜尋列****/
    .top_search_form-control1 {
        width: 200px;
    }

    /****panel****/
    .panel {
        width: 350px;
    }

    .shopping_cart {
        width: 350px;
    }

    .shopping_content {
        height: 320px;
    }


    /****section共用****/


    /****index****/
    .index_news_title {
        max-width: 40%;
    }

    /****about****/
    .about_bottom_bar {
        width: 100%;
    }

    /****product_detail****/
    .mySwiper4 {
        height: 420px;
    }

    .mySwiper3 {
        height: 100px;
    }

    /****area_detail****/
    .area_profile_img {
        height: 100px;
        width: 100px;
    }
}
