@charset "utf-8";

.contents_wrap{
    background-color: #f8f8f8;
    padding-bottom: 1px;
}

.application{
    background-color: #fff;
    border: 1px solid #bfbfbf;
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 100px;
}

.application input {
    width: 100%;
    height: 40px;
}

/* 텍스트 */
.app-top {
    font-size: 30px; /* 23.10.04 수정*/
    font-weight: 600;
    padding-top: 80px;
    color: #232323;
    display: flex;
    justify-content: center;

}

.app-top span{
    font-size: 40px; /* 23.10.04 수정*/
    color: #232323;
    align-items: center;
    vertical-align: middle;
    padding-bottom: 5px
}

.app-t1{
    padding-top: 10px;
    font-size: 19px; /* 23.10.04 수정*/
    font-weight: 500;
    color: #454545;
}

.app-t2{
    font-size: 19px; /* 23.10.04 수정*/
    font-weight: 500;
    color: #454545;
    padding-top: 10px
}

.app-t3 {
    font-size: 15px; /* 23.10.04 수정*/
    font-weight: 400;
    color: #757575;
    padding-top: 10px;
}

.app-t4 {
    font-size: 14px;
    font-weight: 400;
    color: #908989;
    padding-top: 5px;
}

.col-red{
    color: #ff3b3b;
}

/* 인풋 */
.app-checkbox input{
    display: none;
}

.checkbox input + label{
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 30px;
}

/* 23.10.04 수정*/
.checkbox input + label:before {
    content: '';
    width: 20px; /* 23.10.04 수정*/
    height: 20px; /* 23.10.04 수정*/
    position: absolute;
    top: 0px;
    left: 0;
    background: url(http://appdata.hungryapp.co.kr/images/scp/checkbox_off20.png);/* 23.10.04 이미지 변경 */
}

.checkbox input:checked + label:before {
    content: '';
    width: 20px; /* 23.10.04 수정*/
    height: 20px; /* 23.10.04 수정*/
    top: 0px;
    left: 0;
    background: url(http://appdata.hungryapp.co.kr/images/scp/checkbox_on20.png);/* 23.10.04 이미지 변경 */
}

.app-chk p {
    font-size: 16px; /* 23.10.04 수정*/
    color: #757575;

}

.app-chk.checkbox {
    margin: auto;
}

.app-checkbox ul{
    display: block;
    margin: 15px 0;
}

.app-checkbox ul li {
    padding: 10px;
}


/* 활동 채널 버튼 */
.chn-btn{
    display: flex;
    justify-content: flex-start;
    margin-top: 15px;

}
.chn-btn span{
    padding-left: 10px;
}
.chn-btn button{
    padding: 15px;
    width:100%;
    background-color: #fff;
    border: 1px solid #dfdfdf;
    font-size: 16px; /* 23.10.04 수정*/
    color: #454545;
    display: flex;
    justify-content: center;
    align-items: center;
}

.chn-btn .chn-button:hover {
    background-color: #f0f6ff;
    border: 1px solid #2476fb;
    color: #454545;
}

.chn-button img {width: 25px;} /* 23.10.04 추가 */

/* 기타 채널 select */
.chn-select select{
    width: 100%;
    margin: 10px 0 20px 0;
    background: url(http://appdata.hungryapp.co.kr/images/scp/arrow.png)no-repeat 98% 50%;
}


/* 활동할 후원코드 input */
.sup-code input{
    margin-top: 10px;
    width: 100%;
}

/* 동의 checkbox */
.app-5{
    margin-top: 60px;
}
.text-wrap1 p{
    color: #454545;
    font-size: 18px; /* 23.10.04 수정*/
    font-weight: 500;
}

.text-wrap1 span{
    color: #427ff6;
    text-decoration-line: underline;
}

.agree-t {
    color: #757575;
    margin-top: 15px;
    font-size: 16px; /* 23.10.04 추가*/
}

.agree-t span{
    color: #427ff6;
    text-decoration-line: underline;
    font-weight: 500;
}

/* 크리에이터 신청하기 버튼 */
.bottom-btn button{
    width: 100%;
    background-color: #427ff6;
    height: 60px;
    border: none;
    display: flex;
    justify-content: center;
    align-items:center;
    font-size: 16px; /* 23.10.04 수정*/
    color: #fff;
    font-weight: 500;
    margin: 35px 0;
    cursor: pointer;
}

/* 추가 css */
.more_wrap {
    display: none;
    padding: 1rem 0;
}
.app-textarea {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.6rem;
}
.app-textarea:focus {
    outline: 1px solid #3e84fb;
}

/* 게임 서비스 동의 */
.share_wrap {
    background-color: #fbfbfb;
    padding: 2rem;
    border: 1px solid #ddd;
}
.share_name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #000;
}
.app-checkbox .share_txt > p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    color: #808080;
}
.app-checkbox .share_wrap > ul li {
    padding: 4px;
}


/* 필수 플랫폼 */
.find_platform_wrap {
    display: none;
    padding: 2rem 0;
    gap: 1rem;
    margin-bottom: 1rem;
}

.find_platform_form {
    width: 50%;
}

#main_platform_name {
    font-size: 2rem;
}

.find_platform_form button {
    width: 100%;
    margin-top: 1rem;
    border: none;
    padding: 1.4rem;
    background: #427ff6;
    color: #fff;
    font-size: 1.5rem;
}

.find_platform_result {
    width: 50%;
    display: flex;
    padding: 2rem;
    border: 1px solid #ddd;
    gap: 1rem;
}

button.certified {
    background-color: #757575;
}

#thumbnails {
    border-radius: 80px;
    overflow: hidden;
}

#thumbnails img {
    width: 160px;
    height: 160px;
}

.find_platform_result_form {
    display: flex;
    flex-flow: column;
    justify-content: center;
    gap: 1rem;
    flex-grow: 1;
}

#name {
    font-weight: bold;
    font-size: 1.8rem;
}


/* 추가 플랫폼 */
.sub_platform_url_wrap {
    margin-bottom: 0.5rem;
    display: flex;
    align-items: stretch;
}

.sub_platform_name {
    width: 80px;
    align-self: center;
}

.chn-button.select_btn {
    background-color: #f0f6ff;
    border: 1px solid #2476fb;
    color: #454545;
}

button.del_btn {
    border: none;
    background: none;
}

/* responsive */
@media screen and (max-width: 1280px) {
    .area{
        max-width: 100% ! important;
        min-width: auto ! important;
    }

    .application{
        margin: 30px 20px;
    }

    /* 23.10.04 반응형 추가 - 여기서 부터 */
    .app-top {
        font-size: 25px;
    }

    .app-top span{
        font-size: 32px;
    }
    .app-t1{
        font-size: 16px;
    }

    .app-chk p{
        font-size: 15px;
    }

    .app-t2{
        font-size: 16px;
    }

    .app-t3{
        font-size: 14px;
    }

    .text-wrap1 p {
        font-size: 16px;
    }

    .agree-t{
        font-size: 15px;
    }

    /* 23.10.04 반응형 추가 - 여기까지 */
}

/* 23.10.04 삭제

@media screen and (max-width: 790px) {


    .app-top{
        font-size: 35px;
    }

    .app-top span{
        font-size: 40px;
    }
}

*/

@media screen and (max-width: 500px) {
    /* max-width 550-> 500으로 수정 */
    .app-top {
        font-size: 21px; /* 23.10.04 수정*/
    }

    .app-top span {
        font-size: 25px; /* 23.10.04 수정*/
    }

    /* 23.10.04 삭제
    .text-wrap{
        font-size: 18px;
    }

    .app-chk p{
        font-size: 17px
    }
    .app-t1{
        font-size: 20px;
    }

    .app-t2{
        font-size: 19px;
    }

    .app-t3{
        font-size: 15px;
    }

    .text-wrap1 p{
        font-size: 19px;
    }

    .chn-btn button{
        font-size: 18px
    }

    .chn-btn img{
        width: 22px
    }
}

@media screen and (max-width: 450px) {
    .app-top{
        font-size: 25px;
    }

    .app-top span{
        font-size: 30px;
    }
}
@media screen and (max-width: 400px) {
    .app-top{
        font-size: 23px;
    }

    .app-top span{
        font-size: 28px;
    }

    .chn-btn button{
        font-size: 17px
    }

    .chn-btn img{
        width: 20px;
    }

    .agree-t{
        font-size: 15px;
    }

    .bottom-btn button {
        font-size: 19px;
    }
}
 */
}




.app-back {
    display: none;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 99999999;
    margin: 0 auto;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    position: fixed;
}

.app-pop-wrap{
    position: relative;
    width: 900px;
    margin: 0 auto;
    margin-top: 180px;
    margin-bottom: 180px;
    z-index: 9999;
    background-color: #fff;
    padding: 30px;
}

.app-pop-top p{
    font-size: 32px;
    font-weight: 600;
    color: #232323;
    text-align: center;
}

.close{
    position: absolute;
    top: 27px;
    right: 10px;
}

.close span{
    font-size: 50px;
    color: #232323;
}

.app-pop-select{
    margin-top: 30px;
}

.app-pop-con{
    padding: 20px;
    background-color: #f7f7f7;
    margin:20px 0 30px;
    color: #232323;
    font-size: 17px;
    font-weight: 500;
    height: 400px;
    overflow-y: scroll;
    display: block;
}

.app-pop-block {
    margin-bottom: 1rem;
}

.app-pop-title {
    font-size: large;
}

.app-pop-contents {
    padding: 1rem;
    color: #575757;
}

.scroll {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.scroll::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.app-pop-aree{
    font-size: 18px;
    font-weight: 500;
}

.col-red{
    color: #ff3b3b;
}

.app-pop-btn button{
    width: 100%;
    border: none;
    color: #fff;
    background-color: #232323;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
    cursor: pointer;
}



/* 후원하기 팝업 */
.app-pop-wrap.support_wrap {
    width: 35%;
    min-width: 390px;
    margin-top: 55px;
}

.app-pop-alert {
    margin-top: 1rem;
    text-align: center;
}

.app-pop-alert .app-pop-con {
    height: inherit;
    overflow-y: auto;
}

#is_support_message,
#is_new_support_message {
    font-size: medium;
    color: #2a88bd;
    font-weight: bold;
    display: inline-block;
}

.app-pop-con-wrap{
    text-align: center;
    padding: 20px 0;
    margin:20px 0 30px;
    color: #232323;
    font-size: 17px;
    font-weight: 500;
    display: block;
}

.support_wrap .app-pop-aree {
    font-size: medium;
}

.exchange_role_btn {
    border: none;
    background-color: inherit;
    font-size: 1.3rem;
    color:#757575;
    display: inline-flex;
    vertical-align: middle;
}
.material-symbols-outlined {
    font-variation-settings:
            'FILL' 0,
            'wght' 400,
            'GRAD' 0,
            'opsz' 24
}

/* responsive */
@media screen and (max-width: 1280px) {
    .app-pop-wrap{
        width: 70%;
        margin-top: 100px;
    }


    .exchange_role_btn:hover .exchange_role_txt {
        display: block;
    }
    .exchange_role_txt {
        display: none;
        position: absolute;
        background-color: #ccc;
        padding: 0.4rem;
        border-radius: 0.5rem;
        transform: translateY(85%);
    }

}

@media screen and (max-width: 900px) {
    .find_platform_wrap {
        flex-flow: column;
    }

    .find_platform_form,
    .find_platform_result {
        width: 100%;
    }

}

@media screen and (max-width: 750px) {
    .app-pop-top p{
        font-size: 25px;
    }

    .close{
        top: 26px;
        right: 10px;
    }

    .close span{
        font-size: 43px;
    }
    .app-pop-con{
        font-size: 16px;
        margin: 20px 0 15px;
        height: 250px
    }
    .app-pop-aree{
        font-size: 16px;
    }
}

@media screen and (max-width: 550px) {
    .app-pop-wrap{
        padding: 20px;
    }

    .app-pop-top p{
        font-size: 22px;
    }

    .close{
        top: 20px;
        right: 10px;
    }

    .close span{
        font-size: 36px;
    }

    .app-pop-btn button{
        font-size: 17px;
        padding: 15px;
    }
}

@media screen and (max-width: 450px) {
    .close span{
        font-size: 38px;
    }
    .app-pop-con{
        font-size: 15px;
        margin: 20px 0 15px;
    }
    .app-pop-aree{
        font-size: 15px;
    }


}

@media screen and (max-width: 420px) {
    .app-pop-con{
        font-size: 16px;
        margin: 20px 0 15px;
        height: 190px
    }

    .close span{
        font-size: 35px;
    }
    .app-pop-con{
        font-size: 14px;
        margin: 20px 0 15px;
    }
    .app-pop-aree{
        font-size: 14px;
    }

    .app-pop-btn button{
        margin-top: 25px;

    }

    .app-pop-select{
        margin-top: 15px;
        font-size: 15px;
    }
    .app-pop-select select{
        width: 160px;
    }
}

@media screen and (max-width: 355px) {
    .app-pop-top p{
        font-size: 21px;
    }


    .close span{
        font-size: 36px;
    }

}
