body > * {}
/* header */
.header_bg {
    width:100%; display:flex;
    position:absolute; top:0; left:0;
    z-index:999;
}
.header_bg header {
    width:1140px; margin:0 auto;
    display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;
}
.header_bg header h1 {}
.header_bg header h1 a {}
.header_bg header h1 a img {height:30px;}
.header_bg header .gnb {}
.header_bg header .gnb a {
    display:inline-block; height:70px; line-height:70px; text-align:center;
    font-weight:700; padding:0 20px; color:#fff; transition:0.3s; font-size:18px;
}
.header_bg header .gnb a:hover {
    color:#19b8d1; transition:all 0.3s ease; transform:scale(1.2); text-shadow:3px 3px 3px rgba(0,0,0,0.4);
}
/* m_nav */
.header_bg header .m_nav {display:none; transition:0.3s;}
.header_bg header .m_nav img {}
.header_bg header .m_nav_open {display:none;}
/* footer */
.footer_bg {
    width:100%; height:200px; background-color:#282727;
    display:flex; align-items:center;
}
.footer_bg footer {
    width:1140px; margin:0 auto;
    display:flex; flex-flow:row nowrap; justify-content:space-between; align-items:center;
}
.footer_bg footer .footer_left {display:flex; flex-flow:column; align-items:center;}
.footer_bg footer .footer_left h1 {}
.footer_bg footer .footer_left h1 img {height:30px; margin-bottom:10px;}
.footer_bg footer .footer_left p {color:#9d9d9e; font-size:12px;}
.footer_bg footer .footer_right {text-align:right;}
.footer_bg footer .footer_right p {color:#9d9d9e; line-height:1.6;}