@font-face { font-family: 'NanumGothic';
src: url('/fonts/NanumGothic.eot');
src: url('/fonts/NanumGothic.eot') format('embedded-opentype'),
url('/fonts/NanumGothic.woff') format('woff');}
body {
	font-family: 'NanumGothic', 'serif' !important;
	background-color: #797a8c !important;
/*	background-image: url("images/overlay.png"), -moz-linear-gradient(45deg, #e37682 15%, #5f4d93 85%) !important;
	background-image: url("images/overlay.png"), -webkit-linear-gradient(45deg, #e37682 15%, #5f4d93 85%) !important;
	background-image: url("images/overlay.png"), -ms-linear-gradient(45deg, #e37682 15%, #5f4d93 85%) !important;*/
	background-image: url("images/overlay.png"), linear-gradient(45deg, #282828 15%, #2e2e3e 85%) !important;
}

.w60 {width: 60px;}
.w70 {width: 70px;}
.w50p {width: 50% !important;}
.w100p {width: 100% !important;}
.bold {font-weight: bold! important;}
.padding0 {padding: 0 !important;}
.helperImg {width: 100%;}
.borderNone {border: none !important;}
.mrbColor {color: #19b39b !important;}/*렌탈바이크 : RGB #19b39b*/
.mrbColor_bg {background-color: #19b39b !important;}/*렌탈바이크 : RGB #19b39b*/
.fllab_banner {
	background-color: cornflowerblue;
    padding: 0px 20px;
    max-width: 500px;
}
.fllabColor {color: cornflowerblue !important;}/*플랩 : cornflowerblue */
.fllabColor_bg {background-color: cornflowerblue !important;}/*플랩 : cornflowerblue */
.colorGreen {color: green !important;}
.rmTextLine {text-decoration : none !important;}
