/* common */
.subpage { overflow: hidden; position:relative;  text-align: center;}
.subpage > section {padding: 80px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; position: relative;}

#sub_title_wrap .title-box .obj-wrap {display: flex; margin-bottom: 20px; justify-content: center;}
#sub_title_wrap .title-box .obj {display: inline-block; width: 8px; height: 8px; background: rgba(11, 49, 143, .4);}
#sub_title_wrap .title-box .obj:nth-child(2) {background: #0b318f;}
#sub_title_wrap .title-box .obj + .obj {margin-left: 10px;}
#sub_title_wrap .sc-title {font-family: 'NanumSquareExtraBold'; font-size: 40px; color: #000; text-align: center; line-height: 1.3;}
#sub_title_wrap .sc-title span {font-family: 'NanumSquareLight';}


/* sec1 */
#sub_title_wrap section {padding-bottom: 50px;}









@media screen and (max-width: 1023px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}


    #sub_title_wrap section {padding-bottom: 30px;}
    #sub_title_wrap .sc-title {font-size: 35px;}

}

@media screen and (max-width: 767px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}

    #sub_title_wrap .sc-title {font-size: 30px;}


 }
