@charset "UTF-8";
html {scroll-behavior: smooth;}
body,html{height:100%;width:100%;margin:0;padding:0;}
div,img,ul,li,p,a,canvas{margin:0; padding:0;}
a,a:link, a:visited, a:hover{text-decoration:none;color:inherit;}



*, *::before, *::after {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a:-webkit-any-link {
    color: white;
    cursor: pointer;

}
#Menu {
width:100%;
position:absolute;
top:0;
left:0;
height:80px;
z-index:50;
background-color:black;
display:flex;
align-items:center;
justify-content: center;

}
.area_logo {width:60px;}
#logoImage {
    box-sizing:content-box;
    width: 180px;
    padding-top: 11px;
    padding-left: 11px;
}
.logo_img{
    /* display:inline-block;
    margin:20px 0 20px 20px;
    width:154px; height:40px;
    background:url("./img/logo-uriverse-whtxt-transback.png") no-repeat;
    background-size:contain; */
    display:inline-block;
    margin:10px 0 10px 10px;
    width:40px; height:40px;
    background:url("./img/logo-uriverse-wh-transback-notxt-256.png") no-repeat;
    background-size:contain;
}

.cyan {color:cyan;}

#bottomPadding {
    padding-bottom: 80px;
}

img,button {border:none;}
img {
padding:4px 0px;
width:100%;
height:auto;
}
.imgHalf {
width:49%;
}


body:lang(ko) {
    font-family: '나눔고딕', 'Nanum Gothic','Noto Sans CJK KR', 'Noto Sans KR', '맑은 고딕','Malgun Gothic', sans-serif;
    font-size: 1em;
    font-weight: 100;
    background-color: black;
    color: white;
    z-index: 1;
    line-height: 1.9;
}
body:lang(en) {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,Roboto,helvetica neue,Arial,sans-serif,apple color emoji,noto color emoji;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1.9;
    color: #757575;
    text-align: left;
    background-color: black;
    color: white;
    z-index: 1;
   
}
.sa_explain:lang(ko) {text-align:left;}
/* .sa_join_detail:lang(ko){text-align:left; line-height:0.8;}  */

.bold{font-family: 'Cinzel', serif; font-weight: 900;font-size: 1.05em;}
.font_bold{font-weight: 900; color:white;}
.font_cinzel{font-family: 'Cinzel', serif; font-weight: 900;}
.font_normal{font-family:sans-serif; font-weight: 400;}
.font_mini{font-size:0.4em; line-height:1.1; padding-top:8px;}
.div_title{ width:calc(100% - 60px);}
.title{width:100%; font-family: 'Cinzel', serif; font-weight: 900; font-size:1.6em; display:flex; align-items:center; justify-content: center;}
.sub_title{font-family: 'Cinzel', serif; font-weight:400; font-size:1.1em;}
.mg_top {margin-top:24px;}
.tit {
    font-size: 2em;
    font-weight: 900;
    padding: 40px 0 20px 0;
    width: 100%;
    height: auto
}
.tit img{
    width:100%; 
    height:auto;
    border:none;
}
.tit:lang(en),.sub-tit:lang(en) {
    font-family: 'Cinzel', serif;
}
.bulletEmphasis {
    font-weight: 900;
}
.bulletEmphasis:lang(en) {
    font-family: 'Cinzel', serif;
    font-size: 1.05em;
    font-weight: 700;
}

.sub-tit{
    font-size:1.8em;
    font-weight: 700;  
    padding:16px 0;
}
.desc{padding:8px 0;}
.nogif{width:100%; height:auto;}

.hidden {display:none; android:visibility="gone"}
.show {display:block; android:visibility="visible"}
.modal-on1{position:fixed; overflow:hidden;}
.centering{text-align:center;}


.main-img {
    width: calc(100%);
    height: calc(100%);
    background: url(./sa-main-images/sa-txt-center.jpg) center center no-repeat;
    background-size: cover;
    min-width: 100%;
}
/* .embed-wrp{
    position: absolute;  
    width:100%;
    top: 50%; left:50%;                         
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align:center;
    
} */
.embed-wrp{
    position: absolute;  
    width:100%;
    top: 50%; left:50%;                         
    transform: translate(-50%, -50%); 
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    text-align:center;
    
}
.embed-top{
    position:absolute;
    width:100%;
    top:80px;
    text-align:center;
    padding-top:24px;
    font-size:1.8em;
}
.embed-btm{

    width:80%;
    min-width: 240px;
    max-width:800px;
    text-align:center;
    padding-top:48px;
    padding-bottom:24px;
    font-size:1.8em;
    margin:0 auto;
    
}
.sa_beta_wrp{
    background-color: rgba(0,0,0,0.8);
    padding:12px 24px;
}
#sa_form{line-height:1.5;}
.sa_form_radio {
    font-size:0.6em; display:flex; justify-content:space-evenly;align-items: center;
    margin: 0.3rem;
}
.radio{line-height:1.0;}
.radio input[type=radio] {
    position: absolute;
    opacity: 0;
  }
.radio input[type=radio] + .radio_label:before {
    content: "";
    background: #f4f4f4;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    position: relative;
    top: -0.2em;
    margin-right: 1em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
  }
  .radio input[type=radio]:checked + .radio_label:before {
    background-color: #3197EE;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
  .radio input[type=radio]:focus + .radio_label:before {
    outline: none;
    border-color: #3197EE;
  }
  
.sa_form_submit_area{width:100%;}
.loader_wrp{width:100%; padding-top:16px;}
#loader {
    border: 6px solid #f3f3f3;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 48px;
    height: 48px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    margin:0 auto;
  }
  
  /* Safari */
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.sa_explain {font-family:sans-serif; font-weight: 400;font-size: 0.8em; line-height:1.5; }
.exp_det{ color:rgba(220,220,220,0.8);}
.sa_join_wrp{padding:40px; margin-top:48px;border:1px solid rgba(255,255,255,0.4);color:rgba(220,220,220,0.8);}
.sa_join{font-family:sans-serif; font-weight: 400;font-size: 0.7em; line-height:1.5; }
.sa_join_desc{font-weight:800; color:white;}
.sa_join_detail {padding-bottom:12px; font-size:0.7em; line-height:1.3;}
.sa_join_form{text-align:center; display:flex; justify-content: center; align-content: center; flex-wrap:wrap; margin-bottom:8px;}
.input_style{border: none; outline:0; font:sans-serif; font-weight:400; font-size:0.6em; padding: 6px 12px;}
.btn_submit{padding: 7px 14px 9px;font:sans-serif; font-weight:400; font-size:0.6em; padding: 6px 12px; background-color:#2B81F7; color:white; min-width:80px;}
.sec_sns {margin-top:16px;}
.material-icons{font-size:48px !important; margin:0 16px;}
.icons{width:48px; height:48px; margin:0 16px;}

.copyright{

    width:100%;

    text-align:center;
    padding-bottom:8px;
    font-size:0.7em;
}
.embed-youtube {
    width: 720px;
    height:405px;
}
@media only screen and (min-width:831px) {
    .slide_wrp{
        height:620px;
    }  
}
@media only screen and (max-width:830px) {
    .slide_wrp{
        height:480px;
    }    
    .embed-youtube {
        width: 420px;
        height: 236px;
    }
    .logo_img{
        display:inline-block;
        margin:10px 0 10px 10px;
        width:40px; height:40px;
        background:url("./img/logo-uriverse-wh-transback-notxt-256.png") no-repeat;
        background-size:contain;
    }
    .bold{font-size:0.9em;}
    .sa_explain{font-size:0.6em;}
    .title{font-size:1.3em; padding-right:40px;}
    .sub_title{font-size:0.7em;}

    .embed-top{top:100px;}
    .sub-tit {
        font-size: 1.5em;
    }
    .sa_join_wrp{padding:26px;}
}
@media only screen and (max-width: 420px) {
    .slide_wrp{
        height:420px;
    }    
    .embed-youtube {
        width: 360px;
        height: 203px;
    }
    .sa_join_wrp{padding:26px;}

}
@media only screen and (max-width: 350px) {
    .slide_wrp{
        height:360px;
    }  
    .embed-youtube {
        width: 300px;
       
        height: 170px;
    }
    .sa_join_wrp{padding:26px;}

}

.embed-logo {
    display: block;
    width: 70%;
    max-width: 800px;
    margin: 0 auto 0;
}
#btn-play{
    display:block;
    width:100px;
    margin:40px auto 0;
    opacity:0.8;
}
#btn-play:hover{
    opacity:1;
}

.body-wrp{
    width:100%;
    max-width:680px;
    padding:0px 8px;
    
}
.body_wrp{
    margin:60px auto;
    width:100%;
    max-width:1040px;
    padding: 16px 24px;
    line-height:1.45;
    color:#e0e0e0;


}
.body_wrp p{margin-top:1em;}
.body_wrp ul{list-style-type:disc; margin-left:2em;}
#pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    z-index: 999;
}
.inner-pop {
    width: 720px;
    height: 405px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.iframe-video {
    /*width:100%;
    height:100%;*/
    width: 720px;
    height: 405px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
@media only screen and (max-width:720px) {
    .iframe-video, .inner-pop {
        width: 560px;
        height: 315px;
    }

}
@media only screen and (max-width: 560px) {
    .iframe-video, .inner-pop {
        width: 360px;
        height: 203px;
    }
}


#btn-close {
    position: absolute;
    width: 48px;
    height: 48px;
    right: 0;
    top: -48px;
    background-color: black;
    /* background-image: url(./img/close.png); */
    /* background-size: 40px 40px; */
    padding: 0;
}

.bullp {
    padding: 10px 0 0 30px;
}

    .bullp li {
        padding: 4px 0;
    }

.i-platf {
    width: 80px;
    height: 80px;
    margin: 16px 8px 8px 8px;
    padding: 0px;
}



/*slide*/
#slide1, #slide2 {
    width: 100%;
    height: 100%;
    background-size: cover;
}

/* .slide_wrp {
    width: 100%;
    height: 100%;
    min-height:460px;
    position: relative;
    overflow: hidden;
} */
.slide_wrp {

    width:100%;
    max-width:1020px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
}

    .slide_wrp .slides {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 0;
        list-style: none;
    }

.slide_imgs {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    transition: left 1s;
    -webkit-transition: left 1s;
}
#slide_i0 {
    background: url(./img/main0.jpeg) center no-repeat;
    background-size: cover;
}


#slide_i1 {
    background: url(./img/main1.jpeg) center no-repeat;
    background-size: cover;
}

#slide_i2 {
    background: url(./img/main2.jpeg) center no-repeat;
    background-size: cover;
}

#slide_i3 {
    background: url(./img/main3.jpeg) center no-repeat;
    background-size: cover;
}

#slide_i4 {
    background: url(./img/main4.jpeg) center no-repeat;
    background-size: cover;
}

.hideSlide {
    left: -100%;
}

.willShowSlide {
    left: 100%;
}

.showSlide {
    left: 0;
}
#fb {
    width: 100%;
    max-width: 300px;
}
 #discord, #navercafe {
    width: 100%;
    max-width: 320px;
}

#youtube {
    width: 100%;
    max-width: 290px;
}

