body {
    font-family: 'Arial', sans-serif;
    /* font-weight: bold; */
}

a {
    text-decoration: none;
    color: unset;
}

a:hover {
    color: static;
}


small {
    font-size: 12px;
    letter-spacing: 6px;
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #2759a2;
}

.font_yellow {
    color: #fcb13c;
}

.font_blue {
    color: #09459b;
}

.font_gray {
    color: #5e5e5e;
}

.font_white {
    color: #fff;
}

.font_weight_bold {
    font-weight: bold;
}

.font_24 {
    font-size: 24px;
}

.font_14 {
    font-size: 14px;
}

.bg_yellow {
    background-color: #fcb13c;
}

.bg_orange {
    background-color: #ec7318;
}

.bg_blue {
    background-color: #09459b;
}

.default_btn {
    width: 120px;
    padding: 5px;
    border: none;
    font-size: 16px;
    letter-spacing: 2px;
    white-space: nowrap;
}

.btn_blue {
    background-color: #09459b;
    color: #fff;
}

.btn_yellow {
    background-color: #fcb13c;
    color: #fff;
}

.btn_orange {
    background-color: #ec7318;
    color: #fff;
}

.logo {
    width: 150px;
}

.center_width {
    max-width: 1500px;
}

.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;
}

.default_flex3 {
    display: flex;
    align-items: center;
}

.margin_left_auto {
    margin-left: auto;
}

.relative {
    position: relative;
}

.align_center {
    text-align: center;
}

.line_clamp_5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

/****導覽列****/
.navbar {
    background-color: #ffffff;
}

.navbar-brand {
    width: static;
}

.up_media {
    position: absolute;
    top: -16px;
    right: 0;
}

.up_media img {
    width: 24px;
    margin: 0 5px;
}

.navbar-nav {
    position: relative;
}

.navbar-nav a:hover {
    color: #09459b;
}

.up_btn {
    text-decoration: none;
    color: #09459b;
    padding-top: 15px;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 8px;
}

.nav_position {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.btn_join {
    position: absolute;
    right: -10%;
    top: -8px;
    width: 80px;
    height: 80px;
    border-top: 2px solid #fcb13c;
    border-bottom: 2px solid #fcb13c;
    background-color: #09459b;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.btn_join:hover {
    color: #fff;
}

/****輪播****/
.swiper_adjust {
    height: 70px;
}

.swiper {
    position: relative;
    width: 100%;
    height: 790px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* 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;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 790px;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fcb13c;
    height: 60px;
    width: 60px;
    background-image: url("../img/icon/19web_arrow_02.png");
    background-size: cover;
    /* border:1px solid #fcb13c;
    height: 50px;
    width: 50px;
    border-radius: 99px; */
}

.swiper-button-prev {
    left: 0px;
}

.swiper-button-next {
    right: 0px;
    scale: -1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    /* font-size: 30px; */
    font-size: 0px;
}

.slide_logo {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, 70%);
}

.slide_logo img {
    width: 550px;
}

.slide_frame {
    position: absolute;
    height: 600px;
    width: 60vw;
    border: 5px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.swiper-pagination-bullet {
    background: rgb(255, 255, 255);
    width: 13px;
    height: 13px;
}

.mask {
    position: relative;
    z-index: 5;
    top: -790px;
}

/* .mask::before {
    content: url('../img/items/B0.jpg');
    position: absolute;
    top: -20px;
    left: 50%;
} */

/* .mask img {
    width: 100%;
} */

/****section共用****/
.grid1 {
    grid-area: grid1;
}

.grid2 {
    grid-area: grid2;
}

.grid3 {
    grid-area: grid3;
}

.section_title1 {
    font-size: 30px;
    font-weight: bold;
}

.section_title2 {
    font-size: 25px;
    font-weight: bold;
    color: #fcb13c;
    margin: 0 20px;
}

.section_line {
    height: 3px;
    width: 100%;
    background-color: #fcb13c;
    margin: 20px 0;
}

.section_line2 {
    background-color: #fcb13c;
    height: 1px;
    width: 100%;
}

.section_intro {
    margin: 30px 0;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}

.default_section {
    background-color: #fffdf8;
}

.default_section_decorate {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.default_section_decorate img {
    height: 600px;
}

.default_section_decorate2 {
    position: absolute;
    left: 150px;
    bottom: 200px;
}

.default_section_decorate2 img {
    width: 200px;
}

.default_section_decorate3 {
    position: absolute;
    left: 0;
    bottom: 30px;
}

.default_section_decorate3 img {
    width: 200px;
}

.default_section_decorate4 {
    position: absolute;
    left: 0;
    bottom: 0;
}

.default_section_decorate4 img {
    width: 300px;
}

.default_section_decorate5 {
    position: absolute;
    left: 120px;
    bottom: 100px;
}

.default_section_decorate5 img {
    width: 350px;
}

.default_section_sidebar {
    margin-bottom: 20px;
}

.default_section_sidebar .focus {
    color: #fff;
    background: url("../img/icon/19web_selectbar.png");
    background-size: 100% 100%;
    height: 60px;
    padding-left: 80px;
    text-shadow: black 1px 1px 2px;
}

.default_section_sidebar .item {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 10px 0;
}


.default_section_sidebar .title {
    padding-bottom: 8px;
    border-bottom: 2px solid #fcb13c;
}

.default_section_sidebar .item img {
    width: 50px;
    margin-right: 20px;
}

.default_section_content img {
    width: 100%;
    max-width: 750px;
}

.default_section_content_img {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
}

.up_img {
    background: url("../img/bg/19web_banner_bg.jpg");
    background-size: cover;
    background-position: center;
    height: 350px;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


.more {
    margin-top: 30px;
    color: #fff;
    background-color: #397e46;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 20px;
    letter-spacing: 3px;
}

.more:hover {
    color: #fff;
}

.index_grid_foot_bgimg {
    background: url("../img/bg/19web_bg_01.jpg");
    background-size: cover;
}

.index_grid_foot {
    display: grid;
    height: 250px;
    width: 700px;
    grid-template-columns: 50% 50%;
    grid-template-rows: 40% 60%;
    grid-template-areas:
        'item_logo item_sns'
        'item_logo item_contact';
    gap: 10px;
}

.item_logo {
    grid-area: item_logo;
    place-content: center;
    padding-left: 100px;
}

.item_logo img {
    width: 100%;
}

.item_sns {
    grid-area: item_sns;
    place-content: center;
    padding-top: 50px;
}

.item_sns img {
    width: 50px;
    margin-right: 20px;
}

.item_contact {
    grid-area: item_contact;
    place-content: center;
    line-height: 30px;
    color: #09459b;
    font-weight: bold;
}

.item_contact_line {
    width: 250px;
    height: 2px;
    background-color: #09459b;
}

.foot {
    display: flex;
    align-items: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 40px;
}

.foot_decorate {
    display: flex;
    position: absolute;
    left: 10%;
    width: 100px;
    height: 40px;
}

.foot_decorate1 {
    width: 50px;
    height: 100%;
    margin: 0 10px;
}

.foot_decorate2 {
    width: 20px;
    height: 100%;
}

.foot_copyright {
    margin: auto;
}

.inView {
    opacity: 1;
    -webkit-transform: translateY(0px) rotate(0deg) translateZ(0) scale(1, 1);
    transform: translateY(0px) rotate(0deg) translateZ(0) scale(1, 1);
}

/****index****/

.index_section1_bgimg {
    background-image: url("../img/19web_home_about.jpg");
    background-position: left;
    background-size: 40%;
    background-repeat: no-repeat;
    background-color: #fff;
}

.index_section1_decorate {
    position: absolute;
    right: 0;
    top: 10%;
}

.index_section1_decorate img {
    width: 300px;
}

.index_section1_img_m {
    height: 250px;
    /* background-image: url("../img/19web_home_about.jpg"); */
    background-image: none;
    background-size: cover;
    background-position: auto 350px;
    background-repeat: no-repeat;
}

.history_intro {
    margin: 30px 0;
    /* padding-bottom: 20px; */
    color: #5e5e5e;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}

.index_section1_icon {
    text-align: center;
    color: #fcb13c;
    font-weight: bold;
}

.index_section1_icon img {
    width: 80px;
    margin: 0 15px;
}

.index_section2_bgimg {
    background-image: url("../img/bg/19web_bg_01.jpg");
    background-size: cover;
}

.index_section2_decorate {
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_section2_decorate img {
    width: 300px;
}

.index_section2_decorate2 {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.index_section2_decorate2 img {
    height: 600px;
}

.mySwiper2 {
    height: 500px;
    padding: 0 80px;
}

.mySwiper2 .swiper-slide {
    background-color: inherit;
}

.mySwiper2 img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.mySwiper2 .title {
    height: 70px;
    text-align: left;
}

.mySwiper2 .title1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mySwiper2 .title2 {
    position: absolute;
    margin-top: -20px;
}

.index_btn_arrow {
    scale: -1;
    width: 20px;
    padding-top: 2px;
}

/****產品介紹****/
.index_section3_bgimg {
    background: url("../img/bg/19web_bg_02.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom;
    background-size: cover;
}

.index_section3_decorate {
    position: absolute;
    left: 50px;
    top: 20%;
}

.index_section3_decorate img {
    width: 150px;
}

.index_section3_decorate2 {
    position: absolute;
    left: -30px;
    bottom: 150px;
}

.index_section3_decorate2 img {
    width: 180px;
}

.index_section3_decorate3 {
    position: absolute;
    right: 150px;
    top: 40%;
    transform: translate(0%, -60%);
}

.index_section3_decorate3 img {
    width: 250px;
}

.index_section3_decorate4 {
    position: absolute;
    right: 50px;
    bottom: 25%;
}

.index_section3_decorate4 img {
    width: 200px;
}

.owl-carousel {
    max-width: 80%;
    margin-left: 10%;
}

.owl-carousel .item {
    display: flex;
    align-items: center;
}

.owl-carousel .item img {
    width: 100px;
    margin: 0 20px;
}

.owl-carousel_nav {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translate(-1%, -50%);
}

.owl-carousel_prev {
    float: left;
    left: -50px;
    font-size: 25px;
    color: #ff0000;
    cursor: pointer;
}

.owl-carousel_next {
    float: right;
    right: -50px;
    font-size: 25px;
    color: #0004ff;
    cursor: pointer;
}

/*******此為owl自動產生******/
.owl-item {
    opacity: 100%;
    /* 50% */
    transition: opacity 0.5s;
}

/*******/
.intro {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.intro_content {
    padding: 20px 20px;
    opacity: 0%;
    transition: opacity 0.5s;
    position: absolute;
    width: 70%;
}

.intro_content img {
    width: 100%;
    max-width: 550px;
}

.intro_content .section_title1 {
    color: #fff;
    margin-top: 10px;
}

.intro_content .section_title2 {
    margin: 0 0px;
}

.inView {
    opacity: 100%;
    transition: opacity 0.5s;
}

.inView2 {
    opacity: 100%;
    transition: opacity 0.5s;
    background-image: url("../img/icon/19web_selectbar.png");
    background-size: 100% 100%;
}

.index_section4 {
    border-top: 5px solid #09459b;
    border-bottom: 5px solid #fcb13c;
    padding: 30px 0;
}

.index_section4 img {
    width: 400px;
}

.index_section5_bgimg {
    background-image: url("../img/bg/19web_bg_05.jpg"), url("../img/19web_join.jpg");
    background-position: right, left;
    background-size: 60% 100%, 40%;
    background-repeat: no-repeat;
}

.index_section5_decorate {
    position: absolute;
    right: 50px;
    top: 10%;
}

.index_section5_decorate img {
    width: 350px;
}

.index_section5_img_m {
    height: 250px;
    background-image: none;
    background-size: cover;
    background-position: auto 350px;
    background-repeat: no-repeat;
}

/****about****/

/****menu****/
.bg_menu {
    background-image: url('../img/bg/19web_bg_02.jpg');
    background-size: cover;
}

.bg_menu a:hover {
    color: #fff;
}

/****news****/
.news_list_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
}

.news_list_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/****knowledge****/
.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: 4;
    overflow: hidden;
    padding-bottom: 0px;
}

.health_item_btn {
    position: absolute;
    bottom: 20px;
}



/****join****/
.bg_join {
    background-color: #2759a2;
}

.bg_join a:hover {
    color: #fff;
}

/****machine****/

.bg_machine {
    background-image: url("../img/bg/19web_bg_05_2.jpg"), url("../img/bg/19web_bg_04.jpg");
    background-position: right, left;
    background-size: 60% 100%, 40% 100%;
    background-repeat: no-repeat;
}

.machine_section .section_title2 {
    margin: 0 0px;
}

.machine_section .section_img {
    width: 400px;
}

/****store****/
.store_grid1 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    background-color: #09459b;
    border-top: 5px solid #fcb13c;
}

.store_grid1>div {
    margin-left: 20px;
    padding: 8px 0;
}

.store_grid1 .slash {
    margin-left: 20px;
    display: none;
}

.store_grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    grid-template-areas:
        "grid1 grid2 grid3";
    background-color: #fff;
    border-bottom: 1px solid #fcb13c;
}

.store_grid2>div {
    margin-left: 20px;
    padding: 8px 0;
}

.store_grid2>div img {
    width: 25px;
    margin-right: 5px;
}



@media screen and (max-width:1600px) {

    /****section共用****/
    .default_section_decorate {
        display: none;
    }

    .default_section_decorate2 {
        display: none;
    }

    .default_section_decorate3 {
        display: none;
    }

    .default_section_decorate4 {
        display: none;
    }

    .default_section_decorate5 {
        display: none;
    }


    /****index****/
    .index_section1_decorate img {
        width: 200px;
    }

    .index_section5_bgimg {
        background-size: 60% 100%, 60%;
    }
}

@media screen and (max-width:1400px) {

    /****index****/
    .mySwiper2 {
        height: 500px;
        padding: 0 0px;
    }

    .index_section2_decorate {
        display: none;
    }

    .index_section2_decorate2 {
        display: none;
    }

}


/****1200px僅作為微調用****/
@media screen and (max-width:1200px) {


    /****導覽列****/
    .navbar {
        font-size: 14px;
    }

    .up_btn {
        font-size: 16px;
        margin: 0px 0px;
    }

    /****index****/
    .index_section1_decorate {
        display: none;
    }

    /****產品介紹****/

    .index_section5_bgimg {
        background-size: 60% 100%, 80%;
    }

    .machine_section .section_img {
        width: 300px;
    }


}

@media screen and (max-width:992px) {

    /****導覽列****/
    .nav_position {
        max-width: none;
    }

    .navbar-brand {
        width: 50%;
    }

    .nav_logo {
        display: block;
        width: 30%;
        max-width: 240px;
    }

    .up_btn_logo {
        display: none;
    }

    .up_btn_logo_line {
        margin-left: -20px;
    }

    .up_media {
        position: static;
    }

    .btn_join {
        position: relative;
        right: 0;
        top: 0;
        margin-left: auto;
        margin-right: 20px;
        width: 80px;
    }

    /****輪播****/
    .swiper {
        height: 530px;
    }

    .swiper-slide img {
        height: 530px;
    }


    .mask {
        top: -530px;
    }

    .slide_logo img {
        width: 350px;
    }

    .slide_frame {
        height: 400px;
        width: 80vw;
    }

    /****section共用****/
    .section_title::after {
        width: 20%;
        left: 40%;
    }

    .default_section_sidebar .item img {
        margin-right: 10px;
    }

    .index_grid_foot {
        height: 350px;
        grid-template-columns: 100%;
        grid-template-rows: 40% 30% 30%;
        grid-template-areas:
            'item_logo'
            'item_sns'
            'item_contact';
        gap: 0px;
    }

    .item_logo {
        padding-left: 0px;
    }

    .item_logo img {
        width: 200px;
    }

    .item_sns {
        padding-top: 0px;
    }

    .item_contact {
        text-align: center;
        line-height: 30px;
    }

    .foot_decorate {
        left: 0%;
    }

    .foot_decorate1 {
        width: 30px;
    }

    .foot_decorate2 {
        width: 15px;
    }

    .foot_copyright {
        font-size: 12px;
    }

    /****index****/
    .index_section1_bgimg {
        background-image: none;
    }

    .index_section1_img_m {
        background-image: url("../img/19web_home_about.jpg");
        background-position: 10% 50%;
    }

    .index_section1_icons {
        align-items: center;
        justify-content: center;
    }

    .mySwiper2 {
        height: 480px;
        padding: 0 50px;
    }

    .mySwiper2 img {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    /****產品介紹****/
    .index_section3_decorate {
        display: none;
    }

    .index_section3_decorate2 {
        display: none;
    }

    .index_section3_decorate3 {
        display: none;
    }

    .index_section3_decorate4 {
        display: none;
    }

    .owl-carousel {
        max-width: 80%;
        margin-left: 10%;
    }

    .intro {
        height: 900px;
    }

    .intro_content {
        width: 100%
    }

    .intro_word2 {
        width: 100%
    }

    .index_section5_bgimg {
        background-image: url("../img/bg/19web_bg_05.jpg");
        background-position: left;
        background-size: cover;
    }

    .index_section5_decorate {
        display: none;
    }

    .index_section5_img_m {
        background-image: url("../img/19web_join.jpg");
        background-position: 10% 50%;
    }

    /****knowledge****/
    .health_item .flex {
        margin-top: 15px;
    }

    .health_item .section_intro {
        margin-bottom: 60px;
    }

    .health_item_btn {
        bottom: 0px;
    }

    /****machine****/
    .bg_machine {
        background-image: url("../img/bg/19web_bg_05_2.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .machine_section .section_img {
        width: 100%;
    }

    /****store****/
    .store_grid1 {
        display: flex;
    }

    .store_grid1 .slash {
        display: inline;
    }

    .store_grid2 {
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
            "grid1 grid2"
            "grid3 grid3";
    }

}

@media screen and (max-width:768px) {

    .default_flex3 {
        flex-direction: column;
    }

    .machine_title_flex .section_title2 {
        font-size: 22px;
    }


}

@media screen and (max-width:576px) {

    /****導覽列****/
    .btn_join {
        right: 0;
        margin-left: auto;
    }


    /****輪播****/
    .swiper {
        height: 590px;
    }

    .swiper-slide img {
        height: 590px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        height: 40px;
        width: 40px;
    }

    .mask {
        top: -590px;
    }



    /****section共用****/
    .section_title::after {
        width: 40%;
        left: 30%;
    }

    .default_section_sidebar .focus {
        padding-left: 50px;
    }

    .slide_logo {
        top: 10%;
        left: 50%;
        transform: translate(-50%, 90%);
    }

    .slide_logo img {
        width: 300px;
    }

    /****index****/
    .mySwiper2 {
        height: 480px;
        padding: 0 30px;
    }

    .mySwiper2 img {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
    }


    /****產品介紹****/

    .owl-carousel {
        max-width: 70%;
        margin-left: 15%;
    }

    .owl-carousel_nav {
        transform: translate(-3%, -50%);
    }

    .intro {
        height: 800px;
    }

    .intro_content {
        width: 100%
    }

    .intro_word2 {
        width: 100%
    }

    .index_section4 img {
        width: 350px;
    }

    /****訂購須知****/
    .order_tip_bgimg {
        background: url("../img/M_order.jpg");
    }

    .order_tip_content .left {
        border-right: 0px;
    }

    .order_tip_content .content2 .left img {
        display: none;
    }

    .order_tip_content .content2 .left {
        padding-bottom: 20px;
    }

    .order_tip_content .content2 .right {
        margin-top: 20px;
    }

    .content2_adjust {
        display: block;
        height: 20px;
    }

}