@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;
}

.link a {
    color: #222;
    text-decoration: underline;
    border-bottom: 1px #222 solid;
    transition: all 0.3s ease;
}

.link a:hover {
    border-bottom: 1px #22222200 solid;
    padding-bottom: 2px;
    color: #222;
}

a,
a:link,
a:visited,
.link,
.link:link,
.link:visited {
    text-decoration: none
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.container_wrapper {
    padding: 0 15px;
}

/* kv  */
.mv {
    position: relative;
}

.pc {
    position: relative;
    display: flex;
}

.mb {
    position: relative;
    display: none;
}

.mb_80 {
    margin-bottom: 80px;
}

.mb_60 {
    margin-bottom: 60px;
}

.wrapper {
    width: 75%;
}

.h2_title {
    font-size: 24px;
    font-weight: 700;
}

.h2_title span {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    padding-left: 15px;
}

.h3_title {
    font-size: 20px;
    font-weight: 700;
}

.h4_title {
    font-size: 17.5px;
    font-weight: 700;
}

.h3_txt {
    font-size: 18px;
    font-weight: 400;
}

.h3_txt_1 {
    font-size: 15px;
    font-weight: 400;
    color: #3C3C43;
    line-height: 1.6;
}

.h3_txt_1 span {
    color: #222;
    font-weight: 700;
}

.box_1 {
    border-radius: 4px;
    border: 1px solid #9d9d9d;
    padding: 30px 20px;
}

.box_2 {
    background-color: #EBEBEC;
    padding: 15px 20px;
}

.col_3 {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
}

.form {
    text-align: center;
    margin: 20px 0;
    width: 100%;
}

.form td {
    padding: 15px 10px;
}

.list {
    padding-left: 15px;
    line-height: 1.6;
}

/* li {
    line-height: 1.6;
} */
/* button */
.more__button {
    margin: 50px auto;
    width: 50%;
    padding: 10px 40px;
    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;
}

.item_title {
    font-size: 20px;
    margin: 5px 0;
    padding: 10px;
    font-weight: 700;
    border: 1px solid #666;
    border-radius: 4px;
}

.muji_color {
    color: #7F0019;
}

.lh16 {
    line-height: 1.6;
}

.lh18 {
    line-height: 1.8;
}

.br_mb {
    display: inline-block;
}

.Precautions {
    font-size: 14px;
}

.note_txt {
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    text-align: justify;
}

.note_txt span {
    text-align: center;
    display: block;
}

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

.font-weight-normal {
    font-weight: normal !important;
}


/* tab */
.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }

  .tabset .tab-panel {
    display: none;
    margin-top: -1px;
  }

  .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }


  .tabset > label {
    position: relative;
    display: inline-block;
    padding: 14px 20px;
    border: 1px solid transparent;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 600;
    /* width: 466px;
    height: 54px;
    line-height: 54px; */
    text-align: center;
    border-bottom: 1px solid #CCCCCC;
    color: #6D6D72;
    background: #EBEBEC;
    border-radius: 4px 4px 0 0;
  }
  .tabset > label::after {
    content: "";
    position: absolute;
    left: 15px;
    bottom: 10px;
    width: 22px;
    height: 4px;
  }

  .tabset > label:hover,
  .tabset > input:focus + label,
  .tabset > input:checked + label {
    /* border-color: #CCCCCC; */
    color: #1D1D1F;
    border-bottom: 1px solid #CCCCCC;
    /* background: #FFF; */
  }

  .tabset > label:hover::after,
  .tabset > input:focus + label::after,
  .tabset > input:checked + label::after {
    border-color: #CCCCCC;
    /* border-bottom: 1px solid #fff; */
  }

  .tabset > input:checked + label {
    border-color: #CCCCCC;
    border-bottom: 1px solid #fff;
    background: #FFF;
    color: #1D1D1F;
    margin-bottom: -1px;    height: 55px;

  }

  .tab-panel {
    padding: 52px 0;

  }

  *,
  *:before,
  *:after {
    box-sizing: border-box;
  }

  body {
    padding: 30px 0px;
  }

  .tabset {
    /* max-width: 65em; */
    /* display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; */

    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0px 12.2rem;
  }

  .tab-panels {
    grid-column: 1 / -1; /* 讓它跨越整個 grid */
    display: block; /* 確保它不受 grid 影響 */
    width: 100%;
}

  .tabset::before{
    content: '';
    width: 100%;
    background: #DDD;
    height: 1px;
    /* border: 0.5px solid #ccc; */
    position: absolute;
    left: 0px;
    top: 53px;
  }



  .form.pstore {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    }

    .form.pstore td {
        text-align: center;
        width: 25%;
    }

    .form.pstore td:first-child {
        text-align: center;
        width: 50%;
    }



@media screen and (max-width: 768px) {
    .wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 14px;
    }

    .pc {
        display: none;
    }

    .mb {
        display: block;
    }

    section {
        margin-bottom: 40px;
    }

    .h2_title {
        font-size: 22px;
    }

    .h2_title span {
        display: block;
        padding: 0px;
    }

    .h3_title {
        font-size: 18px;
    }

    .h3_txt_1 {
        font-size: 14px;
    }

    .h4_title {
        font-size: 15.85px;
    }

    .col_3 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .more__button {
        width: 80% !important;
    }

    .wrapper {
        width: 100%;
    }

    .br_mb {
        display: block;
    }

    .mb_60 {
        margin-bottom: 60px;
    }

    .px_30 {
        padding-right: 30px;
        padding-left: 30px;
    }


    .tabset {

        padding: 0px 0rem;
    }
}
