/* app */
@media (min-width: 0px) and (max-width: 640px) {

  .common-content-box {
    height: calc(100vh - 415px - 44px);
  }
  /*--------------------------- component  inputselect----------------------------- start*/

  .inputselect-search {
    margin-top: 50px;
    display: flex;
    height: 50px !important;
  }

  .inputselect-search-input-box {
    display: flex;
    align-items: center;
    flex: 1;
    border: 1px solid #707070;
    padding-left: 19px;
    border-radius: 8px 0 0 8px;
    background-color: #FFF;
  }

  .inputselect-search-input-before-prefix {
    background-image: url(../img/search.svg);
    background-size: cover;
    width: 23px;
    height: 22px;
  }

  .inputselect-search-input {
    padding-left: 10px;
    border: none;
    font-size: 16px;
    height: auto;
    width: 100%;
    border-radius: 8px 0 0 8px;
  }

  .inputselect-search-select-box {
    border: 1px solid #707070;
    width: 200px;
    border-left: 0px !important;
    border-radius: 0 8px 8px 0;
    background-color: #FFF;
  }

  .inputselect-search-select {
    border: none;
    font-size: 16px;
    height: 100%;
    width: 100%;
    border-radius: 0 8px 8px 0;
    appearance: none;
    padding-left: 20px;
  }

  .inputselect-search-select-arrow {
    padding-right: 20px;
    background: url(../img/select_arrow_im.svg) no-repeat;
    background-size: contain;
    height: 18px !important;
    width: 19px !important;
    margin-top: 15px;
    margin-left: -39px;
    /* float: right; */
    z-index: 99;
    position: absolute;
  }


  /*--------------------------- component  inputselect----------------------------- end*/


  /*--------------------------- component  powercard----------------------------- start*/


  .powercard-box {
    padding-bottom: 20px;
    overflow-x: auto;
  }

  .powercard-box-item {
    display: flex;
  }

  .powercard-card-box {
    margin-left: 15px;
    margin-top: 25px;
  }

  .powercard-card-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 220px;
    border-radius: 20px;
  }

  .powercard-card-item-high {
    background-color: #99ECE7;
  }

  .powercard-card-item-low {
    background-color: #BBBBBB;
  }

  .powercard-card-item-img {
    height: 108px;
    width: 105px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .powercard-card-item-text {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;

  }


  /*--------------------------- component  powercard----------------------------- end*/

  /*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

  /*--------------------------- power.html----------------------------- start*/

  .power-content {
    margin-top: 40px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
  }

  .power-content-box {
    width: 900px;
  }

  .power-switch-box {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .power-switch-left-text {
    width: 200px;
    font-size: 20px;
    font-weight: 600;
    color: #C4C4C4;
  }

  .power-switch-left-arrow {
    cursor: pointer;
    background: url(../img/select_arrow.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    height: 46px !important;
    width: 46px !important;
  }

  .power-switch-left-arrow-disabled {
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/select_arrow_disabled.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    height: 46px !important;
    width: 46px !important;
  }

  .power-switch-center-text {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }

  .power-switch-right-arrow {
    cursor: pointer;
    background: url(../img/select_arrow.svg) no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    height: 46px !important;
    width: 46px !important;
  }

  .power-switch-right-arrow-disabled {
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/select_arrow_disabled.svg) no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    height: 46px !important;
    width: 46px !important;
  }

  .power-switch-right-text {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    color: #C4C4C4;
  }


  .power-card-box {
    box-shadow: rgba(0, 0, 0, 0.16) 4px 3px 16px inset;
    margin-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 45px;
    width: 820px;
    overflow-x: auto;
  }


  .power-dialog {
    display: none;
  }

  .power-dialog-header {
    margin-top: 100px;
    display: flex;
    justify-content: center;
  }

  .power-dialog-header-box {
    display: flex;
    justify-content: center;
    width: 300px;
    height: 0;
    border-bottom: 300px solid #D2F45B;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    /* transform: perspective(1px) rotateX(-1deg); */
    border-width: 1px 25px 60px;
  }

  .power-dialog-header-title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
  }

  .power-dialog-content {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .power-dialog-left-arrow {
    margin-top: -130px;
    cursor: pointer;
    background: url(../img/down.svg) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    height: 42px !important;
    width: 85px !important;
  }

  .power-dialog-left-arrow-disabled {
    margin-top: -130px;
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/down_disabled.svg) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    height: 42px !important;
    width: 85px !important;
  }


  .power-dialog-center {
    display: flex;
    width: 700px;
  }

  .power-dialog-center-img {
    margin-left: 50px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 190px;
    width: 200px;
  }

  .power-dialog-center-des {
    flex: 1;
  }

  .power-dialog-center-des-box {
    width: 427px;
    height: 255px;
  }

  .power-dialog-center-des-item {
    margin-top: 15px;
  }

  .power-dialog-center-des-item-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6FCAE1;
  }

  .power-dialog-center-des-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #00A2CB;
  }

  .power-dialog-center-des-item-ul {
    padding-left: 15px;
  }

  .power-dialog-center-des-item-ul-li {
    margin-top: 5px;
  }

  .power-dialog-right-arrow {
    margin-top: -130px;
    cursor: pointer;
    background: url(../img/down.svg) no-repeat;
    background-size: cover;
    transform: rotate(270deg);
    height: 42px !important;
    width: 85px !important;
  }

  .power-dialog-right-arrow-disabled {
    margin-top: -130px;
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/down_disabled.svg) no-repeat;
    background-size: cover;
    transform: rotate(270deg);
    height: 42px !important;
    width: 85px !important;
  }

  /*--------------------------- power.html----------------------------- end*/

  
  /*--------------------------- 403.html----------------------------- start*/

  .content-403 {
    margin-top: 44px;
    min-height: calc(100vh - 162px);
  }
  .noPower {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
    padding: 0 0.5rem;
  }

  .noPower-h1 {
    font-size: 1rem;
    margin-top: 44px;
    text-align: center;
  }

  .noPower-tbody {
    font-size: 0.7rem!important;
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 40px;

  }

  .noPower-404 {
    width: 120px !important;
    height: 38px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
  }

  .noPower-404-span {
    display: inline-block;
    width: 30px;
  }

  /*--------------------------- 403.html----------------------------- end*/


  /*--------------------------- 404.html----------------------------- start*/

  .content-404 {
    margin-top: 44px;
    min-height: calc(100vh - 162px);
  }
  .nfd {
    padding: 0 0.5rem;
  }

  .nfd-h1 {
    font-size: 1rem;
    margin-top: 44px;
    text-align: center;
  }

  .nfd-tbody {
    font-size: 0.7rem!important;
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
  }

  .notFD-404 {
    width: 120px !important;
    height: 38px !important;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
    text-align: center;
    font-size: 0.7rem;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
  }

  .notFD-404-span {
    display: inline-block;
    width: 30px;
  }

  /*--------------------------- 404.html----------------------------- end*/

  /*--------------------------- 500.html----------------------------- start*/


  .content-500 {
    margin-top: 44px;
    min-height: calc(100vh - 162px);
    padding: 0 0.5rem;
  }

  .nfd-h1 {
    font-size: 1rem;
    margin-top: 44px;
    text-align: center;
  }

  .nfd-content {
    font-size: 0.7rem!important;
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 40px;
  }

  /*--------------------------- 500.html----------------------------- end*/


  /*--------------------------- description.html----------------------------- start*/
  .description-content {
    margin-top: 44px;
    word-break: break-all;
  }

  /*--------------------------- description.html----------------------------- end*/
}

/* pc */
@media (min-width: 640px) {
  /*--------------------------- component  inputselect----------------------------- start*/

  .inputselect-search {
    margin-top: 50px;
    display: flex;
    height: 50px !important;
  }

  .inputselect-search-input-box {
    display: flex;
    align-items: center;
    flex: 1;
    border: 1px solid #707070;
    padding-left: 19px;
    border-radius: 8px 0 0 8px;
    background-color: #FFF;
  }

  .inputselect-search-input-before-prefix {
    background-image: url(../img/search.svg);
    background-size: cover;
    width: 23px;
    height: 22px;
  }

  .inputselect-search-input {
    padding-left: 10px;
    border: none;
    font-size: 16px;
    height: auto;
    width: 100%;
    border-radius: 8px 0 0 8px;
  }

  .inputselect-search-select-box {
    border: 1px solid #707070;
    width: 200px;
    border-left: 0px !important;
    border-radius: 0 8px 8px 0;
    background-color: #FFF;
  }

  .inputselect-search-select {
    border: none;
    font-size: 16px;
    height: 100%;
    width: 100%;
    border-radius: 0 8px 8px 0;
    appearance: none;
    padding-left: 20px;
  }

  .inputselect-search-select-arrow {
    padding-right: 20px;
    background: url(../img/select_arrow_im.svg) no-repeat;
    background-size: contain;
    height: 18px !important;
    width: 19px !important;
    margin-top: 15px;
    margin-left: -39px;
    /* float: right; */
    z-index: 99;
    position: absolute;
  }


  /*--------------------------- component  inputselect----------------------------- end*/


  /*--------------------------- component  powercard----------------------------- start*/


  .powercard-box {
    padding-bottom: 20px;
    overflow-x: auto;
  }

  .powercard-box-item {
    display: flex;
  }

  .powercard-card-box {
    margin-left: 15px;
    margin-top: 25px;
  }

  .powercard-card-item {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 220px;
    border-radius: 20px;
  }

  .powercard-card-item-high {
    background-color: #99ECE7;
  }

  .powercard-card-item-low {
    background-color: #BBBBBB;
  }

  .powercard-card-item-img {
    height: 108px;
    width: 105px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .powercard-card-item-text {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: bold;

  }


  /*--------------------------- component  powercard----------------------------- end*/

  /*-------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

  /*--------------------------- power.html----------------------------- start*/

  .power-content {
    margin-top: 40px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    background-color: #F7F7F7;
  }

  .power-content-box {
    width: 900px;
  }

  .power-switch-box {
    margin-top: 50px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .power-switch-left-text {
    width: 200px;
    font-size: 20px;
    font-weight: 600;
    color: #C4C4C4;
  }

  .power-switch-left-arrow {
    cursor: pointer;
    background: url(../img/select_arrow.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    height: 46px !important;
    width: 46px !important;
  }

  .power-switch-left-arrow-disabled {
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/select_arrow_disabled.svg) no-repeat;
    background-size: contain;
    transform: rotate(90deg);
    height: 46px !important;
    width: 46px !important;
  }

  .power-switch-center-text {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    color: #333;
  }

  .power-switch-right-arrow {
    cursor: pointer;
    background: url(../img/select_arrow.svg) no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    height: 46px !important;
    width: 46px !important;
  }

  .power-switch-right-arrow-disabled {
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/select_arrow_disabled.svg) no-repeat;
    background-size: contain;
    transform: rotate(270deg);
    height: 46px !important;
    width: 46px !important;
  }

  .power-switch-right-text {
    width: 200px;
    font-size: 20px;
    font-weight: bold;
    color: #C4C4C4;
  }


  .power-card-box {
    box-shadow: rgba(0, 0, 0, 0.16) 4px 3px 16px inset;
    margin-top: 50px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 45px;
    width: 820px;
    overflow-x: auto;
  }


  .power-dialog {
    display: none;
  }

  .power-dialog-header {
    margin-top: 100px;
    display: flex;
    justify-content: center;
  }

  .power-dialog-header-box {
    display: flex;
    justify-content: center;
    width: 300px;
    height: 0;
    border-bottom: 300px solid #D2F45B;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    /* transform: perspective(1px) rotateX(-1deg); */
    border-width: 1px 25px 60px;
  }

  .power-dialog-header-title {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
  }

  .power-dialog-content {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .power-dialog-left-arrow {
    margin-top: -130px;
    cursor: pointer;
    background: url(../img/down.svg) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    height: 42px !important;
    width: 85px !important;
  }

  .power-dialog-left-arrow-disabled {
    margin-top: -130px;
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/down_disabled.svg) no-repeat;
    background-size: cover;
    transform: rotate(90deg);
    height: 42px !important;
    width: 85px !important;
  }


  .power-dialog-center {
    display: flex;
    width: 700px;
  }

  .power-dialog-center-img {
    margin-left: 50px;
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 190px;
    width: 200px;
  }

  .power-dialog-center-des {
    flex: 1;
  }

  .power-dialog-center-des-box {
    width: 427px;
    height: 255px;
  }

  .power-dialog-center-des-item {
    margin-top: 15px;
  }

  .power-dialog-center-des-item-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #6FCAE1;
  }

  .power-dialog-center-des-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #00A2CB;
  }

  .power-dialog-center-des-item-ul {
    padding-left: 15px;
  }

  .power-dialog-center-des-item-ul-li {
    margin-top: 5px;
  }

  .power-dialog-right-arrow {
    margin-top: -130px;
    cursor: pointer;
    background: url(../img/down.svg) no-repeat;
    background-size: cover;
    transform: rotate(270deg);
    height: 42px !important;
    width: 85px !important;
  }

  .power-dialog-right-arrow-disabled {
    margin-top: -130px;
    cursor: not-allowed;
    pointer-events:none;
    background: url(../img/down_disabled.svg) no-repeat;
    background-size: cover;
    transform: rotate(270deg);
    height: 42px !important;
    width: 85px !important;
  }

  /*--------------------------- power.html----------------------------- end*/


  
  /*--------------------------- 403.html----------------------------- start*/

  .content-403 {
    margin-top: 44px;
    min-height: calc(100vh - 244px);
  }

  .noPower {
    height: 151px;
    /* margin-top: 44px; */
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: space-around;
  }

  .noPower-h1 {
    margin-top: 44px;
    font-size: 32px;
    text-align: center;
  }

  .noPower-tbody {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 40px;
  }

  .noPower-404 {
    width: 300px;
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
  }

  .noPower-404-span {
    display: inline-block;
    width: 30px;
  }

  /*--------------------------- 403.html----------------------------- end*/

  /*--------------------------- 404.html----------------------------- start*/

  .content-404 {
    margin-top: 44px;
    min-height: calc(100vh - 244px);
  }
  .nfd {
    height: 251px;
  }

  .nfd-h1 {
    margin-top: 44px;
    font-size: 32px;
    text-align: center;
  }

  .nfd-tbody {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 40px;
  }

  .notFD-404 {
    width: 300px;
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 91px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    cursor: pointer;
  }

  .notFD-404-span {
    display: inline-block;
    width: 30px;
  }

  /*--------------------------- 404.html----------------------------- end*/

  /*--------------------------- 500.html----------------------------- start*/

  .content-500 {
    margin-top: 44px;
    min-height: calc(100vh - 244px);
  }

  .nfd-h1 {
    margin-top: 44px;
    font-size: 32px;
    text-align: center;
  }

  .nfd-content {
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    line-height: 40px;
    
  }

  /*--------------------------- 500.html----------------------------- end*/


   /*--------------------------- description.html----------------------------- start*/
   .description-content {
    margin-top: 44px;
    word-break: break-all;
  }

  /*--------------------------- description.html----------------------------- end*/


  .common-content-box {
    height: calc(100vh - 280px - 44px);
  }
}

