@charset "UTF-8";
@font-face {
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: bold;
    src: local(Yu Gothic), local(MS Gothic);
}

@font-face {
    font-family: "微軟正黑體修正";
    unicode-range: U+7db0, U+78A7, U+7B75;
    font-style: normal;
    font-weight: normal;
    src: local(微軟正黑體);
}

.block_event .block_event_list::after,
.run_numbers::after,
.tabs_list .tabs::after,
.hot_event::after,
.hot_event figcaption::after,
.promise_list .info::after,
.promise_list .title ul::after,
.block_master .master_list ul::after,
.block_future .block_future_list::after,
.block_future .block_future_list .figure::after,
.block_video::after,
.block_newspaper .newspaper_list li::after,
.block_result .result_tabs_list li::after {
    content: "​";
    display: block;
    height: 0;
    clear: both;
}

.block_main_slice .title_our_promise,
.block_main_slice .typed p > i > span,
.jcarousel-control-prev,
.jcarousel-control-next,
.swiper-button-next,
.swiper-button-prev,
.teacher_team_content li h3,
.jcarousel-pagination a {
    font: 0/0 a;
    color: transparent;
}

@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }

    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
    }

    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.block_event .block_event_list li .a .more span::after,
.block_event .block_event_list li a .hover_info .more::after,
.run_numbers li .center::before,
.tabs_list .more span::after,
.tabs_list .more::after,
.tabs_list .tabs > li a::before,
.hot_event_course .tag::before,
.hot_event_course .time::before,
.news_event .tag::before,
.news_event .date::before,
.news_event .date span:nth-child(2)::before,
.system_list .more::before,
.block_future .block_future_list .figcaption ol li::before,
.block_video a .window .img::before,
.block_newspaper .newspaper_list li .hover_info .more::after,
.jcarousel-control-prev,
.jcarousel-control-next {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.block_master > h2,
.block_newspaper > h2,
.block_result > h2,
.block_news > h2 {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    color: #21505b;
    font-family: "Noto Serif TC", serif;
    font-size: 1.875em;
    font-weight: 700;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_master > h2,
    .block_newspaper > h2,
    .block_result > h2,
    .block_news > h2 {
        font-size: 1.4em;
    }
}

.block_master > h2 span,
.block_newspaper > h2 span,
.block_result > h2 span,
.block_news > h2 span {
    position: relative;
    z-index: 2;
}

.block_master > h2 span::after,
.block_newspaper > h2 span::after,
.block_result > h2 span::after,
.block_news > h2 span::after,
.block_master > h2 span::before,
.block_newspaper > h2 span::before,
.block_result > h2 span::before,
.block_news > h2 span::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 32px;
    height: 47px;
    background-image: url("../images/icon/place_title_decoration_right.svg");
}

.block_master > h2 span::before,
.block_newspaper > h2 span::before,
.block_result > h2 span::before,
.block_news > h2 span::before {
    left: -56px;
    transform: rotateY(180deg);
}

.block_master > h2 span::after,
.block_newspaper > h2 span::after,
.block_result > h2 span::after,
.block_news > h2 span::after {
    right: -56px;
}

.block_master > h2::before,
.block_newspaper > h2::before,
.block_result > h2::before,
.block_news > h2::before {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 13px);
    z-index: 3;
    display: block;
    width: 26px;
    height: 18px;
    background-image: url("../images/icon/icon_title_dot.svg");
}

.block_master > p,
.block_newspaper > p,
.block_result > p,
.block_news > p {
    color: #21505b;
    font-weight: 700;
    font-size: 1.5em;
    margin-bottom: 48px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 800px) {
    .block_master > p,
    .block_newspaper > p,
    .block_result > p,
    .block_news > p {
        font-size: 1.375em;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_master > p,
    .block_newspaper > p,
    .block_result > p,
    .block_news > p {
        font-size: 1em;
        margin-bottom: 24px;
    }
}

.block_master > p i,
.block_newspaper > p i,
.block_result > p i,
.block_news > p i {
    font-style: normal;
}

.block_master > p span,
.block_newspaper > p span,
.block_result > p span,
.block_news > p span {
    color: #f9c270;
    font-size: 1.416em;
    margin: 0 6px;
    font-weight: 700;
}

.block_main_slice {
    position: relative;
    background-color: #fff3da;
    background-image: url("../images/homepage/bg_block_main_slice.png");
    background-repeat: repeat-x;
    background-size: contain;
    height: 100vh;
    max-height: 757px;
    overflow: hidden;
    min-height: 757px;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_main_slice {
        max-height: 600px;
        min-height: 600px;
        height: 600px;
    }
}

@media screen and (max-width: 500px) and (min-width: 1px) {
    .block_main_slice {
        max-height: 500px;
        min-height: 500px;
        height: 500px;
    }
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_main_slice {
        max-height: 480px;
        min-height: 480px;
        height: 480px;
    }
}

.block_main_slice::before,
.block_main_slice::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 28.8%;
    background-image: url("../images/homepage/main_slice/bg_main_slice.svg");
    background-repeat: no-repeat;
    background-position: top left;
}

.block_main_slice::before {
    top: 0px;
    left: 0px;
}

@media screen and (max-width: 1184px) {
    .block_main_slice::before {
        top: 56px;
    }
}

.block_main_slice::after {
    bottom: 0px;
    right: 0px;
    transform: rotateZ(180deg);
}

.block_main_slice .title_our_promise {
    position: absolute;
    bottom: 0;
    z-index: 5;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("../images/homepage/promise/bg_our_promise.svg");
    width: 220px;
    height: 70px;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 800px) {
    .block_main_slice .title_our_promise {
        width: 180px;
    }
}

.block_main_slice .typed {
    top: 146px;
    position: absolute;
    z-index: 3;
    text-align: left;
    left: calc(50% - 215px);
    display: inline-block;
    border-left: 6px solid #f9c270;
    padding-left: 12px;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_main_slice .typed {
        top: 92px;
    }
}

@media screen and (max-width: 550px) and (min-width: 1px) {
    .block_main_slice .typed {
        font-size: 0.8em;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_main_slice .typed {
        font-size: 0.7em;
        left: 0;
    }
}

.block_main_slice .typed h2 {
    font-size: 1.125em;
    font-weight: 500;
    color: #f9c270;
    letter-spacing: 2px;
}

.block_main_slice .typed p {
    font-size: 1.5em;
    font-weight: 700;
    color: #21505b;
    letter-spacing: 2px;
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_main_slice .typed p {
        font-size: 1.2em;
    }
}

.block_main_slice .typed p::after {
    content: "";
}

.block_main_slice .typed p > u {
    float: left;
    display: block;
    height: 32px;
    line-height: 32px;
    text-decoration: none;
    margin-top: -1px;
}

.block_main_slice .typed p > i {
    padding-left: 14px;
    margin-top: -13px;
    position: relative;
    font-style: normal;
    margin-left: 8px;
    word-break: keep-all;
    float: left;
    display: block;
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_main_slice .typed p > i {
        margin-top: -7px;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_main_slice .typed p > i {
        margin-top: 4px;
    }
}

.block_main_slice .typed p > i::before {
    content: "";
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 25px;
    background-color: #f9c270;
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_main_slice .typed p > i::before {
        height: 18px;
    }
}

.block_main_slice .typed p > i::after {
    content: "?";
    position: absolute;
    right: -24px;
    z-index: 2;
    font-size: 1.6em;
}

.block_main_slice .typed p > i > span {
    display: inline-block;
    position: relative;
    z-index: 4;
    font-size: 1.3em;
    background-color: #21505b;
    width: 4px;
    margin-left: 8px;
}

.block_main_slice .typed b {
    position: relative;
    z-index: 3;
    font-size: 1.41em;
    word-break: keep-all;
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_main_slice .typed b {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_main_slice .typed b {
        font-size: 1em;
    }
}

.block_main_slice .center {
    width: 100%;
    max-width: 940px;
    position: relative;
    margin: 0 auto;
    top: 50%;
}

@media screen and (max-width: 940px) and (min-width: 1px) {
    .block_main_slice .center {
        max-width: 100vw;
    }
}

.swiper-container1 {
    height: 100%;
    padding-top: 99px;
    margin-left: 0vw;
    max-width: 2200px;
    margin: 0 auto;
}

@media screen and (max-width: 1900px) and (min-width: 1px) {
    .swiper-container1 {
        width: 110vw;
        margin-left: -5vw;
    }
}

@media screen and (max-width: 1800px) and (min-width: 1px) {
    .swiper-container1 {
        width: 120vw;
        margin-left: -10vw;
    }
}

@media screen and (max-width: 1700px) and (min-width: 1px) {
    .swiper-container1 {
        width: 130vw;
        margin-left: -15vw;
    }
}

@media screen and (max-width: 1600px) and (min-width: 1px) {
    .swiper-container1 {
        width: 140vw;
        margin-left: -20vw;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1px) {
    .swiper-container1 {
        width: 150vw;
        margin-left: -25vw;
    }
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .swiper-container1 {
        padding-top: 56px;
        height: 600px;
    }
}

@media screen and (max-width: 500px) and (min-width: 1px) {
    .swiper-container1 {
        padding-top: 56px;
        height: 500px;
    }
}


.swiper-slide a {
    display: inline-block;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.25) 0 4px 30px;
}

.swiper-slide a::after {
    content: "";
    display: block;
    clear: both;
}


.swiper-pagination-bullets {
    top: auto !important;
    bottom: 110px;
    transition: all 0.8s ease-out;
    border-radius: 10px !important;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .swiper-pagination-bullets {
        bottom: 90px;
    }
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet:focus {
    background-color: #ffd300;
}

.swiper-pagination-bullet-active {
    width: 32px;
    background-color: #ffd300;
}

.block_story {
    position: relative;
    background: linear-gradient(#fff 50%, #fdfdff 50%);
    background-size: 100% 28px;
    background-attachment: fixed;
    z-index: 1;
}

@media screen and (max-width: 700px) {
    .block_story {
        display: none;
    }
}

.block_story .text {
    position: absolute;
    right: 0;
    top: -88px;
    text-align: right;
}

@media screen and (max-width: 800px) {
    .block_story .text {
        top: -200px;
        font-size: 0.8em;
    }
}

.block_story .text > .p {
    color: #00515d;
    font-weight: lighter;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    padding-right: 4px;
}

.block_story .text > h2 {
    color: #21505b;
    font-size: 2.25em;
    letter-spacing: 3px;
    font-family: "Noto Serif TC", serif;
    position: relative;
    z-index: 2;
}

.block_story .text::after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: -20px;
    right: -35px;
    width: 100px;
    height: 100px;
    background-color: #ffd89d;
    border-radius: 100px;
}

.block_story .btn {
    position: absolute;
    right: 16%;
    bottom: -10%;
    z-index: 2;
}

@media screen and (max-width: 990px) and (min-width: 1px) {
    .block_story .btn {
        right: 14%;
        bottom: 0;
    }
}

@media screen and (max-width: 880px) and (min-width: 800px) {
    .block_story .btn {
        right: auto;
        left: 55%;
        bottom: 0;
    }
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_story .btn {
        right: auto;
        bottom: 524px;
        left: 76%;
    }
}

.block_story .btn > a {
    display: block;
    border-radius: 5px;
    font-size: 0.875em;
    letter-spacing: 2px;
    color: white;
    background-color: #f9c270;
    padding: 18px;
    width: 252px;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_story .btn > a {
        position: absolute;
        left: calc(50% - 126px);
        z-index: 2;
        top: 240px;
    }
}

@media screen and (max-width: 560px) and (min-width: 1px) {
    .block_story .btn > a {
        position: relative;
        left: auto;
        top: 0;
        margin: 0 auto;
    }
}

.block_story .btn > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-size: contain;
    width: 10px;
    height: 10px;
    background-image: url("../images/icon/icon_btn_more_arrow_w.svg");
}

.block_story .btn > a:hover,
.block_story .btn > a:focus {
    opacity: 1;
    animation: btn_pluse_effect 1200ms linear 2 alternate;
}

#wrapper,
.container {
    position: relative;
    width: 100%;
}

.container {
    padding-top: 130px;
    margin: 0 0 440px;
    z-index: 10;
    background-color: #f6f6ee;
}

@media screen and (max-width: 768px) {
    .container {
        padding-top: 55px;
        margin: 0;
    }
}

.student_story::before,
.student_story_inner .student_story_cont::before,
.sec_top03 a .sec_top03_inner::after,
.sec_top03 a .sec_top03_inner::before,
.sec_top04::before,
.ttl_01 .en::after {
    content: "";
}

.student_story,
.student_story_inner .student_story_cont::before,
.sec_top03 a .sec_top03_bg,
.sec_top04_inner {
    background-position: center center;
}

.student_story_inner .student_story_cont .ttl p#student_story_txt_01_ttl {
    opacity: 0;
}

.student_story {
    width: 100%;
    height: 350vh;
    background-repeat: repeat;
    background-size: 15px 15px;
    position: relative;
}

.student_story img {
    width: 100%;
    max-width: 100%;
}

.student_story .student_story_inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 230px;
    max-width: 1200px;
    position: absolute;
    left: 50%;
    top: calc(50vh - 115px);
    transform: translateX(-50%);
    background-color: #fff3d9;
}

.student_story .student_story_height {
    width: 100%;
    height: 100vh;
    position: absolute;
    z-index: 0;
    left: 0;
}

.student_story .student_story_height#student_story_01 {
    top: 0;
}

.student_story .student_story_height#student_story_02 {
    top: 100vh;
}

.student_story .student_story_height#student_story_03 {
    top: 200vh;
    height: 150vh;
}

.student_story_inner {
    width: 100%;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

.student_story_inner .student_story_cont {
    width: 100%;
    max-width: 1300px;
    height: 470px;
    position: relative;
    transform: translateY(40px);
}

@media screen and (max-width: 800px) {
    .student_story_inner .student_story_cont {
        transform: translateY(0px);
    }
}

.student_story_inner .student_story_cont::before {
    width: calc(100% - 60px);
    height: 100%;
    position: absolute;
    left: 30px;
    top: 0;
    background-repeat: repeat;
    background-size: 200px 200px;
}

.student_story_inner .student_story_cont .ttl {
    width: 640px;
    height: 70px;
    position: absolute;
    top: -160px;
    left: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
}

.student_story_inner .student_story_cont .ttl p {
    width: 100%;
    text-align: center;
    line-height: 1;
    font-size: 90px;
    font-size: 9rem;
    letter-spacing: 0.12em;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.student_story_inner .student_story_cont .ttl p#student_story_txt_01_ttl.done {
    opacity: 1;
}

.student_story_inner .student_story_cont .ttl p#student_story_txt_02_ttl {
    opacity: 0;
}

.student_story_inner .student_story_cont .ttl p#student_story_txt_02_ttl.done {
    opacity: 1;
}

.student_story_inner .student_story_cont .ttl p#student_story_txt_03_ttl {
    opacity: 0;
}

.student_story_inner .student_story_cont .ttl p#student_story_txt_03_ttl.done {
    opacity: 1;
}

.student_story_inner .student_story_cont .img {
    width: 48.380797%;
    max-width: 600px;
    position: absolute;
    left: 47%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.student_story_inner .student_story_cont .img #student_story_txt_01_img02 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 20;
}

.student_story_inner .student_story_cont .img #student_story_txt_01_img02.done {
    opacity: 1;
}

.student_story_inner .student_story_cont .img #student_story_txt_02_img02 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
}

.student_story_inner .student_story_cont .img #student_story_txt_02_img02.done {
    opacity: 1;
}

.student_story_inner .student_story_cont .img #student_story_txt_03_img02 {
    position: relative;
    opacity: 0;
    z-index: 0;
}

.student_story_inner .student_story_cont .img #student_story_txt_03_img02.done {
    opacity: 1;
}

.student_story_inner .student_story_cont .txt {
    width: 44.677419%;
    max-width: 554px;
    position: absolute;
    left: 9.677419%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.student_story_inner .student_story_cont .txt .student_story_txt_01 {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}

.student_story_inner .student_story_cont .txt .student_story_txt_01.img_done {
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
}

.student_story_inner .student_story_cont .txt .student_story_txt_02 {
    width: 110%;
    position: absolute;
    top: -5%;
    right: -5%;
    z-index: 10;
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
}

.student_story_inner .student_story_cont .txt .student_story_txt_02.img_done {
    -webkit-transform: translateY(-100vh);
    -ms-transform: translateY(-100vh);
    transform: translateY(-100vh);
}

.student_story_inner .student_story_cont .txt .student_story_txt_03 {
    width: 100%;
    position: relative;
    z-index: 0;
}

.student_story_inner .student_story_cont .txt a {
    display: block;
    position: relative;
}

.student_story_inner .student_story_cont .txt a .hover-no {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.student_story_inner .student_story_cont .txt a .hover-on {
    position: relative;
    z-index: 0;
}

.student_story_inner .student_story_cont .txt a:hover .hover-no {
    opacity: 0;
}

@media screen and (max-width: 800px) {
    .student_story::before {
        width: 90%;
    }

    .student_story_inner .student_story_cont::before {
        width: 100%;
        left: 0;
    }

    .student_story_inner .student_story_cont .ttl {
        visibility: hidden;
        opacity: 0;
    }

    .student_story_inner .student_story_cont .img {
        width: 80%;
        max-width: 500px;
        top: 60%;
        left: 50%;
        transform: translateX(-40%);
    }

    .student_story_inner .student_story_cont .txt {
        width: 100%;
        max-width: 400px;
        top: auto;
        bottom: 20%;
        left: 50%;
        transform: translateX(-90%);
    }
}

.block_event {
    background-image: url("../images/homepage/bg_yellow_dot.svg");
    background-position: center;
    background-repeat: repeat;
    background-size: 4%;
    background-attachment: fixed;
    overflow: hidden;
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .block_event {
        background-image: none;
    }
}

.block_event > .center {
    max-width: 1068px;
    margin: 0 auto;
    padding-bottom: 112px;
    padding-top: 96px;
}

@media screen and (max-width: 1100px) and (min-width: 1px) {
    .block_event > .center {
        padding-bottom: 64px;
    }
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .block_event > .center {
        padding-bottom: 34px;
    }
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_event > .center {
        padding-bottom: 0px;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .block_event > .center {
        display: none;
    }
}

.block_event .block_event_list {
    padding: 0 64px;
}

.block_event .block_event_list li {
    padding: 8px;
    float: left;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_event .block_event_list li {
        padding: 6px;
    }
}

.block_event .block_event_list li .img {
    display: inline-block;
    float: left;
    position: relative;
}

.block_event .block_event_list li .img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
}

.block_event .block_event_list li .img img {
    width: 100%;
    min-height: 220px;
    object-fit: cover;
    object-position: center;
    float: left;
    transition: all 0.8s ease-out;
}

.block_event .block_event_list li .hover_info {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
}

.block_event .block_event_list li .a {
    box-sizing: border-box;
}

.block_event .block_event_list li .a .figure {
    padding: 28px 23px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

@media screen and (max-width: 800px) {
    .block_event .block_event_list li .a .figure {
        padding: 16px;
    }
}

.block_event .block_event_list li .a h3 {
    color: #21505b;
    font-size: 1.3125em;
    padding-bottom: 52px;
    position: relative;
}

.block_event .block_event_list li .a h3::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    background-color: #efb85c;
    width: 12px;
    height: 2px;
}

@media screen and (max-width: 800px) {
    .block_event .block_event_list li .a h3 {
        padding-bottom: 24px;
        font-size: 1.1em;
    }

    .block_event .block_event_list li .a h3::after {
        top: 36px;
    }
}

.block_event .block_event_list li .a p {
    color: #6d7278;
    padding-bottom: 24px;
    font-size: 0.875em;
    box-sizing: border-box;
}

.block_event .block_event_list li .a .more {
    height: auto;
    color: #21505b;
    text-align: center;
    padding-left: 40px;
    width: auto;
    padding: 0 32px 0 16px;
    right: 32px;
    bottom: 28px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 800px) {
    .block_event .block_event_list li .a .more {
        font-size: 0.9em;
    }
}

.block_event .block_event_list li .a .more span {
    position: relative;
}

.block_event .block_event_list li .a .more span::after {
    right: -30px;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/icon_swiper_arrow_g.svg);
    background-position: center;
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_event .block_event_list li .a .more span::after {
        width: 38px;
        height: 38px;
    }
}

.block_event .block_event_list li .a .more::after {
    display: none;
}

.block_event .block_event_list li a {
    color: white;
    text-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    display: inline-block;
    position: relative;
}

.block_event .block_event_list li a .figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.block_event .block_event_list li a .figure::before {
    content: "";
    background: #65a0a6;
    clip-path: polygon(0% 0%, 100% 0, 100% 55%, 0 100%, 0% 100%);
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
    z-index: 2;
}

.block_event .block_event_list li a .figcaption {
    position: absolute;
    padding: 28px 23px;
    top: 0;
}

@media screen and (max-width: 800px) {
    .block_event .block_event_list li a .figcaption {
        padding: 16px;
    }
}

.block_event .block_event_list li a .hover_info {
    transform: translateY(-100%);
    transition: all 0.4s ease-in;
    position: absolute;
    top: 0;
    padding: 28px 23px;
    z-index: 3;
}

@media screen and (max-width: 800px) {
    .block_event .block_event_list li a .hover_info {
        padding: 16px;
    }
}

.block_event .block_event_list li a .hover_info h3 {
    margin-bottom: 16px;
}

@media screen and (max-width: 800px) {
    .block_event .block_event_list li a .hover_info h3 {
        margin-bottom: 8px;
        font-size: 1em;
    }
}

.block_event .block_event_list li a .hover_info p {
    font-size: 0.875em;
    line-height: 1.6em;
    text-align: justify;
}

@media screen and (max-width: 1000px) and (min-width: 1px) {
    .block_event .block_event_list li a .hover_info p {
        overflow: hidden;
        height: 130px;
    }
}

.block_event .block_event_list li a .hover_info .more {
    position: absolute;
    bottom: 28px;
    right: 23px;
    padding: 0 32px 0 16px;
}

@media screen and (max-width: 800px) {
    .block_event .block_event_list li a .hover_info .more {
        font-size: 0.9em;
        bottom: 8px;
        right: 16px;
    }
}

.block_event .block_event_list li a .hover_info .more::after {
    right: 0px;
    width: 24px;
    height: 24px;
    background-image: url("../images/icon/icon_Arrow_hover.svg");
    background-position: center;
}

.block_event .block_event_list li a:hover .hover_info,
.block_event .block_event_list li a:focus .hover_info {
    transform: translateY(0%);
}

.block_event .block_event_list li a::after {
    content: "";
    position: absolute;
    z-index: 2;
    right: 32px;
    bottom: 28px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_Arrow_Normal.svg);
    background-position: center;
}

.block_event .block_event_list li:nth-child(1) {
    width: 50%;
}

.block_event .block_event_list li:nth-child(1) .a {
    background-color: #fafafa;
}

.block_event .block_event_list li:nth-child(2) {
    width: 50%;
}

.block_event .block_event_list li:nth-child(2) img,
.block_event .block_event_list li:nth-child(2) .img,
.block_event .block_event_list li:nth-child(2) .figure {
    height: 100%;
}

.block_event .block_event_list li:nth-child(2) .figure::before,
.block_event .block_event_list li:nth-child(2) .hover_info {
    background-color: #ff7050;
}

.block_event .block_event_list li:nth-child(3),
.block_event .block_event_list li:nth-child(4),
.block_event .block_event_list li:nth-child(5) {
    width: 33.33%;
}

.block_event .block_event_list li:nth-child(3) {
    clear: both;
}

.block_event .block_event_list li:nth-child(3) .figure::before,
.block_event .block_event_list li:nth-child(3) .hover_info {
    background-color: #65a0a6;
}

.block_event .block_event_list li:nth-child(4) .figure::before,
.block_event .block_event_list li:nth-child(4) .hover_info {
    background-color: #ffb842;
}

.block_event .block_event_list li:nth-child(5) .figure::before,
.block_event .block_event_list li:nth-child(5) .hover_info {
    background-color: #6eb92b;
}

.block_event .block_event_list li:nth-child(6) .figure::before,
.block_event .block_event_list li:nth-child(6) .hover_info {
    background-color: #6ad7f8;
}

.teacher_team_box {
    align-items: center;
    display: flex;
    height: 480px;
    justify-content: center;
    margin-top: 60px;
    position: relative;
    width: 100%;
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .teacher_team_box {
        height: 550px;
    }
}

.teacher_team_box:after {
    content: "";
    background: url(../images/homepage/teacher/teacher_team_bg.jpg) center
        bottom/cover no-repeat;
    background-size: 100%;
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

@media screen and (max-width: 1550px) and (min-width: 1px) {
    .teacher_team_box:after {
        background: url(../images/homepage/teacher/ipad_landscape_teacher_team_bg.jpg)
            center bottom/cover no-repeat;
    }
}

@media screen and (max-width: 1440px) and (min-width: 1px) {
    .teacher_team_box:after {
        background-size: contain;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .teacher_team_box:after {
        background: url(../images/homepage/teacher/mobile_teacher_team_bg.jpg)
            center bottom/contain no-repeat;
    }
}

.teacher_team_box .teacher_team_box_text {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.25);
    margin: -8% auto 0 auto;
    max-width: 522px;
    padding: 42px 66px 58px 66px;
    position: absolute;
    z-index: 2;
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_box .teacher_team_box_text {
        font-size: 0.8em;
        padding: 24px 48px 32px 48px;
    }
}

@media screen and (max-width: 840px) and (min-width: 1px) {
    .teacher_team_box .teacher_team_box_text {
        font-size: 0.7em;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .teacher_team_box .teacher_team_box_text {
        top: 0;
        margin-top: 0;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .teacher_team_box .teacher_team_box_text {
        width: calc(100% - 32px);
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }
}

.teacher_team_box .teacher_team_box_text h2 {
    color: #21505b;
    font-size: 3.25em;
    letter-spacing: 2px;
    text-align: center;
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_box .teacher_team_box_text h2 {
        font-size: 2.8em;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .teacher_team_box .teacher_team_box_text h2 {
        font-size: 2em;
    }
}

.teacher_team_box .teacher_team_box_text h3 {
    color: #efb85c;
    font-size: 1.5625em;
    letter-spacing: 3px;
    padding: 24px 0 50px 0;
    text-align: center;
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_box .teacher_team_box_text h3 {
        padding: 8px 0 24px 0;
    }
}

.teacher_team_box .teacher_team_box_text p {
    color: #efb85c;
    font-size: 1.75em;
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
    text-align: center;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .teacher_team_box .teacher_team_box_text p {
        font-size: 1.4em;
    }
}

.teacher_team_box .teacher_team_box_text p:before {
    position: absolute;
    z-index: 3;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 62px;
    height: 5px;
    background-image: url("../images/homepage/bg_dot_o.svg");
    background-repeat: repeat-x;
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_box .teacher_team_box_text p:before {
        top: -12px;
    }
}

.teacher_team_box_text_btn a {
    text-decoration: none;
}

.teacher_team_box_text_btn .teacher_consultation_btn,
.teacher_team_box_text_btn .teacher_course_btn {
    border-radius: 6px;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 14px;
    height: 50px;
    letter-spacing: 2px;
    line-height: 50px;
    margin: 48px auto 0 auto;
    position: relative;
    outline: none;
    text-align: center;
    width: 252px;
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_box_text_btn .teacher_consultation_btn,
    .teacher_team_box_text_btn .teacher_course_btn {
        margin-top: 24px;
    }
}

.teacher_team_box_text_btn .teacher_consultation_btn::after,
.teacher_team_box_text_btn .teacher_course_btn::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-size: contain;
    width: 10px;
    height: 10px;
    background-image: url("../images/icon/icon_btn_more_arrow_w.svg");
}

.teacher_team_box_text_btn .teacher_consultation_btn:hover,
.teacher_team_box_text_btn .teacher_consultation_btn:focus,
.teacher_team_box_text_btn .teacher_course_btn:hover,
.teacher_team_box_text_btn .teacher_course_btn:focus {
    animation: btn_pluse_effect 1200ms linear 2 alternate;
}

.teacher_team_box_text_btn .teacher_consultation_btn {
    background: #f9c270;
}

.teacher_team_box_text_btn .teacher_course_btn {
    background: #21505b;
    margin: 16px auto 0 auto;
}

.teacher_team_content {
    bottom: 0;
    height: 100%;
    margin: 0 auto;
    max-width: 1250px;
    overflow: hidden;
    position: relative;
    width: 100%;
    min-width: 1250px;
}

.teacher_team_content li {
    transform: translateY(100%);
    opacity: 0;
    width: 320px;
    height: 320px;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    bottom: 0;
    background-position: bottom center;
    background-size: contain;
    transition: all 0.8s ease-out;
}

@media screen and (max-width: 1090px) and (min-width: 1px) {
    .teacher_team_content li {
        width: 300px;
        height: 300px;
    }
}

@media screen and (max-width: 940px) and (min-width: 1px) {
    .teacher_team_content li {
        width: 260px;
        height: 260px;
    }
}

@media screen and (max-width: 840px) and (min-width: 1px) {
    .teacher_team_content li {
        width: 240px;
        height: 240px;
    }
}

@media screen and (max-width: 550px) and (min-width: 1px) {
    .teacher_team_content li {
        width: 200px;
        height: 200px;
    }
}

[data-js="false"] .teacher_team_content li {
    transform: translateY(0);
    opacity: 1;
}

.teacher_team_content li:nth-child(1) {
    background-image: url("../images/homepage/teacher/teacher_team_teacher1.png");
}

.teacher_team_content li:nth-child(2) {
    background-image: url("../images/homepage/teacher/teacher_team_teacher2.png");
}

.teacher_team_content li:nth-child(3) {
    background-image: url("../images/homepage/teacher/teacher_team_teacher3.png");
}

.teacher_team_content li:nth-child(4) {
    background-image: url("../images/homepage/teacher/teacher_team_teacher4.png");
}

.teacher_team_content li:nth-child(5) {
    background-image: url("../images/homepage/teacher/teacher_team_teacher5.png");
}

.teacher_team_content li:nth-child(6) {
    background-image: url("../images/homepage/teacher/teacher_team_teacher6.png");
}

.teacher_team_content li:nth-child(7) {
    background-image: url("../images/homepage/teacher/teacher_team_teacher7.png");
}

.teacher_team_content li:nth-child(1) {
    left: -4%;
    transition-delay: 0.2s;
}

@media screen and (max-width: 1200px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(1) {
        left: -2%;
    }
}

@media screen and (max-width: 1090px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(1) {
        left: 0;
    }
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(1) {
        left: 3%;
    }
}

@media screen and (max-width: 940px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(1) {
        left: 8%;
    }
}

@media screen and (max-width: 830px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(1) {
        left: 12%;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(1) {
        left: 20%;
    }
}

@media screen and (max-width: 550px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(1) {
        left: 27%;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(1) {
        left: 29%;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(1) {
        left: 31%;
    }
}

.teacher_team_content li:nth-child(2) {
    left: 12%;
    transition-delay: 0.4s;
}

@media screen and (max-width: 1200px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(2) {
        left: 13%;
    }
}

@media screen and (max-width: 1090px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(2) {
        left: 14%;
    }
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(2) {
        left: 16%;
    }
}

@media screen and (max-width: 940px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(2) {
        left: 20%;
    }
}

@media screen and (max-width: 830px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(2) {
        left: 23%;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(2) {
        left: 32%;
    }
}

@media screen and (max-width: 550px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(2) {
        left: 36%;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(2) {
        left: 38%;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(2) {
        left: 39.5%;
    }
}

.teacher_team_content li:nth-child(3) {
    right: 12%;
    transition-delay: 0.2s;
}

@media screen and (max-width: 1200px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3) {
        right: 13%;
    }
}

@media screen and (max-width: 1090px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3) {
        right: 14%;
    }
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3) {
        right: 16%;
    }
}

@media screen and (max-width: 940px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3) {
        right: 20%;
    }
}

@media screen and (max-width: 830px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3) {
        right: 24%;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3) {
        right: 34%;
    }
}

@media screen and (max-width: 550px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3) {
        right: 38%;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3) {
        right: 39%;
    }
}

.teacher_team_content li:nth-child(3)::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: -80px;
    right: 0;
    width: 120px;
    height: 120px;
    background-image: url("../images/homepage/teacher/teacher_word1.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3)::before {
        width: 110px;
        height: 110px;
    }
}

@media screen and (max-width: 770px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3)::before {
        width: 80px;
        height: 80px;
        top: -40px;
        left: 130px;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3)::before {
        top: -20px;
        left: 160px;
    }
}

@media screen and (max-width: 550px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(3)::before {
        width: 60px;
        height: 60px;
        top: -20px;
        left: 118px;
    }
}

.teacher_team_content li:nth-child(4) {
    right: -4%;
    transition-delay: 0.5s;
}

@media screen and (max-width: 1200px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 1%;
    }
}

@media screen and (max-width: 1090px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 3%;
    }
}

@media screen and (max-width: 1030px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 6%;
    }
}

@media screen and (max-width: 940px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 11%;
    }
}

@media screen and (max-width: 830px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 14%;
    }
}

@media screen and (max-width: 770px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 16%;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 22%;
    }
}

@media screen and (max-width: 550px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 29%;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 31%;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .teacher_team_content li:nth-child(4) {
        right: 32.5%;
    }
}

.run-animate .teacher_team_content li {
    transform: translateY(0);
    opacity: 1;
}

.teacher_instruction_describe {
    float: right;
    margin-top: 130px;
    width: 80%;
}

.teacher_instruction_describe .teacher_describe_photo {
    float: left;
    margin-right: 40px;
    max-width: 405px;
    padding-left: 86px;
    position: relative;
    width: 100%;
}

.teacher_instruction_describe .teacher_describe_text {
    float: right;
    margin-right: 28.6%;
    max-width: 515px;
    width: 100%;
}

.teacher_instruction_describe .teacher_describe_text h2 {
    color: #21505b;
}

.teacher_instruction_describe .teacher_describe_text h2 span.main_title {
    color: #21505b;
    font-size: 30px;
}

.teacher_instruction_describe .teacher_describe_text h2 span.main_point_b {
    color: #ffc060;
    font-size: 34px;
    letter-spacing: 2px;
}

.teacher_instruction_describe .teacher_describe_text p {
    color: #21505b;
    font-size: 16px;
    line-height: 25px;
    margin-top: 44px;
    text-align: justify;
}

.teacher_instruction_describe .teacher_describe_photo .circle {
    background: #fff3d9;
    bottom: -32px;
    border-radius: 50%;
    display: block;
    height: 302px;
    left: 0;
    position: absolute;
    width: 302px;
    z-index: -100;
}

.teacher_instruction_describe .teacher_describe_photo img.teacher_word2 {
    height: auto;
    max-width: 226px;
    position: absolute;
    right: 0;
    top: -80px;
}

.teacher_instruction_describe
    .teacher_describe_photo
    img.teacher_team_teacher5 {
    height: auto;
    max-width: 176px;
}

.teacher_instruction_describe
    .teacher_describe_photo
    img.teacher_team_teacher6 {
    bottom: 0;
    height: auto;
    max-width: 204px;
    position: absolute;
    right: -26px;
}

.teacher_instruction_box {
    background: #f9c270;
    border-bottom-left-radius: 34px;
    border-top-left-radius: 34px;
    float: right;
    margin-bottom: 80px;
    margin-top: -4px;
    padding: 72px 0 50px 0;
    position: relative;
    width: 80%;
    height: 498px;
}

.teacher_instruction_box .teacher_instruction_info {
    bottom: 0;
    float: left;
    margin: auto;
    max-width: 354px;
    position: absolute;
    left: 90px;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.teacher_instruction_describe .teacher_describe_text h2,
.teacher_instruction_box .teacher_instruction_info h2 {
    line-height: 52px;
}

.teacher_instruction_box .teacher_instruction_info h2 span.main_title {
    color: #fff;
    font-size: 30px;
    margin-top: 18px;
}

.teacher_instruction_box .teacher_instruction_info h2 span.main_point_b {
    color: #00515d;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 34px;
    letter-spacing: 2px;
    margin-left: -18px;
}

.teacher_instruction_box .teacher_instruction_info h2 span.main_point_s {
    color: #00515d;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 24px;
    letter-spacing: 2px;
}

.teacher_instruction_box .teacher_instruction_info p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    margin-top: 42px;
    text-align: justify;
}

.teacher_instruction_box .teacher_instruction_photo_box {
    width: 100%;
    max-width: 476px;
    float: left;
    margin-left: 37%;
}

.teacher_instruction_box
    .teacher_instruction_photo_box
    .teacher_instruction_photo {
    position: relative;
}

.teacher_instruction_box .teacher_instruction_photo_box img.teacher_instruct {
    height: auto;
    position: relative;
    z-index: 2;
}

.teacher_instruction_box
    .teacher_instruction_photo_box
    .teacher_instruct_shadow {
    content: "";
    background: #fff3d9;
    border-radius: 10px;
    display: block;
    height: 318px;
    left: 22px;
    position: absolute;
    top: -22px;
    width: 476px;
    z-index: 2;
}

.teacher_instruction_box
    .teacher_instruction_photo_box
    .teacher_instruction_photo_text {
    margin-top: 18px;
}

.teacher_instruction_box
    .teacher_instruction_photo_box
    .teacher_instruction_photo_text
    p {
    color: #fff;
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}

.comment_box {
    margin-top: 80px;
}

.comment_box .comment_content_title {
    margin: 0 auto;
    max-width: 357px;
}

.comment_box ul.comment_content {
    list-style-type: none;
    margin: 70px auto 88px auto;
    max-width: 940px;
    width: 100%;
}

.comment_box ul.comment_content li {
    border-radius: 10px;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
    float: left;
    margin-right: 35px;
    max-width: 290px;
}

.comment_box ul.comment_content li:last-child {
    margin-right: 0;
}

.comment_box ul.comment_content li .comment_content_title {
    background: #f4f7f8;
    padding: 20px 84px;
}

.comment_box ul.comment_content li .comment_content_title img.comment_profile {
    float: left;
    height: auto;
    max-width: 48px;
}

.comment_box ul.comment_content li .comment_content_title h3 {
    color: #21505b;
    float: right;
    font-size: 18px;
    padding: 14px 0;
}

.comment_box ul.comment_content li .comment_content_text {
    padding: 20px 28px;
}

.comment_box ul.comment_content li .comment_content_text img.quotation_mark {
    display: block;
    height: auto;
    margin: 0 auto 16px auto;
}

.comment_box ul.comment_content li .comment_content_text p {
    color: #21505b;
    font-size: 14px;
    line-height: 20px;
    height: 251px;
    overflow: hidden;
    text-align: justify;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.comment_box .comment_memo p {
    color: #00515d;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
}

.teacher_question_box {
    background: url(../images/teacher_question_bg.jpg) no-repeat;
    background-size: cover;
    height: 528px;
    margin-top: 90px;
    width: 100%;
}

.teacher_question_box .teacher_question_content_frame {
    height: 100%;
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    width: 100%;
}

.teacher_question_box
    .teacher_question_content_frame
    .teacher_question_content {
    color: #fff;
    max-width: 525px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.teacher_question_box
    .teacher_question_content_frame
    .teacher_question_content
    h2 {
    font-size: 30px;
    margin-top: 14px;
}

.teacher_question_box
    .teacher_question_content_frame
    .teacher_question_content
    p {
    font-size: 14px;
    margin-top: 16px;
}

.teacher_question_box
    .teacher_question_content_frame
    .teacher_question_content
    .teacher_consultation_btn {
    background: #f9c270;
    border: none;
    border-radius: 6px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 50px;
    letter-spacing: 2px;
    margin-top: 48px;
    outline: none;
    position: relative;
    text-align: center;
    width: 252px;
}

.teacher_question_box
    .teacher_question_content_frame
    img.teacher_question_hammer {
    bottom: 0;
    height: auto;
    max-width: 332px;
    position: absolute;
    right: 0;
}

.teacher_slider_box {
    margin: 90px 0;
    overflow-x: hidden;
}

.teacher_slider_box .teacher_content_title {
    margin: 0 auto;
    max-width: 474px;
}

.teacher_slider_box .teacher_content_title p span.main_point {
    color: #ffc060;
    font-family: "Noto Sans TC", sans-serif;
    font-size: 34px;
    padding: 0 10px;
    position: relative;
}

.teacher_slider {
    width: 100%;
}

.teacher_slider ul {
    list-style-type: none;
    margin: 90px auto 0 auto;
    max-width: 946px;
    width: 100%;
}

.teacher_slider ul li.teacher_slider_content {
    border-radius: 10px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    float: left;
    max-width: 298px;
    position: relative;
}

.teacher_slider ul li.teacher_slider_content img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: auto;
    width: 100%;
}

.teacher_slider ul li.teacher_slider_content .teacher_detail_box {
    padding: 20px 28px;
}

.teacher_slider ul li.teacher_slider_content .teacher_detail_box p {
    color: #6d7278;
    font-size: 16px;
}

.teacher_slider ul li.teacher_slider_content .teacher_detail_box h3 {
    color: #21505b;
    font-size: 20px;
    margin-top: 12px;
}

.teacher_slider ul li.teacher_slider_content .teacher_detail_text {
    background: rgba(249, 194, 112, 0.95);
    border-radius: 10px;
    color: #fff;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 20px 18px 24px 18px;
    position: absolute;
    top: 0;
    transition: all 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 1000;
}

.teacher_slider ul li.teacher_slider_content .teacher_detail_text h4 {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    font-size: 16px;
    padding: 16px 0;
    text-align: center;
}

.teacher_slider ul li.teacher_slider_content .teacher_detail_text h5 {
    font-size: 16px;
    margin-top: 14px;
    text-align: center;
}

.teacher_slider ul li.teacher_slider_content .teacher_detail_text ul {
    list-style-type: none;
    margin: 16px 0 34px 0;
}

.teacher_slider ul li.teacher_slider_content .teacher_detail_text ul li {
    font-size: 15px;
    line-height: 32px;
    text-align: center;
}

.teacher_slider ul li.teacher_slider_content .teacher_detail_text p {
    bottom: 20px;
    color: #21505b;
    font-size: 20px;
    font-weight: 600;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    position: relative;
}

.teacher_slider ul li.teacher_slider_content:hover .teacher_detail_text {
    opacity: 1;
}

.comment_box .comment_memo p.desktop {
    display: block;
    margin-top: 40px;
}

.teacher_instruction_describe .teacher_describe_text p.desktop {
    display: block;
}

.run_numbers {
    background-color: white;
    padding: 33px 84px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 12px;
}

@media screen and (max-width: 1130px) and (min-width: 1px) {
    .run_numbers {
        padding: 33px 24px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 1px) {
    .run_numbers {
        padding: 8px 0;
    }
}

@media screen and (max-width: 470px) and (min-width: 1px) {
    .run_numbers {
        font-size: 0.8em;
    }
}

.run_numbers li {
    width: 25%;
    height: 74px;
    float: left;
    color: #c4c5d0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1000px) and (min-width: 1px) {
    .run_numbers li {
        width: 50%;
        margin: 8px 0;
    }
}

@media screen and (max-width: 470px) and (min-width: 1px) {
    .run_numbers li {
        height: 48px;
    }
}

.run_numbers li + li {
    border-left: #dcd9db solid 1px;
}

.run_numbers li .center {
    padding-left: 82px;
    position: relative;
}

@media screen and (max-width: 470px) and (min-width: 1px) {
    .run_numbers li .center {
        padding-left: 64px;
    }
}

@media screen and (max-width: 390px) and (min-width: 1px) {
    .run_numbers li .center {
        padding-left: 56px;
    }
}

.run_numbers li .center::before {
    left: 0;
    width: 74px;
    height: 74px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 470px) and (min-width: 1px) {
    .run_numbers li .center::before {
        width: 64px;
        height: 64px;
    }
}

@media screen and (max-width: 390px) and (min-width: 1px) {
    .run_numbers li .center::before {
        width: 48px;
        height: 48px;
    }
}

.run_numbers li .num {
    font-size: 0.875em;
    color: #f9c270;
}

.run_numbers li .num span {
    font-size: 2.2em;
    letter-spacing: 1px;
    padding-right: 2px;
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .run_numbers li .num span {
        font-size: 2.1em;
    }
}

.run_numbers li p {
    font-size: 0.875em;
}

.run_numbers li:nth-child(1) .center::before {
    background-image: url("../images/homepage/teacher/icon_run_numbers1.svg");
}

.run_numbers li:nth-child(2) .center::before {
    background-image: url("../images/homepage/teacher/icon_run_numbers2.svg");
}

.run_numbers li:nth-child(3) .center::before {
    background-image: url("../images/homepage/teacher/icon_run_numbers3.svg");
}

.run_numbers li:nth-child(4) .center::before {
    background-image: url("../images/homepage/teacher/icon_run_numbers4.svg");
}

.run_numbers li:nth-child(5) .center::before {
    background-image: url("../images/homepage/teacher/icon_run_numbers5.svg");
}

.run_numbers li:nth-child(6) .center::before {
    background-image: url("../images/homepage/teacher/icon_run_numbers6.svg");
}

.run_numbers li:nth-child(3) .num span,
.run_numbers li:nth-child(2) .num span {
    position: relative;
    padding-right: 16px;
}

.run_numbers li:nth-child(3) .num span::after,
.run_numbers li:nth-child(2) .num span::after {
    position: absolute;
    content: "+";
    font-weight: 500;
    font-size: 0.6em;
    right: 0px;
}

@media screen and (max-width: 1000px) and (min-width: 1px) {
    .run_numbers li:nth-child(2),
    .run_numbers li:nth-child(4) {
        justify-content: left;
        padding-left: 32px;
    }
}

@media screen and (max-width: 520px) and (min-width: 1px) {
    .run_numbers li:nth-child(2),
    .run_numbers li:nth-child(4) {
        padding-left: 8px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 1px) {
    .run_numbers li:nth-child(1),
    .run_numbers li:nth-child(3) {
        justify-content: right;
        padding-right: 32px;
    }
}

@media screen and (max-width: 520px) and (min-width: 1px) {
    .run_numbers li:nth-child(1),
    .run_numbers li:nth-child(3) {
        padding-right: 8px;
    }
}

.block_system {
    margin: 0 auto;
    max-width: 1108px;
    position: relative;
    z-index: 1;
    padding: 0 72px;
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .block_system {
        padding: 0px;
    }
}

.block_system > h2 {
    color: #21505b;
    font-family: "Noto Serif TC", serif;
    font-size: 2.75em;
    font-weight: 700;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_system > h2 {
        font-size: 2em;
    }
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .block_system > h2 {
        padding: 0 32px;
    }
}

@media screen and (max-width: 500px) and (min-width: 1px) {
    .block_system > h2 {
        font-size: 1.6em;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_system > h2 {
        font-size: 1.4em;
        padding: 0 24px;
    }
}

.block_system > h2 span {
    position: relative;
    z-index: 2;
}

.block_system > h2 span i {
    font-style: normal;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1023px) and (min-width: 1px) {
    .block_system > h2 span i {
        display: block;
    }
}

@media screen and (max-width: 370px) and (min-width: 1px) {
    .block_system > h2 span i {
        display: contents;
    }
}

.block_system > h2::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 80px;
    transform: rotateZ(180deg);
    z-index: 3;
    display: block;
    width: 26px;
    height: 18px;
    background-image: url("../images/icon/icon_title_dot.svg");
}

.block_system > h2::after {
    content: "";
    position: absolute;
    top: -30px;
    left: 32px;
    z-index: 1;
    display: block;
    width: 100px;
    height: 100px;
    background-color: #fff3d9;
    border-radius: 100px;
}

.block_system > p {
    color: #21505b;
    font-size: 1.375em;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 40px;
    z-index: 2;
    position: relative;
}

.block_system > p span {
    font-size: 1.3em;
    color: #f9c270;
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .block_system > p {
        padding: 0 32px;
    }
}

@media screen and (max-width: 500px) and (min-width: 1px) {
    .block_system > p {
        font-size: 1.2em;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_system > p {
        padding: 0 24px;
    }
}

.tabs_list {
    position: relative;
}

.tabs_list .more {
    position: absolute;
    top: 0;
    right: 0;
    width: 149px;
    height: 54px;
    line-height: 54px;
    color: #21505b;
    text-align: center;
    padding-left: 40px;
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .tabs_list .more {
        right: 16px;
    }
}

.tabs_list .more span {
    position: relative;
}

.tabs_list .more span::after {
    right: -30px;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/icon_swiper_arrow_g.svg);
    background-position: center;
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .tabs_list .more span::after {
        width: 38px;
        height: 38px;
    }
}

.tabs_list .more:hover::after,
.tabs_list .more:focus::after {
    opacity: 1;
}

.tabs_list .more::after {
    opacity: 0;
    z-index: 2;
    top: auto;
    right: 0;
    top: auto;
    bottom: -5px;
    height: 5px;
    width: 126px;
    border-radius: 10px;
    transition: all 0.8s ease-out;
    background-color: #21505b;
}

.tabs_list .tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 54px;
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .tabs_list .tabs {
        width: calc(100% - 32px);
        margin-left: 16px;
    }
}

.tabs_list .tabs::after {
    position: absolute;
    z-index: 1;
    bottom: -1px;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: #d8d8d8;
}

.tabs_list .tabs > li {
    position: relative;
    z-index: 2;
    display: block;
    float: left;
}

.tabs_list .tabs > li.active a {
    color: #f9c270;
    position: relative;
    background-color: #fff9ee;
}

.tabs_list .tabs > li.active a::after {
    content: "";
    position: absolute;
    height: 5px;
    width: 100%;
    border-radius: 10px;
    background-color: #f9c270;
    left: 0;
    bottom: -3px;
    z-index: 3;
}

.tabs_list .tabs > li a {
    display: block;
    text-align: center;
    height: 54px;
    line-height: 54px;
    border-radius: 10px 10px 0 0;
}

.tabs_list .tabs > li a::before {
    display: block;
    width: 40px;
    height: 40px;
    left: 16px;
}

.tabs_list .tabs > li a:hover,
.tabs_list .tabs > li a:focus {
    color: #f9c270;
}

.tabs_list .tabs a {
    color: #d8d8d8;
}

.tabs_list .tab_container {
    clear: both;
    overflow: hidden;
    margin-top: 0px;
}

.tabs_list .tab_container ul {
    position: relative;
    overflow: hidden;
}

.tabs_list .tab_container ul > li.event {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin-top: 10px;
    z-index: 2;
}

.tabs_list .tab_container ul > li.event.hide_list {
    display: none !important;
    z-index: 1;
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .news_event_list,
    .hot_event_list {
        position: relative;
        overflow: hidden;
        width: 100%;
    }

    .news_event_list ol,
    .hot_event_list ol {
        width: 10000em;
        position: relative;
        list-style: none;
        margin: 0;
        padding: 0;
        left: 0;
    }

    .news_event_list ol li,
    .hot_event_list ol li {
        width: 200px;
        float: left;
        border: 1px solid #fff;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 32px;
    }
}

@media screen and (max-width: 320px) and (min-width: 1px) {
    .news_event_list {
        max-width: 320px;
    }

    .news_event_list > li {
        max-width: 320px;
    }
}

.hot_event {
    clear: both;
}

.hot_event > li {
    width: 33.33%;
    float: left;
    padding: 40px 12px;
    display: block;
}

@media screen and (max-width: 1080px) and (min-width: 1px) {
    .hot_event > li {
        width: 50%;
    }

    .hot_event > li:nth-child(2n + 1) {
        clear: both;
    }
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .hot_event > li {
        width: 100%;
        min-width: 300px;
        max-width: 420px;
        cursor: pointer;
    }

    .hot_event > li:nth-child(2n + 1) {
        clear: none;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .hot_event > li {
        max-width: 380px;
    }
}

.hot_event > li:nth-child(3n + 1) {
    clear: both;
}

@media screen and (max-width: 1080px) and (min-width: 1px) {
    .hot_event > li:nth-child(3n + 1) {
        clear: none;
    }
}

.hot_event > li .img {
    overflow: hidden;
}

.hot_event > li .img img {
    width: 100%;
    max-width: 420px;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .hot_event > li .img img {
        max-width: 380px;
    }
}

@media screen and (max-width: 1080px) and (min-width: 1px) {
    .hot_event > li:nth-child(5),
    .hot_event > li:nth-child(6) {
        display: none;
    }
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .hot_event > li:nth-child(5),
    .hot_event > li:nth-child(6) {
        display: block;
    }
}

.hot_event > li:nth-child(1) .img::before {
    content: "01";
    color: #fff3d9;
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 7px;
    font-size: 1.8em;
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
}

.hot_event > li:nth-child(1) .img::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -54px;
    width: 108px;
    height: 108px;
    position: absolute;
    background-color: #f9c270;
    border-radius: 200px;
}

.hot_event > li:nth-child(2) .img::before {
    content: "02";
    color: #fff3d9;
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 7px;
    font-size: 1.8em;
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
}

.hot_event > li:nth-child(2) .img::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -54px;
    width: 108px;
    height: 108px;
    position: absolute;
    background-color: #f9c270;
    border-radius: 200px;
}

.hot_event > li:nth-child(3) .img::before {
    content: "03";
    color: #fff3d9;
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 7px;
    font-size: 1.8em;
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
}

.hot_event > li:nth-child(3) .img::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -54px;
    width: 108px;
    height: 108px;
    position: absolute;
    background-color: #f9c270;
    border-radius: 200px;
}

.hot_event > li:nth-child(4) .img::before {
    content: "04";
    color: #fff3d9;
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 7px;
    font-size: 1.8em;
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
}

.hot_event > li:nth-child(4) .img::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -54px;
    width: 108px;
    height: 108px;
    position: absolute;
    background-color: #f9c270;
    border-radius: 200px;
}

.hot_event > li:nth-child(5) .img::before {
    content: "05";
    color: #fff3d9;
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 7px;
    font-size: 1.8em;
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
}

.hot_event > li:nth-child(5) .img::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -54px;
    width: 108px;
    height: 108px;
    position: absolute;
    background-color: #f9c270;
    border-radius: 200px;
}

.hot_event > li:nth-child(6) .img::before {
    content: "06";
    color: #fff3d9;
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 7px;
    font-size: 1.8em;
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
}

.hot_event > li:nth-child(6) .img::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -54px;
    width: 108px;
    height: 108px;
    position: absolute;
    background-color: #f9c270;
    border-radius: 200px;
}

.hot_event > li:nth-child(7) .img::before {
    content: "07";
    color: #fff3d9;
    position: absolute;
    z-index: 2;
    top: 6px;
    right: 7px;
    font-size: 1.8em;
    font-family: "Roboto";
    font-weight: 500;
    font-style: italic;
}

.hot_event > li:nth-child(7) .img::after {
    content: "";
    position: absolute;
    z-index: 1;
    top: -54px;
    right: -54px;
    width: 108px;
    height: 108px;
    position: absolute;
    background-color: #f9c270;
    border-radius: 200px;
}

.hot_event figcaption {
    padding: 0 16px;
    padding-top: 4px;
}

.hot_event figcaption .tag {
    color: #b567cb;
    float: left;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_event figcaption .tag.color_business {
    color: #b567cb;
}

.hot_event figcaption .tag.color_Interior {
    color: #65a0a6;
}

.hot_event figcaption .tag.color_game {
    color: #dc6969;
}

.hot_event figcaption .tag.color_video {
    color: #6eb92b;
}

.hot_event figcaption .hour {
    color: #21505b;
    background-color: #fff3d9;
    border-radius: 4px;
    font-weight: bold;
    float: right;
    padding: 0 16px;
    text-align: center;
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hot_event .text {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 16px;
    position: relative;
    transition: all 0.8s ease-out;
}

.hot_event .text:hover,
.hot_event .text:focus {
    box-shadow: rgba(0, 0, 0, 0.1) 0 10px 12px;
}

.hot_event .text:hover::after,
.hot_event .text:focus::after {
    background-image: url(../images/icon/icon_award_c.svg);
}

.hot_event .text:hover .botton > span,
.hot_event .text:focus .botton > span {
    color: #f9c270;
}

.hot_event .text:hover .botton > span::before,
.hot_event .text:hover .botton > span::after,
.hot_event .text:focus .botton > span::before,
.hot_event .text:focus .botton > span::after {
    opacity: 1;
}

.hot_event .text::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    left: 16px;
    width: 75px;
    height: 77px;
    background-image: url(../images/icon/icon_award.svg);
    transition: all 0.8s ease-out;
}

.hot_event .text h3 {
    padding: 0 16px;
    color: #21505b;
    font-size: 1.25em;
    letter-spacing: 1px;
    line-height: 1.4em;
    padding-top: 3px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 72px;
    overflow: hidden;
    padding-bottom: 0;
    margin-bottom: 12px;
    min-height: 60px;
}

.hot_event .text p {
    padding: 0;
    margin: 0 16px;
    color: #aaaaaa;
    font-size: 0.875em;
    border-bottom: #e6e7e6 solid 1px;
    font-weight: lighter;
    padding-bottom: 4px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 50px;
}

.hot_event .text .botton {
    float: right;
    padding-right: 16px;
    padding-top: 4px;
}

.hot_event .text .botton > span {
    display: block;
    width: 100%;
    font-weight: 500;
    color: #a9adb1;
    text-align: center;
    line-height: 36px;
    font-weight: normal;
    position: relative;
}

.hot_event .text .botton > span::before,
.hot_event .text .botton > span::after {
    opacity: 0;
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    bottom: 11px;
    background-image: url("../images/icon/icon_fire.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hot_event .text .botton > span::before {
    left: 20px;
}

.hot_event .text .botton > span::after {
    right: 20px;
}

.hot_event .text .botton > .a {
    display: block;
    text-align: center;
    width: 176px;
    height: 47px;
    line-height: 47px;
    border-radius: 5px;
    color: white;
    background-color: #f9c270;
    font-size: 1.125em;
    letter-spacing: 1px;
    margin: 0 auto;
}

@media screen and (max-width: 500px) and (min-width: 1px) {
    .hot_event .text .botton > .a {
        font-size: 1em;
    }
}

.hot_event .people {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 6px;
    color: #f9c270;
    letter-spacing: 1px;
}

.hot_event .people span {
    color: #21505b;
    font-size: 1.125em;
    font-weight: 500;
}

.hot_event .bg_bar {
    width: calc(100% - 32px);
    height: 7px;
    background-color: #fff3d9;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 16px;
}

.hot_event .bg_bar .bar {
    transition: all 0.8s ease-out;
    height: 7px;
    background-color: #21505b;
}

@media screen and (min-width: 761px) {
    .block_system .news_event,
    .block_system .hot_event {
        width: 100% !important;
        display: inline-block;
    }

    .block_system .news_event {
        padding: 0 46px;
    }

    .block_system .hot_event {
        padding: 0;
    }

    .block_system .news_event_list_prev,
    .block_system .news_event_list_next,
    .block_system .hot_event_list_prev,
    .block_system .hot_event_list_next {
        display: none;
        opacity: 0;
    }

    .block_system .news_event_list_prev,
    .block_system .hot_event_list_prev {
        left: 4px;
    }

    .block_system .news_event_list_next,
    .block_system .hot_event_list_next {
        right: 4px;
    }

    .block_system .news_event > li {
        width: 50% !important;
    }
}

@media screen and (min-width: 1080px) {
    .block_system .hot_event li {
        width: 33.33% !important;
    }
}

@media screen and (max-width: 1081px) and (min-width: 761px) {
    .block_system .hot_event li {
        width: 50% !important;
    }
}

.hot_event_course {
    background-color: #fff;
    width: 638px;
    text-align: left;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.1);
}

.hot_event_course .img {
    width: 100%;
}

.hot_event_course .img img {
    width: 100%;
    height: 138px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.hot_event_course .text {
    padding: 15px 48px;
}

.hot_event_course h3 {
    font-size: 1.185em;
    letter-spacing: 1px;
    color: #21505b;
    padding: 14px 0;
}

.hot_event_course h4 {
    font-size: 0.9375em;
    letter-spacing: 1px;
    color: #21505b;
    padding-top: 10px;
    padding-bottom: 8px;
    transform: translateY(0);
    opacity: 1;
}

.hot_event_course .tag,
.hot_event_course .time {
    display: inline-block;
    font-size: 0.8125em;
    position: relative;
    padding-left: 24px;
    color: #21505b;
    font-weight: normal;
    margin-right: 10px;
}

.hot_event_course .tag::before,
.hot_event_course .time::before {
    left: 0;
    width: 22px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.hot_event_course .tag::before {
    background-image: url("../images/icon/hot_event_pen.svg");
}

.hot_event_course .time::before {
    background-image: url("../images/icon/hot_event_time.svg");
}

.hot_event_course p {
    font-size: 0.775em;
    letter-spacing: 2px;
    color: #aaaaaa;
    transform: translateY(0);
    opacity: 1;
}

.hot_event_course .form_content ol {
    margin: 0 -8px;
}

.hot_event_course .form_content ol > li {
    float: left;
    width: 50%;
    padding: 0 8px;
}

.hot_event_course .form_content label {
    display: block;
    margin-bottom: 4px;
    text-align: left;
    color: #21505b;
    font-size: 0.65px;
    font-weight: 500;
    font-stretch: normal;
    letter-spacing: 0.74px;
}

.hot_event_course .form_submit_btn {
    border-radius: 4.8px;
    color: white;
    background-color: #f9c270;
}

.news_event {
    padding: 0 46px;
}

.news_event > li {
    float: left;
    padding: 40px 16px;
}

.news_event a {
    position: relative;
    border-radius: 5px;
    display: inline-block;
    padding-bottom: 20px;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.news_event a:hover,
.news_event a:focus {
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 12px;
}

.news_event a:hover img,
.news_event a:focus img {
    transform: scale(1.2);
}

.news_event a:hover::before,
.news_event a:focus::before {
    background-image: url("../images/icon/icon_sub_menu_arrow.svg");
    background-color: #fff3d9;
}

.news_event a::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 14px;
    bottom: 10px;
    z-index: 2;
    background-image: url("../images/icon/icon_sub_menu_arrow_b.svg");
    background-color: white;
    border-radius: 100px;
}

.news_event .img {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.news_event .img img {
    width: 100%;
    transition: all 0.8s ease-out;
}

.news_event .img figcaption {
    padding-top: 8px;
}

.news_event .tag {
    color: #f9c270;
    position: relative;
    padding-left: 46px;
}

.news_event .tag::before {
    display: block;
    left: 22px;
    width: 20px;
    height: 20px;
    background-image: url("../images/icon/icon_file.svg");
}

.news_event h3 {
    font-size: 1.375em;
    color: #21505b;
    padding: 0 22px;
    padding-top: 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 68px;
    overflow: hidden;
    text-align: left;
}

.news_event p {
    font-size: 0.875em;
    font-weight: lighter;
    color: #6d7278;
    border-bottom: #dcd9db solid 1px;
    margin: 0 22px;
    padding-bottom: 16px;
    padding-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}

.news_event .date {
    margin-top: 14px;
    font-size: 1.875em;
    font-weight: lighter;
    color: #21505b;
    position: relative;
    padding-left: 62px;
    text-align: left;
    font-weight: 700;
}

.news_event .date::before {
    display: block;
    left: 22px;
    width: 34px;
    height: 34px;
    background-image: url("../images/icon/icon_clock.svg");
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .news_event .date {
        font-size: 1.4em;
    }
}

.news_event .date span:nth-child(2) {
    position: relative;
    padding-left: 20px;
}

.news_event .date span:nth-child(2)::before {
    content: "-";
    left: 0;
}

.system_list {
    overflow: hidden;
}

@media screen and (max-width: 440px) and (min-width: 1px) {
    .system_list .tabs > li {
        width: 50%;
    }
}

.system_list .tabs > li a {
    padding: 0 26px;
    padding-left: 64px;
    position: relative;
}

@media screen and (max-width: 440px) and (min-width: 1px) {
    .system_list .tabs > li a {
        padding: 0 16px;
        padding-left: 56px;
    }
}

.system_list .tabs > li:nth-child(1) a:hover::before,
.system_list .tabs > li:nth-child(1) a:focus::before {
    background-image: url("../images/icon/icon_tab1_h.svg");
}

.system_list .tabs > li:nth-child(1) a::before {
    background-image: url("../images/icon/icon_tab1_n.svg");
}

.system_list .tabs > li:nth-child(1).active a::before {
    background-image: url("../images/icon/icon_tab1_p.svg");
}

.system_list .tabs > li:nth-child(2) a:hover::before,
.system_list .tabs > li:nth-child(2) a:focus::before {
    background-image: url("../images/icon/icon_tab2_h.svg");
}

.system_list .tabs > li:nth-child(2) a::before {
    background-image: url("../images/icon/icon_tab2_n.svg");
}

.system_list .tabs > li:nth-child(2).active a::before {
    background-image: url("../images/icon/icon_tab2_p.svg");
}

.system_list .tabs > li:nth-child(3) a:hover::before,
.system_list .tabs > li:nth-child(3) a:focus::before {
    background-image: url("../images/icon/icon_tab3_h.svg");
}

.system_list .tabs > li:nth-child(3) a::before {
    background-image: url("../images/icon/icon_tab3_n.svg");
}

.system_list .tabs > li:nth-child(3).active a::before {
    background-image: url("../images/icon/icon_tab3_p.svg");
}

.system_list .tabs > li:nth-child(4) a:hover::before,
.system_list .tabs > li:nth-child(4) a:focus::before {
    background-image: url("../images/icon/icon_tab4_h.svg");
}

.system_list .tabs > li:nth-child(4) a::before {
    background-image: url("../images/icon/icon_tab4_n.svg");
}

.system_list .tabs > li:nth-child(4).active a::before {
    background-image: url("../images/icon/icon_tab4_p.svg");
}

.system_list .tabs > li:nth-child(5) a:hover::before,
.system_list .tabs > li:nth-child(5) a:focus::before {
    background-image: url("../images/icon/icon_tab5_h.svg");
}

.system_list .tabs > li:nth-child(5) a::before {
    background-image: url("../images/icon/icon_tab5_n.svg");
}

.system_list .tabs > li:nth-child(5).active a::before {
    background-image: url("../images/icon/icon_tab5_p.svg");
}

.system_list .tabs > li:nth-child(6) a:hover::before,
.system_list .tabs > li:nth-child(6) a:focus::before {
    background-image: url("../images/icon/icon_tab6_h.svg");
}

.system_list .tabs > li:nth-child(6) a::before {
    background-image: url("../images/icon/icon_tab6_n.svg");
}

.system_list .tabs > li:nth-child(6).active a::before {
    background-image: url("../images/icon/icon_tab6_p.svg");
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .system_list .tab_container {
        width: 420px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .system_list .tab_container {
        width: 380px;
    }
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .system_list .tab_container {
        width: 100%;
        max-width: 330px;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .system_list .tab_container {
        max-width: 300px;
    }
}

.system_list .tab_content {
    height: fit-content;
    padding: 0;
}

@media screen and (max-width: 1024px) and (min-width: 1001px) {
    .system_list .tab_content {
        height: 1300px;
    }
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .system_list .tab_content {
        height: 600px;
    }
}

.system_list .tab_content .news_event > li {
    width: 50%;
    max-width: 404px;
}

@media screen and (max-width: 440px) and (min-width: 1px) {
    .system_list .more {
        top: auto;
        bottom: 16px;
        right: calc(50% - 126px);
        z-index: 2;
        display: block;
        border-radius: 5px;
        font-size: 0.875em;
        letter-spacing: 2px;
        color: white;
        background-color: #f9c270;
        width: 252px;
        text-align: center;
        z-index: 2;
        padding: 0;
    }

    .system_list .more span::after {
        display: none;
    }

    .system_list .more::before {
        display: none;
    }

    .system_list .more::after {
        content: "";
        display: block;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        background-size: contain;
        width: 10px;
        height: 10px;
        background-image: url("../images/icon/icon_btn_more_arrow_w.svg");
        background-color: transparent;
        opacity: 1;
    }

    .system_list .more:hover,
    .system_list .more:focus {
        opacity: 0.7;
        animation: btn_pluse_effect 1200ms linear 2 alternate;
    }
}

.system_list .more::before {
    left: 24px;
    width: 40px;
    height: 40px;
    background-image: url(../images/icon/icon_tab3.svg);
}

#index_loading_box {
    background: #ffe7b3;
    display: none;
    height: 100%;
    opacity: 1;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

#index_loading_box .index_loading_content {
    width: 490px;
    height: 168px;
    /* animation: index_loading_content_fade_hide 1.1s ease-in-out 2.3s forwards; */
    position: absolute;
    left: calc(50% - 245px);
    top: calc(50% - 84px);
}

#index_loading_box p {
    color: #844a36;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 54px;
}

/*
.index_loading_content p span.first,.index_loading_content p span.last,.index_loading_content img.index_loading_logo {
    opacity: 0
}
*/

#index_loading_box span.first {
    /* animation: index_loading_top_text_fade 1.1s ease-in-out 0s forwards,index_loading_top_text_fade_hide 1.1s ease-in-out 2.3s forwards; */
    font-family: "Helvetica";
    font-size: 36px;
    /* margin-left: -50px */
}
#index_loading_box span.last {
    /* animation: index_loading_bottom_text_fade 1.1s ease-in-out 0s forwards,index_loading_bottom_text_fade_hide 1.1s ease-in-out 2.15s forwards; */
    font-family: "蘋方體", "微軟正黑體";
    font-size: 48px;
    /* margin-left: -90px */
}
#index_loading_box img.index_loading_logo {
    /* animation: index_loading_bottom_logo_fade 1.1s ease-in-out 0s forwards,index_loading_bottom_logo_fade_hide 1.1s ease-in-out 2s forwards; */
    /* margin-left: -130px; */
    margin-top: 18px;
}

#index_loading_box.close {
    animation: index_loading_end_close 1.1s ease-in-out 1s forwards;
}
#index_loading_box.close span.first {
    animation: index_loading_top_text_fade_hide 1.1s ease-in-out 0.3s forwards;
}
#index_loading_box.close span.last {
    animation: index_loading_bottom_text_fade_hide 1.1s ease-in-out 0.15s
        forwards;
}
#index_loading_box.close img.index_loading_logo {
    animation: index_loading_bottom_logo_fade_hide 1.1s ease-in-out forwards;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .index_loading_content {
        height: 160px;
        transform: translateY(-36%);
    }

    .index_loading_content p span.first {
        font-size: 32px;
    }

    .index_loading_content p span.last {
        font-size: 42px;
    }

    .index_loading_content img.index_loading_logo {
        margin-top: 10px;
    }
}

@media screen and (max-width: 767px) {
    .index_loading_content {
        height: 120px !important;
        max-width: 216px;
        left: calc(50% - 108px) !important;
        transform: translateY(-48%);
    }

    .index_loading_content p {
        line-height: 40px !important;
    }

    .index_loading_content p span.first {
        font-size: 20px !important;
    }

    .index_loading_content p span.last {
        font-size: 26px !important;
    }

    .index_loading_content img.index_loading_logo {
        margin-top: 6px !important;
    }
}

@keyframes index_loading_top_text_fade {
    0% {
        /* opacity: 0; */
        margin-left: -50px;
    }

    100% {
        /* opacity: 1; */
        margin-left: 0;
    }
}

@keyframes index_loading_bottom_text_fade {
    0% {
        opacity: 0;
        /* margin-left: -90px */
    }

    100% {
        opacity: 1;
        /* margin-left: 0 */
    }
}

@keyframes index_loading_bottom_logo_fade {
    0% {
        opacity: 0;
        /* margin-left: -130px */
    }

    100% {
        opacity: 1;
        /* margin-left: 0 */
    }
}

@keyframes index_loading_content_fade_hide {
    0% {
        opacity: 1;
        left: calc(50% - 245px);
    }
    100% {
        opacity: 0;
        left: calc(50% - 490px);
    }
}

@keyframes index_loading_top_text_fade_hide {
    0% {
        opacity: 1;
        margin-left: 0;
    }

    100% {
        opacity: 0;
        margin-left: -50px;
    }
}

@keyframes index_loading_bottom_text_fade_hide {
    0% {
        opacity: 1;
        margin-left: 0;
    }

    100% {
        opacity: 0;
        margin-left: -90px;
    }
}

@keyframes index_loading_bottom_logo_fade_hide {
    0% {
        opacity: 1;
        margin-left: 0;
    }
    100% {
        opacity: 0;
        margin-left: -130px;
    }
}

@keyframes index_loading_end_close {
    0% {
        /* width: 100% */
        opacity: 1;
    }
    100% {
        /* width: 0% */
        opacity: 0;
        display: none;
    }
}

.block_promise {
    padding-top: 35px;
    margin: 0 auto;
    padding-bottom: 36px;
}

.block_promise h2 {
    font-size: 2em;
    text-align: center;
    color: #21505b;
    margin-bottom: 20px;
    letter-spacing: 1px;
    position: relative;
    margin: 0 auto;
    width: calc(100% - 32px);
    overflow: hidden;
}

@media screen and (max-width: 500px) {
    .block_promise h2 {
        font-size: 1.125em;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_promise h2 {
        font-size: 1.2em;
    }
}

.block_promise h2 span {
    position: relative;
}

@media screen and (max-width: 500px) {
    .block_promise h2 span {
        padding: 0;
    }
}

.block_promise h2 span::before,
.block_promise h2 span::after {
    display: block;
    position: absolute;
    top: 50%;
    content: "";
    height: 1px;
    width: 108px;
    background-color: #21505b;
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_promise h2 span::before,
    .block_promise h2 span::after {
        display: none;
    }
}

.block_promise h2 span::before {
    left: -128px;
}

.block_promise h2 span::after {
    right: -128px;
}

.block_promise h2 span > i {
    font-style: normal;
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_promise h2 span > i {
        display: block;
    }
}

.block_promise > p {
    font-size: 1.125em;
    text-align: center;
    color: #f9c270;
    position: relative;
    padding-top: 16px;
}

.block_promise > p::before {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    width: 62px;
    height: 5px;
    background-image: url("../images/homepage/bg_dot_o.svg");
    background-repeat: repeat-x;
}

.block_promise > p i {
    font-style: normal;
}

@media screen and (max-width: 440px) and (min-width: 1px) {
    .block_promise > p i {
        display: block;
    }
}

.promise_list {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .promise_list {
        padding-bottom: 120px;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .promise_list {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .promise_list {
        overflow: hidden;
    }
}

.promise_list .info {
    height: 0;
    opacity: 0;
    transition: all 0.8s ease-out;
    position: absolute;
    padding: 42px 0;
    display: inline-block;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .promise_list .info {
        padding-bottom: 80px;
    }
}

.promise_list .info:last-child {
    position: relative !important;
    height: auto !important;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .promise_list .info {
        padding: 42px 20px;
    }
}

.promise_list .on {
    display: block;
    opacity: 1;
    height: auto;
}

.promise_list .title {
    padding: 0 24px;
    margin-top: 18px;
}

.promise_list .title ul {
    position: relative;
    display: inline-block;
    width: 100%;
}

.promise_list .title ul::after {
    display: block;
    position: absolute;
    bottom: 0.5px;
    width: 100%;
    border-bottom: 1px solid #dcd9db;
}

.promise_list .title li {
    cursor: pointer;
    float: left;
    width: 25%;
    text-align: center;
    position: relative;
}

.promise_list .title li.on {
    overflow: hidden;
}

.promise_list .title li.on a {
    color: #f9c270;
}

.promise_list .title li.on a::after {
    opacity: 1;
}

.promise_list .title li.on::before {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #f9c270;
    border-radius: 10px;
}

.promise_list .title li.over a {
    color: #f9c270;
}

.promise_list .title li.over a::after {
    opacity: 1;
}

.promise_list .title li a {
    padding: 14px 0;
    font-size: 1em;
    font-weight: 700;
    letter-spacing: 1px;
    color: #dcd9db;
    text-align: center;
    display: inline-block;
    position: relative;
    transition: all 0.8s ease-out;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .promise_list .title li a {
        font-size: 0.9em;
        padding: 0 8px;
        padding-top: 24px;
        padding-bottom: 16px;
        line-height: 1.2em;
    }
}

.promise_list .title li a::before,
.promise_list .title li a::after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 0px;
    padding-bottom: 80%;
    background-size: contain;
    transition: all 0.8s ease-out;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .promise_list .title li a::before,
    .promise_list .title li a::after {
        width: 60%;
        padding-bottom: 60%;
    }
}

.promise_list .title li a::after {
    position: absolute;
    z-index: 2;
    top: 14px;
    left: 0;
    right: 0;
    opacity: 0;
}

.promise_list .title li:nth-child(1) a::before {
    background-image: url("../images/homepage/promise/promise_nav1_g.svg");
}

.promise_list .title li:nth-child(1) a::after {
    background-image: url("../images/homepage/promise/promise_nav1_c.svg");
}

.promise_list .title li:nth-child(2) a::before {
    background-image: url("../images/homepage/promise/promise_nav2_g.svg");
}

.promise_list .title li:nth-child(2) a::after {
    background-image: url("../images/homepage/promise/promise_nav2_c.svg");
}

.promise_list .title li:nth-child(3) a::before {
    background-image: url("../images/homepage/promise/promise_nav3_g.svg");
}

.promise_list .title li:nth-child(3) a::after {
    background-image: url("../images/homepage/promise/promise_nav3_c.svg");
}

.promise_list .title li:nth-child(4) a::before {
    background-image: url("../images/homepage/promise/promise_nav4_g.svg");
}

.promise_list .title li:nth-child(4) a::after {
    background-image: url("../images/homepage/promise/promise_nav4_c.svg");
}

.promise_list .img {
    float: left;
    width: 50%;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .promise_list .img {
        width: 40%;
    }
}

@media screen and (max-width: 560px) and (min-width: 1px) {
    .promise_list .img {
        width: 100%;
        padding: 0 24px;
        margin-bottom: 16px;
    }
}

.promise_list .img img {
    width: 100%;
}

.promise_list .text {
    float: left;
    width: 40%;
    margin-left: 10%;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .promise_list .text {
        margin-left: 5%;
        width: 50%;
    }
}

@media screen and (max-width: 560px) and (min-width: 1px) {
    .promise_list .text {
        margin: 0;
        width: 100%;
        padding: 0 16px;
    }
}

.promise_list .text h3 {
    font-size: 1.25em;
    line-height: 1px;
    font-weight: bolder;
    color: #21505b;
    margin-bottom: 48px;
    position: relative;
}

@media screen and (max-width: 560px) and (min-width: 1px) {
    .promise_list .text h3 {
        text-align: center;
    }

    .promise_list .text h3::before {
        left: calc(50% - 25px) !important;
    }
}

.promise_list .text h3::before {
    position: absolute;
    bottom: -33px;
    left: -3px;
    content: "";
    width: 52px;
    height: 5px;
    background-image: url("../images/homepage/bg_dot_o.svg");
    background-repeat: repeat-x;
}

.promise_list .text > p {
    font-size: 0.875em;
    line-height: 1.6em;
    color: #6d7278;
    font-weight: lighter;
    min-height: 68px;
    letter-spacing: 1px;
    margin-bottom: 42px;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .promise_list .text > p {
        font-size: 1em;
    }
}

@media screen and (max-width: 560px) and (min-width: 1px) {
    .promise_list .text > p {
        text-align: center;
    }
}

.promise_list .text > a {
    display: block;
    border-radius: 5px;
    font-size: 0.875em;
    letter-spacing: 2px;
    color: white;
    background-color: #f9c270;
    padding: 18px;
    width: 252px;
    position: relative;
    text-align: center;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .promise_list .text > a {
        position: absolute;
        left: calc(50% - 126px);
        z-index: 2;
        top: 240px;
    }
}

@media screen and (max-width: 560px) and (min-width: 1px) {
    .promise_list .text > a {
        position: relative;
        left: auto;
        top: 0;
        margin: 0 auto;
    }
}

.promise_list .text > a::after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-size: contain;
    width: 10px;
    height: 10px;
    background-image: url("../images/icon/icon_btn_more_arrow_w.svg");
}

.promise_list .text > a:hover,
.promise_list .text > a:focus {
    opacity: 0.7;
    animation: btn_pluse_effect 1200ms linear 2 alternate;
}

.block_master {
    text-align: center;
    padding-top: 44px;
    overflow: hidden;
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_master > p span:nth-child(2) {
        display: block;
    }
}

.block_master .master_list {
    position: relative;
    overflow: hidden;
    overflow: visible;
    max-width: 1380px;
    margin: 0 auto;
}

@media screen and (max-width: 577px) and (min-width: 1px) {
    .block_master .master_list ul {
        /*margin-left:calc(50% - 138px)*/
    }
}

@media screen and (max-width: 375px) and (min-width: 1px) {
    .block_master .master_list ul {
        margin-left: calc(50% - 123px);
    }
}

.block_master .master_list ul li {
    width: 20%;
    float: left;
    padding: 0;
    border: none;
    max-width: 276px;
}

.block_master .master_list ul li a {
    background-size: cover;
    display: inline-block;
    max-width: 276px;
}

.block_master .master_list ul li a:hover .img,
.block_master .master_list ul li a:focus .img {
    border-radius: 0;
}

.block_master .master_list ul li a:hover .img img,
.block_master .master_list ul li a:focus .img img {
    opacity: 0;
}

.block_master .master_list .figure {
    display: inline-block;
    position: relative;
    color: white;
    float: left;
}

.block_master .master_list .figure .img {
    display: inline-block;
    float: left;
    border-radius: 0;
}

.block_master .master_list .figure .img img {
    float: left;
    width: 100%;
    transition: all 0.8s ease-out;
}

.block_master .master_list .figure .name {
    position: absolute;
    top: 30px;
    right: 32px;
    left: 32px;
    text-align: left;
    font-weight: bold;
}

@media screen and (max-width: 500px) {
    .block_master .master_list .figure .name {
        font-size: 0.8em;
    }
}

.block_master .master_list .figure .name p {
    font-size: 0.9375em;
}

.block_master .master_list .figure .name b {
    font-size: 1.25em;
}

.block_master .master_list .figure .date {
    font-size: 1em;
    letter-spacing: 5px;
    position: absolute;
    bottom: 90px;
    right: -60px;
    transform: rotateZ(90deg);
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 500px) {
    .block_master .master_list .figure .date {
        font-size: 0.5em;
        bottom: 48px;
        right: -28px;
        letter-spacing: 1px;
    }
}

.block_master .master_list_wrapper {
    max-width: 100% !important;
    padding: 0 64px;
}

.block_master .master_list_next,
.block_master .master_list_prev {
    top: calc(50% - 24px);
    opacity: 0;
    display: none;
}

@media screen and (max-width: 1127px) and (min-width: 1px) {
    .block_master .master_list_next,
    .block_master .master_list_prev {
        opacity: 1;
        display: block;
    }
}

.block_master .master_list_next {
    right: -24px;
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_master .master_list_next {
        right: -40px;
    }
}

.block_master .master_list_prev {
    left: -24px;
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_master .master_list_prev {
        left: -40px;
    }
}

.block_future {
    text-align: center;
    background: linear-gradient(#fff 50%, #fdfdff 50%);
    background-size: 100% 28px;
    padding-top: 120px;
    padding-bottom: 88px;
    background-attachment: fixed;
}

.block_future h2 {
    font-size: 2.75em;
    color: #21505b;
    font-family: "Noto Serif TC", serif;
    position: relative;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_future h2 {
        font-size: 2em;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_future h2 {
        font-size: 1.4em;
    }
}

.block_future h2::before {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 13px);
    z-index: 3;
    display: block;
    width: 26px;
    height: 18px;
    background-image: url("../images/icon/icon_title_dot.svg");
}

.block_future h2 i {
    font-style: normal;
}

.block_future h2 b,
.block_future h2 .typed-cursor {
    color: #ffc060;
}

.block_future > .title {
    font-size: 1.375em;
    color: #ffc060;
    margin: 24px 0;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_future > .title {
        font-size: 1.2em;
    }
}

.block_future > .title i {
    font-style: normal;
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_future > .title i {
        display: block;
    }
}

.block_future p {
    color: #6d7278;
    line-height: 1.6875em;
    font-weight: lighter;
}

@media screen and (max-width: 600px) and (min-width: 1px) {
    .block_future p {
        text-align: left;
        padding: 0 48px;
    }
}

@media screen and (max-width: 560px) and (min-width: 1px) {
    .block_future p {
        padding: 0 24px;
    }
}

@media screen and (max-width: 510px) and (min-width: 1px) {
    .block_future p {
        padding: 0 16px;
    }
}

.block_future p span {
    display: block;
}

@media screen and (max-width: 600px) and (min-width: 1px) {
    .block_future p span {
        display: contents;
        float: left;
    }
}

.block_future .block_future_list {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 64px;
    margin-top: 55px;
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .block_future .block_future_list {
        padding: 0 48px;
    }
}

@media screen and (max-width: 560px) and (min-width: 1px) {
    .block_future .block_future_list {
        padding: 0 24px;
    }
}

@media screen and (max-width: 510px) and (min-width: 1px) {
    .block_future .block_future_list {
        padding: 0 16px;
        margin-top: 24px;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_future .block_future_list {
        font-size: 0.9em;
    }
}

.block_future .block_future_list > li {
    width: 33.33%;
    float: left;
    padding: 0 16px;
}

@media screen and (max-width: 1195px) and (min-width: 1px) {
    .block_future .block_future_list > li {
        width: 100%;
        max-width: 740px;
        margin-bottom: 24px;
        padding: 0;
    }
}

@media screen and (max-width: 940px) and (min-width: 1px) {
    .block_future .block_future_list > li {
        margin: 0 auto;
        clear: both;
        margin-bottom: 24px;
        display: block;
        float: none;
    }
}

.block_future .block_future_list > li:nth-child(1) .figcaption::before {
    content: "01";
}

@media screen and (max-width: 1195px) and (min-width: 1px) {
    .block_future .block_future_list > li:nth-child(2) {
        float: right;
        padding: 0;
    }
}

@media screen and (max-width: 940px) and (min-width: 1px) {
    .block_future .block_future_list > li:nth-child(2) {
        float: none;
    }
}

.block_future .block_future_list > li:nth-child(2) .figcaption::before {
    content: "02";
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_future .block_future_list > li:nth-child(2) img {
        object-position: right center !important;
    }
}

.block_future .block_future_list > li:nth-child(3) .figcaption::before {
    content: "03";
}

.block_future .block_future_list > li:nth-child(3) img {
    object-position: left center !important;
}

.block_future .block_future_list .figure {
    overflow: hidden;
    padding: 0 0 32px;
    border-radius: 5px;
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1195px) and (min-width: 1px) {
    .block_future .block_future_list .figure {
        padding: 0;
    }
}

@media screen and (max-width: 1195px) and (min-width: 1px) {
    .block_future .block_future_list .figure .img {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_future .block_future_list .figure .img {
        width: 45%;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .block_future .block_future_list .figure .img {
        width: 40%;
    }
}

@media screen and (max-width: 625px) and (min-width: 1px) {
    .block_future .block_future_list .figure .img {
        width: 35%;
        height: 100%;
    }
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_future .block_future_list .figure .img {
        width: 30%;
    }
}

.block_future .block_future_list .figure .img img {
    width: 100%;
}

@media screen and (max-width: 1195px) and (min-width: 1px) {
    .block_future .block_future_list .figure .img img {
        float: left;
        max-height: 240px;
        object-fit: cover;
        object-position: center;
    }
}

@media screen and (max-width: 625px) and (min-width: 1px) {
    .block_future .block_future_list .figure .img img {
        min-height: 210px;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_future .block_future_list .figure .img img {
        min-height: 190px;
    }
}

.block_future .block_future_list .figcaption {
    position: relative;
    background-color: #fff;
}

@media screen and (max-width: 1195px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption {
        width: 60%;
    }
}

@media screen and (max-width: 625px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption {
        width: 65%;
    }
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption {
        width: 70%;
    }
}

.block_future .block_future_list .figcaption::before {
    position: absolute;
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 3.75em;
    color: #f9c270;
    font-weight: bold;
    left: 15px;
    top: 12px;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption::before {
        font-size: 2.4em;
    }
}

.block_future .block_future_list .figcaption > .title {
    color: #21505b;
    font-size: 1.5em;
    text-align: left;
    padding-top: 20px;
    padding-left: 102px;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption > .title {
        padding-top: 8px;
        font-size: 1.2em;
        padding-top: 10px;
        padding-left: 68px;
    }
}

.block_future .block_future_list .figcaption > .title b {
    display: block;
}

.block_future .block_future_list .figcaption > .title span {
    display: block;
    font-size: 0.5em;
    color: #c2c2c2;
}

.block_future .block_future_list .figcaption h3 {
    color: #21505b;
    position: relative;
    margin-top: 16px;
    display: inline-block;
    text-align: left;
    float: left;
    margin-left: 12px;
    margin-bottom: 12px;
}

@media screen and (max-width: 500px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption h3 {
        font-size: 0.95em;
        margin-left: 12px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption h3 {
        font-size: 0.8em;
        margin-left: 2px;
    }
}

.block_future .block_future_list .figcaption h3 span {
    position: relative;
    z-index: 2;
}

.block_future .block_future_list .figcaption h3::after {
    display: block;
    position: absolute;
    z-index: 1;
    content: "";
    width: 100%;
    height: 18px;
    bottom: -5px;
    background-color: #fff3d9;
}

.block_future .block_future_list .figcaption ol {
    clear: both;
    text-align: left;
    margin-top: 20px;
    margin-left: 32px;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption ol {
        margin-top: 8px;
        margin-left: 28px;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption ol {
        margin-left: 16px;
        font-size: 0.9em;
    }
}

.block_future .block_future_list .figcaption ol li {
    position: relative;
    color: #6d7278;
    font-size: 0.875em;
    padding: 4px 0;
}

.block_future .block_future_list .figcaption ol li::before {
    left: -20px;
    width: 12px;
    height: 1px;
    background-color: #c2c2c2;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_future .block_future_list .figcaption ol li::before {
        left: -12px;
        width: 6px;
    }
}

.block_video {
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 72px;
    padding-top: 165px;
    padding-bottom: 148px;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1184px) {
    .block_video {
        text-align: center;
        padding-top: 0;
    }
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .block_video {
        padding: 0;
    }
}

.block_video .text {
    width: 33.33%;
    float: left;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1184px) {
    .block_video .text {
        width: 100%;
        text-align: center;
    }
}

.block_video .text::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -20px;
    left: -20px;
    width: calc(100% + 40px);
    height: 120px;
    background: linear-gradient(-90deg, #fff 0%, #fffaf4 100%);
}

.block_video .text > .p {
    color: #00515d;
    font-weight: lighter;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1184px) {
    .block_video .text > .p {
        width: 100%;
    }
}

.block_video .text > h2 {
    color: #21505b;
    font-size: 2.25em;
    letter-spacing: 3px;
    font-family: "Noto Serif TC", serif;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_video .text > h2 {
        font-size: 2em;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_video .text > h2 {
        font-size: 1.4em;
    }
}

.block_video .text > h2 > span {
    display: block;
}

.block_video .text > p {
    color: #6d7278;
    font-size: 0.875em;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1184px) {
    .block_video .text > p {
        width: 340px;
        margin: 0 auto;
    }
}

.block_video .text > p > span {
    display: block;
}

.block_video .text .title {
    color: #f9c270;
    font-size: 1.5em;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 44px 0;
    position: relative;
    z-index: 2;
}

@media screen and (max-width: 1184px) {
    .block_video .text .title {
        padding-bottom: 12px;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_video .text .title {
        font-size: 1.2em;
    }
}

.block_video .text .title::after,
.block_video .text .title::before {
    position: absolute;
    z-index: 1;
    transform: translateX(-50%);
    content: "";
    width: 62px;
    height: 5px;
    background-image: url("../images/homepage/bg_dot_o.svg");
    background-repeat: repeat-x;
    transition: all 0.3s ease-in-out;
}

.block_video .text .title::before {
    top: 36px;
    left: 97px;
}

@media screen and (max-width: 1184px) {
    .block_video .text .title::before {
        width: 54px;
        left: 50%;
        top: 24px;
    }
}

.block_video .text .title::after {
    top: 87px;
    left: auto;
    right: 83px;
}

@media screen and (max-width: 1184px) {
    .block_video .text .title::after {
        display: none;
    }
}

.block_video a {
    display: inline-block;
    width: calc(66.66% - 40px);
    margin-left: 40px;
    position: relative;
}

@media screen and (max-width: 1184px) {
    .block_video a {
        margin: 0 auto;
        margin-top: 32px;
        width: calc(80% - 40px);
    }
}

@media screen and (max-width: 1000px) {
    .block_video a {
        width: calc(90% - 40px);
    }
}

@media screen and (max-width: 950px) and (min-width: 1px) {
    .block_video a {
        width: calc(100% - 40px);
    }
}

@media screen and (max-width: 920px) and (min-width: 1px) {
    .block_video a {
        width: 100%;
    }
}

.block_video a::before {
    position: absolute;
    right: -17px;
    top: -161px;
    z-index: 2;
    content: "";
    width: 245px;
    height: 190px;
    background-image: url("../images/homepage/ill_video1.svg");
}

@media screen and (max-width: 1184px) {
    .block_video a::before {
        width: 180px;
        height: 190px;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1000px) {
    .block_video a::before {
        right: -50px;
    }
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .block_video a::before {
        display: none;
    }
}

.block_video a::after {
    position: absolute;
    z-index: 2;
    left: -150px;
    bottom: -80px;
    content: "";
    width: 221px;
    height: 193px;
    background-image: url("../images/homepage/ill_video2.svg");
}

@media screen and (max-width: 1184px) {
    .block_video a::after {
        width: 180px;
        background-size: contain;
        background-position: bottom;
        background-repeat: no-repeat;
        left: -90px;
    }
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .block_video a::after {
        display: none;
    }
}

.block_video a:hover .window .img::before,
.block_video a:focus .window .img::before {
    opacity: 1;
}

.block_video a:hover .window img,
.block_video a:focus .window img {
    transform: scale(1.1);
}

.block_video a .window {
    display: inline-block;
    float: left;
    padding: 27px 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 5px 12px;
    border-radius: 5px;
    overflow: hidden;
    padding-top: 57px;
    position: relative;
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .block_video a .window {
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

.block_video a .window::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 19px;
    width: 40px;
    height: 8px;
    background-image: url("../images/icon/white_dot.svg");
    background-size: cover;
    z-index: 3;
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .block_video a .window::before {
        display: none;
    }
}

.block_video a .window::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-color: #f9c270;
    z-index: 2;
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .block_video a .window::after {
        display: none;
    }
}

.block_video a .window .img {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

.block_video a .window .img::before {
    width: 125px;
    height: 125px;
    background-image: url("../images/icon/icon_video_play.svg");
    background-size: cover;
    z-index: 2;
    right: calc(50% - 62px);
    opacity: 0;
    transition: all 0.8s ease-out;
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .block_video a .window .img::before {
        opacity: 1;
    }
}

.block_video a .window img {
    width: 100%;
    float: left;
    transition: all 0.8s ease-out;
}

.block_newspaper {
    text-align: center;
    padding-bottom: 120px;
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .block_newspaper {
        padding-top: 120px;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_newspaper {
        padding-bottom: 88px;
    }
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .block_newspaper > p > span:nth-child(2) {
        display: none;
    }
}

.block_newspaper .newspaper_list {
    max-width: 1052px;
    width: 100%;
    display: inline-block;
    padding: 0 56px;
    position: relative;
}

.block_newspaper .newspaper_list::after {
    position: absolute;
    top: -200px;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff9ee;
    z-index: 1;
    border-radius: 30px;
}

@media screen and (max-width: 600px) and (min-width: 1px) {
    .block_newspaper .newspaper_list {
        padding: 0 32px;
    }
}

@media screen and (max-width: 500px) and (min-width: 1px) {
    .block_newspaper .newspaper_list {
        padding: 0 24px;
    }
}

@media screen and (max-width: 400px) and (min-width: 1px) {
    .block_newspaper .newspaper_list {
        padding: 0 16px;
    }
}

.block_newspaper .newspaper_list li {
    position: relative;
    z-index: 2;
    display: inline-block;
}

.block_newspaper .newspaper_list li:nth-child(1) {
    width: 68%;
    float: left;
    padding: 8px;
}

@media screen and (max-width: 1020px) and (min-width: 1px) {
    .block_newspaper .newspaper_list li:nth-child(1) {
        width: 67%;
    }
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .block_newspaper .newspaper_list li:nth-child(1) {
        width: 100%;
    }
}

.block_newspaper .newspaper_list li:nth-child(1) .figcaption {
    top: 33px;
    left: 38px;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_newspaper .newspaper_list li:nth-child(1) .figcaption {
        top: 16px;
        left: 16px;
    }
}

.block_newspaper .newspaper_list li:nth-child(1) .hover_info {
    background-color: #f9c270;
    padding: 32px 39px;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_newspaper .newspaper_list li:nth-child(1) .hover_info {
        padding: 16px;
    }
}

.block_newspaper .newspaper_list li:nth-child(1) .hover_info h3 {
    margin-bottom: 16px;
    font-size: 1.375em;
}

.block_newspaper .newspaper_list li:nth-child(1) .hover_info .more {
    right: 39px;
    padding-right: 28px;
    bottom: 32px;
    font-size: 1.125em;
    letter-spacing: 3px;
}

.block_newspaper .newspaper_list li:nth-child(2),
.block_newspaper .newspaper_list li:nth-child(3) {
    width: 32%;
    float: left;
    padding: 8px;
    padding-bottom: 3px;
}

@media screen and (max-width: 1020px) and (min-width: 1px) {
    .block_newspaper .newspaper_list li:nth-child(2),
    .block_newspaper .newspaper_list li:nth-child(3) {
        width: 32.8%;
    }
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .block_newspaper .newspaper_list li:nth-child(2),
    .block_newspaper .newspaper_list li:nth-child(3) {
        width: 100%;
    }
}

.block_newspaper .newspaper_list li:nth-child(2) .figcaption,
.block_newspaper .newspaper_list li:nth-child(3) .figcaption {
    left: 21px;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_newspaper .newspaper_list li:nth-child(2) .figcaption,
    .block_newspaper .newspaper_list li:nth-child(3) .figcaption {
        left: 16px;
    }
}

.block_newspaper .newspaper_list li:nth-child(2) .hover_info {
    background-color: #65a0a6;
}

@media screen and (max-width: 1000px) and (min-width: 761px) {
    .block_newspaper .newspaper_list li:nth-child(2) .hover_info > p {
        display: none;
    }
}

.block_newspaper .newspaper_list li:nth-child(2) .figure::before {
    background: #65a0a6;
}

.block_newspaper .newspaper_list li:nth-child(3) .hover_info {
    background-color: #6eb92b;
}

@media screen and (max-width: 1000px) and (min-width: 761px) {
    .block_newspaper .newspaper_list li:nth-child(3) .hover_info > p {
        display: none;
    }
}

.block_newspaper .newspaper_list li:nth-child(3) .figure::before {
    background: #6eb92b;
}

.block_newspaper .newspaper_list li .img img {
    width: 100%;
    float: left;
    transition: all 0.8s ease-out;
}

.block_newspaper .newspaper_list li .figure {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.block_newspaper .newspaper_list li .figure::before {
    content: "";
    background: #f9c270;
    clip-path: polygon(0% 0%, 100% 0, 100% 55%, 0 100%, 0% 100%);
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 28px;
    z-index: 2;
}

.block_newspaper .newspaper_list li .figcaption {
    position: absolute;
    top: 18px;
    left: 28px;
    color: white;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .block_newspaper .newspaper_list li .figcaption {
        top: 14px;
        left: 16px;
    }
}

.block_newspaper .newspaper_list li a {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.block_newspaper .newspaper_list li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: 32px;
    bottom: 28px;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_Arrow_Normal.svg);
    background-position: center;
}

.block_newspaper .newspaper_list li a:hover .hover_info,
.block_newspaper .newspaper_list li a:focus .hover_info {
    transform: translateY(0);
}

.block_newspaper .newspaper_list li a:hover .img img,
.block_newspaper .newspaper_list li a:focus .img img {
    transform: scale(1.1);
}

.block_newspaper .newspaper_list li .hover_info {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    overflow: hidden;
    color: white;
    text-align: left;
    padding: 18px 23px;
    transition: all 0.4s ease-in-out;
    transform: translateY(-100%);
}

.block_newspaper .newspaper_list li .hover_info h3 {
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 12px;
    font-size: 1.125em;
    text-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
}

.block_newspaper .newspaper_list li .hover_info p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    font-size: 0.875em;
    line-height: 1.6em;
    height: 88px;
    overflow: hidden;
    text-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
}

.block_newspaper .newspaper_list li .hover_info .more {
    position: absolute;
    right: 25px;
    padding-right: 30px;
    bottom: 20px;
    font-size: 1em;
    letter-spacing: 2px;
    text-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
}

.block_newspaper .newspaper_list li .hover_info .more::after {
    right: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/icon/icon_newspaper_more.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.block_result {
    text-align: center;
    padding-bottom: 120px;
}

@media screen and (max-width: 700px) and (min-width: 1px) {
    .block_result {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 350px) and (min-width: 1px) {
    .block_result {
        overflow: hidden;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_result p i {
        display: block;
    }
}

.block_result .result_tabs_list {
    max-width: 1084px;
    width: 100%;
    display: inline-block;
    padding-bottom: 24px;
}

.result_tabs_list .tabs {
    width: calc(100% - 146px);
}

@media screen and (max-width: 630px) and (min-width: 1px) {
    .result_tabs_list .tabs {
        width: calc(100% - 32px);
    }
}

@media screen and (max-width: 750px) and (min-width: 1px) {
    .result_tabs_list .tabs > li {
        width: 25%;
    }
}

.result_tabs_list .tabs > li a {
    padding: 0 32px;
}

@media screen and (max-width: 800px) and (min-width: 1px) {
    .result_tabs_list .tabs > li a {
        padding: 0 16px;
    }
}

@media screen and (max-width: 630px) and (min-width: 1px) {
    .result_tabs_list .tabs > li a {
        padding: 0;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .result_tabs_list .tabs > li a {
        padding: 8px;
        line-height: 1.2em;
        text-align: center;
        font-size: 0.9em;
    }
}

.result_tabs_list .tab_container {
    padding-top: 32px;
}

.result_tabs_list .tab_container > .tab_content {
    height: 296px;
}

@media screen and (max-width: 447px) and (min-width: 1px) {
    .result_tabs_list .tab_container > .tab_content {
        height: 400px;
    }
}

@media screen and (max-width: 380px) and (min-width: 1px) {
    .result_tabs_list .tab_container > .tab_content {
        height: 340px;
    }
}

@media screen and (max-width: 330px) and (min-width: 1px) {
    .result_tabs_list .tab_container > .tab_content {
        height: 280px;
    }
}

.result_tabs_list .figcaption span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.result_tabs_list .more {
    width: auto;
    padding: 0 32px 0 16px;
    right: 72px;
}

@media screen and (max-width: 750px) and (min-width: 1px) {
    .result_tabs_list .more {
        top: auto;
        bottom: -20px;
        right: calc(50% - 126px);
        z-index: 2;
        display: block;
        border-radius: 5px;
        font-size: 0.875em;
        letter-spacing: 2px;
        color: white;
        background-color: #f9c270;
        width: 252px;
        text-align: center;
        z-index: 2;
    }

    .result_tabs_list .more span::after {
        display: none;
    }

    .result_tabs_list .more::after {
        content: "";
        display: block;
        position: absolute;
        right: 16px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        background-size: contain;
        width: 10px;
        height: 10px;
        background-image: url("../images/icon/icon_btn_more_arrow_w.svg");
        background-color: transparent;
        opacity: 1;
    }

    .result_tabs_list .more:hover,
    .result_tabs_list .more:focus {
        opacity: 0.7;
        animation: btn_pluse_effect 1200ms linear 2 alternate;
    }
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .result_tabs_list .more {
        bottom: 5px;
    }
}

.jcarousel-wrapper {
    max-width: 1084px;
    margin: auto 0;
    position: relative;
    padding: 0 64px;
    box-sizing: border-box;
    width: 100%;
}

@media screen and (max-width: 630px) and (min-width: 1px) {
    .jcarousel-wrapper {
        padding: 0px !important;
    }

    .block_master .master_list_prev {
        left: 24px !important;
    }

    .block_master .master_list_next {
        right: 24px !important;
    }
}

.master_list,
.links_list,
.result_event_list,
.jcarousel2,
.jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.master_list ol,
.master_list ul,
.links_list ol,
.links_list ul,
.result_event_list ol,
.result_event_list ul,
.jcarousel2 ol,
.jcarousel2 ul,
.jcarousel ol,
.jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

.master_list ol li,
.master_list ul li,
.links_list ol li,
.links_list ul li,
.result_event_list ol li,
.result_event_list ul li,
.jcarousel2 ol li,
.jcarousel2 ul li,
.jcarousel ol li,
.jcarousel ul li {
    width: 200px;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
}

.master_list ol li a,
.master_list ul li a,
.links_list ol li a,
.links_list ul li a,
.result_event_list ol li a,
.result_event_list ul li a,
.jcarousel2 ol li a,
.jcarousel2 ul li a,
.jcarousel ol li a,
.jcarousel ul li a {
    color: #2d2d2d;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 1.125em;
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .master_list ol li a,
    .master_list ul li a,
    .links_list ol li a,
    .links_list ul li a,
    .result_event_list ol li a,
    .result_event_list ul li a,
    .jcarousel2 ol li a,
    .jcarousel2 ul li a,
    .jcarousel ol li a,
    .jcarousel ul li a {
        font-size: 1em;
    }
}

.master_list ol li a .figcaption,
.master_list ul li a .figcaption,
.links_list ol li a .figcaption,
.links_list ul li a .figcaption,
.result_event_list ol li a .figcaption,
.result_event_list ul li a .figcaption,
.jcarousel2 ol li a .figcaption,
.jcarousel2 ul li a .figcaption,
.jcarousel ol li a .figcaption,
.jcarousel ul li a .figcaption {
    text-align: left;
}

.master_list ol li a .figcaption b,
.master_list ul li a .figcaption b,
.links_list ol li a .figcaption b,
.links_list ul li a .figcaption b,
.result_event_list ol li a .figcaption b,
.result_event_list ul li a .figcaption b,
.jcarousel2 ol li a .figcaption b,
.jcarousel2 ul li a .figcaption b,
.jcarousel ol li a .figcaption b,
.jcarousel ul li a .figcaption b {
    font-size: 0.9375em;
    display: block;
    color: #21505b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.master_list ol li a .figcaption span,
.master_list ul li a .figcaption span,
.links_list ol li a .figcaption span,
.links_list ul li a .figcaption span,
.result_event_list ol li a .figcaption span,
.result_event_list ul li a .figcaption span,
.jcarousel2 ol li a .figcaption span,
.jcarousel2 ul li a .figcaption span,
.jcarousel ol li a .figcaption span,
.jcarousel ul li a .figcaption span {
    font-size: 0.875em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: 48px;
    overflow: hidden;
    color: #6d7278;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.master_list ol li a .img,
.master_list ul li a .img,
.links_list ol li a .img,
.links_list ul li a .img,
.result_event_list ol li a .img,
.result_event_list ul li a .img,
.jcarousel2 ol li a .img,
.jcarousel2 ul li a .img,
.jcarousel ol li a .img,
.jcarousel ul li a .img {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
}

.master_list ol li a .author,
.master_list ul li a .author,
.links_list ol li a .author,
.links_list ul li a .author,
.result_event_list ol li a .author,
.result_event_list ul li a .author,
.jcarousel2 ol li a .author,
.jcarousel2 ul li a .author,
.jcarousel ol li a .author,
.jcarousel ul li a .author {
    position: absolute;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: translateY(-100%);
    transition: all 0.6s ease-in-out;
}

.master_list ol li a .author span,
.master_list ul li a .author span,
.links_list ol li a .author span,
.links_list ul li a .author span,
.result_event_list ol li a .author span,
.result_event_list ul li a .author span,
.jcarousel2 ol li a .author span,
.jcarousel2 ul li a .author span,
.jcarousel ol li a .author span,
.jcarousel ul li a .author span {
    color: #fff;
    font-weight: 500;
    padding: 0 32px;
    position: relative;
    padding-top: 44px;
    letter-spacing: 1px;
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .master_list ol li a .author span,
    .master_list ul li a .author span,
    .links_list ol li a .author span,
    .links_list ul li a .author span,
    .result_event_list ol li a .author span,
    .result_event_list ul li a .author span,
    .jcarousel2 ol li a .author span,
    .jcarousel2 ul li a .author span,
    .jcarousel ol li a .author span,
    .jcarousel ul li a .author span {
        font-size: 0.8em;
        padding: 0 8px;
    }
}

.master_list ol li a .author span::before,
.master_list ul li a .author span::before,
.links_list ol li a .author span::before,
.links_list ul li a .author span::before,
.result_event_list ol li a .author span::before,
.result_event_list ul li a .author span::before,
.jcarousel2 ol li a .author span::before,
.jcarousel2 ul li a .author span::before,
.jcarousel ol li a .author span::before,
.jcarousel ul li a .author span::before {
    position: absolute;
    content: "作者";
    letter-spacing: 4px;
    top: 0;
    left: 0;
    right: 0;
    font-size: 0.75em;
    transform: translateX(2px);
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .master_list ol li a .author span::before,
    .master_list ul li a .author span::before,
    .links_list ol li a .author span::before,
    .links_list ul li a .author span::before,
    .result_event_list ol li a .author span::before,
    .result_event_list ul li a .author span::before,
    .jcarousel2 ol li a .author span::before,
    .jcarousel2 ul li a .author span::before,
    .jcarousel ol li a .author span::before,
    .jcarousel ul li a .author span::before {
        top: -28px;
    }
}

.master_list ol li a .author span::after,
.master_list ul li a .author span::after,
.links_list ol li a .author span::after,
.links_list ul li a .author span::after,
.result_event_list ol li a .author span::after,
.result_event_list ul li a .author span::after,
.jcarousel2 ol li a .author span::after,
.jcarousel2 ul li a .author span::after,
.jcarousel ol li a .author span::after,
.jcarousel ul li a .author span::after {
    position: absolute;
    content: "";
    top: 32px;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    width: 12px;
    height: 1px;
    background-color: #fff;
}

@media screen and (max-width: 730px) and (min-width: 1px) {
    .master_list ol li a .author span::after,
    .master_list ul li a .author span::after,
    .links_list ol li a .author span::after,
    .links_list ul li a .author span::after,
    .result_event_list ol li a .author span::after,
    .result_event_list ul li a .author span::after,
    .jcarousel2 ol li a .author span::after,
    .jcarousel2 ul li a .author span::after,
    .jcarousel ol li a .author span::after,
    .jcarousel ul li a .author span::after {
        top: -6px;
    }
}

.master_list ol li a img,
.master_list ul li a img,
.links_list ol li a img,
.links_list ul li a img,
.result_event_list ol li a img,
.result_event_list ul li a img,
.jcarousel2 ol li a img,
.jcarousel2 ul li a img,
.jcarousel ol li a img,
.jcarousel ul li a img {
    transition: all 0.8s ease-in-out;
    display: block;
    float: left;
    max-width: 100%;
    height: auto !important;
}

.master_list ol li a:hover,
.master_list ol li a:focus,
.master_list ul li a:hover,
.master_list ul li a:focus,
.links_list ol li a:hover,
.links_list ol li a:focus,
.links_list ul li a:hover,
.links_list ul li a:focus,
.result_event_list ol li a:hover,
.result_event_list ol li a:focus,
.result_event_list ul li a:hover,
.result_event_list ul li a:focus,
.jcarousel2 ol li a:hover,
.jcarousel2 ol li a:focus,
.jcarousel2 ul li a:hover,
.jcarousel2 ul li a:focus,
.jcarousel ol li a:hover,
.jcarousel ol li a:focus,
.jcarousel ul li a:hover,
.jcarousel ul li a:focus {
    color: #f9c270;
}

.master_list ol li a:hover img,
.master_list ol li a:focus img,
.master_list ul li a:hover img,
.master_list ul li a:focus img,
.links_list ol li a:hover img,
.links_list ol li a:focus img,
.links_list ul li a:hover img,
.links_list ul li a:focus img,
.result_event_list ol li a:hover img,
.result_event_list ol li a:focus img,
.result_event_list ul li a:hover img,
.result_event_list ul li a:focus img,
.jcarousel2 ol li a:hover img,
.jcarousel2 ol li a:focus img,
.jcarousel2 ul li a:hover img,
.jcarousel2 ul li a:focus img,
.jcarousel ol li a:hover img,
.jcarousel ol li a:focus img,
.jcarousel ul li a:hover img,
.jcarousel ul li a:focus img {
    transform: scale(1.2);
}

.master_list ol li a:hover .author,
.master_list ol li a:focus .author,
.master_list ul li a:hover .author,
.master_list ul li a:focus .author,
.links_list ol li a:hover .author,
.links_list ol li a:focus .author,
.links_list ul li a:hover .author,
.links_list ul li a:focus .author,
.result_event_list ol li a:hover .author,
.result_event_list ol li a:focus .author,
.result_event_list ul li a:hover .author,
.result_event_list ul li a:focus .author,
.jcarousel2 ol li a:hover .author,
.jcarousel2 ol li a:focus .author,
.jcarousel2 ul li a:hover .author,
.jcarousel2 ul li a:focus .author,
.jcarousel ol li a:hover .author,
.jcarousel ol li a:focus .author,
.jcarousel ul li a:hover .author,
.jcarousel ul li a:focus .author {
    transform: translateY(0);
}

.result_event_list ul li a .figcaption span {
    display: block;
    -webkit-line-clamp: 1;
    height: 20px;
}

@media screen and (max-width: 447px) and (min-width: 1px) {
    .block_result .result_event_list ul li {
        padding: 0 32px;
    }

    .block_result .tab_container {
        padding-top: 16px;
        padding-bottom: 44px;
    }
}

.links_list ul li a,
.jcarousel2 ul li a {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

.news_list,
.jcarousel3 {
    width: 100%;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 699px) and (min-width: 1px) {
    .news_list,
    .jcarousel3 {
        margin-left: calc(50% - 220px);
    }
}

@media screen and (max-width: 460px) and (min-width: 1px) {
    .news_list,
    .jcarousel3 {
        margin-left: calc(50% - 150px);
    }
}

.news_list::before,
.jcarousel3::before {
    content: "";
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
    width: 40%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.7) 40%
    );
}

@media screen and (max-width: 700px) and (min-width: 461px) {
    .news_list::before,
    .jcarousel3::before {
        display: none;
    }
}

.news_list .figcaption,
.jcarousel3 .figcaption {
    margin-top: 4px;
}

.news_list .news_event,
.jcarousel3 .news_event {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    padding-bottom: 20px;
}

.news_list .news_event li,
.jcarousel3 .news_event li {
    width: 33.33%;
    float: left;
    border: 1px solid #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 8px;
}

@media screen and (max-width: 460px) and (min-width: 1px) {
    .news_list .news_event li,
    .jcarousel3 .news_event li {
        max-width: 300px;
    }
}

@media screen and (max-width: 760px) and (min-width: 1px) {
    .news_list .news_event li,
    .jcarousel3 .news_event li {
        font-size: 0.8em;
    }
}

.news_list .news_event li a,
.jcarousel3 .news_event li a {
    display: inline-block;
    float: left;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 1000px) {
    .news_list .news_event li a,
    .jcarousel3 .news_event li a {
        font-size: 1em;
    }
}

.news_list .news_event li a .figcaption,
.jcarousel3 .news_event li a .figcaption {
    text-align: left;
}

.news_list .news_event li a .figcaption b,
.jcarousel3 .news_event li a .figcaption b {
    font-size: 0.9375em;
    display: block;
    color: #21505b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list .news_event li a .img,
.jcarousel3 .news_event li a .img {
    display: inline-block;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    border-radius: 0;
    width: 100%;
}

.news_list .news_event li a img,
.jcarousel3 .news_event li a img {
    transition: all 0.8s ease-in-out;
    display: block;
    float: left;
    max-width: 100%;
    height: auto !important;
    max-width: 420px;
}

@media screen and (max-width: 460px) and (min-width: 1px) {
    .news_list .news_event li a img,
    .jcarousel3 .news_event li a img {
        max-width: 300px;
    }
}

.news_list .news_event li a:hover,
.news_list .news_event li a:focus,
.jcarousel3 .news_event li a:hover,
.jcarousel3 .news_event li a:focus {
    color: #f9c270;
}

.news_list .news_event li a:hover img,
.news_list .news_event li a:focus img,
.jcarousel3 .news_event li a:hover img,
.jcarousel3 .news_event li a:focus img {
    transform: scale(1.2);
}

.news_list .news_event li a:hover .author,
.news_list .news_event li a:focus .author,
.jcarousel3 .news_event li a:hover .author,
.jcarousel3 .news_event li a:focus .author {
    transform: translateY(0);
}

.block_news {
    text-align: center;
    padding-top: 120px !important;
    max-width: 100vw;
    overflow: hidden;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_news {
        padding-top: 80px !important;
        padding-bottom: 0 !important;
    }
}

.block_news > p {
    color: #f9c270;
}

.block_news .jcarousel-wrapper {
    max-width: 1292px;
    margin: 0 auto;
    padding: 0;
}

.block_news .jcarousel-wrapper .control {
    max-width: 1084px;
    margin: auto 0;
    position: absolute;
    padding: 0 64px;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    height: 48px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 24px);
    z-index: 3;
}

.block_news .news_list {
    margin-left: 170px;
}

.block_news .news_list .news_event > li {
    max-width: 404px;
}

@media screen and (max-width: 1245px) and (min-width: 1px) {
    .block_news .news_list {
        margin-left: 150px;
    }
}

@media screen and (max-width: 1230px) and (min-width: 1px) {
    .block_news .news_list {
        margin-left: 140px;
    }
}

@media screen and (max-width: 1184px) and (min-width: 1px) {
    .block_news .news_list {
        margin-left: 120px;
    }
}

@media screen and (max-width: 1084px) and (min-width: 1px) {
    .block_news .news_list {
        margin-left: 68px;
    }
}

@media screen and (max-width: 699px) and (min-width: 1px) {
    .block_news .news_list {
        margin-left: calc(50% - 210px);
        max-width: 420px;
    }

    .block_news .news_list .news_event li {
        max-width: 420px;
    }

    .block_news .news_list::before {
        opacity: 0;
        display: none;
    }
}

@media screen and (max-width: 460px) and (min-width: 1px) {
    .block_news .news_list {
        margin-left: calc(50% - 150px);
        max-width: 300px;
    }

    .block_news .news_list .news_event li {
        max-width: 300px;
    }
}

.jcarousel-control-prev,
.jcarousel-control-next {
    top: calc(50% - 60px);
    transform: none;
}

.jcarousel-control-prev {
    left: 8px;
    transform: rotateY(180deg);
}

.jcarousel-control-next {
    right: 8px;
}

.jcarousel-pagination {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    margin: 0;
}

.jcarousel-pagination a {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100px;
    background: #e1e1e1;
    transition: all 0.8s ease-out;
}

.jcarousel-pagination a:hover,
.jcarousel-pagination a:focus {
    background-color: #ffd300;
}

.jcarousel-pagination a.active {
    width: 32px;
    background-color: #ffd300;
}

.block_news,
.block_links {
    padding: 48px 0;
    text-align: center;
    display: block;
}

.block_news .jcarousel-wrapper,
.block_links .jcarousel-wrapper {
    display: inline-block;
}

.block_news .jcarousel-control-prev,
.block_news .jcarousel-control-next,
.block_links .jcarousel-control-prev,
.block_links .jcarousel-control-next {
    top: calc(50% - 24px);
}

.block_news .jcarousel-control-prev,
.block_links .jcarousel-control-prev {
    left: 0;
}

.block_news .jcarousel-control-next,
.block_links .jcarousel-control-next {
    right: 0;
}

@media screen and (max-width: 450px) and (min-width: 1px) {
    .block_links {
        padding-top: 0 !important;
    }
}
