@charset "euc-kr";

/*
	약관, 개인정보취급방침에서 사용.
	작성자 : 이상혁
	최초작성 :20170207
*/
.agreement-wrap {
	width:100%;
	min-width:500px;
	border-top:0px solid red;
}
.agreement-page{
	width: 500px;
	margin: 0 auto;
	padding: 50px 0 0;
}	
.agreement-page .tab-section{
	*overflow: hidden;

}
.agreement-page .tab-section .tab-btns:after{
	display: block;
	content: '';
	clear: both;
}
.agreement-page .tab-section .tab-btns{
	border-bottom: 1px solid #ababab;
	position: relative;
	z-index: 10;
	*overflow: hidden;
}
.agreement-page .tab-section .tab-btn{
	float: left;
	width: 200px;
	/*margin-bottom: -1px;*/
}
.agreement-page .tab-section .tab-btn+.tab-btn{
	margin-left: -1px;
}

.agreement-page .tab-section .tab-btn a{
	padding: 18px;
	display: block;
	text-align: center;
	background: #f6f6f6;
	border:1px solid #e1e1e1;
	border-bottom: 0;
	position: relative;
	z-index: 1;
	font-size: 14px;
	color: #959595;
}
.agreement-page .tab-section .tab-btn a.active,
.agreement-page .tab-section .tab-btn a:hover{
	position: relative;
	z-index: 10;
	color: #363636;
	border-color: #ababab;
	padding-bottom:19px;
	background: #fff;
	font-weight: bold;
	margin-bottom: -1px;
}
.agreement-page .agreement-list{
	overflow: hidden;
}
.agreement-page .agreement-list ul{
	padding: 50px 30px;
	margin: -10px 0 0 0;
	overflow: hidden;
	border-bottom: 1px solid #e2e2e2;
}
.agreement-page .agreement-list li{
	float: left;
	width: 25%;
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
	
}
.agreement-page .agreement-list li a{
	font-size: 13px;
	color: #454545;
	position: relative;
	padding-left:10px;
	*display: list-item;
	*list-style: inside disc;
}
.agreement-page .agreement-list li a:after{
	content: '';
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 3px;
	height: 3px;
	background: #454545;
	border-radius: 50%;
}
.agreement-page .agreement-list li a.active,
.agreement-page .agreement-list li a:hover{
	font-weight: bold;
	text-decoration: underline;
	color: #fe5a58;
}
.agreement-page .content-head{
	padding: 0 30px;
	margin: 50px 0;
}
.agreement-page .content-head .content-title{
	color: #454545;
	font-size: 30px;
	line-height: 1.2em;
	letter-spacing: -0.05em;
	font-weight: normal;
	vertical-align: bottom;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.agreement-page .content-head p{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	font-size: 14px;
	*margin: 0 0 0 30px;

}
.agreement-page .content-head p:before{
	margin: 0 18px 0 18px;
	display: inline-block;
	width: 1px;
	height: 28px;
	vertical-align: bottom;
	background: #b7b7b7;
	content: '';
}

.content-body{
	margin: 30px 30px 130px;
	position: relative;
	*zoom: 1;
}
.content-text-include{
	white-space: pre-wrap;
	*white-space:pre;
	color: #555;
	margin:0 auto;
	-ms-word-break: break-all;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 12px;
	line-height: 20px;
}
.top-anchor{
	position: absolute;
	bottom: -80px;
	right: 0;
}
.top-anchor a:hover{
	border-color: #aaa;
}
.top-anchor a:after{
	position: absolute;
	top: 0;
	left: 50%;
	content: '';
	display: block;
	border: 5px solid transparent;
	border-bottom-color: #aaa;
	margin: 3px 0 0 -6px;
}
.top-anchor a{
	display: block;
	position: relative;
	padding: 15px 12px 3px;
	*padding: 10px 12px 10px;
	color: #888;
	border: 1px solid #ddd;
	font-size: 11px;
}

.content-select{
	margin: 50px 0 0;
}
.content-select select:hover{
	border: 1px solid #aaa;
}
.content-select select{
	padding: 5px 10px;
	height: auto;
	border: 1px solid #e1e1e1;
}


.table-agreement{
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.table-agreement thead th,
.table-agreement thead td{
	background: #f9f9f9;
	padding: 10px 5px !important;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #e1e1e1;
}
.table-agreement th,
.table-agreement td{

	padding: 5px 10px;
	vertical-align: middle;
	border: 1px solid #e1e1e1;


	white-space: pre-wrap;
	-ms-word-break: break-all;
	word-break: break-all;
	word-wrap: break-word;
}