@charset "utf-8";
@import url("/new/css/font/font.css");

*,
*:before,
*:after {
  	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
html,
body {
	height: 100%;
}
body {
	font-family: 'Noto Sans KR','돋음', sans-serif;
	font-style: normal;
	font-weight:300;
	color: #000;
	letter-spacing: normal;
}
a {
	text-decoration: none;
}
button {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
}
em {
	font-style: normal;
}
img {
	vertical-align: top;
}

.scrollBar::-webkit-scrollbar {
	width: 3px;
}
.scrollBar::-webkit-scrollbar-thumb {
	background-color: #1b2529;
	border-radius: 15px;
}
.scrollBar::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 15px;
}

#wrap,
header {
	position: relative;
	width:100%;
	min-width:320px;
	max-width:1080px;
	margin: 0 auto;
	overflow:hidden;
}
header {
	position: relative;
	height: 62px;
	line-height: 62px;
	background: #fff;
	z-index: 1;
}
header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
}
.fixed + #wrap {
	margin-top: 62px;
}

nav {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1080px;
	height: 56px;
	padding: 8px 20px;
	background-color: #f5f5f5;
	z-index: 3;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
nav.show {
	opacity: 1;
}
nav em {
	position: relative;
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	border-radius: 5px;
	border: solid 1px #e3e3e3;
	background-color: #fff;
	font-size: 12px;
	letter-spacing: normal;
	color: #000;
	z-index: 1
}
nav em::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -2px;
	width: 8px;
	height: 4px;
	background: url(/m/nft/img/ico_select_arrow.png);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
nav em.open::after {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
nav ul {
	position: absolute;
	width: calc(100% - 40px);
	display: none;
	top: 14px;
	padding: 43px 0 10px;
	border-radius: 0 0 5px 5px;
	border: solid 1px #e3e3e3;
	background-color: #f6f6f6;
	overflow: hidden;
}
nav li a {
	display: block;
	height: 43px;
	line-height: 43px;
	font-size: 12px;
	letter-spacing: normal;
	color: #000;
	padding: 0 20px;
}

.visual {
	padding: 70px 0;
	padding: 19.5% 0;
	background: #1A181F url(/m/nft/img/bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.visual p {
	margin: 30px 0 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}

.visual p b {
  font-weight: 500;
  color: #e45dc9;
}
.medisociety_logo {
	display: block;
	width: 90px;
	margin: 0 auto;
}
.visual strong {
	display: block;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: -1px;
	text-align: center;
	color: #fff;
}
.section01 {
	padding: 66px 0;
	padding: 19.3% 0;
	background: #1C181E url(/m/nft/img/bg_s.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
}
.section01 em {
	display: block;
	margin-bottom: -7px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.43;
	letter-spacing: normal;
	text-align: center;
	color: #fff;
}
.section01 p {
	margin-top: 20px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.45;
	letter-spacing: -1px;
	text-align: center;
	color: #fff;
}
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
/* .video::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 1;
}
.video.play::before {
	z-index: 0;
} */
.video .cover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	z-index: 1;
}

.video.play .cover {
	display: none;
}
.video iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.benefit {
	padding: 15% 0;
	padding: 66px 0 60px;
	background-color: #18181b;
}
.benefit h3 {
	margin-bottom: 14px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.48;
	letter-spacing: -1.15px;
	text-align: center;
	color: #fff;
}
.benefit p {
	margin-top: 20px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.29;
	line-height: 1.49;
	letter-spacing: -0.35px;
	text-align: center;
	color: #c9c9c9;
}
.benefit p .logo {
	width: 72px;
	display: inline-block;
	margin: 4px 2px 0 7px;
}
.benefit p em {
	display: block;
	margin: 20px 0 0;
	font-size: 14px;
	font-weight: 300;
	font-style: normal;
	line-height: 1.43;
	letter-spacing: -0.42px;
	text-align: center;
	color: #d5d5d5;
}
.benefit .swiper-container {
	margin-top: 40px;
}
.benefit .swiper-slide {
	width: 260px;
	height: 326px;
	margin: 0 0 0 20px;
	padding: 26px 24px 28px;
	background-color: #27272a;
	background-size: 52px auto;
	background-repeat: no-repeat;
	background-position: 26px 26px;
}
.benefit .swiper-slide:first-child {
	margin-left: 24px;
}
.benefit .swiper-slide b {
	display: block;
	font-size: 20px;
	font-weight: 500;
	line-height: 0.9;
	letter-spacing: -0.6px;
	text-align: right;
	color: #c9c9c9;
	margin-top: 7px;
}
.benefit .swiper-slide.purple b,
.benefit .swiper-slide.purple strong {
	color: #8980c2
}
.benefit .swiper-slide.blue b,
.benefit .swiper-slide.blue strong {
	color: #80c9ed
}
.benefit .swiper-slide.green b,
.benefit .swiper-slide.green strong {
	color: #6caea9
}
.benefit .swiper-slide.white b,
.benefit .swiper-slide.white strong {
	color: #fff
}
.benefit .swiper-slide b span {
	margin: 29px 0 0;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.38;
	letter-spacing: -0.39px;
	text-align: right;
	color: #e5e5e5;
}
.benefit .swiper-slide strong {
	display: block;
	margin: 89px 0 14px 0;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.33;
	letter-spacing: -0.57px;
	color: #fff;
}
.benefit .swiper-slide strong span {
	font-size: 13px;
	letter-spacing: -0.39px;
}
.benefit .swiper-slide li {
	position: relative;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.54;
	letter-spacing: -1.42px;
	color: #e5e5e5;
	padding-left: 21px;
}
.benefit .swiper-slide li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4.5px;
    width: 20px;
    height: 9px;
    background-size: auto 9px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.benefit .swiper-slide li.coupon::before {
	background-image: url(/m/nft/img/ico_01.png);
}
.benefit .swiper-slide li.vip::before {
	background-image: url(/m/nft/img/ico_02.png);
}
.benefit .swiper-slide li.parking::before {
	background-image: url(/m/nft/img/ico_03.png);
}

.benefit .swiper-slide.etc b {
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: -0.45px;
	color: #fff;
}
.benefit .swiper-slide.etc b span {
	margin: 1px auto 31.9px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.85;
	letter-spacing: -0.39px;
	color: #fff;
}
.benefit .swiper-slide.etc img {
	display: block;
	width: 139px;
	margin: 27px auto;
}
.benefit .swiper-slide.etc strong {
	margin-top: 33.9px;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.54;
	letter-spacing: -0.39px;
	text-align: center;
	color: #fff;
}
.benefit .noti {
	margin: 9px auto 29px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.36px;
	text-align: center;
	color: #959595;
}

.benefit.ver2 .swiper-wrapper {
	display: block;
	width: calc(100% - 40px);
	margin: 0 20px;
	text-align: center;
}
.benefit.ver2 .swiper-slide:first-child {
    margin-left: 0;
}
/*.benefit.ver2 .swiper-slide {
    width: 48%;
    height: 320px;
    margin: 0 auto 3.8%;
    padding: 20px 11px 15px;
	background-size: 42px auto;
    background-position: 12px 26px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
	text-align: left;
}*/
.benefit.ver2 .swiper-slide {
    width: calc(52.3% - 20px);
    height: 320px;
    margin: 0 auto 14px;
    padding: 20px 11px 15px;
    background-size: 42px auto;
    background-position: 12px 26px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    text-align: left;
}
.benefit.ver2 .swiper-slide:nth-child(2n+1) {
	/*margin-right: 2.7%;*/
	margin-right: 10px;
}
.benefit.ver2 .swiper-slide strong {
    margin: 67px 0 14px 0;
    font-size: 15px;
    letter-spacing: -1.57px;
}
.benefit.ver2 .swiper-slide li {
    font-size: 11px;
}
.benefit.ver2 .swiper-slide.etc img {
    width: 120px;
	margin: 18px auto -48px;
}
.benefit.ver2 .swiper-slide.etc strong {
    font-size: 13px;
}

.schedule {
  background-color: #18181b;
}
.schedule h3 {
	font-size: 23px;
	font-weight: 500;
	line-height: 1.48;
	letter-spacing: -1.15px;
	text-align: center;
	color: #fff;
}
.schedule p {
	margin: 16px 33px 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.43;
	letter-spacing: -0.35px;
	text-align: center;
	color: #fff;
}
.schedule .banner {
	width: 100%;
}
.schedule dl {
	display: block;
	width: calc(100% - 40px);
	margin: 0 auto 10px;
	padding: 14px 20px 18px 20px;
	border-radius: 8px;
	border: solid 1px #e45dc9;
	overflow: hidden;
	box-sizing: border-box;
}
.schedule dt {
	float: left;
	width: 112px;
	margin: 4px 0 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.29;
	letter-spacing: -0.35px;
	color: #e45dc9;
}
.schedule dd {
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;
	letter-spacing: normal;
	color: #fff;
	margin-left: 112px;
}
.schedule dd span {
	margin-left: 4px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.36px;
	color: #959595;
}
.schedule ul {
    overflow: hidden;
    padding: 9px 0 80px;
}
.schedule li {
	position: relative;
	margin: 4px 20px;
	padding-left: 9px;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: -0.36px;
	color: #959595;
}
.schedule li::before {
	content: '*';
	position: absolute;
	left: 0;
	top: 3px;
}

.ppeumNft {
	padding-bottom: 150px;
	background-color: #18181b;
}
.ppeumNft h3 {
	margin: 0 auto 14px;
	font-size: 23px;
	font-weight: 500;
	line-height: 1.48;
	letter-spacing: -1.15px;
	text-align: center;
	color: #fff;
}
.ppeumNft > p {
	margin: 14px 0 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.29;
	letter-spacing: -0.35px;
	text-align: center;
	color: #c9c9c9;
}
.ppeumNft ul {
	margin-top: 40px;
}
.ppeumNft li {
	overflow: hidden;
	text-align: left;
	padding: 0 22px;
	margin-bottom: 12px;
}
.ppeumNft li a {
	display: block;
	overflow: hidden;
	font-size: 12px;
	font-weight: 300;
	line-height: 1.33;
	letter-spacing: -0.36px;
	color: #878787;
}
.ppeumNft li a p {
	margin-top: 8px;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.29;
	letter-spacing: -0.42px;
	color: #fff;
}
.ppeumNft li a span.ver2 {
	display: block;
}
.ppeumNft .cover {
	float: left;
	width: 164px;
	margin-right: 18px;
}
.boBtnWrap {
	position: fixed;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 1080px;
	height: 72px;
	line-height: 72px;
	z-index: 10
}
.nftPage,
.kakao {
	position: relative;
	float: left;
	width: 50%;
	display: block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.48px;
	padding-left: 16px;
}
.nftPage {
	background-image: linear-gradient(91deg, #632521 0%, #5b0c4e 34%, #251d58 100%);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.48px;
	color: #fff;
}
.kakao {
 color: #000;
  background-color: #ffd121;
}
.nftPage::after,
.kakao::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 16px;
	transform: translateY(-50%);
	display: inline-block;
	width: 5px;
	height: 10px;
	background-image:url(/m/nft/img/ico_arrow.png);
	background-size: 5px auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.kakao::after {
	background-image: url(/m/nft/img/ico_arrow_k.png);
}
@media screen and (min-width: 640px) {
	.benefit.ver2 .swiper-wrapper {
	    width: calc(100% - 40px);
	    margin: 0 20px;
	}
	/*.benefit.ver2 .swiper-slide {
	    width: 32%;
		margin-left: 1.4%;
	    margin-bottom: 2.2%;
	}*/
	.benefit.ver2 .swiper-slide {
		width: calc(34.5% - 24px);
		margin-left: 12px;
		margin-bottom: 16px;
	}
	.benefit.ver2 .swiper-slide li {
 	   font-size: 13px;
 	   letter-spacing: -0.42px;
 	   padding-left: 27px;
	}
	.benefit .swiper-slide li::before {
	    height: 12px;
	    background-size: auto 12px;
	}
	.benefit.ver2 .swiper-slide:nth-child(2n+1) {
	    margin-right: 0;
	}
	.benefit.ver2 .swiper-slide:nth-child(1),
	.benefit.ver2 .swiper-slide:nth-child(4) {
		margin-left: 0
	}
	.benefit.ver2 .swiper-slide strong {
	    font-size: 17px;
	}
}
@media screen and (max-width: 320px) {
	nav {
		padding-left: 15px;
	    padding-right: 15px;
	}
	nav ul {
	    width: calc(100% - 30px);
	}
	.benefit .swiper-slide {
	    margin: 0 0 0 15px;
	}
	.ppeumNft li {
	    padding: 0 15px;
	}
	.ppeumNft li a p {
	    margin-top: 5px;
	}
	.ppeumNft .cover {
	    width: 148px;
	    margin-right: 15px;
	}

	.benefit.ver2 .swiper-slide {
	    height: 300px;
		background-size: 34px auto;
		background-position: 12px 31px;
	}
	.benefit.ver2 .swiper-slide strong {
	    font-size: 13px;
	}
	.benefit.ver2 .swiper-slide li {
	    font-size: 11px;
	    padding-left: 23px;
	}
	.benefit.ver2 .swiper-slide li::before {
		top: 3px;
	    width: 18px;
	    height: 10px;
	    background-size: auto 10px;
	}
	.benefit.ver2 .swiper-slide.etc b {
	    font-size: 13px;
	}
	.benefit.ver2 .swiper-slide.etc b span {
	    font-size: 11px;
	}
	.schedule dl {
	    width: calc(100% - 30px);
	}
	.schedule dt {
	    width: 95px;
		font-size: 13px;
	}
	.schedule dd {
	    font-size: 14px;
	    margin-left: 95px;
	}
	.schedule li {
	    margin: 4px 15px;
	}
	.nftPage, .kakao {
	    padding-left: 13px;
	}
	.nftPage::after, .kakao::after {
	    right: 13px;
	}
}
@media screen and (max-width: 640px) {
	.ppeumNft li a span {
		display: block;
	}
}
