@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: bold;
}

@font-face {
    font-family: 'Pretendard-Black';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family:Pretendard-Regular;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
  height: 100%;
  
}

body {
    overflow-x: hidden;
}



/*------------- fullpage reset -----------*/
.fp-warning, .fp-watermark {
    display: none;
}

#section0,
#section1,
#section2,
#section3,
#section4,
#section5 {
    background-image: none;
}



/*-------------- section0 --------------*/

.cover {
  position: relative;
  height: 200vh;
}

.cover > div {
  height: 100vh;
}

.cover > div > div img {
  height: 100%;
}

.cover > div > div {
  position: relative;
}

.cover .text1 {
  top: 58vh;
  height: 27vh;
  z-index: 1;
}
#section0 .text2 {
    top: 84vh;
    height: 17.5vh;
    z-index: 0;
}

.cover .text2 p { 
  font-family: "Be Vietnam Pro", sans-serif;
  font-weight: 800;
  font-style: normal;
  font-size: 290px;
  letter-spacing: 0.08em;
  height: 17.5vh;
  width: 100%;
  line-height: 0.8;
  color: #fff;
  text-align: center;
}
.cover .text3 {
  top: 115vh;
  height: 17.5vh;
  z-index: 1;
}


.ball {
    display: block;
    width: 66vh;
    margin: 0 auto;
    height: 66vh;
    position: sticky;
    bottom: 15vh;
    left: 0;
    z-index: 0;  
    animation: bubble 7.6s linear infinite;
}

.ball img {
  width: 100%;
}

@keyframes bubble {
  0% {
    -webkit-transform: rotate(0deg) translateX(-3%) rotate(0deg);
    transform: rotate(0deg) translateX(-3%) rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg) translateX(-3%) rotate(360deg);
    transform: rotate(-360deg) translateX(-3%) rotate(360deg);
  }
}









/*-------------- section1 --------------*/


#section1 {
  position: relative;
}
#section1::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  left: 0;
  bottom: 0;
  background: -moz-linear-gradient(bottom,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%); /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 70%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  z-index: 0;
}
#section1 h2 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  height: 20vh;
  margin-bottom: 55px;
  text-align: center;
  font-size: 64px;
  line-height: 120%;
  display: block;
}
#section1 h2 img {
  display: block;
  margin: 0 auto 20px;
  width: 372px;
}

#section1 h2 + div {
  height: 58vh;
}

#section1 .slide {
  position: relative;

}

[class^=tick_cover] {
  width: 100%;
  height: 50vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

#section1 .slide iframe {
  display: inline-block;
  height: 40vh;
  text-align: center;
  overflow-y: hidden;
  padding: 0;
  margin: 0;
}

#section1 .slide iframe.tick_cover2 {
  width: 461px;
}
#section1 .slide iframe.tick_cover3 {
  width: 707px;
}
#section1 .slide iframe.tick_cover4 {
  width: 1024px;
}
#section1 .slide iframe.tick_cover5 {
  width: 1324px;
}







/*-------------- section2 --------------*/
#section2 {
  background: url(../images/bg_coat.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
div.coat {
  color: #272F59;
  width: 100vw;
  height: 100vh;
  background: url(../images/bg_coat.png) no-repeat;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.coat h2 {
  color: #fff;
  font-weight: 700;
  text-transform: capitalize;
  height: 15vh;
  margin-bottom: 140px;
  text-align: center;
  font-size: 64px;
  line-height: 120%;
}
.coat h2 img {
  display: block;
  margin: 0 auto 20px;
  width: 372px;
}
.coat h2 span {
  color: #FFAD31;
}
#section2 .cardWrap {
  margin-top: 5vh;
  margin-bottom: 10vh;
}




/* card */

.cardWrap {
  margin: 0 auto;
  width: 57vw;
  bottom: 30vh;
  display: flex;
  justify-content: space-between;
}
.cardWrap li {
  width: 216px;
  height: 360px;
  border-radius: 13px;
} 

[class^=card_] {
  width: 11vw;
  height: 18vw;
  color: #fff;
  position: relative;
  width: 216px;
  background-size: contain;
}

[class^=card_]::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 216px;
  height: 360px;
  background-size: contain;
  background-repeat: no-repeat;
}

[class^=card_] .team {
  position: absolute;
  top: 17%;
  width: 100%;
  z-index: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}
[class^=card_] .team.op40 {
  opacity: .4;
  top: 20%;
}

[class^=card_] .team.op40 img {
  width: 75%;
}

[class^=card_] .position {
  font-family: 'Pretendard-Black';
  font-size: 1.5em;
  font-style: italic;
  position: absolute;
  left: 12.4%;
  top: 5.7%;
  z-index: 2;
  text-align: center;
}
[class^=card_] .position.Forward {
  left: 29px;
}

[class^=card_] .player {
  width: 75%;
  height: 55%;
  position: absolute;
  top: 19%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 0;
  overflow: hidden;
}

[class^=card_] .player img {
  display: block;
  width: 100%;
}

[class^=card_] .name {
  font-size: 1.3em;
  font-weight: 700;
  position: absolute;
  top: 74%;
  z-index: 2;
  text-align: center;
  width: 100%;
}

[class^=card_] .BP {
  font-size: 1.2em;
  position: absolute;
  z-index: 2;
  text-align: center;
  width: 100%;
  bottom: 6.5%;
  font-weight: 400;
  left: 0;
}

.card_goat {
  background-image: url(../images/bg_frame_goat.png);
}

.card_goat::before {
  background-image: url(../images/frame_goat.png);
}

.card_star {
  background-image: url(../images/bg_frame_star.png);
}

.card_star::before {
  background-image: url(../images/frame_star.png);
}

.card_pro {
  background-image: url(../images/bg_frame_pro.png);
}

.card_pro::before {
  background-image: url(../images/frame_pro.png);
}

.card_normal {
  background-image: url(../images/bg_frame_normal.png);
}

.card_normal::before {
  background-image: url(../images/frame_normal.png);
}

.card_bench {
  background-image: url(../images/bg_frame_bench.png);
}

.card_bench::before {
  background-image: url(../images/frame_bench.png);
}

.cardWrap li .cpt  {
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  color:#FFAD31;
  font-size: 17px;
  font-weight: 700;
}

.cardWrap li .cpt::before {
  display: inline-block;
  content: "";
  width: 59px;
  height: 32px;
  background: url("../images/crown02.png") no-repeat;
  position: relative;
  top: 8px;
  margin-right: 5px;
}





/*-------------- section3 / section4 --------------*/
#section3,
#section4 {
  background: #D9D9D9;
}
#section3 h2,
#section3 h2 {
  color: #fff;
  font-size: 11vmax;
  line-height: 1;
  font-weight: normal;
  text-transform: capitalize;
  height: 30vh;
  padding: 5vh;
}
#section3 .slide,
#section4 .slide {
    display: flex;
    flex-wrap: wrap;
    height: 100vh;
}
#section3 .slide > div,
#section4 .slide > div {
    width: 100vw;
}

#section3 div.SL,
#section4 div.TP {
  width: 100vw;
  height: 100vh;
  color: #272F59;
  position: relative;
  overflow: hidden;
  background: #D9D9D9;
}
#section3 div.SL::before,
#section4 div.TP::before {
  display: block;
  color: #91939C;
  font-size: 10.5vw;
  font-family: 'Pretendard-Black';
  text-transform: uppercase;
  position: absolute;
  bottom: 12vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100vw;
  text-align: center;
}
#section3 div.SL::before {
  content: "season leader";
}
#section4 div.TP::before {
  content: "top player";
  letter-spacing: 18.5px;
}

#section3 .profile,
#section4 .profile {
  position: absolute;
  top: 10vh;
  left: 10vw;
  z-index: 1;
  text-align: left;
}
#section3 .profile .name,
#section4 .profile .name {
  font-family: 'Pretendard-bold';
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
  margin-bottom: 1vh;
  color: #272F59;
}
#section3 .profile > span,
#section4 .profile > span {
  font-size: 40px;
  vertical-align: text-bottom;
  line-height: 58px;
}
#section3 .profile > span > span,
#section4 .profile > span > span {
  display: inline-block;
  width: 2px;
  height: 40px;
  background: rgba(0, 0, 0, 0.40);
  margin: 0 24px;
  vertical-align: bottom;
  padding: 0;
}
#section3 .BPPG,
#section4 .BPPG {
  position: absolute;
  top: 10vh;
  right: 10vw;
  text-align: right;
  z-index: 1;
}
#section3 .BPPG p,
#section4 .BPPG p {
  font-family: 'Pretendard-bold';
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  margin-bottom: 1vh;
  color: #272F59;
}
#section3 .BPPG > span,
#section4 .BPPG > span {
  font-size: 45px;
  display: block;
  line-height: 50px;
  margin-bottom: 2vh;
}
#section4 div.TP .BPPG > span:nth-of-type(1)::before {
  content: "vs";
  display: inline;
  color: rgba(221, 70, 70, 1);
  font-size: 40px;
  padding-right: 11px;
}
#section3 div.SL .player,
#section4 div.TP .player {
  height: 117vh;
  width: 117vh;
  position: absolute;
  border-radius: 59vh;
  background: #FF792E;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -8vh;
  text-align: center;
  overflow: hidden;
  z-index: 0;
}
#section4 div.TP .player {
  background: rgba(255, 173, 49, 1);
}
#section3 div.SL .player::before,
#section4 div.TP .player::before {
  content: "";
  display: block;
  width: 96%;
  height: 96%;
  position: absolute;
  left: 2%;
  top: 2%;
  background: url(../images/bg_ball_over.png) no-repeat;
  background-position: center;
  background-size: contain;
}
#section3 div.SL .player img,
#section4 div.TP .player img {
  height: 81%;
  display: block;
  margin: 14vh auto 0;
  position: relative;
  z-index: 1;
}
#section3 .player p.title,
#section4 .player p.title {
  color: #272F59;
  font-size: 10.5vw;
  font-family: 'Pretendard-Black';
  text-transform: uppercase;
  position: absolute;
  bottom: 21vh;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  text-align: center;
  z-index: 1;
}
#section4 div.TP .player p.title {
  letter-spacing: 18.5px;
}
#section3 .player span,
#section4 .player span {
  width: fit-content;
  display: inline-block;
  padding: 4px 16px;
  border-radius: 8px;
  background: #F15C2D;
  position: absolute;
  bottom: 17vh;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 150%;
}
#section4 div.TP .player span {
  background: rgba(255, 150, 28, 1);
}






/*-------------- section5 --------------*/

#section5 {
  position: relative;
  width: 100vW;
  height: 100vh;
  background: rgba(39, 47, 89, 1);
}

.top3 {
  font-size: 16px;
  color: #FFF;
  text-align: center;
  height: 100vh;
  padding-top: 14vh;
}
.top3 h2 {
  font-size: 3.8em;
  font-weight: 700;
  margin-bottom: 2vh;
  line-height: 120%;
  color: #FFF;
}
.top3 h2 > span {
  color: #FFAD31;
}
.top3 h2 + p {
  font-size: 47px;
}
.top3 div > p {
  font-size: 3em;
  line-height: 120%;
  margin-bottom: 6vh;
}
.top3 ul {
  display: flex;
  justify-content: center;
  height: 65vh;
  margin-top: 5vh;
}
.top3 ul li {
  position: relative;
  width: 494px;
  height: 670px;
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
.top3 ul li.silver {
  background-image: url(../images/dais01.png);
}
.top3 ul li.gold {
  background-image: url(../images/dais02.png);
  color: #FFAD31;
}
.top3 ul li.bronze {
  background-image: url(../images/dais03.png);
}

.top3 ul li h3 {
  font-size: 3.7em;
  line-height: 120%;
  color: #FFF;
  font-weight: 700;
}
.top3 ul li.gold h3 {
  color: #FFAD31;
}
.top3 ul li.silver h3 {
  margin-top: 138px;
}
.top3 ul li.bronze h3 {
  margin-top: 199px;
}
.top3 ul li h3::before {
  display: block;
  margin: 0 auto;
  content: "";
  width: 105px;
  height: 124px;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.top3 ul li.silver h3::before {
  background-image: url(../images/medal_silver.png);
}
.top3 ul li.gold h3::before {
  background-image: url(../images/medal_gold.png);
}
.top3 ul li.bronze h3::before {
  background-image: url(../images/medal_bronze.png);
}

.top3 ul li p {
  font-size: 64px;
  font-weight: 700;
  line-height: 90px;
  margin-top: 80px;
}
.top3 ul li.gold p {
  margin-top: 137px;
  color: #FFAD31;
}
.top3 ul li.bronze p {
  margin-top: 50px;
}
.top3 ul li p > span {
  font-weight: 400;
  display: inline-block;
  padding-left: 10px; 
}
.top3 ul li > span {
  line-height: 67px;
  font-size: 48px;
}
.top3 ul li > span > span {
  font-size: 36px;
}




/*-------------- section6 --------------*/

.topUser {
  text-align: center;
  height: 100vh;
  background: rgba(39, 47, 89, 1);
}
.topUser h2 {
  font-size: 48px;
  margin-bottom: 10px;
  line-height: 120%;
  font-weight: 400;
  color: #fff;
  padding-top: 15vh;
}
.topUser > span {
  font-size: 32px;
  line-height: 120%;
  display: block;
  margin-bottom: 5vh;
  color: #fff;
}
.topUser > span > span {
  color: #272F59;
  display: inline-block;
  padding: 2px 8px;
  margin: 0 3px;
  border-radius: 5px;
  background: #F15C2D;
}
.topUser > p {
  color: #FFAD31;
  font-size: 64px;
  font-weight: 700;
  line-height: 74px;
  height: 74px;
  vertical-align: text-bottom;
  margin-bottom: 5px;
}
.topUser > p::before {
  content: "";
  display: inline-block;
  width: 66px;
  height: 74px;
  background: url(../images/crown.png) center center no-repeat;
  vertical-align: text-top;
  margin-right: 16px;
}
.topUser > p > span {
  display: inline-block;
  background: #FFAD31;
  padding: 8px 24px;
  border-radius: 12px;
  color: #272F59;
  font-size: 40px;
  line-height: 46px;
  margin-left: 32px;
  position: relative;
  top: -7px;
}
.topUser > p > span > b {
  font-size: 48px;
  font-weight: 700;
}

.topUser ul {
  display: flex;
  justify-content: space-between;
  width: 80vw;
  margin: 10vh auto 0;
  max-width: 1536px;
}

.topUser ul li.cpt{
  position: relative;
}
.topUser ul li.cpt::before {
  display: inline-block;
  content: "CPT x 1.5 PTS";
  font-weight: 700;
  color: #FFAD31;
  width: 47%;
  left: 0;
  right: 0;
  height: 32px;
  background: url(../images/crown02.png) no-repeat;
  position: absolute;
  top: -32px;
  padding-left: 62px;
  text-align: left;
  line-height: 37px;
  margin: 0 auto;
}
.topUser i {
  display: inline-block;
  width: 66px;
  height: 74px;
  background: url(../images/crown.png) center center no-repeat;
  vertical-align: text-top;
  margin-right: 16px;
  margin-left: 15px;
}





/*-------------- section7 --------------*/

.comingSoon {
  position: relative;
  height: 100vh;
  width: 100vw;
  background: lightgray;
  display: flex;
  padding: 0 10vw;
  align-items: center;
}
.comingSoon::before {
  display: block;
  content: "";
  width: 100vw;
  height: 80vh;
  background: #272F59;
  position: absolute;
  left: 0;
  top: 15vh;
}
.comingSoon::after {
  display: block;
  content: "";
  width: 100vw;
  height: 15vh;
  background: lightgray;
  position: absolute;
  left: 0;
  bottom: 0;
}
.comingSoon > div {
  text-align: center;
  width: 40vw;
  position: relative;
  z-index: 1;
  font-size: 2vw;
}
.comingSoon > div > h2 > img {
  width: 900px;
}
.comingSoon > div > h2 > p {
  font-family: "Be Vietnam Pro", sans-serif;
  color: #fff;
  font-weight: 600;
  font-size: 75px;
}
.comingSoon > div > span {
  color: #91939c;
  font-size: 57px;
  font-weight: 700;
  line-height: 1.5;
}
.comingSoon > div > img {
  height: 33.3vh;
  display: block;
  margin: 0 auto;
}
.comingSoon > div a {
  display: inline-block;
  height: 10.4vh;
  margin-top: 8vh;
}
.comingSoon > div a img {
  height: 100%;
}
.comingSoon > p {
  width: 60vh;
  height: 90vh;
  overflow: hidden;
  text-align: center;
  position: absolute;
  z-index: 1;
  right: 10vw;
  bottom: 0;
}
.comingSoon > p > img {
  width: 100%;
}


 


/* 스크롤 */

#scroll-down-animation {
  position: fixed;
  bottom: 4%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: 50;
}

#scroll-down-animation h4 {
    color: #fff;

    font-weight: 100;
    font-size: 14px;
    margin-top: 8px;
    text-align: center;
    letter-spacing: 0.25em;
    animation: scroll_font 2.2s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
    width: 80px;
}

@keyframes scroll_font {
  0% {
    opacity: 1;
  }
  43% {
    opacity: 0.1;
  }
  85% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
  
}

.mouse {
  margin: 0 auto;
  display: block;
  border-radius: 50px;
  border: 3px solid #fff;
  height: 80px;
  width: 50px;
  position: relative;
}



.move {
  position: absolute;
  background-color: #fff;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  left: 50%;
  transform: translateX(-50%);
  animation: move 2.2s cubic-bezier(0.22, 0.61, 0.36, 1) infinite;
}

@keyframes move {
  0% {
    transform: translate(-50%,10px);
  }
  43% {
    transform: translate(-50%,55px);
  }
  85% {
    transform: translate(-50%,10px);
  }
  100% {
    transform: translate(-50%,10px);
  }
}



