@charset "utf-8";

/* 컨텐츠 전체 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.contents-base {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7f7f7;
}
.background01-base {
    width: 1162px;
    /*height: 1162px;*/
    height: 100dvh;
    background: url('/auction/resource/static/image/desktop/membership/signin/background01.svg') no-repeat left center;
    background-size: contain;
}
.background02-base {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 696px;
    height: 206px;
    background: url('/auction/resource/static/image/desktop/membership/signin/background02.svg') no-repeat right bottom;
    background-size: contain;
}
/* 컨텐츠 전체 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* 로그인 시작 ::::::::::::::::::::::::::::::::::::::::::::::::::: */
.signin-base {
    position: absolute;
    top: 180px;
    left: 900px;
    width: 480px;
    height: 604px;
    border: 1px solid #e5e5ec;
    border-radius: 24px;
    box-sizing: content-box;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    background: #ffffff;
    padding: 48px;
}
.signin-container {

}
.title-item {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 32px;
    color: #222222;
    text-align: center;
}
.menu-container {
    width: 100%;
    height: 57px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin: 24px 0 36px 0;
}
.menu-item {
    width: 240px;
    height: 55px;
    line-height: 55px;
    color: #767676;
    text-align: center;
    border-bottom: 1px solid #aaaaaa;
    box-sizing: content-box;
    cursor: pointer;
}
.menu-item.on {
    width: 240px;
    height: 53px;
    line-height: 53px;
    border-bottom: 3px solid #1E92C0;
    box-sizing: content-box;
    color: #1E92C0;
    text-align: center;
}
.signin-id-item {
    width: 446px;
    height: 22px;
    border: 1px solid #d4d4d8;
    border-radius: 8px;
    box-sizing: content-box;
    background: #ffffff;
    padding: 16px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.signin-id-icon-item {
    width: 24px;
    height: 24px;
    background: url('/auction/resource/static/image/desktop/membership/signin/signin_id.svg') no-repeat center center;
    background-size: cover;
    margin-right: 6px;
}
.signin-pw-item {
    width: 446px;
    height: 22px;
    border: 1px solid #d4d4d8;
    border-radius: 8px;
    box-sizing: content-box;
    background: #ffffff;
    padding: 16px;
    margin-bottom: 4px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.signin-pw-icon-item {
    width: 24px;
    height: 24px;
    background: url('/auction/resource/static/image/desktop/membership/signin/signin_pw.svg') no-repeat center center;
    background-size: cover;
    margin-right: 6px;
}
.signin-input-item {
    width: 420px;
    height: 52px;
}
.signin-input-item input[type="text"],
.signin-input-item input[type="password"] {
    width: 388px !important;
    height: 40px !important;
    border: none !important;
    border-radius: 0 !important;
    box-sizing: content-box !important;
    box-shadow: none !important;
    background: #ffffff !important;
    padding: 0 16px;
    margin: 6px 0;
}
.signin-auto-base {
    margin: 20px 0 24px 0;
}
.signin-button-item {
    width: 480px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    color: #ffffff;
    font-size: 18px;
    background: linear-gradient(to bottom, #76C1DE 0%, #1E92C0 100%);
    cursor: pointer;
}
.simple-signup-base {
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px auto 0 auto;
    font-size: 16px;
    color: #767676;
}
.simple-search-item {
    cursor: pointer;
}
.simple-signup-bar {
    width: 1px;
    height: 12px;
    background: #d4d4d8;
    margin: 0 16px;
}
.simple-signup-item {
    color: #1E92C0;
    cursor: pointer;
}
.simple-signin-title-base {
    width: 480px;
    height: 26px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 40px auto 24px auto;
    font-size: 18px;
    color: #505050;
}
.simple-signin-title-text {
    width: 78px;
    height: 26px;
    padding: 0 24px;
}
.simple-signin-title-bar {
    width: 177px;
    height: 1px;
    line-height: 20px;
    background: #d4d4d8;
}
.simple-signin-button-base {
    width: 128px;
    height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.naver-signin-button {
    width: 48px;
    height: 48px;
    background: url('/auction/resource/static/image/desktop/membership/signin/naver_signin_button.svg') no-repeat center center;
    background-size: cover;
}
.kakao-signin-button {
    width: 48px;
    height: 48px;
    background: url('/auction/resource/static/image/desktop/membership/signin/kakao_signin_button.svg') no-repeat center center;
    background-size: cover;
    margin-left: 32px;
}
/* 로그인 종료 ::::::::::::::::::::::::::::::::::::::::::::::::::: */