.wrap {
  background-color: #fff;
}

.mw {
  max-width: 1280px;
  width: calc(100% - 10rem);
  margin: 0 auto;
  min-width: 330px;
}
header {
  background-color: #232323 !important;
}

header .logo .logo_svg {
  filter: invert(100%);
}

header .gnbw > li > a {
  color: #fff !important;
}

header .gnbw {
  display: none !important;
}

.xmark {
  background-color: #232323;
  position: absolute;
  top: 30px;
  right: 25px;
  z-index: 999999;
  cursor: pointer;
}
.xmark > a {
  position: relative;
  padding: 10px 19px;
}
.xmark .active {
  font-weight: bold;
}

.xmark span::before {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.xmark span::after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 2px;
  height: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.fixbtn {
  color: #fff;
  position: fixed;
  right: 80px;
  bottom: 40px;
  z-index: 99999;
  display: flex;
  gap: 8px;

  flex-direction: column;
}

.fixbtn > a {
  background-color: transparent;
  border: none;
  cursor: pointer;
  background-color: #000;
  opacity: 25%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  transition: 0.3s;
}

.fixbtn > a:hover {
  background-color: #d42020;
  opacity: 80%;
}

.fixbtn .fbutton .folder,
.fixbtn .fbutton .up {
  color: #fff;
  font-size: 20px;
}

.conBox {
  background-color: #232323;
  color: #fff;
  position: relative;
  padding: 270px 0 220px 0;
}

.conBox h1 {
  font-size: 70px;
  line-height: 85px;
  font-weight: bold;
  margin-bottom: 40px;
}
.conBox .des {
}

.conBox .des span {
}

.conBox .type,
.conBox .days,
.conBox .txt {
  font-size: 20px;
  color: #d7d7d7;
  font-weight: 200;
  line-height: 29px;
}

.conBox .type {
  margin-bottom: 5px;
}

.conBox .txt {
  margin-top: 60px;
  width: 900px;
}

.conBox .device {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 120px;
}

.conBox .b_award {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 40px;
}
.conBox .b_award img {
  width:auto
}
.conBox .device .icon_w {
  width: 29px;
}
.conBox .device .icon_m {
  width: 17px;
}

.detailArea {
  max-width: 1280px;
  width: calc(100% - 10rem);
  margin: 0 auto;
  padding-top: 130px;
}
.pv-box {
  top: 500px;
}
.pv-box img {
  width: 100%;
  height: auto;
  display: block;
}

.pv-box .fade-wrap {
  transition: 1s;
  opacity: 0;
  transform: translateY(200px);
  transition-delay: 0.3s;
}

.pv-box .fade-wrap {
  opacity: 1;
}

@keyframes in-out {
  0% {
    opacity: 0;
    transform: translateX(calc(-50% + 50px));
  }
  30% {
    opacity: 1;
    transform: translateX(calc(-50% + 0px));
  }
  70% {
    opacity: 1;
    transform: translateX(calc(-50% + 0px));
  }
  100% {
    opacity: 0;
    transform: translateX(calc(-50% - 50px));
  }
}

.pv-box .imgContents {
}

.pv-box .imgContents .cma_video > p {
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  margin: 100px 0 50px 0;
}
.pv-box .imgContents .cma_video video {
  display: block;
  width: 100%;
}

video::-webkit-media-controls-play-button {
  display: none !important;
}

.next_box {
  background-color: #232323;
  position: relative;
}

.nextInner {
  padding: 250px 0;
  text-align: center;
}

.next_box .boxImg {
  width: 248px;
  margin: 0 auto;
  margin-bottom: 40px;
  border-radius: 2px;
  /* border: 1px solid red; */
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(22, 22, 22, 0.637);
}

.next_box .boxImg img {
  width: 100%;
  display: block;
}

.next_box .boxTxt {
  font-size: 24px;
}

.next_box .boxTxt h3 {
  color: #d1d1d1;
  margin-bottom: 12px;
}

.next_box .boxTxt p {
  color: #fff;
}

.next_box .boxTxt h3 a {
  opacity: 50%;
}

.next_box > span {
  position: absolute;
  font-size: 24px;
  color: #fff;
  opacity: 20%;
  bottom: 20px;
  left: 20px;
}

@keyframes in-out {
  0% {
    opacity: 0;
    transform: translateX(calc(-50% + 50px));
  }
  30% {
    opacity: 1;
    transform: translateX(calc(-50% + 0px));
  }
  70% {
    opacity: 1;
    transform: translateX(calc(-50% + 0px));
  }
  100% {
    opacity: 0;
    transform: translateX(calc(-50% - 50px));
  }
}

@media (min-width: 768px) and (max-width: 1279px) {
  .detailArea {
    width: 100%;
    padding-top: 0;
  }

  .conBox .txt {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .detailArea {
    width: 100%;
    padding-top: 0;
  }

  .fixbtn {
    right: 20px;
  }

  .conBox h1 {
    font-size: 32px;
    line-height: 39px;
    margin-bottom: 8px;
  }

  .conBox .des {
    font-size: 22px;
    display: flex;
    gap: 30px;
  }

  .conBox .type {
    position: relative;
  }

  .conBox .des .type span::before {
    opacity: 1 !important;
    content: "";
    position: absolute;
    width: 1px;
    height: 19px;
    background-color: #6a6a6a;
    right: -15px;
    top: 5px;
  }

  .conBox .type,
  .conBox .days {
    font-size: 22px;
    line-height: 29px;
  }

  .conBox .txt {
    font-size: 22px;
    line-height: 25px;
    width: auto;
    margin-top: 35px;
  }

  .conBox .device {
    display: none;
  }
  .conBox .b_award img{
    width:43vw
  }


  .next_box .boxImg {
    width: 130px;
    margin: 0 auto;
    margin-bottom: 14px;
  }

  .nextInner {
    padding: 170px 0;
    text-align: center;
  }

  .next_box .boxImg img {
    width: 100%;
  }
  .next_box .boxTxt {
    font-size: 15px;
  }

  .next_box .boxTxt h3 {
    color: #d1d1d1;
    opacity: 50%;
    margin-bottom: 12px;
  }

  .next_box .boxTxt p {
    color: #fff;
    font-size: 15px;
  }

  .next_box > span {
    position: absolute;
    font-size: 15px;
    color: #fff;
    opacity: 20%;
    bottom: 30px;
    left: 30px;
    display: block;
  }

  .pv-box .imgContents .cma_video video {
    display: block;
    width: 100%;
  }
}

@media (max-width: 639px) {
  .conBox {
    padding: 100px 0;
  }

  .conBox h1 {
  }

  .conBox .type,
  .conBox .days {
    font-size: 13px;
    line-height: 25px;
  }

  .conBox .txt {
    font-size: 14px;
    line-height: 20px;
  }

  .conBox .des .type span::before {
    height: 15px;
  }
  
  .conBox .b_award img{
    
  }
  .nextInner {
    padding: 90px 0 160px 0;
  }

  .next_box .boxImg {
    margin: 0 auto;
    margin-bottom: 16px;
  }

  .next_box .boxImg img {
    width: 100%;
  }

  .next_box .boxTxt {
    font-size: 30px;
  }

  .next_box .boxTxt h3 {
    color: #d1d1d1;
    opacity: 50%;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .next_box .boxTxt p {
    color: #fff;
    font-size: 15px;
  }

  .next_box > span {
    position: absolute;
    font-size: 12px;
    color: #fff;
    opacity: 20%;
    display: block;
  }
}


@media (max-width: 479px) {
  .conBox .b_award img{
    width:50vw
  }
}