.section-submain {
    background-color: rgb(248, 248, 248);
    border-bottom: 2px solid rgb(229, 229, 229);
}

.section-submain img {
    width: 100%;
}

.submain-img-container {
    max-width: 96rem;
    margin: 0 auto;
}

.submain-img {
    margin: 0 auto;
    width: 100%;

    /* margin-left: 3rem; */
}

.submain_pic {
    background-image: url("../../images/submain.jpg");
    height: 25.5rem;
    width: 100%;

}

.sub-container {
    max-width: 96rem;
    margin: 0 auto;
    /* padding: 0 1.6rem; */
    /* position: relative; */
  }

.subpages-heading {
    display: flex;
    align-items: center;
    /* align-items: flex-end; */
    justify-content: space-between;

    padding: 2rem 1.5rem;
    border-left: 2px solid rgb(229, 229, 229);
    border-right: 2px solid rgb(229, 229, 229);
    border-bottom: 2px solid rgb(229, 229, 229);
}


.subpages-heading-intro {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.subpages-heading-intro h1 {
    color: #656565;
    font-size: 1.9rem;
}

.subpages-heading-intro span {
    color: #6c6c6c;
    font-size: 1.2rem;
    font-weight: 700;
}

.subpages-heading-nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.subpages-heading-nav li {
    font-size: 1.2rem;
    color: #727272;
}

.subpages-heading-nav li:last-child {
    font-weight: 700;
}

/*특수한 subpage css*/
.subpages-history-img {
    border-left: 2px solid rgb(229, 229, 229);
    border-right: 2px solid rgb(229, 229, 229);
    border-bottom: 2px solid rgb(229, 229, 229);
}

.map-container {
    max-width: 96rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-left: 2px solid rgb(229, 229, 229);
    border-right: 2px solid rgb(229, 229, 229);
}

.map-mobile {
    display: none;
}

.subpage-main-image {
    max-width: 100%;
}

.map-seoul-img,
.map-busan-img {
    max-width: 94%;
}

/* 이미지 하나인 subpages들 CSS*/
.subpages-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.subpages-main img {
    width: 100%;
}

/* 게시판형 subpage들 CSS*/
.subpages-board {
    padding: 2.4rem 4.8rem;
    border-left: 1px solid  #E2E4E8;
    border-right: 1px solid  #E2E4E8;
}


