section{
    width: 95%;
    margin: 30px auto 30px;
}

.notice_name_box{
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #999999;
    border-top: 2px solid #999999;
    display: flex;
    padding-left: 15px;
    box-sizing: border-box;
    align-items: center;
}

.notice_name{
    width: 100%;
}

.name,
.date{
    font-family:'NotoSansKR-Regular' ;
}

.name{
    font-size: 14px;
    color: #191919;
    letter-spacing: -1px;
}

.date{
    color: #999999;
    font-size: 12px;
}

.notice_contents_box{
    /*width: 100%;*/
    height: 350px;
    padding: 20px;
}

.notice_contents_box>p{
    font-size: 12px;
    color: #797979;
    letter-spacing: normal;
    font-family:'NotoSansKR-Regular' ;
}

.contents_prev{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}

.contents_next{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    border-bottom: 1px solid #D3D3D3;
}

.prev,
.next{
    width: 50px;
    margin-right: 30px;
    text-align: center;
    font-size: 12px;
    color: #999999;
    letter-spacing: normal;
    font-family:'NotoSansKR-Regular' ;
}

.contents_prev_text_box
.contents_next_text_box{
    width: 370px;
}

.contents_prev_text_box>a,
.contents_next_text_box>a{
    font-size: 12px;
    color: #999999;
    letter-spacing: normal;
    font-family:'NotoSansKR-Regular' ;
}

.list{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid rgba(112,112,112,0.6);
}

.list>a{
    color: #191919;
    font-family:'NotoSansKR-Regular' ;
    font-size: 14px;
}



@media all and (min-width:374px){

*{
    margin: 0;
    padding: 0;
}

html,body{
    position: relative;
}

a{
    text-decoration: none;
    display: block;
}

ul,ol,li{
    list-style: none;
}

span,p,h1{
    letter-spacing: -1px;
}

.home_btn{
    width: 22px;
}

.home_btn>img{
    width: 100%;
}

.title{
    font-size: 18px;
    color: #1C2864;
    font-family:'NotoSansKR-Bold' ;
}

.menu_btn{
    width: 22px;
    border-radius: 5px;
}

.menu_btn img{
    width: 100%;
}


section{
    width: 95%;
    margin: 30px auto 30px;
}

.notice_name_box{
    width: 100%;
    height: 60px;
    border-bottom: 2px solid #999999;
    border-top: 2px solid #999999;
    display: flex;
    padding-left: 15px;
    box-sizing: border-box;
    align-items: center;
}

.notice_name{
    width: 100%;
}

.name,
.date{
    font-family:'NotoSansKR-Regular' ;
}

.name{
    font-size: 16px;
    color: #191919;
    letter-spacing: -1px;
}

.date{
    color: #999999;
    font-size: 14px;
}

.notice_contents_box{
    /*width: 100%;
    height: 350px;*/
	height: Auto;
    padding: 20px;
}

.notice_contents_box>p{
    font-size: 14px;
    color: #797979;
    letter-spacing: normal;
    font-family:'NotoSansKR-Regular' ;
}

.contents_prev{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    border-top: 1px solid #D3D3D3;
    border-bottom: 1px solid #D3D3D3;
}

.contents_next{
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: flex;
    border-bottom: 1px solid #D3D3D3;
}

.prev,
.next{
    width: 50px;
    margin-right: 30px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    letter-spacing: normal;
    font-family:'NotoSansKR-Regular' ;
}

.contents_prev_text_box
.contents_next_text_box{
    width: 370px;
}

.contents_prev_text_box>a,
.contents_next_text_box>a{
    font-size: 13px;
    color: #999999;
    letter-spacing: normal;
    font-family:'NotoSansKR-Regular' ;
}

.list{
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid rgba(112,112,112,0.6);
}

.list>a{
    color: #191919;
    font-family:'NotoSansKR-Regular' ;
    font-size: 14px;
}

}