html, body{font-family:'S-CoreDream', 'NanumS', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', 'Gulim', '굴림', sans-serif;}

.wrap { width:1400px; }

#header .gnb{ font-family:'S-CoreDream', 'NanumS', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', 'Gulim', '굴림', sans-serif; font-weight:400;}
#header .gnb::before{ width: calc(100% - 26px); margin-left: 13px ;}
/* #header .gnb .gnb_site { padding-left:268px; } */
#header .gnb .gnb_site .gnb_list { display:flex; height:45px; }
#header .gnb .gnb_site .gnb_item { border:none; float:none; display:flex; height:45px; align-items: center; padding:0 15px; }
#header .gnb .gnb_site .gnb_text { color:#000; font-size:15px; letter-spacing: -0.05em; }
#header .gnb .gnb_site .gnb_item.active {border:none; font-weight:500; padding: 0;}
#header .gnb .gnb_site .gnb_item.active .gnb_text { color:#ffffff; background-color:#0684d4; font-weight:400; padding:7px 20px 7px 20px; border-radius:53px; }
#header .gnb .gnb_site .gnb_item:before { left:-2px; top:21px; width:4px; height:4px; background-color:rgba(0,0,0,0.2); border-radius:50%; }
#header .gnb .gnb_site .gnb_item.active:before { display: none; }
#header .gnb .gnb_site .gnb_item:last-child { padding:0; }
#header .gnb .gnb_site .gnb_item:first-child { padding-left: 0; }
#header .gnb .gnb_site .gnb_item:last-child:before { display:none; }
#header .gnb .gnb_site .gnb_item:first-child .gnb_text {padding:7px 15px 7px 32px; background: url(/site/department/images/common/ico_guro_logo.png) 14% center no-repeat; background-size: 18%; }
#header .gnb .gnb_site .gnb_item:nth-child(2){padding-left:20px; background: url(/site/department/images/common/ico_logo.jpg) 0 center no-repeat; background-size: 18%; }
#header .gnb .gnb_site .gnb_item:nth-child(2):before{ left:-16px; }
#header .gnb .gnb_site .gnb_item:nth-child(4):before{ display: none; }
#header .gnb .gnb_link .gnb_list { display:flex; }
#header .gnb .gnb_link .gnb_list .gnb_item { position:relative; float:none; display:flex; height:45px; align-items: center; margin-left:0; padding:0 14px; }
#header .gnb .gnb_link .gnb_list .gnb_item::after { content:""; display:block; width:1px; height:14px; background-color:#d4d3d9; position:absolute; right:0; top:50%; transform: translateY(-50%);}
#header .gnb .gnb_link .gnb_list .gnb_item:first-child { margin-left:0; }
#header .gnb .gnb_link .gnb_list .gnb_item.lang::after { display:none; }
#header .gnb .gnb_link .gnb_text { padding:0; }
#header .gnb .gnb_link .member:before { display:none; }
#header .gnb .gnb_link .sitemap:before { display:none; }
#header .gnb .gnb_link .gnb_list .gnb_item.lang { padding-right: 0; }
#header .gnb .gnb_link .lang .lang_open { display:flex; align-items:center; justify-content: center; background:transparent; width:auto;  padding:0; color:#000;}
#header .gnb .gnb_link .lang .lang_open:after { content:""; display:block; margin-left:19px; width:14px; height:14px; background-image:url(/site/department/images/common/lang_arrow2025.png); background-repeat:no-repeat; transform: rotate(0deg); transition: all 0.2s; }
#header .gnb .gnb_link .lang .lang_open.active:after { transform: rotate(180deg); transition: all 0.2s; }
#header .gnb .gnb_link .lang .lang_panel { }

#header .gnb:before { height:1px; background-color:#d4d3d9; }

.home {border: 0; padding:0; height:114px; font-family: 'S-CoreDream','SebangG','NanumS', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', 'Gulim', '굴림', sans-serif; }
.home::after{display: block; width: calc(100% - 26px); height: 1px; background-color: #dddddd; margin-left: 13px;}
.home > .wrap { position:static; display:flex; height:100%; align-items: center; justify-content: space-between; }
.home h1 {
    display:none;
}
#header .search{top: 104px;  font-family: 'S-CoreDream','SebangG','NanumS', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', 'Gulim', '굴림', sans-serif;}
#header .search .search_bar{width: 510px; height: 56px; border-radius: 28px; border: 3px solid #3243a9; background-color: #fff;} 
#header .search .search_select{ width: 107px;}
#header .search select{ padding-right: 0px; font-size: 16px; color: #222222;}
#header .search .search_submit{background: url(/site/department/images/common/search_ic_magnify.png); right: 29px;}
#header .search .search_query{width: calc(100% - 29px);}

.weather{top: 110px;}

/*20230907*/
.global-site-wrap { position:relative; }
.global-site-wrap .global-site-btn { display:flex; align-items: center; padding:7px 15px; letter-spacing: -0.05em; font-size:15px; line-height:16px; color:#222222; background-color:#f4f3f7; border-radius:20px; transition: all 0.5s; text-decoration: none; }
/* .global-site-wrap .global-site-btn::before { content:""; display:block; width:15px; height:15px; background-image:url(/site/www/images/main/site_ico.png); background-repeat:no-repeat; background-position:center; margin-right:5px;} */
.global-site-wrap .global-site-btn::after { content:""; display:block; width:10px; height:6px; background-image:url(https://www.guro.go.kr/site/www/images/main2024/select_arrow_2024.png); background-repeat:no-repeat; background-position:center;  margin-left:8px; transform:rotate(0deg); transition: all 0.5s;}
.global-site-wrap .global-site-btn.on { background-color:#dddddd; transition: all 0.2s;  }
.global-site-wrap .global-site-btn.on::after { transform: rotate(180deg); transition: all 0.2s;}
.global-site-wrap .global-site-box { display:none; position:absolute; width:340px; top:calc(100% + 5px); background-color:#f9f9f9; border-radius:8px; border:1px solid #dddddd; padding:15px; box-sizing: border-box; box-shadow:0 0 10px rgba(0,0,0,0.2); }
.global-site-wrap .global-site-box.on { display:block; }
.global-site-wrap .global-site-box ul.global-site-list { display:flex; flex-wrap:wrap; background-color:#ffffff; padding:15px; box-sizing: border-box; border:1px solid #dddddd; border-radius:4px; }
.global-site-wrap .global-site-box ul.global-site-list li { width:50%; margin-top:10px; }
.global-site-wrap .global-site-box ul.global-site-list li:nth-child(1),
.global-site-wrap .global-site-box ul.global-site-list li:nth-child(2) { margin-top:0; }
.global-site-wrap .global-site-box ul.global-site-list li a { display:flex; align-items: center; }
.global-site-wrap .global-site-box ul.global-site-list li a:hover { font-weight:500; }
.global-site-wrap .global-site-box ul.global-site-list li a::before { content:""; display:block; width:4px; height:4px; border-radius:50%; background-color:#e6247c; font-weight:600; margin-right:6px; }

#header .lnb{font-family:'S-CoreDream', 'NanumS', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', 'Gulim', '굴림', sans-serif;}

@media all and (max-width:1000px) {
.home { height:80px }
#header .gnb {/* padding-bottom:2px; */}
#header .gnb .wrap { padding:1% 2%; }
#header .gnb .gnb_site .gnb_list { flex-wrap:wrap; height:auto;}
#header .gnb .gnb_site .gnb_item { height:25px; }   
/* .gnb .gnb_site .gnb_item:nth-child(5) { display:flex } */
#header .gnb .gnb_site .gnb_item:nth-child(6) { display:flex; width:100%; height:auto; padding:0; }
#header .gnb .gnb_site .gnb_item:nth-child(6)::after { display:none; }
#header .gnb .gnb_site .gnb_item:nth-child(6)::before { display:none; }
#header .gnb .gnb_site .gnb_item.active .gnb_text {
    height:100%;
    display:flex;
    align-items: center;
    /* padding:0 10px; */
 }
.global-site-wrap { width:100%;}
.global-site-wrap .global-site-btn { display:none; }
.global-site-wrap .global-site-box { display:block; position:static; width:100%; padding:0; border:none; box-shadow: none; background-color:transparent }
.global-site-wrap .global-site-box ul.global-site-list { padding:0; border:none; background-color:transparent }
.global-site-wrap .global-site-box ul.global-site-list li { width:auto; margin-top:0; position:relative; }
.global-site-wrap .global-site-box ul.global-site-list li a { height:25px; padding:0 15px; }
.global-site-wrap .global-site-box ul.global-site-list li:first-child a { padding-left:0; }
.global-site-wrap .global-site-box ul.global-site-list li:last-child a { padding-right:0; }
.global-site-wrap .global-site-box ul.global-site-list li:before { content:""; display:block; position:absolute; top:10px; width: 4px; height: 4px; background-color: rgba(0, 0, 0, 0.2); border-radius: 50%; }
.global-site-wrap .global-site-box ul.global-site-list li:first-child::before { display:none; }
.global-site-wrap .global-site-box ul.global-site-list li a::before { display:none; }
#header .gnb .gnb_site .gnb_item:before { top:8px; }

#header .lnb .menu .depth1_item.mo-depart { display:block; }
#header .lnb .menu .depth1_item.depart { display:none; }

    
}

@media all and (max-width:640px) {
    .global-site-wrap .global-site-box ul.global-site-list li a { padding:0 6px; }
    .global-site-wrap .global-site-box ul.global-site-list li:before { top:12px; left:-1.5px; width:3px; height:3px; }
    .gnb .gnb_site .gnb_item:before { top:12px; left:-1.5px; width:3px; height:3px; }
}

@media all and (max-width:420px) {
    #header .gnb .gnb_site .gnb_text { font-size: 12px; }
    #header .gnb .gnb_site .gnb_item.active .gnb_text { padding: 0 8px 0 25px; }
}

#header .lnb .menu::before{display: block; content: ""; width: calc(100% - 26px); height: 1px; background-color: #dddddd; margin-left: 13px;}

#header .lnb{height:89px;}
#header .lnb .menu{z-index: 78;}
#header .lnb .wrap .depth1_list {width: 1400px; height: auto; display:flex; justify-content: space-between; }
#header .lnb .menu .depth1_text{color: #222222; letter-spacing: -0.05em; line-height: 50px; font-weight: 600;}
#header .lnb .menu .depth1_text:hover{color: #4c7de7;}
#header .lnb .menu .depth1_item { width:calc(100% / 7);}
#header .lnb .menu.after:after, .lnb .menu .depth2 { height: calc(100% - 89px);}
#header .lnb .menu .depth2:before{display: none;}
#header .lnb .menu .depth2_subject{font-size: 27px; line-height: 29px; font-weight: 600;}
#header .lnb .menu .depth2_text{font-size: 16px; font-weight: 600;}
#header .lnb .menu .depth3_text{font-size: 14px; transition-property: color;}

/* =============================================================================
    전자정부 누리집 공식배너
========================================================================== */
#nuri-header-top { font-family:'S-CoreDream', 'NanumS', 'Malgun Gothic', '맑은 고딕', 'Dotum', '돋움', 'Gulim', '굴림', sans-serif; position: relative; z-index: 70; width: 100%; background-color: #edf1f5; }
#nuri-header-top .wrap { position: relative; padding: 8px 0 8px 48px; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; box-sizing: border-box; }
#nuri-header-top .wrap .nuri-txt { display: flex; align-items: center; justify-content: flex-start; flex-direction: row; font-size: 15px; font-weight: 400; line-height: 1; white-space: nowrap; color:#555555; }
#nuri-header-top .wrap .nuri-txt::before{ display: inline-flex; position: absolute; left: 0; content: ""; width: 2.4rem; height: 1.6rem; background: url(https://www.guro.go.kr/common/images/layout/top_ban_ico_flag.svg) no-repeat center; background-size: contain; }

@media all and (max-width:640px) {
    #nuri-header-top .wrap .nuri-txt::before { left:6px;}
    #nuri-header-top .wrap .nuri-txt { font-size:13px; }
}


/* .weather .weather_info{display: flex; align-items: center;}
.weather .weather_temp span{font-size: 18px; font-weight: 400; color: #222222; margin-left: 3px;}
.weather .weather_environment{text-align: right; margin-top: 7px;} */
/* .weather .weather_info .weather_state{width: 50px; height: 50px; background-size: 100%; background-position: center; background-image: url(/site/department/images/common/weather_type01_b.png);}
.weather .weather_info.type2 .weather_state{width: 50px; height: 50px; background-size: 100%; background-position: center; background-image: url(/site/department/images/common/weather_type02_b.png);}
.weather .weather_info.type3 .weather_state{width: 50px; height: 50px; background-size: 100%; background-position: center; background-image: url(/site/department/images/common/weather_type03_b.png);}
.weather .weather_info.type4 .weather_state{width: 50px; height: 50px; background-size: 100%; background-position: center; background-image: url(/site/department/images/common/weather_type04_b.png);}
.weather .weather_info.type5 .weather_state{width: 50px; height: 50px; background-size: 100%; background-position: center; background-image: url(/site/department/images/common/weather_type05_b.png);}
.weather .weather_info.type6 .weather_state{width: 50px; height: 50px; background-size: 100%; background-position: center; background-image: url(/site/department/images/common/weather_type06_b.png);}
.weather .weather_info.type7 .weather_state{width: 50px; height: 50px; background-size: 100%; background-position: center; background-image: url(/site/department/images/common/weather_type07_b.png);} */

#footer::before{display: block; content: ""; height: 1px; width: 100vw; background-color: rgb(220, 220, 220);}
.site{margin-top: 30px; margin-bottom: 15px;}
.site .site_item{margin-left: 0; width:calc(100% / 5 - 20px); margin: 0 10px;}
.site .site_open{width: 264px; height: 50px; border: 0; border-radius: 6px; background-color: #f4f6f7; font-size: 16px; color: #222222; font-weight: 400;}
.site .site_open:before, .site .site_open:after{width: 31px; height: 31px; background-color: #fff; border-radius: 6px; top: 10px; background-position: center; padding: 0;}
.site .site_open:before{background-image: url(/site/department/images/common/footer_arrow.png);}
.site .site_open:after{background-image:  url(/site/department/images/common/footer_arrow.png); transform: rotate(180deg);}
.site .site_panel{width: 264px;}
.footer_nav a{font-weight: 400; color: #222222; font-size: 16px;}
.footer_nav ul{margin-top: 0;}
.footer_nav:before{display: none;}
.footer_nav:after{width: 100%;}
.footer_nav li{margin-top: 0; margin-bottom: 15px;}
.footer_nav li:before{width: 5px; height: 5px; border-radius: 50%; background-color: #dddddd; top: 5px;}

.footer_info{display: flex; flex-wrap: wrap; padding-top: 30px; padding-bottom: 30px;}
.footer_info .footer_logo{width: 150px; padding-top: 5px;}
.footer_info .footer_add{font-size: 16px;}
.footer_info .footer_add address{color: #222222; font-weight: 400; font-size: 16px;}

@media all and (max-width: 1440px){ 
    .wrap{width: 100%; padding-left: 20px; padding-right: 20px;}
    #header .search .search_panel{right: 0;}
    #header .lnb .wrap .depth1_list{width: 100%;}
    .site_list{width: 100%; display: flex; flex-wrap: wrap; justify-content: center;}
    .site .site_item{width: auto; margin-bottom: 10px;}
}

@media all and (max-width: 1200px){
    #header .search{top: 150px;}
    #header .search .search_panel{right: 25px;}
    #header .search .wrap{padding: 0;}
    .weather .weather_info{top: 44px;}
}

@media all and (max-width: 1000px){
    
    #header .lnb .menu{z-index: 80;}
    #header .lnb .menu_show{z-index: 78; top: 60px;}
    #header .lnb{height: 0;}
    #header .lnb:before{z-index: 76;}

    #header .lnb .menu .depth1_item{width: 100%;}
    #header .lnb .wrap .depth1_list{flex-wrap: wrap;}
    #header .menu .depth_list.clearfix > .depth_item{width: 100%;}

    #header .search{top: 60px; z-index: 80;}
    #header .search .search_panel{right: 0;}
    #header .search .search_open{top: 0px;}
    #header .search .search_bar{margin: 0 auto;}


    .site .site_open{font-size: 14px;}
    .site .site_item:nth-child(3n + 1){margin-left: 10px;}
    .site .site_item:nth-child(-n + 5){margin-top: 0;}
    .search select{width: auto;}
    .footer_nav a{font-size: 14px;}
    .footer_info p{font-size: 14px;}
    .footer_info .footer_add address{font-size: 14px;}
}

@media all and (max-width: 847px){
    .site .site_open{width: 200px;}
    .site .site_panel{width: 200px;}
}

@media all and (max-width: 690px){
    .footer_info{justify-content: center;}
    .footer_info .footer_logo{margin-bottom: 15px;}
}

@media all and (max-width: 640px){
    .logo{padding-left: 15px;}
    .site .site_open:before, .site .site_open:after{background-size: 36%;}
    .site .site_item:nth-child(2n + 1){margin-left: 10px;}
}

@media all and (max-width: 540px){
    #header .search .search_bar{width: 95%;}
}

@media all and (max-width: 480px){
    .site .site_item{
        width: calc(100% / 2 - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    .site .site_item:nth-child(2n + 1){
        margin-left: 5px;
        margin-right: 5px;
    }
    .site .site_item:nth-child(3n + 1){
        margin-left: 5px;
    }
    .site .site_open{
        width: 100%;
    }
   .site .site_panel{
        width: 100%
    }
}

@media all and (max-width: 460px){
    #header .search .search_bar{padding-left: 120px;}
    #header .search .search_select{width: 90px;}
    #header .search .search_submit{right: 20px;}
    #header .search select{font-size: 13px;}
    #header .search .search_query{font-size: 13px; padding-left: 0;} 
}

@media all and (max-width: 440px){
    .site{
        padding: 0 10px;
    }
    .site .site_item{
        width: calc(100% / 2 - 10px);
        margin-left: 5px;
        margin-right: 5px;
    }
    .site .site_item:nth-child(2n + 1){
        margin-left: 5px;
        margin-right: 5px;
    }
    .site .site_item:nth-child(3n + 1){
        margin-left: 5px;
    }
    .site .site_open{
        width: 100%;
        font-size: 12px;
        padding: 6px;
    }
    .footer_nav{
        padding-top: 12px;
    }
    .footer_nav a{
        font-size: 13px;
    }
    .footer_info .footer_add address{
        font-size: 13px;
    }
}

@media all and (max-width: 400px){
    #header .search .search_bar{padding-right: 20px; padding-left: 100px;}
    #header .search .search_select{width: 75px;}
    #header .search select{padding-left: 20px; padding-right: 10px;}
    #header .search .search_query{padding-right: 0; width: calc(100% - 15px);}

    .site .site_open:before, .site .site_open:after{width: 20px; height: 20px; top: 15px;}
}