@charset:"utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jua&display=swap');
@import url('https://fonts.googleapis.com/css2?family=:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rowdies:wght@700&display=swap');

*{margin: 0; padding: 0;}
ol,ul{
	list-style: none;
	border: 0;
}
a{text-decoration: none; color: #000;}

div,header,footer{
	box-sizing: border-box;
}

html,body{
	width: 100%;
	height: 100%;
}

.wrap{
	width: 100%;
/*	min-width: 1024px;*/
	height: 100%;
	margin: 0 auto;
	position: relative;
	background:url(../images/bg.jpg) bottom no-repeat;
	background-size: cover;
	font-family:jua;
}

.content{
	width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	height:1080px;
}

header {
	width: 100%;
	height: 150px;
	/*height: 200px;*/
	box-sizing: border-box;
	/*overflow: hidden;*/
}
header h1{
	width: 100%;
	text-align: center;
	height: 100px;
	background-image: url(../images/title05.png);
	background-size: cover;
	position: relative;
}

header h1 a{
	display: block;
	width:  400px;
	height: 100px;
	position: relative;

}

header h1 a img{
	width: 100px;
    display: block;
    position: fixed;
    top:25px;
    left:50px;
}

.title{
	position: absolute;
	top: 10px;
	left: 50px;
}

.title a{
	font-family: Rowdies;
	color: rgba(250,250,250,0.5);
	font-size: 70px;
}
.sign{
	position: absolute;
	top: 10px;
	right: 10px;
	color: rgba(250,250,250,0.9);
	font-size: 13px;
	font-family:Roboto;
}

.sign p{
	text-align: right;
	font-family:Roboto;
}

.sign small{
 	text-align: right;
 	display: block;
	font-family:Roboto;
}
.sign span{
	padding-left: 10px; 
	font-size: 8px;
	color: #000;
}

.copyright{
	position: absolute;
	bottom: 5px;
	right: 10px;
	color: rgba(250,250,250, 0.7);
	font-size: 11px;
	font-family:Roboto;
}

header .nav {
	width: 1000px;
	height: 30px;
	line-height: 30px;
}

header .nav li{
	float: left;
	box-sizing: border-box;
	border: 1px solid #aaa; 
	background-color: #ddd;
	/*padding: 7px;*/
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #000;
	font-size: 20px;
}

header .nav li:after{
	clear: both;
	content: "";
	display: block;
}

header .nav li a{
	display: block;
}

header .nav li:hover {
	background-color: yellow;
}

.slideshow{
	overflow: hidden;
	position: relative;
	width: 1000px;
	height: 550px;

}
.slideshow img{
	display: none;
	position: absolute;
}

.slide img:first-child{
	display: inline;
}

.slideshow-nav a,
.slideshow-indicator a{
    background-color: rgba(0,0,0,0);
	overflow: hidden;
}

.slideshow-nav a:before,
.slideshow-indicator a:before{
	content:url(../images/buttons.png);
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.slideshow-nav a{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 72px;
	height: 72px;
	margin-top: -36px;
	/*border-radius: 50%;*/
	background-color: rgba(0,0,0,0);
}

.slideshow-slides{
	height: 100%;
	position: absolute;
	width: 100%;
}

.slideshow-slides .slide{
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
	display: block;
}

.slideshow-nav a.prev{
	margin-left:-480px;
}

.slideshow-nav a.prev:before{
	margin-top: -20px;
}

.slideshow-nav a.next{
	margin-left: 408px;
}

.slideshow-nav a.next:before{
	margin-left: -80px;
	margin-top: -20px;
}

/*첫장에서 prev 버튼이, 마지막장에서는 next 버튼이 안보인다.*/
.slideshow-nav a.disabled{
	display: none;
}

.slideshow-indicator{
	bottom:30px;
	height:16px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	/*background-color: #fff;*/
}
.slideshow-indicator a{
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 3px;
	margin-right: 3px;
	/*border: 1px solid red;*/
}

.slideshow-indicator a.active{
	cursor: default;
}

.slideshow-indicator a:before{
	margin-left: -110px;
}

.slideshow-indicator a.active:before{
	margin-left: -130px;
}



/*footer {
	position: absolute;
	bottom: 5px;
	left: 10px;
	color: #fff;
	font-size: 12px;
	z-index: -1;
}

footer span{
	padding-left: 10px;
	padding-right: 10PX; 
	font-size: 8px;
	color: #000;
}
*/

/*마스크*/

.characters{
	position: relative;
	width: 1000px;
	height: 335px;
}

.mask{
	overflow: hidden;
	position: absolute;
	top:0;
	left:0; 
	/***************/
	width: 1000px;
	height: 335px;
}

.mask img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -500px;
	margin-top: -167.5px;
	width: 1000px;
	height: 335px;
}

.mask .bar{
	position: absolute;
	width: 100%;
	height: 23px;
	top: 0;
}

.mask#c1 .bar{background-color: #be845c;}
.mask#c2 .bar{background-color: #ddfdff;}
.mask#c3 .bar{background-color: #577bdb;}
.mask#c4 .bar{background-color: #ff5ba7;}
.mask#c5 .bar{background-color: #ee9321;}

.mask .line{
	position: absolute;
	width: 0px;
	height: 100%;
	background-color: #fff;
	opacity: 0.8;
	top: 0;
}

.mask:first-child .line{
	display: none;
}

/*캐릭터 소개 문구*/

#c1 p:nth-of-type(1){
	position: absolute;
	font-size: 20px;
	top: 100px;
	left: 250px;
	width: 35px;
	height: 30px;
	line-height: 30px;
}	

#c1 p:nth-of-type(2){
	position: absolute;
	font-size: 20px;
	top: 100px;
	left: 300px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}

#c1 p:nth-of-type(3){
	position: absolute;
	font-size: 15px;
	top: 135px;
	left: 250px;
	width: 300px;
	height: 70px;
}

#c1 p:nth-of-type(4){
	position: absolute;
	font-size: 15px;
	top: 205px;
	left: 250px;
	width: 300px;
	height: 70px;
}

#c2 p:nth-of-type(1){
	position: absolute;
	font-size: 20px;
	top: 100px;
	left: 150px;
	width: 35px;
	height: 30px;
	line-height: 30px;
}	

#c2 p:nth-of-type(2){
	position: absolute;
	font-size: 20px;
	top: 200px;
	left: 150px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}

#c2 p:nth-of-type(3){
	position: absolute;
	font-size: 15px;
	top: 100px;
	left: 400px;
	width: 300px;
	height: 70px;
}

#c2 p:nth-of-type(4){
	position: absolute;
	font-size: 15px;
	top: 200px;
	left: 400px;
	width: 300px;
	height: 70px;
}

#c3 p:nth-of-type(1){
	position: absolute;
	font-size: 20px;
	top: 100px;
	left: 200px;
	width: 35px;
	height: 30px;
	line-height: 30px;
}	

#c3 p:nth-of-type(2){
	position: absolute;
	font-size: 20px;
	top: 100px;
	left: 600px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}

#c3 p:nth-of-type(3){
	position: absolute;
	font-size: 15px;
	top: 130px;
	left: 200px;
	width: 200px;
	height: 70px;
}

#c3 p:nth-of-type(4){
	position: absolute;
	font-size: 15px;
	top: 130px;
	left: 600px;
	width: 200px;
	height: 70px;
}

#c4 p:nth-of-type(1){
	position: absolute;
	font-size: 20px;
	top: 100px;
	left: 250px;
	width: 35px;
	height: 30px;
	line-height: 30px;
}	

#c4 p:nth-of-type(2){
	position: absolute;
	font-size: 20px;
	top: 200px;
	left: 250px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}

#c4 p:nth-of-type(3){
	position: absolute;
	font-size: 15px;
	top: 100px;
	left: 300px;
	width: 300px;
	height: 70px;
}

#c4 p:nth-of-type(4){
	position: absolute;
	font-size: 15px;
	top: 200px;
	left: 300px;
	width: 300px;
	height: 70px;
}

#c5 p:nth-of-type(1){
	position: absolute;
	font-size: 20px;
	top: 120px;
	left: 400px;
	width: 35px;
	height: 30px;
	line-height: 30px;
}	

#c5 p:nth-of-type(2){
	position: absolute;
	font-size: 20px;
	top: 220px;
	left: 400px;
	width: 50px;
	height: 30px;
	line-height: 30px;
}

#c5 p:nth-of-type(3){
	position: absolute;
	font-size: 15px;
	top: 120px;
	left: 500px;
	width: 300px;
	height: 70px;
}

#c5 p:nth-of-type(4){
	position: absolute;
	font-size: 15px;
	top: 220px;
	left: 500px;
	width: 300px;
	height: 70px;
}




