@charset 'UTF-8';

#paris-main>section {
    padding: 60px 10px;
}

#paris-main>.main-banner-container {
    padding: 0;
}

#paris-main>section h2 {
    margin-bottom: 2em;
    text-align: center;
}

#paris-main .more-wrap {
    margin-top: 20px;
    text-align: center;
}

/* 1. 메인배너 */
.main-banner-container {
    position: relative;
}

.main-banner-wrap {
    /* 스크린 */
    /* position: relative; */
    width: 100%;
    height: calc(100vh - 180px);
    background-color: #ccc;
    overflow: hidden;
}

.main-banner {
    /* 5개짜리 전체 리스트 */
    height: 100%;
}

.mb-slide {
    /* 개별 슬라이드 */
    height: calc(100vh - 180px);
    background-position: center center;
    background-size: cover;
}

.main-banner-slide1 {
    background-image: url('../images/mp/1.jpg');
}

.main-banner-slide2 {
    background-image: url('../images/mp/2.jpg');
}

.main-banner-slide3 {
    background-image: url('../images/mp/3.jpg');
}

.main-banner-slide4 {
    background-image: url('../images/mp/4.jpg');
}

.main-banner-slide5 {
    background-image: url('../images/mp/5.jpg');
}

.mb-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    overflow: hidden;
    transition: 0.3s;
}

.mb-slide a:hover,
.mb-slide.slick-current a {
    background-color: rgba(0, 0, 0, 0);
}

.mb-slide span {
    display: block;
    padding: 40px;
    font-size: 2em;
    opacity: 0;
    transition: 0.3s;
}

.mb-slide.slick-current span {
    padding-left: 80px;
    opacity: 1;
}



/* 2. 프리젠테이션 */
.main-presentation {
    font-size: 0.9em;
}

.main-presentation li {
    margin: 8% 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-presentation .presentation1 {
    background-image: url('../images/mp/pro1.jpg');
}

.main-presentation .presentation2 {
    background-image: url('../images/mp/pro2.jpg');
}

.main-presentation .presentation3 {
    /* display: none; */
    background-image: url('../images/mp/pro3.jpg');
}

.main-presentation a {
    position: relative;
    display: block;
    padding-top: 129%;
    color: #fff;
}


.main-presentation dl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10% 8%;
    /* 그라디언트 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.main-presentation dt {
    position: relative;
    font-size: 1.7em;
    font-weight: 500;
    z-index: 1;
}

.main-presentation dd {
    height: 3.2em;
    font-size: 0.9em;
}

/* 3. 스토리 */
.story-item {
    position: relative;
    margin-bottom: 15%;
}

.story-item a {
    display: block;
    padding-top: 45%;
}

.story-dl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 48%;
    padding-right: 5%;
}

.story-dl dt {
    position: absolute;
    left: -9999em;
}

.story-dl dd {
    margin: 0.3em 0;
}

.story-cate {
    color: #023586;
}

.story-subject {
    font-size: 1.1em;
    font-weight: 700;
    color: #008190;
    line-height: 1.2;
}

.story-summary {
    /* display: none; */
}

.story-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    margin: 0 !important;
    background-color: #000;
    overflow: hidden;
}

.story-img img {
    width: 100%;
    opacity: 0.7;
}

.story-img:after {
    /*덮는 그라디언트*/
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    content: '';
    transition: bottom 0.3s;
    /* 그라디언트 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
    /* IE6-9 */
}

.story-img:hover:after {
    bottom: 0;
}

.story-inner-txt {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    color: #fff;
    font-weight: 700;
    font-size: 1.5em;
    text-align: center;
    transform: translateY(-50%);
    /*-19px 이동
    1.top: calc(50% - 19px);
    2.top: 50%; margin-top: -19px;
    3.top: 50%; transform: translateY(-50%); 
    */
}

.story-date {
    font-size: 0.7em;
}

/* 4. 프로모션 */
.main-promotion a {
    display: block;
}

.pm-item {
    position: relative;
    margin: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}

.pm-dl {}

.pm-dl dt {
    position: absolute;
    left: -9999em;
}

.pm-subject {
    padding: 16px;
    font-size: 1.4em;
    line-height: 1.4;
    /* 텍스트 생략 3단 세트 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pm-img {
    overflow: hidden;
}

.pm-img span {}

.pm-img img {
    width: 100%;
    transition: 0.5s;
}
.pm-img:hover img {
    transform: scale(1.03);
}

/* 프로모션 아이템에 그라디언트 생성 
    1. 어디에? .pm-img:after
    2. 무엇을? 부모크기, 부모덮기, 배경그라디언트, 투명
    3. 어떻게? hover했을 때 진하게 보이도록
    4. 트랜지션 지정
*/
.pm-img:after {
    /*덮는 그라디언트*/
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    opacity: 0;
    transition: opacity 0.3s;
    /* 그라디언트
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 30%, rgba(0,0,0,0.6) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 30%,rgba(0,0,0,0.6) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}

.pm-img:hover:after {
    opacity: 1;
}

.pm-go {
    padding: 0 16px 32px;
    color: #999;
    letter-spacing: 1px;
}

/* 진행중, 종료 라벨붙이기 */
.pm-item:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 68px;
    border-radius: 0 0 3px 0;
    line-height: 2.2;
    text-align: center;
    font-size: 0.85em;
    color: #008190;
    cursor: pointer;
}


.pm-item.now:after {
    content: '바로 구매';
    background-color: #fff;
}

/* 5. 제품 */
.main-product-wrap {
    width: 100%;
    height: 500px;
    background-image: url('../images/mp/score-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.main-product-wrap h2 { 
    text-align: center;
    font-family: none;
    font-weight: 700;
    padding-top: 50px;
    color: #fff;
}
.overlay-bg {
    width: 100%;
   
}
.main-score {
    text-align: center;
}
.number {
    font-size: 2em; 
    color: #008190;
}

/* 커뮤니티 영역(그누보드 최근게시물) */
.main-g5-container {
    background-color: #f8f8f8;
}

.main-g5-latest>div {
    background-color: transparent;
}