@charset "UTF-8";  

/* ----basic style--- */
body {
    overflow-x: hidden;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
    background-color: #FAFAFA;
}

.num {
    color: #1c1c1c;
    text-decoration: none !important;
    font-family: "Montserrat", sans-serif !important;
    font-optical-sizing: auto; 
    font-style: normal;
    font-weight: 600 !important;
}

.num b, .num.bold, .num.bold {
    font-weight: 600 !important;
}

p,
a,
li,
h3,
dt,
dd,
button,
label,
td,
th {
    color: #1c1c1c;
    text-decoration: none !important;
    font-family: 'NanumSquareAcr';
}

button {
    cursor: pointer !important;
}


a:focus, a:hover {
    color: #1c1c1c; 
}

b,
.bold {
    font-weight: bold;
}

input:focus { outline: none; }
input::placeholder { color: #aaaaaa; }

/* section {
    min-width: 1300px;
    
} */
 
.ml-21 {
    text-indent: -21px;
    margin-left: 21px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}
  
.fs17 {
    font-size: 17px;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}


.fs33 {
    font-size: 33px;
}
 
.fs27 {
    font-size: 27px;
}

/* header style */
 
.wrap {
    width: 100%;
    background-color: #fff;
    max-width: 100%;
}

.container-fluid {
    width: 90%;
    height: 70px;
    margin: 0 auto;
}

.bg-body-tertiary {
    background-color: #fff !important;
}

.navbar-nav {
    width: 89%; 
    height: 90px;
    line-height: 90px;
    margin-bottom: 0px;
}

.navbar-nav>li {
    width: 25%;
    text-align: center;
    min-width: 73px;
    transition: 0.1s;
}

.nav-link:focus, .nav-link:hover {    

    color: #002f7b;
}

.navbar { 
    min-height: 120px; 
    border-bottom: 1px solid #dee2e6; 
    padding: 0;
}

.nav-link {
    color: #1c1c1c;
    font-weight: bold;
}

.navbar-nav>li{
    position: relative;
}
 
.site-logo {
    width: 300px;
}

.navbar-brand { 
    height:80px;
    display: block;
}
 
/* login */
.top_menu {
    position: absolute;
    top: 10px;
    /* right: 220px; */
    right: 10%;
    z-index: 99;
}

.top_menu div {
    float: left;
    margin: 0 5px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
}

/* .tm_01 {
    width: 20px;
    height: 20px;
    background-image: url(../images/lock_change.png); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align:-4px; 
}

.tm_02 {  
    height: 20px;
    vertical-align: 0;
    text-align: center;
    font-size: 14px;
} */

.tm_03 {
  
    background-color: #002f7b;
    color: #fff;
    border-radius: 5px;
}
 
.tm_03 p a {
    color: #fff;
}

.tm_03 p {
    color: #fff;
    text-decoration: none !important;
    font-family: 'NanumSquareAcr';
    font-size: 14px;
}

.logout {
    border: 1px solid #DCDCDC;
    border-radius: 5px; 
    font-size: 14px;
    line-height: 21px !important;
}

/* 인증서 스타일 추가 */

.tm_04 {
    border: 1px solid #002f7b;
    border-radius: 5px;
    padding: 0px 14px !important;
    line-height: 18px !important;
    transition: 0.2s;
    
}

.tm_04 a {
    color: #002f7b; 
    font-size: 14px;
}

.tm_04:hover {
    background-color: #002f7b; 
}

.tm_04:hover a {
    color: #fff;
    font-weight: normal;
}


/* drop */

.drop_menu {
    display: none;
    position: absolute;
    top: 104px;
    left: 16px;
    width: 90.2%;
    height: auto;
    padding: 10px 0;
    background-color: #fff;
    cursor: pointer;
    z-index: 999;
} 

.drop_menu::before {
    position: absolute;
    content: "";
    top: 0;
    left: -410px;
    background-color: #fff;
    height: 100%;
    width: 1940px;
    border-bottom: 1px solid #dee2e6;
}

.dm_box {
    position: relative;
}

.drop_menu .dm_box a {
    display: block;
    text-align: center;
    font-size: 0.9em;
    line-height: 2.2em;
    padding: 0.8px 0;
}



.drop_menu .dm_box a:hover div, 
.drop_menu .dm_box a:focus div {
    color: #002f7b;
    font-weight: 900;
}

.drop_menu .dm_box .col {
    display: inline-block;
    height: 34px;
    line-height: 34px;
}
 
span.bar {
    display: none;
    position: absolute;
    top: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 61%;
    height: 3px;
    background: #002f7b;
}

.on_drop {
    top: 104px;
    opacity: 1;
    display: block;
}

.off_drop {
    top: -180px;
    opacity: 0;
    display: none;
}

/* 0418 */

.navbar-expand-lg .navbar-collapse { 
    position: relative; 
}

.navbar-collapse .current-list-item {
    position: relative; 
}
.navbar-collapse .current-list-item a {
    color: #002f7b;
}
 
.navbar-collapse .current-list-item::after { 
    position: absolute;
    content: "";
    bottom:-14px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #002f7b;
    width: 50%;
    height: 3px;
    text-decoration: underline;
}

/* 버튼 폰트 수정  */

.fa-file-excel span {
    font-family: 'NanumSquareAcr';
    font-weight: 500;
}

.dm_box a:hover {
    color: #002f7b;
}
.dm_box a.on > div {
    position: relative;
    color: #002f7b;
    font-weight: bold;
}




.dm_box a.on > div::before,
.dm_box a.on > div::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.dm_box a.on > div::before {
    left: -16px;
    top: 50%; 
    transform: translateY(-50%) rotate(180deg);
    border-width: 4px 6px 4px 0;
    border-color: transparent #002f7b transparent transparent;
  }

  .dm_box a.on > div::after {
    right: -16px;
    top: 50%; 
    transform: translateY(-50%) rotate(180deg);
    border-width: 4px 0 4px 6px; /* 삼각형의 크기 조정 */
    border-color: transparent transparent transparent #002f7b; /* 삼각형의 색상 */
  }
 