/* Component Name */
.CO14_2x2_grid {
  overflow: hidden;
  padding: 0 32px;
}

.CO14_2x2_grid .CO14_2x2_grid-title {
  padding: 240px 0 0 0;
  margin-bottom: 40px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.33;
  text-align: center;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section {
  max-width: 1277px;
  margin: 0 auto 48px;
  position: relative;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide .swiper-wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide .swiper-wrapper.normal {
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide .swiper-wrapper.normal .slide-btn {
  display: block;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li {
  width: auto !important;
  padding: 19px 0 18px;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li > button {
  position: relative;
  display: block;
  padding: 0 24px;
  padding-bottom: 2px !important;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  color: #757575;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li > button:after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #ddd;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li:first-of-type button {
  padding-left: 0;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li:last-of-type button {
  padding-right: 0;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li:last-of-type button:after {
  display: none;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li .on {
  color: #000000;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-thickness: 2px;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .slide-btn {
  display: none;
  width: 74px;
  height: 60px;
  position: absolute;
  top: 0;
  z-index: 2;
  text-align: left;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .slide-btn.slide-start {
  display: block;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .slide-btn.slide-start.swiper-button-disabled {
  display: none;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .slide-btn span {
  display: inline-block;
  z-index: 2;
  font-size: 0;
  background: url("../../../../../../designs/global/common/resources/img/icon/icon-regular-navigation-previous.svg") 0 0 no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .slide-btn::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(26%, white), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, white 26%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, white 26%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 100%;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-prev {
  left: 0;
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-next {
  right: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.CO14_2x2_grid .CO14_2x2_grid-tab-section .slide-btn.swiper-button-disabled {
  display: none;
}

.CO14_2x2_grid .CO14_2x2_grid_list {
  max-width: 1277px;
  margin: 0 auto;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -40px;
  overflow: hidden;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-item-con {
  position: relative;
  margin-right: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-item-con:hover .CO14_2x2_grid_list-thum img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-item-area {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-thum {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-thum > img {
  overflow: hidden;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition: transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s, -webkit-transform cubic-bezier(0.4, 0, 0.2, 1) 0.3s;
  aspect-ratio: 1 / 1;
  -o-object-fit: cover;
     object-fit: cover;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 40px);
          flex: 0 1 calc(50% - 40px);
  -ms-flex-preferred-size: calc(50% - 40px);
  padding: 16px 0;
  margin-left: 40px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-desc_text {
  display: block;
  display: -webkit-box;
  max-height: 7.5em;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  line-height: 1.5em;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
  white-space: normal;
  max-height: 195px;
  font-family: "Samsung Sharp Sans", sans-serif;
  font-size: 1.7vw;
  line-height: 1.36;
  font-weight: 700;
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}

@media screen and (min-width: 1440px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-desc_text {
    font-size: 28px;
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chips {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 -6px -4px;
  overflow: hidden;
  max-height: 62px;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  line-height: 20px;
  border: none;
  position: relative;
  font-weight: 700;
  word-break: break-all;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: solid 1px black;
  margin: 0 0 6px 4px;
  white-space: normal;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.disabled, .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn:disabled,
.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-medium {
    padding: 0 12px;
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-small {
    padding: 0 12px;
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.none-border {
  border: none;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 24px;
  border-radius: 40px;
}

@media screen and (max-width: 1023px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-large {
    height: 34px;
    line-height: 34px;
    font-size: 11px;
    padding: 0 16px;
    border-radius: 34px;
  }
}

@media screen and (max-width: 767px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-large {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
  border-radius: 32px;
}

@media screen and (max-width: 1023px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-medium {
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    border-radius: 30px;
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
  border-radius: 28px;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.font-small {
  font-size: 1rem;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.selected {
  font-weight: 700;
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.dark-bg {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.dark-bg:active, .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.dark-bg:focus-visible {
  border-color: rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
}

@media (hover: hover) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.dark-bg:hover {
    border-color: rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.light-bg {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.light-bg:active, .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.light-bg:focus-visible {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.03);
}

@media (hover: hover) {
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn.light-bg:hover {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.03);
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group {
  margin-top: 40px;
  padding-bottom: 160px;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s, color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, border-color cubic-bezier(0.4, 0, 0.2, 1) 0.2s, font-weight cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  border: none;
  vertical-align: middle;
  color: #000000;
  cursor: pointer;
  position: relative;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  white-space: nowrap;
  text-decoration: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  background-color: transparent;
  /**/
  padding: 0 24px;
  border-radius: 20px;
  border: none;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.disabled, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn:disabled,
.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn [aria-disabled='true'] {
  cursor: not-allowed;
  pointer-events: none;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.btn-large {
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  padding: 0 24px;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.btn-medium {
  height: 32px;
  line-height: 32px;
  font-size: 12px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.btn-medium {
    height: 32px;
    line-height: 32px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.btn-medium {
    padding: 0 12px;
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.btn-small {
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  padding: 0 16px;
}

@media screen and (max-width: 1023px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.btn-small {
    height: 28px;
    line-height: 28px;
    font-size: 10px;
  }
}

@media screen and (max-width: 767px) {
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.btn-small {
    padding: 0 12px;
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.none-border {
  border: none;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.icon-left:before {
  content: '';
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.icon-right:after {
  content: '';
  margin-left: 4px;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  -webkit-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  -o-transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  transition: background cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg {
  background-color: #ffffff;
  color: #000000;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23333333' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:active, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:focus-visible {
  color: #000000;
  background-color: #eeeeee;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:active.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:active.icon-right:after, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:focus-visible.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:hover {
    color: #000000;
    background-color: #eeeeee;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:hover.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg.disabled, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:disabled,
.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg [aria-disabled='true'] {
  color: #8f8f8f;
  background-color: #555555;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg.disabled.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg.disabled.icon-right:after, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:disabled.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg:disabled.icon-right:after,
.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg [aria-disabled='true'].icon-left:before,
.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.dark-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%238f8f8f' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg {
  background-color: #000000;
  color: #ffffff;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:active, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:focus-visible {
  color: #eeeeee;
  background-color: #333333;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:active.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:active.icon-right:after, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:focus-visible.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:focus-visible.icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

@media (hover: hover) {
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:hover {
    color: #eeeeee;
    background-color: #333333;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:hover.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:hover.icon-right:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23eeeeee' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg.disabled, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:disabled,
.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg [aria-disabled='true'] {
  color: #aaaaaa;
  background-color: #dddddd;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg.disabled.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg.disabled.icon-right:after, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:disabled.icon-left:before, .CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg:disabled.icon-right:after,
.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg [aria-disabled='true'].icon-left:before,
.CO14_2x2_grid .CO14_2x2_grid_list .btn-group .view-btn.light-bg [aria-disabled='true'].icon-right:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23aaaaaa' fill-rule='nonzero'%3E%3Cg%3E%3Cpath d='M13.573 2.427L13.573 11.475 12.239 11.475 12.239 4.703 3.037 13.906 2.094 12.963 11.297 3.76 4.525 3.761 4.525 2.427z' transform='translate(-110.000000, -12.000000) translate(110.000000, 12.000000)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group.empty {
  margin: 160px 0 0 0;
  padding-bottom: 0;
}

.CO14_2x2_grid .CO14_2x2_grid_list .btn-group.empty > button {
  display: none;
}

@media screen and (max-width: 1023px) {
  .CO14_2x2_grid .CO14_2x2_grid-title {
    padding-top: 220px;
    font-size: 28px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section {
    margin: 0 auto 20px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li {
    padding: 20px 0;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li > button {
    padding: 0 20px;
    font-size: 14px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li > button:after {
    height: 16px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li:first-of-type > button {
    padding-left: 24px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li:last-of-type > button {
    padding-right: 24px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .slide-btn {
    width: 32px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .slide-btn span {
    display: none;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-wrap {
    margin-right: -32px;
    margin-bottom: -32px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-item-con {
    margin-right: 32px;
    margin-bottom: 32px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-desc {
    padding: 8px 0;
    margin-left: 20px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-desc_text {
    display: block;
    display: -webkit-box;
    max-height: 4.5em;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    line-height: 1.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    white-space: normal;
    max-height: 69px;
    font-size: 16px;
    line-height: 23px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chips {
    margin: 0 0 -4px -4px;
    max-height: 60px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chip-btn {
    margin: 0 0 4px 4px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group {
    margin-top: 40px;
    padding-bottom: 120px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group.empty {
    margin: 120px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .CO14_2x2_grid {
    padding: 0 24px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-title {
    padding-top: 134px;
    margin-bottom: 20px;
    font-size: 38px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section {
    margin: 0 auto 12px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li > button:after {
    height: 13px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li:first-of-type > button {
    padding-left: 8px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .CO14_2x2_grid-tab-slide li:last-of-type > button {
    padding-right: 8px;
  }
  .CO14_2x2_grid .CO14_2x2_grid-tab-section .slide-btn {
    width: 24px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-wrap {
    display: block;
    margin-right: 0;
    margin-bottom: -80px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-item {
    width: 100%;
    margin-bottom: 80px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-item-con {
    margin-right: 0;
    margin-bottom: 0;
    display: block;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-item-area {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-thum > img {
    width: 100%;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 16px 16px 0;
    margin-left: 0;
    display: block;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-desc_text {
    max-height: 100%;
    font-size: 24px;
    line-height: 34px;
    display: block;
    margin-bottom: 16px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .CO14_2x2_grid_list-chips {
    max-height: 100%;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group {
    margin-top: 40px;
    padding-bottom: 80px;
  }
  .CO14_2x2_grid .CO14_2x2_grid_list .btn-group.empty {
    margin: 80px 0 0 0;
  }
}