<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bg1{
    width: 100%;
    height: 710px;
    background-image: url(https://frankyeah.github.io/Front-Enter/images/key-visual.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.bg1word1{
    text-align: center;
    color: white;
    font-size: 38px;
    font-family: "Noto Sans TC";
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 6px;  
}
.bg1word1:hover{
    transform: rotate(-5deg);
}
.bg1word2{
    text-align: center;
    color: white;
    font-size: 24px;
    font-family: "Noto Sans TC";
    letter-spacing: 12px;
    margin-top: 8px;
}
.arrow{
    display: block;
    margin: 0 auto;
    transform: rotate(90deg);
    width: 20px;
    padding-left: 400px;
    animation: toggle 0.3s alternate infinite;
}
@keyframes toggle {
    to {
      transform: translateY(10px) rotate(90deg);
    }
  }

.bg2{
    width: 100%;
    height: 550px;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)),url(https://frankyeah.github.io/Front-Enter/images/second-img.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}
.bg2word1{
    padding-top: 250px;
    color: white;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}
.bg2word2{
    color: white;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
}
.btn{
    width: 128px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 24px;
    display: block;
    margin: 0 auto;
    border: 1px solid rgb(26,216,211);
    border-radius: 5px;
    background: transparent;
    color: rgb(26,216,211);
    margin-top: 20px;
    
}
.bg2 a{
    text-decoration: none;
}
.btn:hover{
    transform: scale(1.3,1.3);
    transition: all 1s ease-out;
    cursor: pointer;
}



.bg3{
    width: 100%;
    height: 550px;
    background-image: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.6)),url(https://frankyeah.github.io/Front-Enter/images/third-img.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
}
.bg3word1{
    padding-top: 180px;
    color: white;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
}
.course{
    width: 228px;
    font-size: 18px;
    line-height: 30px;
    margin-top: 24px;
    margin-left: 630px;
    border: 1px solid rgb(26,216,211);
    border-radius: 5px;
    background: transparent;
    color: rgb(26,216,211);
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.bg3 a{
    text-decoration: none;
}
.course:hover{
    transform: scale(1.3,1.3);
    color: rgba(26, 216, 210, 0.521);
    transition: all 1s ease-out;
    cursor: pointer;
}

.bg4{
    width: 100%;
    height: 750px;
    background-image: url(https://frankyeah.github.io/Front-Enter/images/15.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 0;
}
.frame{
    background-image: url(https://frankyeah.github.io/Front-Enter/images/FE_white.png);
    width: 336px;
    height: 445px;
    margin-right: 20px;
    position: relative;
}
.triangle{
    margin-left: 91%;
    margin-top: 50px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 30px;
    border-color: transparent transparent transparent rgb(26,216,211);
    position: absolute;
}
.pen{
    width: 40px;
    margin-left: 53%;
    margin-top: 80px;
}
.search1{
    margin-left: 50%;
    margin-top: 30px;
    font-size: 24px;
    color: rgb(26,216,211);
}
.border{
    margin-left: 50%;
    margin-top: 30px;
    width: 48px;
    border: 1px solid rgb(26,216,211);
    padding: 0.5px;
}
.text{
    margin-left: 20%;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
}
.school{
    margin-left: 40%;
    margin-top: 30px;
    width: 120px;
    font-size: 18px;
    background: rgb(26,216,211);
    border: 1px solid rgb(26,216,211);
    border-radius: 5px;
    color: white;
}
.school:hover{
    color:rgb(207, 206, 206);
    cursor: pointer;
}
.pen2{
    width: 40px;
    margin-left: 51%;
    margin-top: 80px;
}
.search2{
    margin-left: 45%;
    margin-top: 30px;
    font-size: 24px;
    color: rgb(26,216,211);
}
.border2{
    margin-left: 48%;
    margin-top: 30px;
    width: 48px;
    border: 1px solid rgb(26,216,211);
    padding: 0.5px;
}
.text2{
    margin-left: 15%;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
}
.school2{
    margin-left: 40%;
    margin-top: 30px;
    width: 120px;
    font-size: 18px;
    background: rgb(26,216,211);
    border: 1px solid rgb(26,216,211);
    border-radius: 5px;
    color: white;
}
.school2:hover{
    color: rgb(207, 206, 206);
    cursor: pointer;
}


.bg5{
    width: 100%;
    height: 700px;
    background-image: url(https://frankyeah.github.io/Front-Enter/images/five-img.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
}
.bg5word1{
    padding-top: 370px;
    color: white;
    font-size: 24px;
    text-align: center;
    
}
.bg5word2{
    width: 20px;
    border: 1px solid white;
    margin-top: 16px;
    margin-bottom: 16px;
    padding-top: 1px;
    margin-left: 49.25%;
}
.bg5word3{
    color: white;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.bg5word4{
    margin-top: 16px;
    color: white;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}






@media (max-width: 479px){
    .bg2{
        background-attachment: none;
    }
    .bg4{
        display: flex;
        flex-wrap: wrap;
    }
    .frame{
        width: 224px;
        height: 336px;
    }
    .triangle{
        margin-left: 88%;
        margin-top: 50px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 30px 0 0 30px;
        border-color: transparent transparent transparent rgb(26,216,211);
        position: absolute;
    }
    .pen{
        width: 30px;
        margin-top: 60px;
        margin-left: 55%;
    }
    .search1{
        font-size: 16px;
        margin-top: 20px;
        margin-left: 55%;
    }
    .border{
        margin-top: 20px;
    }
    .text{
        font-size: 14px;
        text-align: center;
        padding-left: 20px;
    }
    .school{
        font-size: 14px;
        margin-left: 35%;
    }
    .pen2{
        width: 30px;
        margin-top: 60px;
        margin-left: 55%;
    }
    .search2{
        font-size: 16px;
        margin-top: 20px;
        margin-left: 50%;
    }
    .border2{
        margin-top: 20px;
    }
    .text2{
        font-size: 14px;
        text-align: center;
        padding-left: 20px;
    }
    .school2{
        font-size: 14px;
        margin-left: 35%;
    }
    .bg5word3{
        text-align: left;
        padding-left: 24px;
        padding-right: 21px;
    }
    .bg5word3 br{
        content: "";
        display: none;
    }
    .bg5word4{
        text-align: left;
        padding-left: 24px;
        padding-right: 21px;
    }
    .bg5word4 br{
        content: "";
        display: none;
    }
    .bg5word2{
        margin-left: 48%;
    }
}</pre></body></html>