@charset "utf-8";
 
::-webkit-scrollbar {
  display: none;
}

:root,
::before,
::after {
    --point-color: #666666;
    --point-font-color: #666666;

    --button-color: #E6E6E6;
    --back-color-: #E6E6E6;
 
}

#user-box {
	flex-direction: row;
	position: relative;
    display: flex;
	margin: 15px;
    align-items: center;
	justify-content: center;
	justify-items: center;
}

#no_design_main	{
	position: relative;
	/* padding: 50px 0; */
}
#no_design_main:after	{
	content: "";
	display: block;
	position: relative;
	clear: both;
}
.test-wrap{
	flex-direction: column;
	position: relative;
    display: flex;
    align-items: center;
    width: 100%;
	min-width: 650px;
	padding: 12px;
    height: 740px;
	justify-content: center;
	justify-items: center; 
}
.main-img {
	position: relative;
	background: #ffffff;
	background-repeat: repeat;
    position: relative;
    display: flex;
    align-items: stretch;
    width: 350px;
    height: 100%;
}
.test-wrap2{
	flex-direction: column;
	position: relative;
    display: flex;
    align-items: center;
    width: 350px;
    height: 100%;
	justify-content: flex-start;
	justify-items: center;
}
.temp { 
	/* 헤더푸터 임시 */
	/* border:solid 1px green; */
	display: flex;
	width: 100%;
	height: 20%;
	align-items: center;
	justify-content: center;
	justify-items: center;
	
}
.copyBannel {
	position: relative;
	overflow: hidden;
	display: flex;
	background: black;
    color: white;
	width: 100%;
	height: 50px;
	align-items: center;
	justify-content: center;
	justify-items: center;
}
.track {
		overflow: hidden; 
		position: absolute; 
		white-space: nowrap;
		will-change: transform;
		animation: marquee 2000s linear infinite; 
	}
@keyframes marquee {
  from { transform: translateX(50%); }
  to { transform: translateX(0); }
}
@media (hover: hover) and (min-width: 700px){
.animated-title .content {-webkit-transform: translateY(calc(100% - 8rem)); transform: translateY(calc(100% - 8rem));}
    }

.slider {
	border-radius: 20px;
	margin: 10px;
	height: 450px;
	overflow: hidden;
	position: relative;
	flex-direction: column;
    display: flex;
    align-items: center;
    width: 100%;
	justify-content: center;
	justify-items: center;
}
.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	
	animation: slider 7.5s infinite linear;
  }
  .slide:nth-child(1) {
	background-image: url(https://nyamtemp.cafe24.com/img/slide4.jpg);
	animation-delay: 0;
  }
  .slide:nth-child(2) {
	background-image: url(https://nyamtemp.cafe24.com/img/slide3.png);
	animation-delay: -2.5s;
  }
  .slide:nth-child(3) {
	background-image: url(https://nyamtemp.cafe24.com/img/slide2.png);
	animation-delay: -5s;
  }
  /* .slide:nth-child(4) {
	background-image: url(https://nyamtemp.cafe24.com/img/slide4.png);
	animation-delay: 0;
  }
  .slide:nth-child(5) {
	background-image: url(https://nyamtemp.cafe24.com/img/slide5.png);
	animation-delay: -2.5s;
  }
  .slide:nth-child(6) {
	background-image: url(https://nyamtemp.cafe24.com/img/slide6.png);
	animation-delay: -5s; */
  /* } */
  
  @keyframes slider {
	0% {
	  transform: translateX(0);
	}
  
	26% {
	  transform: translateX(0);
	}
	33% {
	  transform: translateX(-100%);
	  animation-timing-function: step-end;
	}
	93% {
	  transform: translateX(100%);
	}
  
	100% {
	  transform: translateX(0);
	}
  }

.test2 {
	position: relative;
	color: #2c2c2c;
    display: flex;
    align-items: flex-start;
    width: 100%;
	justify-content: center;
	justify-items: left;
}
.item-test {
	padding: 0 0 0 10px;
	position: relative;
	color: #2c2c2c;
    display: flex;
	overflow: scroll; 
    align-items: flex-start;
    width: 100%;
    height: 300px;
	justify-content: space-between;
	justify-items: left;
}

.new-list {
	float: left;
	align-items: flex-start;
}

.bannel-test{
    display: flex;
    width: 100%;
	overflow-y: scroll;
    height: 480px;
	justify-content: center;
	justify-items: center;
}
.test3 {
    display: flex;
    align-items: flex-start;
	flex-direction: column;
	margin: 10px;
    width: 90%;
	margin-top: 20px;
	margin-bottom: 30px;
	justify-content: center;
	justify-items: center;
}
.bo-list-test {
	margin-bottom: 4px;
}
.bo_list-test li.bo-list-test{
	margin-bottom: 3px ;
	display:inline-flex;
	flex-direction:column;
	align-items:center; 
	position:relative;
	padding:2px;/*각 배너간 여백*/
	text-align: center;   
}
.bo_list-test li a.link-banner {display:block;overflow:hidden;}
.centered {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

h1 {
font-size: 5rem;
color: #f1f1f1;
position: relative;
transform: skew(var(--skew)) scale(var(--scale));
}

h1::before, h1::after {
	padding:5px 0;
	margin-bottom:100px;
	line-height:-50%;
	display:inline-block;
	height:100px;
	content: attr(data-text);
	position: absolute;
	width: 100%;
	transition: clip-path 50ms ease-in;
}

h1::before {
left: 5px;
text-shadow: 2px -2px #2a96d4;
clip-path: polygon(
	0 var(--t1), 100% var(--t1), 100% var(--b1), 0 var(--b1)
	);
}

h1::after{
left: -5px;
text-shadow: -2px 2px #2a96d4;
clip-path: polygon(
	0 var(--t2), 100% var(--t2), 100% var(--b2), 0 var(--b2)
	);
}

#main-wrap {
	display: flex; 
	width:100%;
	height:100%; 
	min-width: 700px;
	flex-direction: column;
    align-items: center;
    justify-content: center;

	color: #000000;
	border-radius: 10px 10px 0 0;
	background: #ffffff;

	/* background: rgba(255, 255, 255, 0.9);
	border-radius: 16px;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	backdrop-filter: blur(4.1px);
	-webkit-backdrop-filter: blur(4.1px); */
	
	z-index:999;
}

#main-header {
  display:inline-flex;
  flex-direction:row;
  align-items: center;
  justify-content:space-between;
  flex: 1;
  width:100%;
  height:22px;
  top:0;
  text-align:center;
  background-color: #ffffff;
  border-radius: 10px 10px 0 0;
  /* border-top: white 1px solid;
  border-left: white 2px solid;
  border-bottom: #1c5caa 3px solid;
  border-right: #1c5caa 2px solid; */
  /* background-color: var(--back-color); */
  font-weight: bold;
  z-index:1;
  font-weight: bold; 
 
}
#main-btn {
 padding:5px;
}
#main-header button {
	margin:1px;
	padding:2px;
	border:none;
	border-radius:50%;
}

#main {
	flex: 20;
	display: flex;
	margin:auto 0;
	width:100%;
	border-radius: 10px 10px 0 0;
	/* display:block; */
	color: #000000;
	/* 	border: blue solid 1px; */
	/* 	position:absolute; */
	/* background-color: #ffffff; */
    /* border-top: white 2px solid;
    border-left: white 2px solid;
    border-right: #A4A4A4 2px solid; */
}
#main-title {
	padding:15px;
	color: #131313;
	font-size:12pt;
}
#main_visual_box	{ 
	min-height: 100px;
	background: #000;
	margin-bottom: 20px;
}

#main_twitter_box	{
	position: relative;
	width: 32%;
	height: 260px;
	float: left;
	margin-bottom: 20px;
}
.twitter	{ max-height: 100%; }

#main_image_box	{
	position: relative;
	width: 32%;
	margin-left: 2%;
	margin-right: 2%;
	height: 260px;
	text-align: center;
	line-height: 260px;
	float: left;
	margin-bottom: 20px;
}

#main_side_box	{
	position: relative;
	width: 32%;
	height: 260px;
	float: right;
	margin-bottom: 20px;
}

#main_login_box	{ margin-bottom: 20px; }
#main_banner_box	{
	padding: 20px;
	height: 130px;
	text-align: center;
	box-sizing: border-box;
}


#main_copyright_box	{
	display: block;
	position: relative;
	clear: both;
	text-align: center;
}