/* common */
.subpage { overflow: hidden; position:relative;}
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 50px; }
.line_title::before {content: ''; display: block; width:30px; height: 3px; background: #0c3064 ;margin:0 auto 10px;}
.line_title.left::before {margin:0 0 10px;}

/* font */
.fs_45 {font-size: 45px; font-weight: 900; color:#000; line-height: 1.3; }
.fs_24 {font-size: 24px; font-weight:  700; color:#000; line-height: 1.5; letter-spacing: -.24px;}
.fs_18 {font-size: 18px; font-weight: 300; color:#555; line-height: 33px; letter-spacing: -.18px;}
.fs_16 {font-size: 16px; font-weight: 300; color:#555; line-height: 33px; letter-spacing: -.16px;}

.dot_p {position: relative; padding-left: 15px; text-align: left; }
.dot_p::before {content: ''; display: block; width: 6px; height: 6px; border-radius: 50%; position: absolute; left: 0; top:12px; background: #0c3064; }

/*Content CSS*/
#ci .logo {bordeR:1px solid #ddd; display: flex; align-items: center ;justify-content: center; background-color: #fff; overflow: hidden; }
#ci .logo img {max-width: inherit; }
/* sec1 */
#sec1 .flex {display: flex; align-items: center; margin-top:45px; }
#sec1 .flex .logo {flex-shrink: 0; margin-right: 45px; }
#sec1 .flex h3 {margin-bottom: 15px ;}

/* sec2 */
#sec2 .list {display: flex; justify-content: space-between;}
#sec2 .list li {width: calc(50% - 15px); }
#sec2 .list li:nth-child(2) .logo {background-color: #000; }
#sec2 .list p {margin-top: 15px;}





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

    #ci .logo img {max-width: 100%; }
    /* sec1 */
    #sec1 .flex .logo {max-width: 55%;}

}

@media screen and (max-width:1024px){
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding:60px 0;}
    .sub_inner {padding: 0 30px;}
    .line_title.left::before {margin:0 auto 10px;}
    /* font */
    .fs_45 {font-size: 35px;   }
    .fs_24 {font-size: 19px;  }
    .fs_18 {font-size: 15px; line-height: 1.65; }
    .fs_16 {font-size: 14px; line-height: 1.65; }

    .dot_p::before {top:9px;}

    /*Content CSS*/
    /* sec1 */
    #sec1 .flex {margin-top: 30px;flex-direction: column; align-items: center; }
    #sec1 .flex .logo {max-width:650px; margin:0 0 30px;}
    #sec1 .flex h3 {margin-bottom: 10px;}

    /* sec2 */
    #sec2 .list {align-items: center; flex-direction: column; }
    #sec2 .list li {width: 100%; max-width:650px;}
    #sec2 .list li:nth-child(n+2) {margin-top: 30px;}
    #sec2 .list p {margin-top: 10px; }


}

/* 모바일 */
@media screen and (max-width:640px){
    /* common */
    .subpage > section {padding:50px 0;}
    .sub_inner {padding: 0 20px;}
    .sub_title::after {margin:20px auto 35px; width: 80px;}
    .line_title::after {margin:15px auto 20px;  width: 50px;}
    /* font */
    .fs_45 {font-size: 30px; }
    .fs_24 {font-size: 17px; }
    .fs_18 {font-size: 14px; }
    .fs_16 {font-size: 13px;}

    .dot_p {padding-left: 10px; }
    .dot_p::before {top:9px; width: 5px; height: 5px;}


    /*Content CSS*/
    #sec1 .flex .logo {margin:0 0 20px;}



}
