/* common */
#c8_wrap .c_inner {width: 100%; max-width: 1500px; padding: 0 50px; margin: 0 auto; }

/* font size */
#c8_wrap .fs_75 {font-size: 75px; font-weight:700; line-height: 1.1; font-family: 'Play', sans-serif; font-style: italic; }
#c8_wrap .fs_36 {font-size: 36px; font-weight :700; line-height: 1.2; font-family: 'Play', sans-serif; }
#c8_wrap .fs_30 {font-size: 30px; font-weight:700; line-height: 1.3; font-family: 'Play', sans-serif;}
#c8_wrap .fs_24 {font-size: 24px; font-weight:400; line-height: 1.5; font-family: 'Play', sans-serif;}
#c8_wrap .fs_22 {font-size: 22px; font-weight:300; line-height: 1.55;}
#c8_wrap .fs_20 {font-size: 20px; font-weight:600; line-height: 1.5;}
#c8_wrap .fs_18 {font-size: 18px; font-weight: 300; line-height: 1.67; }


#c8_wrap .dot_list > li {position: relative; padding-left: 13px;}
#c8_wrap .dot_list > li::before {content: ''; display: block; width: 4px; height: 4px; background-color: #1556a6; position: absolute; left: 0; top:12px; }
#c8_wrap .dot_list > li b {font-weight: 600; color:#1556a6; }


/*Content CSS*/
#c8_wrap { padding:120px 0; background-color: #fff; text-align: center;}
#c8_wrap .c_tit h2 {text-transform: uppercase;; }
#c8_wrap .c_tit p {margin-top: 25px; }

#c8_wrap .partners {display: flex; flex-wrap: wrap ; margin:60px 0 ; justify-content: space-between;}
#c8_wrap .partners > li {width: calc(25% - 30px); display: flex; align-items: center ;justify-content: center; border:1px solid #ddd; height: 100px; margin-right: -1px; margin-bottom: -1px; overflow: hidden; border-radius: 10px; transition: all .3s ; ov}
#c8_wrap .partners > li:nth-child(n+5) {margin-top: 35px;}
#c8_wrap .partners img {max-width: inherit; }
#c8_wrap .partners > li:hover {border-color: #1556a6;}
/* #c8_wrap .partners img {transition: transform .3s; }
#c8_wrap .partners > li:hover img {transform: scale(1.05);} */

#c8_wrap .networks {display: flex; align-items: flex-start; text-align: left; }
#c8_wrap .networks h3 {flex-shrink: 0; margin-right: 130px;}
#c8_wrap .half_cont {display: flex; justify-content: space-between;  position: relative; width: 100%;}
#c8_wrap .half_cont::before {content: ''; display: block; width: 1px; height: 98%; background: #ccc; position: absolute; top:1%; left: 50%; }
#c8_wrap .half_cont > ul {width: calc(50% - 70px); }








@media screen and (max-width: 1400px) {
    /* common */
    #c8_wrap br {display: none;}

    /* Content */
    #c8_wrap .partners img {max-width: 100%; }
    #c8_wrap .partners > li {width: calc(25% - 15px);}
    #c8_wrap .partners > li:nth-child(n+5) {margin-top:20px;}

    #c8_wrap .networks {display: block; }
    #c8_wrap .networks h3 {margin:0 0 20px;}
    #c8_wrap .half_cont > ul {width: calc(50% - 40px); }


}

@media screen and (max-width: 1024px) {
    /* common */
    #c8_wrap {padding: 70px 0; text-align: center; }
    #c8_wrap .c_inner {padding: 0 30px;}
    /* font size */
    #c8_wrap .fs_75 {font-size: 40px;}
    #c8_wrap .fs_36 {font-size: 28px;}
    #c8_wrap .fs_30 {font-size: 22px;}
    #c8_wrap .fs_24 {font-size: 20px;}
    #c8_wrap .fs_22 {font-size: 18px; }
    #c8_wrap .fs_20 {font-size: 17px; }
    #c8_wrap .fs_18 {font-size: 15px; }

    #c8_wrap .dot_list > li::before {top:9px; }

    /* Content CSS */
    #c8_wrap br {display: none; }
    #c8_wrap .partners {margin:50px 0;}
    #c8_wrap .partners > li {width: calc(25% - 7.5px); height: auto;}
    #c8_wrap .partners > li:nth-child(n+5) {margin-top:10px;}
    #c8_wrap .half_cont > ul {width: calc(50% - 30px); }


}

@media screen and (max-width:768px) {
    #c8_wrap .partners > li {width: calc(50% - 10px); }
    #c8_wrap .partners > li:nth-child(n+3) {margin-top: 20px;}

    #c8_wrap .half_cont {display: block;}
    #c8_wrap .half_cont::before {display: none; }
    #c8_wrap .half_cont > ul {width: 100%;}
    #c8_wrap .dot_list > li + li {margin-top: 5px;}
    #c8_wrap .half_cont > ul + ul {margin-top: 5px; }
}

@media screen and (max-width:640px) {
    /* common */
    #c8_wrap {padding:50px 0; }
    #c8_wrap .c_inner {padding: 0 20px;}
    /* font size */
    #c8_wrap .fs_75 {font-size: 35px;}
    #c8_wrap .fs_36 {font-size: 25px;}
    #c8_wrap .fs_30 {font-size: 18px;}
    #c8_wrap .fs_24 {font-size: 17px;}
    #c8_wrap .fs_22 {font-size: 15px; }
    #c8_wrap .fs_20 {font-size: 15px; }
    #c8_wrap .fs_18 {font-size: 14px; }


    /* Content CSS */
    #c8_wrap .c_tit p {margin:15px 0 0;  }

    #c8_wrap .partners {margin:40px 0;}

    #c8_wrap .networks h3 {margin: 0 0 10px;}


}


@media screen and (max-width:480px) {
    #c8_wrap .partners > li {width: calc(50% - 5px); }
    #c8_wrap .partners > li:nth-child(n+3) {margin-top: 10px;}
}
