@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500&family=Noto+Serif+TC:wght@500&display=swap");
@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600;700&display=swap");
@import url("https://use.fontawesome.com/releases/v5.3.1/css/all.css");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@500;700&display=swap');

* {
    font-family: 'Noto Serif TC', serif
}

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

a {
    transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s
}

a:hover {
    color: #9CC615
}

.loader {
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100vh;
    background: url(../images/rolling.svg) no-repeat;
    background-size: 50px;
    background-position: center;
    background-color: #fff
}

.hide-section {
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 60);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 60);
    transition: all, 0.8s;
    -ms-transition: all, 0.8s;
    -moz-transition: all, 0.8s;
    -webkit-transition: all, 0.8s
}

.hide-section.is-shown {
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0)
}

.hide-section.is-shown.sTop {
    transition: none;
    -ms-transition: none;
    -moz-transition: none;
    -webkit-transition: none
}

.bg {
    background: #F8F8F8
}

.bg-white {
    background: #fff
}

.text-center {
    text-align: center
}

.container {
    max-width: 1200px;
    width: 100%;
    margin: 50px auto 0;
}

.section {
    padding-top: 80px;
    padding-bottom: 120px
}

h2.section-title {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.2em;
    margin-bottom: 35px
}

h2.section-title:after {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: rgba(0, 0, 0, 0.2);
    margin: 23px auto 0 auto
}

.header-wrap {
    width: 100%;
    height: 70px
}

.header-wrap .header {
    position: fixed;
    z-index: 98;
    width: 100%;
    height: 70px;
    background: #fff;
    border-bottom: #f2f2f2 solid 2px
}

.header-wrap .header .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 114px;
    height: 52px;
    background: url(../images/logo.png) no-repeat;
    background-size: cover;
    background-position: center
}

.header-wrap .header .menu-btn {
    position: absolute;
    top: 19px;
    left: 36px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 10px 4px
}

.header-wrap .header .menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    background: #000;
    transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s
}

.header-wrap .header .menu-btn span:first-child {
    margin-bottom: 8px
}

.header-wrap .header .menu-btn:hover span {
    background: #9CC615
}

.header-wrap .header .search-btn {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 30px;
    height: 30px;
    background: url(../images/btn-search-normal.svg) no-repeat;
    background-size: initial;
    background-position: center;
    cursor: pointer;
    transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s
}

.header-wrap .header .search-btn:hover {
    background: url(../images/btn-search-hover.svg) no-repeat;
    background-size: initial;
    background-position: center
}

.header-tag {
    position: absolute;
    top: 21px;
    left: 104px;
    font-size: 18px;
    letter-spacing: 0.1em
}

.menu-wrap {
    position: fixed;
    top: 0;
    left: -420px;
    z-index: 99;
    width: 420px;
    height: 100vh;
    background: #000;
    transition: left 0.5s;
    -ms-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -webkit-transition: left 0.5s
}

.menu-wrap.expand {
    left: 0
}

.menu-wrap .close {
    width: 18px;
    height: 18px;
    cursor: pointer;
    margin: 21px 0 0 42px
}

.menu-wrap .close span {
    display: block;
    width: 25px;
    height: 2px;
    background: #fff
}

.menu-wrap .close span:first-child {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform-origin: left top
}

.menu-wrap .close span:last-child {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform-origin: left bottom;
    margin-top: 15px
}

.menu-wrap .logo {
    display: block;
    margin: 34px 0 0 94px
}

.menu-wrap .copyright {
    font-size: 11px;
    font-weight: 300;
    color: #fff;
    opacity: 0.6;
    transform: scale(0.92, 0.92);
    -webkit-transform: scale(0.92, 0.92);
    margin: 0 0 50px 94px
}

.menu-item {
    margin: 58px 0 280px 110px
}

.menu-item li {
    font-size: 18px;
    color: #fff;
    line-height: 1.6em;
    letter-spacing: 0.6em;
    margin-bottom: 26px
}

.menu-item li a:hover {
    color: #9CC615;
    transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s
}

.media {
    margin: 0 0 45px 98px
}

.media li {
    display: inline-block;
    transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    margin: 0 11px
}

.media li.fb {
    width: 20px;
    height: 20px;
    background: url(../images/btn-social-facebook-normal.png) no-repeat;
    background-size: 20px;
    background-position: center
}

.media li.fb:hover {
    background-image: url(../images/btn-social-facebook-hover.png)
}

.media li.youtube {
    width: 24px;
    height: 17px;
    background: url(../images/btn-social-youtube-normal.png) no-repeat;
    background-size: 24px;
    background-position: center
}

.media li.youtube:hover {
    background-image: url(../images/btn-social-youtube-hover.png)
}

.media li.weibo {
    width: 22px;
    height: 22px;
    background: url(../images/btn-social-weibo-normal.png) no-repeat;
    background-size: 22px;
    background-position: center
}

.media li.weibo:hover {
    background-image: url(../images/btn-social-weibo-hover.png)
}

.media li.shopping {
    width: 22px;
    height: 22px;
    background: url(../images/btn-shopping-normal.png) no-repeat;
    background-size: 22px;
    background-position: center
}

.media li.shopping:hover {
    background-image: url(../images/btn-shopping-hover.png)
}

.media li.instagram {
    width: 21px;
    height: 21px;
    background: url(../images/btn-share-instagram-normal.png) no-repeat;
    background-size: 21px;
    background-position: center
}

.menu-wrap .media li.instagram {
    width: 31px;
    height: 31px;
    background-size: 25px;
}

.media li.instagram:hover {
    background-image: url(../images/btn-share-instagram-hover.png)
}

.media li.twitter {
    width: 21px;
    height: 21px;
    background: url(../images/btn-social-twitter-normal.png) no-repeat;
    background-size: 21px;
    background-position: center
}

.media li.twitter:hover {
    background-image: url(../images/btn-share-twitter-hover.png)
}

.footer {
    width: 100%;
    background: #000;
    text-align: center;
    padding: 90px 0 70px 0
}

.footer .media {
    margin: 0 auto 40px auto
}

.footer ul.item {
    margin-bottom: 20px
}

.footer ul.item li {
    display: inline-block;
    line-height: 1em;
    color: #fff;
    font-size: 14px;
    border-right: #fff solid 1px;
    padding: 0 20px 0 16px
}

.footer ul.item li:last-child {
    border-right: 0
}

.footer .copyright {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    opacity: 0.5
}

.music-app {
    text-align: center;
    margin-bottom: 85px
}

.music-app li {
    display: inline-block;
    margin-right: 15px
}

.music-app li:last-child {
    margin-right: 0
}

.music-app li img {
    width: 42px;
    height: auto
}

.slide-box-wrap {
    position: fixed;
    bottom: calc(-100vh + 80px);
    left: 0;
    z-index: 99;
    width: 100%;
    height: calc(100vh - 100px);
    background: #fff;
    transition: bottom 0.53s;
    -ms-transition: bottom 0.53s;
    -moz-transition: bottom 0.53s;
    -webkit-transition: bottom 0.53s;
    padding-top: 95px
}

.slide-box-wrap.expand {
    bottom: 0
}

.slide-box-wrap .close {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: url(../images/btn-close.svg) no-repeat;
    background-size: cover;
    background-position: center;
    cursor: pointer
}

.slide-box-wrap .search-box {
    width: 600px;
    height: 40px;
    border-bottom: #000 solid 1px;
    padding: 0 0 8px 10px;
    margin: 0 auto 80px auto
}

.slide-box-wrap .search-box input {
    display: inline-block;
    width: 535px;
    height: 38px;
    font-size: 18px;
    border: none;
    outline: none;
    vertical-align: top
}

.slide-box-wrap .search-box button {
    display: inline-block;
    width: 50px;
    height: 40px;
    border: none;
    background: url(../images/btn-search-normal.svg) no-repeat;
    background-size: 22px;
    background-position: center;
    cursor: pointer
}

.slide-box-wrap .search-box button:hover {
    background-image: url(../images/btn-search-hover.svg)
}

.slide-box-wrap .word-box {
    width: 600px;
    text-align: center;
    margin: 0 auto
}

.slide-box-wrap .word-box span {
    display: block;
    font-size: 14px;
    margin-bottom: 35px
}

.slide-box-wrap .word-box ul li {
    display: inline-block;
    font-size: 18px;
    border-bottom: #000 solid 1px;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    padding-bottom: 8px;
    margin: 0 21px 15px 17px
}

.slide-box-wrap .word-box ul li:hover {
    border-color: #9CC615
}

.slide-box-wrap.songs {
    text-align: center;
    overflow-y: scroll;
    padding-top: 60px;
    padding-bottom: 45px
}

.slide-box-wrap.songs .title {
    font-size: 36px;
    margin-bottom: 65px
}

.slide-box-wrap.songs .title span {
    display: block;
    color: #939393;
    font-size: 16px;
    line-height: 1.4em
}

.slide-box-wrap.songs p {
    width: 700px;
    color: #6E6E6E;
    font-size: 16px;
    line-height: 1.6em;
    margin: 0 auto 55px auto
}

.slide-box-wrap.songs .close {
    transition: opacity 1s;
    -ms-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    opacity: 0
}

.slide-box-wrap.songs.expand .close {
    position: fixed;
    top: 80px;
    opacity: 1
}

.slide-box-wrap.event {
    background: #F2F2F2;
    padding-top: 0
}

.slide-box-wrap.event .event-content-wrap {
    width: 1000px;
    background: #fff;
    padding-bottom: 135px;
    margin: 0 auto
}

.slide-box-wrap.event .event-content-wrap .cover-img {
    margin-bottom: 90px
}

.slide-box-wrap.event .event-content-wrap .cover-img img {
    max-width: 100%;
    height: auto
}

.slide-box-wrap.event .event-content-wrap .event-content {
    width: 700px;
    color: #6E6E6E;
    font-size: 18px;
    line-height: 1.8em;
    margin: 0 auto
}

.slide-box-wrap.event .event-content-wrap .event-content .title {
    color: #000;
    font-size: 36px;
    line-height: 1.4em;
    text-align: center;
    margin-bottom: 45px
}

.slide-box-wrap.event .event-content-wrap .event-content .tile {
    color: #000;
    font-size: 36px;
    text-align: center;
    margin-bottom: 60px
}

.slide-box-wrap.event .event-content-wrap .event-content .tile span {
    display: block;
    color: #9a9a9a;
    font-size: 16px
}

.slide-box-wrap.event .event-content-wrap .event-content .tile .date {
    color: #9a9a9a;
    font-size: 18px;
    margin-bottom: 8px
}

.slide-box-wrap.event .event-content-wrap .event-content p {
    color: #6E6E6E;
    font-size: 18px;
    line-height: 2.3em
}

.slide-box-wrap.event .event-content-wrap .event-content img {
    max-width: 100%;
    height: auto
}

.slide-box-wrap.event .close {
    transition: opacity 1s;
    -ms-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    opacity: 0
}

.slide-box-wrap.event.expand .close {
    position: fixed;
    top: 80px;
    opacity: 1
}

.main-carousel-wrap {
    position: relative;
    width: calc(100% - 240px);
    height: calc(100vh - 140px);
    margin: 0 auto 80px auto
}

.main-carousel-wrap .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main-carousel-wrap+.section {
    padding-bottom: 80px
}

.main-carousel {
    width: 100%;
    height: 100%;
    margin: 0 auto 80px auto
}

.main-carousel .flickity-slider {
    transform: none !important
}

.main-carousel .carousel-cell {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out;
    left: 0 !important
}

.main-carousel .carousel-cell.is-selected {
    opacity: 1
}

.main-carousel .carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .main-carousel .carousel-cell img {
        height: auto
    }
}

.main-carousel .carousel-cell iframe {
    width: 100%;
    height: 100%
}

.main-carousel .carousel-cell.dark .caption {
    color: #000
}

.main-carousel .caption {
    position: absolute;
    z-index: 1;
    max-width: 495px;
    color: #fff
}

.main-carousel .caption.center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: center
}

.main-carousel .caption.centerLeft {
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%)
}

.main-carousel .caption.centerRight {
    top: 50%;
    right: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: right
}

.main-carousel .caption.bottomLeft {
    bottom: 40px;
    left: 80px
}

.main-carousel .caption.bottomLeft .title,
.main-carousel .caption.bottomLeft p {
    padding-left: 20px
}

.main-carousel .caption.bottomLeft:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 25px auto 0 0
}

.main-carousel .caption.bottomRight {
    bottom: 40px;
    right: 80px;
    text-align: right
}

.main-carousel .caption.bottomRight .title,
.main-carousel .caption.bottomRight p {
    padding-right: 20px
}

.main-carousel .caption.bottomRight:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 25px 0 0 auto
}

.main-carousel .caption.bottomCenter {
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    text-align: center
}

.main-carousel .caption.bottomCenter:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 25px auto 0 auto
}

.main-carousel .caption .title {
    font-size: 32px;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em
}

.main-carousel .caption p {
    max-height: 3.6em;
    font-size: 16px;
    line-height: 1.8em;
    overflow: hidden
}

.playlist-carousel .list,
.playlist-wrapper .list {
    width: 360px;
    vertical-align: top;
    margin-right: 59px
}

.playlist-carousel .list .img-wrap,
.playlist-wrapper .list .img-wrap {
    position: relative;
    width: 100%;
    height: 360px;
    margin: 10px 0 35px 0
}

.playlist-carousel .list .img-wrap .img-box,
.playlist-wrapper .list .img-wrap .img-box {
    width: 100%;
    height: 360px;
    overflow: hidden
}

.playlist-carousel .list .img-wrap img,
.playlist-wrapper .list .img-wrap img {
    width: 100%;
    height: auto;
    transition: transform 1.5s, opacity 0.8s;
    -ms-transition: transform 1.5s, opacity 0.8s;
    -moz-transition: transform 1.5s, opacity 0.8s;
    -webkit-transition: transform 1.5s, opacity 0.8s
}

.playlist-carousel .list .img-wrap img:hover,
.playlist-wrapper .list .img-wrap img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0.8
}

.playlist-carousel .list .img-wrap img:hover,
.playlist-wrapper .list .img-wrap img:hover {
    opacity: 1
}

.playlist-carousel .list .img-wrap:after,
.playlist-wrapper .list .img-wrap:after {
    content: '';
    display: block;
    position: absolute;
    top: -9px;
    left: 12px;
    z-index: -1;
    width: 100%;
    height: 360px;
    background: url(../images/albumcover.png) no-repeat;
    background-size: contain;
    background-position: center
}

.playlist-carousel .list .img-wrap:before,
.playlist-wrapper .list .img-wrap:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(156, 198, 21, 0) url(../images/play.png) center no-repeat;
    transition: background 0.5s;
    -ms-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -webkit-transition: background 0.5s;
    pointer-events: none
}

.playlist-carousel .list .img-wrap:hover img,
.playlist-wrapper .list .img-wrap:hover img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.playlist-carousel .list .img-wrap:hover:before,
.playlist-wrapper .list .img-wrap:hover:before {
    background: rgba(156, 198, 21, 0.4) url(../images/play.png) center no-repeat
}

.playlist-carousel .list .title,
.playlist-wrapper .list .title {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 12px
}

.playlist-carousel .list .tag,
.playlist-wrapper .list .tag {
    font-size: 14px;
    color: #808080;
    text-align: center
}

.playlist-wrapper .list {
    display: inline-block;
    margin-right: 54px;
    margin-bottom: 60px
}

@media (min-width: 992px) {
    .playlist-wrapper .list:nth-child(3n) {
        margin-right: 0
    }
}

.playlist-wrapper .list .tag {
    margin-bottom: 0
}

.playlist-wrapper .more {
    margin: 15px auto 40px
}

.single-col {
    width: 820px;
    margin: 0 auto 100px auto
}

.single-col .img-wrap {
    width: 100%;
    height: 600px;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    margin-bottom: 40px
}

.single-col .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s, opacity 0.8s;
    -ms-transition: transform 1.5s, opacity 0.8s;
    -moz-transition: transform 1.5s, opacity 0.8s;
    -webkit-transition: transform 1.5s, opacity 0.8s
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .single-col .img-wrap img {
        height: auto
    }
}

.single-col .img-wrap img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0.8
}

.single-col>ul {
    text-align: center;
    margin-bottom: 40px
}

.single-col>ul li {
    display: inline-block;
    line-height: 1em;
    color: #939393;
    font-size: 14px;
    border-right: #939393 solid 1px;
    padding: 0 20px 0 16px
}

.single-col>ul li:last-child {
    border-right: 0
}

.single-col .title {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 50px
}

.single-col p {
    display: block;
    height: 3.6em;
    width: 600px;
    font-size: 16px;
    line-height: 1.8em;
    overflow: hidden;
    margin: 0 auto
}

.more-link {
    display: none;
    width: 820px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    margin: 15px auto 20px
}

.more-link h2.section-title {
    flex: 0 0 100%
}

.more-link .btn-wrapper {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 15px
}

@media (min-width: 992px) {
    .more-link .btn-wrapper:nth-child(3n) {
        border-right: none
    }
}

.more-link .btn-wrapper:last-child {
    border-right: none
}

.more-link .btn {
    display: inline-block;
    width: 240px;
    font-size: 16px;
    color: #fff;
    background: #000;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s, padding 0.3s;
    -ms-transition: background-color 0.3s, padding 0.3s;
    -moz-transition: background-color 0.3s, padding 0.3s;
    -webkit-transition: background-color 0.3s, padding 0.3s;
    background: #000;
    padding: 24px 80px;
    margin: 0 auto 0 auto
}

.more-link .btn:hover {
    color: #fff;
    background: #9CC615 url(../images/right-mouse2.png) center right 53px;
    background-repeat: no-repeat;
    padding: 24px 115px 24px 50px
}

.more {
    width: 120px;
    height: 37px;
    line-height: 35px;
    font-size: 14px;
    border: #000 solid 1px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin: 0 auto 0 auto
}

.more:hover {
    color: #fff;
    background: #9CC615;
    border-color: #9CC615
}

.video-wall {
    position: relative;
    width: 100%;
    height: 0;
    pointer-events: none;
    padding-top: 48.6%
}

.video-wall:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    height: 46%;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.7) 50%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.7) 50%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
    pointer-events: none
}

.video-wall .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-wall .img-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    width: 56px;
    height: 56px;
    border: #fff solid 2px;
    border-radius: 50%;
    background: url(../images/play.png) no-repeat;
    background-size: 19px;
    background-position: center
}

.video-wall .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .video-wall .img-wrap img {
        height: auto
    }
}

.video-wall.live:before {
    display: none
}

.video-wall.live .img-wrap:before {
    top: initial;
    bottom: 85px;
    left: initial;
    right: 120px;
    transform: initial;
    -webkit-transform: initial
}

.video-wall.live .info {
    position: absolute;
    bottom: 80px;
    left: 120px;
    width: 40%;
    color: #fff;
    font-size: 24px;
    font-weight: 300
}

.video-wall.live .info .date {
    font-size: 14px;
    margin-bottom: 20px
}

.video-wall.live .info .date:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    margin-right: 6px
}

.video-wall .iframe-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-wall .iframe-wrap iframe {
    width: 100%;
    height: 100%
}

.video-wall .title {
    position: absolute;
    bottom: 40px;
    z-index: 2;
    width: 100%;
    line-height: 1.5em;
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    text-align: center
}

.video-wall .title .date {
    display: block;
    font-size: 14px;
    color: #9f9f9f
}

.tile-carousel {
    background: #000;
    padding: 20px 0 45px 0
}

.tile-carousel .tile {
    width: 300px;
    transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s
}

.tile-carousel .tile .img-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.tile-carousel .tile .img-wrap.expanded {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.tile-carousel .tile .img-wrap img {
    width: 100%;
    object-fit: cover
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .tile-carousel .tile .img-wrap img {
        height: auto
    }
}

.tile-carousel .tile .img-wrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    width: 42px;
    height: 42px;
    border: #fff solid 2px;
    border-radius: 50%;
    background: url(../images/play.png) no-repeat;
    background-size: 13px;
    background-position: center
}

.tile-carousel .tile .iframe-wrap {
    width: 100%;
    height: 147px;
    overflow: hidden;
    pointer-events: none;
    margin-bottom: 10px;
    transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s
}

.tile-carousel .tile .iframe-wrap iframe {
    width: 100%;
    height: 100%
}

.tile-carousel .tile .iframe-wrap.expanded {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1)
}

.tile-carousel .tile .title {
    max-height: 3em;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
    overflow: hidden;
    padding: 0 22px;
    margin-bottom: 12px
}

.tile-carousel .tile .date {
    display: block;
    font-size: 14px;
    color: #9F9F9F;
    text-align: center;
    margin-bottom: 20px
}

.tile-carousel.live .tile {
    width: 600px
}

.tile-carousel.live .tile .img-wrap,
.tile-carousel.live .tile .iframe-wrap {
    height: 292px
}

.tile-carousel.live .tile .img-wrap:before,
.tile-carousel.live .tile .iframe-wrap:before {
    top: initial;
    bottom: 28px;
    left: initial;
    right: 38px;
    transform: initial;
    -webkit-transform: initial
}

.tile-carousel.live .tile .info {
    position: absolute;
    left: 53px;
    bottom: 28px;
    width: 360px;
    color: #fff;
    font-size: 24px;
    font-weight: 300
}

.tile-carousel.live .tile .info .date {
    color: #fff;
    font-size: 12px;
    text-align: left;
    margin-bottom: 10px
}

.tile-carousel.live .tile .info .date:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    margin-right: 6px
}

.tile-carousel.artist {
    background: transparent;
    padding-bottom: 0
}

.tile-carousel.artist .tile {
    width: 380px;
    margin-right: 20px
}

.tile-carousel.artist .tile .img-wrap {
    height: 186px;
    transform: none;
    -webkit-transform: none;
    margin-bottom: 35px
}

.tile-carousel.artist .tile .iframe-wrap {
    height: 186px;
    transform: none;
    -webkit-transform: none;
    margin-bottom: 35px
}

.tile-carousel.artist .tile .title {
    color: #000;
    font-size: 22px
}

.tile-carousel.live {
    height: 350px
}

.two-col-wrap {
    width: 800px;
    margin: 0 auto
}

.album-content-wrap .two-col-wrap {
    width: 820px;
    margin-top: 120px
}

.cat {
    text-align: center;
    margin-bottom: 25px
}

.cat li {
    display: inline-block;
    font-size: 16px;
    margin: 0 20px 15px 16px
}

.cat li.active {
    color: #9CC615
}

.two-col {
    display: inline-block;
    width: 380px;
    vertical-align: top;
    margin: 0 34px 0 0
}

.two-col:nth-child(even) {
    margin-right: 0
}

.album-content-wrap .two-col:nth-child(odd) {
    margin-right: 54px
}

.two-col .img-wrap {
    width: 380px;
    height: 280px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 35px
}

.two-col .img-wrap img {
    width: 100%;
    height: auto;
    transition: transform 1.5s, opacity 0.8s;
    -ms-transition: transform 1.5s, opacity 0.8s;
    -moz-transition: transform 1.5s, opacity 0.8s;
    -webkit-transition: transform 1.5s, opacity 0.8s
}

.two-col .img-wrap img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0.8
}

.two-col .title {
    max-height: 4.2em;
    line-height: 1.4em;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    overflow: hidden;
    padding: 0 28px;
    margin-bottom: 15px
}

.two-col .date {
    font-size: 14px;
    color: #9F9F9F;
    text-align: center;
    margin-bottom: 60px
}

.artist-wrap {
    width: 100%
}

.artist-wrap:after {
    content: '';
    display: block;
    clear: both
}

.artist-grid {
    float: left;
    width: 33.3333%
}

.artist-grid.artist-grid1 {
    width: 33.3333%
}

.artist-grid.artist-grid1 .artist-box {
    padding-top: 125%
}

.artist-grid.artist-grid2 {
    width: 66.6666%
}

.artist-grid.artist-grid2 .artist-box {
    padding-top: 62.5%
}

.artist-grid .artist-box {
    position: relative;
    width: 100%;
    height: 0;
    overflow: hidden
}

.artist-grid .artist-box:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 30%;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    pointer-events: none
}

.artist-grid .artist-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.5s, filter 0.8s;
    -ms-transition: transform 1.5s, filter 0.8s;
    -moz-transition: transform 1.5s, filter 0.8s;
    -webkit-transition: transform 1.5s, filter 0.8s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%)
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .artist-grid .artist-box img {
        height: auto
    }
}

.artist-grid .artist-box img:hover {
    -webkit-filter: none;
    filter: none;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1)
}

.artist-grid .artist-box .title {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 3;
    width: 100%;
    line-height: 1.2em;
    color: #fff;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    pointer-events: none
}

.artist-grid .artist-box .title span {
    display: block;
    font-size: 16px;
    letter-spacing: 0.08em
}

.cover {
    position: relative;
    width: 100%;
    height: calc(100vh - 70px);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.cover:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 43%;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    pointer-events: none
}

.cover.small {
    height: auto;
    padding-top: 80px
}

.cover.small:before {
    display: none
}

.cover.small h1 {
    position: static;
    color: #000;
    transform: none;
    -webkit-transform: none;
    margin: 0 auto
}

.cover.small h1:after {
    display: none
}

.cover h1 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 3;
    width: 100%;
    max-width: 800px;
    line-height: 1.6em;
    color: #fff;
    font-size: 32px;
    text-align: center;
    letter-spacing: 0.1em
}

.cover h1:after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 25px auto 0 auto
}

.cover h1 span {
    display: block;
    width: 600px;
    max-height: 3.2em;
    font-size: 16px;
    line-height: 1.6em;
    letter-spacing: initial;
    overflow: hidden;
    margin-top: 20px
}

.cover.artist {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    flex-flow: column;
    background-size: 110%
}

.cover.artist img {
    position: fixed;
    top: 70px;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 110%;
    height: 110%;
    object-fit: cover;
    transition: all, 0.8s;
    -ms-transition: all, 0.8s;
    -moz-transition: all, 0.8s;
    -webkit-transition: all, 0.8s
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .cover.artist img {
        height: auto
    }
}

.cover.artist.expand {
    background-size: 100%
}

.cover.artist.expand img {
    width: 100%;
    height: 100%
}

.cover.artist h1 {
    position: static;
    bottom: initial;
    transform: none;
    -webkit-transform: none;
    max-width: 100%;
    font-size: 48px;
    line-height: 1.1em;
    letter-spacing: 0.2em
}

.cover.artist h1:after {
    display: none
}

.cover.artist h1 span {
    font-size: 24px;
    letter-spacing: 0.1em;
    margin-top: 0
}

.cover.artist .more {
    width: 100px;
    color: #fff;
    border-color: #fff;
    margin-top: 20px
}

.cover.artist .more:hover {
    background: #fff;
    color: #000
}

.cover.artist .more.expand {
    display: none
}

.cover.artist .media {
    position: absolute;
    bottom: 38px;
    z-index: 3;
    width: 100%;
    text-align: center;
    margin: 0 auto
}

.cover.artist .more-content {
    width: 48%;
    height: 0;
    color: #fff;
    font-size: 18px;
    line-height: 1.8em;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, 0, 100);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
    transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    margin: 38px auto 0 auto
}

.cover.artist .more-content.expand {
    z-index: 3;
    opacity: 1;
    transform: matrix(1, 0, 0, 1, 0, 0);
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    height: auto;
    max-height: 50vh;
    text-align: justify;
    padding-right: 1em
}

.cover.artist .more-content.expand .more-close {
    width: 40px;
    height: 40px;
    background: url(../images/btn-close.png) no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
    margin: 0 auto 30px auto
}

.cover-wrapper {
    width: 61.1%;
    height: calc(100% - 185px);
    max-width: 800px;
    max-height: 600px;
    margin: 0 auto 45px
}

.cover-wrapper img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.article-info {
    display: inline-block;
    width: 80px;
    color: #969696;
    vertical-align: top;
    padding-top: 80px;
    margin-left: calc(50vw - 478px)
}

.article-info.fixed {
    position: fixed;
    top: 0;
    z-index: 1
}

.article-info>div {
    font-size: 14px;
    text-align: center;
    border-bottom: #E5E5E5 solid 1px;
    padding: 20px 0
}

.article-info ul {
    padding-top: 40px
}

.article-info ul li {
    width: 20px;
    transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
    margin: 0 auto 20px auto
}

.article-info ul li.fb {
    height: 20px;
    background: url(../images/btn-share-facebook-normal.svg) no-repeat;
    background-size: 20px;
    background-position: center
}

.article-info ul li.fb:hover {
    background-image: url(../images/btn-share-facebook-hover.svg)
}

.article-info ul li.line {
    height: 20px;
    background: url(../images/btn-share-line-normal.png) no-repeat;
    background-size: 20px;
    background-position: center
}

.article-info ul li.line:hover {
    background-image: url(../images/btn-share-line-hover.png)
}

.article-info ul li.twitter {
    height: 17px;
    background: url(../images/btn-share-twitter-normal.png) no-repeat;
    background-size: 20px;
    background-position: center
}

.article-info ul li.twitter:hover {
    background-image: url(../images/btn-share-twitter-hover.png)
}

.article-info ul li.mail {
    height: 14px;
    background: url(../images/btn-share-email-normal.png) no-repeat;
    background-size: 20px;
    background-position: center
}

.article-info ul li.mail:hover {
    background-image: url(../images/btn-share-email-hover.png)
}

.article-info ul li.link {
    height: 20px;
    background: url(../images/btn-share-link-normal.svg) no-repeat;
    background-size: 20px;
    background-position: center
}

.article-info ul li.link:hover {
    background-image: url(../images/btn-share-link-hover.svg)
}

.article-wrap {
    display: inline-block;
    width: 820px;
    color: #6e6e6e;
    transition: transform 0.8s, opacity 0.8s;
    -webkit-transition: transform 0.8s, opacity 0.8s;
    padding-top: 60px
}

.article-wrap.fixed {
    margin-left: calc(50vw - 394px)
}

.article-wrap h2,
.article-wrap h3,
.article-wrap h4,
.article-wrap p,
.article-wrap ol,
.article-wrap ul {
    padding: 0 50px
}

.article-wrap h2 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 1em
}

.article-wrap h3 {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 1em
}

.article-wrap h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 1em
}

.article-wrap p {
    font-size: 18px;
    line-height: 2.4em;
    margin-bottom: 2.2em
}

.article-wrap ul {
    font-size: 18px;
    margin-bottom: 1.8em
}

.article-wrap ul li {
    list-style-type: disc;
    line-height: 1.8em;
    list-style-position: inside;
    text-indent: 1.5em
}

.article-wrap ol {
    font-size: 18px;
    margin-bottom: 1.8em
}

.article-wrap ol li {
    list-style-type: decimal;
    line-height: 1.8em;
    list-style-position: inside;
    text-indent: 1.5em
}

.article-wrap blockquote {
    color: #9CC615;
    line-height: 1.8em;
    font-size: 18px;
    font-style: italic;
    padding: 30px 75px;
    margin-bottom: 1.8em
}

.article-wrap .one-col-image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px
}

.article-wrap .one-col-image div {
    display: block;
    margin: 0 auto
}

.article-wrap .one-col-image img {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 800px;
    margin: 0 auto
}

.article-wrap .one-col-image iframe {
    margin-bottom: 0
}

.article-wrap .two-col-image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 45px
}

.article-wrap .two-col-image img {
    width: 400px;
    height: auto
}

.article-wrap iframe {
    width: 820px;
    height: 461px;
    margin-bottom: 45px
}

.article-wrap.about {
    display: block;
    width: 700px;
    font-size: 18px;
    line-height: 2em;
    margin: 0 auto
}

.article-wrap.about img {
    display: block;
    margin-bottom: 30px
}

.article-wrap.about img:nth-of-type(2) {
    margin-top: 90px;
    margin-bottom: 55px
}

.article-wrap.about .text-center {
    margin-bottom: 80px
}

.article-carousel {
    width: 700px;
    overflow: hidden;
    margin: 0 auto 25px auto
}

.article-carousel .flickity-slider {
    transform: none !important
}

.article-carousel .carousel {
    left: 0 !important;
    width: 100%;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -webkit-transition: opacity 0.5s ease-in-out
}

.article-carousel .carousel.is-selected {
    opacity: 1
}

.article-carousel .carousel img {
    max-width: 100%;
    height: auto
}

.article-carousel-nav {
    width: 700px;
    border-bottom: #BABABA solid 1px;
    margin: 0 auto 40px auto
}

.article-carousel-nav .carousel {
    width: 90px;
    height: 80px;
    border-bottom: transparent solid 2px;
    padding-bottom: 20px;
    margin-right: 10px
}

.article-carousel-nav .carousel.is-selected {
    border-bottom: #6b6b6b solid 2px
}

.article-carousel-nav .carousel img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .article-carousel-nav .carousel img {
        height: auto
    }
}

.tag {
    text-align: center;
    margin-bottom: 80px
}

.tag div {
    display: inline-block;
    height: 22px;
    line-height: 20px;
    color: #6e6e6e;
    font-size: 12px;
    border: #6e6e6e solid 1px;
    border-radius: 9px;
    transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    padding: 0 13px;
    margin: 0 10px 0 6px
}

.tag div:hover {
    border-color: #9CC615
}

.banner {
    width: 1170px;
    margin: 0 auto 120px auto
}

.banner img {
    display: block;
    max-width: 100%;
    height: auto
}

.news-carousel .carousel {
    width: 270px;
    margin-right: 30px
}

.news-carousel .carousel .img-wrap {
    width: 270px;
    height: 200px;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-bottom: 36px
}

.news-carousel .carousel .img-wrap img {
    width: 270px;
    height: 200px;
    object-fit: cover;
    transition: transform 1.5s, opacity 0.8s;
    -ms-transition: transform 1.5s, opacity 0.8s;
    -moz-transition: transform 1.5s, opacity 0.8s;
    -webkit-transition: transform 1.5s, opacity 0.8s
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .news-carousel .carousel .img-wrap img {
        height: auto
    }
}

.news-carousel .carousel .img-wrap img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0.8
}

.news-carousel .carousel .title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    text-align: center;
    padding: 0 15px;
    margin-bottom: 15px
}

.news-carousel .carousel .date {
    color: #9F9F9F;
    font-size: 14px;
    text-align: center
}

.news-carousel.artist {
    margin-bottom: 80px
}

.keyword {
    color: #9CC615;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 80px auto
}

.keyword img {
    vertical-align: sub;
    margin-right: 5px
}

.single-col-s {
    width: 820px;
    margin: 0 auto 33px auto
}

.single-col-s .img-wrap {
    display: inline-block;
    width: 180px;
    height: 133px;
    vertical-align: top;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    margin-right: 40px
}

.single-col-s .img-wrap img {
    width: 100%;
    height: auto;
    transition: transform 1.5s, opacity 0.8s;
    -ms-transition: transform 1.5s, opacity 0.8s;
    -moz-transition: transform 1.5s, opacity 0.8s;
    -webkit-transition: transform 1.5s, opacity 0.8s
}

.single-col-s .img-wrap img:hover {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    opacity: 0.8
}

.single-col-s .text-wrap {
    display: inline-block;
    width: 595px;
    text-align: left;
    vertical-align: top;
    padding-top: 18px
}

.single-col-s .text-wrap .cat {
    color: #939393;
    font-size: 14px;
    text-align: left;
    margin-bottom: 13px
}

.single-col-s .text-wrap .title {
    font-size: 22px;
    margin-bottom: 8px
}

.single-col-s .text-wrap .date {
    color: #9F9F9F;
    font-size: 14px
}

.search_page {
    margin-top: 80px;
}

.search_page .single-col-s .text-wrap {
    padding-top: 0;
}

.search_page .single-col-s .text-wrap .date {
    position: absolute;
    bottom: -2px;
}

.album-carousel {
    padding-bottom: 40px
}

.album-carousel .album {
    width: 420px;
    height: 550px;
    opacity: 0.5;
    cursor: pointer;
    transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -webkit-transition: transform 0.3s;
    transform: scale(0.57);
    -webkit-transform: scale(0.57);
    margin-left: -140px
}

.album-carousel .album.is-previous {
    margin-right: -40px
}

.album-carousel .album.first {
    margin-left: -40px
}

.album-carousel .album .img-wrap {
    width: 420px;
    height: 420px;
    overflow: hidden;
    margin: 0 40px 40px 0
}

.album-carousel .album .img-wrap img {
    width: 100%;
    height: auto
}

.album-carousel .album .title {
    opacity: 0;
    font-size: 32px;
    font-weight: 300;
    text-align: center
}

.album-carousel .album .date {
    opacity: 0;
    font-size: 14px;
    color: #939393;
    text-align: center
}

.album-carousel .album.is-selected {
    opacity: 1;
    width: 420px;
    height: auto;
    transform: scale(1);
    -webkit-transform: scale(1);
    padding-top: 0;
    margin-left: 0
}

.album-carousel .album.is-selected+.album {
    margin-left: -40px
}

.album-carousel .album.is-selected .img-wrap {
    width: 420px;
    height: 420px
}

.album-carousel .album.is-selected .title,
.album-carousel .album.is-selected .date {
    opacity: 1
}

.album-songs {
    width: 850px;
    font-size: 18px;
    font-weight: 600;
    counter-reset: num;
    text-align: center;
    padding-bottom: 50px;
    margin: 0 auto
}

.album-songs li {
    display: inline-block;
    cursor: pointer;
    margin: 0 16px 15px 0
}

.album-songs li:before {
    content: counter(num, decimal-leading-zero);
    counter-increment: num;
    display: inline-block;
    color: #939393;
    font-size: 14px;
    font-weight: 300;
    margin-right: 4px
}

.album-content {
    display: none
}

.album-content.active {
    display: block
}

.album-content-wrap {
    width: 100%;
    background: #fff;
    padding: 100px 0 60px 0
}

.album-content-wrap .content {
    position: relative;
    width: 650px;
    max-height: 420px;
    color: #6e6e6e;
    font-size: 16px;
    line-height: 2.1em;
    overflow: hidden;
    transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    margin: 0 auto 90px auto
}

.album-content-wrap .content.expand {
    max-height: 20000px
}

.album-content-wrap .content .title {
    color: #000;
    font-size: 28px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 60px
}

.album-content-wrap .content .overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 150px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.album-content-wrap .more {
    width: 100px
}

.schedule {
    padding-top: 80px
}

.schedule .schedule-wrap {
    width: 1060px;
    margin: 0 auto 80px auto
}

@media (min-width: 992px) {
    .schedule .schedule-wrap:after {
        content: 'flickity';
        display: none
    }
}

@media (max-width: 991px) {
    .schedule .schedule-wrap:after {
        content: ''
    }

    .search_page .single-col-s .text-wrap .date {
        position: relative;
        bottom: 0;
    }
}

.schedule .schedule-wrap .cell {
    width: 100%
}

.schedule .schedule-wrap .tile {
    display: inline-block;
    width: 29.5%;
    line-height: 28px;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    margin: 0 4.8% 85px 0
}

.schedule .schedule-wrap .tile:nth-child(3n) {
    margin-right: 0
}

@media (min-width: 992px) {
    .schedule .schedule-wrap .tile:nth-last-child(-n+3) {
        margin-bottom: 55px
    }
}

.schedule .schedule-wrap .tile span {
    display: block;
    color: #9a9a9a;
    font-size: 14px;
    font-weight: 300;
    margin-top: 8px
}

.schedule .schedule-wrap .tile .date {
    color: #9a9a9a;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 4px
}

.project-carousel .flickity-slider {
    transform: none !important
}

.project-carousel .project {
    left: 0 !important;
    z-index: 1;
    width: 100%;
    height: 830px;
    opacity: 0;
    transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s
}

.project-carousel .project.is-selected {
    z-index: 4;
    opacity: 1
}

.project-carousel .project img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .project-carousel .project img {
        height: auto
    }
}

.project-carousel .project .text {
    position: absolute;
    top: 250px;
    right: 125px;
    width: 400px;
    color: #fff
}

.project-carousel .project .text h2 {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.4em;
    margin-bottom: 15px
}

.project-carousel .project .text p {
    max-height: 7.2em;
    font-size: 16px;
    line-height: 1.8em;
    text-align: justify;
    overflow: hidden
}

.project-carousel-nav-wrap {
    position: absolute;
    z-index: 5;
    bottom: 64px;
    width: 100%
}

.project-carousel-nav {
    height: 210px
}

.project-carousel-nav .project-nav {
    width: 220px;
    height: 140px;
    border-bottom: transparent solid 4px;
    padding-top: 34px;
    box-sizing: unset;
    cursor: pointer;
    transition: left 0.5s;
    -ms-transition: left 0.5s;
    -moz-transition: left 0.5s;
    -webkit-transition: left 0.5s;
    margin-right: 10px
}

.project-carousel-nav .project-nav.is-nav-selected,
.project-carousel-nav .project-nav.expanded {
    border-bottom-color: #9CC615
}

.project-carousel-nav .project-nav img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .project-carousel-nav .project-nav img {
        height: auto
    }
}

@media (max-width: 1200px) {

    .playlist-carousel,
    .playlist-wrapper {
        margin: 0 auto
    }

    .playlist-carousel .list,
    .playlist-wrapper .list {
        width: 280px
    }

    .playlist-carousel .list .img-wrap,
    .playlist-wrapper .list .img-wrap {
        height: 280px
    }

    .playlist-carousel .list .img-wrap:after,
    .playlist-wrapper .list .img-wrap:after {
        top: -7px;
        left: 9px;
        height: 280px
    }

    .playlist-carousel .list .img-wrap .img-box,
    .playlist-wrapper .list .img-wrap .img-box {
        height: 280px
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .container {
        width: auto
    }

    .main-carousel-wrap {
        width: calc(100% - 190px);
        height: 0;
        padding-top: 50.6%;
        margin: 0 auto 90px auto
    }

    .playlist-carousel {
        width: 910px
    }

    .playlist-carousel .list {
        margin-right: 35px
    }

    .playlist-wrapper {
        width: 910px
    }

    .playlist-wrapper .list {
        margin-right: 30px
    }

    .article-info {
        position: absolute;
        left: calc(50vw - 367px);
        z-index: 1;
        margin: 0
    }

    .article-wrap {
        display: block;
        margin: 0 auto
    }

    .article-wrap.fixed {
        margin-left: calc(50vw - 419px)
    }

    .article-wrap h2,
    .article-wrap h3,
    .article-wrap h4,
    .article-wrap p,
    .article-wrap ol,
    .article-wrap ul {
        padding: 0 170px
    }

    .article-wrap blockquote {
        padding: 30px 195px
    }

    .article-wrap .one-col-image div {
        width: 100%
    }

    .article-wrap .one-col-image img {
        max-width: 100%
    }

    .banner {
        width: 800px
    }

    .project-carousel .project {
        height: 590px
    }

    .project-carousel .project .text {
        top: 210px;
        width: 300px
    }

    .project-carousel .project .text h2 {
        font-size: 24px
    }

    .project-carousel .project .text p {
        max-height: 5.4em;
        font-size: 14px
    }

    .project-carousel-nav-wrap {
        bottom: 0px
    }

    .project-carousel-nav {
        height: 125px
    }

    .project-carousel-nav .project-nav {
        width: 190px;
        height: 120px;
        padding-top: 0
    }

    .project-carousel-nav .project-nav.is-nav-selected {
        width: 190px;
        height: 120px
    }

    .schedule .schedule-wrap {
        width: 100%;
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    body {
        min-width: 375px
    }

    .header-wrap .header .logo {
        width: 92px;
        height: 42px
    }

    .header-tag {
        display: none
    }

    .menu-wrap {
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        padding-bottom: 50px;
        transition: top 0.5s;
        -ms-transition: top 0.5s;
        -moz-transition: top 0.5s;
        -webkit-transition: top 0.5s
    }

    .menu-wrap .logo {
        margin: 32px auto 40px auto
    }

    .menu-wrap.expand {
        top: 0;
        left: 0
    }

    .menu-wrap .media {
        text-align: center;
        margin: 0 auto 25px auto
    }

    .menu-wrap .media li {
        margin: 0 8px 0 4px
    }

    .menu-wrap .copyright {
        text-align: center;
        opacity: 0.5;
        margin: 0 auto
    }

    .menu-item {
        margin: 0 auto 74px auto
    }

    .menu-item li {
        font-size: 20px;
        text-align: center;
        margin-bottom: 38px
    }

    .section {
        min-width: 375px;
        padding-bottom: 50px
    }

    .container {
        width: 100%;
        padding: 0 28px
    }

    .footer {
        display: flex;
        flex-wrap: wrap;
        padding: 60px 0 50px 0
    }

    .footer ul.media {
        flex: 100%;
        order: 2;
        margin-bottom: 12px
    }

    .footer ul.item {
        order: 1;
        width: 270px;
        text-align: left;
        margin: 0 auto 20px auto
    }

    .footer ul.item li {
        font-size: 18px;
        border: none;
        padding: 0 30px;
        margin-bottom: 43px
    }

    .footer .copyright {
        flex: 100%;
        order: 3
    }

    .slide-box-wrap {
        padding: 95px 30px 0 30px
    }

    .slide-box-wrap .search-box {
        width: 100%
    }

    .slide-box-wrap .search-box input {
        width: 80%
    }

    .slide-box-wrap .search-box button {
        width: 18%
    }

    .slide-box-wrap .word-box {
        width: 100%
    }

    .slide-box-wrap .word-box span {
        margin-bottom: 25px
    }

    .slide-box-wrap .word-box ul li {
        display: table;
        font-size: 20px;
        margin: 0 auto 28px auto
    }

    .slide-box-wrap.songs p {
        width: 100%;
        line-height: 1.9em;
        padding: 0 27px
    }

    .slide-box-wrap.event {
        padding: 0 0 0 0
    }

    .slide-box-wrap.event .event-content-wrap {
        width: 100%
    }

    .slide-box-wrap.event .event-content-wrap .cover-img {
        margin-bottom: 40px
    }

    .slide-box-wrap.event .event-content-wrap .event-content {
        width: 100%;
        padding: 0 27px
    }

    .slide-box-wrap.event .event-content-wrap .event-content .title {
        font-size: 24px;
        margin-bottom: 25px
    }

    .slide-box-wrap.event .event-content-wrap .event-content .tile {
        margin-bottom: 25px
    }

    .main-carousel-wrap {
        width: 100%;
        margin-bottom: 120px
    }

    .main-carousel {
        margin-bottom: 120px
    }

    .main-carousel .caption {
        width: 74%
    }

    .main-carousel .caption.bottomCenter,
    .main-carousel .caption.center {
        width: 80%
    }

    .main-carousel .caption.bottomLeft,
    .main-carousel .caption.centerLeft {
        left: 5%
    }

    .main-carousel .caption.bottomRight,
    .main-carousel .caption.centerRight {
        right: 5%
    }

    .playlist-carousel,
    .playlist-wrapper {
        width: 100%
    }

    .playlist-carousel .list,
    .playlist-wrapper .list {
        display: block;
        margin: 0 auto 45px auto
    }

    .playlist-carousel .list .img-wrap .img-box,
    .playlist-wrapper .list .img-wrap .img-box {
        position: relative;
        z-index: 1
    }

    .playlist-carousel .list .img-wrap:after,
    .playlist-wrapper .list .img-wrap:after {
        z-index: 0
    }

    .single-col {
        width: 320px;
        margin: 0 auto 80px auto
    }

    .single-col .img-wrap {
        height: 236px
    }

    .single-col .title {
        font-size: 24px;
        line-height: 1.5em;
        padding: 0 20px;
        margin-bottom: 15px
    }

    .single-col p {
        width: 100%;
        font-size: 14px;
        padding: 0 10px
    }

    .more-link {
        width: 100%;
        max-width: 360px;
        text-align: left;
        justify-content: left
    }

    .more-link .btn-wrapper {
        flex: 0 0 50%;
        text-align: center;
        padding: 0
    }

    .more-link .btn-wrapper:nth-child(even) {
        border-right: 0
    }

    .tile-carousel.live {
        height: auto
    }

    .tile-carousel .tile .title {
        font-size: 14px;
        padding: 0 34px
    }

    .tile-carousel.live .tile {
        position: relative;
        width: 100%;
        margin-left: 0
    }

    .tile-carousel.live .tile.expanded {
        margin: 0
    }

    .tile-carousel.live .tile.expanded~.tile {
        margin-left: 0
    }

    .tile-carousel.live .tile .img-wrap {
        transform: initial;
        -webkit-transform: initial
    }

    .tile-carousel.live .tile .img-wrap:before {
        bottom: 30px;
        right: 30px;
        width: 36px;
        height: 36px;
        background-size: 13px
    }

    .tile-carousel.live .tile .info {
        bottom: 25px;
        left: 31px;
        width: 65%;
        font-size: 18px
    }

    .video-wall {
        padding-top: 80%
    }

    .video-wall.live .info {
        bottom: 25px;
        left: 31px;
        width: 65%;
        font-size: 18px
    }

    .video-wall.live .info .date {
        font-size: 12px;
        margin-bottom: 7px
    }

    .video-wall.live .img-wrap:before {
        bottom: 30px;
        right: 30px;
        width: 36px;
        height: 36px;
        background-size: 13px
    }

    .more {
        margin-bottom: 120px
    }

    .two-col-wrap {
        width: 320px
    }

    .two-col {
        width: 320px;
        margin: 0 auto
    }

    .two-col .img-wrap {
        width: 320px;
        height: 236px
    }

    .two-col .title {
        padding: 0
    }

    @keyframes cover {
        from {
            background-position-x: left
        }

        to {
            background-position-x: right
        }
    }

    @keyframes artist {
        from {
            left: 0
        }

        to {
            left: 100%;
            transform: translateX(-100%)
        }
    }

    .cover {
        background-attachment: initial;
        animation: cover 20s infinite alternate ease-in-out
    }

    .cover h1 {
        max-width: 80%;
        font-size: 24px;
        line-height: 1.5em
    }

    .cover h1 span {
        width: 90%
    }

    .cover.artist {
        background-size: cover
    }

    .cover.artist img {
        display: none;
        left: initial;
        width: initial;
        transform: none;
        -webkit-transform: none;
        animation: artist 20s infinite alternate ease-in-out
    }

    .cover.artist.expand {
        background-size: cover
    }

    .cover.artist.expand img {
        width: initial;
        height: 110%
    }

    .cover.artist .more.expand {
        margin-bottom: 10px
    }

    .cover.artist .more-content {
        width: 90%;
        max-height: 45vh
    }

    .cover.small {
        padding-top: 40px;
        margin-bottom: 22px
    }

    .cover-wrapper {
        width: calc(100% - 16px);
        margin-bottom: 55px
    }

    .article-info {
        display: block;
        width: 100%;
        text-align: center;
        padding-top: 35px;
        margin: 0 auto
    }

    .article-info.fixed {
        position: static
    }

    .article-info>div {
        display: inline-block;
        border: 0;
        padding: 0;
        margin: 0 10px 30px 6px
    }

    .article-info ul {
        padding: 0
    }

    .article-info ul li {
        display: inline-block;
        width: 24px;
        vertical-align: middle;
        margin: 0 15px 0 11px
    }

    .article-info ul li.fb {
        height: 24px;
        background-size: 24px
    }

    .article-info ul li.line {
        height: 23px;
        background-size: 24px
    }

    .article-info ul li.twitter {
        height: 20px;
        background-size: 24px
    }

    .article-info ul li.mail {
        height: 16px;
        background-size: 24px
    }

    .article-wrap {
        display: block;
        width: 100%;
        padding-top: 40px
    }

    .article-wrap.fixed {
        margin-left: 0
    }

    .article-wrap h2,
    .article-wrap h3,
    .article-wrap h4,
    .article-wrap p,
    .article-wrap ol,
    .article-wrap ul {
        padding: 0 28px;
        margin-left: auto;
        margin-right: auto
    }

    .article-wrap iframe {
        display: block;
        width: 100%;
        height: 211px;
        margin-left: auto;
        margin-right: auto
    }

    .article-wrap .two-col-image div {
        width: 48%
    }

    .article-wrap .two-col-image div img {
        width: 100%
    }

    .article-wrap.about {
        width: 100%
    }

    .article-carousel {
        width: 375px;
        margin-bottom: 10px
    }

    .article-carousel-nav {
        width: 375px;
        border-bottom: none
    }

    .article-carousel-nav .carousel {
        width: 100px;
        height: 73px;
        padding-bottom: 7px
    }

    .tag {
        margin-bottom: 40px
    }

    .banner {
        width: 100%;
        margin-bottom: 0
    }

    .news-carousel {
        margin-top: 40px;
        margin-bottom: 105px
    }

    .keyword {
        margin-bottom: 25px
    }

    .single-col-s {
        width: 320px;
        margin: 0 auto 80px auto
    }

    .single-col-s .img-wrap {
        display: block;
        width: 100%;
        height: 236px;
        margin: 0 auto 40px auto
    }

    .single-col-s .text-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        padding-top: 0
    }

    .single-col-s .text-wrap .cat {
        display: flex;
        height: 1em;
        line-height: 1em;
        order: 1;
        border-right: #939393 solid 1px;
        padding: 0 20px 0 0;
        margin-bottom: 40px
    }

    .single-col-s .text-wrap .title {
        display: flex;
        order: 3;
        height: auto;
        max-height: 3em;
        line-height: 1.5em;
        overflow: hidden;
        text-align: center;
        padding: 0 20px;
        margin-bottom: 0
    }

    .single-col-s .text-wrap .date {
        display: flex;
        height: 1em;
        line-height: 1em;
        order: 2;
        padding: 0 0 0 20px;
        margin-bottom: 40px
    }

    .artist-grid {
        float: none
    }

    .artist-grid.artist-grid1,
    .artist-grid.artist-grid2 {
        width: 100%
    }

    .artist-grid.artist-grid1 .artist-box,
    .artist-grid.artist-grid2 .artist-box {
        padding-top: 125%
    }

    .album-carousel .album {
        width: 240px;
        height: 350px;
        vertical-align: top;
        margin-top: -20px;
        margin-left: -80px
    }

    .album-carousel .album .img-wrap {
        width: 240px;
        height: 240px
    }

    .album-carousel .album.is-selected {
        width: 240px;
        margin-top: 0
    }

    .album-carousel .album.is-selected .img-wrap {
        width: 240px;
        height: 240px
    }

    .album-carousel .album.is-selected+.album {
        margin-left: -30px
    }

    .album-carousel .album.is-previous {
        margin-right: -30px
    }

    .album-songs {
        width: 100%;
        font-size: 16px;
        padding-bottom: 40px
    }

    .album-songs li {
        display: block;
        margin: 0 auto 12px auto
    }

    .album-content-wrap {
        padding-bottom: 0
    }

    .album-content-wrap .content {
        width: 100%;
        padding: 0 27px
    }

    .album-content-wrap .content .title {
        font-size: 24px
    }

    .album-content-wrap .two-col-wrap {
        width: 100%;
        text-align: center;
        margin-top: 80px
    }

    .album-content-wrap .two-col-wrap .two-col:nth-child(odd) {
        margin-right: auto
    }

    .schedule .schedule-wrap {
        width: 100%;
        padding: 0 27px;
        margin-bottom: 75px
    }

    .schedule .schedule-wrap .tile {
        display: block;
        width: 80%;
        margin: 0 auto 40px
    }

    .schedule .schedule-wrap .tile:nth-child(3n) {
        margin-right: auto
    }

    .tile-carousel.artist .tile {
        width: 320px
    }

    .tile-carousel.artist .tile .img-wrap,
    .tile-carousel.artist .tile .iframe-wrap {
        height: 235px;
        margin-bottom: 35px
    }

    .project-carousel .project {
        height: 475px
    }

    .project-carousel .project .text {
        top: initial;
        bottom: 20px;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        width: 100%;
        padding: 0 36px
    }

    .project-carousel .project .text h2 {
        font-size: 24px
    }

    .project-carousel .project .text p {
        max-height: 5.4em;
        font-size: 14px
    }

    .project-carousel-nav-wrap {
        position: static;
        background: #000
    }

    .project-carousel-nav {
        height: 125px
    }

    .project-carousel-nav .project-nav {
        width: 177px;
        height: 120px;
        padding-top: 0
    }

    .project-carousel-nav .project-nav.is-nav-selected {
        width: 177px;
        height: 120px
    }
}

.point{
    display: none;
}
p {
    font-family: Microsoft JhengHei
}

body {
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth
}

h1 {
    font-size: 2em;
    margin: 20px 0;
    line-height: 1.6em;
    font-family: "jf-jinxuan", 'Noto Serif TC'
}

.two-col .title,
.header-tag {
    font-family: "jf-jinxuan", 'Noto Serif TC';
    font-weight: 500
}

.header-tag {
    top: 23px
}

p {
    margin: 20px 0;
    line-height: 26px;
    font-family: Microsoft JhengHei
}

img {
    max-width: 100%
}

.owl-nav {
    position: absolute;
    margin-top: 0;
    top: 0;
    font-size: 3em;
    width: 100%;
    height: 100%
}

.owl-nav button {
    height: 100%
}

.owl-main button.owl-next:before,
.owl-main button.owl-prev:before {
    font-size: 1.1em;
    top: 42%
}

.owl-carousel button,
.owl-main .owl-nav [class*=owl-]:hover {
    background: none;
    border: 0;
    outline: none
}

.owl-main .mobile {
    display: none !important
}

.owl-prev {
    position: absolute;
    left: 0;
    width: 20%;
    color: #fff !important;
    opacity: 0
}

.owl-next {
    position: absolute;
    right: 0;
    width: 20%;
    color: #fff !important;
    opacity: 0;
    transition: .3s
}

.owl-prev:hover,
.owl-next:hover {
    opacity: 1;
    background: none
}

.gallery .owl-prev,
.gallery .owl-next {
    font-size: .8em !important;
}

.slick-next:before,
button.owl-next:before,
.slick-prev:before,
button.owl-prev:before {
    top: 42%;
}

.owl-carousel .owl-item {
    position: relative;
}

.owl-main .item {
    position: relative;
}

.owl-main .item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.owl-main .owl-nav {}

.owl-main .item,
.owl-specil .item {
    height: calc(100vh - 70px);
}

.owl-main .owl-dot {
    margin: 0 6px;
    width: 80px;
    height: 5px;
    background-color: #fff !important;
    border-radius: 30px;
    opacity: 0.5;
}

.owl-specil .owl-dot {
    margin: 0 6px;
    width: 80px;
    height: 5px;
    background-color: #9CC615 !important;
    border-radius: 30px;
    opacity: 0.5;
}

.owl-main .owl-dot.active,
.owl-specil .owl-dot.active {
    opacity: 1;
}

.owl-main .owl-dots,
.owl-specil .owl-dots {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
    z-index: 2;
}

.owl-carousel.owl-main .title {
    z-index: 9;
    bottom: 20%;
    color: white;
}

.owl-dots {
    margin: 20px 0;
    text-align: center;
}

.owl-dot {
    color: #e0e0e0;
    font-size: 1.2em;
    padding: 0 10px;
    display: inline
}

.owl-dot.active {
    color: #9CC615
}

.owl-carousel .title {
    font-family: 'Noto Serif TC', serif;
    text-align: center;
    position: absolute;
    bottom: 50px;
    width: 100%;
    cursor: pointer;
    padding: 0 15px
}

.owl-carousel .title:hover p {
    text-decoration: underline
}

.owl-carousel .title h1 {
    font-weight: normal;
    letter-spacing: 1px;
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
}

.gallery .navigation-thumbs .item {
    cursor: pointer;
    height: 60px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-bottom: 0;
    position: relative;
}

.gallery .navigation-thumbs .item img {
    position: relative;
    min-height: 60px;
    top: 0;
}

.gallery .navigation-thumbs .owl-item {
    position: relative;
}

.gallery .navigation-thumbs .owl-item.synced::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #666;
    bottom: 0;
}

.more-link .btn {
    border: 0
}

.text-white {
    color: #fff
}

.sp-banner {
    position: relative
}

.sp-banner img {
    position: relative;
    width: 100%
}

.sp-banner .info {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    text-align: center
}

.sp-banner .bt-white {
    position: relative;
    transition: .4s;
    top: 0;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.7)
}

.sp-banner .bt-white::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 0;
    background: #fff;
    left: 50%;
    top: 40px;
    transition: .4s
}

.sp-banner .bt-white:hover {
    top: -5px;
    color: #000;
    background: #fff;
    border: 1px solid #fff;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3)
}

.sp-banner .bt-white:hover::after {
    height: 100px
}

.bt-white {
    border-radius: 4px;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 8px 20px;
    line-height: 18px;
    border: 1px solid #fff;
    color: #000;
    background: #fff
}

.bt-white:hover {
    background: #9CC615;
    border: 1px solid #9CC615;
    color: #fff
}

.bt-green {
    border-radius: 4px;
    padding: 8px 20px;
    line-height: 18px;
    color: #fff;
    background: #9CC615
}

.bt-green:hover {
    color: #000
}

.bt-gray {
    border-radius: 4px;
    padding: 8px 20px;
    line-height: 18px;
    color: #607d8b;
    cursor: default;
    text-decoration: none;
}

.bt-gray:hover {
    color: #fff
}

table .bt-green,
table .bt-gray {
    width: 100%;
    display: block;
}

table .bt-green {
    position: relative;
    box-shadow: 4px 4px 0 #999;
    transition: .2s;
    left: 0;
    top: 0
}

table .bt-green:hover {
    box-shadow: 2px 2px 0 #999;
    left: 0;
    top: 4px;
    color: #fff
}

.bt-black {
    border-radius: 4px;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 8px 20px;
    line-height: 18px;
    border: 1px solid #000;
    color: #000;
    background: #fff
}

.bt-black:hover {
    background: #9CC615;
    border: 1px solid #9CC615;
    color: #fff
}

.full-banner {
    height: calc(100vh - 70px);
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    color: white
}

.half-banner {
    height: calc(30vh - 70px);
    background-repeat: no-repeat;
    position: relative;
    text-align: center;
    color: white
}

.full-banner:after,
.half-banner:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5)
}

.full-banner .info {
    position: relative;
    z-index: 2;
    top: 40%;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.full-banner.bg-white .info {
    top: 80%
}

.full-banner.bg-white h1 {
    font-size: 2em
}

.full-banner h1 {
    margin-top: 0;
    font-size: 3em;
    letter-spacing: 5px
}

.full-banner h1 span {
    font-size: 24px;
    display: block
}

.full-banner .more {
    border-radius: 4px;
    letter-spacing: 2px;
    padding: 8px 20px;
    border: 1px solid #fff
}

.full-banner .media {
    margin: 0;
    position: absolute;
    z-index: 2;
    bottom: 5%;
    width: 100%
}

.mobile {
    display: none
}

.album {
    padding: 80px 0
}

.album .poster {
    cursor: pointer
}

.album .poster img {
    width: 100%
}

.poster .slick-slide {
    opacity: .3;
    transform: scale(0.8)
}

.poster .slick-slide.slick-current {
    opacity: 1;
    transform: scale(1.15)
}

.album .info {
    text-align: center;
    margin-top: 30px
}

.album .date {
    color: #939393
}

.album .text {
    background: white;
    padding: 50px 20%;
    text-align: left;
}

.album .text h2.title {
    font-size: 1.6em;
    text-align: center
}

.album .text p {
    font-family: Microsoft JhengHei;
    font-weight: normal;
    font-size: 16px;
    color: #666
}

.album-songs li {
    font-family: Microsoft JhengHei;
    font-weight: normal;
    font-size: 16px
}

.album-songs li:hover {
    color: #9cc615
}

.article-wrap p,
.album .text p,
.white-popup p,
.article-wrap.about {
    font-family: Microsoft JhengHei;
    font-weight: normal;
    font-size: 16px;
    line-height: 2.3em;
    text-align: justify;
    word-wrap: break-word;
    color: #333
}

.article-wrap p img {
    margin-top: 1.1em
}

.tile-carousel.live .tile .img-wrap,
.tile-carousel.live .tile .iframe-wrap,
.tile-carousel.live .tile .img-wrap img {
    height: 100%
}

.tile-carousel.live {
    height: 500px
}

.album .text .readmore {
    width: 100%;
    max-width: 650px;
    position: relative;
    margin: 0 auto
}

.album .tile-carousel .tile .img-wrap img {
    height: 214px
}

.single-col p {
    margin-top: 10px
}

.cover.artist {
    background-size: cover
}

.slick-slider {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.slick-list.draggable {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.music-app {
    margin-bottom: 50px
}

.music-app li img {
    width: 35px;
    filter: grayscale(100%)
}

.music-app li:hover img {
    filter: grayscale(0)
}

:focus {
    outline: 0
}

.slick-prev,
.slick-next {
    text-indent: -9999px;
    position: absolute;
    top: 0;
    background: none;
    border: none;
    cursor: pointer
}

.slick-next {
    right: 0
}

.album .slick-prev,
.album .slick-next {
    height: 100%
}

.album .slick-next:before,
.album .slick-prev:before {
    font-size: 3em;
    top: 40%
}

.owl-nav button span {
    display: none
}

.slick-prev:before,
button.owl-prev:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F053";
    color: #fff;
    text-indent: 30px;
    left: 0;
    z-index: 2;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

.slick-next:before,
button.owl-next:before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\F054";
    color: #fff;
    text-indent: 30px;
    right: 30px;
    z-index: 2;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#sync1 {
    margin-bottom: 20px
}

#sync1 button.owl-prev:before,
#sync1 button.owl-next:before {
    font-size: 1.5em;
    top: 40%
}

#sync2 .synced .item {
    padding-bottom: 15px;
    border-bottom: 2px solid #666
}

#sync2 .owl-stage-outer {
    border-bottom: 1px solid #ccc
}

#sync2 img {
    height: 60px
}

.white-popup {
    position: relative;
    background: #FFF;
    padding: 20px 40px;
    width: auto;
    max-width: 600px;
    margin: 20px auto
}

.white-popup p {
    font-family: Microsoft JhengHei;
    color: #333
}

#gallery.white-popup {
    max-width: 1000px;
    padding: 20px
}

#gallery.white-popup .mfp-close {
    top: -10px;
    right: -10px
}

#lyric h1 span {
    display: block;
    font-size: 16px;
    color: #939393
}

.sp-nav .item {
    padding: 10px
}

#description {
    color: white;
    width: 80%;
    max-width: 800px;
    text-align: left;
    font-weight: normal;
    height: 40vh;
    overflow-y: auto;
    z-index: 2
}

#description p {
    font-size: 18px;
    line-height: 1.8em
}

#description h1 {
    position: relative;
    left: 0;
    font-size: 2em;
    text-align: left;
    line-height: 1.2em;
    letter-spacing: 0.2em
}

.cover ::-webkit-scrollbar {
    width: 10px
}

.cover ::-webkit-scrollbar-track {
    background: #f1f1f1
}

.cover ::-webkit-scrollbar-thumb {
    background: #888
}

.cover ::-webkit-scrollbar-thumb:hover {
    background: #555
}

.bg-black {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px
}

.slide-box-wrap .search-box {
    margin-bottom: 30px
}

.word-box span {
    color: gray
}

.slide-box-wrap .word-box ul li {
    border: none;
    color: #000;
    border-bottom: 1px solid #000
}

.slide-box-wrap {
    height: 60vh;
    box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.3)
}

.mCSB_container {
    height: 100%
}

.menu-item {
    margin-bottom: 0
}

.menu-wrap .media {
    padding-top: 20px;
    display: block;
    margin-bottom: 20px
}

.slider-nav .item {
    cursor: pointer
}

.article-wrap iframe {
    max-width: 100%;
    margin-top: 1em;
    margin-bottom: 0
}

.gallery {
    margin: 0 50px;
    padding: 1.1em 0 2em
}

.gallery .slider-nav .item {
    height: 110px;
    overflow: hidden;
    border-right: 1px solid #fff
}

.gallery .slider-nav img {
    width: 100%;
    min-height: 62px;
    padding-right: 10px
}

.gallery .slick-prev,
.gallery .slick-next {
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 10
}

.gallery .slick-prev:hover,
.gallery .slick-next:hover {
    opacity: 1
}

.gallery .slick-next:before,
.gallery .slick-prev:before {
    font-size: 2em
}

.gallery .slider-for .slick-next:before,
.gallery .slider-for .slick-prev:before {
    font-size: 5em
}

.gallery .slider-for {
    margin-bottom: 20px
}

.gallery .slider-for img {
    margin: 0;
    width: 100%
}

.gallery .slick-track {
    margin: 0
}

.owl-specil {
    position: relative
}

.owl-specil .owl-stage-outer {
    z-index: 2
}

.owl-specil .title {
    text-align: left;
    top: 10%;
    right: 5%;
    width: 30%;
    height: 100%;
    position: absolute;
}

.owl-specil .title:hover p {
    text-decoration: none
}


.owl-carousel.owl-specil .owl-item img {
    position: relative;
    width: 100%;
    float: left;
}

.owl-specil h1 {
    margin-top: 0;
    text-align: right;
}

.owl-specil .pic {
    position: absolute;
    left: 0;
    top: 10%;
    width: 60%;
}

.owl-specil .pic h2 {
    font-family: 'Noto Sans TC', sans-serif;
    font-weight: 700;
    font-size: 5em;
    position: absolute;
    bottom: -25px;
    color: white;
}

.owl-specil .text {
    font-family: Microsoft JhengHei;
    width: 100%;
    float: right;
}

.owl-specil .stip {
    font-family: Microsoft JhengHei;
    text-align: right;
    display: block;
    margin-top: 30%;
    position: relative;
}

.owl-specil .item {
    min-height: 80vh;
    position: relative;
}

.owl-specil .owl-dot {
    color: #666
}

.owl-specil .owl-dot.active,
.owl-specil .owl-dot:hover,
.owl-specil a:hover {
    color: #000
}

.btn-line {
    position: relative;
    z-index: 2;
    /*
    border-bottom: 1px solid #9CC615;
    */
    border-bottom: 1px solid #000;
    padding: 3px 50px 3px 80px;
    margin: 20px;
    display: inline-block;
}

.btn-outline {
    position: absolute;
    z-index: 3;
    right: 0;
    top: 65%;
    transition: .3s;
    cursor: pointer;
    padding: 14px 25px 20px;
    text-align: center;
    border: 3px solid #000;
    width: 200px;
}

.btn-outline::before {
    content: '';
    position: absolute;
    bottom: 11px;
    left: 15px;
    height: 8px;
    width: 0;
    background: url(../images/btn_arw_wh.svg) 100% 0 no-repeat;
    background-size: 550px 8px;
    transition: .3s;
}

.btn-outline::after {
    content: '';
    position: absolute;
    bottom: 11px;
    left: 15px;
    width: 20px;
    height: 4px;
    background: #000;
    transition: .3s;
}

.btn-outline:hover {
    background: #000;
    color: white;
}

.btn-outline:hover::after {
    opacity: 0;
}

.btn-outline:hover::before {
    width: 165px;
}

.btn-line:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    -webkit-clip-path: polygon(0 0, 0 100px, 100px 100px, 0 0);
    background: white;
    right: 2px;
    bottom: 0
}

.btn-line:before {
    position: absolute;
    content: "";
    width: 21px;
    height: 21px;
    -webkit-clip-path: polygon(0 0, 0 100px, 100px 100px, 0 0);
    background: #9CC615;
    right: 0;
    bottom: 0
}

.sp-info {
    margin: 0 auto 50px;

}

.sp-info table {
    border-collapse: collapse;
    margin-bottom: 40px;
    padding: 0;
    width: 100%;
    table-layout: fixed
}

.sp-info table img {
    max-height: 60px
}

.sp-info table tr {
    border-bottom: 1px solid #202020;
    padding: 0.2em;
}

.sp-info table tr td {
    font-family: Microsoft JhengHei;
}

.sp-info table th,
.sp-info table td {
    padding: 0.1em;
    text-align: center;
}

.sp-info table th {
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: Microsoft JhengHei;
}

h2.section-title {
    padding-top: 50px
}

.collapsible {
    border: 1px solid #000;
    cursor: pointer;
    padding: 15px 20px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 1em;
    background: #fff;
    font-family: 'Noto Sans TC', sans-serif;
}

.collapsible.active,
.collapsible:hover {
    background-color: #9CC615;
    border: 1px solid #9CC615;
    color: #fff
}

.collapsible:hover:after {
    color: #fff
}

.collapsible:after {
    content: '\002B';
    color: #000;
    font-weight: bold;
    margin-left: 5px
}

.collapsible.active:after {
    content: "\2212";
    color: #fff
}

.content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 30px
}

.post,
.post p,
.post small {
    font-family: Microsoft JhengHei;
}

.post ul li {
    list-style: disc;
    margin-left: 25px;
    font-family: Microsoft JhengHei;
    line-height: 26px;
}

.post ol li {
    list-style: decimal;
    margin-left: 25px;
    font-family: Microsoft JhengHei;
    line-height: 26px;
}

.outline-btn {
    margin-bottom: 30px
}

.outline-btn li {
    border: 1px solid #000;
    margin-bottom: 10px;
    transition: .3s;

}

.outline-btn li:hover {
    background: #9CC615;
    border: 1px solid #9CC615
}

.outline-btn li:hover a {
    color: #fff
}

.outline-btn li a {
    padding: 15px 20px;
    display: block;
    font-family: 'Noto Sans TC', sans-serif;
}

.sp-media {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px
}

.sp-media .links {
    margin-right: 8px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sp-media .links ul {
    height: 100%
}

.sp-media .links li {
    height: calc(50% - 5px);
    margin-bottom: 8px;
    position: relative;
}

.sp-media .links li div {
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    margin: 20px;
    top: 5%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    transition: .3s;
    opacity: 0;
    display: table;
}

.sp-media .links li:hover div {
    background: rgba(156, 198, 21, 0.8);
    top: 0;
    opacity: 1
}

.sp-media .links li div p {
    width: 100%;
    height: 100%;
    position: relative;
    letter-spacing: 1px;
    font-family: Microsoft JhengHei;
    display: table-cell;
    vertical-align: middle;
}

.sp-media .links li a {
    font-family: Microsoft JhengHei;
}

.sp-media .links li div a:hover {
    color: inherit
}

.sp-media .video {
    -webkit-flex: 2;
    -ms-flex: 2;
    flex: 2
}

.sp-media .video .owl-carousel.owl-loaded {
    display: grid
}

.owl-video .owl-dots {
    position: absolute;
    bottom: -50px;
    width: 100%
}

.owl-specil .owl-dots {
    position: absolute;
    bottom: 30px;
    width: 100%;
    z-index: 5;
}

.owl-video .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50em;
    background: #e0e0e0;
    margin: 0 10px
}

.owl-video .owl-dots button.active {
    background: #9CC615
}

video {
    width: 100%;
    height: auto
}

.video .owl-prev,
.video .owl-next {
    opacity: .8
}

.linetop {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ccc
}

.btn {
    border-radius: 4px;
    font-size: 1em;
    letter-spacing: 2px;
    padding: 8px 20px;
    line-height: 18px;
    border: 1px solid #000;
    background: #9CC615
}

.btn:hover {
    color: inherit;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}

.text-center {
    text-align: center
}

.tile-carousel.artist .tile .img-wrap,
.tile-carousel.artist .tile .iframe-wrap {
    height: auto
}

.news-carousel.artist {
    margin-bottom: 0
}

.mfp-wrap {
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateZ(0)
}

.mainvideo {
    background: red;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0
}

.mainvideo iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important
}

.mainvideo .info {
    position: absolute;
    bottom: 80px;
    left: 120px;
    width: 40%;
    color: #fff;
    font-size: 24px;
    font-weight: 300
}

.mainvideo .info .date {
    font-size: 14px;
    margin-bottom: 20px
}

.mainvideo .info .date:before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: red;
    margin-right: 6px
}

.media li.fb {
    width: 27px;
    height: 27px;
    background-size: contain
}

.media li.youtube,
.media li.weibo {
    width: 30px;
    height: 30px;
    background-size: contain
}

.cover .media li.youtube,
.cover .media li.weibo,
.footer .media li.youtube,
.footer .media li.weibo {
    width: 22px;
    height: 22px
}

.cover .media li.fb,
.footer .media li.fb {
    width: 21px;
    height: 21px
}

.menu-wrap .media li {
    margin: 0 10px
}

.cover.artist .more.collapsible-bt.active {
    background: black;
    color: white;
    line-height: 999;
    position: relative;
    border: none;
    width: 45px;
    height: 45px;
    border-radius: 50em;
    margin-bottom: 10px
}

.cover.artist .more.collapsible-bt.active::before {
    position: absolute;
    content: "╳";
    line-height: 3em;
    width: 100%;
    text-align: center;
    left: 0
}

#showtime {
    position: relative;
    top: -60px;
    display: block;
}

.video .item {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.owl-carousel .owl-stage-outer {
    z-index: 1;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    z-index: 3;
}

@media (max-width: 991px) {


    .slide-box-wrap .word-box ul li {
        display: inline-block;
        font-size: 18px;
        margin: 0 21px 15px 17px
    }

    .menu-wrap .media {
        width: 100%;
        margin-top: 10px
    }

    .menu-wrap .copyright {
        display: none
    }

    .cover.artist {
        height: calc(100vh - 120px)
    }

    .cover.artist .more {
        margin-bottom: 0
    }

    .cover.artist .more-content {
        display: none
    }

    .album .tile-carousel .tile .img-wrap img {
        height: 180px
    }

    .more-link {
        text-align: center
    }

    .more-link .btn {
        width: 100%;
        padding: 20px 15px
    }
}

@media (max-width: 768px) {
    .btn-outline {
        position: relative;
        display: inline-block;
        margin-bottom: 80px;
        margin-left: calc(50% - 100px);
    }


    .owl-specil .pic h2 {
        font-size: 3em;
        bottom: -15px;
    }

    .owl-specil .title {
        width: 100%;
        right: 0;
    }

    .owl-specil h1 {
        text-align: left;
    }

    .owl-main .owl-dots,
    .owl-specil .owl-dots {
        bottom: 1%;
    }

    .owl-main .owl-dot,
    .owl-specil .owl-dot {
        width: 40px;
        height: 3px;
    }

    .owl-main .owl-dot {
        margin: 0 4px;
    }

    .owl-specil .stip {
        margin-top: 30px;
    }

    .owl-specil .pic {
        position: relative;
        margin-bottom: 5%;
        width: 100%;
    }

    .owl-specil .text {
        width: 100%;
    }

    #description {
        width: 90%
    }

    table .bt-green,
    table .bt-gray {
        text-align: center;
        margin-right: 0
    }

    .container.main {
        padding: 0
    }

    .owl-main .mobile {
        display: block !important
    }

    .owl-main .pc {
        display: none !important
    }

    .owl-main .title {
        bottom: 30px
    }

    .owl-main .item,
    .owl-specil .item {
        height: auto;
    }

    .banner .text-white {
        color: #000
    }

    .banner .title {
        position: relative;
        bottom: 0;
        margin: 0 15px;
        width: auto
    }

    .banner .title h1 {
        font-size: 1.6em;
        color: #9CC615
    }

    .album h1,
    .owl-carousel .title h1,
    #description h1 {
        font-size: 1.6em
    }

    .album .text {
        padding: 50px;
    }

    .full-banner h1 {
        font-size: 2em
    }

    .full-banner h1 span {
        font-size: 15px
    }

    .full-banner.bg-white h1 {
        color: #000;
        font-size: 1.6em
    }

    .full-banner p {
        color: #000
    }

    .article-info {
        padding-top: 0
    }

    .full-banner {
        height: auto;
        background: none !important
    }

    .full-banner:after {
        display: none
    }

    .full-banner img {
        width: 100%
    }

    .full-banner .info {
        background: #000;
        color: #9cc615;
        padding: 20px 15px
    }

    .full-banner.bg-white .info {
        background: white
    }

    .full-banner .media {
        position: relative;
        background: #000;
        padding-bottom: 30px
    }

    .footer ul.item {
        width: 80%
    }

    .footer ul.item li {
        padding: 0 20px;
        margin-bottom: 20px;
        width: 45%;
    }

    .slide-box-wrap {
        padding-top: 50px;
        height: 50vh
    }

    .slide-box-wrap .word-box ul li {
        display: inline-block;
        font-size: 16px;
        margin: 5px 10px
    }

    .menu-wrap .logo {
        margin: 20px auto
    }

    .menu-item {
        margin: 20px auto 0 auto
    }

    .menu-item li {
        margin-bottom: 15px
    }

    .gallery {
        margin: 0
    }

    .tile-carousel.live .tile .img-wrap {
        height: auto
    }

    .specil {
        padding: 0
    }

    .owl-specil .item {
        height: auto;
        padding-bottom: 0
    }

    .owl-specil img {
        position: relative;
        max-width: 100%;
        left: 0;
        top: 0
    }

    .owl-specil .title {
        position: relative;
        top: 0;
        width: 100%;
        padding: 20px;
        margin-bottom: 0
    }

    .owl-carousel.owl-specil .owl-item img {
        width: 100%;
        float: none;
    }
}

@media (max-width: 767px) {
    .owl-specil .title {
        right: 0;
    }
    .date{
        color: #2196F3;
    }
    .point{
        display: block;
    }

    .owl-specil h1 {
        text-align: left;
    }

    .owl-specil .text {
        width: 100%;
        float: none;
    }

    .is-shown .video-wall {
        position: relative;
        padding-top: 80%;
        height: 0
    }

    .mobile {
        display: block
    }

    .cover.fullbg {
        height: auto !important;
        background: #fff;
        background-image: none !important
    }

    .cover:before {
        display: none
    }

    .cover.fullbg h1 {
        position: relative;
        left: calc(50% - 15px);
        margin: 0 15px;
        max-width: calc(100% - 30px);
        color: #000;
        bottom: 0;
        padding-top: 15px
    }

    .iframe-wrap.pc {
        display: none
    }

    .video-wall .img-wrap {
        position: relative
    }

    .video-wall {
        padding-top: 0;
        height: auto;
        background: #000
    }

    .video-wall .img-wrap img,
    .video-wall .img-wrap {
        height: auto
    }

    .article-wrap {
        padding-top: 20px
    }

    .sp-banner .info {
        top: 60%
    }

    .sp-info table {
        border: 0
    }

    .sp-info table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .sp-info table tr {
        display: block;
        margin-bottom: .625em;
        position: relative;
        border-bottom: 1px solid #212121;
    }

    .sp-info table td {
        display: block;
        text-align: left;
    }

    .sp-info table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
        display: none;
    }

    .sp-info table td:last-child {
        border-bottom: 0
    }

    .sp-info table img {
        max-height: 80px
    }

    .sp-media {
        display: block
    }

    .sp-media .links {
        margin-right: 0;
        flex: none
    }

    .sp-media .links li {
        height: auto
    }

    .sp-info table {
        margin-bottom: .625em
    }

    .tile-carousel.live .tile .img-wrap,
    .tile-carousel.live .tile .iframe-wrap {
        height: auto
    }

    .cat {
        text-align: left
    }

    .cat li {
        margin: 0 10px 5px
    }

    .mainvideo .info {
        bottom: 25px;
        left: 31px;
        width: 65%;
        font-size: 18px
    }

    .mainvideo .info .date {
        font-size: 12px;
        margin-bottom: 7px
    }

    @keyframes toRight {
        from {
            right: -50%
        }

        to {
            right: -55%
        }
    }

    .gallery .slider-nav .item {
        height: 80px
    }

    .gallery .slider-nav img {
        min-height: 70px
    }

    .owl-main button.owl-next:before,
    .owl-main button.owl-prev:before {
        font-size: 1em;
        top: -50px
    }

    .cover.artist h1 {
        position: relative;
        left: 0;
        top: 0;
        font-size: 40px
    }

    .cover.artist .more {
        position: relative
    }

    #sync1 button.owl-prev:before,
    #sync1 button.owl-next:before {
        font-size: 1em
    }

    #sync2 img {
        height: 30px
    }

    .cover.artist {
        height: calc(100vh - 70px)
    }

    .menu-wrap .close {
        margin: 21px 0 15px 42px
    }

    .menu-wrap .media {
        margin-top: 0;
        position: relative
    }

    .music-app {
        width: 80%;
        margin: auto auto 50px;
        text-align: left;
    }

    .music-app li {
        margin-bottom: 10px;
    }
    .sale{
        position: absolute;
        top: 0px;
        right: 0px;
    }
    picture{
        display: none;
    }
}

@media (min-height: 650px) and (orientation: portrait) {

    .owl-main button.owl-next:before,
    .owl-main button.owl-prev:before {
        top: 30%
    }
}

.s0121 {
    margin-bottom: 50px !important
}

.s0121 img,
.s0121 picture {
    width: 250px;
    display: inline-block;
    float: left;
    margin-right: 20px
}

@media (max-width: 768px) {
    .s0121 {
        display: block !important
    }

    .s0121 img,
    .s0121 picture {
        width: 100%;
        display: block;
        float: none
    }
}

.hide {
    display: none
}

.no-animation {
    animation: none
}

.mt30 {
    margin-top: 30px
}

.pt0 {
    padding-top: 0 !important
}

.readmore {
    position: relative;
    overflow: hidden;
}

.readmore .loadmore {
    position: absolute;
    left: calc(50% - 55px);
    bottom: 0;
    z-index: 2;

}

.readmore:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 48%, #fff 49%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 48%, #fff 49%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fff 48%, #fff 49%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0)
}

.dev {
    position: fixed;
    z-index: 10000;
    right: 7px;
    top: 45px;
    width: auto;
    padding: 5px;
    text-align: center;
    border: 3px solid #f3f;
    cursor: pointer;
    font-size: 0.5em
}

.full-banner:after {
    top: auto;
    bottom: 0;
    height: 43%;
    background: -moz-linear-gradient(top, transparent 0%, #000 100%);
    background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
    background: linear-gradient(to bottom, transparent 0%, #000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#000000', GradientType=0)
}

.owl-stage-outer {
    border-bottom: 1px solid #ccc
}

.two-col-image {
    padding-top: 10px
}

.head_logo{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 20px 0;
}
.head_logo img{
    height: 30px;
}

footer{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    padding: 40px;
    color: #000; 
}
#body{
    background: url(images/wall.png) top no-repeat #000;
    background-size: contain;
}

table .bt-gray.slash{
    position: relative;
    width: 95px;
    height: 54px;
    box-sizing: border-box;
    border: 1px solid #607d8b;
}
table .bt-gray.slash::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    border-bottom: 1px solid #607d8b;
    transform-origin: bottom center;
    transform: rotateZ(29deg) scale(1.13);
}
.flex-center{
    display:flex;
    justify-content: center;
}

