@charset "utf-8";

/* 아이템(제품) 리스트는 common.css에 있습니다 */

/*  메인공통 */
#container {padding-bottom: 120px;}
.prd_ttl {
    display: flex;
    align-items: center;
    justify-content: center;
}
.prd_ttl h2 {
    font-size:28px ;
    font-weight: 400;
}

/*  ------------------------  메인슬라이더 */

.main_visual {position: relative;}
.main_v_slider {min-width: 1200px;}
.main_v_slider .slick-slide  span {
    display: block;
    width: 100%; padding-top: 520px;
    background: no-repeat center / cover;
} 
.main_visual .slick_total {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    bottom: 30px; left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
}
.main_visual .slick_total .pause_btn {
    display: block;
    width: 37px; height: 37px;
    margin-left: auto;
    background: no-repeat center/ 37px auto;
    background-image: url(../img/btn/slider_stop.png);
}
.main_visual .slick_total .pause_btn.play {
    background-image: url(../img/btn/slider_play.png);
}
.main_visual .slick_total .slick-counter {
    display: flex;
    align-items: center;
    margin-left: 10px;
    background-color: rgba(0,0,0,.4);
    border-radius: 18.5px;
}
.main_visual .slick_total .slick-counter {
    color: #fff;
    font-size: 18px;
}
.main_visual .slick_total span {
    display: block;
    margin: 0 6px;
    font-weight: 500;
}
.main_visual .slick_total .slider_btn {
    display: block;
    width:17px;
    height: 37px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
    margin: 0 5px;
}
.main_visual .slick_total .slider_btn.prev {
    background-image: url(../img/btn/main_slider_pr.png);
}
.main_visual .slick_total .slider_btn.next {
    background-image: url(../img/btn/main_slider_ne.png);
}
/*  // 메인슬라이더 // */

/* ----------------- 카테고리 별 인기상품 */
.ct_best {
    padding-top: 80px;
}
.ct_best .prd_ttl {
    padding-bottom: 40px;
}

.best_category {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 744px;
    margin: 0 auto 20px;
}
.best_category .ct_btn {
    display: block;
    width: 16.667%;
    margin-bottom: 20px;
}

.best_category .ct_btn .ct_ico {
    position: relative;
    display: block;
    width: 84px;
    height: 84px;
    margin: 0 auto;
    border-radius: 50%;
    box-sizing: border-box;
}
.best_category .ct_btn.on .ct_ico::after {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border: 3px solid #86624a;
    border-radius: 50%;
    box-sizing: border-box;
    content: '';
}
.best_category .ct_btn .ct_ico span {
    display: block;
    background: no-repeat center/ cover;
    width: 100%; padding-top: 100%;
}
.best_category .ct_btn .ct_txt {
    display: block;
    padding-top: 16px;
    font-size: 18px;
    line-height: 1.2;
} 

/*  // 카테고리 별 인기상품 //*/

/* ---------------------   배너 1 */
.main .banner01 {
    padding: 50px 0 100px ;
}
/* // 배너1 // */

/*  --------------------------------   main_post_wrap 메인 게시글  */
.main_post_wrap .slider_item {
    display: flex;
    width: 100%;
}
.main_post_wrap .post_col {
    width: 100%;
    max-width: 302px;
}
.main_post_wrap .post_col.center {
    max-width: 540px;
    margin: 0 28px;
    flex: 0 0 auto;
}
.main_post_wrap .post_item + .post_item {
    margin-top: 40px;
}
.main_post_wrap .post_item a {
    display: block;
}
.main_post_wrap .post_item .img span {
    display: block;
    width: 100%;
    padding-top: 59.603%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.main_post_wrap .post_col.center .post_item .img span {
    padding-top: 68.519%;
}
.main_post_wrap .post_item .txt {
    margin-top: 30px;
}
.main_post_wrap .post_item .writer {
    display: block;
    font-size: 15px;
    font-weight: 400;
    color: #757575;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_post_wrap .post_item .subject {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #252525;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_post_wrap .control_box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}
.main_post_wrap .control_box .arrow_btn {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 0;
    color: transparent;
}
.main_post_wrap .control_box .arrow_btn.prev {
    background-image: url(../img/btn/main_post_pr.png)
}
.main_post_wrap .control_box .arrow_btn.next {
    background-image: url(../img/btn/main_post_ne.png)
}
.main_post_wrap .control_box .post_dot ul{
    display: flex;
    align-items: center;
    margin: 0 10px;
}
.main_post_wrap .control_box .post_dot button {
    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999em;
    background: #000;
    opacity: 0.2;
    border-radius: 50%;
}
.main_post_wrap .control_box .post_dot  li + li  {
    margin-left: 10px;
}
.main_post_wrap .control_box .post_dot .slick-active button {
    background: #86624a;
    opacity: 1;
}
/* // main_post_wrap 메인 게시글 // */


/* ------------------------  배너2 */
.main .banner02 {
    padding: 92px 0 100px ;
}
.main .banner02 a {
    display: block;
    height: 200px;
}
.main .banner02 span {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* // 배너 2 // */

/* -----------------------   gift porduct 선물하기 추천상품*/
.gift_porduct .prd_ttl {
    margin-bottom: 40px;
}
.gift_porduct .gift_category {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    
}
.gift_category .gf_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 102px;
    width: 100%;
}
.gift_category .gf_btn .gf_ico {
    display: block;
    width: 68px; height: 68px;
    margin-bottom: 14px;
}
.gift_category .gf_btn .gf_ico span {
    display: block;
    width: 100%; padding-top: 100%;
    background: no-repeat center / cover;
    border-radius: 20px;
    position: relative;
}
.gift_category .gf_btn.on .gf_ico span::after {
    content: '';
    display: block;
    position: absolute;
    top:50%; left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; height: 100%;
    border: 2px solid #86624a;
    border-radius: 20px;
}
.gift_category .gf_btn .gf_txt {
    display: block;
    font-size: 15px;
}

/*  //  gift porduct  선물하기 추천상품 // */

/*  banner03 배너3  */
.banner03 {
    position: relative;
    margin-bottom: 80px;
}
.bot_banner_slider .slick-slide a {
    display: block;
    height: 130px;
}
.bot_banner_slider a span {
    display: block;
    width: 100%; height: 100%;
    background: no-repeat center/ cover;
}

.banner03 .slick_total {
    max-width: 1200px;
    width: 100%;
    position: absolute;
    top: 30px; left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;


}
.banner03 .slick_total .slick-counter_bot {
    display: flex;
    align-items: center;
    /* margin-left: auto; */
    position: absolute;
    top: 0; right: 0;
    background: rgba(0,0,0,0.3);
    border-radius: 30px ;
    padding: 0 15px;
}
.banner03 .slick_total .slick-counter_bot span {
    color: #ffffff;
    line-height: 36px;
}
.banner03 .slick_total .slick-counter_bot i {
    font-size: 8px;
    color: #fff;
    margin: 0 8px;
}
.banner03 .slick_total .slick-counter_bot .slider_btn{
    font-size: 0;
    color: transparent;
    background: no-repeat  top 52%  center ;
    width:16px ; height:  36px;
}
.banner03 .slick_total .slick-counter_bot .prev {
    margin-left:8px ;
    background-image:url(../img/btn/main_bot_slider_pr.png);
}
.banner03 .slick_total .slick-counter_bot .next {
    position: relative;
    background-image:url(../img/btn/main_bot_slider_ne.png);
    margin-left: 2px;
}
.banner03 .slick_total .slick-counter_bot .next::after {
    content: '|';
    display: block;
    position: absolute;
    top: 50%; left: -2px;
    transform: translateY(-50%);
    font-size: 6px;
    color: rgba(255,255,255,0.6);

}
/*  //  banner03 배너3  // */

/* ---------------------------  main_insta_wrap 메인 인스타 */
.main_insta_wrap .inner {
    display: flex;
    flex-direction:column;
    align-items: center;
    width: 100%;
}
.main_insta_wrap .insta_logo {
    padding-bottom: 20px;
}
.main_insta_wrap .insta_link {
    font-size:14px ;
    color: #999999;
}
.main_insta_wrap .insta_list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top:50px ;
}
.main_insta_wrap .insta_list li {
    width:calc(12.5% - 14px) ;
    margin-right: 16px;
}
.main_insta_wrap .insta_list li:nth-of-type(8n) {
    margin-right: 0;
}
.main_insta_wrap .insta_list li:nth-child(n+9) {
    margin-top:16px ;
}
.main_insta_wrap .insta_list li span {
    display: block;
    width: 100%; padding-top: 100%;
    background: no-repeat center/ cover;
}




/* 메인 인스타 main_insta_wrap */