@charset 'UTF-8';
#marie-main > section {
    padding: 60px 10px;
}
#marie-main > .main-banner-container {
    padding: 0;
}
#marie-main > section h2 {
    margin-bottom: 2em;
    text-align: center;
}
#marie-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 - 150px);
    background-color: #ccc;
    overflow: hidden;
}
.main-banner { /* 5개짜리 전체 리스트 */
    height: 100%;
}
.mb-slide { /* 개별 슬라이드 */
    height: calc(100vh - 150px);
    background-position: center center;
    background-size: cover;
    position: relative;
}
.main-banner-slide1 {background-image: url('../images/banner/banner1.jpg');}
.main-banner-slide2 {background-image: url('../images/banner/banner2.jpg');}
.main-banner-slide3 {background-image: url('../images/banner/banner3.jpg');}
.main-banner-slide4 {background-image: url('../images/banner/banner4.jpg');}
.main-banner-slide5 {background-image: url('../images/banner/banner5.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 p {
    display: block;
    /* display: none; */
    /* padding: 40px; */
    width: 100%;
    height: 32%;
    /* padding-top: 2.2em; */
    text-align: left;
    font-size: 2.5em;
    font-weight: 100;
    /* background-color: #000; */
    padding: 0 0 0 0.5em;
    position: absolute;
    bottom: 0;
    opacity: 0;
    margin: 0;
    transition: opacity 0.5s;
}

.mb-slide.slick-current p {
    /* padding-left: 80px; */
    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 */
    opacity: 0.8;
}

/* 2. MISS */
#marie-main > section h2 {
    font-size: 3em;
    text-align: center;
}
.main-miss {
    font-size: 1.2em;
}
.main-miss li {
    margin: 8% 2%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main-miss .miss1 {
    background-image: url('../images/miss/miss1.jpg');
}
.main-miss .miss2 {
    background-image: url('../images/miss/miss2.jpg');
    background-position: -5px 0;
}
.main-miss .miss3 {
    display: none;
    background-image: url('../images/miss/miss3.jpg');
}
.main-miss a {
    position: relative;
    display: block;
    padding-top: 129%;
    color: #fff;
}
.main-miss dl {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 15% 10%;
    /* 그라디언트 */
    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-miss dt {
    position: relative;
    font-size: 1.4em;
    z-index: 1;
    padding-bottom: 1em;
    font-weight: bold;
}
.main-miss dt:before {
    position: absolute;
    /* left: -10px; */
    bottom: 20px;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    /* border-radius: 50%; */
    background-color: #ede8db;
    /* z-index: -1; */
    opacity: 0.8;
}
.main-miss dd {
    height: 3.2em;
}

/* 3. ENJOY */
.enjoy-item {
    position: relative;
    margin-bottom: 15%;
}
.enjoy-item a {
    display: block;
    padding-top: 30%;
}
.enjoy-dl {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding-left: 48%;
    padding-right: 5%;
}
.enjoy-dl dt {
    position: absolute;
    left: -9999em;
}
.enjoy-dl dd {
    margin: 0.3em 0;
}
.enjoy-cate {
    position: relative;
    color: #333;
}
.enjoy-cate:before {
    position: absolute;
    left: -5px;
    top: 0;
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ede8db;
    z-index: -1;
}
.enjoy-subject {
    font-size: 1.2em;
    color: #333;
    line-height: 1.2;
}
.enjoy-summary {
    display: none;
    font-size: 0.9em;
}
.enjoy-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    margin: 0 !important;
    background-color: #000;
    overflow: hidden;
}
.enjoy-img img {
    width: 100%;
    opacity: 0.7;
}
.enjoy-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 */
}
.enjoy-img:hover:after {
    bottom: 0;
}
.enjoy-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%); 
    */
}
.enjoy-keyword {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* FASHION */
.main-fashion-container{
    display: block;
    width: 100%;
    height: 100%;
}
.main-fashion {
    width: 95%;
    height: 100%;
    margin: auto;
    text-align: center;
    padding: 0 12%;
    display: block;

}
.main-fashion .fashion-item {
    display: block;
    position: relative;
    width: 100%;
    height: 45vw;
    background-size: 120%;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px 0;
    transition: 0.5s;
}
/* .fashion-item2, .fashion-item3, .fashion-item4{
    display: none;
} */

.main-fashion .fashion-item1 {
    background-image: url("../images/fashion/fashion1.jpg");
}
.main-fashion .fashion-item2 {
    background-image: url("../images/fashion/fashion2.jpg");
}
.main-fashion .fashion-item3 {
    background-image: url("../images/fashion/fashion3.jpg");
}
.main-fashion .fashion-item4 {
    background-image: url("../images/fashion/fashion4.jpg");
}
.main-fashion .fashion-item:before {
    content:'';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #000;
    opacity: 0.2;
}
.main-fashion .fashion-item:hover{
    background-size: 125%;
}
/* .main-fashion .fashion-item .fashion-text {
    margin: 0 auto;
    height: auto;
    vertical-align: center;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%)

} */

.fashion-title {
    font-size: 1em;
    margin: 0 auto;
    height: auto;
    vertical-align: center;
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-shadow: #000 1px 0 10px;
}

/* 4. MAKEUP */
.main-makeup a {
    display: block;
}
.makeup-item {
    position: relative;
    margin: 16px;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.makeup-dl {
    
}
.makeup-dl dt {
    position: absolute;
    left: -9999em;
}
.makeup-subject {
    padding: 16px;
    font-size: 1.4em;
    line-height: 1.4;
    /* 텍스트 생략 3단 세트 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.makeup-img {
    
}
.makeup-img span {

}
.makeup-img img {
    width: 100%;
}
/* 프로모션 아이템에 그라디언트 생성 
    1. 어디에? .makeup-img:after
    2. 무엇을? 부모크기, 부모덮기, 배경그라디언트, 투명
    3. 어떻게? hover했을 때 진하게 보이도록
    4. 트랜지션 지정
*/
.makeup-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 */
}
.makeup-img:hover:after {
    opacity: 1;
}
.makeup-go {
    padding: 0 16px 32px;
    color: #999;
    font-size: 0.8em;
    letter-spacing: 1px;
}
/* 진행중, 종료 라벨붙이기 */
/* .makeup-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: #fff;
}
.makeup-item.on:after {
    content: '진행중';
    background-color: #023586;
}
.makeup-item.off:after {
    content: '종료';
    background-color: #666;
} */

/* 5. WOMAN */
.woman-item {
    position: relative;
    float: left;
    display: block;
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
    font-size: 0.85em;
    font-weight: 700;
}
.woman-item:before { /* 제품 이미지 */
    position: relative;
    display: block;
    width: 90%;
    padding-top: 90%;
    margin: 5%;
    margin-bottom: 7%;
    background-size: cover;
    content: '';
    z-index: 1;
}
.woman-item1:before {background-image: url('../images/woman/woman1.jpg');}
.woman-item2:before {background-image: url('../images/woman/woman2.jpg');}
.woman-item3:before {background-image: url('../images/woman/woman3.jpg');}
.woman-item4:before {background-image: url('../images/woman/woman4.jpg');}
.woman-item5:before {background-image: url('../images/woman/woman5.jpg');}
.woman-item6:before {background-image: url('../images/woman/woman6.jpg');}
.woman-item:after { /* 제품 그라디언트 */
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    padding-top: 100%;
    opacity: 0;
    transition: opacity 0.3s;
    /* 그라디언트 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%); 
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); 
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); /* IE6-9 */
}
.woman-item:hover:after {
    opacity: 0.5;
}

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