/* common */
.subpage { overflow: hidden; position:relative;  text-align: left;}
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1600px; width: 100%; position: relative;}
/* .sub_tit h2::before {content: ''; display: block; width:50px; height: 5px; background-color: #072c85; margin: 0 auto 20px;} */
.flex_line_tit {display: flex ;align-items: flex-start; }
.flex_line_tit .line {flex-shrink: 0; margin-right: 34px; width: 135px; height: 1px; background: #000;  margin-top:23px;}
.flex_line_tit .txt {width: 100%; }


/* font size */
.fs_40 {font-size: 40px; font-weight :800; line-height: 1.39; letter-spacing: -.8px;}

/*Content CSS*/
/* sec1 */
#sub_title_wrap section {padding-bottom: 50px;}
/* #sub_title_wrap .sub_tit {margin: 0;border-bottom: 1px solid #ddd; padding: 0 0 50px;} */









 @media screen and (max-width:1400px) {
    /* common */
    /*.subpage br:not(.space) {display: none;}

    /* content */

}

@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    /* .sub_tit h3 {font-size:17px; margin-bottom:15px; } */
    .flex_line_tit {display: block; margin-bottom: 40px;}
    .flex_line_tit .line {margin: 0 auto 25px; width: 70px;}
    .flex_line_tit .txt h2 {margin-bottom: 15px;}
    /* font size  */
    .fs_40 {font-size:32px; }


    /* content */
    #sub_title_wrap section {padding-bottom: 30px;}

}

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

    /* font size  */
    .fs_40 {font-size:24px; }


    /* content */


}
