/*Content CSS*/
/*공통*/
.text-center {text-align:center;}
.con {width:100%; padding:0 15px;}
.main_title {text-align:center; position: relative;}
.main_title h1 {font-weight: 400; font-size:24px; color:#333333;     font-family: 'NanumSquare',sans-serif;  word-break: keep-all; line-height: 36px;}
.main_title h1 b {font-weight: 600;}
.main_title span {display: block;  width: 40px; height: 4px; background-color: #019b92; margin:20px auto 0;}
.main_title p {font-size:15px; font-weight: 400; color:#333; letter-spacing: -1px; margin-top:20px; word-break: keep-all;}
.main_title p b {font-weight: 500;}
.main_title a {font-size:15px; font-weight: 400; color:#019b92; display: block; margin-top:10px;}


/* con */
.c4_wrap {width:100%; background: #333; color:#fff;}
.c4_wrap .con {border-left:1px solid rgba(255,255,255,.2); border-right:1px solid rgba(255,255,255,.2); display: flex ;height:100%; flex-wrap:wrap;}
.c4_con {width:100%; height:85px; display: flex; align-items: center; padding-left:15px; position: relative; }
.c4_con:nth-child(2) {background: #019b92;}
.c4_con > a {position: absolute; display: block; background-image: url('../img/c4_plus.png'); width:33px; height:33px; transition: all 0.4s ease;
top:20px; right:20px;}
.c4_con > a:hover {transform: rotate(90deg);}
.c4_con .txt {margin-left:15px;}
.c4_con h1 { font-size:20px; font-weight: 600; font-family: 'NanumSquare',sans-serif; position: absolute; right:10px; letter-spacing: -.5px;}
.c4_con h2 {margin-top:8px; font-size:20px; color:#f6f6f6;  font-family: 'NanumSquare',sans-serif; font-weight: 600;}
.c4_con span {font-size:14px;   color: rgba(255, 255, 255, 0.37); text-transform: uppercase;}

@keyframes pulse-border {

}

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

}

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

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

}
@media screen and (max-width: 414px) {
    .c4_con span {font-size:13px; letter-spacing: -.5px;}
    .c4_con h2 {font-size:18px;}
}
@media screen and (max-width: 360px) {
    .c4_con span {font-size:13px; }
    .c4_con h1 {font-size:17px;}
}
