@charset "utf-8";

/*========================================================================
메인 레이아웃
========================================================================*/
.body-main #contents .sub_content { margin-top:70px;}
.body-main #header .header-wrap { position:absolute; top:0; width:100%; max-width:480px; z-index:61;}


/* 메인배너 */
.main_event{
	position:relative;
	width:100%;
	overflow:hidden;
	border-radius:15px;
}

.main_event .img{width:100%;}

.main_event .img img{width:100%;}

/* 실시간 인기 이벤트 */
.event_wrap{
	position:relative;
	margin-top:40px;
	width:100%;
}


.section_title{
	width:100%;
	position:relative;
	font-size:2.0rem;
	font-weight:bold;
}

.product_wrap{
	margin:15px auto 0x;
}

.product_wrap .product_l {
	display: flex;
	flex-wrap: wrap;
}

.product_wrap .product_l li {width:calc(50% - 10px);margin:30px 5px 0 5px;}
.product_wrap .product_l li:nth-child(even) {margin-right:0;}
.product_wrap .product_l li:nth-child(-n + 2) {margin-top:0;}

.product_wrap .product_l li .img_wrap{
	position: relative;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}

.product_wrap .product_l li .img_wrap .img{
	width: 100%;
	padding-bottom: 118.1%;
}

.product_wrap .product_l li .text_info{
	margin-top:10px;
	position:relative;
	width:100%;
	line-height:1.5;
}

.product_wrap .product_l li .text_info .branch{
font-size:1.0rem;
color:#666;
}

.product_wrap .product_l li .text_info .event_tit{
font-size:1.4rem;
font-weight:bold;
}

.product_wrap .product_l li .text_info .event_account{
	font-size:1.6rem;
	font-weight:bold;
}

.product_wrap .product_l li .text_info .event_account .price{
	color:#f4505c;
}

.product_wrap .product_l li .text_info .event_account .vat{ font-size:1.0rem; font-weight:500; color:#666;}

.btn_more2{
	margin-top:15px;
	position:relative;
	width:100%;
	text-align:Center;
	padding:10px 0;
	text-align:Center;
	border:1px solid #ccc;
	border-radius:30px;
}

.btn_more2 .txt{ font-weight:bold; font-size:1.6rem; color:#666;}

.brand_wrap{
	width:100%;
	position:relative;
	padding:30px 0;
}

.brand_slider{
	position:relative;
	max-width: 480px;
	margin: 0 auto;
	padding:15px 0;
}

.brand_slider .swiper {
    padding: 7% 0%;
}

.brand_slider .swiper-wrapper {
    margin-bottom: 30px;
}

.brand_slider .swiper-slide {
    position: relative;
    width: 60%;
    max-width: 61%;
    margin-top: 3.2%;
    cursor: pointer;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.brand_slider .swiper-slide__cont {
    width: 90%;
}

/* 328*462 */
.brand_slider .swiper-slide__cont a {
    display: block;
    pointer-events: none;
}

.brand_slider .swiper-slide__cont a img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s linear 0.12s;
}

.brand_slider .swiper-slide-active {
    margin-top: 0;
}

.brand_slider .swiper-slide-active .swiper-slide__cont {
    width: 100%;
}

/* 482*680 */
.brand_slider .swiper-slide-active .swiper-slide__cont a {
    pointer-events: auto;
}

.brand_slider .swiper-slide-active .swiper-slide__cont a img {
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
    transition: all 0.25s linear 0.1s;
}

.brand_slider .swiper-slide-prev img, .brand_slider .swiper-slide-next img {
    -webkit-transition: filter 0.6s ease-in 0.15s;
    transition: filter 0.6s ease-in 0.15s;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}

.brand_slider .swiper-slide-prev .swiper-slide__cont {
    margin-right: 20%;
}

.brand_slider .swiper-slide-next .swiper-slide__cont {
    margin-left: 20%;
}

.brand_slider .swiper-pagination {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 30px auto 0;
    width: 50%;
    height: 3px;
    background: #ccc;
}

.brand_slider .swiper-pagination-progressbar-fill {
    background: #000;
}

.brand_slider .swiper-button-next, .brand_slider .swiper-button-prev {
    top: 50%;
	transform:translateY(-50%);
    z-index: 1;
    width: 80px;
    height: 80px;
    /*padding:30px 0 30px 24px;*/
    box-sizing: content-box;
    -webkit-transition: all 0.15s linear 0.01s;
    transition: all 0.15s linear 0.01s;
	
}

.brand_slider .swiper-button-next {
    right: -80px;
}

.brand_slider .swiper-button-prev {
    left: -80px;
}

.brand_slider:hover .swiper-button-next {
    right: 0;
}

.brand_slider:hover .swiper-button-prev {
    left: 0;
}

.brand_slider .swiper-button-next::before, 
.brand_slider .swiper-button-prev::before {
    position: absolute;
    top: 50%;
	transform:translateY(-50%);
    right: 50%;
    width: 8px;
    height: 15px;
	content:'';
}

.brand_slider .swiper-button-prev::before {
    background:url(../images/common/main_swiper_prev_arrow.png);
}

.brand_slider .swiper-button-next::before {
    background:url(../images/common/main_swiper_next_arrow.png);
}

.brand_slider .swiper-button-next::after, .brand_slider .swiper-button-prev::after {
    display: block;
    content: "";
    width: 80px;
    height: 80px;
    background: rgba(0,0,0,.8);
}