@charset "utf-8";

* { box-sizing: border-box; }

/* ----- S : layout ----- */
#wrap, header, #header, #container, gnb, #gnb, main, #main, aside, #aside, footer, #footer { box-sizing: border-box; }

section { position: relative; }

h1 { color: #111; font-size: 24px; font-weight: 600; }
h2 { color: #333; font-size: 21px; }
h3 { color: #444; font-size: 19px; font-weight: 500; }


.l_head { float: left; }


/* 헤더 */
#header { /* position: fixed; */ width: 100%; display: flex; justify-content: center; align-items: center; padding: 26px 30px; background: linear-gradient(133deg, #adabfe, #2365b9, #adabfe); z-index: 999; }
#header::before { content:''; display: inline-block; height: 76px; width: 369px; position: fixed; left: 30px; background:url(/images/egovframework/bg_header-31600b490a0aa1bb998cd13cd658697e.png) no-repeat;transform: rotate(180deg);}
#header::after { content:''; display: inline-block; height: 76px; width: 369px; position: fixed; right: 30px; background:url(/images/egovframework/bg_header-31600b490a0aa1bb998cd13cd658697e.png) no-repeat;}
logo, #logo {/*  min-width: 216px; float:left; */ transition: width 0.1s; }
logo a, #logo a { display: inline-block; color: #fff; vertical-align: middle; transition: background 0.1s; }
logo a img, #logo a img { height: 36px; vertical-align: -10px; }
logo a span, #logo a span { font-size: 32px; font-weight: 600; }
#header #logo { width: auto; }

.user { position: relative; }
.list_util { display: none; position: absolute; top: 36px; left: -28px; width: 140px; z-index:99999; background: #fff; line-height: 20px; border: 1px solid #eee; border-radius: 10px; overflow: hidden; box-shadow: 0 0 8px 0 rgba(0, 0, 0, .08); }
.list_util > li { border-top: 1px solid #eee; }
.list_util > li:first-of-type { border-top: 0; }
.list_util a { font-size: 16px; display: block; line-height: 46px; padding: 0 24px; color: #555; }
.list_util a:hover { color: #333; background: rgba(177,177,177,.1); }
.member_info .fa-circle-user { margin-right: 5px; }
.member_info .fa-angle-down { margin-left: 2px; padding: 0 2px; font-size: 14px; }
.member_info { display: flex; align-items: center; color: rgba(255, 255, 255, .9); font-size: 18px; font-weight: 500; }
.member_info:hover { color: rgba(255, 255, 255, 1); }


/* 푸터 */
.simple.footer { padding: 16px 0; background: #ececec; }
.simple.footer p { color: #999; text-align: center; font-size: 14px; line-height: 18px; }


/* 햄버거메뉴 */
.util { display: flex; align-items: center; }
.util .ico_bar { display: none; }
.util .ico_bar span { display: block; background-color: #fff; border-radius: 1px; transition: .2s; opacity: 0.8; width: 20px; height: 3px; margin-bottom: 4px; }
.util .ico_bar span:nth-child(3) { margin-bottom: 0; }

/* 사이드 메뉴 */
#snb { position: fixed; height: 100%; width: 260px; margin-top: 77px; overflow: hidden; background: #fff; box-shadow: 0 0 8px 0 rgba(0,0,0,.08); transition: .1s; opacity: 1; z-index: 9999; }
#gnb nav { padding-top: 20px; }
#gnb nav ul { width: 100%; }
#gnb nav ul li { width: 100%; }
#gnb nav ul li a { position: relative; display: block; width: 100%; padding-left: 30px; line-height: 58px; color: #666; font-size: 19px; font-weight: 500; }
#gnb nav ul li i { width: 24px; margin-right: 8px; color: #7680a0; text-align: center; }
#gnb nav > ul > li > a:hover { background: rgba(239,239,243,.7); } 
#gnb nav > ul > li > a:hover,
#gnb nav .sidemenu li.on > a { color: #0a237f; }
#gnb nav > ul > li.on > a,
#gnb nav > ul > li.active > a,
#gnb nav > ul > li > a:hover i,
#gnb nav > ul > li.on i { color: #0a237f; }
#gnb nav > ul > li.on > a { font-weight: 600; }
#gnb nav ul li .sidemenu li a { padding-left: 36px; font-size: 18px; line-height: 50px; }
#gnb nav ul li .sidemenu li a:hover { background: rgba(228,230,235,.9); color: #192d79; }
#gnb nav ul .fa-angle-down { position: absolute; top: 20px; right: 24px; margin: 0; font-size: 17px; }
.sidemenu { background: #f2f4f7; }

.btn_hide { position: absolute; top: 50%; left: 260px; transform: translateY(-50%); color: #fff; background: #9ea3af; padding: 12px 6px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; box-shadow: 1px 0px 3px 0px rgba(0, 0, 0, 0.1); z-index: 999; }
.btn_hide i { font-size: 15px; }
.hide #snb { width: 0; opacity: 0; transition: width .3s;}
.hide #snb  + .btn_hide,
.hide #container { left: 0; }
.hide #snb  + .btn_hide i { transform: rotate(180deg); }
.sidemenu { display: none; }
.dropdown.on .fa-angle-down { transform: rotate(180deg); transition: .3s;}
.dropdown.on .sidemenu { display: block; }

.empty_text { font-size: 17px; color: #666; }

.button_area { display: flex; margin-top: 20px; align-items: center; justify-content: center; gap: 10px; }

/* 레이아웃 */
#wrap { position: relative; width: 100%; height: 100%; background: #fff; font-family: 'Pretendard'; }
#container { position: relative; /* height: calc(100dvh - 77px); */ left: 260px; right: 0; /* overflow: auto; */ /* margin-top: 77px; */ transition: .2s; }
.contents { position: relative; width: 100%; min-height: calc(100dvh - 127px); height: auto; /* overflow: auto; */ background: #fff; padding: 40px 0 50px; }
h1 { color: #111; font-size: 24px; font-weight: 600; }
.wrapper { max-width: 1000px; margin: 0 auto; padding: 0 40px; }


/* search */
.search_wrap { display: inline-block; position: relative; width: 240px; box-shadow: 0px 0px 8px 1px rgba(85,85,85,0.1); }
.search_wrap a { position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 40px; text-align: center; }
.search_wrap input { width: 100%; padding: 0 40px 0 18px; border: none; border-radius: 6px; color: #000; }

.mob_search { display: none; }


/* tit */
.tit_wrap { display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 10px; margin-bottom: 16px; }
.tit_wrap.border { padding-bottom: 10px; border-bottom: 1px solid #ddd; }
.tit_wrap span { color: #777; font-size: 17px; }

.tit_wrap02 { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 16px; border-bottom: 1px solid #333; }

.stit_wrap { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-end; gap: 12px; margin-bottom: 20px; }
/* .stit_wrap h3 { font-size: 22px; } */
.stit_wrap > span { color: #999; }
.stit_wrap > p { color: #777; font-size: 16px; }
.stit_wrap > em { color: #333; font-size: 16px; }
.stit_wrap > em b { color: #5456bb; font-size: 18px; }
.stit_wrap h3 b { color: #5456bb; }



/* box */
.wh_box { overflow: hidden; padding: 24px; background: #fff; border-radius: 8px; box-shadow: 0px 0px 10px 2px rgb(225 225 225); }
.main .wh_box { box-shadow: 0px 0px 10px 2px rgba(0,0,0,1); }
.wh_box.column01 { padding: 24px 30px 30px; }
.wh_box.column02 { display: grid; grid-template-columns: 2fr 1.5fr; padding: 0; }
.wh_box.column02 > div { padding: 24px 30px 24px; }

.grey_box { padding: 24px; background: #f2f3f5; border-radius: 8px; }
.grey_box.h350 { height: 350px; /* overflow-y: auto; */}

.grey_line_box { padding: 24px; background: #f9f9f9; border-radius: 8px; border: 1px solid #ddd;}


/* table */
.tbl01 { width: 100%; }
.tbl01 tr { display: block; padding: 16px 0; border-bottom: 1px solid #ddd; }
.tbl01 tr:first-of-type { padding-top: 0; }
.tbl01 tr:last-of-type { padding-bottom: 0; border-bottom: 0; }
.tbl01 tr td { display: block; font-size: 17px; }
.tbl01 tr td a { width: 100%; display: flex; gap: 10px; align-items: center; }
.tbl01 tr td a span { display: inline-block; padding: 8px 12px; word-break: keep-all; color: #45537c; background: #fff; font-size: 15px; font-weight: 500; border-radius: 30px; }
.tbl01 tr td a p, .ellipsis { display: -webkit-box; width: calc(100% - 140px); text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: break-all; color: #444; font-weight: 500; vertical-align: middle; line-height: 34px; }
.tbl01 tr td a em { color: #777; font-size: 15px; line-height: 1; }


.tbl01 tr:hover td a { color: #2343a2; }
.tbl01 tr:hover td span { color: #fff; background: #45537c; transition: .2s; }
.tbl01 tr:hover td a p { color: #363bb6; text-decoration: underline; }

.tbl02 { width: 100%; min-width: 900px; text-align: center; }
.tbl02 th { padding-bottom: 16px; border-bottom: 2px solid #333; font-size: 17px;  }
.tbl02 td { padding: 18px 0; border-bottom: 1px solid #ddd; font-size: 16px; line-height: 20px; color: #444; }
.tbl02 tr:last-of-type td { border-bottom: 0; }

.tbl03 {width: 100%;text-align: center;border-top: 1px solid #ddd;}
.tbl03 th { padding: 6px; background: #f2f3f5;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;font-size: 15px;color: #777; word-break: keep-all;}
.tbl03 td { padding: 8px 10px;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;font-size: 15px;line-height: 20px;}
.tbl03 th:first-of-type {border-left: 1px solid #ddd;}
.tbl03 td:first-of-type {border-left: 1px solid #ddd;}
.tbl03 td:nth-child(3),
.tbl03 td:nth-child(4) { text-align: left; }

.tbl_box { overflow-x: auto; }
/* 스크롤바 */
body::-webkit-scrollbar, .scrollBar::-webkit-scrollbar { width: 6px; /* 스크롤바의 너비 */ height: 6px; z-index: 9999; }
.scrollBar::-webkit-scrollbar-thumb { height: 25%; /* 스크롤바의 길이 */  background: #dadbde; /* 스크롤바의 색상 */ border-radius: 8px; z-index: 9999; }
.scrollBar::-webkit-scrollbar-track { background: #f7f8fb; border-radius: 8px;  /*스크롤바 뒷 배경 색상*/ z-index: 9999; }
#container.scrollBar::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb { height: 25%; /* 스크롤바의 길이 */  background: #979797; /* 스크롤바의 색상 */ border-radius: 8px; }
#container.scrollBar::-webkit-scrollbar-track, body::-webkit-scrollbar-track { background: #e3e5ec; border-radius: 8px;  /*스크롤바 뒷 배경 색상*/ }



/* paging */
.paging { margin-top: 6px; text-align: center; }
.wr_page { display: inline-block; }
.paging a { float: left; width: 40px; height: 40px; color: #777; font-size: 14px; line-height: 40px; }
.paging span.num > a:hover { cursor: pointer; }
.paging a i { line-height: 40px; }
.paging span.num { float: left;}
.paging span.num > a { font-size: 16px; }
.paging a:hover,
.paging strong:hover,
.paging span.num > a:hover { color: #111; text-decoration: underline; }
.paging span.num > a.on { color: #3958a4; background: #ebedf2; font-weight: 500; border-radius: 8px; }

.paging .first:hover,
.paging .last:hover,
.paging .pre:hover,
.paging .next:hover { color: #7c5df5; background-color: #f7f5ff; }
.paging .disable,
.paging .disable:hover { cursor: default; opacity: .5; }




/* tab */
.tab_wrap { display: flex; justify-content: center; }
.tab01 { overflow: hidden; background: #dadce6; border-radius: 8px; }
.tab01 a { position: relative; width: 200px; padding: 16px; background: #dadce6; color: #283461; text-align: center; font-size: 18px; }
.tab01 a::after { content: ''; display: inline-block; position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 1px; height: 24px; background: #a6b1c6; }
.tab01 a:hover { color: #0022a4; font-weight: 500; }
.tab01 a:last-of-type::after,
.tab01 a.on::after { display: none; }
.tab01 a.on { background: #283462; color: #fff; font-weight: 500; border-radius: 8px; }




/* btn */

.btn { border-radius: 5px; }

.btn.sm { display: inline-block; padding: 6px 15px; color: #fff; font-size: 15px; font-weight: 500; }
/* .btn.sm.blue { color: #3473ab; background: #cfe8ff; border: 2px solid #c1dcf5; }
.btn.sm.blue i { color: #4f8bbf; font-size: 13px; }
.btn.sm.blue:hover { color: #296192; background: #b8dcfc; }
.btn.sm.blue_line { color: #5d94c6; background: #f0f8ff; border: 2px solid #cde3f7; }
.btn.sm.blue_line:hover { color: #5d94c6; background: #fff; } */
.btn.sm.disable { color: #999; background: #f0f0f0; border: 2px solid #f0f0f0; cursor: default; }

.btn.mid { padding: 9px 15px; font-size: 17px; font-weight: 500; border-radius: 7px; }
.btn.red:hover { background: #b26060; }
.btn.red { background: #b77474; color: #fff; }
.btn.bd_red { border: 1px solid #dbb7b7; background: #fff; color: #c55757; }
.btn.bd_red:hover { background: #fff1f1; }
.btn.black { background: #7c7c7c; color: #fff; }
.btn.black:hover { background: #6d6d6d; }
.btn.white { background: #fff; color: #777; border: 1px solid #d3d3d3; }
.btn.white:hover { background: #f7f7f7; color: #666; border: 1px solid #c3c3c3; }

.btn.lg { padding: 13px 26px; font-size: 18px; font-weight: 500; border-radius: 8px; }
.btn.navy { color:#fff; background: #707592; }
.btn.navy:hover { background: #636883; }
.btn.blue { color: #fff; background: #6c7fb1; }
.btn.blue:hover { background: #566aa1; }
.btn.mcolor { color: #fff; background: #4376b7; }
.btn.mcolor:hover { background: #3363a1; }
.btn.scolor { background: #fff; color: #3958a4; border: 1px solid #afb8cf; }
.btn.scolor:hover { background: #eef1fa; }
.btn.bd_blue { background: #fff; color: #3958a4; border: 1px solid #afb8cf; }
.btn.bd_blue:hover { background: #eef1fa; }
.btn.grey { color:#fff; background: #acacac; }
.btn.grey:hover { background: #9e9e9e; }


/* 로그인, 아이디 비밀번호 찾기 */
#container.noside_cont { /* height: calc(100dvh - 77px); */ /* overflow-y: auto; */ left: 0; }
#container .login logo { text-align: center; margin-bottom: 24px; }
#container .login logo a{ color: #333; }

.member_wrap { display: flex; justify-content: center; align-items: center; }
.member_wrap .wh_box { width: 540px; padding: 30px; }
.member_wrap h2 { margin-bottom: 26px; color: #333; font-size: 22px; }
.check_tab { display: flex; width: 100%; margin-bottom: 26px; }
.check_tab li { padding: 13px 0; flex: 1; text-align: center; color: #a9a9a9; font-size: 17px; background: #f5f5f5; border: 1px solid #ddd; transition: .2s; }
.check_tab li:hover { cursor: pointer; }
.check_tab li.on { font-weight: 500; }
.check_tab li:last-of-type { border-radius: 0 8px 8px 0; }
.check_tab li:first-of-type { border-radius: 8px 0 0 8px; }

.member_wrap.contents section { display: flex; flex-direction: column; padding: 0 30px; }
.login .wh_box { padding: 40px 60px 50px; }
.login strong { display: inline-block; margin-bottom: 20px; color: #333; font-size: 20px; font-weight: 600; }
.login input { height: 50px; }
.login .pass_input { margin-top: 12px; } 

.pass_input { position: relative; border-radius: 8px; }
.pass_input input { padding: 0 50px 0 16px; }
.pass_input .icon_view i { position: absolute; right: 16px; top: 50%; transform: translateY(-50%); color: #999; vertical-align: middle; font-size: 17px; }
.pass_input .icon_view i.fa-eye-slash { color: #b4b4b4; }
.login .check_area { display: flex; justify-content: space-between; align-items: center; margin-top: 20px; color: #777; font-size: 17px; }
.login .check_area label { margin-bottom: 0; }
.login .check_area a { color: #666; }
.login .check_area a:hover { color: #555; font-weight: 500; }
.login button { width: 100%; margin-top: 24px; padding: 16px 0; border-radius: 8px; font-size: 20px; font-weight: 500; }
.login button:hover { background: #666; }
.login .join_area { display: flex; justify-content: center; gap: 10px; margin-top: 40px; color: #666; font-size: 19px; }
.login .join_area a { color: #333; font-weight: 500; border-bottom: 1px solid #333; }
.login .join_area a:hover { font-weight: 600; }


/* 회원가입 */
.member_wrap .input_group { margin-bottom: 18px; }
.member_wrap .input_group:last-of-type { margin-bottom: 0; }
.member_wrap input { width: 100%; }
.member_wrap input::placeholder { color: #999; }
.member_wrap label { margin-bottom: 10px; color: #777; font-size: 17px; font-weight: 500; }
.member_wrap .form_btnarea { width: 100%; margin-top: 30px; display: flex; gap: 14px; }
.member_wrap .form_btnarea a,
.member_wrap .form_btnarea button { flex: 1; text-align: center; }
.member_wrap .id_check { display: flex; gap: 10px; }
.member_wrap .id_check button { white-space: nowrap; }
.member_wrap .alert_error { color: #d05050; font-size: 16px; margin-top: 10px; }
.member_wrap .point { margin-top: 4px; color: #d06969; font-size: 16px; }
.member_wrap .email input[type="text"] { width: calc(50% - 15px); }
.member_wrap .email select { width: 100%; }
.member_wrap .email > div { width: 100%; }
.member_wrap .personal_info_box { margin-bottom: 20px; }
.member_wrap .personal_info_box:last-of-type { margin-bottom: 0; }
.member_wrap .personal_info02 .pass_input { margin-top: 0; margin-bottom: 18px; }
.member_wrap .agree_box { width: 100%; max-height: 220px; padding: 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 16px; line-height: 22px; color: #555; overflow: auto; }
.member_wrap .agree_checkarea { text-align: right; font-size: 18px; }
.member_wrap .agree_checkarea label { margin-bottom: 0; color: #555; }
.member_wrap .join_finish { display: flex; flex-direction: column; align-items: center; padding-top: 20px; }
.member_wrap .join_finish span { display: flex; justify-content: center; align-items: center; width: 54px; height: 54px; border: 1px solid #ddd; border-radius: 100%; }
.member_wrap .join_finish span i { color: #6c7fb1; font-size: 29px; }
.member_wrap .join_finish b { margin-top: 20px; color: #555; font-size: 20px; }
.member_wrap .join_finish p { margin: 6px 0 20px; color: #777; font-size: 17px; }
.email span { margin: 0 3px; }
.email { display: flex; flex-wrap: wrap; gap: 8px; }


/* 공지사항 */
.board_search { display: flex; justify-content: center; gap: 6px; }
.board_search input { width: 330px; height: 40px; }
.board_search select { min-width: 110px; height: 40px; padding: 0 28px 0 12px; color: #555; font-size: 16px; line-height: 40px; }
.board_search .btn.mid { height: 40px; margin-left: 3px; padding: 6px 20px; }

.board_list table tr:hover { cursor: pointer; background: #f6f7fa; }
.board_list table .empty_tr:hover { background: #fff; cursor: auto; }
.board_list table .empty_tr td { height: 150px; padding-bottom: 0; }
.board_list table thead tr:hover { cursor: auto; }
.board_list td a { display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: break-all; color: #444; font-weight: 500; }
.board_list td em { color: #777; }
.board_list thead tr:hover { background: none; }
.board_list.notice td a { text-align: left; }
.board_list.notice tr:hover a { color: #2343a2; text-decoration: underline; }
.board_list.notice .board_tit { text-align: left; }
.board_list .tbl02 .board_tit { position: relative; }
.board_list .tbl02 .board_tit a { padding-left: 30px; }
.board_list tr:hover .board_cate { color: #fff; background: #666f88 }
.board_list .board_cate { padding: 8px 12px; color: #4e5681; background: #f2f3f6; font-size: 16px; font-weight: 600; border-radius: 30px; white-space: nowrap; }
.board_list .board_num { color: #333; font-weight: 400; }
.fa-bullhorn { color: #cd5454; }
.fa-bullhorn + span { display: none; }
.list_tit { padding-left: 30px; }

.board_view .wh_box { margin-bottom: 20px; }
.board_view h3 { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-bottom: 16px; margin-bottom: 16px; border-bottom: 1px solid #d3d4d5; color: #333; font-size: 19px; }
.board_view dl { display:flex; flex-wrap: wrap; gap: 10px; align-items: center; }
.board_view dl dt { color: #666; font-size: 17px; font-weight: 500; }
.board_view dl dt::after { content: ''; display: inline-block; width: 1px; height: 10px; margin-left: 10px; background: #ccc; }
.board_view dl dd { font-size: 16px; color: #555;}
.board_view_head dl dd::after { content: ''; display: inline-block; width: 3px; height: 3px; margin: 0 0 4px 10px; border-radius: 2px; background: #b4b6b7; }
.board_view_head dl dd:last-of-type::after { display: none; }
.board_view_head span { display: inline-block; padding: 10px 12px; color: #45537c; background: #dce1eb; font-size: 15px; font-weight: 600; border-radius: 30px; white-space: nowrap; }
.board_view_head { padding: 20px; background: #f4f6f8; border-radius: 8px; }
.board_content { min-height: 400px; padding: 20px; color: #444; font-size: 16px; line-height: 1.6; }
.board_content img { max-width: 100%; }

.file_detail { padding: 16px 0 6px; border-top: 1px solid #ddd; }
.file_detail dt { padding-left: 12px; }
.file_detail p { line-height: 28px; }
.file_detail a { color: #464e8f; font-size: 16px; font-weight: 500; }
.file_detail a:hover { text-decoration: underline; }
.file_detail .fa-paperclip { color: #999; margin-right: 8px; }


/* 회원수정 */
.member_update dl { display: flex; margin-bottom: 16px; }
.member_update dl:last-of-type { margin-bottom: 0; }
.member_update label { width: 200px; margin-top: 14px; color: #555; font-size: 17px; font-weight: 500; cursor: auto; }
.member_update input { width: 300px; }
.member_update input,
.member_update select { height: 44px; }
.member_update select { padding: 0 78px 0 14px; }
.member_update .email input { width: 180px; }
/* .member_update i { margin-right: 6px; color: #c26767; vertical-align: text-bottom; }
.member_update p { margin-top: 8px; color: #c54646; } */

/* flex */
.flex_center { display: flex; align-items: center; gap: 8px; }
.flex_right { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px; align-items: center;}
.flex_between { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.flex_jcenter { display: flex; justify-content: center; gap: 8px; }


/* 설문조사 */
.tit_survey { position: sticky; top: 0; background: #fff; z-index: 10; }
/* 스크롤끊기 */
.tit_survey.is-sticky { padding: 10px 0 4px; border-bottom: 1px solid #ddd; }
.sticky-trigger { height: 1px; }
.tit_survey h2 { display: inline-block; margin-bottom: 8px;}
.tit_survey h2 span { color: #555; font-weight: 400; }
.tit_survey p { color: #777; margin-bottom: 8px; }
.tit_sub { padding: 8px 12px; background: #e9eaec; border-left: 4px solid #939aa6; }
.tit_sub span { color: #272c2f; font-size: 18px; font-weight: 500; }
.wr_step { border-bottom: 1px solid #ddd; background: #fff; }
.wr_step ul { display: flex; max-width: 700px; justify-content: center; align-items: center; gap:20px; padding: 20px;}
.wr_step ul li { display: flex; justify-content: center;/*  flex: 1; */ gap: 20px; font-size: 20px; align-items: center; color: #999; }
.wr_step ul li::after { content:'';width:80px; height:1px; background:#ddd; }
.wr_step ul li:last-of-type::after{ content:none;}
.wr_step ul li i { display: flex; width: 28px;height: 28px;align-items: center; justify-content: center; padding: 5px 10px; line-height: 20px; color: #eee; font-size: 16px; border-radius: 50px; background: #ccc; }
.wr_step ul li.on { color: #333; font-weight: 600; }
.wr_step ul li.on i { color: #fff; background: #2b8aca; }
.wr_step ul li.complete { color: #333; font-weight: 600; }
.wr_step ul li.complete i { padding: 7px; width: 29px ;height: 29px; color: #fff; background: #2dca2b; }

.info_blue { font-size: 19px; margin-bottom: 42px; color: #215175; padding: 12px 16px; border: 1px solid #c4d7e6; background: #e6f2fb; border-radius: 2px; }
.question_area { padding: 12px 0; border-bottom: 1px solid #ddd; }
.question_area:last-of-type { border-bottom: 0; }
.question_area:first-of-type { padding-top: 0; }
.wr_question { padding: 12px 0; }
.wr_question .question { margin-bottom: 6px; }
.wr_question .question i { margin-right: 10px; font-size: 16px; background: #455176;padding: 2px 8px;border-radius: 4px;color: #fff;}
.wr_question .question em { line-height: 26px; font-size: 18px; }
.explanation { display: none; color: #777; padding: 10px 0;}
.explanation.open { display: block; }
.explanation p strong { line-height: 26px; }
.explanation p { color: #777; line-height: 26px; }
.explanation table { margin-top: 8px; }

.btn_explanation { color: #777; font-size: 15px; }
.btn_explanation i { font-size: 10px; transition: transform 0.3s ease; }
.btn_explanation.open i { transform: rotate(180deg); }

.input_etc { height: 38px; font-size: 16px; line-height: 38px; padding: 0 10px; margin-right: 20px; }
.boxcont_checkbox.type_col input[type="checkbox"] + label {display: block;margin-right: 0;margin-bottom: 6px;}

.readonly-notice {background-color: #e5f8e5;border: 1px solid #2dca2b;color: #116110;padding: 16px 20px;border-radius: 2px;margin-bottom: 12px;font-size: 15px;display: flex;align-items: center;gap: 10px;}
.readonly-notice i {font-size: 20px;color: #1ba719;}
.readonly-notice strong {font-weight: 600;}

.btn.disabled {opacity: 0.6;cursor: not-allowed;pointer-events: none;}
.btn.success {   color: #fff; background: linear-gradient(160deg, #2365b9, #adabfe); }
/* intro */
.contents.intro { background: url(/images/egovframework/bg_intro-108ca368a49d4ccf20adbb3f648f7e54.png) no-repeat center top -195px; }
.intro_area { }
.intro_info { position: relative; padding: 16px 24px; color: #304d70; background: #ffffff5e; border: 1px solid #dbe0f4; border-radius: 6px; box-shadow: rgb(133 133 197 / 10%) 0px 4px 6px, rgb(170 170 224 / 5%) 0px 9px 23px; }
.intro_info p { margin-top: 5px; line-height: 26px; }
.intro_info p .p_margin { line-height: 36px; }
.managing { text-align: right; margin-top: 12px; color: #495368; }
.managing img:first-of-type {margin: 0 8px;width: 90px;}
.managing img:last-of-type {width: 196px;}

.ripple-wrap { display: none; position:absolute; top:0px; left:50%; transform:translate(-50%, -50%); width:120px; height:40px; margin:0 auto; }
.ripple-center { position:absolute; top:50%; left:50%; width:12px; height:12px; background:#96B7D1; border-radius:50%; transform:translate(-50%, -50%); z-index:3; }
.ripple-center::before, .ripple-center::after { content:""; position:absolute; top:50%; left:50%; width:12px; height:12px; background:rgba(150,183,209,0.3); border-radius:50%; transform:translate(-50%, -50%); animation:ripple 2.2s ease-out infinite; }
.ripple-center::after { animation-delay:0.9s; }
.small-dot { position:absolute; top:50%; width:7px; height:7px; background:#b6b4db; border-radius:50%; transform:translateY(-50%); }
.left-dot { left: 0; }
.right-dot { right: 0; }

@keyframes ripple {
   /*  0%   { width: 12px; height: 12px; opacity: 0.9; }
    70%  { width: 60px; height: 60px; opacity: 0.25; }
    100% { width: 85px; height: 85px; opacity: 0; } */
     0%   { width: 12px; height: 12px; opacity: 0.9; }
    70%  { width: 50px; height: 50px; opacity: 0.25; }
    100% { width: 65px; height: 65px; opacity: 0; }
}

/* 설문완료 페이지 */
.completion-container { background:#ffffffa8; border-radius:20px; margin:auto; max-width:600px; width:100%; padding:60px 40px; text-align:center; animation:fadeInUp 0.6s ease-out; }
@keyframes fadeInUp { from { opacity:0; transform:translateY(30px); } to { opacity:1; transform:translateY(0); } }
.icon-wrapper { margin-bottom:30px; }
.icon-success { width:60px; height:60px; border-radius:50%; background:linear-gradient(160deg, #2365b9, #adabfe); display:inline-flex; align-items:center; justify-content:center; animation:scaleIn 0.5s ease-out 0.2s both; }
.icon-fail { width:60px; height:60px; border-radius:50%; background:linear-gradient(135deg, #fb9393 0%, #f5576c 100%); display:inline-flex; align-items:center; justify-content:center; animation:scaleIn 0.5s ease-out 0.2s both; }
@keyframes scaleIn { from { transform:scale(0); } to { transform:scale(1); } }
.icon-success i, .icon-fail i { font-size:30px; color:#fff; }
.completion-title { font-size:32px; font-weight:700; color:#333; margin-bottom:20px; animation:fadeIn 0.6s ease-out 0.4s both; }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
.completion-message { font-size:18px; font-weight:400; color:#666; line-height:1.6; margin-bottom:40px; animation:fadeIn 0.6s ease-out 0.6s both; }
.completion-message.success { color:#667eea; }
.completion-message.fail { color:#f5576c; }
.btn-fail { background:linear-gradient(135deg, #fb9393 0%, #f5576c 100%); box-shadow:0 4px 15px rgba(245, 87, 108, 0.4); }
.btn-fail:hover { transform:translateY(-2px); box-shadow:0 6px 20px rgba(245, 87, 108, 0.6); }
.decorative-line { width:60px; height:4px; background:linear-gradient(90deg, #667eea 0%, #764ba2 100%); margin:0 auto 30px; border-radius:2px; animation:expandWidth 0.6s ease-out 0.3s both; }
.info_box { margin-top: 10px; padding: 12px 16px; border: 1px solid #dadada; background: #e9eaec; border-radius: 2px; }
.info_box p { line-height: 22px; color: #555; }

/* Tablet */
@media screen and (max-width: 1023px){
	
	/*  사이드메뉴 */
	#snb,
	.btn_hide { display: none; }
	.util .ico_bar { display: block; }
	#snb.open { display: block; width: 100%; }
	
	/* 레이아웃 */
	#container { left: 0; }
	
	/* 헤더*/
	.list_util { top: 34px; left: -21px; width: 130px; }
	.list_util a { line-height: 46px; padding: 0 20px; }
	.member_info { margin-right: 12px; }
	.member_info .fa-angle-down { display: none; }
	.user_box .user > a > span { display: none; }

}

/* Tablet */
@media screen and (max-width: 839px){
	
	h1 { font-size: 20px; }
	h2 { font-size: 19px; }
	
	.wh_box { padding: 20px; }
	.wh_box.column01, .wh_box.column02 > div { padding: 16px 20px 20px; }
	
	logo a img, #logo a img { height: 32px; }
	logo a span, #logo a span { font-size: 22px; }
	
	.h_wrap { height: 64px; }
	.h_wrap,
	.wrapper,
	.h_link { padding: 0 14px; }
	
	h1 { font-size: 19px; }
	.paging { margin-top: 14px; }
	.paging span.num > a { font-size: 14px; }
	.paging a i { line-height: 30px; }
	
	.tbl01 tr { padding: 12px 0; }
	.tbl01 tr td a { display: block; }
	.tbl01 tr td a p { width: 100%; margin: 8px 0 6px; line-height: 22px; font-size: 15px; }
	.tbl01 tr td a span { padding: 6px 10px; font-size: 14px; }
	.tbl02 td { padding: 14px 0; font-size: 15px; }
	.tbl02 th { padding-bottom: 12px; font-size: 16px; }
	.tab01 a { padding: 14px; font-size: 16px; }
	.tab01 a:nth-of-type(2)::after { display: none; }
	
	.tit_wrap { margin-bottom: 14px; }
	
	.grey_box { padding: 18px; }
	
	.guide { font-size: 14px; }
	
	.paging a { width: 30px; height: 30px; line-height: 30px; }
	
	.stit_wrap h3, h3 { font-size: 18px; }
	.stit_wrap { margin-bottom: 10px; }
	.stit_wrap > em { font-size: 14px; }
	.stit_wrap > em b { font-size: 16px; }
	
	/* 헤더 */
	#header { padding: 16px 24px; }
	
	/* 사이드메뉴 */
	#snb { margin-top: 54px; }
	#gnb nav ul li a { padding-left: 24px; }
	
	/* 레이아웃 */
	/* #container { margin-top: 54px; height: calc(100dvh - 54px) !important; } */
	#container .contents { min-height: calc(100dvh - 105px); padding: 30px 0 40px; }
	
	/* 회원수정 */
	.member_update .email > div { width: 100%; }
	.member_update .email input { min-width: auto; width: calc(50% - 15px); }
	.member_update dd,
	.member_update #memberEmail,
	.member_update input,
	.member_update select { width: 100%; }
	.member_update label { width: 140px; }
	.member_update label:first-of-type { margin-top: 0; }
	
	/* 공지사항 */
	.board_list .board_cate { padding: 6px 12px; font-size: 15px; }
	

}

/* small Tablet */
@media screen and (max-width: 768px){
	
	.btn.mid { padding: 7px 13px; }
	.btn.lg { padding: 10px 26px; }
	
	
	/* 헤더 */
	.member_info { font-size: 16px; }
	.util .ico_bar span { width: 18px; height: 3px; margin-bottom: 3px; }
	
	/* 회원가입 */
	.member_wrap label { font-size: 16px; }
	.member_wrap h2 { margin-bottom: 16px; font-size: 19px; }
	.member_wrap .agree_box { font-size: 15px; }
	
	/* 회원수정 */
	.member_update dl { flex-direction: column; gap: 8px; }

	/* 로그인 */
	.member_wrap .wh_box,
	.member_wrap form { width: 100%; } 
	.login .wh_box { padding: 30px 36px; }
	.login .wh_box span { margin-bottom: 14px; font-size: 17px; }
	.login input_group { height: 40px; padding: 0 14px; font-size: 15px; }
	#container.login logo { margin-bottom: 18px; }
	.check_area { margin-top: 14px; font-size: 14px; }
	
	/* 공지사항 */
	.board_search { flex-direction: column; width: 100%; }
	.board_search input { width: calc(100% - 76px); }
	.board_list.notice .stit_wrap { flex-direction: column; align-items: flex-start; }
	.board_list.notice .stit_wrap { margin-top: 10px; }
	.board_search { flex-direction: column; }
	.board_search input { width: calc(100% - 74px); }
	.board_search select { line-height: 36px; }
	.board_search select, 
	.board_search .btn.mid, 
	.board_search input { height: 36px; font-size: 15px; }
	.board_list td span { padding: 5px 12px; }
	.board_view h3 { padding-bottom: 14px; margin-bottom: 14px; font-size: 17px; }
	.board_view dl dt, 
	.board_view dl dd, 
	.file_detail a { font-size: 15px; }
	.board_view_head { padding: 16px; }
	
	/* 설문 조사 */
	body { font-size: 15px; }
	#header::before {height: 49px;width: 209px;left: -90px;background-size: contain;}
	#header::after {height: 49px;width: 209px;right: -90px;background-size: contain;}
	.wr_step ul { gap: 10px; padding: 16px; }
	.wr_step ul li { width: 33%; gap: 10px; font-size: 16px; }
	.wr_step ul li::after { content: none; }
	.wr_step ul li i { width: 20px; height: 20px; padding: 2px 6px; font-size: 14px; }
	.wr_step ul li.complete i { padding: 4px; width: 20px; height: 20px; }
	
	.intro_info { padding: 18px 14px; }
	.intro_info p { margin-top: 0; line-height: 24px; }
	.managing img:first-of-type { margin: 0 4px; width: 66px; }
	.managing img:last-of-type { width: 148px; }
	.ripple-wrap { display: none; }
 
	.info_blue { font-size: 16px; padding: 8px 12px; margin-bottom: 16px; }
	.grey_line_box { padding: 14px; }
	.tit_sub span { font-size: 15px; }
	.wr_question .question i { padding: 1px 6px; margin-right: 4px; font-size: 13px; }
	.wr_question .question em { line-height: 22px; font-size: 15px; }
	.question_area { padding: 8px 0; }
	.wr_question { padding: 6px 0; }
	.boxcont_radio input[type="radio"] + label, .boxcont_checkbox input[type="checkbox"] + label { display: block; margin-right: 0; margin-bottom: 6px; }
	
	.explanation .tbl03 th { font-size: 13px; }
	.explanation .tbl03 td { font-size: 14px; line-height: 18px; }
	.explanation p { line-height: 18px; }
	
	.readonly-notice { padding: 8px 12px; }
	
	.completion-container { padding:40px 30px; } 
	.completion-title { font-size:26px; } 
	.completion-message { font-size:16px; } 
	.icon-success i, .icon-fail i { font-size:40px; }
}

/* Mobile */
@media screen and (max-width: 480px){
	
	.btn.lg { font-size: 16px; }
	.btn.mid,
    .btn.sm { font-size: 15px; }
    	
	.wh_box { padding: 16px; }
	
	input,
	select { height: 36px; line-height: 36px; padding: 0 12px; font-size: 15px; }
	
	.pass_input input { padding: 0 40px 0 12px;  }
	
	/* 헤더 */
	#header { padding: 14px 20px; }
	.list_util { top: 30px; width: 120px; font-size: 15px; }
	.list_util a { line-height: 40px; padding: 0 16px; font-size: 15px; }
	
	/* 푸터 */
	.simple.footer { padding: 12px 0; }
    .simple.footer p { font-size: 12px; line-height: 16px; }

    /* 사이드메뉴 */
    #snb { margin-top: 48px; }
    #gnb nav { padding-top: 10px; }
    #gnb nav ul li a { font-size: 17px; line-height: 42px; }
    #gnb nav ul li .sidemenu li a { padding-left: 34px; font-size: 17px; line-height: 40px; }
    #gnb nav ul .dropdown .fa-angle-down { top: 16px; }
    
    /* 래아어윳 */
    .tit_wrap,
    .stit_wrap { margin-bottom: 16px; }
    /* #container { margin-top: 48px; height: calc(100dvh - 48px) !important; } */
    #container .contents { padding: 20px 0 30px; }
	
	/* 로그인 */
	.login strong { margin-bottom: 12px; font-size: 17px; }
	#container.login { height: calc(100dvh - 221px); }
	.login .wh_box { padding: 26px 30px; }
	.login .wh_box span { margin-bottom: 12px; font-size: 16px; }
    .login button { margin-top: 16px; padding: 12px 0; font-size: 17px; }
    .login input { height: 40px; }
    .login .pass_input { margin-top: 10px; }
    .login input { font-size: 16px; }
    .login .check_area { margin-top: 14px; font-size: 15px; }
    .login .join_area { margin-top: 30px; font-size: 17px; }
    .pass_input .icon_view i { right: 14px; font-size: 15px; }
    
    /* 회원가입 */
    .member_wrap.contents section  { padding: 0 20px; }
    .member_wrap label { font-size: 15px; }
    .member_wrap .wh_box { padding: 20px; }
	.member_wrap .point { margin-top: 2px; font-size: 15px; }
	.member_wrap .form_btnarea { gap: 8px; }
	.member_wrap .join_finish b { margin-top: 16px; color: #555; font-size: 17px; }
	.member_wrap .join_finish p { margin: 6px 0 10px; font-size: 16px;}
	.member_wrap .join_finish span { width: 48px; height: 48px; }
	.member_wrap .join_finish span i { font-size: 24px; }
	.member_wrap .alert_error { font-size: 14px; }
	
	/* 아이디 비밀번호 찾기 */
	.check_tab li { padding: 10px 0; font-size: 16px; }

	/* 회원수정 */
    .member_update input { min-width: 100%; }
    .member_update input,
    .member_update select { height: 36px; line-height: 36px; font-size: 15px; }
    .member_update label { font-size: 15px; }

    /* 메인 팝업 */
    .popup { min-width: 90%; }
    .popup-body { padding: 16px; }
    .popup-header { padding: 14px 20px; }
    .popup-header h2 { font-size: 17px; }
    .popup-footer a { padding: 10px 0; color: #fff; font-size: 15px; }
    
    .completion-container { padding:30px 20px; } 
    .completion-title { font-size:22px; } 
    .completion-message { font-size:14px; } 

}