﻿/* div order as follows: 
.searchbox_mobile =>    order: 2;
.home_section_wrap1 =>  order: 4;
.left_flexblank =>      order: 5;
.left_area =>           order: 6;
.center_area =>         order: 7;    
.right_area =>          order: 8;
.right_flexblank =>     order: 9;
.home_section_wrap3 =>  order: 10;
.home_section_wrap2 =>  order: 11;
.home_section_wrap4 =>  order: 12;
*/
body {
    font-family: 'Roboto', "微軟正黑體", arial, sans-serif;
    margin: 0;
    padding: 5;
}

.container_all{
    display:block;
    align-items: center;
    overflow: hidden; /* 放大至200%時不出現SCROLLROLL捲軸*/
}
.container_top{
    display: flex;
    width: 100%;
    height: 110px;
}
.container_topmobile{
    display: flex;
    background-color:floralwhite;
    width: 100%;
    height: 50px;    
}

.container_mainmenu {
    display: flex;
    background-color: #175b96; /* menucoloar1主選單背景網底顏色 */
    border: 0;
    padding: 0;
    width: 100%;
    justify-content: center;
  }

.mobile_menuguide {
    display:flex;
    margin: 0;
    background: #175b96;   /* menucoloar2 Mobile主選單背景網底顏色 */

  }
.slider{
    display: flex;
    background-color: #cccccc;
    width: 100%;
}
.container_eng_linkpage{
    display: block;
    max-width: 900px;
    margin: 0 auto; /*div 置中 */
    font-family: 'Roboto', "微軟正黑體", arial, sans-serif;
    font-size: 1.1em;
    line-height: 140%;
}
.container_3colum_flex{
    display:flex;
    overflow: hidden;
}
.container_linkpage{
    display:flex;
    justify-content: center;
}
.searchbox_mobile{
    order: 2;
	position: relative;
    margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}
.left_flexblank{
    order: 5;
    display: flex; 
    width: 10px;
    background-image: url("/knimg/announce-bg1.png");
    background-position: 0px 100px;
    background-repeat: no-repeat;
    flex-grow: 1;
}
.right_flexblank{
    order: 9;
    display: flex; 
    width: 10px;
    background-image: url("/knimg/announce-bg1.png");
    background-position: right 70px;
    background-repeat: no-repeat;
    flex-grow: 1;
}
.left_area{
    order: 6;
    background-color: #fff;
    flex:none; /* 固定配置 */
    width: 205px;
}
.center_area{
    order: 7;    
    display: block;
    background-color: #fff;
    width:fit-content;
    flex:auto; /* 自動把剩下的空間填滿 */
}
.right_area{
    order: 8;
    background-color: #fff;
    flex:none; /* 固定配置 */
    width: 280px;
}
.containner_announce_item{
    display: block;
    background-color: #ffffff;
}
.container_footer{
    color: #fff;
    max-width: 100%;
    background-color: #4176a6;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 200%;
    margin: 0 auto; /*div 置中 */
}
.linkpage_left{
    display: flex; 
    width: 10px; 
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
}
.linkpage_right{
    display: flex; 
    width: 10px; 
    flex-direction: row;
    flex-grow: 1;
    flex-shrink: 1;
}
.linkpage_center{
    display: flex; 
    max-width: 70%; 
    flex-direction: column;
}
.slhs_logo_item{
    display: flex;
    background-color: #fff;
    width: 50%;
    margin: 0;
    align-items: flex-end;
    justify-content: center;
}
.slhs_logo_right_item{
    display: flex;
    background-color: #fff;
    width: 50%;
    justify-content: center;
    align-items: center;
}
/*
.slhs_logo_right_item{
	display:flex;
}
.slhs_logo_item{
    display: flex;
    background-color: #fff;
    max-width: 100%
}
*/
.top_btn {
    color: #FFF;
    border-color: #00aa90;
    border-radius: 0.25em;
    background-color: #1B813E;
    padding: 0.2em 0.5em 0.2em 0.5em;
    font-size: 1.2em;
    line-height: 1.5em; /* 數值要與下面height相同，英文字才會垂直置中 */
    height: 1.5em; 
    width: 5em;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    display: inline-block;
    vertical-align: middle;
  
}
.top_btn2 {
    color: #FFF;
    border-color: rgba(172,22,22,1);
    border-radius: 0.25em;
    background-color: #1B813E;
    padding: 0.2em 0.5em 0.2em 0.5em;
    font-size: 1.0em;
    line-height: 1.3em; /* 數值要與下面height相同，英文字才會垂直置中 */
    height: 1.3em; 
    width: 4.5em;
    text-decoration: none;
    text-align: center;
    justify-content: center;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8 2 0;
}
.top_btn:hover{
    background-color: 00aa90;   
}
.linking_logo{
    display:block;
    width: 100%;
}
.linking_logo ul{
    flex-wrap: nowrap;
    margin:0px auto;
}
.linking_logo ul li{
    height: 63;
    text-align: center;
    background-color: #fff;
    justify-content: center;
}
.sticky_text {
	background-color: #dc3232;
	color: #fff;
    margin-right: 1px;
}

.custom-counter {
    padding-left: 10px;
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
  }
.custom-counter li {
    counter-increment: step-counter;
  }
.custom-counter li::before {
    content: counter(step-counter);    
    margin-right: 5px;
    font-size: 80%;
    background-color: #58acff;
    color: white;
    font-weight: bold ;
    padding: 3px 8px;
    border-radius: 3px;
  }

.quicklink_link{
    display: flex;
    color: #5d5e60; 
    font-size: 1.2em; 
    text-decoration: none;
    height: 200px;
}
.quicklink_li {
    display: inline-block;
    padding-left: 25px;
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
    line-height: 150%;
    width:fit-content ;
  }
.quicklink_li li {
    list-style-type: none;
    float: left;
}
.quicklink_li li:before {
	content: '\f0c0';
    content: url("/knimg/right-arrow-icon.png");
    margin-right: 5px;
    width: 0.5em;
}

.quicklink_icon {
    display: inline-block;
    padding-left: 25px;
    margin-left: 0;
    padding-right: 0;
    list-style-type: none;
    line-height: 150%;
    width:auto ;
  }
.quicklink_icon li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    width: fit-content;
}

/********************************************
********************************************/
.home_section_wrap1 {
    order: 4;
	position: relative;
    margin-top: 0;
	margin-bottom: 0;
	padding: 0 .5em;
}

.home_section_wrap2 {
    order: 11;    
	position: relative;
    margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 .5em;
}

.home_section_wrap3 {
    order: 10;    
	position: relative;
    margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 .5em;
}

.home_section_wrap4 {
    order: 12;
	position: relative;
    margin-top: 1em;
	margin-bottom: 1em;
	padding: 0 .5em;
}

.quicklink_wrap {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}

.quicklink_item {
    display: flex;
    overflow:scroll;
    flex-direction: column;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(127,127,127,.5);
    border-radius: 8px 8px 0 0;
    background-color: rgba(254, 238, 255, 0.918);
}
.wrap1_attr {
    background-color:lightcyan;
    height: 270px;
}
.wrap2_attr {
    background-color:snow;
    height: 410px;
}
.wrap3_attr {
    background-color: #F3F7F2;
    height: 650px;
}
.wrap4_attr {
    background-color: #fef7f7;
    height: 260px;
}

.quicklink_item .quicklink_header {
    display: inline-block;
    text-align: center;
	position: relative;
	vertical-align: middle;
	font-size: 1.4rem;
	padding: .5em;
}

.quicklink_item .quicklink_header .title {
	display: block;	
	vertical-align: middle;
    padding: 0 0 4px 0;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: rgba(127,127,127,.5);
}

a.url_link { 
	font-weight: 500; 
	color: #134b7d;
	font-size: 100%;
	display: inline-block;
}

a.url_link img {
	display: inline-block;
	width: 140px; /* 150px */
    height: 56px; /* 60px */
    border: 1px solid #58acff;
}

.net_quicklink_li {
    display: inline-block;
    padding-left: 20px;
    margin: 10px 0 0 0;
    padding-right: 0;
    line-height: 180%;
    width:fit-content ;
    list-style-position:outside; 
    list-style-image: linear-gradient(0deg, rgb(251, 255, 0), blue 40%, green);
  }
.net_home_section {
    display: none;
	position: relative;
    margin: 8px;
	padding: 0em 1em;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(127,127,127,.5);
    border-radius: 8px 8px 8px 8px;
}
.net_headtitle {
	display: flex;	
    color: rgb(29, 29, 153);
    justify-content: center;
    padding: 5px 0 5px 0;
    font-size: 1.2em;
    font-weight: 550;
	border-style: solid;
	border-width: 0 0 2px 0;
	border-color: rgba(127,127,127,.5);
}
.cat02 {
    display: block;    
    background-color:ghostwhite;
    max-width: 100%;
    height: 100%;
}
.for_accessibility a {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 9999;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}
                    
.for_accessibility a:focus {
    width: auto;
    height: auto;
    padding: 6px;
    background-color: #fff;
}

.for_accessibility div {
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: transparent;
    opacity: .1
}
