/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");*/
@import url("bootstrap-icons.min.css");
body{
    background-image: url(../img/body_bg.png);
    background-position: center top;
    background-repeat: repeat-y;
    background-size: 100% auto;
    padding-top: 140px!important;
}
/*FOCUS*/
a:focus-visible {
    outline: 3px dashed red !important;
    background-color: #FFED00!important;
    color: #000000!important;
    outline-offset: -1px;
}
button:focus-visible {
    outline: 3px dashed red !important;
    background-color: #FFED00!important;
    color: #000000!important;
    outline-offset: -1px;
}
input:focus-visible {
    outline: 3px dashed red !important;
    background-color: #FFED00!important;
    color: #000000!important;
    outline-offset: -1px;
}
/*FOCUS end*/
#aoc_header_logo {
    height: 70px;
}
.font_size {
    background-color: #FFFFFF;
    border: thin solid #7B93E6;
    color: #000000;
    padding-top: 2px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    margin-left: 10px;
    text-decoration: none;
    font-weight: bold;
}
.font_active {
    background-color: #7B93E6;
    color: #FFFFFF;
}
#search_icon {
    width: 23px;
    height: 23px;
    margin-top: 3px;
}
#aoc_navbar {
    font-size: 1.25rem !important; /*20px*/
}
/*mobile menu*/

.aoc_mobile_link1 {
    background-color: #FFFFFF;
    display: block;
    padding-left: 20px;
    color: #000000;
    text-decoration: none;
    line-height: 3rem;
    border-top: thin solid #E7E7E7;
}
.aoc_mobile_link2 {
    background-color: #F4F4F4;
    display: block;
    padding-left: 20px;
    color: #000000;
    text-decoration: none;
    line-height: 3rem;
    border-top: thin solid #E7E7E7;
}
.aoc_mobile_border {
    border-bottom: thin solid #FFFFFF;
}

/*footer*/
.footer_icon {
    border-radius: 50%;
    width: 50px;
    overflow: hidden;
    margin-right: 10px;
}
.footer_map {
    vertical-align: text-bottom;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
    width: 30px;
    height: auto;
    margin-top: -8px;
}

/*index*/
/*content box*/
.aoc_content_box {
    text-align: center;
    padding: 0;
    width: 100%;
}
.aoc_content_box2 {
    text-align: center;
    padding: 0;
    width: 100%;
}
.aoc_index_banner {
    width: 100%;
    height: auto;
}
/*msg*/
.aoc_msg1 {
    background-color: #E8F4FF;      
}
.aoc_msg2 {
    background-color: #FFFFFF;
}
.aoc_msg_title {
    color: #3754B6;
}
.aoc_msg_text {
    color: #000000;
}
.aoc_msg_btn {
    color: #FFFFFF;
    background-color: #000000;
}
.aoc_msg_btn:hover {
    color: #FFFFFF;
    background-color: #222222;
}
.aoc_text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 60px;
}
.aoc_text:hover {
    color: #0073CB;
}
/*n&t*/
.aoc_nt {
    border: thin solid #0D6EFD;
    background-color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: bold;
}
.aoc_box:hover {
    background-color: #FFFCE2;
}
.aoc_box1 {
    border: medium solid #5DA2D2;
    border-radius: 6px;
    background-color: #FFFFFF;
}
.aoc_box2 {
     border: medium solid #B885E5;
    border-radius: 6px;
    background-color: #FFFFFF;
}
.aoc_box3 {
     border: medium solid #56B952;
    border-radius: 6px;
    background-color: #FFFFFF;
}
.aoc_box4 {
     border: medium solid #FF9900;
    border-radius: 6px;
    background-color: #FFFFFF;
}
.aoc_box_icon1 {
    color: #5DA2D2;
    font-size: 1.6rem;
}
.aoc_box_icon2 {
    color: #B885E5;
    font-size: 1.6rem;
}
.aoc_box_icon3 {
    color: #56B952;
    font-size: 1.6rem;
}
.aoc_box_icon4 {
    color: #FF9900;
    font-size: 1.6rem;
}
.aoc_box_title {
    color: #3754B6;
}
.aoc_box_text {
    color: #000000;
}
.aoc_iconlink {
    width: 20%;
    float: left;
    text-align: center;
}
/*new*/
.aoc_news_btn {
    border: thin solid #0D6EFD;
    background-color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0.5rem;
}
/*statistics*/
.aoc_statistics_bg {
    background-color: #6782E2;    
}
.aoc_statistics_btn {
    background-color: #FFFFFF;
}
.aoc_statistics_btn:hover {
    background-color: #FFF897;
}
/*service links*/
.slink_close {
    width: 100px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/slink_close.svg);
    transition: all .3s ease-in;
    background-repeat: no-repeat;
     background-position: center center;
    background-size: 30px auto;
    transform:scaleY(-1);
}
.slink_open {
    width: 100px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/slink_close.svg);
    transition: all .3s ease-in;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px auto;
}
.slink_btnbg {
    background-image: url(../img/slink_bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100px auto;
}
.slink_box {
    height: 55px;
    transition: all .3s ease-in;
    overflow: hidden;
}
.slink_box_open {
    height: auto;
}
.slink_c1 {
    display: block;    
}
.slink_c1hide {
    display: none;    
}
.slink_c2 {
    display: none;    
}
.slink_c2show {
    display: block;    
}
.slink_link_title {
   color: #FFFFFF; 
}
.slink_link a {
    color: #FFFFFF;
    text-decoration: none;
    line-height: 2rem;
    display: block;
    font-size: 1rem;
}
.slink_link a:hover {
    color: #FFE500;
}
@media screen and (max-width:1400px) {
}
@media screen and (max-width:1199px) {
}
@media screen and (max-width:1024px) {
}
@media screen and (max-width:992px) {
}
@media screen and (max-width:991.9px) {
    body {
        padding-top: 65px!important
    }    
    #aoc_header_logo {
        height: 40px;
    }      
}

@media screen and (max-width:767.99px) {
}	
@media screen and (max-width:575.99px) {	
    .aoc_iconlink {
        width: 33.3%;
        float: left;
        text-align: center;
     
}

@media screen and (max-width:320px) {

}


/*巢狀選單*/
.dropdown-submenu {
    position: relative;
    font-size: 1.25rem; /*20px*/
}
.dropdown-submenu .dropdown-menu { 
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
  font-size: 1.25rem; /*20px*/
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 6px;
    top: .8em;
}
/* Niveau 1 */
li .dropdown-toggle:after {
  transition: all 0.5s;
  margin-left: 0.5rem;    

}
li.show > .dropdown-toggle:after {
  transform: rotate(180deg);
}
/* sous-Niveaux suivants */
li li.show > .dropdown-toggle:after {
  transform: rotate(90deg);
}
/* --------------------- */


/*back top*/
.back-top {
    z-index: 99999;
    position: fixed;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
    opacity: 0.6;
    filter: Alpha(opacity=50);
    width: 35px;
    height: 35px;
    background-color: #3754B6;
    background-size: 24px 24px;
    border-radius: 12px;
    box-shadow: 0px 0px 3px #ffffff;
    transform: translateY(0%);
    transition: all 0.2s linear;
    color: #FFFFFF;
    text-align: center;
    line-height: 35px;
    font-size: 2rem;
}

.back-top:hover {
  opacity: 1;
  filter: Alpha(opacity=80);
  box-shadow: 0px 0px 6px #ffffff;
}

.back-top.hide {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateY(150%);
}


/*額外增加*/
.text-justify {	
    text-align: justify;
}