/* styles written in this file is for Both */


/**
 * news
 */





/**
 * history
 */

.home-index .history .lead p{
	margin: 0 auto;
	color: #787878;
	text-align: center;
	letter-spacing: 2px;
}

.home-index .history .image{
	position: relative;
}

.home-index .history .image .wrap{
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.msie-9.home-index .history .image .wrap{
	position: relative;
}

.home-index .history .image .wrap .stage{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.msie-9.home-index .history .image .wrap .stage{
	position: absolute;
}

.home-index .history .image .wrap .stage ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
}

.home-index .history .image .wrap .stage ul li{
	height: auto;
	float: left;
	position: relative;
}

.home-index .history .image .wrap .stage ul li:before{
	content: '';
	display: block;
	padding: 93.632958801498% 0 0 0;
}

.home-index .history .image .wrap .stage ul li a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-decoration: none;
	overflow: hidden;
}

.home-index .history .image .wrap .stage ul li a .photo{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-ms-transition: -o-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-o-transition: -o-transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition: transform 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.home-index .history .image .wrap .stage ul li.l1  a .photo{ background-image: url(../_img/ind_his_img_01.jpg);}
.home-index .history .image .wrap .stage ul li.l2  a .photo{ background-image: url(../_img/ind_his_img_02.jpg);}
.home-index .history .image .wrap .stage ul li.l3  a .photo{ background-image: url(../_img/ind_his_img_03.jpg);}
.home-index .history .image .wrap .stage ul li.l4  a .photo{ background-image: url(../_img/ind_his_img_04.jpg);}
.home-index .history .image .wrap .stage ul li.l5  a .photo{ background-image: url(../_img/ind_his_img_05.jpg);}
.home-index .history .image .wrap .stage ul li.l6  a .photo{ background-image: url(../_img/ind_his_img_06.jpg);}
.home-index .history .image .wrap .stage ul li.l7  a .photo{ background-image: url(../_img/ind_his_img_07.jpg);}
.home-index .history .image .wrap .stage ul li.l8  a .photo{ background-image: url(../_img/ind_his_img_08.jpg);}
.home-index .history .image .wrap .stage ul li.l9  a .photo{ background-image: url(../_img/ind_his_img_09.jpg);}
.home-index .history .image .wrap .stage ul li.l10 a .photo{ background-image: url(../_img/ind_his_img_10.jpg);}
.home-index .history .image .wrap .stage ul li.l11 a .photo{ background-image: url(../_img/ind_his_img_11.jpg);}
.home-index .history .image .wrap .stage ul li.l12 a .photo{ background-image: url(../_img/ind_his_img_12.jpg);}

.home-index .history .image .wrap .stage ul li a .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
	background: #000000;
}

.home-index .history .image .wrap .stage ul li a .curtain{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
	-webkit-transition: opacity 0.8s;
	-o-transition: opacity 0.8s;
	transition: opacity 0.8s;
}

.home-index .history .image .wrap .stage ul li.l1  a .curtain{ background: #f1b41c; }
.home-index .history .image .wrap .stage ul li.l2  a .curtain{ background: #61c200; }
.home-index .history .image .wrap .stage ul li.l3  a .curtain{ background: #008d00; }
.home-index .history .image .wrap .stage ul li.l4  a .curtain{ background: #6666ff; }
.home-index .history .image .wrap .stage ul li.l5  a .curtain{ background: #660099; }
.home-index .history .image .wrap .stage ul li.l6  a .curtain{ background: #ff0000; }
.home-index .history .image .wrap .stage ul li.l7  a .curtain{ background: #008d00; }
.home-index .history .image .wrap .stage ul li.l8  a .curtain{ background: #66ccff; }
.home-index .history .image .wrap .stage ul li.l9  a .curtain{ background: #008d00; }
.home-index .history .image .wrap .stage ul li.l10 a .curtain{ background: #660099; }
.home-index .history .image .wrap .stage ul li.l11 a .curtain{ background: #ff0099; }
.home-index .history .image .wrap .stage ul li.l12 a .curtain{ background: #a9cf10; }

.home-index .history .image .wrap .stage ul li a .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: table;
}

.home-index .history .image .wrap .stage ul li a .text .wrap{
	width: 100%;
	height: 100%;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.home-index .history .image .wrap .stage ul li a .text .wrap .year{
	letter-spacing: 6px;
	font-family: "montserrat-light";
}

.home-index .history .image .wrap .stage ul li a .text .wrap .item{
	letter-spacing: 3px;
}

.home-index .history .image .wrap .stage ul li a .text .wrap span{
	display: block;
}

.home-index .history .image .wrap .stage ul li a .text .wrap .hr{
	border-top: 1px solid #ffffff;
}


/**
 * archives
 */

.home-index .archives .lead p{
	margin: 0 auto;
	color: #787878;
	text-align: center;
	letter-spacing: 2px;
}

.home-index .archives .button{
	position: relative;
	width: 100%;
	height: auto;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.home-index .archives .button:before{
	content: '';
	display: block;
}

.home-index .archives .button a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	font-family: "montserrat-light";
}

.home-index .archives .button a .shadow{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-ms-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.home-index .archives .button a .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.home-index .archives .button a .text .box{
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #ffffff;
}

.home-index .archives .button a .text .box .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000000;
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	-o-transition: opacity 0.3s;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.home-index .archives .button a .text .str{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
}


/**
 * access
 */

.home-index .access .lead p{
	margin: 0 auto 20px auto;
	color: #787878;
	text-align: center;
	letter-spacing: 2px;
}

.home-index .access .map{
	width: 100%;
}
