@charset "utf-8";
/* CSS Document */
/*頁籤*/
.free_anchor ul.nav{display: table; margin: 0 auto;}
.free_anchor ul.nav li{display: inline-block;}
.free_anchor ul.nav li a:hover{color: #fff;
    background-color: #86c0ff;
    border-color: #86c0ff;}

.free_anchor ul.nav li a{border-radius: 10px;
    font-size: 17px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    padding: 6px 14px;
    background: #f5f5f5;
    color: #2a2a2a;
    border: 1px solid #c9c9cf;}



.free_anchor ul.nav li a.hover, .free_anchor ul.nav li a.active{color: #020204;background-color: #ffc631;border-color: #ffc631;}



/*.free_anchor ul.nav li a.active::after{content: '';display: inline-block;width: 0px;height: 0px;border-style: solid;border-width: 15px 8px 00px 8px;border-color: #01CBD7 transparent transparent transparent;position: absolute;bottom: -15px;left: calc(50% - 4px);}*/
@media(max-width:760px){
.free_anchor ul{display: flex !important;}
.free_anchor ul.nav li{display: flex; justify-content:center; flex-direction: column; width: 25%;}
.free_anchor ul.nav li a{display: flex; justify-content: center; flex-direction: column; height: 100%;padding: 7px 8px;text-align: center;font-size: 12px;  }

}

/*銵𣬚�钅�蝐�03�𤐄摰�*/

.free_anchor .soss--blw {  
    background: #f0f0f0;
    padding: 0;
    height: 45px;
    
}


.free_anchor .soss--blw ul.nav{display: flex;width: 83%; margin: 0 auto;}
    
.free_anchor .soss--blw ul.nav li {
    /*display: inline-flex;*/
      width: 50%;
   } 
.free_anchor .soss--blw ul.nav li a{
      padding: 20px 2px;
    border-radius: 0px;
    font-size: 16px;    
    text-align: center;
    margin: 0;
    display: flex;
    /* position: relative; */
    justify-content: center;
    flex-direction: column;
    height: 100%;
	
	}
.free_anchor .soss--blw ul.nav li a:hover::after, .free_anchor .soss--blw ul.nav li a.active::after{display: none;}
@media(max-width:1200px){
.free_anchor .soss--blw ul.nav{display: flex;width: 100%; margin: 0 auto;}
.free_anchor .soss--blw ul.nav{display: flex;width: 100%; margin: 0 auto;}
.free_anchor .soss--blw ul.nav li {
    /*display: inline-flex;*/
      width: 50%;
   } 
.free_anchor .soss--blw ul.nav li a{
      padding: 12px 2px;
    border-radius: 0px;
    font-size: 16px;    
    text-align: center;
    margin: 0;
    display: flex;
    /* position: relative; */
    justify-content: center;
    flex-direction: column;
    height: 100%;
	
	}
}

@media(max-width:950px){
.free_anchor .soss--blw {  
	    top: 40px!important;
    background: none;
   
}
.free_anchor .soss--blw ul.nav li a{
	    padding: 7px 2px;
     font-size: 14px;
	border-right: 1px solid #e9ebee;
	}
}

/*頁籤01*/


.anchor-btn01 div.link-list ul {
	display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px dotted #d1d1d1;}

.anchor-btn01 div.link-list ul li {
  
  
	
	margin: 0 17px;
    PADDING-RIGHT: 0;
    padding: 5px 0 5px 5px;
	
}

.anchor-btn01 div.link-list ul li:hover{padding-top: 5px;}

.anchor-btn01 div.link-list ul li a{color: #2c2b2b;font-size: 16px;width: 100%;padding: 5px;  position: relative; }
.anchor-btn01 div.link-list ul li a:hover {	color: #fc5e00; }
.anchor-btn01 div.link-list ul li a:after {
            content: "";
            width: 0;
            height: 1px;
            background: #fc5e00;
            position: absolute;
            top: 100%;
            left: 50%;
            transition: all .5s;
        }
.anchor-btn01 div.link-list ul li a:hover:after{left: 0%; width: 100%;}
.anchor-btn01 div.link-list{background: none;}
.anchor-btn01 div.link-list ul li a i {
    float: left;
    display: block;
    font-size: 18px;
    text-align: center;
    margin-top: 7px;
    margin-right: 5px;
	color: #01CBD7;
}
.anchor-btn01 div.link-list ul li a:hover i {   
	color: #fc5e00;
}
.anchor-btn01.navFixed {
  position: fixed;
  min-width: 83.3%;
  
  top:0px;
  left: 0;
  z-index: 99;

}
.anchor-btn01.navFixed div.link-list ul {    
  width: 100%;
   border-bottom: 0px dotted #d1d1d1; 
    BACKGROUND: #050505b8;
	padding-bottom: 0px;
}
.anchor-btn01.navFixed div.link-list ul li a{color: #ffffff;}
.anchor-btn01.navFixed div.link-list ul li a:hover{color: #fcd300;}
.anchor-btn01.navFixed div.link-list ul li a:hover i {color: #fcd300;}
.anchor-btn01.navFixed  div.link-list ul li a:after { background: #fcd300; }
@media(max-width:988px){

.anchor-btn01 div.link-list ul li a i {
    
    font-size: 24px;   
    margin-top: 0px;
    margin-right: 5px;
}	
	.anchor-btn01 div.link-list ul li a{font-size: 16px;
    line-height: 1.5em;padding: 5px 5px;}
	.anchor-btn01.navFixed { 
 top: 61px;
 
}
}
@media(max-width:640px){
.anchor-btn01 div.link-list ul li a{text-align: center;}
.anchor-btn01 div.link-list ul {
	display: flex;justify-content: space-between;width: 100%;}
.anchor-btn01 div.link-list ul li a i {
    font-size: 20px;
    width: 100%;
    margin-top: 3px;
    margin-right: 0;
}
.anchor-btn01 div.link-list ul li {  width: 100%;margin:2px;PADDING-RIGHT: 0;}
.anchor-btn01 div.link-list ul li a {
    font-size: 12px;
}

	
	
.anchor-btn01.navFixed {
     top: 61px;
}
.anchor-btn01.navFixed div.link-list ul {    
	
    PADDING: 0%;
	
}
}

/*假頁籤01*/
.anchor-btn03 div.link-list{background: none;}
.anchor-btn03 div.link-list ul {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}


.anchor-btn03 div.link-list ul li:hover{ 
	color: #020204;
    background: #86c0ff;
    border: 1px solid #86c0ff;
	
    
    
}
.anchor-btn03 div.link-list ul li:nth-child(1):hover {
   color: #fff;

}
.anchor-btn03 div.link-list ul li:nth-child(1):hover{background:  #ffc631;}
.anchor-btn03 div.link-list ul li:nth-child(1) a.active {color: #020204;}
.anchor-btn03 div.link-list ul li:nth-child(1){color: #020204;background-color: #ffc631;border-color: #ffc631; }


.anchor-btn03 div.link-list ul li{
 border-radius: 10px;
    font-size: 16px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 14px;
   
}
.anchor-btn03 div.link-list ul li a,.anchor-btn03 div.link-list ul li span{padding:0;}
.anchor-btn03 div.link-list ul li a:hover{color: #020204;}
.anchor-btn03 div.link-list ul li{background: #f5f5f5;border: 1px solid #c9c9cf;}
.anchor-btn03 div.link-list ul li i{display: none;}

@media(max-width:640px){

.anchor-btn03 div.link-list ul li a {    
    font-size: 13px;
    line-height: 1.2em;
    letter-spacing: 0;
    
}
.anchor-btn03 div.link-list ul li {
/*   WIDTH: 45%;*/   
   text-align: center;
/*   padding: 5px;*/
	}
}
/*假頁籤02*/
.anchor-btn03-1 div.link-list{background: none;}
.anchor-btn03-1 div.link-list ul {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}


.anchor-btn03-1 div.link-list ul li:hover{ 
	color: #020204;
    background: #86c0ff;
    border: 1px solid #86c0ff;
	
    
    
}
.anchor-btn03-1 div.link-list ul li:nth-child(2):hover {
   color: #fff;

}
.anchor-btn03-1 div.link-list ul li:nth-child(2):hover{background:  #ffc631;}
.anchor-btn03-1 div.link-list ul li:nth-child(2) a.active {color: #020204;}
.anchor-btn03-1 div.link-list ul li:nth-child(2){color: #020204;background-color: #ffc631;border-color: #ffc631; }


.anchor-btn03-1 div.link-list ul li{
 border-radius: 10px;
    font-size: 16px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 14px;
   
}
.anchor-btn03-1 div.link-list ul li a,.anchor-btn03-1 div.link-list ul li span{padding:0;}
.anchor-btn03-1 div.link-list ul li a:hover{color: #020204;}
.anchor-btn03-1 div.link-list ul li{background: #f5f5f5;border: 1px solid #c9c9cf;}
.anchor-btn03-1 div.link-list ul li i{display: none;}

/*假頁籤03*/
.anchor-btn03-2 div.link-list{background: none;}
.anchor-btn03-2 div.link-list ul {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}


.anchor-btn03-2 div.link-list ul li:hover{ 
	color: #020204;
    background: #86c0ff;
    border: 1px solid #86c0ff;
	
    
    
}
.anchor-btn03-2 div.link-list ul li:nth-child(3):hover {
   color: #fff;

}
.anchor-btn03-2 div.link-list ul li:nth-child(3):hover{background:  #ffc631;}
.anchor-btn03-2 div.link-list ul li:nth-child(3) a.active {color: #020204;}
.anchor-btn03-2 div.link-list ul li:nth-child(3){color: #020204;background-color: #ffc631;border-color: #ffc631; }


.anchor-btn03-2 div.link-list ul li{
 border-radius: 10px;
    font-size: 16px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 14px;
   
}
.anchor-btn03-2 div.link-list ul li a,.anchor-btn03-2 div.link-list ul li span{padding:0;}
.anchor-btn03-2 div.link-list ul li a:hover{color: #020204;}
.anchor-btn03-2 div.link-list ul li{background: #f5f5f5;border: 1px solid #c9c9cf;}
.anchor-btn03-2 div.link-list ul li i{display: none;}
/*假頁籤04*/
.anchor-btn03-3 div.link-list{background: none;}
.anchor-btn03-3 div.link-list ul {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}


.anchor-btn03-3 div.link-list ul li:hover{ 
	color: #020204;
    background: #86c0ff;
    border: 1px solid #86c0ff;
	
    
    
}
.anchor-btn03-3 div.link-list ul li:nth-child(4):hover {
   color: #fff;

}
.anchor-btn03-3 div.link-list ul li:nth-child(4):hover{background:  #ffc631;}
.anchor-btn03-3 div.link-list ul li:nth-child(4) a.active {color: #020204;}
.anchor-btn03-3 div.link-list ul li:nth-child(4){color: #020204;background-color: #ffc631;border-color: #ffc631; }


.anchor-btn03-3 div.link-list ul li{
 border-radius: 10px;
    font-size: 16px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 14px;
   
}
.anchor-btn03-3 div.link-list ul li a,.anchor-btn03-3 div.link-list ul li span{padding:0;}
.anchor-btn03-3 div.link-list ul li a:hover{color: #020204;}
.anchor-btn03-3 div.link-list ul li{background: #f5f5f5;border: 1px solid #c9c9cf;}
.anchor-btn03-3 div.link-list ul li i{display: none;}
/*假頁籤05*/
.anchor-btn03-4 div.link-list{background: none;}
.anchor-btn03-4 div.link-list ul {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}


.anchor-btn03-4 div.link-list ul li:hover{ 
	color: #020204;
    background: #86c0ff;
    border: 1px solid #86c0ff;
	
    
    
}
.anchor-btn03-4 div.link-list ul li:nth-child(5):hover {
   color: #fff;

}
.anchor-btn03-4 div.link-list ul li:nth-child(5):hover{background:  #ffc631;}
.anchor-btn03-4 div.link-list ul li:nth-child(5) a.active {color: #020204;}
.anchor-btn03-4 div.link-list ul li:nth-child(5){color: #020204;background-color: #ffc631;border-color: #ffc631; }


.anchor-btn03-4 div.link-list ul li{
 border-radius: 10px;
    font-size: 16px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 14px;
   
}
.anchor-btn03-4 div.link-list ul li a,.anchor-btn03-3 div.link-list ul li span{padding:0;}
.anchor-btn03-4 div.link-list ul li a:hover{color: #020204;}
.anchor-btn03-4 div.link-list ul li{background: #f5f5f5;border: 1px solid #c9c9cf;}
.anchor-btn03-4 div.link-list ul li i{display: none;}



/*假頁籤06*/
.anchor-btn03-5 div.link-list{background: none;}
.anchor-btn03-5 div.link-list ul {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}


.anchor-btn03-5 div.link-list ul li:hover{ 
	color: #020204;
    background: #86c0ff;
    border: 1px solid #86c0ff;
	
    
    
}
.anchor-btn03-5 div.link-list ul li:nth-child(6):hover {
   color: #fff;

}
.anchor-btn03-5 div.link-list ul li:nth-child(6):hover{background:  #ffc631;}
.anchor-btn03-5 div.link-list ul li:nth-child(6) a.active {color: #020204;}
.anchor-btn03-5 div.link-list ul li:nth-child(6){color: #020204;background-color: #ffc631;border-color: #ffc631; }


.anchor-btn03-5 div.link-list ul li{
 border-radius: 10px;
    font-size: 16px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 14px;
   
}
.anchor-btn03-5 div.link-list ul li a,.anchor-btn03-3 div.link-list ul li span{padding:0;}
.anchor-btn03-5 div.link-list ul li a:hover{color: #020204;}
.anchor-btn03-5 div.link-list ul li{background: #f5f5f5;border: 1px solid #c9c9cf;}
.anchor-btn03-5 div.link-list ul li i{display: none;}


/*假頁籤07*/
.anchor-btn03-6 div.link-list{background: none;}
.anchor-btn03-6 div.link-list ul {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}


.anchor-btn03-6 div.link-list ul li:hover{ 
	color: #020204;
    background: #86c0ff;
    border: 1px solid #86c0ff;
	
    
    
}
.anchor-btn03-6 div.link-list ul li:nth-child(7):hover {
   color: #fff;

}
.anchor-btn03-6 div.link-list ul li:nth-child(7):hover{background:  #ffc631;}
.anchor-btn03-6 div.link-list ul li:nth-child(7) a.active {color: #020204;}
.anchor-btn03-6 div.link-list ul li:nth-child(7){color: #020204;background-color: #ffc631;border-color: #ffc631; }


.anchor-btn03-6 div.link-list ul li{
 border-radius: 10px;
    font-size: 16px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 14px;
   
}
.anchor-btn03-6 div.link-list ul li a,.anchor-btn03-3 div.link-list ul li span{padding:0;}
.anchor-btn03-6 div.link-list ul li a:hover{color: #020204;}
.anchor-btn03-6 div.link-list ul li{background: #f5f5f5;border: 1px solid #c9c9cf;}
.anchor-btn03-6 div.link-list ul li i{display: none;}

/*假頁籤08*/
.anchor-btn03-7 div.link-list{background: none;}
.anchor-btn03-7 div.link-list ul {display: flex;flex-wrap: wrap;justify-content: center;width: 100%;}


.anchor-btn03-7 div.link-list ul li:hover{ 
	color: #020204;
    background: #86c0ff;
    border: 1px solid #86c0ff;
	
    
    
}
.anchor-btn03-7 div.link-list ul li:nth-child(8):hover {
   color: #fff;

}
.anchor-btn03-7 div.link-list ul li:nth-child(8):hover{background:  #ffc631;}
.anchor-btn03-7 div.link-list ul li:nth-child(8) a.active {color: #020204;}
.anchor-btn03-7 div.link-list ul li:nth-child(8){color: #020204;background-color: #ffc631;border-color: #ffc631; }


.anchor-btn03-7 div.link-list ul li{
 border-radius: 10px;
    font-size: 16px;
    margin: 5px;
    position: relative;
    font-weight: 400;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    padding: 6px 14px;
   
}
.anchor-btn03-7 div.link-list ul li a,.anchor-btn03-3 div.link-list ul li span{padding:0;}
.anchor-btn03-7 div.link-list ul li a:hover{color: #020204;}
.anchor-btn03-7 div.link-list ul li{background: #f5f5f5;border: 1px solid #c9c9cf;}
.anchor-btn03-7 div.link-list ul li i{display: none;}

