.material-icons { vertical-align: middle; }

#Main { width: 100%; height: auto; }

#Accesskey_U { display: flex; flex: none; }

#TMain { position: relative; margin: 0px; width: 100%; height: 24.21vw; /*465 / 1920*/ box-shadow: 0px 6px 10px rgb(0 0 0 / 30%); }

#TMain .TMBg { position: absolute; z-index: 0; width: 100%; height: 24.21vw; /*465 / 1920*/ background-repeat: no-repeat; background-size: 100% auto; background-position: center 45%; }
#TMain .TMTop { position: fixed; z-index: 3; display: flex; justify-content: space-between; width: 100%; padding: 20px 40px; background-color: rgba( 255, 255, 255, 0.75 ); }

#TMain .TMTop .TMLeft { display: flex; flex: 1; }
#TMain .TMTop .TMLeft a[id="Accesskey_U"] { flex: none; }
#TMain .TMTop .TMLeft a.TMLLogo { display: flex; align-items: center; margin: 0px 8px 0px 0px; text-decoration: none; }
#TMain .TMTop .TMLeft a.TMLLogo img { height: 4.68vw; /* 347*144 / 90 / 1920 */ }
#TMain .TMTop .TMLeft a.TMLLogo .TMLTitle { flex: 1; padding-left: 20px; color: #000000; }
#TMain .TMTop .TMLeft a.TMLLogo .TMLTitle .T1 { font-size: 1.25em; font-weight: bolder; }
#TMain .TMTop .TMLeft a.TMLLogo .TMLTitle .T2 { font-size: 0.65em; font-weight: bolder; }
#TMain .TMTop .TMRight { display: flex; flex: 1; justify-content: flex-end; }
#TMain .TMTop .TMRight ul { display: flex; margin: 0px 0px; padding: 0px; list-style-type: none; justify-content: flex-end; }
#TMain .TMTop .TMRight ul li { display: flex; align-items: center; padding: 0px 3px; list-style-type: none; }

#TMain .TMTop .TMRight ul li.Link a { display: block; padding: 5px 15px; color: #000000; font-size: 1.1em; line-height: 38px; text-align: center; border-radius: 5px; }
#TMain .TMTop .TMRight ul li.Link a:hover { background-color: rgb(130 187 87 / 70%); }

#TMain .TMTop .TMMobile { display: none; position: relative; z-index: 1; flex: 1; }
#TMain .TMTop .TMMobile .TMMFun { display: block; width: 100%; text-align: right; }
#TMain .TMTop .TMMobile i { font-size: 2.4rem; color: #283f1c; line-height: 85px; cursor: pointer; }

#TMain .TMBottom { display: flex; width: 100%; background-color: #096CDE; justify-content: center; }
#TMain .TMBottom ul { display: flex; margin: 0px; padding: 0px; list-style-type: none;  }
#TMain .TMBottom ul li { padding: 15px 15px; }
#TMain .TMBottom ul li a { color: #FFFFFF; font-size: 1.1rem; }
#TMain .TMBottom ul li a:hover {  }

/* 捲軸 Firefox或IE / Edge 不支持自定義滾動條。 */
.Scroll::-webkit-scrollbar { width: 8px; height: 8px; border-radius: 5px; }
.Scroll::-webkit-scrollbar-track { background: transparent; border-radius: 5px; }
.Scroll::-webkit-scrollbar-track:hover { background: transparent; }
.Scroll::-webkit-scrollbar-thumb { background: #002135; border-radius: 5px; }
.Scroll::-webkit-scrollbar-thumb:hover { background: #97e1f1; }
.Scroll::-webkit-scrollbar-corner { background: #f8f8f8; }

#CMain { position: relative; width: 100%; padding: 0px; }
#PMain { position: relative; width: 100%; padding: 0px; }
#LMain { position: relative; width: 100%; padding: 0px; }
#RMain { position: relative; width: 100%; padding: 0px; }

.Required { float: right; color: #ff6c6c; font-size: 0.65rem; }

input[type="text"],
input[type="file"], 
input[type="number"], 
input[type="date"], 
input[type="number"], 
input[type="password"], 
input[type="email"], 
textarea { 
	padding: 5px; border-radius: 5px; border: solid 1px #5d7386; background-color: #DDDDDD; font-size: 0.9rem; 
}

input[type="submit"],
input[type="reset"],
input[type="button"], 
button {
	padding: 6px 10px; border-radius: 5px; color: #FFFFFF; font-size: 0.85rem; line-height: 24px; 
}

select {
	padding: 12px; border-radius: 5px; border: solid 1px #5d7386; background-color: #DDDDDD; font-size: 0.9rem; 
}

button .material-icons { padding-right: 3px; }



.ShsreDiv { position: relative; z-index: 2; margin: 50px auto; width: 100%; max-width: 1280px; padding: 0px 20px; }
.ShsreDiv .Menu { padding: 40px 40px; box-shadow: 0px 3px 15px rgb(0 0 0 / 15%);
    background: linear-gradient(to bottom, rgba(228,250,211,1) 0%,rgba(228,250,211,1) 48%,rgba(228,250,211,0.6) 100%);
    border-radius: 5px; }
.ShsreDiv .Menu .Subject { margin: 15px 0px; text-align: center; font-size: 1.25em; font-weight: bold; }
.ShsreDiv .Menu .Description { margin: 10px auto; width: 100%; max-width: 800px; font-size: 0.9em; line-height: 30px; text-align: center; }
.ShsreDiv .Menu .IconDiv { display: flex; justify-content: space-between; width: 280px; margin: 0 auto; }
.ShsreDiv .Menu .Icon.ShareIcon {
    margin: 14px 16px;
    width: 48px;
    height: 48px;
    border: 0px;
    cursor: pointer;
}
.ShsreDiv .Menu .Icon {
    display: block;
    overflow: hidden;
    margin: 0px auto;
    width: 80px;
    height: 80px;
    border: 1px solid #FFF;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 50%;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #FFF;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 30%);
}


.WaveMain { position: relative; z-index: 1; width: 100%; }
.WaveMain .Wave { position: absolute; width: 100%; height: 100px; }
.WaveMain .Wave.Wave1 { z-index: 1000; opacity: 1; bottom: -10px; animation: animateWave_1 4s linear infinite; background-size: 800px 100px; }
@keyframes animateWave_1 {
	0% { background-position-x: 800px; }
	100% { background-position-x: 0px; }
}
.WaveMain .Wave.Wave2 { z-index: 999; opacity: 1; bottom: 25px; animation: animateWave_2 6s linear infinite; background-size: 990px 100px; }
@keyframes animateWave_2 {
	0% { background-position-x: 0px; }
	100% { background-position-x: 990px; }
}
.WaveMain .Wave.Wave3 { z-index: 998; opacity: 0.2; bottom: 0px; animation: animateWave_3 2s linear infinite; background-size: 990px 100px; }
@keyframes animateWave_3 {
	0% { background-position-x: 990px; }
	100% { background-position-x: 0px; }
}
.WaveMain .Wave.Wave4 { z-index: 997; opacity: 0.7; bottom: 15px; animation: animateWave_4 5s linear infinite; background-size: 990px 100px; }
@keyframes animateWave_4 {
	0% { background-position-x: 0px; }
	100% { background-position-x: 990px; }
}


#BMain { width: 100%; height: auto; background-color: #497332; }
#BMain .BMTop { width: 100%; height: 40px; background-color: #c0dbb3; }
#BMain .BMBottom { display: flex; justify-content: space-between; align-items: flex-start; width: 100%; padding: 40px 40px; }
#BMain .BMBottom .BMLeft { display: flex; }
#BMain .BMBottom .BMLeft .BMLogo { width: 362px; }
#BMain .BMBottom .BMLeft .BMLogo img { width: 100%; }
#BMain .BMBottom .BMLeft .BMInfo { padding-left: 20px; color: #dfffcd; font-size: 0.75em; line-height: 25px; }
#BMain .BMBottom .BMRight { display: flex; flex-wrap: wrap; justify-content: flex-end; color: #dfffcd; }
#BMain .BMBottom .BMRight ul { margin: 0px; padding: 0px; margin-bottom: 15px; margin-top: -3px; }
#BMain .BMBottom .BMRight ul li { float: left; padding-left: 10px; list-style-type: none; }
#BMain .BMBottom .BMRight ul li a { padding: 5px; color: #FFFFFF; font-size: 0.7em; }
#BMain .BMBottom .BMRight .BMA { width: 100%; text-align: right; }
#BMain .BMBottom .BMRight .BMA a { display: inline-block; }


@media screen and ( max-width: 1920px ) {



}


@media screen and ( max-width: 1500px ) {

#TMain { height: 29vw; }
#TMain .TMBg { height: 29vw; }

#TMain .TMTop { padding: 20px 20px; }
#TMain .TMTop .TMLeft { flex: none; width: 250px; }
#TMain .TMTop .TMLeft a.TMLLogo img { height: 65px; }
#TMain .TMTop .TMLeft a.TMLLogo .TMLTitle { padding-left: 10px; }
#TMain .TMTop .TMLeft a.TMLLogo .TMLTitle .T1 { font-size: 1.15em; }
#TMain .TMTop .TMLeft a.TMLLogo .TMLTitle .T2 { font-size: 0.6em; }

#TMain .TMTop .TMRight ul li { padding: 0px 5px; }
#TMain .TMTop .TMRight ul li.Link a { font-size: 0.9rem; }

#BMain .BMBottom { padding: 40px 20px; }

}


@media screen and ( max-width: 1280px ) {

.ShsreDiv .Menu { padding: 40px 25px; }
.ShsreDiv .Menu .Description { font-size: 0.8em; }
	
}

@media screen and ( max-width: 1240px ) {

#TMain { height: 36vw; }
#TMain .TMBg { height: 36vw; }

#BMain .BMBottom .BMLeft { display: flex; flex-wrap: wrap; width: 450px; }
#BMain .BMBottom .BMLeft .BMLogo {  }
#BMain .BMBottom .BMLeft .BMInfo { margin-top: 0px; padding-left: 86px; font-size: 0.7em; }

}


@media screen and ( max-width: 1024px ) {



}


@media screen and ( max-width: 950px ) {

#TMain .TMTop { flex-wrap: wrap; padding: 5px 10px; background-color: rgba( 255, 255, 255, 0.9 ); }
#TMain .TMTop .TMRight { display: block; flex: none; width: 100%; height: 0px; overflow: hidden; transition: .3s; }
#TMain .TMTop .TMRight ul { width: 100%; display: block; }
#TMain .TMTop .TMRight ul li { border-bottom: solid 1px #9f9f9f; }
#TMain .TMTop .TMRight ul li a { width: 100%; }
#TMain .TMTop .TMMobile { display: block; }

#TMain.Open .TMTop { box-shadow: 0px 5px 5px rgb(0 0 0 / 30%); }
#TMain.Open .TMTop .TMRight { height: 255px; }

#BMain .BMBottom { flex-wrap: wrap; }
#BMain .BMBottom .BMRight { margin-top: 30px; width: 100%; }

}


@media screen and ( max-width: 768px ) {

#TMain { height: 45vw; }
#TMain .TMBg { height: 45vw; }

#TMain .TMTop { padding: 3px 10px; }

#TMain .TMTop .TMLeft a.TMLLogo img { height: 48px; }
#TMain .TMTop .TMLeft a.TMLLogo .TMLTitle .T1 { font-size: 0.95em; }
#TMain .TMTop .TMLeft a.TMLLogo .TMLTitle .T2 { font-weight: normal; }
#TMain .TMTop .TMMobile i { font-size: 2rem; line-height: 60px; }

}


@media screen and ( max-width: 667px ) {

.ShsreDiv { padding: 0px 10px; }

}


@media screen and ( max-width: 560px ) {

#TMain { height: 50vw; }
#TMain .TMBg { height: 50vw; }

}


@media screen and ( max-width: 480px ) {
#Accesskey_U { display: none; }

#TMain { height: 64vw; }
#TMain .TMBg { height: 64vw; }

}


@media screen and ( max-width: 414px ) {

#BMain .BMBottom { padding: 30px 15px; }
#BMain .BMBottom .BMLeft .BMLogo { width: 230px; }
#BMain .BMBottom .BMLeft .BMInfo { margin-top: 0px; padding-left: 54px; font-size: 0.6em; }

#BMain .BMBottom .BMRight ul li a { font-size: 0.6em; }

}


@media screen and ( max-width: 375px ) {


}