@import url('https://webfontworld.github.io/amore/AritaBuri.css'); /* font-family: 'AritaBuri'; */
@import url('https://webfontworld.github.io/amore/AritaDotum.css'); /* font-family: 'AritaDotum' */

/* responsive */
@import url(responsive.css);


*{
    font-family: 'AritaDotum'
}
body,div,span,a,p,section,ul,ol,li,dl,dt,dd,button{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,ol{list-style: none;}
a{text-decoration: none; color: #585858; cursor: pointer;}
a img{border: 0; vertical-align: top;}
img{max-width: 100%; height: auto;}
h1,h2,h3,h4,h5,h6{
    margin: 0;
    padding: 0;
}
body{
    font-size: 1.2em;
    line-height: 1.5;
    /* background-color: #dcefec; */
    background: url(../contents/Artboard\ 1.png) no-repeat;
    background-size: cover;
    height: auto;
}
/* header */
header{
    background-color: #fff;
    position: sticky;
    top:0 ;
    z-index: 1000;
}
.layout{
    max-width: 1840px;
    margin: 0 auto;
    padding-left: 1%;
    padding-right: 1%;
}
.logo{
    padding: 15px 0 15px;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    transition: 0.2s;
}
    .logo a{
        display: block;
        width: 190px;
        margin: 0 auto;
    }
.scroll_logo{
    padding: 5px 0 5px;
}
#menu{
    height: 50px;
    text-align: center;
    box-sizing: border-box;
}
#menu ul{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 21px;
}
    #menu ul a{
        margin: 0 25px;
        padding: 8px 0;
    }
    #menu ul a:hover{
        border-bottom: 2px solid #424242;
    }

/* main */
main{
    margin-bottom: 2em;
    max-width: 100%;
    margin: 0 auto;
}
main h2{
    font-weight: 600;
    font-size: 1.8em;
    margin: 50px 0 10px;
}
.main-banner{
    display: block;
    position: relative;
    margin-bottom: 30px !important;
    margin: 0 auto;
    max-width: 100%;
    text-align: center; 
    overflow: hidden;
}
.main-slide{
    display: flex;
    width: 500vw;
    height: 750px;
    overflow: hidden;
    transition: 1s;
}
.main-slide-wrap{
    position: relative;
}
.main-banner img{
    display: inline-block;
    width: 100vw;
    height: 750px;
    object-fit: cover;
    object-position: center 29%;
}
.main-slide-wrap a{
    position: absolute;
    z-index: 50;
    font-size: 18px;
    padding: 1em 4.2em;
}
.main-slide-wrap a:hover{
    color:#fff;
}
.about_brand{
    top: 47%;
    left: 50%;
}
.young-artemisia{
    top: 43%;
    left: 40%;
}
.yujabanner{
    top: 47%;
    left: 43%;
}
.redricebanner{
    top: 60%;
    left: 45%;
}

/* 신제품 */
.new-item, .notice, .social, .movie, .line{
    max-width: 100%;
    text-align: center;
    margin-bottom: 100px;
}
.new-item-wrap{
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.new-item1, .new-item2{
    position: relative;
    width: 50%;
}
#yujasun{
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    background: #e0e3cd;
    color: black;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    border-radius: 100px;
    transition: all .2s;
    padding: 0 20px;
}
#yujasun:hover{
    background: #424242;
    color: #e0e3cd;
}
#pinkplumtoner{
    position: absolute;
    top: 88%;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    background: #e0e3cd;
    color: black;
    font-weight: 400;
    font-size: 15px;
    line-height: 40px;
    border-radius: 100px;
    transition: all .2s;
    padding: 0 20px;
}
#pinkplumtoner:hover{
    background: #424242;
    color: #e0e3cd;
}
/* 새소식 */
.notice{
    margin-bottom: 150px;
}
.notice-wrap{
    margin-top:30px;
    max-width: 100%;
    position: relative;
}
.notice_box{
    display: inline-flex;
    margin: 0 30px;
    width: 29%;
    overflow: hidden;
}
.notice_box div{
    display: inline-block;
    width: 100%;
    height: 580px;
}
.notice_box div img{
    max-width: 100%;
}
.notice_box img{
    display: inline-block;
    width: 100%;
    height: 633px;
    object-fit: cover;
    object-position: center;
    transition: all 0.4s;
    cursor: pointer;
}
.remove_transition{
    transition: 0s !important ;
}
.notice-wrap button{
    overflow: hidden;
    position: absolute;
    top: 45%;
    width: 50px;
    height: 100px;
    padding: 0;
    background-color: rgba(153, 153, 153, 0.5);
    opacity: 0.5;
    cursor: pointer;
    text-align: left;
    border: none;
    transition: 0.2s;
}
.notice-wrap button:hover{
    background-color: rgba(104, 103, 103, 0.7);
    opacity: 1;;
}
#notice_prev{
    left: 13%;
}
.notice-wrap button img{
    width: 100%;
    height: 100%;
    margin: 0;
}
#notice_next{
    right: 13%;
}

/* 소셜 인스타 */
.social{
    overflow: hidden;
}
.social-gallery{
    margin-top: 20px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    align-content: center;
    transform: translate(10%);
    animation: insta-gallery linear 20s infinite ;
}
@keyframes insta-gallery {
    50%{
        transform: translate(-50%);
    }
}
.social-gallery div{
    display: inline-block;
    width: 300px;
    height: 300px;
    margin: 0 10px;
    position: relative;
    cursor: pointer;
}
.social-gallery div img{
    width: 300px;
    max-width: 300px;
    height: 300px;
    object-fit: cover;
    overflow: hidden;
}
.social-gallery div span{
    width: 100%;
    height: 41%;
    position: absolute;
    bottom: -10%;
    left: 0;
    opacity: 0;
    background-color: #fff;
    transition: 0.5s;
}
.social-gallery div:hover span{
    bottom: 0;
    opacity: 1;
}


/* 한율영상 */
.movie{
    margin: 100px 0 100px ;
}
.movie-list{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    min-width: 100%;
    margin-top: 30px;
}
#movie-active{
    display: inline-block;
    height: 630px;
    margin: 0 25px;
    width: 60%;
}
.movie-bar{
    display: inline-block;
    overflow: scroll;
    overflow-x: hidden;
    width: 23%;
    height: 630px;
}
::-webkit-scrollbar{
    width: 10px;
}
 ::-webkit-scrollbar-thumb{
        background-color: rgba(118, 139, 197, 0.7);
        border-radius: 5px;
    }
 ::-webkit-scrollbar-track{
        background-color: rgba(142, 146, 181, 0.8);
    }
.movie-bar button{
    display: block;
    width: 100%;
    background: transparent;
    margin-bottom: 15px;
    border:none;
    cursor: pointer;
}
.movie-bar button:hover{
    border: 1px solid rgba(66, 66, 66, 0.6);
}
.movie-bar button iframe{
    display: none;
}
.movie-bar span{
    display: block;
    font-size: 1.1em;
}


/* 한율 라인 */
.line{
    margin: 0;
    padding: 200px 0;
    background: url(../contents/water-line.png);
    background-size: cover;
}
.line_wrap{
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
    display: grid;
    align-items: center;
    justify-items: center;
    justify-content: center;
    grid-template-columns: repeat(5, 15%);
    grid-template-rows: repeat(3,1fr);
    grid-gap: 30px 2%;
}
.line_wrap a{
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: 0px 4px 5px 0px #424242;
    overflow: hidden;
}
.line_wrap a:hover{
    box-shadow: 0px 1px 1px 0px #424242;
}
.line_wrap a:hover img{
    filter: saturate(100%);
    transform: scale(1.05);
    opacity: 1;
}
.line_wrap img{
    width: 100%;
    position: relative;
    filter: saturate(10%);
    transition: 0.3s;
    opacity: 0.5;
}
.line_wrap a span{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    align-content: center;
}
.info-title{
    font-size: 20px;
    background-color: rgba(255, 255, 255, 0.8);
    color: black;
    width: 70%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-weight: 300;
    
}
.info-background{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all .5s;
}
    .info-background:hover{
        background-color: rgba(0, 0, 0, 0.1);
    }
/* line info-tag */
.info-tag{
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 4px 0;
    width: 100%;
    text-align: center;
    font-weight: 600; 
    z-index: 100;

}
.pureartemisi .info-tag{
    background-color: #325636;
}
.artemisial .info-tag{
    background-color: #000000;
}
.redrice .info-tag{
    background-color: #cd8a91;
}
.yuja .info-tag{
    background-color: #d9c265;
}
.pinkplum .info-tag{
    background-color: #d5935f;
}
.mentha .info-tag{
    background-color: #8eb4b5;
}
.whitechrysanthemum .info-tag{
    background-color: #c4c4c4;
}
.likenature .info-tag{
    background-color: #b1b68e;
}
.powerfulbeen .info-tag{
    background-color: #9b72af;
}
.brownleaf .info-tag{
    background-color: #938060;
}
.ginseng .info-tag{
    background-color: #c5a376;
}
.baekhwagoh .info-tag{
    background-color: #cbbeab;
}
.seoritae .info-tag{
    background-color: #7a7a7a;
}
.songdang .info-tag{
    background-color: #000000;
}

/* footer */
footer{
    text-align: center;
}
#footer-wrap{
    padding-top: 20px;
    padding-bottom: 20px;
    background: #424242;
    color: #ccc;
    line-height: 1.3;
}
#footer-wrap .layout{
    max-width: 1300px;
    height: 55px;
    padding-top: 5px;
    display: block;
    position: relative;
}
.go-to-mall, .go-beauty-point, .go-sns{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.bar{   
    display: inline-block;
    zoom: 1;
    margin: 0 2.5%;
    border-left: 1px solid #585858;
    height: 100%;
    vertical-align: top;
}

.brand-logo{
    position: relative;
    font-size: 12px;
    text-align: left;
    padding-left: 130px;
}
#appmall_logo{
    position: absolute;
    top: 13px;
    left: 48px;
    height: 15px;
}
#beauty-point-logo{
    position: absolute;
    top: 13px;
    left: 40px;
    height: 20px;
}
.brand-logo p{
    display: inline-block;
    vertical-align: middle;
    margin: 1em 1em 1em 0;
}
.footer_span{
    display: block;
}
.btn{
    border: 1px solid #999;
    text-align: center;
    line-height: 1.3;
    font-size: 1em;
    padding-left: 1.8em;
    padding-right: 1.8em;
    padding: 0.7em 2em;
    transition: 0.3s;
}
.btn span{
    color: #fff;
    font-size: 1em;
}
.btn:hover{
    background-color: #999;
}
.sns-inner{
    padding-right:80px;
    font-size: 14px;
    color: #fff;
    margin: 1em 1em 1em 0;
}
.sns-logo{
    position: absolute;
    top: 13px;
    right: 0;
}
.sns-logo a{
    display: inline-block;
    margin-left: 4px;
    color: #585858;
    transition: 0.3s;
}
.sns-logo a:hover{
    transform: scale(1.04);
}
.sns-logo a img{
    border: 0;
    vertical-align: top;
    max-width: 22px;
}
#footer-linkedarea{
    padding-bottom: 20px;
    background: #fff;
    line-height: 1.3;
}
#footer-linkedarea .layout{
    height: 95px;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.footer-li{
    display: inline-block;
    margin: 0 10px;
    padding-left: 21px;
    height: 1em;

}
.footer-li a{
    margin-top: 3px;
    color: #585858;
    font-size: 0.8em;
}
.wa-link{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}
footer .copyright{
    margin: 0;
    padding: 0.5em 0 2em;
}
