<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll}
body {margin:0;padding:0;font-size:0.75em;font-family:'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif;background:#fff}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1em}
input, button {margin:0;padding:0;font-family:'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif;font-size:1em}
input[type="submit"] {cursor:pointer}
button {cursor:pointer}

textarea, select {font-family:'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif;font-size:1em}
select {margin:0}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}
.clear:after {content: "";display: block;clear: both;}
/* 레이아웃 크기 지정 */

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 상단 레이아웃 */
#hd {background:#ffffff;}
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.login_box {background: #3b404a;height: 40px;}

#hd_wrapper {position:relative;margin:0 auto;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}
/*로그인박스*/
.member_box {width: 100%;max-width: 1170px;margin: 0 auto;position: relative;}
.member_box .member {position: absolute;z-index: 9999;width: 315px;max-width: 315px;background: rgba(42,70,98,0.75);padding: 40px 20px;}
.member_box .input_box {margin: 15px 0 10px;}
.member_box .member &gt; p {font-size: 18px;color: #ffffff;padding-left: 20px;}
.member_box .input_box .m_top {margin-top: 20px;}
.member_box .input_box .check_box {width: auto;vertical-align: inherit;}
.member_box .input_box .password {margin-top: 6px;}
.member_box .check &gt; span {color: #ffffff;font-size: 16px;display: inline-block;vertical-align: middle;padding-left: 10px;}
.member_box .member_info {padding-top: 20px;}
.member_box .member_info &gt; a {font-size: 16px;color: #ffffff;}
.member_box .member_info &gt; a:first-child &gt; span {padding-right: 15px;}
.member_box .member_info &gt; a:last-child &gt; span {padding-left: 15px;border-left: 1px solid #ffffff;}
.member_box .log {display: block;background: #0945a4;border-radius: 5px;color: #ffffff;font-size: 16px;text-align: center;padding: 10px 0;margin-top: 25px;width: 100%;border: none;outline: none;}
/*헤더*/
.header {display: flex;width: 100%;max-width: 1170px;margin: 0 auto;justify-content: space-between;padding: 20px 0 0;}
.hd_login {position:absolute;right:18.25%;top:12px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a, .hd_login span {color:#9e9e9e;}
.hd_login span {cursor: pointer}
.menu {display: none;}
.header .navwrap {padding-top: 10px;}
.header .depth-1 {display: flex;}
.header .depth-1 &gt; li {font-size: 22px;position: relative;padding: 0 40px;}
.header .depth-1 &gt; li:first-child {padding-left: 0;}
.header .depth-1 &gt; li:last-child {padding-right: 0;}
.header .depth-1 &gt; li &gt; a {display: block;padding-bottom: 35px;}
.header .depth-2 {position: absolute;z-index: 999;width: 180px;background: rgba(222,222,222,0.75);margin-left: -50px;display: none;padding: 10px 0;}
.header .depth-2 &gt; li {text-align: center;}
.header .depth-2 &gt; li:hover {background: #eff4f8;}
.header .depth-2 &gt; li &gt; a {font-size: 16px;}
.header .logo img {height: 56px;}

/*배너*/
.mo {display: none;}



/* 메인메뉴 */
.bg {background: #f9f9fb;}
.neighbor h3 {font-size: 30px;text-align: center;font-weight: 500;padding-top: 55px;}
.neighbor &gt; p {font-size: 18px;color: #808080;text-align: center;padding: 20px 0 75px;}
.neighbor .ul_box ul li {float: left;width: 10.834%;margin-left: 1.25%;}
.neighbor .ul_box ul li:first-child, .neighbor .ul_box ul li:nth-child(9) {margin-left: 0;}
.neighbor .ul_box ul li span {display: block;text-align: center;padding: 20px 0 60px;font-size: 15px;color: #646464;}

.neighbor.ver2 .ul_box ul { display: flex; flex-wrap: wrap; justify-content: space-between; }
.neighbor.ver2 .ul_box ul li { float: none; }

/*공지사항*/
.board {width: 100%;max-width: 1200px;margin: 0 auto 25px;padding: 0 20px;}
.sponsorwrap {float: none;width: 100%;margin-top: 30px;}
.sponsor {background: url("/image/sponsor_banner.jpg") no-repeat center;width: 100%;padding: 40px;background-size: cover;}
.sponsor h3 {padding: 0 0 30px;text-align: center;font-size: 22px;font-weight: 500;color: #215b9d;}
.sponsor &gt; p {text-align: center;font-size: 18px;color: #5f5f5f;}
.sponsor .sponsorbox {font-size: 18px;padding-top: 20px;padding-left: 80px;font-weight: 350;}
.sponsor .sponsorbox &gt; div {position: relative;}
.sponsor .sponsorbox &gt; div .blue {color: #215b9d;font-weight: 400;}
.sponsor p:last-child {font-size: 14px;text-align: center;padding-top: 20px;color: #787878;}
.sponsor p .bold {font-weight: 500;color: #000;}
.blue:after {content: '';top: 45%; position: absolute;width: 5px;height: 5px;border-radius: 20px;display: block;background: #215b9d;left: -15px;}
 .second_box br {display: none;} 

/*자활장터*/
.gallery {width: 100%;max-width: 1200px;margin: 0 auto 60px;}
.gallery_box h2 {font-size: 30px;font-weight: 500;padding-bottom: 30px;}
.gallery_box .right {float: right;}

/*서브배너*/
.subbannerwrap {padding: 60px 0;border-top: 1px solid #e3e3e3;}
.subbanner {position: relative;width: 100%;max-width: 1200px;margin: 0 auto;}
.subbanner &gt; img {position: absolute;top: 30%;}
.subbanner &gt; img:last-child {right: 0;}
.slide ul {display: flex;flex-direction: row;justify-content: space-around;padding: 0 40px;}
.slide ul li {width: 100%;text-align: center;}
.slide ul li:nth-child(5n) img {margin-top: -15px;}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1;width: 100%;max-width: 1170px;}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;zoom:1;width: 100%;max-width: 1170px;margin: 0 auto;}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:30px;margin:60px auto;font-weight:600;text-align: center;}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0;width: 100%;}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr h2 {font-size: 30px;font-weight: 500;padding: 60px 0 10px;}
.latest_top_wr h2 &gt; a {float: right;}

/* 하단 레이아웃 */
#ft {background:#3b404a;margin:0 auto;text-align:center}
.footerfont {position: absolute;right: 0;top: 30%;}
#ft_wr {position: relative;max-width:1200px;margin:0;padding-top:30px;position:relative;display:inline-block;text-align:left;font-size: 16px;}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:100%;float:left;padding:0 20px;margin-bottom: 45px;}
.spot {width: 100%;font-weight: 350;margin-bottom: 35px;max-width: 1200px;margin: 0 auto;float: left;padding: 0 20px;}
.spot &gt; div {width: 50%;}
.spot &gt; div:last-child {padding-top: 20px;}
.spot span {color: #ffffff;background: #000000;padding: 5px 20px;}
.spot p {color: #ffffff;float: left;padding-left: 15px;}
.building {float: left;}
.ft_info {font-weight: 350;color: #ffffff;padding-top: 45px;}
.ft_info br {display: none;}
#ft_link {text-align:left;width: 100%;max-width: 1200px;margin: 0 auto;}
#ft_link a {display:inline-block;color:#49aab9;line-height:2em;font-weight:400;font-size: 16px;}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/*테이블*/
.tg  {border-collapse:collapse;border-spacing:0;width: 100%;}
.tg td{border-color:#cacaca;border-style:solid;border-width:1px;font-size:16px;
  overflow:hidden;padding:10px 5px;word-break:normal;}
.tg th{border-color:#cacaca;border-style:solid;border-width:1px;font-size:16px;
  font-weight:600;overflow:hidden;padding:10px 5px;word-break:normal;}
.tg .tg-cly1{text-align:left;vertical-align:middle}
.tg .tg-baqh{text-align:center;vertical-align:middle}
.tg .tg-nrix{text-align:center;vertical-align:middle}
.tg .tg-0lax{text-align:left;vertical-align:middle}
.tg .tg-9wq8{text-align:center;vertical-align:middle;color: #000000;font-weight: 500;}
.tg .tg-c3ow{text-align:center;vertical-align:middle;color: #000000;font-weight: 500;}
.tg .tg-0pky{text-align:left;vertical-align:middle}
.tg .tg-lboi{text-align:left;vertical-align:middle}
.tg .center {text-align: center;}
.tg .space {padding-left: 20px;}
/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#2375eb}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
.btn_b01:hover, .btn_b01:hover {color:#000}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ecf0f1;border-bottom:1px solid #ecf0f1;line-height:1.4em;height:60px;word-break:break-all}
.tbl_head01 tbody tr:hover td {background:#fafafa}
.tbl_head01 a:hover {text-decoration:underline}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .btn_close {height:45px;width:60px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;display:inline-block;width: 100%;margin-bottom: 60px;text-align: center;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#eee;border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595;font-size:1.083em;height:30px;line-height:28px;padding:0 5px;min-width:30px;text-decoration:none;border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #eee;padding:0;border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block;background:#3a8afd;border:1px solid #3a8afd;color:#fff;font-weight:bold;height:30px;line-height:30px;padding:0 10px;min-width:30px;border-radius:3px}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/*서브*/
 .sub_nav {border-top: 1px solid #dfdfdf;border-bottom: 1px solid #dfdfdf;margin-top: 30px;}
.sub_lnb {display: flex;width: 100%;margin: 0 auto;max-width: 1170px;height: 50px;}
.sub_lnb .home {width: 50px;border-left: 1px solid #dfdfdf;border-right: 1px solid #dfdfdf;text-align: center;padding: 15px 0;}
.sub_nav .sub_lnb .depth_1 {background: url(/image/sub_arrow_down.jpg)no-repeat 90% 50%;width: 200px;position: relative;border-right: 1px solid #dfdfdf;cursor: pointer;}
.sub_nav .sub_lnb .depth_1 &gt; ul {display: none; position: absolute;width: 100%;top: 100%;z-index: 999;text-align: center;font-size: 16px;background: #1b4ca2;}
.sub_nav .sub_lnb .depth_2 {background: url(/image/sub_arrow_down.jpg)no-repeat 90% 50%;width: 200px;position: relative;border-right: 1px solid #dfdfdf;cursor: pointer;}
.sub_nav .sub_lnb .depth_2 &gt; ul {display: none; position: absolute;width: 100%;top: 100%;z-index: 999;text-align: center;font-size: 16px;background: #1b4ca2;}
.sub_nav .sub_lnb .depth_3 {background: url(/image/sub_arrow_down.jpg)no-repeat 95% 50%;width: 200px;position: relative;border-right: 1px solid #dfdfdf;cursor: pointer;}
.sub_nav .sub_lnb .depth_3 &gt; ul {display: none; position: absolute;width: 100%;top: 100%;z-index: 999;text-align: center;font-size: 16px;background: #1b4ca2;}
.tit p {display: none;}
.sb &gt; h2 {font-size: 40px;text-align: center;font-weight: 500;padding: 60px 0;}
.sub_lnb p {font-size: 16px;padding: 13px 0;text-align: center;}
.sub_nav .sub_lnb .depth_1 &gt; ul li, .sub_nav .sub_lnb .depth_2 &gt; ul li, .sub_nav .sub_lnb .depth_3 &gt; ul li {padding: 10px 0;}
.sub_nav .sub_lnb .depth_1 &gt; ul li a, .sub_nav .sub_lnb .depth_2 &gt; ul li a, .sub_nav .sub_lnb .depth_3 &gt; ul li a {color: #ffffff;}
.sb3 .pageTit {display: none;}
/*서브1-1*/
.sb1_1_wrap {width: 100%;max-width: 1170px;margin: 0 auto;}
.sub1_1 {padding-bottom: 60px;}
.sub1_1 .img_box {float: left;width: 30%;}
.sub1_1 .img_box p {font-size: 18px;color: #6e6e6e;text-align: center;padding-top: 35px;}
.sub1_1 .img_box p span {color: #000000;font-weight: 500;}
.sub1_1 .txt_box {float: left;width: 70%;}
.sb1_1_txt1 {line-height: 1.5;}
.sb1_1_txt1 .blue {color: #005ca8;font-size: 36px;font-weight: 500;}
.sb1_1_txt1 .black {font-size: 30px;font-weight: 500;}
.sb1_1_txt2 {padding-top: 40px;font-size: 16px;color: #6e6e6e;}
.sb1_1_txt2 .green {color: #6f8607;font-size: 18px;}
.sb1_2_wrap {padding-bottom: 60px;width: 100%;max-width: 1170px;margin: 0 auto;}
.sub1_2_headtxt {background: #f6f6eb;text-align: center;padding: 40px 0;}
.sub1_2_headtxt &gt; p {font-size: 22px;color: #ff3c00;font-weight: 500;}
.sub1_2_listbox {padding-top: 20px;}
.sub1_2_listbox &gt; ul {font-size: 16px;line-height: 1.8;list-style-type: square;color: #6e6e6e;list-style-position: inside;color: #6e6e6e;}
.sub1_2_listbox &gt; ul span {color: #000000;}
.sub1_2_object {padding-top: 60px;}
.sub1_2_object .body_txt {padding-top: 20px;color: #6e6e6e;font-size: 16px;line-height: 1.5;}
.sub1_2_main {padding-top: 60px;}
.sub1_2_main .img_box {padding-top: 20px;}
.sub1_2_main .img_box img {width: 100%;}
.sub1_2_subcom {padding-top: 60px;}
.sub1_2_subcom .body_txt {padding-top: 20px;color: #6e6e6e;font-size: 16px;}
.sub1_2_member {padding-top: 60px;}
.sub1_2_member .member_list {font-size: 16px;color: #6e6e6e;line-height: 1.8;}
.sub1_2_member .member_list &gt; ul {padding-left: 20px;padding-top: 20px;}
.sub1_2_mainhistory {padding-top: 60px;color: #6e6e6e;font-size: 16px;}
.sub1_2_mainhistory .history_list {padding-top: 20px;line-height: 1.8;padding-left: 20px;}
.sub1_2_mainhistory .history_list span {color: #000000;}
.sb1_3_wrap {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sb1_3_wrap .img_box {text-align: center;}
.sb1_4_wrap {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sub1_4_tabbox &gt; ul &gt; li {float: left;width: 14.285%;font-size: 18px;border: 1px solid #d6d6d6;text-align: center;padding: 10px 0;}
.sub1_4_tabbox &gt; ul &gt; li:hover {background: #005ca8;}
.sub1_4_tabbox &gt; ul &gt; li:hover a {color: #ffffff;}
.sub1_4_tabbox &gt; ul &gt; li a {color: #797979;}
.suv1_2_year {font-size: 16px;color: #6e6e6e;padding: 60px 0;border-bottom: 1px solid #d6d6d6;}
.suv1_2_year .year {float: left;font-size: 40px;font-weight: 500;color: #005ca8;}
.suv1_2_year .listbox {padding-left: 40px;float: left;}
.suv1_2_year .listbox ul {list-style-position: inside;list-style-type: square;line-height: 1.8;}
.sb1_5_wrap  {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sb1_5_wrap .img_box {text-align: center;}
.sub1_5_tablebox {padding-top: 60px;}
.sub1_5_tablebox .tg {width: 100%;}
.sub1_5_tablebox thead tr {border-top: 2px solid #005ca8;}
.sub1_5_tablebox th {background: #eff4f8;color: #005ca8;text-align: center!important;}
.sub1_5_tablebox .tg td {color: #787878;}
.sub1_5_tablebox .tg .tg-0lax {padding-left: 20px;}
.sb1_6_wrap {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sub1_6_addbox {background: #eef4f9;padding: 20px;font-size: 16px;color: #5d5d5d;border: 1px solid #c6c6c6;border-top: none;}
.sub1_6_addbox &gt; div {display: inline-block;}
.sub1_6_addbox &gt; div a {color: #5d5d5d;}
.sub1_6_addbox &gt; div span {padding-left: 10px;}
.sub1_6_addbox .tel {padding-left: 30px;}
.root_daum_roughmap {width: 100%!important;padding-top: 30px;}
.sub1_6_map2 {padding-top: 60px;}


/*서브2*/
.sb2_1_wrap {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sub2_1_1 {background: #eef4f9;padding: 45px 55px;}
.sub2_1_1 .img_box {width: 20%;float: left;}
.sub2_1_1 .txt_box {width: 80%;float: left;}
.sub2_1_1 .txt_box p {font-size: 20px;font-weight: 500;}
.sub2_1_1 .txt_box ul {font-size: 16px;color: #6e6e6e;padding-top: 25px;list-style-type: square;padding-left: 20px;line-height: 2;}
.sub2_1_2 {padding: 60px 0;}
.head {font-size: 20px;color: #005ca8;font-weight: 500;}
.head img {padding-right: 15px;}
.sub2_1_2 .p_wrap {padding: 40px 0 0;font-size: 16px;}
.sub2_1_2 .p_wrap .normal {color: #6e6e6e;padding-top: 10px;}
.sub2_1_3 .listbox {border: 1px solid #e4e4e4;padding: 30px 60px;margin-top: 20px;}
.sub2_1_3 .listbox ul {list-style-type: square;font-size: 16px;color: #6e6e6e;line-height: 2;}
.sub2_1_3 .listbox span {color: #000000;font-weight: 500;}
.sb2_2_wrap {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sub2_2_tablist &gt; ul { display: flex; flex-wrap: wrap; }
.sub2_2_tablist &gt; ul &gt; li {float: none;width: 16.6666%;text-align: center;font-size: 18px;padding: 15px 0;color: #535353;background: #ebebeb;border-right: 1px solid #ffffff;}
.sub2_2_tablist &gt; ul &gt; li:hover {background: #005ca8;}
.sub2_2_tablist &gt; ul &gt; li:hover a { display: flex; align-items: center; justify-content: center; height: 100%; color: #ffffff;}
.sb2_2_wrap .table {padding-top: 60px;}
.sb2_2_wrap .tg {width: 100%;line-height: 1.8;margin-top: 20px;color: #787878;}
.sb2_2_wrap .tg th {color: #005ca8;background: #eff4f8;}
.sb2_2_wrap .tg thead tr {border-top: 2px solid #005ca8;}
.sb2_2_wrap .tg .main_ul {list-style-type: square;list-style-position: inside;}
.sb2_2_wrap .tg .sub_ul {padding-left: 20px;}
.sb2_2_wrap .sub_table th {color: #545454;background: #f3f3f3;}
.sb2_2_wrap .sub_table thead tr {border-top: 2px solid #545454;}
.sub2_2_list {padding-top: 40px;font-size: 16px;}
.sub2_2_list &gt; ul {color: #6e6e6e;padding: 10px 0;line-height: 1.8;}
.notandum {font-size: 14px;color: #f35600;line-height: 2;}
.notandum.first {padding-top: 25px;}

/*서브3*/
.sb3_1_1_wrap {width: 100%;max-width: 1170px;margin: 0 auto;}
.gateway_1 .normal {color: #6e6e6e;font-size: 16px;padding-top: 25px;}
.gateway_2 {padding: 40px 0;}
.gateway_2 .img_box {padding-top: 25px;}
.gateway_2 .img_box img {width: 100%;}
.gateway_3 {padding-bottom: 60px;}
.gateway_3 .listbox_1 {width: 48%;float: left;border: 1px solid #c0d0dd;}
.gateway_3 .listbox_2 {width: 48%;float: right;border: 1px solid #c0d0dd;}
.list_txt {font-size: 16px;background: #eef4f9;padding: 15px 0 15px 30px;}
.gateway_3 .listbox {margin-top: 20px;}
.gateway_3 .listbox ul {padding: 30px 60px;list-style-type: square;font-size: 16px;color: #6e6e6e;line-height: 2;}
.sb3_1_wrap  {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sub3_1_adm, .sub3_1_meeting {background: #eef4f9;padding: 35px;}
.sb3_1_wrap .headtxt {font-size: 20px;font-weight: 500;padding-bottom: 10px;color: #000000;}
.sb3_1_wrap .bodytxt {font-size: 16px;color: #6e6e6e;}
.sb3_1_wrap .txt_box {font-size: 16px;color: #6e6e6e;padding: 60px 0;}
.sb3_1_wrap .txt_box &gt; p:last-child {padding-top: 30px;}
.sb3_1_wrap .img_box .head {padding-bottom: 30px;}
.sub3_1_meeting {margin: 60px 0 40px;}
.sb3_1_wrap .listbox {color: #6e6e6e;font-size: 16px;line-height: 1.8;padding-bottom: 60px;}
.sub3_1_process {padding-top: 60px;}
.sub3_1_process .process_box  {margin: 30px 0 0;}
.sub3_1_process .process_box &gt; div {width: 33.333%;float: left;padding: 10px;}
.sub3_1_process .process_box .listbox {padding: 20px;border: 1px solid #dedede;height: 230px;line-height: 1.8;}
.sub3_1_process .process_box p {font-size: 16px;padding: 20px;background: #eef4f9;font-weight: 500;}
.sb3_1_2_wrap {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sub3_1_2_txt .txt {font-size: 16px;color: #6e6e6e;padding: 30px 0;}
.sb3_1_2_wrap .tablebox .tg {margin: 30px 0;}
.sb3_1_2_wrap .tablebox .tg:last-child {margin-bottom: 0;}
.sb3_1_2_wrap .tg .tg-9wq8 {font-weight: 400;color: #787878;}
.sb3_1_2_wrap .tg thead tr {border-top: 2px solid #005ca8;background: #eff4f8;}
.sb3_1_2_wrap .tg thead tr th {color: #005ca8!important;font-weight: 500!important;}
.sb3_1_2_wrap .tg .black {color: #000000;font-weight: 500;}

    /*tab*/
    .tab {display: inline-block;width: 100%;margin: 0 auto; display: flex; flex-wrap: wrap; }
    .tab li {float: none;width: 20%;background: #eaeaea;border-left: 1px solid #ffffff;}
    .sb3_2_wrap .tab li {width: 16%;}
    .sb3_2_wrap .tab li.verWidth {width: 20%;}
    .sb3_3_wrap .tab li {width: 11.111%;}
    .sb3_3_wrap .tab li.verWidth {width: 22.222%;}
    .tab li:first-child {border-left: none;}
    .tab li a {display: inline-flex; justify-content: center; align-items: center; height: 100%; font-size: 16px;text-align: center;padding: 20px 5px;width: 100%;color: #000000;}
    .tab li.current {background: #005ca8;}
    .tab li.current a {color: #ffffff;}
    .tabcontent {display: none;}
    .tabcontent.current {display: block;}

.sb3_2_wrap, .sb3_3_wrap {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sub3_2_name, .sub3_2_object, .sub3_2_history, .sub3_2_content {padding-top: 40px;}
.sb3_2_wrap .txt, .sb3_3_wrap .txt {font-size: 16px;padding-left: 20px;padding-top: 20px;color: #6e6e6e;line-height: 1.8;}
.sb3_2_wrap #tab1 .sub3_2_history .fren {margin-top: 20px;border: 1px solid #c0d0dd;} 
.sb3_2_wrap #tab1 .sub3_2_history .fren .headtxt {background: #eef4f9;font-size: 16px;padding: 20px;font-weight: 500;}
.sb3_2_wrap #tab1 .sub3_2_history .fren .bodytxt {padding: 20px;font-size: 16px;color: #6e6e6e;}
.sb3_2_wrap .sub3_2_content .img_box, .sb3_3_wrap .sub3_2_content .img_box {padding-top: 40px;}
.sb3_2_wrap .sub3_2_content .img_box img, .sb3_3_wrap .sub3_2_content .img_box img { max-width: 100%; }
.sb3_2_wrap .add, .sb3_3_wrap .add {margin-top: 40px;font-size: 16px;color: #6e6e6e;background: #eef4f9;padding: 20px;}
.sb3_2_wrap .add .black, .sb3_3_wrap .add .black {font-weight: 500;color: #000000;}
.sb3_2_wrap .add .space {padding-left: 15px;}
.sb3_4_wrap {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sb3_4_wrap .sub3_4_program .tg {width: 100%;margin-top: 30px;}
.sub3_4_txtbox {text-align: center;background: #005ca8;font-size: 16px;color: #ffffff;padding: 20px 0;font-weight: 500;}
.sub3_4_object {padding: 40px 0;}
.sub3_4_object .listbox &gt; ul {padding-top: 20px;font-size: 16px;color: #6e6e6e;padding-left: 20px;line-height: 1.8;}
.sb3_4_wrap .sub3_4_program .tg {color: #787878;}
.sb3_4_wrap .sub3_4_program .tg .blue {background: #eff4f8;color: #005ca8;}
.sb3_4_wrap .sub3_4_program .tg .gray {background: #f5f5f5;color: #000000;font-weight: 500;}
.sb3_4_wrap .sub3_4_program .tg .normal {padding-left: 20px;font-weight: 400;}
.sb3_4_wrap .sub3_4_program .tg .black {color: #000000;font-weight: 500;}
.sb3_4_wrap .img_box {padding-top: 60px;text-align: center;}
.sb3_4_wrap .img_box img { max-width: 100%; }
.sb3_5_wrap &gt; ul {margin-bottom: 60px;}
.sb3_5_wrap &gt; ul &gt; li {float: left;width: 50%;background: #eaeaea;font-size: 16px;text-align: center;padding: 20px 0;border-right: 1px solid #cacaca;}
.sb3_5_wrap &gt; ul &gt; li:last-child {border-right: none;}
.sb3_5_wrap &gt; ul &gt; li a {color: #666666;font-weight: 500;}
.sb3_5_wrap &gt; ul &gt; li:hover {background: #005ca8;}
.sb3_5_wrap &gt; ul &gt; li:hover a {color: #ffffff;}
.sb3_5_wrap {width: 100%;max-width: 1170px;margin: 0 auto;padding-bottom: 60px;}
.sb3_5_wrap .table_left {float: left;width: 48%;}
.sb3_5_wrap .table_right {float: right;width: 48%;}
.sb3_5_wrap .tg {color: #000;color: #787878;margin: 20px 0 60px;}
.sb3_5_wrap .tg-lboi {width: 70%; padding-left: 20px;}
.sb3_5_wrap .tg .tg-9wq8 {background: #eff4f8;color: #005ca8;font-weight: 500;}
.sb3_5_wrap .table_left .tg:last-child, .sb3_5_wrap .table_right .tg:last-child {margin-bottom: 0;}
.sb3_5_wrap .tg-lboi a {color: #787878;}
.sb3_5_wrap .blue {border-top: 2px solid #005ca8;}
.sb3_5_wrap .tg td {font-size: 15px;}
@media all and (max-width:1110px) {
    .suv1_2_year .year {float: none;text-align: center;}
    .suv1_2_year .listbox {padding-left: 0;padding-top: 30px;float: none;}
    .sub1_4_historybox {padding: 0 20px;}
}

/*모바일*/
@media all and (max-width:992px) {
.pc {display: none;}
.mo {display: block;}
#hd, #wrapper, #ft {min-width: auto;}
    .header .logo img {height: auto;}
    .login_box {z-index: 99999;display: none;width: 100%;}
    .header {position: fixed;z-index: 99999;background: #ffffff;padding: 20px 0;}
    .header .logo img {width: 180px;margin-left: 20px;}
    .header .navwrap {width: 100%;text-align: center;padding-top: 0;}
    .header .depth-1 {flex-direction: column;justify-content: center;background: #eff4f8;}
    .header .depth-1 li {font-size: 18px;padding: 10px 0;}   
    .hd_login {position: relative;right: 0;}
  .menu {display: block;position: absolute;top: 30px;right: 30px;width: 30px;height: 30px;}
    .menu span {display: block;height: 3px;background: #000000;}
    .menu span:nth-child(2) {margin: 8px 0;}
    .nav {position: fixed;width: 100%;background: #ffffff;}
    .header .gnb {display: block;width: 100%;flex-direction: column;text-align: center;padding: 0;background: #49af41;opacity: 1;font-size: 18px;}
    .header .gnb &gt; li {padding: 10px 0;}
    .header .gnb &gt; li &gt; a {padding-bottom: 0;color: #ffffff;}
    .header .gnb .lnb {position: static;width: 100%;margin: 0;}
    .header .gnb &gt; li:nth-child(3) .lnb {margin-left: 0;}
    .menu:hover {cursor: pointer;}   
     .active {position: absolute;display: block;z-index: 10;}
    .nav {position: fixed;right: -100%;top: 73px;width: 100%;}
    .nav.active {right: 0;}
    .header .depth-1 &gt; li &gt; a {padding-bottom: 0;}
    .header .depth-2 {position: static;width: 100%;margin: 0;}
        .menu span:nth-of-type(1) {
    -webkit-animation : menu-bar01 .75s forwards;
    animation : menu-bar01 .75s forwards;}
    @-webkit-keyframes menu-bar01 {
     0% {
  -webkit-transform : translateY(10px) rotate(45deg);
}
50% {
  -webkit-transform : translateY(10px) rotate(0);
}
100% {
  -webkit-transform : translateY(0) rotate(0);
}
}
@keyframes menu-bar01 {
0% {
  transform : translateY(10px) rotate(45deg);
}
50% {
  transform : translateY(10px) rotate(0);
}
100% {
  transform : translateY(0) rotate(0);
}
}
.menu span:nth-of-type(2) {
transition : all .25s .25s;
opacity : 1;
}
.menu span:nth-of-type(3) {
-webkit-animation:menu-bar02 .75s forwards;
animation:menu-bar02 .75s forwards;
}
@-webkit-keyframes menu-bar02 {
0% {
  -webkit-transform:translateY(-10px) rotate(-45deg);
}
50% {
  -webkit-transform : translateY(-10px) rotate(0);
}
100% {
  -webkit-transform : translateY(0) rotate(0);
}
}
@keyframes menu-bar02 {
0% {
  transform : translateY(-10px) rotate(-45deg);
}
50% {
  transform : translateY(-10px) rotate(0);
}
100% {
  transform : translateY(0) rotate(0);
}
}
.menu.active span:nth-of-type(1) {
-webkit-animation : active-menu-bar01 .75s forwards;
animation : active-menu-bar01 .75s forwards;
}
@-webkit-keyframes active-menu-bar01 {
0% {
  -webkit-transform : translateY(0) rotate(0);
}
50% {
  -webkit-transform : translateY(10px) rotate(0);
}
100% {
  -webkit-transform : translateY(10px) rotate(45deg);
}
}
@keyframes active-menu-bar01 {
0% {
  transform : translateY(0) rotate(0);
}
50% {
  transform : translateY(11px) rotate(0);
}
100% {
  transform : translateY(11px) rotate(45deg);
}
}
.menu.active span:nth-of-type(2) {
opacity : 0;
}
.menu.active span:nth-of-type(3) {
-webkit-animation : active-menu-bar03 .75s forwards;
animation : active-menu-bar03 .75s forwards;
}
@-webkit-keyframes active-menu-bar03 {
0% {
  -webkit-transform : translateY(0) rotate(0);
}
50% {
  -webkit-transform : translateY(-8px) rotate(0);
}
100% {
  -webkit-transform : translateY(-8px) rotate(-45deg);
}
}
@keyframes active-menu-bar03 {
0% {
  transform : translateY(0) rotate(0);
}
50% {
  transform : translateY(-10px) rotate(0);
}
100% {
  transform : translateY(-10px) rotate(-45deg);
}
    }
    
    /*로그인 추가*/
    .member_box {display: none;}
    
 /*컨텐츠1*/  
    #wrapper {padding-top: 73px;}
.neighbor {padding: 0 20px;}
.neighbor h3 {font-size: 20px;padding-top: 35px;}
.neighbor &gt; p {padding: 10px 0 35px;}
.neighbor .ul_box ul li {margin-left: 0;text-align: center;width: 25%;}
.neighbor .ul_box ul li span {font-size: 14px;padding: 20px 0 40px;}
    
    /*갤러리*/
    .slide ul {padding: 0 20px;}
    .subbanner &gt; img {padding-left: 30px;top: 0;}
    .subbanner &gt; img:last-child {padding-right: 30px;}
    /*서브배너*/
    .subbannerwrap {padding: 40px 0 20px;}
/*공지사항*/
.board {padding: 0 20px;margin: 0 auto 20px;max-width: 100%;}
.latest_top_wr {width: 100%;float: none;}
.latest_top_wr h2 {font-size: 25px;padding: 40px 0 10px;}
.lat li a {font-size: 14px;}
    .lt_info .lt_date {font-size: 14px;}
    .sponsorwrap {margin-top: 0;} 
    .sponsor {padding: 20px 0;background-position: 0 50%;}
    .sponsor h3 {padding: 0 0 20px;font-size: 16px;}
    .sponsor &gt; p {font-size: 14px;padding: 0 10px;}
    .sponsor .sponsorbox {padding: 10px 20px;font-size: 14px;}
    .sponsor p:last-child {font-size: 11px;padding: 5px 10px;}
    .second_box br {display: block;}
    .second_box .blue:after {top: 25%;}
    /*갤러리*/
    .gallery {padding: 0 20px;max-width: 100%;}
    .gallery_box h2 {font-size: 25px;padding: 15px 0 30px;}
    .footerfont {position: relative;text-align: center;}
    #ft_wr .ft_cnt {text-align: center;margin: 15px 0;}
    #ft_link a {font-size: 15px;}
    .spot {float: none;}
    .spot &gt; div {width: 100%;}
    .spot span {font-size: 14px;padding: 5px 15px;float: left;}
    .spot p {font-size: 14px;padding-top: 5px;padding-left: 10px;}
    .spot &gt; div:last-child {padding-top: 10px;}
    .ft_info {padding-top: 0;margin-bottom: 15px;font-size: 14px;}
    .ft_info br {display: block;}
    .ft_info p {padding-top: 25px;font-size: 15px;text-align: center;}
    .copy {font-size: 12px;line-height: 2;}
    
    /*서브 내브*/
    .sub_lnb .home {display: none;}
    .sub_nav .sub_lnb .depth_1, .sub_nav .sub_lnb .depth_2 {width: 50%;}
    .sb &gt; h2 {font-size: 24px;padding: 30px 0;}
    .sub_lnb p {font-size: 14px;}
    .sub3 .third_list .sub_lnb .depth_1, .sub3 .third_list .sub_lnb .depth_2, .sub3 .third_list .sub_lnb .depth_3 {width: 33.333%;}
    .sub3 .sub_lnb p {font-size: 12px;padding: 17px 0;}
    /*서브1*/
    .sb_title {padding-top: 44px;}
    .sub1_1 {padding-bottom: 30px;}
    .sub1_1 .img_box {width: 100%;float: none;text-align: center;}
    .sub1_1 .img_box img {width: 130px;}
    .sub1_1 .img_box p {font-size: 16px;}
    .sub1_1 .txt_box {width: 100%;float: none;padding-top: 30px;}
    .sb1_1_txt1 .blue {text-align: center;font-size: 24px;}
    .sb1_1_txt1 .black {font-size: 18px;text-align: center;}
    .sb1_1_txt2 {padding: 30px 20px 0;font-size: 14px;}
    .sb1_1_txt2 .green {font-size: 16px;}
    .sub_nav .sub_lnb .depth_1 &gt; ul {font-size: 12px;}
    .sub_nav .sub_lnb .depth_2 &gt; ul {font-size: 12px;}
    .sub_nav .sub_lnb .depth_3 &gt; ul {font-size: 12px;}
    .sb1_2_wrap {padding: 0 20px 30px;}
    .sub1_2_headtxt {padding: 20px 0;}
    .sub1_2_headtxt &gt; p {font-size: 18px;}
    .sub1_2_listbox {padding-top: 20px;}
    .sub1_2_listbox &gt; ul {font-size: 14px;}
    .sub1_2_object {padding-top: 30px;}
    .sub1_2_object .body_txt {font-size: 14px;}
    .sub1_2_main {padding-top: 30px;}
    .sub1_2_subcom {padding-top: 30px;}
    .sub1_2_subcom .body_txt {font-size: 14px;}
    .sub1_2_member {padding-top: 30px;}
    .sub1_2_member .member_list {font-size: 14px;}
    .sub1_2_member .member_list &gt; ul {padding-left: 0;}
    .sub1_2_mainhistory {padding-top: 30px;font-size: 14px;}
    .sub1_2_mainhistory .history_list {padding-left: 0;}
    .sb1_3_wrap {padding: 0 20px 30px;}
    .sb1_3_wrap .img_box img {width: 100%;}
    .sb1_4_wrap {padding-bottom: 30px;}
    .sub1_4_tabbox &gt; ul &gt; li {font-size: 16px;width: 20%;}
    .suv1_2_year {font-size: 14px;padding: 30px 0;}
    .suv1_2_year .year {font-size: 25px;}
    .sb1_5_wrap {padding: 0 20px 30px;}
    .sb1_5_wrap .img_box img {width: 100%;}
    .sub1_5_tablebox {padding-top: 30px;}
    .sb1_6_wrap {padding: 0 20px 30px;}
    .sub1_6_addbox {padding: 10px;font-size: 14px;}
    .root_daum_roughmap {padding-top: 20px;}
    .sub1_6_map2 {padding-top: 30px;}
    
    
    /*서브2*/
    .sub2_1_1 {padding: 20px;}
    .sub2_1_1 .img_box, .sub2_1_1 .txt_box {width: 100%;float: none;}
    .sub2_1_1 .img_box {text-align: center;}
    .sub2_1_1 .txt_box {padding-top: 30px;}
    .sub2_1_1 .txt_box p {font-size: 16px;}
    .sub2_1_1 .txt_box ul {padding-top: 15px;font-size: 14px;}
    .sub2_1_2 {padding: 30px 20px;}
    .head {font-size: 16px;}
    .sub2_1_2 .p_wrap {padding: 15px 0 0;font-size: 14px;}
    .sub2_1_3 {padding: 0 20px;}
    .sub2_1_3 .listbox {padding: 20px 30px;}
    .sub2_1_3 .listbox ul {font-size: 14px;}
    .sb2_2_wrap {padding: 0 20px 30px;}
    .sub2_2_tablist &gt; ul &gt; li {width: 33.333%;font-size: 15px;padding: 10px 0;}
    .sub2_2_tablist &gt; ul &gt; li:nth-child(2), .sub2_2_tablist &gt; ul &gt; li:nth-child(3), .sub2_2_tablist &gt; ul &gt; li:nth-child(1) {border-bottom: 1px solid #ffffff;}
    .sb2_2_wrap .table {padding-top: 30px;}
    .sb2_2_wrap .tg th, .sb2_2_wrap .tg td {font-size: 12px;}
    .tg .space {padding-left: 10px;}
    .sub2_2_market tr th:nth-child(3), .sub2_2_social tr th:nth-child(3), .sub2_2_gateway tr th:nth-child(3), .sub2_2_intern tr th:nth-child(3) {width: 60%;}
    .sub2_2_list {padding-top: 20px;font-size: 14px;}
    .sub2_2_list &gt; ul {padding: 5px 0;}
    .notandum {font-size: 12px;}
    .notandum.first {padding-top: 15px;}
    /*서브3*/
    .sub3_1_1 {padding: 0 20px;}
    .gateway_1 .normal {font-size: 14px;}
    .gateway_1 .normal {padding-top: 15px;}
    .gateway_2 {padding: 30px 0;}
    .gateway_2 .img_box {padding-top: 15px;}
    .gateway_3 .listbox_1, .gateway_3 .listbox_2 {width: 100%;float: none;}
    .gateway_3 .listbox_2 {margin-top: 15px;}
    .list_txt {font-size: 14px;padding: 15px 20px;}
    .gateway_3 .listbox ul {padding: 20px 40px;font-size: 14px;}
    .sb3_1_wrap {padding: 0 20px 30px;}
    .sub3_1_adm, .sub3_1_meeting {padding: 20px;}
    .sb3_1_wrap .headtxt {font-size: 16px;}
    .sb3_1_wrap .bodytxt {font-size: 14px;}
    .sb3_1_wrap .txt_box {padding: 20px 0;font-size: 14px;}
    .sb3_1_wrap .txt_box &gt; p:last-child {padding-top: 10px;}
    .sb3_1_wrap .img_box .head {padding-bottom: 20px;}
    .sb3_1_wrap .img_box &gt; img {width: 100%;}
    .sub3_1_meeting {margin: 30px 0 20px;}
    .sb3_1_wrap .listbox {padding-bottom: 20px;font-size: 12px;}
    .sub3_1_process {padding-top: 20px;}
    .sub3_1_process .process_box {margin: 20px 0;}
    .sub3_1_process .process_box &gt; div {width: 50%;}
    .sub3_1_process .process_box p {font-size: 12px;padding: 10px;}
    .sub3_1_process .process_box .listbox {padding: 10px;height: 250px;}
    .sb3_1_2_wrap {padding: 0 20px 30px;}
    .sub3_1_2_txt .txt {padding: 20px 0;font-size: 14px;}
    .sb3_1_2_wrap .tablebox .tg {margin: 20px 0;}
    .tab li, .sb3_2_wrap .tab li {width: 50%;}
    .tab li, .sb3_2_wrap .tab li.verWidth {width: 50%;}
    .tab li, .sb3_3_wrap .tab li {width: 50%;}
    .tab li, .sb3_3_wrap .tab li.verWidth {width: 50%;}
    .tab li a {padding: 15px 5px;font-size: 13px;border-bottom: 1px solid #ffffff;}
    .tab li.current a {font-size: 13px;padding: 15px 10px;}
    .sub3_2_name, .sub3_2_object, .sub3_2_history, .sub3_2_content {padding: 20px 20px 0;}
    .sb3_2_wrap .txt, .sb3_3_wrap .txt {font-size: 14px;}
    .sb3_2_wrap #tab1 .sub3_2_history .fren .headtxt {font-size: 14px;padding: 15px;}
    .sb3_2_wrap #tab1 .sub3_2_history .fren .bodytxt {font-size: 14px;padding: 15px;}
    .sb3_2_wrap .sub3_2_content .img_box, .sb3_3_wrap .sub3_2_content .img_box {padding-top: 20px;}
    .sb3_2_wrap .sub3_2_content .img_box img, .sb3_3_wrap .sub3_2_content .img_box img  {width: 100%;}
    .sb3_2_wrap .add, .sb3_3_wrap .add {margin-top: 20px;font-size: 14px;padding: 15px;}
    .sb3_2_wrap .add .space {padding-left: 0;padding-top: 5px;display: inline-block;}
    .sb3_2_wrap .add .up {padding-bottom: 10px;display: inline-block;}
    .sb3_4_wrap {padding-bottom: 30px;}
    .sub3_4_txtbox {padding: 10px 0;}
    .sub3_4_object {padding: 20px;}
    .sub3_4_object .listbox &gt; ul {padding-top: 10px;font-size: 14px;}
    .sub3_4_program {padding: 0 20px;}
    .sb3_4_wrap .sub3_4_program .tg {margin-top: 20px;}
    .sb3_4_wrap .img_box {padding: 20px 20px 0;}
    .sb3_4_wrap .img_box img {width: 100%;}
    .sb3_5_wrap {padding: 0 20px 30px;}
    .sb3_5_wrap &gt; ul {margin-bottom: 30px;}
    .sb3_5_wrap &gt; ul &gt; li {font-size: 14px;padding: 15px 0;}
    .sb3_5_wrap .tg td {font-size: 14px;}
    .sb3_5_wrap .table_left {width: 100%;float: none;}
    .sb3_5_wrap .table_right {width: 100%;float: none;}
    .sb3_5_wrap .tg {margin: 20px 0;}
    .sb3_5_wrap .table_left .tg:last-child, .sb3_5_wrap .table_right .tg:last-child {margin-bottom: 20px;}
    .sb3_5_wrap .tg-lboi {width: 80%;padding-left: 10px;}
    .pg_wrap {margin-bottom: 30px;}
    
    /*테이블*/
.tg th, .tg td {font-size: 10px;}
    .sub1_5_tablebox .tg .tg-0lax {padding-left: 10px;}
}


/*최소가변*/
@media all and (max-width:640px) {
    .sub1_6_addbox &gt; div {display: block;}
    .sub1_6_addbox .tel {padding-left: 0;padding-top: 20px;}
    .sub1_4_tabbox &gt; ul &gt; li {font-size: 12px;width: 33.333%;}
    }
  @media all and (max-width:500px) {
        .neighbor .ul_box ul li {width: 50%;}
    }


/*추가*/
.full_menu {position: absolute;width: 100%;margin: 0 auto;z-index: 99999;background: #ffffff;display: none}
.full_menu &gt; .gnb {width: 100%;max-width: 1170px;margin: 0 auto;padding: 50px 0;}
.full_menu &gt; .gnb &gt; li {float: left;font-size: 25px;font-weight: 500;width: 20%;text-align: center;}
.full_menu &gt; .gnb &gt; li &gt; a {color: #3a8afd;}
.full_menu .lnb {padding-top: 10px;}
.full_menu .lnb &gt; li {font-size: 20px;padding: 10px 0;}
.full_menu .site_map {display: block;position: absolute;top: 30px;right: 30px;width: 30px;height: 30px;}
.full_menu .site_map span {display: block;height: 4px;background: #000000;cursor: pointer;}
.full_menu .site_map span:last-child {margin: 6px 0;transform: translateY(-2px)rotate(-45deg);}
.full_menu .site_map span:first-child {margin: 6px 0;transform: translateY(8px)rotate(45deg);}
.change {display: block;}
</pre></body></html>