/* 공통 */
#c1_wrap .c_inner { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 50px;}
#c1_wrap .c_tit h3 {font-size: 24px; font-weight: 600; color:#13227e; margin-bottom: 5px; }
#c1_wrap .c_tit p {margin-top: 30px; }
/* font size */
#c1_wrap .fs_90 {font-size: 90px; font-weight: 700; color:#000; line-height: 1.1; font-family: "Poppins", sans-serif; }
#c1_wrap .fs_38 {font-size: 38px; font-weight: 700; color:#000; line-height: 1.1; }
#c1_wrap .fs_20 {font-size: 20px; font-weight: 300; color:#313131; line-height: 1.8; }
#c1_wrap .fs_18 {font-size: 18px; font-weight: 400; color:#333; line-height: 1.83; }

/* btn */
#c1_wrap .c_btn {flex-shrink: 0;}
#c1_wrap .c_btn a {display: flex; align-items: center; justify-content: center; width: 64px; height: 64px; border-radius: 50%; background-color: #000; transition: all .3s;}
#c1_wrap .c_btn a .arrow {display: block; width: 20px; height: 20px; background:url("../img/c_btn_arrow.png") 50%/contain no-repeat;}
#c1_wrap .c_btn a:hover {background-color: #13227e; }

/*Content CSS*/
#c1_wrap { padding: 150px 0 0; position: relative; z-index:3; }
#c1_wrap .line {width:100%; position: absolute; z-index: -1; height: 100%;  bottom:-0; display: flex; justify-content: space-between; align-items: flex-start; pointer-events: none; max-width: 1700px;  left: 50%;  transform: translateX(-50%);}
#c1_wrap .line > span {width: 1px;  height: calc(100% - 180px); display: block; background:#ccc; }
#c1_wrap .logo { position: absolute; left: 0; bottom: 225px; }

#c1_wrap .top_title {display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 90px;}
#c1_wrap .btn_wrap {display: flex; align-items: center; }
#c1_wrap .c_tit p b {font-size: 120%; color:#000; }


/* progress_bar */
#c1_wrap .pagination_wrap {display: flex; align-items: center; flex-shrink: 0; margin-right: 35px;}
#c1_wrap .swiper-pagination {width: 100%; height: 2px; background: #fff; position: relative;  }
#c1_wrap .swiper-pagination > span {display: block; transition: all .3s; background: #0000ff; height: 100%; }
#c1_wrap .swiper-fraction {font-size: 18px; font-weight: 500; color:#000;  flex-shrink: 0; display: flex; align-items: center; line-height: 1.1; margin: 0 25px;
width: 90px;}
#c1_wrap .swiper-fraction-current {width: 22px; flex-shrink: 0;}
#c1_wrap .swiper-fraction-total::before {content: ''; display: inline-block; width: 7px; height: 7px; border-radius: 50%; background-color: #000; margin: 0 17px;
position: relative; top:-3px;}
#c1_wrap .arrow {display: block; width: 11px; height: 19px; background:url("../img/prev.png") 50%/contain no-repeat; position: static; margin: 0; outline: none; border:0;}
#c1_wrap .arrow::after {display: none;}
#c1_wrap .arrow.swiper-button-next {background-image:url("../img/next.png");}
/* #c1_wrap .swiper-button-next.swiper-button-disabled, #c1_wrap .swiper-button-prev.swiper-button-disabled {cursor: pointer;  pointer-events: auto; opacity: 1;} */


/* swiper */
#c1_wrap .swiper {position: relative; overflow: visible; }

#c1_wrap .slide_box { position: relative; z-index: 1; box-shadow: 28.3px 28.3px 40px 0 rgba(0, 0, 0, 0.29); text-align: left; outline: none; display: block;
outline: none; z-index: 1;  transition: all .3s ease; transform-origin: bottom; overflow: hidden;}
#c1_wrap .slide_box::before {content: ''; display: block; width: 100%; height: 80%; z-index: 2; background:url("../img/bg_gradi.png") 50%/cover no-repeat; position: absolute;
left: 0; bottom: 0; pointer-events: none; }
#c1_wrap .slide_box .bg { width: 100%; height: 100%; object-fit: cover; position: relative; z-index: 1; transition: all .3s; }
#c1_wrap .slide_box:hover .bg {transform: scale(1.1);}

#c1_wrap .slide_box .txt {transition: all .3s; transform-origin: bottom; position: absolute; left: 50%;  transform: translateX(-50%); bottom: 0; width: 100%; padding: 0 70px 65px; z-index: 3; pointer-events: none;}
#c1_wrap .slide_box h4 { color:#fff; }
#c1_wrap .slide_box p { font-weight: 300; color:#fff; line-height: 1.56; margin-top: 25px; }

/* hover */


@media screen and (min-width:1025px) {
    #c1_wrap .swiper {max-height: 390px;}
    #c1_wrap .swiper-slide {transition-property: all; transition-duration: .3s; opacity: 0; pointer-events: none; }
    #c1_wrap .swiper-slide-active,
    #c1_wrap .swiper-slide-next,
    #c1_wrap .swiper-slide-next ~ .swiper-slide  {opacity: 1; pointer-events: auto;}
    #c1_wrap .swiper-slide-prev {opacity: 0; pointer-events: none;}

    #c1_wrap .slide_box:hover::before { transform: scaleY(1.22); opacity: 1;}

    #c1_wrap .swiper-slide-next {transform: scaleX(0.69) scaleY(1.36) translateY(-120px); }
    #c1_wrap .swiper-slide-next .txt {transform:translateX(-50%) scaleX(1.44) scaleY(0.74); max-width: 450px; }
    #c1_wrap .swiper-slide-next .txt br {display: none; }
    #c1_wrap .swiper-slide-next .bg {transform: scaleX(2.1) scaleY(1);}
    #c1_wrap .swiper-slide-next .slide_box:hover .bg {transform:scaleX(2.3) scaleY(1.1);}
}



@media screen and (max-width:1400px) {
    /* content */
    #c1_wrap .line > span {display: none;}
    #c1_wrap .fs_90 {font-size: 70px;}
    #c1_wrap .fs_38 {font-size: 30px;}

    #c1_wrap .slide_box .txt {padding: 0 50px 50px;}

    @media screen and (min-width:1025px) {
        #c1_wrap .slide_box p {font-size: 17px; margin-top: 15px;}
        #c1_wrap .swiper-slide-next .txt {max-width: 70%;}
    }
}

@media screen and (max-width: 1024px) {
    #c1_wrap {padding: 70px 0; text-align: center; }
    #c1_wrap .c_inner {padding: 0 30px;}
    #c1_wrap .c_tit h3 {font-size: 16px;}
    /* font size */
    #c1_wrap .fs_90 {font-size: 40px;}
    #c1_wrap .fs_38 {font-size: 25px;}
    #c1_wrap .fs_20 {font-size: 17px;line-height: 1.65; }
    #c1_wrap .fs_18 {font-size: 16px;line-height: 1.65; }

    #c1_wrap .c_btn a {width: 100%; height: 40px; border-radius: 30px; margin: 30px 0 0; }
    #c1_wrap .c_btn a::before {content: 'View More'; font-size: 15px; font-weight: 400; color:#fff; }
    #c1_wrap .c_btn a .arrow {width: 12px; height: 12px; margin-left: 10px; }

    /* content */
    #c1_wrap .top_title {margin-bottom: 40px; display: block; }
    #c1_wrap .btn_wrap { display: block;margin-top: 30px; }
    #c1_wrap .pagination_wrap {justify-content: center; margin: 0;}

    #c1_wrap .logo {bottom: 20px;}

    /* #c1_wrap .swiper {overflow: hidden; } */
    #c1_wrap .slide_box p {margin-top: 10px; font-size: 14px; letter-spacing: -.5px;}
    #c1_wrap .slide_box br {display: none;}
    #c1_wrap .slide_box .txt {padding: 0 25px 25px;}
    #c1_wrap .swiper-slide {transition-property: all; transition-duration: .3s; opacity: 0; pointer-events: none; }
    #c1_wrap .swiper-slide-active,
    #c1_wrap .swiper-slide-next {opacity: 1; pointer-events: auto;}

}

@media screen and (max-width: 640px) {
    #c1_wrap {padding:50px 0; }
    #c1_wrap .c_inner {padding: 0 20px;}
    #c1_wrap .c_tit h3 {font-size: 14px;}
    /* font size */
    #c1_wrap .fs_90 {font-size: 30px;}
    #c1_wrap .fs_38 {font-size: 22px;}
    #c1_wrap .fs_20 {font-size: 15px;  }
    #c1_wrap .fs_18 {font-size: 14px;  }

    #c1_wrap .c_btn a { margin: 25px 0 0;}

    /* content */
    #c1_wrap .top_title {margin-bottom: 30px; }
    #c1_wrap .top_title br {display: none; }
    #c1_wrap .c_tit p {margin-top: 15px;}
    #c1_wrap .btn_wrap { margin-top: 25px; }

    #c1_wrap .slide_box p {font-size: 13px;}
    #c1_wrap .slide_box .txt {padding: 0 20px 20px;}

    #c1_wrap .swiper-slide-next {opacity: 0; pointer-events: none;}



}
