body {
  margin:0;padding:0;border:0;scrollbar-width: thin; -webkit-font-smoothing: antialiased;
  }
  body * {margin:0;padding:0;border:0;font:inherit;vertical-align:baseline;list-style-type: none;
  border-style:solid;background-size:cover;background-position:center center;
  background-repeat:no-repeat;word-wrap:break-word;text-decoration:none;
  outline-style:none;background-color:transparent;color:inherit;
  border-color:rgba(0,0,0,.09);box-sizing:border-box;overflow:hidden;
  -webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;
  scrollbar-width: thin;
  }
  input,textarea {width:100%;color:#111;border-width:1px;padding:8px 10px;
  text-align:left !important;}
  iframe {display:none !important;}
  img {vertical-align:top;width:100%;}
  
  
  
  
  

  .loading-bar {
  width:100px;margin:0 auto;
  height:5px;border-radius:300px;
  background-color:#eee;
  overflow:hidden;
  /*display:none;*/
  }
  .loading-bar:after {
  display:block;
  content:'';
  width:100px;height:50px;
  background-color:#c33;
  animation:loading-bar linear 1s infinite;
  }
  @keyframes loading-bar {
  0%   {width:0%;}
  100% {width:100%;}
  }
  
  
  /* SCROLLBAR Chrome Safari */
  ::-webkit-scrollbar {width: 2px; height: 2px;background-color:transparent;}
  ::-webkit-scrollbar-button:start:decrement,
  ::-webkit-scrollbar-button:end:increment {display:none;height:0px;}
  ::-webkit-scrollbar-thumb {
  height: 5px; width: 50px;
  background:#999;
  border-radius: 3px;
  }
  
  .ovh {
    overflow-y:auto !important;-webkit-overflow-scrolling: touch;
    white-space:nowrap;
  }
  .ovh,.ovv,.sc-x {
    -ms-overflow-style: none;  /* IE 10+ */
    scrollbar-width: none;  /* Firefox */	
  }
  
  
  .ovv,.sc-x {overflow-x:auto !important;-webkit-overflow-scrolling: touch;}
  .ovh::-webkit-scrollbar,
  .ovv::-webkit-scrollbar,
  .sc-x::-webkit-scrollbar {
      display: none;  /* Safari and Chrome */
  }
  
  .sc-x {white-space:nowrap;}
  
  .oy {overflow-y:auto !important;-webkit-overflow-scrolling: touch;}
  .ox {overflow-x:auto !important;-webkit-overflow-scrolling: touch;}
  
  
  
  .grd {
  display:grid;
  grid-column-gap:10px;
  grid-template-columns:repeat(4, 1fr);
  }
  
  .el
  {overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-moz-text-overflow:ellipsis;}
  .ell {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }
  
  
  
  .fx,[class*="-fx"] {position:fixed;}
  .ab,[class*="-ab"] {position:absolute;}
  .fx,[class*="-fx"],.ab,[class*="-ab"] {top:0px;bottom:0px;left:0px;right:0px;}
  .re {position:relative;}
  
  
  
  .vdl,.mdl {display:flex;align-items:center;}
  .mdl {justify-content:center;}
  
  .md {
  position:absolute;left:0px;right:0px;bottom:auto;
  top:49%;-webkit-transform:translateY(-49%);
  transform:translateY(-49%);
  max-height:100%;
  overflow-y:auto !important;-webkit-overflow-scrolling: touch;
  }
  
  .bt-gotop {
    z-index:260;position:fixed;bottom:10px;right:10px;
    background-color:#fff;width:40px;height:40px;
    text-align:center;line-height:1;
    font-size:9px;font-weight:bold;padding-top:2px;
    border-width:1px;border-radius:5px;
  }
  .bt-gotop span {display:block;margin-top:-7px;}
  .bt-gotop span:after {content:'TOP';color:#666;}
  
  .in {margin:0 auto;width:100%;}
  
  u,i,small
  {display:inline-block;vertical-align:middle;font-size:inherit;}
  
  .pop-out,
  .pop-bg,
  .pop-body,
  .pop-head,
  .pop-main {top:0px;bottom:0px;left:0px;right:0px;}
  
  .pop-bg,
  .pop-body,
  .pop-head,
  .pop-main,
  .bt-pop-close {position:absolute;}
  
  .pop-out {
    z-index:200;position:fixed;
    display:none;
  }
  .pop-bg {
    z-index:1;
    background-color:var(--pop-bg);
  }
  
  .pop-body {
    z-index:10;
    background-color:var(--pop-body-bg);
    color:var(--pop-body-color);
  }
  .pop-head {
    z-index:1;bottom:auto;height:60px;
    background-color:var(--mmm);
  }
  .pop-main {
    top:60px;padding:15px;overflow-y:auto !important;-webkit-overflow-scrolling: touch;
    background-color:#fff;
  }
  
  .pop-head h2 {font-size:18px;padding:15px;}
  
  
  .bt-pop-close {
    width:40px;height:40px;top:10px;right:10px;
  }
  .bt-pop-close:after {
    content:'';
    z-index:100;position:absolute;top:10px;left:10px;
    width:20px;height:20px;
    background-color:#666;
    clip-path: polygon(10% 0, 0 10%, 40% 50%, 0 90%, 10% 100%, 50% 60%, 90% 100%, 100% 90%, 60% 50%, 100% 10%, 90% 0, 50% 40%);
  }
  .bt-pop-close:hover:after {background-color:#000;}
  
  
  
  
  [class*="bt-arrow"] {
    width:40px;height:40px;
    position:relative;
  }
  [class*="bt-arrow"]:after {
    content:'';
    position:absolute;top:10px;left:10px;
    width:20px;height:20px;
    background-color:var(--c999);
  }
  .bt-arrow-left:after {
    clip-path: polygon(70% 0, 40% 50%, 70% 100%, 50% 100%, 20% 50%, 50% 0);
  }
  .bt-arrow-right:after {
    clip-path: polygon(50% 0, 80% 50%, 50% 100%, 30% 100%, 60% 50%, 30% 0);
  }
  
  [class*="bt-arrow"]:hover:after {background-color:var(--black);}
  
  
  .ic-menu {width:26px;height:18px;border-top:3px solid #000;}
  .ic-menu:before,.ic-menu:after {display:block;content:'';height:3px;background-color:#000;}
  .ic-menu:before {margin-top:4px;}
  .ic-menu:after {margin-top:4px;}
  
  .ic-comm {
    display:inline-block;vertical-align:middle;
    width:16px;height:14px;margin-right:7px;
    position:relative;
  }
  .ic-comm:before,.ic-comm:after {
    position:absolute;
    content:'';
    background-color:#666;
    width:100%;left:0px;
  }
  .ic-comm:before {height:75%;top:0px;border-radius:2px;}
  .ic-comm:after {height:27%;bottom:0px;clip-path: polygon(50% 100%, 20% 0, 65% 0);}
  
  
  
  
  
  input {
    padding:10px 17px;
  }
  
  
  .sub-bx {margin-top:15px;}
  .sub-bx u {
    font-size:18px;
    color:var(--white);
    padding:15px 20px;margin:0 3px;
    background-color:var(--c333);
    color:var(--white);
    text-align:center;
    cursor:pointer;
  }
  .sub-bx u:hover {background-color:var(--black);}
  .sbt1 u {display:block;}
  
  
  
  
  
  
  
  
  .nav-fx-out {
    z-index:9999;
    top:auto;
  
    font-size:0px;
    text-align:center;
    height:50px;
  }
  .nav-fx-out a {
    display:inline-block;
    font-size:14px;
    padding:15px 10px;
    border-left:1px solid #555;
  }
  .nav-fx-out a:last-of-type {border-right:1px solid #333;}
  
  
  li.r {float:right !important;text-align:right !important;}
  
  
  
  
  
  [class*="-vdl"] > * > *,
  .vdll > *
  {display:flex;align-items:center;justify-content:center;}
  
  
  
  [class*="-lmt"] {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
  }
  [class*="-l2"] {-webkit-line-clamp: 2;}
  [class*="-l3"] {-webkit-line-clamp: 3;}
  [class*="-l4"] {-webkit-line-clamp: 4;}
  [class*="-l6"] {-webkit-line-clamp: 6;}
  [class*="-l8"] {-webkit-line-clamp: 8;}
  [class*="-l10"] {-webkit-line-clamp: 10;}
  
  [class*="-el"]
  {	max-width:50%;
    overflow:hidden;white-space:nowrap;text-overflow:ellipsis;
    -o-text-overflow:ellipsis;-moz-text-overflow:ellipsis;
  }
  
  
  
  
  
  
  
  
  
  
  
  