/*Content CSS*/
#c2_wrap{background: url('../img/c2_bg.jpg') 50% / cover no-repeat; }
#c2_wrap .c_inner{position: relative; width: 100%; max-width: 1400px; padding: 0 20px; margin: 0 auto; }
#c2_wrap .wrap{padding: 50px 0;position: relative; z-index: 1;}

#c2_wrap .fs_55{font-size: 28px; font-weight: 800; letter-spacing: -1.1px; color: #fff; line-height: 1;}
#c2_wrap .tit{position: relative;}
#c2_wrap .tit::before{content: ''; display: block; width: 30px; height: 3px; background-color: #fff; margin: 0 auto 14px;}
#c2_wrap .fs_27{font-size: 19px; font-weight: 700; letter-spacing: -.54px; color: #fff;}
#c2_wrap .fs_23{font-size: 17px; font-weight: 700; line-height: 1.7; letter-spacing: -.46px; color: #fff;}
#c2_wrap .fs_18{font-size: 14px; line-height: 1.7; letter-spacing: -.36px; color: rgba(255,255,255,.7);}
#c2_wrap .fs_17{font-size: 13px; line-height: 1.7; letter-spacing: -.34px; color: rgba(255,255,255,.7);}
#c2_wrap .fs_13{font-size: 12px; font-weight: 500; font-family: 'Montserrat'; color: #fff;}



#c2_wrap .text{text-align: center;;}
#c2_wrap .text h4{margin: 25px 0 20px;}
#c2_wrap .text br{display: none;}

#c2_wrap .top{display: flex; align-items: center; justify-content: space-between;}
#c2_wrap .more_btn{display: flex; align-items: center; justify-content: space-between; width: 100%; height: 40px; border: solid 1px #ccc; transition: .3s; padding: 0 20px; margin: 0 auto;}
#c2_wrap .more_btn:hover{background-color: #43aee2; border-color: #43aee2;}

.icon_list{ margin-top: 30px;}
.icon_list li{text-align: center; border-top: solid 1px #fff; padding: 20px 0;}
.icon_list li:last-child{border-bottom: solid 1px #fff;}
.icon_list li > i{width: 65px;}
.icon_list i{display: inline-block; transition: .5s;}
.icon_list li:hover > i{transform: rotateY(180deg);}
.icon_list h5{margin-top: 15px;}
.icon_list h5::after{content: ''; display: block; margin: 15px auto 10px; background: url('../img/bt_arrow.png') 50% / cover no-repeat; width: 16px; height: 11px;}
.icon_list p{margin-bottom: 20px;}
.icon_list li br{display: none;}
