@import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
@import 'https://fonts.googleapis.com/css?family=Shrikhand';
@import url(https://fonts.googleapis.com/earlyaccess/hanna.css);
@font-face {
    font-family: 'GongGothicLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
input, select, textarea {
    font-size: 100%;
    font-family: "돋움",Dotum;
    color: #353535;
    vertical-align: middle;
}
select {
    height: 24px;
    border: 1px solid #d5d5d5;
}
textarea {
    padding: 5px 6px;
    border: 1px solid #d5d5d5;
    line-height: 1.5;
}
.search_form{
        width: 100%;
    display: flex;
    justify-content: space-between;
}
.search_form select{
    height:30px;
    font-size:13px;
    padding:0 5px;
    border-radius: 2px;
}
.search_form .searchword{
    font-size:13px; color:#333; border:1px solid #cecece;
    padding:0 5px;
    width: 200px;
    height: 30px;
    border-radius: 2px;
}
.search_form+table{
    margin-top:10px;
}
.search_form input[type="submit"]{
    border:1px solid #cecece;
    outline: 0;
    min-width: 60px;
    font-size: 13px;
    height: 30px; line-height: 30px;
    cursor: pointer;
    background: #fff;
    border-radius: 2px;
}
.paging	{width:100%; text-align:center; padding:10px 0px; overflow:hidden; font-family: 'GongGothicLight';}
.paging .paginate {}
.paging .paginate a,
.paging .paginate strong {display:inline-block; margin:0x; padding:10px; text-align:center; line-height:normal; font-size :14px; font-weight :bold; color:#757575; border:1px solid #dadada;}
.paging .paginate strong {font-weight :bold; color:#FF6E00 !important;}
.paging .paginate a:hover,
.paging .paginate a:active,
.paging.paginate a:focus{background-color:#f7f7f7;}
.paging .paginate a.pre,
.paging .paginate a.pre_end,
.paging .paginate a.next,
.paging .paginate a.next_end{color:#757575; font-size :14px; margin:0 3px; width:40px;} 