
/* ********************************************* *
홈페이지 전체적인 스타일 관련 CSS
* ********************************************* */

body{
	font-weight: 500;
	color:#222;
	width:100%;
	line-height: 1.6;
	font-size:16px;
	font-family:'Raleway', 'NanumSquare', sans-serif;
}
section{width: 100%; position: relative;}

.wrap{height:100%; width: 100%; max-width: 1920px; margin: 0 auto;}
.boundary{margin: 0 auto; max-width: 100%; width: 1440px ; position: relative;}

img{display: block; width: 100%; border: 0;}


.right{float: right;}
.left{float: left;}
.mgauto{margin: 0 auto;}

.tac{text-align: center;}
.tar{text-align: right;}
.tal{text-align: left;}
.tup{text-transform: uppercase;}

.ffr{font-family: 'Raleway',sans-serif;}
.ffn{font-family: 'NanumSquare', sans-serif!important;}

.fcw{color: #fff;}
.fco{color:#222!important}
.fcb{color:#125ad3}

.fwb{font-weight: 700;}
.fwl{font-weight: 300;}

.bcg{background-color: #f5f5f5;}
.bcb{background-color:#125ad3;}
.bclb{background-color:#e7eefb;}


::selection{background-color: #125ad3; color: white;}
