/* BASIC css start */
body {font-family: 'NanumSquareRound'; 
text-align:center;
}

.m_intro { 
width:100%; 
height:2400px;
}

.h_title h3 {
text-align:left;
}

.hr-sect h4 {
font-size:35px; font-family:NanumSquareRound; font-weight:bold;
}


.hr-sect {
        display: flex;
        flex-basis: 100%;
        align-items: center;
        color:rgba(0, 0, 0, 1) ;
        font-size: 12px;
        margin: 8px 0px;
      }
      .hr-sect::before,
      .hr-sect::after {
        content: "";
        flex-grow: 1;
        background:rgba(0, 0, 0, 1) ;
        height: 1px;
        font-size: 0px;
        line-height: 0px;
        margin: 0px 16px;
      }
      
.m_intxt1 {     
font-size:15px; font-family:NanumSquareRound;
margin-top:-30px;
}

.m_intxt2 {
font-size:20px; font-family:NanumSquareRound;
line-height : normal; margin-top:30px;
}


.mintro_s {
width:100%; height:870px; margin:auto; margin-bottom:100px;
}


.mintro_s1 {
width:360px; height:360px; margin:auto;
}

.mintro_s2 {
width:360px; height:150px; margin:auto; margin-top:10px; 
}

.mintro_map {
width:360px; height:360px; margin:auto; margin-top:10px;
}

.mintro_y {
width:100%; height:870px; margin:auto;
}






















/* BASIC css end */

