@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
h1 {
    font-weight: 700;
    padding-bottom: 2rem;
    text-align: center;
}

h2 {
    text-align: center;
    font-weight: 700;
    margin: 20px;
}


h3 {
    text-align: center;
}

h4 {
    text-align: center;
    margin-bottom: 1rem;
}

.kv{
    padding: 2em 0 0;
    background-color: #19431b;
}

.foreword {
    background-color: #eff3f5;
    text-align: justify;
}

.forum-title {
    margin-bottom: 3rem;
}

.content-txt {
    font-size: 18px;
}


.year-txt {
    font-size: 2em;
    text-align: center;
    font-weight: 700;
}

.focus-box {
    position: relative;
}

.focus-box-title {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 10px 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}

.focus-box-title>a{
    color: #fff;
}

.focus-box-title>a:hover{
    color: #FDF89C;
}

.focus-box-txt {
    font-size: 1rem;
    line-height: 1.8;
    color: #6c757d;
    text-align: justify;
    padding: 0.5em 1em 2em;
}


.section-full {
    background: #eeeeee;
    text-align: center;
    background-image: url(/2021/img/pavilion/IMG_1056.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    height: 76vh;
}
.swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      height: calc((100% - 30px) / 2);
}

.carousel-indicators {
    position: inherit;
}

.carousel-indicators li {
    background-color: #333;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 10px;
}

.carousel-img-border {
    border: 1px solid #efefef;
}

.vendor-name {
    font-size: 16px;
    color: #6c757d;
    text-align: center;
    line-height: 24px;
    padding: 10px;
}

.vendor-btn {
    margin-top: 1.5em;
    font-size: 1.2em;
    color: #15c9ff;
    border: 1px solid #15c9ff;
}

.vendor-btn:hover {
    color: #6c757d;
    border: 1px solid #6c757d;
}

.section-guided {
    color: #fff;
    background-size: cover !important;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 50%, rgba(0, 0, 0, 0.8) 100%), url(/2021/img/pavilion/bg-tour.jpg) no-repeat center center fixed;
}

.guided-card-group {}

.guided-card {
    
}
.guided-card ul {
    border-radius: 10px;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    height: 350px;
}

.guided-card ul li {
    line-height: 1.9;
    font-size: 1.2rem;
    padding-left: .5rem;
}
.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 {
    color: #FDF89C;
}

.guided-title2{
    color: #FFF;
    font-weight: 400;
    letter-spacing: 2px;
    font-size: 2em;
}

.guided-border {
    /* border-right: 1px solid #fff; */
    border-left: 1px solid #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: 140px;
    border: 2px #FDF89C solid;
    border-radius: 50%; */
}

/* pavilion navbar */
.nav-pavilion {
    top: 55px;
    height: 55px;
    padding-left: 18px;
    padding-right: 30px;
    margin-left: auto;
    z-index: 1039;
    position: fixed;
    width: 100%;
    background-color: #142f15;
}
.nav-pavilion .collapse-none {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.nav-pavilion ul.navbar-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    margin-left: auto;
}

    
.nav-pavilion ul.navbar-list .nav-link {
    color: #fff;
    padding: 0.8rem 1rem;
}
.nav-pavilion ul.navbar-list .nav-link:hover, .nav-pavilion ul.navbar-list .nav-link:active {
    background-color: transparent;
    color: #ebe8b6;
}

/* @media (min-width: 992px){
    .nav-pavilion ul.navbar-list .nav-link:hover, .nav-pavilion ul.navbar-list .nav-link:active {
        background-color: #977423;
    }
} */

@media (max-width: 991px){
    .kv{
        padding: 5em 0 0;
    }
    .nav-pavilion {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        /* -ms-flex-direction: column; */
        /* flex-direction: column; */
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
        /*  */
        position: relative;
        padding-right: 0;
        width: 100%;
        padding: 0.7rem;
        /* background-color: transparent; */
        /* top: 66px; */
    }
    .nav-pavilion ul.navbar-list {
        /* -ms-flex-direction: column; */
        /* flex-direction: column; */
        /* margin-left: 15px; */
        /* background-color: rgba(25,67,27,0.6); */
    }
    .nav-pavilion ul.navbar-list .nav-item {
        border-right: 1px solid #000;
        border-left: 0.5px solid #27401f;
        background-color: transparent;
        /* text-shadow: 0px 4px 5px #0d4f8c; */
    }    
    .nav-pavilion ul.navbar-list .nav-item:last-child {
        border-right: none;
        border-left: none;
    }
    .nav-pavilion ul.navbar-list .nav-link {
        padding: 0.4rem 1rem 0.2rem;
        line-height: 1.4;
    }
    .nav-pavilion .site-btn {
        display: none;
    }
}
@media (max-width: 667px){
    .nav-pavilion {
        width: 100%;
    }
    .nav-pavilion ul.navbar-list {
        margin-left: 0;
    }
}

.section-pavilion.smart {
    background: #edf4fe url('../img/pavilion/bg_smart.jpg') no-repeat top right/100%;
}

/* footer */
.section-footer .footer-left .footer-info .footer-info-title {
    text-align: left;
}


/* 企業資安演習活動暨頒獎典禮 start */
/* 加在資安館 */
.pavilion-award.list {
    background: #0f2146 url('../img/pavilion/bg-award.jpg') no-repeat right bottom/ cover;
    padding: 5% 0;
}
.award-box .main {
    color: #fff;
    margin: 1% 0;
    padding: 0;
    font-size: 3rem;
    letter-spacing: 4px;
    text-shadow: 3px 3px 0px #00444d, -1px 2px 0px #00444d;
}
@media (max-width:992px){
    .award-box .main {
        font-size: 1.9rem;
    }
}
.award-box .text-day {
    color: #fff;
    text-shadow: 3px 3px 0px #00444d, -1px 2px 0px #00444d;
    margin: 10px 0 20px;
}
.award-txt {
    background-color: rgba(255,243,235,.8);
    padding: 10px 15px;
    border-radius: 20px;
}
.award-box .btn {
    background-color: #500c5d;
}
.award-box .btn::hover {
    background-color: #8d1ca3;
}

/* 演習活動暨頒獎典禮 介紹頁 */

.highlight {
    color: #500c5d;
}
.kv-pavilion-award {
    background: #e19561 no-repeat right bottom/ cover;
}
.kv-pavilion-award .kv-content .kv-text {
    
}
.kv-pavilion-award .kv-content .kv-text .main {
    margin: 1% 0;
    padding: 0;
    font-size: 3rem;
    letter-spacing: 4px;
    color: #fff;
    text-shadow: 3px 3px 0px #00444d, -1px 2px 0px #00444d;
}
.kv-pavilion-award .kv-content .kv-text h4 {
    color: #500c5d;
    font-weight: 600;
}

/* award-foreword */
.award-foreword {
    background-color: #fff3eb;
    padding: 3% 0;
}

/* Session */
.pavilion-session {
    background-color: #ffd5b9;
}
.pavilion-session .title {
    color: #333;
}
.pavilion-session .table{
    background-color: #fff;
}
.pavilion-session .table-info,.pavilion-session .table-info>th {
    background-color: #037e88;
    color: #fff;
}
.pavilion-session .table-hover .table-info:hover,.pavilion-session .table-hover .table-info:hover>th {
    background-color: #037e88;
    color: #fff;
}
.pavilion-session .table-info>td {
    background-color: #b2fffc;
    color: #333;
}
.pavilion-session .table-hover .table-info:hover>td {
    background-color: #b2fffc;
}
/* 企業資安演習活動暨頒獎典禮 end */

/* logowall */
.section-sponsor {
    padding-top: 2%;
}