@charset "UTF-8";

/* GNB */
@media (max-width: 960px) and (resolution: 1dppx) {
  #nctGnb .ncGnb div.wrap {
    width: 100%;
    min-width: inherit;
    max-width: inherit;
    height: auto;
    margin: 0 auto;
    background: #fff;
    position: relative;
  }
  #nctGnb .ncGnb div.wrap .gnbLeft {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
  }
  #nctGnb .ncGnb div.wrap .gnbLeft .btnList,#nctGnb .ncGnb div.wrap .gnbLeft .btnList.on {
    border: none;
    padding: 0 25px 0 5px;
    left: 0;
    display: flex;
    align-items: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu {
    position: static;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .myInfo {
    position: absolute;
    top: 0;
    right: 90px;
  }
  #nctGnb .gnbMenu .myInfo .myMenu {
    box-sizing: content-box;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .myMenu {
    border: none;
    height: 40px;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .myMenu li {
    height: 100%;
    padding: 0 8px;
    display: flex;
    align-items: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .myMenu li.nCoin strong {
    padding-left: 23px;
    margin-right: 8px;
    background-position: left center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu {
    min-width: 100%;
    height: 30px;
    border-top: 1px solid transparent;
    box-sizing: content-box;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul {
    display: flex;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li {
    height: 30px;
    text-align: center;
    border-left: 1px solid #ececec;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 1 0%;
  }
  #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li a {
    height: 30px;
    display: flex;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    padding: 0;
  }
  #nctGnb .gnb-games {
    border-top: 1px solid #eeeeee;
    padding: 10px;
    box-sizing: border-box;
  }
  #nctGnb .gnb-games div.list-container {
    min-width: 100%;
    max-width: 100%;
    padding: 0;
  }
  #nctGnb .gnb-games div.list-container div.pc,#nctGnb .gnb-games div.list-container div.mobile {
    float: none;
    padding: 0;
  }
  #nctGnb .gnb-games div.list-container div.pc .title,#nctGnb .gnb-games div.list-container div.mobile .title {
    padding-left: 10px;
  }
  #nctGnb .gnb-games div.list-container div.mobile {
    border-top: 1px solid #eeeeee;
    margin-top: 15px;
    padding-top: 15px;
  }
  #nctGnb .gnb-games div.list-container div.pc ul, #nctGnb .gnb-games div.list-container div.mobile ul,#nctGnb .gnb-games div.list-container div.mobile ul {
    display: flex;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  #nctGnb .gnb-games div.list-container div.pc ul:after,#nctGnb .gnb-games div.list-container div.mobile ul:after,#nctGnb .gnb-games div.list-container div.mobile ul:after {
    display: none;
  }
  #nctGnb .gnb-games div.list-container div.pc ul li:first-child,#nctGnb .gnb-games div.list-container div.mobile ul li:first-child,#nctGnb .gnb-games div.list-container div.mobile ul li:first-child {
    margin-left: 0;
  }
}

.mob #nctGnb .ncGnb div.wrap {
  width: 100%;
  min-width: inherit;
  max-width: inherit;
  height: auto;
  margin: 0 auto;
  background: #fff;
  position: relative;
}
.mob #nctGnb .ncGnb div.wrap .gnbLeft {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.mob #nctGnb .ncGnb div.wrap .gnbLeft .btnList, .mob #nctGnb .ncGnb div.wrap .gnbLeft .btnList.on {
  border: none;
  padding: 0 25px 0 5px;
  left: 0;
  display: flex;
  align-items: center;
}
.mob #nctGnb .ncGnb div.wrap .gnbMenu {
  position: static;
}
.mob #nctGnb .ncGnb div.wrap .gnbMenu .myInfo {
  position: absolute;
  top: 0;
  right: 90px;
}
#nctGnb .gnbMenu .myInfo .myMenu {
  box-sizing: content-box;
}
.mob #nctGnb .ncGnb div.wrap .gnbMenu .myMenu {
  border: none;
  height: 40px;
}
.mob #nctGnb .ncGnb div.wrap .gnbMenu .myMenu li {
  height: 100%;
  padding: 0 8px;
  display: flex;
  align-items: center;
}
.mob #nctGnb .ncGnb div.wrap .gnbMenu .myMenu li.nCoin strong {
  padding-left: 23px;
  margin-right: 8px;
  background-position: left center;
}
.mob #nctGnb .ncGnb div.wrap .gnbMenu .menu {
  min-width: 100%;
  height: 30px;
  border-top: 1px solid transparent;
  box-sizing: content-box;
}
.mob #nctGnb .ncGnb div.wrap .gnbMenu .menu ul {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mob #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li {
  height: 30px;
  text-align: center;
  border-left: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1 1 0%;
}
.mob #nctGnb .ncGnb div.wrap .gnbMenu .menu ul li a {
  height: 30px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}
.mob #nctGnb .gnb-games {
  border-top: 1px solid #eeeeee;
  padding: 10px;
  box-sizing: border-box;
}
.mob #nctGnb .gnb-games div.list-container {
  min-width: 100%;
  max-width: 100%;
  padding: 0;
}
.mob #nctGnb .gnb-games div.list-container div.pc, .mob #nctGnb .gnb-games div.list-container div.mobile {
  float: none;
  padding: 0;
}
.mob #nctGnb .gnb-games div.list-container div.pc .title, .mob #nctGnb .gnb-games div.list-container div.mobile .title {
  padding-left: 10px;
}
.mob #nctGnb .gnb-games div.list-container div.mobile {
  border-top: 1px solid #eeeeee;
  margin-top: 15px;
  padding-top: 15px;
}
.mob #nctGnb .gnb-games div.list-container div.pc ul, .mob #nctGnb .gnb-games div.list-container div.mobile ul, .mob #nctGnb .gnb-games div.list-container div.mobile ul {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.mob #nctGnb .gnb-games div.list-container div.pc ul:after, .mob #nctGnb .gnb-games div.list-container div.mobile ul:after, .mob #nctGnb .gnb-games div.list-container div.mobile ul:after {
  display: none;
}
.mob #nctGnb .gnb-games div.list-container div.pc ul li:first-child, .mob #nctGnb .gnb-games div.list-container div.mobile ul li:first-child, .mob #nctGnb .gnb-games div.list-container div.mobile ul li:first-child {
  margin-left: 0;
}

/*@media screen and (max-width:1099px) {
  body{width:max-content;width:-webkit-max-content;width:-moz-max-content;max-width:1100px;}
  body.mob{width:auto;min-width:auto;max-width:none;}
}*/
