/* common */
#c1_wrap .list .txt{
    position: relative;
}
#c1_wrap .list .txt:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 6%, rgba(0, 0, 0, 0.75) 12%, rgba(0, 0, 0, 0) 97%, rgba(0, 0, 0, 0) 100%);

}
#c1_wrap .c_inner { width: 100%; max-width: 90%; margin:0 auto; position: relative; padding:0 0px;}
#c1_wrap .c_title h2::before {content: ''; display: block; width: 50px; height: 5px; background-color: #000; margin-bottom:15px; }

/* font size */
#c1_wrap .fs_58 {font-size: 58px; font-weight :800; line-height: 1.2; color:#000; }
#c1_wrap .fs_18 {font-size: 18px; font-weight :400; line-height: 1.67; color:#333; }

/* c_btn */
#c1_wrap .c_btn span {display: flex;justify-content: space-between; align-items: center; font-size: 15px; font-weight: 400;  color:#f7f7f7; height: 50px;
position: relative; z-index: 1; width: 190px; padding: 0 20px; border-radius: 24px; border:1px solid #fff; transition: all .3s; }
#c1_wrap .c_btn span:hover {background-color: #0087ca;
    border-color: #0087ca; }

/*Content CSS*/
#c1_wrap {background:#fff; overflow: hidden; padding: 80px 0 100px;}
#c1_wrap .top {display: flex; align-items: flex-start; }
#c1_wrap .top .c_title {flex-shrink: 0; margin-right: 60px;}
#c1_wrap .top p {padding-top: 20px;}

#c1_wrap .list {display: flex; justify-content: space-between; margin:35px 0 0; }
#c1_wrap .list li {width: 12.3%; position: relative; z-index: 1; transition: width .5s;}
#c1_wrap .list a {display: block; width: 100%; background-color: #fff; border-radius:0 20px 0 20px; height: 400px; position: relative;  transition: width .5s; overflow: hidden;}
#c1_wrap .list .img {display: flex; align-items:center; justify-content: center;  width: 100%; overflow: hidden; position: relative; z-index: 1; }
#c1_wrap .list .img::before {content: ''; display: block; width: 100%; height: 100%; left: 0; top:0; background-color: rgba(0,0,0,.65); transition: opacity .3s;
z-index: 2; opacity: 1; position: absolute;}
#c1_wrap .list .img img {max-width: inherit; min-height: 100%; transition: all .5s; }
#c1_wrap .list .txt {position: absolute; left: 0; bottom: 0; padding: 0px; text-align: left; width: 100%; overflow: hidden; opacity: 0;  z-index: 2;
display: flex; justify-content: space-between; align-items: center;}
#c1_wrap .list .txt h4 {font-size: 33px; font-weight: 800; color:#fff; line-height: 1.3; text-transform: uppercase; margin-right: 30px;     white-space: nowrap;
    padding: 28px;
    position: relative;}
#c1_wrap .list .icon {position: absolute; display: flex; align-items: center; justify-content: center; flex-direction: column;  left: 0; top:0;
padding:0; z-index: 3; width: 100%; height: 100%; }
#c1_wrap .list .icon i {display: block; flex-shrink: 0;}
#c1_wrap .list .icon i + i {margin-top: 20px;}
#c1_wrap .list .icon::after {content: ''; display: none; width: 100%; height: 1px; background-color: rgba(255,255,255,.5);margin-left: 14px; }

/* active */
@media screen and (min-width:1025px) {
#c1_wrap .list li.active {width: 45%; }
#c1_wrap .list li.active {z-index: 2;}
#c1_wrap .list li.active .img::before {opacity: 0;}
#c1_wrap .list li.active .txt {opacity: 1; }
#c1_wrap .list li.active .icon { height: auto; padding: 40px 50px; }
#c1_wrap .list li.active .icon {flex-direction: row;}
#c1_wrap .list li.active .icon i + i {margin:0 0 0 20px;}
#c1_wrap .list li.active .icon::after {display:block;}
}



@media screen and (max-width:1400px) {
    /* common */
    /* #c1_wrap br:not(.space) {display: none;} */

    /* content */
    #c1_wrap .top .c_title {margin-right: 40px; }

    /* active */
    @media screen and (min-width:1025px) {
        #c1_wrap .list li.active .icon {padding: 40px 30px; }
    }
    #c1_wrap .list .txt {padding: 50px 30px; }
    #c1_wrap .list .txt h4 {font-size: 27px; }


}



@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_title h2::before {margin: 0 auto 15px;}
    /* font size */
    #c1_wrap .fs_58 {font-size:40px; }
    #c1_wrap .fs_18 {font-size: 16px; }

    #c1_wrap .c_btn span {font-size: 13px; height: 40px; width: 130px; padding: 0 15px;  }

    /* content */
    #c1_wrap {text-align: center;}
    #c1_wrap .top {display: block;}
    #c1_wrap .top .c_title {margin: 0 0 10px;}
    #c1_wrap .top p {padding: 0;}

    #c1_wrap .list {flex-wrap:wrap; margin-top: 40px;}
    #c1_wrap .list li {margin:0; width: calc(50% - 10px); }
    #c1_wrap .list li:nth-child(n+2) {margin-top: 20px;}
    #c1_wrap .list li:first-child {width: 100%;}
    #c1_wrap .list a {height: auto; }
    #c1_wrap .list .img {max-height: 200px;  }
    #c1_wrap .list .img img {width: 100%; height: 100%; object-fit: cover;  min-height: 0;}
    #c1_wrap .list .img::before {background-color: rgba(0,0,0,.2);}
    #c1_wrap .list .txt {padding: 20px 20px; opacity: 1; }
    #c1_wrap .list .txt h4 {font-size:20px; margin-right: 20px; white-space: normal;}
    #c1_wrap .list .icon { padding: 20px 20px; height: auto; flex-direction: row; }
    #c1_wrap .list .icon i + i {margin:0 0 0 20px;}
    #c1_wrap .list .icon::after {display:block;}


}
@media screen and (max-width: 640px) {
    /* common */
    #c1_wrap {padding: 50px 0;}
    #c1_wrap .c_inner {padding:0 20px;}
    #c1_wrap .c_title h2::before {height: 4px;}
    /* font size */
    #c1_wrap .fs_58 {font-size:30px; }
    #c1_wrap .fs_18 {font-size: 14px; }


    /* content */
    #c1_wrap .list {margin-top: 30px; }
    #c1_wrap .list li {width: 100%; }
    #c1_wrap .list li:nth-child(n+2) {margin-top: 15px;}
    #c1_wrap .list a {border-radius: 0 10px 0 10px;}
    #c1_wrap .list .img { height:180px;}
    #c1_wrap .list .txt h4 {font-size:18px; }
    #c1_wrap .list .icon img {height: 35px; }
    #c1_wrap .list .icon i + i {margin: 0 0 0 10px;}

}
@media screen and (max-width:480px) {
    #c1_wrap .c_btn span {font-size: 11px; height:30px; width: 100px; padding: 0 10px;  }
    #c1_wrap .c_btn span i img {height: 11px;}

    #c1_wrap .list .img {height:150px; }

}
