/* 202103 */

.acad01-template-03 {
    height: auto;
    position: relative;
    display: flex;
    padding: 195px 0;
    justify-content: space-between;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.acad01-template-03::after {
    content: '';
    background-color: #c9c9c8;
    position: absolute;
    pointer-events: none;
    left: 50%;
    height: 100%;
    width: 1px;
    z-index: 3;
    top: 0;
    margin-left: -384px;
}

.acad01-template-03 .main_title {
    position: absolute;
    z-index: 3;
    top: -88px;
    left: 28%;
    font-family: 'Heebo', 'Microsoft JhengHei', sans-serif;
}

.acad01-template-03 .main_title .tw {
    font-size: 24px;
    font-weight: bold;
}

.acad01-template-03 .main_title .en {
    font-size: 72px;
    color: #ea260c;
    font-weight: bold;
    display: block;
    line-height: 72px;
    margin-top: 20px;
}

.acad01-template-03 .left {
    width: 50%;
    position: relative;
    z-index: 5;
}

.acad01-template-03 .left .swiper-slide {}

.acad01-template-03 .left .swiper-slide .imgs {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.1);
    transition: all .5s ease .5s;
}

.acad01-template-03 .left .swiper-slide.swiper-slide-active .imgs {
    transform: scale(1);
    transition: all .8s ease;
}

.acad01-template-03 .left .swiper-slide .imgs img {
    opacity: 0;
    max-width: 100%;
}

.acad01-template-03__swiper-pagination {
    position: absolute;
    bottom: -70px;
    z-index: 6;
    margin-left: 0;
    font-size: 15px;
    letter-spacing: 2px;
    width: 100%;
    margin-bottom: 17px;
    text-align: center;
    opacity: .5;
}

.acad01-template-03.show .acad01-template-03__swiper-pagination {
    transition: all .8s ease 1.5s;
    opacity: 1;
    transform: translateY(0);
}

.acad01-template-03__swiper-pagination .swiper-pagination-bullet {
    border: 1px solid black;
    width: 10px;
    height: 10px;
    background-color: transparent;
    margin: 0 12px;
    transition: all .3s ease;
    opacity: .8;
}

.acad01-template-03__swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: black;
    border-color: black;
    opacity: 1;
}

.acad01-template-03 .right {
    width: 34%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acad01-template-03 .right .box {
    position: relative;
    border-top: 1px solid #b9b9b9;
    padding-right: 32%;
}


/* 202103 */

.acad01-template-03 .right .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 37px;
    display: block;
    padding-top: 22px;
    margin-bottom: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* 202103 */

.acad01-template-03 .right .memo {
    font-size: 18px;
    color: #939393;
    line-height: 28px;
    display: block;
    margin-bottom: 65px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.acad01-template-03 .button_link {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #a1a09e;
    width: 208px;
    height: 64px;
    line-height: 64px;
    padding-left: 64px;
    text-align: center;
    margin-right: 25px;
    position: relative;
    transition: all .3s ease;
}

.acad01-template-03 .button_link::before {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    left: 28px;
    top: 50%;
    border: 1px solid #161616;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    margin-top: -7px;
    transition: all .3s ease;
    z-index: 3;
}

.acad01-template-03 .button_link::after {
    content: '';
    background-color: #161616;
    width: 23px;
    height: 1px;
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 3;
    transition: all .3s ease;
}

.acad01-template-03 .button_link span::before {
    content: '';
    border: 1px solid #a1a09e;
    position: absolute;
    width: 64px;
    height: 63px;
    border-radius: 50%;
    left: 0;
    background-color: transparent;
    transition: all .3s ease;
}

@media (max-width:1650px) {
    .acad01-template-03 .main_title {
        left: 7.5vw;
    }
    .acad01-template-03::after {
        margin-left: 0;
        left: 23%;
    }
}

@media (max-width:1350px) {
    .acad01-template-03 .right {
        width: 40%;
    }
    .acad01-template-03 .main_title .en {
        font-size: 60px;
        line-height: 60px;
        margin-top: 10px;
    }
    .acad01-template-03 .main_title .tw {
        font-size: 22px;
    }
}

@media (min-width:1199px) {
    .acad01-template-03 .button_link:hover {
        border-color: #ea260c;
        color: #ea260c;
    }
    .acad01-template-03 .button_link:hover::after {
        background-color: white;
    }
    .acad01-template-03 .button_link:hover::before {
        border-color: white;
    }
    .acad01-template-03 .button_link:hover span::before {
        background-color: #ea260c;
        border-color: #ea260c;
    }
}

@media (max-width:1200px) {
    .acad01-template-03 .button_link {
        font-size: 16px;
        width: 160px;
        height: 50px;
        line-height: 50px;
        padding-left: 50px;
        margin-right: 25px;
        margin-right: 15px;
    }
    .acad01-template-03 .button_link span::before {
        width: 49px;
        height: 49px;
    }
    .acad01-template-03 .button_link::before {
        width: 12px;
        height: 12px;
        left: 23px;
        margin-top: -5px;
    }
    .acad01-template-03 .button_link::after {
        width: 18px;
        height: 1px;
        left: 12px;
    }
}

@media (max-width:1000px) {
    .acad01-template-03 .button_link {
        font-size: 14px;
    }
    .acad01-template-03 .main_title {
        left: 5%;
    }
    .acad01-template-03::after {
        display: none;
    }
    .acad01-template-03 .main_title .tw {
        font-size: 18px;
    }
    .acad01-template-03 .main_title .en {
        font-size: 45px;
        line-height: 45px;
        margin-top: 10px;
    }
    .acad01-template-03 {
        flex-wrap: wrap;
        padding: 150px 0 100px;
    }
    .acad01-template-03 .left {
        width: 90%;
        left: 5%;
        padding-bottom: 100px;
    }
    .acad01-template-03 .right {
        width: 100%;
    }
    .acad01-template-03__swiper-pagination {
        bottom: 30px;
    }
    .acad01-template-03 .right .box {
        position: relative;
        border-top: 1px solid #b9b9b9;
        padding-right: 5%;
        width: 100%;
        padding-left: 5%;
        padding-top: 35px;
    }
    .acad01-template-03 .right .title {
        font-size: 24px;
        line-height: 30px;
        padding-top: 0;
        margin-bottom: 15px;
    }
    .acad01-template-03 .right .memo {
        font-size: 16px;
    }
}

@media (max-width:600px) {
    .acad01-template-03 .button_link {
        font-size: 12px;
        height: 36px;
        margin-bottom: 10px;
        width: 115px;
        line-height: 36px;
        padding-left: 30px;
    }
    .acad01-template-03 .button_link span::before {
        width: 35px;
        height: 35px;
    }
    .acad01-template-03 .button_link::before {
        width: 5px;
        height: 5px;
        left: 19px;
        margin-top: -2px;
    }
    .acad01-template-03 .button_link::after {
        width: 9px;
        height: 1px;
        left: 11px;
    }
    .acad01-template-03 .main_title {
        top: -47px;
    }
    .acad01-template-03 .main_title .tw {
        font-size: 16px;
    }
    .acad01-template-03 .main_title .en {
        font-size: 26px;
        line-height: 28px;
        margin-top: 7px;
    }
    .acad01-template-03 .right .title {
        font-size: 18px;
        line-height: 26px;
        padding-top: 0;
        margin-bottom: 10px;
    }
    .acad01-template-03 .right .memo {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 40px;
    }
}