
span.text-danger {
    color:red !important;
    padding-bottom:0px !important;
}

span.text-danger-middle{
    margin-top:-20px !important;
    margin-bottom:20px !important;
}


.subWrap.result{
    height:581px;
}


.isUnder14{
    display:none;
}

#id_authNumberContainer{
    display:None;
}


.phone1 {
    width: 85px !important;
}

.phone2 {
    border: 2px solid #043264;
    background-color: #052042;
    height: 54px;
    color: #fff;
    font-size: 20px;
    font-family: "NanumSquare";
    padding: 10px;
    box-sizing: border-box;
    width: 153px;
    text-align: center;
}

.noData{
    height: 600px !important;
}

button:disabled{
    cursor:default !important;
}
  


.clientStartResult{
    background: url(../img/sub/bg_subWrap.jpg) 50% 0 no-repeat #061d39;
    z-index: 1;
    box-sizing: border-box;
    display: none;
    padding-top: 300px;
    padding-bottom: 225px;
    margin-bottom: 0 !important;
  }
  
  .clientStartResultSub{
    width: 818px;
    margin: 0 auto;
  }
  
  .clientStartResultSub > p{
    text-align: center;
    font-size: 26px;
    color: #52b7f5;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 40px;
  }
  
  .clientStartResultSub .btnWrap {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 70px 0 100px;
  }
  
  .errorRoot{
    background: url(../img/sub/bg_subWrap.jpg) 50% 0 no-repeat #061d39;
    z-index: 1;
    box-sizing: border-box;
    padding-top: 210px;
    padding-bottom: 225px;
    margin-bottom: 0 !important;
}

.marginAuto{
    margin: auto;
}


.matchContent span{
    padding: 38px 54px 50px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.subWrap.nodata {
  text-align: center;
    font-size: 26px;
    color: #52b7f5;
    line-height: 1.5;
    font-weight: 700;
    height:581px;

}

.footer_logo {
    display: flex;
}


.footer_link{
    height:100%;
    padding-left:20px;
    line-height: 100%;
    text-align: center;
    margin-top: 7px;
}

.footer_link a{
    font-size: 15px;
    color:#606060;
    font-weight: bold;
    text-decoration-line:none;
}

.footer_link a:hover{
    color:#fff;
}


/* member rank */
#searchRankByNickname button {
    cursor:pointer;
}

#searchRankByNickname #id_nickName {
    color:#fff;
}

.searchResultNoData{
    color:#95aecf;
}


/* 상단 타이틀 이미지 추가 시작 */
body.sub.privacy .visual {
	background: url("../img/sub/bg_privacy.png") 50% 0 no-repeat;
}

body.sub.policy .visual {
	background: url("../img/sub/bg_policy.png") 50% 0 no-repeat;
}
/* 상단 타이틀 이미지 추가 끝 */

/* QnA 상단 타이틀 */
body.sub.QnA .visual {
	background: url("../img/sub/bg_policy.png") 50% 0 no-repeat;
}
/* QnA 상단 타이틀 */
body header .gnb .depth2.QnA ul {
    left: 885px;
}

body header .gnb .depth2.download ul {
    left: 730px;
}