@media screen and (max-width: 767px) {
  .buyVideoArea .btn.size_50_45_36,
  .paymentMethodArea .btn.size_50_45_36 {
    height: 40px !important;
    line-height: 40px !important;
  }
}
.buyVideoArea {
  padding: 40px 24px 64px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .buyVideoArea {
    padding: 80px 64px 64px;
  }
}
@media screen and (min-width: 1200px) {
  .buyVideoArea {
    max-width: 1080px;
    padding: 80px 64px 64px;
  }
}
.buyVideoArea .buyTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .buyVideoArea .buyTitle {
    position: relative;
    gap: 0;
    margin-bottom: 40px;
  }
}
.buyVideoArea .buyTitle .buyPoster {
  width: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .buyVideoArea .buyTitle .buyPoster {
    width: 190px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.buyVideoArea .buyTitle .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.buyVideoArea .buyTitle .noticeTag {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-white);
  padding: 4px 12px;
  border-radius: 8px;
  background-color: rgba(var(--color-rgb-white), 0.1);
  border: 1px solid rgba(var(--color-rgb-white), 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 19.6px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .buyVideoArea .buyTitle .noticeTag {
    margin-left: 214px;
    font-size: 15px;
    line-height: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .buyVideoArea .buyTitle .noticeTag {
    margin-left: 238px;
  }
}
.buyVideoArea .buyTitle h2 {
  font-size: 19px;
  line-height: 26.6px;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .buyVideoArea .buyTitle h2 {
    font-size: 20px;
    line-height: 28px;
    margin-left: 190px;
    padding-left: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .buyVideoArea .buyTitle h2 {
    padding-left: 48px;
  }
}
.buyVideoArea .buyTitle h2 span {
  display: inline;
}
.buyVideoArea .buyGroup {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
  padding-bottom: 24px;
  margin-bottom: 16px;
  border-bottom: 0.5px solid rgba(var(--color-rgb-white), 0.5);
}
@media screen and (min-width: 768px) {
  .buyVideoArea .buyGroup {
    width: calc(100% - 214px);
    margin-left: 214px;
    padding-bottom: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .buyVideoArea .buyGroup {
    width: calc(100% - 238px);
    margin-left: 238px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
  }
}
.buyVideoArea .buyGroup .buyBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
  .buyVideoArea .buyGroup .buyBox {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}
.buyVideoArea .buyGroup .buyBox h3 {
  width: 100%;
  font-size: 14px;
  line-height: 19.6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  border-radius: 8px;
  color: var(--color-white);
  background: rgba(var(--color-rgb-white), 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .buyVideoArea .buyGroup .buyBox h3 {
    width: 80px;
    padding: 4px 0;
    font-size: 15px;
    line-height: 21px;
  }
}
.buyVideoArea .buyGroup .buyBox .buyList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase input[type=radio] {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label .type {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label strong {
  color: var(--color-orange-2);
  font-weight: bold;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label .buyWord {
  -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: start;
  gap: 4px;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label .buyWord * {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 4px;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label .buyWord .row.strikethrough {
  position: relative;
  opacity: 0.5;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label .buyWord .row.strikethrough::after {
  content: "";
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid var(--color-white);
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label .buyWord a {
  color: rgba(var(--color-rgb-white), 0.5);
  text-decoration: underline;
  text-underline-offset: 2px;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase label .buyWord a:hover {
  color: var(--color-white);
}
.buyVideoArea .buyGroup .buyBox .buyList li .radioBase ~ .notice {
  margin-top: 4px;
}
.buyVideoArea .buyGroup .buyBox .buyList li .notice {
  font-size: 12px;
  line-height: 16.8px;
  margin-left: 24px;
  color: rgba(var(--color-rgb-white), 0.5);
}
@media screen and (min-width: 768px) {
  .buyVideoArea .buyGroup .buyBox .buyList li .notice {
    font-size: 13px;
    line-height: 18.2px;
  }
}
.buyVideoArea .btnBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .buyVideoArea .btnBox {
    width: calc(100% - 214px);
    margin-left: 190px;
    padding-left: 24px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.buyVideoArea .btnBox button {
  min-width: 100px;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .buyVideoArea .btnBox button {
    min-width: 160px;
  }
}

.noticeArea {
  padding: 0 24px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .noticeArea {
    padding: 0 64px 80px;
    margin-left: 214px;
  }
}
@media screen and (min-width: 1200px) {
  .noticeArea {
    width: 1080px;
    padding: 0 0px 80px 238px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
  }
}
.noticeArea h4 {
  font-size: 15px;
  line-height: 21px;
  font-weight: bold;
  color: var(--color-white);
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .noticeArea h4 {
    font-size: 16px;
    line-height: 22.4px;
  }
}
.noticeArea ol {
  margin-left: 18px;
  list-style: decimal;
}
.noticeArea ol li {
  list-style: decimal;
  font-size: 14px;
  line-height: 21px;
  font-weight: normal;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .noticeArea ol li {
    font-size: 15px;
    line-height: 22.5px;
  }
}
.noticeArea ol li:last-child {
  margin-bottom: 0;
}

.paymentMethodArea {
  padding: 80px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .paymentMethodArea {
    padding: 120px 46px;
  }
}
.paymentMethodArea .wrap {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.paymentMethodArea .btnBox {
  margin-top: 32px;
  margin-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .paymentMethodArea .btnBox {
    margin-top: 48px;
    margin-bottom: 64px;
  }
}
.paymentMethodArea .btnBox .btn {
  width: 160px;
}
.paymentMethodArea .noticeArea {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .paymentMethodArea .noticeArea {
    padding: 0 18px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .paymentMethodArea .noticeArea {
    padding: 0;
  }
}

.paymentMethodArea h1 {
  font-size: 24px;
  line-height: 33.6px;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .paymentMethodArea h1 {
    font-size: 34px;
    line-height: 47.6px;
    margin-bottom: 32px;
  }
}

.paymentMethodArea .paymentMethodBox,
.popUp.paymentMethod .popUpBox .paymentMethodBox {
  width: 100%;
  max-width: 400px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
}
.paymentMethodArea .paymentMethodBox .paymentMethodItem,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem {
  width: 100%;
  max-width: 400px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 8px;
  background: transparent;
  border: 1px solid rgba(var(--color-rgb-white), 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  padding: 0 24px;
  position: relative;
  cursor: pointer;
  margin-bottom: 12px;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media screen and (min-width: 768px) {
  .paymentMethodArea .paymentMethodBox .paymentMethodItem,
  .popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem {
    height: 76px;
    padding: 0 32px;
  }
}
.paymentMethodArea .paymentMethodBox .paymentMethodItem:hover,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem:hover {
  border: 1px solid rgba(var(--color-rgb-white), 0.6);
}
.paymentMethodArea .paymentMethodBox .paymentMethodItem i, .paymentMethodArea .paymentMethodBox .paymentMethodItem svg,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem i,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem svg {
  width: 24px;
  height: 24px;
}
.paymentMethodArea .paymentMethodBox .paymentMethodItem svg path, .paymentMethodArea .paymentMethodBox .paymentMethodItem svg rect,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem svg path,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem svg rect {
  fill: var(--color-white);
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.paymentMethodArea .paymentMethodBox .paymentMethodItem i,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem i {
  margin-right: 8px;
}
.paymentMethodArea .paymentMethodBox .paymentMethodItem span,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem span {
  font-size: 16px;
  line-height: 22.4px;
  color: var(--color-white);
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
@media screen and (min-width: 768px) {
  .paymentMethodArea .paymentMethodBox .paymentMethodItem span,
  .popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem span {
    font-size: 18px;
    line-height: 25.2px;
  }
}
.paymentMethodArea .paymentMethodBox .paymentMethodItem::after,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem::after {
  content: "";
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%3E%3Cpath%20d='M24.7061%208.21777L11.3643%2021.5596L3.35938%2013.5547L5.13867%2011.7764L11.3643%2018.0029L22.9258%206.43945L24.7061%208.21777Z'%20fill='%23FF8F08'/%3E%3C/svg%3E");
  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;
  position: absolute;
  right: 28px;
  opacity: 0;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.paymentMethodArea .paymentMethodBox .paymentMethodItem:last-child,
.popUp.paymentMethod .popUpBox .paymentMethodBox .paymentMethodItem:last-child {
  margin-bottom: 0px;
}
.paymentMethodArea .paymentMethodBox input[type=radio],
.popUp.paymentMethod .popUpBox .paymentMethodBox input[type=radio] {
  display: none;
}
.paymentMethodArea .paymentMethodBox input[type=radio]:checked + .paymentMethodItem,
.popUp.paymentMethod .popUpBox .paymentMethodBox input[type=radio]:checked + .paymentMethodItem {
  border: 1px solid var(--color-white);
  background: var(--color-white);
}
.paymentMethodArea .paymentMethodBox input[type=radio]:checked + .paymentMethodItem svg path,
.popUp.paymentMethod .popUpBox .paymentMethodBox input[type=radio]:checked + .paymentMethodItem svg path {
  fill: var(--color-black);
}
.paymentMethodArea .paymentMethodBox input[type=radio]:checked + .paymentMethodItem span,
.popUp.paymentMethod .popUpBox .paymentMethodBox input[type=radio]:checked + .paymentMethodItem span {
  color: var(--color-black);
}
.paymentMethodArea .paymentMethodBox input[type=radio]:checked + .paymentMethodItem::after,
.popUp.paymentMethod .popUpBox .paymentMethodBox input[type=radio]:checked + .paymentMethodItem::after {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20width='28'%20height='28'%20viewBox='0%200%2028%2028'%20fill='none'%3E%3Cpath%20d='M24.7061%208.21777L11.3643%2021.5596L3.35938%2013.5547L5.13867%2011.7764L11.3643%2018.0029L22.9258%206.43945L24.7061%208.21777Z'%20fill='%23FF8F08'/%3E%3C/svg%3E");
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.paymentMethodArea .paymentMethodBox input[type=radio]:disabled + .paymentMethodItem,
.popUp.paymentMethod .popUpBox .paymentMethodBox input[type=radio]:disabled + .paymentMethodItem {
  border: 1px solid rgba(var(--color-rgb-white), 0.2);
  opacity: 0.5;
  cursor: default;
}