
/* common */
#c1_wrap { overflow: hidden; }
.c1_con .c_tit { line-height: 1; text-align: center; font-size: 60px;  font-weight: 800; font-family: 'Paybooc'; margin:0 0 55px; }
.c1_con .c_btn { display: block; width: 90px; height: 90px; display:flex; align-items: center; justify-content: center; background-color: #1f2323; transition: all .3s; }
.c1_con .c_btn img { transition: all .3s; }
.c1_con .c_btn:hover { background:#0f95d7; }
.c1_con .c_btn:hover img { transform: rotate(90deg); }




/* c1 */
#c1_wrap { padding:95px 0 120px; background:url('../img/c1_bg.jpg') no-repeat center / cover; }
.c1_list { display: flex; justify-content: space-between; }
.c1_list li { position:relative; width:630px; height: 400px; overflow: hidden; line-height: 1; }
.c1_list li::before { content:""; position:absolute; left:0; width:100%; top:0; height: 100%; background:url('../img/c1_bg1.jpg') no-repeat center; overflow: hidden; transition: all .4s; }
.c1_list li:nth-child(2)::before { background-image:url('../img/c1_bg2.jpg'); }
.c1_list li .c_btn { position:absolute; right:0; top:0; }
.c1_list li .num { position:absolute; left:50px; width:100%; top:40px; font-size: 60px; font-weight: 800; font-family: 'Paybooc'; color: #fff; }
.c1_list li .txt { position:absolute; left:50px; bottom:50px; color: #fff; }
.c1_list li .txt p { font-size: 18px; font-weight: 300; }
.c1_list li .txt h3 { font-size: 35px; font-weight: 800; font-family: 'Paybooc'; margin:22px 0 0; }

.c1_list li:hover::before { transform: scale(1.15); }
