/**************************

   NODE TYPE: REPORT 
   related template file:
   node-report.tpl.php
   page-report.tpl.php

**************************/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200;400;600&display=swap');

/* general */
.node-type-report section {
    padding: 50px 0;
}
.node.node-report .field {
    margin-bottom: 5px;
}
.node-type-report .section-content {
    padding-left: 30px;
}
.node-type-report .section-image {
    padding-right: 30px;
}
.node-report section .section-title::before {
    display: inline-block;
    content: '';
    width: 2px;
    height: 26px;
    position: relative;
    top: 3px;
    margin-right: 20px;
}
.node-report section .section-title {
    font-size: 26px;
    margin-bottom: 20px;
}

/* title */
.node-type-report .report-intro {
    height: 720px;
    background-size: cover;
}
.node-type-report .title-wrapper {
    width: 480px;
    height: 210px;
    text-align: center;
    background: #52ab8d;
    color: #fff;
    letter-spacing: 0.5em;
    margin: 0 auto -85px;
    position: relative;
    top: -130px;
    padding: 0 0 5px;
 }
.node-type-report .page-title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 300;
}
.node-type-report .title-eng {
    font-size: 20px;
    letter-spacing: .06em;
    font-family: 'Noto Serif TC', serif;
    font-weight: 200;
}
.node-type-report .en-page-title.title-eng {
    font-size: 30px;
    letter-spacing: .02em;
}
.node-type-report .year-element {
    font-size: 55px;
    font-family: 'Noto Serif TC', serif;
    font-weight: 600;
}
.year-element.en-year-element {
    padding-top: 25px;
    font-size: 60px;
}
.node-type-report .report-intro-text.main-content {
    color: #777;
    margin-bottom: 85px;
}
.node-type-report .report-intro-text.main-content p {
    line-height: 1.95;
}
.inro-wrapper {
    position: relative;
}
.report-menu {
    position: absolute;
    top: 20%;
    right: 2%;
}
.report-menu a.dropbtn {
    cursor: pointer;
    display: block;
    border: 1px solid #52ab8d;
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 14px;
}
.report-menu-content {
    display: none;
    background: #52ab8d;
    color: #fff;
    padding: 8px 16px;
    width: 100%;
    margin-top: 3px;
    text-align: center;
    font-size: 16px;
    transition: all .7s ease-in-out;
}
.report-menu-content a {
    display: block;
    color: #fff;
}
/*
.report-menu:hover .report-menu-content {
    display: block;
}
*/
.report-menu i{
    padding-left: 15px;
    color: #52ab8d;
}
.report-menu span {
    font-weight: 600;
    letter-spacing: .01em;
    font-size: 15px;
    padding: 0px 15px;
}
.i18n-switcher {
    text-align: center;
    margin: 10px auto;
    font-weight: 600;
}
.i18n-switcher a {
    color: #52ab8d;
    text-decoration: underline;
}
.i18n-switcher a:hover {
    text-decoration: none;
}
/* 焦點數據 */
section#focus-data {
    background: #e9e6df;
}
#focus-data .section-title {
    color: #575654;
}
#focus-data .section-title::before {
    background: #52ab8d;
}
.paragraphs-item-focus-data {
    background: #fff;
    padding: 16px 35px 8px;
    border-bottom: 1px solid #cfcfc7;
    border-right: 1px solid #cfcfc7;
    margin-bottom: 10px;
}
.field-name-field-score {
    color: #52ab8d;
    font-size: 24px;
    line-height: 1.2;
    font-family: 'Noto Serif TC', serif;
    font-weight: 400;
    
}
.field-name-field-score .field-item {
    opacity: .01;
}
/* 資料下載*/
.node-type-report section#file-download  {
    background: #52ab8d;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 60px;
}
#file-download .section-title::before {
    background: #fff;
}
.node-report .field-name-field-attachment .field-item {
    padding: 24px 10px 24px 35px;
    background: #fff;
    border-bottom: 1px solid #4a9a7f;
    border-right: 1px solid #4a9a7f;
    margin-bottom: 16px;
}

.node-report span.file-type {
    display: inline-block;
    background: #52ab8d;
    color: #fff;
    border-radius: 20px;
    padding: 4px 14px;
    font-size: 15px;
    transform: scale(0.7);
    float: right;
}
.node-type-report section#report-articles {
    padding-bottom: 0;;
}
.report-articles .article-image {
    padding-left: 45px;
    margin-bottom: 50px;
    float: right;
    z-index: 2;
}
.report-articles .article-text {
    padding-right: 70px;
    margin-bottom: 35px;
}
.report-articles h3 {
    line-height: 1.5;
    font-size: 1.35rem;
    font-weight: 400;
    padding-bottom: 30px;
    padding-top: 25px;
    letter-spacing: 2px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    width: 120%;
}
.report-articles p{
    font-weight: 300;
    letter-spacing: .05em;
}
.node-type-report section#report-acknowledgements {
    padding-top: 20px;
}
#report-acknowledgements h2.acknowledgements-title {
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
#report-acknowledgements p img {
    vertical-align: middle;
    width: 155px;
}

@media (min-width: 1200px) {
    .main-inner {
        min-height: auto;
    }
    .node-type-report section {
        padding: 105px 0 85px;
    }
    #report-acknowledgements p {
        letter-spacing: 0.035em;
        word-break: keep-all;
        color: #777;
    }
}
@media (max-width: 1599px) {
    .node-type-report .report-intro-text.main-content {
        max-width: 57vw;
        letter-spacing: .04em;
        margin: 0 auto 30px;
    }
    .report-menu {
        right: 5px;
    }
}
@media (min-width: 768px) and (max-width: 1199px) {

    .report-articles .article-text {
        padding-right: 0;
    }
    .report-articles p {
        letter-spacing: normal;
    }
    .report-articles h3 {
        padding-top: 8px;
    }
}
@media (max-width: 1199px) {
    .report-menu {
        position: static;
        width: 225px;
        margin: 0 auto 30px;
    }
}
@media (max-width: 768px) {
    .node-report .main-inner.limiter {
        padding: 0 0 20px;
    }
    .node-type-report section {
        padding: 0;
    }
    .node-type-report .report-intro {
        height: 65vh;
        background-size: 200vh;
        background-position: center top;
    }
    .node-type-report .report-intro-text.main-content {
        margin-bottom: 30px;
        max-width: 85vw;
    }
    .node-type-report .title-wrapper {
        width: 90vw;
        height: 160px;
    }
    .node-type-report .year-element {
        font-size: 43px;
    }
    .node-type-report .page-title {
        font-size: 29px;
        color: #fff;
        margin-bottom: 5px;
        font-weight: 300;
    }
    .node-type-report .title-eng {
        font-size: 17px;
    }
    .node-type-report .main-content {
        padding: 0 15px;
    }
    .node-type-report .section-content {
        padding-left: 15px;
    }
    .node-type-report .section-image {
        padding: 0;
    }
    .node-report section .section-title::before {
        display: none;
    }
    .node-report section .section-title {
        margin-top: 20px;
        text-align: center;
    }
    .field-name-field-score-metadata {
        line-height: 1.5;
    }
    .paragraphs-item-focus-data {
        padding: 16px 38px 8px;
    }
    .node-type-report section#file-download {
        padding-top: 0;
    }
    .node-report .field-name-field-attachment .field-item {
        padding: 15px;
        text-align: right;
    }
    .node-report .field-name-field-attachment a {
        text-align: left;
        display: block;
        font-size: 1.2rem;
        word-break: keep-all;
    }
    .node-report .field-name-field-attachment span.file-type {
        float: none;
    }
    section#report-articles {
        margin-top: -5px;
    }
    .report-articles .article-image {
        padding: 0;
        margin-bottom: 0;
    }
    .report-articles .article-text {
        padding: 0 15px 65px;
    }
    .report-articles h3 {
        width: 100%;
        padding-bottom: 16px;
        font-size: 1.53rem;
        letter-spacing: 0.08em;
    }
    .report-articles p {
        font-weight: 400;
        letter-spacing: .01em;
    }
    .node-type-report section#report-acknowledgements {
        padding-bottom: 40px;
    }
}
@media (min-width: 720px) and (max-width: 768px) { 
    .node-type-report .section-image {
        padding: 20px 15px 0;
    }

}
@media (max-width: 360px) {
    .node-type-report .page-title {
        letter-spacing: .075em;
    }
    .paragraphs-item-focus-data {
        padding: 16px 22px 8px;
    }
}

