.custom-entrance {
    width: 100%;
    min-height: 100vh;
    padding: 0 0 5px 0;
    margin: 0px;
    background-position: top right;
}

    .custom-entrance .custom-top {
        width: 100%;
        max-width: 800px;
        padding: 120px 0 0 0;
        margin: auto;
        color: #edebe4;
        text-align: center;
    }

        .custom-entrance .custom-top .custom-top-title {
            width: 100%;
            padding: 0px;
            margin: auto;
            font-size: 30px;
        }

        .custom-entrance .custom-top .custom-top-content {
            width: 100%;
            padding: 30px 0 0 0;
            margin: 0px;
            vertical-align: top;
        }

            .custom-entrance .custom-top .custom-top-content .custom-title {
                display: inline-block;
                width: 30%;
                padding: 0px;
                margin: 0px;
                font-size: 25px;
                color: #f04832;
                text-align: left;
            }

            .custom-entrance .custom-top .custom-top-content .custom-content {
                display: inline-block;
                width: 69%;
                padding: 0px;
                margin: 0px;
                font-size: 20px;
                text-align: left;
            }

            .custom-entrance .custom-top .custom-top-content input {
                display: block;
                width: 100%;
                padding: 6px 8px;
                font-size: 20px;
                color: #f04832;
                border: 1px solid #3d5180;
                border-radius: 4px;
                background-color: rgba(255, 255, 255, 0.1);
            }

        .custom-entrance .custom-top .custom-top-buttom {
            width: 100%;
            padding: 15px 0 0 0;
            margin: 0px;
        }

            .custom-entrance .custom-top .custom-top-buttom .custom-button {
                padding: 6px 8px;
                margin: 0px;
                font-size: 25px;
                border-radius: 4px;
                background-color: #535be6;
            }

    .custom-entrance .custom-bottom {
        width: 97%;
        max-width: 800px;
        padding: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 40px;
        border: 2px solid #888888;
        border-radius: 20px;
        position: relative;
    }

        .custom-entrance .custom-bottom:before {
            border-color: transparent transparent #888888 transparent;
            border-style: solid solid solid solid;
            border-width: 20px 20px 20px 20px;
            /* 必須指定，才能顯示內容 */
            content: "";
            height: 0px;
            width: 0px;
            /* 必須指定，否則會變梯形 */
            position: absolute;
            top: -40px;
            left: 50%;
        }

        .custom-entrance .custom-bottom:after {
            border-color: transparent transparent rgb(5, 48, 86) transparent;
            border-style: solid solid solid solid;
            border-width: 20px;
            /* 必須指定，才能顯示內容 */
            content: "";
            height: 0px;
            width: 0px;
            /* 必須指定，否則會變梯形 */
            position: absolute;
            top: -37px;
            left: 50%;
        }

        .custom-entrance .custom-bottom .custom-lodding {
            width: 100%;
            height: 300px;
            padding: 0px;
            margin: 0px;
            text-align: center;
        }

            .custom-entrance .custom-bottom .custom-lodding .lodding-content {
                padding-bottom: 50px;
                font-size: 28px;
                color: #edebe4;
            }

        .custom-entrance .custom-bottom .custom-eleArea-error {
            width: 100%;
            padding: 0px;
            margin: 0px;
            font-size: 25px;
            color: #edebe4;
            text-align: center;
        }

        .custom-entrance .custom-bottom .custom-eleArea {
            width: 100%;
            padding: 0px;
            margin: 0px;
            text-align: center;
        }

        .custom-entrance .custom-bottom .custom-row {
            width: 100%;
            padding: 0 0 15px 0;
            margin: auto;
            vertical-align: top;
        }

            .custom-entrance .custom-bottom .custom-row .custom-title {
                display: inline-block;
                width: 30%;
                padding: 0px;
                margin: 0px;
                font-size: 25px;
                color: #edebe4;
                text-align: left;
            }

            .custom-entrance .custom-bottom .custom-row .custom-content {
                display: inline-block;
                width: 69%;
                padding: 0px;
                margin: 0px;
                font-size: 20px;
                color: #edebe4;
                text-align: left;
            }

                .custom-entrance .custom-bottom .custom-row .custom-content .custom-no-input {
                    width: 100%;
                    padding: 0px;
                    margin: 0px;
                }

                    .custom-entrance .custom-bottom .custom-row .custom-content .custom-no-input.hasunit {
                        display: inline-block;
                        width: auto;
                        padding: 0px;
                        margin: 0px;
                        color: #f04832;
                        font-size: 40px;
                        font-weight: 900;
                    }

                    .custom-entrance .custom-bottom .custom-row .custom-content .custom-no-input.unit {
                        display: inline-block;
                        width: auto;
                        padding: 0px;
                        margin-left: 15px;
                    }

                .custom-entrance .custom-bottom .custom-row .custom-content .custom-content-illustrate {
                    display: inline-block;
                    width: 100%;
                    padding: 0px;
                    margin-top: 5px;
                }

            .custom-entrance .custom-bottom .custom-row .custom-title.carbon {
                margin-top: 15px;
                padding: 0px;
                color: #f04832;
                vertical-align: top;
            }


@media only screen and (max-width: 800px) {
    .custom-entrance .custom-top .custom-top-title {
        width: 70%;
    }

    .custom-entrance .custom-top .custom-top-content .custom-title {
        width: 70%;
        text-align: center;
    }

    .custom-entrance .custom-top .custom-top-content .custom-content {
        width: 70%;
        text-align: center;
    }

    .custom-entrance .custom-bottom .custom-row .custom-title {
        width: 70%;
        text-align: center;
    }

    .custom-entrance .custom-bottom .custom-row .custom-content {
        width: 70%;
        padding-top: 10px;
        text-align: center;
        border-bottom: 1px dashed;
    }

    .custom-entrance .custom-bottom .custom-row .custom-title.carbon {
        margin-top: 0px;
    }
}

.custom-lodding .lodding-container {
    margin: auto;
    position: relative;
    width: 55px;
    height: 60px;
    animation: loadingRotate 1s linear infinite;
}

    .custom-lodding .lodding-container .dot {
        position: absolute;
        width: 15px;
        height: 15px;
        background-color: gray;
        border-radius: 50%;
    }

        .custom-lodding .lodding-container .dot:nth-child(1) {
            top: 0;
            left: calc(50% - 7.5px);
            opacity: .1667;
        }

        .custom-lodding .lodding-container .dot:nth-child(2) {
            top: calc(33.33% - 7.5px);
            left: calc(100% - 15px);
            opacity: .3333;
        }

        .custom-lodding .lodding-container .dot:nth-child(3) {
            top: calc(66.67% - 5px);
            left: calc(100% - 15px);
            opacity: .5;
        }

        .custom-lodding .lodding-container .dot:nth-child(4) {
            top: calc(100% - 15px);
            left: calc(50% - 7.5px);
            opacity: .6667;
        }

        .custom-lodding .lodding-container .dot:nth-child(5) {
            top: calc(66.67% - 5px);
            left: 0;
            opacity: .8333;
        }

        .custom-lodding .lodding-container .dot:nth-child(6) {
            top: calc(33.33% - 7.5px);
            left: 0;
            opacity: 1;
        }

@keyframes loadingRotate {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}
