.content_point {
    width: 1164px;
    margin: 0 auto 0px auto;
    font-family: "Noto Sans TC";
}

.breadcrumbs {
    margin: 15px auto 38px 0;
    font-size: 13px;
}

.breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #222;
}

.breadcrumbs ol li {
    margin: 0;
    padding: 0;
    word-break: break-all;
    display: inline;
    line-height: 21px;
    font-weight: 300;
    letter-spacing: 0;
}

.breadcrumbs ol li a {
    color: #0088ee;
    margin-right: 13px;
    position: relative;
    text-decoration: none;
    word-break: break-all;
    display: inline-block
}

.breadcrumbs ol li a:not([href]),
.breadcrumbs ol li a:not([href]):hover{
    color: #222;
    text-decoration: none!important;
}

.breadcrumbs ol li a:hover {
    color: #00bbff;
    text-decoration: underline;
}

.breadcrumbs ol li a::after {
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://wellness.suntory.com.tw/common/img/svg/arrow_breadcrumbs.svg) no-repeat 2px 7px;
    background-size: 7px;
    position: absolute;
    right: -33px;
}

h1 {
    font-size: 34px;
    font-weight: 700;
    line-height: 24px;
    color: #222222;
    margin: 0 0 20px 0;
}

h1+p {
    font-size: 18px;
    line-height: 35px;
}

.coin_bar {
    background: #E8F8FFE6;
    padding: 23px 25px;
    margin: 40px auto 0 0;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    box-shadow: 0px 2px 7px #0072EF40;
    width: auto;
    flex-direction: column;
    justify-content: center;
}

.nopoints {
    box-shadow: none
}

.coin_bar .point_title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0;
    flex-direction: column;
}

.coin_bar .point_title1 {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 3px;
    flex-direction: column;
}


.coin_bar .point_title .point_title_in {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
    align-items: center;
}

.coin_bar .point_title1 .point_title_in {
    display: flex;
    justify-content: space-between;
    width: fit-content;
    gap: 20px;
    align-items: flex-end;
}

.flex_change {
    display: flex;
    flex-wrap: wrap;
    row-gap: 13px !important;
}

.coin_bar .point_title_in b {
    /* color: #cc0000; */
    font-size: 16px;
    font-weight: 700;
    position: relative;
    padding: 0 21px 0 0;
}

.coin_bar .point_title_in b:after {
    position: absolute;
    content: "\9ede";
    font-size: 16px;
    font-weight: bold;
    right: 0vw;
    top: 0;
}

.coin_bar .point_title_in:nth-child(2) p {
    font-size: 15px;
}

b.nopoint_data {
    color: #f20404;
    font-size: 18px;
    margin-top: 12px;
}

b.nopoint_txt {
    color: #f20404;
    font-size: 16px;
    line-height: normal;
}

.whatisit {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.whatisit a {
    text-decoration: none;
    color: #0072ef;
    font-weight: 700;
    position: relative;
    margin-left: 13px;
    font-size: 16px;
    line-height: 24px;
}

.whatisit a:hover {
    color: #00aaff
}

.whatisit a:before {
    position: absolute;
    content: "";
    background: url(/img/goods/common/icon_question.svg) no-repeat;
    background-size: auto 100%;
    width: 20px;
    height: 20px;
    left: -26px;
    top: 50%;
    transform: translateY(-50%);
}

.coin_bar1 {
    margin: 26px auto;
    width: fit-content;
    display: flex;
    gap: 40px;
    align-items: center;
}

.coin_bar1 p {
    font-weight: bold
}

.coin_bar1 p:nth-child(1) {
    font-size: 24px
}

.coin_bar1 p.point:after {
    position: absolute;
    content: "\9ede";
    font-size: 20px;
    right: 11px;
    bottom: 6px;
}

.coin_bar p:nth-child(1) {
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    line-height: 24px;
}

.coin_bar p:nth-child(2) {
    font-size: 32px;
    line-height: 24px;
    font-weight: bold;
    margin: 0;
    position: relative;
    padding: 0 28px 0 34px;
}

.coin_bar1 p:nth-child(2) {
    font-size: 32px;
    line-height: normal;
    font-weight: bold;
    margin: -3px 0 0 0;
    position: relative;
    padding: 0 34px 0 0;
}

.coin_bar p:nth-child(2)::before {
    background: url(/img/coin.svg)no-repeat;
    background-size: auto 100%;
    position: absolute;
    content: "";
    width: 35px;
    height: 38.01px;
    top: 50%;
    transform: translateY(-50%);
    left: -3px;
}

.coin_bar p:nth-child(2)::after {
    position: absolute;
    content: "\9ede";
    font-size: 20px;
    font-weight: bold;
    top: 4px;
    right: 0;
}

.btn_div {
    display: flex;
    gap: 20px;
    margin: 23px auto 0 auto;
    width: 94%;
}

.btn_div .active1 {
    background: #0072ef;
    color: #fff;
}

.btn_div .active1:hover,
.btn_div div:hover {
    background: #0072ef;
    color: #fff;
}

.btn_div div {
    flex: 1;
    background: #fff;
    border: #0072ef solid 1px;
    padding: 0;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 30px;
    color: #0072ef;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .btn_div div:hover,
.btn_div div:active {
    background: #ebf9ff
} */

.head {
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 94%;
}

.head p {
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
}

.head select {
    -moz-appearance: none;
    -webkit-appearance: none;
    position: relative;
    width: fit-content;
    height: 45px;
    margin: 0;
    font-size: 16px;
    color: #222;
    border: 1px solid #888888;
    background: url(/img/arrow_down.svg) no-repeat;
    background-size: 17px;
    border-radius: 5px;
    padding: 0 47px 0 24px;
    background-position: right 15px center;
}

.head select option {
    font-size: 20px
}

.goods_div .promo,
.goods_div .panel,
.goods_div .confirm {
    display: flex;
    column-gap: 36px;
    row-gap: 36px;
    flex-wrap: wrap;
}

.alert_txt {
    display: none
}

.goods_div .promo:empty~.alert_txt {
    display: block
}

.goods_div {
    margin-bottom: 0px
}

.goods_div .promo {
    margin-bottom: 30px
}

.goods_div .promo .goods,
.goods_div .panel .goods {
    display: flex;
    row-gap: 6px;
    width: calc((100% / 4) - 69px);
    flex-flow: column nowrap;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 12px;
    box-shadow: inset 0px 0px 4px 0px #0072EF40;
    padding: 22px 21px;
}

.goods_div .promo .goods_confirm {
    display: flex;
    gap: 10px;
    width: calc((100% / 3) - 35px);
    flex-flow: column nowrap;
    align-items: flex-start;
    flex-direction: row;
    border: #ccc solid 1px;
    padding: 10px 10px 20px 10px;
}

.goods_div .confirm .goods {
    display: flex;
    column-gap: 4%;
    row-gap: 10px;
    width: calc((100% / 3) - 40px);
    flex-flow: column nowrap;
    flex-direction: row;
    flex-wrap: wrap;
    border: #ccc solid 1px;
    padding: 12px;
    align-content: space-between;
}

.goods_div .goods .img {
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 8px;
}

.goods_div .goods_confirm .img {
    box-sizing: border-box;
    flex-grow: 1;
    display: flex;
    width: auto;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

.goods_div .goods_confirm .proLeft {
    display: flex;
    flex-direction: column;
    flex: 1;
    row-gap: 18px;
    align-items: center;
}

.goods_div .goods_confirm .proRight {
    width: 55%;
    display: flex;
    flex-flow: column nowrap;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    row-gap: 5px;
}

.goods_div .goods_confirm .proLeft img {
    border: #ccc solid 7px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.txt {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    word-break: break-all;
    flex-direction: row;
    gap: 9px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}

.number1 {
    display: flex;
    justify-content: space-between;
    width: auto;
    margin: 33px 0 12px 0;
    align-items: center;
    gap: 12px;
}

.number1 dt {
    font-size: 12px;
    font-weight: 700;
}

.number dt {
    font-weight: bold
}

.goods_div .confirm .goods .img {
    width: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    border: none;
}

.goods_div .confirm .goods .info {
    width: calc((65% - 2%) - 7px);
    display: flex;
    row-gap: 7px;
    flex-direction: column;
}

.goods_div .confirm .goods .info .count {
    display: flex;
    justify-content: space-between;
    /* flex-grow: 1; */
    align-items: flex-end;
}

.goods_div .confirm .goods .info .count p {
    margin: 0 0 3px 0;
    font-weight: bold;
}

.goods_div .confirm .goods .info .box_point {
    text-align: right;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    position: relative;
    padding-right: 20px;
}

.goods_div .confirm .goods .info .box_point:after {
    position: absolute;
    content: "\9ede";
    right: 0;
}

.goods_div .confirm .goods .info .count select {
    line-height: normal;
    font-size: 16px;
    padding: 3px 15px;
    border-radius: 4px;
}

.goods_div .confirm .goods .bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.goods_div .confirm .goods .bottom p {
    font-size: 20px;
    margin: 0;
    font-weight: bold;
    position: relative
}

.goods_div .confirm .goods .bottom p:last-child {
    position: relative;
    margin-right: 19px;
}

.goods_div .confirm .goods .bottom p:after {
    position: absolute;
    content: "\9ede"
}

.del {
    border: #ccc solid 1px;
    padding: 6px 14px 6px 36px;
    border-radius: 50px;
    font-size: 11px;
    position: relative;
    cursor: pointer;
    width: fit-content;
    height: 30px;
    line-height: 30px;
    background: none;
}

.del1 {
    border: #ccc solid 1px;
    padding: 0 15px 0 0;
    border-radius: 50px;
    font-size: 11px;
    position: relative;
    cursor: pointer;
    height: 30px;
    width: 55px;
    line-height: 30px;
    background: none;
    text-align: right;
}

.del:hover,
.del1:hover {
    background: #e8e8e8
}

.del:before {
    position: absolute;
    content: "\2715";
    font-size: 15px;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.del1:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/close_x.svg);
}

.goods_div .goods .img img {
    width: 100%;
    height: auto;
}

.goods_div .goods .c_height {
    flex-grow: 1;
}

.goods_div .goods .type,
.goods_div .goods_confirm .type,
.item_list_div .type {
    background: #eeeeee;
    width: fit-content;
    padding: 5px 16px;
    position: relative;
    border-radius: 30px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
}


.goods_div .goods p.name,
.goods_div .goods_confirm p.name {
    font-size: 16px;
    padding: 6px 0px 3px 0px;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
    flex-grow: 1;
    min-height: 46px;
}

.item_list_div .name {
    font-size: 16px;
    padding: 6px 0px 0px 0px;
    margin: 0;
    font-weight: 500;
    line-height: 25px;
}

.goods_div .goods p.txt,
.goods_div .goods_confirm p.txt {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    width: max-content;
    display: flex;
    align-items: flex-end;
    line-height: 1;
}

.goods_div .goods p.txt b {
    position: relative;
    margin-bottom: -3px;
    padding-right: 20px;
    font-size: 24px;
    line-height: 20px;
    font-family: "Arial";
    white-space: nowrap;
}

.goods_div .goods_confirm p.txt b {
    padding-left: 4px;
    position: relative;
    margin-right: 17px;
    margin-bottom: 9px;
}

.goods_div .goods_confirm.del .goods_div .goods p.txt b::before {
    position: absolute;
    content: "/";
    left: -6px;
}

.goods_div .goods_confirm .proLeft .del_div {
    background: #fff;
    border: #ccc solid 1px;
    display: inline-block;
    padding: 7px 12px 7px 35px;
    border-radius: 30px;
    position: relative;
    cursor: pointer
}

.goods_div .goods_confirm .proLeft .del_div:hover,
.goods_div .goods_confirm .proLeft .del_div:active {
    background: #e6e6e6;
}

.goods_div .goods_confirm .proLeft .del_div:before {
    position: absolute;
    content: "\2715";
    left: 13px;
    color: #a2a0a0;
}

.goods_div .goods p.txt b::after,
.goods_div .goods_confirm p.txt b::after {
    position: absolute;
    content: "\9ede";
    font-size: 13px;
    top: 2px;
    right: 4px;
    font-weight: 400;
}

.goods_div .goods .action {
    background: linear-gradient(to bottom, #ff6000 0%, #ff4000 100%);
    padding: 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin: 11px auto 0px auto;
    font-size: 18px;
    font-weight: 700;
    width: 140px;
    color: #fff;
}

.goods_div .goods .action:hover {
    background: #00A0D0
}

.goods_div .promo_open {
    display: none;
    opacity: 0;
    transform-origin: top;
    transform: scaleY(0);
    transition: all 0.3s ease-in-out;
    position: relative;
}

.promo_open.show {
    display: block;
    opacity: 1;
    transform: scaleY(1);
}

.header_show {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.more_btn {
    background: #ccc;
    margin: 30px auto;
    width: fit-content;
    font-size: 30px;
    padding: 18px 86px 18px 25px;
    border-radius: 7px;
    font-weight: bold;
    border-bottom: #ababab solid 3px;
    cursor: pointer;
    text-align: center;
    position: relative;
}

.more_btn::after {
    position: absolute;
    content: "more";
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background: url(https://wellness.suntory.com.tw/contents/besupporters/img/icon-more-news.png) no-repeat;
    width: 70px;
    height: 30px;
}

.more_btn:hover {
    background: #dddcdc
}

.more_btn.open::after {
    content: "less";
}

.more_btn.open {
    background: #dddcdc;
    border-bottom: #ababab solid 3px;
}

.note {
    padding: 14px;
}

.note p {
    line-height: 20px;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 8px;
}

.note ol {
    list-style-type: auto;
    padding: 0
}

.note ol li {
    margin-left: 16px;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400
}

.gifts_div .type::before {
    position: relative;
    content: "\7cbe\9078\597d\7269";
}

.samples_div .type::before {
    position: relative;
    content: "\9ad4\9a57\5305";
}

.supplement_div .type::before {
    position: relative;
    content: "\4fdd\5065\98df\54c1";
}

.skincare_div .type::before {
    position: relative;
    content: "\4fdd\990a\7528\54c1";
}

.event_div .type::before {
    position: relative;
    content: "\5065\5eb7\4ea4\6d41\6d3b\52d5";
}

/*accordion*/
input.accordion {
    cursor: pointer;
    outline: none;
    font-size: 20px;
    font-weight: 700;
    transition: 0.4s;
    position: relative;
    margin: 30px auto !important;
    display: flex;
    border: #0072ef solid 1px;
    border-radius: 5px;
    color: #0072ef;
    background: url(/img/plus_btn.svg) no-repeat 93% 50%;
    background-size: 20px;
    width: 240px;
    height: 60px;
    text-align: center;
    font-family: "Noto Sans TC";
}

input.accordion.active {
    background: url(/img/minus_btn.svg) no-repeat 93% 50%;
    background-size: 20px;
}

.active,
.accordion:hover {
    background-color: #0072ef1f;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 0;
}



.panel {
    padding: 0;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel:empty,
.panel:empty~.accordion {
    display: none
}

.btn {
    background: #ccc;
    padding: 15px 20px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 8px;
    border-bottom: #ababab solid 3px;
    font-size: 20px;
    font-weight: 700;
}

.btn:hover {
    background: #dddcdc
}

.btn_div1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    justify-content: center;
    width: fit-content;
    margin: auto;
}

.mT50 {
    margin-top: 50px
}

.m_R {
    margin: 0 0 0 auto !important;
    width: 134px !important;
    height: 30px !important;
}

.m_R a {
    font-size: 13px !important;
}

.btn_div1 a,
.btn_div1 a:hover {
    color: #222;
    text-decoration: none;
}

.btn_div1 .choice {
    font-size: 20px;
    width: 225px;
    height: 50px;
    margin: 0 auto;
    padding: 0;
    background: linear-gradient(to bottom, #ff6000 0%, #ff4000 100%);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.disable {
    opacity: 0.5;
    cursor: not-allowed;
}

.disable a {
    pointer-events: none;
}

.btn_div1 .choice a,
.btn_div1 .back a {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
}

.btn_div1 .choice:hover,
.btn_div1 .back:hover {
    background: linear-gradient(to bottom, #ff4000 0%, #ff6000 100%);
}

.btn_div1 .back {
    font-size: 20px;
    width: fit-content;
    margin: 0 auto;
    padding: 15px 75px;
    background: linear-gradient(to bottom, #ff6000 0%, #ff4000 100%);
    border: none;
}

.btn_confirm {
    background: linear-gradient(to bottom, #ff6000 0%, #ff4000 100%);
    padding: 0;
    border-radius: 5px;
    cursor: pointer;
    height: 40px;
    width: 115px;
    line-height: 40px;
    text-align: center;
}

.btn_confirm:hover {
    background: #ff6628;
}

.btn_confirm a {
    text-decoration: none;
    color: #fff !important;
    font-weight: 700;
    font-size: 14px;
}

/**/
.overlay {
    background: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1004;
    top: 0;
    left: 0;
    display: none;
    cursor: pointer;
}

.overlay.active {
    display: block;
}

.modal_container {
    background: #fff;
    height: auto;
    position: fixed;
    cursor: pointer;
    padding: 34px 0;
    width: 295px;
    height: 312px;
    top: 80px;
    display: none;
    z-index: 1005;
    left: 50%;
    text-align: center;
    transform: translate(-50%, 0);
}

.modal_container h2 {
    font-size: 26px;
    padding-bottom: 22px;
    margin: 0;
}

.modal_container p {
    font-size: 14px;
    padding-bottom: 21px;
    margin: 0;
}

.modal_container img {
    width: 135px;
    height: auto;
    margin: 5px 0 20px 0;
}

.modal_container.active {
    display: block;
}

.btn_close1 {
    margin: 20px auto 0 auto;
    border-radius: 4px;
    background: linear-gradient(to bottom, #ff6000 0%, #ff4000 100%);
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 10px rgb(0 0 0 / 16%);
    white-space: nowrap;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    padding: 0 12px;
    width: fit-content;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
}

.btn_close1:hover {
    background: linear-gradient(to bottom, #ff4000 0%, #ff6000 100%);
}

.btn_close1 a,
.btn_close1 a:hover {
    color: #fff;
    text-decoration: none
}

.btn_close_x {
    border: none;
    outline: none;
    padding: 0;
    appearance: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FF6000;
    text-indent: -99999px;
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
}

.btn_close_x:hover {
    background: #fe6b13;
}

.btn_close_x::before {
    content: "";
    width: 12px;
    height: 12px;
    background: url(/img/goods/common/icon_close_white.svg) no-repeat center center;
    background-size: 20px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, -50%);
}

.item_list_div {
    border: #d8d8d8 solid 1px;
    padding: 20px;
    display: flex;
    gap: 30px;
    align-items: flex-start;
    margin-top: -1px;
}

.div_left {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.div_right {
    display: flex;
    gap: 4px;
    flex-direction: column;
    align-items: flex-start;
}

.item_list_div .img {
    border: #00000026 solid 1px;
    border-radius: 5px;
    overflow: hidden;
    width: 200px;
}

.item_list_div .img img {
    width: 100%;
    height: auto
}

.arrow_select {
    background: url(/img/arrow_down.svg) no-repeat right !important;
    background-size: 10px !important;
    background-position-x: 56px !important;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    min-width: 79px;
    height: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px #d8d8d8 solid;
    border-radius: 4px;
    color: #222;
    margin: 0 0 0 auto;
    padding: 0 39px 0 18px;
    box-sizing: border-box;
}

.list_point {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin: 0;
    width: -webkit-fill-available;
    text-align: right;
    padding-right: 20px;
}

.list_point:after {
    position: absolute;
    content: "\9ede";
    font-size: 13px;
    top: 5px;
    right: 0px;
    font-weight: 400;
}

.graybox {
    background: #f4f4f4;
    padding: 30px;
    margin: 40px auto;
}

.grayDiv {
    border-bottom: #d8d8d8 solid 1px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.grayDiv:last-child {
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.grayDiv .h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    margin-top: 0;
}

.grayDiv ul {
    padding: 0;
    margin: 0;
}

.grayDiv ul li {
    list-style-type: none;
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
}

.grayDiv div p {
    line-height: 22px;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.two_icon_div1 {
    display: flex;
    gap: 15px;
    padding-bottom: 14px;
    width: 62%;
    margin: 41px auto 0 auto;
}

.thanks {
    text-align: center
}

.thanks h1 {
    font-size: 30px
}

.thanks>p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
}

.thanks_img {
    margin: 34px 0;
    width: auto;
}

.two_icon_div1 div {
    flex: 1;
    background: #E8F8FF;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
    padding: 24px 10px;
    border-radius: 5px;
    flex-direction: column;
}

.two_icon_div1 div:hover {
    opacity: 0.8
}

.two_icon_div1 div img {
    width: auto;
    max-width: 180px;
    height: auto;
}

.two_icon_div1 div p {
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    line-height: 24px;
}

.two_icon_div1 div p b {
    display: block;
    font-size: 14px !important;
    color: #00a0d0
}

.goods_div .promo:empty+.alert_txt {
    display: block
}

.alert_txt {
    text-align: center;
    padding-bottom: 50px;
    font-size: 20px;
    font-weight: bold;
    display: none
}

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

    h1 {
        font-size: 24px;
        font-weight: 700;
        line-height: 24px;
        color: #222222;
        margin: 0 0 20px 0;
    }

    h1+p {
        font-size: 14px;
        line-height: 20px;
    }

    .head p {
        font-size: 22px;
        font-weight: 700;
        line-height: 24px;
    }

    .content_point {
        width: auto;
        padding: 0 15px 0px 15px;
        box-shadow: 0px 3px 5px 0px rgb(0, 0, 0, 0.2);
    }

    .btn_div div {
        flex: 1;
        border-radius: 0;
        font-size: 12px;
        padding: 0;
        background: none;
        border: none;
        border-right: #0072ef solid 1px;
        font-weight: 700;
        height: 50px;
    }

    .btn_div div:last-child {
        border-right: none
    }

    .goods_div .confirm .goods {
        display: flex;
        column-gap: 4%;
        row-gap: 6px;
        width: calc((100% / 3) - 15px);
        flex-flow: column nowrap;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .goods_div .promo,
    .goods_div .panel,
    .goods_div .confirm {
        margin-top: 4vw;
        display: flex;
        gap: 3vw;
        flex-wrap: wrap;
    }

    .goods_div .confirm .goods .info {
        width: calc(65% - 2%);
        display: flex;
        row-gap: 7px;
        flex-direction: column;
    }

    .goods_div .promo .goods,
    .goods_div .panel .goods {
        display: flex;
        flex-flow: column nowrap;
        gap: 1vw;
        width: calc((100% / 2) - 5.5vw);
        padding: 3vw 2vw 5vw 2vw;
    }

    .goods_div .confirm .goods {
        display: flex;
        column-gap: 2%;
        row-gap: 6px;
        width: calc(100% - 1vw);
        flex-flow: column nowrap;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .btn_div {
        display: flex;
        flex-wrap: wrap;
        gap: 0;
        margin: 9vw 0 0 0;
        width: 100%;
        border: #0072ef solid 1px;
        border-radius: 5px;
        padding: 0;
    }

    .btn_div1 .choice {
        font-size: 5vw;
        width: 100%;
        margin: 0 auto;
        padding: 3vw 0;
    }

    .head select {
        font-size: 13px;
        border: 1px solid #0072ef;
        background-size: 13px;
        width: 170px;
        height: 40px;
        padding: 0 36px 0 24px
    }

    .head {
        margin: 8vw 0 3vw 0;
        width: auto;
    }

    .coin_bar {
        margin-top: 6vw;
        gap: 1vw;
        display: flex;
        flex-direction: column;
        padding: 18px 6vw;
        width: calc(100% - 3vw);
        margin-left: -4vw;
        height: auto;
    }


    .coin_bar .point_title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
        row-gap: 2vw;
        flex-direction: column;
    }

    .coin_bar .point_title1 {
        display: flex;
        width: 100%;
        align-items: center;
        row-gap: 2vw;
        flex-direction: column;
        align-content: space-between;
    }

    .flex_change {
        display: flex;
        flex-wrap: wrap;
        row-gap: 2vw !important;
        align-items: flex-start !important;
    }

    .coin_bar .point_title_in {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .coin_bar .point_title1 .point_title_in {
        display: flex;
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }

    .coin_bar .point_title_in b {
        font-size: 16px;
        font-weight: 700;
        position: relative;
        padding: 0 6vw 0 0;
    }

    .coin_bar .point_title_in b:after {
        position: absolute;
        content: "\9ede";
        font-size: 16px;
        font-weight: bold;
        right: 0vw;
        top: 0;
    }

    .coin_bar .point_title_in:nth-child(2) p {
        font-size: 15px;
    }

    .nopoints {
        box-shadow: none;
        width: auto;
        margin-left: 0;
        padding: 4vw 4vw 6vw 4vw;
        gap: inherit;
        row-gap: 3vw;
    }

    .nopoints .point_title {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .nopoints .point:before {
        position: relative !important;
    }

    .nopoints .point::after {
        font-size: 4.3vw !important;
        top: 30% !important;
    }

    .coin_bar p:nth-child(1) {
        font-size: 18px;
        font-weight: 700;
        margin: 0;
    }

    .coin_bar p:nth-child(2) {
        font-size: 24px;
        line-height: 24px;
        font-weight: 700;
        margin: 0;
        position: relative;
        padding: 0 6vw 0 0;
    }

    .coin_bar1 p:nth-child(2) {
        font-size: 20px;
        line-height: 20px;
        font-weight: 700;
        margin: 0;
        position: relative;
        padding: 0 9px 0 0;
    }

    .coin_bar p:nth-child(2)::before {
        background: url(/img/coin.svg)no-repeat;
        background-size: auto 100%;
        position: absolute;
        content: "";
        width: 27.62px;
        height: 30px;
        top: 54%;
        transform: translateY(-50%);
        left: -8vw;
    }

    .coin_bar p:nth-child(2)::after {
        font-size: 16px;
        right: 0vw;
        top: 15%;
    }

    b.nopoint_data {
        display: block;
        width: 100%;
        color: #ef0303;
        font-size: 16px;
        display: block
    }

    b.nopoint_txt {
        display: block;
        width: 100%;
        color: #ef0303;
        font-size: 3.2vw;
        line-height: normal;
    }

    .whatisit {
        color: #0072ef;
        font-weight: bold;
        position: relative;
        margin-top: 2vw;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }



    .whatisit a {
        text-decoration: none;
        font-size: 14px;
        line-height: 24px;
        color: #0072ef;
        position: relative;
        margin-left: 13px;
    }

    .whatisit a:hover {
        color: #00aaff
    }

    .whatisit a:before {
        content: "";
        position: absolute;
        background: url(/img/goods/common/icon_question.svg) no-repeat;
        background-size: auto 100%;
        width: 15px;
        height: 15px;
        left: -5vw;
    }

    .goods_div .goods .action {
        background: linear-gradient(to bottom, #ff6000 0%, #ff4000 100%);
        padding: 0;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-radius: 5px;
        cursor: pointer;
        margin: 11px auto 0px auto;
        font-size: 13px;
        font-weight: 700;
        width: 105px;
        color: #fff;
    }

    .goods_div .goods .img {
        margin-bottom: 1vw;
        flex-grow: 1;
    }

    .goods_div .goods .type,
    .goods_div .goods_confirm .type,
    .item_list_div .type {
        background: #eeeeee;
        width: fit-content;
        padding: 2.5px 14px;
        position: relative;
        border-radius: 30px;
        font-size: 11px;
        line-height: 20px;
        font-weight: 400;
    }

    .goods_div .goods p.txt b {
        position: relative;
        margin-bottom: -3px;
        padding-right: 20px;
        font-size: 19px;
        line-height: 20px;
        font-family: "Arial";
        white-space: nowrap;
        width: -webkit-fill-available;
        text-align: right;
    }

    .goods_div .goods p.name,
    .goods_div .goods_confirm p.name {
        font-size: 13px;
        flex-grow: 1;
        line-height: 20px;
        min-height: 9vw;
        font-weight: 500;
		padding: 6px 0 0 0
    }

    .goods_div .goods p.txt,
    .goods_div .goods_confirm p.txt {
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        width: 100%;
        display: flex;
        line-height: 1;
        flex-direction: column;
        align-items: flex-start;
    }

    .modal_container {
        top: 56%;
        width: 295px;
        height: 312px;
        display: none;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .modal_container h2 {
        font-size: 22px;
        padding-bottom: 22px;
    }

    .btn_close_x {
        border: none;
        outline: none;
        padding: 0;
        appearance: none;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #FF6000;
        text-indent: -99999px;
        position: absolute;
        top: -20px;
        right: -20px;
        cursor: pointer;
    }

    .btn_close_x:hover {
        background: #fe6b13;
    }

    .btn_close_x::before {
        content: "";
        width: 12px;
        height: 12px;
        background: url(/img/goods/common/icon_close_white.svg) no-repeat center center;
        background-size: 20px 20px;
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 999;
        transform: translate(-50%, -50%);
    }

    .modal_container img {
        width: 135px;
        height: auto;
        margin: 3px 0 23px 0;
    }

    .note {
        padding: 14px;
    }

    .note p {
        line-height: 20px;
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 6px;
    }

    .note ol {
        list-style-type: auto;
        padding: 0
    }

    .note ol li {
        margin-left: 16px;
        line-height: 18px;
        font-size: 13px;
        padding-bottom: 4px;
    }

    .item_list_div {
        border: #d8d8d8 solid 1px;
        padding: 20px;
        display: flex;
        gap: 10px;
        align-items: flex-start;
        margin-top: -1px;
    }

    .div_left {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .div_right {
        display: flex;
        gap: 4px;
        flex-direction: column;
        align-items: flex-start;
        flex: 1;
    }

    .item_list_div .img {
        border: #0000001a solid 1px;
        border-radius: 5px;
        overflow: hidden;
        width: 100px;
    }

    .item_list_div .img img {
        width: 100%;
        height: auto
    }

    .number1 {
        display: flex;
        justify-content: flex-end;
        width: 100%;
        margin: 9px 0;
        align-items: center;
        gap: 12px;
    }

    .list_point {
        font-size: 20px;
        font-weight: 700;
        position: relative;
        width: calc(100% - 14px);
        text-align: right;
        padding-right: 17px;
    }

    .list_point:after {
        position: absolute;
        content: "\9ede";
        font-size: 13px;
        top: 6px;
        right: 0;
        font-weight: 400;
    }

    .btn_div1 {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        gap: 23px;
        justify-content: center;
        width: fit-content;
        margin: 0 auto 12px auto;
        padding-bottom: 13.333333333333333333vw
    }


    .coin_bar1 {
        margin: 0 auto 34px auto;
        display: flex;
        gap: 0;
        align-items: center;
        height: 58px;
        background: #e8f8ff;
        border: #d8d8d8 solid 1px;
        width: auto;
        justify-content: space-between;
        padding: 0px 25px;
    }

    .coin_bar1 p:nth-child(1) {
        font-size: 16px;
        line-height: 25px;
    }

    .coin_bar1 p.point:after {
        position: absolute;
        content: "\9ede";
        font-size: 14px;
        top: 2px;
        right: -8px;
        font-weight: 400;
    }

    .btn_div1 .choice {
        font-size: 20px;
        width: 255px;
        margin: 0 auto;
        padding: 0;
        background: linear-gradient(to bottom, #ff6000 0%, #ff4000 100%);
        border: none;
    }

    .btn_div1 .choice a {
        color: #fff;
        font-size: 18px;
        line-height: 20px;
        font-weight: 700;
    }

    .btn_div1 .back a {
        color: #0072ef;
        font-size: 14px;
        line-height: 40px;
    }

    .btn_div1 .choice:hover {
        background: linear-gradient(to bottom, #ff4000 0%, #ff6000 100%);
    }

    .btn_div1 .back {
        font-size: 20px;
        width: 135px;
        margin: 0 auto;
        padding: 0;
        height: 40px;
        background: #fff;
        border: #0072ef solid 1px;
    }

    .btn_div1 .back:hover {
        background: #fff
    }

    input.accordion {
        cursor: pointer;
        outline: none;
        font-size: 15px;
        font-weight: 700;
        transition: 0.4s;
        position: relative;
        margin: 30px auto !important;
        display: flex;
        border: #0072ef solid 1px;
        border-radius: 5px;
        color: #0072ef;
        background: url(/img/plus_btn.svg) no-repeat 89% 50%;
        background-size: 14px;
        width: 150px;
        height: 40px;
        text-align: center;
        font-family: "Noto Sans TC";
        justify-content: center;
    }

    input.accordion.active {
        background: url(/img/minus_btn.svg) no-repeat 93% 50%;
        background-size: 20px;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        position: absolute;
        right: 0;
        top: 0;
    }

    .txt {
        flex-grow: 1;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        word-break: break-all;
        flex-direction: row;
        gap: 9px;
        font-size: 14px;
    }

    .two_icon_div1 {
        display: flex;
        gap: 15px;
        padding-bottom: 14px;
        width: auto;
        margin: 28px auto 0 auto;
    }

    .two_icon_div1 div {
        padding: 2.5vw;
        display: flex;
        flex-direction: column;
        gap: 1px;
        justify-content: space-between
    }

    .two_icon_div1 div p {
        font-size: 16px;
        margin: 0;
    }

    .two_icon_div1 div p b {
        font-size: 14px !important;
        text-align: center;
    }


    .two_icon_div1 div img {
        width: 85%;
        margin-bottom: 2vw;
        max-width: 108px;
    }

    .thanks_img {
        margin: 26px 0;
        width: auto;
    }

    .graybox {
        background: #f4f4f4;
        padding: 20px;
        margin: 27px auto;
    }

    .alert_txt {
        font-size: 18px
    }
}