/*------ACCESS------*/
.bg-parallax .img_parallax {
   height: 600px;
}
#key::after {
	content: "";
	background: url(../img/shared/line.jpg) repeat-x top center;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}
#sec1 {
	background: url(../img/access/s1_bg1.png), url(../img/access/s1_bg2.png), url(../img/shared/bg-2.jpg);
	-webkit-background-size: 100% auto, 100% auto, auto;
	background-size: 100% auto, 100% auto, auto;
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: top center, bottom center, top center;
	padding: 12% 0 25%;
	position: relative;
}
#sec1 .info {
	background: url(../img/course/s4_bg2.png) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin: 0 3%;
	padding: 8% 5%;
}
#sec1 .info dl:first-child {
	border-top: 2px solid #8e6c3e;
}
#sec1 .info dl:last-child {
	border-bottom: 2px solid #8e6c3e;
}
#sec1 .info dl {
	position: relative;
	color: #402e22;
	line-height: 25px;
	padding: 10px 0;
	border-bottom: 1px solid #8e6c3e;
}
#sec1 .info dl dd {
	padding-top: 5px;
}
#sec1 .info dl dd a {
	display: block;
	font-size: 18px;
	color: #ee473b;
}
#sec1 h2 {
	margin-bottom: 5%;
}
#sec1 p.txt {
	padding: 3% 3% 6%;
}
#sec1 p.note {
	text-align: center;
}
#sec2 {
	background: url(../img/shared/bg-2.jpg) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 15%;
	position: relative;
}
#sec2 .mmap {
	height: 300px;
	overflow: hidden;
}
#sec2 .group_btn {
	padding: 8% 0 0;
}
#sec2 .group_btn p + p {
	margin-top: 3%;
}
#sec3 {
	background: url(../img/access/s3_bg1.jpg), url(../img/course/s5_bg3.jpg);
	background-repeat: no-repeat, repeat-y;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	padding-bottom: 15%;
	background-position: top center;
	color: #dfd2c6;
	padding: 15% 0;
}
#sec3 h2 {
	margin-bottom: 5%;
}
#sec3 .go_slide {
	margin: 0 4%;
}
#sec3 .bx-wrapper .bx-pager.bx-default-pager a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
}
#sec3 .bx-wrapper .bx-pager, #sec3 .bx-wrapper .bx-controls-auto {
	position: relative;
	padding-top: 10px;
}
#sec3 p.txt {
	padding: 0% 3% 6%;
}
#sec4 {
	background: url(../img/access/s4_bg1.png), url(../img/access/s4_bg2.png), url(../img/shared/bg-2.jpg);
	-webkit-background-size: 100% auto, 100% auto, auto;
	background-size: 100% auto, 100% auto, auto;
	background-repeat: no-repeat, no-repeat, repeat;
	background-position: top center, bottom center, top center;
	padding: 12% 0 25%;
}
#sec4 .info {
	background: url(../img/course/s4_bg2.png) repeat-y top center;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	margin: 0 3% 5%;
	padding: 8% 5%;
}
#sec4 .info dl:first-child {
	border-top: 2px solid #8e6c3e;
}
#sec4 .info dl:last-child {
	border-bottom: 2px solid #8e6c3e;
}
#sec4 .info dl {
	position: relative;
	color: #402e22;
	line-height: 25px;
	padding: 10px 0;
	border-bottom: 1px solid #8e6c3e;
	display: table;
	width: 100%;
}
#sec4 .info dl dt, #sec4 .info dl dd {
	display: table-cell;
	text-align: left;
}
#sec4 .info dl dt {
	min-width: 80px;
	width: 20%;
}
#sec4 .info dl dd {
	width: 80%;
}
#sec4 h2 {
	margin-bottom: 2%;
}
 @-webkit-keyframes fadeInUpNew {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
@keyframes fadeInUpNew {
 0% {
 opacity: 0;
 -webkit-transform: translate3d(0, 10%, 0);
 transform: translate3d(0, 10%, 0);
}
 to {
 opacity: 1;
 -webkit-transform: none;
 transform: none;
}
}
.fadeInUpNew {
	-webkit-animation-name: fadeInUpNew;
	animation-name: fadeInUpNew;
}
