@charset "utf-8";

/* ------------------------------ philosophy */
.philosophy .logo {
	margin-bottom: 50px;
	text-align: center;
}
.philosophy .logo_txt {
	margin-bottom: 80px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.philosophy .items {
	position: relative;
	height: 533px;
}
.philosophy .items .txt {
	display: none;
	position: absolute;
	z-index: 1;
	width: 533px;
	padding: 20px 10px;
	border: 1px solid #036;
	border-top: none;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
}
.philosophy .items .txt h3 {
	margin-bottom: 10px;
	color: #036;
	font-size: 15px;
	font-weight: bold;
}
.philosophy .items .head01 {
	position: absolute;
	z-index: 0;
	top: 0px;
	left: 0px;
	width: 533px;
	height: 44px;
	border: 3px solid #036;
	color: #036;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.philosophy .items .head01:hover {
	background: #036;
	color: #fff;
}
.philosophy .items .txt01 {
	top: 50px;
	left: 0px;
}
.philosophy .items .head02 {
	position: absolute;
	z-index: 0;
	top: 0px;
	right: 0px;
	width: 533px;
	height: 44px;
	border: 3px solid #036;
	color: #036;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.philosophy .items .head02:hover {
	background: #036;
	color: #fff;
}
.philosophy .items .txt02 {
	top: 50px;
	right: 0px;
}
.philosophy .items .head03 {
	position: absolute;
	z-index: 0;
	top: 70px;
	left: 0px;
	width: 533px;
	height: 44px;
	border: 3px solid #036;
	color: #036;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.philosophy .items .head03:hover {
	background: #036;
	color: #fff;
}
.philosophy .items .txt03 {
	top: 120px;
	left: 0px;
}
.philosophy .items .head04 {
	position: absolute;
	z-index: 0;
	top: 70px;
	right: 0px;
	width: 533px;
	height: 44px;
	border: 3px solid #036;
	color: #036;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.philosophy .items .head04:hover {
	background: #036;
	color: #fff;
}
.philosophy .items .txt04 {
	top: 120px;
	right: 0px;
}

.philosophy .items .head05 {
	position: absolute;
	z-index: 0;
	top: 70px;
	right: 0px;
	width: 250px;
	height: 44px;
	border: 3px solid #036;
	color: #036;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.philosophy .items .head05:hover {
	background: #036;
	color: #fff;
}
.philosophy .items .txt05 {
	top: 120px;
	right: 0px;
}

.philosophy .items .head06 {
	position: absolute;
	z-index: 0;
	top: 70px;
	right: 0px;
	width: 250px;
	height: 44px;
	border: 3px solid #036;
	color: #036;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	line-height: 44px;
	cursor: pointer;
}
.philosophy .items .head06:hover {
	background: #036;
	color: #fff;
}
.philosophy .items .txt06 {
	top: 120px;
	right: 0px;
}

.philosophy .items .cr {
	background: #036;
	color: #fff;
}
@media only screen and (max-width: 767px){
.philosophy .logo_txt {
	margin-bottom: 60px;
	font-size: 14px;
	text-align: left;
}
.philosophy .items {
	position: relative;
	height: auto;
}
.philosophy .items .txt {
	display: block !important;
	position: static;
	z-index: 1;
	width: auto;
	margin-bottom: 20px;
	padding: 20px 10px;
	border: 1px solid #036;
	border-top: none;
	background: #fff;
	font-size: 13px;
	font-weight: bold;
}
.philosophy .items .head01, 
.philosophy .items .head02, 
.philosophy .items .head03, 
.philosophy .items .head04, 
.philosophy .items .head05, 
.philosophy .items .head06 {
	position: static;
	width: auto;
	height: auto;
	padding: 5px 0px;
	background: #036;
	color: #fff;
}
.philosophy .items .head01:hover,
.philosophy .items .head02:hover,
.philosophy .items .head03:hover,
.philosophy .items .head04:hover,
.philosophy .items .head05:hover,
.philosophy .items .head06:hover {
	background: #036;
	color: #fff;
}
}

