@import"https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;500;600;700;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bitter:wght@300;500;700;900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&display=swap";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: flex !important
}

.d-inline-flex {
    display: inline-flex !important
}

@media(min-width: 576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: flex !important
    }

    .d-sm-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !important
    }

    .d-md-table {
        display: table !important
    }

    .d-md-table-row {
        display: table-row !important
    }

    .d-md-table-cell {
        display: table-cell !important
    }

    .d-md-flex {
        display: flex !important
    }

    .d-md-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: flex !important
    }

    .d-lg-inline-flex {
        display: inline-flex !important
    }
}

@media(min-width: 1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !important
    }

    .d-xl-table {
        display: table !important
    }

    .d-xl-table-row {
        display: table-row !important
    }

    .d-xl-table-cell {
        display: table-cell !important
    }

    .d-xl-flex {
        display: flex !important
    }

    .d-xl-inline-flex {
        display: inline-flex !important
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

:root {
    font-size: 16px
}

@media(max-width: 768px) {
    :root {
        font-size: 12px
    }
}

html,
body {
    background-color: #00162b
}

.wrapper {
    font-family: "Noto Sans TC", sans-serif
}

.container {
    position: relative;
    width: 100%;
    max-width: 1100px;
    padding: 0 15px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box
}

main {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #00162b
}

section {
    position: relative;
    width: 100%;
    padding: 60px 0 30px 0
}

.main_content {
    position: relative;
    width: 100%;
    background-image: linear-gradient(180deg, #00162b, #003873, #010d1b)
}

.main_content.main_content_online {
    display: none;
}


.sc_title {
    position: relative;
    width: 100%;
    text-align: center;
    margin: 0 0 25px 0
}

.sc_title-inner {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px 50px;
    font-size: 2.375rem;
    font-weight: 500;
    letter-spacing: .125rem;
    background-image: linear-gradient(90deg, #66ffcc, #00e1ff);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone
}

.sc_title-inner.price {
    position: relative;
    display: inline-block;
    /* box-sizing: border-box; */
    /* padding: 20px 50px; */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .125rem;
    background-image: linear-gradient(90deg, #ffa200, #fff200);
    color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    margin: 30px 0 0 0;
}

.sc_title-inner.pric span {
    font-size: 2.5rem;
}

.sc_title-inner.sm {
    font-size: 1.75rem
}

.sc_title-inner span {
    font-size: 3.75rem;
    font-weight: bold
}

.sc_title-inner .BL {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-image: linear-gradient(90deg, #66ffcc, #00e1ff)
}

.sc_title-inner::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 99%;
    background-color: #6fc
}

.sc_title-inner.price::before {
    display: none;
}

.sc_title-inner::after {
    content: "";
    position: absolute;
    bottom: -2px;
    right: 0;
    width: 6px;
    height: 6px;
    border-radius: 99%;
    background-color: #00e1ff
}

.sc_title-inner.price::after {
    display: none;
}

.cta_cnt {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 0 30px 0;
}

.cta_cnt .bttns {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

.cta_cnt .bttns .bttn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 10px 10px 25px;
    margin: 15px 25px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(0, 0, 0, .4);
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    border: 3px solid #00a0e9;
    transition: all .3s ease-out;
    cursor: pointer
}

.cta_cnt .bttns .bttn::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00a0e9;
    transform: translateX(0) scale(1);
    transition: all .2s ease-out
}

.cta_cnt .bttns .bttn .bttn_inner {
    position: relative;
    font-size: 1.75rem;
    letter-spacing: .125rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .8), 0 1px 1px rgba(255, 255, 255, .5);
    z-index: 1;
    transition: all .2s ease-out;
    display: flex;
    justify-content: center;
    align-items: center
}

.cta_cnt .bttns .bttn .bttn_inner img {
    position: relative;
    width: 100%;
    max-width: 50px;
    height: auto;
    margin: 0 0 0 15px;
    transition: all .2s ease-out
}

.cta_cnt .bttns .bttn:hover {
    border: 3px solid #00a0e9;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .4)
}

.cta_cnt .bttns .bttn:hover::after {
    transform: translateX(100%) scale(1);
    box-shadow: 0 0 0 rgba(0, 0, 0, .4)
}

.cta_cnt .bttns .bttn:hover .bttn_inner {
    color: #00a0e9;
    text-shadow: 0 3px 5px rgba(0, 0, 0, .8)
}

.cta_cnt.backBtn .bttns {
    justify-content: center
}

.cta_cnt.backBtn .bttns .bttn {
    display: block;
    width: 100%;
    margin: 15px 0
}

.cta_cnt.backBtn .bttns .bttn .bttn_inner {
    font-size: 1.25rem
}

.cta_cnt.backBtn .bttns .bttn .bttn_inner img {
    max-width: 30px;
    margin: 0 0 0 15px;
    transform: rotate(-90deg) translateX(0)
}

.cta_cnt.backBtn .bttns .bttn:hover::after {
    transform: translateY(-100%) scale(1)
}

.cta_cnt.backBtn .bttns .bttn:hover .bttn_inner img {
    transform: rotate(-90deg) translateX(5px)
}

@media(max-width: 1400px) {
    section {
        padding: 30px 0 20px 0
    }

    .sc_title {
        margin: 0 0 20px 0
    }

    .sc_title-inner {
        padding: 15px 30px;
        font-size: 1.75rem
    }

    .sc_title-inner.sm {
        font-size: 1.25rem
    }

    .sc_title-inner span {
        font-size: 2.625rem
    }

    .sc_title-inner .BL {
        height: 2px
    }

    .cta_cnt {
        padding: 30px 0
    }

    .cta_cnt .bttns .bttn {
        padding: 10px 10px 10px 25px;
        margin: 15px 25px;
        border: 3px solid #00a0e9
    }

    .cta_cnt .bttns .bttn .bttn_inner {
        font-size: 1.75rem
    }

    .cta_cnt .bttns .bttn .bttn_inner img {
        max-width: 50px
    }

    .cta_cnt.backBtn .bttns .bttn .bttn_inner {
        font-size: 1.25rem
    }

    .cta_cnt.backBtn .bttns .bttn .bttn_inner img {
        max-width: 30px
    }
}

@media(max-width: 768px) {
    section {
        padding: 20px 0 15px 0
    }

    .sc_title {
        margin: 0 0 20px 0
    }

    .sc_title-inner {
        padding: 15px 30px;
        font-size: 1.5rem
    }

    .sc_title-inner.sm {
        font-size: 1.375rem
    }

    .sc_title-inner span {
        font-size: 2.25rem
    }

    .sc_title-inner .BL {
        height: 2px
    }

    .cta_cnt {
        padding: 20px 0
    }

    .cta_cnt .bttns .bttn {
        padding: 10px 10px 10px 25px;
        margin: 15px 25px;
        border: 3px solid #00a0e9
    }

    .cta_cnt .bttns .bttn .bttn_inner {
        font-size: 1.375rem
    }

    .cta_cnt .bttns .bttn .bttn_inner img {
        max-width: 30px
    }

    .cta_cnt.backBtn .bttns .bttn .bttn_inner {
        font-size: 1.125rem
    }

    .cta_cnt.backBtn .bttns .bttn .bttn_inner img {
        max-width: 20px
    }
}

.fix_aside_kvShow {
    position: fixed;
    z-index: 99;
    right: 1rem;
    bottom: .5rem;
    transform: translateX(0%);
    transition: transform 600ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fix_aside_kvShow.is_active {
    transform: translateX(150%)
}

.fix_aside_kvShow .fx_item {
    position: relative;
    display: block;
    border-radius: .5em;
    margin: .5em 0;
    width: 4em;
    height: 4em;
    background: #fff linear-gradient(120deg, #fff, #ddd);
    font-size: .95rem;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(35, 24, 22, .19);
    transition: transform 240ms, box-shadow 240ms
}

.fix_aside_kvShow .fx_item.is_calendar {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 99%
}

.fix_aside_kvShow .fx_item.is_primary {
    background: linear-gradient(90deg, #1a73f1, 5%, #65fbfc, 45%, #00a0e9);
    color: #fff
}

.fix_aside_kvShow .fx_item.is_sp {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    width: 9.375rem;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 12px;
    margin: 0 0 10px 0;
    border-radius: 15px
}

.fix_aside_kvShow .fx_item.is_sp .in_wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: translate(0);
    display: flex;
    justify-content: center;
    align-items: center
}

.fix_aside_kvShow .fx_item.is_sp .in_wrap img {
    position: relative;
    width: 100%;
    height: auto;
    animation: kv_btn 1.5s ease-in-out normal infinite;
    animation-play-state: running
}

.fix_aside_kvShow .fx_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 5px 0 rgba(35, 24, 22, .19)
}

.fix_aside_kvShow .fx_item:hover .in_wrap img {
    animation-play-state: paused
}

.fix_aside_kvShow .fx_item .in_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    transform: translate(-50%, -50%)
}

.fix_aside_kvShow .fx_item .in_wrap.txt {
    text-align: center;
    line-height: 1.3
}

.fix_aside_kvShow .fx_item .in_wrap.ic {
    width: 100%;
    height: 100%;
    padding: .6em
}

.fix_aside_kvShow .fx_item .in_wrap .ic_top {
    width: 100%;
    padding-top: 100%;
    background: url("../../assets/images/icons/arrow_top.png") center/contain no-repeat
}

.fix_aside {
    position: fixed;
    z-index: 99;
    right: 1rem;
    bottom: .5rem;
    transform: translateX(150%);
    transition: transform 600ms;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end
}

.fix_aside.is_active {
    transform: translateX(0%)
}

.fix_aside .fx_item {
    position: relative;
    display: block;
    border-radius: .5em;
    margin: .5em 0;
    width: 4em;
    height: 4em;
    background: #fff linear-gradient(120deg, #fff, #ddd);
    font-size: .95rem;
    cursor: pointer;
    box-shadow: 0 1px 3px 0 rgba(35, 24, 22, .19);
    transition: transform 240ms, box-shadow 240ms
}

.fix_aside .fx_item.is_calendar {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 99%
}

.fix_aside .fx_item.is_primary {
    background: linear-gradient(120deg, rgba(26, 115, 241, 0.8), rgba(0, 160, 233, 0.5));
    background-color: #fff;
    color: #fff
}

.fix_aside .fx_item.is_sp {
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    width: 6.25rem;
    height: auto;
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    font-size: 12px;
    margin: 0 0 10px 0;
    border-radius: 15px
}

.fix_aside .fx_item.is_sp .in_wrap {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    transform: translate(0);
    display: flex;
    justify-content: center;
    align-items: center
}

.fix_aside .fx_item.is_sp .in_wrap img {
    position: relative;
    width: 100%;
    height: auto
}

.fix_aside .fx_item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 5px 0 rgba(35, 24, 22, .19)
}

.fix_aside .fx_item .in_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 70%;
    transform: translate(-50%, -50%)
}

.fix_aside .fx_item .in_wrap.txt {
    text-align: center;
    line-height: 1.3
}

.fix_aside .fx_item .in_wrap.ic {
    width: 100%;
    height: 100%;
    padding: .6em
}

.fix_aside .fx_item .in_wrap .ic_top {
    width: 100%;
    padding-top: 100%;
    background: url("../../assets/images/icons/arrow_top.png") center/contain no-repeat
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: rgba(15, 70, 118, 0);
    z-index: 999;
    transition: all .2s ease-out
}

header.is_active {
    background-color: rgba(15, 70, 118, 0)
}

header.is_active .nav_area .logo {
    width: 210px
}

header.is_active .nav_area ul {
    margin: 0 0 0 0;
    height: 50px
}

header.is_active .nav_area ul li.r_btn {
    padding: 5px 15px;
    border-radius: 5px
}

header.is_active .nav_area ul li.r_btn a {
    color: #fff
}

header.is_active .nav_area ul li.r_btn:hover {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #00a0e9
}

header.is_active .nav_area ul li.r_btn:hover a {
    color: #00a0e9
}

header.is_active .nav_area ul li a {
    font-size: 1rem;
    color: #fff
}

header.is_active .nav_area ul li a:hover {
    color: #00a0e9;
    text-shadow: 0 2px 2px rgba(255, 255, 255, .2)
}

header .nav_mobile {
    display: none
}

header .nav_language {
    position: absolute;
    top: 50%;
    right: 70px;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(-50%)
}

header .nav_language .hover {
    display: inline-block;
    position: relative
}

header .nav_language .hover img {
    width: 30px;
    line-height: 0
}

header .nav_language .hover:hover .hover_menu {
    display: flex
}

header .nav_language .hover_holder {
    cursor: pointer
}

header .nav_language .hover_menu {
    position: absolute;
    top: auto;
    right: 0;
    padding: 10px 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

header .nav_language .hover_menu .hover_item {
    cursor: pointer;
    display: block;
    margin-top: 10px;
    text-decoration: none
}

header .nav_language .hover_menu .hover_item p {
    position: relative;
    box-sizing: border-box;
    padding: 5px 15px;
    width: 100px;
    text-align: center;
    white-space: nowrap;
    font-size: 16px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    color: #f8c549;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0 10px 0 10px;
    transition: all .3s ease-in-out
}

header .nav_language .hover_menu .hover_item p:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, .5)
}

header .nav_language .hover_menu .hover_item p span {
    font-size: 12px
}

header .nav_sns {
    position: absolute;
    top: 50%;
    right: 10px;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(-50%)
}

header .nav_sns .hover {
    display: inline-block;
    position: relative
}

header .nav_sns .hover img {
    width: 40px;
    line-height: 0
}

header .nav_sns .hover:hover .hover_menu {
    display: flex
}

header .nav_sns .hover_holder {
    cursor: pointer
}

header .nav_sns .hover_holder img {
    position: relative;
    width: 100%;
    max-width: 40px;
    height: auto
}

header .nav_sns .hover_menu {
    position: absolute;
    right: 0;
    padding: .5em 0;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end
}

header .nav_sns .hover_menu .hover_item {
    position: relative;
    cursor: pointer;
    display: block;
    margin-top: .5em
}

header .nav_area {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 70px 0 70px;
    margin: 0 auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

header .nav_area .logo {
    position: relative;
    width: 275px;
    height: auto;
    margin: 0 auto 0 0;
    display: block;
    transition: all .2s ease-out
}

header .nav_area .logo img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto
}

header .nav_area ul {
    position: relative;
    width: auto;
    height: 70px;
    margin: 0 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-out
}

header .nav_area ul li {
    position: relative;
    width: auto;
    height: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
    transition: all .2s ease-out
}

header .nav_area ul li.r_btn {
    padding: 8px 15px;
    background-color: #00a0e9;
    border: 1px solid #00a0e9;
    border-radius: 10px
}

header .nav_area ul li.r_btn a {
    color: #fff
}

header .nav_area ul li.r_btn:hover {
    background-color: #fff
}

header .nav_area ul li.r_btn:hover a {
    color: #00a0e9
}

header .nav_area ul li a {
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease-out
}

header .nav_area ul li a:hover {
    color: #00a0e9;
    text-shadow: 0 1px 2px rgba(255, 255, 255, .5)
}

header .nav_area ul li.btn a {
    padding: 8px 25px;
    color: #fff;
    border: 1px solid #0f4676;
    border-radius: 5px
}

header .nav_area ul li.btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #F8C549, #9000FF);
    z-index: -1;
    transition: all .2s ease-out
}

header .nav_area ul li.btn a:hover {
    color: #f8c549;
    border: 1px solid #f8c549
}

header .nav_area ul li.btn a:hover::before {
    left: 100%
}

header .nav_area ul li.active a {
    color: #f8c549
}

footer {
    position: relative;
    width: 100%;
    padding: 35px 0 !important;
    background-color: #231816
}

footer .logo {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between
}

footer .content {
    position: relative;
    width: 100%;
    margin: 35px 0 0 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start
}

footer .content .contant {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch
}

footer .content .contant .cnts {
    position: relative;
    width: auto
}

footer .content .contant .cnts:first-child {
    border: solid #fff;
    border-width: 0 1px 0 0;
    padding: 0 25px 0 0
}

footer .content .contant .cnts:last-child {
    border: solid #fff;
    border-width: 0 0 0 0;
    padding: 0 0 0 25px
}

footer .content .contant .cnts .cnt {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

footer .content .contant .cnts .cnt img {
    position: relative;
    width: 15px;
    height: auto;
    margin: 0 10px 0 0
}

footer .content .contant .cnts .cnt a {
    color: #fff;
    text-decoration: none
}

footer .info {
    position: relative;
    width: auto;
    margin: 0;
    text-align: right;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 300;
    color: #fff
}

footer .info span {
    white-space: nowrap
}

.modal .modal-dialog {
    max-width: 800px
}

.modal .modal-content {
    padding: 20px 30px;
    border-radius: 20px
}

.modal .modal-header {
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 0
}

.modal .modal-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #1a73f1, 5%, #65fbfc, 45%, #a31cb3)
}

.modal .modal-header .modal-title {
    font-size: 24px;
    font-weight: bold;
    display: block
}

.modal .modal-header .sub {
    position: relative;
    margin: 5px 0 0 0;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 300;
    color: #373f41;
    display: block
}

.modal .modal-header .close {
    position: absolute;
    top: 25px;
    right: 30px;
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
    cursor: pointer
}

.modal .modal-header .close:hover {
    transform: rotate(180deg)
}

.modal .modal-body {
    font-size: 20px;
    font-weight: 300;
    color: #373f41;
    line-height: 1.6
}

.modal .modal-body .sec_n {
    position: relative;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    display: block;
    margin: 35px auto 15px auto;
    box-sizing: border-box;
    padding: 1rem 0
}

.modal .modal-body .sec_n::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 105%;
    height: 1px;
    background: linear-gradient(90deg, #1a73f1, 5%, #65fbfc, 45%, #a31cb3)
}

.modal .modal-body span {
    font-weight: bold
}

.modal .modal-body .cnt {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 18px;
    border: dashed rgba(248, 197, 73, .3);
    border-width: 1px 0 1px 0
}

.modal .modal-body .t {
    color: #a31cb3;
    display: block
}

.modal .modal-body ol {
    list-style: decimal;
    padding: 0 0 0 20px
}

.modal .modal-body ul {
    font-size: 18px;
    list-style: disc;
    padding: 0 0 0 20px
}

.modal .modal-footer {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0
}

.modal .modal-footer .ps {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 20px 0
}

.modal .modal-footer .btn {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 17px 40px;
    font-size: 1.5rem;
    font-weight: 800;
    border-radius: 10px;
    color: #fff;
    background-color: #f8c549;
    border: 1px solid #f8c549;
    transition: all .3s ease-in-out;
    text-decoration: none
}

.modal .modal-footer .btn:hover {
    color: #f8c549;
    background-color: #fff
}

@media(max-width: 1450px) {
    header .nav_area ul {
        margin: 1.5% 0 0 0
    }

    header .nav_area ul li {
        padding: 0 10px
    }

    header .nav_area ul li a {
        font-size: 1rem
    }
}

@media(max-width: 1300px) {
    header .nav_area {
        padding: 0 20px
    }

    header .nav_area ul li {
        padding: 0 10px
    }

    header .nav_area ul li a {
        font-size: 1rem
    }
}

@media(max-width: 1200px) {
    header .nav_area {
        padding: 0 20px
    }

    header .nav_area ul li {
        padding: 0 10px
    }

    header .nav_area ul li a {
        font-size: .9375rem
    }
}

@media(max-width: 768px) {
    .fix_aside_kvShow .fx_item.is_sp {
        width: 80px
    }

    .fix_aside .fx_item.is_sp {
        width: 80px
    }

    header {
        height: 35px;
        background-color: rgba(0, 0, 0, 0)
    }

    header .nav_mobile {
        position: relative;
        display: block
    }

    header .nav_mobile-btn {
        position: absolute;
        top: 5px;
        right: 15px;
        width: 35px;
        height: 35px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    header .nav_mobile-btn-line {
        position: relative;
        display: block;
        width: 25px;
        height: 2px;
        background: #00a0e9;
        border-radius: 4px;
        margin: 2.5px 0
    }

    header .nav_language {
        position: absolute;
        top: 110px;
        right: 5px;
        cursor: pointer;
        padding: 0 12px;
        text-align: right;
        transform: translateY(0)
    }

    header .nav_sns {
        position: absolute;
        top: 20px;
        right: 0;
        cursor: pointer;
        padding: 0 12px;
        text-align: right;
        transform: translateY(0)
    }

    header .nav_sns .hover_holder img {
        max-width: 20px
    }

    header .nav_area {
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #0f4676;
        flex-direction: column;
        justify-content: flex-start
    }

    header .nav_area .logo {
        width: 200px;
        margin: 20px auto
    }

    header .nav_area ul {
        position: relative;
        width: auto;
        height: auto;
        margin: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    header .nav_area ul li {
        position: relative;
        width: 100%;
        height: auto;
        padding: 15px 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center
    }

    header .nav_area ul li a {
        position: relative;
        width: auto;
        height: auto;
        box-sizing: border-box;
        padding: 3px;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
        overflow: hidden;
        text-decoration: none;
        cursor: pointer;
        transition: all .3s ease-in-out
    }

    header .nav_area ul li a:hover {
        color: #f8c549
    }

    header .nav_area ul li.btn a {
        padding: 12px 35px;
        color: #fff;
        background-color: #f8c549;
        border: 1px solid #f8c549;
        border-radius: 5px
    }

    header .nav_area ul li.btn a:hover {
        color: #f8c549;
        background-color: #fff
    }

    header .nav_area ul li.active a {
        color: #f8c549
    }

    footer .content {
        flex-direction: column
    }

    footer .content .contant {
        flex-direction: column
    }

    footer .content .contant .cnts {
        width: 100%
    }

    footer .content .contant .cnts:first-child {
        border-width: 0 0 1px 0;
        padding: 0 0 25px 0
    }

    footer .content .contant .cnts:last-child {
        border-width: 0 0 1px 0;
        padding: 25px 0 25px 0
    }

    footer .info {
        width: 100%;
        margin: 25px 0 0 0;
        text-align: left
    }

    .modal .modal-dialog {
        max-width: 800px
    }

    .modal .modal-content {
        margin: 50px auto;
        padding: 10px 20px
    }

    .modal .modal-header .modal-title {
        font-size: 24px
    }

    .modal .modal-header .sub {
        font-size: 16px
    }

    .modal .modal-body {
        font-size: 16px;
        line-height: 1.3
    }

    .modal .modal-footer .ps {
        font-size: 18px;
        margin: 0 0 20px 0;
        line-height: 1.3
    }

    .modal .modal-footer .btn {
        padding: 17px 40px;
        font-size: 24px
    }
}

.controls {
    position: absolute;
    bottom: 10%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.sd_arrow {
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    background: center/contain no-repeat;
    cursor: pointer;
    filter: grayscale(1);
    transition: filter 300ms
}

.sd_arrow:hover {
    filter: grayscale(0)
}

.arr_prev {
    left: 0;
    background-image: url("../../assets/images/icons/arr_prev.png")
}

.arr_next {
    order: 3;
    right: 0;
    background-image: url("../../assets/images/icons/arr_next.png")
}

.sd_dots {
    flex: 0 0 auto;
    margin: 15px 6px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center
}

.sd_dots li {
    margin: 0 6px;
    background-color: #bbb;
    line-height: 0;
    border-radius: 8px;
    height: 12px;
    width: 12px;
    overflow: hidden;
    transition: background 300ms, width 300ms
}

.sd_dots li:hover {
    background-color: rgba(248, 197, 73, .6)
}

.sd_dots li.slick-active {
    background-color: #f8c549;
    width: 24px
}

.sd_dots button {
    font-size: 0;
    opacity: 0
}

@media(max-width: 768px) {
    .controls {
        width: 90%
    }
}

@keyframes scaleInBounce {
    0% {
        -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0)
    }

    3.4% {
        -webkit-transform: matrix(1.068, 0, 0, 1.059, 0, 0);
        transform: matrix(1.068, 0, 0, 1.059, 0, 0)
    }

    4.7% {
        -webkit-transform: matrix(1.055, 0, 0, 1.04, 0, 0);
        transform: matrix(1.055, 0, 0, 1.04, 0, 0)
    }

    6.81% {
        -webkit-transform: matrix(1.034, 0, 0, 1.011, 0, 0);
        transform: matrix(1.034, 0, 0, 1.011, 0, 0)
    }

    9.41% {
        -webkit-transform: matrix(1.012, 0, 0, 0.983, 0, 0);
        transform: matrix(1.012, 0, 0, 0.983, 0, 0)
    }

    10.21% {
        -webkit-transform: matrix(1.006, 0, 0, 0.977, 0, 0);
        transform: matrix(1.006, 0, 0, 0.977, 0, 0)
    }

    13.61% {
        -webkit-transform: matrix(0.988, 0, 0, 0.967, 0, 0);
        transform: matrix(0.988, 0, 0, 0.967, 0, 0)
    }

    14.11% {
        -webkit-transform: matrix(0.986, 0, 0, 0.967, 0, 0);
        transform: matrix(0.986, 0, 0, 0.967, 0, 0)
    }

    17.52% {
        -webkit-transform: matrix(0.979, 0, 0, 0.976, 0, 0);
        transform: matrix(0.979, 0, 0, 0.976, 0, 0)
    }

    18.72% {
        -webkit-transform: matrix(0.979, 0, 0, 0.981, 0, 0);
        transform: matrix(0.979, 0, 0, 0.981, 0, 0)
    }

    21.32% {
        -webkit-transform: matrix(0.98, 0, 0, 0.993, 0, 0);
        transform: matrix(0.98, 0, 0, 0.993, 0, 0)
    }

    24.32% {
        -webkit-transform: matrix(0.985, 0, 0, 1.004, 0, 0);
        transform: matrix(0.985, 0, 0, 1.004, 0, 0)
    }

    25.23% {
        -webkit-transform: matrix(0.987, 0, 0, 1.006, 0, 0);
        transform: matrix(0.987, 0, 0, 1.006, 0, 0)
    }

    29.03% {
        -webkit-transform: matrix(0.994, 0, 0, 1.01, 0, 0);
        transform: matrix(0.994, 0, 0, 1.01, 0, 0)
    }

    29.93% {
        -webkit-transform: matrix(0.995, 0, 0, 1.01, 0, 0);
        transform: matrix(0.995, 0, 0, 1.01, 0, 0)
    }

    35.54% {
        -webkit-transform: matrix(1.002, 0, 0, 1.004, 0, 0);
        transform: matrix(1.002, 0, 0, 1.004, 0, 0)
    }

    36.74% {
        -webkit-transform: matrix(1.003, 0, 0, 1.002, 0, 0);
        transform: matrix(1.003, 0, 0, 1.002, 0, 0)
    }

    41.04% {
        -webkit-transform: matrix(1.004, 0, 0, 0.998, 0, 0);
        transform: matrix(1.004, 0, 0, 0.998, 0, 0)
    }

    44.44% {
        -webkit-transform: matrix(1.003, 0, 0, 0.997, 0, 0);
        transform: matrix(1.003, 0, 0, 0.997, 0, 0)
    }

    52.15% {
        -webkit-transform: matrix(1.001, 0, 0, 0.999, 0, 0);
        transform: matrix(1.001, 0, 0, 0.999, 0, 0)
    }

    59.86% {
        -webkit-transform: matrix(0.999, 0, 0, 1.001, 0, 0);
        transform: matrix(0.999, 0, 0, 1.001, 0, 0)
    }

    63.26% {
        -webkit-transform: matrix(0.999, 0, 0, 1.001, 0, 0);
        transform: matrix(0.999, 0, 0, 1.001, 0, 0)
    }

    75.28% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }

    85.49% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }

    90.69% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }
}

@keyframes scaleOutBounce {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
        transform: matrix(1, 0, 0, 1, 0, 0)
    }

    3.4% {
        -webkit-transform: matrix(1.032, 0, 0, 1.041, 0, 0);
        transform: matrix(1.032, 0, 0, 1.041, 0, 0)
    }

    4.7% {
        -webkit-transform: matrix(1.045, 0, 0, 1.06, 0, 0);
        transform: matrix(1.045, 0, 0, 1.06, 0, 0)
    }

    6.81% {
        -webkit-transform: matrix(1.066, 0, 0, 1.089, 0, 0);
        transform: matrix(1.066, 0, 0, 1.089, 0, 0)
    }

    9.41% {
        -webkit-transform: matrix(1.088, 0, 0, 1.117, 0, 0);
        transform: matrix(1.088, 0, 0, 1.117, 0, 0)
    }

    10.21% {
        -webkit-transform: matrix(1.094, 0, 0, 1.123, 0, 0);
        transform: matrix(1.094, 0, 0, 1.123, 0, 0)
    }

    13.61% {
        -webkit-transform: matrix(1.112, 0, 0, 1.133, 0, 0);
        transform: matrix(1.112, 0, 0, 1.133, 0, 0)
    }

    14.11% {
        -webkit-transform: matrix(1.114, 0, 0, 1.133, 0, 0);
        transform: matrix(1.114, 0, 0, 1.133, 0, 0)
    }

    17.52% {
        -webkit-transform: matrix(1.121, 0, 0, 1.124, 0, 0);
        transform: matrix(1.121, 0, 0, 1.124, 0, 0)
    }

    18.72% {
        -webkit-transform: matrix(1.121, 0, 0, 1.119, 0, 0);
        transform: matrix(1.121, 0, 0, 1.119, 0, 0)
    }

    21.32% {
        -webkit-transform: matrix(1.12, 0, 0, 1.107, 0, 0);
        transform: matrix(1.12, 0, 0, 1.107, 0, 0)
    }

    24.32% {
        -webkit-transform: matrix(1.115, 0, 0, 1.096, 0, 0);
        transform: matrix(1.115, 0, 0, 1.096, 0, 0)
    }

    25.23% {
        -webkit-transform: matrix(1.113, 0, 0, 1.094, 0, 0);
        transform: matrix(1.113, 0, 0, 1.094, 0, 0)
    }

    29.03% {
        -webkit-transform: matrix(1.106, 0, 0, 1.09, 0, 0);
        transform: matrix(1.106, 0, 0, 1.09, 0, 0)
    }

    29.93% {
        -webkit-transform: matrix(1.105, 0, 0, 1.09, 0, 0);
        transform: matrix(1.105, 0, 0, 1.09, 0, 0)
    }

    35.54% {
        -webkit-transform: matrix(1.098, 0, 0, 1.096, 0, 0);
        transform: matrix(1.098, 0, 0, 1.096, 0, 0)
    }

    36.74% {
        -webkit-transform: matrix(1.097, 0, 0, 1.098, 0, 0);
        transform: matrix(1.097, 0, 0, 1.098, 0, 0)
    }

    41.04% {
        -webkit-transform: matrix(1.096, 0, 0, 1.102, 0, 0);
        transform: matrix(1.096, 0, 0, 1.102, 0, 0)
    }

    44.44% {
        -webkit-transform: matrix(1.097, 0, 0, 1.103, 0, 0);
        transform: matrix(1.097, 0, 0, 1.103, 0, 0)
    }

    52.15% {
        -webkit-transform: matrix(1.099, 0, 0, 1.101, 0, 0);
        transform: matrix(1.099, 0, 0, 1.101, 0, 0)
    }

    59.86% {
        -webkit-transform: matrix(1.101, 0, 0, 1.099, 0, 0);
        transform: matrix(1.101, 0, 0, 1.099, 0, 0)
    }

    63.26% {
        -webkit-transform: matrix(1.101, 0, 0, 1.099, 0, 0);
        transform: matrix(1.101, 0, 0, 1.099, 0, 0)
    }

    75.28% {
        -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0)
    }

    85.49% {
        -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0)
    }

    90.69% {
        -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0)
    }

    100% {
        -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
        transform: matrix(1.1, 0, 0, 1.1, 0, 0)
    }
}

@keyframes notbed {
    0% {
        opacity: .7
    }

    2.5% {
        opacity: 1
    }

    5% {
        opacity: .7
    }

    7.5% {
        opacity: .95
    }

    10% {
        opacity: .95
    }

    15% {
        opacity: .7
    }

    20% {
        opacity: 1
    }

    25% {
        opacity: .7
    }

    30% {
        opacity: 1
    }

    100% {
        opacity: .95
    }
}

.heehee {
    animation-name: notbed;
    animation-duration: 2s;
    animation-delay: 0;
    animation-iteration-count: infinite;
    animation-timing-function: steps(40);
    animation-direction: alternate;
    animation-play-state: running;
    white-space: nowrap;
    animation-fill-mode: both;
    z-index: 1
}

@keyframes float {
    0% {
        transform: scale(1) translate(0)
    }

    30% {
        transform: scale(1.05) translateY(15px)
    }

    80% {
        transform: scale(1) translate(0)
    }

    100% {
        transform: scale(1.05) translate(0)
    }
}

@keyframes kv_glow {
    0% {
        transform: rotate(0deg);
        filter: brightness(100%)
    }

    50% {
        transform: rotate(180deg);
        filter: brightness(200%)
    }

    100% {
        transform: rotate(360deg);
        filter: brightness(100%)
    }
}

@keyframes index_kv_float {
    0% {
        transform: scale(1) translate(0)
    }

    50% {
        transform: scale(1.1) translate(0)
    }

    100% {
        transform: scale(1) translate(0)
    }
}

@keyframes award_float {
    0% {
        transform: scale(1) translate(0)
    }

    50% {
        transform: scale(1.05) translate(0)
    }

    100% {
        transform: scale(1) translate(0)
    }
}

@keyframes rotaFace {
    0% {
        transform: rotate(0deg);
        filter: brightness(100%)
    }

    25% {
        filter: brightness(150%)
    }

    50% {
        transform: rotate(5deg);
        filter: brightness(100%)
    }

    75% {
        filter: brightness(70%)
    }

    100% {
        transform: rotate(0deg);
        filter: brightness(100%)
    }
}

@keyframes rotaFace2 {
    0% {
        transform: rotate(0deg) translateY(0);
        filter: brightness(100%)
    }

    10% {
        filter: brightness(150%)
    }

    20% {
        filter: brightness(100%)
    }

    30% {
        filter: brightness(150%)
    }

    40% {
        filter: brightness(100%)
    }

    50% {
        transform: rotate(10deg) translateY(50px);
        filter: brightness(150%)
    }

    60% {
        filter: brightness(100%)
    }

    70% {
        filter: brightness(150%)
    }

    80% {
        filter: brightness(100%)
    }

    90% {
        filter: brightness(150%)
    }

    100% {
        transform: rotate(0deg) translateY(0);
        filter: brightness(100%)
    }
}

@keyframes giftFade {
    0% {
        transform: scale(1) translate(-50%, -50%) rotate(0deg);
        opacity: 1
    }

    20% {
        transform: scale(1) translate(60%, -50%) rotate(360deg);
        opacity: 1
    }

    60% {
        transform: scale(1) translate(60%, -50%) rotate(360deg);
        opacity: 1
    }

    80% {
        transform: scale(1) translate(-50%, -50%) rotate(0deg);
        opacity: 1
    }

    100% {
        transform: scale(1) translate(-50%, -50%) rotate(0deg);
        opacity: 1
    }
}

@keyframes train_bg_ani {
    0% {
        transform: scale(1);
        filter: contrast(100%) brightness(100%);
        opacity: 1
    }

    20% {
        transform: scale(1.03) rotate(2deg);
        filter: contrast(200%) brightness(200%);
        opacity: .5
    }

    100% {
        transform: scale(1);
        filter: contrast(100%) brightness(100%);
        opacity: .3
    }
}

@keyframes video_dot_rota {
    0% {
        transform: rotate(0deg) scale(1);
        filter: contrast(100%) brightness(100%)
    }

    33% {
        transform: rotate(-120deg) scale(1.2);
        filter: contrast(200%) brightness(200%)
    }

    66% {
        transform: rotate(-240deg) scale(0.8);
        filter: contrast(70%) brightness(70%)
    }

    100% {
        transform: rotate(-360deg) scale(1);
        filter: contrast(100%) brightness(100%)
    }
}

@keyframes video_ball_rota {
    0% {
        transform: rotate(0deg) scale(1);
        filter: contrast(100%) brightness(100%)
    }

    33% {
        transform: rotate(120deg) scale(1.2);
        filter: contrast(150%) brightness(150%)
    }

    66% {
        transform: rotate(240deg) scale(0.9);
        filter: contrast(70%) brightness(70%)
    }

    100% {
        transform: rotate(360deg) scale(1);
        filter: contrast(100%) brightness(100%)
    }
}

@keyframes video_head_rota {
    0% {
        transform: rotate3d(0, 0, 0, 0deg) scaleY(1) translateY(0)
    }

    33% {
        transform: rotate3d(1, 0, 0, 20deg) scaleY(1.1) translateY(0)
    }

    66% {
        transform: rotate3d(1, 0, 0, 5deg) scaleY(1) translateY(0)
    }

    100% {
        transform: rotate3d(0, 0, 0, 0deg) scaleY(1) translateY(0)
    }
}

@keyframes kv_cir_rota {
    0% {
        transform: rotate(0deg);
        filter: contrast(100%) brightness(100%)
    }

    100% {
        filter: contrast(200%) brightness(200%)
    }

    100% {
        transform: rotate(360deg);
        filter: contrast(100%) brightness(100%)
    }
}

@keyframes moveNum {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 100% 0%
    }
}

@keyframes moveLucturerNum {
    0% {
        background-position: 0% 0%
    }

    100% {
        background-position: 116% 0%
    }
}

@keyframes showBox {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes kv_btn {
    0% {
        transform: translateY(0)
    }

    10% {
        transform: translateY(-15px)
    }

    20% {
        transform: translateY(0)
    }

    28% {
        transform: translateY(-10px)
    }

    35% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0)
    }
}

[data-aos=setEvent] {
    opacity: 1
}

[data-aos=setEvent].aos-animate {
    opacity: 1
}

.kv {
    position: relative;
    margin: 0;
    width: 100vw;
    height: 80vh;
}

.kv-inner {
    position: absolute;
    top: 0;
    left: 50%;
    width: 142.222224vh;
    height: 80vh;
    transform: translateX(-50%)
}

.kv_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/kv/kv_bg.png) 100% 40%/cover no-repeat
}

.kv_bg-arr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/kv/kv_arr.png) 100% 40%/cover no-repeat;
    mix-blend-mode: screen
}

.kv_bg-man {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../../assets/images/kv/kv_man.png) 100% 40%/cover no-repeat;
    mix-blend-mode: hard-light
}

.kv img {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto
}

.kv_t1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 68%;
    height: auto;
    transform: translate(-42%, -70%)
}

.kv_t1-inner {
    position: relative;
    width: 100%
}

.kv_t2 {
    position: absolute;
    top: 45%;
    left: 57%;
    width: 65%;
    height: auto;
    transform: translate(-55%, -135%)
}

.kv_t2-inner {
    position: relative;
    width: 100%
}

.kv_logo {
    position: absolute;
    left: 0;
    top: 0;
    margin: 3% 5%;
    width: 15.625%;
    height: auto
}

.kv_logo-inner {
    position: relative;
    width: 100%
}

.btns {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    gap: 50px;
    left: 50%;
    transform: translateX(-50%);
    /* bottom: -10px; */
    z-index: 999;
    top: 30px
}

.btns .btn {
    background: #01162A;
    width: 250px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #00a0e9;
    color: #00a0e9;
}

.btns .btn.active {
    background: #00a0e9;
}

.btns .btn.active p {
    color: white;
}

.btns .btn.active img {
    display: block;
}

.btns .btn:hover {
    background: #006593;
}

.btns .btn p {
    font-size: 1.5rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, .8), 0 1px 1px rgba(255, 255, 255, .5);
    letter-spacing: 0.4rem;
    font-weight: bold;
}

.btns .btn:hover p {
    color: #fff;
}

.btns .btn img {
    position: relative;
    width: 100%;
    max-width: 30px;
    height: auto;
    margin: 0 0 0 15px;
    transition: all .2sease-out;
    margin-right: 12px;
    display: none;
}

.intro .container {
    max-width: 900px
}

.intro p {
    position: relative;
    margin: 15px auto;
    font-size: 1.375rem;
    font-weight: 300;
    line-height: 1.7;
    text-align: center;
    color: #fff
}

.intro .items {
    position: relative;
    width: 100%;
    max-width: 900px;
    padding: 35px 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 50px
}

.intro .items .item {
    position: relative;
    flex: 0 1 33%
}

.intro .items .item .icon {
    position: relative;
    width: 100%;
    text-align: center
}

.intro .items .item .icon img {
    position: relative;
    width: 100%;
    max-width: 110px;
    height: auto
}

.intro .items .item .HL {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
    padding: 10px 10px;
    margin: 15px auto
}

.intro .items .item .HL img {
    position: relative;
    width: 100%;
    max-width: 25px;
    height: auto;
    margin: 0 10px 0 0
}

.intro .items .item .HL::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(90deg, #00e1ff, #66ffcc, #00e1ff);
    transform: skewX(-15deg);
    opacity: .5;
    z-index: -1
}

.intro .items .item .w {
    position: relative;
    width: 100%;
    font-size: 1.375rem;
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: .0625rem;
    color: #fff
}

.sc_issue .items {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch
}

.sc_issue .items .item {
    position: relative;
    flex: 0 1 33%;
    box-sizing: border-box;
    padding: 20px;
    text-decoration: none;
    cursor: pointer
}

.sc_issue .items .item.hot::before {
    content: "Hot！";
    color: white;
    font-weight: bold;
    position: absolute;
    font-size: 14px;
    top: 10%;
    right: 4%;
    width: 45px;
    height: 25px;
    background-color: #ff0000;
    transform: translateY(-50%);
    /* clip-path: polygon(0 0, 0% 100%, 100% 0%); */
    z-index: 2;
    transition: all .2s ease-out;
    padding: 5px;
    border-radius: 5px;
    animation: hotBounce 1.2s linear infinite  normal both;
}

.sc_issue .items .item.new::before {
    content: "New！";
    color: white;
    font-weight: bold;
    position: absolute;
    font-size: 14px;
    top: 10%;
    right: 4%;
    width: 45px;
    height: 25px;
    background-color: #ff0000;
    transform: translateY(-50%);
    /* clip-path: polygon(0 0, 0% 100%, 100% 0%); */
    z-index: 2;
    transition: all .2s ease-out;
    padding: 5px;
    border-radius: 5px;
    animation: hotBounce 1.2s linear infinite  normal both;
}

@keyframes hotBounce {
    0% {
        transform: scale(1);
    }

    10% {
        transform: scale(1.2);
    }

    20% {
        transform: scale(1);
    }

    30% {
        transform: scale(1.2);
    }

    40% {
        transform: scale(1);
    }

    100% {
        transform: scale(1);
    }
    
}

.sc_issue .items .item.active .item-inner {
    box-shadow: 0 5px 15px rgba(236, 244, 254, .5)
}

.sc_issue .items .item.active .item-inner .num {
    text-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    background-image: linear-gradient(180deg, #66ffcc, #00e1ff)
}

.sc_issue .items .item.active .item-inner .num::after {
    background-image: linear-gradient(180deg, #66ffcc, #00e1ff)
}

.sc_issue .items .item.active .item-inner .cnt {
    text-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    background-color: #00a0e9
}

.sc_issue .items .item:hover .item-inner {
    box-shadow: 0 5px 15px rgba(236, 244, 254, .5)
}

.sc_issue .items .item:hover .item-inner .num {
    text-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    background-image: linear-gradient(180deg, #66ffcc, #00e1ff)
}

.sc_issue .items .item:hover .item-inner .num::after {
    background-image: linear-gradient(180deg, #66ffcc, #00e1ff)
}

.sc_issue .items .item:hover .item-inner .cnt {
    text-shadow: 0 3px 5px rgba(0, 0, 0, .5);
    background-color: #00a0e9
}

.sc_issue .items .item:active .item-inner {
    box-shadow: 0 0 5px rgba(236, 244, 254, .5)
}

.sc_issue .items .item:active .item-inner .num {
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background-image: linear-gradient(180deg, rgba(102, 255, 204, 0.7), rgba(0, 225, 255, 0.7))
}

.sc_issue .items .item:active .item-inner .num::after {
    background-image: linear-gradient(180deg, rgba(102, 255, 204, 0.7), rgba(0, 225, 255, 0.7))
}

.sc_issue .items .item:active .item-inner .cnt {
    text-shadow: 0 0 5px rgba(0, 0, 0, .5);
    background-color: rgba(0, 160, 233, .7)
}

.sc_issue .items .item-inner {
    position: relative;
    width: 100%;
    min-height: 120px;
    color: #fff;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    transition: all .2s ease-out
}

.sc_issue .items .item-inner .num {
    position: relative;
    flex: 0 1 50px;
    font-size: 1.625rem;
    font-weight: bold;
    text-shadow: 0 0 0 rgba(0, 0, 0, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(180deg, rgba(102, 255, 204, 0.5), rgba(0, 225, 255, 0.5));
    transition: all .2s ease-out
}

.sc_issue .items .item-inner .num::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -15px;
    width: 15px;
    height: 25px;
    background-image: linear-gradient(180deg, rgba(102, 255, 204, 0.5), rgba(0, 225, 255, 0.5));
    transform: translateY(-50%);
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
    z-index: 1;
    transition: all .2s ease-out
}

.sc_issue .items .item-inner .cnt {
    position: relative;
    flex: 1 0 0;
    background-color: rgba(0, 160, 233, .2);
    text-shadow: 0 0 0 rgba(0, 0, 0, .5);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transition: all .2s ease-out
}

.sc_issue .items .item-inner .cnt .c {
    position: relative;
    flex: 1 0 0;
    font-size: 1.375rem;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0
}

.sc_issue .items .item-inner .cnt .n {
    position: relative;
    flex: 0 1 0;
    font-size: .875rem;
    width: 100%;
    padding: 3px 10px;
    text-align: right;
    background-image: linear-gradient(90deg, rgba(102, 255, 204, 0), 70%, rgba(102, 255, 204, 0.5), rgba(0, 225, 255, 0.5))
}

.show_issue {
    padding: 0 0 100px 0
}

.show_issue .container {
    max-width: 1050px
}

.show_issue .case {
    position: relative;
    width: 100%;
    display: none;
    padding: 30px 0 0 0
}


.show_issue .case.active {
    display: block
}

.show_issue .case_box {
    position: relative;
    width: 100%
}


.show_issue .case_box .r {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    background-color: rgba(0, 160, 233, .1);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.4
}

.show_issue .case_box .r.newCase {
    text-shadow: 0 3px 5px rgba(1, 13, 27, .5)
}

.show_issue .case_box .r.newCase .tit {
    padding: 15px 15px 15px;
    font-weight: 500;
    background-image: linear-gradient(90deg, rgba(102, 255, 204, 0.4), rgba(0, 225, 255, 0.4), rgba(0, 160, 233, 0))
}

.show_issue .case.nospk .r .tit {
    flex: 0 1 50%;
}

.show_issue .case.nospk .r .topic {
    flex: 0 1 50%;
}


.show_issue .case_box .r.newCase .tit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background-image: linear-gradient(180deg, #66ffcc, #00e1ff, #00a0e9)
}

.show_issue .case_box .r.newCase .tit::after {
    content: "NEW";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 15px;
    border-radius: 0 0 0 0;
    color: #fff;
    font-size: .875rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    background: linear-gradient(90deg, #ff6a00, #f8c549, rgba(255, 106, 0, 0))
}

.show_issue .case_box .r:nth-child(2n) {
    background-color: rgba(0, 160, 233, .3)
}

.show_issue .case_box .r.th {
    background-color: #00a0e9;
    text-shadow: 0 3px 5px rgba(1, 13, 27, .5)
}

.show_issue .case_box .r.th .tit {
    font-size: 1.125rem;
    font-weight: 500
}

.show_issue .case_box .r.th .spk {
    font-size: 1.125rem;
    font-weight: 500
}

.show_issue .case_box .r.th .topic {
    font-size: 1.125rem;
    font-weight: 500
}

.show_issue .case_box .r .tit {
    position: relative;
    flex: 0 1 30%;
    box-sizing: border-box;
    padding: 30px 20px;
    outline: 1px solid #010d1b;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.show_issue .case_box .r .spk {
    position: relative;
    flex: 0 1 30%;
    box-sizing: border-box;
    padding: 30px 20px;
    outline: 1px solid #010d1b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-weight: 500
}

.show_issue .case_box .r .spk p {
    margin: 0 0 10px 0
}

.show_issue .case_box .r .spk p:last-child {
    margin: 0
}

.show_issue .case_box .r .spk span {
    font-size: .875rem;
    font-weight: 300
}

.show_issue .case_box .r .topic {
    position: relative;
    flex: 0 1 40%;
    box-sizing: border-box;
    padding: 30px 20px;
    font-size: 1.125rem;
    outline: 1px solid #010d1b;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.show_issue .case_box .r .topic ul {
    position: relative;
    padding: 0 0 0 20px
}

.show_issue .case_box .r .topic ol {
    position: relative;
    padding: 0 0 0 15px;
    margin: 0 0 5px 0;
    font-size: 1rem
}

.show_issue .case_box .r .topic ol.a {
    list-style-type: lower-alpha
}

@media(max-width: 1400px) {
    .intro p {
        margin: 15px auto;
        font-size: 1rem
    }

    .intro .items {
        padding: 35px 0;
        gap: 50px
    }

    .intro .items .item .icon img {
        max-width: 110px
    }

    .intro .items .item .HL {
        font-size: 1.125rem;
        padding: 10px 10px;
        margin: 15px auto
    }

    .intro .items .item .HL img {
        max-width: 1.25rem
    }

    .intro .items .item .w {
        font-size: 1rem
    }

    .sc_issue .items .item {
        padding: 20px
    }

    .sc_issue .items .item-inner {
        min-height: 100px
    }

    .sc_issue .items .item-inner .num {
        flex: 0 1 50px;
        font-size: 1.25rem
    }

    .sc_issue .items .item-inner .cnt .c {
        font-size: 1.25rem
    }

    .sc_issue .items .item-inner .cnt .n {
        font-size: .75rem
    }
}

@media(max-width: 768px) {
    .kv {
        height: 70vw
    }

    .kv-inner {
        top: auto;
        bottom: 0;
        left: 50%;
        width: 97.777779vw;
        height: 55vw
    }

    .intro p {
        margin: 15px auto;
        font-size: 1.125rem;
        text-align: justify
    }

    .intro .items {
        padding: 20px 0;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 30px
    }

    .intro .items .item {
        position: relative;
        flex: 0 1 33%;
        max-width: 80%
    }

    .intro .items .item .HL {
        font-size: 1.5rem
    }

    .intro .items .item .w {
        font-size: 1.125rem
    }

    .sc_issue .items {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: stretch
    }

    .sc_issue .items .item {
        flex: 0 1 50%;
        padding: 10px
    }

    .sc_issue .items .item-inner {
        min-height: 80px
    }

    .sc_issue .items .item-inner .num {
        flex: 0 1 30px;
        font-size: 1.25rem
    }

    .sc_issue .items .item-inner .num::after {
        right: -5px;
        width: 5px;
        height: 15px
    }

    .sc_issue .items .item-inner .cnt .c {
        font-size: 1.125rem
    }

    .sc_issue .items .item-inner .cnt .n {
        font-size: .75rem
    }

    .show_issue {
        padding: 0 0 100px 0
    }

    .show_issue .container {
        max-width: 1000px
    }

    .show_issue .case {
        padding: 20px 0 0 0
    }

    .show_issue .case_box .r {
        flex-wrap: wrap;
        font-size: 1rem;
        border: solid #010d1b;
        border-width: 1px 0;
        font-size: 1.25rem;
        margin: 20px 0
    }

    .show_issue .case_box .r::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background-image: linear-gradient(180deg, rgba(0, 160, 233, 0.3))
    }

    .show_issue .case_box .r.newCase {
        text-shadow: 0 3px 5px rgba(1, 13, 27, .5);
        background-image: linear-gradient(90deg, rgba(102, 255, 204, 0.4), rgba(0, 225, 255, 0.4), rgba(0, 160, 233, 0))
    }

    .show_issue .case_box .r.newCase::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 5px;
        height: 100%;
        background-image: linear-gradient(180deg, #66ffcc, #00e1ff, #00a0e9)
    }

    .show_issue .case_box .r.newCase .tit {
        padding: 25px 15px 15px;
        text-shadow: 0 3px 5px rgba(1, 13, 27, .5);
        background-image: linear-gradient(90deg, rgba(102, 255, 204, 0), rgba(0, 225, 255, 0), rgba(0, 160, 233, 0))
    }

    .show_issue .case_box .r.newCase .tit::before {
        opacity: 0
    }

    .show_issue .case_box .r.newCase .tit::after {
        content: "NEW";
        padding: 2px 10px;
        font-size: .75rem
    }

    .show_issue .case_box .r.th .tit {
        text-shadow: 0 3px 5px rgba(1, 13, 27, .5)
    }

    .show_issue .case_box .r .tit {
        text-shadow: 0 3px 5px rgba(236, 244, 254, .3);
        font-weight: 500;
        flex: 0 1 50%;
        padding: 15px;
        outline: 1px solid rgba(1, 13, 27, .2)
    }

    .show_issue .case_box .r .spk {
        flex: 0 1 50%;
        padding: 15px;
        outline: 1px solid rgba(1, 13, 27, .2)
    }

    .show_issue .case_box .r .topic {
        font-size: 1.125rem;
        flex: 0 1 100%;
        padding: 15px;
        outline: 1px solid rgba(1, 13, 27, .2)
    }
}

/*# sourceMappingURL=all.min.css.map */