main#privacy {
    padding: 3rem;
}
main#privacy h2 {
    font-size: 3rem;
    font-weight: 600;
}
main#privacy h3 {
    font-size: 2rem;
    font-weight: 800;
    margin: 5rem 0;
}
main#privacy pre {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 5rem;
    color: #696969;
    padding: 0 1.5rem;
}
main#privacy pre b {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
    margin-bottom: 1rem;
    margin-left: -1.5rem;
}
main#privacy pre.developer {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.4;
    color: #6e6e6e;
}

header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 0.1rem solid #e1e1e1;
}
header h1 {
    width: 10rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #prevBtn {
    width: 2rem;
    position: absolute;
    left: 1.5rem;
}
header #prevBtn img {
    width: 100%;
}

nav {
    background-color: #333333;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 6.5rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 0 3rem;
}
nav a {
    width: fit-content;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 1rem 0 1rem;
}
nav a img {
    height: 2rem;
    margin-bottom: 0.5rem;
}
nav a span {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
}

footer {
    background-color: #cccccc;
    width: 100%;
    padding: 1rem 0;
    margin-bottom: 6rem;
}
footer p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #9c9c9c;
    text-align: center;
    margin-bottom: 1.5rem;
}
footer pre {
    font-size: 1.3rem;
    font-weight: 400;
    color: #9c9c9c;
    text-align: center;
    line-height: 1.4;
    margin: 0;
}

main {
    padding: 0 1.5rem 10rem;
    /* min-height: calc(100vh - 127.25px); */
    min-height: 100vh;
}





/* common */
.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.title img {
    height: 2rem;
    margin-bottom: 2rem;
}
.btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.aButton {
    border-radius: 1rem;
}
.aButton img {
    width: 2.5rem;
    margin-right: 1rem;
}
.aButton.one {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem 2rem;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
}
.aButton.two {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 2rem;
    width: calc(100% / 2 - 1rem);
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
}
.aButton.two::before {
    content: "";
    display: block;
    padding-top: 80%;
}
.aButton.five {
    width: calc(100% / 5 - 1rem);
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}
.aButton.five img {
    margin: 0;
}
.aButton.blue {
    background-color: #4ec9f9;
}
.aButton.gray {
    background-color: #344d6c;
    background-image: url(../img/main_icon7.png);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right 1.5rem bottom 1.5rem;
}
.aButton.navy {
    background-color: #00448b;
    background-image: url(../img/main_icon8.png);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: right 1rem bottom 1.5rem;
}
@media screen and (max-width: 360px) {
    .aButton.gray {
        background-size: 5rem;
    }
    .aButton.navy {
        background-size: 40%;
    }
}
.aButton.red {
    background-color: #ed4f5d;
}

h2 {
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 2rem;
}
h2 span.subTitle {
    font-size: 1.6rem;
    font-weight: 500;
    color: #a8a8a8;
}






/* home */
.banner {
    position: relative;
    margin-bottom: 2rem;
}
.banner img {
    width: 100%;
}
.banner pre {
    font-family: 양진체;
    font-size: 2.2rem;
    color: #fff;
    position: absolute;
    left: 2rem;
    top: 33%;
}
.banner pre span {
    font-family: 양진체;
    font-size: 2.2rem;
    color: #fff;
    position: relative;
    display: inline-block;
}
.first::before, .second::before {
    content: '˙';
    position: absolute;
    top: -1rem;
    left: 50%;
    transform: translateX(-50%);
}
.banner pre b {
    font-family: 양진체;
    font-size: 2.2rem;
    color: #fff31e;
    margin-right: 0.6rem;
}
.home {
    margin-bottom: 4rem;
}
.img-bg {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.img-bg::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.img-bg img {
    width: 3rem;
}
.sky {
    background-color: #d3eeff;
}
.aButton.five:nth-of-type(2) img {
    width: 3.5rem;
}
.aButton.five:nth-of-type(3) img {
    width: 4rem;
}
.aButton.five:nth-of-type(4) img {
    width: 2.5rem;
}



/* sub */
.lineTitle {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    margin: 4rem 0 2rem 0;
}
.lineTitle h2 {
    font-size: 2rem;
    font-weight: 700;
    white-space: nowrap;
    margin-right: 1rem;
    margin-bottom: 0;
}
.lineTitle::after {
    content: "";
    flex-grow: 1;
    height: 0.2rem;
    background-color: #a5a5a5;
}

.section {
    display: flex;
    flex-direction: column;
    /* min-height: calc(100vh - 127.25px); */
}
img.sub-banner {
    width: 100%;
    margin-bottom: 1.5rem;
}
img.chart {
    width: 100%;
    margin-top: -3rem;
    margin-bottom: 5rem;
}
.section pre {
    font-size: 1.6rem;
    font-weight: 400;
    color: #5b5b5b;
    line-height: 1.5;
    margin-bottom: 8rem;
}
.section pre span.point1 {
    font-size: 1.7rem;
    font-weight: 700;
    color: #003a85;
}
.section pre span.point2 {
    font-size: 1.6rem;
    font-weight: 400;
    color: #a3a3a3;
}
.section a.aButton.red {
    margin-top: auto;
}




.filtering-wrapper {
    width: 100%;
    height: 4.1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0;
}
.filtering-wrapper .filter { 
    width: 28%;
    height: 100%;
    position: relative;
}
.filtering-wrapper .search {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
    width: 70%;
    border-radius: 1rem;
    box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                inset -0.1rem -0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                0.1rem 0.1rem 0.3rem rgba(255, 255, 255, 0.5),
                -0.1rem -0.1rem 0.3rem rgba(255, 255, 255, 0.5);
}
.search input {
    width: 80%;
    height: 100%;
    padding: 1rem 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    background: 0;
    border-radius: 1rem 0 0 1rem;
}
.search input::placeholder {
    color: #939393;
    font-weight: 500;
}
.search button {
    width: 20%;
    height: 100%;
    background-color: #00448b;
}
.search button img {
    width: 2rem;
}
.filter .cityBtn {
    width: 100%;
    height: 100%;
    padding: 0.5rem 2rem;
    font-size: 1.8rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
    box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                inset -0.1rem -0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                0.1rem 0.1rem 0.3rem rgba(255, 255, 255, 0.5),
                -0.1rem -0.1rem 0.3rem rgba(255, 255, 255, 0.5);
}
.filter .cityBtn img {
    width: 1.5rem;
}

ul#cityList {
    display: none;
    max-height: 29rem;
    overflow-y: scroll;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
    border-radius: 0 0 1rem 1rem;
    box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                inset -0.1rem -0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                0.1rem 0.1rem 0.3rem rgba(255, 255, 255, 0.5),
                -0.1rem -0.1rem 0.3rem rgba(255, 255, 255, 0.5);
}
ul#cityList::-webkit-scrollbar {
    display: none;  
}
ul#cityList li {
    font-size: 1.8rem;
    font-weight: 500;
    color: #979797;
    padding: 0.5rem 2rem;
}
ul#cityList li {
    font-size: 1.8rem;
    font-weight: 500;
    color: #979797;
    padding: 0.5rem 2rem;
}

.center-item {
    width: 100%;
    height: 16.8rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 2rem;
    border-radius: 1rem;
    border: 0.1rem solid #ebebeb;
    margin-bottom: 1.5rem;
}
.center-item .center-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.center-item .center-title h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #ec4d5c;
}
.center-item .center-title a.more {
    font-size: 1.6rem;
    font-weight: 600;
    color: #919191;
}
.center-item p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #919191;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.center-item p img {
    width: 2rem;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
    margin-bottom: auto;
}
.no-result {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10rem 0;
}
.no-result p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #868686;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}
.pagination a {
    font-size: 1.8rem;
    font-weight: 400;
    color: #636363;
    padding: 0 1rem;
}
.pagination a.active {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    padding: 0 0.9rem;
    border-radius: 100%;
    background-color: #344d6c;
}


/* center */
.section.center pre {
    margin: 0;
}
/* center_detail */
.map-wrap {
    margin-bottom: 2rem;
    border-radius: 1rem;
    overflow: hidden;
}
#menu-panel185 {
    display: none !important;
}
#OL_Icon_256_innerImage {
    height: 2.5rem !important;
}







/* qna */
.qna-wrapper {
    padding: 0 2rem;
    border: 0.1rem solid #e3e3e3;
    border-radius: 1rem;
    width: 100%;
    margin-bottom: 2rem;
}
.qna-wrapper h3 {
    width: 90%;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 1.5rem 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
}
.qna-wrapper pre {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 1.5rem 0;
    margin: 0;
    border-top: 0.1rem solid #e3e3e3;
}
.qna-wrapper h3 span.kind {
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #fff;
    padding: 0 1rem;
    border-radius: 3rem;
    background-color: #ed4f5d;
    margin-bottom: 1rem;
}
.qna-wrapper h3 img {
    width: 1.8rem;
    margin-left: 0.7rem;
    position: absolute;
    right: -3rem;
    top: 45%;
}

.filtering-wrapper-qna {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 2rem 0;
}
.filtering-wrapper-qna .search {
    width: 100%;
    height: 4.1rem;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
    box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                inset -0.1rem -0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                0.1rem 0.1rem 0.3rem rgba(255, 255, 255, 0.5),
                -0.1rem -0.1rem 0.3rem rgba(255, 255, 255, 0.5);
}
.filtering-wrapper-qna  .filter {
    width: 100%;
}
.filtering-wrapper-qna  .filter {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    overflow-x: scroll;
    margin-bottom: 2rem;
}
.filtering-wrapper-qna  .filter::-webkit-scrollbar {
    display: none;
}
.filtering-wrapper-qna  .filter span {
    width: 9.5rem;
    font-size: 1.8rem;
    font-weight: 400;
    /* color: #fff; */
    color: #c9c9c9;
    border: 0.1rem solid #e4e4e4;
    padding: 0.5rem 2rem;
    border-radius: 3rem;
    /* background-color: #00448b; */
    text-align: center;
    flex: 0 0 9.5rem;  /* flex-grow: 0, flex-shrink: 0, flex-basis: 10rem */
    box-sizing: border-box;
}
.filtering-wrapper-qna  .filter span.active {
    color: #fff;
    background-color: #00448b;
    border: 0;
}




/* map */
.section.map {
    height: 100%;
    position: relative;
}
.leaflet-control-container {
    display: none !important;
}

.modal-background {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 6666;
    display: none;
}

.section.map #mapModal {
    display: none;
    width: calc(100% - 3rem);
    border-radius: 1rem;
    background-color: #fff;
    margin: 0 1.5rem;
    position: absolute;
    bottom: 20%;
    z-index: 7777;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 2rem;
}
.section.map #mapModal h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #ec4d5c;
}
.section.map #mapModal p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #919191;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.section.map #mapModal p img {
    width: 2.5rem;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
    margin-bottom: auto;
}
.section.map #mapModal a {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    border-radius: 1rem;
    background-color: #ed4f5d;
    padding: 1rem;
    text-align: center;
    width: 100%;
    margin-top: 2rem;
}

.center-item .center-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.center-item .center-title h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #ec4d5c;
}
.center-item .center-title a.more {
    font-size: 1.6rem;
    font-weight: 600;
    color: #919191;
}
.center-item p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #919191;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.center-item p img {
    width: 2rem;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
    margin-bottom: auto;
}


/* calc */
.section.calc button.aButton {
    justify-content: center;
    margin-top: 10rem;
}
.section.calc .input-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-bottom: 1.5rem;
}
.section.calc .input-item span.caption {
    width: 30%;
    font-size: 2rem;
    font-weight: 700;
}
.section.calc .input-item .dropbox {
    position: relative;
}
.section.calc .input-item .input {
    width: 70%;
    padding: 0 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                inset -0.1rem -0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                0.1rem 0.1rem 0.3rem rgba(255, 255, 255, 0.5),
                -0.1rem -0.1rem 0.3rem rgba(255, 255, 255, 0.5);
}
.section.calc .input-item button {
    width: 14rem;
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
    box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                inset -0.1rem -0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                0.1rem 0.1rem 0.3rem rgba(255, 255, 255, 0.5),
                -0.1rem -0.1rem 0.3rem rgba(255, 255, 255, 0.5);
}
.section.calc .input-item button img {
    width: 1.5rem;
    margin-left: 0.5rem;
}
.section.calc .input-item ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0.5rem 2rem;
    border-radius: 0 0 1rem 1rem;
    background-color: #fff;
    z-index: 4444;
    box-shadow: inset 0.1rem 0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                inset -0.1rem -0.1rem 0.3rem rgba(0, 0, 0, 0.1),
                0.1rem 0.1rem 0.3rem rgba(255, 255, 255, 0.5),
                -0.1rem -0.1rem 0.3rem rgba(255, 255, 255, 0.5);
}
.section.calc .input-item ul li {
    font-size: 1.6rem;
    font-weight: 500;
    color: #a1a1a1;
    padding: 0.5rem 0;
}
.section.calc .input-item ul li:active {
    font-weight: 600;
    color: #115092;
}
.section.calc .input-item .input input {
    width: 80%;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    background: 0;
}
.section.calc .input-item .input span {
    font-size: 1.8rem;
    font-weight: 700;
    color: #115092;
}


.calc-result {
    display: none;
}
.calc-result .img-wrap {
    width: 100%;
    height: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem 0;
    margin-bottom: 2rem;
}
.calc-result .img-wrap img {
    height: 100%;
}
.calc-result p {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}
.calc-result p span {
    font-size: 1.8rem;
    font-weight: 800;
    color: #115092;
}
.calc-result pre {
    font-size: 1.5rem;
    font-weight: 400;
    color: #d0d0d0 ;
    line-height: 1.3;
}
.calc-result a.aButton {
    justify-content: center;
    margin-top: 2rem;
}