/* BASIC css start */
.header_wrap,
.header_wrap .gnb_wrap{
    background: none !important;
    border-bottom: none !important;
}

.header_wrap.fixed{
    background: rgba(255,255,255,0.9) !important;
}

.main{
    margin-top: -128px;
}



/* 메인 슬라이드 배너 영역 */

.main_title{
    padding: 60px 0 25px;
    text-align: center;
}

.main_title p{
    line-height: 1;
    color: #828282;
    font-size: 12px;
}

.main_title .text01{
    color: #232323;
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 10px;
}


/* 메인 슬라이드 배너 영역 */

.main_slider {
    margin-bottom: 50px;
}

.main_slider > ul > li:nth-of-type(1) ~ li{
    display: none;
}

.main_slider img{
    width: 100%;
}

body .main_slider .slick-dots {
    bottom: 20px;
}

body .main_slider .slick-dots li{
    background: #fff;
}


/* 서브배너01 영역 */

.sub_banner01 > ul > li{
    display: none;
}

.sub_banner01 img{
    width: 96%;
}


/* 상품슬라이드 공통 */

.slide_product{
    margin-bottom: 75px;
}

.slide_product .slick-slider{
    padding-bottom: 40px;
}

.slide_product li a{
    padding-bottom: 0px;
}


/* 중앙 띠배너 영역 */

.line_banner img{
    width: 100%;
    display: block;
}


/* 동영상 영역 */

.video_wrap{
    padding: 0 10px;
    margin-bottom: 80px;
}

.video_wrap .main_title{
    padding: 80px 0 40px;
}

.video_wrap .tab_hd{
    margin-bottom: 22px;
    text-align: center;
}

.video_wrap .tab_hd > p{
    font-size: 13.5px;
    color: #5d5d5d;
    margin: 0 15px;
    padding-bottom: 3px;
}

.video_wrap .tab_hd > p.on{
    color: #ffacaa;
    font-weight: 900;
    border-bottom: 2px solid #ffacaa;
}

.video_wrap .view_more{
    display: block;
    background: #7d7d7d;
    width: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 12.5px;
    color: #fff;
    margin-top: 10px;
}

.video_wrap .video_inner { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.video_wrap .video_inner iframe, 
.video_wrap .video_inner object, 
.video_wrap .video_inner embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}


/* 서브배너02 */

.sub_banner02  img{
    width: 100%;
}

.sub_banner02 .slick-dots{
    bottom: 20px;
}

.sub_banner02 .slick-dots li{
    background: #fff;
}

.sub_banner02 .slick-dots li.slick-active{
    background: #727272;
}


/* 서브배너03 */

.sub_banner03 img{
    width: 97%;
}


/* 후기 게시판 */

.review_wrap{}


/* 인스타그램 */

.instagram_wrap{
    padding: 0 10px 30px;
}

.instagram_wrap .main_title {
    padding-bottom: 20px;
}

.instagram_wrap .main_title .text01 {
    margin: 0px;
}

.instagram_wrap .main_title .text01 img{
    width: 91px;
}

.instagram_wrap .main_title .fright{
    color: #232323;
    font-size: 12.5px;
    margin-top: -20px;
}

.instagram_wrap .image-layer img{
    width: 96%;
}

.instagram_wrap .slick-dots{
    bottom: -25px;
}





/* BASIC css end */

