/*---------- font ----------*/
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
body, h1, h2, h3, h4, h5, h6 {font-family: 'Pretendard-Regular', 'Noto Sans KR', sans-serif;}
h1, h2, h3, h4, h5, h6 {word-break:keep-all}

/*---------- common ----------*/
.clear-after:after {content:"";display:block;clear:both}
p, li {font-size:14px;word-break:keep-all;color:#707070}
ul {margin-bottom:0}

/* 편집 버튼 */
.btn-edit-admin {position:fixed;top:120px;right:-1px;width:130px;padding:5px 10px;background:rgba(255, 255, 255, 0.9);box-shadow:0 0 1px rgba(0,0,0,.7);z-index:99}
.btn-edit-mode-wrap {position:relative;width:100%}
.btn-edit-mode {display:none;position:absolute;width:100%;z-index:5}
.btn-edit-mode a {display:inline-block !important;width:auto;padding:1px 8px !important;color:#fff !important}

/* Wrapper */
/* 전체 배경색 #fff 에서 #0F0D0E 로 변경 */
.wrapper {background:#000 !important;}
.wrapper-inner {overflow:hidden; background: #000;}
@media (min-width:1280px){
    .wrapper-inner.box-layout {width:1200px;margin:0 auto;box-shadow:0 0 3px rgba(0,0,0,0.4)}
}

/* 스크롤 바 */
body::-webkit-scrollbar {
    width: 8px;  /* 스크롤바의 너비 */
}

body::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background: #E31E26; /* 스크롤바의 색상 */
    
    border-radius: 10px;
}

body::-webkit-scrollbar-track {
    background: rgba(0,0,0,.85);  /*스크롤바 뒷 배경 색상*/
}

/*---------- Header ----------*/
/* .header {position:absolute;width:100%;top:0;left:0;z-index:999;background:rgba(255,255,255,0.9);box-shadow:0 0 3px rgba(0,0,0,0.3)} */
/* header background 와 box shadow 삭제 */
.header.scrolled {
    transition: background-color 0.5s ease;
}
.header {position:absolute;width:100%;top:0;left:0;z-index:999;color: #fff;}
.header#header-fixed {position:fixed}
.header-inner:after {content:"";display:block;clear:both}
.header-left {float:left;width:50%}
.header-right {float:right;width:50%}
/* 로고 */
.header-logo {margin:15px 0}
.header-logo span {display:block;line-height:25px;font-size:25px;font-weight:bold;color:#fff}
.header-logo img {display:block;max-height:36px;width:auto}
.mobile-nav-trigger {display:block}
.mobile-nav-trigger a {color:#fff;line-height:60px;font-size:24px}

/* 툴바 */
.tool-bar ul {margin:0;text-align:right}
.tool-bar ul li {padding:0}
.tool-bar ul li a {display:block;padding:0 5px;line-height:55px;font-size:15px;color:#555}
.tool-bar ul li a:hover {color:#E31E26}
/* 검색 */
.search-box {position:absolute;top:100%;left:0;width:100%;padding:30px;background:#fff;border-bottom:1px solid #333;border-top:1px solid #333;box-shadow:0 0 1px rgba(0,0,0,.3);display:none}
.search-box .eyoom-form .input {width:100%;padding-right:40px;border-bottom:1px solid #707070}
.search-box .eyoom-form .input input {background:none;color:#707070;border:0 none !important;width:100%;height:35px;padding:0 10px;font-size:20px}
.search-box .eyoom-form .input input:focus {box-shadow:0 none;border:0 none}
.search-box .input .button {background:none;color:#555;font-size:20px;border-left:0;font-weight:100;height:35px;padding:0 5px}
@media (max-width:991px){
    .mobile-nav-title {padding:15px;margin:0;color:#fff;background:#272329;font-size:18px;font-weight:300}
    .search-box {padding:15px 0}
    .search-box .eyoom-form .input {box-sizing:border-box}
    .search-box .eyoom-form .input input, .search-box .input .button {height:30px;font-size:14px}
}
@media (min-width:992px){
    .header-left {width:20%}
    .header-center {width:60%;float:left}
    .header-right {width:20%}
    .mobile-nav-trigger, .mobile-nav-title {display:none}
}

/*---------- Header Nav - 메인메뉴 ----------*/
.header-nav .navbar-nav > li .dropdown-menu li a i {position:absolute;right:15px;top:15px}
/* 992px 이상 메뉴 - pc */
@media (min-width: 992px) {
    .nav.navbar-nav li a {
        transition: color 0.5s ease;
    }
    .header-nav .navbar-nav {float:none;display:flex;justify-content:center;padding:0 15px;}
    .header-nav .navbar-nav > li > a {padding:0 10px;line-height:55px;font-size:16px;font-weight:300;color:#fff;}
    .header-nav .navbar-nav > li > a:hover, .header-nav .navbar-nav > li.active > a {color:#fff;background:none}
    .header-nav .navbar-nav > li.open > a {font-weight:700;color:#E31E26;background:none}
    .header-nav .navbar-nav > li > a:after {content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:#E31E26;-webkit-transform:scale3d(0, 1, 1);-moz-transform:scale3d(0, 1, 1);-o-transform:scale3d(0, 1, 1);-ms-transform:scale3d(0, 1, 1);transform:scale3d(0, 1, 1);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out}
    .header-nav .navbar-nav > li > a:hover:after, .header-nav .navbar-nav > li.active > a:after, .header-nav .navbar-nav > li.open > a:after {-webkit-transform:scale3d(1, 1, 1);-moz-transform:scale3d(1, 1, 1);-o-transform:scale3d(1, 1, 1);-ms-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1)}
    .header-nav .dropdown-menu > .active > a, .header-nav .dropdown-menu > .active > a:hover, .header-nav .dropdown-menu > .active > a:focus {background:none;font-weight:700;color:#E31E26}
    .header-nav .navbar-nav > li > ul {left:50%;padding:0;margin-left:-80px;text-align:center;border:0 none}
    .header-nav .navbar-nav > li > ul {padding:0;text-align:center;border:0 none}
    .header-nav .navbar-nav > li > ul > li {position:relative}
    .header-nav .navbar-nav > li > ul > li a {padding:10px;font-size:14px}
    .header-nav .navbar-nav > li > ul > li .dropdown-menu {left:100%;top:0;padding:0;border:1px solid #eee}
    .nav > li > a:focus {background:none}

    /* 1) 서브메뉴가 위에서 아래로 투명도가 0.3초 뒤에 서서히 나타남 */
    /* .nav.navbar-nav .dropdown-menu {
        transition: max-height 0.3s, opacity 0.3s !important;
        max-height: 0 !important;
        opacity: 0 !important;
        overflow: hidden !important;
        display: block !important; /* Bootstrap의 기본 'display: none'을 재정의하려면 이 줄이 필요합니다.
    } */
  
    /* 부모 항목에 마우스를 올렸을 때의 상태 */
    /* .nav.navbar-nav li.dropdown:hover .dropdown-menu {
        max-height: 500px !important; /* 이 값을 조절하여 펼침 메뉴의 최대 높이를 설정할 수 있습니다. 
        opacity: 1 !important;
    } */

    /* 2) 서브메뉴가 점점 커지면서 나타남 */
    .nav.navbar-nav .dropdown-menu {
        transition: transform 0.3s, opacity 0.3s;
        transform: scale(0, 0);
        opacity: 0;
        overflow: hidden;
        display: block; 
        transform-origin: top center;
      }
      
      .nav.navbar-nav li.dropdown:hover .dropdown-menu {
        transform: scale(1, 1);
        opacity: 1;
      }
}
@media (min-width: 1200px) {
    .header-nav .navbar-nav > li > a {margin:5px 35px; color: #fff;}
}

/* 992px 미만 메뉴 - 모바일 */
@media (max-width: 991px) {
    .sidebar.left {z-index:999;display:none;position:fixed;top:0;left:0;bottom:0;width:50%;background:rgba(255,255,255, 0.9)}
    .sidebar-left-mask {display:none}
    .sidebar-left-mask.active {display:block;position:fixed;top:0;bottom:0;left:0;right:0;z-index:998;background:#000;opacity:0.5}
    .sidebar .sidebar-left-content.active {position:relative;height:100%;width:100%;box-shadow:0 0 5px rgba(0,0,0,0.25);overflow-y:auto;-webkit-overflow-scrolling:touch}
    .header-nav .navbar-nav {position:relative;margin:0;float:none}
    .header-nav .navbar-nav > .nav-li-space {height:44px;border-bottom:none;border-top:1px solid #e5e5e5;background:#f2f2f2}
    .header-nav .navbar-nav > li {float:none}
    .header-nav .navbar-nav > li > a {font-size:14px;padding:10px 15px;color:#333 !important;}
    .header-nav .navbar-nav > li a {border-bottom:1px solid #DADADA}
    .header-nav .navbar-nav > li > .cate-dropdown-open {position:absolute;top:1px;right:0;width:40px;height:40px;line-height:40px;margin:0;padding:0;text-align:center;border:0 none;border-left:1px solid #DADADA;z-index:9}
    .header-nav .navbar-nav > li > .cate-dropdown-open:before {content:"\f067";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#656565}
    .header-nav .navbar-nav > li > .cate-dropdown-open:hover {border-top:0}
    .header-nav .navbar-nav > li.open > .cate-dropdown-open:before {content:"\f068";font-family:'Font Awesome\ 5 Free';font-weight:900;color:#000}
    /* .header-nav .navbar-nav .open .dropdown-menu {border:0;float:none;width:auto;margin:0;padding:0;position:static;box-shadow:none;background-color:transparent} */
    .header-nav .navbar-nav .open .dropdown-menu > li > a {color:#555;line-height:26px}
    .header-nav .navbar-nav .open .dropdown-menu > li:first-child > a {border-top:0 none}
    .header-nav .navbar-nav .open .dropdown-menu > li > a, .header-nav .navbar-nav .open .dropdown-menu .dropdown-header {padding:5px 15px 5px 25px}
    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {color:#fff;background:#909090}
    .header-nav .navbar-nav > .open > a, .header-nav .navbar-nav > .open > a:hover, .header-nav .navbar-nav > .open > a:focus {color:#E31E26 !important;background:inherit}
    .header-nav .navbar-nav > .active > a, .header-nav .navbar-nav > .active > a:hover, .header-nav .navbar-nav > .active > a:focus {color:#E31E26 !important;background:inherit}
    .header-nav .navbar-nav .dropdown .dropdown-submenu > a {font-size:12px}
    .header-nav .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {color:#555;line-height:22px;border-top:0 none;padding:5px 15px 5px 30px}
    .header-nav .navbar-nav .dropdown-submenu > .dropdown-menu {display:block}
    .header-nav .navbar-nav .dropdown-menu .dropdown-submenu.active > a, .header-nav .navbar-nav .dropdown-menu .dropdown-submenu.active > a:hover {color:#fff}

    .nav>li>a:hover, .nav>li>a:focus {background:none}
    .nav .open>a, .nav .open>a:hover, .nav .open>a:focus {border-color:#dadada}
}

/* 테마 스크롤 스파이 */
.theme-scrollspy-bar {position:fixed;right:-170px;top:50%;z-index:50;transform:translateY(-50%) rotate(90deg);padding:10px;background:#EAE9E9;border-left:3px solid #F35533}
.theme-scrollspy-bar:after {content:"";display:block;clear:both}
.theme-scrollspy-bar ul {float:left}
.theme-scrollspy-bar li a {position:relative;padding:0 12px;font-size:11px;color:#909090;transition:all .3s ease}
.theme-scrollspy-bar li a:hover, .theme-scrollspy-bar li.active a {color:#000;background:none !important}
.theme-scrollspy-bar li a:after {content:"";display:block;position:absolute;left:1px;top:50%;width:4px;height:4px;background:#909090;transition:all .3s ease;border-radius:50% !important}
.theme-scrollspy-bar li a:hover:after, .theme-scrollspy-bar li.active a:after {background:#000}
.theme-scrollspy-bar .theme-url {float:left;padding-left:15px;margin-top:5px;font-size:11px;line-height:11px;color:#909090;border-left:1px solid #ccc}
.theme-scrollspy-bar .theme-url:before, .theme-scrollspy-bar .theme-url:after {content:"";display:block;position:absolute;border-right:20px solid transparent;border-left:0 solid transparent}
.theme-scrollspy-bar .theme-url:before {right:-19px;bottom:0;border-bottom:20px solid #EAE9E9}
.theme-scrollspy-bar .theme-url:after {right:-19px;top:0;border-top:20px solid #EAE9E9}
@media (max-width:991px){
    .theme-scrollspy-bar {display:none}
}

/* 서브 타이틀 */
.sub-title {
    position:relative;
    margin-top:64px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
    background-image: url(/vnimg/sub-page-img.png);
}
.sub-title .middle_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 320px;
}
.sub-title:after {content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:rgba(0,0,0,0.35)}
.sub-title-caption {position:relative;height:320px;padding:90px 0 0;text-align:center;z-index:3}
.sub-title-caption h2 {position:relative;margin:0 0 20px;font-size:70px;line-height:70px;color:#fff;font-weight:bold;}
.sub-title-caption h2:after {content:"";position:absolute;bottom:-15px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:#fff}
.sub-title-caption .breadcrumb {background:none}
.sub-title-caption .breadcrumb li, .sub-title-caption .breadcrumb li a {font-size:16px;color:#eee}
@media (max-width:1199px) {
    .sub-title-caption h2 {letter-spacing:0}
}
@media (max-width:992px) {
    .sub-title-caption {height:220px;padding-top:60px}
    .sub-title-caption h2 {font-size:50px;line-height:50px}
}
@media (max-width:767px) {
    .sub-title-caption h2 {
        font-size: 32px !important;
    }
    .sub-title-caption .breadcrumb li, .sub-title-caption .breadcrumb li a {
        font-size: 14px !important;
    }
}

/* Basic Body */
.wide-layout .basic-body-main {padding:0;overflow:hidden; background: #000 !important;}
.basic-body > .container {padding-top:80px;padding-bottom:80px; background: #000;}

/*---------- Footer ----------*/
.footer {position:relative;background:#191919}
/* 사선 */
/* 사선 형태로 된 block display: none 으로 */
/* .footer.footer-main:before {content:"";display:block;height:190px;width:120%;position:absolute;left:50%;top:0;transform:rotate(-5deg) translateX(-50%) translateY(-100%);transform-origin:center top;background:#191919} */
.footer.footer-main:before {display: none;}
/* .footer-top-inner {position:relative;padding:50px 0 30px;border-bottom:1px solid rgba(255,255,255,.3)} */
.footer-top-inner {position:relative;padding:50px 0 30px;}
.footer-logo a {display:inline-block}
.footer-logo a h2 {margin:0;color:#ddd;font-size:24px;font-weight:bold;line-height:30px}
.footer-logo a img {max-height:30px;width: 100%;}
.footer-menu {margin:0;text-align:right}
.footer-menu li {line-height:30px; font-size: 12px; color: #fff !important;}
.footer-menu li a {color:#fff;font-size:14px;font-weight:bold}
.footer-menu li a:hover {color:#fff}
.footer-menu li .divider {color:#4d5559;padding-left:15px}

.footer-bottom-inner {padding:30px 0 50px}
.footer-info, .footer-info p {color:#999;font-size:13px}
.footer-bottom a {color:#fff}
.footer-info address {margin:0 0 10px;line-height:22px}
.footer-info .info-divider {color:#4d5559;padding:0 5px}
.footer-bottom a:hover {color:#4fb0df}
.footer-info p {margin:0}
@media (max-width:1199px){
    .footer.footer-main:before {display:none}
}
@media (max-width:991px){
    .footer-menu {margin-top:10px;text-align:left}
    .footer-info {margin-bottom:20px}
}
@media (max-width:767px){
    .header-logo img {width: 50%;}
    .footer-logo a img {
        width: 50%;
    }
    .footer-top-inner {padding:40px 0 15px}
    .footer-menu li {padding:0}
    .footer-menu li a {font-size:11px}
    
    .footer-menu li .divider {padding-left:5px}
    .footer-bottom-inner {padding:15px 0 40px}
    .footer-info, .footer-bottom a, .footer-info p {font-size:12px}
}

/* 서브 페이지 공통 스타일 적용 */
.red {
    color: #E31E26 !important;
}
.gray {
    color: #656565;
    font-size: 1.5vmin;
}
.bold {
    font-weight: bold;
}
.big {
    font-weight: 600;
    font-size: 4.6vmin;
}
/* 형광펜 효과
.greetings-intro > p{cursor: pointer;}
.greetings-intro > p:hover .line:after{
  width:100%;
}
.line{
  display: inline-block; 
  position: relative;
}
.line:after{
  content:"";
  width: 0;
  height: 12px;
  display: inline-block;
  background: rgba(250,250,250,0.3);
  position: absolute;
  bottom:0;
  left:0;
  z-index:-1;
  transition: 0.2s all;
} */

/* 인사말 페이지 */
.greetings-contents {
    display: flex;
}
.represent-img {
    width: 35%;
}
.greetings-right-contents {
    width: 65%;
    padding: 160px;
}
.greetings-name {
    padding-bottom: 50px;
}
.greetings-name .name {
    font-size: 4.6vmin;
    font-weight: 600;
}
.greetings-menu ul li {
    color: #fff;
    padding: 8px 0;
    font-size: 1.8vmin;
}

.greetings-intro {
    text-align: center;
    padding: 160px 0;
}
.greetings-intro p {
    color: #fff;
    font-size: 2.4vmin;
    line-height: 36px;
}

.greetings-history {
    text-align: center;
    margin-top: 20px;
}
.greetings-history h2 {
    font-size: 4.6vmin;
    font-weight: 600;
}
.greetings-history h2::after{
    content: "";
    position: absolute;
    bottom: 450px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1.2px;
    background: #fff;
}
.greetings-history .historys {
    margin-top: 20px;
}
.greetings-history .historys p {
    color: #fff !important;
    padding: 8px 0 !important;
    font-size: 1.8vmin !important;
}

/* 회사개요 페이지 */
.company .company-section img {
    width: 50%;
}
.company .company-section p {
    line-height: 1.8em;
    color: #fff;
}
.company .company-section-2 img {
    width: 25%;
}

/* 연혁 페이지 */
.history .history-box {
    border-bottom: 1.2px solid #ccc;

}
.history .history-box .history-list {
    display: flex;
    padding: 20px;
}
.history .history-box .history-list .list-section ul li {
    color: #fff;
    padding: 8px 0;
}
.history .history-box .history-list .list-section-1 {
    width: 50%;
}
.history .history-box .history-list .list-section-2 {
    width: 50%;
}

/* 클라이언트 페이지 */
.clients p {
    text-align: center;
    color: #fff;
    font-size: 2.8vmin;
}
.clients .clients-logo ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 80px;
}
.clients .clients-logo ul li {
    list-style: none;
    width: 32%;
    height: 150px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 12.2px 0;
}
.clients .clients-logo ul li img {
    width: 50% !important;
}