.modnotice{
  width: 600px;
  margin: 35px auto;
  position: relative;
  background-image: url(/images/001/back2.png);
  background-attachment: fixed;
  background-size: cover;
}

.modnotice .modnotice_peep{
  font-family: calibri;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px;
}

.modnotice .modnotice_desc{
  background-color: rgba(8, 8, 8, 0.75);
  padding: 25px;
  text-align: justify;
  font-size: 11px;
  line-height: 240%;
  letter-spacing: 1.5px;
  font-family: arimo;
  color: #bbb;
}

#Short_Box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 15px;
}

#Short_Box .Short_Box_Titel{
	width: 250px;
	height: 130px;
	overflow: hidden;	
	display: flex;
	align-items: center;
	justify-content: center;
	top: 13px;
	left: 13px;	
	position: absolute;	
	z-index: 1;	
	font-family: Abril Fatface;
	text-transform: uppercase;
	font-size: 8px;
	letter-spacing: 6px;
	line-height: 190%;
}

#Short_Box .Short_Box_Titel div{
  width: 80%;
  text-align: center;
}

#Short_Box .Short_Box_Bottom span{
  display: block;
}

#Short_Box .Short_Box_Bottom{
  background-image: url(/images/001/back2.png);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 10px 5px;
  font-family: Calibri;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: center;
}

#Short_Box .Short_Box_Desc{
  text-align: justify;
  font-size: 9px;
  line-height: 230%;
  letter-spacing: 1.5px;
  font-family: arimo;
  height: 186px;
  overflow: auto;
  scrollbar-width: thin;
  padding-right: 5px;
  color: #bbb;
  width: 80%;
  margin: 13px auto 18px;
}

#Short_Box .Short_Box_Name {
  font-family: Abril Fatface;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 4px;
  border-bottom: 1px solid #3d2140;
  width: max-content;
  margin: 18px auto 0;
  padding: 0px 0px 8px;
}

#Short_Box .Short_Box_Sub {
  font-family: Calibri;
  text-transform: uppercase;
  font-size: 8px;
  letter-spacing: 2px;
  font-weight: bold;
  text-align: center;
  margin: 8px auto;
}

#Short_Box .Short_Box_Sub b,
#Short_Box .Short_Box_Bottom b{color: #885a85;}

#Short_Box .Short_Person{
  width: 365px;
  background-color: #080808;
  height: max-content;
}

#Short_Box .Short_Top{
  background-image: url(/images/001/back2.png);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 85px;
}

#Short_Box .Short_Box_Pic{
  width: max-content;
  height: max-content;
  border: 1px solid #3d2140;
  padding: 10px;
  margin: -55px auto 0px;
  position: relative;
}

#Short_Box .Short_Box_Pic1{
  width: 250px;
  height: 130px;
  position: relative;
  overflow: hidden;
}

#Short_Box .Short_Box_Pic1::before {
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom right,#2f2f2f,#000);
  position: absolute;
  top: 0;
  mix-blend-mode: multiply;
  opacity: 0.6;
  z-index: 1;
}

#Short_Box .Short_Box_Pic1 img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
		