@charset "UTF-8";
/* 메인 - main css */
/* section_main1 (비주얼) */
.section_main1 {
  padding-top: 20px;
}

.section_main1 .list_sns {
  display: flex;
  gap: 15px;
}

.section_main1 .list_sns .link_sns {
  display: flex;
}

.section_main1 .list_sns .ico_sns {
  width: 35px;
}

.section_main1 .area_visual {
  position: relative;
  z-index: 0;
  margin-top: 15px;
  padding: 38px 20px 250px;
}

.section_main1 .area_visual::before {
  position: absolute;
  inset: 0;
  z-index: -10;
  border-radius: 25px;
  background: url(/home/mayor/images/main/bg_visual.png) no-repeat 70% 66%/auto 290px, linear-gradient(145deg, #146BC7 0%, #397BC2 45%, #30A9A1 100%);
  content: "";
}

.section_main1 .info_visual .txt_emph {
  font-family: "GmarketSans", sans-serif;
  font-size: 14px;
  line-height: 19px;
  color: #00EDDE;
  font-weight: 700;
}

.section_main1 .info_visual .tit_visual {
  padding-top: 6px;
  font-family: "GmarketSans", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
}

.section_main1 .info_visual .desc_visual {
  padding-top: 6px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 300;
}

.section_main1 .info_visual .desc_visual .emph_txt {
  font-weight: 700;
}

.section_main1 .link_noti {
  display: none;
}

.section_main1 .info_mayor .img_mayor {
  position: absolute;
  bottom: 0;
  right: -5px;
  width: 230px;
  pointer-events: none;
}

.section_main1 .info_mayor .info_name {
  position: absolute;
  bottom: 17px;
  left: 16px;
}

.section_main1 .info_mayor .info_txt {
  font-size: 12px;
  line-height: 15px;
  color: #fff;
  font-weight: 600;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.56);
}

.section_main1 .info_mayor .img_sign {
  width: 121px;
  margin: 4px 0 0 -8px;
}

.section_main1 .list_quick {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 15px 5px 0;
}

.section_main1 .list_quick li {
  flex: 1 0 50%;
  min-width: 0;
}

.section_main1 .list_quick .link_quick {
  display: flex;
  align-items: center;
  height: 46px;
  padding: 0 10px 0 15px;
  border: 1px solid #71ADFF;
  border-radius: 10px;
  background: #F0F4FF;
}

.section_main1 .list_quick .txt_quick {
  font-size: 13px;
  line-height: 16px;
  color: #082A83;
  font-weight: 700;
}

.section_main1 .list_quick i {
  margin-left: auto;
  font-size: 20px;
  color: #146BC7;
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .section_main1 {
    padding-top: 30px;
  }
  .section_main1 .list_sns .ico_sns {
    width: 40px;
    height: 40px;
  }
  .section_main1 .area_visual {
    margin-top: 20px;
    padding: 38px 30px 135px;
  }
  .section_main1 .area_visual::before {
    background-size: auto 340px, auto;
    background-position: 70% 100%, 0 0;
  }
  .section_main1 .info_visual .txt_emph {
    font-size: 24px;
    line-height: 30px;
  }
  .section_main1 .info_visual .tit_visual {
    padding-top: 10px;
    font-size: 38px;
    line-height: 43px;
  }
  .section_main1 .info_visual .desc_visual {
    padding-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }
  .section_main1 .link_noti {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    position: relative;
    margin-top: 25px;
    padding: 10px 40px 10px 10px;
    background: #2768AD;
    border: 1px solid rgba(255, 255, 255, 0.67);
    border-radius: 14px;
    vertical-align: top;
  }
  .section_main1 .link_noti .info_date {
    overflow: hidden;
    width: 58px;
    padding-top: 5px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
  }
  .section_main1 .link_noti .txt_day {
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #00154D;
    font-weight: 900;
  }
  .section_main1 .link_noti .txt_ym {
    display: block;
    padding: 3px 0;
    font-size: 10px;
    line-height: 17px;
    color: #fff;
    font-weight: 600;
    background: #00154D;
  }
  .section_main1 .link_noti .tit_noti {
    display: block;
    overflow: hidden;
    min-width: 210px;
    max-width: 290px;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .section_main1 .link_noti .btn_more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    background: #00154D;
    transform: translate(50%, -50%);
  }
  .section_main1 .info_mayor .img_mayor {
    width: 350px;
    right: -10px;
  }
  .section_main1 .info_mayor .info_name {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    bottom: 12px;
    left: auto;
    right: 47px;
  }
  .section_main1 .info_mayor .info_txt {
    font-size: 14px;
    line-height: 21px;
  }
  .section_main1 .info_mayor .img_sign {
    width: 136px;
  }
  .section_main1 .list_quick {
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    padding: 25px 0 0;
  }
  .section_main1 .list_quick .link_quick {
    height: 60px;
  }
  .section_main1 .list_quick .txt_quick {
    font-size: 18px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 1200px) {
  .section_main1 {
    padding-top: 60px;
  }
  .section_main1 .list_sns {
    gap: 25px;
  }
  .section_main1 .list_sns .ico_sns {
    width: 55px;
    height: 55px;
  }
  .section_main1 .area_visual {
    padding: 58px 35px 95px;
  }
  .section_main1 .area_visual::before {
    border-radius: 35px;
    background-size: auto 530px, auto;
  }
  .section_main1 .info_visual .txt_emph {
    font-size: 31px;
  }
  .section_main1 .info_visual .tit_visual {
    padding-top: 16px;
    font-size: 55px;
    line-height: 65px;
  }
  .section_main1 .info_visual .desc_visual {
    font-size: 18px;
    line-height: 27px;
  }
  .section_main1 .link_noti {
    gap: 25px;
    margin-top: 42px;
    padding: 14px 50px 14px 15px;
    border-radius: 25px;
    transition: all 0.3s;
  }
  .section_main1 .link_noti:hover, .section_main1 .link_noti:focus {
    background: rgba(0, 0, 0, 0.3);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }
  .section_main1 .link_noti .tit_noti {
    width: 340px;
    max-width: none;
    font-size: 22px;
    line-height: 26px;
    text-decoration: underline transparent;
    text-underline-offset: 5px;
    transition: all 0.3s;
  }
  .section_main1 .link_noti:hover .tit_noti, .section_main1 .link_noti:focus .tit_noti {
    text-decoration-color: currentColor;
  }
  .section_main1 .link_noti .info_date {
    width: 70px;
    padding-top: 8px;
    border-radius: 17px;
  }
  .section_main1 .link_noti .txt_day {
    font-size: 32px;
    line-height: 38px;
  }
  .section_main1 .link_noti .txt_ym {
    font-size: 12px;
    line-height: 18px;
  }
  .section_main1 .link_noti .btn_more {
    width: 50px;
    height: 50px;
  }
  .section_main1 .info_mayor .img_mayor {
    width: 550px;
  }
  .section_main1 .info_mayor .info_name {
    right: 115px;
    bottom: 10px;
  }
  .section_main1 .info_mayor .info_txt {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 27px;
  }
  .section_main1 .info_mayor .img_sign {
    width: 230px;
  }
  .section_main1 .list_quick {
    gap: 30px;
    padding-top: 35px;
  }
  .section_main1 .list_quick .link_quick {
    position: relative;
    height: 76px;
    padding: 0 15px 0 20px;
    border-radius: 20px;
    transition: all 0.3s;
  }
  .section_main1 .list_quick .link_quick::after {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 1px solid #082A83;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.3s;
    content: "";
  }
  .section_main1 .list_quick .link_quick:hover::after, .section_main1 .list_quick .link_quick:focus::after {
    opacity: 1;
  }
  .section_main1 .list_quick .txt_quick {
    font-size: 22px;
    line-height: 30px;
    text-decoration: underline transparent;
    text-underline-offset: 4px;
    transition: all 0.3s;
  }
  .section_main1 .list_quick .link_quick:hover .txt_quick, .section_main1 .list_quick .link_quick:focus .txt_quick {
    text-decoration-color: currentColor;
  }
  .section_main1 .list_quick i {
    font-size: 28px;
    transition: all 0.3s;
  }
  .section_main1 .list_quick .link_quick:hover i, .section_main1 .list_quick .link_quick:focus i {
    color: #082A83;
  }
}
@media only screen and (min-width: 1400px) {
  .section_main1 .area_visual {
    margin-top: 27px;
  }
}
@media only screen and (min-width: 1450px) {
  .section_main1 {
    position: relative;
    z-index: 0;
  }
  .section_main1::before, .section_main1::after {
    position: absolute;
    z-index: -10;
    width: 446px;
    background: url(/home/mayor/images/main/img_deco1.png) 0 0 no-repeat;
    background-size: cover;
    aspect-ratio: 1/1;
    content: "";
  }
  .section_main1::before {
    top: -160px;
    left: calc(50% + 250px);
  }
  .section_main1::after {
    top: -57px;
    left: auto;
    right: calc(50% + 540px);
    transform: rotate(180deg);
  }
  .section_main1 .inner_visual::before {
    position: absolute;
    top: -76px;
    left: calc(50% + 430px);
    width: 789px;
    background: url(/home/mayor/images/main/img_deco2.png) 0 0 no-repeat;
    background-size: cover;
    aspect-ratio: 1/1;
    content: "";
  }
  .section_main1 .area_visual {
    padding: 80px 0 102px;
  }
  .section_main1 .area_visual::before {
    left: -160px;
    right: -160px;
    border-radius: 75px;
    background-size: auto 737px, auto;
    background-position: calc(23% - 20px) calc(100% + 8px), 0 0;
  }
  .section_main1 .info_visual .tit_visual {
    font-size: 69px;
    line-height: 78px;
  }
  .section_main1 .info_visual .desc_visual {
    font-size: 22px;
    line-height: 30px;
  }
  .section_main1 .link_noti {
    margin-top: 52px;
  }
  .section_main1 .link_noti {
    gap: 34px;
  }
  .section_main1 .link_noti .tit_noti {
    width: 440px;
    font-size: 24px;
    line-height: 30px;
  }
  .section_main1 .info_mayor .img_mayor {
    width: 731px;
    right: -129px;
  }
  .section_main1 .info_mayor .info_name {
    bottom: 7px;
    right: 41px;
  }
  .section_main1 .info_mayor .info_txt {
    margin-bottom: 16px;
    font-size: 22px;
    line-height: 30px;
  }
  .section_main1 .info_mayor .img_sign {
    width: 306px;
    margin-left: -18px;
  }
  .section_main1 .list_quick {
    gap: 40px;
    padding-top: 48px;
  }
  .section_main1 .list_quick .link_quick {
    height: 90px;
    padding: 0 23px 0 40px;
    border-radius: 28px;
  }
  .section_main1 .list_quick .txt_quick {
    font-size: 26px;
    line-height: 32px;
  }
  .section_main1 .list_quick i {
    font-size: 34px;
  }
}
/* section_main2 (공약) */
.section_main2 {
  position: relative;
  z-index: 0;
  margin-top: 90px;
}

.section_main2::before {
  position: absolute;
  inset: 0;
  z-index: -10;
  background: #F8F8F8;
  content: "";
}

.wrap_slide_promise {
  position: relative;
}

.wrap_slide_promise .swiper {
  overflow: visible;
}

.wrap_slide_promise .area_promise {
  position: relative;
}

.wrap_slide_promise .box_txt {
  padding: 120px 0 34px;
  word-break: keep-all;
}

.wrap_slide_promise .tit_script {
  width: 124px;
  display: block;
  overflow: hidden;
  font-size: 1px;
  line-height: 0;
  color: transparent;
  background: url(/home/mayor/images/main/img_txt_script.png) 0 0 no-repeat;
  background-size: cover;
  aspect-ratio: 608/198;
}

.wrap_slide_promise .box_img {
  position: absolute;
  top: -50px;
  right: calc(var(--layout-padding-x) * -1);
  width: 270px;
  height: 170px;
  aspect-ratio: 1984/1066;
}

.wrap_slide_promise .box_img .img_promise {
  width: 100%;
  height: 100%;
  border-radius: 1000px 0 0 1000px;
  object-fit: cover;
}

.wrap_slide_promise .box_img .ico_promise {
  display: none;
  position: absolute;
  top: 5%;
  left: -7%;
  transform: translate(-50%, -50%);
  width: 100px;
}

.wrap_slide_promise .box_img .ico_promise {
	animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.wrap_slide_promise .tit_promise {
  display: block;
  padding-top: 9px;
  font-family: "GmarketSans", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #00154D;
}

.wrap_slide_promise .desc_promise {
  padding-top: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  font-weight: 300;
}

.wrap_slide_promise .desc_promise .emph_txt {
  font-weight: 800;
}

.wrap_slide_promise .btn_detail {
  display: inline-flex;
  align-items: center;
  width: 140px;
  height: 42px;
  margin-top: 23px;
  padding: 0 15px 0 20px;
  border: 1px solid #DEDEDE;
  border-radius: 10px;
  font-size: 15px;
  line-height: 23px;
  color: #3E3E3E;
  font-weight: 700;
  background: #fff;
  vertical-align: top;
}

.wrap_slide_promise .btn_detail i {
  margin-left: auto;
}

.section_main2 .wrap_nav {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 250px;
  margin: 0 auto;
  padding: 0 0 38px;
}

.wrap_slide_promise .wrap_step {
  position: absolute;
  inset: auto 0 0;
  max-width: 768px;
  margin: 0 auto;
  padding: 0 var(--layout-padding-x);
  box-sizing: content-box;
}

.wrap_slide_promise .paging_step {
  display: flex;
  justify-content: space-between;
  transform: translateY(50%);
}

.wrap_slide_promise .paging_step::before {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: -10;
  height: 2px;
  background: #136DCB;
  content: "";
}

.wrap_slide_promise .paging_step .btn_paging {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50%;
  background: #135ACB;
}

.wrap_slide_promise .paging_step .btn_paging.active {
  background: #fff;
  border-color: currentColor;
  color: #136DCB;
}

.wrap_slide_promise .paging_step .btn_paging.active .num_step {
  color: inherit;
}

.wrap_slide_promise .paging_step .num_step {
  font-family: "GmarketSans", sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
}

.wrap_slide_promise .paging_step .tit_step {
  position: absolute;
  clip-path: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .section_main2 {
    margin-top: 180px;
  }
  .wrap_slide_promise .box_txt {
    padding: 90px 0 40px;
  }
  .wrap_slide_promise .box_img {
    top: -74px;
    width: 400px;
    height: auto;
  }
  .wrap_slide_promise .box_img .ico_promise {
    display: block;
  }
  .wrap_slide_promise .tit_script {
    width: 180px;
  }
  .wrap_slide_promise .tit_promise {
    font-size: 36px;
    line-height: 42px;
  }
  .wrap_slide_promise .desc_promise {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .section_main2 .wrap_nav {
    gap: 10px;
    width: 360px;
    padding-bottom: 80px;
  }
  .wrap_slide_promise .tit_script {
    width: 304px;
  }
  .wrap_slide_promise .box_txt {
    padding: 48px 0 20px;
  }
  .wrap_slide_promise .box_img {
    width: 680px;
  }
  .wrap_slide_promise .box_img .ico_promise {
    width: 140px;
  }
  .wrap_slide_promise .tit_promise {
    max-width: 460px;
    padding-top: 25px;
    font-size: 45px;
    line-height: 52px;
    transform: translateX(50px);
    opacity: 0;
    transition: all 0.7s 0s;
  }
  .wrap_slide_promise .desc_promise {
    padding: 24px 0 64px;
    font-size: 20px;
    line-height: 28px;
    transform: translateX(50px);
    opacity: 0;
    transition: all 0.7s 0.2s;
  }
  .wrap_slide_promise .swiper-slide-active .tit_promise, .wrap_slide_promise .swiper-slide-active .desc_promise {
    opacity: 1;
    transform: translateX(0);
  }
  .wrap_slide_promise .btn_detail {
    width: 165px;
    height: 50px;
    margin-top: 39px;
    padding: 0 20px;
    font-size: 18px;
    line-height: 26px;
    transition: border-color 0.3s;
  }
  .wrap_slide_promise .btn_detail:hover, .wrap_slide_promise .btn_detail:focus {
    border-color: #757575;
  }
  .wrap_slide_promise .btn_detail i {
    margin-left: auto;
  }
  .wrap_slide_promise .wrap_step {
    max-width: 1275px;
  }
  .wrap_slide_promise .paging_step {
    gap: 30px;
  }
  .wrap_slide_promise .paging_step::before {
    height: 3px;
  }
  .wrap_slide_promise .paging_step .btn_paging {
    flex: 1;
    min-width: 0;
    gap: 4px;
    flex-direction: column;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-width: 3px;
    border-radius: 15px;
  }
  .wrap_slide_promise .paging_step .btn_paging .tit_step {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 300;
    clip-path: none;
  }
  .wrap_slide_promise .paging_step .btn_paging.active .tit_step {
    color: inherit;
    font-weight: 800;
  }
}
@media only screen and (min-width: 1400px) {
  .wrap_slide_promise .box_txt {
    padding: 48px 0 48px;
  }
  .wrap_slide_promise .box_img {
    width: 860px;
  }
  .wrap_slide_promise .box_img .ico_promise {
    width: 195px;
  }
  .wrap_slide_promise .paging_step .btn_paging {
    padding: 12px 15px 17px;
    border-radius: 25px;
  }
  .wrap_slide_promise .paging_step .btn_paging .tit_step {
    font-size: 22px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 1600px) {
  .section_main2 {
    margin-top: 228px;
  }
  .wrap_slide_promise .box_img {
    top: -103px;
    width: 992px;
  }
}
/* section_main3 (현장스케치) */
.section_main3 {
  padding: 80px 0 40px;
}

.section_main3 .txt_mayor {
  display: block;
  font-family: "GmarketSans", sans-serif;
  font-size: 16px;
  line-height: 23px;
  color: #175EFF;
  font-weight: 500;
  text-align: center;
}

.section_main3 .tit_sketch {
  font-family: "GmarketSans", sans-serif;
  font-size: 24px;
  line-height: 30px;
  color: #00154D;
  text-align: center;
}

.wrap_slide_sketch {
  padding-top: 20px;
}

.wrap_slide_sketch .swiper {
  overflow: visible;
}

.wrap_slide_sketch .swiper-slide {
  width: 85%;
}

.wrap_slide_sketch .link_thumb {
  display: block;
}

.wrap_slide_sketch .wrap_thumb {
  overflow: hidden;
  border-radius: 15px;
}

.wrap_slide_sketch .img_thumb {
  width: 100%;
  aspect-ratio: 430/280;
  object-fit: cover;
}

.wrap_slide_sketch .cont_thumb {
  padding-top: 10px;
}

.wrap_slide_sketch .tit_thumb {
  display: block;
  overflow: hidden;
  font-size: 18px;
  line-height: 25px;
  color: #000;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.wrap_slide_sketch .txt_info {
  display: block;
  padding-top: 3px;
  font-size: 14px;
  line-height: 19px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
}

.section_main3 .wrap_nav {
  display: flex;
  gap: 5px;
  justify-content: center;
  padding-top: 20px;
}

[class*=wrap_slide_] .swiper.inactive + .wrap_nav {
  display: none;
}

[class*=wrap_slide_] .wrap_nav .btn_ctrl,
[class*=wrap_slide_] .wrap_nav .btn_action {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  color: #000;
  background: #fff;
}

[class*=wrap_slide_] .wrap_nav .btn_ctrl {
  display: none;
  border: none;
  background: none;
}

[class*=wrap_slide_] .wrap_nav .btn_ctrl.active {
  display: flex;
}

[class*=wrap_slide_] .wrap_nav a.btn_action.swiper-button-disabled {
  border: 1px solid #E8E8E8;
  background: #F0F0F0;
  cursor: default;
}

[class*=wrap_slide_] .cont_progress {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  height: 1px;
  background: #d9d9d9;
}

[class*=wrap_slide_] .bar_progress {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #000;
  transform: translateX(-60%);
}

[class*=wrap_slide_] .paging_slide {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "GmarketSans", sans-serif;
  font-size: 13px;
  line-height: 23px;
  color: #000;
}

[class*=wrap_slide_] .paging_slide em {
  flex: none;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .section_main3 {
    padding: 130px 0 70px;
  }
  .section_main3 .txt_mayor {
    font-size: 20px;
    line-height: 27px;
  }
  .section_main3 .tit_sketch {
    font-size: 34px;
    line-height: 44px;
  }
  .wrap_slide_sketch {
    padding-top: 35px;
  }
  .wrap_slide_sketch .wrap_thumb {
    border-radius: 20px;
  }
  .wrap_slide_sketch .cont_thumb {
    padding-top: 15px;
  }
  .wrap_slide_sketch .tit_thumb {
    font-size: 20px;
    line-height: 27px;
  }
  .wrap_slide_sketch .swiper {
    overflow: hidden;
  }
  .section_main3 .wrap_nav {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section_main3 {
    padding: 170px 0 130px;
  }
  .section_main3 .txt_mayor {
    font-size: 26px;
    line-height: 32px;
  }
  .section_main3 .tit_sketch {
    padding-top: 7px;
    font-size: 45px;
    line-height: 52px;
  }
  .wrap_slide_sketch {
    padding-top: 69px;
  }
  .wrap_slide_sketch .link_thumb .img_thumb {
    transition: all 0.3s;
  }
  .wrap_slide_sketch .link_thumb:hover .img_thumb, .wrap_slide_sketch .link_thumb:focus .img_thumb {
    transform: scale(1.1);
  }
  .wrap_slide_sketch .link_thumb .tit_thumb {
    text-decoration: underline transparent;
    text-underline-offset: 5px;
    transition: all 0.3s;
  }
  .wrap_slide_sketch .link_thumb:hover .tit_thumb, .wrap_slide_sketch .link_thumb:focus .tit_thumb {
    text-decoration-color: currentColor;
  }
  .wrap_slide_sketch .cont_thumb {
    padding-top: 22px;
  }
  .wrap_slide_sketch .txt_info {
    padding-top: 5px;
  }
  .section_main3 .wrap_nav {
    gap: 10px;
    padding-top: 40px;
  }
  [class*=wrap_slide_] .wrap_nav .btn_ctrl,
  [class*=wrap_slide_] .wrap_nav .btn_action {
    width: 65px;
    height: 65px;
    font-size: 22px;
    transition: border-color 0.3s;
  }
  [class*=wrap_slide_] .wrap_nav .btn_action:hover, [class*=wrap_slide_] .wrap_nav .btn_action:focus-visible {
    border-color: #757575;
  }
  [class*=wrap_slide_] .paging_slide {
    font-size: 16px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1400px) {
  .section_main3 {
    padding: 240px 0 130px;
  }
}
@media only screen and (min-width: 1450px) {
  .section_main3 {
    position: relative;
    z-index: -10;
  }
  .section_main3::before, .section_main3::after {
    position: absolute;
    top: -20px;
    right: calc(50% + 400px);
    width: 789px;
    background: url(/home/mayor/images/main/img_deco2.png) 0 0 no-repeat;
    background-size: cover;
    aspect-ratio: 1/1;
    content: "";
  }
  .section_main3::before {
    opacity: 0.56;
  }
  .section_main3::after {
    top: -244px;
    right: auto;
    left: calc(50% + 442px);
    width: 771px;
    background-image: url(/home/mayor/images/main/img_deco3.png);
  }
}
/* section_main4 (비전) */
.section_main4 {
  height: 270px;
  background: url(/home/mayor/images/main/bg_vision.jpg) 50% 50% no-repeat;
  background-size: cover;
}

.section_main4 .inner_vision {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section_main4 .box_vision {
  text-align: center;
}

.section_main4 .img_txt_vision {
  width: 290px;
  transition: width 0.4s;
}

.section_main4 .btn_vision {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 17px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  font-weight: 300;
  vertical-align: top;
}

.section_main4 .btn_vision strong {
  font-weight: 700;
}

.section_main4 .btn_vision i {
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .section_main4 {
    height: 350px;
  }
  .section_main4 .img_txt_vision {
    width: 540px;
  }
  .section_main4 .btn_vision {
    margin-top: 25px;
    padding: 12px 21px;
    font-size: 16px;
    line-height: 23px;
  }
  .section_main4 .btn_vision i {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .section_main4 {
    height: 500px;
  }
  .section_main4 .img_txt_vision {
    width: 780px;
  }
  .section_main4 .btn_vision {
    margin-top: 35px;
    padding: 17px 30px;
    font-size: 18px;
    line-height: 24px;
    text-decoration: underline transparent;
    text-underline-offset: 5px;
    transition: all 0.3s;
  }
  .section_main4 .btn_vision:hover, .section_main4 .btn_vision:focus {
    text-decoration-color: currentColor;
  }
}
@media only screen and (min-width: 1400px) {
  .section_main4 {
    height: 600px;
  }
  .section_main4 .img_txt_vision {
    width: 850px;
  }
  .section_main4 .btn_vision {
    margin-top: 40px;
  }
}