.cpn .mv_imgWrapper::after {
  opacity: 0.6;
}

.cpn_wrapper {
  padding-top: 13.6rem;
}
@media screen and (max-width: 767px) {
  .cpn_wrapper {
    padding-top: 7.8rem;
  }
}

.cpn_link,
.cpn_link:hover {
  text-decoration: underline;
}

.cpn_title {
  text-align: center;
}

.cpnprofile_cnt {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767px) {
  .cpnprofile_cnt {
    margin-top: 2rem;
  }
}

.cpnprofile_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10.8rem;
  padding: 2.6rem 0;
  border-bottom: 1px solid #949494;
}
@media screen and (max-width: 767px) {
  .cpnprofile_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 2.5rem 0;
  }
}

.cpnprofile_tag {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #F4A000;
  width: 11.96%;
}
@media screen and (max-width: 767px) {
  .cpnprofile_tag {
    width: 100%;
    font-size: 1.6rem;
  }
}

.cpnprofile_text {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .cpnprofile_text {
    font-size: 1.6rem;
  }
}

.cpnhistory_cnt {
  padding: 4.6rem 11.3rem;
}
@media screen and (max-width: 767px) {
  .cpnhistory_cnt {
    padding: 2.2rem 0 0;
  }
}

.cpnhistory {
  padding: 14.1rem 0 14.2rem;
}
@media screen and (max-width: 767px) {
  .cpnhistory {
    padding: 9.6rem 0 11.2rem;
  }
}

.cpnhistory_box {
  position: relative;
}

.cpnhistory_line {
  position: absolute;
  z-index: -10;
  top: 5rem;
  left: 5.2rem;
  width: 0.2rem;
  height: 100%;
  background-color: #FFE5B4;
}
@media screen and (max-width: 767px) {
  .cpnhistory_line {
    left: 4rem;
    height: 98.4%;
  }
}

.cpnhistory_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .cpnhistory_item {
    gap: 1.1rem;
  }
}

.cpnhistory_item + .cpnhistory_item {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .cpnhistory_item + .cpnhistory_item {
    padding-top: 2rem;
  }
}

.cpnhistory_circle {
  width: 10.6rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #FFE5B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .cpnhistory_circle {
    width: 7.7rem;
    gap: 0.1rem;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}

.cpnhistory_cntItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.7rem;
}
@media screen and (max-width: 767px) {
  .cpnhistory_cntItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.3rem;
  }
}

.cpnhistory_cntItem + .cpnhistory_cntItem {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767px) {
  .cpnhistory_cntItem + .cpnhistory_cntItem {
    margin-top: 0.6rem;
  }
}

.cpnhistory_yearNumber,
.cpnhistory_tagNumber {
  font-size: 2.4rem;
  font-family: "Anton", sans-serif;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .cpnhistory_yearNumber,
  .cpnhistory_tagNumber {
    font-size: 2rem;
  }
}

.cpnhistory_yearText,
.cpnhistory_tagText {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .cpnhistory_yearText,
  .cpnhistory_tagText {
    font-size: 1.4rem;
  }
}

.cpnhistory_text {
  font-size: 2rem;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .cpnhistory_text {
    font-size: 1.4rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

.cpnhistory_tag {
  min-width: 4.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.4rem;
}
@media screen and (max-width: 767px) {
  .cpnhistory_tag {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}