@charset "utf-8";
@import url(NotoSansKR-Hestia.css);
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);/*L300 R400 B700 EB800*/
@font-face { font-family: 'S-CoreDream-2ExtraLight'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-4Regular'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-3Light'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff'); font-weight: normal; font-style: normal; }
@font-face { font-family: 'S-CoreDream-6Bold'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff'); font-weight: normal; font-style: normal; }

html {
    scroll-behavior: smooth;
}
html,body{ width:100%; min-width:1300px;}
.left_pull{float:left;}
.h10{height:10px;}
.h20{height:20px;}
.h30{height:30px;}
.h40{height:40px;}
.h50{height:50px;}
.h60{height:60px;}
.h70{height:70px;}
.h80{height:80px;}
.h90{height:90px;}
.h100{height:100px;}
.w33{width:33.33333333%}
.w20{width:20%}
.w5{width:5%}
.w10{width:10%}
.w25{width:25%}
.w30{width:30%}
.w40{width:40%}
.w60{width:60%}
.w50{width:50%}
.w70{width:70%}
.w80{width:80%}
.w90{width:90%}
.w33m{width:33.33333333%}
.w20m{width:20%}
.w5m{width:5%}
.w10m{width:10%}
.w25m{width:25%}
.w30m{width:30%}
.w40m{width:40%}
.w60m{width:60%}
.w50m{width:50%}
.w70m{width:70%}
.w80m{width:80%}
.w90m{width:90%}
.f12{font-size:12px !important;}
.f14{font-size:14px !important;}
.f16{font-size:16px !important;}
.f18{font-size:18px !important;}
.f20{font-size:20px !important;}
.f22{font-size:22px !important;}
.f25{font-size:25px !important;}
.f30{font-size:30px !important;}
.f35{font-size:35px !important;}
.f40{font-size:40px !important;}
.f45{font-size:45px !important;}
.f50{font-size:50px !important;}
.f100{font-size:100px;}
.f100{font-size:100px; font-weight:100 !important;}
.m_color{ color:#b18b66;}
.plus_icon{ display:table-cell; vertical-align:middle;}
.fw100{ font-weight:100 !important;}
.fw300{ font-weight:100 !important;}
.fw500{ font-weight:500 !important;}
.fw900{ font-weight:900 !important;}
.g333c{color:#333 !important;}
.text_left{text-align:left !important;}
.text_right{text-align:right !important;}
.text_center{text-align: center !important;}
.letter_sp{ letter-spacing:-1px;}
.letter_sp5{ letter-spacing:5px;}
.letter_sp10{ letter-spacing:10px;}
.letter_sp20{ letter-spacing:20px;}
.clear_fix{clear:both !important;}
.c_w{ color:#000 !important;}
.c_b{ color:#000 !important;}
.c_y{ color:#e5cc68 !important;}
.hive_b{ width:100%; max-width:1200px !important; margin:0 auto; font-size:13px; padding:50px 0 50px 0; }
@media only screen and (max-width: 1300px) 
{html,body{ width:100%; min-width:300px; overflow-x:hidden;}}
@media only screen and (max-width: 900px) 
{
html,body{ width:100%; min-width:300px; overflow-x:hidden;}
.w33m{width:33.33333333%}
.w20m{width:20%}
.w5m{width:5%}
.w10m{width:10%}
.w25m{width:25%}
.w30m{width:30%}
.w40m{width:40%}
.w60m{width:60%}
.w50m{width:100%}
.w70m{width:70%}
.w80m{width:80%}
.w90m{width:90%}	
.f16{font-size:14px !important;}
}
.noto {
    font-family:'Noto Sans Korean', sans-serif; 
}
.mj{/*font-family: 'Jeju Myeongjo', serif;*/ font-family: 'Nanum Myeongjo', serif;
letter-spacing:-1px;

}

/* 메뉴 */
.scroll-menu{
    width: 100%;
	z-index:10000000;
	margin-top:0px;
	position: absolute; 
	top:15px;
	max-width:1500px;
	left:0px;
	right:0px;
	margin:auto;
	height:70px;
	padding-top:0px;
	/**background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/ov_nav.jpg);**/
	background-repeat:no-repeat;
	 -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background:rgba(0,0,0,0.8);
	background:#fff;
	}
.scroll-menu:hover{ /**background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/ov_nav.jpg);**/
  background:rgba(0,0,0,1);
background:#fff;
}
.scroll-fixed{
    position: fixed;
	top:0px;
	 background:rgba(0,0,0,0.8);
	height:70px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background:#fff;
	 }
.scroll-fixed:hover{
    position: fixed;
	top:0px;
     background:rgba(0,0,0,1);
background:#fff;
	 -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top:0px;
   }
 

@media only screen and (max-width: 1024px) 
{
	.scroll-menu{
    width: 100%;
	z-index:10000000;
	height:80px;
	margin-top:-0px;
	position:absolute !important; top:0px;
	left:0px;
	background:rgba(0,0,0,1);	
	background:#fff;
}
.scroll-fixed{
    position: fixed !important;
	top:0px;
	height:80px;
	background:rgba(0,0,0,1);	
	margin-top:0px;
	display:none;
	background:#fff;
 }
.scroll-fixed:hover{
    position: fixed;
	top:0px;
	height:80px;
	padding-top:0px;
	 background:rgba(0,0,0,1);
	background-position:0px 80px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top:0px;
	background:#fff;
}
}
body{overflow-x:hidden;}
.no_back { background:#none!important;}
.m_on_footers{display:none ; visibility:hidden;}
* {margin:0; padding:0; outline:0}
#header{width:100%; height: auto; }
.nav_new { line-height:70px; width:100%; background:rgba(0,0,0,1);  margin:0 auto;   z-index:1000;-webkit-transition: all 0.5s ease;background:#fff;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;}
.menu_new {width:auto; }
.menu_new a {float:left; color:#111; text-decoration:none; font-size:18px; text-align:center; padding-top:0px; padding:0px 0px 0 0px;font-family:'S-CoreDream-4Regular','Noto Sans Korean', sans-serif;letter-spacing:-1px;}

.menu_new a:hover {color:#111; }
.menu_new li:hover { -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;  }
.menu_new {list-style:none;  text-align:center; width:100%; margin:0 auto; position:relative;}
.menu_new li {position:relative;  float:left; z-index:1000; margin:0 2.7%;}

.fix_menu{display:none;  list-style:none; left:50%; margin-left:-650px !important; max-width:1300px;  width:100%;background:rgba(255,255,255,1); position: fixed; top:100px; height:70px; }
.fix_menu2{display:none;  list-style:none;   left:50%; margin-left:-650px !important max-width:1300px; width:100%; background:rgba(255,255,255,1); position: fixed; top:70px !important;  }
#on_nav_new1{margin-left:300px;}
.border_top_nav{text-align:center;}
#nav_menu1{  width:100%; height:220px;}
#nav_menu2{ width:100%; height:220px;}
#nav_menu3{  width:100%; height:220px;}
#nav_menu4{  width:100%; height:220px;}
#nav_menu5{  width:100%; height:220px;}
#nav_menu6{ bwidth:100%; height:220px;}
.conters{}
#on_nav_new1 ul { margin-left:0px }
#on_nav_new2 ul {margin-left:0px; }
#on_nav_new3 ul {margin-left:0px; }
#on_nav_new4 ul {margin-left:0px; }
#on_nav_new5 ul {margin-left:0px; }
#on_nav_new6 ul {margin-left:0px; }
#on_nav_new7 ul {margin-left:0px; }
#on_nav_new8 ul {margin-left:0px; }
#on_nav_new9 ul {margin-left:0px; }
#on_nav_new10 ul {margin-left:0px; }
#on_nav_new11 ul {margin-left:0px; }
#on_nav_new12 ul {margin-left:0px; }
.menu_new ul li {float: left;  border-left:0px solid #f; padding:0 0.5%;margin:0 1%;}
.menu_new ul li a, li.menu_newhover li a, li.menu_newhover li.menu_newhover li a {float:none; color:#333; font-size:18px; width:100%;  padding:0px 5px 0px 5px !important; margin:0px 0 0px 0 !important;  display:block; background:none; height:50px; line-height:50px;}
.menu_new ul li a:hover, li.menu_newhover li a:hover, li.menu_newhover li.menu_newhover li a:hover { -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	color:#1f1c68;
	}
.menu_new ul li span, li.menu_newhover li span, li.menu_newhover li.menu_newhover li span {float:none; display:block; background:none;}
.menu_new ul ul { position:absolute; width:100%;   background:#ff775c;  }

.cool-link3  {
    text-decoration: none;
	z-index:100; opacity:1
}

.cool-link3 a::after {
    content: '';
    display: block;
    width: 0;
	height: 1px;
    background: #1f1c68;
	margin-top:-4px;
    transition: width .3s;
	
	
}


.cool-link3:hover a::after {
    width: 100%;
		
    transition: width .3s;
}
.cool-link4 {opacity:1;
    text-decoration: none;
	z-index:100;
}

.cool-link4::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
	background: #fff;
	margin-top:50px;
    transition: width .3s;
}

.cool-link4:hover::after {
    width:100%;
    transition: width .3s;
}
.cool-link4.border1::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
	background: #fff;
	margin-top:58px;
    transition: width .3s;
}

.cool-link4.border1:hover::after {
    width:100%;
    transition: width .3s;
}

@media only screen and (max-width: 1440px){
.scroll-menu{max-width:1200px;}
.menu_new li{margin:0 1.8%;}
.menu_new a{font-size:16px;}
.fix_menu{margin-left:-45% !important;width:90%;}
.menu_new ul li {padding:0 1.5%;margin:0 0.3%;}
.menu_new ul li a, li.menu_newhover li a, li.menu_newhover li.menu_newhover li a{font-size:17px;}
}
@media only screen and (max-width: 1200px){
.scroll-menu{/*max-width:1000px;*/}
.menu_new li{margin:0 1.7%;}
.menu_new a{font-size:15px;}
.menu_new>a>img{width:180px;padding-top:4px;}
#on_nav_new1{margin-left:260px;}
.menu_new .cool-link3 a{font-size:16px;}
.menu_new ul li {padding:0 1.5%;margin:0 0%;}
}


@media only screen and (max-width: 1024px) 
{
.m_on_footers{display: block ; visibility: visible;}	
}
.main_color{ color:#6C5A51;}
.login_color a{ color:#666;}
.login_color2 a{ color:#fff;}
.gy_lines{ font-size:12px; color:#CCC;}


/* 메뉴 */
.m_top_qu{position: absolute; top:0px; left:20px; z-index:1000;}
.pop-lay8 {display:none; position: fixed; top:0px; background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/pop_bg.png); left:0px; width:100%; height:100%;    z-index: 1000000000000000000; padding-top:0px;}  
.pop-lay8.pop-container8  { width:100%;  max-width:620px;    position: absolute; left:0px; margin-right:0%;  overflow-x:hidden;}
.pop-lay8 p.ctxt {color: #666; }
.pop-lay8 .btn-r8 {width: 100%; margin:0px; padding-top: 0px;   text-align:right; text-decoration:none;}
a.cbtn8 { position: absolute; top:10px;left:10px;-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;} 
.pop-conts8{background:#fff;}
.top_imgs{width:25%;}


.pop-lay9 {display:none; position: fixed; top:0px; background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/pop_bg.png); left:0px; width:100%; height:auto; min-height:1250px;   z-index: 10000000;}  
.pop-lay9 .pop-container9 { width:100%;  max-width:500px; height: auto; min-height:1200px; background:#fff; position:absolute; left:0px; margin-right:0%; top:0px;overflow-y:scroll; overflow-x:hidden;}
.pop-lay9 p.ctxt {color: #666; }
.pop-lay9 .btn-r9 {width: 100%; margin:0px; padding-top: 0px;  text-align:right; text-decoration:none;}
a.cbtn9 { position: absolute; top:15px; right:15px; z-index:} 
a.cbtn9:hover {}

.pop-lay1 {display:none; position: fixed; background:rgba(255,255,255,1); border:0px solid #596fca; top:100px; left:0px; right:0px; margin: auto;width:100%; max-width:1300px; height:500px;   z-index: 1000000;} 
.pop-lay11 {display:none; position: fixed; background:rgba(255,255,255,1); border:0px solid #596fca; top:70px; left:0px; right:0px; margin: auto; width:100%; max-width:1300px;height:500px;   z-index: 1000000;}  
.pop-lay1 .pop-container1 { width:100%;  height:100%;  }
.pop-lay1 p.ctxt {color: #666; }
.pop-lay1 .btn-r1 {width: 100%; margin:0px; padding-top: 0px;  text-align:right; text-decoration:none;}
a.cbtn1 { position: absolute; top:0px; right:0px; z-index:1000;} 
a.cbtn1:hover {}


.pop-lay2 {display:none; position: fixed;  background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/pop_bg.png); top:0px; left:0px; width:100%; height:100%;   z-index: 1000000;}  
.pop-lay2 .pop-container2 { width:100%;  height:100%;  }
.pop-lay2 p.ctxt {color: #666; }
.pop-lay2 .btn-r1 {width: 100%; margin:0px; padding-top: 0px;  text-align:right; text-decoration:none;}
a.cbtn2 { position: absolute; top:0px; right:0px; z-index:1000;} 
a.cbtn2:hover {}


@media only screen and (max-width: 1024px) 
{
	
.pop-lay9 {display:none; position: fixed; top:0px; background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/pop_bg.png); left:0px; width:100%; height:auto; min-height:3550px;   z-index: 10000000;}  
.pop-lay9 .pop-container9 { width:100%;  max-width:100%; height: auto;  background:#fff; position:absolute; left:0px; margin-right:0%; top:0px;overflow-y:scroll; overflow-x:hidden;  -webkit-overflow-scrolling: touch;}
.pop-lay9 p.ctxt {color: #666; }
.pop-lay9 .btn-r9 {width: 100%; margin:0px; padding-top: 0px;  text-align:right; text-decoration:none;}
a.cbtn9 { position: absolute; top:15px; right:15px; z-index:} 
a.cbtn9:hover {}

}

@media only screen and (max-height: 700px) 
{
.pop-lay9 .pop-container9 { width:100%;  max-width:920px; height: 600px; min-height:600px;  -webkit-overflow-scrolling: touch; background:#fff; position:absolute; left:0px; margin-right:0%; top:0px;overflow-y:scroll; overflow-x:hidden;}
	
}

/* 모바일 메뉴 */

#tab_m_menus{
  z-index:100000000000000000000000000000;
  width:50%;

  margin: 0;
  padding: 0;
  list-style: none;
  
 
}

#tab_m_menus li{
 height:55px; line-height:55px;
 text-align:center;
  background:#6d6e70;/*****메뉴 색 모바일****/
 border-bottom:1px solid #767678;
}

#tab_m_menus a{
	 text-decoration:none;
	 color:#fff;
	 
	 display:block;
	 font-size:14px;
	  font-family: 'Noto Sans Korean', sans-serif; font-weight:100;
	 

}

#tab_m_menus a:hover,
#tab_m_menus a:hover::after,
#tab_m_menus a:focus,
#tab_m_menus a:focus::after{
  background: #333;
  color:#fff;
  display:block;
}

#tab_m_menus a:focus{
  outline: 0;
}

#tab_m_menus a::after{

 
}

#tab_m_menus #current a,
#tab_m_menus #current a::after{
  background:#333;/*****메뉴 색 모바일****/
  display:block;
  z-index: 3;
  color:#fff;
}

/* ------------------------------------------------- */

#content
{ width:50%;

    background: #000;
  

}

#content h2, #content h3, #content p
{
   
}

/* ------------------------------------------------- */

#about
{
    color: #999;
}

#about a
{
    color: #eee;
}
.left_menu{float:left;}

.all_menu_size_m li {float:left; width:99%; background:#000; height:50px; list-style:none; margin:1px; border:0px; padding:0px; line-height:46px; text-align:center; border-bottom:1px solid #333;}
.all_menu_size_m li a {color:#fff; display:block;  font-size:14px;
	  font-family: 'Noto Sans Korean', sans-serif; font-weight:500;}
#members_m li{float:left; width:49%; border-right: 1px solid #f1f1f1;border-top: 1px solid #333; border-bottom:1px solid #333; height:30px; line-height:30px; text-align:center;}
.loca{ float:left;}

.pop-lay8 {
    animation-name:pop-lay8_eff; 
    animation-duration:  0.6s;
    animation-iteration-count:1;/* infinite;*/
    animation-direction: reverse;
    animation-timing-function :ease-in-out;
	animation-delay: 0s;
	animation-fill-mode:forwards;
	animation-timing-function :ease-in-out;

	}

@keyframes pop-lay8_eff {
    from {top:0px; }
	 to { top:-300px;  }
}
.pop-lay9 {
    animation-name:pop-lay9_eff; 
    animation-duration:  0.4s;
    animation-iteration-count:1;/* infinite;*/
    animation-direction: reverse;
    animation-timing-function :ease-in-out;
	animation-delay: 0s;
	animation-fill-mode:forwards;
	animation-timing-function :ease-in-out;



	}

@keyframes pop-lay9_eff {
    from {left:0px; }
	 to { left:-300px;  }
}

.ani_fade1{
    animation-name:ani_fade1; 
    animation-duration:  0.6s;
    animation-iteration-count:1;/* infinite;*/
    animation-direction: reverse;
    animation-timing-function :ease-in-out;
	animation-delay: 0.2s;
	animation-fill-mode:forwards;
	animation-timing-function :ease-in-out;
	opacity:0;

	}

@keyframes ani_fade1 {
    from {margin-right:0px; opacity:1;}
	 to { margin-right:-20px;  }
}
.ani_fade2{
    animation-name:ani_fade2; 
    animation-duration:  0.6s;
    animation-iteration-count:1;/* infinite;*/
    animation-direction: reverse;
    animation-timing-function :ease-in-out;
	animation-delay: 0.4s;
	animation-fill-mode:forwards;
	animation-timing-function :ease-in-out;
	opacity:0;

	}

@keyframes ani_fade2 {
    from {margin-right:0px; opacity:1; }
	 to { margin-right:-20px;  }
}
.ani_fade3{
    animation-name:ani_fade3; 
    animation-duration:  0.6s;
    animation-iteration-count:1;/* infinite;*/
    animation-direction: reverse;
    animation-timing-function :ease-in-out;
	animation-delay: 0.2s;
	animation-fill-mode:forwards;
	animation-timing-function :ease-in-out;
	opacity:0;

	}

@keyframes ani_fade3 {
    from {margin-top:0px; opacity:1; }
	 to { margin-top:-20px;  }
}

.ani_fade4{
    animation-name:ani_fade4; 
    animation-duration:  0.6s;
    animation-iteration-count:1;/* infinite;*/
    animation-direction: reverse;
    animation-timing-function :ease-in-out;
	animation-delay: 0.2s;
	animation-fill-mode:forwards;
	animation-timing-function :ease-in-out;
	opacity:1;

	}

@keyframes ani_fade4 {
    from {margin-top:0px; opacity:1; }
	 to { margin-top:-10px;  }
}

.ani_fade5{
    animation-name:ani_fade5; 
    animation-duration:  0.6s;
    animation-iteration-count:1;/* infinite;*/
    animation-direction: reverse;
    animation-timing-function :ease-in-out;
	animation-delay: 0.2s;
	animation-fill-mode:forwards;
	animation-timing-function :ease-in-out;
	opacity:1;

	}

@keyframes ani_fade5 {
    from {margin-left:0px; opacity:1; }
	 to { margin-left:-10px;  }
}

/* 모바일 메뉴 */

/****메뉴 애니메이션****/
#nav .over.on
{
    color:#FFF;
background-color:#205081;
}
#nav .dropdown a.on
{
    text-decoration:none;
    color:#09F;
}
.cool-link {
    display: inline-block;
    
    text-decoration: none;
	z-index:10000;
}

.cool-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
	
	margin-top:0px;
    transition: width .3s;
}

.cool-link:hover::after {
    width: 100%;
    transition: width .3s;
}
.cool-link2 {
    display: inline-block;
    color: #000;
    text-decoration: none;
}

.cool-link2::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
	margin-top:10px;
    transition: width .3s;
}

.cool-link2:hover::after {
    width: 100%;
    transition: width .3s;
}
.top-heading2 a{text-decoration:none !important; display:block;}
.over_none:hover{ background:none !important; }
.over_none a:hover{ background:none !important;}	


/* 메인슬라이더*/
#event1{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/event.jpg)center;background-size:cover;}
#sp1{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/1.jpg)center;background-size:cover;}
#sp2{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/2.jpg)center;background-size:cover;}
#sp3{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/3.jpg)center;background-size:cover;}
#sp4{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/4.jpg)center;background-size:cover;}
#sp5{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/5.jpg)center;background-size:cover;}
#sp6{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/6.jpg)center;background-size:cover;}
#w_1{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/3w_1.jpg)center;background-size:cover;}
#w_2{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/3w_2.jpg)center;background-size:cover;}
#w_3{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/3w_3.jpg)center;background-size:cover;}

#sp3{
    animation-name:sp3; 
    animation-duration:  0.5s;
    animation-iteration-count:1;/* infinite;*/
    animation-direction: reverse;
    animation-timing-function :ease-in-out;
	animation-delay: 0s;
	animation-fill-mode:forwards;
	animation-timing-function :ease-in-out;
	
	}

@keyframes sp3 {
    from { margin-top:-0px; }
	 to { margin-top:-20px; }
}

@media only screen and (max-width: 900px) 
{
.hive_b{width:95%; padding:90px 0 50px 0; font-size:12px;   font-family:'Noto Sans Korean', sans-serif;  max-width:95%; margin:0 auto;}
#event1{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/eventm.jpg)center; background-size:cover;}
#sp1{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/1m.jpg)center; background-size:cover;}
#sp2{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/2m.jpg)center;background-size:cover;}
#sp3{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/3m.jpg)center;background-size:cover;}
#sp4{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/4m.jpg)center;background-size:cover;}
#sp5{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/5m.jpg)center;background-size:cover;}
#sp6{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/6m.jpg)center;background-size:cover;}
#w_1{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/3w_1m.jpg)center;background-size:cover;}
#w_2{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/3w_2m.jpg)center;background-size:cover;}
#w_3{background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/3w_3m.jpg)center;background-size:cover;}
}

.slider-pro
{
	box-sizing: content-box;
	margin: 0 auto;
	moz-box-sizing: content-box;
	position: relative;
}
.sp-slides-container
{
	position: relative;
}
.sp-mask
{
	overflow: hidden;
	position: relative;
	cursor: default !important;
}
.sp-slides
{
	position: relative;
	webkit-backface-visibility: hidden;
	webkit-perspective: 1000;
}
.sp-slide
{
	position: absolute;
}
.sp-image-container
{
	overflow: hidden;
}
.sp-image
{
	border: none;
	
}
.sp-no-js
{
	max-width: 100%;
	overflow: hidden;
}

.sp-layer
{
	box-sizing: border-box;
	margin: 0;
	moz-box-sizing: border-box;
	position: absolute;
	webkit-backface-visibility: hidden;
	webkit-box-sizing: border-box;
	webkit-font-smoothing: subpixel-antialiased;
}
.sp-black
{
	background: #000;
	background: rgba(0,0,0,.7);
	color: #FFF;
}
.sp-white
{
	background: #fff;
	background: rgba(255,255,255,.7);
	color: #000;
}
.sp-rounded
{
	border-radius: 10px;
}
.sp-padding
{
	padding: 10px;
}
.sp-grab
{
	cursor: url(images/openhand.cur),move;
}
.sp-grabbing
{
	cursor: url(images/closedhand.cur),move;
}
.sp-selectable
{
	cursor: default;
}
.sp-caption-container
{
	margin-top: 10px;
	text-align: center;
}
.sp-full-screen
{
	background-color: #000;
	margin: 0!important;
}
.sp-full-screen-button
{
	cursor: pointer;
	font-size: 30px;
	line-height: 1;
	ms-transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 5px;
	transform: rotate(45deg);
	webkit-transform: rotate(45deg);
}
.sp-full-screen-button:before
{
	content: '\2195';
}
.sp-fade-full-screen
{
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
	transition: opacity .5s;
	webkit-transition: opacity .5s;
}
.slider-pro:hover .sp-fade-full-screen
{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
#example5 .sp-buttons{ left:0%;
bottom:1%;
	position: absolute;
	text-align: center;
	width:100px; height:30px;}
	
	#example1 .sp-buttons{ left:0%;
bottom:5%;
	position: absolute;
	text-align: center;
	 z-index:10000000000000 !important;}
	
	
#example7 .sp-buttons{ right:0%;
bottom:-120px;
	position: absolute;
	text-align: center;
	width: auto; height:30px;
	z-index:5 !important;}
	
#example8 .sp-buttons{ right:0%;
bottom:-10px;
	position: relative;
	text-align: center;
	width: auto; height:30px;
	z-index:5 !important;}

.sp-buttons
{
	bottom:5%;
	position: absolute;
	text-align: center;
	width: 100%;
}
.sp-rtl .sp-buttons
{
	direction: rtl;
}
.sp-full-screen .sp-buttons
{
	display: none;
}
#example1.sp-button
{
	
	border-radius:10px!important;
	background:#999;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 2px;
	margin: 2px;
	border:5px;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
	width: 150px !important;
	}
	
.sp-button
{
	
	border-radius:10px;
	background:#999;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0px 4px 0 4px;
	border:0px;
	moz-box-sizing: border-box;
	webkit-box-sizing: border-box;
	width:10px;
	}
.sp-selected-button
{
	width:30px;
	margin: 0px 4px 0 4px;
	height:10px;
	background-color:#d8caac;
	border:0px solid #d8caac;
}

@media only screen and (max-width: 1024px) 
{
	.mayHide2{display:none !important;}
	.sp-buttons
{
	bottom: -10%;
	position: absolute;
	text-align: center;
	width: 100%;
}
#example5 .sp-buttons{ left:50%; margin-left:-50px;
bottom:-13%;
	position: absolute;
	text-align: center;
	width:100px; height:30px;}
}
.sp-arrows
{
	position: absolute;
	z-index:100 !important;
}
.sp-fade-arrows
{
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
	transition: opacity .5s;
	webkit-transition: opacity .5s;
}
.sp-slides-container:hover .sp-fade-arrows
{
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.sp-horizontal .sp-arrows
{
	left: 0;
	margin-top: -15px;
	top: 50%;
	width: 100%;
}
#example5.sp-horizontal .sp-arrows
{
	
	left: 0;
	margin-top:0px;
	top: 63px!important;
	width: 100%;
	opacity:1!important;}
#example4.sp-horizontal .sp-arrows
{
	
	left: 0;
	margin-top:0px;
	top: -80px!important;
	width: 100%;
	opacity:1!important;}

.sp-vertical .sp-arrows
{
	height: 100%;
	left: 50%;
	margin-left: -10px;
	top: 0;
}
.sp-arrow
{   z-index:100 !important;
	cursor: pointer;
	display: block;
	height: 90px;
	position: absolute;
	width: 46px;
	opacity:0.8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	
}
.sp-arrow:hover
{  z-index:100 !important;
	cursor: pointer;
	display: block;
	
	position: absolute;
	
	opacity:0.9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	
}

.sp-vertical .sp-arrow
{
	ms-transform: rotate(90deg);
	transform: rotate(90deg);
	webkit-transform: rotate(90deg);
}
#example1.sp-horizontal .sp-previous-arrow
{
	    left: 5%!important;
		margin-left:0px !important;		
		right: auto;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev2.png)!important;
		background-size:100% !important;
		background-repeat:no-repeat;
		z-index:100000000000000 !important;
}
#example1.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next2.png)!important;
    background-size:100% !important;
	left: auto;
	margin-right:0px !important;
	right:5%!important;
	background-repeat:no-repeat;
	
}
#example8.sp-horizontal .sp-previous-arrow
{
	    left: 5%!important;
		margin-left:0px !important;		
		right: auto;
		width:30px !important;
		height:60px !important;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev2.png)!important;
		background-size:100% !important;
		background-repeat:no-repeat;
}
#example8.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next2.png)!important;
    background-size:100% !important;
	left: auto;
	width:30px !important;
	height:60px !important;
	margin-right:0px !important;
	right:5%!important;
	background-repeat:no-repeat;
	
}

#example44.sp-horizontal .sp-previous-arrow
{
	    left: 50%!important;
		margin-left:-530px !important;		
		right: auto;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev.png)!important;
		background-size:100% !important;
		background-repeat:no-repeat;
}
#example44.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next.png)!important;
    background-size:100% !important;
	left: auto;
	margin-right:-530px !important;
	right:50%!important;
	background-repeat:no-repeat;
	
}
@media only screen and (max-width: 1100px) 
{
#example44.sp-horizontal .sp-previous-arrow
{
	    left: -50px!important;
		margin-left:0px !important;		
		right: auto;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev.png)!important;
		background-size:100% !important;
		background-repeat:no-repeat;
}
#example44.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next.png)!important;
    background-size:100% !important;
	left: auto;
	margin-right:0px !important;
	right:-50px!important;
	background-repeat:no-repeat;
	
}	
	
}
#example5.sp-horizontal .sp-previous-arrow
{
	    right:60px!important;
		margin-left:0px !important;		
		left: auto;
		top:0px !important;
		position:absolute !important;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev4.png)!important;
		width:60px !important;
		height:60px !important;
		background-size:100% !important;
		background-repeat:no-repeat;
		z-index:11 !important;
}
#example5.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next4.png)!important;
    background-size:100% !important;
	left: auto;
	top:0px!important;
	position:absolute !important;
	width:60px !important;
	height:60px !important;
	margin-right:0px !important;
	right:0px;!important;
	background-repeat:no-repeat;
	z-index:11 !important;
	
}
#example4.sp-horizontal .sp-previous-arrow
{
	    right:80px!important;
		margin-left:0px !important;		
		left: auto;
		top:0px !important;
		position:absolute !important;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev3.png)!important;
		width:60px !important;
		height:60px !important;
		background-size:100% !important;
		background-repeat:no-repeat;
		z-index:11 !important;
}
#example4.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next3.png)!important;
    background-size:100% !important;
	left: auto;
	top:0px!important;
	position:absolute !important;
	width:60px !important;
	height:60px !important;
	margin-right:0px !important;
	right:20px;!important;
	background-repeat:no-repeat;
	z-index:11 !important;
	
}


#example7.sp-horizontal .sp-previous-arrow
{
	    left:20px!important;
		margin-left:0px !important;		
		right: auto;
		top:0px !important;
		position:absolute !important;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev2.png)!important;
		width:30px !important;
		height:60px !important;
		background-size:100% !important;
		background-repeat:no-repeat !important;
		z-index:11 !important;
}
#example7.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next2.png)!important;
    background-size:100% !important;
	background-repeat:no-repeat !important;
	left: auto;
	top:0px!important;
	position:absolute !important;
	width:30px !important;
	height:60px !important;
	margin-right:0px !important;
	right:20px;!important;
	
	z-index:11 !important;
	
}
#example2.sp-horizontal .sp-previous-arrow,#example3.sp-horizontal .sp-previous-arrow
{
	    left:144px!important;
		margin-left:0px !important;		
		right: auto;
		top:0px !important;
		position:absolute !important;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev2.png)!important;
		width:46px !important;
		height:90px !important;
		background-size:100% !important;
		background-repeat:no-repeat;
		z-index:11 !important;
}
#example2.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow,#example3.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next2.png)!important;
    background-size:100% !important;
	left: auto;
	top:0px!important;
	position:absolute !important;
	width:46px !important;
	height:90px !important;
	margin-right:0px !important;
	right:144px;!important;
	background-repeat:no-repeat;
	z-index:11 !important;
	
}
@media only screen and (max-width: 1800px) 
{
#example2.sp-horizontal .sp-previous-arrow,#example3.sp-horizontal .sp-previous-arrow
{
	    left:-80px!important;
		margin-left:0px !important;		
		right: auto;
		top:0px !important;
		position:absolute !important;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev3.png)!important;
		width:60px !important;
		height:60px !important;
		background-size:100% !important;
		background-repeat:no-repeat;
		z-index:11 !important;
}
#example2.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow,#example3.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next3.png)!important;
    background-size:100% !important;
	left: auto;
	top:0px!important;
	position:absolute !important;
	width:60px !important;
	height:60px !important;
	margin-right:0px !important;
	right:-80px;!important;
	background-repeat:no-repeat;
	z-index:11 !important;
	
}	
	
}
@media only screen and (max-width: 900px) 
{
#example2.sp-horizontal .sp-previous-arrow,#example3.sp-horizontal .sp-previous-arrow
{
	    left:-50px!important;
		margin-left:0px !important;		
		right: auto;
		top:0px !important;
		position:absolute !important;
		background:url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev3.png)!important;
		width:40px !important;
		height:40px !important;
		background-size:100% !important;
		background-repeat:no-repeat;
		z-index:11 !important;
}
#example2.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow,#example3.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next3.png)!important;
    background-size:100% !important;
	left: auto;
	top:0px!important;
	position:absolute !important;
	width:40px !important;
	height:40px !important;
	margin-right:0px !important;
	right:-50px;!important;
	background-repeat:no-repeat;
	z-index:11 !important;
	
}	
	
}

.sp-horizontal .sp-previous-arrow
{
	    left: 50%;
		margin-left:-840px;
		background-repeat:no-repeat;
		margin-top:-20px;
		z-index:100 !important;
				
		right: auto;
		background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev2.png);
		background-size:cover;
}

.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next2.png);
    background-size:cover;
	background-repeat:no-repeat;
	left: auto;
	z-index:100 !important;
	right:50%;
	margin-top:-20px;
	margin-right:-840px;
	
	
}

  @media only screen and (max-width: 900px) 
{
	.sp-arrow
{   z-index:11;
	cursor: pointer;
	display: block;
	height: 59px;
	position: absolute;
	width: 30px;
	opacity:0.2;

	
}
.sp-arrow:hover
{   z-index:11;
	cursor: pointer;
	display: block;
	height: 59px;
	position: absolute;
	width: 30px;
	opacity:0.9;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;

	
}
.sp-horizontal .sp-previous-arrow
{
	    left: 1%;
		margin-left:0px;
		background-repeat:no-repeat;
		margin-top:-20px;
		background-size:100% !important;		
		right: auto;
		background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/prev.png);
		
}

.sp-horizontal .sp-next-arrow,.sp-horizontal.sp-rtl .sp-previous-arrow
{   background: url(https://channel-static.rebeauty.co.kr/kshps/kshps/img/next.png);
    background-size:100% !important;
	background-repeat:no-repeat;
	left: auto;
	right:1%;
	margin-top:-20px;
	margin-right:0px;
	
	
}	
}
.sp-horizontal.sp-rtl .sp-next-arrow
{
	left: 20px;
	right: auto;
}
.sp-vertical .sp-previous-arrow
{
	top: 0px;
}
.sp-vertical .sp-next-arrow
{
	top: 0px;

}

.sp-next-arrow:after,.sp-next-arrow:before,.sp-previous-arrow:after,.sp-previous-arrow:before
{

}


.sp-arrow:before
{
	left: 50%;

}
.sp-arrow:after
{
	left: 50%;

}
.sp-horizontal.sp-rtl .sp-previous-arrow,.sp-next-arrow
{
}
.sp-horizontal.sp-rtl .sp-next-arrow
{

}
.ie7 .sp-arrow,.ie8 .sp-arrow
{
	height: 0;
	width: 0;
}
.ie7 .sp-arrow:after,.ie7 .sp-arrow:before,.ie8 .sp-arrow:after,.ie8 .sp-arrow:before
{
	content: none;
}
.ie7.sp-horizontal .sp-previous-arrow,.ie8.sp-horizontal .sp-previous-arrow
{
	border-bottom: 20px solid transparent;
	border-right: 20px solid #FFF;
	border-top: 20px solid transparent;
}
.ie7.sp-horizontal .sp-next-arrow,.ie8.sp-horizontal .sp-next-arrow
{
	border-bottom: 20px solid transparent;
	border-left: 20px solid #FFF;
	border-top: 20px solid transparent;
}
.ie7.sp-vertical .sp-previous-arrow,.ie8.sp-vertical .sp-previous-arrow
{
	border-bottom: 20px solid #FFF;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
}
.ie7.sp-vertical .sp-next-arrow,.ie8.sp-vertical .sp-next-arrow
{
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #FFF;
}



/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
	position: absolute;
	top:0px;
	right:0px; margin: auto; 
	width:100% !important;
	z-index:100 !important;
	direction: ltr;

}




.sp-thumbnail-container {
	 position:relative;  float:left; margin:5px !important;
}
.sp-thumbnail-container a{
	 color:#fff !important; l
}
.sp-top-thumbnails,
.sp-bottom-thumbnails  {
	left: 0;
	margin: 0 auto;
}

.sp-top-thumbnails {
	position: absolute;
	top: 0;
	margin-bottom: 0px;
}

.sp-bottom-thumbnails {
	margin-top: 0px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
	position: absolute;
	top: 0;
	padding-left:10px;
	
}

.sp-right-thumbnails {
	right: 0;
	margin-left: 0px;
}

.sp-left-thumbnails {
	left: 0;
	margin-right: 0px;
}

.sp-thumbnails {
	
}

.sp-thumbnail {

}



.sp-rtl .sp-thumbnail-container {
	float: right;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
	margin-left: 0px;
	margin-right: 0px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
	margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
	margin-right: 0;
}

/* Vertical thumbnails 
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
	margin-top: 0px;
	margin-bottom: 0px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
	margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
	margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
	margin-left:0px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	right: 0px;
	margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	height: 100%;
	display:none;
	left: 0;
	top: 0;
	margin-left: 0px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 0;
	top: 0%;
	display:none;
	
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
	
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {

}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {

}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
	margin-top: 0px;
	
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
	position: relative !important;
	top:0%;
	margin-top: 0 !important;
	border: 0px !important;
	overflow:hidden;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	left:0%;
	border:0 !important;
	top:20%;
	margin-top:0px;
	height:auto !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width:100%;
	
	left: 0%;
	top: 0;
	margin-left:0px;

}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
	margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
	position: absolute;
	bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
	content: '';
	position: absolute;
	width: 100%;
	
	bottom: 0;
	margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	bottom: 0;
	margin-left: -8px;
	
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}


/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
	position: absolute; border:5px solid #00; z-index:999;
}

.sp-fade-thumbnail-arrows {
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
	opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
	width: 100%;
	top: 50%;
	left: 0;
	margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
	height: 100%;
	top: 0;
	left: 50%;
	margin-left: -7px;
}

.sp-thumbnail-arrow {
	position: absolute;
	display: block;
	width: 15px;
	height: 25px;
	cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
	top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
	bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
	content: '';
	position: absolute;
	width: 50%;
	height: 50%;
	background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
	left: 30%;
	top: 0;
	-webkit-transform: skew(145deg, 0deg);
	-ms-transform: skew(145deg, 0deg);
	transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
	left: 30%;
	top: 50%;
	-webkit-transform: skew(-145deg, 0deg);
	-ms-transform: skew(-145deg, 0deg);
	transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
	right: 30%;
	top: 0;
	-webkit-transform: skew(35deg, 0deg);
	-ms-transform: skew(35deg, 0deg);
	transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
	right: 30%;
	top: 50%;
	-webkit-transform: skew(-35deg, 0deg);
	-ms-transform: skew(-35deg, 0deg);
	transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
	width: 0;
	height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
	content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
	border-right: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
	border-left: 12px solid #FFF;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
	border-bottom: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
	border-top: 12px solid #FFF;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
}










.sp-video{z-index:10;}
a.sp-video
{
	text-decoration: none;
}
a.sp-video img
{
	border: none;
	webkit-backface-visibility: hidden;
}
/**a.sp-video:after
{
	background-color: rgba(0,0,0,.2);
	border: 2px solid #FFF;
	border-radius: 30px;
	bottom: 0;
	color: #FFF;
	content: '\25B6';
	font-size: 30px;
	height: 50px;
	left: 0;
	line-height: 52px;
	margin: auto;
	padding-left: 5px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 45px;
}**/
a.sp-video:after
{
	background-color: rgba(0,0,0,.0);
	border: 0px solid #FFF;
	border-radius: 0px;
	bottom: 0;
	color: #FFF;
	content: '\25B6';
	font-size: 0px;
	height: 100px;
	left: 0;
	line-height: 52px;
	margin: auto;
	padding-left: 5px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100px;
}
.slider-pro img.sp-image,.slider-pro img.sp-thumbnail
{
	border: none!important;
	border-radius: 0!important;
	box-shadow: none!important;
	max-height: none;
	max-width: none;
	mox-box-shadow: none!important;
	moz-transition: none;
	o-transition: none;
	padding: 0!important;
	transition: none;
	webkit-box-shadow: none!important;
	webkit-transition: none;
}
.slider-pro a
{
	moz-transition: none!important;
	o-transition: none!important;
	position: static;
	transition: none!important;
	webkit-transition: none!important;
}
.slider-pro canvas,.slider-pro embed,.slider-pro iframe,.slider-pro object,.slider-pro video
{
	max-height: none;
	max-width: none;
}
.slider-pro p.sp-layer
{
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
}
.slider-pro h1.sp-layer
{
	font-size: 32px;
	line-height: 1.4;
	margin: 0;
}
.slider-pro h2.sp-layer
{
	font-size: 24px;
	line-height: 1.4;
	margin: 0;
}
.slider-pro h3.sp-layer
{
	font-size: 19px;
	line-height: 1.4;
	margin: 0;
}
.slider-pro h4.sp-layer
{
	font-size: 16px;
	line-height: 1.4;
	margin: 0;
}
.slider-pro h5.sp-layer
{
	font-size: 13px;
	line-height: 1.4;
	margin: 0;
}
.slider-pro h6.sp-layer
{
	font-size: 11px;
	line-height: 1.4;
	margin: 0;
}
.slider-pro img.sp-layer
{
	border: none;
}

 /* 부드러운 모션을 위해 추가*/
.scale {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s ease-in-out;
  opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"   
}
.scale:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all 0.3s ease-in-out;
  opacity:0.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" 
}
 /* 부드러운 모션을 위해 추가*/
.scale2 {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.8s ease-in-out;
  opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"   
}
.scale2:hover {
  transform: scale(1.02);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transition: all 0.8s ease-in-out;
  opacity:0.9;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" 
}
 /* 부드러운 모션을 위해 추가*/
.scale3 {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.8s ease-in-out;
  opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"   
}
.scale3:hover {
  transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transition: all 0.8s ease-in-out;
  opacity:1;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)" 
}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/*서브*/
.subp_tit_wrap{position:relative;}
.subp_tit{text-align:center;position:absolute;z-index:2;top:0;left:180px;background:rgba(255,255,255,0.8);height:100%;padding:230px 10px 0 10px;box-sizing:border-box;}
.subp_tit ul{margin:40px 0 110px 0;}
.subp_tit.no_info ul{margin:40px 0 70px 0;}
.subp_tit li{display:inline-block;margin:0 2px;}

@media only screen and (max-width: 1300px) {
.subp_tit_wrap{position:relative;}
.subp_tit{width:50%;left:3%;padding:0;}
.subp_tit img{width:100%;}
.subp_tit ul{margin:11% 0 10% 0;}
.subp_tit.no_info ul{margin:11% 0 14% 0;}
.subp_tit li{width:37%;}
.subp_tit .subp_tit1{width:120%;margin-left:-10%;margin-top:17%;}
.subp_tit.no_info .subp_tit1{width:120%;margin-left:-10%;margin-top:24%;}
.subp_tit .subp_tit2{width:110%;margin-left:-5.5%;}
}
