@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap');

html,
body {
    overflow-x: hidden;
    font-family: Arial, 'Noto Sans TC', sans-serif;
    /* font-weight: 300; */
    /* height: 100%; */
}

* {
    /* outline: 1px solid red; */
}


h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.5rem;
}

h3 {
    font-size: 1.2rem;
}

p {
    font-size: 1.1rem;
}


/* 導覽位置 */
#accesskey_u {
    text-decoration: none;
    color: #83742a;
    position: absolute;
    top: 10px;
    left: 10px;
}

#accesskey_c {
    text-decoration: none;
    color: #83742a;
    position: absolute;
    /* top: 10px; */
    left: 10px;
}

#accesskey_b {
    text-decoration: none;
    color: #83742a;
    position: absolute;
    /* top: 10px; */
    left: 10px;
}

.accesskey_go {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    text-decoration: none;
    color: #E4E4E4;
    background-color: #232323;
    padding: 0 15px;
    border-radius: 3px;

    overflow: hidden;
    width: 0;
    height: 0;
}

.accesskey_go:focus-visible {
    width: initial;
    height: initial;
}

a:focus-visible,
button:focus-visible {
    outline: 3px dotted #fff;
}

.float_menu a:focus-visible {
    background-color: #232323;
    border: 1px solid #E4E4E4;
}

.festivalOther .content .social_box a:focus-visible {
    background-color: #907D1A;
}

.festival_footer .history_festival .list a:focus-visible {
    background-color: #611336;
    color: #fff;
    border: 1px solid #632b44;
    box-shadow: none;
    transform: translateX(2px) translateY(2px);
}

.festival .box .tabs .festival_btn:focus-visible {
    background-color: #2f1006;
    box-shadow: inset 0px 1px 8px #e4e4e434;
    transform: translateX(2px) translateY(2px);
}

.festivalPlace .box .content .link_box .link:focus-visible {
    background-color: #2f1006;
    border: 1px solid #855b4d;
    background-image: url(../img/arrow.svg);
    background-position: calc(100% - 20px) 21px;
    padding: 5px 35px 5px 25px;
}

.place .box .text_box a.arena:focus-visible {
    background-color: #6d152b;
    padding: 3px 20px;
    border: 1px solid #8a213b;
}

.festivalPictureList .content .list a:focus-visible p {
    background-color: transparent;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 2;
    font-size: 1.4rem;
}

.festivalPictureList .content .list a:focus-visible:after {
    bottom: 0;
}

.festivalPictureList_2 .box .content .notice_p a:focus-visible {
    background-color: #6b5b08;
    border: 1px solid #84752c;
    background-image: url(../img/arrow.svg);
    background-position: calc(100% - 8px) 19px;
    padding: 5px 20px 5px 20px;
}








/* 入口頁 */
.home .bg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-image: url(../img/GMAimg_2.png);
    background-size: cover;
    z-index: -1;
}

.home .main {
    position: relative;
    width: 100%;
    min-height: 100vh;
}

/* 網頁導覽按鈕 */
.sitemap_box {
    position: absolute;
    width: 100%;
    z-index: 5;
}

.sitemap_box .container {
    display: flex;
    justify-content: flex-end;
}

.sitemap_btn {
    border: 1px solid #907D1A;
    background-color: #000;
    color: #E4E4E4;
    padding: 5px 20px;
    border-radius: 3px;
    margin: 20px 0;

    transition: 0.5s;
}

.sitemap_btn:hover {
    background-color: #e4e4e4de;
    color: #0E0E0E;
    transform: scale(0.99);
}

/* 標題 文字 logo */
.home .subtitle_box {
    min-height: 105vh;
    width: 100%;

    /* background-image: url(../img/bg2.png); */
    /* background-image: url(../img/GMAimg_3.png); */
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.home .subtitle_box .subtitle h1 {
    padding-top: 100px;
}

.home .subtitle_box .subtitle h1 img {
    width: 567px;
}

.home .subtitle_box .subtitle h2 {
    color: #E4E4E4;

    display: inline-block;
    margin: 40px 0px;
    transform: translateY(-20px);
    color: #fff;
    background: radial-gradient(ellipse, #00000052 0%, transparent 70%);
    ;
}

.home .subtitle_box .subtitle h2:nth-last-child(1) {
    transform: translateY(20px);
    font-size: 1.55rem;
    font-weight: 600;
    margin-left: 15px;
}

/* 兩個進入網站按鈕 */
.home .subtitle_box .btn_box {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.home .subtitle_box .btn_box .enter_btn {
    width: 450px;
    background-color: #0E0E0E;
    color: #E4E4E4;
    border: 1px solid #907D1A;
    border-radius: 3px;
    padding: 25px 30px;
    margin: 15px 0;

    position: relative;

    transition: 0.5s;

    background-image: url(../img/GMAimg_1.png);
    background-size: cover;
}

.home .subtitle_box .btn_box .enter_btn:hover {
    /* color: #0E0E0E; */
    transform: scale(0.99);

    /* animation: aa 0.5s linear forwards; */
    background-position: center calc(50% + 50px);
}

/* @keyframes aa {
    33% {
        background-color: #545454;
    }

    50% {
        background-color: #83742a;
    }

    100% {
        background-color: #e4e4e4de;
    }
} */

.home .subtitle_box .btn_box .enter_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;

    clip-path: polygon(0 0, 25% 0, 100% 10%, 100% 100%, 85% 100%, 85% 11%);
    background: linear-gradient(45deg, #e2c73c 0%, #6b5b08 100%);

    transition: 0.5s;
}

.home .subtitle_box .btn_box .enter_btn:hover:before {
    width: 15px;
}

.home .subtitle_box .btn_box .enter_btn::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;

    clip-path: polygon(100% 0, 75% 0, 0 10%, 0 100%, 15% 100%, 15% 11%);
    background: linear-gradient(45deg, #e2c73c 0%, #6b5b08 100%);

    transition: 0.5s;
}

.home .subtitle_box .btn_box .enter_btn:hover:after {
    width: 15px;
    right: 0px;
}

.home .subtitle_box .btn_box .enter_btn p {
    margin: 0;
    font-size: 1.5rem;
}

/* 向下滑 按鈕 */
.home .scroll_box .scroll_btn {
    background-color: transparent;
    border: none;
    color: #B9B4B4;
    margin-bottom: 15px;

    position: absolute;
    bottom: 5vh;
}

.home .scroll_box .scroll_btn p {
    font-weight: 100;
    margin: 0;
}

@media (max-width: 767.98px) {

    .home .bg {
        opacity: 0.6;
    }

    .home .scroll_box .scroll_btn {
        left: 10px;
    }

    .home .subtitle_box .subtitle h1 img {
        width: 100%;
    }

    .home .subtitle_box .subtitle h2 {
        margin: 0;
        transform: translateY(10px);
        width: 100%;
        text-align: center;
    }

    .home .subtitle_box .subtitle h2:nth-last-child(1) {
        margin: 0;
        margin-bottom: 15px;
    }

    .home .subtitle_box .btn_box {
        align-items: center;
        margin-top: 15px;
    }

    .home .subtitle_box .btn_box .enter_btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {

    .home .subtitle_box .btn_box .enter_btn {
        padding: 20px 15px;
        background-position: center 40%;
    }

    .home .subtitle_box .btn_box .enter_btn p {
        font-size: 4.8vw;
        color: #fff;
    }

    .home .subtitle_box .subtitle h2 {
        color: #fff;
    }

    .home .subtitle_box .subtitle h2:nth-last-child(1) {
        font-size: 1.4rem;
    }
}

/* 下方文字區塊 */
.home .text_box {
    background-color: #000000ba;
    color: #E4E4E4;
    padding: 50px 0;

    position: relative;
}

.home .text_box .title {
    margin: 0;
    color: #cfcfcf;
}

.home .text_box h2 {
    margin: 0;
    font-weight: 600;
}

.home .text_box .text {
    margin-bottom: 80px;
}

.home .text_box p {
    margin: 0;
}

.home .text_box .text_line {
    border-top: 1px solid #A0A09F;
    opacity: 1;
    margin: 15px 0;
}

/* 入口頁頁尾 */
.home .home_footer .box {
    display: flex;
    align-items: center;
    justify-content: space-between;

    position: relative;
}

.home .home_footer .box::after {
    content: "";
    display: inline-block;
    width: calc(100% - 500px - 130px - 15px);
    height: 1px;
    background-color: #E4E4E4;

    position: absolute;
    top: 6px;
    left: 130px;
}

.home .home_footer .box .logo {
    width: 140px;
}

.home .home_footer .box .footer_text {
    display: flex;
    align-items: center;
}

.home .home_footer .box .footer_text p {
    margin: 0;
    margin-right: 15px;
}

.home .home_footer .box .accessibility_img {
    width: 90px;
}

@media (max-width: 767.98px) {

    .home .home_footer .box {
        flex-direction: column;
        align-items: flex-start;
    }

    .home .home_footer .box .footer_text {
        justify-content: space-between;
        width: 100%;
        margin: 10px 0;
    }
}

@media (max-width: 575.98px) {

    .home .home_footer .box {
        align-items: center;
    }

    .home .home_footer .box .footer_text {
        flex-direction: column;
    }

    .home .home_footer .box .footer_text p {
        margin: 0;
    }

    .home .home_footer .box .accessibility_img {
        margin-top: 8px;
    }
}






/* 首頁 頭部 HomeAwards */
/* 頭部背景 */
.navbar {
    background-image: url(../img/GMAimg_3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 95%;

    padding: 20px 0;

    position: fixed;
    z-index: 555;
    width: 100%;

    /* height: var(--fixed-div-height); */
}

.navbar>.container {
    background: radial-gradient(ellipse, #00000052 0%, transparent 70%);
}

.festival .navbar {
    background-image: url(../img/GMAimg_3.png);
    background-position: center 30%;
}

.navbar.change_bg {
    background-image: url(../img/GMAimg_3.png);
    background-position: center 30%;
}

@media (max-width: 991.98px) {
    .navbar {
        background-position: center 100%;
    }
}

@media (max-width: 767.98px) {

    .navbar {
        background-size: 800px;
    }

    .festival .navbar {
        background-image: url(../img/GMAimg_3.png);
        background-position: center 25%;
        background-size: 800px;
    }
}

.navbar+.nav_hight {
    /* height: calc(var(--fixed-div-height) + 0px); */
    /* height: 120px; */
}

/* logo */
.navbar .logo_box h1 {
    display: inline-block;
    margin: 0;
}

.navbar .logo_box img {
    width: 230px;
}

.navbar-toggler:focus {
    outline: 3px dotted #fff;
}

/* 選單 */
.navbar .menu_box {
    width: 100%;
}

.navbar .menu_box .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.navbar .menu .nav-link {
    color: #E4E4E4;
    font-size: 1.3rem;
    margin-right: 5px;
    transition: 0.5s;
    position: relative;

    border: 1px solid #907D1A;
    border-radius: 3px;
    padding: 5px 15px;

    background-color: #1010105c;
}

.navbar .menu .nav-link:hover {
    text-shadow: 2px 2px 0 #403708;
    font-size: 1.4rem;
}

.navbar .menu .nav-link.active {
    text-shadow: 2px 2px 0 #403708;
    font-size: 1.4rem;
}

.navbar .menu .nav-link::before {
    content: "";
    display: inline-block;
    width: 0%;
    height: 1px;
    background-color: #907D1A;

    position: absolute;
    bottom: 0;
    left: 0;

    transition: 0.5s;
}

.navbar .menu .nav-link:hover:before {
    width: 100%;
}


.navbar .menu .nav-link.active:before {
    width: 100%;
}

.navbar .menu .menu_list {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 50px;
    list-style: none;

    position: absolute;
    top: 111px;
    left: 0;
    width: 100%;
    background-color: #2b0f17f2;

    z-index: 99;
}

.navbar .menu .menu_list.change_menu {
    background-color: #291818f0;
}


.navbar .menu .menu_list .container {
    display: flex;
}

.navbar .menu .menu_list li {
    display: flex;
    flex-direction: column;
}

.navbar .menu .menu_list li a {
    padding: 5px 20px;
    padding-left: 0;
    margin: 10px 0;
    margin-right: 30px;
    text-decoration: none;
    color: #d3d3d3;

    transition: 0.5s;
}

.navbar .menu .menu_list li a:hover {
    color: #c6b769;
    margin-left: 5px;
    margin-right: 25px;
}

.navbar .menu .menu_list li a.title {
    color: #ededed;
    font-size: 1.1rem;
    border-bottom: 1px solid #907D1A;
    font-weight: 500;
}

.navbar .menu .menu_list li a.title:hover {
    color: #c6b769;
    margin-left: 5px;
    margin-right: 25px;
}

/* 關閉按鈕 */
.navbar .menu .menu_list .container {
    position: relative;
}

.navbar .menu .menu_list .closure_box .closure_btn {
    background-color: transparent;
    color: #E4E4E4;
    font-weight: 600;
    border: none;
    padding: 0;
    font-size: 1.5rem;

    position: absolute;
    top: 0;
    right: 0;
}

/* 選單開合動畫 */
.menuList-enter-active {
    animation: menuList_animation 0.6s linear forwards;
}

@keyframes menuList_animation {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
        z-index: 99;
    }
}

.menuList-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.menuList-enter-from {
    transform: translateX(0px);
    opacity: 0;
}

.menuList-leave-to {
    transform: translateX(-100%);
    opacity: 0;
}

/* 右上選單 */
.navbar .submenu {
    display: flex;
    align-items: center;
}

.navbar .submenu .submenu_list {
    border-right: 1px solid #E4E4E4;
}

.navbar .submenu .submenu_list a {
    color: #E4E4E4;
    text-decoration: none;
    margin-right: 10px;
    padding: 5px;

    transition: 0.5s;
}

.navbar .submenu .submenu_list a:hover {
    color: #414141;
    background-color: #e0e0e0;
    padding: 5px;
    border-radius: 3px;
}

/* 語言切換 */
.navbar .submenu .language_box button {
    background-color: transparent;
    border: 1px solid #907D1A;
    border-radius: 3px;
    color: #E4E4E4;
    padding: 0 10px;
    margin-left: 15px;

    transition: 0.5s;
}

.navbar .submenu .language_box button.active {
    background-color: #8d1e16;
    border: 1px solid #c75b53;
}

.navbar .submenu .language_box button:hover {
    background-color: #181212;
}

@media (max-width: 1199.98px) {

    .navbar {
        height: initial;
    }

    .navbar .menu_box {
        position: relative;
    }

    /* 漢堡紐 */
    .navbar-toggler {
        border: 1px solid #907D1A;
        width: 36px;
        height: 36px;

        position: absolute;
        top: -50px;
        right: 0;
    }

    .navbar-toggler span {
        display: inline-block;
        width: 20px;
        height: 1px;
        background-color: #c9c9c9;

        position: absolute;
    }

    .navbar-toggler span.line1 {
        top: 8px;
        left: 8px;
        width: 18px;
    }

    .navbar-toggler span.line2 {
        top: 17px;
        left: 8px;
        width: 12px;
    }

    .navbar-toggler span.line3 {
        left: 8px;
        bottom: 8px;
    }

    .navbar .menu_box .box {
        flex-direction: column-reverse;
        align-items: flex-start;
        margin-top: 30px;
    }

    .navbar .submenu {
        width: 100%;
        justify-content: flex-end;
    }

    .navbar-nav {
        width: 100%;
        flex-direction: row;
    }

    .navbar .menu .nav-link {
        margin-right: 30px;
        margin-top: 8px;
    }

    .navbar .menu .menu_list {
        width: 100vw;
        margin-left: calc(50% - 50vw);
    }

    /* 選單開合動畫 */
    .menuList-enter-active {
        animation: menuList_animation 0.6s linear forwards;
    }

    @keyframes menuList_animation {
        0% {
            transform: translateX(-100%);
            opacity: 0;
        }

        100% {
            transform: translateX(0);
            opacity: 1;
            z-index: 99;
        }
    }

    .menuList-leave-active {
        transition: all 0.3s cubic-bezier(1, 0.5, 0.8, 1);
    }

    .navbar .menu .menu_list {
        top: 130px;
        overflow-y: scroll;
        height: calc(100vh - 230px);
    }

    .navbar .menu .menu_list .container {
        flex-wrap: wrap;
    }

    .navbar .menu .menu_list li {
        flex-basis: 50%;
    }
}

@media (max-width: 767.98px) {
    .navbar .submenu .submenu_list a {
        color: #fff;
    }
}

@media (max-width: 575.98px) {

    .navbar .menu .nav-link {
        margin-right: 15px;
        font-size: 1.1rem;
        padding: 5px 5px;
    }

    .navbar .menu .nav-link:hover {
        font-size: 1.15rem;
    }

    .navbar .menu .nav-link.active {
        font-size: 1.15rem;
    }

    .navbar .menu .nav-item:nth-last-child(1) .nav-link {
        margin-right: 0;
    }

    .navbar .submenu {
        flex-direction: column;
        align-items: flex-end;
    }

    .navbar .submenu .submenu_list {
        border-right: none;
        margin-bottom: 3px;
        margin-right: -8px;
        display: flex;
        flex-wrap: wrap;
    }

    .navbar .submenu .submenu_list a {
        margin-right: 5px;
        padding: 5px 3px;
    }

    .navbar .submenu .language_box button {
        margin-left: 10px;
    }

    .navbar .menu .menu_list {
        top: 160px;
    }

    .navbar .menu .menu_list li {
        flex-basis: 100%;
    }

    .navbar .menu .menu_list .closure_box .closure_btn {
        right: 15px;
    }
}

/* 側邊選單 */
.float_menu {
    position: fixed;
    bottom: 20px;
    right: 10px;

    margin: 0;
    padding: 0;
    list-style: none;

    z-index: 55;
    transition: 0.5s;
}

.float_menu.add {
    bottom: 100px;
}

.float_menu a {
    background-color: #907D1A;
    border: 1px solid #907D1A;
    border-radius: 50px;
    display: inline-block;
    padding: 3px;
    margin: 5px;

    transition: 0.5s;
}

.float_menu a:hover {
    background-color: #232323;
    border: 1px solid #E4E4E4;
}

@media (max-width: 575.98px) {

    .float_menu {
        bottom: 90px;
        right: 0px;
    }
}

/* 回到頂端 */
.top_box {
    position: fixed;
    right: 0;
    bottom: -80px;
    z-index: 55;

    clip-path: polygon(60% 60%, 0 100%, 100% 100%, 100% 0);
    display: none;


}

.top_box.add {
    display: block;
    /* bottom: 0; */

    animation: top_box_add 0.5s forwards;
}

@keyframes top_box_add {
    100% {
        bottom: 0;
    }
}

.top_box .top_bg {
    width: 130px;
    pointer-events: none;
}

.top_box .top_btn {
    position: absolute;
    right: 0;
    bottom: 0;

    width: 115px;
    height: 115px;
    clip-path: polygon(60% 60%, 0 100%, 100% 100%, 100% 0);

    background-color: transparent;
}

.top_box .top_btn:focus-visible {
    width: 65px;
    height: 50px;
    clip-path: none;
}

.top_box .top_btn p {
    color: #d6b619;
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-weight: 800;
    margin: 0;

    transition: 0.5s;
}

.top_box .top_btn:hover p {
    color: #E4E4E4;
    transform: scale(1.1);
}

@media (max-width: 575.98px) {

    .top_box .top_bg {
        width: 100px;
    }

    .top_box .top_btn {
        width: 90px;
        height: 90px;
    }

    .top_box .top_btn p {
        bottom: 3px;
        right: 5px;
    }
}


/* 頁尾 */
/* 頁尾主視覺 */
.design_img {
    background-image: url(../img/GMAimg_2.png);
    background-size: cover;
    height: 800px;

    position: relative;
}

.design_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%) scale(1);

    filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));

    animation: design_img 10s infinite;
}

@keyframes design_img {
    50% {
        transform: translateX(-50%) translateY(-50%) scale(1.1);
        filter: drop-shadow(5px 8px 5px rgba(0, 0, 0, 0.8))
    }
}

/* 合作單位內容 */
.footer {
    background-color: #181212;
    padding: 50px 0;
}

.footer .list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
}

.footer .list li {
    flex-basis: calc(100% / 4);
    padding: 10px;
    margin-bottom: 15px;
}

.footer .list li.basis_100 {
    flex-basis: 100%;
}

.footer .list li.basis_100>div {
    display: flex;
    flex-wrap: wrap;
}

.footer .list li.basis_100>div div {
    flex-basis: calc(100% / 4);
    margin-bottom: 15px;
}

.footer .list li p {
    color: #b8b8b8;
    font-size: 0.9rem;
    padding-left: 10px;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
}

.footer .list li p::before {
    content: "";
    width: 3px;
    height: 16px;
    background-color: #907D1A;

    position: absolute;
    left: 0;
    top: 3px;
}

.footer .list li img {
    height: 40px;
    margin: 0 10px;
}

.footer .box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer .box p {
    margin: 0;
    color: #b8b8b8;
    margin-right: 15px;
    font-size: 0.9rem;
}

.footer .box .accessibility_img {
    height: 35px;
}


@media (max-width: 1399.98px) {

    .footer .list li {
        flex-basis: calc(100% / 3);
    }

    .footer .list li.basis_100>div div {
        flex-basis: calc(100% / 3);
    }
}

@media (max-width: 991.98px) {

    .footer .list li {
        flex-basis: 100%;
    }

    .footer .list li.basis_100 {
        margin-bottom: 0;
    }

    .footer .list li.basis_100>div div {
        flex-basis: initial;
    }
}

@media (max-width: 575.98px) {
    .footer {
        padding: 50px 0;
    }

    .footer .box {
        flex-wrap: wrap;
        margin-right: 50px;
    }

    .footer .box p {
        margin-right: 0;
    }
}


.awards .footer .list li.basis_100>div div {
    flex-basis: initial;
}

.festival .footer .list li {
    flex-basis: calc(100% / 3);
}

.festival .footer .list li img {
    height: 50px;
    margin: 0;
}

.festival .footer .list li>div {
    display: flex;
    flex-wrap: nowrap;
}

.festival .footer .list li>div>div {
    margin-right: 40px;
}

@media (max-width: 1199.98px) {

    .festival .footer .list li img {
        height: 42px;
    }
}

@media (max-width: 991.98px) {

    .festival .footer .list li {
        flex-basis: 100%;
    }

    .festival .footer .list li img {
        height: 50px;
    }

    .festival .footer .list li>div {
        flex-wrap: wrap;
    }
}

@media (max-width: 575.98px) {

    .festival .footer .list li img {
        height: 45px;
    }
}


/* 背景 */
.awards {
    /* background-image: url(../img/bg1.png); */
    background-color: #101010;
    background-image: url(../img/GMAimg_4.png);
    background-size: 100%;
}

.awards .main div {
    transform: translateY(50%);
    animation: awards_div 1s forwards;
}

@keyframes awards_div {
    100% {
        transform: translateY(0);
    }
}

.awards .main .carousel_box div {
    animation: none;
    transform: initial;
}

.awards .festival_footer {
    display: none;
}

.festival {
    background-color: #232323;
    background-image: url(../img/GMAimg_5.png);
    background-size: 100%;
}

.festival .design_img {
    display: none;
}

/* 毛毛蟲 */
.breadcrumb {
    padding: 20px 0;
}

.breadcrumb .container {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb .container a {
    text-decoration: none;
    color: #E4E4E4;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #E4E4E4;
}

.breadcrumb .container li.active {
    color: #c6b769;
}



/* 進來第一頁 頒獎典禮 */
/* 輪播 */
.carousel_box .img_box {
    height: 600px;
}

/* 按鈕 */
.slick-arrow {
    background-color: transparent;
    border: none;
    font-size: 0;

    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);

    z-index: 55;
    padding: 0;

    border: 1px solid #E4E4E4;
    width: 50px;
    height: 50px;
    border-radius: 50px;
}

.slick-arrow:focus-visible {
    outline: 3px solid #e6e6e6;
}

.slick-arrow::before {
    content: "";
    display: inline-block;
    background-image: url(../img/Scroll_arrow.svg);
    width: 10px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;

    transform: rotate(90deg);

    position: absolute;
    top: 11px;
    left: 19px;
}

.slick-arrow.slick-next {
    left: initial;
    right: 20px;
}

.slick-arrow.slick-next::before {
    transform: rotate(-90deg);
    top: 7px;
    left: 19px;
}

/* 點點 */
.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex !important;
    justify-content: center;

    transform: translateY(-25px);
}

.slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border-radius: 50px;
    background-color: #A0A09F;
}

.slick-dots li.slick-active {
    background-color: #545454;
}

.slick-dots li button {
    display: none;
}

.carousel_box img {
    width: 100%;
}

@media (max-width: 1399.98px) {
    .carousel_box .img_box {
        height: 510px;
    }
}

@media (max-width: 1199.98px) {
    .carousel_box .img_box {
        height: 450px;
    }
}

@media (max-width: 991.98px) {
    .carousel_box .img_box {
        height: 350px;
    }
}

@media (max-width: 767.98px) {
    .carousel_box .img_box {
        height: 280px;
    }
}

@media (max-width: 575.98px) {
    .carousel_box .img_box {
        height: 200px;
    }

    .carousel_box img {
        width: 130%;
        transform: translateX(-15%);
    }

    .carousel_box .slick-slide {
        overflow: hidden;
    }


    .carousel_box .slick-arrow {
        width: 25px;
        height: 25px;
        left: 5px;
    }

    .slick-arrow::before {
        width: 8px;
        height: 13px;
        top: 8px;
        left: 2px;
    }

    .carousel_box .slick-arrow.slick-next {
        left: initial;
        right: 5px;
    }

    .slick-arrow.slick-next::before {
        top: 2px;
        left: 13px;
    }
}

/* 內容文字 */
.awards .main h2 {
    color: #E4E4E4;
    border-left: 5px solid #907D1A;
    padding-left: 15px;
}

.awards .main .text {
    margin: 30px 0;
}

.awards .main .text .time {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.awards .main .text .time p {
    margin: 0;
    color: #E4E4E4;

    border-bottom: 1px solid #907D1A;
    font-size: 1.2rem;
}

.awards .main .text .time p:nth-child(1) {
    font-size: 1.7rem;
    border: 1px solid #907D1A;
    border-radius: 3px;
    padding: 0 20px;
    padding-top: 2px;

    box-shadow: 2px 2px 0px #6b5b08;
    margin-right: 20px;
}

.awards .main .line {
    opacity: 1;
    border-top: 1px solid #968e64;
    margin: 35px 0;
}


.awards .main .text .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.awards .main .text .list li {
    display: flex;
    align-items: stretch;
    justify-content: space-between;

    transition: 0.5s;
}

.awards .main .text .list li:nth-child(1).title {
    background-color: #511131;
}

.awards .main .text .list li.title p {
    font-weight: 500;
    font-size: 1.2rem;
}

.awards .main .text .list li:nth-child(even) {
    background-color: #352c31;
}

.awards .main .text .list li:nth-child(odd) {
    background-color: #493b43;
}

.awards .main .text .list li:hover {
    background-color: #23232374;
}

.awards .main .text .list li div {
    display: inline-block;
    border: 1px solid #c9c9c9;
    width: 100%;

    position: relative;
}

.awards .main .text .list li div.aa {
    display: flex;
    align-items: center;
}

.awards .main .text .list li div.aa>p {
    border-bottom: none;
}

.awards .main .text .list li div.aa div {
    flex-basis: calc(100% - 130px);
}

.awards .main .text .list li div.aa>p {
    /* height: 100%; */
    flex-basis: 130px;
}

.awards .main .text .list li div:nth-child(1) {
    flex-basis: 20%;
}

.awards .main .text .list li div:nth-child(2) {
    flex-basis: calc(100% - 40%);
}

.awards .main .text .list li div:nth-last-child(1) {
    flex-basis: 20%;
}

.awards .main .text .list li div p {
    margin: 0;
    padding: 10px 10px;
    color: #E4E4E4;
    /* border: 1px solid #c9c9c9; */
    border-bottom: 1px solid #c9c9c9;
}

.awards .main .text .list li div.center {
    /* height: 100%; */
    /* align-items: center; */
    /* border: none; */
    display: flex;
    align-items: center;
    /* justify-content: center; */
}

.awards .main .text .list li div.center>p {
    border: none;
}

.awards .main .text .notice {
    color: #E4E4E4;
    font-size: 1rem;
    margin: 5px 0;
}

@media (max-width: 991.98px) {
    .awards .main .text .list li div p {
        font-size: 0.9rem;
    }

    .awards .main .text .list li div.aa>p {
        flex-basis: 110px;
    }

    .awards .main .text .list li div.aa div {
        flex-basis: calc(100% - 110px);
    }
}

@media (max-width: 767.98px) {

    .awards .main .text .time {
        flex-direction: column;
        align-items: flex-start;
    }

    .awards .main .text .time p {
        width: 100%;
        margin: 10px 0;
    }

    .awards .main .text .time p:nth-child(1) {
        width: initial;
    }

    .awards .main .text .list li {
        flex-direction: column;
        margin: 20px 0;
    }

    .awards .main .text .list li:nth-child(1).title {
        display: none;
    }

    .awards .main .text .list li>div {
        position: relative;
        padding-left: 60px;
    }

    .awards .main .text .list li>div:before {
        content: '';
        background-color: #511131;
        width: 60px;
        height: 100%;
        position: absolute;
        left: 0;
    }

    .awards .main .text .list li>div:after {
        content: attr(data-date);
        color: #E4E4E4;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        /* padding: 5px; */
        width: 60px;
        text-align: center;
    }
}


/* 圖文列表 */

.pictureList .list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.pictureList .list li {
    margin: 0;
    padding: 10px;
}

.pictureList .list li a {
    color: #d2d2d2;
    text-decoration: none;
    text-align: justify;

    display: inline-block;
    padding: 15px;
    border-radius: 3px 10px;
    height: 100%;

    transition: 0.5s;

    background-color: #1f1f1f;
}

.pictureList .list .img_box {
    position: relative;
    padding-bottom: 56.25%;

    overflow: hidden;
    border-radius: 3px 10px;
}

.pictureList .list .img_box img {
    width: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);

    transition: 0.5s;
}

.pictureList .list a .title {
    padding: 10px 0;
    margin: 0;
}

.pictureList .list li a:hover {
    background-color: #6b5b08;
}

.pictureList .list li a:hover img {
    width: 110%;
}





/* 頁碼 */
.page_box {
    margin: 0;
    padding: 0;
    list-style: none;

    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.page_box li a {
    border: 1px solid #907D1A;
    color: #907D1A;
    border-radius: 50px;

    display: inline-block;
    width: 31px;
    height: 31px;

    text-align: center;
    padding: 3px 0;

    margin: 10px 5px;
    transition: 0.3s;

    text-decoration: none;
}

.page_box li.page a {
    color: #907D1A;
}

.page_box li.active a {
    color: #E4E4E4;
    background-color: #907D1A;
}

.page_box li.disabled a {
    border: none;
    color: #565656;
    pointer-events: none;

    margin: 10px 0;
}

.page_box li.prev a {
    color: #907D1A;
}

.page_box li.next a {
    color: #907D1A;
}

.page_box li.disabled.prev a {
    border: 1px solid #545454;
    color: #565656;
}

.page_box li.disabled.next a {
    border: 1px solid #545454;
    color: #565656;
}

.page_box li.page a:hover {
    background-color: #907D1A;
    color: #E4E4E4;
}

.page_box li.prev a:hover {
    background-color: #907D1A;
    color: #E4E4E4;
}

.page_box li.next a:hover {
    background-color: #907D1A;
    color: #E4E4E4;
}

@media (max-width: 575.98px) {

    .page_box li a {
        margin: 5px 3px;
    }

    .page_box li.disabled a {
        margin: 5px 0;
        width: 21px;
    }

    .page_box li.disabled.prev a {
        width: 31px;
    }

    .page_box li.disabled.next a {
        width: 31px;
    }

}

/* 最新消息 */
.newsList .list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.newsList .list a {
    color: #E4E4E4;
    display: flex;
    padding: 10px;
    margin: 5px 0;
    border-radius: 3px;

    transition: 0.5s;

    position: relative;
    text-decoration: none;
}

.newsList .list a p {
    margin: 0;
    flex-basis: 100%;
}

.newsList .list a p:nth-child(1) {
    flex-basis: 115px;
}

.newsList .list a:hover {
    background-color: #907D1A;
    color: #E4E4E4;

    transform: scale(1.01);
}

.newsList .list a::before {
    content: "";
    background-image: url(../img/Scroll_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;

    width: 10px;
    height: 30px;

    transform: rotate(-90deg);

    position: absolute;
    top: 12px;
    left: 80px;

    transition: 0s;
}

.newsList .list a:hover:before {
    left: calc(100% - 30px);
    top: initial;
    bottom: 0;

    transition: 0.8s ease-in-out;
}

@media (max-width: 767.98px) {

    .newsList .list a {
        flex-direction: column;
    }

    .newsList .list a p.time {
        flex-basis: initial;
        margin-bottom: 5px;
    }
}


/* 最新消息內頁 */
.newsMain .title {
    margin: 20px 0;
    margin-top: 50px;
    overflow: hidden;
}

.newsMain .title h3 {
    color: #E4E4E4;
    border-bottom: 1px solid #907D1A;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

.newsMain .title .time {
    color: #b1b1b1;
    font-size: 1.1rem;
    margin: 0;
    display: inline-block;
    float: right;

    position: relative;
}

.newsMain .title .time::before {
    content: "";
    background-image: url(../img/Scroll_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 10px;
    height: 30px;
    transform: rotate(-90deg);
    position: absolute;
    top: -2px;
    left: -25px;
}

.newsMain .carousel_box .img_box {
    overflow: hidden;
    height: auto;
}

.newsMain .carousel_box img {
    margin: 0 auto;

    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
}

.newsMain .carousel_box p {
    color: #907D1A;
    text-align: center;
    margin: 10px 0;
    font-size: 1rem;
    font-weight: 400;
}

.newsMain .slick-dots {
    transform: translateY(0px);
}

.newsMain .text_box {
    padding: 20px 0;
    color: #E4E4E4;
    margin: 20px 0;
    margin-bottom: 50px;
    font-size: 1.1rem;
}


@media (max-width: 767.98px) {

    .newsMain .carousel_box img {
        transform: translateX(0);
    }

    .newsMain .title {
        margin-top: 20px;
    }

    .newsMain .text_box {
        padding: 0;
    }
}




/* 入圍得獎名單 */
.shortList .box {
    margin: 50px 0;
}

.shortList .box .btn_box {
    margin: 0 -6px;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
}

.shortList .box .btn_box li {
    flex-basis: calc(100% / 4);
    padding: 6px;
}

.shortList .box .btn_box .category_btn {
    background-color: transparent;
    border: 1px solid #791d52;
    color: #E4E4E4;
    border-radius: 3px;
    padding: 4px 9px;
    padding-bottom: 3px;
    box-shadow: 2px 2px 0 #330620;
    font-size: 1.2rem;
    width: 100%;
    transition: 0.5s;
}

.shortList .box .btn_box .category_btn:hover {
    background-color: #791d52;
    box-shadow: none;
    transform: translateX(1px) translateY(1px);
}

.shortList .box .btn_box .category_btn.active {
    background-color: #791d52;
    box-shadow: inset 1px 1px 0 #631643;
    transform: translateX(1px) translateY(1px);
    font-weight: 500;
}



.shortList .box .content {
    border: 1px solid #791d52;
    border-radius: 5px;
    margin: 20px 0;
    padding: 20px;
    box-shadow: 2px 2px 0 #330620;

    background-color: #00000070;
}

.shortList .box .content>div {
    margin-bottom: 20px;
}

.shortList .box .content>div:nth-last-child(1) {
    margin-bottom: 0;
}

.shortList .box .content .title {
    background-color: #5b3444;
    border-radius: 3px;
    border: none;
    padding: 5px;
    width: 100%;

    display: flex;
    align-items: center;

    transition: 0.5s;
    cursor: pointer;
}

.shortList .box .content .title .plus {
    width: 20px;
    height: 2px;
    border-radius: 5px;
    background-color: #E4E4E4;
    margin: 0 8px;
}

.shortList .box .content .title .plus::before {
    content: "";
    display: inline-block;
    width: 2px;
    height: 19px;
    border-radius: 5px;
    background-color: #E4E4E4;
    margin: 0 8px;
    transform: translateX(1px) translateY(-8px);

    transition: 0.5s;
}

.shortList .box .content .title .plus.add::before {
    transform: translateX(1px) translateY(-8px) rotate(90deg);
}

.shortList .box .content .title:hover {
    box-shadow: 2px 2px 0 #330620;
    background-color: #791d52;
    color: #545454;
}

.shortList .box .content .title p {
    margin: 0;
    color: #E4E4E4;
    font-size: 1.3rem;
}

.shortList .box .content .group .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.shortList .box .content .group .list p {
    margin: 10px 0px;
    color: #E4E4E4;
    padding: 5px 8px;
    border-radius: 3px;
    font-size: 1rem;

    transition: 0.5s;

    position: relative;
    margin-left: 60px;
}

.shortList .box .content .group .list p:hover {
    background-color: #4e4e4e59;
}

.shortList .box .content .group .list span.winning {
    background-color: #a72b0c;
    border-radius: 3px;
    padding: 0px 10px;
    border: 1px solid #da340b;

    position: absolute;
    left: -60px;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 767.98px) {

    .shortList .box .btn_box li {
        flex-basis: calc(100% / 2);
    }
}

@media (max-width: 575.98px) {
    .shortList .box .btn_box .category_btn {
        font-size: 1.1rem;
    }
}

/* 歷屆得獎名單 */
.previousAwards .box .btn_box li {
    flex-basis: calc(100% / 10);
}

.previousAwards .text_box {
    color: #E4E4E4;
    padding: 10px 0;
}

.previousAwards .text_box .text {
    font-size: 1.2rem;
    margin: 15px 0;
}

.previousAwards .text_box .text span {
    border: 1px solid #e46241;
    padding: 2px 20px;
    border-radius: 3px 10px;
    font-size: 1.1rem;
    margin: 5px 0;
    margin-right: 10px;
    display: inline-block;
}

@media (max-width: 991.98px) {

    .previousAwards .box .btn_box li {
        flex-basis: calc(100% / 5);
    }
}

@media (max-width: 575.98px) {
    .previousAwards .box .btn_box li {
        flex-basis: calc(100% / 4);
    }

    .previousAwards .box .btn_box .category_btn {
        padding: 4px;
        padding-bottom: 3px;
    }
}


/* 典禮地點 */
.place .box {
    margin: 30px 0;
    margin-bottom: 60px;
}

.place .box .text_box {
    color: #E4E4E4;
}

.place .box .text_box .notice {
    font-size: 1.25rem;
    font-weight: 400;
    color: #fbecb1;
}

.place .box .text_box .iframe_box {
    max-width: 600px;
    height: 300px;
    border-radius: 3px;
    overflow: hidden;
    margin: 8px 0;
}

.place .box .text_box p {
    margin: 0;
    margin: 8px 0;
    font-weight: 400;
    font-size: 1.2rem;
}

.place .box .text_box a.arena {
    display: inline-block;
    text-decoration: none;
    color: #E4E4E4;
    border: 1px solid #E4E4E4;
    padding: 3px 15px;
    /* padding-bottom: 2px; */
    border-radius: 3px;
    font-size: 1.3rem;

    margin: 10px 0;

    transition: 0.5s;
}

.place .box .text_box a.arena:hover {
    background-color: #6d152b;

    padding: 3px 20px;
    border: 1px solid #8a213b;
}

.place .box .text_box .line {
    margin: 20px 0;
}

.place .box .text_box .list {
    color: #bbbbbb;
    font-weight: 500;
    margin: 0;
    padding-left: 20px;
}


/* 網站導覽 */
.siteMap .box {
    margin: 40px 0;
}

.siteMap .box .text_box p {
    color: #E4E4E4;
    margin: 10px 0;
    font-size: 1rem;
}

.siteMap .box .text_box .list {
    margin: 0;
    background-color: #2b2026;
    border-radius: 3px;
    padding: 10px 40px;
    color: #E4E4E4;
    font-size: 1.1rem;
}

.siteMap .box .text_box .list li {
    margin: 10px 0;
}

.siteMap .box .map_box {
    border: 1px solid #907D1A;
    box-shadow: 2px 2px 0 #403708;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 40px;
}

.siteMap .box .map_box .map_title {
    font-size: 1.4rem;
    display: inline-block;

    transition: 0.5s;

    padding: 0 10px;
    color: #E4E4E4;
    font-weight: 500;
    position: relative;
}

.siteMap .box .map_box .map_title::after {
    content: "";

    background-image: url(../img/Scroll_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 50px;

    position: absolute;
    bottom: 3px;
    right: -40px;
    transform: rotate(-90deg);
}

.siteMap .box .map_box .list {
    margin: 0 -15px;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
}

.siteMap .box .map_box .list li {
    flex-basis: calc(100% / 4);
    /* margin: 15px; */
    padding: 15px;
}

.siteMap .box .map_box .list li .map_item {
    text-decoration: none;
    color: #E4E4E4;
    margin: 2px 0;
    padding: 10px 10px;
    display: inline-block;
    font-size: 1.1rem;
    width: 100%;
    border-radius: 3px;

    transition: 0.5s;
}

.siteMap .box .map_box .list li .map_item.title {
    background-color: #2b2026;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.siteMap .box .map_box .list li .map_item:hover {
    background-color: #71455d;
    padding-left: 15px;
}


@media (max-width: 1199.98px) {

    .siteMap .box .map_box .list li {
        flex-basis: calc(100% / 3);
    }
}

@media (max-width: 991.98px) {

    .siteMap .box .map_box .list li {
        flex-basis: calc(100% / 2);
    }
}

@media (max-width: 767.98px) {

    .siteMap .box .map_box .list li {
        flex-basis: 100%;
    }
}









/* 音樂節的頁尾 */
.festival_footer {
    background-color: #535353;
    padding: 40px 0;

    background-image: url(../img/GMAimg_1.png);
    background-size: cover;
    background-position: center 100%;
}

.festival_footer .text_box {
    align-items: center;
    padding: 10px 0;
}

.festival_footer .text_box p {
    margin: 0;
    color: #E4E4E4;
    font-weight: 400;
}

.festival_footer .text_box .img_box {
    display: flex;
    margin: 0 -10px;
}

.festival_footer .text_box img {
    width: 50%;
    padding: 0 10px;
}

.festival_footer .history_festival .list {
    margin: 10px -6px;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.festival_footer .history_festival .list .title {
    flex-basis: 100%;
}

.festival_footer .history_festival .list .title p {
    margin: 0;
    color: #E4E4E4;
    font-weight: 400;
    font-size: 1.3rem;

    position: relative;
    display: inline-block;
    border-bottom: 1px solid #E4E4E4;

    text-shadow: 1px 2px 0 #942918;
}

.festival_footer .history_festival .list .title p::before {
    content: "";
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30px;
    height: 10px;
    position: absolute;
    bottom: -4px;
    right: -20px;
}

.festival_footer .history_festival .list li {
    flex-grow: 1;
    padding: 6px;
}

.festival_footer .history_festival .list a {
    text-decoration: none;
    border: 1px solid #E4E4E4;
    padding: 5px 10px;
    padding-top: 6px;
    border-radius: 3px;
    color: #E4E4E4;
    box-shadow: 2px 2px 0 #942918;
    width: 100%;
    display: inline-block;
    text-align: center;

    transition: 0.5s;
}

.festival_footer .history_festival .list a:hover {
    background-color: #611336;
    color: #fff;
    border: 1px solid #632b44;
    box-shadow: none;
    transform: translateX(2px) translateY(2px);
}

@media (max-width: 991.98px) {

    .festival_footer .history_festival .list li {
        flex-basis: calc(100% / 6);
        flex-grow: initial;
    }
}


@media (max-width: 575.98px) {
    .festival_footer .history_festival .list li {
        flex-basis: calc(100% / 4);
    }
}


/* 音樂節 */
.festival .title {
    margin: 20px 0;
    border-bottom: 2px dotted #907D1A;
    padding-bottom: 5px;
}

.festival .title h2 {
    color: #c4c4c4;
    margin-bottom: 0;

    display: inline-block;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: 100% 15px;
    padding-right: 45px;
}

.festival .festivalActivity .list {
    margin: 0 -20px;
    padding: 10px 0;
    list-style: none;
    margin-bottom: 50px;
}

.festival .festivalActivity .list li {
    padding: 20px 20px;
}

.festival .festivalActivity .list a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    border: 1px solid #907D1A;
    border-radius: 3px 15px;
    transition: 0.5s;
    height: 100%;

    background-color: #080101e6;
}

.festival .festivalActivity .list a:hover {
    background-color: #101010;
}

.festival .festivalActivity .list .img_box {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 3px 15px;
    transition: 0.5s;
}

.festival .festivalActivity .list a:hover .img_box {
    transform: scale(0.95);
}

.festival .main .list img {
    width: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.festival .festivalActivity .list p {
    margin: 0;
    color: #E4E4E4;
    font-size: 1rem;
    padding: 0px 15px;
}

.festival .festivalActivity .list p.list_title {
    font-weight: 400;
    font-size: 1.1rem;
    margin: 10px 0;
    border-bottom: 1px dotted transparent;

    transition: 0.5s;
}

.festival .festivalActivity .list a:hover p.list_title {
    border-bottom: 1px dotted #907D1A;
    padding: 0;
    margin: 10px 15px;
    color: #e2c73c;
    border-bottom: 1px dotted #565656;
}

.festival .festivalActivity .list p.date {
    padding-left: 17px;
}

.festival .festivalActivity .list p.time {
    padding-bottom: 10px;
}



/* 音樂節 大標題 */
.festival .title_text {
    display: flex;
    align-items: center;
    margin: 20px 0;
    background: radial-gradient(ellipse, #370d07d9 0%, transparent 70%);
}

.festival .title_text .title h2 {
    background-position: 0 15px;
    transform: translateX(-100%);
    opacity: 0;

    animation: title_h2 1s forwards;
    color: #eeeeee;
}

@keyframes title_h2 {
    100% {
        background-position: 100% 15px;
        transform: translateX(0%);
        opacity: 1;
    }
}

.festival .title_text .img_box {
    flex-basis: 250px;
}

.festival .title_text .img_box img {
    width: 0%;
    opacity: 0;

    animation: title_img 0.8s forwards;
}

@keyframes title_img {
    100% {
        width: 100%;
        opacity: 1;
    }
}

/* 音樂節 大標題說明文字 */
.festival .title_text .text_box {
    flex-basis: calc(100% - 250px);
    padding-left: 50px;
    padding-right: 10px;
}

.festival .title_text .text_box .text {
    color: #eeeeee;
    font-size: 1.2rem;
    margin-bottom: 20px;

    animation: title_text 1.2s 0.1s forwards;
    opacity: 0;
    transform: translateX(-100%);
}

@keyframes title_text {
    40% {
        opacity: 0;
    }

    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}


/* 音樂節 tab切換鍵 */
.festival .box .btn_box {
    margin: 20px -15px;
    padding: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

.festival .box .btn_box li {
    padding: 5px 15px;
    flex-basis: calc(100% / 6);
}

.festival .box .tabs .festival_btn {
    background-color: transparent;
    border: 1px solid #907D1A;
    padding: 8px;
    width: 100%;
    border-radius: 10px;
    color: #E4E4E4;
    box-shadow: 2px 2px 0 #6b5b08;

    transition: 0.5s;

    background-color: #2f10066e;
}

.festival .box .tabs .festival_btn:hover {
    background-color: #2f1006;
    box-shadow: inset 0px 1px 8px #e4e4e434;
    transform: translateX(2px) translateY(2px);
}

.festival .box .tabs .festival_btn.active {
    background-color: #593c42;
    border: 1px solid #dbd2a1;
    box-shadow: inset 0px 1px 5px #e4e4e471;
    transform: translateX(2px) translateY(2px);
}

.festival .box .tabs .festival_btn p {
    margin: 0;
    transition: 0.5s;
}

.festival .box .tabs .festival_btn.active p {
    transform: scale(1.1);
}

/* 音樂節 內文外框 */
.festival .box .content {
    background-color: #615055e3;
    border-radius: 10px 30px;
    padding: 40px;
    margin-bottom: 50px;
}

/* 音樂節 內文標題 */
.festival .box .content .title_box {
    color: #E4E4E4;
}

.festival .box .content .title_box h2 {
    display: inline-block;
    padding-right: 80px;
    padding-bottom: 4px;

    position: relative;
}

.festival .box .content .title_box h2::before {
    content: "";
    display: inline-block;
    width: calc(100% + 0px);
    height: 1px;
    background-color: #907D1A;
    margin-left: 3px;

    position: absolute;
    bottom: 0px;

    left: 0;
}

.festival .box .content .title_box h2::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 1px;
    background-color: #907D1A;
    margin-left: 3px;

    position: absolute;
    bottom: 4px;
    left: calc(100% - 80px);
}

/* 音樂節 大圖尺寸 */
.festival .box .content img {
    width: 100%;
}

/* 音樂節 分隔線 */
.festival .line {
    border-top: 1px dotted #907D1A;
    opacity: 1;
}



/* 場地 地圖 */
.festivalPlace .box .content .text_box p {
    color: #E4E4E4;
    margin: 0;
}

.festivalPlace .box .content .link_box .link {
    display: inline-block;
    text-decoration: none;
    color: #E4E4E4;
    border: 1px solid #E4E4E4;
    padding: 5px 30px;
    border-radius: 3px;
    font-size: 1.1rem;
    margin: 20px 0;
    margin-right: 20px;
    transition: 0.5s;


    background-repeat: no-repeat;
    background-position: left 21px;
}

.festivalPlace .box .content .link_box .link:hover {
    background-color: #2f1006;
    border: 1px solid #855b4d;
    background-image: url(../img/arrow.svg);
    background-position: calc(100% - 20px) 21px;
    padding: 5px 35px 5px 25px;
}

.festivalPlace .box .content .iframe_box {
    max-width: 600px;
    height: 300px;
    border-radius: 3px;
    overflow: hidden;
}

.festivalPlace .box .content .iframe_box iframe {
    width: 100%;
    height: 100%;
}

.festivalPlace .box .content .text_box .transportationList_box:nth-last-child(1) hr {
    display: none;
}

.festivalPlace .box .content .text_box .list_title {
    font-weight: 500;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.festivalPlace .box .content .text_box .list_title::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #907D1A;
    margin-right: 8px;
    margin-bottom: 1px;
}

@media (max-width: 991.98px) {
    .festival .box .btn_box li {
        padding: 5px 15px;
        flex-basis: calc(100% / 3);
    }
}

@media (max-width: 767.98px) {

    .festival .title_text .img_box {
        display: none;
    }

    .festival .title_text .text_box {
        flex-basis: 100%;
        padding-left: 0px;
    }

    .festival .box .content .title_box h2 {
        padding-right: 5vh;
    }
}

@media (max-width: 575.98px) {

    .festival .box .btn_box li {
        padding: 5px 15px;
        flex-basis: 100%;
    }

    .festival .box .tabs .festival_btn.active {
        transform: translateX(0) translateY(2px);
    }

    .festival .box .content {
        padding: 25px;
    }

    .festivalPlace .box .content .link_box .link {
        margin: 10px 0;
        margin-right: 20px;
    }
}



/* 音樂 圖文列表 */
.festivalPictureList .content .text_img:nth-last-child(1) hr {
    display: none;
}

.festivalPictureList .box .content .title_box {
    padding-top: 10px;
}

.festivalPictureList .box .content .text_img:nth-child(1) .title_box {
    padding-top: 0;
}

.festivalPictureList .box .content .title_box h2 {
    font-size: 1.8rem;
}

.festivalPictureList .box .content .title_box .time {
    margin: 0;
    font-size: 1.2rem;

    border-left: 4px solid #907D1A;
    padding-left: 7px;
}

.festivalPictureList .content .list {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}

.festivalPictureList .content .list li {
    padding: 10px;
}

.festivalPictureList .content .list a {
    color: #101010;
    text-decoration: none;
    text-align: center;

    position: relative;
    font-weight: 400;
    border-radius: 10px 30px;
    overflow: hidden;
    display: inline-block;
    width: 100%;

    transition: 0.5s;
}

.festivalPictureList .content .list a::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000a5;

    position: absolute;
    bottom: 100%;
    left: 0;

    transition: 0.5s;
}

.festivalPictureList .content .list a:hover:after {
    bottom: 0;
}

.festivalPictureList .content .list .img_box {
    position: relative;
    overflow: hidden;

    padding-bottom: 100%;
}

.festivalPictureList .content .list p {
    margin: 0;
    background-color: #000000c1;
    color: #E4E4E4;
    padding: 8px 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-size: 1.2rem;

    transition: 0.5s;
}

.festivalPictureList .content .list a:hover p {
    background-color: transparent;
    bottom: 50%;
    transform: translateY(50%);
    z-index: 2;
    font-size: 1.4rem;
}

/* 音樂節 圖文列表2 演唱會 */
.festivalPictureList_2 .box .content .none_bg {
    display: flex;
    padding: 0;
    background-color: transparent;
    /* margin: 0 -12px; */
    margin: -40px -52px;
    background-color: #615055e3;
}

.festivalPictureList_2 .box .content .none_bg>div {
    padding: 20px 12px;
    padding-bottom: 60px;
    margin: 0 12px;
    width: 100%;
    /* background-color: #565656; */
}

.festivalPictureList_2 .box .content .title_box {
    padding-top: 0;
}

.festivalPictureList_2 .box .content .title_box h2 {
    padding-right: 0;
    width: 100%;
}

.festivalPictureList_2 .box .content .title_box .time {
    padding-left: 10px;
    margin-left: 7px;
}

.festivalPictureList_2 .content .list {
    background-color: #404040a8;
    border-radius: 10px 30px;
    padding: 15px 0;
}

.festivalPictureList_2 .content .list li {
    padding: 0 15px;
}

.festivalPictureList_2 .content .text_img:nth-last-child(1) hr {
    display: block;
}

.festivalPictureList_2 .content .list li:nth-last-child(1) hr {
    display: none;
}

/* 演唱會 頁籤一 */
.festivalPictureList_2 .box .title_list {
    margin: 20px 0;
    padding: 0;
    color: #E4E4E4;
}

.festivalPictureList_2 .box .title_list p {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 400;
    /* color: #d2d2d2; */
}

.festivalPictureList_2 .box .title_list .item_list li {
    padding: 5px 0;
    color: #d2d2d2;
}

/* 演唱會 頁籤三 */
.festivalPictureList_2 .box .content .item_list {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    color: #E4E4E4;
}

.festivalPictureList_2 .box .content .item_list li {
    font-weight: 400;
    padding: 5px 10px;
    font-size: 1.2rem;

}

.festivalPictureList_2 .box .content .item_list li span {
    font-weight: 300;
    color: #d2d2d2;
    font-size: 1.1rem;
}

.festivalPictureList_2 .box .content .notice_p {
    color: #E4E4E4;
    font-size: 1.2rem;
    padding: 5px 10px;
    font-weight: 400;
}

.festivalPictureList_2 .box .content .notice_p a {
    /* display: inline-block; */
    text-decoration: none;
    color: #E4E4E4;
    border: 1px solid #E4E4E4;
    padding: 5px 15px;
    border-radius: 3px;
    font-size: 1.1rem;
    /* margin: 20px 0; */
    margin-right: 20px;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: left 19px;
    margin-left: 5px;
}

.festivalPictureList_2 .box .content .notice_p a:hover {
    background-color: #6b5b08;
    border: 1px solid #84752c;
    background-image: url(../img/arrow.svg);
    background-position: calc(100% - 8px) 19px;
    padding: 5px 20px 5px 20px;
}

.festivalPictureList_2 .box .content .gift_box {
    margin: 20px 0;
}

.festivalPictureList_2 .box .content .gift_list li {
    font-size: 1.1rem;
    padding: 5px 0;
}

.festivalPictureList_2 .box .content .gift_list li img {
    width: 100%;
    margin: 10px 0;
    margin-left: -22px;
}



@media (max-width: 767.98px) {

    .festivalPictureList_2 .box .content {
        flex-direction: column;
        margin: 0;
    }

    .festivalPictureList_2 .box .content .none_bg {
        flex-direction: column;
    }

    .festivalPictureList_2 .box .content .none_bg>div {
        margin: 0;
        padding: 24px;
    }
}

@media (max-width: 575.98px) {
    .festivalPictureList_2 .box .content .none_bg>div {
        margin: 0px;
        padding: 40px;
    }
}


/* 音樂節 圖文內頁 */
.festivalPictureMain .content .tag_box {
    margin: 0 -5px;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
}

.festivalPictureMain .content .tag_box li {
    color: #cbb02a;
    margin: 5px;
    padding: 2px 12px;
    background-color: #6f6016;
    color: #E4E4E4;
    border-radius: 3px;
    font-weight: 400;

    transition: 0.5s;
}

.festivalPictureMain .content .text {
    color: #E4E4E4;
    padding: 20px 0;
    line-height: 1.6rem;
}

.festivalPictureMain .content .social_box {
    margin: 0 -8px;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
}

.festivalPictureMain .content .social_box li {
    margin: 2px 8px;
}

.festivalPictureMain .content .social_box a {
    background-color: #232323;
    border-radius: 50px;
    padding: 3px;
    transition: 0.5s;
}

.festivalPictureMain .content .social_box a:hover {
    background-color: #907D1A;
}

.festivalPictureMain .content .social_box a img {
    height: 28px;
}

/* 大圖 音樂列表 */
.festivalPictureMain .content .music_box>div {
    margin: 20px 0;
}

.festivalPictureMain .content .music_box .img_box {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    border-radius: 10px 30px;
}

.festivalPictureMain .content .music_box .img_box img {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


.festivalPictureMain .content .music_box .bg {
    background-color: #565656;
    border-radius: 10px 30px;
    height: 100%;
    overflow: hidden;
}

.festivalPictureMain .content .music_box .photo_title {
    align-items: center;
    padding: 10px;
}

.festivalPictureMain .content .music_box .photo_title p {
    margin: 0;
    margin-left: 5px;
    font-size: 1.5rem;
    font-weight: 400;
}

.festivalPictureMain .content .music_box .photo_title .img_box {
    border-radius: 200px;
}

.festivalPictureMain .content .music_box .list {
    margin: 0;
    padding: 5px 0;
    list-style: none;

    border-top: 1px solid #696969;

    overflow-y: scroll;
}

.festivalPictureMain .content .music_box .list .song {
    background-color: transparent;
    color: #E4E4E4;
    border: none;

    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;

    padding: 10px;

    transition: 0.5s;
}

.festivalPictureMain .content .music_box .list .song:hover {
    background-color: #6f6016;
}

.festivalPictureMain .content .music_box .list .song .num {
    background-color: #404040;
    border-radius: 20px;
    padding: 2px 9px;
    padding-bottom: 1px;

    transition: 0.5s;
}

.festivalPictureMain .content .music_box .list .song:hover .num {
    background-color: #3b3306;
}

.festivalPictureMain .content .music_box .list .song .music_title {
    text-align: left;
    padding: 3px 10px;
    flex-grow: 1;
}

.festivalPictureMain .content .music_box .list .song .music_title p {
    margin: 0;
    font-size: 1rem;
}

.festivalPictureMain .content .music_box .list .song .music_title p:nth-last-child(1) {
    font-size: 0.8rem;
    font-weight: 300;
    margin-top: 3px;
}

.festivalPictureMain .content .music_box .list .song .music_title .tag {
    background-color: #cbb02a;
    padding: 1px 3px 1px 3px;
    border-radius: 3px;
    color: #232323;
    font-size: 0.75rem;
}

.festivalPictureMain .content .music_box .list .line {
    margin: 5px 0;
    border-top: 1px solid #696969;
}

.festivalPictureMain .content .music_box .list li:nth-last-child(1) .line {
    display: none;
}

/* 返回按鈕 */
.festivalPictureMain .box .btn_box {
    display: flex;
    justify-content: flex-end;
    margin: 0;
    margin-bottom: 20px;
    transform: translateY(-50%);
}

.festivalPictureMain .box .btn_box .back_btn {
    border: 1px solid #E4E4E4;
    background-color: transparent;
    padding: 3px 30px;
    border-radius: 3px;
    color: #E4E4E4;

    transition: 0.5s;

    background-repeat: no-repeat;
    background-position: -100% 12px;
}

.festivalPictureMain .box .btn_box .back_btn:hover {
    background-color: #907D1A;
    border: 1px solid #83742a;

    background-image: url(../img/arrow.svg);
    background-position: 0px 12px;

    padding: 3px 15px 3px 45px;

}

@media (max-width: 1199.98px) {

    .festivalPictureMain .content .music_box .photo_title p {
        font-size: 1.2rem;
    }
}

@media (max-width: 991.98px) {

    .festivalPictureMain .content .music_box .photo_title p {
        font-size: 1.5rem;
    }

    .festivalPictureMain .content .music_box .list {
        max-height: 500px;
        height: initial !important;
    }
}

@media (max-width: 575.98px) {
    .festivalPictureMain .content .music_box .photo_title p {
        font-size: 1.2rem;
    }
}


/* 音樂 策略聯盟 其他音樂節 */
/* 內文外框 */
.festivalOther .box .content {
    padding: 0;
    background-color: transparent;
}

.festivalOther .box .content .text_img {
    background-color: #b7b7b7;
    padding: 20px;
    padding-top: 30px;
    margin-bottom: 40px;
    border-radius: 10px 30px;
}

/* 內文標題們 */
.festivalOther .box .content .title_box h2 {
    color: #232323;
}

.festivalOther .box .content .title_box p {
    margin: 0;
    font-size: 0.95rem;
    color: #232323;

    display: flex;
    align-items: center;
    margin: 5px 0;
}

.festivalOther .box .content .title_box p.subtitle {
    font-size: 1.1rem;
    margin: 0;
}

.festivalOther .box .content .title_box a {
    border: 1px solid #968e64;
    color: #E4E4E4;
    padding: 2px 15px;
    border-radius: 3px;
    margin-right: 10px;
    text-decoration: none;
    box-shadow: 1px 1px 0 #A0A0A0;
    background-color: #232323;

    transition: 0.5s;
}

.festivalOther .box .content .title_box a:hover {
    background-color: #907D1A;
    transform: translateX(1px) translateY(1px);
    box-shadow: none;
}

.festivalOther .box .content .text_box {
    padding: 20px 0;
}

/* 輪播 */
.festivalOther .carousel_box .img_box {
    height: 300px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;

    border: 2px solid transparent;
}

.festivalOther .carousel_box .img_box img {
    width: initial;
    height: 100%;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.festivalOther .carousel_box .slick-dots {
    transform: translateY(0);
    /* justify-content: flex-end; */
    margin: 0 -3px;
}

.festivalOther .carousel_box .slick-dots li {
    width: initial;
    height: initial;
    margin: 0 3px;
}

.festivalOther .carousel_box .slick-dots li button {
    display: inline-block;
    background-color: #B9B4B4;
    color: #3b3306;
    border: 1px solid #907D1A;
    border-radius: 50px;
    padding: 0 8px;
    padding-top: 1px;
    /* margin: 0 5px; */
}

.festivalOther .carousel_box .slick-dots li.slick-active button {
    background-color: #84752c;
    color: #E4E4E4;
    border: 1px solid #907D1A;
    /* width: 22px; */
}

/* 內文 */
.festivalOther .box .content .text_box .text {
    color: #232323;
}

/* 社群軟體 */
.festivalOther .content .social_box {
    margin: 0 -8px;
    padding: 0;
    list-style: none;

    display: flex;
    flex-wrap: wrap;
}

.festivalOther .content .social_box li {
    margin: 2px 5px;
}

.festivalOther .content .social_box a {
    background-color: #232323;
    border-radius: 50px;
    padding: 3px;
    transition: 0.5s;

    display: inline-block;
}

.festivalOther .content .social_box a:hover {
    background-color: #907D1A;
}

.festivalOther .content .social_box a img {
    height: 28px;
}


@media (max-width: 991.98px) {
    .festivalOther .box .content .text_box .text {
        margin-top: 20px;
    }
}




/* 音樂專題 FestivalConference  快速媒合會 festivalSpeedMeeting */
/* 頁籤一 場次時間 */
.festivalConference .content .theme_list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #907D1A;
    border-radius: 5px;
    overflow: hidden;
}

.festivalConference .content .theme_list li {
    display: flex;

    border-bottom: 1px solid #907D1A;

    transition: 0.5s;
}

.festivalConference .content .theme_list li.title_box {
    background-color: #232323;
}

.festivalConference .content .theme_list li.title_box div {
    flex-basis: 125px;
    padding: 15px 10px;
    text-align: center;
    border-right: 1px solid #A0A0A0;
}

.festivalConference .content .theme_list li.title_box div:nth-child(1) {
    flex-basis: 60px;
    text-align: center;
}

.festivalConference .content .theme_list li.title_box div.theme {
    flex-grow: 1;
    text-align: left;
}

.festivalConference .content .theme_list li.title_box div:nth-last-child(1) {
    flex-basis: 60px;
    text-align: center;
    border: none;
}

.festivalConference .content .theme_list li div {
    flex-basis: 125px;
    padding: 15px 10px;
    text-align: center;
    border-right: 1px solid #907D1A;
    color: #E4E4E4;

    transition: 0.3s;
}

.festivalConference .content .theme_list li:nth-child(n+2):hover>div {
    border-right: 1px solid #A0A0A0;
    background-color: #565656;
}

.festivalConference .content .theme_list li:nth-child(n+2):hover div:nth-last-child(1) {
    border-right: 1px solid #907D1A;
}

.festivalConference .content .theme_list li div.number {
    flex-basis: 60px;
    text-align: center;
    position: relative;
}

.festivalConference .content .theme_list li .circle {
    display: inline-block;
    background-color: #6b5b08;
    border-radius: 3px 10px;
    padding: 5px 13px;
    border-right: 1px solid #6b5b08;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.festivalConference .content .theme_list li div.theme {
    flex-grow: 1;
    text-align: left;
}

.festivalConference .content .theme_list li .link_pdf {
    position: relative;
    width: 60px;
    padding: 15px 10px;
    text-align: center;
    transition: 0.5s;
}

.festivalConference .box .content .link_pdf img {
    width: 25px;
    position: initial;
    transform: translateX(0) translateY(0);
    transition: 0.5s;
}

.festivalConference .content .theme_list li .link_pdf:hover {
    background-color: #727272;
}

.festivalConference .box .content .link_pdf:hover img {
    transform: translateX(0) translateY(0) scale(1.05);
}

/* 頁籤二 與會講者 與會買家 */

/* 頁籤裡面的頁籤樣式 */
.content .tabs .sub_tab {
    margin: 0 -10px;
    margin-bottom: 30px;
}

.content .tabs .sub_tab li {
    flex-basis: calc(100% / 7);
    padding: 5px 10px;
}

.content .tabs .sub_tab .festival_btn {
    background-color: #565656;
    box-shadow: 1px 1px 0 #696969;
    border: 1px solid #696969;
}

.content .tabs .sub_tab .festival_btn:hover {
    background-color: #6b5b08;
    transform: translateX(1px) translateY(1px);
}

.content .tabs .sub_tab .festival_btn.active {
    background-color: #6b5b08;
    transform: translateX(1px) translateY(1px);
}

/* 標題 */
.number_theme .title_box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
}

.number_theme .title_box p.time {
    margin: 0px;
    display: inline-block;
    font-size: 1.2rem;
    background-color: #232323;
    padding: 2px 15px;
    padding-top: 3px;
    border-radius: 3px 10px;
}

.box .number_theme .title_box h2 {
    margin: 12px 0;
    margin-bottom: 3px;
    font-size: 1.6rem;
}

.number_theme .title_box p.subtitle {
    margin: 0;
    color: #b7b7b7;
    margin-bottom: 5px;
    font-style: italic;
    font-weight: 400;
}

/* 人物列表 */
.number_theme .list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.number_theme .list li {
    display: flex;
    flex-direction: column;

    padding: 20px 0;
    padding-top: 30px;
    margin: 20px 0;

    border-top: 1px solid #E4E4E4;
}

.number_theme .list .name_box p {
    color: #E4E4E4;
    margin: 0;
}

.number_theme .list .name_box p.name {
    font-size: 1.4rem;
    font-weight: 600;
    color: #cbb02a;
}

.number_theme .list .name_box p.name span {
    font-size: 1.3rem;
    color: #E4E4E4;
    font-weight: 300;
}

.number_theme .list .name_box p.job_title {
    color: #c4c4c4;
    margin-top: 5px;
}

.number_theme .list .img_box {
    width: 100%;
    padding-bottom: 100%;

    position: relative;
    border-radius: 10px 30px;
    overflow: hidden;
}

.number_theme .list .img_box img {
    width: 100%;

    position: absolute;
    /* top: 0%; */
    /* left: 0; */
}

.number_theme .list .text div {
    color: #E4E4E4;
    font-size: 0.9rem;
    line-height: 1.6rem;
}

.number_theme .list .text div.text_1 {
    margin-bottom: 10px;
    color: #b2bfde;
    font-weight: 400;
}


.festivalSpeedMeeting .number_theme .list li:nth-child(1) {
    border-top: none;
    padding-top: 0;
}

.festivalSpeedMeeting .number_theme .list .name_box p.name span {
    font-size: 1rem;
    margin-left: 10px;
}

.festivalSpeedMeeting .number_theme .list .name_box p.job_title {
    font-size: 1.3rem;
    font-weight: 400;
    color: #E4E4E4;
}

.festivalSpeedMeeting .number_theme .list .img_box img {
    transform: none;
}

/* festivalSpeedMeeting 場次時間 */
.festivalSpeedMeeting .content .text_list {
    list-style: decimal;
    padding-left: 22px;
    margin: 0;
}

.festivalSpeedMeeting .content .text_list li {
    color: #E4E4E4;
    line-height: 1.7rem;
}

.festivalSpeedMeeting .content .text_list li span {
    font-weight: 400;
    color: #b2bfde;
    padding: 0 1px;
    text-decoration: underline;
}

.festivalSpeedMeeting .content .time_list {
    margin: 20px 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #907D1A;
    border-left: 1px solid #907D1A;
}

.festivalSpeedMeeting .content .time_list li.title_box {
    background-color: #232323;
}

.festivalSpeedMeeting .content .time_list li {
    display: flex;
    text-align: center;
    color: #E4E4E4;
    transition: 0.5s;
    font-size: 1.2rem;
}

.festivalSpeedMeeting .content .time_list li:nth-child(even) {
    background-color: #4b4b4b;
}

.festivalSpeedMeeting .content .time_list li:nth-child(n+2):hover {
    background-color: #565656;
}

.festivalSpeedMeeting .content .time_list li div {
    flex-basis: 100%;
    padding: 15px 10px;
    border-right: 1px solid #907D1A;
    border-bottom: 1px solid #907D1A;
}

.festivalSpeedMeeting .content .time_list li div:nth-child(1) {
    flex-basis: 200px;
}

.festivalSpeedMeeting .content .time_list li div.number {
    position: relative;
}

.festivalSpeedMeeting .content .time_list li .circle {
    display: inline-block;
    background-color: #6b5b08;
    border-radius: 3px 10px;
    padding: 5px 13px;
    border-right: 1px solid #6b5b08;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 991.98px) {

    .festivalConference .content .theme_list {
        border: none;
    }

    .festivalConference .content .theme_list li {
        flex-direction: column;
        margin-bottom: 25px;
        border: 1px solid #907D1A;
    }

    .festivalConference .content .theme_list li.title_box {
        display: none;
    }

    .festivalConference .content .theme_list li div {
        flex-basis: initial;
        text-align: left;
        padding: 10px;
        border: none;

        position: relative;
        padding-left: 70px;
        border-bottom: 1px solid #907D1A;
    }

    .festivalConference .content .theme_list li>div::before {
        content: attr(data-form);
        background-color: #232323;
        position: absolute;
        top: 0;
        left: 0%;
        height: 100%;
        width: 60px;
        padding: 10px 0px;
        text-align: center;
    }

    .festivalConference .content .theme_list li div.number {
        flex-basis: initial;
        text-align: left;
        padding: 10px;
        padding-left: 70px;

        position: relative;
    }

    .festivalConference .content .theme_list li .circle {
        position: relative;
        transform: none;
        left: 0;
        padding: 0 8px;
        border-radius: 2px 6px;
    }

    .festivalConference .content .theme_list li .link_pdf {
        display: inline-block;
        padding: 10px;
        width: 100%;
        text-align: left;
    }

    .festivalConference .content .theme_list li .link_pdf::before {
        content: attr(data-form);
        background-color: #232323;
        position: absolute;
        top: 0;
        left: 0%;
        height: 100%;
        width: 60px;
        padding: 10px 0px;
        text-align: center;
        color: #E4E4E4;
    }

    .festivalConference .content .theme_list li .link_pdf img {
        margin-left: 60px;
    }

    .content .tabs .sub_tab li {
        flex-basis: calc(100% / 3);
    }

    .number_theme .list .img_box {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {

    .content .tabs .sub_tab li {
        flex-basis: calc(100% / 2);
    }

    .festivalSpeedMeeting .content .time_list li {
        font-size: 1rem;
    }

    .festivalSpeedMeeting .content .time_list li div {
        padding: 12px 3px;
    }

    .festivalSpeedMeeting .content .time_list li div:nth-child(1) {
        flex-basis: 130px;
    }
}



/* festivalBizMatching 商展交易中心 */
.festivalBizMatching .box .content h3 {
    color: #E4E4E4;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 30px;
    background-color: #695a5d;
    border-radius: 3px 10px;
    padding: 8px 10px;
}


.festivalBizMatching .box .content p {
    color: #E4E4E4;
    margin: 0;
    line-height: 1.8rem;
    padding: 0 8px;
}

.festivalBizMatching .box .content span {
    font-weight: 400;
    color: #ffea00;
    padding: 0 1px;
    text-decoration: underline;
}

.festivalBizMatching .box .content p.fz {
    font-size: 1.15rem;
    margin: 5px 0;
}

.festivalBizMatching .box .content .list {
    list-style: decimal;
    color: #E4E4E4;
    margin: 0;
}

.festivalBizMatching .box .content .list li {
    padding: 5px 0;
}

/* 表格 */
.festivalBizMatching .content .time_list {
    margin: 20px 0;
    margin-left: -20px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #907D1A;
    border-left: 1px solid #907D1A;
}

.festivalBizMatching .container .content .time_list li.title_box {
    background-color: #232323;
}

.festivalBizMatching .box .content .time_list li {
    display: flex;
    text-align: center;
    color: #E4E4E4;
    transition: 0.5s;
    font-size: 1.2rem;
    padding: 0;

    background-color: #5f4850;
}

.festivalBizMatching .content .time_list li:nth-child(even) {
    background-color: #513f44;
}

.festivalBizMatching .content .time_list li:nth-child(n+2):hover {
    background-color: #232323;
}

.festivalBizMatching .content .time_list li div {
    flex-basis: 100%;
    padding: 15px 10px;
    border-right: 1px solid #907D1A;
    border-bottom: 1px solid #907D1A;
}

.festivalBizMatching .content .time_list li div:nth-child(1) {
    flex-basis: 200px;
}

.festivalBizMatching .content .time_list li div.number {
    position: relative;
}

.festivalBizMatching .content .time_list li .circle {
    display: inline-block;
    background-color: #765e2b;
    border-radius: 3px 10px;
    padding: 5px 13px;
    border-right: 1px solid #6b5b08;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 85%;
}

.festivalBizMatching .content .time_list li div.rest {
    flex-basis: 100%;
    text-align: center;
}

@media (max-width: 575.98px) {

    .festivalBizMatching .box .content .time_list li {
        font-size: 1rem;
    }
}


/* 頒獎典禮 ticket 贈票辦法 */
.ticket .box .text_box {
    margin-top: 50px;
}

.ticket .box .text_box p {
    color: #E4E4E4;
    margin: 0;
    padding: 10px 20px;
    font-size: 1rem;
}

.ticket .box .line {
    border-top: 1px dotted #907D1A;
    margin: 15px 0;
    opacity: 0.7;
}

.ticket .box .text {
    background-color: #232323;
    border-radius: 3px 10px;
    padding: 10px;
}

.ticket .box .text p {
    margin: 0;
    font-weight: 400;
    font-size: 1rem;
    color: #E4E4E4;
    padding: 10px;
}

.ticket .box .text .itemList {
    margin: 0;
    color: #c6b769;
}

.ticket .box .text .itemList li {
    font-size: 1.05rem;
    padding-bottom: 10px;
}

.ticket .box .text .itemList li a {
    border: 1px solid #d2d2d2;

    display: inline-block;
    text-decoration: none;
    color: #d2d2d2;
    padding: 2px 15px;
    border-radius: 3px;

    margin-right: 20px;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: left 19px;
}

.ticket .box .text .itemList li a:hover {
    background-color: #6b5b08;
    border: 1px solid #84752c;
    background-image: url(../img/arrow.svg);
    background-position: calc(100% - 5px) 19px;
    padding: 2px 20px 2px 20px;
}

.ticket .box .title_box {
    display: flex;
    align-items: flex-end;
    border-bottom: 1px solid #d2d2d2;
    border-radius: 0 0 0 30px;
    margin-top: 30px;
}

.ticket .box .title_box .circle_box {
    display: inline-block;
    border-radius: 30px;
    padding: 4px;
    border: 1px solid #d2d2d2;
    margin-right: 10px;
}

.ticket .box .title_box .circle_box .circle {
    /* width: 60px; */
    /* height: 60px; */
    fill: #d2d2d2;
    padding: 8px;
    border-radius: 25px;
    border: 2px solid #d2d2d2;

    transform: rotate(15deg);
}

.ticket .box .title_box .circle_box .circle svg {
    width: 60px;
    height: 60px;
}

.ticket .box .title_box h3 {
    color: #E4E4E4;
}

.ticket .box .lottery_box {
    margin: 0;
    padding: 10px;
    list-style: none;
    color: #E4E4E4;
}

.ticket .box .lottery_box li {
    padding: 20px 0;
    margin: 0 10px;
    border-bottom: 1px dotted #5656567c;
}

.ticket .box .lottery_box li:nth-last-child(1) {
    border-bottom: none;
}

.ticket .box .lottery_box .lottery_title {
    padding-bottom: 0;
    font-weight: 400;
    font-size: 1.05rem;
}

.ticket .box .lottery_box p {
    margin: 0;
    font-size: 1rem;
    padding: 3px 0;
    margin-left: 15px;
}

.ticket .box .lottery_box a {
    border: 1px solid #d2d2d2;
    display: inline-block;
    text-decoration: none;
    color: #d2d2d2;
    padding: 2px 20px;
    border-radius: 3px;
    margin-right: 20px;
    transition: 0.5s;
    background-repeat: no-repeat;
    background-position: left 19px;
    margin-left: 15px;
    margin-top: 2px;
}

.ticket .box .lottery_box a:hover {
    background-color: #6b5b08;
    border: 1px solid #84752c;
    background-image: url(../img/arrow.svg);
    background-position: calc(100% - 5px) 19px;
    padding: 2px 25px 2px 25px;
}


.ticket .box .notice_text {
    background-color: #232323;
    border-radius: 3px 10px;
    padding: 10px 20px;
    padding-left: 42px;
    margin: 40px 0;
}

.ticket .box .notice_text li {
    margin: 0;
    font-size: 1rem;
    color: #E4E4E4;
    padding: 10px 0px;
}



/* 入場須知 notice */
.notice .box .notice_list {
    padding: 10px 0;
}

.notice .box .notice_list li {
    border-bottom: none;
    padding: 10px 0;
    margin: 0;
}

.notice .box .notice_list .list {
    padding-left: 42px;
}

.notice .box .title_box {
    margin-top: 10px;
}

.notice .box .notice_list .circle_box .circle .item_icon {
    font-size: 1.5rem;
    line-height: 1.5rem;
    padding: 2px;
    transform: rotate(-15deg);
}


/* AwardsApp 金曲APP FestivalApp */

.app_main .title_text .text_box {
    margin-top: 0;
}

.app_main .text_box {
    margin-top: 40px;
}

.app_main .text_box p {
    color: #E4E4E4;
    margin: 0;
    padding: 10px 20px;
    font-size: 1rem;
}

.app_main .app_img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.app_main .app_img .img_box {
    flex-basis: 40%;
    padding: 40px;
}

.app_main .app_img .img_box img {
    width: 100%;
}

.festival .app_main+div .festival_footer {
    padding-top: 20px;
}

.festival .app_main+div .festival_footer .text_box.row {
    display: none;
}


/* 音樂節表格顏色 */
ul#table_color li .circle {
    background-color: #765e2b;
    border-right: 1px solid #6b5b08;
}

ul#table_color li {
    background-color: #5f4850;
}

ul#table_color li.title_box {
    background-color: #232323;
}

ul#table_color li:nth-child(even) {
    background-color: #513f44;
}


ul#table_color li:nth-child(n+2):hover {
    background-color: #232323;
}

ul#table_color li:nth-child(n+2):hover>div {
    border-right: 1px solid #A0A0A0;
    background-color: #232323;
}

ul#table_color li .link_pdf:hover {
    background-color: #232323;
}







caption {
    color: #E4E4E4;
}

.table_box table {
    width: 100%;
}

.table_box .title {
    background-color: #511131;
}

.table_box .title th {
    padding: 10px 10px;
    color: #E4E4E4;
    border: 1px solid #c9c9c9;
}

.table_box tbody tr td {
    border: 1px solid #c9c9c9;
}

.table_box tbody tr p {
    margin: 0;
    padding: 10px 10px;
    color: #E4E4E4;
}

.table_box tbody tr td {
    padding: 10px;
    color: #E4E4E4;
}

.table_box tbody tr td p {
    border-bottom: 1px solid #c9c9c9;
    margin: 0 -10px;
}

.table_box tbody tr td p:nth-last-child(1) {
    border-bottom: none;
}

.table_box tbody tr {
    transition: 0.3s;
}

.table_box tbody tr:nth-child(even) {
    background-color: #352c31;
}

.table_box tbody tr:nth-child(odd) {
    background-color: #493b43;
}

.table_box tbody tr:hover {
    background-color: #23232374;
}



@media (max-width: 991.98px) {

    .table_box_1 .title {
        display: none;
    }

    .table_box_1 tbody tr {
        display: flex;
        flex-direction: column;
    }

    .table_box_1 tbody tr td {
        position: relative;
        padding-left: 70px;
    }

    .table_box_1 tbody tr {
        border-bottom: 10px solid #E4E4E4;
    }

    .table_box_1 tbody tr:nth-last-child(1) {
        border-bottom: none;
    }

    .table_box_1 tbody tr td:before {
        content: "";
        background-color: #511131;
        width: 60px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .table_box_1 tbody tr td:after {
        content: attr(data-date);
        color: #E4E4E4;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        /* padding: 5px; */
        width: 60px;
        text-align: center;
    }
}


/* 表格 */
.table_box_2 .title {
    background-color: #232323;
}

.table_box_2 .title th td:hover {
    background-color: #232323;
}

.table_box_2 .title th {
    padding: 20px 10px;
    text-align: center;
}

.table_box_2 tbody tr td {
    padding: 20px 10px;
    text-align: center;
}

.table_box_2 .number {
    position: relative;
    width: 150px;
}

.table_box_2 .number.w_60 {
    width: 60px;
}

.table_box_2 .circle {
    display: inline-block;
    background-color: #765e2b;
    border-radius: 3px 10px;
    padding: 5px 5px;
    border-right: 1px solid #6b5b08;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 85%;
}

.table_box_2 .title .theme {
    text-align: left;
}

.table_box_2 .theme {
    text-align: left;
    max-width: 650px;
}

.table_box_2 .summary a.summary_a {
    display: inline-block;
    background-color: transparent;
    border: none;
}

.table_box_2 .summary .summary_a img {
    width: 30px;
    position: initial;
    transform: initial;
}

.table_box_2 tbody tr:hover {
    background-color: #232323;
}


@media (max-width: 991.98px) {

    .table_box_1.table_box_2 tbody tr td {
        padding-left: 70px;
    }

    .table_box_1.table_box_2 tbody tr td:before {
        background-color: #232323;
    }

    .table_box_1.table_box_2 .theme {
        text-align: left;
        max-width: initial;
    }

    .table_box_1.table_box_2 tbody tr td {
        text-align: left;
    }

    .table_box_2 .number.w_60 {
        width: initial;
    }

    .table_box_2 .number.w_60 .circle {
        width: 60px;
        left: 100px;
        text-align: center;
    }

}



@media (max-width: 575.98px) {

    .table_box_2 .number {
        width: 95px;
    }
}