/* ================================================
   Modal - PC 버전
   ================================================ */

/* 배경 오버레이 */
.reveal-modal-bg {
  display: none;  /* JS가 이걸 show 시킴 */
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  z-index: 501;
  top: 0;
  left: 0;
}

.reveal-modal {
  visibility: hidden;
  background: transparent !important; 
  padding: 0 !important;        
  box-shadow: none !important;   
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  margin: 0 !important;
  z-index: 502;
  width: auto;
  max-width: 90vw;
}

.reveal-modal img {
  display: block;
  max-width: 80vw;
  max-height: 80vh;
  width: auto;
  height: auto;
  margin: 0 auto;
}

/* 모달2 (크기 큰 버전) */
.reveal-modal2 {
  visibility: hidden;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 860px;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  border: 3px solid #333;
  background: #fff;
  z-index: 502;
  border-radius: 6px;
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  padding: 30px 40px;
}

/* 닫기 버튼 */
.reveal-modal .close-reveal-modal,
.reveal-modal2 .close-reveal-modal {
  /* position: absolute;
  top: -60px;
  right: 0;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer; */
  display: none;
}
.reveal-modal .close-reveal-modal:hover,
.reveal-modal2 .close-reveal-modal:hover {
  color: #333;
}

/* 모달 사이즈 변형 */
.reveal-modal.small  { width: 400px; }
.reveal-modal.medium { width: 600px; }
.reveal-modal.large  { width: 800px; }
.reveal-modal.xlarge { width: 1000px; }

/* ================================================
 Modal 내부 컴포넌트
 ================================================ */
.modal_box li { list-style: none; float: left; }

.modal_txt {
  padding-left: 20px;
  width: 420px;
  text-align: left;
  overflow: hidden;
}

.modal_tit {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.modal_table,
.modal_table2 {
  border-top: 1px solid #ddd;
  width: 100%;
  height: auto;
  margin-top: 16px;
}

.modal_table_box {
  width: 500px;
  margin: 40px auto 0;
}

.modal_ta_tit {
  font-size: 14px;
  color: #595959;
  font-weight: bold;
  padding-bottom: 10px;
}

.modal_input {
  border: 1px solid #c1c1c1;
  width: 300px;
  height: 36px;
  line-height: 36px;
  padding-left: 12px;
  margin-top: 8px;
  font-size: 14px;
  color: #595959;
  font-weight: bold;
}

.modal_btn {
  display: block;
  background: #eb1235;
  width: 110px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
}

.modal_mem {
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #595959;
  text-align: center;
  border-top: 1px solid #ddd;
}

.modal_mem2 {
  margin-top: 20px;
  padding-top: 20px;
  width: 100%;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #595959;
  text-align: center;
}

.modal_mem_btn {
  display: block;
  float: left;
  margin-left: 15px;
  background: #1f1f1f;
  width: 110px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
}

.modal_mem_btn2 {
  display: block;
  margin: auto;
  background: #f15a21;
  width: 150px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
}

.modal_ul_list {
  height: auto;
  min-height: 57px;
  line-height: 57px;
  width: 100%;
  padding-left: 4px;
  border-bottom: 1px solid #ddd;
}

/* 버튼 */
.btn0702_3 { float: left; padding-left: 5px; }

.btn0702_col1 {
  background: #fb718a;
  height: 36px;
  line-height: 36px;
  width: 60px;
  display: block;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
}

.btn0702_col2 {
  background: #9e9e9e;
  height: 36px;
  line-height: 36px;
  width: 60px;
  display: block;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px;
  border-radius: 3px;
}

.w100 { width: 120px; }
.w70  { width: 90px; }

/* frame / body */
.frame,
.body {
  width: 100%;
  height: auto;
  min-height: 410px;
  margin: 0;
}