@charset "UTF-8";
/*Font*/
@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 400;
    src: url('https://cdn2.munpia.com/asset/font/NotoSansKR-Regular.woff2') format('woff2'),
    url('https://cdn2.munpia.com/asset/font/NotoSansKR-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: 500;
    src: url('https://cdn2.munpia.com/asset/font/NotoSansKR-Medium.woff2') format('woff2'),
    url('https://cdn2.munpia.com/asset/font/NotoSansKR-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-weight: bold;
    src: url('https://cdn2.munpia.com/asset/font/NotoSansKR-Bold.woff2') format('woff2'),
    url('https://cdn2.munpia.com/asset/font/NotoSansKR-Bold.woff') format('woff');
}

/* base */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button {
    margin: 0;
    padding: 0;
}

body,
h1,
h2,
h3,
h4,
input,
button {
    font-family: 'Noto Sans KR', sans-serif !important;
    color: var(--txt--neu--900);
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 1.5em;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
}

body {
    text-align: center;
    word-break: break-all;
    -ms-word-break: break-all;
    background-color: var(--bg--neu--00-1);
    -webkit-text-size-adjust: 100%;
    font-weight: 400;
}

body {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}

img,
fieldset,
iframe {
    border: 0 none;
}

li {
    list-style: none;
}

input,
select,
button {
    vertical-align: middle;
}

input[type='submit'],
input[type='button'] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

/* iOS 기본 스타일 초기화 */
input[type='search'] {
    -webkit-appearance: none; /* iOS 기본 스타일 제거 */
}

/* 돋보기 아이콘 숨기기 */
input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

img {
    vertical-align: top;
    border: 0;
}

i,
em,
address {
    font-style: normal;
}

label,
button {
    cursor: pointer;
}

button {
    margin: 0;
    padding: 0;
}

a {
    color: var(--txt--neu--900);
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: var(--txt--neu--900);
}

button * {
    position: relative;
}

hr {
    display: none;
}

h1 {
    font-size: 20px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

::-webkit-input-placeholder {
    color: var(--txt--neu--200);
    font-size: 13px;
}

::-moz-placeholder {
    color: var(--txt--neu--200);
    font-size: 13px;
}

:-ms-input-placeholder {
    color: var(--txt--neu--200);
    font-size: 13px;
}

:-moz-placeholder {
    color: var(--txt--neu--200);
    font-size: 13px;
}

input,
textarea,
select,
button {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-size: 13px;
    color: var(--txt--neu--500);
    border: 0;
    vertical-align: top;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: var(--bg--neu--00-1);
    outline: 0;
}

select option {
    color: var(--txt--neu--500) !important;
    background-color: var(--bg--neu--00-4);
}

textarea {
    resize: none;
    font-family: 'Noto Sans KR', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 14px;
}

/* header */
header.sub-header {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    position: fixed;
    height: 46px;
    top: 0;
    left: 0;
    z-index: 210;
    background-color: var(--bg--pri--500);
    color: #fff;
    font-size: 19px;
    line-height: 46px;
}

.header-title-area {
    -webkit-flex: 1;
    flex: 1;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
}

.header-title {
    text-align: left;
    overflow: hidden;
    word-break: break-all;
    font-size: 19px;
    font-weight: 400;
    line-height: 27px;
}

.header-right {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-left: auto;
    padding-left: 8px;
}

.header-btn {
    width: 24px;
    height: 24px;
    display: inline-flex;
    background-repeat: no-repeat;
    position: relative;
}

.header-btn.back {
    padding: 11px 4px 11px 10px;
    background-position: 10px 11px;
}

.header-btn.home {
    padding: 11px 7px;
    background-position: -95px 11px;
}

.header-btn.alarm {
    width: 32px;
    height: 32px;
    padding: 7px 3px;
    background-position: -60px 11px;
}

.header-btn.alarm > span {
    display: flex;
    height: 11px;
    padding: 0 3px;
    justify-content: center;
    align-items: center;
    color: var(--txt--neu--always-00);
    background-color: var(--bg--sec--always-orange500);
    font-size: 9px;
    font-weight: bold;
    border-radius: 6px;
    position: absolute;
    right: 5px;
    top: 9px;
}

.header-btn.search {
    padding: 11px 10px 11px 4px;
    background-position: -132px 11px;
}

.content {
    padding-top: 46px;
}

/* Footer */

.mFoot {
    font-size: 12px;
    background-color: var(--bg--neu--00-1);
}

.mFoot .links1 {
    padding: 8px 13px;
    text-align: center;
    background-color: var(--bg--neu--20-3);
}

.mFoot .links1 a {
    margin: 0;
    color: var(--txt--neu--300);
    display: inline-block;
}

.mFoot .links1 .footer-divide-line {
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: var(--bg--neu--50-2);
    margin: 0 8px -1px;
}

.mFoot .footer-collapse {
    text-align: left;
    padding: 20px 15px 4px;
    color: var(--txt--neu--500);
}

.mFoot .footer-collapse a,
.mFoot .footer-collapse a:hover {
    color: var(--txt--neu--500);
    font-size: 13px;
}

i.arrow {
    border-color: var(--bor--neu--500);
    display: inline-block;
    padding: 3px;
    margin: 0 0 1.5px;
    border-right: 1px solid;
    border-bottom: 1px solid;
}

i.arrow.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

i.arrow.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

i.arrow.up {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin: 0 0 0 5px;
    border-color: var(--bor--neu--500);
}

i.arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin: 0 0 3px 5px;
    border-color: var(--bor--neu--500);
}

.mFoot .footer-collapse i.arrow.up,
.mFoot .footer-collapse i.arrow.down {
    border-color: var(--bor--neu--500);
}

.mFoot .footer-collapse span {
    font-weight: 500;
}

.mFoot .links2 {
    text-align: left;
    padding: 3px 15px;
    color: #757575;
}

.mFoot .links2 a {
    margin: 0;
    line-height: 22px;
    display: inline-block;
    color: var(--txt--neu--300);
    font-size: 13px;
}

.mFoot .links2 .footer-divide-line {
    display: inline-block;
    width: 1px;
    height: 11px;
    background-color: var(--bg--neu--50-2);
    margin: 0 8px -1px;
}

.mFoot .address {
    text-align: left;
    padding: 10px 15px;
    color: var(--txt--neu--300);
    font-size: 12px;
    line-height: 17px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    word-break: keep-all;
}

.mFoot .address > div > div + div {
    margin-top: 2px;
}

.mFoot .address a {
    color: var(--txt--neu--500);
}

.mFoot .prov {
    font-weight: bold;
}

.mFoot .copyright {
    padding: 4px 15px 24px;
    text-align: left;
    font-size: 11px;
    color: var(--txt--neu--300);
}

.mFoot .mun_info {
    margin: 20px auto 15px;
    font-size: 1em;
}

footer .notice {
    position: relative;
    padding: 0 0 0 68px;
    background-color: var(--bg--neu--00-1);
    margin: 0;
    border-top: 1px solid var(--bor--neu--20-3);
    display: flex;
    align-items: center;
    height: 41px;
    box-sizing: border-box;
}

footer .notice a:hover {
    color: var(--txt--neu--900);
}

footer .notice h3 {
    position: absolute;
    top: 10px;
    left: 15px;
    padding-right: 7px;
    font-size: 13px;
    font-weight: 500;
    -webkit-background-size: 3px;
    background-size: 3px;
}

footer .notice h3 a {
    color: var(--txt--neu--500);
}

footer .notice li {
    text-align: left;
}

footer .notice .appstore {
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
}

footer .notice .ticker {
    overflow: hidden;
    height: 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .notice .ticker li a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    color: var(--txt--neu--300);
}

#topButton {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
}

#topButton img {
    width: 100%;
}

#topButton.show {
    display: block;
    opacity: 1;
}

#topButton.hide {
    opacity: 0;
}

#btn-top-bottom {
    right: 0 !important;
    bottom: 0 !important;
}
