/* section.price */

section.price {
    padding: 80px 20px 50px;
    max-width: 940px;
    margin: 0 auto;
}
section.price .price-form{
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 980px;
}
/* 상품 설명 */
section.price .price-form .topbox{
  width: 100%;
}
section.price .price-form .topbox .distext{
  box-sizing: border-box;
  text-align: left;
  font: normal normal normal 20px/24px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
  opacity: 1;
}
section.price .price-form .topbox .distext2{
  display: none;
  text-align: left;
  font: normal normal bold 20px/30px Pretendard;
  letter-spacing: 0px;
  color: #F5F5F5;
  opacity: 1;
}

/* 테이블 시작*/
section.price .price-form .price-card{
  display: flex;
  flex-direction: row;
  margin: 10px 0px 42px;
  width: 100%;
  max-width: 950px;
  height: 180px;
  background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: 5px 3px 6px #CE00FF29;
  border: 1px solid #575656;
  opacity: 1;
}

section.price .price-form .price-card:nth-of-type(2) {

}

/* 우측 설명란 */
section.price .price-form .price-card .titlebox{
    padding: 28px 0px 23px;
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  width: 50%;
}

section.price .price-form .price-card .titlebox h2{
    width: 100%;
  font: normal normal bold 42px/50px Pretendard;
  letter-spacing: 0px;
  color: #F5F5F5;
  opacity: 1;
}

section.price .price-form .price-card .titlebox .discript{
  width: 100%;
  font: normal normal normal 16px/19px Pretendard;
  letter-spacing: 0px;
  color: #848282;
  opacity: 1;
}
section.price .price-form .price-card .titlebox .showcheck{
  width: 100%;
  text-decoration: underline;
  font: normal normal normal 16px/19px Pretendard;
  letter-spacing: 0px;
  color: #FC00E3;
  opacity: 1;
}
section.price .price-form .topbox .dis-mo-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
section.price .price-form .topbox .dis-mo-wrap .showcheck{
display: none;
}

/* 상품 정보 박스 */
section.price .price-form .price-card .product-info{
  width: 50%;
  padding: 28px 0 22px;
  padding-right: 20px;
}

section.price .price-form .price-card .product-info .price-wrap{
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
section.price .price-form .price-card .product-info .price-wrap .price-item{
  display: flex;
  flex-direction: row;
  width: 100%;
}
section.price .price-form .price-card .product-info .price-wrap .space{
  display: inline-block;
  width: 100%;
  max-width: 450px;
  height: 100%;
  max-height: 38px;
}
/*상품 이름*/
section.price .price-form .price-card .product-info .price-wrap .price-item h4{
  padding-top: 9px;
  padding-left: 5px;
  text-align: left;
  width:115px;
  font: normal normal medium 20px/24px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
}
section.price .price-form .price-card .product-info .price-wrap .price-item .moneycode{
  margin-top: 11px;
  font-weight: 500;
  padding-bottom: 3px;
  font: normal normal 300 16px/19px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
}
section.price .price-form .price-card .product-info .price-wrap .price-item p.per-month.yearly{
  width:120px;
  font-weight: 500;
  padding-left: 30px;
  text-align: left;
  font: normal normal 600 30px/36px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
}
section.price .price-form .price-card .product-info .price-wrap .price-item p.per-month{
  width:120px;
  padding-left: 30px;
  text-align: left;
  font: normal normal 600 30px/36px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
}

section.price .price-form .price-card .product-info .price-wrap .price-item .check-item{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 120px;
  height: 36px;
  border: 0.5px solid var(--unnamed-color-707070);
  background: #060606 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
}
section.price .price-form .price-card .product-info .price-wrap .price-item .non-item{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 120px;
  height: 36px;
  border: 0.5px solid var(--unnamed-color-707070);
  background: #000000 0% 0% no-repeat padding-box;
  border: 0.5px solid #000000;
}

section.price .price-form .price-card .product-info .price-wrap .price-item .check-item:hover{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  width: 120px;
  height: 36px;
  border: 0.5px solid var(--unnamed-color-707070);
  background: #23031D 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
}

section.price .price-form .price-card .product-info .price-wrap .price-item .check-item.active{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36px;
  border: 0.5px solid var(--unnamed-color-707070);
  background: #23031D 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
}
section.price .price-form .price-card .product-info .price-wrap .price-item .check-item .btn-choice{
  font: normal normal lighter 13px/16px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
}
section.price .price-form .price-card .product-info .price-wrap .price-item .non-item .btn-choice{
  font: normal normal lighter 13px/16px Pretendard;
  letter-spacing: 0px;
  color: #000;
}


/* 선택한 요금제 표시 */
section.price .price-form .select-view{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 34px;
  margin-bottom: 42px;
  background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: 5px 3px 6px #CE00FF29;
  border: 1px solid #575656;
  opacity: 1;
}
section.price .price-form .select-view .titlebox {
    text-align: left;
    width: 180px;
  height: 29px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-left: 29px;
}
section.price .price-form .select-view .titlebox p {
  text-align: left;
  font: normal normal bold 24px/29px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
  opacity: 1;
}
section.price .price-form .select-view .underbar {
    /*
  width: 12px;
  height: auto;
  margin-top: 22px;
  margin-bottom: 22px;
  border-bottom: 2px solid #A4A4A4;
  opacity: 1;
  */
}
section.price .price-form .select-view .price-info {
    display: flex;
    flex-direction: row;
    width: auto;
    height: 29px;
    margin-right: 20px;
}
section.price .price-form .select-view .price-info p {
    text-align: right;
    font: normal normal bold 24px/29px Pretendard;
    letter-spacing: 0px;
    color: #CD07FC;
    opacity: 1;
}
section.price .price-form .select-view .price-info h2 {
  text-align: right;
  font: normal normal bold 24px/29px Pretendard;
  letter-spacing: 0px;
  color: #CD07FC;
  opacity: 1;
}
section.price .price-form .select-view .price-info .h2 {
}
section.price .price-form .select-view .price-info .price-result {
}
section.price .price-form .select-view .price-info .price-result .price-text {
}
section.price .price-form .select-view .price-info .price-result .description-text {
}

section.price .price-form .payment {
}
/* 결제 수단 선택 */
section.price .price-form .payment .payment-wrap {
    width: 100%;
}
section.price .price-form .payment .payment-wrap .PG{
}
section.price .price-form .payment .payment-wrap .PG .pg-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  height: 35px;
  margin-top:15px;
  padding-top: 19px;
  padding-bottom: 19px;
  border-top: 0.2px solid #A4A4A4;
  opacity: 1;
}
section.price .price-form .payment .payment-wrap .PG .pg-list a{
  align-items: center;
  text-align: center;
  display: inline-flex;
  position:relative;
  justify-content: center;
  width: 180px;
  height: 35px;
  background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
  border: 1px solid var(--unnamed-color-707070);
  background: #000000 0% 0% no-repeat padding-box;
  border: 1px solid #707070;
  border-radius: 3px;
  opacity: 0.52;
}

section.price .price-form .payment .payment-wrap .PG .pg-list a:hover{
  background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 7px #CD07FC84;
  border-radius: 3px;
  opacity: 1;
  transition: all 0.5s;
}
section.price .price-form .payment .payment-wrap .PG .pg-list a.active {
  background: var(--unnamed-color-000000) 0% 0% no-repeat padding-box;
  background: #000000 0% 0% no-repeat padding-box;
  box-shadow:  3px 4px 7px #CD07FC84;
  border-radius: 3px;
  opacity: 1;
}

section.price .price-form .payment .policy-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: auto;
}
section.price .price-form .payment .policy-wrap .agree{
  display: flex;
  flex-direction: row;
  justify-content : space-between
}
section.price .price-form .payment .policy-wrap .agree .open-policy {
  display : flex;
  justify-content : center;
  align-items : center;
  width: 217px;
  height: 45px;
  margin-right:9px;
  border: 0.5px solid var(--unnamed-color-707070);
  background: #060606 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  opacity: 1;
}
section.price .price-form .payment .policy-wrap .agree .open-policy.active {
  display : flex;
  justify-content : center;
  align-items : center;
  width: 217px;
  height: 45px;
  margin-right:9px;
  border: 0.5px solid var(--unnamed-color-707070);
  background: #060606 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  opacity: 1;
  color:#CD07FC
}
section.price .price-form .payment .policy-wrap .agree a.btn-agree {
  display : flex;
  justify-content : center;
  align-items : center;
  width: 219px;
  height: 45px;
  margin-right:37px;
  border: 0.5px solid var(--unnamed-color-707070);
  background: #060606 0% 0% no-repeat padding-box;
  border: 0.5px solid #707070;
  font: normal normal medium 20px/24px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
  opacity: 1;
}

section.price .price-form .payment .policy-wrap .agree input[type="checkbox"] {
  position: relative;
  left: 30px;
  width: 26px;
  height: 26px;
  opacity: 0;
}
section.price .price-form .payment .policy-wrap .agree .policy-check {
  margin-left:10px;
  border: 1px solid #fff;
  border-radius: 2px;
  padding: 2px;
  width: 20px;
  height: 20px;
}
section.price .price-form .payment .policy-wrap .agree .policy-check span {
  display: none;
  font-size: 20px;
}
section.price .price-form .payment .policy-wrap .agree input[type="checkbox"]:checked + .policy-check {
  border-color:#d30084
}
section.price .price-form .payment .policy-wrap .agree input[type="checkbox"]:checked + .policy-check span {
    color: #d30084;
  display: block;
}
section.price .price-form .payment .policy-wrap .agree  a.btn-agree.active {
  border: 1px solid #ca0be1;
  color: #e955ff;
}
section.price .price-form .payment .policy-wrap .btn-submit {
  display : flex;
  justify-content : center;
  align-items : center;
  width: 457px;
  height: 47px;
  font: normal normal medium 25px/24px Pretendard;
  color: #CBC9C9;
  border: 0.5px solid var(--unnamed-color-707070);
  background: #EB00EB 0% 0% no-repeat padding-box;
  border: 1px solid #EB00EB;
  cursor: pointer;
}
section.price .price-form .payment .policy-wrap .btn-submit p {
font-size: 16px;
}
section.price .price-form .payment .policy-wrap p {
  font: normal normal medium 20px/24px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
  opacity: 1;
}
section.price .price-form .pg-description {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top:35px;
  margin-bottom: 30px;
}
section.price .price-form .payment-notice p {
  text-align: left;
  font: normal normal medium 20px/24px Pretendard;
  letter-spacing: 0px;
  color: #CBC9C9;
  opacity: 1;
}
section.price .price-form .policy-content {
width : 100%;
height: 300px;
background-color: #383838;
background: #060606 0% 0% no-repeat padding-box;
border-top : 0px;
border-left : 0.5px solid #707070;
border-right :0.5px solid #707070;
border-bottom: 0.5px solid #707070;
box-shadow:  3px 4px 7px #CD07FC84;
border-radius: 3px;
}
section.price .price-form .policy-content textarea {
display:absolute;
  width:100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  resize : none;
  border: 0px;
  box-sizing: border-box;
  background: #060606 0% 0% no-repeat padding-box;
  font-size: 13px;
  color: #848282;
}

#Price,
#paymentType,
#paymentDate {
    position: absolute;
    visibility: hidden;
}

#LicenceForm.modal_wrap .modal_cnt {
    background: #000;
    max-width: 750px;
}

#LicenceForm.modal_wrap .modal_cnt .modal_body img {
    width: 90%;
    margin: 36px auto;
}
section.price .price-form .price-card .product-info .price-wrap .price-item .per-music {
  display: none;
}
@media all and (max-width: 1080px){
  section.price {
    padding: 10px 20px 50px;
  }
}
/* 태블릿 반응형 */
@media all and (max-width: 950px){
  section.price .price-form .payment .payment-wrap .PG .pg-list a{
    width: 130px;
  }
}



@media all and (max-width: 938px){

  section.price .price-form .price-card .titlebox{
    width: 40%;
  }
  section.price .price-form .topbox .distext{
    font: normal normal normal 16px/24px Pretendard;
  }
  section.price .price-form .price-card .product-info{
    width: 60%;
    padding: 28px 0 22px;
    padding-right: 20px;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item p.per-month.yearly{
    width:120px;
    font-weight: 500;
    padding-left: 30px;
    text-align: left;
    font: normal normal 600 25px/36px Pretendard;
    letter-spacing: 0px;
    color: #CBC9C9;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item p.per-month{
    width:120px;
    padding-left: 30px;
    text-align: left;
    font: normal normal 600 25px/36px Pretendard;
    letter-spacing: 0px;
    color: #CBC9C9;
  }
}
@media all and (max-width: 700px){
  section.price .price-form .payment {
    width:100%;
    height: auto;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
  }
  section.price .price-form .payment .payment-wrap{
    width: 100%;
  }
  section.price .price-form .payment .payment-wrap .PG .pg-list{
    width: 100%;
    padding: 10px 0px 5px;
    height: 149px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top:15px;
  }
  section.price .price-form .payment .policy-wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    margin-top:15px;
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 0.2px solid #A4A4A4;
  }
  section.price .price-form .payment .payment-wrap .PG .pg-list a{
    font-size: 13px;
    width: 95%;
    height: 25px;
  }
  section.price .price-form .payment .policy-wrap .agree{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
  }
  section.price .price-form .payment .policy-wrap .agree .open-policy {
    font-size: 20px;
    width: 100%;
    margin: 0px;
  }
  section.price .price-form .payment .policy-wrap .agree a.btn-agree {
    font-size: 20px;
    width: 100%;
    margin: 5px 0px 0px;
  }
  section.price .price-form .payment .policy-wrap .btn-submit {
    margin-top:5px;
    width: 100%;
    padding: 0px;
  }
  section.price .price-form .payment .policy-wrap .btn-submit p {
    font-size: 20px;
  }
  section.price .price-form .payment .policy-wrap .agree a.btn-agree:active {
    width: 100%;
    margin-top: 5px;
  }
  section.price .price-form .payment .payment-wrap .PG .pg-list img{
    max-height: 20px;
  }
  section.price .price-form .pg-description {
    padding-top:22px;
    width:100%;
  }
  section.price .price-form .pg-description p {
    font-size: 13px;
  }
  section.price .price-form .policy-content {
    width: 100%;
  }
}





@media all and (max-width: 770px){
  section.price .price-form .price-card .titlebox .discript{
  display: none;
  }
  section.price .price-form .price-card .product-info{
    padding: 18px 0 12px;
    padding-right: 20px;
  }
}

@media all and (max-width: 680px){
  section.price .price-form .select-view .titlebox {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    width:130px;
  }
  section.price .price-form .select-view .titlebox p {
    font-size: 16px;
  }
  section.price .price-form .select-view .price-info {
    margin-left:0px;
  }
  section.price .price-form .select-view .price-info p {
    font-size: 16px;
  }
  section.price .price-form .select-view .price-info h2 {
    font-size: 16px;
  }
  section.price .price-form .select-view .underbar {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

@media all and (max-width: 660px){
  section.price .price-form .topbox .distext{
  display: none;
  }
  section.price .price-form .topbox .distext2{
    display: block;
  }
  section.price .price-form .price-card .titlebox{
    display: none;
  }
  section.price .price-form .price-card {
    height: auto; 
  }
  section.price .price-form .price-card .product-info{
    width: 100%;
    height: auto;
    padding: 10px 20px 10px;
  }
  section.price .price-form .price-card .product-info .price-wrap{
  height: auto;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item {
    padding : 10px 0px 10px;
  }
  section.price .price-form .price-card .product-info .price-wrap .space{
  display: none;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item .moneycode{
  margin-left: auto;
  }
  section.price .price-form .topbox .dis-mo-wrap .showcheck{
    display: inline-block;
    text-decoration: underline;
    font: normal normal normal 16px/19px Pretendard;
    letter-spacing: 0px;
    color: #FC00E3;
    margin-top: auto;
  }
}
/* 모바일 반응형 */

@media all and (max-width: 500px){
  section.price {
    max-width: 360px;
    padding : 10px 10px 50px;
  }
  section.price .price-form {
  justify-content: center;
  align-items: center;
  }
  section.price .price-form .topbox .distext{
    font: normal normal normal 13px/13px Pretendard;
    padding-left: 10px;
    width: 360px;
  }
  section.price .price-form .price-card{
    width: 100%;
    height: auto;
    margin-bottom: 22px;
  }
  section.price .price-form .price-card .titlebox{
    display:none;
  }
  section.price .price-form .price-card .product-info{
    height: auto;
    align-items: center;
    padding: 4px 8px 4px;
  }
  section.price .price-form .price-card .product-info .price-wrap{
    width:100%;
    align-items: center;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item {
    margin : 4px 0px 4px;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item h4{
    width:80px;
    font-size:13px;
    padding-left: 0px;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item .check-item{
    width:100px;
    height:30px;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item .check-item .btn-choice{
    font-size:13px;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item .non-item{
    width:100px;
    height: 30px;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item .moneycode{
    margin-left: 10px;
    margin-top: 8px;
    font-size:13px;
  }
  section.price .price-form .price-card .product-info .product-bottom{
    display:none;
  }
  section.price .price-form .select-view{
    margin-top: 0px;
    width: 100%;
    margin-bottom: 22px;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item .check-item.active, section.price .price-form .price-card .product-info .price-wrap .price-item .check-item:hover{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100px;
    height: 30px;
    border: 0.5px solid var(--unnamed-color-707070);
    background: #23031D 0% 0% no-repeat padding-box;
    border: 0.5px solid #707070;
  }
  section.price .price-form .select-view .titlebox {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 10px;
    width:100px;
  }
  section.price .price-form .select-view .titlebox p {
    font-size: 13px;
  }
  section.price .price-form .select-view .price-info {
    margin-left:0px;
  }
  section.price .price-form .select-view .price-info p {
    font-size: 13px;
  }
  section.price .price-form .select-view .price-info h2 {
    font-size: 13px;
  }
  section.price .price-form .select-view .underbar {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  section.price .price-form .topbox{
    width:100%;
  }
 
  section.price .price-form .price-card .product-info .price-wrap .price-item p.per-month.yearly{
    width: auto;
    padding-top: 6px;
    padding-left: 10px;
    text-align: left;
    font: normal normal 600 20px/20px Pretendard;
    letter-spacing: 0px;
    color: #CBC9C9;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item p.per-month{
    width: auto;
    padding-top: 6px;
    padding-left: 10px;
    text-align: left;
    font: normal normal 600 20px/20px Pretendard;
    letter-spacing: 0px;
    color: #CBC9C9;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item{
    width: 100%;
    padding:0px;
    justify-content: space-between;
  }
  section.price .price-form .payment .policy-wrap .agree .open-policy {
    font-size: 13px;
    width: 100%;
    margin: 0px;
  }
  section.price .price-form .payment .policy-wrap .agree a.btn-agree {
    font-size: 13px;
    width: 100%;
    margin: 5px 0px 0px;
  }
  section.price .price-form .payment .policy-wrap .btn-submit {
    margin-top:5px;
    width: 100%;
    padding: 0px;
    border : 2px;
  }
  section.price .price-form .payment .policy-wrap .btn-submit p {
    font-size: 13px;
  }
}
@media all and (max-width: 367px){

  section.price .price-form .select-view .titlebox {
    display: none;
  }
  section.price .price-form .select-view .price-info {
    width: 100%;
    justify-content: center;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
}
}

@media all and (max-width: 350px){
  section.price .price-form .price-card .product-info .price-wrap .price-item .moneycode{
    margin-left: 5px;
    margin-top: 8px;
    font-size:13px;
  }
  section.price .price-form .price-card .product-info .price-wrap .price-item .check-item, section.price .price-form .price-card .product-info .price-wrap .price-item .non-item,
  section.price .price-form .price-card .product-info .price-wrap .price-item .check-item.active, section.price .price-form .price-card .product-info .price-wrap .price-item .check-item:hover{
    width: 80px;
  }

}
