
@charset "utf-8";
.header-main,
.footer-main{
	vertical-align: baseline;
	box-sizing: border-box;
	color: #151515;
	font-weight: 400;
	font-style: normal;
}

.noscroll {
	overflow-y: hidden;
	width: 100%;
	height: 100%;
}
.modal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.7);
}
.select-comp {
	position: relative;
}
.select-comp > button.select-a {
	display: block;
	transition: all, 0.2s;
}
.select-comp > ul.select-type {
	position: absolute;
	z-index: 10;
	display: none;
}
.select-comp > ul.select-type li > a {
	display: block;
	width: 100%;
	transition: all, 0.2s;
}
.skip-to-container a {
	z-index: 100000;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.skip-to-container a:focus,
.skip-to-container a:active {
	width: 100%;
	height: 15px;
	height: 33px;
	line-height: 33px;
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 1rem;
	text-align: center;
}

.header-main{position:fixed;top:0;width: 100%;height: 4.5rem;text-align: center;background-color: #fff;z-index: 10000;border-bottom: 1px solid #ddd;}
.header-main > h1.logo {
	position: absolute;
	left: 2rem;
	top: 54%;
	transform:translateY(-50%);
}
.header-main > h1.logo > a {
	display: block;
}
.header-main > h1.logo > a > img {
	max-height:3.3rem;
}
/* gnb */
.header-main > ul.gnb {
	text-align: center;
	width: 100%;
	height: 4.5rem;
	list-style:none;
}
.header-main > ul.gnb > li {
	position: relative;
	display: inline-block;
	zoom: 0;
	padding: 0 19px;
}
.header-main > ul.gnb > li > a {
	display: block;
	font-size: 1.125rem;
	line-height: 4.5rem;
	height: 4.5rem;
}
.header-main > ul.gnb > li.active > a {
	color: #4a28c7;
	font-weight: 500;
}
/* 2depth 서브메뉴 */
.header-main > ul.gnb ul.depth2 {
	position: absolute;
	opacity: 0;
	top: 110%;
	left: 50%;
	min-width: 80px;
	border-radius: 16px;
	transform: translateX(-50%);
	text-align: left;
	white-space: nowrap;
	padding: 1rem 0;
	background-color: rgba(255, 255, 255, 1); /*background: #3A37D7;*/
	pointer-events: none;
	transition: all 0.2s; /*border:1px solid #ddd;*/
	box-shadow: 16px 16px 56px rgba(0, 0, 0, 0.2);
	list-style:none;
}
.header-main > ul.gnb ul.depth2:before {
	content: '' !important;
	position: absolute;
	left: 0; /*bottom:100%;*/
	height: 0px;
	width: 100%;
	background-color: #182083;
	margin-left: 0px;
}
.header-main > ul.gnb > li:hover > ul.depth2 {
	opacity: 1;
	top: 4rem;
	pointer-events: auto;
} /* OVER 시 액션 */
.header-main > ul.gnb ul.depth2 > li {
	position: relative;
	text-align: left;
}
.header-main > ul.gnb ul.depth2 > li a {
	display: block;
	padding: 10px 20px;
	font-size: 1rem;
	color: #151515;
} /* 2depth 패딩 설정 */
.header-main > ul.gnb ul.depth2 > li a.active {
	color: #4a28c7;
} /* 클릭한 메뉴 강조 */
.header-main > ul.gnb ul.depth2 > li a:hover {
	color: #fff;
	background-color: #4a28c7;
} /* 2depth OVER 시 액션 */
/* login */
.header-main > .btn-login-wrap {
	position: absolute;
	top: 0;
	right: 0;
}
.header-main > .btn-login-wrap > span {
	display: inline-block;
	zoom: 0;
	*display: inline;
	line-height: 4.5rem;
	color: #8c8c8c;
	font-size: 0.938rem;
	margin-right: 4px;
}
.header-main > .btn-login-wrap > a {
	display: inline-block;
	zoom: 0;
	*display: inline;
	vertical-align: top;
}
.header-main > .btn-login-wrap > a.btn-login {
	font-size: 0.813rem;
	font-weight: 500;
	padding: 0 0.813rem;
	line-height: 1.5rem;
	border: 1px solid #151515;
	margin-top: 1.5rem;
	margin-right: -4px;
}
.header-main > .btn-login-wrap > a.btn-login-icon {
	width: 4.5rem;
	height: 4.5rem;
	text-align: center;
	padding: 1.125rem;
	overflow-x:hidden;
}
.header-main > .btn-login-wrap > a.btn-login-icon > img {
	line-height: 4.5rem;
	vertical-align: top;
}

/* 
Common
*/

/* section title */
.section-title {
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: 3rem;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 3rem;
}
.section-title > h2 {font-size: 2.5rem;font-weight:500;letter-spacing: -3px;line-height: 3rem;}
.section-title > a.more {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	line-height: 3rem;
	color: #666;
	text-align: right;
	background-image: url('../../images/common/ico-txt-arrow.png');
	background-position: right 4px center;
	background-repeat: no-repeat;
	padding-right: 1.375rem;
}
.section-title.has-bg > h2 {
	color: #fff;
}
.cont-wrap {
	width: 100%;
	max-width: 1280px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5rem;
	padding-bottom: 5rem;
	margin: 0 auto;
	position: relative;
	text-align: left;
}
.group-wrap > .cont-wrap {
	padding-top: 0;
	padding-bottom: 0;
	max-width: 100%;
	overflow-x:hidden;
}
.group-wrap div.group {
	width: 100%;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
	text-align: center;
}
.group-wrap div.group .flickity-viewport {
	overflow: visible;
}
.group-wrap div.group div.group-cell {
	position: relative; /*display:inline-block; zoom:0; *display:inline;*/
	width: 299px;
	margin: 0 0.875rem;
	height: 600px;
	text-align: left;
	border-radius: 16px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	transition: all, 0.4s;
	z-index: 1;
	box-shadow: 16px 16px 56px rgba(0, 0, 0, 0);
}
.group-wrap div.group div.group-cell.type {
	background-image: url('../../../images/main/bg-cate-type-05.jpg');
}
.group-wrap div.group div.group-cell.time {
	background-image: url('../../../images/main/bg-cate-time-05.jpg');
	background-position: left;
}
.group-wrap div.group div.group-cell.source {
	background-image: url('../../../images/main/bg-cate-source-05.jpg');
}
.group-wrap div.group div.group-cell.topic {
	background-image: url('../../../images/main/bg-cate-topic-05.jpg');
}
/* case */
.group-wrap div.group.set-4 div.group-cell {
	width: 299px;
	margin: 0 0.875rem;
}
.group-wrap div.group.set-3 div.group-cell {
	width: 408px;
	margin: 0 0.875rem;
}
.group-wrap div.group.set-2 div.group-cell {
	width: 626px;
	margin: 0 0.875rem;
}
.group-wrap div.group.set-1 div.group-cell {
	width: 768px;
	margin: 0 0.875rem;
}
/* title */
.group-wrap div.group div.group-cell h2 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	color: rgba(21, 21, 21, 0.5);
	font-weight:500;
	letter-spacing: -3px;
	line-height: 3rem;
	padding-left: 1.5rem;
	font-size: 2rem;
	padding-top: 2.25rem;
	padding-bottom: 1rem;
	transition: all, 0.4s;
	z-index: 100;
	background-color: rgba(255, 255, 255, 0.9);
}
/* common */
.group-wrap div.group div.group-cell a {
	width: 100%;
	display: block;
	line-height: 2.25rem;
	height: 2.25rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem; /*background-color:rgba(255,255,255,1);*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.group-wrap div.group div.group-cell a:hover {
	text-decoration: underline;
}
/* list */
.group-wrap div.group div.group-cell .depth-1-wrap {
	height: calc(600px - 6.25rem);
	background-color: rgba(255, 255, 255, 0.2);
}
.group-wrap div.group div.group-cell ul.depth-1 {
	margin-top: 6.25rem;
	margin-bottom: 2.25rem;
}
.group-wrap div.group div.group-cell ul.depth-1 > li > h3 > a {
	width: 100%;
	line-height: 2.75rem;
	height: 2.75rem;
	color: rgba(21, 21, 21, 0.4); /*background-color:rgba(255,255,255,.2);*/
	transition: all, 0.4s;
}
.group-wrap div.group div.group-cell ul.depth-1 > li > ul.depth-2 {
	display: none;
}
.group-wrap
	div.group
	div.group-cell
	ul.depth-1
	> li
	> ul.depth-2
	> li
	> h4
	> a {
	padding-left: 3rem;
	color: rgba(21, 21, 21, 0.4); /*background-color:rgba(255,255,255,.2);*/
	transition: all, 0.4s;
}
.group-wrap
	div.group
	div.group-cell
	ul.depth-1
	> li
	> ul.depth-2
	> li
	> ul.depth-3 {
	display: none;
}
.group-wrap
	div.group
	div.group-cell
	ul.depth-1
	> li
	> ul.depth-2
	> li
	> ul.depth-3
	> li
	> h4
	> a {
	padding-left: 4.5rem;
	color: rgba(140, 140, 140, 0.4);
	background-color: #eee;
	transition: all, 0.4s;
}

/* 200807 그룹 액션 변경 */
.group-wrap div.group div.group-cell .has-sub {
	width: 100%;
	overflow: hidden;
}
.group-wrap div.group div.group-cell .has-sub > a {
	float: left;
	width: 85% !important;
	background-color: none !important;
}
.group-wrap div.group div.group-cell .has-sub > .open-btn {
	float: right;
	width: 15%;
	height: 2.75rem;
	background-image: url('../../images/common/btn-notice-next.png');
	background-repeat: no-repeat;
	background-position: right 1.25rem center; /*background-color:rgba(255,255,255,.2);*/
	opacity: 0.4;
}
.group-wrap div.group div.group-cell .has-sub.active > .open-btn {
	background-image: url('../../images/common/btn-notice-prev.png'); /*background-color:rgba(255,255,255,.6);*/
}
.group-wrap div.group div.group-cell h4.has-sub > .open-btn {
	height: 2.25rem;
}

/* case : hover */
.group-wrap div.group div.group-cell.active,
.group-wrap div.group div.group-cell:hover {
	z-index: 80;
	box-shadow: 16px 16px 56px rgba(0, 0, 0, 0.2);
}
.group-wrap div.group div.group-cell.type.active,
.group-wrap div.group div.group-cell.type:hover {
	background-image: url('../../../images/main/bg-cate-type-2.jpg');
}
.group-wrap div.group div.group-cell.time.active,
.group-wrap div.group div.group-cell.time:hover {
	background-image: url('../../../images/main/bg-cate-time-2.jpg');
	background-position: left;
}
.group-wrap div.group div.group-cell.source.active,
.group-wrap div.group div.group-cell.source:hover {
	background-image: url('../../../images/main/bg-cate-source-2.jpg');
}
.group-wrap
	div.group
	div.group-cell.topic.active
	.group-wrap
	div.group
	div.group-cell.topic:hover {
	background-image: url('../../../images/main/bg-cate-topic-2.jpg');
}

.group-wrap div.group div.group-cell.active .depth-1-wrap,
.group-wrap div.group div.group-cell:hover .depth-1-wrap {
	background-color: rgba(255, 255, 255, 0.6);
}
.group-wrap div.group div.group-cell.active h2,
.group-wrap div.group div.group-cell:hover h2 {
	color:var(--color-point-1);
}
.group-wrap div.group div.group-cell.active ul.depth-1 > li > h3 > a,
.group-wrap div.group div.group-cell:hover ul.depth-1 > li > h3 > a {
	color: rgba(21, 21, 21, 1); /*background-color:rgba(255,255,255,.6);*/
}
.group-wrap div.group div.group-cell:hover ul.depth-1 > li > h3.has-sub > a {
	background-color: none !important;
}
.group-wrap
	div.group
	div.group-cell.active
	ul.depth-1
	> li
	> ul.depth-2
	> li
	> h4
	> a,
.group-wrap
	div.group
	div.group-cell:hover
	ul.depth-1
	> li
	> ul.depth-2
	> li
	> h4
	> a {
	color: rgba(21, 21, 21, 1); /*background-color:rgba(255,255,255,.6);*/
}
.group-wrap
	div.group
	div.group-cell.active
	ul.depth-1
	> li
	> ul.depth-2
	> li
	> ul.depth-3
	> li
	> h4
	> a,
.group-wrap
	div.group
	div.group-cell:hover
	ul.depth-1
	> li
	> ul.depth-2
	> li
	> ul.depth-3
	> li
	> h4
	> a {
	color: rgba(140, 140, 140, 0.6);
}

.group-wrap div.group div.group-cell .has-sub > a {
	background-color: none !important;
}
.group-wrap div.group div.group-cell.active .has-sub > .open-btn,
.group-wrap div.group div.group-cell:hover .has-sub > .open-btn {
	background-image: url('../../images/common/btn-notice-next.png');
	background-repeat: no-repeat;
	background-position: right 1.25rem center; /*background-color:rgba(255,255,255,.6);*/
	opacity: 1;
}
.group-wrap div.group div.group-cell.active .has-sub.active > .open-btn,
.group-wrap div.group div.group-cell:hover .has-sub.active > .open-btn {
	
	color: #4a28c7 !important;
	opacity: 1;
}

/*
	topic
*/
.topic-wrap {
	background-color: #f7f7f7;
}
.topic-wrap > .cont-wrap {
	max-width: 100%;
	padding-bottom: 6rem;
}
/* tab */
.topic-wrap .topic-tab-wrap {
	position: relative;
	width: 1280px;
	margin: 0 auto 4.5rem;
}
.topic-wrap .topic-tab-wrap > div.topic-tab {
	width: 100%;
	text-align: center; /*padding-left:3.5rem; padding-right:3.5rem;*/
	height: 3rem;
}
.topic-wrap .topic-tab-wrap > div.topic-tab .topic-tab-cell {
	display: inline-block;
	zoom: 0;
	*display: inline;
	margin: 0 4px;
}
.topic-wrap .topic-tab-wrap > div.topic-tab .topic-tab-cell > button {
	font-size: 0.938rem;
	padding: 0 1.5rem;
	line-height: 2.875rem;
	background-color: #fff;
	border: 1px solid #aaa;
	word-break: keep-all;
	white-space: nowrap;
	border-radius: 1.5rem;
	transition: all, 0.2s;
}
.topic-wrap .topic-tab-wrap > div.topic-tab .topic-tab-cell > button:focus {
	background-color: #f9f9f9;
}
.topic-wrap .topic-tab-wrap > div.topic-tab .topic-tab-cell > button.active {
	color: #fff;
	background-color: #4a28c7;
	border: 1px solid #4a28c7;
}
/* content list */
.topic-wrap .topic > div.topic-list {
	width: 100%;
}
.topic-wrap .topic > div.topic-list div.topic-list-cell {
	position: relative;
	float: left;
	width: 20%;
	padding-bottom: 20%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-right: 1px solid #fff;
}
.topic-wrap .topic > div.topic-list div.topic-list-cell:last-child {
	border-right: none;
}
.topic-wrap .topic > div.topic-list div.topic-list-cell > a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: rgba(21, 21, 21, 0.5);
}
.topic-wrap .topic > div.topic-list div.topic-list-cell > a > h3 {
	vertical-align: middle;
	font-size: 1.75rem;
	color: #fff;
	line-height: 1.25em;
	text-align: center;
}

/*
	recommend 
*/
.recommend-wrap > .cont-wrap {
	max-width: 1308px;
}
.recommend-wrap ul.recommend-list {
	column-count: 4;
	column-gap: 2rem;
	list-style:none;
}
.recommend-wrap ul.recommend-list > li {
	width: 100%;
	height: auto;
	break-inside: avoid;
	padding-bottom: 2rem;
}
.recommend-wrap ul.recommend-list > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.recommend-wrap ul.recommend-list > li > a > figure {
	border-radius: 16px;
	overflow: hidden;
}
.recommend-wrap ul.recommend-list > li > a > figure > img {
	width: 100%;
}
.recommend-wrap ul.recommend-list > li > a > .over-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.6);
	opacity: 0;
	border-radius: 16px;
	transition: all, 0.4s;
	z-index: 50;
}
.recommend-wrap ul.recommend-list > li > a > .m-over {
	opacity: 1;
}
.recommend-wrap ul.recommend-list > li > a > .over-box > .over-box-cell {
	position: absolute;
	top: 57%;
	left: 0;
	right: 0;
	margin-top: -44px;
}
.recommend-wrap
	ul.recommend-list
	> li
	> a
	> .over-box
	> .over-box-cell
	> span.date {
	text-align: center;
	color: #fff;
	font-size: 1.1rem;
	margin-bottom: 0.5rem;
}
.recommend-wrap ul.recommend-list > li > a > .over-box > .over-box-cell > h3 {
	color: #fff;
	font-size: 1.1rem;
	padding: 0 2rem;
	height: auto;
	max-height: 52px;
}
.promotion-wrap > .cont-wrap {
	padding-bottom: 6rem;
}
.promotion-wrap .promotion > ul.promotion-list > li {
	width: 100%;
	margin-bottom: 2rem;
	list-style:none;
}
.promotion-wrap .promotion > ul.promotion-list > li > a {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
	border-radius: 16px;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #eee;
	transition: all, 0.4s;
}
.promotion-wrap .promotion > ul.promotion-list > li > a:hover {
	box-shadow: 16px 16px 56px rgba(0, 0, 0, 0.2);
}
.promotion-wrap .promotion > ul.promotion-list > li > a > .badge {
	position: absolute;
	top: 1.25rem;
	left: 0;
	color: #fff;
	padding: 0 1.25rem;
	background-color: #4a28c7;
	color: #fff;
	font-size: 0.875rem;
	line-height: 2.25rem;
}
.promotion-wrap .promotion > ul.promotion-list > li > a > .txt-cont {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 1rem 1.25rem;
	background-image: linear-gradient(
		to right,
		rgba(0, 0, 0, 0.4),
		rgba(0, 0, 0, 0.4),
		rgba(0, 0, 0, 0.2),
		rgba(0, 0, 0, 0),
		rgba(0, 0, 0, 0)
	);
}
.promotion-wrap .promotion > ul.promotion-list > li > a > .txt-cont > h3 {
	color: #fff;
	font-size: 1.125rem;
	line-height: 1em;
	width: 100%;
	height: 1em;
	margin-bottom: 0.75rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.promotion-wrap .promotion > ul.promotion-list > li > a > .txt-cont > .desc {
	color: #fff;
	font-size: 0.938rem;
	line-height: 1em;
	width: 100%;
	height: 1em;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.footer-main {
	background-color: #252525;
}
.footer-main > .cont-wrap {
	padding-top: 3.5rem;
	padding-bottom: 4rem;
	text-align: center;
}
/* introduce */
.footer-main dl.introduce {
	margin-bottom: 0.75rem;
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer-main dl.introduce > dt {
	display: inline-block;
	zoom: 0;
	margin-right: 0.5rem;
}
.footer-main dl.introduce > dt > a {
	display: block;
	color: #fff;
	font-weight:400;
	font-size: 0.9rem;
}
.footer-main dl.introduce > dd {
	display: inline-block;
	zoom: 0;
	color: #aaa;
	font-weight: 300;
	font-size: 0.813rem;
	line-height:1.5rem;
	text-align:left;
}
/* copyright */
.footer-main .copyright {
	font-size: 0.75rem;
	color: #666666;
	margin-bottom: 1.25rem;
}
/* social link */
.footer-main ul.social-list {
	text-align: center;
	margin-bottom: 2.25rem;
}
.footer-main ul.social-list > li {
	display: inline-block;
	zoom: 0;
	*display: inline;
	margin: 0 0.438rem;
}
.footer-main ul.social-list > li > a {
	display: block;
	width: 3rem;
	height: 3rem;
	background-color: #000;
	border-radius: 1.5rem;
	padding: 0.625rem;
	transition: all, 0.4s;
}
.footer-main ul.social-list > li > a:hover {
	background-color: #151515;
}
/* link */
.footer-main .select-comp.foot-link {
	width: 212px;
	margin: 0 auto;
	text-align: left;
}
.footer-main .select-comp.foot-link > button.select-a {
	text-align: left;
	width: 212px;
	line-height: 2.25rem;
	color: #666;
	font-size: 0.938rem;
	padding: 0 0.75rem;
	background-image: url('../../images/common/ico-foot-arrow.png');
	background-repeat: no-repeat;
	background-position: right 0.75rem center;
	background-color: #000;
}
.footer-main .select-comp.foot-link > button.active {
	background-color: #151515;
	box-shadow: 16px 16px 32px rgba(0, 0, 0, 0.5);
}
.footer-main .select-comp.foot-link > ul.select-type {
	width: 212px;
	margin: 0;
	/* bottom: 2.25rem; */
	list-style:none;
}
.footer-main .select-comp.foot-link > ul.select-type li {
	width: 100%;
}
.footer-main .select-comp.foot-link > ul.select-type li > a {
	height: 2.25rem;
	line-height: 2.25rem;
	padding: 0 0.75rem;
	font-size: 0.938rem;
	color: #666;
	background-color: #000;
	border-bottom: 1px solid #151515;
}
.footer-main .select-comp.foot-link > ul.select-type li.active > a {
	background-color: #151515;
}
.footer-main .select-comp.foot-link > ul.select-type li > a:focus,
.footer-main .select-comp.foot-link > ul.select-type li > a:hover {
	background-color: #151515;
}

.xi-external-link{color:#ffffff;font-size:1.9rem}
.quick-menu {
	position: fixed;
	bottom: 1.875rem;
	right: 1.875rem;
	z-index: 10000;
}

.quick-menu > .quick-menu-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 3rem;
	height: 3rem;
	border-radius: 1.5rem;
	background-color: #4a28c7;
	z-index: 20;
	box-shadow: 12px 12px 24px rgba(74, 40, 199, 0.12);
}

.quick-menu > ul.quick-menu-list {
	position: absolute;
	bottom: 1.4rem;
	right: 1.4rem;
	z-index: 0;
	background-color: #fff;
	border-radius: 16px;
	border: 2px solid #4a28c7;
	padding-top: 1rem;
	padding-bottom: 1rem;
	display: none;
	list-style:none;
}

.quick-menu > ul.quick-menu-list > li > a {
	display: block;
	width: 9.5rem;
	line-height: 2.5rem;
	padding: 0 1rem;
	background-color: #fff;
	transition: all, 0.4s;
}

.quick-menu > ul.quick-menu-list > li > a:hover {
	background-color: #eeeeee;
}

.quick-menu > ul.quick-menu-list > li > a > span {
	font-size: 0.938rem;
	color: #4a28c7;
	margin-right: 4px;
}
.quick-menu > ul.quick-menu-list > li > a > img{
	vertical-align:baseline;
}