/* contents-carousel */
.contents-carousel {
  /* width: 70%; */
  /* float: right; */
  padding: 40px 0 0 0;
  display: block;
  position: relative;
}

.contents-carousel .li {
  height: 400px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.contents-carousel .li .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: url(../img/main_visual_cover.png) center bottom no-repeat; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-width: 300px;
  opacity: 0.3;
  z-index: 1;
}

.contents-carousel .jarallax {
  height: 800px;
}

/* .contents-carousel .img-01 {
  background-image: url(../img/wz_con2_slide01.jpg);
}
.contents-carousel .img-02 {
  background-image: url(../img/wz_con2_slide02.jpg);
}
.contents-carousel .img-03 {
  background-image: url(../img/wz_con2_slide03.jpg);
}
.contents-carousel .img-04 {
  background-image: url(../img/wz_con2_slide04.jpg);
} */

.contents-carousel .li .copy_area {
  max-width: 1400px;
  color: #000;
  position: relative;
  top: 40%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  margin: auto;
  padding: 0 30px;
}

.contents-carousel .li .copy_area h1 {
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3;
  text-align: center;
}

.contents-carousel .li .copy_area h2 {
  font-size: 75px;
  line-height: 1.3;
  font-family: GmarketSansLight, "Times New Roman", Times, serif;
  letter-spacing: -1px;
}

.contents-carousel .li .copy_area h2 strong {
  font-family: GmarketSansMedium, "Times New Roman", Times, serif;
  letter-spacing: -1px;
}

.contents-carousel .li .copy_area h3 {
  font-size: 17px;
  font-weight: 300;
  margin: 10px 0 0;
  color: #000;
  word-break: keep-all;
  max-width: 450px;
  line-height: 1.6;
}

.contents-carousel .li .copy_area h4 {
  text-align: center;
  margin: 50px auto 0 auto;
  color: #000;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.contents-carousel .li .copy_area h4 a {
  color: #000;
  padding: 18px 42px;
  display: block;
  text-align: center;
  width: 160px;
  margin: auto;
  background-color: #ff3414;
}

.contents-carousel .owl-dots {
  position: relative;
  display: none;
  justify-content: center;
  padding: 0 30px;
  bottom: 20px;
}

.contents-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.5);
  width: 30px;
  height: 5px;
  display: inline-block;
  margin-left: 10px;
  border: 0;
}

.contents-carousel .owl-dots .owl-dot.active {
  background: rgba(255, 255, 255, 1);
}

.contents-carousel .owl-nav {
  position: absolute;
  width: 100%;
  bottom: 63%;
  display: block !important;
}

.contents-carousel .owl-prev {
  position: absolute;
  top: 50%;
  left: 1%;
  z-index: 999;
  background: unset;
  color: #ff6151;
  font-size: 6rem;
}

.contents-carousel .owl-next {
  position: absolute;
  top: 50%;
  right: 1%;
  z-index: 999;
  background: unset;
  color: #ff6151;
  font-size: 6rem;
}

/* .contents-carousel .owl-prev:hover { background: url("../img/arrow_on_left.png") no-repeat;} */
/* .contents-carousel .owl-next:hover { background: url("../img/arrow_on_right.png") no-repeat;} */

@media screen and (max-width: 576px) {
  /* .contents-carousel .jarallax { height: 100vh;}
			.contents-carousel .li { height:100vh} */
  /* .contents-carousel .img01 { background-image:url(../img/m_main_banner_img03.jpg);}
		    .contents-carousel .img02 { background-image:url(../img/m_main_banner_img03.jpg);}
			.contents-carousel .img03 { background-image:url(../img/m_main_banner_img03.jpg);} */

  .contents-carousel .owl-nav {
    display: none;
  }
}


.btn-banner-adm {
  position: absolute;
  right: 5px;
  top: 5px;
  display: block;
  z-index: 9999;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  /* background-color: #fff; */
  color: tomato;
}

.crown {
	width: 70px;
  height: 80px;
  position: absolute;
  left: 8px;
  top: 5px;
  background: url(/theme/winiz2022/img/wz_mark1.png) no-repeat center;
  background-size: contain;
}

#list-x-box .crown {
	left: 16px;
}