body{
	font-weight: 300;
	color:#222;
	width:100%;
	line-height: 1.6;
	font-size:16px;
	font-family:'Muli','NanumSquare', sans-serif;
}

.wrap{height:100%;}

.boundary{margin:0 auto; max-width:100%; width:1200px;}
/* .boundary2{margin:0 auto; max-width:100%; width:1200px;} */

.blue {color: #00a9d7; font-weight: 500; font-size: 1rem;}
.bold {width: 30%; padding: 1%; margin-bottom: 1rem; text-align: center; font-weight: 700; font-size: 16px; background-color: #00a9d7; color : #fff; }
.flex {display: flex;}
.border {border: 1px solid #ddd; padding: 0 0 8% 0;}
section{width: 100%; position: relative;}

/* 텍스트 스타일 (sh) */
.font-m{font-family: 'Muli',sans-serif;}

.c-align{text-align:center;}
.txt-bold{font-weight: bold;}
.txt-bolder{font-weight: bolder;}

.text-white{color: #fff;}
.text-basic{color:#232323;}
.text-blue{color:#00a9d7;}
.text-d-blue{color:#06729f;}
.text-gray{color:#888;}
.tt-up{text-transform: uppercase}

/* 배경 */
.bg-gray{background-color:#f5f5f5;}
.bg-b-gray{background-color:#f9f9f9;}
.bg-d-gray{background-color:#c2c2c2;}
.bg-dd-gray{background-color:#5a5a5a;}
.bg-blue{background-color:#00a9d7;}
.bg-d-blue{background-color:#06729f;} 


::selection{background-color: #06729f; color: white;}

/* footer여백값:150px */