/*Start CommonPopup */
.temporary {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(52,73,94,0.7);
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 2000;
}
    /*alert*/
    .temporary div {
        /*        width: 80vw;
        margin: 3.3333vw;*/
        /*width: 60vw;*/
        width: 70vw;
        /*margin: 15.3333vw;*/
        margin-top: 30.3333vw;
        margin-left: 15.333vw;
        padding: 6.6666vw 6.6666vw 6vw;
        position: relative;
        background: #fff;
    }

        .temporary div.btns {
            margin: 4vw 0vw 0vw 0vw;
        }

    .temporary a.btn_close {
        display: block;
        width: 8vw;
        height: 8vw;
        position: absolute;
        background: #008fc7 url(../img/delete_w.webp) no-repeat center;
        background-size: 4vw;
        top: 0;
        right: 0;
    }

    .temporary iframe {
        width: 3.3333vw;
        height: 2.6666vw;
        margin-right: 2.1333vw;
    }

    .temporary span.title {
        display: block;
        width: 80vw;
        color: #6a7884;
        font-size: 0.8rem; /*line-height: 4.2666vw;*/
    }

    .temporary strong {
        display: block;
        padding: 6.6666vw 0;
        font-size: 0.8rem;
        color: #34495e;
    }

    .temporary p {
        color: #6a7884;
        font-size: 0.8rem;
        line-height: 0.8rem;
        margin: 0;
    }

        .temporary p.remind {
            color: #6a7884;
            font-size: 0.8rem;
            line-height: 0.8rem;
        }

        .temporary p span {
            line-height: 6vw;
            display: initial;
            font-size: 0.8rem;
            font-weight: 400;
            text-align: center;
        }

            .temporary p span.red {
                color: #ff5c5c;
                font-weight: 700;
            }

            .temporary p span.blue {
                display: block;
                color: #6a7884;
                white-space: pre-wrap;
                word-break: break-all;
            }

    .temporary input {
        width: 80vw;
    }

    .temporary a.btn_check {
        display: block;
        width: 80vw;
        font-size: 0.8rem;
        line-height: 6vw;
        text-align: center;
        font-weight: 700;
        color: #fff;
        background: #008fc7;
        text-decoration: none;
        width: 100%
    }

    .temporary a.pre_calc_btn_check {
        display: block;
        width: 80vw;
        font-size: 0.8rem;
        line-height: 6vw;
        text-align: center;
        font-weight: 700;
        color: #fff;
        background: #008fc7;
    }
/* step1 popup 文字樣式　by Ivan */
.popupHeader {
    position: relative;
    left: 50px;
}

@media screen and (min-width: 1024px) {
    .collapse_btn {
        color: #fff;
        padding: 0 0;
        width: 190px;
        border-radius: 30px;
        margin: 0 20% 25px;
        font-size: 18px;
        line-height: 20px;
        background: hotpink;
        float: right;
        text-align: center;
    }

    .temporary {
        display: none;
        width: 100vw;
        height: 100vh;
    }

        .temporary div {
            width: 600px;
            margin: 160px auto 0;
            padding: 50px;
        }

            .temporary div.btns {
                margin: 0;
            }

        .temporary a.btn_close {
            width: 30px;
            height: 30px;
            background-size: 15px;
        }

        .temporary iframe {
            width: 12.5px;
            height: 10px;
            margin-right: 8px;
        }

        .temporary span.title {
            width: 100%;
            font-size: 16px;
            line-height: 16px;
            padding-bottom: 25px;
            border-bottom: solid 1px #e7eaf0;
        }

        .temporary strong {
            padding: 0 0 25px;
            font-size: 16px;
        }

        .temporary p {
            font-size: 16px;
            line-height: 27px;
            margin-bottom: 25px;
        }

            .temporary p.remind {
                font-size: 14px;
                line-height: 24px;
            }

            .temporary p span {
                line-height: 27px;
                font-size: 16px;
            }

                .temporary p span.blue {
                    width: 95%;
                }

        .temporary input {
            width: 380px;
            margin-right: 25px;
            display: inline-block;
        }

        .temporary a.btn_check {
            width: 180px;
            font-size: 16px;
            line-height: 28px;
            display: inline-block;
        }

        .temporary a.pre_calc_btn_check {
            width: 180px;
            font-size: 16px;
            line-height: 45px;
            display: inline-block;
        }
    /* step1 popup 文字樣式　by Ivan */
    .popupHeader {
        position: relative;
        left: 150px;
    }
}
/*End CommonPopup */
/*索取後 Popup*/

.white_content {
    position: fixed;
    /*    top: 5%;
    left: 5%;*/
    z-index: 1050;
    /*    width: 90%;
    height: 90%;*/
    /*background-color: #ffffff;*/
    border-radius: 5px;
    display: none;
    font-family: Arial, "微軟正黑體";
    -webkit-overflow-scrolling: touch;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px; /* 可依需求調整最大寬度 */
    height: auto;
}



.white-body {
    position: relative;
    height: 90%;
    /*overflow-y: auto;*/
    display: block;
    line-height: 1.5;
    /*padding: 40px 30PX;*/
}

    .white-body p {
        text-indent: -20px;
        padding-left: 21px;
        margin: 10px 0 10px 0;
        color: #323232;
    }

    .white-body h1 {
        width: 100%;
        text-align: center;
        font-size: 33px;
        line-height: 45px;
        font-weight: bold;
        /* color: #2195c6; */
        margin-bottom: 15px;
    }

    .white-body h3 {
        text-align: justify;
        font-size: 25px;
        line-height: 40px;
        font-weight: bold;
        margin-bottom: 30px;
        /* color: #E49F0B;*/
    }

    .white-body ul {
        padding-left: 35px;
        font-family: Arial, "微軟正黑體";
    }

        .white-body ul li {
            text-align: justify;
            font-size: 25px;
            line-height: 40px;
            margin-bottom: 15px;
            word-break: break-all;
            font-family: Arial, "微軟正黑體";
        }

.close_main {
    width: 2em;
    height: 2em;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 10000;
}

#loading {
    background-color: #fff;
}

.loading-body {
    position: relative;
    height: 90%;
    overflow-y: auto;
    display: block;
    line-height: 1.5;
    padding: 40px 30PX;
    align-content: center;
}
/*Consent Popups Start*/
.pop-conpri-text {
    text-decoration: underline;
    color: #009E9C;
}

#popup_consent, #popup_privacy {
    overflow: auto;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    padding: .5rem;
    width: 100%;
    height: 100%;
    z-index: 30;
    top: 0;
    position: fixed;
    line-height: 1.25rem;
}

.consent_content {
    padding-bottom: 3rem;
    padding-top: 3rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: .75rem;
    align-items: center;
    margin: auto;
    position: relative;
}

.consent_list {
    line-height: 1.25rem;
    font-size: .875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 1rem;
    list-style: none;
    list-style-type: decimal;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

    .consent_list > :not([hidden]) ~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));
        margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
    }

.X_icon_popup {
    width: 1.75rem;
    top: 1rem;
    right: 1rem;
    position: absolute;
    height: auto;
    max-width: 100%;
    display: block;
    vertical-align: middle;
}
/*Consent Popups End*/