@charset "UTF-8";
/*-------------------------------------------------

Title       : KOR(국문) Sub06
Author      : EASESOFT
Create Date : 2024-08

-------------------------------------------------*/
.c060100 .top {
  position: relative;
  padding: 6rem 4rem 4rem 15rem;
}
.c060100 .top::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 4rem;
  width: 8rem;
  height: 8rem;
  background: #F8F8F8 url("/kor/img/sub06/pv_icon.svg") no-repeat center center;
  border-radius: 100%;
}
.c060100 .labeling {
  text-align: center;
  gap: 3rem;
}
.c060100 .labeling .cont_box {
  padding: 2rem;
  position: relative;
}
.c060100 .labeling .modal {
  position: absolute;
  transform: translate(0, -50%);
  left: 0;
  top: 50%;
  z-index: 1;
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0.8rem;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  padding: 2rem;
}
.c060100 .labeling .modal .cont_table table {
  font-size: 1.3rem;
  margin-top: 1.5rem;
}
.c060100 .labeling .modal .cont_table table th {
  padding: 0.7rem;
}
.c060100 .labeling .modal .cont_table table td {
  padding: 0.7rem;
}
.c060100 .labeling .ic {
  background: #FAFAFF;
  border-radius: 1.6rem 1.6rem 0 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 15rem;
  margin-bottom: 2rem;
  gap: 0.6rem;
}
.c060100 .labeling .ic img {
  width: 7rem;
}
.c060100 .labeling a.cont_box:hover > .modal,
.c060100 .labeling a.cont_box:focus > .modal {
  opacity: 1;
  visibility: visible;
}
.c060100 .cont_box:has(.pv_list) {
  padding: 4rem;
}
.c060100 .pv_list li + li {
  margin-top: 1.4rem;
}
.c060100 .pv_list a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
  font-size: 1.6rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.c060100 .pv_list a i {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 0.3rem;
  flex: none;
}
.c060100 .pv_list a i img {
  width: 5rem;
}
.c060100 .pv_list a span {
  flex: 1;
}
@media screen and (min-width: 1025px) {
  .c060100 .pv_list a:hover {
    font-weight: 600;
    color: #199CC5;
  }
}
.c060100 .new_window::after {
  content: "\ecaf";
  font-family: "remixicon";
  margin-left: 1rem;
}
.c060100 .h5 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.c060100 .h5 i {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3rem;
  flex: none;
}
.c060100 .h5 i img {
  width: 5rem;
}
.c060100 .h5 span {
  color: #199CC5;
}
.c060100 .delete_step {
  margin-top: 2.4rem;
  padding: 4.8rem;
}
.c060100 .delete_step .tit {
  background: linear-gradient(to right, #61A015, #0993BE);
  color: #fff;
  border-radius: 0.4rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 6rem;
  font-size: 2rem;
  font-weight: 600;
}
.c060100 .delete_step .depth01 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4.8rem;
}
.c060100 .delete_step .depth02 {
  flex: 1;
}
.c060100 .delete_step .depth02 .tit {
  display: none;
}
.c060100 .delete_step .depth02 li {
  margin-top: 3rem;
  position: relative;
}
.c060100 .delete_step .depth02 li::before {
  content: "";
  position: absolute;
  left: calc(50% - 0.5rem);
  top: -1.8rem;
  background: url("/kor/img/step_arrow.svg") no-repeat center center;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  filter: brightness(0);
  transform: rotate(90deg);
}
.c060100 .delete_step .depth02 span {
  border: 1px solid #CED6DC;
  border-radius: 0.4rem;
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 5rem;
  padding: 1.6rem;
  text-align: center;
  font-size: 1.8rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.c060100 .delete_step .depth02 span.navy {
  background: #1B2539;
  color: #fff;
  border-color: #1B2539;
}
.c060100 .delete_step .depth03 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 1.6rem;
}
.c060100 .delete_step .depth03 ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
}
.c060100 .delete_step .depth03 li {
  flex: 1;
}
.c060100 .delete_step .depth03 span {
  height: 100%;
}

.c060500 {
  padding: 6rem 4rem 4rem 15rem;
  position: relative;
}
.c060500::before {
  content: "";
  position: absolute;
  left: 4rem;
  top: 4rem;
  width: 8rem;
  height: 8rem;
  background: #F8F8F8 url("/kor/img/sub06/060500_01.svg") no-repeat center center;
  border-radius: 100%;
}

/*-------------------------------------------------

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1280px) {
  .c060100 .labeling .ic img {
    width: 6.4rem;
  }
}
@media (max-width: 1024px) {
  .c060100 .top {
    padding: 14rem 3rem 3rem;
  }
  .c060100 .top::before {
    left: calc(50% - 4rem);
    top: 4rem;
  }
  .c060100 .top .h4 {
    text-align: center;
  }
  .c060100 .labeling {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem;
  }
  .c060100 .labeling .cont_box {
    margin: 0;
  }
  .c060100 .labeling .ic {
    height: inherit;
    padding: 3rem 0;
    margin-bottom: 2rem;
  }
  .c060100 .labeling .ic img {
    width: 6rem;
    margin: 0;
  }
  .c060100 .labeling .modal {
    margin: 0;
  }
  .c060100 .cont_box:has(.pv_list) {
    padding: 3rem;
  }
  .c060100 .pv_list li + li {
    margin-top: 1rem;
  }
  .c060100 .h5 i img {
    width: 4rem;
  }
  .c060100 .delete_step {
    padding: 2.4rem;
  }
  .c060100 .delete_step .tit {
    font-size: 1.8rem;
  }
  .c060100 .delete_step .depth01 {
    flex-direction: column;
  }
  .c060100 .delete_step .depth02 {
    flex: none;
    width: 100%;
  }
  .c060100 .delete_step .depth02 .tit {
    display: flex;
  }
  .c060100 .delete_step .depth02 span {
    min-height: 4rem;
    padding: 0.8rem 1.6rem;
    font-size: 1.6rem;
  }
  .c060100 .delete_step .depth03 {
    gap: 0.5rem;
  }
  .c060100 .delete_step .depth03 ul {
    flex: 1;
  }
  .c060500 {
    padding: 14rem 3rem 3rem;
  }
  .c060500::before {
    left: calc(50% - 4rem);
    top: 4rem;
  }
  .c060500 .h4 {
    text-align: center;
  }
}
@media (max-width: 768px) {
  .c060100 .cont_box:has(.pv_list) {
    padding: 3rem 2rem;
  }
  .c060100 .pv_list li + li {
    margin-top: 1rem;
  }
  .c060100 .pv_list a {
    gap: 1.5rem;
    font-size: 1.5rem;
  }
  .c060100 .pv_list a i {
    width: inherit;
  }
  .c060100 .pv_list a i img {
    width: 4rem;
  }
  .c060100 .h5 {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .c060100 .h5 i {
    flex: none;
    width: 100%;
  }
  .c060100 .h5 span {
    flex: none;
  }
  .c060100 .h5 em {
    flex: 1;
  }
}
@media (max-width: 620px) {
  .c060100 .labeling {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 2rem;
  }
}
@media (max-width: 480px) {
  .c060100 .pv_list li:first-child a {
    flex-wrap: wrap;
  }
  .c060100 .pv_list li:first-child a span {
    flex: none;
    width: 100%;
  }
  .c060100 .pv_list li:nth-child(9) a {
    flex-wrap: wrap;
  }
  .c060100 .pv_list li:nth-child(9) a span {
    flex: none;
    width: 100%;
  }
}