@charset "utf-8";
/* Tarasoft 2021-08-12 PIS Tarasoft 2021-08-12 SJW Tarasoft 2021-08-12 IGJ */


/*폰트사이즈 최소 10px 부터 */


/* header */
header {
    position:relative;
    width:100%;
    max-width:767px;
    margin: 0 auto;
    height:90px;
    /* background-color: aliceblue; */
}

header .left {
    position:absolute;
    left:24px;
    top:20px;
    cursor:pointer;
}

header .left img {
    width:48px;
    height:48px;
}

header .text_center {
    width:100%;
    text-align: center;
}

header .right {
    position:absolute;
    right:24px;
    top:20px;
    cursor:pointer;
}

header .right img {
    width:48px;
    height:48px;
}


header .text_center span {
    font-size:2rem;
    line-height:90px;
    color:#fff;
}

/*//header */


/* footer */
footer {width:100%; height: 170px; text-align: center; }
footer p{font-size: 1rem; color:#767DFF;vertical-align: middle;   font-family: "Poppins", sans-serif; font-weight: 600;}
