@charset "uft-8";

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
li {
	list-style: none;
}
a,
a:focus,
a:active,
a:hover {
	text-decoration: none;
	color: #000;
}

body {
	background-color: #111;
	line-height: 1;
}

#wrap {
	width: 1200px;
	margin: 0 auto;
	max-width: 100%;
	position: relative;
}

/* header start */
#header {
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10;
}

#header .logo {
	position: absolute;
	left: 190px;
}

#header .logo a > span {
	display: block;
	height: 60px;
	display: flex;
	align-items: center;
}

#header .gnb {
	position: absolute;
	right: 177.5px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}

#header .gnb li {
	display: inline-block;
	margin: 0 7.5px;
	position: relative;
}

#header .gnb li:not(:last-of-type)::before {
	content: '';
	display: block;
	width: 2px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: -8px;
	background-color: rgba(256, 256, 256, 0.2);
	transform: translateY(-50%);
}

#header .gnb li > a {
	display: block;
	padding: 5px;
}

/********************header end***************************/

#container {
	width: 100%;
}

/* content01 start */
.content01 {
	width: 100%;
	position: relative;
	text-align: center;
	background: url(../img/content01-bg.png) no-repeat center/cover;
	padding: 0 0 87px 0;
}

.content01 .desc img {
	width: auto;
}

.content01 .btn-wrap {
	width: 100%;
	margin-top: 120px;
}

.content01 .btn-wrap a {
	display: inline-block;
}
.content01 .btn-wrap .live-text {
	display: block;
	margin: 0 auto;
}

.content01 .btn-wrap img {
	display: inline-block;
}
/**************content1 end **********************/

/* content 02 start */
.content02 {
	width: 100%;
	background-image: url(../img/content02-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	text-align: center;
	padding-bottom: 100px;
}

.content02 .tit {
	width: 100%;
	height: 110px;
	background-color: #bc0003;
	position: absolute;
	top: 0;
	left: 0;
}

.swiper {
	width: 100%;
	height: auto;
}

.swiper-slide {
	position: relative;
}

.swiper-slide .title {
	margin: 37px 0 70px 0;
}
.swiper-slide:nth-child(5) .title,
.swiper-slide:nth-child(6) .title {
	margin: 42px 0 70px 0;
}
.swiper-slide img {
	width: auto;
	display: inline-block;
}

.swiper-slide:nth-child(5) .title > img,
.swiper-slide:nth-child(6) .title > img {
	width: 210px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-next {
	right: 35%;
}

.swiper-button-prev {
	left: 35%;
}

.swiper-button-next img,
.swiper-button-prev img {
	display: inline-block;
	width: 3vw;
}

.guide {
	width: 100%;
	margin-top: 100px;
}

/******************content2 end**************************/

/* mobile */
@media screen and (max-width: 1024px) {
	#header {
		width: 16.1333vw;
		height: auto;
		background-color: transparent;
		top: 38.5px;
		left: 25px;
	}
	#header .gnb {
		display: none;
	}
	#header .logo {
		position: relative;
		left: 0;
	}

	#header .logo a > span {
		height: auto;
	}
	#header .logo img {
		width: 100%;
	}

	.content01 {
		padding: 0 15px 47px;
	}

	.content01 .desc img {
		width: 90%;
	}

	.content01 .btn-wrap {
		margin-top: 7%;
	}

	.content01 .btn-wrap .live-text {
		width: 80%;
	}

	.content01 .btn-wrap a {
		width: 80%;
	}

	.content01 .btn-wrap img {
		width: 100%;
	}

	.content02 {
		height: auto;
		padding-bottom: 7%;
	}
	.content02 .tit {
		height: 15vw;
	}

	.swiper-button-next {
		right: 25%;
	}
	.swiper-button-prev {
		left: 25%;
	}

	.swiper-slide .title {
		margin: 4.2vw 0 10vw 0;
	}
	.swiper-slide:nth-child(5) .title,
	.swiper-slide:nth-child(6) .title {
		margin: 5.3vw 0 11vw 0;
	}

	.swiper-slide .title > img {
		width: 14%;
	}
	.swiper-slide:nth-child(5) .title > img,
	.swiper-slide:nth-child(6) .title > img {
		width: 30%;
	}

	.swiper-slide .content,
	.guide {
		padding: 0 5%;
	}
	.swiper-slide .content > img {
		width: 100%;
	}

	.guide {
		margin-top: 5%;
	}
	.guide img {
		width: 100%;
	}
}
