/*首頁*/

@font-face {
	font-family: 'NotoSansTC-Bold';
	src: url('../fonts/Noto_Sans_TC/NotoSansTC-Bold.otf') format("opentype")
  }
/*首頁*/
.selector-for-some-widget {
	box-sizing: content-box;
  }
body{
	font-family:'NotoSansTC-Bold'!important;
	border: 0px solid transparent;
	padding: 0px;
	margin: 0px;
	height: 100vh;

	background-color: #C9DE99;
	background-image: url("../img/bg03.png");
	background-repeat: repeat;
	overflow: inherit;
	/*overflow:hidden;*/
	/*position: absolute;
	top: 156px;
	font-family:'NotoSansTC-Bold'!important;
	border: 0px solid transparent;
	padding: 0px;
	margin: 0px;
	height: 100vh;
	background-color: #C9DE99;
	background-image: url("../img/bg03.png");
	background-repeat: repeat;
	overflow-x: hidden;*/
}
.bodys{
	position: absolute;
	top: 156px;
	right: 0;
	bottom: 0;
	left: 0;
	
	display: flex;
}
.sticky {
	position: fixed;
	top: 0;
	width: 100%
  }
.main {
	flex: 1;
	display: flex;
	flex-direction: column;
  }
.Btn{
	cursor: pointer;
	outline:none;
	outline: 0;
}
.Btn:hover{
	transform: scale(1.05);
}
.Btn:focus,.VBtn:active  {
	outline: none !important;
	box-shadow: none;
}

a {
    text-decoration:none !important;
}
img{
	-webkit-user-drag: none;
}
/*按鈕透明*/
.mybtn {
	background: transparent;
	border: 0px transparent none;
	outline: none;
	z-index: 9998;
	padding: 0;
}
.mybtn:hover{
	transform: scale(1.05,1.05);
	pointer-events: auto; 
}
.Page_Home {


}
/*Menu*/
.MenuBar{
	/*position: fixed;
	right: 0;
	top: 0;*/
    box-shadow: 0px 7px 0px rgb(0 0 0 / 30%);
}
.MenuBG{
	background-image: url("../img/bg02.png");
	background-repeat: no-repeat;
	background-size:cover;
	/*height: 156px;*/
}
.MenuText{
    font-size: 3.5vmax;
    color: #FFFFFF;
    text-shadow: 4px 5px 0px rgb(0 0 0 / 30%);
    letter-spacing: 11px;
	letter-spacing: 1vmax;
    height: 146px;
    text-align: center;
    line-height: 146px;
}
.Search{
	/*display: inline-grid;
	width: 100%;
    height: 100%;
    max-width: 662px;
    max-height: 66px;*/
	margin-top: 44px;
	padding-right: 50px;


}
.SearchBar{
	/*display: inline-grid;
	position: relative;
	width: 100%;
	height: 100%;
	max-width: 662px;
	max-height: 66px;*/
	background-color: #FFFFFF;
	border-radius: 50px;

}
.SearchBtn{
	position: absolute;
	left: 67%;
    top: -7px;
    width: 100%;
    max-width: 104px;
	
}
.SearchBG{
	position: absolute;
	max-width: 662px;
	max-height: 66px;
	
}
::placeholder{
	color:#B3B3B3;

}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	border-color:transparent;
	border-style: none;
	-moz-user-select: none;
}
input::-webkit-input-placeholder {

	font-size:3vmin;   
  }
input[type="text"]{
	-moz-appearance: textfield;
	border-style: none;
	-moz-user-select: none;
	position: absolute;
	left: 8%;
	padding-right: 50px;
	padding-right: 9%;
    width: 63%;
	position: relative;
    flex: 1 1 auto;
	font-family:'NotoSansTC-Bold'!important;
	/*font-size: 30px !important;*/
	font-size: 3vmin!important;
}

input[type="text"]{
	border: none;
	BACKGROUND-COLOR: transparent;
	outline: none;
}
input.middle:focus {
    outline-width: 0;
}
input:focus, input.form-control:focus {

    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
input[type="text"]:focus {
	outline: none;
	border-style: none;
    outline: transparent auto 0px;
	font-size: 45px;
	-moz-user-select: none;
}
input, textarea {
   font-size: initial;
}
/*內容*/
.Contents {
    flex: 1;
    display: flex;
    overflow: auto;
  }
  .page-header{
	position: fixed;
	z-index: 99999;
  }
  .Contents1{
	margin-top: 156px;
  }

.AllDynasty{
	position: relative;
}
.Dynastys{
	width: 100%;
    height: 100%;
    display: flex;
}
/*朝代線*/
.DynastyLine{
	background-color: #FF790D;
	height: 20px;
	width: 3000px;
	box-shadow: 0px 3px 0px rgb(0 0 0 / 30%);
	position: absolute;
    top: 85px;
}
.DynastyDiv{
	position: absolute;
	position: relative;
    top: 17px;
}
.Contents {
	flex: none;
	display: block;
	height: 100%;
	width: 100%;

    /* flex: 1; */
    /* display: flex; */
    /* overflow: auto; */
}
.Contents1{
	transform-origin: 0;
}
.Back{
	position: fixed;
	z-index: 99999;
	top: 50%;
    left: 0%;
}
.Next{
	position: fixed;
	z-index: 99999;
	top: 50%;
    right: 0%;
}
.zoomin{
	position: fixed;
	z-index: 99999;
	bottom: 10%;
    right: 0%;
}
.zoomout{
	position: fixed;
	z-index: 99999;
	bottom: 2%;
    right: 0%;
}
/*年代+朝代容器*/
.DynastyContent{
    width: 400px;
    height: 68px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}
/*年代*/
.DynastyYear{
	width: auto;
    height: 105px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

	width: auto;
    height: 105px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
/*年代點*/
.DYDIV > img{
    filter: drop-shadow(3px 3px 0px rgb(0 0 0 / 30%));
}
.DYDIV{
	display: flex;
    flex-direction: column;
    align-items: center;
	margin-left: 30px;
    /*margin-right: 35px;*/
}
/*年代文字*/
.DynastyYearText{
    font-size: 30px;
    text-shadow: 4px 3px 0px rgb(0 0 0 / 30%);
    color: #FFFFFF;
	/*margin-right: 35px;*/
}
/*朝代容器*/
.DynastyTextDiv{
	width: 287px;
	display: inline-block;
}
/*朝代文字*/
.DynastyText{
    font-size: 50px;
    margin-top: -5px;
	text-align: center;

	font-size: 50px;
    margin-top: -67px;
    text-align: center;
    width: 275px;
}
.DynastyPeopleList{
	position: absolute;
    top: 100px;
    left: 149px;
}


/*人物容器*/
.DynastyPeople{
	position: relative;
	margin-top: 10px;
}
.DynastyPeople:first-child{
	margin-top: 0px;
}
/*卡片容器*/
.DynastyPeopleCard{
	width: 282px;
	height: 150px;
	filter: drop-shadow(3px 3px 0px rgb(0 0 0 / 30%));
}
.SearchShow{
	filter: drop-shadow(0px 0px 20px rgb(255 0 0 / 100%));
}
/*卡片*/
.CardBG{
	position: absolute;
	top: 0;
	left: 0;
	width: 282px;
	height: 150px;
	z-index: 2;
}
/*大頭照*/
.HeadShot{
	width: 101px;
    position: absolute;
    top: 26px;
    left: 17px;
	z-index: 1;
}
/*右邊顏色條*/
.ColorShow{
	width: 10px;
    height: 132px;
    border-top-right-radius: 7px;
    background-color: #f28eee;
    z-index: 3;
    position: absolute;
    right: 0px;
    top: 18px;
    border-bottom-right-radius: 7px;

}
.PeopleName{
    font-size: 33px;
    color: #000000;
    z-index: 3;
    position: absolute;
    width: 139px;
    top: 26px;
    left: 126px;
    text-align: center;
    height: 113px;
    line-height: 113px;
}
.container-fluid {
	padding-right:0px;
	padding-left:0px;
}


@media screen and (max-width: 1366px){
	.Contents1{
		margin-top: 80px;
	}
	.MenuText{
		height: 80px;
		line-height: 80px;
	}
	.Search{
		margin-top: 15px;
	}
	.MenuBG {
		height: 80px;
	}
}
@media screen and (max-width: 992px){
	.Search{
		margin-top: -30px;
		padding-left: 8%;
		padding-right: 8%;
		margin-bottom: 30px;
		margin-top: 0px;
	}
	.MenuBG{
		height: auto;
	}
	.Contents1{
		margin-top: 210px;
	}
	.zoomin{
		position: fixed;
		z-index: 99999;
		bottom: 12%;
		right: 0%;
	}
	.zoomout{
		position: fixed;
		z-index: 99999;
		bottom: 2%;
		right: 0%;
	}
}
@media screen and (max-width: 730px){

}