@charset "utf-8";

/* CSS Document */
:root {
    --grey: #333333;
}

/*BLOG-----------------------------------------*/
.blog * {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-size: 16px;
    color: #555555;
}

.blog .list {
    padding: 60px 0
}

.blog .tab {
    font-size: 20px;
    margin: 0 -1em 10px;
    padding: 1em 0;
    overflow: auto;
    text-align: center;
    white-space: nowrap;
}

.blog .tab+img {
    display: none;
}

.blog .tab li {
    display: inline-block;
    position: relative;
    padding: 0 1em;
}

.blog .tab li:after {
    content: "";
    position: absolute;
    top: 4px;
    right: 0;
    height: 14px;
    width: 1px;
    background: #BBBBBB;
    border-right: #FFFFFF 1px solid;
}

.blog .tab li:last-child:after {
    display: none;
}

.blog .tab a {
    display: block;
    position: relative;
    font-weight: bold;
    color: var(--grey);
    padding-bottom: 17px;
    transition: 0.2s;
}

.blog .tab .active a,
.blog .tab a:hover {
    color: #06a0c5;
}

.blog .tab .active a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 56px;
    height: 2px;
    background: #06a0c5;
    margin-left: -28px;
}

.blog .tab .active a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -6px;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #06a0c5 transparent transparent transparent;
    margin-left: -6px;
}

/*BLOG_LIST*/
.blog .lists {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.blog .lists li {
    margin-top: 50px;
    width: 33.33%;
}

.blog .lists a {
    display: block;
    margin: 0 15px;
}

.blog .lists div {
    position: relative;
    padding-bottom: 56.25%;
    border-radius: 20px;
    overflow: hidden;
}

.blog .lists div:before,
.blog .lists div:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog .lists div:before {
    top: -100%;
    background: url("../images/blog_list_icon.png") center no-repeat;
    background-size: 70px;
    z-index: 2;
}

.blog .lists a:hover div:before {
    top: 0;
    transition: 0.2s 0.2s;
}

.blog .lists div:after {
    background: #23377C;
    z-index: 1;
    opacity: 0;
    transition: 0.2s;
}

.blog .lists a:hover div:after {
    opacity: 0.9;
}

.blog .lists img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog .lists time,
.blog .lists .catelog {
    display: block;
    font-size: 15px;
    color: #777777;
    padding: 20px 0 15px;
}

.blog .lists h2 {
    font-size: 1.055em;
    letter-spacing: -0.04em;
    color: var(--grey);
    font-weight: bold;
    line-height: 1.5em;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.2s;
}

.blog .lists a:hover h2 {
    color: #2F5896;
}

.blog .lists h2:before,
.blog .lists h2:after {
    display: none;
}

/*PAGE10_BLOG_IN_RIGHT*/
.blog .info {
    padding: 60px 0;
}

.blog .info .out {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
}

.blog .info .box {
    display: block;
    background: #FFFFFF;
    padding: 0 0 20px;
    margin-bottom: 20px;
}

.blog .info .right {
    width: 100%;
}

.blog .info .right h1 {
    font-family: Lucida Bright, Arial, sans-serif;
    font-size: 1.388em;
    font-weight: bold;
    font-style: italic;
    line-height: 1.2em;
    color: var(--grey);
}

.blog .info .right h1 .kw-space-all {
    margin: 0 -0.3em 0;
}

.blog .info .right h1 .kw-space-rig {
    margin: 0 -0.3em 0 0;
}

.blog .info .right h1 .kw-space-lef {
    margin: 0 0 0 -0.3em;
}

.blog .info .right h1 strong {
    font-weight: bold;
}

.blog .info .right h1 em {
    font-style: normal;
}

.blog .info .right h1 a {
    color: var(--grey);
    text-decoration: none;
}

.blog .info .right time {
    display: block;
    font-size: 15px;
    padding-top: 10px;
    color: #d7000f;
}

.blog .info .right .share {
    display: flex;
    justify-content: flex-end;
    padding-bottom: 10px;
    border-bottom: #DDDDDD 1px solid;
    margin-top: 15px;
}

.blog .info .right .share li {
    margin-left: 5px;
}

.blog .info .right .share a {
    display: block;
    width: 30px;
    height: 30px;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden;
    transition: 0.2s;
}

.blog .info .right .share .fb a {
    background-image: url(../images/blog_fb.png);
}

.blog .info .right .share .in a {
    background-image: url(../images/blog_in.png);
}

.blog .info .right .share a:hover {
    opacity: 0.8;
}

.blog .info .right figure {
    margin: 20px 0 15px;
}

.blog .info .right figcaption {
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0.4em 1em 0.5em;
    line-height: 1.5em;
    background: #f3f3f3;
    color: var(--grey);
}

.blog .info .right figcaption.seo .kw-space-all {
    margin: 0 -0.25em 0;
}

.blog .info .right figcaption.seo .kw-space-rig {
    margin: 0 -0.25em 0 0;
}

.blog .info .right figcaption.seo .kw-space-lef {
    margin: 0 0 0 -0.25em;
}

.blog .info .right figcaption.seo strong {
    font-weight: bold;
}

.blog .info .right figcaption.seo em {
    font-style: normal;
}

.blog .info .right figcaption.seo a,
.blog .info .right figcaption.seo a:hover,
.blog .info .right figcaption.seo a:active {
    color: var(--grey) !important;
    text-decoration: none;
    border-bottom: none !important;
}

.blog .info .right figure img {
    width: 100%;
}

.blog .info .right .table-of-contents {
    background: #F3F3F3;
    border-radius: 10px;
    overflow: hidden;
}

.blog .info .right .table-of-contents .t1 {
    padding: 20px;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    background: #06a0c5;
    opacity: 0.75;
}

.blog .info .right .table-of-contents .t1 img {
    width: 22px;
    margin-right: 10px;
}

.blog .info .right .table-of-contents .ol {
    padding: 20px 20px 20px 30px;
    margin: 0;
    list-style: disc !important;
    color: #06a0c5;
    line-height: 1.3em;
    letter-spacing: -0.01em;
    font-weight: bold;
}

.blog .info .right .table-of-contents .ol>li {
    margin: 0 0 17px 0;
    padding: 0.25em 0.5em;
    background: #fff;
    border-radius: 8px;
    display: list-item !important;
    list-style: disc !important;
}

.blog .info .right .table-of-contents .ol ol {
    list-style: disc !important;
    margin: 5px 0 0 0;
    padding-left: 20px;
}

.blog .info .right .table-of-contents .ol ol li {
    display: list-item !important;
    list-style: disc !important;
}

.blog .info .right .table-of-contents .ol ol li::marker {
    color: #06a0c5;
}

.blog .info .right .table-of-contents a {
    line-height: 1.8em;
    color: #06a0c5;
    border-bottom: #ffffff 1px solid;
    transition: 0.2s;
}

.blog .info .right .table-of-contents ol li a .kw-space-all {
    margin: 0 -0.3em 0;
}

.blog .info .right .table-of-contents ol li a .kw-space-rig {
    margin: 0 -0.3em 0 0;
}

.blog .info .right .table-of-contents ol li a .kw-space-lef {
    margin: 0 0 0 -0.3em;
}

.blog .info .right .table-of-contents ol li a {
    color: var(--grey);
}

.blog .info .right .table-of-contents a:hover {
    color: #06a0c5;
    border-bottom: #06a0c5 1px solid;
}

.blog .info .right .text1 section {
    padding-top: 3em;
    margin-top: -3em;
}

.blog .info .right .text1 h2 {
    position: relative;
    display: inline-block;
    font-family: Lucida Bright, Arial, sans-serif;
    font-style: italic;
    font-weight: bold;
    font-size: 1.088em;
    line-height: 1.45em;
    margin-top: 3.8em;
    color: var(--grey);
}

.blog .info .right .text1 h2 .kw-space-all {
    margin: 0 -0.33em 0;
}

.blog .info .right .text1 h2 .kw-space-rig {
    margin: 0 -0.33em 0 0;
}

.blog .info .right .text1 h2 .kw-space-lef {
    margin: 0 0 0 -0.33em;
}

.blog .info .right .text1 h2 strong {
    font-weight: bold;
}

.blog .info .right .text1 h2 em {
    font-style: normal;
}

.blog .info .right .text1 h2 a,
.blog .info .right .text1 h2 a:hover,
.blog .info .right .text1 h2 a:active {
    color: #06a0c5;
    text-decoration: none;
    border-bottom: none;
    cursor: text;
}

.blog .info .right .text1 h2:before,
.blog .info .right .text1 h2:after {
    display: none;
}

.blog .info .right .text1 p {
    margin: 10px 0;
    line-height: 1.85em;
    letter-spacing: -0.01em;
}

.blog .info .right .text1 p .kw-space-all {
    margin: 0 -0.25em 0;
}

.blog .info .right .text1 p .kw-space-lef {
    margin: 0 0 0 -0.25em;
}

.blog .info .right .text1 p .kw-space-rig {
    margin: 0 -0.25em 0 0;
}

.blog .info .right .text1 p strong {
    font-weight: normal;
}

.blog .info .right .text1 p em {
    font-style: normal;
}

.blog .info .right .text1 p a,
.blog .info .right .text1 p a:hover,
.blog .info .right .text1 p a:active {
    color: var(--grey);
    text-decoration: none;
    border-bottom: none;
}

.blog .info .right .text1 table {
    font-family: "Microsoft YaHei";
    width: 100%
}

.blog .info .right .text1 table td,
.blog .info .right .text1 table th {
    border: 1px #d8d8d8 solid;
    padding: 1em;
    line-height: 1.45em;
    letter-spacing: 0.03em;
}

.blog .info .right .text1 table th {
    background: #e6f7fa;
    font-size: 1.188em;
    font-weight: bold;
    vertical-align: middle;
}

.blog .info .right .text1 table th:nth-child(1) {
    color: #fff;
    background: #06a0c5;
    width: 24%;
}

.blog .info .right .text1 table th:nth-child(2),
.blog .info .right .text1 table th:nth-child(3) {
    width: 38%;
}

.blog .info .right .text1 table tr td:nth-child(1) {
    color: #fff;
    background: #06a0c5;
    font-weight: bold;
}

/*for ETN台灣現況頁之table*/
.blog .info .right .text1 table.taiwan td,
.blog .info .right .text1 table.taiwan th {
    border: 1px #d8d8d8 solid;
    padding: 0.5em;
    line-height: 1.45em;
    letter-spacing: 0.02em;
}

.blog .info .right .text1 table.taiwan th:nth-child(1) {
    color: #fff;
    background: #06a0c5;
    width: 25%;
}

.blog .info .right .text1 table.taiwan th:nth-child(2),
.blog .info .right .text1 table.taiwan th:nth-child(3),
.blog .info .right .text1 table.taiwan th:nth-child(4) {
    width: 25%;
}

.blog .info .right .text1 table.taiwan tr td:nth-child(1) {
    color: #fff;
    background: #06a0c5;
    font-weight: bold;
}

.blog .info .right .text1 li {
    position: relative;
    line-height: 1.85em;
    letter-spacing: -0.01em;
}

.blog .info .right .text1 .more {
    border: #06a0c5 1px solid;
    padding: 20px;
    border-radius: 10px;
}

.blog .info .right .text1 span {
    position: relative;
    display: block;
    padding-left: 12px;
    font-weight: bold;
    margin-bottom: 8px;
}

.blog .info .right .text1 span:before {
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #06a0c5;
}

.blog .info .right .text1 a {
    font-weight: normal;
    color: #06a0c5;
    border-bottom: #FFFFFF 1px solid;
    transition: 0.2s;
}

.blog .info .right .text1 a:hover {
    color: #06a0c5;
    border-bottom: #06a0c5 1px solid;
}

.blog .info .right .text1 h3 {
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 1.5em;
    color: var(--grey);
}

.blog .info .right .text1 .dot {
    list-style: disc !important;
    margin: 10px 0 0 0;
    padding: 20px;
    padding-left: 40px;
    background: #06a0c5;
    border-radius: 10px;
}

.blog .info .right .text1 .dot li {
    padding-left: 0;
    display: list-item !important;
    list-style: disc !important;
    color: #FFFFFF;
}

.blog .info .right .text1 .dot li::marker {
    color: #FFFFFF;
}

.blog .info .right .text1 .dot li:before {
    display: none;
}

.blog .info .right .text1 ol {
    margin: 10px 0 0 1.2em;
}

.blog .info .right .text1 ol.normal li {
    font-weight: normal;
}

.blog .info .right .text2 {
    display: flex;
    align-items: flex-start;
    background: #f8fbfd;
    border-left: 4px solid #06a0c5;
    padding: 24px 28px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.blog .info .right .text2 img {
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-right: 24px;
    border: 3px solid #FFFFFF;
    box-shadow: 0 2px 8px rgba(6, 160, 197, 0.2);
}

.blog .info .right .text2>div {
    flex: 1;
}

.blog .info .right .text2 h2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    color: #06a0c5;
    margin: 0 0 4px 0;
}

.blog .info .right .text2 h3 {
    font-size: 14.5px;
    font-weight: normal;
    line-height: 1.75em;
    color: var(--grey);
    margin: 0;
}

.blog .info .right .text2 br {
    display: block;
    margin-bottom: 8px;
    content: "";
}

.blog .info .right .bottom {
    display: flex;
    margin: 0 -6px;
}

.blog .info .right .bottom a {
    width: 100%;
    box-sizing: border-box;
    margin: 0 6px;
    font-weight: bold;
}

.blog .info .right .bottom .up {
    position: relative;
    color: #2F5896;
    font-weight: bold;
    padding: 0.5em 0.8em;
    border-bottom: #D6D6D6 1px solid;
}

.blog .info .right .bottom .prev:before,
.blog .info .right .bottom .next:after {
    content: "";
    position: absolute;
    top: 13px;
    border-style: solid;
    transition: 0.2s;
}

.blog .info .right .bottom .prev:before {
    left: 0;
    border-width: 3px 6px 3px 0;
    border-color: transparent #ff9600 transparent transparent;
}

.blog .info .right .bottom a:hover .prev:before {
    border-color: transparent #2B449A transparent transparent;
}

.blog .info .right .bottom .next {
    text-align: right;
}

.blog .info .right .bottom .next:after {
    right: 0;
    border-width: 3px 0 3px 6px;
    border-color: transparent transparent transparent #ff9600;
}

.blog .info .right .bottom a:hover .next:after {
    border-color: transparent transparent transparent #2B449A;
}

.blog .info .right .bottom .word {
    line-height: 1.5em;
    color: var(--grey);
    margin-top: 0.5em;
    height: 3em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.2s;
}

.blog .info .right .bottom a:hover .word,
.blog .info .right .bottom a:active .word {
    color: #ff6600;
    text-decoration: underline;
}

.blog .info .right .lists {
    margin-top: -50px;
}

.blog .info .right .lists li {
    width: 50%;
}

/*BLOG_IN_LEFT*/
.blog .info .left {
    width: 300px;
    min-width: 300px;
    margin-right: 30px;
}

.blog .info .left .title {
    font-family: Lucida Bright, Arial, sans-serif;
    font-style: italic;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    line-height: 2em;
    font-weight: bold;
    border-bottom: #DDDDDD 1px solid;
    padding-bottom: 5px;
    margin-bottom: 1em;
    color: var(--grey);
}

.blog .info .left .title img {
    width: 50px;
}

.blog .info .left .text1 li {
    margin-bottom: 5px;
}

.blog .info .left li:last-child {
    margin-bottom: 0 !important;
}

.blog .info .left .text1 a {
    display: block;
    color: var(--grey);
    padding: 0.7em 0;
    border-radius: 5px;
    transition: 0.2s;
}

.blog .info .left .text1 li.active a {
    color: #06a0c5;
    font-weight: bold;
    text-decoration: underline;
}

.blog .info .left .text1 a:hover,
.blog .info .left .text1 a:active {
    color: #FFFFFF;
    padding: 0.7em;
    background: #06a0c5;
}

.blog .info .left .text1 li.active a:hover,
.blog .info .left .text1 li.active a:active {
    color: #FFFFFF;
    font-weight: normal;
    text-decoration: none;
}

.blog .info .left .text2 ul {
    list-style: disc !important;
    padding-left: 18px;
    margin-left: 0;
}

.blog .info .left .text2 li {
    line-height: 1.5em;
    margin-bottom: 0.77em;
    letter-spacing: -0.01em;
    display: list-item !important;
    list-style: disc !important;
}

.blog .info .left .text2 li::marker {
    color: #06a0c5;
}

.blog .info .left .text2 a {
    color: var(--grey);
    transition: 0.2s;
}

.blog .info .left .text2 a:hover {
    color: #06a0c5;
}

.blog .info .left .text3 ul {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 0;
}

.blog .info .left .text3 li {
    box-shadow: 0 0 0 1px #BBBBBB;
    margin: 5px !important;
    border-radius: 5px;
    transition: 0.2s;
}

.blog .info .left .text3 li:hover {
    box-shadow: 0 0 0 1px #736FED;
}

.blog .info .left .text3 li.active {
    box-shadow: 0 0 0 2px #736FED;
}

.blog .info .left .text3 a {
    display: block;
    font-size: 15px;
    color: var(--grey);
    padding: 0.5em;
    transition: 0.2s;
}

.blog .info .left .text3 li:hover a {
    color: #2B449A;
}

.blog ul.further-reading {
    margin-top: 1.5em;
    padding: 1em 2em;
    border: 1px rgba(255, 153, 0, 0.5) solid;
    border-radius: 15px;
}

/*MOBILE----------------------------------------------------------------------------*/
@media only screen and (max-width:1000px) {
    /*BLOG-----------------------------------------*/

    /*BLOG_TAB*/
    .blog .tab+img {
        display: block;
        width: 81px;
        margin: 10px auto 0;
    }

    .blog .lists {
        display: grid;
        justify-content: center;
        grid-template-columns: repeat(auto-fit, minmax(auto, 335px));
    }

    .blog .lists li,
    .blog .info .right .lists li {
        width: 100%;
        max-width: 335px;
    }

    /*PAGE10_BLOG_IN_RIGHT*/
    .blog .info {
        padding: 80px 0 40px;
    }

    .blog .info .out {
        display: block;
    }

    .blog .info .right {
        margin-bottom: 50px;
    }

    .blog .info .right .table-of-contents .ol ol {
        list-style: disc !important;
        margin: 5px 0 0 0;
        padding-left: 20px;
    }

    .blog .info .right .text2 {
        display: block;
    }

    .blog .info .right .text2 img {
        display: block;
        margin: 0 auto;
    }

    .blog .info .right .bottom {
        display: block;
    }

    .blog .info .right .bottom a {
        margin-bottom: 20px;
    }

    .blog .info .left {
        width: auto;
        min-width: 0;
        max-width: 300px;
        margin: 0 auto;
    }
}