@media all and (min-width: 768px) {
  .mobr,
  .mobileHeaer,
  .mobileBottomDiv,
  .mobiletopheader,
  .mobile-logozip {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  .pcHeader,
  .pc-logozip {
    display: none !important;
  }
  .mobileHeaer {
    width: 100%;
    position: absolute;
    top: 214px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 8;
    text-align: center;
  }
  .mobileHeaer img {
    width: 48%;
  }
  .mobiletopheader {
    width: 100%;
    height: 38px;
    position: fixed;
    padding: 0 17px;
    top: 0;
    left: 0;
    z-index: 50;
    background: linear-gradient(90deg, #4A3A22 0%, #77541D 16.35%, #C0A67A 50.48%, #77541D 80.29%, #4A3A22 100%);
  }
  .mobiletopheader .inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
  }
  .mobiletopheader .inner .logBefore {
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .mobiletopheader .inner .logBefore button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 28px;
    border-radius: 4px;
    background-color: #3D2C12;
    font-size: 13px;
    color: #fff;
    transition: all 0.2s;
  }
  .mobiletopheader .inner .logBefore .singup {
    color: #D2CDC4;
    background: rgba(61, 44, 18, 0.69);
  }
  .mobiletopheader .inner .logAfter {
    display: flex;
    align-items: center;
    gap: 4px;
  }
  .mobiletopheader .inner .logAfter ul {
    display: flex;
    align-items: center;
    padding: 0 10px;
    height: 28px;
    border-radius: 4px;
    background-color: #3D2C12;
    gap: 22px;
  }
  .mobiletopheader .inner .logAfter ul li span, .mobiletopheader .inner header .pcHeader .topdiv .inner .logAfter ul li button {
    font-size: 13px;
    color: #FFDD9D;
    font-weight: 300;
  }
  .mobiletopheader .inner .logAfter ul li span:nth-child(1) {
    display: inline-block;
    margin-right: 2px;
    color: #fff;
  }
  .mobiletopheader .inner .logAfter button {
    padding: 0 10px;
    height: 28px;
    border-radius: 4px;
    font-size: 13px;
    color: #D2CDC4;
    background: rgba(61, 44, 18, 0.69);
    transition: all 0.2s;
  }
  .mobiletopheader .inner .logAfter button:hover {
    color: #fff;
    background: #242424;
  }
  .mobiletopheader:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("../images/top_bar2.png");
  }
  .contentWrap .logContent {
    display: none;
  }
  .contentWrap .intro {
    height: 440px;
  }
  .contentWrap .intro .titleDiv {
    width: 100%;
    z-index: 10;
    bottom: 8px;
  }
  .contentWrap .intro .titleDiv .imgbox {
    width: 100%;
    text-align: center;
  }
  .contentWrap .intro .titleDiv .img1 {
    width: 80%;
  }
  .contentWrap .intro .titleDiv .img2 {
    width: 90%;
  }
  .contentWrap .intro .titleDiv > div:nth-child(2) {
    margin-left: 0 !important;
    margin-top: 2px !important;
  }
  .contentWrap .logContent .inner button {
    width: 150px;
  }
  .gameContent {
    padding-bottom: 30px;
  }
  .gameContent .nav-tabs {
    top: -9px;
  }
  .gameContent .nav-tabs button {
    width: 120px;
    height: 116px;
  }
  .gameContent .gamalistUl {
    gap: 8px;
  }
  .gameContent .gamalistUl li {
    width: calc(50% - 16px);
  }
  .gameContent .gamalistUl li img {
    width: 100%;
  }
  .gameContent .gamalistUl li a .playlink {
    display: none;
  }
  .footerdiv {
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 120px;
  }
  .footerdiv .snsUl {
    gap: 8px;
  }
  .footerdiv .snsUl li {
    width: 100%;
  }
  .footerdiv .snsUl li a {
    width: 100%;
  }
  .footerdiv .snsUl {
    flex-direction: column;
  }
  .footerdiv .bottomboxDiv {
    flex-direction: column;
    margin-top: 30px;
  }
  .footerdiv .bottomboxDiv .bottomboxDiv-box {
    width: 100% !important;
  }
  .mobile-logozip {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile-logozip img {
    width: 100%;
  }
  .mobileBottomDiv {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    padding-top: 10px;
    padding-bottom: 15px;
    background-image: url("../images/mobile/mobileBottomDiv.png");
    border-top: 1px solid #BC996A;
    z-index: 30;
  }
  .mobileBottomDiv .innerbox {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
  }
  .mobileBottomDiv .innerbox button {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobileBottomDiv .innerbox button p {
    font-size: 10px;
    color: #fff;
    font-weight: 200;
  }
}/*# sourceMappingURL=query.css.map */