@charset "utf-8";
#contents .siteInner{
	margin-bottom: 40px;
}
/*----------------------------------------------------
	                 contact
------------------------------------------------------*/
.contactCaution{
	margin: 0 auto 20px;
	text-align: left;
}
#contactTbl .ico{
	font-size: 10px;
}
#contactTbl{
	width: 100%;
}
#contactTbl td,
#contactTbl th{
	display: block;
	width: 100%;
}
#contactTbl td input{
	width: 96%;
	height: 30px;
	padding: 1%;
	font-size: 20px;
}
#contactTbl td textarea{
	width: 96%;
	height: 290px;
	padding: 1%;	
}
#contactTbl td{
	padding-bottom: 15px;
}
#contactTbl .ico{
	margin-bottom: 5px;
}
#ppBox{
	padding: 10px;
	/* height: 215px; */
	overflow: hidden;
	margin-bottom: 15px;
	font-size: 12px;
}
#policyCheck{
	margin-bottom: 20px;
}
#ppBoxWrap{
	position: relative;
	margin-bottom: 40px;
}
.spBtn{
	background: #262626;
	width: 134px;
	height: 14px;
	font-size: 14px;
	color: #fff;
	padding: 10px 5px;
	line-height: 1em;
	text-align: center;
	position: absolute;
	bottom: -15px;
	left: 50%;
	margin-left: -77px;
	cursor: pointer;
	border-radius: 20px;
}
#spBtnArea{
	width: 100%;
	background-image: -moz-linear-gradient( 0deg, rgb(246,246,246) 0%, rgba(246,246,246,0) 100%);
	background-image: -webkit-linear-gradient( 0deg, rgb(246,246,246) 0%, rgba(246,246,246,0) 100%);
	background-image: linear-gradient( 0deg, rgb(246,246,246) 0%, rgba(246,246,246,0) 100%);
	height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
	border-style: solid;
	border-color: #e9e9e9;
	border-width: 0 1px 1px 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.offBtn:after{
	content: '\e803';
	font-family: 'fontello';
	position: absolute;
	top: 10px;
	right: 15px;
	}
.onBtn:after{
	content: '\e802';
	font-family: 'fontello';
	position: absolute;
	top: 10px;
	right: 10px;
	}
#confirmBtn{
	width: 100%;
	height: 40px;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
#siteSeal{
	width: 100px;
	float: left;
	margin-right: 10px;
}
#sealArea p{
	width: 230px;
	float: left;
	font-size: 10px;
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}
/*----------------------------------------------------
	                 privacy
------------------------------------------------------*/
.tab{
	margin-right: 3%;
	font-size: 13px;
	/* width: 50%; */
	float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
.tab:last-child{
	margin-right: 0;
}
.tab a{
	padding: 10px 7px;
}
.tabContents{
	width: 95%;
	margin: 3% auto;
	font-size: 12px;
}
.privacyTit{
	font-size: 13px;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
#insuiryArea{
	font-size: 12px;
}
#insuiryArea p{
	padding-bottom: 10px;
}
#inquiryBox{
	padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
}
#panel{
	margin-bottom: 20px;
}
.privacy .txtBox{
	margin-bottom: 20px;
}
.privacy ol.privacyNumList li{
	margin: 0 0 20px 2em;
}
.privacy ol.privacyNumList ul li{
	margin: 0 0 0 1em;
	list-style-type: disc;
	
}
.privacy h3{
	margin-bottom: 10px;
}
.privacyTbl{
	margin-bottom: 20px;
}
.privacyTbl th,
.privacyTbl td{
	padding: 5px;
	border-right: 1px solid #e9e9e9;
	border-bottom: 1px solid #e9e9e9;
}
/*----------------------------------------------------
	                 sitemap
------------------------------------------------------*/
.sitemap .siteMapTit .mainPage{
	padding: 5px 10px;
	margin-bottom: 10px;
}
.sitemap .siteMapTit{
	margin-bottom: 20px;
}
.sitemap .details{
	margin-left: 1em;
}