@charset "utf-8";

/* **********************************************************************************	*/
/*																						*/
/*						businessarea.CSS (pc Style Sheets)		             		    */
/*																						*/
/* 								                                                    	*/
/* 작성자	: DOUNG YOUNG KIM													    		*/
/* 작성일	: 2023-08-10													     			*/
/* **********************************************************************************	*/

/* CSS 수정시 수정날짜,수정한 사람 기입 */


.content-header {
    text-align: center;
}

.content-header h3 {
    font-size: 40px;
    font-weight: bold;
}

.content-body {
    margin-top: 40px;
}

.box {
    text-align: center;
    background: #f5f5f5;
    padding: 80px 0;
    border-radius: 30px;
}

.box p {
    margin-bottom: 60px;
    color: #555;
    font-size: 18px;
    letter-spacing: -1px;
}

@media (max-width: 500px) {
    .box img {
        width:80%;
    }
    .box p {
        font-size: 16px;
    }
}