@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: auto;
    	margin-bottom:100px;
}


.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;
}
select{
	outline:none;
}

input,textarea{
	outline:none;
	padding:10px;
	box-sizing:border-box;
}

.myWritePage_wrap{
    width: 1200px;
    height:800px;
    margin: 0 auto;
    margin-top: 50px;
}
.myWrite_search{
    width: 530px;
    height:70px;
    margin: 0 auto;
    box-sizing: border-box;

    overflow: hidden;

}

.myWrite_search select{
    float: left;
    margin-right: 5px;
}
.myWrite_search button,.myWrite_search input{
    float: left;
}

.myWritePage_wrap table{
    width: 100%;
    height: auto;
    border-collapse: collapse;
    border-top:3px solid rgb(184, 184, 184);
    text-align: center;
    border-left: none;
    border-right: none;
    margin-bottom:50px;
}

.myWritePage_wrap table th{
    height: 40px;
    background-color: rgb(247, 247, 247);
    color: gray;
    border:none;
    text-align: center;
}

.myWritePage_wrap table td{
    height: 50px;
    border:none;
    border-bottom: 1px solid rgb(235, 235, 235);
	cursor:pointer;
}

.page_btn{
    width: 120px;
    height: 80px;
    margin: 0 auto;

}

.paginate>li{
    float: left;
    width: 35px;
    height: 35px;
    border: 1px solid rgb(238, 238, 238);
    margin-left: 20px;
    text-align: center;
    line-height: 35px;
}

.paginate>li a{
    color: rgb(187, 187, 187);
    display: block;
}

.myWritePage_bt{
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.contact_us{
    width: 100%;
    height: 200px;
    background-color:  rgb(245, 245, 245);
    overflow: hidden;
}

.contact_us>li{
    float: left;
}

.contact_us>li.icon_img{
    width: 200px;
    height: 200px;
    padding: 57px;
    box-sizing: border-box;

}

.contact_us>li.icon_img img{
    border-radius: 50%;
}

.contact_us>li.center_letter{
    width: 550px;
    height: 200px;
    box-sizing: border-box;
}

.contact_us>li.center_letter h3{
    font-size: 30px;
    padding-top: 60px;

}

.contact_us>li.center_letter p{
    color: rgb(177, 177, 177);
}

.contact_us>li.write_btn{
    width: 450px;
    height: 200px;
    box-sizing: border-box;
}

.contact_us>li.write_btn p{
    width: 180px;
    height: 70px;
    background-color: gray;
    margin: 0 auto;
    margin-top: 65px;
    line-height:70px;
    text-align: center;
    font-size: 20px;
}

.contact_us>li.write_btn a{
   width: 100%;
   height: 100%;
   display: block;
    color: #fff;
}