.mainBanner {
  background: url('../img/1920x1000backCover.png');
  background-size: cover;
  background-position: center;
}

.mainBanner ul {
  width: 100%;
}

.mainBanner ul>li {
  width: 100%;
  margin-bottom: 40px;
  margin-left: 20px;
}

.mainBanner ul>li .bannerWrap {
  width: 100% !important;
  margin-top: 40px;
}

.mainBanner ul>li:nth-child(1) {
  margin-left: 0;
}

.mainBanner ul>li:nth-child(1) .bannerWrap {
  background-image: url('../img/img_1.png');
}

.mainBanner ul>li:nth-child(2) .bannerWrap {
  background-image: url('../img/img_2.png');
}

.mainBanner ul>li h3 {
  position: relative;
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 24px;
  color: #1b51a5;
  font-weight: 900;
}

.sticker1::after {
  content: '도민';
  display: block;
  position: absolute;
  top: 0;
  left: 270px;
  width: 40px;
  margin-top: 1px;
  border: 1px solid #4470b4;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #1b51a5;
  border-radius: 11px;
}

.sticker2::after {
  content: '자가';
  display: block;
  position: absolute;
  top: 0;
  left: 240px;
  width: 40px;
  margin-top: 1px;
  border: 1px solid #4470b4;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #1b51a5;
  border-radius: 11px;
}

.mainBanner ul>li .bannerWrap {
  width: 590px;
  height: 360px;
  padding: 30px;
  padding-top: 54px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.mainBanner ul>li .bannerWrap p:nth-child(1) {
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}

.mainBanner ul>li .bannerWrap p:nth-child(2) {
  height: 55px;
  margin-top: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}

.mainBanner ul>li .bannerWrap button {
  width: 220px;
  height: 64px;
  padding: 0;
  border: 0;
  margin-top: 45px;
  border-radius: 15px;
  background: #0070ee;
  font-size: 18px;
  line-height: 64px;
  font-weight: bold;
  color: #fff;
}

.mainBanner ul>li .bannerWrap button img {
  width: 30px;
}

.mainBanner ul>li:nth-child(2) .bannerWrap button {
  background: #7d5900;
}

.noticeBanner h3 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.noticeBanner p {
  position: relative;
  width: 800px;
  margin: 20px auto;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
}

.doubleQuotes::before,
.doubleQuotes::after {
  position: absolute;
  content: '';
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 15px;
  height: 13px;
}

.doubleQuotes::before {
  top: -20px;
  left: 0;
  background-image: url('..//img/marks_1.png');
}

.doubleQuotes::after {
  bottom: -20px;
  right: 0;
  background-image: url('..//img/marks_2.png');
}

.noticeBanner p .changeTextBox {
  line-height: 22px;
  height: 130px;
}

.noticeBanner p .changeTextBox>span {
  font-size: 24px;
  line-height: 40px;
  font-weight: bold;
}

.noticeBanner p .changeTextBox>span>span {
  color: #8f6e00;
}

.noticeBanner ul>li {
  width: 91px;
  margin-top: 40px;
  margin-left: calc(74.5px);
  margin-right: calc(74.5px);
  cursor: pointer;
}

.noticeBanner ul>li:nth-child(1) {
  width: 145px;
  margin-top: 40px;
  margin-left: calc(47.5px);
  margin-right: calc(47.5px);
  cursor: pointer;
}

.noticeBanner ul>li>button {
  background: none;
  border: 0;
  padding: 0;
}

.noticeBanner ul>li .imgBox {
  overflow: hidden;
  width: 91px;
  height: 91px;
  margin: 0 auto;
  border: 1px solid #e2e7ed;
  border-radius: 50%;
  background: #f2f5fa;
  transition: 0.3s;
}

.noticeBanner ul>li .imgBox img {
  display: block;
  margin: 20px auto;
  width: auto;
  height: 50px;
}

.mobNoticeBannerTitle {
  display: none;
}

.noticeBanner ul>li .textBox {
  margin-top: 10px;
  text-align: center;
  color: #666666;
  transition: 0.3s;
}

.noticeBanner ul>li.check .imgBox {
  background: #1c52a5;
}

.noticeBanner ul>li.check .textBox {
  color: #1c52a5;
}

.subBanner {
  margin-top: 70px;
  background-image: url('..//img/subBannerBack.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 141px;
}

.subBanner .imgBox {
  overflow: hidden;
  width: 90px;
  height: 90px;
  padding: 15px;
  margin-left: 30px;
  margin-top: 25px;
  margin-bottom: 26px;
  border-radius: 50%;
  box-sizing: border-box;
}

.subBanner .imgBox>img {
  width: 60px;
  height: 60px;
}

.subBanner article>div:nth-child(2) {
  width: 719px;
  background: #1e70cc;
}

.subBanner article>div:nth-child(2) .imgBox {
  background: #4491d4;
}

.subBanner article>div:nth-child(2) .textBox {
  width: calc(100% - 312px);
  margin-top: calc(36.5px);
  margin-left: 25px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 900;
  color: #fff;
}

.subBanner article>div:nth-child(2) .textBox strong {
  font-weight: normal;
}

.subBanner article>div:nth-child(2) .textBox>span {
  color: #ffed2a;
}

.subBanner article>div:nth-child(2) button {
  width: 147px;
  height: 37px;
  padding: 0;
  border: 0;
  margin: 52px 0;
  border-radius: calc(33.5px);
  background: #fff;
  font-size: 13px;
  line-height: 37px;
  color: #2f85cf;
}

.subBanner article>div:nth-child(4) {
  width: 481px;
  background: #1b52a5;
}

.subBanner article>div:nth-child(4) .imgBox {
  background: #496faf;
}

.subBanner article>div:nth-child(4) .textBox {
  width: calc(100% - 203px);
  margin-top: calc(36.5px);
  margin-left: 25px;
  font-size: 24px;
  line-height: 34px;
  color: #fff;
}

.subBanner article>div:nth-child(4) .textBox strong {
  font-weight: 900;
}

.subBanner article>div:nth-child(4) button {
  width: 38px;
  height: 38px;
  padding: 0;
  border: 0;
  margin: 51px 0;
  border-radius: calc(50%);
  background: #fff;
  font-size: 12px;
  line-height: 38px;
  color: #1b52a5;
}

.board {
  margin-top: 50px;
  padding-bottom: 30px;
}

.mainBoard {
  width: calc(50% - 37.5px);
}

.mainBoard:nth-child(2) {
  margin-left: 75px;
}

.mainBoard>ul>li {
  position: relative;
  margin: 24px 0;
}

/*메인페이지 faq 수정된 곳 스타일링*/
.mainBoard>.faq {
  border: 1px solid #ddd;
  padding: 60px;
}

.mainBoard>.faq>.imgBox {
  width: 114px;
  height: 112px;
}

.mainBoard>.faq>.faqText {
  margin-left: 70px;
}

.mainBoard>.faq>.faqText>h5 {
  font-size: 24px;
  line-height: 24px;
}

.mainBoard>.faq>.faqText>button {
  margin-top: 20px;
  border-radius: 10px;
  border: 1px solid #0050a2;
  color: #0050a2;
  line-height: 60px;
  width: 200px;
  padding: 0 20px;
}

.mainBoard>.faq>.faqText>button>span:first-of-type {
  font-size: 16px;
  font-weight: 600;
}

/*메인페이지 faq 수정된 곳 스타일링*/
.mainTitle {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}

.mainTitle h3 {
  width: calc(100% - 25px);
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
}

.mainTitle button {
  width: 25px;
  height: 25px;
  padding: 0;
  border: 1px solid #cbcbcb;
  background: #fff;
  font-size: 15px;
  line-height: 23px;
  box-sizing: border-box;
}


.boardTitle {
  width: calc(100% - 113px);
}

.boardTitle h4 {
  width: calc(100% - 30px);
  display: inline-block;
  margin-left: 20px;
  padding-bottom: 5px;
  font-size: 17px;
  line-height: 17px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.boardTitle a:hover h4 {
  background: linear-gradient(to top, #e2edf8 50%, transparent 50%);
  font-weight: bold;
}

.listDot::before {
  content: 'ㆍ';
  display: block;
  position: absolute;
  left: -9px;
  height: 17px;
  font-size: 27px;
  line-height: 17px;
  text-align: left;
}

.boardDate {
  width: 113px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #777777;
}

.moveLink {
  width: 100%;
  background-color: #e7edf9;
}

.moveLink>article>.tab {
  width: calc(50% - 47px);
  padding: 16px 19px;
  margin: 30px 0;
  background-color: #fff;
  border: 1px solid #ddd;
}

.moveLink>article>.tab:nth-of-type(1)~.tab {
  margin-left: 12px;
}

.moveLink>article>.tab>span.imgBox {
  width: 50px;
  height: 50px;
}

.moveLink>article>.tab>span.textBox {
  font-size: 20px;
  font-weight: bold;
  line-height: 50px;
  margin-left: 15px;
}

.moveLink>article>.tab>button {
  font-size: 12px;
  line-height: 37px;
  width: 107px;
  background-color: #0050a3;
  border-radius: 40px;
  border: none;
  color: #ffffff;
  margin-top: 4px;
}

.moveLink>article>.tab>button span {
  font-size: 10px;
}

.inspectionGuide {
  margin-top: 40px;
}

.inspectionGuideTit {
  font-size: 35px;
  line-height: 42px;
  color: #025aad;
  font-weight: bold;
  text-align: center;
}

.inspectionGuideTxt {
  max-width: 843px;
  margin: 15px auto 50px;
  font-size: 18px;
  line-height: 24px;
  color: #1e242b;
  text-align: center;
  word-break: keep-all;
}

.inspectionGuide article+article {
  margin-top: 40px;
}

.videoBanner {
  box-shadow: 0 30px 76px rgba(0, 0, 0, 0.2);
  margin-bottom: 52px;
}

.videoBannerContent {
  overflow: hidden;
  display: flex;
  position: relative;
  background-image: linear-gradient(180deg, #e8edf4 0, #f5f6f8 100%);
  padding: 20px;
}

.videoBannerContent::before {
  display: block;
  position: absolute;
  top: -130px;
  right: -130px;
  width: 260px;
  height: 260px;
  background-image: linear-gradient(270deg, #00a9f8 0, #0070ee 100%);
  transform: rotateZ(45deg);
  content: '';
}

.videoBannerBox {
  flex: 1;
  position: relative;
  width: 50%;
}

.videoBannerBox01 {
  display: flex;
  flex-direction: column;
  padding: 10px 50px 10px 10px;
}

.videoBannerBox02 {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.videoBanner__txt__wrap {
  flex: 1;
  text-align: left;
}

.videoBanner__txt__wrap .inspectionGuideTit {
  text-align: left;
  margin-bottom: 15px;
}

.videoBanner__txt__wrap .inspectionGuideTxt {
  text-align: left;
}

.videoBanner__button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid #0070ee;
  background-color: #fff;
  vertical-align: middle;
}

.videoBanner__button:disabled,
.videoBanner__button.disabled {
  background-color: #ccc;
  border-color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

.videoBanner__button .icon {
  display: inline-flex;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}

.videoBanner__button .icon-slide--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%230070ee' stroke-linecap='round' stroke-width='2' d='M10 1 2 9l8 8'/%3E%3C/svg%3E");
  background-position: 8px center;
}

.videoBanner__button .icon-slide--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%230070ee' stroke-linecap='round' stroke-width='2' d='m1 1 8 8-8 8'/%3E%3C/svg%3E");
  background-position: 11px center;
}

.videoBanner__button:disabled .icon-slide--prev,
.videoBanner__button.disabled .icon-slide--prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%239FA1A1' stroke-linecap='round' stroke-width='2' d='M10 1 2 9l8 8'/%3E%3C/svg%3E");
}

.videoBanner__button:disabled .icon-slide--next,
.videoBanner__button.disabled .icon-slide--next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='18'%3E%3Cpath fill='none' fill-rule='evenodd' stroke='%239FA1A1' stroke-linecap='round' stroke-width='2' d='m1 1 8 8-8 8'/%3E%3C/svg%3E");
}

.videoBanner__number {
  font-size: 15px;
  vertical-align: middle;
  margin: 0 10px;
}

.videoBanner__number__current {
  color: #0070ee;
}


.billing {
  display: flex;
  display: -ms-flexbox;
}

.billingList {
  flex: 1 1 33%;
  -ms-flex: 1 1 33%;
  max-width: 377px;
}

.billingList+.billingList {
  margin-left: auto;
}

.billingImg img {
  width: 100%;
}

.billingCont {
  position: relative;
  min-height: 173px;
  margin: -155px 0 0 25px;
  padding: 15px;
  background-color: #fff;
  letter-spacing: -0.7px;
}

.billingTit {
  font-size: 18px;
  line-height: 1.5;
  color: #027cf1;
  font-weight: bold;
}

.billingTxt {
  margin-top: 10px;
}

.billingTxt__span {
  display: inline-block;
  padding-left: 8px;
}

.billingTxt__item {
  position: relative;
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  word-break: keep-all;
}

.billingTxt__item::before {
  display: inline-block;
  width: 2px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='14' viewBox='0 0 2 14' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='15' y='106' width='2' height='14' rx='1' transform='translate(-15 -106)' fill='%23CCC' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  content: '';
}

.billingTxt--blue {
  color: #027cf1;
}

.billingTxt__text02 {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
  letter-spacing: -0.7px;
  word-break: keep-all;
}

.procedure {
  display: flex;
  display: -ms-flexbox;
}

.procedureList {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-direction: column;
  -ms-flex-direction: column;
  flex: 1 1 20%;
  -ms-flex: 1 1 20%;
  position: relative;
  min-height: 204px;
  padding: 0 5px;
  border: 1px solid #ccc;
}

.procedureList+.procedureList {
  margin-left: 60px;
}

.procedureList+.procedureList::before {
  content: '';
  position: absolute;
  top: 45%;
  left: -36px;
  width: 11px;
  height: 21px;
  background: url(../img/icon_arr_blue.png) no-repeat 0px 50% / 11px 21px;
}

.procedureNumber {
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 22px;
  font-weight: bold;
  color: #027cf1;
}

.procedureImg {
  text-align: center;
}

.procedureImg01 img,
.procedureImg02 img {
  width: 56px;
}

.procedureImg03 img {
  width: 54px;
}

.procedureImg04 img {
  width: 64px;
}

.procedureImg05 img {
  width: 57px;
}

.procedureCont {
  position: relative;
  margin: 28px 0 0 0;
  letter-spacing: -0.7px;
  text-align: center;
}

.procedureTit {
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: bold;
}

.procedureTxt {
  font-size: 15px;
  line-height: 22px;
  color: #1e242b;
}