@charset "urf-8";
.oncolor{
    background-color:#f67f00!important;
    color:#fff;
}
*{
	margin:0; padding:0; list-style:none;
}
#contents_wrap{
    width:100%; 
    margin:0 auto; text-align:center;
    
}
#flex_wrap{
    display:flex;
    justify-content: space-between;
    margin-bottom:20px;
}
#flex_wrap>button{
    display:block;
    width:100%; height:50px;
    background:#fff;
    border:1px solid rgba(236,236,236,1.00);
    font-size:16px;
    font-weight:600;
}
#flex_wrap>button:hover{
    background-color:#f67f00;
    color:#fff;
}

#sub_contents{
    max-width:1000px !important;
}
.sub_title{
    padding-left:0 !important;
    padding-right:0 !important;
    text-align:center;
}