#myNav li{
    padding: 10px 20px;
    background: #8bb354;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    border: none;
    border-top: 3px solid #8bb354;
    border-bottom: 3px solid #8bb354;
    border-radius: 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}

#myNav li.active,
#myNav li:hover {
    border: none;
    border-top: 3px solid  #8bb354;
    border-bottom: 3px solid  #8bb354;
    background: #fff;
    color: #8bb354;
}

#myNav li:before {
    content: "";
    border-top: 15px solid #8bb354;
    border-right: 15px solid transparent;
    border-bottom: 15px solid transparent;
    position: absolute;
    top: 0;
    left: -50%;
    transition: all 0.3s ease 0s;
}

#myNav li:hover:before,
#myNav li.active:before {
    left: 0;
}

#myNav li:after {
    content: "";
    border-bottom: 15px solid #8bb354;
    border-left: 15px solid transparent;
    border-top: 15px solid transparent;
    position: absolute;
    bottom: 0;
    right: -50%;
    transition: all 0.3s ease 0s;
}

#myNav li:hover:after,
#myNav li.active:after {
    right: 0;
}

#content-spacer #scrollUp {
bottom: 15px;
cursor: pointer;
display: none;
font-size: 28px;
height: 100px;
line-height: 37px;
position: fixed;
right: 5%;
text-align: center;
width: 100px;
z-index: 9999;
border-radius: 100%;
background: #ff664c;
}
#missionGo{
border-radius: 25px;
padding: 2% 3% 2% 3%;
}

.para-page2{
line-height: 1.5;
font-size: 1.8rem;
}
.learning-img{
margin-top:-100px;
}
.forcesanalysis{
color: #0072E3;
}
.forcesanalysis:hover{
color: #003060;
}

@media screen and (max-width: 480px) {
/*頁籤內容主標題*/
#content-spacer #scrollUp {
    bottom: 15px;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 100px;
    line-height: 37px;
    position: fixed;
    right: 15%;
    text-align: center;
    width: 100px;
    z-index: 9999;
    border-radius: 100%;
    background: #ff664c;
}

.learning-img{
    margin-top: 0 !important;
}
}

.custom_padding_001{
    padding:1%; 
    font-size:1.2rem;
}

#scrollUp {
    position: fixed; 
    z-index: 2147483647; 
    display: inline;
}

.custom_span_001 {
    color:white;
    line-height:100px;
}

.custom_div_style_001 {
    background-color: #B5EBDC;
}

.custom_div_style_002 {
    border: 4px solid #000; 
    border-radius: 10px 0 0 10px; 
    background-color:white;
}

.custom_div_style_003 {
    border: 4px solid #000; 
    background-color:white;
}

.custom_row_style_001 {
    background-color: #EEEEEE; 
    align-items: center; 
    padding: 0 0 5% 0;
}

.custom_row_style_002 {
    padding-top: 2%; 
    padding-bottom: 2%
}

.custom_row_style_003 {
    border: 4px solid #000; 
    background-color: black;
}

.custom_img_style_001 {
    object-fit: cover; 
    width: 70%;
}

.custom_img_style_002 {
    object-fit: cover; 
    width: 100%; 
    height: 100%;
}

.custom_img_style_003 {
    margin-top: -100px;
}

.custom_h3_style_001 {
    color:#8CB652;
}

.custom_ol_style_001 {
    list-style: disc; 
    padding-right: 5%;
}

.custom_ol_style_002 {
    padding-right: 5%;
}

#mylearningbtn {
    margin-top: 0px;
}

.custom_td_style_001 {
    font-size: 1.1rem; 
    vertical-align: middle !important;
}

.custom_td_font_style_001 {
    font-size: 1.1rem;
}

.mypassport{
    margin-top: 0px;
}