@charset "utf-8";

/* 나눔고딕 폰트 */
@font-face {
  font-family: 'Nanum Gothic-r';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NanumGothic-Regular.eot');
  src: url('../font/NanumGothic-Regular.eot?#iefix') format('embedded-opentype'),
       url('../font/NanumGothic-Regular.woff2') format('woff2'),
       url('../font/NanumGothic-Regular.woff') format('woff'),
       url('../font/NanumGothic-Regular.ttf') format('truetype');
}
/*
@font-face {
  font-family: 'Nanum Gothic-b';
  font-style: normal;
  font-weight: 700;
  src: url('../font/NanumGothic-Bold.eot');
  src: url('../font/NanumGothic-Bold.eot?#iefix') format('embedded-opentype'),
       url('../font/NanumGothic-Bold.woff2') format('woff2'),
       url('../font/NanumGothic-Bold.woff') format('woff'),
       url('../font/NanumGothic-Bold.ttf') format('truetype');
}
*/

body{
	font-family: 'Nanum Gothic-r';
	font-size: 15px;
	width: 100%;height: 100%;
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
	color: #000000;
}
table .list_title
{
	padding-top:10px;
	padding-left:10px;
	padding-right:5px;
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDD;
	word-break:break-all;
}
table .list_date
{
	padding-top:10px;
	padding-left:5px;
	padding-right:10px;
	padding-bottom:10px;
	border-bottom:1px solid #DDDDDD;
	white-space:nowrap;
	text-align: center;
}
table .list_view
{
	background-color:#FFFFFF;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	padding-bottom:15px;
	word-break:break-all;
}
.terms_service
{
	font-size: 14px;
}
.terms_service tr, th
{
	vertical-align: top;
	padding-right:5px;
}
.terms_privacy
{
	font-size: 14px;
}

.guide_title td
{
	padding:10px;
	padding-top:35px;
	font-weight:bold;
}

.guide_conetent td
{
	padding:15px;
	padding-top:25px;
	padding-bottom:25px;
	line-height:150%;
	border:1px solid #DDDDDD;
	background-color:#f9f9f9;
}