/* common */
#c1_wrap .c_inner { width: 100%; max-width: 1500px; margin:0 auto; position: relative; padding:0 50px;}
#c1_wrap .c_tit h3 { font-weight: 700; color:#6f1685; line-height: 1.1;  font-family: 'GmarketSans'; margin-bottom: 25px;}

/* font size */
#c1_wrap .fs_65 {font-size: 65px; font-weight :700; line-height: 1.1; letter-spacing: -1.3px; font-family: 'GmarketSans';}
#c1_wrap .fs_60 {font-size: 60px; font-weight :700; line-height: 1.1; letter-spacing: -1.2px;}
#c1_wrap .fs_55 {font-size: 55px; font-weight :700; line-height: 1.1; letter-spacing: -1.1px; }
#c1_wrap .fs_50 {font-size: 50px; font-weight :700; line-height: 1.1; }
#c1_wrap .fs_45 {font-size: 45px; font-weight :700; line-height: 1.1; letter-spacing: -.9px;  }
#c1_wrap .fs_40 {font-size: 40px; font-weight :700; line-height: 1.3; letter-spacing: -.8px; }
#c1_wrap .fs_39 {font-size: 40px; font-weight :700; line-height: 1.3;}
#c1_wrap .fs_37 {font-size: 37px; font-weight :700; line-height: 1.3;}
#c1_wrap .fs_36 {font-size: 36px; font-weight :700; line-height: 1.3;}
#c1_wrap .fs_34 {font-size: 34px; font-weight:500; line-height: 1.3; }
#c1_wrap .fs_33 {font-size: 33px; font-weight:700; line-height: 1.3; }
#c1_wrap .fs_32 {font-size: 32px; font-weight:700; line-height: 1.3; }
#c1_wrap .fs_30 {font-size: 30px; font-weight:700; line-height: 1.3; letter-spacing: -.6px; }
#c1_wrap .fs_28 {font-size: 28px; font-weight:800; line-height: 1.3;  }
#c1_wrap .fs_27 {font-size: 27px; font-weight:700; line-height: 1.3; }
#c1_wrap .fs_26 {font-size: 26px; font-weight:700; line-height: 1.3; letter-spacing: -.52px; }
#c1_wrap .fs_25 {font-size: 25px; font-weight:700; line-height: 1.3; letter-spacing: -.5px; }
#c1_wrap .fs_24 {font-size: 24px; font-weight:700; line-height: 1.4;}
#c1_wrap .fs_23 {font-size: 23px; font-weight:700; line-height: 1.4;}
#c1_wrap .fs_22 {font-size: 22px; font-weight:600; line-height: 1.4; letter-spacing: -.44px; }
#c1_wrap .fs_21 {font-size: 21px; font-weight:600; line-height: 1.67; }
#c1_wrap .fs_20 {font-size: 20px; font-weight:400; line-height: 1.67; letter-spacing: -.4px; }
#c1_wrap .fs_19 {font-size: 19px; font-weight: 400; line-height: 1.67; }
#c1_wrap .fs_18 {font-size: 18px; font-weight: 400;  line-height: 1.83; color: rgba(255, 255, 255, 0.8); letter-spacing: -.36px;}
#c1_wrap .fs_17 {font-size: 17px; font-weight: 400; line-height: 1.72; }
#c1_wrap .fs_16 {font-size: 16px; font-weight: 400;  line-height: 1.72; }
#c1_wrap .fs_15 {font-size: 15px; font-weight: 400;  line-height: 1.72; }

/* btn */
#c1_wrap .c_btn {display: flex; align-items: center; font-size: 15px; font-weight:700; color:#000; font-family: 'NanumSquareRound';  transition: all .3s;
white-space: nowrap;}
#c1_wrap .c_btn i {transition: all .3s; display: block; width: 59px; height: 40px; background:url("../img/c_btn_arrow.png") 50%/contain no-repeat; flex-shrink: 0;
margin-left: 14px; }
#c1_wrap .c_btn:hover {color:#6f1685; }
#c1_wrap .c_btn:hover i {background-image:url("../img/c_btn_arrow_hv.png");}

/*Content CSS*/
#c1_wrap { overflow: hidden; padding: 100px 0 0; position: relative; z-index: 3; }
#c1_wrap .top_tit {display: flex;  align-items:flex-end; justify-content: space-between;}
#c1_wrap .top_tit .c_btn {margin-bottom:15px;}

#c1_wrap .list {display: flex; justify-content: space-between; margin:45px 0 0; }
#c1_wrap .list li {width:23.21%; position: relative; z-index: 1; transition: width .5s;}
#c1_wrap .list a {display: block; width: 100%; border-radius:20px; height: 370px; position: relative;  transition: width .5s; overflow: hidden;}
#c1_wrap .list .num {opacity: 0; transition: opacity .3s; line-height: 1; font-size: 80px; font-weight: 700; color: #fff; position: absolute; top:45px; right: 50px; font-family: "Poppins", sans-serif; z-index: 5;}
#c1_wrap .list .img {display: flex; align-items:center; justify-content: center;  width: 100%; overflow: hidden; position: relative; z-index: 1; }

#c1_wrap .list .img img {max-width: inherit; min-height: 100%; transition: all .5s; }
#c1_wrap .list .txt {position: absolute; left: 0; bottom: 0; padding: 0; text-align: left;   z-index: 2; white-space: nowrap; padding: 0 40px 30px; width: 100%; }
#c1_wrap .list .txt h3 {margin: 0; transition: none; color:#fff; font-size:22px ;  }
#c1_wrap .list .txt i {opacity: 0; transition: opacity .3s; }


/* active */

#c1_wrap .list li.active {width:50%; z-index: 2; }
#c1_wrap .list li.active .txt {width: 100%;  padding: 0 45px 35px; }
#c1_wrap .list li.active .txt h3 {margin:15px 0 0; transform: none; width: 100%; font-size: 33px; }
#c1_wrap .list li.active .txt h3 br {display: none;}
#c1_wrap .list li.active i {opacity: 1;}
#c1_wrap .list li.active .num {opacity: 1;}



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

    /* content */

    /* active */


}
