@charset "utf-8";

/* 알곡소개 */
div.main{
    overflow: hidden;
}
.map-wrap .visInner h3 span {
}

.map-wrap .whyInner h3 {
    font-family: 'Pretendard-Regular';
    margin-left: 0;
    font-size: 3rem;
    line-height: 1.4;
}

.map-wrap .info_list {
    font-family: 'Pretendard-Regular'; 
    margin-top: 50px;
    line-height:25px;
}   

.map-wrap .info_list .child {
    font-family: 'Pretendard-Regular';
    font-size: 1.6rem;
    margin-top: 5px;
}

.whyInner .innerBox{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
    flex-direction: column;
}
.whyInner .innerBox > div img,
.whyInner .innerBox > div{
    width: 100%;
}

.welcome-msg p {
    font-family: 'Pretendard-Regular';
    margin: 0px 20px 20px 0px;
    font-size: 3.5rem;
    text-align: center;
    font-weight: 700;
}
.visInner h3 {
    font-size: 5.4rem;
    font-family: 'Pretendard-Regular';   
    color: #fff;
}
#why {
    font-family: 'pretendard';
}

#why .welcome-msg {
    text-align: center;
    background: hsl(0, 0%, 97%) url('/img/map-bg.png') no-repeat center/cover;
    margin: 80px 0 30px;    ;
    padding: 90px 0;
}
.welcome-msg .txt {
    font-family: 'Pretendard-Regular';  
    display: block;
    font-size: 20px;
    line-height: 35px;
    margin-left: 0px;
    text-align: center;
}
.circle-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.circle {
    width: 180px;
    height: 180px;
    background: #F1F1F1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 50px auto;
}

.circle p {
    font-size: 20px;
    font-weight: 100;
    font-family: 'Pretendard-Regular';
    color: #000000;
    text-align: center;
    line-height: 1.3;
    position: absolute;
    width: 100%;
    bottom: -60px;
}

.circle.cir01{
    background: url('/img/map-01.png') no-repeat center/cover;
}
.circle.cir02{
    background: url('/img/map-02.png') no-repeat center/cover;
}
.circle.cir03{
    background: url('/img/map-03.png') no-repeat center/cover;
}
.circle.cir04{
    background: url('/img/map-04.png') no-repeat center/cover;
}
.circle.cir05{
    background: url('/img/map-05.png') no-repeat center/cover;
}

.pointInner{
    margin: 50px auto;
}
@media screen and (max-width: 980px){
    .circle-wrap{
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 1084px){
    .map-wrap .whyInner h3 {
        font-size: 5rem;
    }
    .map-wrap .info_list .child {
        font-size: 2rem;
    }
    #why .welcome-msg {
        padding: 150px 0;
    }
    .whyInner .innerBox{
        gap: 0px;
        flex-direction: row;
    }
    
    .circle {
    }
    
    .circle p {
        font-size: 20px;
        font-weight: 100;
        font-family: 'Pretendard-Regular';
        color: #000000;
        text-align: center;
        line-height: 1.3;
    }
}

@media screen and (min-width: 1230px){
    .circle-wrap{
        gap: 80px;
    }
}