@charset "utf-8";

.collection-part {
	position:relative;
	border-top:1px solid rgba(235,235,235,1);
}
.collection-part .top-group {
	padding:0px 20px 0px;
	display:table;
	width:100%;
	position:relative;
	
}

.collection-part .top-title {
	position:relative;
    width:55%;
	display:table-cell;
	vertical-align:top;
}
.collection-part .top-tab {
	position:relative;
    width:auto;
	display:table-cell;
	vertical-align:top;
	padding:0px 0 0;
}
.collection-part .top-tab .top-tab-in {
	position:relative;
    width:100%;
	display:table;
	vertical-align:top;
}
.collection-part .top-tab .tab-left {
	position:relative;
    width:70%;
	display:table-cell;
	vertical-align:top;
}
.collection-part .top-tab .tab-right {
	position:relative;
    width:30%;
	display:table-cell;
	vertical-align:bottom;
}


.top-tab .top-tab-item {
	position:relative;
    width:48%;
    display:inline-block;
    vertical-align:top;
}
.top-tab .top-tab-item a {
	position:relative;
    margin:5px 0 5px;
    padding:3px 3px 2px 3px;
    font-size:20px;
	/*margin-right:20%;*/
    display:inline-block;
	/*line-height:44px;*/
    color:rgba(51,51,51,1);
    width: fit-content;
	white-space: nowrap;
	word-break:keep-all;
	font-family:"Noto Serif KR",serif;
}
.top-tab .top-tab-item .kr {
	font-size:20px;
}

.top-tab .top-tab-item.on a {
    color:rgba(20,20,20,1);
    border-bottom:1px solid rgba(20,20,20,1);
}

.top-tab .top-tab-item a:hover{
    color:rgba(20,20,20,1);
}

.top-title .textile-effect {
	visibility: hidden;
}
.top-title .textyle-effect {
	opacity: 0;
	perspective: 200px;
}
.top-title .texyle-effect span {
	transform: rotateY(-90deg);
	opacity: 0;
}
.top-title .texyle-effect2 {
	opacity: 0;
}
.top-title .texyle-effect2 span {
	position: relative;
	top: 30px;
	left: 0px;
	opacity: 0;
}

.collection-part .top-title h1 {
	position: relative;
	font-size: 50px;
	letter-spacing: 0px; 
	line-height: 100%; 	
	font-weight: 500;
	color:rgba(51,51,51,1);
	font-family:"Noto Serif KR",sans-serif;
	
	position:relative;
	padding:0px 0 40px;
}
.collection-part .top-title h1.kor {
	position: relative;
	font-size: 40px;
	display:none;
}
.collection-part .top-title h1.eng {
	position: relative;
	font-size: 40px;
	
}
.collection-part .top-title h2 {
	position: relative;
	font-size: 20px;
	letter-spacing:2px; 
	line-height: 160%; 	
    color:rgba(51,51,51,1);
	position:relative;
	padding:0px 0 20px;
	font-weight:400;
}
.collection-part .top-title h3 {
	position: relative;
	font-size: 16px;
	letter-spacing: 0px; 
	line-height: 170%; 	
	color:rgba(51,51,51,1);
	position:relative;
	margin-left:3px;
}

@media screen and (max-width: 1280px) {
	.collection-part .top-title h1 {
		font-size: 40px;
	}
	.collection-part .top-title h1.kor {
		font-size: 40px;
	}
	.collection-part .top-title h1.eng {
		font-size: 40px;
	}
	.collection-part .top-title h2 {
		font-size: 18px;
	}
	.collection-part .top-title h3 {
		font-size: 16px;
	}
	.top-tab .top-tab-item a {
		font-size:18px;
	}
	.top-tab .top-tab-item .kr {
		font-size:16px;
	}

}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 768px) {
	.collection-part .top-title h1 {
		font-size: 30px;
	}
	.collection-part .top-title h1.kor {
		font-size: 30px;
	}
	.collection-part .top-title h1.eng {
		font-size: 30px;
	}
	.collection-part .top-title h2 {
		font-size: 16px;
	}
	.collection-part .top-title h3 {
		font-size: 15px;
	}
	.top-tab .top-tab-item {
		width:100%;
	}
	.top-tab .top-tab-item a {
		margin:5px 0 0px;
	}
}

@media screen and (max-width: 480px) {
	.collection-part .top-title h1 {
		font-size: 30px;
	}
	.collection-part .top-title h1.kor {
		font-size: 30px;
	}
	.collection-part .top-title h1.eng {
		font-size: 30px;
	}
	.collection-part .top-title {
		width:100%;
		display:block;
		text-align:center;
	}
	.collection-part .top-tab {
		width:100%;
		display:block;
	}
	.top-tab .top-tab-item a {
		margin:0px 0 0px;
	}
	.collection-part .top-tab .tab-right {
		text-align:right;
	}

}

.collection-group {
	position:relative;
	display:block;
	text-align:left;
	font-size:0;
	padding:0px 0 0;
}
.collection-group-bar {
	position:relative;
	background:rgba(235,235,235,1);
	height:1px;
	margin:60px 0;
	content:"";display:block;clear:both;
}
/*.collection-group:first-child .collection-group-bar {display:none;}*/

.collection-group-title {
	position:relative;
	float:left;
	width:200px;
	padding:25px 10px 25px 25px;
	height:180px;
	color: rgba(51,51,51,1);
	background:rgba(243,242,245,1);
	
}
.collection-group-item {
	position:relative;
	width:auto;
	margin-left:240px;
	position: relative;
    min-height: 1px;
}

.collection-group-name {
	font-weight:400;
	font-size:20px;
	letter-spacing:0px;
	padding-left:5px;
	line-height:140%;
}

.musical-title-name {
	position:relative;
	font-size:70px;
	padding-left:5px;
	font-weight:500;
	line-height:100%;
    color:rgba(80,50,20,1);
	font-family:"Playfair Display","Noto Serif KR",serif;
	font-style:italic;
}
.musical-title-name span {
	position:relative;
	font-size:20px;
	margin-left:5px;
	font-style:normal;
}

@media screen and (max-width: 1024px) {
	.musical-title-name {
		font-size:50px;
	}
	.musical-title-name span {
		font-size:18px;
	}
}

.brand-list {
	position:relative;
	display:block;
	margin:0 -1.5% -3%;
	font-size:0;
	list-style:none;
}
.brand-list:after {content:"";display:block;clear:both;}
.brand-list li {
	display:inline-block;
	position:relative;
	width:47%;
	min-height:300px;
	margin:0 1.5% 3%;
	background:rgba(255,255,255,1);	
	border: 1px solid rgba(235,235,235,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);*/
	padding:20px;
	/*box-shadow:2px 2px 10px rgba(0,0,0,0.1);*/
	-webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.body-bg .brand-list li {
	box-shadow:none;
	border:none;
}
.brand-list li:hover {
	background:rgba(255,255,255,1);	
	box-shadow:3px 6px 25px rgba(0,0,0,0.1);
}
.brand-list-column3 .brand-list li {
	width:30.3333%;
}
.brand-list-column4 .brand-list li {
	width:22%;
}

/*blog*/
.brand-list-type2 .brand-list li {
	/*border:none;*/
	padding:10px;
}

.brand-item .brand-img {
	position:relative;
	display:block;
	width:100%;
	float:right;
	display:inline-block;
	width:40%;
	padding:15px;
	vertical-align:top;
	z-index:2;
}
.brand-list-type2 .brand-item .brand-img  {
	float:none;clear:both;
	width:calc(100% + 20px);
	padding:0 0 10px;
	margin:-10px 0 0 -10px;
}
.brand-item .brand-img a {
	position:relative;
	display:block;
	overflow:hidden;
	/*-webkit-border-radius: 5px; 
	   -moz-border-radius: 5px; 
		    border-radius: 5px; */
}
.brand-item .brand-img a:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}
.brand-item .brand-img a .img {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
}
.brand-item .brand-img .view {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	color: #fff;
	z-index: 1;
	top: 0;
	left: 0;
	transition: 0.2s all cubic-bezier(0.07, 0.74, 0.58, 1);
}

.brand-item .brand-img .view-text {
	color: #fff;
	position: absolute;
	top: 22px;
	left: 25px;
	font-size: 18px;
	z-index: 1;
}

.brand-item .brand-img .view-bg {
	background:rgba(190,130,100,1);
	opacity: 0.85;
	width: 100%;
	height: 100%;
}
.brand-item .brand-img a:hover .view {
	opacity: 1;
}

.brand-item .brand-img img {
	width:100%;
	max-width:100%;
}
.brand-item .brand-tit {
	position:relative;
	float:left;
	display:inline-block;
	width:60%;
	padding:15px 15px 15px 15px;
	text-align:left;
	vertical-align:top;
	z-index:3;
}
.brand-list-type2 .brand-item .brand-tit {
	padding:15px 15px 15px 35px;
	width:100%;
}
.brand-list-type2 .brand-item .brand-tit::before {
	height: calc(100% + 15px);
	top: -40px;
	background:rgba(190,130,100,1);
}
.brand-list-type2 .brand-item .brand-img a:after {
	content: "";
	display: block;
	padding-bottom:0;
}
.brand-list-type2 .brand-item .brand-img a .img {
	position:relative;
}
.brand-item .brand-tit::before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	width: 1px;
	height: calc(100% - 5px);
	top: -20px;
	background:rgba(190,130,100,0);
}
.brand-item .brand-tit .brandName {display:block;margin:0 3px 10px 0;line-height:1.25;}
.brand-item .brand-tit .brandName .kor {display:block;font-size:20px;margin:5px 3px 10px 0;font-weight:400;letter-spacing:0px;color:rgba(34,34,34,1);line-height:140%;}
.brand-item .brand-tit .brandName .eng {display:block;font-size:15px;font-weight:300;color:#999;}
.brand-item .brand-tit .brandName .desc {display:block;font-size:16px;font-weight:400;}

.brand-item .brand-desc {
	position:relative;
	float:left;
	display:inline-block;
	width:60%;
	text-align:left;
	vertical-align:top;
	z-index:1;
	position:absolute;
	left:0;
	bottom:0px;
	padding:35px;
}
.brand-list-column3 .brand-item .brand-desc,
.brand-list-column4 .brand-item .brand-desc,
.brand-list-type2 .brand-item .brand-desc {
	 float:none;clear:both;
	 position:relative;
	 width:100%;
	 padding:15px;
}
.brand-item .brand-desc .brandAddr {
	position:relative;
	padding-left:50px;
	font-weight: normal; 
	font-size:15px;letter-spacing:0px;
	/*white-space: nowrap; overflow: hidden; text-overflow:ellipsis;*/
	line-height:24px;
	margin-bottom:5px;
}
.brand-item .brand-desc .brandDesc {
	position:relative;
	font-weight: normal; 
	font-size:15px;
	letter-spacing:0px;
	line-height:24px;
	margin-bottom:5px;
}
.brand-item .tag {
	position:absolute;
	left:0;
	top:0px;
	display:block;
	width: 42px; 
	height: 22px; 
	text-align: center; 
	font-weight: normal; 
	line-height: 20px;
	color:#fff;
	font-size:12px;
	-webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px;	
	font-family:"Gothic A1",serif;
	border:1px solid rgba(220,195,185,1);
	color:rgba(190,130,100,1);
}

.brand-item .brand-desc .brandTel {padding-left:20px;font-size:14px;background:url(/imgs/icon/ico_alliance.png) no-repeat 0px -20px;line-height:22px;font-weight:300;}
/*.brand-item .brand-desc .brandLink {
	padding-left:20px;font-size:14px;background:url(/imgs/icon/ico_alliance.png) no-repeat 0px -40px;letter-spacing:-1px;white-space: nowrap; overflow: hidden; text-overflow:ellipsis;line-height:22px;font-weight:300;
}
.brand-item .brand-desc .brandLink a {
	color:#53463E;letter-spacing:0px;text-decoration:underline;
}
.brand-item .brand-desc .brandLink a:hover, .brand-item .brand-tit .brandLink a:focus {color:#3A312C;text-decoration:underline;}
*/
.brand-item .brand-desc .brandGalleryLink {
	position:relative;
	margin-bottom:20px;
	font-size:0;
	border:none;
	width:100%;
}
.brand-item .brand-desc .brandLink {
	position:relative;
	margin-top:25px;
	font-size:0;
	border:none;
	width:100%;
}
.brand-item .brand-desc a {
	position:relative;
	display: inline-block;
    width:auto;
	
	min-width:50%;
    height:40px;
    line-height:38px;
    padding:0;
	font-size: 14px;
	padding:0 15px;
	font-weight:400;
	color: rgba(190,130,100,1);
	background: transparent;
	border: 1px solid rgba(190,130,100,1);
	text-align: center;
	-webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;	
	white-space: nowrap; /*overflow: hidden; text-overflow:ellipsis;*/
}
.brand-item .brand-desc a br {
	display:none;
}
.brand-item .brand-desc a:hover {
	background: rgba(190,130,100,1);
	color: #fff;
}

.brand-item .brand-desc .brandGalleryLink a {
	min-width:100%;
}

.brand-item .brand-desc a.brandGallery {
	background:rgba(190,130,100,1);
	color:#fff;
	border:1px solid rgba(190,130,100,1);
	padding:0 30px 0 15px;
	margin-bottom:10px;
}
.brand-item .brand-desc .brandGallery:after { 
	position: absolute; 
	top: 0; right: 10px; bottom: 0; 
	font-family: 'themify'; 
	 font-size: 16px; content: "\e611";
	line-height:38px;
	 -webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	 font-weight:normal;
}
.brand-item .brand-desc a.brandGallery:hover {
	border:1px solid rgba(60,45,45,1);
	background:rgba(60,45,45,1);
	
}
.brand-item .brand-desc a:last-child {
	margin-bottom:0 !important;
}

.brand-item .brand-img a:hover .zoomInfo{
	opacity:1;
}

.brand-item .zoomInfo {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
	padding: 17px 20px;
	height:100%;
    -webkit-transition: all 0.3s ease; 
	   -moz-transition: all 0.3s ease; 
	     -o-transition: all 0.3s ease; 
	        transition: all 0.3s ease;
}

.brand-item .zoomInfo:before {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.9);
}

.brand-item .zoomInfo.plus:before {
    background: rgba(0,0,0,.5);
	background:rgba(190,130,100,1);
	opacity: 0.70;
}

.brand-item .zoomIcon {
	position:absolute;
    display: inline-block;
    border: none;
    background-color: rgba(0,0,0,.8);
    border-radius: 50%;
    width: 64px;
    height: 64px;
    overflow: hidden;
    position: relative;
    z-index: 10;
    outline: none;
    padding: 0;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
		 -o-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);		
			transform: translate(-50%,-50%);
}
.brand-item .zoomIcon:before {
	content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    top: 20px;
    left: 20px;
    
	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
	
}
.brand-item .zoomIcon:after {
	content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 2px;
    
    background-color: #fff;
    bottom: 24px;
    right: 18px;
    
	-webkit-transition: background-color .3s;
	   -moz-transition: background-color .3s;
	     -o-transition: background-color .3s;
	        transition: background-color .3s;
	
	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
			transform: rotate(45deg);
}



@media screen and (max-width: 1280px) {
	.brand-list {
		margin:0 -2% -4%;
	}
	.brand-list li {
		width:46%;
		margin:0 2% 4%;
		min-height:inherit;
	}
	.brand-item .brand-desc {
		 float:none;clear:both;
		 position:relative;
		 width:100%;
		 padding:15px;
	}
	.brand-list-column3 .brand-list li,
	.brand-list-column4 .brand-list li {
		width:46%;
	}
	
	.brand-item .brand-desc a {
		min-width:100%;
	}
}

@media screen and (max-width: 768px) {
	
	.collection-group-title {
		float:none;
		width:100%;
		margin:0 0 30px 0;
		border:none;
		padding:10px 20px;
		height:auto;
		
	}
	.collection-group {
		margin:0px 0 30px;
		padding:30px 0 0;
	}
	.collection-group-item {
		width:100%;
		margin-left:0px;
	}
	.collection-group-bar {
		display:none;
	}
	
	.brand-list li {
		padding:5px;
	}
	.brand-list-type2 .brand-list li {
		padding:5px;
	}
	.brand-list-type2 .brand-item .brand-img  {
		width:calc(100% + 10px);
		margin:-5px 0 0 -5px;
	}
	.brand-item .brand-desc .brandAddr {
		font-size:14px;
	}
	.brand-item .brand-desc a {
		font-size: 14px;
	}
	
	.brand-item .brand-tit .brandName .kor {font-size:18px;}
	.brand-item .brand-tit .brandName .eng {font-size:14px;}
}

@media screen and (max-width: 640px) {
	#collection {
		padding:0px 0px 40px;
	}
	.brand-list {
		margin:0 0 0;
	}
	.brand-list li {
		width:100% !important;
		margin:0 0 30px !important;
		box-shadow:2px 2px 10px rgba(0,0,0,0.0);
	}
}

@media screen and (max-width: 480px) {
	#collection {
		padding:0px 0px 0px;
	}
	.collectionArea {
	    background: rgba(243,242,245,1);
	}
	.collection-group {
		margin:15px 0 0px;
		padding:20px 20px 30px;
		background: rgba(255,255,255,1);
	}
	.collection-group:first-child {
		/*margin:10px 0 10px;*/
	}	
	.collection-group:last-child {
		/*margin:0px 0 0px;*/
		padding:20px 20px 40px;
	}	
	.collection-group-title {
		padding:0px 0px 0px 20px;
		margin:10px 0 20px 0;
		background:none;
	}
	.collection-group-title:before {
		content:'';display:inline-block;width:15px;height:2px;background:rgba(51,51,51,1);
		position:absolute;
		top:50%;
		left:2px;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.collection-group-name {
		font-size:18px;
	}
	
	.brand-list li {
		margin:0 0 30px !important;
	    
	}
	.body-bg .brand-list li {
		margin:0 0 20px !important;
		padding:10px 5px 20px;
		border-bottom: 1px solid rgba(235,235,235,1);
	}
	.body-bg .brand-list li:last-child {
		margin:0 0 0px !important;
		padding:10px 5px 0px;
		border-bottom:none;
	}
	.brand-list li:last-child {
		margin:0 0 0px !important;
	}
	.brand-list-type2 .brand-item .brand-desc {
		 padding:15px;
	}
	.brand-item .brand-desc {
		 padding:0 15px 15px;
	}
	
	
}


.collection-pop {
	position:fixed;
	visibility:hidden;
	top:0;left:0;
	bottom:0; right:0;
	width:100%;height:100%;
	overflow:hidden;
	z-index:19010;
	pointer-events: none;
}
.collection-pop.open {
	visibility:visible;
	pointer-events: all;
}

.collection-pop .close {
	position: absolute;
	width: 30px;
	/*right: 50px;*/
	top: 30px;
	z-index:10;
	padding: 20px;
	cursor: pointer;
	left:50%;	
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.collection-pop .close .x {
	width: 30px;
	height: 2px;
	left: 5px;
	background: #fff;
	position: absolute;
}
.collection-pop .close .x:first-child {
	transform: rotate(45deg);
}

.collection-pop .close .x:last-child {
	transform: rotate(-45deg);
}
.pop-full .close  {
	overflow: hidden;
	left:auto;
	padding: 30px;
	right:50px;
    /*-webkit-border-radius: 30px;
    border-radius: 30px;*/
    background:rgba(0,0,0,.5);
    text-align: center;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.pop-full .close .x {
	left:15px;
	
}

.collection-bg {
	background:rgba(0,0,0,1);
	width: 100vw;
	height: 100%;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.3s cubic-bezier(0.07, 0.74, 0.58, 1);
	-moz-transition: all 0.3s cubic-bezier(0.07, 0.74, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.07, 0.74, 0.58, 1); 
	transition: all 0.3s cubic-bezier(0.07, 0.74, 0.58, 1);
}

.collection-content {
	position:relative;
	background: #fff;
	margin-top: 100px;
	height: calc(100% - 80px);
	width: 100%;
	overflow: auto;
	-webkit-transform: translate(0, 100%);
	-moz-transform: translate(0, 100%);
	-ms-transform: translate(0, 100%);
	-o-transform: translate(0, 100%);
	transform: translate(0, 100%);
	-webkit-transition: all 0.3s cubic-bezier(0.07, 0.74, 0.58, 1);
	-moz-transition: all 0.3s cubic-bezier(0.07, 0.74, 0.58, 1);
	-o-transition: all 0.3s cubic-bezier(0.07, 0.74, 0.58, 1); 
	transition: all 0.3s cubic-bezier(0.07, 0.74, 0.58, 1);
}
.pop-full .collection-content {
	margin-top:0px;
	height: 100%;
}

.collection-pop .close {
	display:none;
}
.collection-pop.open .close {
	display:block;
}
.collection-pop.open .collection-bg {
	opacity: 0.7;
}

.collection-pop.open .collection-content {
	-webkit-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	transform: translate(0, 0%);
}


@media screen and (max-width: 1024px) {
	.collection-pop .close {
		/*right: 20px;*/
		top: 20px;
	}
	.pop-full .close {
		right: 20px;
	}
	.collection-content {
		margin-top: 80px;
		height: calc(100% - 80px);
	}
	.pop-full .collection-content {
		margin-top:0px;
		height: 100%;
	}
}

.brand-post {
	position:relative;
	width: 100%;
	padding:0 80px 100px;
}
.brand-post-summary {
	position:relative;
	display: table;
	width: 100%;
}

.brand-post-summary .post-title-area {
	padding:100px 0px 0px;
	font-size: 35px;
	display: table-cell;
	vertical-align:top;
	font-family: "Crimson Text", "Noto Serif KR", serf;
}
.brand-post-summary .post-desc {
	display: table-cell;
	width: 50%;
	padding:120px 0px 0 40px;
	vertical-align:top;
}

.brand-post-summary .post-title {
	position:relative;
	display:block;
	width:100%;
	padding-left:20px;
	color:#222;
	font-weight:400;
	line-height:140%;
}
.brand-post-summary .post-title:before {
	position: absolute;
	content: "";
	width: 1px;
	margin-top:-100px;
	height:calc(100% + 100px);
	background: #222;	
	top: 0;
	left:0;
}
.brand-post .post-sum-row {
	width: 100%;
	display: flex;
}

.brand-post .post-sum-item {
	width: 100%;
	margin-bottom: 20px;
}

.brand-post .post-sum-name {
	font-size: 16px;
	margin-bottom: 0px;
	color:#222;
}

.brand-post .post-sum-content {
	font-size: 16px;
	color: #888;
	line-height: 30px;
	/*word-break: keep-all;*/
	font-weight: 400;
}
.brand-post .post-sum-content strong {
	font-size: 20px;
	color: #222;
}
.brand-post .post-link {
	position:relative;
	margin:10px -1% 0;
	display:block;
	font-size:0;
	list-style:none;
}
.brand-post .post-link > li {
	position:relative;
	display: inline-block;
    width:48%;	
	margin:0 1% 2%;
}
.brand-post .post-link > li a {
	position:relative;
	display: inline-block;
    width:100%;	
    height:50px;
    line-height:48px;
    padding:0;
	font-size: 16px;
	padding:0 15px;
	font-weight:400;
	color: rgba(190,130,100,1);
	background: transparent;
	border: 1px solid rgba(190,130,100,1);
	text-align: center;
	white-space: nowrap; /*overflow: hidden; text-overflow:ellipsis;*/
}
.brand-post .post-link > li a br {
	display:none;
}
.brand-post .post-link > li a:hover {
	background: rgba(190,130,100,1);
	color: #fff;
}

.brand-post .post-link > li .on {
	background:rgba(190,130,100,1);
	color:#fff;
	border:1px solid rgba(190,130,100,1);
	padding:0 30px 0 15px;
}
.brand-post .post-link > li .on:after { 
	position: absolute; 
	top: 0; right: 10px; bottom: 0; 
	font-family: 'themify'; 
	 font-size: 16px; content: "\e611";
	line-height:48px;
	 -webkit-font-smoothing: antialiased; text-indent: 0; -moz-osx-font-smoothing: grayscale; 
	 font-weight:normal;
}


.brand-post .post-img {
	position:relative;
	margin:100px 0px 40px;
	padding:0 0px;
}
.brand-post .post-img-row {
	position:relative;
	width: 100%;
	display: block;
	text-align:center;
}

.brand-post .post-img .img {
	position:relative;
	display:inline-block;
	width: calc(50% - 40px);
	margin: 0 80px 80px;
	white-space: nowrap;
	height: auto;
}
.brand-post .post-img .img img {
	position:relative;
	max-width:100%;
}

.brand-post .post-img .img:nth-child(n) {
	margin-left: 0;
}

.brand-post .post-img .img:nth-child(2n) {
	margin-right: 0;
}

.brand-post .post-img .pos-left {
	margin-right: calc(50% + 40px) !important;
}

.brand-post .post-img .pos-right {
	margin-left: calc(50% + 40px) !important;
	margin-right: 0;
}

.brand-post .post-img .pos-center {
	margin: 0 auto 80px !important;
}

.brand-post .post-img .pos-full {
	width: 100%;
	margin: 0 0 80px 0;
}

a.post-booking {
	color: rgba(255,255,255,1);
	background:rgba(60,45,45,1);
	
	display: inline-block; *display: inline; *zoom: 1; 
	line-height: 50px; 
	text-align: center; font-size: 16px; letter-spacing: .0em; 
	position: relative; 
	padding: 0 40px 0 40px; 
}
a.post-booking:before { 
	display: inline-block; *display: inline; *zoom: 1; 
	font-size: 16px; 
	font-family: 'themify'; content: "\e61d"; 
	font-weight: normal; 
	margin-right:10px;
	
}
a.post-booking:hover {
	background:rgba(60,45,45,1);
	background:rgba(190,130,100,1);
	border:none;
}
.collection-pop .top {
	position:fixed; 
	right:50px; 
	z-index:201;
	-webkit-transition: all 0.4s ease; -moz-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
	bottom:-20px;
	margin-top:0px;
    margin-bottom:0px;
	opacity:0;
	visibility:hidden;
}
.collection-pop .top .item {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width:auto;
    height: 44px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 3px 4px 10px 2px rgba(0,0,0,.2);
    box-shadow: 3px 4px 10px 2px rgba(0,0,0,.2);
	-webkit-transition:.4s ease-out; -moz-transition:.4s ease-out; -o-transition:.4s ease-out; transition:.4s ease-out;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.collection-pop.topShow .top {
	margin-top:0px;
	bottom:20px;
	opacity:1;
	visibility:visible;
}

.collection-pop .top .icon {
	position:relative;
    display: inline-block;
	width:44px;
    height:44px;
	overflow: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%;
	background-size:contain;
	
}
.collection-pop .top .icon {
	background-image: url(/imgs/side/top.png);
	background-position:center center;
	background-repeat:no-repeat;
}

.brand-post .post-footer {
	position:relative;
	display: block;
	width: 100%;
	padding:0px 0px 40px;
	vertical-align:top;
	text-align:center;
}

.brand-post .post-footer .post-link {
	margin:10px 0 0;
}
.brand-post .post-footer .post-link > li {
	width:100%;	
	margin:0 0 2%;
}	

.brand-post .post-footer .in {
	position:relative;
	display: inline-block;
	width: 50%;
	text-align:center;
}

@media screen and (max-width: 768px) {
	
	.brand-post {
		padding:0 30px 80px;
	}
	.brand-post-summary .post-title-area {
		padding:40px 0px 0px;
		font-size: 25px;
		display: block;
	}
	.brand-post-summary .post-desc {
		display: block;
		width: 100%;
		padding:40px 0px 0 0px;
	}
	.brand-post .post-sum-name {
		font-size: 14px;
	}
	
	.brand-post .post-sum-content {
		font-size: 14px;
		line-height: 150%;
	}
	.brand-post .post-sum-content strong {
		font-size: 18px;
	}
	
	.brand-post .post-img {
		margin:60px 0px 20px;
		padding:0 0px;
	}
	.brand-post .post-img .img,
	.brand-post .post-img .pos-left,
	.brand-post .post-img .pos-right,
	.brand-post .post-img .pos-center,
	.brand-post .post-img .pos-full {
		width: 100%;
		margin: 0 0px 40px !important;
	}
	.collection-pop .top {
		right:20px; 
	}
	.brand-post .post-footer .in {
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.brand-post {
		padding:0 20px 80px;
	}
	.brand-post .post-link {
		margin:10px 0 0;
	}
	.brand-post .post-link > li {
		width:100%;	
		margin:0 0 2%;
	}	
	.collection-pop .top {
		right:15px; 
	}
}