@font-face {
    font-family: KoPubDotum;
    font-weight: 300;
    src: url('/font/biz2/KoPubWorld-Dotum-Bold.woff2') format('woff2'),
        url('/font/biz2/KoPubWorld-Dotum-Light.woff') format('woff'),
        url('/font/biz2/KoPubWorld Dotum Light.ttf') format('truetype');
}
@font-face {
    font-family: KoPubDotum;
    font-weight: 500;
    src: url('/font/biz2/KoPubWorld-Dotum-Medium.woff2') format('woff2'),
        url('/font/biz2/KoPubWorld-Dotum-Medium.woff') format('woff'),
        url('/font/biz2/KoPubWorld Dotum Medium.woff') format('truetype');
}
@font-face {
    font-family: KoPubDotum;
    font-weight: 700;
    src: url('/font/biz2/KoPubWorld-Dotum-Bold.woff2') format('woff2'),
        url('/font/biz2/KoPubWorld-Dotum-Bold.woff') format('woff'),
        url('/font/biz2/KoPubWorld Dotum Bold.ttf') format('truetype');
}

body {
    font-family: 'KoPubDotum', Malgun Gothic, '돋움', Dotum, AppleGothic,
        sans-serif !important;
}

select, textarea {
    font-family: 'KoPubDotum', Malgun Gothic, '돋움', Dotum, AppleGothic,
    sans-serif !important;
}
td {
    font-family: 'KoPubDotum', 'Noto Sans KR', Malgun Gothic, Dotum, AppleGothic, sans-serif !important;
}

#contents {
    margin: 0;
    padding: 20px 20px 48px 20px;
    width: 70%;

}

#wrapper {
    background-color: transparent;
}

#header {
    border-bottom: 1px solid var(--bd-color);
    background-color: var(--bg-color);
}

#header + #container {
    position: relative;
}

#header .header_inner {
    height: 64px;
}

#header .header_inner h1 {
    margin: 0;
    width: 190px;
    height: 100%;
    background: url(/images/common/logo2024.svg) no-repeat center;
    background-size: 140px 37px;
}

#header .header_inner h1 > a {
    width: 100%;
    height: 100%;
}

#header .lnb_box .lnb_inner .lnb {
    margin-top: 0;
}

#header .lnb_box .lnb_inner .lnb > li {
    font-size: 14px;
    color: #000;
    line-height: 64px;
}

#header .lnb_box .lnb_inner .lnb > li > a {
    color: #000;
    margin-left: 24px;
    font-size: 14px;
}

#header .lnb_box .lnb_inner .lnb > li > a:hover {
    color: var(--pri-color);
    font-weight: bold;
}

#header .lnb_box .lnb_inner .lnb > li > span.login_after {
    color: #000;
}

#header .lnb_box .lnb_inner .lnb > li > span.login_after > strong {
    background: none;
    margin-right: 0;
    font-weight: 700;
    color: var(--pri-color);
}

#header .lnb_box .lnb_inner .lnbl {
    margin: 0;
}

#header .lnb_box .lnb_inner .lnbl > li {
    padding: 0;
    font-family: 'KoPubDotum', Malgun Gothic, '돋움', Dotum, AppleGothic, sans-serif !important;
}

#header .lnb_box .lnb_inner .lnbl > li .lnb-label {
    font-size: 18px;
    font-weight: 700;
    color: #00ADB2;
    letter-spacing: -1px;
    line-height: 150%;
    padding-left: 0;
    display: inline-flex;
    padding: 4px 20px;
    align-items: center;
    justify-content: center;
    margin-left: -19px;
    margin-top: 14.5px;
/*     background-color: rgb(240, 123, 123); */
    border-radius: 50px;
    max-height: 35px;
    letter-spacing: -0.02em;
}

#side {
    margin: 0;
    border-bottom: 0;
    width: 225px;
}

#container .left-menu .lnb-list .acco-head h5 {
    padding-left: 0;
}

#container .left-menu .lnb-list {
    border-right: 0.1rem solid var(--bd-color);
    border-left: 0.1rem solid var(--bd-color);
    border-bottom: 0;
}

#container .left-menu .lnb-list .sub-ul {
    padding: 0;
    border-top: 0;
    
}
/* #container .left-menu .lnb-list .sub-ul >li {
	height: 5rem;
    
}
 */

#container .left-menu .lnb-list .sub-ul > li.active {
    background-color: #f6f6f6;
}

#container .left-menu .lnb-list .sub-ul > li.active span {
    font-weight: 700;
    color: #000;
}

#container .left-menu .lnb-list .sub-ul .subm {
    padding-right: 1.5rem;
    padding-left: 2.4rem;
    border-bottom: 0.1rem solid #dee3ee;
    border-radius: 0;
    font-size: 17px;
    height: 5rem;
    color: #444;
}

#container .left-menu .lnb-list .sub-ul .subm:hover {
    background-color: #f6f6f6;
}

#container .left-menu .lnb-list .sub-ul .subm::before {
    content: '';
}

#container .left-menu .lnb-list .acco-head {
    height: 5rem;
    border-bottom: 0.1rem solid var(--bd-color);
    padding: 0px var(--krds-spacer-4);
}


#container .in-between .left-menu {
    border-right: 0;
}

#container .left-menu .lnb-list .li.active .acco-head {
    background-color: var(--pri-color);
}

#container .left-menu .lnb-list .li.active .acco-head .tit {
    color: #fff;
}

#container .left-menu .lnb-list .acco-head:active,
#container .left-menu .lnb-list .acco-head:active > .tit {
    background-color: var(--pri-color);
    color: #fff;
}

#container .left-menu .lnb-list .acco-head .tit {
    color: #000;
}
#container .left-menu .lnb-list .acco-head:active .acco-btn::after,
#container .left-menu .lnb-list .li.active .acco-head .acco-btn::after {
    background: url(/images/biz2/ic_arrow_down_white.svg) no-repeat center;
}


#header + #container::after {
    display: block;
    border-right: 1px solid var(--bd-color);
    border-left: 1px solid var(--bd-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 225px;
    height: 100%;
    background:#EDF1F5;
    content: '';
}

.acco-list .li:not(:first-child) {
    border-top: 0;
}

.acco-list .acco-head .acco-btn::after {
    background: url('/images/biz2/ic_arrow_down.svg') no-repeat center;
}

.acco-list .li.active .acco-head .acco-btn::after {
    transform: translateY(-50%) rotate(-180deg);
}

.acco-list .acco-head .acco-btn::after {
    top: 50%;
    right: 1.6rem;
    width: 1.6rem;
    height: 1.6rem;
    transform: translateY(-50%);
}

.acco-list .li:not(:first-child) {
    border-top: 0;
}

.acco-list .acco-body {
    background: #fff;
}

.acco-list .acco-head .acco-btn {
    padding: 0;
}

.btn_row_add { display:inline-block; font-size:12px; line-height:14px; width: 80px; height:24px; color:#FFF; background-color:#4e72bb; border:1px solid #4e72bb; } 
.btn_row_remove { display:inline-block; font-size:14px; line-height:14px; width:21px; height:21px; color:#FFF; background-color:#f07b7b; border:1px solid #f07b7b; font-weight: 700; } 


#footer .footer_inner .footer_add span {
    font-family: 'KoPubDotum', Malgun Gothic, '돋움', Dotum, AppleGothic, sans-serif !important;
}

