.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

 
/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #33CC99;
  border: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 2px;
  width: 10px;
  height: 15px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.logo {
  width: 300px; 
  height: auto; 
}

.first-ul > li {
  list-style-type: disc; /* 設置為實心圓點 */
}



/*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;
        margin: 15.3333vw;
        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(../images/delete_w.png) 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: 1.2rem; /*line-height: 4.2666vw;*/
    }

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

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

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

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

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

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

    .temporary input {
        width: 80vw;
    }

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

    .temporary a.pre_calc_btn_check {
        display: block;
        width: 80vw;
        font-size: 1.2rem;
        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: 100px 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;
    }
}


/*Merge用的!!!!!!!!!!!!!!!!!!*/
.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;
}

.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, "微軟正黑體";
        }

ol.lv2 {
    padding-left: 30px;
}

    ol.lv2 li {
        list-style-type: decimal;
    }

.close {
    width: 23px;
    height: 23px;
    position: absolute;
    top: 15px;
    right: 35px;
    z-index: 10000;
}

