@import url("../../fonts.googleapis.com/css2-family=Lusitana-wght@700&family=Noto+Sans+SC-wght@100;200;300;400;500;600;700;800;900&display=swap.css")/*tpa=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';
    color: #fff;
    background: url("../images/bg.jpg")/*tpa=https://103.119.12.95:25163/images/bg.jpg*/ no-repeat center center;
    background-size: cover;
    height: 100%;
    max-height: 96vh;
}

html,
body {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    height: var(--app-height);
}

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 AREA */
.page_area{
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: start;
    height: 11%;
    margin: 3.5% 0 1%;
}

.page_top{
    height: 100%;
    margin-top: .5%;
    text-align: center;
    /* height: 11%; */
    /* margin-top: 4%; */
}

.page_left, .page_right{
    width: 5%;
}


/* .page_left, .page_right {
    position: absolute;
    top: 3%;
}

.page_left {
    left: 3%;
}

.page_right {
    right: 3%;
} */

.page_left img, .page_right img {
    width: 100%;
    height: auto;
}

/* MAIN PIC */
#main .ttl {
    text-align: center;
    height: 72%;
    margin-top: -2%;
    margin-bottom: 2%;
}

/* MENU */
#main .linkUl {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.5vh;
    width: 100%;
}

#main .linkUl > li {
    position: relative;
    height: 10vh;
    width: 34vh;
    cursor: pointer;
}

#main .linkUl > li::before{
    content: '';
    display: block;
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 100%;
}

#main .linkUl > li > a {
    height: 100%;
    display: block;
    position: relative;
    z-index: 10;
}

#main .linkUl > .li01 > a {
    background: url("../images/menu1.png")/*tpa=https://103.119.12.95:25163/images/menu1.png*/ no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li01:hover > a {
    background: url("../images/menu1_h.png")/*tpa=https://103.119.12.95:25163/images/menu1_h.png*/ no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li02 > a {
    background: url("../images/menu2.png")/*tpa=https://103.119.12.95:25163/images/menu2.png*/ no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li02:hover > a {
    background: url("../images/menu2_h.png")/*tpa=https://103.119.12.95:25163/images/menu2_h.png*/ no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li03 > a {
    background: url("../images/menu3.png")/*tpa=https://103.119.12.95:25163/images/menu3.png*/ no-repeat;
    background-position: center;
    background-size: contain;
}

#main .linkUl > .li03:hover > a {
    background: url("../images/menu3_h.png")/*tpa=https://103.119.12.95:25163/images/menu3_h.png*/ no-repeat;
    background-position: center;
    background-size: contain;
}
#main .linkUl > .on:nth-child(1) > a {
    background: url("../images/menu1_h.png")/*tpa=https://103.119.12.95:25163/images/menu1_h.png*/ no-repeat;
    background-position: center;
    background-size: contain;
}
#main .linkUl > .on:nth-child(2) > a {
    background: url("../images/menu2_h.png")/*tpa=https://103.119.12.95:25163/images/menu2_h.png*/ no-repeat;
    background-position: center;
    background-size: contain;
}
#main .linkUl > .on:nth-child(3) > a {
    background: url("../images/menu3_h.png")/*tpa=https://103.119.12.95:25163/images/menu3_h.png*/ no-repeat;
    background-position: center;
    background-size: contain;
}

/* MENU HOVER */

.linkUl li .link_box01,
.linkUl li .link_box02
{
    display: none;
}
.linkUl > li:hover .link_box01,
.linkUl > li:hover .link_box02,
#main .linkUl > li:hover::before{
    display: block;
}
.linkUl > .on .link_box01,
.linkUl > .on .link_box02,
#main .linkUl > .on::before{
    display: block;
}

/* 03 */
.linkUl li .link_box03
{
    display: none;
}
.linkUl > li:hover .link_box03
#main .linkUl > li:hover::before{
    display: block;
}
.linkUl > li:hover .link_box03,
#main .linkUl > li:hover::before {
    display: block;
}

/* 選單1 */
.link_box01{
    width: 111%;
    padding: 9% 8%;
    background-color: #0091ff;
    position: absolute;
    border: 1px solid #fff;
    z-index: 999;
    border-radius: 9px;
    bottom: 122%;
    left: 50%;
    transform: translateX(-50%);
}

.btn_group{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.btn_group .btn1,
.btn_group .btn2,
.btn_group .btn3,
.btn_group .btn4,
.btn_group .btn5{
    width: 100%;
}

.btn_group .btn1 img,
.btn_group .btn2 img,
.btn_group .btn3 img,
.btn_group .btn4 img,
.btn_group .btn5 img{
    width: 100%;
}



/* 箭頭 */
.link_box01::after{
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background-image: url("../images/arrow.png")/*tpa=https://103.119.12.95:25163/images/arrow.png*/;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -11px;
    right: 50%;
    transform: translateX(-50%);
}

/* 選單2 */
.link_box02{
    width: 167%;
    padding: 9.2% 13% 9.7%;
    background-color: #0091ff;
    position: absolute;
    border: 1px solid #fff;
    z-index: 999;
    border-radius: 9px;
    bottom: 122%;
    left: 50%;
    transform: translateX(-50%);
}

/* 箭頭 */
.link_box02::after{
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background-image: url("../images/arrow.png")/*tpa=https://103.119.12.95:25163/images/arrow.png*/;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -11px;
    right: 50%;
    transform: translateX(-50%);
}

.link_box02 .link_list {
    display: flex;
    gap: 2.5%;
    margin-bottom: 2.5%;
}

.link_box02 .link_list:last-child{
    margin-bottom: 0;
}

.link_box02 .link_list div {
    display: flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    background: #fff;
    font-weight: 500;
    color: #323130;
    font-family: "Noto Sans SC";
    font-size: 2.4vh;
}

.link_box02 .link_list .ms{
    width: 5.5vh;
}

.link_box02 .link_list .ms_arrow{
    width: 5.5vh;
    border: none;
    background: none;
}

.link_box02 .link_list img{
    width: 100%;
    height: auto;
}

.link_box02 .link_list .url span{
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: center;
}

.link_box02 .link_list .url {
    flex-grow: 1;
    justify-content: start;
}

.link_box02 .link_list .visit_btn {
    background:linear-gradient(180deg, #ffffff 0%, #a9dffc 100%);
    color: #0078ff;
    padding: 0.4em 1.3em;
    cursor: pointer;
    margin-left: auto;
    font-weight: normal;
}

.link_box02 .link_list .visit_btn:hover{
    opacity: 0.8;
}

.pop_top{
    display: flex;
    width: 100%;
    margin-bottom: 4.5%;
}

.pop_top img{
    width: 100%;
}

/* 選單3 */
.link_box03{
    width: 111%;
    padding: 9% 8%;
    background-color: #0091ff;
    position: absolute;
    border: 1px solid #fff;
    z-index: 999;
    border-radius: 9px;
    bottom: 122%;
    left: 50%;
    transform: translateX(-50%);
}

/* 箭頭 */
.link_box03::after{
    content: '';
    display: block;
    width: 14px;
    height: 11px;
    background-image: url("../images/arrow.png")/*tpa=https://103.119.12.95:25163/images/arrow.png*/;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -11px;
    right: 50%;
    transform: translateX(-50%);
}




/* .item {

    height: 10vh;
    width: 34vh;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}

.item a.i-a {
    text-align: center;
    border-radius: 1.5vh;
    border: #656567 1px solid;
    width: 100%;
    height: 100%;
    display: flex;
    padding: 0 2vh;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    font-size: 2.4vh;
    background-image: linear-gradient(to bottom, #5f605a, #212123);
}

.item a.i-a img {
    height: 54%;
    margin: 0;
    padding: 0 1vh;
}

.item a.i-a span {
    height: 54%;
    width: 15vh;
    color: #fff;
    display: flex
;
    justify-content: flex-start;
    align-items: center;
    font-size: 3vh;
} */

