@charset "UTF-8";
/* 웹폰트 */
@font-face {
    font-family: "NotoSansKR";
    font-style: normal;
    font-weight: 300;
    src: url("/resources/common/fonts/notokr-light.woff2") format("woff2"), url("/resources/common/fonts/notokr-light.woff") format("woff");
}

@font-face {
    font-family: "NotoSansKR";
    font-style: normal;
    font-weight: 400;
    src: url("/resources/common/fonts/notokr-regular.woff2") format("woff2"), url("/resources/common/fonts/notokr-regular.woff") format("woff");
}

@font-face {
    font-family: "NotoSansKR";
    font-style: normal;
    font-weight: 500;
    src: url("/resources/common/fonts/notokr-medium.woff2") format("woff2"), url("/resources/common/fonts/notokr-medium.woff") format("woff");
}

@font-face {
    font-family: "NotoSansKR";
    font-style: normal;
    font-weight: 700;
    src: url("/resources/common/fonts/notokr-bold.woff2") format("woff2"), url("/resources/common/fonts/notokr-bold.woff") format("woff");
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Medium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/pretendard/Pretendard-Black.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: 300;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
    font-weight: normal;
}
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
    font-weight: bold;
}
/*20240118*/
@font-face {
    font-family: 'S-CoreDream';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
    font-weight: 700;
}
/*//20240118*/
@font-face {
    font-family: 'GmarketSans';
    font-weight: 300;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansLight.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 500;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansMedium.ttf') format("truetype");
    font-display: swap;
}
@font-face {
    font-family: 'GmarketSans';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff2') format('woff2'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.woff') format('woff'),
    url('https://cdn.jsdelivr.net/gh/webfontworld/gmarket/GmarketSansBold.ttf') format("truetype");
    font-display: swap;
}

/* default */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media (max-width: 1024.98px) {
    * {
        outline: 0;
    }
}

html {
    font-size: 625%;
    overflow-y: scroll;
}

@media (max-width: 1024.98px) {
    html {
        font-size: 546.875%;
        overflow-y: auto;
    }
}

body {
    position: relative;
    min-width: 360px;
    font-family: -apple-system, BlinkMacSystemFont,'S-CoreDream', 'Pretendard', "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR", "malgungothic", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.15rem;
    line-height: 1.6;
    color: #222;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

header,
section,
article,
aside,
footer,
nav {
    display: block;
}

fieldset {
    display: block;
    margin: 0;
    border: 0;
    padding: 0;
}

pre {
    white-space: pre-wrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

ul,
li,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dd {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: 500;
}

a,
select,
button,
input,
textarea {
    font-family: inherit;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input[type=submit] {
    margin: 0;
    padding: 0;
    border: 0;
    color: inherit;
    cursor: pointer;
    background: transparent;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.sr-only {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    margin: 0 !important;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

caption.sr-only {
    position: static;
    width: auto;
    height: 0;
}

/* 간격 */
.m-0 {
    margin: 0rem !important;
}

.m-1 {
    margin: 0.05rem !important;
}

.m-2 {
    margin: 0.1rem !important;
}

.m-3 {
    margin: 0.15rem !important;
}

.m-4 {
    margin: 0.2rem !important;
}

.m-5 {
    margin: 0.25rem !important;
}

.m-6 {
    margin: 0.3rem !important;
}

.m-7 {
    margin: 0.35rem !important;
}

.m-8 {
    margin: 0.4rem !important;
}

.m-9 {
    margin: 0.45rem !important;
}

.m-10 {
    margin: 0.5rem !important;
}

.m-11 {
    margin: 0.55rem !important;
}

.m-12 {
    margin: 0.6rem !important;
}

.m-13 {
    margin: 0.65rem !important;
}

.m-14 {
    margin: 0.7rem !important;
}

.m-15 {
    margin: 0.75rem !important;
}

.m-16 {
    margin: 0.8rem !important;
}

.m-17 {
    margin: 0.85rem !important;
}

.m-18 {
    margin: 0.9rem !important;
}

.m-19 {
    margin: 0.95rem !important;
}

.m-20 {
    margin: 1rem !important;
}

.p-0 {
    padding: 0rem !important;
}

.p-1 {
    padding: 0.05rem !important;
}

.p-2 {
    padding: 0.1rem !important;
}

.p-3 {
    padding: 0.15rem !important;
}

.p-4 {
    padding: 0.2rem !important;
}

.p-5 {
    padding: 0.25rem !important;
}

.p-6 {
    padding: 0.3rem !important;
}

.p-7 {
    padding: 0.35rem !important;
}

.p-8 {
    padding: 0.4rem !important;
}

.p-9 {
    padding: 0.45rem !important;
}

.p-10 {
    padding: 0.5rem !important;
}

.p-11 {
    padding: 0.55rem !important;
}

.p-12 {
    padding: 0.6rem !important;
}

.p-13 {
    padding: 0.65rem !important;
}

.p-14 {
    padding: 0.7rem !important;
}

.p-15 {
    padding: 0.75rem !important;
}

.p-16 {
    padding: 0.8rem !important;
}

.p-17 {
    padding: 0.85rem !important;
}

.p-18 {
    padding: 0.9rem !important;
}

.p-19 {
    padding: 0.95rem !important;
}

.p-20 {
    padding: 1rem !important;
}

.mt-0 {
    margin-top: 0rem !important;
}

.mt-1 {
    margin-top: 0.05rem !important;
}

.mt-2 {
    margin-top: 0.1rem !important;
}

.mt-3 {
    margin-top: 0.15rem !important;
}

.mt-4 {
    margin-top: 0.2rem !important;
}

.mt-5 {
    margin-top: 0.25rem !important;
}

.mt-6 {
    margin-top: 0.3rem !important;
}

.mt-7 {
    margin-top: 0.35rem !important;
}

.mt-8 {
    margin-top: 0.4rem !important;
}

.mt-9 {
    margin-top: 0.45rem !important;
}

.mt-10 {
    margin-top: 0.5rem !important;
}

.mt-11 {
    margin-top: 0.55rem !important;
}

.mt-12 {
    margin-top: 0.6rem !important;
}

.mt-13 {
    margin-top: 0.65rem !important;
}

.mt-14 {
    margin-top: 0.7rem !important;
}

.mt-15 {
    margin-top: 0.75rem !important;
}

.mt-16 {
    margin-top: 0.8rem !important;
}

.mt-17 {
    margin-top: 0.85rem !important;
}

.mt-18 {
    margin-top: 0.9rem !important;
}

.mt-19 {
    margin-top: 0.95rem !important;
}

.mt-20 {
    margin-top: 1rem !important;
}

.ml-0 {
    margin-left: 0rem !important;
}

.ml-1 {
    margin-left: 0.05rem !important;
}

.ml-2 {
    margin-left: 0.1rem !important;
}

.ml-3 {
    margin-left: 0.15rem !important;
}

.ml-4 {
    margin-left: 0.2rem !important;
}

.ml-5 {
    margin-left: 0.25rem !important;
}

.ml-6 {
    margin-left: 0.3rem !important;
}

.ml-7 {
    margin-left: 0.35rem !important;
}

.ml-8 {
    margin-left: 0.4rem !important;
}

.ml-9 {
    margin-left: 0.45rem !important;
}

.ml-10 {
    margin-left: 0.5rem !important;
}

.ml-11 {
    margin-left: 0.55rem !important;
}

.ml-12 {
    margin-left: 0.6rem !important;
}

.ml-13 {
    margin-left: 0.65rem !important;
}

.ml-14 {
    margin-left: 0.7rem !important;
}

.ml-15 {
    margin-left: 0.75rem !important;
}

.ml-16 {
    margin-left: 0.8rem !important;
}

.ml-17 {
    margin-left: 0.85rem !important;
}

.ml-18 {
    margin-left: 0.9rem !important;
}

.ml-19 {
    margin-left: 0.95rem !important;
}

.ml-20 {
    margin-left: 1rem !important;
}

.mr-0 {
    margin-right: 0rem !important;
}

.mr-1 {
    margin-right: 0.05rem !important;
}

.mr-2 {
    margin-right: 0.1rem !important;
}

.mr-3 {
    margin-right: 0.15rem !important;
}

.mr-4 {
    margin-right: 0.2rem !important;
}

.mr-5 {
    margin-right: 0.25rem !important;
}

.mr-6 {
    margin-right: 0.3rem !important;
}

.mr-7 {
    margin-right: 0.35rem !important;
}

.mr-8 {
    margin-right: 0.4rem !important;
}

.mr-9 {
    margin-right: 0.45rem !important;
}

.mr-10 {
    margin-right: 0.5rem !important;
}

.mr-11 {
    margin-right: 0.55rem !important;
}

.mr-12 {
    margin-right: 0.6rem !important;
}

.mr-13 {
    margin-right: 0.65rem !important;
}

.mr-14 {
    margin-right: 0.7rem !important;
}

.mr-15 {
    margin-right: 0.75rem !important;
}

.mr-16 {
    margin-right: 0.8rem !important;
}

.mr-17 {
    margin-right: 0.85rem !important;
}

.mr-18 {
    margin-right: 0.9rem !important;
}

.mr-19 {
    margin-right: 0.95rem !important;
}

.mr-20 {
    margin-right: 1rem !important;
}

.mb-0 {
    margin-bottom: 0rem !important;
}

.mb-1 {
    margin-bottom: 0.05rem !important;
}

.mb-2 {
    margin-bottom: 0.1rem !important;
}

.mb-3 {
    margin-bottom: 0.15rem !important;
}

.mb-4 {
    margin-bottom: 0.2rem !important;
}

.mb-5 {
    margin-bottom: 0.25rem !important;
}

.mb-6 {
    margin-bottom: 0.3rem !important;
}

.mb-7 {
    margin-bottom: 0.35rem !important;
}

.mb-8 {
    margin-bottom: 0.4rem !important;
}

.mb-9 {
    margin-bottom: 0.45rem !important;
}

.mb-10 {
    margin-bottom: 0.5rem !important;
}

.mb-11 {
    margin-bottom: 0.55rem !important;
}

.mb-12 {
    margin-bottom: 0.6rem !important;
}

.mb-13 {
    margin-bottom: 0.65rem !important;
}

.mb-14 {
    margin-bottom: 0.7rem !important;
}

.mb-15 {
    margin-bottom: 0.75rem !important;
}

.mb-16 {
    margin-bottom: 0.8rem !important;
}

.mb-17 {
    margin-bottom: 0.85rem !important;
}

.mb-18 {
    margin-bottom: 0.9rem !important;
}

.mb-19 {
    margin-bottom: 0.95rem !important;
}

.mb-20 {
    margin-bottom: 1rem !important;
}

.pt-0 {
    padding-top: 0rem !important;
}

.pt-1 {
    padding-top: 0.05rem !important;
}

.pt-2 {
    padding-top: 0.1rem !important;
}

.pt-3 {
    padding-top: 0.15rem !important;
}

.pt-4 {
    padding-top: 0.2rem !important;
}

.pt-5 {
    padding-top: 0.25rem !important;
}

.pt-6 {
    padding-top: 0.3rem !important;
}

.pt-7 {
    padding-top: 0.35rem !important;
}

.pt-8 {
    padding-top: 0.4rem !important;
}

.pt-9 {
    padding-top: 0.45rem !important;
}

.pt-10 {
    padding-top: 0.5rem !important;
}

.pt-11 {
    padding-top: 0.55rem !important;
}

.pt-12 {
    padding-top: 0.6rem !important;
}

.pt-13 {
    padding-top: 0.65rem !important;
}

.pt-14 {
    padding-top: 0.7rem !important;
}

.pt-15 {
    padding-top: 0.75rem !important;
}

.pt-16 {
    padding-top: 0.8rem !important;
}

.pt-17 {
    padding-top: 0.85rem !important;
}

.pt-18 {
    padding-top: 0.9rem !important;
}

.pt-19 {
    padding-top: 0.95rem !important;
}

.pt-20 {
    padding-top: 1rem !important;
}

.pl-0 {
    padding-left: 0rem !important;
}

.pl-1 {
    padding-left: 0.05rem !important;
}

.pl-2 {
    padding-left: 0.1rem !important;
}

.pl-3 {
    padding-left: 0.15rem !important;
}

.pl-4 {
    padding-left: 0.2rem !important;
}

.pl-5 {
    padding-left: 0.25rem !important;
}

.pl-6 {
    padding-left: 0.3rem !important;
}

.pl-7 {
    padding-left: 0.35rem !important;
}

.pl-8 {
    padding-left: 0.4rem !important;
}

.pl-9 {
    padding-left: 0.45rem !important;
}

.pl-10 {
    padding-left: 0.5rem !important;
}

.pl-11 {
    padding-left: 0.55rem !important;
}

.pl-12 {
    padding-left: 0.6rem !important;
}

.pl-13 {
    padding-left: 0.65rem !important;
}

.pl-14 {
    padding-left: 0.7rem !important;
}

.pl-15 {
    padding-left: 0.75rem !important;
}

.pl-16 {
    padding-left: 0.8rem !important;
}

.pl-17 {
    padding-left: 0.85rem !important;
}

.pl-18 {
    padding-left: 0.9rem !important;
}

.pl-19 {
    padding-left: 0.95rem !important;
}

.pl-20 {
    padding-left: 1rem !important;
}

.pr-0 {
    padding-right: 0rem !important;
}

.pr-1 {
    padding-right: 0.05rem !important;
}

.pr-2 {
    padding-right: 0.1rem !important;
}

.pr-3 {
    padding-right: 0.15rem !important;
}

.pr-4 {
    padding-right: 0.2rem !important;
}

.pr-5 {
    padding-right: 0.25rem !important;
}

.pr-6 {
    padding-right: 0.3rem !important;
}

.pr-7 {
    padding-right: 0.35rem !important;
}

.pr-8 {
    padding-right: 0.4rem !important;
}

.pr-9 {
    padding-right: 0.45rem !important;
}

.pr-10 {
    padding-right: 0.5rem !important;
}

.pr-11 {
    padding-right: 0.55rem !important;
}

.pr-12 {
    padding-right: 0.6rem !important;
}

.pr-13 {
    padding-right: 0.65rem !important;
}

.pr-14 {
    padding-right: 0.7rem !important;
}

.pr-15 {
    padding-right: 0.75rem !important;
}

.pr-16 {
    padding-right: 0.8rem !important;
}

.pr-17 {
    padding-right: 0.85rem !important;
}

.pr-18 {
    padding-right: 0.9rem !important;
}

.pr-19 {
    padding-right: 0.95rem !important;
}

.pr-20 {
    padding-right: 1rem !important;
}

.pb-0 {
    padding-bottom: 0rem !important;
}

.pb-1 {
    padding-bottom: 0.05rem !important;
}

.pb-2 {
    padding-bottom: 0.1rem !important;
}

.pb-3 {
    padding-bottom: 0.15rem !important;
}

.pb-4 {
    padding-bottom: 0.2rem !important;
}

.pb-5 {
    padding-bottom: 0.25rem !important;
}

.pb-6 {
    padding-bottom: 0.3rem !important;
}

.pb-7 {
    padding-bottom: 0.35rem !important;
}

.pb-8 {
    padding-bottom: 0.4rem !important;
}

.pb-9 {
    padding-bottom: 0.45rem !important;
}

.pb-10 {
    padding-bottom: 0.5rem !important;
}

.pb-11 {
    padding-bottom: 0.55rem !important;
}

.pb-12 {
    padding-bottom: 0.6rem !important;
}

.pb-13 {
    padding-bottom: 0.65rem !important;
}

.pb-14 {
    padding-bottom: 0.7rem !important;
}

.pb-15 {
    padding-bottom: 0.75rem !important;
}

.pb-16 {
    padding-bottom: 0.8rem !important;
}

.pb-17 {
    padding-bottom: 0.85rem !important;
}

.pb-18 {
    padding-bottom: 0.9rem !important;
}

.pb-19 {
    padding-bottom: 0.95rem !important;
}

.pb-20 {
    padding-bottom: 1rem !important;
}

/* 배치 */
.clearfix {
    position: relative;
}

.clearfix:after {
    display: block;
    clear: both;
    content: '';
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.hide{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    border: none;
    clip: rect(1px,1px,1px,1px);
}

.vertical-top {
    vertical-align: top !important;
}

.vertical-middle {
    vertical-align: middle !important;
}

.vertical-bottom {
    vertical-align: bottom !important;
}

@media (max-width: 1024.98px) {
    .d-up-lg {
        display: none !important;
    }
}

@media (max-width: 767.98px) {
    .d-up-md {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .d-down-md {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-down-sm {
        display: none !important;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
    width: 90%;
    margin: 0 auto;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slider-control {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.slider-control .btn-slider-ctrl {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: 0 2px;
    background-size: cover;
    overflow: hidden;
}

.slider-control .btn-slider-ctrl.btn-slider-play {
    display: none;
    background-image: url(/resources/mayor/images/common/ico-slider-play-white.png);
}

.slider-control .btn-slider-ctrl.btn-slider-pause {
    background-image: url(/resources/mayor/images/common/ico-slider-pause-white.png);
}

.slider-control .slick-dots {
    display: inline-block !important;
    vertical-align: middle;
    line-height: 1;
}

.slider-control .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.slider-control .slick-dots li button {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 10px;
    color: transparent;
    vertical-align: top;
}

.slider-control .slick-dots li button:before {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.slider-control .slick-dots li.slick-active button {
    width: 35px;
}

.slider-control .slick-dots li.slick-active button:before {
    width: 25px;
    margin-left: -12.5px;
    background-color: #54a638;
    /* background-color: #54a638; */
}

.text-default {
    color: #222 !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    /* color: #54a638 !important; */
    color: #54a638 !important;
}

.text-green {
    color: #54a638 !important;
    /* color: #54a638 !important; */
}

.text-orange {
    color: #f3673d !important;
}

.text-violet {
    color: #ad4692 !important;
}

.text-red {
    color: #ee001d !important;
}

.text-blue {
    color: #54a638 !important;
}

.text-gray {
    color: #999 !important;
}

.text-lightgray {
    color: #ccc !important;
}

.text-darkgray {
    color: #666 !important;
}

.bg-default {
    background-color: #222 !important;
    color: #fff;
}

.bg-white {
    background-color: #fff !important;
    color: #fff;
}

.bg-primary {
    background-color: #54a638 !important;
    /* background-color: #54a638 !important; */
    color: #fff;
}

.bg-green {
    background-color: #54a638 !important;
    /* background-color: #54a638 !important; */
    color: #fff;
}

.bg-orange {
    background-color: #f3673d !important;
    color: #fff;
}

.bg-violet {
    background-color: #ad4692 !important;
    color: #fff;
}

.bg-red {
    background-color: #ee001d !important;
    color: #fff;
}

.bg-blue {
    background-color: #54a638 !important;
    color: #fff;
}

.bg-gray {
    background-color: #999 !important;
    color: #fff;
}

.bg-lightgray {
    background-color: #ccc !important;
    color: #fff;
}

.bg-darkgray {
    background-color: #666 !important;
    color: #fff;
}

.bg-gray {
    background-color: #f2f2f2 !important;
    color: #222;
}

.bg-lightgray {
    background-color: #fbfbfb !important;
    color: #222;
}

.default {
    background-color: #222 !important;
    color: #222;
}

.white {
    background-color: #fff !important;
    color: #222;
}

.primary {
    background-color: #54a638 !important;
    /* background-color: #54a638 !important; */
    color: #222;
}

.green {
    background-color: #54a638 !important;
    /* background-color: #54a638 !important; */
    color: #222;
}

.orange {
    background-color: #f3673d !important;
    color: #222;
}

.violet {
    background-color: #ad4692 !important;
    color: #222;
}

.red {
    background-color: #ee001d !important;
    color: #222;
}

.blue {
    background-color: #54a638 !important;
    color: #222;
}

.gray {
    background-color: #999 !important;
    color: #222;
}

.lightgray {
    background-color: #ccc !important;
    color: #222;
}

.darkgray {
    background-color: #666 !important;
    color: #222;
}

.text-light {
    font-weight: 300 !important;
}

.text-normal {
    font-weight: normal !important;
}

.text-medium {
    font-weight: 500 !important;
}

.text-bold {
    font-weight: bold !important;
}

.title1 {
    position: relative;
    margin: .25rem 0 .1rem;
    padding-left: .23rem;
    font-size: .25rem;
    font-weight: normal;
}

.title1:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: .13rem;
    height: .13rem;
    border: 0.03rem solid #54a638;
    border-radius: 50%;
    content: '';
}

@media (max-width: 1024.98px) {
    .title1 {
        font-weight: 500;
    }
}

.title1 .btn {
    margin-top: -4px;
}

.title2 {
    position: relative;
    font-weight: normal;
    font-size: .18rem;
    margin: .20rem 0 .1rem .1rem;
    padding-left: .23rem;
}

.title2:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: .05rem;
    top: .6em;
    width: .08rem;
    height: .08rem;
    background-color: #54a638;
    content: '';
}

@media (max-width: 1024.98px) {
    .title2 {
        font-weight: 500;
    }
}

.link {
    text-decoration: underline;
}

.link-hover:hover, .link-hover:active {
    text-decoration: underline;
}
.text-xs {
    font-size: 0.13rem;
}

.text-sm {
    font-size: 0.14rem;
}

.text-md {
    font-size: 0.15rem;
}

.text-lg {
    font-size: 0.16rem;
}

.text-xl {
    font-size: 0.18rem;
}

/* 불릿 및 목록 */
.list-dot > li,
.list-hyphen > li,
.list-square > li {
    position: relative;
    padding-left: .15rem;
}

.list-dot > li:after,
.list-hyphen > li:after,
.list-square > li:after {
    display: block;
    clear: both;
    content: '';
}

.list-dot > li + li,
.list-hyphen > li + li,
.list-square > li + li {
    margin-top: 0.3em;
}

.list-dot > li:before,
.list-hyphen > li:before,
.list-square > li:before {
    content: '';
    position: absolute;
    left: 0;
}

.list-dot ul,
.list-hyphen ul,
.list-square ul {
    margin: 0.5em 0;
}

.list-dot .btn,
.list-hyphen .btn,
.list-square .btn {
    margin-top: -2px;
}

.list-dot > li:before {
    top: .6em;
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    background-color: #a0a0a0;
}

.list-hyphen > li:before {
    top: .7em;
    width: .08rem;
    height: .02rem;
    background-color: #a0a0a0;
}

.list-square > li:before {
    top: .5em;
    width: .08rem;
    height: .08rem;
    background-color: #54a638;
}

.bul-dot,
.bul-hyphen,
.bul-square {
    position: relative;
    padding-left: .15rem;
}

.bul-dot:before,
.bul-hyphen:before,
.bul-square:before {
    position: absolute;
    left: 0;
    content: '';
    top: .08rem;
}

.bul-dot:before {
    width: .05rem;
    height: .05rem;
    border-radius: 50%;
    background-color: #a0a0a0;
}

.bul-hyphen:before {
    width: .08rem;
    height: .02rem;
    background-color: #a0a0a0;
}

.bul-square:before {
    width: .08rem;
    height: .08rem;
    background-color: #54a638;
}

/* 링크 목록 */
.list-link {
    border: 1px solid #e5e5e5;
    background-color: #fbfbfb;
    line-height: 20px;
}

.list-link li {
    padding: .10rem .20rem;
}

.list-link li:after {
    display: block;
    clear: both;
    content: '';
}

.list-link li + li {
    border-top: 1px solid #e5e5e5;
}

.list-link .text {
    float: left;
    padding: .05rem 0;
    font-size: .16rem;
    font-weight: 500;
}

.list-link .btn {
    float: right;
    min-width: 1.20rem;
}

@media (max-width: 767.98px) {
    .list-link li {
        padding: .15rem .20rem .20rem;
    }
    .list-link .btn {
        margin-top: 0.10rem;
        display: block;
        width: 100%;
    }
}

.btn {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    overflow: hidden;
}

.btn .ico {
    margin-top: -2px;
}

.btn-area .btn + .btn {
    margin-left: 0.06rem;
}

.btn-sm {
    border: .01rem solid transparent;
    font-size: 0.13rem;
    height: .24rem;
    min-width: .50rem;
    line-height: .22rem;
    padding: 0 .10rem;
}

.btn-md {
    border: .01rem solid transparent;
    font-size: 0.15rem;
    height: .30rem;
    min-width: .85rem;
    line-height: .28rem;
    padding: 0 .15rem;
}

.btn-lg {
    border: .01rem solid transparent;
    font-size: 0.15rem;
    font-weight: 500;
    height: 0.40rem;
    min-width: 1.00rem;
    line-height: .38rem;
    padding: 0 .20rem;
}

.btn-xl {
    border: .01rem solid transparent;
    font-size: 0.18rem;
    font-weight: 500;
    height: .50rem;
    min-width: 1.50rem;
    line-height: .48rem;
    padding: 0 .25rem;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #54a638;
    /* background-color: #54a638; */
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #4e9b34;
}

.btn-outline-default {
    color: #222;
    border-color: #bfbfbf;
    background-color: #fff;
}

.btn-outline-default:hover, .btn-outline-default:focus, .btn-outline-default:active {
    border-color: #d8d8d8;
    background-color: #fbfbfb;
}

.btn-outline-light {
    color: #54a638;
    /* color: #54a638; */
    border-color: #e5e5e5;
    background-color: #fff;
}

.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active {
    border-color: #d8d8d8;
    background-color: #fbfbfb;
}

.form-control + .btn-calendar {
    margin-left: -5px;
}

.btn-calendar {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    width: .40rem;
    height: .40rem;
    border: 1px solid #e5e5e5;
    background: #fff url(/resources/mayor/images/common/ico-calendar-primary.png) no-repeat center center;
    background-size: .20rem .20rem;
}

.ico {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
}

.btn .ico {
    margin-top: -2px;
}

.ico-new {
    display: inline-block;
    vertical-align: middle;
    width: .16rem;
    height: .16rem;
    line-height: .16rem;
    border-radius: .02rem;
    background-color: #54a638;
    color: #fff;
    font-size: 10px;
    margin-top: -2px;
    font-style: normal;
    font-weight: normal;
    text-align: center;
}

.ico-allmenu {
    width: 17px;
    height: 14px;
    line-height: 14px;
    background-image: url("/resources/mayor/images/common/ico-allmenu.png");
}

.ico-search-primary {
    width: 17px;
    height: 17px;
    line-height: 17px;
    background-image: url("/resources/mayor/images/common/ico-search-primary.png");
}

.ico-close-gray-sm {
    width: 10px;
    height: 10px;
    line-height: 10px;
    background-image: url("/resources/mayor/images/common/ico-close-gray-sm.png");
}

.ico-close-white-sm {
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-image: url("/resources/mayor/images/common/ico-close-white-sm.png");
}

.ico-play-lg-white {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background-image: url("/resources/mayor/images/common/ico-play-lg-white.png");
}

.ico-login {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url("/resources/mayor/images/common/ico-login.png");
}

.ico-logout {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url("/resources/mayor/images/common/ico-logout.png");
}

.ico-join {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url("/resources/mayor/images/common/ico-join.png");
}

.ico-mypage {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url("/resources/mayor/images/common/ico-mypage.png");
}

.ico-join {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url("/resources/mayor/images/common/ico-join.png");
}

.ico-global {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url("/resources/mayor/images/common/ico-global.png");
}

.ico-like {
    width: 14px;
    height: 13px;
    line-height: 13px;
    background-image: url("/resources/mayor/images/common/ico-like.png");
}

.ico-like-primary {
    width: 14px;
    height: 13px;
    line-height: 13px;
    background-image: url("/resources/mayor/images/common/ico-like-primary.png");
}

.ico-chevron-up-primary {
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    background-image: url("/resources/mayor/images/common/ico-chevron-up-primary.png");
}

.ico-chevron-down-primary {
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    background-image: url("/resources/mayor/images/common/ico-chevron-down-primary.png");
}

.ico-file {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url("/resources/mayor/images/common/ico-file.png");
}

.ico-reset {
    width: 0.12rem;
    height: 0.12rem;
    line-height: 0.12rem;
    background-image: url("/resources/mayor/images/common/ico-reset.png");
}

.ico-up {
    width: 0.07rem;
    height: 0.08rem;
    line-height: 0.08rem;
    background-image: url("/resources/mayor/images/common/ico-up.png");
}

.ico-down {
    width: 0.07rem;
    height: 0.08rem;
    line-height: 0.08rem;
    background-image: url("/resources/mayor/images/common/ico-down.png");
}

.ico-satisfy1 {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background-image: url("/resources/mayor/images/common/ico-satisfy1.png");
}

.ico-satisfy2 {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background-image: url("/resources/mayor/images/common/ico-satisfy2.png");
}

.ico-satisfy3 {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background-image: url("/resources/mayor/images/common/ico-satisfy3.png");
}

.ico-satisfy4 {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background-image: url("/resources/mayor/images/common/ico-satisfy4.png");
}

.ico-satisfy5 {
    width: 0.3rem;
    height: 0.3rem;
    line-height: 0.3rem;
    background-image: url("/resources/mayor/images/common/ico-satisfy5.png");
}

.ico-new-window {
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    background-image: url("/resources/mayor/images/common/ico-new-window.png");
}

.ico-new-window-white {
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    background-image: url("/resources/mayor/images/common/ico-new-window-white.png");
}

.ico-new-window-blue {
    width: 0.16rem;
    height: 0.16rem;
    line-height: 0.16rem;
    background-image: url("/resources/mayor/images/common/ico-new-window-blue.png");
}

.ico-lock {
    width: 14px;
    height: 18px;
    line-height: 18px;
    background-image: url("/resources/mayor/images/common/ico-lock.png");
}

.ico-lock-lg {
    width: 0.17rem;
    height: 0.21rem;
    line-height: 0.21rem;
    background-image: url("/resources/mayor/images/common/ico-lock-lg.png");
}

.form-control {
    height: .40rem;
    font-size: 16px;
    border: 0.01rem solid #ebebeb;
    border-radius: 0;
    padding: .05rem .14rem;
    line-height: .28rem;
    max-width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    background: #fff;
}

.form-control.full {
    width: 100%;
}

.form-control.inline {
    width: auto !important;
}

.form-control:focus {
    position: relative;
    /* outline: 0; */
    border-radius: 1px;
    border-color: #a0c992;
    -webkit-box-shadow: 0 0 0 3px rgba(84, 166, 56, 0.2);
    box-shadow: 0 0 0 3px rgba(84, 166, 56, 0.2);
}

.form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-moz-read-only:not(select), .form-control[readonly], .form-control:disabled,
.form-control .disabled,
.form-control .readonly {
    background-color: #fbfbfb;
}

.form-control:read-only:not(select), .form-control[readonly], .form-control:disabled,
.form-control .disabled,
.form-control .readonly {
    background-color: #fbfbfb;
}

.table-write .form-control {
    height: 30px;
    padding: 5px .10rem;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 767.98px) {
    .table-write .form-control {
        font-size: 16px;
    }
}

select.form-control {
    padding: 0 .35rem 0 .12rem;
    max-width: 100%;
    line-height: normal;
    background: #fff url(/resources/mayor/images/common/ico-arrow-select.png) no-repeat right 0.13rem center;
    background-size: 12px auto;
}

select.form-control::-ms-expand {
    display: none;
}

.ie9 select.form-control {
    padding-right: 0 !important;
    background: #fff;
}

input[type=checkbox], input[type=radio] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}

input[type=checkbox] + label, input[type=radio] + label {
    position: relative;
    height: 18px;
}

input[type=checkbox] + label:before, input[type=radio] + label:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid rgba(84, 166, 56, 0.4);
    vertical-align: middle;
    border-radius: 2px;
    margin: -2px 5px 0 0;
    background-color: #fff;
    content: '';
}

input[type=checkbox]:focus + label:before, input[type=radio]:focus + label:before {
    border-color: #54a638;
    -webkit-box-shadow: 0 0 0 3px rgba(84, 166, 56, 0.2);
    box-shadow: 0 0 0 3px rgba(84, 166, 56, 0.2);
}

input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
    border-color: #54a638;
}

input[type=checkbox]:checked + label:after, input[type=radio]:checked + label:after {
    position: absolute;
    content: '';
}

input[type=checkbox]:checked + label:before {
    background: #fff url(/resources/mayor/images/common/ico-checkbox-checked.png) no-repeat center center;
    background-size: 11px 10px;
}

input[type=radio] + label:before {
    border-radius: 50%;
}

input[type=radio]:checked + label:before {
    background: #fff url(/resources/mayor/images/common/ico-radio-checked.png) no-repeat center center;
    background-size: 8px 8px;
}

.input-group {
    position: relative;
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}

.input-group .form-control {
    display: table-cell;
    width: 100% !important;
}

.input-group .input-addon {
    display: table-cell;
    width: 1%;
    padding-left: 10px;
    vertical-align: middle;
}

.input-group .input-addon + .form-control {
    margin-left: 9px;
    border-right: 1px solid #e5e5e5;
}

.input-group .btn-md {
    height: 30px;
    padding: 0 15px;
    line-height: 28px;
}

.input-group-file {
    display: block;
    max-width: 500px;
}

.input-group-file label {
    display: inline-block;
}

.input-group-file .form-file {
    display: none;
}

.input-group-file .btn-md {
    min-width: auto;
    padding-left: 0.10rem;
    padding-right: 0.10rem;
}

.input-group-file .form-control {
    display: inline-block;
    margin: 0 .05rem;
    max-width: calc(100% - 1.64rem);
}

/* 기본 박스 */
/* .box {
  border: 1px solid #e5e5e5;
  padding: .20rem;
} */

/* 상단 안내말 */
.notice-box {
    margin: .20rem 0;
    border: 1px solid #e5e5e5;
}

.notice-box > dt {
    padding: .11rem .25rem;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fbfbfb;
    font-weight: 500;
    font-size: .18rem;
}

.notice-box > dd {
    padding: .17rem .25rem;
    font-size: .16rem;
}

/* 처리절차 */
.process-box {
    margin-bottom: .20rem;
    overflow: hidden;
}

.process-box > ul,
.process-box ol {
    display: table;
    table-layout: fixed;
    border-collapse: separate;
    margin: -.60rem;
    width: calc(100% + 1.20rem);
    border-spacing: .60rem;
}

.process-box > ul > li,
.process-box ol > li {
    position: relative;
    display: table-cell;
    border: 1px solid #e5e5e5;
    border-top: 2px solid #54a638;
    vertical-align: top;
}

.process-box > ul > li + li:before, .process-box > ul > li + li:after,
.process-box ol > li + li:before,
.process-box ol > li + li:after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #54a638;
    width: .04rem;
    height: .17rem;
    left: -.32rem;
    border-radius: .01rem;
}

.process-box > ul > li + li:before,
.process-box ol > li + li:before {
    margin-top: -.15rem;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.process-box > ul > li + li:after,
.process-box ol > li + li:after {
    margin-top: -.05rem;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.process-box .inner {
    display: block;
}

.process-box .title,
.process-box .content {
    display: block;
}

.process-box .title {
    text-align: center;
    padding: .10rem .20rem;
    border-bottom: 1px solid #e5e5e5;
    font-size: .16rem;
    font-weight: 500;
}

.process-box .content {
    padding: .15rem .20rem;
}

.process-box.process-box-sm ol {
    margin: -.30rem;
    width: calc(100% + .60rem);
    border-spacing: .30rem;
}

.process-box.process-box-sm ol > li + li:before, .process-box.process-box-sm ol > li + li:after {
    left: -.17rem;
}

.process-box.process-box-sm .title {
    font-size: .14rem;
}

.process-box.process-box-sm .content {
    font-size: .13rem;
    padding: .10rem .15rem;
}

.process-box.process-box-center {
    text-align: center;
    word-break: keep-all;
}

.process-box.process-box-center ol > li {
    vertical-align: middle;
}

@media (max-width: 767.98px) {
    .process-box > ul,
    .process-box ol {
        display: block;
        margin: 0 !important;
        width: auto !important;
    }
    .process-box > ul > li,
    .process-box ol > li {
        display: block;
        padding: 0;
    }
    .process-box > ul > li + li,
    .process-box ol > li + li {
        margin-top: 0.50rem;
    }
    .process-box > ul > li + li:before, .process-box > ul > li + li:after,
    .process-box ol > li + li:before,
    .process-box ol > li + li:after {
        top: -.35rem;
        left: 50% !important;
        margin-top: 0 !important;
    }
    .process-box > ul > li + li:before,
    .process-box ol > li + li:before {
        margin-left: -.05rem;
    }
    .process-box > ul > li + li:after,
    .process-box ol > li + li:after {
        margin-left: .05rem;
    }
    .process-box .title {
        font-size: .16rem !important;
        text-align: center;
    }
    .process-box .content {
        padding: .15rem .20rem !important;
        font-size: 0.15rem !important;
    }
}

/* 사이트안내 박스 */
.siteinfo-box {
    border: 1px solid #e5e5e5;
    padding: .20rem;
    margin-bottom: .20rem;
}

.siteinfo-box .image-area,
.siteinfo-box .content {
    display: table-cell;
}

.siteinfo-box .image-area {
    width: 1.80rem;
    padding-right: .20rem;
    vertical-align: top;
}

.siteinfo-box .image-area img {
    width: 100%;
}

.siteinfo-box .content {
    margin-top: .10rem;
    vertical-align: middle;
}

.siteinfo-box .btn-area {
    margin-bottom: .10rem;
}

@media (max-width: 767.98px) {
    .siteinfo-box .image-area,
    .siteinfo-box .content {
        display: block;
    }
    .siteinfo-box .image-area {
        text-align: center;
        padding: 0;
        margin: 0 auto .20rem;
    }
    .siteinfo-box .image-area img {
        width: auto;
    }
    .siteinfo-box .content {
        margin: 0;
    }
    .siteinfo-box .btn-area {
        text-align: center;
        margin-bottom: .15rem;
    }
}

/* 캘린더 */
.calendar-header {
    margin-bottom: .20rem;
}

.calendar-header:after {
    display: block;
    clear: both;
    content: '';
}

.calendar-header .btn {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    width: .28rem;
    height: .28rem;
    border: 1px solid #ebebeb;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: .25rem auto;
    overflow: hidden;
}

.calendar-header .btn-prev {
    background-image: url(/resources/mayor/images/common/ico-paging-prev.png);
}

.calendar-header .btn-next {
    background-image: url(/resources/mayor/images/common/ico-paging-next.png);
}

.calendar-header .year-select {
    float: left;
}

.calendar-header .year-select .year {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    min-width: 4em;
    font-size: 16px;
    font-weight: normal;
}

.calendar-header .month-select {
    float: left;
}

.calendar-header .month-select .month-list {
    margin-left: 50px;
}

.calendar-header .month-select .month-list:after {
    display: block;
    clear: both;
    content: '';
}

.calendar-header .month-select .month-list li {
    float: left;
    margin-left: 5px;
}

.calendar-header .month-select .month-list li a {
    display: block;
    height: 28px;
    min-width: 40px;
    padding: 0 10px;
    border: 1px solid transparent;
    text-align: center;
    color: #999;
}

.calendar-header .month-select .month-list li a:hover, .calendar-header .month-select .month-list li a:focus {
    color: #222;
}

.calendar-header .month-select .month-list li.on a {
    color: #54a638;
    border-color: #54a638;
}

.calendar-header .month-select .btn {
    display: none;
}

.calendar-header .type-select {
    float: right;
}

.calendar-header .type-select a {
    width: .28rem;
    height: .28rem;
    border: 1px solid #d7d7d7;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    background: url(/resources/mayor/images/common/ico-calendar-gray.png) no-repeat center center;
    background-size: .20rem;
}

.calendar-header .type-select a.ico-calendar-table {
    background-image: url(/resources/mayor/images/common/ico-calendar-gray.png);
}

.calendar-header .type-select a.ico-calendar-table.on {
    background-image: url(/resources/mayor/images/common/ico-calendar-primary.png);
}

.calendar-header .type-select a.ico-calendar-list {
    margin-left: .05rem;
    background-image: url(/resources/mayor/images/common/ico-list-gray.png);
}

.calendar-header .type-select a.ico-calendar-list.on {
    background-image: url(/resources/mayor/images/common/ico-list-primary.png);
}

.calendar-header .type-select a.on {
    border-color: #54a638;
}

@media (max-width: 1024.98px) {
    .calendar-header {
        margin-bottom: 10px;
    }
    .calendar-header .year-select .year {
        font-size: 14px;
    }
    .calendar-header .month-select {
        margin-left: 10px;
    }
    .calendar-header .month-select .month-list {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
    }
    .calendar-header .month-select .month-list li {
        display: none;
        float: none;
        margin: 0;
    }
    .calendar-header .month-select .month-list li.on {
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: normal;
    }
    .calendar-header .month-select .month-list li.on a {
        min-width: 3em;
        padding: 0;
        border: 0;
        color: #222;
        height: auto;
    }
    .calendar-header .month-select .btn {
        display: inline-block;
    }
}

.calendar-category {
    margin: -.03rem -.03rem .10rem;
    font-size: 0.15rem;
}

.calendar-category:after {
    display: block;
    clear: both;
    content: '';
}

.calendar-category li {
    display: table-cell;
    width: 1%;
    padding: 3px;
}

.calendar-category input[type=checkbox] + label {
    display: block;
    text-align: center;
    background-color: #fff;
    border: 0.01rem solid #ebebeb;
    height: .38rem;
    line-height: .36rem;
    cursor: pointer;
}

.calendar-category input[type=checkbox] + label:before, .calendar-category input[type=checkbox] + label:after {
    display: none;
}

.calendar-category input[type=checkbox] + label:hover,
.calendar-category input[type=checkbox]:focus + label {
    outline: 0;
    border-radius: 1px;
    border-color: #999;
}

.calendar-category input[type=checkbox]:checked + label {
    border-color: #54a638;
    color: #54a638;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .calendar-category li {
        display: block;
        width: 25%;
        float: left;
    }
}

.calendar-legend {
    margin-bottom: .15rem;
}

.calendar-legend:after {
    display: block;
    clear: both;
    content: '';
}

.calendar-legend li {
    float: left;
    margin-right: .15rem;
}

.calendar-legend .text {
    vertical-align: middle;
    font-size: 12px;
}

.legend-category {
    display: inline-block;
    vertical-align: middle;
    width: .2rem;
    height: .2rem;
    line-height: .2rem;
    margin-right: .02rem;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 10px;
}

.legend-category.legend-category1 {
    background-color: #3db166;
}

.legend-category.legend-category2 {
    background-color: #8957a1;
}

.legend-category.legend-category3 {
    background-color: #ee001d;
}

.legend-category.legend-category4 {
    background-color: #54a638;
}

.legend-category.legend-category5 {
    background-color: #ea68a2;
}

.legend-category.legend-category6 {
    background-color: #638c0b;
}

.legend-category.legend-category7 {
    background-color: #f39800;
}

@media (max-width: 767.98px) {
    .calendar-legend li {
        margin-right: .04rem;
    }
    .calendar-legend li .legend-category {
        width: .18rem;
        height: .18rem;
        line-height: .18rem;
        margin-right: 0;
    }
}

.type-table {
    margin-top: .15rem;
}

.type-table .table {
    table-layout: fixed;
    border-collapse: collapse;
}

.type-table .table th,
.type-table .table td {
    border: 1px solid #ebebeb;
}

.type-table .table th {
    height: .40rem;
    font-size: .16rem;
    font-weight: 500;
    background-color: #fbfbfb;
}

.type-table .table th:first-child {
    color: #ee001d;
}

.type-table .table th:last-child {
    color: #54a638;
}

.type-table .table td {
    padding: .10rem;
    text-align: left;
    vertical-align: top;
    height: 1.20rem;
}

.type-table .table td:first-child .day {
    color: #ee001d;
}

.type-table .table td:last-child .day {
    color: #54a638;
}

.type-table .table td.today {
    position: relative;
    z-index: 10;
    background-color: #fbfbfb;
    border: 1px solid #54a638;
}

.type-table .table td.today .day {
    font-weight: 500;
    color: #54a638;
}

.type-table .day {
    display: block;
    color: #222;
}

.type-table .day span {
    display: none;
}

.type-table .schedule-item {
    display: block;
    margin-top: .04rem;
    font-size: .12rem;
    max-width: 100%;
    white-space: nowrap;
    max-height: 1em;
    line-height: 1em;
    text-overflow: ellipsis;
    overflow: hidden;
    max-height: none;
}

.type-table .schedule-item:hover .text, .type-table .schedule-item:focus .text {
    text-decoration: underline;
}

.type-table .schedule-item .legend-category,
.type-table .schedule-item .text {
    vertical-align: middle;
}

.type-table .btn-more {
    float: right;
    margin-top: .10rem;
    font-size: .12rem;
    color: #54a638;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .type-table .table {
        position: relative;
        display: block;
    }
    .type-table .table thead,
    .type-table .table .empty {
        display: none;
    }
    .type-table .table tbody,
    .type-table .table tr,
    .type-table .table td {
        display: block;
    }
    .type-table .table td {
        position: relative;
        min-height: .48rem;
        margin-top: -1px;
        padding: 0.1rem 0.15rem 0.1rem 0.9rem;
        height: auto;
    }
    .type-table .table td:after {
        display: block;
        clear: both;
        content: '';
    }
    .type-table .table td:before {
        position: absolute;
        left: 0;
        width: 0.75rem;
        top: 0;
        bottom: 0;
        border-right: 1px solid #ebebeb;
        background-color: #fbfbfb;
        content: '';
        z-index: -1;
    }
    .type-table .table td.today {
        border-width: 1px;
    }
    .type-table .day {
        display: block;
        position: absolute;
        width: 0.75rem;
        left: 0;
        top: .10rem;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
    }
    .type-table .day span {
        display: inline;
    }
    .type-table .schedule-item {
        font-size: 12px;
    }
    .type-table .schedule-item:hover .text, .type-table .schedule-item:focus .text {
        text-decoration: underline;
    }
    .type-table .schedule-item .legend-category {
        width: 17px;
        height: 17px;
    }
    .type-table .btn-more {
        margin-top: .10rem;
    }
}

.type-list {
    margin-top: .30rem;
    display: none;
}

.type-list .legend-category {
    min-width: 4em;
    width: auto;
    height: .24rem;
    border-radius: 2px;
    padding: 0 .05rem;
    line-height: .24rem;
    font-size: 12px;
}

.type-list .table-list tbody {
    font-size: 0.14rem;
}

.type-list .table-list tbody .cell-subject {
    font-size: 0.15rem;
}

.type-list .table-list tbody .cell-location {
    text-align: left;
}

@media (max-width: 1024.98px) {
    .type-list .table-list tbody .cell-category,
    .type-list .table-list tbody .cell-subject {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: .02rem;
    }
    .type-list .table-list tbody .cell-category {
        width: 50px;
    }
    .type-list .table-list tbody .cell-subject {
        max-width: 100%;
        white-space: nowrap;
        max-height: 1em;
        line-height: 1em;
        text-overflow: ellipsis;
        overflow: hidden;
        width: calc(100% - 55px);
    }
    .type-list .table-list tbody .cell-target:before,
    .type-list .table-list tbody .cell-fee:before {
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 10px;
        margin: -2px 6px 0 2px;
        background: #999;
        content: '';
    }
    .type-list .table-list tbody .cell-location {
        display: block;
        line-height: 1.4;
    }
}

/* 캘린더 상세 */
.schedule-list {
    font-size: .18rem;
}

.schedule-list li {
    position: relative;
    line-height: .22rem;
    padding-left: .34rem;
}

.schedule-list li + li {
    margin-top: .15rem;
}

.schedule-list li .legend-category {
    position: absolute;
    top: -.01rem;
    left: 0;
    width: .28rem;
    height: .28rem;
    line-height: .28rem;
    border-radius: 50%;
    font-size: .14rem;
}

.schedule-list li .text {
    vertical-align: middle;
}

.schedule-list a:hover .text, .schedule-list a:focus .text {
    text-decoration: underline;
}

#inseq-datepicker {
    position: absolute;
    width: 250px;
    padding: 12px;
    border: 1px solid #666;
    font-size: 14px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    z-index: 1500;
}

#inseq-datepicker caption {
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

#inseq-datepicker table {
    table-layout: auto;
    margin-top: 0;
    width: 100%;
    text-align: center;
    border: 0px solid #000;
    color: #000;
    line-height: 2;
}

#inseq-datepicker table a {
    line-height: 2;
}

#inseq-datepicker table th {
    height: auto;
    background: none;
    padding: 0 0 0.5em;
    border: 0;
    margin: 0;
    color: #000;
    text-align: center;
    line-height: 20px;
}

#inseq-datepicker table td {
    padding: 0 !important;
    margin: 0;
    height: auto;
    text-align: center;
    border: 0;
    line-height: 1;
}

#inseq-datepicker table tbody td {
    height: 28px;
    color: #767676;
}

#inseq-datepicker table tbody td a {
    display: block;
    color: #000;
    text-decoration: none;
}

#inseq-datepicker table tbody td a.today {
    color: #fff !important;
    background-color: #54a638;
    font-weight: 500;
}

#inseq-datepicker #tableCalendarTitle {
    margin-bottom: 5px;
}

#inseq-datepicker #tableCalendarTitle td {
    font-size: 16px;
}

#inseq-datepicker #tableCalendarTitle td a {
    font-size: inherit;
}

#inseq-datepicker #tableMonthTitle td a {
    font-size: 16px;
}

#inseq-datepicker #tableYearTitle {
    margin-bottom: 5px;
}

#inseq-datepicker #tableYearTitle td {
    font-size: 16px;
}

#inseq-datepicker #tableCalendarTitle a,
#inseq-datepicker #tableYear a,
#inseq-datepicker #tableMonthTitle a,
#inseq-datepicker #tableMonth a {
    color: #000;
}

#inseq-datepicker #tableCalendar th:first-child,
#inseq-datepicker #tableCalendar td:first-child {
    color: #cf2121;
}

#inseq-datepicker #tableCalendar th:first-child a,
#inseq-datepicker #tableCalendar td:first-child a {
    color: inherit;
}

#inseq-datepicker #tableCalendar th:last-child,
#inseq-datepicker #tableCalendar td:last-child {
    color: #0072cf;
}

#inseq-datepicker #tableCalendar th:last-child a,
#inseq-datepicker #tableCalendar td:last-child a {
    color: inherit;
}

#inseq-datepicker .prev,
#inseq-datepicker .next {
    width: 25px;
    height: 25px;
    line-height: 23px;
    border: 1px solid #e5e5e5;
    padding: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px 25px;
    color: transparent !important;
    white-space: nowrap;
    overflow: hidden;
}

#inseq-datepicker .prev {
    float: left;
    margin-left: 16px;
    background-image: url(/resources/mayor/images/common/ico-paging-prev.png);
}

#inseq-datepicker .next {
    float: right;
    margin-right: 16px;
    background-image: url(/resources/mayor/images/common/ico-paging-next.png);
}

#inseq-datepicker .btn-cal-close {
    position: absolute;
    top: -1px;
    right: -27px;
    width: 27px;
    height: 27px;
}

#inseq-datepicker .btn-cal-close a {
    display: block;
    width: 100%;
    height: 100%;
    color: transparent;
    border: 1px solid #666;
    background: #666 url(/resources/mayor/images/common/ico-close-white.png) no-repeat center center;
    background-size: 15px 15px;
}

@media (max-width: 767.98px) {
    #inseq-datepicker {
        left: 50% !important;
        margin-left: -125px !important;
    }
}

.tab-list {
    margin-bottom: .30rem;
    text-align: center;
    border-left: 1px solid #ebebeb;
    line-height: 1.2;
}

.tab-list:after {
    display: block;
    clear: both;
    content: '';
}

.tab-list li {
    display: table-cell;
    width: 1%;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    border-left: 0;
}

.tab-list li a {
    display: block;
    width: 100%;
}

.tab-list li a span {
    display: table-cell;
    width: 1%;
    height: .50rem;
    vertical-align: middle;
}

.tab-list li.on a {
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .tab-list.tab-list-select {
        position: relative;
        height: 0.5rem;
        margin: 0 0 .13rem;
        padding-top: 0.49rem;
        border: 0;
        text-align: left;
    }
    .tab-list.tab-list-select:after {
        display: block;
        position: absolute;
        right: 0.13rem;
        top: 18px;
        width: 12px;
        height: 8px;
        background: url(/resources/mayor/images/common/ico-arrow-select.png) no-repeat right center;
        background-size: cover;
        content: '';
        z-index: 2;
    }
    .tab-list.tab-list-select li {
        display: none;
        float: none;
        width: auto;
        width: 100%;
        height: auto;
        margin: -1px 0 0 0;
        border: 1px solid #e5e5e5;
        background-color: #fff;
        left: auto !important;
    }
    .tab-list.tab-list-select li:before {
        display: none;
    }
    .tab-list.tab-list-select li a {
        display: block;
        width: auto;
        height: 0.4rem;
        line-height: 0.4rem;
        padding: 0 .15rem !important;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background-color: #fff;
        margin: 0 !important;
        font-size: 0.16rem;
    }
    .tab-list.tab-list-select li a span {
        display: block;
        width: auto;
        height: 0.4rem;
        padding: 0 !important;
        max-width: 100%;
        white-space: nowrap;
        max-height: 0.4rem;
        line-height: 0.4rem;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: none;
    }
    .tab-list.tab-list-select li.on {
        display: block;
        position: absolute;
        top: 0;
        border: 1px solid #e5e5e5;
        color: inherit !important;
    }
    .tab-list.tab-list-select li.on a {
        height: 0.48rem;
    }
    .tab-list.tab-list-select li.on a span {
        height: 0.48rem;
        line-height: 0.48rem;
        margin-right: .30rem;
    }
    .tab-list.tab-list-select li br {
        display: none;
    }
    .tab-list.tab-list-select.opened {
        z-index: 105;
    }
    .tab-list.tab-list-select.opened li {
        display: block;
        background-color: #fbfbfb;
    }
    .tab-list.tab-list-select.opened li a {
        background-color: transparent;
    }
    .tab-list.tab-list-select.opened:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@media (min-width: 1025px) {
    .tab-list-matrix {
        font-size: 0.16rem !important;
    }
    .tab-list-matrix li {
        display: block;
        float: left;
        width: 20%;
        margin-bottom: -1px;
    }
    .tab-list-matrix li a span {
        height: .45rem !important;
    }
    .tab-list-matrix.col-2 li {
        width: 50%;
    }
    .tab-list-matrix.col-3 li {
        width: 33.333%;
    }
    .tab-list-matrix.col-4 li {
        width: 25%;
    }
    .tab-list-matrix.col-5 li {
        width: 20%;
    }
    .tab-list-matrix.col-10 li {
        width: 10%;
    }
}

.main-tab {
    font-size: 0.18rem;
}

.main-tab li.on {
    border-color: #54a638;
    background-color: #54a638;
    color: #fff;
}

@media (max-width: 767.98px) {
    .main-tab {
        font-size: 0.16rem;
    }
    .main-tab li span {
        padding: 0 .10rem;
    }
}

.sub-tab {
    font-size: 0.16rem;
}

.sub-tab li.on {
    position: relative;
    color: #54a638;
    border-color: #54a638;
}

.sub-tab li.on:before {
    content: '';
    position: absolute;
    width: 1px;
    top: -1px;
    bottom: -1px;
    left: -1px;
    background-color: #54a638;
}

.sub-tab li.on a {
    position: relative;
}

@media (max-width: 767.98px) {
    .sub-tab {
        font-size: 0.15rem;
    }
    .sub-tab li span {
        padding: 0 .10rem;
    }
}

.category-tab {
    font-size: 0.16rem;
}

.category-tab li {
    padding-top: 1px;
}

.category-tab li.on {
    color: #54a638;
    border-top: 0.02rem solid #54a638;
    padding-top: 0;
}

.category-tab li.on a {
    position: relative;
}

.category-tab li.on a span {
    height: .48rem;
}

.tab-content {
    display: none;
}

.modal-open {
    overflow: hidden;
}

@media (max-width: 1024.98px) {
    .modal-open .content-share {
        z-index: 200 !important;
    }
}

@media (max-width: 767.98px) {
    .modal-open {
        height: 100vh;
    }
}

.popup-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    padding: 0 30px;
    line-height: 60px;
    background-color: #54a638;
}

.popup-header .popup-title {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

@media (max-width: 575.98px) {
    .popup-header {
        height: 40px;
        line-height: 40px;
        padding: 0 .20rem;
    }
    .popup-header .popup-title {
        font-size: 14px;
    }
}

.popup-body {
    padding: 25px 20px;
}

.popup-body.fit {
    padding: 0;
}

@media (max-width: 575.98px) {
    .popup-body {
        padding: .20rem;
    }
}

.btn-close-popup {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background: url(/resources/mayor/images/common/ico-close-white.png) no-repeat center center;
    background-size: 20px 20px;
    overflow: hidden;
}

@media (max-width: 575.98px) {
    .btn-close-popup {
        position: fixed;
        width: 50px;
        height: 40px;
        background-size: 15px 15px;
    }
}

.modal-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ie9 .modal-popup {
    display: block;
}

.modal-popup.hide {
    opacity: 0;
    visibility: hidden;
}

.modal-popup.hide .popup-inner {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
}

.modal-popup.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.modal-popup.show .popup-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.modal-popup.modal-sm .popup-inner {
    width: 500px;
}

.modal-popup.modal-lg .popup-inner {
    width: 900px;
}

.modal-popup.modal-xl .popup-inner {
    width: 1280px;
}

.modal-popup .dimed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.modal-popup .popup-inner {
    position: relative;
    z-index: 1100;
    width: 6.60rem;
    max-width: 100%;
    background-color: #fff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.ie9 .modal-popup .popup-inner {
    margin: .70rem auto;
}

.modal-popup.hide .modal-popup .popup-inner {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.modal-popup.show .modal-popup .popup-inner {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.modal-popup .popup-body {
    max-height: calc(100vh - 150px);
    overflow-y: auto;
}

@media (max-width: 575.98px) {
    .modal-popup .popup-inner {
        position: fixed;
        width: auto;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        -webkit-transition-duration: 0s !important;
        transition-duration: 0s !important;
    }
    .modal-popup .popup-body {
        max-height: calc(100vh - 40px);
    }
    .modal-popup.hide .popup-inner {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.popup-inner,
.wrapper-popup {
    position: relative;
    padding-top: 60px;
}

@media (max-width: 575.98px) {
    .popup-inner,
    .wrapper-popup {
        padding-top: 40px;
    }
}

.wrapper-popup {
    position: relative;
    font-size: 15px;
}

.wrapper-popup .popup-header,
.wrapper-popup .btn-close-popup {
    position: fixed;
    z-index: 100;
}

@media (max-width: 575.98px) {
    .wrapper-popup {
        font-size: .15rem;
    }
}

.table {
    width: 100%;
    border-spacing: 0;
}

.table thead {
    word-break: keep-all;
}

.table thead ~ tbody,
.table thead ~ tfoot {
    text-align: center;
}

.table-data {
    border-collapse: collapse;
    border-top: 2px solid #54a638;
    border-left: 1px solid #e5e5e5;
}

.table-data th,
.table-data td {
    height: 39px;
    padding: 9px 15px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.table-data th {
    font-size: .16rem;
    font-weight: normal;
    background-color: #fbfbfb;
}

.table-data thead {
    text-align: center;
}

.table-data tbody tr:first-child th,
.table-data tbody tr:first-child td {
    border-top: 1px solid #bfbfbf;
}

@media (max-width: 1024.98px) {
    .table-responsive {
        margin: 0 -15px;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive .table-responsive-inner {
        display: inline-block;
        width: 100%;
        min-width: 600px;
        padding: 0 15px;
        vertical-align: top;
    }
    .table-responsive .table:last-child {
        margin-bottom: 0;
    }
}

/* 게시판 검색 */
.bbs-search {
    background-color: #fbfbfb;
    border: 1px solid #ebebeb;
    padding: .14rem;
    margin-bottom: .30rem;
    font-size: 0;
}

.bbs-search .label {
    font-size: .16rem;
    font-weight: 500;
    vertical-align: middle;
    color: #54a638;
    margin: 0 .10rem 0 0;
}

.bbs-search .input-area,
.bbs-search .btn-area {
    display: inline-block;
    vertical-align: middle;
}

.bbs-search .input-area {
    width: calc(100% - 2.23rem);
}

.bbs-search .input-area .form-control + .form-control {
    margin-left: 9px;
}

.bbs-search .input-area select {
    width: 150px;
}

.bbs-search .input-area .form-control-keyword {
    width: calc(100% - 159px);
}

.bbs-search .btn-area {
    width: 2.23rem;
}

.bbs-search .btn-area .btn {
    margin-left: 10px;
}

.bbs-search.bbs-search-multi label {
    font-size: .16rem;
    font-weight: 500;
    vertical-align: middle;
    color: #54a638;
    margin: 0 .10rem 0 0;
}

.bbs-search.bbs-search-multi .label-part {
    margin-left: .15rem;
}

.bbs-search.bbs-search-multi .form-control-part {
    width: calc(100% - 244px);
}

.bbs-search.bbs-search-multi .input-area {
    width: calc(100% - 110px);
}

.bbs-search.bbs-search-multi .btn-area {
    width: 110px;
}

.bbs-search.bbs-search-multi .form-control-keyword {
    width: calc(100% - 199px);
}

@media (max-width: 767.98px) {
    .bbs-search .label {
        margin-left: 0 !important;
    }
    .bbs-search .input-area,
    .bbs-search .btn-area {
        display: block;
        width: auto !important;
    }
    .bbs-search .input-area .form-control {
        display: block;
        width: 100% !important;
        margin: 0 0 .10rem !important;
    }
    .bbs-search .btn-area {
        margin: -.07rem;
    }
    .bbs-search .btn-area .col {
        display: table-cell;
        width: 1%;
        padding: .07rem;
    }
    .bbs-search .btn-area .col .btn {
        display: block;
        width: 100%;
        margin: 0;
    }
    .bbs-search.bbs-search-multi label {
        display: block;
        margin: 0 0 .03rem !important;
    }
}

/* 게시판 목록 정보 */
.list-info {
    margin: .30rem 0 0.10rem;
}

.list-info:after {
    display: block;
    clear: both;
    content: '';
}

.list-info .total {
    line-height: .35rem;
}

.list-info .total strong {
    color: #54a638;
}

/* 페이징 */
.pagination {
    margin: .3rem 0;
    clear: both;
    text-align: center;
    font-size: 0;
}

.pagination a,
.pagination strong {
    display: inline-block;
    position: relative;
    margin: 0 .025rem;
    padding: 0 .03rem;
    border: 1px solid #d7d7d7;
    vertical-align: middle;
    color: #222;
    background-color: #fff;
}

.pagination strong {
    color: #fff;
    border-color: transparent;
    background-color: #54a638;
}

.pagination .direction {
    color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px auto;
    overflow: hidden;
}

.pagination .direction.first {
    background-image: url(/resources/mayor/images/common/ico-paging-first.png);
}

.pagination .direction.prev {
    background-image: url(/resources/mayor/images/common/ico-paging-prev.png);
}

.pagination .direction.next {
    background-image: url(/resources/mayor/images/common/ico-paging-next.png);
}

.pagination .direction.last {
    background-image: url(/resources/mayor/images/common/ico-paging-last.png);
}

.pagination a,
.pagination strong {
    min-width: 28px;
    height: 28px;
    line-height: 26px;
    font-size: 14px;
}

.pagination .direction {
    width: 28px;
}

/* 목록 : 표준형 */
.table-list {
    border-collapse: collapse;
    border-top: 2px solid #54a638;
    border-left: 1px solid #e5e5e5;
}

.table-list th,
.table-list td {
    height: 39px;
    padding: 9px 10px;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.table-list th {
    background-color: #fbfbfb;
    font-size: 16px;
    font-weight: 500;
}

.table-list tbody tr:first-child th,
.table-list tbody tr:first-child td {
    border-top: 1px solid #bfbfbf;
}

.table-list .cell-subject {
    text-align: left;
    font-size: .16rem;
    padding-left: 15px;
}

.table-list .cell-subject a:hover, .table-list .cell-subject a:focus {
    text-decoration: underline;
}

.table-list .cell-subject a[target=_blank]:after {
    display: inline-block;
    width: .20rem;
    height: .20rem;
    margin-left: .05rem;
    content: '';
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/resources/mayor/images/common/ico-new-window.png);
}

.table-list .nodata {
    line-height: 60px;
    text-align: center;
}

.table-list .ico-new {
    margin-left: .03rem;
}

@media (max-width: 1024.98px) {
    .table-list {
        display: block;
        border: 0;
    }
    .table-list colgroup {
        display: none;
    }
    .table-list thead {
        display: none;
    }
    .table-list tbody {
        display: block;
        text-align: left !important;
    }
    .table-list tbody tr {
        display: block;
        border: 1px solid #e5e5e5;
        padding: .15rem;
    }
    .table-list tbody tr + tr {
        margin-top: .15rem;
    }
    .table-list tbody td {
        display: inline-block;
        vertical-align: middle;
        padding: 0 !important;
        border: 0 !important;
        height: auto !important;
        color: #999;
    }
    .table-list tbody .cell-no,
    .table-list tbody .cell-file {
        display: none;
    }
    .table-list tbody .cell-subject {
        display: block;
        padding-left: 0;
        font-size: 14px;
        font-weight: 500;
        color: #222;
    }
    .table-list tbody .cell-subject:before {
        display: none;
    }
    .table-list tbody .cell-subject a:hover, .table-list tbody .cell-subject a:focus {
        text-decoration: underline;
    }
    .table-list tbody .cell:before,
    .table-list tbody .cell-date:before,
    .table-list tbody .cell-hit:before {
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 10px;
        margin: -2px 6px 0 2px;
        background: #999;
        content: '';
    }
    .table-list tbody .nodata {
        display: block;
        font-size: 14px;
        font-weight: 500;
        color: #222;
    }
}

/* 목록 : 아코디언형 */
.accordion-list {
    border: 1px solid #ebebeb;
    border-top: 0;
}

.accordion-list .accordion-title {
    border-top: 1px solid #ebebeb;
}

.accordion-list .accordion-title a {
    display: block;
    position: relative;
    font-size: .18rem;
    line-height: .24rem;
    font-weight: normal;
    padding: .12rem .40rem .12rem .19rem;
}

.accordion-list .accordion-title a:before, .accordion-list .accordion-title a:after {
    content: '';
    position: absolute;
    top: .23rem;
    right: .20rem;
    width: .12rem;
    height: .02rem;
    background: #999;
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.accordion-list .accordion-title.on a {
    margin: -1px;
    border: 1px solid #54a638;
    font-weight: 500;
    color: #54a638;
}

.accordion-list .accordion-title.on a:before, .accordion-list .accordion-title.on a:after {
    background-color: #54a638;
}

.accordion-list .accordion-title.on a:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.accordion-list .accordion-title.on a:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.accordion-list .accordion-content {
    display: none;
    font-size: .16rem;
    padding: .19rem;
}

/* 목록 : 포토형 */
.photo-list {
    margin: -4px;
}

.photo-list:after {
    display: block;
    clear: both;
    content: '';
}

.photo-list li {
    float: left;
    width: calc(25% - 8px);
    margin: 4px;
}

.photo-list li a {
    display: block;
    border: 1px solid #ebebeb;
}

.photo-list li a:hover {
    border-color: #666;
}

.photo-list li a:hover .subject {
    text-decoration: underline;
}

.photo-list .thumb {
    position: relative;
    padding-top: 70%;
    height: 0;
    background: #eee;
}

.photo-list .thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.photo-list .thumb .ico-play-lg-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -.25rem 0 0 -.25rem;
}

.photo-list .item-info {
    padding: .16rem .20rem;
    font-size: .14rem;
    color: #999;
}

.photo-list .item-info .subject {
    display: block;
    font-weight: 500;
    height: .40rem;
    font-size: .16rem;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 0.4rem;
    line-height: 0.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.photo-list .item-info .info {
    max-width: 100%;
    white-space: nowrap;
    max-height: 0.18rem;
    line-height: 0.18rem;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    margin-top: .10rem;
}

.photo-list .item-info .info span {
    display: inline-block;
    vertical-align: middle;
}

.photo-list .item-info .info span + span:before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: -2px 6px 0 2px;
    background: #999;
    content: '';
}

.photo-list .item-info .info .part {
    max-width: 100%;
    white-space: nowrap;
    max-height: 0.18rem;
    line-height: 0.18rem;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 5em;
}

@media (max-width: 1024.98px) {
    .photo-list .item-info {
        padding: 14px;
    }
}

@media (max-width: 767.98px) {
    .photo-list li {
        width: calc(50% - 8px);
    }
    .photo-list .item-info .info {
        font-size: 11px;
    }
    .photo-list .item-info .info .hit {
        display: none;
    }
}

/* 목록 : 요약형 */
.summary-list li + li {
    margin-top: .20rem;
}

.summary-list li a {
    display: block;
    border: 1px solid #ebebeb;
    padding: .20rem;
}

.summary-list li a:after {
    display: block;
    clear: both;
    content: '';
}

.summary-list li a:hover {
    border-color: #666;
}

.summary-list li a:hover .subject {
    text-decoration: underline;
}

.summary-list .item-info {
    float: left;
    font-size: .14rem;
    width: calc(100% - 230px);
}

.summary-list .item-info .subject {
    max-width: 100%;
    white-space: nowrap;
    max-height: 0.3rem;
    line-height: 0.3rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    font-weight: 500;
    font-size: .17rem;
}

.summary-list .item-info .item-content {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 0.66rem;
    line-height: 0.22rem;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: .11rem 0;
    font-size: .15rem;
}

.summary-list .item-info .info {
    color: #999;
}

.summary-list .item-info .info span {
    display: inline-block;
    vertical-align: middle;
}

.summary-list .item-info .info span + span:before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: -2px 6px 0 2px;
    background: #999;
    content: '';
}

.summary-list .thumb {
    float: right;
    width: 216px;
    height: 143px;
    background: #eee;
}

.summary-list .thumb img {
    width: 100%;
    height: 100%;
}

@media (max-width: 767.98px) {
    .summary-list li + li {
        margin-top: .10rem;
    }
    .summary-list li a {
        padding: 14px;
    }
    .summary-list .item-info {
        width: calc(100% - 115px);
    }
    .summary-list .item-info .subject {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
        max-height: 0.48rem;
        line-height: 0.24rem;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .summary-list .item-info .item-content {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        white-space: normal;
        max-height: 48px;
        line-height: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        margin: .06rem 0;
        font-size: 12px;
    }
    .summary-list .item-info .info {
        font-size: 11px;
    }
    .summary-list .item-info .info .hit {
        display: none;
    }
    .summary-list .thumb {
        width: 110px;
        height: 112px;
    }
}

/* 목록 : 카드형1 */
.card-list {
    margin: -4px;
}

.card-list:after {
    display: block;
    clear: both;
    content: '';
}

.card-list li {
    float: left;
    width: calc(25% - 8px);
    margin: 4px;
}

.card-list li a {
    display: block;
    padding: .21rem .19rem .25rem;
    border: 1px solid #ebebeb;
}

.card-list li a:hover, .card-list li a:focus {
    border-color: #666;
}

.card-list .no {
    display: block;
    margin-bottom: .13rem;
    font-size: .14rem;
    color: #999;
}

.card-list .subject {
    display: block;
    margin-bottom: .25rem;
    font-weight: normal;
    height: .60rem;
    font-size: .20rem;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    max-height: 0.6rem;
    line-height: 0.3rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.card-list .subject .ico {
    margin: -2px 2px 0 0;
}

.card-list .label-status {
    font-size: 12px;
    min-width: .63rem;
}

.card-list .info {
    max-width: 100%;
    white-space: nowrap;
    max-height: 0.18rem;
    line-height: 0.18rem;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    margin-top: .13rem;
    color: #999;
    font-size: .14rem;
}

.card-list .info span {
    display: inline-block;
    vertical-align: middle;
}

.card-list .info span + span:before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: -2px 6px 0 2px;
    background: #999;
    content: '';
}

.card-list .info .name {
    max-width: 100%;
    white-space: nowrap;
    max-height: 0.18rem;
    line-height: 0.18rem;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 5em;
}

@media (max-width: 767.98px) {
    .card-list li {
        width: calc(50% - 8px);
    }
    .card-list .info {
        font-size: 11px;
    }
    .card-list .info .hit {
        display: none;
    }
}

/* 목록 : 카드형2 (강좌) */
.class-list:after {
    display: block;
    clear: both;
    content: '';
}

@media (min-width: 768px) {
    .class-list {
        margin: -4px;
    }
    .class-list .class-item {
        float: left;
        width: calc(50% - 8px);
        margin: 4px;
    }
}

@media (max-width: 767.98px) {
    .class-list .class-item {
        margin: 8px 0;
    }
}

.class-item {
    position: relative;
    border: 1px solid #ebebeb;
    padding: .65rem .23rem .28rem;
}

.class-item .status {
    display: inline-block;
    position: absolute;
    top: -4px;
    left: .23rem;
    min-width: 1.00rem;
    height: .48rem;
    line-height: .48rem;
    color: #fff;
    font-size: .17rem;
    text-align: center;
}

.class-item .status:after {
    position: absolute;
    right: -.05rem;
    top: 0;
    content: '';
    width: .05rem;
    height: .48rem;
    background: url(/resources/mayor/images/common/img-status-shadow.png) no-repeat;
    background-size: cover;
}

.class-item .status.finished {
    background-color: #999;
}

.class-item .status.ongoing {
    background-color: #54a638;
}

.class-item .keyword {
    margin: 0 -.03rem .15rem;
}

.class-item .keyword .keyword-item {
    display: inline-block;
    min-width: .60rem;
    margin: 0 .03rem;
    padding: 0 .07rem;
    border: 1px solid #bfbfbf;
    border-radius: .13rem;
    text-align: center;
    color: #666;
    font-size: .15rem;
    line-height: .24rem;
    vertical-align: middle;
}

.class-item .subject {
    display: block;
    font-size: .22rem;
    font-weight: bold;
    max-width: 100%;
    white-space: nowrap;
    max-height: 0.25rem;
    line-height: 0.25rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

.class-item .subject:hover, .class-item .subject:focus {
    text-decoration: underline;
}

.class-item .info-list {
    font-size: .16rem;
    margin-top: .18rem;
}

.class-item .info-list li {
    max-width: 100%;
    white-space: nowrap;
    max-height: 0.2rem;
    line-height: 0.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    margin-top: .12rem;
    padding-left: 5.5em;
    color: #666;
}

.class-item .info-list .title {
    left: 0;
    top: 0;
    position: absolute;
    width: 5em;
    margin-right: 5px;
    text-align: center;
    color: #222;
    text-overflow: ellipsis;
    overflow: hidden;
}

.class-item .info-list .title:before, .class-item .info-list .title:after {
    content: '';
    position: absolute;
    top: .04rem;
    width: 1px;
    height: .14rem;
    background-color: #222;
}

.class-item .info-list .title:before {
    left: 0;
}

.class-item .info-list .title:after {
    right: 0;
}

.class-item .info-list .content {
    vertical-align: top;
}

@media (max-width: 767.98px) {
    .class-item .info-list .title:before, .class-item .info-list .title:after {
        content: '';
        top: .03rem;
    }
}

/* 상세 */
.article-view {
    border: 1px solid #ebebeb;
    border-top: 2px solid #54a638;
}

.article-view .article-subject {
    font-size: .17rem;
    font-weight: 500;
    padding: .12rem .19rem;
    line-height: .24rem;
    background-color: #fbfbfb;
    border-bottom: 1px solid #ebebeb;
}

.article-view .table-article {
    margin-bottom: -1px;
}

.article-view .table-article th,
.article-view .table-article td {
    border-bottom: 1px solid #ebebeb;
    padding: .09rem .19rem;
    line-height: .20rem;
    text-align: left;
}

.article-view .table-article th {
    font-weight: 500;
    background-color: #fbfbfb;
}

.article-view .table-article td {
    border-left: 1px solid #ebebeb;
}

.article-view .table-article td + th {
    border-left: 1px solid #ebebeb;
}

.article-view .table-article td.reply-content {
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.article-view .file-list {
    font-size: .13rem;
}

.article-view .file-list .ico,
.article-view .file-list span {
    vertical-align: middle;
}

.article-view .file-list .file-size {
    font-size: .12rem;
    color: #999;
}

.article-view .file-list .file-size:before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: -1px 6px 0 2px;
    background: #999;
    content: '';
}

.article-view .file-list a span:hover, .article-view .file-list a span:focus {
    text-decoration: underline;
}

.article-view .article-body {
    padding: .30rem;
}

.article-view .article-body img {
    max-width: 100%;
    height: auto;
}

@media (max-width: 767.98px) {
    .article-view .table-article colgroup {
        display: none;
    }
    .article-view .table-article th,
    .article-view .table-article td {
        display: block;
        float: left;
        border: 0;
    }
    .article-view .table-article th {
        width: 85px;
        border-left: 0 !important;
    }
    .article-view .table-article td {
        width: calc(100% - 85px);
    }
    .article-view .table-article tr {
        position: relative;
        display: block;
        border-bottom: 1px solid #ebebeb;
    }
    .article-view .table-article tr:after {
        display: block;
        clear: both;
        content: '';
    }
    .article-view .table-article tr:before {
        position: absolute;
        z-index: -1;
        left: 0;
        bottom: 0;
        top: 0;
        width: 85px;
        background-color: #fbfbfb;
        content: '';
    }
    .article-view .table-article tr th:nth-child(3), .article-view .table-article tr th:nth-child(4),
    .article-view .table-article tr td:nth-child(3),
    .article-view .table-article tr td:nth-child(4) {
        border-top: 1px solid #ebebeb;
    }
    .article-view .table-article tr td {
        border-left: 1px solid #ebebeb;
    }
    .article-view .table-article.table-th-lg tr:before {
        width: 110px;
    }
    .article-view .table-article.table-th-lg th {
        width: 110px;
    }
    .article-view .table-article.table-th-lg td {
        width: calc(100% - 110px);
    }
    .article-view .table-article.table-th-xl tr:before {
        width: 160px;
    }
    .article-view .table-article.table-th-xl th {
        width: 160px;
    }
    .article-view .table-article.table-th-xl td {
        width: calc(100% - 160px);
    }
    .article-view .file-list {
        margin-left: -.03rem;
    }
    .article-view .article-body {
        padding: .25rem .20rem;
    }
}

.article-view-btn {
    text-align: right;
    margin: .20rem -2px;
}

.article-view-btn .btn {
    margin: 0 2px;
}

@media (max-width: 767.98px) {
    .article-view-btn {
        text-align: center;
    }
}

.article-nav {
    border-top: 2px solid #54a638;
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.article-nav li {
    display: table-row;
}

.article-nav li span,
.article-nav li a {
    display: table-cell;
    border: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: .14rem .19rem;
    line-height: .20rem;
}

.article-nav li span {
    width: 1.58rem;
    font-weight: 500;
    background-color: #fbfbfb;
    vertical-align: middle;
}

.article-nav li span .ico {
    margin: -2px 0 0 -.05rem;
}

.article-nav li a:hover, .article-nav li a:focus {
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .article-nav li span {
        width: 85px;
        padding-right: 0;
    }
}

/* 접수 상태 */
.label-status {
    display: inline-block;
    min-width: .70rem;
    padding: 0 .05rem;
    line-height: .25rem;
    font-size: .13rem;
    text-align: center;
}

/* 등록 */
.table-write {
    border-collapse: collapse;
    border-top: 2px solid #54a638;
    border-left: 1px solid #e5e5e5;
}

.table-write th,
.table-write td {
    height: 49px;
    padding: 7px .15rem;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.table-write th {
    text-align: left;
    font-size: .16rem;
    font-weight: normal;
    padding-left: 0.20rem;
    background-color: #fbfbfb;
}

.table-write thead {
    text-align: center;
}

.table-write tbody tr:first-child th,
.table-write tbody tr:first-child td {
    border-top: 1px solid #bfbfbf;
}

@media (max-width: 767.98px) {
    .table-write {
        display: block;
    }
    .table-write colgroup {
        display: none;
    }
    .table-write tbody,
    .table-write tr {
        display: block;
    }
    .table-write tbody tr:first-child th,
    .table-write tbody tr:first-child td {
        border-top: 0;
    }
    .table-write th,
    .table-write td {
        display: block;
        height: auto;
    }
    .ie9 .table-write th, .ie9
    .table-write td {
        float: left;
        width: 100%;
    }
    .table-write th {
        font-weight: 500;
        padding-left: 0.15rem;
    }
    .table-write .form-control {
        width: 100%;
    }
}

/* 댓글 */
.comment-input {
    margin-top: .30rem;
    padding: 0.12rem .2rem .2rem .2rem;
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
}

.comment-input legend {
    font-weight: 500;
}

.comment-input .row {
    margin-top: .08rem;
    font-size: 0;
}

.comment-input textarea {
    width: 100%;
    height: 70px;
}

.comment-input .captcha-image {
    display: inline-block;
    border: 1px solid #e5e5e5;
}

.comment-input .form-control-captcha {
    width: calc(100% - 2.72rem);
    margin: 0 .10rem;
}

@media (max-width: 1024.98px) {
    .comment-input .captcha-image {
        width: 1.10rem;
    }
    .comment-input .form-control-captcha {
        width: calc(100% - 1.20rem);
        margin-right: 0;
    }
    .comment-input .btn-lg {
        width: 100%;
        display: block;
        margin-top: .10rem;
    }
}

.comment-list {
    border: 1px solid #e5e5e5;
    margin-top: .10rem;
    padding: 0 20px;
}

.comment-list > li:last-child .comment-reply {
    margin-bottom: 0;
}

.comment-list li {
    position: relative;
    padding: .18rem 0;
}

.comment-list li + li {
    border-top: 1px solid #e5e5e5;
}

.comment-list .author {
    color: #54a638;
    margin-right: .5em;
}

.comment-list .date {
    color: #999;
    font-size: 13px;
}

.comment-list .btn-delete,
.comment-list .btn-like {
    position: absolute;
    right: 0;
    color: #999;
    font-size: 13px;
}

.comment-list .btn-delete.on,
.comment-list .btn-like.on {
    color: #54a638;
}

.comment-list .btn-delete .ico,
.comment-list .btn-like .ico {
    margin-top: -2px;
    margin-right: .02rem;
}

.comment-list .comment-content {
    margin-top: .05rem;
    color: #666;
    line-height: 20px;
}

.comment-reply {
    margin-top: .20rem;
    margin-bottom: -.19rem;
    padding: 0 .20rem;
    background-color: #fbfbfb;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}

.comment-reply .comment-reply-list li {
    padding-top: .15rem;
    padding-left: .20rem;
    border-top: 0;
    border-bottom: 1px solid #ebebeb;
    background: url(/resources/mayor/images/common/ico-reply.png) no-repeat 0 0.16rem;
}

.comment-reply .comment-reply-input {
    padding: .14rem 0;
}

.comment-reply .comment-reply-input:after {
    display: block;
    clear: both;
    content: '';
}

.comment-reply .comment-reply-input .form-control {
    float: left;
    width: calc(100% - 1.10rem);
    height: .70rem;
}

.comment-reply .comment-reply-input .btn {
    float: right;
    width: 1.00rem;
    height: .70rem;
}

@media (max-width: 767.98px) {
    .comment-reply .comment-reply-input .form-control {
        float: none;
        width: 100%;
    }
    .comment-reply .comment-reply-input .btn {
        float: none;
        width: 100%;
        margin-top: .10rem;
        height: auto;
    }
}

.wrapper {
    min-width: 1280px;
}

@media (max-width: 1024.98px) {
    .wrapper {
        min-width: auto;
    }
}

#skip a {
    display: block;
    position: absolute;
    top: 0;
    margin-bottom: -1px;
    width: 100%;
    height: 1px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    z-index: 600;
}

#skip a:focus, #skip a:active {
    height: 45px;
    line-height: 45px;
    color: #fff;
    background: #666;
}

.container {
    width: 1306px;
    margin: auto;
}

.container:after {
    display: block;
    clear: both;
    content: '';
}

@media (max-width: 1024.98px) {
    .container {
        width: auto;
    }
}

#header {
    position: relative;
    z-index: 300;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
    min-height: 114px;
    font-family: "Noto Sans CJK KR";
}

#header.detail-search-opened {
    min-height: 182px;
}

#header.detail-search-opened #detail-search-form {
    display: block !important;
}

@media (max-width: 1024.98px) {
    #header {
        /* min-height: 83px !important; */
    }
    #header.detail-search-opened #global-search {
        display: block;
    }
}

/* 누리집 css */
.nuri-bar {
    position: relative;
    overflow: hidden;
    height: 32px;
    background-color: #edf1f5;
    z-index: 100;
}

.nuri-bar .top_link_wrap {
    padding: 8px 0;
}

.nuri-bar .inner {
    max-width: 1280px;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box;
}

.top_flag_wrap{
    align-items: center;
    color: #727272;
    display: flex;
    font-size: 14px;
    line-height: 16px;
    max-width: 1500px;
    margin: 0 auto;
}

.top_flag_in{
    font-size: 14px;
    font-family: 'Noto Sans KR','Malgun Gothic','맑은 고딕','dotum','Helvetica';
    display: flex;
    align-items: center;
}

.top_flag_in img{
    width: 30px;
}

.top_flag_in span{
    padding-left: 5px;
}
/* 누리집 css */

.top-bar {
    overflow: hidden;
    height: 34px;
    background-color: #192e59;
}

.top-bar .container {
    position: relative;
}

.top-bar .main-site:after {
    display: block;
    clear: both;
    content: '';
}
.top-bar .main-site{
    display: flex;
}
.top-bar .main-site li {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 125px;
    height: 34px;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    color: #fff;
    border-right: 1px solid #bbb;
}

.top-bar .main-site li:nth-child(1) {
    border-bottom: 4px solid #004EBB;
}

.top-bar .main-site li:nth-child(2) {
    border-bottom: 4px solid #61D1B8;
}

.top-bar .main-site li:nth-child(3) {
    border-bottom: 4px solid #FE4C62;
}

.top-bar .main-site li:nth-child(4) {
    border-bottom: 4px solid #64A2DB;
}

.top-bar .main-site li:nth-child(5) {
    border-bottom: 4px solid #FD9474;
}

.top-bar .main-site li:nth-child(6) {
    border-bottom: 4px solid #A77EFE;
}

.top-bar .main-site li:nth-child(7) {
    border-bottom: 4px solid #F4FA58;
}

.top-bar .main-site li.on {
    font-weight: 500;
    background-color: #fff;
    border-bottom: 0;
}

.top-bar .main-site li.on:nth-child(1) {
    color: #004EBB;
    border-bottom: 4px solid #004EBB;
}

.top-bar .main-site li.on:nth-child(2) {
    color: #61D1B8;
    border-bottom: 4px solid #61D1B8;
}

.top-bar .main-site li.on:nth-child(3) {
    color: #FE4C62;
    border-bottom: 4px solid #FE4C62;
}

.top-bar .main-site li.on:nth-child(4) {
    color: #64A2DB;
    border-bottom: 4px solid #64A2DB;
}

.top-bar .main-site li.on:nth-child(5) {
    color: #FD9474;
    border-bottom: 4px solid #FD9474;
}

.top-bar .main-site li.on:nth-child(6) {
    color: #A77EFE;
    border-bottom: 4px solid #A77EFE;
}

.top-bar .main-site li.on:nth-child(7) {
    color: #F4FA58;
    border-bottom: 4px solid #F4FA58;
}

.top-bar .main-site a {
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    /* padding: 0 15px; */
}

.top-bar .util-area {
    position: absolute;
    right: 0;
    top: 6px;
    color: #fff;
}

.top-bar .util-area .util-item {
    float: left;
    vertical-align: top;
    padding: 0 15px;
    line-height: 20px;
}

.top-bar .util-area .util-item + .util-item {
    border-left: 1px solid #5e6d8b;
}

.top-bar .util-area .util-item:last-child {
    padding-right: 0;
}

.top-bar .util-area .util-item > li {
    display: inline-block;
    vertical-align: top;
}

.top-bar .util-area a,
.top-bar .util-area button {
    display: inline-block;
    line-height: 20px;
    vertical-align: top;
    font-size: 14px;
}

.top-bar .util-area .util-menu a + a {
    margin-left: 10px;
}

.top-bar .util-area .screen-control {
    padding: 0 10px;
}

.top-bar .util-area .screen-control .btn-zoom-in,
.top-bar .util-area .screen-control .btn-zoom-out {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    width: 20px;
    height: 20px;
    vertical-align: top;
    background: url(/resources/www/images/common/ico-zoom-in.png) no-repeat center center;
    background-size: auto;
    overflow: hidden;
}

.top-bar .util-area .screen-control .btn-zoom-out {
    background-image: url(/resources/www/images/common/ico-zoom-out.png);
}

.top-bar .util-area .language-select li + li {
    margin-left: 5px;
}

.top-bar .util-area .language-select a {
    opacity: 0.5;
    padding: 0 8px;
    border: 1px solid #fff;
    border-radius: 20px;
}

.top-bar .util-area .language-select a.on {
    opacity: 1;
    /* border-bottom: 2px solid #fff; */
}

@media screen and (max-width: 1024.98px) {
    /*LJH 20240129
  .top-bar .main-site li {
    width: 100%;
    min-width: auto;
    font-size: 12px;
  }
  top-bar .main-site li:nth-child(3),.top-bar .main-site li:nth-child(4),.top-bar .main-site li:nth-child(6) {
    min-width: 70px;
  }
*/
    .top-bar .main-site li {
        width: max-content;
        min-width: auto;
        font-size: 12px;
        flex:1 1 auto;
    }

    .top-bar .main-site li a {
        padding: 0;
        width: 100%;
    }
    .top-bar .util-area {
        display: none;
    }
}

body:after {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    z-index: 250;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

body.lnb-open:after {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1024.98px) {
    body.allmenu-open {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
}

.gnb-area .btn-allmenu-open,
.gnb-area .btn-global-search {
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 24px;
    width: 48px;
    height: 48px;
    background-size: auto;
    line-height: 46px;
}

.gnb-area .btn-allmenu-open {
    right: 57px;
    border: 1px solid #d7d7d7;
    background-image: url(/resources/mayor/images/common/ico-allmenu.png);
}

.gnb-area .btn-global-search {
    right: 0;
    background-image: url(/resources/mayor/images/common/ico-search-white.png);
    background-color: #54a638;
}

.gnb-area .nav-container {
    width: 1280px;
    margin: auto;
    position: relative;
}

@media (max-width: 1024.98px) {
    .gnb-area .nav-container {
        width: auto;
    }
}

@media (max-width: 1024.98px) {
    .gnb-area {
        text-align: center;
    }
    .gnb-area .btn-allmenu-open,
    .gnb-area .btn-global-search {
        top: 0;
        width: 48px;
        height: 48px;
        border: 0;
        background-size: 25px 25px;
        background-color: transparent;
    }
    .gnb-area .btn-allmenu-open {
        left: 0;
        background-image: url(/resources/mayor/images/common/ico-allmenu-m.png);
    }
    .gnb-area .btn-global-search {
        right: 0;
        background-image: url(/resources/mayor/images/common/ico-search-primary-m.png);
    }
    .gnb-area .nav-container {
        min-height: 48px;
    }
}

#logo {
    position: absolute;
    top: 20px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

#logo a {
    display: block;
}

#logo .site-name {
    margin-left: 9px;
}

#logo strong {
    font-weight: bold;
}

#logo.emblem {
    top: 15px;
}

@media (max-width: 1024.98px) {
    #logo {
        position: relative;
        display: inline-block;
        top: 0;
        margin-top: 11px;
        font-size: 16px;
    }
    #logo img {
        height: 23px;
    }
    #logo.emblem {
        top: auto;
        margin-top: 10px;
    }
    #logo.emblem img {
        height: 32px;
    }
    #logo.emblem .site-name {
        margin-left: 4px;
    }
}

/* GNB */
#gnb {
    margin-left: 300px;
    margin-right: 150px;
}

#gnb:after {
    display: block;
    clear: both;
    content: '';
}

#gnb a {
    display: block;
}

#gnb a[target=_blank]:after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -4px 0 -2px 4px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/resources/mayor/images/common/ico-new-window.png);
}

#gnb .gnb-list {
    display: table;
    table-layout: auto;
    width: 100%;
}

#gnb .gnb-list > li {
    display: table-cell;
}

#gnb .gnb-list > li.on > a, #gnb .gnb-list > li.active > a {
    color: #54a638;
    /* color: #54a638; */
}

#gnb .gnb-list > li > a {
    font-size: 20px;
    line-height: 92px;
    text-align: center;
    padding: 0 20px;
}

@media (max-width: 1024.98px) {
    #gnb {
        display: none;
    }
}

.lnb-area {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid #e5e5e5;
    background-color: #f5f7fa;
    z-index: 100;
}

.gnb-list > li.active .lnb-area {
    display: block;
}

.lnb-area .container {
    background: #fff;
    min-height: 180px;
}

.lnb-area .lnb-title {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 226px;
    padding: 108px 0 40px;
    background: #54a638 url(/resources/mayor/images/common/ico-lnb1.png) no-repeat center 40px;
    /* background: #54a638 url(/resources/mayor/images/common/ico-lnb1.png) no-repeat center 40px; */
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.gnb-list > li:nth-child(1) .lnb-area .lnb-title {
    background-image: url(/resources/mayor/images/common/ico-lnb1.png);
}

.gnb-list > li:nth-child(2) .lnb-area .lnb-title {
    background-image: url(/resources/mayor/images/common/ico-lnb2.png);
}

.gnb-list > li:nth-child(3) .lnb-area .lnb-title {
    background-image: url(/resources/mayor/images/common/ico-lnb3.png);
}

.gnb-list > li:nth-child(4) .lnb-area .lnb-title {
    background-image: url(/resources/mayor/images/common/ico-lnb4.png);
}

.gnb-list > li:nth-child(5) .lnb-area .lnb-title {
    background-image: url(/resources/mayor/images/common/ico-lnb5.png);
}

.gnb-list > li:nth-child(6) .lnb-area .lnb-title {
    background-image: url(/resources/mayor/images/common/ico-lnb6.png);
}

.gnb-list > li:nth-child(7) .lnb-area .lnb-title {
    background-image: url(/resources/mayor/images/common/ico-lnb7.png);
}

.gnb-list > li:nth-child(8) .lnb-area .lnb-title {
    background-image: url(/resources/mayor/images/common/ico-lnb8.png);
}

.lnb-area .lnb-list {
    margin-left: 226px;
    padding: 30px 20px 10px;
}

.lnb-area .lnb-list:after {
    display: block;
    clear: both;
    content: '';
}

.lnb-area .lnb-list > li {
    float: left;
    width: 25%;
    padding: 0 10px 20px;
}

.lnb-area .lnb-list > li:nth-child(4n+1) {
    clear: both;
}

.lnb-area .lnb-list > li > a {
    display: block;
    border: 1px solid #ebebeb;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 20px;
}

.lnb-area .lnb-list > li > a:focus, .lnb-area .lnb-list > li > a:hover {
    border-color: #54a638;
    /* border-color: #54a638; */
}

.lnb-area .lnb-list > li.on > a, .lnb-area .lnb-list > li:hover > a {
    border-color: #54a638;
    color: #54a638;
    /* border-color: #54a638;
  color: #54a638; */
}

.lnb-area .lnb-list ul {
    padding: 15px 20px 0;
}

.lnb-area .lnb-list ul li {
    font-size: 14px;
    line-height: 18px;
    padding: 3px 0;
}

.lnb-area .lnb-list ul li.on a {
    /* color: #54a638; */
    color: #54a638;
    font-weight: 500;
}

.lnb-area .lnb-list ul li a {
    position: relative;
    padding-left: 12px;
    color: #999;
}

.lnb-area .lnb-list ul li a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a0a0a0;
}

.lnb-area .lnb-list ul li a:focus, .lnb-area .lnb-list ul li a:hover {
    color: #54a638;
    /* color: #54a638; */
    font-weight: 500;
}

/* 통합검색 */
#global-search {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 127px;
    background-color: #54a638;
    /* background-color: #54a638; */
    z-index: 500;
}

#global-search .global-search-form {
    width: 1280px;
    margin: auto;
    position: relative;
    text-align: center;
    font-size: 0;
    padding: 30px 0;
}

@media (max-width: 1024.98px) {
    #global-search .global-search-form {
        width: auto;
    }
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control,
#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control-keyword {
    vertical-align: middle;
    border: 0;
    height: 60px;
    font-size: 20px;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) select {
    width: 160px;
    color: #54a638;
    /* color: #54a638; */
    padding: 0 30px 0;
    border-radius: 2px 0 0 2px;
    background-position: right 20px center;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control-keyword {
    width: 600px;
    margin-left: -1px;
    line-height: 30px;
    padding: 15px 30px;
    border-radius: 0;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control-keyword::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .form-control-keyword:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

#global-search .global-search-form fieldset:not(.detail-search):not(.keyword-input) .btn-search-submit {
    border-radius: 0 2px 2px 0;
    vertical-align: middle;
    color: transparent;
    width: 70px;
    height: 60px;
    background: rgba(0, 0, 0, 0.3) url(/resources/mayor/images/common/ico-search-lg-white.png) no-repeat center center;
}

#global-search .global-search-form .btn-search-close {
    position: absolute;
    top: 30px;
    right: 0;
    width: 48px;
    height: 60px;
    vertical-align: middle;
    color: transparent;
    background: url(/resources/mayor/images/common/ico-close-white.png) no-repeat center center;
    background-size: 22px 22px;
}

#global-search .keyword-input .btn-auto-complete {
    position: absolute;
    right: 60px;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border: 1px solid #54a638;
    /* border: 1px solid #54a638; */
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    background: #fff url(/resources/mayor/images/common/ico-arrow-select.png) no-repeat center center;
    background-size: 12px auto;
}

#global-search .keyword-input .btn-auto-complete.close {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 11px;
    top: -33px;
    margin-top: 0;
}

#global-search .keyword-input .keyword-list-container {
    display: none;
    position: absolute;
    left: 120px;
    right: 48px;
    margin-top: -1px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-top: 0;
    z-index: 300;
    font-size: 15px;
}

#global-search .keyword-input .keyword-list {
    height: 195px;
    overflow-y: auto;
    padding: 5px 20px;
}

#global-search .keyword-input .keyword-list li {
    line-height: 30px;
}

#global-search .keyword-input .keyword-list li a:hover, #global-search .keyword-input .keyword-list li a:focus {
    text-decoration: underline;
}

@media (min-width: 1025px) {
    #global-search.global-search-top {
        display: block !important;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        padding-top: 26px;
        right: auto;
        background-color: transparent;
    }
    #global-search.global-search-top .global-search-form {
        position: static;
        padding: 0;
        padding-left: 293px;
        text-align: left;
    }
    #global-search.global-search-top .keyword-input {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        border: 2px solid #54a638;
        /* border: 2px solid #54a638; */
        width: 426px;
        height: 48px;
    }
    #global-search.global-search-top .keyword-input .form-control,
    #global-search.global-search-top .keyword-input .form-control-keyword {
        border: 0;
        height: 100%;
        vertical-align: middle;
        font-size: 16px;
        padding-left: 20px;
    }
    #global-search.global-search-top .keyword-input .form-control {
        width: 120px;
    }
    #global-search.global-search-top .keyword-input .form-control-keyword {
        padding-left: 10px;
        width: calc(100% - 168px);
    }
    #global-search.global-search-top .keyword-input .btn-search-submit {
        vertical-align: middle;
        color: transparent;
        width: 48px;
        height: 100%;
        background: #54a638 url(/resources/mayor/images/common/ico-search-lg-white.png) no-repeat center center;
        /* background: #54a638 url(/resources/mayor/images/common/ico-search-lg-white.png) no-repeat center center; */
        background-size: 17px 17px;
    }
    #global-search.global-search-top .detail-search {
        display: inline-block;
        vertical-align: middle;
        height: 42px;
        font-size: 0.15rem;
    }
    #global-search.global-search-top .detail-search .search-within {
        margin-left: 10px;
    }
    #global-search.global-search-top .detail-search .detail-search-utils {
        display: inline-block;
        vertical-align: middle;
        line-height: 42px;
    }
    #global-search.global-search-top .detail-search .detail-search-utils > * {
        vertical-align: middle;
        margin-left: 20px;
    }
    #global-search.global-search-top .detail-search .detail-search-utils .btn-detail-search {
        position: relative;
        display: inline-block;
        text-align: center;
        border: 1px solid #54a638;
        color: #54a638;
        /* border: 1px solid #54a638;
    color: #54a638; */
        font-size: 16px;
        font-weight: 500;
        width: 116px;
        height: 42px;
        line-height: 40px;
        padding-right: 20px;
        background: url(/resources/mayor/images/common/ico-chevron-down-primary.png) no-repeat right 10px center;
        background-size: 20px 20px;
    }
    #global-search.global-search-top .detail-search .detail-search-utils .btn-detail-search.on {
        background-image: url(/resources/mayor/images/common/ico-chevron-up-primary.png);
    }
    #global-search.global-search-top .detail-search .detail-search-utils .btn-detail-search.on:after {
        display: block;
        position: absolute;
        left: 50%;
        bottom: -20px;
        width: 0;
        height: 0;
        margin-left: -6px;
        border-left: 6px solid transparent;
        border-bottom: 10px solid #54a638;
        /* border-bottom: 10px solid #54a638; */
        border-right: 6px solid transparent;
        content: '';
    }
    #global-search.global-search-top .detail-search .detail-search-utils .btn-search-help span {
        vertical-align: middle;
        margin-right: 5px;
    }
    #global-search.global-search-top .detail-search .detail-search-utils .btn-search-help .ico-question {
        width: 20px;
        height: 20px;
        line-height: 20px;
        background-image: url("/resources/mayor/images/common/ico-question.png");
    }
    #global-search.global-search-top .detail-search .detail-search-utils .btn-search-help img {
        vertical-align: top;
    }
    #global-search.global-search-top #detail-search-form {
        display: none;
        position: absolute;
        top: 91px;
        left: 0;
        right: 0;
        padding: 14px 0;
        background-color: #fff;
        border-top: 1px solid #54a638;
        /* border-top: 1px solid #54a638; */
        border-bottom: 1px solid #ebebeb;
    }
    #global-search.global-search-top #detail-search-form:after {
        display: block;
        clear: both;
        content: '';
    }
    #global-search.global-search-top #detail-search-form .input-item {
        display: inline-block;
    }
    #global-search.global-search-top #detail-search-form .input-item + .input-item {
        margin-left: 25px;
    }
    #global-search.global-search-top #detail-search-form .input-item .title {
        margin-right: 15px;
        font-size: 16px;
        font-weight: 500;
        color: #54a638;
        /* color: #54a638; */
        vertical-align: middle;
    }
    #global-search.global-search-top #detail-search-form .input-item select {
        width: 145px;
    }
    #global-search.global-search-top #detail-search-form .term-setting {
        margin-left: -10px;
        vertical-align: middle;
    }
    #global-search.global-search-top #detail-search-form .term-setting label {
        margin-left: 10px;
    }
    #global-search.global-search-top #detail-search-form .term-datepicker {
        float: right;
    }
    #global-search.global-search-top .btn-search-close {
        display: none;
    }
}

@media (max-width: 1024.98px) {
    #global-search {
        left: 0;
        right: 0;
        background-color: #54a638;
        /* background-color: #54a638; */
        position: relative;
        top: auto;
    }
    #header #global-search .global-search-form {
        padding: 15px;
        text-align: left;
    }
    #header #global-search .global-search-form fieldset:not(.detail-search) .form-control,
    #header #global-search .global-search-form fieldset:not(.detail-search) .form-control-keyword {
        vertical-align: middle;
        border: 0;
        border-radius: 0;
        height: 30px;
        font-size: 16px;
    }
    #header #global-search .global-search-form fieldset:not(.detail-search) select {
        width: 100px;
        padding: 0 15px;
        background-position: right 5px center;
    }
    #header #global-search .global-search-form fieldset:not(.detail-search) .form-control-keyword {
        width: calc(100% - 135px);
        line-height: 20px;
        padding: 5px 15px;
    }
    #header #global-search .global-search-form fieldset:not(.detail-search) .form-control-keyword::-webkit-input-placeholder {
        color: #999;
        opacity: 1;
    }
    #header #global-search .global-search-form fieldset:not(.detail-search) .form-control-keyword:-ms-input-placeholder {
        color: #999;
        opacity: 1;
    }
    #header #global-search .global-search-form fieldset:not(.detail-search) .btn-search-submit {
        border-radius: 0 2px 2px 0;
        vertical-align: middle;
        color: transparent;
        width: 35px;
        height: 30px;
        background: rgba(0, 0, 0, 0.3) url(/resources/mayor/images/common/ico-search-lg-white.png) no-repeat center center;
        background-size: 15px auto;
    }
    #header #global-search .global-search-form fieldset.detail-search {
        background-color: #fff;
        margin: 15px -15px -15px;
    }
    #header #global-search .global-search-form .btn-search-close {
        display: block;
        top: -48px;
        right: 0;
        width: 48px;
        height: 48px;
        background: #fff url(/resources/mayor/images/common/ico-close-primary-m.png) no-repeat center center;
        background-size: 25px 25px;
    }
    #global-search .keyword-input {
        position: relative;
    }
    #global-search .keyword-input .btn-auto-complete {
        right: 40px;
        margin-top: -10px;
        width: 20px;
        height: 20px;
        background-size: 8px auto;
    }
    #global-search .keyword-input .btn-auto-complete.close {
        right: 4px;
        top: -24px;
    }
    #global-search .keyword-input .keyword-list-container {
        left: 100px;
        right: 35px;
    }
    #global-search .keyword-input .keyword-list {
        padding: 5px 10px;
    }
    #global-search .keyword-input .keyword-list li {
        line-height: 25px;
    }
    #global-search .detail-search {
        font-size: 0.15rem;
    }
    #global-search .detail-search .search-within {
        padding: 10px 15px;
        display: block;
        text-align: right;
    }
    #global-search .detail-search .detail-search-utils {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 10px 15px;
    }
    #global-search .detail-search .detail-search-utils a {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        white-space: nowrap;
        margin: 0 5px;
        height: 31px;
        padding: 0 10px;
        line-height: 29px;
        text-align: center;
        font-size: 14px;
        border: 1px solid #ebebeb;
    }
    #global-search .detail-search .detail-search-utils a span {
        vertical-align: middle;
    }
    #global-search .detail-search .detail-search-utils a img {
        height: 20px;
    }
    #global-search .detail-search .detail-search-utils a .ico {
        margin-left: 5px;
    }
    #global-search .detail-search .detail-search-utils .ico-question {
        width: 15px;
        height: 15px;
        line-height: 15px;
        background-image: url("/resources/mayor/images/common/ico-question.png");
    }
    #global-search .detail-search .detail-search-utils .btn-detail-search {
        border-color: #54a638;
        /* border-color: #54a638; */
        padding-right: 25px;
        background: url(/resources/mayor/images/common/ico-chevron-down-primary.png) no-repeat right 8px center;
        background-size: 20px 20px;
    }
    #global-search .detail-search .detail-search-utils .btn-detail-search.on {
        position: relative;
        color: #54a638;
        /* color: #54a638; */
        font-weight: 500;
        background-image: url(/resources/mayor/images/common/ico-chevron-up-primary.png);
    }
    #global-search .detail-search .detail-search-utils .btn-detail-search.on:after {
        display: block;
        position: absolute;
        left: 50%;
        bottom: -20px;
        width: 0;
        height: 0;
        margin-left: -6px;
        border-left: 6px solid transparent;
        border-bottom: 10px solid #54a638;
        /* border-bottom: 10px solid #54a638; */
        border-right: 6px solid transparent;
        content: '';
    }
    #global-search #detail-search-form {
        display: none;
        margin-top: 3px;
        border-top: 1px solid #54a638;
        /* border-top: 1px solid #54a638; */
        padding: 15px;
    }
    #global-search #detail-search-form .input-item {
        position: relative;
        padding-left: 65px;
        margin-bottom: 10px;
    }
    #global-search #detail-search-form .input-item .title {
        position: absolute;
        left: 0;
        top: 0;
        line-height: 35px;
    }
    #global-search #detail-search-form .input-item .form-control {
        width: 100%;
    }
    #global-search #detail-search-form .input-item.input-item-term .title {
        top: -6px;
    }
    #global-search #detail-search-form .input-item.input-item-term .term-setting {
        display: block;
    }
    #global-search #detail-search-form .input-item.input-item-term .term-setting label {
        margin: 0 8px 7px 0;
        display: inline-block;
        white-space: nowrap;
    }
    #global-search #detail-search-form .term-datepicker {
        display: block;
        text-align: center;
    }
    #global-search #detail-search-form .term-datepicker .form-control {
        width: calc(50% - 42px) !important;
    }
}

/* 전체메뉴 */
@media (max-width: 1024.98px) {
    .allmenu-area {
        position: absolute;
        top: 0;
        left: 0;
    }
}

@media (min-width: 1025px) {
    #allmenu .popup-inner {
        margin-top: 0 !important;
        max-width: none;
        height: 100vh;
    }
    #allmenu .popup-body {
        position: relative;
        height: 100%;
        padding: 0;
        max-height: none;
        overflow: hidden;
    }
    #allmenu .allmenu-list {
        height: 80px;
        margin: 0 -2px;
        padding: 32px 20px 0;
        border-bottom: 2px solid #999;
    }
    #allmenu .allmenu-list li {
        display: table-cell;
        width: 1%;
        padding: 0 2px;
    }
    #allmenu .allmenu-list li a {
        display: block;
        height: 46px;
        color: #555;
        font-weight: 500;
        font-size: 18px;
        text-align: center;
        line-height: 46px;
        text-decoration: none;
        background: #f1f1f1;
    }
    #allmenu .allmenu-list li.on a {
        color: #fff;
        background-color: #54a638;
        /* background-color: #54a638; */
    }
    #allmenu .allmenu-body {
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        bottom: 0;
        padding: 0;
        overflow-y: auto;
    }
    .allmenu-util {
        display: none;
    }
    .allmenu-lnb {
        padding: 28px 20px 20px;
    }
    .allmenu-lnb:last-child {
        min-height: 100%;
    }
    .allmenu-lnb .lnb-title {
        height: 38px;
        margin-bottom: 12px;
        padding-left: 10px;
        line-height: 38px;
        background-repeat: no-repeat;
        background-position: 11px 0;
    }
    .allmenu-lnb .lnb-title h3,
    .allmenu-lnb .lnb-title p {
        display: inline-block;
        vertical-align: top;
    }
    .allmenu-lnb .lnb-title h3 {
        font-size: 28px;
        color: #222;
    }
    .allmenu-lnb .lnb-title p {
        margin-left: 8px;
        padding-top: 7px;
        font-size: 15px;
        color: #999;
        line-height: 35px;
    }
    .allmenu-lnb .lnb-list {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
    }
    .allmenu-lnb .lnb-list > li {
        position: relative;
    }
    .allmenu-lnb .lnb-list > li + li {
        border-top: 1px solid #ddd;
    }
    .allmenu-lnb .lnb-list > li > a,
    .allmenu-lnb .lnb-list > li > ul {
        display: table-cell;
        height: 45px;
        vertical-align: middle;
    }
    .allmenu-lnb .lnb-list > li > a {
        width: 180px;
        padding: 0 15px 0 20px;
        color: #222;
        font-size: 16px;
        font-weight: 500;
        background-color: #f1f1f1;
    }
    .allmenu-lnb .lnb-list > li > ul {
        padding: 8px 0 8px 20px;
        font-size: 15px;
    }
    .allmenu-lnb .lnb-list > li > ul > li {
        float: left;
        line-height: 30px;
        margin-right: 15px;
    }
    .allmenu-lnb .lnb-list > li > ul > li > a {
        display: inline-block;
    }
    .allmenu-lnb .lnb-list > li > ul > li > a:hover, .allmenu-lnb .lnb-list > li > ul > li > a:focus {
        color: #54a638;
        /* color: #54a638; */
    }
    .allmenu-lnb .lnb-list > li > ul > li > a:before {
        display: inline-block;
        width: 3px;
        height: 3px;
        margin: -2px 6px 0 0;
        vertical-align: middle;
        background-color: #54a638;
        /* background-color: #54a638; */
        content: '';
    }
    .allmenu-lnb .lnb-list > li > ul {
        display: table-cell !important;
    }
}

@media (max-width: 1024.98px) {
    .allmenu-area {
        text-align: left;
    }
    #allmenu {
        position: fixed;
        z-index: 2000;
        top: 83px;
        left: -320px;
        bottom: 0;
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    #allmenu .dimed {
        top: 83px;
    }
    #allmenu.show {
        left: 0;
    }
    #allmenu .popup-inner {
        position: relative;
        /*     width: 265px; */
        width: 88%;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        height: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
    }
    #allmenu .popup-header {
        display: none;
    }
    #allmenu .popup-body {
        padding: 0;
    }
    #allmenu .btn-close-popup {
        display: block;
        position: absolute;
        top: 0;
        /*     left: 265px; */
        left: 100%;
        width: 40px;
        height: 40px;
    }
    .allmenu-util {
        background-color: #54a638;
        /* background-color: #54a638; */
        color: #fff;
    }
    .allmenu-util a {
        display: table-cell;
        width: 1%;
        height: 75px;
        font-size: 12px;
        padding-top: 5px;
        text-align: center;
        vertical-align: middle;
    }
    .allmenu-util a .text {
        display: block;
        margin-top: 5px;
    }
    .allmenu-list,
    .allmenu-body {
        position: absolute;
        top: 75px;
        bottom: 0;
    }
    .allmenu-list {
        left: 0;
        bottom: 0;
        width: 110px;
        background: #f5f7fa;
        border-right: 1px solid #e5e5e5;
    }
    .allmenu-list li a {
        display: block;
        padding: 8px 0 8px 16px;
        border-bottom: 1px solid #e5e5e5;
        font-size: 14px;
        line-height: 19px;
        color: #222;
    }
    .allmenu-list li.on {
        padding-left: 0;
    }
    .allmenu-list li.on a {
        position: relative;
        width: 110px;
        padding-left: 16px;
        padding-right: 8px;
        font-weight: 500;
        color: #54a638;
        /* color: #54a638; */
        background-color: #fff;
    }
    .allmenu-body {
        /*     width: 155px; */
        width: 90%;
        right: 0;
        padding: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .allmenu-body h3 {
        padding: 10px 0 8px;
        border-bottom: 1px solid #54a638;
        /* border-bottom: 1px solid #54a638; */
        display: block;
        font-size: 14px;
        color: #54a638;
        /* color: #54a638; */
        line-height: 22px;
    }
    .allmenu-body h3 a {
        display: block;
        color: inherit;
        font-size: inherit;
        line-height: inherit;
    }
    .allmenu-lnb {
        position: relative;
        padding: 0 10px;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .allmenu-lnb > ul {
        padding: 7px 5px;
    }
    .allmenu-lnb > ul > li {
        margin: 3px 0;
    }
    .allmenu-lnb > ul > li a {
        position: relative;
        display: block;
        padding: 2px 0 2px 10px;
        font-size: 12px;
        line-height: 16px;
    }
    .allmenu-lnb > ul > li a:before {
        content: '';
        position: absolute;
        left: 2px;
        top: 8px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #999;
    }
    .allmenu-lnb > ul > li.collapse > a {
        position: relative;
        padding-right: 20px;
    }
    .allmenu-lnb > ul > li.collapse > a:after {
        position: absolute;
        right: 0;
        top: 6px;
        width: 10px;
        height: 10px;
        background: url(/resources/mayor/images/common/ico-chevron-down-gray.png) no-repeat right center;
        background-size: 10px auto;
        content: '';
        -webkit-transition-duration: .3s;
        transition-duration: .3s;
    }
    .allmenu-lnb > ul > li.collapse.on > a:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .allmenu-lnb ul ul {
        display: none;
        padding: 10px 5px 10px 15px;
        margin: 3px 0 10px;
        background-color: #f5f7fa;
    }
    .allmenu-lnb ul ul li a {
        display: block;
        position: relative;
        padding: 2px 5px;
        font-size: 12px;
        line-height: 18px;
        color: #999;
    }
    .allmenu-lnb ul ul li a:before {
        position: absolute;
        left: 0;
        top: 11px;
        width: 2px;
        height: 1px;
        background: #999;
        content: '';
    }
    .allmenu-lnb:last-child {
        min-height: 100%;
    }

    .allmenu-body ul li a.active{color:#54a638;}/* 모바일 메뉴 선택 표시 */
    .lnb-list ul li.active a{background:#54a638;color:#fff;}/* 모바일 메뉴 선택 표시 */
}

@media (max-width: 1024.98px) {
    .gnb-area {
        border-color: transparent;
    }
}

#gnb {
    margin-left: 350px;
    margin-right: 100px;
}

#gnb .gnb-list > a {
    font-size: 22px;
}

#sidebar {
    float: left;
    min-height: calc(100vh - 322px);
    width: 281px;
    margin-right: -1px;
    border-right: 1px solid #e5e5e5;
}

#sidebar .sidebar-title span {
    display: table-cell;
    height: 80px;
    width: 1%;
    background-color: #54a638;
    /* background-color: #54a638; */
    padding-left: 27px;
    font-size: 24px;
    font-weight: 500;
    vertical-align: middle;
    font-weight: normal;
    color: #fff;
}

@media (max-width: 1024.98px) {
    #sidebar {
        display: none;
    }
}

#snb a {
    display: block;
    position: relative;
}

#snb a:hover {
    background-color: rgba(84, 166, 56, 0.03);
}

#snb a:after {
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    content: '';
    background-size: cover;
    background-repeat: no-repeat;
}

#snb a[target=_blank] {
    padding-right: 55px !important;
}

#snb a[target=_blank]:after {
    background-image: url(/resources/mayor/images/common/ico-new-window.png);
}

#snb > li > a {
    display: block;
    padding: 17px 20px 17px 28px;
    font-size: 20px;
    line-height: 26px;
    border-bottom: 1px solid #e5e5e5;
}

#snb > li.collapse > a {
    padding-right: 55px !important;
}

#snb > li.collapse > a:before, #snb > li.collapse > a:after {
    position: absolute;
    right: 25px;
    top: 50%;
    margin-top: -1px;
    content: '';
    -webkit-transition-duration: 0.2s;
    transition-duration: 0.2s;
    width: 15px;
    height: 2px;
    background-color: #54a638;
    /* background-color: #54a638; */
}

#snb > li.on > a {
    color: #54a638;
    /* color: #54a638; */
    font-weight: 500;
    /* background-color: rgba(56, 100, 166, 0.03); */
    background-color: rgba(84, 166, 56, 0.03);
}

#snb > li > a:after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

#snb > li.on > a:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#snb ul {
    display: none;
    border-bottom: 1px solid #e5e5e5;
}

#snb ul:before, #snb ul:after {
    display: block;
    height: 10px;
    content: '';
}

#snb ul li a {
    padding: 7px 0 7px 40px;
    font-size: 18px;
    line-height: 24px;
}

#snb ul li a:before {
    position: absolute;
    left: 28px;
    top: 16.5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #a0a0a0;
    content: '';
}

#snb ul li.on a {
    color: #54a638;
    /* color: #54a638; */
    font-weight: 500;
}

#snb ul li.on a:before {
    background-color: #54a638;
    /* background-color: #54a638; */
}

#container {
    width: 1280px;
    margin: auto;
    border-left: 1px solid #e5e5e5;
}

#container:after {
    display: block;
    clear: both;
    content: '';
}

@media (max-width: 1024.98px) {
    #container {
        width: auto;
    }
}

@media (max-width: 1024.98px) {
    #container {
        border-left: 0;
    }
}

#content {
    min-height: calc(100vh - 322px);
}

#container #content {
    float: right;
    width: calc(100% - 280px);
    border-left: 1px solid #e5e5e5;
    padding: 0 0 30px 30px;
}

@media (max-width: 1024.98px) {
    #content {
        min-height: calc(100vh - 213px);
    }
    #container #content {
        float: none;
        width: auto;
        border-left: 0;
        padding: 0 15px 0;
    }
}

.content-header {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    height: 65px;
    line-height: 65px;
    top: -15px;
}

.sub-home {
    position: relative;
    margin-top: 15px;
}

.sub-home .homeImg {
    position: absolute;
    display: block;
    width: 14px;
    height: 13px;
    background: url(/resources/www/images/common/breadcrumbs.svg#home) no-repeat;
    background-size: 13px 12px;
    margin-top: 5px;
}

.sub-home .menucours {
    margin-left: 17px;
    margin-bottom: 10px;
}

.content-header .btn-page-back {
    display: none;
}

.content-header .content-title {
    font-size: 24px;
    font-weight: 500;
}

.content-header .content-title > .title1:first-child {
    margin-top: 0;
}

.content-header .content-share {
    position: absolute;
    top: 0;
    right: 0;
}

.content-header .content-share .btn {
    width: 37px;
    height: 37px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    background-size: 30px 30px;
}

.content-header .content-share .btn-share {
    background-image: url(/resources/mayor/images/common/ico-share.png);
}

.content-header .content-share .btn-print {
    background-image: url(/resources/mayor/images/common/ico-print.png);
}

.content-header .content-share .sns-share {
    display: none;
    position: absolute;
    z-index: 500;
    top: 23px;
    right: 40px;
    width: 245px;
    line-height: 1;
    background-color: #fff;
}

.content-header .content-share .sns-share .sns-list {
    float: left;
}

.content-header .content-share .sns-share .sns-list li {
    float: left;
    margin-left: 8px;
}

.content-header .content-share .sns-share .sns-list a {
    display: block;
}

.content-header .content-share .sns-share .sns-list a img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.content-header .content-share .sns-share .btn-close-share {
    float: left;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    vertical-align: middle;
    color: transparent;
    white-space: nowrap;
    text-align: center;
    width: 25px;
    height: 25px;
    margin: 5px 0 0 5px;
    background-image: url(/resources/mayor/images/common/ico-close-sm-gray.png);
}

@media (max-width: 1024.98px) {
    .content-header {
        height: auto;
        line-height: inherit;
    }
    .sub-home {
        position: relative;
        top: -10px;
    }
    .content-header .content-title {
        padding-top: 3px;
        font-size: 16px;
        font-weight: bold;
        line-height: 37px;
    }
    .content-header .content-share {
        top: 3px;
        right: -8px;
    }
    .content-header .content-share .btn-share {
        background-image: url(/resources/mayor/images/common/ico-share-m.png);
        background-size: 25px 25px;
    }
    .content-header .content-share .btn-print {
        display: none;
    }
    .content-header .content-share .sns-share {
        position: absolute;
        top: 0;
        right: 6px;
        width: 70px;
        line-height: 1;
        background-color: transparent;
    }
    .content-header .content-share .sns-share:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
    .content-header .content-share .sns-share .sns-list {
        position: relative;
        float: none;
        width: 35px;
    }
    .content-header .content-share .sns-share .sns-list li {
        float: none;
        margin: 0 0 10px;
    }
    .content-header .content-share .sns-share .sns-list a {
        display: block;
    }
    .content-header .content-share .sns-share .sns-list a img {
        -webkit-box-shadow: 0 2.5px 1.5px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2.5px 1.5px rgba(0, 0, 0, 0.1);
    }
    .content-header .content-share .sns-share .btn-close-share {
        position: absolute;
        top: 0;
        right: 0;
        float: none;
        background-image: url(/resources/mayor/images/common/ico-close-lg-white.png);
    }
}

.content-body {
    margin: .20rem 0;
}

.content-ad-banner {
    margin: .20rem 0;
    text-align: center;
}

.content-ad-banner a {
    display: block;
}

.content-ad-banner img {
    max-width: 100%;
    height: 80px;
    min-height: 40px;
    vertical-align: top;
}

@media (max-width: 1024.98px) {
    .content-ad-banner img {
        height: auto;
    }
}

.content-footer {
    margin-top: .50rem;
}

.last-update {
    margin-top: .20rem;
    text-align: right;
}

.content-info {
    margin: .20rem 0;
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.content-info:after {
    display: block;
    clear: both;
    content: '';
}

.content-info dt,
.content-info dd {
    display: table-cell;
    height: .48rem;
    vertical-align: middle;
    border: 1px solid #e5e5e5;
}

.content-info dt {
    text-align: center;
    width: 1.58rem;
    font-size: .18rem;
    background-color: #fbfbfb;
}

.content-info dd {
    width: calc(50% - 1.58rem);
    font-size: .16rem;
    padding-left: .19rem;
}

.content-info .part-name {
    margin-right: .05rem;
}

@media (max-width: 1024.98px) {
    .content-info {
        position: relative;
        display: block;
        border: 1px solid #e5e5e5;
        border-right: 0;
        border-top: 0;
    }
    .content-info:before {
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1.4rem;
        background-color: #fbfbfb;
        z-index: -1;
        content: '';
    }
    .content-info dt,
    .content-info dd {
        display: block;
        float: left;
        height: auto;
        margin: -1px 0 0 0;
        padding: .13rem;
        border: 0;
        border-top: 1px solid #e5e5e5;
        font-size: .16rem;
        line-height: .22rem;
    }
    .content-info dt {
        width: 1.4rem;
        clear: both;
        text-align: left;
    }
    .content-info dd {
        width: calc(100% - 1.4rem);
        border-left: 1px solid #e5e5e5;
        border-right: 1px solid #e5e5e5;
    }
    .content-info dd span,
    .content-info dd a {
        display: inline-block;
    }
}

.content-satisfy {
    margin: .20rem 0;
    padding: .18rem .20rem;
    border: 1px solid #e5e5e5;
}

.content-satisfy .satisfy-score {
    margin: .20rem 0 .15rem;
}

.content-satisfy .satisfy-score:after {
    display: block;
    clear: both;
    content: '';
}

.content-satisfy .satisfy-score li {
    float: left;
    margin-right: .25rem;
}

.content-satisfy .satisfy-score .ico {
    opacity: 0.5;
    margin: 0 .03rem;
}

.content-satisfy .satisfy-score input:checked + label .ico {
    opacity: 1;
}

@media (max-width: 1024.98px) {
    .content-satisfy .satisfy-score {
        margin: .17rem -.06rem .12rem;
    }
    .content-satisfy .satisfy-score li {
        margin: .03rem .06rem;
    }
    .content-satisfy .satisfy-score li .ico {
        margin: 0 .02rem;
    }
}

.content-copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: .20rem 0;
    border: 1px solid #e5e5e5;
    padding: .18rem .20rem;
}

.content-copyright p {
    display: inline;
    margin-left: .20rem;
}

@media (max-width: 1024.98px) {
    .content-copyright {
        display: block;
    }
    .content-copyright img {
        height: 23px;
    }
    .content-copyright p {
        display: block;
        margin: .10rem 0 0 0;
    }
}

#footer {
    position: relative;
    color: #fff;
    background-color: #212121;
    z-index: 100;
    min-height: 190px;
    padding: 20px 0;
}

#footer:after {
    display: block;
    clear: both;
    content: '';
}

#footer .container {
    position: relative;
}

#footer .related-site {
    margin-bottom: 20px;
}

#footer .related-site:after {
    display: block;
    clear: both;
    content: '';
}

#footer .related-site .site-group {
    position: relative;
    width: calc(33.333% - 16px);
    float: left;
}

#footer .related-site .site-group + .site-group {
    margin-left: 24px;
}

#footer .related-site .site-group.active .site-group-title a:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#footer .related-site .site-group.active .site-list {
    display: block;
}

#footer .related-site .site-group-title a {
    position: relative;
    display: block;
    padding-left: 24px;
    background-color: #313131;
    font-size: 17px;
    line-height: 50px;
    font-weight: normal;
}

#footer .related-site .site-group-title a:after {
    position: absolute;
    content: '';
    right: 20px;
    top: 50%;
    margin-top: -4px;
    width: 13px;
    height: 8px;
    background: url(/resources/mayor/images/common/ico-chevron-up-white.png) no-repeat right center;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    will-change: transform;
}

#footer .related-site .site-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
    background-color: #222;
    z-index: 100;
    overflow-y: auto;
    height: 200px;
}

#footer .related-site .site-list li:nth-child(odd) {
    background-color: #292929;
}

#footer .related-site .site-list li a {
    display: block;
    padding: 13px 24px;
}

#footer .related-site .site-list li a:hover, #footer .related-site .site-list li a:focus {
    font-weight: 500;
    background-color: #111;
}

#footer .logo-bottom {
    position: absolute;
    top: 95px;
    left: 30px;
}

#footer .logo-bottom ~ .footer-menu,
#footer .logo-bottom ~ .address {
    margin-left: 155px;
}

#footer .footer-menu {
    position: relative;
    line-height: 34px;
}

#footer .footer-menu:after {
    display: block;
    clear: both;
    content: '';
}

#footer .footer-menu .policy-list {
    font-size: 15px;
    float: left;
}

#footer .footer-menu .policy-list:after {
    display: block;
    clear: both;
    content: '';
}

#footer .footer-menu .policy-list li {
    float: left;
    margin-right: 25px;
}

#footer .footer-menu .sns-links {
    float: right;
    opacity: 0.7;
}

#footer .footer-menu .sns-links:after {
    display: block;
    clear: both;
    content: '';
}

#footer .footer-menu .sns-links li {
    float: left;
    margin-left: 10px;
}

#footer .footer-menu .wah-mark {
    position: absolute;
    right: 0;
    top: 54px;
}

#footer .address {
    font-style: normal;
    font-size: 15px;
    margin-top: 13px;
    line-height: 24px;
    opacity: .6;
}

#footer .address .address-item {
    margin-left: 20px;
}

#footer .address .copyright {
    margin-top: 19px;
    font-size: 13px;
}

@media (max-width: 1024.98px) {
    #footer {
        min-height: 130px;
        padding: 20px 15px;
    }
    #footer .related-site .site-group {
        width: auto;
        float: none;
    }
    #footer .related-site .site-group + .site-group {
        margin: 5px 0 !important;
    }
    #footer .related-site .site-group a {
        font-size: 14px;
    }
    #footer .related-site .site-list {
        bottom: 40px;
        height: auto;
        max-height: 200px;
    }
    #footer .related-site .site-list li a {
        padding: 9px 20px;
    }
    #footer .related-site .site-group-title a {
        padding-left: 20px;
        line-height: 40px;
    }
    #footer .logo-bottom {
        display: none;
    }
    #footer .logo-bottom ~ .footer-menu,
    #footer .logo-bottom ~ .address {
        margin-left: 0;
    }
    #footer .footer-menu .policy-list {
        font-size: 10px;
        line-height: 20px;
    }
    #footer .footer-menu .policy-list li {
        margin-right: 7px;
        padding-right: 7px;
    }
    #footer .footer-menu .policy-list li:last-child {
        margin-right: 0;
    }
    #footer .footer-menu .sns-links {
        display: none;
    }
    #footer .footer-menu .wah-mark {
        display: none;
    }
    #footer .address {
        margin-top: 10px;
        font-size: 10px;
        line-height: 18px;
    }
    #footer .address .address-item {
        margin-left: 10px;
    }
    #footer .address .item-address {
        display: block;
    }
    #footer .address .copyright {
        font-size: inherit;
        margin-top: 10px;
    }
}

/* 화면명1 */
/* UI 컴포넌트 가이드 */
code,
.code {
    border: 1px solid rgba(255, 0, 0, 0.2);
    padding: 0.04rem .08rem;
    border-radius: 2px;
    background-color: antiquewhite;
    font-family: 'Courier New', Courier, monospace, "Noto Sans KR", "Noto Sans CJK KR", "NotoSansKR";
    font-size: .14rem;
}

.code {
    display: block;
    margin: .15rem 0;
    padding: .10rem .15rem;
}

.title-guide {
    font-size: .36rem;
    letter-spacing: -0.03em;
    font-weight: 300;
    color: #555655;
    margin: .30rem 0 0.20rem;
    padding-bottom: .07rem;
    border-bottom: 1px dotted rgba(85, 86, 85, 0.3);
}

.row .col {
    display: table-cell;
    width: 1%;
}

.row .col:after {
    display: block;
    clear: both;
    content: '';
}

.row.row-auto {
    display: table;
    width: 100%;
}

.row.row-auto .col {
    width: auto;
}

.gutter-1 {
    margin-left: -0.025rem;
    margin-right: -0.025rem;
}

.gutter-1 .col {
    padding: 0 0.025rem;
}

.gutter-1.row-auto {
    width: calc(100% + 0.1rem);
}

.gutter-2 {
    margin-left: -0.05rem;
    margin-right: -0.05rem;
}

.gutter-2 .col {
    padding: 0 0.05rem;
}

.gutter-2.row-auto {
    width: calc(100% + 0.2rem);
}

.gutter-3 {
    margin-left: -0.075rem;
    margin-right: -0.075rem;
}

.gutter-3 .col {
    padding: 0 0.075rem;
}

.gutter-3.row-auto {
    width: calc(100% + 0.3rem);
}

.gutter-4 {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
}

.gutter-4 .col {
    padding: 0 0.1rem;
}

.gutter-4.row-auto {
    width: calc(100% + 0.4rem);
}

.gutter-5 {
    margin-left: -0.125rem;
    margin-right: -0.125rem;
}

.gutter-5 .col {
    padding: 0 0.125rem;
}

.gutter-5.row-auto {
    width: calc(100% + 0.5rem);
}

.gutter-6 {
    margin-left: -0.15rem;
    margin-right: -0.15rem;
}

.gutter-6 .col {
    padding: 0 0.15rem;
}

.gutter-6.row-auto {
    width: calc(100% + 0.6rem);
}

.gutter-7 {
    margin-left: -0.175rem;
    margin-right: -0.175rem;
}

.gutter-7 .col {
    padding: 0 0.175rem;
}

.gutter-7.row-auto {
    width: calc(100% + 0.7rem);
}

.gutter-8 {
    margin-left: -0.2rem;
    margin-right: -0.2rem;
}

.gutter-8 .col {
    padding: 0 0.2rem;
}

.gutter-8.row-auto {
    width: calc(100% + 0.8rem);
}

.gutter-9 {
    margin-left: -0.225rem;
    margin-right: -0.225rem;
}

.gutter-9 .col {
    padding: 0 0.225rem;
}

.gutter-9.row-auto {
    width: calc(100% + 0.9rem);
}

.gutter-10 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

.gutter-10 .col {
    padding: 0 0.25rem;
}

.gutter-10.row-auto {
    width: calc(100% + 1rem);
}

/* hall : 주민자치위원 */
.person-list {
    margin: -10px;
}

.person-list:after {
    display: block;
    clear: both;
    content: '';
}

.person-list li {
    float: left;
    width: calc(20% - 20px);
    margin: 10px;
}

.person-list li .inner {
    display: block;
    border: 1px solid #ebebeb;
}

.person-list .thumb {
    position: relative;
    text-align: center;
    padding: 10px;
    height: 173px;
    border-bottom: 1px solid #ebebeb;
}

.person-list .thumb img {
    width: 100%;
    height: 100%;
}

.person-list .item-info {
    padding: .08rem .10rem;
    font-size: .15rem;
    color: #999;
    text-align: center;
}

.person-list .item-info .ico {
    margin: -.02rem .05rem 0 0;
}

.person-list .item-info .name {
    font-weight: 500;
    color: #222;
}

.person-list .item-info .position {
    color: #54a638;
    font-weight: 600;
}

.person-list .item-info .position:before {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 10px;
    margin: -2px 6px 0 2px;
    background: #999;
    content: '';
}

.person-list .ico-femeil {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url("/resources/mayor/images/common/ico-femeil.png");
}

.person-list .ico-meil {
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-image: url("/resources/mayor/images/common/ico-meil.png");
}

.box-tbd {
    background-color: #ee001d;
    text-align: center;
    font-size: .30rem;
    color: #fff;
    line-height: 1.00rem;
}

.box-tbd:after {
    content: '디자인 수급예정';
}

/* 메인 */
.main-content {
    overflow: hidden;
}

.main-content .container:after {
    content: "";
    display: block;
    clear: both;
}
.main-content .top{
    background: url(/resources/mayor/images/home/mayor_main_bg.png) 0 87px no-repeat;
    background-size: cover;
}
.main-content .slogan{
    margin: 16px 0;
    margin-right: 9.5%;
    text-align: right;
}
.main-content .slogan img{
    max-height: 72px;
}

.main-content .top-box{
    display: flex;
}
.main-content .top .container .mayor-photo{
    margin-top: -102px;
}
.main-content .top .container .mayor-photo img{
    max-width: inherit;
}
.main-content .top .container .title{
    width: calc(100% - 400px);
}

.main-content .top .container .main-rolling {
    display: none;
    position: relative;
    margin: 30px auto 0;
    height: 360px;
}

.main-content .top .container .main-rolling .slick-arrow {
    width: 0.48rem;
    height: 0.48rem;
    position: absolute;
    top: 50%;
    margin-top: -0.24rem;
    text-indent: -9999px;
    z-index: 5;
}

.main-content .top .container .main-rolling .slick-arrow.slick-prev {
    left: 0;
    background: url(/resources/mayor/images/home/arrow-gr-l.png) 50% 0 no-repeat;
}

.main-content .top .container .main-rolling .slick-arrow.slick-next {
    right: 0;
    background: url(/resources/mayor/images/home/arrow-gr-r.png) 50% 0 no-repeat;
}

.main-content .top .container .main-rolling .slick-slide {
    position: relative;
    z-index: 1;
}

.main-content .top .container .main-rolling .slick-slide.slick-active {
    z-index: 2;
}

.main-content .top .container .main-rolling .slick-slide a {
    display: block;
    height: 330px;
    position: relative;
    /* text-indent: -9999px; */
}

.main-content .top .container .main-rolling .slick-slide a img {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: inherit;
    height: 100%;
}
.main-content .top .main-rolling .slick-slide .tit-box{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    width: 640px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 30px 0 0 0;
}
.main-content .top .main-rolling .slick-slide .tit-box .tit1{
    padding: 5px 10px;
    font-size: .17rem;
    font-weight: 600;
    color: #0066FF;
}
.main-content .top .main-rolling .slick-slide .tit-box .tit2{
    font-size: .16rem;
    color: #555;
    font-family: 'Pretendard';
}
.main-content .top .main-rolling .slick-slide .tit-box .tit2 .tit{
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: .22rem;
    color: #000;
}
.container .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    /* margin-left: -570px; */
    bottom: -15px;
}

.container .slick-dots li {
    margin-right: .15rem;
    display: inline-block;
    vertical-align: top;
}

.container .slick-dots li button {
    text-indent: -9999px;
    width: .1rem;
    height: .1rem;
    background: #7d7d7d;
    border-radius: 50%;
}

.container .slick-dots li.slick-active button {
    background: #54a638;
    width: .25rem;
    border-radius: .2rem;
}

.container .slick-dots .btn-ctrl {
    position: absolute;
    left: -.26rem;
    top: -1px;
}

.main-content .btn-ctrl {
    display: inline-block;
    position: relative;
    z-index: 3;
}

.main-content .btn-ctrl button {
    text-indent: -9999px;
    display: inline-block;
    width: 0.12rem !important;
    height: 0.12rem !important;
    border-radius: 0 !important;
}

.main-content .btn-ctrl button.btn-play {
    background: url(/resources/mayor/images/home/ico-play-black.png) 0 0 no-repeat !important;
    background-size: 100% 100% !important;
}

.main-content .btn-ctrl button.btn-pause {
    background: url(/resources/mayor/images/home/ico-pause-black.png) 0 0 no-repeat !important;
    background-size: 100% 100% !important;
}

.main-content .main-tab-list {
    margin-top: -.4rem;
}

.main-content .main-tab-list:after {
    content: "";
    display: block;
    clear: both;
}

.main-content .main-tab-list li {
    float: left;
    position: relative;
    z-index: 1;
}

.main-content .main-tab-list li:hover {
    z-index: 2;
}

.main-content .main-tab-list li:nth-child(1) a:after {
    background: url(/resources/mayor/images/home/ico-main-tab1.png) 0 0 no-repeat;
}

.main-content .main-tab-list li:nth-child(2) a:after {
    background: url(/resources/mayor/images/home/ico-main-tab2.png) 0 0 no-repeat;
}

.main-content .main-tab-list li:nth-child(3) a:after {
    background: url(/resources/mayor/images/home/ico-main-tab3.png) 0 0 no-repeat;
}

.main-content .main-tab-list li:nth-child(4) a:after {
    background: url(/resources/mayor/images/home/ico-main-tab4.png) 0 0 no-repeat;
}

.main-content .main-tab-list li:nth-child(5) a:after {
    background: url(/resources/mayor/images/home/ico-main-tab5.png) 0 0 no-repeat;
}

.main-content .main-tab-list li:nth-child(6) a:after {
    background: url(/resources/mayor/images/home/ico-main-tab6.png) 0 0 no-repeat;
}

.main-content .main-tab-list li a {
    display: block;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 0;
}

.main-content .main-tab-list li a img {
    position: relative;
    z-index: 2;
}

.main-content .main-tab-list li a strong {
    display: block;
    position: absolute;
    left: .3rem;
    top: .3rem;
    color: #fff;
    font-size: .22rem;
    font-weight: 400;
    z-index: 4;
}

.main-content .main-tab-list li a strong:after {
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
    width: .24rem;
    margin-top: .17rem;
}

.main-content .main-tab-list li a:before {
    content: "";
    display: block;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#78b83e+0,3381a5+100 */
    background: #78b83e;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#78b83e), to(#3381a5));
    background: linear-gradient(to right, #78b83e 0%, #3381a5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#78b83e', endColorstr='#3381a5', GradientType=1);
    /* IE6-9 */
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.main-content .main-tab-list li a:after {
    content: "";
    display: block;
    width: 68px;
    height: 66px;
    position: absolute;
    right: .15rem;
    bottom: .2rem;
    z-index: 3;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
}

.main-content .main-tab-list li a:hover {
    top: -.16rem;
    -webkit-box-shadow: 0px 10px 15px 0px rgba(8, 22, 56, 0.3);
    box-shadow: 0px 10px 15px 0px rgba(8, 22, 56, 0.3);
}

.main-content .main-tab-list li a:hover:before {
    opacity: .8;
}

.main-content .main-tab-list li a:hover:after {
    opacity: 1;
}

.main-content .nowon-txt-info {
    border: 2px solid #e5e5e5;
    margin: .5rem 0;
}

.main-content .nowon-txt-info:after {
    content: "";
    display: block;
    clear: both;
}

.main-content .nowon-txt-info li {
    float: left;
    width: 25%;
    text-align: center;
    padding: .3rem 0;
}

.main-content .nowon-txt-info li:nth-child(odd) {
    background: #fbfbfb;
}

.main-content .nowon-txt-info li a {
    position: relative;
    display: block;
    text-align: center;
}

.main-content .nowon-txt-info li a:after {
    content: "";
    display: block;
    border-left: 1px solid #e5e5e5;
    position: absolute;
    left: 0;
    top: 50%;
    height: .66rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-content .nowon-txt-info li a span {
    display: inline-block;
    vertical-align: middle;
    color: #222;
    font-size: .18rem;
    padding-left: .9rem;
    height: .66rem;
    line-height: .66rem;
}

.main-content .nowon-txt-info li a:hover span {
    text-decoration: underline;
}

.main-content .nowon-txt-info li:nth-child(1) a:after {
    display: none;
}

.main-content .nowon-txt-info li:nth-child(1) a span {
    background: url(/resources/mayor/images/home/ico-nowon-info1.png) 0 center no-repeat;
}

.main-content .nowon-txt-info li:nth-child(2) a span {
    background: url(/resources/mayor/images/home/ico-nowon-info2.png) 0 center no-repeat;
}

.main-content .nowon-txt-info li:nth-child(3) a span {
    background: url(/resources/mayor/images/home/ico-nowon-info3.png) 0 center no-repeat;
}

.main-content .nowon-txt-info li:nth-child(4) a span {
    background: url(/resources/mayor/images/home/ico-nowon-info4.png) 0 center no-repeat;
}

.main-content .middle{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .8rem;
}
.main-content .middle .yellow-box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -55px;
    width: 432px;
    border-radius: 30px;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.25);
    background: #FFFDF6;
    font-size: .24rem;
    text-align: center;
    position: relative;
}
.main-content .middle .yellow-box::before{
    content: "";
    background: url(/resources/mayor/images/home/mayor-award.png);
    opacity: 0.6;
    position: absolute;
    top: 22%;
    left: 5%;
    width: 110px;
    height: 110px;
    background-size: cover;
}
.main-content .middle .yellow-box .mayor-award{
    padding: 28px 10px;
    overflow: hidden;
}
.main-content .middle .yellow-box .mayor-name{
    font-family: 'GmarketSans';
}
.main-content .middle .yellow-box .mayor-name span{
    font-size: .36rem;
    font-weight: bold;
}
.main-content .middle .yellow-box .award-rolling{
    margin: 50px 0 10px;
    text-align: left;
}
.main-content .middle .yellow-box .award-rolling a{
    display: block;
    padding-left: 60px;
}
.main-content .slick-slide{
    padding: 8px;
}
.main-content .middle .yellow-box .award-rolling .tit1{
    font-size: .22rem;
    font-weight: 200;
}
.main-content .middle .yellow-box .award-rolling .tit2{
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .25rem;
    font-weight: 500;
}
.main-content .middle .yellow-box .award-rolling .tit3{
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: .22rem;
    font-weight: 500;
}
.main-content .middle .yellow-box .award-rolling .slick-list{
    width: 100%;
}
.main-content .middle .yellow-box .award-rolling .slick-dots{
    bottom: -30px;
    width: 55%;
}
.main-content .middle .yellow-box .mayor-wish{
    padding: 28px 20px;
    color: #fff;
    background: #000572;
    border-radius: 0 0 30px 30px;
}
.main-content .middle .yellow-box .mayor-wish a{
    display: block;
    width: 100%;
    padding-right: 10%;
    font-size: .28rem;
    background: url(/resources/mayor/images/home/arrow-w-r.png) 90% center no-repeat;
}
.main-content .middle .gallery-section{
    overflow: hidden;
    width: 94%;
    margin: 0 auto;
}

.main-content .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main-content .gallery-list li {
    width: calc(33% - 38px);
    margin-left: 38px;
}
.main-content .gallery-list li .gallery-title{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px 8px;
    border: 4px solid #328AA6;
    border-bottom: 0;
    border-radius: 20px 20px 0 0;
    margin: 0 0 12px;
}
.main-content .gallery-list li .gallery-title p{
    font-size: .18rem;
}
.main-content .gallery-list li .gallery-title a{
    color: #666;
    font-size: .15rem;
}
.main-content .gallery-list li:nth-child(2) .gallery-title{
    border-color: #BBCC53;
}
.main-content .gallery-list li:nth-child(3) .gallery-title{
    border-color: #000572;
}
.main-content .gallery-list li a {
    display: block;
    position: relative;
}

.main-content .gallery-list li a .img {
    display: block;
    /* width: 302px; */
    margin-bottom: 12px;
    height: 168px;
    position: relative;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.main-content .gallery-list li a .img2 {
    display: block;
    width: 302px;
    height: 199px;
    position: relative;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}
.main-content .gallery-list li a .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-width: inherit;
    max-height: inherit;
}
/* .main-content .gallery-list li a .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 3rem;
  max-height: 1.99rem;
}

/* .main-content .gallery-list li a em {
  color: #54a638;
  font-size: .15rem;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 2px solid #54a638;
  font-style: normal;
  margin: .2rem 0 .15rem;
  font-weight: bold;
} */

.main-content .gallery-list li a strong {
    display: block;
    color: #222;
    font-size: .16rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin-bottom: .05rem;
}

.main-content .gallery-list li a .day {
    margin: 0 0 8px;
    color: #666;
    font-size: .14rem;
    font-weight: 400;
}

.main-content .gallery-list li a:hover strong {
    text-decoration: underline;
}
.main-content .bottom{
    padding: 40px 0 150px;
}
.main-content .bottom h3{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 16px 30px;
    font-size: .48rem;
    font-weight: 600;
}
.main-content .bottom h3 img{
    margin-left: 20px;
}

.main-content .bottom .tab-menu{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 90px;
}
.main-content .bottom .tab-menu li{
    display: inline-block;
    margin: 4px 14px;
    padding: 7px 10px;
    width: 160px;
    cursor: pointer;
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 50px;
    color: #555;
    font-size: .18rem;
    font-weight: 600;
    text-align: center;
}

.main-content .bottom .tab-menu li.on{
    color: #fff;
    border: none;
    background: linear-gradient(90deg, #54a638 66%, #DBEBFF 100%);
}
.main-content .bottom .tab-menu li:nth-child(2).on{
    background: linear-gradient(90deg, #5017CB 66%, #E2DBFF 100%);
}
.main-content .bottom .tab-menu li:nth-child(3).on{
    background: linear-gradient(90deg, #EBAA04 66%, #FFEEDB 100%);
}
.main-content .bottom .tab-menu li:nth-child(4).on{
    background: linear-gradient(90deg, #15AC48 66%, #DBFFE9 100%);
}
.main-content .bottom .tab-menu li:nth-child(5).on{
    background: linear-gradient(90deg, #A21BA5 66%, #FEDBFF 100%);
}
.main-content .bottom .tab-menu li:nth-child(6).on{
    background: linear-gradient(90deg, #F94141 66%, #FFDBDB 100%);
}

.main-content .bottom .menu-content{
    display: none;
}

.main-content .bottom .menu-content.on{
    display: inherit;
}
.main-content .bottom .menu-content .content-box{
    display: flex;
    justify-content: center;
    height: 500px;
}
.main-content .bottom .menu-content .content1{
    flex: 1;
    position: relative;
    padding: 10px;
    background: linear-gradient(180deg, rgba(0, 88, 199, 0) 53.12%, #54a638 100%);
}
.main-content .bottom .menu-content:nth-child(3) .content1{
    background: linear-gradient(180deg, rgba(80, 23, 203, 0) 53.12%, #5017CB 100%);
}
.main-content .bottom .menu-content:nth-child(4) .content1{
    background: linear-gradient(180deg, rgba(235, 183, 0, 0) 53.12%, #EBA900 100%);
}
.main-content .bottom .menu-content:nth-child(5) .content1{
    background: linear-gradient(180deg, rgba(36, 179, 84, 0) 53.12%, #24B354 100%);
}
.main-content .bottom .menu-content:nth-child(6) .content1{
    background: linear-gradient(180deg, rgba(162, 27, 165, 0) 53.12%, #A21BA5 100%);
}
.main-content .bottom .menu-content:nth-child(7) .content1{
    background: linear-gradient(180deg, rgba(249, 65, 65, 0) 53.12%, #F94141 100%);
}
.main-content .bottom .menu-content .content1::after{
    content: "";
    background: url(/resources/mayor/images/home/main-btm-bg.png) 100% 102% no-repeat;
    background-size: contain;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.main-content .bottom .menu-content .content1 .txt-box{
    position: relative;
    z-index: 1;
    display: flex;
    width: 83%;
    margin: 0 auto;
    line-height: normal;
    font-size: .32rem;
    font-weight: 200;
}
.main-content .bottom .menu-content .txt-box > p{
    margin: -10px 24px 0 0;
    color: #fff;
    line-height: 128px;
    font-size: 128px;
    font-weight: 600;
    transform: matrix(1, 0, -0.21, 0.98, 0, 0);
    text-shadow: -2px 0 #0159C8, 0 2px #0159C8, 2px 0 #0159C8, 0 -2px #0159C8;
}
.main-content .bottom .menu-content:nth-child(3) .txt-box > p{
    text-shadow: -2px 0 #5118CC, 0 2px #5118CC, 2px 0 #5118CC, 0 -2px #5118CC;
}
.main-content .bottom .menu-content:nth-child(4) .txt-box > p{
    text-shadow: -2px 0 #CB8318, 0 2px #CB8318, 2px 0 #CB8318, 0 -2px #CB8318;
}
.main-content .bottom .menu-content:nth-child(5) .txt-box > p{
    text-shadow: -2px 0 #15AC48, 0 2px #15AC48, 2px 0 #15AC48, 0 -2px #15AC48;
}
.main-content .bottom .menu-content:nth-child(6) .txt-box > p{
    text-shadow: -2px 0 #A21BA5, 0 2px #A21BA5, 2px 0 #A21BA5, 0 -2px #A21BA5;
}
.main-content .bottom .menu-content:nth-child(7) .txt-box > p{
    text-shadow: -2px 0 #F94141, 0 2px #F94141, 2px 0 #F94141, 0 -2px #F94141;
}
.main-content .bottom .menu-content .txt-box .tit{
    margin: 0px 0 8px;
    color: #0159C8;
    font-size: .64rem;
    font-weight: 600;
}
.main-content .bottom .menu-content:nth-child(3) .txt-box .tit{
    color: #5118CC;
}
.main-content .bottom .menu-content:nth-child(4) .txt-box .tit{
    color: #CB8318;
}
.main-content .bottom .menu-content:nth-child(5) .txt-box .tit{
    color: #15AC48;
}
.main-content .bottom .menu-content:nth-child(6) .txt-box .tit{
    color: #A21BA5;
}
.main-content .bottom .menu-content:nth-child(7) .txt-box .tit{
    color: #F94141;
}
.main-content .bottom .menu-content .txt-box a{
    position: relative;
    height: .64rem;
    padding-right: 90px;
    font-size: .22rem;
    font-weight: 200;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main-content .bottom .menu-content .txt-box a::after{
    content: "";
    background: url(/resources/mayor/images/home/arrow-db-gr1.png) center no-repeat;
    opacity: 0.8;
    position: absolute;
    top: 0;
    right: 0;
    width: 75px;
    height: 100%;
    background-size: cover;
}
.main-content .bottom .menu-content .content2{
    flex: 1;
}
.main-content .bottom .menu-content .content2 img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-content .mayor-photo-m{
    display: none;
}
@media (max-width: 1024.98px) {
    /* .main-content .main-rolling .slick-slide a {
    height: 4rem;
    background-size: auto 100% !important;
    background-position: -240px 0 !important;
  } */
    .main-content .main-rolling .slick-slide a img {
        left: 435px;
    }
    .main-content .main-rolling .slick-arrow.slick-prev {
        left: 0;
        margin-left: inherit;
    }

    .main-content .main-rolling .slick-arrow.slick-next {
        right: 0;
        margin-right: inherit;
    }
    /*   .main-content .main-rolling .slick-dots {
    left: 40px;
    margin-left: 0;
    bottom: 20px;
    position: absolute;
  } */
    .main-content .main-tab-list {
        margin-top: .1rem;
    }
    .main-content .main-tab-list li {
        width: 16.66%;
    }
    .main-content .nowon-txt-info {
        margin: .3rem 0;
    }
    .main-content .nowon-txt-info li a span {
        background-size: .5rem .43rem !important;
        background-position: 0px center !important;
        font-size: .16rem;
        padding-left: .6rem;
    }
    .main-content .gallery-list {
        margin-left: -.15rem;
        margin-top: -.15rem;
    }
    .main-content .gallery-list li {
        margin-left: .15rem;
        margin-top: .15rem;
        width: calc(33% - .15rem);
    }
    .main-content .gallery-list li a .img {
        width: 100%;
        /*     height: 1.5rem; */
        min-height: 199px;
        height: 199px;
    }

    /* 230530 */
    .main-content .top{
        background-position-y: 80px;
    }
    .main-content .slogan{
        margin: 16px 20px;
        text-align: center;
    }
    .main-content .slogan img{
        max-height: 64px;
    }
    .mayor-photo{
        display: none;
    }
    .main-content .top .container .title{
        width: 100%;
    }
    .main-content .top .container .main-rolling{
        margin: 10px auto 0;
    }
    .main-content .middle .yellow-box .award-rolling .tit2{
        font-size: .23rem;
    }
    .main-content .middle .yellow-box .award-rolling .tit3{
        font-size: .20rem;
    }
    .main-content .top .container .main-rolling .slick-slide a{
        height: 300px;
    }
    .main-content .top .slick-list{
        width: 100%;
    }
    .container .slick-dots{
        bottom: 7px;
    }
    .main-content .top .container .main-rolling .slick-arrow.slick-prev{
        background: url(/resources/mayor/images/home/arrow-gr-l.png) 50% 0 no-repeat #ffffffb5;
    }
    .main-content .top .container .main-rolling .slick-arrow.slick-next{
        background: url(/resources/mayor/images/home/arrow-gr-r.png) 50% 0 no-repeat #ffffffb5;
    }
    .main-content .middle{
        flex-direction: column;
    }
    .main-content .middle .yellow-box{
        margin: 0 auto 30px;
        width: 94%;
    }
    .main-content .middle .yellow-box::before{
        left: 32%;
    }
    .main-content .middle .mayor-award{
        background: url(/resources/mayor/images/home/mayor-m.png) 3% 100% no-repeat;
        background-size: 24%;
    }
    .main-content .middle .awd-box{
        display: flex;
        justify-content: flex-end;
    }
    .main-content .middle .yellow-box .award-rolling{
        width: 70%;
    }
    .main-content .middle .yellow-box .mayor-wish{
        padding: 20px 20px;
    }
    .main-content .bottom h3{
        font-size: 38px;
    }
    .main-content .bottom .tab-menu{
        width: 564px;
        margin: 0 auto 60px;
    }
    .main-content .bottom .menu-content .content-box{
        height: 600px;
        flex-direction: column;
        justify-content: normal;
    }
    .main-content .bottom .menu-content .content1 .txt-box{
        font-size: 0.28rem;
    }
    .main-content .bottom .menu-content .txt-box > p{
        line-height: 100px;
        font-size: 100px;
    }
    .main-content .bottom .menu-content .txt-box .tit{
        font-size: .54rem;
    }
    .main-content .bottom .menu-content .txt-box a{
        height: 0.56rem;
        font-size: .20rem;
        line-height: .28rem;
    }
    .main-content .bottom .menu-content .content2 img{
        max-height: 300px;
    }
    .main-content .middle{
        padding: 30px 0;
    }
    .main-content .bottom{
        padding-bottom: 20px;
    }
}

@media (max-width: 767.98px) {
    .main-content .main-rolling {
        height: 141px;
    }
    .main-content .main-rolling .slick-slide a {
        height: 141px;
        background-size: auto 100% !important;
        background-position: center 0 !important;
    }
    .main-content .main-rolling .slick-slide a img {
        left: 50%;
    }
    /* .main-content .main-rolling .slick-dots {
    left: 25px;
    margin-left: 0;
    bottom: 0px;
    position: absolute;
  } */
    /*   .main-content .main-rolling .slick-dots li {
    margin-right: .08rem;
  }
  .main-content .main-rolling .slick-dots li button {
    width: .06rem !important;
    height: .06rem !important;
    background-size: 100% 100%;
  }
  .main-content .main-rolling .slick-dots li.slick-active button {
    width: .14rem !important;
  }
  .main-content .main-rolling .slick-dots .btn-ctrl {
    left: -.14rem;
    top: 0px;
  } */
    .main-content .main-tab-list {
        width: 100%;
        margin-top: .2rem;
        padding: 0 .15rem;
    }
    .main-content .main-tab-list li {
        width: 33.33%;
    }
    .main-content .main-tab-list li a {
        top: 0 !important;
        -webkit-box-shadow: 0 0 0 0 !important;
        box-shadow: 0 0 0 0 !important;
    }
    .main-content .main-tab-list li a strong {
        font-size: 15px;
        line-height: 20px;
        left: .15rem;
        top: .15rem;
    }
    .main-content .main-tab-list li a strong:after {
        width: .15rem;
        margin-top: .08rem;
        margin-left: 1px;
        border-width: 1px;
    }
    .main-content .main-tab-list li a:after, .main-content .main-tab-list li a:before {
        display: none;
    }
    .main-content .nowon-txt-info {
        border: 0;
    }
    .main-content .nowon-txt-info li {
        padding: 0;
        background: none !important;
    }
    .main-content .nowon-txt-info li a:after {
        top: 0px;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    .main-content .nowon-txt-info li a span {
        background-position: center top !important;
        padding: .55rem .1rem .28rem;
        word-break: keep-all;
        height: auto;
        line-height: .17rem;
        background-size: .5rem .43rem !important;
        font-size: .13rem;
        padding-bottom: 0;
    }
    .main-content .nowon-txt-info li a:after {
        height: .4rem;
    }
    /* .main-content .gallery-list {
    width: 100%;
    padding: 0 .15rem .3rem;
    margin-left: 0;
  }
  .main-content .gallery-list li {
    width: calc(50% - .06rem);
    margin-left: 0;
  }
  .main-content .gallery-list li:nth-child(odd) {
    margin-right: .12rem;
  }
  .main-content .gallery-list li a .img {
    width: 100%;
    height: auto;
    padding-top: 60%;
  }
  .main-content .gallery-list li a .img2 {
    width: 100%;
    height: auto;
    padding-top: 0%;
  }
  .main-content .gallery-list li a em {
    font-size: 11px;
    margin: .11rem 0 .1rem;
  }
  .main-content .gallery-list li a strong {
    font-size: 13px;
  }
  .main-content .gallery-list li a .day {
    font-size: 11px;
  }
   */
    /* 230530 */
    .main-content .top{
        background-position-y: 70px;
    }
    .main-content .top .container .main-rolling{
        height: 280px;
    }
    .main-content .top .container .main-rolling .slick-slide a{
        height: 230px;
    }
    .main-content .top .main-rolling .slick-slide .tit-box{
        width: 100%;
        padding: 12px;
    }
    .main-content .middle .mayor-award{
        background-size: 28%;
    }
    .main-content .middle .yellow-box .award-rolling{
        margin: 30px 0 10px;
    }
    .main-content .middle .yellow-box .award-rolling a{
        padding-left: 40px;
    }
    .main-content .middle .yellow-box .award-rolling .slick-dots{
        bottom: -36px;
    }
    .main-content .middle .yellow-box::before{
        top: 26%;
        width: 80px;
        height: 80px;
    }
    .main-content .middle .yellow-box .mayor-wish{
        padding: 16px 16px;
    }
    .main-content .gallery-list{
        margin: 0;
    }
    .main-content .gallery-list li{
        width: 100%;
        margin: 0 0 30px;
    }
    .main-content .gallery-list li a .img{
        min-height: 300px;
    }
    .main-content .bottom h3{
        flex-wrap: wrap;
        font-size: .28rem;
    }
    .main-content .bottom h3 img{
        width: 90px;
    }
    .main-content .bottom .tab-menu{
        width: 454px;
    }
    .main-content .bottom .tab-menu li{
        margin: 4px 10px;
        width: 130px;
    }
}
@media (max-width: 500px) {
    .main-content .top{
        background: none;
    }
    .main-content .top .container .title{
        box-shadow: 0px 1px 2px rgba(0,0,0,0.20);
    }
    .main-content .top .container .main-rolling{
        margin: 0 auto;
    }
    .main-content .top .container .main-rolling .slick-slide a{
        height: 280px;
    }
    .main-content .slick-slide{
        padding:0;
    }
    .main-content .top .container .main-rolling .slick-arrow{
        display: none !important;
    }
    .main-content .main-rolling .slick-dots {
        left: 20%;
        top: 5%;
        bottom: auto;
    }
    .container .slick-dots li {
        margin-right: .08rem;
    }
    .container .slick-dots li button {
        width: .08rem !important;
        height: .08rem !important;
        background-size: 100% 100%;
    }
    .container .slick-dots li.slick-active button {
        width: .16rem !important;
    }
    .main-rolling .container .slick-dots .btn-ctrl{
        left: -.2rem;
    }
    .main-content .top .main-rolling .slick-slide .tit-box .tit1{
        font-size: .16rem;
    }
    .main-content .top .main-rolling .slick-slide .tit-box .tit2{
        font-size: .15rem;
    }
    .main-content .top .main-rolling .slick-slide .tit-box .tit2 .tit{
        font-size: .19rem;
    }
    .main-content .middle .yellow-box .award-rolling{
        width: 65%;
    }
    .main-content .middle .yellow-box{
        box-shadow: none;
        border-radius: 0;
        font-size: .20rem;
    }
    .main-content .middle .yellow-box::before{
        display: none;
    }
    .main-content .middle .yellow-box .mayor-name{
        text-align: right;
        margin-right: 5%;
    }
    .main-content .middle .yellow-box .mayor-name span{
        font-size: .30rem;
    }
    .main-content .middle .mayor-award{
        background-size: 32%;
        background-position-x: 5%;
    }
    .main-content .middle .yellow-box .award-rolling{
        margin: 10px 0;
        width: 55%;
    }
    .main-content .middle .yellow-box .award-rolling .tit1{
        font-size: .15rem;
    }
    .main-content .middle .yellow-box .award-rolling .tit2{
        font-size: .17rem;
    }
    .main-content .middle .yellow-box .award-rolling .tit3{
        font-size: .15rem;
    }
    .main-content .middle .yellow-box .award-rolling a{
        padding-left: 30px;
    }
    .main-content .middle .yellow-box .mayor-wish a{
        font-size: .20rem;
        background-size: 14px;
    }
    .main-content .gallery-list li a .img{
        min-height: 200px;
    }
    .main-content .bottom .tab-menu{
        width: auto;
    }
    .main-content .bottom .menu-content .content1 .txt-box{
        flex-wrap: wrap;
    }
    .main-content .bottom .menu-content .txt-box > p{
        margin-top: 0;
        line-height: 50px;
        font-size: 38px;
    }
    .main-content .bottom .menu-content .txt-box .tit{
        font-size: .45rem;
    }

}

@media (max-width: 420px){
    .main-content .middle .yellow-box .mayor-name{
        margin-right: 2%;
        font-size: 0.18rem;
    }
    .main-content .middle .yellow-box .mayor-name span{
        font-size: 0.25rem;
    }
    .main-content .middle .mayor-award{
        background-size: 35%;
    }
}

/*오승록 입니다.*/
.mayor-greeting {
    position: relative;
}

.mayor-greeting > div {
    min-height: 9.2rem;
}

.mayor-greeting > div p {
    margin-top: .27rem;
}

.mayor-greeting img {
    position: absolute;
    bottom: 0;
    left: -30px;
    max-width: 120%;
}

@media (max-width: 1024.98px) {
    .mayor-greeting img {
        width: calc(100% + 30px);
        left: -15px;
    }
}

.mayor-greeting h3 {
    font-size: .22rem;
}

.mayor-greeting h3 span {
    font-size: .24rem;
}

.mayor-profile .master-container > div {
    float: left;
    padding-bottom: 4rem;
}

.mayor-profile .profile-container {
    position: relative;
}

.mayor-profile .profile-container img {
    position: absolute;
    bottom: 0;
    width: calc(100% + .3rem);
    max-width: 120%;
    left: -.3rem;
}

@media (max-width: 1024.98px) {
    .mayor-profile .master-container > div {
        float: none;
        padding-bottom: 0;
    }
    .mayor-profile .master-container > div:nth-child(2) {
        padding-bottom: 3rem;
    }
    .mayor-profile .profile-container img {
        width: calc(100% + .34rem);
        left: -.17rem;
    }
}

@media (max-width: 767.98px) {
    .mayor-profile .master-container > div {
        padding-bottom: 0rem;
    }
    .mayor-profile .master-container > div:nth-child(2) {
        padding-bottom: 2rem;
    }
    .mayor-profile .profile-container img {
        width: calc(100% + .47rem);
        left: -.3rem;
    }
}

/* 매니페스토 */
.what-manifesto{
    font-size: 15px;
}
.what-manifesto h4,.what-manifesto .manifesto-grd h4,.what-manifesto .award h5{
    font-size: 20px;
}
.what-manifesto h5{
    font-size: 17px;
}
.what-manifesto .manifesto-grd{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 0;
    border-radius: 15px;
    background: linear-gradient(rgb(247,247,248), 50%, transparent);
    padding: 30px 20px;
}
.what-manifesto .manifesto-grd .manifesto-script{
    width: 80%;
    padding-right: 20px;
}
.what-manifesto .manifesto-grd .manifesto-img img{
    display: block;
    width: 205px;
    height: 156px;
}
.what-manifesto .award{
    border: 4px solid #54a638;
    border-right: 0;
    border-left: 0;
}
.what-manifesto .award h4{
    font-size: 22px;
}
.what-manifesto .award .award-list{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.what-manifesto .award .award-list li{
    display: flex;
    align-items: center;
    width: 70%;
    margin-bottom: 12px;
}
.what-manifesto .award .award-list li span{
    display: block;
    width: 8px;
    height: 20px;
    background: #54a638;
    margin-right: 12px;
}
.what-manifesto .award .award-list li .award-date{
    display: flex;
    align-items: center;
    width: 20%;
}

.what-manifesto .manifesto-more-img {
    float: left;
}

.what-manifesto .manifesto-more-img:hover, .what-manifesto .manifesto-more-img:focus {
    border: 1px solid #54a638;
}

.what-manifesto .manifesto-more-text {
    float: left;
    margin-left: .20rem;
    margin-top: .40rem;
}

.what-manifesto .img-hold-container {
    position: relative;
}

.what-manifesto .img-hold-container .manifesto-good-img {
    position: absolute;
}

.what-manifesto .manifesto-good-text {
    margin-left: 1.43rem;
}

.what-manifesto .manifesto-good-text dd {
    margin-left: .20rem;
}


@media (max-width: 1024px) {
    .what-manifesto .award .award-list li{
        width: 90%;
    }
    .what-manifesto .manifesto-more-img,
    .what-manifesto .manifesto-more-text {
        float: none;
    }
    .what-manifesto .manifesto-more-img {
        margin-left: .15rem;
    }
    .what-manifesto .manifesto-more-text {
        margin-top: .10rem;
        margin-left: .15rem;
    }
    .what-manifesto .img-center-container {
        text-align: center;
    }
    .what-manifesto .manifesto-good-text {
        margin-left: 1.63rem;
    }
}

@media (max-width: 767.98px) {
    .what-manifesto .award .award-list li{
        width: 90%;
    }
    .what-manifesto .img-hold-container {
        position: relative;
    }
    .what-manifesto .manifesto-good-text {
        margin-left: 1.43rem;
    }
    .what-manifesto .manifesto-good-text .bul-hyphen {
        margin-left: .10rem;
    }
    .what-manifesto .award .award-list li{
        flex-direction: column;
        align-items: start;
    }
    .what-manifesto .award .award-list li .award-date{
        width: 100%;
    }
}

@media (max-width: 540px){
    .what-manifesto .manifesto-grd{
        flex-direction: column-reverse;
    }
    .what-manifesto .manifesto-grd .manifesto-script{
        width: 100%;
        padding-right: 0;
        margin-top: 20px;
    }
}

/* 관리방법 및 공약변경*/
.what-manifesto .promises-download{
    display: flex;
    width: 100%;
    justify-content: start;
    margin-bottom: 40px;
}

.promises-download .promises-download-btn{
    width: 48%;
    border: 1px solid #ccc;
    background: #fafcff;
    font-size: 16px;
    font-weight: 500;
}
.promises-download .promises-download-btn a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.promises-download .promises-download-btn i{
    content:'';
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url('/resources/mayor/images/manifesto/img-manifesto-download.png') no-repeat;
    margin-right: 4px;
}
.what-manifesto .flow{
    padding: 10px 20px;
}
.what-manifesto .flow-list{
    display: flex;
}
.what-manifesto .flow-list li{
    width: 16.8%;
    text-align: center;
    border: 1px solid #e5e5e5;
    background: #fdfdfd;
    padding: 10px;
    border-radius: 0px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    font-family: 'S-CoreDream';
}
.what-manifesto .flow-list li:first-child{
    margin-left: 0;
}
.what-manifesto .flow-list li+li{
    margin-left: 4%;
}
.what-manifesto .flow-list li h4{
    font-size: 12px;
    height: 65%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.what-manifesto .flow-list li span{
    padding: 6px 0;
    /* background: #54a638; */
    background: #deebff;
    /* color: #fff; */
    border-radius: 150px;
}
.what-manifesto .vertical-flow-list{
    max-width: 700px;
}
.what-manifesto .vertical-flow-list li{
    position: relative;
    margin-bottom: 30px;
}
.what-manifesto .vertical-flow-list li:last-child{
    margin-bottom: 0;
}
.what-manifesto .vertical-flow-list li dl{
    display: flex;
    align-items: center;
}
.what-manifesto .vertical-flow-list li dl dt{
    width: 35%;
    text-align: center;
    background: #deebff;
    border-radius: 15px;
    padding: 6px 0;
    font-family: 'S-CoreDream';
}
.what-manifesto .vertical-flow-list li dl dd{
    width: 65%;
    margin-left: 24px;
}
.what-manifesto .flow-list li::after,.what-manifesto .vertical-flow-list li::after{
    position: absolute;
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    right: -18%;
    background: url("/resources/mayor/images/manifesto/img-manifesto-flow-arrow.gif") no-repeat;
}
.what-manifesto .flow-list li:last-child:after,.what-manifesto .vertical-flow-list li:last-child:after{
    display: none;
}
.what-manifesto .vertical-flow-list li::after{
    transform: rotate(90deg);
    right: auto;
    left: 16%;
    bottom: -24px;
}
@media (max-width: 768px){
    .what-manifesto h4, .what-manifesto .manifesto-grd h4, .what-manifesto .award h5{
        font-size: 18px;
    }
    .promises-download .promises-download-btn{
        width: 95%;
    }
    .promises-download .promises-download-btn a{
        text-align: left;
    }
    .promises-download .promises-download-btn a i{
        margin-right: 20px;
    }
    .promises-download .promises-download-btn span{
        font-size: 15px;
    }
    .what-manifesto .flow-list li h4{
        font-size: 13px;
    }
    .what-manifesto .flow-list li span{
        font-size: 12px;
    }
    .what-manifesto .vertical-flow-list li dl dt{
        padding: 6px 0;
    }
    .what-manifesto .vertical-flow-list li::after{
        left: 13%;
        bottom: -22px;
    }
}
@media (max-width: 540px){
    .what-manifesto .flow-list{
        flex-direction: column;
        align-items: center;
    }
    .what-manifesto .flow-list li{
        width: 100%;
    }
    .what-manifesto .flow-list li+li{
        margin-left: 0;
        margin-bottom: 40px;
    }
    .what-manifesto .flow-list li:first-child{
        margin-bottom: 40px;
    }
    .what-manifesto .flow-list li::after{
        transform: rotate(90deg);
        right: auto;
        left: 50%;
        bottom: -30px;
    }
    .what-manifesto .flow-list li h4{
        font-size: 16px;
    }
    .what-manifesto .flow-list li span{
        font-size: 14px;
    }
    .what-manifesto .vertical-flow-list li::after{
        left: 15%;
    }
    .what-manifesto .vertical-flow-list li dl dt{
        padding: 12px;
    }
}

/* 노원의 비전과 미래 */
.manifesto-vision .img-manifesto-six-keyword {
    width: calc(100% - .18rem);
    height: auto;
}

.manifesto-vision .img-manifesto-basis {
    margin-left: .25rem;
}

.vision-title-bg{
    background: url("/resources/mayor/images/manifesto/img-manifesto-vision-bg.jpg") center 40% no-repeat;
    background-size: cover;
    padding: 80px 0 0;
    min-height: 350px;
    color: #fff;
    position: relative;
    width: 100%;
    z-index: -4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    font-family: 'Pretendard';
    font-weight: 500;
}
.vision-title-bg::before{
    content: "VISION";
    color: transparent;
    background: linear-gradient(to bottom, #FFF 45%, transparent);
    -webkit-background-clip: text;
    font-size: 2.3rem;
    letter-spacing: 0.8rem;
    margin-left: 0.4rem;
    position: absolute;
    top: -1.5rem;
    left: 50%;
    z-index: -1;
    transform: translate(-50%,0);
}
.vision-title-bg img{
    width: 8rem;
    display: block;
    padding: 0 20px;
}
.vision-sub{
    width: 100%;
    padding: 30px 20px 50px;
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.4) 50%);
    text-align: center;
    font-size: 20px;
}
.manifesto-six-keyword-area{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.manifesto-six-keyword-area .keyword-area{
    width: 32%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
    border-radius: 15px;
}
/* .manifesto-vision .manifesto-six-keyword-area .keyword-area span{
  content: "";
  display: block;
  width: 40px;
  border: 2px solid #54a638;
  position: absolute;
  top: 200px;
} */
.manifesto-six-keyword-area .keyword-area .keyword-area-img{
    width: 100%;
    min-height: 200px;
    text-align: center;
    font-size: 20px;
    border-radius: 15px 15px 0 0;
    position:relative;
}
.manifesto-vision .keyword-area:nth-child(1) .keyword-area-img{
    background:  url("/resources/mayor/images/manifesto/img-manifesto-vision-1.jpg") no-repeat center top / cover;
}
.manifesto-vision .keyword-area:nth-child(2) .keyword-area-img{
    background: url("/resources/mayor/images/manifesto/img-manifesto-vision-2.png") no-repeat center top / cover;
}
.manifesto-vision .keyword-area:nth-child(3) .keyword-area-img{
    background: url("/resources/mayor/images/manifesto/img-manifesto-vision-3.jpg") no-repeat center / cover;
}
.manifesto-vision .keyword-area:nth-child(4) .keyword-area-img{
    background: url("/resources/mayor/images/manifesto/img-manifesto-vision-4.jpg") no-repeat center top / cover;
}
.manifesto-vision .keyword-area:nth-child(5) .keyword-area-img{
    background: url("/resources/mayor/images/manifesto/img-manifesto-vision-5.jpg") no-repeat center / cover;
}
.manifesto-vision .keyword-area:nth-child(6) .keyword-area-img{
    background: url("/resources/mayor/images/manifesto/img-manifesto-vision-6.jpg") no-repeat center bottom / cover;
}
.manifesto-six-keyword-area .keyword-area .keyword-area-title{
    position: absolute;
    top:40%;
    left:50%;
    transform:translate(-50%,-40%);
    padding: 20px 20px 10px;
    background: #fff;
    line-height: 1.3;
    font-size: 16px;
    font-family: 'Pretendard';
    text-align: center;
    width: 80%;
    /* border-top: 4px solid #54a638; */
    border-top: 4px solid #54a638;
}
.manifesto-six-keyword-area .keyword-area .keyword-area-title h5{
    font-size: 32px;
    font-weight: bold;
    /* color: #54a638; */
    color: #54a638;
}
.manifesto-six-keyword-area .keyword-area .keyword-area-script{
    padding: 50px 20px 30px;
    font-size: 16px;
    font-family: "NotoSansKR";
    color: #333;
}

/* 노원의 미래 */
.manifesto-future .vision-title-bg{
    background: url("/resources/mayor/images/manifesto/img-manifesto-future-bg.jpg") center no-repeat;
    background-size: cover;
    justify-content: end;
    margin-bottom: 80px;
}
.manifesto-future .vision-title-bg::before{
    content: "FUTURE";
    background: linear-gradient(to bottom, #FFF, transparent 75%);
    -webkit-background-clip: text;
    top: -1.2rem;
}
.manifesto-future .vision-sub{
    background: linear-gradient(to bottom, transparent, rgba(0,0,0,0.4) 90%);
    font-size: 40px;
}
.manifesto-future .manifesto-six-keyword-area{
    justify-content: center;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area{
    width: 95%;
    border: 0;
    border-radius: 100px 15px 15px 15px;
    min-height: 450px;
    margin-bottom: 50px;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(1){
    background: url("/resources/mayor/images/manifesto/img-manifesto-future-1.jpg") no-repeat center / cover;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(2){
    background: url("/resources/mayor/images/manifesto/img-manifesto-vision-2.png") no-repeat center / cover;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(3){
    background: url("/resources/mayor/images/manifesto/img-manifesto-future-3.jpg") no-repeat center / cover;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(4){
    background: url("/resources/mayor/images/manifesto/img-manifesto-future-4.jpg") no-repeat center / cover;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(5){
    background: url("/resources/mayor/images/manifesto/img-manifesto-future-5.jpg") no-repeat center / cover;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(6){
    background: url("/resources/mayor/images/manifesto/img-manifesto-future-6.jpg") no-repeat center / cover;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-inner{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100px 15px 15px 15px;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-inner2{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(1) .keyword-area-inner2{
    background: rgba(200, 233, 255, 0.9);
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(2) .keyword-area-inner2{
    background: rgba(246, 246, 246, 0.9);
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(3) .keyword-area-inner2{
    background: rgba(255, 238, 219, 0.9);
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(4) .keyword-area-inner2{
    background: rgb(219, 255, 233, 0.9);
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(5) .keyword-area-inner2{
    background: rgba(238, 238, 238, 0.9);
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(6) .keyword-area-inner2{
    background: rgba(255, 219, 219, 0.9);
}
.manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-title{
    position: relative;
    transform:none;
    padding: 20px 20px 10px;
    background: transparent;
    line-height: 1.4;
    font-size: 16px;
    font-family: 'Pretendard';
    width: auto;
    border-top: 0;
    left: auto;
    top: auto;
    color: #333;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-title h5{
    display: inline;
    font-size: 32px;
    font-weight: normal;
    position: relative;
    color: #333;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-title h5 strong,.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(1) .keyword-area-script li::before{
    font-weight: bold;
    color: #54a638;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(2) .keyword-area-title h5 strong,.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(2) .keyword-area-script li::before{
    color: #5017CB;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(3) .keyword-area-title h5 strong,.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(3) .keyword-area-script li::before{
    color: #CB8318;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(4) .keyword-area-title h5 strong,.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(4) .keyword-area-script li::before{
    color: #15AC48;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(5) .keyword-area-title h5 strong,.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(5) .keyword-area-script li::before{
    color: #A21BA5;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(6) .keyword-area-title h5 strong,.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(6) .keyword-area-script li::before{
    color: #F94141;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-title h5::after{
    content: "";
    display: block;
    position: absolute;
    right: -8px;
    top: 0;
    width: 8px;
    height: 8px;
    background: #54a638;
    border-radius: 25px;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(2) .keyword-area-title h5::after{
    background: #5017CB;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(3) .keyword-area-title h5::after{
    background: #CB8318;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(4) .keyword-area-title h5::after{
    background: #15AC48;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(5) .keyword-area-title h5::after{
    background: #A21BA5;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area:nth-child(6) .keyword-area-title h5::after{
    background: #F94141;
}

.manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-script{
    padding: 0 20px;
    font-size: 16px;
    font-family: 'S-CoreDream';
    font-weight: 300;
    text-align: left;
}
.manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-script li::before {
    content: "⦁";
    font-weight: bold;
}


@media (max-width: 1024.98px) {
    .manifesto-vision .manifesto-six-keyword-area .keyword-area{
        width: 46%;
    }
}

@media (max-width: 767.98px) {
    .manifesto-vision .manifesto-six-keyword-area{
        justify-content: space-around;
    }
    .manifesto-vision .manifesto-six-keyword-area .keyword-area{
        width: 100%;
    }
    .manifesto-vision .vision-title-bg::before,.manifesto-future .vision-title-bg::before{
        font-size: 1.5rem;
        letter-spacing: 0.6rem;
        margin-left: 0.3rem;
        top: -1rem;
    }
    .manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-title h5::after{
        display: none;
    }
}

@media (max-width: 540px){
    .manifesto-vision .vision-sub{
        font-size: 18px;
    }
    .manifesto-vision .manifesto-six-keyword-area{
        justify-content: center;
    }
    .manifesto-vision .manifesto-six-keyword-area .keyword-area{
        width: 95%;
    }
    .manifesto-vision .vision-title-bg::before,.manifesto-future .vision-title-bg::before{
        font-size: 1rem;
        letter-spacing: 0.5rem;
        margin-left: 0.25rem;
        top: -0.5rem;
    }
    .manifesto-future .vision-title-bg{
        min-height: 200px;
        margin-bottom: 50px;
        padding: 0;
        margin-bottom: 50px;
    }
    .manifesto-future .vision-sub{
        font-size: 24px;
        padding: 30px 10px 20px;
    }
    .manifesto-future .manifesto-six-keyword-area .keyword-area{
        min-height: auto;
        margin-bottom: 20px;
        border-radius: 15px;
    }
    .manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-inner{
        border-radius: 15px;
    }
    .manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-inner2{
        width: 80%;
    }
    .manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-title h5{
        font-size: 24px;
    }
    .manifesto-future .manifesto-six-keyword-area .keyword-area .keyword-area-script{
        font-size: 14px;
        margin-bottom: 20px;
    }
}

.list-table {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    width: 96%;
    margin: 0 auto;
    margin-bottom: .05rem;
}

.list-table:after {
    display: block;
    clear: both;
    content: '';
}

.list-table li {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    float: left;
    width: 50%;
    padding: .12rem .20rem;
    line-height: .24rem;
}

.list-table li.line2 {
    height: 73px;
}

.list-table li.line3 {
    height: 97px;
}

@media (max-width: 1024.98px) {
    .list-table li {
        float: none;
        width: auto;
        height: auto !important;
    }
}

/* 공약사업총괄 */
.detail-business-list table tbody tr td:nth-child(3) {
    text-align: left;
}

/* 공약사업추진계획 */
.annual-plan table {
    word-break: keep-all;
    font-size: .13rem;
}

.annual-plan table th {
    font-size: .14rem;
}

.annual-plan table th,
.annual-plan table td {
    padding: 9px 10px;
}

.annual-plan table tbody tr:nth-child(odd) td:nth-child(3) {
    text-align: left;
}

.financial-plan {
    position: relative;
}

.financial-plan .ico-css-triangle-up {
    display: inline-block;
    border-top: .07rem solid transparent;
    border-right: .07rem solid transparent;
    border-bottom: 0.12rem solid #54a638;
    border-left: .07rem solid transparent;
}

.financial-plan .list-info p {
    line-height: .32rem;
}

.financial-plan .budget-graph .ir-img {
    width: 50%;
    float: left;
    font-size: 0;
    /* height: 100%; */
}

.financial-plan .budget-graph .ir-img img {
    height: auto;
}

.financial-plan .budget-graph dt {
    width: 4.66rem;
    height: 3.22rem;
}

@media (max-width: 767.98px) {
    .financial-plan .budget-graph .ir-img {
        width: 100%;
        float: none;
        font-size: 0;
        /* height: 100%; */
    }
}

.detail-progress-status table thead tr th:last-child {
    padding: 0;
}

.detail-progress-status table tbody tr td:nth-child(3) {
    text-align: left;
}

.detail-progress-status .table-text-left-1 tbody tr td:nth-child(3) {
    text-align: center;
}

/* 공약사업 변경내역 */
.change-plan-list table tbody tr td:nth-child(2) {
    text-align: left;
}

.change-plan-list table tbody tr td:nth-child(5) {
    text-align: left;
}

.change-plan-list .change-plan-list-text-center tbody tr td:nth-child(2) {
    text-align: center;
}

/* 공약실천계획 */
.promises-download{
    display: flex;
    width: 100%;
    justify-content: space-around;
    margin-bottom: 40px;
}

.promises-six-keyword{
    background: #fdfdfd;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 40px 35px;
    margin-bottom: 40px;
    font-family: 'S-CoreDream';
    font-weight: 300;
    font-size: 14px;
}
.promises-six-keyword li{
    width: 30%;
    background: #fff;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.25);
}
.promises-six-keyword li a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    min-height: 120px;
    position: relative;
}
.promises-six-keyword li:nth-child(n+4){
    margin-bottom: 0;
}
.promises-six-keyword li:nth-child(1) h6{
    color: #54a638;
}
.promises-six-keyword li:nth-child(2) h6{
    color: #5017CB;
}
.promises-six-keyword li:nth-child(3) h6{
    color: #CB8318;
}
.promises-six-keyword li:nth-child(4) h6{
    color: #15AC48;
}
.promises-six-keyword li:nth-child(5) h6{
    color: #A21BA5;
}
.promises-six-keyword li:nth-child(6) h6{
    color: #F94141;
}
.promises-six-keyword li.on:nth-child(1){
    background: #DBEBFF;
}
.promises-six-keyword li.on:nth-child(2){
    background: #E2DBFF;
}
.promises-six-keyword li.on:nth-child(3){
    background: #FFEEDB;
}
.promises-six-keyword li.on:nth-child(4){
    background: #DBFFE9;
}
.promises-six-keyword li.on:nth-child(5){
    background: #FEDBFF;
}
.promises-six-keyword li.on:nth-child(6){
    background: #FFDBDB;
}
.promises-six-keyword li a::before{
    content: '';
    width: 90px;
    height: 90px;
    bottom: 6px;
    right: 6px;
    position: absolute;
}
.promises-six-keyword li:nth-child(1) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-1.png') no-repeat center / cover;
}
.promises-six-keyword li:nth-child(2) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-2.png') no-repeat center / cover;
}
.promises-six-keyword li:nth-child(3) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-3.png') no-repeat center / cover;
}
.promises-six-keyword li:nth-child(4) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-4.png') no-repeat center / cover;
}
.promises-six-keyword li:nth-child(5) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-5.png') no-repeat center / cover;
}
.promises-six-keyword li:nth-child(6) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-6.png') no-repeat center / cover;
}
.promises-six-keyword li.on:nth-child(1) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-1-clicked.png') no-repeat center / cover;
}
.promises-six-keyword li.on:nth-child(2) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-2-clicked.png') no-repeat center / cover;
}
.promises-six-keyword li.on:nth-child(3) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-3-clicked.png') no-repeat center / cover;
}
.promises-six-keyword li.on:nth-child(4) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-4-clicked.png') no-repeat center / cover;
}
.promises-six-keyword li.on:nth-child(5) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-5-clicked.png') no-repeat center;
}
.promises-six-keyword li.on:nth-child(6) a::before{
    background: url('/resources/mayor/images/manifesto/img-manifesto-six-keyword-6-clicked.png') no-repeat center;
}
.promises-six-keyword li h6{
    font-size: 24px;
    font-family: 'S-CoreDream';
    font-weight: bold;
}

@media (max-width: 768px) {
    .promises-six-keyword li{
        width: 48%;
        padding: 30px 10px 20px;
    }
    .promises-six-keyword li:nth-child(n+4){
        margin-bottom: 20px;
    }
    .promises-six-keyword li a{
        min-height: auto;
        height: 70px;
    }
    .promises-six-keyword li a::before{
        width: 70px;
        height: 70px;
        bottom: 50%;
        right: 10px;
        transform: translate(0, 50%);
    }
}

@media (max-width: 540px){
    .promises-six-keyword{
        padding: 30px 20px 20px;
    }
    .promises-six-keyword li a::before{
        right: 0px;
        bottom: 50%;
    }

    .plan-to-pratice-promises .promises-download{
        flex-direction: column;
        gap: 10px;
    }
    .plan-to-pratice-promises .promises-download .promises-download-btn{
        width: 100%;
    }
}
@media (max-width: 430px){
    .promises-six-keyword li{
        padding: 30px 5px 20px;
    }
    .promises-six-keyword li a::before{
        display: none;
    }
}

.promises-line{
    width: 100%;
    background: url('/resources/mayor/images/manifesto/img-manifesto-line.png') repeat-x center;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}
.promises-name{
    display: inline;
    padding: 10px 26px;
    background: #fff;
    text-align: center;
    font-size: 16px;
    font-family: 'S-CoreDream';
    border-radius: 30px;
}
.plan-to-pratice-promises .table.table-data{
    font-family: 'S-CoreDream';
}
.plan-to-pratice-promises .table.table-data th{
    font-weight: bold;
}
.plan-to-pratice-promises .table.table-data td{
    padding: 6px;
    color: #333;
}
.plan-to-pratice-promises .table.table-data.six-keyword-1 thead{
    border-top: 4px solid #54a638;
}
.plan-to-pratice-promises .table.table-data.six-keyword-1 th{
    background: #DBEBFF;
    color: #54a638;
}
.plan-to-pratice-promises .table.table-data.six-keyword-2 thead{
    border-top: 4px solid #5017CB;
}
.plan-to-pratice-promises .table.table-data.six-keyword-2 th{
    background: #E2DBFF;
    color: #5017CB;
}
.plan-to-pratice-promises .table.table-data.six-keyword-3 thead{
    border-top: 4px solid #CB8318;
}
.plan-to-pratice-promises .table.table-data.six-keyword-3 th{
    background: #FFEEDB;
    color: #CB8318;
}
.plan-to-pratice-promises .table.table-data.six-keyword-4 thead{
    border-top: 4px solid #15AC48;
}
.plan-to-pratice-promises .table.table-data.six-keyword-4 th{
    background: #DBFFE9;
    color: #15AC48;
}
.plan-to-pratice-promises .table.table-data.six-keyword-5 thead{
    border-top: 4px solid #A21BA5;
}
.plan-to-pratice-promises .table.table-data.six-keyword-5 th{
    background: #FEDBFF;
    color: #A21BA5;
}
.plan-to-pratice-promises .table.table-data.six-keyword-6 thead{
    border-top: 4px solid #F94141;
}
.plan-to-pratice-promises .table.table-data.six-keyword-6 th{
    background: #FFDBDB;
    color: #F94141;
}

.plan-to-pratice-promises.plans .table.table-data td:nth-child(2){
    text-align: left;
}
.dot::before{
    content: "⦁";
    margin-right: 4px;
    color: #54a638;
}

/* 공약총괄현황 */
.chart-all-now{
    margin: 20px 0 30px;
    background: #fdfdfd;
    padding: 30px;
    border-radius: 10px;
    font-family: 'S-CoreDream';
}
.chart-all-now-big{
    width: 100%;
    color: #fff;
    background: #54a638;
    padding: 10px 20px;
    text-align: center;
    font-size: 24px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.chart-all-now-big canvas{
    padding: 40px;
}
.chart-all-now-small{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 20px;
}
.chart-all-now .chart-small{
    width: 48%;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    background: #fff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.3);
}
.plan-to-pratice-promises.all-now .table.table-data td:nth-child(3){
    text-align: left;
}
.plan-to-pratice-promises.all-now .table.table-data td.none{
    background: #eee;
}

.election-total-business .list-info {
    margin-top: .20rem;
}
.election-total-business h4 {
    font-weight: 400;
}
.election-total-business table thead th {
    font-weight: 500;
}
.election-total-business table tbody th {
    font-size: .15rem;
}
.election-total-business table th,
.election-total-business table td {
    padding: .10rem .11rem;
}
.appointment-management-plan .active:hover, .appointment-management-plan .active:focus {
    border: 1px solid #54a638;
}
.appointment-management-plan h4 {
    margin-top: .20rem;
    font-size: .16rem;
}

@media (max-width: 767.98px){
    .chart-all-now .chart-small{
        width: 100%;
    }
}

/* 재정전망 및 공약가계부 */
.plan-to-pratice-promises.promises-money{
    font-family: inherit;
}
.plan-to-pratice-promises.promises-money .table{
    border-bottom: 4px solid #54a638;
}
.plan-to-pratice-promises.promises-money .table.table-data.six-keyword-1 .second-th th,.plan-to-pratice-promises.promises-money .table.table-data.six-keyword-1 .second-th td{
    background: #f9f9f9;
    font-weight: normal;
    color: #333;
}
.manifesto-financial{
    position: relative;
    margin: 30px 0;
}
.manifesto-financial::before{
    content: "";
    display: block;
    position: absolute;
    background: url("/resources/mayor/images/manifesto/img-manifesto-financial-1.png");
    width: 150px;
    height: 100px;
    top: -30px;
}
.manifesto-financial:nth-of-type(2)::before{
    background: url("/resources/mayor/images/manifesto/img-manifesto-financial-2.png");
}
.manifesto-financial::after{
    content: '';
    display: block;
    clear: both;
}
.manifesto-financial .manifesto-financial-inner{
    display: flex;
    justify-content: end;
}
.manifesto-financial-script{
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    z-index: -1;
}
.manifesto-financial .manifesto-financial-inner .manifesto-financial-script{
    width: 90%;
}

@media (max-width: 767.98px){
    .manifesto-financial-script{
        width: 86%;
    }
    .manifesto-financial::before{
        background-size: cover;
        width: 140px;
        height: 80px;
    }
    .manifesto-financial:nth-of-type(2)::before{
        background-size: cover;
    }
}

/* 공약이행 총괄현황 */
.detail-progress-status table:nth-child(n+3) {
    word-break: keep-all;
}
.chart-all-now-small.fulfill .chart-small:nth-of-type(1){
    position: relative;
    background: transparent;
    box-shadow: none;
}
.chart-text{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 24px;
    background: #fff;
    border-radius: 100%;
    width: 200px;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.chart-text h4{
    font-size: 36px;
    color: #54a638;
}
.fulfill-download{
    display: block;
    margin: auto;
    width: 120px;
    padding: 6px 0;
    border: 1px solid #54a638;
    border-radius: 5px;
    /* color: #54a638; */
    background: #54a638;
    color: #fff;
    position: relative;
}
.fulfill-download span{
    margin-left: 20px;
}
.fulfill-download span::before{
    content: '';
    display: block;
    background: url("/resources/mayor/images/manifesto/img-manifesto-fulfill-download.png");
    width: 24px;
    height: 24px;
    position: absolute;
    left: 10px;
}

/* 주민참여와 소통 */
.resident-communication .local-chernals {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}
.resident-communication .local-chernals li {
    width: 30%;
    height: 120px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 15px;
}
.resident-communication .local-chernals li+li{
    margin-right: 15px;
}

.resident-communication .local-chernals li:last-child {
    margin-right: 0;
}

/* .resident-communication .local-chernals li:before {
  content: '';
  display: inline-block;
  position: absolute;
} */

.resident-communication .local-chernals li:hover, .resident-communication .local-chernals li:focus {
    border: 1px solid #54a638;
    /* background: linear-gradient(to bottom, #E5F4FF, #fff); */
}

.resident-communication .local-chernals li.local-chernals-img1 {
    width: 45%;
    /* background: url(/resources/mayor/images/manifesto/local-chernals-img1.png) no-repeat; */
    margin-right: 30px;
    margin-bottom: 15px;
}

.resident-communication .local-chernals li.local-chernals-img2 {
    width: 45%;
    /* background: url(/resources/mayor/images/manifesto/local-chernals-img2.png) no-repeat; */
    margin-right: 0;
    margin-bottom: 15px;
}

/* .resident-communication .local-chernals li.local-chernals-img3 {
  background: url(/resources/mayor/images/manifesto/local-chernals-img3.png) no-repeat;
}

.resident-communication .local-chernals li.local-chernals-img4 {
  background: url(/resources/mayor/images/manifesto/local-chernals-img4.png) no-repeat;
}

.resident-communication .local-chernals li.local-chernals-img5 {
  background: url(/resources/mayor/images/manifesto/local-chernals-img5.png) no-repeat;
}

.resident-communication .local-chernals li.local-chernals-img6 {
  background: url(/resources/mayor/images/manifesto/local-chernals-img6.png) no-repeat;
}

.resident-communication .local-chernals li.local-chernals-img7 {
  background: url(/resources/mayor/images/manifesto/local-chernals-img7.png) no-repeat;
} */

.resident-communication .local-chernals li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    font-weight: 500;
    font-size: .18rem;
}

.resident-communication .local-chernals li a img{
    margin-right: 12px;
    width: 55px;
}

.resident-communication .outside-sns-list {
    margin: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
}

.resident-communication .outside-sns-list > li {
    position: relative;
    margin: .09rem 0;
    width: 254px;
    height: 60px;
}

.resident-communication .outside-sns-list > li a{
    display: block;
    padding: 24px 30px;
    color: #fff;
    background: #54A638;
    border-radius: 15px;
}
.resident-communication .outside-sns-list > li:nth-child(2) a{
    background: #d2151e;
}
.resident-communication .outside-sns-list > li:nth-child(3) a{
    background: #E8347D;
}
.resident-communication .outside-sns-list > li:nth-child(4) a{
    background: #54a638;
}
.resident-communication .outside-sns-list > li:nth-child(5) a{
    background: #00ABE3;
}
.resident-communication .outside-sns-list > li:nth-child(6) a{
    background: #2a53b0;
}


.resident-communication .outside-sns-list > li .facebook-circle {
    background: url(/resources/mayor/images/manifesto/ico-facebook-circle.png) no-repeat;
    background-size: .25rem;
}

.resident-communication .outside-sns-list > li .instagram-circle {
    background: url(/resources/mayor/images/manifesto/ico-instagram-circle.png) no-repeat;
}

.resident-communication .outside-sns-list > li .naverblog-circle {
    background: url(/resources/mayor/images/manifesto/ico-naverblog-circle.png) no-repeat;
}

/* .resident-communication .outside-sns-list > li .naverpost-circle {
  background: url(/resources/mayor/images/manifesto/ico-naverpost-circle.png) no-repeat;
} */

.resident-communication .outside-sns-list > li .twitter-circle {
    background: url(/resources/mayor/images/manifesto/ico-twitter-circle.png);
}

.resident-communication .outside-sns-list > li .youtube-circle {
    background: url(/resources/mayor/images/manifesto/ico-youtube-circle.png) no-repeat;
}
.resident-communication .outside-sns-list > li .nowoneinfo-circle {
    background: url(/resources/mayor/images/manifesto/ico-nowoneinfo-circle.png) no-repeat;
}

.resident-communication .outside-sns-list > li address {
    display: inline;
    font-style: normal;
}

.resident-communication .outside-sns-list > li .sns-list-bar {
    display: inline-block;
    width: .02rem;
    height: .11rem;
    background: #aaa;
    margin: 0 .09rem;
}

.resident-communication .outside-sns-list > li .btn {
    position: absolute;
    right: .19rem;
}

.resident-communication .outside-sns-list > li .ico {
    position: absolute;
    width: 25px;
    height: 25px;
    left: .28rem;
}

.resident-communication .smart-nowon {
    position: relative;
}

.resident-communication .smart-nowon dt {
    position: absolute;
}

.resident-communication .smart-nowon dd:nth-child(2) {
    margin-left: .82rem;
}

@media (max-width: 1024.98px) {
    .resident-communication .local-chernals li {
        overflow: hidden;
        /* width: auto; */
        /* height: .6rem; */
        /* float: none; */
        margin-right: 0;
        /* text-align: left; */
        position: relative;
        margin: .19rem 0 .19rem;
    }
    /* .resident-communication .local-chernals li.local-chernals-img1 {
    background-size: .48rem .40rem;
    background-position: .40rem center;
  }
  .resident-communication .local-chernals li.local-chernals-img2 {
    background-size: .48rem .37rem;
    background-position: .40rem center;
  }
  .resident-communication .local-chernals li.local-chernals-img3 {
    background-size: .48rem .44rem;
    background-position: .40rem center;
  }
  .resident-communication .local-chernals li.local-chernals-img4 {
    background-size: .40rem .40rem;
    background-position: .40rem center;
  }
  .resident-communication .local-chernals li.local-chernals-img5 {
    background-size: .48rem .41rem;
    background-position: .40rem center;
  }

    .resident-communication .local-chernals li.local-chernals-img6 {
    background-size: .46rem .41rem;
    background-position: .40rem center;
  }

    .resident-communication .local-chernals li.local-chernals-img7 {
    background-size: .42rem .42rem;
    background-position: .40rem center;
  } */
    .resident-communication .local-chernals li a {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        font-weight: 500;
        font-size: .20rem;
        text-align: center;
        /* padding-top: 0; */
        /* line-height: 0.6rem; */
    }
    .resident-communication .local-chernals li a img{
        width: 35px;
        margin-bottom: 8px;
        margin-right: 0;
    }
    /* .resident-communication .local-chernals li a::after {
    content: '';
    display: inline-block;
    position: absolute;
    background: url(/resources/mayor/images/manifesto/ico-arrow-next-green.png) no-repeat;
    width: .17rem;
    height: .25rem;
    background-size: .17rem .25rem;
    right: 4.2%;
    top: calc(50% - .125rem);
  } */
    .resident-communication .outside-sns-list > li .sns-list-bar {
        display: none;
    }
}
@media (max-width: 540px) {
    .resident-communication .outside-sns-list > li{
        width: 100%;
    }
}

.citizen-participation table td:nth-child(2) {
    text-align: left;
}

/*구청장과 찍은 사진 찾기*/
.mayor-photo li div.mayor-photo-inner {
    display: block;
    border: 1px solid #ebebeb;
}

.mayor-photo li div.mayor-photo-inner div.thumb {
    position: relative;
    padding-top: 70%;
    height: 0;
    background: #eee;
}

.mayor-photo li div.mayor-photo-inner div.btn-area a {
    width: calc(50% - 0.03rem);
    float: left;
}

@media (max-width: 767.98px) {
    .mayor-photo li div.mayor-photo-inner div.btn-area a.btn-md {
        width: calc(50% - 0.03rem);
        float: left;
        min-width: auto;
        font-size: 0.14rem;
        padding: 0;
    }
}

/* 구청장과 찍은 사진 찾기 */
.mayor-together-photo {
    text-align: center;
}

.mayor-together-photo img {
    width: 800px;
}

@media (max-width: 1024.98px) {
    .mayor-together-photo img {
        width: 660px;
    }
}
/*구청장에게 바란다*/
.select-link{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto;
}
.select-link li{
    width: 24%;
}
.select-link li a{
    display: flex;
    background: #E9EFFF;
    border: 1px solid #ddd;
    border-radius: 15px;
    height: 100px;
    align-items: center;
    justify-content: center;
}
.select-link li a span{
    display: block;
    padding-left: 10px;
    font-size: 16px;
}
.select-link li a img{
    width: 36px;
}
/*구청장에게 바란다 목록*/
.select-length2 .form-control-keyword {
    width: calc(100% - 318px) !important;
}

/*구청장에게 바란다 별점*/
.stars-score {
    margin-bottom: .20rem;
}

.stars-score label .stars img {
    vertical-align: middle;
    margin-top: -.05rem;
}

@media (max-width: 1024.98px) {
    .stars-score {
        margin-top: .10rem !important;
    }
    .stars-score div {
        display: inline-block;
    }
    .stars-score div label .stars img {
        vertical-align: middle;
        margin-top: -.05rem;
    }
    .stars-score div > span {
        display: block;
        width: 25%;
        float: left;
    }
    .stars-score div > span:nth-child(4) {
        margin-top: .10rem;
    }
    .stars-score div > span:nth-child(5) {
        margin-top: .10rem;
    }
}

@media (max-width: 1024.98px) and (max-width: 767.98px) {
    .stars-score {
        margin-top: 0 !important;
    }
    .stars-score div > span {
        width: 50%;
        margin-top: .10rem;
        margin-right: 0 !important;
    }
    .select-link li{
        width: 49%;
    }
    .select-link li:nth-child(3),.select-link li:nth-child(4){
        margin-top: 10px;
    }
}
@media (max-width: 500px){
    .select-link li a{
        flex-direction: column;
        text-align: center;
    }
    .select-link li a span{
        font-size: 14px;
        margin-top: 5px;
        padding-left: 0;
    }
}
/*구청장에게 바란다 별점 텍스트에리어 버튼*/
.row.star-text-btn-area textarea {
    float: left;
    width: calc(100% - 100px);
}

.row.star-text-btn-area button {
    float: left;
    width: 100px;
    height: 70px;
}

@media (max-width: 1024.98px) {
    .row.star-text-btn-area button {
        margin-top: 0;
    }
}

@media (max-width: 1024.98px) and (max-width: 767.98px) {
    .row.star-text-btn-area textarea {
        width: calc(100% - 60px);
    }
    .row.star-text-btn-area button {
        width: 60px;
        min-width: 60px;
        height: 70px;
    }
}

/* 구청장일정 버튼 */
.schedule_btn{
    margin-left: 7px !important;
}

.schedule_btn2{
    height: 39px;
}
.schedule_border{
    border-collapse: separate !important;
}
@media (max-width: 767.98px) {
    .schedule_btn{
        margin-left: 13px !important;
    }

    .schedule_btn2{
        height: 34px;
    }
}

/* 첨부파일 모바일 버전 */
@media (max-width: 575.98px) {
    .table-write .mob-addfile{
        width: 52% !important;
    }
    /* 모바일 버전시 marin-left 0 */
    .ml-no{
        margin-left: 0 !important;
    }
}
/* # sourceMappingURL=style.css.map */


/*노원 비전 2024          20240118*/
.create-date{text-align:right;font-size:17px;color:#54a638;margin-bottom: 5px;}

.nav-top-area{position:relative;text-align: right;background:url(/resources/mayor/images/vision/luyuan_vision_2024_bg.jpg) no-repeat;}
.nav-top-area .img{padding-top: 1.8rem;padding-bottom: 2.2rem;padding-left:0.2rem;padding-right: 2rem;}
/* 20240325 */
.nav-top-area .link-btn{position: absolute;right:62px;bottom:114px;width:320px;}
.nav-top-area .link-btn2{position: absolute;right:62px;bottom:49px;width:320px;}
/*.nav-top-area .link-btn a{display:flex;align-items:center;background:url(/resources/mayor/images/vision/black_arrow_right.png) no-repeat right 12px center #fff;border-radius:35px;text-align:left;padding:5px 22px 5px 5px;}*/
.nav-top-area .link-btn a{display:flex;align-items:center;background: no-repeat right 12px center #fff;border-radius:35px;text-align:left;padding:5px 22px 5px 5px;}
.nav-top-area .link-btn a img{margin-right:4px;}
.nav-top-area .link-btn a .txt {font-size:17px;color:#737373;overflow:hidden;width:100%; white-space:nowrap;text-overflow:ellipsis;}
.nav-top-area .link-btn a .txt strong{font-size:21px;color:#222222;font-weight:bold;padding-right:2px;letter-spacing:-1.25px;}

.nav-top-area .link-btn2 a{display:flex;align-items:center;background: no-repeat right 12px center #fff;border-radius:35px;text-align:left;padding:5px 22px 5px 5px;}
.nav-top-area .link-btn2 a.on{background-color: #54a638;}
.nav-top-area .link-btn2 a img{margin-right:4px;}
.nav-top-area .link-btn2 a.on img{background-color: white;border-radius: 35px;}
.nav-top-area .link-btn2 a .txt {font-size:17px;color:#737373;overflow:hidden;width:100%; white-space:nowrap;text-overflow:ellipsis;}
.nav-top-area .link-btn2 a .txt strong{font-size:21px;color:#222222;font-weight:bold;padding-right:2px;letter-spacing:-1.25px;}
.nav-top-area .link-btn2 a.on .txt strong{color: #ffffff;}

@media (max-width:800px){
    .nav-top-area .link-btn{right:50%;transform: translateX(50%);bottom:70px;}
    .nav-top-area .link-btn2{right:50%;transform: translateX(50%);bottom:5px;}
}

@media (max-width:480px){
    .nav-top-area .link-btn{width:285px;}
    .nav-top-area .link-btn a{padding:2.5px 22px 2.5px 5px;}
    .nav-top-area .link-btn a .txt{font-size:15px;}
    .nav-top-area .link-btn a .txt strong{font-size:18px;}
    .nav-top-area .link-btn a img{width:40px;}

    .nav-top-area .link-btn2{width:285px;}
    .nav-top-area .link-btn2 a{padding:2.5px 22px 2.5px 5px;}
    .nav-top-area .link-btn2 a .txt{font-size:15px;}
    .nav-top-area .link-btn2 a .txt strong{font-size:18px;}
    .nav-top-area .link-btn2 a img{width:40px;}
}
/* //20240325 */
.nav-top-area .logo{position:absolute;top:0.35rem;left:0.48rem;}

.blue-print-nav-con-box {margin-top:0.4rem;}
.blue-print-nav-con-box .big-title{border-bottom:1px solid #ccdef4;padding-bottom:0.14rem;margin-bottom:0.14rem;position:relative;line-height: 0.3rem; }
.blue-print-nav-con-box .big-title h2{position:absolute;top:0;left:50%;transform: translateX(-50%);font-family: 'S-CoreDream';font-size:0.3rem;font-weight:lighter;background:#fff;color:#0055a7;padding-left: 0.2rem; padding-right: 0.2rem;}
.blue-print-nav-con-box .big-title h2 strong{font-weight:600;color:#0055a7;}
.nav-area-style {margin-top:14px;position:relative;}
.nav-area-style > .tab-click  li{float:left;width:calc(100% / 6);padding-top:0.11rem;padding-bottom:0.11rem;line-height:normal;}
.nav-area-style > .tab-click  li a{display:block;}
.nav-area-style > .tab-click  li a .top-txt{display:block;font-size:0.15rem;color:#222222;text-align:center;padding-top:0.1rem;padding-bottom:0.1rem;}
.nav-area-style > .tab-click  li a .bottom-txt{display:block;font-size:0.23rem;color:#222222;font-weight:600;font-family: 'S-CoreDream';text-align:center;}
.nav-area-style > .tab-click  li:nth-child(1) a .bottom-txt{background:#ababab;}
.nav-area-style > .tab-click  li:nth-child(2) a .bottom-txt{background:#c1c1c1;}
.nav-area-style > .tab-click  li:nth-child(3) a .bottom-txt{background:#cccccc;}
.nav-area-style > .tab-click  li:nth-child(4) a .bottom-txt{background:#d6d6d6;}
.nav-area-style > .tab-click  li:nth-child(5) a .bottom-txt{background:#e3e3e3;}
.nav-area-style > .tab-click  li:nth-child(6) a .bottom-txt{background:#f1f1f1;}
.nav-area-style > .tab-click  li a.on .bottom-txt{background:#54a638;color:#fff;}


.nav-area-top{display:table;margin-top:0.4rem;width:100%;padding-bottom: 0.4rem;  border-bottom: 1px solid #dcdcdc;}
.theme-future-city .nav-area-top{/*padding-bottom:0;border-bottom:0;*/}
.nav-area-top .img{display:table-cell;vertical-align:top;width:50%;}
.nav-area-top .img img{width:100%;}
.nav-area-top .txt{display:table-cell;vertical-align:top;width:50%;}
.nav-area-top .txt h3{font-weight:normal;font-size:0.24rem;color:#54a638;font-family: 'S-CoreDream';}
.nav-area-top .txt h3 p{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;word-break:break-all;-webkit-box-orient:vertical;line-height:100%;}
.nav-area-top .txt h3 strong{display:-webkit-box;overflow:hidden;-webkit-line-clamp:1;word-break:break-all;-webkit-box-orient:vertical;font-weight:700;font-size:0.45rem;padding-top:0.1rem;line-height:100%;overflow:hidden;text-overflow:ellipsis;}
.nav-area-top .txt ul{margin-top:0.2rem;}
.nav-area-top .txt ul li{padding:0.11rem 0 0.11rem 0;position:relative;font-size: 0.2rem;color:#474747;font-family: 'S-CoreDream';overflow:hidden;text-overflow:ellipsis;}
.theme-cultural-sports-city .nav-area-top .txt ul li{padding:0.11rem 0 0.11rem 0;position:relative}
.theme-health-welfare-city .nav-area-top .txt ul li{padding:0.1rem 0 0.1rem 0;}
.nav-area-top .txt ul li::after{display:none ;content:"";width:5px;height:5px;position:absolute;top:0.14rem;left:2px;background:#0047a2;border-radius:0.1rem;}
.theme-future-city .nav-area-top .txt ul li::after{content:"";width:5px;height:5px;position:absolute;top:0.14rem;left:2px;background:#0047a2;border-radius:0.1rem;}
.theme-future-city .nav-area-top .txt ul li::after{content:"";width:5px;height:5px;position:absolute;top:0.14rem;left:2px;background:#0047a2;border-radius:0.1rem;}
.theme-transportation-city .nav-area-top .txt ul li::after{content:"";width:5px;height:5px;position:absolute;top:0.14rem;left:2px;background:#0047a2;border-radius:0.1rem;}
.theme-healing-city .nav-area-top .txt ul li::after{content:"";width:5px;height:5px;position:absolute;top:0.14rem;left:2px;background:#0047a2;border-radius:0.1rem;}
.theme-transportation-city .nav-area-top .txt ul li,.theme-healing-city .nav-area-top .txt ul li{padding:0.1rem 0 0.1rem 0;}
.theme-ducation-city .nav-area-top .txt ul li::after{content:"";width:5px;height:5px;position:absolute;top:0.16rem;left:2px;background:#0047a2;border-radius:0.1rem;}
.theme-cultural-sports-city .nav-area-top .txt ul li::after{content:"";width:5px;height:5px;position:absolute;top:0.16rem;left:2px;background:#0047a2;border-radius:0.1rem;}

.nav-area-floor-style{padding-bottom:0.35rem;border-bottom:1px solid #dcdcdc;margin-top:0.35rem;}
.nav-area-floor-style h3{color:#222222;font-size:0.24rem;font-family: 'S-CoreDream';font-weight:700;line-height:100%;}
.nav-area-floor-style > h4{font-size: 0.2rem;padding-top: 0.17rem;}
.nav-area-floor-style > .txt > .nowon01:first-child{padding-top:0;}
.theme-future-city .nav-area-floor1{overflow: hidden;}
.theme-future-city .nav-area-floor1 > ul{/*margin-top:0.18rem;*/float: left;width:50%;}
.theme-future-city .nav-area-floor1 > ul li{text-align:left;padding:0.05rem 0;line-height:normal;font-size: 0.17rem;}
.theme-future-city .nav-area-floor1 > ul li a{display:block;/* overflow:hidden; *//* text-overflow:ellipsis; *//* white-space:nowrap; */width:98%;color:#474747;font-size:0.17rem;font-family: 'S-CoreDream';}
.theme-transportation-city .nav-area-floor-style  ul{line-height:100%;}

.introuce-txt{color:#474747;font-size:0.17rem;font-family: 'S-CoreDream';}
.theme-future-city .nav-area-floor-style .img ,.theme-cultural-sports-city .nav-area-floor-style .img,.theme-ducation-city .nav-area-floor-style .img{display:flex;width:100%;text-align:center;margin-top:0.24rem;align-items: stretch;}
.nav-area-floor-style .img span{vertical-align:middle;}
.nav-area-floor-style .img span a{width:100%;}
.theme-transportation-city .nav-area-floor-style .img{border:1px solid #dfdfdf;background:#fbfbfb;display:flex;justify-content: center;margin-top:0.2rem;}
.theme-transportation-city .nav-area-floor1 .img img{padding:0.2rem 0;}
.theme-transportation-city .nav-area-floor2 .img img{padding:0.38rem 0;}

.theme-healing-city .nav-area-floor-style .img{display:flex;width:100%;text-align:center;margin-top:0.26rem;align-items: center;justify-content: center;}
.blue-print-floor-l2r1 img{width:100%;height:100%;}
.blue-print-floor-l2r1 .right{border-left:1px solid rgba(255,255,255,0.8);}
.blue-print-floor-l2r1 .left .left-top{height:50%;border-bottom:1px solid rgba(255,255,255,0.8);}
.blue-print-floor-l2r1 .left .left-bottom{height:50%;}

.theme-transportation-city .nav-area-floor-style .img.nobg{background: none;border: 0;}
.pt0{padding-top:0 !important;}



.blue-print-floor-l1r3 img{width:100%;}
.blue-print-floor-l1r3 .left{border-right:1px solid rgba(255,255,255,0.8);}
.blue-print-floor-l1r3 .right{height:100%;}
.blue-print-floor-l1r3 .right .top{height:calc(100% / 3 );border-bottom:1px solid rgba(255,255,255,0.8);}
.blue-print-floor-l1r3 .right .middle{height:calc(100% / 3);border-bottom:1px solid rgba(255,255,255,0.8);}
.blue-print-floor-l1r3 .right .bottom{height:calc(100% / 3);}
.theme-healing-city .nav-area-floor4 .double-oneline-style{flex-direction: column;}
.theme-healing-city .nav-area-floor4 .double-oneline-style .bottom{padding-top:0.19rem;}
.blue-print-floor-l1r2 img{width:100%;height:100%;}
.blue-print-floor-l1r2 .left{border-right:1px solid rgba(255,255,255,0.8);}
.blue-print-floor-l1r2 .right{height:100%;}
.blue-print-floor-l1r2 .right .top{height:50%;border-bottom:1px solid rgba(255,255,255,0.8);}
.blue-print-floor-l1r2 .right .bottom{height:50%;}

.blue-print-floor-half img{width:100%;height:100%;}{}
.blue-print-floor-half .left{width:50%;}
.blue-print-floor-half .right{width:calc(50% - 1px);border-left:1px solid #fff;}

.f-blue{font-size:0.18rem;color:#0000ff;}

.theme-future-city .nav-area-floor2 .txt,.theme-future-city .nav-area-floor3 .txt{margin-top: 0.24rem;}
.theme-future-city .nav-area-floor2 .txt .introuce-txt,.theme-future-city .nav-area-floor3 .txt .introuce-txt{font-size:0.17rem;color:#474747;text-align:left;padding-top:0.06rem;font-family: 'S-CoreDream';line-height:100%;}

.blue-print-nav-con-box > div:last-child{border-bottom:0;padding-bottom:0;}
.blue-print-nav-con-box ul li{position:relative;line-height:100%;}
.blue-print-nav-con-box .txt ul .small-balck-circle{padding-left:0.18rem;padding-top:0.08rem;}
.theme-future-city .txt ul .small-balck-circle::after{content:"";position:absolute;width:5px;height:5px;background:#474747;left:5px;top:0.12rem;border-radius:0.1rem;}
.theme-transportation-city .nav-area-floor-style  .txt p{padding-top:0.15rem;}
.theme-healing-city .nav-area-floor-style  .txt p{padding-top:0.19rem;}
.theme-healing-city .nav-area-floor5 .txt p:not(:nth-child(2)){padding-top:0;}
.theme-transportation-city .txt ul li{padding-top:0.05rem;}
.theme-transportation-city .txt ul .small-balck-circle::after{content:"";position:absolute;width:5px;height:5px;background:#474747;left:5px;top:0.12rem;border-radius:0.1rem;}
.theme-healing-city .txt ul li{padding-top:0.05rem;}
.theme-healing-city .txt ul .small-balck-circle::after{content:"";position:absolute;width:5px;height:5px;background:#474747;left:5px;top:0.12rem;border-radius:0.1rem;}
.theme-cultural-sports-city .txt ul .small-balck-circle::after{content:"";position:absolute;width:5px;height:5px;background:#474747;left:5px;top:0.12rem;border-radius:0.1rem;}
.theme-ducation-city .txt ul .small-balck-circle::after{content:"";position:absolute;width:5px;height:5px;background:#474747;left:5px;top:0.12rem;border-radius:0.1rem;}
.theme-healing-city .nav-area-floor2 .txt ul,.theme-healing-city .nav-area-floor4 .txt ul{padding-top:0.2rem;}
.theme-cultural-sports-city .txt > ul > li{padding-top:0.06rem;}
.theme-cultural-sports-city .nav-area-floor7  .txt > ul > li{padding-top: 0.05rem; line-height: 100%;}
.theme-health-welfare-city .nav-area-top .txt ul{margin-top:0.18rem;}
.theme-health-welfare-city .nav-area-top .txt ul li::after{top:0.16rem;}

.theme-future-city .nav-area-floor4  .txt{margin-top:0.04rem;}
.theme-future-city .nav-area-floor4  .txt .txt-title{color:#222222;font-size:0.17rem;font-family: 'S-CoreDream';font-weight:500;padding:0.14rem 0 ;}
.theme-future-city .nav-area-floor4  .txt  li{padding-top:0.06rem;padding-bottom:0.06rem;}

.nowon01{font-weight:bold;font-size: 0.2rem;color:#222222;padding-top:0.17rem;}


.theme-cultural-sports-city .txt h4,
.theme-ducation-city .txt h4{font-weight:bold;font-size: 0.2rem;color:#222222;padding-top:0.17rem;}
.theme-cultural-sports-city .floor-list-double{display:table;width:100%;margin-top:0.2rem;}
.theme-cultural-sports-city .floor-list-double h4{display:table-header-group;font-weight: bold;  font-size: 0.17rem; color: #222222; overflow: hidden;  text-overflow: ellipsis; white-space: nowrap;}
.theme-cultural-sports-city .floor-list-double .txt{display:table-cell;vertical-align:top;width:50%;}
.theme-cultural-sports-city .floor-list-double .txt ul{padding-top:0;}
.theme-cultural-sports-city .floor-list-double .img{display:table-cell;vertical-align:top;width:50%;}
.theme-cultural-sports-city .floor-list-double .img > span{display:inline-block;padding:0 10px;vertical-align:-webkit-baseline-middle;}
.theme-cultural-sports-city .floor-list-double .img > div{display:inline-flex;flex-direction: column; flex-wrap: nowrap; justify-content: center;width:2rem;height:1.22rem;border-radius:0.15rem;text-align:center;}
.theme-cultural-sports-city .floor-list-double .img > div .top{font-size:0.17rem;color:#fff;}
.theme-cultural-sports-city .floor-list-double .img p{line-height:100%;}
.theme-cultural-sports-city .floor-list-double .img .left{background:#2a7ea5;}
.theme-cultural-sports-city .floor-list-double .img .left .bottom{font-size:0.22rem;color:#fff;padding-top:0.05rem;font-weight:700;}
.theme-cultural-sports-city .floor-list-double .img .right{background:#2a36a5;}
.theme-cultural-sports-city .floor-list-double .img .right .bottom{font-size:0.22rem;color:#fff116;padding-top:0.05rem;font-weight:700;}

.blue-print-nav-con-box  .txt .horizontal-line{position:relative;padding-left:0.15rem;}
.blue-print-nav-con-box  .txt .horizontal-line::before{content:"";position:absolute;width:5px;height:1px;background:#474747;top:0.16rem;left:4px;}
.theme-future-city  .txt .horizontal-line::before{content:"";position:absolute;width:5px;height:1px;background:#474747;top:0.14rem;left:4px;}

.theme-cultural-sports-city  .txt .horizontal-line{padding-top:0.04rem;padding-bottom:0.02rem;}
.theme-cultural-sports-city .txt .horizontal-line::before{content:"";position:absolute;width:5px;height:1px;background:#474747;top:0.11rem;left:4px;}

.theme-ducation-city p.first{padding-top:0.2rem;}
.theme-ducation-city .nav-area-floor3 p.first{padding-top:0.12rem;}
.theme-ducation-city p{padding-top:0.05rem;line-height:100%;}


.theme-health-welfare-city .nav-area-floor1 .nav-content li{float:left;width:calc((100% - 0.2rem) / 3);margin-right:0.1rem;}
.theme-health-welfare-city .nav-area-floor1 .nav-content li:last-child{margin-right:0;}
/*.theme-health-welfare-city .nav-area-floor1 .nav-content li > div{display: flex;  height:1.54rem;line-height:140%;flex-direction: column;  justify-content: center;  align-items: center;  text-align: center;background:#123f93;font-size:0.16rem;font-family: 'S-CoreDream';color:#fff;border-radius:0.12rem;}*/
.theme-health-welfare-city .nav-area-floor1 .nav-content li > div{display: block;}
.theme-health-welfare-city .nav-area-floor1 .nav-content li > div span{display:inline-block;}
.theme-health-welfare-city .nav-area-floor-style .nav-content{margin-top:0.2rem;display: flex;flex-wrap: wrap;}
.theme-health-welfare-city .nav-area-floor-style .nav-content li > div .txt{margin-top:0.16rem;display:block;text-align:center;font-size:0.16rem;color:#474747;font-family: 'S-CoreDream';line-height:140%;letter-spacing: -1px;}

.theme-health-welfare-city .nav-area-floor2 .nav-content li,.theme-health-welfare-city .nav-area-floor4 .nav-content li,.theme-health-welfare-city .nav-area-floor5 .nav-content li,.theme-health-welfare-city .nav-area-floor6 .nav-content li{float:left;width:1.86rem;margin-right:calc((100% - 1.86rem * 5) / 4);}
.theme-health-welfare-city .nav-area-floor-style .nav-content li:last-child{margin-right:0;}
.theme-health-welfare-city .nav-area-floor2 .nav-content li > div,.theme-health-welfare-city .nav-area-floor3 .nav-content li > div,.theme-health-welfare-city .nav-area-floor4 .nav-content li > div,.theme-health-welfare-city .nav-area-floor7 .nav-content li > div{display:block;}
.theme-health-welfare-city .nav-area-floor-style .nav-content li > div .img{display:block;text-align:center;}

.theme-health-welfare-city .nav-area-floor3 .nav-content li,.theme-health-welfare-city .nav-area-floor7 .nav-content li{float:left;width:2.37rem;margin-right:calc((100% - 2.37rem * 4) / 3);}
.theme-health-welfare-city .nav-area-floor3 .nav-content li > div .img img,.theme-health-welfare-city .nav-area-floor7 .nav-content li > div .img img{height:155px;}



.hidden {overflow: hidden;position: absolute;width: 0;height: 0;top: -9999px;left: -9999px;line-height: 0;text-indent: -999em;margin: 0;padding: 0;background: none;border: none;}

@media (max-width: 1024px) {
    .nav-area-style > .tab-click li{width:calc((100% - 12px) / 3);padding-bottom:0;margin-right:6px;}
    .nav-area-style > .tab-click li:nth-child(3n){margin-right:0;}
    .theme-cultural-sports-city .floor-list-double{display:block;}
    .theme-cultural-sports-city .floor-list-double .txt{display:block;width:100%;}
    .theme-cultural-sports-city .floor-list-double .img{display:block;width:100%;}
}

@media (max-width: 880px) {
    .theme-health-welfare-city .nav-area-floor2 .nav-content li, .theme-health-welfare-city .nav-area-floor4 .nav-content li, .theme-health-welfare-city .nav-area-floor5 .nav-content li, .theme-health-welfare-city .nav-area-floor6 .nav-content li{width: calc(100% / 3);margin-right:0;margin-top:0.1rem;height:2.35rem;}
    .theme-health-welfare-city .nav-area-floor3 .nav-content li, .theme-health-welfare-city .nav-area-floor7 .nav-content li{width:calc(50% - 0.1rem);margin-right: 0.1rem; margin-top: 0.1rem;height:2.35rem;}
}
@media (max-width: 800px) {
    .nav-area-top .txt{display:block;width:100%;}
    .nav-area-top .img{display:block;width:100%;margin-top:0.1rem;}
    .nav-top-area{text-align:center;}
    .nav-top-area .img{padding-top: 1.1rem;padding-bottom: 1.7rem;padding-left: 0.2rem;padding-right: 0.2rem;width: 80%;margin: 0 auto;}
    .theme-health-welfare-city .nav-area-floor-style .nav-content{margin-top:0.1rem;}
    .theme-health-welfare-city .nav-area-floor1 .nav-content li{width:calc((100% -  0.1rem) / 2);margin-right: 0.05rem; margin-top: 0.1rem;}
    .theme-health-welfare-city .nav-area-floor1 .nav-content li:nth-child(even){margin-right:0;margin-left:0.05rem;}
    .theme-cultural-sports-city .txt .horizontal-line{line-height:normal;}
    .theme-cultural-sports-city .txt .horizontal-line::before{top:0.15rem;}

    .theme-future-city .nav-area-floor1 > ul{width:auto;float: none;}
    .theme-future-city .nav-area-floor1 > ul + ul{margin-top:0;}
}

@media (max-width: 640px) {
    .nav-area-top .txt h3 strong{font-size:0.35rem;}
    .nav-area-floor-style h3{font-size:0.21rem;line-height:normal;}
    .nav-area-floor-style > h4{font-size:0.18rem;}
    .nowon01{font-size:0.18rem;}
    .blue-print-nav-con-box .big-title h2{font-size:0.27rem;}
    .theme-future-city .nav-area-floor2 .txt .introuce-txt, .nav-area-floor3 .txt .introuce-txt{line-height:normal;}
    .nav-area-floor-style{margin-top:0.25rem;}
    .nav-area-top{padding-bottom:0.3rem;}
    .nav-area-top .txt h3{font-size:0.22rem;}
    .nav-area-floor-style .img{flex-direction: column; justify-content: center;}
    .nav-area-floor-style .img span{padding-top:0.1rem;display:inline-block;width:100%;}
    .nav-area-floor-style .img span img{width:100%;}
    .nav-area-floor-style .one-line-style  span{padding-top:0;}
    .theme-healing-city .nav-area-floor-style .img > div{width:100%;}
    .theme-healing-city .nav-area-floor-style .img img{width:100%;}
    .blue-print-floor-l2r1 .left .left-top{height:auto;border-bottom:none;}
    .blue-print-floor-l2r1 .left .left-bottom,.blue-print-floor-l1r2 .right .bottom,.blue-print-floor-l1r3 .right .bottom{height:auto;padding-top:0.1rem;}
    .blue-print-floor-l2r1 .right{border-right:none;padding-top:0.1rem;}
    .blue-print-floor-l1r3 .left{border-right:none;}
    .blue-print-floor-l1r3 .right .top,.blue-print-floor-l1r3 .right .middle{height:auto;border-bottom:none;padding-top:0.1rem;}
    .blue-print-floor-l1r2 .right .top{border-bottom:none;height:auto;padding-top:0.1rem;}
    .theme-healing-city .nav-area-floor4 .double-oneline-style .bottom{padding-top:0.1rem;}
    .theme-transportation-city .nav-area-floor2 .img img{padding:0.2rem 0;}
    .theme-transportation-city .nav-area-floor1 .img img{width:100%;}
    .theme-transportation-city .nav-area-floor2 .img img{width:100%;}
    .theme-future-city .nav-area-floor2 .img{flex-direction: row;  flex-wrap: nowrap;}
    .theme-future-city .nav-area-floor2 .img span{padding-top:0;width:auto;}
    .blue-print-floor-half .left{width:100%;}
    .blue-print-floor-half .right{width:100%; padding-top:0.1rem;border-left:none;}
    .blue-print-nav-con-box ul li{line-height:normal;}
    .theme-cultural-sports-city .txt ul .small-balck-circle::after{top:0.15rem;}
    .theme-cultural-sports-city  .nav-area-floor7 .txt ul .small-balck-circle::after{top:0.11rem;}
    .nav-area-floor7 .img span{width:30px;}
    .theme-cultural-sports-city .floor-list-double .img > div{width:1.9rem;}
    .theme-cultural-sports-city .floor-list-double .img .left .bottom{font-size:0.2rem;}
    .theme-ducation-city p{line-height:normal;}
    .theme-health-welfare-city .nav-area-floor1 .nav-content li > div{/* padding: 0 0.1rem; *//* height:1.3rem; */}
    .theme-health-welfare-city  .nav-content li > div .img img{height:155px;width:100%;}
    .theme-health-welfare-city .nav-area-floor2 .nav-content li, .theme-health-welfare-city .nav-area-floor4 .nav-content li, .theme-health-welfare-city .nav-area-floor5 .nav-content li, .theme-health-welfare-city .nav-area-floor6 .nav-content li{width:calc(50% - 0.1rem);margin-right: 0.1rem; margin-top: 0.1rem;}
    .theme-future-city .nav-area-top .txt ul li::after,.theme-transportation-city .nav-area-top .txt ul li::after,.theme-healing-city .nav-area-top .txt ul li::after,.theme-ducation-city .nav-area-top .txt ul li::after{top:0.18rem;}
    .theme-cultural-sports-city .nav-area-top .txt ul li::after{top:0.18rem;}

}


@media (max-width: 480px) {

    .blue-print-nav-con-box .big-title h2{width:max-content;}
    .theme-future-city .nav-area-floor2 .img{flex-direction: column;  flex-wrap: wrap;}
    .theme-future-city .nav-area-floor2 .img span{padding-top:0.1rem;width:100%;}

    .nav-area-style > .tab-click li{width:calc((100% - 6px) / 2);padding-bottom:0;margin-right:6px;}
    .nav-area-style > .tab-click li:nth-child(3n){margin-right:6px;}
    .nav-area-style > .tab-click li:nth-child(2n){margin-right:0;}

    .theme-cultural-sports-city .floor-list-double .img > span{display:block;width:0.5rem;margin:0.05rem auto; transform:rotate(90deg);}

}

@media (max-width: 400px) {
    .theme-health-welfare-city .nav-area-floor1 .nav-content li, .theme-health-welfare-city .nav-area-floor2 .nav-content li, .theme-health-welfare-city .nav-area-floor4 .nav-content li, .theme-health-welfare-city .nav-area-floor5 .nav-content li, .theme-health-welfare-city .nav-area-floor6 .nav-content li{width:100%;margin-right:0;}
    .theme-health-welfare-city .nav-area-floor3 .nav-content li, .theme-health-welfare-city .nav-area-floor7 .nav-content li{width:100%;margin-right:0;}
}
/*//20240118*/
/* 20240311 */
.sub-photo-area{display:flex;justify-content:space-between;align-items:center;margin:.25rem 0 .1rem;}
.sub-photo-area .photo{width:32.5%;}

.resident-communication-room-list{margin:.25rem 0 .1rem;border-top:2px solid #f9c5b7;}
.resident-communication-room-list .detail-cont{padding:10px 0;display:flex;justify-content:space-between;align-items:flex-start;border-bottom:2px solid #e0e0e0;}
.resident-communication-room-list .detail-cont .img{width:27%;border:1px solid #e9e9e9;padding:5px;}
.resident-communication-room-list .detail-cont .txt{width:73%;padding-left:.35rem;}
.resident-communication-room-list .detail-cont .txt .tit{font-size:.18rem;color:#000000;font-weight:bold;}
.resident-communication-room-list .detail-cont .txt .cont-list{margin-top:4px;padding-left:5px;}
.resident-communication-room-list .detail-cont .txt .cont-list li{font-size:.16rem;color:#9c8f92;padding-top:9px;}

@media (max-width: 640px) {
    .sub-photo-area{flex-direction:column;flex-wrap:wrap;}
    .sub-photo-area .photo{width:100%;margin-top:.1rem;}
    .sub-photo-area .photo:first-child{margin-top:0;}
    .sub-photo-area .photo img{width:100%;}
    .resident-communication-room-list .detail-cont{flex-direction: column;flex-wrap: wrap;}
    .resident-communication-room-list .detail-cont .img{width:auto;margin:0 auto 10px auto;}
    .resident-communication-room-list .detail-cont .txt{width:100%;padding-left:0;}
    .resident-communication-room-list .detail-cont .txt .tit{text-align:center;padding:0 10px;}
    .resident-communication-room-list .detail-cont .txt .cont-list{padding:0 10px;}

}
/* //20240311 */

/* 20241223 */
.ny-message-area{width:900px;}
.ny-message-area .mid{background:url(/resources/mayor/images/home/nyc_bg_mid.jpg) repeat-y;padding: 5px 100px 30px;position:relative;}
.ny-message-area .mid2{background:url(/resources/mayor/images/home/2026_nyc_bg_mid.jpg) repeat-y;padding: 5px 100px 30px;position:relative;}
.ny-message-area .tit{position:absolute;top:-77px;left:100px;font-size:0.3rem;color:#000000;font-weight: 700;}
.ny-message-area .norm-txt,
.ny-message-area .bm-txt{font-size:0.17rem;}
.ny-message-area .norm-txt{line-height: 1.5;}
.ny-message-area .norm-txt + .norm-txt{padding-top:16px;}
.ny-message-area .bm-txt{padding-top:40px;text-align:right;}

@media (max-width: 900px) {
    .ny-message-area{width:100%;}
    .ny-message-area .mid{background-size:100%;padding:5px 10.2% 30px;}
    .ny-message-area .mid2{background-size:100%;padding:5px 10.2% 30px;}
    .ny-message-area .tit{left:10.2%;}
}

@media (max-width: 767px) {
    .ny-message-area .tit{top:-55px;}
    .ny-message-area .bm-txt{padding-top:20px;}
    .ny-message-area .norm-txt + .norm-txt{padding-top:10px;}
}

@media (max-width: 480px) {
    .ny-message-area .tit{font-size: 0.23rem;top:-36px;}
}

@media (max-width: 420px) {
    .ny-message-area .tit{font-size:0.2rem;}
}

/* //20241223 */

/* 20240711 */
.ten-page-list ul{margin-right:-8px;display:flex;}
.ten-page-list ul li{margin-right:8px;}
.ten-page-list ul li a{display:block;width:30px;height:30px;border:1px solid #e1e1e1;border-radius:50%;font-size:15px;color:#4e9b34;font-family:"Noto Sans CJK KR";text-align:center;line-height:27px;}
.ten-page-list ul li a:hover, .ten-page-list ul li a:focus, .ten-page-list ul li a:active,.ten-page-list ul li a.on{background:#4e9b34;color:#fff;}
.ten-page-list {display: flex;align-items: center;flex-wrap: wrap;}/*20250311*/
.ten-page-list .numbrole{padding: 0 5px 0 15px;}/*20250311*/

@media screen and (max-width: 767px){
    .ten-page-list ul{margin-right:-5px;}
    .ten-page-list ul li{margin-right:5px;}
}
/* //20240711 */