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

@font-face {
    font-family: 'GS';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'GS';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
.header {position: relative; z-index: 2; background: #30354f; border-bottom: 4px solid #009fe3;}
.inner-header {display: flex; align-items: center; justify-content: space-between; padding: 0 20px;}
.header .logo img {width: 100%; max-width: 150px;}
.gnb-wrap {position: absolute; top:60px; left:0; width: 100%; display: none; z-index: 1;}
.gnb-wrap.active {display: block;}
.gnb {background: #2a5390; padding-top: 45px;}
.gnb&gt;li {border-bottom: 1px solid #567fbf;}
.gnb&gt;li&gt;a {color: #fff; background: #3d6fb9; display: block; padding: 0 20px; line-height: 50px; position: relative;}
.gnb&gt;li&gt;a .arrow {position: absolute; right: 20px; top: 21px; width: 12px; height: 12px; border-top: 1px solid #fff; border-right: 1px solid #fff; transform: rotate(-45deg);}
.gnb&gt;li.active&gt;a .arrow {transform: rotate(135deg); top: 15px;}
.gnb .dep2 {display: none;}
.gnb .dep2&gt;li&gt;a {border: none; font-size: 14px; font-weight: 500; color: #fff; font-family: "NotoSansKR", sans-serif; text-decoration: none; display: block; line-height: 40px; padding: 0 20px;}
.gnb-wrap .util-wrap {position: absolute; height: 45px; left: 0; top: 0; width: 100%; background: #324aa6; font-size: 12px; display: flex; align-items: center; justify-content: space-between;}
.gnb-wrap .util-wrap&gt;li {width: 25%; height: 100%; border-right: 1px solid #4b62bb; box-sizing: border-box;}
.gnb-wrap .util-wrap&gt;li:last-child {border-right: none;}
.gnb-wrap .util-wrap&gt;li&gt;a {color: #a1a9d0; font-family: "NotoSansKR", sans-serif; display: flex; height: 100%; align-items: center; justify-content: center;}
.gnb-wrap .util-wrap .login {text-indent: -9999px; background: url('../img/layout/header-login.png') 50% no-repeat; background-size: 30px;}
.gnb-wrap .util-wrap .manager {display: none;}
.mob-gnb-btn {text-indent: -9999px; width: 25px; height: 60px; transition: all 0.3s; position: relative; overflow: hidden;}
.mob-gnb-btn&gt;span {display: inline-block; position: absolute; width: 25px; height: 1px; transition: all 0.3s; top: 29px; left: 0; background: #fff;}
.mob-gnb-btn&gt;span:before {position: absolute; content: ''; display: block; width: 25px; height: 1px; background: #fff; top: -7px; transition: all 0.3s;}
.mob-gnb-btn&gt;span:after {position: absolute; content: ''; display: block; width: 25px; height: 1px; background: #fff; bottom: -7px; transition: all 0.3s;}
.mob-gnb-btn.active&gt;span {transform: rotate(-45deg);}
.mob-gnb-btn.active&gt;span:before {top: 0; transition: top 75ms ease,opacity 75ms ease .12s; opacity: 0;}
.mob-gnb-btn.active&gt;span:after {bottom: 0; transform: rotate(90deg);}

@media all and (min-width:768px) {
    .header .logo img {max-width: 170px;}
    .inner-header {padding: 5px 20px;}
    .gnb-wrap {top: 70px;}
}
@media all and (min-width:1024px) {
    .inner-header {padding: 0 20px; max-width: 1210px; margin: 0 auto;}
    .header .logo {width: 23%;}
    .header .logo img {max-width: 160px;}
    .mob-gnb-btn {display: none;}
    .gnb-wrap {width: 77%; display: flex; position: static; justify-content: space-between;}
    .gnb-wrap .gnb {display: flex; width: 600px; align-items: center; justify-content: space-between; padding: 0 15px; background: none;}
    .gnb&gt;li {height: 95px; padding-top: 5px; box-sizing: border-box; border: none; position: relative; display: flex; align-items: center;}
    .gnb&gt;li&gt;a {font-size: 18px; background: none; line-height: 1.2; padding: 0;}
    .gnb&gt;li&gt;a .arrow {display: none;}
    .gnb .dep2 {position: absolute; top: 75px; left: 50%; transform: translateX(-50%); width: 170px; font-size: 15px; border-radius: 10px; overflow: hidden;}
    .gnb .dep2&gt;li&gt;a {background: #405fb1; margin: 0; border-top: 1px solid #5170c5; color: #a7baf5; padding: 0 20px 0 30px; position: relative; height: 40px;}
    .gnb .dep2&gt;li:first-child&gt;a {border-top: none;}
    .gnb .dep2&gt;li&gt;a:before {display: block; position: absolute; content: ''; left: 20px; top: 19px; width: 2px; height: 2px; border-radius: 50%; background: #a7baf5;}
    .gnb .dep2&gt;li&gt;a:hover, .gnb .dep2&gt;li&gt;a:focus {color: #fff; background: #343c9e; text-decoration: underline;}
    .gnb .dep2&gt;li&gt;a:hover:before, .gnb .dep2&gt;li&gt;a:focus:before {background: #fff;}
    .gnb-wrap .util-wrap {position: relative; height: auto; width: auto; min-width: 177px; background: none;}
    .gnb-wrap .util-wrap&gt;li {border-right: none; width: auto; margin-left: 7px;}
    .gnb-wrap .util-wrap .login {width: 35px;}
    .gnb-wrap .util-wrap .manager {display: block; position: absolute; padding-left: 15px; box-sizing: border-box; top: 99px; height: 28px; line-height: 28px; background: #30354F url('/_user/restructure2022/cityhall/office/img/layout/ico-admin.png') 41px 50% no-repeat; width: 172px; border-radius: 0 0 35px 35px;}
    .gnb-wrap .util-wrap .manager button {font-family: "NotoSansKR", sans-serif; letter-spacing: -0.7px; font-size: 12px; color: #a1a9d0; width: 100%; font-weight: 400;}
}

.footer {background: #292929; font-family: 'NotoSansKR', sans-serif; color: #95969a; padding: 30px 20px; text-align: center; font-size: 13px;}
.footer-logo img {max-width: 170px;}
.footer-util, .footer-address {padding-top: 15px;}
.footer-util&gt;a {padding: 0 10px; display: inline-block; color: #95969a;}
.footer-address&gt;span:first-child {padding-left: 20px;}
.footer-address .copyright {display: block;}

@media all and (min-width:768px) {
    .footer {padding: 50px 20px 40px;}
}
@media all and (min-width:1024px) {
    .footer {padding: 70px 10px 50px;}
}</pre></body></html>