@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body,
main {
    background: #dacae2 !important;
}

.main {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: 400;
    max-width: 1920px;
    margin: 0 auto;
    letter-spacing: 1px;
    overflow: hidden;
}

img {
    max-width: 100%;
}

sup {
    font-size: 12px;
}

.banner img {
    width: 100%;
}

.bb .pop,
.bt img,
.tt img,
.name {
    max-width: none;
    width: auto;
}

.bt img {
    max-height: 175px;
}

.tt {
    text-align: center;
}

tt img {
    max-height: 145px;
}

.aa {
    position: relative;
}

.aa .bt {
    position: absolute;
    left: 53%;
    bottom: 11%;
    width: 40%;
    text-align: left;
}

.bb {
    background: url(../images/bg2.jpg) top center no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.bb .content {
    max-width: 1460px;
    margin: 0 auto;
}

.bb .pop {
    max-height: 192px;
}

.bb ul {
    font-size: 30px;
    color: #39165c;
    list-style: none;
    margin-top: 10px;
    margin-left: 7%;
    padding: 0;
}

.bb ul li {
    position: relative;
    margin-left: 25px;
}

.bb ul li::before {
    position: absolute;
    content: "•";
    left: -30px;
}

.bb p {
    font-size: 22px;
    margin-top: 10px;
    margin-left: 20px;
}

.teacher {
    margin-left: 2%;
    margin-right: 2%;
    padding: 40px 0 40px 32%;
    background: url(../images/teacher.png) no-repeat;
    background-size: 35%;
    background-position: 0 40%;
}

.doctor {
    margin-left: 6%;
    margin-right: 6%;
    padding: 15% 32% 30px 0;
    background: url(../images/doctor.png) no-repeat;
    background-size: 40%;
    background-position: 95% 65%;
}

.name {
    max-height: 74px;
    border: 0;
    margin-top: 30px;
}

.video {
    background: white;
    border: 3px solid #6b2a8b;
    padding: 8px;
    border-radius: 40px;
    position: relative;
    margin: 0 5%;
}

.embed {
    position: relative;
    margin: 0;
    width: 100%;
    overflow: hidden;
    padding-top: 56.25%;
    /* 16:9 Aspect Ratio */
    border-radius: 30px;
    background: url(../images/bg-class.jpg) center no-repeat;
    background-size: cover;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

.video .bt {
    position: absolute;
    left: calc(50% - 278px);
    bottom: -80px;
}

.cc .bt img,
.video .bt img {
    max-height: 160px;
}

.cc {
    background: url(../images/bg3.jpg) top center no-repeat;
    background-size: 100% 100%;
    padding-top: 20%;
    padding-bottom: 8%;
}

.cc .content {
    margin: 0 5%;
    text-align: center;
}

.cc .bt {
    text-align: center;
    margin-top: 20px;
}

.dd {
    background: url(../images/bg4.jpg) top center no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 8%;
}

.dd .content {
    margin: 0 auto;
    max-width: 1350px;
}

.ee {
    background: url(../images/bg5.jpg) top center no-repeat;
    background-size: 100% 100%;
    padding-top: 20px;
    padding-bottom: 8%;
    color: white;
}

.ee .content {
    margin: 0 5%;
}

.ee h3 {
    font-size: 22px;
    color: #ffe49e;
    margin-top: 30px;
}

.ee p,
.ee ol {
    margin-left: 20px;
}

.mobile {
    display: none;
}

@media screen and (max-width: 1700px) {
    .aa .bt {
        bottom: 9%;
    }
}

@media screen and (max-width: 1400px) {

    .bb .pop,
    .bt img,
    .tt img,
    .name {
        max-width: 100%;
    }
}


@media screen and (max-width: 1200px) {
    .bb .pop {
        max-height: 150px;
    }

    .bb .doctor .pop {
        max-height: 100px;
    }

    .bb ul {
        font-size: 26px;
    }

    .name {
        max-height: 40px;
    }

    .bb p {
        font-size: 18px;
    }

    .video .bt {
        left: calc(50% - 174px);
        bottom: -50px;
    }

    .cc .bt img,
    .video .bt img {
        max-height: 100px;
    }
}

@media screen and (max-width: 1000px) {
    .bb ul {
        font-size: 20px;
    }

    .bb .pop {
        max-height: 100px;
    }

    .bb p {
        margin-left: 10px;
    }

    .name {
        max-height: 30px;
        margin-top: 20px;
    }

    .doctor,
    .teacher {
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }

    .main .mobile,
    .mobile {
        display: block;
    }

    .cc .bt img,
    .video .bt img,
    .bt img {
        max-height: none;
        max-width: 100%;
    }

    .cc .bt,
    .aa .bt,
    .video .bt {
        left: 15%;
        width: 70%;
    }

    .cc .bt {
        margin-left: 15%;
    }

    .video .bt {
        bottom: -30px;
    }

    .bb ul {
        font-size: 14px;
    }

    .bb ul li {
        margin-left: 15px;
    }

    .bb ul li::before {
        left: -15px;
    }

    .bb p {
        font-size: 13px;
    }

    .bb .teacher p br {
        display: none;
    }

    .name {
        max-height: 25px;
        margin-top: 10px;
    }

    .teacher {
        padding-bottom: 0;
    }

    .bb {
        background: url(../images/bg2-m.jpg) top center no-repeat;
        background-size: cover;
        padding-bottom: 40px;
    }

    .doctor {
        margin-left: 2%;
        margin-right: 2%;
        background-position: 95% 75%;
        padding-bottom: 0;
    }

    .cc {
        background: url(../images/bg3-m.jpg) top center no-repeat;
        background-size: 100% 100%;
    }

    .dd {
        background: url(../images/bg4-m.jpg) top center no-repeat;
        background-size: 100% 100%;
    }

    .ee {
        background: url(../images/bg5-m.jpg) top center no-repeat;
        background-size: cover;

    }

    .ee .content {
        margin-left: 2%;
        margin-right: 2%;
    }

    .ee h3 {
        font-size: 18px;
    }

    .ee p,
    .ee ol {
        margin-left: 10px;
        font-size: 14px;
    }

    .tt {
        overflow: hidden;
    }

    .tt img {
        max-width: 120%;
        position: relative;
        left: -10%;
    }

    .video {
        border: 2px solid #6b2a8b;
        border-radius: 30px;
    }

    .responsive-iframe,
    .embed {
        border-radius: 20px;
    }

}

@media screen and (max-width: 550px) {}

@media screen and (max-width: 370px) {}