/* 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_22 {font-size: 22px; font-weight: 700; color:#000; line-height: 1.5; }
.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*/
#sec1 .cont {margin-top: 45px; padding-top: 45px; border-top:1px solid #ddd; }
#sec1 .cont h3 {padding-left: 20px; background:url("../img/title_icon.png") 0 50% no-repeat; text-align: left; }

#sec1 .pa_list {display: flex; flex-wrap:wrap; margin-top: 25px; }
#sec1 .pa_list li {margin-right: 19px;  width: calc(20% - 15.2px);}
@media screen and (min-width: 1025px) {
    #sec1 .pa_list li:nth-child(5n) {margin-right: 0;}
}
#sec1 .pa_list li:nth-child(n+6) {margin-top:45px;}
#sec1 .pa_list li .logo {display: flex; border:1px solid #ddd; align-items: center ;justify-content: center ; overflow: hidden; margin-bottom: 12px; }
#sec1 .pa_list li .logo img {max-width: inherit;}
#sec1 .pa_list li:last-child {display: flex; align-items: center; justify-content: center; padding-bottom: 40px;}
#sec1 .pa_list li:last-child i {display: block; width: 10px; height:10px; background: #ddd; border-radius: 50%; }
#sec1 .pa_list li:last-child i:nth-child(2) {margin:0 19px;}
@media screen and (min-width:1025px){
    #sec1 .pa_list li p {line-height: 27px;}
    #sec1 .pa_list li p::before {top:10px;}
}


@media screen and (max-width:1400px){
    /* content */
    .subpage br:not(.space) {display: none;}
    #sec1 .pa_list li {margin-right: 10px;  width: calc(20% - 8px);}
    #sec1 .pa_list li .logo img {max-width: 100%;}
}

@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_22 {font-size: 18px;  }
    .fs_18 {font-size: 15px; line-height: 1.65; }
    .fs_16 {font-size: 14px;}

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

    /*Content CSS*/
    /* sec1 */
    #sec1 .cont {margin-top:35px; padding-top: 35px;}
    #sec1 .pa_list li {margin-right: 12px;  width: calc(25% - 9px);}
    @media screen and (min-width: 641px) {
        #sec1 .pa_list li:nth-child(4n) {margin-right: 0;}
    }
    #sec1 .pa_list li:nth-child(n+5) {margin-top:30px;}


}

/* 모바일 */
@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_22 {font-size: 16px; }
    .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 .pa_list li {margin-right: 12px;  width: calc(33.3% - 8px);}
    @media screen and (min-width: 481px) {
        #sec1 .pa_list li:nth-child(3n) {margin-right: 0;}
    }
    #sec1 .pa_list li:nth-child(n+4) {margin-top:30px;}


}

@media screen and (max-width:480px){
    #sec1 .pa_list li {margin-right: 10px;  width: calc(50% - 5px);}
    #sec1 .pa_list li:nth-child(2n) {margin-right: 0;}
    #sec1 .pa_list li:nth-child(n+3) {margin-top:30px;}
}
