/*============================
	header
============================*/

header {
    z-index: 999;
    position: relative;
    top: 0;
    left: 50%;
    width: 100%;
    height: auto;
    padding: 5px 3% 10px;
    transition: .5s;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    /* box-shadow: 10px 10px 15px rgba(0, 0, 0, .1); */
}

.hd__inner {
    margin: 0 auto;
    max-width: 780px;
}

.hd__h1 {
    font-size: 1rem;
    letter-spacing: 0;
    margin-bottom: 5px;
}


.hd__logo {
    width: 100%;
    max-width: 180px;
}



/*============================
	footer
============================*/
footer {
    padding: 25px 0 0;
    background: #fcf9f5;
}

.ft__bnr{
    margin-bottom: 25px;
}
.ft__copyright {
    font-size: 1rem;
    letter-spacing: 0;
    text-align: center;
    line-height: 25px;
    background: #fac874;
}



/*============================
	page top /side btn
============================*/
.js-pagetop {
    right: 2%;
    bottom: 7px;
    width: 20px;
    z-index: 99;
    position: absolute;
    opacity: 1;
    transition: .5s;
}

.js-pagetop.active {
    opacity: 1;
}
