@charset "utf-8";

/* 내용관리 */
#ctt {margin:30px 0;padding:0;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

.business-inner .business-conts p {margin:0 0 50px 0 !important}


.write_form_01 {
    display: flex
;
    border: 1px solid #eee;
    border-width: 1px 0;
    margin-top: -1px;
}
.write_form_01 input[type="text"] {
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: 100%;
}
.write_form_01 .th {
    display: flex;
    align-items: center;
    width: 30%;
    max-width: 150px;
    background: #fff;
    padding: 10px 20px;
    font-size: 16px; border-right:1px solid #ddd
}

.write_form_01 .td {
    flex: 1;
    padding: 10px 20px;
}

.write_form_01 .ess {
    color: #cc0000;
    margin: -5px 0 0 5px;
}


.btn_list {
	background-color: #1d97ad; /* 버튼 배경 검정색 */
	color: #fff; /* 글자색 화이트 */
	padding: 8px 15px;
	border-radius: 5px; /* 버튼 모서리 둥글게 */
	cursor: pointer;
	font-size: 16px;
	border:0;
	margin:20px 0 0 0;
	width:100%; text-align:center
}
