body {
    font-family: 'NanumSquareNeo';
    color: #3e3e39;
}
* {
    box-sizing: border-box;
}
/* index */

#indexLoadImg {
    position: relative;
    width: 100%;
    min-height: 100vh;
}
.indexImg {
    position: absolute;
    left: 50%; top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}
/* home */
.home_header{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0;
}
.home_logo {
    display: block;
    width: 15%;
}
/* home */
.btn_area li {
    margin: 0 2rem 1.5rem;
}
.btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3rem 2rem;
    border-radius: 1rem;
}
.btn1 {
    background: #66A047;
}
.btn2 {
    background: #FF7155;
}
.btn3 {
    background: #523E9B;
}
.btn4 {
    background: #FFBD54;
}
.btn5 {
    background: #C95B63;
}
.btn_text {
    width: 100%;
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
}
.btn i {
    display: flex;justify-content: space-between;
    width: 1.5rem; height: 1.5rem;
    background: url(../img/arrow.png) no-repeat center/contain;
}
