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

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

.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: 14px;
    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: 14px;
    color: rgb(51, 51, 51);
}

#simpleLogin {
    text-align: center;
}

 
.pageName {
    color: rgb(51, 51, 51);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
#loginWrap {padding: 0 5%;}

.login-wrap {
}

.login-wrap .left {
}

.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: 43px;
    line-height: 43px;
    font-size: 15px;
}

.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: 51px;
    line-height: 51px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    display: block;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    text-align: center;
}
.plus-friend {
    height: 62px;
    line-height: 62px;
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    display: inline-block;
    color: #333333;
    background: #fae300;
    margin-top: 12px;
}

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

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

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

.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: 54px;
}

.sns-login {}

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

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

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

.login-wrap .right {margin-top: 54px;}

.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: 25px;
    font-weight: 700;
}

.bannerSubject .kr {
    color: #000000;
    font-size: 13px;
    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;
}
.btn-mlog .CSSbuttonBlack + #simpleLogin {
    margin-top: 0;
}

.btn-mlog .CSSbuttonBlack + #simpleLogin .sns-login {
    margin: 10px 0 0;
}


#inquiryOrder { display:none; }
#inquiryOrder .txt { margin:15px 15px 0; padding:0; }
#inquiryOrder .frm { overflow:hidden; width:200px; margin:35px auto 0; }
#inquiryOrder .frm dt, 
#inquiryOrder .frm dd { float:left; }
#inquiryOrder .frm dt { width:60px; margin-top:5px; line-height:32px; font-weight:bold; letter-spacing:-1px; }
#inquiryOrder .frm dd { width:140px; }
#inquiryOrder .frm input[type=text] { width:100%; height:32px; line-height:32px; margin-top:5px; padding:0 5px; border:1px solid #c6c6c6; background:#fbfbfb; border-radius:0; }
#inquiryOrder .btns { margin:40px 10px 20px; }
#inquiryOrder .btns a { margin-top:10px; }
#footer {
    margin: 110px auto 0 !important;
}
/* BASIC css end */

