@charset "UTF-8";
/* display on/off */

.pc_content{
    display: block;
}
.pc_content2{
    display: flex;
}
.mobile_content{
    display: none;
}
.mobile_content2{
    display: none;
}

/* 조편성 보기 */
.team_container{
    display: none;
}
.match_container{
    display: none;
}
.team_open_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}
.team_open, .team_open2{
    display: block;
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
}
.match_open{
    display: block;
    width: 220px;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px;
    font-size: 24px;
    font-weight: 500;
}
.team_Wrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.teamImgWrap{
    position: relative;
}
.teamClose{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}


.match_Wrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.matchImgWrap{
    position: relative;
}
.matchClose{
    width: 53px;
    height: 53px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 999;
}



/* 메인페이지 공통 */
.main_bg_wrap{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;    
}
.main_bg_wrap img{
    width: 100%;
    height: 100%;
}
.main_bg_wrap2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;   
    background: url("/web/images/main/main_bg.jpg") no-repeat; 
    background-size: cover;
}
.main_wrap {
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    padding: 35px 0 60px 102px;
    box-sizing: border-box;
    /* background: url("/web/images/main/main_bg.jpg") no-repeat;
    background-size: cover; */
    position: relative;
}
.poster{
    
    width:804px;
    /* height: 800px; */
    background: rgba(255, 255, 255, 0.2);
    padding: 3%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}
.basketM{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 30%);
    z-index: 0;
}
.main_tit img{
    display: block;
    width: 100%;
}
.main_tit{
    display: flex;
    align-items: center;
    width: 100%;
    padding:0 0 30px ;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.main_tit h1{
    display: inline;
    font-size: 24px;
    font-weight: 600;
    color: #FFD500;
    
}
.main_tit a{
    display: inline;
    font-size: 24px;
    font-weight: 600;
    
    
}
.s_tit{
    font-size: 24px;
    font-weight: 600;
    color: #FFD500;
    box-sizing: border-box;
    padding-bottom: 17px;
    position: relative;
    z-index: 1;
    
}
.a_tit{
    font-size: 24px;
    font-weight: 600;
    color: #0066ff;
    box-sizing: border-box;
    padding-bottom: 17px;
    position: relative;
    z-index: 1;
    align-items:center;
    
}
.con{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.con_tit{
    font-size: 18px;
    font-weight: 500;
    color: #FFD500;
    vertical-align: baseline;
    padding-right: 22px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.con_p{
    font-size: 18px;
    font-weight: 400;
    color: rgb(255, 255, 255);
    position: relative;
    z-index: 1;
}
.con_p2{
    width: 44%;
    display: block;
    position: relative;
    z-index: 1;
}
 
.line_x{
    width: 100%;
    height: 1px;
    background: #FFD500;
    margin: 0 auto 20px;
    position: relative;
    z-index: 1;
}
.spon_container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sponserWrap{
    width: 80%;
    box-sizing: border-box;
    padding: 0px 0 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sponserWrap h3{
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.sponserWrap a{
    display: block;
    width: 70%;
}
.sponserWrap a img{
    width: 100%;
}
.sponserWrap2{
    width: 30%;
    box-sizing: border-box;
    padding: 0px 0 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sponserWrap2 h3{
    display: block;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
.sponserWrap2 a{
    display: block;
    width: 80%;
}
.sponserWrap2 a img{
    width: 100%;
}
.openForm{
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.applyBtn{
    display: block;
    width: 41.417%;
    text-align: center;
    padding: 20px 0;
    background: #FFD500;
    color: #3E3E3D;
    font-size: 28px;
    font-weight: 600;
    border: 1px solid #707070;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}



.basketball{
    display: inline-block;
    position: fixed;
    right: 510px;
    bottom: 88px;
}
.basketball img{
    display: block;
    position: relative;
    z-index: 1;
}
.mainFont{
    display: inline-block;
    position: fixed;
    right: 43px;
    bottom: 280px;
}

/* 가입폼 */

.formWrap{
    width: 100%;
    /* height: 100vh; */
    height: 980px;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
form{
    width: 56.25%;
    position: fixed;
    height: 740px;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 15%);
}
.formCon{
    width: 100%;
    height: 740px;
    overflow-x: scroll;
    padding: 10px 137px 10px;
    box-sizing: border-box;
    background: #fff;   
    position: relative; 
}
.formClose{
    width: 32px;
    height: 32px;
    position: fixed;
    right: 30px;
    top: 20px;
    cursor: pointer;
}
.formCon h2{
    font-size: 32px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 45px;
    box-sizing: border-box;
}
.apply_table tr{border: 1px solid #ccc;}
.teamName{width: 233.5px;padding: 25px;font-size:16px;font-weight: 400;vertical-align: top;border: 1px solid #ccc;text-align: center;background: #FFD500;color: #111;box-sizing: border-box;}
.apply_table td{color:#666;font-size: 15px; font-weight: 400;padding: 7px;vertical-align: top;box-sizing: border-box;}
.apply_table input, .apply_table select{border:1px solid #ddd;font-size: 15px; font-weight: 400;padding: 7px;}
.detail_wrap select{color:#666;}
table.apply_table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 1.5;
    background: #fff;
}
.table_div{
    display: block;
    width: 100%;
    border-top: 3px solid #707070;
    box-sizing: border-box;
    padding-bottom: 18px;
}
.teamWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.required{
    font-size: 10px;
    font-weight: 400;
    color: #D14848;
    vertical-align: baseline;
    padding-top: 5px;
    box-sizing: border-box;
}
.apply_table2{
    width: 100%;
}
.apply_table2 tr{width:100%;border: 1px solid #ccc;}
.apply_table2 td{color:#666; font-size: 15px; font-weight: 400;padding: 7px;vertical-align: top;box-sizing: border-box;border:1px solid #ddd;}
.apply_table2 input, .apply_table2 select{border:1px solid #ddd;font-size: 15px; font-weight: 400;padding: 7px;}
.nameHead{width: 233.5px;padding: 25px;font-size:16px;font-weight: 400;vertical-align: top;border: 1px solid #ccc;text-align: center;background: #FFD500;color: #111;box-sizing: border-box;}
.birthHead{width: 248px;padding: 25px;font-size:16px;font-weight: 400;vertical-align: top;border: 1px solid #ccc;text-align: center;background: #FFD500;color: #111;box-sizing: border-box;}
.callHead{width: 322px;padding: 25px;font-size:16px;font-weight: 400;vertical-align: top;border: 1px solid #ccc;text-align: center;background: #FFD500;color: #111;box-sizing: border-box;}
.name, .bitrhday{
    width: 93%;
}
#callSelect{
    color: #666;
}
.call{
    width: 71px;
}




input{
    text-overflow: ellipsis;
}

.infoWrap{
    box-sizing: border-box;
    padding: 10px 0 0 0;
}

.infoWrap h5{
    font-size: 18px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 5px 0 10px;
}
.infoWrap p{
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400;
    color: #111;
}

.infoPhotoAgreeWrap, .infoPersonalAgreeWrap{
    box-sizing: border-box;
    padding: 25px 0 0 0;
}
.infoPhotoAgreeWrap label, .infoPersonalAgreeWrap label{
    font-size:16px;
    font-weight: 500;
    color: #111;

}
.infoPhotoAgreeWrap label span, .infoPersonalAgreeWrap label span{
    color: #FF0000;
}
.PhotoAgreeWrite, .PersonalAgree{
    width: 100%;
    height: 100px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 12px;
    line-height: 1.4;
    font-size: 12px;
    font-weight: 400;
    color: #000;
    overflow-y: scroll;
}
#submitBtn{
    width: 168px;
    padding: 14px 0;
    color: #fff;
    background: #404040;
    border: 1px solid #707070;
    display: block;
    margin: 0px auto 0;
    cursor: pointer;
}
.infoWrap span{
    color: #FF0000;
    vertical-align: baseline;
    font-weight: 500;
}
.teamImgWrap {
    width: 60%;
}
.teamImgWrap img:nth-child(1){
    width: 100%;
}




@media screen and (max-width:1199px) and (min-width:300px){

    /* //display on/off// */
    .pc_content{
        display: none;
    }
    .pc_content2{
        display: none;
    }
    .mobile_content{
        display: block;
    }
    .mobile_content2{
        display: flex;
    }


    
/* 조편성 보기 */
.team_container{
    display: none;
}
.team_open_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-bottom: 40px;
}
.team_open, .team_open2{
    display: block;
    width: 48%;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
}
.team_Wrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.teamImgWrap{
    position: relative;
    width: 90%;
    left: 50%;
    top: 0;
    transform: translate(-55%, 10%);
}
.teamImgWrap img:nth-of-type(1){
    width: 100%;
    display: block;
}
.teamClose{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
/* 대진표 보기 */
.match_container{
    display: none;
}
.match_open{
    display: block;
    width: 28%;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 20px 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
}
.match_Wrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.matchImgWrap{
    position: relative;
    width: 90%;
    left: 50%;
    top: 0;
    transform: translate(-55%, 10%);
}
.matchImgWrap img:nth-of-type(1){
    width: 100%;
    display: block;
}
.matchClose{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}




/* 메인페이지 공통 */
.main_bg_wrap{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;    
}
.main_bg_wrap img{
    width: 100%;
    height: 100%;
}
.main_wrap {
    margin: 0 auto;
    width: 100%;
    height: auto;
    padding: 5%;
    box-sizing: border-box;
    /* background: url("/web/images/main/main_bg.jpg") no-repeat;
    background-size: cover; */
    position: relative;
}
.poster{
    width: 90%;
    height: auto;
    background: rgba(255, 255, 255, 0.2);
    padding: 5%;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}
.basketM{
    position: absolute;
    display: inline-block;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 30%);
    z-index: 0;
}
.main_tit{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0 55px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.main_tit img{
    display: block;
    width: 100%;
}
.s_tit{
    font-size: 35px;
    font-weight: 600;
    color: #FFD500;
    box-sizing: border-box;
    padding-bottom: 20px;
    position: relative;
    z-index: 1;
}
.con{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.con_tit{
    font-size: 26px;
    font-weight: 500;
    color: #FFD500;
    vertical-align: baseline;
    padding-right: 22px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}
.con_p{
    font-size: 23px;
    line-height: 1.4;
    font-weight: 400;
    color: #dedede;
    position: relative;
    z-index: 1;
}
.con_p2{
    width: 100%;
    position: relative;
    z-index: 1;
}
.con_pspan1{
    display: block;
    margin-left: 120px;
}
.line_x{
    width: 100%;
    height: 1px;
    background: #FFD500;
    margin: 0 auto 33px;
    position: relative;
    z-index: 1;
}
.spon_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}
.sponserWrap{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 61px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sponserWrap h3{
    font-size: 31px;
    font-weight: 400;
    color: #fff;
}
.sponserWrap a{
    width: 65%;
    display: block;
}
.sponserWrap a img{
    width: 100%;
}

.sponserWrap2{
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0px 0 61px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.sponserWrap2 h3{
    font-size: 26px;
    font-weight: 400;
    color: #fff;
}
.sponserWrap2 a{
    width: 30%;
    display: block;
}
.sponserWrap2 a img{
    width: 100%;
}
.openForm{
    display: block;
    width: 100%;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.applyBtn{
    display: block;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    background: #FFD500;
    color: #3E3E3D;
    font-size: 28px;
    font-weight: 600;
    border: 1px solid #707070;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}



.basketball{
    display: none;
    position: fixed;
    right: 510px;
    bottom: 88px;
}
.basketball img{
    display: none;
    position: relative;
    z-index: 1;
}
.mainFont{
    display: none;
    position: fixed;
    right: 43px;
    bottom: 280px;
}

/* 가입폼 */

.formWrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
    display: none;
}
form{
    width: 90%;
    position: fixed;
    height: 740px;
    left: 50%;
    top: 0%;
    transform: translate(-50%, 5%);
}
.formCon{
    width: 100%;
    height: 90vh;
    overflow-x: auto;
    padding: 5%;
    box-sizing: border-box;
    background: #fff;   
    position: relative; 
}
.formClose{
    width: 32px;
    height: 32px;
    position: fixed;
    right: 30px;
    top: 20px;
    cursor: pointer;
}
.formClose img{
    width: 100%;
}
.formCon h2{
    font-size: 42px;
    font-weight: 500;
    color: #000;
    text-align: center;
    padding-bottom: 45px;
    box-sizing: border-box;
}
.apply_table tr{border: 1px solid #ccc;}
.teamName{width: 40%;padding: 25px;font-size:24px;font-weight: 400;vertical-align: top;border: 1px solid #ccc;text-align: center;background: #FFD500;color: #111;box-sizing: border-box;}
.apply_table td{color:#666;font-size: 15px; font-weight: 400;padding: 10px;vertical-align: top;box-sizing: border-box;}
.apply_table input, .apply_table select{border:1px solid #ddd;font-size: 22px; font-weight: 400;padding: 10px;}
.detail_wrap select{color:#666;}
table.apply_table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    line-height: 0.5;
    background: #fff;
}
.table_div{
    display: block;
    width: 100%;
    border-top: 3px solid #707070;
    box-sizing: border-box;
    padding-bottom: 18px;
}
.teamWrap{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.required{
    font-size: 20px;
    font-weight: 400;
    color: #D14848;
    vertical-align: baseline;
    padding-top: 5px;
    box-sizing: border-box;
}
.apply_table2{
    width: 100%;
}
.apply_table2 tr{width:100%;border: 1px solid #ccc;}
.apply_table2 td{color:#666; font-size: 15px; font-weight: 400;padding: 7px;vertical-align: top;box-sizing: border-box;border:1px solid #ddd;}
.apply_table2 input, .apply_table2 select{border:1px solid #ddd;font-size: 20px; font-weight: 400;padding: 15px;box-sizing: border-box;}
.nameHead{width: 25%;padding: 50px 47px;font-size:24px;font-weight: 400;vertical-align: top;border: 1px solid #ccc;text-align: center;background: #FFD500;color: #111;box-sizing: border-box;}
.birthHead{width: 30%;padding: 50px 47px;font-size:24px;font-weight: 400;vertical-align: top;border: 1px solid #ccc;text-align: center;background: #FFD500;color: #111;box-sizing: border-box;}
.callHead{width: 45%;padding: 50px 47px;font-size:24px;font-weight: 400;vertical-align: top;border: 1px solid #ccc;text-align: center;background: #FFD500;color: #111;box-sizing: border-box;}
.name, .bitrhday{
    width: 93%;
}
#callSelect{
    color: #666;
}
.call{
    width: 27%;
}




input{
    text-overflow: ellipsis;
}

.infoWrap{
    box-sizing: border-box;
    padding: 10px 0 0 0;
}

.infoWrap h5{
    font-size: 24px;
    font-weight: 500;
    box-sizing: border-box;
    padding: 5px 0 10px;
}
.infoWrap p{
    line-height: 1.4;
    font-size: 20px;
    font-weight: 400;
    color: #111;
}

.infoPhotoAgreeWrap, .infoPersonalAgreeWrap{
    box-sizing: border-box;
    padding: 2px 0 0 0;
}
.infoPhotoAgreeWrap label, .infoPersonalAgreeWrap label{
    font-size:20px;
    font-weight: 500;
    color: #111;

}
.infoPhotoAgreeWrap label span, .infoPersonalAgreeWrap label span{
    color: #FF0000;
}
.PhotoAgreeWrite, .PersonalAgree{
    width: 100%;
    height: 100px;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 12px;
    line-height: 1.4;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    overflow-y: scroll;
}
#submitBtn{
    width: 40%;
    padding: 14px 0;
    color: #fff;
    font-size: 24px;
    background: #404040;
    border: 1px solid #707070;
    display: block;
    margin: 42px auto 0;
    cursor: pointer;
}











}










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

/* 조편성 보기 */
.team_container{
    display: none;
}
.team_open_wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
    margin-bottom: 20px;
}
.team_open, .team_open2{
    width: 1000%;
    display: block;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 2.5px;
    font-size: 10px;
    font-weight: 500;
}
.team_Wrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: block;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.teamImgWrap{
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 90%;
}
.teamImgWrap img:nth-of-type(1){
    width: 100%;
}
.teamClose{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 15px;
}


/* 대진표 보기 */
.match_container{
    display: none;
}
.match_open{
    width: 31%;
    display: block;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
    border-radius: 2.5px;
    font-size: 10px;
    font-weight: 500;
}
.match_Wrap{
    width: 100%;
    height: 100vh;
    position: fixed;
    display: block;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
}
.matchImgWrap{
    position: relative;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 10%);
    width: 90%;
}
.matchImgWrap img:nth-of-type(1){
    width: 100%;
}
.matchClose{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
    width: 15px;
}


.poster{
    padding: 5%;
    width: 90%;
}
.basketM{
    width: 100%;
}
.basketM img{
    width: 100%;
}
.main_tit{
    padding:10px 0 27.5px 0;
}
.main_tit img{
    display: block;
    width: 100%;
}
.s_tit{
    font-size: 17.5px;
    padding-bottom: 10px;
}
.con{
    gap: 10px;
    padding-bottom: 10px;
}
.con_tit{
    font-size: 13px;
    padding-right: 11px;
}
.con_p{
    font-size: 11px;
    line-height: 1.4;
}
.con_pspan1{
    display: block;
    margin-left: 60px;
}
.line_x{
    margin: 0 auto 16.5px;
}
.spon_container{
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.sponserWrap{
    box-sizing: border-box;
    padding: 30px 0 27.5px;
}
.sponserWrap h3{
    font-size: 15px;
}

.sponserWrap2{
    padding: 0px 0 30px;
}
.sponserWrap2 h3{
    font-size: 13px;
}
.sponserWrap2 a{
    width: 25%;
}
.applyBtn{
    padding: 10px 0;
    font-size: 14px;
    border-radius: 4px;
}



/* 가입폼 */



.formClose{
    width: 16px;
    height: 16px;
    right: 15px;
    top: 10px;
}
.formCon{
    height: auto;
  
}
.formCon h2{
    font-size: 21px;
    padding-bottom: 22.5px;
}
.teamName{padding: 18px;font-size:12px;}
.apply_table td{color:#666;font-size: 15px; font-weight: 400;padding: 5px;vertical-align: top;box-sizing: border-box;}
.apply_table input, .apply_table select{font-size: 11px; font-weight: 400;padding: 5px;}
.detail_wrap select{color:#666;}

.table_div{
    border-top: 1.5px solid #707070;
    padding-bottom: 3px;
}
.required{
    font-size: 10px;
    padding-top: 2.5px;
}
.apply_table2 tr{width:100%;border: 1px solid #ccc;}
.apply_table2 td{font-size: 10px;padding: 3.5px;}
.apply_table2 input, .apply_table2 select{font-size: 10px;padding: 4px;}
.nameHead{width: 20%;padding: 5px 5px;font-size:12px;}
.birthHead{width: 25%;padding: 5px 0px;font-size:12px;}
.callHead{width: 55%;padding: 5px 5px;font-size:12px;}
.name, .bitrhday{
    width: 93%;
}
.apply_table2 select{
    width: 34%;
}
.call{
    width: 27%;
}

.infoWrap{
    padding: 5px 0 0 0;
}

.infoWrap h5{
    font-size: 12px;
    padding: 5px 0 5px;
}
.infoWrap p{
    font-size: 10px;
}

.infoPhotoAgreeWrap, .infoPersonalAgreeWrap{
    box-sizing: border-box;
    padding: 2.5px 0 0 0;
}
.infoPhotoAgreeWrap label, .infoPersonalAgreeWrap label{
    font-size:10px;
}
.PhotoAgreeWrite, .PersonalAgree{
    width: 100%;
    height: 30px;
    padding: 1.5px;
    margin-top: 3px;
    font-size: 10px;
}
#submitBtn{
    width: 40%;
    padding: 3px 0;
    font-size: 12px;
    margin: 20px auto 0;
}











}