/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-webresult {
  padding-top: 2rem; }
  @media only screen and (max-width: 768px) {
    .cp-webresult {
      padding-top: 4rem; } }
  .cp-webresult .title {
    font-size: 2.4rem;
    line-height: 2.4rem;
    font-family: "Gotham-Black";
    color: #ffffff;
    margin-bottom: 2.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    @media only screen and (max-width: 768px) {
      .cp-webresult .title {
        margin-bottom: 2rem; } }
  .cp-webresult .btn {
    min-width: 13rem;
    font-size: 1.4rem;
    letter-spacing: initial;
    padding: 1rem; }
    @media only screen and (max-width: 768px) {
      .cp-webresult .btn {
        min-width: 9.2rem;
        font-size: 1.2rem;
        padding: 0.8rem; } }
    @media only screen and (max-width: 768px) {
      .cp-webresult .btn.btn-outline-white {
        min-width: 11.5rem;
        font-size: 1.2rem;
        padding: 0.8rem; } }
    .cp-webresult .btn.btn-white {
      position: absolute;
      top: 20%;
      right: 4rem; }
    .cp-webresult .btn.btn-link {
      padding: 0; }
  .cp-webresult .recommend {
    padding: 5.3rem 0 0; }
    .cp-webresult .recommend.typ-error {
      text-align: center; }
  .cp-webresult .web-error {
    font-family: "Gotham-Black";
    font-size: 4.2rem;
    line-height: 4.2rem;
    letter-spacing: -1.2px;
    color: #b2b2b2; }
    @media only screen and (max-width: 768px) {
      .cp-webresult .web-error {
        font-size: 2.2rem;
        line-height: 2.2rem;
        letter-spacing: -0.63px; } }
  .cp-webresult .web-error2 {
    font-family: "Gotham-Black";
    font-size: 5.5rem;
    line-height: 6rem;
    letter-spacing: -1.57px;
    color: #616161;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .cp-webresult .web-error2 {
        font-size: 2.8rem;
        line-height: 3.4rem;
        letter-spacing: -0.8px;
        margin-bottom: 1rem; } }
  .cp-webresult .error-desc {
    font-size: 1.6rem;
    line-height: 1.8rem;
    color: rgba(255, 255, 255, 0.46);
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .cp-webresult .error-desc {
        font-size: 1.4rem;
        line-height: 1.9rem;
        letter-spacing: -0.8px;
        max-width: 75%;
        margin: 0 auto 3.4rem; } }

.web-section {
  width: 60rem;
  height: 60rem;
  text-align: center;
  position: absolute;
  top: -54.5rem;
  right: 0; }
  @media only screen and (max-width: 768px) {
    .web-section {
      width: 100%;
      height: 100%;
      position: relative;
      top: 0;
      left: 0; } }
  .web-section iframe {
    width: 100%;
    height: 100%; }
