/* common */
#c2_wrap .c_inner {width: 100%; max-width: 1400px; padding: 0 50px; margin: 0 auto; }
#c2_wrap .c_tit h2 {display: inline; position: relative;}
#c2_wrap .c_tit h2::after {content: ''; display: block; width: 15px; height: 15px; background-color: #014099; border-radius: 50%; right: -19px; top: -9px; position: absolute;}

/* font size */
#c2_wrap .fs_60 {font-size: 60px; font-weight: 800; color:#000; line-height: 1.3;  }
#c2_wrap .fs_24 {font-size: 24px; font-weight: 400; color:#000; line-height: 1.58;  }
#c2_wrap .fs_18 {font-size: 18px; font-weight: 400; color:#333; line-height: 1.83; }


/*Content CSS*/
#c2_wrap  {background:url("../img/c2_bg.jpg") 50%/cover no-repeat; padding:100px 0 215px; position: relative; z-index: 2; text-align: left; }
#c2_wrap .fs_60,
#c2_wrap .fs_18 {color:#fff;}
#c2_wrap .c_tit h2::after {background-color: #fff; }
#c2_wrap article {display: flex; align-items: center;}
#c2_wrap .title_wrap {flex-shrink: 0; margin-right: 55px; position: relative; z-index: 2;}
#c2_wrap .title_wrap p {margin-top:35px;}

#c2_wrap .swiper {position: relative; width:calc(100% - 370px);}
#c2_wrap .swiper-slide {transition: all .3s ease; opacity: 0; pointer-events: none; display: flex; align-items: center;justify-content: center; position: relative; overflow:hidden;  }
#c2_wrap .swiper-slide::after {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top:0; opacity: 0; transition: opacity .3s;
mix-blend-mode: multiply; background-image: linear-gradient(to left, #000, #fff);}

#c2_wrap .box a { background: #fff; text-align: left; outline: none; display: block; display: block; width: 100%; height: 100%; transition: all .3s;
padding: 45px; outline: none; z-index: 1; position: relative; border-right-color: transparent;}
#c2_wrap .box a::before {content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top:0; border:3px solid #2cb7ea; transition: opacity .3s;
opacity: 0;}
#c2_wrap .box h2 {font-family: 'Montserrat'; font-weight:700; color:#999; transition: color .3s; font-size: 15px;}
#c2_wrap .box h1 {font-size:20px; font-weight: 700; color:#000;  margin:10px 0 20px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap;  }
#c2_wrap .box p { font-weight: 400; color:#555; line-height: 27px; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; min-height: 81px; font-size: 16px; }
#c2_wrap .box a > span {font-size:14px; font-weight: 300; color:rgba(0, 0, 0, 0.7); display: block; margin-top:60px; transition: all .3s ease;}
#c2_wrap .box a > span i {margin-right:8px; font-size: 110%; color:#acacac; position: relative; top:1px; transition: color .3s; }
#c2_wrap .box .arrow {display: flex; align-items: center; justify-content: center; position: absolute; width: 65px; height: 65px; background-color: #acacac;
transition: background-color .3s; right: 0; bottom: 0;}

#c2_wrap .box a:hover::before {opacity: 1; }
#c2_wrap .box a:hover h2 {color:#2cb7ea;}
#c2_wrap .box a:hover > span i {color:#2cb7ea;}
#c2_wrap .box a:hover .arrow {background-color: #2cb7ea; }

#c2_wrap .swiper-slide-active,
#c2_wrap .swiper-slide-next {opacity: 1; pointer-events: auto; z-index: 2; }
@media screen and (min-width: 1025px) {
    #c2_wrap .swiper-slide-next + .swiper-slide {opacity: .35}
    #c2_wrap .swiper-slide-next + .swiper-slide::after {opacity: .35;}
}

/* arrows */
#c2_wrap .swiper-button-wrap {position:absolute; left:90px; top:50%; transform:translateY(-50%); z-index: 3; display: flex; flex-direction: column;}
#c2_wrap .swiper-button-wrap::before {content: ''; width: 30px; height: 1px; background-color: rgba(255,255,255,.2); position: absolute; left: 0; top:50%;}
#c2_wrap .swiper-button {text-align:center; cursor:pointer; transition: all 0.2s; display: block; text-decoration: none; font-size:13px; line-height: 1;
font-weight: 400; opacity: 1; color:#fff; background: transparent; border: none; width: 100%;}
#c2_wrap .swiper-button.prev { padding: 22px 0 0; margin-bottom: 20px;background:url("../img/prev.png") 50% 0 no-repeat;}
#c2_wrap .swiper-button.next { padding: 0 0 22px; margin-top: 20px; background:url("../img/next.png") 50% 100% no-repeat;}
#c2_wrap .swiper-button:focus {outline: none; border: none;}

/* dots */
#c2_wrap .swiper-pagination { display: flex; width: 100%; margin-top: 60px; position: static; align-items: center; }
#c2_wrap .swiper-pagination-bullet {transition: all .3s ease; font-size: 0; width: 10px; height: 10px; border-radius: 50%; position: relative; margin-right:23px;  background-color: #999; opacity: .3;}
#c2_wrap .swiper-pagination-bullet:last-child {margin-right: 0; }
#c2_wrap .swiper-pagination-bullet-active { background:#fff; opacity: 1; width: 18px; height: 9px; border-radius: 4.5px; }


@media screen and (max-width: 1700px) {
    #c2_wrap .swiper-button-wrap {left: 20px; }
}

@media screen and (max-width: 1499px) {
    #c2_wrap .swiper-button-wrap {display: none;}
}

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

    /* Content */
    #c2_wrap .box a {padding: 35px; }

    #c2_wrap .swiper-button {width: 60px; height: 60px;}

}


@media screen and (max-width: 1024px) {
    /* common */
    #c2_wrap {padding: 70px 0 90px; text-align: center; }
    #c2_wrap .c_inner {padding: 0 30px;}

    /* font */
    #c2_wrap .fs_60 {font-size: 40px;  }
    #c2_wrap .fs_24 {font-size: 20px; }
    #c2_wrap .fs_18 {font-size: 15px; line-height: 1.65;}

    /* Content */
    #c2_wrap .c_inner {display: block; }
    #c2_wrap .title_wrap {margin: 0 0 40px;}
    #c2_wrap .title_wrap p {margin-top: 15px;}
    #c2_wrap .swiper-pagination {justify-content: center; margin-top:25px;}

    #c2_wrap .swiper {width: 100%;}
    #c2_wrap .box a {padding: 30px; }
    #c2_wrap .box h2 {font-size: 13px;}
    #c2_wrap .box h1 {font-size: 18px;  margin: 10px 0 15px; }
    #c2_wrap .box p {font-size: 14px; line-height: 24px; min-height: 72px;}
    #c2_wrap .box a > span {margin-top:30px; font-size: 13px;}
    #c2_wrap .box .arrow {width: 50px; height: 50px;}

}

@media screen and (max-width: 640px) {
    /* common */
    #c2_wrap {padding:50px 0; }
    #c2_wrap .c_inner {padding: 0 20px;}
    #c2_wrap .c_tit h2::after { width: 10px; height: 10px; right: -15px; top: -5px;}

    /* font */
    #c2_wrap .fs_60 {font-size: 32px;  }
    #c2_wrap .fs_24 {font-size: 17px; }
    #c2_wrap .fs_18 {font-size: 13px;}

    /* Content */
    #c2_wrap .title_wrap {margin: 0 0 30px;}

    #c2_wrap .box a {padding: 20px 20px 30px; }
    #c2_wrap .box a > span {font-size: 12px;  margin-top: 20px;}
    #c2_wrap .box a > span i { margin-right: 5px; }
    #c2_wrap .box p {font-size: 13px; line-height: 22px; min-height: 66px;}
    #c2_wrap .box .arrow {width: 45px; height: 45px;}
    #c2_wrap .box .arrow img {width: 17px;}

    #c2_wrap .swiper-pagination {margin-top:15px; flex-wrap: wrap;}
    #c2_wrap .swiper-pagination-bullet {margin: 8px;}
    #c2_wrap .swiper-pagination-bullet:last-child {margin:8px; }


}

@media screen and (max-width: 480px) {
    #c2_wrap .swiper-slide-next {opacity: 0; pointer-events: none; }
}
