@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: 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{
}

#content{
    z-index: 300;
    width: 100%;
    background: #fff;
}
/*------------------------------*/
#main{
    position: relative;
    overflow: hidden;
}
#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(0, 0, 0, 0.7);}
.main_img01{
/*    background: url(../img/men/men_main02.jpeg) 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 여름 컬렉션 -------------------------*/
#summer_collection{
    z-index: 300;
    position: relative;
    max-width: 100%;}
.summer_collection_img >img{position: absolute;}
.summer_collection_img img:nth-child(1){
    width: 17.6%; transition: 0.6s;
    margin-top: 12%;opacity: 0;
    left: -10%;}
.summer_collection_img img:nth-child(1).show{
    left: 7.8%; opacity: 1;
}
.summer_collection_img img:nth-child(2){
    width: 20.5%; opacity: 0;
    margin-top: 0; transition: 0.6s;
    left: 26.7%;}
.summer_collection_img img:nth-child(2).show{
    margin-top: 12%; opacity: 1;
}
.summer_collection_img img:nth-child(3){
    width: 20.5%; opacity: 0;
    left: 26.7%; transition: 0.6s;
    margin-top: 35.9%;}
.summer_collection_img img:nth-child(3).show{opacity: 1;}
.summer_collection_img img:nth-child(4){
    width: 24.1%; opacity: 0;
    left: 60%; transition: 0.6s;
    z-index: 1;
    margin-top: 31.2%;}
.summer_collection_img img:nth-child(4).show{
    opacity: 1; left: 48.5%;
}
.summer_collection_img img:nth-child(5){
    width: 41%;
    right: 7.8%;
    margin-top: 19%;}

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


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

.ski_img >img{position: absolute;}
.ski_img img:nth-child(1){
    width: 23.3%; left: 0;
    margin-top: 19%; opacity: 0;
    transition: 0.6s;}
.ski_img img:nth-child(1).show{
    left: 7.8%; opacity: 1;}
.ski_img img:nth-child(2){
    width: 32%; opacity: 0;
    margin-top: 5%; transition: 0.8s;
    left: 32.1%;
    z-index: 3}
.ski_img img:nth-child(2).show{
    margin-top: 19%; opacity: 1;
}
.ski_img img:nth-child(3){
    width: 27.1%;opacity: 0;
    right: 0;transition: 0.6s;
    margin-top: 8%;
    z-index: 1;}
.ski_img img:nth-child(3).show{
    opacity: 1; right: 7.8%;
}
.box{
    position: absolute;
    width: 50%;
    height: 33vw;
    background: #d6cfc7;
    right: 0;
    margin-top: 15%;
}

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


/*spring ---------------------------*/
#spring_collection{position: relative;padding-top: 57.3%;}

.spring_collection_img >img{position: absolute;}
.spring_collection_img img:nth-child(1){
    width: 49.3%; opacity:0;
    margin-top: 21%; transition: 0.8s;
    right: 0;z-index: 2;}
.spring_collection_img img:nth-child(1).show{
    opacity:1; right: 7.8%;
}
.spring_collection_img img:nth-child(2){
    width: 21.4%; opacity:0;
    margin-top: 30%; transition: 0.6s;
    left: 15%;z-index: 3}
.spring_collection_img img:nth-child(2).show{
    opacity:1; left: 27.4%;
}
.spring_collection_img img:nth-child(3){
    width: 30.5%;
    margin-top: 20%;
    left: 7.8%;}

.spring_collection_title{
    position: absolute;
    left: 50%;transform: translate(-50%);opacity:0;
    margin-top:0;transition: 0.6s;
    z-index: 10;
}
.spring_collection_title.show{
    opacity: 1; margin-top:10%;
}
.spring_collection_title h2{font-size: 3vw;line-height: 1em;font-weight: 700;}
.spring_collection_more{margin-top: 1vw;}
.spring_collection_more a{
/*    background: red;*/
    display: block;
    width: 7vw;
    left: 50%;transform: translate(-50%);
    padding: 0.5em;
    position: absolute;
    overflow: hidden;
}
.spring_collection_more .more img:nth-child(1){
    transition: 0.5s;
    width: 100%;
    vertical-align:top;}
.spring_collection_more .more img:nth-child(2){
    opacity: 0;
    left: 0;
    transform: translateX(-100%);
    transition: 0.5s;
    width: 100%;
    position: absolute;}
.spring_collection_more a:hover{overflow: visible;}
.spring_collection_more a:hover img:nth-child(1){transform: translateX(-100%);opacity: 0;}
.spring_collection_more a:hover img:nth-child(2){transform: translateX(0);opacity: 1;}







/*----------------------------------------*/
@media screen and (max-width:1200px){
.summer_collection_more a{ width: 100px;}
.ski_more a{ width: 100px;}
.spring_collection_more a{ width: 100px;}


@media screen and (max-width:840px){
/****여름 컬렉션****/
.summer_collection_img img:nth-child(1){
    width: 30%;margin-top: 38.7%;left: -10%;}
.summer_collection_img img:nth-child(1).show{left: 0;}
.summer_collection_img img:nth-child(2){
    z-index:1;
    width: 25.5%;margin-top: 25%;left: 31%;}
.summer_collection_img img:nth-child(2).show{margin-top: 38.7%;}
.summer_collection_img img:nth-child(3){
    z-index:1;
    width: 25.5%;left: 31%;margin-top: 67.8%;}
.summer_collection_img img:nth-child(4){
    width: 37.6%; left: 62%;
    margin-top: 55.5%;}
.summer_collection_img img:nth-child(4).show{
    left: 57.5%;}
.summer_collection_img img:nth-child(5){
    width: 42%;right: 2%;margin-top: 35%;}
.summer_collection_title{
    margin-top:24%;
    float: left; position: inherit;
    left: 50%;transform: translateX(-50%);}
.summer_collection_title .web{display: none;}
.summer_collection_title .mobile{
    font-size: 6vw;display: block;}
.summer_collection_more{margin-top: 1vw;}
.summer_collection_more a{
    left: 46%;transform: translateX(-50%);}
    
/****스키****/
#ski{padding-top: 104%;}
.ski_img img:nth-child(1){display: none;}
.ski_img img:nth-child(2){
    width: 45%; margin-top: 23.5%;left: -10%;}
.ski_img img:nth-child(2).show{
    margin-top: 23.5%;left: 5%;}
.ski_img img:nth-child(3){
    width: 43%;right: 0;margin-top: 10%;}
.ski_img img:nth-child(3).show{
    opacity: 1; right: 5%;}
.box{width: 70%;height: 48vw;margin-top: 19%;}
.ski_title.show{left: 5%;}
.ski_title h2{font-size: 6vw;}

/****봄 컬렉션****/
#spring_collection{padding-top: 87%;padding-bottom: 30%}
.spring_collection_img img:nth-child(1){
    width: 95%;margin-top: 25.5%;right: 15%;}
.spring_collection_img img:nth-child(1).show{
    right: 0%;}
.spring_collection_img img:nth-child(2){
    display: none;}
.spring_collection_img img:nth-child(3){
    width: 50%; transform: rotate(-30deg);
    left: -25%;}
.spring_collection_title{
    position: inherit;float: left;}
.spring_collection_title h2{font-size: 6vw;}
.spring_collection_more a{
    left: 53%;transform: translate(-50%);}
}




@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%;} 
    
/****여름 컬렉션****/
.summer_collection_img img:nth-child(1){
    left: 15%;z-index: 1;
    width: 50%;margin-top: 45%;}
.summer_collection_img img:nth-child(1).show{left: 50%;transform: translateX(-50%);}
.summer_collection_img img:nth-child(2),
.summer_collection_img img:nth-child(3),
.summer_collection_img img:nth-child(4){
    display: none;}
.summer_collection_img img:nth-child(5){
    width: 95%;margin-top: 55%;left: -1%;}
.summer_collection_title .mobile{
    font-size: 2.3rem;}
.summer_collection_more a{
    opacity: 0.7;
    left: 43%;transform: translateX(-50%);}
    
/****스키****/
#ski{padding-top: 138%;}
.ski_img img:nth-child(2){
    width: 90%; margin-top: 29%;}
.ski_img img:nth-child(2).show{
    margin-top: 29%;}
.ski_img img:nth-child(3){display: none;}
.box{width: 50%;height: 100vw;margin-top: 20%;}
.ski_title.show{left: 5%;}
.ski_title h2{font-size: 2.3rem;}
.ski_more a{opacity: 0.7;}

/****봄 컬렉션****/
#spring_collection{padding-top: 135%;padding-bottom: 70%}
.spring_collection_img img:nth-child(1){
    display: none;}
.spring_collection_img img:nth-child(2){
    display: block; width: 60%;
    left: 35%;transform: translateX(-50%);}
.spring_collection_img img:nth-child(2).show{
    left: 50%;transform: translateX(-50%);}
.spring_collection_img img:nth-child(3){
    width: 85%; left: 50%;
    margin-top: 17%;
    transform: translate(-50%) rotate(0deg);}
.spring_collection_title{
    position: inherit;float: left;}
.spring_collection_title h2{font-size: 2.3rem;}
.spring_collection_more a{opacity: 0.7;}
  
}


















