/* 共用樣式 */
.linear-txt {
    color: #0030d9;
    /* letter-spacing: 0px; */
    background: -webkit-linear-gradient(90deg, #0070d8 0%, #006b04 100%);
    background: linear-gradient(90deg, #0070d8 0%, #006b04 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.linear-txt-bk {
    color: #7ed1ff;
    /* letter-spacing: 0px; */
    background: -webkit-linear-gradient(90deg, #7ed1ff 0%, #7dd991 100%);
    background: linear-gradient(90deg, #7ed1ff 0%, #7dd991 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* 共用樣式 end */

.kv-pavilion {
    padding: 0;
    background-color: #009953;
    background: url(../img/pavilion/kv-bg-deco.png) no-repeat left top/ 50%,
        linear-gradient(#009953 0%, #009953 100%);
    /* background: #009953 url('../img/pavilion/bg-pavilion.jpg') no-repeat top center/ 100%; */
    background-attachment: fixed;
    min-height: 70vh;
}

.kv-pavilion .kv-txt {
    position: absolute;
    left: auto;
    top: 50%;
    right: 6%;
    transform: translateY(-50%);
    max-width: 560px;
    width: 100%;
}

@media (max-width: 1366px) {
    .kv-pavilion {
        min-height: 55vh;
    }
}

@media (max-width: 1200px) {
    .kv-pavilion {
        min-height: 45vh;
    }

    .kv-pavilion .kv-txt {
        max-width: 400px;
    }
}

@media (max-width: 992px) {
    .kv-pavilion {
        min-height: 40vh;
    }

    .kv-pavilion .kv-txt {
        max-width: 300px;
        top: 62%;
    }
}

@media (max-width: 767px) {
    .kv-pavilion {
        min-height: 35vh;
    }
}

/* foreword */
.foreword {
    background: url("../img/pavilion/bg-foreword.png") no-repeat right top / 23%;
    min-height: 50vh;
    padding: 0;
    box-shadow: 0 0 50px #00381e;
    overflow: hidden;
    z-index: 1;
}

.foreword-deco1 {
    /* blue */
    position: absolute;
    bottom: -10%;
    left: 2%;
    z-index: -1;
}

.foreword-deco2 {
    /* pink */
    position: absolute;
    top: -3%;
    left: -6%;
    z-index: -1;
}

.foreword-titlebox {
    padding: 0 0 0 50px;
}

.foreword-title {
    color: #009953;
    text-align: center;
    padding: 100px 20px;
}

.foreword-title .img {
    width: 100%;
}

.foreword-titlebox .foreword-title.aos-animate {
    animation: forwordTitle 1.5s 0s 2 alternate;
}

@keyframes forwordTitle {
    0% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    100% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
}

.foreword-txtbox {
    padding: 100px 200px 100px 40px;
}

.foreword-txt-top,
.foreword-txt-title,
.foreword-txt {}

.foreword-txt-top {}

.foreword-txt-title {}

.foreword-txt {}

@media (max-width: 1024px) {
    .foreword {
        background-size: 40%;
    }
}

@media (max-width: 767px) {
    .foreword {
        background-size: cover;
        background-position: center;
    }

    .foreword-deco1,
    .foreword-deco2 {
        /* pink */
        display: none;
    }

    .foreword-txtbox {
        padding: 50px 15px;
        background-color: #fff;
    }
}

/* direct */
.direct {
    /* background-color: #009953; */
    background: linear-gradient(#55555580 0%, #55555580 100%),
        url(../img/pavilion/kv-bg-deco.png) no-repeat left top/ 50%,
        linear-gradient(#009953 0%, #009953 100%);
    /* margin: 0 0 -120px; */
    margin: 0;
    background-attachment: fixed;
}

.direct-card-group {
    border-radius: 20px;
    padding: 3% 3%;
    position: relative;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 10px 0px #b5b5b5;
}

.direct-item-outer {
    position: relative;
    border-top-right-radius: 20px;
}

.direct-item-outer:hover {
    background-color: #eeeeee;
}

.direct-item {
    border-top-right-radius: 30px;
    overflow: hidden;
}

.direct-item-img {
    width: 100%;
}

.direct-content {}

.direct-item-outer .direct-icon {
    opacity: 0.5;
    border: 1px solid #888;
    background-color: #fff;
    padding: 2px 10px;
    border-radius: 3px;
    font-size: 11px;
    display: inline-block;
    float: right;
    color: #888;
    transition: 0.3s ease;
}

.direct-item-outer:hover .direct-icon {
    opacity: 1;
    background-color: #fff;
}

.direct-title {}

.direct-content p {}

/* brands 參展品牌 */
.brands {
    background-color: #ececec;
}

.brands-headbox {}

.brands-title {}

.brands-title-top {}

.brands-title-sub a {
    color: #333;
}

.brands-title-sub a:hover {
    color: var(--linkHover);
}

.brands-desc {}

/* swiper carousel */
.swiper-brands {
    padding-bottom: 40px;
}

.swiper-item {
    text-align: center;
}

.swiper-item img {
    background-color: #fff;
}

.swiper-item-link {
    color: var(--link);
    display: block;
}

.swiper-item-link:first-child {
    margin-bottom: 20px;
}

.swiper-brands .swiper-pagination {
    bottom: 0px;
}

.swiper-brands .swiper-pagination .swiper-pagination-bullet {
    background-color: var(--link);
}

.swiper-brands .swiper-button-prev {}

.swiper-brands .swiper-button-next {}

.vendor-name {
    margin: 10px 0;
    line-height: 1.4;
    font-weight: 400;
    font-size: 15.5px;
    min-height: 22px;
}

/* maps */
.maps {
    background-color: #f5f5f5;
    padding: 100px 0 0 0;
}

.maps-headbox {}

.maps-title {}

.maps-title-top {}

.maps-title-sub a {
    color: #333;
}

.maps-title-sub a:hover {
    color: var(--linkHover);
}

.maps-desc {
    background-color: #fff;
    padding: 3%;
}

/* 4個 Box展區 共用 */
.maps-main {
    margin: 0;
    padding: 350px 30px 100px;
    max-width: 1500px;
    max-height: 1000px;
    overflow: hidden;
}

@media (max-width: 1620px) {
    .maps-main {
        padding: 250px 10px 200px;
    }
}

@media (max-width: 991px) {
    .maps-main {
        padding: 50px 20px 50px;
        max-width: unset;
        max-height: unset;
    }
}

.mapsBox {
    position: relative;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    border-bottom: 8px solid transparent;
    transition: 0.8s ease-in-out;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    height: 500px;
    z-index: 0;
}

/* .mapsBox.active */
.mapsBox.active {
    margin-top: -150px;
}

.topLeftBox,
.topRightBox,
.downLeftBox,
.downRightBox {}

/* 為了要讓圖拼在一起，下層 box 往上一半 */
.downLeftBox,
.downRightBox {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mapsBox a {
    color: #333;
}

.mapsBox-content {
    padding: 10px 15px;
    margin-top: 0;
    filter: grayscale(0.3);
    height: fit-content;
}

/* .mapsBox.active */
.mapsBox.active .mapsBox-content {
    background-color: #fff;
    filter: grayscale(0);
}

@media (max-width: 991px) {
    .mapsBox {
        margin-top: 0px !important;
        height: unset;
    }

    .downLeftBox,
    .downRightBox {
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

    .mapsBox .mapsBox-content {
        background-color: #fff;
        filter: grayscale(0);
    }

    .mapsBox .mapsBox-content::after {
        content: none !important;
    }

    .maps-main .mapsBox .mapsBox-content {
        -webkit-transform: translate(0%, 0%) !important;
        transform: translate(0%, 0%) !important;
    }

    .maps-main .mapsBox .mapsBox-content::after {
        opacity: 1 !important;
    }
}

.main-title {
    position: relative;
    border-radius: 3px;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff;
}

.main-title::before {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    background-color: #009953;
}

.main-title-icon {}

.main-txtbox {
    padding: 8px 20px;
    display: none;
}

@media (max-width: 991px) {
    .main-txtbox {
        display: block;
    }
}

/* .mapsBox.active */
.mapsBox.active .main-txtbox {
    display: block;
}

.main-link i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background-color: #e4e4e4;
    color: #fff;
    display: block;
    transition: 0.3s ease;
}

/* .mapsBox.active */
.mapsBox.active .main-link i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #009953;
}

@media (max-width: 991px) {

    .mapsBox .main-link i,
    .mapsBox.active .main-link i {
        width: 50px;
        height: 50px;
        line-height: 50px;
        background-color: #009953;
    }
}

.mapsBox:nth-child(2n + 2) .main-link i {
    margin-left: auto;
}

.main-imgbox {
    position: relative;
    width: 60%;
    height: 100%;
    max-height: 500px;
}

.mapsBox:nth-child(odd) .main-imgbox {}

.mapsBox:nth-child(even) .main-imgbox {}

.main-imgbox .main-imgAnchor {
    position: absolute;
    /* z-index: 2; */
}

.main-imgbox .main-imgAnchor img {
    width: 100%;
    max-width: 500px;
}

.mapsBox .main-imgbox .main-imgAnchor .img-shadow {
    /* content:''; */
    position: absolute;
    bottom: -225px;
    background: url(../img/pavilion/maps-shadow.png) no-repeat top center / cover;
    width: 100%;
    max-width: 500px;
    height: 400px;
    z-index: -1;
}

.mapsBox .main-imgbox .main-imgAnchor .img-shadow::after {
    content: "";
    position: absolute;
    bottom: -50px;
    width: 100%;
    height: 100px;
    background: linear-gradient(#f5f5f500 0%, #f5f5f5 100%);
}

.mapsBox .main-imgbox .main-imgAnchor img {
    filter: drop-shadow(0 0 10px #fff);
}

/* .mapsBox.active */
.mapsBox.active .main-imgbox .main-imgAnchor img {
    filter: drop-shadow(0 0 5px #fff);
}

@media (max-width: 991px) {
    .main-imgbox {
        height: unset;
        max-height: unset;
        max-width: 400px;
        z-index: -1;
    }

    .main-imgbox .main-imgAnchor {
        position: relative;
        -webkit-transform: translate(0%, 0%) !important;
        transform: translate(0%, 0%) !important;
    }

    .mapsBox .main-imgbox .main-imgAnchor img {
        filter: drop-shadow(0 0 5px #fff);
    }

    .mapsBox .main-imgbox .main-imgAnchor .img-shadow {
        height: 250px;
        bottom: -90px;
    }
}

.maps-main .topLeftBox {
    /* padding-right: 30%; */
}

.maps-main .topLeftBox .mapsBox-content {
    -webkit-transform: translate(75%, -30%);
    transform: translate(75%, -30%);
}

.maps-main .topLeftBox .mapsBox-content::after {
    content: "";
    width: 300px;
    height: 100%;
    position: absolute;
    right: -300px;
    top: 0;
    background-color: #fff;
    opacity: 0;
    z-index: -2;
}

/* .mapsBox.active */
.maps-main .topLeftBox.active .mapsBox-content::after {
    opacity: 1;
}

.maps-main .topLeftBox .main-title {}

.maps-main .topLeftBox .main-txtbox {}

.maps-main .topLeftBox .main-link {}

.maps-main .topLeftBox .main-imgbox {}

.maps-main .topLeftBox .main-imgbox .main-imgAnchor {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.maps-main .topRightBox {}

/* .mapsBox.active */
.maps-main .topRightBox.active {
    margin-top: -100px;
}

.maps-main .topRightBox .mapsBox-content {
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
}

/* .mapsBox.active */
.maps-main .topRightBox .mapsBox-content::after {
    content: "";
    width: 200px;
    height: 100%;
    position: absolute;
    left: -200px;
    top: 0;
    background-color: #fff;
    opacity: 0;
}

.maps-main .topRightBox.active .mapsBox-content::after {
    opacity: 1;
}

@media (max-width: 1620px) {
    .maps-main .topRightBox .mapsBox-content {
        -webkit-transform: translate(-20%, -50%);
        transform: translate(-20%, -50%);
    }
}

.maps-main .topRightBox .main-title {}

.maps-main .topRightBox .main-txtbox {}

.maps-main .topRightBox .main-link {}

.maps-main .topRightBox .main-imgbox {}

.maps-main .topRightBox .main-imgbox .main-imgAnchor {
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
}

.maps-main .downLeftBox {
    /* padding-right: 32%; */
}

.maps-main .downLeftBox .mapsBox-content {
    -webkit-transform: translate(5%, 0%);
    transform: translate(5%, 0%);
}

.maps-main .downLeftBox .main-title {}

.maps-main .downLeftBox .main-txtbox {}

.maps-main .downLeftBox .main-link {}

.maps-main .downLeftBox .main-imgbox {}

.maps-main .downLeftBox .main-imgbox .main-imgAnchor {
    -webkit-transform: translate(0%, -65%);
    transform: translate(0%, -65%);
}

.maps-main .downRightBox {
    /* padding-left: 30%; */
}

.maps-main .downRightBox .mapsBox-content {
    -webkit-transform: translate(-72%, 45%);
    transform: translate(-72%, 45%);
}

/* .mapsBox.active */
.maps-main .downRightBox .mapsBox-content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: -100%;
    background-color: transparent;
    opacity: 0;
    z-index: -2;
}

.maps-main .downRightBox.active .mapsBox-content::after {
    opacity: 1;
}

@media (max-width: 1620px) {
    .maps-main .downRightBox .mapsBox-content {
        -webkit-transform: translate(-72%, 45%);
        transform: translate(-72%, 45%);
    }
}

.maps-main .downRightBox .main-title {}

.maps-main .downRightBox .main-txtbox {}

.maps-main .downRightBox .main-link {}

.maps-main .downRightBox .main-imgbox {}

.maps-main .downRightBox .main-imgbox .main-imgAnchor {
    -webkit-transform: translate(-52%, -25%);
    transform: translate(-52%, -25%);
}

/* guided 深度導覽資訊 */
.section-guided {
    color: #fff;
    background: radial-gradient(ellipse at center,
            rgba(0, 80, 44, 0.9) 50%,
            rgba(0, 74, 46, 0.7) 100%),
        url(../img/pavilion/bg-tour.jpg) no-repeat center center / cover;
    background-attachment: fixed;
}

.section-guided a {
    color: #fff;
}

.guided-card-group {}

.guided-card {}

.guided-card ul {
    border-radius: 10px;
    padding: 10px 15px;
    background-color: rgba(30, 30, 30, 0.5);
}

.guided-card ul li {
    line-height: 1.9;
    font-size: 1.2rem;
    /* padding-left: .5rem; */
}

.guided-card ul li:hover {
    background-color: #002212af;
}

/* .guided-card ul li:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.2);
} */

.guided-card ul li span {
    color: #ccc;
    padding-right: 1.5rem;
    letter-spacing: 1px;
}

.guided-title {}

.guided-title2 {
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
}

.guided-title-link {
    color: #fff;
}

.guided-subtitle {
    font-weight: 600;
    font-size: 1.8rem;
    padding: 1rem 0 1.3rem;
    text-align: center;
}

.gift-sock {
    color: #fdf89c;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1px;
}

.gift-sock img {
    padding: 2px;
    margin: 16px;
    width: 100%;
}

/* guided 深度導覽資訊 end */

/* 臺灣資安館主題論壇 */

/* Agenda */
.section-twForum {
    background-color: #edf4f5;
}

.section-twForum .session-head {
    padding: 0 1% 0;
    margin: 0;
    color: #fff;
    background-color: var(--theme);
}

.session-item:nth-child(add) {
    background-color: whitesmoke;
    background-color: #d4d4d4;
}

.session-item:hover {
    background-color: #e9ebeb;
}

.session-item {
    margin: 0;
    padding: 2% 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.session-clockbox {
    color: var(--theme);
    margin: 10px 0;
    font-family: "Lato", Helvetica, Arial, sans-serif;
}

.session-titlebox {}

.spkers-txtbox {}

.spkers-txtbox .name {
    margin-top: 0;
}

.speakergroup .spkers-txtbox .companybox {}

.speakergroup .spkers-txtbox .spkers-title {}

@media (max-width: 767px) {
    .section-twForum .session-head {
        display: none;
    }

    .session-item {
        padding: 2% 1% 3%;
    }
}



/* <!-- 中堅企業暨產業資安階段成果發表會 start --> */
.section-published {
    /* background: linear-gradient(#5555553f 0%, #55555580 100%), url(../img/pavilion/kv-bg-deco.png) no-repeat left top/ 50%, linear-gradient(#b09e9e 0%, #897575 100%); */

    background: linear-gradient(#55555580 0%, #55555580 100%), url(../img/pavilion/kv-bg-deco.png) no-repeat left top/ 50%, linear-gradient(#3a95a7 0%, #3a95a7 100%);

    margin: 0;
    background-attachment: fixed;
}

.section-published .container {}

/* nav */
.published-navbox {}

.published-nav {
    justify-content: center;
    border-bottom-width: 0px;
}

.published-nav .published-nav-link {
    color: #fff;
    background-color: #3791a8;
    padding: 5px 25px 20px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
    border-width: 0px;
}

.published-nav .published-nav-link:hover,
.published-nav .published-nav-link:focus {
    border-width: 0px;
    background-color: #41acc6;
}

.published-nav .published-nav-link.active {
    background-color: #99d0dc;
    border-color: #99d0dc;
}

/* content */
.published-tab-contentbox {
    background-color: #99d0dc;
}

.published-tab-contentbox .table th {
    border-width: 0px;
}






/* 企業資安演習活動暨頒獎典禮 start */
/* 加在資安館 */

/* 演習活動暨頒獎典禮 介紹頁 */

/* 企業資安演習活動暨頒獎典禮 end */