* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-align: center;
    text-decoration: none;
    font-family: "微軟正黑體", Meiryo, "Microsoft JhengHei", Verdana, Geneva, sans-serif;
    font-size: 16px;
}

@media (max-width: 414px) {
    * {
        font-size: 10px;
    }
}

body {
    background-color: #fff;
}

.page1 {
    width: 100%;
}

.page1 img {
    width: 100%;
}

.page2 {
    width: 100%;
    background-color: #F6F6F6;
}

.page3 {
    width: 100%;
    padding: 0 2rem;
}

.header img {
    width: 100%;
    margin-bottom: 5rem;
}

@media (max-width: 414px) {
    .header img {
        width: 100%;
        margin-bottom: 2rem;
    }
}

.footer img {
    width: 100%;
    margin-top: 5rem;
}

@media (max-width: 414px) {
    .footer img {
        width: 100%;
        margin-top: 2rem;
    }
}

.resume {
    width: 100%;
}

.avatar {
    display: inline-block;
    margin-bottom: 3rem;
}

.avatar img {
    width: 100%;
    max-width: 383px;
}

@media (max-width: 1024px) {
    .avatar img {
        width: 80%;
        max-width: 383px;
    }
}

@media (max-width: 414px) {
    .avatar img {
        width: 50%;
        max-width: 383px;
    }
}

.resume_content {
    display: inline-block;
    vertical-align: top;
    margin-left: 4rem;
}

.resume_content ul li {
    text-align: left;
    font-size: 2rem;
    color: #666;
    line-height: 4rem;
}

@media (max-width: 414px) {
    .resume_content ul li {
        text-align: left;
        font-size: 1.8rem;
        color: #666;
        line-height: 4rem;
    }
}

.resume_content ul li:nth-child(1) {
    font-size: 4rem;
    font-weight: bold;
    color: #3E3E3E;
}

@media (max-width: 414px) {
    .resume_content ul li:nth-child(1) {
        font-size: 3rem;
        font-weight: bold;
        color: #3E3E3E;
    }
}

.resume_content ul li:nth-child(2) {
    margin-top: 2rem;
    font-weight: 500;
    font-size: 3rem;
}

@media (max-width: 414px) {
    .resume_content ul li:nth-child(2) {
        margin-top: 0;
        font-weight: 500;
        font-size: 2rem;
    }
}

.resume_content ul li:nth-child(3) {
    margin-top: 2rem;
}

.resume_content ul li img {
    vertical-align: bottom;
}

@media (max-width: 414px) {
    .resume_content ul li img {
        vertical-align: bottom;
        width: 30px;
    }
}

.work {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    margin-top: 2rem;
}

.project {
    width: 100%;
    max-width: 700px;
    display: inline-block;
    margin-top: 2rem;
}

@media (max-width: 414px) {
    .project {
        width: 100%;
        max-width: 700px;
        display: inline-block;
        margin-top: 4rem;
    }
}

.square {
    background-color: #1ABCFE;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: 12px;
    margin-right: 1rem;
}

@media (max-width: 414px) {
    .square {
        background-color: #1ABCFE;
        width: 20px;
        height: 20px;
        display: inline-block;
        vertical-align: top;
        margin-top: 4px;
        margin-right: 1rem;
    }
}

.experience {
    width: 100%;
    max-width: 600px;
    display: inline-block;
    vertical-align: top;
}

@media (max-width: 414px) {
    .experience {
        width: 85%;
        max-width: 600px;
        display: inline-block;
        vertical-align: top;
    }
}

.experience ul {
    margin-top: 3rem;
}

@media (max-width: 414px) {
    .experience ul {
        margin-top: 2rem;
    }
}

.experience ul li {
    font-size: 1.2rem;
    text-align: left;
    line-height: 2rem;
    color: #666;
}

@media (max-width: 414px) {
    .experience ul li {
        font-size: 1.2rem;
        text-align: left;
        line-height: 1.8rem;
        color: #666;
    }
}

.experience ul li:nth-child(1) {
    font-size: 2rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #4D4D4E;
}

@media (max-width: 414px) {
    .experience ul li:nth-child(1) {
        font-size: 1.6rem;
        font-weight: 500;
        color: #4D4D4E;
    }
}

.experience ul li:nth-child(2) {
    font-size: 1.4rem;
    color: #4D4D4E;
    line-height: 4rem;
}

@media (max-width: 414px) {
    .experience ul li:nth-child(2) {
        font-size: 1.2rem;
        color: #4D4D4E;
        line-height: 4rem;
    }
}

.title {
    font-weight: 500;
    font-size: 3rem;
    color: #4D4D4E;
    text-align: left;
}

@media (max-width: 414px) {
    .title {
        font-weight: 500;
        font-size: 2rem;
        color: #4D4D4E;
        text-align: left;
    }
}

.title span {
    font-size: 2rem;
    color: #666;
}

@media (max-width: 414px) {
    .title span {
        font-size: 1.3rem;
        color: #666;
    }
}

.project {
    width: 100%;
    max-width: 700px;
    display: inline-block;
}

.joiisports {
    width: 100%;
    background-color: #0D1A1B;
}

.picture img {
    width: 100%;
}

.joiisports_content {
    width: 100%;
    max-width: 1500px;
    margin: 0px auto;
    padding: 0 2rem;
}

.logo img {
    width: 40%;
    max-width: 390px;
}

@media (max-width: 1024px) {
    .logo img {
        width: 30%;
        max-width: 390px;
    }
}

.text {
    font-size: 1.4rem;
    line-height: 4rem;
    color: #fff;
    letter-spacing: 1rem;
}

@media (max-width: 414px) {
    .text {
        font-size: 1.4rem;
        line-height: 4rem;
        color: #fff;
        letter-spacing: .5rem;
    }
}

.title_img {
    margin-top: 5rem;
}

@media (max-width: 414px) {
    .title_img {
        margin-top: 2rem;
    }
}

.title_img img {
    width: 100%;
    max-width: 1500px;
}

.joiisports_text {
    width: 100%;
    text-align: left;
    max-width: 1500px;
    font-size: 1.7rem;
    line-height: 3rem;
    color: #fff;
    letter-spacing: .2rem;
    font-weight: lighter;

}

@media (max-width: 414px) {
    .joiisports_text {
        font-size: 1.2rem;
        line-height: 2rem;
        letter-spacing: 0rem;
    }
}

.color,
.tab {
    width: 100%;
    max-width: 1500px;
}

.color ul {
    display: inline-block;
    margin: 1rem;
}

.color ul li {
    width: 100%;
    max-width: 200px;
    color: #fff;
    font-size: 2rem;
    font-weight: lighter;
    line-height: 4rem;
}

@media (max-width: 1024px) {
    .color ul li {
        width: 100%;
        max-width: 140px;
        color: #fff;
        font-size: 1.5rem;
        font-weight: lighter;
        line-height: 3rem;
    }
}

.color ul li:nth-child(1) {
    display: block;
    width: 200px;
    height: 100px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 1024px) {
    .color ul li:nth-child(1) {
        display: block;
        width: 140px;
        height: 80px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
}

.color ul li:nth-child(3) {
    line-height: 2rem;
    font-size: 1.2rem;
}

.color1 {
    background-color: #38D6DA;
}

.color2 {
    background-color: #F39800;
}

.color3 {
    background-color: #1C2533;
}

.color4 {
    background-color: #ffffff;
}

.color5 {
    background-color: #BFC3C7;
}

.tab ul:nth-child(1) {
    color: #fff;
    font-size: 1.2rem;
}

.tab ul:nth-child(2) {
    color: #C2C6C6;
    font-size: 1.2rem;
}

.tab ul li {
    display: inline-block;
    margin: 3rem;
}

@media (max-width: 414px) {
    .tab ul li {
        display: inline-block;
        margin: 1rem;
    }
}

.tab img {
    width: 100%;
    max-width: 100px;
    margin-bottom: .3rem;
}

@media (max-width: 414px) {
    .tab img {
        width: 100%;
        max-width: 40px;
        margin-bottom: .3rem;
    }
}

.positioning {
    width: 100%;
    background-color: #38D6DA;
    padding: 1rem 2rem;
    padding-bottom: 5rem;
}

.sports,
.sports_content,
.event_content {
    display: inline-block;
    vertical-align: top;
}

.sports {
    width: 100%;
    max-width: 300px;
    margin-top: 2rem;
}

.sports img {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 1024px) {
    .sports img {
        width: 70%;
        max-width: 300px;
    }
}

.sports_content {
    width: 100%;
    max-width: 800px;
    color: #0D1A1B;
    padding: 2rem;
}

@media (max-width: 1024px) {
    .sports_content {
        width: 100%;
        max-width: 600px;
        color: #0D1A1B;
        padding: 1rem;
        padding-top: 3rem;
    }
}

.sports_content ul li {
    text-align: left;
    font-size: 2rem;
    line-height: 3rem;
}

@media (max-width: 1024px) {
    .sports_content ul li {
        text-align: left;
        font-size: 1.5rem;
        line-height: 3rem;
    }
}

.sports_content ul li:nth-child(1) {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 4rem;
}

@media (max-width: 1024px) {
    .sports_content ul li:nth-child(1) {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 4rem;
    }
}

.record {
    width: 100%;
    padding-top: 5rem;
    background-image: url(img/bg.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.record_content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 800px;
    color: #fff;
    padding: 2rem;
}

@media (max-width: 1024px) {
    .record_content {
        width: 100%;
        max-width: 600px;
        color: #fff;
        padding: 1rem;
        padding-top: 3rem;
    }
}

@media (max-width: 920px) {
    .record_content {
        display: none;
    }
}

.record_content ul li {
    text-align: left;
    font-size: 2rem;
    line-height: 3rem;
}

@media (max-width: 1024px) {
    .record_content ul li {
        text-align: left;
        font-size: 1.5rem;
        line-height: 3rem;
    }
}

.record_content ul li:nth-child(1) {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #38D6DA;
}

@media (max-width: 1024px) {
    .record_content ul li:nth-child(1) {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 4rem;
    }
}

.record_content ul li:nth-child(3) {
    text-align: right;
    margin-top: 5rem;
}

.record_img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
    margin-top: 2rem;
}

@media (max-width: 920px) {
    .record_img {
        display: none;
    }
}

.record_content img {
    width: 100%;
    max-width: 260px;
}

@media (max-width: 1024px) {
    .record_content img {
        width: 70%;
        max-width: 260px;
    }
}

.record_img img {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 1024px) {
    .record_img img {
        width: 70%;
        max-width: 300px;
    }
}

.record_content_m {
    margin: auto;
    width: 100%;
    max-width: 600px;
    color: #fff;
    padding: 1rem 3rem;
    padding-top: 3rem;
}

@media (min-width: 921px) {
    .record_content_m {
        display: none;
    }
}

.record_content_m ul li {
    text-align: left;
    font-size: 2rem;
    line-height: 3rem;
}

@media (max-width: 1024px) {
    .record_content_m ul li {
        text-align: left;
        font-size: 1.5rem;
        line-height: 3rem;
    }
}

.record_content_m ul li:nth-child(1) {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #38D6DA;
}

@media (max-width: 1024px) {
    .record_content_m ul li:nth-child(1) {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 4rem;
    }
}

.record_content_m ul li:nth-child(3) {
    text-align: right;
    margin-top: 5rem;
}

.record_img_m {
    margin: auto;
    width: 100%;
    max-width: 300px;
    margin-top: 2rem;
}

@media (min-width: 921px) {
    .record_img_m {
        display: none;
    }
}

.record_img_m img {
    width: 70%;
    max-width: 300px;
    padding-bottom: 3rem;
}

.record_img_m img:nth-child(2) {
    width: 70%;
    max-width: 183px;
    padding-bottom: 3rem;
}

.event {
    width: 100%;
    margin-top: 5rem;
}

.event_m {
    width: 100%;
    padding: 0 2rem;
    margin-top: 2rem;
    padding-bottom: 5rem;
}

@media (max-width: 920px) {
    .event {
        display: none;
    }
}

@media (min-width: 921px) {
    .event_m {
        display: none;
    }
}

.event_content {
    width: 100%;
    max-width: 800px;
    color: #fff;
    padding: 2rem;
}

@media (max-width: 1024px) {
    .event_content {
        width: 100%;
        max-width: 600px;
        color: #fff;
        padding: 1rem;
        padding-top: 3rem;
    }
}

.event_content ul li {
    text-align: left;
    font-size: 2rem;
    line-height: 3rem;
}

@media (max-width: 1024px) {
    .event_content ul li {
        text-align: left;
        font-size: 1.5rem;
        line-height: 3rem;
    }
}

.event_content ul li:nth-child(1) {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #38D6DA;
}

@media (max-width: 1024px) {
    .evnt_content ul li:nth-child(1) {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 4rem;
        color: #38D6DA;
    }
}

.achievement_content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 800px;
    color: #fff;
    padding: 2rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
}

@media (max-width: 1024px) {
    .achievement_content {
        width: 100%;
        max-width: 600px;
        color: #fff;
        padding: 3rem;
    }
}

.achievement_content ul li {
    text-align: left;
    font-size: 2rem;
    line-height: 3rem;
}

@media (max-width: 1024px) {
    .achievement_content ul li {
        text-align: left;
        font-size: 1.5rem;
        line-height: 3rem;
    }
}

.achievement_content ul li:nth-child(1) {
    font-size: 4rem;
    font-weight: bold;
    margin-bottom: 4rem;
    color: #38D6DA;
}

@media (max-width: 1024px) {
    .achievement_content ul li:nth-child(1) {
        font-size: 3rem;
        font-weight: bold;
        margin-bottom: 4rem;
    }
}

.achievement_img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 300px;
}

.achievement_img img {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 1024px) {
    .achievement_img img {
        width: 70%;
        max-width: 300px;
        padding-bottom: 5rem;
    }
}

.icon {
    text-align: left;
}

.icon img {
    display: inline-block;
    width: 100%;
    max-width: 92px;
}

@media (max-width: 414px) {
    .icon img {
        display: inline-block;
        width: 100%;
        max-width: 50px;
    }
}

.interfaces {
    width: 100%;
    margin: 0;
    padding: 0;
}

.interfaces_title {
    margin: auto;
    width: 100%;
    margin-top: 5rem;
    background-color: #0D1A1B;
}

.interfaces_title img {
    width: 100%;
    max-width: 1500px;
}

@media (max-width: 414px) {
    .interfaces_title {
        margin-top: 2rem;
    }
}

.interfaces_title img {
    width: 100%;
    max-width: 1500px;
}

.interfaces_sports {
    margin: auto;
    width: 100%;
    background-color: #0D1A1B;
}

.interfaces_sports img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1420px;
}

.interfaces_sports1 {
    margin: auto;
    width: 100%;
    background-color: #38D6DA;
}

.interfaces_sports1 img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1420px;
}

.practice_title {
    margin: auto;
    width: 100%;
    padding-top: 5rem;
    background-color: #fff;
}

.practice_title img {
    width: 100%;
    max-width: 1500px;
}

@media (max-width: 414px) {
    .practice_title {
        padding-top: 2rem;
    }
}

.practice_title img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1500px;
}

.interfaces_amino {
    margin: auto;
    width: 100%;
    background-color: #fff;
    padding-top: 5rem;
}

.interfaces_amino img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1420px;
}

.interfaces_amino1 {
    margin: auto;
    width: 100%;
    background-color: #62B973;
}

.interfaces_amino1 img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1420px;
}

.interfaces_roome1 {
    margin: auto;
    width: 100%;
    background-color: #00D7C5;
}

.interfaces_roome1 img {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 1420px;
}

.web {
    width: 100%;
    background-color: #fff;
}

.web_show ul li:nth-child(1) {
    padding-top: 5rem;
}

.web_show img {
    width: 100%;
}

.btn img {
    width: 100%;
    max-width: 85px;
    cursor: pointer;
    position: fixed;
    top: 70%;
    right: 100px;
}

@media (max-width: 1024px) {
    .btn img {
        width: 100%;
        max-width: 85px;
        cursor: pointer;
        position: fixed;
        top: 80%;
        right: 20px;
    }
}

@media (max-width: 414px) {
    .btn img {
        width: 100%;
        max-width: 50px;
        cursor: pointer;
        position: fixed;
        top: 80%;
        right: 20px;
    }
}