@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Noto Sans TC', sans-serif;
    width: 100%;
    height: 100%;
    font-size:16px;
}
a {
    text-decoration: none!important;
    }
#clear {
    clear: both;
    }
header{
    width: 100%;
    height: 78px;
    background-color: #0080B3;
    }
header .logo{
    width: 125px;
    height: 72px;
    margin: auto;
    padding-top: 3px;
}
main{
    font-family: 'Noto Sans TC', sans-serif;
}
/*==============主視覺==============*/
#TOP{
    background: url("../images/top-bg.jpg")no-repeat;
    width:100%;
	overflow:hidden;	
	position:relative;
    margin: 0 auto;
    height: 686px;
    background-position: center;
    background-size: cover;
    display: block;
    padding-top:2em; 
}
.TOP-ara{
    width: 67.5%;
    margin: 0 auto;
    position: relative;
}
.TOP-titleara{
    width: 100%;
    display: block;
    position: relative;
}
.abcgo-title>h1{
    font-size: 22px;
    line-height: 30px;
    margin: 0px;
    margin-left: 12px;
    float: left;
    color: #FFFFFF;
    text-shadow: 0px 1px 5px #fb7518, 1px 0px 5px #fb7518, 0px -1px 5px #fb7518, -1px 0px 5px #fb7518, 0px 2px 0 #fb7518, 2px 0px 0 #fb7518, 0px -2px 0 #fb7518, -2px 0px 0 #fb7518;
    margin-bottom: 20px;
}
.abcgo-title2{
    float: left;
    width: 100%;
}
.abcgo-title2>h2{
    color: #FFFFFF;
    font-size: 4em;
    font-weight: bolder;
    float: left;
    text-shadow: 0px 1px 5px #fb7518, 1px 0px 5px #fb7518, 0px -1px 5px #fb7518, -1px 0px 5px #fb7518, 0px 2px 0 #fb7518, 2px 0px 0 #fb7518, 0px -2px 0 #fb7518, -2px 0px 0 #fb7518;
}
.abcgo-title2>h2>span {
    font-size: 0.8em;
    font-weight: 300;
}
.abcgo-title img {
    width: 40px;
    height: auto;
    float: left;
}
.abcgo-ara{
    position: relative;
}
.txt-list {
    width: 100%;
    margin: 55px auto 30px;
    padding: 22px 15px 30px;
    background-color: rgba(255, 255, 255, .80);
    border-radius: 20px;
    border: 3px solid #0091cb;
}
.txt-list li {
        padding: 8px 0 8px 0;
        border-bottom: 1px dashed #0091CB;
}
.txt-list li img {
        float: left;
        line-height: 20px;
        padding-right: 10px;
}
.txt-list li h3 {
        font-weight: 400;
        color: #0091cb;
        font-size: 20px;
        line-height: 1.6em;
}
.txt-list li p {
        font-size: 16px;
        line-height: 20px;
        margin-left: 26px;
}
.txt-title {
        width: 100%;
        padding: 5px;
        margin: auto;
        margin-bottom: 12px;
        background-color: #0091cb;
        border-radius: 99em;
}
.txt-title h2 {
        font-size: 1.5em;
        font-weight: 300;
        line-height: 37px;
        text-align: center;
        color: #FFF;
}
.txt-title h2 span {
        font-weight: 600;
        -webkit-animation: glint 1.2s 1.2s infinite;
        -ms-animation: glint 1.2s 1.2s infinite;
        -o-animation: glint 1.2s 1.2s infinite;
        animation: glint 1.2s 1.2s infinite;
    }
.txt-sub {
    color:#FFF;
    width: 100%; /*90%*/
    margin-bottom: 3em;
    }
.txt-sub p {
    text-align: center;
    font-size: 14px;
    }
/* keyframes */
@keyframes glint {
        0%,
        50% {
            color: #FBBC05;
        }
        50.1%,
        100% {
            color: #FFF;
        }
    }
    /* keyframes */
.abcgo-p{
    position: relative;
    bottom:6em;
    max-width: 100%; 
}
/*==============表單==============*/
.title-txt{
    font-size: 2em;
    line-height: 1.2em;
    text-align: center;
    padding-top: 20px;
    margin: 0rem 2rem 2rem;
    color: #fff;
}
/*==============圖表+特色==============*/
#CHART{
    background: url("../images/chart-bg.jpg")no-repeat;
    width:100%;
	overflow:hidden;	
	position:relative;
    margin: 0 auto;
    height: auto;
    background-position: center;
    background-size: cover;
    display: block;
    padding:4.5em 0; 
}
.Chart-title{
    margin: 0 auto;
    text-align: center;
    color:#fb6022;
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 1.5em;
}
.Chart-img, .Chart-img-m{
    margin: 4em auto;
    text-align: center;
}
.Chart-img>img, .Chart-img-m>img{
    max-width: 100%;
    height: auto;
}
.Chart-img-ara{
    text-align: center;
}
.box-1>img, .box-2>img, .box-3>img, .box-4>img{
    border: solid 2.8px #00a8ff;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    margin:1.2em 0; 
    }
/*==============前往表單==============*/
.GotoFrom{
    margin: 0 auto;
    text-align: center;
}
.GOTO-Anchor{ 
    font-size: 1.8em;
    font-weight: 700;
    padding: 15px 30px;
    border-radius: 99em;
    background-color: #00a8ff;
    margin: 0 auto;
}
.GOTO-Anchor>span{
    color:#FFFFFF;
}
.GOTO-Anchor>span:hover{
    color:yellow;
}
.tossing {
    position: relative;
    top:40px;
}
/*==============RWD==============*/
@media screen and (max-width: 1240px) and (min-width:1024px){
    .TOP-ara{
        width: 80%;
    }
}
@media screen and (max-width: 1023px) and (min-width:900px) {
    .TOP-ara{
        width: 90%;
    }
}
@media screen and (max-width: 899px) and (min-width:769px) {
    #TOP{
        height: 822px;
    }
    .TOP-ara{
        width: 95%;
    }
    .abcgo-ara{
        z-index: 2;
        top:13em;
    }
    .abcgo-p{
        z-index: 1;
        bottom:28em;
    }
}
@media screen and (max-width: 768px) {
    .GotoFrom>a>h1{ 
        width: 16em;
    }
}
@media screen and (max-width: 768px) {
    #TOP{
        height: 775px;
    }
    .TOP-ara{
        width: 100%;
    }    
    .abcgo-ara{
        z-index: 2;
        top:10em;
    }
    .abcgo-p{
        z-index: 1;
        bottom:31em;
    }
    .TOP-titleara{
        margin-left: 5%;
    }
    /*.abcgo-title2 h2 span {
            display: block;
        }*/
}
@media screen and (min-width: 701px){
    .Chart-img-m{
        display: none;
    }
}
@media screen and (max-width: 700px) {
    .Chart-img-m{
        display: block;
    }
    .Chart-img{
        display: none;
    }    
}
@media screen and (max-width: 699px) and (min-width:500px) {
    .TOP-ara{
        width: 100%;
    }    
    .abcgo-ara{
        z-index: 2;
        top:6em;
    }
    .abcgo-p{
        z-index: 1;
        bottom:36em;
    }
    .TOP-titleara{
        margin-left: 5%;
    }    
    .abcgo-title2>h2 {
        font-size: 55px;
    }
    .abcgo-title2>h2>span{
        font-size: 45px;
    }
}
@media screen and (max-width: 450px) {
    #TOP{
        height: 100%;
    }
    .TOP-ara{
        width: 100%;
    }
    .TOP-titleara{
        margin-left: 5%;
    }
    .abcgo-ara{
        z-index: 2;
        top:0;
    }
    .txt-title h2{
        font-size: 1.25em;
    }
    .abcgo-title2 h2 span {
            display: block;
    }
    .abcgo-p{
        display: none;
    }
    .GOTO-Anchor{
        font-size: 1.2em;
    }
    .GOTO-Anchor>img{
        max-width: 15%;
        top:30px;
    }
}
@media screen and (max-width: 320px) {
    .txt-title h2{
        font-size: 1em;
    }
    .GOTO-Anchor{
        font-size: 1em;
    }
    .GOTO-Anchor>img{
        top:25px;
    }    
}
.mobile_bottom_footer .mobile_bottom_box li {
	font-size: 0.9em;
	margin:2px 0 5px 5px;
	height:23px;
}
.mobile_bottom_footer .mobile_bottom_logo {
	height: 140px;
	line-height: 120px;
}