@charset "utf-8";

/* ================================================================== */
/* Name	: 669.css
/* Title : 확대경|김해 문화도시의 핵심!
/* Script : Layout, 669 CSS
/* Author : Design Geulggol
/* Date	: 2022-07-28
/* ================================================================== */

.border-box dl {
	margin-bottom:10px;
    display: flex;
}
.border-box dl:last-child {
	margin-bottom:0;
}
.border-box dl dt {
	font-weight:700;
	color:#016e76;
    padding-left: 39px;
	width: 22%;
}

/*@media (max-width:700px) {
	.border-box dl {
	margin-bottom:10px;
        }
    
.border-box dl:last-child {
	margin-bottom:0;
    }
    
.border-box dl dt {
	font-weight:700;
	color:#016e76;
    }
}*/

@media (max-width:700px) {
	.border-box dl,
	.border-box dl dt {
		display:block;
	}
	.border-box dl,
	.border-box dl dt {
		width:100%;
        padding-left: 3px;
	}
}