/*@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";:root {*/
/*    font-size: 16px*/
/*}*/

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

body {
    overflow-x: hidden;
    background-color: #fff
}

img {
    max-width: 100%;
    height: auto
}

.wrapper {
    /* font-family: "Noto Sans TC",sans-serif; */
    background-color: #0149af;
    color: #fff
}

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

.btnRegistration {
    border-radius: 5px !important;
    overflow: hidden
}

.btnRegistration a {
    border-radius: 5px !important;
    overflow: hidden
}

main {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-image: linear-gradient(0deg, rgba(1, 73, 175, 0.5), rgba(4, 51, 105, 0.6), rgba(2, 37, 93, 0.9))
}

@media(max-width: 768px) {
    main {
        background-image:linear-gradient(180deg, #0149af, #043369, #02255d)
    }
}

.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%, #a31cb3);
    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(135deg, #f8c549, #f8c549);
    background: linear-gradient(120deg, rgba(107, 216, 255, 0.8), rgba(107, 216, 255, 0.8));
    box-shadow: 0 0 .5rem .1rem rgba(15,249,255,.6);
    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;
    z-index: 999;
    transition: all .2s ease-out
}

header .nav_area.is_active {
    background-color: rgba(4,41,194,.6)
}

header .nav_area .logo {
    width: 210px
}

header .nav_area ul {
    height: 50px
}

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

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: block
}

header .nav_sns .hover_holder {
    cursor: pointer
}

header .nav_sns .hover_menu {
    position: absolute;
    padding: .5em 0;
    display: none
}

header .nav_sns .hover_menu .hover_item {
    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: flex-end;
    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 1% 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
}

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 .2s ease-out
}

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

header .nav_area ul li.btn a {
    padding: 8px 25px;
    color: #fff;
    border: 1px solid #473b87;
    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;
    align-items: center;
    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, #0ff9ff, 5%, #031db0, 45%, #5729e4)
}

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

.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 .btn-close {
    position: absolute;
    top: 25px;
    right: 30px;
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
    cursor: pointer
}

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

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

.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.is_active {
        background-color:rgba(4,41,194,0)
    }

    header .nav_area ul {
        margin: 0 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 {
        margin: 0 5% 0 0
    }

    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 {
        margin: 0 5% 0 0
    }

    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.is_active {
        background-color: rgba(4,41,194,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: #fff;
        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: 50px;
        right: 0;
        cursor: pointer;
        padding: 0 12px;
        text-align: right;
        transform: translateY(0)
    }

    header .nav_area {
        position: absolute;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #000f65;
        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;
        top: 25%;
        left: 0%
    }

    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 {
        text-align: left
    }

    .modal .modal-header .btn-close {
        top: 18px;
        right: 5px
    }

    .modal .modal-header .modal-title {
        font-size: 1.25rem
    }

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

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

    .modal .modal-body ul {
        font-size: 14px
    }
}

.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% {
        transform: matrix(1.1, 0, 0, 1.1, 0, 0)
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        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 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
}

.mainBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

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

.mainBg .bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mainBg .bg_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.mainBg .bg_inner .line {
    position: absolute;
    top: 13.5%;
    left: -10%;
    z-index: 2;
    width: 84.2708333333%;
    mix-blend-mode: overlay;
    opacity: 0
}

.mainBg .bg_inner .icon {
    width: 100%
}

.mainBg .bg_inner .icon1 {
    position: absolute;
    top: 46%;
    left: 10.5%;
    z-index: 3;
    width: 82.65625%;
    mix-blend-mode: color-dodge
}

.mainBg .bg_inner .icon2 {
    position: absolute;
    top: 38%;
    left: 16%;
    z-index: 3;
    width: 75.46875%;
    mix-blend-mode: color-dodge
}

.mainBg .bg_inner .squares_m {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    mix-blend-mode: overlay
}

.mainBg .bg_inner .squares_b {
    position: absolute;
    top: 0%;
    left: 0%;
    z-index: 2;
    mix-blend-mode: overlay
}

.mainBg .bg_inner .kv_bg {
    position: absolute
}

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

    50% {
        transform: scale(1.1) translateX(30px)
    }

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

.mainBg .item {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 46.875%;
    transform: translate(-55%, -5%)
}

.mainBg .logos {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.mainBg .logos .logo {
    position: absolute;
    top: 50%;
    left: 50%
}

.kv {
    position: relative;
    margin: 0;
    height: 50vw;
    overflow: hidden
}

.kv .logo {
    width: 8.59375%;
    position: absolute;
    top: 5%;
    left: 2%
}

.kv .tit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-45%, -25%)
}

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

.kv .t1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -195%);
    width: 48.5416666667%
}

.kv .t2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -670%);
    width: 36.0416666667%
}

.kv .t3 {
    position: absolute;
    bottom: 5%;
    left: 5%;
    width: 32.34375%
}

.sc_intro {
    position: relative;
    width: 100%;
    padding-top: 30px;
    z-index: 2
}

.sc_intro .timer {
    color: #fff;
    text-align: center;
    letter-spacing: -4px;
    margin-bottom: 2rem
}

.sc_intro .timer .tb {
    position: relative;
    display: inline-block;
    width: 4rem;
    height: 3.5rem;
    padding-bottom: 1.5rem;
    border: 1px solid rgba(255,255,255,.5);
    background-color: #000;
    letter-spacing: normal
}

.sc_intro .timer .tb::after {
    position: absolute;
    left: 0;
    bottom: 6px;
    width: 100%;
    line-height: 1;
    text-align: center;
    font-weight: 300;
    color: #e2ace6
}

.sc_intro .timer .tb span {
    position: absolute;
    left: 50%;
    top: calc(50% - .5rem);
    transform: translate(-50%, -50%);
    font-size: 1.5rem
}

.sc_intro .timer .d {
    border-radius: 1rem 0 0 1rem
}

.sc_intro .timer .d::after {
    content: "day"
}

.sc_intro .timer .h::after {
    content: "hour"
}

.sc_intro .timer .m::after {
    content: "min"
}

.sc_intro .timer .s {
    border-radius: 0 1rem 1rem 0
}

.sc_intro .timer .s::after {
    content: "sec"
}

.sc_intro .bttns {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.sc_intro .bttns .bttn {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: .15rem;
    padding: 1.5rem 3.75rem;
    border: 1px solid rgba(255,255,255,.9);
    outline: none;
    border-radius: 10rem;
    cursor: pointer;
    background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(31, 215, 232, 0.873) 60%);
    color: #eaeaea;
    font-weight: 700;
    box-shadow: 0px 0px 60px #1f4c65;
    margin: 1rem;
    text-decoration: none;
    transition: all .3s
}

.sc_intro .bttns .bttn:hover {
    transform: scale(1.05)
}

.sc_intro .intro-cnt p {
    position: relative;
    font-size: 1.3125rem;
    line-height: 1.75
}

.sc_intro .intro-cnt a {
    color: #6bd8ff;
    transition: color .3s
}

.sc_intro .intro-cnt a:hover {
    color: #0dfdfe;
    text-decoration: none
}

.sc_highlight {
    position: relative;
    width: 100%;
    padding-top: 40px
}

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

.sc_highlight .tit {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.75rem
}

.sc_highlight .tit_inner {
    font-size: 2.375rem;
    font-weight: bold;
    letter-spacing: .1rem
}

.sc_highlight ul {
    margin-bottom: 3rem
}

.sc_highlight ul li {
    font-size: 1.3125rem;
    line-height: 1.55;
    margin-left: 1.25rem;
    margin-bottom: 1rem
}

.sc_highlight ul li span {
    position: relative;
    font-weight: bold
}

.sc_highlight ul li span::before {
    content: "";
    position: absolute;
    top: 40%;
    margin-left: -1.25rem;
    width: 10px;
    height: 10px;
    background-color: #0bfaff
}

.sc_highlight .cta {
    text-align: center
}

.sc_highlight .cta .bttn {
    display: inline-block;
    font-size: 1.5rem;
    letter-spacing: .15rem;
    padding: 1.5rem 3.75rem;
    border: 1px solid rgba(255,255,255,.9);
    outline: none;
    border-radius: 10rem;
    cursor: pointer;
    background-color: #02255d;
    color: #eaeaea;
    font-weight: 700;
    box-shadow: 0px 0px 60px #1f4c65;
    text-decoration: none;
    transition: all 1s
}

.sc_highlight .cta .bttn:hover {
    background: #021d4e;
    background: linear-gradient(270deg, rgba(2, 29, 78, 0.681) 0%, rgba(31, 215, 232, 0.873) 60%)
}

.sc_agenda {
    position: relative;
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
    text-align: center
}

.sc_agenda .tit {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.75rem
}

.sc_agenda .tit_inner {
    font-size: 2.375rem;
    font-weight: bold;
    letter-spacing: .1rem
}

.sc_agenda .container {
    max-width: 1260px
}

.sc_agenda .cnt {
    position: relative;
    width: 100%;
    display: none;
    flex-direction: column;
    justify-content: stretch;
    align-items: flex-start;
    background-color: rgba(255,255,255,.9);
    margin-bottom: 1.5rem
}

.sc_agenda .cnt.day1 {
    position: relative;
    display: flex
}

.sc_agenda .cnt .list {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 24px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #373f41;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center
}

.sc_agenda .cnt .list.HL {
    background: linear-gradient(90deg, rgba(13, 253, 254, 0.5), rgba(4, 41, 194, 0.5))
}

.sc_agenda .cnt .list.HL::after {
    height: 1px
}

.sc_agenda .cnt .list.HL .subject {
    color: #0665cf
}

.sc_agenda .cnt .list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #0dfdfe, #0429c2)
}

.sc_agenda .cnt .list:last-child::after {
    height: 0
}

.sc_agenda .cnt .list .time {
    position: relative;
    flex: 0 0 10%
}

.sc_agenda .cnt .list .subject {
    position: relative;
    flex: 0 0 70%;
    box-sizing: border-box;
    padding: 0 30px;
    text-align: left;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0
}

.sc_agenda .cnt .list .subject .topicBtn {
    position: relative;
    flex: 0 0 100px;
    min-width: 100px;
    box-sizing: border-box;
    padding: .25rem .5rem;
    margin-bottom: .5rem;
    display: block;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 1px solid #355969;
    background-color: #355969;
    color: #fff;
    font-size: 14px;
    letter-spacing: .05rem;
    font-weight: 400;
    transform: translateY(0);
    box-shadow: 0 0 0 rgba(0,0,0,.4);
    transition: all .2s ease-out
}

.sc_agenda .cnt .list .subject .topicBtn:hover {
    background-color: rgba(0,0,0,0);
    color: #355969;
    transform: translateY(-3px);
    box-shadow: 0 5px 5px rgba(0,0,0,.4)
}

.sc_agenda .cnt .list .spk {
    position: relative;
    flex: 0 0 20%;
    min-width: 280px;
    font-size: 1.125rem;
    color: #373f41;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start
}

.sc_agenda .cnt .list .spk .info {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0 5px 0 0;
    display: flex;
    justify-content: space-between
}

.sc_agenda .cnt .list .spk .info_outer {
    position: relative;
    width: 100%;
    margin: .5rem auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

.sc_agenda .cnt .list .spk .st {
    position: relative;
    font-size: 1rem;
    font-weight: bold
}

.sc_agenda .cnt .list .spk .n {
    position: relative;
    font-size: 1rem;
    font-weight: 500;
    transition: all .2s ease-out;
    text-align: left
}

.sc_agenda .cnt .list .spk .n span {
    color: #031db0;
    font-weight: bold
}

.sc_agenda p {
    font-size: 1.25rem
}

.sc_speaker .tit {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.75rem
}

.sc_speaker .tit_inner {
    font-size: 2.375rem;
    font-weight: bold;
    letter-spacing: .1rem
}

.sc_speaker .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.sc_speaker .items .item {
    text-align: center;
    margin-bottom: 1.75rem;
    font-size: 1.25rem;
    margin: 1.25rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.sc_speaker .items .item .img-outer {
    max-width: 300px;
    overflow: hidden;
    border-radius: 1rem;
    margin-bottom: 1.3rem
}

.sc_speaker .items .item .img-outer img {
    max-width: 300px;
    border-radius: 1rem;
    transition: all .3s
}

.sc_speaker .items .item .img-outer img:hover {
    transform: scale(1.1) translateY(10px)
}

.sc_speaker .items .item .c {
    margin-bottom: .1rem;
    line-height: 1.5
}

.sc_speaker .items .item .j {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: .5rem
}

.sc_speaker .items .item .n {
    color: #0ff9ff;
    font-size: 1.5rem
}

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

.sc_gift .tit {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.75rem
}

.sc_gift .tit_inner {
    font-size: 2.375rem;
    font-weight: bold;
    letter-spacing: .1rem
}

.sc_gift .cnt {
    margin-top: 30px;
    text-align: center;
    width: 100%
}

.sc_gift .cnt .gift,.sc_gift .cnt .gifts {
    margin-bottom: 2rem;
    width: 100%
}

.sc_gift .cnt .gift .subtit,.sc_gift .cnt .gifts .subtit {
    margin-bottom: 1.5rem;
    font-size: 1.35rem;
    background-color: #02255d;
    border-radius: 1rem;
    display: inline-block;
    padding: 1rem 1.5rem;
    line-height: 1.5
}

.sc_gift .cnt .gift .items,.sc_gift .cnt .gifts .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sc_gift .cnt .gift .item,.sc_gift .cnt .gifts .item {
    flex: 0 0 20%
}

.sc_gift .cnt .gift .item .pic,.sc_gift .cnt .gifts .item .pic {
    border-radius: 1rem;
    max-width: 280px;
    margin-bottom: 1rem
}

.sc_gift .cnt .gift .item .name,.sc_gift .cnt .gifts .item .name {
    font-size: 1.25rem;
    letter-spacing: .05rem;
    margin-bottom: .5rem
}

.sc_gift .cnt .gift .item .num,.sc_gift .cnt .gifts .item .num {
    font-size: 1.15rem
}

.sc_location {
    position: relative;
    width: 100%;
    padding: 60px 0
}

.sc_location .tit {
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 1.75rem
}

.sc_location .tit_inner {
    font-size: 2.375rem;
    font-weight: bold;
    letter-spacing: .1rem
}

.sc_location .cnt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center
}

.sc_location .cnt iframe {
    width: 60%;
    height: 450px
}

.sc_location .cnt .info .item {
    display: flex;
    align-items: center
}

.sc_location .cnt .info .item .icon {
    max-width: 60px;
    margin: 1rem
}

.sc_location .cnt .info .item p {
    line-height: 1.25;
    font-size: 1.35rem
}

.sc_location .cnt .info .item p span {
    font-size: 1rem
}

.sc_location .cnt .info .item p a {
    color: #fff;
    transition: color .3s
}

.sc_location .cnt .info .item p a:hover {
    color: #0dfdfe;
    text-decoration: none
}

.sc_detail {
    position: relative;
    width: 100%;
    padding: 60px 0;
    color: #fff;
    background-color: #fff;
    color: #000
}

.sc_detail .tit {
    text-align: center;
    margin-bottom: 1.75rem
}

.sc_detail .tit_inner {
    font-size: 2.375rem;
    font-weight: bold;
    letter-spacing: .1rem
}

.sc_detail ol {
    position: relative;
    line-height: 1.5
}

.sc_detail ol li {
    position: relative;
    font-size: 1rem;
    line-height: 1.5
}

.sc_detail a {
    color: #6bd8ff;
    transition: color .3s
}

.sc_detail a:hover {
    color: #0dfdfe;
    text-decoration: none
}

.sc_company {
    padding: 60px;
    background-color: rgba(2,37,93,.6)
}

.sc_company .tit {
    text-align: center;
    margin-bottom: 1.75rem
}

.sc_company .tit_inner {
    font-size: 2.375rem;
    font-weight: bold;
    letter-spacing: .1rem
}

.sc_company .cnt {
    display: flex;
    justify-content: space-between
}

.sc_company .cnt .logo {
    max-width: 20%
}

.sc_company .cnt p {
    max-width: 82%;
    line-height: 1.5
}

.sc_company .cnt p a {
    color: #fff
}

.sc_company .cnt p a:hover {
    color: #00b6b7
}

@media(max-width: 768px) {
    .mainBg {
        height:80vw
    }

    .mainBg .bg {
        height: 80vw
    }

    .mainBg .bg_inner {
        height: 80vw;
        position: absolute;
        top: 20%;
        left: 10%;
        transform: scale(1.5)
    }

    .mainBg .bg_inner .shield_light {
        animation-duration: 0s
    }

    .mainBg .bg_inner .shield_main {
        animation-duration: 0s,0s
    }

    .mainBg .bg_inner .shield_shadow img {
        animation-duration: 0s,0s
    }

    .mainBg .bg_inner .boxLight {
        animation-duration: 0s,0s
    }

    .mainBg .bg_inner .code_R {
        animation-duration: 0s,0s
    }

    .mainBg .bg_inner .code_L {
        animation-duration: 0s,0s
    }

    .mainBg .bg_inner .kv_bg {
        animation: index_kv_float 0s ease-in-out normal infinite
    }

    .mainBg .item {
        width: 110%;
        transform: translate(-55%, -15%)
    }

    .kv {
        height: 80vw
    }

    .kv .logo {
        width: 100%
    }

    .kv .logo img {
        width: 20%
    }

    .kv .tit {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translate(-45%, -35%)
    }

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

    .kv .t1 {
        width: 65%;
        transform: translate(-50%, -165%)
    }

    .kv .t2 {
        width: 55%;
        transform: translate(-50%, -510%)
    }

    .kv .t3 {
        width: 50%;
        bottom: 48%;
        left: 25%
    }

    .sc_intro {
        padding-top: 30px
    }

    .sc_intro .intro-cnt p {
        font-size: 1.28rem;
        text-align: justify
    }

    .sc_intro .activity-intro {
        margin: 30px auto
    }

    .sc_intro .activity-intro img {
        display: none
    }

    .sc_intro .activity-intro .activity-box:hover .activity-address .icon_map {
        margin: 0 0 -23px 0
    }

    .sc_intro .activity-intro .activity-title .icon_map,.sc_intro .activity-intro .activity-address .icon_map {
        margin: 0 0 -23px 0
    }

    .cta_cnt {
        padding: 15px 0
    }

    .cta_cnt.agd {
        padding: 50px 0
    }

    .sc_highlight {
        padding-top: 30px
    }

    .sc_highlight li {
        line-height: 1.75;
        text-align: justify
    }

    .sc_agenda {
        padding-top: 30px
    }

    .sc_agenda .tit {
        margin-top: 1rem;
        margin-bottom: 1.25rem
    }

    .sc_agenda .cnt {
        flex-direction: column;
        justify-content: stretch;
        align-items: flex-start
    }

    .sc_agenda .cnt .list {
        padding: 15px 15px;
        font-size: 1.25rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

    .sc_agenda .cnt .list .time {
        flex: 0 0 25px
    }

    .sc_agenda .cnt .list .subject {
        flex: 1 0 auto;
        padding: 0 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        font-size: 1.25rem
    }

    .sc_agenda .cnt .list .subject .btns {
        margin: .5rem 0
    }

    .sc_agenda .cnt .list .subject .btns .topicBtn {
        display: inline-block;
        flex: 0 0 0px;
        padding: .25rem .5rem;
        margin: 0 0 0 0
    }

    .sc_agenda .cnt .list .subject .btns .spkBtn {
        display: inline-block;
        margin-bottom: 0
    }

    .sc_agenda .cnt .list .spk {
        flex: 0 0 72px;
        width: 100%;
        font-size: 1.25rem
    }

    .sc_agenda .cnt .list .spk .info {
        padding: 0 0 0 0;
        align-items: flex-end
    }

    .sc_agenda .cnt .list .spk .info_outer {
        margin: 5px auto
    }

    .sc_agenda .cnt .list .spk .info img {
        max-width: 22%
    }

    .sc_agenda .cnt .list .spk .st {
        font-size: 1rem
    }

    .sc_agenda .cnt .list .spk .n {
        font-size: 1.25rem
    }

    .sc_agenda .cnt .list .spk .t,.sc_agenda .cnt .list .spk .j {
        font-size: 1.05rem
    }

    .sc_agenda .cnt .list .spk .pic {
        width: 100px;
        min-width: 100px;
        height: 100px;
        padding: 3px
    }

    .sc_speaker {
        padding: 30px 0
    }

    .sc_speaker .tit {
        margin-top: 1rem;
        margin-bottom: 1.75rem
    }

    .sc_speaker .tit_inner {
        width: 30%;
        height: 12px
    }

    .sc_speaker .tit_inner::after {
        font-size: 2rem
    }

    .sc_speaker .items {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .sc_speaker .items .item {
        margin-bottom: 2rem
    }

    .sc_speaker .items .item .img-outer img {
        max-width: 200px
    }

    .sc_gift {
        padding: 30px 0
    }

    .sc_gift .tit {
        margin-top: 1rem;
        margin-bottom: 1.75rem
    }

    .sc_gift .cnt .gift .subtit,.sc_gift .cnt .gifts .subtit {
        margin-bottom: 1.5rem;
        font-size: 1.35rem;
        background-color: #02255d;
        border-radius: 1rem;
        display: inline-block;
        padding: 1rem 1.5rem
    }

    .sc_gift .cnt .gift .items,.sc_gift .cnt .gifts .items {
        flex-direction: column;
        justify-content: center
    }

    .sc_gift .cnt .gift .item,.sc_gift .cnt .gifts .item {
        margin-bottom: 2.25rem
    }

    .sc_gift .cnt .gift .item .name,.sc_gift .cnt .gifts .item .name {
        font-size: 1.5rem;
        margin-bottom: .5rem
    }

    .sc_gift .cnt .gift .item .num,.sc_gift .cnt .gifts .item .num {
        font-size: 1.25rem
    }

    .sc_location {
        padding: 30px 0
    }

    .sc_location .tit {
        margin-top: 1rem;
        margin-bottom: 1.25rem
    }

    .sc_location .tit_inner {
        width: 30%;
        height: 12px
    }

    .sc_location .tit_inner::after {
        font-size: 2rem
    }

    .sc_location .cnt iframe {
        width: 100%;
        height: 450px;
        margin-bottom: 1.5rem
    }

    .sc_location .cnt .info .item {
        display: flex;
        align-items: center
    }

    .sc_location .cnt .info .item .icon {
        max-width: 42px;
        margin: .75rem 1rem
    }

    .sc_location .cnt .info .item p span {
        font-size: 1.2rem
    }

    .sc_detail {
        padding: 30px 0
    }

    .sc_detail .tit {
        margin-top: 1rem;
        margin-bottom: 1.25rem
    }

    .sc_detail ol {
        position: relative;
        width: 90%;
        margin: 0 auto
    }

    .sc_detail ol li {
        position: relative;
        font-size: 1.15rem;
        line-height: 1.5
    }

    .sc_company {
        padding: 30px;
        background-color: #02255d
    }

    .sc_company .container {
        padding: 0
    }

    .sc_company .tit {
        margin-top: 1rem;
        margin-bottom: 1.25rem
    }

    .sc_company .cnt {
        flex-direction: column;
        align-items: center
    }

    .sc_company .cnt .logo {
        max-width: 100%;
        margin: 1rem 0
    }

    .sc_company .cnt p {
        max-width: 100%;
        line-height: 1.55;
        font-size: 1.15rem
    }
}

.list * {
    font-family: "Noto Sans TC",Microsoft Jhenghei,"微軟正黑體",Arial
}

.list .text_list {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-shadow: #000 .1rem .1rem .2rem;
    letter-spacing: .1rem
}

.list .text-white {
    font-size: 1.5rem;
    font-weight: 500;
    text-shadow: #000 .1rem .1rem .2rem;
    letter-spacing: .1rem
}

.list .border {
    border-color: #005cd7
}

.list header {
    background-color: #fff;
    background-image: url("../../assets/images/listBnr.jpg");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    animation: _grid 8s infinite linear alternate;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.25)
}

.list ._agenda h2 {
    font-weight: 300;
    color: #ffb718
}

.list ._agenda h2>span {
    font-size: .6em;
    color: #fff;
    background: #ffb718;
    padding: 0 .8rem;
    border-radius: 30px
}

.list ._agenda h4 {
    background: #005cd7;
    text-align: left;
    padding: .5rem 0 .5rem 1.5rem;
    border: #fff 1px solid;
    border-radius: 1rem;
    font-size: 1.05rem;
    margin-top: .8rem;
    color: #fff;
    margin-bottom: .5rem
}

.list ._agenda h5 {
    color: #666
}

.list ._agenda h4>span {
    font-size: .6em;
    display: block;
    margin-top: .5em;
    color: #fff
}

.list ._agenda .col-md-4.card {
    margin: 0;
    padding: 0
}

.list ._agenda p {
    border-left: #e0e0e0 2px solid;
    padding-left: .5em;
    margin: .1em 0 .5em 0
}

.list ._reg {
    padding: 2em
}

.list ._reg a {
    display: block;
    border-radius: 30px;
    padding: .5em 1em .2em 1em;
    text-decoration: none;
    border-style: solid;
    border-width: 2px;
    transition: all 1s
}

.list .container {
    top: 160px
}

@media(max-width: 768px) {
    .list .container {
        top:80px
    }

    .list header {
        height: 100px
    }

    .list .text_list {
        color: #fff;
        font-size: 1.25rem;
        letter-spacing: 0
    }

    .list .text-white {
        font-size: 1rem
    }
}

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
}

ul {
    list-style: none
}

.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;
    -moz-user-select: none;
    user-select: none;
    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 {
    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
}

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