@CHARSET "UTF-8";

body {
	color: black;
	font-family: Helvetica, Arial, Times, "Times New Roman", serif, Dotum;
	font-weight: normal; /*bold*/
	font-style: normal; /*italic*/
	text-decoration: none; /*line-through, underline, overline, blink*/
	font-size: 1em;
	
	background: white;
	
	
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	
	/*font-family: helvetica;*/
	font-family:'나눔고딕',NanumGothic,'맑은 고딕','Malgun Gothic','돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif;
	/*font-family: '돋음', Dotum, 'Malgun Gothic', Arial, "UnDotum", "Baekmuk Dotum", AppleGothic, "Helvetica", "Bitstream Vera Sans", sans-serif;*/	
}

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; cursor: pointer;}
div[onclick] 			{cursor: pointer;}


	

/* 가로사이즈 최대값을 주어 무제한으로 늘어지지 않게 한다. */
.shop_visit, .category_menu {
	max-width: /*640*/ 800px;
	margin: 0 auto;
}




.main {
	/*background: #eee; 주석풀면안됨 */
	position: relative;
	z-index: 10;
	/*margin-top: 250px;*/
	padding: 0;
}


.icon_36_black_delete {
	-moz-background-size: 1548px 36px;
	-o-background-size: 1548px 36px;
	-webkit-background-size: 1548px 36px;
	background-size: 1548px 36px;
	background-color: none; /*rgba(0,0,0,.4);*/
	background-image: url(/css/images/icons-36-black.png);
	background-repeat: no-repeat;
	-moz-border-radius: 18px;
	-webkit-border-radius: 18px;
	border-radius: 18px;
	width: 36px;
	height: 36px;
	background-position: -144px 50%;
}


/*********************** 카테고리 시작 ***********************/
.category_menu2 {
	overflow: hidden;
	position: relative;
	
	max-width: 576px;
	width: 90%;
	
	z-index: 21;
	height: auto;
	font-size: 87.5%;
	
	background: #fff url('/images/smartcoupon/sc_bg_category.gif') repeat center 100%;
	
	border-radius: 10px;  
}

.category_menu2 li {
	float: left;
	width: 50%;
	height: 40px;
	line-height: 40px;
	
	font-size: 13px;
	font-weight: normal;
	
	text-indent: 11px;
	text-decoration: none;
	
	margin-right: -3px;
	border-left: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}

.category_menu2 li:nth-child(odd) {
    border-right: 1px solid #f2f2f2;
}

.category_menu2 li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
		
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;	
}

.category_menu2 li.all {
	width: 100%;
	background-color: #f2f2f2;
}

.category_menu2 li.sel {
	font-weight: bold;
}

.category_menu2 li.sel a {
	color: #ee4d3d;
}

.category_menu2 li span.number {
	padding: 3px; 
	background-color: #f8a096; /*#f69084;*/ 
	color: #fff; 
	border-radius: 4px; 
	vertical-align: middle; 
	font-weight: normal;
}

.category_menu2 li.sel span.number {
	background-color: #ee4d3d; 
}
/*********************** 카테고리 끝 ***********************/

/*********************** 포토갤러리 시작 ***********************/
#tile_content3 {
	overflow: hidden;
	background-color: #eee;
}

#tile_content3 .tile_element {
	width: 49.99%; /* 2개씩 보기 */
	background-color: #eee; /* #tile_content3와 같은 색상이어야 함 */
	
	float: left; /* vgrid실행하지 않을때 이거 넣기 */
}

@media all and (min-width: 560px) {
	#tile_content3 .tile_element {
		width: 33.3%; /* 3개씩 보기 */
	}
}

#tile_content3 .tile_element .tile_card {
	background-color: #fff;
	border: solid 1px #e6e6e6;
	border-radius: 6px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	margin: 5px;
	
	cursor: pointer;
}

#tile_content3 .tile_element .tile_card .tile_image {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	vertical-align: top;
	border: 0;
	transition: opacity 0.25s linear;
	width: 100%;
	min-height: 90px;
}

#tile_content3 .tile_element .tile_card .tile_info {
	margin: 5px;
}

#tile_content3 .tile_element .tile_card .tile_info .photoTitle1 {
	display: inline-block;
	width: 50%;
	color: #1172b6;
	font-size: 14px;
		
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

#tile_content3 .tile_element .tile_card .tile_info .photoTitle2 {
	margin-top: .1em;
	font-size: 13px;
	
	height: 17px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}

#tile_content3 .tile_element .tile_card .tile_info .photoTitle3 {
	/*margin-top: .1em;*/
	display: inline-block;
	width: 50%;
	text-align: right;
	color: #666;
	font-size: 12px;
		
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}  

#detail_note {
	margin: 10px;
	white-space: pre-line;
	overflow-x: auto;
}

#detail_img {
	text-align: center;
}








.photo_element {
	position: relative;
	
	display: inline-block;
	/* width: 25%; 4개씩 */
	width: 33.3%; /* 3개씩 보기 */

	/* background: url(/images/portal/hoonjanggol/h1.jpg) no-repeat center;	 */
	background-size: 100% auto;
}

.photo_element:before {
    content: "";
    display: inline-block;
    padding-top: 100%; /* 정사각형일 경우 */   
}


.photo_card {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	
	/* margin: 1px; .shape 추가 후 넣은부분 */
	
	/* shape 삭제 후 넣은부분 */
	border-bottom: 1px solid #ddd;
	margin: 3px 3px 2px 3px; /* border-bottom: 1px 때문에 2px */
	
	
	background-repeat: no-repeat;
	background-position: center;
	
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}



/* Web */
@media all and (min-width: 1024px) {

	.photo_element {
		/*width: 12.5%; /* 8개씩 */
		width: 16.666666666666667%; /* 6개씩 */
		float: left;
	}
	
	.photo_card {
		/* margin: 10px; .shape 추가 후 넣은부분 */
		
		
		/* shape 삭제 후 넣은부분 */
		margin: 5px 5px 4px 5px; /* border-bottom: 1px 때문에 4px */
		
			
	    -webkit-transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
	    transition: -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
	    transition: transform .2s cubic-bezier(.165, .84, .44, 1);
	    transition: transform .2s cubic-bezier(.165, .84, .44, 1), -webkit-transform .2s cubic-bezier(.165, .84, .44, 1);
	}
	
	.photo_card:hover {		
	    -webkit-transition-duration: .3s;
	    transition-duration: .3s;
	    
	    /* background-size: 140%; */
	    -webkit-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	    transform: scale(1.05);
	}
	
	
	
	.shape1 .photo_card {
		margin-bottom: 5px;
	}
	
	.shape2 .photo_card {
		margin-bottom: 5px;
	}

	.shape1 {
		width: 50%;
	}
	
	.shape2 {
		width: 37.5%;
	}
	
	.shape5,
	.shape6,
	.shape7,
	.shape8 {
		width: 25%;
	}	
	

	.shape1:before {
	    padding-top: 50%;
	}	

	.shape2:before {
	    padding-top: 66.66666%;  
	}		
}


  
.bar {
	/* margin-top: 20px; */
	padding: 10px; 
	background-color: gold;
}

.category_bar {
	padding: 10px 0;

	font-weight: normal;
	font-size: 1.1em;
	text-align: center;
}



.product_title {
	margin: 20px auto;
	text-align: center;
}

.product_title > .black_color_big {
	color: #000;
	font-size: 24px;
	font-weight: bold;	
}

.product_title > .gray_color_big {
	color: #939498;
	font-size: 24px;
	font-weight: bold;	
}

.product_title > .gray_color {
	color: #939498;
	font-size: 12px;
	font-weight: normal;	
}
/*********************** 포토갤러리 끝 ***********************/


/*********************** 팝업 시작 ***********************/
#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	background: #FFF;
	border: solid 1px #999;
	color: #000;
	
	min-width: 240px;
	max-width: 300px;	
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	color: #666;
	border-bottom: solid 1px #999;
	cursor: default;
	margin: 0em;
}

#popup_content {
	background: none;
	padding: 10px;
	height: auto;
}

#popup_message {
	/*padding-left: 48px;*/
	padding-left: 0em;
}

#popup_panel ul {
	display: block;
	width: 100%;
	height: 85px; /*65px+10px+10px*/
	text-align: center;		
}

#popup_panel li {
	float: left;

	text-align: center;
	/*width: 33.33%; 3개씩*/
	/*width: 25%; 4개씩*/
	width: 20%; /*5개씩*/
	height: 65px;
	margin: 10px 0 10px !important;
}

#popup_panel li a {
	display: block;
	text-align: center;

	width: 100%;
	color: #666 !important;
	font-size: 11px !important;
	white-space: nowrap !important;
}

#popup_panel li a:before {
	content: '';
	display: block;
	width: 46px !important;
	height: 46px;
	margin: 0 auto 5px !important;
	text-align: center;
		
	background: url(/images/smartcoupon/sp_spi.png) no-repeat;
	background-size: 250px 265px;
	-moz-background-size: 250px 265px;
	-o-background-size: 250px 265px;
	-webkit-background-size: 250px 265px;
}

#popup_panel li a.fb:before {	
	background-position: -100px -50px !important;
}

#popup_panel li a.kas:before {	
	background-position: -200px -50px !important;
}

#popup_panel li a.katalk:before {	
	background-position: -150px 0px !important;
}

#popup_panel li a.naver:before {	
	background-position: -150px -100px !important;
}

#popup_panel li a.sms:before {	
	background-position: 0px -100px !important;
}

.copy_url {
	width: 100%; 
	text-align: center; 
	padding: 0; 
}

.copy_url a {
	display: block !important;
	overflow: hidden !important;
	color: #167ac6 !important;
	font-size: 13px !important;
	line-height: 36px !important;
	text-overflow: ellipsis !important;
	white-space: nowrap !important;
	border: 1px solid #d9dcdf !important;
	background: #fafafa !important;
}

.copy_url_msg {
	display: block;
	/*margin-bottom: -3px !important;*/
	padding: 15px 0 !important;
	color: #999 !important;
	font-size: 12px !important;
	text-align: center; 
}

.copy_url_btn {
	display: none;
	/*margin-bottom: -3px !important;*/
	padding: 15px 0 !important;
	color: #999 !important;
	font-size: 12px !important;
	text-align: center; 
}

.copy_url_btn a {
	padding: 5px;
	border: 1px solid #d8d8d8;
	background-color: #f8f8f8;
}




.popup_overlay_close {
	position: absolute; 
	top: 0; 
	right: 0; 
	z-index: 99999; 
	display: inline-block; 
	color: #eee; 
	font-weight: bold; 
	font-size: 30px; 
	text-align: center; 
	padding: 5px 12px; 
	margin: 10px;
	border-radius: 50px; 
	border: 1px solid #333;
	font-family: 'Nanum Barun Gothic', Helvetica, sans-serif;
}

#popup_box,
.popup_box {
	-ms-overflow-style: none; /* ie 스크롤 안보이게 */
}

#popup_box::-webkit-scrollbar,
#popup_box_popup::-webkit-scrollbar,
.popup_box::-webkit-scrollbar {
	display: none;
	width: 0; /* 스크롤바 너비 0으로 설정 */
   	height: 0; /* 가로 스크롤바도 숨기려면 추가 */
   	opacity: 0;
}


/* Web */
@media all and (min-width: 1024px) {

	#popup_container {
		min-width: 300px;
		max-width: 500px;	
	}
	
	.copy_url_msg {
		display: none;
	}
		
	.copy_url_btn {
		display: block;
	}




	.popup_overlay_close {
		padding: 5px 20px; 
		font-size: 60px; 
	}
	
	#popup_box,
	.popup_box {
		right: 50px; 
		left: 50px; 
	}
}
/*********************** 팝업 끝 ***********************/



#touchSlider {
	margin-left: 0;
	margin-right: 0;
	position: relative;
}


.details ul {
	display: block;
	list-style-type: none;
}

.details ul li {
	display: block;
}

.details ul li img {
	display: block;
	line-height: 0;
}


	
	
	
/*공통 */	
.alert-msg {
	padding: .8em;  
	height: 100%;
	color: #414141;
	text-align: center; 	
}

.img-square-shadow {
	border:5px solid #fff;
	
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    		    
    -moz-box-shadow:0 2px 6px #000;
    -webkit-box-shadow:0 2px 6px #000;
    box-shadow:0 2px 6px #000;			
}

.opacity50 {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE-8 */
    filter: alpha(opacity=50); /* IE-7 */
    opacity: .5; /* all-browser */
}

.lazy {
	display: inline-block;
	background-color: #fff;
	background-image: url(/images/smartcoupon/progress.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

/*********************** 라운드 버튼 시작 ***********************/
.round-3px-gray {
	display: inline-block;
	padding: 1px;
	border: 1px solid #c7c7c7;
	border-radius: 3px;
	
	background-color: #fcfcfc;
	background-image: -moz-linear-gradient(top,#fff,#f9f9f9);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9f9f9));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fff', EndColorStr='#f9f9f9')";			
}

a.round-3px-gray {
	text-decoration: none;
}

a.btn-top {
	float: right;
	padding-left: 4px;

	/*margin: 0 5px 10px 0;*/
	margin: 5px 5px 10px 0;
	
	width: 40px;
	height: 20px;

	font-size: 12px;
	font-family: 'Malgun Gothic',sans-serif;
	line-height: 20px;
	color: #222;
	text-decoration: none;
	
	background: url('../../images/smartcoupon/arr_top.png') no-repeat 4px 7px; /*5x7*/
}

a.btn-back {
	float: left;
	padding-left: 4px;
	
	/*margin: 0 0 10px 5px;*/
	margin: 5px 0 10px 5px;
	
	width: 40px;
	height: 20px;

	font-size: 12px;
	font-family: 'Malgun Gothic',sans-serif;
	line-height: 20px;
	color: #222;
	text-decoration: none;
	
	background: url('../../images/smartcoupon/arr_back.png') no-repeat 4px 7px; /*7x5*/
}


.round-4px-black {
	display: inline-block;
	padding: 7px 9px 7px 9px;
	border: 1px solid #252525;
	border-radius: 4px;
	
	background-color: #272727;
	background-image: -moz-linear-gradient(top,#6d6d6d,#101010);
	background-image: -webkit-gradient(linear,left top,left bottom,from(#6d6d6d),to(#101010));
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6d6d6d', EndColorStr='#101010')";			
}

a.round-4px-black {
	text-decoration: none;
}

a.btn-whitefont {
	vertical-align: top;

	min-width: 45px;
	
	font-size: 12px;
	font-family: 'Malgun Gothic',sans-serif;
	/*line-height: 20px;*/
	color: #fff;
	text-decoration: none;	
}
/*********************** 라운드 버튼 끝 ***********************/	









/*********************** 헤더 영역 시작 ***********************/
.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: .7em 68px .7em 72px; /*.4em 68px .4em 72px;*/ /* 오른쪽 call 버튼 가로길이가 4px 짧다 */
	
	display: block; 
	
	color: black;
	font-weight: normal;
	font-size: 17px;	
	text-align: center; 
	
	
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;	
}


.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: 15px; 
	top: 15px; 
	
	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%; 
	*/
	
	
	
	left: 10px;
	top: 10px;
	bottom: 10px;	
	width: 30px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;		
	background-image: url('/images/smartcoupon/menu_B_20170404/HM_black.png');
}


.header .btn-right-share { 
	display: inline-block;
	
	position: absolute;
	/*
	right: 15px; 
	top: 15px;
	
	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%;
	*/
	
	
	right: 10px;
	top: 10px;
	bottom: 10px;	
	width: 30px;
	background-size: 30px 30px;
	background-repeat: no-repeat;
	background-position: center center;		
	background-image: url('/images/smartcoupon/menu_B_20170404/SH.png');	
}


.header .btn-right-tel { 
	display: inline-block;
	
	position: absolute;
	right: 15px; 
	top: 15px; 
	
	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%;

}


/*********************** 헤더 영역 끝 ***********************/


/*********************** 풋터 영역 시작 ***********************/
.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; 
}

ul.details div {
	text-align: left;
}

ul.details li.desc {
	padding: 20px; 
	text-align: left;
}

.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;	
}
*/
/*********************** 컨텐트 영역 끝 ***********************/


/*********************** 쿠폰 영역 시작 ***********************/
.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;
	*/
	padding: 5px 0;
	
	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: " ";
}

div.sc_btn_link, div.sc_btn_tel, div.sc_btn_booking, div.sc_btn_inquiry, div.sc_btn_issue, div.sc_btn_issue_event, div.sc_btn_ask, div.sc_btn_chat, div.sc_btn_sns, div.sc_btn_sns_banner,div.sc_btn_buy ,div.sc_btn_refund{
	margin: auto;
}

img.sc_btn_link {
	width: 295px;
	height: 34px;
	
	background-size:295px 34px;		
			
	background-image: url('../../images/smartcoupon/b/sc_btn_link.png') ;
}

div.sc_btn_link {
	/*
	width: 294px; /*=288+3x2
	height: 34px;
	
	line-height: 34px;
	font-weight: bold;
	font-family: Raleway;
	font-size: 1em;
	color: #fff;
	
	background-color: #4d4d4d;
	border: 1px solid #4d4d4d;
	*/	
	
	width: 294px;
	height: 36px;
	
	background-size: 294px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_link.gif');
}


img.sc_btn_tel {
	width: 144px;
	height: 34px;
	background-size:144px 34px;			
	background-image: url('../../images/smartcoupon/b/sc_btn_tel.png');	
}

div.sc_btn_tel {
	/*
	width: 294px; /*=288+3x2
	height: 34px;
	
	line-height: 34px;
	font-weight: bold;
	font-family: Raleway;
	font-size: 1em;
	color: #4d4d4d;
	
	background-color: #fff;
	border: 1px solid #b3b3b3;	
	*/	
	
	width: 294px;
	height: 36px;
	
	background-size: 294px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_tel.gif');	
}

img.sc_btn_booking {
	width: 144px;
	height: 34px;
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_booking.png');		
}

div.sc_btn_booking {
	/*
	width: 294px; /*=288+3x2
	height: 34px;
	
	line-height: 34px;
	font-weight: bold;
	font-family: Raleway;
	font-size: 1em;
	color: #4d4d4d;
	
	background-color: #fff;
	border: 1px solid #b3b3b3;	
	*/
	
	width: 294px;
	height: 36px;
	
	background-size: 294px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_booking.gif');		
}


div.sc_btn_buy {
	
	width: 294px;
	height: 36px;
	
	background-size: 294px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_buy.gif');		
}


div.sc_btn_refund {
	
	width: 294px;
	height: 36px;
	
	background-size: 294px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_refund.jpg');		
}



img.sc_btn_inquiry {
	width: 144px;
	height: 34px;
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_inquiry.png') ;		
}

div.sc_btn_inquiry {
	/*
	width: 294px; /*=288+3x2
	height: 34px;
	
	line-height: 34px;
	font-weight: bold;
	font-family: Raleway;
	font-size: 1em;
	color: #4d4d4d;
	
	background-color: #fff;
	border: 1px solid #b3b3b3;		
	*/	
	
	width: 294px;
	height: 36px;
	
	background-size: 294px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_inquiry.gif');		
}


.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;			
}






img.sc_btn_chat {
	width: 144px;
	height: 34px;
	
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/chat.png') ;			
}

div.sc_btn_chat {
	/*
	width: 294px; /*=288+3x2
	height: 34px;
	
	line-height: 34px;
	font-weight: bold;
	font-family: Raleway;
	font-size: 1em;
	color: #4d4d4d;
	
	background-color: #fff;
	border: 1px solid #b3b3b3;	
	*/
	
	width: 294px;
	height: 36px;
	
	background-size: 294px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_chat.gif');				
}


img.sc_btn_issue {
	width: 144px;
	height: 34px;
	
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_issue.png');			
}

div.sc_btn_issue {
	/*
	width: 144px;
	height: 34px;
	
	line-height: 34px;
	font-weight: bold;
	font-family: Raleway;
	font-size: 1em;
	color: #5598ed;
	
	background-color: #fff;
	border: 1px solid #5598ed;
	*/
	
	width: 144px;
	height: 36px;
	
	background-size: 144px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_issue.gif');			
}

div.sc_btn_price {
	width: 144px;
	height: 34px;
	
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_price.gif');		
}

div.sc_btn_sns {
	width: 144px;
	height: 34px;
	
	line-height: 34px;
	font-weight: bold;
	font-family: Raleway;
	font-size: 1em;
	color: #fff;
	
	background-color: #5598ed;
	border: 1px solid #5598ed;
}

div.sc_btn_sns_banner {
	width: 294px;
	height: 74px;
	
	background-size: 294px 74px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_sns.gif');
}


.sc_btn_issue2 {
	width: 192px;
	height: 40px;
			
	background: url('../../images/smartcoupon/b/sc_btn_issue2.png') no-repeat center 100%;			
}

img.sc_btn_issue_event {
	width: 144px;
	height: 34px;
			
    background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_issue_event.png') ;	
}

div.sc_btn_issue_event {
	/*
	width: 144px;
	height: 34px;
	
	line-height: 34px;
	font-weight: bold;
	font-family: Raleway;
	font-size: 1em;
	color: #5598ed;
	
	background-color: #fff;
	border: 1px solid #5598ed;	
	*/
	
	width: 144px;
	height: 36px;
	
	background-size: 144px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_issue_event.gif');		
}
	

img.sc_btn_ask {
	width: 144px;
	height: 34px;
	
	background-size:144px 34px;
	background-image: url('../../images/smartcoupon/b/sc_btn_ask.png');	
}

div.sc_btn_ask {
	/*
	width: 144px;
	height: 34px;
	
	line-height: 34px;
	font-weight: bold;
	font-family: Raleway;
	font-size: 1em;
	color: #5598ed;
	
	background-color: #fff;
	border: 1px solid #5598ed;	
	*/
	
	width: 144px;
	height: 36px;
	
	background-size: 144px 36px;
	background-image: url('../../images/smartcoupon/buttons/sc_btn_ask.gif');	
}

.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%;		
}
/*********************** 쿠폰 영역 끝 ***********************/


/*********************** 쿠폰받기 시작 ***********************/
.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%;
}
/*********************** 쿠폰받기 끝 ***********************/









/*********************** 마스크관련 시작 ***********************/
.tile_content .tile_element .tile_card .mask {
	position: absolute; 
	left: 0; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	margin: 6px;	
}

.tile_content .tile_element .tile_card .mask .mask_percent_table {
	position: absolute; 
	top: 10px; 
	right: 10px; 
	vertical-align: middle;
	
	display: none;
	width: 40px; 
	height: 40px; 
}

.tile_content .tile_element .tile_card .mask:hover .mask_percent_table {
	display: none;
}
	
.tile_content .tile_element .tile_card .mask .mask_percent_table .mask_percent_cell {
	display: table-cell;
	width: 100%;
	height: 100%;

	overflow: hidden;
	text-align: center; 
	vertical-align: middle;		
	background-color: red;
	color: #fff;	
	font-size: 13px;
	font-family: "굴림",gulim,helvetica,sans-serif;
}
	
.tile_content .tile_element .tile_card .mask .mask_table {
	display: table;
	width: 100%; 
	height: 100%; 		
}

.tile_content .tile_element .tile_card .mask .mask_table .mask_cell {
	text-align: center; 
	vertical-align: middle;	
	/*padding: 5px;*/
	color: #fff; 
	border-radius: 0;
	background-color: rgba(0,0,0,0.8);	

	display: none;	
}

.tile_content .tile_element .tile_card .mask:hover .mask_table .mask_cell {
	display: none;
}

.tile_content .tile_element .tile_card .mask .mask_table .mask_cell .mask_title_line1 {
	font-size: 15px;
	padding: 15px 0;
}

.tile_content .tile_element .tile_card .mask .mask_table .mask_cell .mask_title_line2 {
	font-size: 13px;
	padding: 0 0 10px 0;	
	
	/*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	*/
}

.tile_content .tile_element .tile_card .mask .mask_table .mask_cell .mask_title_line2:before {
	display: block;
	content: "";
	
	width: 12%;
	height: 2px;
	background-color: #fff;
	
	position: relative;
	left: 44%;
	top: 0;
	
	margin: 0 0 10px 0;
}
/*********************** 마스크관련 끝 ***********************/




/*********************** 카테고리 시작 ***********************/	
ul.category {
	display: none;
}
/*********************** 카테고리 끝 ***********************/	




/* 바탕이미지 위 텍스트 */
.prd_text {
	/* background-color: rgba(255,0,0,0.1); */
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	padding: 0 10px; 
	text-align: center; 
	vertical-align: middle;
	overflow: hidden; 
	text-overflow: ellipsis; 
	
	font-size: 13px; 
	
	/* display: table; */
	display: -webkit-box; 
	-webkit-box-orient: vertical; 
	-webkit-line-clamp: 3; 
	
	line-height: 1.4; 
	max-height: 54.6px; /* Fallback for non-webkit => $font-size * $line-height * $webkit-line-clamp */															
}
														

/* Web */
@media all and (min-width: 1024px) {
		
	
	/* 바탕이미지 위 텍스트 */	
	.prd_text {
		/* padding: 15px 30px; */
	
		display: -webkit-box; 
		-webkit-box-orient: vertical; 
		-webkit-line-clamp: 4; 
		
		line-height: 1.4; 
		max-height: 72.8px; /* Fallback for non-webkit => $font-size * $line-height * $webkit-line-clamp */		
	}	
															
	
}












/*********************** 쇼핑몰 시작 ***********************/
a.title_button {
	position: absolute;
	right: 10px;
	
	display: inline-block;
	padding: 5px;
	
	background-color: #fcfcfc;
	border: 1px solid #ebebeb;
	border-radius: .25em;
	color: #666;
	
	
	top: 50%;
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);	
}

ul.table {
	display: block;
	padding: 10px;
	background-color: #efefef;		
}

ul.table > li {
	display: block;
}

ul.table > li > ul.row {
	display: block;
	margin-bottom: 10px;	
	padding: 10px;
	background-color: #fff;	
}

ul.table > li:last-child > ul.row {
	margin-bottom: 0;	
}

ul.table > li > ul.row > li {
	display: block;
	padding: 1px 10px;
}