.main_banner_slider .swiper-slide {
}
.main_banner_slider .swiper-slide > div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
  height: 100%;
}
.main_banner_content .title {
  font-family: pretendard-black;
  color: white;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: clamp(36px, 3vw + 12px, 60px);
  line-height: clamp(50px, 4vw + 16px, 84px);
  margin-bottom: clamp(40px, 1vw + 32px, 48px);
}
.main_banner_content .body {
  font-family: pretendard-bold;
  color: #f6f7fa;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  text-align: center;
  font-size: clamp(18px, 0.6vw + 12px, 24px);
  line-height: clamp(25px, 0.9vw + 16px, 34px);
  word-break: keep-all;
}
@media screen and (min-width: 1025px) {
  .main_banner {
    margin-top: -100px;
  }
  .main_banner_slider .swiper-slide {
    height: 840px;
  }
  .main_banner_slider .swiper-slide > div {
    padding-top: 340px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_banner {
    margin-top: -60px;
  }
  .main_banner_slider .swiper-slide {
    height: 0;
    padding-bottom: 60%;
  }
  .main_banner_slider .swiper-slide > div {
    padding-bottom: 60%;
  }
  .main_banner_slider .main_banner_inner {
    position: absolute;
    width: calc(100% - 48px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 768px) {
  .main_banner {
    margin-top: -60px;
  }
  .main_banner_slider .swiper-slide {
    height: 0;
    padding-bottom: 120%;
  }
  .main_banner_slider .swiper-slide > div {
    padding-bottom: 120%;
  }
  .main_banner_slider .main_banner_inner {
    position: absolute;
    width: calc(100% - 40px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.main_section1 {
  text-align: center;
  position: relative;
  z-index: 1;
  /* padding-left: 40px;
  padding-right: 40px; */
  box-sizing: border-box;
}
.main_section1 > .inner {
  display: flex;
  align-items: center;
  background-color: white;
  box-sizing: border-box;
}
.main_section1 .left {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}
.main_section1 .left .body {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  align-items: flex-start;
}
.main_section1 .left .body .title {
  font-family: pretendard-bold;
  color: #1a1a1a;
}
.main_section1 .left .body .info {
  font-family: pretendard-medium;
  color: #8a8a8a;
}
.main_section1 .left .body .tel {
  font-family: pretendard-bold;
  color: #2f5cb0;
}
.main_section1 .right {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
}
.main_section1 .right .quick_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  flex: 1;
}
.main_section1 .right .quick_item .quick_item_icon {
  cursor: pointer;
  max-width: none;
}
.main_section1 .right .quick_item .quick_item_text {
  font-family: pretendard-medium;
  color: #333;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .main_section {
    margin-bottom: 150px;
  }
  .main_section.main_section1 {
    margin-bottom: 120px;
  }
  .main_section1 > .inner {
    border-radius: 20px;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.14);
    padding: clamp(24px, 2vw, 42px) clamp(32px, 4vw, 75px);
    margin-top: -90px;
  }
  .main_section1 .left {
    gap: clamp(16px, 1.5vw, 32px);
    padding-right: clamp(24px, 2.5vw, 48px);
    width: 30%;
    flex-shrink: 0;
  }
  .main_section1 .left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ccc;
    width: 1px;
    height: 100px;
  }
  .main_section1 .left .icon_tel {
    width: clamp(48px, 3vw + 20px, 72px);
    height: clamp(48px, 3vw + 20px, 72px);
    flex-shrink: 0;
  }
  .main_section1 .left .body .title {
    font-size: clamp(20px, 0.4vw + 16px, 24px);
    line-height: clamp(28px, 0.6vw + 22px, 34px);
    margin-bottom: 8px;
  }
  .main_section1 .left .body .info {
    font-size: clamp(14px, 0.2vw + 12px, 16px);
    line-height: clamp(20px, 0.4vw + 16px, 24px);
    margin-bottom: 4px;
  }
  .main_section1 .left .body .tel {
    font-size: clamp(20px, 0.4vw + 16px, 24px);
    line-height: clamp(28px, 0.6vw + 22px, 34px);
  }
  .main_section1 .right {
    padding-left: clamp(24px, 4vw, 92px);
    width: 70%;
  }
  .main_section1 .right .quick_item {
    gap: clamp(8px, 0.5vw, 12px);
  }
  .main_section1 .right .quick_item .quick_item_icon {
    width: clamp(40px, 2vw + 20px, 60px);
    height: clamp(40px, 2vw + 20px, 60px);
  }
  .main_section1 .right .quick_item .quick_item_text {
    font-size: clamp(16px, 0.2vw + 14px, 18px);
    line-height: clamp(24px, 0.4vw + 20px, 28px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_section {
    margin-bottom: 80px;
  }
  .main_section.main_section1 {
    margin-bottom: 58px;
  }
  .main_section1 > .inner {
    padding-top: 32px;
  }
  .main_section1 .left {
    gap: 24px;
    padding-right: 24px;
    width: 40%;
    min-width: 290px;
  }
  .main_section1 .left:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #ccc;
    width: 1px;
    height: 80px;
  }
  .main_section1 .left .icon_tel {
    width: 80px;
    height: 80px;
  }
  .main_section1 .left .body .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .main_section1 .left .body .info {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .main_section1 .left .body .tel {
    font-size: 20px;
    line-height: 28px;
  }
  .main_section1 .right {
    padding-left: 24px;
    width: 60%;
    justify-content: center;
    gap: 5%;
  }
  .main_section1 .right .quick_item {
    gap: 12px;
  }
  .main_section1 .right .quick_item .quick_item_icon {
    width: 60px;
    height: 60px;
  }
  .main_section1 .right .quick_item .quick_item_text {
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (max-width: 768px) {
  .main_section {
    margin-bottom: 80px;
  }
  .main_section.main_section1 {
    margin-bottom: 58px;
  }
  .main_section1 > .inner {
    flex-direction: column;
    padding-top: 32px;
  }
  .main_section1 .left {
    justify-content: center;
    width: 100%;
    gap: 24px;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  .main_section1 .left:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background-color: #ccc;
    width: 100%;
    height: 1px;
  }
  .main_section1 .left .icon_tel {
    width: 80px;
    height: 80px;
  }
  .main_section1 .left .body .title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 4px;
  }
  .main_section1 .left .body .info {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 2px;
  }
  .main_section1 .left .body .tel {
    font-size: 20px;
    line-height: 28px;
  }
  .main_section1 .right {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    gap: 40px;
  }
  .main_section1 .right .quick_item {
    gap: 12px;
    flex-shrink: 0;
  }
  .main_section1 .right .quick_item .quick_item_icon {
    width: 60px;
    height: 60px;
  }
  .main_section1 .right .quick_item .quick_item_text {
    font-size: 14px;
    line-height: 20px;
  }
}

.main_section_tag {
  font-family: pretendard-bold;
  color: #3283dc;
  font-size: clamp(14px, 0.6vw + 8px, 20px);
  line-height: clamp(20px, 0.8vw + 12px, 28px);
}
.main_section_title {
  font-family: pretendard-bold;
  color: #1a1a1a;
  font-size: clamp(32px, 1.2vw + 20px, 44px);
  line-height: clamp(45px, 1.7vw + 28px, 62px);
  word-break: keep-all;
}

.section2_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section2_box .box {
  position: relative;
  box-sizing: border-box;
  /* [수정] 이미지 확대 시 넘침 방지 및 부드러운 전환 */
  overflow: hidden;
  transition: background-color 0.3s ease;
  cursor: pointer;
}
.section2_box .box.box1,
.section2_box .box.box5 {
  background-color: #f4f9ff;
}
.section2_box .box.box2 {
  background-color: #3060bb;
}
/* [수정] 박스2 호버 컬러 */
.section2_box .box.box2:hover {
  background-color: #244ba5;
}
.section2_box .box.box3 {
  background-color: #f79412;
}
/* [수정] 박스3 호버 컬러 */
.section2_box .box.box3:hover {
  background-color: #d97e07;
}
.section2_box .box.box4 {
  background-color: #333333;
}
/* [수정] 박스4 호버 컬러 */
.section2_box .box.box4:hover {
  background-color: #1a1a1a;
}

.section2_box .box .title {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.section2_box .box .title > p {
  font-family: pretendard-bold;
  font-size: clamp(24px, 0.8vw + 16px, 32px);
  line-height: clamp(34px, 1.2vw + 22px, 46px);
}
.section2_box .box.box1 .title > p,
.section2_box .box.box5 .title > p {
  color: #1a1a1a;
}
.section2_box .box.box2 .title > p,
.section2_box .box.box3 .title > p,
.section2_box .box.box4 .title > p {
  color: white;
}
.section2_box .box .title > p > span {
  display: block;
  word-break: keep-all;
}
.section2_box .box .title > button {
  background-image: url("/res/home/publish/img/common/right_arrow.svg");
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  border-radius: 100%;
  background-color: white;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.section2_box .box .body {
  font-family: pretendard-medium;
  position: relative;
  z-index: 2;
  font-size: clamp(16px, 0.2vw + 14px, 18px);
  line-height: 1.4;
  word-break: keep-all;
}
.section2_box .box.box1 .body,
.section2_box .box.box5 .body {
  color: #333;
}
.section2_box .box.box2 .body,
.section2_box .box.box3 .body,
.section2_box .box.box4 .body {
  color: white;
}
.section2_box .box .body span {
  display: block;
}
.section2_box .box .bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  /* [수정] 이미지 확대 효과 트랜지션 */
  transition: transform 0.5s ease;
  z-index: 1;
}
/* [수정] 박스 1, 5 호버 시 이미지 확대 */
.section2_box .box.box1:hover .bg,
.section2_box .box.box5:hover .bg {
  transform: scale(1.1);
}

.section2_box .box.box1 .bg {
  background-image: url("/res/home/publish/img/home/main_img1.svg");
}
.section2_box .box.box5 .bg {
  background-image: url("/res/home/publish/img/home/main_img2.svg");
}
.section2_box .box .icon {
  position: absolute;
  z-index: 2;
  width: clamp(60px, 5vw + 10px, 120px);
  height: clamp(60px, 5vw + 10px, 120px);
}

.section2_box .right .right1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .main_section_tag {
    padding-left: 12px;
    margin-bottom: 12px;
  }
  .main_section_title {
    padding-left: 12px;
    margin-bottom: 40px;
  }

  .section2_box {
    gap: 24px;
  }
  .section2_box > .left,
  .section2_box > .right {
    display: flex;
    flex-direction: column;
    /* [수정] 상하 gap 12px -> 24px */
    gap: 24px;
    width: calc(50% - 12px);
  }
  .section2_box .right .right1 {
    gap: 24px;
  }
  .section2_box .right .right1 .box {
    width: calc(50% - 12px);
  }
  .section2_box .box {
    border-radius: 20px;
    padding: clamp(32px, 2.5vw, 50px) clamp(32px, 2vw, 40px);
  }
  .section2_box .box.box1,
  .section2_box .box.box5 {
    height: clamp(380px, 8vw + 300px, 460px);
  }
  .section2_box .box.box2,
  .section2_box .box.box3,
  .section2_box .box.box4 {
    height: clamp(230px, 5vw + 180px, 280px);
  }
  .section2_box .box .bg {
    width: 100%;
    height: clamp(180px, 5vw + 130px, 231px);
    border-radius: 20px;
  }
  .section2_box .box .title {
    margin-bottom: clamp(8px, 1vw, 16px);
  }

  .section2_box .box.box1 .title,
  .section2_box .box.box5 .title {
    margin-bottom: clamp(12px, 1.2vw, 24px);
  }
  .section2_box .box .title > p {
  }
  .section2_box .box .title > button {
    width: 36px;
    height: 36px;
    background-size: 16px 15px;
  }
  .section2_box .box .icon.icon1 {
    width: clamp(80px, 4vw + 40px, 120px);
    height: clamp(80px, 4vw + 40px, 120px);
    right: clamp(20px, 2.5vw, 45px);
    bottom: clamp(20px, 1vw + 10px, 30px);
  }
  .section2_box .box .icon.icon2 {
    width: clamp(56px, 2.5vw + 30px, 80px);
    height: clamp(56px, 2.5vw + 30px, 80px);
    right: clamp(16px, 1vw + 10px, 24px);
    bottom: clamp(16px, 1vw + 10px, 24px);
  }
  .section2_box .box .icon.icon3 {
    width: clamp(56px, 2.5vw + 30px, 80px);
    height: clamp(56px, 2.5vw + 30px, 80px);
    right: clamp(16px, 1vw + 10px, 24px);
    bottom: clamp(16px, 1vw + 10px, 24px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_section_tag {
    padding-left: 4px;
    margin-bottom: 12px;
  }
  .main_section_title {
    padding-left: 4px;
    margin-bottom: 24px;
  }

  .section2_box {
    gap: 24px;
    flex-direction: column;
  }
  .section2_box > .left,
  .section2_box > .right {
    display: flex;
    flex-direction: column;
    /* [수정] 상하 gap 12px -> 24px */
    gap: 24px;
    width: 100%;
  }
  .section2_box > .right {
    flex-direction: column-reverse;
  }
  .section2_box .right .right1 {
    gap: 20px;
    /* flex-direction: column; */
  }
  .section2_box .right .right1 .box {
    width: 100%;
  }
  .section2_box .box {
    border-radius: 20px;
    padding: 24px;
  }
  .section2_box .box.box1,
  .section2_box .box.box5 {
    height: 440px;
  }
  .section2_box .box.box2,
  .section2_box .box.box3,
  .section2_box .box.box4 {
    height: 230px;
  }
  .section2_box .box .bg {
    width: 100%;
    height: 231px;
    border-radius: 20px;
  }
  .section2_box .box .title {
    margin-bottom: 16px;
  }
  .section2_box .box .title > button {
    width: 36px;
    height: 36px;
    background-size: 16px 15px;
  }
  .section2_box .box .body span {
    display: inline;
  }
  .section2_box .box .icon.icon1 {
    width: 90px;
    height: 90px;
    right: 20px;
    bottom: 20px;
  }
  .section2_box .box .icon.icon2 {
    width: 80px;
    height: 80px;
    right: 24px;
    bottom: 24px;
  }
  .section2_box .box .icon.icon3 {
    width: 80px;
    height: 80px;
    right: 24px;
    bottom: 24px;
  }
}

@media screen and (max-width: 768px) {
  .main_section_tag {
    padding-left: 4px;
    margin-bottom: 12px;
  }
  .main_section_title {
    padding-left: 4px;
    margin-bottom: 24px;
  }

  .section2_box {
    gap: 24px;
    align-items: flex-start;
    flex-direction: column;
  }
  .section2_box > .left,
  .section2_box > .right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
  }
  .section2_box > .right {
    flex-direction: column-reverse;
  }
  .section2_box .right .right1 {
    gap: 24px;
    flex-direction: column;
  }
  .section2_box .right .right1 .box {
    width: 100%;
  }
  .section2_box .box {
    border-radius: 20px;
    padding: 32px 24px;
  }
  .section2_box .box.box1,
  .section2_box .box.box5 {
    height: 385px;
  }
  .section2_box .box.box2 {
    height: 260px;
  }
  .section2_box .box.box3,
  .section2_box .box.box4 {
    height: 186px;
  }
  .section2_box .box .bg {
    width: 100%;
    height: 197px;
    border-radius: 20px;
  }
  .section2_box .box .title {
    margin-bottom: 16px;
  }

  .section2_box .box .body {
    font-family: pretendard-medium;
    font-size: 16px;
  }

  .section2_box .box .body span {
    display: inline;
  }
  .section2_box .box .title > button {
    width: 36px;
    height: 36px;
    background-size: 16px 15px;
  }
  .section2_box .box .icon.icon1 {
    width: 90px;
    height: 90px;
    right: 20px;
    bottom: 20px;
  }
  .section2_box .box .icon.icon2 {
    width: 80px;
    height: 80px;
    right: 24px;
    bottom: 24px;
  }
  .section2_box .box .icon.icon3 {
    width: 80px;
    height: 80px;
    right: 24px;
    bottom: 24px;
  }
}

.main_section3 {
  background-color: #f4f9ff;
}
.section3_box {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-color: white;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.04);
}
.section3_box .left_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/res/home/publish/img/home/main_img3.svg");
  border-radius: 20px;
}
.section3_box .right_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}
.section3_box .right_box .title {
  font-family: pretendard-bold;
  color: #3060bb;
}
.section3_box .right_box .body {
  font-family: pretendard-medium;
  color: #333333;
  word-break: keep-all;
}
@media screen and (min-width: 1025px) {
  .main_section3 {
    padding: 150px 0;
  }
  .section3_box {
    gap: clamp(32px, 2.5vw, 50px);
    padding-right: clamp(24px, 3vw, 52px);
  }
  .section3_box .left_img {
    width: 50%;
    min-width: 400px;
    aspect-ratio: 660 / 435;
  }
  .section3_box .right_box {
    gap: clamp(24px, 2.5vw, 50px);
    width: 50%;
  }
  .section3_box .right_box .title {
    font-size: clamp(24px, 0.8vw + 16px, 32px);
    line-height: clamp(34px, 1.1vw + 23px, 45px);
  }
  .section3_box .right_box .body {
    font-size: clamp(16px, 0.2vw + 14px, 18px);
    line-height: clamp(24px, 0.3vw + 21px, 27px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_section3 {
    padding: 80px 0;
  }
  .section3_box {
    gap: 32px;
  }
  .section3_box .left_img {
    width: calc(40% - 16px);
    aspect-ratio: 100 / 65;
  }
  .section3_box .right_box {
    gap: 16px;
    width: calc(60% - 16px);
    padding-right: 32px;
  }
  .section3_box .right_box .title {
    font-size: 24px;
    line-height: 34px;
  }
  .section3_box .right_box .body {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 768px) {
  .main_section3 {
    padding: 80px 0;
  }
  .section3_box {
    flex-direction: column;
  }
  .section3_box .left_img {
    width: 100%;
    aspect-ratio: 100 / 65;
  }
  .section3_box .right_box {
    gap: 16px;
    width: 100%;
    padding: 24px;
  }
  .section3_box .right_box .title {
    font-size: 24px;
    line-height: 34px;
  }
  .section3_box .right_box .body {
    font-size: 16px;
    line-height: 24px;
  }
}

.main_section4 > .inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main_section4 .main_section_board > .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_section4 .main_section_board > .title p {
  font-family: pretendard-bold;
  color: #1a1a1a;
  font-size: clamp(32px, 1.2vw + 20px, 44px);
  line-height: clamp(45px, 1.7vw + 28px, 62px);
}
.main_section4 .main_section_board > .title button {
  box-sizing: border-box;
  background-image: url("/res/home/publish/img/common/right_arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 100%;
  border: 2px solid #333;
  cursor: pointer;
  background-size: 13px;
  width: 40px;
  height: 40px;
}
.main_section4 .main_section_board > .title {
  margin-bottom: clamp(20px, 1.5vw + 10px, 40px);
}
.main_section4 .board_list {
  box-sizing: border-box;
  width: 100%;
  border-top: 1px solid #1a1a1a;
  display: flex;
  flex-direction: column;
}
.main_section4 .board_list .board_item {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
  padding: clamp(16px, 1.2vw + 8px, 32px) clamp(8px, 1vw + 4px, 24px);
  min-height: clamp(58px, 2.5vw + 40px, 80px);
}
.main_section4 .board_list .board_item .on_top {
  box-sizing: border-box;
  background-color: #e7f3ff;
  border-radius: 7px;
  color: #3081ea;
  font-family: pretendard-medium;
  flex-shrink: 0;
  text-align: center;
  cursor: pointer;
  padding: 4px 10px;
  font-size: clamp(12px, 0.15vw + 11px, 14px);
  line-height: clamp(17px, 0.2vw + 15px, 20px);
  margin-right: 16px;
  min-width: clamp(42px, 0.2vw + 40px, 45px);
  white-space: nowrap;
}
.main_section4 .board_list .board_item .title {
  cursor: pointer;
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
}
.main_section4 .board_list .board_item .title .text {
  font-family: pretendard-medium;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  font-size: clamp(15px, 0.2vw + 13px, 18px);
  line-height: clamp(22px, 0.4vw + 18px, 28px);
}
.main_section4 .board_list .board_item .title .icon_attachment {
  background-image: url("/res/home/publish/img/common/icon_attach.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  cursor: pointer;
  width: clamp(20px, 0.3vw + 18px, 24px);
  height: clamp(20px, 0.3vw + 18px, 24px);
  margin-left: 4px;
  margin-top: 1px;
}
.main_section4 .board_list .board_item .registered_date {
  font-family: pretendard-medium;
  color: #8a8a8a;
  flex-shrink: 0;
  cursor: pointer;
  margin-left: auto;
  font-size: clamp(13px, 0.1vw + 12px, 14px);
  line-height: clamp(18px, 0.7vw + 12px, 28px);
}
.main_section4 .download .board_list .board_item .registered_date {
  padding-left: 16px;
}
@media screen and (min-width: 1025px) {
  .main_section4 > .inner {
    gap: 46px;
  }
  .main_section4 .main_section_board {
    width: calc(50% - 23px);
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_section4 > .inner {
    gap: 40px;
  }
  .main_section4 .main_section_board {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 768px) {
  .main_section4 > .inner {
    flex-direction: column;
    gap: 40px;
  }
  .main_section4 .main_section_board {
    width: 100%;
  }
  .main_section4 .board_list .board_item {
    flex-wrap: wrap;
    width: 100%;
  }
  .main_section4 .board_list .board_item .title {
    max-width: 100%;
  }
  .main_section4 .board_list .board_item .registered_date {
    width: 100%;
    margin-top: 8px;
  }
}

.main_section5 {
}
.main_section5 .main_map {
  background-image: url("/res/home/publish/img/home/map_img.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}
.main_section5 .map_info_list {
  display: flex;
  flex-wrap: wrap;
}
.main_section5 .map_info_item .title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.main_section5 .map_info_item .title .icon {
  width: 32px;
  height: 32px;
}
.main_section5 .map_info_item .title .text {
  font-family: pretendard-bold;
  color: #333333;
}
.main_section5 .map_info_item .body {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
}
.main_section5 .map_info_item .body .body_item {
  font-family: pretendard-medium;
  color: #333;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.main_section5 .map_info_item .body .body_item .subway_line {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  margin-top: 3px;
}
.main_section5 .map_info_item .body .body_item .subway_text {
  font-family: pretendard-extrabold;
}
.main_section5 .map_info_item .body .body_item .subway_text.line1 {
  color: #223587;
  margin-right: 8px;
}
.main_section5 .map_info_item .body .body_item .subway_text.line7 {
  color: #5c6620;
}
.main_section5 .map_info_item .body .body_item .bus_tag1,
.main_section5 .map_info_item .body .body_item .bus_tag2 {
  font-family: pretendard-extrabold;
  color: white;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
}
.main_section5 .map_info_item .body .body_item .bus_tag1 {
  background-color: #71bf2c;
}
.main_section5 .map_info_item .body .body_item .bus_tag2 {
  background-color: #00bb48;
}
@media screen and (min-width: 1025px) {
  .main_section5 .main_map {
    width: 100%;
    height: 462px;
    margin-bottom: 40px;
  }
  .main_section5 .map_info_list {
    gap: 40px 0;
  }
  .main_section5 .map_info_item {
    width: 50%;
  }
  .main_section5 .map_info_item .title {
    gap: 10px;
    margin-bottom: 24px;
  }
  .main_section5 .map_info_item .title .text {
    font-size: 24px;
    line-height: 34px;
  }
  .main_section5 .map_info_item .body {
  }
  .main_section5 .map_info_item .body .body_item {
    font-size: 18px;
    line-height: 27px;
  }
  .main_section5 .map_info_item .body .body_item .text1 {
    margin-right: 12px;
  }
  .main_section5 .map_info_item .body .body_item .bus_tag1 {
    font-size: 12px;
    line-height: 24px;
    padding: 0 4px;
  }
  .main_section5 .map_info_item .body .body_item .bus_tag2 {
    font-size: 12px;
    line-height: 24px;
    width: 50px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .main_section5 .main_map {
    width: 100%;
    aspect-ratio: 3 / 1;
    margin-bottom: 24px;
  }
  .main_section5 .map_info_list {
    gap: 32px 0;
  }
  .main_section5 .map_info_item {
    width: 50%;
  }
  .main_section5 .map_info_item .title {
    gap: 10px;
    margin-bottom: 16px;
  }
  .main_section5 .map_info_item .title .text {
    font-size: 20px;
    line-height: 28px;
  }
  .main_section5 .map_info_item .body {
  }
  .main_section5 .map_info_item .body .body_item {
    font-size: 16px;
    line-height: 22px;
  }
  .main_section5 .map_info_item .body .body_item .text1 {
    margin-right: 12px;
  }
  .main_section5 .map_info_item .body .body_item .bus_tag1 {
    font-size: 12px;
    line-height: 24px;
    padding: 0 4px;
  }
  .main_section5 .map_info_item .body .body_item .bus_tag2 {
    font-size: 12px;
    line-height: 24px;
    width: 50px;
  }
}

@media screen and (max-width: 768px) {
  .main_section5 .main_map {
    width: 100%;
    aspect-ratio: 1;
    margin-bottom: 24px;
  }
  .main_section5 .map_info_list {
    flex-direction: column;
    gap: 32px 0;
  }
  .main_section5 .map_info_item {
    width: 100%;
  }
  .main_section5 .map_info_item .title {
    gap: 10px;
    margin-bottom: 16px;
  }
  .main_section5 .map_info_item .title .text {
    font-size: 20px;
    line-height: 28px;
  }
  .main_section5 .map_info_item .body {
  }
  .main_section5 .map_info_item .body .body_item {
    font-size: 16px;
    line-height: 22px;
  }
  .main_section5 .map_info_item .body .body_item .text1 {
    margin-right: 12px;
  }
  .main_section5 .map_info_item .body .body_item .bus_tag1 {
    font-size: 12px;
    line-height: 24px;
    padding: 0 4px;
  }
  .main_section5 .map_info_item .body .body_item .bus_tag2 {
    font-size: 12px;
    line-height: 24px;
    width: 50px;
  }
}
