@charset "utf-8";
/*
Theme Name:     demo
Description:    eCIS에서 제작한 커스텀 테마입니다.
Author:         Ecis co.,ltd.
Author URI:     http://clubj.co.kr/
*/

/* common */

/* font - pretendard */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

/* font - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');


* {
    font-family: 'Montserrat', 'Pretendard', sans-serif;
    letter-spacing: 0;
    line-height: 1.5;
    font-style: normal;
    word-break: keep-all;
}


*::placeholder {
    color: #bbb;
    font-weight: 300;
}


p {
    line-height: inherit;
    margin: auto;
}

.elementor a{
    color: inherit;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

h1,
.heading-size-1,
h2,
.heading-size-2,
h3,
.heading-size-3 {
    margin: 0;
    letter-spacing: 0;
}

table {
    margin: 0;
    font-size: inherit;
    border-top: 2px solid #1E2A7B;
}

table thead {
    background: #f7f7f7;
    color: #333;
    text-align: center;
}

table th {
    font-weight: 500;
    background: #f7f7f7;
}

table th,
td {
    border: 1px solid #eee;
    white-space: normal;
    vertical-align: middle;
    padding: 1rem 2rem;
}

section{
    padding: 0;
}

/* header */
#site-header {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    background: transparent;
}

#site-header:hover{
    background: #fff;
}

#site-header:hover .header-inner:after,
#site-header.fixed:hover .header-inner:after{
    content: '';
    position: absolute;
    bottom: -300px;
    left: 0;
    right: 0;
    width: 100%;
    height: 300px;
    background: #f7f7f7;
}


#site-header.fixed *{
    transition: ease all .5s;
}
#site-header.fixed{
    position: fixed;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

#site-header.fixed .header-inner{
    padding: 1.2rem 0;
}



#site-header.fixed .primary-menu ul {
    top: 44px !important;
}
#site-header.fixed .primary-menu ul a{
    font-size: 1.6rem !important;
}

#site-header.fixed .site-logo a,
#site-header:hover .site-logo a{
    background: url('/wp-content/uploads/2024/11/logo.png');
    background-size: cover;
}

#site-header:hover .primary-menu>li,
#site-header.fixed .primary-menu>li{
    border-color: #a6a7b0;
}

#site-header:hover .site-logo img{
    visibility: hidden;
    max-height: 6rem;
}

#site-header.fixed .site-logo img{
    visibility: hidden;
    max-height: 5rem;
}


#site-header .header-inner{
    max-width: 160rem;
    padding: 1.4rem 0;
    justify-content: center;
    position: relative;
}

.site-description{
    display: none;
}

.primary-menu ul:before {
    height: 3rem;
}

.primary-menu>li {
    margin: 1rem 0 0 5rem;
    padding: 0 0 0 5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.5);    
}
.primary-menu>li:first-child{
    border: 0;
}

.primary-menu>li:hover {
    overflow: visible;
}

.primary-menu>li img{
    display: inline-block;
}

nav li.menu-contact img {
    margin: 0 0 1px 4px;
}

body:not(.overlay-header) .primary-menu>li>.icon {
    display: none;
}

.primary-menu a:hover, .primary-menu a:focus, .primary-menu .current_page_ancestor,
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a{
    text-decoration: none;
}


.primary-menu ul a{
    font-size: 1.7rem;
    padding: 0;
    margin: 0 0 1.2rem 0;
    color: #666;
}
.primary-menu ul a:hover{
    color: #1E2A7B;
    font-weight: 600;
    text-decoration: underline;
}
.primary-menu a {
    text-transform: capitalize;
}

/* #site-header .header-inner .primary-menu>li.menu-item-object-custom>a{
    font-size: 1.4rem;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 0.6rem 1.6rem;
} */

#site-header.fixed .header-inner .primary-menu>li>a{
    font-size: 2rem;
}

#site-header .header-inner .primary-menu>li>a {
    font-size: 2.4rem;
    text-decoration: none;
    color: rgba(255,255,255,0.6);
    padding: 0;
    text-transform: uppercase;
    font-weight: 600;
}

#site-header .header-inner .primary-menu>li>a:hover{
    color: #000;
}

#site-header:hover .header-inner .primary-menu>li>a,
#site-header.fixed .header-inner .primary-menu>li>a{
    color: rgba(0,0,0,0.6) !important;
}

#site-header:hover .header-inner .primary-menu>li.current-menu-parent>a,
#site-header.fixed .header-inner .primary-menu>li.current-menu-parent>a{
    color: #1E2A7B !important;
}

#site-header .header-inner .primary-menu>li.current_page_item>a,
#site-header .header-inner .primary-menu>li.current_page_ancestor>a {
    color: #fff;
}

ul.primary-menu {
    align-items: center;
}

#site-header:hover .primary-menu ul {
    display: block;
    opacity: 1;
    top: 57px;
    left: 0;
    right: 0;
    border-radius: 0 !important;
    width: 21rem;
    transform: none !important;
    padding: 1.6rem 0;
    margin: 0 0 0 5rem;
    height: 300px;
}

.primary-menu ul{
    display: none;
    border-radius: 0 !important;
    width: 25rem;
    transform: none !important;
}


.site-logo img{
    max-height: 6rem;
}


body:not(.overlay-header) .primary-menu ul {
    background-color: transparent !important;
    color: #222 !important;
    left: 50%;
    margin-left: -10rem;
}

body:not(.overlay-header) .primary-menu>li>ul:after {
    content: none;
}
.nav-toggle .toggle-inner{
    padding-top: 0.3rem;
}

/* body.home.fp-viewing-1 #site-header,
body.home.fp-viewing-3 #site-header {
    
} */



.mobile-nav-toggle .toggle-inner .toggle-text {
    display: none;
}
.nav-toggle .toggle-icon, .nav-toggle svg{
    height: 2rem;
    width: 2.6rem;
}
.home .nav-toggle .toggle-icon,
.home .nav-toggle svg{
    color: #fff;
}

body:after {
    display: block;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    transition: opacity ease-in 0.25s;
    z-index: -1;
}

body.showing-menu-modal:after {
    z-index: 1000;
    opacity: .5;
    transition: opacity ease-out 0.15s;
}

.menu-modal {
    transition: transform ease-in 0.25s, left ease-in .25s;
    width: 70%;
    transform: translateX(100%);
    opacity: 1;
    z-index: 1001;
    left: 100%;
    right: auto;
}

.menu-modal.active {
    transform: translateX(0);
    left: 30%;
    transition: transform ease-out 0.25s, left ease-out .25s;
}

.menu-wrapper {
    width: 100%;
}

.menu-modal .toggle .toggle-text {
    display: none;
}

.modal-menu {
    width: 100%;
    left: 0;
}

button.sub-menu-toggle {
    border-left: 0;
}

.modal-menu li {
    border: 0;
}

.modal-menu li a {
    color: #222;
}

.modal-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4rem;
    background: #f7f7f7;
}

.modal-menu>li>.ancestor-wrapper>a {
    font-size: 18px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    font-weight: 500;
}

.menu-wrapper .active {
    margin-bottom: 1.5rem;
}


button.sub-menu-toggle svg {
    width: 1.2rem;
}

@media screen and (max-width: 699px) {
    .header-inner {
        padding: 2rem 0;
    }

    button.close-nav-toggle {
        padding: 2.7rem 2.5rem;
    }
}

/* footer */
footer{
    color: #67697b;
    font-size: 1.6rem;
}

footer address{
    margin: 0;
}
footer address ul li{
    display: inline-block;
    margin: 0 4rem 0 0;
}
footer address ul li:last-child{
    margin: 0;
}

footer address ul li b{
    color: #a6a7b0;
    margin: 0 2rem 0 0;
    font-weight: 500;
}

#site-footer .section-inner {
    max-width: 1140px;
}

.to-the-top {
    position: fixed;
    right: 2rem;
    bottom: -50px;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.75);
    border-radius: 3px;
    overflow: hidden;
}

.to-the-top.fixed {
    bottom: 5rem;
}

.to-the-top span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    border-width: 2px 0 0 2px;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -9px;
}


@media screen and (max-width: 1140px) {

    #site-header{
        position: relative;
    }



}

@media screen and (max-width: 991px) {

    .site-logo img {
        height: 4rem;
    }

    #site-header:hover .header-inner:after, #site-header.fixed:hover .header-inner:after{
        content: none;
    }

    .technical-services .sub-menu-sticky{
        top: 64px !important;
    }

    

    footer{
        font-size: 1.4rem;
    }



}






@media screen and (max-width: 768px) {


    .header-inner {
        padding: 1.2rem 0;
    }

    nav li.menu-contact a{
        margin: 1rem 0 0 2rem;
    }
    
    nav.mobile-menu > ul > li{
        border-top: 1px solid #eee;
    }
    
    nav.mobile-menu > ul > li:last-child{
        border: none;
        margin: 0;
    }

    .menu-wrapper .active{
        margin: 0;
    }
    
    footer{
        font-size: 1.4rem;
    }


}