/* °³ÀÎÁ¤º¸ Ã³¸®¹æÄ§ */
.privacyTitle {
	width: 100%;
	display: block;
	font-size: 20px;
	color: #3d3d3d;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}

.privacyTitle span {
	font-size: 12px;
	color: #6b6b6b;
	font-weight: 400;
	margin-left: 20px;
}

.privacyNav {
	width: 100%;
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 60px;
}

.privacyNav .priNavTitle {
	float: left;
	width: 365px;
	margin-right: 135px;
}

.privacyNav .priNavTitle img {
	display: block;
	margin-bottom: 25px;
}

.privacyNav .priNavList {
	float: left;
	width: 390px;
}

.privacyNav .priNavList a {
	font-size: 14px;
	color: #373737;
	line-height: 40px;
	font-family: 'Nanum Gothic';
	font-weight: 500;
}

.privacyContent {
	width: 100%;
}

.privacyContent .privacyListTitle {
	width: 100%;
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #373737;
	font-family: 'Noto Sans KR', sans-serif;
	padding-bottom: 20px;
	border-bottom: 2px solid #474747;
	position: relative;
	box-sizing: border-box;
}

.privacyContent .privacyListTitle span {
	position: absolute;
	bottom: 20px;
	right: 10px;
}

.privacyContent .privacyListContent {
	width: 100%;
	padding: 40px 20px;
}

.privacyContent .privacyListContent p {
	font-size: 14px;
	line-height: 24px;
	color: #3d3d3d;
	margin-bottom: 30px;
	font-weight: 500;
	font-family: 'Nanum Gothic';
	letter-spacing: -1px;
}

.privacyContent .privacyListContent p span {
	display: block;
}

.privacyContent .privacyListContent p span.ti15 {
	text-indent: 12px;
}

.privacyContent .privacyListContent .prevVerGo {
	display: block;
	border: 1px solid #dddddd;
	width: 260px;
	text-align: center;
	font-size: 12px;
	font-family: 'Noto Sans KR', sans-serif;
	color: #6b6b6b;
	line-height: 30px;
	box-sizing: border-box;
}

.privacyContent table {
	width: 100%;
	border-left: 1px solid #e8e8e8;
	border-top: 1px solid #e8e8e8;
}

.privacyContent table thead {
	border-bottom: 1px solid #e8e8e8;
}

.privacyContent table thead th {
	padding: 10px 0;
	background-color: #f8f8f8;
	border-right: 1px solid #e8e8e8;
	font-size: 14px;
	color: #3d3d3d;
	font-weight: bold;
	font-family: 'Nanum Gothic';
}

.privacyContent table tbody tr {
	border-bottom: 1px solid #e8e8e8;
}

.privacyContent table tbody tr td {
	padding: 10px 0;
	border-right: 1px solid #e8e8e8;
	padding-left: 10px;
	font-size: 14px;
	font-weight: 500;
	color: #6b6b6b;
}

/* ÀÌ¿ë¾à°ü */
.termsTitle {
	width: 100%;
	display: block;
	font-size: 20px;
	color: #3d3d3d;
	font-family: 'Noto Sans KR', sans-serif;
	font-weight: 500;
	margin: 10px auto;
}

.termsTitle span {
	font-size: 12px;
	color: #6b6b6b;
	font-weight: 400;
	margin-left: 20px;
}

.termsTitleImg {
	width: 100%;
	margin-bottom: 40px;
}

.termsTitleImg img {
	width: 100%;
}

.termsContent {
	width: 100%;
}

.termsContent .termsListTitle {
	width: 100%;
	display: block;
	font-size: 24px;
	font-weight: 400;
	color: #373737;
	font-family: 'Noto Sans KR', sans-serif;
	padding-bottom: 20px;
	border-bottom: 2px solid #474747;
	position: relative;
	box-sizing: border-box;
}

.termsContent .termsListContent {
	width: 100%;
	padding: 40px 20px;
}

.termsContent .termsListContent p {
	font-size: 14px;
	line-height: 24px;
	color: #3d3d3d;
	margin-bottom: 30px;
	font-weight: 500;
	font-family: 'Nanum Gothic';
	letter-spacing: -1px;
}

.termsContent .termsListContent p span {
	display: block;
}

.termsContent .termsListContent p span.ti15 {
	text-indent: 12px;
}

/*·Î±×ÀÎ*/
.historyNav {
	margin-bottom: 30px;
}

.loginWrap input[type="checkbox"]:checked+label::before {
	top: 3px !important;
}

.loginWrap input[type="checkbox"]+label::before {
	top: 3px;
}

/*·¹ÀÌ¾îÆË¾÷*/
.dimmed {
	
}

.layerPop {
	z-index: 99999999;
	display: none;
	width: 320px;
	height: 160px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	margin-left: -160px;
	margin-top: -80px;
}

.layerPop .popWrap {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 00px;
	text-align: center;
}

.layerPop .popWrap>p {
	font-size: 16px;
	color: #373737;
	line-height: 26px;
	margin: 35px auto;
	font-weight: 300;
	letter-spacing: -.5px;
}

.layerPop .popWrap>p strong {
	display: block;
	font-weight: 500;
}

.layerPop .popWrap a.red {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
	border-top: 1px solid #dddddd;
	text-align: center;
	color: #ff4546;
	font-size: 16px;
	line-height: 47px;
	font-weight: 300;
}