/* BASIC css start */
.frm-list {
    padding-top: 40px;
    position: relative;
    width: 100%;
}

.frm-list li {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.frm-list li label {
    padding-left: 16px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 46px;
    color: rgb(136, 136, 136);
    line-height: 46px;
    cursor: text;
    font-size: 16px;
    font-weight: 400;
    background: #fff;
}

.frm-list li input {
    padding-left: 16px;
    width: 100%;
    height: 47px;
    line-height: 47px;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgb(221, 221, 221);
    outline: 0px;
    font-size: 16px;
    color: rgb(51, 51, 51);
}

#simpleLogin {
    text-align: center;
}

.pageName {
    color: rgb(51, 51, 51);
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    padding-top: 95px;
    padding-bottom: 75px;
}

#loginWrap {
    width: 1090px;
    margin: 0px auto;
}

.login-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.login-wrap .left {
    width: 450px;
}

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

.login-wrap .tab a {
    color: rgb(136, 136, 136);
    font-size: 18px;
    border-bottom: 1px solid rgb(0, 0, 0);
    flex: 1 1 0%;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.login-wrap .tab a.on {
    border-width: 1px 1px 0px;
    border-bottom-style: initial;
    border-bottom-color: initial;
    border-right-style: solid;
    border-right-color: rgb(0, 0, 0);
    border-top-style: solid;
    border-top-color: rgb(0, 0, 0);
    border-left-style: solid;
    border-left-color: rgb(0, 0, 0);
    color: rgb(51, 51, 51);
    font-weight: 700;
}

.login-wrap .tab a:hover {
    color: rgb(51, 51, 51);
}

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

.btn-mlog .CSSbuttonBlack {
    height: 64px;
    line-height: 64px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
}
.plus-friend {
    height: 64px;
    line-height: 64px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    color: #333333;
    background: #fae300;
    margin-top: 12px;
}

.plus-friend img {
    margin-right: 5px;
}

.sign-etc {
    border-bottom: 1px solid #dddddd;
    font-size: 0;
    padding: 25px 0;
    text-align: center;
}

.sign-etc a {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #888888;
    font-size: 15px;
}

.sign-etc a:hover {
    color: #333;
}

.sign-etc a:first-child::after {
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    background: #dddddd;
}

#simpleLogin {
    margin-top: 64px;
}

.sns-login {}

.sns-login a {
    border: 1px solid #dddddd;
    width: 100%;
    display: inline-block;
    height: 56px;
    line-height: 56px;
    color: #333333;
    font-size: 16px;
    position: relative;
}

.sns-login a + a {
    margin-top: 12px;
}

.sns-login a img {
    position: absolute;
    top: 7px;
    left: 10px;
}

.login-wrap .right {
    width: 540px;
}

.banner {
    position: relative;
}

.banner img {
    width: 100%;
}

.bannerSubject {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
}

.bannerSubject .en {
    color: #000000;
    font-size: 42px;
    font-weight: 700;
}

.bannerSubject .kr {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}
.field {display:none;}
.nomember-info {
    text-align: center;
    margin-top: 75px;
    line-height: 1.5;
    color: #888888;
    font-size: 14px;
}
.loginCheck {
    padding-bottom: 10px;
    font-size: 14px;
}
.btn-mlog .CSSbuttonBlack + #simpleLogin {
    margin-top: 0;
}

.btn-mlog .CSSbuttonBlack + #simpleLogin .sns-login {
    margin: 10px 0 0;
}
/* BASIC css end */

