/*********************** °øÅë ¿µ¿ª ½ÃÀÛ ***********************/
/*.text-ellipsis, */.header .title, .home-header .title, .submenu-tab-link {
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}

/*********************** °øÅë ¿µ¿ª ³¡ ***********************/


/*********************** Çì´õ ¿µ¿ª ½ÃÀÛ ***********************/
.header {
	padding: 0;
	margin: 0;
	 
	display: inline-block;  
	position: relative; 
	
	width: 100%;
	height: 46px; /*40px;*/
	
	/*background: url('../../images/smartcoupon/b/sc_bg_topbar.jpg') repeat center 100%;*/
	border-bottom: 1px solid #c7c7c7;
	background-color: #fff;	
}

.header .title {
	padding: 0;  
	margin: .6em 68px .6em 72px; /*.4em 68px .4em 72px;*/ /* ¿À¸¥ÂÊ call ¹öÆ° °¡·Î±æÀÌ°¡ 4px Âª´Ù */
	
	display: block; 
	
	color: black;
	font-weight: normal;
	font-size: 17px;	
	text-align: center; 
}

/*
.header .btn-left-back { 
	display: inline-block;
	
	position: absolute;
	left: 5px; 
	top: .5em;
	
	width: 60px; 
	height: 25px;
	
	-moz-background-size: 60px 25px;
	-o-background-size: 60px 25px;
	-webkit-background-size: 60px 25px;	
	background-size: 60px 25px;
	
	background: url('../../images/smartcoupon/b/sc_header_back.png') no-repeat center 100%;
}
*/
.header .btn-left-back { 
	display: inline-block;
	
	position: absolute;
	left: 15px; 
	top: 15px; /*.25em;*/ 
	
	width: 15px; 
	height: 16px;
	
	-moz-background-size: 15px 16px;
	-o-background-size: 15px 16px;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
	
	background: url('../../images/smartcoupon/b/header_back.png') no-repeat center 100%;
}

/*
.header .btn-left-home { 
	display: inline-block;
	
	position: absolute;
	left: 5px; 
	top: .5em;
	
	width: 60px; 
	height: 25px;
	
	-moz-background-size: 60px 25px;
	-o-background-size: 60px 25px;
	-webkit-background-size: 60px 25px;	
	background-size: 60px 25px;
	
	background: url('../../images/smartcoupon/b/sc_header_home.png') no-repeat center 100%;
}
*/

.header .btn-left-home { 
	display: inline-block;
	
	position: absolute;
	left: 15px; 
	top: 15px; /*.25em;*/ 
	
	width: 18px; 
	height: 16px;
	
	-moz-background-size: 18px 16px;
	-o-background-size: 18px 16px;
	-webkit-background-size: 18px 16px;	
	background-size: 18px 16px;
	
	background: url('../../images/smartcoupon/b/header_home.png') no-repeat center 100%;
}

/*
.header .btn-right-tel { 
	display: inline-block;
	
	position: absolute;
	right: 5px; 
	top: .5em;
	
	width: 56px; 
	height: 25px;
	
	-moz-background-size: 56px 25px;
	-o-background-size: 56px 25px;
	-webkit-background-size: 56px 25px;	
	background-size: 56px 25px;
	
	background: url('../../images/smartcoupon/b/sc_header_call.png') no-repeat center 100%;
}
*/
.header .btn-right-tel { 
	display: inline-block;
	
	position: absolute;
	right: 15px; 
	top: 15px; /*.25em;*/ 
	
	width: 15px; 
	height: 16px;
	
	-moz-background-size: 15px 16px;
	-o-background-size: 15px 16px;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
	
	background: url('../../images/smartcoupon/b/header_call.png') no-repeat center 100%;
}

/*
.header .btn-right-share { 
	display: inline-block;
	
	position: absolute;
	right: 5px; 
	top: .5em;
	
	width: 56px; 
	height: 25px;
	
	-moz-background-size: 56px 25px;
	-o-background-size: 56px 25px;
	-webkit-background-size: 56px 25px;	
	background-size: 56px 25px;
	
	background: url('../../images/smartcoupon/b/sc_header_share.png') no-repeat center 100%;
}
*/

.header .btn-right-share { 
	display: inline-block;
	
	position: absolute;
	right: 15px; 
	top: 15px; /*.25em;*/ 
	
	width: 15px; 
	height: 16px;
	
	-moz-background-size: 15px 16px;
	-o-background-size: 15px 16px;
	-webkit-background-size: 15px 16px;
	background-size: 15px 16px;
	
	background: url('../../images/smartcoupon/b/header_share.png') no-repeat center 100%;
}

/*********************** Çì´õ ¿µ¿ª ³¡ ***********************/


/*********************** Ç²ÅÍ ¿µ¿ª ½ÃÀÛ ***********************/
.footer-menu {
	padding-bottom: 10px;      
	background: #e1e1e1;
}

.footer-menu li {
	display: inline-block; 
}


.footer {
	padding: 0;
	margin: 0;
	 
	display: inline-block;  
	position: relative; 
	
	width:100%;
	/*height:44px;*/	
	
	border-left-width: 0; 
	border-right-width: 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #c7c4c4;	
	
	opacity: .9;
	background: #e1e1e1;
}

.footer .title-top {
	padding: 5px;
	
	display: block; 
	
	color: black;
	font-weight: normal;
	font-size: 12px;	
	/*text-shadow: 0 -1px 1px #000;*/
	text-align: center; 
}

.footer .title-bottom {
	padding-bottom: 5px;
	
	display: block; 
	
	color: #b42323;
	font-weight: normal;
	font-size: 12px;	
	/*text-shadow: #b42323 0px 1px 0, #b42323 0px -1px 0;*/
	text-align: center; 
}

.footer .title-bottom a {
	color: #b42323;
}
/*********************** Ç²ÅÍ ¿µ¿ª ³¡ ***********************/


/*********************** ÄÁÅÙÆ® ¿µ¿ª ½ÃÀÛ ***********************/
.content {
	display: block;
	
	width: 100%;
	height: 100%;
	
	/*max-width: 640px; 
	min-height: 960px; ÁÖ¼®Ç®±î¸»±î */
}

.content div {
	text-align: center; 
}

.content-right-shadow {
	/*background: url('../../images/smartcoupon/sc_bg_right.png') repeat-y top right;*/
}	

.content-left-shadow {
	/*background: url('../../images/smartcoupon/sc_bg_left.png') repeat-y top left;*/
}

/*
.content-left-shadow div {
	margin-left: 15px; 
	margin-right: 20px;	
}

.content-left-shadow .home-main, .content-left-shadow .coupon-bg {
	margin-left: 0px; 
	margin-right: 0px;	
}

.content-left-shadow .coupon-issue {
	margin-left: 5px; 
	margin-right: 5px;	
}
*/
/*********************** ÄÁÅÙÆ® ¿µ¿ª ³¡ ***********************/


/*********************** È¨ ¿µ¿ª ½ÃÀÛ ***********************/
.home-header {
	padding: 0;
	margin: 0;
	 
	display: inline-block;  
	position: relative; 
	
	width: 100%;
	height: 40px;
	
	background: url('../../images/smartcoupon/b/sc_bg_topbar.jpg') repeat center 100%;
}

.home-header .title {
	padding: 0;  
	margin: .6em 42px .6em 42px;
	
	display: block; 
	
	color: black;
	font-weight: normal;
	font-size: 17px;	
	text-align: center; 
}

.home-header .btn-home { 
	display: inline-block;
	
	position: absolute;
	left: 15px; 
	top: .5em;
	
	width: 25px; 
	height: 25px;
	
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;	
	background-size: 25px 25px;
	
	background: url('../../images/smartcoupon/b/sc_home.png') no-repeat center 100%;
}

.home-header .btn-tel { 
	display: inline-block;
	
	position: absolute;
	right: 15px; 
	top: .5em;
	
	width: 25px; 
	height: 25px;
	
	-moz-background-size: 25px 25px;
	-o-background-size: 25px 25px;
	-webkit-background-size: 25px 25px;	
	background-size: 25px 25px;
	
	background: url('../../images/smartcoupon/b/sc_tel.png') no-repeat center 100%;
}



.home-header-menu {
	position: relative;
	height: 50px;
	font-size: 87.5%;
	
	
	background-color: #505050;
	
	background-image: -moz-linear-gradient(top, 
							#505050,
							#1c1c1c);
	background-image: -webkit-gradient(linear,left top,left bottom,
			from(#505050),
			to(#1c1c1c));
  	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#505050', EndColorStr='#1c1c1c')";		
}

.home-header-menu li {
	width: 25%;
	height: 50px;
	text-align: center;	
}

.home-header-menu li.close {
	float: left;
	background: url('../../images/smartcoupon/b/bg_line_black.jpg') 0 0 no-repeat;
}

.home-header-menu li.open {	
	float: left;
	background: url('../../images/smartcoupon/b/bg_line_white.jpg') 0 0 no-repeat;	

	background-color: #fff;
}

.home-header-menu li a {
	display: block;
	position: relative;
	width: 58px;
	height: 19px;
	margin: 0 auto;
	padding-top: 30px;
	color: #fff;
	font-size: .829em;
	white-space: nowrap;
}

.home-header-menu a.selected {
	color: #000;
}


.home-header-menu a.gift {
	background: url('../../images/smartcoupon/b/sc_icon_gift.png') no-repeat center 5px;
}

.home-header-menu a.selected.gift {
	background: url('../../images/smartcoupon/b/sc_icon_sel_gift.png') no-repeat center 5px;
}


.home-header-menu a.event {
	background: url('../../images/smartcoupon/b/sc_icon_event.png') no-repeat center 5px;
}

.home-header-menu a.selected.event {
	background: url('../../images/smartcoupon/b/sc_icon_sel_event.png') no-repeat center 5px;
}


.home-header-menu a.photo {
	background: url('../../images/smartcoupon/b/sc_icon_photo.png') no-repeat center 5px;
}

.home-header-menu a.selected.photo {
	background: url('../../images/smartcoupon/b/sc_icon_sel_photo.png') no-repeat center 5px;
}


.home-header-menu a.map {
	background: url('../../images/smartcoupon/b/sc_icon_map.png') no-repeat center 5px;
}

.home-header-menu a.selected.map {
	background: url('../../images/smartcoupon/b/sc_icon_sel_map.png') no-repeat center 5px;
}


.home-header-menu a.menu {
	background: url('../../images/smartcoupon/b/sc_icon_menu.png') no-repeat center 5px;
}

.home-header-menu a.selected.menu {
	background: url('../../images/smartcoupon/b/sc_icon_sel_menu.png') no-repeat center 5px;
}


.home-header-menu a.search {
	background: url('../../images/smartcoupon/b/sc_icon_search.png') no-repeat center 5px;
}

.home-header-menu a.selected.search {
	background: url('../../images/smartcoupon/b/sc_icon_sel_search.png') no-repeat center 5px;
}


.home-header-menu a.present {
	background: url('../../images/smartcoupon/b/sc_icon_present.png') no-repeat center 5px;
}

.home-header-menu a.selected.present {
	background: url('../../images/smartcoupon/b/sc_icon_sel_present.png') no-repeat center 5px;
}


.home-header-menu a.subscription {
	background: url('../../images/smartcoupon/b/sc_icon_subscription.png') no-repeat center 5px;
}

.home-header-menu a.selected.subscription {
	background: url('../../images/smartcoupon/b/sc_icon_sel_subscription.png') no-repeat center 5px;
}


.home-header-menu a.shop {
	background: url('../../images/smartcoupon/b/sc_icon_shop.png') no-repeat center 5px;
}

.home-header-menu a.selected.shop {
	background: url('../../images/smartcoupon/b/sc_icon_sel_shop.png') no-repeat center 5px;
}



.home-header-menu a.menual {
	background: url('../../images/smartcoupon/b/sc_icon_menual.png') no-repeat center 5px;
}

.home-header-menu a.selected.menual {
	background: url('../../images/smartcoupon/b/sc_icon_sel_menual.png') no-repeat center 5px;
}

.home-header-menu a.board {
	background: url('../../images/smartcoupon/b/sc_icon_board.png') no-repeat center 5px;
}

.home-header-menu a.selected.board {
	background: url('../../images/smartcoupon/b/sc_icon_sel_board.png') no-repeat center 5px;
}

.home-header-menu a.prd {
	background: url('../../images/smartcoupon/b/sc_icon_prd.png') no-repeat center 5px;
}

.home-header-menu a.selected.prd {
	background: url('../../images/smartcoupon/b/sc_icon_sel_prd.png') no-repeat center 5px;
}

.home-header-menu a.event2 {
	background: url('../../images/smartcoupon/b/sc_icon_event2.png') no-repeat center 5px;
}

.home-header-menu a.selected.event2{
	background: url('../../images/smartcoupon/b/sc_icon_sel_event2.png') no-repeat center 5px;
}

/*
sc_icon_map.png 23 21
sc_icon_photo.png 25 21
sc_icon_event.png 26 24
sc_icon_gift.png 20 20
sc_icon_menu.png 28 20
*/



.home-main {
	/*
	border-top: 2px solid #cbcacb; 
	border-bottom: 1px dashed #cba18b;
	*/
}
/*********************** È¨ ¿µ¿ª ³¡ ***********************/


/*********************** ¼­ºê¸Þ´º ¿µ¿ª ½ÃÀÛ ***********************/
.submenu {
	position: relative;
	width: 100%;
	height: 25px;
	background: #b7b8b8;
}

.submenu-tab {
	float: none;
	position: relative;
	height: 24px;
	
	background: #f7f7f7;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f4f4f4));
	
	-webkit-box-shadow:inset #ececec 0 -1px 3px;
	
	margin-top: 5px;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

.submenu-tab:after {
	display: block;
	clear: both;
	content:" ";
}	

.submenu-tab-list {
	display: inline-block;
	float: left;
	/*width: 20%;*/
	height: 24px;
	background: url('../../images/smartcoupon/bg_line.gif') 0 -48px no-repeat;
	text-align: center;
}

.submenu-tab-list:first-child {
	/*background: url('../../images/smartcoupon/sc_bg_left.png') repeat-y top left;*/
	
	/*margin-left: -1px;*/
	/*width: 18%;*/
}	

.submenu-tab-list:nth-child(2) {
	/*width: 19%;*/
}

.submenu-tab-list:nth-child(3) {
	/*width: 27%;*/
}

.submenu-tab-list:nth-child(4) {
	/*width: 19%;*/
}

.submenu-tab-list:last-child {
	/*background: url('../../images/smartcoupon/sc_bg_right.png') repeat-y top right;*/
	
	/*margin-left: -1px;*/
	/*width: 17%;*/
}

.submenu-tab-list:last-child a {
	/*padding-left: 2px;*/
}

.submenu-tab-list:last-child.submenu-tab-list-on, .submenu-tab-list:last-child .submenu-tab-link {
	border-right: none;
}

.submenu-tab-list-on {
	position: relative;
	height: 24px;
	font-weight: bold;
	
	/*background: #fff;*/
}

.submenu-tab-link {
	display: block;
	height: 24px;
	color: #000;
	font-family: helvetica;
	font-size: 12px;
	line-height: 25px;
	text-shadow: 0 1px 1px #fff;
}

.submenu-tab-list-on .submenu-tab-link {
	height: 25px;
	width: 100%;
	border-right: 1px solid #b2b2b2;
	border-left: 1px solid #b2b2b2;
	
	background: #fff;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#fff));
}

/*********************** ¼­ºê¸Þ´º ¿µ¿ª ³¡ ***********************/


/*********************** ÄíÆù ¿µ¿ª ½ÃÀÛ ***********************/
.coupon-bg {
	padding-top: 40px;
	background: url('../../images/smartcoupon/sc_bg_embossing.png') repeat center 100%;  
	border-bottom: 1px solid #cbcacb;
}

.coupon-ad-bg {
	padding-top: 40px;
	background: url('../../images/smartcoupon/sc_bg_ad.png') repeat center 100%;  
	border-bottom: 1px solid #cbcacb;
}

.coupon-ad-bg2 {
	padding-top: 40px;
	background: url('../../images/smartcoupon/sc_bg_ad2.png') repeat center 100%;  
	border-bottom: 1px solid #cbcacb;
}


.coupon-ad-bg3 {
	padding-top: 40px;
	background: url('../../images/smartcoupon/sc_bg_ad3.png') repeat center 100%;  
	border-bottom: 1px solid #cbcacb;
}


.coupon-ad-bg4 {
	padding-top: 40px;
	background: url('../../images/smartcoupon/sc_bg_ad4.png') repeat center 100%;  
	border-bottom: 1px solid #cbcacb;
}


.coupon-img {
	position: relative; 
	display: block;
}

.percent-bg {
	position: absolute;
	
/*  	left: -27px; */
 	left: 0px;
	bottom: -27px;
	
	width: 73px;
	height: 74px;
	
	color: white;
	font-weight: bold; /*normal*/
	font-size: 19px;	
	text-shadow: 0 -1px 1px #000;
	text-align: center; 
	
	-moz-background-size: 73px 74px;
	-o-background-size: 73px 74px;
	-webkit-background-size: 73px 74px;	
	background-size: 73px 74px;
		
	background: url('../../images/smartcoupon/sc_bg_percent.png') no-repeat center 100%;
}

.percent-text {
	position: relative; 
	bottom: -27px;
}

/*
.coupon-text {
	background: gray;
	
	
	display: inline-block;  
	
	margin-top: 40px; 
	margin-bottom: 10px; 
	margin-left: 10px; 
	margin-right: 10px;
	
	
	word-break: break-all;
}

.coupon-text .coupon-name {
	background: lime;
	
	
	display: block; 
	margin: 0px;  
	float: left; 
	width: 48%; 
	
	font-size: 1.2em;
	text-align: center;
}

.coupon-text .coupon-desc {
	background: pink;
	
	
	display: block;   
	margin-left: 49%; /*width of coupon-name¿¡ ¿ÞÂÊ °ø°£ 1% Ãß°¡ 
	width: 51%; /* 100% - (margin-left) 
	
	font-size: .8em;
	text-align: left;
}
*/


.coupon-text {
	display: block; 
	
	margin-top: 40px; 
	margin-bottom: 10px; 
	margin-left: 10px; 
	margin-right: 10px;
	
	
	word-break: break-all;
}

.coupon-text .coupon-name {
	display: block; 
	margin: 0;

	font-size: 1.2em;
	text-align: center;
}

.coupon-text .coupon-desc {
	display: block;   
	margin: 0;

	font-size: .8em;
	text-align: center;
}

.coupon-issue {
	position: relative; 
	display: block;

	padding-top:3px;
	padding-bottom:3px;
	
	height:auto;
	min-height :34px;
	
}

.coupon-issue .coupon-issue-btn {	
	display: block; 
	position: absolute; 
	right: 50%;  
	margin-right :3px;
}

.coupon-issue .coupon-issue-price {
	position: absolute; 
	display: block;   
	left:50%;

	margin-left:3px;
	text-align: left; 
	
}	

.text-small-gray {
	color: #4e4e4e; 
	font-size: .9em;
}

.text-through-gray {
	color: #333333; 
	font-size: 1em; 
	/*font-weight: bold;*/ 
	text-decoration: line-through;
}

.text-big-red {
	color: #ff0033; 
	font-size: 1.8em; 
	font-weight: bold;
}



.sc_btn_inquiry,.sc_btn_facebook,.sc_btn_kakaostory ,.sc_btn_chat ,.sc_btn_link, .sc_btn_tel, .sc_btn_booking, .sc_btn_kakao, .sc_btn_issue, .sc_btn_issue2, .sc_btn_issue_event,.sc_btn_ask, .sc_btn_issue_event2, .sc_btn_cancel, .sc_icon_tel, .sc_icon_blog, .sc_icon_comment, .sc_icon_qr, .sc_icon_way {
	display: inline-block;
	clear: both;
	content: " ";
}

.sc_btn_link {
	width: 295px;
	height: 34px;
	
	 background-size:295px 34px;		
			
	background-image: url('../../images/smartcoupon/b/sc_btn_link.png') ;
}

.sc_btn_tel {
	width: 144px;
	height: 34px;
   background-size:144px 34px;			
	background-image: url('../../images/smartcoupon/b/sc_btn_tel.png');	
}

.sc_btn_booking {
	width: 144px;
	height: 34px;
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_booking.png');		
}


.sc_btn_inquiry {
	width: 144px;
	height: 34px;
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_inquiry.png') ;		
}

.sc_btn_kakao {
	width: 144px;
	height: 34px;
	
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_kakao.png');		
	
}


.sc_btn_kakaostory {
	width: 144px;
	height: 34px;
	
			
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/kas.png') ;			
	
	cursor: pointer;
}

.sc_btn_facebook {
	width: 144px;
	height: 34px;
	
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/fb.png');
	
	cursor: pointer;			
}






.sc_btn_chat {
	
	width: 144px;
	height: 34px;
	
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/chat.png') ;			
}

.sc_btn_issue {
	width: 144px;
	height: 34px;
	
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_issue.png');			
}

.sc_btn_issue2 {
	width: 192px;
	height: 40px;
			
	background: url('../../images/smartcoupon/b/sc_btn_issue2.png') no-repeat center 100%;			
}

.sc_btn_issue_event {
	width: 144px;
	height: 34px;
			
    background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_issue_event.png') ;	
}


.sc_btn_ask{
	width: 144px;
	height: 34px;
	
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_ask.png');	
}

.sc_btn_issue_event2 {
	width: 192px;
	height: 40px;
			
	background: url('../../images/smartcoupon/b/sc_btn_issue_event2.png') no-repeat center 100%;	
}

.sc_btn_cancel {
	width: 96px;
	height: 40px;
			
	background: url('../../images/smartcoupon/b/sc_btn_cancel.png') no-repeat center 100%;	
}

.sc_icon_tel {
	width: 64px;
	height: 30px;
			
	background: url('../../images/smartcoupon/b/sc_icon_tel.png') no-repeat center 100%;	
}

.sc_icon_blog {
	width: 80px;
	height: 30px;
			
	background: url('../../images/smartcoupon/b/sc_icon_blog.png') no-repeat center 100%;	
}

.sc_icon_comment {
	width: 80px;
	height: 30px;
			
	background: url('../../images/smartcoupon/b/sc_icon_comment.png') no-repeat center 100%;	
}

.sc_icon_qr {
	width: 60px;
	height: 30px;
			
	background: url('../../images/smartcoupon/b/sc_icon_qr.png') no-repeat center 100%;		
}

.sc_icon_way {
	width: 60px;
	height: 30px;
			
	background: url('../../images/smartcoupon/b/sc_icon_way.png') no-repeat center 100%;		
}
/*********************** ÄíÆù ¿µ¿ª ³¡ ***********************/


/*********************** swipeview ¿µ¿ª ½ÃÀÛ ***********************/

#wrapper {
	/* height: 800px; script·Î ÇØ°á */
	margin-left: 0px; 
	margin-right: 0px;
}

#swipeview-slider, #swipeview-slider > div {
	margin: 0;
}


#nav {
	position:absolute;
	z-index:100;
	top: 48px; /* Å¾ÀÌ 44px¿¡¼­ 32px·Î 12px Âª¾ÆÁü.*/
	/* top: 40px; */
	
	/*width:200px;
	height:20px;
	left:50%; script·Î °è»êÇØ¼­ ÁöÁ¤ÇÔ*/
	background: #757575;
	background: rgba(50,50,50,0.65);
	padding:0;
	/*margin:0 0 0 -100px;*/

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    
    margin-left: 10px;
    margin-right: 10px;    
}

#nav li {
	display:block;
	float:left;
	width:14px;
	height:14px; 
	line-height:14px;
	
	background: #919191;
	background: rgba(255,255,255,0.2);
	
	overflow:hidden;
	padding:0;
	margin:3px 7px 0 0;
	text-align:center;
	
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    	
	color: white;
	font-size: .7em;
}

#nav li#prev {
	margin-left:5px;
	background:transparent;
}

#nav li#next {
	margin-right:5px;
	background:transparent;
}

#nav li.selected {
	color: black;
	
	background: #d7d7d7;
	background: rgba(255,255,255,0.7);
}
/*********************** swipeview ¿µ¿ª ³¡ ***********************/


/*********************** ´õº¸±â ¿µ¿ª ½ÃÀÛ ***********************/
.more-area {
	display: block; 
	padding: 10px; 
	text-align: center; 
	/*border-top: 1px dashed #cba18b;*/
}

.more-area a {
	display: block; 
}

.more-area-row1 {
	font-size: 14px; 
	font-weight: bold; 
	color: #000;
}

.more-area-row2 {
	font-size: 11px; 
	font-weight: normal; 
	color: #A0A0A0;
}
/*********************** ´õº¸±â ¿µ¿ª ³¡ ***********************/


/*********************** ÄíÆù¹Þ±â ½ÃÀÛ ***********************/
.issue-coupon-bg {
	margin-left: auto;
	margin-right: auto;
	
	width: 295px; 
	min-height: 216px;
	height: auto;

	background: url('../../images/smartcoupon/b/bg_coupon.png') no-repeat top center; 
}

.issue-coupon-shopname {
	padding-top: 50px;
	color: #7e7e7e; 
}

.issue-coupon-prdname {
	padding-bottom: 10px; 
	color: #c92f2f;  
	font-size: 1.4em; 
	font-weight: bold; 
	background: url('../../images/smartcoupon/b/bg_dashedline.png') no-repeat bottom center;
}

.issue-coupon-priceinfo {
	padding-top: 10px; 
	padding-bottom: 60px;
	background: url('../../images/smartcoupon/b/bg_dashedline.png') no-repeat bottom center;
}

.issue-coupon-priceinfo-percent {
	display: inline-block;  
	float: left; 
	color: #c92f2f; 
	font-size: 2.8em; 
	
	/*background-color: rgba(255,0,0,0.3);*/
}

.issue-coupon-priceinfo-price {
	display: inline-block; 
	float: right;

	/*background-color: rgba(255,0,255,0.3);*/
}


.issue-coupon-bg div {
	text-align: left; 
}

.issue-coupon-priceinfo div {
	text-align: right;
}

.input-bg {
	margin-left: auto; 
	margin-right: auto; 
	width: 260px;
}

.input-bg div {
	text-align: left; 
}

.input-title {
	color: #313131;
	font-size: .9em;
	padding-left: 7px;
	background: url('../../images/smartcoupon/b/bullet_red.png') no-repeat 0 5px; 
	
	display: inline-block; 
	width: 30%;
}

.input-text {
	display: inline-block;
	width: 65%;
}

.input-text input {
	width: 95%;
}
/*********************** ÄíÆù¹Þ±â ³¡ ***********************/