/*공통*/
.con_wrap {width: 100%;}
.con1300 {width: 100%; margin: 0 auto;}

.c_title h2 {font-family: 'paybooc-Medium',sans-serif; font-size: 14px; color:#467dbe; margin-bottom: 15px; font-weight: bold;}
.c_title h1 {font-family: 'paybooc-ExtraBold',sans-serif; font-size: 28px; color:#000;}
.c_title h3 {font-family: 'paybooc-Medium',sans-serif; font-size: 15px; color:#000; margin-top: 15px; line-height: 28px; word-break: keep-all; letter-spacing: -0.5px;}
.c_title p {font-family: 'paybooc-Light',sans-serif; font-size: 14px; color:#888; margin-top: 15px; line-height: 28px; word-break: keep-all;}

.c_btn a {display: flex; align-items: center; justify-content: center;}
.c_btn a p {font-family: 'paybooc-Light',sans-serif; font-size: 16px; color:#000; margin-right: 15px;font-weight: bold;}
.c_btn a .arrow {width: 45px; height: 45px; border: 1px solid #000; position: relative;transition: all 0.3s; }
.c_btn a .arrow span {display: block; width: 24px; height: 22px; background: url('../img/c_arrow_b.png')no-repeat 50% 50% #fff; position: absolute; top: 48%; left: -9px; transform: translateY(-50%); transition: all 0.3s;}
.c_btn a:hover .arrow {border: 1px solid #467dbe}
.c_btn a:hover .arrow span {position: absolute; left: -9px; background: url('../img/c_arrow_r.png')no-repeat 100% 50% #fff; width: 41px;}

/*Content CSS*/
#c4_wrap {width: 100%; padding: 50px 15px; background: url('../img/c4_bg.jpg')no-repeat 50% 50%; background-size: cover; text-align: center;}
.contents4 {width: 100%;  min-height: 50px; margin: 0 auto; display: flex; flex-direction: row; justify-content: space-between;}
#c4_wrap .c_title h2 { color: rgba(255,255,255,0.28)}
#c4_wrap .c_title h1 { color: #fff;}
#c4_wrap p {font-family: 'paybooc-Light',sans-serif; font-size: 14px; color:rgba(255, 255, 255, 0.59); margin-top: 30px; line-height: 28px; word-break: keep-all;}
#c4_wrap p::before {width: 50px; height: 3px; background: #fff; display: block; content: ""; margin: 20px auto;}

#c4_tt { font-family: 'paybooc-Medium',sans-serif; font-size: 20px; color:#fff; font-style: italic; margin: 30px 0 37px 0;}

#c4_btn {width: 244px; margin: 0 auto;}
#c4_btn a {display: block; width: 100%; height: 50px; line-height: 50px; border: 1px solid #fff; text-align: center; color:#fff; font-family: 'paybooc-Light',sans-serif; font-size: 16px; transition: all 0.3s}
#c4_btn a span {width: 24px; height: 7px; display: inline-block; background: url('../img/c_arrow_w.png')no-repeat 50% 50%; margin-left: 10px; position: relative; top: -3px; transition: all 0.3s}
#c4_btn a:hover {background: #467dbe; border: 1px solid #467dbe;}
#c4_btn a:hover span {margin-left: 20px;}





@keyframes pulse-border {

}

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

}

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

}

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

}

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

}
