#contentArea {
    margin-top: 195px;
    margin-bottom: 95px;
}
.today_open {
    display: none;
}
.member_wrap, .member_from_wrap, .member_ok {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 10px;
    
}
.member_wrap h3, .member_from_wrap h3,.member_ok h3 {
    text-align: center;
    font-size: 2em;
    font-weight: 500;
    margin-bottom: 80px;
}
.member_top {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.5;
}
.member_top p {
    font-size: 1.375em;
    font-weight: 300;
}
.member_top p span {
    display: inline-block;
    font-size: .591em;
    color: #777;
    margin-left: 10px;
}
.member_top ol {
    display: flex;
    justify-content: space-between;
    width: 267px;
    position: absolute;
    right: 0;
    bottom: 10px;
    margin-top: 10px;
}
.member_top ol li {
    font-size: .875em;
    font-weight: 500;
    color: #b4b4b4;
    position: relative;
    top: 37px;
}
.member_top ol li::after {
    content: '';
    display: block;
    width: 6px;
    height: 9px;
    background: url(../img/step_arrow_off.png) no-repeat center;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -4px;
}
.member_top ol li:last-of-type:after {
    display: none;
}
.member_top ol li.on {
    color: #232323;
}
.member_top ol li.on::after {
    background: url(../img/step_arrow.png) no-repeat center;
}
.agree_form .agree1, .agree_form .agree2{
    margin-bottom: 50px;
}
.agree_box input[type=checkbox] {
    display: none;
}
.agree_box input[type=checkbox] + label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    padding-left: 40px;
    font-size: 1.125em;
    font-weight: 300;
    margin-bottom: 30px;
}
.agree_box input[type=checkbox] + label::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
}
.agree_box input[type=checkbox]:checked + label::before {
    content: '\2714';
    display: block;
    position: absolute;
    left: 4px;
    top: 1px;
    font-size: .875em;
}
.agree_box .agree_con {
    height: 200px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    overflow-y: scroll;
    padding: 25px 50px;
    text-align: center;
    font-size: .875em;
    font-weight: 300;
    color: #959595;
    line-height: 2em;
    word-break: keep-all;
}
.all_agree {
    padding-bottom: 50px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    text-align: center;
}
.all_agree input[type=checkbox] {
    display: none;
}
.all_agree input[type=checkbox] + label {
    display: inline-block;
    font-size: .875em;
    font-weight: 300;
    position: relative;
}
.all_agree input[type=checkbox] + label::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: 50%;
    margin-top: -10px;
}
.all_agree input[type=checkbox]:checked + label::before {
    content: '\2714';
    display: block;
    position: absolute;
    left: -26px;
    top: 0px;
}
.agree_form button{
    display: block;
    max-width: 400px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    background: #000;
    color: #fff;
    border: none;
    font: 700 1em 'Noto Sans KR', sans-serif;
    margin: 0 auto;
    cursor: pointer;
}
/*********************************
member_form
*******************************/
.member_from_wrap .member_top {
    border-bottom: none;
    margin-bottom: 35px;
}
.member_tab {
    overflow: hidden;
    margin-bottom: 30px;
}
.member_tab li {
    float: left;
    width: 50%;
}
.member_tab li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    font-weight: 500;
    color: #c4c4c4;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-bottom: 1px solid #000;
}
.member_tab li a.on {
    border: 1px solid #000;
    border-bottom: none;
    background: #fff;
    color: #444;
}
.form_inner {
    width: 65%;
    margin: 0 auto;
    padding: 35px 0;
    margin-bottom: 30px;
}
@media(max-width:480px){
    .form_inner li:nth-of-type(12){
        display: block;
    }
    .form_inner li:nth-of-type(12) label{
        margin-bottom: 10px;
    }
}

.form_inner li {
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
@media(max-width:480px){
    .form_inner li{
        display: block;
    }
}
.form_inner li label {
    width: calc(100% - 450px);
    font-size: .938em;
    font-weight: 300;
    color: #474747;
}
.form_inner li input {
    margin-top: 10px;
    display: block;
    width: 100%;
    max-width: 450px;
    height: 45px;
    line-height: 45px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding-left: 10px;
}

@media(max-width:450px){
    .form_inner li input{
        font-size: 9px;
    }
}
.form_inner .mail_box input {
    width: 205px;
}
.form_inner .mail_box span {
    display: block;
    width: 40px;
    text-align: center;
    font-size: .713em;
    font-weight: 300;
    color: #666;
}
.form_inner .address_box {
    flex-wrap: wrap;
}
.form_inner .address_box>input {
    width: 296px;
    
}
@media(max-width:480px){
    .form_inner .address_box{
        display: flex;
    }
    .form_inner .address_box>ul li{
        display: flex;
    }
    .form_inner .address_box>input{
        margin-bottom: 10px;
    }
}
.form_inner .address_box button {
    display: block;
    width: 144px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #000;
    color: #fff;
    border: none;
    font: 700 .938em 'Noto Sans KR', sans-serif;
    cursor: pointer;
}
.form_inner .address_box ul {
    width: 450px;
    margin-left: auto;
    margin-top: 15px;
}
.form_inner .address_box ul li:last-of-type {
    margin-bottom: 0;
}
.member_from_wrap .agree_box {
    padding: 30px 0;
    padding-left: 30px;
    background: #f4f4f4;
    margin-bottom: 30px;
    position: relative;
}
.member_from_wrap .agree_box::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0;
    top:-30px
}
.member_from_wrap .agree_box input[type=checkbox] {
    display: none;
}
.member_from_wrap .agree_box input[type=checkbox] + label {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    font-size: .813em;
    font-weight: 300;
    margin-bottom: 10px;
}
.member_from_wrap .agree_box input[type=checkbox] + label:last-of-type {
    margin-bottom: 0;
}
.member_from_wrap .agree_box input[type=checkbox] + label::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 0;
    border: 1px solid #ddd;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
}
.member_from_wrap .agree_box input[type=checkbox]:checked + label::before {
    left: 2px;
}
.member_from_wrap .btn_box {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.member_from_wrap .btn_box button {
    display: block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    border: none;
    background: none;
    cursor: pointer;
}
.member_from_wrap .btn_box .cancle {
    border: 1px solid #ddd;
    font: 300 1em 'Noto Sans KR', sans-serif;
}
.member_from_wrap .btn_box .ok_btn {
    background: #000;
    color: #fff;
    font: 700 1em 'Noto Sans KR', sans-serif;

}
@media(max-width:480px){
    .form_inner .company_num{
        display: block;
    }
}
.mb_img{
    right: 0;
}
.form_inner .company_num input {
    width: 130px;
}
.form_inner .company_num span {
    display: block;
    width: 30px;
    text-align: center;
}
.form_inner .choice_box p:first-of-type {
    width: calc(100% - 450px);
    font-size: .938em;
    font-weight: 300;
    color: #474747;
}
.form_inner .choice_box p:last-of-type {
    width: 450px;
    display: flex;
    justify-content: flex-start;
}
.form_inner .choice_box p:last-of-type input[type=radio] {
    display: none;
}
.form_inner .choice_box p:last-of-type input[type=radio] + label {
    display: block;
    width: 150px;
    box-sizing: border-box;
    position: relative;
    font-size: .938em;
    font-weight: 300;
    color: #474747;
    padding-left: 30px;
}
.form_inner .choice_box p:last-of-type input[type=radio] + label::after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    border-radius: 50%;
}
.form_inner .choice_box p:last-of-type input[type=radio]:checked + label::before {
    content: '\2714';
    position: absolute;
    left: 2px;
    top: 3px;
    font-size: .6em;
}
/*************************************
member_ok
***************************************/
.member_ok .member_top {
    margin-bottom: 0;
}
.member_ok .ok_con {
    padding: 75px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}
.member_ok .ok_con p:first-of-type {
    font-size: 1.5em;
    font-weight: 300;
    margin-bottom: 40px;
}
.member_ok .ok_con p:last-of-type {
    font-size: .875em;
    font-weight: 300;
    color: #4b4b4b;
}
.member_ok .btn_box {
    display: flex;
    justify-content: space-between;
    width: 810px;
    margin: 0 auto;
}
.member_ok .btn_box a {
    display: block;
    text-align: center;
    width: 400px;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
}
.member_ok .btn_box .home {
    border: 1px solid #ddd;
    font-weight: 300;
    color: #333;
}
.member_ok .btn_box .go_login {
    background: #000;
    color: #fff;
    font-weight: 700;
}