/* °øÅë */
.join .page .page_header.type-2{
    padding-top: 36px;
}

.join .comment{
    margin-bottom: 36px;
    padding: 20px;
    background: var(--color-gray-2);
    border-radius: 6px;
}
.join .comment li{
    display: flex;
    color: var(--color-gray-7);
    font-size: 12px;
    line-height: 1.5;
}
.join .comment li + li{
    margin-top: 6px;
}
.join .comment li::before{
    content: "-";
    display: block;
    margin-right: 2px;
    color: var(--color-gray-7);
    font-size: 12px;
    line-height: 1.5;
}

/* ÀÌ¿ë¾à°üµ¿ÀÇ (join_agree) */
.join .agree_area{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-3);
}
.join .agree_wrap{}
.join .agree_wrap + .agree_wrap{
    margin-top: 20px;
}
.join .agree_wrap .title{
    margin-bottom: 8px;
    line-height: 1.45;
    font-weight: 500;
}
.join .agree_wrap .content{
    padding: 12px 12px 0 12px;
    width: 100%;
    border: 1px solid var(--color-gray-3);
    border-radius: 6px;
}
.join .agree_wrap .content a{
    text-decoration: underline;
}
.join .agree_wrap .scroll_box{
    padding: 0 4px 0 0;
    max-height: 120px;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.join .agree_wrap .scroll_box::-webkit-scrollbar{
    /* display: none; */
    width: 4px;
}
.join .agree_wrap .scroll_box::-webkit-scrollbar-thumb{
    background-color: var(--color-gray-4);
    border-radius: 10px;
}
.join .agree_wrap .scroll_box::-webkit-scrollbar-track{
    background-color: none;
    border-radius: 10px;
}

.join .agree_wrap .txt_box{
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.5;
    color: var(--color-gray-8);
}
.join .agree_wrap .txt_box h4{
    margin-bottom: 6px;
    line-height: 1.45;
    font-weight: 500;
    color: var(--color-gray-9);
}
.join .agree_wrap .txt_box li + li{
    margin-top: 13px;
}
.ft_small1{
    font-size: 10px;
}

/* È¸¿ø°¡ÀÔ join_info */
.join .page_info .sub_title{
    margin: 36px 0 16px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color-gray-3);
    line-height: 1.45;
    font-weight: 700;
    color: var(--color-gray-10);
}

/* È¸¿ø°¡ÀÔ join_result */
.join .page_result .pic{
    max-width: 140px;
    margin: 0 auto 36px;
}
.join .page_result .txt{
    text-align: center;
    line-height: 1.55;
    color: var(--color-gray-8);
}
.join .page_result .result_box{
    margin-top: 36px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.join .page_result .box-type-square{
    margin-top: 0;
    flex: 1;
    display: flex;
    gap: 8px;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    border: 1px solid var(--color-gray-3);
    border-radius: 6px;
    font-size: 12px;
}
.join .page_result .box-type-square .user_info{
    font-weight: 500;
    word-break: keep-all;
}

/* 14¼¼¹Ì¸¸ ÀÎÁõ ÆäÀÌÁö */
.join_auth{}
.join_auth .auth_box{
    display: flex;
    gap: 10px;
}
.join_auth .link_auth{
    padding: 20px 18px;
    flex: 1;
    text-align: center;
    border: 1px solid var(--color-gray-3);
    border-radius: 6px;
}
.join_auth .link_auth .cont::before{
    content: '';
    display: block;
    margin: 0 auto 12px;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.join_auth .link_auth:nth-of-type(1) .cont::before{
    background-image: url('../../../img/join/auth_phone.png');
}
.join_auth .link_auth:nth-of-type(2) .cont::before{
    background-image: url('../../../img/join/auth_ipin.png');
}
.join_auth .link_auth em{
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    color: var(--color-gray-10);
}
.join_auth .link_auth p{
    font-size: 12px;
    line-height: 1.5;
    color: var(--color-gray-6);
}



@media (min-width: 1025px) {   
    /* °øÅë */
    .join .page .page_header.type-2{
        padding-top: 50px;
    }
    .join .comment{
        margin-bottom: 50px;
        padding: 24px;
    }
    .join .comment li{
        font-size: 14px;
        line-height: 1.55;
    }
    .join .comment li + li{
        margin-top: 8px;
    }
    .join .comment li::before{
        font-size: 14px;
        line-height: 1.55;
    }

    .join .experience_detail {
        padding-top: 50px;
    }
    .join .experience_detail .timer{
        top: 104px;
    
        width: 120px;
        height: 38px;
    
        font-size: 16px;
    } 
    .join .experience_detail .timer::before{
        margin-right: 6px;
    }
    .join .experience_detail .timer span{
        width: 45px;
    }
    .join .experience_detail .page_header{
        padding-top: 20px;
    }
    .join .experience_detail .page_header p{
        font-size: 16px;
        line-height: 1.5;
    } 
    .join .experience_detail .question{
        padding: 30px;
    }
    .join .experience_detail .question + .question{
        margin-top: 20px;
    }
    .join .experience_detail .question .article > * + *{
        margin-top: 20px;
    }
    .join .experience_detail .question .article .title{
        font-size: 16px;
        line-height: 1.4;
    }
    .join .experience_detail .question .article .title::before{
        margin-bottom: 8px;
        
        font-size: 16px;
        line-height: 1.4;
    }
    .join .experience_detail .question .article .description{
        font-size: 16px;
        line-height: 1.5;
    }
    .join .experience_detail .question .article .description.type-2{
        font-size: 18px;
    }
    .join .experience_detail .question .article .description .comment{
        font-size: 14px;
    }
    .join .experience_detail .answer{
        margin-top: 20px;
    }
    .join .experience_detail .answer .input_row{
        margin-top: 16px;
    }
    .join .experience_detail .answer label img{
        height: 120px;
    } 

    /* È¸¿ø°¡ÀÔ ¾à°ü µ¿ÀÇ join_agree */
    .join .agree_area{
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .join .agree_wrap + .agree_wrap{
        margin-top: 30px;
    }
    .join .agree_wrap .title{
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 1.4;
    }
    .join .agree_wrap .content{
        padding: 16px 16px 0 16px;
    }
    .join .agree_wrap .scroll_box{
        max-height: 180px;
        padding: 0 6px 0 0;
    }
    .join .agree_wrap .content.hauto{
        padding: 16px 16px 8px 16px;
        height: auto;
        max-height: 180px;
    }
    .join .agree_wrap .txt_box{
        font-size: 14px;
        line-height: 1.55;
    }
    .join .agree_wrap .txt_box h4{
        margin-bottom: 8px;
        font-size: 16px;
        line-height: 1.4;
    }
    .join .page_agree .input_row{
        margin-top: 14px;
    }
    .join .page_agree .check_box input[type="checkbox"] + label, 
    .join .page_agree .check_box input[type="radio"] + label{
        color: var(--color-gray-9);
    }

    /* È¸¿ø°¡ÀÔ Á¤º¸ÀÔ·Â join_info */    
    .join .page_info .input_wrap + .input_wrap{
        margin-top: 16px;
    }
    .join .page_info .input_box > span{
        font-size: 14px;
    }
    .join .page_info .input_box > span.mr0{
        margin-right: 0;
    }
    .join .page_info .sub_title{
        margin: 50px 0 16px;
        padding-bottom: 14px;
        font-size: 16px;
        line-height: 1.4;
    }

    /* È¸¿ø°¡ÀÔ¿Ï·á join_result */    
    .join .page_result .pic{
        max-width: 186px;
        margin: 0 auto 50px;
    }
    .join .page_result .txt{
        font-size: 16px;
        line-height: 1.5;
    }
    .join .page_result .result_box{
        margin-top: 50px;
    }
    .join .page_result .box-type-square{
        height: 54px;
        line-height: 54px;
        font-size: 14px;
    }
    .join .page_result .box-type-square .user_info{
        font-size: 16px;
    }

    /* 14¼¼¹Ì¸¸ ÀÎÁõ ÆäÀÌÁö */
    .join_auth .link_auth{
        padding: 30px 24px;
    }
    .join_auth .link_auth .cont::before{
        margin: 0 auto 20px;
        width: 80px;
        height: 80px;
    }
    .join_auth .link_auth em{
        margin-bottom: 6px;
        font-size: 18px;
        line-height: 1.45;
    }
    .join_auth .link_auth p{
        font-size: 14px;
        line-height: 1.55;
    }


}