﻿
@font-face {
    font-family: Kanit-Black;
    src: url("../font/Kanit-Black.ttf");
}
html, body {height: 100%; width: 100%; font-family: 'Microsoft Yahei', sans-serif}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul,li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;}
html        { font-size : 11px !important; }
body {background-color: transparent !important; margin: 0;}
li{list-style: none;}
a {color: #000000;}
.en{font-family: 'Kanit-Black', sans-serif;}
.kr_mid{font-family: 'Microsoft Yahei', sans-serif; font-weight: 700;}
.kr{font-family: 'Microsoft Yahei', sans-serif; font-weight: 900;}
.kr_tit {font-family: 'Microsoft Yahei', sans-serif; font-weight: 900; color: black;}
.bottom-shadow {box-shadow: 0 4px 2px -2px rgba(33,33,33,.2);}
.table {table-layout: fixed;}
.table td, .title, .editor-contents, .container {word-wrap: break-word;}
.title {text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.prev-link, .next-link {overflow: hidden;}
:root {--speed: 1s; -ie-speed : 1s; --point_color : #77DBFD; -ie-point_color:#77DBFD; }

.editor-contents img {max-width: 100%;}
/*editor 컨텐츠 폰트 통일*/
.editor-contents p, .editor-contents span, .editor-contents div , .editor-contents font, .editor-contents b{
    font-family: 'Microsoft Yahei'!important;
}
.note-editor p, .note-editor span, .note-editor div , .note-editor font, .note-editor b{
    font-family: 'Microsoft Yahei'!important;
}
.note-editable p, .note-editable span, .note-editable div , .note-editable font, .note-editable b{
    font-family: 'Microsoft Yahei'!important;
}
/*햄버거 메뉴부분*/
.toggle_page{position:fixed; z-index: 100; background-color: black;  height: 100vh; width: 100%; display: none; overflow: scroll; overflow-x: hidden; -ms-overflow-style: none; top:0%;}
.toggle_page::-webkit-scrollbar{ display:none; }


.modal_content{min-height: calc(100vh - 50px); height : fit-content;}
.modal-deps1{position: relative; justify-content: center;}
.modal-deps1 li > a{color: #808080; font-weight: bold; position: relative; display: block; }
.modal-deps1 li.hover > a{color : white;}
/* 一级菜单有二级子菜单时显示箭头 */
.modal-deps1 li.has-arrow > a::after {
    content: '›';
    position: absolute;
    margin-left: 10px;
    font-weight: bold;
    color: #808080;
    font-size: 1.8rem;
    line-height: 1;
}
.modal-deps1 li.hover > a::after {
    color: white;
}

.dropdown-menu.show { padding: 0.5rem 0; }
.dropdown-toggle.btn:after, .dropdown-toggle.nav-link:after{padding-bottom: 5px;}

.modal-deps2{display: none; position: absolute; z-index: 150; top: 0; left: 85%; height: 100%;}
.modal-deps3{display: none; position: absolute; z-index: 200; left: 85%; top: 0; height: 100%;}
.modal-deps3 li{margin: 5px 0;}
.modal-deps3 li a{padding-left:20px; color: #999; font-size: 1.1rem;}

.modal-deps1 li.hover > .modal-deps2 {
    display: block;
    color : white;
    -webkit-animation-name: showSubNavAni;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    animation-name: showSubNavAni;
}


.modal-deps2 li.hover > .modal-deps3{
    display: block;
    -webkit-animation-name: showSubNavAni;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    animation-name: showSubNavAni;
}
.modal-deps2 li {
    position: relative;
}
.modal-deps2 li > a {
    position: relative;
    padding-right: 20px;
    display: block;
}
/* 二级菜单有三级子菜单时显示箭头 */
.modal-deps2 li.has-arrow > a::after {
    content: '›';
    position: absolute;
    right: 5px;
    font-weight: bold;
    color: #808080;
    font-size: 1.5rem;
    line-height: 1;
}
.modal-deps2 li.hover > a {
    color: white !important;
}
.modal-deps2 li.hover > a::after {
    color: white;
}
.modal-deps2 li.hover .modal-deps3 li a{
    color: #ccc;
}
.modal-deps2 li.hover .modal-deps3 li a:hover{
    color: white;
}
.modal_img1,.modal_img2{z-index: 101;display: none;}

.modal-sub ul li a{color: white; line-height: 250%}
.dropright .dropdown-toggle::after{color: white !important;}
.mc.row{margin: 0;}


/*인재체용버튼시작*/
.two-btn > li > a, .language > a, .language > a > i, .two-btn > li > a > i,.dropright .dropdown-toggle::after {color: #808080!important;}
.two-btn > li > a:hover, .language.show > a{color: white!important;}

.img1 {position: absolute; top:350px; left: 150px}
.m_top_lmg  {margin: 0}

.hidden     { display : none; }
.font-xxxs  { font-size : 0.8rem; }
.font-xxs   { font-size : 1.1rem; font-weight: 500;}
.font-xs    { font-size : 1.3rem; }
.font-sm    { font-size : 1.7rem; }
.font-md    { font-size : 2rem; }
.font-lg    { font-size : 2.5rem; }
.font-xl    { font-size : 3rem; }
.font-xxl   { font-size : 3.5rem; }

.editor-contents ol li{
    list-style: decimal!important;
}
.editor-contents ul li{
    list-style: disc!important;
}

.editor-contents ol{
    padding-left: 1rem!important;
}
.editor-contents ul{
    /*margin-block-start: 1rem;*/
    /*margin-block-end: 1rem;*/
    padding-left: 1rem!important;
}
.note-editor ol li{
    list-style: decimal!important;
}
.note-editor ul li{
    list-style: disc!important;
}
.note-editor ol{
    /*margin-block-start: 1rem;*/
    /*margin-block-end: 1rem;*/
    padding-left: 1rem!important;
}
.note-editor ul{
    /*margin-block-start: 1rem;*/
    /*margin-block-end: 1rem;*/
    padding-left: 1rem!important;
}
@keyframes showSubNavAni {
    from { margin-left: 15%; opacity: 0;}
    to { margin-left: 0%; opacity: 100%;}
}

/* sm */
@media all and (min-width: 576px) {
    html { font-size : 12px !important; }
    .modal-deps2{left: 80%;}
    .modal-deps3{position: absolute; z-index: 200; left: 80%; top:0; width: 160px;}
    .modal-deps3 li a{font-size: 1.2rem;}
}
/* md */
@media all and (min-width: 768px) { 
    html { font-size : 13px !important; }
    .modal-deps2, .modal-deps3{left: 75%;}
    .modal-deps3{width: 180px;}
    #eng_menu_modal .modal-deps1 {font-size: 1.7rem;}
    #eng_menu_modal .modal-deps2 {font-size: 1.3rem;}
    #eng_menu_modal .modal-deps3 {font-size: 1.1rem;}
}
/* lg */
@media all and (min-width: 992px) { 
    html { font-size : 14px !important; }
    .modal-deps2, .modal-deps3{left: 70%;}
    .modal-deps3{width: 200px;}
    .dropdown-toggle.btn:after, .dropdown-toggle.nav-link:after{padding-bottom: 8px;}
    .modal_img1{left: 67%; top:47%; width: 20%; display: block;}
    .modal_img2{left: 67%; top:47%; width: 20%; display: block;}
}
/* xl */
@media all and (min-width: 1024px) { 
    html { font-size : 15px !important; }
    .modal-deps2, .modal-deps3{left: 50%;}
    .modal-deps3{width: 220px;}
    .modal_img1{ left: 67%; top:15%; width: 20%;}
    .modal_img2{ left: 49%; top:50%; width: 14%;}
}

@media all and (min-width: 1450px) {
    .modal_img2{ top:40%;}
}

/* xxl */
@media all and (min-width: 1920px) { 
    html { font-size : 16px !important; }
    .modal_img1{ left: 67%; top:15%; width: 16%;}
    .modal_img2{ left: 7%; top:30%; width: 10%;}
}





    .text-gray {color: #808080;}
    /*header*/
    .header_bar{z-index: 50; width: 100%; position: fixed; top: 0; right: 0; left: 0;  }
    .sub {height: 64.5px;}
    .nav ul li { text-align: center; padding: 1%;}
    .nav_toggle{ display: none; }
    .sub .font-xxs{color: #333333;}
    .vertical-center {position: absolute;top: 50%;transform: translateY(-50%);}
    @keyframes textAni { 0% {opacity: 0;} 40% {opacity: 0; transform: translateX(50px);} }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        .top-logo {height: auto;}
        .logo-wrap {line-height: 100%;}
        .logo-box {height: 100%;}
    }

    /* 桌面端下拉菜单样式 */
    .desktop-dropdown {position: relative;}
    .desktop-deps2, .desktop-deps3 {
        position: absolute;
        top: 100%;
        left: 0;
        min-width: 180px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
        z-index: 1000;
        padding: 10px 0;
        margin-top: 5px;
    }
    .desktop-deps2 {display: block;}
    .desktop-deps3 {
        position: absolute;
        left: 100%;
        top: 0;
        min-width: 160px;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.3s, visibility 0.3s;
    }
    .desktop-dropdown:hover > .desktop-deps2,
    .desktop-deps2 li:hover > .desktop-deps3 {
        opacity: 1;
        visibility: visible;
    }
    .desktop-deps2 li {
        position: relative;
        padding: 0;
        display: block;
        text-align: left;
    }
    .desktop-deps2 li > a,
    .desktop-deps3 li > a {
        display: block;
        padding: 8px 20px;
        color: #333;
        font-weight: 400;
        transition: all 0.2s;
        position: relative;
    }
    .desktop-deps2 li > a:hover,
    .desktop-deps3 li > a:hover {
        background-color: #f5f5f5;
        color: #000;
        padding-left: 25px;
    }
    .desktop-deps2 li:hover > a {
        background-color: #f5f5f5;
    }
    
    /* 桌面端导航一级菜单箭头 */
    
    
    /* 桌面端二级菜单箭头 */
    .desktop-deps2 li.has-submenu > a::after {
        content: '›';
        position: absolute;
        right: 10px;
        font-size: 1.1rem;
    }
    
    /* 黑色背景时的菜单样式 */
    .header_bar.blackbg .desktop-deps2,
    .header_bar.blackbg .desktop-deps3 {
        background: rgba(0, 0, 0, 0.95);
    }
    .header_bar.blackbg .desktop-deps2 li > a,
    .header_bar.blackbg .desktop-deps3 li > a {
        color: #fff;
    }
    .header_bar.blackbg .desktop-deps2 li > a:hover,
    .header_bar.blackbg .desktop-deps3 li > a:hover {
        background-color: #333;
        color: #fff;
    }

    /* 모바일 세로 (해상도 ~ 479px)*/
    @media all and (max-width:768px) {
        .nav_toggle{display: block;}
        .header_bar .nav{display: none;}
        .desktop-dropdown {position: static;}
        .desktop-deps2, .desktop-deps3 {display: none;}
    }
    
/* 桌面端大背景下拉菜单样式 */
.header_bar {z-index: 50; width: 100%; position: fixed; top: 0; right: 0; left: 0;  }
    .sub {height: 64.5px;}
    .nav ul li { display: inline-block; padding:10px 18px;}
    .nav_toggle{ display: none; }
    
    .vertical-center {position: absolute;top: 50%;transform: translateY(-50%);}

.header_bar .nav ul li {position: relative;padding: 1px 18px;}

/* 大面板 - 显示所有二级菜单 */
.desktop-mega-panel {
    position: fixed;
    left: 0;
    right: 0;
    top: 85px;
    background: #a3a3a3d1;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    display: none;
    z-index: 999;
    padding: 0px 0;
    width: 100%;
    height: 100%;
}

.header_bar .nav:hover .desktop-mega-panel {
    display: block;
}
.boxrow{ background: #ffffff;}
.logrow{ background: #ffffff;}
.h-100 {
  
}.logrow {
    background-color: #ffffff !important;
}
.desktop-mega-panel .menu-columns {
    display: flex;
    justify-content: flex-end;
    gap: 0;
    align-items: flex-start;
    padding-right: 188px;
    padding-left: 15px;
     
    background: #ffffff;
        max-width: 1400px !important;
    margin: 0 auto !important;
}

.desktop-mega-panel .menu-column {
    flex: 0 0 auto;
    padding: 10px 0px;
    max-width: 108px;
}

.video-carousel__progress-container{
    display: none;
}

.desktop-mega-panel .menu-column:last-child {
    margin-right: 0;
}

.desktop-mega-panel .menu-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.desktop-mega-panel .menu-column li {
    white-space: nowrap;
}

.desktop-mega-panel .menu-column a {
    display: block;
    padding: 6px 0;
    color: #333333;
    text-decoration: none;
    transition: all 0.2s;
    font-size: 0.95rem;
    font-weight: normal;
}

.desktop-mega-panel .menu-column a:hover {
    color: #333333;
}

/* 三级菜单 */
.desktop-mega-panel .desktop-deps3 {
    list-style: none;
    padding-left: 15px;
    margin-top: 3px;
    margin-bottom: 5px;
}

.desktop-mega-panel .desktop-deps3 li {
    margin: 3px 0;
}

.desktop-mega-panel .desktop-deps3 li a {
    color: #00B050;
    font-size: 0.85rem;
}

.desktop-deps2 li > a {
    display: block;
    padding: 10px 20px;
    color: #00B050;
    text-decoration: none;
    transition: all 0.2s;
    white-space: nowrap;
}

.desktop-deps2 li > a:hover {
    background-color: #f5f5f5;
}

.desktop-deps3 {
    list-style: none;
    padding: 0;
    margin: 0;
    padding-left: 20px;
}

.desktop-deps3 li {
    list-style: none;
}

.desktop-deps3 li a {
    display: block;
    padding: 8px 20px;
    color: #00B050;
    text-decoration: none;
    font-size: 0.9rem;
}

.desktop-deps3 li a:hover {
    color: #00B050;
}

/* 黑色背景时的菜单样式 */
.header_bar.blackbg .desktop-deps2 {
    background: rgba(0, 0, 0, 0.98);
}

.header_bar.blackbg .desktop-deps2 li > a {
    color: #00B050;
}

.header_bar.blackbg .desktop-deps3 {
    background: rgba(0, 0, 0, 0.98);
}

.header_bar.blackbg .desktop-deps3 li a {
    color: #aaa;
}

.header_bar.blackbg .desktop-deps3 li a:hover {
    color: #00B050;
}

/* 移动端 */
    @media all and (max-width:768px) {
        .nav_toggle{display: block;}
        .header_bar .nav{display: none;}
    .desktop-dropdown {position: static;}
    .desktop-deps2 {display: none !important;}
    }
    
    .header.header-fixed.header_bar {
     height: 89px;
    
}
.dh1400{
    max-width: 1400px!important;
    margin: 0 auto!important;
  
}