@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');
@import url ( 'https://fonts.googleapis.com/css2? family = Noto + Sans + KR : wght @ 900 & 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;
    background: rgb(255, 255, 255);
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.16);
    transform: translateY(-80px);
    animation: top 2s forwards;}
@keyframes top{
    to{opacity: 1;transform: translateY(0);}
}

.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: 3000;
    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;
}
/*메인 top------------------------*/
#main_wrap{position: relative;padding-top: 93px;}
.main>*{position: absolute;}
.main .text_box{
    animation: text 1.5s forwards;
    width: 30%; height: 29.4vw;opacity: 0;
    margin-top: 8%; left: 0;}
@keyframes text{
    to{opacity: 1;left: 7.8%;}}
.main .text{
    position: absolute;
    top: 50%;transform: translateY(-50%);}
.main .text h2{
  font-size: 4vw;line-height: 1;}
.main .text h2 strong{
  letter-spacing: 0.7vw;}
.main .text p{
  font-size: 1.2rem; line-height: 1.3;
  margin-top: 2.5vw;width: 85%;}
.main video{
    animation: video 1s 0.3s forwards;
  width: 52.8%; right: 7.8%; opacity: 0;
    margin-top: 0;z-index: 2;
  box-shadow: 20px 20px 45px rgba(0, 0, 0, 0.59);}
.main .main_img{
    animation: video 1s 0.3s forwards;
  width: 52.8%; right: 7.8%; opacity: 0;
    margin-top: 0;z-index: 2;
  box-shadow: 20px 20px 45px rgba(0, 0, 0, 0.59);}
.main .main_img{
    animation: video 1s 0.3s forwards;
  width: 52.8%; right: 7.8%; opacity: 0;
    margin-top: 0;z-index: 2;
  box-shadow: 20px 20px 45px rgba(0, 0, 0, 0.59);}
@keyframes video{
    to{opacity: 1;margin-top: 8%;}}
.main img.big_flower{
    animation: flower 1s 0.3s forwards;
  width: 35%;right: 0;margin-top: 10%;
  z-index: 1;opacity: 0;}
@keyframes flower{
    to{opacity: 1;margin-top: 2%;}}
.main .back_box{
  width: 48.2%; height: 35vw;
  background: #dfdbd7;
  right: 0; margin-top: 5.2%;}
.main .coeur_box{background: #f0e4e4;}
.media_h2{display: none;}
.media_p{display: none;}
.main .text h5{
    font-size: 1.05rem; font-weight: normal;
    margin-top: 10px; color: #444;}


/*카테고리------------------------*/
#category_wrap{position: relative; padding-top: 52%;}
.option{
    margin: auto; width: 84.4%;
    border-bottom: 1px solid #ccc;}
.option_text{
    cursor: pointer;
    width: 150px; height: 40px; z-index: 200;
    border: 1px solid #ccc; text-align: center;
    border-radius: 40px; background: #fff;
    position: absolute; margin-top: -20px;
    left: 50%; transform: translateX(-50%);}
.option_text h4{
    display: inline-block;
    line-height: 40px; letter-spacing: 2px;
    font-size: 1.2rem; font-weight: normal;}
.option_text img{
    width: 13px; opacity: 0.7;
    margin: 16px 0 16px 16px;}


.category{
    display: none;
    position: absolute; z-index: 100;
    width: 100%;
    height: 600px;
    background: #fff;
    box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.16);}
.category_title{
    width: 100%;
    margin: auto;
    margin-top: 70px; height: 40px;
    text-align: center;padding-bottom: 5px;}
.select{border-bottom: 5px solid #333;}
.basic{border: none;}
.category_title li{
    display: inline-block;
    line-height: 40px;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;}
.category_title li+li{margin-left: 5%;}
.category_box{overflow: hidden;}
.category_box>div{
    background: #fff;
    position: absolute; 
    width: 100%;
    margin: auto; 
    height: 400px;
}
.form_wrap{
    margin-top: 50px;
    position: absolute;
    left: 50%;transform: translateX(-50%);
}
.categorybox_1{z-index: 10;}




.form input {display: none;}
.form input + label:before{
    content: '';
    display: inline-block;
    width: 15px;height: 15px;
    margin: 5px 5px 0 0;
    border: 1px solid #ccc; 
    border-radius: 3px;
    vertical-align:text-bottom;
    position: relative;}
.form input + label{font-size: 1.1rem;color: #333;}
.form input:checked + label:before{
    background: url(../img/icon/check.png)
                no-repeat center;
    background-size: contain;}

.category_box>div .form label{
    font-size: 1.1rem; font-weight: normal;
    cursor: pointer; line-height: 2.8;}
.category_box>div .form label:hover{color: #999;}
.category_box>* h4{
    font-size: 1.1rem; font-weight: normal;
    text-align: center;
    cursor: pointer; line-height: 2.8;}
.category_box>* h4:hover{color: #999;}



/*product*********/
*>a{cursor: pointer;}
#product_wrap{}
.product{
    width: 62.5%;margin: auto;
    padding: 100px 0;
    overflow: hidden;}
.product li{
    float: left; margin-top: 80px;
    width: 50%;}
.product>* h4{
    font-size: 1.1rem;
    color: #444;
    font-weight: normal;}
.product>* h2{
  font-weight: 00;
    font-size: 1.5rem;margin-top: 15px;}

.product .p_01{
    position: relative;}
.product .p_01 img{
    height: 470px;}

.product .p_02{
    position: relative;height: 470px;
    text-align: end;}
.product .p_02 a{
    position: absolute;
    display: block; width: 460px;
    right: 0; top: 50%;
    transform: translateY(-50%);}
.product .p_02 a:hover img{
    transform: scale(1.1);}
.product .p_02 a img{width: 100%;
    transition: 0.6s;
    transform-origin: 100% 0%;}
.product .p_02 .p_textbox{
    position: absolute;
    right: 63%; top: 60%;}

.product .p_03{
    position: relative;position: relative;
    height: 300px;}
.product .p_03 a{
    position: absolute;
    display: block; width: 460px;left: 0;}
.product .p_03 a img{width: 100%;
    transition: 0.6s;
    transform-origin: 0% 0%;}
.product .p_03 a:hover img{
    transform: scale(1.1);}
.product .p_03 .p_textbox{
    position: absolute;
    left: 63%; top: 15%;}

.product .p_04{
    position: relative;height: 300px;
    text-align: end;}
.product .p_04 a{
    position: absolute;
    display: block; width: 460px;right: 0;}
.product .p_04 a img{ width: 100%;
    transition: 0.6s;
    transform-origin: 100% 0%;}
.product .p_04 a:hover img{
    transform: scale(1.1);}
.product .p_04 .p_textbox{
    position: absolute;
    right: 63%; top: 65%;}

.product .p_05{
    position: relative;position: relative;
    height: 300px;}
.product .p_05 a{
    position: absolute;
    display: block; width: 460px;left: 0;}
.product .p_05 a img{width: 100%;
    transition: 0.6s;
    transform-origin: 0% 0%;}
.product .p_05 a:hover img{
    transform: scale(1.1);}
.product .p_05 .p_textbox{
    position: absolute;
    left: 63%; top: 15%;}

.product .p_06{
    position: relative;height: 300px;
    text-align: end;}
.product .p_06 a{
    position: absolute;
    display: block; width: 460px;right: 0;}
.product .p_06 a img{ width: 100%;
    transition: 0.6s;
    transform-origin: 100% 0%;}
.product .p_06 a:hover img{
    transform: scale(1.1);}
.product .p_06 .p_textbox{
    position: absolute;
    right: 63%; top: 65%;}

.btn_wrap01{
    width: 150px; margin: 50px auto;}
.btn_wrap01 button{
    cursor: pointer;
    width: 150px; height: 40px;
    border: none; text-align: center;
    border-radius: 40px;
    background: transparent;}
.btn_wrap01 button h4{
    display: inline-block;
    line-height: 40px; letter-spacing: 2px;
    font-size: 1.2rem;}
.btn_wrap01 button img{
    width: 13px;
    margin: 16px 0 16px 16px;}


/*product*********/
#product_wrap02{display: none;}
.product_02{
    width: 62.5%;margin: auto;
    padding: 70px 0;
    overflow: hidden;}
.product_02 li{
    float: left; margin-top: 80px;
    width: 50%;}
.product_02>* h4{
    font-size: 1.1rem; color: #444;
    font-weight: normal;}
.product_02>* h2{
    font-size: 1.5rem;margin-top: 15px;}

.product_02 .p_01{
    position: relative;}
.product_02 .p_01 img{
    height: 470px;}

.product_02 .p_02{
    position: relative;height: 470px;
    text-align: end;}
.product_02 .p_02 a{
    position: absolute;
    display: block; width: 460px;
    right: 0; top: 50%;
    transform: translateY(-50%);}
.product_02 .p_02 a:hover img{
    transform: scale(1.1);}
.product_02 .p_02 a img{width: 100%;
    transition: 0.6s;
    transform-origin: 100% 0%;}
.product_02 .p_02 .p_textbox{
    position: absolute;
    right: 63%; top: 60%;}

.product_02 .p_03{
    position: relative;position: relative;
    height: 300px;}
.product_02 .p_03 a{
    position: absolute;
    display: block; width: 460px;left: 0;}
.product_02 .p_03 a img{width: 100%;
    transition: 0.6s;
    transform-origin: 0% 0%;}
.product_02 .p_03 a:hover img{
    transform: scale(1.1);}
.product_02 .p_03 .p_textbox{
    position: absolute;
    left: 63%; top: 15%;}

.product_02 .p_04{
    position: relative;height: 300px;
    text-align: end;}
.product_02 .p_04 a{
    position: absolute;
    display: block; width: 460px;right: 0;}
.product_02 .p_04 a img{ width: 100%;
    transition: 0.6s;
    transform-origin: 100% 0%;}
.product_02 .p_04 a:hover img{
    transform: scale(1.1);}
.product_02 .p_04 .p_textbox{
    position: absolute;
    right: 63%; top: 65%;}

.product_02 .p_05{
    position: relative;position: relative;
    height: 300px;}
.product_02 .p_05 a{
    position: absolute;
    display: block; width: 460px;left: 0;}
.product_02 .p_05 a img{width: 100%;
    transition: 0.6s;
    transform-origin: 0% 0%;}
.product_02 .p_05 a:hover img{
    transform: scale(1.1);}
.product_02 .p_05 .p_textbox{
    position: absolute;
    left: 63%; top: 15%;}

.product_02 .p_06{
    position: relative;height: 300px;
    text-align: end;}
.product_02 .p_06 a{
    position: absolute;
    display: block; width: 460px;right: 0;}
.product_02 .p_06 a img{ width: 100%;
    transition: 0.6s;
    transform-origin: 100% 0%;}
.product_02 .p_06 a:hover img{
    transform: scale(1.1);}
.product_02 .p_06 .p_textbox{
    position: absolute;
    right: 63%; top: 65%;}

.btn_wrap02{
    width: 150px; margin: 50px auto;}
.btn_wrap02 button{
    cursor: pointer;
    width: 150px; height: 40px;
    border: none; text-align: center;
    border-radius: 40px;
    background: transparent;}
.btn_wrap02 button h4{
    display: inline-block;
    line-height: 40px; letter-spacing: 2px;
    font-size: 1.2rem;}
.btn_wrap02 button img{
    width: 13px;
    margin: 16px 0 16px 16px;}





/*----------------------------------------*/

@media screen and (max-width:1750px){
  .product{width: 70%;}
  .product_02{width: 70%;}} 
@media screen and (max-width:1650px){
  .product{width: 75%;}
  .product_02{width: 75%;}} 
@media screen and (max-width:1550px){
  .product{width: 80%;}
  .product_02{width: 80%;}}
@media screen and (max-width:1450px){
  .product{width: 85%;}
  .product_02{width: 85%;}}
@media screen and (max-width:1350px){
  .product{width: 90%;}
  .product_02{width: 90%;}}
@media screen and (max-width:1250px){
  .product{width: 95%;}
  .product_02{width: 95%;}}


@media screen and (max-width:1150px){
#category_wrap{padding-top: 55%;}
.product{width: 85%;padding: 70px 0;}
.product>* h4{font-size: 1.1rem;}
.product>* h2{
    font-size: 1.4rem;margin-top: 10px;}
.product li{width: 50%;}

.product .p_01 img{
    width: 360px;height: 370px;}

.product .p_02{height: 370px;}
.product .p_02 a{width: 360px;}
.product .p_02 .p_textbox{
    width: 50%;right: 60%; top: 55%;}

.product .p_03{height: 235px;}
.product .p_03 a{width: 360px;}
.product .p_03 .p_textbox{
    width: 50%;left: 60%; top: 15%;}

.product .p_04{height: 235px;}
.product .p_04 a{width: 360px;}
.product .p_04 .p_textbox{
    width: 50%;right: 60%; top: 55%;}

.product .p_05{height: 235px;}
.product .p_05 a{width: 360px;}
.product .p_05 .p_textbox{
    width: 50%;left: 60%; top: 15%;}

.product .p_06{height: 235px;}
.product .p_06 a{width: 360px;}
.product .p_06 .p_textbox{
    width: 50%;right: 60%; top: 55%;}

.btn_wrap01{margin: 40px auto;}
  
.product_02{width: 85%;padding: 50px 0;}
.product_02>* h4{font-size: 1.1rem;}
.product_02>* h2{
    font-size: 1.4rem;margin-top: 10px;}
.product_02 li{width: 50%;}

.product_02 .p_01 img{
    width: 360px;height: 370px;}

.product_02 .p_02{height: 370px;}
.product_02 .p_02 a{width: 360px;}
.product_02 .p_02 .p_textbox{
    width: 50%;right: 60%; top: 55%;}

.product_02 .p_03{height: 235px;}
.product_02 .p_03 a{width: 360px;}
.product_02 .p_03 .p_textbox{
    width: 50%;left: 60%; top: 15%;}

.product_02 .p_04{height: 235px;}
.product_02 .p_04 a{width: 360px;}
.product_02 .p_04 .p_textbox{
    width: 50%;right: 60%; top: 55%;}

.product_02 .p_05{height: 235px;}
.product_02 .p_05 a{width: 360px;}
.product_02 .p_05 .p_textbox{
    width: 50%;left: 60%; top: 15%;}

.product_02 .p_06{height: 235px;}
.product_02 .p_06 a{width: 360px;}
.product_02 .p_06 .p_textbox{
    width: 50%;right: 60%; top: 55%;}

.btn_wrap02{margin: 50px auto;}
    
.main .media_h2 .little{
    display: block;font-size: 1.05rem;
    font-weight: normal;color: #444;left: 5%;
    margin-top: 5px;
    font-family: 'Noto Sans KR', sans-serif;
}

}



@media screen and (max-width:1000px){
.main .text_box{display: none;}
/*
@keyframes text{
    to{opacity: 1;left: 7.8%;}}
*/
.main video{
  width: 80%; left: 5%;margin-top: 0;
  box-shadow: 20px 20px 45px rgba(0, 0, 0, 0.59);}
.main .main_img{
  width: 80%; left: 5%;margin-top: 0;
  box-shadow: 20px 20px 45px rgba(0, 0, 0, 0.59);}
@keyframes video{
    to{opacity: 1;margin-top: 13%;}}
.main img.big_flower{
    width: 50%;margin-top: 15%;}
@keyframes flower{
    to{opacity: 1;margin-top: 5%;}}
.main .back_box{
    width: 60%; height: 49.5vw;
    margin-top: 10.5%;}
.main .media_h2{
    animation: media_h2 1.5s forwards;
    display: block; margin-top: 4%;
    left: -5%; opacity: 0;
    font-size: 5vw;line-height: 1;}
@keyframes media_h2{
    to{opacity: 1;left: 5%;}}

#category_wrap{padding-top: 72%;}
.media_p{display: block;width: 100%;}
.media_p p{
    padding-bottom: 12%;
    text-align: left;font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    width: 70%; margin: auto;
}
.option{width:90%;}
    
}




@media screen and (max-width:980px){
.product{width: 95%;}
.product_02{width: 90%;}}

@media screen and (max-width:950px){
.product{width: 90%;}
.product>* h4{font-size: 1.1rem;}
.product>* h2{font-size: 1.35rem;}

.product .p_01 img{
    width: 300px;height: 310px;}

.product .p_02{height: 310px;}
.product .p_02 a{width: 300px;}
.product .p_02 .p_textbox{ width: 55%}

.product .p_03{height: 195px;}
.product .p_03 a{width: 300px;}
.product .p_03 .p_textbox{z-index: 10;width: 55%}

.product .p_04{height: 195px;}
.product .p_04 a{width: 300px;}
.product .p_04 .p_textbox{ width: 55%}

.product .p_05{height: 195px;}
.product .p_05 a{width: 300px;}
.product .p_05 .p_textbox{z-index: 10;width: 55%}
  
.product .p_06{height: 195px;}
.product .p_06 a{width: 300px;}
.product .p_06 .p_textbox{ width: 55%}

.product_02{width: 90%;padding: 0px 0px 50px;}
.product_02>* h4{font-size: 1.1rem;}
.product_02>* h2{font-size: 1.35rem;}

.product_02 .p_01 img{
    width: 300px;height: 310px;}

.product_02 .p_02{height: 310px;}
.product_02 .p_02 a{width: 300px;}
.product_02 .p_02 .p_textbox{ width: 55%}

.product_02 .p_03{height: 195px;}
.product_02 .p_03 a{width: 300px;}
.product_02 .p_03 .p_textbox{z-index: 10;width: 55%}

.product_02 .p_04{height: 195px;}
.product_02 .p_04 a{width: 300px;}
.product_02 .p_04 .p_textbox{ width: 55%}

.product_02 .p_05{height: 195px;}
.product_02 .p_05 a{width: 300px;}
.product_02 .p_05 .p_textbox{z-index: 10;width: 55%}
  
.product_02 .p_06{height: 195px;}
.product_02 .p_06 a{width: 300px;}
.product_02 .p_06 .p_textbox{ width: 55%}
}

@media screen and (max-width:900px){
.product{width: 95%;}
.product_02{width: 95%;}}

@media screen and (max-width:840px){
.search{margin: auto;text-align: center;}
.search h2{float: none;margin: 30px 0 10px}
.search form{float: none;margin: auto;}  
.product{width: 100%;}
.product_02{width: 100%;}
.category_title li+li{margin-left: 10%;}}








@media screen and (max-width:800px){
.product{width: 100%;padding: 50px 0 100px;}
.product li{margin-top: 90px;}
.product>* h2{font-size: 1.3rem;margin-top: 5px;}

.product .p_01 img{
    width: 95%;height: 50vw;}

.product .p_02{height: 50vw;}
.product .p_02 a{width: 95%;}
.product .p_02 .p_textbox{
  width: 80%; left: 10%; top:76.5%;
  text-align:left;}

.product .p_03{height: 30vw;}
.product .p_03 a{width: 95%;}
.product .p_03 .p_textbox{
  width: 80%; left: 10%; top:94%;}

.product .p_04{height: 30vw;}
.product .p_04 a{width: 95%;}
.product .p_04 .p_textbox{
  width: 80%; left: 10%; top:94%;
  text-align: left;}

.product .p_05{height: 30vw;}
.product .p_05 a{width: 95%;}
.product .p_05 .p_textbox{
  width: 80%; left: 10%; top:94%;}
  
.product .p_06{height: 30vw;}
.product .p_06 a{width: 95%;}
.product .p_06 .p_textbox{
  width: 80%; left: 10%; top:94%;
  text-align: left;}
    
    
.product_02{width: 100%;padding-bottom: 100px;}
.product_02 li{margin-top: 90px;}
.product_02>* h2{font-size: 1.2rem;margin-top: 5px;}

.product_02 .p_01 img{
    width: 95%;height: 50vw;}

.product_02 .p_02{height: 50vw;}
.product_02 .p_02 a{width: 95%;}
.product_02 .p_02 .p_textbox{
  width: 80%; left: 10%; top:76.5%;
  text-align:left;}

.product_02 .p_03{height: 30vw;}
.product_02 .p_03 a{width: 95%;}
.product_02 .p_03 .p_textbox{
  width: 80%; left: 10%; top:94%;}

.product_02 .p_04{height: 30vw;}
.product_02 .p_04 a{width: 95%;}
.product_02 .p_04 .p_textbox{
  width: 80%; left: 10%; top:94%;
  text-align: left;}

.product_02 .p_05{height: 30vw;}
.product_02 .p_05 a{width: 95%;}
.product_02 .p_05 .p_textbox{
  width: 80%; left: 10%; top:94%;}
  
.product_02 .p_06{height: 30vw;}
.product_02 .p_06 a{width: 95%;}
.product_02 .p_06 .p_textbox{
  width: 80%; left: 10%; top:94%;
  text-align: left;}
}


@media screen and (max-width:650px){
.main video{width: 90%;}
.main .main_img{width: 90%;}
@keyframes video{
    to{opacity: 1;margin-top: 15%;}}
.main img.big_flower{
    width: 52%;margin-top: 15%;}
@keyframes flower{
    to{opacity: 1;margin-top: 8%;}}
.main .back_box{
    width: 60%; height: 54.5vw;
    margin-top: 12.5%;}
.main .media_h2{
    margin-top: 5%;
    font-size: 6vw;line-height: 1;}
#category_wrap{padding-top: 79%;}
.media_p p{
    padding-bottom: 14%;width: 80%;}
.option_text{
    width: 130px; height: 35px;
    margin-top: -17.5px;}
.option_text h4{font-size: 1.1rem;}
.option_text img{
    width: 12px;margin: 15px 0 15px 14px;}
.category{height: 550px;}
.category_title{margin-top: 50px;}
.form_wrap{margin-top: 40px;}
.form input + label:before{
    width: 13px;height: 13px;}   
}







@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 h2{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;}

/****메인영역****/
#main_wrap{padding-top: 77px;}
.main video{
    box-shadow: 0 0;
    width: 100%;left: 0;margin-top: 28%}
.main .main_img{
    box-shadow: 0 0;
    width: 100%;left: 0;margin-top: 28%}
@keyframes video{
    to{opacity: 1;margin-top: 19.5%;}}
.main img.big_flower{display: none;}
.main .back_box{display: none;}
.main .media_h2{
    left: -30%; width: 100%;
    text-align: center;font-size: 2.3rem;}
@keyframes media_h2{
    to{opacity: 1;
    left: 50%;transform: translateX(-50%);}}
#category_wrap{padding-top: 85%;}
.media_p p{
    padding-bottom: 25%;width: 90%;}
.category_box>* h4{
    font-size: 1.15rem;}
.category_box>div .form label{
        font-size: 1.15rem;}    
    
/****product 01****/
.product{width: 100%;padding: 0 0 50px;}
.product li{margin-top: 90px;}
.product>* h2{font-size: 1.2rem;margin-top: 5px;}

.product .p_01 img{
    width: 98%;height: 51vw;}

.product .p_02{height: 50vw;}
.product .p_02 a{width: 98%;}
.product .p_02 .p_textbox{
    position: relative;
  width: 80%; left: 10%; top:76.5%;
  text-align:left;}

.product .p_03{height: 30vw;}
.product .p_03 a{width: 98%;}
.product .p_03 .p_textbox{
  width: 80%; left: 10%; top:94%;}

.product .p_04{height: 30vw;}
.product .p_04 a{width: 98%;}
.product .p_04 .p_textbox{
  width: 80%; left: 10%; top:94%;
  text-align: left;}

.product .p_05{height: 30vw;}
.product .p_05 a{width: 98%;}
.product .p_05 .p_textbox{
  width: 80%; left: 10%; top:94%;}
  
.product .p_06{height: 30vw;}
.product .p_06 a{width: 98%;}
.product .p_06 .p_textbox{
  width: 80%; left: 10%; top:94%;
  text-align: left;}    
    
    
    
/*****************    */ 
.product_02{
    width: 100%;margin-top: 4rem;}
.product_02 li{
    float:none; margin-top: 11vw;
    width: 100%;}
.product_02>* h4{
    font-size: 1.2rem;margin-top: 1.5rem}
.product_02>* h2{
    font-size: 1.4rem;margin-top: 0.8rem;}

.product_02 .p_01{
    position: relative;}
.product_02 .p_01 img{
    width: 100%;height: auto;}
.product_02 .p_02{
    position: relative;height:auto;}
.product_02 .p_02 a{
    position: inherit;
    margin: auto;width: 90%;
    transform: translateY(0);}
.product_02 .p_02 a img{transform-origin: center;}
.product_02 .p_02 .p_textbox{
    position: relative;left: 7%;}
.product_02 .p_03{
    position: relative;height: auto;}
.product_02 .p_03 a{
    position: inherit;
    width: 90%; margin: auto;}
.product_02 .p_03 a img{
    transform-origin: center;}
.product_02 .p_03 .p_textbox{
    position: relative;left: 7%;}
.product_02 .p_04{
   position: relative;
    height: auto;}
.product_02 .p_04 a{
    position: inherit;
    width: 90%; margin: auto;}
.product_02 .p_04 a img{
    transform-origin: center;}
.product_02 .p_04 .p_textbox{
    position: relative;left: 7%;}
.product_02 .p_05{
   position: relative;height: auto;}
.product_02 .p_05 a{
    position: inherit;
    width: 90%; margin: auto;}
.product_02 .p_05 a img{
    transform-origin: center;}
.product_02 .p_05 .p_textbox{
    position: relative;left: 7%;}
.product_02 .p_06{
   position: relative;height: auto;}
.product_02 .p_06 a{
    position: inherit;
    width: 90%; margin: auto;}
.product_02 .p_06 a img{
    transform-origin: center;}
.product_02 .p_06 .p_textbox{
    position: relative;left: 7%;}


/**********************/
.product{
    width: 100%;margin-top: 4rem;}
.product li{
    float:none; margin-top: 11vw;
    width: 100%;}
.product>* h4{
    font-size: 1.2rem;margin-top: 1.5rem}
.product>* h2{
    font-size: 1.4rem;margin-top: 0.8rem;}

.product .p_01{
    position: relative;}
.product .p_01 img{
    width: 100%;height: auto;}
.product .p_02{
    position: relative;height:auto;}
.product .p_02 a{
    position: inherit;
    margin: auto;width: 90%;
    transform: translateY(0);}
.product .p_02 a img{transform-origin: center;}
.product .p_02 .p_textbox{
    position: relative;left: 7%;}
.product .p_03{
    position: relative;height: auto;}
.product .p_03 a{
    position: inherit;
    width: 90%; margin: auto;}
.product .p_03 a img{
    transform-origin: center;}
.product .p_03 .p_textbox{
    position: relative;left: 7%;}
.product .p_04{
   position: relative;
    height: auto;}
.product .p_04 a{
    position: inherit;
    width: 90%; margin: auto;}
.product .p_04 a img{
    transform-origin: center;}
.product .p_04 .p_textbox{
    position: relative;left: 7%;}
.product .p_05{
   position: relative;height: auto;}
.product .p_05 a{
    position: inherit;
    width: 90%; margin: auto;}
.product .p_05 a img{
    transform-origin: center;}
.product .p_05 .p_textbox{
    position: relative;left: 7%;}
.product .p_06{
   position: relative;height: auto;}
.product .p_06 a{
    position: inherit;
    width: 90%; margin: auto;}
.product .p_06 a img{
    transform-origin: center;}
.product .p_06 .p_textbox{
    position: relative;left: 7%;}
   
    
    
    
    
}



















