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

.mb {
  display: none;
}

/* content - page title */
.page-title .title {
  width: 110px;
  height: 60px;
  border-radius: 30px;
  font-size: 19px;
  margin-bottom: 25px;
}

.page-title .desc {
  font-size: 48px;
}

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

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

.div-box1 .wrapper .wrapper-row .title {
  margin-bottom: 7px;
  font-size: 20px;
}

.div-box1 .wrapper-row.info .cms-type-internal-time-date-time-absolute {
  font-size: 16px;
  padding-left: 37px;
}

.div-box1 .wrapper-row.info .cms-type-internal-time-date-time-absolute::before {
  width: 27px;
  height: 26px;
}

.div-box1 select {
  background-size: 14px 10px;
  background-position: 95% 50%;
}

.div-box1 select,
.div-box1 input[type="text"],
.div-box1 input[type="password"] {
  height: 68px;
  border-radius: 8px;
  font-size: 18px;
  padding: 0 24px 0 20px;
}

.div-box1 textarea {
  height: 298px;
  font-size: 18px;
  padding: 27px 23px;
}

.div-box1 input::placeholder,
.div-box1 textarea::placeholder {
  font-size: 18px;
}

.div-box1 .cms-file-md-css-upload .cms-file-md-upload-inner p::after {
  width: 19px;
  height: 19px;
}

.div-box1 .cms-file-md-css-upload .cms-file-md-upload-inner p {
  font-size: 18px;
  padding-left: 35px;
}

.div-box1 .cms-file-md-css-upload .cms-file-md-upload-inner p::after {
  width: 27px;
  height: 27px;
}

.div-box1 .cms-file-md-list-name {
  width: 100%;
}

.div-box1 label {
  font-size: 18px;
  padding-left: 48px;
  display: inline-block;
  margin-bottom: 5px;
}

.div-box1 label::before {
  width: 38px;
  height: 38px;
}

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

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

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

.div-box2 .flex-between {
  padding: 9px 0;
}

.div-box2 .flex-between .cms-type-internal-time-date-time-absolute {
  font-size: 16px;
  padding-left: 38px;
}

.div-box2 .flex-between .cms-type-internal-time-date-time-absolute::before {
  width: 27px;
  height: 26px;
}

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

.div-box2 .div-row .title {
  font-size: 20px;
}

.div-box2 .div-row .wrapper {
  min-height: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  padding: 27px 20px;
  margin-top: 6px;
}

.div-box2 .div-row .wrapper.content {
  font-size: 18px;
}

.div-box2 .div-row .wrapper p {
  font-size: 18px;
}

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

/* 스마트 종합상황실-list-group-type1 */
.list-group-type1 .list-group-item {
  height: 120px;
  padding: 25px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2;
  border-radius: 10px;
  margin-bottom: 10px;
}

.list-group-type1 .list-group-item .left {
  display: flex;
  align-items: center;
  width: calc(100% - 160px);
}

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

.list-group-type1 .list-group-item .content {
  width: calc(100% - 85px);
}

.list-group-type1 .list-group-item .title {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}

.list-group-type1 .list-group-item .location {
  display: block;
  font-size: 15px;
  padding-left: 24px;
}

.list-group-type1 .list-group-item .location::before {
  content: "";
  width: 18px;
  height: 21px;
  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 {
  width: 160px;
  display: block;
  text-align: right;
}

.list-group-type1 .list-group-item .right > span {
  font-size: 16px;
  line-height: 32px;
}

.list-group-type1 .list-group-item .right .charge {
  font-size: 18px;
  line-height: 32px;
}

.pagination {
  margin: 40px 0 20px;
}

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

.pagination .page-item .page-link {
  width: 56px;
  height: 56px;
  font-size: 22px;
  border-radius: 8px;
  border: 2px solid #222;
}

/* 목록 없을때 */
.alert-form .desc {
  height: 400px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.alert-form .desc p {
  font-size: 24px;
  padding-top: 133px;
}

.alert-form .desc p::before {
  width: 98px;
  height: 98px;
}

/* 크기별 버튼 */
.btn-group .btn-xl,
.btn-xl {
  font-size: 22px;
  min-width: 214px;
  padding: 23.5px 10px;
  border-radius: 45px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 45px;
}
.btn-group .btn-lg,
.btn-lg {
  font-size: 22px;
  min-width: 194px;
  padding: 24.5px 10px;
  border-radius: 45px;
}

.btn-group .btn-md,
.btn-md {
  font-size: 20px;
  min-width: 164px;
  padding: 25px 10px;
  border-radius: 45px;
}

.btn-group .btn-sm,
.btn-sm {
  font-size: 18px;
  min-width: 114px;
  padding: 10.5px 10px;
  border-radius: 30px;
}

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

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

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

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

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

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

/* 회원가입 */
.btn-lg.btn-signup span {
  padding-right: 50px;
}
.btn-lg.btn-signup span::after {
  width: 20px;
  height: 16px;
}

/* 회원가입-취소 */
.btn-lg.btn-cancel span {
  padding-right: 42px;
}
.btn-lg.btn-cancel span::after {
  width: 16px;
  height: 16px;
}

/* 이전단계 */
.btn-lg.btn-larr span {
  padding-left: 42px;
}
.btn-lg.btn-larr span::after {
  width: 23px;
  height: 19px;
}

/* 다음단계 */
.btn-lg.btn-rarr span {
  padding-right: 44px;
}
.btn-lg.btn-rarr span::after {
  width: 24px;
  height: 20px;
}

/* 다음단계 */
.btn-lg.btn-rarr span {
  padding-right: 44px;
}
.btn-lg.btn-rarr span::after {
  width: 24px;
  height: 20px;
}
.btn-md.btn-blue.btn-list span::after {
  width: 18px;
  height: 16px;
}

/* 수정하기 */
.btn-md.btn-gray.btn-modi span,
.btn-md.btn-blue.btn-modi span {
  padding-right: 37px;
}
.btn-md.btn-gray.btn-modi span::after {
  width: 26px;
  height: 19px;
}
.btn-md.btn-blue.btn-modi span::after {
  width: 26px;
  height: 19px;
}

/* 신청취소(g)-신청취소(b)-취소요청(r) */
.btn-md.btn-gray.btn-cancel span {
  padding-right: 29px;
}
.btn-md.btn-gray.btn-cancel span::after {
  width: 15px;
  height: 15px;
}
.btn-md.btn-blue.btn-cancel span {
  padding-right: 34px;
}
.btn-md.btn-blue.btn-cancel span::after {
  width: 20px;
  height: 21px;
}
.btn-md.btn-red.btn-cancel span {
  padding-right: 31px;
}
.btn-md.btn-red.btn-cancel span::after {
  width: 15px;
  height: 15px;
}

/* 업무처리, 콜수락, 확인 */
.btn-md.btn-processing span {
  padding-right: 35px;
}
.btn-md.btn-accept span {
  padding-right: 42px;
}
.btn-md.btn-confirm span {
  padding-right: 50px;
}
.btn-md.btn-processing span::after,
.btn-md.btn-accept span::after,
.btn-md.btn-confirm span::after {
  width: 20px;
  height: 16px;
}

/* 민원처리합니다 */
.btn-complaints {
  font-size: 18px;
  width: 154px;
  height: 54px;
  border-radius: 30px;
  border: 3px solid #467aff;
}

/* 민원처리합니다 */
.btn-complaints span {
  margin-top: 4px;
}

/* 채팅창 새로고침 */
.btn-reload {
  width: 38px;
  height: 38px;
  border-radius: 8px;
  background-size: 18px 18px;
}

/* 로그인 요청 */
.login-req .desc {
  height: 400px;
  margin-bottom: 50px;
}

.login-req .desc p {
  font-size: 24px;
  padding-top: 206px;
}

.login-req .desc p::before {
  width: 180px;
  height: 180px;
}

/* gnb */
.btn-gnb {
  width: 50px;
  height: 50px;
}

.btn-user {
  background-size: 22px 27px;
}

.btn-noti {
  background-size: 24px 27px;
}

.btn-noti.on::after {
  width: 6px;
  height: 6px;
  top: 5px;
  right: 5px;
}

/* 로그인 버튼 */
.btn-login {
  padding: 16.5px;
  border-radius: 6px;
  font-size: 18px;
}
.btn-login span {
  padding-left: 15px;
}

/* 한양인로그인 */
.login-hy span::after {
  width: 32px;
  height: 32px;
  left: -32px;
}

/* 네이버로그인 */
.login-naver span::after {
  width: 23px;
  height: 23px;
  left: -27px;
}

/* 카카오로그인 */
.login-kakao span::after {
  width: 27px;
  height: 27px;
  left: -29px;
}

/* 구글로그인 */
.login-google span::after {
  width: 25px;
  height: 27px;
  left: -36px;
}

/* 상태 아이콘 */
.state-round {
  width: 70px;
  height: 70px;
  font-size: 17px;
  line-height: 20px;
}
.state-rect {
  min-width: 70px;
  height: 40px;
  font-size: 16px;
  line-height: 18px;
  border-radius: 8px;
}
.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: 150px 0;
}

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

.sub-wrap .sub-header .site-logo {
  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: 470px;
  border-radius: 12px;
  border: 1px solid #e5e5e5;
  padding: 70px;
  margin-bottom: 60px;
}

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

.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: 62px;
  height: 62px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sub-wrap .sub-content input {
  font-size: 16px;
  letter-spacing: -0.08em;
  margin-bottom: 8px;
}

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

.sub-wrap .sub-content .login-yellow {
  text-align: center;
}

.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;
}

.sub-wrap .sub-content .btn-wrapper .divide-line::before {
  transform: translateY(-3px);
}

.sub-wrap .sub-content .btn-wrapper .divide-line span {
  font-size: 18px;
  padding: 0 16px;
}

/* my page */
.my-page .div-box2 {
  padding-bottom: 30px;
}

.my-page .btn-group {
  margin-top: 50px;
}

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

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

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

.my-dropdown .content .user-logo {
  width: 70px;
  height: 70px;
  background-size: 22px 27px;
  margin-bottom: 8px;
}

.my-dropdown .content .user-name {
  font-size: 24px;
  margin-bottom: 0;
}

.my-dropdown .content .login-time {
  font-size: 16px;
}

.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 .box-header .btn-group .btn:first-child {
  margin-right: 8px;
}

.pw-auth .box-primary .box-header {
  margin-top: 50px;
}

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

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

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

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

/* 내정보 변경 - info update */
.my-page-update .radio-wrapper > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 10px 0 0;
}

.my-page-update .radio-wrapper > div label {
  font-size: 18px;
  letter-spacing: -0.08em;
  margin-right: 20px;
}

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

/* top버튼 */
.go-top {
  bottom: 40px;
  right: 40px;
}
.go-top .btn-top {
  background-size: 18px 11px;
  width: 68px;
  height: 68px;
}

/* site header */
.site-header {
  border-bottom: 1px solid #e2e2e2;
}

.site-header .header-wrapper {
  max-width: 1400px;
  margin: auto;
  height: 95px;
  background: #fff;
}

.main-logo .navbar-brand {
  background-image: url(../images/ku-logo.png);
  width: 206px;
  height: 62px;
}

.gnb {
  padding-left: 59px;
}

.gnb::before {
  width: 46px;
  height: 46px;
}

.gnb .btn-link {
  font-size: 16px;
  color: #222222;
}

.gnb .btn-noti {
  width: 30px;
  height: 30px;
  background-image: url(../images/alram-logo.png);
  background-size: 24px 27px;
  margin-left: 6px;
}

.lnb {
  max-width: 720px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.lnb .navbar {
  height: 95px;
  border: none;
}

.navbar .nav-item .nav-link {
  font-size: 21px;
}

/* site content */
.site-content {
  min-height: calc(100vh - 196px);
}

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

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

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

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

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

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

.site-content .visual .down-arr {
  width: 90px;
  height: 90px;
}

/* site content-center */
.site-content .center {
  padding: 118px 0;
  background-color: #2e2e3c;
  overflow: visible;
}

.site-content .center .text-box {
  margin-left: 255px;
  margin-bottom: 130px;
}

.site-content .center .text-box .l-text {
  font-size: 50px;
  margin: 0;
}

.site-content .center .text-box .s-text {
  font-size: 18px;
  line-height: 32px;
}

.site-content .center .text-slider .slider-item {
  width: 346px;
  opacity: 0.15;
  padding: 0;
}

.site-content
  .center
  .text-slider
  .slider-item:not(.slider-item[data-slick-index="0"]) {
  display: none;
}

.site-content .center .text-slider .slider-item .num {
  font-weight: 800;
  font-size: 18px;
  margin-bottom: 20px;
}

.site-content .center .text-slider .slider-item .content {
  font-size: 30px;
  padding-bottom: 25px;
}

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

.site-content .center .text-slider .slider-item .content::before {
  width: 24px;
  height: 4px;
}

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

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

/* phone img */
.phone-img {
  width: 628px;
  height: 575px;
  bottom: -60px;
  left: 50%;
}

.phone-content-img {
  width: 419px;
  height: 531px;
  bottom: -20px;
  left: calc(50% + 35px);
}

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

.site-content .notice-container .notice-title .title {
  font-size: 60px;
}

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

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

.site-content .notice-container .notice-content .notice-item .date {
  font-size: 15px;
}

.site-content .notice-container .notice-content .notice-item .title {
  font-size: 28px;
  line-height: 36px;
  margin: 25px 0;
}

.site-content .notice-container .notice-content .notice-item .content {
  font-size: 15px;
  line-height: 26px;
}

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

.site-content .notice-container .notice-content .notice-item:nth-child(2) {
  padding: 0 70px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

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

.site-content .notice-container .btn-wrapper .more-btn {
  font-size: 20px;
  padding: 7px 17px 7px 0;
}

.site-content .notice-container .btn-wrapper .more-btn::after {
  width: 12px;
  height: 12px;
}

/* site content-conts wrap */
.page-sub .site-content .conts-wrap {
  padding: 70px 0 190px;
}

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

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

.step .wrapper {
  width: 457px;
}

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

.step .wrapper .item:not(:first-child)::after {
  width: 80px;
  height: 2px;
  top: 13px;
  left: -60px;
}

.step .wrapper .item .number {
  font-size: 14px;
  width: 28px;
  height: 28px;
  margin-bottom: 11px;
}

.step .wrapper .item .title {
  font-size: 16px;
}

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

.apply-step-1 .item-wrapper .category-item {
  font-size: 20px;
  height: 90px;
  border-radius: 8px;
  padding: 0 15px 0 35px;
}

.apply-step-1 .item-wrapper .category-item .logo {
  width: 60px;
  height: 60px;
}

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

.apply-step-1 .item-wrapper:nth-child(2) .category-item .logo {
  background-size: 22px 26px;
}
.apply-step-1 .item-wrapper:nth-child(3) .category-item .logo {
  background-size: 24px 30px;
}
.apply-step-1 .item-wrapper:nth-child(4) .category-item .logo {
  background-size: 25px 25px;
}
.apply-step-1 .item-wrapper:nth-child(5) .category-item .logo {
  background-size: 24px 22px;
}
.apply-step-1 .item-wrapper:nth-child(6) .category-item .logo {
  background-size: 27px 27px;
}
.apply-step-1 .item-wrapper:nth-child(7) .category-item .logo {
  background-size: 24px 30px;
}
.apply-step-1 .item-wrapper:nth-child(8) .category-item .logo {
  background-size: 25px 27px;
}
.apply-step-1 .item-wrapper:nth-child(9) .category-item .logo {
  background-size: 30px 25px;
}
.apply-step-1 .item-wrapper:nth-child(10) .category-item .logo {
  background-size: 29px 20px;
}

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

.apply-step-2 .prev-value {
  height: 74px;
  border: 3px solid #222;
  border-radius: 10px;
  margin: 0 8px 20px;
}

.apply-step-2 .prev-value p {
  font-size: 22px;
  padding-left: 58px;
}

.apply-step-2 .prev-value p::before {
  width: 44px;
  height: 44px;
}

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

.apply-step-2 .item-wrapper .category-item {
  font-size: 20px;
  height: 80px;
  border-radius: 8px;
  padding: 0 15px 0 25px;
}

.apply-step-2 .item-wrapper .category-item .logo {
  width: 20px;
  height: 17px;
  margin-left: 15px;
}

/* 민원접수 - new form */

.apply-new .depth-1 {
  margin-bottom: 10px;
}

.apply-new .depth-1 .depth-1-item {
  height: 90px;
  padding: 0 15px 0 35px;
}

.apply-new .depth-1 .depth-1-item .name {
  font-size: 20px;
}

.apply-new .depth-1 .depth-1-item .logo {
  display: none;
  width: 60px;
  height: 60px;
}

.apply-new .depth-1:nth-child(2) .depth-1-item .logo {
  background-size: 22px 26px;
}

.apply-new .depth-1:nth-child(3) .depth-1-item .logo {
  background-size: 24px 30px;
}

.apply-new .depth-1:nth-child(4) .depth-1-item .logo {
  background-size: 25px 25px;
}

.apply-new .depth-1:nth-child(5) .depth-1-item .logo {
  background-size: 24px 22px;
}

.apply-new .depth-1:nth-child(6) .depth-1-item .logo {
  background-size: 27px 27px;
}

.apply-new .depth-1:nth-child(7) .depth-1-item .logo {
  background-size: 24px 30px;
}

.apply-new .depth-1:nth-child(8) .depth-1-item .logo {
  background-size: 25px 27px;
}

.apply-new .depth-1:nth-child(9) .depth-1-item .logo {
  background-size: 30px 25px;
}

.apply-new .depth-1:nth-child(10) .depth-1-item .logo {
  background-size: 29px 20px;
}

.apply-new .depth-2 {
  padding-top: 0;
}

.apply-new .depth-2 .depth-2-box {
  width: 515px;
  background-color: #fff;
  border-radius: 20px;
}

.apply-new .depth-2 .depth-2-box .btn-popup-close {
  width: 60px;
  height: 60px;
  top: -25px;
  right: -25px;
}

.apply-new .depth-2 .wrapper {
  padding: 20px;
}

.apply-new .depth-2 .wrapper .depth-2-item {
  width: calc(50% - 7.5px);
  min-height: 80px;
  border-radius: 8px;
  padding: 0 26px 0 24px;
}

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

.apply-new .depth-2 .wrapper .depth-2-item .name {
  font-size: 18px;
}

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

.apply-new .depth-2 .wrapper .depth-2-item .logo {
  width: 20px;
  height: 17px;
  margin-left: 15px;
}

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

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

.apply-step-finish .apply-finish-wrap .desc {
  height: 400px;
  margin-bottom: 50px;
}

.apply-step-finish .apply-finish-wrap .desc p {
  font-size: 24px;
  padding-top: 206px;
}

.apply-step-finish .apply-finish-wrap .desc p::before {
  width: 180px;
  height: 180px;
}

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

.apply-list .alert-form .desc {
  height: 400px;
  margin-bottom: 50px;
}

.apply-list .alert-form .desc p {
  font-size: 24px;
  padding-top: 133px;
}

.apply-list .alert-form .desc p::before {
  width: 98px;
  height: 98px;
  background-image: url(../images/check-logo-round.png);
}

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

.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 .btn:not(:last-child) {
  margin-right: 8px;
}

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

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

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

/* 접수내역 - rate */
.apply-rate .btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
}

/* 민원콜 - finish */
.call-finish .call-finish-wrap .desc {
  height: 350px;
  margin-bottom: 50px;
}

.call-finish .call-finish-wrap .desc p {
  font-size: 24px;
  line-height: 34px;
  padding-top: 134px;
}

.call-finish .call-finish-wrap .desc p::before {
  width: 98px;
  height: 98px;
}

/* 민원처리 - 상세 - 채팅박스 */
.chat-box {
  bottom: 70px;
}

.chat-box .chat-wrapper {
  padding: 0 0 20px;
}

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

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

.chat-wrapper .btn-wrapper .btn-hide {
  width: 50px;
  height: 50px;
  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-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;
}

.list-commt .box-type1 {
  height: 0;
  border-radius: 8px;
  padding: 0 27px;
  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: 18px;
  line-height: 32px;
  letter-spacing: -0.08em;
  color: #222;
}

.list-commt .input-group .form-control:first-child {
  height: 68px;
  border-radius: 8px;
  background-color: #f8f8f8;
  border: 1px solid #e2e2e2;
  font-size: 18px;
  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: 16px;
  letter-spacing: -0.08em;
  color: #222;
  position: relative;
  padding-left: 32px;
}

.list-inquiry .text-truncate::before {
  content: "";
  width: 24px;
  height: 24px;
  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: 9px;
}

/* 민원처리 - 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;
}

.complete-box .flex-wrapper {
  width: 600px;
  height: 500px;
  margin: 200px auto 0;
  background-color: #fff;
  border-radius: 16px;
  padding: 24px;
}

.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: 70px;
  height: 70px;
  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 16px;
}

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

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

/* notice */
.notice {
  margin-bottom: 100px;
}

.notice .notice-item {
  height: 90px;
  padding: 0 40px;
  font-size: 15px;
  letter-spacing: -0.06em;
  color: #222;
}

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

.notice .notice-item .right {
  width: 30%;
  margin-left: 20px;
}

/* notice - create */
.notice-create .cms-file-md-css-upload .cms-file-md-upload-inner span {
  font-size: 18px;
  padding-left: 35px;
}

.notice-create .cms-file-md-css-upload .cms-file-md-upload-inner span::after {
  width: 27px;
  height: 27px;
}

.notice-create .cms-file-md-list-name {
  width: 100%;
}

/* notice - detail */
.notice-detail .cms-board-md-default-read-title {
  padding: 10px 18px 0;
  font-size: 24px;
}

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

.notice-detail .cms-board-md-default-read-date {
  font-size: 16px;
}

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

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

/* site footer */
.site-footer .wrapper {
  height: 100px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
}

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

.site-footer .btn-group .btn {
  font-size: 16px;
}

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

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

.site-footer .btn-group .btn span::after {
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  width: 7px;
  height: 10px;
}

.copyright {
  font-size: 14px;
}

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

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

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

/* 근무자 근무시작 */

.bottom-wrapper .employee-btn-wrapper {
  height: 70px;
}

.bottom-wrapper .employee-btn-wrapper .text {
  font-size: 28px;
  padding-left: 54px;
}

.bottom-wrapper .employee-btn-wrapper .text::before {
  width: 42px;
  height: 42px;
}

.bottom-wrapper .employee-btn-wrapper .timestamp {
  font-size: 26px;
}

/* 개인정보 처리방침 */
.info-box h1 {
  font-size: 36px;
}

.info-box table {
  width: 100%;
}

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

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

.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 button.btn-rect {
  border-width: 2px;
  font-size: 14px;
}

.page-repair .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  width: auto;
}

.page-repair .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  color: #222;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #222;
  background-color: transparent;
}

/* 탭 스타일 */
.conts-wrap > ul {
  margin-bottom: 100px;
}

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

/* 이관부서 정보 수정 */

.my-page-update .control-label {
  font-size: 18px;
}
