body {
    font-family: 'Noto Sans_SC','Noto Sans_TC',Roboto,Arial,sans-serif;
    letter-spacing: 1px;
   --swiper-theme-color: rgb(114, 114, 114);
}

.main-header.fixed{
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
}

.main-header.scrolled-up {
    transition: 0.3s;
}

.main-header > div:first-child {
    position: relative;
    background: #FFDE43;
}

.main-header-bg {
    z-index: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.main-header-row-1 {
    padding: 10px 10px 2px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 4;
    position: relative;
}

.main-header-row-1-right {
    display: flex;
    align-items: center;
}

.main-header-search-wrapper {
    background-color: rgba(255, 255, 255, 0.85);
    padding: 4px 5px;
    display: flex;
    align-items: center;
    border-radius: 50px;
    white-space: nowrap;
    position: relative;
}

.main-header-search-wrapper form {
    display: flex;
    align-items: center;
}

.main-header-search-wrapper input,
.main-header-search-wrapper input:focus {
    background-color: transparent;
    border: none;
    outline-width: 0;
    outline: none;
    width: 90px;
    text-align: center;
}

.main-header-search-wrapper form .search-icon {
    padding: 0px 5px;
    background-color: #FFDE43;
    border-radius: 18px;
}

.main-header-search-popular {
    background-color: rgba(255, 255, 255, 1);
    width: 260px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 15px;
    border-radius: 10px;
    display: none;
    z-index:  93147483641117;
}

.main-header-search-popular::after {
    content: '';
    position: absolute;
    top: 0;
    left: 70%;
    transform: translateX(-70%);
    width: 0;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid #ffffff;
    margin-top: -13px;
}

.main-header-search-popular.show {
    display: block;
}

.main-header-search-popular-header {
    color: #FF3939;
    padding: 5px 5px 10px 10px;
}

.main-header-search-popular-item-containers {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

#main-header-search-popular-item-containers1 {
    margin-bottom: 20px;
}

#main-header-search-popular-item-containers2 {
    flex-direction: column;
    align-content: flex-start;
}

.main-header-search-popular-item {
    background-color: #FFF3BB;
    padding: 5px 10px;
    margin: 2px;
    border-radius: 5px;
}

#main-header-search-popular-item-tag {
    background-color: inherit;
}

.main-header-search-popular-item a {
    color: #131313;
    text-decoration: none;
}

.main-header-app-download-btn{
    margin-left: 10px;
    margin-right: 10px;
}

.main-header-button-wrapper{
    white-space: nowrap;
}

.main-header-row-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
    position: relative;
}

.main-header-row-2 .menu-item.current-item > a {
    color: #824CEF;
    font-weight: bold;
}

.main-header-button.main-header-button-login {
    background-color: #CF4916;
    padding: 3px 10px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 0.8rem;
}

.main-header-button.main-header-button-login.member{
    background-color: transparent;
    color: #000000;
    display: flex;
    align-items: center;
    padding: 3px 5px;
}
.main-header-button.main-header-button-login img{
    height: 24px;
}

.profile-hover {
    position: absolute;
    top: 100%;
    right: 10px;
    padding: 0px 10px;
    background: #ffffff;
    box-shadow: 2px 1px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 1px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 8px 0px rgba(0,0,0,0.75);
}

.profile-hover > div {
    padding: 10px 20px;
    color:#474747;
}

.profile-hover > div:hover{
    color:#000000;
    font-weight: bold;
}

.profile-hover > div:first-child {
    border-bottom: solid 1px #e2e2e2;
}

.main-header-nav-wrapper {
    flex: 0 0 calc(100% - 40px);
    width: calc(100% - 40px);
    max-width: calc(100% - 40px);
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
}

.main-header-nav-wrapper:not(.ended)::after {
    content:'';
    position: absolute;
    top:0;
    right:0;
    background: transparent linear-gradient(90deg, #FFDE4300 0%, #D4B523 100%) 0% 0% no-repeat padding-box;
    width: 15px;
    height: 40px;
}

.main-header-nav-wrapper:not(.started)::before {
    content:'';
    position: absolute;
    top:0;
    left:0;
    background: transparent linear-gradient(90deg, #D4B523 0%, #FFDE4300 100%) 0% 0% no-repeat padding-box;
    width: 15px;
    height: 40px;
}



.main-header-play-btn {
    flex: 0 0 40px;
    width: 40px;
    max-width: 40px;
    padding: 5px;
    height: 40px;
    background: #FFDE43;
    z-index: 1;
}

.main-header-subcat-row {
    background: #824CEF;
}

.main-header-nav-wrapper .swiper-slide.menu-item,
#main-header-subcat-swiper .swiper-slide.sub-menu-item {
    width: auto;
    padding: 0 10px;
}

#main-header-subcat-swiper .swiper-slide.sub-menu-item {
    padding: 10px;
}

.main-header-nav-wrapper .menu-item a,
#main-header-subcat-swiper .sub-menu-item a {
    text-decoration: none;
    color: #000000;
    line-height: 1.3;
}

#main-header-subcat-swiper .sub-menu-item a{
    color: #ffffff;
}

#main-header-subcat-swiper .sub-menu-item.current-item a {
    color: #FFDE43;
    font-weight: bold;
}

#main-header-subcat-swiper .sub-menu-item.current-item a:after {
    content: "";
    display: block;
    width: 100%;
    margin: 0 auto;
    position: relative;
    top: 2px;
    border-bottom: 2px solid #824CEF;
    transition: 0.5s;
}

.bn-breaking-news{
    border: solid 1px #ffffff !important;
    height:40px;
}

.bn-news{
    height:40px;
    left:70px !important;
}


.bn-label {
    background: #ff7b09 !important;
    border-radius: 10px;
    border: solid 5px #ffffff;
    display: flex !important;
    align-items: center;
}

.bn-news ul li a{
    color:#000000;
}

.lz_load_panel[data-lz-loaded="0"] {
    min-height: 10vh;
}

.position-relative-frame {
    position: relative;
}

.padding-side-10-frame{
    padding-left: 10px;
    padding-right: 10px;
}

.border-curve-frame {
    border-radius: 5px;
    overflow: hidden;
}

.post-cover-image-frame {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 52.3333%;
}

.post-cover-image-frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
}

.post-cover-image-frame.thumbnail {
    padding-bottom: 80%;
}

.post-cover-image-frame.thumbnail img {
    width: auto;
    height: 100%;
    min-width: 100%;
}

.post-cover-image-shadow-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(33%, rgba(0, 0, 0, 0.44)), color-stop(53%, rgba(0, 0, 0, 0.7)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.44) 33%, rgba(0, 0, 0, 0.7) 53%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
    padding-bottom: 5px;
}


.post-cover-image-shadow-text a {
    text-decoration: none;
    color: #ffffff;
}

.post-cover-image-shadow-text a h1,
.post-cover-image-shadow-text a h2,
.post-cover-image-shadow-text a h3,
.post-cover-image-shadow-text a h4,
.post-cover-image-shadow-text a h5,
.post-cover-image-shadow-text a h6 {
    font-size: 1.2rem;
    margin: 0 0.7rem;
}

.post-cover-image-shadow-text a .desc {
    font-size: 0.9rem;
    margin: 10px 0.7rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.cat-label {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #FFDE43;
    border-radius: 4px;
    padding: 3px 8px;
}

.cat-label a {
    text-decoration: none;
    color: #000000;
    font-size: 0.8rem;
}

.num-label {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 3px 8px 5px 5px;
    background: #8B0000;
    color: #ffffff;
    border-bottom-right-radius: 100%;
    font-weight: 600;
    font-size: 0.8rem;
}

.post-meta {
    font-size: 0.7rem;
    line-height: 1.3;
    height: calc(1.3 * 0.7rem);
    padding: 0.2rem 0.7rem;
    display: flex;
    align-items: center;
    letter-spacing: normal;
}

.post-cover-image-shadow-text .post-meta {
    color: #ffffff;
}

.post-meta img {
    margin-right: 3px;
}

.post-meta img[alt="view"] {
    margin-left: 10px;
}

.card-style{
    padding: 10px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 10px;
}

.horizontal-post {
    display: flex;
    align-items: center;
}

.horizontal-post>div:first-child {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
    position: relative;
}

.horizontal-post>div:nth-child(2) {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0px 15px 10px 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.horizontal-post.thumbnail-mode>div:first-child {
    width: 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.horizontal-post.thumbnail-mode>div:nth-child(2) {
    width: 60%;
    flex: 0 0 60%;
    max-width: 60%;
}


.horizontal-post .cat-label {
    position: relative;
    align-self: flex-start;
    margin-bottom: 5px;
    top: 0px;
    left: 0px;
}


.horizontal-post .title {
    font-size: 1rem;
    margin: 0 0 10px 0px;
    color: #000000;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.horizontal-post a {
    text-decoration: none;
}

.horizontal-post .desc {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 0 10px 0;
    color: #444444;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.horizontal-post>div:nth-child(2) .post-meta {
    padding: 0;
    color: #7C7C7C;
    display: flex;
    flex-wrap: wrap;
}

.horizontal-post>div:nth-child(2) .post-meta >div:last-child{
    display: flex;
}

.vertical-post {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.vertical-post .title {
    text-decoration: none;
    color: #000000;
}

.vertical-post .title h2 {
    font-size: 1.1rem;
    margin: 15px 0px;
    font-weight: normal;
}

.vertical-post.card-style .title h2{
    margin: 15px 0px;
}

.vertical-post .post-meta {
    color: #7C7C7C;
    padding: 0.2rem 0;
    margin-top: auto;
}

.post-separator{
    width:100%;
    border-top: solid 1px #dfdfdf;
    margin-top: 20px;
    margin-bottom: 20px;
}

.post-separator:last-child{
    display: none;
}

.horizontal-space{
    display: block;
    width: 100%;
}

.horizontal-space.space-5{
    height:5px;
}

.horizontal-space.space-10{
    height: 10px;
}

.horizontal-space.space-20{
    height: 20px;
}

.horizontal-space.space-30{
    height: 30px;
}

.horizontal-space.space-40{
    height: 40px;
}

.horizontal-space.space-50{
    height: 50px;
}

.mobile-posts-list {
    display: flex;
    flex-wrap: wrap;
}


.mobile-posts-list .vertical-post ,
.mobile-posts-list .post-separator{
    flex:  0 0 100%;
}

@media (min-width: 650px){
    .mobile-posts-list .vertical-post
    {
        flex:  0 0 50%;
        padding: 15px 10px;
    }

    .mobile-posts-list .post-separator{
        display: none;
    }
}

@media (min-width: 1200px){
    .mobile-posts-list .vertical-post
    {
        flex:  0 0 33.3333%;
        padding: 15px 10px;
    }

    .mobile-posts-list .post-separator{
        display: none;
    }
}

.page-section-title {
    font-size: 1.3rem;
    font-weight: bold;
}

.page-section-title a {
    text-decoration: none;
    color: #1B1B1B;
    font-size: 1.3rem;
}

.page-section-title-style3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}

.page-section-title-style3 .page-section-title::after {
    border-top: 40px solid #ffffff;
}

.page-section-title-style3 > a:last-child {
    text-decoration: none;
    color:  #7C7C7C;
    display:flex;
    align-items:center;
}

.page-section-title-style4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 15px;
}

.page-section-title-style4 .page-section-title::after {
    border-top: 40px solid #ffffff;
}

.page-section-title-style4 > a:last-child {
    text-decoration: none;
    color:  #7C7C7C;
    display:flex;
    align-items:center;
}

.page-section-title-style4 .page-section-title {
    display: inline-block;
    background: #FFFFFF;
    padding: 8px 10px;
    border: 1px solid #000000;
    border-right: none;
    z-index: 1;
}

.page-section-title-style4 .page-section-title::before {
    width: 100%;
    top: -1px;
    left: 50px;
    border-right: 14px solid #fff;
    border-top: 40px solid #fff;
    z-index: -1;
}

.page-section-title-style4 .page-section-title a {
    font-size: 1rem;
}