/* pc&mb */
.pc {
  display: none;
}

.mb {
  display: block;
}

/* container */
.container-fluid {
  padding: 0;
}

/* img */
img {
  width: 100%;
}

/* 전역 스타일 */
body {
  font-family: "NanumSquare";
  min-width: 375px;
}

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

p {
  margin: 0;
}

input[type="password"] {
  font-family: "Nanum Gothic";
}

.col-md-12,
.col-md-6,
.col-md-4 {
  padding: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.help-block {
  color: red;
}

.cms-file-md-css-upload .cms-file-md-upload-inner i {
  display: none;
}

.layout-sub .conts-wrap {
  max-width: 720px;
  margin: 0 auto;
}

/* 리스트 스타일 초기화 */
ul {
  padding: 0;
  list-style: none;
}

/* 레이블-체크박스 */
.div-box1 input[type="radio"],
.list-group-type1 input[type="radio"],
.div-box2 input[type="radio"] {
  display: none;
}

.div-box1 label > input[type="checkbox"],
.list-group-type1 input[type="checkbox"],
.div-box2 input[type="checkbox"] {
  display: none;
}

/* 백그라운드 엘리먼트 */
.bg-el {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* flex 엘리먼트 */
.flex-el {
  display: flex;
}

.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 한양인 재인증 */
.auth-box {
  position: relative;
  padding-bottom: 150px;
}

.auth-box .box-header {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.auth-box table th,
.auth-box table td {
  text-align: center;
  vertical-align: middle !important;
}

.auth-box table tr a {
  padding: 10px 12px;
}

/* content - page title */
.page-title {
  margin: 0 0 40px;
  text-align: center;
}

.page-title .title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 49px;
  border-radius: 30px;
  background-color: #eeeeee;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: -0.08em;
  color: #222;
  margin-bottom: 25px;
}

.page-title .desc {
  font-weight: 300;
  font-size: 22px;
  letter-spacing: -0.08em;
  color: #222;
}

.page-title .desc strong {
  font-weight: 800;
  color: #467aff;
}

/* 스마트 종합상활실 div-box1 */
.div-box1 .wrapper {
  margin-bottom: 54px;
}

.div-box1 .wrapper-row.info {
  border-top: 2px solid #222;
  border-bottom: 1px solid #dddddd;
  padding: 9px 0;
}

.div-box1 .wrapper-row.info .cms-type-internal-time-date-time-absolute {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-left: 28px;
}

.div-box1 .wrapper-row.info .cms-type-internal-time-date-time-absolute::before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../images/calendar-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.div-box1 .wrapper .wrapper-row {
  margin-bottom: 16px;
}

.div-box1 .wrapper .wrapper-row .title {
  margin-bottom: 7px;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.08em;
  color: #222;
}

.div-box1 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/select-down-arr.png);
  background-repeat: no-repeat;
  background-size: 14px 10px;
  background-position: 95% 50%;
}

.div-box1 select::-ms-expand {
  display: none;
}

.div-box1 select,
.div-box1 input[type="text"],
.div-box1 input[type="password"] {
  height: 48px;
  border-radius: 8px;
  background-color: #f8f8f8;
  font-size: 15px;
  letter-spacing: -0.08em;
  color: #222;
  padding: 0 24px 0 20px;
  border: 1px solid #e2e2e2;
}

.div-box1 textarea {
  height: 298px !important;
  background-color: #f8f8f8;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  resize: none;
  font-size: 15px;
  letter-spacing: -0.08em;
  padding: 27px 23px;
}

.div-box1 input::placeholder,
.div-box1 textarea::placeholder {
  font-size: 15px;
  letter-spacing: -0.08em;
}

.div-box1 .btn-group {
  width: 100%;
  display: flex;
  justify-content: center;
}

.div-box1 .input_style01 {
  margin-top: 10px;
}

.div-box1 .cms-file-md-css-upload .cms-file-md-upload-inner {
  height: 80px;
  border-radius: 8px;
  border: none;
  background-color: #f8f8f8;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.div-box1 .cms-file-md-css-upload .cms-file-md-upload-inner span {
  display: inline;
}

.div-box1 .cms-file-md-css-upload .cms-file-md-upload-inner p {
  font-size: 14px;
  letter-spacing: -0.08em;
  font-weight: bold;
  color: #222;
  position: relative;
  padding-left: 23px;
  z-index: 1;
}

.div-box1 .cms-file-md-css-upload .cms-file-md-upload-inner p::after {
  content: "";
  background-image: url(../images/upload.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.div-box1 .cms-file-md-css-upload .cms-file-md-upload-inner p .blue {
  color: #467aff;
}

.div-box1 .cms-file-md-css-list .cms-file-md-list-item {
  position: relative;
}

.div-box1 .cms-file-md-css-list .cms-file-md-list-item .btn-group {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  justify-content: flex-end;
}

.div-box1 .cms-file-md-list-rename-wrap {
  display: none;
}

.div-box1 .cms-file-md-list-attach-btn {
  display: none;
}

.div-box1
  .cms-file-md-css-list
  .cms-file-md-list-item
  .btn-group
  .btn:not(:last-child) {
  margin-right: 0;
}

.div-box1 .cms-file-md-list-name {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.div-box1 label {
  font-size: 16px;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-left: 33px;
  display: inline-block;
  margin-bottom: 10px;
}

.div-box1 label::before {
  content: "";
  width: 23px;
  height: 23px;
  background-image: url(../images/signup-radio.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.div-box1 label.on::before {
  background-image: url(../images/signup-radio-check.png);
}

.div-box1 .wrapper .wrapper-row div > div {
  margin-top: 15px;
}

.div-box1 .wrapper .wrapper-row div > div > label:not(:last-child) {
  margin-right: 0;
}

/* 스마트 종합상황실 - div-box2 */
.div-box2 {
  margin-bottom: 31px;
}

.div-box2 .flex-between {
  border-top: 2px solid #222;
  border-bottom: 1px solid #dddddd;
  padding: 9px 0;
}

.div-box2 .flex-between .cms-type-internal-time-date-time-absolute {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-left: 28px;
}

.div-box2 .flex-between .cms-type-internal-time-date-time-absolute::before {
  content: "";
  width: 17px;
  height: 16px;
  background-image: url(../images/calendar-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.div-box2 .div-row {
  margin-top: 15px;
}

.div-box2 .div-row .table-responsive {
  margin-top: 6px;
}

.div-box2 .div-row .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #222;
}

.div-box2 .div-row .wrapper {
  min-height: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 27px 20px;
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-top: 6px;
}

.div-box2 .div-row .wrapper.block {
  height: auto;
  display: block;
  word-break: break-all;
}

.div-box2 .div-row .wrapper.content {
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  font-size: 15px;
}

.div-box2 .div-row .wrapper p {
  font-size: 15px;
  letter-spacing: -0.08em;
  color: #222;
}

.div-box2 .div-row .wrapper .cms-type-internal-time-date-time-absolute {
  font-size: 15px;
}

.div-box2 .div-row .wrapper.content > div {
  width: 100%;
}

.div-box2 .cms-file-md-css-list .cms-file-md-list-item {
  overflow: visible;
  margin-top: 20px;
}

.div-box2
  .cms-file-md-css-list
  .cms-file-md-list-item
  .cms-file-md-list-filename {
  width: calc(100% - 64px);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 스마트 종합상황실-list-group-type1 */
.list-group-type1 .list-group-item {
  height: 110px;
  padding: 16px;
  display: flex;
  flex-direction: column-reverse;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 10px;
}

.list-group-type1 .list-group-item:hover {
  border: 1px solid #222;
  background-color: #f2f2f2;
}

.list-group-type1 .list-group-item .left {
  display: flex;
  align-items: center;
}

.list-group-type1 .list-group-item .left .status {
  margin-right: 15px;
}

.list-group-type1 .list-group-item .content {
  text-align: left;
  width: 100%;
}

.list-group-type1 .list-group-item .title {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.08em;
  color: #222;
  margin-bottom: 2px;
  width: calc(100% - 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-group-type1 .list-group-item .location {
  font-size: 12px;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-left: 20px;
  display: block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-group-type1 .list-group-item .location::before {
  content: "";
  width: 14px;
  height: 16px;
  background-image: url(../images/location-logo.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.list-group-type1 .list-group-item .right {
  text-align: right;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.list-group-type1 .list-group-item .right > span {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #999999;
  display: inline-block;
  line-height: 32px;
}

.list-group-type1 .list-group-item .right .charge {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #222;
  line-height: 32px;
}

.pagination {
  justify-content: center;
  align-items: center;
  margin: 40px 0 20px;
}

.pagination .page-item {
  width: auto;
}

.pagination .page-item:not(:last-child) {
  margin-right: 6px;
}

.pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.08em;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 2px solid #222;
  color: #222;
}

.pagination .page-item.active .page-link {
  background-color: #222;
  border-color: #222;
  color: #fff;
}

.pagination .page-item:first-child,
.pagination .page-item:last-child {
  display: none;
}

.pagination .page-item .page-prev {
  background-size: 11px 17px;
  background-image: url(../images/prev-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}

.pagination .page-item .page-next {
  background-size: 11px 17px;
  background-image: url(../images/next-logo.png);
  background-repeat: no-repeat;
  background-position: center center;
}

/* 목록 없을때 */
.alert-form {
  text-align: center;
}

.alert-form .desc {
  height: 300px;
  background-color: #f6f6f6;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.alert-form .desc p {
  font-size: 20px;
  padding-top: 103px;
  font-weight: bold;
  letter-spacing: -0.08em;
  position: relative;
}

.alert-form .desc p::before {
  content: "";
  width: 68px;
  height: 68px;
  background-image: url(../images/check-logo-round.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.call-list .alert-form .desc p::before {
  background-image: url(../images/no-call-logo.png);
}

.alert-form .desc p .blue {
  color: #467aff;
}

/* 버튼 초기화 */
button {
  background: transparent;
}

/* 버튼 기본스타일 */
.btn {
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #222;
  /* padding: 0; */
  display: inline-block;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn-link:hover,
.btn-link:focus,
.btn:active {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

/* 크기별 버튼 */
.btn-group .btn-xl,
.btn-xl {
  font-size: 18px;
  min-width: 166px;
  padding: 13.5px 10px;
  border-radius: 45px;
}

.btn-group .btn-lg,
.btn-lg {
  font-size: 16px;
  min-width: 146px;
  padding: 15.5px 10px;
  border-radius: 45px;
}

.btn-group .btn-md,
.btn-md {
  font-size: 14px;
  min-width: 116px;
  padding: 15px 10px;
  border-radius: 45px;
}

.btn-group .btn-sm,
.btn-sm {
  font-size: 14px;
  min-width: 86px;
  padding: 6.5px 10px;
  border-radius: 30px;
}

.btn-xs {
  font-size: 12px;
}

/* 네모 버튼 */
.btn-md.btn-rect {
  min-width: 68px;
  border-radius: 8px;
  padding: 11px 10px;
}

.btn-xs.btn-rect {
  min-width: 58px;
  height: 38px;
  border-radius: 8px;
  border-width: 2px;
}

/* 회색 버튼 */
.btn-gray {
  border: 2px solid #aaaaaa;
  color: #aaaaaa;
}

.btn-gray:hover,
.btn-gray:focus {
  background-color: #aaaaaa;
  color: #fff;
}

.btn-gray:active {
  color: #fff;
}

/* 파란색 버튼 */
.btn-blue {
  border: 2px solid #467aff;
  color: #467aff;
}

.btn-blue:hover,
.btn-blue:focus {
  background-color: #467aff;
  color: #fff;
}

.btn-blue:active {
  color: #fff;
}

/* 빨간색 버튼 */
.btn-red {
  border: 2px solid #eb3d36;
  color: #eb3d36;
}

.btn-red:hover,
.btn-red:focus {
  background-color: #eb3d36;
  color: #fff;
}

.btn-red:active {
  color: #fff;
}

/* 버튼-span 스타일링 */
.btn span:not(.sr-only) {
  position: relative;
}

.btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

/* 회원가입 */
.btn-lg.btn-signup span {
  padding-right: 46px;
}
.btn-lg.btn-signup span::after {
  width: 14px;
  height: 10px;
  right: 0;
  background-image: url(../images/large-btn-check.png);
}
.btn-lg.btn-signup:hover span::after {
  background-image: url(../images/large-btn-check-hover.png);
}

/* 회원가입-취소 */
.btn-lg.btn-cancel span {
  padding-right: 38px;
}
.btn-lg.btn-cancel span::after {
  width: 12px;
  height: 12px;
  right: 0;
  background-image: url(../images/large-btn-cancel.png);
}
.btn-lg.btn-cancel:hover span::after {
  background-image: url(../images/large-btn-cancel-hover.png);
}

/* 이전단계 */
.btn-lg.btn-larr span {
  padding-left: 38px;
}
.btn-lg.btn-larr span::after {
  width: 19px;
  height: 15px;
  left: 0;
  background-image: url(../images/large-btn-larr.png);
}
.btn-lg.btn-larr:hover span::after {
  background-image: url(../images/large-btn-larr-hover.png);
}

/* 다음단계 */
.btn-lg.btn-rarr span {
  padding-right: 40px;
}
.btn-lg.btn-rarr span::after {
  width: 20px;
  height: 16px;
  right: 0;
  background-image: url(../images/large-btn-rarr.png);
}
.btn-lg.btn-rarr:hover span::after {
  background-image: url(../images/large-btn-rarr-hover.png);
}

.btn-xl.btn-rarr span {
  padding-right: 30px;
}
.btn-xl.btn-rarr span::after {
  width: 16px;
  height: 12px;
  right: 0;
  background-image: url(../images/large-btn-rarr.png);
}
.btn-xl.btn-rarr:hover span::after {
  background-image: url(../images/large-btn-rarr-hover.png);
}

/* 목록보기 */
.btn-md.btn-gray.btn-list span,
.btn-md.btn-blue.btn-list span {
  padding-right: 31px;
}
.btn-md.btn-gray.btn-list span::after {
  width: 14px;
  height: 12px;
  right: 0;
  background-image: url(../images/md-btn-bar-g.png);
}
.btn-md.btn-blue.btn-list span::after {
  width: 14px;
  height: 12px;
  right: 0;
  background-image: url(../images/md-btn-bar-b.png);
}
.btn-md.btn-list:hover span::after {
  background-image: url(../images/md-btn-bar-hover.png);
}

/* 수정하기 */
.btn-md.btn-gray.btn-modi span,
.btn-md.btn-blue.btn-modi span {
  padding-right: 33px;
}
.btn-md.btn-gray.btn-modi span::after {
  width: 22px;
  height: 15px;
  right: 0;
  background-image: url(../images/md-btn-modi-g.png);
}
.btn-md.btn-blue.btn-modi span::after {
  width: 22px;
  height: 15px;
  right: 0;
  background-image: url(../images/md-btn-modi-b.png);
}
.btn-md.btn-modi:hover span::after {
  background-image: url(../images/md-btn-modi-hover.png);
}

/* 신청취소(g)-신청취소(b)-취소요청(r) */
.btn-md.btn-gray.btn-cancel span {
  padding-right: 25px;
}
.btn-md.btn-gray.btn-cancel span::after {
  width: 11px;
  height: 11px;
  right: 0;
  background-image: url(../images/md-btn-cancel-g.png);
}
.btn-md.btn-blue.btn-cancel span {
  padding-right: 30px;
}
.btn-md.btn-blue.btn-cancel span::after {
  width: 16px;
  height: 17px;
  right: 0;
  background-image: url(../images/md-btn-window-b.png);
}
.btn-md.btn-blue.btn-cancel:hover span::after {
  background-image: url(../images/md-btn-window-b-hover.png);
}
.btn-md.btn-red.btn-cancel span {
  padding-right: 27px;
}
.btn-md.btn-red.btn-cancel span::after {
  width: 11px;
  height: 11px;
  right: 0;
  background-image: url(../images/md-btn-cancel-r.png);
}
.btn-md.btn-cancel:hover span::after {
  background-image: url(../images/md-btn-cancel-hover.png);
}

/* 업무처리, 콜수락, 확인 */
.btn-md.btn-processing span {
  padding-right: 31px;
}
.btn-md.btn-accept span {
  padding-right: 38px;
}
.btn-md.btn-confirm span {
  padding-right: 46px;
}
.btn-md.btn-processing span::after,
.btn-md.btn-accept span::after,
.btn-md.btn-confirm span::after {
  width: 16px;
  height: 12px;
  right: 0;
  background-image: url(../images/md-btn-check-b.png);
}
.btn-md.btn-processing:hover span::after,
.btn-md.btn-accept:hover span::after,
.btn-md.btn-confirm:hover span::after {
  background-image: url(../images/md-btn-check-hover.png);
}

/* 민원처리합니다 */
.btn-complaints {
  font-size: 18px;
  width: 154px;
  height: 54px;
  border-radius: 30px;
  border: 3px solid #467aff;
  color: #467aff;
}
.btn-complaints:hover {
  background-color: #467aff;
  color: #fff;
}
.btn-complaints span {
  display: inline-block;
  margin-top: 4px;
}

/* 채팅창 새로고침 */
.btn-reload {
  width: 33px;
  height: 33px;
  border-radius: 8px;
  background-size: 13px 13px;
  background-image: url(../images/btn-reload.png);
  background-repeat: no-repeat;
  background-position: center center;
  border: 2px solid #cccccc;
}
.btn-reload:hover {
  border-color: #467aff;
}

/* 로그인 요청 */
.login-req {
  text-align: center;
}

.login-req .desc {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f6f6f6;
  margin-bottom: 50px;
}

.login-req .desc p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-top: 166px;
}

.login-req .desc p .blue {
  color: #467aff;
}

.login-req .desc p::before {
  content: "";
  width: 140px;
  height: 140px;
  background-image: url(../images/complete-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* gnb */
.btn-gnb {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}

.btn-user {
  background-image: url(../images/btn-userinfo.png);
  background-size: 22px 27px;
}

.btn-user:hover {
  background-color: #eeeeee;
}

.btn-noti {
  background-image: url(../images/btn-noti.png);
  background-size: 24px 27px;
}

.btn-noti.on::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff0044;
  position: absolute;
  top: 5px;
  right: 5px;
}

/* 로그인 버튼 */
.btn-login {
  width: 100%;
  padding: 11.5px;
  border-radius: 6px;
  font-size: 14px;
  border: 1px solid #aaaaaa;
  display: block;
}
.btn-login:hover {
  border-color: #333333;
}
.btn-login span {
  position: relative;
  padding-left: 15px;
}

.btn-login span::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* 한양인로그인 */
.login-hy {
  background-color: #093c71;
  color: #fff;
}
.login-hy:hover {
  background-color: #333333;
  color: #fff;
}
.login-hy span::after {
  width: 32px;
  height: 32px;
  left: -32px;
  background-image: url(../images/btn-login-hy.png);
}

/* 네이버로그인 */
.login-naver span::after {
  width: 23px;
  height: 23px;
  left: -27px;
  background-image: url(../images/btn-login-naver.png);
}

/* 카카오로그인 */
.login-kakao span::after {
  width: 27px;
  height: 27px;
  left: -29px;
  background-image: url(../images/btn-login-kakao.png);
}

/* 구글로그인 */
.login-google span::after {
  width: 25px;
  height: 27px;
  left: -36px;
  background-image: url(../images/btn-login-google.png);
}

/* top버튼 */
.go-top {
  bottom: 40px;
  right: 40px;
  position: fixed;
}
.go-top .btn-top {
  background-size: 18px 11px;
  width: 68px;
  height: 68px;
  display: block;
  background-image: url(../images/btn-top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #467aff;
  border-radius: 50%;
}

/* 닫기 버튼 */
.btn-close {
  width: 20px;
  height: 20px;
  background-image: url(../images/close-btn.png);
  background-size: 16px 16px;
  background-position: center center;
  background-repeat: no-repeat;
}

/* 상태 아이콘 */
.state {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #fff;
  text-align: center;
  word-break: keep-all;
}
.state-round {
  width: 45px;
  height: 45px;
  font-size: 13px;
  line-height: 16px;
  border-radius: 50%;
}
.state-rect {
  min-width: 50px;
  height: 25px;
  font-size: 12px;
  line-height: 14px;
  border-radius: 8px;
  padding: 5px 10px;
}
.state-blue {
  background-color: #4690ff;
}
.state-pink {
  background-color: #ff70fd;
}
.state-orange {
  background-color: #ffb400;
}
.state-gray {
  background-color: #999999;
}
.state-green {
  background-color: #08a800;
}
.state-red {
  background-color: #eb3d36;
}
.state-rect.state-red {
  width: 90px;
}

/* login page */
.page-auth .site-content {
  width: 100%;
  min-height: 100vh;
}

.page-sub.page-auth .site-content .conts-wrap {
  padding: 0;
  width: 100%;
  height: 100%;
}

.sub-wrap {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10px;
}

.sub-wrap .sub-header {
  margin-bottom: 40px;
}

.sub-wrap .sub-header .site-logo {
  display: block;
  background-image: url(../images/ku-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 206px;
  height: 62px;
}

.sub-wrap .sub-content {
  width: 100%;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  margin-bottom: 40px;
}

.sub-wrap .sub-content .text-wrapper {
  margin-bottom: 35px;
}

.sub-wrap .sub-content .text-wrapper .text {
  font-size: 16px;
  letter-spacing: -0.08em;
  line-height: 24px;
  color: #222;
  position: relative;
  padding-right: 52px;
}

.sub-wrap .sub-content .text-wrapper .text::after {
  content: "";
  background-image: url(../images/login-user-logo-rect.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub-wrap .sub-content > .caution-2 {
  margin-bottom: 13px;
  padding-left: 28px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.4286;
  letter-spacing: -0.06em;
  position: relative;
}

.sub-wrap .sub-content > .caution-2::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/imp-mark.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  position: absolute;
  top: 0;
  left: 0;
}

.sub-wrap .sub-content .btn-wrapper .caution {
  margin-bottom: 30px;
}

.sub-wrap .sub-content .btn-wrapper .divide-line {
  margin: 33px 0 18px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.sub-wrap .sub-content .btn-wrapper .divide-line::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #aaa;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-1px);
}

.sub-wrap .sub-content .btn-wrapper .divide-line span {
  font-size: 16px;
  color: #222;
  letter-spacing: -0.08em;
  background-color: #fff;
  z-index: 9;
  padding: 0 16px;
}

.sub-wrap .sub-content input {
  height: 45px;
  border-radius: 6px;
  font-size: 14px;
  letter-spacing: -0.08em;
  margin-bottom: 8px;
  padding: 6px 12px 6px 41px;
  background-repeat: no-repeat;
}

.sub-wrap .sub-content input:focus {
  border-color: #111111;
  box-shadow: none;
}

.sub-wrap .sub-content input[name="loginId"] {
  background-image: url(../images/login-user.png);
  background-size: 22px;
  background-position: 9.5px 50%;
}

.sub-wrap .sub-content input[name="pw"] {
  background-image: url(../images/login-pw.png);
  background-size: 19px;
  background-position: 11px 50%;
}

.sub-wrap .sub-content input[name="loginId"]:focus {
  background-image: url(../images/login-user-b.png);
}
.sub-wrap .sub-content input[name="pw"]:focus {
  background-image: url(../images/login-pw-b.png);
}

.sub-wrap .sub-content input::placeholder {
  font-size: 14px;
  letter-spacing: -0.08em;
}

.sub-wrap .sub-content .btn-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-wrap .sub-content .btn-wrap .btn:not(:last-child) {
  margin-right: 1px;
  position: relative;
}

.sub-wrap .sub-content .btn-wrap .btn:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 20px;
  background-color: #bbbbbb;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
}

.sub-wrap .sub-content .btn-wrap .btn {
  display: block;
  border: none;
  width: 100%;
  padding: 10px;
  border-radius: 0;
}

.sub-wrap .sub-content .btn-wrap .btn:hover,
.sub-wrap .sub-content .btn-wrap .btn:active,
.sub-wrap .sub-content .btn-wrap .btn:focus {
  background-color: transparent;
}

.sub-wrap .sub-content .login-yellow {
  text-align: center;
  margin-top: 10px;
}

.sub-wrap .sub-content .btn-wrapper {
  margin-top: 43px;
}

.sub-wrap .sub-content .btn-wrapper .btn {
  margin-bottom: 8px;
}

.sub-wrap .sub-footer {
  text-align: center;
}

.sub-wrap .sub-footer .copyright {
  font-family: "Nanum Gothic";
  font-size: 13px;
  letter-spacing: -0.04em;
  color: #aaaaaa;
}

/* 회원가입 */
.signup .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.signup .btn-group .btn:not(:last-child) {
  margin-right: 8px;
}

/* 회원가입 - finish */
.signup-finish {
  max-width: 720px;
  margin: auto;
}

.signup-finish .signup-finish-wrap {
  text-align: center;
  margin-top: 56px;
}

.signup-finish .signup-finish-wrap .desc {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f6f6f6;
  margin-bottom: 50px;
}

.signup-finish .signup-finish-wrap .desc p {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-top: 104px;
}

.signup-finish .signup-finish-wrap .desc p .blue {
  color: #467aff;
}

.signup-finish .signup-finish-wrap .desc p::before {
  content: "";
  width: 68px;
  height: 68px;
  background-image: url(../images/check-logo-round.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* my page */
.my-page {
  max-width: 720px;
  margin: auto;
}

.my-page .div-box2 {
  border-top: 2px solid #222;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.my-page .btn-group {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.my-page .btn-group .btn:not(:last-child) {
  margin-right: 8px;
}

.mypage-box {
  display: none;
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
}

.mypage-box.on {
  display: block;
}

.my-dropdown {
  width: 460px;
  height: 340px;
  border-radius: 16px;
  background-color: #fff;
  margin: 240px auto 0;
  padding: 24px;
}

.my-dropdown .btn-wrapper {
  text-align: right;
}

.my-dropdown .content {
  text-align: center;
  margin-top: 10px;
}

.my-dropdown .content .user-logo {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #eeeeee;
  background-image: url(../images/user-logo-m.png);
  background-size: 22px 27px;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 8px;
}

.my-dropdown .content .user-name {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.08em;
  color: #222;
  margin-bottom: 0;
}

.my-dropdown .content .login-time {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -0.08em;
  color: #999999;
}

.my-dropdown .content .btn-group {
  margin-top: 19px;
}

.my-dropdown .content .btn-group .btn:first-child {
  margin-right: 4px;
}

/* 내정보 변경 - password auth */
.pw-auth .box-primary {
  max-width: 720px;
  margin: 100px auto 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

.pw-auth .box-primary .col-sm-3 {
  width: 100%;
  flex: 1;
}

.pw-auth .box-primary .col-sm-9 {
  width: 100%;
  padding: 0;
  flex: 3;
}

.pw-auth .box-primary .box-header {
  width: 100%;
  text-align: right;
}

.pw-auth .box-primary .box-header .btn-group .btn:first-child {
  margin-right: 8px;
}

.pw-auth .box-primary .box-body {
  width: 100%;
}

.pw-auth .box-primary .box-body .form-group {
  display: flex;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

.pw-auth .box-primary .box-body .control-label {
  font-size: 14px;
  letter-spacing: -0.08em;
  color: #222;
  padding: 0%;
  text-align: center;
}

.pw-auth .box-primary .box-body input {
  height: 48px;
  font-size: 14px;
  letter-spacing: -0.08em;
  color: #222;
  border-radius: 8px;
  background-color: #f8f8f8;
}

/* 내정보 변경 - info update */
.my-page-update {
  max-width: 720px;
  margin: auto;
}

.my-page-update .radio-wrapper > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 0 0;
}

.my-page-update .radio-wrapper > div label {
  font-size: 16px;
  letter-spacing: -0.08em;
  color: #222;
  margin-right: 20px;
  margin-bottom: 10px;
}

.my-page-update .box-footer {
  display: flex;
  justify-content: center;
}

.my-page-update .box-footer .btn:first-child {
  margin-right: 8px;
}

/* site header */
.site-header {
  position: relative;
}

.site-header .header-wrapper {
  width: 100%;
  height: 50px;
  background: #2e2e3c;
  padding: 0 15px;
}

.main-logo .navbar-brand {
  background-image: url(../images/ku-logo-2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 122px;
  height: 34px;
}

.gnb {
  position: relative;
  padding-left: 20px;
}

.gnb::before {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/gnb-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.gnb .btn-link {
  font-size: 12px;
  color: #fff;
  letter-spacing: -0.08em;
  padding: 12px 8px 12px 12px;
  position: relative;
}

.gnb .btn-link:hover span {
  border-bottom: 1px solid #222;
}

.gnb .btn-link:not(:first-child)::before {
  content: "";
  width: 1px;
  height: 16px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.gnb .btn-noti {
  width: 20px;
  height: 20px;
  background-image: url(../images/alarm-logo-m-w.png);
  background-position: center center;
  background-size: 18px 19px;
  background-repeat: no-repeat;
  margin-left: 6px;
}

.gnb .btn-link.btn-noti::before {
  background-color: transparent;
}

.lnb {
  padding: 0;
}

.lnb .navbar {
  height: 49px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.navbar .nav-item {
  width: 100%;
  text-align: center;
}

.navbar .nav-item .nav-link {
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -0.08em;
  color: #00457c;
}

.page-sub .navbar .nav-item .nav-link {
  color: #dadada;
}

.page-sub .navbar .nav-item .nav-link.on {
  color: #00457c;
}

/* site content */
.site-content {
  /* border-top: 1px solid #e2e2e2; */
  min-height: calc(100vh - 170px);
  overflow: hidden;
  position: relative;
}

/* site content-visual */
.site-content .visual {
  position: relative;
}

.site-content .visual .bx-viewport .control-slider {
  height: 100%;
}

.site-content .visual .bx-viewport .control-slider li {
  width: 100%;
  height: 100%;
}

.site-content .visual .bx-viewport .control-slider li a {
  display: block;
  width: 100%;
  height: 100%;
}

.site-content .visual .bx-viewport .control-slider li a img {
  height: 100%;
}

.site-content .visual .control-slider li:not(.eq-0.on) a img.mb {
  display: none;
}

.site-content .visual .control-slider li a img.pc {
  display: none;
}

.site-content .visual .control-slider li a img.mb {
  display: inline;
}

.site-content .visual .bx-pager {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-content .visual .bx-pager a {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #e4e4e4;
  margin: 6px;
}

.site-content .visual .bx-pager a.active {
  background-color: #467aff;
}

.site-content .visual .down-arr {
  background-image: url(../images/down-arr-round-y.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 99;
}

/* site content-center */
.site-content .center {
  position: relative;
  padding: 58px 10px;
  background-color: #2e2e3c;
  overflow: hidden;
}

.site-content .center .text-box {
  margin-left: 0;
  margin-bottom: 80px;
}

.site-content .center .text-box .l-text {
  font-size: 30px;
  letter-spacing: -0.05em;
  margin: 0 0 15px;
}

.site-content .center .text-box .l-text .orange {
  font-weight: bold;
  color: #f55f15;
}

.site-content .center .text-box .l-text .yellow {
  font-weight: 800;
  color: #ffcc00;
}

.site-content .center .text-box .s-text {
  font-size: 11px;
  line-height: 19px;
  font-weight: bold;
  letter-spacing: -0.05em;
  color: #fff;
}

.site-content .center .text-slider .slider-item {
  width: 320px;
  text-align: left;
  opacity: 0.15;
  padding: 0px 10px;
}

.site-content .center .text-slider .slider-item .num {
  font-weight: 800;
  font-size: 11px;
  letter-spacing: -0.06em;
  margin-bottom: 15px;
  color: #fff;
}

.site-content .center .text-slider .slider-item .content {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.06em;
  padding-bottom: 18px;
  position: relative;
  color: #fff;
}

.site-content .center .text-slider .slider-item .content b {
  font-weight: 800;
}

.site-content .center .text-slider .slider-item .content::before {
  content: "";
  width: 18px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.site-content .center .text-slider .slider-item.slick-current {
  opacity: 1;
}

.site-content .center .text-slider .slick-arrow {
  display: none;
}

/* phone img */
.phone-img {
  background-image: url(../images/phone.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 247px;
  height: 226px;
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.phone-content-img {
  background-image: url(../images/01.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 164px;
  height: 205px;
  position: absolute;
  bottom: 37px;
  left: calc(50% + 15px);
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.site-content .center .phone-content-img.animate {
  -webkit-animation: opacity 1s linear;
  animation: opacity 1s linear;
}

.site-content .center.img-1 .phone-content-img {
  background-image: url(../images/01.png);
}

.site-content .center.img-2 .phone-content-img {
  background-image: url(../images/02.png);
}

.site-content .center.img-3 .phone-content-img {
  background-image: url(../images/03.png);
}

.site-content .center.img-4 .phone-content-img {
  background-image: url(../images/04.png);
}

.site-content .center.img-5 .phone-content-img {
  background-image: url(../images/05.png);
}

.site-content .center.img-6 .phone-content-img {
  background-image: url(../images/06.png);
}

.site-content .center.img-7 .phone-content-img {
  background-image: url(../images/07.png);
}

.site-content .center.img-8 .phone-content-img {
  background-image: url(../images/08.png);
}

/* site content-notice */
.site-content .notice-container {
  position: relative;
  padding: 38px 10px;
}

.site-content .notice-container .notice-title .title {
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -0.04em;
  text-align: center;
}

.site-content .notice-container .notice-slider .slider-item {
  opacity: 0;
}

.site-content .notice-container .notice-slider .slider-item.slick-current {
  opacity: 1;
}

.site-content .notice-container .notice-content {
  max-width: 1400px;
  margin: 37px auto;
  padding: 0;
}

.site-content .notice-container .notice-content .notice-item {
  display: block;
  padding: 0;
}

.site-content .notice-container .notice-content .notice-item .date {
  font-size: 12px;
  color: #005ba4;
  letter-spacing: -0.04em;
}

.site-content .notice-container .notice-content .notice-item .title {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08em;
  color: #222222;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.site-content .notice-container .notice-content .notice-item .content {
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.04em;
  color: #222222;
}

.site-content .notice-container .notice-content .notice-item:nth-child(1) {
  padding-right: 0;
}

.site-content .notice-container .notice-content .notice-item:nth-child(2) {
  padding: 0;
  border-left: none;
  border-right: none;
}

.site-content .notice-container .notice-content .notice-item:nth-child(3) {
  padding-left: 0;
}

.site-content .notice-container .notice-content .notice-item:hover,
.site-content .notice-container .notice-content .notice-item:focus {
  text-decoration: none;
}

.site-content .notice-container .btn-wrapper {
  text-align: center;
}

.site-content .notice-container .btn-wrapper .more-btn {
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #222222;
  position: relative;
  padding: 7px 15px 7px 0;
}

.site-content .notice-container .btn-wrapper .more-btn:hover {
  text-decoration: none;
  color: #222222;
  border-bottom: 1px solid #222222;
}

.site-content .notice-container .btn-wrapper .more-btn:active {
  text-decoration: none;
}

.site-content .notice-container .btn-wrapper .more-btn::after {
  content: "";
  display: block;
  background-image: url(../images/more-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.site-content .notice-container .slick-controller {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.slick-controller li:not(:last-child) {
  margin-right: 6px;
}

.slick-controller li.slick-active .slick-btn {
  background-color: #467aff;
}

.slick-controller li .slick-btn {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #e4e4e4;
  padding: 0;
  box-shadow: none;
  border: none;
  outline: none;
}

/* site content-conts wrap */
.layout-sub .site-content .conts-wrap {
  padding: 30px 10px 140px;
}

/* 민원접수 */
.apply {
  max-width: 720px;
  margin: auto;
}

.apply .page-title {
  margin-bottom: 42px;
}

.step {
  max-width: 720px;
  margin: 0 auto;
}

.step .wrapper {
  width: 300px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.step.new .wrapper {
  width: 222px;
}

.step .wrapper .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.step .wrapper .item:not(:first-child)::after {
  content: "";
  width: 50px;
  height: 2px;
  background-color: #eeeeee;
  position: absolute;
  top: 9px;
  left: -35px;
}

.step .wrapper .item span {
  font-family: "NanumSquare";
  letter-spacing: -0.08em;
}

.step .wrapper .item .number {
  font-size: 12px;
  width: 20px;
  height: 20px;
  margin-bottom: 11px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #cccccc;
  color: #fff;
  padding: 0;
}

.step .wrapper .item .title {
  font-size: 12px;
  font-weight: bold;
  color: #aaaaaa;
}

.step .wrapper .item.on .number {
  background-color: #467aff;
}

.step .wrapper .item.on .title {
  color: #467aff;
}

/* 민원접수-step1 */
.apply-step-1 .cms-form {
  margin-top: 54px;
  margin-left: 0;
  margin-right: 0;
}

.apply-step-1 .item-wrapper .category-item {
  font-size: 16px;
  height: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #222;
  letter-spacing: -0.08em;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 0 10px;
}

.apply-step-1 .item-wrapper .category-item:hover {
  color: #fff;
  box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
  background-color: #467aff;
}

.apply-step-1 .item-wrapper .category-item .name {
  flex: 1;
}

.apply-step-1 .item-wrapper .category-item .logo {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.apply-step-1 .item-wrapper {
  padding-bottom: 10px;
}

.apply-step-1 .item-wrapper:nth-child(odd) {
  padding-left: 10px;
}

.apply-step-1 .item-wrapper:nth-child(even) {
  padding-right: 10px;
}

@media screen and (max-width: 991px) {
  .apply-step-1 .item-wrapper:nth-child(odd) {
    padding-left: 5px;
  }

  .apply-step-1 .item-wrapper:nth-child(even) {
    padding-right: 5px;
  }
}

.apply-step-1 .item-wrapper:nth-child(2) .category-item .logo {
  background-image: url(../images/apply-bell.png);
  background-size: 18px 21px;
}
.apply-step-1 .item-wrapper:nth-child(3) .category-item .logo {
  background-image: url(../images/apply-shield.png);
  background-size: 20px 25px;
}
.apply-step-1 .item-wrapper:nth-child(4) .category-item .logo {
  background-image: url(../images/apply-earth.png);
  background-size: 21px 21px;
}
.apply-step-1 .item-wrapper:nth-child(5) .category-item .logo {
  background-image: url(../images/apply-car.png);
  background-size: 20px 17px;
}
.apply-step-1 .item-wrapper:nth-child(6) .category-item .logo {
  background-image: url(../images/apply-wrench.png);
  background-size: 23px 23px;
}
.apply-step-1 .item-wrapper:nth-child(7) .category-item .logo {
  background-image: url(../images/apply-security.png);
  background-size: 20px 25px;
}
.apply-step-1 .item-wrapper:nth-child(8) .category-item .logo {
  background-image: url(../images/apply-pen.png);
  background-size: 21px 22px;
}
.apply-step-1 .item-wrapper:nth-child(9) .category-item .logo {
  background-image: url(../images/apply-user.png);
  background-size: 26px 20px;
}
.apply-step-1 .item-wrapper:nth-child(10) .category-item .logo {
  background-image: url(../images/apply-people.png);
  background-size: 25px 17px;
}

/* 민원접수 - step2 */
.apply-step-2 .cms-form {
  margin-top: 54px;
  margin-left: -8px;
  margin-right: -8px;
}

.apply-step-2 .prev-value {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  border: 3px solid #222;
  border-radius: 10px;
  margin: 0 8px 20px;
}

.apply-step-2 .prev-value p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-left: 48px;
}

.apply-step-2 .prev-value p::before {
  content: "";
  width: 34px;
  height: 34px;
  background-image: url(../images/check-blue-logo-small-round.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.apply-step-2 .item-wrapper {
  padding: 0 8px 10px;
}

.apply-step-2 .item-wrapper .category-item {
  font-size: 16px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: bold;
  color: #222;
  letter-spacing: -0.08em;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 0 15px 0 25px;
}

.apply-step-2 .item-wrapper .category-item .logo {
  width: 17px;
  height: 14px;
  background-image: url(../images/check-logo-b.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 15px;
}

.apply-step-2 .item-wrapper .category-item:hover {
  background-color: #467aff;
  color: #fff;
}

.apply-step-2 .item-wrapper .category-item:hover .logo {
  background-image: url(../images/check-logo-w.png);
}

/* 민원접수 - new form */
.apply-new .cms-form {
  margin-top: 54px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.apply-new .depth-1 {
  margin-bottom: 10px;
  width: calc(50% - 5px);
}

.apply-new .depth-1 .depth-1-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  border-radius: 8px;
  background-color: #f6f6f6;
  padding: 0 10px;
  margin: 0;
}

.apply-new .depth-1 .depth-1-item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.apply-new .depth-1 .depth-1-item.on {
  background-color: #467aff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.apply-new .depth-1 .depth-1-item .name {
  font-size: 16px;
  font-weight: bold;
  color: #222;
  letter-spacing: -0.08em;
  flex: 1;
}

.apply-new .depth-1 .depth-1-item.on .name {
  color: #fff;
}

.apply-new .depth-1 .depth-1-item .logo {
  display: none;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.apply-new .depth-1:nth-child(2) .depth-1-item .logo {
  background-image: url(../images/apply-bell.png);
  background-size: 18px 21px;
}

.apply-new .depth-1:nth-child(3) .depth-1-item .logo {
  background-image: url(../images/apply-shield.png);
  background-size: 20px 25px;
}

.apply-new .depth-1:nth-child(4) .depth-1-item .logo {
  background-image: url(../images/apply-earth.png);
  background-size: 21px 21px;
}

.apply-new .depth-1:nth-child(5) .depth-1-item .logo {
  background-image: url(../images/apply-car.png);
  background-size: 20px 17px;
}

.apply-new .depth-1:nth-child(6) .depth-1-item .logo {
  background-image: url(../images/apply-wrench.png);
  background-size: 23px 23px;
}

.apply-new .depth-1:nth-child(7) .depth-1-item .logo {
  background-image: url(../images/apply-security.png);
  background-size: 20px 25px;
}

.apply-new .depth-1:nth-child(8) .depth-1-item .logo {
  background-image: url(../images/apply-pen.png);
  background-size: 21px 22px;
}

.apply-new .depth-1:nth-child(9) .depth-1-item .logo {
  background-image: url(../images/apply-user.png);
  background-size: 26px 20px;
}

.apply-new .depth-1:nth-child(10) .depth-1-item .logo {
  background-image: url(../images/apply-people.png);
  background-size: 25px 17px;
}

.apply-new .depth-2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
}

.apply-new .depth-2.on {
  display: flex;
}

.apply-new .depth-2 .depth-2-box {
  position: relative;
  width: 250px;
  background-color: #fff;
  border-radius: 10px;
}

.apply-new .depth-2 .depth-2-box .btn-popup-close {
  display: block;
  width: 50px;
  height: 50px;
  top: -20px;
  right: -20px;
  background-image: url(../images/btn-popup-close.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}

.apply-new .depth-2 .wrapper {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.apply-new .depth-2 .wrapper .depth-2-item {
  width: 100%;
  min-height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f6f6f6;
  border-radius: 8px;
  padding: 10px 18px;
}

.apply-new .depth-2 .wrapper .depth-2-item:not(:last-child) {
  margin-bottom: 10px;
}

.apply-new .depth-2 .wrapper .depth-2-item:hover {
  background-color: #467aff;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.apply-new .depth-2 .wrapper .depth-2-item .name {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -0.08em;
  color: #222;
  flex: 1;
}

.apply-new .depth-2 .wrapper .depth-2-item:hover .name {
  color: #fff;
}

.apply-new .depth-2 .wrapper .depth-2-item .logo {
  display: block;
  width: 15px;
  height: 14px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 15px;
}

.apply-new .depth-2 .wrapper .depth-2-item:hover .logo {
  background-image: url(../images/check-logo-w.png);
}

/* 민원접수 - step3 */
.apply-step-3 .cms-form {
  margin-top: 54px;
}

.apply-step-3 .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}

/* 민원접수 - finish */
.apply-step-finish .apply-finish-wrap {
  text-align: center;
  margin-top: 56px;
}

.apply-step-finish .apply-finish-wrap .desc {
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f6f6f6;
  margin-bottom: 50px;
}

.apply-step-finish .apply-finish-wrap .desc p {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-top: 146px;
}

.apply-step-finish .apply-finish-wrap .desc p .blue {
  color: #467aff;
}

.apply-step-finish .apply-finish-wrap .desc p::before {
  content: "";
  width: 120px;
  height: 120px;
  background-image: url(../images/complete-logo.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 접수내역-apply-list */
.apply-list {
  max-width: 720px;
  margin: auto;
}

/* 접수내역 - 상세보기 */
.apply-detail {
  max-width: 720px;
  margin: auto;
}

.apply-detail .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-detail .btn-group .btn:not(:last-child) {
  margin-right: 8px;
}

.apply-detail .btn-group .btn-md {
  border-radius: 45px !important;
}

/* 접수내역 - 수정하기 */
.apply-modify {
  max-width: 720px;
  margin: auto;
}

.apply-modify .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-modify .btn-group .btn:not(:last-child) {
  margin-right: 8px;
}

/* 접수내역 - 신청취소 */
.apply-cancel {
  max-width: 720px;
  margin: auto;
}

.apply-cancel .div-box1 textarea {
  height: 280px !important;
}

.apply-cancel .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-cancel .btn-group .btn:not(:last-child) {
  margin-right: 8px;
}

/* 접수내역 - rate */
.apply-rate {
  max-width: 720px;
  margin: auto;
}

.apply-rate .div-box1 .wrapper .wrapper-row .title {
  margin-bottom: 20px;
}

.apply-rate .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

.apply-rate .btn-group .btn:not(:last-child) {
  margin-right: 8px;
}

/* 민원콜 - 리스트 */
.call-list {
  max-width: 720px;
  margin: auto;
  text-align: center;
}

/* 민원콜 - 상세 */
.call-detail {
  max-width: 720px;
  margin: auto;
}

.call-detail .btn-group {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-detail .btn-group .btn:not(:last-child) {
  margin-right: 8px;
}

/* 민원콜 - finish */
.call-finish {
  max-width: 720px;
  margin: auto;
}

.call-finish .call-finish-wrap {
  text-align: center;
  margin-top: 56px;
}

.call-finish .call-finish-wrap .desc {
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}

.call-finish .call-finish-wrap .desc p {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: -0.08em;
  line-height: 30px;
  color: #222;
  position: relative;
  padding-top: 104px;
}

.call-finish .call-finish-wrap .desc p .blue {
  color: #467aff;
}

.call-finish .call-finish-wrap .desc p::before {
  content: "";
  width: 68px;
  height: 68px;
  background-image: url(../images/check-logo-round.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 민원처리 - 리스트 */
.accept-list {
  max-width: 720px;
  margin: auto;
  text-align: center;
}

/* 민원처리 - 상세 */
.accept-detail {
  max-width: 720px;
  margin: auto;
}

.accept-detail > .btn-group {
  margin-top: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.accept-detail .btn-group .btn:not(:last-child) {
  margin-right: 8px;
}

/* 민원처리 - 상세 - 채팅박스 */
.chat-box {
  border-top: 1px solid #cccccc;
  width: 100%;
  position: fixed;
  bottom: 50px;
  left: 0;
  background-color: #fff;
  z-index: 9;
}

.chat-box .chat-wrapper {
  max-width: 720px;
  margin: auto;
  padding: 0 10px 20px;
}

.chat-wrapper .btn-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
}

.chat-wrapper .btn-wrapper > label {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.chat-wrapper .btn-wrapper > label > input[type="checkbox"] {
  display: inline-block;
  transform: translateY(3px);
}

.chat-wrapper.on .btn-wrapper .btn-hide {
  background-image: url(../images/chat-down-btn.png);
}

.chat-wrapper .btn-wrapper .btn-hide {
  width: 35px;
  height: 35px;
  background-image: url(../images/chat-up-btn.png);
  background-size: 17px 11px;
  background-repeat: no-repeat;
  background-position: center center;
}

.chat-wrapper .btn-wrapper .btn-hide span {
  position: absolute;
}

.chat-wrapper .btn-wrapper .btn-reload {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: none;
}

.chat-wrapper.on .btn-wrapper .btn-reload {
  display: inline-block;
}

.chat-wrapper.on .btn-wrapper .btn-reload .sr-only {
  display: none;
}

.chat-wrapper.on .list-commt .box-type1 {
  height: 100px;
  padding: 15px;
  transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.chat-wrapper.on .list-commt {
  position: relative;
}

.list-commt .box-type1 {
  height: 0;
  border-radius: 8px;
  padding: 0 15px;
  background-color: #f2f2f2;
  overflow-y: scroll;
  margin-bottom: 12px;
  transition: height 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.list-commt .box-type1 p {
  font-size: 14px;
  line-height: 28px;
  letter-spacing: -0.08em;
  color: #222;
}

.list-commt .input-group .form-control:first-child {
  height: 48px;
  border-radius: 8px;
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
  font-size: 14px;
  letter-spacing: -0.08em;
}

.list-commt .input-group-btn:last-child > .btn {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-left: 8px;
  padding: 10px;
}

.list-inquiry {
  margin-top: 12px;
}

.list-inquiry .text-truncate {
  font-size: 14px;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-left: 28px;
}

.list-inquiry .text-truncate::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../images/user-small-round.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.list-inquiry .text-truncate span {
  color: #467aff;
  display: inline-block;
  margin-left: 5px;
}

/* 민원처리 - finish */
.accept-finish {
  max-width: 720px;
  margin: auto;
}

.complete-box {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 999;
  padding: 0 10px;
}

.complete-box .flex-wrapper {
  width: 100%;
  height: 450px;
  margin: 100px auto 0;
  background-color: #fff;
  border-radius: 16px;
  padding: 15px;
}

.complete-box .flex-wrapper .btn-wrapper {
  text-align: right;
}

.complete-box .flex-wrapper .content {
  margin-top: 10px;
  text-align: center;
}

.complete-box .flex-wrapper .content .logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/check-logo-small-round.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.complete-box .flex-wrapper .content > div {
  margin-top: 24px;
  margin-bottom: 20px;
  padding: 0;
}

.complete-box .flex-wrapper .content textarea {
  resize: none;
  height: 220px;
  border-radius: 8px;
  padding: 17px 13px;
  font-size: 14px;
  letter-spacing: -0.08em;
  color: #222;
}

.complete-box .flex-wrapper .content textarea::placeholder {
  font-size: 14px;
  letter-spacing: -0.08em;
}

/* notice */
.notice {
  max-width: 720px;
  margin: auto;
  margin-bottom: 50px;
}

.notice .notice-con {
  border-top: 2px solid #222;
}

.notice .notice-item {
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  padding: 0 20px;
  font-family: "Nanum Gothic";
  font-size: 14px;
  letter-spacing: -0.06em;
  color: #222;
}

.notice .notice-item:hover {
  background-color: #f9f9f9;
}

.notice .notice-item .left {
  width: 60%;
}

.notice .notice-item .left p {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.notice .notice-item .right {
  width: 40%;
  margin-left: 10px;
}

.notice .notice-item .right .date {
  text-align: right;
  color: #aaaaaa;
}

/* notice - create */
.notice-create {
  max-width: 720px;
  margin: auto;
}

.notice-create .btn-wrapper {
  text-align: right;
}

.notice-create .btn-md {
  font-size: 16px;
}

.notice-create .cms-file-md-css-upload .cms-file-md-upload-inner {
  height: 80px;
  border-radius: 8px;
  border: none;
  background-color: #f8f8f8;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice-create .cms-file-md-css-upload .cms-file-md-upload-inner span {
  display: inline;
}

.notice-create .cms-file-md-css-upload .cms-file-md-upload-inner span {
  font-size: 14px;
  letter-spacing: -0.08em;
  font-weight: bold;
  color: #222;
  position: relative;
  padding-left: 23px;
  z-index: 1;
}

.notice-create .cms-file-md-css-upload .cms-file-md-upload-inner span::after {
  content: "";
  background-image: url(../images/upload.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 19px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.notice-create .cms-file-md-css-list .cms-file-md-list-item {
  position: relative;
}

.notice-create .cms-file-md-css-list .cms-file-md-list-item .btn-group {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  justify-content: flex-end;
}

.notice-create .cms-file-md-list-rename-wrap {
  display: none;
}

.notice-create .cms-file-md-list-attach-btn {
  display: none;
}

.notice-create
  .cms-file-md-css-list
  .cms-file-md-list-item
  .btn-group
  .btn:not(:last-child) {
  margin-right: 0;
}

.notice-create .cms-file-md-list-name {
  width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* notice - detail */
.text-right {
  display: none;
}

.notice-detail {
  max-width: 720px;
  margin: auto;
}

.notice-detail .cms-board-md-default-read-title {
  background: none;
  border-color: #222;
  padding: 10px 18px 0;
  font-size: 20px;
  letter-spacing: -0.06em;
  color: #222;
}

.notice-detail .cms-board-md-default-read-info {
  padding: 0 18px 10px;
  border-color: #222;
}

.notice-detail .cms-board-md-default-read-name,
.notice-detail .cms-board-md-default-read-comment,
.notice-detail .cms-board-md-default-read-hit {
  display: none;
}

.notice-detail .cms-board-md-default-read-date {
  background: none;
  font-size: 12px;
  padding-left: 0;
  margin-left: 0;
  color: #aaaaaa;
}

.notice-detail .cms-board-md-default-read-content {
  margin: 0;
  padding: 20px 18px;
}

.notice-detail .cms-board-md-default-read-btns {
  margin: 50px 0 0;
}

.notice-detail .cms-board-md-default-read-btns .btn i {
  display: none;
}

/* site footer */
.site-footer {
  background-color: #2e2e3c;
}

.site-footer .wrapper {
  width: 100%;
  height: 70px;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
}

.site-footer .btn-group {
  margin-bottom: 3px;
}

.site-footer .btn-group .btn {
  font-weight: bold;
  font-size: 12px;
  letter-spacing: -0.08em;
  color: #fff;
}

.site-footer .btn-group .btn:first-child {
  margin-right: 18px;
}

.site-footer .btn-group .btn span {
  position: relative;
  padding-right: 10px;
}

.site-footer .btn-group .btn span::after {
  content: "";
  background-image: url(../images/footer-right-arr.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  width: 4px;
  height: 8px;
}

.copyright {
  font-family: "NanumGothic";
  font-size: 10px;
  letter-spacing: -0.04em;
  color: #fff;
}

/* top-btn */
.top-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.top-btn-new {
  position: absolute;
  right: 10px;
}

.top-btn a,
.top-btn-new a {
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/top-btn.png);
  background-size: 38px 38px;
  background-repeat: no-repeat;
  background-position: center center;
}

/* 근무자 근무시작 */
.bottom-wrapper {
  width: 100%;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}

.bottom-wrapper .employee-btn-wrapper {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffe347;
}

.bottom-wrapper .employee-btn-wrapper .text {
  font-weight: 800;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-left: 34px;
}

.bottom-wrapper .employee-btn-wrapper .text::before {
  content: "";
  background-image: url(../images/work-play-btn.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.bottom-wrapper .employee-btn-wrapper .timestamp {
  font-weight: 800;
  letter-spacing: -0.08em;
  font-size: 16px;
  color: #e6aa28;
}

.bottom-wrapper
  .employee-btn-wrapper
  .timestamp
  .cms-type-internal-time-date-time-past-hms {
  color: #222;
}

/* 알림창 */
.cms-msg-md-receive-config {
  max-width: 720px;
  margin: auto;
}

/* 개인정보 처리방침 */
.info-box {
  max-width: 720px;
  margin: auto;
}

.info-box h1 {
  font-size: 20px;
  text-align: center;
}

.info-box table {
  width: auto;
  margin-left: 24px;
}

.info-box table td {
  border: 1px solid #222;
  text-align: center;
}

.info-box .sub-title {
  margin-left: 12px;
}

.info-box .content {
  margin-left: 24px;
}

.info-box .inner-title {
  margin-left: 36px;
}

.info-box .inner-content {
  margin-left: 52px;
}

/* 유지보수 페이지 */
.page-repair .page-title .title {
  width: 120px;
}

.page-repair .nav-tabs {
  max-width: 720px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
}

.page-repair .nav-tabs > li {
  float: none;
  width: 25%;
  margin-bottom: 0;
}

.page-repair .nav-tabs > li > a {
  border-radius: 0;
  border: 1px solid #ddd;
  margin-right: 0;
  text-align: center;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #00447c;
  color: #fff;
}

.page-repair .cms-file-md-css-list {
  display: flex;
  flex-direction: column;
}

.page-repair .cms-file-md-css-list .cms-file-md-list-item {
  overflow: visible;
  padding: 0 18px;
  margin-bottom: 10px;
}

.page-repair .cms-file-md-css-list .cms-file-md-list-item .btn-xs {
  border-width: 2px;
}

.page-repair .cms-board-md-default-read-comment-list-form textarea {
  border: 1px solid #ccc;
  border-radius: 6px;
}

.page-repair .cms-board-md-default-read-comment-list-form div {
  padding: 0 18px;
}

.page-repair .cms-board-md-default-read-comment-list-form button {
  position: static;
}

.page-repair .cms-board-md-default-read-comment-list-form button.btn-rect {
  border-width: 2px;
  font-size: 14px;
  max-width: none;
  width: 56px;
  height: 36px;
  margin-top: 10px;
  margin-bottom: 20px;
}

/* 이관민원 - list */
.td-list {
  max-width: 720px;
  margin: auto;
}

.td-list .refresh-wrapper {
  position: relative;
}

.td-list .cms-etc-auto-refresh-less-sec {
  margin-left: 20px;
}

.td-list .list-group-type1 .btn-wrapper .btn {
  padding: 4px 6px;
  font-weight: bold;
  margin-bottom: 5px;
}

.td-list label > input[type="checkbox"] {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
}

.td-list .list-group-type1 .list-group-item {
  height: 120px;
}

/* 이관민원 - detail */
.td-detail {
  max-width: 720px;
  margin: auto;
}

.td-detail .btn-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.td-detail .btn-wrapper .btn:not(:last-child) {
  margin-right: 8px;
}

/* .td-detail .btn-wrapper .btn-blue {
    padding: 4px 6px;
    font-weight: bold;
} */

.td-detail .sub-title {
  margin-top: 80px;
}

/* 탭 스타일  */
.conts-wrap > ul {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

.conts-wrap > ul > li {
  width: 100%;
}

.conts-wrap > ul > li.on a {
  background-color: #467aff;
  color: #fff;
  border: 1px solid #467aff;
}

.conts-wrap > ul > li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  letter-spacing: -0.08em;
  color: #222;
  border: 1px solid #222;
}

/* alert warning  */
.conts-wrap > .alert-warning {
  max-width: 720px;
  margin: 0 auto;
}

.conts-wrap > .alert-warning + .btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

.conts-wrap > .alert-warning + .btn-wrapper .btn:not(:last-child) {
  margin-right: 8px;
}

.conts-wrap > .alert-danger {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 720px;
  height: 200px;
  margin: auto;
  margin-bottom: 30px;
}

/* 이관부서 정보 수정 */
.my-page-update .box-primary {
  border-top: 2px solid #222;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.my-page-update .box-primary .form-group {
  margin-bottom: 0;
  margin-top: 30px;
}

.my-page-update .control-label {
  display: block;
  font-size: 16px;
  letter-spacing: -0.08em;
  font-weight: bold;
  padding: 0;
  margin-bottom: 10px;
}

.my-page-update .box-primary .input-group {
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.my-page-update .input-group .form-control {
  float: none;
}

.my-page-update .input-group-btn:first-child > .btn,
.my-page-update .input-group-btn:first-child > .btn-group,
.my-page-update .input-group-btn:last-child > .btn,
.my-page-update .input-group-btn:last-child > .btn-group {
  margin: 0;
  border: none;
}

.my-page-update .box-primary .input-group .input-group-btn {
  display: block;
  margin: 0;
  width: auto;
}

.my-page-update .box-primary input {
  height: 48px;
  border-radius: 8px;
  background-color: #f8f8f8;
  font-size: 15px;
  letter-spacing: -0.08em;
  color: #222;
  padding: 0 24px 0 20px;
  border: 1px solid #e2e2e2;
}

.my-page-update .box-primary .input-group input {
  width: 100%;
  margin: 0 15px;
  border-radius: 8px !important;
}

.my-page-update .box-primary .form-group .form-control-static {
  min-height: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 27px 20px;
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-top: 6px;
}

.form-control-static ul {
  margin-bottom: 0;
}

.my-page-update .box-primary + .btn-wrapper {
  text-align: center;
  margin-top: 50px;
}

.cms-popup-skin {
  display: inline-block;
}
.cms-af-md-af-form-item .input-group .cms-af-md-af-form-item-noe {
  display: block;
  width: 100%;
  height: 30px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.email-auth .btn-bottom {
  text-align: right;
}

.email-auth .form-group .title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.08em;
  color: #222;
}

.email-auth .form-group .wrapper input {
  min-height: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 27px 20px;
  background-color: #f2f2f2;
  border-radius: 8px;
  margin-top: 6px;
}
