@charset "utf-8";
/* -------------------------- list -------------------------- */
#pg_css .boardListBox {
	margin-bottom: 20px;
}
#pg_css .boardListBox table.baseBoardList {
	margin-bottom: 10px;
	border-bottom: 1px solid #999;
}
#pg_css .boardListBox table.baseBoardList th, #pg_css .boardListBox table.baseBoardList td{
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}
#pg_css .boardListBox table.baseBoardList tr.last th, #pg_css .boardListBox table.baseBoardList tr.last td{
	border-bottom : none;
}
#pg_css .boardListBox table.baseBoardList tr.selectTr{
	background: #F5F5F5;
}
#pg_css .boardListBox table.baseBoardList th {
	padding: 12px 0;
	font-size: 1.2em;
	color: #333;
	border-top: 2px solid #999;
	border-bottom: 1px solid #999;
	background: url(../images/footer_menu_line.jpg) no-repeat right center;
}
#pg_css .boardListBox table.baseBoardList th.last {
	background: none;
}
#pg_css .boardListBox table.baseBoardList td {
	color: #666;
}
/* ---------------------- ul.gallery ------------------- */
#pg_css .galleryListBox ul.gallery {
	margin: 0 auto;
	margin-bottom: 10px;
	border-top: 3px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#pg_css .galleryListBox ul.gallery li {
	float: left;
	text-align: center;
}
#pg_css .galleryListBox ul.gallery li span.return{
	padding: 10px 0;
}
#pg_css .galleryListBox ul.gallery li span.img{
	display: block;
	border: 1px solid #ccc;
	padding: 5px;
}
#pg_css .galleryListBox ul.gallery li span.img img{
	width: 100%;
}
#pg_css .galleryListBox p.noData{
	margin-bottom: 10px;
	padding: 20px 0;
	text-align: center;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
}
/* -------------------- write/modify/reply ------------------- */
#pg_css .boardWriteBox {
}
#pg_css .boardWriteBox table.baseBoardWrite {
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	margin-bottom: 10px;
}
#pg_css .boardWriteBox table.baseBoardWrite th, #pg_css .boardWriteBox table.baseBoardWrite td{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
#pg_css .boardWriteBox table.baseBoardWrite tr.last th, #pg_css .boardWriteBox table.baseBoardWrite tr.last td{
	border: none;
}
#pg_css .boardWriteBox table.baseBoardWrite th {
	color: #333;
  	padding-left: 30px;
	text-align: justify;
	background: url(../images/board/grey_check.gif) no-repeat 13px center;
}
#pg_css .boardWriteBox table.baseBoardWrite th.check {
	background: url(../images/board/check.gif) no-repeat 13px center;
}
#pg_css .boardWriteBox table.baseBoardWrite td {
	color: #666;
}
/* -------------------- view ------------------- */
#pg_css .boardViewBox {
	margin-bottom: 30px;
}
#pg_css .boardViewBox table.baseBoardView {
	margin-top: 20px;
	border-top: 2px solid #ccc;
	margin-bottom: 10px;
}
#pg_css .boardViewBox table.baseBoardView tr.last th, #pg_css .boardViewBox table.baseBoardView tr.last td{
	border: none;
}
#pg_css .boardViewBox table.baseBoardView th, #pg_css .boardViewBox table.baseBoardView > tbody > tr > td{
	padding: 10px 0;
	text-align: center;
	border-bottom: 1px solid #ccc;
}
#pg_css .boardViewBox table.baseBoardView th {
	color: #333;
  	padding-left: 15px;
	text-align: left;
	font-weight: bold;
	background: url(../images/board/grey_check.gif) no-repeat 0 center;
}
#pg_css .boardViewBox table.baseBoardView th.check {
	background: url(../images/board/check.gif) no-repeat 0 center;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td {
	color: #666;
	text-align: left;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents {
	text-align: center;
	padding: 20px;
	background: none;
	line-height: 1.5;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents img{
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents img.on{
	width: 95%;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents embed{
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
}
#pg_css .boardViewBox table.baseBoardView > tbody > tr > td.contents embed.on{
	width: 95%;
}
#pg_css .boardViewBox .butListWrap{
	position: relative;
}
#pg_css .boardViewBox .butListWrap p.prev, #pg_css .boardViewBox .butListWrap p.next{
	position: absolute;
	top: 3px;
	width: 50px;
}
#pg_css .boardViewBox .butListWrap p.prev{
	left: 0;
}
#pg_css .boardViewBox .butListWrap p.next{
	right: 0;
}
/* -------------------- comment ------------------- */
#pg_css .commentBox {
	padding: 10px 20px;
	border-radius: 3px;
	border: 1px solid #ccc;
}
#pg_css .commentBox table.memoBoardList tr.last th, #pg_css .commentBox table.memoBoardList tr.last td{
	border: none;
}
#pg_css .commentBox table.memoBoardList th, #pg_css .commentBox table.memoBoardList td{
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
}
#pg_css .commentBox table.memoBoardList th {
	color: #333;
	font-size: 1.15em;
}
#pg_css .commentBox table.memoBoardList td {
	color: #666;
}
/* ---------------------------------------------- */
/* -------------------- login ------------------- */
/* ---------------------------------------------- */
#pg_css .boardLoginBox {
	position: relative;
	min-height: 350px;
	padding: 30px;
	padding-left: 350px;
	margin-bottom: 10px;
	border-radius: 5px;
	border: 10px solid #ccc;
	background: url(../images/board/login_bg.png) no-repeat 30px bottom;
}
#pg_css .boardLoginBox form p.select {
	padding: 20px 0;
	border-bottom: 1px dotted #eee;
}
#pg_css .boardLoginBox form dl {
	margin-top: 30px;
	margin-bottom: 20px;
}
#pg_css .boardLoginBox form dl dt, #pg_css .boardLoginBox form dl dd {
	padding: 5px 0;
}
#pg_css .boardLoginBox form dl dt {
}
#pg_css .boardLoginBox form dl dd {
}
#pg_css .boardLoginBox p.searchJoin {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px dotted #ccc;
}
#pg_css .boardLoginBox p.notice {
	margin-bottom: 20px;
}
#pg_css .boardLoginBox p.loginBut {
	text-align: center;
}
/*---------------------ㅡagree/privercy----------------------*/
#pg_css .useLaw, .privercy {
	position: relative;
	overflow: auto;
	margin-bottom: 15px;
	padding: 10px;
	border: 1px solid #CCCCCC;
	height: 200px;
}
#pg_css .useLaw .useLawAgree, #pg_css .privercy .privercyAgree {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}
#pg_css .useLaw .useLawFieldset {
	position: absolute;
	top: 0;
	left: 170px;
}
#pg_css .privercyAgree {
	margin-bottom: 10px;
}
#pg_css .privercy .privercyAgreeFieldset {
	position: absolute;
	top: 0;
	left: 230px;
}
#pg_css .privercy p.bookingH3Text {
	margin-left: 20px;
	margin-bottom: 25px;
	color: #333;
}
#pg_css .privercy h4.bookingTitle {
	margin-bottom: 15px;
	margin-left: 15px;
	font-size: 1.1em;
	font-weight: bold;
	color: #666;
	padding-left: 17px;
	background: url(../images/arrow_12.gif) no-repeat 0 center;
}
#pg_css .privercy p.bookingH4Text {
	margin-left: 22px;
	margin-bottom: 15px;
	color: #666;
}
#pg_css .privercy ul.bookingH4Text {
	margin-left: 30px;
	margin-bottom: 20px;
	color: #666;
}
#pg_css .privercy ul.bookingH4Text li {
	margin-bottom: 5px;
	padding-left: 10px;
	background: url(../images/blue_icon.gif) no-repeat 0 7px;
}