@charset "utf-8";

.Mobile{
    display: none;
}
/* -----------SCP 소개----------- */

#contents1 {
    padding: 0 15px;
}
.in-1{
    text-align: center;
}

.in-text1{
    padding-top: 80px;
    font-weight: 700;
    font-size: 3.8em;
    color: #454545;
}

.in-text1-m{
    padding-top: 50px;
    font-weight: 700;
    font-size: 50px;
    color: #454545;
} 

.in-1 span {
    color: #2476fb;
}

.in-text2 {
    font-size: 1.5em;
    color: #959595;
    font-weight: 300;
    padding-bottom: 10px;
}

.play{
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
}

.play iframe{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
}

.in-3 {
    text-align: center;
    padding-top: 120px;
}

.in-3 .bottom-t{
    font-size: 23px;
    padding: 100px 0;
    color: #a9a9a9;
    font-weight: 300;
}

.in-3-m ul{
    display: block;
    overflow: hidden;
}

.in-3-m ul p{
    color: #454545;
    font-weight: 500;
    padding: 20px 0;
    font-size: 25px;
}

.in-3-m .txt-blue{
    color: #427ff6;
}

.in-img{
    padding-top: 50px;
}


/*진행 방식 설명*/
.pro-img-M{display: none;}

.process {
    background-color: #427ff6;
}
.process p{
    padding-top: 90px;
    font-weight: 700;
    font-size: 3.8em;
    color: #fff;
    text-align: center;
}

.pro-img-PC{
    text-align: center;
    margin-top: 40px;
    padding-bottom: 90px
}

/*크리에이터 파트너 레벨 별 혜택*/
.level-M{
    display: none;
}

.level{
    background-color: #f0f6ff;
    text-align: center;
}

.level span{
    color: #2476fb;
}

.level-con{
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
}

.level-1 {
    width: 45%;
    background-color: #fff;
    border-radius: 40px;
    box-shadow: 10px 10px 15px #d5e3ff;
    position: relative;
    padding: 60px 20px 40px;
    font-size: 20px;
    margin: 10px
}

.grade {
    padding: 10px 20px;
    border-radius: 30px;
    width: 25%;
    color: #fff;
    margin: 0 auto;
    position: absolute;
    top: -23px;
    /*left: 205px;*/
    left: 50%;
    transform: translateX(-50%);
    font-weight: 700;
}

.grade-m{
    padding: 3px 21px;
    border-radius: 30px;
    /*width: 80px;*/
    min-width: 80px;
    max-width: 130px;
    width: 25%;
    color: #fff;
    margin: 0 auto;
    font-weight: 500;
    margin-top: 10px;
}

.none {visibility: hidden;}

.grade-txt1{
    color: #757575;
    border-bottom: 1px dotted #9ebdfb;
    border-width: 2px;
    padding: 10px 0 20px 0;
}

.txt-s1 {
    color: #454545;
    font-size: 23px;
    font-weight: 500;
    
}

.grade-txt2{
    padding-top: 20px;
    color: #454545;
    font-size: 23px;
}

.txt-s2{
    color: #427ff6;
    font-size: 25px;
    font-weight: 700;
}

.grade-bottom{
    font-size: 26px;
    font-weight: 500;
    color: #454545;
    padding: 20px 20px 140px 20px;
}

.grade-bottom span{
    color: #427ff6;
    
}

/*크리에이터 신청하기*/

.top {
    margin-bottom: 2rem;
    text-align: center;
}

.bottom {
    background-color: #12213a;
    padding: 130px 0;
}
    

.bottom p{
    color: #fff;
    font-size: 35px;
    font-weight: 700;
}

.creator_apply_btn {
    background-image: linear-gradient(to right, rgba(36,190,255,1), rgba(68,132,255,1));
    border-radius: 100px;
    margin-top: 40px;
    border: none;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    padding: 25px;
    width: 30%;
    transition: all 0.5s;
    cursor: pointer;
}

.creator_apply_btn span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.4s;
    color: #fff;
}

.creator_apply_btn span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
    
}

.creator_apply_btn:hover span {
  padding-right: 25px;
}

.creator_apply_btn:hover span:after {
  opacity: 1;
  right: 0;
}


/* responsive */
@media screen and (max-width: 1280px) {

    .Mobile {
        display: block;
    }

    .area {
        max-width: 100% !important;
        min-width: 100% !important;
    }

    #contents1 {
        padding: 0 20px;
    }

    .in-1 {
        padding: 10px;
    }

    .in-text1 {
        padding-top: 40px;
        font-weight: 700;
        font-size: 60px;
        color: #454545;
    }

    .in-1 span {
        color: #2476fb;
    }

    .in-text2 {
        font-size: 1.5em;
        color: #959595;
        font-weight: 300;
        margin-bottom: 0px;
    }

    .play iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }


    .in-3 {
        text-align: center;
        padding-top: 10px;
    }

    .in-3 .bottom-t {
        padding: 0 30px 60px;
        font-size: 20px;
    }

    .in-3-m ul {
        padding: 30px 30px;
        margin-bottom: 0px;

    }

    .in-3-m ul li {
        padding-top: 30px;
    }


    .PC {
        display: none;
    }

    .process p {
        font-size: 35px;
        padding-top: 60px;
    }

    .pro-img-PC {
        display: none;
    }

    .pro-img-M {
        display: block;
        padding: 30px 20px 80px 20px;
    }

    /*레벨 등급*/
    .level-PC {
        display: none;
    }

    .level-M {
        display: block;
        padding-bottom: 20px;
    }

    .level {
        display: block;
        overflow: hidden;
    }

    .level-1m {
        background-color: #fff;
        border-radius: 40px;
        box-shadow: 10px 10px 15px #d5e3ff;
        position: relative;
        padding: 60px 20px 40px;
        font-size: 20px;
        margin: 15px 20px;
    }

    .grade-bottom {
        font-size: 26px;
    }

    .bottom {
        padding: 100px 30px;
    }


    .bottom p {
        font-size: 33px;
    }

    .creator_apply_btn {
        border-radius: 50px;
        margin-top: 40px;
        font-size: 28px;
        font-weight: 700;
        padding: 25px;
        width: 60%;
    }
}

@media screen and (max-width: 800px) {
    .creator_apply_btn {
        margin-top: 30px;
        font-size: 27px;
        padding: 25px;
        width: 80%;
    }
}

@media screen and (max-width: 600px) {
    .in-3-m ul li img {
        width: 160px;
    }

    .grade-img img {
        width: 70px;
    }

    .in-text1-m {
        font-size: 35px;
    }

    .in-text1 {
        font-size: 28px;
        padding: 80px 30px 10px
    }

    .in-text2 {
        font-size: 16px;
    }

    .level-1m {
        padding: 20px;
        font-size: 16px;
    }

    .txt-s1 {
        font-size: 18px;
    }

    .txt-s2 {
        font-size: 18px;
    }

    .grade-m {
        padding: 3px 5px;
    }

    .grade-txt2 {
        font-size: 18px;
    }

    .grade-bottom {
        font-size: 20px;
    }

    .bottom p {
        font-size: 26px;
    }

    .creator_apply_btn {
        margin-top: 20px;
        font-size: 25px;
        padding: 20px 25px;
        width: 90%;
    }

}

@media screen and (max-width: 500px) {
    .in-text1-m {
        font-size: 30px;
    }

    .in-3-m ul li {
        padding-top: 10px;
        width: 60%;
        margin: 0 auto;
    }

    .in-3-m ul p {
        font-size: 20px;
    }

    .in-3 .bottom-t {
        font-size: 18px;
    }

    .grade-bottom {
        font-size: 19px;
    }

    .bottom {
        padding: 50px 20px;
    }

    .bottom p {
        font-size: 21px;
    }

    .creator_apply_btn {
        font-size: 20px;
        padding: 20px 25px;
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .bottom {
        padding: 50px 10px;
    }

    .creator_apply_btn {
        font-size: 18px;
        padding: 20px 25px;
    }
}
