@charset "utf-8";

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secPrivacy */
.secPrivacy{
	width: 1040px;
	margin: 85px auto 98px;
	border: 2px solid #B8B597;
	color: #000;
}
.secPrivacy .wrapper{
	width: 842px;
	margin: 0 auto;
}
.secPrivacy .txtTop{
	margin: 83px 7px 43px 0;
	font-size: 12px;
	line-height: 24px;
	text-align: right;
	letter-spacing: 0.75px;
}
.secPrivacy .boxList .item{
	border-top: 1px dotted #B8B597;
	padding: 45px 0 43px;
}
.secPrivacy .boxList .item:last-child{
	border-bottom: 1px dotted #B8B597;
}
.secPrivacy .boxList .item .wrapper{
	display: table;
}
.secPrivacy .boxList .item .titItem{
	display: table-cell;
	width: 174px;
	font-size: 13px;
	line-height: 26px;
	font-weight: 500;
	letter-spacing: 0.75px;
}
.secPrivacy .boxList .item .boxTxt{
	display: table-cell;
}
.secPrivacy .boxList .item .boxTxt .txt{
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 0.5px;
}
.secPrivacy .boxList .item .boxTxt .txt .mt01{
	display: inline-block;
	margin-top: 13px;
}
.secPrivacy .boxList .item .boxTxt .txt .mt02{
	display: inline-block;
	margin-top: 24px;
}
.secPrivacy .boxList .item .boxTxt .txt .indent01{
	display: inline-block;
	margin-left: 22px;
}
.secPrivacy .boxList .item .boxTxt .txt .indent02{
	display: inline-block;
	margin-left: 51px;
}
.secPrivacy .txtBottom{
	width: 174px;
	margin: 49px 0 86px auto;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.75px;
}
@media only screen and (max-width:1023px){
	.secPrivacy{
		width: 86.67%;
		margin: 48px auto 50px;
	}
	.secPrivacy .wrapper{
		width: 88.54%;
		margin: 0 auto;
	}
	.secPrivacy .txtTop{
		margin: 44px 0 45px 0;
		font-size: 11px;
		line-height: 22px;
		text-align: center;
		letter-spacing: 0.75px;
	}
	.secPrivacy .boxList .item{
		padding: 34px 0 29px;
	}
	.secPrivacy .boxList .item:last-child{
		border-bottom: none;
	}
	.secPrivacy .boxList .item:first-child{
		border-top: none;
		padding-top: 0;
	}
	.secPrivacy .boxList .item .wrapper{
		display: block;
		width: 100%;
	}
	.secPrivacy .boxList .item .titItem{
		display: block;
		width: 100%;
		font-size: 11px;
		line-height: 1;
		text-align: center;
		letter-spacing: 0;
	}
	.secPrivacy .boxList .item .titItem.spNone{
		display: none;
	}
	.secPrivacy .boxList .item .boxTxt{
		display: block;
	}
	.secPrivacy .boxList .item .boxTxt .txt{
		font-size: 11px;
		line-height: 20px;
		margin-top: 19px;
		letter-spacing: 0.25px;
	}
	.secPrivacy .boxList .item .boxTxt .txt .mt01{
		margin-top: 0;
	}
	.secPrivacy .boxList .item .boxTxt .txt .mt02{
		margin-top: 20px;
	}
	.secPrivacy .boxList .item .boxTxt .txt .indent01{
		margin-left: 11px;
	}
	.secPrivacy .boxList .item .boxTxt .txt .indent02{
		margin-left: 27px;
	}
	.secPrivacy .txtBottom{
		width: 100%;
		margin: 0;
		padding: 13px 0 73px;
		font-size: 11px;
		letter-spacing: 0.25px;
		text-align: center;
	}
}

/* secPurpose */
.secPurpose{
	padding: 30px 0 5px;
}
.secPurpose .boxTable{
	border-collapse: collapse;
	margin-bottom: 37px;
}
.secPurpose .boxTable tr th,
.secPurpose .boxTable tr td{
	border: 2px solid #FFF;
}
.secPurpose .boxTable tr th{
	background: #BFBDA1;
	font-size: 13px;
	color: #FFF;
	line-height: 57px;
	text-align: center;
	letter-spacing: 1px;
}
.secPurpose .boxTable tr th:first-child{
	width: 227px;
}
.secPurpose .boxTable tr th:nth-child(2){
	width: 304px;
}
.secPurpose .boxTable:last-child tr th:nth-child(2){
	width: 611px;
}
.secPurpose .boxTable tr td{
	background: #E9E9E0;
	color: #000;
	font-size: 13px;
	line-height: 25px;
	vertical-align: middle;
	padding: 13px 20px;
	letter-spacing: 0.5px;
}
.secPurpose .boxTable tr td.tit{
	text-align: left;
	padding-left: 10px;
}
@media only screen and (max-width:1023px){
	.secPurpose{
		padding: 21px 0 0;
	}
	.secPurpose .boxItem{
		border-top: 1px dotted #B8B597;
		padding: 15px 0 28px;
	}
	.secPurpose .boxItem:first-child{
		padding-bottom: 45px;
	}
	.secPurpose .boxItem:last-child{
		border-bottom: 1px dotted #B8B597;
	}
	.secPurpose .boxItem dl dt,
	.secPurpose .boxItem dl dd{
		font-size: 11px;
		line-height: 20px;
		letter-spacing: 0.25px;
	}
	.secPurpose .boxItem dl dt{
		margin: 14px 0 5px;
	}
	.secPurpose .boxItem dl:first-child dt{
		margin-bottom: 0;
	}
	.secPurpose .boxItem dl.mt01 dt{
		margin-top: 24px;
	}
	.secPurpose .boxItem dl.mt02 dt{
		margin-top: 19px;
	}
}
