/* common */
#c2_wrap .c_inner { width: 100%; max-width: 1600px; margin:0 auto; position: relative; padding:0 50px;}

/* font size */
#c2_wrap .fs_80 {font-size: 80px; font-weight :700; line-height: 1.06;}
#c2_wrap .fs_35 {font-size: 35px; font-weight :700; line-height: 1.39;}
#c2_wrap .fs_34 {font-size: 34px; font-weight:500; line-height: 1.3; }
#c2_wrap .fs_33 {font-size: 33px; font-weight:700; line-height: 1.3; }
#c2_wrap .fs_32 {font-size: 32px; font-weight:700; line-height: 1.3; }
#c2_wrap .fs_30 {font-size: 30px; font-weight:700; line-height: 1.3;}
#c2_wrap .fs_27 {font-size: 27px; font-weight:700; line-height: 1.3; }
#c2_wrap .fs_26 {font-size: 26px; font-weight:700; line-height: 1.3;  }
#c2_wrap .fs_25 {font-size: 25px; font-weight:700; line-height: 1.3;  }
#c2_wrap .fs_24 {font-size: 24px; font-weight:700; line-height: 1.4;}
#c2_wrap .fs_23 {font-size: 23px; font-weight:700; line-height: 1.4;}
#c2_wrap .fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; }
#c2_wrap .fs_21 {font-size: 21px; font-weight:600; line-height: 1.67; }
#c2_wrap .fs_20 {font-size: 20px; font-weight:400; line-height: 1.67; }
#c2_wrap .fs_19 {font-size: 19px; font-weight: 400; line-height: 1.67; }
#c2_wrap .fs_18 {font-size: 18px; font-weight: 400;  line-height: 1.83; }
#c2_wrap .fs_17 {font-size: 17px; font-weight: 400; line-height: 1.72; }
#c2_wrap .fs_16 {font-size: 16px; font-weight: 400;  line-height: 1.72; }
#c2_wrap .fs_15 {font-size: 15px; font-weight: 400;  line-height: 1.72; }

/* btn */
#c2_wrap .plus_btn {display: flex; align-items: center; justify-content: center; width: 60px; height:60px; border-radius: 50%; border:1px solid #fff; transition: all .3s;}
#c2_wrap .plus_btn i {transition: transform .3s; display: block; width: 20px; height: 20px; background:url("../img/btn_plus.png") 50%/contain no-repeat; }
#c2_wrap .plus_btn:hover {background-color: #6a1684; border-color: #6a1684; }
#c2_wrap .plus_btn:hover i {transform: rotate(90deg);}


/*Content CSS*/
#c2_wrap {position: relative; z-index: 6; padding:110px 0 0;}
#c2_wrap .bg {content: ''; display: block; background:url("../img/c2_bg1.jpg") 50%/cover no-repeat; width: 100%; height: calc(100% - 167px); position: absolute; z-index: -1;
top: 0; left: 0; transition: all .3s;}

#c2_wrap .c_inner {position: relative; z-index: 1; display: flex; align-items: flex-start; }
#c2_wrap .tit {white-space: nowrap; position: relative; z-index: 2; margin-right: -35px; padding-top: 70px;flex-shrink: 0;}
#c2_wrap .tit h2 {color:#fff; margin-bottom: 40px;}


#c2_wrap .slider_wrap { position: relative; display: flex; align-items: flex-start; }
#c2_wrap .slider_wrap .dots {display: block; flex-shrink: 0; padding-top: 125px; position: relative; z-index: 2;  margin-left: -35px;}
#c2_wrap .slider_wrap .dots a { display: inline-block; cursor: pointer; font-size: 22px; font-weight: 400;  color: rgba(255, 255, 255, 0.5);
transition: color .3s;}
#c2_wrap .slider_wrap .dots a:hover {color:#fff; }
#c2_wrap .slider_wrap .dots ul {display: flex; flex-direction: column-reverse; }
#c2_wrap .slider_wrap .dots li {display: flex; align-items: center; }
#c2_wrap .slider_wrap .dots li + li {margin-bottom: 30px;}
#c2_wrap .slider_wrap .dots li::before {content: ''; display: block; width: 140px; height: 3px; background: #fff; margin-right: 35px; transition: opacity .3s; opacity: 0;}
#c2_wrap .slider_wrap .dots .slick-active a {color:#fff; font-weight: 700; }
#c2_wrap .slider_wrap .dots li.slick-active::before {opacity: 1; }


#c2_wrap .slider {width: 700px;}
#c2_wrap .slider .slide {overflow: hidden; display: flex; align-items: center; justify-content: center; border-radius: 20px;}
#c2_wrap .slider .slide img {max-width: inherit; transition: transform .3s; }
#c2_wrap .slider .slide:hover img {transform: scale(1.05);}





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

    /* Content */
    #c2_wrap .slider_wrap {width:calc(100% - 430px);}
    #c2_wrap .slider { width: 65%; max-width: 700px;}
    #c2_wrap .slider .slide img {max-width: 100%;}
    #c2_wrap .slider_wrap .dots {width:390px; padding-top: 90px;}
    #c2_wrap .slider_wrap .dots a {font-size: 19px;}
    #c2_wrap .slider_wrap .dots li::before {width: 100px;}

}

@media screen and (max-width: 1280px) {
    /* common */
    #c2_wrap .fs_80 {font-size: 60px;}

    /* Content */
    #c2_wrap .slider { width: 75%; }
    #c2_wrap .slider .slide img {object-fit: cover; min-height: 600px;}
    #c2_wrap .slider_wrap .dots {width:350px; padding-top: 50px;}
    #c2_wrap .slider_wrap .dots li::before {margin-right: 20px;width: 80px;}

}

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

    /* Content CSS */
    #c2_wrap br {display: none;}
    #c2_wrap .c_inner {display: block; }
    #c2_wrap .tit {margin: 0 0 40px; padding: 0; display: flex; justify-content: space-between; align-items: center;}
    #c2_wrap .tit h2 {margin: 0;}

    #c2_wrap .slider_wrap {width:100%;}
    #c2_wrap .slider .slide img {min-height: 450px;}
    #c2_wrap .slider { width: calc(100% - 300px); }
    #c2_wrap .slider_wrap .dots {width:300px; margin-left: -20px;}
    #c2_wrap .slider_wrap .dots a {font-size: 17px;}

}

@media screen and (max-width:768px) {
    #c2_wrap .slider_wrap .dots li + li {margin-bottom: 20px;}

}

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

    #c2_wrap .plus_btn {width:40px; height: 40px; flex-shrink: 0;}
    #c2_wrap .plus_btn i {width: 16px; height: 16px; }

    /* Content CSS */
    #c2_wrap .tit {margin: 0 0 25px; white-space: normal; text-align: left;}
    #c2_wrap .tit h2 {margin-right: 15px;}

    #c2_wrap .slider_wrap {flex-direction: column-reverse;}
    #c2_wrap .slider { width: 100%; }
    #c2_wrap .slider .slide img {min-height: 0;}

    #c2_wrap .slider_wrap .dots {margin: 0 0 30px; padding: 0; width: 100%;}
    #c2_wrap .slider_wrap .dots ul {flex-direction: row; flex-wrap: wrap; }
    #c2_wrap .slider_wrap .dots ul > li {width: 50%;}
    #c2_wrap .slider_wrap .dots li + li {margin: 0; }
    #c2_wrap .slider_wrap .dots li:nth-child(n+3) {margin-top: 5px;}
    #c2_wrap .slider_wrap .dots li::before {display: none;}
    #c2_wrap .slider_wrap .dots a {border-bottom: 2px solid transparent; padding: 5px 0; font-size: 15px;}
    #c2_wrap .slider_wrap .dots .slick-active a {border-bottom-color: #fff;}

}

@media screen and (max-width:400px) {
    #c2_wrap .slider_wrap .dots ul > li {width: 100%;}
    #c2_wrap .slider_wrap .dots li:nth-child(n+2) {margin-top: 5px;}
}
