@charset "UTF-8";

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 300;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Light.otf") format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 400;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Regular.otf") format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 500;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Medium.otf") format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 700;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Bold.otf") format("opentype");
    font-display: swap
}

@font-face {
    font-family: 'Noto Sans TC';
    font-style: normal;
    font-weight: 900;
    src: url("https://www.yuantabank.com.tw/bankwebIMG/event/fonts/NotoSansTC-Black.otf") format("opentype");
    font-display: swap
}

* {
    box-sizing: border-box;
    border: none;
    letter-spacing: 0
}

u {
    text-decoration: underline;
    text-underline-offset: .2rem
}

img {
    margin: 0 auto
}

body {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
    width: 100vw;
    overflow-x: hidden
}

@media screen and (max-width:575px) {
    body {
        font-size: 15px
    }
}

body .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    background: url(../img/img-kv-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

body b,
body .bold {
    font-weight: bold
}

body .blue {
    color: #0953ad
}

body .blue-shine {
    color: #52fdff
}

body .purple {
    color: #ee8dff
}

body .yellow {
    color: #ffe000
}

body .info {
    text-align: left;
    line-height: 1.3;
    color: #83b9e5
}

body .info span {
    color: #fff;
    font-size: 15px
}

body .f15 {
    font-size: 15px
}

body .center {
    text-align: center
}

body article .img img.img-mob {
    width: 100%
}

@media(min-width:640px) {
    body article .img img.img-mob {
        display: none
    }
}

body article .img img.img-desktop {
    display: none
}

@media(min-width:640px) {
    body article .img img.img-desktop {
        display: block
    }
}

body section .img img.img-mob {
    width: 100%;
    max-width: 320px
}

@media(min-width:1024px) {
    body section .img img.img-mob {
        display: none
    }
}

body section .img img.img-desktop {
    display: none
}

@media(min-width:1024px) {
    body section .img img.img-desktop {
        display: block
    }
}

.container-lg {
    width: 95%;
    margin: 0 auto;
    max-width: 1440px
}

@media(min-width:1280px) {
    .container-lg {
        width: 100%;
        padding: 0 20px
    }
}

.container-md {
    width: 94%;
    margin: 0 auto;
    max-width: 1200px
}

@media(min-width:1280px) {
    .container-md {
        width: 100%
    }
}

.container-sm {
    width: 85%;
    margin: 0 auto;
    max-width: 1000px
}

@media(min-width:1280px) {
    .container-sm {
        width: 100%
    }
}

header {
    display: flex;
    justify-content: space-between;
    padding: 0 29px 0
}

@media screen and (max-width:1024px) {
    header {
        padding: 0 0 0 20px
    }
}

header.header-top {
    background: rgba(0, 0, 0, 0);
    box-shadow: none
}

header.header-top .menu-btn span {
    background: #fff
}

header.header-top .menu-list ul li:not(:first-child)::before {
    background: #fff
}

header.header-top .menu-list ul li a {
    color: #fff
}

@media screen and (min-width:1025px) {
    header.header-top .menu-list ul li a {
        transition: all .3s ease-in-out
    }

    header.header-top .menu-list ul li a:hover {
        color: #ffe000
    }
}

header .menu-btn {
    width: 25px;
    position: absolute;
    top: 8px;
    right: 20px;
    z-index: 11
}

@media(min-width:768px) {
    header .menu-btn {
        display: none
    }
}

header .menu-btn span {
    display: block;
    margin: 7px 0;
    width: 100%;
    height: 2px;
    background: #0953ad;
    transition: all .3s ease-in-out
}

header .menu-btn.open {
    top: 13px
}

header .menu-btn.open span {
    background: #fff
}

header .menu-btn.open span:first-child {
    transform: rotate(45deg) translate(4px, 3px)
}

header .menu-btn.open span:nth-child(2) {
    display: none
}

header .menu-btn.open span:last-child {
    transform: rotate(-45deg) translate(3px, -3px)
}

header .menu-list {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #091d3d;
    z-index: 10
}

@media(min-width:768px) {
    header .menu-list {
        position: relative;
        display: flex !important;
        align-items: center;
        width: auto;
        height: auto;
        background: rgba(0, 0, 0, 0);
        padding-top: 0
    }
}

header .menu-list ul {
    position: relative
}

@media(min-width:768px) {
    header .menu-list ul {
        display: inline-flex;
        align-items: center
    }
}

header .menu-list ul li {
    cursor: pointer;
    padding: 0 30px;
    transition: all .3s ease-in-out;
    text-align: center;
    margin: 30px auto
}

@media(min-width:768px) {
    header .menu-list ul li {
        margin: 0
    }
}

header .menu-list ul li a {
    display: inline-flex;
    justify-content: center;
    color: #fff
}

@media(min-width:768px) {
    header .menu-list ul li a {
        color: #0953ad
    }
}

@media(min-width:768px) {
    header .menu-list ul li:not(:first-child) {
        position: relative
    }

    header .menu-list ul li:not(:first-child)::before {
        content: "";
        width: 1px;
        height: 15px;
        background: #0953ad;
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0
    }
}

header .menu-list .socialmedia {
    position: absolute;
    bottom: 10vh;
    left: 0;
    width: 100%
}

header .menu-list .socialmedia ol {
    display: flex;
    justify-content: center;
    -moz-column-gap: 20px;
    column-gap: 20px
}

header .menu-list .socialmedia img {
    width: 22px;
    height: 22px
}

header a {
    display: inline-flex
}

article.main {
    position: relative;
    width: 100vw;
    padding-top: 72px;
    height: 665px;
    overflow: hidden
}

@media screen and (max-width:991px) {
    article.main {
        padding-top: 50px
    }
}

@media(min-width:768px) {
    article.main {
        height: 90vw;
        max-height: 100vh
    }
}

article.main .content {
    position: relative;
    width: 100vw;
    height: 100%;
    padding-top: 30px;
    overflow: hidden
}

@media(min-width:640px) {
    article.main .content {
        padding-top: 40px
    }
}

article.main .content .title {
    width: 90%
}

@media(min-width:1024px) {
    article.main .content .title {
        text-align: left
    }
}

article.main .content .title .img {
    width: 100%;
    position: relative;
    overflow: hidden;
    max-width: 829px
}

@media(min-width:768px) {
    article.main .content .title .img {
        width: 85%
    }
}

article.main .content .title .img img {
    width: 100%
}

article.main .content .title .img .bg {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

article.main .content .title .img .bg::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/img-kv-dialogue-mob-light.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    animation: glasses 3.1s infinite;
    animation-delay: .7s
}

@media(min-width:640px) {
    article.main .content .title .img .bg::after {
        background: url(../img/img-kv-dialogue-light.png) no-repeat;
        background-size: contain
    }
}

article.main .content .girl {
    width: 135%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: end;
    z-index: 2
}

@media(min-width:768px) {
    article.main .content .girl {
        width: 100%
    }
}

article.main .content .girl .img {
    margin: 0;
    max-width: 320px;
    position: relative;
    display: flex
}

@media(min-width:640px) {
    article.main .content .girl .img {
        max-width: 52vw
    }
}

@media(min-width:768px) {
    article.main .content .girl .img {
        max-width: 42vw
    }
}

@media(min-width:1280px) {
    article.main .content .girl .img {
        max-width: 580px
    }
}

article.main .content .girl .img::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/img-kv-girl-light.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    animation: glasses 3.1s infinite
}

article.main .content .girl .img img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 100%
}

article.main .mainBtn {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    border-radius: 100px;
    color: #fff;
    padding: 16px;
    background: linear-gradient(to right, transparent 10%, rgba(30, 60, 92, 0.8) 20%, rgba(30, 60, 92, 0.8) 80%, transparent 90%)
}

@media(min-width:1024px) {
    article.main .mainBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        bottom: 50px
    }
}

article.main .mainBtn p {
    padding-bottom: 12px
}

@media(min-width:1024px) {
    article.main .mainBtn p {
        margin-right: 16px;
        padding-bottom: 0
    }
}

article.main .mainBtn .link {
    background: #52fdff;
    color: #fff;
    width: 40%;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 600px;
    color: #091d3d;
    font-weight: bold;
    margin: 0 8px;
    cursor: pointer
}

@media(min-width:1024px) {
    article.main .mainBtn .link {
        width: 200px;
        height: 50px;
        margin: 0
    }
}

article.main .mainBtn .link.allot {
    background: #ffe000
}

@media screen and (min-width:1025px) {
    article.main .mainBtn .link {
        transition: all .3s ease-in-out
    }

    article.main .mainBtn .link:hover {
        transform: translateY(-3px)
    }
}

@keyframes glasses {
    0% {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

section {
    padding: 40px 0;
    text-align: center
}

@media(min-width:1024px) {
    section {
        padding: 60px 0
    }
}

section h2.title {
    text-align: center;
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    color: #ffe000;
    padding: 20px 0
}

@media(min-width:768px) {
    section h2.title {
        font-size: 36px
    }
}

@media(min-width:1024px) {
    section h2.title {
        font-size: 48px;
        padding: 40px 0
    }
}

section h2.title span {
    display: block
}

section h2.title br {
    display: none
}

@media(min-width:768px) {
    section h2.title br {
        display: block
    }
}

@media(min-width:1024px) {
    section h2.title br {
        display: none
    }
}

section .content {
    text-align: center;
    padding: 20px 0
}

@media(min-width:1024px) {
    section .content {
        padding: 40px 0
    }
}

section .content .img img {
    max-width: 100%
}

section .box .cards {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media(min-width:1024px) {
    section .box .cards {
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start
    }
}

section .box .cards .card {
    width: 100%
}

section .box .cards .card .title {
    font-size: 18px;
    color: #0953ad;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 20px auto
}

@media(min-width:768px) {
    section .box .cards .card .title {
        font-size: 20px;
        margin: 20px auto 40px
    }
}

section .box .cards .card .title.frame {
    background: url(../img/title-bg-2.png) repeat-x 100% 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    max-width: 500px
}

section .box .cards .card .title.frame:before,
section .box .cards .card .title.frame::after {
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 60px
}

section .box .cards .card .title.frame:before {
    right: 100%;
    background: url(../img/title-bg-1.png) no-repeat 100% 100%
}

section .box .cards .card .title.frame:after {
    left: 100%;
    background: url(../img/title-bg-3.png) no-repeat 100% 100%
}

section .box .cards .card .title img {
    width: 100px;
    margin: 0
}

section .box .cards .card .title p {
    font-size: 18px;
    color: #0953ad;
    font-weight: normal;
    text-align: left;
    line-height: 1.5
}

section .box .cards .card .title span {
    font-size: 36px
}

section .box .cards .card .img img {
    width: 100%;
    max-width: 320px
}

@media(min-width:1024px) {
    section .box .cards .card .img img {
        max-width: -moz-max-content;
        max-width: max-content;
        max-width: 500px
    }
}

section.section1 {
    background: url(../img/img-bg-gradient.jpg) no-repeat center;
    background-size: cover;
    padding-bottom: 0
}

section.section1 .cards.frame {
    align-items: center;
    gap: 24px;
    padding: 20px 0
}

@media(min-width:1024px) {
    section.section1 .cards.frame {
        align-items: stretch;
        gap: 56px
    }
}

section.section1 .cards.frame .card {
    position: relative;
    padding: 26px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 320px
}

section.section1 .cards.frame .card .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

section.section1 .cards.frame .card .img img {
    width: 100%;
    height: 100%;
    max-width: 100%
}

section.section1 .cards.frame .card .quote {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center
}

section.section1 .cards.frame .card .quote h3 {
    font-size: 24px;
    padding: 16px 0
}

section.section1 .cards.frame .card .quote span {
    font-size: 12px;
    line-height: 1.2;
    display: inline-block
}

section.section1 .cards.frame .card .type {
    color: #52fdff;
    font-size: 15px;
    position: relative;
    padding: 20px 0;
    margin-top: 20px
}

section.section1 .cards.frame .card .type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    height: 1px;
    width: 200px;
    background: rgba(255, 255, 255, .5)
}

section.section1 .content.process {
    background: #fff;
    color: #091d3d;
    margin-top: 40px;
    padding: 60px 0
}

@media(min-width:1024px) {
    section.section1 .content.process {
        padding: 80px 0
    }
}

section.section1 .content.process h3 {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold
}

section.section1 .content.process h3 span {
    display: inline-block;
    background: #0953ad;
    color: #fff;
    padding: 0 8px;
    margin-right: 8px
}

section.section1 .content.process .cards {
    gap: 36px;
    padding: 40px 0
}

@media(min-width:1024px) {
    section.section1 .content.process .cards {
        gap: 60px;
        padding: 60px 0
    }
}

section.section1 .content.process .cards p {
    padding: 20px 0
}

section.section1 .content.process .cards .img {
    padding: 0
}

section.section1 .content.process .info {
    color: #3f5576
}

section.section1 .content.process .info span {
    color: #0953ad
}

section.section1 .content .img {
    padding: 20px 0
}

@media(min-width:1024px) {
    section.section1 .content .img {
        padding: 60px 0
    }
}

section.section2 {
    background: #0d2750
}

section.section2 .img.chart {
    padding: 30px 0
}

@media(min-width:1024px) {
    section.section2 .img.chart {
        padding: 60px 0
    }
}

section.section2 .content .box .cards {
    align-items: center;
    gap: 40px;
    margin-bottom: 40px
}

@media(min-width:1024px) {
    section.section2 .content .box .cards {
        margin-bottom: 90px
    }
}

section.section2 .content .box .cards.newAI .card {
    text-align: left
}

section.section2 .content .box .cards.newAI .card p {
    margin-top: 8px
}

@media(min-width:1024px) {
    section.section2 .content .box .cards.newAI .card p {
        margin-top: 20px
    }
}

section.section2 .content .box .cards.newAI .img {
    padding: 0
}

@media(min-width:1024px) {
    section.section2 .content .box .cards.newAI .img {
        min-width: 610px
    }
}

section.section2 .content .box .cards.newAI .img img {
    max-width: 100%
}

section.section2 .content .box .world {
    background: url(../img/img-bg-map.png) no-repeat center;
    background-size: 100% auto
}

section.section2 .content .box .world .cards {
    align-items: flex-start;
    padding-bottom: 20px;
    text-align: left;
    gap: 40px;
    margin-bottom: 0
}

@media(min-width:1024px) {
    section.section2 .content .box .world .cards {
        gap: 60px;
        padding-bottom: 60px;
        margin-bottom: 30px
    }
}

section.section2 .content .box .world .cards .card:last-child p {
    background: linear-gradient(to right, #ee8dff 0, #ee8dff 80%, transparent 100%)
}

section.section2 .content .box .world .cards .card p {
    padding: 4px 16px;
    color: #091d3d;
    margin-bottom: 20px;
    background: linear-gradient(to right, #52fdff 0, #52fdff 80%, transparent 100%)
}

section.section2 .content .box .world .cards .card .list {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 12px 0
}

section.section2 .content .box .world .cards .card .list .img {
    max-width: 20px;
    padding-top: 4px
}

section.section2 .content .box .world .cards .card .list h3 {
    color: #fff;
    font-weight: bold
}

section.section2 .content .box .world .cards .card .list h3 span {
    display: block;
    font-weight: normal
}

section.section2 .content h3 span.bold {
    font-size: 36px
}

@media screen and (max-width:1024px) {
    section.section2 .content.slider .box {
        width: 100%
    }
}

section.section2 .content.slider .box .cards {
    padding: 0 0 40px;
    align-items: center;
    margin-bottom: 0
}

@media(min-width:1024px) {
    section.section2 .content.slider .box .cards {
        padding: 0 20px 60px;
        align-items: stretch
    }
}

section.section2 .content.slider .box .cards .card {
    flex: 1;
    position: relative;
    text-align: left
}

@media(min-width:1024px) {
    section.section2 .content.slider .box .cards .card {
        max-width: calc(50% - 20px)
    }
}

section.section2 .content.slider .box .cards .card:last-child .contBox .swiper-btn-container .swiper-button-prev,
section.section2 .content.slider .box .cards .card:last-child .contBox .swiper-btn-container .swiper-button-next {
    background: #ee8dff
}

section.section2 .content.slider .box .cards .card .img {
    display: flex
}

section.section2 .content.slider .box .cards .card .img img {
    max-width: none
}

section.section2 .content.slider .box .cards .card .img.middle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

section.section2 .content.slider .box .cards .card .img.middle img {
    height: 100%
}

section.section2 .content.slider .box .cards .card .img.bottom {
    background: #0d2750
}

section.section2 .content.slider .box .cards .card .img.chart {
    padding: 20px 0 0
}

@media(min-width:1024px) {
    section.section2 .content.slider .box .cards .card .img.chart {
        padding: 40px 20px 0
    }
}

section.section2 .content.slider .box .cards .card .img.chart img {
    max-height: 260px;
    max-width: 100%;
    width: auto
}

section.section2 .content.slider .box .cards .card .contBox .swiper-slide {
    padding: 20px
}

@media(min-width:1024px) {
    section.section2 .content.slider .box .cards .card .contBox .swiper-slide {
        padding: 36px
    }
}

section.section2 .content.slider .box .cards .card .contBox .swiper-slide h3 {
    margin-bottom: 10px
}

section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container {
    position: absolute;
    bottom: 1px;
    right: 0;
    top: unset;
    display: flex;
    align-items: center;
    width: 60px
}

@media(min-width:1024px) {
    section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container {
        width: 100px
    }
}

section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container .swiper-button-prev,
section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container .swiper-button-next {
    position: relative;
    color: #0d2750;
    background: #52fdff;
    flex: 1;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    height: 30px;
    margin-top: 0
}

@media(min-width:1024px) {

    section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container .swiper-button-prev,
    section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container .swiper-button-next {
        height: 50px
    }
}

section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container .swiper-button-prev::after,
section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container .swiper-button-next::after {
    font-size: 15px
}

@media(min-width:1024px) {

    section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container .swiper-button-prev::after,
    section.section2 .content.slider .box .cards .card .contBox .swiper-btn-container .swiper-button-next::after {
        font-size: 25px
    }
}

section.section3 {
    background: rgba(13, 39, 80, .7)
}

section.section3 .content .img {
    margin-bottom: 40px
}

@media(min-width:1024px) {
    section.section3 .content .img {
        margin-bottom: 60px
    }
}

section.section3 .content .box {
    padding: 40px 0;
    margin: auto
}

@media(min-width:1024px) {
    section.section3 .content .box {
        padding: 60px 0
    }
}

section.section3 .content .box .cards {
    gap: 20px;
    max-width: 500px
}

@media(min-width:1024px) {
    section.section3 .content .box .cards {
        gap: 40px;
        max-width: 100%
    }
}

section.section3 .content .box .cards .card {
    flex: 1
}

section.section3 .content .box .cards .card:first-child {
    flex: 2
}

section.section3 .content .box .cards .card:first-child .img img {
    width: 100%
}

section.section3 .content .box .cards .card .title {
    background: #0953ad;
    color: #fff;
    padding: 10px;
    justify-content: center;
    margin: 0 auto 20px
}

@media(min-width:1024px) {
    section.section3 .content .box .cards .card .title {
        margin: 20px auto
    }
}

section.section3 .content .box .cards .card .img {
    margin-bottom: 0
}

@media(min-width:1024px) {
    section.section3 .content .box .cards .card .img {
        padding: 0 20px
    }
}

section.section3 .content .box .cards .card .img img {
    max-width: 100%;
    width: 50%
}

@media(min-width:1024px) {
    section.section3 .content .box .cards .card .img img {
        width: 100%
    }
}

section.section3 .detail {
    display: flex;
    width: 100%
}

@media screen and (max-width:992px) {
    section.section3 .detail {
        display: block
    }
}

section.section3 .detail .list-top {
    width: 100%;
    background: #8df4ff;
    color: #091d3d;
    padding: 20px 0;
    gap: 8px
}

@media(min-width:768px) {
    section.section3 .detail .list-top {
        gap: 40px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

section.section3 .detail .list-top p {
    margin-bottom: 8px
}

@media(min-width:1024px) {
    section.section3 .detail .list-top p {
        margin-bottom: 0
    }
}

section.section3 .detail .list-top span {
    display: none;
    width: 40px;
    height: 1px;
    background: #091d3d;
    margin-left: -20px
}

@media(min-width:768px) {
    section.section3 .detail .list-top span {
        display: block
    }
}

section.section3 .detail .list-top img {
    width: 12px;
    margin-right: 4px
}

@media(min-width:768px) {
    section.section3 .detail .list-top img {
        width: 18px;
        margin-right: 12px
    }
}

section.section3 .detail .list-top a {
    color: #091d3d;
    margin: 0 4px
}

@media(min-width:1024px) {
    section.section3 .detail .list-top a {
        margin: 0
    }
}

section.section3 .detail .list {
    flex: 1;
    display: flex;
    flex-wrap: wrap
}

section.section3 .detail .list p {
    display: flex;
    align-items: center;
    margin-bottom: 1px;
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #0953ad;
    padding: 0;
    width: 100%
}

@media(min-width:1024px) {
    section.section3 .detail .list p {
        width: 50%
    }
}

section.section3 .detail .list p span.item {
    height: 100%;
    background: #0953ad;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1
}

@media(min-width:640px) {
    section.section3 .detail .list p span.item {
        min-width: 200px
    }
}

section.section3 .detail .list p span.val {
    padding-left: 20px;
    width: 100%;
    text-align: left;
    vertical-align: middle;
    padding: 16px 24px;
    flex: 2
}

section.warn {
    padding: 50px 0;
    background: #dfedfb;
    color: #0e2a55;
    line-height: 22px;
    text-align: left
}

@media screen and (max-width:600px) {
    section.warn {
        padding: 50px 0;
        line-height: 20px
    }
}

section.warn .info {
    padding: 20px 0;
    color: inherit
}

@media screen and (max-width:600px) {
    section.warn .info {
        padding: 5px 0;
        text-align: left;
        letter-spacing: .01px
    }
}

section.warn .content {
    text-align: justify;
    padding: 0;
    font-weight: bold
}

section.warn .content span {
    color: #0953ad
}

section.warn .end {
    padding-top: 40px;
    line-height: 28px
}

@media screen and (max-width:992px) {
    section.warn .end {
        padding-top: 10px;
        line-height: 22px
    }
}

section.footer-banner {
    margin-bottom: 80px
}

@media screen and (max-width:575px) {
    section.footer-banner {
        margin-bottom: 40px
    }
}

section.footer-banner .footer-wrp {
    display: flex;
    margin: 80px auto 40px;
    width: 900px;
    gap: 30px;
    color: #000;
    line-height: 1.5
}

@media screen and (max-width:992px) {
    section.footer-banner .footer-wrp {
        margin: 40px auto;
        width: 96%;
        flex-wrap: wrap;
        gap: 0
    }
}

section.footer-banner .footer-wrp .footer-img {
    flex: 1
}

@media screen and (max-width:992px) {
    section.footer-banner .footer-wrp .footer-img {
        flex: auto
    }
}

section.footer-banner .footer-wrp .footer-img img {
    width: 100%
}

section.footer-banner .footer-wrp .footer-desc {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    font-size: 20px;
    font-weight: 700
}

@media screen and (max-width:992px) {
    section.footer-banner .footer-wrp .footer-desc {
        flex: auto;
        justify-content: center;
        text-align: center
    }
}

section.footer-banner .footer-wrp .footer-desc small {
    font-size: 14px
}

section.footer-banner .footer-wrp .footer-desc .footer--btn {
    font-size: 18px;
    margin-top: 5px
}

@media screen and (max-width:992px) {
    section.footer-banner .footer-wrp .footer-desc .footer--btn {
        margin-top: 15px
    }
}

section.footer-banner .footer-wrp .footer-desc .footer--btn a {
    background: #0953ad;
    display: block;
    padding: 5px 30px;
    color: #fff;
    border-radius: 8px;
    align-self: baseline;
    transition: background .2s ease
}

section.footer-banner .footer-wrp .footer-desc .footer--btn a:hover {
    background: #091d3d
}

section.footer-banner .ps {
    text-align: center;
    line-height: 1.2
}

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: rgba(0, 0, 0, .6);
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:1024px) {
    .lightbox {
        padding: 0
    }
}

.lightbox.show {
    display: flex
}

.lightbox .lbox {
    background: #fff;
    padding: 16px;
    position: relative;
    color: #091d3d;
    /* height: 60vh */
}

@media(min-width:480px) {
    .lightbox .lbox {
        height: auto
    }
}

@media(min-width:1024px) {
    .lightbox .lbox {
        padding: 40px
    }
}

.lightbox .lbox .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px
}

@media(min-width:1024px) {
    .lightbox .lbox .tabs {
        gap: 300px;
        font-size: 22px
    }
}

.lightbox .lbox .tabs .tab {
    cursor: pointer;
    color: #999;
    padding: 10px;
    width: 200px;
    position: relative
}

@media(min-width:1024px) {
    .lightbox .lbox .tabs .tab {
        padding: 30px
    }
}

.lightbox .lbox .tabs .tab::after {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 0;
    height: 3px;
    background: #999;
    transition: all .3s ease-in-out
}

@media screen and (min-width:1025px) {
    .lightbox .lbox .tabs .tab:hover::after {
        width: 100%
    }
}

.lightbox .lbox .tabs .tab.active {
    color: #0953ad;
    font-weight: bold
}

.lightbox .lbox .tabs .tab.active::after {
    background: #0953ad;
    width: 100%
}

.lightbox .lbox .all-content {
    /* height: calc(100% - 50px); */
    height: auto;
    overflow: auto;
    width: 100%
}

@media(min-width:480px) {
    .lightbox .lbox .all-content {
        height: auto
    }
}

.lightbox .lbox .all-content::-webkit-scrollbar {
    width: 2px
}

.lightbox .lbox .all-content::-webkit-scrollbar-thumb {
    background: #aaa
}

.lightbox .lbox .all-content .more {
    background: #dfedfb;
    padding: 12px;
    margin: 16px auto;
    text-align: center
}

@media(min-width:768px) {
    .lightbox .lbox .all-content .more {
        padding: 24px;
        margin: 40px auto 20px
    }
}

@media(min-width:768px) {
    .lightbox .lbox .all-content .more br {
        display: none
    }
}

@media(min-width:1024px) {
    .lightbox .lbox .content {
        padding: 0 16px
    }
}

.lightbox .lbox .content p.title {
    padding: 8px 0
}

@media(min-width:1024px) {
    .lightbox .lbox .content p.title {
        margin-bottom: 8px;
        padding: 15px 0
    }
}

.lightbox .lbox .content .allotInfo {
    margin-bottom: 12px;
    gap: 20px
}

@media(min-width:1024px) {
    .lightbox .lbox .content .allotInfo {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 50px
    }
}

.lightbox .lbox .content .allotInfo .date {
    display: flex;
    flex-direction: column;
    gap: 10px;
    word-break: break-all
}

@media(min-width:640px) {
    .lightbox .lbox .content .allotInfo .date br {
        display: none
    }
}

.lightbox .lbox .content .allotInfo .btns {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin: 20px auto
}

@media(min-width:1024px) {
    .lightbox .lbox .content .allotInfo .btns {
        margin: 0
    }
}

.lightbox .lbox .content .allotInfo .btns .btn {
    flex: 1;
    max-width: 200px
}

.lightbox .lbox .content .allotInfo .btns .btn a {
    border-radius: 100px;
    color: #fff;
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: auto
}

@media(min-width:1024px) {
    .lightbox .lbox .content .allotInfo .btns .btn a {
        height: 60px;
        width: 200px;
        height: 50px
    }
}

@media screen and (min-width:1025px) {
    .lightbox .lbox .content .allotInfo .btns .btn a:not(.disabled) {
        transition: all .3s ease-in-out
    }

    .lightbox .lbox .content .allotInfo .btns .btn a:not(.disabled):hover {
        filter: brightness(0.9)
    }
}

.lightbox .lbox .content .allotInfo .btns .btn a.allot {
    background: #0953ad
}

.lightbox .lbox .content .allotInfo .btns .btn a.allot.disabled {
    background: #ccc;
    cursor: default
}

.lightbox .lbox .content .allotInfo .btns .btn a.openacc {
    background: #f46300
}

.lightbox .lbox .content .allotInfo .btns .btn.acc {
    position: relative;
    padding-bottom: 30px
}

@media(min-width:1024px) {
    .lightbox .lbox .content .allotInfo .btns .btn.acc {
        padding-bottom: 0
    }
}

.lightbox .lbox .content .allotInfo .btns .btn.acc span {
    color: #f46300;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    width: -moz-max-content;
    width: max-content
}

@media(min-width:1024px) {
    .lightbox .lbox .content .allotInfo .btns .btn.acc span {
        font-size: 18px;
        bottom: -40px
    }
}

.lightbox .lbox .content .bank {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap
}

.lightbox .lbox .content .bank p {
    width: 50%;
    padding: 4px 0
}

@media(min-width:1024px) {
    .lightbox .lbox .content .bank p {
        width: 20%;
        padding: 10px 0
    }
}

.lightbox .lbox .content .bank p span {
    margin-right: 10px
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity .5s
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

ol.txt-sm-bank {
    list-style-type: decimal;
    padding-left: 20px
}

.top {
    bottom: 90px;
    right: 50px
}

@media screen and (max-width:767px) {
    .top {
        bottom: 60px;
        right: 10px
    }
}

.footer {
    width: 100%;
    background-color: #007fe0;
    height: 80px;
    padding: 10px 0
}

.footer a {
    color: #fff
}

.footerCont {
    color: white;
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 13px;
    line-height: 28px;
    text-align: center
}

.footerCont .copyright {
    width: 100%
}

.footerCont .contWrapper {
    width: 100%
}

.contWrapper .footer-item {
    display: inline-block;
    padding: 0 5px
}

.contWrapper .footer-item a {
    display: inline-block;
    text-decoration: underline
}

@media screen and (max-width:767px) {
    .footer {
        height: auto;
        padding-bottom: 60px
    }

    .footerCont {
        font-size: 12px;
        line-height: 20px;
        text-align: left
    }

    .contWrapper .footer-item {
        width: 100%;
        display: block;
        padding: 0
    }

    .footerCont .copyright,
    .footerCont .contact {
        float: none;
        display: block;
        max-width: 100%;
        padding-bottom: 10px
    }
}

.float {
    position: fixed;
    top: 20%;
    right: 0px;
    width: 50px;
    z-index: 50
}

.float-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 20px 10px;
    border-radius: 10px 0 0 10px;
    border: 1px solid #fff;
    border-right: none;
    background: rgba(9, 29, 61, 0.85)
}

.float-item-bl {
    margin-top: 15px
}

.float-item img {
    width: 24px
}

.float-item div {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: vertical-lr;
    writing-mode: vertical-lr
}

@media only screen and (min-width:1024px) {
    .float-item {
        transition: .3s
    }

    .float-item:hover {
        transform: scale(1.05)
    }
}

@media only screen and (max-width:1200px) {
    .float {
        top: 15%;
        width: 40px
    }

    .float-item {
        padding: 20px 10px
    }

    .float-item img {
        width: 18px
    }

    .float-item div {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .float {
        width: 100%;
        top: auto;
        bottom: 0;
        right: 0;
        display: none;
        opacity: 0;
        pointer-events: none;
        transform: translateY(100%);
        transition: all 0.4s ease
    }

    .float.show {
        display: flex;
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0)
    }

    .float-item {
        flex: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 12px;
        border-radius: 0;
        border: 1px solid #fff;
        border-bottom: none;
        border-right: none;
        border-left: none;
        background: rgba(9, 29, 61, 1)
    }

    .float-item-bl {
        border-left: 1px solid #fff;
        margin-top: 0
    }

    .float-item div {
        -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
        writing-mode: initial
    }

    .float-item img {
        margin: 0
    }
}