.content_left {
    display: none!important;
}


.join {
    max-width: 1200px;
}

.join_agree .txt {
    padding: 20px;
    font-weight: 700;
    box-sizing: border-box;
}
.join_agree .box {
    border: 1px solid var(--border);
    box-sizing: border-box;
}
.join_agree .box .tit {
    padding: 20px;
    border-bottom: 1px solid #E2E5EA;
    background: #F5F5F5;
    box-sizing: border-box;
}
.join_agree .box .scroll {
    overflow-y: auto;
    max-height: 230px;
    border-bottom: 1px solid #E2E5EA;
    padding: 20px;
    line-height: 1.3;
    white-space: pre-line;
    box-sizing: border-box;
}
.join_agree .box .check {
    position: relative;
    padding: 20px;
    background: #F5F5F5;
    box-sizing: border-box;
}
.join_agree .box .check input {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.join_agree .box .check input + label {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    box-sizing: border-box;
}
.join_agree .box .check input + label:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #777;
    background: var(--white);
    box-sizing: border-box;
}
.join_agree .box .check input:checked + label:before {
    border: 1px solid var(--key-color);
    background: var(--key-color) url("../images/ic_check.svg")no-repeat 50% 50%;
}
.join_agree .btn_area {
    justify-content: center;
}
.join_agree .btn_area button {
    width: 156px;
    height: 46px;
    border-radius: 5px;
    font-weight: 700;
    margin: 0 auto;
}



.join_form > h3 {
    font-size: 26px;
}
.join_form .form {
    max-width: 500px;
    gap: 30px;
    margin: 0 auto;
}
.join_form .form .item {
    gap: 10px;
}
.join_form .form .item > p {
    font-size: 14px;
    font-weight: 500;
    color: #4D4D4D;
}
.join_form .form .item .input_line {
    flex: 1;
    width: 100%;
    height: 46px;
    padding: 0 16px;
    border-radius: 5px;
    border: 1px solid #BDBDBD;
    font-size: 14px;
    box-sizing: border-box;
}
.join_form .form .item input::-webkit-input-placeholder {
	color: #C6C6C6;
}
.join_form .form .item input:-moz-placeholder {
	color: #C6C6C6;
}
.join_form .form .item input::-moz-placeholder {
	color: #C6C6C6;
}
.join_form .form .item input:-ms-input-placeholder {
	color: #C6C6C6;
}
.join_form .form .item .desc {
    color: #777;
    font-size: 12px;
}
.join_form .form .item .danger {
    font-size: 12px;
    color: #E91B23;
}
.join_form .form .item .grid2 {
    gap: 5px;
}
.join_form .form .item #send_btn {
    width: 90px;
    height: 46px;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
}
.join_form .form .item.cert_box .input_line input[type=text] {
    flex: 1;
    width: 100%;
}
.join_form .form .item.cert_box .input_line span {
    color: #333;
    font-weight: 500;
}
.join_form .form .item.cert_box #resend_btn {
    width: 90px;
    height: 46px;
    border-radius: 5px;
    font-size: 12px;
    box-sizing: border-box;
}
.join_form .form .item.cert_box .cert_btn {
    height: 44px;
    border-radius: 5px;
    background: #DADADA;
    color: #777;
    font-size: 14px;
    font-weight: 600;
}
.join_form .form .item.cert_box .cert_btn.active {
    background: var(--key-color);
    color: var(--white);
}
.join_form .form .item.image {
    gap: 30px;
}
.join_form .form .item.image > p {
    width: 80px;
}
.join_form .form .item.image > div {
    flex: 1;
    width: 100%;
}
.join_form .form .item.image .file_box {
    position: relative;
    gap: 5px;
}
.join_form .form .item.image .file_box #file {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    opacity: 0;
    z-index: -1;
}
.join_form .form .item.image .file_box label {
    width: 70px;
    height: 32px;
    line-height: 32px;
    border-radius: 5px;
    font-size: 14px;
    text-align: center;
}
.join_form .form .item.image .file_box .upload_name {
    flex: 1;
    width: 100%;
    color: #4D4D4D;
    font-size: 12px;
}
.join_form .form .item.image > div .txt {
    color: #777;
    font-size: 14px;
    margin-top: 5px;
}
.join_form .join_btn {
    height: 46px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
}
.join_form .find_pw_btn {
    display: block;
    width: 100%;
    max-width: 100%!important;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
}



.join_complete .box {
    min-height: 50vh;
    justify-content: center;
}
.join_complete .box strong {
    font-size: 26px;
}
.join_complete .box p {
    color: #4D4D4D;
    font-size: 18px;
    margin: 10px 0 30px;
}
.join_complete .box a {
    max-width: 190px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 auto;
}


@media screen and (max-width: 1560px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
    .join_agree .box .scroll {
        font-size: 14px;
    }
}
@media screen and (max-width: 480px) {
    .join_form .form .item.image {
        gap: 10px;
    }
    .join_form .form .item.image > p {
        width: 100%;
    }
}
@media screen and (max-width: 380px) {

}