* {
  font-family: "Noto Sans KR", sans-serif;
  letter-spacing: -0.2px;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  box-sizing: border-box;
}

body, html {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-overflow-scrolling: auto;
}

body {
  overflow-x: hidden;
}

canvas {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

a, blockquote, p, span {
  font-weight: 400;
}

dl, dt, dd {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  color: #333;
  line-height: 1.3;
}

button, div, p, ul, ol {
  margin: 0;
  padding: 0;
  color: #333;
  outline: none;
}

article, aside, figure, footer, header, main, nav, section {
  display: block;
}

dl, dt, dd {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

a, img {
  outline: none;
}

button {
  background: none;
  border: 0;
}

a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration: none;
  color: #333;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

textarea {
  padding: 0;
  border: 0;
  background: none;
  width: 100%;

}

input, textarea {
  appearance: none;
  outline: none;
  resize: none;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"] {
  /* width: 100%; */
  display: block;
  border: 1px solid transparent;
  box-sizing: border-box;
  background-color: transparent;
}

img, input[type="image"] {
  border-width: 0;
  height: auto;
  max-width: 100%;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="number"] {
  -moz-appearance:textfield;
}

input::placeholder {
  color: #333;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  visibility: hidden;
  width: 0;
  height: 0;
  font-size: 0;
}

.no-select {
  user-select: none;
}

.pointer {
  user-select: none;
  cursor: pointer;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.disabled {
  opacity: 0.5;
}

.pre-line {
  white-space: pre-line;
  word-wrap: break-word;
  word-break: break-all;
}

.hide {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  visibility: hidden
}


    /* contents */
    .wrap {
      width: 1365px;
      box-sizing: border-box;
    }


    .wrap h2 {
      padding: 0px 25px 0 37px;
      font-size: 30px;
      font-weight: bold;
      color: #333;
      letter-spacing: -1px;
    }

    .wrap h2 span {
      display: block;
      padding-bottom: 10px;
      font-weight: bold;
      font-size: 13px;
      color: #0055b8;
    }

    .wrap > p {
      padding: 24px 34px 0 35px;
      font-size: 15px;
      color: #666;
      font-weight: 500;
      letter-spacing: -1px;
      line-height: 1.8;

    }

    .point-list {
      padding: 70px 35px 37px;
    }

    .point-list li {
      position: relative;
      padding-left: 40px;
      padding-bottom: 18px;
      font-size: 15px;
      line-height: 1.7;
      color: #666;
      font-weight: 500;
      letter-spacing: -1px;
      word-break: keep-all;
    }

    .point-list li::before {
      content: '';
      position: absolute;
      left: 13px;
      top: 30%;
      width: 3px;
      height: 70%;
      background-color: #d4d1d1;
    }

    .point-list li:last-child::before {
      display: none;
    }

    .point-list li span {
      position: absolute;
      left: 0;
      top: -1px;
      display: block;
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 50%;
      color: #fff;
      text-align: center;
      background-color: #517fb5;
      font-family: 'Montserrat', sans-serif;
    }

    .skill {
      padding-bottom: 44px;
      background-color: #e0e0e0;
    }

    .skill > h3 {
      margin-bottom: 10px;
      padding: 10px 16px;
      font-size: 14px;
      color: #fff;
      font-weight: bold;
      background-color: #0055b8;
    }

    .skill li {
      position: relative;
      width: 100%;
      min-height: 147px;
      padding: 32px 33px 32px 87px;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 500;
      color: #666;
      background-color: #fff;
      word-break: keep-all;
    }

    .skill li h3 {
      padding-bottom: 20px;
      font-size: 16px;
      font-weight: bold;
      color: #333;
    }

    .skill li .number {
      position: absolute;
      left: 15px;
      top: 25px;
      width: 57px;
      height: 57px;
      padding-top: 10px;
      border-radius: 50%;
      background-color: #27427a;
      text-align: center;
      font-size: 10px;
      font-weight: bold;
      color: #fff;
    }

    .skill li .number span {
      display: block;
      font-weight: bold;
      font-size: 18px;
      line-height: 1;
    }

    .img-wrap {
      padding-bottom: 0;
      background-color: #fff;
    }


    .history1 {
      padding: 55px 30px 107px;
    }

    .history1 h2 img {
      height: 34px;
    }

    .history1 > p {
      padding-top: 24px;
      font-size: 16px;
      color: #666;
      line-height: 1.7;
    }

    .history1-box img {
      padding: 40px 0;
    }

    .history1-box > h3 {
      font-size: 23px;
      font-weight: bold;
      color: #0055b8
    }

    .history1-box p {
      padding-top: 15px;
      font-size: 16px;
      color: #666;
      line-height: 1.7;
    }

    .history1-box ul {
      margin: 45px 18px;
      padding: 0 15px;
      border-left: 1px solid #0055b8;
    }

    .history1-box li {
      padding-bottom: 32px;
      font-size: 14px;
      color: #666;
    }

    .history1-box li:last-child {
      padding-bottom: 0;
    }

    .history1-box li h3 {
      padding-bottom: 18px;
      font-size: 18px;
      font-weight: bold;
      color: #0055b8;
    }

    .history2 {
      padding-bottom: 91px;
      text-align: center;
    }

    .history2 h2 {
      padding: 10px 30px;
      font-size: 14px;
      color: #fff;
      text-align: left;
      font-weight: bold;
      background-color: #0055b8;
    }

    .history2 h3 {
      padding: 58px 0 42px;
      font-size: 30px;
      font-weight: bold;
      color: #333;
    }

    .history2 p {
      font-size: 15px;
      color: #666;
      line-height: 1.7;
    }

    .history2 > img {
      padding: 51px 0;
    }

    .history2-box {
      padding: 50px 0;
    }

    .history2-box p {
      position: relative;
      padding: 32px 0;
      font-size: 13px;
      color: #888;
      line-height: 2;
    }

    .history2-box p::before, .history2-box p::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      width: 27px;
      height: 22px;
      background-repeat: no-repeat;
      background-size: 15px;
    }

    .history2-box p::before {
      top: 0;
      background-image: url("/images/hoc/hoc_des_img_quotes1.png");
      background-position: center 0;
    }

    .history2-box p::after {
      bottom: 0;
      background-image: url("/images/hoc/hoc_des_img_quotes2.png");
      background-position: center 100%;
    }

    .history3 {
      padding: 53px 0 103px;
      text-align: center;
      background-color: #e0e0e0;
    }

    .history3 p {
      margin: 40px 0;
      padding: 38px 0;
      font-size: 16px;
      color: #666;
      line-height: 1.6;
      background: url("/images/hoc/comp/hoc_comp_img_history3-bg.png") center no-repeat;
      background-size: contain;
    }

    .history3 p span {
      padding-bottom: 10px;
      display: block;
      font-size: 14px;
      color: #27427a;
      font-weight: bold;
    }

    .history3-box > ul > li {
      position: relative;
      width: 100%;
      min-height: 168px;
      padding: 30px 180px 27px;
      margin-top: 20px;
      font-size: 18px;
      font-weight: bold;
      color: #666;
      background-color: #fff;
      word-break: keep-all;
      text-align: left;
    }

    .history3-box li .number {
      position: absolute;
      left: 100px;
      top: 25px;
      width: 57px;
      height: 57px;
      line-height: 55px;
      border-radius: 50%;
      background-color: #27427a;
      text-align: center;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
    }

    .history3-box li h3 {
      font-size: 21px;
      font-weight: bold;
      color: #0055b8;
    }

    .history3-box li ul {
      padding-top: 30px;
    }

    .history3-box li ul li {
      position: relative;
      padding: 0 12px 15px;
      font-size: 15px;
      color: #666;
      font-weight: 500;
    }

    .history3-box li ul li::before {
      content:'';
      position: absolute;
      left: 0;
      top: 12px;
      transform: translateY(-50%);
      width: 3px;
      height: 3px;
      border-radius: 50%;
      background-color: #666;
    }

    .faq {
      padding: 55px 30px;
    }

    .faq h2 {
      position: relative;
    }

    .faq h2::after {
      content: "";
      position: absolute;
      right: 0;
      top: 50%;
      width: calc(100% - 160px);
      height: 2px;
      background-color: #0055b8;
    }

    .faq h2 img {
      height: 45px;
    }

    .faq div {
      padding-top: 55px;
    }

    .faq div h3 {
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
      font-size: 20px;
      color: #0055b8;
      font-weight: bold;
    }

    .faq div h3::after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background-color: #0055b8;
    }

    .faq div p {
      padding-top: 20px;
      font-size: 14px;
      line-height: 1.8;
      color: #666;
    }

    .faq ol {
      padding-top: 20px;
    }

    .faq li {
      padding-bottom: 35px;
      font-size: 15px;
      color: #666;
      line-height: 1.7;
    }

    .faq li h4 {
      padding-bottom: 10px;
      font-size: 16px;
      color: #242424;
      line-height: 1.7;
    }