@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&amp;subset=chinese-traditional');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900&display=swap');

body {
    font-family: 'Lato', 'Noto Sans TC', sans-serif !important;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    margin: 0px auto;
    font-weight: 300;
    font-size: 18px;
    color: #3d3d3d;
    padding-top: 60px;
    overflow-x: hidden;
}

* {
    font-family: 'Lato', 'Noto Sans TC', sans-serif !important;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
    padding: 0 20px;
}

.desktop {
    display: block !important;
}

.pad,
.mobile {
    display: none !important;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

ul {
    list-style: none;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #344154;
    z-index: 999;
}

header .logo {
    float: left;
}

header .logo img {
    display: block;
    height: 38px;
    margin: 11px 0;
}

header ul {
    list-style: none;
    text-align: right;
}

header ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 27px;
}

header ul li a {
    display: block;
    color: #fff;
    line-height: 60px;
    font-size: 18px;
    font-weight: 500;
}

h1 {
    position: relative;
}

h1 img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

h1 span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    height: 40px;
    width: 130px;
    display: block;
    margin: auto;
    text-align: center;
}

footer {
    text-align: center;
    background: #344154;
    padding: 10px 20px 20px 20px;
    line-height: 20px;
    font-size: 14px;
}

footer > div:not(.video-list) {
    margin-top: 10px;
}

footer > div:not(.video-list) span,
footer > div:not(.video-list) a {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
    color: #fff;
    text-decoration: none;
    line-height: 15px;
}

footer > div:not(.video-list) a:hover {
    text-decoration: underline;
}

footer > div:not(.video-list) span:last-of-type,
footer > div:not(.video-list) a:last-of-type {
    border: 0;
}

h2.page-title {
    display: inline-block;
    min-width: 238px;
    padding: 0 30px;
    line-height: 71px;
    font-size: 24px;
    color: #3d3d3d;
    text-align: center;
    font-weight: 500;
    background: url(../img/h2-title.png) no-repeat;
    background-size: 100% 100%;
}

h2.page-title > i {
    position: absolute;
    left: calc(100% + 45px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 2px;
    background: #3d3d3d;
    transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
}

h2.page-title.aos-animate > i {
    width: 200%;
    -webkit-animation: line 2s infinite;
    animation: line 2s infinite;
}

@-webkit-keyframes line {
    0% {
        width: 100%;
    }

    50% {
        width: 200%;
    }

    100% {
        width: 100%;
    }
}

.page-class {
    padding: 30px 0 50px 0;
    background: url(../img/page-class-bg.png) #ffefe3 center right no-repeat;
    background-size: 90% 100%;
}

.page-class.nobg {
    background: #ffefe3;
    overflow: hidden;
}

.page-class ul {
    list-style: none;
}

.page-class ul li {
    float: left;
    width: calc(33.3333% - 27px);
    position: relative;
    margin-top: 35px;
    margin-right: 40px;
}

.page-class ul li:nth-of-type(3n) {
    margin-right: 0;
}

.page-class ul li a,
.page-class ul li img {
    display: block;
    width: 100%;
}

.page-class ul li a > i {
    font-style: normal;
    width: 99px;
    height: 42px;
    line-height: 42px;
    border-radius: 0 0 4px 4px;
    background-color: #33e793;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d;
    position: absolute;
    left: 10%;
    top: -5px;
    z-index: 2;
}

.page-class ul li a > i:before {
    content: "";
    position: absolute;
    top: 0;
    left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: transparent transparent #0b8a4f transparent;
}

.page-class ul li a > div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.page-class ul li a > div span {
    line-height: 36px;
    height: 36px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 0 10px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.page-class ul li a:hover > div {
    background-color: rgba(0, 0, 0, 0);
}

.page-class ul li a:hover > div span {
    top: 0;
    bottom: 0;
    padding-bottom: 30px;
    height: 66px;
    opacity: 0;
}

.page-class .video-info {
    padding: 30px 0;
    font-size: 20px;
    line-height: 25px;
}

.page-class .video {
    position: relative;
}

.page-class .video iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 64%;
    height: 100%;
}

.page-class .video .list {
    background: #fff;
    float: right;
    width: 36%;
    height: 417.38px;
    overflow-y: auto;
}

.page-class .video .list::-webkit-scrollbar {
    width: 6px;
}

.page-class .video .list::-webkit-scrollbar-thumb {
    background: #344154;
}


.page-class .video .list > div {
    width: 100%;
    display: block;
    padding: 22px 35px;
    border-bottom: 1px solid #dadada;
}

.page-class .video .list > div:hover,
.page-class .video .list > div.active {
    background-color: rgba(255, 207, 88, 0.44);
}

.page-class .video .list > div b {
    font-size: 20px;
    margin: 5px 0;
    display: block;
}

.page-class .video .list > div b i {
    font-style: normal;
    float: right;
    font-size: 18px;
    font-weight: 100;
    color: #616161;
}

.page-class .video .list > div .progress {
    width: 100%;
    background: #dadada;
    height: 4px;
    margin: 10px 0;
}

.page-class .video .list > div .progress i {
    display: block;
    height: 4px;
    background: #ffc428;
}

.page-class .video .list > div .btn {
    display: block;
    width: 202px;
    background: url(../img/paw-2.png) left center no-repeat;
    background-size: 26px;
    padding: 9.5px 36px;
    color: #3d3d3d;
    margin: 5px auto;
    position: relative;
}

.page-class .video .list > div .btn:hover {
    background: url(../img/paw-1.png) left center no-repeat;
    background-size: 26px;
    color: #84a2ff;
}

.page-class .video .list > div .btn:after {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    right: 2px;
    top: 12.5px;
    background: url(../img/paw-1.png) left center no-repeat;
    background-size: 26px;
}

.page-class .video .list > div .btn:hover:after {
    background: url(../img/paw-2.png) left center no-repeat;
    background-size: 26px;
}

.control {
    margin-top: 50px;
    position: relative;
}

.control a.left {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    line-height: 52px;
    padding-left: 62px;
    background: url(../img/slide-left.png) left center no-repeat;
    background-size: 52px;
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d;
}

.control a.left:hover {
    background: url(../img/slide-hover-left.png) left center no-repeat;
    background-size: 52px;
    color: #84a2ff;
}

.control a.left:active {
    background: url(../img/slide-active-left.png) left center no-repeat;
    background-size: 52px;
}

.control a.btn {
    display: block;
    margin: 0px auto;
    width: 196px;
    height: 64px;
    line-height: 54px;
    background: url(../img/back-btn.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d;
}

.control a.btn:hover {
    background: url(../img/back-hover-btn.png) no-repeat;
    background-size: 100% 100%;
}

.control a.btn:active {
    background: url(../img/back-active-btn.png) no-repeat;
    background-size: 100% 100%;
}

.control a.btn.end {
    float: right;
}

.control a.btn.first {
    float: left;
}

.control a.right {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    line-height: 52px;
    padding-right: 62px;
    background: url(../img/slide-right.png) right center no-repeat;
    background-size: 52px;
    font-size: 20px;
    font-weight: 500;
    color: #3d3d3d;
    text-align: right;
}

.control a.right:hover {
    background: url(../img/slide-hover-right.png) right center no-repeat;
    background-size: 52px;
    color: #84a2ff;
}

.control a.right:active {
    background: url(../img/slide-active-right.png) right center no-repeat;
    background-size: 52px;
}

.learning {
    position: relative;
    background: url(../img/learning-bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 30px 0 50px 0;
}

.learning h3 {
    text-align: center;
}

.learning h3 img {
    display: inline-block;
    vertical-align: middle;
    width: 345px;
}

.learning h3 span {
    background: url(../img/learning-box.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 422px);
    min-height: 145px;
    padding: 34px 52px 0 62px;
    font-size: 18px;
    font-weight: 500;
    margin-left: -70px;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 25px;
}

.learning ul li {
    float: left;
    width: calc(33.3333% - 15px);
    position: relative;
    margin-top: 76px;
    margin-right: 22px;
    min-height: 235px;
    background: url(../img/learning-list-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.learning ul li:nth-of-type(3n) {
    margin-right: 0;
}

.learning ul li:hover {
    background: url(../img/learning-list-bg-hover.png) no-repeat;
    background-size: 100% 100%;
}

.learning ul li a {
    display: block;
    padding: 0 29px 20px 37px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
    color: #3d3d3d;
}

.learning ul li a strong {
    display: block;
    text-align: center;
    font-size: 24px;
    line-height: 52px;
    background: url(../img/h2-title.png) no-repeat;
    background-size: 100% 100%;
    width: 67.7%;
    margin: -30px auto 15px auto;
}

.learning ul li a i {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/slide-right.png) no-repeat;
    background-size: 100%;
    width: 52px;
    height: 52px;
}

.learning ul li:hover a i {
    background: url(../img/slide-hover-right.png) no-repeat;
    background-size: 100%;
}

.learning ul li:active a i {
    background: url(../img/slide-active-right.png) no-repeat;
    background-size: 100%;
}

.info > section {
    padding: 70px 0 30px 0;
    margin-bottom: 100px;
}

.info > section:last-of-type {
    margin-bottom: 0;
}

.info > section h2 {
    display: block;
    width: 238px;
    margin: 0 auto;
    position: relative;
    top: -105px;
    z-index: 2;
}

.info > section h2.aos-animate span {
    padding: 0 30px;
    line-height: 71px;
    font-size: 24px;
    color: #3d3d3d;
    text-align: center;
    font-weight: 500;
    background: url(../img/h2-title.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    }
}

.info > section h2.line:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: #3d3d3d;
    right: 130%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
}

.info > section h2.line.aos-animate:before {
    width: 100%;
}

.info > section h2.line:after {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    background: #3d3d3d;
    left: 130%;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -webkit-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
}

.info > section h2.line.aos-animate:after {
    width: 100%;
}

.info .main1 {
    background: url(../img/info-bg1.png) top center no-repeat;
    background-size: 100% 100%;
}

.info .main1 .wrapper {
    position: relative;
}

.info .main1 .wrapper > img {
    display: block;
    width: 100%;
    margin-top: 5vw;
}

.info .main1 .wrapper i {
    display: block;
    width: 24px;
    height: 22px;
    background: url(../img/info-star.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: shine 1s infinite;
    animation: shine 1s infinite;
}

@keyframes shine {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

.info .main1 .wrapper i:nth-of-type(1) {
    position: absolute;
    left: 48%;
    top: -10%;
}

.info .main1 .wrapper i:nth-of-type(2) {
    position: absolute;
    left: 26%;
    bottom: 45%;
}

.info .main1 .wrapper i:nth-of-type(3) {
    position: absolute;
    right: 31%;
    bottom: 35%;
}

.info .main1 .dialog1 {
    position: absolute;
    left: 13%;
    top: -25%;
    width: 25.5%;
}

.info .main1 .dialog1 b {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    font-weight: 500;
}

.info .main1 .dialog2 {
    position: absolute;
    left: 7%;
    top: 6%;
    width: 30%;
}

.info .main1 .dialog2 b {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    font-weight: 500;
}

.info .main1 .dialog3 {
    position: absolute;
    right: 7%;
    top: -19%;
    width: 31%;
}

.info .main1 .dialog3 b {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 18px;
    padding: 10% 5% 0 8%;
    line-height: 25px;
    font-weight: 500;
    text-align: justify;
    text-justify: inter-ideograph;
}

.info .main1 .dialog1 img,
.info .main1 .dialog2 img,
.info .main1 .dialog3 img {
    display: block;
    width: 100%;
}

.info .main2 {
    background: url(../img/info-bg2.png) top center no-repeat;
    background-size: auto 100%;
    padding-bottom: 100px;
}

.info .main2 > div {
    position: relative;
    max-width: 668px;
    width: 80vw;
    margin: -141px auto 0 auto;
}

.info .main2 > div > i {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -3%;
    bottom: -5%;
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    z-index: 0;
}

.info .main2 > div > div {
    position: relative;
    z-index: 1;
}

.info .main2 > div img {
    width: 160px;
    z-index: 1;
    position: absolute;
    left: -15%;
    bottom: -10%;
}

.info .main2 > div p {
    position: relative;
    width: 100%;
    min-height: 278px;
    padding: 83px 64px 74px 73px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border: solid 3px #3d3d3d;
    background-color: #ffffff;
}

.info .main3 {
    background: url(../img/info-bg3.png) top center no-repeat;
    background-size: 100% 100%;
}

.info .main3 ul {
    text-align: center;
    margin-top: -50px;
}

.info .main3 ul li {
    display: inline-block;
    vertical-align: top;
    width: 163px;
    padding: 2vw 0;
    margin: 0 2vw;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    font-weight: 500;
}

.info .main3 ul li img {
    display: block;
    width: 138px;
    margin: 0 auto 25px auto;
}

.info .main4 {
    background: #fff;
}

.info .main4 .slide {
    text-align: center;
    position: relative;
    margin: -50px auto;
    overflow: hidden;
    padding: 50px 0;
}

.info .main4 .slide:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25vw;
    height: 100%;
    background-image: linear-gradient(to right, #ffffff 50%, rgba(255, 255, 255, 0));
    z-index: 1;
}

.info .main4 .slide:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 25vw;
    height: 100%;
    background-image: linear-gradient(to left, #ffffff 50%, rgba(255, 255, 255, 0));
    z-index: 1;
}

.info .main4 .slide div {
    overflow: visible;
}

.info .main4 .slide .list {
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    width: 482px;
    margin: 0 2vw;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    overflow: visible;
}

.info .main4 .slide .list.slick-center {
    transform: scale(1.1);
}

.info .main4 .slide .list b {
    display: block;
    font-size: 24px;
    line-height: 66px;
    text-align: center;
    border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    border: solid 2px #333333;
    border-bottom: 0;
}

.info .main4 .slide .list ul {
    padding: 20px 30px;
    background: #fff6ef;
    border-radius: 0 0 30px 30px;
    -moz-border-radius: 0 0 30px 30px;
    -webkit-border-radius: 0 0 30px 30px;
    border: solid 2px #333333;
    border-top: 0;
    height: 206px;
    min-height: 206px;
    overflow: hidden;
}

.info .main4 .slide .list.slick-active ul,
.info .main4 .slide .list.slick-center ul {
    height: auto;
}

.info .main4 .slide .list ul li {
    display: block;
    border-top: solid 2px rgba(61, 61, 61, 0.11);
}

.info .main4 .slide .list ul li:first-of-type {
    border: 0;
}

.info .main4 .slide .list ul li a {
    line-height: 40px;
    display: block;
    width: 100%;
    font-size: 18px;
    color: #3d3d3d;
    text-align: left;
    font-weight: 500;
    padding: 10px 0;
}

.info .main4 .slide .list ul li a:hover {
    color: #84a2ff;
}

.info .main4 .slide .list ul li a small {
    float: right;
    display: none;
}

.info .main4 .slide .color1 b {
    background: #f65e64;
}

.info .main4 .slide .color2 b {
    background: #ffc428;
}

.info .main4 .slide .color3 b {
    background: #35afca;
}

.info .main4 .slide .color4 b {
    background: #84a2ff;
}

.info .main4 .slide .color5 b {
    background: #fb7c21;
}

.slick-arrow {
    position: absolute;
    text-indent: -9999px;
    width: 65px;
    height: 65px;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 0;
    z-index: 9;
    cursor: pointer;
}

.slick-prev {
    left: 10vw;
    background: url(../img/slide-left.png) no-repeat;
    background-size: 100% 100%;
    top: 150px;
    bottom: auto;
}

.slick-prev:hover {
    background: url(../img/slide-hover-left.png) no-repeat;
    background-size: 100% 100%;
}

.slick-prev:active {
    background: url(../img/slide-active-left.png) no-repeat;
    background-size: 100% 100%;
}

.slick-next {
    right: 10vw;
    background: url(../img/slide-right.png) no-repeat;
    background-size: 100% 100%;
    top: 150px;
    bottom: auto;
}

.slick-next:hover {
    background: url(../img/slide-hover-right.png) no-repeat;
    background-size: 100% 100%;
}

.slick-next:active {
    background: url(../img/slide-active-right.png) no-repeat;
    background-size: 100% 100%;
}

.slick-dots {
    margin-top: 0;
    padding-top: 30px;
    margin-bottom: -30px;
}

.slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.slick-dots li button {
    text-indent: -9999px;
    cursor: pointer;
    width: 12px;
    height: 12px;
    background: #d8d8d8;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border: 0;
}

.slick-dots li button:before {
    display: none;
}

.slick-dots li.slick-active button {
    background: #3d3d3d;
}

.info .main5 {
    background: url(../img/info-bg4.png) top center no-repeat;
    background-size: auto 100%;
    padding-bottom: 11vw;

}

.info .main5 ul {
    text-align: center;
    margin-top: -50px;
}

.info .main5 ul li {
    display: inline-block;
    vertical-align: top;
    width: 265px;
    padding: 2vw 0;
    margin: 0 2vw;
    text-align: center;
}

.info .main5 ul li img {
    display: block;
    width: 180px;
    margin: 0 auto;
}

.info .main5 ul li b {
    width: 179px;
    display: block;
    line-height: 49px;
    font-size: 22px;
    margin: 30px auto 20px auto;
    background: url(../img/info-label.png) no-repeat;
    background-size: 100% 100%;
}

.info .main5 ul li p {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
}

.blocker {
    z-index: 999;
    background: rgba(0,0,0,0.5);
}

.modal a.close-modal {
    display: none;
}

.modal {
    max-width: 1200px;
    padding: 7vw;
    font-size: 20px;
    position: relative;
    margin-top: 5vw;
}

.modal > div {
    position: relative;
}

.modal > div:not(.control):before {
    content: "";
    position: absolute;
    width: 1px;
    height: 105%;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    background: #979797;
}

.modal .title {
    width: 425px;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-block;
    text-align: center;
    line-height: 71px;
    font-size: 24px;
    background: url(../img/modal-title.png) no-repeat;
    background-size: 100% 100%;
}

.blocker .modal .title {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.modal strong {
    font-size: 20px;
    display: block;
}

.modal strong span {
    font-size: 40px;
    display: inline-block;
}

.modal .left {
    width: 40%;
    float: left;
}

.modal .right {
    width: 40%;
    float: right;
}

.modal .select {
    opacity: 0;
}

.modal .select label {
    display: block;
    margin-top: 30px;
    cursor: pointer;
    position: relative;
}

.modal .select label.correct b {
    background: url(../img/correct.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 66px;
    height: 66px;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 66px;
    -moz-border-radius: 66px;
    -webkit-border-radius: 66px;
    opacity: 0;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(0);
}

.modal .select label.correct b i {
    display: block;
    position: absolute;
    width: 0;
    overflow: hidden;
    background: url(../img/correct-check.png) no-repeat;
    background-size: auto 100%;
    height: 29px;
    left: 16px;
    opacity: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
}

.modal .select label.correct.on b i {
    width: 34px;
    opacity: 1;
}

.modal .select label.correct.on b {
    opacity: 1;
    transform: scale(1);
}

.modal .select label input {
    display: none;
}

.modal .select label span {
    background: url(../img/question-bg1.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    font-weight: 500;
    padding: 10px;
}

.modal .select label input:checked + span {
    background: url(../img/question-bg2.png) no-repeat;
    background-size: 100% 100%;
}

.blocker .modal .left .select {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    opacity: 1;
}

.blocker .modal .right .select {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.modal .control {
    margin-top: 0;
    padding-top: 60px;
    text-align: center;
    height: 124px;
    overflow: hidden;
}

.modal .control a {
    opacity: 1;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transform: scale(1);
}

.modal .control a.btn1 {
    width: 100%;
    max-width: 278px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 22px;
    background: url(../img/big-back-btn.png) no-repeat;
    background-size: 100% 100%;
}

.modal .control a.btn1:hover {
    background: url(../img/back-hover-btn.png) no-repeat;
    background-size: 100% 100%;
}

.modal .control a.btn1:active {
    background: url(../img/back-active-btn.png) no-repeat;
    background-size: 100% 100%;
    line-height: 64px;
}

.modal .control a.off {
    opacity: 0;
    transform: scale(0);
    height: 0 !important;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.homepage {
    width: 100vw;
    background: #f8e8da;
    margin-top: -60px;
}

#myVideo {
    max-width: 100%;
    max-height: 100%;
    margin: 0px auto;
}

.homepage + footer {
    position: relative;
}

.homepage + footer:after {
    content: "";
    position: absolute;
    top: -25vh;
    left: 0;
    width: 100%;
    height: 25vh;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 244, 226, 0.84) 32%, #ffffff 62%);
    z-index: 1;
}

.homepage + footer .video-list {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    z-index: 2;
    margin-bottom: 55px;
}

.homepage + footer .video-list > a,
.homepage + footer .video-list > a.desktop {
    display: inline-block !important;
    vertical-align: middle;
    margin: 0 45px;
    width: 221px;
    position: relative;
    border: 0;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
    padding: 0;
    font-size: 16px;
}

.homepage + footer .video-list > a img {
    display: block;
    width: 100%;
}

.homepage + footer .video-list > a strong {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -20px;
    margin: auto;
    display: inline-block;
    width: 140px;
    line-height: 20px;
    height: 50px;
    padding: 5px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    background-color: #344154;
    color: #fff;
}

.homepage + footer .video-list > a strong span {
    font-weight: 300 !important;
    font-size: 14px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.homepage + footer .video-list > a:before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    background: url(../img/video-play.png) no-repeat;
    background-size: 100%;
}

.homepage + footer .video-list .control a:before {
    content: none;
}

@media screen and (min-width: 1900px) {

    .info .main2,
    .info .main5 {
        background-size: 100% 100%;
    }
}

@media screen and (max-width: 1200px) {
    .info .main1 .wrapper > img {
        width: 167%;
        position: relative;
        left: -33.5%;
        margin-top: 10vw;
    }

    .info .main1 .dialog1 {
        left: 3vw;
        top: -14vw;
        width: 40vw;
    }

    .info .main1 .dialog2 {
        left: 1vw;
        top: -3vw;
        width: 29vw;
    }

    .info .main1 .dialog3 {
        right: 1vw;
        top: -14vw;
        width: 31vw;
    }

    .info .main1 .dialog1 b,
    .info .main1 .dialog2 b,
    .info .main1 .dialog3 b {
        font-size: 2.2vw;
        line-height: 3vw;
        height: 3vw;
    }

    .info .main1 .dialog2 b {
        text-align: left;
        height: auto;
        padding: 2.5vw 5vw;
    }

    .info .main1 .dialog3 b {
        height: auto;
        padding: 5.5vw 4vw;
    }

    .info .main1 .wrapper i:nth-of-type(2) {
        left: 11%;
    }

    .info .main1 .wrapper i:nth-of-type(3) {
        right: 19%;
    }
}

@media screen and (max-width: 1024px) {
    /* 漢堡選單 */
    #nav-icon2 {
        width: 30px;
        height: 20px;
        position: fixed;
        right: 15px;
        top: 18px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        z-index: 100;
    }

    #nav-icon2 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 50%;
        background: #fff;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    #nav-icon2 span:nth-child(even) {
        left: 50%;
        border-radius: 0 9px 9px 0;
    }

    #nav-icon2 span:nth-child(odd) {
        left: 0px;
        border-radius: 9px 0 0 9px;
    }

    #nav-icon2 span:nth-child(1),
    #nav-icon2 span:nth-child(2) {
        top: 0px;
    }

    #nav-icon2 span:nth-child(3),
    #nav-icon2 span:nth-child(4) {
        top: 10px;
    }

    #nav-icon2 span:nth-child(5),
    #nav-icon2 span:nth-child(6) {
        top: 20px;
    }

    #nav-icon2.open span:nth-child(1),
    #nav-icon2.open span:nth-child(6) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #nav-icon2.open span:nth-child(2),
    #nav-icon2.open span:nth-child(5) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #nav-icon2.open span:nth-child(1) {
        left: 5px;
        top: 7px;
    }

    #nav-icon2.open span:nth-child(2) {
        left: calc(50% - 5px);
        top: 7px;
    }

    #nav-icon2.open span:nth-child(3) {
        left: 0;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(4) {
        left: 100%;
        opacity: 0;
    }

    #nav-icon2.open span:nth-child(5) {
        left: 5px;
        top: 12px;
    }

    #nav-icon2.open span:nth-child(6) {
        left: calc(50% - 5px);
        top: 12px;
    }

    header ul {
        display: block;
        width: 100vw;
        text-align: center;
        background: #fff;
        margin-left: -20px;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    }

    header ul li {
        width: calc(26.5% - 3px);
        margin: 0;
    }

    header ul li:first-of-type {
        width: calc(20.5% - 3px);
    }

    header ul li a {
        font-size: 16px;
        line-height: 56px;
        color: #344154;
    }

    #nav-icon2 + br + ul {
        height: 0;
        overflow: hidden;
        transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

    #nav-icon2.open + br + ul {
        height: 56px;
    }

    .mobile,
    .desktop {
        display: none !important;
    }

    .pad {
        display: block !important;
    }

    h1 img {
        height: 240px;
    }

    .page-class {
        background: #ffefe3;
    }

    .page-class ul li {
        width: calc(50% - 18px);
        margin-top: 36px;
        margin-right: 36px;
    }

    .page-class ul li:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .page-class ul li:nth-of-type(3n) {
        margin-right: 36px;
    }

    .page-class ul li a > i {
        width: 89.7px;
        height: 38px;
        line-height: 38px;
        font-size: 18px;
    }

    .page-class .video iframe {
        position: relative;
        left: 0;
        top: 0;
        width: 100vw;
        height: 56vw;
        margin-bottom: 20px;
        margin-left: -20px;
    }

    .page-class .video .list {
        float: none;
        width: 100%;
        height: auto;
        overflow: auto;
    }

    .page-class .video .list > div {
        padding: 28px 24px;
        border: 1px solid #979797;
        margin-top: -1px;
    }

    .page-class .video .list > div:first-of-type {
        margin: 0;
    }

    .control {
        padding-top: 80px;
    }

    .learning {
        background: url(../img/learning-bg-pad.png) no-repeat;
        background-size: 100% 100%;
    }

    .learning h3 {
        width: 100vw;
        margin-left: -20px;
        text-align: left;
    }

    .learning h3 img {
        width: 290px;
    }

    .learning h3 span {
        width: calc(100% - 260px);
        background: url(../img/learning-box-pad.png) no-repeat;
        background-size: 100% 100%;
        padding: 32px 33px 29px 67px;
    }

    .learning ul li {
        width: calc(50% - 11px);
    }

    .learning ul li:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .learning ul li:nth-of-type(3n) {
        margin-right: 22px;
    }

    .info .main1,
    .info .main2,
    .info .main3 {
        background-size: auto 100%;
    }

    .info .main2 {
        background-size: auto 100%;
    }

    .info .main2 > div {
        margin-left: 15vw;
    }

    .info .main2 > div img {
        width: 128px;
    }

    .info .main2 > div p {
        padding: 64px 57px 48px 56px;
    }

    .info .main4 .slide:before,
    .info .main4 .slide:after {
        width: 15vw;
    }

    .slick-prev {
        top: 20vw;
        left: 5vw;
    }

    .slick-next {
        top: 20vw;
        right: 5vw;
    }

    .info .main5 {
        background: url(../img/info-bg4-pad.png) no-repeat;
        background-size: 100% 100%;
    }

    .info .main5 ul li {
        width: 29vw;
    }

    .info .main5 ul li p {
        width: 90%;
        margin: 0px auto;
    }

    .modal > div:not(.control):before {
        display: none;
    }

    .modal .left,
    .modal .right {
        width: 100%;
    }

    .modal .right {
        margin-top: 7vw;
    }

    .homepage + footer .video-list > a.desktop {
        display: none !important;
    }

    .control a.btn.end,
    .control a.btn.first {
        margin-top: -80px;
    }

    .page-class .control br {
        display: none;
    }
}

@media screen and (max-width: 900px) {
    .modal .control {
        height: 218px;
    }

    .modal .control a.btn {
        margin-top: 0;
        font-size: 18px;
        max-width: 174px;
        height: 64px;
        line-height: 54px;
    }

    .modal .control a.btn1 {
        display: block;
        max-width: 266px;
        margin: 0 auto 30px auto;
    }

    .modal .control a.btn1 + .btn1 {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {

    .desktop,
    .pad {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    h1 span {
        font-size: 24px;
    }

    h1 img {
        height: 150px;
    }

    h2.page-title {
        font-size: 20px;
        min-width: 187px;
        height: 54px;
        line-height: 54px;
    }

    h2.page-title > i {
        left: calc(100% + 27px);
    }

    h2.page-title.aos-animate > i {
        width: 80%;
    }

    @-webkit-keyframes line {
        0% {
            width: 40%;
        }

        50% {
            width: 80%;
        }

        100% {
            width: 40%;
        }
    }

    .page-class ul {
        margin-top: 14px;
    }

    .page-class ul li {
        width: calc(50% - 8px);
        margin-top: 16px;
        margin-right: 16px;
    }

    .page-class ul li a > div span {
        font-size: 18px;
        line-height: 25px;
    }

    .page-class ul li:nth-of-type(3n) {
        margin-right: 16px;
    }

    .page-class ul li a > i {
        width: 62px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .page-class .video-info {
        padding: 20px 0;
        font-size: 16px;
    }

    .control {
        padding: 0;
        margin-top: 30px;
    }

    .control a.left,
    .control a.right {
        background-size: 40px;
        line-height: 40px;
        padding-left: 50px;
        display: block;
        position: relative;
        font-size: 18px;
    }

    .control a.right {
        text-align: right;
        margin-top: 28px;
    }

    .control a.btn {
        margin-top: 37px;
        width: 174px;
        height: 51px;
        line-height: 45px;
        font-size: 18px;
    }

    .control a.btn.end,
    .control a.btn.first {
        float: none;
        margin-top: 37px;
    }

    .control a.left:hover,
    .control a.left:active,
    .control a.right:hover,
    .control a.right:active {
        background-size: 40px;
    }

    .learning {
        background: url(../img/learning-bg-mobile.png) no-repeat;
        background-size: 295px 218px;
    }

    .learning h3 img {
        vertical-align: bottom;
        width: 65%;
        margin-left: -15%;
    }

    .learning h3 span {
        font-size: 4vw;
        line-height: 6vw;
        width: 65%;
        margin-left: -20%;
        vertical-align: bottom;
        background: url(../img/learning-box-mobile.png) no-repeat;
        background-size: 100% 100%;
        padding: 9% 7.5% 13% 10%;
    }

    .learning ul li {
        margin-top: 60px;
        width: 100%;
        margin-right: 0 !important;
        min-height: 0;
        padding-bottom: 30px;
    }

    .learning ul li:nth-of-type(2n) {
        margin-right: 0 !important;
    }

    .learning ul li:nth-of-type(3n) {
        margin-right: 0 !important;
    }

    .learning ul li a strong {
        font-size: 18px;
    }

    .learning ul li a p {
        font-size: 16px;
        line-height: 25px;
    }

    .info > section {
        padding: 70px 0 0 0;
        margin-bottom: 100px;
    }

    .info > section h2 {
        width: 187px;
        top: -100px;
    }

    .info > section h2.aos-animate span {
        line-height: 55px;
        font-size: 18px;
    }

    .info > section h2.line:before {
        right: 110%;
    }

    .info > section h2.line:after {
        left: 110%;
    }

    .info .main1 .wrapper {
        padding: 0;
    }

    .info .main1 .wrapper > img {
        width: 100%;
        left: 0%;
        margin-top: 20vw;
    }

    .info .main1 .dialog1 {
        left: 3%;
        top: -12%;
        width: 83%;
    }

    .info .main1 .dialog2 {
        left: 1%;
        top: 0%;
        width: 60%;
    }

    .info .main1 .dialog3 {
        right: 2%;
        top: 45%;
        width: 60%;
    }

    .info .main1 .dialog1 b,
    .info .main1 .dialog2 b,
    .info .main1 .dialog3 b {
        font-size: 4.5vw;
        line-height: 6vw;
        height: 6vw;
    }

    .info .main1 .dialog2 b {
        height: auto;
        padding: 5.5vw 9vw;
    }

    .info .main1 .dialog3 b {
        height: auto;
        padding: 9.5vw 4vw;
    }

    .info .main1 .wrapper i:nth-of-type(1),
    .info .main1 .wrapper i:nth-of-type(2) {
        display: none;
    }

    .info .main1 .wrapper i:nth-of-type(3) {
        bottom: 15%;
    }

    .info .main2 {
        background: url(../img/info-bg2-mobile.png) no-repeat;
        background-size: 100% 100%;
    }

    .info .main2 > div {
        margin-top: -125px;
    }

    .info .main2 > div img {
        width: 30%;
    }

    .info .main2 > div p {
        font-size: 16px;
        line-height: 22px;
        padding: 38px 35px 35px 60px;
    }

    .info .main3 ul li img {
        width: 106px;
    }

    .info .main3 ul li {
        font-size: 16px;
        width: 132px;
    }

    .info .main4 .slide {
        margin-top: -80px;
    }

    .info .main4 .slide div {
        overflow: hidden;
    }

    .info .main4 .slide:before,
    .info .main4 .slide:after {
        content: none;
    }

    .info .main4 .slide .list {
        margin: 0 5vw;
    }

    .info .main4 .slide .list b {
        font-size: 20px;
    }

    .info .main4 .slide .list ul li a {
        font-size: 16px;
    }

    .info .main5 ul li {
        width: 265px;
    }

    .slick-arrow {
        width: 40px;
        height: 40px;
    }

    .slick-prev {
        top: 40vw;
        left: 1vw;
    }

    .slick-next {
        top: 40vw;
        right: 1vw;
    }

    .info .main5 {
        background: url(../img/info-bg4-mobile.png) no-repeat;
        background-size: 100% 100%;
        padding-bottom: 100px;
    }

    .modal {
        padding-top: 12vw;
        margin-top: 10vw;
    }

    .modal .title {
        font-size: 18px;
        line-height: 25px;
        width: 70vw;
        height: 71px;
        padding: 0 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .modal strong,
    .modal .select label span {
        font-size: 18px;
    }

    .modal strong span {
        font-size: 22px;
    }

    .modal .select label span {
        padding: 10px 20px;
    }

    .modal .select label.correct b {
        right: -25px;
    }

    .modal .select label.correct.on b {
        width: 50px;
        height: 50px;
    }

    .modal .select label.correct b i {
        height: 21px;
        left: 12.5px;
    }

    .modal .select label.correct.on b i {
        width: 25px;
    }

    .homepage + footer .video-list {
        margin-bottom: 35px;
    }

    .homepage + footer .video-list > a {
        width: 177px;
        font-size: 14px;
    }

    .homepage + footer .video-list > a:before {
        width: 40px;
    }
}

@media screen and (max-width: 414px) {

    .info > section h2.line.aos-animate:before,
    .info > section h2.line.aos-animate:after {
        width: 23vw;
    }

    .modal .select label span {
        font-size: 16px;
    }
}