.sub_etc{
  font-size: 1.6rem;
  font-size: clamp(16px, 3vw, 1.8rem);
}
.sub_etc.sub_wrap .container .inner{
  max-width: 1240px;
}
.sub_etc .sub_visual .tit_wrap{
  padding: 6rem 0;
}
.sub_etc .policy .topbox {
  background: #f0f1f5;
  padding: 2rem 2.5rem;
}
.sub_etc h5 {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 4.5rem 0 1rem 0;
  color: #333;  
  position: relative;
  word-break: keep-all;
  font-size: 1.6rem;
  font-size: clamp(16px, 3vw, 1.8rem);
  font-weight: 600;
}
.sub_etc h5::before {
  content: '';  
  width: 4px;
  height: 16px;
  background: var(--blue);
}
.sub_etc .policy table {
  width: 100%;
  border-top: 2px solid #333;
  border-left: 1px solid #aaa;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.sub_etc .policy table thead th {
  height: 2.6rem;
  padding: 1rem;
  background: #f5f5f5;
  border-right: 1px solid #aaa;
  vertical-align: middle;
  text-align: center;
  border-bottom: 1px solid #aaa;
  color: #444;
}
.sub_etc .policy table tbody td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #ccc;
  color: #444;
}
.sub_etc .useragreement .num_list li p{
  padding-left: 20px;
  text-indent: -20px;
}
.sub_etc .useragreement .num_list li.sublist{
  padding-left: 1.8rem;
}
.sub_etc h4 {
  display: flex;
  gap: .8rem;
  align-items: center;
  margin: 5rem 0 1.5rem;  
  color: #222;
  font-size: 2.4rem;
  font-size: clamp(20px, 3vw, 2.4rem);
  color: var(--blue);
  font-weight: 600;
}
.sub_etc h4::before{
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  border: 2px solid var(--blue);
  background-color: rgba(54, 121, 229, 0.725);
}
.sub_etc h5.nm_h5 {
  margin-top: 0px;
}
.sub_etc .useragreement h5.icon,
.sub_etc .useragreement .icon + p,
.sub_etc .useragreement .num_list{
  padding-left: 2rem;
}
@media screen and (max-width: 769px) {
  .sub_etc .sub_visual .tit_wrap {
      padding: 4rem 0;
  }
}


/* 영문 */
.sub_en{
  color: #666;
}
.sub_en .pt30{
  padding-top: 3rem;
}
.sub_en .pt20{
  padding-top: 2rem;
}
.sub_en .pt5 {
  padding-top: 0.5rem;
}
.sub_en .pl10 {
  padding-left: 1rem;
}
.sub_en .policy h3{
  word-break: keep-all;
  font-weight: 700;
  letter-spacing: -0.2pt;
  color: #333;
}
.sub_en .policy .t01{
  color: #222;
}