* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-size: 13px;
    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;
}
.pc{
	display:block;
}
.mo{
	display: none;
}
img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

p,
li {
    margin-bottom: 5px;
    line-height: 1.5;
}

.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;
}

.logo-bg-outer {
    background: #fff;
    text-align: left;
}

.logo-bg {
    width: 100%;
}

.logo-bg img {
    display: inline;
}

.logo1 {
    float: left;
}

.kv {
    position: relative;
    background: 
    url("../images/kv-bg.png") no-repeat center top,
    url("../images/kv-light.gif") no-repeat center bottom,
    #7B34C6;
    background-size: 110%;
    overflow: hidden;
    padding-bottom: 68%;
}

.kv-title {
    position: absolute;
    width:60%;
    left:50%;
    top:1%;
    transform: translateX(-50%);
}

.kv-main {
    width: 55%;
    position: absolute;
    top:38.6%;
    left:22%;
}

.kv-number {
    width: 50%;
    position: absolute;
    width: 24%;
    left: 34%;
    top: 11%;
}
.kv-img-m,
.img-m {
    display: none;
    max-width: 100%;
}

.kv-deco {
    width: 7%;
    position: absolute;
}

.kv-deco.coin0 {
    width:10%;
    left:22%;
    top:46%;
    animation: float 2.5s ease-in-out infinite;
}

.kv-deco.coin1 {
    left:25%;
    top:1%;
    animation: rotate 4s ease-in-out infinite;
}

.kv-deco.coin2 {
    left:21%;
    top:8%;
    animation: rotate 4s .5s ease-in-out infinite;
}

.kv-deco.coin3 {
    width: 8%;
    right:23%;
    top:38%;
    animation: rotate 4s .5s ease-in-out infinite;
}

.kv-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.kv-light {
    position: absolute;
    bottom: 0;
    width: 100%;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes rotate {
    0% {
        transform: translate(0%, 0) rotate(-15deg);
    }
    50% {
        transform: translate(0%, -5%) rotate(0deg);
    }
    100% {
        transform: translate(0%, 0) rotate(-15deg);
    }
}

.sec1 {
    width: 100%;
    overflow: hidden;
    margin: -1px auto;
    padding: 2% 0 5%;
    position: relative;
    background: #C4A8EF;
}

.sec1 .title {
    width:80%;
	margin:0vw auto 30px auto;
}

.sec1 .offer {
    width: 90%;
    max-width: 1000px;
}

.sec1 .deco-l {
    position: absolute;
    width: 18%;
    left: 10%;
    bottom: 18%;
}

.sec1 .deco-r {
    position: absolute;
    width: 30%;
    right: 9%;
    bottom: 6%;
}

.cta {
    width: 100%;
    position: relative;
}

.cta img {
    width:30%;
	margin:10vw auto;
}

.notebg {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.btn-collapse {
    display: block;
    padding: 20px 25px;
    background: #C4A8EF;
    color: #fff;
    font-size:40px;
    text-decoration: none;
    font-weight: bold;
}

.btn-collapse > span:nth-child(1) {
    display: inline-flex;
    align-items: center;
}

.btn-collapse .icon {
    font-size: 30px;
    margin-left: 4px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 30px;
    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:22px;
    opacity: 0;
    transition: 500ms all;
    background: #C4A8EF;
}

.collapse-inner {
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    padding: 2% 5%;
    border-radius: 40px;
    position: relative;
    z-index: 1;
}

.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: 5px 20px;
    color: #fff;
    margin-left: 16px;
}

.note_DotList {
    list-style: disc;
    padding: 0 0 0 2em;
    margin: 0;
}

.note_NumList {
    list-style: decimal;
    padding: 0 0 0 2em;
    margin: 0;
}
.note_NoneList {
    list-style:none;
    padding: 0 0 0 2em;
    margin: 0;
}
.code {
    color: #C10D23;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
.pc{
	display:none;
}
.mo{
	display:block;
}
    .kv {
        padding-bottom:110%;
    }

    .kv-title {
        width:98%;
		margin:8vw auto 0 auto;
    }

    .kv-main {
        width :80%;
        top: 47%;
        left:10%;
    }

    .kv-number {
        width: 38%;
        left: 25%;
        top: 12%;
    }

    .img-d {
        display: none;
    }

    .img-m {
        display: block;
    }

    .kv-deco.coin0 {
        width:16%;
        left:6%;
        top:56%;
    }

    .kv-deco.coin1 {
        width: 12%;
        left:14%;
		top:2%;
    }

    .kv-deco.coin2 {
        width: 12%;
        left:6%;
        top:9%;
    }

    .kv-deco.coin3 {
        width: 15%;
        right: 4%;
        top:46%;
    }

    .sec1 {
        padding: 2% 0 20%;
    }

    .sec1 .title {
        width: 90%;
		margin:10vw auto 30px auto;
    }

    .sec1 .deco-l {
        display: none;
    }

    .sec1 .deco-r {
        width: 42%;
        right: 8%;
        bottom: 0;
    }
	.btn-collapse {
        display: block;
        padding: 20px 25px;
        background: #C4A8EF;
        color: #fff;
        font-size:36px;
        text-decoration: none;
        font-weight: bold;		
    }

    .cta img {
        width:50%;
		margin:14vw auto;
    }
}

@media screen and (max-width: 600px) {
    .logo-bg img {
        height: 35px;
    }

    .btn-collapse,
    .btn-collapse .icon {
        font-size: 20px;
    }

    .collapse {
        padding: 10px 10px 30px;
		font-size:18px;
    }

    .collapse-inner {
        border-radius: 20px;
    }

    .btn-collapse {
        display: block;
        padding: 20px 25px;
        background: #C4A8EF;
        color: #fff;
        font-size:24px;
        text-decoration: none;
        font-weight: bold;		
    }
	.cta img {
        width:64%;
		margin:20vw auto;
    }
}
