@charset "UTF-8";
/* 오버레이 */
.content-sec {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 50px 10px 0;
}

.content-sec .tit-box {
  width: 100%;
  padding: 0 0 10px;
  border-bottom: 2px solid #adafb7;
  margin-bottom: 50px;
}

.content-sec .tit-box h2 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #1e1b1b;
  margin: 0;
}

.content-sec .content-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-sec .content-box .sub-item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-bottom: 30px;
}

.content-sec .content-box .sub-item-box .item {
  width: 100%;
  width: 300px;
  height: 55px;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  word-break: keep-all;
  background-color: #09a0b7;
  border-radius: 25px;
  padding: 10px 30px 11px;
  margin-right: 30px;
}

.content-sec .content-box .sub-item-box .box {
  width: calc(100% - 300px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #1a1717;
  word-break: keep-all;
}

.content-sec .content-box .sub-item-box .box span {
  color: #ff592c;
}

@media screen and (max-width: 991px) {
  .content-sec {
    padding: 20px 10px 0;
    margin-top: 50px;
  }
  .content-sec .tit-box {
    padding: 0 0 10px;
    border-bottom: 2px solid #adafb7;
    margin-bottom: 30px;
  }
  .content-sec .tit-box h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1e1b1b;
    margin: 0;
  }
  .content-sec .content-box .sub-item-box {
    padding-bottom: 30px;
  }
  .content-sec .content-box .sub-item-box .item {
    width: 250px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 25px;
    padding: 10px 30px 11px;
    margin-right: 30px;
  }
  .content-sec .content-box .sub-item-box .box {
    width: calc(100% - 250px);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

@media screen and (max-width: 576px) {
  .content-sec {
    padding: 20px 10px 0;
    margin-top: 50px;
  }
  .content-sec .tit-box {
    padding: 0 0 10px;
    border-bottom: 2px solid #adafb7;
    margin-bottom: 20px;
  }
  .content-sec .tit-box h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1e1b1b;
    margin: 0;
  }
  .content-sec .content-box .sub-item-box {
    padding-bottom: 20px;
  }
  .content-sec .content-box .sub-item-box .item {
    width: 200px;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 25px;
    padding: 11px 30px 11px;
    margin-right: 20px;
  }
  .content-sec .content-box .sub-item-box .box {
    width: calc(100% - 200px);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
}

@media screen and (max-width: 420px) {
  .content-sec {
    padding: 20px 10px 0;
    margin-top: 50px;
  }
  .content-sec .tit-box {
    padding: 0 0 10px;
    border-bottom: 2px solid #adafb7;
    margin-bottom: 20px;
  }
  .content-sec .tit-box h2 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    color: #1e1b1b;
    margin: 0;
  }
  .content-sec .content-box .sub-item-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 20px;
  }
  .content-sec .content-box .sub-item-box .item {
    width: 200px;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    line-height: 15px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 25px;
    padding: 11px 30px 11px;
    margin-right: 20px;
  }
  .content-sec .content-box .sub-item-box .box {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding: 10px 0 0 20px;
  }
}
/*# sourceMappingURL=Proceedings.css.map */