#section1 {
	background-image: url("../image/section1_bg.jpg");
}

#section2 {
	background-image: url("../image/section2_bg.jpg");
}

#section4 {
	background-image: url("../image/section4_bg.jpg");
}

#section1 .center {
	color: #fff;
	font-family: 'BMJUA';
	font-size: 90px;
}

.anima-highlight {
	position: relative;
}

#typing {
	line-height: 134px;
}

#typing,
#typing2 {
	position: relative;
	z-index: 2;
}

.anima-highlight .highlight {
	position: absolute;
	width: 0;
	padding: 10px 0;
	background-color: #ecb000;
	top: 0;
	height: 100%;
	left: 50%;
	transform: translate(-50%, -16px);
	z-index: 1;
	transition-duration: 0.5s;
}

.anima-highlight .highlight.on {
	width: 594px;
	transition-duration: 0.5s;
}



/*Section 2 S*/
.Title {
	font-size: 33px;
}

#section2 hr {
	width: 30px;
	border: 2px solid #333;
	margin: 20px auto;
}

.youtubeHeight {
	width: 100% !important;
	margin-top: 50px;
}

/*Section 2 E*/

/*Section 3*/
#section3,
#section3 .fp-tableCell {
	height: auto !important;
}

#section3 .fp-tableCell {
	padding: 5% 0;
}

.youtubeHeight2 {
	width: 100% !important;
}

.content {
	font-size: 48px;
	line-height: 64px;
}

.wid50 {
	width: 50%;
}

#section3 .wid50:nth-child(1) {
	float: left;
}

#section3 .wid50:nth-child(2) {
	float: right;
}

.more {
	display: inline-block;
	margin-top: 80px;
	cursor: pointer;
	position: relative;
}

.moreText {
	font-size: 16px;
	font-weight: 300;
	width: 128px;
	float: left;
	padding: 10px;
}

.moreArrow {
	padding: 10px;
	position: relative;
	float: left;
}

/*개망한 애니메이션 S*/
.anima-right,
.anima-top,
.anima-left,
.anima-border {
	position: absolute;
	transition-duration: 0.1s;
}

.anima-border {
	bottom: 0;
	border-bottom: 0;
	width: 0;
}

.anima-right {
	bottom: 0;
	right: 0;
	border-right: 0;
	height: 0;
}

.anima-top {
	right: 0;
	top: 0;
	border-top: 0;
	width: 0;
}

.anima-left {
	top: 0;
	left: 0;
	border-left: 0;
	height: 0;

}

.anima-border.over {
	border-bottom: 1px solid #333;
	width: 100%;
}

.anima-right.over {
	border-right: 1px solid #333;
	height: 100%;
	transition-delay: 0.1s;
}

.anima-top.over {
	top: 0;
	border-top: 1px solid #333;
	width: 100%;
	transition-delay: 0.2s;
}

.anima-left.over {
	border-left: 1px solid #333;
	height: 100%;
	transition-delay: 0.3s;
}

.anima-border.out {
	border-bottom: 1px solid #333;
	width: 0%;
	transition-delay: 0.3s;
}

.anima-right.out {
	border-right: 1px solid #333;
	height: 0%;
	transition-delay: 0.2s;
}

.anima-top.out {
	top: 0;
	border-top: 1px solid #333;
	width: 0%;
	transition-delay: 0.1s;
}

.anima-left.out {
	border-left: 1px solid #333;
	height: 0%;
}

/*개망한 애니메이션 E*/


/*Section 4*/
#section4,
#section4 .fp-tableCell {
	height: auto !important;
}

#section4 .fp-tableCell {
	padding: 5% 0;
}

#section4 hr {
	width: 30px;
	border: 2px solid #333;
	margin: 20px auto;
}

#section4 .wid50:nth-child(1) {
	float: left;
}

#section4 .wid50:nth-child(2) {
	float: right;
}

/*section 5*/
#section5,
#section5 .fp-tableCell {
	height: auto !important;
}

#section5 .fp-tableCell {
	padding: 5% 0;
}
#section5 .wid50:nth-child(1) {
	float: left;
}

#section5 .wid50:nth-child(2) {
	float: right;
	width:48%;
	margin-left:2%;
}

/*section 6*/
#section6,
#section6 .fp-tableCell {
	height: auto !important;
}

.ContentText{
	font-size:30px;
}
.TitleText{
	font-size:48px;
}
.noticeLine,
.eventLine{
	text-align: center;
}

#section6 .wid50{
	display: flex;
	justify-content: center;
	align-items: center;
}
#section6 .wid50:nth-child(1) {
	float: left;
	background-image: url("../image/ImgNotice.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

#section6 .wid50:nth-child(2) {
	float: right;
	background-image: url("../image/ImgEvent.jpg");
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;

	color:#fff;
}

.arrow .xi-long-arrow-right{
	font-size:22px;
	border:1px solid #333;
	padding:10px;
	margin-top:30px;
}

#section6 .wid50:nth-child(2) .arrow .xi-long-arrow-right{
	border:1px solid #fff;
}

footer{
    position: inherit;
}