#_top {
	position: fixed;
	height: 60px;
	width: 100%;
	z-index: 1000;
	background-color: #000;
}
#_top_menu {
	height: 20px;
	width: 1320px;
	margin: auto;
	padding: 18px 40px;
}
#_top_menu > div {
	float: left;
}
#_top_menu_left {
	width: 20%;
}
#_top_menu_center {
	width: 60%;
	text-align: center;
}
#_top_menu_right {
	width: 20%;
	text-align: right;
}

#_top_menu ._btn_search {
	cursor: pointer;
}


#__search {
	display: none;
	position: fixed;
	top: 60px;
	width: 100%;
	height: 100%;
	padding-top: 70px;
	text-align: center;
	z-index: 100000;
	background-color: #000;
	opacity: 0.9;
}


#__search input {
	height: 80px;
	width: 1200px;
	text-align: center;
	border: 0px;
	border-bottom: 1px solid #b3b3b3;
	font-size: 35px;
	background-color: #000;
	font-family: 'SabonLTPro-Italic';
}

#__search input,
#__search input::-webkit-input-placeholder {
	color: #fff;
}

#__search ._guide {
	margin-top: 20px;
	text-align: center;
	color: #c9a16e;
	line-height: 13px;
	font-size: 13px;
	letter-spacing: 2px;
}

._fixed {
	width: 100%;
	position: fixed;
	overflow: hidden;
}


#_content {
	clear: both;
	padding-top: 60px;
	width: 1400px;
	margin: auto;
}

#_story:after {
	content:""; 
	display:block; 
	clear:both;
}

#_story ._item {
	float: left;
	width: 450px;
	height: 450px;
}

#_story ._item ._img {
	width: 450px;
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: pointer;
}

#_story ._no_record {
	text-align: center;
	font-size: 20px;
}


#_story_head {
	border-top: 1px solid #dcdcdc;
	height: 185px;
}
#_story_head > div {
	float: left;
}
#_story_head_left {
	width: 30%;
	margin-top: 65px;
}
#_story_head_center {
	width: 40%;
	text-align: center;
	margin-top: 80px;
	line-height: 1.3em;
	font-size: 25px;
	letter-spacing: 2px;
}
#_story_head_right {
	width: 30%;
	margin-top: 65px;
}

#_story_head_right > div {
	float: right;
}


#_story_read_more {
	clear: both;
	padding-top: 20px;
	text-align: center;
	line-height: 13px;
	font-size: 13px;
	width: 220px;
	height: 30px;
	cursor: pointer;
	color: #fff;
	background-color: #000;
	margin: auto;
	margin-top: 80px;
	letter-spacing: 2px;
}

#_story_read_more:hover {
	color: #fff;
	background-color: #c9a16e;
}


._btn_box {
	padding-top: 20px;
	text-align: center;
	line-height: 13px;
	font-size: 13px;
	letter-spacing: 2px;
	width: 220px;
	height: 30px;
	cursor: pointer;
	color: #fff;
	background-color: #000;
}

._btn_box:hover {
	color: #fff;
	background-color: #c9a16e;
}

._line_1 {

	margin-top: 25px;
	line-height: 11px;
	font-size: 11px;
	color: #c9a16e;
	letter-spacing: 1.5px;
}

._line_1 span {
	cursor: pointer;
	margin-left: 7px;
	letter-spacing: 1.5px;
}


._line_2 {
	margin-top: 15px;
	line-height: 1.5em;
	font-size: 18px;
	letter-spacing: 1.5px;
	cursor: pointer;
}

._line_2:hover {
	color: #c9a16e;
}

._line_3 {
	font-family: 'SabonLTPro-Roman';
	letter-spacing: 0px;
	margin-top: 11px;
	line-height: 20px;
	font-size: 13px;
	width: 95%;
	word-spacing: -2px !important;
	cursor: pointer;
}

._line_4 {
	margin-top: 12px;
	line-height: 11px;
	font-size: 11px;
	letter-spacing: 1.5px;
	cursor: pointer;
}

._line_4:hover {
	color: #c9a16e;
}



/* styles for '...' */ 
._line_3 {
  /* hide text if it more than N lines  */
  overflow: hidden;
  /* for set '...' in absolute position */
  position: relative; 
  /* use this value to count block height */
/*  line-height: 1.2em;*/
  line-height: 20px;
  /* max-height = line-height (1.2) * lines max number (3) */
/*  max-height: 2.4em; */
  max-height: 40px; 
  /* fix problem when last visible word doesn't adjoin right side  */
  text-align: justify;  
  /* place for '...' */
  margin-right: -1em;
  padding-right: 1em;
}
/* create the ... */
._line_3:before {
  /* points in the end */
  content: '...';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of block */
  right: 0;
  bottom: 0;
}
/* hide ... if we have text, which is less than or equal to max lines */
._line_3:after {
  /* points in the end */
  content: '';
  /* absolute position */
  position: absolute;
  /* set position to right bottom corner of text */
  right: 0;
  /* set width and height */
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  /* bg color = bg color under block */
  background: white;
}
