/* common */
#c1_wrap .c_inner { width: 100%; max-width: 1600px; margin:0 auto; position: relative; padding:0 50px;}
#c1_wrap .c_tit {display: flex; align-items: flex-start; }
#c1_wrap .c_tit h2 {flex-shrink: 0; margin-right: 57px;}
#c1_wrap .c_tit h2::after {content: ''; display: block; width: 101px; height:7px;  background: #32327f; margin:17px 0 0;}
#c1_wrap .c_tit p {padding-top: 12px;}
/* font size */
#c1_wrap .fs_55 {font-size: 55px; font-weight: 700; color:#070707; line-height: 1.2; }
#c1_wrap .fs_24 {font-size: 24px; font-weight: 400; color:#070707; line-height: 1.7; letter-spacing: -.72px;}


/*Content CSS*/
#c1_wrap {position: relative; overflow: hidden; background:#fff; padding: 120px 0 90px; z-index: 1; }

#c1_wrap .list {display: flex; justify-content: space-between; text-align: center; margin-top: 60px; }
/* #c1_wrap .list li {width: calc(20% - 19.2px); } */
#c1_wrap .list li {width: calc(25% - 19.2px); }

#c1_wrap .list a {display: flex; flex-direction: column; align-items: center; width: 100%; height: 281px; background-color: #fff; border-radius: 15px;
 box-shadow: 0.7px 0.7px 15.6px 8.4px rgba(82, 82, 121, 0.08); justify-content: center; border:4px solid transparent;  transition: border-color .3s;}
#c1_wrap .list a:hover {border-color: #32327f; }
#c1_wrap .list a i {display: flex; align-items: center; justify-content: center; height: 90px; transition: transform .5s; }
#c1_wrap .list h3 {font-weight: 700; letter-spacing: -.74px; margin-top: 30px;}
@media screen and (min-width: 1025px) {
    #c1_wrap .list h3 {font-size: 24.5px;}
}

/* hover */
#c1_wrap .list li:hover i {transform: rotateY(180deg);}





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

    /* content */
    #c1_wrap .list li {width: calc(25% - 15px);}
    #c1_wrap .list a {padding: 50px 0; height: auto; }
    #c1_wrap .list h3 {margin-top: 30px; line-height: 1;}

}

@media screen and (max-width: 1024px) {
    /* common */
    #c1_wrap {padding: 70px 0; text-align: center;}
    #c1_wrap .c_inner {padding:0 30px;}
    #c1_wrap .c_tit {display: block; }
    #c1_wrap .c_tit h2 {margin: 0;}
    #c1_wrap .c_tit h2::after {margin: 17px auto 30px; }
    #c1_wrap .c_tit p {padding: 0;}


    /* font size */
    #c1_wrap .fs_55 {font-size: 40px; }
    #c1_wrap .fs_24 {font-size: 20px; line-height: 1.65;}


    /* content */
    #c1_wrap .list {flex-wrap: wrap; }
    #c1_wrap .list li {width: calc(25% - 12px);}
    /* #c1_wrap .list li {width: calc(33.3% - 13.3px);}
    #c1_wrap .list li:nth-child(n+4) {width: calc(50% - 10px); margin-top: 20px; } */
    #c1_wrap .list a {padding: 35px 0; }
    #c1_wrap .list h3 {margin-top: 25px;}



}

@media screen and (max-width: 640px) {
    /* common */
    #c1_wrap {padding: 50px 0;}
    #c1_wrap .c_inner {padding:0 20px;}
    #c1_wrap .c_tit h2::after {margin: 12px auto 20px; height: 5px; width: 70px;}
    /* font size */
    #c1_wrap .fs_55 {font-size: 30px; }
    #c1_wrap .fs_24 {font-size: 17px; }

    /* content */
    #c1_wrap .list {margin-top: 40px; }
    #c1_wrap .list li {width: calc(50% - 10px);}
    #c1_wrap .list li:nth-child(n+3) {margin-top: 20px; }
    /* #c1_wrap .list li:last-child {width: 100%;} */
    #c1_wrap .list a {padding: 25px 0; border-radius: 10px; border-width: 3px;}
    #c1_wrap .list a i {height: 50px;}
    #c1_wrap .list a i img {height: 100%;}
    #c1_wrap .list h3 {margin-top: 15px;}


}
