* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: small;
	font-family: "나눔고딕", "맑은 고딕", "돋움", sans-serif;
}
body {
	margin: 0 auto;
	width: 800px;
	background: #ccc;
	color: #555;
}
a { cursor: pointer; }
a:link {
	color: #555;
}
a:visited {
	color: #666;
}
a:hover {
	color: #09f;
}
a:active {
	color: #f09;
}
button { cursor: pointer; }

div#message {
	display: none;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	background: #fafafa;
	border-bottom: 1px solid #eee;
}
* html div#message {
	position: absolute;
	top: auto;
	left: auto;
}
* + html .margin {
	margin-bottom: 60px;
}
div#message span {
	float: left;
	padding: 10px;
	font-size: 120%;
}
div#message span i {
	text-decoration: none;
	color: #09f;
}
div#message span em {
	text-decoration: none;
	color: #f09;
}
div#message #close {
	float: right;
	text-decoration: underline;
	cursor: pointer;
}

/* header */
.header {
	margin-top: 60px;
	padding: 20px 20px 20px 0;
	min-height: 16px;
	background: #eee;
	overflow: hidden;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topright: 10px;
}
* html .header {
	height: 16px;
}
.header h1 {
	position: absolute;
	margin: 0 -40px;
	top: 30px;
}
.header h1 a {
	display: block;
	width: 260px;
	height: 80px;
	background: url(../images/logo.png) top left no-repeat;
	behavior: url(images/iepngfix.htc);
}
.header span.name { font-weight: bold; color: #09f; }
.header ul { 
	text-align: right; 
	list-style: none; 
}
.header li {
	margin: 0 10px;
	display: inline;
}

/* body */
.body {
	padding: 30px;
	background: #fafafa;
	overflow: hidden;
}
* html .body {
	height: 100%;
}
.body h2 {
	margin: 10px 0 20px;
	font-size: 130%;
	border-bottom: 1px solid #ddd;
}
.body legend, h3{
	margin: 0 20px;
	height: 30px;
	font-weight: bold;
	font-size: 120%;
}
.body h4 {
	margin: 5px 30px;
	font-size: 110%;
}
.body ul {
	margin: 5px 50px;
}
.body p {
	margin: 5px 40px;
}
.body table {
	width: 660px;
	margin: 5px auto;
	border-collapse: collapse;
	border: 1px solid #ddd;
}
.body span.button { float: right; }
* html .body span.button { position: relative; top: -23px; }
* + html .body span.button { position: relative; top: -23px; }
.body span.button a {
	color: #09f;
}
.body table th, .body table td { border-bottom: 1px dashed #eee; }
.body table th { padding: 4px 0; background: #fafafa; }
.body table td { padding: 2px 0; background: #fff; text-align: center; }
.body form div {
	margin: 10px 40px;
}
.body form input {
	border: 1px solid #ddd;
}
* html .receive_mode input { border: none; }
* + html .receive_mode input { border: none; }
.body button {
	margin: 5px 50px;
	padding: 8px 16px;
	background: #09f;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
.body a.button {
	display: block;
	margin: 10px 0 10px 40px;
	padding: 4px;
	width: 80px;
	background: #09f;
	border: 1px solid #eee;
	color: #fff;
	text-align: center;
	text-decoration: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* index */
.intro {
	width: 500px;
	float: left;
	text-align: center;
}
.intro p {
	margin: 10px;
	text-align: left;
	font-size: 130%;
}
.intro p em {
	font-style: normal;
	font-weight: bolder;
	font-size: inherit;
}
.intro-image {
	margin: 10px auto 0;
	width: 400px;
	height: 150px;
	background: url(../images/phone2twitter.png) center bottom no-repeat;
	behavior: url(images/iepngfix.htc);
}
.join {
	padding: 20px;
	background: #fff;
	color: #999;
	float: right;
}
.join p {
	margin: 0;
	font-size: 90%;
	margin-bottom: 20px;
}
.join a.button {
	margin: 0 auto;
	padding: 10px 20px;
	color: #fff;
	font-size: 120%;
	text-decoration: none;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* validation */
.validation input.phone {
	width: 40px;
}
.validation .flash {
	margin-left: 20px;
	background: #fff;
	color: #09f;
	border: 1px solid #09f;
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	cursor: default;
}

/* settings */
.settings div { margin-bottom: 50px; }
.settings label { margin-right: 20px; }
.settings div.notice {
	margin-bottom: 20px;
	padding: 0 10px 10px;
	background: #fff;
	border: 1px solid #09f;
}
.settings ul.tab {
	margin: 0 -5px 20px;
	padding: 10px 10px 7px;
	border-bottom: 1px solid #ddd;
}
.settings ul.tab li {
	margin: 0 6px;
	padding: 11px 20px 8px;
	display: inline;
	background: #eee;
	border: 1px solid #ddd;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
}
* html .settings ul.tab li { padding-bottom: 7px; }
* + html .settings ul.tab li { padding-bottom: 7px; }
.settings ul.tab li.active {
	background: #fafafa;
	border-bottom: 1px solid #fafafa;
}
.settings ul.tab li a {
	font-size: 140%;
	text-decoration: none;
	color: #999;
}
.settings ul.tab li.active a {
	font-weight: bold;
	font-size: 140%;
	text-decoration: none;
	color: #09f;
}
.settings .message {
	margin: 10px;
	padding: 8px 16px;
	font-size: 100%;
	background: #fff;
}
.settings .phone { 
	font-size: 200%;
	font-family: "georgia", serif;
}
.settings .number {
	margin: 0 auto;
	padding: 0;
	color: #09f;
	font-family: "georgia", serif;
	font-size: 130%;
}

.settings .filter {
  width: 80%;
}

.settings .receive_mode button, .settings .coupon button {
	float: right;
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: #09f;
	background: none;
	text-decoration: underline;
}
* html .settings .receive_mode button, * html .settings .coupon button { position: relative; top: -23px; left: 10px; }
* + html .settings .receive_mode button, * + html .settings .coupon button { position: relative; top: -23px; left: 10px; }
.settings .rates {
	clear: both;
	margin: 0 40px 20px;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
* html .settings .rates { height: 100%; padding-bottom: 20px; }
* + html .settings .rates { padding-bottom: 20px; }
.settings .rates:hover { background: #eee; }
.settings .rates p {
	margin: 30px;
	float: left;
	font-size: 140%;
	font-weight: bold;
	color: #09f;
}
.settings .bluebird {
	
}
.settings .rates p.bluebird, .settings .rates p.pigeon {
	margin: 10px;
	padding-top: 50px;
	text-indent: 20px;
	width: 90px;
	height: 1em;
	line-height: 1;
	behavior: url(images/iepngfix.htc);
}
.settings .rates p.bluebird{
	background: url(../images/bluebird.png) center top no-repeat;
	color: #09f;
}
.settings .rates p.pigeon {
	background: url(../images/pigeon.png) center top no-repeat;
	color: #aa85ff;
}
.settings .rates ul {
	margin: 23px;
	float: left;
}
* html .settings .rates ul { margin: 23px 10px; }
.settings .rates li { font-size: 110%; }
.settings .rates .month {
	margin: 0 5px;
	color: #f09;
}
.settings .rates button {
	margin: 25px 20px 0 0;
	float: right;
	font-size: 120%;
}
.pager * {
  padding: 1px 3px;
  text-decoration: none; color: #999;
  font-family: 'Verdana', sans-serif;
}
.pager strong { cursor: pointer; }
.pager .selected { font-weight: bold; text-decoration: underline; color: #09f; }

/* footer */
.footer {
	margin-bottom: 50px;
	clear: both;
	padding: 12px 0;
	background: #eee;
	text-align: center;
	text-transform: lowercase;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
}

.footer p {
	margin: 10px;
}

/* popup */
body.popup {
	width: 500px;
	background: #fafafa;
}

body.popup h1 {
	margin: 0 10px;
	padding: 10px 14px;
	font-size: 140%;
	border-bottom: 4px solid #09f;
	color: #555;
}

body.popup table.payment {
	margin: 20px auto;
	width: 90%;
	border-collapse: collapse;
}

body.popup table.payment th {
	padding: 10px;
	font-size: 120%;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

body.popup table.payment td {
	padding: 10px;
	font-size: 120%;
	text-align: right;
	border-bottom: 1px solid #ddd;
	color: #09f;
}

body.popup input.radio {
	margin-left: 20px;
	margin-right: 5px;
}

body.popup input.phone {
	font-size: 110%;
	border: 1px solid #ddd;
	width: 50px;
}

body.popup input.number {
	font-size: 110%;
	border: 1px solid #ddd;
	width: 90px;
}

body.popup input.checkbox {
	margin-right: 5px;
}

body.popup p {
	margin: 10px auto;
	width: 85%;
	font-size: 110%;
}

body.popup p label,
body.popup p a {
	font-size: 100%;
}

body.popup .caution {
	padding: 10px;
	font-size: 110%;
	background: #fff;
	border: 1px solid #f09;
}

body.popup .caution li {
	margin: 0 20px;
}

body.popup p.caution em {
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	color: #f09;
}
body.popup button {
	float: right;
	margin: 10px 30px;
	padding: 10px 30px;
	font-size: 110%;
	background: #09f;
	color: #eee;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

/* faq */
p.q {
  font-size: 120%;
  font-weight: bold;
  color: #09f;
}
p.q b {
  font-size: 200%;
}
p.a {
  padding-bottom: 20px;
  font-size: 120%;
  border-bottom: 1px solid #eee;
}
p.a b {
  font-size: 200%;
  color: #f09;
}