:root{
    --color-blue:#0055a4;
    --color-black:#000;
}
/* link decoration */

a:link {
  color : black;
  text-decoration: none;
}
a:visited {
  color : black;
  text-decoration: none;
}
a:hover {
  color : black;
  text-decoration: none;
}
a:active {
  color : black;
  text-decoration: none;
}





/* font */

/* KoPubWorld-Batang */
@font-face {
    font-family: 'KoPBatang';
    font-weight: 300;
    src: url('../fonts/KoPubWorld-Batang-Light.otf') format(otf),
        url('../fonts/KoPubWorld-Batang-Light.woff2') format(woff2);
}

@font-face {
    font-family: 'KoPBatang';
    font-weight: 500;
    src: url('../fonts/KoPubWorld-Batang-Medium.otf') format(otf),
        url('../fonts/KoPubWorld-Batang-Medium.woff2') format(woff2);
}

@font-face {
    font-family: 'KoPBatang';
    font-weight: 700;
    src: url('../fonts/KoPubWorld-Batang-Bold.otf') format(otf),
        url('../fonts/KoPubWorld-Batang-Bold.woff2') format(woff2);
}

/* KoPubWorld-Dotum  */

@font-face {
    font-family: 'KoPDotum';
    font-weight: 300;
    src: url('../fonts/KoPubWorld-Dotum-Light.otf') format(otf),
        url('../fonts/KoPubWorld-Dotum-Light.woff2') format(woff2);
}

@font-face {
    font-family: 'KoPDotum';
    font-weight: 500;
    src: url('../fonts/KoPubWorld-Dotum-Medium.otf') format(otf),
        url('../fonts/KoPubWorld-Dotum-Medium.woff2') format(woff2);
}

@font-face {
    font-family: 'KoPDotum';
    font-weight: 700;
    src: url('../fonts/KoPubWorld-Dotum-Bold.otf') format(otf),
        url('../fonts/KoPubWorld-Dotum-Bold.woff2') format(woff2);
}


/* TheJamsil */


@font-face {
    font-family: 'TheJamsil';
    font-weight:100;
    src: url('../fonts/TheJamsil-Thin.otf') format(otf),
        url('../fonts/TheJamsil-Thin.woff2') format(woff2);
}

@font-face {
    font-family: 'TheJamsil';
    font-weight: 300;
    src: url('../fonts/TheJamsil-Light.otf') format(otf),
        url('../fonts/TheJamsil-Light.woff2') format(woff2);
}

@font-face {
    font-family: 'TheJamsil';
    font-weight: 400;
    src: url('../fonts/TheJamsil-Regular.otf') format(otf),
        url('../fonts/TheJamsil-Regular.woff2') format(woff2);
}


@font-face {
    font-family: 'TheJamsil';
    font-weight: 500;
    src: url('../fonts/TheJamsil-Medium.otf') format(otf),
        url('../fonts/TheJamsil-Medium.woff2') format(woff2);
}

@font-face {
    font-family: 'TheJamsil';
    font-weight: 700;
    src: url('../fonts/TheJamsil-Bold.otf') format(otf),
        url('../fonts/TheJamsil-Bold.woff2') format(woff2);
}

@font-face {
    font-family: 'TheJamsil';
    font-weight: 800;
    src: url('../fonts/TheJamsil-ExtraBold.otf') format(otf),
        url('../fonts/TheJamsil-ExtraBold.woff2') format(woff2);
}


/* Jalna */

@font-face {
    font-family: 'Jalnan';
    src: url('../fonts/JalnanOTF00.otf') format(otf),
        url('../fonts/JalnanOTF00.woff2') format(woff2);
}

/*  NPSfont */

@font-face {
    font-family: 'NPSfont';
    src: url('../fonts/NPSfontBold.otf') format(otf),
        url('../fonts/NPSfontBold.woff2') format(woff2);
}

/* TheJamsil */


@font-face {
    font-family: 'NotoSans';
    font-weight: 100;
    src: url('../fonts/NotoSansKR-Thin.woff') format(woff)
}


@font-face {
    font-family: 'NotoSans';
    font-weight: 200;
    src: url('../fonts/NotoSansKR-Light.woff') format(woff)
}


@font-face {
    font-family: 'NotoSans';
    font-weight: 300;
    src: url('../fonts/NotoSansKR-Regular.woff') format(woff)
}



@font-face {
    font-family: 'NotoSans';
    font-weight: 400;
    src: url('../fonts/NotoSansKR-Medium.woff') format(woff)
}

@font-face {
    font-family: 'NotoSans';
    font-weight: 500;
    src: url('../fonts/NotoSansKR-Bold.woff') format(woff)
}


@font-face {
    font-family: 'NotoSans';
    font-weight: 600;
    src: url('../fonts/NotoSansKR-Black.woff') format(woff)
}


.section{
    max-width: 1200px;
    margin: 0 auto;
}

.content_tab{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
}

button{
    box-shadow: none;
    outline: none;
}
/* main */


/* header */
.header_wrapp{
    max-width: 1200px;
    margin: 0 auto;
    padding: 35px 0 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header .logo{
    display: flex;
    align-items: flex-end;
}

header .logo img{
    width: 90px;
    height: auto;
}

header .logo p{
    font-family: 'TheJamsil',sans-serif;
    font-size: 17px;
    margin-left: 10px;
    font-weight: 700;
}

.nav_item ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_item{
    width: 78%;
}

.nav_item li{
    font-family: 'TheJamsil',sans-serif;

}

.nav_item li a{
    font-size: 17px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.nav_item ul li a:hover,
.nav_item ul li a.active {
    color: var(--color-blue);
	position: relative;;
}

.nav_item ul li a:hover::after,
.nav_item ul li a.active::after{
    position: absolute;
    bottom: -6px;
    content: '';
    width: 100%;
    background-color: var(--color-blue);
    left: 0;
    height: 3px;
}

/* dashboard */

.greeting_wrap{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    font-family: 'TheJamsil',sans-serif;
    padding-bottom: 20px;
    border-bottom: 1px solid #898989;
}

.greeting_wrap .greeting_left .sub-title{
    font-weight: 300;
    font-size: 20px;
}

.greeting_wrap .greeting_left p{
    font-size: 28px;
    font-weight: 400;
    margin-top: 10px;
    letter-spacing: -0.08em;
}

.greeting_wrap  .greeting_left p span{
    font-size: 22px;
    font-weight: 300;
}

.greeting_wrap .greeting_right{
    font-family: 'Jalnan', sans-serif;
    font-size: 36px;
    color: #d3d3d3;
}

.search_wrap .search_bar select{}

.search_wrap{
    padding: 35px 20px 35px 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_wrap p{
    font-family: 'TheJamsil';
    color: #245c9e;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.08em;
}

.search_bar{
    margin: 0 10px 0 20px;
}

.search_wrap .search_bar select {
    border: 1px solid #afafaf;
    height: 45px;
    font-size: 12px;
    font-family: 'Dotum';
    font-weight: 300;
}


.search_bar input{
    width: 396px;
    height: 45px;
    border:1px solid #afafaf;
    font-family: 'KoPDotum',sans-serif;
    padding: 10px 12px;
    box-sizing: border-box;
}

.search_bar input:focus{
    outline: none;
}

.search_bar input::placeholder{
    font-size: 12px;
    color: #999999;
}

.search_bar form{
    position: relative;
}

.search_bar .search-icon{
    top: 50%;
    right: 10px;
    transform: translate(0,-50%);
    position: absolute;
    fill: #606060;
}

.search_wrap .search-btn{
    width: 50px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #336bb4;
    color: #fff;
    font-family: 'TheJamsil',sans-serif;
    font-weight: 400;
    border: none;
}


/* dashboard */

.main_dash_wrapp{
    display: flex;
    width: 100%;
    gap: 15px;
}

.main_dash_wrapp .dashboad_box{
    -webkit-box-shadow: 9px 6px 12px -2px #9891BA; 
    box-shadow: 9px 6px 12px -2px #9891BA;
}

.main_dash_wrapp .left_dashboard{
    width: 55%;
    padding: 15px 20px;

    box-sizing: border-box;
}


.main_dash_wrapp .right_dashboard{
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_dash_wrapp .dashboard_head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #252f89;
}

.dashboard_head .page{
    display: flex;
    align-items: center;
}

.dashboard_head .page button{
    background: none;
    border: none;
    cursor: pointer;
}

.dashboard_head .page button svg{
    width: 14px;
    height: 14px;
    fill: #616161;
}


.dashboard_head .page button.plus_btn svg{
    fill: var(--color-blue);
    width: 18px;
    height: 18px;
}

.dashboard_head .page p{
    font-family: 'TheJamsil';
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.08em;
    color: #686868;
}

.dashboard_head .page p .now-page{
    color: #000;
}

.dashboard_head .dash_board_title{
    font-family: 'TheJamsil';
    font-weight: 700;
    font-size: 16px;
    color: #245c9e;
    letter-spacing: -0.08em;
}

.left_dashboard .dash_board_body{
    padding-top: 10px;
}

.left_dashboard .dash_board_body ul{
    display: flex;
    align-items: center;
    margin-bottom: 17px;
}

.left_dashboard .dash_board_body ul li:nth-child(1){
    width: 20%;
}

.left_dashboard .dash_board_body ul li:nth-child(2){
    width: 60%;
}

.left_dashboard .dash_board_body ul li:nth-child(3){
    width: 20%;
}

.left_dashboard .dash_board_body ul:last-child{
    margin-bottom: 0;
}

.left_dashboard .dash_board_body ul li.board_category p{
    border:1px solid #535690;
    width: 80px;
    height: 17px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-family: 'TheJamsil';
    font-weight: 300;
    padding: 0 5px;
    letter-spacing: -0.08em;
    color: #191d6b;
    box-sizing: border-box;
}

.left_dashboard .dash_board_body ul li.board_title{
    padding: 0 10px;
    font-family: 'KoPDotum',sans-serif;
    font-weight: 300;
    font-size: 14px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-break: break-all
}

.left_dashboard .dash_board_body ul li.board_date{
    text-align: right;
    font-family: 'KoPDotum',sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.dashboard_head .today_date{
    font-family: 'TheJamsil';
    font-weight: 400;
    font-size: 11px;
    color: #000;
}


.right_dashboard .grid-width70{
    width: 63%;
    height: 150px;
    padding: 25px 15px;
    background: url('../img/dash_back01.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.right_dashboard .grid-width30{
    width: 37%;
    height: 150px;
    padding: 15px 12px;
    box-sizing: border-box;
    background: url('../img/dash_back02.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.right_dashboard .grid_wrap{
    display: flex;
    align-items: center;
    gap: 15px;
}

.right_dashboard .dashboard_head{
    border-bottom: none;
}

.dashboard_content{
    display: flex;
    align-items: center;
    font-family: 'TheJamsil';
    justify-content: space-between;
    margin-top: 15px;
}
.dashboard_content_list{
    width: 50px;
    height: 50px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dashboard_content_list p{
    font-size: 16px;
    font-weight: 500;
    color: #043359;
}

.dashboard_content_list span{
    font-size: 14px;
    font-weight: 400;
    color: #043359;
    margin-top: 5px;
}

.grid_bottom{
    width: 100%;
    height: 150px;
    padding: 25px 20px;
    background: url('../img/dash_back03.png') no-repeat;
    background-size: cover;
    box-sizing: border-box;
}

.content-h1{
    font-family: 'TheJamsil';
    font-weight: 700;
    font-size: 13px;
    color: var(--color-blue);

}

.content-h1 span{
    font-size: 11px;
    font-family: 'KoPDotum';
    font-size: 300;
}

.content-p{
    color: var(--color-blue);
    font-size: 12px;
    font-family: 'KoPDotum';
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.5;
}

.icon_img{
    width: 32px;
    height: 32px;
    margin-top: 5px;
    float: right;
}

.icon_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.site_logo{
    width: 42px;
    height: 42px
}

.site_logo img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.site_name{
    color:#787877;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    font-family: 'KoPDotum';
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.2;
}

.site_logo_list {
    display: flex!important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.dash_board_slide {
    max-width: 400px;
    margin: 0 auto;
}

.dash_board_slide .slick-arrow{
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    width: 25px;
    height: 25px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    border-radius: 50%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.dash_board_slide .slick-arrow.slick-prev{
    left: -10%;
    z-index: 1;
}


.dash_board_slide .slick-arrow.slick-next {
    right: -10%;
    z-index: 1;
}

.middle_section{
    margin: 30px 0 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.middle_section .info_left{
    display: flex;
    align-items: center;
    padding-left: 50px;
}
.middle_section .info_left p{
    font-size: 13px;
    font-family: 'KoPDotum';
    font-weight: 700;
    color: #245c9e;
    margin-right: 10px;
}

.middle_section .link_short{
    width: 180px;
    height: 20px;
    background-color: #e8e8e8;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.middle_section .link_short svg{
    fill: var(--color-blue);
    width: 14px;
    height: auto;
}

.info_section{
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    -webkit-box-shadow: inset 0px 2px 14px 5px #E0E0E0; 
box-shadow: inset 0px 2px 14px 5px #E0E0E0;
border-radius: 30px;
padding: 0 14px;
}

.info_section p{
    font-family: 'KoPDotum';
    font-weight: 700;
    font-size: 11px;
    color: #6b94c6;
    line-height: 1.2;

}



/* footer */

footer{
    background: #f4f4f4;
    height: 100px;
}

.footer_wrapp{
    max-width:1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_wrapp .logo{
    width: 85px;
    height: auto;
}

.footer_wrapp .logo img{
    width: 100%;
    height: 100%;
}

.footer_wrapp_left{
    display: flex;
    align-items: center;
}

.company_info{
    font-family: 'TheJamsil';
    font-weight: 300;
    color: #000;
    font-size: 11px;
    padding-left: 20px;
    line-height: 1.2;
}

.footer_wrapp_right{
    display: flex;
    align-items: center;
    gap: 15px;
}

.footer_wrapp_right .footer_wrap_span{
    font-size: 10px;
    font-family: 'TheJamsil';
    font-weight: 700;
}

.footer_wrap_text{
    font-size: 12px;
    font-family: 'TheJamsil';
    font-weight: 300;
}



/* sub page */


ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
    display: flex;
    gap: 15px;
    align-items: flex-end;
}
ul.tabs li{
	color: #fff;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
    border-radius: 30px 15px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100px;
    height: 30px;
}

ul.tabs li.tab01{
    background: #2b71d9;
}

ul.tabs li.tab02{
    background: #6b94c6;
}

ul.tabs li p{
    font-size: 14px;
    font-family: 'TheJamsil';
    font-weight: 400;

}

ul.tabs li.current{
	color: #fff;
    border-radius: 30px 15px 0 0;
    height: 38px;
}

.tab-content{
	display: none;
}

.tab-content.current{
	display: inherit;
}

.page_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 20px ;
    border-bottom: 1px solid #888888;
}
.page_top h3{
    font-family: 'TheJamsil';
    font-weight: 400;
    font-size: 22px;
}
.btn_search{
    display: flex;
    align-items: center;
    gap: 10px;
}
.page_top .btn{
    background: #406fb6;
    width: 90px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    color: #fff;
    font-family: 'TheJamsil';
    font-weight: 400;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.content_tab{
    padding-top: 15px;
    margin-bottom: 40px;
}

.nav_content{
    width: 100%;
    height: auto;
    background: #fff;
    border-radius: 12px;
    -webkit-box-shadow:4px 11px 12px 0px #CFCCDB;
    box-shadow: 4px 11px 12px 0px #CFCCDB;
padding: 20px 35px;
box-sizing: border-box;
}

.page-nav-list{
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
}

.page-nav-list:last-child{
    margin-bottom: 0;
}

.page-nav-list:nth-child(1){
    height: 20px;
}

.page-nav-list:nth-child(2){
    height: auto;
}

.page-nav-list:nth-child(3){
    height: auto;
}

.page-nav-list:nth-child(4){
    height: auto;
}

.page-nav_main:nth-child(1){
    width: 20%;
} 

.page-nav_main:nth-child(2){
    width: 20%;
} 
.page-nav_main:nth-child(3){
    width: 20%;
} 
.page-nav_main:nth-child(4){
    width: 25%;
} 
.page-nav_main:nth-child(5){
    width: 15%;
} 

.page-nav_main a{
    text-decoration: none;
    font-family: 'NotoSans';
    font-weight: 500;
    color: #000;
    font-size: 15px;
    position: relative;
    line-height: 2.0;
}


.page-nav_main ul li a{
    font-family: 'NotoSans';
    font-weight: 300;
    color: #000;
    font-size: 14px;
    line-height: 1.5;
}

.page-nav_main a::before{
    content: '';
    background-color: #406fb6;
    width: 6px;
    height: 6px;
    position: absolute;
    left: -12px;
    top: 50%;
    transform: translate(0,-50%);
    z-index: 1;
}

.page-nav_main ul{
    position: relative;
}

.page-nav_main ul::before{
    content: '';
    position: absolute;
    top: -12px;
    left: -10px;
    background-color: #f1f1f1;
    width: 1px;
    height: 103%;
}


.page-nav_main ul li{
    position: relative;
}


.page-nav_main ul li::before{
    content: '';
    position: absolute;
    top: 50%;
    left: -10px;
    background-color: #f1f1f1;
    width: 5px;
    height: 1px;
}

.page-nav_main ul a::before{
    display: none;
}

.slick-track{height:73px;}

a.download_btn{
    position: absolute;
    top: 6%;
    right: 0;
    font-size: 12px;
    color: #6b93c5;
    background: #eff0f3;
    width: auto;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    border-radius: 6px;
    font-weight: 600;
}