@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&family=Noto+Sans+KR:wght@300&family=PT+Serif:wght@400;700&display=swap');

/*font-family: 'Do Hyeon', sans-serif;  (메인제목)
font-family: 'Noto Sans KR', sans-serif;  (내용)

font-family: 'PT Serif', serif; (영문 400,700)*/
.impormation{
	max-width:600px;
	width:100%;
	height:100px;
	line-height:100px;
	border:3px solid orange;
	font-family: 'Do Hyeon';
	font-size:30px;
	text-align:center;
	background-color:rgba(100,149,237);
	color:rgba(255,255,255);
	margin-top:calc(50vh - 50px);
	margin-left:calc(50% - 300px);
}

a{text-decoration:none;}
ul{padding:0;}
li{list-style:none;}
#scrolltop{
	width:60px;
	height:30px;
	font-family: 'PT Serif';
	font-size:8px;
	background-color:rgba(0,191,255);
	color:rgba(255,255,255);
	position:fixed;
	bottom:-20%;
	right:13%;
	z-index:1;
	cursor:pointer;
	transition:0.3s;
	text-align:center;
	line-height:30px;
	border-radius:10px;
}
#scrolltop.act{
	bottom:20%;
}
#scrolltop:hover{
	width:70px;
	background-color:rgba(255,99,71,0.8);
}
body{
	background-image:url(../image/bodyback_1.png);
	background-size:1920px 1080px;
	background-position:center top;
	background-repeat:repeat-y;
	overflow-x:hidden;
}
#start{
	width:200px;
	height:200px;
	background-image:url(../image/start.png);
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center center;
	text-indent:-999em;
	position:fixed;
	top:calc(50% - 100px);
	right:calc(50% - 100px);
	z-index:1;
	cursor:pointer;
	transition:0.5s 0.3s;
}
#start.start{
	background-size:0 0;
	z-index:-2;
}
#left{
	width:50vw;
	height:100vh;
	background-image:url(../image/left_cotton.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:fixed;
	top:0;
	left:0;
	bottom:0;
	z-index:-1;
	text-indent:-999em;
	transition:13s 1s ease-in-out;
}
#left.left{
	margin:0 -100% 0 -50%;
}
#right{
	width:50vw;
	height:100vh;
	background-image:url(../image/right_cotton.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
	text-indent:-999em;
	transition:13s 1s ease-in-out;
}
#right.right{
	margin:0 -50% 0 -100%;
}
#indexlogo{
	width:744px;
	height:424px;
	background-image:url(../image/indexlogo_1.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	text-indent:-999em;
	position:fixed;
	top:calc(40% - 212px);
	right:calc(50% - 372px);
	z-index:-2;
	opacity:0;
	transition:7s 7s ease-in-out;
}
#indexlogo.indexlogo{
	opacity:1;
}
#backmusic{
	width:300px;
	position:fixed;
	bottom:-10%;
	right:calc(50% - 150px);
	font-family:sans-serif;
	font-size:10px;
	z-index:-1;
	transition:1s 10s cubic-bezier(.33,-0.03,.73,1.7);
}
#backmusic.backmusic{
	bottom:2%;
}
#backmusic > p{
	padding:0;
	text-align:center;
	color:rgba(0,0,0,0.7);
}
#backmusic > audio{
	width:300px;
	height:27px;
}
#enter{
	width:200px;
	height:100px;
	position:fixed;
	bottom:-12%;
	right:calc(50% - 100px);
	z-index:-1;
	transition:1s 10s cubic-bezier(.33,-0.03,.73,1.7);
}
#enter.enter{
	bottom:12%;
}
#enter > a{
	width:100%;
	height:100%;
	display:inline-block;
	background-color:rgba(220,20,60,0.5);
	color:rgba(255,255,255,0.6);
	font-size:30px;
	line-height:100px;
	font-family: 'Do Hyeon';
	text-align:center;
	transition:0.3s;
}
#enter:hover > a{
	font-size:36px;
	color:rgba(255,255,255,1);
	background-color:rgba(220,20,60,0.9);
	border-radius:15px;
}
/*여기까지 index 영역*/

header{
	max-width:1000px;
	width:100%;
	height:120px;
	background-color:rgba(255,235,205,0.1);
	border-bottom:3px solid rgba(0,0,0,0.5);
	box-sizing:border-box;
	margin:0 auto;
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
	align-items:flex-end;
	position:fixed;
	top:0;
	left:50%;
	transform:translatex(-49%);
	z-index:2;
	transition:0.5s;
}
header.scroll{
	background-color:rgba(255,235,205,0.9);
}
header > h1{
	margin:0 0 3px 20px;
}
header > h1 > a{
	width:233px;
	height:80px;
	display:inline-block;
	background-image:url(../image/mainlogo_1.png);
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	text-indent:-999em;
}

header > nav > ul{
	display:flex;
	flex-flow:row nowrap;
	justify-content:space-between;
}
header > nav > ul > li{
	margin-left:6px;
}
#target{
	color:rgba(255,255,255);
	background-color:rgba(255,99,71,0.8);
}
header > nav > ul > li > a{
	color:rgba(0,0,0,0.7);
	font-family:'Noto Sans KR';
	font-size:15px;
	font-weight:bold;
	letter-spacing:1px;
	border-radius:8px;
	padding:14px 30px;
	transition:0.35s;
}
header > nav > ul > li:hover > a{
	color:rgba(255,255,255);
	background-color:rgba(255,99,71,0.8);
}
.musicmenu{
	position:absolute;
	margin:10px 0 0 0;
}
.musicmenu > li{
	padding:10px 0 0 0;
	display:none;
}
.aaa:hover .musicmenu{
	background-color:rgba(255, 248, 220,0.8);
}
.aaa:hover .musicmenu > li{
	display:block;
}
.musicmenu > li > a{
	color:rgba(0,0,0,0.7);
	font-family:'Noto Sans KR';
	font-size:14px;
	letter-spacing:2px;
	padding:10px 20px;
	transition:0.3s;
}
.musicmenu > li:hover > a{
	color:rgba(255,99,71,0.8);
}
/*여기까지 header 영역*/

main{
	max-width:960px;
	margin:130px auto 10px;
}
main > div{
	width:100%;
	margin:0 auto;
	background-color:rgba(255,235,205,0.5);
	padding:20px 80px;
	box-sizing:border-box;
}
main > div > h1{
	font-family:'Do Hyeon';
	font-size:40px;
	letter-spacing:5px;
	color:rgba(0,0,0,0.7);
}
main > div > p{
	font-family:'Noto Sans KR';
	font-size:14px;
	letter-spacing:2px;
	color:rgba(0,0,0,0.9);
	line-height:28px;
}
/*여기까지 인사말 영역*/


.met{
	width:100%;
	margin:10px auto;
	background-color:rgba(255,235,205,0.5);
	padding:20px 80px;
	box-sizing:border-box;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}
.met > h1{
	max-width:900px;
	width:100%;
	margin:10px auto;
	font-family: 'Do Hyeon';
	font-size:40px;
	letter-spacing:5px;
	color:rgba(0,0,0,0.7);
	border-bottom:1px solid rgba(0,0,0,0.7);
	box-sizing:border-box;
}
.met > h1 > span{
	font-size:20px;
}
.met > h1 > p{
	font-family:'Noto Sans KR';
	font-size:14px;
	letter-spacing:.5px;
	color:rgba(0,0,0,0.7);
	line-height:28px;
	padding:0 10px 0 10px;
}
.met > nav > ul > li{
	display:flex;
	flex-flow:row wrap;
	justify-content:space-around;
	align-items:center;
	margin-bottom:20px;
}
.met > nav > ul > li > h1{
	max-width:800px;
	width:100%;
	margin:10px auto;
	font-family: 'Do Hyeon';
	font-size:30px;
	letter-spacing:3px;
	color:rgba(0,0,0,0.7);
	border-bottom:1px solid rgba(0,0,0,0.5);
	box-sizing:border-box;
}
.met > nav > ul > li > h1 > p{
	font-family:'Noto Sans KR';
	font-size:13px;
	letter-spacing:.5px;
	color:rgba(0,0,0,0.7);
	line-height:24px;
	padding:0 10px 0 10px;
}
.met > nav > ul > li > h2{
	max-width:330px;
	width:100%;
	height:466px;
	background-repeat:no-repeat;
	background-size:100% 100%;
	background-position:center center;
	text-indent:-999em;
}
.metimg_1{background-image:url(../image/음악의정석1권.png);}
.metimg_2{background-image:url(../image/음악의정석2권.png);}
.metimg_3{background-image:url(../image/음악의정석3권.png);}
.metimg_4{background-image:url(../image/음악의정석4권.png);}
.metimg_5{background-image:url(../image/음악의정석5권.png);}
.metimg_6{background-image:url(../image/음악의정석6권.png);}
.metimg_7{background-image:url(../image/음악의정석7권.png);}
.metimg_8{background-image:url(../image/고전-표지.png);}
.met > nav > ul > li > div{
	max-width:400px;
	width:100%;
	height:466px;
	line-height:24px;
	padding:10px;
	border-bottom:1px solid red;
	box-sizing:border-box;
	overflow-x:hidden;
}
.met > nav > ul > li > div > p{
	font-family:'Noto Sans KR';
	font-size:12px;
	color:rgba(0,0,0,0.9);
}
.met_p1, .met_p2 > span{
	font-size:13px;
	font-weight:bold;
}
.met > nav > ul > li > div > a{
	display:inline-block;
	font-family:'Noto Sans KR';
	font-size:11px;
	color:rgba(255,255,255);
	background-color:rgba(255,99,71,0.8);
	padding:10px;
	transition:0.3s;
}
.met > nav > ul > li > div > a:hover{
	background-color:rgba(0,191,255);
}
/*여기까지 교본영역*/

.album_b{
	display:flex;
	flex-flow:column nowrap;
	justify-content:space-around;
	align-items:center;
	padding:0;
	margin:0 auto 10px;
}
.album_b > li{
	max-width:500px;
	width:100%;
	height:100px;
	margin:10px 0 5px 0;
	text-align:center;
	font-family: 'Do Hyeon';
	font-size:32px;
	line-height:100px;
	letter-spacing:2px;
	background-color:rgba(60, 179, 113,0.6);
	cursor:pointer;
}

.album_b > li > a{
	color:rgba(255,255,255,0.7);
	transition:0.3s;
}
.album_b > li:hover{
	background-color:rgba(30, 144, 255,0.9);
}
.album_b > li:hover > a{
	font-size:40px;
	color:rgba(255,255,255,0.9);
}
.album_b > li.show{
	background-color:rgba(30, 144, 255,0.9);
}
.album_b > li.show > a{
	font-size:40px;
	color:rgba(255,255,255,0.9);
}
.albimg_1{background-image:url(../image/create_album.png);}
.albimg_2{background-image:url(../image/create_album1.png);}
.albimg_3{background-image:url(../image/create_album2.png);}
.albimg_4{background-image:url(../image/create_album3.png);}

.albimg_6{background-image:url(../image/buddhism_album1.png);}
.albimg_7{background-image:url(../image/buddhism_album2.png);}

.albimg_8{background-image:url(../image/classic_album1.png);}
.albimg_9{background-image:url(../image/classic_album2.png);}

.album_ul{
	display:none;
	transition:0.3s;
}
.album_ul.start{
	display:block;
}
/* .myoeum_img{
	display:inline-block;
	width:243px;
	height:400px;
	background-image:url(../image/myoeum_img.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:100% 100%;
	text-indent:-999em;
	float:right;
	margin-left:30px;
} */
.clear{clear:clear}

/*여기까지 앨범영역*/

.model{
	max-width:900px;
	width:100%;
	margin:10px auto;
	background-color:rgba(255,235,205,0.5);
	padding:20px 80px;
	box-sizing:border-box;
}
.model > h1{
	width:100%;
	margin:10px 0 10px 0;
	font-family: 'Do Hyeon';
	font-size:32px;
	letter-spacing:3px;
	color:rgba(0,0,0,0.7);
	border-bottom:1px solid rgba(0,0,0,0.5);
	box-sizing:border-box;
}
.model > h1 > p{
	width:100%;
	margin:20px 0 10px 0;
	font-family:'Noto Sans KR';
	font-size:13px;
	letter-spacing:1px;
	color:rgba(0,0,0,0.7);
	line-height:24px;
	padding:0 10px 0 10px;
	box-sizing:border-box;
}
.mod{
	display:block;
	position:relative;
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid tomato;
	box-sizing:border-box;
	padding-left:20px;
	cursor:pointer;
	font-family: 'Do Hyeon';
	font-size:14px;
	letter-spacing:1px;
	background-color:rgba(240,230,140,0.8);
	color:rgba(0,0,0,0.7);
	transition:0.35s;
}
.mod:hover{
	padding-left:22px;
	font-size:15px;
	background-color:rgba(205,92,92,0.8);
	color:rgba(255,255,255,1);
	border-bottom:2px solid orange;
}
[id^="mod"]{display:none;}
.icon{
	display:inline-block;
	width:25px;
	height:25px;
	position:absolute;
	top:calc(50% - 12.5px);
	right:10px;
	background-image:url(../image/icon.png);
	background-position:center center;
	background-size:100% 100%;
	background-repeat:no-repeat;
	text-indent:-999em;
	transition:0.3s ease-in-out;
}
[id^="model"]:checked + label > .icon{
	transform:rotate(-90deg);
}

[id^="model"]:checked + label{
	padding-left:22px;
	font-size:15px;
	background-color:rgba(205,92,92,0.8);
	color:rgba(255,255,255,1);
	border-bottom:2px solid orange;
}
.mod_b{
	width:100%;
	height:0;
	line-height:22px;
	font-family:'Noto Sans KR';
	font-size:1px;
	box-sizing:border-box;
	overflow-y:hidden;
	transition:0.35s;
	position:relative;
}
[id^="model"]:checked + label + div{
	font-size:13px;
	height:auto;
	padding:56.25% 0 0 0;
	margin-top:3px;
}
[id^="model"] + label + div{
	padding:0;
	margin-top:7px;
}
.mod_b > iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0;
}

/* 여기까지 교본진행 연주음원*/

.news{
	max-width:900px;
	width:100%;
	margin:10px auto;
	background-color:rgba(255,235,205,0.5);
	padding:20px 80px;
	box-sizing:border-box;
}
.news > h1{
	width:100%;
	margin:10px auto;
	font-family: 'Do Hyeon';
	font-size:40px;
	letter-spacing:5px;
	color:rgba(0,0,0,0.7);
	border-bottom:1px solid rgba(0,0,0,0.5);
	box-sizing:border-box;
}
.news > h1 > p{
	width:100%;
	margin:5px auto;
	font-family:'Noto Sans KR';
	font-size:14px;
	letter-spacing:2px;
	color:rgba(0,0,0,0.7);
	line-height:28px;
	padding:0 10px 0 10px;
	box-sizing:border-box;
}
[id^="box"]{display:none;}
.box{
	display:inline-block;
	width:100%;
	height:50px;
	line-height:50px;
	border-bottom:1px solid tomato;
	box-sizing:border-box;
	padding-left:10px;
	cursor:pointer;
	font-family: 'Do Hyeon';
	font-size:14px;
	background-color:rgba(240,230,140,0.8);
	color:rgba(0,0,0,0.7);
	transition:0.35s;
}
.box:hover{
	padding-left:14px;
	font-size:17px;
	background-color:rgba(205,92,92,0.8);
	color:rgba(255,255,255,1);
	border-bottom:2px solid orange;
}
[id^="box"]:checked + label{
	padding-left:14px;
	font-size:17px;
	background-color:rgba(205,92,92,0.8);
	color:rgba(255,255,255,1);
	border-bottom:2px solid orange;
}
.news_c{
	width:100%;
	height:0;
	line-height:24px;
	font-family:'Noto Sans KR';
	font-size:1px;
	box-sizing:border-box;
	overflow-y:hidden;
	transition:0.35s;
}
[id^="box"]:checked + label + p{
	font-size:13px;
	border-bottom:2px solid orange;
	height:auto;
	padding:20px;
	margin-top:3px;
}
[id^="box"] + label + p{
	padding:0;
	margin-top:7px;
}
#store{
	width:100px;
	height:40px;
	font-family:'Noto Sans KR';
	font-size:13px;
	background-color:rgba(240,230,140,0.3);
	color:rgb(0,0,77);
	padding:10px 20px;
	transition:0.3s;
}
#store:hover{
	background-color:rgba(75,0,130,0.3);
	color:rgb(255,255,255);
}

footer{
	max-width:960px;
	width:100%;
	border-top:3px solid rgba(0,0,0,0.5);
	box-sizing:border-box;
	margin:0 auto;
	display:flex;
	flex-flow:row nowrap;
	justify-content:center;
	align-items:center;
}
footer > address{
	text-align:center;
	font-style:normal;
	font-family:'Noto Sans KR';
	font-size:12px;
	letter-spacing:1px;
	color:rgba(0,0,0,0.7);
	line-height:20px;
}
.menu_button, .M{display:none;}
@media screen and (max-width:768px){
	.impormation{
		max-width:600px;
		width:100%;
		height:80px;
		line-height:80px;
		border:3px solid orange;
		font-family: 'Do Hyeon';
		font-size:17px;
		text-align:center;
		background-color:rgba(100,149,237);
		color:rgba(255,255,255);
		margin:0 auto;
		margin-top:calc(50vh - 40px);
	}
	#scrolltop{
		display:none;
	}
	#indexlogo{
		width:372px;
		height:212px;
		background-image:url(../image/indexlogo_1.png);
		background-size:100% 100%;
		text-indent:-999em;
		position:fixed;
		top:calc(50% - 106px);
		right:calc(50% - 186px);
		z-index:-2;
	}
	#enter{
		width:150px;
		height:70px;
		right:calc(50% - 75px);
	}
	#enter > a{
		background-color:rgba(220,20,60,0.9);
		color:rgba(255,255,255,0.9);
		font-size:24px;
		line-height:70px;
	}
	.M{
		display:block;
		width:100vw;
		height:50px;
		font-family: 'Do Hyeon';
		font-size:20px;
		letter-spacing:2px;
		text-align:center;
		line-height:50px;
		position:fixed;
		top:0;
		left:0;
		right:0;
		color:rgba(255,255,255);
		background-color:rgba(255,99,71,0.8);
		z-index:3;
	}
	header{
		flex-flow:column nowrap;
		justify-content:center;
		height:560px;
		align-items:center;
		top:-100%;
		background-color:rgba(255,235,205,0.9);
	}
	#menu_button:checked ~ #header{
		top:60px;
	}
	.aaa:hover .musicmenu > li{
		display:none;
	}
	header > nav{
		max-width:300px;
		width:100%;
	}
	header > nav > ul{
		width:100%;
		display:flex;
		flex-flow:column nowrap;
		align-items:center;
	}
	header > nav > ul > li{
		width:100%;
		height:50px;
		margin:15px auto 15px;
	}
	header > nav > ul > li > a{
		width:100%;
		display:block;
		color:rgba(0,0,0,0.7);
		font-family:'Noto Sans KR';
		font-size:18px;
		color:rgba(255,255,255);
		background-color:rgba(255,99,71,0.8);
		letter-spacing:2px;
		border-radius:3px;
		padding:10px 20px;
		box-sizing:border-box;
		line-height:50px;
	}
	main{
		margin:50px auto 10px;
	}
	main > div{
		padding:10px 20px;
	}
	main > div > h1{
		font-size:25px;
	}
	main > div > p{
		font-size:10px;
		line-height:24px;
		letter-spacing:1px;
		color:rgba(0,0,0);
	}
	.myoeum_img{
		display:block;
		float:none;
		margin:0 auto;
	}
	footer > address{
		font-size:9px;
		letter-spacing:1px;
		color:rgba(0,0,0,0.7);
	}
	.met{
		padding:10px 20px;
	}
	.met > h1{
		font-size:30px;
		letter-spacing:3px;
	}
	.met > h1 > span{
		font-size:13px;
	}
	.met > h1 > p{
		font-size:11px;
		letter-spacing:1px;
		line-height:22px;
		padding:0 8px 0 8px;
	}
	.met > h1 > ul{
		display:none;
	}
	.met > nav{
		max-width:650px;
		width:100%;
	}
	.met > nav > ul{
		max-width:650px;
		width:100%;
		display:flex;
		flex-flow:row wrap;
		justify-content:center;
	}
	.met > nav > ul > li{
		padding:0;
	}
	.met > nav > ul > li > h1 > p{
		font-size:10px;
		letter-spacing:1px;
		line-height:22px;
		padding:0 8px 0 8px;
	}
	.met > nav > ul > li > a{
		font-size:10px;
		letter-spacing:1px;
		margin:5px 2px;
		padding:5px;
		color:rgba(255,255,255);
		background-color:rgba(255,99,71,0.8);
	}
	.met > nav > ul > li > h1{
		margin:5px auto;
		font-size:20px;
		letter-spacing:2px;
	}
	.model{		
		margin:5px auto;
		padding:10px 10px;
	}
	.mod:hover{
		padding-left:24px;
		font-size:16px;
		background-color:rgba(205,92,92,0.8);
		color:rgba(255,255,255,1);
		border-bottom:2px solid orange;
	}
	.model > h1{
		font-size:20px;
		letter-spacing:1px;
	}
	.model > h1 > p{
		margin:10px 0 10px 0;
		font-size:11px;
		color:rgba(0,0,0,0.7);
		line-height:20px;
		padding:0 5px 0 5px;
	}
	.mod{
		height:40px;
		line-height:40px;
		padding-left:10px;
		font-size:11px;
	}
	[id^="model"]:checked + label{
		padding-left:12px;
		font-size:12px;
	}
	[id^="model"]:hover + label{
		padding-left:12px;
		font-size:12px;
	}
	.icon{
		width:20px;
		height:20px;
		position:absolute;
		top:calc(50% - 10px);
		right:10px;
	}
	.mod_b{
		line-height:18px;
	}

	.news{
		margin:5px auto;
		padding:10px 10px;
	}
	.news > h1{
		font-size:20px;
		letter-spacing:1px;
	}
	.news > h1 > p{
		font-size:10px;
		padding:0 5px 0 5px;
	}
	.box{
		height:40px;
		line-height:40px;
		padding-left:5px;
		font-size:11px;
	}
	.box:hover{
		padding-left:5px;
		font-size:11px;
		background-color:rgba(205,92,92,0.8);
		color:rgba(255,255,255,1);
	}
	[id^="box"]:checked + label{
		padding-left:5px;
		font-size:11px;
		background-color:rgba(205,92,92,0.8);
		color:rgba(255,255,255,1);
		border-bottom:2px solid orange;
	}
	.news_c{
		line-height:22px;
	}
	[id^="box"]:checked + label + p{
		font-size:10px;
		padding:5px;
	}
}