#wrap {min-height: 100vh;height: 100%; width: 100%;padding-top: 5rem;padding-bottom: 1rem;background: url('../img/bg_1.png') no-repeat center / cover;}
#wrap.result {background: url('../img/bg_2.png') no-repeat center / cover;}
#wrap.index {
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding-bottom: 0;
}
#wrap.index img:nth-of-type(1) {width: 30%;max-width: 200px;margin-bottom: 50%;}
/* #wrap.index img:nth-of-type(2) {width: 20%;max-width: 100px;margin-bottom: 10%;} */
#wrap.index a {
    position: fixed;left: 0;bottom: 0;height: 5rem;width: 100%;
    background-color: #000b49;
    display: flex;justify-content: center;align-items: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
}
header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1.5rem;
}
header .logo {width: 8rem;}
header .prev, header .dummy {
    width: 3rem;
    height: 100%;
    object-fit: contain;
    padding-right: 2rem;
}
form {
    /* height: calc(100vh - 6rem); */
    padding: 30% 2rem 10%;
    display: flex;flex-direction: column;justify-content: space-between;
}
form h2 {
    font-family: 'NanumSquare', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}
form .info {
    margin-top: 1.6rem;
    font-size: 1.2rem;
    color: #fff;
}
form .warn {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.2;
    color: #fff;
}
form input[type="text"] {
    font-size: 1.6rem;
    width: 100%;
    border-radius: 30rem;
    padding: .8rem 2rem .8rem 4rem;
    box-shadow: .3rem .3rem .5rem rgba(0, 0, 0, .35) ;
    background: #fff url('../img/search.png') no-repeat 1rem center / 2rem;
}
form input::placeholder{color: #ccc;}
form input[type="submit"], .re {
    font-size: 1.6rem;
    width: 100%;
    height: 5rem;
    margin-top: .5rem;
    border-radius: .7rem;
    background-color: rgba(255, 255, 255, .2);
    color: #fff;
    display: flex;justify-content: center;align-items: center;
}


/* result_wrap */
.result_wrap {
    /* height: calc(100vh - 6rem); */
    padding: 25% 2rem 10%;
    display: flex;flex-direction: column;justify-content: space-between;
}
.result_wrap h2 {
    font-family: 'NanumSquare', sans-serif;
    font-weight: bold;
    font-size: 2.2rem;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}
.result_wrap h2 span {
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}
.result_wrap .result {
    padding: 2.5rem 1.5rem;
    border-radius: .5rem;
    background-color: rgba(255, 255, 255, .2);
}
.result_wrap .result li {
    color: #fff;
    line-height: 1.4;
    font-size: 1.6rem;
}
.result_wrap .result li em, .result_wrap .result li b {
    font-weight: inherit;
    line-height: inherit;
    font-size: inherit;
    color: inherit;
}
.result_wrap .result li b {font-weight: 300;}