 @charset "UTF-8";
 /* CSS Document */

html.lang-ko, html.lang-ko body {
    font-family: 
        "Noto Sans KR",
        "Apple SD Gothic Neo",
        "Malgun Gothic",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI", 
        sans-serif;
}

html.lang-ja, html.lang-ja body {
    font-family: "Noto Sans JP", sans-serif;
}
html.lang-en, html.lang-en body {
    font-family:
        "Inter",
        "Segoe UI",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        "Helvetica Neue",
        Arial, 
        sans-serif;
}
html.lang-vi, html.lang-vi body {
    font-family:
        "Noto Sans",
        "Arial",
        system-ui,
        -apple-system,
        BlinkMacSystemFont,
        sans-serif;
}


 /* container max size : 1650px !important */
/** 카카오 상담 버튼 */
.kakao-channel-button {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  border: none;
  background-color: transparent;
  z-index: 90;
}
/** //카카오 상담 버튼 */
.scroll-top {
    position: fixed;
    right: 24px;
    bottom: calc(36px + 65px);
    border-radius: 600px;
    width: 65px;
    height: 65px;
    background: #1E1E1ED9;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: opacity 0.3s;
    opacity: 0;
    z-index: 90;
}
 .header {
     width: 100vw;
     position: fixed;
/*     height: 5rem;*/
     z-index: 100000;
     transition: all 0.2s;
 }

 .header.open {
     height: calc(5rem + 230px);
 }

 .header::before {
     content: "";
     height: 0;
     position: absolute;
     z-index: 1000;
     background: rgba(255, 255, 255, 0.2);
     width: 100%;
     left: 0;
     top: 5rem;
 }

 .header.open::before {
     height: 1px;
 }

 .header.sub {
     background-color: rgba(0, 0, 0, 0.7);
 }

 .header-inner {
     display: flex;
     justify-content: space-between;
     align-items: center;
     max-width: 1650px;
     margin: 0 auto;
     padding: 0 1rem;
 }

 .header-nav {
     /*
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    transition: all 0.2s;
*/
     display: flex;
     position: relative;
 }

 .header-inner a {
     padding: 0 1.8rem;
     color: white;
     font-size: 1.25rem;
     font-weight: 500;
     display: block;
     line-height: 4rem;
     font-family: "Inter", sans-serif;
 }
a.header-logo {
    padding: 0;
    max-width: 126px;
}

 a.language {
/*     font-weight: 400;*/
     display: flex;
     align-items: center
 }



 .lang-icon {
     height: 1.25rem;
 }

 .header-inner .mobile a {
     line-height: inherit
 }

 .header-logo,
 .footer-logo {
     width: 8.438rem;
 }

 .header-list {
     padding: 0;
     display: flex;
 }

 .header-list * {
     color: white;
     font-size: 1.25rem;
     font-weight: 700;
 }

 .header-list > li > a.active {
     color: #DE5543;
 }

 .header-list a:hover {
     color: #DE5543;
 }

 .header-hamburger {
     background-color: transparent;
     border: none;
 }
.mobile-header {background: black}

.header-accordion-header {
    padding: 0 1.4rem;
    line-height: 5rem;
}
.header-accordion-header:hover > * {
    color: #DE5543;
}
.header-accordion-header.show > * {
    color: #DE5543;
}
.header-accordion-header.show > .material-symbols-outlined {
    transform: rotate(180deg)
}
.header-accordion {
    padding: 0 2.8rem;
    display: none;
}
.header-accordion.show {
    display: block;
}
.header-accordion > h5 {
    font-size: 1rem;
    padding: 15px 0 5px 0;
}
.header-accordion > h5:first-child {
 padding: 0 0 5px 0;   
}
.header-accordion > .accordion-item {
    font-size: 0.875rem;
    font-weight: 500 !important;
    color: rgba(255,255,255,0.7);
    padding: 5px 0;
}
 .footer {
     background-color: black;
     padding: 4.063rem 7.438rem;
     color: white;
 }
.footer a {
    color: #eeeeee;
}
.footer a:hover {
    text-decoration: underline;
}

 .footer-logo {
     margin-bottom: 3.75rem;
 }
.footer fs14 {font-weight: 400}
.footer-last {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


 @media (max-width:1199px) {
     .header {
         padding: 0 20px;
     }
     .header.open {height: 5rem;}
     .header.open::before{height:0}

     .header-nav {
         display: block;
         position: static;
         width: 100vw;
     }

     .header-list {
         position: absolute;
         display: flex;
         top: 0;
         left: 100vw;
         background-color: rgba(0,0,0,0.7);
         width: 100%;
         flex-direction: column;
         align-items: flex-start;
         justify-content: flex-start;
         transition: all 0.2s;
         height:100vh;
     }
     .header-list.active {
         left: 0;
         background-color: rgba(0,0,0,0.9);
     }

     .header-list > div {
         padding: 1.563rem 1.25rem;
     }

     .header-list > li {
         width: 100%;
     }

     .header-close {
         background-color: transparent;
         border: none;
     }

    

     .footer {
         padding: 4.063rem 1.25rem;
     }
     .footer-last {flex-direction: column; align-items: flex-start}
 }


/* service, technology 사용 */
/* side title */
.side-area {
    display: flex;
    align-items: center;
    padding: 6rem 0;
}

.side-area > * {
    width: 50%;
    padding-right: 1rem
}

.side-area > h5 {
    font-weight: 700;
    font-size: 3rem;
}

.side-area > p {
    font-size: 1.25rem;
    line-height: 1.7;
}

.side-img {
    width: 100%;
}

.side-img > img {
    width: 100%
}

.side-card {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-bottom: 6rem;
}
.side-card > h6 {
    font-size: 1.5rem;
    font-weight: 700;
    padding-right: 2rem;
    word-break: keep-all;
    max-width: 12.5rem;
}

.side-card > .card-inner {
    width: 28%;
    padding: 2.5rem;
    background: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: rgba(54, 54, 54, 1);
    min-height: 25rem;
    margin-right: 1rem;
}
.side-card.four > .card-inner {width: 24.5%}
.card-inner:last-child {margin-right: 0}
.card-inner.red {
    color: white;
    background: rgba(222, 85, 67, 1);
}
.card-inner .num {
    color: rgba(222, 85, 67, 1);
    font-weight: 700
}
.card-inner.red .num {color: white}
.card-inner h6 {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 1rem;
}
.card-inner h6.text-center {font-size:1.8rem}
.card-inner p {margin-bottom: 0.4rem}
.card-inner > img {
    display: inline-block;
    width: 6.25rem;
    height: 6.25rem;
    align-self: flex-end;
}
@media (max-width: 1199px) {
    .side-area {
        flex-direction: column;
        align-items: flex-start;
        padding: 4rem 0;
    }
    .side-area > * {
        width: 100%
    }
    .side-area > h5 {
        font-size: 2.2rem
    }
    .side-area > p {
        padding-top: 1rem
    }
    .side-card {flex-direction: column}
    .side-card > h6 {
        font-size: 1.3rem; 
        margin-bottom: 0.5rem;
        width: 100%
    }
    .side-card > .card-inner {
        min-height: 5rem;
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
        padding: 1.5rem
    }
    .side-card.four > .card-inner {width: 100%;}
    .card-inner > img {
        width: 4rem;
        height: 4rem;
    }
    .card-inner h6.text-center {font-size: 1.3rem}
}


.language-dropdown a {
	color: #555;
}
/* // side title */