html {
    font-family: 'pretendard';
    font-size: 16px;
    letter-spacing: -1px;
}

body {
    font-family: 'pretendard';
    line-height: 1.875;
    font-size: 16px;
    margin: 0;
    color: #333;
    overflow: auto;
    min-width: 320px;
}

body.open {
    overflow: hidden;
}

.hidden {
    display: none!important;
}
.nav-pills li {
    width: 32% !important;
    height: 4em;
    margin: -1px 0 0.65em 1% !important;
}

.mt20 {
    margin-top: 1.25rem !important;
}

table th {
    word-break: keep-all;
}

#skip {
    margin: 0;
    padding: 0;
}
#skip a {
    position: absolute;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 40px;
    text-align: center;
    color: #fff;
    z-index: 100;
    line-height: 40px;
    top: -40px;
    opacity:0;
    transition:all .3s ease ;
}
#skip a:focus {
    opacity:1;
    top:0;
}


/**   헤더css   **/

header {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    width: 100%;
    z-index: 10;
    box-shadow: 0px 0px 10px 5px rgb(102 102 102 / .09);
}

.header_wrap {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}


/**   상단 글자크기, 언어선택css   **/

.langs-item {
    position: relative;
    background-color: #f5f5f5;
    height: 45px;
    align-content: center;
}

.langs-item > div {
    display: flex;
    max-width: 1200px;
    margin: auto;
    justify-content: flex-end;
    align-items: center;
}

.screen-size {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.screen-size .plus{
    width: 25px;
    height: 25px;
    background: url('../img/btn_plus.png') no-repeat;
    margin-right: 10px;
}
.screen-size .minus{
    width: 25px;
    height: 25px;
    background: url('../img/btn_minus.png') no-repeat;
    margin-right: 10px;
}
.screen-size .default{
    width: 25px;
    height: 25px;
    background: url('../img/btn_refresh.png') no-repeat;
}

.langs-item .dropdown {
    display: inline-block;
    width: 115px;
    border: 1px solid #777;
    border-radius: 30px;
}

.langs-item .dropdown .dropdown-toggle {
    display: block;
    font-size: .875rem;
    font-weight: 600;
    color: #777;
    outline-offset: -4px;
    padding: 1px 12px;
    background: #fff;
    border-radius: 20px;
}

.langs-item .dropdown .dropdown-toggle:focus {
    outline: auto;
}

.langs-item .dropdown .dropdown-toggle::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 12px;
    left: auto;
    bottom: auto;
    width: 8px;
    height: 5px;
    margin-top: -2px;
    background: url('../img/arrow_lang_select.png') no-repeat;
}
.open.dropdown .dropdown-toggle::after, .open.dropup .dropdown-toggle::after {
    transform: rotate(180deg);
}
.langs-item .dropdown .dropdown-menu {
    left: auto;
    right: 0;
    border-color: #333;
    padding: .25rem 0;
    min-width: 115px;
    background: #333;
    z-index: 9999;
}
.langs-item .dropdown .dropdown-menu>li>a {
    padding: 2px .75rem;
    font-size: .875rem;
    color: #fff;
}
.langs-item .dropdown .dropdown-menu>li>a:hover, .langs-item .dropdown .dropdown-menu>li>a:focus {
    background: #304ec1;
    color: #fff;
}
.langs-item .dropdown .dropdown-menu .active>a {
    background: #304ec1;
    color: #fff;
}
.langs-item .dropdown .dropdown-menu .active>a:hover, .langs-item .dropdown .dropdown-menu .active>a:focus {
    background: #304ec1;
    color: #fff;
}

@media (max-width: 1280px){
    .langs-item {
        padding: 0 15px;
     }
 }

@media (max-width: 992px){
    .langs-item {
        display: none;
     }
 }

/**   상단 글자크기, 언어선택css 끝   **/


.logo {
    display: flex;
    padding: 10px 0;
    align-items: center;
    min-width: 150px;
    height: 80.5px;
}

.logo a {
    max-width: 350px;
    display: block;
}

.logo a:first-child {
    max-width: 180px;
    margin-right: 10px;
}

.logo a img {
    width: 100%;
}

.menu_wrap {
    position: relative;
    width: 100%;
    z-index: 5;
}
.menu_wrap #menu {
    display: flex;
    justify-content: space-between;
    list-style: none;
    padding-left: 0;
    margin: 0;
    margin-left: 150px;
}


.menu_wrap #menu > li {
    text-align: center;
    letter-spacing: -1px;
    line-height: 2.2;
}

.menu_wrap #menu > li:nth-child(1), .menu_wrap #menu > li:nth-child(2) {
    width: 120px;
}

.menu_wrap #menu > li:nth-child(1) {
    margin-right: -20px;
}

.menu_wrap #menu > li:last-child {
    width: 175px;
    margin-right: 0;
}

.menu_wrap #menu > li > a {
    position: relative;
    display: inline-block;
    color: #000;
    width: 100%;
    font-size: 20px;
    font-weight: 700;
    font-family: 'paperlogy';
    text-decoration: none;
    height: 80.5px;
    line-height: 1.3;
    align-content: center;
    box-sizing: border-box;
    letter-spacing: -1px;
}

.menu_wrap #menu > li.active > a:before {
    content: ' ';
    position: absolute; 
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #0b7d63;
}

.menu_wrap #menu > li.active > a span {
    color: #005a44;
}

.header_wrap.open{height: 80.5px;}

.header_wrap.open:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    border-top: 1px solid #e4e4e4;
    background-color: #fff;
    top: 126px;
    z-index: 2;
    left: 0px;
    height: 280px;
    border-bottom: 1px solid #e4e4e4;
    box-shadow: 0px 14px 10px -9px rgb(102 102 102 / .08);
}



.header_wrap .sub-menu {
    width: 100%;
    display: none;
    padding: 20px 0;
    padding-left: 0;
    list-style: none;
}

.header_wrap .sub-menu > li > a {
    font-weight: 500;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    color: #333;
    word-break: keep-all;
}

.header_wrap.open .sub-menu{
    display: block
}

.menu_info {
    position: absolute;
    display: none;
    width: 180px;
    top: 127px;
    z-index: 3;
    text-align: right;
}

.header_wrap.open .menu_info:before {
    content: ' ';
    display: block;
    position: absolute;
    width: 544px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 100%;
    top: 0;
    height: 300px;
    right: 0;
}

.header_wrap.open .menu_info.bg1:before {
    background-image: url('../img/img_menu_01_v20251212.jpg');
}

.header_wrap.open .menu_info.bg2:before {
    background-image: url('../img/img_menu_02_v20251212.jpg');
}

.header_wrap.open .menu_info.bg3:before {
    background-image: url('../img/img_menu_03_v20251212.jpg');
}

.header_wrap.open .menu_info.bg4:before {
    background-image: url('../img/img_menu_04_v20251212.jpg');
}

.header_wrap.open .menu_info.bg5:before {
    background-image: url('../img/img_menu_05_v20251212.jpg');
}

.header_wrap.open .menu_info {
    display: block;
}


/*
.header_wrap.open .sub-menu > li > a:hover:before {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #3965bd;
}

 */
.sub-menu > li ul{display: none;}
.sub-menu li{position: relative; margin-bottom: 5px;}
.sub-menu li a[target='_blank']::after{margin-left: 5px; margin-top: 2px; content: "\f08e"; font-family: "Font Awesome 5 pro"; font-weight: 300; display: inline-block; vertical-align: top; color: #858585FF;font-size: 12px;}

/* .header_wrap.open  #menu > li:nth-child(2) > ul > li:first-child a{
    letter-spacing: -2px;
} */



.menu_btn {
    display: flex;
    align-items: center;
    position: absolute;
    justify-content: center;
    bottom: -30px;
    right: 13%;
    width: 120px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    background: #3965bd;
    text-align: center;
    border: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: 999;
}

.menu_btn span {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 0.9rem;
    font-weight: 600;
}

.mobile{
    display: none;
}

.mobile_btn {
    display: none;
}

.mobile_btn img {
    display: block;
}


.h2 {
    font-size: 2.5rem;
    text-align: center;
    color: #3965bd;
    padding: 30px 20px;
    font-weight: 600;
    margin: 0;
}
.sub-menu > li.add_child_depth button{display: none;}

@media (max-width: 1715px) {
    .header_wrap.open:after {
        max-width: 500px;
    }
}

@media (max-width: 1360px) {
    .header_wrap.open:after {
        max-width: 300px;
    }
}

@media (max-width: 1280px) {
    .header_wrap {
        padding: 0 15px;
    }

    .menu_wrap #menu {
        margin-left: 80px;
    }
}




@media (max-width: 992px) {
    html,body{font-size: 14px;}

    header {
        min-width: 100%;
    }
    .header_wrap {
        max-width: 100%;
        display: block;
        text-align: center;
        min-width: 100%;
        padding: 0;
    }

    .header_wrap.open:after {
        max-width: 250px;
    }

    .menu_wrap #menu {
        margin-left: 0;
    }

    .logo {
        position: static;
        max-width: 100%;
        justify-content: flex-start;
        width: 100%;
        height: auto;
        padding: 10px 30px;
    }

    .logo a {
        max-width: 270px;
        display: block;
    }
    
    .logo a:first-child {
        max-width: 115px;
    }

    .mobile{
        display: flex;
        height: 60px;
    }

    .menu_btn {
        display: none;
    }

    .mobile_btn {
        display: block;
        position: absolute;
        width: 24px;
        height: 23px;
        top: 27px;
        right: 30px;
        border: 0;
        background-color: transparent;
    }

    .menu_wrap {
        display: none;
        top: 0;
        position: fixed;
        z-index: 9999;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: linear-gradient(45deg, #128074fa, #3f9541e3);
        backdrop-filter: blur(20px);
    }

    .menu_wrap.active {
        display: block;
    }

    .menu_wrap:before,
    .menu_wrap #menu:hover:before {
        content: none;
    }

    .menu_wrap #menu {
        display: block;
        overflow: auto;
    }

    .menu_wrap #menu > li {
        width: 100%;
        text-align: left;
        margin-right: 0;
        margin-bottom: 12px;
    }

    .menu_wrap #menu > li:first-child {
        width: 100%;
    }
    .menu_wrap #menu > li:last-child {
        width: 100%;
    }

    .menu_wrap #menu > li:nth-child(1), .menu_wrap #menu > li:nth-child(2) {
        width: 100%;
    }
    

    .menu_wrap #menu > li > a {
        color: #fff;
        padding: 10px 30px;
        height: auto;
        line-height: normal;
        position: relative;
    }

    .menu_wrap #menu > li.active > a span {
        color: #fff;
    }

    .menu_wrap #menu > li > a:before,
    .menu_wrap #menu > li.active > a:before {
        content: ' ';
        position: absolute;
        display: block;
        width: calc(100% - 60px);
        height: 2px;
        background: #fff;
        bottom: 0;
        left: 30px;
    }

    .menu_wrap #menu > li > a:after {
        content: ' ';
        position: absolute;
        display: block;
        width: 6px;
        height: 6px;
        background: #fff;
        top: 10px;
        left: 18px;
        border-radius: 100%;
    }

    .menu_wrap .sub-menu {
        padding: 0px;
        display: block !important;
        position: relative;
        top: 0;
        margin-top: 10px;
    }

    .menu_wrap .sub-menu > li > a {
        position: relative;
        font-size: 1.2rem;
        padding: 7px 15px 7px 43px; display: block;
        color:#fff;
    }
    
    /*
    .menu_wrap .sub-menu > li.on > a,
    .menu_wrap .sub-menu > li:hover > a {
        color: #3965bd;
    } */

    .menu_wrap .sub-menu > li > a:before {
        content: ' ';
        position: absolute;
        width: 6px;
        height: 1px;
        top: 50%;
        left: 32px;
        background:#fff;
    }
    
    .header_wrap.open .sub-menu > li > a:hover {
        color: #fff;
    }

    /*
    .menu_wrap .sub-menu > li.on > a:before,
    .menu_wrap .sub-menu > li:hover > a:before {
        content: ' ';
        width: 10px;
        bottom: 18px;
        background: #3965bd;
    }
    */

    .h2 {
        font-size: 1.5rem;
        text-align: center;
        color: #3965bd;
        padding: 30px 20px;
        font-weight: 600;
        margin: 0;
    }
    .sub-menu > li{font-weight: 200; color: black; padding: 2px 0;}
    .sub-menu > li:last-child{border-bottom: none;}
    .sub-menu > li ul{display: block; background: #0b693e;}

    .sub-menu > li > ul > li > a{
        position: relative;
        font-size: 1.1rem;
        display: block;
        padding: 5px 50px;
        color:#fff;
    }

    .sub-menu > li > ul > li > a:hover{
        color: #fff;
    }

    .sub-menu > li > ul > li > a:before{
        content: ' ';
        position: absolute;
        width: 3px;
        height: 3px;
        top: 50%;
        left: 40px;
        background: rgba(255, 255, 255, .6);
        margin-top: -2px;
    }
    .sub-menu > li > ul > li > ul{background: #e9e9e9;}
    .sub-menu > li > ul > li > ul > li{}
    .sub-menu > li > ul > li  > ul > li > a{
        position: relative;
        font-size: 1rem;
        padding: 5px 15px 5px 60px; display: block;}
    .sub-menu > li > ul > li > ul > li > a:before{
        content: ' ';
        position: absolute;
        width: 1px;
        height: 4px;
        top: 50%;
        left: 50px;
        background: #000;
        margin-top: -2px;
    }

    .sub-menu li a[target='_blank']::after{right: -6px; top: 12px; }
    .sub-menu li a[target='_blank']{display: inline-block;}
    .sub-menu > li.add_child_depth{}
    .sub-menu > li.add_child_depth > a{display: inline-block;}
    .sub-menu > li.add_child_depth button{
        display: inline-block;
        position: absolute;
        top: 15px; 
        right: 30px; 
        z-index: 100;
        border: none; 
        text-indent: -9999px; 
        font-size: 0;
        width: 14px; 
        height: 8px;
        background: url("../img/mobile_menu_icon.png") no-repeat;
    }
    .sub-menu > li.add_child_depth button.offbt{
        transform: rotate(180deg);
    }


}


@media (max-width: 600px) {
    .logo {
        padding: 10px;
    }
}

@media (max-width: 440px) {
    .logo a {
        max-width: 180px;
        display: block;
    }
}


/**   헤더css 끝   **/


/**   푸터 css    **/

footer {
    width: 100%;
}
footer section{
    max-width: 1200px;
    margin: 0 auto;

}

.footer_link {
    background-color: #f2f7f3;
    width: 100%;
    border-top:1px solid #d5d5d5;
    border-bottom:1px solid #d5d5d5;
}

.footer_link ul {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
    display: flex;
}

.footer_link ul li {
    position: relative;
    height: 65px;
    align-content: center;
}

.footer_link ul li:before {
    content: "";
    display: block;
    width: 1px; 
    height: 16px;
    background: #d5d5d5;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -8px;
}

.footer_link ul li:first-child {
    padding-right: 20px;
    margin-right: 20px;
}

.footer_link ul li:last-child:before{
    display: none;
}

.footer_link ul li a{
    color: #2d3a34;
    font-weight: 700;
    padding: 5px;
    display: block;
    position: relative;
}

.footer_link ul li:first-child a {
    font-weight: 900;
}

.footer_address{
    width: 100%;
    background-color: #f2f7f3;
}

.footer_address .address_box{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    background-color: #f2f7f3;
    padding: 35px 0px;
    font-size: 0.9rem;
}

.footer_logo a {
    display: inline-block;
    width: 140px;
}

.footer_address .address_box > div:last-child {
    position: relative;
    padding-left: 50px;
}

address {
    color: #2d3a34;
    font-style: normal;
    word-break: keep-all;
    margin-bottom: 5px;
}

address span {
    display: inline-block;
    font-weight: 600;
}

address span:nth-child(2) {
    margin-right: 20px;
}

address b {
    margin-right: 10px;
    font-weight: 800;
}

footer p {
    font-weight: 600;
    margin: 0;
    color: #2d3a34;
    opacity: .7;
}

@media (max-width: 1280px) {
    footer section{
        max-width: 100%;
    }
    
    .footer_link ul {
        max-width: 100%;
        padding: 0 15px;
    }

    .footer_link ul li a {
        height: auto;
    }

    footer p {
        font-size: 0.8rem;
    }

    .footer_address .address_box {
        max-width: 100%;
        padding: 35px 15px;
    }
}

@media (max-width: 992px) {
    footer p {
        font-size: 0.8rem;
    }

}

@media (max-width: 768px) {
    .footer_address {
        flex-direction: column;
    }
    .footer_logo {
        margin-bottom: 20px;
    }

    .footer_link ul {
        width: 100%;
    }

    .footer_address .address_box{
        display: block;
    }

    .footer_address .address_box > div:last-child {
        padding-left: 0;
    }

}



/**   푸터 css 끝   **/


/** content 최종수정일 숨김 **/
#modifyDate {display: none;}


/* sns 추가 상단 */
.sns_wrap_box{
    border-bottom:1px solid #ededed;
}
.sns_wrap_box > div{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    min-width: 1200px;
    padding:5px 0;
    display: flex;
    justify-content: end;
}

.sns_box {
	width: 114px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #f9fafc;
	border: 2px solid #d9e3ef;
	border-radius: 23px;
	padding: 3px 10px;
}

.sns_box p {
	font-size: 18px;
	color: #000;
	margin: 0;
	padding-right: 10px;
	font-weight: bold;
}

.sns_box a {
	position: relative;
	display: block;
}

.sns_box a:last-child:after {
	content: ' ';
	position: absolute;
	width: 26px;
	height: 45px;
	background-image: url('https://www.gg.go.kr/mn/uploads/2021/12/kssgpcmit_heart.png');
	background-repeat: no-repeat;
	top: -20px;
	right: -10px;
}

@media (max-width: 992px){
.sns_wrap_box > div {
    max-width: 100%;
    min-width: 100%;
}
}


/* sns 추가 상단 end */
/* 관련사이트 추가 */
@media (min-width: 768px){
        .site {
            margin-top: 0;
            width: 180px;
        }
    }
    .site {
        width: 180px;
    }
    @media (min-width: 768px){
       .site button {
            padding: 0 1.25em;
        }
    }
    .site button {
        position: relative;
        padding: 0 1em;
        width: 100%;
        height: 2.8125em;
        border: 1px solid #ddd;
        background: #fff;
        text-align: left;
    }
    @media (min-width: 768px){
        .site button::after {
            right: 1.25em;
            margin-top: -3px;
            border-width: 0 5px 5px 5px !important;
        }
    }
    .site button::after {
        display: inline-block;
        margin-left: 0.255em;
        vertical-align: 0.255em;
        content: " ";
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -2px;
        border-width: 0 4px 4px 4px !important;
        border-style: solid !important;
        border-color: transparent transparent #000 transparent !important;
    }
    @media (min-width: 991px){
       .site ul {
           font-size: 0.875em;
           bottom: auto !important;
           top:29px !important;
           transform: translate3d(0px, -70px, 0px);
        }
    }
    .site ul {
        margin: 0;
        min-width: 0;
        width: 100%;
        border-radius: 0;
        bottom: auto !important;
        top:0px !important;
        transform: translate3d(0px, -37px, 0px);
    }
    @media (min-width: 768px){
        .site ul {
            font-size: 0.875em;
        }
    }
    @media (min-width: 768px){
        .site ul li a {
            padding: 0.57em 1.25em;
        }
    }
    .site ul li a {
        display: block;
        padding: 0.46em 1em;
        color: #333;
    }

/* 관련사이트 추가 end */