body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: sans-serif, "Malgun Gothic", Helvetica, "Apple SD Gothic Neo";
    background-color: #edf0f5;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.25px;
}

body,
input,
textarea {
    font-family: sans-serif, "Malgun Gothic", Helvetica, "Apple SD Gothic Neo";
    font-weight: 400;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

img {
    display: block;
    max-width: 100%;
}

a {
    text-decoration: none;
    transition: 0.3s ease;
    color: inherit;
}

a:visited {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

hr {
    background-color: #f2f2f2;
    margin: 20px 0;
    border: 0;
    height: 1px;
    width: 100%;
    float: inherit;
}

div {
    box-sizing: border-box;
}

section {
    width: 1152px;
    min-width: 1152px;
    box-sizing: border-box;
    margin: 0px auto;
}

select {
    height: 36px;
    font-size: 14px;
    padding: 0 8px;
    border: 1px solid #ccc;
    border-radius: 3px;
    max-width: 165px;
    background-color: #fff;
    margin-right: 5px;
}

button {
    background: inherit;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

.register_footer {
    text-align: center;
    padding-top: 20px;
}

.register_footer .fnb_l ul {
    display: flex;
    justify-content: center;
    font-size: 13px;
}

.register_footer .fnb_l ul li {
    padding: 5px 10px;
}

.register_footer .fnb_l ul li a {
    color: #000;
}

.register_footer .inner {
    padding: 10px 0;
    font-size: 12px;
}

.register_footer .inner ul li strong {
    color: #15bf57;
}

.register_footer .cr_l {
    float: inherit;
}

.register_footer .fnb_ico {
    width: 15px;
    height: 14px;
    background: url("//img.menu365.co.kr/logo_img.png");
    margin-left: 3px;
    background-position: -75px -4px;
    padding-left: 15px;
    opacity: 0.8;
}