@charset "utf-8";

.top-part {
	padding:140px 0 0;
}
.lnb-use .top-part {
	padding:180px 0 40px;
}
.visual-use .top-part {
	padding:0px 0 40px;
}
.top-part .top-group {
	padding:140px 0 40px;
	display:table;
	width:100%;
	position:relative;
}
.visual-use .top-part .top-group {
	padding:120px 0 40px;
}
.top-part .top-title {
	position:relative;
    width:55%;
	display:table-cell;
	vertical-align:top;
}
.top-part .top-tab {
	position:relative;
    width:45%;
	display:table-cell;
	vertical-align:top;
	padding:10px 0 0;
}
.top-part .top-tab .top-tab-in {
	position:relative;
    width:100%;
	display:table;
	vertical-align:top;
}
.top-part .top-tab .tab-left {
	position:relative;
    width:70%;
	display:table-cell;
	vertical-align:top;
}
.top-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:#222;
    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(150,140,95,1);
    border-bottom:1px solid rgba(150,140,95,1);
}

.top-tab .top-tab-item a:hover{
    color:#bf8365;
}

.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;
}

.top-part .top-title h1 {
	position: relative;
	font-size: 60px;
	letter-spacing: 0px; 
	line-height: 100%; 	
    /*color: rgba(34,34,34,1);
	font-family:"DietDidot","Noto Serif KR",serif;*/
	font-weight: 500;
	color: rgba(150,140,95,1);
	color:rgba(150,140,95,1);
	font-family:"Crimson Text","Gothic A1",sans-serif;	
	font-family:"Gmarket Sans","Noto Serif KR",serif;
	
	position:relative;
	padding:0px 0 40px;
}
.top-part .top-title h1.kor {
	position: relative;
	font-size: 60px;
	display:none;
}
.top-part .top-title h1.eng {
	position: relative;
	font-size: 60px;
	
}
.top-part .top-title h2 {
	position: relative;
	font-size: 20px;
	letter-spacing:2px; 
	line-height: 160%; 	
    color: rgba(34,34,34,1);
	position:relative;
	padding:0px 0 20px;
	font-weight:400;
}
.top-part .top-title h3 {
	position: relative;
	font-size: 18px;
	letter-spacing: 0px; 
	line-height: 170%; 	
    color: rgba(136,136,136,1);
	position:relative;
	margin-left:3px;
}

@media screen and (max-width: 1280px) {
	.top-part .top-title h1 {
		font-size: 40px;
	}
	.top-part .top-title h1.kor {
		font-size: 40px;
	}
	.top-part .top-title h1.eng {
		font-size: 40px;
	}
	.top-part .top-title h2 {
		font-size: 18px;
	}
	.top-part .top-title h3 {
		font-size: 16px;
	}
	.top-part .top-tab {
		padding:20px 0 0;
	}
	.top-tab .top-tab-item a {
		font-size:18px;
	}
	.top-tab .top-tab-item .kr {
		font-size:16px;
	}

}

@media screen and (max-width: 1024px) {
	.top-part {
		padding:60px 0 0 !important;
	}
	.visual-use .top-part {
		padding:0px 0 0px !important;
	}
}

@media screen and (max-width: 768px) {
	.visual-use .top-part .top-group {
		padding:60px 0 40px;
	}
	.top-part .top-title h1 {
		font-size: 30px;
	}
	.top-part .top-title h1.kor {
		font-size: 30px;
	}
	.top-part .top-title h1.eng {
		font-size: 30px;
	}
	.top-part .top-title h2 {
		font-size: 16px;
	}
	.top-part .top-title h3 {
		font-size: 15px;
	}
	.top-part .top-tab {
		padding:0px 0 0;
	}
	.top-tab .top-tab-item {
		width:100%;
	}
	.top-tab .top-tab-item a {
		margin:5px 0 0px;
	}
}

@media screen and (max-width: 480px) {
	.top-part .top-group {
		padding:100px 0 50px;
	}
	.visual-use .top-part .top-group {
		padding:60px 0 50px;
	}
	.top-part .top-title h1 {
		font-size: 30px;
	}
	.top-part .top-title h1.kor {
		font-size: 30px;
	}
	.top-part .top-title h1.eng {
		font-size: 30px;
	}
	.top-part .top-title {
		width:100%;
		display:block;
		text-align:center;
	}
	.top-part .top-tab {
		width:100%;
		display:block;
		padding:40px 0 0;
	}
	.top-tab .top-tab-item a {
		margin:0px 0 0px;
	}
	.top-part .top-tab .tab-right {
		text-align:right;
	}

}


#collection {
	padding:0px 0px 100px;
	/*background:rgba(243,242,245,1);*/
}
.collection-group {
	position:relative;
	display:block;
	text-align:left;
	font-size:0;
	padding:0px 0 0;
}
.collection-group-bar {
	position:relative;
	background:#fff;background:rgba(235,235,235,1);
	height:1px;
	margin:60px 0;
	content:"";display:block;clear:both;
}
/*.collection-group-bar:first-child {display:none;}*/

.collection-group-title {
	position:relative;
	float:left;
	width:200px;
	padding:25px 10px 25px 25px;
	height:180px;
	background:#fff;
	background:rgba(243,242,245,1);
	background:#e8e1c3;
}
.collection-group-item {
	position:relative;
	width:auto;
	margin-left:240px;
	position: relative;
    min-height: 1px;
}

.collection-group-name {
	color:rgba(34,34,34,1);
	font-weight:400;
	font-size:20px;
	letter-spacing:0px;
	padding-left:5px;
	line-height:140%;
}

.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%;
	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;
}
.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(150,140,95,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(150,140,95,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(150,140,95,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-desc {
	position:relative;
	float:left;
	display:inline-block;
	width:60%;
	padding:40px 15px 15px;
	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 .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;	
	background:rgba(220,195,185,1);
	font-family:"Noto Sans Kr",serif;
	background:#fff;
	border:1px solid rgba(220,195,185,1);
	color:rgba(150,140,95,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:40px;
    padding:0;
	font-size: 15px;
	padding:0 15px;
	font-weight:400;
	color: rgba(150,140,95,1);
	background: transparent;
	border: 1px solid rgba(150,140,95,1);
	text-align: center;
	white-space: nowrap; /*overflow: hidden; text-overflow:ellipsis;*/
}
.brand-item .brand-desc a br {
	display:none;
}
.brand-item .brand-desc a:hover {
	background: rgba(150,140,95,1);
	color: #fff;
}

.brand-item .brand-desc .brandGalleryLink a {
	min-width:100%;
}

.brand-item .brand-desc a.brandGallery {
	background:rgba(150,140,95,1);
	color:#fff;
	border:1px solid rgba(150,140,95,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;
}


@media screen and (max-width: 1280px) {
	.brand-list {
		margin:0 -2% -4%;
	}
	.brand-list li {
		width:46%;
		margin:0 2% 4%;
	}
	.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;
		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:10px;left:2px;}
	.collection-group-name {
		font-size:18px;
	}
	
	.brand-list li {
		margin:0 0 30px !important;
	}
	.brand-list li:last-child {
		margin:0 0 0px !important;
	}
	.brand-list-type2 .brand-item .brand-desc {
		 padding:15px 0;
	}
	.brand-item .brand-desc {
		 padding:0 15px 15px;
	}
	
	
}