* {
    box-sizing: border-box
}

html, html body, html button, html input {
    font-family: Noto Sans TC,黑體-繁,Apple LiGothic Medium,PingFang,微軟正黑體,Microsoft JhengHei,WenQuanYi Zen Hei,helvetica,Arial,sans-serif
}

    html.zh-cn, html.zh-cn body, html.zh-cn button, html.zh-cn input {
        font-family: Noto Sans SC,黑體-簡,Apple LiGothic Medium,PingFang,微软雅黑体,Microsoft YaHei,WenQuanYi Micro Hei,helvetica,Arial,sans-serif
    }

body {
    background-color: #fff;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative
}

    body .main-container {
        padding-top: 30px;
        padding-bottom: 30px
    }

    body.swal2-shown {
        overflow-y: auto !important
    }

img {
    -o-object-fit: cover;
    object-fit: cover
}

    img.lazyload:not([src]), img.lazyloading:not([src]) {
        visibility: hidden
    }

a {
    color: #000;
    text-decoration: none
}

    a:hover {
        color: #0061cc
    }

.dis-block {
    display: block !important
}

.read-more {
    color: #555960
}

    .read-more:hover {
        color: #0061cc
    }

.base-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 5px;
    width: 100%
}

    .base-title h1, .base-title h2, .base-title h3 {
        font-size: 23px;
        font-weight: 400;
        line-height: 1.2;
        border-bottom: 1px solid #e60113;
        padding: 0 0 3px;
        color: #000;
        margin: 0
    }

@media screen and (max-width:1023px) {
    .base-title h1, .base-title h2, .base-title h3 {
        font-size: 22px
    }
}

@media screen and (max-width:767px) {
    .base-title h1, .base-title h2, .base-title h3 {
        font-size: 20px
    }
}

.base-title h3 {
    font-size: 22px
}

.base-title .more-dot {
    color: #879095
}

    .base-title .more-dot:before {
        content: "\72";
        font-family: fontello;
        display: inline-block
    }

.more-lists {
    display: flex;
    justify-content: center
}

.finish {
    display: none
}

.w-100 {
    width: 100%
}

.privacy__container {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    min-height:150px;
    padding-bottom: 5px;
    background-color: #efefef;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}

@media screen and (max-width:767px) {
    .privacy__container {
        min-height: 300px;
        padding-bottom: 25px
    }
}

.privacy__container p {
    font-size: 14px;
    line-height: 1.5;
    color: #7e7e7e;
    text-align: center
}

@media screen and (max-width:767px) {
    .privacy__container p {
        font-size: 14px;
        width: 95%
    }
}

@media screen and (max-width:320px) {
    .privacy__container p {
        font-size: 12px
    }
}

.privacy__container a {
    color: #39c
}

    .privacy__container a:hover {
        color: #12a2fc
    }

.privacy__container button {
    font-size: 14px;
    padding: 5px;
    background-color: #fff
}

@media screen and (max-width:320px) {
    .privacy__container button {
        font-size: 14px
    }
}

.header {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #d3d4d5
}

@media screen and (max-width:1023px) {
    .header {
        padding: 10px 15px 0
    }
}

@media screen and (max-width:767px) {
    .header {
        padding: 0
    }
}

.header-wrapper {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

.mobile-menu-ham {
    display:none;
}

.mobile-menu-left img{
    width:160px;
}

.mobile-menu-btn {
    float: right;
}

    .mobile-menu-btn .fa-bars:before {
        color: #707070;
        font-size: 24px;
    }

    @media screen and (max-width:1297px) {
        .header-wrapper {
        max-width: 970px;
    }

    .navigation-fixed .header .navigation-wrapper {
        max-width: 1050px !important;
    }
}

@media screen and (max-width:767px) {
    .header-wrapper {
        max-width: 100%;
        padding: 10px 10px 0
    }
}

.header-wrapper .logo {
    display: flex;
    align-items: center
}

    .header-wrapper .logo a {
        display: inline-block
    }

    .header-wrapper .logo img {
        width: 200px;
        height: 100%;
    }

@media screen and (max-width:1297px) {
    .header-wrapper .logo img {
        width: 160px;
        height: 100%
    }
}

@media screen and (max-width:767px) {
    .header-wrapper .logo img {
        width: 140px
    }


    .mobile-menu-ham {
        display: block;
        margin-top:10px;
    }

    .header-wrapper {
        display: none;
    }
}

@media screen and (max-width:320px) {
    .header-wrapper .logo img {
        width: 120px
    }
}

.header-wrapper .logo .custom-logo {
    width: 226px;
    height: 43px;
    margin-left: 35px
}

@media screen and (max-width:767px) {
    .header-wrapper .logo .custom-logo {
        display: none
    }
}

.header-wrapper .logo .custom-logo img {
    width: 100%;
    height: auto
}

.header .tools-box {
    display: flex;
    align-items: center;
    font-size: 18px
}

    .header .tools-box .channel-link a, .header .tools-box .channel-link span {
        color: #707070
    }

        .header .tools-box .channel-link a i, .header .tools-box .channel-link span i {
            font-size: 15px
        }

        .header .tools-box .channel-link a:hover, .header .tools-box .channel-link a:hover .zh-cn, .header .tools-box .channel-link a:hover .zh-tw, .header .tools-box .channel-link span:hover, .header .tools-box .channel-link span:hover .zh-cn, .header .tools-box .channel-link span:hover .zh-tw {
            color: #000
        }

        .header .tools-box .channel-link #changeChineseType, .header .tools-box .channel-link a + a {
            margin-left: 20px
        }

@media screen and (max-width:1023px) {
    .header .tools-box .channel-link a.desktop-only {
        display: none
    }
}

.header .tools-box .channel-link span {
    cursor: pointer;
    display: inline-block
}

.header .tools-box .channel-link .zh-cn {
    font-family: Noto Sans TC,黑體-繁,Apple LiGothic Medium,PingFang,微軟正黑體,Microsoft JhengHei,WenQuanYi Zen Hei,helvetica,Arial,sans-serif
}

.header .tools-box .channel-link .zh-tw {
    font-family: Noto Sans SC,黑體-簡,Apple LiGothic Medium,PingFang,微软雅黑体,Microsoft YaHei,WenQuanYi Micro Hei,helvetica,Arial,sans-serif
}

.header .tools-box i {
    display: inline-block;
    font-size: 20px
}

@media screen and (max-width:767px) {
    .header .tools-box i {
        font-size: 23px;
        padding: 0
    }

        .header .tools-box i.i-list-rounded:before {
            content: "\e958"
        }
}

.header .tools-box__items {
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1;
    color: #707070
}

    .header .tools-box__items .search-input {
        border-radius: 60px;
        border: none;
        outline: none;
        line-height: 1.5;
        text-indent: .5em;
        padding: .5em;
        max-width: 250px
    }

    .header .tools-box__items .menu-toggler {
        padding: 20px
    }

    .header .tools-box__items .member-button, .header .tools-box__items .menu-toggler {
        cursor: pointer
    }

        .header .tools-box__items .member-button:hover, .header .tools-box__items .menu-toggler:hover {
            color: #000
        }

    .header .tools-box__items .member-button {
        display: none
    }

@media screen and (max-width:1023px) {
    .header .tools-box__items .member-button span {
        display: none
    }
}

@media screen and (max-width:767px) {
    .header .tools-box__items > * {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #707070;
        padding: 0 5px
    }

        .header .tools-box__items > * i:before {
            margin: 0
        }

    .header .tools-box__items .menu-toggler:first-of-type {
        padding: 0 10px 0 20px;
        margin: 0
    }
}

.header .navigation {
    display: flex
}

@media screen and (max-width:1023px) {
    .header .navigation {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap
    }
}

@media screen and (max-width:767px) {
    .header .navigation {
        margin-left: 10px
    }
}

.header .navigation-wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
    width: 100%;
    background: #fff;
    max-width: 1280px;
    /* margin: 20px auto 0 */
}

@media screen and (max-width:1297px) {
    .header .navigation-wrapper {
        max-width: 970px;
        margin:auto;
    }
}

.header .navigation .home {
    display: none
}

@media screen and (max-width:1023px) {
    .header .navigation .home {
        white-space: normal
    }
}

.header .navigation-list {
    display: inline-flex;
    margin-top: 10px;
    padding-bottom: 5px;
    font-size: 20px;
    color: #000;
    white-space: nowrap
}

@media screen and (max-width:1023px) {
    .header .navigation-list {
        font-size: 18px
    }
}

.header .navigation-list:nth-child(n+3) {
    margin-left: 20px
}

@media screen and (max-width:1297px) {
    .header .navigation-list:nth-child(n+3) {
        margin-left: 15px
    }
}

.header .navigation-toggler {
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer
}

@media screen and (max-width:767px) {
    .header .navigation-toggler {
        padding: 0 10px
    }
}

.header .navigation-toggler:hover {
    animation-name: wobble;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@media screen and (max-width:767px) {
    .header .navigation-toggler:hover {
        animation: none
    }
}

.header .navigation-toggler:before {
    font-family: fontello;
    content: "\38";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin: 0;
    text-align: center;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased
}

.header .search-input, .header .search-mask {
    display: none
}

.overlay-menu {
    z-index: 101;
    padding: 80px 0 30px;
    width: 100vw;
    max-height: 90vh;
    height: 100%;
    overflow: auto;
    background: #f5f5f5;
    position: fixed;
    top: 0;
    transform: translateY(-100vh);
    left: 0;
    transition: transform .3s linear;
    will-change: transform
}

@media print {
    .overlay-menu {
        display: none
    }
}

.overlay-menu .container {
    flex: inherit;
    width: calc(100% - 180px)
}

@media screen and (max-width:767px) {
    .overlay-menu .container {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    .overlay-menu {
        padding: 60px 0 30px
    }
}

.menu-open.custom .overlay-menu.custom-menu, .menu-open.full .overlay-menu.full-menu {
    transform: translateY(0)
}

.overlay-menu .input-holder {
    max-width: 642px;
    border-bottom: 1px solid transparent;
    transition: border-bottom .3s linear .6s
}

.menu-open .overlay-menu .input-holder {
    border-bottom-color: #879095
}

.overlay-menu .input-holder input {
    width: 0;
    transition: width .3s linear .3s;
    font-size: 18px;
    -webkit-appearance: none
}

@media screen and (max-width:767px) {
    .overlay-menu .input-holder input {
        width: 600px;
        max-width: calc(100% - 42px)
    }
}

.menu-open .overlay-menu .input-holder input {
    width: 600px;
    max-width: calc(100% - 42px)
}

.overlay-menu .input-holder .btn-search {
    transform: rotate(540deg);
    transition: transform 1s linear .6s;
    will-change: transform
}

@media screen and (max-width:767px) {
    .overlay-menu .input-holder .btn-search {
        transform: rotate(0)
    }
}

.menu-open .overlay-menu .input-holder .btn-search {
    transform: rotate(0)
}

.overlay-menu .site-links {
    padding: 50px 15px 40px
}

@media screen and (max-width:767px) {
    .overlay-menu .site-links {
        overflow: hidden;
        padding: 30px 0
    }
}

.overlay-menu .site-links__title {
    font-size: 18px;
    margin: 0;
    display: inline-block;
    line-height: 1.6;
    font-weight: 300;
    border-bottom: 1px solid #e60113
}

.overlay-menu .site-links__wrapper {
    display: flex;
    flex-flow: row wrap;
    padding: 20px 0;
    justify-content: space-around
}

@media screen and (max-width:1023px) {
    .overlay-menu .site-links__wrapper {
        white-space: nowrap;
        flex-flow: row nowrap;
        justify-content: flex-start;
        overflow-x: auto
    }
}

.overlay-menu .site-product {
    display: flex;
    flex-flow: column wrap;
    width: 12.5%
}

@media screen and (max-width:1023px) {
    .overlay-menu .site-product {
        min-width: 150px;
        margin-right: 20px
    }
}

@media screen and (max-width:767px) {
    .overlay-menu .site-product {
        min-width: 200px;
        padding: 20px;
        background: #ededed
    }
}

.overlay-menu .site-product__title {
    margin-bottom: 10px
}

.overlay-menu .site-product__link {
    align-self: flex-start;
    margin-bottom: 14px
}

.udn-mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    height: 100vh;
    background: rgba(0,0,0,.9)
}

.menu-open.custom .udn-mask {
    visibility: visible;
    opacity: 1
}

.search-on .search-input {
    position: absolute;
    z-index: 11;
    right: 100%
}

.search-on .search-input, .search-on .search-mask {
    display: block
}

.search-on .member-button, .search-on .menu-toggler {
    position: relative;
    z-index: 11;
    color: #f9f9f9
}

.search-on .search-mask {
    position: absolute;
    width: 100%;
    height: 74px;
    background: rgba(0,0,0,.6);
    z-index: 10
}

@media screen and (max-width:767px) {
    .search-on .search-mask {
        height: 110px
    }
}

.toggle-active .toggle-mask {
    position: fixed;
    top: 0;
    z-index: 12;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.6)
}

.toggle-list__title {
    position: relative;
    box-sizing: border-box;
    border-bottom: 1px solid transparent;
    transition: all .3s linear
}

    .toggle-list__title.active, .toggle-list__title.on {
        color: #0061cc !important;
        border-bottom: 1px solid #0061cc
    }

.toggle-list__content {
    position: absolute;
    top: calc(100% + 1px);
    left: -80px;
    opacity: 0;
    z-index: 10;
    width: 200px;
    visibility: hidden;
    border-radius: 0 0 5px 5px;
    padding: 20px 10px 40px;
    background: #f9f9f9;
    transition: opacity .3s linear,visibility .3s linear;
    box-shadow: 2px 3px 5px rgba(0,0,0,.3)
}

@media screen and (max-width:1297px) {
    /*
    .toggle-list__content {
        width: 150px
    }
    */
}

.active .toggle-list__content {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s linear,visibility .3s linear
}

.toggle-list__content-items {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    color: #5d5d5d;
    cursor: pointer;
    display: block
}

@media(any-hover:hover) {
    .toggle-list__content-items:hover {
        color: #0061cc
    }
}

.navigation-fixed .navigation {
    display: flex;
    align-items: center
}

@media screen and (max-width:1297px) {
    .navigation-fixed .navigation {
        width: 970px
    }
}

.navigation-fixed .navigation-list {
    padding-bottom: 10px;
    cursor:pointer;
}

.navigation-fixed .navigation-wrapper {
    position: fixed;
    top: 0;
    z-index: 10;
    left: 50%;
    margin: 0;
    transform: translateX(-50%);
    border-bottom: 1px solid #efefef
}

    .navigation-fixed .navigation-wrapper:after, .navigation-fixed .navigation-wrapper:before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        border-bottom: 1px solid #efefef
    }

    .navigation-fixed .navigation-wrapper:after {
        left: 100%
    }

    .navigation-fixed .navigation-wrapper:before {
        right: 100%
    }

.navigation-fixed .navigation .home {
    margin-top: 5px;
    margin-right: 20px;
    padding-bottom: 0;
    position: relative;
    width: 30px;
    display: inline-block
}

    .navigation-fixed .navigation .home img {
        transform: scale(1);
        opacity: 1;
        width: 30px;
        height: auto;
        transition: opacity .3s linear,transform .3s linear
    }

.navigation-fixed .header .navigation-wrapper {
    max-width: 1100px;
}

@media screen and (max-width:1023px) {
    .navigation-fixed .navigation .home img {
        width: 30px;
        margin-left: 10px
    }
}

.navigation-fixed .navigation .home:before {
    content: "\21";
    font-family: fontello;
    position: absolute;
    top: -1px;
    left: 2px;
    z-index: -1;
    font-size: 25px;
    line-height: 25px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #e60113;
    transform: scale(0);
    opacity: 0;
    transition: all .5s linear
}

@media(any-hover:hover) {
    .navigation-fixed .navigation .home:hover:before {
        transform: scale(1);
        opacity: 1
    }

    .navigation-fixed .navigation .home:hover img {
        transform: scale(0);
        opacity: 0
    }
}

.btn.disabled {
    cursor: not-allowed;
    opacity: .8;
    background: hsla(0,0%,78%,.8)
}

.custom-menu {
    display: flex;
    flex-flow: row wrap;
    padding: 80px 0;
    max-height: 55vh
}

@media screen and (max-width:1297px) {
    .custom-menu {
        max-height: 70vh
    }
}

@media screen and (max-width:1023px) {
    .custom-menu {
        max-height: 80vh
    }
}

@media screen and (max-width:767px) {
    .custom-menu {
        max-height: 95vh;
        padding: 15px 0 30px
    }

        .custom-menu .context-box__header {
            width: calc(100% - 30px);
            align-items: flex-start
        }
}

.custom-menu .context-box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap
}

    .custom-menu .context-box__header h3 {
        margin: 0;
        padding-bottom: 2px
    }

.custom-menu__tools {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

@media screen and (max-width:767px) {
    .custom-menu__tools {
        flex-flow: column wrap;
        align-items: flex-end
    }
}

.custom-menu__tools .btn--customize:hover {
    color: #fff;
    background: #39c;
    border-color: transparent
}

.is-editing .custom-menu__tools .btn--customize {
    display: none
}

.custom-menu__tools .btn--customize:before {
    content: "\e8b7";
    font-family: fontello;
    display: inline-block;
    position: relative;
    left: -4px;
    transform: scale(1.2);
    margin-top: 1px;
    margin-bottom: -1px
}

.custom-menu__info {
    font-size: 12px;
    display: none
}

@media screen and (max-width:767px) {
    .custom-menu__info {
        order: 2
    }
}

.is-editing .custom-menu__info {
    display: inline-block
}

.custom-menu__wrapper {
    padding: 30px 0
}

@media screen and (max-width:767px) {
    .custom-menu__wrapper {
        padding: 10px 0
    }
}

.custom-menu__confirm {
    display: none
}

@media screen and (max-width:767px) {
    .custom-menu__confirm {
        order: 1
    }
}

.is-editing .custom-menu__confirm {
    display: flex
}

.custom-menu__confirm .btn {
    width: 90px;
    margin: 0 10px
}

@media screen and (max-width:767px) {
    .custom-menu__confirm .btn {
        margin: 0 5px;
        width: 80px
    }
}

@media screen and (max-width:320px) {
    .custom-menu__confirm .btn {
        width: 80px;
        font-size: 13px
    }
}

.custom-menu__confirm .btn:last-child {
    margin-right: 0
}

.custom-menu__confirm .btn-holder {
    padding-left: 10px
}

@media screen and (max-width:767px) {
    .custom-menu__confirm .btn-holder {
        padding: 0 0 10px
    }
}

.custom-menu__content {
    margin-bottom: 30px
}

.custom-menu--mobile, .custom-menu--sales {
    display: none
}

@media screen and (max-width:767px) {
    .custom-menu--mobile, .custom-menu--sales {
        display: flex
    }
}

.custom-menu--button {
    padding: 5px 20px;
    margin: 0 10px 15px;
    font-size: 16px
}

@media screen and (max-width:767px) {
    .custom-menu--button {
        margin: 0 6px 12px
    }
}

.custom-menu--button.draggable-source--placed {
    color: #fff;
    border-color: #39c;
    background: #39c;
    animation: pulse 1s cubic-bezier(.24,0,.38,1) forwards
}

.draggable-container--is-dragging .custom-menu--button {
    opacity: .6
}

    .draggable-container--is-dragging .custom-menu--button.draggable--original, .draggable-container--is-dragging .custom-menu--button.draggable-source--is-dragging, .draggable-container--is-dragging .custom-menu--button.draggable-source--placed {
        opacity: 1;
        color: #fff;
        border-color: #39c;
        background: #39c
    }

.is-editing .custom-menu--button {
    cursor: -webkit-grab;
    cursor: grab
}

.custom-menu--button-disabled {
    padding: 5px 20px;
    margin: 0 10px 15px
}

@media screen and (max-width:767px) {
    .custom-menu--button-disabled {
        margin: 0 6px 12px
    }
}

.custom-menu--button-disabled.disabled {
    color: #39c;
    border-color: rgba(47,118,170,.3);
    cursor: pointer;
    opacity: 1;
    background: #fff
}

    .custom-menu--button-disabled.disabled:hover {
        color: #e60113;
        border-color: rgba(214,73,55,.3)
    }

.is-editing .custom-menu--button-disabled {
    border-color: #000
}

.custom-menu--button__holder {
    padding: 15px 40px 0;
    border: 2px dashed transparent;
    position: relative;
    transition: all .3s linear;
    z-index: 1;
    min-height: 62px;
    display: flex;
    flex-flow: row wrap
}

@media screen and (max-width:767px) {
    .custom-menu--button__holder {
        padding: 15px 10px 0
    }
}

@media screen and (max-width:320px) {
    .custom-menu--button__holder {
        justify-content: space-evenly
    }
}

.custom-menu--button__holder:after {
    content: "";
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: hsla(0,0%,100%,.7);
    left: 0;
    top: 0;
    transition: opacity .3s linear,visibility .3s linear;
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    font-size: 30px;
    font-family: fontello
}

.draggable--is-dragging .custom-menu--button__holder:after {
    opacity: 1;
    visibility: visible
}

.draggable--is-dragging .draggable-container--over.custom-menu--button__holder:after {
    opacity: 0;
    visibility: hidden
}

.custom-menu--main .custom-menu--button__holder:after {
    content: "\73"
}

.custom-menu--button__holder:focus {
    outline: 0
}

.custom-menu--button__holder.drop-active, .is-editing .custom-menu--button__holder {
    background: #f9f9f9;
    border-color: #efefef
}

.custom-menu .context-box__title {
    display: inline-block;
    font-weight: 400;
    font-size: 22px;
    border-bottom: 1px solid #e60113;
    line-height: 1.4
}

.custom-menu .container {
    flex: inherit;
    width: calc(100% - 180px);
    margin: 0 auto;
    max-width: 1280px
}

@media screen and (max-width:767px) {
    .custom-menu .container {
        width: 100%;
        padding: 0 20px
    }
}

.custom-menu .close-btn {
    color: #7e7e7e;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 36px;
    height: 36px;
    font-size: 28px
}

@media screen and (max-width:767px) {
    .custom-menu .close-btn {
        font-size: 22px;
        right: 12px;
        top: 12px
    }
}

.custom-menu .close-btn:hover {
    color: #000
}

.custom-menu .close-btn i {
    pointer-events: none
}

.custom-menu .custom-menu__confirm .btn:last-child {
    margin-right: 0
}

.custom-menu .custom-menu__confirm .btn {
    width: 100px;
    margin: 0 10px
}

.custom-menu .custom-menu--mobile, .custom-menu .custom-menu--sales {
    display: none
}

@media screen and (max-width:767px) {
    .custom-menu .custom-menu--mobile, .custom-menu .custom-menu--sales {
        display: flex
    }
}

@media screen and (max-width:767px) and (max-width:320px) {
    .custom-menu .context-box__header {
        width: calc(100% - 40px)
    }
}

.btn {
    cursor: pointer;
    line-height: 1.25;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: 0
}

@media screen and (max-width:767px) {
    .btn {
        font-size: 1rem
    }
}

.btn-holder {
    display: flex
}

.btn--customize {
    width: 100px
}

.btn-border {
    border-width: 1px;
    border-style: solid;
    padding: 5px 10px
}

.btn-border, .custom-menu--button {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-menu--button {
    padding: 5px 0;
    width: 80px;
    margin: 0 10px 30px;
    font-size: 18px;
    will-change: transform;
    font-weight: 300;
    background: #fff
}

.btn-border--blue {
    color: #39c;
    border-color: rgba(47,118,170,.3)
}

    .btn-border--blue:visited {
        color: #39c;
        opacity: .9
    }

    .btn-border--blue:hover {
        color: #e60113;
        border-color: rgba(230,1,19,.3)
    }

.btn-blue {
    color: #fff;
    background: #39c
}

.btn-border--grey {
    color: #9e9e9e;
    border-color: hsla(0,0%,63.5%,.3);
    background-color: #fff
}

.is-editing .custom-menu--button-disabled {
    pointer-events: none;
    opacity: .5;
    color: #000;
    border-color: #7e7e7e;
    background: 0 0
}

.is-editing .custom-menu--button__holder {
    background: #efefef;
    border-color: #dedede
}

.tag {
    position: relative
}

    .tag:before {
        content: attr(data-tag);
        display: inline-flex;
        justify-content: center;
        padding: 0 0 0 6px;
        margin: 0 8px 0 0;
        width: 48px;
        height: 18px;
        font-size: 13px;
        font-weight: 300;
        line-height: 1.4;
        background: #302f2f;
        color: #fff;
        vertical-align: top
    }

@media screen and (max-width:767px) {
    .tag:before {
        margin: 0 4px 0 0
    }
}

.tag:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 6px;
    height: 18px;
    z-index: 2
}

.tag-video:after, .tag:after {
    background: #a460ff
}

.tag-plan:after {
    background: #64c8c0
}

.tag-update:after {
    background: #f78551
}

.tag-table:after {
    background: #30aefc
}

.tag-new:after {
    background: #e60113
}

body .udn-ads {
    overflow: hidden
}

body .mobile-ads {
    display: none
}

@media screen and (max-width:767px) {
    body .mobile-ads {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

body .udn-ads-1280x250, body .udn-ads-1280x300 {
    display: flex;
    justify-content: center;
    align-items: center
}

@media screen and (max-width:1023px) {
    body .udn-ads-1280x250, body .udn-ads-1280x300 {
        display: none
    }
}

body .udn-ads-1280x250, body .udn-ads-1280x300 {
    min-width: 1280px
}

@media screen and (max-width:1297px) {
    body .udn-ads-1280x250 {
        margin-left: -165px
    }
}

@media screen and (max-width:1024px) {
    body .udn-ads-1280x250 {
        margin-left: 0
    }
}

body .udn-ads-300x250 {
    min-width: 300px
}

@media screen and (max-width:767px) {
    body .udn-ads-300x250--border {
        margin: 30px auto;
        padding: 30px 0;
        border-top: 1px solid #efefef;
        border-bottom: 1px solid #efefef
    }
}

@media screen and (max-width:1023px) {
    body .udn-ads-300x250--top {
        margin-top: 30px
    }
}

@media screen and (max-width:1023px) {
    body .udn-ads-300x250--bottom {
        margin-bottom: 30px
    }
}

body .udn-ads-300x100, body .udn-ads-300x600 {
    min-width: 300px
}

body .udn-ads-970x90, body .udn-ads-970x250 {
    min-width: 970px
}

@media screen and (max-width:1023px) {
    body .udn-ads-970x90, body .udn-ads-970x250 {
        display: none
    }
}

body .ads-belt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 250px;
    background: #f2f4f5;
    max-width: 1250px !important;
}

@media screen and (max-width:1023px) {
    body .ads-belt > .mobile-ads {
        display: flex
    }
}

@media screen and (max-width:1023px) {
    body .ads-belt > .udn-ads-970x90 {
        display: none
    }
}

@media screen and (max-width:767px) {
    body .ads-belt {
        display: none
    }
}

@media screen and (max-width:1023px) {
    body .desktop-ads {
        display: none
    }
}

@media screen and (max-width:1023px) {
    body .subcate-list__wrapper .mobile-ads {
        display: flex
    }
}

body .subcate-list__wrapper #ads-inline {
    margin-bottom: 30px
}

.breaking-news {
    display: flex;
    margin: 0;
    overflow: hidden;
    width: calc(50% - 55px)
}

@media screen and (max-width:767px) {
    .breaking-news {
        width: 240px
    }

        .breaking-news:nth-child(3) {
            display: none
        }
}

@media screen and (max-width:320px) {
    .breaking-news {
        width: 200px
    }
}

.breaking-news a {
    display: inline-flex
}

.breaking-news__wrapper {
    width: 100%;
    background: #f9f9f9;
    padding: 10px 0;
    overflow: hidden
}

.breaking-news__container {
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    width: 100%;
    max-width: 1280px;
    max-height: 30px;
    overflow: hidden;
    margin: 0 auto
}

@media screen and (max-width:1297px) {
    .breaking-news__container {
        max-width: 970px;
        max-height: 60px
    }
}

@media screen and (max-width:1023px) {
    .breaking-news__container {
        max-width: 970px;
        margin: 0 15px
    }
}

@media screen and (max-width:767px) {
    .breaking-news__container {
        align-items: center
    }
}

.breaking-news__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 0 8px;
    margin: 0 20px 0 0;
    width: 72px;
    height: 26px;
    background: #302f2f;
    color: #fff
}

    .breaking-news__icon:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 8px;
        height: 26px;
        background: #e60113
    }

.breaking-news__title {
    width: 470px;
    padding-top: 3px;
    font-weight: 400;
    font-size: 20px;
    color: #e60113;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    line-height: 1.3
}

@media screen and (max-width:1297px) {
    .breaking-news__title {
        width: 400px
    }
}

@media screen and (max-width:1023px) {
    .breaking-news__title {
        width: 300px
    }
}

@media screen and (max-width:767px) {
    .breaking-news__title {
        height: 24px;
        width: 240px;
        height: 100%;
        max-height: 60px;
        display: inline-block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }
}

@media screen and (max-width:320px) {
    .breaking-news__title {
        width: 200px
    }
}

.footer {
    background: #222;
    color: #707070
}

    .footer a {
        color: #fff
    }

.overlay-menu .footer {
    margin-top: 40px
}

@media screen and (max-width:767px) {
    .overlay-menu .footer {
        margin-top: 0
    }
}

.footer .container {
    padding: 60px 0 20px
}

@media screen and (max-width:767px) {
    .footer .container {
        padding: 30px 0
    }
}

.footer-social {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
    margin: 30px 0 50px
}

@media screen and (max-width:1023px) {
    .footer-social {
        margin: 30px 0 40px
    }
}

.footer-social .btn-social {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 28px;
    height: 28px;
    margin: 0 20px;
    color: #707070;
    font-size: 35px;
    transition: color .3s linear
}

@media screen and (max-width:767px) {
    .footer-social .btn-social {
        margin: 0 20px
    }
}

.footer-social .btn-social:hover {
    color: rgba(230,1,19,.3)
}

.footer-social .btn-social.pwa-install {
    display: none
}

@media screen and (max-width:767px) {
    .footer-social .btn-social.pwa-install.show {
        display: none
    }
}

.footer-note {
    padding-top: 20px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5
}

.footer-note__wrapper {
    display: inline-flex;
    margin-left: 20px
}

@media screen and (max-width:1023px) {
    .footer-note__wrapper {
        display: inline-block
    }
}

.footer-note__wrapper a:hover {
    color: #0061cc;
    text-decoration: underline
}

.footer-note__link {
    padding: 0 20px;
    border-right: 1px solid #707070
}

@media screen and (max-width:1023px) {
    .footer-note__link {
        width: 220px;
        margin-bottom: 10px;
        border-right: 1px solid transparent;
        display: flex;
        -ms-grid-column-align: center;
        justify-self: center
    }
}

.footer-note__link h5, .footer-note__link p {
    margin: 0;
    font-weight: 300;
    text-align: center
}

.footer-note__link h5 {
    font-size: 15px
}

.footer-note__link p {
    font-size: 13px
}

@media screen and (max-width:1023px) {
    .footer-note__link p {
        margin-left: 5px
    }
}

.footer-note__link:last-child {
    border-right: 0
}

.footer-word {
    margin: 10px 0;
    font-size: 12px;
    padding: 5px 0;
    text-align: center
}

#gotop {
    position: fixed;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 100px;
    padding: 0;
    right: 30px;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0,-100%,0);
    transition: all .3s linear;
    z-index: 10;
    box-shadow: 0 1px 3px rgba(0,0,0,.12),0 1px 2px rgba(0,0,0,.24);
    color: #fff;
    background: #e60113;
    cursor: pointer
}

@media screen and (max-width:767px) {
    #gotop {
        right: 10px;
        bottom: 50px
    }
}

#gotop.show {
    transform: translateZ(0);
    opacity: 1;
    visibility: visible
}

#gotop i {
    font-size: 22px;
    font-weight: 500;
    position: relative;
    top: -4px
}

@media print {
    #idle, .custom-menu, .discuss-board, .facebook-comment, .navigation-list.navigation-fixed.home, .overlay-menu, .udn-ads, .udn-overlay, .wrapper-side {
        display: none !important
    }

    .wrapper-left {
        width: 100% !important
    }

    .toggle-list__title {
        white-space: nowrap !important
    }
}

.udn-tab {
    width: 235px;
    position: relative;
    height: 835px
}

@media screen and (max-width:1297px) {
    .udn-tab {
        width: 260px
    }
}

@media screen and (max-width:1023px) {
    .udn-tab {
        width: 280px;
        height: auto
    }
}

@media screen and (max-width:767px) {
    .udn-tab {
        width: 100%;
        padding: 0 15px
    }
}

.udn-tab .tab-link {
    color: #000
}

.udn-tab .content-box {
    position: absolute;
    display: flex;
    flex-flow: row wrap;
    z-index: 1
}

@media screen and (max-width:767px) {
    .udn-tab .content-box {
        width: 100%;
        position: relative
    }
}

.udn-tab .content-box .mobile-header {
    display: none
}

@media screen and (max-width:767px) {
    .udn-tab .content-box .mobile-header {
        display: block
    }
}

@media screen and (max-width:767px) {
    .udn-tab .content-box .mobile-header .udn-tab__title {
        border-bottom: 1px solid #e60113
    }
}

@media screen and (max-width:767px) {
    .udn-tab .content-box__header {
        display: none
    }
}

.udn-tab .content-box__more {
    align-items: flex-end;
    display: flex;
    margin-top: 5px
}

@media screen and (max-width:767px) {
    .udn-tab .content-box__more {
        margin-bottom: 30px
    }
}

.udn-tab .content-box__header__wrap {
    display: flex;
    height: 33px;
    box-sizing: border-box;
    border-bottom: 1px solid #efefef
}

.udn-tab .content-box__title {
    position: relative;
    margin: 0;
    height: 100%;
    font-size: 22px;
    font-weight: 400
}

    .udn-tab .content-box__title a {
        color: #555960
    }

    .udn-tab .content-box__title.active:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 1px;
        left: 0;
        bottom: -1px;
        border-bottom: 1px solid #e60113
    }

@media screen and (max-width:767px) {
    .udn-tab .content-box__title.active:before {
        display: none
    }
}

.udn-tab .content-box__title.active a {
    color: #000
}

    .udn-tab .content-box__title.active a:hover {
        color: #0061cc
    }

.udn-tab .content-box.hide {
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

@media screen and (max-width:767px) {
    .udn-tab .content-box.hide {
        visibility: visible;
        opacity: 1;
        z-index: 1
    }
}

.udn-tab .content-box a {
    flex-flow: column wrap
}

    .udn-tab .content-box a:hover {
        color: #0061cc
    }

.udn-tab .content-box__content {
    width: 100%
}

.udn-tab .content-box .tab-link {
    padding: 15px 0;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #efefef
}

@media screen and (max-width:1297px) {
    .udn-tab .content-box .tab-link {
        padding: 15px 0 10px
    }
}

@media screen and (max-width:767px) {
    .udn-tab .content-box .tab-link {
        width: 100%;
        display: inline-flex;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 15px 0
    }
}

.udn-tab .content-box .tab-link.mobile-ads {
    display: none
}

@media screen and (max-width:767px) {
    .udn-tab .content-box .tab-link.mobile-ads {
        display: inline-flex
    }
}

@media screen and (max-width:767px) {
    .udn-tab .content-box .tab-link .tab-text {
        margin-left: 10px;
        display: inline-flex;
        flex-direction: column;
        justify-content: space-between;
        width: calc(100% - 120px)
    }
}

.udn-tab .content-box .tab-link__note {
    font-weight: 300
}

.udn-tab .content-box .tab-link .story-list__view, .udn-tab .content-box .tab-link__note {
    font-size: 14px;
    color: #879095
}

.udn-tab .content-box .tab-link__title {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100%;
    height: 48px;
    font-size: 18px;
    line-height: 24px
}

@media screen and (max-width:767px) {
    .udn-tab .content-box .tab-link__title {
        display: inline-block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        line-height: 1.3;
        height: 3.9em;
        font-size: 19px
    }
}

.udn-tab .content-box .tab-link__title span:before {
    content: " "
}

.udn-tab .content-box .tab-link img {
    display: none
}

@media screen and (max-width:767px) {
    .udn-tab .content-box .tab-link img {
        display: inline-block;
        width: 146px;
        height: 97px
    }
}

.udn-tab .content-box .tab-link .tag-image {
    width: 48px;
    height: 18px;
    vertical-align: top;
    display: inline-block;
    transform: translateY(4px)
}

.udn-tab .content-box .tab-link:nth-of-type(n+9) {
    display: none
}

@media screen and (max-width:1023px) {
    .udn-tab .content-box .tab-link:nth-of-type(n+9) {
        display: inline-flex
    }
}

@media screen and (max-width:1023px) {
    .udn-tab .content-box .tab-link:nth-child(n+11) {
        display: none
    }
}

@media screen and (max-width:1023px) and (max-width:767px) {
    .udn-tab .content-box .tab-link:nth-child(n+11) {
        display: inline-flex
    }

    .udn-tab .content-box .tab-link.mobile-ads {
        display: inline-block
    }
}

.udn-tab .content-box__title + .content-box__title {
    margin-left: 30px;
    text-align: center
}

.main-news__story a:hover {
    color: #0061cc
}

@media screen and (max-width:767px) {
    .main-news__story-more {
        align-items: flex-end;
        margin-top: 5px;
        width: 100%;
        font-size: 1rem;
        margin-bottom: 30px;
        flex-flow: column wrap
    }
}

.main-news__story-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0
}

    .main-news__story-title .read-more {
        display: block
    }

@media screen and (max-width:767px) {
    .main-news__story-title .read-more {
        display: none
    }
}

.main-news__story-title h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2;
    border-bottom: 1px solid #e60113;
    padding: 0 5px 5px 0;
    margin: 0
}

.main-news__story-content {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -25px;
    font-size: 20px;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .main-news__story-content {
        margin-bottom: 0
    }
}

.main-news__story-content .read-more {
    display: none
}

@media screen and (max-width:767px) {
    .main-news__story-content .read-more {
        display: flex
    }
}

.main-news__story-link {
    display: flex;
    width: 336px;
    color: #000;
    margin-bottom: 25px
}

@media screen and (max-width:1297px) {
    .main-news__story-link {
        margin-bottom: 30px
    }
}

@media screen and (max-width:1023px) {
    .main-news__story-link {
        width: 450px
    }
}

@media screen and (max-width:767px) {
    .main-news__story-link {
        margin-bottom: 0;
        padding: 15px 0;
        border-bottom: 1px solid #efefef
    }
}

.main-news__story-link.ad {
    display: none
}

@media screen and (max-width:767px) {
    .main-news__story-link.ad {
        display: flex
    }
    .main-news__story-link__date {
        display:none;
    }
}

.main-news__story-article_heading,.main-news__story-link__title  {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    /* height: 48px; */
    line-height: 24px;
}
.main-news__story-article_heading,.main-news__story-link__title {
    height: auto;
    margin-bottom:10px;

}

.main-news__story-article_heading {
    font-size: 22px;
    font-weight: 400;
    color: #000;
}

.main-news__story-link__title {
    font-size: 16px;
}
.main-news__story-link__date {
    font-size: 16px
}
.main-news__story-thumb {
    width:300px;
    margin: 0 auto;
    margin-bottom:20px;
    border: 1px solid #c3c3c3;
}

.main-news__story-thumb img {
    width: 100%;
    padding-top: -5px;
}

@media screen and (max-width:767px) {
    .main-news__story-article_heading {
        font-size: 19px;
        line-height: 1.3;
        height: auto;
    }
    .main-news__story-link__title, .main-news__story-link__date {
        font-size: 16px;
        line-height: 1.3;
        height: 2.6em
    }
}

.main-news__story-link img {
    width: 120px;
    height: 80px;
    flex-shrink: 0
}

@media screen and (max-width:1297px) {
    .main-news__story-link img {
        width: 146px;
        height: 97px
    }
}

.main-news__story-link .tag-image {
    width: 48px;
    height: 18px;
    vertical-align: top;
    display: inline-block;
    transform: translateY(4px)
}

.main-news__story-link:nth-of-type(n+7) {
    display: none
}

@media screen and (max-width:767px) {
    .main-news__story-link:nth-of-type(n+7) {
        display: flex
    }
}

@media screen and (max-width:767px) {
    .main-news__story-link:nth-child(n+11) {
        display: none
    }
}

[v-cloak] {
    text-indent: 101%;
    white-space: nowrap;
    overflow: hidden
}

    [v-cloak] .slide-section, [v-cloak] .slider-controls {
        display: none
    }

.cate-news__slider, .main-news__slider, .udn-slider {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer
}

.cate-news__slider {
    height: 640px
}

@media screen and (max-width:1297px) {
    .cate-news__slider {
        height: auto
    }
}

@media screen and (max-width:767px) {
    .cate-news__slider {
        height: 230px
    }
}

.udn-slider {
    background-size: cover;
    background-position: 0 0
}

    .udn-slider .slide {
        position: relative;
        display: inline-flex;
        box-sizing: border-box;
        width: 700px;
        height: 466px
    }

@media screen and (max-width:1023px) {
    .udn-slider .slide {
        width: 740px;
        height: 500px
    }
}

@media screen and (max-width:767px) {
    .udn-slider .slide {
        width: 100%;
        height: 230px
    }
}

.udn-slider .slide img {
    width: 100%;
    height: 466px
}

@media screen and (max-width:1023px) {
    .udn-slider .slide img {
        height: 500px
    }
}

@media screen and (max-width:767px) {
    .udn-slider .slide img {
        height: 230px
    }
}

.udn-slider .slide-divider {
    display: flex
}

@media screen and (max-width:767px) {
    .udn-slider .slide-divider {
        margin-bottom: 0;
        display: none
    }
}

.udn-slider .slide-divider h3 {
    display: flex;
    align-items: center;
    width: 50%;
    margin: 0
}

    .udn-slider .slide-divider h3:first-child {
        padding-right: 10px
    }

    .udn-slider .slide-divider h3:before {
        content: "\e803";
        font-size: 12px;
        color: #e60113;
        margin: 10px 5px 0 0;
        font-family: fontello;
        font-style: normal;
        font-weight: 400;
        display: inline-block
    }

.udn-slider .slide-divider a {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.udn-slider .slide-links {
    position: absolute;
    box-sizing: border-box;
    padding: 35px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.7) 40%,#000)
}

@media screen and (max-width:767px) {
    .udn-slider .slide-links {
        padding: 25px 25px 25px 30px;
        margin-bottom: 0
    }
}

.udn-slider .slide-links h2 {
    font-size: 32px;
    margin: 0;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 1rem;
    font-weight: 500
}

@media screen and (max-width:767px) {
    .udn-slider .slide-links h2 {
        display: inline-block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 24px;
        white-space: normal;
        height: 3em
    }
}

.udn-slider .slide-links a {
    color: #fff
}

.udn-slider .slider-controls .left-arrow, .udn-slider .slider-controls .right-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 35px;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-shadow: 0 0 5px #000;
    height: 100%;
    display: flex;
    align-items: center
}

.udn-slider .slider-controls .right-arrow {
    right: 0;
    padding-left: 10px
}

.udn-slider .slider-controls .left-arrow {
    left: 0;
    padding-right: 10px
}

.udn-slider .slider-dot {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 5px
}

@media screen and (max-width:767px) {
    .udn-slider .slider-dot {
        padding-bottom: 0
    }
}

.udn-slider .slider-dot span {
    display: inline-block;
    position: relative;
    cursor: pointer;
    padding: 10px
}

    .udn-slider .slider-dot span:hover:after {
        background: red
    }

    .udn-slider .slider-dot span:after {
        content: "";
        position: absolute;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #fff;
        left: 10px;
        top: 0
    }

    .udn-slider .slider-dot span.active:after {
        background: red
    }

.slide-section {
    position: relative;
    width: 100%;
    height: 100%
}

    .slide-section iframe {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 1
    }

[v-cloak] {
    visibility: hidden
}

.udn-slider.udn-slider-index {
    max-width: 1280px;
    width: 100%;
    height: 320px
}

@media screen and (max-width:1297px) {
    .udn-slider.udn-slider-index {
        max-width: 970px;
        height: auto
    }
}

@media screen and (max-width:1297px) {
    .udn-slider-index.udn-slider .slide {
        height: 250px
    }
}

.udn-slider-index.udn-slider .slide .context-box__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px
}

@media screen and (max-width:1297px) {
    .udn-slider-index.udn-slider .slide .context-box__header {
        margin-bottom: 25px
    }
}

.udn-slider-index.udn-slider .slide .context-box__header .context-box__more {
    color: #555960
}

.udn-slider-index.udn-slider .slide .context-box__header .context-box__title {
    margin: 0;
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #e60113;
    line-height: 1.4
}

    .udn-slider-index.udn-slider .slide .context-box__header .context-box__title a {
        color: #000
    }

.udn-slider-index.udn-slider .slide .slide-info {
    width: calc(100% - 480px);
    padding: 70px;
    background: #fff;
    max-height: 320px
}

@media screen and (max-width:1297px) {
    .udn-slider-index.udn-slider .slide .slide-info {
        width: calc(100% - 385px);
        padding: 20px 40px 40px 25px
    }
}

.udn-slider-index.udn-slider .slide .context-box__content {
    color: #000
}

    .udn-slider-index.udn-slider .slide .context-box__content h3 {
        font-weight: 400
    }

@media screen and (max-width:1297px) {
    .udn-slider-index.udn-slider .slide .context-box__title {
        font-size: 18px
    }
}

.udn-slider-index.udn-slider .slide h3 {
    font-size: 35px;
    margin: 0;
    line-height: 1.3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media screen and (max-width:1297px) {
    .udn-slider-index.udn-slider .slide h3 {
        margin-bottom: 20px;
        font-size: 30px
    }
}

.udn-slider-index.udn-slider .slide p {
    font-size: 15px;
    color: #7e7e7e;
    line-height: 1.4;
    max-height: 4.2em;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden
}

@media screen and (max-width:1297px) {
    .udn-slider-index.udn-slider .slide p {
        -webkit-line-clamp: 2;
        max-height: 2.8em
    }
}

.udn-slider-index .slide-image {
    width: 480px;
    height: 320px
}

@media screen and (max-width:1297px) {
    .udn-slider-index .slide-image {
        width: 350px;
        height: 235px
    }
}

.udn-slider-index .slide-image img {
    font-family: "object-fit: cover";
    -o-object-fit: cover;
    object-fit: cover;
    height: auto
}

.udn-slider-index .slider-controls .right-arrow {
    color: #879095;
    text-shadow: none
}

.udn-slider-index .slider-controls .left-arrow, .udn-slider-index .slider-controls .right-arrow {
    font-size: 40px
}

.udn-slider-index .slider-dot {
    width: calc(100% - 480px);
    right: 0;
    left: inherit;
    bottom: 35px
}

@media screen and (max-width:1297px) {
    .udn-slider-index .slider-dot {
        width: 100%;
        bottom: 0
    }
}

@media screen and (max-width:1023px) {
    .udn-slider-index .slider-dot {
        width: calc(100% - 385px)
    }
}

.udn-slider-index .slider-dot span:after {
    background: #bebebe
}

.udn-slider-index .udn-slider-index .slider-dot:after {
    background: #879095
}

.belt-tablet {
    width: 100%;
    overflow: hidden;
    background: #fff
}

@media screen and (max-width:767px) {
    .belt-tablet {
        padding: 40px 0
    }
}

.belt-tablet__box {
    overflow-x: auto;
    overflow-y: hidden
}

    .belt-tablet__box::-webkit-scrollbar {
        display: none
    }

.belt-tablet__content {
    width: auto;
    display: inline-flex;
    flex-wrap: nowrap
}

.belt-tablet__content-list {
    display: flex;
    flex-wrap: wrap;
    width: 300px;
    margin-right: 20px
}

@media screen and (max-width:767px) {
    .belt-tablet__content-list {
        width: 150px
    }
}

.belt-tablet__content-link img {
    width: 100%;
    height: 200px
}

@media screen and (max-width:767px) {
    .belt-tablet__content-link img {
        height: 100px
    }
}

.belt-tablet__content-text {
    width: 100%;
    margin: 20px 0;
    font-size: 18px;
    line-height: 24px;
    height: 48px;
    color: #000;
    font-weight: 300;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media screen and (max-width:767px) {
    .belt-tablet__content-text {
        height: 72px;
        margin: 10px 0;
        display: inline-block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        font-weight: 400
    }
}

@media screen and (max-width:767px) and (max-width:767px) {
    .belt-tablet__content-text {
        font-size: 19px;
        height: 3.9em;
        line-height: 1.3
    }
}

.belt-tablet__content-intro {
    width: 100%;
    display: flex;
    justify-content: flex-start
}

    .belt-tablet__content-intro a {
        font-size: 15px;
        color: #707070
    }

.main-content {
    width: 100%;
    padding-bottom: 80px;
    margin-top: 20px
}

@media screen and (max-width:1297px) {
    .main-content {
        padding-bottom: 60px
    }
}

@media screen and (max-width:1023px) {
    .main-content {
        padding-bottom: 0
    }
}

.main-content .container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto
}

@media screen and (max-width:1297px) {
    .main-content .container {
        max-width: 970px
    }
}

@media screen and (max-width:1023px) {
    .main-content .container {
        max-width: 740px
    }
}

@media screen and (max-width:767px) {
    .main-content .container {
        max-width: 100%
    }
}

.main-content .ads-wrapper {
    margin: 20px 0
}

.main-news {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "left right";
    width: 100%
}

@media screen and (max-width:1023px) {
    .main-news {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-areas: "left"
    }
}

.main-news__content {
    -ms-grid-row: 1;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 258px 700px;
    grid-template-columns: 258px 700px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "now main" "now news";
    width: 100%;
    box-sizing: border-box;
    grid-area: left;
    -ms-grid-column: 1;
    grid-column: 1
}

.cate-list__wrapper > .main-news__content, .story-list__wrapper > .main-news__content, .video-slider__wrapper > .main-news__content {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

@media screen and (max-width:1297px) {
    .main-news__content {
        -ms-grid-columns: 300px 360px;
        grid-template-columns: 300px 360px;
        grid-template-areas: "main main" "now news";
        width: 660px
    }
}

@media screen and (max-width:1023px) {
    .main-news__content {
        width: 100%;
        -ms-grid-columns: 310px 430px;
        grid-template-columns: 310px 430px;
        grid-template-areas: "main main" "now news"
    }
}

@media screen and (max-width:767px) {
    .main-news__content {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-template-areas: "main" "now" "news"
    }
}

.main-news__tab {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-span: 2;
    grid-area: now
}

@media screen and (max-width:1297px) {
    .main-news__tab {
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column-span: 2;
        grid-area: now;
        margin-top: 40px
    }
}

@media screen and (max-width:1023px) {
    .main-news__tab {
        margin-top: 30px
    }
}

@media screen and (max-width:767px) {
    .main-news__tab {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 2;
        grid-row: 2
    }
}

.main-news__slider {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
    grid-area: main
}

@media screen and (max-width:1297px) {
    .main-news__slider {
        -ms-grid-column: 2;
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1;
        grid-area: main;
        -ms-grid-row-span: 2
    }
}

@media screen and (max-width:767px) {
    .main-news__slider {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 1;
        grid-row: 1
    }
}

.main-news__story {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    grid-area: news
}

@media screen and (max-width:1297px) {
    .main-news__tab {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }

    .main-news__slider {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }

    .main-news__story {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }
}

@media screen and (max-width:1023px) {
    .main-news__tab {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }

    .main-news__slider {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2
    }

    .main-news__story {
        -ms-grid-row: 2;
        -ms-grid-column: 2
    }
}

@media screen and (max-width:767px) {
    .main-news__tab {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1
    }

    .main-news__slider {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1
    }

    .main-news__story {
        -ms-grid-row: 3;
        -ms-grid-column: 1
    }
}

@media screen and (max-width:1297px) {
    .main-news__story {
        -ms-grid-column: 2;
        grid-column: 2;
        -ms-grid-row: 2;
        grid-row: 2;
        margin-top: 20px
    }
}

@media screen and (max-width:1023px) {
    .main-news__story {
        margin-top: 10px
    }
}

@media screen and (max-width:767px) {
    .main-news__story {
        -ms-grid-column: 1;
        grid-column: 1;
        -ms-grid-row: 4;
        grid-row: 4
    }
}

.main-news__story .udn-ads-300x100 {
    display: none;
    width: 100%;
    color: #000;
    margin-bottom: 25px
}

@media screen and (max-width:767px) {
    .main-news__story .udn-ads-300x100 {
        display: flex;
        margin: 0;
        padding: 15px 0;
        justify-content: center
    }
}

.main-news__slider, .slide-holder {
    height: 466px
}

@media screen and (max-width:1297px) {
    .main-news__slider, .slide-holder {
        height: auto
    }
}

@media screen and (max-width:767px) {
    .main-news__slider, .slide-holder {
        height: 230px
    }
}

.slide-holder {
    display: flex
}

.right-side {
    grid-area: right;
    grid-column: 2;
    position: relative
}

.cate-list__wrapper > .right-side, .right-side, .story-list__wrapper > .right-side, .video-slider__wrapper > .right-side {
    -ms-grid-row: 1;
    -ms-grid-column: 2
}

@media screen and (max-width:1023px) {
    .right-side {
        display: none
    }
}

.right-side .udn-ads {
    margin: 0
}

    .right-side .udn-ads + .udn-ads {
        margin-top: 45px
    }

.right-side .container-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
    right: 0;
    height: auto
}

.cate-list {
    background: #f9f9f9
}

.cate-list__wrapper, .story-list__wrapper, .video-slider__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 300px;
    grid-template-columns: 1fr 300px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-template-areas: "left right";
    width: 1280px;
    padding: 50px 0;
    margin: 0 auto
}

@media screen and (max-width:1297px) {
    .cate-list__wrapper, .story-list__wrapper, .video-slider__wrapper {
        -ms-grid-columns: 700px 300px;
        grid-template-columns: 700px 300px;
        padding: 45px 0;
        width: 1000px
    }
}

@media screen and (max-width:1023px) {
    .cate-list__wrapper, .story-list__wrapper, .video-slider__wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
        grid-template-areas: "left";
        width: 740px
    }

        .cate-list__wrapper > .main-news__content, .story-list__wrapper > .main-news__content, .video-slider__wrapper > .main-news__content {
            -ms-grid-row: 1;
            -ms-grid-column: 1
        }
}

@media screen and (max-width:767px) {
    .cate-list__wrapper, .cate-list__wrapper .cate-list__container .cate-list__title, .story-list__wrapper, .story-list__wrapper .cate-list__container .cate-list__title, .video-slider__wrapper, .video-slider__wrapper .cate-list__container .cate-list__title {
        width: 100%
    }
}

.cate-list__container, .story-list__container, .video-slider__container {
    -ms-grid-row: 1;
    grid-area: left;
    -ms-grid-column: 1;
    grid-column: 1
}

.cate-list__wrapper > .cate-list__container, .cate-list__wrapper > .story-list__container, .cate-list__wrapper > .video-slider__container, .story-list__wrapper > .cate-list__container, .story-list__wrapper > .story-list__container, .story-list__wrapper > .video-slider__container, .video-slider__wrapper > .cate-list__container, .video-slider__wrapper > .story-list__container, .video-slider__wrapper > .video-slider__container {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.cate-list__container .cate-list__content-big, .story-list__container .cate-list__content-big, .video-slider__container .cate-list__content-big {
    margin-right: 30px
}

@media screen and (max-width:767px) {
    .cate-list__container .cate-list__content-big, .story-list__container .cate-list__content-big, .video-slider__container .cate-list__content-big {
        width: 100%;
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .cate-list__container .cate-list__content-big .cate-list__link img, .story-list__container .cate-list__content-big .cate-list__link img, .video-slider__container .cate-list__content-big .cate-list__link img {
        height: 230px;
        width: calc(100% + 30px);
        margin: 0 -15px
    }
}

.cate-list__container .cate-list__content-big .cate-list__link__title, .story-list__container .cate-list__content-big .cate-list__link__title, .video-slider__container .cate-list__content-big .cate-list__link__title {
    font-weight: 400;
    font-size: 20px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    height: 48px
}

@media screen and (max-width:767px) {
    .cate-list__container .cate-list__content-big .cate-list__link__title, .story-list__container .cate-list__content-big .cate-list__link__title, .video-slider__container .cate-list__content-big .cate-list__link__title {
        width: 100%;
        font-size: 19px;
        height: auto;
        line-height: 1.3;
        margin: 10px 0
    }
}

@media screen and (max-width:1023px) {
    .cate-list__container .cate-list__content-small .cate-list__link, .story-list__container .cate-list__content-small .cate-list__link, .video-slider__container .cate-list__content-small .cate-list__link {
        width: 315px
    }
}

@media screen and (max-width:767px) {
    .cate-list__container .cate-list__content-small .cate-list__link, .story-list__container .cate-list__content-small .cate-list__link, .video-slider__container .cate-list__content-small .cate-list__link {
        width: 100%
    }
}

.cate-list .ads-insert, .story-list .ads-insert, .video-slider .ads-insert {
    -ms-grid-row: 1;
    grid-area: right;
    -ms-grid-column: 2;
    grid-column: 2
}

@media screen and (max-width:1023px) {
    .cate-list__container, .cate-list__wrapper > .cate-list__container, .cate-list__wrapper > .story-list__container, .cate-list__wrapper > .video-slider__container, .main-news__content, .story-list__container, .story-list__wrapper > .cate-list__container, .story-list__wrapper > .story-list__container, .story-list__wrapper > .video-slider__container, .video-slider__container, .video-slider__wrapper > .cate-list__container, .video-slider__wrapper > .story-list__container, .video-slider__wrapper > .video-slider__container {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }
}

@media screen and (max-width:1023px) {
    .cate-list .ads-insert, .story-list .ads-insert, .video-slider .ads-insert {
        display: none
    }
}

.cate-list .ads-insert .udn-ads + .udn-ads, .story-list .ads-insert .udn-ads + .udn-ads, .video-slider .ads-insert .udn-ads + .udn-ads {
    margin-top: 30px
}

.cate-list + .cate-list .cate-list__wrapper {
    border-top: 1px solid #dedede
}

@media screen and (max-width:767px) {
    .cate-list + .cate-list .cate-list__wrapper {
        border-top: 1px solid transparent
    }
}

.cate-list .ads-insert {
    margin-top: 50px
}

.cate-lists-3 .cate-lists__content-big {
    margin-right: 30px
}

    .cate-lists-3 .cate-lists__content-big:nth-child(3n) {
        margin-right: 0
    }

@media screen and (max-width:1297px) {
    .cate-lists-3 .cate-lists__content-big:nth-child(3n) {
        margin-right: 30px
    }

    .cate-lists-3 .cate-lists__content-big:nth-child(2n) {
        margin-right: 0
    }

    .cate-lists-3 .cate-lists__content-big:nth-child(n+5) {
        display: none
    }
}

@media screen and (max-width:1023px) {
    .cate-lists-3 .cate-lists__content-big {
        width: 220px
    }

        .cate-lists-3 .cate-lists__content-big:nth-child(n+5) {
            display: flex
        }
}

.belt-slider {
    height: 480px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 55px
}

@media screen and (max-width:1023px) {
    .belt-slider {
        height: 435px;
        padding: 0 15px
    }
}

@media screen and (max-width:767px) {
    .belt-slider {
        height: 300px;
        padding: 0 20px
    }
}

.belt-slider .belt-tablet {
    display: none
}

@media screen and (max-width:1023px) {
    .belt-slider .belt-tablet {
        display: inline-block
    }
}

@media screen and (max-width:1023px) {
    .belt-slider .udn-slider-index {
        display: none
    }
}

.story-list {
    background: #f9f9f9;
    padding-bottom: 30px
}

@media screen and (max-width:767px) {
    .story-list {
        padding-bottom: 0
    }
}

@media screen and (max-width:1297px) {
    .story-list .story-list__wrapper {
        width: 100%;
        display: block
    }
}

@media screen and (max-width:767px) {
    .story-list .story-list__wrapper {
        padding: 40px 15px
    }
}

@media screen and (max-width:1297px) {
    .story-list .ads-insert {
        display: none
    }
}

@media screen and (max-width:1297px) {
    .story-list__container {
        margin: 0 auto
    }
}

.video-slider {
    background: #555960
}

@media screen and (max-width:767px) {
    .video-slider {
        width: 100%;
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .video-slider__container {
        width: 100%
    }
}

@media screen and (max-width:1023px) {
    .video-slider__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 45px 0
    }
}

@media screen and (max-width:767px) {
    .video-slider__wrapper {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.video-slider__title {
    width: 960px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media screen and (max-width:1297px) {
    .video-slider__title {
        width: 670px
    }
}

@media screen and (max-width:1023px) {
    .video-slider__title {
        width: 740px
    }
}

@media screen and (max-width:767px) {
    .video-slider__title {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        margin-bottom: 10px
    }
}

.video-slider__title h2 {
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.4;
    color: #fff;
    font-weight: 300;
    border-bottom: 1px solid #e60113
}

.video-slider__title .read-more {
    color: #fff
}

.video-slider__more {
    font-size: 15px;
    font-weight: 300;
    color: #fff
}

.video-slider .ads-insert {
    margin-top: 51px
}

@media screen and (max-width:1023px) {
    .ads-belt {
        justify-content: center;
        align-content: center;
        height: 370px;
        padding: 60px 0
    }
}

@media screen and (max-width:1297px) {
    .ads-belt {
        height: auto;
        margin: 40px 0 10px
    }
}

@media screen and (max-width:767px) {
    .ads-belt {
        flex-flow: row wrap
    }
}

.ads-belt .udn-ads-300x250 {
    display: none
}

@media screen and (max-width:1023px) {
    .ads-belt .udn-ads-300x250 {
        margin: 0;
        display: inline-block
    }
}

@media screen and (max-width:1023px) {
    .ads-belt .udn-ads-300x250 + .udn-ads-300x250 {
        margin-left: 25px
    }
}

@media screen and (max-width:767px) {
    .ads-belt .udn-ads-300x250 + .udn-ads-300x250 {
        margin-left: 0;
        margin-top: 30px
    }
}

@media screen and (max-width:1023px) {
    .ads-belt-second {
        display: none
    }
}

@media screen and (max-width:767px) {
    .story-list__wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        padding: 40px 10px
    }
}

.story-list__container {
    display: flex;
    flex-flow: row wrap;
    width: 970px
}

@media screen and (max-width:1023px) {
    .story-list__container {
        width: 740px
    }

        .story-list__container .udn-ads-300x250 {
            display: none
        }
}

@media screen and (max-width:767px) {
    .story-list__container {
        display: inline-flex;
        width: auto;
        flex-flow: row nowrap;
        white-space: nowrap
    }
}

.story-list__box {
    width: 300px;
    margin-right: 20px;
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {
    .story-list__box {
        width: 230px
    }
}

.story-list__box img {
    width: 300px;
    height: 200px
}

@media screen and (max-width:1023px) {
    .story-list__box img {
        height: 150px;
        width: 100%
    }
}

.story-list__box .tag-image {
    width: 48px;
    height: 18px;
    vertical-align: top;
    display: inline-block
}

.story-list__link {
    position: relative;
    display: inline-block
}

.story-list h4 {
    position: absolute;
    height: 120px;
    bottom: 0;
    left: 0;
    margin: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,.7) 70%,#000)
}

@media screen and (max-width:767px) {
    .story-list h4 {
        height: 80px
    }
}

.story-list h4 span {
    line-height: 1.25;
    font-size: 18px;
    height: 2.5em;
    font-weight: 300;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px
}

@media screen and (max-width:767px) {
    .story-list h4 span {
        font-weight: 400;
        font-size: 19px;
        line-height: 1.3;
        height: 2.6em
    }
}

@supports(grid-gap:1rem) {
    .story-list__container {
        display: -ms-grid;
        display: grid;
        grid-gap: 0 20px;
        -ms-grid-columns: (auto)[3];
        grid-template-columns: repeat(3,auto);
        -ms-grid-rows: (300px)[3];
        grid-template-rows: repeat(3,300px)
    }

    @media screen and (max-width:1023px) {
        .story-list__container {
            grid-gap: 25px;
            -ms-grid-rows: (245px)[3];
            grid-template-rows: repeat(3,245px)
        }
    }

    @media screen and (max-width:767px) {
        .story-list__container {
            display: inline-flex
        }
    }

    .story-list__box {
        margin-right: 0;
        margin-bottom: 0
    }

        .story-list__box:nth-of-type(n+10) {
            display: none
        }

    @media screen and (max-width:1023px) {
        .story-list__box:nth-of-type(n+10) {
            display: block
        }
    }

    @media screen and (max-width:767px) {
        .story-list__box {
            white-space: normal;
            margin-right: 20px
        }
    }
}

@media screen and (max-width:767px) {
    .cate-list__wrapper {
        width: 100%;
        padding: 20px 15px
    }
}

.cate-list__container {
    width: 960px
}

@media screen and (max-width:1297px) {
    .cate-list__container {
        width: 670px
    }
}

@media screen and (max-width:1023px) {
    .cate-list__container {
        width: 740px
    }
}

@media screen and (max-width:767px) {
    .cate-list__container {
        width: 100%
    }
}

.cate-list__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 20px;
    width: 100%
}

    .cate-list__title h2 {
        font-size: 23px;
        font-weight: 400;
        line-height: 1.2;
        border-bottom: 1px solid #e60113;
        padding: 0 0 2px;
        margin: 0
    }

.cate-list__content {
    display: flex;
    font-size: 20px
}

@media screen and (max-width:767px) {
    .cate-list__content {
        flex-wrap: wrap;
        display: block
    }
}

@media screen and (max-width:767px) {
    .cate-list__content-small .cate-list__link:first-child {
        border-top: 1px solid #dedede;
        margin-top: 0;
        padding-top: 12px
    }
}

.cate-list__link {
    display: flex;
    color: #000;
    width: 456px
}

    .cate-list__link + .cate-list__link {
        margin-top: 13px;
        padding-top: 14px;
        border-top: 1px solid #dedede
    }

@media screen and (max-width:1297px) {
    .cate-list__link {
        width: 285px
    }
}

@media screen and (max-width:1023px) {
    .cate-list__link {
        width: 315px
    }
}

@media screen and (max-width:767px) {
    .cate-list__link {
        width: 100%
    }
}

.cate-list__link__title {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 48px;
    font-size: 18px;
    line-height: 24px
}

    .cate-list__link__title:hover {
        color: #0061cc
    }

@media screen and (max-width:1023px) {
    .cate-list__link__title {
        font-size: 20px
    }
}

@media screen and (max-width:767px) {
    .cate-list__link__title {
        font-size: 19px;
        height: auto;
        line-height: 1.3
    }
}

.cate-list__link img {
    display: none
}

.cate-list__link .tag-image {
    width: 48px !important;
    height: 18px !important;
    vertical-align: top !important;
    display: inline-block !important;
    margin: 0 !important;
    transform: translateY(4px)
}

.cate-list__content-big {
    margin-right: 20px;
    width: 464px;
    height: auto;
    display: inline-block
}

    .cate-list__content-big:nth-child(3n) {
        margin-right: 0
    }

@media screen and (max-width:1297px) {
    .cate-list__content-big:nth-child(3n) {
        margin-right: 25px
    }
}

@media screen and (max-width:767px) {
    .cate-list__content-big:nth-child(3n) {
        margin-right: 0
    }
}

@media screen and (max-width:1297px) {
    .cate-list__content-big {
        width: 352px
    }
}

@media screen and (max-width:1023px) {
    .cate-list__content-big {
        margin-right: 25px;
        width: 400px
    }
}

@media screen and (max-width:767px) {
    .cate-list__content-big {
        margin-right: 0;
        margin-bottom: 0;
        width: 100%
    }
}

.cate-list__content-big .cate-list__link {
    display: inline-block;
    width: 100%
}

.cate-list__content-big .cate-list__link__title {
    margin: 17px 0 0;
    width: 100%;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media screen and (max-width:1297px) {
    .cate-list__content-big .cate-list__link__title {
        width: 100%
    }
}

@media screen and (max-width:1023px) {
    .cate-list__content-big .cate-list__link__title {
        white-space: normal
    }
}

.cate-list__content-big img {
    display: inline-block;
    width: 100%;
    height: 309px;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:1297px) {
    .cate-list__content-big img {
        height: 235px
    }
}

@media screen and (max-width:1023px) {
    .cate-list__content-big img {
        height: 266px
    }
}

.cate-list__content-big .tag-image {
    width: 48px;
    height: 18px;
    vertical-align: top;
    display: inline-block
}

.cate-list__container {
    width: 100%
}

@media screen and (max-width:767px) {
    .cate-list__container .cate-list__content-big img {
        height: auto
    }
}

@media screen and (max-width:767px) {
    .cate-list__container.cate-list-1 .cate-list__content-small {
        width: calc(100% - 30px);
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .cate-list__container .cate-list__content-small {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width:767px) {
    .cate-list__container .cate-list__title {
        width: calc(100% - 30px);
        margin: 0 auto 20px
    }
}

@media screen and (max-width:767px) {
    .cate-list__content-big .cate-list__link__title {
        width: calc(100% - 30px);
        margin: 10px 15px
    }
}

.cate-list__content {
    flex-wrap: nowrap
}

.cate-list-1 .cate-list__content {
    justify-content: space-between
}

.cate-list-1 .cate-list__content-small {
    width: 635px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width:1297px) {
    .cate-list-1 .cate-list__content-small {
        width: 435px
    }
}

@media screen and (max-width:1023px) {
    .cate-list-1 .cate-list__content-small {
        width: 480px
    }
}

@media screen and (max-width:767px) {
    .cate-list-1 .cate-list__content-small {
        width: 100%
    }

        .cate-list-1 .cate-list__content-small:nth-of-type(3) .cate-list__link {
            border-top: 1px solid #dedede;
            margin-top: 10px;
            padding-top: 10px
        }

            .cate-list-1 .cate-list__content-small:nth-of-type(3) .cate-list__link:nth-of-type(n+2) {
                display: none
            }
}

@media screen and (max-width:767px) {
    .cate-list-1 .cate-list__content-small .cate-list__link:first-child {
        margin-top: 0
    }
}

.cate-list-1 .cate-list__content-small .cate-list__link:nth-child(2) {
    margin-top: 0;
    padding: 0;
    border: none
}

@media screen and (max-width:767px) {
    .cate-list-1 .cate-list__content-small .cate-list__link, .cate-list-1 .cate-list__content-small .cate-list__link:nth-child(2) {
        border-top: 1px solid #dedede;
        margin-top: 13px;
        padding-top: 14px
    }
}

.cate-list-1 .cate-list__link {
    display: flex;
    color: #000;
    width: 300px;
    flex-wrap: wrap
}

@media screen and (max-width:1297px) {
    .cate-list-1 .cate-list__link {
        width: 210px
    }
}

@media screen and (max-width:1023px) {
    .cate-list-1 .cate-list__link {
        width: 230px
    }
}

@media screen and (max-width:767px) {
    .cate-list-1 .cate-list__link {
        width: 100%
    }
}

.cate-list-1 .cate-list__content-big {
    flex-wrap: wrap;
    margin-right: 0;
    width: 300px
}

@media screen and (max-width:1297px) {
    .cate-list-1 .cate-list__content-big {
        width: 200px
    }
}

@media screen and (max-width:1023px) {
    .cate-list-1 .cate-list__content-big {
        width: 240px
    }
}

@media screen and (max-width:767px) {
    .cate-list-1 .cate-list__content-big {
        width: 100%
    }
}

@media screen and (max-width:1297px) {
    .cate-list-1 .cate-list__content-big .cate-list__link {
        width: 200px
    }
}

@media screen and (max-width:1023px) {
    .cate-list-1 .cate-list__content-big .cate-list__link {
        width: 240px
    }
}

@media screen and (max-width:767px) {
    .cate-list-1 .cate-list__content-big .cate-list__link {
        width: 100%
    }
}

.cate-list-1 .cate-list__content-big img {
    height: 200px
}

@media screen and (max-width:1297px) {
    .cate-list-1 .cate-list__content-big img {
        height: 150px
    }
}

@media screen and (max-width:1023px) {
    .cate-list-1 .cate-list__content-big img {
        height: 160px
    }
}

@media screen and (max-width:767px) {
    .cate-list-1 .cate-list__content-big img {
        height: auto
    }
}

.cate-list-2 .cate-list__title-mobile {
    display: none
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__title-mobile {
        display: flex
    }
}

.cate-list-2 .cate-list__link {
    width: 464px
}

@media screen and (max-width:1297px) {
    .cate-list-2 .cate-list__link {
        width: 315px
    }
}

@media screen and (max-width:1023px) {
    .cate-list-2 .cate-list__link {
        width: 360px
    }
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__link {
        width: 100%
    }
}

.cate-list-2 .cate-list__link:first-child, .cate-list-2 .cate-list__link:nth-child(2) {
    display: flex;
    flex-wrap: wrap
}

    .cate-list-2 .cate-list__link:first-child img, .cate-list-2 .cate-list__link:nth-child(2) img {
        width: 464px;
        display: block;
        -o-object-fit: cover;
        object-fit: cover;
        height: 300px;
        margin-bottom: 15px
    }

@media screen and (max-width:1297px) {
    .cate-list-2 .cate-list__link:first-child img, .cate-list-2 .cate-list__link:nth-child(2) img {
        width: 315px;
        height: 210px
    }
}

@media screen and (max-width:1023px) {
    .cate-list-2 .cate-list__link:first-child img, .cate-list-2 .cate-list__link:nth-child(2) img {
        width: 360px;
        height: 225px
    }
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__link:first-child img, .cate-list-2 .cate-list__link:nth-child(2) img {
        width: 100vw;
        height: 230px
    }
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__link:first-child .cate-list__link__title {
        margin: 0 15px
    }
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__link:first-child {
        margin-bottom: 15px
    }
}

.cate-list-2 .cate-list__link:nth-child(2) {
    margin-top: 0;
    padding-top: 0;
    border: none
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__link:nth-child(2) {
        border-top: 1px solid #dedede;
        padding-top: 14px
    }
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__link:nth-child(2) img {
        display: none
    }
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__link:nth-child(n+2) {
        margin: 0 15px 15px
    }
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__link:last-child {
        margin-bottom: 0
    }
}

.cate-list-2 .cate-list__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__content:nth-child(n+2) .cate-list__content-big {
        margin-bottom: 10px
    }

        .cate-list-2 .cate-list__content:nth-child(n+2) .cate-list__content-big .cate-list__link {
            border-top: 1px solid $border-grey;
            margin-top: 10px
        }

        .cate-list-2 .cate-list__content:nth-child(n+2) .cate-list__content-big .cate-list__link__title {
            font-size: 19px
        }

        .cate-list-2 .cate-list__content:nth-child(n+2) .cate-list__content-big img {
            display: none
        }

    .cate-list-2 .cate-list__content:nth-child(n+2) .cate-list__content-small .cate-list__link {
        border-top: 1px solid $border-grey;
        padding-top: 10px
    }

        .cate-list-2 .cate-list__content:nth-child(n+2) .cate-list__content-small .cate-list__link:nth-child(n+2) {
            display: none
        }
}

.cate-list-2 .cate-list__content-wrapper {
    justify-content: space-between
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__content-wrapper {
        flex-wrap: wrap
    }
}

@media screen and (max-width:1297px) {
    .cate-list-2 .cate-list__content-big {
        margin-right: 0;
        width: 320px
    }
}

@media screen and (max-width:1023px) {
    .cate-list-2 .cate-list__content-big {
        width: 360px;
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .cate-list-2 .cate-list__content-big {
        width: 100%
    }
}

.cate-list-2 .cate-list__content-wrapper {
    display: flex
}

.cate-lists-3 .cate-list__content {
    flex-wrap: wrap
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content {
        width: calc(100% - 30px);
        margin: 0 auto
    }
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content-ad {
        display: block
    }
}

.cate-lists-3 .cate-list__content-ad .cate-list__text {
    display: none
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content-ad .cate-list__text {
        display: inline-block
    }
}

.cate-lists-3 .cate-list__content-big {
    width: 300px;
    margin-bottom: 20px
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content-big:nth-child(3n) {
        display: inline-block
    }
}

@media screen and (max-width:1023px) {
    .cate-lists-3 .cate-list__content-big {
        width: 220px
    }
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content-big {
        margin-right: 0;
        width: 100%;
        margin-bottom: 30px
    }
}

.cate-lists-3 .cate-list__content-big .cate-list__text {
    width: 100%
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content-big .cate-list__text {
        position: relative
    }
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content-big .cate-list__link {
        display: flex
    }
}

.cate-lists-3 .cate-list__content-big .cate-list__link__title {
    font-size: 18px;
    font-weight: 400;
    margin: 0 auto
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content-big .cate-list__link__title {
        width: calc(100% - 15px);
        margin: 0 0 0 15px;
        font-size: 19px
    }
}

.cate-lists-3 .cate-list__content-big .cate-list__time {
    display: none
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content-big .cate-list__time {
        display: block;
        position: absolute;
        bottom: 0;
        left: 15px;
        font-size: 14px;
        color: #7e7e7e
    }
}

.cate-lists-3 .cate-list__content-big img {
    height: 200px
}

@media screen and (max-width:1023px) {
    .cate-lists-3 .cate-list__content-big img {
        height: 145px
    }
}

@media screen and (max-width:767px) {
    .cate-lists-3 .cate-list__content-big img {
        width: 110px;
        height: 73px
    }
}

.cate-lists-3 .cate-list__link__title {
    white-space: normal;
    height: 48px;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.cate-lists-3-1 .cate-list__content-big {
    width: 227px
}

@media screen and (max-width:1297px) {
    .cate-lists-3-1 .cate-list__content-big {
        width: 300px
    }
}

@media screen and (max-width:1023px) {
    .cate-lists-3-1 .cate-list__content-big {
        width: 220px
    }
}

@media screen and (max-width:767px) {
    .cate-lists-3-1 .cate-list__content-big {
        width: 100%
    }
}

.cate-lists-3-1 .cate-list__content-big img {
    height: 151px
}

@media screen and (max-width:1297px) {
    .cate-lists-3-1 .cate-list__content-big img {
        height: 200px
    }
}

@media screen and (max-width:1023px) {
    .cate-lists-3-1 .cate-list__content-big img {
        height: 151px
    }
}

@media screen and (max-width:767px) {
    .cate-lists-3-1 .cate-list__content-big img {
        height: 73px
    }
}

.cate-lists-3-1 .cate-list__content-big:nth-child(n+9) {
    display: none
}

@media screen and (max-width:767px) {
    .cate-lists-3-1 .cate-list__content-big:nth-child(n+9) {
        display: flex
    }
}

.cate-lists-3-1 .cate-list__link__title {
    white-space: normal;
    margin: 0;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.cate-lists-3-1 .cate-list__content-big {
    margin-right: 10px
}

@media screen and (max-width:1297px) {
    .cate-lists-3-1 .cate-list__content-big {
        margin-right: 20px
    }
}

@media screen and (max-width:1023px) {
    .cate-lists-3-1 .cate-list__content-big {
        margin-right: 25px
    }
}

@media screen and (max-width:767px) {
    .cate-lists-3-1 .cate-list__content-big {
        margin-right: 0
    }
}

@media screen and (max-width:767px) {
    .cate-lists-video .cate-list__title {
        width: calc(100% - 10px);
        margin: 0 0 20px
    }
}

.cate-lists-video .cate-list__content {
    flex-flow: row wrap
}

    .cate-lists-video .cate-list__content img {
        width: 100%;
        height: 169px;
        -o-object-fit: cover;
        object-fit: cover
    }

@media screen and (max-width:1297px) {
    .cate-lists-video .cate-list__content img {
        height: 130px
    }
}

@media screen and (max-width:1023px) {
    .cate-lists-video .cate-list__content img {
        height: 90px
    }
}

@media screen and (max-width:767px) {
    .cate-lists-video .cate-list__content img {
        width: 110px;
        height: 80px
    }
}

.cate-lists-video .cate-list__text {
    position: relative
}

.cate-lists-video .cate-list__info {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateY(-35px);
    font-size: 14px;
    background: #39c;
    padding: 3px 5px;
    color: #fff
}

@media screen and (max-width:767px) {
    .cate-lists-video .cate-list__info {
        top: 100%;
        background: 0 0;
        color: #7e7e7e;
        right: unset;
        left: 10px;
        transform: translateY(-20px)
    }
}

.cate-lists-video .cate-list__content-big {
    width: 300px;
    margin-right: 25px
}

@media screen and (max-width:1297px) {
    .cate-lists-video .cate-list__content-big {
        width: 230px;
        margin-right: 15px
    }
}

@media screen and (max-width:1023px) {
    .cate-lists-video .cate-list__content-big {
        width: 170px;
        margin-right: 20px
    }
}

.cate-lists-video .cate-list__content-big .cate-list__link__title {
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    white-space: normal;
    margin: 10px 0 30px
}

@media screen and (max-width:1023px) {
    .cate-lists-video .cate-list__content-big .cate-list__link__title {
        margin: 0;
        font-size: 18px
    }
}

@media screen and (max-width:767px) {
    .cate-lists-video .cate-list__content-big .cate-list__link__title {
        font-size: 19px
    }
}

@media screen and (max-width:767px) {
    .cate-lists-video .cate-list__content-big {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px
    }

        .cate-lists-video .cate-list__content-big .cate-list__link {
            display: flex;
            flex-flow: row nowrap
        }

        .cate-lists-video .cate-list__content-big .cate-list__link__title {
            margin: 0 auto;
            padding: 0 10px
        }
}

.cate-lists-video .cate-list__content-big:nth-child(4n) {
    margin-right: 0
}

@media screen and (max-width:767px) and (max-width:767px) {
    .cate-lists-video .cate-list__content-big .cate-list__link__title {
        padding: 0
    }
}

.cate-lists-video + .cate-lists-video {
    margin-top: 55px
}

@media screen and (max-width:767px) {
    .cate-lists-video + .cate-lists-video {
        margin-top: 25px
    }
}

.guess .main-news__story-title {
    margin: 0
}

@media screen and (max-width:1297px) {
    .guess {
        display: none
    }
}

.guess-header {
    display: flex;
    align-items: center;
    margin-bottom: 5px
}

    .guess-header .i-spin3 {
        color: #bebebe
    }

    .guess-header h2 {
        padding: 0 0 3px;
        margin-right: 10px
    }

.guess-lists {
    display: inline-flex;
    margin: 15px 0;
    align-items: center
}

.guess-lists__img {
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden
}

    .guess-lists__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

.guess-lists__text {
    width: 100%
}

    .guess-lists__text h3 {
        margin: 0;
        font-size: 18px;
        color: #000;
        font-weight: 400;
        display: inline-block;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

@media screen and (max-width:767px) {
    .guess-lists__text h3 {
        font-size: 19px
    }
}

.weather-wrapper {
    height: 180px;
    margin: 20px 0;
    background: #ddf
}

@media screen and (max-width:1297px) {
    .weather-wrapper {
        display: none
    }
}

.splide__container {
    box-sizing: border-box
}

.splide__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
    padding: 0 !important
}

.splide__pagination {
    display: inline-flex;
    align-items: center;
    width: 95%;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0
}

    .splide__pagination li {
        list-style-type: none;
        display: inline-block;
        line-height: 1;
        margin: 0
    }

.splide {
    position: relative;
    visibility: hidden
}

    .splide.is-active {
        visibility: visible
    }

.splide__slide {
    position: relative;
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    outline: none
}

    .splide__slide img {
        vertical-align: bottom
    }

.splide__slider {
    position: relative
}

.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    animation: splide-loading 1s linear infinite
}

.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden
}

.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.splide--fade > .splide__track > .splide__list {
    display: block
}

    .splide--fade > .splide__track > .splide__list > .splide__slide {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
        opacity: 0
    }

        .splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
            position: relative;
            z-index: 1;
            opacity: 1
        }

.splide--rtl {
    direction: rtl
}

.splide--ttb > .splide__track > .splide__list {
    display: block
}

.splide--ttb > .splide__pagination {
    width: auto
}

.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    opacity: .7;
    background: #ccc
}

    .splide__arrow svg {
        width: 1.2em;
        height: 1.2em
    }

    .splide__arrow:hover {
        cursor: pointer;
        opacity: .9
    }

    .splide__arrow:focus {
        outline: none
    }

.splide__arrow--prev {
    left: 1em
}

    .splide__arrow--prev svg {
        transform: scaleX(-1)
    }

.splide__arrow--next {
    right: 1em
}

.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: .5em;
    left: 50%;
    transform: translateX(-50%);
    padding: 0
}

.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    transition: transfrom .2s linear;
    border: none;
    opacity: .7
}

    .splide__pagination__page.is-active {
        transform: scale(1.4);
        background: #fff
    }

    .splide__pagination__page:hover {
        cursor: pointer;
        opacity: .9
    }

    .splide__pagination__page:focus {
        outline: none
    }

.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent
}

    .splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
        border-color: #000
    }

    .splide--nav > .splide__track > .splide__list > .splide__slide:focus {
        outline: none
    }

.splide--rtl > .splide__arrows .splide__arrow--prev, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto
}

    .splide--rtl > .splide__arrows .splide__arrow--prev svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
        transform: scaleX(1)
    }

.splide--rtl > .splide__arrows .splide__arrow--next, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto
}

    .splide--rtl > .splide__arrows .splide__arrow--next svg, .splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
        transform: scaleX(-1)
    }

.splide--ttb > .splide__arrows .splide__arrow, .splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    transform: translate(-50%)
}

.splide--ttb > .splide__arrows .splide__arrow--prev, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em
}

    .splide--ttb > .splide__arrows .splide__arrow--prev svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
        transform: rotate(-90deg)
    }

.splide--ttb > .splide__arrows .splide__arrow--next, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em
}

    .splide--ttb > .splide__arrows .splide__arrow--next svg, .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
        transform: rotate(90deg)
    }

.splide--ttb > .splide__pagination {
    display: flex;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: .5em;
    transform: translateY(50%)
}

@keyframes splide-loading {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(1turn)
    }
}

#news-splide {
    width: 100%;
    padding: 60px 0;
    background: #555960
}

@media screen and (max-width:767px) {
    #news-splide {
        padding: 20px 0
    }
}

.splide__title {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px
}

@media screen and (max-width:1297px) {
    .splide__title {
        max-width: 970px
    }
}

@media screen and (max-width:1023px) {
    .splide__title {
        max-width: 740px
    }
}

@media screen and (max-width:767px) {
    .splide__title {
        max-width: 350px
    }
}

.splide__title .base-title {
    margin: 0
}

    .splide__title .base-title h2 {
        color: #fff;
        font-weight: 400
    }

.splide__title a {
    color: #fff;
    display: block;
    white-space: nowrap
}

.splide__container {
    max-width: 1280px;
    width: 100%;
    position: relative;
    margin: 0 auto
}

@media screen and (max-width:1297px) {
    .splide__container {
        max-width: 970px
    }
}

@media screen and (max-width:1023px) {
    .splide__container {
        max-width: 740px
    }
}

.splide__slide {
    cursor: pointer;
    width: 552px
}

@media screen and (max-width:1023px) {
    .splide__slide {
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.splide__slide h3 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    display: inline-block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    width: 512px
}

@media screen and (max-width:767px) {
    .splide__slide h3 {
        width: 260px;
        font-size: 19px;
        line-height: 2;
        margin: 0
    }
}

.splide__image {
    width: 512px;
    flex-shrink: 0;
    position: relative;
    display: flex
}

@media screen and (max-width:1023px) {
    .splide__image {
        justify-content: center
    }
}

@media screen and (max-width:767px) {
    .splide__image {
        width: 100%
    }
}

.splide__image img {
    height: 336px;
    width: 100%;
    display: block;
    position: relative
}

@media screen and (max-width:767px) {
    .splide__image img {
        width: 260px;
        height: 160px
    }
}

.splide__image .i-play2 {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 100px;
    transform: translate(-50%,-50%);
    color: #fff;
    z-index: 100
}

@media screen and (max-width:767px) {
    .splide__image .i-play2 {
        font-size: 60px
    }
}

.splide__image .i-play2:before {
    background: rgba(160,4,16,.6);
    border-radius: 50%
}

.splide__arrow {
    border-radius: 0;
    background: 0 0;
    height: 100%;
    color: #fff;
    font-weight: 700;
    opacity: .9
}

.splide__arrow--next, .splide__arrow--prev {
    text-shadow: 0 1px 4px #000
}

.splide__arrow--prev {
    left: 0;
    padding-left: 20px;
    padding-right: 100px;
    background: transparent linear-gradient(90deg,#55555a,rgba(84,84,85,0) 70%,rgba(84,84,84,0)) 0 0 no-repeat
}

@media screen and (max-width:1023px) {
    .splide__arrow--prev {
        padding-right: 50px
    }
}

@media screen and (max-width:767px) {
    .splide__arrow--prev {
        padding: 0
    }
}

.splide__arrow--prev .i-arrow7-left {
    font-size: 60px;
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .splide__arrow--prev .i-arrow7-left {
        font-size: 30px
    }
}

.splide__arrow--prev .i-arrow7-left:before {
    margin: 0
}

.splide__arrow--next {
    right: 0;
    padding-left: 100px;
    padding-right: 20px;
    background: transparent linear-gradient(-90deg,#55555a,rgba(84,84,85,0) 70%,rgba(84,84,84,0)) 0 0 no-repeat
}

@media screen and (max-width:1023px) {
    .splide__arrow--next {
        padding-left: 50px
    }
}

@media screen and (max-width:767px) {
    .splide__arrow--next {
        padding: 0
    }
}

.splide__arrow--next .i-arrow7-right {
    font-size: 60px;
    transform: translateY(-50%)
}

@media screen and (max-width:767px) {
    .splide__arrow--next .i-arrow7-right {
        font-size: 30px
    }
}

.splide__arrow--next .i-arrow7-right:before {
    margin: 0
}

.animate-spin {
    animation: spin 2s linear infinite;
    display: inline-block
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(359deg)
    }
}

@keyframes wobble {
    16.65% {
        transform: translateY(6px)
    }

    33.33% {
        transform: translateY(-5px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    to {
        transform: translateY(0)
    }
}

.idle__bg {
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999
}

    .idle__bg.active {
        display: flex
    }

.idle__container {
    position: relative;
    width: 1000px;
    height: 700px;
    padding: 110px 140px;
    background: #fff
}

@media screen and (max-width:1023px) {
    .idle__container {
        width: 900px
    }
}

.idle__container > * {
    color: #000;
    font-weight: 300
}

.idle__close {
    top: 50px;
    right: 30px;
    font-size: 36px;
    color: #707070;
    position: absolute;
    cursor: pointer
}

.idle__title {
    font-size: 36px;
    margin: 0
}

.idle__links {
    font-size: 17px;
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #ddd
}

    .idle__links a {
        margin-left: 1rem
    }

        .idle__links a:before {
            content: "\e803";
            color: #39c;
            font-family: fontello;
            font-style: normal;
            font-weight: 400;
            display: inline-block
        }

.idle__content {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    max-height: 310px
}

    .idle__content .idle-ad {
        width: 340px;
        display: flex;
        justify-content: center;
        align-items: center
    }

        .idle__content .idle-ad img {
            width: 100%;
            height: 100%
        }

    .idle__content .lists {
        padding: 0;
        margin: 0;
        width: 340px;
        display: flex;
        flex-direction: column
    }

        .idle__content .lists a {
            display: flex;
            margin-bottom: 20px
        }

            .idle__content .lists a img {
                width: 120px;
                height: 80px;
                margin-right: 1rem
            }

            .idle__content .lists a p {
                font-size: 18px;
                margin: 0;
                line-height: 1.5
            }
