.popup_description {
    width: auto;
    height: auto;
    padding: 10px 30px;
    background: #eee;
    margin-bottom: 25px;
}

.popup_description dt, .popup_description dd {
    height: 30px;
    font: 400 15px/30px 'NanumGothic';
    margin-bottom: 10px;
}

.popup_description dt {
    color: #000;
    font-weight: 600;
}

.popup_description dd {
    text-indent: 15px;
    color: #292929;
    position: relative;
}

.popup_description dd::before {
    content: "";
    display: block;
    width: 5px;
    height: 1px;
    background: #aaa;
    position: absolute;
    top: 50%;
    left: 0;
}

.popup_list {
    width: 1120px;
    height: auto;
    margin: 10px 30px;
}

.popup_list a {
    width: auto;
    height: 40px;
    display: inline-block;
    margin-right: 15px;
    padding: 0 20px;
    border-radius: 3px;
    background: #004f35;
    font: 400 15px/40px 'NanumGothic';
    text-align: center;
    color: #fff;
}

.popup_list p {
    width: auto;
    height: auto;
    display: inline-block;
    font: 600 15px/40px 'NanumGothic';
    color: #292929;
}

.popup_list.none_act a {
    background: #aaa;
    color: #dcdcdc;
    cursor: default;
}

.popup_list.none_act p {
    color: #909090;
    font-weight: 400;
}

/* CH2507-00191 */
.cntsStl {
  margin: 20px;
  font-size: 14px;
  line-height: 1.6;
  word-wrap: break-word;
  font-family: sans-serif, Arial, Verdana, "Trebuchet MS", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", ¸¼Àº°íµñ, "Malgun Gothic", ng;
  color: #333;
}
.cntsStl p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  line-height: 1.6;
}

.cntsStl a {
  color: #0782C1;
  text-decoration: underline;
}