.ces-dl-web h1,
.ces-dl-web h2,
.ces-dl-web h3,
.ces-dl-web h4,
.ces-dl-web h5,
.ces-dl-web h6,
.ces-dl-web div,
.ces-dl-web p,
.ces-dl-web span,
.ces-dl-web i,
.ces-dl-web em,
.ces-dl-web input,
.ces-dl-web select,
.ces-dl-web button,
.ces-dl-web a,
.ces-dl-web table,
.ces-dl-web strong,
.ces-dl-web b,
.ces-dl-web dl,
.ces-dl-web dt,
.ces-dl-web dd,
.ces-dl-web ul,
.ces-dl-web ol,
.ces-dl-web li,
.ces-dl-web label {
    margin: 0;
    padding: 0;
    font-family: "NanumSquareNeo", "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.5;
    font-size: inherit;
  }

  html,body {
    margin: 0;
    padding: 0;
  }

  html:has(.ces-dl-web) {
    font-size: 62.5%;
  }
  
  .ces-dl-web :after,
  .ces-dl-web :before {
    box-sizing: border-box;
  }
  
  .ces-dl-web picture,
  .ces-dl-web video,
  .ces-dl-web canvas,
  .ces-dl-web svg {
    display: block;
  }
  
  button {
    border: 0;
    background: transparent;
    cursor: pointer;
  }
  
  .ces-dl-web a {
    text-decoration: none;
  }
  
  .ces-dl-web p {
    margin: 0;
  }
  
  .ces-dl-web strong {
    font-weight: 700;
  }
  
  .ces-dl-web table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  .ces-dl-web legend,
  .ces-dl-web caption {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  
  .ces-dl-web ul,
  .ces-dl-web ol {
    list-style: none;
  }
  
  li {
    list-style: none;
  }
  
  .ces-dl-web fieldset {
    border: none;
    margin: 0;
    padding: 0;
  }
  
  .ces-dl-web a,
  .ces-dl-web label,
  .ces-dl-web button,
  .ces-dl-web input[type=button],
  .ces-dl-web input[type=submit],
  .ces-dl-web input[type=radio],
  .ces-dl-web input[type=checkbox] {
    cursor: pointer;
  }
  
  .ces-dl-web p,
  .ces-dl-web h1,
  .ces-dl-web h2,
  .ces-dl-web h3,
  .ces-dl-web h4,
  .ces-dl-web h5,
  .ces-dl-web h6,
  ul,
  ol,
  li,
  .ces-dl-web dl,
  .ces-dl-web dt,
  .ces-dl-web dd,
  .ces-dl-web table,
  .ces-dl-web th,
  .ces-dl-web  td,
  .ces-dl-web form,
  .ces-dl-web fieldset,
  .ces-dl-web legend,
  .ces-dl-web input,
  .ces-dl-web textarea,
  .ces-dl-web button,
  .ces-dl-web select {
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: none
  }
  
  .ces-dl-web a {
    color: inherit;
    text-decoration: none;
  }
  
  .ces-dl-web img,
  .ces-dl-web fieldset,
  .ces-dl-web iframe {
    border: 0 none
  }
  
  .ces-dl-web img {
    vertical-align: top;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
  
  .ces-dl-web i,
  .ces-dl-web em,
  .ces-dl-web address {
    font-style: normal
  }
  
  .ces-dl-web input[type=text],
  .ces-dl-web input[type=password],
  .ces-dl-web input[type=image],
  .ces-dl-web textarea,
  .ces-dl-web button {
    font-family: inherit;
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
    border-radius: 0;
    -webkit-border-radius: 0
  }
  
  .ces-dl-web select {
    color: inherit;
    font-family: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
  }
  
  input:focus,
  button:focus {
    outline: none
  }
  
  .ces-dl-web hr {
    display: none
  }
  
  /* placeholder */
  .ces-dl-web ::placeholder {
    color: #a3a7b6;
    opacity: 1;
  }
  
  .ces-dl-web :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a3a7b6;
  }
  
  .ces-dl-web ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #a3a7b6;
  }
  
  /* scroll style */
  .ces-dl-web ::-webkit-scrollbar {
    width: 10px;
    /* 스크롤바 너비 */
    height: 10px;
    /* 가로 스크롤바 높이 */
  }
  
  .ces-dl-web ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    /* 스크롤바 색상 */
    border-radius: 8px;
    /* 스크롤바 둥글게 */
    border: 2px solid transparent;
    /* 스크롤바와 콘텐츠 사이 공간 */
    background-clip: content-box;
  
    /* 배경 클립 */
    &:hover {
      background-color: rgba(0, 0, 0, 0.5);
    }
  }
  
  .ces-dl-web ::-webkit-scrollbar-track {
    background: transparent;
    /* 스크롤바 트랙 색상 */
    border-radius: 8px;
    /* 트랙 둥글게 */
  }