#main_banner{
	width: 100%;
    margin-top: 30px;
	margin-bottom: 30px;
}
#main_banner .mainimg-bg{
    border: none;
    margin: 0;
    padding: 0;
	background-size: contain;
}
#main_banner .mainimg-bg .mainimg{
	margin: 0 auto;
    width: 1220px;
}
#main_banner .mainimg-bg .mainimg .smartphone{
	/* background: url(/assets/lg/banners/mainimg_smartphone_footer-038b497….png) no-repeat left 24px bottom; */
    float: left;
    padding: 24px 0 20px 24px;
}
#main_banner .mainimg-bg .mainimg .text-container{
	margin: 80px auto 0;
	background-color: #dd2015;
    -webkit-text-size-adjust: none;
    width: 800px;
}
#main_banner .mainimg-bg .mainimg .text-container h1{
	color: white;
    font-size: 60px;
    line-height: 1.4em;
    padding: 50px 0 40px 0;
    text-align: center;
}
#main_banner div.mainimg-bg div.mainimg div.text-container h1 span.buy{
	margin-left:5px;
}
#main_banner .mainimg-bg .mainimg .text-container .buttons{
    margin: 0 auto;
    width: 450px;
	padding-bottom: 50px;
}
#main_banner div.mainimg-bg div.mainimg div.text-container div.buttons a{
	border-radius:5px;
	display:block;
	font-size:13px;
	-moz-border-radius:5px;
	text-align:center;
	text-decoration:none;
	-webkit-border-radius:5px;
	line-height:1.6;
}
#main_banner div.mainimg-bg div.mainimg div.text-container div.buttons a:hover{
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-moz-transition:all 0.3s;
	opacity:0.50;
	-o-transition:all 0.3s;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
#main_banner div.mainimg-bg div.mainimg div.text-container a.new-member{
	background-color:white;
	color:#dd2015;
	font-size:27px !important;
	padding:5px 10px;
}
body.visitor_exhibitions #main_container #contents_area {
	clear: both;
}
body.visitor_exhibitions #main_container #contents_area div.menu{
	padding-right:8px;
}
body.visitor_exhibitions #main_container #contents_area div.menu #search_box{
	background-color:white;
}
body.visitor_exhibitions #main_container #contents_area div.menu #search_box div.search_by_giftname input[type='text']{
	background-color:#f7f7f7;
	background-image:url(/assets/lg/search-436fd6a82221cd4dcce8dd28bbe4a46f.png);
	background-position:92% 50%;
	background-repeat:no-repeat;
	padding:15px;
	color:#e9bb33;
	width:84.5%;
	margin-left:7.75%;
	margin-right:7.75%;
	margin-top:30px;
	margin-bottom:30px;
	border:none;
	border-radius:40px/40px;
}
body.visitor_exhibitions #main_container #contents_area div.menu #search_box div.search_by_category{
	padding-bottom:30px;
}
body.visitor_exhibitions #main_container #contents_area div.menu #search_box div.search_by_category p.title{
	padding:15px 20px 15px 20px;
	background-color:#7b8da0;
	margin-bottom:10px;
}
body.visitor_exhibitions #main_container #contents_area div.menu #search_box div.search_by_category ul li{
	position:relative;
	margin-left:-40px;
}
body.visitor_exhibitions #main_container #contents_area div.menu #search_box div.search_by_category ul li a{
	display:inline-block;
	width:100%;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
}
body.visitor_exhibitions #main_container #contents_area div.menu #search_box div.search_by_category ul li:hover{
	background-color:#f7f7f7;
}
body.visitor_exhibitions #main_container #contents_area div.menu div.close_left_menu{
	width:100%;
	background-color:white;
}
body.visitor_exhibitions #main_container #contents_area div.menu div.open_left_menu img{
	width:60px;
	height:auto;
}
body.visitor_exhibitions #main_container #contents_area div.contents{
	width:100%;
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result{
	background-color:white;
	padding:30px 0 40px 0;
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result .custom_select{
	min-width:150px;
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result .custom_select select.select_init{
	padding:10px 15px 10px 15px;
	min-width:150px;
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result h1.title{
	padding:0 20px 20px 20px;
	border-bottom:1px solid #f7f7f7;
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result div.results{
	margin-top:30px;
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result div.results div.container{
	width:auto;
	margin: 0 40px;	
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result div.results div.container div.giftcards{
	width:100%;
	display:flex;
    flex-wrap: wrap;
	justify-content: center;
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result div.results div.container div.giftcards div.giftcard{
	margin-bottom:60px;
	/* display: flex; */
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result div.results div.container div.giftcards div.giftcard a{
	/* width: 20%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 2%; */
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result div.results div.container div.giftcards div.giftcard img{
	/* width:100%; */
	/* height:auto; */
	width: auto;
	height:150px;
	padding: 15px;
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result div.results div.container div.giftcards div.giftcard .gift_discription{
	display:flex;
	justify-content: space-around;
	align-items: center;
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result div.results div.container div.giftcards div.giftcard .gift_discription .gift_min_price{
	color:red;
	font-weight:900;
	font-size:16px
}
body.visitor_exhibitions #main_container #contents_area div.contents #contents_search_result div.results div.container div.giftcards div.giftcard canvas{
	width: 70%;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.amt-alert-box{
	margin-top:40px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.menu #giftcard_explanation{
	background-color:white;
	padding:30px 20px 30px 20px;
	border-bottom:1px solid #f7f7f7;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.menu #giftcard_explanation img{
	width:100%;
	height:auto;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.menu #giftcard_explanation div.desc{
	margin-top:20px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.menu div.close_left_menu{
	width:100%;
	background-color:white;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.menu div.open_left_menu img{
	width:60px;
	height:auto;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list{
	background-color:white;
	padding:30px 0 40px 0;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.title{
	padding:0 20px 10px 20px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.title img{
	width: auto;
	height: 35px;
	margin-right: 20px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.title h1,
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.title div.all-gift-count{
	display:inline-block;
	line-height: 35px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.caution{
	margin:10px 15px;
	padding:15px 20px;
	border:1px solid #a9a9a9;
	border-radius:5px;
	background-color:#e8e8e8;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.lists{
	margin:0 0;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.lists table.gifts thead tr .sortable-link{
	cursor:pointer;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.lists table.gifts thead tr .caution-container{
	padding:0 20px 6px 20px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.lists table.gifts thead tr .caution-container .caution-icon{
	position:relative;
	top:2px;
	left:5px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.lists table.gifts tbody tr td img {
	width: 70px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.lists table.gifts div.btn_wrapper{
	width:100%;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.lists table.gifts div.btn_wrapper a.pag_btn_buy{
	padding:5px 20px;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.loading-box{
	display:none;
	padding:50px 0;
}
body.visitor_exhibitions_gifts #main_container #contents_area div.contents #contents_list div.loading-box img{
	width:5%;
	height:auto;
}
body.visitor_exhibitions_past_gifts #contents_area .page_content{
	width:88%;
	margin:auto;
}
body.visitor_exhibitions_past_gifts #contents_area .page_content .page_content_inner .type .custom_select{
	min-width:178px;
}
body.visitor_exhibitions_past_gifts #contents_area .page_content .page_content_inner .type .custom_select select.select_init{
	padding:10px 15px 10px 15px;
	min-width:178px;
}
body.visitor_exhibitions_past_gifts #contents_area .page_content .page_content_inner .buttons{
	width:300px;
	margin:auto;
}
body.visitor_exhibitions_past_gifts #contents_area .page_content .page_content_inner .buttons a{
	width:300px;
	padding-top:15px;
	padding-bottom:15px;
}
@media (max-width: 992px){
	body #main_banner{
		height:auto;
		margin-top: 100px;
	}
	body #main_banner div.mainimg-bg{
		background-position:right 0 top -30px;
		height:auto;
	}
	body #main_banner div.mainimg-bg div.mainimg{
		height:auto;
		padding:0;
		width:auto;
	}
	body #main_banner div.mainimg-bg div.mainimg div.smartphone{
		float:none;
		background-image:none;
		height:auto;
		padding:10px 10px 0 10px;
		text-align:center;
		width:auto;
	}
	body #main_banner div.mainimg-bg div.mainimg div.smartphone div{
		height:auto;
		padding:0;
		width:100%;
	}
	body #main_banner div.mainimg-bg div.mainimg div.smartphone div img{
		height:auto;
		max-width:414px;
		width:100%;
	}
	body #main_banner div.mainimg-bg div.mainimg div.text-container{
		height:auto;
		padding:0 3% 30px 3%;
		width:100%;
	}
	body #main_banner div.mainimg-bg div.mainimg div.text-container h1{
		font-size:48px;
		padding:20px 0 20px 0;
	}
	body #main_banner div.mainimg-bg div.mainimg div.text-container div.buttons{
		width:100%;
	}
	body #main_banner div.mainimg-bg div.mainimg div.text-container div.buttons a{
		font-size:16px;
	}
	body #main_banner div.mainimg-bg div.mainimg div.text-container div.buttons a.new-member{
		padding:8px;
	}
	body #main_banner div.mainimg-bg div.mainimg div.text-container div.buttons a.facebook{
		padding:12px 2% 12px 10%;
		width:45%;
	}
	body #main_banner div.mainimg-bg div.mainimg div.text-container div.buttons a.google{
		padding:12px 2% 12px 10%;
		width:45%;
	}		
	body.visitor_exhibitions #main_container #contents_area.container{
		max-width:670px;
		width:89.4%;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.menu{
		display:none;
		padding-right:0;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.open_close_menu img{
		width:auto;
		height:auto;
		border:2px solid #f7f7f7;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents{
		padding-left:0;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result{
		padding-left:0;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result .custom_select{
		min-width:260px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result .custom_select select.select_init{
		min-width:260px;
		padding:20px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result h1.title{
		border-bottom:2px solid #f7f7f7;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_giftname input[type='text']{
		background-color:#f7f7f7;
		background-image:url(/assets/lg/search-436fd6a82221cd4dcce8dd28bbe4a46f.png);
		background-position:92% 50%;
		background-repeat:no-repeat;
		padding:15px;
		color:#e9bb33;
		width:84.5%;
		margin-left:7.75%;
		margin-right:7.75%;
		margin-top:30px;
		margin-bottom:30px;
		border:none;
		border-radius:40px/40px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_category{
		padding-bottom:30px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_category p.title{
		padding:15px 20px 15px 20px;
		background-color:#7b8da0;
		margin-bottom:10px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_category ul li{
		position:relative;
		margin-left:-40px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_category ul li a{
		display:inline-block;
		width:100%;
		padding-left:20px;
		padding-right:20px;
		padding-top:10px;
		padding-bottom:10px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_category ul li:hover{
		background-color:#f7f7f7;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_giftname input[type='text']{
		background-image:url(/assets/xs/search-6c0989696a0b1d653472bc41d4aaf918.png);
		background-position:92% 50%;
		background-repeat:no-repeat;
		padding:30px 5% 30px 5%;
		width:90%;
		margin-left:5%;
		margin-right:5%;
		margin-top:60px;
		margin-bottom:60px;
		border:none;
		border-radius:80px/80px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_category{
		padding-bottom:10px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_category p.title{
		padding:30px 5% 30px 5%;
		margin-bottom:10px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_category ul li{
		position:relative;
		margin-left:-40px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result #search_box_sp div.search_by_category ul li a{
		display:inline-block;
		width:100%;
		padding-left:5%;
		padding-right:5%;
		padding-top:20px;
		padding-bottom:20px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result div.results{
		margin-top:40px;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result div.results div.container{
		width:auto;
		margin:0 auto;
	}
	body.visitor_exhibitions #main_container #contents_area.container div.contents #contents_search_result div.results div.container div.giftcards div.giftcard img{
		/* width:auto;
		max-width:280px;
		height:180px; */
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container{
		max-width:670px;
		width:89.4%;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents{
		padding-left:0;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list{
		padding:30px 0 0 0;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.title{
		border-bottom:2px solid #f7f7f7;
		padding:0 5.5% 30px 5.5%;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.title h1,
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.title div.all-gift-count{
		/* display:block; */
		display:inline-block;
		line-height: 35px;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.title div.all-gift-count{
		margin-top:10px;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.menu{
		display:none;
		padding-right:0;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.menu #giftcard_explanation{
		background-color:white;
		padding:60px 3.5%;
		border:none;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.menu #giftcard_explanation img{
		width:41.8%;
		margin-left:2%;
		margin-right:2%;
		float:left;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.menu #giftcard_explanation div.desc{
		width:50.2%;
		margin:2% 2% 0 2%;
		float:right;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.open_close_menu img{
		width:90px;
		height:auto;
		border:2px solid #f7f7f7;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.caution{
		margin:20px 5%;
		padding:20px;
		border:2px solid #a9a9a9;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.lists{
		margin-top:0;
		margin-left:0;
		margin-right:0;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.lists table thead tr th{
		/* width:100%; */
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.lists table thead tr th div.float_left{
		display:inline-block;
		vertical-align:top;
		line-height:38px;
		width:24.5%;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.lists table thead tr th div.float_left .error-deal-number-text{
		position:relative;
		top:-3px;
		right:5px;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.lists table tbody tr td:first-child{
		padding-left:30px;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.lists table tbody tr td:last-child{
		padding-right:30px;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.lists table div.btn_wrapper a.pag_btn_buy{
		padding:10px 20px 10px 20px;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.loading-box{
		display:none;
		padding:50px 0;
	}
	body.visitor_exhibitions_gifts #main_container #contents_area.container div.contents #contents_list div.loading-box img{
		width:10%;
		height:auto;
	}
	body.visitor_exhibitions_past_gifts #contents_area .page_content{
		width:100%;
		margin-top:30px;
		margin-bottom:60px;
	}
	body.visitor_exhibitions_past_gifts #contents_area .page_content .page_content_inner .type{
		width:100%;
	}
	body.visitor_exhibitions_past_gifts #contents_area .page_content .page_content_inner .type .custom_select{
		width:80%;
		margin:auto;
		margin-bottom:30px;
	}
	body.visitor_exhibitions_past_gifts #contents_area .page_content .page_content_inner .type .custom_select select.select_init{
		padding:20px 25px 20px 25px;
		width:100%;
	}
	body.visitor_exhibitions_past_gifts #contents_area .page_content .page_content_inner .buttons{
		width:88%;
		margin-left:6%;
		margin-top:60px;
		text-align:center;
	}
	body.visitor_exhibitions_past_gifts #contents_area .page_content .page_content_inner .buttons a{
		width:48%;
		padding-top:15px;
		padding-bottom:15px;
	}
}
@media (min-width: 992px) and (max-width: 1200px){
	#main_banner div.mainimg-bg div.mainimg{
		margin:0 auto;
		width:auto;
	}
	#main_banner div.mainimg-bg div.mainimg div.smartphone{
		width:48%;
	}
	#main_banner div.mainimg-bg div.mainimg div.text-container{
		width:50%;
	}
}	
