.depth2_ul{background-color:#000; opacity:0.75}
#boardWrap{position:relative;width:1200px;margin:0 auto;padding-bottom:60px;padding-top:70px;}
.contest_title{text-align:center;font-size:34px;font-weight:bold;}
.note{margin-top:30px;margin-bottom:30px;text-align:center;font-size:20px;color:#ff6868}
.iqr_policy_wrap{position:relative;padding-bottom:45px;margin-top:80px;border-bottom:1px solid #ebebeb}
.iqr_tit{font-size:1.375em}
.iqr_policy{position:relative;margin:30px 0 10px;border:1px solid #ebebeb}
.iqr_policy > ol{padding:25px}
.iqr_policy > ol > li{margin-top:10px}
.iqr_policy > ol > li:first-child{margin-top:0}
.iqr_check > input, .iqr_check > label{display:block;float:left}
.iqr_check > label{margin-left:5px;font-size:0.875em;line-height:87.5%}

.iqr_policy_wrap,
.iqr_notice_wrap,
.iqr_info {
  position: relative;
  background: #fff;
  border: 1.5px solid #e4e4e4;
  border-radius: 16px;
  padding: 32px 36px 36px;
  margin-top: 28px;
  box-shadow:  0 1px 4px rgba(0,0,0,.06);
  transition: box-shadow 0.18s ease;
}

.iqr_policy_wrap,
.iqr_notice_wrap,
.iqr_info {
  position: relative;
  background: #fff;
  border: 1.5px solid #e4e4e4;
  border-radius: 16px;
  padding: 32px 36px 36px;
  margin-top: 28px;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  transition: box-shadow 0.18s ease;
}
.iqr_policy_wrap:hover,
.iqr_notice_wrap:hover,
.iqr_info:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); }


.iqr_tit {
  font-size: 1.2em;
  font-weight: 700;
  color: #222;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  display: block;
  padding-bottom: 14px;
  border-bottom: 3px solid #c6171f;
}
.notice_list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.notice_item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 16px 4px;
  border-bottom: 1px solid #f0f0f0;
  transition: background  0.18s ease;
}
.notice_item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.notice_item:first-child {
  padding-top: 4px;
}

.notice_num {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background: #c6171f;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.02em;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.notice_sub {
  list-style: none;
  margin: 8px 0 0;
  padding: 10px 14px;
  background: #f8f8f8;
  border-left: 3px solid #c6171f;
  border-radius: 0 6px 6px 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.notice_sub li {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}
.notice_sub em {
  font-style: normal;
  font-weight: 700;
  color: #c6171f;
  margin-right: 6px;
}
.notice_sub em::after {
  content: ' :';
}
.notice_deadline {
  color: #c6171f;
  font-weight: 800;
  font-size: 1.05em;
}

.iqr_info{margin-top:30px}
.iqr_dot{position:relative;margin-left:10px;padding-left:10px;font-size:0.65em}
.iqr_dot:before{content:'';position:absolute;left:0;top:40%;width:6px;height:5px;background:url('../img/inquiry_dot.png') no-repeat}
.iqr_dot > span{font-size:0}

.inquiry_table{width:100%;margin-top:20px;table-layout:fixed}
.inquiry_table .col1{width:20%}
.inquiry_table th, .inquiry_table td{padding:12px 0;border:1px solid #ebebeb}
.inquiry_table th{padding-left:40px;border-right:0;background-color:#f8f8f8;text-align:left;vertical-align:middle;}
.inquiry_table td{padding-left:20px;padding-right:20px;color:#666}
.inquiry_table th label, .inquiry_table th span{position:relative;font-size:1em;font-family:'NotoSansKR-Regular';color:#666}
.inquiry_table th label.required:before{content:'';position:absolute;left:-15px;top:6px;width:6px;height:5px;background:url('../img/inquiry_dot.png') no-repeat}
.inquiry_table input[type="text"], .inquiry_table input[type="password"], .inquiry_table select{height:35px;padding:0 10px;border:1px solid #ebebeb;font-size:0.875em;line-height:35px;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}
.inquiry_table .bridge, .inquiry_table .nbsp{display:inline-block;text-align:center}
.inquiry_table .bridge{width:16px}
.inquiry_table .nbsp{width:5px}
.inquiry_table .text{padding-left:2px;font-size:1em}
.inquiry_table textarea{width:100%;height:140px;padding:10px;border:1px solid #ebebeb;font-size:1em;line-height:160%;resize:none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
-ms-box-sizing:border-box;
box-sizing:border-box;
}

.b_btn01{

	display: block;
    width: 160px;
    height: 52px;
    margin: 36px auto 0;
    background: #c6171f;;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    line-height: 52px;
    text-align: center;
    border: none;
    border-radius: var(--radius-md);
    cursor: pointer;
    letter-spacing: -0.01em;
    transition: background var(--transition), transform var(--transition), box-shadow var(--transition);
    box-shadow: 0 4px 12px rgba(198, 23, 31, .25);
}



.notice_area {
  margin-top: 32px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.notice_existing {
  background: #fff8f8;
  border: 1px dashed #f5c0c0;
  border-bottom: none;
  border-radius: var(--radius-md) var(--radius-md) 0 0;
  padding: 13px 20px;
  color: #e03030;
  font-size: 14px;
  letter-spacing: -0.01em;
  display: flex;
  align-items: center;
  gap: 8px;
}
.notice_existing::before { content: '⚠'; font-size: 15px; flex-shrink: 0; }

.notice_modify {
  background: #fff;
  border: 1px dashed #f5c0c0;
  border-radius: 0 0 var(--radius-md) var(--radius-md);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
  overflow: hidden;
}
.notice_modify::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--gold), var(--gold-dark));
}
.notice_modify_icon { font-size: 20px; flex-shrink: 0; line-height: 1; }
.notice_modify_text {
  flex: 1;
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  letter-spacing: -0.01em;
}
.notice_existing strong,
.notice_modify_text strong { color: var(--red); font-weight: 700; }

.notice_modify_link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: #c6171f;;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 18px 18px;
  border-radius: 20px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: -0.01em;
  transition: background var(--transition), transform var(--transition);
}
.notice_modify_link:hover {
  background: #a5121a;;
  transform: translateY(-1px);
}
.notice_modify_link::after { content: '→'; font-size: 12px; }

.iqr_check {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.iqr_check > input[type="checkbox"] {
  width: 17px; height: 17px;
  accent-color:  #c6171f;
  cursor: pointer;
  flex-shrink: 0;
}
.iqr_check > label {
  font-size: 1em;
  color: #555;
  cursor: pointer;
  line-height: 1.4;
  float: none;
  margin: 0;
}

.route_select_wrap select {
  height: 38px;
  padding: 0 12px;
  border: 1.5px solid #e4e4e4;
  border-radius:0 1px 4px rgba(0,0,0,.06);
  font-size: 0.9em;
  color: #444;
  background: #fff;
  box-sizing: border-box;
  transition: border-color 0.18s ease;, box-shadow 0.18s ease;;
  outline: none;
  min-width: 180px;
  cursor: pointer;
}
.route_select_wrap select:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(198,23,31,.10);
}
#route_etc_input {
  height: 38px;
  padding: 0 12px;
  width: 200px;
  border: 1.5px solid #e4e4e4;
  border-radius:0 1px 4px rgba(0,0,0,.06);
  font-size: 0.9em;
  box-sizing: border-box;
  outline: none;
  transition: border-color 0.18s ease;, box-shadow 0.18s ease;;
  color: #444;
}
#route_etc_input:focus {
  border-color: var(--red);
  box-shadow: 0 0 0 3px rgba(198,23,31,.10);
}
.inquiry_table input[type="button"] {
  height: 38px;
  padding: 0 16px;
  margin-left: 8px;
  background: #444;
  color: #fff;
  border: none;
  border-radius:  6px;
  font-size: 0.875em;
  cursor: pointer;
  transition: background  0 1px 4px rgba(0,0,0,.06);
  box-sizing: border-box;
}
.inquiry_table input[type="button"]:hover { background: #222; }
.download_wrap{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(187,187,187,0.5);}
.download_wrap.on{display:block}
.download_body{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:600px;}
.down_close{position:relative;}
.down_close a{position:absolute;top:-30px;right:0;}
.down_cont{padding:30px 0;width:100%;background-color:#fff;border-radius:20px;text-align:center;box-sizing:border-box;}
.down_cont p{font-size:24px;margin-top:20px;}
.down_cont a{display:block;margin:0 auto;width:200px;height:50px;border-radius:10px;background-color:#599be3;color:#fff;font-size:24px;margin-top:20px;line-height:50px;}
.down_cont span{display:block;color:red;}
.down_cont span:nth-of-type(1){margin-top:15px;}




/* =====================================================
   14. 개인/단체 탭 (신청 + 조회 공통)
   ===================================================== */
.register_tab_wrap,
.find_tab_wrap {
  display: flex;
  gap: 0;
  margin: 28px 0;
  border-bottom: 2px solid #e4e4e4;
  margin: 0 auto;
  margin-top: 20px;
}
.find_tab_wrap{width: 90%}
.register_tab_btn,
.find_tab_btn {
  flex: 1;
  height: 52px;
  background: #f5f5f5;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  font-size: 16px;
  font-weight: 600;
  color: #888;
  cursor: pointer;
  border-radius:6px 6px 0 0;
  transition: background v0.18s ease;, color 0.18s ease;;
  letter-spacing: -0.02em;
}
.register_tab_btn:first-child,
.find_tab_btn:first-child { margin-right: 4px; }

.register_tab_btn.active,
.find_tab_btn.active {
  background: #c6171f;
  color: #fff;
  border-color: #e4e4e4;
  border-bottom: 2px solid #fff;
  margin-bottom: -2px;
  z-index: 1;
}



css/* =====================================================
   15. 단체접수 — 학생 행
   ===================================================== */
.student_row {
  border: 1.5px solid #e4e4e4;
  border-radius: 10px;
  margin-bottom: 16px;
  overflow: hidden;
}
.student_row_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background: #fafafa;
  border-bottom: 1px solid #f0f0f0;
}
.student_num {
  font-size: 14px;
  font-weight: 700;
  color: #c6171f;
}
.btn_remove_student {
  background: none;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 3px 10px;
  font-size: 12px;
  color: #999;
  cursor: pointer;
  transition: all 0.18s ease;
}
.btn_remove_student:hover {
  border-color: #c6171f;
  color: #c6171f;
}
.btn_add_student {
  display: block;
  width: 100%;
  height: 48px;
  margin-top: 8px;
  background: #fff;
  border: 2px dashed #e4e4e4;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  color: #888;
  cursor: pointer;
  transition: border-color 0.18s ease, color 0.18s ease;
  letter-spacing: -0.01em;
}
.btn_add_student:hover {
  border-color: #c6171f;
  color: #c6171f;
}

/* =====================================================
   16. 단체접수 — 조회 결과
   ===================================================== */
.group_academy_info {
  background: #fafafa;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 24px;
}
.group_academy_info dl {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px 16px;
  margin: 0;
}
.group_academy_info dt {
  font-weight: 700;
  color: #555;
  font-size: 14px;
}
.group_academy_info dd {
  color: #333;
  font-size: 14px;
  margin: 0;
}
.group_student_title {
  font-size: 15px;
  font-weight: 700;
  color: #333;
  margin: 0 0 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;
}
.group_student_table thead th {
  background: #c6171f;
  color: #fff;
  text-align: center;
  padding: 12px 8px;
  font-size: 14px;
  font-weight: 600;
  border-color: #c6171f;
}
.group_student_table tbody td {
  text-align: center;
  font-size: 14px;
  padding: 10px 8px;
}
.group_student_table tbody tr:nth-child(even) td {
  background: #fafafa;
}