.slick-dots-white>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 .5rem
}

.slick-dots-white_bottom>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 .5rem
}

.slick-dots-white>li.slick-active button {
    color: #fff;
    -webkit-transform: scale(1.33);
    transform: scale(1.33);
    background-color: #ffffff
}

.slick-dots-white_bottom>li.slick-active button {
    color: #fff;
    -webkit-transform: scale(1.33);
    transform: scale(1.33);
    background-color: #0e7e8b
}

.slick-dots-white_bottom button {
    display: inline-block;
    width: .5625em;
    height: .5625em;
    min-width: 8px;
    min-height: 8px;
    padding: 0;
    color: #000;
    text-indent: -9999px;
    vertical-align: top;
    border: 0;
    border-radius: 100%;
    /* background-color: rgba(255, 255, 255, 0.8); */
	background-color: rgba(220, 220, 220, 0.8);
    -webkit-transform-origin: center;
    transform-origin: center
}


.slick-dots-white button {
    display: inline-block;
    width: .5625em;
    height: .5625em;
    min-width: 8px;
    min-height: 8px;
    padding: 0;
    color: #000;
    text-indent: -9999px;
    vertical-align: top;
    border: 0;
    border-radius: 100%;
    /* background-color: rgba(255, 255, 255, 0.8); */
	background-color: ffffff;
    -webkit-transform-origin: center;
    transform-origin: center
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.no-js .slider::after {
    display: block;
    clear: both;
    content: ""
}

.slider__item {
    position: relative
}

.slider--hero {
    margin-bottom: 3.75rem
}

@media (max-width:767.98px) {
    .slider--hero .slick-dots-container {
        bottom: -1.875rem
    }
}

.no-js .slider--hero .slider__item:nth-child(1)~.slider__item {
    position: absolute;
    visibility: hidden
}

.slider--mixed {
    margin-bottom: 3.75rem
}

@media (max-width:767.98px) {
    .slider--mixed .slick-dots-container {
        bottom: -1.875rem
    }
}

.no-js .slider--mixed .slider__item:nth-child(1)~.slider__item {
    position: absolute;
    visibility: hidden
}

.slider--card {
    margin-bottom: 3.75rem;
    padding: 0 1.875rem
}

.slider--card .slider__item {
    float: left;
    margin: .1875rem .625rem;
    -webkit-transition: box-shadow .2s;
    transition: box-shadow .2s
}

.slider--card .slider__item:focus,
.slider--card .slider__item:hover {
    box-shadow: 0 0 6px 0 rgba(50, 50, 50, .3)
}

.no-js .slider--card .slider__item {
    width: calc(25% - 20px)
}

.no-js .slider--card .slider__item:nth-child(4)~.slider__item {
    position: absolute;
    visibility: hidden
}

@media (max-width:991.98px) {
    .no-js .slider--card .slider__item {
        width: calc(33.333% - 20px)
    }

    .no-js .slider--card .slider__item:nth-child(3)~.slider__item {
        position: absolute;
        visibility: hidden
    }
}

@media (max-width:767.98px) {
    .no-js .slider--card .slider__item {
        width: calc(100% - 20px)
    }

    .no-js .slider--card .slider__item:nth-child(1)~.slider__item {
        position: absolute;
        visibility: hidden
    }
}

.slider--card .slick-arrow:before {
    font-size: 2.375rem;
    color: #000
}

@media (max-width:767.98px) {
    .slider--card .slick-arrow:before {
        font-size: 2rem
    }
}

.slider--card .slick-dots-container {
    bottom: -1.875rem
}

.slider--mixed .slick-dots-container {
    bottom: -40px
}

.slide-video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto
}

.slide-video-scale {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto
}

.slide-youtube {
    position: absolute;
    pointer-events: none
}

.slick-loading .slick-list {
    background: url(/assets/img/lib_slick/ajax-loader.gif) center center no-repeat
}

.slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 99;
    width: 3.25rem;
    height: 3.25rem;
    color: #000a4d;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
    padding: 0;
    background-color: #fff
}

.slick-arrow:before {
    font-family: wico !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    color: #0a1c5c;
    font-size: .9375rem;
    line-height: 1;
    -webkit-transition: color .3s;
    transition: color .3s;
    content: "\e90f"
}

.slick-prev {
    left: -5.25rem
}

@media (max-width:1850px) {
    .slick-prev {
        left: 0
    }
}

.slick-prev:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transform-origin: center;
    transform-origin: center
}

.slick-next {
    right: -5.25rem
}

@media (max-width:1850px) {
    .slick-next {
        right: 0
    }
}

.slick-disabled {
    opacity: .6;
    cursor: default !important
}

.slick-disabled:before {
    color: #666 !important
}

.slick-dots-container {
    position: absolute;
    left: 0;
    bottom: 1.25rem;
    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;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    width: 100%
    
}

.slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0
}

.slick-dots>li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 .5rem
}

.slick-dots>li.slick-active button {
    color: #fff;
    -webkit-transform: scale(1.33);
    transform: scale(1.33);
    background-color: #0e7e8b
}

.slick-dots button {
    display: inline-block;
    width: .5625em;
    height: .5625em;
    padding: 0;
    color: #000;
    text-indent: -9999px;
    vertical-align: top;
    border: 0;
    border-radius: 50%;
    background-color: rgba(108, 169, 214, .3);
    -webkit-transform-origin: center;
    transform-origin: center
}

.slick-dots--page>li {
    display: none
}

.slick-dots--page>li.slick-active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff
}

.slick-pause-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 .3125rem
}

.slick-pause-play button {
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    line-height: 1;
    font-size: 1.0625em;
    font-size: 14px;
    -webkit-transform: translateY(6%);
    transform: translateY(6%);
    color: #073A46;
    width: 20px;
    height: 20px;
    margin: 0px;
}

.slick-pause-play-white button {
    padding: 0;
    border: 0;
    background: none;
    position: relative;
    line-height: 1;
    font-size: 1.0625em;
    font-size: 14px;
    -webkit-transform: translateY(6%);
    transform: translateY(6%);
    color: #ffffff;
    width: 20px;
    height: 20px;
    margin: 0px;
}


.slick-pause-play .icon-font:before {
    margin-right: 0
}

.key-visual {
    position: relative;
    width: 100%;
    padding-bottom: 65.8125rem;
    margin-bottom: 4.5rem;
    background-color: #0e7e8b;
    -webkit-perspective: 1px;
    perspective: 1px
}

.key-visual:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: ''
}

@media (max-width:1676px) {
    .key-visual {
        padding-bottom: 62.82816229%
    }
}

@media (max-width:767.98px) {
    .key-visual {
        padding-bottom: 0
    }
}

.key-visual__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 65.8125rem;
    -webkit-perspective: 1px;
    perspective: 1px
}

@media (min-width:1920px) {
    .key-visual__body {
        background-size: cover
    }
}

.key-visual__body:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .8)), to(rgba(255, 255, 255, 0)));
    background-image: linear-gradient(rgba(255, 255, 255, .8) 0, rgba(255, 255, 255, 0) 100%);
    background-size: auto 34.5625rem;
    background-repeat: repeat-x;
    content: ''
}

@media (max-width:1676px) {
    .key-visual__body:before {
        background-size: auto 52.51661918%
    }
}

@media (max-width:767.98px) {
    .key-visual__body:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(rgba(255, 255, 255, 0)));
        background-image: linear-gradient(white 0, rgba(255, 255, 255, 0) 100%);
        background-size: auto 20.625rem
    }
}

@media (max-width:1676px) {
    .key-visual__body {
        background-size: auto 100%
    }
}

@media (max-width:767.98px) {
    .key-visual__body {
        position: relative;
        padding-top: 6.6875rem;
        background-size: auto 37.9375rem;
        background-position: top center
    }
}

.key-visual__body>.container {
    position: relative;
    height: 100%
}

.key-visual__bg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 120rem;
    z-index: -2
}

@media (max-width:1676px) and (min-width:768px) {
    .key-visual__bg {
        width: 100%;
        height: 100%;
        overflow: hidden
    }

    .key-visual__bg .placeholder {
        height: 100%
    }

    .key-visual__bg .placeholder__item {
        left: 50%;
        width: auto;
        height: 100%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

@media (max-width:767.98px) {
    .key-visual__bg {
        left: 50%;
        width: 69.1875rem;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}


.key-visual__title_en{
    width: 16em !important;
    font-size: 2.6rem !important;
    top: 89% !important; 
}

.key-visual__title {
    position: absolute;
    top: 90%;
    left: 1.5625rem;
    z-index: 1;
    width: 10.5em;
    font-size: 4.1rem;
    font-weight: 600;
    line-height: 1.15;
    color: #fff;
    text-shadow: 0 0 .25em rgba(0 0 0);
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (max-width:1676px) {
    .key-visual__title {
        font-size: 3.8rem
    }
}

@media (max-width:1439.98px) {
    .key-visual__title {
        font-size: 3.2rem
    }
}

@media (max-width:1199.98px) {
    .key-visual__title {
        font-size: 2.7rem
    }

   .key-visual__title_en{
       font-size: 2.3rem !important;
   }
}

@media (max-width:991.98px) {
    .key-visual__title {
        font-size: 2rem;
    }

   .key-visual__title_en{
       font-size: 2.1rem !important;
   }
}

@media (max-width:767.98px) {
    .key-visual__title {
        position: static;
        max-width: 100%;
        width: 20.9375rem;
        min-height: 18.8125rem;
        margin-bottom: 10.6875rem;
        font-size: 2rem;
        line-height: 1.37;
        -webkit-transform: none;
        transform: none
    }

   .key-visual__title_en{
       font-size: 2.0rem !important;
   }
}

.key-img {
    position: absolute;
    display: block;
    background-color: #1B7E83;
    overflow: hidden
}

@media (max-width:767.98px) {
    .key-img {
        position: relative;
        bottom: 0 !important;
        right: 0 !important
    }
}

.key-img__media {
    width: 100%
}

.key-img__body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    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;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #fff
}

.key-img__title {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 2.4375rem;
    line-height: 1.28;
    color: #fff;
	text-shadow: 1px 1px 15px rgb(0 0 0);
}

/* edit for welcome page - welcome message color contrast Issue */
.highlight__desc_shadow, .highlight__title_shadow {
	 -webkit-text-stroke-width:0.15pt; 
	 -webkit-text-stroke-color:#445d5e; 
	 text-shadow: 1px 1px 6px rgb(0 0 0);
}

@media (max-width:1676px) {
    .key-img__title {
        font-size: 2.32696897vw
    }
}

@media (max-width:767.98px) {
    .key-img__title {
        font-size: 2rem
    }
}

.key-img__desc {
    font-family: Roboto, Arial, PingFangTC, "Microsoft JhengHei revise", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5rem;
    line-height: 1.33
}

@media (max-width:1676px) {
    .key-img__desc {
        font-size: 1.43198091vw
    }
}

@media (max-width:767.98px) {
    .key-img__desc {
        font-size: 1rem
    }
}

.key-img--1 {
    bottom: 41.88034188%;
    right: 5.31026253%;
    width: 29.25rem;
	z-index: 1;
}

@media (max-width:1676px) {
    .key-img--1 {
        width: 27.92362768%
    }
}


@media (max-width:767.98px) {
    .key-img--1 {
        width: calc(100% - 3.125rem);
        margin: 3.7809648% auto 0
    }
}

@media (max-width:575.98px) {
    .key-img--1 {
        width: calc(100% - 2.5rem);
        margin: 3.7809648% auto 0
    }
}

.key-img--1 .key-img__body {
    padding: 0 9.61538462%
}

@media (max-width:767.98px) {
    .key-img--1 .key-img__body {
        /*padding: 0 5.21512386% 11.73402868%*/
    }
}

@media (max-width:767.98px) {
    .key-img--1 .key-img__title {
        margin-left: auto
    }
}

@media (max-width:767.98px) {
    .key-img--1 .key-img__desc {
        max-height: 50.44510386%
    }
}

.key-img-wrap--ver-2 .key-img--1 {
    bottom: 31.33903134%;
    right: 2.02863962%
}

@media (min-width:768px) {
    .key-img-wrap--ver-2 .key-img--1 {
        z-index: 1;
        width: 27.9375rem
    }
}

@media (min-width:768px) and (max-width:1676px) {
    .key-img-wrap--ver-2 .key-img--1 {
        width: 26.67064439%
    }
}

.key-img-wrap--ver-2 .key-img--1 .key-img__body {
    padding: 0 8.05369128%
}

.key-img-wrap--ver-2 .key-img--1 .key-img__title {
    text-align: center
}

.key-img-wrap--ver-2 .key-img--1 .key-img__desc {
    text-align: center
}

.key-img--2 {
    bottom: 23.55175689%;
    right: 31.38424821%;
    width: 19.6875rem
}

@media (max-width:1676px) {
    .key-img--2 {
        width: 18.7947494%
    }
}

@media (max-width:767.98px) {
    .key-img--2 {
        width: calc(100% - 3.125rem);
        margin: 3.7809648% auto 0
    }
}

@media (max-width:575.98px) {
    .key-img--2 {
        width: calc(100% - 2.5rem);
        margin: 3.7809648% auto 0
    }
}

.key-img--2 .key-img__body {
    padding: 0 11.42857143%
}

@media (max-width:767.98px) {
    .key-img--2 .key-img__body {
        padding: 0 5.21512386%
    }
}

.key-img--2 .key-img__title {
    text-align: center
}

.key-img--2 .key-img__desc {
    text-align: center
}

.key-img-wrap--ver-2 .key-img--2 {
    bottom: 8.07217474%;
    right: 26.73031026%
}

@media (min-width:768px) {
    .key-img-wrap--ver-2 .key-img--2 {
        width: 25.9375rem
    }
}

@media (min-width:768px) and (max-width:1676px) {
    .key-img-wrap--ver-2 .key-img--2 {
        width: 24.76133652%
    }
}

.key-img--3 {
    bottom: 13.48528015%;
    right: 1.37231504%;
    width: 29.75rem
}

@media (max-width:1700px) {
    .key-img--3 {
        right: .89498807%
    }
}

@media (max-width:1676px) {
    .key-img--3 {
        width: 28.40095465%
    }
}

@media (max-width:767.98px) {
    .key-img--3 {
        width: calc(100% - 3.125rem);
        margin: 3.7809648% auto 0
    }
}

@media (max-width:575.98px) {
    .key-img--3 {
        width: calc(100% - 2.5rem);
        margin: 3.7809648% auto 0
    }
}

.key-img-wrap--ver-2 .key-img--3 {
    display: none
}

.key-img--3 .key-img__body {
    padding: 0 6.30252101%;
    -webkit-perspective: 1px;
    perspective: 1px
}

.key-img--3 .key-img__body:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.key-img__body.shadowlayer:before {
    background-color: #000;
    opacity: .5;
    z-index: -1;
    content: ''
}

.key-img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width:767.98px) {
    .key-img-wrap {
        position: relative;
        width: calc(100% + 3.125rem);
        padding-top: 36.25rem;
        margin: 0 -1.5625rem
    }
}

@media (max-width:575.98px) {
    .key-img-wrap {
        width: calc(100% + 2.5rem);
        margin: 0 -1.25rem
    }
}

.key-img-wrap>.container {
    position: relative;
    height: 100%
}


@media (max-width:1199.98px) {
    .section__title {
        font-size: 2.25rem
    }
}

@media (max-width:767.98px) {
    .section__title {
        font-size: 1.875rem
    }
}

@media (max-width:575.98px) {
    .section__title {
        font-size: 1.75rem
    }
}

.section__title .ico {
    position: relative;
    top: .19178082em;
    display: inline-block;
    margin-left: .1369863em;
    font-size: 1.62222222em;
    line-height: 1
}

@media (max-width:767.98px) {
    .section__title .ico {
        margin-left: 1rem;
        font-size: 3.6875rem
    }
}

.section--topic {
    padding: 3.75rem 0 6.25rem;
    background-color: #fafafa
}

@media (max-width:991.98px) {
    .section--topic {
        padding: 2.5rem 0 3.75rem
    }
}

@media (max-width:767.98px) {
    .section--topic {
        padding: .625rem 0 1.875rem
    }
}

.section--ppl {
    padding-top: 4.125rem
}

@media (min-width:1920px) {
    .section--ppl {
        background-size: cover
    }
}

@media (max-width:991.98px) {
    .section--ppl {
        background-size: auto 100%;
        background-position: center
    }
}

@media (max-width:767.98px) {
    .section--ppl {
        padding-top: 1.875rem;
        padding-bottom: 1.875em
    }
}

.section--highlight {
    padding: 4.8125rem 0 2.75rem
}

@media (min-width:1920px) {
    .section--highlight {
        background-size: cover
    }
}

@media (max-width:991.98px) {
    .section--highlight {
        padding-bottom: 0;
        background-size: auto 100%;
        background-position: center
    }
}

.section--promo {
    padding: 6rem 0
}

@media (max-width:767.98px) {
    .section--promo {
        padding: 2.375rem 0 4.25rem
    }
}

.new {
    position: relative;
    display: block;
    padding: 0 .375rem .625rem 0;
    color: #000;
    -webkit-perspective: 1px;
    perspective: 1px
}

@media (max-width:767.98px) {
    .new {
        margin-right: -.375rem
    }
}

.new:before {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 100%;
    height: calc(100% - .625rem);
    background-image: url(/assets/img/slash-bg.png);
    content: ''
}

.new[href]:focus .new__inner:before,
.new[href]:hover .new__inner:before {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.new[href]:focus .new__inner:after,
.new[href]:hover .new__inner:after {
    color: #fff
}

.new[href]:focus .new__date,
.new[href]:focus .new__tag,
.new[href]:focus .new__title,
.new[href]:hover .new__date,
.new[href]:hover .new__tag,
.new[href]:hover .new__title {
    color: #fff
}

.new__date {
    bottom: 25px;
}

.new__inner {
    position: relative;
    min-height: 13.3125rem;
    padding: 2em 2.5em;
    background-color: #f8f8f8;
    -webkit-perspective: 1px;
    perspective: 1px;
    overflow: hidden
}

.new__inner:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0e7e8b;
    -webkit-transform: translate(-20%, 20%);
    transform: translate(-20%, 20%);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    z-index: -1;
    content: ''
}

.new__inner:after {
    position: absolute;
    top: .9375rem;
    right: .9375rem;
    font-family: wico !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .6875rem;
    line-height: 1;
    color: #0e7e8b;
    -webkit-transition: color .35s;
    transition: color .35s;
    content: "\e913"
}

@media (max-width:767.98px) {
    .new__inner:after {
        font-size: 1rem
    }
}

@media (max-width:1199.98px) {
    .new__inner {
        padding-left: 1.25em;
        padding-right: 1.25em
    }
}

@media (max-width:767.98px) {
    .new__inner {
        padding-left: 1.8125em;
        padding-right: 1.1875em;
        min-height: 14.625rem
    }
}

.new__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.new__media {
    max-width: 7.1875rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 7.1875rem;
    flex-basis: 7.1875rem;
    margin-left: .9375rem
}

@media (max-width:1439.98px) {
    .new__media {
        max-width: 32.03342618%;
        -ms-flex-preferred-size: 32.03342618%;
        flex-basis: 32.03342618%
    }
}

@media (max-width:1199.98px) {
    .new__media {
        margin-left: .625rem
    }
}

@media (max-width:767.98px) {
    .new__media {
        max-width: 7.1875rem
    }
}

.new__date,
.new__tag,
.new__title {
    -webkit-transition: color .35s;
    transition: color .35s
}

.new__tag {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 1.125em;
    color: #696969;
    font-weight: 600;
    text-transform: uppercase
}

@media (max-width:1439.98px) {
    .new__tag {
        font-size: 1em
    }
}

@media (max-width:991.98px) {
    .new__tag {
        margin-bottom: .3125rem
    }
}

.new__title {
    margin-bottom: .63636364em;
    /* max-height: 3.81818182em; */
    font-size: 1.375em;
    font-weight: 600;
    line-height: 1.3;
    overflow: hidden
}

@media (max-width:1439.98px) {
    .new__title {
        font-size: 1.25em;
        /* text-align: justify; */
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
    }
}

@media (max-width:1199.98px) {
    .new__title {
        font-size: 1.125em
    }
}

@media (max-width:767.98px) {
    .new__title {
        font-size: 1.375em
    }
}

.new__date {
    font-family: Roboto, Arial, PingFangTC, "Microsoft JhengHei revise", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

@media (max-width:1199.98px) and (min-width:768px) {
    .new__date {
        font-size: 1.125em
    }
}

.topic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: .875rem
}

@media (max-width:991.98px) {
    .topic {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.topic__right {
    margin-top: -4.6875rem;
    max-width: 34.0098401%;
    -ms-flex-preferred-size: 34.0098401%;
    flex-basis: 34.0098401%
}

@media (max-width:991.98px) {
    .topic__right {
        position: relative;
        max-width: calc(100% + 1.875rem);
        -ms-flex-preferred-size: calc(100% + 1.875rem);
        flex-basis: calc(100% + 1.875rem);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 4.25rem -.9375rem 0
    }

    .topic__right:before {
        position: absolute;
        top: -2.125rem;
        left: 50%;
        width: calc(100% - 1.875rem);
        border-top: 1px solid rgba(0, 10, 77, .1);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        content: ''
    }
}

@media (max-width:767.98px) {
    .topic__right {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.topic__right .topic__item:not(:last-child) {
    margin-bottom: 2.25em
}

@media (max-width:991.98px) {
    .topic__right .topic__item {
        max-width: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        margin: 0 .9375rem
    }
}

@media (max-width:767.98px) {
    .topic__right .topic__item {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.topic__right .topic__title {
    margin-top: .8125rem
}

@media (max-width:767.98px) {
    .topic__right .topic__title {
        margin-top: 1.25rem
    }
}

.topic__item {
    display: block
}

.topic__item[href]:focus .topic__media:before,
.topic__item[href]:hover .topic__media:before {
    opacity: .72;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.topic__item[href]:focus .topic__title,
.topic__item[href]:hover .topic__title {
    color: #0e7e8b
}

.topic__media {
    position: relative
}

.topic__media:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #2AC4CB;
    opacity: 0;
    -webkit-transform: scaleX(.8);
    transform: scaleX(.8);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
    pointer-events: none;
    content: ''
}

.topic__title {
    max-width: 58.375rem;
    font-size: 2rem;
    color: #000a4d;
    font-weight: 700;
    line-height: 1.4375;
    -webkit-transition: color .3s;
    transition: color .3s
}

@media (max-width:1199.98px) {
    .topic__title {
        font-size: 1.75em
    }
}

@media (max-width:991.98px) {
    .topic__title {
        font-size: 1.5em
    }
}

@media (max-width:767.98px) {
    .topic__title {
        font-size: 1.25em
    }
}

@media (max-width:575.98px) {
    .topic__title {
        font-size: 1.125em
    }
}

.ppl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1676px) {
    .ppl {
        /*font-size: .95465394vw*/
    }
}

@media (max-width:991.98px) {
    .ppl {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        /*font-size: 1.21089808vw*/
    }
}

.ppl__media {
    position: relative;
    margin-top: 4.375rem;
    max-width: 26.8125rem;
    -ms-flex-preferred-size: 26.8125rem;
    flex-basis: 26.8125rem;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:1676px) {
    .ppl__media {
        max-width: 25.59665871vw;
        -ms-flex-preferred-size: 25.59665871vw;
        flex-basis: 25.59665871vw
    }
}

@media (max-width:991.98px) {
    .ppl__media {
        max-width: 100%;
        -ms-flex-preferred-size: 47.9375rem;
        flex-basis: 47.9375rem;
        margin: 1.25rem auto 2.6875rem
    }
}

@media (max-width:767.98px) {
    .ppl__media {
        margin-bottom: .8125rem
    }
}

.ppl__img {
    display: block;
    width: 100%
}

@media (max-width:575.98px) {
    .ppl__img {
        width: calc(100% + 3.125rem);
        margin: 0 -1.5625rem
    }
}

.ppl__media-caption {
    margin-top: .63636364em;
    font-size: 1.375em;
    font-weight: 600;
    color: #000a4d
}

@media (max-width:991.98px) {
    .ppl__media-caption {
        margin-top: 1.875rem;
        font-size: 1.125rem;
        line-height: 1.34
    }
}

.ppl__body {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (min-width:992px) {
    .ppl__body {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media (max-width:991.98px) {
    .ppl__body {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 1.875rem
    }
}

@media (max-width:767.98px) {
    .ppl__body {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0
    }
}

.ppl__content {
    position: relative;
    margin-right: 1em;
    padding-top: 10.625em;
    padding-left: 1.5em;

}

@media (max-width:991.98px) {
    .ppl__content {
        margin-right: 0
    }
}

@media (max-width:767.98px) {
    .ppl__content {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 4.25rem 1.125rem 0
    }
}

.ppl__content>.ico {
    position: absolute;
    top: .22881356em;
    left: .18644068em;
    color: #fff;
    line-height: 1;
    font-size: 7.375em
}

@media (max-width:767.98px) {
    .ppl__content>.ico {
        top: 0;
        left: -.17241379em;
        font-size: 3.625rem
    }
}

.ppl__ppl-img {
    max-width: 40.4375rem;
    -ms-flex-preferred-size: 40.4375rem;
    /* flex-basis: 40.4375rem; */
    -ms-flex-negative: 0;
    flex-shrink: 0
}

@media (max-width:1676px) {
    .ppl__ppl-img {
        max-width: 38.60381862vw;
        -ms-flex-preferred-size: 38.60381862vw;
        /* flex-basis: 38.60381862vw */
    }
}

@media (max-width:767.98px) {
    .ppl__ppl-img {
        max-width: 100%;
        -ms-flex-preferred-size: 20.375rem;
        flex-basis: 20.375rem;
        /* margin-left: auto;
        margin-right: -2.6875rem */
    }
}

@media (max-width:575.98px) {
    .ppl__ppl-img {
        margin-right: -2.375rem
    }
}

.ppl__speech {
    margin-bottom: .62790698em;
    font-size: 2.6875em;
    font-weight: 700;
    color: #fff
}

@media (max-width:991.98px) {
    .ppl__speech {
        font-size: 2.91666667em
    }
}

@media (max-width:767.98px) {
    .ppl__speech {
        font-size: 2rem
    }
}

@media (max-width:575.98px) {
    .ppl__speech {
        margin-bottom: 1.1875rem;
        font-size: 1.75rem
    }
}

.ppl__highlight {
    position: relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 95, 0)), color-stop(5.56%, rgba(0, 45, 95, 0)), color-stop(5.56%, #002d5f), color-stop(94.44%, #002d5f), color-stop(94.44%, rgba(0, 45, 95, 0)), to(rgba(0, 45, 95, 0)));
    background-image: linear-gradient(rgba(0, 45, 95, 0) 0, rgba(0, 45, 95, 0) 5.56%, #002d5f 5.56%, #002d5f 94.44%, rgba(0, 45, 95, 0) 94.44%, rgba(0, 45, 95, 0) 100%);
    background-position: center;
    line-height: 1.7
}

@media (max-width:767.98px) {
    .ppl__highlight {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 45, 95, 0)), color-stop(1.5%, rgba(0, 45, 95, 0)), color-stop(1.5%, #002d5f), color-stop(98.5%, #002d5f), color-stop(98.5%, rgba(0, 45, 95, 0)), to(rgba(0, 45, 95, 0)));
        background-image: linear-gradient(rgba(0, 45, 95, 0) 0, rgba(0, 45, 95, 0) 1.5%, #002d5f 1.5%, #002d5f 98.5%, rgba(0, 45, 95, 0) 98.5%, rgba(0, 45, 95, 0) 100%);
        line-height: 1.95
    }
}

.ppl__remark {
    position: relative;
    max-width: 24.55555556em;
    margin-left: auto;
    margin-right: 10%;
    padding-left: 9.16666667em;
    color: #000a4d;
    font-weight: 600;
    font-size: 1.125em;
    line-height: 1.44
}

@media (max-width:991.98px) {
    .ppl__remark {
        margin-left: 1.875em;
        margin-right: 0;
        font-size: 1.33333333em
    }
}

@media (max-width:767.98px) {
    .ppl__remark {
        margin-left: auto;
        margin-top: 1rem;
        padding-left: 3.77777778em;
        font-size: 1.125rem
    }
}

.ppl__remark:before {
    position: absolute;
    top: .55555556em;
    left: 0;
    width: 8.66666667em;
    border-top: 1px solid #f3feff;
    content: ''
}

@media (max-width:767.98px) {
    .ppl__remark:before {
        left: -.5rem;
        width: 4.25rem
    }
}

/** POC Puzzle **/
.pz-main{
  position :absolute;
  top: 60%;
  transform: translateY(-55%);
  right: 2em;
  width: 23.5%;
}

.pz-main-large{
  top: 45%;
  transform: translateY(-45%);
}

@media (min-width: 1676px) {
    .pz-main {
        width: 21.5%;
    }
}

[class*="pz-key-img--"] {
  position: relative;
  -webkit-border-radius: .5em;
  -moz-border-radius: .5em;
  border-radius: .5em;
  cursor: pointer;
  
} 

.left-pz-text {
  display: block;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  position: relative;
  background: transparent !important;
  top: 3em;
  right: 5px;
  transform: rotateY(0deg) rotate(-180deg);
}

.right-pz-text {
  display: block;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  padding: 0em 1em 0 0em;
  position: relative;
  background: transparent !important;
  top: 3em;
  right: 5px;
  transform: rotateY(0deg) rotate(-270deg);
}

.left-drop{
	padding: 0;
	background-color: blue;
	/*box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.44);*/
	margin: 0 auto;
	width: 100%;
    aspect-ratio: 1 / 1;		
	border-radius:0% 100% 100% 100%;
	-webkit-transform: rotate(180deg);
	clear: left;
}

.right-drop{
	padding: 0;
	background-color: blue;
	/*box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.44);*/
	margin: 0 auto;
	width: 100%;
    aspect-ratio: 1 / 1;		
	border-radius:0% 100% 100% 100%;
	-webkit-transform: rotate(270deg);
	clear: left;
}

.drop-link-effect-left, .drop-link-effect-right{
    overflow: hidden;
}

.drop-link-effect-left{
    margin-left: auto;
}

.drop-link-effect-right{
    margin-right: auto;
}

.drop-link-effect-left:hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transform: scale(1.1);
  transform-origin: bottom right;
  z-index: 2;
}

.drop-link-effect-right:hover {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  transform: scale(1.1);
  transform-origin: bottom left;
  z-index: 2;
}

[class*="pz-placeholder--key-img-"]{
    padding-bottom:100%;
}

[class*="key-img--"] .key-img__title {
    text-align: center;
}

[class*="key-img--"] .key-img__desc {
    text-align: center
}

img.key-img__media_img-resize{	
  height: 100%;
  width: 100%;
}