@charset "utf-8";

/********************************************
    관심고객등록
********************************************/
.regist_tit {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 20px;
}
.regist_tit:not(:first-child) {
  margin: 50px 0 20px;
}
.register_bnr{margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #eeefef;}
.register_bnr img{display: block;}
@media screen and (max-width: 655px) {
  .register_bnr img{content: url('../../images/mo_regist.jpg');}
}

/********************************************
    관심고객등록 > 개인정보 수집 및 이용에 관한 안내 (스크롤박스)
********************************************/
.temp_regist .terms_box {
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    font-weight: 300;
    padding: 5px 5px 5px 0;
}
.temp_regist .terms_box .terms{
  height: 500px;
  overflow-y:scroll;
  padding: 38px 35px;
}
.temp_regist .terms_box .terms::-webkit-scrollbar{width: 5px;}
.temp_regist .terms_box .terms::-webkit-scrollbar-thumb{background: #d2d2d2; border-radius: 2.5px;}
.temp_regist .terms_box .terms::-webkit-scrollbar-track{background: #fff;}
.temp_regist .terms_box .terms>div:first-child .regist_stit{padding: 0;}
.temp_regist .terms_box p {
  padding: 0 0 5px;
}
.temp_regist .terms_box ul li {
  text-indent: -12px;
  padding: 0 0 0 15px;
}
.regist_stit {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 10px;
}
/* 동의버튼 */
.terms_agree {
  display: flex;
  align-items: center;
  gap: 30px;
  padding-top: 20px;
}
.terms_agree p{
  font-size: 18px;
  color: #666666;
  margin-right: 20px;
}
.terms_agree p strong{
  font-weight: 500;
  color: #111111;
}
.terms_agree label{
  color: #666666;
  font-size: 18px;
}
/* 버튼 */
.regist_button {
  padding: 50px 0 0;
  text-align: center;
}
.regist_button a {
  display: inline-block;
  line-height: 30px;
  padding: 10px 30px;
}

@media screen and (max-width: 480px) {
  .regist_button {
    padding: 10px 0 0;
  }  
  .regist_button a {
    padding: 10px 20px;    
  }
}

.regist_button a.btn_regist {
  color: #fff;
  font-size: 18px;
  background-color: #001961;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.regist_button a.btn_cancel {
  color: #000;
  background-color: var(--second_color);
}
/********************************************
      개인정보 취급 위탁동의
********************************************/
div.privacy_tb table {
  width: 100%;
}
div.privacy_tb table thead th {
  font-size: min(calc(14/480 * 100vw), 14x);
  width: 50%;
  word-break: keep-all;
  color: #fff;
  padding: 15px 20px;
  background-color: var(--point_color);
}
div.privacy_tb table tbody td {
  font-size: min(calc(14/480 * 100vw), 14x);
  word-break: keep-all;
  text-align: center;
  padding: 10px 20px;
  border-top: 1px solid var(--line_color);
  border-bottom: 1px solid var(--line_color);
}
div.privacy_tb table tbody td:nth-of-type(2) { 
  border-left: 1px solid var(--line_color);
}
/********************************************
      개인정보입력
********************************************/
.info_table dl {
  display: grid;
  grid-template-columns: 200px auto;
}
.info_table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #111111;
  background-color: #f8f8f8;
  border-bottom: 1px solid #eeefef;  
  padding: 20px;
  font-size: 18px;
}
.info_table dl dt:first-of-type{
  border-top: 1px solid #001961;  
}
.info_table dl dd {
  border-bottom: 1px solid #eeefef;  
  padding: 10px 20px; 
  display: flex;
  align-items: center;
  gap: 10px;
}
.info_table dl dd:first-of-type{
  border-top: 1px solid #001961;  
}
.info_table dl dd > label{
  display: inline-flex;
  align-items: center;  
  font-size: 16px;
  color: #666666;
  gap: 10px;
  margin-right: 40px;
}
.info_table dl dd * { vertical-align: middle;}


#joinNm { 
  width: min(100%, 400px);
}
#pcs {
  width: min(100%, 400px);
}
#pcs1 {
  width: min(32%, 120px);
}
#pcs2 {
  width: min(32%, 120px);
}
#pcs3 {
  width: min(32%, 120px);
}
#s1 {
  width: min(32%, 200px);
}
#s2 {
  width: min(32%, 200px);  
}
#s3 {
  width: min(32%, 200px);  
}

@media screen and (max-width: 655px){
  .regist_tit{font-size: 16px;}
  .temp_regist .terms_box .terms{height: 300px; padding: 15px;}
  .terms_agree {display: flex; align-items: baseline; gap: 10px; flex-direction: column;}
  .terms_agree p{margin-bottom: 10px;}
  .info_table dl{grid-template-columns: 90px auto;}
  .info_table dl dt{font-size: 14px;}
  .info_table dl dd{flex-direction: column; align-items: baseline;}
  #s1 {
    width: 100%;
  }
  #s2 {
    width: 100%;
  }
  #s3 {
    width: 100%;
  }

  input[type="text"], input[type="password"], input[type="number"], select, .info_table dl dd > label{font-size: 14px;}
} 



@media screen and (max-width: 480px) {
  .info_table dl {
    display: grid;
    grid-template-columns: 120px auto;
  }  
  #pcs1 {
    width: 100%;
  }
  #pcs2 {
    width: 100%;
    margin: 5px 0;
  }
  #pcs3 {
    width: 100%;
  }  
  #s1 {
    width: 100%;
  }
  #s2 {
    width: 100%;
  }
  #s3 {
    width: 100%;
  }
}
