.header{
    padding:0 0 200px 0;
}
.header::before{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    font-size: 2.5rem;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-family: 'SourceHanSansKR-Medium';
}
.col-6{
    margin:0 auto;
    position:relative;
}
.sub_container, .sub_container_map{
    padding: 70px 0 150px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sub_nav{
    display: flex;
    width: 60%;
    justify-content: space-evenly;
}
.sub_nav > li{
    padding: 15px 35px;
    background-color: #F8F7F7;
    border-radius: 20px;
    font-family: 'SourceHanSansKR-Regular';
    cursor: pointer;
    font-size: 1.25rem;
}

#map{
    width: 100%;
    height: 400px;
}

.parking{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.parking_text{
    display: flex;
    flex-direction: column;
    height: 150px;
    justify-content: center;
}
.parking_title{
    font-family: 'SourceHanSansKR-Bold';
    font-size: 1.875rem;
    font-weight: bold;
    color: #575757;
}
.parking_subtitle{
    padding: 30px 0;
}
.parking_subtitle,.parking_content > span,.parking_content{
    font-size: 1.25rem;
    font-family: 'SourceHanSansKR-Regular';
    color :#575757;
}
.parking_content > span{
    padding: 0 10px 0 0;
}
.parking_content{
    color: #969696;
}


.history{
    width: 60%;
    padding: 80px 100px;
    background-color: #F8F7F7;
    border-radius: 20px;
}
.history::after{
    content: "";
    width: 42%;
    height: 50px;
    border-radius: 1000px;
    background-color:#F8F7F7;
    position:absolute;
    bottom:0;
    left: 0;
}
.history * {
    color: #575757;

}
.history_title,.history_did{
    font-size: 1.25rem;
    font-family: 'SourceHanSansKR-Regular';
}
.history_name{
    font-family: 'SourceHanSansKR-Bold';
    font-size: 3.125rem;
    font-weight: bold;
}
.history_did{
    padding:0;
    position: relative;
}
.history_did::after{
    content: "";
    width: 1px;
    height: 100%;
    position:absolute;
    top:0;
    left: 3;
    background-color: #8758AC;
}
.history_did > li{
    list-style: disc inside;
    padding: 10px 0;
}
.history_did > li::marker{
    color: #8758AC;
}
.history_circle{
    width: 28px;
    height: 28px;
    border-radius: 1000px;
    background-color: #8758AC;
    position:absolute;
    right:30px;
    top:-15px;
}



.treatment_img > img{
    width: 100%;
}
.treatment_img{
    width: 40%;
}
.treatment_text{
    width: 57%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.treatment{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0 0;
}
.treatment *{
    color: #575757;
}
.treatment_title{
    font-size: 2.5rem;
    font-weight: bold;
    font-family: 'SourceHanSansKR-Bold';
}
.treatment_subtitle{
    font-size: 1.5625rem;
    font-family: 'SourceHanSansKR-Regular';
}