@charset "utf-8";

/**
 * @author https://www.cosmosfarm.com/
 */

.cosmosfarm-members-form {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 380px;
}

.cosmosfarm-members-form form {
    margin: 0;
    padding: 0;
    width: 100%;
}

.cosmosfarm-members-form img {
    display: inline;
    border: 0;
}

.cosmosfarm-members-form a {
    position: static;
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    background-image: none;
    cursor: pointer;
    vertical-align: middle;
    text-shadow: none;
    text-decoration: none;
    box-shadow: none;
    outline: none;
}

.cosmosfarm-members-form fieldset {
    position: static;
    display: block;
    margin: 0;
    padding: 0;
    min-width: 0;
    border: 0;
    background-color: transparent;
    overflow: hidden;
}

.cosmosfarm-members-form legend {
    display: none;
}

.cosmosfarm-members-form label {
    float: none;
    position: static;
    display: block;
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 15px;
    line-height: 20px;
}

.cosmosfarm-members-form select,
.cosmosfarm-members-form input[type=text],
.cosmosfarm-members-form input[type=email],
.cosmosfarm-members-form input[type=date],
.cosmosfarm-members-form input[type=url],
.cosmosfarm-members-form input[type=number],
.cosmosfarm-members-form input[type=password] {
    position: static;
    display: block;
    margin: 0;
    padding: 24px 12px;
    width: 100%;
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    border: 0;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    color: #fff;
    background: none;
    background-color: #121212;
    box-shadow: none;
    border-radius: 5px;
    cursor: text;
}

.cosmosfarm-members-form input[type=checkbox] {
    position: static;
    height: auto;
    width: auto;
}

.cosmosfarm-members-form button,
.cosmosfarm-members-form input[type=submit] {
    position: static;
    display: block;
    margin: 0;
    padding: 0 20px !important;
    width: 100%;
    max-width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    color: white;
    border: 0;
    box-shadow: none;
    border-radius: 5px;
    cursor: pointer;
    background: var(--color-primary-light);
    border: 1px solid var(--color-primary-border-light);
    border-radius: 4px;
    color: var(--color-primary);
    transition: all 0.3s ease;
}

.cosmosfarm-members-form button:hover,
.cosmosfarm-members-form input[type=submit]:hover,
.cosmosfarm-members-form button:focus,
.cosmosfarm-members-form input[type=submit]:focus {
    background: var(--color-primary-hover-bg);
    border-color: var(--color-primary-hover);
    color: var(--color-primary-hover);
}

.cosmosfarm-members-form textarea {
    position: static;
    display: block;
    margin: 0;
    padding: 12px;
    width: 100%;
    max-width: 100%;
    height: 200px;
    line-height: normal;
    border: 1px solid #c4c4c4;
    font-size: 15px;
    box-sizing: border-box;
    outline: none;
    color: #1a1a1a;
    background: none;
    background-color: white;
    box-shadow: none;
    border-radius: 2px;
    cursor: text;
}

.cosmosfarm-members-form textarea:hover,
.cosmosfarm-members-form textarea:focus {
    border: 1px solid #c4c4c4;
    background: none;
    background-color: white;
    box-shadow: none;
}

.cosmosfarm-members-form input.cursor-pointer {
    cursor: pointer;
}

.cosmosfarm-members-form input.cursor-default {
    cursor: default;
}

.cosmosfarm-members-form .policy_content {
    padding: 12px;
    height: 200px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    box-sizing: border-box;
    overflow-y: auto;
    color: #1a1a1a;
    background-color: #f2f2f2;
    border-radius: 2px;
}

.cosmosfarm-members-form .policy_content:hover,
.cosmosfarm-members-form .policy_content:focus {
    border: 0;
}

.cosmosfarm-members-form .req {
    color: red;
}

.cosmosfarm-members-form .div_multicheckbox,
.cosmosfarm-members-form .div_multiselect,
.cosmosfarm-members-form .div_checkbox,
.cosmosfarm-members-form .div_textarea,
.cosmosfarm-members-form .div_select,
.cosmosfarm-members-form .div_number,
.cosmosfarm-members-form .div_image,
.cosmosfarm-members-form .div_radio,
.cosmosfarm-members-form .div_file,
.cosmosfarm-members-form .div_text {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.cosmosfarm-members-form .div_multiselect select {
    height: auto;
}

.cosmosfarm-members-form .div_checkbox label {
    display: inline;
    margin: 0;
    padding: 0 10px 0 0;
}

.cosmosfarm-members-form .div_checkbox input {
    display: inline;
    margin: 0;
    padding: 0;
}

.cosmosfarm-members-form .add-buttons {
    position: relative;
}

.cosmosfarm-members-form .add-buttons .add-buttons-wrap {
    position: absolute;
    right: 5px;
    top: 8px;
}

.cosmosfarm-members-form .add-buttons .add-buttons-wrap button {
    padding: 0 15px !important;
    width: auto;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
    font-weight: normal;
    background: #494949 !important;
    color: #d5d3d3;
    border: 0;
}

.cosmosfarm-members-form .button_div {
    margin: 0 0 20px 0;
    overflow: hidden;
}

.cosmosfarm-members-form .button_div label {
    letter-spacing: -1px;
    font-size: 13px;
    cursor: pointer;
}

.cosmosfarm-members-form .button_div label input[type=checkbox] {
    margin: 4px;
    cursor: pointer;
    vertical-align: middle;
}

.cosmosfarm-members-form .link-text {
    margin: 0 0 5px 0;
    text-align: right;
}

.cosmosfarm-members-form .captcha {
    margin: 0 0 20px 0;
    text-align: left;
}

.cosmosfarm-members-form .captcha .g-recaptcha {
    display: block;
    margin: 0 auto;
    width: 304px;
}

.cosmosfarm-members-form .agree {
    margin: 0 0 20px 0;
}

.cosmosfarm-members-form .agree textarea {
    cursor: default;
    height: 100px;
}

.cosmosfarm-members-form .agree label {
    cursor: pointer;
}

.cosmosfarm-members-form .password-strength-meter-display {
    font-size: 13px;
}

.cosmosfarm-members-form .password-strength-meter-display.good {
    color: #2196F3;
}

.cosmosfarm-members-form .password-strength-meter-display.bad {
    color: #FF9800;
}

.cosmosfarm-members-form .field-description {
    font-size: 13px;
}

.cosmosfarm-members-form .message {
    margin: 20px 0;
    padding: 20px;
    background-color: #f0f0f0;
    text-align: center;
}

.cosmosfarm-members-form .message {
    /* margin: 20px 0; */
    padding: 15px 15px;
    background-color: #ffffff12;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}

.cosmosfarm-members-form .message p {
    margin: 0;
}

.cosmosfarm-members-form .message a {
    font-size: 14px;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #c4c4c4;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.cosmosfarm-members-form .message a {
    padding: 0 5px;
    border: 0;
    color: #d7d7d7;
    text-decoration: underline;
    height: auto;
    line-height: normal;
}

.cosmosfarm-members-form .profile-header {
    position: relative;
    margin: 30px 0;
}

.cosmosfarm-members-form .profile-header input[type=file] {
    position: absolute !important;
    margin: -1px !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    border: 0 !important;
    box-shadow: none !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
}

.cosmosfarm-members-form .profile-header .avatar-img {
    margin-bottom: 15px;
    text-align: center;
}

.cosmosfarm-members-form .profile-header .avatar-img .change-avatar-message {
    display: block;
    margin: 4px 0;
    font-size: 12px;
    line-height: 12px;
    color: RGBA(0, 0, 0, 0.5);
}

.cosmosfarm-members-form .profile-header .avatar-img img {
    float: none;
    display: inline;
    margin: 0;
    padding: 0;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 1px solid #eaebeb;
    box-shadow: none;
    vertical-align: middle;
    pointer-events: none;
}

.cosmosfarm-members-form .profile-header .avatar-img label {
    float: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.cosmosfarm-members-form .profile-header .display-name {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #444444;
}

.cosmosfarm-members-form .members-link {
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #3399cc;
    border-left: 1px solid #2c91c4;
    border-top: 1px solid #2c91c4;
    overflow: hidden;
}

.cosmosfarm-members-form .members-link li {
    display: table;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none !important;
    width: 50%;
    height: auto;
    background: none;
}

.cosmosfarm-members-form .members-link li a {
    display: table-cell;
    padding: 10px;
    height: 80px;
    color: white;
    text-align: center;
    background: none;
    border-right: 1px solid #2c91c4;
    border-bottom: 1px solid #2c91c4;
    text-decoration: none;
    word-break: break-all;
}

.cosmosfarm-members-form .members-link li a:hover {
    border-bottom: 1px solid #2c91c4;
    text-decoration: underline;
}

.cosmosfarm-social-login {
    text-align: center;
}

.cosmosfarm-social-login .cosmosfarm-social-login-title {
    padding: 10px 0 0 0;
}

.cosmosfarm-social-login a {
    position: static;
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 5px;
    box-shadow: none;
}

.cosmosfarm-social-login a img {
    display: inline;
    width: 40px !important;
    border: 0;
    box-shadow: none;
    vertical-align: middle;
}

.cosmosfarm-members-form .cosmosfarm-social-login {
    padding-bottom: 20px;
    text-align: left;
}

.cosmosfarm-members-form .cosmosfarm-social-login .cosmosfarm-social-login-title {
    padding: 0;
}

@media screen and (max-width: 600px) {
    .cosmosfarm-members-form {
        width: 100% !important;
        padding: 0 15px;
    }
    .cosmosfarm-members-form .members-link li {
        width: 100% !important;
    }
}

.login-container {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
}

.login-container .logo-link {
    max-width: 200px;
}

.login-header p {
    font-size: 19px;
    margin: 5px 0 40px;
}

.login-header h3 {
    font-size: 42px;
    margin: 0;
    background: linear-gradient(90deg, var(--color-primary-hover, #A57D47) 0%, var(--color-primary, #C9A86A) 30%, #FFFFFF 50%, var(--color-primary, #C9A86A) 70%, var(--color-primary-hover, #A57D47) 100%);
    background-size: 200% auto;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: goldCardShine 3s ease-out forwards;
}

@keyframes goldCardShine {
    0% {
        background-position: 200% center;
    }
    100% {
        background-position: -200% center;
    }
}

.login-header {
    width: 100%;
    text-align: center;
    color: #fff;
}

.social-login-section a {
    width: 380px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0px 0;
    background: #f5f5f5;
    color: #333;
    border-radius: 30px;
    padding: 0 20px;
    min-height: 53px;
}

.social-login-section .email-login-link a {
    width: auto;
    background: transparent;
    color: #c9c9c9;
    font-size: 14px;
}

.cosmosfarm-social-login {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 20px;
}

.social-login-section hr {
    background-color: #eeeeee !important;
}

.social-login-button {
    width: 100%;
}

.social-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 48px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: opacity 0.2s;
    padding: 0 16px;
}

.social-button:hover {
    opacity: 0.9;
}

.social-button .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.social-button .icon svg {
    width: 20px;
    height: 20px;
}

.social-button .text {
    flex: 1;
    text-align: center;
    margin-right: 24px;
    /* icon 너비만큼 오프셋 */
    font-weight: 700;
}


/* 네이버 버튼 스타일 */

.naver-button .social-button {
    background-color: #03C75A;
    color: #fff;
}

.naver-button .social-button svg {
    fill: #fff;
}

.naver-button .social-button .icon svg {
    width: 16px;
    height: 16px;
}


/* 카카오 버튼 스타일 */

.kakao-button .social-button {
    background-color: #ffc71e;
    color: #161702;
}

.kakao-button .social-button svg {
    fill: #161702;
    width: 22px;
    height: 22px;
}


/* 구글 버튼 스타일 */

.google-button .social-button {
    background-color: #fff;
    color: #000000;
}


/* 페이스북 버튼 스타일 */

.facebook-button .social-button {
    background-color: #1877F2;
    color: #fff;
}

.facebook-button .social-button svg {
    fill: #fff;
}

.login-container .input-wrapper {
    margin-bottom: 25px;
}

.login-container .login-options {
    position: relative;
    display: flex;
    justify-content: space-around;
    padding: 15px 0;
}

.login-container .login-options a {
    color: #989898;
    font-size: 14px;
}

.login-container .login-options:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-right: 1px solid #494949;
    height: 17px;
}

.cosmosfarm-members-form.loginfailed {
    display: none;
}

.login-container .alert-message {
    color: #FF5722;
    font-size: 13px;
    margin: -7px 0 15px;
}

.cosmosfarm-members-form.register_success {
    display: none;
}


/* 로그인 구분선 스타일 */

.login-divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0 0;
}

.login-divider::before,
.login-divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #4d4d4d;
}

.login-divider span {
    padding: 0 15px;
    font-size: 12px;
    color: #888;
}

.cosmosfarm-members-form.signup-form.default {
    max-width: 450px;
}