.elementor-727 .elementor-element.elementor-element-7e65569{--display:flex;--min-height:400px;--justify-content:flex-end;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:8%;--padding-right:8%;}.elementor-727 .elementor-element.elementor-element-6fb7972.elementor-element{--align-self:center;}.elementor-727 .elementor-element.elementor-element-412e13e{--display:flex;}.elementor-727 .elementor-element.elementor-element-c11d8b1{--display:flex;--min-height:50vh;--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;--justify-content:center;--align-items:center;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:8%;--padding-bottom:8%;--padding-left:8%;--padding-right:8%;}.elementor-727 .elementor-element.elementor-element-b157f5d{--display:flex;--justify-content:flex-start;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:6%;--padding-right:0%;}.elementor-727 .elementor-element.elementor-element-b0e9a41{--display:flex;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:6%;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-727 .elementor-element.elementor-element-488f39e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-727 .elementor-element.elementor-element-d105442{--display:flex;--min-height:50vh;--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;--justify-content:center;--align-items:flex-start;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:8%;--padding-left:8%;--padding-right:8%;--z-index:2;}.elementor-727 .elementor-element.elementor-element-b88c5e3{--display:flex;--justify-content:flex-start;--gap:40px 40px;--row-gap:40px;--column-gap:40px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:6%;--padding-right:6%;}:root{--page-title-display:none;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button{bottom:20px;right:20px;width:50px;height:50px;z-index:9999;opacity:0.5;background-color:var( --e-global-color-primary );border-radius:50px;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button i{font-size:30px;color:#ffffff;}.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button svg{width:30px;height:30px;fill:#ffffff;}@media(max-width:1024px){.elementor-727 .elementor-element.elementor-element-b157f5d{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-727 .elementor-element.elementor-element-b0e9a41{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-727 .elementor-element.elementor-element-b88c5e3{--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}@media(min-width:768px){.elementor-727 .elementor-element.elementor-element-7e65569{--content-width:100%;}.elementor-727 .elementor-element.elementor-element-c11d8b1{--content-width:100%;}.elementor-727 .elementor-element.elementor-element-b157f5d{--width:50%;}.elementor-727 .elementor-element.elementor-element-b0e9a41{--width:50%;}.elementor-727 .elementor-element.elementor-element-d105442{--content-width:100%;}.elementor-727 .elementor-element.elementor-element-b88c5e3{--width:100%;}}/* Start custom CSS for html, class: .elementor-element-792a4b2 */.submenu {
  display: flex;
  justify-content: space-between;
  background: #f2f2f2;
  padding: 6px;
  border-radius: 40px;
  max-width: 100%;
  margin: 0 auto;
  gap: 10px;
}

.menu-item {
  position: relative;
  flex: 1;
  text-align: center;
  padding: 12px 0;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  z-index: 0;
  transition: color 0.3s ease;
}

.menu-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 120%;
  left: -10%;
  background: #0166B4;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
  border-radius: 50px;
}

.menu-item:hover::before {
  transform: scaleX(1);
}

.menu-item:hover {
  color: #fff;
}

.menu-item.active {
  background: #0166B4;
  color: #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-03d4a7a */.project-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    border-top: solid 2px #222;
}

.project-table th,
.project-table td {
    padding: 8px;
    height: 80px;
    vertical-align: middle;
}

.project-table th {
    background-color: #f5f5f5;
    color: #222;
}

.project-table td {
    border-bottom: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
}

.project-table td:last-child {
    border-right: none;
}

.elementor-727 .elementor-element.elementor-element-03d4a7a .project-table tr:last-child {
    color: #0166B4;
    font-weight: 600;
}

/* 팝업 */
.popup-btn {
    font-family: "Pretendard", "Apple SD Gothic Neo", Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    background: #0166B4;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 90%;
    width: 100%;
    max-height: 90%;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.popup-close {
    float: right;
    margin-bottom: 24px;
    font-size: 24px;
    cursor: pointer;
}

.popup-content h3 {
    font-size: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-16b84e4 */.elementor-727 .elementor-element.elementor-element-16b84e4 p.animated-paragraph {
    font-size: 18px;
    text-align: center;
    color: #999;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6148af8 */.project-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    border-top: solid 2px #222;
}

.project-table th,
.project-table td {
    padding: 8px;
    height: 80px;
    vertical-align: middle;
}

.project-table th {
    background-color: #f5f5f5;
    color: #222;
}

.project-table td {
    border-bottom: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
}

.project-table td:last-child {
    border-right: none;
}

.project-table th:first-child,
.project-table td:first-child {
    width: 10%;
}

.elementor-727 .elementor-element.elementor-element-6148af8 .project-table tr:last-child {
    color: #0166B4;
    font-weight: 600;
}

/* 팝업 */
.elementor-727 .elementor-element.elementor-element-6148af8 .popup-btn {
    font-family: "Pretendard", "Apple SD Gothic Neo", Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    background: #0166B4;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 1200px;
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.popup-close {
    float: right;
    margin-bottom: 24px;
    font-size: 24px;
    cursor: pointer;
}

.popup-content h3 {
    font-size: 24px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a5db29 */.project-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 18px;
    line-height: 1.5;
    text-align: center;
    border-top: solid 2px #222;
}

.project-table th,
.project-table td {
    padding: 8px;
    height: 80px;
    vertical-align: middle;
}

.project-table th {
    background-color: #f5f5f5;
    color: #222;
}

.project-table td {
    border-bottom: solid 1px #f5f5f5;
    border-right: solid 1px #f5f5f5;
}

.project-table td:last-child {
    border-right: none;
}

.project-table th:first-child,
.project-table td:first-child {
    width: 10%;
}

.elementor-727 .elementor-element.elementor-element-2a5db29 .project-table tr:last-child {
    color: #00A261;
    font-weight: 600;
}

/* 팝업 */
.elementor-727 .elementor-element.elementor-element-2a5db29 .popup-btn {
    font-family: "Pretendard", "Apple SD Gothic Neo", Helvetica, Arial, sans-serif;
    padding: 12px 20px;
    background: #00A261;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    border: none;
    cursor: pointer;
}/* End custom CSS */