@charset "utf-8";
@import "bootstrap.min.css";
@import "all.min.css";

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    image-rendering: -webkit-optimize-contrast;
}

body {
    line-height: inherit;
    position: relative;
    overflow-x: hidden;
    font-family: 'Roboto', 'Noto Sans TC', 'Inter', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5;
    scroll-behavior: smooth;
}

body, table, caption, thead, tbody, tfoot, tr, th, td, figure, img, figcaption,
fieldset, form, legend, label, input, textarea, select, button, ul, li, ol, dl, dt, dd, span,
header, nav, footer, article, aside, section, summary, details, dialog, rp, rt {
    margin: 0;
    padding: 0;
}

input, textarea, select, button {
    outline: 0;
}

li {
    line-height: inherit;
}

img {
    border: none;
    -ms-interpolation-mode: bicubic;
}

::-webkit-input-placeholder {
    color: #9e9e9e;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

a:link,
a:visited {
    text-decoration: none;
}

a:focus, input:focus,
textarea:focus, select:focus,
button:focus {
    outline: 2px dotted orange !important;
    outline: none;
}

.sr-only-focusable:focus {
    color: #fff;
    background-color: rgb(0 117 100 / 100%);
    z-index: 5;
}

*, *:focus, *:hover, button {
    outline: none;
}

a[accesskey]:hover {
    text-decoration: none;
}

header {
    position: relative;
    z-index: 9;
}

@media (max-width: 768px) {
    header {
        position: fixed;
        width: 100%;
        top: 0px;
    }
}

header>.wrapper {
    height: 64px;
}

.wrapper {
    max-width: 1024px;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .wrapper {
        padding: 0 20px;
    }
}

a[accesskey] {
    position: absolute;
    display: block;
    transform: translate(0px, 8px);
    z-index: 2;
}

a[accesskey]:hover {
    color: #05D9B8;
}

.logoBlk {
    position: absolute;
    top: 0;
    left: 0px;
    display: flex;
    align-items: center;
    height: 100%;
}

@media (max-width: 768px) {}

@media (max-width: 340px) {
    .logoBlk {
        left: 5px;
    }
}

.logoBlk h1 {
    text-indent: -9999px;
    margin: 0 0;
}

.logoBlk a {
    display: block;
    width: 320px;
    background-image: url('../images/logo.png');
    background-size: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    transition: all .5s;
}

@media (max-width: 768px) {
    .logoBlk a {
        width: 237px;
        margin-left: 0;
    }
}

.logoBlk-right {
    position: absolute;
    top: 0;
    right: 0px;
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 1rem 0 0;
}

.logoBlk-right .back_home {
    display: flex;
    height: 38px;
    justify-content: center;
    align-items: center;
    padding: 0 1rem;
    background: #EBFAF7;
    color: #007C69;
    transition: all .5s;
}

.logoBlk-right .back_home:hover {
    background-color: #05D9B8;
    color: #fff;
}

@media (max-width: 768px) {
    [class*='div_'] {
        visibility: hidden;
    }

    header>.wrapper {
        height: 56px;
    }

    .logoBlk-right .back_home {
        height: 30px;
        padding: 0 .5rem;
    }
}

@media (max-width: 340px) {
    header>.wrapper {}
}


/* header */
.exhibition_page header {
    position: fixed;
    top: 0;
    left: 0;
    height: 64px;
    background-color: #fff;
    width: 100%;
}

.exhibition_page header>.wrapper {
    max-width: inherit;
    height: 64px;
}

.exhibition_page .mainBlk {
    padding: 64px 0 0;
    height: 100vh;
    position: relative;

}

/* .exhibition_page .logoBlk a {
    width: 320px;
} */
.exhibition_page section,
.exhibition_inner {
    margin: 0;
    height: 100%;
    position: relative;
}

.exhibitionBlk {
    width: 100%;
    height: 100%;
}

.exhibition_page footer {
    display: none !important;
}

/* swiper */
.swiper-container {
    width: 100%;
    height: 100%;
}

.siuth-swiper {
    height: 50vw;
    max-height: 800px;
}

.swiper-slide {
    /* text-align: center;
    font-size: 1.125em; */
    background: #fff;
    /* Center slide text vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

/* swiper-button */
.exhibition_inner [class*=swiper-button-] {
    position: absolute;
    top: 6px;
    width: 60px;
    height: 60px;
    margin-top: 0;
    z-index: 10;
    color: #fff;
    background-color: rgba(255, 255, 255, .15);
    border: 0;
    font-size: 0;
    overflow: hidden;
    padding: .75rem;
}

.exhibition_inner .swiper-button-prev {
    left: auto;
    right: 61px;
}

.exhibition_inner .swiper-button-next {
    right: 0;
    left: auto
}

.exhibition_inner [class*=swiper-button-].swiper-button-disabled {
    background-color: rgba(255, 255, 255, .0);
}

.exhibition_inner [class*=swiper-button-]:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    display: block;
    width: 100%;
    height: 100%;
    font-weight: bold;
    font-weight: 600;
    color: #fff;
    font-size: 2rem;
    line-height: 36px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}

.exhibition_inner .swiper-button-prev:after {
    transform: rotate(180deg);
}

.exhibition_inner [class*=swiper-button-].swiper-button-disabled:after {
    background-color: rgba(255, 255, 255, .0);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0);
}

.exhibition_inner [class*=swiper-button-]:hover {
    background-color: rgba(255, 255, 255, .6);
}

.exhibition_inner [class*=swiper-button-]:hover:after {
    color: #00e9c5;
}

/* dot */
.exhibitionBlk .dots {
    position: absolute;
    left: 20px;
    top: 15px;
    z-index: 3;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100%;
    overflow: hidden;
    background-color: rgb(0 117 100 / 80%);
    opacity: 0;
    transition: all .5s;
    color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 0;
}

.exhibitionBlk .dots>span {
    line-height: 40px;
    font-size: 1.25rem;
    font-weight: 600;
}

.exhibitionBlk .swiper-slide-active .dots {
    opacity: 1;
}

/* progressbar */
.exhibition_inner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #009580;
}

.exhibition_inner.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 6px;
    left: 0;
    top: 0;
}

.exhibition_inner.swiper-container-horizontal>.swiper-pagination-progressbar {
    top: 0;
    background: #ccc;
}

/* 活動頁面 */
.exhibition-item {
    position: relative;
    height: calc(100vh - 70px);
    background-repeat: no-repeat;
    background-color: #fff;
    margin-top: 6px;
    overflow: hidden;
}

.exhibition-item .exhibition-item-inner,
.exhibition-item .exhibition-item-img {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.exhibition-item .exhibition-item-img {
    align-items: center;
    overflow: hidden;
}

.exhibition-item .exhibition-item-inner {
    text-align: left;
}

.exhibition-item .exhibition-item-inner .containerBlk {
    overflow-y: auto;
    padding: 0 .5rem 0;
}

/* scrollbar */
.exhibition-item .exhibition-item-inner .containerBlk::-webkit-scrollbar {
    width: 6px;
    background-color: rgba(0, 0, 0, 0.05);
}

.exhibition-item .exhibition-item-inner .containerBlk::-webkit-scrollbar-button {
    display: none;
}

.exhibition-item .exhibition-item-inner .containerBlk::-webkit-scrollbar-track-piece {
    background: transparent;
}

.exhibition-item .exhibition-item-inner .containerBlk::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgb(0 0 0 / 10%);
}

.exhibition-item .exhibition-item-inner .containerBlk::-webkit-scrollbar-thumb:hover {
    background-color: rgb(0 101 87 / 80%);
}

.exhibition-item .exhibition-item-inner .containerBlk::-webkit-scrollbar-track {
    box-shadow: transparent;
}

/* 圖壓文字或圖 */
.item-title {
    padding: 0 1rem;
    position: relative;
    z-index: 2;
}

.item-title [class*=title-] {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .3);
    color: #fff;
    max-width: 1024px;
}

.item-title .title-h1 {
    font-weight: 900;
    font-size: 3.5rem;
    line-height: 1.2;
    transition: all .5s;
}

.item-title .title-h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem auto 0;
    transition: all .5s;
}

.item-title .title-h2::before,
.item-title .title-h2::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    background-color: #fff;
    margin: 0 .5rem;
    transition: all .5s;
}

.exhibition-item-img .exhibition-item-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    margin: -10px;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 1;
}

.item-title:has(img) {
    width: 100%;
    height: 100%;
    padding: 1rem;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.item-title img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.exhibition-item-img:has(img) .exhibition-item-img-bg {
    filter: blur(10px);
    opacity: .9;
}

@media (max-width: 991px) {
    .item-title .title-h1 {
        font-size: 3rem;
    }

    .item-title .title-h2 {
        font-size: 1.75rem;
    }

    .item-title .title-h2::before,
    .item-title .title-h2::after {
        width: 15px;
    }
}

@media (max-width: 768px) {
    .item-title .title-h1 {
        font-size: 2.5rem;
    }

    .item-title .title-h2 {
        font-size: 1.5rem;
    }

    .item-title .title-h2::before,
    .item-title .title-h2::after {
        width: 12px;
    }
}

@media (max-width: 414px) {
    .item-title .title-h1 {
        font-size: 2rem;
    }

    .item-title .title-h2 {
        font-size: 1.25rem;
    }

    .item-title .title-h2::before,
    .item-title .title-h2::after {
        width: 0;
        margin: 0;
    }
}

/* 內文主標題 */
.exhibition-item-inner .inner_title {}

.exhibition-item-inner .eng_title {
    color: #000;
    font-size: 1.725rem;
    line-height: 1.2;
    display: block;
    align-items: flex-start;
    margin: 0 0 1rem;
    font-family: 'Inter';
    text-transform: uppercase;
    font-weight: 900;
    position: relative;
    padding: 0 0 0 24px;
}

.exhibition-item-inner .eng_title::before {
    content: '';
    width: 8px;
    height: 24px;
    background-color: #05D9B8;
    display: block;
    transform: skew(-20deg);
    margin: 0;
    position: absolute;
    top: 3px;
    left: 5px;
}

@media (max-width: 768px) {
    .exhibition-item-inner .eng_title {
        font-size: 1.5rem;
    }
}

/* 大圖滿版 */
.item-imgcover .exhibition-item-img {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.item-imgcover .exhibition-item-inner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0) 100%);
    min-height: 80px;
    justify-content: space-between;
    align-items: stretch;
    padding: 1rem 2em .5rem;
    z-index: 2;
}

.item-imgcover .exhibition-item-inner>[class*=item-] {
    width: 100%;
    display: flex;
    color: #fff;
    text-align: left;
    padding: 0;
}

.item-imgcover .exhibition-item-inner>[class*=item-]>p {
    color: #fff;
}

.item-imgcover .exhibition-item-inner .item-left {
    justify-content: flex-start;
}

.item-imgcover .exhibition-item-inner .item-right {
    justify-content: flex-end;
}

.item-imgcover .exhibition-item-inner p {
    margin: 0;
}

@media (max-width: 991px) {
    .item-imgcover .exhibition-item-inner {
        flex-flow: column;
    }

    .item-imgcover .exhibition-item-inner .item-left {
        margin-bottom: 10px;
    }

    .item-imgcover .exhibition-item-inner .item-right {
        justify-content: flex-start;
    }
}

/* 上圖下文 */
.item-img-up.exhibition-item {
    flex-flow: column;
}

.item-img-up .exhibition-item-img {
    height: 50%;
    background-size: cover;
    background-position: top center;
}

.item-img-up .exhibition-item-inner {
    height: 50%;
    background-color: #fff;
    padding: 3.5rem 2rem 2rem;
}

.item-img-up .exhibition-item-inner .wrapper {
    height: 100%;
}

.item-img-up .exhibition-item-inner .containerBlk {
    height: 30vh;
}
@media (max-width: 991px) {
    .item-img-up .exhibition-item-inner .containerBlk {
        height: 34vh;
    }
}

/* 左右圖文 */
.item-img-left.exhibition-item,
.item-img-right.exhibition-item {
    align-items: stretch;
}

.item-img-left .exhibition-item-img,
.item-img-right .exhibition-item-img {
    width: 65%;
    height: 100%;
    background-size: cover;
    background-position: top left;
    transition: all .5s;
}

.item-img-left .exhibition-item-inner,
.item-img-right .exhibition-item-inner {
    width: 35%;
    height: 100%;
    background-color: #fff;
    padding: 6rem 0 2rem;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, .3);
    transition: all .5s;
}

.item-img-left .exhibition-item-inner .containerBlk,
.item-img-right .exhibition-item-inner .containerBlk {
    height: 70vh;
}

.item-img-right .exhibition-item-inner {
    order: -1;
}

.item-img-left .exhibition-item-inner .wrapper,
.item-img-right .exhibition-item-inner .wrapper {
    width: 80%;
    margin: 0 auto;
    max-width: 500px;
}

@media (max-width: 1200px) {

    .item-img-left .exhibition-item-img,
    .item-img-right .exhibition-item-img {
        width: 50%;
    }

    .item-img-left .exhibition-item-inner,
    .item-img-right .exhibition-item-inner {
        width: 50%;
    }
}

@media (max-width: 991px) {

    .item-img-left.exhibition-item,
    .item-img-right.exhibition-item {
        flex-flow: column;
        justify-content: center;
        align-items: center;
    }

    .item-img-left .exhibition-item-img,
    .item-img-right .exhibition-item-img {
        width: 100%;
        height: 50%;
    }

    .item-img-left .exhibition-item-inner,
    .item-img-right .exhibition-item-inner {
        width: 100%;
        height: 50%;
        padding: 5rem 2rem 2rem;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    }

    .item-img-up .exhibition-item-inner,
    .item-img-left .exhibition-item-inner {
        padding: 3rem 2rem 2rem;
    }

    .item-img-left .exhibition-item-inner .wrapper,
    .item-img-right .exhibition-item-inner .wrapper {
        max-width: inherit;
        width: 100%;
    }

    .item-img-left .exhibition-item-inner .containerBlk {
        height: 34vh;
    }

    .item-img-right .exhibition-item-inner .containerBlk {
        height: 30vh;
    }
}

@media (max-width: 768px) {

    .item-img-up .exhibition-item-inner,
    .item-img-left .exhibition-item-inner {
        padding: 2.5rem 0rem 0rem;
    }
}

/* 大圖滿版+純文字 */
.item-imgcover-html .exhibition-item-img {
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
}

.item-imgcover-html .exhibition-item-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(255 255 255 / 95%);
    padding: 5rem 2rem 2rem;
}

.item-imgcover-html .exhibition-item-inner .containerBlk {
    height: 77vh;
}

/*  */

.detail .youtube {
    width: 85%;
    margin: 2.25rem auto;
    border-radius: 8px;
    overflow: hidden;
}

@media (max-width: 480px) {
    .detail .youtube {
        width: 95%;
    }
}

.detail .row .youtube {
    width: 100%;
    margin: 0;
}

.detail .orange {
    border-color: #FFB649 !important;
}

.detail .warning-text, .detail .required {
    color: #e61414 !important;
    font-size: 1rem !important;
    display: initial !important;
    line-height: initial !important;
}

.detail .green {
    border-color: #05D9B8 !important;
}

.detail .btn {
    padding: 5px 1rem;
    background-color: #007C69;
    border: #007C69 1px solid;
    color: #fff !important;
    font-size: 1rem;
    line-height: 24px;
    border-radius: 2px;
    cursor: pointer;
    vertical-align: initial;
}

.detail .btn:hover {
    background-color: #05D9B8;
    border: #05D9B8 1px solid;
}

.detail .btn.line-btn {
    background-color: #fff;
    border: #007C69 1px solid;
    color: #007C69 !important;
}

.detail .btn.line-btn:hover {
    color: #05D9B8 !important;
    border: #05D9B8 1px solid;
}

.detail {
    color: #464646;
}

.detail strong {
    line-height: 26px;
}

.detail a {
    color: #007C69;
}

.detail a:hover {
    color: #05D9B8;
    text-decoration: none;
}

.detail img {
    vertical-align: bottom;
}

.detail h2 {
    font-size: 1.5rem;
    line-height: 1;
    color: #009580;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 900;
}

.detail h3 {
    font-size: 1.25rem;
    line-height: 28px;
    color: #009580;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
    margin-top: 1rem;
    font-weight: 600;
}

/* 
.detail h3::before {
    content: '';
    display: inline-block;
    width: 10px;
    background-color: #E4E4E4;
    transform: skew(-20deg);
    margin: 0 0.5rem 0 0.25rem;
    height: 24px;
} */

.detail h4 {
    font-size: 1.125rem;
    color: #262626;
    margin-bottom: 0.25rem;
    line-height: 28px;
    margin-top: 1rem;
    font-weight: 600;
}

.detail h4 i {
    width: 24px;
    text-align: center;
    color: #009D85;
}

.detail h4+p, .detail h5+p, .detail h4+div p:first-child,
.detail h5+div p:first-child, .detail div[class*="col-"] p:first-child,
.detail .heading+p, .detail .header+p {
    margin-top: 0;
}

.detail h5 {
    font-size: 1rem;
    color: #262626;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 24px
}

.detail p {
    color: #333;
    margin-bottom: 0.5rem;
    margin-top: 1rem;
    line-height: 1.5;
}

.detail p a {
    color: #007C69;
}

.detail p a:hover {
    color: #05D9B8;
}

.detail .light-text {
    background-color: #EBFAF7;
    padding: 0.75rem 1rem;
    border-radius: 4px;
}

.detail .light-text p {
    margin-bottom: 0;
}

.detail .light-text ol, .detail .light-text p, .detail .light-text .heading {
    margin-top: 0;
}

.detail img {
    max-width: 100%;
}

.detail figure {
    position: relative;
    overflow: hidden;
}

.detail figure figcaption {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    display: block;
    font-size: 0.875rem;
    width: 100%;
    line-height: 1.3;
    position: absolute;
    bottom: -100%;
    opacity: 0;
    transition: all .3s;
}

.detail figure:hover figcaption {
    opacity: 1;
    bottom: 0;
}

.detail .row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    margin-bottom: .5rem;
}

.detail div[class*="col-"] {
    padding: 0.5rem;
}

.detail div[class*="col-"] .heading:first-child {
    margin-top: 0;
}

.detail ul {
    padding: 0 1rem;
}

.detail ul li {
    color: #464646;
    margin-bottom: 0.5rem;
    list-style: none;
    position: relative;
}

.detail ul li ul li,
.detail ol li ul li {
    margin-bottom: 0.25rem;
}

.detail ul li ol {
    margin: 0;
}

.detail ul li ol li {
    list-style: inherit;
    margin-bottom: 0.25rem !important;
}

.detail ul li ol li::before {
    content: none;
}

.detail ul li::before {
    position: absolute;
    left: -0.8rem;
    content: '•';
    color: #009D85;
    padding-right: 0.5rem;
}

.detail ul li a {
    color: #007C69;
    text-decoration: none;
    word-break: break-all;
}

.detail ul li a:hover {
    color: #05D9B8;
}

.detail ul li:last-child {
    margin-bottom: 0;
}

.detail table {
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.detail .table-responsive {
    margin: 1rem 0;
    border-radius: 8px;
}

.detail .card .table-responsive table {
    min-width: initial;
}

.detail .table-responsive table {
    margin-top: 0;
    overflow: initial;
}

@media (max-width: 768px) {
    .detail .table-responsive table {
        min-width: max-content;
    }
}

.detail .table-responsive table p, .detail .table-responsive .table p {
    margin: 0;
}

.detail .table-responsive table p:last-child,
.detail .table-responsive .table p:last-child {
    margin-bottom: initial;
}

.detail th, .detail td {
    padding: 0.5rem 1rem;
    left: 24px;
    color: #464646;
    border: none;
}

.detail th {
    background-color: #007C69;
    color: #FFF;
    font-weight: 400;
    white-space: nowrap;
}

.detail thead th {
    border-bottom: none;
    white-space: nowrap;
}

.detail tr:nth-child(odd) {
    background-color: #F5FFFD;
}

.detail tr:nth-child(even) {
    background-color: #F5F5F5;
}

.detail .table {
    display: table;
    background-color: #F5FFFD;
    border-radius: 8px;
    color: #464646;
    min-width: 700px;
    width: 100%;
    max-width: initial;
    margin: 0;
}

.detail .table .thead {
    display: table-header-group;
}

.detail .table .tbody {
    display: table-row-group;
}

.detail .table .tr {
    display: table-row;
}

.detail .table .tr:nth-child(odd) {
    background-color: #F5F5F5;
}

.detail .table .th,
.detail .table .td {
    display: table-cell;
}

.detail .table .th {
    background-color: #007C69;
    color: #FFF;
    padding: 0.5rem 1rem;
    font-weight: 400;
}

.detail .table .td {
    padding: 0.5rem 1rem;
}

.detail .table .td p {
    margin-top: 0.25rem;
}

@media (max-width:767px) {

    .detail table td:nth-of-type(1) {
        background-color: #F5F5F5;
    }

    .detail table tr:nth-child(odd) td:nth-of-type(1) {
        background-color: #F5FFFD;
    }

}

.detail dl {
    background-color: #EBFAF7;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin: 2.25rem 0;
}

.detail dl dt {
    font-weight: 500;
    color: #262626;
    margin-bottom: 0.25rem;
}

.detail dl dd {
    margin-bottom: 0.5rem;
}

.detail div ol {
    padding: 0 1rem;
    margin: 0 0 1rem 1rem;
}

.detail div ol h5 {
    margin-bottom: 1rem;
}

.detail div ol>li {
    position: relative;
    color: #464646;
    margin-bottom: 0.25rem;
}

.detail div ol>li:last-child {
    margin-bottom: 0;
}

.detail div ol li p,
.detail div ul li p {
    margin-top: initial;
}

.detail div ol li span {
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

@media (min-width: 481px) {
    .desktop {
        display: block;
    }

    .mobi {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .desktop {
        display: none !important;
    }

    .mobi {
        display: block;
    }
}

@media (max-width:768px) {
    .item-img-right .exhibition-item-inner,
    .item-imgcover-html .exhibition-item-inner {
        padding: 5rem 0em 2rem;;
    }
    .item-img-right .exhibition-item-inner .containerBlk {
        height: 30vh;
    }
}

@media (max-width: 480px) {
    .item-img-left .exhibition-item-inner .containerBlk {
        height: 31vh;
    }
    .item-img-right .exhibition-item-inner .containerBlk {
        height: 27.5vh;
    }
}