

/*上聯會員狀態Bar*/
.up_than_top{ display:none;}



/*Menu 字體顏色*/
#menu_ul>li:nth-last-child(3)>a {color:#e2ff00;}


/*MenuBar字寬度*/
#menu_ul a {  padding: 13px 1px;  display: block; }
#menu_ul > li > ul {    width: 170px; }
#menu_ul li { font-size: 19px; margin: 2px 10px;  }
#menu_ul { padding: 2px 0 0 0;}


/*MenuBar顏色*/
#header_wrap{ background-color: #ff4c7d;}


@media (max-width: 992px){
#header_wrap {background-color: #93d9e7;}
.side_logo{ background-color: #93d9e7;}
.b p {   margin-top: 40px;   color: #d92665; }
.b i { width: 40px;  background: #d92665; }
}


/*手機版LOGO圖*/
@media (max-width: 992px){
#logo img {    padding-left: 40px;  }
}

/*手機輪播BN上移*/
@media (max-width: 768px){
.index_col_slider { margin-top: -40px; }
}


@media (max-width: 992px){
#side_menu_ul >li:nth-last-child(6) a { color:#f9ff00;}
footer .footer_organizer {  margin: auto; }
}





/*Footer顏色*/
footer{ background-color: #ff4c7d;}

footer .footer_organizer {
    max-width: 97%;
    line-height: 1.8;
    font-size: 15px;
}

/* 首頁區塊標題 */
.topic_title h2 {
    color: #5c5c5c;
    border-bottom: 2px solid #434343;
}


/* 修改標題svg顏色 */
.topic_title svg { fill: #ffffff; width: 10px; }
.topic_title h2{ color: #4f4f4f; border-bottom: 2px solid #888888;}



/*Footer-廠商登入顯示設定*/
#footer_wrap .company_login{ 
  display:none!important; 
}
#footer_wrap .col_one_third:last-child{
margin-top:15px;
}


/*index-展資img位置設定*/
.intro_info_block .info_flex_container .intro_info_img .index_gallery figure a img {
    left:0px!important;
}

/*最新消息設定*/
.index_news_flex .news_block .news_list_container .news_list_content .news_des a h3 {
    font-size: 0.9rem;
}

/*手機課程時間寬度*/
@media (max-width: 768px){
.reg_selector_block .reg_selector .group_block li:nth-child(1) {  width: 150px; }
}

/*手機課程項目寬度*/
@media (max-width: 768px){
.reg_selector_block .reg_selector .group_block h4 {  width: 200px;  }
.reg_selector_block .reg_selector .group_block h5 {  width: 200px;  }
}


