
/* This file is a common area of the web bus. Please do not edit.
============================================ */
/*--- 이파일은 웹버스의 공통 영역입니다. 수정하지 말아주세요. ---*/

/*로그인페이지*/
.cosmosfarm-members-form .form-top {
    border: none;
}

.cosmosfarm-members-form .form-bottom {
    border: none;
    background-color: unset;
}

.cosmosfarm-members-form .form-bottom .form-button {
    background-color: #eeeeee;
}

.cosmosfarm-members-form .form-top .form-top-wrap .form-input-row label {
    padding: 0 0 0 25px;
}

.form-input-row label {
  position: relative;
}

.form-input-row label[for="log"]::before {
  content: '\e08a'; 
  font-family: 'ETmodules';
  font-weight: normal;
  position: absolute;
  left: 0px; 
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px; 
  color: #555;
}

.form-input-row label[for="pwd"]::before {
  content: '\e001'; 
  font-family: 'ETmodules';
  font-weight: normal;
  position: absolute;
  left: 0px; 
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px; 
  color: #555;
}

.et_pb_wc_description_0_tb_body.et_pb_wc_description .et_pb_module_inner { display: none;}

/*헤더로그인버튼팝업*/
header .et_builder_inner_content .et_pb_newsletter_description_content .cosmosfarm-social-login-title {
padding: 0;
display:none;
}

header .et_builder_inner_content .cosmosfarm-social-login a {
    zoom: 0.8;
   padding: 0px;
}

header .et_builder_inner_content .et_pb_module.et_pb_text_align_left {
    text-align: center;
}

header .et_builder_inner_content .et_pb_column_4_4 .et_pb_newsletter.et_pb_login .et_pb_newsletter_description {
    width: 100%;
}

header .cosmosfarm-social-login {
    margin-right: -50px;
    margin-left: -50px;
}

header .et_builder_inner_content .et_pb_login_0_tb_header .et_pb_newsletter_form .input {
    font-size: 12px;
}

header .et_pb_login_0_tb_header.et_pb_login .et_pb_newsletter_button.et_pb_button {
    font-size: 12px !important;
}

/*회원가입필드양식*/
.div_multicheckbox {
    font-size: 1.2em; /* Adjust the font size to match the example */
}

.div_multicheckbox input[type="checkbox"],
.div_multicheckbox label {
    display: inline-block;
    vertical-align: top;
    margin: 5px 0;
}

.div_multicheckbox input[type="checkbox"] {
    margin-right: 10px;
    width: 18px; /* Adjust the checkbox size */
    height: 18px; /* Adjust the checkbox size */
}

.div_multicheckbox .div_multicheckbox_separator {
    display: block; /* Ensure the separator is displayed as a block element */
    margin-bottom: 10px;
    font-weight: bold;
}
