/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; margin-left: auto; margin-right: auto; }

.slick-track:before, .slick-track:after { content: ""; display: table; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }

[dir="rtl"] .slick-slide { float: right; }

.slick-slide img { display: block; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

/* Arrows */
.slick-prev:before { content: ""; }

.slick-next:before { content: ""; }

/* Dots */
.spot .slick-dots { position: absolute; bottom: 20px; display: block; text-align: center; }

.spot .slick-dots li { position: relative; display: inline-block; height: 3px; width: 63px; background: rgba(255, 255, 255, 0.3); cursor: pointer; }

.spot .slick-dots li + li { margin-left: 5px; }

.spot .slick-dots li button { display: block; height: 3px; width: 63px; color: transparent; cursor: pointer; }

.spot .slick-dots li button:hover, .spot .slick-dots li button:focus { outline: none; }

.spot .slick-dots li button:hover:before, .spot .slick-dots li button:focus:before { opacity: 1; }

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

.product_wrap .slick-prev, .product_wrap .slick-next { position: absolute; display: block; top: auto; bottom: 17px; height: 30px; width: 30px; line-height: 0px; font-size: 0px; cursor: pointer; color: transparent; z-index: 100; }

.product_wrap .slick-prev:before, .product_wrap .slick-next:before { display: block; color: transparent; width: 30px; height: 30px; background: url(../im/product_slick_btn_on.svg) 0 0 no-repeat; }

.product_wrap .slick-prev.slick-disabled:before, .product_wrap .slick-next.slick-disabled:before { background: url(../im/product_slick_btn_default.svg) 0 0 no-repeat; }

.product_wrap .slick-slide.slick-current.slick-center .bg { opacity: 1; animation: ani_09 .2s linear forwards; }

.product_wrap .slick-slide.slick-current.slick-center .image { opacity: 1; animation: ani_05 .4s linear forwards; }

.product_wrap .slick-slide.slick-current.slick-center .btn_area { animation: show_up .6s linear forwards; }

.product_wrap .slick-initialized.select2 .slick-slide:nth-child(1) .btn_area { animation: hide_up .3s linear forwards; }

.product_wrap .slick-initialized.select2 .slick-slide:nth-child(2) .btn_area { animation: show_up .3s linear forwards; }

.product_wrap .slick-initialized.select2 .slick-slide:nth-child(3) .btn_area { animation: hide_up .3s linear forwards; }

.product_wrap .slick-initialized.select3 .slick-slide:nth-child(2) .btn_area { animation: hide_up .3s linear forwards; }

.product_wrap .slick-initialized.select3 .slick-slide:nth-child(3) .btn_area { animation: show_up .3s linear forwards; }

.product_wrap .slick-prev { right: calc(50% - 125px); }

.product_wrap .slick-next { left: auto; right: calc(50% - 160px); }

.product_wrap .slick-next::before { transform: rotate(-180deg); }

.product_wrap .slick-dots { position: absolute; bottom: 0; display: block; text-align: center; }

.product_wrap .slick-dots li { position: relative; display: inline-block; height: 3px; width: 105px; background: #B9B9B9; opacity: 0.4; cursor: pointer; }

.product_wrap .slick-dots li + li { margin-left: 5px; }

.product_wrap .slick-dots li button { display: block; height: 3px; width: 105px; color: transparent; cursor: pointer; }

.product_wrap .slick-dots li button:hover, .product_wrap .slick-dots li button:focus { outline: none; }

.product_wrap .slick-dots li button:hover:before, .product_wrap .slick-dots li button:focus:before { opacity: 1; }

.product_wrap .slick-dots li.slick-active { opacity: 1; }

.function_wrap .slick-prev, .function_wrap .slick-next { position: absolute; display: block; top: auto; bottom: 17px; height: 30px; width: 30px; line-height: 0px; font-size: 0px; cursor: pointer; color: transparent; z-index: 100; }

.function_wrap .slick-prev:before, .function_wrap .slick-next:before { display: block; color: transparent; width: 30px; height: 30px; background: url(../im/product_slick_btn_on.svg) 0 0 no-repeat; }

.function_wrap .slick-prev.slick-disabled:before, .function_wrap .slick-next.slick-disabled:before { background: url(../im/product_slick_btn_default.svg) 0 0 no-repeat; }

.function_wrap .slick-prev { right: 35px; }

.function_wrap .slick-next { right: 0; }

.function_wrap .slick-next::before { transform: rotate(-180deg); }

.function_wrap .slick-dots { position: absolute; bottom: 0; display: block; text-align: center; }

.function_wrap .slick-dots li { position: relative; display: inline-block; height: 3px; width: 80px; background: #B9B9B9; opacity: 0.4; cursor: pointer; }

.function_wrap .slick-dots li + li { margin-left: 5px; }

.function_wrap .slick-dots li button { display: block; height: 3px; width: 63px; color: transparent; cursor: pointer; }

.function_wrap .slick-dots li button:hover, .function_wrap .slick-dots li button:focus { outline: none; }

.function_wrap .slick-dots li button:hover:before, .function_wrap .slick-dots li button:focus:before { opacity: 1; }

.function_wrap .slick-dots li.slick-active { opacity: 1; }

.review_wrap .slick-dots { position: absolute; top: 50px; left: 50%; transform: translate(-50%, 0); display: block; text-align: center; font-size: 0; }

.review_wrap .slick-dots li { position: relative; display: inline-block; height: 7px; width: 7px; background: #ddd; border-radius: 50%; cursor: pointer; }

.review_wrap .slick-dots li + li { margin-left: 16px; }

.review_wrap .slick-dots li button { display: block; height: 7px; width: 7px; color: transparent; cursor: pointer; }

.review_wrap .slick-dots li button:hover, .review_wrap .slick-dots li button:focus { outline: none; }

.review_wrap .slick-dots li button:hover:before, .review_wrap .slick-dots li button:focus:before { opacity: 1; }

.review_wrap .slick-dots li.slick-active { background-color: #272727; }

.desktop_section_wrap .slick-dots { display: block; margin: 5px 0 0 0; text-align: center; }

.desktop_section_wrap .slick-dots li { position: relative; display: inline-block; width: 46px; height: 27px; cursor: pointer; }

.desktop_section_wrap .slick-dots li + li { margin-left: 25px; }

.desktop_section_wrap .slick-dots li:nth-child(1) button { width: 46px; height: 27px; background: url(../im/livestream_dot1_off.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(1) button:hover { background: url(../im/livestream_dot1_hover.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(1) button:focus { background: url(../im/livestream_dot1_click.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(1).slick-active button { background: url(../im/livestream_dot1_on.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(2) button { width: 46px; height: 27px; background: url(../im/livestream_dot2_off.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(2) button:hover { background: url(../im/livestream_dot2_hover.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(2) button:focus { background: url(../im/livestream_dot2_click.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(2).slick-active button { background: url(../im/livestream_dot2_on.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(3) button { width: 46px; height: 27px; background: url(../im/livestream_dot3_off.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(3) button:hover { background: url(../im/livestream_dot3_hover.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(3) button:focus { background: url(../im/livestream_dot3_click.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li:nth-child(3).slick-active button { background: url(../im/livestream_dot3_on.svg) 0 0 no-repeat; }

.desktop_section_wrap .slick-dots li button { display: block; width: 46px; height: 27px; color: transparent; cursor: pointer; }

.desktop_section_wrap .slick-dots li button:hover, .desktop_section_wrap .slick-dots li button:focus { outline: none; }

.desktop_section_wrap .slick-dots li button:hover:before, .desktop_section_wrap .slick-dots li button:focus:before { opacity: 1; }

.desktop_section_wrap .slick-dots li.slick-active { opacity: 1; }

.slick-dots { position: absolute; list-style: none; display: block; text-align: center; padding: 0; margin: 0; width: 100%; }

.slick-dots li { position: relative; display: inline-block; cursor: pointer; }

.slick-dots li button { border: 0; background: transparent; display: block; outline: none; line-height: 0px; font-size: 0px; color: transparent; cursor: pointer; }

.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; }

