/* BASIC css start */
/* ±âº» Ã¼Å©¹Ú½º¸¦ ¼û±é´Ï´Ù. */
input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 20px;
    height: 20px;
    position: relative;
    background-size: cover;
}

/* Ã¼Å©¹Ú½º ¹è°æ ÀÌ¹ÌÁö */
input[type="checkbox"] {
    background-image: url('/design/epsonkorea/images/Default.png');
    /* Ã¼Å© ¾ÈµÈ »óÅÂ ÀÌ¹ÌÁö */
}

/* Ã¼Å©µÈ »óÅÂÀÇ ¹è°æ ÀÌ¹ÌÁö */
input[type="checkbox"]:checked {
    background-image: url('/design/epsonkorea/images/Selected.png');
    /* Ã¼Å©µÈ »óÅÂ ÀÌ¹ÌÁö */
}


.field {display:none;}

#footer {
    margin-top: 0 !important;
}

#contentWrap {
    background: #f7f7f7;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 160px;
    border-bottom: 1px solid #ddd;
}

#loginWrap {
    width: 640px;
    background: #fff;
    margin: 0 auto;
    border-radius: 15px;
    text-align: center;
    padding-bottom: 80px;
}


.welcome {
    padding: 75px 0 65px;
}


.welcome h1.en {
    text-transform: uppercase;
    padding-bottom: 10px;
    font-size: 32px;
    font-weight: 600;
}

.welcome h1.en span {
    color: var(--1);
}

.welcome h1.kr {
    font-size: 28px;
    font-weight: 700;
}


.login-wrap {
    width: 400px;
    margin: 0 auto;
}

.login-wrap .tab {
    display: flex;
    justify-content: space-between;
}

.login-wrap .tab a {
    color: var(--3);
    font-size: 17px;
    flex: 1 1 0%;
    text-align: center;
    height: 44px;
    line-height: 44px;
    box-sizing: border-box;
    border-bottom: 1px solid #dddddd;
}

.login-wrap .tab a.on {
    font-weight: 700;
    color: var(--4);
    border-bottom: 3px solid var(--4);
}

.login-wrap .tab a:hover {
    color: #333;
}


.mlog {}

.mlog .frm-list {
    text-align: left;
    padding-top: 20px;
}


.mlog .frm-list li {}

.mlog .frm-list li label {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding-bottom: 5px;
}

.mlog .frm-list li input {
    border: 0;
    border-bottom: 1px solid #dddddd;
    outline: 0;
    width: 100%;
    display: block;
    font-size: 17px;
    font-weight: 400;
    height: 45px;
    line-height: 45px;
}

.mlog .frm-list li input:focus {
    border-bottom: 1px solid var(--4);
}

.mlog .frm-list li.pwd,
.mlog .frm-list li.order-num {
    padding-top: 30px;
}

.loginCheck {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.loginCheck label {
    font-size: 14px;
    font-weight: 700;
}

.loginCheck a {
    color: var(--1);
    font-size: 14px;
    font-weight: 700;
}

.btn-mlog {
    padding-top: 30px;
}

.btn-mlog .loginBtn {
    color: var(--0);
    background: var(--1);
    width: 100%;
    height: 56px;
    line-height: 56px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    border-radius: 56px;
}

.sign-etc {
    padding-top: 20px;
}

.sign-etc a {
    font-size: 15px;
    font-weight: 700;
    border-bottom: 1px solid var(--4);
}

.or {
    margin-top: 50px;
    position: relative;
}

.or::before {
    content: "";
    background: #dddddd;
    width: 56%;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.or span {
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-style: italic;
    z-index: 2;
    position: relative;
    padding: 0 20px;
}

#simpleLogin {
    margin-top: 30px;
}

.sns-login {}

.sns-login a {
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #dddddd;
    width: 100%;
    height: 48px;
    line-height: 48px;
    display: block;
    border-radius: 48px;
    margin-top: 8px;
}

.sns-login a.kakao {
    background: url(/design/epsonkorea/images/login-kakao.png) left 7px center no-repeat;
}

.sns-login a.naver {
    background: url(/design/epsonkorea/images/login-naver.png) left 7px center no-repeat;
}

.sns-login a.apple {
    background: url(/design/epsonkorea/images/login-apple.png) left 7px center no-repeat;
}

.welcome h1.kr + .kr {
    font-size: 25px;
}
.login-wrap .tab a + a {
    display: none;
}
/***
* ÀÌ À§·Î´Â Pc
*
*
*
*
*
*
*
*
* 
*
*
*
*
*
*
*
*
* ¿©±âºÎÅÍ ÅÂºí¸´ ¸ð¹ÙÀÏ °øÅë
***/


/* ÅÂºí¸´°ú ¸ð¹ÙÀÏ °øÅë ½ºÅ¸ÀÏ */
@media only screen and (max-width: 1280px) {
    /* ¿©±â¿¡ ÅÂºí¸´°ú ¸ð¹ÙÀÏ °øÅë ½ºÅ¸ÀÏÀ» Á¤ÀÇÇÕ´Ï´Ù. */

}


/***
* ÀÌ À§·Î´Â ÅÂºí¸´ ¸ð¹ÙÀÏ °øÅë
*
*
*
*
*
*
*
*
* 
*
*
*
*
*
*
*
*
* ¿©±âºÎÅÍ ÅÂºí¸´
***/

@media all and (max-width: 1280px) and (min-width: 768px) {}

/***
* ÀÌ À§·Î´Â ÅÂºí¸´
*
*
*
*
*
*
*
*
* 
*
*
*
*
*
*
*
*
* ¿©±âºÎÅÍ ¸ð¹ÙÀÏ
***/
/*max-width: 767px¿¡¼­ 767px·Î º¯È¯ÇÔ*/
@media all and (max-width: 767px) {

    /* ±âº» Ã¼Å©¹Ú½º¸¦ ¼û±é´Ï´Ù. */
    input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 24px;
        height: 24px;
        position: relative;
        background-size: cover;
    }

    /* Ã¼Å©¹Ú½º ¹è°æ ÀÌ¹ÌÁö */
    input[type="checkbox"] {
        background-image: url('/design/epsonkorea/images/Default_40.png');
        /* Ã¼Å© ¾ÈµÈ »óÅÂ ÀÌ¹ÌÁö */
    }

    /* Ã¼Å©µÈ »óÅÂÀÇ ¹è°æ ÀÌ¹ÌÁö */
    input[type="checkbox"]:checked {
        background-image: url('/design/epsonkorea/images/Selected_40.png');
        /* Ã¼Å©µÈ »óÅÂ ÀÌ¹ÌÁö */
    }

    #loginWrap {
        width: auto;
    }

    #contentWrap {
        background: #ff;
        width: auto;
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }
    .login-wrap {
        width: auto;
        margin: 0 39px;
    }
    .welcome {
        padding: 55px 0 35px;
    }

    .welcome h1.en {
        font-size: 24px;
    }

    .welcome h1.kr {
        font-size: 19px;
    }

    .login-wrap .tab a {
        font-size: 15px;
    }

    .mlog .frm-list {
        padding-top: 30px;
    }


    .mlog .frm-list li label {
        font-weight: 400;
        padding-bottom: 3px;
    }

    .mlog .frm-list li input {
        font-size: 15px;
    }

    .loginCheck label {
        line-height: 24px;
    }

    .loginCheck label input {
        margin-right: 3px;
    }

    .btn-mlog {
        padding-top: 20px;
    }

    .btn-mlog .loginBtn {}
.welcome h1.kr + .kr {
    font-size: 16px;
}
} 
/* BASIC css end */

