@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%;
}


/*<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%; z-index: 1100;
    height: 70px;
    background: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16)}

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

.top_wlogo{
    width: 100px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    position: absolute;}
.top_wlogo 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{
    width: 100%;height: 100vh;
    position: relative;}
.full_video{
    position: absolute;overflow: hidden;
    width: 100%;height: 100%;}
.full_video video{
    min-height: 100%;min-width: 100%;
    object-fit: cover;position: absolute;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);}

.c_logo{
    position: absolute;width: 40%;
    top: 43%; opacity: 0; left: -5%;
    transform: translateY(-50%);
    animation: christian 1.5s 0.1s forwards;}
@keyframes christian{
  to{opacity: 1; left: 10%;}
}
.c_logo img{width: 100%;}
.store{transition: 0.5s;
    font-size: 1.5rem;position: absolute;
    width: 200px; height: 45px; text-align: center;
    border: 1px solid #fff;color: #fff;
    line-height: 45px;top: 45%;right: 20%;
    transform: translateY(-50%);display: block;
    background: rgba(0, 0, 0, 0.15);}
.store:hover{background: transparent;}
.scroll{
    position: absolute;width: 100%;
    bottom: 5%;}
.scroll h2{
    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;}

/*------------------------------------*/
#story_wrap{position: relative;
  width: 100%;padding-top: 20%;}
.parallax01 {
    width: 100%; height: 50vh;
    background: transparent;position: relative;}
.parallax01 .logo{
  width: 25%;position: absolute;opacity: 0.5;
  left: 50%; top: 40%; z-index: 2;
  transform: translate(-50%,-50%);}
.parallax01 .logo img{width: 100%;}
.parallax01 h2{
  position: absolute; z-index: 2;
  font-size: 1.5rem;color: #fff;
  left: 50%; top: 70%;font-weight: 500;
  transform: translate(-50%,-50%);}

/*-----------------------------------*/
#cont01_wrap{padding: 15% 0 43%;}
.cont01{width: 100%;position: relative;}
.cont01 .titlebox{text-align: center;width: 100%;}
.cont01 .titlebox h5{
    font-size: 1.3rem;font-weight: normal;
    letter-spacing: 1px; color: #555;
    margin-bottom: 10px;}
.cont01 .titlebox h2{
    font-size: 2rem;font-weight: 500;}
.cont01 .imgbox{position: relative;}
.cont01 .imgbox img{position: absolute;}
.cont01 .imgbox img:nth-child(1){
    width: 55%;z-index: 2;right: 0;
    margin-top: 6%;
    opacity: 0;transition: 0.6s;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);}
.cont01 .imgbox img:nth-child(1).show{
    opacity: 1; right: 7.8%;}
.cont01 .imgbox img:nth-child(2){
    transition: 0.6s;
    opacity: 0;transform: scale(0);
    right: 0;z-index: 1;width: 35%;}
.cont01 .imgbox img:nth-child(2).show{
    opacity: 1;transform: scale(1);}
.cont01 .imgbox .bgbox{
    width: 50%;height: 30vw;
    background: #000;position: absolute;
    right: 0; margin-top: 4%;}
.cont01 .textbox{
    width: 22.8%;left: 7.8%;
    height: 33vw;position: absolute;}
.cont01 .textbox .text{
    position: absolute;bottom: 0;
}
.cont01 .textbox h4{font-size: 1.5rem;}
.cont01 .textbox h5{
    font-size: 1rem; font-weight: normal;
    color: #444; margin: 10px 0 30px;}
.cont01 .textbox p{
    font-size: 1.2rem; line-height: 1.4;}

/*-----------------------------------*/
#cont02_wrap{padding:15% 0 34.2%;position: relative;}
.cont02{width: 100%;position: relative;}
.cont02 .titlebox{text-align: center;width: 100%;}
.cont02 .titlebox h5{
    font-size: 1.3rem;font-weight: normal;
    letter-spacing: 1px; color: #555;
    margin-bottom: 10px;}
.cont02 .titlebox h2{
    font-size: 2rem;font-weight: 500;}
.cont02 .imgbox img{
    transition: 0.6s;margin-top: 6%;
    position: absolute;opacity: 0;
    width: 50%;z-index: 2;left: 0;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);}
.cont02 .imgbox img.show{
    opacity: 1; left: 7.8%;
}
.cont02 .imgbox .bgbox{
    width: 45%;height: 27vw;transition: 0.6s;
    background: #000;position: absolute;
    left: 0; margin-top: -5%;opacity: 0;}
.cont02 .imgbox .bgbox.show{
    opacity: 1;margin-top: 4%;}
.cont02 .textbox{
    width: 27%; position: absolute;
    right: 7.8%; height: 29vw;
}
.cont02 .textbox p{
    position: absolute; bottom: 0;
    font-size: 1.2rem; line-height: 1.4;}

/*-----------------------------------*/
#cont03_wrap{padding: 15% 0 0%;position: relative;}
.cont03{width: 100%;position: relative;}
.cont03 .titlebox{text-align: center;width: 100%;}
.cont03 .titlebox h5{
    font-size: 1.3rem;font-weight: normal;
    letter-spacing: 1px; color: #555;
    margin-bottom: 10px;}
.cont03 .titlebox h2{
    font-size: 2rem;font-weight: 500;}
.cont03 .imgbox{
    background: url(../img/mm/story03.jpg)
        no-repeat center;
    background-size: cover;
    position: absolute;
    left: 50%;transform: translateX(-50%);
    width: 84.4%; height: 30vw;
    margin: 4% auto 0;}
.cont03 p{
    margin: 38% auto 0;
    width: 40%;text-align: center;
    font-size: 1.2rem; line-height: 1.4;}

/*-----------------------------------*/
#cont04_wrap{padding: 15% 0 33.5%;position: relative;}
.cont04{width: 100%;}
.cont04 .titlebox{text-align: center;width: 100%;}
.cont04 .titlebox h5{
    font-size: 1.3rem;font-weight: normal;
    letter-spacing: 1px; color: #555;
    margin-bottom: 10px;}
.cont04 .titlebox h2{
    font-size: 2rem;font-weight: 500;}
.cont04 .imgbox{position: relative;}
.cont04 .imgbox img{
    position: absolute;opacity: 0;transition: 0.6s;margin-top: 6%;
    width: 50%;z-index: 2;right: 0;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);}
.cont04 .imgbox img.show{
    right: 7.8%;opacity: 1;}
.cont04 .imgbox .bgbox{
    width: 45%;height: 27.3vw;opacity: 0;
    background: #000;position: absolute;
    right: 0;transition: 0.6s;margin-top: -5%;}
.cont04 .imgbox .bgbox.show{
    opacity: 1; margin-top: 4%;}
.cont04 .textbox{
    width: 27%; position: absolute;
    left: 7.8%; height: 27vw;}
.cont04 p{
    left: 7.8%;position: absolute;bottom: 0;
    font-size: 1.2rem; line-height: 1.4;}

/*-----------------------------------*/
#cont05_wrap{padding-top:15%;position: relative;}
.cont05{width: 100%;}
.cont05 .titlebox{text-align: center;width: 100%;}
.cont05 .titlebox h5{
    font-size: 1.3rem;font-weight: normal;
    letter-spacing: 1px; color: #555;
    margin-bottom: 10px;}
.cont05 .titlebox h2{
    font-size: 2rem;font-weight: 500;}
.cont05 .imgbox img{
    opacity: 0;transition: 0.6s;
    position: absolute;margin-top: 4%;
    width: 50%;z-index: 2;
    left: 60%;transform: translateX(-50%);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);}
.cont05 .imgbox img.show{opacity: 1; left: 50%;}
.cont05 p{
    width: 40%; margin: auto;
    margin-top: 30%;text-align: center;
    font-size: 1.2rem; line-height: 1.4;}

/*-----------------------------------*/
#cont06_wrap{padding: 15% 0 37.6%;position: relative;}
.cont06{
    margin: auto;
    width: 62.5%;position: relative;}
.cont06 .titlebox{text-align: center;width: 100%;}
.cont06 .titlebox h5{
    font-size: 1.3rem;font-weight: normal;
    letter-spacing: 1px; color: #555;
    margin-bottom: 10px;}
.cont06 .titlebox h2{
    font-size: 2rem;font-weight: 500;}
.cont06 .imgbox{position: relative;}
.cont06 .imgbox img{
    position: absolute;margin-top: 6.5%;
    width: 48%;z-index: 2; left: -15%;
    opacity: 0; transition: 0.6s;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);}
.cont06 .imgbox img.show{
    opacity: 1; left: 0;}
.cont06 .textbox{
    position: absolute; width: 48%; height: 33vw;
    margin-top: 6.5%;right: 0;}
.cont06 .textbox p{
    position: absolute; text-align: left;
    top: 50%; transform: translateY(-50%);
    font-size: 1.2rem; line-height: 1.4;}

/*-----------------------------------*/
#cont07_wrap{
    text-align: center;
    padding-top: 15%;position: relative;}
#cont07{width: 100%;position: relative;}
.designer01 .titlebox{text-align: center;width: 100%;}
.designer01 .titlebox h5{
    font-size: 1.3rem;font-weight: normal;
    letter-spacing: 1px; color: #555;
    margin-bottom: 10px;}
.designer01 .titlebox h2{
    font-size: 2rem;font-weight: 500;}
.designer01 img{
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    margin-top: 4%;width: 62.5%;}
.designer01 .textbox{
    margin: 30px auto 0;
    width: 62.5%;text-align:left;}
.designer01 .textbox h2{font-size: 1.4rem;}
.designer01 .textbox h2 .name{color: #555;
    font-weight: normal; display: inline-block;
    font-size: 1.05rem;margin-left: 10px}
.designer01 .textbox h4{
    font-size: 1.1rem; margin: 5px 0 15px;
    font-weight: 500; color: #333;}
.designer01 .textbox p{font-size: 1.2rem;}

/*----------------*/
.designer{
    overflow: hidden;position: relative;
    width: 62.5%;margin: 5% auto 0;}
.designer li{
    float: left;width: 42%;}
.designer li:nth-child(even){
    right: 0;margin: 25% 0 0 16%;}
.designer li>img{
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);width: 100%;opacity: 0;
    transition: 0.6s;margin-top: 10%;}
.designer li>img.show{
    opacity: 1;margin-top: 0;}
.designer li>.textbox{margin: 30px auto 0;
    width: 100%;text-align:left;}
.designer li>.textbox h2{font-size: 1.4rem;}
.designer li>.textbox h2 .name{color: #555;
    font-weight: normal; display: inline-block;
    font-size: 1.05rem;margin-left: 10px}
.designer li>.textbox h4{
    font-size: 1.1rem; margin: 5px 0 15px;
    font-weight: 500; color: #333;}
.designer li>.textbox p{
    font-size: 1.2rem;}

/*-----------------------------------*/
#cont08_wrap{
    padding-top: 15%;text-align: center;
    position: relative;}
.perfumer .titlebox{text-align: center;width: 100%;}
.perfumer .titlebox h5{
    font-size: 1.3rem;font-weight: normal;
    letter-spacing: 1px; color: #555;
    margin-bottom: 10px;}
.perfumer .titlebox h2{
    font-size: 2rem;font-weight: 500;}
.perfumer img{
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.4);
    margin-top: 4%;width:  50%;}
.perfumer .textbox{
    margin: 30px auto 0;text-align: left;
    width: 50%;}
.perfumer .textbox h2{font-size: 1.4rem;}
.perfumer .textbox h2 .name{color: #555;
    font-weight: normal; display: inline-block;
    font-size: 1.05rem;margin-left: 10px}
.perfumer .textbox p{
    width: 60%;
    margin-top: 15px; font-size: 1.2rem;}





/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
@media screen and (max-width:1200px){

.c_logo{width: 50%;}
@keyframes christian{
  to{opacity: 1; left: 7.8%;}}    
.store{right: 12.5%;}  
/*------------------------------------*/
#story_wrap{padding-top: 25%;}
.parallax01 .logo{width: 40%;}
/*-----------------------------------*/
#cont01_wrap{padding: 20% 0 43%;}   
/*-----------------------------------*/
#cont02_wrap{padding:20% 0 34.2%;}
/*-----------------------------------*/
#cont03_wrap{padding: 20% 0 0%;}
.cont03 p{width: 60%;}

/*-----------------------------------*/
#cont04_wrap{padding: 20% 0 33.5%;}
/*-----------------------------------*/
#cont05_wrap{padding-top:20%;}
.cont05 .imgbox img{width: 60%;}
.cont05 p{width: 60%;margin-top: 34.5%;}
/*-----------------------------------*/
#cont06_wrap{padding: 20% 0 37.6%;}
/*-----------------------------------*/
#cont07_wrap{padding-top: 20%;}
/*-----------------------------------*/
#cont08_wrap{padding-top: 20%;}
.perfumer img{margin-top: 4%;width:  60%;}
.perfumer .textbox{margin: 30px auto 0;width: 60%;}  
}



@media screen and (max-width:950px){
.store{right: 7.8%;}
.cont01 .textbox{
    width: 22.8%;left: 7.8%;height: 36vw;} 
}




@media screen and (max-width:840px){

.c_logo{width: 70%;
    top: 40%;left: 35%;
    transform: translate(-50%,-50%)}
@keyframes christian{
  to{opacity: 1; left: 50%;}}    
.store{
    right: auto;left: 50%;top: 55%;
    transform: translate(-50%,-50%)
    }
    
/*------------------------------------*/
#story_wrap{padding-top: 30%;}
.parallax01 {height: 40vh;}
.parallax01 .logo{width: 50%;top: 41%;}
.parallax01 h2{font-size: 1.5rem;top: 72%;}

/*-----------------------------------*/
#cont01_wrap{padding: 25% 0 0;}
.cont01 .titlebox h2{font-size: 1.8rem;}
.cont01 .imgbox img:nth-child(1){
    width: 90%;right: 15%;margin-top: 7%;}
.cont01 .imgbox img:nth-child(1).show{right: 5%;}
.cont01 .imgbox img:nth-child(2){width: 51%;} 
.cont01 .imgbox .bgbox{
    width: 60%;height: 47vw;margin-top: 5%;} 
.cont01 .textbox{
    margin-top: 62%;position: relative;
    width: 80%;left: 5%;height: auto;} 
.cont01 .textbox .text{
    position: relative;bottom: auto;}
.cont01 .textbox h4{font-size: 1.5rem;}
.cont01 .textbox h5{
    font-size: 1rem;margin: 8px 0 20px;}
.cont01 .textbox p{
    font-size: 1.2rem; line-height: 1.4;}

/*-----------------------------------*/
#cont02_wrap{padding:25% 0 0;}
.cont02 .titlebox h2{font-size: 1.8rem;}
.cont02 .imgbox img{
    margin-top: 7%;width: 90%;left: -5%;}
.cont02 .imgbox img.show{left: 5%;}
.cont02 .imgbox .bgbox{
    width: 70%;height: 48vw;margin-top: -5%;}
.cont02 .imgbox .bgbox.show{margin-top: 5%;}
.cont02 .textbox{margin: auto;
    position: relative;margin-top: 62.5%;
    width: 80%;right: auto; height: auto;}
.cont02 .textbox p{
    position: relative;bottom: auto;
    font-size: 1.2rem;line-height: 1.4;}

/*-----------------------------------*/
#cont03_wrap{padding: 25% 0 0%;}
.cont03 .titlebox h2{font-size: 1.8rem;}
.cont03 .imgbox{
    width: 90%; height: 30vw;
    margin: 5% auto 0;}
.cont03 p{width: 80%;text-align: left;
    margin: 40.3% auto 0;
    font-size: 1.2rem; line-height: 1.4;}

/*-----------------------------------*/
#cont04_wrap{padding: 25% 0 0;}
.cont04 .titlebox h2{font-size: 1.8rem;}
.cont04 .imgbox img{
    margin-top: 7%;width: 90%;right: 15%;}
.cont04 .imgbox img.show{right: 5%;}
.cont04 .imgbox .bgbox{
    width: 70%;height: 47vw;margin-top: -5%;}
.cont04 .imgbox .bgbox.show{margin-top: 5%;}
.cont04 .textbox{
    position: relative;margin-top: 61%;
    transform: translateX(-50%);
    width: 80%;left: 50%; height: auto;}
.cont04 p{
    left: auto;bottom: auto;position: relative;
    font-size: 1.2rem;line-height: 1.4;}

/*-----------------------------------*/
#cont05_wrap{padding-top:25%;}   
.cont05 .titlebox h2{font-size: 1.8rem;}
.cont05 .imgbox img{width: 90%;margin-top: 5%;
    left: 40%;
}
.cont05 p{width: 80%;margin-top: 49.2%;
    text-align: left;
}

/*-----------------------------------*/
#cont06_wrap{padding: 25% 0 0;}
    
.cont06{margin: auto;width:100%;}
.cont06 .titlebox h5{
    font-size: 1.3rem;margin-bottom: 10px;}
.cont06 .titlebox h2{font-size: 1.8rem;}
.cont06 .imgbox img{
    position: relative;
    margin-top: 5%;width: 50%;
    left: 40%;transform: translateX(-50%);
    }
.cont06 .imgbox img.show{left: 50%;}
.cont06 .textbox{
    width: 80%; height: auto;
    position: relative;left: 50%;
    transform: translateX(-50%);
    margin-top: 4.8%;
    }
.cont06 .textbox p{position: relative;
    transform: translateY(0);top: auto;
    font-size: 1.2rem; line-height: 1.4;}

/*-----------------------------------*/
#cont07_wrap{padding-top: 25%;}
.designer01 .titlebox h2{font-size: 1.8rem;}
.designer01 img{
    margin-top: 5%;width: 90%;}
.designer01 .textbox{
    margin: 4.8% auto 0;width: 90%;}
.designer01 .textbox h2{font-size: 1.3rem;}
.designer01 .textbox h2 .name{
    font-size: 1.02rem;margin-left: 10px}
.designer01 .textbox h4{
    font-size: 1.05rem; margin: 5px 0 15px;}
.designer01 .textbox p{font-size: 1.15rem;}
/*----------------*/
.designer{
    width: 90%;margin: 8% auto 0;}
.designer li{
    float: left;width: 48%;}
.designer li:nth-child(even){
    right: 0;margin: 25% 0 0 4%;}
.designer li>.textbox{margin: 11% auto 0;}
.designer li>.textbox h2{font-size: 1.3rem;}
.designer li>.textbox h2 .name{
    font-size: 1.02rem;margin-left: 10px}
.designer li>.textbox h4{
    font-size: 1.05rem; margin: 5px 0 15px;}
.designer li>.textbox p{
    font-size: 1.15rem;}
/*-----------------------------------*/
#cont08_wrap{padding: 25% 0 10%;}
.perfumer .titlebox h5{
    font-size: 1.3rem;margin-bottom: 10px;}
.perfumer .titlebox h2{font-size: 1.8rem;}
.perfumer img{margin-top: 5%;width:  90%;}
.perfumer .textbox{margin: 4.8% auto 0;
    width: 90%;}
.perfumer .textbox h2{font-size: 1.3rem;}
.perfumer .textbox h2 .name{
    font-size: 1.05rem;margin-left: 10px}
.perfumer .textbox p{
    width: 80%;
    margin-top: 15px; font-size: 1.2rem;}
   
}








@media screen and (max-width:450px){
/***공통영역***/
.menu{
    width: 40px;height: 30px;
    margin-left: 12px;}
.menu span{
    width: 23px;height: 3px;
    margin: 5px;border-radius: 5px;}
.top_logo{width: 80px;}
.top_wlogo{width: 80px;}
.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;}
      
/*----------------------------------*/
.c_logo{width: 85%;top: 40%;}  
.store{top: 53%;font-size: 1.3rem;
    width: 160px; height: 38px;
    line-height: 38px;}
.scroll{bottom: 6%;}   
/*------------------------------------*/
.parallax01{height: 40vh;}
.parallax01 .logo{width: 60%;}
.parallax01 h2{font-size: 1.3rem;}

/*-----------------------------------*/
#cont01_wrap{padding:27% 0 0;}
.cont01 .titlebox h5{
    font-size: 1.2rem;margin-bottom: 5px;}
.cont01 .titlebox h2{font-size: 1.5rem;}
.cont01 .imgbox img:nth-child(1){width: 90%;}
.cont01 .imgbox img:nth-child(2){display: none;} 
.cont01 .imgbox .bgbox{display: none;} 
.cont01 .textbox{
    margin-top: 64.5%;width: 90%;} 
.cont01 .textbox .text{
    position: relative;bottom: auto;}
.cont01 .textbox h4{font-size: 1.3rem;}
.cont01 .textbox h5{
    font-size: 1.05rem;margin: 5px 0 10px;}

/*-----------------------------------*/
#cont02_wrap{padding:27% 0 0;}
.cont02 .titlebox h5{
    font-size: 1.2rem;margin-bottom: 5px;}
.cont02 .titlebox h2{font-size: 1.5rem;}
.cont02 .imgbox img{margin-top: 5%;left: -5%;}
.cont02 .imgbox .bgbox{display: none;}
.cont02 .textbox{margin-top: 63%;width: 90%;}

/*-----------------------------------*/
#cont03_wrap{padding: 27% 0 0%;}
.cont03 .titlebox h5{
    font-size: 1.2rem;margin-bottom: 5px;}
.cont03 .titlebox h2{font-size: 1.5rem;}
.cont03 .imgbox{width: 100%; height: 50vw;}
.cont03 p{width: 90%;margin: 62% auto 0;}
    
/*-----------------------------------*/
#cont04_wrap{padding: 27% 0 0;}
.cont04 .titlebox h5{
    font-size: 1.2rem;margin-bottom: 5px;}
.cont04 .titlebox h2{font-size: 1.5rem;}
.cont04 .imgbox img{
    margin-top: 5%;width: 90%;}
.cont04 .imgbox .bgbox{display: none;}
.cont04 .textbox{width: 90%;}
    
/*-----------------------------------*/
#cont05_wrap{padding-top:27%;}   
.cont05 .titlebox h5{
    font-size: 1.2rem;margin-bottom: 5px;}
.cont05 .titlebox h2{font-size: 1.5rem;}
.cont05 .imgbox img{
    width: 90%;margin-top: -5%;left: 50%;}
.cont05 .imgbox img.show{
    left: 50%;margin-top: 5%;}
.cont05 p{width: 90%;margin-top: 52%;}
/*-----------------------------------*/
#cont06_wrap{padding: 27% 0 0;}
.cont06 .titlebox h5{
    font-size: 1.2rem;margin-bottom: 5px;}
.cont06 .titlebox h2{font-size: 1.5rem;}
.cont06 .imgbox img{width: 60%;left: 60%;}
.cont06 .imgbox img.show{left: 50%;}
.cont06 .textbox{width: 90%;margin-top: 7%;}

/*-----------------------------------*/
#cont07_wrap{padding-top: 27%;}
.designer01 .titlebox h5{
    font-size: 1.2rem;margin-bottom: 5px;}
.designer01 .titlebox h2{font-size: 1.5rem;}
.designer01 .textbox{margin: 7% auto 0;}
.designer01 .textbox h4{
    font-size: 1.05rem; margin: 10px 0 10px;}

/*----------------*/
.designer{margin: 10% auto 0;}
.designer li>.textbox{margin: 11% auto 0;}
.designer li>.textbox h2{font-size: 1.3rem;}
.designer li>.textbox h2 .name{
    display: block;
    font-size: 1.02rem;margin-left: 0;}
.designer li>.textbox h4{
    font-size: 1.05rem; margin: 10px 0 10px;}

/*-----------------------------------*/
#cont08_wrap{padding: 25% 0 20%;}
.perfumer .titlebox h5{
   font-size: 1.2rem;margin-bottom: 5px;}
.perfumer .titlebox h2{font-size: 1.5rem;}
.perfumer .textbox{margin: 7% auto 0;}
.perfumer .textbox h2{font-size: 1.3rem;}
.perfumer .textbox p{
    width: 100%;margin-top: 10px;}
  
}





















