@charset "utf-8";
@media screen and (max-width:1440px) {
  .container {
    width: 100%;
  }
  header .container {
    width: calc(100% - 50px);
  }

  .player_card_slide.swiper {
    width: 1450px;
  }
}

/* 

@media screen and (max-width:1344px) {
  .convenience .container {
    width: 90%;
    max-width: 90%;
  }
  .convenience .container ul li {
    width: 23%;
  }
  .convenience .container ul li img {
    max-width: 100%;
  }
}

@media screen and (max-width:1284px) {
  .container2 {
    width: 95%;
  }
  .banner_all {
    width: 90%;
  }
  .item1 {
    width: 42%;
  }
  .banner_all .banner_right {
    width: 55%;
  }
  .item2 {
    width: 100%;
    height: 48%;
  }
  .item3 {
    width: 100%;
    height: 48%;
  }
  .item4, .item5 {
    display: none;
  }
  .contactus {
    height: 270px;
    padding-top: 40px;
  }
}

@media screen and (max-width:976px) {
  .mobility ul {
    width: 95%;
  }
  footer .f_top .f_box ul li {
    width: 33.33%;
    padding: 0 10px;
  }
  footer .f_top .f_box ul li:nth-child(3) {
    border-right: 0;
  }
  footer .f_top .f_box ul li:nth-child(4), footer .f_top .f_box ul li:nth-child(5) {
    display: none;
  }
}

@media screen and (max-width:800px) {
  header .h_left {
    display: block;
  }
  header h1 {
    width: 100%;
  }
  header .h_right {
    display: none;
  }
  header .mobile_nav {
    top: 94px;
  }
  .convenience .container ul {
    flex-wrap: wrap;
  }
  .convenience .container ul li {
    width: 48%;
  }
  .banner_all {
    width: 95%;
    height: auto;
    display: block;
  }
  .banner_all .banner_right {
    width: 100%;
    height: auto;
  }
  .item1 h3 {
    text-align: left;
    margin-left: 20px;
    padding-top: 30px;
  }
  .item1, .item2, .item3, .item4, .item5 {
    width: 100%;
    height: 416px;
    margin-bottom: 10px;
  }
  .item4, .item5 {
    display: block;
  }
  .mobility ul {
    flex-wrap: wrap;
    height: auto;
  }
  .mobility ul li {
    width: 49%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width:768px) {
  header {
    height: 50px;
  }
  header .h_left button {
    font-size: 20px;
  }
  header h1 a {
    height: 49px;
  }
  header h1 a img {
    width: auto;
    height: 49px;
  }
  header .mobile_nav {
    top: 50px;
  }
  .contactus {
    padding: 40px;
    height: 200px;
  }
  .contactus p {
    line-height: 30px;
  }
  .contactus h2 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 2;
  }
  footer .f_bottom .container2 {
    flex-direction: column;
    align-items: center;
  }
  footer .f_bottom .fb_left ul {
    justify-content: center;
  }
  footer .f_bottom .fb_right {
    margin-top: 20px;
  }
} */

/* 반응형 스타일 */
@media (max-width: 1200px) {
  main section.ranking_highlight ul.container {
    flex-direction: column;
    align-items: center;
  }
  main section.ranking_highlight ul.container li {
    margin-right: 0;
    margin-bottom: 50px;
  }
  main section.ranking_highlight ul.container li.ranking,
  main section.ranking_highlight ul.container li.highlight {
    width: 90%;
  }
  main section.ranking_highlight ul.container li.ranking .ranking_section,
  main section.ranking_highlight ul.container li.highlight ul.bg_h li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  main section.ranking_highlight {
    height: auto;
    padding-bottom: 50px;
  }
  main section.ranking_highlight ul.container {
    top: 100px;
  }
  main section.ranking_highlight ul.container li.ranking h2,
  main section.ranking_highlight ul.container li.highlight h2 {
    font-size: 35px;
  }
  main section.ranking_highlight ul.container li .btn {
    width: 100px;
    height: 35px;
    line-height: 30px;
  }
  main section.ranking_highlight ul.container li .btn a {
    font-size: 10px;
  }
  main section.ranking_highlight ul.container li.ranking .ranking_section h3 {
    font-size: 100px;
    padding-top: 50px;
    margin-left: 0;
  }
  main section.ranking_highlight ul.container li.ranking .ranking_section span,
  main section.ranking_highlight ul.container li.ranking .ranking_section p {
    font-size: 20px;
  }
}

@media (max-width: 480px) {
  main section.ranking_highlight ul.container {
    top: 50px;
  }
  main section.ranking_highlight ul.container li.ranking,
  main section.ranking_highlight ul.container li.highlight {
    width: 100%;
  }
  main section.ranking_highlight ul.container li.ranking .ranking_section h3 {
    font-size: 80px;
    padding-top: 30px;
  }
  main section.ranking_highlight ul.container li.ranking .ranking_section span,
  main section.ranking_highlight ul.container li.ranking .ranking_section p {
    font-size: 18px;
  }
  main section.ranking_highlight ul.container li.highlight ul.bg_h li {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* Media Queries for Responsiveness */
@media (max-width: 1600px) {
  main section.player .container {
    left: 20px;
    right: 20px;
    top: 70px;
    width: auto;
  }
  
  main section.player .container .tit_top h2 {
    font-size: 40px;
  }
}

@media (max-width: 1200px) {
  main section.player .container {
    left: 10px;
    right: 10px;
    top: 50px;
  }

  main section.player .container .tit_top h2 {
    font-size: 30px;
  }
}

@media (max-width: 992px) {
  main section.player .container {
    left: 0;
    right: 0;
    top: 30px;
  }
  
  main section.player .container .tit_top h2 {
    font-size: 25px;
  }

  main section.player .container .tit_top .btn {
    width: 100px;
    height: 35px;
  }

  main section.player .container .tit_top .btn a {
    font-size: 10px;
    padding: 5px 8px 5px 15px;
  }

  li.cards.swiper-slide {
    flex: 0 0 300px;
  }

  main section.player .container ul.player_card li.cards {
    width: 300px;
    height: 400px;
  }
}

@media (max-width: 768px) {
  main section.player .container .tit_top h2 {
    font-size: 20px;
  }

  main section.player .container .tit_top .btn {
    width: 80px;
    height: 30px;
  }

  main section.player .container .tit_top .btn a {
    font-size: 8px;
    padding: 5px 5px 5px 10px;
  }

  li.cards.swiper-slide {
    flex: 0 0 250px;
  }

  main section.player .container ul.player_card li.cards {
    width: 250px;
    height: 350px;
  }
}

@media (max-width: 576px) {
  main section.player .container .tit_top h2 {
    font-size: 16px;
  }

  main section.player .container .tit_top .btn {
    width: 60px;
    height: 25px;
  }

  main section.player .container .tit_top .btn a {
    font-size: 6px;
    padding: 3px 5px 3px 8px;
  }

  li.cards.swiper-slide {
    flex: 0 0 200px;
  }

  main section.player .container ul.player_card li.cards {
    width: 200px;
    height: 300px;
  }
}

@media (min-width: 768px) {
  main section.news_store ul.container li.news,
  main section.news_store ul.container li.store {
    width: 45%;
    margin: 2.5%;
  }
}

@media (min-width: 1024px) {
  main section.news_store ul.container li.news, 
  main section.news_store ul.container li.store {
    width: 48%;
    margin: 1%;
  }

  main section.news_store ul.container li.news .btn_more_news, 
  main section.news_store ul.container li.store .btn_more_mall {
    margin-left: 182px; /* Adjust back for larger screens */
  }

  main section.news_store ul.container li.store .btn_more_mall {
    margin-left: 250px; /* Adjust back for larger screens */
  }
}

/* Responsive Styles */
@media (min-width: 768px) {
  footer .container {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    text-align: left;
  }

  footer .container .f_left {
    flex: 1;
    margin-bottom: 0;
  }

  footer .container .f_right {
    position: absolute;
    right: 20px;
    top: 20px;
    margin: 0;
  }

  footer .container .f_right .family p {
    padding: 10px 20px;
    line-height: 40px;
  }

  footer .container .f_right .sns {
    margin-top: 140px;
    margin-left: 0;
  }
}