@charset "utf-8";

img {
    vertical-align: top;
}
#wrap {
	width: 1080px;
	margin: 0 auto;
}
.top_visual .swiper-container {
	width: 100%;
	height: 100%;
}
.top_visual .swiper-slide img {
	width: 100%;
}
.top_visual .swiper-container-horizontal>.swiper-pagination {
    bottom: 25px;
}
.top_visual .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #cfcfcf;
    opacity: 1;
    margin: 0 3px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.top_visual .swiper-pagination-bullet-active {
    width: 37px;
    opacity: 1;
    background: #fe64bc;
    border-radius: 30px;
}

.area1 {
    width: 1080px;
	height: 180px;
	background-image: linear-gradient(to right, #ff6ddd, #ff6060);
	text-align: center;
}
.area1.sticky {
	position: fixed;
	top: 0px;
	z-index: 3;
}
.area1 li {
	position: relative;
	display: inline-block;
	line-height: 180px;
	padding: 0 18px;
	opacity: 0.5;
	font-size: 42px;
	font-weight: 400;
	color: #fff;
}
.area1 li.active {
	font-weight: 500;
	opacity: 1;
}
.area1 li.active::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	width: 18px;
	height: 18px;
	background: #fff;
	border-radius: 50%;
	margin: 0 auto;
}
.area1 li b {
	display: none;
}

.area2 {
	min-height: 950px;
	background: #f3f3f3;
	padding-bottom: 150px;
	overflow: hidden;
}
.area2 > li {
	margin-bottom: -23px;
	padding: 90px 90px 0;
	overflow: hidden;
	clear: both;
}
.area2 > li > em {
	display: inline-block;
	font-size: 42px;
	font-weight: 600;
	letter-spacing: -0.7px;
	text-align: left;
	color: #2d2d2d;
	margin-bottom: 42px;
}
.area2 > li li {
	position: relative;
	float: left;
	width: 288px;
	height: 138px;
	border-radius: 5px;
	border: solid 1px #e8e8e8;
	background-color: #fff;
	margin: 0 0 18px 18px;
}
.area2 > li li.new::before {
	content: '';
	position: absolute;
	top: -27px;
	left: 15px;
	width: 114px;
	height: 60px;
	background-image: url(/m/images/ppeum_network/ico_new.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.area2 > li li:nth-child(3n+1) {
	margin-left: 0;
}
.area2 > li li a {
	display: inline-table;
	width: 100%;
	height: 100%;
	vertical-align: top;
	text-align: center;
}
.area2 > li li a span {
	display: table-cell;
	line-height: 1.3;
	vertical-align: middle;
	font-size: 36px;
	font-weight: 400;
	color: #2d2d2d;
	word-break: keep-all;
}

.btn_joinus {
	position: relative;
	width: calc(100% - 60px);
	height: 144px;
	margin: 60px 30px 0;
	padding-left: 170px;
	border-radius: 3px;
	border: solid 1px #f3f3f3;
	background-color: #f8fcff;
	background-image: url(/m/images/ppeum_network/ico_location.png);
	background-repeat: no-repeat;
	background-position: 90px 50%;
	text-align: left;
	font-family: 'Noto Sans KR';
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -0.3px;
	color: #2d2d2d;
}
.btn_joinus::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 90px;
	transform: translateY(-50%);
	width: 18px;
	height: 38px;
	background-image: url(/m/images/ppeum_network/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: auto;
}

footer {
	padding-bottom: 120px;
}
.footerMenu {
	text-align: center;
	padding: 45px 0;
	margin-bottom: 43px;
	overflow: hidden;
}
.footerMenu li {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}
.footerMenu li:not(:first-child)::before {
	content: '';
	position: absolute;
	top: 20px;
	left: -20px;
	width: 6px;
	height: 30px;
	background-color: #e8e8e8;
}
.footerMenu li a {
	display: block;
	font-size: 36px;
	font-weight: 400;
	color: #777;
	padding: 5px 15px
}

.ppeum_location {
	height: 300px;
	text-align: center;
}
.ppeum_location .swiper-slide {
	opacity: 0 !important;
}
.ppeum_location .swiper-slide.swiper-slide-active {
	opacity: 1 !important;
}
.ppeum_location .swiper-slide em {
	display: block;
	font-size: 36px;
	font-weight: 400;
	font-style: normal;
	color: #222;
	margin-bottom: 60px;
}
.ppeum_location .swiper-slide li {
	position: relative;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.25px;
	color: #707070;
}
.ppeum_location .swiper-slide li.name {
	margin-right: 30px;
}
.ppeum_location .swiper-slide li.name::after {
	content: '';
	position: absolute;
	top: 14px;
	right: -21px;
	width: 6px;
	height: 24px;
	background-color: #b1b1b1;
}
.ppeum_location .swiper-slide li.name,
.ppeum_location .swiper-slide li.name + li {
	display: inline-block;
}
.copyright {
	font-size: 30px;
	font-weight: 400;
	color: rgba(153, 153, 153, 0.6);
	margin-top: 35px;
}
.ppeum_location .swiper-slide li span {
	width: 0;
	display: block;
}

/* popup */
#networkPop {
    position: fixed;
    top: 0;
    left: 0;
	right: 0;
	bottom: 0;
	margin: 0;
    z-index: 1000;
    background: rgba(0,0,0,0.8);
}
#networkPop .popupInner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 720px;
    height: 732px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#networkPop .swiper-container {
    height: 100%;
}
/*#networkPop.multi .swiper-wrapper {
    padding-bottom: 40px;
}*/
#networkPop .popupInner .swiper-slide img {
	height: 100%;
}
#networkPop .btn_close {
    position: absolute;
    top: -75px;
    right: 10px;
    z-index: 1;
    cursor: pointer;
}