BODY {
     background-position:center;
    background-image: url(/);
    background-attachment:local;
    background-size: 100%;
    background-repeat: no-repeat ;
    background-size: cover;	
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.5;
	padding-bottom: 50px;
	
	

}
.loading {
    width: 0;
    height: 0;
}

li {
  list-style-type: none;
}

.responsive-menu {
  display: block;
  font-size: 28px;
	
}
.responsive-menu ul li ul li a {
  padding: 8px;
  border-bottom: solid 1px white;
  border-top: solid 1px white;
 
}
.responsive-menu ul li ul {
  display: none;
  font-size: 20px;
  padding-top: 20px;

}
#trigger {
  display: none;
}
#trigger:checked + .responsive-menu ul li:hover ul {
  display: block;
}

/*article {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    text-align: center;
    font-family: 'Inconsolata', monospace;
    
}*/
 .video-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 비율 유지 */
  height: 0;
  overflow: hidden;
}

.video-wrap iframe,
.video-wrap object,
.video-wrap embed  {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  object-fit: cover; /* 검은 바 줄이는데 도움 될 수 있음 (브라우저 지원에 따라 다름) */
}


#jaemok{
	font-size:30px;
	position:fixed;
	margin-bottom:10px;
	top: 0px;
	z-index:1;
	max-width:100%;
	padding-left: 4%;
}

a{
  display: block; /* 링크를 블록 요소로 만들어서 내부 콘텐츠가 한 줄씩 쌓이게 합니다. */
  text-decoration: none;
  color: black;
}

#footer{
position: fixed;  /* 고정된 위치 */
    bottom: 0;        /* 화면 하단에 고정 */
    left: 0;          /* 화면의 왼쪽 끝에서 시작 */
    width: 100%;      /* 화면 너비만큼 확장 */
    text-align: center;
    padding: 10px 0;
    background-color: #fff;  /* 배경 색상 설정 */
    z-index: 10;      /* 다른 콘텐츠 위에 위치 */
}


.container1{
	position: relative;
    display:grid;
    grid-template-columns: repeat(3, 1fr);
	grid-template-rows:repeat(3, 1fr);
	
}

.img1{
	width: 100%;
	border: 0px;
	max-width: 800px;
	
}

.img2{
	width: 100%;
	display: block; 
	margin: 20px auto; 
	max-width: 500px;
}


.img3{
	grid-column-start:1;
	grid-column-end:1;
	grid-row-start:1;
	grid-row-end:3;
	width: 100%;
	border: 0px;
	max-width: 800px;
}
.img4{
	grid-column-start:2;
	grid-column-end:2;
	grid-row-start:1;
	grid-row-end:3;
	width: 200%;
	border: 0px;
	max-width: 1000px;
}

.img5{
	width: 60%;
	border: 0px;
	max-width: 800px;	
}
.img6{
	border: 0px;
	max-width: 600px;

}

video { 
	width: 100%;
	max-width: 100%; 
	display: block; 
	margin : auto;
}

.text1{
	font-size: 15px;
	line-height: 1.5;
	margin: 50px auto;
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}
.text2{
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10%;
	margin: 100px auto;
	margin-left: 19%;
	margin-right: 20%;
	
}

.text3{
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10%;
	margin: 50px auto;
	text-align: center;
	}
.text4{
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 15px;
	line-height: 1.5;

	
}

span{
	display: inline-block; 
	width: 100%; 
	text-align: right;
	color: black;
}


.line1, .line2 {
  line-height: 1.2;
  text-align: left;  /* 오른쪽 정렬을 왼쪽으로 변경 */
}

.line3, .line4 {
  line-height: 1.2;
  text-align: left;  /* 오른쪽 정렬을 왼쪽으로 변경 */
}

.container2{
    font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
    position: relative;
    margin-top: 10%;
    margin-left: auto;   /* 가운데 정렬 */
    margin-right: auto;  /* 가운데 정렬 */
    width: 100%;
    max-width: 800px;   /* 최대 너비를 800px로 제한 */
    line-height: 1.5;
    word-break: keep-all;
	
}

.container3{
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	position: relative; 
	border: 0px;
	max-width: 800px;
}

.shop{
	border-top: solid black 2px;
	padding:2px;
}

#menu{
	font-size: 20px;
	height: 100%;
	width: 120%;
	max-width:100%;
	
}

#menu ul{
	list-style:none;
}

#menu ul li{
	width: 600px;
	height: 30px;
	line-height: 50px;
	text-align: left;
}


#menu ul li a{
	text-decoration: none;
	color:black;
	display:block;
}

#menu ul li a : hover{
}

#menu ul ul{
	display: none;
}


#menu ul li : click >ul{
	display: block;
}



nav {
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 13px;
  line-height: 0.2;
  margin: 10px ;
  width: 100%;
  height:0px;
  position: fixed;
  top:0;
  point-event: none;
}
/*
.menu-item {
  width: 400px; 
}

.menu-item1 {
  width: 400px;
  height: 100px; 
}

.menu-item h4 {
  font-size: 15px;
  font-weight: 500;
  padding: 1px 1px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); 
	}

	.menu-item1 h4 {
  font-size: 15px;
  font-weight: 500;
  padding: 1px 1px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 100%); 
	}


.menu-item h4:hover {  
}

.menu-item h4 a {
  color: black;
  display: block;
  text-decoration: none;
  width: 400px;
}
.menu-item1 h4 a {
  color: black;
  display: block;
  text-decoration: none;
  width: 400px;
}


.menu-item ul {
  font-size: 13px;
  line-height: 30px;
  height: 0.1px;
  list-style-type: none;
  overflow: hidden;
  padding: 1px;
  transition: height 1s ease;
}

.menu-item1 ul {
  font-size: 13px;
  line-height: 30px;
  height: 0.1px;
  list-style-type: none;
  overflow: visible;
  padding: 1px;
  transition: height 1s ease;
}


.menu-item:hover ul {
	height: 220px;
	font color: #ffffff;
}

.menu-item ul a {
  margin-left: 40px;
  margin-top:-10px;
  text-decoration: none;
  color: #0015ff;
  display: block;
  width: 500px;
}

.menu-item1 ul a {
  margin-left: 40px;
  margin-top:-10px;
  text-decoration: none;
  color: #0015ff;
  display: block;
  width: 500px;
}

.menu-item li {
  border-bottom: 1px solid #eee;
}

.menu-item1 li {
  border-bottom: 1px solid #eee;
}

.menu-item li:hover {
	font color: #ffffff;
	font-style:italic;
	font-weight: 600;
}
*/

.eng{
	padding-top: 10%;
}

.kor{
	padding-top: 10%;
}

	.pagination{
		text-align: left;
		font-size: 20px;
		letter-spacing:10px;
		text-align: center;
		
		
	}

{
    box-sizing: border-box; /* padding과 border를 포함한 크기 계산 */
}

  
@media screen and (min-width: 200px)  and (max-width:1300px){ 

	nav{
		position:relative;
		padding-top: 3%;
		padding-bottom: 10%;

	}
	

	.container2{
		margin-top: -80%;
        margin-left: 10%; /* 좌우 마진을 10%로 줄이기 */
        margin-right: 10%;
        word-wrap: break-word;
        overflow-wrap: break-word;
	
	}

	.text1 {
        font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 15px;
        line-height: 1.5;
        max-width: 800px;
        margin: 50px auto;
        padding: 2%;
        word-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
        overflow-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
    }

    .text2 {
        font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
        font-size: 15px;
        line-height: 1.5;
        max-width: 800px;
        margin: 50px auto;
        padding: 2%;
        word-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
        overflow-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
    }

    .text3 {
        text-align: center;
        padding: 30px auto;
        padding: 2%;
        word-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
        overflow-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
    }
	
	#menu{
		font-size: 20px;
		height: 100%;
		width: 120%;
		max-width:100%;
		padding-left: 11%;
		position:relative;
}


	
		.img1{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin: 10px auto;
	}	
	
		.img2{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin: 10px auto;
	}	
	
	
		.img3{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin: 10px auto;
	}	
	
	
		.img4{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin: 10px auto;
	}	
	
		.img5{
		display:block;
		margin-left:auto;
		margin-right:auto;
		margin: 10px auto;
		width: 40%;

	}
		.img6{
		display:block;
		margin: 10px auto;
		width: 100%;

	}


		.container3{
		display:block;
		margin-left:auto;
		margin-right:auto;
		text-align: center;
	
	}


	video{
		width: 100%;
		max-width: 100%; 
    	display: block;
		margin: auto;
	}
	
	article{
		padding-top: 100%;
	}

	.about1{	
			display:block;
			margin-left:auto;
			margin-right:auto;
	}


		#footer{
		position: fixed;  /* 고정된 위치 */
        bottom: 0;        /* 화면 하단에 고정 */
        left: 0;          /* 화면의 왼쪽 끝에서 시작 */
        width: 100%;      /* 화면 너비만큼 확장 */
        text-align: center;
        padding: 10px 0;
        background-color: #fff;  /* 배경 색상 설정 */
        z-index: 10;      /* 다른 콘텐츠 위에 위치 */
	

		}

		.eng{
			padding: 2%;
		}

		.kor{
			padding: 2%;
		}

}

@media screen and (min-width: 200px)  and (max-width:800px)

	{ 
		
		
	nav{
		position:relative;
		padding-top: 3%;
	}

		.container2 {
    	margin-top: -30%;
        margin-left: 5%; /* 왼쪽 마진을 5%로 설정하여 적절한 여백 제공 */
        margin-right: 5%; /* 오른쪽 마진을 5%로 설정하여 화면의 여백을 줄임 */
        width: 90%; /* 너비를 90%로 설정하여 화면에 맞게 조정 */
        max-width: 800px; /* 최대 너비를 800px로 제한 */
        word-wrap: break-word;  /* 긴 단어가 잘리지 않도록 줄바꿈 허용 */
        overflow-wrap: break-word;  /* 긴 단어가 잘리지 않도록 줄바꿈 허용 */
        padding: 0 10px; /* 불필요한 패딩을 줄여서 내용이 잘리지 않도록 함 */
		}

    .text1 {
        text-align: left;
        word-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
        overflow-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
    }
		

		
	.img1{
		width:100%;
	}
	
	.img5{
	width: 70%;
	border: 0px;
	max-width: 800px;	
}	
	
	video{
		width: 100%;
		max-width: 100%; 
		display: block; 
		margin-left:auto;
		margin-right:auto;
		
	}
	
	
	
	article{
		padding-top: 100%;
	}
	
	.text1{	
		text-align: left;
		word-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
        overflow-wrap: break-word;  /* 텍스트 줄바꿈 허용 */
		
		}

		
	#footer{
   position: fixed;  /* 고정된 위치 */
        bottom: 0;        /* 화면 하단에 고정 */
        left: 0;          /* 화면의 왼쪽 끝에서 시작 */
        width: 100%;      /* 화면 너비만큼 확장 */
        text-align: center;
        padding: 10px 0;
        background-color: #fff;  /* 배경 색상 설정 */
        z-index: 10;      /* 다른 콘텐츠 위에 위치 */
	}


	}}