::placeholder {
  color: #999999;
}

.ql-clipboard,
.ql-tooltip {
  display: none;
}

.page-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.page-loading .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  /*background: rgba(0, 0, 0, 0.1);*/
  backdrop-filter: blur(4px);
}

.page-loading .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 20;
}

.lds-ring {
  color: #43ccde;
}

.lds-ring,
.lds-ring div {
  box-sizing: border-box;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid currentColor;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: currentColor transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.pagination {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 76px;
}

.pagination a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  color: black;
  background: white;
  border: 1px solid #69d6e5;
  margin: 0 1px;
  line-height: 1;
}

.pagination a.btn-page:hover,
.pagination a.btn-page.active {
  background: #69d6e5;
  color: white;
}

.pagination .arrow {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent url("/images/ic-next.png") no-repeat center;
  background-size: 12px;
}

.pagination .arrow.left {
  position: relative;
  transform: rotate(180deg);
}

.pagination .arrow.left.two {
  margin-left: -2px;
}

.pagination .arrow.left.two:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent url("/images/ic-next.png") no-repeat center;
  background-size: 12px;
  top: 0;
  left: -5px;
}

.pagination .arrow.right {
  position: relative;
  transform: rotate(0deg);
}

.pagination .arrow.right.two {
  margin-left: -2px;
}

.pagination .arrow.right.two:before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: transparent url("/images/ic-next.png") no-repeat center;
  background-size: 12px;
  top: 0;
  left: 5px;
}

.page {
  width: 1024px;
  min-width: 960px;
  margin: 0 auto;
  background-color: #fff;
  font-size: 16px;
}

.category {
  position: relative;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.11;
  color: #44ccdf;
}

.category::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 45%;
  transform: translate(-45% 0);
  margin-left: 22.5px;
  width: 160px;
  height: 1px;
  background: #44ccdf;
}

@media (max-width: 1000px) {
  .category {
    font-size: 20px;
  }
  .category:after {
    content: "";
    width: 131px;
  }
  .category {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.category-title {
  position: relative;
  margin-top: 27px;
  font-size: 66px;
  font-weight: bold;
  font-family: "NotoSansKr-Bold";
  line-height: 1.24;
}

.category-title::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #43ccde;
  border-radius: 100%;
}

@media (max-width: 1000px) {
  .category-title {
    font-size: 54px;
    margin-top: 22px;
  }
  .category-title {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .mobile-hide {
    display: none;
  }
  .mobile-hide {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.pc-hide {
  display: none;
}

@media (max-width: 1000px) {
  .pc-hide {
    display: block;
  }
  .pc-hide {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.no-image img {
  object-fit: contain;
}

.exist-image img {
  object-fit: cover;
}

.header-background {
  position: relative;
  height: 619px;
  background: white;
}

.header-background:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  background-image: url("/images/bg-header-opacity.png");
}

@media (max-width: 1000px) {
  .header-background {
    height: 264px;
  }
  .header-background {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.header-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-title-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.header-title-info .header-title {
  font-size: 80px;
  font-weight: bold;
  line-height: 1.21;
  color: white;
  text-align: center;
}

@media (max-width: 1000px) {
  .header-title-info .header-title {
    font-size: 50px;
  }
  .header-title-info .header-title {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.header-title-info .header-path-info {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}

@media (max-width: 1000px) {
  .header-title-info .header-path-info {
    margin-top: 10px;
  }
  .header-title-info .header-path-info {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.header-title-info .header-path-info .header-path-item {
  font-size: 14px;
  font-weight: 300;
  color: white;
}

@media (max-width: 1000px) {
  .header-title-info .header-path-info .header-path-item {
    font-size: 20px;
  }
  .header-title-info .header-path-info .header-path-item {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.header-title-info .header-path-info .header-path-item img {
  height: 15px;
  object-fit: contain;
}

@media (max-width: 1000px) {
  .header-title-info .header-path-info .header-path-item img {
    height: 21px;
  }
  .header-title-info .header-path-info .header-path-item img {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.header-title-info .header-path-info .header-path-item.white-bold {
  font-weight: bold;
  margin: 0 29px;
}

.header-select-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
}

@media (max-width: 1000px) {
  .header-select-info {
    display: none;
  }
  .header-select-info {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.header-select-info:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  background: black;
  opacity: 0.1;
  display: block;
  z-index: 1;
}

.header-select-info .header-select-item {
  width: 250px;
  font-size: 25px;
  color: white;
  padding: 28px 0;
  background: transparent;
  text-align: center;
  z-index: 2;
}

.header-select-info .header-select-item.selected {
  font-weight: bold;
  color: #1c1c1c;
  background: white;
}

.detail-title-info {
  display: flex;
  justify-content: space-between;
  border-top: 3px solid #1c1c1c;
  border-bottom: 1px solid #dddddd;
  padding: 30px 33px;
  margin-bottom: 55px;
  align-items: center;
  margin-top: 56px;
}

@media (max-width: 1000px) {
  .detail-title-info {
    display: block;
    margin-top: 40px;
    text-align: center;
  }
  .detail-title-info {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.detail-title-info .detail-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.16;
}

@media (max-width: 1000px) {
  .detail-title-info .detail-title {
    font-size: 40px;
  }
  .detail-title-info .detail-title {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.detail-title-info .detail-title.previous-text-info {
  display: flex;
  margin-right: 5px;
}

@media (max-width: 1000px) {
  .detail-title-info .detail-title.previous-text-info {
    justify-content: center;
  }
  .detail-title-info .detail-title.previous-text-info {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.detail-title-info .detail-title.previous-text-info p {
  font-weight: bold;
}

.detail-title-info .detail-title.previous-text-info .blue-text {
  display: inline-block;
  color: #69d6e5;
  margin-right: 12px;
}

.detail-title-info .date {
  font-size: 20px;
  font-weight: 300;
  line-height: 2.1;
  color: #999999;
}

@media (max-width: 1000px) {
  .detail-title-info .date {
    font-size: 27px;
    line-height: 1.55;
    margin-top: 5px;
  }
  .detail-title-info .date {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .detail-content-list-info {
    border: 1px solid #dddddd;
    margin-top: 90px;
  }
  .detail-content-list-info {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.detail-content-list-info .item {
  display: flex;
  align-items: center;
  border-top: 1px solid #dddddd;
}

@media (max-width: 1000px) {
  .detail-content-list-info .item {
    display: none;
  }
  .detail-content-list-info .item {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.detail-content-list-info .item:nth-last-child(1) {
  border-bottom: 1px solid #dddddd;
}

.detail-content-list-info .item .item-text {
  font-size: 16px;
  line-height: 2.62;
  color: #999999;
  padding-left: 38px;
}

.detail-content-list-info .item .item-text.medium-info {
  width: 150px;
  font-weight: 500;
  background: #f8f8f8;
  padding: 18px 0;
  text-align: center;
}

.list-btn {
  text-align: center;
  margin-top: 50px;
}

.list-btn .list-view {
  display: inline-block;
  border: 1px solid #69d6e5;
  border-radius: 32px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.35;
  color: #43ccde;
  padding: 20px 93px;
  margin-top: 37px;
}

@media (max-width: 1000px) {
  .list-btn .list-view {
    font-size: 30px;
    padding: 26px 117px;
    border-radius: 45px;
  }
  .list-btn .list-view {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.board_gallery2 {
  padding: 36px 0 0 0;
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 39px;
}

@media (max-width: 1000px) {
  .board_gallery2 {
    grid-template-columns: repeat(1, 1fr);
    padding: 120px 0 0 0;
  }
  .board_gallery2 {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.board_gallery2 .item {
  position: relative;
  display: inline-flex;
  justify-content: flex-start;
  align-content: center;
  flex-wrap: wrap;
}

.board_gallery2 .item .thumbbox {
  position: relative;
  min-height: 180px;
  text-align: center;
  vertical-align: middle;
  background-position: center;
  background-size: cover;
}

.board_gallery2 .item .thumbbox:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: black;
  opacity: 0.5;
  border-radius: 12px;
}

.board_gallery2 .item .thumbbox .content-info {
  position: absolute;
  top: 35px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
}

.board_gallery2 .item .thumbbox .content-info .type {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: white;
  background: #69d6e5;
  padding: 3px 17px;
  border-radius: 30px;
}

.board_gallery2 .item .thumbbox .content-info .title {
  font-size: 35px;
  font-weight: bold;
  color: white;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.board_gallery2 .item .thumbbox .logo {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  width: 50px;
  height: auto;
  object-fit: contain;
  border: initial;
}

.board_gallery2 .item .thumbbox img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #F1F1F1;
}

.board_gallery2 .item .cont {
  width: 100%;
}

.board_gallery2 .item .cont .category-info {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.16;
  color: #69d6e5;
  margin-top: 25px;
}

@media (max-width: 1000px) {
  .board_gallery2 .item .cont .category-info {
    font-size: 29px;
    line-height: 1.2;
    margin-top: 29px;
  }
  .board_gallery2 .item .cont .category-info {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.board_gallery2 .item .cont h4 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #444444;
  margin-top: 2px;
}

@media (max-width: 1000px) {
  .board_gallery2 .item .cont h4 {
    font-size: 36px;
    margin-top: 4px;
  }
  .board_gallery2 .item .cont h4 {
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
}
.board_gallery2 .item .cont .txt_span {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #666;
  padding: 8px 0;
}

.board_gallery2 .item .cont .txt_span span {
  padding: 4px 0;
  display: block;
}

.board_gallery2 .item a:hover {
  color: #44CCDF;
}



/*# sourceMappingURL=common_new.css.map */
