@charset 'UTF-8';

/*내가 작업한 메인*/
div.slider{overflow:hidden; width:100%;}
div.slider div{width:100%; height:760px;}

/* main */
div.mainvisual_01{background:url('../images_common/mainVisual_01.jpg') #ab9685 center no-repeat;}
div.mainvisual_02{background:url('../images_common/mainVisual_02.jpg') #ebe4d3 center no-repeat;}
div.mainvisual_03{background:url('../images_common/mainVisual_03.jpg') #020913 center no-repeat;}
div.mainvisual_04{background:url('../images_common/mainVisual_04.jpg') #d8cfbc center no-repeat;}
div.mainvisual_05{background:url('../images_common/mainVisual_05.jpg') #f1f1f1 center no-repeat;}


/* sub_01-1 */
div.subvisual_01-1_01{background:url('../images_common/01-1_subrolling_01.jpg') #e0d6c2 center no-repeat;}
div.subvisual_01-1_02{background:url('../images_common/01-1_subrolling_02.jpg') #cbc8b2 center no-repeat;}
div.subvisual_01-1_03{background:url('../images_common/01-1_subrolling_03.jpg') #cdc5b2 center no-repeat;}
div.subvisual_01-1_04{background:url('../images_common/01-1_subrolling_04.jpg') #eee5ca center no-repeat;}
div.subvisual_01-1_05{background:url('../images_common/01-1_subrolling_05.jpg') #e1d6c2 center no-repeat;}
div.subvisual_01-1_06{background:url('../images_common/01-1_subrolling_06.jpg') #cdc4b2 center no-repeat;}
div.subvisual_01-1_07{background:url('../images_common/01-1_subrolling_07.jpg') #f8f8f8 center no-repeat;}
div.subvisual_01-1_08{background:url('../images_common/01-1_subrolling_08.jpg') #f8e8ed center no-repeat;}
div.subvisual_01-1_09{background:url('../images_common/01-1_subrolling_09.jpg') #ececec center no-repeat;}


/* sub_01-2 */
div.subvisual_01-2_01{background:url('../images_common/01-2_subrolling_01.jpg') #f6feff center no-repeat;}
div.subvisual_01-2_02{background:url('../images_common/01-2_subrolling_02.jpg') #f7f4ed center no-repeat;}
div.subvisual_01-2_03{background:url('../images_common/01-2_subrolling_03.jpg') #4c313a center no-repeat;}

/* sub_02 */
div.subvisual_02_01{background:url('../images_common/02_subrolling_01.jpg') #d5cbbf center no-repeat;}
div.subvisual_02_02{background:url('../images_common/02_subrolling_02.jpg') #241212 center no-repeat;}
div.subvisual_02_03{background:url('../images_common/02_subrolling_03.jpg') #d8cfbc center no-repeat;}
div.subvisual_02_04{background:url('../images_common/02_subrolling_04.jpg') #ded9be center no-repeat;}
div.subvisual_02_05{background:url('../images_common/02_subrolling_05.jpg') #d1bfa0 center no-repeat;}

/* sub_03 */
div.subvisual_03_01{background:url('../images_common/03_subrolling_01.jpg') #f4f4f4 center no-repeat;}
div.subvisual_03_02{background:url('../images_common/03_subrolling_02.jpg') #d5cbbf center no-repeat;}
div.subvisual_03_03{background:url('../images_common/03_subrolling_03.jpg') #ebebeb center no-repeat;}

/* sub_04 */
div.subvisual_04_01{background:url('../images_common/04_subrolling_01.jpg') #f9fefd center no-repeat;}
div.subvisual_04_02{background:url('../images_common/04_subrolling_02.jpg') #d8cfbc center no-repeat;}
div.subvisual_04_03{background:url('../images_common/04_subrolling_03.jpg') #241212 center no-repeat;}

/* sub_05 */
div.subvisual_05_01{background:url('../images_common/05_subrolling_01.jpg') #e8f1f5 center no-repeat;}
div.subvisual_05_02{background:url('../images_common/05_subrolling_02.jpg') #dae4e2 center no-repeat;}
div.subvisual_05_03{background:url('../images_common/05_subrolling_03.jpg') #cbd1d1 center no-repeat;}
div.subvisual_05_04{background:url('../images_common/05_subrolling_04.jpg') #aeaeae center no-repeat;}
div.subvisual_05_05{background:url('../images_common/05_subrolling_05.jpg') #d7c7a8 center no-repeat;}





/* Slider */
.slick-loading .slick-list
{
    background: #fff url('../../home/images_kr/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../css/fonts/slick.eot');
    src: url('../css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('../css/fonts/slick.woff') format('woff'), url('../css/fonts/slick.ttf') format('truetype'), url('../css/fonts/slick.svg#slick') format('svg');
}

/*product view버튼*/
p.btn_viewproduct{width:179px; height:48px; position: absolute; top: 450px; left:50%; display: block;}

/* Arrows */
.slick-prev,
.slick-next
{
	font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block; width:60px; height:86px;
	background: red;

    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    
	
	z-index:200; /*이 값이 있어야만 이전 버튼이 위로 올라옴. 찾는데 한참걸림 -_-*/
}

.slick-prev{background:url(../../home/images_kr/arrow.png);}
.slick-next{background:url(../../home/images_kr/arrow.png) right 0;}

.slick-prev:hover,
.slick-prev:focus
{
    color: transparent;
    outline: none;
    /*background: transparent;*/
	background:url(../../home/images_kr/arrow.png) left bottom;
}
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    /*background: transparent;*/
	background:url(../../home/images_kr/arrow.png) right bottom;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

.slick-prev /*이전 버튼 위치 조정*/
{
	position: absolute;
    top: 50%; left:50%; margin-left:-613px;

    display: block;
}
[dir='rtl'] .slick-prev
{
    
}
.slick-prev:before
{
    /*content: '←';*/
}
[dir='rtl'] .slick-prev:before
{
   /* content: '→';*/
}

.slick-next /*다음 버튼 위치 조정*/
{
	position: absolute;
    top: 50%; left:50%; margin-left:554px;

    display: block;
}
[dir='rtl'] .slick-next
{
    
}
.slick-next:before
{
    /*content: '→';*/
}
[dir='rtl'] .slick-next:before
{
    /*content: '←';*/
}

/* Dots */
.slick-dotted.slick-slider
{
    
}

.slick-dots
{
    position: absolute;
    bottom: 45px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 1x;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 7px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 14px; /*도트크기조정*/
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 14px;
    height: 14px;

    content: ''; 
	background:url(../../home/images_kr/dot.png) top no-repeat;
    text-align: center;

    opacity: 1;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1;
	background:url(../../home/images_kr/dot.png) bottom no-repeat;
    color: #df2c55; /*활성화 도트 색상지정*/
}
