* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 16px;
    font-family: "Microsoft Jhenghei", sans-serif;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
}

p,
li {
    margin-bottom: 5px;
    line-height: 1.5;
}

ol, ul {
	list-style: none;
}

:root {
    --primary: #7B34C6;
}

.wrapper {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
}

.text-right {
    text-align: right;
}

.fw-bold {
    font-weight: bold;
}

.mb-40 {
    margin-bottom: 40px;
}

.logo-bg-outer {
    background: #fff;
    text-align: left;
    position: relative;
    z-index: 1;
}

.logo-bg {
    width: 100%;
}

.logo-bg img {
    display: inline;
}

.logo1 {
    float: left;
}

.kv {
    position: relative;
    background: #000 url("../images/kv-bg.jpg") no-repeat center/100%;
    overflow: hidden;
    padding-bottom: 50%;
    background-attachment: fixed;
    z-index: 1;
}

.kv-logo {
    position: absolute;
    width:16%;
    right: 8%;
    top: 12%;
}

.kv-ev {
    position: absolute;
    width: 33%;
    right: 7%;
    top: 25%;
    animation: shake .5s .5s linear infinite;
}

.kv-title {
    position: absolute;
    width: 47%;
    right: 7%;
    top: 40%;
}

.kv-img-m,
.img-m {
    display: none;
    max-width: 100%;
}

@keyframes shake {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(1deg); }
    50% { transform: rotate(0eg); }
    75% { transform: rotate(-1deg); }
    100% { transform: rotate(0deg); }
}

/* 固定按鈕 */
.fix-btn {
    position: fixed;
    z-index: 9999;
    top: calc(100% - 160px);
    right: 60px;
    filter: drop-shadow(0px 0px 15px #FFE900);
}

.fix-btn img {
    max-width: 160px;
}

.content {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgb(73,56,96);
    background:
    radial-gradient(circle, rgba(73,56,96,1) 0%, rgba(0,0,0,1) 100%);
    background-attachment: fixed;
}

.light-bg {
    position: relative;
    overflow: hidden;
    margin: 0 40px;
    padding-bottom: 120px;
}

.light-bg .section:last-child {
    padding-bottom: 0;
}

.light-bg > span:nth-child(1){
    display: block;
    position: absolute;
    top: -100%;
    left: 0;
    width: 3px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(180deg, transparent, #D164F1);
    animation: toBottom 5s linear infinite;
}

.light-bg > span:nth-child(2) {
    display: block;
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: linear-gradient(90deg, transparent ,#D164F1);
    animation: toRight 5s linear infinite;
    animation-delay: 1.33s;
}

.light-bg > span:nth-child(3){
    display: block;
    position: absolute;
    bottom: -100%;
    right: 0;
    width: 3px;
    height: 100%;
    border-radius: 5px;
    background: linear-gradient(360deg, transparent , #D164F1);
    animation: toTop 5s linear infinite;
    animation-delay: 2.66s;
}

@keyframes toBottom {
    0% {
        top: -100%;
    }
    50%, 100% {
        top: 100%;
    }
}

@keyframes toRight {
    0% {
        left: -100%;
    }
    50%, 100% {
        left: 100%;
    }
}

@keyframes toTop {
    0% {
        bottom: -100%;
    }
    50%, 100% {
        bottom: 100%;
    }
}

.section {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 0 5% 5%;
    position: relative;
}

.title {
    margin: 120px auto 60px;
    animation: neon 2s linear infinite both;
}

.deco {
    width: 18%;
    position: absolute;
    right: 10%;
    top: 10%;
	display: none;
}

@keyframes neon
{
    0%, 24%, 50%, 84% { 
        opacity: 1; 
        filter: drop-shadow(0 0 4px #FFE900) }

    25%, 49%, 85%, 100%  {
        opacity: 1; 
        filter: drop-shadow(0 0 6px #FFE900)}

}

.section .pic {
    width: 90%;
    max-width: 1200px;
}

.button {
    position: relative;
}

.button .cta {
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 0;
    left: 50%;
}

.button .cta img {
    width: 80%;
    max-width: 400px;
    animation: click 1s linear infinite;
}

@keyframes click {
    0% {transform: translateY(-15px)}
    50% {transform: translateY(0px)}
    100% {transform: translateY(-15px)}
}

.sec4 {
    padding-top: 120px;
}

/* 財力證明指南新增樣式 */
.btn-group {
    position: relative;
    margin: 60px auto;
    width: 90%;
    max-width: 1200px;
}

.sub-title {
    width: 90%;
    max-width: 650px;
    padding-top: 60px;
}
  
.fin-doc-btn {
    position: absolute;
    width: 18%;
    transform: translateX(-50%);
    bottom: 5%;
}
  
.fin-doc-btn.btn-mydata {
    left: 25%;
}
  
.fin-doc-btn.btn-app {
    right: 8%;
}

.note-outer {
    margin: 120px 0;
}

.notebg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.btn-collapse {
    display: block;
    padding: 20px 25px;
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
}

.btn-collapse > span:nth-child(1) {
    display: inline-flex;
    align-items: center;
}

.btn-collapse .icon {
    font-size: 40px;
    margin-left: 10px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    text-align: center;
}

.btn-collapse .minus {
    display: none;
}

.btn-collapse.open .plus {
    display: none;
}

.btn-collapse.open .minus {
    display: inline-block;
}

.collapse {
    display: none;
    width: 100%;
    text-align: left;
    color: #333;
    padding: 10px 30px 30px;
    font-size: 16.5px;
    opacity: 0;
    transition: 500ms all;
}

.collapse-inner {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 4% 2%;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px #D5B6FF;
}

.collapse.in {
    display: block;
    opacity: 1;
}

.collapse a {
    color: #825dc7;
    text-decoration: underline;
    word-break: break-all;
}

.collapse li {
    line-height: 1.8;
}

.collapse p {
    font-size: 16.5px;
    line-height: 2;
}

.collapse h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0 5px;
    color: #825dc7;
}

.btn-border {
    padding: 16px 36px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
}

.note_DotList {
    list-style: disc;
    margin: 0;
}

.note_DotList > li {
    padding: 0 0 0 2em;
}

.note_NumList {
    list-style: decimal;
    padding: 0 0 0 2em;
    margin: 0;
}

.note_NumList2 {
    counter-reset: list;
    list-style: none;
}

.note_NumList2 > li {
    text-indent: -1.5em;
    padding-left: 1.5em;
}

.note_NumList2 > li::before {
    content: "("counter(list)")";
    counter-increment: list;
}

.code {
    color: #C10D23;
    font-weight: bold;
}

.accordion {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

.accordion li {
    margin-bottom: 20px;
}

.accordion .accordion_header {
    display: table;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    padding: 20px 48px 20px 20px;
    border-radius: 10px;
    transition-duration: .3s;
    transition-delay: .3s;
    position: relative;
    cursor: pointer;
}

.accordion_header i {
    width: 40px;
    height: 40px;
    content: "";
    position: absolute;
    transform: translateY(-50%) rotateX(0deg);
    top: 50%;
    right: 20px;
    background: url("../images/i_arrow.svg") no-repeat center/100%;
}

.accordion_header.active {
    border-bottom: 1px solid #C9C9C9;
    border-radius: 10px 10px 0 0;
    transition-delay: 0s;
    transition-duration: 0;
}

.accordion_header.active i {
    transform: translateY(-50%) rotateX(180deg);
}

.accordion .accordion_header span {
    display: table-cell;
    text-align: left;
}

.accordion .accordion_header .q_num {
    color: var(--primary);
    width: 48px;
}

.accordion .accordion_content {
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    font-size: 18px;
    text-align: left;
    display: none;
}

.accordion .accordion_content a {
    color: var(--primary);
    font-weight: bold;
    word-break: break-word;
}

.accordion .accordion_content p {
    padding: 24px;
}

@media screen and (max-width: 1024px) {

    .kv {
        background-image: url("../images/kv-bg-m.png");
        background-position-y: 60px;
        padding-bottom: 140%;
    }

    .kv-logo {
        width:30%;
        top: 5%;
    }

    .kv-ev {
        width: 60%;
        top: 13%;
    }

    .kv-title {
        width: 85%;
        left: 7%;
        top: 22%;
    }

    .fix-btn img {
        max-width: 80px;
    }

    .fix-btn {
        right: 20px;
        transition: .5s linear;
        filter: drop-shadow(0px 0px 8px #FFE900);
    }

    .fix-btn.fixed {
        top: calc(100% - 100px);
    }

    .content {
        background:
        radial-gradient(circle, rgba(73,56,96,1) 0%, rgba(0,0,0,1) 100%);
        background-attachment: fixed;
    }

}

@media screen and (max-width: 768px) {

    .light-bg {
        margin: 0 10px;
        padding-bottom: 80px;
    }

    .note-outer {
        margin: 60px 0;
    }

    .deco {
        display: none;
    }

    .content > span:nth-child(1),
    .content > span:nth-child(2) {
        display: none;
    }

    .img-d,
    .title.img-m {
        display: none;
    }

    .img-m,
    .title.img-d {
        display: block;
    }

    .section {
        padding:0 0 80px 0;
        margin: 0 auto;
    }

    .button .cta img {
        width: 100%;
        max-width: 300px;
    }

    .btn-border {
        padding: 4px 28px;
        font-size: 18px;
    }

    .accordion {
        padding: 0 20px;
    }

    .accordion .accordion_header {
        font-size: 16px;
        padding: 10px 32px 10px 10px;   
    }

    .accordion .accordion_header .q_num {
        width: 36px;    
    }
    
    .accordion_header i {
        width: 32px;
        height: 32px;
        right: 5px;
    }

    .accordion .accordion_content p {
        padding: 20px;
        font-size: 16px;
    }

    /* 財力證明指南新增樣式 */
    .btn-group {
        margin: 30px auto 0;
    }

    .fin-doc-btn {
        width: 35%;
      }
      
    .fin-doc-btn.btn-mydata {
        left: 50%;
        bottom: 38%;
    }
    
    .fin-doc-btn.btn-app {
        right: 15%;
        bottom: 3%;
    }  
}

@media screen and (max-width: 600px) {

    .logo-bg img {
        height: 35px;
    }
    
    .title.img-d {
        display: none;
    }

    .title.img-m {
        display: block;
    }

    .title {
        margin: 60px auto 30px;
    }

    .sec4 {
        padding-top: 80px;
    }

    .btn-collapse,
    .btn-collapse .icon {
        font-size: 20px;
    }

    .btn-collapse .icon {
        line-height: 30px;
    }

    .collapse {
        padding: 10px 20px 30px;
    }

    .collapse-inner {
        border-radius: 20px;
    }

    .btn-collapse {
        padding: 20px 25px;
    }

    .collapse li {
        font-size: 14px;
    }

    .accordion li {
        margin-bottom: 10px;
    }
}
