@charset "utf-8";

/* 전자정부누리집 배너 */
.gov_nuri{background: #edf0f5;}
.gov_nuri .wrap{padding: 5px 5px;}
.gov_nuri p{display: flex;font-size: 14px;align-items: center;gap: 8px;font-family: 'Noto Sans KR';letter-spacing: -1.5px;}
.gov_nuri p:before{display: block;width: 24px;height: 16px;content: "";background: url('/images/01/common/icon.png') no-repeat -11px -14px;}

/* 줌인아웃 */
.zoominOut {top: 48px;right: 5px;text-align: right;padding: 8px;}
.zoominOut span {font-size: 14px;line-height: 1.6;}
.zoominOut button {width: 25px;height: 25px;font-size: 0;border-radius: 50%;}
.zoominOut button.zoomin {background: var(--point) url('/upload_data/board_data/BBS_0000010/177976380235707.png') no-repeat 3px 3px / 19px;}
.zoominOut button.zoomout {background: var(--point2) url('/upload_data/board_data/BBS_0000010/177976380235144.png') no-repeat 3px 3px / 19px;}

/* 새창열림 */
.new_win {display: inline-block;width: 17px;height: 17px;font-size: 0;background: url('/images/01/common/ico_newwin.png') no-repeat left center / 15px;vertical-align: middle;}

/* 헤더 */
#header {padding: 8px 5px;}
.hd_wrap .logo_wrap {display: inline-flex;align-items: center;}
.hd_wrap h1 a {display: block;width: 120px;height: 38px;background: url('/images/01/main/hd_logo.png') no-repeat;background-size: 121px;}
.hd_wrap h1 span {position: absolute; top: -10000px;}

/* 위원회누리집 */
.subSite_btn {padding: 8px 10px;position: relative;}
.subSite_btn button {position: relative;width: 110px;padding: 5px 15px 5px 0px;font-size: 12px;background: var(--point);color: var(--white);border-radius: 5px;}
.subSite_btn button:hover, .subSite_btn button:active, .subSite_btn button:focus {text-decoration: underline;}
.subSite_btn button span {position: absolute; top: -10000px;}
.subSite_btn button::after{display: block;position: absolute;top: 0;right: 0px;width: 20px;height: 26px;background: url('/images/01/common/icon.png') no-repeat -37px -2px / 300px;content:'';}
.subSite_btn button.close::after {transform: rotate(180deg);background-position: -30px -3px;}
.subSite_btn button.close {position: absolute;top: 8px;left: 10px;}
.subSite_btn .subSite_list {display: none;}
.subSite_btn .subSite_list.on {display: block;}
.subSite_btn .subSite_list ul {position: absolute;top: 50px;left: 50%;transform: translateX(-50%);width: 195px;padding: 15px 10px;background:var(--white);border: 1px solid var(--gray);border-radius: 10px;z-index: 100;}
.subSite_btn .subSite_list::before {display: block;position: absolute;top: 43px;left: 57px;width: 15px;height: 15px;background: var(--white);border: 1px solid var(--gray);content:'';transform: rotate(45deg);}
.subSite_btn .subSite_list ul::before {display: block;position: absolute;top: -7px;left: 101px;width: 14px;height: 14px;background: var(--white);content:'';transform: rotate(45deg);}
.subSite_btn .subSite_list a {display: inline-block;position: relative;padding-left: 20px;line-height: 2;font-size: 14px;}
.subSite_btn .subSite_list a::before{display: block;position: absolute;top: 4px;left: 0;width: 20px;height: 17px;background: url('/images/01/common/icon.png') no-repeat -97px -233px / 300px;content:'';}
.subSite_btn .subSite_list a::after{display: block;position: absolute;top: 10%;right: -5px;width: 20px;height: 20px;background: url('/images/01/common/ico_newwin.png') no-repeat left center / 14px;content:'';transform: scale(0);}
.subSite_btn .subSite_list a:hover, .subSite_btn .subSite_list a:active, .subSite_btn .subSite_list a:focus {padding: 0 20px; text-decoration: underline;}
.subSite_btn .subSite_list a:hover::after, .subSite_btn .subSite_list a:active::after,
.subSite_btn .subSite_list a:focus::after{transform:scale(1); transition-duration:400ms;}
/* 헤더상단 nav */
.gnb {float: right;}
.gnb:after {display: block; clear: both; content: '';}
.gnb button {width: 30px;height: 30px;background: url('/images/01/common/icon.png') no-repeat;padding: 0;margin-top: 5px;}
.gnb button span {position: absolute; top: -10000px;}
.gnb button.gnb_open {background-position: -273px -8px;}
.gnb button.gnb_close {background-position: -442px -10px;position: absolute;top: 25px;right: 10px;}
.gnb .gnb_wrap {display: none;}
.gnb.on .gnb_wrap {display: block;}
.gnb_wrap {position: absolute;top: 0;left: 0;width: 100%;height: 100vh;background: var(--white);padding: 85px 10px 0 10px;box-sizing: border-box;z-index: 1;}
.menu_box .depth1 .depth1tit {display: none;}
.menu_box .depth1>a{display: block;position: relative;height: 60px;padding: 0 10px;border-radius: 15px;line-height: 60px;font-weight: 400;color: var(--txtc2);}
.menu_box .depth1>a:after{display: block;position: absolute;top: 18px;right: 8px;width: 24px;height: 24px;background: url('/images/01/common/icon.png') no-repeat -61px -14px;content:'';filter: invert(86%) sepia(71%) saturate(2616%) hue-rotate(201deg) brightness(95%) contrast(98%);}
.menu_box .depth2 {margin-top: 10px; padding: 15px; background: var(--gnbbg); border-radius: 15px;}
.menu_box .depth2 a{position: relative;line-height: 2.3;font-size: 17px;font-weight: 300;display: block;}
.menu_box .depth2 li>a::before{display: block;position: absolute;top: 25%;left: 0;width: 20px;height: 20px;background: url('/images/01/common/ico_2depth.png') no-repeat left center;content:'';transform: scale(0);}
.menu_box .depth2 {display: none;}
.menu_box .depth1.select .depth2 {display: block;}
.menu_box .depth1.select>a{background-color: var(--point); color: var(--white);}
.menu_box .depth1.select>a:after {transform: rotate(180deg);background-position: -61px -15px;filter: none;}
.menu_box .depth1>a:hover,.menu_box .depth1>a:active,.menu_box .depth1>a:focus { background: var(--point); color: var(--white);}
.menu_box .depth1>a:hover:after,.menu_box .depth1>a:active:after,.menu_box .depth1>a:focus:after {filter: none;}
.menu_box .depth2 li>a:hover,.menu_box .depth2 li>a:active,.menu_box .depth2 li>a:focus {padding-left: 20px;}
.menu_box .depth2 li>a:hover::before,.menu_box .depth2 li>a:active::before,.menu_box .depth2 li>a:focus::before{transform: scale(1); transition-duration:400ms; }
.menuBox_right {display: flex; justify-content: center;}
.menuBox_right .depth1_btn {width: 150px; text-align: center; margin: 20px 5px;}
.menuBox_right .depth1_btn a {display: block; line-height: 2.3; color: var(--white); border-radius: 10px;}
.menuBox_right .depth1_btn:first-child a {background: var(--point);}
.menuBox_right .depth1_btn:last-child a {background: var(--point2);}

/* 유틸리티 */
.util {position: absolute;top: 0;left: 0;margin: 20px 10px;}
.util ul {display: flex;width: 250px;padding: 2px 20px;box-sizing: border-box;box-shadow: inset 1px 1px 5px rgba(0, 0, 0, 0.17);border-radius: 50px;justify-content: space-between;}
.util li>a {display: block;width: 40px;height: 40px;background: url('/images/01/common/icon.png') no-repeat;border-radius: 50px;}
.util li>a span {position: absolute; top: -10000px;}
.util li.g_layerpop>a {background-position: -102px -3px;}
.util li.g_search a {background-position: -158px -3px;}
.util li.g_login a {background-position: -382px -6px;} 
.util li.g_mypage a {background-position: -213px -3px;} 
.util li.g_sitemap a {background-position: -268px -3px;}

/* 알림팝업 */
.util li.g_layerpop {position: relative;}
.util li.g_layerpop em {position: absolute;top: 0;right: 0;z-index: 10;font-style: normal;}
.util li.g_layerpop em strong {display: inline-block;width: 18px;height: 18px;text-align: center;font-weight: 300;font-size: 11px;color: #fff;vertical-align: middle;background:var(--red);border-radius:50%;line-height: 18px;}
.util .g_layerpop .p_box {display: none;}
.util .g_layerpop.on .p_box {display: block;}
.p_box {position: fixed;z-index: 999;top: 0;left: 0;width: 100%;height: 100vh;backdrop-filter: blur(5px);}
.p_box>div {width: 90%; margin: 50px auto; padding: 20px; background: var(--white); border-radius: 30px; border: 1px solid #333; box-sizing: border-box;}
.p_box h2 {font-size: 25px; font-family:'JalnanGothic'; color: var(--navy);}
.p_box h2 strong {color: var(--point);}
.p_box p{font-size: 16px; color: var(--txt3);}
.p_box .pboxtit_info {font-size: 18px; margin: 10px 0 20px; font-family:'JalnanGothic'; color: #8a8a8a;}
.p_box .pboxtit_info .count {color: var(--point2);}
.p_box .img_list {overflow-y: auto;height: 400px;padding: 0 10px;}
.p_box .img_list::-webkit-scrollbar {width: 5px;}
.p_box .img_list::-webkit-scrollbar-thumb {background: var(--navy);border-radius: 10px;}
.p_box .img_list::-webkit-scrollbar-track {background: var(--graybg);}
.p_box .img_list>div {border-radius: 25px;overflow: hidden;margin: 10px 0;box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.17);}
.p_box .img_list img {width: 100%;}
.p_box .pop_close {position: absolute;top: 25px;right: 5px;width: 50px;height: 50px;background: var(--point) url('/images/01/common/icon.png') no-repeat 8px -182px / 300px;border-radius: 17px;}
.p_box .day_close {margin: 10px 0; text-align: center;font-size: 16px;color: var(--txt3);}
.p_box .day_close input {margin-top: 5px;}
/* gnb 검색 */
.util li.g_search {position: relative;}
.util li.g_search .g_schBox {display: none;}
.util li.g_search.on .g_schBox {display: block;}
.g_schBox {position: absolute;top: 50px;left: -75px;width: 270px;padding: 20px 15px 30px;background:var(--white);border-radius: 10px;box-shadow: var(--shadow);z-index: 99;}
.g_schBox label {display: block;width: 100%;margin: 8px 0 15px; text-align: center;color: var(--point);font-family:'JalnanGothic';}
.g_schBox .sch_input {position: relative;}
.g_schBox .sch_input input[type=text] {width: 90%;height: 40px;padding: 0 15px;border-radius: 50px;border: 2px solid var(--point);font-size: 13px;box-sizing: border-box;}
.g_schBox .sch_input input[type=submit] {position: absolute;right: 2px;width: 40px;height:40px;font-size: 0;background: url('/images/01/common/icon.png') no-repeat -257px -258px / 300px;border-radius: 50%;}
.g_schBox .sch_close {width: 36px;height: 36px;position: absolute;top: -53px;left: 77px;background: var(--point) url('/images/01/common/icon.png') no-repeat 5px -148px / 240px;border-radius: 50%;}

/* 마이페이지 */
.util li.g_mypage {position: relative;}
.util li.g_mypage .mypage_box {display: none;}
.util li.g_mypage.on .mypage_box {display: block;}
.util li.g_mypage.on .adminList {display: none;}
.util li.g_mypage.on.admin .adminList {display: block;}
.util li.g_mypage.on.admin .nomalList {display: none;}
.mypage_box {position: absolute;top: 58px;left: 50%;transform: translateX(-50%);width: 200px;padding: 20px 15px;background:var(--white);border: 1px solid var(--gray);border-radius: 10px;z-index: 99;}
.mypage_box::before {display: block;position: absolute;top: -9px;left: 105px;width: 15px;height: 15px;background: var(--white);border: 1px solid var(--gray);content:'';transform: rotate(45deg);}
.mypage_box .mypageBox_wrap::before {display: block;position: absolute;top: -7px;left: 104px;width: 19px;height: 19px;background: var(--white);content:'';transform: rotate(45deg);}
.mypage_box .my_info {position: relative;font-size: 15px;line-height: 1.8; color: var(--txt3);}
.mypage_box .my_info strong {display: block;font-size: 18px;margin-bottom: 10px;color: var(--txtc2);}
.mypage_box .my_info span {display: inline-block;padding-left: 20px;}
.mypage_box .my_info button {position: absolute;bottom: 0;right: 0;width: 100px;height: auto;font-size: 15px;margin: 0 0 3px 0;background: none; color: var(--txt3);}
.mypage_box .my_info .timer {position: relative;color: var(--point2);}
.mypage_box .my_info .timer:before {display: block;width: 20px;height: 20px;position: absolute;left: 0;top: 5px;background: url('/images/01/common/icon.png') no-repeat -162px -42px / 300px;content: '';}
.mypage_box ul {display: block;width: 100%;border-radius: 0;box-shadow: none;padding: 20px 0;margin-top: 20px;border-top: 1px solid #dadada;}
.mypage_box ul li {position: relative;padding-left: 30px;}
.mypage_box ul li:before {display: block;width: 34px;height: 39px;position: absolute;left: 0;background: url('/images/01/common/icon.png') no-repeat;background-size: 350px;content: '';}
.mypage_box ul .mypage:before {background-position: -217px -40px;}
.mypage_box ul .logout:before {background-position: -251px -40px;}
.mypage_box ul .adminjop1:before {background-position: -283px -40px;}
.mypage_box ul .adminjop2:before {background-position: -315px -40px;}
.mypage_box ul a {width: 100%;font-size: 17px;height: auto;line-height: 2.3;background: none;}
.mypage_box .mypage_close {float: right;position: relative;width: 70px;height: 30px;font-size: 15px;background: none;margin: 0;padding-left: 10px;}
.mypage_box .mypage_close:before {display: block;width: 25px;height: 25px;position: absolute;left: 0;background: url('/images/01/common/icon.png') no-repeat -263px -4px / 300px;content: '';}

/* footer */
#footer {padding-bottom: 20px;}
.banner>div {width: 300px;margin: 0 auto;}
.banner>div .banner_open {position: relative;width: 300px;margin: 10px 0;padding: 15px 25px;border-radius: 15px;background: var(--point);color: var(--white);text-align: left;font-size: 16px;}
.banner_open:after {display: block;width: 25px;height: 25px;position: absolute;top: 50%;right: 17px;transform: translateY(-50%);background: url('/images/01/common/icon.png') no-repeat -60px -14px;content: '';}
.banner_open:hover, .banner_open:active, .banner_open:focus {text-decoration:underline}
.banner_open span, .banner_con .banner_close span {position: absolute; top: -100000px; left: -100000px;}
.banner .banner_con {display: none;}
.banner .select .banner_con {display: block;}
.banner .select .banner_open:after {transform: rotate(180deg);top: 26%;}
.banner_con {padding: 20px 20px 50px;background: var(--gnbbg);border-radius: 15px;box-shadow: var(--shadow);}
.banner_con>div {position: relative;}
.banner_con ul {height: 250px;overflow-y: auto;}
.banner_con ul::-webkit-scrollbar {width: 5px;}
.banner_con ul::-webkit-scrollbar-thumb {background: var(--point2);border-radius: 10px;}
.banner_con ul::-webkit-scrollbar-track {background: var(--graybg);}
.banner_con li {position: relative;}
.banner_con li:before{display:block;position: absolute;top: 7px;left: 0px;width: 20px;height: 20px;background: url('/images/01/common/ico_ft_list.png') no-repeat center;content:'';background-size: 15px;}
.banner_con a {display: block;padding-left: 25px;line-height: 2.3;font-size: 16px;font-weight: 300;}
.banner_con .banner_close {position: absolute;bottom: -30px;right: 0;width: 32px;height: 32px;background: var(--point) url('/images/01/common/icon.png') no-repeat 5px -122px / 200px;border-radius: 10px;}
.ft_wrap {width: 95%;margin: 10px auto 0;padding: 20px;border-radius: 30px;box-shadow: var(--shadow);box-sizing: border-box;}
.ft_logo a {display: block;width: 100%;height: 150px;background: url('/images/01/main/ft_logo.png') no-repeat center;}
.ft_logo span {position: absolute; top: -100000px; left: -100000px;}
.ft_left {font-size: 16px;margin: 30px 0;}
.ft_left address {font-style: normal;}
.ft_left strong {color: var(--point); font-weight: 500;}
.ft_left span {font-weight: 300; font-size: 15px;}
.ft_left .copy {font-weight: 300; font-size: 15px; color: var(--txt3);}
.ft_sns {display: flex;justify-content: space-between;width: 248px;margin: 0 auto;}
.ft_sns span {position: absolute; top: -100000px; left: -100000px;}
.ft_sns a {display: block;width: 45px;height: 45px;background: url('/images/01/common/ico_sns.png') no-repeat;background-size: 350px;}
.ft_sns .insta a {background-position: -20px -87px;}
.ft_sns .face a {background-position: -74px -87px;}
.ft_sns .ytub a {background-position: -129px -87px;}
.ft_sns .blog a {background-position: -184px -87px;}
.ft_sns .kakao a {background-position: -239px -87px;}
.ft_link {margin: 30px 0 10px;}
.ft_link a {font-size: 16px;}
.ft_link a:hover, .ft_link a:active, .ft_link a:focus {text-decoration: underline;}
.ft_link li:first-child a {color: var(--point);font-weight: 500;}
.ft_wrap>p {position: relative;}
.btn_top {position: absolute;display: block;bottom: 10px;right: 0;width: 40px;height: 40px;border-radius: 10px;background: var(--point);color: #fff;font-size: 15px;text-align: center;}
.btn_top span {line-height: 40px;}
.btn_top:hover, .btn_top:active, .btn_top:focus {transform: translateY(-7px);}


/* ----------------------------------------------- 서브레이아웃:s ----------------------------------------------- */
.sub_container {border-top: 3px double #b3c7df}
.sub_content .sub_left {display: none;}
.sub_content .sub_right {position: relative;width: 95%;margin: 0 auto;}

.sub_title h3 {font-family:'JalnanGothic';font-size: 38px;color: var(--navy);text-align: center;margin: 30px 0;}

.local {width: 90%;margin: 0 auto;}
.local>ul {display: flex;padding: 8px 15px;background: rgba(255, 255, 255, 0.078);backdrop-filter: blur(2px);border-radius: 50px;border: 1px solid rgba(255, 255, 255, 0.251);box-shadow: var(--shadow2);box-sizing: border-box;}
.local>ul>li {position: relative;padding: 0 10px;}
.local>ul>li:after {display: block;position: absolute;top: 50%;transform: translateY(-50%);right: -10px;width: 20px;height: 20px;background: url('/images/01/common/icon.png') no-repeat -87px -313px / 400px;content:'';}
.local>ul>li:last-child:after{display: none;}
.local>ul>li>a {display: block;font-size: 16px;color: var(--txt3);font-weight: 300;line-height: 2;}
.local>ul>li>a:hover, .local>ul>li>a:focus {text-decoration: underline;}
.local>ul>li:last-child>a {color: var(--txt); font-weight: 400;}
.local>ul>.home>a {width: 24px;height: 32px;background: url('/images/01/common/icon.png') no-repeat -131px -308px / 400px;font-size: 0;}
.local>ul div {display: none;}
.local>ul div.on {display: block;position: absolute;left: 0;width: 155px;padding: 20px;background: var(--white);border-radius: 30px;box-shadow: var(--shadow2);}
.local>ul div a {position: relative;display: inline-block;font-size: 17px;line-height: 1.8;font-weight: 300;}
.local>ul div a:hover, .local>ul div a:focus {text-decoration: underline;}
.local>ul div .lo_close {position: absolute;top: -5px;right: -10px;width: 34px;height: 34px;background: url('/images/01/common/icon.png') no-repeat -440px -8px;font-size: 0;}
.local>ul div .lo_close:hover {transform: rotate(180deg); transition-duration: 400ms;}

.s_util {width: 180px; margin: 20px auto;}
.s_util>ul {display: flex;justify-content: space-between;}
.s_util>ul>li>a {display:block;width: 50px;height: 50px;background: rgba(255, 255, 255, 0.078);backdrop-filter: blur(5px);border-radius: 50px;border: 1px solid rgba(255, 255, 255, 0.251);box-shadow: var(--shadow2);background: url('/images/01/common/icon.png') no-repeat;}
.s_util>ul>.share>a {background-position: -216px -379px;}
.s_util>ul>.print>a {background-position: -273px -379px;}
.s_util>ul>.urlcopy>a {background-position: -335px -379px;}
.s_util>ul>li>a span {font-size: 0;}
.s_util>ul>li>a:hover, .s_util>ul>li>a:focus {transform: translateY(-10px); border-color: var(--point2);}

.share .sharing_wrap {display: none;}
.share.on .sharing_wrap {display: block;}
.share .sharing_wrap {position: absolute;width: 162px;padding: 15px;margin-top: 10px;background: var(--white);border-radius: 30px;box-shadow: var(--shadow2);}
.share .sharing_wrap ul {display: flex; flex-wrap: wrap;}
.share .sharing_wrap li {margin: 3px;}
.share .sharing_wrap a {display: block;width: 48px;height: 48px;border-radius: 50%;background: url('/images/01/common/ico_sns.png') no-repeat 0px 0px / 350px;}
.share .sharing_wrap .insta a {background-position: -20px -227px ;}
.share .sharing_wrap .face a {background-position: -74px -227px;}
.share .sharing_wrap .blog a {background-position: -128px -228px;}
.share .sharing_wrap .x_twi a {background-position: -182px -229px;}
.share .sharing_wrap .kakao a {background-position: -236px -227px;}
.share .sharing_wrap a span {font-size: 0; background: none;}
.share .sharing_wrap .close {position: absolute;bottom: 25px;right: 24px;width: 34px;height: 34px;background: url('/images/01/common/icon.png') no-repeat -440px -8px;font-size: 0;}
.share .sharing_wrap .close:hover {transform: rotate(180deg); transition-duration: 400ms;}

.s_con {margin: 0 0 60px;padding: 30px 20px 200px;border-radius: 30px;box-shadow: var(--shadow2);box-sizing: border-box;}

.scon_bottom{position: absolute;width: 100%;bottom: 40px;}
.manager{width: 90%;margin: 0 auto;background: var(--gnbbg);padding:17px 25px 15px 25px;border-radius: 20px;box-sizing: border-box;font-size: 17px;}
.manager h4{display:block;overflow:hidden;position:absolute;top:0;left:-5000px;font-size:1.8em}
.manager strong{font-weight: 400;color: var(--point);}
.manager li{margin:0 0 5px 0;color: var(--txt3);}
.manager li strong{display:inline-block;padding-right:15px;position:relative;}
.manager li strong:before{display:block;content:'';width: 1px;height: 13px;background: #c2c2c2;position:absolute;right:3px;top:6px;}
.manager p {color: var(--txt3);}

/* ----------------------------------------------- 서브레이아웃:e ----------------------------------------------- */


/* tablet */
@media (min-width: 768px) {
.gov_nuri .wrap{padding: 5px 20px;}
.gov_nuri p{letter-spacing:0;font-size: 15px;}
.zoominOut {position: absolute;top: 3px;right: 20px;padding: 0;}
#header {padding: 8px 20px;}
.gnb button.gnb_close {right: 17px;}
.p_box>div {padding: 40px;}
.p_box h2 {font-size: 34px; display: inline-block;}
.p_box .pboxtit_info {font-size: 20px; display: inline-block; margin-left: 15px;}
.p_box .img_list>div {display: inline-grid;width: 100%;border-radius: 30px;}
.p_box .pop_close {right: 15px;width: 70px;height: 70px;background-size: auto;background-position: 8px -310px;border-radius: 22px;}
.p_box .day_close {position: absolute; top: 60px; right: 12%;}
.g_schBox {width: 350px;}
    
/* footer */
.banner>div .banner_open {width: 320px;}
.banner_con {width: 320px; box-sizing: border-box;}
.ft_left {width: 505px;margin: 30px auto;line-height: 1.8;}
.ft_left strong {display: inline-block;width: 62px;text-align-last: justify;text-align: center;}
.ft_sns {width: 300px;}
.ft_link {display: flex;justify-content: space-between;width: 500px;margin: 30px auto;}

/* ----------------------------------------------- 서브레이아웃:s ----------------------------------------------- */
.sub_title {position: relative;}
.sub_title:before {display: block;position: absolute;top: -31px;right: 15px;width: 254px;height: 164px;background: url('/images/01/common/sub_bg.png') no-repeat;content: '';z-index: -1;}
.sub_title h3 {text-align: left;margin: 70px 0 55px 40px;font-size: 45px;}
.local{position: absolute;margin: 0 0 0 20px;width: auto;z-index: 9;}
.local>ul {padding: 10px 0;}
.local>ul>li {padding: 0 24px;}
.local>ul>.home>a {width: 29px;background: url('/images/01/common/icon.png') no-repeat -164px -388px;}
.s_util {position: absolute;right: 0;margin: 0 20px 0 0;z-index: 9;}
.s_util>ul>li>a {width: 52px;height: 52px;}
.s_util>ul>.share>a {background-position: -215px -378px;}
.s_util>ul>.print>a {background-position: -272px -378px;}
.s_util>ul>.urlcopy>a {background-position: -334px -378px;}

.s_con {margin: 80px 0 60px 0;padding: 50px 30px 160px;box-sizing: border-box;}

.manager{position:relative;padding: 27px 25px 25px 25px;}
.manager ul{overflow:hidden}
.manager li{float:left;margin:0 30px 0 0}
.manager p{position:absolute;bottom: 26px;right:25px;}
/* ----------------------------------------------- 서브레이아웃:e ----------------------------------------------- */
}




@media (min-width: 1023px) {
.p_box>div {position: relative;margin: 70px auto;padding: 50px 60px;border-radius: 50px;box-sizing: border-box;}
.p_box .img_list {width: 100%;box-sizing: border-box;margin: 15px 0 0 0;height: 340px;}
.p_box .img_list>div {width: 48%;height: 256px;margin: 10px 8px;}
.p_box .pop_close {right: -37px;top: -43px;width: 80px;height: 80px;background-position: 13px -306px;}
.p_box .pop_close:hover, .p_box .pop_close:active .p_box .pop_close:focus {transform: rotate(180deg); transition-duration: 300ms;}
.p_box .day_close {top: 50px; right: 60px;} 
.banner {display: flex;position: relative;}
.banner_open:after {transform: rotate(180deg);top: 26%;}
.banner .select .banner_open:after {transform: rotate(0);}
.banner_con {position: absolute;width: 320px;bottom: 70px;}

}


/* desktop*/
@media (min-width: 1250px) {
.gov_nuri .wrap{width: 1200px; padding: 5px 20px;margin: 0 auto;}
.zoominOut {right: 30px;}
.zoominOut span {font-size: 16px;line-height: 1.5;}
#header {padding: 20px 0;}
.hd_wrap {display: flex;align-items: center;justify-content: space-between;width: 95%;margin: 0 auto;}
.hd_wrap .logo_wrap {width: 25%;}
.hd_wrap h1 a {width: 150px;height: 48px;background-size: 151px;}
.gnb {width: calc(100% - 25%);}
.gnb button.gnb_open, .gnb button.gnb_close{display: none;}
.gnb .gnb_wrap {display: inline-flex;height: auto;padding: 0;position: static;align-items: center;justify-content: space-between;}
.gnb .menu_box {display: flex;margin: 0 10px;}
.gnb .menuBox_left {display: flex;}
.menu_box>ul>li {width: 18%;}
.menu_box .depth1>a {padding: 0 5px;font-size: 17px;height: auto;line-height: 48px;font-weight: 500;text-align: center;}
.depth1_btn>a {position: relative;}
.menu_box .depth1>a:after {display: none;}
.menu_box .depth1>a:before, .depth1_btn>a:before {display: block;position: absolute;top: -15px;left: 50%;transform: translateX(-50%);width: 93px;height: 0;background: url('/upload_data/board_data/BBS_0000010/177855954126572.png') no-repeat;content:'';}
.menu_box .depth1>a:hover,.menu_box .depth1>a:active,.menu_box .depth1>a:focus {background: transparent; color: inherit;}
.menu_box .depth1>a:hover:before, .menu_box .depth1>a:focus:before,
.depth1_btn>a:hover:before, .depth1_btn>a:focus:before {height: 50px; transition-duration: 1000ms;}
.menu_box.on::before {display: block;position: absolute;top: 108px;left: 0;width: 100%;height: 100vh;backdrop-filter: blur(5px);content:'';z-index: 99;}
.menu_box.on .menuBox_left::before {display: block;position: absolute;top: 108px;left: 0;width: 100%;height: 500px;background: var(--white);content:'';border-top: 3px double #b3c7df;z-index: 99;}
.menu_box.on .depth2 {display: block;position: absolute;padding: 0;width: 190px;background: var(--white);margin: 30px 5px;box-sizing: border-box;z-index: 99;}
.menu_box.on .depth2 a {font-size: 16px;}
.menu_box.on .menu1 .depth2 {left: 13%;}
.menu_box.on .menu2 .depth2 {left: 28%;}
.menu_box.on .menu3 .depth2 {left: 43%;}
.menu_box.on .menu4 .depth2 {left: 58%;}
.menu_box.on .menu5 .depth2 {left: 73%;}
/* .menu_box.on .menu6 .depth2 {left: 85%;} */
.menu_box.on .depth2 ul {position: relative;margin-top: 10px;border-radius: 10px;padding: 10px 0 10px 10px;}
.menu_box.on .depth2 ul:hover {background: var(--gnbbg);}
.menu_box.on .depth2 ul:hover::before {display: block;position: absolute;top: -56px;left: 0;width: 100%;padding: 3px 0;border-radius: 10px;text-align: center;line-height: 2.3;background: var(--point);color: var(--white);font-size: 17px;}
.menu_box.on .menu1 .depth2 ul:hover::before {content: '의회안내';}
.menu_box.on .menu2 .depth2 ul:hover::before {content: '의원정보';}
.menu_box.on .menu3 .depth2 ul:hover::before {content: '의정활동';}
.menu_box.on .menu4 .depth2 ul:hover::before {content: '의회소식';}
.menu_box.on .menu5 .depth2 ul:hover::before {content: '시민참여';}
.menu_box.on .menu6 .depth2 ul:hover::before {content: '정보공개';}
.menu_box.on .depth1 .depth1tit {display: block;}
.menu_box.on .depth1 .depth1tit a {display: block;background: var(--depth1bg);text-align: center;padding: 4px 0;border-radius: 10px;font-size: 17px;font-weight: 500;color: var(--txtc2);}
.menu_box.on .depth1 .depth1tit a:hover {background: var(--point); color: var(--white);}
.menuBox_right {align-items: center;}
.menuBox_right .depth1_btn {margin: 0;width: auto;padding: 0 5px;font-size: 17px;}
.menuBox_right .depth1_btn a {line-height: 48px;}
.menuBox_right .depth1_btn:first-child a {background: transparent; color: var(--point);font-weight: 600;}
.menuBox_right .depth1_btn:last-child a {background: transparent; color: var(--point2);font-weight: 600;}
.util {display: inline-block;position: static;margin: 0;}
.util ul {width: 200px;padding: 2px 10px;}
.p_box>div {width: 1200px;}
.p_box .img_list {height: 400px;}
.g_schBox {left: -235px;}
.g_schBox .sch_close {left: 240px;}
.mypage_box ul {padding: 10px;}

/* footer */
#footer {position: relative;margin: 100px auto; padding: 0 0 50px 0;}
.banner {position: absolute;top: -35px;right: 60px;width: 1000px;}
.ft_wrap {display: flex;width: 95%;margin: 0 auto;padding: 70px 40px 40px;justify-content: space-between;align-items: center;}
.ft_logo {width: 20%;}
.ft_wrap .foot {display: flex;justify-content: space-between;width: calc(100% - 140px);}
.ft_logo a {width: 135px;}
.ft_left {margin: 0;}
.ft_sns {float: right;margin: 0 0 30px 0;}
.ft_link {clear: both;width: auto;}
.ft_link a {padding: 0 5px;}
.ft_wrap>p {position: static;}
.btn_top {bottom: 65px;right: 60px;width: 55px;height: 55px;font-size: 18px;border-radius: 15px;}
.btn_top span {line-height: 55px;}

/* ----------------------------------------------- 서브레이아웃:s ----------------------------------------------- */
.sub_title:before {width: 775px;right: 10px;background: url(' /upload_data/board_data/BBS_0000010/178450787020276.png') no-repeat;}


/* ----------------------------------------------- 서브레이아웃:e ----------------------------------------------- */
}

@media (min-width: 1500px) {
.gov_nuri .wrap{width: 1450px;}
.zoominOut {right: 40px;}
.menu_box .depth1>a, .menuBox_right .depth1_btn {padding: 0 10px;font-size: 19px;}
.menu_box.on .depth2 ul:after {display:block;position: absolute;top: 10px;right: -23px;width: 1px;height: 236px;background: #eeeeee;content: '';}

/* ----------------------------------------------- 서브레이아웃:s ----------------------------------------------- */
.sub_content {display: flex;position: relative; justify-content: space-between;width: 95%;margin: 0 auto;}
.sub_content .sub_left {display: block;width: 26%; position: relative;}
.sub_content .sub_right {width: 76%;margin: 0;}

.sub_left:before {display: block;position: absolute;bottom: -100px;left: 20px;width: 600px;height: 296px;background: url('/images/01/common/subbottom_bg.png') no-repeat;background-size: 600px;content:'';z-index: -1;opacity: 0.1;}
.sLeft_wrap {width: 90%;margin: 70px 0 0 0;padding: 50px;background: #fff;border-radius: 30px;box-shadow: var(--shadow2);box-sizing: border-box;}
.sLeft_wrap h2 {padding: 50px 0;margin-bottom: 50px;border-radius: 30px;font-family: 'JalnanGothic';background: var(--point);color: var(--white);text-align: center;font-size: 35px;}
.sLeft_wrap>div>ul>li>a {display: block;position: relative; line-height: 3;font-size: 20px;color: var(--txtc2);}
.sLeft_wrap>div>ul>li>a::before{display: block;position: absolute;top: 33%;left: 0;width: 20px;height: 20px;background: url('/images/01/common/ico_2depth.png') no-repeat left center;content:'';transform: scale(0);}
.sLeft_wrap>div>ul>li.on>a {padding-left: 20px;}
.sLeft_wrap>div>ul>li.on>a::before{transform: scale(1); transition-duration:400ms;}
.sLeft_wrap>div>ul>li>a:hover {padding-left: 20px;}
.sLeft_wrap>div>ul>li>a:hover::before{transform: scale(1); transition-duration:400ms;}
.sLeft_wrap>div>ul ul {display: none;}
.sLeft_wrap>div>ul>li.on ul {display: block;}
.sLeft_wrap>div>ul ul {padding: 20px 30px;background: #f3f3f3;border-radius: 30px;}
.sLeft_wrap>div>ul ul a {display: block;position: relative;margin: 8px 0;font-size: 18px;font-weight: 300;}
.sLeft_wrap>div>ul ul>.on>a {font-weight: 400;color: var(--point);}  
.sLeft_wrap>div>ul ul>li>a::after {display: block;position: absolute;top: 0;right: 0;width: 25px;height: 32px;background: url('/images/01/common/icon.png') no-repeat -54px -388px;content:'';transform: scale(0);}
.sLeft_wrap>div>ul ul>.on>a::after {transform: scale(1);}
.sLeft_wrap>div>ul ul>li>a:hover {font-weight: 400;color: var(--point);}
.sLeft_wrap>div>ul ul>li>a:hover::after {transform: scale(1);}

.s_con {padding: 70px 60px 170px;}

.scon_bottom {bottom: 100px;}
/* ----------------------------------------------- 서브레이아웃:e ----------------------------------------------- */
}

/* 와이드*/
@media all and (min-width: 1800px) {
.gov_nuri .wrap{width: 1800px;}
.zoominOut {right: 60px;}
.hd_wrap {width: 1800px; margin: 0 auto;}
.hd_wrap h1 a {width: 220px;height: 65px;background-size: 220px;}
.subSite_btn {margin-left: 18px;}
.subSite_btn button {width: 135px;padding: 7px 15px 7px 0;font-size: 15px;border-radius: 10px;}
.subSite_btn button::after {top: 5px;right: 2px;}
.subSite_btn .subSite_list ul {top: 60px;}
.subSite_btn .subSite_list::before {top: 53px;left: 69px;}
.gnb .menu_box {margin-right: 60px;}
.menu_box .depth1>a {font-size: 21px;padding: 0 22px;}
.menuBox_right .depth1_btn {font-size: 21px;padding: 0 15px;}
.menu_box.on::before,.menu_box.on .menuBox_left::before  {top: 130px;}
.menu_box.on .depth2 {margin: 50px 10px;width: 230px;}
.menu_box.on .depth1 .depth1tit a {font-size: 21px;}
.menu_box.on .depth2 ul:hover::before {font-size: 21px;top: -65px;}
.menu_box.on .depth2 ul:after {right: -28px;}
.menu_box.on .depth2 a {font-size: 17px;}
.util ul {width: 250px;padding: 4px 20px;}
.p_box>div {width: 1400px;margin: 110px auto;padding: 80px 70px;}
.p_box h2 {font-size: 45px;}
.p_box p {font-size: 18px;}
.p_box .pboxtit_info {font-size: 24px;margin: 20px;}
.p_box .img_list {height: 480px;}
.p_box .day_close {top: 100px; right: 73px;} 
.g_schBox {left: -220px;}
.g_schBox .sch_close {left: 223px;}
.mypage_box ul {width: 100%;padding: 10px;}

#footer, .ft_wrap {width: 1800px;}
.ft_wrap {padding: 70px 60px 60px;}
.ft_logo {width: 200px;}
.btn_top {bottom: 85px;}
/* ----------------------------------------------- 서브레이아웃:s ----------------------------------------------- */
.sub_content {width: 1800px;}
.sub_content .sub_left {width: 24%;}
.sLeft_wrap {width: 385px;}
/* ----------------------------------------------- 서브레이아웃:e ----------------------------------------------- */
}

                                                                                                                                       