
/* [ LANDING Border DOM ] */
  
  
  .system_link_area{
	position:absolute;
    top:150px;	
    left:0; right:0;
	height:50px;
	background-color:rgba(255,255,255,0.6);
	z-index:6;
  }
    .system_link_area ul{
	  padding:10px;
	  color:#000000;
      font-size:1.2em; 
      height:100%;
      display:flex;
      align-items:center;
	  justify-content:center;
	}
	  #site_taps > li{
		display:block;
        min-width:200px;
        text-align:center;
	  }
	  #site_taps > li:nth-child(n+2){
		border-left:1px #ffffff solid;
        margin-left:-1px;		
	  }
      #site_taps > li > a{
		color:#484848;
	    font-weight:bold;
	  }
     
  .system_border_area{
	background-color:rgba(0,0,0,0.5);   
	min-height:100px;
	color:#FFFFFF;
	position:relative;
	z-index:3;
  }
   

/* [ LANDING BODY DOM ] */
  .system_body_area{
    background-color:#ffffff;	
	position:relative;
	z-index:1;
	flex:1;
  }	  
  
  .system_body_area > div{padding-bottom:30px;}
    .search_function_waper{
	  background-color:#f6f6f6;	  	
	}	
	.shareraw-block{
	  display:flex;
      padding:0 80px;	  
	}

	.shareraw-block > div{
	  margin:0 10px;
      
	}
    
	.actionboard{
	  flex:1;	
	}
	.actionboard > h1{
	    margin:10px 0;
	    padding:10px 0;
	    position:relative;
		color:#452313;
	}

	.actionboard > h1 > span.more{
	    font-size:0.8em;
	    position:absolute;
	    right:5px;
	}
	
	.actionboard > h1 > label{
		font-size:1.5em;
		font-weight:bold;
		padding-left:5px;
		color:#452313;
	}
	  
	
	  .archive_search{
		display:flex;
	    align-items:center;
		
	  }
	  .archive_search > *{
		height:45px; 
        margin-right:5px; 	
        font-size:1.1em;		
	  }
	  .archive_search > input{
		flex:1;  
		border-radius:3px; 
		box-shadow:inset  0px 1px 4px -1px rgba(0,0,0,0.2);
	  }
	  .archive_search > button{
		display:inline-block;
        width:90px;		
	  }
	  .archive_search > button:hover{
		box-shadow:0 0 10px -1px rgba(0,0,0,0.3);  
	  }
	  .archive_search > button:active{
		border:1px #636363 solid; 
	  }
	    
		#regular_search{background-image:url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240521042412/https://kbs.yihistory.e-land.gov.tw/theme/image/bbg_search_regular.png");}
		#advance_search{background-image:url("https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240521042412/https://kbs.yihistory.e-land.gov.tw/theme/image/bbg_search_advance.png");}  
	    #advance_search{font-size:0.95em;}
		
	  .archive_zongsel , .archive_kwhots{
		display:flex;
        align-items:flex-start;		
		line-height:45px;
		margin-top:10px;
	  } 
	  .archive_zongsel > label , .archive_kwhots > label{
		flex:0 0 130px;
		font-size:1.3em;
		font-weight:bold;
		padding-left:5px;
		color:#452313;
	  }
	  
	  .archive_zongsel > select{
		height:45px; 
        margin-right:5px; 	
        font-size:1.1em;
		flex:1;  
		border-radius:3px; 
		box-shadow:inset  0px 1px 4px -1px rgba(0,0,0,0.2);
	  }
	  
	  
	  .archive_zongsel > ul{
		flex:1;
		color:#303030;
		display:flex;
		align-items:center;
		flex-wrap:wrap;		  
	  }
      .archive_zongsel > ul > li{
		width:130px;  
		font-weight:bold;
	  }
	  
	  .archive_zongsel input[type=checkbox] {
		display:none;
	  }

	  .archive_zongsel input[type=checkbox] + label{
		background: #999;
		height: 25px;
		width: 25px;
		display:inline-block;
		padding: 0 0 0 0px;
	    background-image:url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240521042412/https://kbs.yihistory.e-land.gov.tw/theme/image/ibg_zongunsel.png');
	  }
	  .archive_zongsel input[type=checkbox]:checked + label{
		background: #0080FF;
		height: 25px;
		width: 25px;
		display:inline-block;
		padding: 0 0 0 0px;
		background-image:url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240521042412/https://kbs.yihistory.e-land.gov.tw/theme/image/ibg_zongsel.png');
	  }
	  
	  .archive_kwhots > div{
		flex:1;
		color:#303030;
		display:flex;
		align-items:center;
		justify-content:flex-start;
		flex-wrap:wrap;
		padding-top:10px;
		min-height:45px;
	  }
        .hottag{
			display:inline-flex;
			min-width:60px;
			background-color:#f5f5f5;
			margin-right:25px;
			border:1px #cdcdcd solid;
			border-radius:0 3px 3px 0;
			height:30px;
			line-height:30px;
			position:relative;
			cursor:pointer;
			box-shadow:1px 1px 3px -1px rgba(0,0,0,0.2);
			padding:0 5px 0 10px;
			color:#747474;
			font-weight:bold;
			margin-bottom:10px;
	    }
		.hottag:hover{
		  box-shadow:1px 1px 3px 0px rgba(0,0,0,0.3);	
		}
		.hottag:active{
		  box-shadow:1px 1px 1px -1px rgba(0,0,0,0.5);	
		}
	    .hottag::before,.hottag::after{
			display:block;
			content:"";
			position:absolute;
			left:-13px; top:0;	
			width: 0;
			height: 0;
			border-style: solid;
			border-width: 14.5px 12px 14.5px 0;
			border-color: transparent #cdcdcd transparent transparent;
		}
        .hottag::after{
		  border-color: transparent #f5f5f5 transparent transparent;	
		  left:-11.5px;
		}
		
		
	#system_introduction{
	  background-color:#f3f3f3;	
	  padding:0 30px;
	  
	}  
	
	#system_introduction p{
	  display:block;
	  min-height:250px;
	  color:#505050;
	  line-height:2em;
	}
	  
	  
	/* 系統入口區塊 */	  
	#system_entry_block{ color:#452313; padding:30px 80px;}
	
      .system_list{
	    margin:20px 0 40px;
		display:flex;	
		justify-content:space-between;
	  }
	  
	  .system_list > li{
		  display:block; 
		  padding:5px;
		  text-align:center;
		  color:rgba(106,106,106,1);
		  flex:0 0 40%;
	  }
		
	  .system_list > li > h2{ font-weight:bold; font-size:1.4em; margin-top:10px;}  
      .system_list > li > div{display:flex;align-items:center; justify-content:space-around;}
	  .system_list > li > div > img{width:90%;}
	  .system_list > li > p{
		padding:10px 20px;
        line-height:1.4em; 
        text-indent:2em; 
        text-align:left; 		
	  }
	  
	  .system_list > li > a{
		font-size:1.4em;  
		display:block;
        text-align:right;	
        color:#222222;
        padding:10px 20px;		
	  }
	  
		
 	
			





/*
     FILE ARCHIVED ON 4:24:12 五月 21, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 4:02:07 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
