
:root {
    --default-color: #222 !important;
    --default-hover-color: #555 !important;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

* {
    font-family: 'GmarketSansMedium';
    font-size: 14px;
}
  
  .border-bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid #eaeaea !important;
  }
  
  .max-width-chat {
    max-width: 1200px !important;
  }
  
  .table-width {
    max-width: 980px !important;
  }
  
  .lg-width {
    width: 100% !important;
  }
  
  .sm-width {
    width: 200px !important;
  }
  legend {
    display: none !important;
  }
  button {
    outline: none !important;
  }
  
  .red-bg {
    background-color: #ff3636 !important;
    border: 1px solid #711313 !important;
  }
  
  .black-bg {
    background-color: #1f1f1f !important;
    border: 1px solid #000000 !important;
  }
  
  .user-bg {
    background-color: #03ca09 !important;
    color: #fff !important;
  }
  
  .font-s-14 {
    font-size: 14px !important;
  }
  
  .text-blue-new {
    color: #7e8fff !important;
  }
  
  .text-blue-two {
    color: #00dcff !important;
  }
  
  .text-blue {
    color: #0099ff !important;
  }
  
  .orange {
    color: #ff9900 !important;
  }
  
  .text-yellow {
    color: #ffee00 !important;
  }
  
  .text-red {
    color: #ff3636 !important;
  }
  
  .text-green {
    color: #15ff00 !important;
  }
  
  .text-gold {
    color: #ffd000 !important;
  }
  
  .mar-l-5 {
    margin-left: 5px !important;
  }
  
  .mar-r-5 {
    margin-right: 5px !important;
  }
  
  .mar-cash {
  }
  
  .mar-t-0 {
    margin-top: 0px !important;
  }
  
  .mar-t-5 {
  }
  
  .mar-t-10 {
    margin-top: 10px !important;
  }
  
  .mar-t-15 {
    margin-top: 15px !important;
        text-align: center;
  }
  
  .mar-t-35 {
    margin-top: 35px !important;
  }
  
  .pad-0 {
    padding: 0 !important;
  }
  
  .pad-10 {
    padding: 10px !important;
  }
  
  .pad-lr-10 {
    padding: 0 10px !important;
  }
  
  .pad-l-5 {
    padding-left: 5px !important;
  }
  
  .pad-l-10 {
    padding-left: 10px !important;
  }
  
  .pad-l-15 {
    padding-left: 15px !important;
  }
  
  .pad-r-5 {
    padding-right: 5px !important;
  }
  
  .pad-r-10 {
    padding-right: 10px !important;
  }
  
  .pad-r-15 {
    padding-right: 15px !important;
  }
  
  p {
    padding: 0;
    margin: 0;
  }
  
  .grid-gap-5 {
    grid-gap: 5px;
  }
  
  .grid-two {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .grid-three {
    display: grid;
    grid-template-columns: repeat(3, 1fr) !important;
  }
  
  .grid-four {
    display: grid;
    grid-template-columns: repeat(4, 1fr) !important;
  }
  
  .grid-six {
    display: grid;
    grid-template-columns: repeat(6, 1fr) !important;
  }
  
  .grid-seven {
    display: grid;
    grid-template-columns: repeat(7, 1fr) !important;
  }
  
  .lg {
    display: grid;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  
  .background-none {
    background: none !important;
  }
  
  .background-white {
    background: #fff !important;
  }
  
  html {
    width: 100%;
    height: 100%;
  }
  
  html > body {
    width: 100%;
    height: 100%;
  }
  
  ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  a {
    text-decoration: none !important;
    outline: none !important;
  }
  
  body {
    position: relative;
    font-family: 'notosans';
    background-color: #333;
    color: #aaa;
    line-height: inherit;
  }
  
  body > header {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    z-index: 110;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    background-color: #222;
  }
  
  body > header > h1 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    max-width: 200px;
  }
  
  body > header > h1 > a > img {
    height: 50px;
    max-height: fit-content;
  }
  
  body > header > h1 > a:hover {
    color: #fff;
  }
  
  body > header > a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
  }
  
  body > header > .left-menu {
    justify-content: center;
    height: inherit;
  }
  
  body > header > .left-menu > img {
    width: 30px;
  }
  
  body > header > .right-menu {
    justify-content: flex-end;
  }
  body > header > .right-menu li {display: inline-block;line-height: 60px;margin: 0 5px;}
  body > header > .right-menu a {
    width: 20px;
    height: 20px;
  }
  body > header > .right-menu a img {
    width: 20px;
    height: 20px;
  }

  body > header > h1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
  }
  
  body > header > h1 > a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  body > header > .menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #111;
    width: 100%;
    height: 40px;
    z-index: 110;
    margin-top: 60px;
  }
  
 body > header > .menu > ul {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  
 body > header > .menu > ul > li > a {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  
 body > header > .menu > ul > li > a > span {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  
 body > header > .menu > ul > li > a > span > img {
    width: 19px;
      height: 19px;
  }
  
 body > header > .menu > ul > li > a > em {
    display: flex;
    align-content: center;
    justify-content: center;
    color: #fff;
    margin-top: 3px;
  }
  
 body > header > .menu > ul > li:nth-of-type(2) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
 body > header > .menu > ul > li:nth-of-type(2222) > a {
    position: absolute;
    top: -40px;
    width: 84px;
    height: 82px;
    border-radius: 50%;
    background-image: url(../img/item_but_bg.png);
    color: #b05e00;
    box-shadow: 0 5px 5px #00000021;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
 body > header > .menu > ul > li:nth-of-type(2) > a > img {
  }
  body > .sidebar {
    position: fixed;
    top: 0;
    left: -330px;
    bottom: 0;
    right: 0;
    width: 330px;
    background-color: #fff;
    box-shadow: 2px 0px 5px #00000047;
    border-radius: 0 5px 5px 0;
    overflow-y: auto;
    overflow-x: hidden;
    transition: all .3s ease;
    opacity: .5;
    z-index: 999;
    padding: 0 16px;
  }
  #container_title {
    display: none;
  }
  .sub_banner {
    background: #333 url(../img/sub_bg.jpg) no-repeat;
    background-size: 100% auto;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: solid 2px #222;
  }
  .sub_banner::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
  }
  .sub_banner h2 {
    position: relative;
    z-index: 2;
    margin: 0;
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 90px;
    font-weight: bold;
    font-size: 32px;
  }
  .btn-close {
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 10px;
}

.btn-close img {
    width: 24px;
    height: 24px;
}
.mobile-menu-header {
    position: relative;
    padding-top: 32px;
    border-bottom: 1px solid #eee;
    margin-bottom: 16px;
}
.user-info {
    display: flex;
    align-items: center;
    margin: 0 0 8px;
}

.user-info>.user-img {
    flex: 0 0 56px;
    max-width: 56px;
    height: 56px;
    margin-right: 16px;
    border-radius: 50%;
    background: url(../img/mb.png) no-repeat 50%;
    background-size: cover;
    overflow: hidden;
}

.user-info>.user-img>img {
    width: 100%;
    height: 100%;
}

.user-info>.user-txt {
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #888;
}

.user-info>.user-txt>* {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.user-info>.user-txt .point {
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
}

.user-info>.user-txt a.point {
    color: #888;
    font-weight: 400;
}

.user-info>.user-txt .user-nick-group {
    display: flex;
    align-items: center;
}

.user-info>.user-txt .user-nick-group span {
    font-size: 14px;
    color: #888;
}

.user-info>.user-txt .user-nick-group .btn-nick-change {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 8px;
    background: #323232;
    color: #fff !important;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 4px;
}
  body > .sidebar > .side-head {
    background-color: #fff;
    padding: 0;
  }
  
  body > .sidebar > .side-head > .top-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-items: center;
    position: relative;
    background: #fff;
    padding: 15px 10px;
  }
  
  body > .sidebar > .side-head > .top-grid > div:nth-of-type(1) > span {
    margin-right: 5px;
  }
  
  body > .sidebar > .side-head > .top-grid > div:nth-of-type(1) > span > img {
    width: 20px;
  }
  
  body > .sidebar > .side-head > .top-grid > div:nth-of-type(1) > em {
    font-size: 14px;
  }
  
  body > .sidebar > .side-head > .top-grid > div:nth-of-type(2) {
    text-align: right;
  }
  
  body > .sidebar > .side-head > .top-grid > div:nth-of-type(2) > button {
    border-radius: 5px;
    border: none;
    background: none;
  }
  
  body > .sidebar > .side-head > .top-grid > div:nth-of-type(2) > button > img {
    width: 100px;
  }
  
  body > .sidebar > .side-head > .side-cash {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    padding: 15px 10px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
  }
  
  body > .sidebar > .side-head > .side-cash > div {
    display: flex;
    align-items: center;
  }
  
  body > .sidebar > .side-head > .side-cash > div > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
  }
  
  body > .sidebar > .side-head > .side-cash > div > span > img {
    width: 20px;
  }
  
  body > .sidebar > .side-head > .side-cash > div:last-child {
    text-align: right;
    justify-content: flex-end;
    background-color: #ffffff;
    border: 1px solid #dedede;
    color: #000;
    padding: 5px;
  }
  body > .sidebar > .side-body {
  }
  body > .sidebar > .side-body > .menubar {
    padding: 0;
    margin: 0;
  }
  
  body > .sidebar > .side-body > .menubar > li {
  width: 100%;
  float:left;
  background-color: #fff;
  vertical-align:middle;
  }
  
  body > .sidebar > .side-body > .menubar > li > a {
  
  }
  
  body > .sidebar > .side-body > .menubar > li > a:after {
  
  
  }
  
  body > .sidebar > .side-footer {
      padding: 0;
      position: absolute;
      bottom: 0;
      width:100%;
      left: 0;
      background: #fff;
  }
  body > .sidebar > .side-footer > .menu-box {
    background-color: #222;
    padding: 10px 0;
    text-align: center;
    color: #fff;
}
body > .sidebar > .side-footer > .menu-box button {
    border: 0;
    background: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    color: #222;
    font-size: 12px;
}
body > .sidebar > .side-footer > .certificate {
    position: absolute;
    bottom: 100px;
    width: 100%;
}
body > .sidebar > .side-footer > .certificate > div {
    float: right;
    padding: 10px;
    text-align: center;
    font-size: 10px;
}
  body > .sidebar > .side-footer > .certificate > div a {
      display: block;
      color: #222;
  }
  body > .sidebar > .side-footer > .side-box {
    color: #a7a7a7;
    font-size: 10px;
    margin-top: 10px;
    line-height: 18px;
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 10px 10px 10px;
  }
  
  body > .sidebar > .side-footer > .side-box > img {
    width: 250px;
  }
  
  body > .sidebar > .side-footer > .side-box > p {
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
  
  body > .sidebar > .side-footer > .side-box > p > span {
    margin-right: 5px;
  }
  
  body > .sidebar > .side-footer > .side-box > p > span > img {
    width: 15px;
  }
  
  body > .sidebar > .side-footer > p {
    color: #aaa;
    font-size: 12px;
    margin: 0;
    text-align: center;
    padding: 10px;
    background-color: #f5f5f5;
  }
  
  body > .sidebar > .side-footer > p > span {
    color: #000;
  }
  
  body > .sidebar.active {
    position: fixed;
    left: 0;
    opacity: 1;
  }
  
  body > .sidebar::-webkit-scrollbar {
    display: none;
  }
  
  .vedios {
    padding: 10px 0 20px;
    background: #000;
}

.vedios .swiper {
    max-width: 1260px;
    overflow: visible;
    width: 100%;
}

.vedios .swiper-slide {
    border-radius: 10px;
    overflow: hidden;
}

.vedios .swiper-slide > a {
    display: block;
    position: relative;
}

.vedios .swiper-slide > a > img {
    width: 100%;
    height: auto;
    max-height: 200px;
}

.vedios .swiper-slide-shadow-left {
    background: rgba(255, 255, 255, .5);
}

.vedios .swiper-slide-shadow-right {
    background: rgba(255, 255, 255, .5);
}

.vedios .about {
    background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    padding: .5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.vedios .about .img img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
}

.vedios .about .con {
    color: #fff;
    padding-left: 10px;
}

.vedios .about .con strong {
    font-size: 14px;
}

.vedios .about .con p {
    font-size: 13px;
}

.vedios .about .con i {
    display: block;
}

#main-slide .swiper-pagination {
    position: static;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

#main-slide .swiper-pagination span {
    background: #ddd;
    text-indent: -999em;
    width: 100%;
    display: block;
    margin: 0;
    height: 9px;
    border-radius: 0;
    transition: all 0.3s ease;
}

#main-slide .swiper-pagination span.swiper-pagination-bullet-active {
    background: #f2507e;
}

.topbanner {
    margin-top: 10px;
}

.topbanner .swiper-slide > a > img {
    max-width: 100%;
}

.topbanner .swiper-pagination {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    color: #fff;
    width: 32px;
    left: calc(50% - 16px);
    bottom: 10px;
    font-size: 10px;
}

.topbanner .swiper-pagination span {
    font-size: 10px;
    color: #fff;
}
.main-h3 {
    margin: 30px 0 0;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

#container {
    padding: 0;
}

.main-silide {
    margin-top: 20px !important;
    background-color: #222;
    padding: 5px 0 0;
    overflow: hidden;
}
.main-silide h3 {
    margin: 15px 0 10px 15px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.main-silide .scrollText {
    position: relative;
    height: 150px;
    overflow: hidden;
    padding: 0 5%;
}
.main-silide .scrollText > .item {
    padding: 0;
}
.main-silide .scrollText > .item > li{
    padding: 0;
    font-size:12px;
    height: 30px;
    line-height: 30px;
    border-bottom: dashed 1px #666;
} 

.main-tab ul {
    float: right;
}

.main-tab ul li {
    float: left;
    position: relative;
}

.main-tab ul li::before {
    content: "";
    background: #999;
    width: 1px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 4px;
}

.main-tab ul li:first-child::before {
    display: none;
}

.main-tab a {
    padding: 0 10px;
    font-size: 14px;
    color: #999;
}

.main-tab a.on {
    color: #000;
}

.tab-con {
    display: none;
}

.tab-con > ul::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.tab-con > ul {
    margin-left: -10px;
}

.tab-con > ul > li {
    width: 45%;
    overflow: hidden;
    margin-top: 30px;
    display: inline-block;
    margin-left: 4%;
    position: relative;
}

.tab-con > ul > li:first-child,.tab-con > ul > li:nth-child(2) {
    margin-top: 20px;
}

.tab-con > ul > li > a {
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    height: 100%;
}

.tab-con > ul > li > a img {
    width: 100%;
    height: auto;
}

.tab-con > ul > li > a ul {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    overflow: hidden;
}

.tab-con > ul > li > a ul li {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    float: left;
    padding: 2px 10px;
    font-size: 12px;
}

.tab-con > ul > li > a ul li:first-child {
    background: rgba(255, 2, 74, 1);
}

.tab-con .con {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.tab-con .con > div strong {
    font-size: 16px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tab-con .con > div span img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.tab-con .con > div span {
    font-size: 14px;
    display: block;
    color: #ff024a;
    margin: 5px 0;
}

.tab-con .con > div .flex {
    margin-top: 5px;
}

.tab-con .con > div .flex span {
    margin-right: 1px;
    background: #eee;
    border-radius: 15px;
    display: inline-block;
    padding: 2px 10px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.tab-con .con > a {
}

.tab-con .con > div {
    width: 100%;
}
  body > section {
    margin: 100px auto 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 0 60px;
    max-width:768px;
    background-color: #333;
  }
  
  body > section > .containers {
    max-width:768px;
    margin: 0 auto 20px auto;
  }
  body > section > .containers > * {
    max-width: 94%;
    margin: 0 auto;
  }
  .inAgree {
    padding: 20px;
  }
  #main-slide {
    max-width: 100%;
  }
  body > section > .containers > .members {
    border-radius: 0;
  }
  
  body > section > .containers > .members > .side-head {
    background-color: #222;
    padding: 5px;
  }
  
  body > section > .containers > .members > .side-head > .top-grid {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-items: center;
    position: relative;
    padding:10px 15px;
    background: #111;
  }
  
  body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(1) > span {
    margin-right: 5px;
  }
  
  body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(1) > span > img {
    width: 20px;
  }
  
  body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(1) > em {
    font-size: 14px;
  }
  
  body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(2) {
    text-align: right;
  }
  
  body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(2) > button {
    border-radius: 5px;
    background: none;
    border: 0;
    background: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    color: #333;
  }
  
  body > section > .containers > .members > .side-head > .top-grid > div:nth-of-type(2) > button > img {
  
  }
  
  body > section > .containers > .members > .side-head > .side-cash {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    padding: 15px 10px;
    border-radius: 5px;
    color: #fff;
    width: 100%;
  }
  
  body > section > .containers > .members > .side-head > .side-cash > div {
    display: flex;
    align-items: center;
  }
  body > section > .containers > .members > .side-head > .side-cash .MyMoney {
    color: #e2284b;
    font-weight: bold;
    font-size: 16px;
  }
  body > section > .containers > .members > .side-head > .side-cash > div > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 10px;
  }
  
  body > section > .containers > .members > .side-head > .side-cash > div > span > img {
    width: 20px;
  }
  
  body > section > .containers > .members > .side-head > .side-cash > div:last-child {
    text-align: right;
    justify-content: flex-end;
    background-color: #111;
    border: 1px solid #333;
    color: #aaa;
    padding: 5px;
  }
  
  body > section > .containers > .members > .side-body > .menubar {
    padding: 0;
    margin: 10px 0;
  }
  
  body > section > .containers > .members > .side-body > .menubar > li {
    border-bottom: 2px solid #333;
    background-color: #444;
    padding: 15px  10px;
  }
  
  body > section > .containers > .members > .side-body > .menubar > li > a {
    display: flex;
    align-content: center;
    justify-content: flex-start;
    position: relative;
    padding-left: 20px;
  }
  
  body > section > .containers > .members > .side-body > .menubar > li > a:after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/Arrow-right.svg);
    background-repeat: no-repeat;
  }
  
  body > section > .containers > .main-silide > .swiper-container > .swiper-wrapper > div {
    height: unset;
    overflow: hidden;
  }
  
  body > section > .containers > .main-silide > .swiper-container > .swiper-wrapper > div > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  body > section > .containers > .baner-list > .tit {
    background-color: #fff;
    padding: 5px 10px;
  }
  
  body > section > .containers > .baner-list > .tit > h3 {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-left: 5px;
    font-weight: bold;
    margin: 0;
  }
  
  body > section > .containers > .baner-list > .tit > h3 > img {
    width: 40px;
    margin-right: 5px;
  }
  
  body > section > .containers > .baner-list > .baner {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #f4f4f4;
    padding: 10px;
  }
  
  body > section > .containers > .baner-list > .baner > div {
    margin-top: 10px;
  }
  
  body > section > .containers > .baner-list > .baner > div > a {
    overflow: hidden;
    display: flex;
    align-content: center;
    justify-content: center;
  }
  
  body > section > .containers > .baner-list > .baner > div > a > img {
    width: 100%;
   height: 231px;
  }
  
  body > section > .containers > .footer-slide {
    padding: 10px;
    background-color: #ffc5ae;
  }
  
  body > section > .containers > .footer-slide > .swiper-footer > .swiper-wrapper > div > a {
    display: flex;
    align-content: center;
    justify-content: center;
    height: auto;
    overflow: hidden;
  }
  
  body > section > .containers > .footer-slide > .swiper-footer > .swiper-wrapper > div > a > img {
    width: 100%;
  }
  
  body > footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #222;
    height: 60px;
    z-index: 110;
  }
  
  body > footer > ul {
    display: grid;
    grid-template-columns: repeat(4, 4fr);
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
  }
  
  body > footer > ul > li > a {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  
  body > footer > ul > li > a > span {
    display: flex;
    align-content: center;
    justify-content: center;
  }
  
  body > footer > ul > li > a > span > img {
    width: 19px;
      height: 19px;
  }
  
  body > footer > ul > li > a > em {
    display: flex;
    align-content: center;
    justify-content: center;
    color: #fff;
    margin-top: 3px;
  }
  
  body > footer > ul > li:nth-of-type(2) {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  body > footer > ul > li:nth-of-type(2222) > a {
    position: absolute;
    top: -40px;
    width: 84px;
    height: 82px;
    border-radius: 50%;
    background-image: url(../img/item_but_bg.png);
    color: #f9c23c;
    box-shadow: 0 5px 5px #00000021;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  
  body > footer > ul > li:nth-of-type(2) > a > img {
  }
  
  body > .item > ul > li:nth-of-type(2) > a {
    position: unset;
    border-radius: unset;
    border: 0;
    background-color: #222;
    background-image: unset;
    box-shadow: unset;
    width: unset;
    height: unset;
  }
  
  body > .item > ul > li:nth-of-type(2) > a > img {
    width: 25px;
  }
  
  section::-webkit-scrollbar {
    display: none;
  }
  
  .pop-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background-color: #0000005c;
    overflow: hidden;
  }
  
  .pop-message > .pop {
    width: 90%;
    max-width: 880px;
    height: fit-content;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 5px 5px #0000009e;
    border: 2px solid #222;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .pop-message > .pop > .pop-header {
      background-color: #222;
      border-radius: 10px 10px 0 0;
    height: 74px;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
  }
  
  .pop-message > .pop > .pop-header > div {
    position: relative;
  }
  
  .pop-message > .pop > .pop-header > div > img {
    width: 100%;
  }
  
  .pop-message > .pop > .pop-header > div:first-child > img {
    position: absolute;
    top: 13px;
    left: 30px;
    width: 120px;
  }
  
  .pop-message > .pop > .pop-header > div:last-child {
    width: 100px;
  }
  
  .pop-message > .pop > .pop-header > div:last-child > img {
    position: absolute;
    top: 15px;
    left: 20px;
    width: 100px;
  }
  
  .pop-message > .pop > .pop-header > .notice > img {
    position: absolute !important;
    top: -2px !important;
    left: 29px !important;
    width: 120px !important;
  }
  
  .pop-message > .pop > .pop-body {
    display: flex;
    flex-direction: column;
    min-height: 79px;
    background-color: #fff;
    color: #606266;
    padding: 25px 10px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    text-align: left;
  }
  
  .pop-message > .pop > .pop-body > p {
    margin-top: 10px;
  }
  
  .pop-message > .pop > .pop-body > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .pop-message > .pop > .pop-footer {
  overflow: hidden;
    align-items: center;
    margin: 5px auto 5px auto;
    border-top: 1px solid #eaeaea;
    padding: 10px 10px 5px;
  }
  
  .pop-message > .pop > .pop-footer > button {
    outline: none;
    border-radius: 5px;
    font-size: 12px;
    line-height: 12px;
    margin-left: 5px;
    float: right;
  }
  
  .pop-message > .pop > .pop-footer > button > span > img {
    width: 12px;
    margin-right: 5px;
  }
  
  .pagination {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  
  .pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000;
    background-color: white;
    border: 1px solid #f3f3f3;
    margin-left: -1px;
  }
  
  .pagination > li > a:hover {
    color: #fff;
    background-color: #1a8dd1 !important;
    border: 1px solid #f3f3f3;
  }
  
  .pagination > .active > a {
    z-index: 2;
    color: #fff;
    background-color: #1a8dd1 !important;
    border: 1px solid #f3f3f3;
    cursor: default;
  }
  
  ::-webkit-scrollbar {
    width: 0px;
    background-color: #F5F5F5;
  }
  
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(209, 209, 209, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
  }
  
  ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(209, 209, 209, 0.3);
    background-color: #d4d4d4;
  }
  
  .popover-title, .popover-content {
    display: flex;
    align-items: center;
    font-size: 12px !important;
  }
  
  .popover-title > img, .popover-content > img {
    margin-right: 5px;
  }
  
  .tooltip {
    text-align: left !important;
    overflow: unset !important;
    z-index: 999 !important;
  }
  
  .tooltip > div {
    text-align: left;
    font-size: 12px;
    border-radius: 5px;
  }
  
  .over-body {
    overflow-y: hidden !important;
  }
  
  .over-body:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    z-index: 100;
    background-color: #0000006e;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  
  .window_modal {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0,0,0,0.7);
    width: 100%;
    z-index: 990;
  }
  .window_modal .win_close {
    width: 20px;
    position: absolute;
    z-index: 994;
    top: 70px;
    right: 10px;
  }
  .window_modal .win_window {
  margin: 100px auto 0;
  width: 94%;
  height: calc(100% - 30%);
  background-color: #fff;
  display: block;
  border: 0;
  }
  .win_none {
    display:none
  }
  
  .clear {
    clear: both;
  }
  
  .level {
    color: #606266;
    font-weight: 100;
    line-height: 1.5;
  }
  
  .level > strong {
    color: #000;
    font-weight: bold;
    font-size: 14px;
  }
  
  .border-black {
    border-radius: 30px !important;
    background-color: #fff;
    border: 2px solid #484a50;
    color: #000;
    box-shadow: 0 5px 5px #00000017;
  }
  
  .button-black {
    border-radius: 5px !important;
    background-color: #484a50;
    color: #fff !important;
    box-shadow: 0 5px 5px #00000017;
  }
  
  .border-red {
    border-radius: 30px !important;
    background-color: #fff;
    border: 2px solid #222;
    color: #000;
    box-shadow: 0 5px 5px #00000017;
  }
  
  .button-red {
    border-radius: 5px !important;
    background-color: #ff024a;
    color: #fff !important;
    box-shadow: 0 5px 5px #00000017;
  }
  
  .button-orange {
    border-radius: 5px;
    background-color: #222;
    color: #fff !important;
    box-shadow: 0 5px 5px #00000017;
    margin-top: 20px;
  }
  
  .button-blue {
    border-radius: 30px !important;
    background-color: #0f7fff;
    color: #fff !important;
    box-shadow: 0 5px 5px #00000017;
  }
  
  .button-blue-two {
    border-radius: 30px !important;
    background-color: #274db7;
    color: #fff !important;
    box-shadow: 0 5px 5px #00000017;
  }
  button.chating {
    height: 36px;
    margin: 5px auto 0;
    padding: 0 15px;
}
.button-black:hover, .button-red:hover, .button-blue:hover, .button-blue-two:hover {
    color: #fff !important;
}
  .pagination > li {
    margin-right: 5px !important;
  }
  
  .pagination > li > a {
    border-radius: 5px !important;
    border: 1px solid #eaeaea;
    padding: 2px 6px !important;
  }
  .pagination > li > .pg_end{
      background: url(/img/btn_end.gif) 50% 50% no-repeat;
      width: 32px;
      text-indent: -999px;
      overflow: hidden;
  }
  .pagination > li > .pg_start{
      background: url(/img/btn_first.gif) 50% 50% no-repeat;
      width: 32px;
      text-indent: -999px;
      overflow: hidden;
  }
  
  .pagination > .active > a {
    border: 1px solid #222989;
    background-color: #fff !important;
    color: #222;
  }
  
  .border-radius-none {
    border-radius: 0 !important;
  }
  .chatting_rrom {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    background-color: #fff;
    transition: all .3s ease;
    width: 100%;
    opacity: .5;
    z-index: 998;
  }
  
  .chatting_rrom > .chat-head {
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    align-items: center;
    height: 60px;
    padding: 0 15px;
    background-color: #ff8484;
    z-index: 888;
    position: relative;
  }
  
  .chatting_rrom > .chat-head > .chat-admin {
    display: flex;
  }
  
  .chatting_rrom > .chat-head > .chat-admin > span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    overflow: hidden;
  }
  
  .chatting_rrom > .chat-head > .chat-admin > span > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .chatting_rrom > .chat-head > .chat-admin > h2 {
    padding: 0;
    margin: 0;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    color: #fff;
  }
  
  .chatting_rrom > .chat-head > .chat-control {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .chatting_rrom > .chat-head > .chat-control > .dropdown > button {
    border: none;
    background: none;
    outline: none;
  }
  
  .chatting_rrom > .chat-head > .chat-control > .dropdown > button > img {
    width: 28px;
  }
  
  .chatting_rrom > .chat-head > .chat-control > .dropdown > ul {
    top: 30px;
    left: -88px;
    width: 110px;
    min-width: unset;
    padding: 0;
    border-radius: 5px;
  }
  
  .chatting_rrom > .chat-head > .chat-control > .dropdown > ul > li > a {
    padding: 10px 0 10px 12px;
    font-size: 12px;
  }
  
  .chatting_rrom > .chat-head > .chat-control > .dropdown > ul > li > a > img {
    margin-right: 5px;
  }
  
  .chatting_rrom > .chat-head > .chat-control > .closes > img {
    width: 20px;
  }
  
  .chatting_rrom > .chat-head > .message {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ea6b6b;
    font-size: 12px;
    line-height: 30px;
    border-radius: 0 0 10px 10px;
    color: #fff;
  }
  
  .chatting_rrom > .chat-body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 60px;
    margin-bottom: 100px;
    z-index: 777;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 40px 15px 15px 15px;
  }
  
  .chatting_rrom > .chat-body > .com-admin {
    max-width: 85%;
    padding: 10px;
  }
  
  .chatting_rrom > .chat-body > .com-admin > .chat-box {
    border-radius: 10px;
    background-color: #f0f2f7;
    padding: 10px;
    width: fit-content;
  }
  
  .chatting_rrom > .chat-body > .com-admin > div {
    line-height: 1.5;
  }
  
  .chatting_rrom > .chat-body > .com-admin > div > span > img {
    width: 15px;
    margin-bottom: 3px;
  }
  
  .chatting_rrom > .chat-body > .com-admin > .chat-time {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 12px;
    color: #cacaca;
    padding-left: 5px;
  }
  .chatting_rrom > .chat-body > .com-admin > .chat-hit {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #d13f4a;
    padding-left: 5px;
  }
  
  .chatting_rrom > .chat-body > .com-user {
    padding: 10px;
    padding-left: 20%;
  }
  
  .chatting_rrom > .chat-body > .com-user > .chat-box {
    border-radius: 10px;
    background-color: #f0f2f7;
    padding: 10px;
    float: right;
    margin-bottom: 5px;
  }
  
  .chatting_rrom > .chat-body > .com-user > div {
    line-height: 1.5;
  }
  
  .chatting_rrom > .chat-body > .com-user > div > span > img {
    width: 15px;
    margin-bottom: 3px;
  }
  
  .chatting_rrom > .chat-body > .com-user > .chat-time {
    display: flex;
    align-items: center;
    margin-top: 5px;
    font-size: 12px;
    color: #cacaca;
    padding-left: 5px;
  }
  .chatting_rrom > .chat-body > .com-user > .chat-hit {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #d13f4a;
    padding-left: 5px;
  }
  .chatting_rrom > .chat-body > .com-user > .justify-right {
    justify-content: flex-end;
  }
  
  .chatting_rrom > .chat-body > .right-chat {
    text-align: right;
    padding-left: 20%;
    max-width: 330px;
    float: right;
  }
  
  .chatting_rrom > .chat-body > .right-chat > button {
    display: inline-flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 20px;
    padding: 10px;
    border: 1px solid #007dfc;
    background-color: #fff;
    color: #007dfc;
    margin-bottom: 5px;
  }
  
  .chatting_rrom > .chat-body > .right-chat:after {
    content: '';
    display: block;
    clear: both;
  }
  
  .chatting_rrom > .chat-body::-webkit-scrollbar {
    display: none;
  }
  
  .chatting_rrom > .chat-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 788;
    height: 100px;
    display: grid;
    grid-template-columns: 70% 29%;
    grid-gap: 1%;
    padding: 15px;
    border-top: 1px solid #eaeaea;
    background-color: #ff8484;
    box-shadow: 0px -2px 5px #00000017;
  }
  
  .chatting_rrom > .chat-footer > textarea {
    border: 1px solid #eaeaea;
    background: #fff;
    border-radius: 5px;
    padding: 10px;
    font-size: 12px;
    outline: none;
    max-height: 50px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  
  .chatting_rrom > .chat-footer > .button-box {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .chatting_rrom > .chat-footer > .button-box > button {
    border: 1px solid #ff8484;
    background-color: #fff;
    color: #ff8484;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .chatting_rrom > .chat-footer > .button-box > button > img {
    width: 30px;
    margin-right: 3px;
    margin-bottom: 2px;
  }
  
  .chatting_rrom > .chat-footer > .dropdown {
    position: absolute;
    bottom: 6px;
    left: 14px;
  }
  
  .chatting_rrom > .chat-footer > .dropdown > button {
    border: 1px solid #ff8484;
    border-radius: 5px;
    background-color: #fff;
    padding: 2px 6px;
  }
  
  .chatting_rrom > .chat-footer > .dropdown > ul {
    top: -42px;
  }
  
  .chatting_rrom.active-r {
    position: fixed;
    right: 0 !important;
    opacity: 1;
    max-width: 100%;
  }
  .chatting_rrom.active-r > a {
    width: 20px;
    position: absolute;
    z-index: 9999;
    top: 10px;
    left: 22px;
    font-weight: bold;
    font-size: 24px;
  }
  #bo_list {
      background-color: #fff;
  }
  .cm_lt {position:relative;margin-bottom:20px;overflow:hidden;background:#fff;border:1px solid #dcdcdc;padding:8px}
  .cm_lt .cm_lt_title {display:block;padding:0 20px;line-height:45px;font-size:1.083em;border-bottom:1px solid #e2e2e2;color:#253dbe;background:#fcfcfc}
  .cm_lt .cm_lt_title a {position:recm_ltive;color:#000;display:inline-block}
  
  .cm_lt ul {}
  .cm_lt li {position:relative;border-bottom:1px solid #e5ecee;}
  .cm_lt li:after {display:block;visibility:hidden;clear:both;content:""}
  .cm_lt li:last-child {border-bottom:0;margin-bottom:0}
  .cm_lt li a:hover {color:#3a8afd}
  
  .cm_lt_nick {float:left}
  .cm_lt_nick img {border-radius:50%;width:35px;height:35px;margin-right:10px}
  .cm_lt_info {}
  .cm_lt_info .lt_nick {}
  .cm_lt_info .lt_date {color:#888}
  .cm_lt_info a {padding:3px;color: #6f6f6f;line-height:18px;display:inline-block;width:100%;max-height:50px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
  
  .cm_lt .empty_li {line-height:145px ;color:#666;text-align:center;padding:0}
  .cm_lt .empty_li:before {background:none;padding:0}
  
  .cm_lt .lt_cmt {color:#3a8afd;font-size:11px;padding:0 5px;font-weight:bold}
  .cm_lt .lt_more {position:absolute;top:11px;right:20px;display:block;width:40px;line-height:25px;color:#3a8afd;border-radius:3px;text-align:center}
  .cm_lt .lt_more:hover {color:#777}
  
  /* 최근게시물 스킨 (latest) */
  .lt {position:relative;}
  .lt .lt_title {display:block;font-size:1.3em;padding:15px 15px 0;line-height:24px;background:#fff}
  .lt ul {list-style:none;}
  .lt ul li {text-align:left;height: 36px;}
  .lt ul li:last-child {border-bottom:0}
  .lt ul li:after {display:block;visibility:hidden;clear:both;content:""}
  .lt ul li:hover a.lt_tit {color:#956202}
  .lt .lt_thumb {display:inline-block;float:left;margin-right:10px}
  .lt .lt_thumb img {width:138px;height:auto;overflow:hidden}
  .lt .lt_tit {color:#6f6f6f;display:block;max-height:60px;overflow:hidden;padding:3px}
  .lt .lt_info {display:inline-block;position:relative;line-height:20px;color:#828282;font-size:0.925em;vertical-align:top}
  .lt .lt_date {color:#828282}
  .lt .latest-sel{margin-top:1px;overflow: hidden;}
  
  .lt .lt_more {position:absolute;top:15px;right:15px;color:#3a8afd;background:#fff;border:1px solid #d1d7e5;font-size:0.925em;border-radius:3px;padding:4px 5px;z-index:1}
  .lt .lt_cmt {background:#e9eff5;color:#3a8afd;font-size:11px;height:16px;line-height:16px;padding:0 5px;border-radius:3px;vertical-align:middle}
  
  .lt .profile_img img {border-radius:50%;vertical-align:top}
  .lt li .fa-lock {display:inline-block;line-height:14px;width:16px;font-size:0.833em;color:#4f818c;background:#cbe3e8;text-align:center;border-radius:2px;font-size:12px;border:1px solid #cbe3e8;vertical-align:middle}
  .lt li .fa-download {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#daae37;background:#ffefb9;text-align:center;border-radius:2px;vertical-align:middle}
  .lt li .fa-link {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#b451fd;background:#edd3fd;text-align:center;border-radius:2px;vertical-align:middle}
  .lt li .hot_icon {display:inline-block;width:16px;line-height:16px;font-size:0.833em;color:#ff0000;background:#ffb9b9;text-align:center;border-radius:2px;vertical-align:middle}
  .lt li .fa-heart {color:#ff0000}
  .lt li .new_icon {display:inline-block;width:16px;line-height:16px;font-size:0.75em;color:#23db79;background:#b9ffda;text-align:center;border-radius:2px;margin-left:2px;font-weight:bold;vertical-align:middle}
  .lt .lt_tit .fa-heart {color:#fe4560;margin-left:5px}
  
  .lt .comment_icon {background:url('./img/icon_comment.png') no-repeat 50% 50%;display:inline-block;width:20px;height:28px;text-indent:-999px;overflow:hidden;vertical-align:top;background-size:70%;margin:0 0px 0 5px}
  .lt .empty_li {text-align:center;padding:40px 0;color:#777}
  
  .lt .owl-carousel .owl-item .profile_img img{width:auto;display:inline}
  
  .tooltipster-content .sv a{display:block;padding:0 10px;line-height:30px;font-weight:normal;color:#bbb}
  .tooltipster-content .sv a:hover{background:#000;color:#fff}
  .tooltipster-sidetip.tooltipster-sir .tooltipster-content{padding:0}
  .tooltipster-sidetip.tooltipster-sir .tooltipster-box{border:0 none;background:#333;border-radius:0}
  .tooltipster-sidetip.tooltipster-sir.tooltipster-bottom .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-sir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#333}
  
  .lt_page {background:#fff;text-align:center;padding:10px 15px;line-height:25px;border-bottom:1px solid #e5ecee}
  .lt_page button {display:inline-block;background:#fff;width:25px;height:25px;border:1px solid #dbdee6;text-align:center;color:#cdcdce}
  .lt_page span {color:#6e6e6e}
  .lt_page b {color:#000}
  .lt_page_prev {float:left}
  .lt_page_next {float:right}
  /* 포인트 */
  #point {text-align:center}
  #point h1 {text-align:left}
  #point .point_all {margin:15px;border-radius:5px;background:#edf3fc;border:1px solid #d6e2f4;color:#485172;font-size:1.083em}
  #point .point_all:after {display:block;visibility:hidden;clear:both;content:""}
  #point .point_all li {float:left;width:50%;padding:20px;text-align:left}
  #point .point_all li span {float:right;color:#485172;font-weight:bold}
  #point .point_all li:last-child {border-left:1px solid #d6e2f4}
  #point .point_all .full_li {width:100%;border-bottom:1px solid #d6e2f4;text-align:left}
  #point .point_all .full_li span {color:#000;font-weight:bold;font-size:1.2em}
  #point .point_status{background:#737373;border:0;color:#fff;font-weight:bold;font-size:1.083em;text-align:left}
  #point .point_status:after {display:block;visibility:hidden;clear:both;content:""}
  #point .point_status span{margin-left:10px;float:right}
  
  .point_list {margin-bottom:20px}
  .point_list li:first-child {border-top:1px solid #ececec}
  .point_list li {border-bottom:1px solid #ececec;background:#fff;padding:15px;list-style:none;position:relative}
  .point_list li:after {display:block;visibility:hidden;clear:both;content:""}
  
  .point_list .point_use {background:#f6f6f6}
  .point_list .point_use .point_num {font-size:1.25em;color:#ff4f76;font-weight:bold;float:right}
  .point_list .point_num {font-size:1.25em;color:#3a8afd;font-weight:bold;float: right;}
  .point_list .point_top {line-height:15px;margin:0 0 5px}
  .point_list .point_top:after {display:block;visibility:hidden;clear:both;content:""}
  .point_list .point_tit {font-weight:bold;font-size:1.083em;display:block;line-height: 30px;text-align: left;}
  .point_list .point_date1 {color:#888d92;text-align: left;float: left;}
  .point_list .point_date {color:#888d92}
  .point_list .txt_expired {color:red;margin-left:5px}
  
  #point .pg_wrap {width:100%;float:inherit;text-align:center}
  #point .btn_close {margin:20px auto}
.item-box {
    margin: 0 auto;
    width: 100%;
}
  .gray-box {
    margin-top: 2rem !important;
    background: #222;
    padding: 15px;
    width: 92%;
}
.gray-box h3 {
    text-align: center;
    margin: 0 0 10px;
    padding: 0;
}
.gray-box .td-ul p {
    position: relative;
    color: #aaa;
    padding-left: 15px;
    font-size: 13px;
    padding-bottom: 6px;
}

.gnb-menu {}

.gnb-menu a {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: normal;
    text-align: left;
    color: #222 !important;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.gnb-menu a img {
    margin-right: 7px;
}
#tocplusWindow {
    z-index: 99 !important;
    right: 10px !important;
    left: auto !important;
}