@charset "UTF-8";
* {
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 0;
    color: #101010;
}

/* 상/하단 배경 이미지 */
.fir_img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.sec_img {
    width: 100%;
    object-fit: cover;
}

/* circle 이미지 */
.map_img {
    width: 250px;
    height: 250px;
    float: left;
}

/* 상단 css */
.fir_section {
    position: relative;
}

.paw_about {
    position: absolute;
    color: #4B4242;
    background-color: rgba(255,255,255,0.5);
    width: 500px;
    height: 300px;
    margin: 75px;
}

.paw_about > * {
    color: #4B4242;
    padding-left: 95px;
}

.paw_about :first-child {
    padding-top: 40px;
    line-height: 40px;
}

/* 하단 css */
.sec_section {
    position: relative;
}

.paw_info {
    position: absolute;
    color: #4B4242;
    /* background-color: rgba(255,255,255,0.5); */
    width: 100%;
    height: 750px;
    text-align: center;
    margin: 0 auto;
}

.paw_info > p {
    padding: 40px;
}

.circle_img {
    display: flex;
    justify-content: center;
}

.circle_img > div > div {
    width: 215px;
    height: 215px;
    border: 1px solid #4B4242;
    background-color: #4B4242;
    border-radius: 50%;
    float: left;
    display: grid;
    place-items: center;
    margin-bottom: 30px;
}

.circle_img > div:nth-child(2),  .circle_img > div:nth-child(3){
    margin-left: 50px;
}

img:nth-child(2) {
    margin-top: -5px;
}