/*공통*/
.con1500 {width: 100%; margin: 0 auto;}
.c_h1 {font-family: 'NanumSquare',sans-serif; font-weight: 900; color:#333; font-size: 26px;}

.c_title {text-align: center;}
.c_title h2 {font-family: 'NanumSquare',sans-serif; font-size: 17px; color: #0932a9; margin-bottom: 15px; font-weight: 500; line-height: 26px}
.c_title h1 {font-family: 'NanumSquare',sans-serif; font-size: 34px; color: #000; margin-bottom: 30px; font-weight: 900; line-height: 45px; word-break: keep-all;}
.c_title p {font-size: 14px; color: #000; font-weight: 400; line-height: 24px; word-break: keep-all;}
.c_title p::before {display: block; content: ""; width: 95px; height: 2px; background: #000; margin: 0 auto 30px auto;}

.c_btn {width: 230px;margin: 0 auto;}
.c_btn a {width: 100%; display: block; height: 50px; line-height: 50px; text-align: center; font-size: 16px; font-weight: 400; color:#fff; border: 1px solid #0932a9; transition: all 0.3s; background: #0932a9; }
.c_btn a span {display: inline-block; background: url('../img/c_arrow_w.png')no-repeat 50% 50%; width: 24px; margin-left: 17px; height: 7px; position: relative; top: -4px; transition: all 0.3s;}


/*Content CSS*/
#c5_wrap { position: relative; overflow: hidden; padding: 40px 20px;  background: url('../img/dot_bg.jpg');}
#c5_wrap .c_h1 {width: 100%; text-align: center; z-index: 3}
#c5_wrap .c_h1::before {content: "";display: block; width: 80px; height: 4px; background: #0932a9; margin: 0 auto 25px auto;}

#c5_wrap .article { display: flex; flex-direction: row; justify-content: center; flex-wrap: wrap; margin-top: 30px;}
#c5_wrap .box { width: 50%; padding: 20px; border: 1px solid #ddd; text-align: center; margin-top: -1px; margin-left: -1px; background: #fff;}
#c5_wrap .box:nth-child(1) { border-left: 1px solid #ddd;}
#c5_wrap .box .icon { width: 80px; height: 80px; line-height: 80px; margin: 0 auto 15px auto; background: #f9f9f9; border-radius: 50%;}
#c5_wrap .box .icon img {vertical-align:middle; transition:transform 500ms; max-width: 50%;}
#c5_wrap .box h2 {font-size: 14px; font-weight: 500; color: #0932a9; margin-bottom: 7px;}
#c5_wrap .box h1 {font-family: 'NanumSquare',sans-serif; font-size: 17px; font-weight: 700; color: #000; line-height: 26px;}
#c5_wrap .box:last-child {width: calc(100% - 1px);}

#c5_wrap .box .c_btn {margin: 30px auto 0 auto;}

#c5_wrap .box:hover img {transform:rotateY(180deg); transition:transform 500ms}




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

}

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

}

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

}
