﻿@font-face {
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 400;
    src: url('fonts/RixSinGo_Regular.eot');
    src: url('fonts/RixSinGo_Regular.eot?#iefix') format('embedded-opentype'), url('fonts/RixSinGo_Regular.woff2') format('woff2'), url('fonts/RixSinGo_Regular.woff') format('woff');
}

@font-face {
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 500;
    src: url('fonts/RixSinGo_Medium.eot');
    src: url('fonts/RixSinGo_Medium.eot?#iefix') format('embedded-opentype'), url('fonts/RixSinGo_Medium.woff2') format('woff2'), url('fonts/RixSinGo_Medium.woff') format('woff');
}

@font-face {
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 600;
    src: url('fonts/RixSinGo_Bold.eot');
    src: url('fonts/RixSinGo_Bold.eot?#iefix') format('embedded-opentype'), url('fonts/RixSinGo_Bold.woff2') format('woff2'), url('fonts/RixSinGo_Bold.woff') format('woff');
}

@font-face {
    font-family: 'RixSinGo';
    font-style: normal;
    font-weight: 800;
    src: url('fonts/RixSinGo_ExtraBold.eot');
    src: url('fonts/RixSinGo_ExtraBold.eot?#iefix') format('embedded-opentype'), url('fonts/RixSinGo_ExtraBold.woff2') format('woff2'), url('fonts/RixSinGo_ExtraBold.woff') format('woff');
}

.login {
    overflow: hidden;
}

.login_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    text-align: center;
}

.separator {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.login_content h1 {
    margin: 33px 0 74px 0;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.login_content .login-input {
    margin: 0;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.login_content .btn-default {
    display: flex;
    justify-content: center;
    width: 430px;
    height: 50px;
    margin: 30px 0 0 0;
    border-radius: 4px;
    background-color: #000000;
    color: #ffffff;
    font-family: "RixSinGo";
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    cursor:pointer;
}

.login_content .form-control {
    width: 406px;
    height: 50px;
    margin: 9px 0;
    padding: 0 12px;
    border: none;
    border-radius: 4px;
    background-color: #f2f4f8;
    font-family: "RixSinGo";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.login_content .link-item {
    display: flex;
    align-items: center;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-decoration: none;
}

    .login_content .link-item img {
        width: 14px;
        height: 14px;
        padding: 0 0 0 6px;
    }

.login_content .additional-links {
    display: flex;
    justify-content: space-between;
    margin: 31px 0;
}

.login_content .form-id {
    margin-bottom: 37px
}

.login_content .form-pw {
    margin-bottom: 65px
}

.login_content .error-message {
    color: #ff0000;
    font-family: "RixSinGo";
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}


.signup-guide {
    overflow: hidden;
    height: 100vh;
}

.signup-guide-wrapper {
    display: grid;
    justify-items: center;
    align-content: center;
    height: 100%;
}

.signup-guide-title h1 {
    margin: 0 0 40px 0;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 26px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.signup-guide-title p {
    margin: 0 0 71px 0;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.signup-guide-title strong {
    font-family: "RixSinGo";
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}

.signup-guide-content span {
    display: flow-root;
    color: #7b7b7b;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.signup-guide-content ul {
    display: flex;
}

    .signup-guide-content ul li {
        position: relative;
        margin-bottom: 97px;
        padding: 0 20px 0 10px;
        width: 210px;
        list-style-type: none;
    }

        .signup-guide-content ul li::after {
            content: "";
            position: absolute;
            right: 0;
            top: 30%;
            transform: translateY(-30%);
            width: 20px;
            height: 20px;
            background-image: url('/images/icons/2.png');
            background-size: contain;
        }

        .signup-guide-content ul li:last-child::after {
            display: none;
        }

        .signup-guide-content ul li img {
            margin-bottom: 25px;
        }

.signup-guide .additional-links {
    display: flex;
}

    .signup-guide .additional-links .link-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 160px;
        height: 50px;
        border-radius: 4px;
        background-color: #000000;
        color: #ffffff;
        font-family: "RixSinGo";
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        text-decoration: none;
    }

    .signup-guide .additional-links .web-link {
        margin-right: 46px;
    }



.partnerlist-container {
    display: grid;
    justify-content: center;
}

.partner-search {
    margin-bottom: 30px;
}

    .partner-search input {
        margin-right: 20px;
        padding: 0 12px;
        width: 376px;
        height: 50px;
        border: none;
        border-radius: 4px;
        background-color: #f2f4f8;
        font-family: "RixSinGo";
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
    }

    .partner-search button {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 68px;
        height: 50px;
        border-radius: 4px;
        background-color: #000000;
        color: #ffffff;
        font-family: "RixSinGo";
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        cursor:pointer;
    }

.partnerlist-container td {
    width: 180px;
    height: 40px;
    border: 1px solid #707070;
    text-align: center;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

    .partnerlist-container td a {
        color: #0065db;
        font-family: "RixSinGo";
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        text-decoration: none;
    }

table.partner-table {
    border-collapse: collapse;
}

.partner-table th {
    width: 180px;
    height: 44px;
    background-color: #000000;
    color: #ffffff;
    font-family: "RixSinGo";
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.partner-pagination {
    display: flex;
    justify-content: center;
}

.partnerlist-container .page-title p {
    margin: 93px 0 40px 0;
}

.partner-table-content .form-control {
    width: 100px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #787878;
    background-color: #fbfbfb;
    color: #7b7b7b;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    cursor:pointer;
}

.partner-table-content .form-control {
    background-image: url(/images/icons/dropdown_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}



.memberinfo-container {
    display: grid;
    justify-content: center;
}

    .memberinfo-container .page-title p {
        margin: 93px 0 57px 0;
    }

    .memberinfo-container .account-info,
    .memberinfo-container .brand-info,
    .memberinfo-container .company-info {
        margin-bottom: 50px;
    }

.account-info .info-title {
    /*width: 107px;*/
    color: #000000;
    font-family: "RixSinGo";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.account-info .form-input {
    padding: 0 12px;
    width: 154px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #787878;
    background-color: #fbfbfb;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.account-info .pw-change-btn {
    width: 90px;
    height: 26px;
    border-radius: 4px;
    background-color: #000000;
    color: #ffffff;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    cursor:pointer;
}

.account-info table,
.brand-info table,
.company-info table {
    padding: 34px 22px;
    width: 1006px;
    border-collapse: separate;
    border-spacing: 0 20px;
    border: 1px solid #707070;
    background-color: #ffffff;
}

.brand-info .info-title {
    width: 141px;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.brand-info .file-btn {
    margin-right: 30px;
    width: 84px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #707070;
    background-color: #ffffff;
    color: #7d7d7d;
    font-family: "RixSinGo";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    cursor:pointer;
}

.brand-info .url-input {
    padding: 0 12px;
    width: 404px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #787878;
    background-color: #fbfbfb;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.brand-info .language-title span {
    position: absolute;
    padding: 0 12px;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.brand-info .info-input {
    position: relative;
    margin-top: 17px;
    padding: 9px 12px;
    width: 314px;
    height: 98px;
    border-radius: 4px;
    border: 1px solid #787878;
    background-color: #fbfbfb;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.brand-info .language-title.ko {
    padding-right: 20px;
}

.memberinfo-container .save-button {
    display: flex;
    justify-content: flex-end;
}

    .memberinfo-container .save-button button {
        width: 100px;
        height: 30px;
        border-radius: 4px;
        background-color: #000000;
        color: #ffffff;
        font-family: "RixSinGo";
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        cursor:pointer;
    }


    .brand-info .logo-content span {
        margin-right: 30px;
    }

.company-info .info-title {
    width: 123px;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.company-info .info-content{
    width:355px;
}

.memberinfo-container .readonly {
    padding: 0 12px;
    width: 154px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #787878;
    background-color: #f0f0f0;
    color: #797979;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}


.company-info .form-input {
    padding: 0 12px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #787878;
    background-color: #fbfbfb;
    font-family: "RixSinGo";
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
}

.company-info .category,
.company-info .email,
.company-info .phone {
    width: 154px;
}

.company-info .email {
    margin-right: 20px;
}

.company-info .zipcode,
.company-info .name {
    margin-right: 20px;
    width: 74px;
}

.company-info .address {
    margin-right: 12px;
    width: 318px;
}

.company-info .company-address button {
    width: 100px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid #707070;
    background-color: #ffffff;
    color: #7d7d7d;
    font-family: "RixSinGo";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    cursor: pointer;
}

.company-info .file-btn {
    width: 84px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #707070;
    background-color: #ffffff;
    color: #7d7d7d;
    font-family: "RixSinGo";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    cursor:pointer;
}



.authmail-container {
    display: flex;
    justify-content: center;
}

.authmail-content .member-email {
    margin: 191px 0 119px 0;
    color: #000000;
    font-family: "RixSinGo";
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 46px;
    text-align: center;
}

.authmail-guide {
    color: #000000;
    font-family: "RixSinGo";
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 46px;
    text-align: center;
}

    .authmail-guide p {
        margin: 0;
    }

    .authmail-guide .guide-box {
        display: inline-grid;
        align-items: center;
        padding: 20px 25px;
        width: 600px;
        height: 209px;
        border-radius: 4px;
        background-color: #ededed;
    }


.changepwd-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .changepwd-container .changepwd-content {
        position: absolute;
        transform: translate(-50%, -90%);
        display: grid;
        justify-content: center;
        padding: 18px 20px 24px 20px;
        width: 394px;
        height: 216px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
        border-radius: 4px;
        background-color: #ffffff;
        z-index: 1;
    }

    .changepwd-container::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        opacity: 0.3;
        z-index: 1;
    }

.changepwd-haeder {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 14px 0;
}

    .changepwd-haeder p {
        margin: 0;
        color: #000000;
        font-family: "RixSinGo";
        font-size: 14px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
    }

    .changepwd-haeder .changepwd-close-btn {
        padding: 0;
        background-image: url(/images/icons/close.png);
        background-repeat: no-repeat;
        background-position: left center;
        background-color: #ffffff;
        color: transparent;
        border: none;
    }

.changepwd-form {
    display: grid;
    justify-content: center;
}

    .changepwd-form .form-input {
        margin-bottom: 6px;
    }

        .changepwd-form .form-input:last-child {
            margin-bottom: 0;
        }

    .changepwd-form label {
        display: inline-block;
        width: 104px;
        color: #000000;
        font-family: "RixSinGo";
        font-size: 12px;
        font-weight: 400;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
    }

    .changepwd-form input {
        padding: 0 12px;
        width: 244px;
        height: 30px;
        border-radius: 4px;
        border: 1px solid #787878;
        background-color: #fbfbfb;
        font-family: "RixSinGo";
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
    }

.changepwd-btn {
    display: flex;
    justify-content: center;
    margin: 32px 0 0 0;
}

    .changepwd-btn button {
        width: 86px;
        height: 30px;
        border-radius: 4px;
        background-color: #000000;
        color: #ffffff;
        font-family: "RixSinGo";
        font-size: 14px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
        cursor:pointer;
    }

.file-add-btn {
    display: inline-block;
    width: 84px;
    height: 21px;
    border-radius: 4px;
    border: 1px solid #707070;
    background-color: #ffffff;
    color: #7d7d7d;
    font-family: "RixSinGo";
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
    padding-top: 5px;
    cursor:pointer;
}

#IconFileName, #PcLogoFileName, #MoLogoFileName, #CompanyRegFileName {
    border: none;
    margin-left: 20px;
    font-family: "RixSinGo";
    font-size: 12px;
    overflow: visible;
    outline: none !important;
}

.logo-content-title{
    display:inline-block;
    width:50px;
    font-weight:700;
}

.member-file-date {
    font-family: "RixSinGo";
    font-size: 12px;
}


.vi-check-button {
    width: 80px;
    height: 30px;
    border-radius: 4px;
    top: 2px;
    border: 1px solid #707070;
    position: relative;
    cursor: pointer;
}

.partner-table-content .selector .options li:not(:last-child) {
    margin-bottom: 12px;
}

.partner-table-content .select-field {
    display: flex;
    justify-content: center;
}

.partner-table-content .selector {
    display: inline-block;
}

    .partner-table-content .selector.active .options {
        display: grid;
        justify-content: center;
        z-index: 1;
    }

    .partner-table-content .selector .option.active {
        color: #e30008;
    }

    .partner-table-content .selector .options {
        display: none;
        position: absolute;
        margin: 0;
        padding: 12px 18px;
        list-style: none;
        width: 64px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
        border-radius: 4px;
        background-color: #ffffff;
        color: #898989;
        font-family: "RixSinGo";
        font-size: 12px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: left;
        cursor: pointer;
    }

.partner-table-content .select-field {
    display: flex;
    align-items: center;
    background-image: url(/images/icons/dropdown_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}

#confirmation-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 230px;
    height: 130px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    border: 1px solid #707070;
    background-color: #ffffff;
}
    #confirmation-modal p {
        margin: 30px 0 22px 0;
        color: #000000;
        font-family: "RixSinGo";
        font-size: 16px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
    }
    #confirmation-modal #btn-container {
        display: flex;
        justify-content: center;
    }
    #confirmation-modal #cancel-button {
        margin-right: 10px;
        width: 60px;
        height: 30px;
        border-radius: 4px;
        border: 1px solid #707070;
        background-color: #ffffff;
        color: #7d7d7d;
        font-family: "RixSinGo";
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
    }
    #confirmation-modal #confirm-button {
        width: 60px;
        height: 30px;
        border-radius: 4px;
        background-color: #000000;
        color: #ffffff;
        font-family: "RixSinGo";
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-align: center;
    }

.separator div > p {
    color: #7b7b7b;
    font-family: "RixSinGo";
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
}