@media all and (max-width: 800px) {
body {
	font-size: 15px;
}
#wrap-all {
	margin: 0 20px;
}
header {
	width: 100%;
	height: 50px;
	position: fixed;
	background-color: rgba(250, 249, 242, 1);
	z-index: 9;
	left: 0;
	top: 0;
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
}
.dark header {
	background-color: rgba(0, 0, 0, 1);
}
.home header {
	left: 0;
	top: 0;
	background-color: transparent;
	box-shadow: none;
}	
.home footer {
	left: 20px;
}
#logo {
	position: absolute;
	margin: 0;
	top: 50%;
	left: 20px;
	z-index: 10;
	transform: translate(0%, -50%);
}
#nav {
	height: 100%;
	opacity: 0;
	visibility: hidden;
	background-color: #faf9f2;
	position: fixed;
	padding: 20px;
}
.dark #nav {
	background-color: #000;
}
.open-menu {
	opacity: 1 !important;
	visibility: visible !important;
}
.open-menu::before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
}
#hamberger {
	width: 24px;
	height: 12px;
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 20px;
	cursor: pointer;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}
#hamberger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #000;
	opacity: 1;
	bottom: 0;
	left: 0;
	transform: rotate(0deg);
	transition: .25s;
}
.dark #hamberger span {
	background: rgba(250, 250, 250, 1);
}
#hamberger:hover span {
	background: #000;
}
.dark #hamberger:hover span {
	background: rgba(250,250,250,0.5);
}
#hamberger span:nth-child(1) {
	bottom: 0px;
}
#hamberger span:nth-child(2) {
	top: 0;
}
#hamberger.open span:nth-child(1) {
	bottom: 4px;
	transform: rotate(45deg);
	transition: .25s;
}
#hamberger.open span:nth-child(2) {
	transition: .25s;
	top: auto;
	bottom: 4px;
	transform: rotate(-45deg);
}
.list-item li {
}
.cont {
	width: 100%;
	float: none;
	margin-bottom: 24px;
	margin-top: 72px;
}
.list-item li h3 {
	font-size: 15px;
}
#archive-cont .list-item li {
	width: 100%;
}
#archive-cont .list-item li a div {
	height: 32vh;
	min-height: 200px;
}
.list-item span {
	font-size: 15px;
}
#menu-gnb li a {
	font-size: 15px;
}
#copy {
	bottom: 20px;
}
#nav {
	z-index: 9;
}
.dark #post-title {
	color: rgba(250,250,250,0.75);
}
#desc {
	width: 100%;
	top: 60px;
	font-size: 15px;
	margin-bottom: 0;
	left: 20px;
	position: absolute;
	z-index: 11;
}
#dot {
	z-index: 11;
	right: 20px;
	bottom: 24px;
}
.bye {
	opacity: 1 !important;
}
#menu-gnb {
	top: 140px;
	position: absolute;
}
footer {
	opacity: 0;
	z-index: 11;
	bottom: 20px;
}
.category-sentence .list-item li span {
	width: 100%;
	margin-bottom: 0.25em;
}
.category-sentence .list-item li div {
	width: 100%;
}
#photo-cont {
	margin-top: 60px;
}
.my-gallery {
	width: 100%;
}
.category-take-a-moment #wrap-all {
	margin: 8px;
}
#photo-cont figure {
	width: 100%;
	height: auto;
	min-height: 0px;
	vertical-align: top;
	padding: 1vw;
	margin: 0;
	box-sizing: border-box;
	display: inline-block;
}
.my-gallery img {
	height: auto;
	width: 100%;
}
#photo-cont ul li {
	height: auto;
	min-height: 140px;
	margin-bottom: 8vh;
	background-image: none;
}
#photo-cont ul li img {
	display: block;
}
.wp-block-column, 
.wp-block-column p {
	margin-bottom: 0.25em !important;
}
}
