@import 'notosanstc.css';
@font-face {
    font-family: Akkurat;
    font-weight: normal;
    src: url('Akkurat.ttf');
}
@font-face {
    font-family: Akkurat;
    font-weight: bold;
    src: url('Akkurat-Bold.ttf');
}
* {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
.fullimg {
    display: block;
    width: 100%;
}
.fullimgHeight {
    display: block;
    height: 100%;
    margin: auto;
}
html {
    font-size: 20px;
    font-family: 'Akkurat', 'Noto Sans TC';
}
body {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    overflow-x: hidden;
    background: #FFF;
}
.text-hide {
    display: none;
}

.logo {
    z-index: 9;
    position: absolute;
    position: fixed;
    top: 0;
    left: 150px;
    width: 150px;
}
.ham-block {
    z-index: 9;
    position: absolute;
    position: fixed;
    right: 75px;
    top: 100px;
    width: 75px;
    height: 60px;
}
.ham {
    position: absolute;
    width: 100%;
    height: 8px;
    background: #252727;
    transition: opacity 0.5s, transform 0.5s, left 0.5s, bottom 0.5s, top 0.5s, width 0.5s;
}
.ham-1 {
    top: 0;
    width: 100%;
    left: 0;
    animation: ham1 0.75s infinite alternate;   
}
.ham-2 {
    top: 50%;
    width: 60%;
    left: 0;
    transform: translateY(-50%);
    animation: ham2 0.75s 0.5s infinite alternate;   
}
.ham-3 {
    bottom: 0;
    width: 80%;
    left: 0;
    animation: ham3 0.75s infinite alternate;   
}
@keyframes ham1 {
    to {
        width: 90%;
        left: 10%;
    }
}
@keyframes ham2 {
    to {
        width: 80%;
        left: 20%;
    }
}
@keyframes ham3 {
    to {
        width: 90%;
        left: 10%;
    }
}
.nav-pc {
    z-index: 9;
    position: absolute;
    position: fixed;
    right: 150px;
    top: 50px;
}
.nav-link {
    display: inline-block;
    margin: 0 35px;
}
.nav-link span {
    font-size: 0.9rem;
    letter-spacing: 2px;
}
.banner {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f6dd02;
}
.banner::before {
    z-index: 0;
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 75%;
    background: #f2d32e;
    top: 0;
    left: 0;
}
.banner::after {
    z-index: 0;
    position: absolute;
    display: block;
    content: '';
    width: 0; 
    height: 0; 
    top: 75%;
    border-left: 0 solid transparent;
    border-right: 100vw solid transparent;
    border-top: 750px solid #f2d32e;
}
.banner-block {
    z-index: 1;
    position: relative;
    width: 1200px;
    margin: auto;
    text-align: left;
}
.banner-img {
    display: inline-block;
    width: 50%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    vertical-align: middle;
}
.banner-title-block {
    display: inline-block;
    position: relative;
    margin-left: 5%;
    vertical-align: middle;
}
.banner-title {
    z-index: 1;
    position: relative;
    display: inline-block;
    padding: 0 15px 3px 15px;
    margin: 10px 0;
    font-size: 3rem;
    letter-spacing: 5px;
    transform-origin: left;
    transform: scale(0, 1);
    animation: titleBlock 1s 0.5s forwards;
    overflow: hidden;
}
.banner-title-1,
.banner-title-3 {
    color: #FFF;
    background: #000;
    overflow: hidden;
}
.banner-title-2 {
    color: #000;
    background: #FFF;
    overflow: hidden;
}
.banner-title-words {
    display: inline-block;
}
.banner-title-words::after {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform-origin: right;
    transform: scale(1, 1);
    animation: title 1s 1s forwards;
}
.banner-title-1 .banner-title-words::after,
.banner-title-3 .banner-title-words::after {
    background: #000;
    animation: title 1s 1.5s forwards;
}
.banner-title-2 .banner-title-words::after {
    background: #FFF;
    animation: title 1s 1.5s forwards;
}
@keyframes titleBlock {
    to {
        transform: scale(1, 1);
    }
}
@keyframes title {
    to {
        transform: scale(0, 1);
    }
}
.banner-title-img {
    width: 285px;
    margin: 18px 12px;
    margin-bottom: 0;
}
.banner-red-line {
    z-index: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 275px;
    height: 1px;
    background: #d8281c;
    transform: rotate(-20deg);
}
.banner-red-line-1 {
    bottom: -100px;
    left: -65%;
}
.banner-red-line-2 {
    top: -35px;
    left: 25%;
}
.banner-red-line-3 {
    top: -35px;
    left: 60%;
    opacity: 0.5;
}
.banner-red-line-4 {
    bottom: -80px;
    left: 35%;
}
.banner-red-line-5 {
    bottom: -350px;
    left: 50%;
}
.banner-red-line-6 {
    top: 450px;
    right: 80%;
}
.banner-red-line-7 {
    top: 450px;
    right: 60%;
    opacity: 0.5;
}
.banner-red-line-8 {
    bottom: 0;
    left: 70%;
}
.scroll-block {
    position: absolute;
    bottom: -30%;
    right: 0;
    left: 0;
    margin: auto;
    width: 125px;
    transform-origin: top center;
    transform: rotate(90deg);
}
.scroll-arrow {
    position: absolute;
    width: 125px;
    bottom: -15px;
    left: 0;
    animation: scroll 1s infinite alternate;
}
@keyframes scroll {
    to {
        transform: translateX(10px)
    }
}

.section {
    width: 1200px;
    margin: auto;
}
.section-1 {
    margin-top: 0;
}
.content-wrap,
.content-title-inside {
    width: 100%;
    margin: auto;
}
.content-wrap {
    padding: 0;
}
body,
.content-wrap-7,
.section-7,
.footer {
    background: #f6dd02;
}
.content-wrap-2 {
    margin-top: 100px;
    background: #00ff00;
}
.content-wrap-3 {
    background: #ff00ff;   
}
.content-wrap-4 {
    background: #00ffff;
}
.content-wrap-5 {
    background: #ffff00;
}
.content-wrap-6 {
    background: #c878ff;
}
.content-wrap-7 {
    margin-top: 100px;
    padding: 0;
    font-size: 0.9rem;
    text-align: center;
}
.content-wrap-2,
.content-wrap-3,
.content-wrap-4,
.content-wrap-5,
.content-wrap-6 {
    padding-bottom: 100px;
}
.content-title-inside {
    z-index: 1;
    position: relative;
}
.content-title-en {
    position: relative;
    left: 25px;
    font-size: 3rem;
    letter-spacing: -5px;
}
.content-title-tw {
    z-index: 1;
    position: relative;
    left: 25px;
    margin-top: -20px;
    font-size: 1rem;
    color: #FFF;
    letter-spacing: 3px;
}
.content-title-tw::before {
    z-index: 0;
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: -25px;
    border-left: 500px solid #000;
    border-right: 0;
    border-top: 0;
    border-bottom: 75px solid transparent;
}
.content-words-block {
    display: inline-block;
    width: 45%;
    margin-top: 100px;
    margin-left: 50px;
    vertical-align: top;
}
.content-wrap-1 .content-words-block {
    line-height: 180%;
}
.date-img {
    z-index: 1;
    position: relative;
    display: inline-block;
    width: 35%;
    margin: 100px 0;
    margin-left: 8%;
}
.speaker-img-block {
    position: relative;
}
.speaker-img {
    margin-top: -50px;
}

.speak-title-block,
.speak-content-block,
.speak-content-left,
.speak-content-right {
    display: inline-block;
    vertical-align: top;
}
.speak-title-block {
    width: 25%;
    margin-left: 5%;
}
.content-wrap-2 .speak-title-block,
.content-wrap-3 .speak-title-block,
.content-wrap-4 .speak-title-block,
.content-wrap-5 .speak-title-block,
.content-wrap-6 .speak-title-block {
    margin-top: 25px;
}
.speak-content-block {
    width: 65%;
    margin-left: 3%;
    font-size: 0.8rem;
}
.speak-title {
    font-size: 1.25rem;
    margin: 5px 0;
}
.speak-des {
    font-size: 0.8rem;
}
.speak-country {
    margin-top: 15px;
}
.speak-content-left,
.speak-content-right {
    width: 45%;
}
.speak-content-right {
    margin-left: 3%;
}
.read-more {
    z-index: 1;
    position: absolute;
    display: block;
    width: 75px;
    height: 75px;
    line-height: 75px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 100px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.5rem;
    color: #FFF;
    background: #000;
    transition: color 0.5s, transform 0.5s, background 0.5s;
}
.read-more.click {
    color: #000;
    background: none;
    transform: rotate(45deg);
}
.agenda-title,
.agenda-words,
.agenda-break {
    width: 90%;
    padding: 25px 5%;
    border: 1px solid #000;
}
.agenda-title {
    color: #f6dd02;
    background: #000;
    padding: 15px 5%;
    letter-spacing: 3px;
}
.agenda-break {
    border-top: 0;
    border-bottom: 0;
}
.agenda-break-border {
    border-top: 1px solid #000;
}
.agenda-content-des {
    font-size: 0.75rem;
}
.agenda-content-language {
    display: inline-block;
    margin-top: 25px;
    padding-bottom: 5px;
    border-bottom: 1px solid #000;
}

.play-btn,
.check-btn {
    z-index: 1;
    position: absolute;
    display: block;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    border: 1px solid #FFF;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.check-btn,
.img-block .play-btn {
    width: 70px;
    height: 70px;
}
.video-inside {
    position: relative;
    margin-top: 15px;
    width: 45%;
}
video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%);
}
.img-wrap, 
.video-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin: 15px 0;
    width: 93%;
}
.img-block,
.video-block {
    display: inline-block;
    position: relative;
    width: 24%;
    margin: 5px 0;
}
.img-inside {
    position: relative;
}
.work-title {
    font-size: 0.8rem;
}
.black-wrap {
    z-index: 9;
    position: absolute;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.9);
}
.black-block {
    width: 100%;
}
.black-video-block {
    position: relative;
    /* height: 575px; */
}
.black-video {
    position: relative;
    padding-bottom: 50%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.black-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.close-btn {
    z-index: 1;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
}
.arrow-prev {
    left: 25px;
}
.arrow-next {
    right: 25px;
}
table, th, td {
  border: 1px solid #000;
  border-collapse: collapse;
}
table {
    width: 100%;
}
th {
    color: #f6dd02;
    background: #000;
}
td, th {
    padding: 15px;
    width: 25%;
}

.clear {
    clear: both;
}
.font-bold {
    font-weight: bold;
}
.font-thin {
    font-weight: 300;
}
.font-tw {
    font-family: 'Noto Sans TC';
}
@media only screen and (min-width: 1025px) {
    .banner {
        min-height: 800px;
    }
    .nav-link::after {
        display: block;
        content: '';
        width: 100%;
        margin-top: 5px;
        border-bottom: 2px solid #000;
    }
    .date-tw {
        font-weight: 400;
    }
    .speak-content-left {
        line-height: 175%;
    }
    .speak-content-right {
        font-weight: 400;
        line-height: 175%;
    }
    .content-wrap::before {
        position: absolute;
        display: block;
        content: '';
        top: -125px;
        left: 0;
        border-right: 0 solid transparent;
        border-left: 1200px solid transparent;
        border-bottom: 125px solid #FFF;
    }
    .agenda-triangle {
        z-index: 1;
        position: relative;
        margin-top: -125px;
        border-right: 0 solid transparent;
        border-left: 1200px solid transparent;
        border-bottom: 125px solid #f6dd02;
    }
    .content-wrap-1::before,
    .content-wrap-7::before {
        display: none;
    }
    .content-wrap-2 {
        background: url('../img/speaker-bg-1.jpg') no-repeat bottom left #00ff00;
    }
    .content-wrap-2::before {
        border-bottom-color: #00ff00;
    }
    .content-wrap-3 {
        background: url('../img/speaker-bg-2.jpg') no-repeat bottom left #ff00ff;
    }
    .content-wrap-3::before {
        border-bottom-color: #ff00ff;
    }
    .content-wrap-4 {
        background: url('../img/speaker-bg-3.jpg') no-repeat bottom left #00ffff;
    }
    .content-wrap-4::before {
        border-bottom-color: #00ffff;
    }
    .content-wrap-5 {
        background: url('../img/speaker-bg-4.jpg') no-repeat bottom left #ffff00;
    }
    .content-wrap-5::before {
        border-bottom-color: #ffff00;
    }
    .content-wrap-6 {
        background: url('../img/speaker-bg-5.jpg') no-repeat bottom left #c878ff;
    }
    .content-wrap-6::before {
        border-bottom-color: #c878ff;
    }
    .content-wrap {
        position: relative;
        background-size: 35% auto;
    }
    .content-wrap-7 {
        font-weight: 500;
    }
    .arrow-prev,
    .arrow-next {
        z-index: 1;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100px;
    }
    .for-m {
        display: none;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    html {
        font-size: 18px;
    }
    .logo {
        left: 125px;
        width: 125px;
    }
    .nav-pc {
        right: 125px;
        top: 40px;
    }
    .banner {
        min-height: 700px;
    }
    .banner::after {
        border-top-width: 500px;
    }
    .banner-block {
        width: 1000px;
    }
    .banner-img {
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
    }
    .banner-title {
        margin: 7px 0;
    }
    .banner-title-img {
        width: 255px;
    }
    .scroll-arrow {
        width: 100px;
        bottom: -12px;
    }
    .banner-red-line {
        width: 225px;
    }
    .banner-red-line-2 {
        top: -25px;
        left: 0%;
    }
    .banner-red-line-3 {
        top: -25px;
        left: 45%;
    }
    .banner-red-line-4 {
        bottom: -70px;
        left: 35%;
    }
    .banner-red-line-5 {
        bottom: -250px;
        left: 50%;
    }
    .banner-red-line-6 {
        top: 450px;
        right: 80%;
    }
    .banner-red-line-7 {
        top: 450px;
        right: 60%;
        opacity: 0.5;
    }
    .banner-red-line-8 {
        bottom: 0;
        left: 70%;
    }

    .section {
        width: 1000px;
    }
    .content-title-tw::before {
        border-left-width: 400px;
        border-bottom-width: 65px;
    }
    .date-img {
        width: 40%;
    }
    .content-wrap::before {
        top: -100px;
        border-left-width: 1000px;
        border-bottom-width: 100px;
    }
    .agenda-triangle {
        margin-top: -100px;
        border-left-width: 1000px;
        border-bottom-width: 100px;
    }
    .play-btn,
    .check-btn {
        width: 80px;
        height: 80px;
    }
    .check-btn,
    .img-block .play-btn {
        width: 55px;
        height: 55px;
    }
    .arrow-prev,
    .arrow-next {
        width: 75px;
    }
}
@media only screen and (max-width: 1024px) {
    .for-pc {
        display: none;
    }
    html {
        font-size: 30px;
    }
    .logo {
        left: 50px;
        width: 225px;
    }
    .nav-m {
        z-index: 8;
        position: absolute;
        position: fixed;
        width: 100%;
        height: 100%;
        background: #f6dd02;
        font-size: 1.5rem;
        opacity: 0;
        text-align: center;
        transform: translateY(-100%);
        transition: opacity 0.75s, transform 0.75s;
    }
    .nav-m.click {
        opacity: 1;
        transform: translateY(0);
    }
    .nav-m-block {
        width: 60%;
        text-align: left;
        margin: auto;
        margin-top: 215px;
    }
    .nav-sitemap {
        z-index: 1;
        position: relative;
        display: inline-block;
        padding: 15px 25px;
        margin-bottom: 10%;
        color: #FFF;
        background: #000;
    }
    .nav-link-block {
        position: relative;
        width: 80%;
        margin: auto;
    }
    .nav-link {
        position: relative;
        display: block;
        margin: 15% 0;
    }
    .nav-link span {
        font-size: 1.25rem;
        letter-spacing: 5px;
    }
    .nav-link::after {
        position: absolute;
        display: block;
        content: '>';
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    .nav-link-block::before,
    .nav-link-block::after {
        position: absolute;
        display: block;
        content: '';
        left: -10%;
        width: 120%;
        height: 2px;
        background: #d8281c;
        transform: rotate(-20deg);
    }
    .nav-link-block::before {
        top: -25%;
    }
    .nav-link-block::after {
        bottom: -20%;
    }
    .ham-1.click {
        top: 50%;
        transform: rotate(45deg) translateY(-50%);
        animation: none; 
    }
    .ham-2.click {
        width: 100%;
        top: 50%;
        left: 6px;
        transform: rotate(-45deg) translateY(-50%);
        animation: none; 
    }
    .ham-3.click {
        width: 0;
        animation: none; 
    }
    .banner::before {
        height: 25%;
    }
    .banner::after {
        top: 25%;
        border-top: 500px solid #f2d32e;
    }
    .banner-block {
        width: 50%;
    }
    .banner-img {
        display: block;
        width: 100%;
        box-shadow: 0 0 75px rgba(0, 0, 0, 0.5);
    }
    .banner-title-block {
        display: block;
        margin: 25px 0;
    }
    .banner-title {
        font-size: 2.25rem;
    }
    .banner-title-img {
        width: 315px;
    }
    .banner-red-line {
        width: 100%;
        height: 2px;
        transform: rotate(-25deg);
    }
    .banner-red-line-1 {
        top: 125px;
        left: 0;
        bottom: auto;
    }
    .banner-red-line-2 {
        top: auto;
        bottom: -50px;
        left: 0;
    }
    .scroll-block {
        bottom: 75px;
        right: -30%;
        left: auto;
        width: auto;
        transform-origin: center;
    }
    .scroll-arrow {
        width: 175px;
    }

    .section {
        width: 100%;
        padding-bottom: 100px;
        margin-top: -250px;
    }
    .section-1 {
        margin-top: 0;
    }
    .content-wrap,
    .content-title-inside {
        width: 80%;
        margin: auto;
    }
    .content-wrap {
        margin-top: -175px;
        padding: 200px 10%;
    }
    .content-wrap-1 {
        background: #f6dd02
    }
    .content-wrap-7 {
        margin-top: 150px;
        padding: 0 10%;
        font-size: 1.25rem;
        text-align: center;
    }
    .content-title-en,
    .content-title-tw {
        left: 0;
    }
    .content-title-tw {
        margin-top: -25px;
        font-size: 1.5rem;
        letter-spacing: 5px;
    }
    .content-title-en-2 {
        margin-top: -150px;
    }
    .content-title-tw::before {
        left: 0;
        border-left: 100vw solid #000;
        border-top: 25px solid #000;
        border-bottom: 145px solid transparent;
    }
    .content-words-block {
        display: block;
        width: 100%;
        margin: auto;
    }
    .date-img {
        display: block;
        width: 100%;
        margin: 125px 0 100px 0;
    }
    .speak-content-block,
    .speak-content-left,
    .speak-content-right {
        display: block;
        width: 100%;
        margin: auto;
        font-size: 1rem;
        line-height: 175%;
    }
    .content-wrap-7 {
        margin-top: 150px;
        padding: 0 10%;
        font-size: 1.25rem;
    }
    .video-inside {
        width: 100%;
        margin-top: 50px;
    }
    .play-btn,
    .check-btn {
        width: 200px;
        height: 200px;
    }
    .check-btn,
    .img-block .play-btn {
        width: 125px;
        height: 125px;
    }
    .img-wrap,
    .video-wrap {
        width: 100%;
        margin: 25px 0;
    }
    .img-block,
    .video-block {
        width: 48%;
        margin: 15px 0;
    }
    .agenda-triangle {
        margin-top: 0;
        border-left: 0 solid transparent;
        border-right: 100vw solid transparent;
        border-top: 145px solid #c878ff;
    }
    .agenda-content-title {
        margin-bottom: 15px;
    }
    .agenda-content-des {
        font-size: 1rem;
    }
    .close-btn {
        width: 75px;
    }
    .arrow-prev {
        float: left;
        width: 100px;
        margin-top: 25px;
        margin-left: 25px;
    }
    .arrow-next {
        float: right;
        width: 100px;
        margin-top: 25px;
        margin-right: 25px;
    }
}
@media only screen and (max-width: 768px) {
    html {
        font-size: 22px;
    }
    .logo {
        left: 50px;
        width: 175px;
    }
    .ham-block {
        right: 65px;
        top: 80px;
        width: 65px;
        height: 50px;
    }
    .nav-m-block {
        margin-top: 150px;
    }
    .banner::before {
        height: 35%;
    }
    .banner::after {
        top: 35%;
        border-top: 250px solid #f2d32e;
    }
    .banner-img {
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    }
    .banner-title-img {
        width: 240px;
    }
    .scroll-arrow {
        width: 135px;
    }
    .banner-red-line-1 {
        top: 100px;
    }
    .banner-red-line-2 {
        bottom: -35px;
    }

    .content-title-tw::before {
        border-bottom-width: 115px;
    }
    .agenda-triangle {
        border-top-width: 115px;
    }
    .content-title-tw {
        margin-top: -20px;
    }
    .speaker-img-block {
        margin: 20px 0;
    }
    .read-more {
        width: 60px;
        height: 60px;
        line-height: 60px;
        bottom: 75px;
    }
    .play-btn {
        width: 150px;
        height: 150px;
    }
    .check-btn, .img-block .play-btn {
        width: 100px;
        height: 100px;
    }
}

@media only screen and (max-width: 640px) {
    html {
        font-size: 16px;
    }
    .logo {
        left: 35px;
        width: 100px;
    }
    .ham-block {
        right: 35px;
        top: 35px;
        width: 50px;
        height: 35px;
    }
    .nav-m-block {
        margin-top: 135px;
    }
    .ham {
        height: 5px;
    }
    .ham-2.click {
        left: 4px;
    }
    .banner {
        height: 105vh;
    }
    .banner-block {
        width: 60%;
    }
    .banner::after {
        border-top-width: 175px;
    }
    .banner-title-block {
        margin: 15px 0;
    }
    .banner-title {
        padding: 0 12px 1px 12px;
        margin: 5px 0;
    }
    .banner-title-img {
        width: 180px;
        margin: 15px 10px;
    }
    .banner-red-line {
        transform: rotate(-20deg);
    }
    .banner-red-line-1 {
        top: 75px;
    }
    .banner-red-line-2 {
        bottom: -25px;
    }
    .scroll-block {
        bottom: 50px;
        right: -15%;
    }
    .scroll-arrow {
        width: 100px;
        bottom: -10px;
    }
    .section {
        padding-bottom: 50px;
        margin-top: -200px;
    }
    .section-1 {
        margin-top: 0;
    }
    .content-title-tw {
        margin-top: -15px;
    }
    .speaker-img-block {
        margin: 30px 0;
    }
    .speaker-img-block-1 {
        margin-top: 0;
    }
    .speaker-img {
        margin-top: -25px;
    }
    .content-title-tw::before {
        border-bottom-width: 90px;
    }
    .agenda-triangle {
        border-top-width: 90px;
    }
    .date-img {
        margin: 75px 0 50px 0;
    }
    .play-btn {
        width: 125px;
        height: 125px;
    }
    .check-btn, .img-block .play-btn {
        width: 75px;
        height: 75px;
    }
    .read-more {
        width: 45px;
        height: 45px;
        line-height: 45px;
        bottom: 60px;
    }
    .close-btn {
        width: 60px;
    }
    .arrow-prev,
    .arrow-next {
        width: 75px;
    }
    .agenda-triangle {
        margin-bottom: 25px;
    }
}
@media only screen and (max-width: 535px) {
    .banner {
        height: 110vh;
    }
    .banner-block {
        width: 70%;
    }
    .nav-m-block {
        margin-top: 115px;
    }
    .speaker-img {
        margin-top: -15px;
    }
    .content-title-tw::before {
        border-bottom-width: 75px;
    }
    .agenda-triangle {
        border-top-width: 75px;
    }
    .speaker-img-block {
        margin: 36px 0;
    }
    .speaker-img-block-1 {
        margin-top: 0;
    }
    .read-more {
        width: 35px;
        height: 35px;
        line-height: 35px;
        bottom: 50px;
    }
    .play-btn {
        width: 100px;
        height: 100px;
    }
    .check-btn, .img-block .play-btn {
        width: 60px;
        height: 60px;
    }
}
@media only screen and (max-width: 480px) {
    html {
        font-size: 14px;
    }
    .logo {
        left: 25px;
        width: 80px;
    }
    .ham-block {
        right: 25px;
        top: 25px;
        width: 40px;
        height: 30px;
    }
    .nav-m-block {
        margin-top: 100px;
    }
    .nav-link span {
        letter-spacing: 3px;
    }
    .banner {
        height: 100vh;
    }
    .banner-img {
        box-shadow: 0 0 35px rgba(0, 0, 0, 0.5);
    }
    .banner-title {
        padding: 0 10px;
        margin: 4px 0;
    }
    .banner-title-img {
        width: 165px;
        margin: 12px 8px;
    }
    .banner-red-line-1 {
        top: 60px;
    }
    .banner-red-line-2 {
        bottom: -20px;
    }
    .scroll-block {
        bottom: 75px;
        right: -20%;
    }
    .scroll-arrow {
        width: 80px;
        bottom: -5px;
    }
    .speaker-img {
        margin-top: -30px;
    }
    .content-wrap {
        padding: 175px 10%;
    }
    .content-wrap-7 {
        padding: 0 10%;
        margin-top: 75px;
    }
    .content-title-tw::before {
        border-top-width: 20px;
        border-bottom-width: 55px;
    }
    .agenda-triangle {
        border-top-width: 55px;
    }
    .speaker-img-block {
        margin: 40px 0;
    }
    .speaker-img-block-1 {
        margin-top: 0;
    }
    .read-more {
        width: 30px;
        height: 30px;
        line-height: 30px;
        bottom: 45px;
    }
    .play-btn {
        width: 80px;
        height: 80px;
    }
    .check-btn, .img-block .play-btn {
        width: 50px;
        height: 50px;
    }
    .agenda-title,
    .agenda-words,
    .agenda-break {
        padding: 15px 5%;
    }
    .agenda-title {
        padding: 5px 5%;
        letter-spacing: 2px;
    }
    .agenda-content-title {
        margin-bottom: 10px;
    }
    .agenda-content-language {
        display: inline-block;
        margin-top: 15px;
        padding-bottom: 3px;
    }
    .agenda-triangle {
        margin-bottom: 50px;
    }
}
@media only screen and (max-width: 414px) {
    .nav-m-block {
        margin-top: 100px;
    }
    .ham-block {
        width: 35px;
        height: 25px;
    }
    .ham {
        height: 4px;
    }
    .ham-2.click {
        left: 3px;
    }
    
    .banner-img {
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    }
    .speaker-img {
        margin-top: -20px;
    }
    .speaker-img-block {
        margin: 45px 0;
    }
    .speaker-img-block-1 {
        margin-top: 0;
    }
    .read-more {
        width: 30px;
        height: 30px;
        line-height: 30px;
        bottom: 40px;
    }
    .img-block, .video-block {
        margin: 8px 0;
    }
    .close-btn {
        width: 35px;
    }
    .arrow-prev, .arrow-next {
        width: 50px;
    }
}

@media only screen and (max-width: 375px) {
    .nav-m-block {
        margin-top: 90px;
    }
    .speaker-img-block {
        margin: 47px 0;
    }
    .speaker-img-block-1 {
        margin-top: 0;
    }
}
@media only screen and (max-width: 360px) {
    .nav-m-block {
        margin-top: 85px;
    }
    html {
        font-size: 12px;
    }
    .logo {
        left: 20px;
        width: 75px;
    }
    .ham-block {
        width: 35px;
        height: 27px;
    }
    .banner-img {
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.35);
    }
    .banner-title {
        margin: 3px 0;
    }
    .banner-title-img {
        width: 145px;
        margin: 12px 8px;
    }
    .banner-red-line-1 {
        top: 50px;
    }
    .banner-red-line-2 {
        bottom: -15px;
    }
    .content-title-tw {
        margin-top: -10px;
    }
    .content-title-en {
        letter-spacing: -4px;
    }
    .date-img {
        margin: 60px 0 25px 0;
    }
    .speaker-img {
        margin-top: -15px;
    }
    .content-title-tw::before {
        border-bottom-width: 50px;
    }
    .agenda-triangle {
        border-top-width: 50px;
    }
    .read-more {
        width: 30px;
        height: 30px;
        line-height: 30px;
        bottom: 35px;
    }
}

@media only screen and (max-width: 320px) {
    .nav-m-block {
        margin-top: 75px;
    }
    .read-more {
        bottom: 30px;
    }
    .speaker-img-block {
        margin: 50px 0;
    }
    .speaker-img-block-1 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 1024px) and (orientation: landscape) {
    .nav-m {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .nav-link-block::before,
    .nav-link-block::after {
        display: none;
    }
    .nav-m-block {
        width: 95%;
        margin: auto;
    }
    .nav-sitemap {
        display: none;
    }
    .nav-link {
        display: inline-block;
        margin: 0 5%;
        font-size: 1rem;
    }
    .nav-link span {
        font-size: 0.8rem;
        letter-spacing: 2px;
    }
    .nav-link::after {
        right: -20px;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) and (orientation: landscape) {
    .banner {
        height: 175%;
    }
}

@media only screen and (max-width: 768px) and (orientation: landscape) {
    .banner {
        height: 250vh;
    }
}
