*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: inherit;
	font-weight: normal;
}

html {
	overscroll-behavior-y: none;
}

body {
	font-family: Sandoll MyeongjoNeo1;
    font-weight: 400;
	line-height: 1.5;
	word-break: keep-all;
	font-size: 24px;

	 background: #223500;

    color: #fff;
}

.en{
  font-family: "EB Garamond", serif;
  font-weight:400;
 
  word-break: keep-all;
  font-style: normal;
  font-size: 20px;

}


.title {
	
	margin: 20px;
	margin-bottom: 100px;
	margin-left: 600px;
	font-size: 50px;
	line-height: 1.2;
}

.title .en { 
	font-size: 36px;

}

.nav {
	margin-top: 50px;
	margin-left: 10px;
	min-height: 100vh;
}




/* 모든 클릭 제목 */

summary {

	cursor: pointer;
	

}



/* 1단계: 식사 / 디저트 */

.mealdesserts {

	margin-bottom: 100px;
	margin-left: 10px;

}

/* 2단계: 만든 것 / 만들지 않은 것 */

.doornot {

	margin-left: 30px;
	margin-top: 30px;
	margin-bottom: 30px;

}

/* 3단계: 연도 */

.year {

	margin-left: 60px;
	margin-top: 30px;
	margin-bottom: 5px;

}

/* 4단계: 월 */

.month {

	margin-left: 60px;
	margin-bottom: 2px;
	   border-left: 1px solid; white; /* 선 색 */

    padding-left: 20px;             /* 선과 글자 사이 간격 */

}

   

}

.month p {

	margin: 0;

}


.mealdesserts[open] > summary {

    color: #ffee8d;

}

.doornot[open] > summary {

    color: #97c46c;

}

.year[open] > summary {

    color: #97c46c;
}


/* 만든 것 / 안 만든 것의 화살표만 제거 */

.doornot > summary {

    list-style: none;

}


/* 연도의 화살표만 제거 */

.year > summary {

    list-style: none;

}

.year > summary::-webkit-details-marker {

    display: none;

}

.nav {

    display: flex;

    align-items: strtch;

    width: calc(100vh - 20px);

    height: calc(100vh - 180px);

    margin-top: 30px 10px 0;

}

.left {

    flex: 0 0 600px;

    height: 100%;

    padding-left: 10px;

    overflow-y: auto;
     scrollbar-width: none;  

}

.left::-webkit-scrollbar {

    display: none;            

}

.right {

    flex: 1;

    min-width: 0;

    height: 100%;

}

.right iframe {

    display: block;

    width: 100%;

    height: 100%;

    border: 0;

}

.title {
	background: #223500;
	
	
	
	justify-content: space-between;
	padding: 20px;
	position: sticky;
	top: 0;
	

}

a {

    color: inherit;          /* 부모 글자색 그대로 사용 */

    text-decoration: none;   /* 밑줄 제거 */

}
