.elementor-kit-6{--e-global-color-primary:#003DA5;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Noto Sans KR";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Noto Sans KR";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Noto Sans KR";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Noto Sans KR";--e-global-typography-accent-font-weight:500;font-family:"Noto Sans KR", Sans-serif;}.elementor-kit-6 a{color:#003DA5;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1100px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:768px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body *{
    word-break:keep-all;
}
.unselectable {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
    Sub Navigation bar scroll on mobile
*/
.sub-nav-menu .elementor-nav-menu--layout-horizontal .elementor-nav-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    /*-webkit- -scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;*/
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: auto;
}

/* Phone and Tablet */
@media screen and (max-width: 1024px){
    .sub-nav-menu nav:after{
        content: "\00BB";
        display: flex;
        align-items: center;
        white-space: nowrap;
        margin-right: 5px;
    }

    .sub-nav-menu nav:before{
        content: "\00AB";
        display: flex;
        align-items: center;
        white-space: nowrap;
        margin-left: 5px;
    }
    
    .sub-nav-menu li:hover a{
    color:#7a7a7a !important;
}

.sub-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:hover:after{
    opacity: 0 !important
}
}

/* only phone */
@media screen and (max-width: 768px) {
    /*
        https://elementor.com/help/menu-anchor-widget/
        height and negative margin value would be total sticky header height
    */
    body:not(.elementor-editor-active) .elementor-menu-anchor:before {
      content: "";
      display:block;
      height: 85px; /* fixed header height*/
      margin: -85px 0 0; /* negative fixed header height */
      visibility: hidden;
      pointer-events: none;
    }
}

/* only tablet */
@media screen and (min-width: 769px) and (max-width:1024px){
    body:not(.elementor-editor-active) .elementor-menu-anchor:before {
      content: "";
      display:block;
      height: 135px; 
       /*fixed header height*/
      margin: -135px 0 0; 
       /*negative fixed header height */
      visibility: hidden;
      pointer-events: none;
    }
}

/* Desktop */
@media screen and (min-width: 1025px) {
    body:not(.elementor-editor-active) .elementor-menu-anchor:before {
      content: "";
      display:block;
      height: 155px; 
       /*fixed header height*/
      margin: -155px 0 0; 
       /*negative fixed header height */
      visibility: hidden;
      pointer-events: none;
    }
    .sub-nav-menu li:hover a{
    color:#0BA1E7 !important;
}

.sub-nav-menu .elementor-nav-menu--main:not(.e--pointer-framed) .elementor-item:hover:after{
    background-color: #0BA1E7 !important;
    opacity: 1 !important;
}
}

/* 
    form label required mark
*/
label.elementor-field-label:after{
    color: #0BA1E7 !important;
    padding-left: 0 !important;
    margin-left: -0.1em;
}

/* 
    margin between label and form field 
*/
label.elementor-field-label {
    margin-right: 25px;
}

/* 
    company mega-menu style
*/
.jet-mega-menu-item:nth-child(2) .jet-mega-menu-mega-container{
    left: -300px !important;
}

.jet-mega-menu-item:nth-child(5) .jet-mega-menu-mega-container__inner
{
    width: 180px;
}
/* resize captcha button */
.elementor-g-recaptcha{
    transform: scale(0.80);
    transform-origin: 0 0;
}

/* Solutions Flip box fix */
.aligned-flip-box img {
    max-height: 75px;
    width: auto !important;
    object-fit: contain;
}

.jet-slick-dots,.slick-arrow{
    z-index: 9 !important;
}/* End custom CSS */