/* 공통 */
#c3_wrap .c_inner {width: 100%; margin:0 auto;}
#c3_wrap .c_title {text-align: center;}
#c3_wrap .c_title h2 {font-size:14px; font-weight: 600; color:#ff6800; letter-spacing: 3.4px; text-transform: uppercase; font-family: 'Montserrat'; margin-bottom: 13px;}
#c3_wrap .c_title h1 {font-size:28px; font-weight: 400; color:#333; font-family:'GongGothicMedium';}

/*Content CSS*/
#c3_wrap {background: #fff; position: relative; z-index: 1; }
/* c3_left */
.c3_left {width: 100%; padding:70px 30px; text-align: left; background: url('../img/c3_bg1.jpg') 0% 50% no-repeat;}
.c3_left .c_inner {}
#c3_wrap .c_title {text-align: center;}
#c3_wrap .c_title h1 {color:#fff;}
.c3_left p {font-size:14px; font-weight: 300; line-height: 26px; color:#fff; margin: 15px 0 30px; text-align: center; word-break: keep-all;}
/* btn  */
.c3_btn {display: flex; justify-content: center; align-items: center; transition: all .3s ease; width: 250px; height: 50px; text-align: center; border:1px solid #fff;
font-size:14px; font-weight: 400; color:#fff; font-family: 'Nanum Gothic', sans-serif; margin: 0 auto;}
.c3_btn i {margin-left:20px; font-size:16px; position: relative; left:0; transition: all .3s ease;}
.c3_btn:hover {background: #ff7200; border-color:#ff7200;}
.c3_btn:hover i {left:10px;}

/* c3_right */
.c3_right {width: 100%; padding:0; background: url('../img/c3_bg2.jpg') 50% 50% no-repeat #4c4c4c; background-size: 100%}
.c3_right ul {width: 100%;}
.c3_right ul li {}
.c3_right ul li a {display: flex; align-items: center; justify-content: center; padding: 30px 15px; transition: all .3s ease; border-bottom:1px solid rgba(255,255,255,.3);
background: rgba(255,255,255,0);}
.c3_right ul li:last-child a {border-bottom: 0;}
.c3_right ul li .img {width: 100px; height: 100px; border-radius: 50%; background: rgba(255,255,255,.18); display: flex; align-items: center; justify-content:center;}
.c3_right ul li .txt { padding: 0 30px; width: 185px;}
.c3_right ul li .txt h1 {font-size:15px; font-weight: 400; color:#ff7f27; letter-spacing: .46px; font-family:'GongGothicLight'; margin-bottom: 10px;}
.c3_right ul li .txt h2 {font-size:14px; font-weight: 400; color:rgba(255,255,255,.6); font-family: 'Montserrat'; text-transform: uppercase;}
.c3_right ul li .txt h3 {font-size:18px; font-weight: 400; color:#fff; font-family:'GongGothicMedium'; margin-top:10px;}
/* hover */





@media screen and (min-width:1921px) {
    .c3_left {background-size:cover;}
}

@media screen and (max-width:1300px) {

}

@media screen and (max-width:1200px) {

}

@media screen and (max-width: 960px) {
}

@media screen and (max-width:640px) {

}
