@charset "utf-8";

:root {
    --body-color: #DEEFF4;
    --main-color: #344D68;
    --sub-color: #f08300;
    --third-color: #FF9638;
    --foruth-color: #939c5a;
    --main-color-dark: #1e303a;
    --cata-color: #526366;
    --sectionpd: 5em;
    --unitcolor: #ffffff;
    /*112px*/
    --rowpd: 2em;
    --titlepd: 1em;
    /*32px*/
    --ppd: 0.5em;
}

@media screen and (min-width:900px) {
    :root {
        --sectionpd: 10em;
        --rowpd: 5em;
        --titlepd: 1.5em;
        --ppd: 1em;
    }
}

ul,
li {
    list-style: none;
}

dd {
    padding-left: 0px;
    float: left;
    margin-left: 0px;
}

* {
    margin: 0;
    padding: 0;
}
.sectionpb{margin-bottom:var(--sectionpd) ;}
.site-blue {
    color: var(--main-color)
}

.site-white {
    color: #ffffff
}

.site-black {
    color: #000000
}

@font-face {
    font-family: 'NotoSansTC';
    src: url("/fonts/NotoSansTC/NotoSansTC-Regular.ttf") format("opentype");
}

@font-face {
    font-family: 'NotoSansTCBold';
    src: url("/fonts/NotoSansTC/NotoSansTC-Bold.otf") format("opentype");
}

@font-face {
    font-family: 'NotoSansTCLight';
    src: url("/fonts/NotoSansTC/NotoSansTC-Light.ttf") format("opentype");
}

@font-face {
    font-family: 'NotoSerifTC';
    src: url("/font/Noto_SerifTC/NotoSerifTC-Bold.otf") format("opentype");
}


.fontn {
    font-family: 'NotoSansTC', serif;
}

.fontb {
    font-family: "NotoSansTCBold", serif;
}

.ch {
    font-family: 'NotoSerifTC';
}

.en {
    font-family: 'arial', serif;
}

.blue {
    color: #71B6E5
}

.olnum {
    counter-reset: item;
}

.olnum li {
    padding-left: 30px;
    position: relative;
}

.olnum li:before {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    text-align: center;
    background-color: #D9D9D9;
    /*   content: counters(item, ".") ". "; */
    content: counters(item, ".");
    counter-increment: item
}

/*body------------------------------
------------------------------------*/
body {
    font-size: 1.1em;
    line-height: 1.6;
    min-height: 100vh;
    overflow-y: auto;
    font-weight: normal;
    /* color: #344D68; */
  }

.bodywrapper {
    width: 100%;
    max-width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    background-color:transparent;
}

.section-bigpt {
    z-index: 2;
    margin-bottom: var(--sectionpd)*2;
    margin-top: var(--sectionpd)*2;
}

.pc {
    display: none;
}

.mobile {
    display: block;
}

@media screen and (min-width: 900px) {
    body {
        font-size: 1.1em;
        line-height: 1.8;
    }

    .pc {
        display: block;
    }

    .mobile {
        display: none;
    }

}

/* ---------------------------------------------------------
  Header (.site-header[-*])
----------------------------------------------- */
.site-header {
    padding: 0em 0em;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    max-width: 100%;
    height: auto;
    background: linear-gradient(to bottom,  rgba(2,69,121,1) 0%,rgba(2,69,121,0) 99%,rgba(2,69,121,0) 100%);

}

.site-header__btn .btn,.sign .btn {
    padding-left: 1rem;
    padding-right: 1rem;
	background-color: #ffffff;
	color:#021D30;
	font-weight: bold;
	position: relative;
	margin-top: 0.8rem;
	margin-right: 2rem;
}
.sign .btn {margin-right: 0;}
.site-header__btn .btn:hover,.sign .btn:hover {
	background-color: #021D30;
	color: #ffffff;

}
.site-header__btn .btn:before {
	content: "\f256"; 	
 }
.site-header.active {    
    /* box-shadow: rgba(50, 50, 93, 0.1) 0px 13px 27px -5px, rgba(0, 0, 0, 0.25) 0px 8px 16px -8px; */
}

.site-header_logo {
    flex: 0 0 auto;
    width:145px;
  	margin-left: 2rem;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
    display: flex;
}

.site-header_nav {
  
}

.site-header_subnav{margin-left: auto;}

.site-header_nav--in {
    display: flex;
    gap: 10px;
}

.site-heade_in {
    position: relative;
    z-index: 100;
	max-width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.site-header_navcontent {
    width: 280px;
    position: absolute;
    right: -280px;
    top: 0;
    background-color: rgba(0,0,0,1);
    height: 100vh;
    z-index: 99;
    overflow-y: auto;
    opacity: 0;
    overflow-x: hidden;
  }

.site-header_navcontent.active {
    -webkit-animation: ani-right 0.5s forwards;
    -moz-animation: ani-right 0.5s forwards;
    -o-animation: ani-right 0.5s forwards;
    animation: ani-right 0.5s forwards;

}

.site-header_ul {
    width: 100%;

}

.site-header_li {
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 0.8rem;
    padding-top: 0.8rem;
    position: relative;
    cursor: pointer;
    font-weight: normal;

}

.site-header_li:hover {
    color: #ffffff;
    background-color: #021D30;
}

.site-header_li--in {
    padding-left: 2.5em;
    padding-right: 2.5em;
    color: #ffffff;
    letter-spacing: 0.2rem;
    font-family: 'NotoSansTC';
    font-size: 1.1rem;
}

.site-header_li--in .en {
    font-size: 0.8em;
    text-align: left;
}


.site-header_li--in:hover .ch01,
.site-header_li--in:hover .en {
    color: #ffffff;
}

.site-overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    top: 0;
    left: 0;
   /*  z-index: 4; */
   z-index: 1111;
    display: none;
    opacity: 0;
  
}

.site-overlay.active {
    -webkit-animation: ani-right 0.5s forwards;
    -moz-animation: ani-right 0.5s forwards;
    -o-animation: ani-right 0.5s forwards;
    animation: ani-right 0.5s forwards;
    opacity: 1;
    display: block;
}

.site-gotop {
    width: 35px;
    height: 35px;
    cursor: pointer;
    overflow: hidden;
    z-index: 10;
    background-image: url(../img/all/scrolltop.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    right: 0.5em;
    position: fixed;
    bottom: 1em;
    display: none;
}

.site-gotop.active {
    display: block;
}
/*site-header_pcnavi-------------------
-------------------------------------*/
.site-header_pcnavi{
	display: none;
}
.site-header_pcnavi li {
    color: rgba(255,255,255,0.8);
    font-family: 'NotoSansTC', serif;
    margin-top: 0.8rem;
    position: relative;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
	padding:0.5rem 1.5rem;
	
}
.site-header_pcnavi li:after{
	content: "";
	display: block;
	width: 0%;
	height: 1px;
	border-radius: 2px;
	display: block;
	background-color:#ffffff;
	margin-top: 6px;
}
.site-header_pcnavi li:hover{
	color: #ffffff;
}
.site-header_pcnavi li.hassub a{color: #ffffff;}
.site-header_pcnavi li.hassub:hover{ background-color: rgba(0,0,0,0.5);}

.site-header_pcnavi li:hover:after,.site-header_pcnavi li.active:after{width: 100%;}
.site-header_pcnavi li:hover .site-pc-subnavi{
	display: block;
}
.site-pc-subnavi {
    position: absolute;
    display: none;
    background-color: rgba(0,0,0,0.5);
    margin-top: 0.9rem;
	padding-top: 0.8rem;
    width: 100%;
    left: 50%;
    margin-left: -50%;
	}

.site-pc-subnavi li {
    text-wrap: nowrap;
    font-size: 0.9rem;
    font-weight: normal;
	color: rgba(255,255,255,0.6);
	padding: 0.3rem;
	padding-bottom: 0.5rem;
	margin: 0;
	text-align: center;
	}
	.site-pc-subnavi li:after{display:none;}
.site-pc-subnavi li:hover {
	color: rgba(255,255,255,1);
}
/* .site-pc-subnavi a:not(:last-child) li{
	border-bottom: 1px solid #2a3a44;
}
 */

@media screen and (min-width: 900px) {
.site-header_pcnavi{
	display: flex;
	width: 100%;
	justify-content: center;
}
.site-header {
    height: 100px;
}
}
/*subNavi-----------------------------
--------------------------------------*/
.site-mb-subnavi {
    display: none;
}

.site-mb-subnavi li {
    padding-left: 1em;
    padding-right: 1em;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 0.6rem;
    padding-top: 0.6rem;
    font-size: 0.9rem;
}

.site-mb-subnavi li:hover {
    background-color: #000000
}

/*FOOTER---------------------------------
---------------------------------------*/
.site-footer {
    position: relative;
    clear: both;
    color: rgba(255,255,255,0.8);
    padding-top: var(--sectionpd);
    padding-bottom: var(--sectionpd);
   }

.site-footer_in {
    position: relative;
    z-index: 2;
    left: 0;
    top: 0;
    gap: 1em;
    font-size: 0.9em;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.5rem;
    padding-right: 3rem;
    padding-bottom: 2em;
    padding-top: 2em;
	max-width: 800px;
}

.site-footer_in a {
    color: rgba(255, 255, 255,1);
	opacity: 0.8;
}

.site-footer_in a:hover {
    color: rgba(255, 255, 255, 1);
	text-decoration: underline;
	opacity: 1;
}

.site-footer__gotop {
    margin: 2.5em 0px;
    border-top: solid 1px var(--main-color);
}


.site-social {
    gap: 1em;

}

.site-social_li {
    font-size: 1.5em;
}

.site-paragraph {
    padding-bottom: var(--rowpd);
}



.container.site-container {
    position: relative;
    padding-left: 2.5em;
    padding-right: 2.5em;
    max-width: 1200px;
    z-index: 2;
}

.container.site-container2 {
    position: relative;
    padding-left:5em;
    padding-right:18%;
    max-width: 1200px;
    z-index: 2;
}
.container.site-containersupsmall {
    position: relative;
    padding-left: 2.5em;
    padding-right: 2.5em;
    max-width: 1000px;
    z-index: 2;
}
@media screen and (min-width: 768px) {
    .container.site-container2 {
       padding-left:8em;
       padding-right:18%;
    }
    
    .site-item {
        font-size: 1.8rem;
    }
    .site-item span{
        color:var(--sub-color);
        padding-left: 20px;
        display:inline-block;
    }
}

/*------------------------------school
-------------------------------------*/
.box-footer__sch {
    flex: 0 0 auto;
    width: 100%;
}

.box-footer__sch img {
    width: 230px;
}

.box-footer__icon {
    flex: 0 0 auto;
    width: 22px;
    font-size: 1.5rem;
}

@media screen and (min-width: 576px) {

    .box-footer__sch {
        flex: 0 0 auto;
        width: 250px;
    }

    .box-footer__sch img {
        width: 250px;
    }
}

@media screen and (min-width: 576px) {

    .site-content_mask1 {
        max-width: 250px;
    }
}

@media screen and (min-width: 650px) {

    .box-unit__u {
        padding: 0px 5px;
        display: inline-block;
    }
}

@media screen and (min-width: 768px) {
    .site-footer__units--col {
        margin-bottom: 0.3rem;
    }



    .site-content_mask1 {
        max-width: 40%;
    }

    .site-header_dl {
        margin: 5em 1em;
    }

    .site-title {
        font-size: 2.8rem;
    }

    .site-title__line:before {
        height: 30px;
    }
}

/* ---------------------------------------------------------
  Mag
----------------------------------------------- */
#mag {
    width: 50px;
    height: 50px;
    background-color: rgba(0,0,0,0.5);	
    --magcolor: #ffffff;
    --magwidth: 20px;
	display: block;
}

#mag:hover {
    background-color: rgba(0,0,0,0.8);	
}

#mag>* {
    border: none;
    outline: none;

}

#mag span {
    font-size: 10px;
    margin-left: -1px;
    color: #ffffff;
}

#mag div {
    background-color: var(--magcolor);
    width: var(--magwidth);
    height: 2px;
    position: relative;
    border: none;
    outline: none;
    margin-left: 4px;
    margin-top: 18px;
}

#mag div:before {
    background-color: var(--magcolor);
    width: var(--magwidth);
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 5px;
}

#mag div:after {
    background-color: var(--magcolor);
    width: var(--magwidth);
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    bottom: 5px;
}

#mag.active {
	background-color: rgba(0, 0, 0,1);
}

#mag.active div {
    transform: rotate(45deg);
}

#mag.active div:before {
    transform: rotate(-90deg);
    margin-top: -5px;
}

#mag.active div:after {
    display: none;
}
.site-topic{
	width: 50px;
	position: absolute;
	right: 0;
	top:58px ;
	background-color: #ffffff;
	padding: 1.5rem 0.3rem;
	text-align: center;
	display: none;
}
.site-topic.active {
	display: none;
}

@media screen and (min-width:900px) {
.site-topic{
	display:block;
}
#mag {
	display: none;
}
}
/*BTN----------------------------------
------------------------------------------*/
.btnarea{
    max-width: 200px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.page-btn{
    background-color: #ffffff;
    border: 1px solid var(--sub-color);
    cursor: pointer;
    color: var(--bs-body-color);
}
.col-btn__L{
    text-align: center;
    padding: 0.3rem 1rem;
    font-weight: bold;
}
.col-btn__R{position: relative;
    flex:0 0 auto;
width: 50px;
border-left: 1px solid var(--sub-color);
background-color: #F8B62D;}
.btn-arrow{position: absolute;
    left: -10px;
    background-image: url(../img/all/icon-arrow.svg);
    width: 60px;
    height: 100%;
    background-repeat:no-repeat ;
    background-position: left center;
}
.page-btn:hover{ background-color: var(--sub-color);
color: #ffffff;}
.page-btn:hover .btn-arrow{ background-position: 80% center;}
/*-------------------------------PAGETITLE
----------------------------------------*/
.section-100vh {
    min-height: 100vh;
}

.page-section {
    margin-bottom: var(--sectionpd);
    position: relative;
    z-index: 1;
}

.page-section.mart {
    padding-top: 1em;
    margin-top: var(--rowpd);
}

.page-section.nomarb {
    margin-bottom: var(--rowpd);
}

.page-note {
    color: var(--third-color);
    font-size: 0.9rem;
    font-weight: bold;
}

.page-note.page-note-green {
    color: var(--sub-color);
}

.page-note-list li {
    background-image: url(../img/page/list-dot.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
}

.page-title__wrap {
    margin-left: 0rem;
    margin-top: 8%;
    margin-bottom: var(--titlepd);
    position: relative;
    z-index: 1;
}

.page-title__main {
    color: var(--sub-color);
    font-weight: bolder;
    font-size: 2rem;
}

.page-title__main.group {
    color: #009186;
}

.page-title__main.group:before {
    background-image: url(../img/page/dot-title2.png);
}

.page-title__date {
    color: #D9DD8F;
    font-size: 0.8rem;
    /*  margin-bottom: var(--sectionpd); */
}

.page-sub-title {
    color: var(--third-color);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: normal;
}

@media screen and (min-width: 576px) {
    .page-title__main {
        font-size: 2.5rem;
    }

    .page-sub-title {
        font-size: 1.5rem;
    }
}

/*-------------------------------FILEWRAP
----------------------------------------*/
.wrapper-file {
    padding-top: var(--titlepd);
    border-top: rgba(255, 255, 255, .3) 1px dashed;
    margin-top: var(--rowpd);
}

.list-file {
    color: #D9DD8F;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.list-file:before {
    content: "";
    background-image: url(../img/page/bg-icon-more.png);
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 5px 10px;
    clip-path: circle(50% at 50% 50%);
    background-color: black;
    width: 40px;
    height: 40px;
    display: inline-block;
}

.list-file:hover {
    text-decoration: underline;
}

.list-file:hover:before {
    background-size: 30px;
    background-position: 5px 10px;
}

/*-------------------------------PAGEITEM
----------------------------------------*/
.pageitem {
    color: var(--third-color);
    margin-bottom: 1em;
    font-size: 1.5rem;
    font-weight: bold;
    padding-left: 40px;
    position: relative;
}

.pageitem.smb {
    margin-bottom: 0px;
}

.pageitem:before {
    content: "";
    background-image: url(../img/page/dot-way.png);
    background-repeat: no-repeat;
    background-position: left 9px;
    position: absolute;
    width: 50px;
    height: 50px;
    display: block;
    background-size: 25px auto;
    left: 0px;
}

/*LOADMORE===================================*/
.show-more {
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    color: #FFF;
    display: none;
    background-image: url(../img/all/loading.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50px 50px;
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 100;
    text-align: center;
}

.show-more span {
    width: 100%;
    padding-bottom: 50px;
    color: #ffffff;
}

/*LOADMOREEND=====================================*/
/*others----------------------------------
------------------------------------------*/
.transiA,
a,
.btn,
.site-header_li,
.site-gotop span:after,
.site-header_li--in .en,
.site-header_dt div,
.box-program-icon span:before,
.btn-i:before,
.btn-i:after,
.site-header_li .ch01:before,
.iconfb,
.site-header_pcnavi li:after,
.site-header_pcnavi li,
.swiper-button-next:after, .swiper-button-prev:after, .swiper-button-next, .swiper-button-prev ,
.site-header__btn .btn,.sign .btn,
.vi-sand{
    transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -moz-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -ms-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
    -o-webkit-transition: all 0.5s cubic-bezier(.19, 1, .22, 1);
}

.editstyle img {
    max-width: 100%;
}

.nowrap {
    white-space: nowrap;
    display: inline-block
}
.fontawesonicon{position: relative;}
.fontawesonicon:before {
	font-family: "Font Awesome 6 Free"; 
	font-weight: 900;
	content: "\f256"; 
	margin-right: 5px;
 }
 .site-row{
    padding-top: var(--titlepd);
 }
/*IMG*/

img {
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.miximg {
    mix-blend-mode: multiply;
}

.iconfb {
    display: inline-block;
    max-width: 390px;
    background-image: url(../img/all/fbfans.svg);
    background-color: #385694;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 20px auto;
    padding-left: 30px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #ffffff;
    margin-bottom: 50px;
}

.iconfb:hover {
    background-color: #294681;
}
.site-list li{
    padding-left: 20px;
    background-image:url(../img/all/lidot.png) ;
    background-repeat:no-repeat ;
    background-position: left 8px;
}
.vi-sand.active{
    top:-10%;}
@media screen and (min-width: 768px) {
    .vi-sand.active{
        top:-25%;}
}
@media screen and (max-width: 375px) {

    /*限制縮到最小狀況*/
    body,
    html {
        width: 375px;
        overflow-x: hidden;
    }
}