@import url('grid.css');
/* googl字體  */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@500;600;700;900&display=swap&subset=chinese-traditional");


/* content */
body {
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility;
    color: #222 !important;
    background-color: #fff;
    font-size: 15px;
    line-height: 1.6;
    font-family: "Arial", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", Helvetica, sans-serif;
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 80px;
}




.pc {
    display: block;
}

.mb {
    display: none;
}

/* KV區塊 */
.kv_txt {
    font-size: 22px;
    line-height: 1.8;
    text-align: center;
    margin: 20px 0 50px;
    font-weight: 500;
}

.kv_txt span {
    display: block;
}



.contents_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 6px;
    border-bottom: solid 7px #c0c0c0;
    margin-top: 0;
    margin-bottom: 10px;
}

.contents_title_s {
    font-size: 24px;
    line-height: 1.5;
    text-align: center;
}

.contents_title_m {
    font-size: 30px;
    line-height: 1.5;
    text-align: center;
}

.contents_title_l {
    font-size: 36px;
    line-height: 1.5;
    text-align: center;
}


.contents_txt_s {
    font-size: 16px;
    line-height: 1.4;
}

.contents_txt_m {
    font-size: 18px;
    line-height: 1.4;
}


.contents_txt_l {
    font-size: 20px;
    line-height: 1.4;
}


.contents_txt_xl {
    font-size: 22px;
    line-height: 1.4;
}


.store_title {
    font-size: 18px;
    font-weight: 700;
    padding: 5px 10px;
    border: 1px solid #222222;
    line-height: 1.6;
    margin-bottom: 10px;
}

.store_txt {
    font-size: 16px;
    line-height: 1.6;
}

.store_txt a {
    font-size: 16px;
    color: #222;
    line-height: 2;
    cursor: pointer;
    text-decoration: underline;
    transition: all .3s ease;
}

.store_txt a:hover {
    text-decoration: none;

}

.br_pc {
    display: block;
}

.box {
    height: 180px !important;
}

.box_txt {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

.box_txt span {
    display: block;
    font-size: 13px;
    font-weight: 300;
}

.box_txt .list {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.8;
    list-style-type: disc;
    margin-bottom: 2px;
}


.step {
    background-color: #d8d8d9;
    border-radius: 50%;
    width: 120px !important;
    height: 120px !important;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    /* margin: 0 20px; */
}



/* .step::before {
    align-self: center;
    background: url(../img/arrow.svg) no-repeat 50%;
    content: "";
    display: flex;
    height: 20px;
    margin: 0 17px 0 13px;
    width: 40px;
} */

.arrow {
    width: 10px;
    display: flex;
    align-items: center;
    margin: 2px;
}

.arrow::after {
    align-self: center;
    background: url(../img/arrow.svg) no-repeat 50%;
    content: "";
    display: flex;
    height: 20px;
    margin: 0 17px 0 13px;
    width: 40px;
}

.step_title {}


.step_txt {
    font-size: 20px;
    font-weight: 700;
    color: #7f0019;
    font-family: Arial, Helvetica, sans-serif;
}

.step_txt span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #222;
}


.list {
    padding-left: 15px;
    font-size: 16px;
    line-height: 1.8;
    list-style-type: disc;
}

.step_space {
    width: 120px !important;
    margin: 0 auto;
    justify-content: center;
}

.muji_color {
    color: #7f0019;
}


/* 自定col */

.column-4 {
    max-width: 30% !important;
}


/* 影子 */



.shadow-xl {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    background-color: #fff;
    border-radius: 5px;
}

/* 字體粗細 */
.font-light {
    font-weight: 300;
}

.font-normal {
    font-weight: 400;
}

.font-medium {
    font-weight: 500;
}

.font-bold {
    font-weight: 700;
}

/* Q&A */
.qa_txt {
    margin-top: 30px;
}

.qa_txt dl {
    max-width: 100%;
    margin: 0 auto 30px;
    font-size: 20px;
    color: #222;
}

.qa_txt dt,
.qa_txt dd {
    display: flex;
}

.qa_txt dt {
    margin-bottom: 7px;
    font-weight: bold;
}

.qa_txt dd {
    font-size: 16px;
}

.qa_txt dt:before {
    content: "Q：";
}

.qa_txt dd:before {
    content: "A：";
}

.qa_txt dt:before,
.qa_txt dd:before {
    display: block;
    white-space: nowrap;
    margin-right: 10px;
    color: #d8d8d9;
    font-weight: bold;
    font-family: Helvetica, sans-serif;
    line-height: 1;
    font-size: 26px;
}

@media screen and (max-width: 992px) {


    .br_pc {
        display: inline;
    }

    .list {

        font-size: 14px;
        line-height: 1.6;
    }

    .contents_title {
        font-size: 30px;

    }

    .contents_title_m {
        font-size: 24px;
        line-height: 1.5;
        text-align: center;
    }
}


@media screen and (max-width: 576px) {


    .pc {
        display: none;
    }


    .mb {
        display: block;
    }

    .step_space {
        margin: 0;
        justify-content: left !important;
    }


    .step_space {
        margin: 0;
    }

    .column-4 {
        max-width: 75vw !important;
    }

    .kv_txt {
        font-size: 4.2vw;
        line-height: 1.8;
        text-align: left;
    }


    .kv_txt span {
        display: inline;
    }


    .contents_title {
        font-size: 7vw;
        font-weight: 700;
        line-height: 1.5;
        text-align: center;
        padding-bottom: 8px;
        border-bottom: solid 7px #c0c0c0;
    }

    .contents_title_s {
        font-size: 5vw;
        line-height: 1.5;
        text-align: center;
    }

    .contents_title_m {
        font-size: 6vw;
        line-height: 1.5;
        text-align: center;
    }

    .contents_title_l {
        font-size: 8vw;
        line-height: 1.5;
        text-align: center;
    }



    .contents_txt_m {
        font-size: 4.3vw;
        line-height: 1.4;
    }


    .contents_txt_l {
        font-size: 4.3vw;
        line-height: 1.4;
    }


    .contents_txt_xl {
        font-size: 5.8vw;
        line-height: 1.4;
    }


    .store_txt {
        font-size: 14px;
    }
}


.swiper-container {
    width: 100%;
    height: auto;
    /* 調整高度 */
}



/* TOPボタン */
.jsc__pageTop.is__bottom__fixed {
    position: absolute;
    bottom: 0;
}

.sf-pageTop.jsc__pageTop {
    opacity: 1;
    visibility: visible;
}

.pageTop {
    opacity: 0.6;
    height: 50px;
    width: 50px;
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 3;
}

.pageTop__text {
    background: rgb(255, 255, 255);
    border: 1px solid #9D9DA0;
    color: #76767B;
    display: block;
    font-family: "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    height: 100%;
    margin-left: auto;
    padding: 24px 8px 4px;
    text-align: center;
    width: 100%;
    position: relative;
}

.pageTop__text::before {
    content: "";
    border-top: solid 2px #76767B;
    border-right: solid 2px #76767B;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 10px;
    position: absolute;
    top: 10px;
    left: 18px;
}

.pageTop.is__bottom__fixed {
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 750px) {
    .pageTop {
        right: 5.3vw;
    }

    .sf-breadcrumbs {
        margin-top: 64px;
    }
}

@media screen and (min-width: 751px) {
    .more__button-wrap {
        margin-bottom: 114px;
    }
}


/*------------------------------
nav新版
-------------------------------*/

.navbar {
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 5 30px;
    /* 左右保留 30px 的空間 */
    margin: 0 auto;
    /* 居中對齊 */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
    border-bottom: 1px solid #bbb;
}

.navbar ul {
    list-style: none;
    max-width: 980px;
    margin: 0;

    padding: 10px 0;
    display: flex;
    align-items: center;
    width: 100%;
    /* 使 ul 佔滿 #navbar 的寬度 */
    justify-content: space-around;
    /* 讓 li 項目均勻分佈 */
    padding: 0 30px;
    /* 左右保留 30px 的空間 */
}

/* 連結的基本樣式 */
.navbar a {
    color: #666;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    transition: color 0.3s, border-bottom-color 0.3s;
}

/* 滑過連結時的樣式 */
.navbar a:hover,
.navbar a.visited {
    color: #222;
    border-bottom-color: #222;
}


@media screen and (max-width: 576px) {
    .navbar ul {
        padding: 0 5px;
    }

    .navbar a {
        font-size: 16px;
    }

}

/*------------------------------
#section00
-------------------------------*/
#section01 {
    padding-top: 60px;
}

#section02,
#section03,
#section04,
#section05 {
    /* margin-top: 60px; */
    padding-top: 80px;
}

/* button */
.more__button {
    margin: 50px auto;
    width: 260px;
    padding: 10px;
    font-size: 18px;
    line-height: 27px;
    color: #222;
}

.sf-button {
    border: 1px solid #3c3c43;
    cursor: pointer;
    display: block;
    border-radius: 4px;
    text-align: center;
}

.sf-button:hover {
    background-color: #dddddd;
    transition: 0.3s ease-in-out;
}