@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

html,
a {
  text-decoration: none;
  color: inherit;
}

* {
  box-sizing: border-box;
  font-family: "Noto Sans KR", sans-serif;
}

input,
textarea {
  -moz-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

/* input:focus {
        outline: none;
    } */
button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
}

label {
  cursor: pointer;
}

a,
a:hover {
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Black.eot");
  src: url("../fonts/NotoSansKR-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Black.woff2") format("woff2"), url("../fonts/NotoSansKR-Black.woff") format("woff"), url("../fonts/NotoSansKR-Black.ttf") format("truetype"), url("../fonts/NotoSansKR-Black.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Bold.eot");
  src: url("../fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../fonts/NotoSansKR-Bold.woff") format("woff"), url("../fonts/NotoSansKR-Bold.ttf") format("truetype"), url("../fonts/NotoSansKR-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Medium.eot");
  src: url("../fonts/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../fonts/NotoSansKR-Medium.woff") format("woff"), url("../fonts/NotoSansKR-Medium.ttf") format("truetype"), url("../fonts/NotoSansKR-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Regular.eot");
  src: url("../fonts/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../fonts/NotoSansKR-Regular.woff") format("woff"), url("../fonts/NotoSansKR-Regular.ttf") format("truetype"), url("../fonts/NotoSansKR-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-DemiLight.eot");
  src: url("../fonts/NotoSansKR-DemiLight.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-DemiLight.woff2") format("woff2"), url("../fonts/NotoSansKR-DemiLight.woff") format("woff"), url("../fonts/NotoSansKR-DemiLight.ttf") format("truetype"), url("../fonts/NotoSansKR-DemiLight.otf") format("opentype");
  font-weight: 350;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Light.eot");
  src: url("../fonts/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Light.woff2") format("woff2"), url("../fonts/NotoSansKR-Light.woff") format("woff"), url("../fonts/NotoSansKR-Light.ttf") format("truetype"), url("../fonts/NotoSansKR-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans KR";
  src: url("../fonts/NotoSansKR-Thin.eot");
  src: url("../fonts/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Thin.woff2") format("woff2"), url("../fonts/NotoSansKR-Thin.woff") format("woff"), url("../fonts/NotoSansKR-Thin.ttf") format("truetype"), url("../fonts/NotoSansKR-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal;
}
root {
  --vh: 1vh;
}

.landscape .wrap {
  height: calc(100% - 55px);
}
.landscape .wrap.heightFree {
  min-height: calc(100% - 55px);
  height: auto;
}

html,
body {
  overflow-x: hidden;
}

body {
  position: relative;
  height: calc(var(--vh, 1vh) * 100);
}
body.landscape {
  height: calc(var(--vh, 1vh) * 100);
}

.btn-mint {
  width: 100%;
  height: 46px;
  border-radius: 5px;
  background: #00bbc5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.btn-mint:active {
  background: #247c81;
}

.btn-mint-cmnt {
  width: 50px;
  height: 46px;
  border-radius: 5px;
  background: #00bbc5;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.btn-mint-cmnt:active {
  background: #247c81;
}

.btn-confirm {
  width: calc(100% - 60px);
  height: 46px;
  margin-bottom: 30px;
  border-radius: 5px;
  background: #bac3ce;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  bottom: 0;
}
.btn-confirm:active {
  background: #247c81;
}

.btn-id-pw {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 35px;
  font-size: 13px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #aaaaaa;
}
.btn-id-pw:active {
  color: #3d3d3d;
}

.dim {
  overflow: hidden;
  z-index: 20;
  position: fixed;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.dim.visible {
  opacity: 1;
  visibility: visible;
}

.menu-side {
  overflow-y: auto;
  position: absolute;
  min-width: 200px;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  transform: translateX(100%);
  background: #f8f8f8;
  transition: all 0.4s;
}
.menu-side .btn-close {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url("../images/common/ic-close-2.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 30px 30px;
  text-indent: -9999px;
  top: 16px;
  right: 16px;
}

.list-side-menu {
  padding: 60px 0 0;
}
.list-side-menu li {
  border-top: 1px solid #d9dfe5;
}
.list-side-menu li:last-child {
  border-bottom: 1px solid #d9dfe5;
}
.list-side-menu li.active .btn {
  background: #d9dfe5;
}
.list-side-menu .btn-arrow {
  flex-shrink: 0;
  display: block;
  width: 30px;
  height: 30px;
  background: url("../images/admin/icon-admin-select.svg") no-repeat 50% 50%;
  font-size: 0;
  transition: all 0.6s;
}
.list-side-menu .btn-arrow.close {
  transform: rotate(0deg);
}
.list-side-menu .btn-arrow.open {
  transform: rotate(180deg);
}
.list-side-menu .btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 0 10px 0;
}
.list-side-menu .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 38px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #384657;
}
.list-side-menu .text.map {
  background: url("../images/mobile/icon-map-side.svg") no-repeat 0 50%;
}
.list-side-menu .text.chat {
  background: url("../images/mobile/icon-chat-side.svg") no-repeat 0 50%;
}
.list-side-menu .text.cctv {
  background: url("../images/mobile/icon-cctv-side.svg") no-repeat 0 50%;
}
.list-side-menu .text.bbs {
  background: url("../images/mobile/icon-bbs-side.svg") no-repeat 0 50%;
}
.list-side-menu .text.operation {
  background: url("../images/mobile/icon-operation-side.svg") no-repeat 0 50%;
}
.list-side-menu .text.file {
  background: url("../images/mobile/icon-file-side.svg") no-repeat 0 50%;
}

.list-two-depth {
  overflow-y: hidden;
  max-height: 0;
  transition: all 0.4s;
}
.list-two-depth .link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 48px 0;
  background: #d0d0d0;
}
.list-two-depth li:last-child {
  border-bottom: none;
}
.list-two-depth.on {
  max-height: 1000px;
}
.list-two-depth .active .link {
  background: #c0c0c0;
}

.sideOn .menu-side {
  transform: translateX(0);
}

.pop-alert {
  z-index: 25;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  height: 210px;
  border-radius: 20px 20px 0 0;
  background: #ffffff;
  left: 0;
  bottom: 0;
  bottom: -210px; /* 숨긴 상태 */
  transition: transform 0.3s ease;
}
.pop-alert.slide-up {
  transform: translateY(-210px); /* 나타나는 애니메이션 */
}
.pop-alert .slide-down {
  transform: translateY(0); /* 사라지는 애니메이션 */
}
.pop-alert .wrap-text {
  margin-top: 48px;
}
.pop-alert .wrap-text .text {
  text-align: center;
}
.pop-alert .wrap-text .text-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
  letter-spacing: -0.03em;
}
.pop-alert .wrap-text .text-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.625;
  letter-spacing: -0.03em;
}

.btn-alert-close {
  position: absolute;
  width: 100%;
  height: 34px;
  top: 0;
  left: 0;
  background: url("../images/mobile/icon-close-alert.svg") no-repeat 50% 15px;
  text-indent: -9999px;
}

.input {
  width: 100%;
  height: 46px;
  padding: 0 15.5px 0;
  border-radius: 5px;
  background: #fafafa;
  border: 1px solid #ececec;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #333;
  outline: none;
}
.input::placeholder {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #aaaaaa;
}
.input + .input {
  margin-top: 10px;
}
.input:active, .input:focus-visible {
  border: 1px solid #3d3d3d;
}
.input:active::placeholder, .input:focus-visible::placeholder {
  color: #3d3d3d;
}

.wrap-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 55px;
}
.wrap-header .logo {
  display: inline-block;
  padding-left: 29px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #384657;
  background: url("../images/mobile/icon-logo.svg") no-repeat 0 50%;
}
.wrap-header .btn-home {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/mobile/ic_home.svg") no-repeat 50% 50%;
  top: 8px;
  left: 12px;
  text-indent: -99999px;
}
.wrap-header .btn-home:active {
  background: url("../images/mobile/ic_home-active.svg") no-repeat 50% 50%;
}
.wrap-header .btn-log {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background: url("../images/mobile/icon-logout.svg") no-repeat 50% 50%;
  top: 8px;
  right: 12px;
  text-indent: -99999px;
}
.wrap-header .btn-log:active {
  background: url("../images/mobile/icon-logout-active.svg") no-repeat 50% 50%;
}
.wrap-header .btn-log.left {
  left: 12px;
}
.wrap-header .text-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: center;
  color: #000;
}
.wrap-header .link-prev {
  position: absolute;
  display: block;
  width: 31px;
  height: 30px;
  top: 9px;
  left: 19px;
  background: url("../images/mobile/icon-prev.svg") no-repeat 50% 50%;
  text-indent: -9999px;
}
.wrap-header .link-prev:active {
  background: url("../images/mobile/icon-prev-active.svg") no-repeat 50% 50%;
}
.wrap-header .btn-side-menu {
  position: absolute;
  width: 31px;
  height: 30px;
  top: 12px;
  right: 20px;
  background: url("../images/mobile/icon-hamburder.svg") no-repeat 50% 50%;
  text-indent: -9999px;
}

.wrap-navi {
  flex-shrink: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  background: #717f92;
  flex-shrink: 0;
}
.wrap-navi .text {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.wrap-navi .btn {
  position: absolute;
}
.wrap-navi .btn-prev {
  width: 31px;
  height: 30px;
  top: 9px;
  left: 20px;
  background: url("../images/mobile/ic_prev_02.svg") no-repeat 50% 50%;
  text-indent: -9999px;
}
.wrap-navi .btn-prev:active {
  background: url("../images/mobile/ic_prev_02-active.svg") no-repeat 50% 50%;
}
.wrap-navi .btn-side-menu {
  width: 31px;
  height: 30px;
  top: 9px;
  right: 20px;
  background: url("../images/common/icon-hamburder.svg") no-repeat 50% 50%;
  text-indent: -9999px;
}

.wrap {
  position: relative;
  overflow-y: auto;
  display: flex;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100 - 55px);
  flex-direction: column;
}
.wrap.nonScroll {
  overflow-y: hidden;
}
.wrap.operation {
  height: calc(var(--vh, 1vh) * 100 - 206px);
}

.box-alert {
  position: absolute;
  width: 310px;
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #8f949b;
  border: 1px solid #8f949b;
  padding: 5px 5px 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: normal; /* 텍스트 줄바꿈 허용 */
  word-wrap: break-word; /* 단어 단위 줄바꿈 허용 */
  overflow-wrap: break-word; /* 긴 단어도 줄바꿈 */
}
.box-alert.close {
  right: 106px;
}
.box-alert.open {
  right: 756px;
}
.box-alert.hidden {
  bottom: 9px;
}
.box-alert.show {
  bottom: 279px;
}
.box-alert .box-subject {
  position: relative;
  padding-bottom: 0;
  border-bottom: none;
}
.box-alert .box-subject .text-subject {
  display: block;
  padding-left: 47px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: left;
  color: #fff;
  background-color: #f1893e;
  border-radius: 8px 8px 0 0;
  background-image: url("../images/main/icon-caution-white.svg");
  background-repeat: no-repeat;
  background-position: 13px 50%;
  background-size: 20px 18px;
}
.box-alert .box-subject .btn-close {
  position: absolute;
  width: 15px;
  height: 15px;
  background: url("../images/main/icon-alert-close.svg") no-repeat 50% 50%;
  background-size: 15px 15px;
  top: 13px;
  right: 10px;
  text-indent: -99999px;
}
.box-alert .list-alert {
  margin-top: 9px;
}
.box-alert .list-alert li {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
  padding-left: 30px;
  word-break: keep-all;
}
.box-alert .list-alert li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #3d3d3d;
  left: 15px;
  top: 50%;
  margin-top: -2.5px;
}

.select {
  width: 100%;
  height: 34px;
  padding: 0 12px 0;
  border-radius: 5px;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  background-image: url("../images/mobile/icon-m-select.svg");
  background-position: calc(100% - 8px) 50%;
  background-repeat: no-repeat;
}

.select-bbs {
  width: 100%;
  height: 46px;
  padding: 0 29px 0 20px;
  border-radius: 5px;
  appearance: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
  background: #fafafa;
  border: 1px solid #ececec;
  background-image: url("../images/mobile/icon-m-select.svg");
  background-position: calc(100% - 16px) 50%;
  background-repeat: no-repeat;
}

.wrap-pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-pagination .btn {
  display: block;
  width: 22px;
  height: 22px;
  text-indent: -99999px;
}
.wrap-pagination .btn-prev {
  margin-right: 25px;
  background: url("../images/common/icon-prev.svg") no-repeat 50% 50%;
}
.wrap-pagination .btn-prev:hover {
  background: url("../images/common/icon-prev-hover.svg") no-repeat 50% 50%;
}
.wrap-pagination .btn-next {
  margin-left: 25px;
  background: url("../images/common/icon-next.svg") no-repeat 50% 50%;
}
.wrap-pagination .btn-next:hover {
  background: url("../images/common/icon-next-hover.svg") no-repeat 50% 50%;
}
.wrap-pagination .btn-num {
  display: inline-block;
  width: 40px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 40px;
  color: #7c7c7c;
}
.wrap-pagination .btn-num:hover {
  color: #00bbc5;
}
.wrap-pagination .btn-num.active {
  border-radius: 50%;
  background: #00bbc5;
  color: #ffffff;
}

.btn-vivid-cyan {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border-radius: 5px;
  background: #00bbc5;
}
.btn-vivid-cyan:active {
  background: #247c81;
}
.btn-vivid-cyan .text {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.btn-mint2 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 4px;
  background-color: #00bbc5;
  border: 1px solid #00bbc5;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.btn-mint2.mod {
  padding-left: 51px;
  background-position: 25px 50%;
  background-image: url("../images/common/icon-mod-bbs.svg");
}
.btn-mint2.re {
  padding-left: 45px;
  background-position: 19px 50%;
  background-image: url("../images/common/icon-re.svg");
}
.btn-mint2.center {
  justify-content: center;
}
.btn-mint2.list {
  padding-left: 24px;
  justify-content: center;
  background-position: 26px 50%;
  background-image: url("../images/common/icon-list.svg");
}

.btn-mint-cream {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 4px;
  background-color: #ebf8f8;
  background-repeat: no-repeat;
  border: 1px solid #00bbc5;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: -0.03em;
  color: #00bbc5;
}
.btn-mint-cream.mod {
  padding-left: 51px;
  background-position: 25px 50%;
  background-image: url("../images/common/icon-mod.svg");
}
.btn-mint-cream.re {
  padding-left: 45px;
  background-position: 19px 50%;
  background-image: url("../images/common/icon-re.svg");
}
.btn-mint-cream.center {
  justify-content: center;
}
.btn-mint-cream.list {
  padding-left: 24px;
  justify-content: center;
  background-position: 26px 50%;
  background-image: url("../images/common/icon-list.svg");
}

.btn-gray {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 40px;
  border-radius: 4px;
  background-color: #9fa7ae;
  border: 1px solid #9fa7ae;
  background-repeat: no-repeat;
  font-size: 13px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.btn-gray.mod {
  padding-left: 51px;
  background-position: 25px 50%;
  background-image: url("../images/common/icon-mod.svg");
}
.btn-gray.re {
  padding-left: 45px;
  background-position: 19px 50%;
  background-image: url("../images/common/icon-re.svg");
}
.btn-gray.center {
  justify-content: center;
}
.btn-gray.list {
  padding-left: 24px;
  justify-content: center;
  background-position: 26px 50%;
  background-image: url("../images/common/icon-list.svg");
}

.btn-operation {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  padding-left: 90px;
  text-align: left;
  border-radius: 5px;
  background: #70c9ce;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 45px 50%;
}
.btn-operation.air {
  background-image: url("../images/mobile/icon-operation-air.svg");
}
.btn-operation.traffic {
  background-image: url("../images/mobile/icon-operation-traffic-1.svg");
}
.btn-operation.accident {
  background-image: url("../images/mobile/icon-operation-accident.svg");
}

.btn-mod-2 {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("../images/common/icon-mod-bbs.svg");
  background-size: 12px;
}

.btn-close {
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("../images/login/icon-close.svg");
}
.btn-close:hover {
  background-image: url("../images/login/icon-close-hover.svg");
}

.box-comment {
  margin-top: 47px;
}
.box-comment .box-titre {
  display: flex;
  justify-content: left;
  align-items: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #c1cad7;
}
.box-comment .text-titre {
  padding-left: 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.17px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
  background: url("../images/common/chat-text.svg") no-repeat 0 50%;
}
.box-comment .text-titre.admin {
  background: url("../images/common/icon-admin-chat.svg") no-repeat 0 50%;
}
.box-comment .text-count {
  margin-left: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 23.17px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #00bbc5;
}
.box-comment .list-comment p {
  font-size: 14px;
  line-height: 1.4;
}
.box-comment .list-comment li {
  position: relative;
  padding: 20px 0 33px;
  border-bottom: 1px solid #c1cad7;
}
.box-comment .list-comment .btn {
  position: absolute;
  padding: 12px;
  background-color: #29384d;
  top: 20px;
  right: 10px;
}
.box-comment .list-comment .btn.mod {
  background-color: #00bbc5;
  right: 40px;
}
.box-comment .list-comment .btn.mod:hover {
  background-color: #1a7e83;
}
.box-comment .list-comment .comment-head {
  display: flex;
  justify-content: left;
  align-items: center;
}
.box-comment .list-comment .comment-head .text-writer {
  font-size: 12px;
  font-weight: 500;
  line-height: 17.38px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #3d3d3d;
}
.box-comment .list-comment .comment-head .text-date {
  margin-left: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17.38px;
  letter-spacing: -0.05em;
  text-align: left;
  color: #a5a5a5;
}
.box-comment .list-comment .comment-body {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.27px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
}
.box-comment .btn-comment-close {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  top: 10px;
  right: 10px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("../images/login/icon-close.svg");
}
.box-comment .btn-comment-close:hover {
  background-image: url("../images/login/icon-close-hover.svg");
}

.box-write-form.view {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}
.box-write-form .input {
  width: calc(100% - 60px);
}

.wrap-deny {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wrap-deny .inner-deny {
  display: flex;
  flex-direction: column;
}
.wrap-deny .wrap-deny-title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wrap-deny .wrap-deny-title img {
  width: 30px;
}
.wrap-deny .wrap-deny-title .text {
  margin-left: 6px;
  font-size: 18px;
  font-weight: 700;
}
.wrap-deny .wrap-deny-text {
  margin-top: 16px;
}
.wrap-deny .wrap-deny-text .text {
  font-size: 16px;
  line-height: 1.4;
  text-align: right;
}
.wrap-deny .wrap-deny-text .text + .text {
  margin-top: 8px;
}
.wrap-deny .wrap-btn {
  margin-top: 34px;
}

.choices__list--dropdown {
  z-index: 10 !important;
}

.landscape .list-bbs-cont {
  overflow-y: hidden;
  width: 100%;
  height: auto;
}

.landscape .wrap-mobile-pagination {
  position: relative;
  bottom: 0;
  margin-top: 30px;
  padding-bottom: 30px;
}

.landscape .wrap-operation-table {
  margin-top: 5.12%;
  padding-bottom: 30px;
}

#ext-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#ol-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#ol-map .ol-viewport {
  background-color: transparent !important;
}

.wrap-menu {
  z-index: 10;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 90px;
  padding-top: 10px;
  background: #ffffff;
  left: 0;
  bottom: 0;
  transition: transform 0.3s ease;
}
.wrap-menu.slide-up {
  transform: translateY(0px);
}
.wrap-menu.slide-down {
  transform: translateY(90px);
}
.wrap-menu .link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 80px;
  height: 60px;
  padding-top: 5px;
  margin-left: 45px;
}
.wrap-menu .link:first-child {
  margin-left: 0;
}
.wrap-menu .link .text {
  display: block;
  width: 100%;
  padding-top: 32px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-align: center;
  color: #3d3d3d;
}
.wrap-menu .link .text.announce {
  background: url("../images/mobile/icon-announce.svg") no-repeat 50% 0;
}
.wrap-menu .link .text.outbreak {
  background: url("../images/mobile/icon-outbreak.svg") no-repeat 50% 0;
}
.wrap-menu .link .text.construction {
  background: url("../images/mobile/icon-construction.svg") no-repeat 50% 0;
}
.wrap-menu .link .text.gauge {
  background: url("../images/mobile/icon-gauge.svg") no-repeat 50% 0;
}
.wrap-menu .link .text.aws {
  background: url("../images/mobile/icon-aws.svg") no-repeat 50% 0;
}
.wrap-menu .link:active .text, .wrap-menu .link.active .text {
  font-weight: 700;
  color: #00bbc5;
}
.wrap-menu .link:active .text.announce, .wrap-menu .link.active .text.announce {
  background: url("../images/mobile/icon-announce-active.svg") no-repeat 50% 0;
}
.wrap-menu .link:active .text.outbreak, .wrap-menu .link.active .text.outbreak {
  background: url("../images/mobile/icon-outbreak-active.svg") no-repeat 50% 0;
}
.wrap-menu .link:active .text.construction, .wrap-menu .link.active .text.construction {
  background: url("../images/mobile/icon-construction-active.svg") no-repeat 50% 0;
}
.wrap-menu .link:active .text.gauge, .wrap-menu .link.active .text.gauge {
  background: url("../images/mobile/icon-gauge-active.svg") no-repeat 50% 0;
}
.wrap-menu .link:active .text.aws, .wrap-menu .link.active .text.aws {
  background: url("../images/mobile/icon-aws-active.svg") no-repeat 50% 0;
}
.wrap-menu .btn-close {
  position: absolute;
  width: 40px;
  height: 20px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/mobile/icon-map-close.svg") no-repeat 50% 50%;
  text-indent: -9999px;
}

.wrap-non-header {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.wrap-non-header.scroll {
  overflow-y: auto;
}

.wrap-gate {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #56c0c6;
  background-image: url("../images/mobile/gate-bg.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.wrap-gate .link-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap-gate .text {
  margin-top: 17px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-align: center;
  color: #fff;
}

.wrap-main-btn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 30px 30px;
  margin-top: 16.15%;
}
.wrap-main-btn .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  aspect-ratio: 1/0.85;
  background-color: #b0b8c1;
}
.wrap-main-btn .btn:active {
  background-color: #868f9a;
}
.wrap-main-btn .btn.cyan {
  background-color: #70c9ce;
}
.wrap-main-btn .btn.cyan:active {
  background-color: #2ea2a8;
}
.wrap-main-btn .btn .text {
  display: inline-block;
  width: 100%;
  padding-top: 65px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.wrap-main-btn .btn .text.map {
  background: url("../images/mobile/icon-map.svg") no-repeat 50% 0;
}
.wrap-main-btn .btn .text.chat {
  background: url("../images/mobile/icon-chat-2.svg") no-repeat 50% 0;
}
.wrap-main-btn .btn .text.cctv {
  background: url("../images/mobile/icon-cctv.svg") no-repeat 50% 0;
}
.wrap-main-btn .btn .text.bbs {
  background: url("../images/mobile/icon-bbs.svg") no-repeat 50% 0;
}
.wrap-main-btn .btn .text.operation {
  background: url("../images/mobile/icon-operation.svg") no-repeat 50% 0;
}
.wrap-main-btn .btn .text.file {
  background: url("../images/mobile/icon-file-2.svg") no-repeat 50% 0;
}
.wrap-main-btn .btn .text.history {
  background: url("../images/mobile/icon-history.svg") no-repeat 50% 0;
}

.wrap-log {
  width: 100%;
  padding: 0 30px 0;
}
.wrap-log .text-logo {
  display: block;
  margin-top: 33.33%;
  padding-top: 78px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: center;
  color: #384657;
  background: url("../images/mobile/icon-logo-log.svg") no-repeat 50% 0;
}
.wrap-log .wrap-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 80px;
}
.wrap-log .wrap-form .box-input {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.wrap-log .wrap-form .box-input .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #55667c;
}
.wrap-log .wrap-form .box-input .text + .input {
  margin-top: 10px;
}
.wrap-log .wrap-form .box-login {
  width: 100%;
  margin-top: 50px;
}

.wrap-map {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: calc(100% - 90px);
}
.wrap-map.full {
  height: 100%;
}
.wrap-map .box-cctv {
  position: absolute;
  display: flex;
}
.wrap-map .box-cctv.flexColumn {
  flex-direction: column;
  align-items: center;
}
.wrap-map .box-cctv.flexColumn .inner-icon {
  margin-top: 28px;
}
.wrap-map .box-cctv.flexColumn .box-balloon {
  margin-left: 24px;
}
.wrap-map .box-cctv.flexColumn.reverse {
  flex-direction: column-reverse;
}
.wrap-map .box-cctv.flexColumn.reverse .inner-icon {
  margin-top: 0;
  margin-bottom: 28px;
}
.wrap-map .box-cctv.flexRow {
  flex-direction: row;
  align-items: center;
}
.wrap-map .box-cctv.flexRow.reverse {
  flex-direction: row-reverse;
}
.wrap-map .box-cctv.flexRow.reverse .box-balloon {
  margin-left: 28px;
}
.wrap-map .box-cctv .inner-icon {
  display: flex;
  justify-content: left;
  align-items: flex-start;
}
.wrap-map .box-cctv .inner-icon.flexColumn {
  margin-top: 28px;
}
.wrap-map .box-cctv .box-caution .icon-cation {
  display: block;
  width: 26px;
  height: 23.5px;
  background: url("../images/main/icon-caution.svg") no-repeat 50% 50%;
  background-size: 26px 23.5px;
}
.wrap-map .box-cctv .list-cctv {
  margin-left: 5px;
  display: grid;
  gap: 8px;
}
.wrap-map .box-cctv .list-cctv.twoColumn {
  grid-template-columns: repeat(2, 1fr);
}
.wrap-map .box-cctv .list-cctv.fourColumn {
  grid-template-columns: repeat(4, 1fr);
}
.wrap-map .box-cctv .icon-cctv {
  display: block;
  width: 24px;
  height: 24px;
  background: url("../images/main/icon-cctv-re.svg") no-repeat 50% 50%;
  background-size: 24px;
}
.wrap-map .box-cctv .icon-cctv.on {
  background: url("../images/main/icon-cctv-re-on.svg") no-repeat 50% 50%;
  background-size: 24px;
}
.wrap-map .box-cctv.sign {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 36px;
  min-width: 78px;
  padding: 3px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
.wrap-map .box-cctv .box-balloon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  border: 1px solid #fff;
  background: #00949c;
  border-radius: 15px;
  padding-left: 24px;
  padding-right: 10px;
  background-size: auto 10px;
  background-repeat: no-repeat;
}
.wrap-map .box-cctv .box-balloon .text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
  color: #fff;
}
.wrap-map .box-cctv .box-balloon[data-axiscd="374"] {
  background-image: url("../images/main/road/common.png");
  background-position: 6px 50%;
}
.wrap-map .box-cctv .box-balloon[data-axiscd="531"] {
  background-image: url("../images/main/road/yongma.png");
  background-position: 3px 50%;
}
.wrap-map .box-cctv .box-balloon[data-axiscd="536"] {
  background-image: url("../images/main/road/gangnam.png");
  background-position: 6px 50%;
}
.wrap-map .box-cctv .box-balloon[data-axiscd="21001"] {
  background-image: url("../images/main/road/sinwol.png");
  background-position: 6px 50%;
}
.wrap-map .box-cctv .box-balloon[data-axiscd="21002"] {
  background-image: url("../images/main/road/seobu.png");
  background-position: 6px 50%;
}

.list-log {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
}
.list-log li {
  position: relative;
  margin-left: 16px;
}
.list-log li:first-child {
  margin-left: 0;
}
.list-log li::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 11px;
  background: #e0e0e0;
  top: 12px;
  right: -8px;
}
.list-log li:last-child::after {
  content: none;
}

.wrap-find-id {
  width: calc(100% - 60px);
  margin: 50px auto 0;
}
.wrap-find-id .wrap-input {
  margin-top: 18px;
}
.wrap-find-id .text-subject {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: left;
  color: #55667c;
}
.wrap-find-id .text-desc {
  margin-top: 10px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  color: #aaaaaa;
}
.wrap-find-id .btn {
  margin-top: 50px;
}

.inner {
  width: calc(100% - 40px);
  margin: 0 auto 0;
}
.inner.operation {
  margin-top: 7.7%;
  padding-bottom: 7.7%;
}
.inner.operation th {
  padding: 8px 0 8px;
}
.inner.operation td {
  padding: 9px 0 9px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.03em;
  color: #3d3d3d;
  text-align: center;
  vertical-align: middle;
}
.inner.operation .text-subject {
  font-size: 16px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
}
.inner.operation .text-subject + .wrap-scroll {
  margin-top: 6px;
}
.inner.operation .wrap-scroll {
  position: relative;
  overflow-x: auto;
  padding-bottom: 16px;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}
.inner.operation .wrap-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px; /* 스크롤바 너비 */
}
.inner.operation .wrap-scroll::-webkit-scrollbar-track {
  background: #eff2f7;
}
.inner.operation .wrap-scroll::-webkit-scrollbar-thumb {
  background: #c1cad7;
  border-radius: 6px;
}
.inner.operation .inner-line {
  position: relative;
  overflow-y: hidden;
}
.inner.operation .inner-line + .inner-line {
  margin-top: 30px;
}
.inner.operation .text-red {
  font-weight: 500;
  color: #cf1111;
}
.inner table {
  width: 100%;
  table-layout: fixed;
}
.inner th {
  background: #e7ebee;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333;
  letter-spacing: -0.03em;
  color: #3d3d3d;
  vertical-align: middle;
  text-align: center;
}

.wrap-cctv {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #1d1e1e;
  top: 0;
  left: 0;
  /* 인접 CCTV 컨트롤 배치 및 스타일 */
}
.wrap-cctv .box-cctv {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100% - 90px);
}
.wrap-cctv .box-cctv video {
  width: 100%;
  aspect-ratio: 4/3;
  background-color: #4c4f4f;
}
.wrap-cctv .box-cctv.alarm {
  overflow-y: scroll;
  display: block;
}
.wrap-cctv .box-cctv.alarm .inner {
  width: 100% !important;
  padding: 10px 14px 10px;
  margin: auto !important;
}
.wrap-cctv .box-cctv.alarm .inner .box-table {
  margin-top: 30px;
  background: #fff;
}
.wrap-cctv .box-cctv.alarm .inner .box-table th {
  padding: 10px 0 10px;
}
.wrap-cctv .box-cctv.alarm .inner .box-table td {
  font-size: 13px;
  padding: 6px 4px 6px;
  vertical-align: middle;
  border: 1px solid #cccccc;
}
.wrap-cctv .box-cctv.alarm .inner .box-table td.taCenter {
  text-align: center;
}
.wrap-cctv .box-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 90px;
  background: #717f92;
}
.wrap-cctv .box-title .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #fff;
}
.wrap-cctv .box-title .btn-fav {
  position: absolute;
  width: 24px;
  height: 22.8px;
  top: 33px;
  right: 30px;
  text-indent: -9999px;
  background: url("../images/mobile/icon-fav.svg") no-repeat 50% 50%;
}
.wrap-cctv .box-title .btn-fav.active {
  background: url("../images/mobile/icon-fav-active.svg") no-repeat 50% 50%;
}
.wrap-cctv .btn-close-cctv {
  position: absolute;
  width: 20px;
  height: 20px;
  background: url("../images/mobile/icon-cctv-close.svg") no-repeat 50% 50%;
  top: 13px;
  right: 9px;
  text-indent: -9999px;
}
.wrap-cctv .btn-close-cctv:active {
  background: url("../images/mobile/icon-cctv-close-active.svg") no-repeat 50% 50%;
}
.wrap-cctv #m-cctv-adj,
.wrap-cctv .cctv-adj-controls {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px; /* 타이틀바(90px) 바로 위에 10px 여유 */
  z-index: 20; /* 비디오 위로 */
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(2px);
  /* 아이콘 파일은 프로젝트 경로에 맞게 조정하세요 */
}
.wrap-cctv #m-cctv-adj .adj-sep,
.wrap-cctv .cctv-adj-controls .adj-sep {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.02em;
}
.wrap-cctv #m-cctv-adj button,
.wrap-cctv .cctv-adj-controls button {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 16px 16px;
  cursor: pointer;
}
.wrap-cctv #m-cctv-adj button:disabled,
.wrap-cctv .cctv-adj-controls button:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.wrap-cctv #m-cctv-adj button:active,
.wrap-cctv .cctv-adj-controls button:active {
  transform: scale(0.96);
}
.wrap-cctv #m-cctv-adj .btn-cctv-prev,
.wrap-cctv .cctv-adj-controls .btn-cctv-prev {
  background-image: url("../images/mobile/icon-cctv-prev.svg");
}
.wrap-cctv #m-cctv-adj .btn-cctv-next,
.wrap-cctv .cctv-adj-controls .btn-cctv-next {
  background-image: url("../images/mobile/icon-cctv-next.svg");
}

.wrap-map-menu {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: absolute;
  width: 50px;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.wrap-map-menu .btn-menu {
  width: 100%;
  height: 20px;
  background: url("../images/mobile/icon-menu-btn.svg") no-repeat 50% 50%;
  text-indent: -9999px;
}
.wrap-map-menu .btn-menu:active {
  background: url("../images/mobile/icon-menu-btn-active.svg") no-repeat 50% 50%;
}
.wrap-map-menu .list-btn {
  display: none;
  flex-direction: column;
  width: 100%;
}
.wrap-map-menu .list-btn.active {
  display: flex;
}
.wrap-map-menu .list-btn li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 100%;
  height: 50px;
  padding-bottom: 5px;
  margin-top: -1px;
  background: #ffffff;
  border: 1px solid #bbbbbb;
}
.wrap-map-menu .list-btn .text {
  display: block;
  width: 100%;
  padding-top: 23px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #4a586b;
  text-align: center;
}
.wrap-map-menu .list-btn .text.map-type-toggle {
  background: url("/images/mobile/icon-map.png") no-repeat 50% 0;
}
.wrap-map-menu .list-btn .text.map-type-toggle.active {
  background: url("/images/mobile/icon-map-sat.png") no-repeat 50% 0;
  color: #ffffff;
}
.wrap-map-menu .list-btn .text.traffic {
  background: url("../images/mobile/icon-traffic-2.svg") no-repeat 50% 0;
}
.wrap-map-menu .list-btn .text.outbreak {
  background: url("../images/mobile/icon-menu-outbreak.svg") no-repeat 50% 0;
}
.wrap-map-menu .list-btn .text.cctv {
  background: url("../images/mobile/icon-menu-cctv.svg") no-repeat 50% 0;
}
.wrap-map-menu .list-btn .text.road-select {
  background: url("../images/mobile/icon-map2.svg") no-repeat 50% 0;
}
.wrap-map-menu .list-btn .text.active {
  color: #00bbc5;
}
.wrap-map-menu .list-btn .text.active.traffic {
  background: url("../images/mobile/icon-traffic-active-2.svg") no-repeat 50% 0;
}
.wrap-map-menu .list-btn .text.active.outbreak {
  background: url("../images/mobile/icon-menu-outbreak-active.svg") no-repeat 50% 0;
}
.wrap-map-menu .list-btn .text.active.cctv {
  background: url("../images/mobile/icon-menu-cctv-active.svg") no-repeat 50% 0;
}

.wrap-traffic {
  position: relative;
  overflow-y: auto;
  width: 100%;
  height: calc(100% - 50px);
}

.wrap-select {
  position: absolute;
  width: 110px;
  top: 10px;
  left: 10px;
  z-index: 3;
}

.wrap-road-legend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 203px;
  height: 34px;
  padding: 0 10px 0;
  border-radius: 5px;
  border: 1px solid #e2e4e5;
  top: 10px;
  right: 10px;
}
.wrap-road-legend .text {
  position: relative;
  padding-left: 12px;
  font-size: 11px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
}
.wrap-road-legend .text::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 4px;
  top: 2px;
  left: 0;
}
.wrap-road-legend .text.smoothly::before {
  background: #8ad33f;
}
.wrap-road-legend .text.slow::before {
  background: #fdd518;
}
.wrap-road-legend .text.jam::before {
  background: #f15656;
}
.wrap-road-legend .text.onInfo::before {
  background: #cdd0d3;
}

.wrap-real-time {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 94px;
  width: 100%;
  height: calc(100% - 158px);
}

.wrap-real-cont {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
}
.wrap-real-cont .box-cctv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.wrap-real-cont .list-cctv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.wrap-real-cont .list-cctv + .list-cctv {
  margin-top: 10px;
}
.wrap-real-cont .list-cctv li {
  z-index: 5;
  position: relative;
  width: 24px;
  height: 24px;
}
.wrap-real-cont .list-cctv li + li {
  margin-top: 6px;
}
.wrap-real-cont .wrap-road {
  position: relative;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 15px 0;
  display: flex;
  flex-direction: row;
}
.wrap-real-cont .wrap-road .wrap-board {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 32px;
  height: 31px;
  left: 50%;
  transform: translateX(-50%);
}
.wrap-real-cont .wrap-road .wrap-board.top {
  top: 0;
}
.wrap-real-cont .wrap-road .wrap-board.bottom {
  bottom: 0;
}
.wrap-real-cont .wrap-road .wrap-board .text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: center;
  color: #3d3d3d;
}
.wrap-real-cont .wrap-road .wrap-board .box-arrow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap-real-cont .wrap-road .wrap-board .box-arrow .icon-arrow {
  width: 10px;
  height: 12px;
  text-indent: -9999px;
}
.wrap-real-cont .wrap-road .wrap-board .box-arrow .icon-arrow.dwon {
  background: url("../images/mobile/icon-road-dwon.svg") no-repeat 50% 50%;
}
.wrap-real-cont .wrap-road .wrap-board .box-arrow .icon-arrow.up {
  background: url("../images/mobile/icon-road-up.svg") no-repeat 50% 50%;
}
.wrap-real-cont .wrap-road .list-road {
  width: 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.wrap-real-cont .wrap-road .list-road + .list-road {
  margin-left: 8px;
}
.wrap-real-cont .wrap-road .list-road li {
  position: relative;
  width: 6px;
  display: block;
  background: #cdd0d3;
}
.wrap-real-cont .wrap-road .list-road li:first-child {
  border-radius: 6px 6px 0 0;
}
.wrap-real-cont .wrap-road .list-road li:last-child {
  border-radius: 0 0 6px 6px;
}
.wrap-real-cont .wrap-road .list-road li:last-child::after {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  bottom: -7px;
  left: -3.5px;
  background: url("../images/mobile/icon-road.svg");
}
.wrap-real-cont .wrap-road .list-road li::before {
  position: absolute;
  display: block;
  content: "";
  width: 14px;
  height: 14px;
  top: -7px;
  left: -3.5px;
  background: url("../images/mobile/icon-road.svg");
}
.wrap-real-cont .wrap-road .list-road li.smoothly {
  background: #8ad33f;
}
.wrap-real-cont .wrap-road .list-road li.slow {
  background: #fdd518;
}
.wrap-real-cont .wrap-road .list-road li.jam {
  background: #f15656;
}
.wrap-real-cont .wrap-road .list-road .text-road {
  position: absolute;
  width: 87px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.03em;
  text-align: center;
  color: #3d3d3d;
  background: #eaecee;
  border: 1px solid #cdd0d3;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 5px;
}
.wrap-real-cont .wrap-road .list-road .text-road::after {
  content: "";
  position: absolute;
  display: block;
  width: 56px;
  height: 1px;
  background: #cdd0d3;
}
.wrap-real-cont .wrap-road .list-road.left .text-road {
  bottom: -15px;
  left: -143px;
}
.wrap-real-cont .wrap-road .list-road.left .text-road::after {
  top: 50%;
  right: -56px;
}
.wrap-real-cont .wrap-road .list-road.right .text-road {
  top: -15px;
  right: -143px;
}
.wrap-real-cont .wrap-road .list-road.right .text-road::after {
  top: 50%;
  left: -56px;
}

.wrap-search {
  position: relative;
  width: 100%;
  height: 86px;
  padding: 20px;
}
.wrap-search .btn-search {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 23px;
  right: 23px;
  background: url("../images/common/icon-search.svg") no-repeat 50% 50%;
  text-indent: -9999px;
}

.box-title {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px 0;
  background: #d9dfe5;
}
.box-title .text {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.03em;
  text-align: left;
  color: #4a586b;
}

.list-cctv-info {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}
.list-cctv-info .icon-arrow {
  display: block;
  width: 6.75px;
  height: 9px;
  background: url("../images/mobile/icon-cctv-arrow.svg") no-repeat 50% 50%;
  transform-origin: center;
  transition: all 0.5s;
}
.list-cctv-info .item-one .wrap-one {
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0 30px 0;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #d9dfe5;
}
.list-cctv-info .item-one.close .icon-arrow {
  transform: rotate(0deg);
}
.list-cctv-info .item-one.open .icon-arrow {
  transform: rotate(90deg);
}
.list-cctv-info .item-one .text {
  width: 100%;
  height: 100%;
  margin-left: 11px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
}
.list-cctv-info .item-one .list-two-depth {
  overflow: hidden;
}
.list-cctv-info .item-one .list-two-depth li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 50px 0;
  background: #f9fafb;
  border-bottom: 1px solid #d9dfe5;
}
.list-cctv-info .item-one .list-two-depth .btn {
  display: block;
  width: 100%;
  height: 100%;
  font-family: Noto Sans KR;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: #3d3d3d;
}
.list-cctv-info .item-one.open .list-two-depth {
  max-height: 10000px;
}
.list-cctv-info .item-one.close .list-two-depth {
  max-height: 0;
}

.list-bbs {
  overflow-y: auto;
  height: 100%;
}
.list-bbs li {
  width: 100%;
  height: 50px;
  padding: 0 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #d9dfe5;
}
.list-bbs .link-bbs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #4a586b;
}
.list-bbs .link-bbs.announce {
  background: url("../images/mobile/icon-bbs-announce.svg") no-repeat 0 50%;
}
.list-bbs .link-bbs.qa {
  background: url("../images/mobile/icon-bbs-qa.svg") no-repeat 0 50%;
}
.list-bbs .link-bbs.free {
  background: url("../images/mobile/icon-bbs-free.svg") no-repeat 0 50%;
}

.wrap-search-bbs {
  padding: 27px 20px 20px;
  border-bottom: 1px solid #d9dfe5;
}
.wrap-search-bbs .text-all {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
}
.wrap-search-bbs .text-all .text-number {
  font-weight: 500;
  color: #00bbc5;
}
.wrap-search-bbs .wrap-input {
  margin-top: 10px;
}
.wrap-search-bbs .box-input {
  position: relative;
}
.wrap-search-bbs .box-input + .box-input {
  margin-top: 5px;
}
.wrap-search-bbs .box-input .input {
  padding: 0 46px 0 20px;
}
.wrap-search-bbs .box-input .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 3px;
  right: 3px;
  background: url("../images/common/icon-search.svg") no-repeat 50% 50%;
  text-indent: -9999px;
}

.list-bbs-cont {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 130px;
}
.list-bbs-cont li {
  padding: 3px 20px 3px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}
.list-bbs-cont li.fixed {
  background-color: #f0f8ff;
}
.list-bbs-cont .text-num {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
}
.list-bbs-cont .wrap-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.list-bbs-cont .wrap-text .text-title {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #a8a8a8;
  white-space: nowrap;
  margin-right: 4px;
}
.list-bbs-cont .wrap-text .text-cont {
  width: calc(100% - 44px);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
}
.list-bbs-cont .wrap-text .text-cont.date {
  color: #8e8e8e;
}
.list-bbs-cont .wrap-text .replay-group {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 6px;
}
.list-bbs-cont .wrap-text .replay-group .replay-answer {
  font-size: 12px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 4px;
  white-space: nowrap;
}
.list-bbs-cont .wrap-text .replay-group .replay-answer.waiting {
  color: #d9534f;
  background-color: #fcebea;
}
.list-bbs-cont .wrap-text .replay-group .replay-answer.answered {
  color: #3c763d;
  background-color: #e6f4ea;
}
.list-bbs-cont .no-post {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  text-align: center;
}
.list-bbs-cont .no-post .wrap-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.list-bbs-cont .no-post .wrap-text .text-cont {
  font-size: 15px;
  color: #888;
  text-align: center;
}

.box-cont {
  padding: 10px 50px 25px;
}
.box-cont .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
}

.box-append {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 60px;
  border-top: 1px solid #c1cad7;
  border-bottom: 1px solid #c1cad7;
}
.box-append .box-titre {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100%;
  text-align: center;
  background: #f5f7fa;
  font-size: 14px;
  font-weight: 500;
  line-height: 20.27px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
}
.box-append .list-file {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 30px;
}
.box-append .list-file li {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
}
.box-append .list-file li:first-child {
  margin-left: 0;
}

.inner-bbs {
  display: flex;
  position: relative;
  overflow-y: hidden;
  width: 100%;
  height: 100%;
  padding: 27px 20px 0;
  flex-direction: column;
}
.inner-bbs .wrap-bbs-scrollable {
  flex: 1 1 auto;
  overflow-y: auto;
  margin-bottom: 20px;
  border-bottom: 1px solid #dcdcdc; /* 👈 고정 줄 추가 */
}
.inner-bbs .text-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
  white-space: nowrap;
}
.inner-bbs .wrap-bbs-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-top: 25px;
  padding: 0 20px 0;
  border-radius: 5px;
  background: #f3f3f3;
  flex-shrink: 0;
}
.inner-bbs .box-bbs-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inner-bbs .box-bbs-info .text-subject {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #a8a8a8;
}
.inner-bbs .box-bbs-info .text-cont {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #707070;
}
.inner-bbs .wrap-cont {
  overflow-y: auto;
  height: 100%;
  margin-top: 30px;
  margin-bottom: 90px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
}
.inner-bbs .wrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
}
.inner-bbs .wrap-btn .btn-list .text {
  padding-left: 24px;
  line-height: 20px;
  background: url("../images/mobile/icon-bbs-list.svg") no-repeat 0 50%;
}
.inner-bbs .box-write-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 20px 32px 20px;
  height: 60px;
  border: 1px solid #c1cad7;
}
.inner-bbs .box-write-form .input {
  width: calc(100% - 114px);
  height: 100%;
  border: none;
}
.inner-bbs .box-write-form .input::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 20.27px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #aaaaaa;
}

.wrap-mobile-pagination {
  position: absolute;
  bottom: 20px;
}

.inner-operation-main {
  margin-top: 15.4%;
  padding: 0 30px 0;
}
.inner-operation-main .wrap-btn .btn + .btn {
  margin-top: 20px;
}

.wrap-operation-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border-bottom: 1px solid #d0d7dd;
  flex-shrink: 0;
}
.wrap-operation-title .text {
  font-size: 15px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #6d7e95;
}
.wrap-operation-title .select {
  width: auto;
  min-width: 110px;
  font-size: 14px;
  padding: 4px 8px;
}

.wrap-operation-tab {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.wrap-operation-tab .btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #c1c1c1;
  white-space: nowrap;
}
.wrap-operation-tab .btn.active {
  color: #3d3d3d;
}
.wrap-operation-tab .btn.active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #3d3d3d;
  left: 0;
  bottom: -1px;
}
.wrap-operation-tab .btn + .btn {
  margin-left: 10.25%;
}
.wrap-operation-tab.four {
  margin-top: 20px;
}
.wrap-operation-tab.four .btn {
  width: 80px;
  white-space: nowrap;
}
.wrap-operation-tab.four .btn + .btn {
  margin-left: 4.61%;
}
.wrap-operation-tab.six {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  margin-top: 20px;
  padding-bottom: 6px;
}
.wrap-operation-tab.six .btn {
  flex-shrink: 0;
  width: 60px;
  white-space: nowrap;
}
.wrap-operation-tab.six .btn.active:after {
  bottom: 3px;
}
.wrap-operation-tab.six .btn + .btn {
  margin-left: 4.61%;
}

.wrap-operation-table {
  margin-top: 5.12%;
}
.wrap-operation-table .wrap-operation-cont {
  display: none;
}
.wrap-operation-table .wrap-operation-cont.active {
  display: block;
}

.wrap-operation-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px 0;
}
.wrap-operation-search .text {
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #8c8c8c;
}
.wrap-operation-search .wrap-operation-select {
  width: 110px;
}
.wrap-operation-search .input-date {
  width: 112px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #bec7d4;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #3d3d3d;
  padding: 0 13px 0;
  background: url("../images/common/icon-date.svg") no-repeat 100% 50%;
}
.wrap-operation-search .wrap-operate-select {
  width: calc(30% - 2px);
}
.wrap-operation-search .wrap-date {
  display: flex;
  justify-content: space-between;
  width: calc(70% - 2px);
  align-items: center;
}
.wrap-operation-search .wrap-date .input-date {
  width: calc((100% - 10px) / 2);
  height: 34px;
}
.wrap-operation-search .wrap-date .text-dash {
  display: flex;
  width: 10px;
  justify-content: center;
}

.wrap-accident {
  flex-shrink: 0;
  position: relative;
  width: 100%;
  height: calc(100% - 111px);
}
.wrap-accident .wrap-operation-cont {
  display: none;
  height: 100%;
}
.wrap-accident .wrap-operation-cont.active {
  display: flex;
  flex-direction: column;
}
.wrap-accident .list-accident-cont {
  overflow-y: auto;
  width: 100%;
  height: 100%;
  margin-bottom: 80px;
}
.wrap-accident .list-accident-cont .text-total {
  padding: 25px 20px 14px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #3d3d3d;
  border-bottom: 1px solid #d0d7dd;
}
.wrap-accident .list-accident-cont .text-total .text-number {
  font-weight: 500;
  color: #00bbc5;
}
.wrap-accident .list-accident-cont .text-empty {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #3d3d3d;
  text-align: center;
}

.list-accident li {
  padding: 14px 20px 15px;
  border-bottom: 1px solid #eeeeee;
}
.list-accident .wrap-upper {
  display: flex;
  justify-content: space-between;
}
.list-accident .wrap-upper .text {
  display: inline-block;
  width: calc(100% - 57px);
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #3d3d3d;
}
.list-accident .wrap-upper .text.construction {
  background: url("../images/mobile/icon-operation-construction.svg") no-repeat 0 0;
}
.list-accident .wrap-upper .text.alert {
  background: url("../images/mobile/icon-operation-alert.svg") no-repeat 0 0;
}
.list-accident .wrap-upper .text.accident {
  background: url("../images/mobile/icon-operation-collision.svg") no-repeat 0 0;
}
.list-accident .wrap-upper .text-pan {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 47px;
  height: 17px;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #fff;
}
.list-accident .wrap-upper .text-pan.red {
  background: #f15656;
}
.list-accident .wrap-upper .text-pan.yellow {
  background: #c2af60;
}
.list-accident .wrap-lower {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3px;
  padding: 0 25px 0;
}
.list-accident .wrap-lower .box-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.list-accident .wrap-lower .box-text + .box-text {
  margin-left: 10px;
}
.list-accident .wrap-lower .box-text .text {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.03em;
  color: #8e8e8e;
}
.list-accident .wrap-lower .box-text .text + .text {
  margin-left: 5px;
}

.wrap-data-registration {
  width: calc(100% - 40px);
  margin: 7.17% auto 0;
  padding-bottom: 50px;
}
.wrap-data-registration .wrap-table + .wrap-table {
  margin-top: 31px;
}
.wrap-data-registration .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #6d7e95;
}
.wrap-data-registration .wrap-scroll {
  overflow-x: auto;
  margin-top: 16px;
  padding-bottom: 16px;
}
.wrap-data-registration .wrap-scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 6px; /* 스크롤바 너비 */
}
.wrap-data-registration .wrap-scroll::-webkit-scrollbar-track {
  background: #eff2f7;
}
.wrap-data-registration .wrap-scroll::-webkit-scrollbar-thumb {
  background: #c1cad7;
  border-radius: 6px;
}
.wrap-data-registration .inner-table table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #d0d7dd;
  border-bottom: 1px solid #d0d7dd;
}
.wrap-data-registration .inner-table table tbody tr:last-child th,
.wrap-data-registration .inner-table table tbody tr:last-child td {
  border-bottom: none;
}
.wrap-data-registration .inner-table table th {
  height: 40px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
  text-align: center;
  vertical-align: middle;
  background: #f4f7f9;
  border-bottom: 1px solid #fff;
}
.wrap-data-registration .inner-table table th.th-gray {
  background: #e7ebee;
}
.wrap-data-registration .inner-table table td {
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  vertical-align: middle;
}
.wrap-data-registration .inner-table table td .text {
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.05em;
  color: #3d3d3d;
}
.wrap-data-registration .inner-table table td .text.red {
  color: #ff3d3d;
}

.box-road-sign {
  position: absolute;
  display: flex;
}

.wrap-waterLevel {
  position: absolute;
  display: inline-flex;
  align-items: flex-start;
  margin-left: 10px;
}
.wrap-waterLevel .box-waterLevel-value {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 24px;
  padding-left: 10px;
  padding-right: 14px;
  margin-top: -23px;
  margin-left: -3px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #222830;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
  width: 500px;
  max-width: max-content;
}
.wrap-waterLevel .text-subject {
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
  color: #222830;
  width: auto;
  white-space: nowrap;
}
.wrap-waterLevel .box-value {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-left: 12px;
}
.wrap-waterLevel .text-value {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
}
.wrap-waterLevel .text-value.red {
  color: #f15656;
}
.wrap-waterLevel .text-value.blue {
  color: #0fa0fa;
}
.wrap-waterLevel .text-value + .text-value {
  margin-left: 13px;
}
.wrap-waterLevel .text-value::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 9px;
  background: #606b79;
  top: 1.5px;
  right: -6.5px;
}
.wrap-waterLevel .text-value:last-child::after {
  content: none;
}

.box-cctv-list {
  z-index: 50;
  position: absolute;
  width: 80%;
  max-width: 300px;
  padding: 5px 5px 30px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid #8f949b;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-cctv-list.hidden {
  display: none;
}
.box-cctv-list .box-title {
  position: relative;
  display: block;
  width: 100%;
  height: 34px;
  border-radius: 7px 7px 0 0;
  padding: 9px 0 9px;
  background: #55667c;
}
.box-cctv-list .box-title .text-subject {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #fff;
  padding: 0 15px 0;
}
.box-cctv-list .box-title .btn-close {
  position: absolute;
  width: 15px;
  height: 15px;
  background-size: 15px;
  top: 9px;
  right: 8px;
  text-indent: -99999px;
}
.box-cctv-list .wrap-list {
  padding: 20px 8px 0;
}
.box-cctv-list .wrap-list .text {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 12px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #596474;
  padding-bottom: 12px;
  border-bottom: 1px solid #667589;
}
.box-cctv-list .list-cctv {
  overflow-y: auto;
  max-height: 164px;
}
.box-cctv-list .list-cctv::-webkit-scrollbar {
  width: 6px; /* 스크롤바 너비 */
}
.box-cctv-list .list-cctv::-webkit-scrollbar-track {
  background: #eff2f7;
}
.box-cctv-list .list-cctv::-webkit-scrollbar-thumb {
  background: #c1cad7;
  border-radius: 6px;
}
.box-cctv-list .list-cctv li {
  position: relative;
}
.box-cctv-list .list-cctv input {
  height: 0px;
  width: 0px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.box-cctv-list .list-cctv input + label {
  display: block;
  padding-left: 8px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.03em;
  text-align: left;
  color: #596474;
  border-bottom: 1px solid #dbe1e9;
  background-image: url("../images/main/icon-fav-2.svg");
  background-position: calc(100% - 9px) 50%;
  background-repeat: no-repeat;
}
.box-cctv-list .list-cctv input:checked + label {
  background-image: url("../images/main/icon-fav-2-check.svg");
}
.box-cctv-list .btn-close {
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  text-indent: -99999px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("../images/login/icon-close.svg");
  background-size: 15px;
  top: 9px;
  right: 8px;
}
.box-cctv-list .wrap-btn {
  position: relative;
  display: flex;
  width: 100%;
  padding: 16px 8px 0;
  justify-content: space-between;
  align-items: center;
}
.box-cctv-list .wrap-btn .btn-ok {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 34px;
  border-radius: 6px;
  background-color: #00bbc5;
  border: 1.5px solid #00bbc5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
  color: #ffffff;
}
.box-cctv-list .wrap-btn .btn-cancel {
  width: 80px;
  height: 34px;
  border-radius: 6px;
  background-color: #9fa7ae;
  border: 1.5px solid #9fa7ae;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
  color: #ffffff;
}

.wrap-write {
  padding: 16px;
}
.wrap-write .inner-write {
  display: flex;
  flex-direction: column;
}
.wrap-write .inner-write.mt16 {
  margin-top: 16px;
}
.wrap-write .inner-write .text-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 20.27px;
  letter-spacing: -0.03em;
}
.wrap-write .box-th {
  display: flex;
  width: 100%;
  height: 36px;
  padding: 10px;
  align-items: center;
  background: #e9ecf2;
  border: 1px solid #c1cad7;
}
.wrap-write .box-th.between {
  justify-content: space-between;
}
.wrap-write .box-th .text-subject {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  color: #a8a8a8;
}
.wrap-write .box-th .text-cont {
  margin-left: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
  text-align: left;
  color: #707070;
}
.wrap-write .box-th .text-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20.27px;
  letter-spacing: -0.03em;
}
.wrap-write .box-th .text-title + .box-check {
  margin-left: 20px;
}
.wrap-write .box-check {
  position: relative;
}
.wrap-write .box-check input {
  position: absolute;
  height: 0px;
  width: 0px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.wrap-write .box-check input + label {
  display: inline-block;
  padding-left: 24px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
  background: url("/images/common/icon-check-off-16.svg") no-repeat 0 50%;
}
.wrap-write .box-check input:checked + label {
  background: url("/images/common/icon-check-off-16-on.svg") no-repeat 0 50%;
}
.wrap-write .box-check .text {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
}
.wrap-write .box-input {
  position: relative;
  padding: 10px;
  border-left: 1px solid #c1cad7;
  border-right: 1px solid #c1cad7;
}
.wrap-write .box-input.box-td {
  max-height: 300px;
  overflow-y: scroll;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.03em;
}
.wrap-write .box-input.last {
  border-bottom: 1px solid #c1cad7;
}
.wrap-write .box-input .input-write,
.wrap-write .box-input .select-mng {
  height: 30px;
  padding: 0 10px 0;
  border-radius: 4px;
  border: 1px solid #bec7d4;
  font-size: 13px;
  font-weight: 400;
  line-height: 18.82px;
  letter-spacing: -0.03em;
  color: #3d3d3d;
  width: 100%;
}
.wrap-write .box-input .hidden {
  position: absolute;
  height: 0px;
  width: 0px;
  border: 0;
  overflow: hidden;
  padding: 0;
  clip: rect(0, 0, 0, 0);
}
.wrap-write .box-input .btn-file-select {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #969eab;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #596474;
}
.wrap-write .box-input .btn-file-del {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  background: #f4f6fa;
  border: 1px solid #969eab;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #596474;
}
.wrap-write .box-input .list-file-display {
  padding: 14px 0 14px;
}
.wrap-write .box-input .list-file-display li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 6px;
  padding: 10px;
  background: #c1cad7;
  border-radius: 4px;
}
.wrap-write .box-input .list-file-display li:first-child {
  margin-top: 0;
}
.wrap-write .box-input .list-file-display li .file-name {
  width: calc(100% - 40px);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.4;
}
.wrap-write .box-input .list-file-display li .btn-close {
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.wrap-write .box-input .list-file-display li.text-empty {
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: #596474;
}
.wrap-write .wrap-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.wrap-write .wrap-btn .btn {
  width: calc((100% - 10px) / 2);
  height: 40px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-align: center;
  color: #ffffff;
}
.wrap-write .wrap-btn .btn-enroll {
  background-color: #00bbc5;
  border: 1.5px solid #00bbc5;
}
.wrap-write .wrap-btn .btn-cancel {
  background-color: #9fa7ae;
  border: 1.5px solid #9fa7ae;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 26px;
  background-repeat: no-repeat;
  background-position: 25px 50%;
  background-image: url("/images/common/icon-cancel.svg");
}
.wrap-write .wrap-editor .container-editor {
  height: 250px;
}

.col-30 {
  width: 30px;
}

.col-50 {
  width: 50px;
}

.col-60 {
  width: 60px;
}

.col-80 {
  width: 80px;
}

.col-90 {
  width: 90px;
}

.col-100 {
  width: 100px;
}

.col-120 {
  width: 120px;
}

.col-130 {
  width: 130px;
}

.col-150 {
  width: 150px;
}

.col-200 {
  width: 200px;
}

/*# sourceMappingURL=mobile.css.map */
