@import url('https://fonts.googleapis.com/css2?family=Lusitana:wght@700&family=Noto+Sans+SC:wght@100;200;300;400;500;600;700;800;900&display=swap');

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

body,html{
	height: 100%;
}

body {
    font: 14px/1.6 'Microsoft Yahei','Lusitana','Noto Sans SC';
    font-family: 'Lusitana', serif;
    font-family: 'Noto Sans SC', sans-serif;
    color: #fff;
    height: 100%;
    max-height: 100vh;
    overflow: hidden;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
    height: 100%;
}

.clearfix:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    height: 1%;
}

* html .clearfix {
    zoom: 1;
}

/* IE6 */
* + html .clearfix {
    zoom: 1;
}

/* IE7 */
.fL {
    float: left !important;
}

.fR {
    float: right !important;
}

body,
#container {
    overflow: hidden;
	position: relative;
}

#container {
    position: relative;
	height: 100%;
    max-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

#container::after{
	content:"";
	display: block;
}

#main {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    max-height: 100vh;
}

/* PAGE TOP */
.page_top{
    height: 13vh;
    margin-bottom: 1vh;
    text-align: center;
}

/* MAIN PIC */
#main .ttl {
    text-align: center;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* MENU */
#main .linkUl {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-grow: 1;
    gap: 1.5vh;
    height: 100%;
    max-height: 28vh;
    width: 90%;
    max-width: 70vw;
    margin-top:2vh;
}

#main .linkUl > li {
    position: relative;
    height: 6vh;
    width: 32vh;
}

#main .linkUl > li > a {
    height: 100%;
    display: block;
    position: relative;
    z-index: 10;
}

#main .linkUl > .li01 > a {
    background: url(../assets/menu1.png) no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li01:hover > a {
    background: url(../assets/menu1_h.png) no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li02 > a {
    background: url(../assets/menu2.png) no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li02:hover > a {
    background: url(../assets/menu2_h.png) no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li03 > a {
    background: url(../assets/menu3.png) no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li03:hover > a {
    background: url(../assets/menu3_h.png) no-repeat;
    background-position: center;
    background-size: contain;
}

/* 隱私提示 */
.tip{
    height: 7vh;
    text-align: center;
    color: #1EBBED;
    font-size: 17px;
    line-height: 20px;
    font-weight: 500;
}

.tip span{
    display: block;
    position: relative;
}


.tip span:before{
    left: -103%;
}

.tip span:after{
    right: -103%;
}

/* MENU HOVER */
.linkUl li div{
    display: none;
}

/* 箭頭1 */
.link_box01::after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -15px;
    right: calc(50% - 9px);
    background-image: url(../assets/arrow.png);
    background-size: contain;
    background-position: center;
}

/* 箭頭2 */
.link_box02::after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: -15px;
    right: calc(50% - 9px);
    background-image: url(../assets/arrow.png);
    background-size: contain;
    background-position: center;
}

.link_box01 .link_list {
    display: flex;
    gap: 2vw;
}
.link_box01 .link_list div, .link_list a {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    background: #fff;
    color: #0c52ac;
    border-radius: 10px;
    box-shadow:rgb(0 0 0 / 7%) 0 0 6px 0px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    font-weight:bold;
    box-sizing: border-box;
}
.link_list .url a {
    flex-grow: 0;
    display: flex;
    margin-left:auto;
    width: 20%;
}
.link_box01 .link_list .url {
    display: flex;
    justify-content: space-between;
    flex-grow: 1;
    padding: 1vw;
    justify-content: start;
    font-size: 15px;
}
.link_box01 .link_list .url span{
    display: flex;
    justify-content: center;
    flex-grow: 1;
}
.link_box01 .link_list .visit_btn {
    background-color: #0c52ac;
    color: #fff;
    padding: 2vw 4vw;
    cursor: pointer;
    margin-left: auto;
    font-weight: normal;
    box-sizing: border-box;
}


.link_box02 .link_list {
    display: flex;
    gap: 10px;
}

.link_box02 .link_list .url,
.link_box02 .link_list .visit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    padding: 0.7em;
    background: #ffffffb0;
    color: #0c52ac;
    border-radius: 10px;
    box-shadow:rgb(0 0 0 / 7%) 0 0 6px 0px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    font-weight:bold;
    flex-grow: 1;
}

.link_box02 .link_list .url {
    display: flex;
    flex-grow: 1;
    padding: 12px;
    justify-content: center;
    font-size: 14px;
    padding-left: 22%;
    box-sizing: border-box;
}

.link_box02 .link_list .visit_btn {
    background-color: #0c52ac;
    color: #fff;
    height: 100%;
    padding: 12px;
    cursor: pointer;
    margin-left: auto;
    font-weight: normal;
    box-sizing: border-box;
}

.browser{
    font-size: 17px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.browser img{
    width: 90%;
}

.browser .icon{
    margin-right: 10px;
}

.qr_section{
    margin-bottom: 2.5%;
    display: flex;
    justify-content: space-between;
    justify-content: center;
    font-size: 17px;
    position: relative;
}

.qr{
    padding: 0.2em;
    width: 110px;
    border: 1px solid #0c52ac;
    background: #fff;
}

.qr_word{
    color: #0c52ac;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 8%;
    line-height: 1.2;
}

.qr_device{
    margin-top: auto;
    justify-content: space-between;
}

.qr_title01{
    height: 70%;
}

.qr_title02{
    height: 30%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.linkUl .li01:hover .arrow{
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 102%;
    height: 18px;
}

.linkUl .li02:hover .arrow{
    display: block;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 102%;
    height: 18px;
}

/* ON */
.linkUl .li01.on .link_box01 {
    background: #fff;
    border: 3px solid #295ca9;
    border-radius: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1vw;
    width: 90vw;
    padding: 2vw;
    background-image: url(../assets/menu_bg.png);
    z-index: 99999;

    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 117%;
    max-width: 406px;
}

.linkUl .li02.on .link_box02 {
    background: #fff;
    border: 3px solid #295ca9;
    border-radius: 5vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1vw;
    width: 90vw;
    padding: 2vw;
    background-image: url(../assets/menu_bg.png);
    z-index: 99999;

    position: absolute;
    right: 50%;
    transform: translateX(50%);
    bottom: 117%;
     max-width: 406px;
}

/* PC 端 link_box01 适配 */
@media screen and (min-width: 768px) {
    .linkUl .li01.on .link_box01 {
        width: 420px;
        max-width: 420px;
        border-radius: 15px;
        gap: 8px;
        padding: 12px;
        bottom: 120%;
    }

    .link_box01 .link_list {
        gap: 8px;
    }

    .link_box01 .link_list .url {
        font-size: 13px;
        padding: 10px 12px;
    }

    .link_box01 .link_list .url span {
        font-size: 13px;
    }

    .link_box01 .link_list .visit_btn {
        padding: 10px 15px;
        font-size: 13px;
    }

    .link_box01 .link_list .ms {
        font-size: 13px;
    }
}

/* PC 端 link_box02 适配 */
@media screen and (min-width: 768px) {
    .linkUl .li02.on .link_box02 {
        width: 420px;
        max-width: 420px;
        gap: 8px;
        padding: 12px;
        bottom: 120%;
        border-radius: 15px;
    }

    .link_box02 .link_list {
        gap: 8px;
    }

    .link_box02 .link_list .url {
        font-size: 13px;
        padding: 10px 12px;
        padding-left: 80px;
    }

    .link_box02 .link_list .visit_btn {
        padding: 10px 15px;
        font-size: 13px;
    }

    .link_box02 .browser {
        font-size: 13px;
    }

    .link_box02 .browser img {
        width: 20px;
        height: 20px;
    }

    .link_box02 .browser .icon {
        margin-right: 6px;
    }
}



@media screen and (min-width: 460px){
    .page_top{
        height: 12vh;
    }
    .tip{
        margin-top: 4vh;
        font-size: 22px;
        line-height: 22px;
    }
    .link_box02 .link_list .url{
        padding-left: 5%;
    }

}

@media screen and (min-width: 414px){
    .qr img{
        height: 80%;
    }
}

@media screen and (max-width: 393px){
    .tip{
        font-size: 3vmin;
    }
    .browser{
        font-size: 3vmin;
    }
    .link_box01 .link_list .url,
    .ms{
        font-size:3vmin;
    }
    .link_box01 .link_list .visit_btn{
        font-size: 3vmin;
    }
}

@media screen and (max-width:375px) and (max-height: 667px){

    .linkUl .li01:hover .link_box01,
    .linkUl .li02:hover .link_box02{
        bottom: 130%;
    }
}

@media screen and (max-width: 320px){
    .linkUl .li01:hover .link_box01{
        border: 2px solid #295ca9;
        padding: 2vw;
        width: 120%;
        bottom: 134%;
        background-size: contain;
        background-position: center;
    }
    .linkUl .li02:hover .link_box02{
        border: 2px solid #295ca9;
        padding: 1em;
        width: 120%;
        bottom: 134%;
        background-size: contain;
        background-position: center;
    }
    .link_box01 .link_list .url,
    .ms,
    .link_box01 .link_list .visit_btn,
    .link_box02 .link_list .url {
        font-size: 3vmin;
    }
}

/* SWIPER */
.swiper {
    width: 100%;
        height: 100%;
    max-height: 40vh;
    max-width: 100vw;
    overflow: hidden;
}

.swiper-slide{
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    object-fit: contain;
    margin: auto;
}

