@font-face {
    font-family: 'Helvetica';
/*     src: url('../fonts/Helvetica.ttf'); */
}

@font-face {
    font-family: 'Avenir Heavy';
    src: url('../fonts/Avenirheavy.ttf');
}

/*
.roundIcon {
	background-image: url('../assets/images/tmp/roundicon.jpg');
	background-repeat: no-repeat;
	background-size: 30px 30px;
	display: inline;
	height: 28px;
	width: 28px;
	min-width: 2px;
	mix-blend-mode: multiply;
}
*/

.roundIco {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.roundIco:before{
	content: '';
	background: url('../assets/images/icons/roundIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.ovalIcon {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.ovalIcon:before {
	content: '';
	background: url('../assets/images/icons/ovalIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.heartIcon {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.heartIcon:before {
	content: '';
	background: url('../assets/images/icons/heartIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.cushionIcon {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.cushionIcon:before {
	content: '';
	background: url('../assets/images/icons/cushionIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.pearIcon {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.pearIcon:before {
	content: '';
	background: url('../assets/images/icons/pearIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.emeraldIcon {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.emeraldIcon:before {
	content: '';
	background: url('../assets/images/icons/emeraldIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.silverIcon {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.silverIcon:before {
	content: '';
	background: url('../assets/images/icons/silverIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.whiteGoldIcon {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.whiteGoldIcon:before {
	content: '';
	background: url('../assets/images/icons/whiteGoldIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.yellowGoldIcon {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.yellowGoldIcon:before {
	content: '';
	background: url('../assets/images/icons/yellowGoldIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.roseGoldIcon {
	display: block;
	height: 30px;
	text-decoration: none;
	padding-left: 27px;
}
.roseGoldIcon:before {
	content: '';
	background: url('../assets/images/icons/roseGoldIcon.jpg');
	background-size: cover;
	position: absolute;
	width: 25px;
	height: 25px;
	margin-left: -28px;
}

.footTitS {
	font-family: 'Avenir Heavy';
	font-size: 16px;
	text-align: left;
	font-weight: normal;
	color: #1c1c1c;
	letter-spacing: 0.5px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.footList {
	
}
.footList ul {
	list-style-type: none;
	margin-left: -40px;
	line-height: 27px;
}
.footList ul li {
	text-align: left;
}
.footList ul li a {
	text-decoration: none;
	font-family: 'Helvetica';
/* 	font-family: 'Nanum Myeongjo', sans-serif !important; */
	font-size: 13px;
	color: #1c1c1c;
}