@charset "utf-8";

/* **********************************************************************************	*/
/*																						*/
/*						businessarea.CSS (pc Style Sheets)		             		    */
/*																						*/
/* 								                                                    	*/
/* 작성자	: DOUNG YOUNG KIM													    		*/
/* 작성일	: 2023-08-10													     			*/
/* **********************************************************************************	*/

/* CSS 수정시 수정날짜,수정한 사람 기입 */
/* 작성자	: BOGEUM NAM												    		*/
/* 수정일	: 2023-08-14													     			*/


.content-header {
    text-align: center;
}

.content-header h3 {
    font-size: 40px;
    font-weight: bold;
}

.content-body {
    margin-top: 40px;
}


.img-span img {
    width: 71px;
    height: 62px;
}

.img-span {
    display: inline-block;
    background: #fff;
    border-radius: 15px;
    padding: 24px;
    margin-right: 40px;
}

.head-span {
    display: inline-block;
    font-size:24px;
    color: #555;
}

.content-body-box-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 34px;
}

.head-span b {
    font-size: 32px;
    font-weight: bold;
}

.box {
    border-top:solid 2px #222;
    background: #f5f5f5;
    padding: 53px 75px;
}

.content-body-box2 {
    margin-top: 65px;
}

.title-span {
    display: inline-block;
    background: #1270c0;
    padding: 9px 0;
    width: 223px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin-right: 30px;
    border-radius: 30px;
    letter-spacing: -1px;
}

.txt-span {
    font-size:18px;
    color: #555;
}

.col-12 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


@media (max-width: 500px) {
    .box {
        padding: 53px 10px;
    }
    .title-span {
        width: 140px;
        font-size: 18px;
    }
    .txt-span {
        font-size: 15px;
        display: block;
        margin-top: 15px;
    }
}