*{
    margin: 0;
    padding: 0;
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
*::before,
*::after{
            box-sizing: inherit;
    -webkit-box-sizing: inherit;
}
html, body{
    width: 100%;
    height: 100%;
    max-height: 99999px;
}
body{
    font-family: Avenir, Arial, "PingFang TC", "微軟正黑體", "Microsoft JhengHei", sans-serif;
    font-size: 1rem;
    color: #19283A;
    letter-spacing: 1px;
    width: 100%;
    margin: auto;
    background-color: #F0F0F0;
}
ul{
    list-style: none;
}
img{
    display: block;
    transition: 0.5s ease;
}
a{
    color: #19283A;
    text-decoration: none;
    transition: 0.5s ease;
}
a:hover{
    transition: 0.5s ease;
}
a img {width: 100%;}
*.hide {
    display: none !important;
}

.nav-wrap{
    width: 100%;
    padding: 20px 100px;
    text-align: right;
    font-weight: bold;
    background: #f0f0f0;
    top: 0;
    position: sticky;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-wrap ul li{
    display: inline;
    padding: 20px;
}
.nav-wrap ul li a:hover{
    border-bottom: 5px solid #E0FD26;
}
.nav-wrap-page{
    display: flex;
    width: 100%;
    min-height: 65px;
    max-height: 65px;
    text-align: right;
    font-weight: bold;
    justify-content: flex-start;
    background: #19283A;
}
.nav-wrap-page .logo{
    width: 10%;
    height: 65px;
    padding: 16px 11px;
    background-color: #f0f0f0;
    vertical-align: center;
}
.nav-wrap-page ul{
    display: flex;
    padding: 0 80px;
    background: #19283A;
    align-items: center;
}
.nav-wrap-page a{
    color: #ffffff;
}
.nav-wrap-page ul li{
    text-align: center;
    min-width: 130px;
}
.nav-wrap-page ul li a:hover{
    padding-bottom: 5px;
    border-bottom: 3px solid #E0FD26;
}
.nav-m-wrap{
    display: none;
}
.header{
    display: flex;
    width: 100%;
    /*height: 1000px;*/
    justify-content: flex-end;
}
.header .logo{
    width: 8%;
    max-width: 120px;
    position: relative;
}
.header .banner-wrap{
    width: 92%;
    height: 44vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 0;
}
.header .logo img{
    width: 100%;
    max-width: 132px;
}
.header .logo .social-btn{
    width: 50%;
    left: 26%;
    bottom: 0;
    position: absolute;
}
.header .logo .social-btn img{
    margin: 16px auto;
    max-width: 60px;
}
.header .logo .social-btn img:hover{
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}
.sect-light{
    width: 88%;
    margin: 40px 0 40px 8%;
    position: relative;
}
.sect-light .bg img{
    /*width: 30%;*/
    top: 0;
    right: -4%;
    position: absolute;
}
.news-list .news .article{
    display: flex;
    width: 100%;
    max-width: 1400px;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
}
.news-list .news article{
    margin: 20px 3%;
    max-width: 360px;
}

.news-list-related{
    width: 80%;
    margin: 40px auto;
    max-width: 1400px;
}
.news-list-related .news .article{
    display: flex;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
    /* flex-wrap: nowrap; */
    /* align-items: center; */
    /* justify-content: space-around; */
}
.news-list-related .news article{
    margin: 20px 3%;
    /* max-width: 300px; */
}
.news-list .news .article article .article-tag a,
.news-list-related .news .article article .article-tag a{
    display: inline-block;
    /* font-weight: bold; */
    color: #ffffff;
    padding: 0px 12px;
    margin: 2px 5px 0 5px;
    background-color: #19283A;
}
.news-list .news .article article:nth-child(even) .img-shadow {
    display: none;
}
.news-list .news .news-main{
    /* max-width: 320px; */
    position: relative;
    display: block;
}
.news-list .news .news-main .text{
    transition: 0.3s ease;
    margin-top: 10px;
}
.news-list .news .news-main .text:hover{
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 0.3s ease;
}
.news-list .news .news-main b{
    font-size: 1.4rem;
    line-height: 1.6em;
}
.news-list .news .news-main span{
    display: inline-block;
    font-size: 0.7rem;
    padding: 0 5px;
}
.news-list .news .news-main h3{
    font-size: 1rem;
    line-height: 1.6em;
}
.news-list .news .news-main .img-mask{
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}
.news-list .news .news-main img:hover{
    /* -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    transition: 0.5s ease; */
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.sect-light .news{
    display: flex;
    width: 100%;
    justify-content: flex-start;
}
.sect-light .news .news-tab{
    display: flex;
    font-size: 18px;
    font-weight: bold;
    max-width: 400px;
    min-width: 150px;
}
.news-tab-page{
    width: 95%;
    margin: 40px auto;
    font-size: 18px;
    font-weight: bold;
}
.news-tab-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.news-tab-page ul li{
    min-width: 146px;
    margin: 12px;
}
.news-tab-page ul li a{
    display: block;
    text-align: center;
    background-color: #E3E3E3;
    padding: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%, 0 60%);
}
.news-tab-page ul li.active a{
    display: block;
    background-color: #E0FD26;
    padding: 10px;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 13% 100%, 0 60%);
}
.sect-light .news .news-tab ul li{
    margin-bottom: 12px;
}
.sect-light .news .news-tab ul li span{
    margin-left: 70px;
}
.news-tab-page ul li span{
    margin-left: 0;
}
.sect-light .news .news-tab .active .arrow, .news-tab-page .active .arrow{
    display: inline-block;
    position: relative;
}
.sect-light .news .news-tab .active .arrow::before, .news-tab-page .active .arrow::before{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0px;
    right: -45px;
    height: 20px;
    top: calc(50% - 15px);
    background: radial-gradient(#19283A 35%,transparent 40%) 32px 47%/17px 17px,
    linear-gradient(#19283A,#19283A) right center/82px 2px,
    linear-gradient(#19283A,#19283A) left center /82px 2px;
    background-repeat: no-repeat;
}
.news .article{
    display: flex;
    width: 100%;
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
}
.news article{
    margin: 20px 3%;
    width: 33.3333%;
}
.news .article article .article-tag a{
    display: inline-block;
    padding: 0px 12px;
    margin: 2px 5px 0 5px;
    background-color: #AEE3F1;
}
.news .article article:nth-child(even) .img-shadow {
    display: none;
}
.news .news-main{
    /* max-width: 320px; */
    position: relative;
}
.news .news-main .text{
    margin-top: 10px;
    transition: 0.3s ease;
}
.news .news-main .text:hover{
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    transition: 0.3s ease;
}
.news .news-main b{
    font-size: 1.4rem;
    line-height: 1.6em;
}
.news .news-main span{
    display: inline-block;
    font-size: 0.7rem;
    padding: 0 5px;
}
.news .news-main h3{
    font-size: 1rem;
    line-height: 1.6em;
}
.news .news-main .img-mask{
    width: 100%;
    margin-top: 10px;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-bottom: 48%;
}

.news article:nth-child(even) .img-mask::after{
    border: 0;
}
.news .news-main img:hover{
    /* -webkit-transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    transition: 0.5s ease; */
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    transition: 0.5s ease;
}
.news-more{
    text-align: right;
    margin: 20px 0px 20px 120px;
}

.article-main .news-more{

    margin: 40px 0px;
}

.news-more a{
    color: #19283A;
    font-weight: bold;
    padding-bottom: 5px;
    position: relative;
}
.news-more a::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #E0FD26;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform .6s ease-in-out;
}
.news-more a:hover::before{
    transform-origin: left;
    transform: scaleX(0);
}
.exhibition img{
    width: 100%;
}
.exhibition .exh-zone{
    width: 100%;
    margin: 0 auto 100px auto;
    max-width: 900px;
}
.exhibition .exh-zone .title{
    width: 100%;
    max-width: 410px;
    margin-bottom: 50px;
}
.exhibition .exh-zone p{
    width: 80%;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: justify;
}
.exhibition .exh-zone .zone-m{
    display: none;
}
.exhibition .exh-earth{
    display: flex;
    width: 90%;
    margin: 60px auto;
    justify-content: center;
    align-items: center;
    line-height: 1.8em;
    position: relative;
}
.exhibition .exh-earth .left{
    width: 70%;
    padding: 0 35px;
    max-width: 1000px;
}
.exhibition .exh-earth .left p{
    margin: 20px 0;
}
.exhibition .exh-earth .left img{
    width: 25%;
    margin: 40px 0 0;
    min-width: 300px;
}
.exhibition .exh-earth .right img{
    width: 90%;
}
.exhibition .exh-earth .right{
    width: 30%;
    min-height: 346px;
    max-width: 250px;
    position: relative;
}
.exhibition .exh-earth .right > div{
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-animation: slide 5s infinite;
    animation: slide 5s infinite;
    opacity: 0;
}
.exhibition .exh-earth .right > div:nth-child(1) {
    animation-delay: 0s;
}
.exhibition .exh-earth .right > div:nth-child(2) {
    animation-delay: 3.5s;
}
@keyframes slide {
    0%{
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        }
}
@-webkit-keyframes slide {
    0%{
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        }
}
.exhibition .exh-earth .left .highlight-blue{
    padding: 20px;
    background: #AEE3F1;
}
.sect-dark{
    width: 100%;
    background: #19283A;
    padding: 40px 0;
    overflow: hidden;
    color: #ffffff;
    position: relative;
}
.sect-dark .bg img{
    width: 20%;
    top: 0;
    right: -5%;
    position: absolute;
}
.location, .brand-logo, footer{
    width: 80%;
    margin: 40px auto;
    max-width: 1400px;
}
.location{
    display: flex;
    justify-content: space-between;
}
.location ul{
    width: 100%;
    margin: 30px 0;
    padding-right: 20px;
    line-height: 2rem;
    min-height: 200px;
}
.location ul li{
    border-bottom: 1px solid rgba(25, 40, 58, 0.2);
    padding: 10px 0;
}
.location ul li p{
    display: inline-block;
    font-size: 1.7rem;
    font-weight: bold;
    color: #FF2D00;
}
.location ul li span{
    display: inline-block;
    margin-right: 10px;
    color: #19283A;
    font-weight: bold;
}
.location ul li b{
    font-size: 0.9rem;
    margin: 0 10px;
    color: #19283A;
}
.location .g-map{
    width: 50%;
}
.location .g-map iframe{
    width: 100%;
    max-height: 300px;
}
footer{
    padding-bottom: 40px;
}
.brand-logo{
    font-weight: bold;
    line-height: 4.5em;
}
.ticket{
    width: 100%;
    margin: 0 auto;
    background-image: url('../images/bg-2222.png');
    background-size: 17%;
    background-position: top right;
    background-repeat: no-repeat;
}
.exhibition-feature h1, .ticket-price h1, .ticket-purchase h1{
    color: #E0FD26;
}
.exhibition-feature h1{
    width: 65%;
    margin: 20px auto;
    max-width: 1400px;
}
.exhibition-feature .col{
    display: flex;
    width: 80%;
    margin: 80px auto;
    max-width: 1400px;
    /* flex-wrap: wrap; */
    justify-content: center;
    /* flex-direction: row; */
    align-items: center;
    position: relative;
}
.exhibition-feature .artist .photo{
    width: 25%;
    position: relative;
    z-index: 1;
}
.exhibition-feature .le-dl .photo img{
    width: 100%;
    position: relative;
    z-index: 2;
}
.exhibition-feature .le-dl .photo{
    width: 30%;
    position: relative;
    z-index: 1;
}
.exhibition-feature .le-dl .photo::after {
    content: '';
    width: 44%;
    height: 60%;
    position: absolute;
    right: -3rem;
    top: -3rem;
    border: 4px solid #E0FD26;
    z-index: -1;
}
.exhibition-feature .artist .photo::after {
    content: '';
    width: 40%;
    height: 40%;
    position: absolute;
    left: -2rem;
    bottom: -2rem;
    border: 4px solid #E0FD26;
    z-index: -1;
}
.exhibition-feature .gogreen{
    transition: 0.5s ease;
}
.exhibition-feature .gogreen .icon-X{
    width: 60px;
    height: 3px;
    transform: rotate(45deg);
    background-color: #fff;
    display: inline-block;
    position: relative;
    top: -6px;
}
.exhibition-feature .gogreen .icon-X::after{
    content: "";
    width: 60px;
    height: 3px;
    transform: rotate(90deg);
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.artist .photo img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%, 0 82%);
}

.gogreen .photo img{
    clip-path: polygon(0 0, 100% 0, 100% 100%, 14% 100%, 0 82%);
}
.exhibition-feature .le-dl .photo img:hover,
.exhibition-feature .artist .photo img:hover,
.exhibition-feature .gogreen:hover,
.exhibition-feature .eco .photo img:hover{
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}

.exhibition-feature .gogreen:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.exhibition-feature .artist .photo img{
    width: 100%;
    position: relative;
    z-index: 2;
}

.exhibition-feature .artist .photo .img-shadow{
    width: 32%;
    max-width: 200px;
    height: 51%;
    max-height: 200px;
    border: 3px solid #E0FD26;
    left: -10%;
    top: 67%;
    position: absolute;
    z-index: 1;
}
.exhibition-feature .vertical{
    display: flex;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 80px;
    background-image: url('../images/bg-green.png');
    background-size: cover;
    background-position: top center;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
}
.exhibition-feature .vertical .gogreen{
    display: flex;
    width: 25%;
    height: auto;
    flex-direction: column;
    position: relative;
}
.exhibition-feature .vertical .gogreen .photo{
    width: 80%;
    position: relative;
    max-width: 300px;
    z-index: 1;
}
.exhibition-feature .vertical .gogreen .photo img{
    width: 100%;
}
.exhibition-feature .vertical .gogreen-text{
    width: 112%;
    top: 16%;
    left: -11%;
    position: absolute;
    z-index: 2;
}
.exhibition-feature .vertical .gogreen-text img{
    width: 100%;
}
.exhibition-feature .vertical .gogreen .photo::after {
    content: '';
    width: 106%;
    height: 100%;
    position: absolute;
    right: -2rem;
    top: -2rem;
    border: 4px solid #E0FD26;
    z-index: -1;
}
.exhibition-feature .vertical .eco{
    width: 25%;
    margin-top: 160px;
}
.exhibition-feature .vertical .eco .photo{
    width: 80%;
    /* margin: 0 auto; */
    max-width: 300px;
}
.exhibition-feature .vertical .eco .photo img{
    width: 100%;
}
.exhibition-feature .vertical h2{
    color: #E0FD26;
}
.exhibition-feature .col .text{
    max-width: 430px;
    /* padding: 40px 67px; */
    line-height: 1.8em;
    margin: 0 4rem;
}
.exhibition-feature .vertical .text{
    width: 100%;
    padding: 20px 0;
    line-height: 1.8em;
}
.exhibition-feature .vertical .gogreen .text{
    top: -8%;
    position: relative;
    z-index: 2;
}
.exhibition-feature .vertical .text h2{
    letter-spacing: .2em;
    margin-bottom: 10px;
    line-height: 1.6em;
}
.exhibition-feature .le-dl .text h2{
    letter-spacing: .2em;
    margin-bottom: 20px;
    line-height: 1.6em;
    text-align: left;
    position: relative;
    z-index: 1;
}
.exhibition-feature .artist .text h2{
    letter-spacing: .2em;
    margin-bottom: 20px;
    line-height: 1.6em;
    text-align: center;
    position: relative;
    z-index: 1;
}
.exhibition-feature .artist .text{
    text-align: center;
    position: relative;
}
.exhibition-feature .artist .text img{
    display: inline-block;
    width: 9%;
    top: -2%;
    left: 51%;
    position: absolute;
    z-index: 1;
}
.ticket .ticket-price{
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}
.ticket .ticket-price h1{
    display: inline-block;
    width: 170px;
    color: #19283A;
    padding: 15px 20px;
    margin-right: 40px;
    text-align: center;
    background: #E0FD26;
}
#open-ticket-detail, #close-ticket-detail{
    display: inline-block;
    vertical-align: super;
    position: relative;
}
#open-ticket-detail a, #close-ticket-detail a{
    display: block;
    color: #ffffff;
    padding-bottom: 5px;
    position: relative;
}
#open-ticket-detail a::after, #close-ticket-detail a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #E0FD26;
    bottom: 0;
    left: 0;
    transform-origin: right;
    transform: scaleX(1);
    transition: transform .6s ease-in-out;
}
#open-ticket-detail a:hover::after {
    transform-origin: left;
    transform: scaleX(0);
}
ul.ticket-info{
    display: flex;
    flex-wrap: wrap;
    font-size: 24px;
    /* margin: 40px 0 10px 0; */
    letter-spacing: 0.2em;
    text-align: center;
    align-items: center;
}
ul.ticket-info li{
    display: grid;
    height: 100%;
    margin: 20px 10px;
    color: white;
    box-sizing: border-box;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    padding-right: 10px;
}
.ticket-price .ticket-info .flex{
    flex: 1;
}
ul.ticket-info .early-bird span{
    color: #FF2D00;
}
.ticket .ticket-price .early-bird-alert, .ticket-purchase p{
    font-size: 14px;
}
ul.ticket-info span{
    display: block;
    font-size: 48px;
    font-family: "Righteous";
    letter-spacing: 0em;
}
ul.ticket-info span b{
    font-size: 30px;
}
.early-bird-alert{
    font-size: 14px;
    margin: 0px auto 20px;
}
ul.ticket-info li.early-hide{
    display: none;
}
.early-hide{
    display: none;
}
ul.ticket-info li:nth-last-child(1){
    border-right: 0;
}

.ticket-purchase{
    width: 80%;
    margin: 0 auto;
    max-width: 1400px;
}
.ticket-purchase .text{
    /* display: flex; */
    margin: 40px 0 40px 0;
    /* justify-content: space-between;
    align-items: center; */
}
.ticket-purchase a{
    width: 100%;
}
.ticket-purchase ul{
    display: flex;
    width: 100%;
    background: #ffffff;
    justify-content: center;
    padding: 20px;
    /* margin: 20px 0; */
    border-bottom: 5px solid #E0FD26;
}
.ticket-purchase ul li img{
    width: auto;
    /* max-width: 145px; */
    max-height: 40px;
}
.brand-logo{
    display: flex;
    flex-wrap: wrap;
    font-weight: bold;
    line-height: 4.5em;
}

.brand-logo .by{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0px 40px 10px 0;
}

.brand-logo .by p{
    margin-right: 20px;
}

.brand-logo .by img{
    width: auto;
    /* max-width: 145px; */
    max-height: 60px;
    margin-right: 20px;
}
.article-main{
    width: 80%;
    margin: 40px auto 100px auto;
    max-width: 1400px;
}
.article-main .cover img{
    width: 100%;
}
.article-main .article-text{
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-top: 1rem;
}
.article-main .article-text .text-l{
    min-width: 300px;
    max-width: 360px;
    position: relative;
}
.article-main .article-text .text-l .article-tag a{
    display: inline-block;
    padding: 0px 12px;
    color: #ffffff;
    margin: 2px 5px 0 5px;
    background-color: #19283A;
    font-size: 14px;
}
.article-main .article-text .text-l p.title{
    font-weight: bold;
    font-size: 1.6rem;
    margin: 10px auto;
}
.article-main .article-text .text{
    max-width: 1000px;
    line-height: 2.3rem;
    padding: 0 0 0 40px;
    text-align: justify;
}
.article-main .article-text .text img{
    max-width: 100%;
}
.article-text .text h3{
    font-size: 1.17em;
    margin: 30px 0;
}
.article-text .text ul,
.article-text .text ol{
    padding-left: 1.3em;
}
.article-text .text ul{
    list-style: disc;
}
.article-text .text a{
    /* display: inline-block; */
    color: #1F3CD8;
    border-bottom: 1px dotted #1F3CD8;
}
.article-text .text a:hover{
    border-bottom: 1px dotted #AEE3F1;

}
.pagination-wrap{
    width: 90%;
    margin: 40px auto 80px auto;
    text-align: center;
    max-width: 1400px;
}
.pagination-wrap .pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-weight: bold;
}
.pagination-wrap .pagination a{
    display: block;
    border: 2px solid #19283A;
    background: #19283A;
    color: #ffffff;
    padding: 10px 15px;
    margin: 0 10px;
    transition: all 0.2s;
    transform-origin: center;
    transform: scale(1);
    transition: transform .6s ease-in-out;
}
.pagination-wrap .pagination a.active{
    border: 2px solid #E0FD26;
    background: #E0FD26;
    color: #19283A;
}
.pagination-wrap .pagination a.prev,
.pagination-wrap .pagination a.next{
    display: block;
    border: 2px solid #19283A;
    background: transparent;
    color: #19283A;
    padding: 10px 15px;
    margin: 10px;
}
.pagination-wrap .pagination a:hover{
    transform-origin: center;
    transform: scale(0.9);
    transition: transform .6s ease-in-out;
}
.contact-us{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 3px solid #19283A;
}
.contact-us h1{
    padding-left: 36px;
}
.contact-us span{
    max-width: 450px;
    font-size: 1rem;
    font-weight: normal;
    vertical-align: middle;
}
.contact-us .social-btn ul li{
    display: table-cell;
    border-left: 3px solid #19283A;
}

.contact-us .social-btn img{
    width: auto;
    height: 40px;
    margin: 20px;
    max-width: 60px;
}
.menu-wrap .social-btn ul li{
    display: table-cell;
}
.menu-wrap .social-btn img{
    width: auto;
    height: 32px;
    margin: 20px;
    max-width: 60px;
}
footer .copyright{
    font-size: 1rem;
    margin: 20px auto;
}
#ticket-detail{
    padding: 20px 0;
    display: none;
}
#ticket-detail li{
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(240, 240, 240, 0.1);
}
#ticket-detail p{
    color: #AEE3F1;
}
#ticket-detail span{
    font-size: 0.9rem;
}
.header .owl-theme .owl-nav [class*=owl-] {
    width: 57px;
    height: 57px;
    margin: 0;
    background: url("../images/btn-arrow.png") no-repeat scroll 0 0;
    background-size: cover;
    text-indent: -9999px;
    /* top: 0; */
    cursor: pointer;
    /* position: absolute; */
}
.header .owl-theme .owl-nav{
    transform: translate(-50%, -0%);
    left: 50%;
    bottom: 0;
    position: absolute;
}
.header .owl-theme .owl-nav [class*=owl-].owl-prev:hover {
    width: 57px;
    height: 57px;
    background: url("../images/btn-arrow.png") no-repeat 0 0;
    background-size: cover;
}
.header .owl-theme .owl-nav [class*=owl-].owl-next:hover {
    width: 57px;
    height: 57px;
    background: url("../images/btn-arrow.png") no-repeat right top;
    background-size: cover;
}
.header .owl-theme .owl-nav .owl-prev {
    border-radius: 0;
    background-position: 0 0;
    margin-right: 4px;
}
.header .owl-theme .owl-nav .owl-next {
    border-radius: 0;
    background-position: right top;
}
.header .owl-theme .owl-nav .disabled {
    opacity: 0.3;
}
.menu-wrap{
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1;
}
.menu-wrap .toggler{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    width: 50px;
    height: 50px;
    opacity: 0;
}
.menu-wrap .hamburger{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 60px;
    height: 60px;
    padding: 1rem;
    background: rgb(255 255 255 / 50%);
    box-shadow: 0 1rem 3rem rgb(0 0 0 / 20%);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-wrap .hamburger >div {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #192839;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.menu-wrap .hamburger > div:before,
.menu-wrap .hamburger > div:after{
    content: '';
    position: absolute;
    z-index: 1;
    top: -10px;
    width: 100%;
    height: 2px;
    background: inherit;
}
.menu-wrap .hamburger > div:after{
    top: 10px;
}
.menu-wrap .toggler:checked + .hamburger > div{
    transform: rotate(135deg);
}
.menu-wrap .toggler:checked + .hamburger > div:before,
.menu-wrap .toggler:checked + .hamburger > div:after{
    top: 0;
    transform: rotate(90deg);
}
.menu-wrap .toggler:checked:hover + .hamburger > div{
    transform: rotate(225deg);
}
.menu-wrap .toggler:checked ~ .menu{
    visibility: visible;
}
.menu-wrap .toggler:checked ~ .menu > div{
    transform: scale(1.2);
    transition-duration: 0.75s;
}
.menu-wrap .toggler:checked ~ .menu > div > div{
    opacity: 1;
    transition: opacity 0.4s ease;
}
.menu-wrap .menu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     visibility: hidden;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.menu-wrap .menu > div{
    background-color: rgba(224, 225, 38, 0.95);
    border-radius: 50%;
    width: 200vw;
    height: 220vw;
    display: flex;
    flex: none;
    align-items: center;
    justify-content: center;
     transform: scale(0);
    transition: all 0.4s ease;
}
.menu-wrap .menu > div >div{
    text-align: center;
    max-width: 90vw;
    max-height: 100vh;
     opacity: 0;
    transition: opacity 0.4s ease;
}
.menu-wrap .menu > div > div > ul > li {
    list-style: none;
    color: #19283a;
    font-size: 1rem;
    padding: 0.5rem;
}

.menu-wrap .menu > div > div > ul > li > a{
    color: inherit;
    text-decoration: none;
    transition: color 0.4s ease;
}

@media (max-width: 767px) {
    .nav-wrap, .nav-wrap-page{
        display: none;
    }
    .header{
        display: block;
    }
    .header .logo{
        display: none;
    }
    .header .banner-wrap{
        width: 100%;
        height: 44vw;
    }
    .sect-light{
        width: 100%;
        margin: 40px auto;
        overflow: hidden;
    }

    .sect-dark .bg img{
        width: 45%;
        max-width: 300px;
    }

    .news{
        flex-wrap: wrap;
        justify-content: center;
    }

    .news-more{
        text-align: center;
        margin: 40px auto;
    }

    .news .article{
        width: 80%;
        flex-wrap: wrap;
        justify-content: center;
    }

    .news article{
        margin: 20px auto;
        width: 100%;
    }

    .news .news-tab{
        width: 100%;
    }

    .exhibition .exh-zone{
        width: 62%;
        max-width: 240px;
    }

    

    .exhibition .exh-earth .left img{
        width: 60%;
        margin: 20px auto 0 auto;
    }
    .exhibition-feature h1{
        width: 80%;
        margin: 20px auto;
    }

    .exhibition-feature .le-dl .photo{
        width: 90%;
        height: 40%;
        position: relative;
    }

    .exhibition-feature .le-dl .photo img{
        position: relative;
        z-index: 2;
    }

    .exhibition-feature .le-dl{
        width: 90%;
        flex-direction: column;
        max-width: 400px;
        margin: 20px auto;
    }

    .exhibition-feature .artist{
        width: 90%;
        flex-direction: column-reverse;
        max-width: 400px;
        margin: 20px auto;
    }

    .exhibition-feature .artist .photo{
        width: 80%;
        height: 40%;
        position: relative;
    }
    .exhibition-feature .artist .photo img{
        width: 100%;
        position: relative;
        z-index: 2;
    }
    .exhibition-feature .col .text p{
        width: 100%;
    }

    .exhibition-feature .vertical{
        /* display: block; */
        margin-top: 0;
        flex-direction: column;
    }

    .exhibition-feature .vertical .gogreen, .exhibition-feature .vertical .eco{
        width: 80%;
        margin: 40px auto;
        max-width: 400px;
    }

    .exhibition-feature .vertical .gogreen .photo{
        margin: 0 auto;
    }
    .exhibition-feature .vertical .eco .photo{
        margin: 0 auto;
    }

    .exhibition-feature .vertical .gogreen .photo::after{
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        right: -2rem;
        top: -2rem;
        border: 4px solid #E0FD26;
        z-index: -1;
    }

    .exhibition-feature .vertical .gogreen .photo img, .exhibition-feature .vertical .eco .photo img{
        width: 100%;
    }

    .exhibition-feature .col .text{
        width: 90%;
        padding: 40px 0;
        line-height: 1.8em;
        text-align: center;
    }
    .exhibition-feature .le-dl .text h2{
        text-align: center;
    }
    .exhibition-feature .vertical .text{
        text-align: center;
    }

    #open-ticket-detail{
        margin: 20px 0;
    }

    .ticket{
        background-size: 50%;
    }

    .ticket-price ul.ticket-info{
        margin: 10px auto 20px auto;
        /* flex-direction: column; */
    }

    .ticket-purchase ul.ticket-info{
        margin: 10px auto 20px auto;
        flex-direction: column;
    }

    ul.ticket-info li{
        margin: 20px 0;
        /* min-width: 180px; */
    }

    ul.ticket-info li:nth-last-child(1){
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .exhibition .exh-earth{
        width: 80%;
        margin: 20px auto;
        flex-direction: column;
    }

    .exhibition .exh-earth .left{
        width: auto;
        padding: 0;
    }

    .exhibition .exh-earth .right{
        width: 66%;
        margin: 0 auto;
    }

    .exhibition-feature .artist .text img{
        display: inline-block;
        width: 14%;
        top: 2rem;
        left: 11.3rem;
        position: absolute;
        z-index: 1;
    }
    .location{
        flex-direction: column;
    }
    .location .g-map{
        width: 100%;
    }
    .contact-us{
        flex-wrap: wrap;
    }
    .contact-us .social-btn{
        min-width: 100%;
    }
    .contact-us .social-btn ul{
        display: flex;
        width: 100%;
        justify-content: center;
        border-top: 3px solid #19283A;
    }
    .contact-us .social-btn img{
        margin: 10px 0;
    }

    .contact-us .social-btn ul li{
        display: flex;
        justify-content: center;
        border-left: 3px solid #19283A;
        min-width: calc(100% / 4);
    }

    .contact-us .social-btn ul li:first-child{
        border-left: none;
    }
    .contact-us h1{
        padding: 12px 15px;
    }
    .contact-us span{
        padding: 4px 15px 12px 15px;
    }

    .news-list .news article{
        max-width: none;
    }
    .nav-m-wrap {
        display: block;
        width: 100%;
        font-weight: bold;
        /* height: 67px;
        max-width: 700px; */
        top: 0;
        left: 0;
        position: relative;
        z-index: 20;
    }
    .logo-page{
        width: 20%;
        margin: 28px auto;
        min-width: 145px;
    }
    .logo-page img{
        width: 100%;
    }
    .nav-m-open{
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }

    .nav-m-open a {
        display: block;
        width: 100%;
        position: relative;
    }
    .nav-m-list{
        display: flex;
        width: 100%;
        height: 100%;
        background: #AEE3F1;
        transition: all 0.2s;
        flex-direction: column;
        top: 0;
        left: 0;
        margin: 0 auto;
        position: fixed;
        z-index: 5;
    }
    .nav-m-list ul {
        display: flex;
        width: 100%;
        font-size: 1.6rem;
        flex-direction: column;
        padding: 4px;
        align-items: center;
    }
    .nav-m-list ul li {
        /* display: flex;
        justify-content: center; */
        padding: 12px;
    }

     .nav-m-list ul li a {
        color: #19283A;
    }
    .nav-m-list .social-btn ul {
        display: flex;
        width: 66%;
        flex-direction: unset;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .nav-m-list.showMenuAnimation {
	-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .header .owl-theme .owl-nav [class*=owl-],
    .header .owl-theme .owl-nav [class*=owl-].owl-prev:hover,
    .header .owl-theme .owl-nav [class*=owl-].owl-next:hover{
        width: 30px;
        height: 30px;
    }

    .article-main{
        width: 100%;
        margin: 0 auto;
        max-width: 1400px;
    }
    .article-main .article-text{
        width: 80%;
        margin: 40px auto;
        flex-direction: column;
    }
    .news-list-related .news article{
        margin: 20px 10px;
        max-width: none;
    }
    .article-main .article-text .text{
        margin: 0 auto;
    }
    .news .news-main .img-mask::after{
        content: '';
        width: 35%;
        height: 29%;
        position: absolute;
        right: -1rem;
        top: 35%;
        border: 4px solid #AEE3F1;
        z-index: -1;
    }
    .article-main .article-text .text{
        padding: 0;
    }
    .article-main .article-text .text-l{
        max-width: none;
        width: 100%;
    }
    .article-main .news-more{
        width: 80%;
        margin: 20px auto;
    }
    .ticket-purchase .text{
        /* flex-direction: column;
        align-items: start; */
        line-height: 2.5rem;
    }
    .news-list-related .news .article{
        flex-direction: column;
    }
    .location ul{
        max-width: none;
    }

}

@media (max-width: 767px) {
    .exhibition .exh-zone .zone-pc{
        display: none;
    }
    .exhibition .exh-zone .zone-m{
        display: block;
        margin-bottom: 100px;
    }
}
@media (max-width: 480px) {
    .nav-wrap, .nav-wrap-page{
        display: none;
    }
    .header{
        display: block;
    }
    .header .logo{
        display: none;
    }
    .header .banner-wrap{
        width: 100%;
        height: 44vw;
    }
    .exhibition-feature .artist .text img{
        display: inline-block;
        width: 13%;
        top: 2.4rem;
        left: 10.5rem;
        position: absolute;
        z-index: 1;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {
    .nav-wrap, .nav-wrap-page{
        display: none;
    }
    .header{
        display: block;
    }
    .header .logo{
        display: none;
    }
    .header .banner-wrap{
        width: 100%;
        height: 44vw;
    }

    .sect-light .news{
        flex-direction: column;
    }
    .news article{
        margin: 20px 1%;
    }
    .exhibition-feature .col{
        width: 90%;
    }
    .exhibition-feature .le-dl .photo{
        width: 80%;
        max-width: 297px;
    }
    .exhibition-feature .artist .photo{
        width: 80%;
        max-width: 245px;
    }
    .nav-m-wrap {
        display: block;
        width: 100%;
        /* height: 67px;
        max-width: 700px; */
        top: 0;
        left: 0;
        position: relative;
        z-index: 20;
    }
    .logo-page{
        width: 20%;
        margin: 28px auto;
    }
    .logo-page img{
        width: 100%;
    }
    .nav-m-open{
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: center;
        align-items: center;
    }

    .nav-m-open a {
        display: block;
        width: 100%;
        position: relative;
    }
    .nav-m-list{
        display: flex;
        width: 100%;
        height: 100%;
        background: #AEE3F1;
        transition: all 0.2s;
        flex-direction: column;
        top: 0;
        left: 0;
        margin: 0 auto;
        position: fixed;
        z-index: 5;
    }
    .nav-m-list ul {
        display: flex;
        width: 100%;
        font-size: 1.6rem;
        flex-direction: column;
        padding: 4px;
        align-items: center;
    }
    .nav-m-list ul li {
        /* display: flex;
        justify-content: center; */
        padding: 12px;
    }

    .nav-m-list ul li a {
        color: #19283A;
    }
    .nav-m-list .social-btn ul {
        display: flex;
        width: 66%;
        flex-direction: unset;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    .nav-m-list.showMenuAnimation {
	-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }
    .contact-us h1{
        padding-left: 10px;
    }

    .article-main{
        width: 100%;
        margin: 0 auto;
        max-width: 1400px;
    }
    .article-main .article-text{
        width: 80%;
        margin: 40px auto;
        flex-direction: column;
    }
    .news-list-related .news article{
        margin: 20px 10px;
        max-width: none;
    }
    .article-main .article-text .text{
        margin: 0 auto;
    }
    .news .news-main .img-mask::after{
        content: '';
        width: 35%;
        height: 29%;
        position: absolute;
        right: -1rem;
        top: 35%;
        border: 4px solid #AEE3F1;
        z-index: -1;
    }
    .news-list .news article{
        margin: 20px 1%;
        min-width: 360px;
    }
    .article-main .article-text .text{
        padding: 0;
    }
    .article-main .article-text .text-l{
        max-width: none;
        width: 100%;
    }
    .article-main .news-more{
        width: 80%;
        margin: 20px auto;
    }
    .exhibition-feature .vertical .gogreen .photo{
        width: 100%;
    }
    .exhibition-feature .vertical .eco .photo{
        width: 100%;
    }
    .exhibition-feature h1{
        width: 90%;
    }


}

@media (min-width: 980px) {

}
@media (min-width: 1200px) {

}

.owl-carousel .owl-item img{
    height: 48%;
    object-fit: cover;
}