#container {
    background: #fff;
}

.content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 118px 0;
}

.content h1 {
    font-size: 31px;
    font-weight: 500;
    margin-bottom: 1em;
}

.login_box {
    position: relative;
    width: 410px;
    margin: 0 auto;
}

.chk_type input {
    position: absolute;
    width: 0px;
    height: 0px;
    outline: none;
    display:none;
}

.chk_type label {
    margin: 0.5em 0 2em 0;
    padding: 0.7em 0;
    font-size: 14px;
    background: #f6f6f6;
    border: 1px solid #ececec;
    font-weight: 300;
    width: 49%;
    display: inline-block;
    cursor: pointer;
}

.chk_type input:focus {
    outline: none !important;
}

.chk_type input:checked + label {
    background: #212121;
    color: #fff;
}

.login_text {
    display: block;
    padding: 1em 0;
    width: 100%;
    text-align: left;
}

.login_box input {
    width: 100%;
    border: 1px solid #ececec;
    padding: 1em;
}

.login_box input:focus {
    outline: 2px solid #bed62e;
    letter-spacing: -1px;
}

.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 150px center;
    padding: 2em;
}

.text-naver {
    position: absolute;
    top: 1.5em;
    right: 38%;
    color: #fff;
}

.kakao_btn {
    width: 100%;
    display: block;
    border: 1px solid #fff200;
    background: #fff200 url("/app/static/js/images/auth/kakao.png") no-repeat 150px center;
    padding: 1.3em 0 1.3em 1.9em;
    margin-top: 0.5em;
    color: #402d33;
    font-weight: 500;
}

.inquiry_all {
    position: relative;
    width: 100%;
    margin-top: 2em;
    border-top: 1px solid #ececec;
    padding: 1.5em 0;
}

.inquiry_all li {
    display: inline-block;
}

.inquiry_all li a {
    color: #686868;
    display: block;
    padding: 0 1em;
    font-weight: 300;
}

.inquiry_all li a:hover {
    color: #de284a;
}

.inquiry_all li:nth-child(2) {
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
}

.right_wing_box {
    display:none;
}