﻿body, html, h1, h2, h3, h4, h5, h6, div, li, ul, ol, dl, dt, dd, form, img, p{ padding:0; margin:0;list-style: none;}


html, body{
    font-size:13px;
    margin: 0px; padding: 0px; 
    font-family: 'gulim','굴림';
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.left {float: left;}
.right {float: right;}
.bold {font-weight:bold}
.center {text-align:center;}

/*이용약관*/

/*개인정보취급방침*/
.indiTable {
	width: 100%;
	border-collapse:collapse;
	text-align:center;
	font-family:'malgun gothic','맑은 고딕','nanum gothic';
	font-size:12px;
	
	}
	
.indiTable .title{
    height:35px;
    border: 1px solid #cccccc;
}

.indiTable tr td{
    height:35px;
    border: 1px solid #cccccc;
}

.textStyle{
	font-size:12px;
	line-height:18px;
}
