@media only screen and (max-width: 1080px) {
    .downContent{
        margin-top: 8vh !important;
    }
    .projectContent{
        flex-direction: column !important;
        padding: 0 0 6vh 0 !important;
    }   
}



html, body{
    font-family: ivymode, sans-serif;
    -webkit-font-smoothing: antialiased;
    background: black;
    margin: 0;
}
p{
    color: #ffffff;
    font-family: 'Raleway','Noto Sans TC', sans-serif;
    font-weight: bold;
    margin: 0;
}
a{
    text-decoration: none;
}
button{
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #00000080;
    border: 1px solid;
    border-radius: 25px;
    padding: 3px 20px;
    cursor: pointer;
}
button > a{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.mobileBgWrap{
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    background: #000000cc;
    z-index: 1;
}
.mobileBg{
    margin-top: 12px;
    margin-left: 30px;
}
.companyLogo{
    width: 10.45vw;
    min-width: 200px;
    height: auto;
}
.colYel{
    color: #fabe00;
    fill: #fabe00;
}
.colBlGr{
    color: #009caa;
    fill: #009caa;
}
.introduction{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding-top: 118px;
    margin: auto;
}
.downloadTitle{
    width: 27rem;
    color: #ffffff;
    margin: 0;
}
.downloadTitleObj-1{
    fill: #ffffff;
}
.projectWrap{
    width: 38vw;
    height: 17vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: radial-gradient(#009caa7d 0%, transparent 73%);
}
.logoTextWrap{
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoText{
    width: 5.25vw;
    min-width: 100px;
    animation: logoTextAni .35s cubic-bezier(0.42, 0, 0, 1.07) forwards;
}
@keyframes logoTextAni {
    0%{
        transform: translate(-2vw, 0);
        opacity: 0;
    }100%{
        transform: translate(0, 0);
        opacity: 1;
    }
}
.qrCodeWrap{
    text-align: center;
    margin-bottom: 7vh;
}
.downContent{
    padding: 4vh 80px;
    background: repeating-linear-gradient(135deg, #00000029, #009caa38 1px);
    box-shadow: 0 0 35px 5px #009caa7d;
    border: 1px solid #009cab;
    border-radius: 20px;
}
.androidBtnWrap,
.iosBtnWrap,
.pcBtnWrap{
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-top: 6px;
}
.androidDownIcon{
    width: 25px;
}
.iosDownIcon,
.pcDownIcon{
    width: 28px;
}
.adDownIconObj-1,
.pcDownIconObj-1{
    fill: #009cab;
}
.iosDownIconObj-1{
    fill: none;
    stroke: #009cab;
    stroke-width: 2px;
    stroke-miterlimit: 10;
}
.androidManualIcon{
    width: 18px;
}
.logoTextObj-1,
.manualIconObj-1{
    fill: #ffffff;
}
.androidDownBtn,
.iosDownBtn,
.pcDownBtn{
    display: flex;
    justify-content: space-between;
    min-width: 156px;
    width: 10vw;
    height: 40px;
    border-color: #009caa;
    transition: .3s;
}
.pcDownBtn > a{
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    justify-content: space-between;
}
.androidManualBtn,
.iosManualBtn,
.pcManualBtn{
    height: 36px;
    margin-left: 5px;
    border-color: #fabe00;
    transition: .3s;
}
.androidDownBtn:hover,
.iosDownBtn:hover,
.pcDownBtn:hover{
    background: #009caa;
}
.androidDownBtn:hover .adDownIconObj-1,
.pcDownBtn:hover .pcDownIconObj-1{
    fill: #ffffff;
}
.iosDownBtn:hover .iosDownIconObj-1{
    stroke: #ffffff;
}
.androidManualBtn:hover,
.iosManualBtn:hover,
.pcManualBtn:hover{
    background: #fabe00;
}
.androidDownBtn:hover p,
.androidManualBtn:hover p,
.iosDownBtn:hover p,
.iosManualBtn:hover p,
.pcDownBtn:hover p,
.pcManualBtn:hover p{
    color: #ffffff;
}
.androidDownBtn > a > p,
.iosDownBtn > a > p,
.pcDownBtn > a > p{
    width: inherit;
    font-weight: bold;
    color: #009caa;
}
.androidManualBtn > a > p,
.iosManualBtn > a > p,
.pcManualBtn > a > p{
    font-weight: bold;
    color: #fabe00;
    white-space: nowrap;
}
.projectContent{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row-reverse;
    width: 66vw;
    height: auto;
    padding: 0 0 8vh 0;
    color: #ffffff;
}
.imgWrap{
    display: flex;
    flex-direction: row;
}
.imgWrap > img{
    border: 1px solid #020303;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #004d55;
}
.img-1{
    margin-right: .5vw;
}
.img-2{
    margin-left: 5px;
}
.drawableBg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.imgQrCode{
    width: 156px;
    height: 156px;
    min-width: 140px;
    min-height: 140px;
    border-radius: 5px;
}
.imgQrCodeText{
    margin-top: 5px;
}
.lineAniWrap{
    position: fixed;
    width: 118px;
    height: 40px;
    filter: grayscale(.25) blur(10px);
}
.lineStyle{
    position: fixed;
    width: 500px;
    height: 40px;
    mix-blend-mode: plus-lighter;
    clip-path: polygon(0 0, 23% 0, 23% 100%, 0% 100%);
    z-index: 99;

    animation: lineAni 1s ease-in-out forwards;
}
@keyframes lineAni {
    0%{
        opacity: 0;
    }25%{
        opacity: 0;
    }100%{
        opacity: 1;
    }
}
#lineAni_2 #animation-container{
    transform: rotate(180deg);
}