*{
    margin: 0;
    padding: 0;
    /*list-style: none;*/
    font-family: 'Noto Sans TC' , sans-serif;
}
html {
    background-color: #FEFFE6;
    font-size: 62.5%;
    letter-spacing: 2px;
}
h3{
    color: #3E3A39;
    font-size: 5em;
    text-align: center;
    line-height: 55px;
    font-weight: 700;
    margin: 0 0 15px;
}
h4{
    font-size: 3.2em;
    color: #0070C0;
}
h5{
    color: #0070C0;
    font-size: 3em;
    text-align: center;
}
p{
    color: #3E3A39;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 25px;
}
span{
    color: #7F8080;
    font-size: 1.5em;
    text-align: center;
}
img{
    vertical-align: middle;
}
.item1 .title{
    margin-bottom: 10px;
}
.item1 .title img{
    width: 67px;
    margin: 0 10px 40px 0;
}
.item1,.item1 .title{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.item1 .title h3::after{
    content: '';
    max-width: 150px;
    height: 5px;
    display: block;
    background-color: #3E3A39;
    margin: 20px auto 0;
}
.item1 h3 img{
    padding: 0 10px 20px 0;
}
.wrap{
    width: 100%;
    margin: auto;
    height: auto;
    overflow: hidden;
}
.table{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 30px 0;
    text-align: left;
}
.table thead,.thead{
    background-color: #0070C0;
}
th,td{
    border: 1px solid #7F8080;
    padding: 0 10px;
}
.table th,.thead{
    font-size: 2.2em;
    font-weight: 500;
    color: #fff;
    padding: 15px 10px;
}
.table td{
    font-size: 1.8em;
    font-weight: 500;
}
@media screen and (max-width:650px){
    .item1 .title img{
        margin: 0 0 15px;
    }
}
@media screen and (max-width:450px){
    h3{
        font-size: 3.5em;
        line-height: 40px;
        margin: 0;
    }
    h4{
        font-size: 2.2em;
    }
    .item1 .title h3::after{
        max-width: 100px;
    }
    h5{
        font-size: 3em;
    }
    p{
        font-size: 1.5em;
        line-height: 21px;
    }
    span{
        font-size: 1em;
    }
    th, td {
        padding: 5px;
    }
    .table th{
        font-size: 1.5em;
    }
    .table td{
        font-size: 1.3em;
        line-height: 16px;
        letter-spacing: 0.5px;
    }
}
/* header */
.header{
    width: 100%;
    margin: auto;
    position: fixed;
    background-color: rgba(254, 255, 230, 0.9);
    z-index: 500;
}
.header .item{
    max-width: 1200px;
    margin: auto;
}
.header .item img{
    width: 370px;
    margin: 25px 0 25px 20px;
}
@media screen and (max-width:450px){
    .header .item img{
        width: 165px;
    }
}
/* kv */
.kv{
    background: url(../img/kv-bg.png)no-repeat bottom center;
    /*background-color:#fff;*/
    max-width: 100%;
    height: auto;
}
.kv .cont{
    max-width: 1380px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap-reverse;
    padding: 100px 20px 0;
}
.kv .cont .kv-p img{
    max-width: 869px;
    margin-left: -150px;
}
.kv .cont .kv-p-m{
    display: none;
}
.kv .cont .detail{
    margin: 0 0 50px -250px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column;
}
.kv .cont .detail .title img{
    /*width: 830px;*/
}
.kv .cont .detail .title .kvh1-m{
    display: none;
}
.kv .cont .detail h2{
    text-align: center;
    font-size: 2.1em;
    color: #0091BC;
    font-weight: 400;
}
.kv .cont .detail .kv-p1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.kv .cont .detail .kv-p1 p{
    font-size: 1.8em;
    color: #fff;
    font-weight: 600;
}
.kv .cont .detail .kv-p1 .item{
    width: 190px;
    height: 87px;
    margin: 15px 5px;
    padding: 7px 5px;
    text-align: center;
    background-color: #ff9a0b;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    border-radius: 20px;
    box-shadow:  2px 2px 6px 2px rgba(0, 0, 0, 0.3);
}
.kv .cont .detail .kv-p1 .item:nth-child(2){
    background-color: #84C144;
}
.kv .cont .detail .kv-p1 .item:nth-child(3){
    background-color: #0ea97d;
}
.kv .cont .detail .kv-p1 .item:nth-child(4){
    background-color: #ff6700;
}
.kv .cont .detail .kv-p1 .item img{
    width: 46px;
}
.newword{ color:blue;}
@media screen and (max-width:1300px){
    .kv .cont{
        max-width: 100%;
    }
    .kv .cont .detail .title{
        max-width: 100%;
    }
    .kv .cont .kv-p img{
        width: 100%;
        margin-left: 0px;
    }
    .kv .cont .detail{
        margin: 0 0 50px;
    }
}
@media screen and (max-width:650px){
    .kv{
        background: none;
    }
    .kv .cont .detail .title .kvh1{
        display: none;
    }
    .kv .cont .detail .title .kvh1-m{
        width: 100%;
        display: block;
    }
    .kv .cont .kv-p{
        display: none;
    }
    .kv .cont .kv-p-m{
        width: 100%;
        display: block;
        margin: auto;
        margin-top: -40px;
    }
    .kv .cont .detail .kv-p1 {
        margin-top: 15px;
        justify-content: space-between;
    }
    .kv .cont .detail .kv-p1 .item{
        width: 47%;
        height: 60px;
        margin: 8px 5px;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0;
    }
    .kv .cont .detail .kv-p1 .item img{
        width: 30px;
        margin-right: 5px;
    }
    .kv .cont .detail .kv-p1 p{
        font-size: 1.5em;
        line-height: 20px;
        letter-spacing: 0.5px;
    }
}
@media screen and (max-width:450px){
    .kv .cont .kv-p-m img{
        max-width: 450px;
    }
}
/* content */
.content{
    max-width: 1100px;
    margin: 0 auto;
    /* padding: 100px; */
}
.content2{
    width: 100%;
    background: url(../img/p2-bg.png)no-repeat bottom center,rgba(255 , 255 , 255 , 1);
}
.content3{
    width: 100%;
    height: auto;
    background: url(../img/p3-bg.png)no-repeat top center;
}
.content4{
    width: 100%;
    background-color: #0091BC;
}

/* p1 */
.p1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    padding: 70px 0;
}
.p1 .item1,.p1 .item1 .title,.p1 .item1 .data{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.p1 .item1 .title{
    margin-bottom: 75px;
}
.p1 .item1 .title{
    flex-direction: column;
}
.p1 .item1 .title img{
    margin: 0;
}
.p1 .item1 .data{
    max-width: 760px;
}
.p1 .item1 .data img{
    max-width: 756px;
    margin:0 0 15px 20px;
}
/* p1 item2 */
.p1 .item2{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 50px auto 0;
}
.p1 .item2 .detail{
    max-width: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    text-align: center;
}
.p1 .item2 .detail .data{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 20px;
    text-align: center;
}
.p1 .item2 .detail .data .d1{
    background: url(../img/d1.png)no-repeat center;
    background-size: contain;
    width: 248px;
    height: 251px;
    padding-bottom: 15px;
}
.p1 .item2 .detail .data .d2{
    background: url(../img/d2.png)no-repeat center;
    background-size: contain;
    width: 248px;
    height: 251px;
    padding-bottom: 15px;
}
.p1 .item2 .detail .data .d3{
    background: url(../img/d3.png)no-repeat center;
    background-size: contain;
    width: 248px;
    height: 251px;
    padding-bottom: 15px;
}
.p1 .item2 .detail .data .d1,.p1 .item2 .detail .data .d2,.p1 .item2 .detail .data .d3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.p1 .item2 h5{
    font-size: 4.5em;
}
.p1 .item2 p{
    line-height: 20px;
    letter-spacing: 0;
}
.p1 a{
    color: #7F8080;
}
.p1 .item2 .detail .data img{
    width: 46px;
}
.p1 .item2 .detail .p1-h4{
    max-width: 750px;
    height: auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../img/p1-bg.png) , rgba(255 , 255 , 255 , 1);
    border-radius: 20px;
}
.p1 .item2 .detail .p1-h4 h4{
    padding: 0 55px;
    margin: 0 30px;
    color: #3E3A39;
    font-weight: 500;
    text-align: left;
}
.p1 .item2 .detail .p1-h4 h4 b{
    color: #E38100;
}
.p1 .item2 .ready img{
    max-width: 350px;
    margin: auto;
}
@media screen and (max-width:950px){
    .p1 .item1 .title{
        margin-bottom: 10px;
    }
}
@media screen and (max-width:650px){
    .p1 .item2 .data{
        padding-top: 20px;
    }
    .p1 .item1 .data img{
        max-width: 100%;
        margin:auto;
    }
    .p1 .item2 .ready img{
        width: 80%;
        padding: 15px 0 0 10%;
    }
}
@media screen and (max-width:450px){
    .content2{
        margin-top: 50px;
    }
    .p1{
        padding: 40px 0;
    }
    .p1 .item2 h5{
        font-size: 2em;
    }
    .p1 .item2 p{
        font-size: 1em;
        line-height: 15px;
    }
    .p1 .item2 .detail .data img{
        width: 20px;
    }
    .p1 .item2 .detail .p1-h4 h4{
        padding: 0;
        line-height: 28px;
    }
    .p1 .item2 .detail .data .d1,.p1 .item2 .detail .data .d2,.p1 .item2 .detail .data .d3{
        background: url(../img/d1-m.png)no-repeat center;
        background-size: contain;
        width: 124px;
        height: 135px;
    }
}

/* p2 */
.p2{
    width: 100%;
    padding: 4rem 0;
}
.p2 .cont,.p2 .cont .item2,.p2 .cont .item2 .detail{
    display: flex;
}
.p2 .cont,.p2 .cont .item2 .detail{
    flex-direction: column;
}
.p2 .cont .item2{
    display: flex;
}
.p2 .item2 .detail{
    /* max-width: 100%; */
}
.p2 .item2 .detail:nth-last-child(1){
    /* max-width: 100%; */
}
.p2 .item2 .detail:nth-child(1){
    max-width: 100%;
}
.p2 .item2 .detail .text{
    margin: 20px 0;
}
.p2 .cont .item2-2{
    display: none;
}
/* p2 .item3 */
.p2 .item3{
    text-align: center;
    margin-top: 40px;
}
.p2 .item3 h4{
    font-size: 2.8em;
    font-weight: 500;
    max-width: 410px;
    margin: auto;
    padding: 7px 0;
    background-color: #0070C0;
    color: #fff;
    border-radius: 20px;
    margin-bottom: -25px;
}
.p2 .item3 p{
    letter-spacing: 0;
}
.p2 .item3 .text{
    border: 1px solid #0070C0;
    border-radius: 20px;
    padding: 20px 10px;
    text-align: justify;
}
.p2 .p2-p img{
    animation-name: p2-p;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}
@keyframes p2-p{
    0%   {opacity: 1; filter: brightness(1.0);}
    30%  {opacity: 1; filter: brightness(1.2);}
    50%  {opacity: 1; filter: brightness(1.2);}
    100% {opacity: 1; filter: brightness(1.0);}
}
@media screen and (max-width:1024px) {
    .p2 .cont .item2 {
        margin: 0px 25px;
    }
}
@media screen and (max-width:950px) {
    /* p2 .item2-2 */
    .p2 .cont .item2 {
        /*display: none;*/
        margin: 0px 25px;
    }

    .p2 .cont, .p2 .cont .item2-2, .p2 .cont .item2-2 .detail {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-wrap: wrap;
    }

        .p2 .cont .item2-2 {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            justify-content: center;
        }

    .p2 .item2-2 .detail {
        max-width: 100%;
    }

        .p2 .item2-2 .detail .text {
            width: 100%;
            margin: 10px 0;
        }

    .p2 .item2-2 .p2-p img {
        width: 100%;
    }
}
@media screen and (max-width:650px){
    /* p2 .item2-2 */
    .p2 .cont,.p2 .cont .item2-2,.p2 .cont .item2-2 .detail{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;

    }
    .p2 .cont .item2-2{
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
    }
}
@media screen and (max-width:450px){
    .p2{
        padding: 40px 0;
    }
    .p2 .item2-2 .detail .text{
        margin: 10px 0;
    }
    .p2 .cont,.p2 .cont .item2-2,.p2 .cont .item2-2 .detail{
        justify-content: space-between;
    }
    .p2 .item3 h4{
        font-size: 2em;
        max-width: 300px;
    }
}

/* p3 */
.p3 {
    width: 100%;
    padding: 2rem 0;
    padding-top: 4rem;
}

/* send */
.send .item2{
    width: 100%;
    background-color: #fff;
    border-radius: 0 40px 0 40px;
    box-shadow: 2px 2px 15px 4px rgba(0, 0, 0, 0.2);
    padding: 60px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#Index {
    width: 100%;
}
.send .detail{
    width: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.send .detail .enter{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.send input::placeholder{
    color: #DCDDDD;
}
.send .detail .enter .name{
    width: 100%;
    display: block;
}
.send .detail .enter .text{
    width: 45%;
    display: inline
}
.send .detail .enter input{
    border: 1px solid #0070C0;
    padding: 20px 8px;
    margin: 8px 0;
}
.send .name input, .send .text input, .send #dvCaptcha input {
    font-size: 1.7em;
}
.send .detail #Name, .send .detail #Idno, .send .detail #Telm, .send .detail .name {
    width: 100%;
}
.send .detail .text,.send .detail .verification{
    width: 100%;
}

#CaptchaVer {
    margin: 0;
    display: inline-block;
}
.verifyC {
    margin: 0;
    padding: 0;
    width: 20%;
    height: 65px;
    display: inline;
    border: 1px solid #0070C0;
    vertical-align: top;
}
#login{
    clear: both;
}
.send .detail .bt1{
    border: 5px solid #E38100;
    background-color: #fff;
    border-radius: 50px;
    padding: 10px 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    opacity: 1;
    cursor: pointer;
    margin-bottom: 15px;
}
.send .detail .bt1:hover{
    opacity: 0.8;
}
.send .detail .bt1 p{
    color: #E38100;
}
.send .detail .bt1 img{
    width: 31px;
}
.send .detail .bt2{
    border: none;
    background-color: #E38100;
    border-radius: 50px;
    padding: 10px 50px;
    opacity: 1;
    cursor: pointer;
}
.send .detail .bt2:hover{
    opacity: 0.8;
}
.send .detail .bt2 p{
    color: #fff;
}
.send .detail .hook{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 25px 0 20px;
}
.send .detail .notice{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.send .detail .hook #male{
    width: 15px;
}
.send .detail .hook input{
    appearance: none;
}
.send .detail .hook input[type="checkbox"]{
    appearance: none;
    width: 15px;
    height: 15px;
    border: 1px solid #3E3A39;
    background-color: #fff;
    color: #fff;
}
.send .detail .hook input[type="checkbox"]:checked{
    background-color: #0070C0;
    color: #fff;

}
.send .detail .hook input[type="checkbox"]:checked::before{
    content: "";
    display: block;
    color: #fff;
    text-align: center;
    font-weight: 900;
    line-height: 1;
}
#Chk01, #Chk02{
    color: #fff;
}
.send .detail .notice label{
    width: 100%;
    margin: -6px 5px 12px 3px;
    letter-spacing: .5px;
}
/*.send .detail .hook label p{
    font-size: 1.6em;
}*/
.send .detail .small p {
    font-size: 1.6em;
}
.send .detail .small a{
    color: #0070C0;
    text-decoration: none;
}
.send .detail .text .bday{
    width: 100%;
    display: flex;
}
.send .detail .text select{
    width: 100%;
    border: 1px solid #0070C0;
    padding: 20px 8px;
    margin: 8px 10px 8px 0;
    font-size: 1.7em;
}
@media screen and (max-width:650px){
    .verifyC {
        width: 35%;
        height: 45px;
        margin-top: 2px;
    }
    .send .detail .bt1 p,.send .detail .bt2 p{
        font-size: 1.5em;
    }
    .send .detail .bt1 img{
        width: 25px;
    }
}
@media screen and (max-width:450px){
    .send .item2{
        box-shadow: 1px 1px 10px 2px rgba(0, 0, 0, 0.2);
        padding: 30px 0px;
    }
    .send .detail{
        width: 80%;

    }
    .send .detail .bt1{
        padding: 10px;
    }
    .send .detail .bt1 p,.send .detail .bt2 p{
        font-size: 1.4em;
    }
    .send .detail .enter form{
        justify-content: center;
        flex-direction: column;
    }
    .send .detail .enter .text{
        width: 100%;
        display: block;
    }
    .send .name input, .send .text input, .send #dvCaptcha input {
        font-size: 1.5em;
    }
    .send .detail .enter input{
        padding: 15px 8px;
    }
    .send .detail .text select{
        width: 100%;
        border: 1px solid #0070C0;
        background-color: #fff;
        padding: 20px 8px;
        margin: 8px 5px 8px 0;
        font-size: 1.5em;
    }
/*    .send .detail .hook label p{
        font-size: 1.4em;
    }*/
    .send .detail .small p {
        font-size: 1.6em;
    }
    .send .detail .notice {
        width: 110%;
    }
}


/* p4 */
.p4{
    width: 100%;
    padding: 70px 0;
}
.p4 .item3{
    margin: 40px auto 0;
}
.p4 .table table{
    border-collapse: collapse;
    background-color: #fff;
}
.p4 .table table thead{
    text-align: center;
}
.p4 .table table thead th:nth-child(1){
    width: 10%;
}
.p4 .table table thead th:nth-child(2){
    width: 18%;
}
.p4 .table table thead th:nth-child(3){
    width: 50%;
}
.p4 .table .tb-b{
    background-color: #DAF2FE;
}
.p4 .table .tb-y{
    background-color: #FFF2BB;
}
.p4 .table td p{
    display: inline-block;
    font-size: 100%;
    font-weight: 500;
    color: #7F8080;
}
.p4 .table td span{
    font-size: .8em;
    color: #7F8080;
    line-height: 1px;
    letter-spacing: 1px;
}
.p4 .table td b{
    font-size: 1.2em;
    font-weight: 500;
    color: #0070C0;
}
.p4 .thead{
    text-align: center;
}
.p4 .thead:nth-last-child(2){
    width: 45%;
}
.p4 .thead:nth-last-child(1){
    width: 15%;
}
@media screen and (max-width:450px){
    .p4{
        padding: 40px 0;
    }
    .p4 .table{
        margin: 0 0 10px;
    }
    .p4 .item3{
        margin: 20px auto 30px;
    }
    .table th{
        padding: 6px 5px;
    }
    .p4 .table table thead th:nth-child(1){
        width: 50%;
    }
    .p4 .table table thead th:nth-child(2){
        width: 40%;
    }
    .p4 .table table thead th:nth-child(3){
        width: 70%;
    }
    .p4 .table table thead th:nth-child(4) {
        width: 3%;
    }
    .p4 .thead:nth-last-child(2){
        width: 60%;
    }
}

/* p5 */
.p5{
    margin-top: 80px;
}
.p5 h4 {
    color: #3E3A39;
    font-size: 2.8em;
    letter-spacing: 0px;
}
.p5 h4:nth-last-child(1){
    color: #0070C0;
    font-size: 2.8em;
    letter-spacing: 0px;
    text-align: center;
}
.p5 .table table{
    width: 100%;
    border-collapse: collapse;
    background-color: #fff;
    text-align: center;
}
.p5 .table table td{
    padding: 15px 5px;
}
.p5 .table .tb-b{
    background-color: #DAF2FE;
}
.p5 .table .tb-y{
    background-color: #FFF2BB;
}
.p5 .thead{
    text-align: left;
}
.p5 .thead:nth-last-child(1){
    width: 20%;
}
.p5 .item3{
    display: none;
}
@media screen and (max-width:650px){
    .p5 h4{
        font-size: 2em;
    }
    .p5 h4:nth-last-child(1){
        font-size: 2em;
    }
    .p5 .item2{
        display: none;
    }
    .p5 .item3{
        display: initial;
    }
    .p5 .item3 .table table{
        text-align: left;
    }
    .p5 .item3 .table th, .thead{
        padding: 5px 3px;
    }
}
@media screen and (max-width:450px){
    .p5{
        margin-top: 40px;
    }
    .p5 .table{
        margin: 10px 0;
    }
    .p5 .table table thead th:nth-child(1){
        width: 5%;
    }
    .p5 .table table thead th:nth-child(2){
        width: 30%;
    }
    .p5 .table table thead th:nth-child(3){
        width: 60%;
    }
}

/* p6 */
.p6 {
    width: 100%;
    padding-bottom: 4rem;
    /*padding: 4rem 0;*/
    margin-top: 2rem;
}
.p6 .not{
    background-color: #fff;
    border-radius: 30px;
    padding: 20px 20px;
}
.p6 ul li{
    list-style: decimal;
    margin-left: 3.5%;
    color: #3E3A39;
    font-size: 1.8em;
    font-weight: 600;
    line-height: 25px;
}
.p6 ul li b{
    font-size: 1.2em;
}
/*.p6 ul li:nth-child(5),.p6 ul li:nth-child(11),.p6 ul li:nth-child(13),.p6 ul li:nth-child(14),.p6 ul li:nth-child(15),.p6 ul li:nth-child(16),.p6 ul li:nth-child(17){
    color: #0070C0;
    font-weight: 500;
}*/
@media screen and (max-width:450px){
    .p6{
        padding: 20px 0;
    }
    .p6 ul li{
        font-size: 1.5em;
        line-height: 20px;
        letter-spacing: 1px;
    }
    .p6 .not{
        background-color: #fff;
        border-radius: 30px;
        padding: 20px 10px 20px 30px;
    }
}

/* p7 */
.p7 {
    width: 100%;
    /*padding: 4rem 0;*/
    margin-top: 2rem;
}

    .p7 .not {
        background-color: #fff;
        border-radius: 30px;
        padding: 20px 20px;
    }

    .p7 ul li {
        margin-left: 3.5%;
        color: #3E3A39;
        font-size: 1.8em;
        font-weight: 600;
        line-height: 25px;
    }

        .p7 ul li b {
            font-size: 1.2em;
        }
@media screen and (max-width:450px) {
    .p7 {
        padding: 20px 0;
    }

        .p7 ul li {
            font-size: 1.5em;
            line-height: 20px;
            letter-spacing: 1px;
        }

        .p7 .not {
            background-color: #fff;
            border-radius: 30px;
            padding: 20px 10px 20px 30px;
        }
}

/* footer */
.footer{
    padding: 30px 0;
}
.footer p{
    font-size: 1.5em;
    font-weight: 400;
    text-align: center;
    color: #fff;
}

/* btn*/
.btn{display: block;background-color:#0070C0;padding: 1rem 0;width: 250px;line-height: 2.5rem;font-size: 2rem;font-weight: 600;color: white;text-decoration: none;border-radius: 4rem;text-align: center;margin: 0 auto 8rem;}
.btn{
    margin: 4rem auto;
}

fieldset {
    font-size: 2rem;
    line-height: 4rem;
    padding: 3rem 4rem;
    margin: 0 auto 2rem;
    border-radius: 2rem;
}
.cbox{
    width: 50%;
    padding: 8rem 0;
    margin: 0 auto;
}
@media screen and (max-width:450px){
 .cbox{
    width: 85%;
    }
    .btn {
        margin: 2rem auto;
    }
}

/* Howard add*/
/*.verifyC {
    width: 35%;
    height: 45px;
    margin-top: 10px;
}*/
.birthitem {
    width: 31.5%;
    color: #666666;
    height: 35px;
    /* margin: 0 auto; */
    /* border: 1px solid #000; */
    /*background-color: #ffffff;*/
    background-color: #E9E9E9;
    border-radius: 2px;
    border: none;
    /*font-size: 30px;*/
    font-size: 15px;
    margin-top: 2px;
    /* padding-top: 26px !important; */
    /* padding-bottom: 26px !important; */
    /* text-indent: 20px; */
    font-family: Arial, "微軟正黑體";
}
.notice_check {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*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(../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;
        text-decoration: none;
    }

    .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: 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 */

/*Checkbox with blue tick*/
input[type="checkbox"] {
    --_accent: #0075ff;
    --_bdw: calc(1em * (4 / 3) / 13.333333);
    --_mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" stroke-width="3" stroke="%23000" fill="none" stroke-linecap="round" stroke-linejoin="round"> <path d="M5 12l5 5l10 -10"/></svg>');
    appearance: none;
    aspect-ratio: 1;
    background: var(--_bg, Field);
    border: 1px solid #c8c8c8;
    outline: none;
    border-radius: var(--_bdrs, 0.2em);
    box-sizing: border-box;
    font-size: 1em;
    height: 1em;
    margin: var(--_m, 0.1875em 0.1875em 0.1875em 0.25em);
    position: relative;
    width: 1em;
    &:focus
        

{
    border: 1px solid #c8c8c8;
    outline: none;
}

&::after {
    background: var(--_bga, transparent);
    content: "";
    inset: 0;
    position: absolute;
    mask: var(--_mask) no-repeat center / contain;
    -webkit-mask: var(--_mask) no-repeat center / contain;
    border: 1px solid #c8c8c8;
    outline: none;
}

&:checked {
    --_bdc: var(--_bdc--checked, transparent);
    --_bg: var(--_bg--checked, var(--_accent));
    --_bga: var(--_bga--checked, Field);
}

border:1px solid var(--_accent);
outline:none;


&[role="switch"] {
    --_bdc: hotpink;
    --_bdc--hover: transparent;
    --_bdrs: 1em;
    --_bg: #d1d1d1;
    --_bga: Field;
    --_mask: none;
    aspect-ratio: 1.8 / 1;
    border: 0;
    display: grid;
    padding: 0.125em;
    place-content: center start;
    width: 1.8em;
    &::after

{
    border-radius: 50%;
    height: 0.75em;
    inset: unset;
    position: static;
    width: 0.75em;
}

&:checked {
    --_bg: var(--_bg--checked, var(--_accent));
    justify-content: end;
    outline: none;
}
}
/*Redirected Target Pages*/
#section-notice {
    color: rgb(51, 51, 51);
    font-size: 1rem;
    font-weight: 600;
}
/*#section-notice {
    font-size: 0.8rem;
}*/
#section-notice .container {
    padding-top: 12px;
}

.notice_area {
    padding: 40px;
    border-radius: 25px;
    text-align: center;
    background-color: rgb(253, 253, 253);
}

