@font-face {
font-family: "togalite", sans-serif;
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: "togalite", sans-serif;
font-weight: 300;
font-style: normal;
}
@font-face {
font-family: "togalite", sans-serif;
font-weight: 400;
font-style: normal;
}
@font-face {
font-family: "togalite", sans-serif;
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: "togalite", sans-serif;
font-weight: 600;
font-style: normal;
}
@font-face {
font-family: "togalite", sans-serif;
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: "togalite", sans-serif;
font-weight: 800;
font-style: normal;
}

.noto-serif-kr-<uniquifier> {
  font-family: "Noto Serif KR", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
*{  box-sizing: border-box;
    margin,padding: 0;
}

body{
    position: relative;
    display: block;
    margin: 0;
    background-color: red;
    font-family: "togalite","Noto Serif KR", serif;
}
h1{ margin: 0;
    font-family:"togalite" ;
/*    text-align: center;*/
    font-size: 5em ;
    color: red;
}
h2{
    font-family: "Noto Serif KR";
}
blink {
  animation: 0.7s linear infinite condemned_blink_effect;
}

@keyframes condemned_blink_effect {
  0% {
    visibility: hidden;
  }
  50% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}
.container {
	padding-top: 50px;
    display: flex;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}
.container {
	padding-top: 50px;
    display: flex;
    width: 85%;
    max-width: 1200px;
    margin: 0 auto;
}
.left1 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.left {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.left img {
    max-width: 100%;
    height: auto;
}

.right {

    flex: 1;
    padding-left: 20px;
}
.right1 {
	   display: flex;
    flex-direction: column;

    flex: 1;
    padding-left: 20px;
}

.right h1 {
    color: red;
    text-align: center;
    font-size: 5em;
    margin: 0;
}

.right p {
    font-size: 1.2em;
    margin: 10px 0;
    padding-top: 30px;
}

.right ul {
    list-style: none;
    padding-top: 10px;
}

.right li {
    font-size: 1.2em;
    margin: 20px 0;
    display: flex;
    align-items: center;
}
li {
	font-family: "togalite";
	font-weight: 500;
    font-size: 1.1em;
    line-height: 1.7;
    margin-left: 5px;
    margin-bottom: 10px;
    list-style: none;
}

.number {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    background-color: red;
    color: white;
    text-align: center;
    margin-right: 10px;
}
.tittle {
    position: relative;
    display: flex;
    align-items: flex-start;
    top: 0;
    padding-top: 10px;
    padding-left: 20px;
    overflow: auto;
}
.tittle h1 {
  margin-right: 30px; 
}
.tittle h2 {
  flex:0.9;
  overflow: auto;
}
.nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 150px;
    height: calc(100% / 5);
    display: flex;
    flex-direction: column;
    border-right: 1px solid #c5c5c5 ;
    border-bottom: 1px solid #c5c5c5 ;
    border-left: 0px;
    line-height: 13px;
}

.home {
    background-color: #c5c5c5 ;
}

.shin {
    top: calc(100% / 5);
}

.shin:hover {
    background-color: white ;
    color: red;
}

.brc {
	background-color: white;
    color: red;

    top: calc(2 * (100% / 5));
    border-top: 0px; 
   
}

.brc:hover {
  
}

.up {     top: calc(3 * (100% / 5));
    border-top: 0px;
}

.up:hover {
    background-color: white ;
    color: red;
}

.under {
    top: calc(4 * (100% / 5));
}

.under:hover {
    background-color: white ;
    color: red;
}

.spot {
    top: calc(5 * (100% / 5));
}

.spot:hover {
    background-color: white;
    color: red;
}

.c1{
    display: flex;
    flex-direction: flex-start;
    justify-content: center;
    align-items: center;
    margin: 100px;
}
.c2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 100px;
}
.content {
    background-color: white;
    position: fixed;
    left: 150px;
    top: 0;
    width: calc(100% - 150px);
    height: 100%;
    display: flex;
    flex-direction: column;
    ;

    overflow: auto;
}

.center{
    display: flex;
    justify-content: center;
    align-items: center;
}


.arrow{
    width: 100px;
    margin: 0 10px;
}

.image-container {
    position: relative;
    width: 100%;
}


.image-container img {
    width: 100%;
    height: auto;
    display: block;
}

.image-title {
    position: absolute;
    top: 5%; 
    left: 20px; 
    margin: 0;
    padding: 10px;
    color: white;
    z-index: 1;
}

.image-title2 {
    position: absolute;
    top: 80%; 
    left: 20px; 
    margin: 0;
    font-size: 5em;
    padding: 10px;
    color: white;
    z-index: 1;
}
.red{
    background-color: red;
}
.tree{
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52%;
    height: 90%;
    border-radius: 50%;
    border: 1px solid black;
    background-color: transparent;
}
.mok img {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
  height: 90%;
  border-radius: 50%;
  border: 1px solid black;
  opacity: 0;
  background-color: transparent;
}

.mok img:hover {
  background-color:transparent;
  opacity: 1;
}
.nemo {
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
  height: 90%;
  border-radius: 0%;
  border: 1px solid black;
  background-color: transparent;
}
.front { 
    display: flex;
    flex-direction: column;  
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 0 auto;
    position: relative;
    line-height: 1.6;
}
article {
	background-color: #c5c5c5;
    margin: 50px ;
}

p { 
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
    width: 100%;
    word-break: keep-all;
}
a { font-size: 1.4em;
	font-weight: 600;
    color: black;
    display: inline;
    line-height: 18pt;
}
a1{ font-size: 1.4em;
	font-weight: 600;
    color: black;
    display: inline;
    line-height: 18pt;
}

img {
    max-height: 300px;

}

figcaption {
    display: inline-block;
    position: absolute;
    margin-left: 20px;
}



hr {
    margin-top: 20px;
    margin-bottom: 20px;
}


.lum, .south, .park, .bus {
    text-decoration: none;
    padding: 3pt;
    margin: 3px 0;
}

.schools {
    background-color: peachpuff;
}

.educators {
    background-color: olive;
}

.bus {
    background-color: white;

}

.publishers {
    background-color: lightpink;
}

.lum {
    background-color: grey;
}

.south {
    background-color: red;
}

.park {
    background-color: green;
}


aside {
    width: 300px;
    height: 100%;
    border-right: 1px solid red;
    overflow-y: auto;
    overflow-x: hidden;
}


.filter {
    width: 300px;
    height: 100px;
    position: fixed;
    background-color: white;
    border-right: 1px solid red;
}

.filter-child {
    line-height: 30pt;
    text-decoration: none;

}

.atoz {
    margin-top: 110px;
}

.summary {
    position: fixed;
    width: calc(100% - 480px);
    height: 100%;
    left: 460px;
    top: 0;
    margin: 12px;
    overflow-y: auto;
}

.section1 {  margin: 0;
  background-image: url(tree.jpg);
  background-size: cover ;
}

.category {
    width: 155px;
}

table {
    margin-top: 10px;
}

td {
    font-size: 1.2em;
    vertical-align: top;
    text-align: left;
}
p1 {
    font-size: 1.5em;
    line-height: 1.7;
    vertical-align: top;
    text-align: left;
}
@media screen and (max-width: 704px) {
    body {
        font-size: 9pt;
    }

    .nav{
        width: 100px;
    }

    .filter {
        height: 120px;
        border-right: 0px;
    }

    .atoz {
    margin-top: 120px;
}

aside {
    border-right: 0px;
}

    .summary {
        display: none;
    }

    .content {
        left: 100px;
        width: 100%;

    }

    li {
        line-height: 12pt;
    }
}

@media screen and (max-width: 700px) {
     body {
        font-size: 9pt;
        margin: 0;
        padding: 0;
    }
    
    .home, .shin, .brc, .up, .under,.spot {
        width: 200px;
        margin: 0;
        padding: 0;
    }

    .content {
        width: calc(100% - 100px);
        left: 200px;
    }