@media (min-width: 768px) {
  html {
    font-size: 20px;
  }
  /* 768px~ scroll-lock 활성화 */
  .scroll-lock.active {
    overflow: hidden;
  }
  .btn-top {
    width: 80px;
    height: 80px;
  }
  /* ### Herosection ### */
  .hero-title {
    min-width: 500px;
    max-width: 700px;
  }
  /* ### Game Intro ### */
  .intro__tab-cover {
    padding-left: 0;
    padding-right: 0; 
  }
  .intro__tab__items {
    display: flex;
    gap: 0.5rem;
  }
  .intro__tab__item {
    flex: 0.5;
    height: 570px;
    margin: 0;
    display: flex;
    flex-direction: column;
    transition: 0.5s linear;
    position: relative;
    background-color: var(--blue-dark-color);
  }
  .intro__tab__item:first-child {
    border-radius: 0 0.625rem 0.625rem 0;
  }
  .intro__tab__item:last-child {
    border-radius: 0.625rem 0 0 0.625rem;
  }
  .intro__tab__item .thum {
    flex: 0.85;
  }
  .intro__tab__item .desc {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 80px;
  }
  .intro__tab__item .desc__title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    transform: scale(0.7);
  }
  .intro__tab__item .desc__detail {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 0.5rem;
    background-color: var(--blue-dark-color);
  }

  /* Intro Tab 활성화 */
  .intro__tab__item.active {
    flex: 1.5;
    max-width: 400px; 
  }
  .intro__tab__item.active .desc {
    height: auto;
  }
  .intro__tab__item.active .thum {
    flex: 0.6;
  }
  .intro__tab__item.active .desc__detail {
    animation: up-ani2 0.8s linear both;
  }
  /* Intro Slider--card */
  .intro__slider--cards {}
  .intro__slider--cards .slick-prev, 
  .intro__slider--cards .slick-next {
    z-index: 10;
    width: 36px;
    height: 48px;
    top: 85%;
    transform: translate(-40% ,-85%);
  }
  .intro__slider--cards .slick-prev {
    left: 40%;
  }
  .intro__slider--cards .slick-next {
    right: 40%;
  }
  .intro__slider--card .wrap {
    flex-direction: row;
    align-items: center;
    height: 450px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    gap: 0.4rem;
    border: 1px solid var(--white-color);
    border-radius: 10px;
    width: calc(100% - 40px);
    overflow: hidden;
  }
  .intro__slider--card .wrap .thum {
    height: 100%;
  }
  .intro__slider--card .wrap .thum img {
    border-radius: 0;
  }
  .intro__slider--card .wrap .thum .btn-close {
    top: 10px;
    right: 10px;
  }
  .intro__slider--card .wrap .thum,
  .intro__slider--card .wrap .desc {
    flex: 1;
  }
  .intro__slider--card .wrap .thum img {
    height: inherit;
  }
  .intro__slider--card .wrap .desc {
    padding: 0 20px;
  }

  /* ### Store ### */
  .store__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.4rem;
  }
  .game-shop .store__item {
    margin-bottom: 0;
  }
.game-shop .store__item .item-front .desc .price-buy > div {
    flex-basis: 200px;
  }
  .game-shop .store__item .item-front .desc .price-buy  {}
  .store__items .btn-tab {
    bottom: -80px;
  }

  /* ### Recuruitment ### */
  .game-contact .form--contact-cover {
    flex-direction: row;
    align-items: flex-end;
  }
  .form--contact {
    flex: 1 1 400px;
    min-width: 400px;
    max-width: 500px;
  }
  /* ### Resume ### */
  .recruitment__tab--items {
    grid-template-columns: repeat(3, 1fr);
  }
  .btn-resume {
    width: calc((100% / 3) - 4px);
  }
  .recruitment-role {
    width: 600px;
    height: 600px;
  }
  .recruitment-resume {
    width: 500px;
  }
  /* ### Footer ### */
  .main-footer .wrap {
    display: flex;
    gap: 1rem;
  }
  .company-slogan,
  .company-info {
    flex: 1;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 16px;
  }
  * {
    line-height: 1.8em;
  }
  .display-s {
    font-size: 1.5rem;
  }
  .display-l-logo {
    font-size: 3.625rem;
  }
  .headline-l-en {
    font-size: 2.5rem;
  }
  .title-l,
  .title-l-logo,
  .title-l-highlight {
    font-size: 1.25rem;
  }
  .title-m-en,
  .title-m-logo,
  .title-m-highlight,
  .title-m {
    font-size: 1.5rem;
  }
  .title-s,
  .title-s-en {
    font-size: 1.125rem;
  }
  .title-xs-highlight,
  .title-xs-en {
    font-size: 0.875rem;
  }
  .body-m,
  .body-m-en {
    font-size: 1rem;
  }
  .body-s-en {
    font-size: 0.75rem;
  }
  .label-l-en {
    font-size: 1.75rem;
  }
  .label-l {
    font-size: 1rem;
  }
  .label-m {
    font-size: 0.875rem;
  }
  .label-s,
  .label-s-en {
    font-size: 1rem;
  }
  .label-xs,
  .label-xs-en {
    font-size: 0.75rem;
  }
  .body-l {
    font-size: 1.25rem;
  }
  .badge {
    padding: 0.25rem 0.625rem;
  }
  .wrap {
    /* 1920px 기준 너비 1200px */
    width: 62.5vw; 
    margin: auto;
    padding: 150px 0;
  }
  .game-title {
    padding-bottom: 2.5rem;
  }
  .main-header .wrap {
    justify-content: space-between;
    padding: 0;
  }
  .main-header .wrap .logo {
    height: 50px;
  }
  .main-header .logo img {
    height: inherit;
  }
  .trigger {
    display: none;
  }
  .menu {
    position: static;
    opacity: 1;
    visibility: visible;
    display: flex;
    box-shadow: none;
    justify-content: space-between;
    height: 100%;
    border-radius: 0; 
    justify-content: flex-end;
    gap: 20px;
  }
  .menu a {
    background-color: transparent;
    color: var(--white-color);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: 0.5s;
    font-size: 0.875rem;
  }
  .menu a:hover {
    color: var(--accent-color);
    background: transparent;
  }
  .scroll-down b {
    font-size: 1.125rem;
  }
  .scroll-down img {
    width: 24px;
  }
  .hero-title {
    width: 750px;
  }
  .hero-title h1 {}
  .hero-title span {}
  .hero-title .btn-contact {
    padding: 12px 30px;
    font-size: 1.5rem;
  }
  .intro__tab__item {
    height: 620px;
  }
  /* Intro Tab 활성화 */
  .intro__tab__item.active .btn-more {
    width: 50%;
  }
  .intro__tab__item .thum {
    flex: 0.65;
  }
  .intro__tab__item .desc {
    height: 250px;
  }
  .intro__tab__item .desc__title {
    transform: scale(1);
  }
  .intro__tab__item .desc__title h2 {}
  .intro__tab__item .desc__detail {
    padding: 2.5rem;
    animation: up-ani2 1s linear both;
  }
  .intro__tab__item .desc__detail h2 {
    padding: 0;
  }
  .intro__tab__item .desc__detail p {
    padding: 0.625rem 0 1.25rem;
  }
  .intro__tab__item.active {
    flex: 1.5;
    max-width: 620px; 
  }
  .intro__tab__item.active .desc__detail {}
  .intro__tab__item.active .thum {
    flex: 0.5;
  }
  .intro__slider--card .wrap {
    width: 62.5vw; 
  }
  .intro__slider--card .desc h3 {
    padding: 0 0 0.625rem;
  }
  .intro__slider--card .desc .btn-more {
    padding: 0.6875rem;
    width: 50%;
    margin-top: 1.875rem;
  }
  /* ### Store ### */
  .game-shop .wrap {
    padding-bottom: 9.375rem;
  }
  .store__items {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
  .store__item.item--event {
    grid-column: span 2;
  }
  .game-shop .store__item {
    height: 350px;
  }
  .game-shop .store__item > div {
    height: inherit;
  }
  .game-shop .store__item .item-front .desc .badge-device {
    height: 23px;
  }
  .game-shop .store__item .item-front .desc .badge-device span {
    height: inherit;
  }
  .game-shop .store__item .item-front .desc .badge-device .game-device img {
    height: 20px;
  }
  .game-shop .store__item.item--event .item-front .desc .price-buy {
    flex-direction: row;
  }
  .game-shop .store__item .item-front .desc .price-buy {
    flex-direction: column;
  }
  .game-shop .store__item .item-front .desc .price-buy .price--fixed, 
  .game-shop .store__item .item-front .desc .price-buy .btn-buy {
    flex-basis: 40px;
  }
  .game-shop .store__item.item--event .item-back {
    flex-direction: row;
  }
  .game-shop .store__item .item-back > * {
    flex: none;
    display: flex;
  }
  .game-shop .store__item.item--event .item-back > * {
    flex: 1;
  }
  .game-shop .store__item .item-back {
    flex-direction: column;
  }
  .game-shop .store__item .item-back .btn-buy,
  .game-shop .store__item .item-back .btn-cart,
  .game-shop .store__item .item-back .btn-more {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .store__items .btn-tab {
    bottom: -100px;
  }
  /* ### Technology ### */
  .technology__item {
    display: flex;
    gap: 1.25rem;
    flex: 1 1 250px;
  }
  .technology__item .skill-logo {
    flex: 0.5;
    display: flex;
    justify-content: flex-end;
  }
  .technology__item .skill-desc {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .technology__item .skill-desc h3,
  .technology__item .skill-desc b {
    padding: 0;
  }
  /* ### Contact ### */
  .game-contact .form--contact .input-field {
    padding-bottom: 1.25rem;
  }
  .company-charactors {
    flex: 1 1 300px;
    min-width: 300px;
    max-width: 500px;
  }
  .company-charactors img {
    width: 100%;
  }
  /* ### Recruitment ### */
  .recruitment__tab--btns label {
    font-size: 1.25rem;
  }
  .recruitment__tab--items {
    gap: 1.25rem;
  }
  .recruitment__tab--item h3 {
    font-size: 1.25rem;
  } 
  .recruitment__tab--item p {
    font-size: 1.25rem;
  }
  .btn-resume {
    width: calc((100% - 40px) / 3);
  }
  .recruitment-resume {
    width: 700px;
  }
  .recruitment-resume .wrap {
    width: initial;
    padding: 3.125rem 1.25rem 1.875rem 1.25rem;
  }
  .recruitment-resume h3,
  .recruitment-resume h3 span {
    font-size: 1.5rem;
  }
  /* ### Footer ### */
  .main-footer .company-info b {
    font-size: 1rem;
  }
}
@media (min-width: 1920px) {
  .wrap {
    width: 1200px;
  }  
}

@keyframes up-ani2 {
  0% {
    transform: translateY(700px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}