/* common */
#sub_title_wrap .subpage { overflow: hidden; position:relative;  }
.subpage > section {padding: 90px 0; position: relative; }
#sub_title_wrap .subpage > section:nth-of-type(even) {background: #f7f7f7;}
#sub_title_wrap .sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; position: relative;}
#sub_title_wrap .sub_tit h2::before {content: ''; display: block; width: 72px; height: 4px; background-color: #09883a; margin: 0 auto 25px;}
#sub_title_wrap .sub_tit h2 {text-align: center;}

/* font size */
#sub_title_wrap .fs_54 {font-size: 54px; font-weight: 700; color:#000; line-height: 1.1;}

/*Content CSS*/
/* sec1 */
#sub_title_wrap section {padding-bottom: 65px;}

@media screen and (max-width: 1024px) {
    /* common */
    #sub_title_wrap .subpage {text-align: center;}
    #sub_title_wrap .subpage > section {padding: 70px 0; }
    #sub_title_wrap .sub_inner {padding:0 30px;}
    #sub_title_wrap .sub_tit h3 {font-size:17px; margin-bottom:15px; }
    /* font size  */
    #sub_title_wrap .fs_54 {font-size: 35px; }

    /* content */
    #sub_title_wrap section {padding-bottom: 30px;}
    #sub_title_wrap .sub_tit h2::before {width: 50px;}

}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    #sub_title_wrap .sub_inner {padding:0 20px;}
    /* .sub_tit {margin-bottom: 30px; } */
    #sub_title_wrap .sub_tit h3 {font-size:15px; margin-bottom:15px; }
    #sub_title_wrap .sub_tit h2::before { margin: 0 auto 20px;}

    /* font size  */
    #sub_title_wrap .fs_54 {font-size:30px; }
    #sub_title_wrap .sub_tit h2::before {width: 40px;}
}
