@charset "utf-8";


/* ******************** component ******************** */

/* input */ 
@import "../../component/input-style";

/* input */ 
@import "../../component/check-style";

/* btn-style */ 
@import "../../component/button-style";

/* btn-style */ 
@import "../../component/vertical-table";

/* pop-style */ 
@import "../../component/pop-style";

/* captcha-style */ 
@import "../../component/captcha";




/* ******************** email ******************** */ 

.email-pop {
  .popup {
    height: 840px !important; max-height: 85vh;
    .modal-text-area {
      padding: 20px;
    }
  }
  
  /* 라디오 인풋 */
  .check-input {
    &.inline {
      display:inline-block;
    }
    input[type="radio"] {       
      & + label:before {
        background-image:url("../../../img/common/radio.svg");
      }    
    }
  }
}
