*,*::before,*::after {
	margin:0;
	padding:0;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

#loadBox_Page {	/* ÀÌºÏ ·ÎµùÁß Ç¥½Ã */
	position : absolute;
	background-color: rgba(249, 255, 213, 0.5);
	width: 100%;
	height: 100%;
	z-index: 100;
}
#loadBox_Page img { /* ÀÌºÏ ·ÎµùÁß Ç¥½Ã ÀÌ¹ÌÁö */
	position : absolute;
	width : 100px;
	height : 100px;
	margin : -50px 0px 0px -50px;
	top : 50%;
	left : 50%;
	z-index: 101;
}

.scrollDir_img {	/* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : absolute;
	/* background-color: rgba(249, 255, 213, 0.5); */
	width: 150px;
	height: 150px;
	top: 50%;
	left: 50%;
	margin: -75px 0px 0px -75px;
	z-index: 200;
	display: none;
}
.scrollDir_img img { /* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : relative;
	width : 100%;
	height : 100%;
	z-index: 201;
	opacity: 0.9;
	object-fit: contain;
}

.scrollPr_img {	/* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : absolute;
	/* background-color: rgba(249, 255, 213, 0.5); */
	width: 450px;
	height: 450px;
	top: 50%;
	left: 50%;
	margin: -225px 0px 0px -225px;
	z-index: 200;
	display: none;
}
.scrollPr_img img { /* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : relative;
	width : 100%;
	height : 100%;
	z-index: 201;
	opacity: 0.8;
	object-fit: contain;
}

.scrollPr_img_mobile {	/* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : absolute;
	/* background-color: rgba(249, 255, 213, 0.5); */
	width: 300px;
	height: 300px;
	top: 50%;
	left: 50%;
	margin: -150px 0px 0px -150px;
	z-index: 200;
	display: none;
}
.scrollPr_img_mobile img { /* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : relative;
	width : 100%;
	height : 100%;
	z-index: 201;
	opacity: 0.8;
	object-fit: contain;
}
.scrollPr_no_img {	/* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : absolute;
	/* background-color: rgba(249, 255, 213, 0.5); */
	width: 0px;
	height: 0px;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
}
.scrollPr_no_img img { /* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : relative;
	width : 100%;
	height : 100%;
	z-index: 201;
	opacity: 0.8;
	object-fit: contain;
}
.scrollEnd_img {	/* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : absolute;
	/* background-color: rgba(249, 255, 213, 0.5); */
	width: 100px;
	height: 300px;
	top: 30%;
	left: 100%;
	margin: -120px 0px 0px -150px;
	z-index: 200;
	display: none;
	/* border : 1px solid #5d5d5d; */
}
.scrollEnd_img img { /* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : relative;
	cursor: pointer;
	width : 80px;
	height : 80px;
	padding: 10px;
	z-index: 201;
	opacity: 0.9;
	object-fit: contain;
}

.scrollEnd_img_mobile {	/* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : absolute;
	/* background-color: rgba(249, 255, 213, 0.5); */
	width: 100px;
	height: 300px;
	top: 30%;
	left: 0;
	margin: -120px 0px 0px 30px;
	z-index: 200;
	display: none;
	/* border : 1px solid #5d5d5d; */
}
.scrollEnd_img_mobile img { /* ½ºÅ©·Ñ¹æÇâ ÀÌ¹ÌÁö */
	position : relative;
	cursor: pointer;
	width : 80px;
	height : 80px;
	padding: 10px;
	z-index: 201;
	opacity: 0.9;
	object-fit: contain;
}

.notice_bottom {
	position : absolute;
	border-radius: 15px;
	background-color: rgba(0, 0, 0, 0.6);
	color: #FFFFFF;
	font-size: 110%;
	padding: 20px 4%;
	width: 70%;
	left: 11%;
	bottom: 10%;
	z-index: 200;
	display: none;
}

.topSlide {
	display: none;
	position : absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	z-index: 10001;
	opacity: 0.85;
}

.EBContent { /* ÀÌºÏ ÆäÀÌÁö ºä ¿µ¿ª */ /* border : 1px solid #5d5d5d; */
	width : 100%;
	height : 100%;
	margin : 0 auto;
	z-index: 151;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.swiper-slide img {
  display: block;
  width: 100%;
  opacity: 0.0;
}

/* @media only screen and (min-width: 769px), only screen and (orientation: landscape) { */
/* @media only screen and (min-aspect-ratio:5/5) { */
/* @media only screen and (min-width: 769px) { */
@media only screen and (orientation: landscape) {
  .swiper-slide:first-child {
	transition: transform 100ms;
  }

  .swiper-slide:first-child img {
	transition: box-shadow 500ms;
  }

  .swiper-slide.swiper-slide-active:first-child {
	transform: translateX(50%);
	z-index: 2;
  }

  .swiper-slide.swiper-slide-active:first-child img {
	box-shadow: 0px 32px 80px rgba(0, 0, 0, 0.35);
  }

  .swiper-slide:nth-child(2) {
	transition: transform 100ms;
  }

  .swiper-slide.swiper-slide-next:nth-child(2) {
	transform: translateX(55%);
	z-index: 1;
  }

  .swiper[dir="rtl"] .swiper-slide.swiper-slide-active:first-child {
	transform: translateX(-50%);
  }

  .swiper[dir="rtl"] .swiper-slide.swiper-slide-next:nth-child(2) {
	transform: translateX(-55%);
  }
}


/* È­»ìÇ¥ */
.arrow-cover {
	padding: 18px 30px;
	float: left;
	cursor: pointer;
}
.arrow {
	width: 14px;
	height: 14px;
	position: relative;
}

.arrow::before, .arrow::after {
	content: '';
	position: absolute;
}

.arrow::before {
	width: 100%;
	height: 100%;
	border: 2px solid black;
	border-right: 0;
	border-bottom: 0;
}

.arrow::after {
	width: 24px;
	height: 2px;
	background: black;
	transform-origin: 0 100%;
	transform: rotate(45deg);
}

.arrow-left { transform: rotate(-45deg); }
.arrow-right { transform: rotate(135deg); }
.arrow-top { transform: rotate(45deg); }
.arrow-bottom { transform: rotate(225deg); }


/* ¹Ì¸®º¸±â ÅØ½ºÆ® */
.preViewTxt {
	height: 100%;
	font-size: 120%;
	padding: 14px 0px 0px 0px;
	float: left;
	display: none;
}


/* ÀÏ½ÃÁ¤Áö ÀÌ¹ÌÁö */
.top_pause_img {
	width: 30px;
	height: 30px;
	padding: 10px;
	float: right;
	display: none;
}

.top_pause_img img {
	width: 100%;
	height: 100%;
	opacity: 0.7;
}