@charset "utf-8";
@import url('top.css');
@import url('middle.css');
@import url('bbs.css');
@import url(http://fonts.googleapis.com/earlyaccess/Nanum Gothic.css);

/*-----------------------------------------------------------------

http://www.ybyin.com 
2018-04-11

-----------------------------------------------------------------*/
/*
@font-face {   
	font-family: 'Nanum Gothic';

    src: local('Nanum Gothic'), url('../fonts/Nanum Gothic.eot'),
	url('../fonts/Nanum Gothic.ttf'),
	url('../fonts/Nanum Gothic.woff') format('truetype');
	
	font-family: 'simhei';

    src: url('../fonts/simhei.eot')
	url('../fonts/simhei.ttf') format('truetype');
	
	font-family: 'YaHei';//Microsoft YaHei

    src: url('../fonts/msyh.eot')
	url('../fonts/msyh.ttf') format('truetype');
	
	font-family: 'tunga';

    src: url('../fonts/Tunga.eot')
	url('../fonts/Tunga.ttf') format('truetype');
	
}
*/
.errorMessage
{
    color: red;
}
* {font-family:Nanum Gothic, 나눔고딕, dotum, Arial, sans-serif;}
.simhei {font-family:simhei, sans-serif;}
.Arial {font-family:Arial, simhei, sans-serif;}
.YaHei {font-family:Microsoft YaHei, YaHei, sans-serif;}

body
{
	margin				:	0px ; 
	padding			:	0px ;
	overflow-x		:	hidden ;

}

#kmh 
{
	overflow			:	hidden;
}

#body
{
	position			:	relative;
}
/*
.container 
{
	position			:	relative ;
	width				:	1030px ;
	margin				:	0px auto ;
	
}
*/
form , h1 , h2 , h3 , h4 , h5 , h6 , dl , dd , dt
{
	display 			:	inline ; 
	margin				:	0px ;
	border				:	0px ;
	padding			:	0px ;
}

img
{
	border				:	none ;
	vertical-align		:	middle ;
}

ul
{
	list-style-type	:	none ; 
	margin				:	0px ;
	border				:	0px ;
	padding			:	0px ;
}

table
{
	border-collapse	:	collapse ;
	width				:	100% ;
}

tr , td
{
	padding			:	0px;
	margin				:	0px;
}

input , select , label ,button
{
	vertical-align		:	middle ;
	margin				:	0px ;
	border				:	0px;
}

input , button , select , textarea
{ /*  Google Chrome  인풋트  라인제거  */
		outline		:	none ;
		padding		:	0px ;
}

button
{
	cursor				:	pointer; 
}

textarea
{
	resize				:	none ;
}

.hide ,caption
{
	display			:	none ;
}

ul.noline li
{
	font				:	0/0 arial ;
}

ul.ufl li
{
	float				:	left ;
}

a,
a:hover
{
	text-decoration	:	none ;
}




/*-----------------------------------------------------------------

정렬 스타일

-----------------------------------------------------------------*/

.al
{
	text-align			:	left!important ;
}

.ac
{
	text-align			:	center!important ;
}

.ar
{
	text-align			:	right!important ;
}


.vt
{
	vertical-align		: top!important ;
}

.vb
{
	vertical-align		: bottom!important ;
}

.fl
{
	float				:	left ;
}

.fr
{
	float				:	right!important ;
}

.cb
{
	clear				:	both ;
}



/*-----------------------------------------------------------------

padding 스타일

-----------------------------------------------------------------*/

.l03
{
	padding-left		:	3px ;
}

.l05
{
	padding-left		:	5px ;
}

.l10
{
	padding-left		:	10px ;
}

.l14
{
	padding-left		:	14px ;
}

.l15
{
	padding-left		:	15px ;
}

.l20
{
	padding-left		:	20px ;
}

.l30
{
	padding-left		:	30px ;
}

.l40
{
	padding-left		:	40px ;
}

.l50
{
	padding-left		:	50px ;
}

.l75
{
	padding-left		:	75px ;
}

.ml15
{
	margin-left		:	15px ;
}
.ml20
{
	margin-left		:	20px ;
}
.mr20
{
	margin-right		:	20px ;
}
.ml05
{
	margin-left		:	5px ;
}
.t03
{
	padding-top		:	3px ;
}

.t05
{
	padding-top		:	5px ;
}

.t10
{
	padding-top		:	10px ;
}

.t15
{
	padding-top		:	15px ;
}

.t20
{
	padding-top		:	20px ;
}

.t25
{
	padding-top		:	25px ;
}

.t30
{
	padding-top		:	30px ;
}

.t35
{
	padding-top		:	35px ;
}

.t40
{
	padding-top		:	40px ;
}

.t45
{
	padding-top		:	45px ;
}

.t50
{
	padding-top		:	50px ;
}

.t60
{
	padding-top		:	60px ;
}
.t70
{
	padding-top		:	70px ;
}

.t100
{
	padding-top		:	100px ;
}

.b10
{
	padding-bottom	:	10px ;
}

.b15
{
	padding-bottom	:	15px ;
}
.b20
{
	padding-bottom	:	20px ;
}

.b30
{
	padding-bottom	:	30px ;
}

.b40
{
	padding-bottom	:	40px ;
}
.b50
{
	padding-bottom	:	50px ;
}
.r05
{
	padding-right		:	5px ;
}
.r10
{
	padding-right		:	10px ;
}

.r20
{
	padding-right		:	20px ;
}
.r25
{
	padding-right		:	25px ;
}
.r30
{
	padding-right		:	30px ;
}
.mr10
{
	margin-right		:	10px ;
}

.mr20
{
	margin-right		:	20px ;
}

/*-----------------------------------------------------------------

text color border 스타일

-----------------------------------------------------------------*/

.brd1
{
	border				:	1px solid #dddddd ;
}

.line1
{
	border-top		:	1px solid #000 ;
}

.red
{
	color				:	#e70012!important ;
}

.clr1
{
	color				:	#0e74b2 ;
}

.b
{
	font-weight		:	600!important ;
}

.brno 
{
	border-right	:	none!important ;
}

.blno 
{
	border-left	:	none!important ;
}
.bbno 
{
	border-bottom	:	none!important ;
}


