* {
    margin: 0px;
    padding: 0px;
}

.inputBox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;

}

.inputTypeText {
    width: 90%;
    height: 98%;
    border: 0;
    outline: 0;
    font-size: 50px;
    text-align: center;
    font-family: "Jalnan";
    color: #333;
    transition: color 0.1s;
}

.inputBtnArea {
    cursor: pointer;
}

/* 결과 박스 */
.resultArea {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 400;
    background-color: rgba(0, 0, 0, 0.5);
    visibility: hidden;
}

.resultExit {
    position: absolute;
    top: 15.5%;
    right: 7.7%;
    width: 8.3%;
}

.resultExit>img {
    width: 100%;
    cursor: pointer;
}

.imgBox {
    width: 62%;
}

.imgBox>a {
    width: 100%;
    height: auto;
    border-radius: 50%;
    /* overflow: hidden; */
    /* background-color: blue; */
    display: block;

}

.imgBox>a>img {
    width: 100%;
    height: auto;
    display: block;
}
