/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    padding: 0
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type='button'],
[type='reset'],
[type='submit'] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type='checkbox'],
[type='radio'] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
    height: auto
}

[type='search'] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type='search']::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}


.secondary-color {
    color: #0286d1
}

.content-color {
    color: #555
}

label {
    width: 100%
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

a {
    color: #000
}

a:hover {
    color: #000;
    text-decoration: none
}

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

.bold-350 {
    font-weight: 350
}

.bold-0 {
    font-weight: 0
}

.bold-100 {
    font-weight: 100
}

.bold-200 {
    font-weight: 200
}

.bold-300 {
    font-weight: 300
}

.bold-400 {
    font-weight: 400
}

.bold-500 {
    font-weight: 500
}

.bold-600 {
    font-weight: 600
}

.bold-700 {
    font-weight: 700
}

.bold-800 {
    font-weight: 800
}

.bold-900 {
    font-weight: 900
}

html,
body {
    font-family: 'Noto Sans TC', Helvetica, Arial, '黑體-繁', 'Heiti TC', '儷黑', 'LiHei', '微軟正黑體', 'Microsoft JhengHei', sans-serif;
    font-size: 16px;
    background-color: #cae7f9
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    min-width: 320px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 40px rgba(119, 119, 119, 0.4);
    box-shadow: 0 0 40px rgba(119, 119, 119, 0.4)
}

header {
    height: 1140px;
    position: relative;
    background: #fffdff url("../images/kv.jpg") no-repeat top center;
    animation: fadein 5s;
    -moz-animation: fadein 5s;
    -webkit-animation: fadein 5s;
    -o-animation: fadein 5s
}

.secondary-background-color {
    background-color: #d1edfb !important
}

.btn-close {
    border: 0;
    background-color: transparent;
    outline: none;
    background-image: url("../images/modal/close-btn.png");
    background-repeat: no-repeat;
    width: 67px;
    height: 67px;
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out
}

.btn-close:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.modal-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    background-color: transparent;
    border: 0
}



#pd-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-top: 50px;
    width: 750px;
    /*    height: 2600px;*/
    background-color: #cae7f9;
    margin-bottom: 20%;
}

#pd-1 > .pd-1-title {
    background-image: url("../images/pd-1/pd-1-title.png");
    background-repeat: no-repeat;
    width: 571px;
    height: 53px
}

#pd-1 > .pd-1-text {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0.025px;
    color: #555
}

#pd-1 .ball-right {
    background-image: url(../images/pd-1/ball-right.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 650px;
    width: 178px;
    height: 307px
}

#pd-1 .ball-left {
    background-image: url("../images/pd-1/ball-left.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 214px;
    height: 329px;
    left: 0%;
    top: 967px;

/*    animation: 5s ball infinite;*/
}

@keyframes ball {
    100% {
        left: 0%;
        top: 967px;
    }
    50% {
        left: 0%;
        top: 940px;
    }
    0% {
        left: 0%;
        top: 967px;
    }
}



#pd-1 .ball-down {
    background-image: url("../images/pd-1/ball-down.png");
    background-repeat: no-repeat;
    position: absolute;
    width: 312px;
    height: 311px;
    left: 55%;
    top: 1050px;
}

#pd-1 .pd-1-link {
    background-image: url("../images/pd-1/pd-1-link.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 11.8%;
    left: 68%;
    width: 190px;
    height: 235px;
    z-index: 3
}

#pd-1 .pd-1-link > .pd-1-circle {
    background-image: url("../images/pd-1/pd-1-link-circle.png");
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    position: relative;
    margin-left: 150px;
    margin-top: 130px
}

#pd-1 .pd-1-link > .pd-1-circle > .pd-1-arrow {
    background-image: url("../images/pd-1/pd-1-link-arrow.png");
    background-repeat: no-repeat;
    width: 17px;
    height: 21px;
    z-index: 10;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-animation-name: pd-arrow-shaking;
    animation-name: pd-arrow-shaking;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

#pd-1 .arrow {
    position: absolute;
    cursor: pointer;
    background-repeat: no-repeat;
    width: 37px;
    height: 67px;
    top: 580px;
    border: 0;
    background: transparent
}

#pd-1 .arrow.btn-prev {
    background-image: url("../images/pd-1/btn-prev.png");
    left: 0;
    margin-left: 30px
}

#pd-1 .arrow.btn-next {
    background-image: url("../images/pd-1/btn-next.png");
    right: 0;
    margin-right: 30px
}

#pd-1 > .slider2 {
    background-image: url("../images/pd-1/slider-border.png");
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    width: 650px;
    /*    height: 882px;*/
    z-index: 2
}

#pd-1 > .slider2 > .slide-img {
    width: 597px;
    height: 564px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background-color: #cae7f9
}

#pd-1 > .slider2 .slider-en-title {
    font-size: 24px !important;
    line-height: 34px;
    margin-top: 20px;
    padding-left: 30px;
    color: #0286d1
}

#pd-1 > .slider2 .slider-ch-title {
    font-size: 36px;
    line-height: 34px;
    padding-left: 30px;
    color: #0286d1
}

#pd-1 > .slider2 .slider-content {
    font-size: 24px;
    line-height: 34px;
    padding-left: 30px;
    color: #555
}

#pd-1 > .slider2 .apple {
    background-image: url("../images/pd-1/apple.jpg");
    background-repeat: no-repeat;
    width: 136px;
    height: 137px
}

#pd-1 > .slider2 > .container-fluid {
    padding-right: 0px;
    padding-left: 0px
}

#pd-1 .collapse-btn {
    border: 0;
    background-color: transparent;
    outline: none;
    background-image: url("../images/pd-1/collapse-btn.png");
    background-repeat: no-repeat;
    width: 651px;
    height: 91px;
    cursor: pointer
}

#pd-1 .collapse-btn-clicked {
    border: 0;
    background-color: transparent;
    outline: none;
    background-image: url("../images/pd-1/collapse-btn-clicked.png");
    background-repeat: no-repeat;
    width: 651px;
    height: 91px;
    cursor: pointer
}

#pd-1 .collapse-content {
    background-color: white;
    font-size: 26px;
    line-height: 42px;
    color: #555;
    padding: 15px 30px
}

#pd-1 .pd-step {
    background-image: url("../images/pd-2/pd-2-bg.jpg");
    background-repeat: no-repeat;
    width: 750px;
    height: 1090px;
    position: absolute;
    right: -35px
}

#pd-1 .pd-step .pd-step-content {
    color: #014099;
    font-size: 34px;
    line-height: 44px
}

#pd-1 .pd-step .pd-step-modalBtn {
    border: 0;
    background-color: transparent;
    outline: none;
    background-image: url("../images/pd-2/pd-step-modalBtn.png");
    background-repeat: no-repeat;
    width: 272px;
    height: 29px
}

#pd-1 .pd-step > .pd-step-section-1 {
    margin-top: 460px;
    margin-right: 20px
}

#pd-1 .pd-step > .pd-step-section-2 {
    margin-top: 185px;
    margin-left: 80px
}

#pd-event {
    width: 750px;
    height: 835px;
    background-image: url("../images/pd-event/pd-event-bg.png");
    background-repeat: no-repeat;
    background-color: #cae7f9
}

#pd-event .event-section-1 {
    margin-top: 75px;
    margin-left: 100px
}

#pd-event .event-section-2 {
    margin-top: 30px;
    margin-left: 100px
}

#pd-event .pd-event-title1 {
    background-image: url("../images/pd-event/pd-event-title-1.png");
    background-repeat: no-repeat;
    width: 207px;
    height: 56px
}

#pd-event .pd-event-title2 {
    background-image: url("../images/pd-event/pd-event-title-2.png");
    background-repeat: no-repeat;
    width: 207px;
    height: 56px
}

#pd-event .pd-event-sub-title {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.025px;
    color: #014099
}

#pd-event .pd-event-content {
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0.025px;
    color: #555
}

#qa {
    width: 750px;
    height: 2650px;
    background-color: #cae7f9
}

#qa .qa-title {
    background-image: url("../images/qa/qa-title.png");
    background-repeat: no-repeat;
    width: 100%;
    height: 229px
}

#qa .qa-section {
    background-color: #cae7f9
}

#qa .qa-section > .q-title {
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.05px;
    color: #044eb4
}

#qa .qa-section .sub-qa-content {
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.05px
}

#qa .qa-section .qa-answer-content {
    font-size: 24px;
    line-height: 50px;
    font-weight: 400;
    color: #014099
}

#qa .qa-section .qa-txt {
    width: 358px;
    border: none;
    border-bottom: 2px solid #014099;
    background-color: transparent;
    font-size: 30px;
    line-height: 41px;
    letter-spacing: 0.05em;
    margin-left: 5px;
    margin-bottom: 4px
}