<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/*COMMON*/
* {
    box-sizing: border-box;
}

body {
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: "Century Gothic", Arial, "微軟正黑體", Helvetica, sans-serif;
    font-size: 16px;
    color: #0a449d;
    background-color: #dbd4e4;
    line-height: 1.6;
}

a {
    text-decoration: none;
    cursor: pointer;
    
}

.photo_wrap:hover,
a.btn img:hover {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}


.tab a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.mb {
    display: none;
}

.bold {
    font-weight: 600;
}

.bolder {
    font-weight: 900;
}

.blue {
    color: #024687;
}

.wrapper {
    margin: 0 auto;
    padding: 0;
    left: 0;
    right: 0;
    position: relative;
    width: 750px;
    background-color: #dbd4e4;
    background-image: url(../images/01_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    padding-bottom: 10%;

    /* box-shadow: 0px 0px 5px #a9a9a9; */
    
}

.bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9;
    max-width: 750px;
    display: flex;
}

.bottom img {
    width: 100%;
    vertical-align: bottom;
}

.wrapper img {
    width: 100%;
    display: block;
}

header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

header .header_bar {
    /* width: 100%; */
    position: absolute;
    top: 0;
    left: 0;
}

header .btn_list {
    position: absolute;
    width: 22%;
    top: 0;
    right: 0;
    display: block;
    cursor: pointer;
    z-index: 2;
}
header .btn_logo {
    position: absolute;
    width: 24%;
    top: 0;
    left: 0;
    display: block;
    cursor: pointer;
    z-index: 2;
}

header .btn_list img {
    width: 100%;
    display: block;
}

figure.label {
    width: 100%;
    margin: 0;
    padding-top: 150px;
    padding-bottom: 30px;
}

figure.label2 {
    width: 100%;
    margin: 0;
}

figure.label2 img {
    border-radius: 10px;
}


figure.label2 p {
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 12%;
}


figure.label2 img,
figure.label img {
    width: 100%;
    display: block;

}

.btn_wrap {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.btn_wrap a {
    position: relative;
    display: inline-block;
    width:49%;
    margin: 0 auto 2% -10%;
    font-size: 38px;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #fff;
}


.step2 .btn_wrap a {
    margin: 0 auto 2%;
}

.btn_wrap a:nth-of-type(2) {
    margin: 0 auto 2%;
}

.btn_wrap a,
.btn_wrap a:hover,
.btn_wrap a:active,
.btn_wrap a:focus {
    text-decoration: none;
}

.btn_wrap a span {
    font-size: 32px;
    font-weight: 300;
}

.text-danger {
    color: #ce2121;
}

.text-custom{
    color: #482474;
}

.text-success {
    color: #358500;
    border: 1px solid #358500 ;
    font-weight: 700;
    display: inline-table;
    padding: 0 0.5%;
}
.text-muted {
    color: #666;
    font-weight: 500;
}

.demo {
    padding-bottom: 10%;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;

}

.demo2 {
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 0;
    border: 1px solid green;
   
}
.demo3 {
    margin-top: 5%;
    padding-bottom: 8%
}


@media (max-width: 800px) {
    .wrapper {
        width: 100%;
        /* height: 220vw; */
        max-width: none;
        max-height: none;
    }


    .wrapper.index {
        /* height: 100vh;
        min-height: 215vw; */
        overflow: hidden;
    }

    .wrapper.step2 {
        height: 240vw;
    }

    .btn_wrap a {
        font-size: 5.3vw;
    }

    .btn_wrap a span {
        font-size: 4.6vw;
    }

    .wrapper header {
        position: fixed;
    }

    figure.label {
        padding: 19vw 0 3vw;
    }

    figure.label.list {
        padding: 23vw 0 2vw;
    }

}

/*首頁*/
.description {
    position: relative;
}

/*已參加過此活動popup*/
.popup {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    background-size: 100% 100%;
    position: fixed;
    overflow: hidden;
    z-index: 99;
}


.pop_wrap {
    position: absolute;
    width: 86%;
    height: 100%;
    margin: 0 auto;
    top: 25%;
    left: 0;
    right: 0;
}

.pop_content {
    width: 643px;
    height: 563px;
    margin: 0 auto;
    background: url(../images/popbg.jpg) no-repeat top center;
    background-size: cover;
    box-sizing: border-box;
    position: relative;
    padding: 85px 80px 0;
}

.pop_content p {
    font-size: 34px;
    line-height: 1.8;
    text-align: center;
}

.popup .close_lightbox {
    width: 7%;
    max-width: 60px;
    position: absolute;
    top: -5%;
    right: 0;
    cursor: pointer;
}

.popup .close_lightbox.error{
    width: 7%;
    max-width: 60px;
    position: absolute;
    top: -9%;
    right: 0;
    cursor: pointer;


}

.popup .close_lightbox3 {
    width: 7%;
    max-width: 30px;
    position: absolute;
    top: -7.5%;
    right: 0;
    cursor: pointer;
}

.popup .close_lightbox img {
    width: 100%;
    display: block;
}

@media (max-width: 800px) {
    .pop_content {
        width: 100%;
        height: 75vw;
        padding: 10vw 8vw 0;
    }

    .pop_content p {
        font-size: 4.7vw;
    }

    .popup .close_lightbox {
        top: -6vw;
        right: -0.5vw;
    }
}

/*step1*/
.step1 figure.label {
    padding-bottom: 0;
}

h2 {
    font-size: 32px;
    text-align: center;
}

h2 span.hightlight {
    font-weight: 600;
    color: #004996;
}

h2 span.small {
    font-size: 24px;
}

h3 {
    font-size: 28px;
    text-align: center;
}

p {
    font-size: 24px;
    text-align: center;
    color: #666;
}

.display_wrap {
    position: relative;
}

.display_wrap p {
    position: absolute;
}

.display_wrap p:nth-of-type(1) {
    top: 52%;
    left: 40%;
}

.display_wrap p:nth-of-type(2) {
    top: 61%;
    left: 12%;
}

.display_wrap p:nth-of-type(3) {
    top: 87%;
    left: 61%;
}

.display_wrap p:nth-of-type(4) {
    top: 96%;
    left: 28%;
}

.step1 a.btn {
    margin: 7% auto 0;
}

@media (max-width: 800px) {

    .step1{
        height: 100vh;
        min-height: 191vw;
    }

    h2 {
        font-size: 4.7vw;
    }

    h2 span.small {
        font-size: 3.6vw;
    }

    h3 {
        font-size: 3.7vw;
    }

    p {
        font-size: 3.6vw;

    }
}

/*00首頁*/
.card01, .card02, 
#form {
    width: 85%;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fafafa;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0px 3px 3px #ccc;
}

#form2{
    width: 85%;
    max-width: 800px;
    margin: 0 auto;
    /*height: 85vh;*/
}

.card01 {
padding: 0px;
}

.card-header {
    width: 100%;
    max-width: 800px;
    border-radius: 20px 20px 0 0;
    background: linear-gradient(to bottom, #103380 3%, #5c74a8 5%, #5E86C1 6%,#24448a,#143682,#103380);
    color: #fff;
    margin: 0 auto;
    padding: 13px;
}
.card-header h3 {
    margin-top: 0;
    margin: 0;
}
.card-body {
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 5%;
}

.card-body02 {
    padding-bottom: 25%;
}

.card-body01{
    margin-right: 10%;
    margin-left: 10%;
    padding-bottom: 25%;
    padding-top: 5%;

}

.row {
display: flex;
}

.row2 {
display: flex;
align-items: baseline;
}
.row2 p {
    margin-top: 0;
}

.card-text {
    color: #0a449d;;
    font-weight: 700;
    text-align: left;

}
.card-text01 {
    color: #0a449d;;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
}

.card-title {
    color: #0a449d;;
    margin-right: 30px;
    font-weight: 700;

}
.card-titleS {
    color: #0a449d;;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    width: 30%;
    text-align: left;

}

p.card-title {
    margin: 0;
    margin-left: 12px;
}
span.text-muted {
    margin-left: 20px;
}

.cardS {
background: #fff;
box-shadow: 0px 0px 3px #ccc;
border-radius: 10px;
padding: 20px;
margin-top: 7%;
}
.row p {
    margin-bottom: 0;
}

.card-body .btn {
    margin-bottom: 5%;
}


#form li {
    width: 100%;
    display: table;
}

.txt {
    width: 50%;
    display: table-cell;
}
.color1 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: bold;
    background: -webkit-linear-gradient(120deg, #cb9553 20%, #f2c989, #cb9553 90% );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #978170;
}

.adjust {
margin-top: 14px;
}


#form h3.baby_info {
    margin: 1% auto 0;
    position: relative;
    letter-spacing: 0.2em;
}

#form h3.baby_info::before {
    content: '';
    position: absolute;
    width: 38%;
    display: inline-block;
    border-bottom: 0.8px solid #024687;
    left: 0;
    top: 50%;
}

#form h3.baby_info::after {
    content: '';
    position: absolute;
    width: 38%;
    display: inline-block;
    border-bottom: 0.8px solid #024687;
    right: 0;
    top: 50%;
}

#form font {
    font-size: 24px;
    /* vertical-align: middle; */
    line-height: 1.4;
    color: #0a449d;
    font-weight: bold;

    /* width: 20%; */
}


.input {
    font-size: 26px;
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
    color: #777675;
    background-color: #fff;
    width: 80%;
    padding-right: 1%;
    padding-left: 2%;
    height: 65px;
    margin: 25px auto;
    border: 0;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0px 0px 3px #ccc;
}
.input01 {
    font-size: 26px;
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
    color: #777675;
    background-color: #fff;
    width: 100%;
    padding-right: 1%;
    padding-left: 2%;
    height: 65px;
    margin: 10px auto;
    border: 0;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0px 0px 3px #ccc;
}


.btn-primary {
    font-size: 24px;
    font-weight: bold;
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
    color: #fff;
    background: linear-gradient(to bottom, #103380 3%, #5c74a8 5%, #5E86C1 6%,#24448a,#143682,#103380);
    height: 65px;
    /* margin: 25px auto; */
    border: 0;
    border-radius: 8px;
    text-align: center;
    width: 23%;
    display: inline-block;
    margin-left: 2%;
    cursor: pointer;
}
.card-body .btn-primary {
height: 50px;
}

.input.narrow {
    width: 55%;
}


.select,
.select:focus,
.select:active {
    /*
    font-family: \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4;
    */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #FFF;
    color: #777675;
    padding-right: 1%;
    padding-left: 2%;
    border-radius: 3px;
    border: none;
}


.select {
    -webkit-appearance: none;
    font-family: 'ar-yuanb5std', '微軟正黑體', sans-serif;
    -moz-appearance: none;
    background-image: url(../images/select.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 30px;
    height: 65px;
    font-size: 24px;
    width: 100%;
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 0px 0px 3px #ccc;
}

.row_wrap {
    /* display: table;
    width: 100%;
    text-align: left;
    vertical-align: top */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row_wrap.row_wrap2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.row_wrap.row_wrap3 {
    display: flex;
    justify-content: space-between;
}

.row_wrap font {
    width: 20%;
    display: inline-block;
}

.row_wrap a {
    width: 23%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 2%;
}

.row_wrap span {
    width: 80%;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.row_wrap .select {
    flex: 0 0 49%;
}

.row_wrap .select.store {
    flex: 0 0 100%;
}

.underline {
    text-decoration: underline;
}

/* input[type="radio"], */
input[type="checkbox"] {
    display: none;
}

input[type="radio"]:checked,
input[type="checkbox"]:checked {
    overflow: visible;
}

label {
    display: inline-block;
    cursor: pointer;
    padding-top: 0;
    padding-left: 0;
}

.agree ,.tips {
    margin: 10px auto;
    font-size: 20px;
    position: relative;
    padding-left: 40px;
    text-align: left;
    color: #666;
}

.tips {
 padding-left: 0;

 }

.tips2 p {
    margin: 10px auto;
    font-size: 16px;
    position: relative;
    /* padding-left: 28px; */
    text-align: left;
    color: #666;
    width: 85%;
}

.card-bottom p {
    padding-bottom: 10px;
    margin: 15px;
    font-size: 20px;
    text-align: left;
    color: #666;
}


.agree label {
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1;
}

input[type="checkbox"]+label,
input[type="radio"]+label:before {
    margin-right: 10px;
    /*vertical-align: middle;*/
    vertical-align: text-bottom;
    border: 1px solid #ccc;
    background-size: 100%;
    border-radius: 3px;
    background-color: #FFF;
}

input[type="checkbox"]+label,
input[type="radio"]+label:before {
    width: 24px;
    height: 24px;
}

input[type="radio"]:checked+label,
input[type="radio"]:checked+label:hover,
input[type="checkbox"]:checked+label,
input[type="checkbox"]:checked+label:hover {
    background-repeat: no-repeat;
    background-position: center center;
}

input[type="checkbox"]:checked+label,
input[type="checkbox"]:checked+label:hover {
    background-image: url(../images/Arrow_ok.svg);
}

/*表單placeholder */

::placeholder {
    /* CSS 3 標準 */
    font-size: 24px;
    color: #777675;
}

::-webkit-input-placeholder {
    /* Chrome, Safari */
    font-size: 24px;
    color: #777675;
}

:-ms-input-placeholder {
    /* IE 10+ */
    font-size: 24px;
    color: #777675;
}

::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 24px;
    color: #777675;
}

.btn {
    width: 100%;
    display: block;
    margin: 15px auto 10px auto;
    text-align: center;
}

.btn img {
    width: 100%;
}
input::-webkit-calendar-picker-indicator {
    cursor: pointer;
    background-image: none;
}


input#date,
input01#date {
    -webkit-appearance: none;
    font-family: 'ar-yuanb5std', '微軟正黑體', sans-serif;
    -moz-appearance: none;
    background-image: url(../images/calendar.svg);
    background-repeat: no-repeat;
    background-position: right 1vw center;
    background-size: 1.8vw;
    /* width: 72vw; */
    /* height: 10vw; */
    /* margin: 2vw 0; */
}

@media screen and (max-width:800px) {
    .adjust {
        margin-top: 8px;
        }
    .bottom {
            width: 100%;

    }
    .card-header h3 {
        font-size: 4.5vw;
    }

    .card-body .btn {
        font-size: 1rem;
    }
    .card-bottom p {
        font-size: 3.6vw;
    }
  
    #form {
        max-width: none;
        padding: 18px;
    }

    .row_wrap font {
        width: 20%;
        vertical-align: middle;
    }

    .input,
    .row_wrap span {
        width: 80%;
    }

    input.btn.btn-primary {
    font-size: 4vw;
}

    input#date,
    input01#date {
        -webkit-appearance: none;
        font-family: 'ar-yuanb5std', '微軟正黑體', sans-serif;
        -moz-appearance: none;
        background-image: url(../images/calendar.svg);
        background-repeat: no-repeat;
        background-position: right 2vw center;
        background-size: 3.5vw;
        /* width: 72vw; */
        height: 10vw;
        margin: 2vw 0;
    }

    input::-webkit-date-and-time-value {
        text-align: left;
    }

    #form2{
        width: 85%;
       /* height: 48vh;*/
    }

    .pc {
        display: none;
    }

    .mb {
        display: block;
    }

    #form font,
    .input, .input01,
    .select {
        font-size: 3.3vw;
    }

    .input, .input01,
    .select {
        height: 9vw;
        margin: 2vw 0;
    }
    .row_wrap .btn-primary {
        font-size: 3vw;
        height: 9vw;
    }

    ::placeholder {
        /* CSS 3 標準 */
        font-size: 3.4vw;
    }

    ::-webkit-input-placeholder {
        /* Chrome, Safari */
        font-size: 3.4vw;
    }

    :-ms-input-placeholder {
        /* IE 10+ */
        font-size: 3.4vw;
    }

    ::-moz-placeholder {
        /* Firefox 19+ */
        font-size: 3.4vw;
    }

    .agree, .tips {
        font-size: 3.2vw;
        padding-left: 9vw;
    }

    .tips {
        padding-left: 0;
    }

    .tips2 p {
        font-size: 3.2vw;
        padding-bottom: 20%;
    }

    input[type="checkbox"]+label,
    input[type="radio"]+label:before {
        width: 5vw;
        height: 5vw;
    }

    .row_wrap .select {
        flex: 0 0 48.5%;
    }

    .btn {
        width: 100%;
        display: block;
        margin: 15px auto 10px auto;
        text-align: center;
    }

    .btn img {
        width: 100%;
    }

}

/*隱私權聲明 popup*/
/*錯誤 popup*/

#popup_2, #popup_3{
    display: none;
}

.pop_wrap2 {
    position: absolute;
    background-color: #fff;
    width: 86%;
    max-width: 700px;
    height: 80vh;
    margin: 0 auto;
    top: 10%;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.pop_wrap3 {
    position: absolute;
    background-color: #fff;
    width: 86%;
    max-width: 700px;
    /* height: 80vh; */
    margin: 0 auto;
    top: 20%;
    left: 0;
    right: 0;
    border-radius: 10px;
}
.pop_wrap2 a {
    text-decoration: underline;
    color: #0a449d;

}
.pop_wrap2 a:hover {
    color:  #003060;
}


.pop_announce {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;

}

.pop_announce .scroll_wrap {
    width: 100%;
    height: 100%;
    padding: 5% 5% 5% 3%;
    overflow-y: scroll;
}

.pop_announce ul li {
    font-size: 16px;
    margin-top: 1.5%;
    text-align: justify;
    text-justify: inter-ideograph;
}

.pop_announce ul li ol {
    margin-left: -3%;
}

.pop_announce table {
    width: 70%;
    border: 0.5px solid #000;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.pop_announce table th,
.pop_announce table td {
    padding: 1%;
    border: 0.5px solid #5a5858;
}

@media (max-width: 800px) {
    .pop_wrap2 {
        width: 90%;
        height: 85vh;
        top: 8%;
    }
    .pop_wrap3 {
        width: 90%;
        /* height: 85vh; */
        /*top: 8%;*/
        top: 50%;
        left: 0;
        transform: translate(0,-50%);
    }
   

    .pop_announce h2{
      margin-left:3vw ;  
    }

    .pop_announce .scroll_wrap {
        padding: 2vw 5vw 2vw 1vw;
    }

    .pop_announce ul {
        margin-left: -3vw;
    }

    .pop_announce ul li {
        font-size: 3.2vw;
    }

    .pop_announce ul li ol {
        margin-left: -6vw;
    }

}</pre></body></html>