/* custom */
.slider{position:relative;}
.slider .item{width:100%;max-height:560px;margin:0 auto;position:relative;overflow:hidden;background-color:#383838;background-position:center top;}
.slider .item h1{color:#2f2f2f;font-weight:normal;text-align:left;width:280px;margin:0 auto;}
.slider .item h1.white{color:#fff;}
.slider .item h1#tx0{display:none;font-size:14px;margin-top:30px;}
.slider .item h1#tx1{display:none;font-size:16px;margin-top:10px;font-weight:bold;}
.slider .item h1#tx2{display:none;font-size:10px;margin-top:4px;}
.slider .item h1#tx-bar{display:none;}

.slider-control-wrap{position:relative;bottom:10%;width:100%;text-align:center;height:0;z-index:999;}
.slider-control{position:relative;height:0;margin:0 auto;width:300px;text-align:right;}
.slider-control:after{content:'';clear:both;}

.slider-dots{position:relative;height:0;text-align:center;top:-70px}

.slider-tag-bar{position:relative;top:-36px;height:36px;font-size:0;z-index:1;text-align:center;overflow:hidden;}
.slider-tag-bar img{display:none;} 
.slider-tag-center{width:300px;background:#f70;margin:0 auto;display:inline-block;z-index:2;}
.slider-tag-center img{display:inline;width:40%;margin-top:4px}
@media (min-width:320px) and (max-width:480px){
	.slider .item h1{width:280px;}
	.slider .item h1#tx0{font-size:14px;margin-top:60px;}
	.slider .item h1#tx1{font-size:20px;margin-top:14px;}
	.slider .item h1#tx2{font-size:12px;margin-top:10px;}
	.slider-control{width:300px;}
	.slider-dots{top:-90px;}
	.slider-tag-bar{top:-40px;height:40px;}
	.slider-tag-center{width:300px;}
	.slider-tag-center img{margin-top:6px;}
}
@media (min-width:481px) and (max-width:768px){
	.slider .item h1{width:420px;}
	.slider .item h1#tx0{font-size:20px;margin-top:80px;}
	.slider .item h1#tx1{font-size:28px;margin-top:30px;}
	.slider .item h1#tx2{font-size:14px;margin-top:14px;}
	.slider-control{width:460px;}
	.slider-dots{top:-110px;}
	.slider-tag-bar{top:-60px;height:60px;}
	.slider-tag-center{width:460px;}
	.slider-tag-center img{margin-top:7px;width:auto;}
}
@media (max-device-width:568px) and (orientation : landscape){ /*ipone5 °¡·Î*/
}
@media (min-width:769px) and (max-width:1024px){
	.slider .item h1{width:660px;}
	.slider .item h1#tx0{font-size:22px;margin-top:110px;}
	.slider .item h1#tx1{font-size:32px;margin-top:40px;}
	.slider .item h1#tx2{font-size:16px;margin-top:12px;}
	.slider-control{width:740px;}
	.slider-dots{top:-130px;right:20px;text-align:right;}
	.slider-tag-bar{top:-70px;height:70px;}
	.slider-tag-center{width:720px;}
	.slider-tag-center img{margin-top:10px;width:auto;}
}
@media (min-width:1025px){
	.slider .item{height:560px;}
	.slider .item.mv1{background-image:url(../imgs/main/low/mv_10.jpg);background-size:2000px 560px;}
	.slider .item.mv2{background-image:url(../imgs/main/low/mv_2.jpg);background-size:2000px 560px;}
	.slider .item.mv3{background-image:url(../imgs/main/low/mv_3.jpg);background-size:2000px 560px;}
	.slider .item .imgs{display:none;}
	.slider .item h1{width:880px;letter-spacing:-0.04em;}
	.slider .item h1#tx0{font-size:24px;margin-top:110px;}
	.slider .item h1#tx1{font-size:34px;margin-top:40px;}
	.slider .item h1#tx2{font-size:16px;margin-top:12px;}
	.slider-control{width:980px;}
	.slider-dots{top:-150px;right:20px;text-align:right;}
	.slider-tag-bar{top:-90px;height:90px;}
	.slider-tag-bar img{display:inline;max-width:100%;margin-top:20px;}
	.slider-tag-center{width:980px;}
	.slider-tag-center img{margin:20px auto;width:auto;}
}
.slider-tag-left{background:#37b400;display:inline-block;height:100%;position:absolute;left:0;z-index:9;cursor:pointer;text-align:left;}
.slider-tag-right{background:#3392eb;display:inline-block;height:100%;position:absolute;right:0;z-index:9;cursor:pointer;text-align:right;}
@media (max-width:1023px){
	.slider-tag-left{font-size:0;}
	.slider-tag-right{font-size:0;}
}
@media (min-width:1024px) and (max-width:1099px) { .slider-tag-left, .slider-tag-right{width:80px;} .slider-tag-left img, .slider-tag-right img{margin-top:30px;} }
@media (min-width:1100px) and (max-width:1299px) { .slider-tag-left, .slider-tag-right{width:160px;} }
@media (min-width:1300px) and (max-width:1499px) { .slider-tag-left, .slider-tag-right{width:260px;padding:0 20px;} }
@media (min-width:1500px) and (max-width:1699px) { .slider-tag-left, .slider-tag-right{width:340px;text-align:center;} }
@media (min-width:1700px) and (max-width:1799px) { .slider-tag-left, .slider-tag-right{width:400px;text-align:center;} }
@media (min-width:1800px) { .slider-tag-left, .slider-tag-right{width:460px;text-align:center;} }



.owl-dot{display:inline-block;zoom:1;*display:inline;}
.owl-dot span{
	cursor:pointer;cursor:hand;
	width:14px;height:14px;margin:5px;
	background:#d5d5d5;
	display:block;
	-webkit-backface-visibility:visible;
	-webkit-transition:opacity 200ms ease;
	-moz-transition:opacity 200ms ease;
	-ms-transition:opacity 200ms ease;
	-o-transition:opacity 200ms ease;
	transition:opacity 200ms ease;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	border-radius:30px;
	border:0;
	/*
	-moz-box-shadow: 0 0 10px 0 #888;
	-webkit-box-shadow: 0 0 10px 0 #888;	
	box-shadow:0 0 10px 0 #888;
	*/
}
.owl-dot.active span{background:#0da3f9;}
.owl-dot:hover span{background:#0da3f9;}


/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}



/* ¹ö±×¼öÁ¤ */
.owl-carousel .owl-wrapper-outer{
   overflow: hidden;
   position: relative;
   width: 100%;
   z-index: 1;  /* added this */
}
.owl-item { 
  transform: translateZ(0);
 -webkit-transform: translateZ(0); 
 -ms-transform: translateZ(0); 
}