@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&family=Roboto:wght@100;300;400;500;700;900&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');

body *{word-break:keep-all;}
*{margin: 0;padding: 0;}
html, body{font-size: 12px; color: #222; font-family: 'Noto Sans KR', sans-serif;
font-family: 'Roboto', sans-serif;}
h1,h2,h3,h4,h5,h6{font-size: 100%;}
ol,ul{list-style: none;}
a{text-decoration: none; color: inherit;}
img,video{vertical-align: bottom;}
address{font-style: normal;}
table{border-collapse: collapse;}
button{background: transparent; border: none;}
.serif{font-family: 'Cormorant Garamond', serif;}

#wrap{
    max-width: 100%;
/*    min-width: 1000px;*/
}


/*<header>-----------------------------------------------*/
#header{z-index: 50;}

#h_top{
    width: 100%;
    height: 9vh;
    height: 70px;
    overflow: hidden;
    position: fixed;
    z-index: 1000;
    opacity: 0;
    transform: translateY(-80px);
    animation: top 2s forwards;}
@keyframes top{
    to{opacity: 1;transform: translateY(0);}
}

#h_top_scroll{
    position: fixed;
    z-index: 500;
    display: none;
    width: 100%;
    height: 70px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16)}

.menu{
    width: 40px;right: 20px;
    top: 50%; transform: translateY(-50%);
    position: absolute;cursor: pointer;}
.menu span{
    display: block;width: 28px;
    height: 2.6px;background: #222;
    margin: 5.5px;border-radius: 5px;
    transition: 0.3s;}
.menu:hover .bar1{width: 25px;
    transform: rotate(90deg) translateX(8px);}
.menu:hover .bar2{opacity: 0;}
.menu:hover .bar3{
    width: 25px;transform: translateY(-8px)}

.top_logo{
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;}
.top_logo a img{width: 100%;}

.home{
    width: 40px;
    height: 40px;
    left: 20px;
    top: 50%; transform: translateY(-50%);
    position: absolute;
    padding: 5.5px;
    box-sizing: border-box;
    line-height: 2;
    opacity: 0.8;
}
.home a{
    display: block;
}
.home a img{
    width: 100%;
}

#h_bottom{
    display: none;
}
.top_btn{
    cursor: pointer;
    text-align: center;
    position: fixed;
    z-index: 1000;
    width: 45px;
    height: 45px;
    right: 22px;
    bottom: 20px;
    padding: 5.5px;
    box-sizing: border-box;
    line-height: 1.9;
    border: 1px solid #555;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
}
.top_btn a{display: block;}
.top_btn img{
    width: 70%;
    opacity: 0.8;}



/*<section>-------------------------------------------------*/
#section{
    width: 100%;
}

#content{
    z-index: 300;
    width: 100%;
    background: #fff;
}
/*------------------------------*/
#main{
    position: relative;
    overflow: hidden;
    width: 100%;
}
#main .main-title{
    width: 100%;
    font-size: 8rem;
    top: 20%;left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
    z-index: 8;
    text-align: center;
    line-height: 1;
    color: rgba(36, 25, 18, 0.7);}
.main_img01{
/*    background: url(../img/women/women-main.jpg) no-repeat center;*/
    animation: fade_in 2s 0.5s forwards;
    opacity: 0;
    transform: scale(1.3);
    width: 100%;
    height: 100vh;
    background-size: cover;}
.main_img01 video{
    min-height: 100%;min-width: 100%;
    object-fit: cover;position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
}
@keyframes fade_in{
    to{opacity: 1;transform: scale(1);}
}
.scroll{
    position: absolute;width: 100%;
    bottom: 5%;}
.scroll-title{
    font-size: 1.4rem; color: #fff;
    letter-spacing: 1px;text-align: center;
    margin-bottom: 10px;}
.scroll_arrow{
    animation: show 1s infinite;
    position: absolute;
    position: relative;width: 15px;margin: auto;}
@keyframes show{
    0%{opacity: 0;}
    50%{opacity: 0.5}
    100%{opacity: 1;}}
@keyframes arrow02{
    100%{margin-top: 10px}}
@keyframes arrow03{
    100%{margin-top: 20px}}
.scroll_arrow img{
    position: absolute;width: 100%;}
.scroll_arrow img:nth-child(1){
    animation-delay: 0.1s;
    opacity: 0.5;}
.scroll_arrow img:nth-child(2){
    animation: arrow02 1s infinite;opacity: 0.75;}
.scroll_arrow img:nth-child(3){
    animation: arrow03 1s infinite;}

/*2021 봄-여름 컬렉션 -------------------------*/
#collection{
    z-index: 300;
    position: relative;
    max-width: 100%;}
.collection_img >img{position: absolute;}

.collection_img img:nth-child(1){
    opacity: 0;
    margin-top: 11%;
    left: 0%; width: 54.2%;
    transition: all 0.6s;}
.collection_img img:nth-child(1).show{
  left: 7.8%; opacity: 1;}

.collection_img img:nth-child(2){
    width: 24.7%; right: 7.8%;
    margin-top: 30%; opacity: 0;
    transition: all 1s;
    z-index: 5;}
.collection_img img:nth-child(2).show{
  opacity: 1;margin-top: 25%;}
.collection_img img:nth-child(3){
    width: 17%;
    right: 0;
    margin-top: 16.2%;}

.collection_title{
    text-align: end;
    position: absolute;
    right: 0; margin-top:10%;
    transition: all 1s; opacity: 0;
    z-index: 10;}
.collection_title.show{right: 7.8%;opacity: 1}
.collection_title .web_h2{font-size: 3vw;line-height: 1em;font-weight: 700;}
.collection_title .mo_h2{
    display: none;
    font-size: 4vw;line-height: 1em;
    font-weight: 700;
}
.collection_more{margin-top: 1vw;}
.collection_more a{
    display: block;
    right: 0;
    width: 7vw;
    padding: 0.5em;
    position: absolute;
    overflow: hidden;
}
.collection_more .more img:nth-child(1){
    transition: 0.5s;
    width: 100%;
    vertical-align:top;}
.collection_more .more img:nth-child(2){
    transform: translateX(-5%);
    transition: 0.5s;
    width: 100%;
    position: absolute;}
.collection_more a:hover{overflow: visible}
.collection_more a:hover img:nth-child(1){transform: translateX(100%);opacity: 0;}
.collection_more a:hover img:nth-child(2){transform: translateX(-100%);opacity: 1;}


/*palms -----------------------------*/
#palms{position: relative;padding-top: 60%;}

.palms_img >img{position: absolute;}
.palms_img img:nth-child(1){
    width: 31.7%; margin-top: 8.1%;
    right: 0; z-index: 2;
    opacity: 0; transition: 0.6s}
.palms_img img:nth-child(1).show{
    right: 7.8%; opacity: 1;}
.palms_img img:nth-child(2){
    width: 23%; margin-top: 30%;
    opacity: 0; transition: 0.5s;
    right: 35%; z-index: 3 }
.palms_img img:nth-child(2).show{
    margin-top: 23.5%;opacity: 1;}
.palms_img img:nth-child(3){
    width: 28%;
    left: 0;
    margin-top: 9.5%;
    z-index: 1;}
.box{
    position: absolute;
    width: 61%;
    height: 33vw;
    background: #d6cfc7;
    right: 0;
    margin-top: 17%;
}

.palms_title{
    position: absolute;
    opacity: 0; transition: 1s;
    margin-top:12%; left: 0;
    z-index: 10;}
.palms_title.show{opacity: 1; left: 28%;}
.palms_title h2{font-size: 3vw;line-height: 1em;font-weight: 700;}
.palms_more{margin-top: 1vw;}
.palms_more a{
    display: block;
    right: 0;
    width: 7vw;
    padding: 0.5em;
    position: absolute;
    overflow: hidden;}
.palms_more .more img:nth-child(1){
    transition: 0.5s;
    width: 100%;
    vertical-align:top;}
.palms_more .more img:nth-child(2){
    opacity: 0;
    transition: 0.5s;
    width: 100%;
    position: absolute;}
.palms_more a:hover{overflow: visible;}
.palms_more a:hover img:nth-child(1){transform: translateX(100%);opacity: 0;}
.palms_more a:hover img:nth-child(2){transform: translateX(-100%);opacity: 1;}


/*dior-id ---------------------------*/
#id{position: relative;padding-top: 57.3%;}

.id_img >img{position: absolute;}
.id_img img:nth-child(1){
    width: 58%;
    margin-top: 21%; opacity: 0;
    left: 0; transition: 0.6s;
    z-index: 2;}
.id_img img:nth-child(1).show{
    opacity: 1;left: 7.8%;}
.id_img img:nth-child(2){
    width: 24.6%;
    margin-top: 10.6%; opacity: 0;
    right: 0; transition: 0.6s;
    z-index: 3}
.id_img img:nth-child(2).show{
    opacity: 1;right: 7.8%;}
.id_title{
    position: absolute;
    left: 0; opacity: 0;
    margin-top:11%; transition: 0.6s;
    z-index: 10;}
.id_title.show{opacity: 1;left: 7.8%;}
.id_title h2{font-size: 3vw;line-height: 1em;font-weight: 700;}
.id_more{margin-top: 1vw;}
.id_more a{
    display: block;
    width: 7vw;
    padding: 0.5em;
    position: absolute;
    overflow: hidden;
}
.id_more .more img:nth-child(1){
    transition: 0.5s;
    width: 100%;
    vertical-align:top;}
.id_more .more img:nth-child(2){
    opacity: 0;
    left: 0;
    transform: translateX(-100%);
    transition: 0.5s;
    width: 100%;
    position: absolute;}
.id_more a:hover{overflow: visible;}
.id_more a:hover img:nth-child(1){transform: translateX(-100%);opacity: 0;}
.id_more a:hover img:nth-child(2){transform: translateX(0);opacity: 1;}


/*coeur ---------------------------*/
#coeur{position: relative;padding-top: 54%;}

.coeur_img >img{position: absolute;}
.coeur_img img:nth-child(1){
    width: 47%; transition: 0.6s;
    margin-top: 22%;
    left: 0; opacity: 0;
    z-index: 2;}
.coeur_img img:nth-child(1).show{
    left: 7.8%; opacity: 1;
}
.coeur_img img:nth-child(2){
    width: 21.8%; transition: 0.6s;
    margin-top: 32%;
    right: 20%; opacity: 0;
    z-index: 3}
.coeur_img img:nth-child(2).show{
    right: 29%; opacity: 1;
}
.coeur_img img:nth-child(3){
    width: 31%;
    right: 7.8%;
    margin-top: 10%;
}

.coeur_title{
    position: absolute;
    left: 7.8%; opacity: 0;
    margin-top:0; transition: 0.7s;
    z-index: 10;
}
.coeur_title.show{opacity: 1;margin-top:12%;}
.coeur_title h2{font-size: 3vw;line-height: 1em;font-weight: 700;}
.coeur_more{margin-top: 1vw;}
.coeur_more a{
    display: block;
    width: 7vw;
    padding: 0.5em;
    position: absolute;
    overflow: hidden;
}
.coeur_more .more img:nth-child(1){
    transition: 0.5s;
    width: 100%;
    vertical-align:top;}
.coeur_more .more img:nth-child(2){
    opacity: 0;
    right: 0;
    transform: translateX(-100%);
    transition: 0.5s;
    width: 100%;
    position: absolute;}
.coeur_more a:hover{overflow: visible;}
.coeur_more a:hover img:nth-child(1){transform: translateX(-100%);opacity: 0;}
.coeur_more a:hover img:nth-child(2){transform: translateX(0);opacity: 1;}







/*------------------------------------------*/
@media screen and (max-width:1200px){
.collection_more a{ width: 100px;}
.palms_more a{ width: 100px;}
.id_more a{ width: 100px;}
.coeur_more a{ width: 100px;}}


@media screen and (max-width:840px){
/***컬렉션***/
#collection{padding-top: 10%;}
.collection_img img:nth-child(1){
    margin-top: 28%; z-index: 1;
    left: -10%; width: 85%;
    transition: all 1s;}
.collection_img img:nth-child(1).show{left: 0%;}
.collection_img img:nth-child(2){display: none;}
.collection_img img:nth-child(3){
    width: 25%;margin-top: 17.3%;}
.collection_title{
    margin-top:0; left: 70%; transform: translateX(-50%);
    float: left; position: inherit; 
    text-align: left; bottom: -13vw;}
.collection_title.show{
    right: 0;left: 50%; transform: translateX(-50%);}
.collection_title .web_h2{display: none}
.collection_title .mo_h2{
    display: block;font-size: 6vw;}
.collection_more a{
    left: 44%; transform: translateX(-50%);}

/***디올 팜즈***/
#palms{padding-top: 95%;}
.palms_img img:nth-child(1){
    width: 40%; margin-top: -5%;right:0;}
.palms_img img:nth-child(1).show{
    right: 0; margin-top: 8.1%;}
.palms_img img:nth-child(2){
    transition: 1s;
    width: 35%; margin-top: 22%;left: 0;}
.palms_img img:nth-child(2).show{
    margin-top: 22%;left: 30%;}
.palms_img img:nth-child(3){
    width: 35%; left: -9%;
    transform: rotate(15deg);margin-top: 9%;}
.box{display: none;}
.palms_title{margin-top:8%; left: 10%;}
.palms_title.show{left: 20%;}
.palms_title h2{font-size: 6vw;}
.palms_more{margin-top: 1vw;}
    
/***dior-id***/
#id{padding-top: 82%;}
.id_img img:nth-child(1){
    width: 73%;margin-top: 23%;}
.id_img img:nth-child(1).show{
    opacity: 1;left: 0%;}
.id_img img:nth-child(2){
    width: 25.6%;margin-top: 23%;
    right: 20%;}
.id_img img:nth-child(2).show{right: 0;}
.id_title{
    left: 50%;transform: translateX(-50%);
    margin-top:0;}
.id_title.show{
    margin-top:9%;
    left: 50%;transform: translateX(-50%);}
.id_title h2{font-size: 6vw;}
.id_more a{left: 58%;transform: translateX(-50%)}

/***coeur***/
#coeur{padding-top: 74%;padding-bottom: 20%}
.coeur_img img:nth-child(1){
    width: 75%; transition: 0.6s;
    margin-top: 25%;left: 0;}
.coeur_img img:nth-child(1).show{left: 5%;}
.coeur_img img:nth-child(2){display: none;}
.coeur_img img:nth-child(3){
    width: 32%;right: 5%;margin-top: 10%;}
.coeur_title{left: 20%;margin-top:12%;}
.coeur_title.show{margin-top:12%;left: 5%}
.coeur_title h2{font-size: 6vw;}
    
}


@media screen and (max-width:450px){
/***공통영역***/
.menu{width: 40px;right: 12px;}
.menu span{width: 23px;margin:}   
.menu:hover .bar1{transform: rotate(90deg) translateX(8px);width: 20px;}
.menu:hover .bar3{width: 20px;
    transform: translateY(-8px)}   
.top_logo{width: 80px;}
.home{width: 38px;height: 35px;left: 12px;}
#main .main-title{font-size: 5rem;}
.top_btn{
    width: 40px;
    height: 40px;
    right: 20px;
    padding: 5.5px;
    line-height: 1.5;
    border-radius: 7px;}
#h_top{height: 60px;}
#h_top_scroll{height: 60px;}
    
    .scroll{bottom: 6%;} 
    
/***컬렉션***/
.collection_img img:nth-child(1){
    margin-top: 38%;width: 93%;}
.collection_img img:nth-child(3){
    width: 27%;margin-top: 26%;}
.collection_title{margin-top:5%;}
.collection_title .mo_h2{font-size: 2.3rem;}
.collection_more{opacity: 0.7;}
.collection_more a{
    left: 42%; transform: translateX(-50%);}
    
/***디올 팜즈***/
#palms{padding-top: 101%;}
.palms_img img:nth-child(1){
    width: 55%; margin-top: 10%;}
.palms_img img:nth-child(1).show{margin-top: 28%;}
.palms_img img:nth-child(2){
    width: 45%; margin-top: 45%;}
.palms_img img:nth-child(2).show{
    margin-top: 45%;left: 10%;}
.palms_img img:nth-child(3){width: 45%;}
.palms_title{margin-top:8%; left: 28%;}
.palms_title.show{left: 48%;}
.palms_title h2{font-size: 2.3rem;}
.palms_more{opacity: 0.7;}
    
/***dior-id***/
#id{padding-top: 112%;}
.id_img img:nth-child(1){
    width: 100%;margin-top: 29%;left: -15%;}
.id_img img:nth-child(2){display: none;}
.id_title{
    left: 65%;transform: translateX(-50%);
    margin-top:9%;}
.id_title h2{font-size: 2.3rem;}
.id_more{opacity: 0.7;}
.id_more a{left: 65%;transform: translateX(-50%)}

/***coeur***/
#coeur{padding-top: 88%;padding-bottom: 40%}
.coeur_img img:nth-child(1){
    width: 95%;margin-top: 32%;left: -10%;}
.coeur_img img:nth-child(1).show{left:0;}
.coeur_img img:nth-child(3){
    width: 32%;right: 0;margin-top: 8%;}
.coeur_title{left: 20%;margin-top:12%;}
.coeur_title.show{margin-top:12%;left: 5%}
.coeur_title h2{font-size: 2.3rem;}
.coeur_more{opacity: 0.7;}


}



















