.elementor-kit-5{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-f42c283:#06321D;--e-global-color-34234af:#171717;--e-global-color-1424ffa:#3D1214;--e-global-color-215fda0:#ADBD9D;--e-global-color-e142c1a:#FFFFFF;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-733d674-font-family:"Nanum Myeongjo";--e-global-typography-e965d67-font-family:"Outfit";font-family:"Outfit", Sans-serif;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Outfit", Sans-serif;}.elementor-kit-5 h1{font-family:"Nanum Myeongjo", Sans-serif;font-weight:800;}.elementor-kit-5 h2{font-family:"Nanum Myeongjo", Sans-serif;font-weight:800;}.elementor-kit-5 h3{font-family:"Nanum Myeongjo", Sans-serif;font-weight:800;}.elementor-kit-5 h4{font-family:"Nanum Myeongjo", Sans-serif;font-weight:800;}.elementor-kit-5 h5{font-family:"Nanum Myeongjo", Sans-serif;font-weight:800;}.elementor-kit-5 h6{font-family:"Nanum Myeongjo", Sans-serif;font-weight:800;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1230px;}.e-con{--container-max-width:1230px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */a {
    color: inherit;
}

/* Forms */
.cwp-step {
    display: none;
}

.cwp-step--one {
    display: block;
}

.cwp-form .form-group {
    margin-bottom: 15px;
}

.cwp-form input,
.cwp-form select {
    color: #06321d;
    font-weight: 400;
}

.cwp-form input {
    border-radius: 0;
    padding: 1rem 1.2rem;
    border-color: #CCC;
}

.cwp-form select {
    height: 60px;
    border-radius: 0;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    
  background-color: #ffffff;
  border: 1px solid #ccc;
  border-radius: 0;
  padding: 1rem 1.2rem;
  font-size: 16px;
  color: #333;
  width: 100%;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 16px;
  transition: border-color 0.3s ease;
}

.cwp-form ::placeholder {
  color: #000000;
  opacity: 1;
}

.cwp-form label.error {
    color: #d84848;
    font-size: 0.85rem;
}

#agreementA-error {
    order: 3;
    width: 100%;
    display: block;
    margin-top: 10px;
}

.cwp-form .form-check--one {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.cwp-form .form-check,
.cwp-form .form-radio {
    display: flex;
}

.cwp-form .form-radio {
    margin-bottom: 10px;
}

.cwp-form .form-check-label {
     font-size: 0.9rem;
     line-height: 1.2;
     margin-left: 10px !important;
}

.cwp-form .form-check-label a {
    text-decoration: underline;
}

@media(max-width: 767px) {
    .cwp-form .form-check {
        align-items: flex-start;
    }
    .cwp-form .form-check--one {
        flex-wrap: nowrap;
    }
}

.cwp-form .form-radio-input {
    margin-right: 10px;
}

.cwp-form .form-check-input {
    padding: 10px;
    appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 10px;
  height: 10px;
  border: 2px solid #999;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  transition: border 0.3s, background-color 0.3s;
  border-radius: 0;
  background-color: #CDD6D2;
  border-color: #CDD6D2;
}


.cwp-form .form-check-input:checked {
  background-color: #ADBD9D;
  border-color: #ADBD9D;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cwp-form .form-check-input:checked::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cwp-form .form-check-label {
    margin-left: 15px;
}

.cwp-form input[type="submit"] {
    max-width: 100%;
    width: 280px;
    padding: 0.7rem 1rem;
    background-color: #06321d;
    border-color: #06321d;
    color: white;
}

.cwp-form input[type="submit"]:hover {
    background-color: #06321d;
}

.cwp-form .disclaimer {
    font-size: 0.9rem;
    font-style: italic;
}

.cwp-form .form-group-option {
    display: none;
}

@media(max-width: 767px) {
    .cwp-form .form-check {
        align-items: flex-start;
    }
    .cwp-form p,
    .cwp-form .form-group-option ul li,
    .cwp-form .form-radio-label,
    .cwp-form .form-check-label { 
        font-size: 0.9rem;
    }
    .cwp-form input[type="submit"] {
        display: block;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Nanum Myeongjo';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dgp.bornmediagroup.com/wp-content/uploads/2025/05/nanum-myeongjo-v30-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Nanum Myeongjo';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://dgp.bornmediagroup.com/wp-content/uploads/2025/05/nanum-myeongjo-v30-latin-800.woff2') format('woff2');
}
/* End Custom Fonts CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://dgp.bornmediagroup.com/wp-content/uploads/2025/05/outfit-v11-latin-regular.woff2') format('woff2');
}
@font-face {
	font-family: 'Outfit';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://dgp.bornmediagroup.com/wp-content/uploads/2025/05/outfit-v11-latin-300.woff2') format('woff2');
}
/* End Custom Fonts CSS */