
.body{	
	
	margin-top:120px; 
	padding-bottom:100px;
	text-align: center;
}

.customerTitle{
	display: inline-block;
    font-family: 'TmonMonsori';
    font-size: 40px;
    text-shadow: -1px 0 #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
    color: #fff;
    
}

.customersubBox{
	padding:10px 20px 10px 20px;
	text-align: right;
	letter-spacing: -1px;
	color: #999;
}

.customersubBox .customersub{
	margin-top: 10px;
}

.cbtn{
	background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    padding: 10px 15px;
    vertical-align: middle;
    white-space: nowrap;
    border-radius: 0.2vw;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0px;
    cursor: pointer;
    border: solid #444 1px;
    color: #999;
    font-size: 12px;
    letter-spacing:1px;
}

.cbtn:hover,
.cbtn:active{
	color: #00bff3;
    border: solid #00bff3 1px;
}

.cbtn.on{
	color: #00bff3;
    border: solid #00bff3 1px;
}

.submenu{
	border-bottom: solid #333 1px;
	padding: 0px;
}

.submenu UL{
	max-width: 500px;
	margin: auto;
	padding: 0px;
}

.submenu UL LI{
	list-style: none;
	display: inline-block;
	width: 32%;
	text-align: center;
	padding: 20px 0px;
	font-size: 16px;
	letter-spacing: -1px;
	cursor: pointer;
	font-weight: bold;
	color: #ccc;
}

.submenu UL LI.on{
	border-bottom: solid #00bff3 5px;
	color: #fff;
}

.submenu UL LI:hover,
.submenu UL LI:active{
	color: #fff;
}

.customerWrap{
	background: #fff;
	border-top: #777 solid 3px ;
	border-bottom: #777 solid 3px ;
	padding: 20px 0px 50px 0px;
}

.customerBox{
	text-align:left;	
	margin:auto;
	max-width: 1000px;
	color: #222;
	padding: 10px;
	
}

/*원격*/
.custBox{
	text-align: center;
	position: relative;
	width:700px;
	margin:auto;	
	z-index: 1;
}

.custBox .btnb{
	position: absolute;
	z-index:10;
	top:450px;
	left:220px;
	width: 250px;
	height: 50px;
	background: transparent;
}


/* 모바일 가로, 테블릿 세로 (해상도 ~ 479px)*/
@media all and (max-width:767px) { 

	.body{
		margin-top:80px;
	}

}

