@charset "euc-kr";

.thumb-list{
	width: 100%; 
	display: inline-block; 
	}
.thumb-list .event_sub_title {
	font-size: 24px; 
	font-weight: 600; 
	color: #555; 
	text-align: center; 
	margin: 37px 0 14px; 
	display: block;
	font-family: 'Nanum Square';
    }
.thumb-list .event_sub_title .pick {
	font-size: 18px; 
	color: #4983b3; 
	position: relative;
	display: inline-block;
	}
.thumb-list .event_sub_title strong {
	font-size: 24px; 
	font-weight: 500; 
	color: #111; 
	display: block; 
	font-family: 'Nanum Square';
	}
.lst_item_full ul {
    overflow: hidden;
    padding: 5px;
}
.lst_item_full li {
    box-sizing: border-box;
}
.lst_item_full li a {
    display: block;
    border: 1px solid #e0e0e0;
    margin: 5px;
    overflow: hidden;
    color: #555;
    text-decoration: none;
    background-color: #fff;
}
.lst_item_full .thmb {
    padding-bottom: 50%;
}
.thmb {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 74.32%;
    width: 100%;
}
.thmb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.lst_item_full li .thmb p {
    position: absolute;
    right: 1px;
    bottom: 0;
    left: 1px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 11px;
    overflow: hidden;
    padding: 0 5px;
    line-height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.lst_item_full li .thmb .stk_event {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 5px 0 16px;
    color: #fff;
    margin: 0;
    background: url(/images/common/ico_gift.png) #ff5722 no-repeat 3px 3px;
    background-size: 11px 12px;
}

/*2023-06-05 18:57 by hclee@jeju.com*/
.lst_item_full .event-wrap {display: flex; position: absolute; top: var(--gap-5); right: var(--gap-5); column-gap: var(--gap-7); z-index: 1;}
.lst_item_full .event_kto {width: 4rem;}
.lst_item_full .event_kto img {position: relative !important;}
.lst_item_full .event_plus_sale {filter: drop-shadow(1px 2px 2px rgb(0 0 0 / 0.2)); background: url(/images/ico_cou_sale.svg); background-repeat: no-repeat; background-size: contain; width: 4.2rem; height: 3.1rem; color: #fff; margin-top: var(--gap-3); display: flex; align-items: center;}
.lst_item_full .event_plus_sale span {color: #fff; font-size: var(--size-12); word-break: keep-all; line-height: 1.25; width: 100%; text-align: center; margin-right: var(--gap-14);}
.lst_item_full .event_plus_sale span b {font-size: 1rem;}
/*.lst_item_full li .thmb .stk_event {top: var(--gap-5); left: var(--gap-5);}*/




.thmb .rate {
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 20px;
    font-size: 12px;
    font-family: 'Lato';
    color: rgba(255,255,255,0.7);
}
.thmb .rate i {
    color: #ff5722;
    margin: -1px 4px 0 6px;
    vertical-align: middle;
    display: inline-block;
}
.thmb .rate strong {
    font-weight: normal;
    color: #fff;
}
.thmb .rate i {
    color: #ff5722;
    margin: -1px 4px 0 6px;
    vertical-align: middle;
    display: inline-block;
}
.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.thmb .rate strong {
    font-weight: normal;
    color: #fff;
}
.lst_item_full li .dsc {
    padding: 10px 8px 8px;
    position: relative;
    overflow: hidden;
}
.lst_item_full li h5 {
    font-size: 13px;
    display: inline-block;
    letter-spacing: -0.04em;
}
.lst_item_full li .dsc p {
    font-size: 12px;
    color: #999;
    display: inline-block;
    margin: 0 0 0 4px;
}
.lst_item_full li .dsc p {
    color: #999;
}
.lst_item_full li .price em {
    font-size: 26px;
    color: #ff5722;
    font-family: 'Lato';
    margin: 3px 0 0;
}
.lst_item_full li .price del {
    color: #999;
    font-size: 12px;
    margin: 0 4px;
}
.lst_item_full li .price strong {
    font-size: 16px;
    font-family: 'Lato';
}
.lst_item_full li a{
	color: #555;
}
.lst_item_full li .badge span {
    position: absolute;
    right: 10px;
    bottom: 8px;
}
.badge span.ad {
    color: #37b7b6;
    border-color: #37b7b6;
}
.badge span {
    display: inline-block;
    border-width: 1px;
    border-style: solid;
    font-size: 11px;
    line-height: 17px;
    padding: 1px 5px 0 2px;
    border-radius: 4px;
}
.badge span i {
    font-size: 11px;
    vertical-align: middle;
    margin: 0 2px 0 0;
}