#gallery-image-area {
	position:relative;
	display:block;
	background:#fff;
	border: 1px solid #ddd;
}

#gallery-image-area .gallery-top {
	position:relative;
	display:block;
	background:#999;
	padding:6px 10px 10px;
	text-align:right;
}
#gallery-image-area .gallery-top .info-left {
	position:relative;
	display: inline-block;
	color: #fff;
	line-height:100%;
	font-size: 14px;
	padding:0 10px;
}
#gallery-image-area .gallery-top .info-right {
	position:relative;
	display:inline-block;
	line-height:100%;
}

#gallery-image-area .gallery-base-area {
	position:relative;
	display:block;
	text-align:center;
	padding:10px 20px 20px;
}
#gallery-image-area .btn-upload {
	position:relative;
	display:inline-block;
	padding:8px 10px;
	font-weight:400;
	background:#fff;
	line-height:100%;
	font-size:12px;
	vertical-align:middle;
	text-align:center;
}
#gallery-image-area .btn-sort {
	position:relative;
	display:inline-block;
	padding:8px 10px;
	font-weight:400;
	color:#fff; 
	line-height:100%;
	background:rgba(80,80,80,1);
	font-size:12px;
	vertical-align:middle;
	text-align:center;
}

#gallery-image-area .btn-upload-big {
	position:relative;
	color:#fff; 
	background:#999;
	display: inline-block;
	width: auto; 
	line-height: 50px; 
	text-align: center; 
	font-size: 16px; 
	letter-spacing: .0em; 
	padding: 0 20px 0 20px; 
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px
}
#gallery-image-area .btn-upload-big:before { 
	display: inline-block; *display: inline; *zoom: 1; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e64e";
	font-weight: normal; 
	margin-right:10px;
}
#uploadSortable {
	position:relative;
    list-style-type: none;
    padding: 0;
    width: 100%;
	padding:0 10px 10px 0;
}
#uploadSortable li {
	position:relative;
	margin:10px 0px 0px 10px;
	float: left;
	width: 90px;
	height: 90px;
	text-align: center;
	cursor:move;
	overflow:hidden;
}
#uploadSortable li.highlight {
	border: 2px dashed #E7DAD1;
	height: 90px;
	background:none;
}
#uploadSortable li .imgbox {
	position:relative;
	width:90px;
	height:90px;
	overflow:hidden;
	background:#D7C6BB;
	background-size: cover;
	background-position : center;
}
#uploadSortable li .img-link {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px;
    background: transparent;
    z-index: 1;
}
#uploadSortable li .img-delete {
	position: absolute;
	bottom:0;
	right:0;
	color:#fff;
	background:rgba(0,0,0,.5);
	line-height:100%;
	z-index: 2;
	padding:5px;
	font-size:16px;
}
a.btn-confirm {
	color:#fff; 
	background:rgba(80,80,80,1);
	display: inline-block;
	width: auto; 
	line-height: 60px; 
	text-align: center; font-size: 16px; letter-spacing: .0em; 
	position: relative; 
	padding: 0 50px 0 50px; 
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px
}
a.btn-confirm:before { 
	display: inline-block; *display: inline; *zoom: 1; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e61d"; 
	font-weight: normal; 
	margin-right:10px;
}


#writeFront {
	display: none;
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	transition: all ease-out 0.3s;  -webkit-transition: all ease-out 0.3s; -moz-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s;
	z-index:9999;
}
#writeFront.open {display: block;}
.Loading {
    z-index: 10000;
    position:absolute;
    top: 0;
    /*left: 160px;*/
	left: 0;
    height: -webkit-calc(100% - 31px);
    height: -moz-calc(100% - 31px);
    height: calc(100% - 31px);
    *width: -webkit-calc(100% - 0px);
    width: -moz-calc(100% - 0px);
    width: calc(100% - 0px);
}

.Loading .Loading__loading {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -42px;
    margin-left: -42px;
    width: 84px;
    height: 84px;
    /*background-color: #fff;*/
    text-align: center;
}
.Loading .Loading__loading img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.tasting-review-in {
	position: relative; 
	text-align:center;
	font-size:0;
	padding-bottom:40px;
}
.tasting-review-in .btn {
	position: relative; 
	display: inline-block;
	color:#fff; 
	background:rgba(204,102,0,1);
	width: auto; 
	line-height: 50px; 
	text-align: center; 
	font-size: 16px; letter-spacing: .0em; 
	
	padding: 0 20px 0 20px; 
	-webkit-border-radius: 50px; 
	-moz-border-radius: 50px; 
	border-radius: 50px;
	margin:5px;
}
.tasting-review-in .btn-reserv {
	color:#333; 
	background:#fff;
	border:2px solid rgba(200,200,200,1);
}
.tasting-review-in .btn-list {
	background: rgba(170,170,170,1);
	border:2px solid rgba(170,170,170,1);
}
    
.tasting-review-in .btn i {
	margin-right:10px;
}

.tasting-review {
	position: relative;
	margin:0px 0 0;
	padding:1.5%;
	
	background:rgba(250,250,250,1);	
}
.tasting-review .no-data,
.pop-tasting-area .no-data {
	position:relative;
	padding:40px 0;
	background:rgba(250,250,250,1);
	text-align:center;
}
.tasting-review .no-data,
.pop-tasting-area .no-data {
	color:#999;
}
.tasting-review .no-data .no-icon i,
.pop-tasting-area .no-data .no-icon i {
	font-size:30px;
}

.tasting-list {
	position:relative;display:block;
	font-size:0;
	list-style:none;
}
.tasting-list:after {content:"";display:block;clear:both;}
.tasting-list > li {
	vertical-align:top;
	display:inline-block;
	position:relative;
	width:97%;
	margin:1.5%;
	font-size:0;
	
	/*border:1px solid rgba(240,240,240,1);
	
	vertical-align:top;
	-webkit-border-radius: 10px; 
	   -moz-border-radius: 10px; 
		    border-radius: 10px; 
	box-sizing: border-box;
	box-shadow:1px 3px 8px rgba(0,0,0,0.05);*/
	
}
.tasting-list.type2 > li {width: 47%;}
.tasting-list.type3 > li {width: 30.333333%;}
.tasting-list.type4 > li {width: 22%;}

.tasting-item-group {
	position:relative;
	background:rgba(255,255,255,1);	
	padding:20px 25px 20px 20px;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.tasting-item-group:hover {
	
	background:rgba(255,255,255,1);	
	box-shadow:3px 6px 20px rgba(0,0,0,0.1);
}
.tasting-pop-item-group {
	position:relative;
	background:rgba(255,255,255,1);	
	padding:40px;
}
.tasting-item {
	position:relative;
}
.tasting-item .info {
	position:relative;
	display:table;
	width:100%;
}
.tasting-item .info-user {
	position:relative;
	display:table-cell;
	width:calc(100% - 80px);
	vertical-align:top;
}
.tasting-item .info-recom {
	position:relative;
	display:table-cell;
	width:80px;
	vertical-align:top;
	text-align:right;
}
.tasting-item .single .info-user {
	width:100%;
}
.tasting-item .single .info-recom {
	display:none;
}

.tasting-item .btn-recom {
	position: relative;
	display:inline-block;
    font-size: 13px;
    text-align: center;
	border: none;
    background-color: transparent;
	width:auto;
    min-width: 60px;
    height: 30px;
    padding: 0 13px 0 33px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    border-radius: 27px;
    line-height: 28px;
    white-space: nowrap;
    color: #000000;
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.tasting-item .btn-recom {
    background:#fff url(/whatsNew/tasting/write/imgs/recom.png) no-repeat 12px 7px;
}
.tasting-item .btn-recom-exist {
	position: relative;
	display:inline-block;
    font-size: 13px;
    text-align: center;
	border: none;
    background-color: transparent;
	width:auto;
    min-width: 60px;
    height: 30px;
    padding: 0 13px 0 33px;
    border: 1px solid #e1e1e1;
    border-radius: 27px;
    line-height: 28px;
    white-space: nowrap;
    border: 1px solid rgba(204,102,0,1);
	color:#fff;

    background:rgba(204,102,0,1) url(/whatsNew/tasting/write/imgs/recomup.png) no-repeat 12px 7px;
}

.tasting-item .recom-help {
	display:none;
	position: absolute;
    top: -43px;
    left: 50%;
    width: 140px;
    margin-left: -100px;
    padding: 5px 0;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #ffffff;
    color: #555555;
    font-size: 12px;
    letter-spacing: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 6%);
    text-align: center;
}
.tasting-item .recom-help:before {
    position: absolute;
    top: 100%;
    right: 20px;
	background:url(/whatsNew/tasting/write/imgs/recomarrow.png) no-repeat -4px;
    width: 11px;
    height: 11px;
    margin-left: -5px;
    content: '';
}
.tasting-item .info-recom.up .btn-recom,
.tasting-item .btn-recom:hover {
	border: 1px solid rgba(204,102,0,1);
	color:#fff;
    background:rgba(204,102,0,1) url(/whatsNew/tasting/write/imgs/recomup.png) no-repeat 12px 7px;
}
.tasting-item .info-recom.on .recom-help {
	display:block;
}


.tasting-item .profile-user {
	position:relative;
	font-size:16px;
	color:#000;
	padding-left:45px;
}
.tasting-item .profile-image {
	position:absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	background:#CCC;
	background-size:cover;
	background-position:center;
}
.tasting-item .profile-user .name {
	position:relative;
	font-size:18px;
	display:inline-block;
	padding-right:10px;
}
.tasting-item .profile-user .date {
	position:relative;
	display:inline-block;
	font-size:13px;
	color:#999;
}

.tasting-item .review {
	position:relative;
	display:table;
	width:100%;
	padding:20px 0 20px 45px;
}

.tasting-item .review-content {
	position:relative;
	display:table-cell;
	width:calc(100% - 160px);
	vertical-align:top;
}
.tasting-item .review-content .in {
	position:relative;
	display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
   line-height:160%;
    display: -webkit-box;
    max-height: 100px;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    word-break: break-all;
    /*white-space: pre-wrap;*/
	
	font-size:15px;
	color:#444;
	
}
.tasting-item .review-pop-content {
	position:relative;
	display:block;
	vertical-align:top;
	
}
.tasting-item .review-pop-content .pop-in {
	position:relative;
	display: block;
	font-size:16px;
	color:#000;
	line-height:160%;
}

.tasting-item .review-content .more {
	position: relative;
	display:block;
	
    font-size: 13px;
    text-align: center;
    width: 80px;
    height: 24px;
    border: 1px solid #e1e1e1;
    background-color: #ffffff;
    border-radius: 24px;
    line-height: 22px;
    white-space: nowrap;
    color: #000000;
	margin-top:8px;
	margin-left:-2px;
}
.tasting-item .review-content .more i {
    font-size: 10px;
	margin-left:5px;
}
.tasting-item .review-image {
	position:relative;
	display:table-cell;
	width:160px;
	vertical-align:top;
	text-align:right;
}
.tasting-item .review-image-item {
    position: relative;
	display: inline-block;
    overflow: hidden;
    width: 100px;
    height: 100px;
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px;
	background:#CCC;
	background-size:cover;
	background-position:center;
}
.tasting-item .review-image-item .img-count {
	position: absolute;
	bottom:0;
	right:0;
	font-size:12px;
	color:#fff;
	background:rgba(0,0,0,.4);
	line-height:100%;
	z-index: 1;
	padding:9px;
}
.tasting-item .review-image-list {
	position: relative;
	display:none;
	padding-top:50%;
	margin-top:20px;
}
.tasting-item .review-image-list > ul {
	overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 6px;
}
.tasting-item .review-image-list > ul:after {
    position: absolute;
    top: 0;
    right: 0;

    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,0.03);
    border-radius: 8px;
    content: '';
}
.tasting-item .review-image-list > ul > li {
	position: relative;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;    
}
.tasting-item .review-image-list > ul > li:first-child:not(:only-of-type),
.tasting-item .review-image-list > ul > li:nth-child(2) {
	float: left;
    width: 50%;  
}

.tasting-item .review-image-list > ul > li:nth-child(2):after {
	position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    width: 1px;
    background-color: #ffffff;
    z-index: 10;
    content: '';
}
.tasting-item .review-image-list-item {
    position: relative;
	display: block;
	height: 100%;
    overflow: hidden;
	background:#CCC;
	background-size:cover;
	background-position:center;
	-webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.tasting-item .review-image-list-item .img-count {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,0.3);
    font-weight: bold;
    font-size: 22px;
    color: #ffffff;
    white-space: nowrap;
}

.tasting-item .tasting-link {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0px;
    background: transparent;
    z-index: 2;
}

.tasting-item .review-pop-image-list {
	position: relative;
	margin-top:30px;
}
.tasting-item .review-pop-image-list > ul {
}
.tasting-item .review-pop-image-list > ul > li {
	position: relative;
	margin-bottom:15px;
}
.tasting-item .review-pop-image-list-item {
    position: relative;
	display: block;
    overflow: hidden;
	background:#CCC;
    border-radius: 6px;
}
.tasting-item .review-pop-image-list-item:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 1px solid rgba(0,0,0,0.04);
    border-radius: 8px;
    content: '';
}
.tasting-item .review-pop-image-list-item img {
    position: relative;
    width: 100%;
    height: auto;
    margin: auto;
    vertical-align: top;
}

.tasting-reply {
	position:relative;
	margin-top:10px;
	padding-left:45px;
}
.tasting-reply.reply-pop {
	padding-left:0;
}
.tasting-reply .info {
	position:relative;
}
.tasting-reply .info-user {
	position:relative;
	vertical-align:top;
}
.tasting-reply .profile-user {
	position:relative;
	font-size:14px;
	color:#000;
	padding-left:45px;
}
.tasting-reply .profile-image {
	position:absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	background-size:cover;
	background-position:center;
}
.tasting-reply .profile-user .name {
	position:relative;
	font-size:15px;
	font-weight:400;
	display:inline-block;
	padding-right:10px;
}
.tasting-reply .review {
	position:relative;
	padding:10px 0 10px 45px;
	
}
.tasting-reply .review .in {
	position:relative;
	background:#f1f3f5;
	padding:8px 10px;
	display:inline-block;
	width:auto;
	/*white-space:nowrap;
	text-overflow:ellipsis;*/
	font-size:13px;
	line-height:160%;
	color:#444;
}
#tasting-prev-next {
	display:none;
}

.tasting-recom {
	position:relative;
	display:none;
	margin:15px 0 5px;
	padding-left:45px;
}
.tasting-recom .info {
	position: relative;
    display: table;
    width: 100%;
}
.tasting-recom .info-ment {
	position:relative;
	display:table-cell;
	width:calc(100% - 80px);
	vertical-align:top;
    font-size: 14px;
    color: #999;
	line-height:30px;
}
.tasting-recom .info-recom {
	position:relative;
	display:table-cell;
	width:80px;
	vertical-align:top;
	text-align:right;
}

@media screen and (max-width: 768px) {
	.tasting-review-in {
		text-align:center;
	}
	.tasting-review-in .btn {
		line-height: 40px; 
		font-size:15px;
		-webkit-border-radius: 40px; 
		-moz-border-radius: 40px; 
		border-radius: 40px;
	}
	.tasting-list > li {
		width:97% !important;
	}
	.tasting-item-group {
		padding:15px 15px 15px 10px;
	}
	.tasting-pop-item-group {
		padding:20px;
	}

}

@media screen and (max-width: 480px) {
	.tasting-item .info .info-user {
		width:100%;
	}
	.tasting-item .info .info-recom {
		display:none;
	}
	.tasting-recom {
		display:block;
	}
	.tasting-recom .info .info-recom {
		display: table-cell;
	}

	.tasting-item .profile-user .name {
		font-size:16px;
	}
	.tasting-item .review {
		padding:10px 0 10px 45px;
	}
	.tasting-item .review-pop {
		padding:10px 0 10px 0px;
	}
	.tasting-item .review-content {
		display:block;
		width:100%;
	}
	.tasting-item .review-image {
		display:none;
	}
	.tasting-item .review-image-list {
		display:block;		
	}
}

.pop-tasting-area {
	visibility:hidden;
	display:block;
	position: fixed; 
	width: 100%;
	/*height: 100vh;*/
	top: 0px;
	left: 0;
    right: 0;
	bottom: 0;
	z-index: 3999;
}
.pop-tasting-area .pop-back {
	visibility:hidden;
	position: absolute; 
	width: 100%;
	/*height: 100vh;*/
	top: 0px;
	left: 0;
    right: 0;
	bottom: 0;
	background:rgba(0,0,0,1);
	
	opacity:0;
	-webkit-transition: opacity .3s ease-out;
       -moz-transition: opacity .3s ease-out;
        -ms-transition: opacity .3s ease-out;
         -o-transition: opacity .3s ease-out;
            transition: opacity .3s ease-out;
	z-index: 1;
}

.pop-tasting-area .pop-panel {
    position: absolute;
    top: 0;
    right: 0;
	bottom: 0;
    width: 30%;
    /*height: 100vh;*/
	background:rgba(255,255,255,1);
	z-index: 2;
	display: none;
	-webkit-transform: translateX(100%,0);
	-moz-transform: translateX(100%,0);
	-ms-transform: translateX(100%,0);
	-o-transform: translateX(100%,0);
	transform: translateX(100%,0);
}
.pop-tasting-area .pop-panel {
	width:640px;
}

.pop-tasting-area.fix {
	visibility:visible;
}

.pop-tasting-area.fix .pop-back {
	opacity:.6;
	visibility:visible;
}
.pop-tasting-area .bgGrey {
    background: #e8e9eb;
}

.layerPop {
	z-index: 10; 
	position:fixed;
	position:absolute;
	top:0;left:0;right:0;bottom:0;
	background:#fff;
	color:#000;
	width:100%;
	height:100%;
	overflow:hidden;
}
.pop-tasting-area .layerPop .scrollarea {
	position:relative;
	z-index:1;
	height:100%; 
	margin:-56px 0 -70px 0; 
	padding:66px 0 70px 0;
}
.scrollarea .scroll {height:100%;overflow:auto;background:#fff;}

.layerPop .btnClose{
	position:fixed;
	overflow:hidden;
	text-indent:-9999px;
	top:5px;
	right:10px;
	width:48px;
	height:48px;
	z-index:3;
	background:url(/whatsNew/tasting/write/imgs/btn_close_36x36.png) no-repeat 50% 50%;
	background-size:18px 18px;
	border:0;
}
.layerPop .pop-btnArea {
	position:fixed;
	position:absolute;
	left:0;right:0;bottom:0;
	z-index:3;
	padding:10px 20px 14px;
}
.layerPop .btn-group {
	position:relative;
	display:table;
	width:100%;
}
.layerPop .btn-group-left {
	position:relative;
	display:table-cell;
	width:75%;
	font-size:0;
}
.layerPop .btn-group-right {
	position:relative;
	display:table-cell;
	width:25%;
	padding-left:20px;
	font-size:0;
}
.layerPop .btnSearch {
	position:relative;
	display:inline-block;
	width:100%;
	text-align:center;
	vertical-align:middle;
	color:#fff;
	background:rgba(155,105,85,1);
	font-size:14px;
	font-weight:500;
	height:40px;
	line-height:38px;
	border:0;
	/*overflow:hidden;
	border-radius: 40px;*/
}
.layerPop .btn-prev {
	width:30%;
	margin-right:1%;
}
.layerPop .btn-next {
	width:30%;
	margin-right:1%;
}	
.layerPop .btn-write {
	width:38%;
}	
.layerPop .btnSearch.black {
	background:rgba(204,102,0,1);	
}
.layerPop .btnSearch.gray {
	background:#333;	
}
.layerPop .btnSearch.brown {
	background:#ba998c;	
}
.layerPop .btnSearch.white {
	background:#fff;	
	color:#000;
}
.layerPop .btnSearch[disabled]{color:#b2b2b2!important;border-color:#e6e6e6!important;background:#e6e6e6!important;cursor:default}
.layerPop .btnSearch[disabled]:before{display:none}


.layerPop .layer-top {
	position:relative;
	z-index:3;
}
.layerPop .layer-tit {
	position:relative;
	height:56px;line-height:56px;
	font-weight:500;
	font-size:20px;
	padding:0 20px;
	background:#fff;
	z-index:3;
	margin:0;overflow:hidden;
	text-align:center;
	text-transform:uppercase;
}

.layerPop .layer-tit2 {
	font-weight:400;
	font-size:24px;
	margin:0px 0 0px;
	text-align:center;
}

@media screen and (max-width: 640px) {
	.pop-tasting-area .pop-panel {
		width: 80%;
	}
}
@media screen and (max-width: 480px) {
	.pop-tasting-area .pop-panel {
		width: 100%;
	}
	.layerPop .pop-btnArea {
		position:fixed;
	}
	.layerPop .layer-tit {
		text-align:left;
	}
	.layerPop .btnSearch {
		font-size:12px;
	}
	.layerPop .btn-group-right {
		padding-left:10px;
	}
}