.container {
    display: flex;
    flex-direction: column;
}

.container .header-container {
    display: flex;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;
    padding-right: 16px;
    margin-bottom: 75px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.container .header-container .select-language {
    width: 80px;
    height: 32px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #444;
    border: 1px solid #bfc2cb;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 8px;
    padding-left: 16px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABzSURBVHgB7c3BDUBAEAXQPzgMLktFStGCCiiBCrSjG25WIkYcJdhE7EEyL5nT/JkPKKX+j1yBlE0pRP3VTjap5mVqn+4DOGwEc7cTwgiH0BVYVzuEUQIiFKdikcbaqcNXmPM6iTM5htnU8OEo8fZcKfXeDjIeG8MZyyleAAAAAElFTkSuQmCC);
    background-position: 50px;
    background-repeat: no-repeat;
}

.container .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container .content-container .div-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 60px;
}

.container .content-container .div-img .img-logo {
    width: 57%;
    display: inline-block;
}

/* .container .content-container .input-box {
    padding: 24px 20px;
    background: #fff;
    border-radius: 8px;
} */

.container .content-container .input-box .input-data::placeholder {
    color: #bfc2cb;
    font-size: 14px;
    
}

.container .content-container .wrong-info-notice {
    display: none;
    margin-top: 0;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 600;
    margin-left: 4px;
    font-size: 12px;
    line-height: 14px;
    color: #e95b2e;
    text-align: left;
}


.container .content-container .wrong-info-notice.visible {
    display: block;
}

.container .content-container .find-passwd {
    font-family: Pretendard;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-break: 17px;
    margin-bottom: 32px;
    color: #818791;
    text-align: center;
}

.container .content-container .btn-class {
    padding: 20px 24px;
}
.container .content-container .btn-class:hover {
    cursor: pointer;
}
.container .content-container .btn-class.btn-class:active {
    box-shadow: 2px 2px #999999;
}
.container .content-container .btn-class.js-div-login-btn {
    background: #B48B5E;
}
.container .content-container .btn-class.js-div-join-btn {
    background: #353535;
}

.container .content-container .btn-class .btn-text {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Pretendard;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: .06em;
    color: #fff;
    text-align: center;
}

.container .content-container .a-join {
    text-decoration: none;
}


/* .container .content-container .input-box */
