#wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: column nowrap;
    height: 100%;
    padding: 11rem 0;
}
#wrap .img_wrap {
    width: 10rem;
}
#wrap .img_wrap img {
    width: 100%;
}
#wrap a {
    width: calc(100% - 3rem);
    font-size: 2.4rem;
    font-weight: 600;
    color: #fff;
    background: #9d2eed;
    padding: 1.8rem 0;
    border-radius: 1rem;
    text-align: center;
}
#wrap pre.bold {
    font-family: SEBANG_Gothic_Bold;
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 1rem;
}
#wrap pre.light {
    font-family: SEBANG_Gothic_Regular;
    font-size: 1.6rem;
    line-height: 1.6;
    color: #8e8e8e;
}
#wrap pre {
    text-align: center;
}