@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    image-rendering: -webkit-optimize-contrast;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans TC', '微軟正黑體', Roboto, Helvetica, sans-serif;
    background-color: #1d9ed7;
}

header {
    width: 100%;
    top: 0;
    position: fixed;
    z-index: 9;
}

.top_header {
    width: 100%;
    height: 13px;
    background-image: linear-gradient(90deg, #00b3fe, #039);
    text-align: right;
}

.top_header img {
    width: 137px;
    padding-top: 2px;
}

.main_header {
    display: flex;
    justify-content: space-between;
    height: 77px;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 133, 120, .15);
}

@media (max-width:991px) {
    .main_header {
        border-bottom: 1px solid #ddd;
        height: 64px;
    }
}

@media (max-width:767px) {
    .main_header {
        height: 63px;
    }
}

@media (max-width:630px) {
    .main_header {
        height: 65px;
    }
}

@media (max-width:480px) {
    .main_header {
        height: 52px;
    }
}

.main_header nav {
    width: 35%;
    max-width: 513px;
}

@media (max-width:991px) {
    .main_header nav {
        width: 40%;
    }
}

@media (max-width:767px) {
    .main_header nav {
        width: 100%;
        max-width: initial;
        position: absolute;
        top: 77px;
        background-color: #fff;
    }
}

@media (max-width:767px) {
    .main_header nav {
        top: 77px;
        height: 62px;
    }
}

@media (max-width:630px) {
    .main_header nav {
        top: 79px;
    }
}

@media (max-width:480px) {
    .main_header nav {
        top: 66px;
    }
}

.main_header nav ul {
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center;
    height: 77px;
    justify-content: space-between;
}

@media (max-width:630px) {
    .main_header nav ul {
        height: 63px;
    }
}

@media (max-width:991px) {
    .main_header nav ul {
        height: 62px;
    }
}

@media (max-width:767px) {
    .main_header nav ul {
        padding: 0 5%
    }
}

.main_header nav ul li {
    list-style: none;
}

.main_header nav ul li a {
    font-size: 1rem;
    font-weight: 300;
    color: #4f4f4f;
    display: block;
    text-decoration: none;
    letter-spacing: 1px;
}

@media (max-width:991px) {
    .main_header nav ul li a {
        font-size: 1rem;
        color: #86898b;
        font-weight: 300;
    }
}

@media (max-width:767px) {
    .main_header nav ul li a {
        font-size: 24px;
    }
}

@media (max-width:480px) {
    .main_header nav ul li a {
        font-size: 1.125rem;
    }
}

@media (max-width:360px) {
    .main_header nav ul li a {
        font-size: 1rem;
    }
}


.logo {
    padding: 13px 20px 10px;
}

.logo img {
    height: 54px;
    width: auto;
}

@media (max-width:991px) {
    .logo img {
        height: 40px;
    }
}

@media (max-width:630px) {
    .logo img {
        height: 32px;
    }
}

@media (max-width:480px) {
    .logo img {
        height: 28px;
    }
}

@media (max-width:360px) {
    .logo {
        padding: 13px 8px;
    }

    .logo img {
        height: 25px;
    }
}

.icon_header {
    width: 20%;
    max-width: 282px;
    min-width: 228px;
    margin-right: 2%;
}

@media (max-width:991px) {
    .icon_header {
        max-width: initial;
        min-width: initial;
        margin-left: 2%;
    }
}

@media (max-width:767px) {
    .icon_header {
        width: 25%;
        min-width: 200px;
    }

}

@media (max-width:420px) {
    .icon_header {
        width: initial;
        min-width: initial;
    }

}

.icon_header ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

@media (max-width:480px) {
    .icon_header ul {
        justify-content: flex-end
    }
}

.icon_header ul li {
    list-style: none;
    min-width: 48px;
}

@media (max-width:991px) {
    .icon_header ul li {
        min-width: initial;
    }
}

@media (max-width:991px) {
    .icon_header ul li {
        margin: 0 2%
    }
}

@media (max-width:480px) {
    .icon_header ul li {
        min-width: initial;
        margin-right: 6%;
    }
}

.icon_header ul li a,
.icon_header ul li button {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #4f4f4f;
    font-size: 0.75rem;
    font-weight: 300;
    height: 77px;
    position: relative;
}

@media (max-width:991px) {

    .icon_header ul li a,
    .icon_header ul li button {
        height: 65px;
    }
}

@media (max-width:480px) {

    .icon_header ul li a,
    .icon_header ul li button {
        height: 52px;
    }
}

.icon_header ul li span {
    margin-top: 3px;
}

@media (max-width:991px) {
    .icon_header ul li span {
        display: none;
    }

    .icon_header ul li button.active span {
        display: block;
    }
}

.icon_header ul li button {
    outline: none;
    border: none;
    padding: 0;
    width: 100%;
    background-color: initial;
    cursor: pointer;
}

.icon_header ul li a img, .icon_header ul li button img {
    width: 24px;
    height: 24px;
}

@media (max-width:991px) {
    .icon_header ul li a img {
        width: 30px;
        height: 30px;
        filter: invert(56%) sepia(84%) saturate(4430%) hue-rotate(196deg) brightness(110%) contrast(96%);
    }

    .icon_header ul li button img {
        width: 32px;
        height: 32px;
    }
}

@media (max-width:767px) {
    .icon_header ul li a img {
        width: 40px;
        height: 40px;
    }

    .icon_header ul li button img {
        width: 40px;
        height: 40px;
    }
}

@media (max-width:480px) {

    .icon_header ul li a img,
    .icon_header ul li button img {
        width: 28px;
        height: 28px;
    }
}

.icon_header ul li button span {
    color: #3197fa;
}

.icon_header ul li button.active {
    background-color: #d8d8d8;
}

.icon_header ul li button.active span {
    color: #4f4f4f;
}

main {
    font-family: "Noto Sans TC", serif;
    background-color: #c7e1f5;
}

@media (max-width:991px) {
    main {
        padding: 100px 0 4rem 0;
    }
}

@media (max-width:767px) {
    main {
        padding: 0;
    }
}

.wrapper {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 2rem;
}

@media (max-width:991px) {
    .wrapper {
        padding: 0 1rem;
    }
}

.kv {
    position: relative;
    overflow: hidden;
    max-width: 1920px;
    margin: 90px auto 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width:991px) {
    .kv {
        margin: 78px auto 0 auto;
    }
}

@media (max-width:767px) {
    .kv {
        margin: 140px auto 0 auto;
    }
}

@media (max-width:480px) {
    .kv {
        margin: 128px auto 0 auto;
    }
}

.bg-kv img {
    max-width: 100%;
    height: auto
}

.kv h1 {
    margin: 0 3rem 0 0;
    position: absolute;
    /* width: 32%; */
}

@media (max-width:1600px) {
    .kv h1 {
        width: 32%;
    }
}

@media (max-width:991px) {
    .kv h1 {
        margin: 0 2rem 0 0;
    }
}

@media (max-width:768px) {
    .kv h1 {
        width: 50%;
    }
}

@media (max-width:575px) {
    .kv h1 {
        width: 60%;
    }
}

@media (max-width:480px) {
    .kv h1 {
        width: 70%;
        margin: 0
    }
}

.kv h1 img {
    max-width: 100%;
    height: auto;
}

.kv h2 {
    margin: 0 auto;
    font-size: 1.75rem;
    color: #fff;
    text-align: center;
    max-width: 1080px;
    letter-spacing: 1px;
    font-weight: 500;
    padding: 0 1rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, .75);
}

@media (max-width:991px) {
    .kv h2 {
        margin: 9rem 0rem 1rem 0rem;
        color: #4f4f4f;
        text-align: left;
        text-shadow: none;
        padding: 2rem;
        background-color: #c7e0f5;
    }
}

@media (max-width:991px) {
    .kv h2 {
        margin: 10rem 0rem 1rem 0rem;
    }
}

@media (max-width:820px) {
    .kv h2 {
        margin: 5rem 0rem 1rem 0rem;
        font-size: 1.5rem;
    }
}

@media (max-width:480px) {
    .kv h2 {
        margin: 4rem 0rem 1rem 0rem;
        font-size: 1.125rem;
        padding: 1.5rem
    }
}

.awards {
    position: absolute;
    top: 262px;
    left: 45px;
    width: 260px;
    text-align: center;
}

@media (max-width:1200px) {
    .awards {
        transform: scale(80%);
        top: 300px;
    }
}

@media (max-width:991px) {
    .awards {
        position: initial;
        margin: 2rem auto;
        transform: scale(1);
    }
}

.awards p {
    margin: -5px 0 0 0;
    font-size: 1.125rem;
    color: #221814;
    letter-spacing: 1px;
}

.tips {
    position: absolute;
    right: 50px;
    top: 288px;
}

@media (max-width:1200px) {
    .tips {
        transform: scale(80%);
        top: 300px;
    }
}

@media (max-width:991px) {
    .tips {
        position: initial;
        transform: scale(1);
    }
}

.tips a {
    display: block;
    color: #fff;
    font-size: 1.35rem;
    text-decoration: none;
    letter-spacing: 1px;
    font-weight: 300;
}

@media (max-width:991px) {
    .tips a {
        width: 292px;
        margin: 0 auto;
    }
}

.tips a:hover {
    color: #fabe16;
}

.tips p {
    position: absolute;
    right: 56px;
    top: 306px;
    margin: 0;
}

@media (max-width:991px) {
    .tips p {
        right: initial;
        top: 306px;
        margin-left: 3.5rem;
    }
}

.share {
    position: relative;
    color: #fff;
    font-size: 1.625rem;
    font-weight: 300;
    display: flex;
    margin: 26px 0;
    align-items: center;
}

@media (max-width:991px) {
    .share {
        /* position: initial; */
        font-weight: 400;
        color: #4f4f4f;
        padding: 0 2rem;
    }
}

@media (max-width:575px) {
    .share {
        padding: 0 1rem;
    }
}

@media (max-width:480px) {
    .share {
        font-size: 1.125rem;
    }
}

.share a {
    width: 45px;
    height: 45px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    padding: 0 !important;
    margin: 0 0.25rem;
}

.share a.a2a_button_facebook {
    background-color: #3b5998;
}

.share a.a2a_button_line {
    background-color: #00b900;
}

.numberBlk nav {
    max-width: 1300px;
    margin: -400px auto 6rem auto;
    width: 100%;
}

@media (max-width:991px) {
    .numberBlk nav {
        position: initial;
        margin-bottom: 3rem;
    }
}

.numberBlk nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
}

@media (max-width:991px) {
    .numberBlk nav ul {
        flex-wrap: wrap;
    }
}

.numberBlk nav ul li {
    list-style: none;
    max-width: 285px;
    width: 22%;
    margin-right: 3%;
}

@media (max-width:1400px) {
    .numberBlk nav ul li:last-of-type {
        margin-right: 0%;
    }
}

@media (max-width:991px) {
    .numberBlk nav ul li {
        width: 47%;
        max-width: initial;
        margin: 1%;
    }

    .numberBlk nav ul li:last-of-type {
        margin-right: 1%;
    }
}

.numberBlk nav ul li a {
    display: flex;
    justify-content: center;
    text-align: center;
    background-image: radial-gradient(circle closest-corner at bottom, #218dce 0%, #1a6cb5 100%);
    border: #fff 5px solid;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, .25);
    position: relative;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .75);
    padding: 0.425rem 0.25rem;
}

@media (max-width:767px) {
    .numberBlk nav ul li a {
        font-size: 1.75rem;
    }
}

@media (max-width:575px) {
    .numberBlk nav ul li a {
        font-size: 1.5rem;
    }
}

@media (max-width:480px) {
    .numberBlk nav ul li a {
        font-size: 1.125rem;
        height: initial;
    }
}

.numberBlk nav ul li a::before {
    content: '';
    display: block;
    width: 96%;
    height: 38px;
    position: absolute;
    top: 5%;
    left: 2%;
    border-radius: 10px 10px 0 0;
    background-color: rgba(255, 255, 255, .25);
}

.numberBlk nav ul li a:hover {
    color: #fabe16;
}

.number {
    max-width: 1630px;
    margin: 0 auto 4rem auto;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    position: relative;
    padding: 2rem 0;
    box-shadow: 3px 10px 20px rgba(0, 0, 0, .25);
}

@media (max-width:991px) {
    .number {
        flex-direction: column;
        padding: 0 2rem;
    }
}

.number h3 {
    margin: 0 0 2rem 0;
    font-size: 2rem;
    color: #221814;
    font-weight: 500;
    letter-spacing: 1px;
}

@media (max-width:1180px) {
    .number h3 {
        font-size: 1.75rem;
    }
}

@media (max-width:430px) {
    .number h3 {
        font-size: 1.5rem;
    }
}

.number .item {
    flex: 1;
    border-right: #00A1E4 1px solid;
    padding: 0.5rem 0;
    text-align: center;
}

@media (max-width:991px) {
    .number .item {
        border-right: none;
        border-bottom: #00A1E4 1px solid;
        padding: 2rem;
    }
}

@media (max-width:767px) {
    .number .item {
        padding: 2rem 0rem;
    }
}


.number .item:last-of-type {
    border-right: none;
}

@media (max-width:991px) {
    .number .item:last-of-type {
        border-bottom: none;
    }
}

.number p {
    position: absolute;
    bottom: -4.5rem;
    right: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 2px;
    color: #7D7C7D;
}

.count {
    font-size: 3.5rem;
    color: #00A1E4;
    font-weight: 700;
    letter-spacing: 1px;
}

@media (max-width:991px) {
    .count {
        font-size: 2.75rem;
    }
}

@media (max-width:767px) {
    .count {
        font-size: 2rem;
    }
}

@media (max-width:575px) {
    .count {
        font-size: 1.5rem;
    }
}

@media (max-width:480px) {
    .count {
        font-size: 5vw;
    }
}

.count span {
    font-size: 1.5rem;
    margin-left: 3rem;
    position: relative;
    font-family: '微軟正黑體';
}

@media (max-width:767px) {
    .count span {
        margin-left: 1.5rem;
    }
}

@media (max-width:575px) {
    .count span {
        margin-left: 1.25rem;
    }
}

@media (max-width:480px) {
    .count span {
        font-size: 3vw;
    }
}

.count span::before {
    content: '+';
    position: absolute;
    top: -48px;
    left: -42px;
    font-size: 3rem;
    font-weight: 900;
}

@media (max-width:767px) {
    .count span::before {
        left: -24px;
        top: -26px;
        font-size: 2.5rem;
    }
}

@media (max-width:575px) {
    .count span::before {
        font-size: 2rem;
        top: -17px;
        left: -19px;
    }
}

@media (max-width:480px) {
    .count span::before {
        font-size: 6vw;
        top: -2.5vh;
    }
}

.count span.no-plus {
    margin-left: 0;
}

.count span.no-plus::before {
    content: '';
}

.count:not(.is-visible) {
    visibility: hidden;
}

.title, .sub_title {
    text-align: center;
}

@media (max-width:630px) {
    .title, .sub_title {
        padding: 3rem 1rem 1rem 1rem;
    }
}

.title img, .sub_title img {
    max-width: 100%;
    height: auto;
}

.video {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 4rem;
}

.video .item {
    width: 46%;
}

@media (max-width:960px) {
    .video .item {
        width: 100%;
    }
}

.video h3 {
    font-size: 3rem;
    text-align: center;
    margin: 0 0 1.75rem 0;
    font-weight: 500;
    letter-spacing: 1px;
    color: #221814;
}

@media (max-width:1129px) {
    .video h3 {
        font-size: 2.5rem;
    }
}

.video img {
    max-width: 100%;
    height: auto;
}

@media (max-width:991px) {
    .video h3 {
        font-size: 2rem;
    }
}

@media (max-width:480px) {
    .video h3 {
        font-size: 1.5rem;
    }
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video .btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 84px;
    text-align: center;
    background-image: radial-gradient(circle closest-corner at bottom, #aadbf9 0%, #14ade6 50%);
    border: #fff 5px solid;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    text-decoration: none;
    letter-spacing: 2px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, .25);
    position: relative;
    transition: all 0.3s;
    width: 80%;
    margin: 5rem auto;

    text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
}


@media (max-width:1200px) {
    .video .btn a {
        font-size: 1.5rem;
    }
}

@media (max-width:991px) {
    .video .btn a {
        font-size: 1.25rem;
        margin: 3rem auto;
    }
}

@media (max-width:960px) {
    .video .btn a {
        font-size: 1.5rem;
        margin: 3rem auto 5rem auto;
        padding: 0 1rem;
    }
}

@media (max-width:480px) {
    .video .btn a {
        font-size: 1.25rem;
        line-height: 1.5;
    }

    .video .btn a span {
        padding: 0.65rem 1.5rem 0 1.5rem;
        display: block;
    }
}

.video .btn a::before {
    content: '';
    display: block;
    width: 98%;
    height: 38px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px 10px 0 0;
    background-color: rgba(255, 255, 255, .25);
}

.video .btn a:hover {
    transform: scale(1.05);
}

.hr {
    width: 100%;
    height: 24px;
    border-top: #fff 2px solid;
    border-bottom: #fff 2px solid;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(249, 182, 49, 1) 50%, rgba(255, 255, 255, 1) 100%);
}

.game {
    max-width: 582px;
    height: auto;
    margin: 4rem auto 6rem auto;
    position: relative;
}

.game img {
    max-width: 100%;
    height: auto;
}

@media (max-width:1199px) {
    .game img {
        max-width: 90%;
    }
}

@media (max-width:1024px) {
    .game img {
        max-width: 100%;
    }
}

.game a {
    display: block;
}

.qrcode {
    position: absolute;
    bottom: 0px;
    right: -280px;
}

@media (max-width:1199px) {
    .qrcode {
        right: -220px;
    }
}

@media (max-width:1024px) {
    .qrcode {
        position: initial;
        text-align: center;
        margin-top: 2rem;
    }
}

@media (max-width:1024px) {
    .qrcode {
        display: none;
    }
}

.comic {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 4rem;
    margin-bottom: 6rem;
}

@media (max-width:768px) {
    .comic {
        flex-wrap: wrap;
    }
}

.comic .item {
    margin: 0 2rem;
    max-width: 640px;
}

@media (max-width:768px) {
    .comic .item {
        width: 100%;
        max-width: initial;
    }
}

.comic img {
    width: 100%;
    height: auto;
}

.content.c03 {
    border-bottom: none;
}

.leftBlk {
    font-size: 1.5rem;
    width: 50%;
}

@media (max-width:1400px) {
    .leftBlk {
        width: 40%;
    }
}

@media (max-width:1300px) {
    .leftBlk {
        width: 30%;
    }
}

@media (max-width:1300px) {
    .leftBlk {
        width: 30%;
    }
}

@media (max-width:1024px) {
    .leftBlk {
        width: 100%;
        margin-bottom: 2rem;
        text-align: center;
    }
}

.leftBlk img {
    max-width: 100%;
    height: auto;
}

.c01 .leftBlk p {
    color: #221814;
    width: 90%;
    margin: 3rem auto;
    text-align: left;
    letter-spacing: 2px;
}

.rightBlk {
    margin-left: 2rem;
    width: 50%;
}

@media (max-width:1400px) {
    .rightBlk {
        width: 60%;
    }
}

@media (max-width:1300px) {
    .rightBlk {
        width: 70%;
    }
}

@media (max-width:1024px) {
    .rightBlk {
        width: 100%;
    }
}

@media (max-width:767px) {
    .rightBlk {
        margin-left: 0rem;
    }

    .rightBlk .item {
        margin-bottom: 1rem
    }
}

.rightBlk .item-title, .rightBlk .item, .rightBlk .item .text {
    display: flex;
    align-items: center;
}

.item-title {
    font-size: 2rem;
    font-weight: 900;
    color: #EC6C0F;
    text-decoration: underline;
}

@media (max-width:767px) {
    .item-title {
        font-size: 1.5rem;
    }
}

.item-title p:first-of-type {
    width: 360px;
    flex-grow: initial;
}

@media (max-width:767px) {
    .item-title p:first-of-type {
        width: 45%;
    }
}

.item-title p {
    flex-grow: 1;
    text-align: center;
}

.rightBlk .btn {
    display: block;
    padding: 1.25rem 1rem 1.5rem 1rem;
    /* height: 84px; */
    /* line-height: 78px; */
    text-align: center;
    background-image: radial-gradient(circle closest-corner at bottom, #aadbf9 0%, #14ade6 50%);
    border: #fff 5px solid;
    border-radius: 20px;
    color: #fff;
    font-weight: 500;
    font-size: 1.75rem;
    text-decoration: none;
    letter-spacing: 1px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, .25);
    position: relative;
    transition: all 0.3s;
    margin: 1rem 3rem 1rem 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
}

.rightBlk .btn::before {
    content: '';
    display: block;
    width: 98%;
    height: 38px;
    position: absolute;
    top: 5px;
    left: 5px;
    border-radius: 10px 10px 0 0;
    background-color: rgba(255, 255, 255, .25);
}

.rightBlk p {
    margin: 0 0 0.5rem 0;
    letter-spacing: 1px;
}

.c01 .rightBlk .btn {
    width: 50%;
}

@media (max-width:767px) {
    .c01 .rightBlk .btn {
        font-size: 1.125rem;
        margin: 1rem 1rem 1rem 0;
        width: 36%;
    }
}

.c01 .rightBlk .arrow {
    margin-right: 2rem;
}

@media (max-width:767px) {
    .c01 .rightBlk .arrow {
        margin-right: 1rem;
    }
}

.c01 .rightBlk .text {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 1px;
    color: #036EB8;
    flex-grow: 1;
    width: 50%;
}

@media (max-width:767px) {
    .c01 .rightBlk .text {
        font-size: 1.125rem;
    }
}

@media (max-width:480px) {
    .c01 .rightBlk .text {
        flex-direction: column;
        align-items: center;
    }
}

.c01 .rightBlk .text p {
    margin: 0;
    width: 100%;
}

.c01 .rightBlk .text img {
    margin-left: 1rem;
}

@media (max-width:767px) {

    /* .c01 .rightBlk .text img {
        margin-left: 0rem;
        margin-top: 0.5rem
    } */
    .c01 .rightBlk .text img {
        display: none
    }
}

.c02 .rightBlk {
    display: flex;
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 500;
}

@media (max-width:630px) {
    .c02 .rightBlk {
        font-size: initial;
    }
}

.c02 .rightBlk .step {
    margin-right: 2rem;
    align-self: flex-start;
}

@media (max-width:767px) {
    .c02 .rightBlk .step img {
        max-width: 120px;
    }
}

@media (max-width:480px) {
    .c02 .rightBlk .step {
        margin-right: 1rem;
    }

    .c02 .rightBlk .step img {
        max-width: 100px;
    }
}

.c02 .rightBlk .text {
    /* margin-top: 4rem; */
}

@media (max-width:767px) {
    .c02 .rightBlk .text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}

@media (max-width:430px) {
    .c02 .rightBlk .text {
        margin-top: 0rem;
    }
}

.c02 .rightBlk .item {
    margin-bottom: 1rem;
}

@media (max-width:560px) {
    .c02 .rightBlk .item {
        /* flex-direction: column; */
    }
}

.c02 .rightBlk .item>span {
    font-size: 1rem;
    font-weight: 400;
}

.c02 .rightBlk .item .blk {
    flex: 1;
}

.c02 .rightBlk .item .blk p {
    text-indent: -100px;
    margin-left: 100px
}

@media (max-width:630px) {
    .c02 .rightBlk .item .blk p {
        text-indent: -70px;
        margin-left: 70px
    }
}

.c02 .rightBlk .item:nth-of-type(2) .blk p {
    color: #EC6C1F;
}

.c02 .rightBlk .item:nth-of-type(3) .blk p {
    color: #009139;
}

.c02 .rightBlk .item:nth-of-type(4) .blk p {
    color: #036EB8;
}

.c02 .rightBlk .item .blk div {
    display: flex;
    align-items: flex-start;
}

@media (max-width:560px) {
    .c02 .rightBlk .item .blk div {
        flex-wrap: wrap
    }
}

.c02 .rightBlk .item .blk span {
    display: block;
}

@media (max-width:820px) {
    .c02 .rightBlk .item .blk span {
        font-size: 1.25rem
    }
}

@media (max-width:630px) {
    .c02 .rightBlk .item .blk span {
        font-size: 1rem
    }
}

@media (max-width:430px) {
    .c02 .rightBlk .item .blk span {
        font-size: 0.9rem
    }
}


.c02 .rightBlk .item .blk span:first-of-type {
    width: 75px;
    line-height: 38px;
    flex-shrink: 0;
}

@media (max-width:767px) {
    .c02 .rightBlk .item .blk span:first-of-type {
        width: 63px;
    }
}

@media (max-width:430px) {
    .c02 .rightBlk .item .blk span:first-of-type {
        width: 50px;
        line-height: 28px;
    }
}

.c02 .rightBlk .item .blk img {
    width: 38px;
    margin: 0 1rem;
}

@media (max-width:767px) {
    .c02 .rightBlk .item .blk img {
        width: 28px;
        margin: 0rem;
    }
}

.c02 .rightBlk .img {
    width: 118px;
    margin-left: 1rem;
}

@media (max-width:767px) {
    .c02 .rightBlk .img {
        display: none;
    }
}

.c03 .rightBlk .btn {
    width: 131px;
    margin: 0 1rem 1rem 0;
    text-align: center;
}

@media (max-width:767px) {
    .c03 .rightBlk .btn {
        font-size: 1.25rem;
        width: initial;
    }
}

.c03 .rightBlk .item {
    align-items: flex-start;
    margin-bottom: 1.5rem;
}

@media (max-width:767px) {
    .c03 .rightBlk .item {
        flex-direction: column;
    }
}

.c03 .rightBlk .item .text {
    flex: 1;
    display: block;
}

.c03 .rightBlk p {
    font-size: 1.5rem;
    font-weight: 500;
    margin-left: 2.5rem;
    line-height: 38px;
    text-indent: -7px;
}

@media (max-width:767px) {
    .c03 .rightBlk p {
        font-size: 1rem;
        line-height: 26px;
    }
}

.c03 .rightBlk p img {
    margin-left: -32px;
    vertical-align: text-bottom;
    margin-right: 0.35rem;
}

.c03 .rightBlk p span {
    font-size: 1.125rem;
    display: block;
    color: #E50011;
    line-height: 1.5;
}

@media (max-width:767px) {
    .c03 .rightBlk p span {
        font-size: 1rem;
        line-height: 26px;
    }
}


.c03 .rightBlk p span a {
    color: #036EB8;
}

.add {
    color: #fff;
    font-size: 14px;
    /* padding: 7px 2rem; */
    background-color: #005bac;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 36px;
    letter-spacing: 0.5px;
}

@media (max-width:767px) {
    .add {
        text-align: left;
        padding: 8px 2rem;
        line-height: 1.5;
    }
}

.add span::after {
    content: "｜";
    display: inline-block;
}

.copyright {
    min-height: 91px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-image: linear-gradient(90deg, #00b3fe, #039);
    position: relative;
    padding: 0 15px;
}

@media (max-width:767px) {
    .copyright {
        min-height: initial;
    }
}

.copyright .left-img {
    padding-left: 35px;
    padding-top: 6px;
}

@media (max-width:767px) {
    .copyright .left-img {
        padding-left: 0px;
        position: absolute;
        bottom: 3rem;
        /* left: 2rem; */
    }
}

@media (max-width:494px) {
    .copyright .left-img {
        /* bottom: 4.5rem; */
        /* left: 1rem; */
    }
}

.copyright .left-img img {
    width: 164px;
}

@media (max-width:767px) {
    .copyright .left-img img {
        width: 104px;
    }
}

.copyright .light-img {
    padding: 20px 118px 20px 0;
    text-align: right;
    background-image: url('../images/footer-bg.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    margin-right: -15px;
    min-height: 51px;
}

@media (max-width:767px) {
    .copyright .light-img {
        padding: 20px;
        width: 100%;
        min-height: initial;
        background-size: 72px;
    }

    .copyright .light-img img {
        width: 140px;
    }
}

.copyright .light-img p {
    margin: 5px 0 0 0;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .5px;
}

@media (max-width:767px) {
    .copyright .light-img p {
        font-size: 10px;
    }
}

.goTop {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
}

.goTop a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #00a2e4;
    border-radius: 10px;
}

.goTop a:hover {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #fabe16;
    border-radius: 10px;
}

.goTop a img {
    filter: brightness(500%);
    width: 24px;
}

.dropdown-menu {
    display: none;
    background-color: #d8d8d8;
    width: calc(96% - 160px);
    margin: 0 2%;
    max-height: calc(100vh - 95px);
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
    padding-left: 80px;
    padding-right: 80px;
    overflow-y: auto;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.3);
}

@media (max-width:1138px) {
    .dropdown-menu {
        width: initial;
        padding-left: initial;
        padding-right: initial;
    }
}

@media (max-width:991px) {
    .dropdown-menu {
        position: relative;
        z-index: 1;
    }
}

@media (max-width:767px) {
    .dropdown-menu {
        margin: 0px 0 0 0;
        width: 100%;
        max-height: calc(100vh - 113px);
        padding: 2.5rem 0 3.125rem 0;
    }
}

.dropdown-menu .menu-item {
    float: left;
    margin-right: 7%;
}

.dropdown-menu .menu-item:last-of-type {
    margin-right: 0%;
}

@media (max-width:1479px) {
    .dropdown-menu .menu-item {
        margin-right: calc(100% / 17);
    }
}

@media (max-width:1347px) {
    .dropdown-menu .menu-item {
        margin-right: calc(100% / 19);
    }
}

@media (max-width:1290px) {
    .dropdown-menu .menu-item {
        margin-right: calc(100% / 25);
    }
}

@media (max-width:1185px) {
    .dropdown-menu .menu-item {
        margin-right: calc(100% / 30);
    }
}



@media (max-width:991px) {
    .dropdown-menu .menu-item {
        width: calc(100% / 3);
        margin-right: 0;
        margin-bottom: 1rem;
    }
}

@media (max-width:767px) {
    .dropdown-menu .menu-item {
        width: calc(100% / 2) !important;
        min-height: 375px;
    }
}

@media (max-width:575px) {
    .dropdown-menu .menu-item {
        width: calc(100% / 2) !important;
        min-height: 420px;
    }
}

.dropdown-menu .menu-item:first-of-type {
    width: 30%;
    margin-right: 0;
}

.dropdown-menu .menu-item:first-of-type>ul {
    display: flex;
    flex-wrap: wrap;
}

.dropdown-menu .menu-item:first-of-type>ul>li:nth-of-type(2) {
    margin-right: 70px;
}

@media (max-width:1185px) {
    .dropdown-menu .menu-item:first-of-type>ul>li:nth-of-type(2) {
        margin-right: 5%;
    }
}

.dropdown-menu ul {
    margin: 0;
    padding: 0;
}

.dropdown-menu ul li {
    list-style: none;
    font-size: 1rem;
    margin-bottom: 7px;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 1.25;
}

@media (max-width:767px) {
    .dropdown-menu ul li {
        font-size: 1.5rem;
    }
}

.dropdown-menu ul li a {
    font-size: 0.875rem;
    text-decoration: none;
    color: #4f4f4f;
}

@media (max-width:767px) {
    .dropdown-menu ul li a {
        font-size: 1.5rem;
        padding-bottom: 7px;
        font-weight: 300;
    }
}

@media (max-width:527px) {
    .dropdown-menu ul li a {
        font-size: 1.25rem;
    }
}

@media (max-width:480px) {

    .dropdown-menu ul li a {
        font-size: 1.125rem;
    }
}

.dropdown-menu svg {
    width: 24px;
    height: 24px;
}

.dropdown-menu .subnav {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

@media (max-width:767px) {
    .dropdown-menu .subnav {
        display: block;
        margin-top: 30px;
    }

    .mobi-hidden {
        display: none;
    }
}

.dropdown-menu .subnav li {
    margin-right: 20px;
}

@media (max-width:1444px) {
    .dropdown-menu .subnav li {
        margin-right: 15px;
    }
}

.dropdown-menu .menu-item ul li ul {
    margin-top: 30px;
}

@media (max-width:767px) {
    .dropdown-menu .subnav ul {
        margin-top: 0 !important;
    }
}

.menu-wrapper {
    max-width: 1280px;
    margin: 0 auto;
}

@media (max-width:1138px) {
    .menu-wrapper {
        max-width: 960px;
        margin: 0 auto;
    }
}

.menu-wrapper-mobi {
    display: flex;
    flex-wrap: wrap;
    max-width: 640px;
    padding: 0 40px;
    margin: 0 auto;
}

.menu-wrapper-mobi .menu-item>ul>li {
    font-weight: 500;
}

@media (max-width:767px) {
    .menu-wrapper-mobi .menu-item>ul>li {
        font-size: 24px;
        font-weight: 500;
        padding-top: 30px;
        margin-top: 50px;
        position: relative;
    }

    .menu-wrapper-mobi .menu-item>ul>li:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100px;
        border-top: 1px solid #4f4f4f;
    }
}


@media (max-width:991px) {
    .menu-wrapper-mobi .menu-item {
        flex-basis: 25%;
        margin-bottom: 50px;
    }

    .menu-wrapper-mobi .menu-item:last-of-type {
        flex-basis: initial;
    }
}

@media (max-width:767px) {
    .menu-wrapper-mobi {
        max-width: 400px;
        padding: 0 55px;
    }

    .menu-wrapper-mobi .menu-item {
        flex-basis: 50%;
        margin-bottom: 50px;
    }
}

.video-container-img {
    text-align: center;
}

.video .btn-mobi {
    display: none;
}

@media (max-width:960px) {
    .video .btn-mobi {
        display: block;
    }

    .video .btn-mobi a {
        margin: 0rem auto 4rem auto;
    }

    .video .btn-mobi-none {
        display: none;
    }

    .video .item:last-of-type {
        margin-bottom: 5rem;
    }
}

main .title {
    margin-bottom: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

main .title::before {
    content: '';
    display: block;
    flex-grow: 1;
    height: 4px;
    background-color: #1b98d3;
    opacity: 0.4;
    margin-right: 70px;
}


main .title::after {
    content: '';
    display: block;
    flex-grow: 1;
    height: 4px;
    background-color: #1b98d3;
    opacity: 0.4;
    margin-left: 70px;
}

@media (max-width:991px) {
    main .title::before, main .title::after {
        display: none;
    }
}

main .title.no-line::before, main .title.no-line::after {
    content: none;
}


.iconImg {
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width:575px) {
    .iconImg {
        margin-bottom: 0px;
    }

    .iconImg img {
        width: 20%
    }
}

.btnBlk {
    display: flex;
    justify-content: center;
}

@media (max-width:991px) {
    .btnBlk {
        flex-wrap: wrap
    }
}

.btnBlk .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    text-align: center;
    background-image: radial-gradient(circle closest-corner at bottom, #fff20c 0%, #d59511 50%);
    border: #fff 5px solid;
    border-radius: 20px;
    letter-spacing: 2px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, .25);
    position: relative;
    transition: all 0.3s;
    width: 450px;
    margin: 30px 45px;
    position: relative;
    z-index: 1;
}

@media (max-width:767px) {
    .btnBlk .btn {
        margin: 20px 0;
    }
}

@media (max-width:575px) {
    .btnBlk .btn {
        width: 90%;
        height: 72px;
    }
}


.btnBlk .btn:hover {
    transform: scale(1.05);
}

.btnBlk .btn a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 30px;
    text-decoration: none;
    color: #040000;
    line-height: 80px;
    font-weight: bold;
    font-family: '微軟正黑體';
}

@media (max-width:767px) {
    .btnBlk .btn a {
        font-size: 28px;
        line-height: 72px;
    }
}

@media (max-width:575px) {
    .btnBlk .btn a {
        font-size: 24px;
    }
}


.block-1, .block-2, .block-3, .block-4 {
    background-repeat: no-repeat;
    padding: 80px;
}

@media (max-width:767px) {
    .block-1, .block-2, .block-3, .block-4 {
        padding: 50px 16px;
    }
}

.block-1 {
    background-image: url('../images/bg-1.png');
    background-position-x: right;
    background-position-y: 250px;
}

.block-2 {
    background-image: url('../images/bg-2.png');
    background-position-x: center;
    background-position-y: 80px;
}

.block-3 {
    background-image: url('../images/bg-3.png');
    background-position-x: left;
    background-position-y: 90px;
}

.block-4 {
    background-image: url('../images/bg-4.png');
    background-position-x: right;
    background-position-y: 60px;
}

.content {
    max-width: 1100px;
    margin: 0 auto;
}

.content ol {
    padding-left: 70px;
}

@media (max-width:575px) {
    .content ol {
        padding-left: 30px;
    }
}

.content ol li {
    counter-increment: num-counter;
    margin: 0 0 60px 0;
    position: relative;
    font-size: 1.5rem;
    list-style: none;
    line-height: 1.75;
    text-align: justify;
    font-weight: 400;
}

@media (max-width:767px) {
    .content ol li {
        margin: 0 0 30px 0;
        font-size: 1.25rem;
    }
}

.content ol li::before {
    content: counter(num-counter);
    background: #d9b82f;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 1.5rem;
    position: absolute;
    left: -70px;
    color: #040000;
    font-weight: 600;
}

@media (max-width:767px) {
    .content ol li::before {
        left: -40px;
        width: 30px;
        height: 30px;
        font-size: 1.25rem;
    }
}

.numberBlk {
    background-repeat: no-repeat;
    background-image: url('../images/number-bg.jpg');
    padding: 176px 0;
    background-size: cover;
}

@media (max-width:991px) {
    .numberBlk {
        padding-top: 396px;
        padding-bottom: 50px
    }
}

.numberBlk p {
    text-align: right;
    margin-bottom: 2.75rem;
    font-size: 1.5rem;
}

@media (max-width:991px) {
    .numberBlk p {
        margin-bottom: 1.5rem;
    }
}

@media (max-width:480px) {
    .numberBlk p {
        font-size: 1.25rem
    }
}

.number-content {
    max-width: 1030px;
    margin: 0 auto;
    padding-left: 1rem
}

.number-item {
    display: flex;
    align-items: center;
    margin-bottom: 46px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .25);
}

@media (max-width:575px) {
    .number-item {
        padding: 0.5rem 0
    }
}

.number-title {
    background-color: #00a2e4;
    border-radius: 30px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 28px;
    color: #fff;
    text-shadow: 3px 3px 5px rgba(0, 0, 0, .75);
    margin: -1rem;
    position: relative;
    z-index: 0
}

@media (max-width:991px) {
    .number-title {
        width: 180px;
    }
}

@media (max-width:767px) {
    .number-title {
        width: 150px;
        border-radius: 20px;
        font-size: 24px;
    }
}

@media (max-width:575px) {
    .number-title {
        width: 120px;
        font-size: 20px;
    }
}

@media (max-width:480px) {
    .number-title {
        width: 90px;
        font-size: 16px;
        border-radius: 14px;
        line-height: 1.35;
    }
}

.number-title::before {
    content: '';
    border-style: solid;
    border-width: 0px 0px 230px 230px;
    border-color: transparent transparent #1384c4 transparent;
    position: absolute;
    z-index: -1
}

.number-count {
    display: flex;
    margin-left: 1rem;
    flex-grow: 1;
}

.number-count .item {
    flex: 1;
    text-align: center
}

.number-count .item h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

@media (max-width:630px) {
    .number-count .item h3 {
        font-size: 1.125rem;
    }
}

@media (max-width:480px) {
    .number-count .item h3 {
        font-size: 3.25vw;
    }
}

.number-count .item:last-child {
    border-left: #00a2e4 1px solid;
}

.trophyBlk {
    position: relative;
    background-color: #b7b4ae;
}

.trophyBlk::before {
    content: '';
    background-image: url('../images/trophy-bg.svg');
    background-repeat: no-repeat;
    background-size: 100% 180px;
    position: absolute;
    top: -180px;
    display: block;
    width: 100%;
    height: 180px;
}

@media (max-width:575px) {
    .trophyBlk::before {
        height: 100px;
        top: -100px;
        background-size: 100% 100px;
    }
}

.trophyBlk img {
    max-width: 100%;
    height: auto;
}

@media (max-width:575px) {
    .trophyBlk>.wrapper {
        overflow: hidden;
        max-width: initial;
    }

    .trophyBlk img {
        width: 150%;
        max-width: initial;
        height: 150%;
        object-fit: cover;
        position: relative;
        right: 40%;
    }
}

.honorBlk {
    padding: 100px 0;
    background-image:
        url('../images/honor-bg.png'),
        radial-gradient(circle, #178bcd, #003c8c);
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    background-position: center, center;
}

.honorBlk .photo {
    width: 45%;
    padding: 2rem 1rem 1rem 2rem;
}

@media (max-width:991px) {
    .honorBlk .photo {
        width: 100%;
        text-align: center
    }
}

.honorBlk .photo img {
    max-width: 100%;
    height: auto;
}

.honorBlk .content {
    width: 55%;
    color: #fff;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    padding: 2rem 2rem 1rem 1rem;
}

@media (max-width:991px) {
    .honorBlk .content {
        width: 100%;
    }
}

@media (max-width:575px) {
    .honorBlk .content {
        font-size: 20px;
    }
}

.honorBlk .content br {
    display: none;
}

@media (max-width:575px) {
    .honorBlk .content br {
        display: block;
    }
}

.honorBlk .content span {
    color: #eac41b;
}

.slideBlk {
    background-color: #fff;
    max-width: 1100px;
    margin: 50px auto;
    border-radius: 30px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .75);
}

.slideBlk .swiper {
    padding-bottom: 4rem;
}

.slideBlk .swiper-slide {
    display: flex;
}

@media (max-width:991px) {
    .slideBlk .swiper-slide {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.slideBlk .swiper-slide .heading {
    color: #00a2e4;
    text-align: left;
    font-size: 2rem;
    /* display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin-bottom: 2rem
}

.slideBlk .swiper-slide .content {}

@media (max-width:991px) {
    .slideBlk .swiper-slide .content {
        padding-left: 0rem;
        margin-top: 2rem
    }
}

.slideBlk .swiper-slide .text {
    color: #231815;
    text-align: left;
    font-size: 1.5rem;
    /* display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; */
    margin-bottom: 1.5rem;
}

.slideBlk .swiper-slide .btn {
    margin-top: auto;
}

.slideBlk .swiper-slide .btn a {
    background-image: radial-gradient(circle closest-corner at bottom, #fff20c 0%, #f1ac2c 80%);
    border: #fff 5px solid;
    border-radius: 50px;
    letter-spacing: 2px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, .25);
    transition: all 0.3s;
    display: inline-block;
    text-decoration: none;
    padding: 10px 40px;
    color: #040000;
    font-size: 1.25rem;
    font-weight: 600;
}

.slideBlk .swiper-slide .btn a:hover {
    transform: scale(1.05);
}

.slideBlk .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.swiper-pagination-bullet-active {
    background-color: #00a2e4;
}

.swiper-button-wrapper {
    width: 56.5%;
    position: absolute;
    top: 36%;
    right: 0px;
    display:none;
}

@media (max-width: 991px) {
    .swiper-button-wrapper {
        width: 100%;
        top: 60%;
        right: 0px;
    }
}

.swiper-button-wrapper .swiper-button-prev:after,
.swiper-button-wrapper .swiper-button-next:after {
    font-size: 2rem
}

.swiper-button-wrapper .swiper-button-prev:hover:after,
.swiper-button-wrapper .swiper-button-next:hover:after {
   color:#f1ac2c
}

.slideBlk .swiper:hover .swiper-button-wrapper {
    display:block;
}

.slideBlk .swiper-pagination {
    bottom: 40px !important
}

@media (max-width: 768px) {
    .bg-kv {
        width: 100%;
        height: 400px;
        overflow: hidden;
    }

    .bg-kv img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
}

@media (max-width: 480px) {
    .bg-kv {
        width: 100%;
        height: 250px;
        overflow: hidden;
    }

    .mobi {
        display: block !important;
    }

    .pc {
        display: none;
    }
}

.mobi {
    display: none;
}

.number-title br+br {
    display: none;
}

@media (max-width: 767px) {
    .number-title br+br {
        display: block;
    }
}