.containerSv {
    width: 960px;
    margin: 30px auto;
    /*border: 1px solid green;*/
  }
  
  .containerSv .title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 10px;
    border-bottom: 1px solid #777;
  }
  
  .containerSv h4.subject {
    font-family: 'NanumSquareRound', 'Noto Sans KR', sans-serif;
    font-size: 22px;
    font-weight: bold;
    line-height: 22px;
    margin: 0 0 10px;
  }
  
  .containerSv .txt {
    font-size: 16px;
    line-height: 24px;
    transform: skew(-0.03deg);
  }
  
  .containerSv .accent {
    font-size: 18px;
    font-weight: 800;
    color: #233e83;
  }
  
  .containerSv .eduPoint li {
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
  }

  .containerSv .eduPoint li:first-child {
    padding-top: 0;
  }
  
  .containerSv .eduPoint li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
  
  .containerSv .eduPointImg {
    width: 25%;
  }
  
  .containerSv .eduPointImg img {
    width: 100%;
  }
  
  .containerSv div.eduPointTxt {
    width: 75%;
    padding: 10px 20px;
    margin-bottom: 0;
  }
  
  
  /*************************************************************************************/
  /*************************************************************************************/
  /*************************************************************************************/
  
  
  .containerSv .center01 {
    display: flex;
    margin-top: 50px;
  }
  
  .containerSv .txtBoxLeft {
    width: 30%;
    padding: 100px 50px;
    background: url(../images/centerBg.jpg) repeat;
  }
  
  .containerSv .txtBoxLeft h4 {
    margin-bottom: 36px;
    font-size: 36px;
    font-weight: 800;
    color: white;
  }
  
  .containerSv .txtBoxLeft p {
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    color: white;
  }
  
  .containerSv .txtBoxRight {
    width: 68%;
    margin-left: 2%;
  }
  
  .containerSv .txtBoxRight .logoImg {
    width: 30%;
    margin: 0 auto;
  }
  
  .containerSv .txtBoxRight .logoImg img {
    width: 100%;
  }
  
  .containerSv .txtBoxRight ul {
    margin: 20px 0;
    display: flex;
  }
  
  .containerSv .txtBoxRight li {
    width: 32%;
    margin: 0 1%;
    padding: 40px 20px;
    background-color: #f7f7f7;
  }
  
  .containerSv .txtBoxRight li:first-child {
    margin-left: 0;
  }
  
  .containerSv .txtBoxRight li:last-child {
    margin-right: 0;
  }
  
  .containerSv .txtBoxRight .centerIcon {
    width: 50px;
    margin: 0 auto 20px;
  }
  
  .containerSv .txtBoxRight .centerIcon img {
    width: 100%;
  }
  
  .containerSv .txtBoxRight h6 {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  
  .containerSv .txtBoxRight h6::after {
    width: 15px;
    height: 2px;
    margin: 20px auto;
    background-color: #233e83;
    content: "";
    display: block;
  }
  
  .containerSv .txtBoxRight li p {
    font-size: 16px;
    text-align: center;
    transform: skew(-0.03deg);
  }
  
  .containerSv .txtBoxRight p.comment {
    font-size: 18px;
    font-weight: 600;
    text-align: center;
  }
  
  .containerSv .center02 {
    margin: 80px auto;
    padding: 0 30px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }
  
  .containerSv .center03 {
    padding: 70px 50px;
    background-color: #f7f7f7;
  }
  
  .containerSv .center03 h5 {
    margin-bottom: 70px;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
  }
  
  .containerSv .center03 ul {
    display: flex;
  }
  
  .containerSv .center03 li {
    width: 32%;
    margin: 0 1%;
    line-height: 0;
    vertical-align: bottom;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
    position: relative;
  }
  
  .containerSv .center03 li span {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    color: white;
    font-size: 22px;
    font-weight: 600;
    z-index: 1;
  }
  
  .containerSv .center03 li::before {
    display: block;
    content: "01";
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #e5e5e5;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  
  .containerSv .center03 li:nth-child(2)::before {
    content: "02";
  }
  
  .containerSv .center03 li:last-child::before {
    content: "03";
  }
  
  .containerSv .center03 li:first-child {
    margin-left: 0;
  }
  
  .containerSv .center03 li:last-child {
    margin-right: 0;
  }
  
  .containerSv .center03 img {
    width: 100%;
  }
  
  .containerSv .center03 p {
    margin: 50px auto 0;
    padding: 0 30px;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    word-break: keep-all;
  }
  
  .containerSv .center04 {
    margin: 70px 0;
  }
  
  
  
  
  /*************************************************************************************/
  /*************************************************************************************/
  /*************************************************************************************/
  
  
  .containerSv .manager h4 {
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    color: #233e83;
  }
  
  .containerSv .manager .sub {
    margin: 10px 0 30px;
    font-size: 14px;
    transform: skew(-0.03deg);
    color: #777;
    text-align: center;
  }
  
  .containerSv .manager .cmt {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
  }
  
  .containerSv .manager .cmt span {
    color: #233e83;
    font-size: 19px;
    font-weight: 600;
  }
  
  .containerSv .manage {
    margin: 20px 0 100px;
    display: flex;
    flex-wrap: wrap;
  }
  
  .containerSv .manage li {
    width: 23%;
    margin: 0 1%;
    padding: 40px 20px;
    background-color: #f7f7f7;
    border-radius: 10px;
  }
  
  .containerSv .manage li div {
    width: 60px;
    margin: 0 auto 20px;
  }
  
  .containerSv .manage li img {
    width: 100%;
  }
  
  .containerSv .manage p {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }
  
  .containerSv .role {
    margin: 50px 0 100px;
    display: flex;
  }
  
  .containerSv .roleImg {
    width: 345px;
    margin-left: 100px;
  }
  
  .containerSv .roleImg img {
    width: 100%;
  }
  
  .containerSv .roleTxt {
    padding-left: 50px;
  }
  
  .containerSv .roleTxt li {
    margin-bottom: 25px;
  }
  
  .containerSv .roleTxt li:last-child {
    margin-bottom: 0;
  }
  
  .containerSv .roleTxt h5, .containerSv .roleTxt span {
    font-size: 20px;
    font-weight: 600;
    color: #233e83;
    margin-bottom: 10px;
  }
  
  .containerSv .roleTxt span {
    font-weight: 800;
  }
  
  .containerSv .roleTxt p {
    font-size: 16px;
    margin-left: 29px;
    transform: skew(-0.03deg);
  }
  
  .containerSv .systemTxt {
    margin: 20px 0 50px;
    text-align: center;
    transform: skew(-0.03deg);
  }
  
  
  /*************************************************************************************/
  /*************************************************************************************/
  /*************************************************************************************/
  
  
  .containerSv .service h4, .containerSv .serviceOrder h4 {
    font-size: 24px;
    font-weight: 600;
    color: #233e83;
    margin-bottom: 10px;
  }
  
  .containerSv .service p {
    font-size: 18px;
    line-height: 26px;
  }
  
  .containerSv .service p span {
    color: #233e83;
    font-size: 19px;
    font-weight: 600;
  }
  
  .containerSv .service ul {
    font-size: 17px;
    margin: 20px 0;
  }
  
  .containerSv .service li:first-child {
    margin-bottom: 5px;
  }
  
  .containerSv .service button {
    background-color: #233e83;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
    color: white;
    padding: 15px 40px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    border: none;
    outline: none;
  }
  
  .containerSv .service button:hover {
    opacity: 0.9;
  }
  
  .containerSv .serviceOrder {
    margin-top: 50px;
  }
  
  .containerSv .serviceOrder ul {
    margin-top: 30px;
  }
  
  .containerSv .serviceOrder li {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 24px;
  }
  
  .containerSv .serviceOrder li div {
    width: 500px;
    margin-top: 10px;
    border: 1px solid #c1c1c1;
  }

  .containerSv .serviceOrder li div img {
    width: 100%;
  }
  
  
  /*************************************************************************************/
  /*************************************************************************************/
  /*************************************************************************************/
  
  
  .containerSv .rule > li {
    margin-bottom: 30px;
  }
  
  .containerSv .rule .ruleDetail {
    margin-bottom: 5px;
    line-height: 24px;
    transform: skew(-0.03deg);
  }
  
  .containerSv .rule h4 {
    font-family: 'nanumsquare', 'Noto Sans KR', sans-serif;
    font-size: 22px;
    font-weight: 600;
    color: #233e83;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .containerSv .rule .refund {
    width: 600px;
    margin: 10px 0 10px 10px;
    padding: 40px;
    background-color: #f7f7f7;
  }
  
  
  /*************************************************************************************/
  /*************************************************************************************/
  /*************************************************************************************/
  
  
  .containerSv .stepTxt {
    margin-bottom: 30px;
    font-size: 18px;
  }
  
  .containerSv .step li:nth-child(2n-1) .layoutZgTxt{
    padding: 44px 40px 0;
  }
  
  .containerSv .layoutZg .layoutZgTxt span.stepPoint {
    font-size: 18px;
    color: #233e83;
  }
  
  .containerSv .step button {
    background-color: #233e83;
    color: white;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border: none;
    outline: none;
    margin-top: 10px;
  }
  
  .containerSv .service button:hover {
    opacity: 0.9;
  }
  
  .containerSv .momEng {
    margin-top: 50px;
    padding: 50px;
    background-color: white;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
  }
  
  .containerSv .momEng h4 {
    font-family: 'nanumsquare', 'Noto Sans KR', sans-serif;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    color: #233e83;
    margin-bottom: 20px;
  }
  
  .containerSv .momEng > ul {
    padding: 40px;
    background-color: #f7f7f7;
  }
  
  .containerSv .momEng > ul > li {
    margin-bottom: 30px;
  }
  
  .containerSv .momEng > ul > li:last-child {
    margin-bottom: 0;
  }
  
  .containerSv .momEng h5 {
    font-family: 'nanumsquare', 'Noto Sans KR', sans-serif;
    padding: 3px 6px;
    font-size: 22px;
    font-weight: 600;
    color: white;
    background-color: #233e83;
    display: inline-block;
    margin-bottom: 10px;
  }
  
  .containerSv .momEng h5 span {
    font-family: 'nanumsquare', 'Noto Sans KR', sans-serif;
    color: white;
    font-weight: 800;
  }
  
  .containerSv .momEng .momEngCmt li {
    margin: 7px 5px;
    font-size: 18px;
    font-weight: 600;
  }
  
  
  /*************************************************************************************/
  /*************************************************************************************/
  /*************************************************************************************/
  
  
  .process h4 {
    font-size: 24px;
    font-weight: 800;
    color: #233e83;
    margin-bottom: 15px;
  }
  
  .process p {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .processTable {
    width: 100%;
    border: 1px solid #c1c1c1;
  }

  .processTable th {
    width: 9%;
    background-color: #f7f7f7;
    border: 1px solid #c1c1c1;
  }

  .processTable td {
    border: 1px solid #c1c1c1;
  }

  .processTable th.tableDevide {
    width: 10%;
  }

  .processTable th.tableDevide img {
    width: 99%;
    height: 99%;
  }

  .processTable .revel th {
    color: #233e83;
    font-weight: 900;
    font-size: 16px;
    transform: skew(-0.03deg);
  }

  .processTable tr.class {
    background-color: #233e83;
  }

  .processTable .class th {
    color: white;
    font-size: 16px;
    transform: skew(-0.03deg);
    font-weight: bold;
    border-right: 1px solid white;
    background: none;
  }

  .processTable .class th:last-child {
    border-right: 0;
  }

  .processTable .type {
    color: #233e83;
    font-weight: bold;
    font-size: 16px;
    transform: skew(-0.03deg);
  }

  .processTable .book {
    padding: 2px;
    background-color: rgba(68, 126, 192, 0.1);
  }

  .processTable .book a {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .processTable .tableBookImg {
    width: 53px;
    display: inline-block;
  }

  .processTable .book img {
    width: 100%;
    border: 1px solid #c1c1c1;
    vertical-align: middle;
  }

  .processTable .tableBookName {
    margin-left: 10px;
    display: inline-block;
    color: #233e83;
    font-weight: 900;
    font-size: 14px;
    transform: skew(-0.03deg);
    word-break: keep-all;
  }


  .seriesBox > li {
    display: flex;
    margin-bottom: 40px;
  }

  .seriesImg {
    width: 30%;
    margin-right: 30px;
    position: relative;
  }

  .seriesImg span {
    width: 100%;
    height: 100%;
    padding: 125px 0;
    top: 0;
    left: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    display: none;
  }

  .seriesImg:hover span {
    display: block;
  }

  .seriesImg a {
    width: 100%;
    display: block;
  }

  .seriesImg img {
    width: 100%;
  }

  .seriesTxtBox {
    width: 70%;
    margin-top: 10px;
  }

  .seriesTxtBox .tag {
    margin-right: 2px;
    padding: 6px 12px;    
    display: inline-block;  
    background-color: rgba(68, 126, 192, 0.1);
    border-radius: 500px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    transform: skew(-0.03deg);
    vertical-align: top;
  }

  .seriesTxtBox .tag2 {
    margin-right: 2px;
    padding: 6px 12px;    
    display: inline-block;
    background-color: #e5e5e5;
    border-radius: 500px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    transform: skew(-0.03deg);
    vertical-align: top;
  }

  h4.seriesTitle {
    margin: 0 10px 10px 0;
    display: inline-block; 
  }

  .seriesTxtBox .gauge {
    width: 100%;
    border-radius: 100px;
    overflow: hidden;
    margin-top: 5px;
  }

  .seriesTxtBox .gauge tr {
    width: 100%;
    background-color: #f7f7f7;
  }

  .seriesTxtBox .gauge td {
    padding: 6px 0;
    color: #f7f7f7;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    transform: skew(-0.03deg);
  }

  .seriesTxtBox .gauge td:first-child {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
  }

  .seriesTxtBox .gauge td:last-child {
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
  }

  .seriesTxtBox .gauge td.bar {
    color: #fff;
    background-color: #447ec0;
  }

  .seriesTxt {
    margin-top: 20px;
  }
  
  .seriesTxt li {
    margin-bottom: 10px;
  }

  .seriesTxt h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .seriesTxt p {
    font-size: 15px;
    line-height: 22px;
    transform: skew(-0.03deg);
    margin: 0 0 0 22px;
  }

  .process button {
    display: block;
    margin: 0 auto;
    padding: 12px 36px;
    color: #fff;
    background: #233e83;
    border: 0;
    outline: none;
    border-radius: 100px;
    text-align: center;
    font-size: 20px;
  }


/*************************************************************************************/
/*************************************************************************************/
/*************************************************************************************/


  .containerSv .testClass {
    width: 90%;
    margin: 70px auto;
  }

  .containerSv .testClass .logoImg {
    width: 200px;
    margin: 0 auto;
  }

  .containerSv .testClass .logoImg img {
    width: 100%;
  }

  .containerSv .testClass .testClassTitle {
    margin: 20px 0 10px;
    font-size: 36px;
    font-weight: bold;
    text-align: center;
  }
  
  .containerSv .testClass .testClassSub {
    font-size: 15px;
    transform: skew(-0.03deg);
    text-align: center;
    word-break: keep-all;
  }

  .containerSv .testClass .testOrder {
    margin-top: 30px;
  }

  .containerSv .testClass .testOrder > li {
    margin-bottom: 40px;
  }

  .containerSv .testClass .testOrderTitle {
    font-size: 24px;
    font-weight: bold;
  }

  .containerSv .testClass .testOrderSub {
    margin: 10px 0 20px 10px;
    font-size: 15px;
    transform: skew(-0.03deg);
  }

  .containerSv .testClass .testSelect {
    width: 80%;
    margin-left: 10px;
  }

  .containerSv .testClass .testSelect li {
    display: flex;
    margin-bottom: 10px;
  }

  .containerSv .testClass .testSelect select {
    width: 20%;
    padding: 10px;
    font-size: 14px;
    transform: skew(-0.03deg);
    border: 1px solid #c1c1c1;
    background-color: white;
    outline: none;
  }

    .containerSv .testClass .testSelect input {
	padding: 10px;
    font-size: 14px;
    transform: skew(-0.03deg);
    border: 1px solid #c1c1c1;
    background-color: white;
    outline: none;
  }



  .containerSv .testTime input {
    width: 90%;
    padding: 10px;
    border: 1px solid #c1c1c1;
    outline: none ;
    font-size: 15px;
    transform: skew(-0.03deg);
  }

  .containerSv .testClass .wantClass select {
    width: 100%;
    padding: 10px;
    font-size: 20px;
    transform: skew(-0.03deg);
    border: 1px solid #c1c1c1;
    outline: none;
    background-color: white;
  }

  .containerSv .testClass .testRadio {
    margin-left: 10px;
  }

  .containerSv .testClass .testRadio li {
    display: flex;
    margin-bottom: 20px;
  }

  .containerSv .testClass .testRadio li div:last-child {
    width: 85%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e91b3a;
  }

  .containerSv .testClass .testRadio li div.testSkill {
    border: 1px solid #ed4324;
  }

  .containerSv .testClass .testRadio li div.testWay {
    border: 1px solid #fcb315;
  }

  .containerSv .testClass .testRadio li div.testTeacher {
    border: 1px solid #1ca44a;
  }

  .containerSv .testClass .testRadio li div.testMonth {
    border: 1px solid #447ec0;
  }

  .containerSv .testClass .testRadio li div.testNum {
    border: 1px solid #4f3090;
    border-bottom: 0;
  }

  .containerSv .testClass .testSubTit {
    width: 20%;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0;
  }

  .containerSv .testClass .testRadio input[type="radio"] {
    display: none;
  }

  .containerSv .testClass .testRadio label {
    flex: 1 1;
  }

  .containerSv .testClass .testRadio .testNum label {
    flex: none;
    width: 33.33%;
  }

  .containerSv .testClass .testRadio label:last-child input[type="radio"] + span {
    border-right: 0;
  }

  .containerSv .testClass .testRadio .testNum label:nth-child(3n) input[type="radio"] + span {
    border-right: 0;
  }

  .containerSv .testClass .testRadio input[type="radio"] + span {
    width: 100%;
    display: inline-block;
    border-right: 1px solid #e91b3a;
    text-align: center;
    padding: 10px 0 9px;
    font-size: 20px;
    cursor: pointer;
    transition: all .15s;
	margin-bottom : -9px
  }

  .containerSv .testClass .testRadio input[type="radio"]:checked + span {
    background:#e91b3a;
    color:#fff;
  }

  .containerSv .testClass .testRadio input[type="radio"]:disabled + span {
    background:#e5e5e5;
    color:#fff;
    cursor: default;
  }

  .containerSv .testClass .testRadio .testNum input[type="radio"]:disabled:hover + span {
    background:#e5e5e5;
    color:#fff;
  }

  .containerSv .testClass .testRadio input[type="radio"]:hover + span {
    background:#e91b3a;
    color:#fff;
  }


  .containerSv .testClass .testRadio .testSkill input[type="radio"] + span {
    border-right: 1px solid #ed4324;
	margin-bottom : -9px
  }

  .containerSv .testClass .testRadio .testSkill input[type="radio"]:checked + span {
    background:#ed4324;
  }

  .containerSv .testClass .testRadio .testSkill input[type="radio"]:hover + span {
    background:#ed4324;
  }

  .containerSv .testClass .testRadio .testWay input[type="radio"] + span {
    border-right: 1px solid #fcb315;
	margin-bottom : -9px
  }

  .containerSv .testClass .testRadio .testWay input[type="radio"]:checked + span {
    background:#fcb315;
  }

  .containerSv .testClass .testRadio .testWay input[type="radio"]:hover + span {
    background:#fcb315;
  }

  .containerSv .testClass .testRadio .testTeacher input[type="radio"] + span {
    border-right: 1px solid #1ca44a;
	margin-bottom : -9px
  }

  .containerSv .testClass .testRadio .testTeacher input[type="radio"]:checked + span {
    background:#1ca44a;
  }

  .containerSv .testClass .testRadio .testTeacher input[type="radio"]:hover + span {
    background:#1ca44a;
  }

  .containerSv .testClass .testRadio .testMonth input[type="radio"] + span {
    border-right: 1px solid #447ec0;
	margin-bottom : -9px
  }

  .containerSv .testClass .testRadio .testMonth input[type="radio"]:checked + span {
    background:#447ec0;
  }

  .containerSv .testClass .testRadio .testMonth input[type="radio"]:hover + span {
    background:#447ec0;
  }

  .containerSv .testClass .testRadio .testNum input[type="radio"] + span {
    border-right: 1px solid #4f3090;
    border-bottom: 1px solid #4f3090;
	margin-bottom : -9px
  }

  .containerSv .testClass .testRadio .testNum input[type="radio"]:checked + span {
    background:#4f3090;
  }

  .containerSv .testClass .testRadio .testNum input[type="radio"]:hover + span {
    background:#4f3090;
  }

  .containerSv .testClass .payBox {
    padding: 50px;
    background-color: #f7f7f7;
    border: 1px solid #e5e5e5;
  }

  .containerSv .testClass .payBox > ul > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e5e5e5;
  }

  .containerSv .testClass .payBox > ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }

  .containerSv .testClass .payBox .testOrderTitle {
    margin-bottom: 15px;
    color: #233e83;
  }

  .containerSv .testClass .payProduct li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    transform: skew(-0.03deg);
  }

  .containerSv .testClass .payCoupon p {
    width: 70%;
    background-color: white;
    border: 1px solid #e5e5e5;
    display: flex;
  }

  .containerSv .testClass .payCoupon input {
    width: 80%;
    padding: 10px;
    border: 0; 
    outline: none;
    font-size: 16px;
    transform: skew(-0.03deg);
  }

  .containerSv .testClass .payCoupon button {
    width: 20%;
    padding: 10px;
    border: 0;
    outline: none;
    font-size: 16px;
    transform: skew(-0.03deg);
    color: white;
    background-color: #233e83;
  }

  .containerSv .testClass .payPrice li {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    transform: skew(-0.03deg);
  }

  .containerSv .testClass .payPrice li.payDiscount {
    color: #DC3545;
  }

  .containerSv .testClass .payPrice li.payAllPrice {
    margin-top: 20px;
    font-size: 20px;
  }

  .containerSv .testClass .payMent ul {
    display: flex;
    flex-wrap: wrap;
  }

  .containerSv .testClass .payMent li {
    margin-right: 50px;
    font-size: 16px;
    font-weight: bold;
    transform: skew(-0.03deg);
  }

  .containerSv .testClass .payMent input {
    margin-right: 5px;
    vertical-align: middle;
  }

  .containerSv .testClass .payMent span {
    vertical-align: middle;
  }

  .containerSv .testClass .payMent input[type="radio"] + span {
    display: inline-block;
    cursor: pointer;
  }

  .containerSv .testClass .payMent input[type="radio"]:disabled + span {
    cursor: default;
    color: #c1c1c1;
  }

  .containerSv .testClass .payBtn {
    margin: 40px auto 0;
    padding: 15px 30px;
    display: block;
    font-size: 24px;
    font-weight: bold;
    text-align: center; 
    color: white;
    background-color: #233e83;
    border: 0;
    outline: none;
  }