
#container h1 {
    font-size: 31px;
    font-weight: 500;
    margin-top: 2em;
    text-align:center;
    margin-bottom: 0.5em;
}

#container p {
    font-weight: 300;
    color: #777;
    margin-bottom: 1.5em;
    text-align:center;
}

.content {
    padding: 2em 0 4em 0;
}

.login_box h2 {
    font-size:18px;
    padding:2em 0;
    text-align:left;
    font-weight:400;
}
.type_choice_point {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.type_choice_point li {
    position: relative;
    top: 2.9em;
    width: 500px;
    margin: 0 auto;
}

.type_choice_point li dl {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
    max-width: 163px;
}

.type_choice_point li dl dt {
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 9px;
    border: 1px solid #ececec;
    background: #fff;
    color: #a0a0a0;
    border-radius: 50%;
}

.type_choice_point li dl:nth-child(2) dt {
    margin: 0 auto;
}

.type_choice_point li dl:nth-child(3) dt {
    margin-left: 80%;
}

.point_circle {
    background: #bed62e !important;
    border: 1px solid #bed62e !important;
    color: #fff !important;
}

.type_choice_point li dl dd {
    text-align: left;
    color: #bed62e;
    font-size: 13px;
    padding-top: 8px;
    font-weight:300;
}

.login_box {
    position: relative;
    width: 500px;
    margin: 0 auto;
}

.chk_type01 {
    position: relative;
    width: 48%;
    height: 100%;
    display: inline-block;
    margin-right: 15px;
    text-align:center;
}

.chk_type02 {
    position: relative;
    width: 48%;
    height: 100%;
    text-align:center;
    display: inline-block;
}

.chk_type01 input, .chk_type02 input {
    position: absolute;
    width: 0px;
    height: 0px;
    outline: none;
}

.chk_type01 label, .chk_type02 label {
    font-size: 14px;
    font-weight: 300;
    display: block;
    border: 1px solid #ececec;
    cursor: pointer;
}

.person_chk, .company_chk {
    position: relative;
    width: 100%;
    padding: 2em;
}

.person_chk li:first-child {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5em auto;
    border: 1px solid #ececec;
    border-radius: 50%;
    background: #fff url("../../../../static/images/auth/type01.png") no-repeat 0 0;
}

.company_chk li:first-child {
    width: 100px;
    height: 100px;
    margin: 0 auto 1.5em auto;
    border: 1px solid #ececec;
    border-radius: 50%;
    background: #fff url("../../../../static/images/auth/type02.png") no-repeat 0 0;
}

.person_chk li:nth-child(2), .company_chk li:nth-child(2) {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 1em;
}

.chk_type01 input:focus, .chk_type02 input:focus {
    outline: none !important;
}

.chk_type01 input:checked + label, .chk_type02 input:checked + label {
    border: 1px solid #bed62e;
    color: #bed62e;
}

.chk_type01 input:checked + label li:first-child {
    border: 1px solid #bed62e;
    background: #fff url("../../../../static/images/auth/type01.png") no-repeat 0 -100px;
}

.chk_type02 input:checked + label li:first-child {
    border: 1px solid #bed62e;
    background: #fff url("../../../../static/images/auth/type02.png") no-repeat 0 -100px;
}

.login_go_btn {
    margin: 1.5em 0 0.7em 0;
    width: 100%;
    background: #221e1f;
    color: #fff;
    border: 1px solid #221e1f;
    padding: 1.5em;
}

.login_no_btn {
    margin-bottom: 1.5em;
    width: 100%;
    background: #f6f6f6;
    border: 1px solid #ececec;
    padding: 1.5em;
}

.login_go_btn:hover {
    background: #111;
}

.social_box {
    width: 100%;
    position: relative;
}

#naverIdLogin_loginButton img {
    display: none;
}

#naverIdLogin_loginButton {
    width: 100%;
    display: block;
    background: #00cf00 url("../../../../../../삼인static파일/resources/images/auth/naver.png") no-repeat 200px center;
    padding: 2em;
}

.text-naver {
    position: absolute;
    top: 1.5em;
    right: 39.5%;
    color: #fff;
}

.kakao_btn {
    width: 100%;
    display: block;
    border: 1px solid #fff200;
    background: #fff200 url("../../../../../../삼인static파일/resources/images/auth/kakao.png") no-repeat 200px center;
    padding: 1.3em 0 1.3em 2.2em;
    margin-top: 0.5em;
    color: #402d33;
    font-weight: 500;
}

.right_wing_box {
    display:none;
}