.elementor-9626 .elementor-element.elementor-element-05f0fbc{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-9626 .elementor-element.elementor-element-c157d83{--display:flex;--gap:30px 30px;--row-gap:30px;--column-gap:30px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-9626 .elementor-element.elementor-element-4a1f3a3{text-align:center;}.elementor-9626 .elementor-element.elementor-element-4a1f3a3 .elementor-heading-title{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );color:var( --e-global-color-fecf621 );}.elementor-9626 .elementor-element.elementor-element-c546abe.elementor-element{--flex-grow:1;--flex-shrink:0;}#elementor-popup-modal-9626 .dialog-widget-content{background-color:var( --e-global-color-text );border-radius:8px 8px 8px 8px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}#elementor-popup-modal-9626{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-9626 .dialog-message{width:480px;height:auto;padding:40px 40px 40px 40px;}#elementor-popup-modal-9626 .dialog-close-button{display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-9626 .elementor-element.elementor-element-4a1f3a3 .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-9626 .elementor-element.elementor-element-4a1f3a3 .elementor-heading-title{font-size:var( --e-global-typography-accent-font-size );line-height:var( --e-global-typography-accent-line-height );letter-spacing:var( --e-global-typography-accent-letter-spacing );}#elementor-popup-modal-9626 .dialog-message{width:320px;padding:28px 28px 28px 28px;}}/* Start custom CSS for shortcode, class: .elementor-element-c546abe */.cosmosfarm-members-form.signin-form.default {
    width: 100%;
    margin: 0 !important;
}

.div_text {
    margin-bottom: 12px !important;
}

.button_div {
    margin-bottom: 30px !important;
}

.link-text.register, .link-text.pwdreset {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
    text-align: center !important;
    color: #9CA3AF !important;
}

input {
    height: 54px !important;
    padding: 16px !important;
    border-radius: 8px !important;
    font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
    font-size: var(--e-global-typography-7eca425-font-size) !important;
}

.buttons {
    line-height: 1 !important;
    font-weight: 700 !important;
    background-color: #323232 !important;
}

.buttons:hover {
    background-color: #006CE0 !important;
}

.cosmosfarm-social-login {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cosmosfarm-social-login-title {
    display: none !important;
}

/* */

[for="log"], [for="pwd"], .button_div label {
    display: none !important;
}

.cosmosfarm-social-login {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* 네이버 로그인 */

a[title="naver"]{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;
    max-width: 450px !important;
    height: 48px !important;

    background: #00C300 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

a[title="naver"] img{
    position: absolute !important;
    left: 24px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;

    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;

    z-index: 2 !important;
}

a[title="naver"]::after{
    content: "네이버로 시작하기" !important;
    color: #ffffff !important;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-size: var(--e-global-typography-ada082d-font-size) !important;
    font-weight: 700 !important;
    position: relative !important;
    z-index: 2 !important;
}

/* 카카오 로그인 */

a[title="kakao"]{
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 450px !important;
    height: 48px !important;
    background: #FFEA26 !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

a[title="kakao"] img{
    position: absolute !important;
    left: 20px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 40px !important;
    height: 40px !important;
    object-fit: contain !important;
    z-index: 2 !important;
}

a[title="kakao"]::after{
    content: "카카오로 시작하기" !important;
    color: #3A2020 !important;
    font-size: var(--e-global-typography-ada082d-font-size) !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -0.3px !important;
    position: relative !important;
    z-index: 2 !important;
    pointer-events: none !important;
}

svg.eicon-close{
    width: 36px !important;
    height: 36px !important;

    background:url("https://lawpsy.kr/wp-content/uploads/2026/05/close-ico.svg") center center / contain no-repeat !important;
}

svg.eicon-close use{
    display:none !important;
}/* End custom CSS */