/* common */
#c5_wrap .c_inner { padding: 0 75px; margin: 0 auto; max-width: 1500px; width: 100%; }
#c5_wrap .c_tit em { font-style: normal;  font-size: 24px; font-weight: 600; letter-spacing: -.48px; color:#bf9025; margin-bottom: 20px; }

/* font size */
#c5_wrap .fs_45 {font-size: 45px; font-weight :900; line-height: 1.1; letter-spacing: -.9px;}
#c5_wrap .fs_36 {font-size: 36px; font-weight :700; line-height: 1.39; letter-spacing: -.72px;}
#c5_wrap .fs_34 {font-size: 34px; font-weight:500; line-height: 1.3; }
#c5_wrap .fs_33 {font-size: 33px; font-weight:700; line-height: 1.3; letter-spacing: -.66px; }
#c5_wrap .fs_32 {font-size: 32px; font-weight:700; line-height: 1.3;  letter-spacing: -.64px;}
#c5_wrap .fs_30 {font-size: 30px; font-weight:700; line-height: 1.3; letter-spacing: -.6px; }
#c5_wrap .fs_27 {font-size: 27px; font-weight:700; line-height: 1.3; letter-spacing: -.54px; }
#c5_wrap .fs_26 {font-size: 26px; font-weight:700; line-height: 1.3;  }
#c5_wrap .fs_25 {font-size: 25px; font-weight:700; line-height: 1.3;  }
#c5_wrap .fs_24 {font-size: 24px; font-weight:700; line-height: 1.4; letter-spacing: -.46px;}
#c5_wrap .fs_23 {font-size: 23px; font-weight:700; line-height: 1.4; letter-spacing: -.46px;}
#c5_wrap .fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; letter-spacing: -.44px; }
#c5_wrap .fs_21 {font-size: 21px; font-weight:600; line-height: 1.67; letter-spacing: -.42px; }
#c5_wrap .fs_20 {font-size: 20px; font-weight:400; line-height: 1.67; letter-spacing: -.4px; }
#c5_wrap .fs_19 {font-size: 19px; font-weight: 400; line-height: 1.67; }
#c5_wrap .fs_18 {font-size: 18px; font-weight: 400;  line-height: 1.83; letter-spacing: -.36px; color:#333; }
#c5_wrap .fs_17 {font-size: 17px; font-weight: 400; line-height: 1.72; }
#c5_wrap .fs_16 {font-size: 16px; font-weight: 400;  line-height: 1.72; }
#c5_wrap .fs_15 {font-size: 15px; font-weight: 400;  line-height: 1.72; }

/* btn */
#c5_wrap .c_btn {width: 237px; height:57px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 18px; padding:0 20px;
font-weight: 700; overflow: hidden; z-index: 1; position: relative; background:#bf9025;  transition: background-color .3s; pointer-events: auto;  }
#c5_wrap .c_btn .arrow {transition: all .3s; display: block; width: 21px; height: 15px; background:url("../img/c_btn_arrow.png") 50%/contain no-repeat;
position: relative; }
#c5_wrap .c_btn:hover {background-color: #000; }
#c5_wrap .c_btn:hover .arrow { transform: translateX(5px);}

/*Content CSS*/
#c5_wrap {  position: relative; z-index: 2;  overflow: hidden; background:url("../img/c5_bg.jpg") 50%/cover no-repeat; padding: 150px 0 150px;}
#c5_wrap::before {content: ''; display: block; width:calc(50% - 750px); height:100%; position: absolute; z-index: -1; left: 0; top:-0; background-color: #fff;}
#c5_wrap .c_inner { padding: 0 0 0 75px; }

#c5_wrap .c_tit {display: flex; align-items: flex-start;}
#c5_wrap .c_tit p {color:#333; font-weight: 400; margin-left: 30px; padding-top: 15px; }

#c5_wrap .swiper {position: relative; width: 100%; margin-top:50px;  overflow: hidden;}
#c5_wrap .swiper-slide { overflow:hidden; }

#c5_wrap .swiper-slide a { background: #fff; text-align: left; outline: none;  display: block; width: 100%; height: 100%; transition: all .3s;
padding:55px 50px; outline: none; border:1px solid #ddd; z-index: 1; position: relative;   }
#c5_wrap .swiper-slide a::before {content: ''; z-index:2; display: block; position: absolute; left: -1px; top: -1px; transition: opacity .3s; width: calc(100% + 2px); height: calc(100% + 2px); opacity: 0; border:2px solid #bf9025; }

#c5_wrap .swiper-slide h2 {font-weight:700; text-transform: uppercase; color:#bf9025; line-height: 1; letter-spacing: -.44px;}
#c5_wrap .swiper-slide h1 {font-size:25px; font-weight: 700; color:#000; line-height:1.4; margin:20px 0 40px;  white-space: nowrap;
text-overflow: ellipsis; overflow: hidden;  }
#c5_wrap .swiper-slide p { font-weight: 400; color:#333; line-height: 28px; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; min-height: 84px; }
#c5_wrap .swiper-slide a > span {font-size:16px; font-weight: 500; color:#666; display: block; margin-top:20px; transition: all .3s ease;}
#c5_wrap .swiper-slide a > span i {margin-right:8px; color:#bf9025; font-size:120%; position: relative; top:2px; }

#c5_wrap .swiper-slide a:hover::before {opacity: 1; }



/* navi_wrap */
#c5_wrap .navi_wrap {display: flex ; align-items: center;  pointer-events: auto; flex-shrink: 0;}
/* arrows */
#c5_wrap .swiper-button { cursor: pointer; display: block; width:73px; height: 73px; border-radius: 50%; background: #b4b4b4; transition: all .3s; }
#c5_wrap .swiper-button.prev { background:url('../img/prev.png') 50% no-repeat #b4b4b4; margin-right: 13px; }
#c5_wrap .swiper-button.next { background:url('../img/next.png') 50% no-repeat #b4b4b4;  }
#c5_wrap .swiper-button:focus {outline: none; }
#c5_wrap .swiper-button:hover {background-color: #000; }
/* #c5_wrap .swiper-button.prev:hover {background-image:url('../img/prev_hv.png'); }
#c5_wrap .swiper-button.next:hover {background-image:url('../img/next_hv.png'); } */

#c5_wrap .pagination_wrap {display: flex; align-items: center; margin-top: 30px;  position: relative;}
#c5_wrap .swiper-pagination {position: static; display: block; width: 100%; height: 5px; background-color: #ddd; }
#c5_wrap .swiper-pagination .swiper-pagination-progressbar-fill {background: #898989; }

@media screen and (min-width: 1025px) {
    #c5_wrap .c_btn {transform: rotate(-90deg);left: -90px; position: absolute; bottom: 110px; z-index: 10;}
}
@media screen and (min-width: 1701px) {
    #c5_wrap .navi_wrap { position: absolute; right: -160px; top: -342px; transform: rotate(90deg);}
}

@media screen and (max-width: 1700px) {
    #c5_wrap .navi_wrap {margin-left: 47px;}
}

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

    /* Content */
    #c5_wrap .c_inner {padding: 0 50px 0; }
    #c5_wrap .swiper-slide a {padding: 40px; }

}

@media screen and (max-width:1279px) {
    /* common */

    /* content */


}



@media screen and (max-width: 1024px) {
    /* common */
    #c5_wrap {padding:70px 0; text-align: center;}
    #c5_wrap .c_inner {padding:0 30px;}
    #c5_wrap .c_tit em {font-size:18px; margin: 0 0 15px;}
    /* font size */
    #c5_wrap .fs_45 {font-size:35px; }
    #c5_wrap .fs_36 {font-size:30px; }
    #c5_wrap .fs_34 {font-size: 27px;}
    #c5_wrap .fs_33 {font-size: 26px;}
    #c5_wrap .fs_32 {font-size: 26px;}
    #c5_wrap .fs_30 {font-size: 25px;}
    #c5_wrap .fs_26 {font-size: 21px;}
    #c5_wrap .fs_25 {font-size: 21px;}
    #c5_wrap .fs_24 {font-size: 20px;}
    #c5_wrap .fs_23 {font-size: 19px;}
    #c5_wrap .fs_22 {font-size: 19px;}
    #c5_wrap .fs_21 {font-size: 18px; line-height: 1.4;}
    #c5_wrap .fs_20 {font-size: 17px; line-height: 1.65;}
    #c5_wrap .fs_19 {font-size: 17px; line-height: 1.65;}
    #c5_wrap .fs_18 {font-size: 16px; line-height: 1.65;}
    #c5_wrap .fs_17 {font-size: 15px; line-height: 1.65;}
    #c5_wrap .fs_16 {font-size: 14px; line-height: 1.65;}
    #c5_wrap .fs_15 {font-size: 13px; line-height: 1.65;}
    /* c_btn */
    #c5_wrap .c_btn {width: 100%; height: 40px; padding: 0 20px; font-size: 14px; }

    /* Content */
    #c5_wrap::before {display: none; }

    #c5_wrap .c_tit {display: block; }
    #c5_wrap .c_tit p {padding: 0; margin: 15px 0 30px;}

    #c5_wrap .swiper-slide a {padding: 30px; }
    #c5_wrap .swiper-slide h1 {font-size: 22px;  margin: 15px 0 30px;}
    #c5_wrap .swiper-slide a > span {margin-top: 20px;}


    #c5_wrap .navi_wrap {margin-left: 20px;}
    #c5_wrap .swiper-button {width: 50px; height: 50px; background-size: 17px auto !important;}
    #c5_wrap .swiper-button.prev {margin-right: 7px; }

    #c5_wrap .swiper {margin-top: 40px; overflow: hidden;}

    #c5_wrap .c_btn {width: calc(100% - 60px); margin: 30px auto 0; }
}

@media screen and (max-width: 640px) {
    /* common */
    #c5_wrap {padding: 50px 0;}
    #c5_wrap .c_inner {padding:0 20px;}
    #c5_wrap .c_tit em {font-size:16px; margin: 0 0 10px;}
    /* font size */
    #c5_wrap .fs_45 {font-size:27px; }
    #c5_wrap .fs_36 {font-size:22px; }
    #c5_wrap .fs_34 {font-size: 21px;}
    #c5_wrap .fs_33 {font-size: 20px;}
    #c5_wrap .fs_32 {font-size: 20px;}
    #c5_wrap .fs_30 {font-size: 20px;}
    #c5_wrap .fs_26 {font-size: 18px;}
    #c5_wrap .fs_25 {font-size: 18px;}
    #c5_wrap .fs_24 {font-size: 17px;}
    #c5_wrap .fs_23 {font-size: 17px;}
    #c5_wrap .fs_22 {font-size: 17px;}
    #c5_wrap .fs_21 {font-size: 16px;}
    #c5_wrap .fs_20 {font-size: 15px;}
    #c5_wrap .fs_19 {font-size: 15px;}
    #c5_wrap .fs_18 {font-size: 14px;}
    #c5_wrap .fs_17 {font-size: 14px;}
    #c5_wrap .fs_16 {font-size: 13px;}
    #c5_wrap .fs_15 {font-size: 12px;}

    /* Content */
    #c5_wrap .swiper {margin-top:30px;}

    #c5_wrap .pagination_wrap {margin-top: 20px; }
    #c5_wrap .swiper-button {width: 40px; height: 40px; background-size: 15px auto !important;}

    #c5_wrap .swiper-slide a {padding: 25px; }
    #c5_wrap .swiper-slide a > span {font-size:13px;}
    #c5_wrap .swiper-slide a > span i {font-size: 120%; top:2px; margin-right: 5px; }
    #c5_wrap .swiper-slide h1 {font-size:19px;  margin: 10px 0 15px;}

    #c5_wrap .c_btn {width: calc(100% - 40px); margin: 20px auto 0;  }
}
