@charset "UTF-8";

/*
 *지점 이벤트 페이지 스타일
 */

/* 이벤트페이지 리뉴얼 적용되면 레이아웃으로 이동예정*/
#container {
	position: relative;
	min-height: 100%;
}
#container > .fix_area {
	height: 100%;
}
.bg-division-wrap {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.bg-division-wrap > .left-division {
	float: left;
	width: 50%;
	height: 100%;
	background-color: #FCFCFC;
}
.bg-division-wrap > .right-division {
	float: left;
	width: 50%;
	height: 100%;
	background-color: #fff;
}
.list-wrap {
	display: table;
	width: 100%;
	height: 100%;
}
.list-wrap .list-category-sec {
	display: table-cell;
	width: 318px;
	height: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	vertical-align: top;
}
.list-category-sec > .inner {
	width: 318px;
	height: 100%;
	padding-top: 20px;
    padding-right: 20px;
	border-right: 1px solid rgba(186, 186, 186, 0.5);
}
.list-category-sec #cateCont {
	transition: margin .3s ease-out;
}
.list-wrap .list-cont-sec {
	position: relative;
	display: table-cell;
	width: 850px;
	height: 100%;
	padding-top: 70px;
    padding-left: 20px;
	padding-bottom: 170px;
	background-color: white;
	vertical-align: top;
}
.list-cont-sec .add-ticket-btn {
	position: absolute;
    right: 0;
    top: 30px;
}
.list-category-sec .search_wrap {
	height: 52px;
}
.list-category-sec .search_wrap .basic-search-size {
	padding-right: 6px;
    border-radius: 50em;
    background-color: white;
    border: 1px solid #CB9F76;
}
.list-category-sec .search_wrap input {
	height: 50px;
    padding-left: 20px;
	border-top-left-radius: 50em;
	border-bottom-left-radius: 50em;
}
.list-category-sec .search_wrap .input_group_btn button {
	width: 37px;
    height: 37px;
    padding: 0;
    background-color: #a73439;
    border-radius: 50em;
}
.list-category-sec .search_wrap .input_group_btn  button img {
	width: 16px;
	height: 16px;
}

.depth2-side-menu {
    /*margin-top: 40px;*/
    /*margin-left: 25px;*/
    margin-right: 25px
}
.depth2-side-menu > li {
	margin-bottom: 15px;
	border: 1px solid rgba(200, 200, 200, 0.5);
	background-color: #fff;
	color: #646464;
    box-sizing: border-box;
}
.depth2-side-menu > li > a {
	display: block;
	line-height: 48px;
	overflow: hidden;
	white-space: nowrap;
	text-indent: 20px;
}
.depth2-side-menu > li.active {
	border-color: #CB9F76;
	outline: 2px solid #CB9F76;
	color: #A9343A;
}
/*//이벤트페이지 적용되면 레이아웃으로 이동예정*/

.event-card-list > li {
	margin-bottom: 70px;
}
.event-card-list > li.fadeIn {
	display: block;
}
.event-card-list .event-card {
	display: block;
    position: relative;
	width: 775px;
    height: 196px;
    padding-right: 10px;
    margin-left: auto;
    overflow: hidden;
}
.event-card-list .event-card:after {
	content: '';
	position: absolute;
	bottom: 9px;
	right: 0;
	width: 58px;
	height: 15px;
	background: center/ contain url('/imges/long-arrow-right-g.png') no-repeat;
}
.event-card .img_box {
	position: relative;
	width: 350px;
	height: 100%;
    background-color: black;
    float: left;
	overflow: hidden;
}
.event-card .img_box img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    transform: scale(1);
    transition: .4s ease-out;
}
.event-card .txt-box {
    position: relative;
    padding-top: 115px;
    width: 343px;
    height: 100%;
	float: right;
}
.event-card .txt-box .tit-txt {
    position: absolute;
    left: 0;
    bottom: 88px;
}
.txt-box .tit-txt > p {
    margin: 0;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.3;
}
.event-card .txt-box .tit-txt:After {
	content: '';
	position: absolute;
	top: -49px;
	left: 0;
	width: 18px;
	height: 35px;
	background: center/ contain url('/imges/ico-toxnfill-g.png') no-repeat;
}
/* BEST/NEW 아이콘 */
.event-card .txt-box .__tit-best:After {
	content: '';
	position: absolute;
	top: -49px;
	left: 0;
	width: 60px;
	height: 31px;
	background: center/ contain url('/imges/icon/i-best.png') no-repeat;
}
.event-card .txt-box .__tit-new:After {
	content: '';
	position: absolute;
	top: -49px;
	left: 0;
	width: 60px;
	height: 31px;
	background: center/ contain url('/imges/icon/i-new.png') no-repeat;
}
.event-card .txt-box > .sub-txt {
    font-size: 12px;
}
.event-card .txt-box .ab_cont {
	padding-top: 10px;
}
.ab_cont .cost {
    font-size: 13px;
    font-weight: 400;
    color: #7D7971;
}
.ab_cont .discount {
	display: block;
    font-size: 1rem;
}
.ab_cont .discount .txt_num {
    font-size: 1.6em;
	font-weight: 600;
    color: #9F2A2A;
}
/*hover*/
.event-card:hover .img_box img {
	opacity: .7;
	transform: scale(1.05);
}
.event-card:hover .tit-txt p {
    text-decoration: underline;
}

/*animation*/
.fadeIn {
	display: none;
    animation-name: fadeIn;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#moreLoading {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0;
	bottom: 150px;
	width: 100%;
}