﻿/* Reset code */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, span, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, input, output, button, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: normal;
    font: inherit;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    margin: 0;
    padding: 0;
    font-size: 0;
}

/* Font */
@charset "utf-8";

/* Noto Sans CJK KR */
@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/NotoSans-Thin.eot');
    src: url('../fonts/NotoSans-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-Thin.woff2') format('woff2'), url('../fonts/NotoSans-Thin.woff') format('woff'), url('../fonts/NotoSans-Thin.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/NotoSans-DemiLight.eot');
    src: url('../fonts/NotoSans-DemiLight.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-DemiLight.woff2') format('woff2'), url('../fonts/NotoSans-DemiLight.woff') format('woff'), url('../fonts/NotoSans-DemiLight.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/NotoSans-Light.eot');
    src: url('../fonts/NotoSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-Light.woff2') format('woff2'), url('../fonts/NotoSans-Light.woff') format('woff'), url('../fonts/NotoSans-Light.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/NotoSans-Regular.eot');
    src: url('../fonts/NotoSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-Regular.woff2') format('woff2'), url('../fonts/NotoSans-Regular.woff') format('woff'), url('../fonts/NotoSans-Regular.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/NotoSans-Medium.eot');
    src: url('../fonts/NotoSans-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-Medium.woff2') format('woff2'), url('../fonts/NotoSans-Medium.woff') format('woff'), url('../fonts/NotoSans-Medium.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/NotoSans-Bold.eot');
    src: url('../fonts/NotoSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-Bold.woff2') format('woff2'), url('../fonts/NotoSans-Bold.woff') format('woff'), url('../fonts/NotoSans-Bold.otf') format('opentype');
    font-display: swap;
}

@font-face {
    font-family: 'Noto Sans CJK KR';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/NotoSans-Black.eot');
    src: url('../fonts/NotoSans-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/NotoSans-Black.woff2') format('woff2'), url('../fonts/NotoSans-Black.woff') format('woff'), url('../fonts/NotoSans-Black.otf') format('opentype');
    font-display: swap;
}



/* PC */
html, body {
    width: 100%;
    height: 100vh;
}

body {
    box-sizing: border-box;
    background-image: url('../Images/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 6% 0 30px 0;
    font-family: 'Noto Sans CJK KR';
}

.containerContetns {
    margin: auto;
    width: 1345px;
}

.logo img {
    vertical-align: middle;
}

.logo p {
    margin: 2px 0 0 20px;
    display: inline-block;
    font-size: 23px;
    font-weight: 500;
    color: #fff;
    line-height: 24px;
    vertical-align: middle;
}

.companyInfo {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

    .companyInfo h1 {
        font-size: 35px;
        font-weight: 700;
        color: #fff;
        line-height: 54px;
        margin-top: 35%;
    }

    .companyInfo p {
        margin-top: 60px;
        font-size: 22px;
        font-weight: 400;
        color: #eee;
        line-height: 46px;
    }

.loginArea {
    display: inline-block;
    width: 516px;
    margin-top: 10%;
    margin-left: 16.2%;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 3% 3%;
    border-radius: 24px;
    box-sizing: border-box;
    position: relative;
}

    .loginArea h2 {
        font-size: 36px;
        font-weight: 900;
        color: #fff;
        line-height: 49px;
    }

    .loginArea .containerLogin label {
        display: block;
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        line-height: 22px;
    }

    .loginArea .containerLogin {
        margin-top: 10%;
    }

        .loginArea .containerLogin input {
            height: 48px;
        }

        .loginArea .containerLogin .id, .loginArea .containerLogin .pw {
            width: 100%;
            position: relative;
        }

            .loginArea .containerLogin .id span::after, .loginArea .containerLogin .pw span::after {
                content: '';
                position: absolute;
                width: 16px;
                height: 16px;
                top: 51px;
                left: 24px;
                z-index: 5;
            }

            .loginArea .containerLogin .id span::after {
                background-image: url(../img/icon_id.png);
            }

            .loginArea .containerLogin .pw > span::after {
                background-image: url(../img/icon_pw.png);
            }

        .loginArea .containerLogin .pw {
            margin-top: 24px;
        }

        .loginArea .containerLogin input {
            width: 100%;
            height: 40px;
            border-radius: 8px;
            border: 0;
            padding-left: 50px;
            box-sizing: border-box;
            position: relative;
        }

            .loginArea .containerLogin input:focus {
                outline: none;
            }

            .loginArea .containerLogin input:nth-child(2) {
                /*margin-bottom: 30px;*/
            }

        .loginArea .containerLogin .eyes {
            position: absolute;
            width: 24px;
            height: 24px;
            right: 12px;
            top: 48px;
            background-image: url('../img/icon_pw_hide.png');
            background-repeat: no-repeat;
            background-position: center;
            background-color: rgba(255, 255, 255, 0);
            cursor: pointer;
        }

            .loginArea .containerLogin .eyes:hover {
                background-color: rgba(255, 255, 255, 0);
            }

        .loginArea .containerLogin label:last-child > span {
            vertical-align: top;
            display: inline-block;
            margin-top: 10px;
        }

.containerLogin input[type=checkbox] {
    border-radius: 8px;
}

.wrapCheckbox input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border-radius: 4px;
    cursor: pointer;
    height: 16px;
    outline: 0;
    width: 16px;
    padding: 0;
}

    .wrapCheckbox input[type="checkbox"]::after {
        border: solid #fff;
        border-width: 0 2px 2px 0;
        content: '';
        display: none;
        height: 40%;
        left: 40%;
        position: relative;
        top: 20%;
        transform: rotate(45deg);
        width: 15%;
    }

    .wrapCheckbox input[type="checkbox"]:checked {
        background: #004EC3;
    }

        .wrapCheckbox input[type="checkbox"]:checked::after {
            display: block;
        }

    .wrapCheckbox input[type="checkbox"]::-ms-expand {
        display: none;
    }

.loginArea .containerLogin .buttonLogin {
    width: 100%;
    height: 50px;
    background-color: #00448D;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: 0;
    border-radius: 8px;
    margin-top: 54px;
    cursor: pointer;
}

.loginArea .containerLogin button:hover {
    background-color: #003773;
}

.loginArea .containerLogin button:active {
    background-color: #003064;
}

.loginArea .containerLogin .loginCheckbox {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 19px;
    margin-right: 8px;
    border-radius: 4px;
    width: 18px;
    height: 18px;
}

.copyright {
    font-size: 13px;
    font-weight: 300;
    color: #bbb;
    line-height: 18px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.login-bottom-li {
    padding-top: 20px;
}

    .login-bottom-li a {
        color: #fff;
        text-decoration: none
    }

/* Tablet */
@media all and (min-width:1025px) and (max-width:1400px) {
    body {
        box-sizing: border-box;
        background-image: url('../Images/bg.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        padding: 120px 48px 30px 48px;
        font-family: 'Noto Sans CJK KR';
    }

    .containerContetns {
        width: 100%;
    }

    .companyInfo h1 {
        font-size: 48px;
        line-height: 78px;
        margin-top: 180px;
    }

    .companyInfo p {
        margin-top: 36px;
        font-size: 18px;
        line-height: 30px;
    }

    .loginArea {
        width: 40%;
        margin-top: 36px;
        margin-left: 13%;
        padding: 40px 36px;
    }

    .containerLogin input[type=checkbox] {
        border-radius: 8px;
    }

    .wrapCheckbox input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border-radius: 4px;
        cursor: pointer;
        height: 16px;
        outline: 0;
        width: 16px;
        padding: 0;
    }

        .wrapCheckbox input[type="checkbox"]::after {
            border: solid #fff;
            border-width: 0 2px 2px 0;
            content: '';
            display: none;
            height: 40%;
            left: 40%;
            position: relative;
            top: 20%;
            transform: rotate(45deg);
            width: 15%;
        }

        .wrapCheckbox input[type="checkbox"]:checked {
            background: #004EC3;
        }

            .wrapCheckbox input[type="checkbox"]:checked::after {
                display: block;
            }

    .copyright {
        margin-top: 60px;
    }

    .login-bottom-li {
        padding-top: 20px;
    }

        .login-bottom-li a {
            color: #fff;
            text-decoration: none
        }
}

@media all and (min-width:768px) and (max-width:1024px) {
    body {
        padding: 3% 2%;
        background-position: 0;
    }

    .logo img {
        width: 132px;
        height: auto;
    }

    .logo p {
        margin: 0 0 0 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .containerContetns {
        margin: auto 0;
        width: 100%;
        height: 100%;
    }

    .companyInfo {
        width: 100%;
    }

        .companyInfo h1 {
            font-size: 24px;
            line-height: 34px;
            margin-top: 7%;
        }

        .companyInfo p {
            margin-top: 16px;
            font-size: 13px;
            line-height: 19px;
        }

    .loginArea .containerLogin {
        margin-top: 40px;
    }

    .loginArea {
        width: 100%;
        margin-top: 0px;
        margin-left: 0;
        background-color: rgba(255, 255, 255, 0);
        padding: 0;
        border-radius: 24px;
    }

        .loginArea h2 {
            display: none;
        }

        .loginArea .containerLogin label {
            font-size: 13px;
            line-height: 18px;
        }

        .loginArea .containerLogin .id span::after, .loginArea .containerLogin .pw span::after {
            top: 55px;
            left: 16px;
        }

        .loginArea .containerLogin input {
            font-size: 14px;
            line-height: 19px;
            padding-left: 42px;
            margin-top: 8px;
            height: 44px;
        }

        .loginArea .containerLogin .pw {
            margin-top: 18px;
        }

        .loginArea .containerLogin .eyes {
            right: 12px;
            top: 36px;
        }

        .loginArea .containerLogin label:last-child > span {
            margin-top: 8px;
        }

        .loginArea .containerLogin .buttonLogin {
            margin-top: 24px;
        }

        .loginArea .containerLogin .loginCheckbox {
            font-size: 13px;
            line-height: 18px;
        }

    .containerLogin input[type=checkbox] {
        border-radius: 8px;
    }

    .wrapCheckbox input[type="checkbox"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: #fff;
        border-radius: 4px;
        cursor: pointer;
        height: 16px;
        outline: 0;
        width: 16px;
        padding: 0;
    }

        .wrapCheckbox input[type="checkbox"]::after {
            border: solid #fff;
            border-width: 0 2px 2px 0;
            content: '';
            display: none;
            height: 40%;
            left: 40%;
            position: relative;
            top: 20%;
            transform: rotate(45deg);
            width: 15%;
        }

        .wrapCheckbox input[type="checkbox"]:checked {
            background: #004EC3;
        }

            .wrapCheckbox input[type="checkbox"]:checked::after {
                display: block;
            }

    .copyright {
        font-size: 11px;
        line-height: 14px;
        margin-top: 24px;
    }

    .login-bottom-li {
        padding-top: 20px;
    }

        .login-bottom-li a {
            color: #fff;
            text-decoration: none
        }
}


/* Mobile */
/* @media only screen and (max-width: 600px) */
@media all and (max-width:767px) {
    body {
        padding: 8% 6%;
        background-position: -180px 0;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
    }

    .containerContetns {
        margin: auto 0;
        width: 100%;
    }

    .logo img {
        width: 132px;
        height: auto;
    }

    .logo p {
        margin: 0 0 0 10px;
        font-size: 14px;
        line-height: 24px;
    }

    .companyInfo {
        width: 100%;
    }

        .companyInfo h1 {
            font-size: 22px;
            line-height: 32px;
            margin-top: 20%;
        }

        .companyInfo p {
            margin-top: 5%;
            font-size: 13px;
            line-height: 19px;
        }

    .loginArea .containerLogin {
        margin-top: 26px;
    }

        .loginArea .containerLogin input {
            margin-top: 8px;
        }

        .loginArea .containerLogin .id label, .loginArea .containerLogin .pw label,
        .loginArea .containerLogin .id input, .loginArea .containerLogin .pw input {
            font-size: 13px;
        }

        .loginArea .containerLogin .id input, .loginArea .containerLogin .pw input {
            height: 35px;
        }

    .loginArea {
        width: 100%;
        margin-top: 0px;
        margin-left: 0;
        background-color: rgba(255, 255, 255, 0);
        padding: 0;
        border-radius: 24px;
    }

        .loginArea .containerLogin {
            margin-top: 10%;
        }

            .loginArea .containerLogin .pw {
                margin-top: 18px;
            }

                .loginArea .containerLogin .id span::after, .loginArea .containerLogin .pw span::after {
                    top: 55px;
                    left: 16px;
                }

            .loginArea .containerLogin .eyes {
                right: 12px;
                top: 40px;
            }

        .loginArea h2 {
            display: none;
        }

        .loginArea .containerLogin label, .loginArea .containerLogin input, .loginArea .containerLogin .buttonLogin, .loginArea {
            font-size: 14px;
            line-height: 20px;
        }

            .loginArea .containerLogin label:last-child > span {
                font-size: 13px;
                line-height: 19px;
                margin-top: 7px;
            }

            .loginArea .containerLogin .buttonLogin {
                margin-top: 8%;
            }

    .copyright {
        width: 211px;
        font-size: 10px;
        line-height: 14px;
        margin-top: 12px;
        bottom: 16px;
    }

    .login-bottom-li {
        padding-top: 20px;
    }

        .login-bottom-li a {
            color: #fff;
            text-decoration: none
        }
}
