
.not_scroll {
	overflow: hidden;
}

.show {
	display:block;
}

.hide {
	display:none;
}

#loading {
	display:none;
}

.txt_sunday { color: #cc162c !important; }
.txt_saturday { color: #3e8fe0 !important; }
.txt_today { font-weight: bold; color: #ff6600 !important; }

.flip-card {
	position: absolute;
	background-color: transparent;
	width: 100%;
	height: 100%;
	perspective: 1000px;
	padding: 0px;
	/* margin: 5px; */
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.card_area .flip-card img {
    width: 100%;
    min-height: 100%;
    height: 100%;
}

.flip-ped {
	transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
	position: absolute;
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.flip-card-back {
	transform: rotateY(180deg);
}

.fliped-card-0deg {
	transform: rotateY(0deg);
}
.fliped-card-180deg {
	transform: rotateY(180deg);
}

/* 최상단... 스크롤 텍스트 광고... 시작 */
/* slider__wrap */
.slider__wrap {
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 이미지가 보이는 영역 */
.slider__img {
	position: relative;
	height: 48px;;
	overflow: hidden;
}
/* 전체 이미지를 감싸고 있는 부모박스 : 이미지가 움직이는 영역  */
.slider__inner {
	/* display: flex; */
	/* flex-wrap: wrap; */
	height: 48px;
}
/* 개별적인 이미지  */
.slider {
	/* position: relative; */
	height: 48px;
}
/* 최상단... 스크롤 텍스트 광고... 끝 */


#wrap_top_scroll { position: fixed; bottom:0; width: 100%; }
#top_scroll { 
	display: none; 
	position: absolute; 
	bottom: 20px; 
	right: 3%;
	width: 40px; 
	height: 40px; 
	color: #ffffff; 
	background-color: rgba(0, 0, 0, 0.08); 
	text-align: center; 
	z-index: 10; 
}

/*#top_scroll p { line-height: 1px; font-size: 20px; }*/
#top_scroll p:nth-last-of-type(1) { font-size: 14px; margin-top: -3px; }

