/* BASIC css start */
#loginWrap *{
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
}

#loginWrap .pageTit{
    padding:60px 0 36px;
}

#loginWrap .pageTit h3{
    font-size:24px;
    text-align:center;
    color:#000;
    font-weight:500;
}

#loginWrap .pageCon{
    width:100%;
    margin:0 auto 80px;
    padding:0 24px;
}

.loginFormWrap .frm-list li{
    position:relative;
    margin-bottom:12px;
}

.loginFormWrap .frm-list li:last-child{
    margin-bottom:0;
}

.loginFormWrap .frm-list li input{
    width:100%;
    height:48px;
    padding-left:10px;
    padding-left:10px;
    font-size:15px;
    color:#555;
    border:1px solid #ccc;
    border-radius:5px;
}

.checkArea{
    padding:18px 0;
}

.checkArea .checkBoxWrap {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  color:#999;
  line-height:21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkArea .checkBoxWrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkArea .checkBoxWrap .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 21px;
  width: 21px;
  background-image: url(/design/charmzone/renew_22/img/pc/login_checkBox_check_no.png);
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

/* When the checkbox is checked, add a blue background */
.checkArea .checkBoxWrap input:checked ~ .checkmark {
  background-image: url(/design/charmzone/renew_22/img/pc/login_checkBox_check.png);
}

.btn-mlog .loginBtn{
    display:block;
    margin-bottom:30px;
    font-size:18px;
    color:#aaa;
    text-align:center;
    line-height:48px;
    border-radius:5px;
    background:#eee;
}

.btn-mlog .loginBtn.active{
    background:#092e49;
    color:#fff;
}

.sns-login{
    margin:0;
    padding-bottom:30px;
    text-align:center;
}

.sns-login a{
    width:43px;
    display:inline-block;
    margin-right:12px;
}

.sns-login a:last-child;{
    margin-right:0;
}

.sns-login a img{
    display:block;
    width:100%;
}

.bottomLinkPool{
    padding:0 0 30px;
    text-align:center;
}

.bottomLinkPool a{
    position:relative;
    display:inline-block;
    padding-right:10px;
    margin-right:10px;
    color:#222;
    font-size:14px;
}

.bottomLinkPool a:after{
    content:'';
    display:block;
    position:absolute;
    top:2px;
    right:0;
    width:1px;
    height:14px;
    background:#ccc;
}

.bottomLinkPool a:last-child{
    padding-right:0;
    margin-right:0;
}

.bottomLinkPool a:last-child:after{
    display:none;
}

.joinUsBanner{
    padding:0 20px;
    border:1px solid #81a3bf;
    border-radius:5px;
}

.joinUsBanner span{
    display:block;
    line-height:48px;
    font-size:15px;
    color:#999;
}

.joinUsBanner strong{
    display:block;
    line-height:48px;
    font-size:15px;
    font-weight:bold;
    color:#81a3bf;
}

.joinUsBanner strong img{
    margin:-3px 0 0 5px;
    vertical-align:middle;
}

.orderFindTab .btn-mlog .loginBtn{
    margin-top:24px;
    margin-bottom:0;
}

.orderFindTab .bottomLinkPool{
    border-top:none;
}

#ORDER_FIND_TAB{
    display:none;
}

.orderFindTab .btn-mlog .loginBtn.noMemberOrderFind{
    margin-bottom:30px;
}

/* BASIC css end */

