#people{
	font-size: 0;
}

#people .swiper-scrollbar-drag {
	background:#000 !important;
}

.people_hd{}
.people_hd_img{
	position: relative;
	display: inline-block;
	width: 100%;
	padding-bottom: calc(592 / 1920 * 100%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	
}
.people_hd_txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.people_hd_txt h2{
	font-family: Poppins;
	font-size: 80px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 3.56px;
	text-align: center;
	color: #fefffe;
}
.people_hd_txt p{
	opacity: 0.8;
	font-family: NotoSansKR;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	text-align: center;
	letter-spacing: 0.5px;
	color: #fff;
}


.athletes{
	background-color: rgba(242, 242, 242, 0.4);
	padding: 0 0 88px;
}
.athletes_wrap{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.athletes_inner{
	padding: 0 22px 14px;
	position: relative;
}
.athletes_inner > h2{
	font-family: Poppins;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.88;
	letter-spacing: normal;
	text-align: center;
	padding: 89px 0 52px;
}
.athletes_slide {
	position:relative; 

}
.athletes_slide > ul{
	width: 336px;
}
.athletes_slide > ul > li{
	
}
.athletes_slide > ul > li .athletes_img{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 336px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.athletes_slide > ul > li .athletes_txt{
	padding: 22px 0;
}
.athletes_slide > ul > li .athletes_txt h2{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	text-align: left;
	color: #000;
}
.athletes_slide > ul > li .athletes_txt p{
	font-family: Poppins;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.54;
	letter-spacing: normal;
	color: #757575;
	padding: 2px 0 13px;
}

#people .athletes_nav_wrap{
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
}

#people .athletes_nav{
	width: calc(100% + 44px);
	left: -22px;
	position: absolute;
	bottom: 0;
}


#people .swiper-button-next{
	right: -22px;
	margin-top: 0;
}

#people .swiper-button-prev{
	left: -22px;
	margin-top: 0;
	background-image: url('/img/common/icon-next-black.png') !important;
	transform:rotate(180deg);
}






.stars{}
.stars_wrap{
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	padding: 0 22px;
	overflow: hidden;
	position: relative;
}
.stars_wrap > h2{
	padding: 83px 0 54px;
	font-family: Poppins;
	font-size: 32px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 0.88;
	letter-spacing: normal;
	text-align: center;
	color: #000;
}
.stars_list{}
.stars_list > ul{
	display: inline-block;
	width: 100%;
}
.stars_list > ul > li{
	width: 336px;
	margin-right: 64px;
	float: left;
	padding: 0 0 49px;
}

.stars_list > ul > li:nth-child(3n){
	margin-right: 0;
}

.stars_list > ul > li .stars_img{
	position: relative;
	display: inline-block;
	width: 100%;
	height: 336px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.stars_list > ul > li .stars_txt{
	padding: 20px 0;
}
.stars_list > ul > li .stars_txt h2{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.11;
	letter-spacing: normal;
	color: #000;
}
.stars_list > ul > li .stars_txt p{
	font-family: Poppins;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.54;
	letter-spacing: normal;
	color: #757575;
	padding: 2px 0 13px;
}

.stars_sns{overflow:hidden;}
.stars_sns > ul{}
.stars_sns > ul > li{
	float: left;
	padding: 0 5px 0 0;
}