@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

#container { padding-bottom:0px !important; text-align: center;} 
#contents { width:100%; text-align:center; clear:both; position:relative; overflow:hidden; font-family:"MalGun Gothic"; font-size:16px; letter-spacing:-0.5px; line-height:20px; color:#333; } 
.wrap{ width:1000px; max-width:1000px; margin:0 auto;}
.wrap_full{ width:100%; max-width:100%; margin:0 auto;}
.pos_rel{position: relative;}
.mt36{ margin-top:36px;}
.nsu_regular_gate{
    font-family:"Pretendard Variable", Pretendard, sans-serif;
    line-height:1;
    letter-spacing:-0.5px;
}

/* quick_banner */
.nsu_regular_gate .quick_banner { width: 110px; position: fixed; top: 310px; left: 50%; margin-left: 523px; z-index: 10; } 
.nsu_regular_gate .quick_banner img { opacity: 1;} 

/* fixed_academy_list */
.academy_list_position{
    z-index:100;
    left:0;
    right:0;
}

.nsu_regular_gate .fixed_academy_list{ 
    z-index:100;
    left:0;
    right:0;
    bottom:50px;
    width:894px;
    padding:8px 10px;
    margin:0 auto;
    border-radius: 999px;
    background: #FFF;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
    border-radius:30px;
    display: flex;
}
.nsu_regular_gate .fixed_academy_list.fixed{ 
    position: fixed;
    left:0;
    right:0;
    margin:0 auto;
}
.nsu_regular_gate .fixed_academy_list .academy_title { 
    width: 119px;
    height:40px;
    border-radius: 20px;
    background: #1b0f23;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nsu_regular_gate .fixed_academy_list .academy_title span{ 
    display: inline-block;
    font-weight: bold;
    font-size:19px;
    color:#de56ff;
}
.nsu_regular_gate .fixed_academy_list .academy_list { 
    width:100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height:1;
} 
.nsu_regular_gate .fixed_academy_list .academy_list div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: auto;
    flex: 1 1 auto;
    font-size: 20px;
    font-weight: 600;
    color:#020202;
    border-radius:5px;
    height:40px;
    line-height:40px;
    border-radius: 20px;
}
.nsu_regular_gate .fixed_academy_list .academy_list div:hover{
    color:#de56ff;
    font-weight: bold;
 }

.nsu_regular_gate .fixed_academy_list .academy_list div a{
    display: inline-block;
    width:100%;
    height:100%;
    font-family:"Pretendard Variable", Pretendard, sans-serif;
}

.section_top{
    position: relative;
}

/* section_title */
.section_title { 
    position:relative; 
    z-index:1;
    /* height:1947px; */
} 
.section_title .wrap_full { 
    width:100%; 
    margin:0 auto; 
    overflow:hidden;
}
.section_title .act_wrap { 
    position:relative; 
    margin:0 auto; 
    height:829px;
}

.section_title .act_wrap .act_box {
    position: relative;
    left:0;
    right:0;
    margin:0 auto;
    padding-top:214px;
}
.section_title .act_wrap .act_box img{
    display: inline-block;
    position: relative;
}
.section_title .act_wrap .act_box .act02 {
    margin-top:-7px;
}
.section_title .act_wrap .act_box .act03 {
    margin-top:-78px;
}

.section_title .act_wrap div img.line {
    position: absolute;
}
.section_title .act_wrap div img.line1 {
    top:0;
    right: 50%;
    left: auto;
    transform: translateX(50%);
}
.section_title .act_wrap div img.line2 {
    top:0;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}
.section_title .act_wrap div img.line3 {
    top:630px;
    right: 50%;
    left: auto;
    transform: translateX(50%);
}
.section_title .act_wrap div img.line4 {
    top: 595px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
}


/* common */
.nsu_regular_gate .title_wrap{
    padding-top:100px;
    padding-left:4px;
    text-align: left;
}
.nsu_regular_gate .title_wrap div:nth-child(2){
    padding-top:40px;
}

.nsu_regular_gate .section_first .wrap{
    padding-bottom: 100px;
}
.nsu_regular_gate .section_first .title_wrap{
    padding-top:118px;
    /* padding-top:174px; */
}

.nsu_regular_gate .section_first .graph_wrap{
    width:1000px;
    height:611px;
    position: relative;
}
.nsu_regular_gate .section_first .graph_wrap >div{
    position: absolute;
}
.nsu_regular_gate .section_first .graph_wrap >div:nth-child(1){
    left:0;
    top:0;
}
.nsu_regular_gate .section_first .graph_wrap >div:nth-child(2){
    left:auto;
    right:0;
    top:0;
}
.nsu_regular_gate .section_first .graph_wrap >div:nth-child(3){
    left:0;
    top:auto;
    bottom:0;
}
.nsu_regular_gate .section_first .graph_wrap >div:nth-child(4){
    left:auto;
    right:0;
    top:auto;
    bottom:0;
}
.nsu_regular_gate .section_first .graph_wrap >div:nth-child(5){
    left: 0;
    right: 0;
    top:91px;
    animation:rotate 150s ease-out infinite;
}
@keyframes rotate{
    from { opacity: 1.0; transform: rotate(0deg); }
    to { opacity: 1.0; transform: rotate(360deg); }
}
.nsu_regular_gate .section_first .graph_wrap >div.text{
    position: absolute;
    z-index:5;
    left: 0;
    right: 0;
    top: 250px;
}

/* section_scroll */
.nsu_regular_gate .section_scroll{
    background:#a43dff;
}
.nsu_regular_gate .section_scroll .wrap{
    padding-bottom: 100px;
}
.nsu_regular_gate .slider_content {
    position: relative;
    width: 1000px;
    height: 626px;
    background: #ccc;
    border-radius:10px;
    overflow: hidden;
    margin:0 auto;
    margin-top:80px;
}

.nsu_regular_gate .slider_content .tabs {
    position: absolute;
    z-index:10;
    top: 32px;
    left:32px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.nsu_regular_gate .slider_content .tab {
    border-radius: 999px;
    background: #EEE1FD;
    display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    transition: all 0.3s;
    color: #000;
    font-family:"Pretendard Variable", Pretendard, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    line-height: 140%;
    letter-spacing: -0.36px;
    cursor: pointer;
}

.nsu_regular_gate .slider_content .tab:hover,
.nsu_regular_gate .slider_content .tab.active {
    background: #4A1D84;
    color: white;
    font-weight: bold;
}

.nsu_regular_gate .slider_content .swiper-container {
    width: 100%;
    height: 100%;
    margin-top: 113px;
    overflow: hidden;
}
.nsu_regular_gate .slider_content .swiper-slide {
    width: 100%;
    height: 100%; /* Swiper ÄÁÅ×ÀÌ³Ê Å©±â¿¡ ¸ÂÃç¾ß ÇÔ */
    overflow: hidden;
    position: relative;
}
.nsu_regular_gate .slider_content{
    background:#fff;
}
.nsu_regular_gate .slider_content .swiper-pagination {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.nsu_regular_gate .slider_content .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #ede0fa;
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
}

.nsu_regular_gate .slider_content .swiper-pagination-bullet-active {
    background: #491f85;
}


/* section_scroll */
.nsu_regular_gate .section_scroll a{
    position: absolute;
    z-index:5;
    display: inline-block;
    width:130px;
    height:32px;
}
.nsu_regular_gate .section_scroll .link1{ top:1px; left:512px; }
.nsu_regular_gate .section_scroll .link2{ top:1px; left:564px; }
.nsu_regular_gate .section_scroll .link3_1{ top:100px; left:500px;  }
.nsu_regular_gate .section_scroll .link3_2{ top:320px; left:557px; }
.nsu_regular_gate .section_scroll .link4{ top:1px; left:500px; }

/* section_level */
.nsu_regular_gate .section_level{ 
    background: #ecdcff;
}

.nsu_regular_gate .section_level .wrap{ 
    padding-bottom: 100px;
}

.nsu_regular_gate .section_level .step_wrap{
    position: relative;
}
.nsu_regular_gate .section_level .row_box{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nsu_regular_gate .section_level .row_box > div{
    position: relative;
}

.nsu_regular_gate .section_level .gap_box{
    position: absolute;
    z-index:1;
    top:50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nsu_regular_gate .section_level .gap_box img{
    position: relative;
} 
.nsu_regular_gate .section_level .gap_box img:nth-child(1){ 
    left:149px;
}
.nsu_regular_gate .section_level .gap_box img:nth-child(2){ 
    left:288px;
}
.nsu_regular_gate .section_level .gap_box img:nth-child(3){ 
    left:427px;
}
.nsu_regular_gate .section_level .gap_box img:nth-child(4){ 
    left:568px;
}
.nsu_regular_gate .section_level .gap_box > div:last-child::after{ display: none;}


/* section_megapass */
.nsu_regular_gate .section_megapass{
    overflow: hidden;
    position: relative;
    height:467px;
    text-align: left;
}
.nsu_regular_gate .section_megapass .wrap{
    padding-bottom:100px;
}
.nsu_regular_gate .section_megapass .coupon{
    position: absolute;
    z-index:1;
    top:84px;
    left:50%;
    margin-left:267px;
}
.nsu_regular_gate .section_megapass .coin{
    position: absolute;
    z-index:3;
    top:36px;
    left:50%;
    margin-left:120px;
}
.nsu_regular_gate .section_megapass .coin img{
    opacity: 0;
}

.nsu_regular_gate .section_megapass .coin img.aos-animate{
    opacity: 1;
}

/* section_banner */
.nsu_regular_gate .section_banner{ 
    /* height:503px; */

}
.nsu_regular_gate .section_banner .wrap{
    padding:100px 0;
}
.nsu_regular_gate .section_banner > div:nth-child(2){
    margin-top:32px;
}

