@font-face {
    font-family: 'SBAggroL';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/SANDBOX/SBAggroL.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroM';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/SANDBOX/SBAggroM.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SBAggroB';
    src: url('https://cdn.jsdelivr.net/gh/fontbee/font@main/SANDBOX/SBAggroB.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
.contetns {
    /* padding: 0 20px; */
}
/* ======= 배너 ========== */
#exper-banner {
    width: 100%;
    background-image: url(/connectPlay/img/exper_bannerBG.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    margin: 0 auto;
    padding: 60px 0 140px;
}
#exper-banner article {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#exper-banner .exper-left {
    width: 60%;
    text-align: center;
}
#exper-banner .exper-left .top {
    width: max-content;
    color: var(--TextColor);
    font-size: 1.5rem;
    border-radius: 5.38281rem;
    padding: 8px 20px;
    background-color: #fff;
    margin: 0 auto;
}
#exper-banner .exper-left p {
    color: #fff;
    font-size: 2.5rem;
    letter-spacing: -0.1265rem;
}
#exper-banner .exper-left h4 {
    font-family: 'SBAggroB';
    font-weight: 700;
    color: #fff;
    font-size: 5rem;
    line-height: 100%;
    letter-spacing: -0.25488rem;
    margin: 1.41rem 0 1.6rem;
}
#exper-banner .exper-left h1 {
    font-family: 'SBAggroB';
    font-weight: 700;
    color: #fff;
    font-size: 6.67rem;
    line-height: 100%;
    letter-spacing: -0.33377rem;
    padding: 2rem 0;
}
#exper-banner .exper-left h5 {
    font-family: 'SBAggroL';
    color: #fff;
    font-size: 3.87rem;
}
#exper-banner .exper-left button {
    width: 50%;
    padding: 16px 24px;
    margin: 3rem auto 0;
}
/* bannerimg */
#exper-banner .exper-right {
    width: 40%;
}
#exper-banner .exper-right img {
    width: 100%;
    object-fit: cover;
    object-position: center;
}
/* ======= exper-video ========== */
#exper-video {
    background: #321D78;
    background-image: url(/connectPlay/img/exper_videoBG.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    overflow: hidden;
    margin: 0 auto;
    padding: 140px 0;
}

#exper-video .video_wrap {
    margin: 0 auto;
    text-align: center;
    padding: 0 10%;
}
.iframeContainer {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0 auto;
  }
  
  /* 16:9 */
  .iframe16To9 {
    padding-top: 56.25%;
  }
  /* 4:3 */
  .iframe4To3 {
    padding-top: 75%;
  }
  .iframeContainer .iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #exper-video h1 {
    margin-bottom: 5%;
    color: #fff;
  }

  /* ======= exper-riveiw ========== */
  #exper-riveiw {
    background-color: #161616;
    background-image: url(/connectPlay/img/riveiw_motop.png),
    url(/connectPlay/img/riveiw_mobottom.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat;
      background-size: 26%, 30%;
    overflow: hidden;
    padding: 140px 0;
}
  #exper-riveiw .contetns {
    text-align: center;
    padding-bottom: 3% !important;
}
  #exper-riveiw .contetns div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 2%;
  }
  /* 별 */
  #exper-riveiw .titlestar {
    width: 38px;
    height: 38px;
    margin-right: 8px;
  }
  #exper-riveiw .innerstar {
    width: 20px;
    height: 20px;
  }
  #exper-riveiw .star {
    background-image: url(/connectPlay/img/star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #exper-riveiw .offstar {
    background-image: url(/connectPlay/img/off-star.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #exper-riveiw .contetns h1 {
    color: #fff;
  }

  /* slide */
  #exper-riveiw .riveiw {
    margin: 0 auto;
    padding: 0 5%;}
  #exper-riveiw .riveiwBox-wrapper {
    display: flex;
    align-items: center;
  } 
  #exper-riveiw .riveiwbox {
    height: 30rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 30px 30px;
    border-radius: 1.875rem;
    border: 1px solid #000;
    background: #FFF;
  }
  #exper-riveiw .riveiwbox h4 {
    color: #494949;
    /* font-size: 1.54rem; */
    font-weight: 500;
    word-break: break-all;
    overflow-wrap: break-work;
  }
  #exper-riveiw .p {color: #494949; height: 6.875rem;}
  #exper-riveiw .riveiwbox .ft-18 {
    margin: 24px 0 12px;
    line-height: 154%;
  }

  #exper-riveiw .riveiwbox .starWrap-Bottom {
    display: flex;
    justify-content: space-between;
  }
  #exper-riveiw .riveiwbox .starWrap {
    display: flex;
    align-items: center;
  }

  /* ======= exper-gamelist ========== */
  #exper-gamelist {
    padding: 140px 0;
  }
  #exper-gamelist .game1 {
    height: 28.91225rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15%;
    align-self: stretch;
    
  }
  #exper-gamelist .game1 .gameImg {
    width: 50%;
    border-radius: 0.9375rem;
    overflow: hidden;
    filter: drop-shadow(0px 8.411px 10.514px rgba(0, 0, 0, 0.10));
  }
  #exper-gamelist .game1 .gameText {
    width: 48%;
    height: 100%;
    /* width: 35.9375rem; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  #exper-gamelist .game1 .gameText h1 {
    color: #3D3D3D;
    font-style: normal;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 146%; /* 3.8325rem */
    letter-spacing: -0.13125rem;
    text-transform: capitalize;
  }
  #exper-gamelist .game1 .gameText p {
    height: 10.125rem;
    color: #3D3D3D;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 2.625rem */
    letter-spacing: -0.0875rem;
    text-transform: capitalize;
    margin-top: 1.5rem;
  }
  #exper-gamelist .game1 .gameText .btnWrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* 버튼 */
  #exper-gamelist .game1 .gameText .btnWrap button {
    padding: 1.35938rem 4.94956rem 1.35938rem 5.01919rem;
    border-radius: 0.9375rem;
    font-size: 30px;
    font-weight: 500;
    width: 49%;
  }
  /* 미리보기 */
  #exper-gamelist .game1 .gameText .btnWrap button:first-child{
    border: 1px solid #262626;
    color: #262626;
  }
  #exper-gamelist .game1 .gameText .btnWrap button:first-child:hover {
    background-color:#0d0d0d;
    color: #fff;
  }
  /* 체험하기 */
  #exper-gamelist .game1 .gameText .btnWrap button:last-child,
  #exper-gamelist .game1 .gameText .btnWrap .comingsoon {
    background-color:#262626;
    color: #fff;
  }
  #exper-gamelist .game1 .gameText .btnWrap button:last-child:hover,
  #exper-gamelist .game1 .gameText .btnWrap .comingsoon:hover {
    background-color:#0d0d0d;
    color: #fff;
  }

  #exper-gamelist .game1.reverse {
    flex-direction: row-reverse;
  }

  /* 커밍쑨 */
  #exper-gamelist .game1 .gameText .btnWrap button.comingsoon {
    width: 100%;
  }

  /* ================== bottum banner ================== */
  #exper-Botbanner {
    padding: 0px 0;
    background-color: #000;
    
  }
  #exper-Botbanner .contetns {
    /* background-image: url(/connectPlay/img/exper_botbannerBG.png); */
    background-image: url(/connectPlay/img/exper_leftbannerBG.png),
    url(/connectPlay/img/exper_rightbannerBG.png);
    background-position: left bottom, right top;
    background-repeat: no-repeat;
    /* background-position: top; */
    background-size: contain;
    overflow: hidden;
  }
  #exper-Botbanner .contetns div {
    padding: 140px 0;
    height: 51rem;
  }
  #exper-Botbanner .contetns div h5 {
    -webkit-text-stroke-width: 1.2px;
    -webkit-text-stroke-color: #CA33D8;
    font-family: "SBAggroM";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;

    background: linear-gradient(180deg, #FFF 37.14%, #F589FF 122.86%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-align: center;

margin-bottom: 2rem;
  }

  #exper-Botbanner .contetns div h3 {
    color: #FFF;
text-align: center;
font-family: "SBAggroM";
font-size: 2.625rem;
font-style: normal;
font-weight: 400;
line-height: 145%; /* 3.80625rem */
text-transform: capitalize;
  }
  #exper-Botbanner .contetns div h1 {
    text-align: center;
font-family: "SBAggroM";
font-size: 3.375rem;
font-style: normal;
font-weight: 400;
line-height: 145%; /* 4.89375rem */
text-transform: capitalize;
background: linear-gradient(0deg, #FC0 36.13%, #FBE322 80.92%);
background-clip: text;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
  }

  @media only screen and (max-width: 1610px) {
    #exper-riveiw .riveiwbox {
      padding-left: 28px;
      height: 26rem;
    }
    #exper-riveiw .riveiwbox h4 {
      font-size: 1.6rem;
    }
    #exper-Botbanner .contetns {
      width: 100%;
    }
  }

  @media only screen and (max-width: 1024px) {
    section {width: 100%;margin: 0 auto;}
    #exper-banner article {
      /* width: 100%; */
      flex-direction: column-reverse;
    }
    #exper-banner .exper-left {
      width: 100%;
    }
    #exper-banner .exper-righ {
      width: 56%;
      margin-bottom: 5%;
    }
    #exper-riveiw .contetns {
      padding-bottom: 5% !important;
    }

    /* ================== video ================== */
    /* #exper-video .contetns {width: 100%;margin: 0 auto;} */
    /* ================== riveiw ================== */
    /* #exper-riveiw {width: 100%;} */
    /* #exper-riveiw .contetns {margin: 0 auto;} */
    /* ================== exper-gamelist ================== */
    /* #exper-gamelist .contetns {width: 100%;margin: 0 auto;} */
    #exper-gamelist .game1 {
      flex-direction: column;
      height: auto;
      width: 100%;
      margin: 0 auto 20%;
    }
    #exper-gamelist .game1 .gameImg {
      width: 100%;
    }
    #exper-gamelist .game1 .gameText {
      width: 100%;
      margin-top: 5%;
    }
    #exper-gamelist .game1.reverse {
      flex-direction: column;
    }
  }

  @media only screen and (max-width: 768px) {
    #exper-video .video_wrap {
      padding: 0;
    }
    #exper-riveiw {
      background-size: 40%;
    }
    #exper-gamelist .game1 .gameText .btnWrap button {
      padding: 16px 24px;
      font-size: 28px;
    }
    #exper-Botbanner .contetns {
      width: 100%;
      background-image: url(/connectPlay/img/exper_mo02.png);
      background-position: right bottom;
      background-repeat: no-repeat;
    }
    #exper-Botbanner .contetns div {
      padding: 0;
    }
  }
  @media only screen and (max-width: 652px) {
    #exper-banner .exper-left h4 {display: none;}
    #exper-banner .exper-left .top {display: block;}
    #exper-banner .exper-left p {display: none;}
    #exper-banner .exper-left h1 {
      font-size: 4.2rem;
    }
    #exper-banner .exper-left h5 {
      font-size: 2.87rem;
    }

    
  }

  @media only screen and (max-width: 500px) {
    #exper-riveiw .contetns {padding-bottom: 8% !important;}
    
    #exper-gamelist .game1 .gameText h1 {
      font-size: 2rem;
    }
    #exper-gamelist .game1 .gameText p {
      font-size: 20px;
    }
    #exper-gamelist .game1 .gameText .btnWrap button {
      font-size: 24px;
    }
    #exper-gamelist .game1:last-child {
      margin: 0 auto;
    }
    #exper-Botbanner .contetns div h1 {
      font-size: 2.8rem;
    }

    #exper-Botbanner .contetns div, #exper-gamelist {
      padding: 100px 0;
    }
    #exper-Botbanner .contetns {
      width: 100%;
      background-image: url(/connectPlay/img/exper_mo03.png);
      background-position: center bottom;
      background-repeat: no-repeat;
    }
    #exper-Botbanner .contetns div {
      padding: 0;
      height: 37rem;
    }
  }
  @media only screen and (max-width: 425px) {
    #exper-video, #exper-riveiw {padding: 100px 0;}
    #exper-riveiw {
      background-size: 40%, 50%;
    }
    #exper-gamelist .game1 .gameText h1 {font-size: 1.8rem;}
    #exper-gamelist .game1 .gameText p {margin-top: 1.5rem;}
    #exper-Botbanner .contetns div h3 {font-size: 2rem;}
    #exper-Botbanner .contetns div h1 {
      font-size: 2.3rem;
    }
  }