@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;400;500;700;900&display=swap");

body,
html {
    -webkit-font-smoothing: antialiased
}

a {
    display: block;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

a:hover {
    opacity: 0.8
}

img {
    display: block;
    width: 100%;
    height: auto
}

body {
    font-family: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
    padding-top: 1px
}

body.noScroll {
    height: auto !important;
    overflow: hidden
}

.sansTC {
    font-family: "Noto Serif TC", serif
}

.container {
    max-width: 1300px;
    margin: auto
}

* {
    outline: none
}

.footer_info {
    top: 100%
}

.fixBtn {
    bottom: 1rem;
    margin-left: auto;
    height: 0
}

.fixBtn .fxBox {
    background-image: url(../images/fixBtn_1.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    /* -webkit-animation: 10s changeCard infinite;
    animation: 10s changeCard infinite; */
    -webkit-transform: translateY(calc(-100% - 1rem));
    transform: translateY(calc(-100% - 1rem))
}

.fixBtn:hover {
    opacity: 1
}

.getCard01{
    background-color:#ff454b;
    color: #ffffff;
}

.getCard02{
    background-color:#ff454b;
    color: #ffffff;
}

@-webkit-keyframes changeCard {
    0% {
        background-image: url(../images/fixBtn_1.png)
    }

    40% {
        background-image: url(../images/fixBtn_1.png)
    }

    50% {
        background-image: url(../images/fixBtn_2.png)
    }

    90% {
        background-image: url(../images/fixBtn_2.png)
    }
}

@keyframes changeCard {
    0% {
        background-image: url(../images/fixBtn_1.png)
    }

    40% {
        background-image: url(../images/fixBtn_1.png)
    }

    50% {
        background-image: url(../images/fixBtn_2.png)
    }

    90% {
        background-image: url(../images/fixBtn_2.png)
    }
}

.w_logo {
    top: 1rem;
    left: 4rem;
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.kv {
    background-image: linear-gradient(to top, #1583F3, #03A9F4);
}

.kv .kv_mask {
    width: 160%;
    max-width: 120rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 90;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url(../images/kv/kv_mask-2023.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 101% 100%
}

.kv .kv_mask:after,
.kv .kv_mask:before {
    content: "";
    display: block;
    background-color: #0e59fc;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50vw
}

.kv .kv_mask:before {
    right: 100%
}

.kv .kv_mask:after {
    left: 100%
}

.swiper_KV .swiper-slide {
    width: 90vw;
    max-width: 1106px;
    margin-left: -3rem;
    margin-right: -3rem;
    opacity: 0.5
}

.swiper_KV .swiper-slide.swiper-slide-active {
    opacity: 1;
    z-index: 990
}

.swiper_KV .swiper-paginationKV {
    text-align: center;
    position: absolute;
    bottom: auto;
    top: 88%;
    z-index: 99
}

.swiper_KV .swiper-paginationKV span {
    width: 1.1rem;
    height: 1.1rem;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 0.6rem !important
}

.swiper_KV .swiper-paginationKV span.swiper-pagination-bullet-active {
    background-color: #fff615
}

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

.kvCht {
    position: absolute;
    -webkit-transition: 0.5s 0s;
    transition: 0.5s 0s;
    opacity: 0
}

.kvCht img {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.kvCht.kch01 {
    width: 100%;
    left: 1%;
    bottom: -2%;
    -webkit-transform: scale(0.9) translateY(15%);
    transform: scale(0.9) translateY(15%)
}

.kvCht.kch02 {
    width: 47%;
    right: 1%;
    bottom: 7%;
    -webkit-transform: scale(0.95) translate(-15%, 0%);
    transform: scale(0.95) translate(-15%, 0%)
}

.kvCht.kch03 {
    width: 45%;
    left: 8%;
    top: 15%;
    -webkit-transform: scale(0.95) translate(15%, 15%);
    transform: scale(0.95) translate(15%, 15%)
}

.kvCht.kch04 {
    width: 45%;
    left: 5%;
    bottom: 10%;
    -webkit-transform: scale(0.95) translate(-15%, 0%);
    transform: scale(0.95) translate(-15%, 0%)
}

.kvCht.kch05 {
    width: 45%;
    left: 10%;
    bottom: 10%;
    -webkit-transform: scale(0.95) translate(-15%, 0%);
    transform: scale(0.95) translate(-15%, 0%)
}

.swiper-slide-active .kvCht {
    -webkit-transition: 0.6s 0.3s;
    transition: 0.6s 0.3s;
    opacity: 1
}

.swiper-slide-active .kvCht.kch01 {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.swiper-slide-active .kvCht.kch02 {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
}

.swiper-slide-active .kvCht.kch03 {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0)
}

.sec_02 {
    background-image: url(../images/202503/sec02_bg.png) ;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 120%
}

.swiperBox {
    max-width: 850px;
    margin-left: 5.8%
}

.swiperBox a:hover {
    opacity: 1
}

.swiperBox .swiperRL {
    top: 35%;
    z-index: 10
}

.swiper_Bonus .swiper-slide {
    padding-bottom: 2em;
    padding-right: 2.2em;
    width: auto;
    opacity: 1
}


.swiper_Bonus .swiper-slide.swiper-slide-active,
.swiper_Bonus .swiper-slide.swiper-slide-next {
    opacity: 1
}

.swBtn {
    position: absolute;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 86% 86%
}

.swBtn.sw_L {
    left: -2.6rem;
    background-image: url(../images/icon_L_w.svg);
    background-position: center left 12%
}

.swBtn.sw_R {
    right: -2.6rem;
    background-image: url(../images/icon_R_w.svg);
    background-position: center right 12%
}

.swBtn:hover {
    opacity: 0.9
}

.deco {
    position: absolute;
    /*max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content*/
}

.sec02_deco01 {
    width: 20rem;
    bottom: 2rem;
    left: 105%
}

/*.sec02_deco02 {
    width: 24.1875rem;
    bottom: -1.4rem;
    right: calc(100% - 10.5rem)
}*/
.slide_1{

}

.slide_2{

}



.numb1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 5px;
    padding-bottom: 14px;
    width: 15rem
}

.numb2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 10px;
    padding-bottom: 14px;
    width: 14rem
}

.numb3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 0px;
    padding-bottom: 24px;
    width: 13.5rem
}

.numb4 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 21px;
    padding-bottom: 18px;
    width: 14rem
}

.numb5 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-top: 21px;
    padding-bottom: 9px;
    width: 14rem
}

.logo_2_m {
    display: none;
}

.sec_03 {
    background-image: url(../images/sec03/sec03_bg-2023.png);
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto 100%
}

.sec_03 .reBonus {
    max-width: 24.5rem
}

.sec_03 .reBonus p {
    font-weight: 500;
    opacity: 0.9
}

.perPic1 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}

.perPic2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-left: 0rem;
}

.perPic3 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    margin-left: auto;  
    margin-right: auto;
}

.subTltPic1 {
    margin-top: 4px;
    width: 100% auto;
}

.subTltPic2 {
    margin-top: 10px;
    width: 100% auto;
}

.subTltPic3 {
    margin-top: 10px;
    width: 100% auto;
}

.sec_04 {
    background-image: linear-gradient(to top, #1583F3,#1583F3);
}

.sec_04 .swip_L {
    max-width: 550px;
    width: 48%
}

.sec_04 .swip_L .swiper-slide {
    opacity: 0;
    -webkit-transition: 0.1s 0.2s;
    transition: 0.1s 0.2s
}

.sec_04 .swip_L .swiper-slide img {
    max-width: 494px;
    width: 90%;
    margin: auto
}

.sec_04 .swip_L .swiper-slide.swiper-slide-active {
    opacity: 1;
    -webkit-transition: 0.4s 0.1s;
    transition: 0.4s 0.1s
}

.sec_04 .swip_R {
    max-width: 555px;
    width: 48%;
    margin-left: 4%;
    padding-bottom: 8rem;
    padding-top: 2rem
}

.swPi {
    z-index: 99;
    top: 38%
}

.swPi a {
    position: absolute;
    width: 5.4rem
}

.swPi a.swPi_L {
    left: -7%
}

.swPi a.swPi_R {
    right: -7%
}

.piCard_pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 2.8rem !important
}

.piCard_pagination a {
    margin-right: 0.25rem;
    opacity: 0.5;
    border: 4px solid transparent
}

.piCard_pagination a.active {
    border: 4px solid #1969e9;
    border-radius: 999px;
    opacity: 1;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.28);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.28)
}

.pi_subtlt {
    height: 6rem
}

.pi_subtlt img {
    width: auto;
    height: 100%;
    position: relative;
    left: -0.8rem
}

.swiper_piCardInfo p {
    font-weight: 300
}

.sec_05 {
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 120rem 100%
}

.tabPic {
    width: 25.625rem
}

.tabPic .tabP {
    opacity: 0;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: 0.2s 0.05s;
    transition: 0.2s 0.05s
}

.tabPic .tabP.active {
    opacity: 1;
    -webkit-transition: 0.2s 0s;
    transition: 0.2s 0s
}

.tabBtnBox {
    top: 0.9rem
}

.tabBtnBox a.active {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: -0.9rem;
    opacity: 0
}

.decoCity {
    width: calc(100% - 26.5rem);
    bottom: -10%;
    right: 1rem;
    -webkit-transition: 0.7s 0.6s;
    transition: 0.7s 0.6s;
    opacity: 1;
    max-width: 45.125rem
}

.decoCity img {
    -webkit-animation: cityWave 1s ease-in-out infinite alternate;
    animation: cityWave 1s ease-in-out infinite alternate;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.decoCity.cityHide {
    bottom: 20%;
    opacity: 0
}

.decoCity.cityHide img {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes cityWave {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%)
    }

    to {
        -webkit-transform: translateY(0.5%);
        transform: translateY(0.5%)
    }
}

@keyframes cityWave {
    0% {
        -webkit-transform: translateY(-1%);
        transform: translateY(-1%)
    }

    to {
        -webkit-transform: translateY(0.5%);
        transform: translateY(0.5%)
    }
}

.sec_06 {
    height: 30.5rem;
    overflow: hidden;
    padding-top: 1.5rem;
    background-color: #e7feff;
    /* background-image: url(../images/sec06/sec06_bg-2023.png); */
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 120rem 100%
}

.cellPhone {
    border-radius: 3rem;
    -webkit-box-shadow: -2rem 4rem 2rem rgba(0, 0, 0, 0.15);
    box-shadow: -2rem 4rem 2rem rgba(0, 0, 0, 0.15)
}

.cellPhone img {
    z-index: 99
}

.cellContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6% 5%
}

.tied {
    margin-left: 7%;
    width: calc(93% - 20rem);
    max-width: 37rem
}

.piTied_pagination {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    top: calc(100% + 1.8rem);
    z-index: 15
}

.piTied_pagination a {
    width: 3.625rem;
    height: 3.625rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 3.5rem 3.5rem
}

.piTied_pagination a img {
    opacity: 0;
    -webkit-transition: 0.2s;
    transition: 0.2s
}

.piTied_pagination a.active img {
    opacity: 1
}

.swiper_piTiedInfo {
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.popUp {
    background-color: rgba(0, 0, 0, 0.8)
}

.popUp .tentBox {
    max-width: 41rem;
    height: 90%;
    background-color: #f6f6f6;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-template-areas: "tlt" "tent"
}

.popUp .tentTlt {
    /*-ms-grid-row: 1;
    -ms-grid-column: 1;*/
    grid-area: tlt;
    line-height: 1.5;
    padding-top: 0.45em;
    padding-bottom: 0.45em
}

.popUp .tent {
    /*-ms-grid-row: 2;
    -ms-grid-column: 1;*/
    grid-area: tent;
    overflow-y: scroll;
    scrollbar-color: transparent rgba(0, 0, 0, 0.1);
    scrollbar-width: thin;
    padding-right: 1em
}

.popUp .tent::-webkit-scrollbar {
    width: 3px;
    opacity: 0.3
}

.popUp .tent::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 1em
}

.popUp .tent::-webkit-scrollbar-thumb {
    border-radius: 1em;
    background-color: transparent
}

.popUp a.closePop {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.popUp li {
    margin-bottom: 0.35em
}

.popUp a.underline {
    display: inline-block
}

.popUp a.underline:hover {
    text-decoration: none
}

.popUp table {
    border-collapse: collapse;
    border: 1px solid #434343;
    line-height: 1.5
}

.popUp table td,
.popUp table th {
    border: 1px solid #434343;
    padding: 0.3em
}

@media screen and (min-width:1920px) {
    .sec_02 {
        background-size: 100% 100%
    }
}

@media screen and (max-width:1505px) {

    body,
    html {
        font-size: 15px
    }

    .kv .kv_mask {
        max-width: 150rem
    }

    .sec02_deco01 {
        width: 20rem;
        bottom: 2rem;
        left: 103%
    }

    .sec02_deco02 {
        right: auto;
        left: -10rem
    }
}

/*@media screen and (max-width:1440px) {
    .sec02_deco01 {
        -webkit-transform: scale(0.9);
        transform: scale(1.3);
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        left: 103%
    }
}*/

@media screen and (max-width:1240px) {

    body,
    html {
        font-size: 14px
    }


    .sec_04 .container {
        min-height: 47vw
    }

    .sec_04 .tags {
        margin-bottom: 0.5rem
    }

    .sec_04 .swip_R {
        padding-top: 0
    }

    .sec_04 .swip_L {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .decoCity {
        max-width: 53vw
    }

    .swiperBox {
        max-width: 750px;
        margin-left: 5.8%
    }
}

@media screen and (max-width:1024px) {
    .sec_06 {
        height: 47vw;
        min-height: 30rem
    }

    .openPopBox {
        margin-top: -4rem
    }

    .tied {
        margin-left: 3%;
        width: 65%
    }

    .hBox {
        margin-top: 1rem
    }

    .pT_R {
        height: 32vw
    }

    .pT_R img {
        position: absolute;
        right: 0;
        width: 20vw;
        bottom: 1rem
    }

    .swiper_piTiedInfo .sld02 .pT_R img {
        bottom: auto;
        top: 1.5rem
    }
}

@media screen and (max-width:990px) {

    .sec02_deco01 {
        display: none
    }
}

@media screen and (max-width:860px) {

    body,
    html {
        font-size: 1.628vw
    }

    .swiper_Bonus a {
        width: 18rem
    }

    .sec02_deco01,
    .sec02_deco02 {
        display: none
    }

}

@media screen and (max-width:767px) {

    body,
    html {
        font-size: 4.2666vw
    }

    nav {
        position: fixed;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #2584fb;
        z-index: 9990;
        background-image: url(../images/pi.svg);
        background-repeat: no-repeat;
        background-position: center bottom 35%;
        background-size: 116% auto;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    nav a {
        margin-left: 0 !important
    }

    nav>.flex {
        width: 100%;
        height: 100%;
        line-height: 2.7
    }

    nav.open {
        bottom: 0
    }

    nav.open .w_logo {
        opacity: 1
    }

    .navBtn {
        padding: 1px;
        left: 1.25rem;
        top: calc(1rem - 1px);
        z-index: 9999;
        -webkit-transition: 0.2s;
        transition: 0.2s
    }

    .navBtn div {
        height: 2px;
        background-color: #2584fb;
        margin-top: 0.6rem;
        margin-bottom: 0.6rem;
        position: relative;
        -webkit-transition: 0.2s;
        transition: 0.2s
    }

    .navBtn div:after,
    .navBtn div:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: #2584fb;
        position: absolute;
        left: 0;
        -webkit-transition: 0.2s;
        transition: 0.2s
    }

    .navBtn div:before {
        top: -0.6rem
    }

    .navBtn div:after {
        bottom: -0.6rem
    }

    .navBtn.open {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .navBtn.open div {
        background-color: #ffffff
    }

    .navBtn.open div:after,
    .navBtn.open div:before {
        background-color: #ffffff
    }

    .navBtn.open div:before {
        top: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .navBtn.open div:after {
        display: none
    }

    .fixBtn {
        top: 0.5rem;
        bottom: auto;
        height: auto
    }

    .fixBtn .fxBox {
        -webkit-transform: none;
        transform: none
    }

    .popUp .tentBox {
        max-width: none;
        height: 100%
    }

    .popUp .tent {
        padding-right: 0
    }

    .popUp a.closePop {
        right: 0rem
    }

    .swiper_KV .swiper-slide {
        width: 100vw;
        max-width: none;
        margin-left: 0;
        margin-right: 0;
        opacity: 1
    }

    .swiper_KV .swiper-paginationKV {
        top: 92%
    }

    .swiper_KV .swiper-paginationKV span {
        width: 0.8rem;
        height: 0.8rem
    }

    .kvCutV {
        height: 100%
    }

    .kvCht.kch01 {
        width: 94%;
        left: 3%;
        bottom: 5%
    }

    .kvCht.kch02 {
        width: 80%;
        left: 10%;
        bottom: 4.5%
    }

    .kvCht.kch03 {
        width: 90%;
        right: 10%;
        top: 55%
    }
    .kvCht.kch04 {
        width: 100%;
        left: 15%;
        top: 40%
    }
    .kvCht.kch05 {
        width: 100%;
        left: 15%;
        top: 50%
    }
    .sec_02 {
        background-image: url(../images/202503/sec02_bg-m.png);
        background-size: 110% auto
    }

    .swiperBox {
        max-width: none;
        margin-left: 0;
        width: auto
    }

    .swiperBox .swiperRL {
        top: 35%
    }

    .swiper_Bonus a {
        width: 16.5625rem
    }

    .swiper_Bonus a:hover {
        opacity: 1
    }

    .swiper_Bonus .swiper-slide {
        padding-bottom: 2em;
        padding-right: 0.75em;
        width: auto
    }

    .swiper_Bonus .swiper-slide.swiper-slide-next {
        opacity: 0.6
    }

    .swiper_Bonus .swiper-wrapper {
        padding-left: 3.5em
    }

    .swBtn {
        width: 5rem;
        height: 5rem;
        background-size: 50% auto
    }

    .swBtn.sw_L {
        background-position: center right 12%
    }

    .swBtn.sw_R {
        background-position: center left 12%
    }

    .sec02_deco01,
    .sec02_deco02 {
        display: none
    }

    .sec_03 {
        background-position: bottom left;
        background-size: 90rem auto;
        background-color: #ffffff
    }

    .numb1 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 5px;
        padding-bottom: 2px;
        width: 14.5rem;
    }

    .numb2 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 10px;
        padding-bottom: 5px;
        width: 13rem;
    }

    .numb3 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 0px;
        padding-bottom: 4px;
        width: 14.5rem;
    }

    .numb4 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 5px;
        padding-bottom: 10px;
        width: 14.5rem;
    }

    .numb5 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-top: 5px;
        padding-bottom: 10px;
        width: 14rem;
    }

    .slide_1{

    }
    
    .slide_2{

    }

    .slide_3{

    }
    
    .slide_4{
    
    }

    .perPic1 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
    }

    .perPic2 {
        display: none;
    }

    .perPic3 {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 100%;
        margin-left: auto;  
        margin-right: auto;
    }

    .sec_04 .container {
        padding-top: 9.5rem
    }

    .sec_04 .swip_L,
    .sec_04 .swip_R {
        width: auto;
        max-width: none
    }

    .sec_04 .swip_R {
        padding-bottom: 0
    }

    .sec_04 .tags {
        width: auto
    }

    .pi_tlt {
        top: 2.375rem;
        width: 87%;
        left: 6%
    }

    .piCard_pagination {
        width: 100%;
        left: 0;
        bottom: auto !important;
        top: 5.1875rem;
        margin-top: 0;
        background-color: #ffe76e;
        padding: 0.6rem 0.8rem
    }

    .piCard_pagination a {
        border-width: 2px !important
    }

    .swiper_piCard .swiper-slide img {
        width: 65% !important
    }

    .swPi {
        top: 38%
    }

    .swPi a {
        width: 4rem
    }

    .swPi a.swPi_L {
        left: 0%
    }

    .swPi a.swPi_R {
        right: 0%
    }

    .pi_subtlt {
        height: 4rem;
        margin-top: -1rem
    }

    .pi_subtlt img {
        margin: auto
    }

    .swiper_piCardInfo {
        z-index: 99;
        overflow: visible !important
    }

    .mtxt {
        width: 77%;
        margin: auto
    }

    .txtShowBtn {
        background-color: #ffffff;
        border-radius: 50%;
        width: 1em;
        line-height: 1;
        text-align: center;

    }

    .sec_05 {
        background-color: #ffffff;
        background-position: top center;
        background-size: 100% 100%
    }

    .sec_05 h3 img {
        height: 5.75rem;
        width: auto;
        margin: auto
    }

    .tabBtnBox {
        top: 0.6rem
    }

    .tabBtnBox a.active {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-top: -0.9rem;
        opacity: 0
    }

    .tabPic {
        width: auto;
        font-size: 0.875rem
    }

    .decoCity {
        max-width: none;
        width: 134%;
        bottom: -13%;
        right: -17%
    }

    .sec_06 {
        height: auto;
        background-image: url(../images/sec06/sec06_bg_m-2023.png);
        background-position: top center;
        background-size: 100% 100%
    }

    .sec_06 .container {
        padding-top: 11rem
    }

    .sec_06 h3 img {
        height: 5.75rem;
        width: auto;
        margin: auto
    }

    .sec_06 h4 {
        text-align: center;
        letter-spacing: -0.02em
    }

    .sec_06 .hBox {
        top: 0;
        left: 0;
        width: 100%
    }

    .cellPhone {
        width: 13.5rem;
        margin-left: 1.25rem;
        max-width: none
    }

    .piTied_pagination {
        left: 0;
        top: calc(100% + 21.5rem);
        width: 100%;
        background-color: #f3f3f3;
        z-index: 99;
        height: 100vh;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 1.3rem;
        -webkit-box-shadow: 0 -1rem 10px rgba(0, 0, 0, 0.05);
        box-shadow: 0 -1rem 10px rgba(0, 0, 0, 0.05)
    }

    .piTied_pagination a {
        margin: 0 0.4rem
    }

    .piTied_pagination a:hover {
        opacity: 1
    }

    .tied {
        width: auto;
        margin-left: 0;
        margin-top: -3.5rem
    }

    .swiper_piTiedInfo {
        z-index: 99;
        width: auto;
        overflow: visible !important
    }

    .swiper_piTiedInfo .swiper-slide>.flex {
        display: block
    }

    .swiper_piTiedInfo .swiper-slide>.flex .stepPic {
        margin: auto
    }

    .swiper_piTiedInfo .swiper-slide>.flex p {
        text-align: center;
        padding: 0.5rem 1.25rem;
        white-space: normal
    }

    .swiper_piTiedInfo .swiper-slide>.flex .pT_R {
        position: absolute;
        top: -20.5rem;
        right: -1.2rem;
        width: 12.4rem;
        height: auto;
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        max-width: none
    }

    .swiper_piTiedInfo .swiper-slide>.flex .pT_R img {
        position: static;
        width: 100%
    }

    .swiper_piTiedInfo .swiper-slide.sld02 .pT_R {
        right: 0
    }

    .swiper_piTiedInfo .swiper-slide.sld03 .pT_R {
        width: 12rem;
        right: -2.5rem;
        top: -19.5rem
    }

    .swiper_piTiedInfo .swiper-slide.sld04 p {
        white-space: nowrap
    }

    .swiper_piTiedInfo .swiper-slide.sld04 .pT_R {
        width: 12rem;
        top: -19.8rem
    }

    .openPopBox {
        text-align: center;
        margin-top: 0.5rem;
        margin-bottom: 2rem
    }

    .logo_2{
        display: none;
    }

    .logo_2_m{
        display: block
    }
}

/*# sourceMappingURL=main.css.map */