@charset "utf-8";
/* CSS Document */

.txt {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 0;
	right: 150px;
	text-align: center;
	z-index: 5;
}
.mm {
	transform: translateY(-60%);
	-o-transform: translateY(-60%);
	-ms-transform: translateY(-60%);
	-moz-transform: translateY(-60%);
	-webkit-transform: translateY(-60%);
}
.title {
	margin-bottom: 80px;
}
#bg {
	background-image: url(../images/wisdom/bg.jpg);
	background-size: cover;
	background-position: center;
	opacity: 0.2;
}
.wbtn {
	overflow: hidden;
}
.wbtn li {
	position: relative;
	display: inline-block;
	width: 300px;
	height: 370px;
	margin: 0 8%;
}
.ph {
	position: absolute;
	width: 100%;
	height: 100%;
}
.ph img {
	width: 250px;
	display: block;
	margin: 25px;
	margin-top: 20px;
	opacity: 0;
}
.nn {
	line-height: 2em;
}
.nn h1 {
	font-family: 'Quicksand', sans-serif;
	font-size: 1.3em;
}
.nn h2 {
	font-size: 1.1em;
}
.line {
	position: absolute;
	width: 100%;
	height: 100%;
}
.line div {
	position: absolute;
}
.L1, .L2, .L3, .L4, .L5 {
	background: #999;
}
.L1 {
	width: 1px;
	height: 0;
	top: 25px;
}
.L2 {
	width: 0;
	height: 1px;
	top: 45px;
}
.L3 {
	width: 0;
	height: 1px;
	top: 45px;
}
.L4 {
	top: 45px;
	width: 1px;
	height: 0;
}
.L5 {
	width: 0;
	height: 1px;
	bottom: 7px;
}
.txtB {
	bottom: -5px;
	opacity: 0;
}
.L .L1, .L .L2 {
	left: 60px;
}
.R .L1, .R .L2 {
	right: 60px;
}
.L .L3 {
	left: 210px;
}
.R .L3 {
	right: 210px;
}
.L .L4, .L .L5 {
	right: 0;
}
.R .txtB {
	right: 0;
}
@media screen and (max-width:1100px) {
.txt {
	right: 0;
}
}
 @media screen and (max-width:960px) {
.txt {
	top: 120px;
}
.mm {	
	transform:none;
	-o-transform:none;
	-ms-transform:none;
	-moz-transform:none;
	-webkit-transform:none;
}
.title {
	margin-bottom: 0;
}
.wbtn li {
	margin: 8%;
}
}
 @media screen and (max-width:450px) {
.txt {
	top: 100px;
}
.wbtn li {
	margin: 30px 0 50px 0;
	width: 250px;
	height: 315px;
}
.ph img {
	width: 200px;
	margin: 25px;
	margin-top: 15px;
}
.L .L3 {
	left: 180px;
}
.R .L3 {
	right: 180px;
}
.L5 {
	bottom: 12px;
}
.txtB {
	width:100%;
	bottom:0;
}

}
