/*마라톤 공용 css*/
.blue-mara{
	padding:15px;
	font-size:12px;
	line-height:18px;
	font-family: dotum !important;
}
.blue-mara a{
	text-decoration: none;
	color:#444444;
}
.blue-mara a:hover{
	text-decoration: underline;
}
.blue-mara .left{text-align:left !important;}
.blue-mara .right{text-align:right !important;}
.blue-mara .fright{float:right;}
.blue-mara .center{text-align:center !important;}
.blue-mara .mt10{margin-top: 10px !important;}
.blue-mara .mb10{margin-bottom: 10px !important;}
.blue-mara .p0{padding: 0px !important;}
.blue-mara .p1{padding: 1px !important;}
.blue-mara .p2{padding: 2px !important;}
.blue-mara .p5{padding: 5px !important;}
.blue-mara .pl10{padding-left: 10px !important;}
.blue-mara .null{color:#999999 !important;}
.blue-mara .error{color: #b94a48 !important;}
.blue-mara .info{color: #3a87ad !important;}
.blue-mara .primary{color: #006DCC !important;}
.blue-mara .success{color: #468847 !important;}
.blue-mara .warning{color: #f89406 !important;}
.blue-mara .danger{color: #bd362f !important;}
.blue-mara .lh15{line-height: 15px !important;}
.blue-mara span.small{font-size:11px;}
.blue-mara strong{font-weight:bold !important;}
.blue-mara .antispam{vertical-align:middle;}
.blue-mara .cb{clear:both;}
.blue-mara .dssl img {cursor:pointer; width:40px; height:40px;vertical-align: middle;margin-right:10px;}

/*인풋*/
.blue-mara input, .blue-mara select, .blue-mara textarea {
	font-size: 12px;
	font-weight: normal;
	padding:2px 3px;

	background-color: #ffffff;
	border: 1px solid #aaaaaa;
	margin-bottom:2px;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blue-mara input, .blue-mara select{
	display: inline-block;
	height: 18px;
	font-size: 12px;
	line-height: 18px;
	color: #444444;
	vertical-align: middle;
}
.blue-mara select{
	height:22px;
}
.blue-mara input.checkbox, .blue-mara input.radio {
	border:0px;
	background-color: transparent;
	box-shadow:none;
}
.blue-mara label.radio{
	margin-right:10px;
}

/*버튼*/
.blue-mara .btn {
	display: inline-block;
	*display: inline;
	/* IE7 inline-block hack */

	*zoom: 1;
	padding: 2px 12px;
	margin-bottom: 2px;
	font-size: 12px;
	line-height: 20px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #e6e6e6;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #cccccc;
	*border: 0;
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	*margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.blue-mara a.btn{
	padding-top:3px;
	padding-bottom:1px;
	height:18px;
	line-height: 18px;
	text-decoration: none;
	font-weight: normal;
}
.blue-mara .btn:hover,
.blue-mara .btn:focus,
.blue-mara .btn:active,
.blue-mara .btn.active,
.blue-mara .btn.disabled,
.blue-mara .btn[disabled] {
	color: #333333;
	background-color: #e6e6e6;
	*background-color: #d9d9d9;
}
.blue-mara .btn:active,
.blue-mara .btn.active {
	background-color: #cccccc \9;
}
.blue-mara .btn:first-child {
	*margin-left: 0;
}
.blue-mara .btn:hover,
.blue-mara .btn:focus {
	color: #333333;
	text-decoration: none;
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
}
.blue-mara .btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.blue-mara .btn.active,
.blue-mara .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
	box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.blue-mara .btn.disabled,
.blue-mara .btn[disabled] {
	cursor: default;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.blue-mara .btn-primary.active,
.blue-mara .btn-warning.active,
.blue-mara .btn-danger.active,
.blue-mara .btn-success.active,
.blue-mara .btn-info.active,
.blue-mara .btn-inverse.active {
	color: rgba(255, 255, 255, 0.75);
}
.blue-mara .btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #006dcc;
	background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
	background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
	background-image: -o-linear-gradient(top, #0088cc, #0044cc);
	background-image: linear-gradient(to bottom, #0088cc, #0044cc);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
	border-color: #0044cc #0044cc #002a80;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #0044cc;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.blue-mara .btn-primary:hover,
.blue-mara .btn-primary:focus,
.blue-mara .btn-primary:active,
.blue-mara .btn-primary.active,
.blue-mara .btn-primary.disabled,
.blue-mara .btn-primary[disabled] {
	color: #ffffff;
	background-color: #0044cc;
	*background-color: #003bb3;
}
.blue-mara .btn-primary:active,
.blue-mara .btn-primary.active {
	background-color: #003399 \9;
}
.blue-mara .btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: -moz-linear-gradient(top, #fbb450, #f89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
	background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
	background-image: -o-linear-gradient(top, #fbb450, #f89406);
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	border-color: #f89406 #f89406 #ad6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #f89406;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.blue-mara .btn-warning:hover,
.blue-mara .btn-warning:focus,
.blue-mara .btn-warning:active,
.blue-mara .btn-warning.active,
.blue-mara .btn-warning.disabled,
.blue-mara .btn-warning[disabled] {
	color: #ffffff;
	background-color: #f89406;
	*background-color: #df8505;
}
.blue-mara .btn-warning:active,
.blue-mara .btn-warning.active {
	background-color: #c67605 \9;
}
.blue-mara .btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
	border-color: #bd362f #bd362f #802420;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #bd362f;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.blue-mara .btn-danger:hover,
.blue-mara .btn-danger:focus,
.blue-mara .btn-danger:active,
.blue-mara .btn-danger.active,
.blue-mara .btn-danger.disabled,
.blue-mara .btn-danger[disabled] {
	color: #ffffff;
	background-color: #bd362f;
	*background-color: #a9302a;
}
.blue-mara .btn-danger:active,
.blue-mara .btn-danger.active {
	background-color: #942a25 \9;
}
.blue-mara .btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: -moz-linear-gradient(top, #62c462, #51a351);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
	background-image: -webkit-linear-gradient(top, #62c462, #51a351);
	background-image: -o-linear-gradient(top, #62c462, #51a351);
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
	border-color: #51a351 #51a351 #387038;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #51a351;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.blue-mara .btn-success:hover,
.blue-mara .btn-success:focus,
.blue-mara .btn-success:active,
.blue-mara .btn-success.active,
.blue-mara .btn-success.disabled,
.blue-mara .btn-success[disabled] {
	color: #ffffff;
	background-color: #51a351;
	*background-color: #499249;
}
.blue-mara .btn-success:active,
.blue-mara .btn-success.active {
	background-color: #408140 \9;
}
.blue-mara .btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	*background-color: #2f96b4;
	/* Darken IE7 buttons by default so they stand out more given they won't have borders */

	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.blue-mara .btn-info:hover,
.blue-mara .btn-info:focus,
.blue-mara .btn-info:active,
.blue-mara .btn-info.active,
.blue-mara .btn-info.disabled,
.blue-mara .btn-info[disabled] {
	color: #ffffff;
	background-color: #2f96b4;
	*background-color: #2a85a0;
}
.blue-mara .btn-info:active,
.blue-mara .btn-info.active {
	background-color: #24748c \9;
}



/*얼럿*/
.blue-mara .alert {
	padding: 5px 35px 5px 14px;
	margin-bottom: 10px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #FFEDC2;
	border: 1px solid #DAC9A2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.blue-mara .alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}
.blue-mara .alert-success h4 {
	color: #468847;
}
.blue-mara .alert-danger,
.blue-mara .alert-error {
	background-color: #f2dede;
	border-color: #eed3d7;
	color: #b94a48;
}
.blue-mara .alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

/*label*/
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  line-height: 14px;
  color: #ffffff !important;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  font-weight: bold;
}
.label:empty,
.badge:empty {
  display: none;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-inverse,
.badge-inverse {
  background-color: #333333;
}


.blue-mara .blue-box h1{
	font-size:15px;
	font-weight:bold;

	border: 1px solid #BFBFBF;
	padding:8px;
	margin-bottom:10px;
	text-align:center;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	color: #086FB9;
	text-shadow: 0 1px 0 #ffffff;

	background-color: #ECECEC;
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.blue-mara .blue-box h2{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}

.blue-mara .blue-box .pre{
	padding:5px;
	text-align:left;
	color:#777777;
	font-family:dotumche, Monaco, Menlo, Consolas, "Courier New", monospace !important;
	height:300px;
	background-color:#FFFFFF;
	overflow-y: scroll;
	line-height:150%;

	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}



.blue-mara .blue-box{
	border: 1px solid #BFBFBF;
	padding:12px;
	margin-bottom:10px;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);

	background-color:#FAFAFA;
}

.blue-mara ul.desc{
	padding-left:20px;
}
.blue-mara ul.desc li{
	list-style: disc;
}
.blue-mara ul.desc li.none{
	list-style: none;
}



.blue-mara table.wtable {
	width:100%;
}
.blue-mara table.wtable th{
	color:#072B4E;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	padding-bottom:3px;
	line-height:18px;
}
.blue-mara table.wtable td{
	padding-bottom:3px;
	color:#444444;
}
.blue-mara table.wtable td.desc{
	line-height:18px;
	padding-top:3px;
	padding-bottom:6px;
}

.blue-mara table.vtable {
	width:100%;
}
.blue-mara table.vtable th{
	color:#072B4E;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
	font-weight:bold;
	text-align:right;
	padding-right:10px;
	padding-bottom:3px;
	line-height:18px;
}
.blue-mara table.vtable td{
	padding-bottom:3px;
	color:#444444;
}
.blue-mara table.vtable td.desc{
	line-height:18px;
	padding-top:3px;
	padding-bottom:6px;
}


.blue-mara table.itable {
	width:100%;
	border: 1px solid #d4d4d4;
	margin-bottom:10px;
}
.blue-mara table.itable caption{
	text-align: left;
	font-weight: bold;
	color:#086FB9;
}
.blue-mara table.itable th{
	border: 1px solid #BFBFBF;
	font-weight:bold;
	text-align:center;
	padding:2px;
	color:#333333;
	background-color:#EEEEEE;
	vertical-align: middle;
}
.blue-mara table.itable td{
	border: 1px solid #d4d4d4;
	padding-bottom:3px;
	text-align:center;
	color:#444444;
	padding:2px;
	background-color:#FFFFFF;
	vertical-align: middle;
}
.blue-mara table.itable.p0 td{
	padding:0px;
}


/*게시판 관련*/
.blue-mara table.btable {
	width:100%;
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
	color:#444444;
	margin-bottom:5px;
}
.blue-mara table caption {
	text-align:left;
}
.blue-mara table.btable th{
	border-bottom:1px solid #BBBBBB;
	background-color:#F3F3F3;
	padding:3px;
	font-weight:bold;
}
.blue-mara table.btable td{
	border-top:1px solid #E6E6E6;
	padding:3px;
}
.blue-mara table tr.over td{
	background-color:#F3F3F3;
}
.blue-mara table.btable span.bicon{
	margin-right:5px;
	vertical-align: middle;
}
.blue-mara .gdiv{
	border-top:2px solid #999999;
	border-bottom:2px solid #999999;
}
.blue-mara .gdiv .gal {
	width:120px;
	display:inline-block;
	*display:inline;*zoom:1;
	margin:5px 0px 5px 5px;
	text-align: center;
	border:1px solid #DDDDDD;
	padding:5px;
}
.blue-mara .gdiv .rcline {
	float:right;
	overflow : hidden;
	text-align:right;
	width:15px;
}
.blue-mara .gdiv .gtline {
	float:left;
	overflow : hidden;
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	-ms-text-overflow:ellipsis;
	width:105px;
}
.blue-mara .gdiv .gal img {
	margin-bottom:5px;
}
.blue-mara .vdiv .vtitle{
	border:1px solid #BBBBBB;
	background-color:#F3F3F3;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);
}
.blue-mara .vdiv .vtitle h2{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.blue-mara .vdiv .vtitle .filebox{
	margin-right:10px;
}
.blue-mara .vdiv .vtitle .filebox img{
	vertical-align: middle;
}
.blue-mara .vdiv .vcontent{
	padding:20px;
	min-height:150px;
	border-bottom:2px solid #BBBBBB;
	margin-bottom:5px;
}
.blue-mara .vdiv .vcontent #pic-container img{
	margin-bottom:10px;
}
.blue-mara .vdiv .btngroup{
	text-align:center;
	margin-bottom:15px;
}
.blue-mara .vdiv .vcomment{
	border:1px solid #BBBBBB;
	background-color:#F3F3F3;
	padding:10px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;

	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.075);
}
.blue-mara .vdiv .vcomment h3{
	font-size:14px;
	font-weight:bold;
	margin-bottom:5px;
}
.blue-mara .vdiv .vcomment .vcommentin{
	padding:5px;
	background-color: #FFFFFF;
	margin-bottom:10px;
}
.blue-mara .vdiv .vcomment .vcommentin table{
	width:100%;
}
.blue-mara .vdiv .vcomment .vcommentin td{
	padding:5px;
	border-bottom:1px dashed #BBBBBB;
}
.blue-mara .vdiv .vcomment .vcommentin tr:last-child td{
	border:none;
}

/*페이징*/
.blue-mara .pagination {
  margin: 5px 0;
}
.blue-mara .pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.blue-mara .pagination ul li {
  display: inline;
}
.blue-mara .pagination ul li a,
.blue-mara .pagination ul li span {
  float: left;
  padding: 1px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #BBBBBB;
  border-left-width: 0;
}
.blue-mara .pagination ul li a:hover,
.blue-mara .pagination ul li a:focus,
.blue-mara .pagination ul .active a,
.blue-mara .pagination ul .active span {
  background-color: #f5f5f5;
  text-decoration:none;
}
.blue-mara .pagination ul .active a,
.blue-mara .pagination ul .active span {
  color: #999999;
  cursor: default;
}
.blue-mara .pagination ul .disabled span,
.blue-mara .pagination ul .disabled a,
.blue-mara .pagination ul .disabled a:hover,
.blue-mara .pagination ul .disabled a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.blue-mara .pagination ul li:first-child a,
.blue-mara .pagination ul li:first-child span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.blue-mara .pagination ul li:last-child a,
.blue-mara .pagination ul li:last-child span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.blue-mara .pagination-centered {
  text-align: center;
}
.blue-mara .pagination-right {
  text-align: right;
}

/*팝업*/
.modal-wrapper {
	display: none; /* 평소에는 숨김 */
	position: fixed; /* 화면에 고정 */
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6); /* 반투명 배경 */
	z-index: 9999; /* 다른 요소들 위에 표시 */
	justify-content: center;
	align-items: center;
	padding: 5px;
	box-sizing: border-box;
}

.modal-content {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.2);
	max-width: 95%; /* 모바일 화면을 위한 최대 너비 */
	max-height: 90vh; /* 화면 높이의 90%를 넘지 않도록 */
	display: flex;
	flex-direction: column;
	overflow: hidden; /* 내용이 넘칠 경우를 대비 */
}

.modal-body {
	padding: 20px;
	overflow-y: auto; /* 내용이 길 경우 스크롤 생성 */
	font-size: 14px;
	line-height: 1.6;
}
/* 팝업 안의 이미지가 팝업보다 커지지 않도록 반응형 처리 */
.modal-body img {
	max-width: 100%;
	height: auto;
}

.modal-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	background-color: #f1f1f1;
	border-top: 1px solid #ddd;
	font-size: 12px;
	flex-shrink: 0; /* 푸터 높이가 줄어들지 않도록 */
}

.modal-footer label {
	cursor: pointer;
	display: flex;
	align-items: center;
	user-select: none; /* 텍스트 드래그 방지 */
}

.modal-footer input[type="checkbox"] {
	margin-right: 5px;
}

.modal-close-btn {
	cursor: pointer;
	border: 1px solid #999;
	padding: 5px 12px;
	border-radius: 4px;
	background-color: #fff;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.modal-close-btn:hover {
	background-color: #eee;
}