@charset "utf-8";

/********************************************
    관심고객등록
********************************************/
.regist_tit {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 20px;
}
.regist_tit:not(:first-child) {
  margin: 40px 0 20px;
}
.regist_stitle {
  font-size:16px;
  margin:-10px 0 20px;
}
/********************************************
    관심고객등록 > 개인정보 수집 및 이용에 관한 안내 (스크롤박스)
********************************************/
.temp_regist .terms_box {
    padding: 10px 30px 30px;
    background: #f9f9f9;
    border: 1px solid var(--line_color);
    height: 280px;
    overflow-y:scroll;
    font-size: 14px;
    font-weight: 300;
}
.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 {
  text-align: right;
  padding: 20px 30px;
}
/* 버튼 */
.regist_button {
  padding: 40px 0 0;
  text-align: center;
}
.regist_button a {
  display: inline-block;
  line-height: 30px;
  padding: 10px 30px;
  min-width: 180px;
  margin: 0 5px;
}
@media screen and (max-width: 480px) {
  .regist_button {
    padding: 10px 0 0;
  }  
  .regist_button a {
    min-width: 120px;
    padding: 10px 10px;    
  }
}

.regist_button a.btn_regist {
  color: #fff;
  background-color: var(--point_color);
}
.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: 33%;
  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 tr:nth-child(2) td:nth-child(1){display: none;}
div.privacy_tb table tbody td:nth-of-type(2) { 
  border-left: 1px solid var(--line_color);
}
div.privacy_tb table tbody td:nth-of-type(3) { 
  border-left: 1px solid var(--line_color);
}
@media screen and (max-width: 650px) {
  .agreeInfo_tb{overflow: scroll;}
  .agreeInfo_tb table{min-width: 600px;}
}
/********************************************
      개인정보입력
********************************************/
.info_table dl {
  display: grid;
  grid-template-columns: 160px auto;
}
.info_table dl dt {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  border-top: 1px solid var(--line_color);
  border-bottom: 1px solid var(--line_color);  
  background-color: var(--point_color);
  padding: 10px 20px;
  margin: -1px 0 0;
}
.info_table dl dd {
  border-top: 1px solid var(--line_color);
  border-bottom: 1px solid var(--line_color);  
  padding: 10px 20px; 
  margin: -1px 0 0;
}
.info_table dl dd * { vertical-align: middle;}


#joinNm { 
  width: min(100%, 366px);
}
#pcs1 {
  width: min(32%, 120px);
}
#pcs2 {
  width: min(32%, 120px);
}
#pcs3 {
  width: min(32%, 120px);
}
#s1 {
  width: min(32%, 120px);
}
#s2 {
  width: min(32%, 120px);  
}
#s3 {
  width: min(32%, 120px);  
}
@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%;
    margin: 5px 0;
  }
  #s3 {
    width: 100%;
  }
}




.survey {
  border-top: 1px solid #c7c7c7;  
  border-bottom: 1px solid #c7c7c7;
  padding:70px 0;
}
.survey .survey_item ~ .survey_item {margin-top: 60px;}
.survey .title {font-size:20px; color:#222; font-weight: 500; margin-bottom: 20px;;}
.survey .title .pt {color:#004F50; font-size:16px;}
.survey .stit {font-size:16px; columns:#222; font-weight: 500;; margin-bottom: 10px;}
.survey .chkList {margin-left:36px;}
.survey .chkList ul {margin:-10px 0 0 -78px; font-size:0;;}
.survey .chkList li {margin:10px 0 0 78px; display:inline-block; vertical-align:middle; font-size:16px;}
.survey .table01 {border-top:1px solid #c7c7c7;;}
.survey .table01 table {width:100%;}
.survey .table01 col.col1 {width:10%;}
.survey .table01 col.col2 {width:30%;}
.survey .table01 col.col3 {}
.survey .table01 th,
.survey .table01 td {font-size:14px; border-bottom: 1px solid #c7c7c7;}
.survey .table01 th {padding:12px 10px; text-align:center; background:#000; color:#fff; word-break:keep-all;}
.survey .table01 td {padding:12px 10px 12px 60px; text-align:left; color:#000;}
.survey .table01 td.tac {text-align:center; padding: 0;}
.survey .table02 {}
.survey .table02 table {width:100%;}
.survey .table02 col.col1 {width:30%;}
.survey .table02 col.col2 {}
.survey .table02 thead th,
.survey .table02 tbody td {font-size:14px; text-align:center; padding:12px 10px;}
.survey .table02 thead th {background:#000; color:#fff;}
.survey .table02 thead th ~ th,
.survey .table02 tbody td ~ td {border-left:1px solid #D8D9D5;}
.survey .table02 tbody td {border-bottom: 1px solid #c7c7c7;}
.survey .table02 tbody td .list {}
.survey .table02 tbody td .list li {display: inline-block; vertical-align:middle;}
.survey .table02 tbody td .list li ~ li {margin-left: 30px;}
.survey .table03 {border-top:1px solid #D8D9D5;;}
.survey .table03 table {width:100%;}
.survey .table03 col.col1 {width:12%;}
.survey .table03 col.col2 {}
.survey .table03 th,
.survey .table03 td {padding:18px; font-size:16px; border-bottom: 1px solid #D8D9D5;}
.survey .table03 th {background:#000; color:#fff; text-align:center;}
.survey .table03 td {}
.survey .table03 td .list li {display: inline-block; vertical-align:middle;}
.survey .table03 td .list li ~ li {margin-left: 25px;}
.survey .table04 {border-top:1px solid #D8D9D5;;}
.survey .table04 table {width:100%;}
.survey .table04 col.col1 {width:12%;}
.survey .table04 col.col2 {}
.survey .table04 th.bg1 {background:#586670;}
.survey .table04 th.bg2 {background:#897D70;}
.survey .table04 th,
.survey .table04 td {padding: 15px 10px; text-align:center; font-size:16px;;}
.survey .table04 th {color:#fff;}
.survey .table04 td {border-bottom: 1px solid #D8D9D5;}
.survey .table04 td .list li {display: inline-block; vertical-align:middle;}
.survey .table04 td .list li ~ li {margin-left: 30px;}
.survey .greetingBox {background:rgba(88,102,112,0.7); color:#fff; display: flex; justify-content: center; align-items: center; text-align:center; font-size:16px; padding: 13px 10px; border-radius: 8px;; margin-top: 82px;}

@media screen and (max-width: 1024px) {
  .survey .chkList {margin-left:0;}
  .survey .chkList li {display: block;}
  .survey .table01 col.col1 {width:15%;}
  .survey .table01 col.col2 {width:32%;}
  .survey .table01 td {padding-left: 10px;;}
  .survey .table02 col.col1 {width:40%;}
  .survey .table02 tbody td {text-align:left;}
  .survey .table02 tbody td .list li {display: block;}
  .survey .table02 tbody td .list li ~ li {margin:10px 0 0;}
  .survey .table03 td .list li {display: block;}
  .survey .table03 td .list li ~ li {margin:10px 0 0;}
  .survey .table04 col.col1 {width:40%;}
  .survey .table04 td {text-align:left;}
  .survey .table04 td .list li {display: block;}
  .survey .table04 td .list li ~ li {margin:10px 0 0;}
}