.elementor-5590 .elementor-element.elementor-element-2993c417{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:60px 60px;--row-gap:60px;--column-gap:60px;--padding-top:120px;--padding-bottom:120px;--padding-left:0px;--padding-right:0px;}.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-5590 .elementor-element.elementor-element-10643bd{text-align:center;}.elementor-5590 .elementor-element.elementor-element-10643bd .elementor-heading-title{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );color:var( --e-global-color-fecf621 );}.elementor-5590 .elementor-element.elementor-element-7c1a9ed{--display:flex;}.elementor-5590 .elementor-element.elementor-element-6ae8a91.elementor-element{--flex-grow:1;--flex-shrink:0;}@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-5590 .elementor-element.elementor-element-10643bd .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}@media(max-width:767px){.elementor-5590 .elementor-element.elementor-element-2993c417{--padding-top:60px;--padding-bottom:60px;--padding-left:16px;--padding-right:16px;}.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-5590 .elementor-element.elementor-element-10643bd .elementor-heading-title{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );letter-spacing:var( --e-global-typography-text-letter-spacing );}}/* Start custom CSS for shortcode, class: .elementor-element-6ae8a91 *//* 공통 input */
.div_text input {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif !important;
    padding: 16px !important;
    height: 56px !important;
    border: 1px solid rgba(0,0,0,0.1) !important;
    border-radius: 8px !important;
}

.button_div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.buttons {
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    font-weight: 700;
    background-color: #323232 !important;
    border-radius: 8px !important;
    height: 56px !important;

    width: auto !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 20px 40px !important;
    line-height: 1.2 !important;
}

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

.link-text-username {
    width: 100% !important;
    display: flex;
    justify-content: center;
    font-family: var(--e-global-typography-text-font-family), Sans-serif !important;
    color: #9CA3AF !important;
}

/* 메뉴 */

.cosmosfarm-members-form {
    width: 100%;
    margin: 0 !important;
}

.profile-header {
    display: none;
}

.cosmosfarm-members-form {
    width: 100% !important
}

.members-link {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    background: none !important;
    border: none !important;
}

.members-link li {
    width: calc((100% - 24px) / 3) !important;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
}

.cosmosfarm-members-form .members-link li a {
    border: none !important;
    color: #6B7280 !important;
}

.cosmosfarm-members-form .members-link li a:hover {
    text-decoration: none !important;
    color: #fff !important;
    background-color: #006CE0 !important;
    border-radius: 8px !important;
}

/* 비밀번호 변경 */
.pwdreset-form {
    width: 720px !important;
    margin: 0 auto !important;
}

.pwdreset-form label {
    display: none !important;
}

/* 아이디찾기 */
.getusername-form {
    width: 720px !important;
    margin: 0 auto !important;
}

.getusername-form label {
    display: none !important;
}

/* 비밀번호 변경 회원 */
fieldset {
    width: 720px !important;
    margin: 0 auto !important;
}

[for="current_password"], [for="pass1"], [for="pass2"] {
    display: none !important;
}/* End custom CSS */