header {
    height: 7rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
}
header h1 {
    width: 18rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 1.2rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

main {
    padding: 3rem 1.5rem 0;
}
main > h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .box {
    border-radius: 1rem;
    padding: 4rem 1.5rem;
    border: 1px solid #a1a1a1;
    margin-bottom: 3rem;
    position: relative;
}
main .box .link {
    padding: 1rem 2.5rem;
    border-radius: 0.5rem;
    font-size: 1.4rem;
    color: #fff;
    background: #fd3400;
    position: absolute;
    right: 1.5rem;
    top: 4rem;
}
main .box h3 {
    padding-top: 1rem;
    font-size: 1.6rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .box h4 {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fd3400;
}
main .box pre {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .box pre b {
    font-size: 1.4rem;
    font-weight: 800;
    margin-bottom: 1rem;
    display: inline-block;
    color: #fd3400;
}
main .box pre em {
    font-size: 1.4rem;
    color: #fd3400;
}
main > h3 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 3rem;
}
main .wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    margin-bottom: 4rem;
}
main .wrap:nth-of-type(5),
main .wrap:nth-of-type(11) {
    margin-bottom: 6rem;
}
main .wrap .icon {
    width: 4rem;
}
main .wrap .icon img {
    width: 100%;
}
main .wrap .text {}
main .wrap .text h4 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
main .wrap .text p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
}
main > pre em {
    font-size: 1.4rem;
    font-weight: 800;
    color: #fd3400;
}
main .link {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 1.5rem;
    padding: 3rem 0;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
    background: linear-gradient(to top right, #fd3c00, #ff8d6e);
}
main .link.black {
    background: #333333;
}
main .link p {
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.4;
}
main .link p strong {
    line-height: 1.4;
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
}
main .link a {
    color: #fd3400;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 1rem;
    background: #fff;
    padding: 0.8rem 0;
    width: 20rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
main .link.black a {
    color: #333;
}
main .link a img {
    width: 1.5rem;
}
main .link a img:nth-of-type(2) {
    width: 1rem;
}
main .service {
    padding: 3rem 0;
}
main .service h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .service .top {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 2.5rem;
}
main .service .top .box {
    border-radius: 1rem;
    border: 1px solid #fd3c00;
    padding: 3rem 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    text-align: center;
}
main .service .top .box h3 {
    font-size: 1.6rem;
    font-weight: 800;
}
main .service .top .box p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .service .top .box a {
    font-size: 1.4rem;
    color: #fff;
    background: #fd3c00;
    border-radius: 1rem;
    padding: 1rem 0;
}
main .service .bottom {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .service .bottom a {
    border-radius: 1rem;
    padding: 3rem 3rem 3rem 1.5rem;
    background-color: #ffeee9;
    background-image: url(../img/arrow-3.png);
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: right 1.5rem center;
}
main .service .bottom a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
main .service .bottom a p {
    font-size: 1.4rem;
}
main .service .bottom a p em {
    font-size: 1.4rem;
    font-weight: 600;
    color: #fd3c00;
}

footer {
    border-top: 1px solid #ececec;
    padding: 3rem 0;
    text-align: center;
}
footer h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    color: #999999;
}
footer p {
    font-size: 1.4rem;
    line-height: 1.4;
    color: #bcbcbc;
}

/* CCTV */
.camera_select {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3rem;
}
.camera_select select {
    width: calc(50% - .7rem);
    border-radius: 1rem;
    padding: 1.5rem;
    font-size: 1.6rem;
    color: #A8A8A8;
    background-color: #ededed;
    border: none;
    background-image: url(../img/arrow-5.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1.5rem center;
}
.camera_select select option {
    font-size: 1.6rem;
}
.camera_result {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.camera_box {
    border: .1rem solid #a1a1a1;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
}
.camera_box .cont_box {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}
.camera_box .cont_box li {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.camera_box .cont_box li .left {
    display: block;
    font-size: 1.4rem;
    color: #fd3400;
    font-weight: 600;
}
.camera_box .cont_box li .right {
    font-size: 1.4rem;
    line-height: 1.4;
}
.camera_box a {
    display: inline-block;
    width: max-content;
    margin-top: 1.5rem;
    background: #fd3400;
    text-align: center;
    font-size: 1.4rem;
    color: #fff;
    padding: 1.2rem 4rem;
    border-radius: 1rem;
}
#loadingMessage {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    padding-top: 3rem;
}
#map {
    width: 100%;
    height: 60vh;
}
.sub_box {
    padding: 3rem 1.5rem;
    border: .1rem solid #cbcbcb;
    border-radius: 1rem;
    margin-bottom: 4rem;
}
.cont_box.sub {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}
.cont_box.sub li {
    display: flex;
    align-items: center;
    gap: 1rem;
}
.cont_box.sub li .left {
    display: block;
    font-size: 1.4rem;
    color: #fd3400;
    font-weight: 600;
}
.cont_box.sub li .right {
    font-size: 1.4rem;
    line-height: 1.4;
}
.sub_box .link {
    display: block;
    margin-top: 2.5rem;
    background: #93C90F;
    text-align: center;
    font-size: 1.7rem;
    color: #fff;
    padding: 1.5rem 0;
    border-radius: var(--border);
    font-weight: 600;
}

/* 검색 */
.select_wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    gap: 1rem;
}
.select_wrap .regionSel {
    position: relative;
    width: 70%;
}
.select_wrap .regionSel > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    background-image: url(../img/arrow-5.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1.5rem center;
    color: #A0A0A0;
    background-color: #ededed;
    border-radius: 1rem;
}
.select_wrap .regionSel .regionOption {
    position: absolute;
    top: 4.5rem;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid #C8C8C8;
    display: none;
    flex-flow: column nowrap;
    height: 20rem;
    overflow-y: auto;
}
.select_wrap .regionSel .regionOption a {
    font-size: 1.4rem;
    padding: 1.5rem;
    border-bottom: 1px solid #dcdcdd;
}
.select_wrap .regionSel .regionOption a.selected {
    background: #fd3400;
    color: #fff;
    font-weight: 600;
}
.select_wrap .regionSel .regionOption a:last-child {
    border: none;
}
.select_wrap button {
    width: 30%;
    font-size: 1.4rem;
    color: #fff;
    border-radius: 0.5rem;
    background: #aa33ff;
}
.select_wrap .input_box {
    width: 58%;
    border: .1rem solid #C8C8C8;
    border-radius: var(--border);
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
}
.select_wrap .input_box input {
    display: block;
    padding: 1.5rem 0;
    font-size: 1.6rem;
    max-width: 80%;
}
.select_wrap .input_box input::placeholder {
    color: #A0A0A0;
}
.select_wrap .input_box input:focus {
    outline: none;
}
.submitBtn {
    width: 30% !important;
    font-size: 1.4rem;
    padding: 1.5rem 0;
    border-radius: 0.5rem;
    background: #fd3400 !important;
    color: #fff;
}
.search_cont .result {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-bottom: 4rem;
}
.search_cont .result li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: .1rem solid #cccccc;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
}
.search_cont .result li .result_left .name {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.search_cont .result li .result_left .tel {
    font-size: 1.4rem;
}
.search_cont .result li .left_right {
    font-size: 1.4rem;
    color: #fff;
    background: #fd3c00;
    padding: 1rem 3rem;
    border-radius: 0.5rem;
}
.pagination {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    width: 3rem; height: 3rem;
}
.pagination a.point {
    color: #fd3400;
}
.pagination a img {
    width: 1.5rem; height: 1.5rem;
    object-fit: contain;
    display: block;
}
.pagination .prev {
    margin-right: 1rem;
}
.pagination .next {
    margin-left: 1rem;
}

/* 질문 */
main .qna {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .qna .open {
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #a1a1a2;
}
main .qna .open h3 {
    font-size: 1.6rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    line-height: 1.4;
    padding: 2.5rem 1.5rem;
}
main .qna .open h3 img {
    width: 1.5rem;
}
main .qna .open pre {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 2rem 1.5rem;
    background: #ffeee9;
}
main .pagination {
    display: flex;
    justify-content: center;
    margin: 4rem 0;
}
main .pagination a {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .pagination strong {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 800;
    color: #fd3400;
}
main .pagination span {
    font-size: 1.4rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .pagination span img {
    width: 30%;
}
main .pagination a img {
    width: 30%;
}