
@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;
}

.title {
    font-family: "Noto Serif KR";
    line-height: 1;
    position: absolute;
    width: 50%;
    height: 50%;
    top: 0;
    left: 0;
}

.verticalmiddle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.7vw;
    width: 100%;
    text-align: center;
}

#macedit,
#micedit,
#macdes,
#micdes {
    position: absolute;
    width: 50%;
    height: 50%;
    z-index: 1;
    font-family: togalite, Serif;
    line-height: 1.2;
}


#macedit {
    top: 0;
    left: 0;
}

#micedit {
    top: 0;
    left: 50%;
}


#macedit:hover,
#micedit:hover,
#macdes:hover,
#micdes:hover  {
    background-color: red;
}

div#micedit {}

#macedit:hover > .verticalmiddle, 
#micedit:hover > .verticalmiddle,
#macdes:hover > .verticalmiddle,
#micdes:hover > .verticalmiddle {
    color: white;
}

.edit,
.design {
    position: absolute;
    width: 100%;
    height: 50%;
    font-weight: 600;
    font-size: 13vw;
    pointer-events: none;
}

.edit {
    top: 0;
    border-bottom: 2px solid red;
    font-family: "togalite";
    color: red;
}

.design {
    top: 50%;
    font-family: "Noto serif KR";
    color: red;
}

.middle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


a {
    text-underline-offset: 5px;
    color: red;
    font-family: "togalite";
    font-weight: 600;
    font-size: 10vw;
}

@media (max-width: 800px) {
    .macro,
    .micro,
    .edit,
    .design {
        font-size: 25vw;
    }

    .verticalmiddle {
        font-size: 4vw;
        text-align: center;
    }

    dl {
        width: 60%;
    }
    dt,
    dd {
        font-size: 1em;
    }

    .right,
    .left,
    .top,
    .bottom {
        font-size: 50vw;
    } 

    #microedit dl {
        width: 48%;
        left: 50%;
    }

    #microdesign dl {
        bottom: 0;
    }

}

.gif{
    z-index: -9999;
    width: 50%;
    height: auto;
    max-height: 50vh;
}
.img{
    width: 100%;
    max-height: 100%;
}