/* BASIC css start */
.slick-slide, .slick-slide a, .slick-slide img {
    outline: 0;
}

.slick-slide img {
    width: 100%;
}


.main_banner {
    width: 100%;
    margin: 0 auto;
}

.main_banner .big_banner {width: 100%;}


.main_banner .side_banner {float: left;width: 50%;margin-top: 5px;}

.main_banner .side_banner + .side_banner {
} 
.main_banner .side_banner img {
    width: 99%;
}
.main_banner .big_banner .slick-dots {
    position: absolute;
    right: 15px;
    bottom: 7px;
}

.main_banner .big_banner .slick-dots li {
    display: inline-block;
    margin-left: 6px;
}

.main_banner .big_banner .slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
    outline: 0;
    border: 0;
}

.main_banner .big_banner .slick-dots li.slick-active {}

.main_banner .big_banner .slick-dots li.slick-active button {
    background: #a48f78;
}
  


/* tit */
.tit.-effect {
    text-align: center;
    font-size: 10px;
    padding: 42px 0 14px 0;
    margin-bottom: 30px;
}

.tit.-effect:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    margin: 25px 0 0 0;
    background: #e6e6e6;
}

.tit.-effect span {
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    letter-spacing: 4px;
    position: relative;
}


.tit.-effect span:after {
    content: '';
    width: 0px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin: 25px 0 0 0;
    background: #e6e6e6;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tit.-effect.on span {}

.tit.-effect.on span:after {
    background: #000;
    width: 110%;
    left: -5%;
}
.list_style {
    text-align: center;
    padding-bottom: 24px;
    line-height: 1;
    font-size: 0;
}

.list_style a {
    display: inline-block;
    margin: 0 8px;
    width: 16px;
    height: 16px;
}

.list_style a img {
    width: 18px;
}
.list_style a.list1 {
    background: url(/design/hihi1125/macaron/m_images/prd_list1.png) no-repeat;
    background-size: 16px;
}

.list_style a.list2 {
    background: url(/design/hihi1125/macaron/m_images/prd_list2.png) no-repeat;
    background-size: 16px;
}

.list_style a.list3 {
    background: url(/design/hihi1125/macaron/m_images/prd_list3.png) no-repeat;
    background-size: 16px;
}
.list_style a.list1.over {
    background: url(/design/hihi1125/macaron/m_images/prd_list1_hover.png) no-repeat;
    background-size: 16px;
}
.list_style a.list2.over {
    background: url(/design/hihi1125/macaron/m_images/prd_list2_hover.png) no-repeat;
    background-size: 16px;
}
.list_style a.list3.over {
    background: url(/design/hihi1125/macaron/m_images/prd_list3_hover.png) no-repeat;
    background-size: 16px;
}

.prd_wrap {}

.prd_wrap .prd1x, .prd_wrap .prd2x, .prd_wrap .prd3x {
    padding: 0 10px;
    font-size: 0;
}

.prd_list .desc {
    text-align: center;
    padding-top: 18px;
    padding-bottom: 33px;
}
.prd_list .desc a {
    font-size: 11px;
    color: #000000;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 300;
} 
.prd_list .desc a li.prd-price {
    padding-top: 1px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}

.prd_list .desc a li.prd-color {
    padding-top: 7px;
}

.prd_list .desc a li.prd-color span {
    font-size: 10px;
    margin: 0 2px;
}

.prd_list .thumb {
    border: 1px solid #f0f0f0;
}

.prd_list .thumb img {
    width: 100%;
}
 


.prd2x {}

.prd2x .prd_list {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.prd2x .prd_list:nth-child(2n+1) {
    margin-right: 2%;
}

.prd1x .prd_list {
    width: 100%;
    display: inline-block;
}

.prd3x .prd_list {
    display: inline-block;
    width: 32%;
    vertical-align: top;
    margin-left: 2%;
}

.prd3x .prd_list:nth-child(3n+1) {
    margin-left: 0;
}

button.white_more {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    color: #b2b2b2;
    font-size: 10px;
    border: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 50px;
    letter-spacing: 4px;
}

#instagram {
    padding-top: 70px;
    text-align: center;
}

#instagram .insta_tit {
    margin-bottom: 30px;
    font-family: 'Reem Kufi', sans-serif;
    color: #000000;
    font-size: 14px;
    letter-spacing: 2.3px;
}

#instagram .insta_tit img {
    width: 18px;
    margin-bottom: 15px;
}

#instagram .insta_tit span {
    color: #a48f78;
}

#instagram .instagram_feed {
    padding: 0 10px;
}

#instagram .instagram_feed img {
    max-width: 100%;
} 

/* BASIC css end */

