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

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

/* btn */
#c3_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;  }
#c3_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; }
#c3_wrap .c_btn:hover {background-color: #000; }
#c3_wrap .c_btn:hover .arrow { transform: translateX(5px);}

/*Content CSS*/
#c3_wrap {  position: relative; z-index: 2; background: #ececec; overflow: hidden; }
#c3_wrap::before {content: ''; display: block; width:calc(50% - 770px); height:100%; position: absolute; z-index: -1; right: 0; top:-0; background-color: #bf9025;}
#c3_wrap .c_inner {background:url("../img/c3_bg.jpg") 50%/cover no-repeat; padding: 130px 75px 107px; }


#c3_wrap .top_wrap {display: flex; justify-content: space-between; align-items: flex-end; }
#c3_wrap .top_wrap .c_tit {display: flex; align-items: flex-start;}
#c3_wrap .top_wrap .c_tit p {color:#333; font-weight: 400; margin-left: 30px; padding-top: 15px; }


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

#c3_wrap .swiper-slide > a {position: relative; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; overflow: hidden; width: 100%; }
#c3_wrap .swiper-slide > a > img {width: 100%; height: 100%; object-fit: cover; transition: transform .3s;}
#c3_wrap .swiper-slide > a:hover > img {transform: scale(1.05);}
#c3_wrap .swiper-slide > a::after {content: ''; display: block; z-index: 3; width: 60px; height: 43px; position: absolute; left:50%; top:50%; transform: translate(-50%, -50%); transition: opacity .3s; background:url("../img/play_btn.png") 50%/contain no-repeat; opacity: 0; }
#c3_wrap .swiper-slide > a::before {content: ''; display: block; z-index: 1; width: 100%; height: 100%; position: absolute; left:0; top:0; background-color: rgba(0,0,0,.4);
opacity: 0; transition: opacity .3s; }
#c3_wrap .swiper-slide > a:hover::before {opacity:1;}
#c3_wrap .swiper-slide > a:hover::after {opacity: 1;}





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

#c3_wrap .pagination_wrap {display: flex; align-items: center; margin-top: 35px; }
#c3_wrap .swiper-pagination {position: static; display: block; width: 100%; height: 5px; background-color: #c5c5c5; }
#c3_wrap .swiper-pagination .swiper-pagination-progressbar-fill {background: #000; }




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

    /* Content */
    #c3_wrap .c_inner {padding: 130px 50px 107px; }
    /* #c3_wrap::before {width: 50%;} */
    #c3_wrap .swiper  {height: auto;}

}

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

    /* content */


}



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

    /* Content */
    #c3_wrap {background:url("../img/c3_bg.jpg") 50%/cover no-repeat;}
    #c3_wrap::before {display: none; }
    #c3_wrap .c_inner {background: transparent;}


    #c3_wrap .top_wrap {flex-direction: column; align-items: center;}
    #c3_wrap .top_wrap .c_tit {display: block; }
    #c3_wrap .top_wrap .c_tit p {padding: 0; margin: 15px 0 30px;}


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

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


}

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

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

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

}
