@charset "UTF-8";
*{margin: 0; padding: 0;}
ul,li{list-style: none;}
a{text-decoration: none; color: black;}



@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap');


.banner_wrap{
	height:300px;
	top:70px;

}
.banner h1{
	height:200px;
}
.banner p{

    text-align:center;
}



#section{
    background-color:rgb(250, 250, 250);
    /* height:1200px; */
    height:auto;
    font-family: 'Noto Sans KR', sans-serif;

}
.title_area{
    height:80px;
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;

   
}
.title_area h2{
    float: left;
    width:1000px;
	font-size:18px;
    color: rgb(0, 174, 255);
	line-height:100px;
}

.required_box{
    width: 120px;
    height:80px;
    float:right;
    line-height:100px;
    box-sizing: border-box;
    color: rgb(129, 129, 129);
}
.required_box p.required{
    width: 15px;
    height: 25px;
    box-sizing: border-box;
    float: left;
	padding-top:40px;
}


p.required_txt{
    float: right;
    height: 30px;
    font-size: 13px;

}
.join_wrap{
    width: 1200px;
    margin: 0 auto;


}

.top_contents{
    width: 100%;
    height: 150px;
	box-shadow: 7px 7px 5px rgb(236, 236, 236);
	background-color:#fff;
	margin-bottom:30px;

}
.bottom_contents{
    width: 100%;
    height:620px;
    box-shadow: 7px 7px 5px rgb(236, 236, 236);
	background-color:#fff;

}
.top_contents>li,.bottom_contents>li{
    font-size: 18px;
    box-sizing: border-box;
    overflow: hidden;
    float: left;

}

.top_contents>li.title,.bottom_contents>li.title{
    width: 30%;
    box-sizing: border-box;
    font-size: 15px;
    color:#000;
    font-weight:bold;

}

.top_contents>li.title p,.bottom_contents>li.title p{
	background-color:rgb(0, 174, 255);
	box-shadow: 3px 3px 0px rgb(230, 230, 230);
	border-radius:40px;
	color: #fff;
	letter-spacing:-1px;
	width:50%;
	height:30px;
	padding:10px;
	text-align:center;
	margin:10px;
	margin-top:20px;
	line-height:30px;
}
.top_contents>li.right_top_cont,.bottom_contents>li.right_bottom_cont{
    width: 70%;
  
}

.top_contents>li.right_top_cont{
    padding: 10px;

}


.agree_top{
    width: 100%;
    height: 41px;
    line-height: 41px;
    overflow: hidden;
    
}
.agree_top>li{
    width: 50%;
    float: left;

}

.agree_top>li p{
	color:gray;
}
.agree_cont>li{
    height:41px;
    border-bottom: 1px solid rgb(235, 235, 235);
    overflow: hidden;
    transition: all 0.5s;
    font-size: 15px;
    line-height: 40px;
    box-sizing: border-box;
    letter-spacing:-1px;
}



.agree_cont>li.agree_4_cont{
    height: 80px;
}
.agree_cont>li.agree_4_cont p.agree_4_check_left,.agree_cont>li.agree_4_cont p.agree_4_check_right{
    float: left;
    line-height: 31px;
    color: rgb(175, 175, 175);
    letter-spacing:-1px;
}
.agree_cont>li.agree_4_cont p.agree_4_check_left label,.agree_cont>li.agree_4_cont p.agree_4_check_right label{
    margin-left: 5px;

}
.agree_cont>li.agree_4_cont p.agree_4_check_left input,.agree_cont>li.agree_4_cont p.agree_4_check_right input{
    float: left;

}
.agree_cont>li span{
    color:gray;

}

.agree_cont>li:nth-child(3){
	border-bottom:none;
}

.agree_cont>li input{
    margin:10px;
    border: 1px solid rgb(161, 161, 161);
}


.agree_cont>li p.agree_btn{
    width: 78px;
    height: 22px;
    float: right;
    line-height: 21px;
    background-color: #fff;
    text-align: center;
    font-size: 11px;
    border-radius: 40px;
    color: rgb(0, 174, 255);
    margin-top: 10px;
    border:1px solid rgb(0, 174, 255);
    font-weight:bold;
    cursor:pointer;


}

.agree_cont>li p.agree_title{
    /* width: 740px; */
    float: left;
    color: rgb(175, 175, 175);
    overflow: hidden;


}
/*정보입력 css*/
input{
    outline: none;
}

input:read-only{
    background-color: rgb(245, 245, 245);
}
.infor_box{
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;

}

.infor_box p.required{
	width: 15px;
    height: 25px;
    box-sizing: border-box;
    float: left;
	padding-top:4px;
}
.infor_box>li{
    width: 100%;
    height:80px;
    letter-spacing: -1px;
    overflow: hidden;
    
}

.infor_box>li:nth-child(3),.infor_box>li:nth-child(1){
    height: 110px;

}
.infor_box>li:nth-child(7){
	height:140px;
}
.name_number_box>div{
    float: left;
    width: 50%;
    height: 80px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}

#phone{
    width: 80%;
}
button.phone_overlap_button{
    width: 18%;
    float: right;
    height: 40px;
    font-size: 12px;
    text-align: center;
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(231, 231, 231);
    cursor: pointer;
}
.id_box>div{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}
.id_box>div input{
    width: 90%;
    height: 40px;
    float: left;
    border: 1px solid rgb(231, 231, 231);
    padding: 10px;
    box-sizing: border-box;
}
.id_box>div img.sucess_img{
    float: left;
    background-color: red;
}
.id_box>div button{
    float: right;
    width: 9%;
    height: 40px;
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    cursor: pointer;
}
.email_box>div{
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}

.pwd_box>div.userInput{
    float: left;
    width: 50%;
    height: 90px;
    box-sizing: border-box;
    overflow: hidden;
    padding-right: 10px;
    padding: 10px;

}

.input_ect{


    width: 100%;
    overflow: hidden;
    font-size: 13px;
    box-sizing: border-box;
    padding-left: 10px;
    color: gray;
}

.edu_box div.userInput_1{
	float: left;
    width: 50%;
    height: 80px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}

.edu_box div.userInput_2{
	float: left;
    width: 50%;
    height: 80px;
    padding-right: 10px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;
}


#USR_GRADE_NO,#USR_CLASS_NO,#USR_CLSNUM_NO{
	width:10.6%;
	margin-left:7px;
}
#email{
    width: 100%;
    height: 40px;
    border: 1px solid rgb(231, 231, 231);
    padding: 10px;
    box-sizing: border-box;
}
#schoolCheck{
    width: 80%;
    height: 40px;
    float: left;
    border: 1px solid rgb(231, 231, 231);
    padding: 10px;
    box-sizing: border-box;
}

button.school_overlap_button{
    float: right;
    height: 40px;
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    width: 18%;
    cursor: pointer;
}
.address_box>div{
    width: 100%;
    height: 130px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 10px;

}

.address_box>div input{
    width: 100%;
    height: 40px;
    border: 1px solid rgb(231, 231, 231);
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    float: left;
}



.edu_box>div.userInput_2 input{
    width: 80%;
    height: 40px;
    float: left;
    border: 1px solid rgb(231, 231, 231);
    padding: 10px;
    box-sizing: border-box;

}




#postcode{
    width: 20%;
    float: left;
    margin-right: 1%;
}
#addr1{
    width:66%;
    float: left;
}


button.address_search_button{
    float: right;
    height: 40px;
    background-color: rgb(243, 243, 243);
    border: 1px solid rgb(231, 231, 231);
    font-size: 12px;
    width: 12%;
    cursor: pointer;
}


.name_number_box>div h3,.id_box>div h3,.pwd_box>div h3,.edu_box>div h3,.address_box>div h3,.email_box>div h3{
    font-size: 15px;
    font-weight: lighter;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    

}


.name_number_box>div input,.pwd_box>div input,#eduCheck{
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid rgb(231, 231, 231);
    padding: 10px;
    box-sizing: border-box;
}

.edu_box>div.userInput_1 input{
    width: 100%;
    height: 40px;
    float: left;
    border: 1px solid rgb(231, 231, 231);
    padding: 10px;
    box-sizing: border-box;

}

/*회원가입 버튼*/

.signUp{
    height: 100px;
    width: 600px;
    margin: 0 auto;

}

.signUp button{
    width: 45%;
    height: 50%;
    border: none;
    background-color:rgb(0, 174, 255);;
    color: #fff;
    font-size: 18px;
    float: left;
    margin-left: 5%;
    cursor: pointer;
    margin-top: 50px;
    margin-bottom: 50px;

}

#sign_cancle{
	background-color:gray;
}
/*modal창 css*/

#agree_1_modal,#agree_2_modal,#agree_3_modal,#agree_4_modal,#agree_5_modal{
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    display: none;
    
  }
  
#agree_1_modal.on,#agree_2_modal.on,#agree_3_modal.on,#agree_4_modal.on,#agree_5_modal.on{
  display: block;
}
#agree_1_modal .cont_modal,#agree_2_modal .cont_modal,#agree_3_modal .cont_modal,#agree_4_modal .cont_modal,#agree_5_modal .cont_modal{
  width: 700px; height: 500px; background-color: rgb(255, 255, 255);
  position: absolute; left: 50%; top:50%;
  margin-left: -350px; margin-top: -250px; 
 
}

.cont_modal .m_txt{
  text-align: center;
  height: 80px;
  line-height: 80px;
}


h1.m_txt{
    font-size: 18px;
    color: rgb(95, 95, 95);
}

.modal_contents{
    width: 80%;
    height: 350px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    overflow: scroll;
    background-color: rgb(248, 248, 248);
    font-size: 15px;
}

.modal_contents::-webkit-scrollbar{
    display: none;
}
  
.modal_close{
    padding-top: 20px;
    box-sizing: border-box;
}
.cont_modal .close{
    border: 1px solid gray;
    font-size: 12px;
    color: #fff;
    width: 40px;
    height: 25px; text-align: center;
    line-height:25px; cursor: pointer;
    margin: 0 auto;
    background-color:rgb(95, 95, 95);
}

 span.title{
	font-weight:bold; font-size:16px;
}

 span.intro{
 font-size:14px;}
