.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;
}
.main_banner_content .body {
  font-family: pretendard-bold;
  color: #f6f7fa;
  text-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .main_banner {
    margin-top: -100px;
  }
  .main_banner_slider .swiper-slide {
    height: 840px;
  }
  .main_banner_slider .swiper-slide > div {
    padding-top: 340px;
  }
  .main_banner_content .title {
    font-size: 60px;
    line-height: 84px;
    margin-bottom: 40px;
  }
  .main_banner_content .body {
    font-size: 24px;
    line-height: 34px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399px) {
  .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%);
  }
  .main_banner_content .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 48px;
  }
  .main_banner_content .body {
    font-size: 18px;
    line-height: 25px;
  }
}

@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_banner_content .title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 48px;
  }
  .main_banner_content .body {
    font-size: 18px;
    line-height: 25px;
  }
}

.main_section1 {
  text-align: center;
  position: relative;
  z-index: 1;
}
.main_section1 > .inner {
  display: flex;
  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;
}
.main_section1 .right .quick_item .quick_item_icon {
  cursor: pointer;
}
.main_section1 .right .quick_item .quick_item_text {
  font-family: pretendard-medium;
  color: #333;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .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: 42px 75px;
    margin-top: -90px;
  }
  .main_section1 .left {
    gap: 32px;
    padding-right: 48px;
    width: 370px;
  }
  .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: 100px;
    height: 100px;
  }
  .main_section1 .left .body .title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 8px;
  }
  .main_section1 .left .body .info {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .main_section1 .left .body .tel {
    font-size: 24px;
    line-height: 34px;
  }
  .main_section1 .right {
    padding-left: 92px;
    width: calc(100% - 370px);
  }
  .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: 18px;
    line-height: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399px) {
  .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;
}
.main_section_title {
  font-family: pretendard-bold;
  color: #1a1a1a;
}

.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;
}
.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;
}
.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;
  /* [수정] 폰트 사이즈 16px로 고정 및 줄간격 조정 */
  font-size: 18px;
  line-height: 1.4;
}
.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;
}

.section2_box .right .right1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1400px) {
  .main_section_tag {
    font-size: 20px;
    line-height: 28px;
    padding-left: 12px;
    margin-bottom: 12px;
  }
  .main_section_title {
    font-size: 44px;
    line-height: 62px;
    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: 50px 40px;
  }
  .section2_box .box.box1,
  .section2_box .box.box5 {
    height: 460px;
  }
  .section2_box .box.box2,
  .section2_box .box.box3,
  .section2_box .box.box4 {
    height: 280px;
  }
  .section2_box .box .bg {
    width: 100%;
    height: 231px;
    border-radius: 20px;
  }
  .section2_box .box .title {
    margin-bottom: 16px;
  }

  .section2_box .box.box1 .title,
  .section2_box .box.box5 .title {
    margin-bottom: 24px;
  }
  .section2_box .box .title > p {
    font-size: 32px;
    line-height: 46px;
  }
  .section2_box .box .title > button {
    width: 36px;
    height: 36px;
    background-size: 16px 15px;
  }
  .section2_box .box .icon.icon1 {
    width: 120px;
    height: 120px;
    right: 45px;
    bottom: 30px;
  }
  .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 (min-width: 769px) and (max-width: 1399px) {
  .main_section_tag {
    font-size: 14px;
    line-height: 20px;
    padding-left: 4px;
    margin-bottom: 12px;
  }
  .main_section_title {
    font-size: 32px;
    line-height: 45px;
    padding-left: 4px;
    margin-bottom: 24px;
  }

  .section2_box {
    gap: 24px;
    align-items: flex-start;
  }
  .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: 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 > p {
    font-size: 24px;
    line-height: 34px;
  }
  .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 {
    font-size: 14px;
    line-height: 20px;
    padding-left: 4px;
    margin-bottom: 12px;
  }
  .main_section_title {
    font-size: 32px;
    line-height: 45px;
    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: 220px;
  }
  .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 .title > p {
    font-size: 24px;
    line-height: 34px;
  }

  .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: 1400px) {
  .main_section3 {
    padding: 150px 0;
  }
  .section3_box {
    gap: 50px;
    padding-right: 52px;
  }
  .section3_box .left_img {
    width: 660px;
    height: 435px;
  }
  .section3_box .right_box {
    gap: 50px;
    width: calc(100% - 710px);
  }
  .section3_box .right_box .title {
    font-size: 32px;
    line-height: 45px;
  }
  .section3_box .right_box .body {
    font-size: 18px;
    line-height: 27px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399px) {
  .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;
    gap: 32px;
  }
  .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 .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main_section4 .title p {
  font-family: pretendard-bold;
  color: #1a1a1a;
}
.main_section4 .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;
}
.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;
}
.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;
}
.main_section4 .board_list .board_item .title {
  cursor: pointer;
}
.main_section4 .board_list .board_item .title .text {
  font-family: pretendard-medium;
  color: #1a1a1a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.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;
}
.main_section4 .board_list .board_item .registered_date {
  font-family: pretendard-medium;
  color: #8a8a8a;
  flex-shrink: 0;
  cursor: pointer;
}
@media screen and (min-width: 1400px) {
  .main_section4 > .inner {
    gap: 46px;
  }
  .main_section4 .main_section_board {
    width: calc(50% - 23px);
  }
  .main_section4 .title {
    margin-bottom: 40px;
  }
  .main_section4 .title p {
    font-size: 44px;
    line-height: 62px;
  }
  .main_section4 .title button {
    background-size: 13px;
    width: 40px;
    height: 40px;
  }

  .main_section4 .board_list {
  }
  .main_section4 .board_list .board_item {
    padding: 32px 24px;
  }
  .main_section4 .board_list .board_item .on_top {
    padding: 4px 10px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 16px;
    width: 45px;
  }
  .main_section4 .board_list .board_item .title {
    margin-bottom: 0;
    max-width: calc(100% - 140px);
  }
  .main_section4 .board_list .board_item .title .text {
    font-size: 18px;
    line-height: 28px;
  }
  .main_section4 .board_list .board_item .title .icon_attachment {
    width: 24px;
    height: 24px;
    margin-left: 4px;
    margin-top: 2px;
  }
  .main_section4 .board_list .board_item .registered_date {
    margin-left: auto;
    font-size: 14px;
    line-height: 28px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1399px) {
  .main_section4 > .inner {
    gap: 40px;
  }
  .main_section4 .main_section_board {
    width: calc(50% - 23px);
  }
  .main_section4 .title {
    margin-bottom: 24px;
  }
  .main_section4 .title p {
    font-size: 32px;
    line-height: 45px;
  }
  .main_section4 .title button {
    background-size: 13px;
    width: 40px;
    height: 40px;
  }

  .main_section4 .board_list {
  }
  .main_section4 .board_list .board_item {
    padding: 20px 12px;
  }
  .main_section4 .board_list .board_item .on_top {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 17px;
    margin-right: 16px;
    width: 42px;
  }
  .main_section4 .board_list .board_item .title {
    margin-bottom: 0;
    max-width: calc(100% - 140px);
  }
  .main_section4 .board_list .board_item .title .text {
    font-size: 16px;
    line-height: 22px;
  }
  .main_section4 .board_list .board_item .title .icon_attachment {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    margin-top: 1px;
  }
  .main_section4 .board_list .board_item .registered_date {
    margin-left: auto;
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 768px) {
  .main_section4 > .inner {
    flex-direction: column;
    gap: 40px;
  }
  .main_section4 .main_section_board {
    width: 100%;
  }
  .main_section4 .title {
    margin-bottom: 24px;
  }
  .main_section4 .title p {
    font-size: 32px;
    line-height: 45px;
  }
  .main_section4 .title button {
    background-size: 13px;
    width: 40px;
    height: 40px;
  }

  .main_section4 .board_list {
  }
  .main_section4 .board_list .board_item {
    flex-wrap: wrap;
    padding: 20px 12px;
    width: 100%;
  }
  .main_section4 .board_list .board_item .on_top {
    padding: 4px 10px;
    font-size: 12px;
    line-height: 17px;
    margin-right: 16px;
    width: 42px;
  }
  .main_section4 .board_list .board_item .title {
    margin-bottom: 0;
    max-width: calc(100%);
  }
  .main_section4 .board_list .board_item .title .text {
    font-size: 16px;
    line-height: 22px;
  }
  .main_section4 .board_list .board_item .title .icon_attachment {
    width: 20px;
    height: 20px;
    margin-left: 4px;
    margin-top: 1px;
  }
  .main_section4 .board_list .board_item .registered_date {
    margin-left: auto;
    font-size: 13px;
    line-height: 18px;
    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;
}
.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: 1400px) {
  .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: 1399px) {
  .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;
  }
}
