
* {
    font-family: 'NotoSansKR','NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.package {
    background-color: #fff7b7;
    color: #818702;
}
.me {
    background-color: #fff1f0;
    color: #ee3f3f;
}
.ck {
    background-color: #f6f6f6;
    color: #3030f5;
}
.ncs {
    background-color: #fbf4d6;
    color: #ff7a43;
}
.saup {
    background-color: #f5f8fc;
    color: #4067b1;
}
.sanup {
    background-color: #f7da13;
    color: #000000;
    padding: 0px 2px 0px 2px;
}
.si {
    background-color: #b8ffd7;
    color: #6e6e6d;
}
.sanup {
    background-color: #f7da13;
    color: #000000;
    padding: 0px 2px 0px 2px;
}
.kdgt {
    background-color: #3f73e0;
    color: #eaf0fc;
    padding: 0px 2px 0px 2px;
}
.flex {
    background-color: #000000;
    color: #df030a;
    padding: 2px;
}
.secret_y{
    background-color: #273450;
    color: #f0f0f0;
}
.secret_y2{
    background-color: #273450;
    color: #f0f0f0;
}
.mosa {
    background-color: #ffc9c5;
    color: #ff0000;
}
.ncs_best {
    background-color: #fff1f0;
    color: #ee3f3f;
}
.ncs_chuchun {
    background-color: #f6f6f6;
    color: #3030f5;
}
/* sub_tab */
.sub_tab{width: 50%;display: table;table-layout: fixed; transition:width 1s}
.sub_tab li{background: #fff; border: 1px solid #D3D3D3; border-left: 0; display: table-cell; vertical-align: middle; position: relative; text-align: center}
.sub_tab li:first-child{border-left: 1px solid #d3d3d3}
.sub_tab li a, .sub_tab li span{padding: 10px 5px; display: block; color: #4c4c4c; font-size: 12px; letter-spacing: -1px}
.sub_tab .on{color:#ffffff; border-color: #4c4c4c; background: #4c4c4c}
.sub_tab .on:after{content: ''; position: absolute; left: 50%; bottom: -10px; border-top: 5px solid #4c4c4c; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; transform: translate(-50%, 0)}
.sub_tab .on a, .sub_tab .on span{color: #ffffff}
.tab_wrap ul.tab_container{width: 100%; overflow: hidden;}
.tab_wrap ul.tab_container > li{overflow:hidden; display: none;}
.tab_wrap ul.tab_container > li.on{display: block;}

.sub_tab a:hover{
    color:#ee3f3f; 
}
@media screen and (max-width:1200px) {
    .sub_tab{width: 70%;display: table;table-layout: fixed; transition:width 1s}
   
}
@media screen and (max-width:768px) {
    .sub_tab{width: 100%;display: table;table-layout: fixed; transition:width 1s}
   
}

/* header */
/* A태그 */
a:link { color:#444; text-decoration:none; }
a:visited { color:#444; text-decoration:none; }
a:active { color:#444; text-decoration:none; }
a:hover  { color:#444; text-decoration:none; }

.content-box a:link { color:#6495ed; text-decoration:none; }
.content-box a:visited { color:#6495ed; text-decoration:none; }
.content-box a:active { color:#6495ed; text-decoration:none; }
.content-box a:hover  { color:#6495ed; text-decoration:none; }

.total{
   font-family: arial, dotum; 
   font-weight: normal;
}
.box{
    max-width:100%; width: calc(100% - 100px); margin:0 auto; margin-left: 0px;
}
#tab {
    float: left;
}

@media (max-width: 1300px) {
    #tab {
        float: none;
    }
}
#tab ul{
    white-space:nowrap; 
    overflow-x: auto; text-align:center
}
#tab ul::-webkit-scrollbar{
    display: none;
}
#tab ul li{
    display:inline-block; padding: 10px 20px; margin-right:10px;
}
#tab ul li:hover{

}
#tab ul li .on{
    font-weight: bold;
    color:#ed1c24; 
}

/* menu */
.sidebar{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 260px;
    background: rgb(246, 246, 246);
    z-index: 100;
    transition: all 0.1s ease;
}
.sidebar.close{
    width: 78px;
}
.sidebar .logo-details{
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}
.sidebar .logo-details i{
    font-size: 30px;
    color: #000;
    height: 50px;
    min-width: 78px;
    text-align: center;
    line-height: 50px;
}
.sidebar .logo-details .logo_name{
  font-size: 22px;
  color: #000;
  font-weight: 600;
  transition: 0.3s ease;
  transition-delay: 0.1s;
}
.sidebar.close .logo-details .logo_name{
    transition-delay: 0s;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links{
    height: 100%;
    padding: 30px 0px 150px 0px;
    overflow: auto;
}
.sidebar .nav-links .on{
    display: block;
}
.sidebar .nav-links .off{
    display: none;
}
.sidebar.close .nav-links{
    overflow: visible;
    }
.sidebar .nav-links::-webkit-scrollbar{
    display: none;
}
.sidebar .nav-links li{
    position: relative;
    list-style: none;
    transition: all 0.1s ease;
}

.sidebar .nav-links li .iocn-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar.close .nav-links li .iocn-link{
    display: block;
    transition: all 0.1s ease;
}
.sidebar .nav-links li i{
    height: 45px;
    min-width: 65px;
    text-align: center;
    line-height: 50px;
    color: #000;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.1s ease;
}

.sidebar .nav-links li.showMenu i.arrow{
    transform: rotate(-180deg);
}
.sidebar.close .nav-links i.arrow{
    display: none;
}
.sidebar.close .nav-links .arrow{
    display: none;
}
.sidebar .nav-links li a{
    display: flex;
    align-items: center;
    text-decoration: none;
}
.sidebar .nav-links li a .link_name{
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.sidebar.close .nav-links li a .link_name{
    opacity: 0;
    display: none;
}
.sidebar .nav-links li .sub-menu{
    padding: 0 5px 5px 5px;
    background: rgb(246, 246, 246);
    display: none;
}
.sidebar .nav-links li.showMenu .sub-menu{
    display: block;
    transition: all 0.1s ease;
}
.sidebar .nav-links .showMenu .link_name{
    display: block;
    transition: all 0.1s ease;
    font-weight: bold;

}
.sidebar .nav-links li .sub-menu a{
    color: #000;
    font-size: 15px;
    white-space: nowrap;
    opacity: 0.6;
    transition: all 0.1s ease;
    padding: 10px 15px 10px 30px;
}
.sidebar .nav-links li .sub-menu a:hover{
    opacity: 1;
    background: #4da4f3;
    color:#ffffff;
    border-radius: 4px;
}
.sidebar .nav-links li .sub-menu .on{
    opacity: 1;
    background: #494850;
    color:#ffffff;
    border-radius: 4px;

}
.sidebar.close .nav-links li .sub-menu{
    position: absolute;
    left: 100%;
    top: -10px;
    margin-top: 0;
    padding: 10px 50px;
    border-radius: 0 6px 6px 0;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
}
.sidebar.close .nav-links li:hover .sub-menu{
    top: 0;
    opacity: 1;
    pointer-events: auto;
    transition: all 0.1s ease;
}
.sidebar .nav-links li .sub-menu .link_name{
    display: none;
}
.sidebar.close .nav-links li .sub-menu .link_name{
    font-size: 18px;
    opacity: 1;
    display: block;
}
.sidebar .nav-links li .sub-menu.blank{
    opacity: 1;
    pointer-events: auto;
    padding: 3px 20px 6px 16px;
    opacity: 0;
    pointer-events: none;
}
.sidebar .nav-links li:hover .sub-menu.blank{
    top: 50%;
    transform: translateY(-50%);
}

.home-section{
    position: relative;
    background: #E4E9F7;
    left: 260px;
    width: calc(100% - 260px);
    transition: all 0.1s ease;
}
.sidebar.close ~ .home-section{
    left: 78px;
    width: calc(100% - 78px);
}
.home-section .home-content{
    height: 60px;
    display: flex;
    align-items: center;
    background: #f6f6f6;
}
.home-section .home-content .bx-menu,
.home-section .home-content .text{
    color: #11101d;
    font-size: 35px;
}
.home-section .home-content .bx-menu{
    margin: 0 15px;
    cursor: pointer;
}
.home-section .home-content .text{
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 400px) {
    .sidebar.close .nav-links li .sub-menu{
        display: none;
    }
    .sidebar{
        width: 78px;
    }
    .sidebar.close{
        width: 0;
    }
    .home-section{
        left: 78px;
        width: calc(100% - 78px);
        z-index: 100;
    }
    .sidebar.close ~ .home-section{
        width: 100%;
        left: 0;
    }
}

/* side footer */
.sidebar .profile-details{
    position: fixed;
    bottom: 0;
    width: 260px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #494850;
    padding: 12px 0;
    transition: all 0.1s ease;
}

.sidebar .profile-details .profile-content{
    display: flex;
    align-items: center;
}

.sidebar .profile-details .profile_name,
.sidebar .profile-details .job{
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.sidebar .profile-details .name-job .profile_name .max_name{
    width: calc(40% - -20px);
    display: block;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.sidebar .profile-details .job{
    font-size: 12px;
}

.job_button{
    padding: 10px;
    text-align: center;
}
.job a.button{
    border-radius: 5px;
    background: #fff;
    color: #464646;
    border: solid 1px #e0e0e0;
    width: calc(100% / 2 - 2px);
    padding: 3px;
}

.job a.button:hover {
    border:1px solid #ee3f3f; color:#ee3f3f;
}

.sidebar.close .profile-details i,
.sidebar.close .profile-details .profile_name,
.sidebar.close .profile-details .job{
    display: none;
}
.sidebar.close .profile-details{
    background: none;
}
.sidebar.close .profile-details{
    width: 78px;
}



.content-box.close {
    
}