/* BASIC css start */
body {
font-family: 'NanumSquareRound'; 

}

.tit-page {
text-align:left;
}

.t-msg {
font-size:16px;
text-align:left;
}

.p_intro {
width:1200px; height:2200px;
}

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


.hr-sect {
        display: flex;
        flex-basis: 100%;
        align-items: center;
        color:rgba(0, 0, 0, 1) ;
        font-size: 12px;
        margin: 8px 0px;
        text-align:center;
      }
      .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;
      }

.intxt1 {     
font-size:20px; font-weight:bold; font-family:NanumSquareRound;
margin-top:-30px; text-align:center;
}

.intxt2 {
font-size:27px; font-weight:lighter; font-family:NanumSquareRound;
line-height : normal; margin-top:30px; text-align:center;
}

.intro_pic {
width:1110px; height:740px; margin:auto; margin-bottom:100px;
}

.i_left {
float:left; width:700px; height:740px;
}

.i_right {
float:right; width:390px; height:360px;
}

.i_rightb {
float:right; width:390px; height:360px; margin-top:20px; 
}



















/* BASIC css end */

