.elementor-1592 .elementor-element.elementor-element-d99d7d2{--display:flex;--min-height:100vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--padding-top:140px;--padding-bottom:140px;--padding-left:10px;--padding-right:10px;}.elementor-1592 .elementor-element.elementor-element-d99d7d2:not(.elementor-motion-effects-element-type-background), .elementor-1592 .elementor-element.elementor-element-d99d7d2 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#090D1A;}.elementor-1592 .elementor-element.elementor-element-872092e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1592 .elementor-element.elementor-element-b6b231d .elementor-heading-title{font-size:60px;font-weight:400;line-height:1.2em;color:#FFFFFF;}.elementor-1592 .elementor-element.elementor-element-ca2cf1f .elementor-heading-title{font-size:60px;line-height:1.2em;color:#FFFFFF;}.elementor-1592 .elementor-element.elementor-element-bb518d8 > .elementor-widget-container{margin:20px 0px 0px 0px;}.elementor-1592 .elementor-element.elementor-element-bb518d8{font-size:20px;color:#FFFFFF80;}.elementor-1592 .elementor-element.elementor-element-a2d9241{--display:flex;}@media(max-width:1024px){.elementor-1592 .elementor-element.elementor-element-d99d7d2{--min-height:0vh;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1592 .elementor-element.elementor-element-b6b231d .elementor-heading-title{font-size:42px;}.elementor-1592 .elementor-element.elementor-element-ca2cf1f .elementor-heading-title{font-size:42px;}.elementor-1592 .elementor-element.elementor-element-bb518d8{font-size:16px;}}@media(max-width:767px){.elementor-1592 .elementor-element.elementor-element-d99d7d2{--min-height:0vh;--padding-top:60px;--padding-bottom:60px;--padding-left:10px;--padding-right:10px;}.elementor-1592 .elementor-element.elementor-element-b6b231d .elementor-heading-title{font-size:36px;}.elementor-1592 .elementor-element.elementor-element-ca2cf1f .elementor-heading-title{font-size:36px;}.elementor-1592 .elementor-element.elementor-element-bb518d8{font-size:15px;}}/* Start custom CSS for wpforms, class: .elementor-element-5c0c4d3 *//*----------------Dark Theme WPForms Setting---------------*/
.main-custom-form .wpforms-field {
  padding: 5px 0 !important;
}

/* 입력 필드 기본 스타일 */
.main-custom-form .wpforms-field > input,
.main-custom-form .wpforms-field textarea,
.main-custom-form .wpforms-field select,
.main-custom-form .wpforms-datepicker,
.main-custom-form .wpforms-timepicker,
.main-custom-form .wpforms-uploader {
  background-color: transparent !important;
  border: none !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3) !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  padding: 10px 0 !important;
  transition: all 0.3s ease-in-out;
}

/* 입력 필드 높이 설정 */
.main-custom-form .wpforms-field > input,
.main-custom-form .wpforms-field select {
  height: 50px !important;
}

/* 포커스 상태 스타일 */
.main-custom-form .wpforms-field > input:focus,
.main-custom-form .wpforms-field textarea:focus,
.main-custom-form .wpforms-field select:focus,
.main-custom-form .wpforms-datepicker:focus,
.main-custom-form .wpforms-timepicker:focus,
.main-custom-form .wpforms-uploader:focus,
.main-custom-form .wpforms-focus {
  border-bottom: 2px solid var(--e-global-color-uicore_primary) !important;
  box-shadow: none !important;
}

/* placeholder 스타일 */
.main-custom-form .wpforms-field input::placeholder,
.main-custom-form .wpforms-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.6) !important;
}

/* 제출 버튼 스타일 */
.main-custom-form .wpforms-form button[type="submit"] {
  background-color: var(--e-global-color-uicore_primary) !important;
  border: none !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}

.main-custom-form .wpforms-form button[type="submit"]:hover {
  background-color: var(--e-global-color-uicore_primary) !important;
  opacity: 0.9;
}

/* 버튼 스타일링 */
.main-custom-form button.wpforms-submit {
  font-weight: 700 !important;
  font-family: "Pretendard" !important;
  font-size: 18px !important;
  padding: 20px 40px !important;
  height: auto !important;
  border-radius: 10px !important;
}

/* 체크박스와 라디오 버튼 스타일링 */
.wpforms-container.main-custom-form input[type="checkbox"]:checked:before,
.wpforms-container.main-custom-form input[type="radio"]:checked:before {
  border-color: var(--e-global-color-uicore_primary) !important;
  box-shadow: 0 0 0 1px var(--e-global-color-uicore_primary),
    0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}

.wpforms-container.main-custom-form input[type="checkbox"]:focus:before,
.wpforms-container.main-custom-form input[type="radio"]:focus:before {
  border: 1px solid var(--e-global-color-uicore_primary) !important;
  box-shadow: 0 0 0 1px var(--e-global-color-uicore_primary),
    0px 1px 2px rgba(0, 0, 0, 0.15);
  outline: none;
}

.wpforms-container.main-custom-form input[type="checkbox"]:checked:after {
  border-left: 4px solid var(--e-global-color-uicore_primary);
  border-bottom: 4px solid var(--e-global-color-uicore_primary);
}

.wpforms-container.main-custom-form input[type="radio"]:checked:after {
  background-color: var(--e-global-color-uicore_primary);
}

/* 라벨 스타일링 */
.main-custom-form .wpforms-field-label {
  color: #ffffff !important;
  margin-bottom: 8px !important;
}

/* 체크박스 라벨 스타일 */
.main-custom-form .wpforms-field-checkbox .wpforms-field-label-inline {
  color: #ffffff !important;
}

.main-custom-form .wpforms-field-checkbox legend.wpforms-field-label {
  color: #ffffff !important;
}

.main-custom-form .info-agree {
  margin-top: 10px !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.main-custom-form .info-agree label {
  font-weight: 500 !important;
}

/* 에러 메시지 스타일 */
.main-custom-form .wpforms-error {
  color: #ff6b6b !important;
}

/* 반응형 스타일 */
@media screen and (max-width: 690px) {
  .main-custom-form .wpforms-field > input,
  .main-custom-form .wpforms-field select {
    height: 45px !important;
  }
  .main-custom-form button.wpforms-submit {
    font-size: 16px !important;
    padding: 15px 30px !important;
  }
}/* End custom CSS */