@keyframes fadeEffect {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

html, body {
    font-family: 'Microsoft JhengHei', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: black;
    margin: 0;
    padding: 0;
    letter-spacing: 2.15px;
    line-height: 2em;
    overflow-x: hidden;
    /* background-color: #413280; */
    /* background: linear-gradient(0deg, #413280, #afd4ca); */
    /* background: url(../img/_bg.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed; */

    animation-name: fadeEffect;
    animation-duration: .5s;
}

.bg {
    /* background: linear-gradient(0deg, #413280, #8cb0d1); */
    background: linear-gradient(0deg, #85008F, #a73bcb);
}

html.noscroll {
    position: fixed;
    overflow-y: scroll;
    width: 100%;
}

p {
    word-break: break-all;
    text-align: justify;
}

img {
    border: none;
    vertical-align: middle;
    image-rendering: auto;
    image-rendering: crisp-edges;
    image-rendering: pixelated;
}

img[src$=".gif"], img[src$=".png"] {
    image-rendering: -moz-crisp-edges;
    /* Firefox */
    image-rendering: -o-crisp-edges;
    /* Opera */
    image-rendering: -webkit-optimize-contrast;
    /* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    /* IE (non-standard property) */
}

.gif_pic {
    text-align: center;
}

.gif_pic img {
    max-width: 100%;
}

.map {
    display: block !important;
}

.map-m {
    display: none !important;
}

hr {
    border: 1px solid silver;
    opacity: 0.3;
}

a:link, a:visited {
    color: #466599;
    text-decoration: none;
}

input:focus, a:focus {
    outline: none;
}

#_logo {
    width: 103px;
}

.topic {
    display: block;
    width: 100%;
    margin-top: -100px;
}

input[type=checkbox] {
    display: none;
}

.container {
    position: relative;
    max-width: 680px;
    margin: 0 auto;
    padding: 4% 4% 0% 4%;
}
/* 
.btn_1, .btn_2 {
    position: absolute;
    top: 43%;
    width: 9.3%;
    background-position: center;
    background-size: 100%;
    opacity: .9;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;
    transition: all 0.1s ease-in 0s;
}

.btn_1:hover, .btn_2:hover {
    opacity: 1;
}

.btn_1 {
    left: 50%;
}

.btn_2 {
    right: 50%;
} */

#_bg {
    display: flex;
    /* min-height: 925px;
    max-height: 100vh; */
}

._bg {
    position: relative;
    width: 100%;
    /*top: 65px;*/
}

.m_bg {
    width: 100%;
    /* height: calc(100vh - 70px); */
    margin-top: 65px;
    display: none;
}

.iframe-yt {
    display: block;
    height: 470px;
    margin: 60px auto 0 auto !Important;
    /* background-color: #000 !Important; */
}

#news, #info, #info2 {
    margin: 0 auto;
}

/* #news {
    margin: 80px auto 60px auto;
}

#info {
    margin: 0 auto 30px auto;
}

#info2 {
    margin: 0 auto 30px auto;
} */

#info, #info2, #profile {
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

#news, #info, #info2, #profile, .iframe-yt {
    box-sizing: border-box;
    display: block;
    width: 1280px;
    padding: 3em;
    position: relative;
    background-size: contain;
    -webkit-transition: all 0.3s ease-in 0.2s;
    -moz-transition: all 0.3s ease-in 0.2s;
    -o-transition: all 0.3s ease-in 0.2s;
    transition: all 0.3s ease-in 0.2s;
    /* border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px; */
}

.info-title {
    /* background: linear-gradient(30deg, #413280, #58d5f0); */
    background: linear-gradient(30deg, #a16aa4, #85008F);
    color: #fff;
    font-size: 24px;
    padding: 1rem;
    text-align: center;
    border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.title {
    width: 100%;
    text-align: center;
    margin-bottom: 1rem;
}

.title > span{
    /*background: linear-gradient(-25deg, #413280, #6d90ca);*/
    border: 2px solid #fff;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 28px;
    /*outline: 2px solid #fff;*/
    padding: 1rem 2rem;
    margin: 0 auto;
    text-align: center;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

#news {
    padding: 0;
    /* width: calc(1024px + 6em); */
}

#news.clicked, #info.clicked, #info2.clicked, #profile.clicked {
    background-color: #466599;
}

a:has(.news-table) {
    display: inline-block;
    width: 100%;
}

.news-table {
    background-color: #fff;
    border-collapse: collapse;
    width: 100%;
    
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
}

a:has(.news-table):last-child {
    margin-bottom: 0 !important;
}

.news-table:hover {
    transform: scale(105%);
    -webkit-transform: scale(105%);
    -moz-transform: scale(105%);
    -ms-transform: scale(105%);
    -o-transform: scale(105%);
}

.news-table td {
    box-sizing: border-box;
    padding: 1em;
    display: table-cell;
    word-break: break-all;
    vertical-align: top;

}

.news-table td img {
    /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
}

.news-table tr>td:not(:first-child)>div {
    margin-left: 15px;
}

.news-title {
    color: #444;
    /* text-shadow:
    0 0 2px #fff,
    0 0 2px #fff,
    0 0 1px #fff,
    0 0 1px #a6ddf2,
    0 0 1px #a6ddf2,
    0 0 1px #a6ddf2,
    0 0 1px #a6ddf2,
    0 0 11px #a6ddf2; */
    font-size: 20px;
    font-weight: bold;
    width: 75%;
}

.news-short {
    margin: 5px 0;
    color: #666;
    width: 75%;
}

.news-date {
    color: #abaeb7;
    font-size: 12px;
}

.news_img {
    height: 180px;
    background-color: #eee;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.more {
    background-color: #162477;
    color: #fff;
    padding: 5px 20px;
}

.more:hover {
    opacity: .9;
}

.nodata {
    background-color: rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    color: rgba(255, 255, 255, 0.3);
    padding: 1rem;
    text-align: center;
    /* border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px; */
}

.scene {
    padding: 0;
    margin: 0;
}

.fill {
    position: absolute;
    bottom: 5%;
    right: 5%;
    left: 5%;
    top: 5%;
}

.expand-width {
    width: 100%;
}

.aspect {
    opacity: 0.2;
}

.footer {
    background-color: #fff;
    bottom: 0;
    width: 100%;
    /* color: #101d4f; */
    font-size: 10px;
    padding: 1.2em;
}

.footer_mobile {
    z-index: 999;
    background-color: #fff;
    color: #162477;
    display: none;
    width: 100%;
    font-size: 12px;
    padding: 15px 0;
    bottom: 0;
}

.footer_icon {
    height: 35px;
    vertical-align: bottom;
}

.sponcer {
    height: 50px;
    position: relative;
    vertical-align: bottom;
}

.eu_logo {
    height: 40px;
    vertical-align: middle;
}

.phone {
    font-size: 14px;
    padding: 0 .1rem;
    vertical-align: bottom;
}

.sub_content {
    border-collapse: collapse;
    width: 100%;
    word-break: break-all;
}

.sub_content tr td {
    padding: 0.5em;
    border: 1px dashed gray;
}

.m {
    line-height: 18px;
    vertical-align: middle;
}

.tags {
    padding: .3em;
    background-color: red;
    color: #fff !important;
    display: inline-block;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    height: 12px;
    width: 12px;
    line-height: 12px;
}

/*.menu {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 0 -7%;
    padding-top: 18%;
    display: none;
}

    .menu a div {
        float: none;
        color: white;
        padding: 0.3em 1.1em;
        display: none;
    }*/

.home {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 5%;
    z-index: 1;
}

.clear {
    clear: both;
}

.table_visible>span {
    color: black;
    display: block;
}

.table_visible>img {
    display: none;
}

/* Dropdown Button */

.dropbtn {
    font-size: 16px;
    font-weight: bold;
    color: #fff !important;
    text-align: center;
    /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
    transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
}

.dropbtn:hover, .dropdown-content a:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    font-weight: bold;
    /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
    transition: all .2s;
    -o-transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #111;
    min-width: 106px;
    text-align: center;
    z-index: 1;
    /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
}

.dropdown-content a {
    background-color: unset !important;
    color: #fff !important;

}

.dropdown:hover .dropdown-content {
    display: block;
}

/* .mark {
    background: linear-gradient(transparent 40%, rgba(255, 255, 255, 0) 40%, #FFF176 90%, transparent 95%);
    padding: 2px 1px;
} */

.space {
    display: flex;
    width: 100%;
    height: 5rem;
}

@media (max-width: 1366px) {
    /* #_bg {
        display: flex;
        min-height: 600px;
        max-height: 600px;
    } */
}

@media (max-width: 1100px) {
    .button_table_view {
        display: none;
    }

    /*.menu {
        text-align: center;
        width: 100%;
        position: relative;
        margin: 0 auto;
        padding-top: 500px;
        display: inline-block;
    }

        .menu a div {
            display: inline-block;
            float: none;
        }*/
    .clear {
        display: none;
    }

    .news_visible {
        display: none;
    }

    #news, #info, #info2, #profile, .iframe-yt {
        width: 78%;
    }

    .news-table td:first-child {
        width: 40% !important;
        /* padding-bottom: 10px !important; */
    }

    .news-table {
        margin-bottom: 20px !important;
    }

    .news-title {
        width: 100% !Important;
    }

    .news-short {
        width: 100% !Important;
    }
}

@media only screen and (max-width: 1024px) {
    .dropbtn {
        font-size: 18px !important;
    }

    .dropdown {
        width: 100%;
    }

    .dropdown-content {
        position: relative;
        background-color: unset !important;
        width: 100%;
    }

    .dropdown-content a {
        background-color: rgba(255, 255, 255, 0.2) !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        /* color: yellow !important; */
        font-size: 16px !important;
        padding: 1rem;
    }

    .dropdown:hover .dropdown-content {
        display: none;
    }

    .open {
        display: block !important;
    }

    /* #_bg {
        display: flex;
        min-height: 500px;
        max-height: 500px;
    } */
}

@media (max-width: 780px) {
    *, body {
        font-size: 12px !important;
    }

    h2 {
        font-size: 16px !important;
    }

    h3 {
        font-size: 14px !important;
        text-align: center;
    }

    body, a, span, td {
        line-height: 20px;
        -webkit-text-size-adjust: 100%;
    }
/* 
    .btn_1, .btn_2 {
        top: 30%;
        width: 40.3%;
    }

    .btn_1 {
        left: 50%;
    }

    .btn_2 {
        right: 50%;
    } */

    h1, h2, .font-south {
        font-size: 16px;
        line-height: 22px;
    }

    .title > span {
        font-size: 20px !important;
    }

    .eu_logo {
        height: 20px;
    }

    #_bg {
        background-color: #413280;
        /* min-height: unset !important;
        max-height: unset !important; */
    }

    .m_bg {
        display: block;
    }

    ._bg, .d_bg {
        display: none !important;
    }

    #news, #info, #info2, #profile, .iframe-yt {
        /* -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px; */
        width: 90%;
        padding: 1.5em;
    }

    #news {
        padding: 0 !important;
    }

    .news-table td:first-child {
        width: 40% !important;
        /* padding-bottom: 10px !important; */
    }

    .news-table {
        margin-bottom: 20px !important;
        /* -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        -khtml-border-radius: 5px; */
    }

    .news-table:hover {
        transform: scale(100%);
        -webkit-transform: scale(100%);
        -moz-transform: scale(100%);
        -ms-transform: scale(100%);
        -o-transform: scale(100%);
    }

    .button_theme {
        border-left: none;
        padding: 0;
        text-align: center;
        margin-top: 5px;
    }

    .clear {
        display: block;
    }

    .button_theme {
        border-bottom: none;
        padding-left: 0;
        text-align: center;
        width: 100%;
        word-break: break-all;
        color: black;
    }

    .button_theme span {
        font-size: 10px;
        display: block;
        color: black;
    }

    .more {
        padding: 8px 25px;
        /* border: 1px solid silver; */
        width: 100%;
    }

    .fixwidth .featherlight-content, .fixwidth_2 .featherlight-content {
        width: 70%;
    }

    .footer {
        display: none;
    }

    .footer_mobile img, .footer img {
        height: 25px;
        vertical-align: middle;
    }

    .footer_mobile {
        display: block;
        z-index: 0;
    }

    .phone {
        padding: 0;
    }

    .stars {
        width: 0px;
        height: 0px;
        overflow: hidden;
        margin: 0;
        visibility: hidden;
    }

    .height_m {
        height: 40px;
    }

    .m_v {
        display: none;
    }

    .home {
        bottom: 20px;
        right: 5px;
    }

    .home img {
        width: 60px;
    }

    .table_visible>span {
        color: black;
        display: none;
    }

    .table_visible>img {
        display: block;
    }

    .spots {
        display: none;
    }

    .animated {
        display: none;
    }

    .bg {
        /* background: linear-gradient(0deg, #413280, #5e83d1); */
        background: linear-gradient(0deg, #85008F, #85008F);
    }

    .space {
        height: 2rem;
    }
}

@media (max-width: 580px) {
    .iframe-yt {
        height: 280px;
        margin-top: 30px !important;
    }

    .fancybox-slide--iframe .fancybox-content {
        width: 90% !important;
        max-width: 90% !important;
    }

    .news-table td:first-child {
        float: left;
        width: 100% !important;
        /* padding: 5px 0 10px 0 !important; */
    }

    .news-table td:not(:first-child) {
        float: left;
        text-align: center;
        width: 100%;
    }

    .news-table tr>td:not(:first-child)>div {
        margin: 0;
    }

    .news-table {
        margin-bottom: 10px !important;
    }

    .news-title {
        font-size: 14px !important;
        margin-bottom: 11px !important;
    }
}

/*scroll-bar theme*/

::-webkit-scrollbar-track {
    background-color: #e3e3e3;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #e3e3e3;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #6b6b6b;
}