﻿


.wrap h2 {
    margin-bottom: 15px;
}
.wrap h3{
    text-align: center;
    color: #6d6d6d;
    /*margin-bottom: 60px;*/
}


.notice_login .btn_wrap{
    /*display: flex;*/
    margin-top: 5px;
}
.btn_wrap .rec_btn{
    width: 49%;
}
.insert{
    background: #F5F5F5;
    color: #444;
    margin-bottom: 40px;
}
.insert:hover{
    color: #fff;
}

.check{
    background: var(--normal-red);
    box-shadow: 2px 4px 10px rgba(125,125,125,0.55);
}

.inquiry{
    width: 100% !important;
    background: #474747;
    margin: 10px auto 0;
}

.btn_wrap button:last-child{
    margin-left: 1%;
}