/* CSS Document */
HTML {
	BORDER-RIGHT: medium none; PADDING-RIGHT: 0px; BORDER-TOP: medium none; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: medium none; PADDING-TOP: 0px; BORDER-BOTTOM: medium none; HEIGHT: 100%
}
body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: "±¼¸²";
	font-size: 12px;
	text-decoration: none;
}

input, select, option { font-size:12px;}


a:visited, a:link {	font-family: "±¼¸²";
	font-size: 12px;
	text-decoration: none;
	color:#333333;
}

a:hover {	
	font-family: "±¼¸²";
	font-size: 12px;
	text-decoration: none;
	color:#FF0000;
}

div, td {
	font-family: "±¼¸²";
	font-size: 12px;
	text-decoration: none;
	line-height:1.5;
}

.leftmenu_bg {
	width:165px;
	height:150px; 
	padding:12px; 
	background-repeat: no-repeat; 
	background-image: url(/img/_bg_left_menu_01.gif);


	
}

/*div.leftmenu01 a, div.leftmenu01 a:link, div.leftmenu01 a:visited{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	line-height:16px;
	font-family: "±¼¸²";
	font-size: 12px;
}

div.leftmenu01 a:hover{
	color:#FF3300;
	/*text-decoration:none;
	font-weight:bold;
	line-height:16px;
	font-family: "±¼¸²";
	font-size: 12px;
	
}*/

.leftmenu01 {

	padding:3px; 
	line-height:3px;
	font-family: "±¼¸²";
	font-size: 12px;
	font-stretch:narrower;
	
}

.leftmenu01 a, .leftmenu01 a:link, .leftmenu01 a:visited{
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	line-height:10px;
	font-family: "±¼¸²";
	font-size: 12px;
}

.leftmenu01 a:hover{
	color:#9B9B9B;
	/*text-decoration:none;*/
	font-weight:bold;
	line-height:10px;
	font-family: "±¼¸²";
	font-size: 12px;
	
}




a.toggleopacity img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 0.95;
}

a.toggleopacity:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 1;
}

a.toggleopacity img{
border: 0px solid #ccc;
}

a.toggleborder:hover img{
border: 1px solid navy;
}

a.toggleborder:hover{
color: blue; /* Dummy definition to overcome IE bug */
}


td.right {text-align:right;}
td.left {text-align:left;}

.article_title {
	text-align: left;
	color: #663399;
	font-size: 18px;
	font-weight: bold;
	font-family: "±¼¸²", "µ¸¿ò", "¹ÙÅÁ";


.pk_place {
	FONT-SIZE: 10pt; COLOR: #585858; LINE-HEIGHT: 24px; FONT-FAMILY: dotum
}
.pk_desc1 {
	FONT-SIZE: 10pt; COLOR: #585858; LINE-HEIGHT: 24px; FONT-FAMILY: "±¼¸²"
}
#pk_info2 {
	FONT-WEIGHT: bold; FONT-SIZE: 10pt; COLOR: #484848; FONT-FAMILY: dotum
}
.pk_landmark {
	font-family: dotum;
	font-size: 10pt;
	font-weight: bold;
	color: #36C;
}
.oneColFixCtrHdr #container { 
	width: 899px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
/*	background: #FFFFFF;*/
	/*background:url(/img/_bg_body_01.gif);
	background-repeat:repeat-y;*/
	margin: 0 auto;  /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #DDDDDD; 
	text-align: left;  /* this overrides the text-align: center on the body element. */
}
/*.oneColFixCtrHdr #header { */
/*	padding: 0 0px 0 0px; */ /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	/*background-attachment: fixed;*/
/*	width: 830px; */
/*}*/

.oneColFixCtrHdr #header div a, .oneColFixCtrHdr #header div a:link, .oneColFixCtrHdr #header div a:visited{
	font-family: "±¼¸²";
	font-size: 12px;
	font-weight: bold;
	color: #111111;
	text-decoration: none;
}

.oneColFixCtrHdr #header div a:hover{
	font-family: "±¼¸²";
	font-size: 12px;
	font-weight: bold;
	color: #FFffff;
	text-decoration: underline;
}

#headermenu1 input{
	font-family: "±¼¸²";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
}

input{
	font-family: "±¼¸²";
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	vertical-align: top;
}

#searchbox {
	font-size:11px;
}

.oneColFixCtrHdr #loginbox {
	padding: 2 2px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(/img/_bg_login_clean_01.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 28px;
	width: 899px;
}

.oneColFixCtrHdr #loginbox_inside {
	padding-left: 609px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 28px;
	width: 300px;
}


.oneColFixCtrHdr #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	/*background: #FFFFFF;*/
}

#footer {
	/*background-attachment: fixed;*/
	background-image: url(/img/_bg_foot_clean_01_m.gif);
	background-repeat: no-repeat;
	background-position: center center;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	height: 170px;
	width: 830px;
	text-align: left;
	vertical-align: baseline;
	white-space: normal;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footer div {
	left: 200px; text-indent:220px;
}

#footer div a, #footer div a:link, #footer div a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	text-decoration: none;
}

#footer div a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF6600;
	text-decoration: underline;
}

/* front section1 */

.text_555555 {
	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 12px;
	line-height: 2.3em;
	color: 555555;
}
.text_title {
	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 16px;
	line-height: 16px;
	color: 555555;
	font-weight: bold;
}
.text_777777 {

	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 12px;
	line-height: 16px;
	color: 777777;
}
.text_333333B {
	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 12px;
	line-height: 16px;
	color: 333333;
	font-weight: bold;
}
.text_wine {

	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 12px;
	line-height: 16px;
	color: #76211F;
}
.text_333333 {

	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 12px;
	line-height: 16px;
	color: 333333;
	font-weight: normal;
}
.text_green {


	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 12px;
	line-height: 16px;
	color: 179526;
}
.text_green2 {
	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 12px;
	line-height: 16px;
	color: 507700;
	font-weight: bold;
}
.text_purple {

	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 12px;
	line-height: 16px;
	color: 8B3499;
	font-weight: bold;
}
.text_gold {


	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 12px;
	line-height: 16px;
	color: #C19200;
	font-weight: bold;
}
.text_subtitle {

	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 14px;
	line-height: 16px;
	color: 555555;
	font-weight: bold;
}
.text_777777E {


	font-family: "±¼¸²", "±¼¸²Ã¼";
	font-size: 11px;
	line-height: 16px;
	color: 777777;
}
.text_777777s {


	font-family: "µ¸¿ò", "µ¸¿òÃ¼";
	font-size: 11px;
	line-height: 13px;
	color: 777777;
}
.text_subtitle2 {


	font-family: "¹ÙÅÁ", "¹ÙÅÁÃ¼";
	font-size: 13px;
	line-height: 16px;
	color: 555555;
	font-weight: bold;
}
.text_gold_big {



	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 16px;
	color: #CC9900;
	font-weight: normal;
}
.text_555555E {

	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: 555555;
}
.text_333333e {

	font-family: Verdana;
	font-size: 11px;
	line-height: 14px;
	color: 111111;
}
.text_greene {

	font-family: Verdana;
	font-size: 11px;
	line-height: 16px;
	color: 507700;
	font-weight: normal;
}

.boardbox{display:block;background-color:#ffffff;width:290px;height:180px;float:left;border-top:solid 1px #e5e5e5;border-left:solid 1px #e5e5e5;border-bottom:solid 1px #e5e5e5;border-right:solid 1px #e5e5e5;padding:15px;padding-top:5px} /* from http://www.checkoutapp.com/ */

.gray_box1 {
	BORDER-RIGHT: #e0e0e0 1px solid; PADDING-RIGHT: 0px; BORDER-TOP: #e0e0e0 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; BORDER-LEFT: #e0e0e0 1px solid; PADDING-TOP: 0px; BORDER-BOTTOM: #e0e0e0 1px solid
}

div.quote {
 	margin-left: 25%;
  padding: 10px;
	 background-color: #FFCF31;
  border: 1px solid #00009C;
  width: 450px;
}

div.quote p {
 	font-size: .8em;
	 margin: 0px 0px 0px 0px;
}

div#commentForm {
 	display: none;
 	margin: 0px 20px 0px 20px;
 	font-family: Arial, sans-serif;
 	font-size: .8em;
}

a.commentLink {
 	font-family: Arial, sans-serif;
	 font-size: .9em;
}

/* map */
.imagerightborder {
	display:block;
	margin:4px 0px 6px 8px;
border-color:#bdc3d9; 
border-width:5PX; 
border-style:solid;
}