body {
	color: black;
	
	/* font-family: Helvetica, Arial, Times, "Times New Roman", serif, Dotum; */
	font-family: NanumGothic, Gothic, µ¸À½, Dotum, Baekmuk Dotum, Undotum, Apple Gothic, Latin font, sans-serif;
			
	font-weight: normal; /*bold*/
	font-style: normal; /*italic*/
	text-decoration: none; /*line-through, underline, overline, blink*/
	font-size: 1em;
	
	background: white;
}

body, p, ol, ul, li {
	padding: 0;
	margin: 0;
	border: 0;
}

ol, ul, li				{list-style: none;}
ul li img				{vertical-align: top;}
img						{border: 0 none; vertical-align: middle;}
a						{text-decoration: none; color: black;}

input					{height: 18px; width: 100%; border: 1px solid #BEBEBE; vertical-align: middle;}
select					{height: 18px; width: 100%; border: 1px solid #BEBEBE;}
textarea				{height: 54px; width: 100%; border: 1px solid #BEBEBE;}


.alert-msg {
	padding: .8em;  
	height: 100%;
	color: #414141;
	text-align: center; 	
}

.opacity50 {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE-8 */
    filter: alpha(opacity=50); /* IE-7 */
    opacity: .5; /* all-browser */
}

.text-ellipsis, .header .title {
	text-overflow:ellipsis; 
	white-space:nowrap; 
	overflow:hidden;
}

.horizontal-2-block {
	display: inline-block; 
	width: 48%;
}

/*********************** Çì´õ ¿µ¿ª ½ÃÀÛ ***********************/
.header {
	padding: 0;
	margin: auto;
	
	width: 320px;
	height: 12px;	

	background: url('../images/smartcoupon/booking/bg_top.gif') no-repeat top center; 
}

.header .title { 
	padding-left: 35px;
	margin: 0;   
	
	width: 250px; /* 320-35(=padding-left)-35*/
	height: 60px;	
		
	display: block;
	
	color: #363636;
	font-weight: normal; /* bold */ /*ie9¿¡¼­´Â bold·Î ÇÏ¸é ¾Èº¸ÀÎ´Ù.*/
	font-size: 18px;	
	text-shadow: 0 -1px 1px #000;
	
	text-align: left; 
	
	line-height: 70px;
	
	background: url('../images/smartcoupon/booking/red_circle.png') no-repeat 20px 26px; /* (70-18)/2 = 26*/
}

/*********************** Çì´õ ¿µ¿ª ³¡ ***********************/


.content {
	left: 0; 
	right: 0;
	margin: auto;	
	
	margin-top: 50px;
	
	padding: 20px;
	padding-top: 0;
		
	display: block;
	
	width: 280px;
	height: 100%;
	
	/*max-width: 640px; 
	min-height: 960px; ÁÖ¼®Ç®±î¸»±î */
}

.content div {
	text-align: center; 
}


.bg-input {
	padding: 20px; 
	background: #f7f7f7;
}

.input-title {
	padding: 0 0 0 7px;
	
	font-size: 14px;
	color: #7d7d7d;
	text-align: left;
	background: url('../images/smartcoupon/booking/bullet.gif') no-repeat 0 5px; 
	
	display: inline-block; 
	width: 30%;
	
	vertical-align: top;
}

.input-text {
	padding: 0 0 10px 0;
	
	font-size: 13px;
	color: #9d9d9d;
	text-align: left;
		
	display: inline-block; 
	width: 63%;
}


.text-small-gray {
	color: #4e4e4e; 
	font-size: .9em;
}






.input-bg {
	margin: auto;
	
	width: 440px; 
	min-height: 123px;
	height: auto;

	background: url('../images/smartcoupon/web/bg_box.jpg') no-repeat top center; 
}


.btn-issue-bg {
	position: relative; 
}

.btn-issue {
	position: absolute;
	left: 0; 
	right: 0; 
	margin: auto;
}

.btn-text {
	margin-top: 65px; 
	margin-bottom: 15px; 
	margin-left: auto; 
	margin-right: auto; 
	width: 440px;    
	
	font-size: 12px; 
	color: #3e3c3d;
}

.added-text {
	border-top: 1px solid #9c9c9c;
	
	margin-left: auto; 
	margin-right: auto; 
	width: 440px;    
	
	padding-top: 10px; 
	padding-bottom: 10px; 
	
	font-size: 12px; 
	color: #a3a3a3;
	line-height: 130%;
}