@charset "UTF-8";
*{margin: 0; padding: 0;}
ul,li{list-style: none;}
a{text-decoration: none; color: black;}




#section{
    font-family: 'Noto Sans KR', sans-serif;
    height:1300px;
    
}

input:focus{outline: 0;}
textarea:focus{outline: 0;}
select:focus{outline: 0;}

.banner_wrap{
    width: 100%;
    height: 320px;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(255, 255, 255), rgb(94, 191, 255), rgb(0, 174, 255));
}
.banner_wrap{
	height:300px;
	top:70px;

}
.banner h1{
	height:200px;
}
.banner p{

    text-align:center;
}

.page-btn{
    width: 240px;
    height: 50px;
    float: right;
    overflow: hidden;
    position: relative;
}

.page-btn>li{
    width: 100px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
}

.page-btn>li.change_btn{
    background-color: rgb(0, 174, 255);
}

.page-btn>li.cancel_btn{
    background-color: rgb(184, 184, 184);
}

.page-btn>li a{
    color: #fff;
    display: block;
}
.page-contents{
    width: 1200px;
    height: 900px;
    margin: 0 auto;
    margin-top:50px;
    overflow: hidden;
}
table.contact_table{
    width: 1200px;
    height: 680px;
    border-collapse: collapse;
    overflow: hidden;
    border: none;
    border-top:2px solid rgb(184, 184, 184);
    border-bottom:2px solid rgb(184, 184, 184);

}

table.contact_table thead{
    width: 30%;
    height: 720px;
    float: left;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
    border-right: 1px solid rgb(226, 226, 226);
    overflow: hidden;
}

table.contact_table thead span{
    color: rgb(0, 174, 255);
    font-weight: bold;
}
table.contact_table thead td{
    border: none;
    font-size: 15px;
    color: rgb(153, 153, 153);
    width: 100%;
}


table.contact_table thead tr.left_contact1,table.contact_table thead tr.left_contact2{
    width: 100%;
    height: 80px;
    border-bottom: 1px solid rgb(238, 238, 238);
    overflow: hidden;
    
}
table.contact_table thead tr.title{
    height: 100px;
    text-align: left;
    color: gray;
}
table.contact_table thead tr.title>th{
   font-size: 28px;
   font-weight: lighter;
   border: none;
}
table.contact_table thead tr.left_contact3{
    width: 150px;
    height:80px;
    border-bottom: 1px solid rgb(238, 238, 238);
    overflow: hidden;
}
table.contact_table thead tr.left_contact1 th,table.contact_table thead tr.left_contact2 th,table.contact_table thead tr.left_contact3 th {
    width: 60px;
    height: 80px;
    border:none;
    text-align: center;
    font-size: 15px;
    font-weight: lighter;
    color: rgb(184, 184, 184);
    overflow: hidden;
    box-sizing:border-box;
}
table.contact_table thead tr.left_contact1 td,table.contact_table thead tr.left_contact2 td,table.contact_table thead tr.left_contact3 td {
    width: 240px;
    float: left;
	padding-top:30px;
}

table.contact_table tbody{
    width: 70%;
    height:690px;
    float: left;
    overflow: hidden;
    border: none;
    padding: 20px;
    padding-top:60px;
    box-sizing: border-box;
}

table.contact_table tbody td{

    border: none;
    overflow: hidden;

}

table.contact_table tbody input,table.contact_table tbody select{
    border: none;
    background-color: rgb(245, 245, 245);
}

table.contact_table tbody input{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    padding: 10px;
    box-sizing: border-box;

}

table.contact_table tbody span{
    font-size: 12px;
    line-height: 20px;
}

table.contact_table tbody span.gray_ft{
  color: rgb(165, 165, 165);
}

table.contact_table tbody tr.email_infor{
    font-size: 15px;
    line-height: 25px;
    color: rgb(175, 175, 175);
}

table.contact_table tbody tr.email_infor span{
    font-size: 15px;
    color: rgb(121, 121, 121);
    font-weight: bold;
}

.page-contents>p{
    text-align: left;
    height:30px;
    line-height: 30px;
    color: rgb(165, 165, 165);
}


.enroll_wrap{
    width: 200px;
    height: 50px;
    margin: 0 auto;
    margin-top:50px;
    background-color:  rgb(0, 174, 255);
    text-align: center;
    margin-bottom:100px;
}

.enroll_wrap a{
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    display: block;
}