.container__full {
    width: 1170px;
}

.content-top {
    margin: -100px auto 0px auto;
}

.yCmsContentSlot .left-panel {
    top: -185px !important;
    width: 760px;
    padding: 40px !important;
    background-color: #ffffff;
    float: left;
    position: relative;
}

.container__full.content-top .left-panel {
    padding-bottom: 40px !important;
}

.pageType-ContentPage .yCmsContentSlot.left-panel {
    left: -9px;
}

.container__full .left-panel {
    float: left;
    padding: 40px;
}

.yCmsComponent h1 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    color: #008260;
    font-size: 45px;
    letter-spacing: -0.025em;
}

.static-content-block .content p {
    font-size: 16px;
    font-family: 'BuenosAires-Light', sans-serif;
    font-family: "BuenosAires-Light";
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    color: #1d202c;
    opacity: 0.9;
    line-height: 1.4;
    letter-spacing: normal;
    width: 900px;
}

.static-content-block .content p {
    opacity: 0.9;
    letter-spacing: -0.025em;
    font-size: 16px;
    margin: 0 0 1em;
    line-height: 1.4285em;
}

.static-content-block .content h2 {
    font-size: 24px;
    font-family: 'BuenosAires-Regular', sans-serif;
    font-family: "BuenosAires-Regular";
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
    opacity: 0.9;
    color: #1d202c;
    line-height: 28px;
    margin-top: 20px;
    letter-spacing: -0.025em;
    margin-bottom: 5px;
}

.pageType-ContentPage .content img {
    max-width: 100%;
    border-radius: 15px;
}


.pageType-ContentPage table {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #CDCDCD !important;
    table-layout: fixed;
    margin-bottom: 1em;
}

table tr:nth-child(odd) {
    background: #f2f3f7 !important;
}

.static-content-block .content td {
    font-size: 14px !important;
    background: transparent !important;
    color: #1d202c !important;
    font-family: 'BuenosAires-Light', sans-serif;
    font-family: "BuenosAires-Light";
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 300;
    line-height: 1.4;
    padding: 8px !important;
    border: solid 1px #CDCDCD !important;
    white-space: normal !important;
}

.btn-block {
    display: inline-block;
    width: 81.5%;
    padding: 12px 24px;
    border: 0;
    border-radius: 6px;
    font-weight: bold;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #2630A2, #0080F2);
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.articles-events-section {
    transition: all .4s;
    width: 62%;
    margin: 0;
    margin-bottom: 15px;
    border: none;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background: #fff;
    padding: 0;
}
.home-page {
    margin-top: 30px;
}
.home-page .articles-events-section {
    border: none;
    margin-bottom: 0px;
}
.pop_artWrap {
    display: flex;
}

.articlesMidLeft {
    height: 220px!important;
}
.articlesMidLeft img {

    object-fit: cover;
}

.articlesMidLeft img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}
.articlesMidRight .name {
    font-size: 20px;
    color: #474a57;
    line-height: 24px;
    letter-spacing: -0.05em;
    font-weight: normal;
    margin-bottom: 0;
    font-family: 'BuenosAires-Regular', sans-serif;
    font-family: "BuenosAires-Regular";
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 400;
}

.articles-events-section .pop_artWrap .articlesMidRight .name a {
    color: #0086f8;
}
.articlesMidRight .description {
    font-size: 16px;
    color: #1d202c;
    line-height: 1.2;
    letter-spacing: -0.05em;
    margin-top: 10px;
}
.articlesMidRight {
    width: 55%;
    padding: 24px 15px 20px 15px;
    border: 1px solid #d5d7df;
}
.content table {
    border-collapse: collapse;
    border-spacing: 0;
    border: solid 1px #CDCDCD !important;
    table-layout: fixed;
    margin-bottom: 1em;
}