@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");

input {
  -webkit-appearance: none;
}

header {
  height: 55px;
  width: 100%;
  padding: 0 1.5rem;
  position: sticky;
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  top: 0;
  z-index: 99999999;
  background: #fff;
}

header ul {
  list-style: none;
  float: right;
  margin-top: 11px;
  border-left: 0 solid #dbddde;
  padding: 0.25rem;
}

header ul.fix {
  border-left: 1px solid #dbddde;
}

header ul li.cart {
  top: 2px;
}

header ul.logo {
  list-style: none;
  float: left;
  border: 0;
  padding: 0;
  margin-top: 15px;
}

header ul.logo li {
  float: left;
  margin: 0;
  border: 0;
}

header ul li {
  float: right;
  margin-left: 1.5rem;
  position: relative;
}

header ul.logo li a {
  display: block;
  margin-top: -2px;
}

header ul.logo li a img {
  width: 220px;
  height: auto;
  filter: grayscale();
}

header .concept {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  font-weight: 600;
  font-size: 16px;
  color: #111;
}

header .concept:hover {
  color: #ee7f43;
}

footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 3.5rem;
  padding: 0;
  background: #fff;
  width: 100%;
  max-width: 1330px;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}

/* footer {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr;
    grid-gap: 3.5rem;
    padding: 1.5rem 3.5rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
    background: #fff;
    width: 100%;
} */

footer .credit {
  float: right;
  font-size: 13px;
  text-align: left;
  width: 265px;
  padding: 40px 0 2rem;
}

footer p.footer-logo {
  margin-bottom: 1rem;
}

footer .credit img {
  width: 100px;
  height: auto;
}

footer > .foot {
  color: #fff;
  padding: 2rem 0;
}

.foot ul {
  list-style: none;
  float: left;
  font-size: 14px;
  width: 100%;
}

.foot li:first-child {
  font-size: 15.5px;
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
}

.foot ul li {
  margin-bottom: 0.65rem;
  width: 100%;
}

.foot ul li a {
  display: block;
  opacity: 0.8;
}

.sbar-box {
  background: #f4f4f4;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  min-height: 280px;
  margin-top: 0;
}

#sbar {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 100%;
  max-width: 1280px;
  display: block;
  transition: max-width 0.3s, top 0.3s;
  z-index: 9999;
  padding: 2rem 1rem 0 1rem;
}

#sbar svg {
  position: absolute;
  left: 1.5rem;
  top: 1.25rem;
  opacity: 0.9;
}

#sbar.flow {
  position: fixed;
  width: 100%;
  max-width: 88%;
}

#sbar form {
  margin: 0 auto;
  position: relative;
}

#sbar form input {
  width: 100%;
  height: 60px;
  background: #fff;
  border-radius: 100px;
  padding: 1rem 13.5rem 1rem 1.5rem;
  color: #000;
  font-size: 15px;
  border: 2px solid #000;
}

.sbar-box ul {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 110px;
  width: 100%;
  max-width: 1280px;
  display: block;
  padding: 0;
  list-style: none;
  text-align: center;
}

.sbar-box ul li:first-child {
  float: inherit;
  padding-left: 0;
  font-size: 14px;
  font-weight: unset;
  color: #0b0d0e;
  display: inline;
}

.sbar-box ul li.ptt {
  color: #111;
  font-weight: 600;
  display: inline;
}

.sbar-box ul li {
  float: inherit;
  padding-right: 0.75rem;
  font-size: 14px;
  display: inline;
}

.sbar-box ul li a {
  color: #222;
}

.sbar-box ul li a:hover {
  opacity: 0.5;
}

.btn {
  border-radius: 100px;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  padding: 0.45rem 1.25rem;
  position: relative;
  margin-left: 0.5rem;
  font-size: 13px;
  font-weight: 500;
}

.btn.white {
  background: #fff;
  color: #e95504;
  border: 1px solid #e95504;
}

.btn.white svg {
  color: #e95504;
}

.btn.white:hover {
  background: #e95504;
  color: #fff;
  border: 1px solid #e95504;
}

.btn.white:hover svg {
  color: #fff;
}

.btn svg {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.label {
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  width: 24px;
  display: inline-block;
  text-align: center;
  height: 24px;
  line-height: 23px;
  position: absolute;
  top: -8px;
  right: -17px;
}

.label.orange {
  background: #e95504;
  color: #fff;
}

body.index .contents {
  padding: 2rem 0 2.5rem;
  max-width: 1330px;
  margin: 0 auto;
}

.contents {
  padding: 2rem 2.5rem 2.5rem;
  max-width: 100%;
  margin: 0 auto;
}

#sbar .nice-select.right {
  float: right;
  width: 200px;
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  border: 2px solid #e95504;
  line-height: 58px;
  border-radius: 0 100px 100px 0;
  border-width: 2px 2px 2px 0px;
}

#sbar .nice-select::before {
  content: "";
  position: absolute;
  height: 35px;
  width: 1px;
  background: #ee7f43;
  top: 13px;
  right: 198px;
}

#sbar .nice-select:after {
  height: 10px;
  right: 22px;
  width: 10px;
}

#sbar .nice-select {
  padding-right: 40px;
}

#sbar .nice-select .option {
  padding-left: 18px;
  padding-right: 29px;
  width: 100%;
  float: left;
}

#sbar .nice-select.right .current {
  font-size: 15px;
  color: #eb661d;
  font-weight: 500;
}

a svg {
  color: #000;
}

a svg:hover {
  opacity: 0.65;
}

.swiper-slide {
  width: auto;
  height: 420px;
}

.swiper-slide a {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.swiper-slide img {
  height: 100%;
  width: auto;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--swiper-navigation-color, #fff);
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, #eb661d);
}

.grid-gap {
  padding-top: 0;
}

body.index .grid-container {
  grid-gap: 0.5rem;
}

.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0.75rem;
  padding: 0;
  width: 100%;
  float: left;
}

.grid-container > div {
  background: url("../img/list_bg.png");
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
}

.grid-container > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.grid-container > div a img {
  height: 245px;
  max-width: 55%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(2.1);
}

.grid-container > div a:hover img {
  height: 245px;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(1);
}

.grid-container-left-wrap {
  padding: 0 0 0 0;
  width: 100%;
  float: left;
}

body.index .grid-container-left {
  grid-gap: 0.5rem;
}

.grid-container-left {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 0.75rem;
  width: 100%;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.grid-container-left:hover {
  background-color: transparent;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.div1 {
  grid-area: 1 / 1 / 3 / 3;
}

.div2 {
  grid-area: 1 / 3 / 2 / 4;
}

.div3 {
  grid-area: 1 / 4 / 2 / 5;
}

.div4 {
  grid-area: 1 / 5 / 2 / 6;
}

.div5 {
  grid-area: 2 / 3 / 3 / 4;
}

.div6 {
  grid-area: 2 / 4 / 3 / 5;
}

.div7 {
  grid-area: 2 / 5 / 3 / 6;
}

.grid-container-left > div {
  background: url("../img/list_bg.png");
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 0;
  position: relative;
}

.grid-container-left > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.grid-container-left > div a img {
  height: 167px;
  max-width: 48%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(2.1);
}

body.index .grid-container-left > div a img.fimage {
  max-width: 99.3%;
  height: 100%;
  transform: scale(1.05);
}

body.index .grid-container-left > div a:hover img.fimage {
  max-width: 99.3%;
  height: 100%;
  transform: scale(1.05);
}

.grid-container-left > div a:hover img {
  height: 167px;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(1);
}

body.index .grid-container-left > div a:hover img {
  height: 167px;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(2.1);
  max-width: 48%;
}

.grid-container-right-wrap {
  padding: 0;
  width: 100%;
  float: left;
}

.vdiv1 {
  grid-area: 1 / 1 / 2 / 2;
}

.vdiv2 {
  grid-area: 1 / 2 / 2 / 3;
}

.vdiv3 {
  grid-area: 1 / 3 / 2 / 4;
}

.vdiv4 {
  grid-area: 2 / 1 / 3 / 2;
}

.vdiv5 {
  grid-area: 2 / 2 / 3 / 3;
}

.vdiv6 {
  grid-area: 2 / 3 / 3 / 4;
}

.vdiv7 {
  grid-area: 1 / 4 / 3 / 6;
}

body.index .grid-container-right {
  grid-gap: 0.5rem;
}

.grid-container-right {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 0.75rem;
  width: 100%;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.grid-container-right:hover {
  background-color: transparent;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.grid-container-right > div {
  background: url("../img/list_bg.png");
  color: #fff;
  text-align: center;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  border-radius: 1px;
  position: relative;
}

.grid-container-right > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.grid-container-right > div a img {
  height: 195px;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
}

body.index .grid-container > div a video,
body.index .grid-container-right > div a video {
  height: 165px;
  max-width: 79%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(2.1);
}

body.index .grid-container > div a video.large,
body.index .grid-container-right > div a video.large {
  height: 165px;
  max-width: 79%;
  margin-top: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

/* body.index .grid-container-right>.vdiv7 a video.large {
    margin-top: 8.7rem;
    max-width: 80.5%;
} */

body.index .grid-container-right > .vdiv7 a video.large {
  height: auto;
  margin-top: 7.35rem;
  transform: scale(2.1);
}

.grid-container > div a video,
.grid-container-right > div a video {
  height: 245px;
  max-width: 55%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(2.1);
}

.grid-container > div a:hover video,
.grid-container-right > div a:hover video {
  height: 245px;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(1);
}

.title {
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 1rem;
}

.title.small {
  font-size: 22px;
  font-weight: 600;
  padding-top: 15px;
  padding-bottom: 10px;
}

.title.small.fix {
  padding-bottom: 10px;
  padding-top: 15px;
}

.list-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 1rem 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(4, 4, 4, 0.6))
  );
  background: linear-gradient(180deg, transparent 0, rgba(4, 4, 4, 0.6));
  word-break: break-word;
}

.list-footer .left {
  float: left;
  width: 100%;
}

.list-footer .left h4 {
  font-size: 12px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  letter-spacing: 0.035rem;
  padding: 0 8.7rem 0 1rem;
}

.list-footer .left p {
  font-size: 12px;
  color: #fff;
  text-align: left;
  font-weight: 300;
  line-height: 1.3;
  letter-spacing: 0.035rem;
  padding: 0 8.7rem 0 1rem;
}

.swiper-slide:hover .right-box,
.grid-container > div:hover .right-box,
.grid-container-left > div:hover .right-box,
.grid-container-right > div:hover .right-box,
.flexbox > div:hover .right-box {
  display: inherit;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.right-box {
  position: absolute;
  bottom: 1rem;
  z-index: 99;
  right: 1rem;
  line-height: 1;
  display: none;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.right-box ul {
  list-style: none;
}

.right-box ul li {
  float: left;
  width: 50%;
}

.right-box ul li svg {
  width: 55px;
  background: #eb661d;
  padding: 0.65rem 1rem;
  border-radius: 100px;
  cursor: pointer;
  height: 38px;
  margin-left: 5px;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.swiper-slide .right-box ul li a {
  width: 28px !important;
  height: 17px !important;
  margin-left: 4px;
}

.right-box ul li a {
  color: #fff;
  width: 55px !important;
  background: #000;
  padding: 0.65rem 1rem;
  border-radius: 100px;
  cursor: pointer;
  height: 38px !important;
  margin-left: 5px;
  opacity: 0.88;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

.right-box ul li svg.add_to_ideabox {
  width: 55px;
  background: #fff;
  padding: 0.55rem 1rem;
  border-radius: 100px;
  cursor: pointer;
  height: 38px;
  margin-left: 5px;
  fill: #000;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.right-box ul .add-to-cart svg:hover {
  opacity: 1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.right-box ul .add-to-cart-disabled svg {
  background: #f1f1f1;
  opacity: 25%;
  color: #000;
}

.right-box ul li svg.add_to_ideabox:hover {
  opacity: 1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.swiper-slide .right-box ul li svg {
  width: 25px;
  cursor: pointer;
  height: 16px;
  fill: #fff;
}

.swiper-slide .right-box ul li svg.add_to_ideabox {
  width: 25px;
  cursor: pointer;
  height: 20px;
  fill: #000;
}

.swiper-slide video {
  height: 420px;
  width: auto;
}

.stage svg {
  width: 25px;
  position: absolute;
  z-index: 9;
  left: 1rem;
  top: 1rem;
  opacity: 0.88;
}

.list-footer .left.center h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  padding: 0 1rem 0 1rem;
  text-align: center;
}

.sbar-box.fix {
  min-height: 100px;
  background: #f8fafb;
  border-bottom: 1px solid #dbddde;
  margin-top: 1px;
}

.sbar-box.fix #sbar {
  padding: 1.35rem 2.5rem 0 2.5rem;
  max-width: 100%;
}

.grid-gap.fix {
  padding-top: 1rem;
}

body.archive .contents {
  padding: 0rem 2.5rem 5.5rem 18.5rem;
  position: relative;
  min-height: 425px;
}

body.archive .contents::after {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #dbddde;
  left: 265px;
  top: 0;
  content: "";
}

body.archive .title.small.fix {
  padding-top: 0;
}

body.archive.noside .contents {
  padding: 0rem 2.5rem 5.5rem 2.5rem;
}

.title.small.fix ul {
  list-style: none;
  text-transform: none;
  font-size: 14px;
  border-left: 3px solid #222;
  padding-left: 1rem;
}

.title.small.fix ul li {
  float: left;
}

.title.small.fix ul li a {
  margin-right: 5px;
  opacity: 0.7;
  font-weight: 500;
}

.title.small.fix ul li a small {
  font-size: 15px;
  font-weight: 400;
}

.title.small.fix ul li a.active {
  opacity: 1;
  font-weight: 600;
}

.title.small.fix ul li.arrow {
  margin-right: 5px;
  opacity: 0.2;
}

.sidebar {
  position: absolute;
  left: 0;
  padding: 28px 0 2.5rem 1.5rem;
  /* height: 975px; */
  width: 240px;
  z-index: 99;
  overflow-x: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

/* body.feature .sidebar {
    top: 0;
    padding-top: 0;
} */

body.feature .sidebar {
  padding: 2rem;
  position: sticky;
  float: right;
  top: 4.5rem;
  width: 18%;
  height: auto;
  max-height: 600px;
  box-shadow: 0 0 1px #6b6d6e;
  right: 2.5rem;
  background: #f8f8f8;
  border-radius: 2px;
}

.sidebar::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.sidebar .inner {
  padding-bottom: 3rem;
}

.sidebar .sect button {
  width: 100%;
  text-align: left;
  font-weight: 600;
  margin-bottom: 0.5rem;
  cursor: pointer;
  position: relative;
  font-size: 15px;
  padding-right: 1.5rem;
}

.sidebar .sect button:hover {
  color: #e95504;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.sidebar .sect button .fa-chevron-right {
  transform: rotate(90deg);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  right: 1px;
  top: 5px;
  opacity: 0.5;
}

.sidebar .sect button.exp .fa-chevron-right {
  transform: rotate(270deg);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.sidebar .sect {
  margin-bottom: 1rem;
  border-bottom: 1px dashed #9b9d9e;
  padding-bottom: 1.25rem;
}

.sidebar .sect.first {
  margin-top: 65px;
}

.sidebar .sect ul {
  list-style: none;
}

.sidebar .sect ul li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 4px 2px 0;
}

.sidebar .sect ul li a.active {
  display: block;
  border: 1px solid #222;
  border-radius: 4px;
  line-height: 1;
  padding: 0.6rem 0.5rem;
  font-size: 12px;
  color: #fff;
  background: #333;
}

.sidebar .sect ul li a {
  display: block;
  border: 1px solid #abadae;
  border-radius: 4px;
  line-height: 1;
  padding: 0.6rem 0.5rem;
  font-size: 12px;
  color: #000;
  background: #fff;
}

.sidebar .sect ul li a:hover {
  border: 1px solid #eb661d;
  color: #fff;
  background: #eb661d;
}

.sidebar.hide {
  left: -100px;
}

.sidebar.hide .sect {
  display: none;
}

.sdh {
  left: 1.5rem;
  position: absolute;
  font-size: 18px;
  top: 18px;
  width: 89%;
  text-align: left;
  border-bottom: 1px dashed #888;
  padding-bottom: 15px;
  height: 55px;
  font-weight: 600;
  cursor: default;
  color: #111;
}

.sidebar.hide .sdh {
  left: -65px;
  border-bottom: 0;
  padding-bottom: 0;
  height: 38px;
}

body.archive .contents.hide {
  padding: 0rem 2.5rem 5.5rem 2.5rem;
}

body.archive .contents.hide:after {
  height: 100%;
  width: 0;
  background: transparent;
}

.sidebar .sdh .fa-chevron-right {
  transform: rotate(0deg);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  position: absolute;
  right: 2px;
  top: 10px;
  color: #888;
  font-size: 22px;
}

/* .sidebar .sdh:hover .fa-chevron-right {
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -ms-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    color: #0b0d0e;
} */

.sidebar.hide .sdh .fa-chevron-right {
  transform: rotate(180deg);
}

.sidebar .sdh .fa-sliders-h {
  transform: rotate(-90deg);
  margin-right: 5px;
}

/* .paging {
    width: 100%;
    margin-top: 4rem;
    text-align: right;
} */

.paging {
  width: 100%;
  margin-top: 4rem;
  text-align: right;
  border-top: 0 dashed #aaa;
  padding-top: 1rem;
}

.paging ul {
  list-style: none;
  height: 35px;
  width: auto;
  text-align: center;
  display: inline-block;
}

.paging ul li {
  float: left;
  margin: 0 2px;
}

.paging ul li a {
  border: 1px solid #aaa;
  padding: 8px 8px;
  line-height: 20px;
  background-color: #fff;
  color: #0b0d0e;
  border-radius: 2px;
  display: inline-block;
  font-size: 14px;
}

.paging ul li a:hover {
  border: 1px solid #eb661d;
  background-color: #eb661d;
  color: #fff;
}

.paging ul li a.active {
  border: 1px solid #111;
  background-color: #111;
  color: #fff;
}

.paging ul li.fb_arrow a {
  border: 0 solid #aaa;
  padding: 8px 8px 7px;
  line-height: 20px;
  background-color: #fff;
  color: #111;
  border-radius: 2px;
  display: inline-block;
  font-size: 22px;
}

.paging ul li.fb_arrow a:hover {
  border: 0 solid #eb661d;
  background-color: transparent;
  color: #eb661d;
}

.paging ul li.skip {
  line-height: 4;
  height: 39px;
  opacity: 0.5;
}

.title.small.fix ul.switch {
  list-style: none;
  text-transform: none;
  font-size: 15px;
  border-left: 0 solid #e95504;
  padding-left: 0;
  padding-bottom: 1rem;
}

.title.small.fix ul.switch li {
  float: right;
}

.title.small.fix ul.switch li a {
  margin-left: 12px;
  font-weight: 500;
  font-size: 28px;
  margin-right: 0;
  opacity: 1;
  color: #abadae;
}

.title.small.fix ul.switch li a small {
  font-size: 15px;
  font-weight: 400;
}

.title.small.fix ul.switch li a:hover {
  opacity: 1;
  color: #111;
}

.title.small.fix ul.switch li a.active {
  opacity: 1;
  color: #111;
}

.fa-exchange-alt {
  transform: rotate(90deg);
  font-size: 24px;
  position: relative;
  top: -1px;
  color: #abadae;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.fa-random {
  font-size: 25px;
  color: #abadae;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.fa-exchange-alt:hover,
.fa-random:hover {
  color: #111;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.title.small.fix ul.switch li.page_title {
  float: left;
  font-size: 24px;
  position: relative;
  top: 5px;
}

.item:hover .right-box {
  display: inherit;
}

.right-box ul li svg {
  color: #fff;
}

.grid-single {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-single > div {
  padding: 2.5rem;
  position: relative;
}

.grid-single > div img {
  height: auto;
  width: 100%;
  margin: 0;
}

.grid-single > div img.fix {
  max-height: 750px;
  width: auto;
  margin: 0;
}

.grid-single > div video {
  max-width: 640px;
  margin: 0;
  height: auto;
  width: 100%;
}

.grid-single > div.left {
  border-right: 1px solid #dbddde;
  text-align: center;
  background: #fbfdfe;
}

body.single .contents {
  padding: 0;
  margin-bottom: 1px;
}

body.single .stage {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

body.archive.fix .stage {
  position: relative;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
}

.grid-single > div .title.small.fix {
  padding-bottom: 1.5rem;
  padding-top: 0;
}

.grid-single > div .title.small.fix a.active {
  color: #e95504;
}

body.single h1 {
  font-size: 24px;
  line-height: 1.28;
  margin-bottom: 1rem;
}

body.single h2 {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 1.5rem;
  color: #3b3d3e;
  padding-bottom: 1.5rem;
  border-bottom: 1px dashed #888;
}

body.single h3 {
  margin-bottom: 3px;
  font-size: 14px;
}

body.single h3 small {
  font-size: 14px;
  font-weight: 400;
}

.grid-single > div .title.small.fix ul {
  list-style: none;
  text-transform: none;
  font-size: 14px;
  border-left: 0 solid #e95504;
  padding-left: 0;
}

body.single .detail ul {
  list-style: none;
  font-size: 15px;
  margin-bottom: 2px;
}

body.single .detail ul li {
  float: left;
  font-weight: 400;
}

body.single .detail ul li:first-child {
  font-weight: 600;
  padding-right: 5px;
  width: 140px;
  min-height: 1px;
}

body.single .detail ul li.attention {
  font-weight: 600;
  padding-right: 0;
  width: 100%;
  margin-top: 1rem;
  font-size: 13px;
  font-weight: 400;
  color: #888;
}

body.single h5 {
  padding: 1.5rem 2.5rem;
  font-size: 24px;
  border-top: 1px solid #dbddde;
  margin-top: 0px;
}

.topbar {
  padding: 10px 1.5rem 0;
  line-height: 1;
  font-size: 11px;
  margin-bottom: -8px;
  position: relative;
  border-bottom: 1px solid #fff;
  color: #8b8d8e;
  font-weight: 500;
  height: 30px;
}

body.single .action {
  margin-top: 1.5rem;
  border-top: 1px dashed #888;
  padding-top: 2rem;
}

body.single .action ul {
  list-style: none;
}

body.single .action ul li {
  float: left;
  font-weight: 400;
  margin-bottom: 1.5rem;
  width: 33.33333%;
}

body.single .action ul li a {
  cursor: pointer;
  background: #fff;
  color: #0b0d0e;
  border: 1px solid #6b6d6e;
  display: block;
  text-align: center;
  padding: 1rem 0rem;
  font-size: 13px;
  border-radius: 3px;
  margin: 0 2px;
  height: 55px;
  font-weight: 500;
}

body.single .action ul li a svg {
  width: 18px;
  height: auto;
  top: -2px;
  margin-right: 4px;
  position: relative;
  fill: #000;
}

body.single .action ul li a:hover {
  background: #e955041c;
  color: #000;
  border: 1px solid #e95504;
}

body.single .action ul li.add-to-cart a {
  background: #e95504;
  color: #fff;
  border: 2px solid #e95504;
  display: block;
  text-align: center;
  padding: 1.25rem 1rem;
  font-size: 16px;
  border-radius: 2px;
  font-weight: 600;
  height: auto;
}

body.single .action ul li.add-to-cart.fix {
  text-align: center;
}

body.single .action ul li.add-to-cart.fix a {
  background: transparent;
  color: #e95504;
  border: 0px solid #e95504;
  display: inline-block;
  text-align: center;
  padding: 0;
  font-size: 14px;
  border-radius: 0;
  font-weight: 500;
}

body.single .action ul li.add-to-cart.fix a:hover {
  background: transparent;
  color: #0b0d0e;
  border: 0 solid #e95504;
}

body.single .action ul li.add-to-cart a svg {
  width: 28px;
  fill: #fff;
  position: relative;
  top: -1px;
  margin-right: 5px;
}

body.single .action ul li.add-to-cart a:hover svg {
  fill: #e95504;
}

body.single .action ul li.add-to-cart a:hover {
  background: #fff;
  color: #e95504;
  border: 2px solid #e95504;
}

body.single .action ul li.add-to-cart {
  float: inherit;
  font-weight: 400;
  display: block;
  position: relative;
  clear: both;
  width: 100%;
}

.tag-box ul {
  position: relative;
  width: 100%;
  display: block;
  padding: 1.5rem 2.5rem 1.5rem 2.5rem;
  list-style: none;
  border-top: 1px solid #dbddde;
}

.tag-box ul li:first-child {
  float: left;
  padding-left: 0;
  font-size: 14px;
  font-weight: unset;
  color: #0b0d0e;
}

.tag-box ul li.ptt {
  color: #000;
  font-weight: 600;
}

.tag-box ul li {
  float: left;
  padding-right: 0.75rem;
  font-size: 14px;
}

.tag-box ul li a {
  color: #0b0d0e;
}

.tag-box ul li a:hover {
  color: #e95504;
}

.notification-box {
  position: relative;
  width: 100%;
  display: block;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  list-style: none;
}

.notification-box strong {
  font-weight: 600;
  font-size: 18px;
  display: block;
  color: #e95504;
  margin-bottom: 0.5rem;
}

.notification-box p {
  position: relative;
  width: 100%;
  display: block;
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
  list-style: none;
  background: #e9550412;
  border: 1px solid #e95504;
  border-radius: 2px;
}

body.archive .grid-container > div a img,
body.archive .grid-container > div a:hover img {
  margin: 0;
  height: 160px;
  width: auto;
  max-width: inherit;
  object-fit: inherit;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(1);
}

body.archive .grid-container > div a {
  height: 200px;
}

.list-footer.fix {
  position: relative;
  bottom: 0;
  width: 100%;
  z-index: 9;
  padding: 1rem;
  background: #f8f8f8;
  word-break: break-word;
  margin-top: -1px;
  border-top: 1px solid #ddd;
  height: 90px;
}

body.search .list-footer.fix {
  height: 185px;
}

body.search .grid-container > div .list-footer.fix .left a.fix p i {
  display: block;
  margin-top: 15px;
  line-height: 1.5;
  border-top: 0px dashed #888;
  padding-top: 0;
  font-size: 12px;
}

body.ideabox .list-footer.fix {
  height: 140px;
}

body.archive .grid-container > div {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0);
  border-radius: 5px;
  overflow: hidden;
  transition: 0.3s;
}

body.archive .grid-container > div:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

body.archive .grid-container > div .list-footer.fix .left a.fix {
  height: auto;
  display: inherit;
  align-items: inherit;
  justify-content: inherit;
  color: #0b0d0e;
}

body.archive .grid-container > div .list-footer.fix .left a.fix h4 {
  color: #0b0d0e;
  padding: 0;
}

body.archive .grid-container > div .list-footer.fix .left a.fix p {
  color: #0b0d0e;
  padding: 0;
}

body.archive.list .right-box ul li svg.add_to_ideabox {
  border: 1px solid #888;
}

body.archive.list .right-box {
  bottom: 1rem;
}

body.index .grid-gap {
  padding-top: 0;
}

body.archive.list .grid-container > div a video,
body.archive.list .grid-container-right > div a video {
  height: 160px;
  max-width: inherit;
  margin: 0;
  object-fit: inherit;
  object-position: inherit;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(1);
}

.sbar-box ul.sub {
  top: 155px;
  width: 100%;
  padding: 0;
  display: inherit;
  text-align: center;
}

.sbar-box ul.sub li {
  padding-left: 2.5rem;
  font-size: 18px;
  font-weight: 600;
  border-right: 1px solid #ffffff6e;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 2px;
  padding-right: 2.5rem;
  float: inherit;
  display: inline;
}

.sbar-box ul.sub li:last-child {
  border-right: 0 solid #fff;
}

body.archive.full .contents {
  padding: 0rem 2.5rem 5.5rem;
}

body.archive.full .contents::after {
  display: none;
}

body.archive.full .title.small.fix.maso {
  padding-top: 1.5rem;
  border-bottom: 1px solid #dbddde;
  margin-bottom: 1rem;
}

.paging.spin {
  margin-top: 3rem;
  text-align: center;
}

.fa-3x {
  font-size: 3em;
  text-align: center;
  color: #333;
  font-size: 60px;
}

.grid-single.arc {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0;
  max-width: 100%;
  margin: 0 auto;
}

.grid-single.arc > div.left {
  text-align: center;
  background: #fbfdfe;
  border: 1px solid #dbddde;
  margin-bottom: 3rem;
  padding: 4% 20%;
}

.grid-single.arc > div img.fix {
  max-height: 1280px;
}

.detail-btn {
  position: relative;
  top: 0;
  right: 0;
  padding: 1rem;
  background: #121415;
  color: #fff;
  font-weight: 500;
  display: block;
  font-size: 16px;
  max-width: 640px;
  text-align: center;
  float: inherit;
  margin: 0 auto;
  width: 100%;
}

.detail-btn:hover {
  background: #eb661d;
  color: #fff;
}

form.normal {
  margin: 0 auto;
  max-width: 480px;
  min-height: 100px;
  border: 1px solid #bbbdbe;
  position: relative;
  background: #fff;
  border-radius: 2px;
  padding: 3rem;
}

form.normal.wide {
  max-width: 680px;
}

form.normal input {
  border: 1px solid #bbbdbe;
  border-radius: 2px;
  width: 100%;
  display: block;
  height: 50px;
  margin-bottom: 0.5rem;
  padding: 0.75rem;
  color: #0b0d0e;
  font-weight: 500;
  background: #fff;
}

form.normal button {
  background: #111;
  color: #fff;
  border: 1px solid #111;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

form.normal button:hover {
  background: #fff;
  color: #e95504;
  border: 1px solid #e95504;
}

body.form .contents {
  background: #f8fafb;
  padding: 2rem 2.5rem;
}

form.normal a.button {
  background: #f4f6f7;
  color: #0b0d0e;
  border: 1px solid #abadae;
  width: 100%;
  height: 50px;
  border-radius: 5px;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  display: block;
  text-align: center;
  padding: 0.75rem;
}

form.normal a.button:hover {
  background: #e955041a;
  color: #0b0d0e;
  border: 1px solid #e955041a;
}

form.normal .nice-select {
  background-color: #fff;
  border: 1px solid #bbbdbe;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  line-height: 50px;
  outline: none;
  padding-left: 0.75rem;
  margin-bottom: 0.5rem;
  width: 100%;
  z-index: auto;
}

form.normal label.divider {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 0.5rem;
  float: left;
  width: 100%;
}

form.normal label.divider.fix {
  display: block;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 0.5rem;
  float: left;
  width: 100%;
}

form.normal textarea {
  resize: none;
  border: 1px solid #bbbdbe;
  border-radius: 5px;
  width: 100%;
  padding: 0.75rem;
  font-size: 14px;
  color: #0b0d0e;
  font-weight: 400;
  -webkit-overflow-scrolling: touch;
  background: #fff;
  -webkit-appearance: none;
}

.nice-select .list {
  max-height: 200px !important;
  overflow-y: auto !important;
  -webkit-overflow-scrolling: touch;
}

form.normal p {
  margin: 1rem 0;
  font-weight: 400;
  font-size: 15px;
  color: #3b3d3e;
  word-break: break-word;
}

form.normal .cr-box {
  margin-top: 5px;
  margin-bottom: 1rem;
}

body.archive .grid-container.left > div a {
  height: 505px;
}

body.archive.list .grid-container.left > div a img {
  height: 450px;
}

body.archive.list .grid-container.left > div a video {
  height: 380px;
}

.grid-container.left {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  float: left;
  width: 49.5%;
}

.grid-container.right {
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  float: right;
  width: 49.55%;
  grid-gap: 10px 1rem;
}

body.feature .contents.feature .list-footer.fix {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(transparent),
    to(rgba(4, 4, 4, 0.6))
  );
  background: linear-gradient(180deg, transparent 0, rgba(4, 4, 4, 0.6));
  position: absolute;
  border: 0;
  min-height: 75px;
  height: auto;
}

body.feature
  .contents.feature
  .grid-container
  > div
  .list-footer.fix
  .left
  a.fix
  h4 {
  color: #fff;
}

body.feature
  .contents.feature
  .grid-container
  > div
  .list-footer.fix
  .left
  a.fix
  p {
  color: #fff;
}

.subcat {
  background: #0b0d0e;
  margin-bottom: 1rem;
  padding: 1rem 0;
}

.subcat ul {
  text-align: center;
  list-style: none;
}

.subcat ul li {
  display: inline;
  border-right: 1px solid #ffffff6e;
  padding: 0 1rem;
}

.subcat ul li:last-child {
  border-right: 0 solid #ffffff6e;
}

.subcat ul li a {
  color: #fff;
}

.subcat ul li a:hover {
  opacity: 0.5;
}

body.feature .contents.feature .grid-container > div a img,
body.feature .contents.feature .grid-container > div a {
  height: auto !important;
  width: 100% !important;
}

body.feature.side .grid-container {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
}

body.archive .title.small.fix.maso.feat {
  padding-top: 1.8rem;
}

body.feature .wide {
  padding: 0rem 2.5rem;
  position: relative;
}

body.feature .contents.wide::after {
  position: absolute;
  height: 0%;
  width: 0;
  background: transparent;
  left: 265px;
  top: 0;
}

body.feature .wide img {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

body.feature .wide h1 {
  font-size: 25px;
}

body.feature .wide span {
  margin-bottom: -0.75rem;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0.5rem;
  color: #000;
}

body.feature .wide p {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid #dbddde;
  padding-bottom: 1.5rem;
  width: 100%;
}

body.feature .sidebar .sect ul li a {
  display: block;
  border: 0px solid #abadae;
  border-radius: 0;
  line-height: 1.5;
  padding: 0;
  font-size: 14px;
  color: #000;
  background: transparent;
}

body.feature .sidebar .sect ul li {
  float: left;
  width: 100%;
  text-align: left;
  padding: 4px 2px 0;
  word-wrap: break-word;
}

body.feature .sidebar .sect ul li a:hover {
  color: #e95504;
}

.fsect {
  display: block;
  width: 100%;
  margin-bottom: 1.5rem;
}

.fsect.fix {
  margin-bottom: 0.5rem;
  margin-top: 2.5rem;
}

.fsect span {
  background: #eeeeee;
  padding: 0.75rem 1rem;
  display: block;
  border-radius: 2px;
  color: #000;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 1.5rem;
}

.fsect small {
  display: block;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  word-wrap: break-word;
}

body.feature h5 {
  padding: 1.5rem 0;
  font-size: 24px;
  border-top: 1px solid #dbddde;
  margin-top: 2.5rem;
}

body.feature.side-bar .contents::after {
  position: absolute;
  height: 100%;
  width: 0;
  background: transparent;
  right: 0;
  top: 0;
  content: "";
  left: inherit;
}

body.feature.side-bar .contents.main {
  width: 80%;
  float: left;
  padding: 0rem 2.5rem 5.5rem 2.5rem;
}

body.feature.ideabox.side-bar .contents.main {
  width: 100%;
  float: left;
  padding: 0rem 2.5rem 5.5rem 2.5rem;
}

html {
  scroll-behavior: smooth;
}

body.feature .sidebar .sect ul li a.active {
  background: #333;
  color: #fff;
  font-weight: 500;
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
}

body.single .action ul li.add-to-cart a.dbb {
  background: #2b2d2e;
  border: 2px solid #2b2d2e;
  margin-top: 1rem;
}

body.single .action ul li.add-to-cart a.dbb:hover {
  background: #fff;
  color: #0b0d0e;
  border: 2px solid #0b0d0e;
}

body.single .action ul li.add-to-cart a.dbb .fa-download {
  margin-right: 5px;
  font-size: 21px;
}

form.normal p a {
  font-weight: 500;
  color: #e95504;
}

form.normal p a:hover {
  text-decoration: underline;
}

form.normal h1 {
  font-size: 22px;
  margin-bottom: 1rem;
}

form.normal .upload {
  margin-top: 1rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid #bbbdbe;
  border-radius: 5px;
  padding: 0;
  background: #f4f6f7;
}

form.normal .upload input {
  cursor: pointer;
  position: absolute;
  z-index: 9;
  opacity: 0;
  color: transparent;
  text-indent: -20rem;
  font-size: 0;
  margin: 0;
  height: 100%;
  padding: 0;
}

form.normal .upload a {
  cursor: pointer;
  display: block;
  margin: 0.75rem 1rem;
}

form.normal .notification-box {
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
  list-style: none;
}

form.normal .notification-box p {
  font-size: 14px;
  padding: 0.75rem 1rem;
  border-radius: 5px;
  color: #e95504;
  background: #fff;
  margin-top: 0;
}

#sbar form select {
  display: none;
}

body.ideabox .wide span {
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  margin-top: 0.5rem;
}

body.ideabox .wide span.extra {
  margin-bottom: 1em;
  margin-top: -0.15rem;
}

.right-box ul li a.delete_ideabox {
  width: 55px;
  background: #fff;
  padding: 0.55rem 1rem;
  border-radius: 100px;
  cursor: pointer;
  height: 38px;
  margin-left: 5px;
  color: #4b4d4e;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  font-size: 19px;
}

.right-box ul li a.delete_ideabox:hover {
  opacity: 1;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: #fff !important;
  color: #e95504;
}

body.archive .grid-container > div .list-footer.fix .left p small {
  font-size: 100%;
  float: right;
}

body.ideabox .grid-container > div .list-footer.fix .left p.cbox {
  border-top: 1px dashed #dbddde;
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  padding-left: 0;
  padding-right: 0;
}

body.ideabox .grid-container > div .list-footer.fix .left p.cbox i {
  font-size: 16px;
}

body.ideabox
  .grid-container
  > div
  .list-footer.fix
  .left
  p.cbox
  span.write-comment {
  float: right;
  font-size: 12px;
  border: 1px solid #aaa;
  border-radius: 100px;
  padding: 5px 12px;
  position: relative;
  top: 0;
  background: #fff;
  color: #3b3d3e;
}

body.ideabox
  .grid-container
  > div
  .list-footer.fix
  .left
  p.cbox
  span.write-comment:hover {
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  background: #eb661d;
  color: #fff;
  border: 1px solid #eb661d;
}

body.ideabox
  .grid-container
  > div.list-footer.fix.left
  p.cbox
  span.write-comment
  i {
  font-size: 12px;
}

body.ideabox .grid-container > div .list-footer.fix .left p.cbox span {
  font-weight: 500;
  font-size: 16px;
  color: #3b3d3e;
  cursor: pointer;
  position: relative;
  top: 3px;
}

body.ideabox .grid-container > div .list-footer.fix .left p.cbox span:hover {
  color: #eb661d;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

body.ideabox.list .right-box {
  bottom: 150px;
}

body.archive .grid-container > div a.jcart,
body.archive .grid-container > div a.jcart:hover {
  background: transparent !important;
  padding: 0;
  width: auto !important;
  margin: 0;
}

body.ideabox .list-footer.fix.active {
  background-color: #cbcdce;
}

body.feature .wide h1 small {
  font-size: 100%;
  cursor: pointer;
  color: #e95504;
  margin-left: 5px;
  position: relative;
  top: -1px;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

body.feature .wide p small {
  font-size: 100%;
  cursor: pointer;
  color: #e95504;
  margin-left: 5px;
  position: relative;
  top: -1px;
  opacity: 0.8;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

body.feature .wide h1 small:hover,
body.feature .wide p small:hover {
  opacity: 1;
}

body.ideabox .wide.function {
  padding: 0 2.5rem;
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  border-top: 0px solid #ddd;
  margin-bottom: 0;
  z-index: 99999;
  margin-top: 0;
  position: sticky;
  top: 55px;
}

/* body.ideabox .wide p {
    margin-bottom: 2.5rem;
    border-bottom: 0px solid #dbddde;
    padding-bottom: 0rem;
    width: 100%;
} */

body.ideabox .title.small.fix.maso.feat.function {
  padding: 1rem 0 0;
  float: right;
  height: 55px;
}

body.ideabox .title.small.fix.maso.feat.function ul {
  list-style: none;
  text-transform: none;
  font-size: 16px;
  border-left: 0px solid #e95504;
  padding-left: 0;
}

body.ideabox .title.small.fix.maso.feat.function ul li form.normal {
  padding: 0;
  max-width: none;
  min-height: unset;
  border: 0;
  background: transparent;
  margin-top: -6px;
}

body.ideabox
  .title.small.fix.maso.feat.function
  ul
  li
  form.normal
  .nice-select
  span {
  margin-bottom: 0.25rem;
  display: block;
  max-width: 100%;
  text-align: left;
  font-size: 12.5px !important;
  font-weight: 500;
  margin-top: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

body.ideabox .title.small.fix.maso.feat.function ul li {
  margin-left: 5px;
}

body.ideabox
  .title.small.fix.maso.feat.function
  ul
  li
  form.normal
  .nice-select {
  background-color: #fff;
  border: 1px solid #bbbdbe;
  font-size: 13px;
  font-weight: 500;
  height: 36px;
  line-height: 36px;
  outline: none;
  padding-left: 0.75rem;
  margin-bottom: 0;
  width: 240px;
  z-index: auto;
  border-radius: 2px;
}

body.ideabox .title.small.fix.maso.feat.function .nice-select ul {
  font-size: 12.5px;
}

body.ideabox .title.small.fix.maso.feat.function ul li form.normal input {
  border: 1px solid #bbbdbe;
  border-radius: 2px;
  width: 110px;
  display: block;
  height: 36px;
  margin-bottom: 0;
  padding: 0.75rem;
  color: #0b0d0e;
  font-weight: 500;
  background: #fff;
  font-size: 12.5px;
  font-family: FontAwesome, Roboto, sans-serif;
}

body.ideabox .title.small.fix.maso.feat.function ul li a {
  margin-right: 5px;
  opacity: 1;
  font-weight: 500;
  color: #e95504;
  cursor: pointer;
}

body.ideabox .title.small.fix.maso.feat.function ul li a:hover {
  color: #0b0d0e;
}

body.ideabox .title.small.fix.maso.feat.function.left {
  float: left;
  padding-top: 10px;
  height: 46px;
}

body.ideabox .title.small.fix.maso.feat.function.left ul li a {
  font-size: 16px;
  background: #fff;
  color: #0b0d0e;
  padding: 5px 10px;
  border-radius: 2px;
  display: inline-block;
  border: 1px solid #bbbdbe;
  height: 36px;
  text-align: center;
  min-width: 40.9px;
}

body.ideabox .title.small.fix.maso.feat.function.left ul li {
  margin-right: 2px;
  margin-left: 0 !important;
  line-height: 1.5 !important;
}

body.ideabox .title.small.fix.maso.feat.function.left {
  float: left;
  padding-top: 10px;
  height: 46px;
}

body.ideabox .title.small.fix.maso.feat.function.left ul li a small {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01rem;
}

body.ideabox .title.small.fix.maso.feat.function.left ul li a svg {
  width: 18px;
  position: relative;
  top: -1px;
  height: auto;
}

body.ideabox .title.small.fix.maso.feat.function.left ul li a.active {
  background: #e95504;
  color: #fff;
  border: 1px solid #e95504;
}

body.ideabox .title.small.fix.maso.feat.function.left ul li:last-child,
body.ideabox .title.small.fix.maso.feat.function.left ul li:last-child a {
  margin-right: 0;
}

body.ideabox .wide p {
  margin-bottom: 0.25rem;
  padding-bottom: 2rem;
  font-size: 14px;
  font-weight: 300;
  border-bottom: 0px solid #dbddde;
}

body.ideabox .wide.function.fix {
  padding: 0 2.5rem;
  background: transparent;
  border-bottom: 0px solid #ddd;
  border-top: 0px solid #ddd;
  margin-bottom: 0;
  z-index: 999;
  margin-top: 0;
}

body.ideabox .wide.function.fix .grid-gap {
  border-bottom: 0px solid #dbddde;
  padding-bottom: 0;
  margin-bottom: 5px;
}

body.ideabox
  .title.small.fix.maso.feat.function.fix.auto
  ul
  li
  form.normal
  .nice-select.right {
  font-size: 14px;
  width: auto;
}

body.ideabox
  .title.small.fix.maso.feat.function.fix
  ul
  li
  form.normal
  .nice-select
  span {
  font-size: 14px;
  color: #0b0d0e;
}

body.ideabox .title.small.fix.maso.feat.function.fix ul {
  font-size: 14px;
  font-weight: 400;
  color: #888;
}

body.ideabox .title.small.fix.maso.feat.function.fix ul li {
  margin-left: 10px;
  line-height: 1.75;
}

body.ideabox
  .title.small.fix.maso.feat.function
  ul
  li
  form.normal
  .nice-select
  ul
  li {
  margin-left: 0;
  line-height: 40px;
  color: #0b0d0e;
  width: 100%;
}

body.ideabox .title.small.fix.maso.feat.function.auto {
  float: right;
}

.username-overflow {
  font-size: 13px;
  margin-left: 2px;
  position: relative;
  top: 2px;
  max-width: 65px;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-weight: 500;
}

body.ideabox .wide h1 {
  font-size: 25px;
  line-height: 1.3;
}

body.ideabox .grid-container > div {
  cursor: move;
}

body.ideabox #sbar form input {
  padding: 1rem 1.5rem 1rem 1.5rem;
}

.center {
  text-align: center;
}

body.behind .contents {
  max-width: 1020px;
  padding: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
}

body.behind .contents img {
  margin-bottom: 2rem;
}

body.behind .contents p {
  display: block;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 16px;
}

body.behind .contents div {
  display: block;
  text-align: right;
  margin-top: 3rem;
}

body.behind .contents div a {
  font-weight: 600;
  color: #fff;
  font-size: 18px;
  border-bottom: 2px dotted #fff;
  padding-bottom: 2px;
  display: inline-block;
}

body.behind .contents div a:hover {
  color: #e95504;
  border-bottom: 2px dotted #e95504;
}

body.behind .bgbehind {
  margin: 0;
  width: 100%;
  height: 98vh;
  position: relative;
  padding: 0;
  background-image: url("/assets/img/behind_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

body.behind .bgbehind:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #00000069;
}

body.mypage .sidebar .sect ul li {
  width: 100%;
}

.sidebar .sect ul li a,
.sidebar .sect ul li a:hover,
.sidebar .sect ul li a.active {
  font-size: 12px;
}

body.mypage.detail .divTable.mypage.head.parent .divTableCell,
body.mypage.detail .divTable.mypage.head.parent .divTableCell:first-child {
  background: #eb661d29;
}

body.mypage.detail .divTable.mypage.head.child .divTableCell,
body.mypage.detail .divTable.mypage.head.child .divTableCell:first-child {
  background: #e4e8f3;
}

body.mypage.detail
  .divTable.mypage
  .divTableRow.fix
  .divTableCell
  a.dl.active.delete {
  background: #c81deb;
}

body.mypage.detail
  .divTable.mypage
  .divTableRow.fix
  .divTableCell
  a.dl.active.delete:hover {
  background: #a618c3;
}

body.mypage.detail .fmenu {
  text-align: right;
  margin-bottom: 2rem;
  border-top: 1px dashed #ddd;
  padding-top: 1rem;
}

body.mypage.detail .fmenu a {
  min-width: 200px;
  background: #eb661d;
  color: #fff;
  padding: 6px 18px;
  font-size: 13px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 10px 18px;
}

body.mypage.detail .fmenu a:hover {
  background: #c65518;
}

.idea-edit form.normal label.divider small,
.comment-edit form.normal label.divider small,
.idea-share form.normal label.divider small {
  display: block;
  color: #e95504;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
}

.mypage-form {
  background: #f8fafb;
  padding: 3.5rem 0;
  border-radius: 2px;
  border: 1px solid #e8eaeb;
  display: none;
}

.mypage-form form.normal p {
  color: #e95504;
}

body.archive .grid-container > div .list-footer.fix .left a.fix p.exp-fix {
  color: #0b0d0e;
  padding: 0;
  font-weight: 400;
  margin-bottom: 4px;
  margin-top: -4px;
}

p.exp-fix {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 95%;
}

body.cart .contents {
  padding-top: 0;
  max-width: 1280px;
  margin: 0 auto;
}

.action_wrap {
  margin-top: 0.5rem;
}

.act_wrap {
  list-style: none;
}

.act_wrap li.list {
  float: left;
  z-index: 9999;
  position: relative;
  margin-right: 5px;
  margin-bottom: 5px;
}

.act_wrap li.list.one {
  z-index: 999;
}

.act_wrap li.list.two {
  z-index: 99;
}

.act_wrap li.list.three {
  z-index: 9;
}

.idea_add_cart {
  cursor: pointer;
}

.idea_add_cart {
  display: block;
  width: 60px;
  height: auto;
  cursor: pointer;
  margin: 0 auto;
  padding: 0 1rem;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.idea_add_cart img {
  width: 100%;
  height: auto;
}

.idea_add_cart:hover {
  opacity: 0.65;
}

.cap_opa {
  display: block;
  font-size: 13px;
  opacity: 0.65;
}

.tuomn {
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 43px;
  padding: 0 15px;
  font-size: 14px;
  width: 310px;
  background: #fff;
}

.dts_wrap.alert {
  background: #eb661d29;
}

.dts_wrap.alert h5 {
  margin: 12px 0 6px;
  color: #f00;
  font-weight: 500;
  font-size: 14px;
}

.dts_wrap.gray {
  border: 1px solid #bbb;
  background-color: #e8e8e8;
}

.dts_wrap.gray h5 {
  margin-bottom: 12px;
  margin-top: 0;
}

.dts_wrap.white {
  border: 1px solid #bbb;
  background-color: transparent;
  border-width: 0 0 1px 0;
  padding: 0rem 0 1rem 0;
}

.dts_wrap.white.bottom {
  border: 1px solid #bbb;
  background-color: transparent;
  border-width: 1px 0 0 0;
  padding: 1rem 0 0 0;
}

.dts_wrap.white ul {
  list-style: none;
  text-align: right;
  font-size: 16px;
}

.dts_wrap.white ul li label {
  border: 2px solid #000;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 12px;
  width: 250px;
  text-align: center;
}

.dts_wrap.white ul li input {
  border: 2px solid #000;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 12px;
  width: 250px;
  text-align: center;
}

.dts_wrap.white ul li a {
  border: 2px solid #e95504;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-bottom: 12px;
  width: 250px;
  background-color: #e95504;
  color: #fff;
  text-align: center;
}

.dts_wrap.white ul li a:hover {
  background-color: #fff;
  color: #e95504;
}

.edl {
  position: absolute;
  z-index: 9;
  right: 0.75rem;
  top: 0.75rem;
  background: #0f3295;
  font-size: 13px;
  display: inline-block;
  padding: 0;
  border-radius: 50%;
  font-weight: 600;
  letter-spacing: 0.05rem;
  color: #fff;
  text-transform: uppercase;
  height: 35px;
  width: 35px;
  line-height: 34px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0.9;
}

.crl {
  position: absolute;
  z-index: 9;
  right: 0.75rem;
  top: 0.75rem;
  background: #e8e8e8;
  font-size: 13px;
  display: inline-block;
  padding: 0;
  border-radius: 50%;
  font-weight: 800;
  letter-spacing: 0.05rem;
  color: #111;
  text-transform: uppercase;
  height: 35px;
  width: 35px;
  line-height: 34px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0.9;
}

section.typeA {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
  padding: 0 1rem;
}

section.typeA::after {
  content: "";
  width: 100%;
  height: 2px;
  order: -1;
  display: block;
  background: #111;
}

section.typeA .tabLabel {
  margin-right: 3px;
  padding: 8px 12px;
  flex: 1;
  order: -1;
  border-radius: 3px 3px 0 0;
  color: #fff;
  background: #aaa;
  transition: 0.2s;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
}

section.typeA .tabLabel:nth-last-of-type(1) {
  margin-right: 0;
}

section.typeA input {
  display: none;
}

section.typeA .content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

section.typeA input:checked + .tabLabel {
  color: #fff;
  background: #111;
}

section.typeA input:checked + .tabLabel + .content {
  padding: 1.5rem 0 0;
  height: auto;
  overflow: auto;
  transition: 0.2s opacity;
  opacity: 1;
  overflow: hidden;
}

#sbar button {
  position: absolute;
  right: 0;
  width: 80px;
  border-left: 2px solid #000;
  height: 100%;
  background: #000;
  border-radius: 0 100px 100px 0;
  font-size: 22px;
  color: #fff;
  line-height: 0;
  text-indent: -4px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

#sbar button:hover {
  background: #444;
}

body.doc .dts.left,
body.doc .dts.right {
  width: 35%;
}

body.doc .dts.left {
  float: left;
}

body.doc .dts.right {
  float: right;
}

body.doc .dts.left .divTable.mypage.head .divTableCell:first-child,
body.doc .dts.right .divTable.mypage.head .divTableCell:first-child {
  width: 50%;
  white-space: nowrap;
  background-color: #f4f4f4;
}

body.doc .dts.left .divTable.mypage.head .divTableCell,
body.doc .dts.right .divTable.mypage.head .divTableCell {
  width: 50%;
  white-space: nowrap;
  background-color: #fff;
}

body.doc .dts.fix {
  clear: both;
  margin-top: 3rem;
}

body.doc .divTable.mypage.fix-bottom {
  margin-bottom: -1px;
}

body.doc .text-align-left {
  text-align: left !important;
}

body.doc .dts.fix.detail {
  clear: both;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  float: left;
  width: 100%;
}

body.doc .dts.fix.notes {
  clear: both;
  margin-top: 0;
  margin-bottom: 0.5rem;
  float: left;
  width: 100%;
}

body.doc .infobox {
  font-size: 10px;
  margin-bottom: 1rem;
}

body.doc .title.small.fix.maso {
  position: relative;
}

body.doc .clogo-doc {
  position: absolute;
  right: 0;
  width: 100px;
  top: 1rem;
  height: auto;
}

body.doc .notes-alert {
  display: block;
  color: red;
  margin-bottom: 5px;
  font-size: 11px;
}

.ulli {
  margin: 0 auto;
  max-width: 1020px;
  padding: 1.5rem 1rem 5rem;
}

.ulli ul {
  float: left;
  list-style: none;
  width: 100%;
}

.ulli ul li {
  float: left;
  width: 100%;
  padding: 0px 0 10px;
}

.ulli ul li h5 {
  font-size: 18px;
  border-bottom: 3px solid #000;
  margin-bottom: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
}

.ulli ul li ul {
  float: left;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #ddd;
}

.ulli ul li ul li {
  float: left;
  width: 62%;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
  padding-left: 0;
  padding-right: 1.5rem;
}

.ulli ul li ul li:last-child {
  width: 38%;
  text-align: right;
  padding-left: 0;
  padding-right: 0;
}

.ulli ul li ul li a {
  color: #00309b;
}

.ulli ul li ul li a:hover {
  text-decoration: underline;
}

.page-title {
  float: left;
  font-size: 24px;
  position: relative;
  font-weight: 600;
  width: 100%;
}

.page-title p {
  font-size: 16px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
}

.page-title p a {
  color: #e95504;
  font-weight: 500;
}

.page-title p a:hover {
  text-decoration: underline;
}

.page-title h4 {
  background-color: #00309b;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 20px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}

.page-title h4.mplan {
  background-color: #e95504;
  color: #fff;
}

.sort-list {
  float: left;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
}

.sort-list a {
  color: #0b0d0e;
  float: left;
  position: relative;
  width: 80px;
  margin-right: 5px;
  text-align: center;
  background: #dbddde;
  padding: 6px 0;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

.sort-list a:hover {
  background: #e95504 !important;
  color: #fff !important;
}

.sort-list a.active {
  color: #fff;
  background: #0b0d0e;
}

.sort-list span {
  display: block;
  margin-bottom: 16px;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 8px;
  font-weight: 500;
  color: #333;
}

.list-button {
  float: right;
  width: 240px;
  background: #716f6f;
  color: #fff;
  height: 45px;
  border-radius: 2px;
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
}

.list-button:hover {
  background-color: #e95504;
}

.backto-plan {
  float: right;
  width: 240px;
  background: #eee;
  color: #3b3d3e;
  height: 45px;
  border-radius: 2px;
  margin-top: 2rem;
  text-align: center;
  letter-spacing: 1px;
  font-weight: 500;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  cursor: pointer;
  line-height: 3;
  margin-right: 5px;
}

.backto-plan:hover {
  background-color: #e95504;
  color: #fff;
}

.ulli ul li ul.active {
  background: #ddd;
  padding: 10px 10px 0;
}

.remain {
  position: relative;
  left: 0;
  top: 0;
  transform: ;
  font-size: 13px;
  color: #fff;
  background: #0e1011;
  padding: 8px 15px;
  border-radius: 0;
  width: 100%;
  text-align: center;
}

.paging.mt-2rem {
  margin-top: 2rem;
}

body.mypage.detail .divTable.mypage.head .divTableRow.fix .divTableCell.detail,
body.mypage.detail
  .divTable.mypage.head
  .divTableRow.fix
  .divTableCell.detail:first-child {
  white-space: inherit;
  text-align: left;
  line-height: 1.5;
  font-size: 14px;
}

body.mypage.detail .divTable.mypage.head .divTableRow.fix .divTableCell.detail2,
body.mypage.detail
  .divTable.mypage.head
  .divTableRow.fix
  .divTableCell.detail2:first-child {
  white-space: inherit;
  text-align: left;
  line-height: 1.5;
  font-size: 14.5px;
}

body.mypage.detail .dts.fix-bottom {
  padding-bottom: 0;
  margin-bottom: -1px;
}

body.mypage.detail .fmenu.reply a {
  min-width: 200px;
  background: #eb661d;
  color: #fff;
  padding: 6px 18px;
  font-size: 15px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 10px 18px;
  font-weight: 500;
}

body.mypage.detail .fmenu.reply a:hover {
  background: #c65518;
}

body.mypage.detail .fmenu.mt-2em {
  margin-top: 2rem;
}

body.mypage .title.small.fix ul.switch.fix.more {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

body.mypage .title.small.fix ul.switch.fix.upper {
  border-top: 0;
  margin-top: 0;
}

.calbox {
  border: solid 1px #ccc;
  height: 35px;
  text-align: center;
  padding: 0 5px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}

.bt-search {
  background: #000;
  color: #fff;
  font-weight: 400;
  border: solid 1px #000;
  height: 35px;
  text-align: center;
  padding: 0 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.bt-search:hover {
  background: #444;
}

.bt-reset {
  background: #fff;
  color: #444;
  font-weight: 400;
  border: solid 1px #ccc;
  height: 35px;
  text-align: center;
  padding: 0 10px;
  border-radius: 5px;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.bt-reset:hover {
  background: #eee;
  color: #000;
}

body.doc .dts {
  overflow: hidden !important;
}

.action_wrap.flow li {
  float: left;
  position: relative;
  width: 25%;
  text-align: center;
  padding: 1px;
}

.action_wrap.flow li.active span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 2px solid #1b1d1e;
  padding: 0.5em 0;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  background: #1b1d1e;
}

.action_wrap.flow li span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  border: 2px solid #888;
  padding: 0.5em 0;
  font-size: 13px;
  color: #fff;
  background: #888;
}

.dts_wrap.white ul li a.backto {
  background-color: transparent;
  color: #e95504;
}

.dts_wrap.white ul li a.backto:hover {
  background-color: #eb661d29;
  color: #e95504;
}

.t-align-left {
  text-align: left !important;
}

h5.co {
  margin-bottom: 1rem;
  font-size: 18px;
}

small.co {
  font-size: 14px;
  width: 100%;
  display: block;
  margin-bottom: 1rem;
  color: #eb3a1d;
}

.mypage-form.co {
  display: inherit;
  margin-bottom: 1.5rem;
}

form.normal button.co {
  background: #3b3d3e;
  color: #fff;
  border: 1px solid #3b3d3e;
  width: 100%;
  height: 50px;
  border-radius: 2px;
  margin-top: 1rem;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

form.normal button.co:hover {
  background: #0b0d0e;
  color: #fff;
  border: 1px solid #0b0d0e;
}

body.ideabox .contents {
  min-height: unset;
}

.dts_wrap.hide,
.mypage-form.co.hide {
  display: none;
}

body.mypage.detail .fmenu a.dark {
  min-width: 200px;
  background: #2b2d2e;
  color: #fff;
  padding: 6px 18px;
  font-size: 13px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 10px 18px;
}

body.mypage.detail .fmenu a.dark:hover {
  background: #0b0d0e;
}

h5.alert {
  margin: 12px 0 1rem;
  color: #f00;
  font-weight: 500;
  font-size: 14px;
}

a.tou {
  color: #000;
  position: relative;
  z-index: 999;
  margin-left: -12px;
  font-weight: 500;
}

a.tou:hover {
  counter-reset: #eb3a1d;
  text-decoration: underline;
}

a.ttt {
  color: #eb3a1d;
  position: relative;
  z-index: 999;
  font-weight: 500;
}

a.ttt:hover {
  counter-reset: #000;
  text-decoration: underline;
}

body.faq .faq {
  float: left;
  width: 100%;
}

body.faq .faq .list {
  margin: 2rem 0;
}

body.faq .faq .list p {
  padding-left: 0;
}

body.faq .faq .list a {
  text-decoration: underline;
}

body.faq .faq p {
  margin-top: 0.5rem;
  padding-left: 1.185rem;
}

body.faq .faq .divider {
  margin-top: 2rem;
}

body.faq .faq h4 {
  background-color: #00309b;
  color: #fff;
  padding: 0.75rem 1rem;
  font-size: 18px;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  border-radius: 2px;
}

body.faq .faq h4 a {
  color: #fff;
  cursor: none;
}

body.faq .faq h5 {
  margin-top: 1.5rem;
}

body.faq .faq p.question {
  color: #00309b;
  font-weight: 600;
  border-left: 3px solid #00309b;
  padding-left: 0.75rem;
  margin-top: 1.5rem;
  font-size: 16px;
}

body.behind.lp .bgbehind {
  margin: 0;
  width: 100%;
  min-height: auto;
  height: auto;
  position: relative;
  padding: 1.5rem 0;
  background-image: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f8f8f8;
}

body.behind.lp .contents p.large {
  font-size: 18px;
  color: #0b0d0e;
  margin-bottom: 2rem;
  font-weight: 600;
}

body.behind.lp .contents p.box {
  color: #0b0d0e;
  background: #fff;
  border: 1px solid #ddd;
  padding: 1rem 1rem 1rem 0.5rem;
  border-radius: 4px;
}

body.behind.lp .contents p span {
  color: #0b0d0e;
  padding-top: 0.75rem;
  padding-left: 155px;
  min-height: 75px;
  display: block;
  font-size: 15px;
}

body.behind.lp .contents p span a {
  color: #eb3a1d;
  font-weight: 600;
}

body.behind.lp .contents p span a:hover {
  color: #eb3a1d;
  text-decoration: underline;
}

body.behind.lp .contents p a.link_banner {
  float: left;
  width: 140px;
  height: auto;
  border-right: 1px solid #ddd;
  padding: 0 1rem 0 0rem;
  position: absolute;
}

body.behind.lp .contents p a.link_banner img {
  width: 100%;
  height: auto;
  margin: 0;
}

body.behind.lp .contents {
  max-width: 1020px;
  padding: 1.5rem;
  position: relative;
  left: inherit;
  top: inherit;
  transform: inherit;
  z-index: 999;
  width: 100%;
  margin: 0 auto;
}

body.behind.lp .bgbehind::before {
  background-color: transparent;
}

.parent {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-gap: 0.5rem;
}

.fdiv1 {
  grid-area: 1 / 1 / 2 / 2;
  height: 230px;
  color: #fff;
  text-align: center;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.fdiv1 {
  animation: myshift 10s infinite;
  -webkit-animation: myshift 10s infinite;
}

@keyframes myshift {
  0% {
    background: #0b0d0e;
  }

  25% {
    background: #111;
  }

  50% {
    background: #222;
  }

  75% {
    background: #1b1d1e;
  }

  100% {
    background: #111;
  }
}

@-webkit-keyframes myshift {
  0% {
    background: #0b0d0e;
  }

  25% {
    background: #111;
  }

  50% {
    background: #222;
  }

  75% {
    background: #1b1d1e;
  }

  100% {
    background: #111;
  }
}

.fdiv1 svg {
  height: auto;
  width: 42%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  z-index: 999;
}

.fdiv2 {
  grid-area: 1 / 2 / 2 / 3;
  height: 230px;
  background: #0e1011;
  color: #fff;
  padding: 1.5rem;
  text-align: center;
  line-height: 11.5rem;
  font-size: 30px;
  letter-spacing: 3px;
  font-weight: 600;
}

.fdiv3 {
  grid-area: 1 / 3 / 2 / 5;
  height: 230px;
  background: #0e1011;
  color: #fff;
}

.fdiv3 a {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}

.fsearch {
  position: relative;
}

.fsearch .fa-search {
  position: absolute;
  left: 6px;
  top: 6px;
  opacity: 0.5;
}

.fsearch input {
  border: 1px solid #aaa;
  border-radius: 100px;
  height: 32px;
  width: 280px;
  margin-right: 10px;
  margin-left: -5px;
  margin-top: -3px;
  font-size: 13px;
  font-weight: 500;
  padding: 0 12px 0 32px;
}

.dropbtn {
  background-color: transparent;
  color: #000;
  border: none;
  cursor: pointer;
  font-size: 16px;
  position: relative;
  top: 2px;
  font-weight: 500;
  margin-bottom: 5px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 320px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 1rem;
  border: 1px solid #eee;
  border-radius: 2px;
}

.dropdown-content::before {
  content: "";
  position: absolute;
  right: 100%;
  top: -13px;
  width: 0;
  height: 0;
  border-top: 8px solid #fff0;
  border-right: 8px solid #ddd;
  border-bottom: 8px solid #fff0;
  transform: rotate(90deg);
  left: 24px;
}

.dropdown-content a {
  color: black;
  padding: 8px 12px;
  text-decoration: none;
  display: block;
  font-size: 14.5px;
  font-weight: 500;
}

.dropdown-content a:hover {
  background-color: #eee;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
}

.dropdown .dropdown-content ul {
  float: left;
  width: 50%;
  border: 0;
  padding: 0;
  margin: 0;
}

.dropdown .dropdown-content ul li {
  float: none;
  margin-left: 0;
  position: relative;
}

body.index .grid-container > div a img {
  height: 215px;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(1);
}

body.index .grid-container > div a:hover img {
  height: 215px;
  max-width: 100%;
  margin: 0;
  object-fit: contain;
  object-position: center;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  transform: scale(1);
}

.remain .mlabel {
  background: #fce6da;
  border-radius: 20px;
  display: inline-block;
  color: #e95504;
  padding: 0 10px;
  font-size: 11px;
  margin-right: 5px;
}

.remain .slabel {
  background: #e4e8f3;
  border-radius: 20px;
  display: inline-block;
  color: #00309b;
  padding: 0 10px;
  font-size: 11px;
  margin-right: 5px;
}

body.archive .wide {
  padding: 0rem 2.5rem;
  position: relative;
  min-height: auto;
}

body.form footer,
body.single footer,
body.archive footer {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  grid-gap: 3.5rem;
  padding: 0 2.5rem;
  background: #fff;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ddd;
}

body.mypage.account .normal.wide {
  padding: 2.5rem;
  position: relative;
  min-height: auto;
}

body.mypage.account .wide {
  padding-left: 0.75rem;
  position: relative;
  min-height: auto;
}

body.ideabox .wide {
  background: #0e1011;
  color: #fff;
}

body.ideabox .wide span {
  margin-bottom: 0.25rem;
  display: block;
  width: 100%;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  margin-top: 0.5rem;
  color: #fff;
}

body.ideabox .title.small.fix ul li a {
  margin-right: 5px;
  opacity: 0.7;
  font-weight: 500;
  color: #fff;
}

body.ideabox .title.small.fix ul {
  list-style: none;
  text-transform: none;
  font-size: 14px;
  border-left: 3px solid #888;
  padding-left: 1rem;
}

body.archive .comment-edit .grid-container > div:hover {
  box-shadow: none;
}

body.ideabox .title.small.fix.maso.feat.function ul li a.delete_btn {
  color: #c81deb;
}

body.ideabox .title.small.fix.maso.feat.function ul li a.delete_btn:hover {
  color: #9800bb;
}

body.ideabox .comment-edit.fix .main .grid-container > div {
  border-radius: 0;
}
body.ideabox .comment-edit.fix .main .grid-container > div .divTable {
  border: 1px solid #ddd;
  border-width: 0 0 1px 1px;
}

.fdiv1 svg path {
  animation: mysvg 10s infinite;
  -webkit-animation: mysvg 10s infinite;
}

@keyframes mysvg {
  0% {
    stroke: #fff;
  }

  25% {
    stroke: #e95504;
  }

  50% {
    stroke: #fff;
  }

  75% {
    stroke: #0f3295;
  }

  100% {
    stroke: #fff;
  }
}

@-webkit-keyframes mysvg {
  0% {
    stroke: #fff;
  }

  25% {
    stroke: #e95504;
  }

  50% {
    stroke: #fff;
  }

  75% {
    stroke: #0f3295;
  }

  100% {
    stroke: #fff;
  }
}

/* end */

/* svg animate */
.bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}

.bg .dotWrapper {
  position: absolute;
}

.bg .dotWrapper-1 {
  top: 53%;
  left: 73%;
  -webkit-animation: flying 38s ease-in-out -9.1s infinite alternate;
  animation: flying 38s ease-in-out -9.1s infinite alternate;
}

.bg .dotWrapper-2 {
  top: 99%;
  left: 85%;
  -webkit-animation: flying 70s ease-in-out -1.7s infinite alternate;
  animation: flying 70s ease-in-out -1.7s infinite alternate;
}

.bg .dotWrapper-3 {
  top: 92%;
  left: 6%;
  -webkit-animation: flying 58s ease-in-out -1.5s infinite alternate;
  animation: flying 58s ease-in-out -1.5s infinite alternate;
}

.bg .dotWrapper-4 {
  top: 15%;
  left: 100%;
  -webkit-animation: flying 54s ease-in-out -6.4s infinite alternate;
  animation: flying 54s ease-in-out -6.4s infinite alternate;
}

.bg .dotWrapper-5 {
  top: 86%;
  left: 18%;
  -webkit-animation: flying 33s ease-in-out -4.7s infinite alternate;
  animation: flying 33s ease-in-out -4.7s infinite alternate;
}

.bg .dotWrapper-6 {
  top: 76%;
  left: 34%;
  -webkit-animation: flying 67s ease-in-out -1.8s infinite alternate;
  animation: flying 67s ease-in-out -1.8s infinite alternate;
}

.bg .dotWrapper-7 {
  top: 18%;
  left: 18%;
  -webkit-animation: flying 35s ease-in-out -8.6s infinite alternate;
  animation: flying 35s ease-in-out -8.6s infinite alternate;
}

.bg .dotWrapper-8 {
  top: 47%;
  left: 65%;
  -webkit-animation: flying 27s ease-in-out -4.9s infinite alternate;
  animation: flying 27s ease-in-out -4.9s infinite alternate;
}

.bg .dotWrapper-9 {
  top: 14%;
  left: 27%;
  -webkit-animation: flying 21s ease-in-out -3.4s infinite alternate;
  animation: flying 21s ease-in-out -3.4s infinite alternate;
}

.bg .dotWrapper-10 {
  top: 42%;
  left: 96%;
  -webkit-animation: flying 58s ease-in-out -8s infinite alternate;
  animation: flying 58s ease-in-out -8s infinite alternate;
}

.bg .dotWrapper-11 {
  top: 12%;
  left: 1%;
  -webkit-animation: flying 62s ease-in-out -5.7s infinite alternate;
  animation: flying 62s ease-in-out -5.7s infinite alternate;
}

.bg .dotWrapper-12 {
  top: 67%;
  left: 31%;
  -webkit-animation: flying 59s ease-in-out -3.7s infinite alternate;
  animation: flying 59s ease-in-out -3.7s infinite alternate;
}

.bg .dotWrapper-13 {
  top: 38%;
  left: 91%;
  -webkit-animation: flying 59s ease-in-out -0.3s infinite alternate;
  animation: flying 59s ease-in-out -0.3s infinite alternate;
}

.bg .dotWrapper-14 {
  top: 16%;
  left: 38%;
  -webkit-animation: flying 27s ease-in-out -9.2s infinite alternate;
  animation: flying 27s ease-in-out -9.2s infinite alternate;
}

.bg .dotWrapper-15 {
  top: 12%;
  left: 27%;
  -webkit-animation: flying 38s ease-in-out -8.4s infinite alternate;
  animation: flying 38s ease-in-out -8.4s infinite alternate;
}

.bg .dotWrapper-16 {
  top: 83%;
  left: 74%;
  -webkit-animation: flying 29s ease-in-out -7.1s infinite alternate;
  animation: flying 29s ease-in-out -7.1s infinite alternate;
}

.bg .dotWrapper-17 {
  top: 45%;
  left: 44%;
  -webkit-animation: flying 60s ease-in-out -7.5s infinite alternate;
  animation: flying 60s ease-in-out -7.5s infinite alternate;
}

.bg .dotWrapper-18 {
  top: 49%;
  left: 98%;
  -webkit-animation: flying 24s ease-in-out -8.4s infinite alternate;
  animation: flying 24s ease-in-out -8.4s infinite alternate;
}

.bg .dotWrapper-19 {
  top: 91%;
  left: 97%;
  -webkit-animation: flying 55s ease-in-out -3.5s infinite alternate;
  animation: flying 55s ease-in-out -3.5s infinite alternate;
}

.bg .dotWrapper-20 {
  top: 89%;
  left: 13%;
  -webkit-animation: flying 41s ease-in-out -7.9s infinite alternate;
  animation: flying 41s ease-in-out -7.9s infinite alternate;
}

.bg .dotWrapper-21 {
  top: 16%;
  left: 95%;
  -webkit-animation: flying 60s ease-in-out -3.1s infinite alternate;
  animation: flying 60s ease-in-out -3.1s infinite alternate;
}

.bg .dotWrapper-22 {
  top: 17%;
  left: 57%;
  -webkit-animation: flying 44s ease-in-out -4.5s infinite alternate;
  animation: flying 44s ease-in-out -4.5s infinite alternate;
}

.bg .dotWrapper-23 {
  top: 56%;
  left: 55%;
  -webkit-animation: flying 34s ease-in-out -8.9s infinite alternate;
  animation: flying 34s ease-in-out -8.9s infinite alternate;
}

.bg .dotWrapper-24 {
  top: 91%;
  left: 43%;
  -webkit-animation: flying 65s ease-in-out -6.1s infinite alternate;
  animation: flying 65s ease-in-out -6.1s infinite alternate;
}

.bg .dotWrapper-25 {
  top: 76%;
  left: 20%;
  -webkit-animation: flying 38s ease-in-out -1.7s infinite alternate;
  animation: flying 38s ease-in-out -1.7s infinite alternate;
}

.bg .dotWrapper-26 {
  top: 70%;
  left: 56%;
  -webkit-animation: flying 24s ease-in-out -8.9s infinite alternate;
  animation: flying 24s ease-in-out -8.9s infinite alternate;
}

.bg .dotWrapper-27 {
  top: 79%;
  left: 5%;
  -webkit-animation: flying 22s ease-in-out -9.2s infinite alternate;
  animation: flying 22s ease-in-out -9.2s infinite alternate;
}

.bg .dotWrapper-28 {
  top: 99%;
  left: 47%;
  -webkit-animation: flying 24s ease-in-out -8.2s infinite alternate;
  animation: flying 24s ease-in-out -8.2s infinite alternate;
}

.bg .dotWrapper-29 {
  top: 28%;
  left: 61%;
  -webkit-animation: flying 60s ease-in-out -3.3s infinite alternate;
  animation: flying 60s ease-in-out -3.3s infinite alternate;
}

.bg .dotWrapper-30 {
  top: 66%;
  left: 14%;
  -webkit-animation: flying 69s ease-in-out -2.4s infinite alternate;
  animation: flying 69s ease-in-out -2.4s infinite alternate;
}

.bg .dotWrapper-31 {
  top: 89%;
  left: 91%;
  -webkit-animation: flying 37s ease-in-out -5.3s infinite alternate;
  animation: flying 37s ease-in-out -5.3s infinite alternate;
}

.bg .dotWrapper-32 {
  top: 100%;
  left: 42%;
  -webkit-animation: flying 35s ease-in-out -0.6s infinite alternate;
  animation: flying 35s ease-in-out -0.6s infinite alternate;
}

.bg .dotWrapper-33 {
  top: 16%;
  left: 14%;
  -webkit-animation: flying 70s ease-in-out -6.2s infinite alternate;
  animation: flying 70s ease-in-out -6.2s infinite alternate;
}

.bg .dotWrapper-34 {
  top: 22%;
  left: 34%;
  -webkit-animation: flying 47s ease-in-out -3.5s infinite alternate;
  animation: flying 47s ease-in-out -3.5s infinite alternate;
}

.bg .dotWrapper-35 {
  top: 11%;
  left: 6%;
  -webkit-animation: flying 21s ease-in-out -9.7s infinite alternate;
  animation: flying 21s ease-in-out -9.7s infinite alternate;
}

.bg .dotWrapper-36 {
  top: 35%;
  left: 50%;
  -webkit-animation: flying 69s ease-in-out -0.9s infinite alternate;
  animation: flying 69s ease-in-out -0.9s infinite alternate;
}

.bg .dotWrapper-37 {
  top: 12%;
  left: 2%;
  -webkit-animation: flying 25s ease-in-out -0.1s infinite alternate;
  animation: flying 25s ease-in-out -0.1s infinite alternate;
}

.bg .dotWrapper-38 {
  top: 76%;
  left: 60%;
  -webkit-animation: flying 36s ease-in-out -2.2s infinite alternate;
  animation: flying 36s ease-in-out -2.2s infinite alternate;
}

.bg .dotWrapper-39 {
  top: 15%;
  left: 24%;
  -webkit-animation: flying 24s ease-in-out -7.1s infinite alternate;
  animation: flying 24s ease-in-out -7.1s infinite alternate;
}

.bg .dotWrapper-40 {
  top: 35%;
  left: 19%;
  -webkit-animation: flying 58s ease-in-out -9.4s infinite alternate;
  animation: flying 58s ease-in-out -9.4s infinite alternate;
}

.bg .dotWrapper-41 {
  top: 45%;
  left: 85%;
  -webkit-animation: flying 48s ease-in-out -7s infinite alternate;
  animation: flying 48s ease-in-out -7s infinite alternate;
}

.bg .dotWrapper-42 {
  top: 43%;
  left: 51%;
  -webkit-animation: flying 51s ease-in-out -6.4s infinite alternate;
  animation: flying 51s ease-in-out -6.4s infinite alternate;
}

.bg .dotWrapper-43 {
  top: 48%;
  left: 4%;
  -webkit-animation: flying 40s ease-in-out -6.6s infinite alternate;
  animation: flying 40s ease-in-out -6.6s infinite alternate;
}

.bg .dotWrapper-44 {
  top: 87%;
  left: 55%;
  -webkit-animation: flying 69s ease-in-out -8.8s infinite alternate;
  animation: flying 69s ease-in-out -8.8s infinite alternate;
}

.bg .dotWrapper-45 {
  top: 67%;
  left: 51%;
  -webkit-animation: flying 24s ease-in-out -2.7s infinite alternate;
  animation: flying 24s ease-in-out -2.7s infinite alternate;
}

.bg .dotWrapper-46 {
  top: 7%;
  left: 9%;
  -webkit-animation: flying 69s ease-in-out -8s infinite alternate;
  animation: flying 69s ease-in-out -8s infinite alternate;
}

.bg .dotWrapper-47 {
  top: 14%;
  left: 12%;
  -webkit-animation: flying 58s ease-in-out -8.5s infinite alternate;
  animation: flying 58s ease-in-out -8.5s infinite alternate;
}

.bg .dotWrapper-48 {
  top: 41%;
  left: 58%;
  -webkit-animation: flying 54s ease-in-out -2.6s infinite alternate;
  animation: flying 54s ease-in-out -2.6s infinite alternate;
}

.bg .dotWrapper-49 {
  top: 13%;
  left: 55%;
  -webkit-animation: flying 39s ease-in-out -6.4s infinite alternate;
  animation: flying 39s ease-in-out -6.4s infinite alternate;
}

.bg .dotWrapper-50 {
  top: 75%;
  left: 41%;
  -webkit-animation: flying 23s ease-in-out -5.1s infinite alternate;
  animation: flying 23s ease-in-out -5.1s infinite alternate;
}

.bg .dotWrapper-51 {
  top: 54%;
  left: 5%;
  -webkit-animation: flying 57s ease-in-out -3.5s infinite alternate;
  animation: flying 57s ease-in-out -3.5s infinite alternate;
}

.bg .dotWrapper-52 {
  top: 16%;
  left: 41%;
  -webkit-animation: flying 66s ease-in-out -2.5s infinite alternate;
  animation: flying 66s ease-in-out -2.5s infinite alternate;
}

.bg .dotWrapper-53 {
  top: 90%;
  left: 63%;
  -webkit-animation: flying 64s ease-in-out -1.8s infinite alternate;
  animation: flying 64s ease-in-out -1.8s infinite alternate;
}

.bg .dotWrapper-54 {
  top: 1%;
  left: 91%;
  -webkit-animation: flying 34s ease-in-out -6.9s infinite alternate;
  animation: flying 34s ease-in-out -6.9s infinite alternate;
}

.bg .dotWrapper-55 {
  top: 57%;
  left: 12%;
  -webkit-animation: flying 54s ease-in-out -5.4s infinite alternate;
  animation: flying 54s ease-in-out -5.4s infinite alternate;
}

.bg .dotWrapper-56 {
  top: 5%;
  left: 32%;
  -webkit-animation: flying 52s ease-in-out -6.7s infinite alternate;
  animation: flying 52s ease-in-out -6.7s infinite alternate;
}

.bg .dotWrapper-57 {
  top: 69%;
  left: 59%;
  -webkit-animation: flying 40s ease-in-out -1.1s infinite alternate;
  animation: flying 40s ease-in-out -1.1s infinite alternate;
}

.bg .dotWrapper-58 {
  top: 42%;
  left: 55%;
  -webkit-animation: flying 58s ease-in-out -9s infinite alternate;
  animation: flying 58s ease-in-out -9s infinite alternate;
}

.bg .dotWrapper-59 {
  top: 82%;
  left: 9%;
  -webkit-animation: flying 60s ease-in-out -3.6s infinite alternate;
  animation: flying 60s ease-in-out -3.6s infinite alternate;
}

.bg .dotWrapper-60 {
  top: 19%;
  left: 86%;
  -webkit-animation: flying 52s ease-in-out -4.6s infinite alternate;
  animation: flying 52s ease-in-out -4.6s infinite alternate;
}

.bg .dotWrapper-61 {
  top: 45%;
  left: 97%;
  -webkit-animation: flying 58s ease-in-out -2.9s infinite alternate;
  animation: flying 58s ease-in-out -2.9s infinite alternate;
}

.bg .dotWrapper-62 {
  top: 81%;
  left: 83%;
  -webkit-animation: flying 63s ease-in-out -2.8s infinite alternate;
  animation: flying 63s ease-in-out -2.8s infinite alternate;
}

.bg .dotWrapper-63 {
  top: 28%;
  left: 87%;
  -webkit-animation: flying 39s ease-in-out -4.4s infinite alternate;
  animation: flying 39s ease-in-out -4.4s infinite alternate;
}

.bg .dotWrapper-64 {
  top: 35%;
  left: 61%;
  -webkit-animation: flying 53s ease-in-out -2.2s infinite alternate;
  animation: flying 53s ease-in-out -2.2s infinite alternate;
}

.bg .dotWrapper-65 {
  top: 90%;
  left: 23%;
  -webkit-animation: flying 22s ease-in-out -4.3s infinite alternate;
  animation: flying 22s ease-in-out -4.3s infinite alternate;
}

.bg .dotWrapper-66 {
  top: 86%;
  left: 57%;
  -webkit-animation: flying 42s ease-in-out -4.4s infinite alternate;
  animation: flying 42s ease-in-out -4.4s infinite alternate;
}

.bg .dotWrapper-67 {
  top: 38%;
  left: 92%;
  -webkit-animation: flying 25s ease-in-out -3.9s infinite alternate;
  animation: flying 25s ease-in-out -3.9s infinite alternate;
}

.bg .dotWrapper-68 {
  top: 68%;
  left: 83%;
  -webkit-animation: flying 26s ease-in-out -0.9s infinite alternate;
  animation: flying 26s ease-in-out -0.9s infinite alternate;
}

.bg .dotWrapper-69 {
  top: 99%;
  left: 96%;
  -webkit-animation: flying 56s ease-in-out -5.3s infinite alternate;
  animation: flying 56s ease-in-out -5.3s infinite alternate;
}

.bg .dotWrapper-70 {
  top: 3%;
  left: 9%;
  -webkit-animation: flying 64s ease-in-out -3.4s infinite alternate;
  animation: flying 64s ease-in-out -3.4s infinite alternate;
}

.bg .dotWrapper-71 {
  top: 58%;
  left: 1%;
  -webkit-animation: flying 60s ease-in-out -4.4s infinite alternate;
  animation: flying 60s ease-in-out -4.4s infinite alternate;
}

.bg .dotWrapper-72 {
  top: 76%;
  left: 44%;
  -webkit-animation: flying 25s ease-in-out -6.8s infinite alternate;
  animation: flying 25s ease-in-out -6.8s infinite alternate;
}

.bg .dotWrapper-73 {
  top: 28%;
  left: 54%;
  -webkit-animation: flying 65s ease-in-out -7.7s infinite alternate;
  animation: flying 65s ease-in-out -7.7s infinite alternate;
}

.bg .dotWrapper-74 {
  top: 12%;
  left: 77%;
  -webkit-animation: flying 29s ease-in-out -5s infinite alternate;
  animation: flying 29s ease-in-out -5s infinite alternate;
}

.bg .dotWrapper-75 {
  top: 82%;
  left: 28%;
  -webkit-animation: flying 65s ease-in-out -6s infinite alternate;
  animation: flying 65s ease-in-out -6s infinite alternate;
}

.bg .dot {
  width: 4px;
  height: 4px;
  background: #aaa;
  border-radius: 50%;
}

.bg .dot-1 {
  transform-origin: 12px -10px;
  -webkit-animation: rotating 25s ease-in-out -4.1s infinite;
  animation: rotating 25s ease-in-out -4.1s infinite;
}

.bg .dot-2 {
  transform-origin: -5px 10px;
  -webkit-animation: rotating 26s ease-in-out -5.6s infinite;
  animation: rotating 26s ease-in-out -5.6s infinite;
}

.bg .dot-3 {
  transform-origin: -2px 14px;
  -webkit-animation: rotating 18s ease-in-out -4.5s infinite;
  animation: rotating 18s ease-in-out -4.5s infinite;
}

.bg .dot-4 {
  transform-origin: 10px 1px;
  -webkit-animation: rotating 12s ease-in-out -4.7s infinite;
  animation: rotating 12s ease-in-out -4.7s infinite;
}

.bg .dot-5 {
  transform-origin: 15px -8px;
  -webkit-animation: rotating 12s ease-in-out -5.2s infinite;
  animation: rotating 12s ease-in-out -5.2s infinite;
}

.bg .dot-6 {
  transform-origin: 15px 6px;
  -webkit-animation: rotating 12s ease-in-out -9.1s infinite;
  animation: rotating 12s ease-in-out -9.1s infinite;
}

.bg .dot-7 {
  transform-origin: 15px 15px;
  -webkit-animation: rotating 15s ease-in-out -2.4s infinite;
  animation: rotating 15s ease-in-out -2.4s infinite;
}

.bg .dot-8 {
  transform-origin: -12px 9px;
  -webkit-animation: rotating 14s ease-in-out -5.9s infinite;
  animation: rotating 14s ease-in-out -5.9s infinite;
}

.bg .dot-9 {
  transform-origin: 14px -13px;
  -webkit-animation: rotating 20s ease-in-out -1.7s infinite;
  animation: rotating 20s ease-in-out -1.7s infinite;
}

.bg .dot-10 {
  transform-origin: -9px -7px;
  -webkit-animation: rotating 25s ease-in-out -8.2s infinite;
  animation: rotating 25s ease-in-out -8.2s infinite;
}

.bg .dot-11 {
  transform-origin: 12px -5px;
  -webkit-animation: rotating 19s ease-in-out -8.2s infinite;
  animation: rotating 19s ease-in-out -8.2s infinite;
}

.bg .dot-12 {
  transform-origin: -14px -10px;
  -webkit-animation: rotating 16s ease-in-out -5.4s infinite;
  animation: rotating 16s ease-in-out -5.4s infinite;
}

.bg .dot-13 {
  transform-origin: -7px -9px;
  -webkit-animation: rotating 29s ease-in-out -7.6s infinite;
  animation: rotating 29s ease-in-out -7.6s infinite;
}

.bg .dot-14 {
  transform-origin: 6px -13px;
  -webkit-animation: rotating 21s ease-in-out -3.8s infinite;
  animation: rotating 21s ease-in-out -3.8s infinite;
}

.bg .dot-15 {
  transform-origin: 7px 1px;
  -webkit-animation: rotating 14s ease-in-out -0.4s infinite;
  animation: rotating 14s ease-in-out -0.4s infinite;
}

.bg .dot-16 {
  transform-origin: 9px -6px;
  -webkit-animation: rotating 12s ease-in-out -3.9s infinite;
  animation: rotating 12s ease-in-out -3.9s infinite;
}

.bg .dot-17 {
  transform-origin: -6px 10px;
  -webkit-animation: rotating 24s ease-in-out -2.4s infinite;
  animation: rotating 24s ease-in-out -2.4s infinite;
}

.bg .dot-18 {
  transform-origin: 11px 6px;
  -webkit-animation: rotating 26s ease-in-out -2.9s infinite;
  animation: rotating 26s ease-in-out -2.9s infinite;
}

.bg .dot-19 {
  transform-origin: 12px 14px;
  -webkit-animation: rotating 18s ease-in-out -6.5s infinite;
  animation: rotating 18s ease-in-out -6.5s infinite;
}

.bg .dot-20 {
  transform-origin: -10px -2px;
  -webkit-animation: rotating 17s ease-in-out -1.5s infinite;
  animation: rotating 17s ease-in-out -1.5s infinite;
}

.bg .dot-21 {
  transform-origin: 13px 2px;
  -webkit-animation: rotating 30s ease-in-out -6.2s infinite;
  animation: rotating 30s ease-in-out -6.2s infinite;
}

.bg .dot-22 {
  transform-origin: 13px -7px;
  -webkit-animation: rotating 29s ease-in-out -9.6s infinite;
  animation: rotating 29s ease-in-out -9.6s infinite;
}

.bg .dot-23 {
  transform-origin: -7px -8px;
  -webkit-animation: rotating 15s ease-in-out -3.3s infinite;
  animation: rotating 15s ease-in-out -3.3s infinite;
}

.bg .dot-24 {
  transform-origin: 11px -7px;
  -webkit-animation: rotating 19s ease-in-out -3.6s infinite;
  animation: rotating 19s ease-in-out -3.6s infinite;
}

.bg .dot-25 {
  transform-origin: 7px 4px;
  -webkit-animation: rotating 14s ease-in-out -4.3s infinite;
  animation: rotating 14s ease-in-out -4.3s infinite;
}

.bg .dot-26 {
  transform-origin: -2px -5px;
  -webkit-animation: rotating 25s ease-in-out -0.4s infinite;
  animation: rotating 25s ease-in-out -0.4s infinite;
}

.bg .dot-27 {
  transform-origin: -11px -8px;
  -webkit-animation: rotating 28s ease-in-out -9.9s infinite;
  animation: rotating 28s ease-in-out -9.9s infinite;
}

.bg .dot-28 {
  transform-origin: 12px 2px;
  -webkit-animation: rotating 15s ease-in-out -0.3s infinite;
  animation: rotating 15s ease-in-out -0.3s infinite;
}

.bg .dot-29 {
  transform-origin: -10px -5px;
  -webkit-animation: rotating 21s ease-in-out -6.8s infinite;
  animation: rotating 21s ease-in-out -6.8s infinite;
}

.bg .dot-30 {
  transform-origin: -3px 15px;
  -webkit-animation: rotating 17s ease-in-out -7.4s infinite;
  animation: rotating 17s ease-in-out -7.4s infinite;
}

.bg .dot-31 {
  transform-origin: 11px -5px;
  -webkit-animation: rotating 30s ease-in-out -4.5s infinite;
  animation: rotating 30s ease-in-out -4.5s infinite;
}

.bg .dot-32 {
  transform-origin: 12px -2px;
  -webkit-animation: rotating 29s ease-in-out -2.5s infinite;
  animation: rotating 29s ease-in-out -2.5s infinite;
}

.bg .dot-33 {
  transform-origin: -5px 14px;
  -webkit-animation: rotating 21s ease-in-out -5.7s infinite;
  animation: rotating 21s ease-in-out -5.7s infinite;
}

.bg .dot-34 {
  transform-origin: -3px 6px;
  -webkit-animation: rotating 13s ease-in-out -3s infinite;
  animation: rotating 13s ease-in-out -3s infinite;
}

.bg .dot-35 {
  transform-origin: -3px -6px;
  -webkit-animation: rotating 11s ease-in-out -5.8s infinite;
  animation: rotating 11s ease-in-out -5.8s infinite;
}

.bg .dot-36 {
  transform-origin: -5px -2px;
  -webkit-animation: rotating 21s ease-in-out -6.4s infinite;
  animation: rotating 21s ease-in-out -6.4s infinite;
}

.bg .dot-37 {
  transform-origin: -1px 1px;
  -webkit-animation: rotating 18s ease-in-out -9.4s infinite;
  animation: rotating 18s ease-in-out -9.4s infinite;
}

.bg .dot-38 {
  transform-origin: -11px -12px;
  -webkit-animation: rotating 21s ease-in-out -7.1s infinite;
  animation: rotating 21s ease-in-out -7.1s infinite;
}

.bg .dot-39 {
  transform-origin: 1px -6px;
  -webkit-animation: rotating 27s ease-in-out -8.4s infinite;
  animation: rotating 27s ease-in-out -8.4s infinite;
}

.bg .dot-40 {
  transform-origin: -5px 0px;
  -webkit-animation: rotating 27s ease-in-out -3.5s infinite;
  animation: rotating 27s ease-in-out -3.5s infinite;
}

.bg .dot-41 {
  transform-origin: -2px 0px;
  -webkit-animation: rotating 20s ease-in-out -7s infinite;
  animation: rotating 20s ease-in-out -7s infinite;
}

.bg .dot-42 {
  transform-origin: 2px -1px;
  -webkit-animation: rotating 23s ease-in-out -4.8s infinite;
  animation: rotating 23s ease-in-out -4.8s infinite;
}

.bg .dot-43 {
  transform-origin: 8px -6px;
  -webkit-animation: rotating 16s ease-in-out -1.6s infinite;
  animation: rotating 16s ease-in-out -1.6s infinite;
}

.bg .dot-44 {
  transform-origin: -1px 13px;
  -webkit-animation: rotating 29s ease-in-out -2.2s infinite;
  animation: rotating 29s ease-in-out -2.2s infinite;
}

.bg .dot-45 {
  transform-origin: -10px -10px;
  -webkit-animation: rotating 12s ease-in-out -8.3s infinite;
  animation: rotating 12s ease-in-out -8.3s infinite;
}

.bg .dot-46 {
  transform-origin: -6px 8px;
  -webkit-animation: rotating 23s ease-in-out -5.1s infinite;
  animation: rotating 23s ease-in-out -5.1s infinite;
}

.bg .dot-47 {
  transform-origin: 7px -12px;
  -webkit-animation: rotating 19s ease-in-out -6.7s infinite;
  animation: rotating 19s ease-in-out -6.7s infinite;
}

.bg .dot-48 {
  transform-origin: 0px -2px;
  -webkit-animation: rotating 23s ease-in-out -2.3s infinite;
  animation: rotating 23s ease-in-out -2.3s infinite;
}

.bg .dot-49 {
  transform-origin: 12px -5px;
  -webkit-animation: rotating 11s ease-in-out -5s infinite;
  animation: rotating 11s ease-in-out -5s infinite;
}

.bg .dot-50 {
  transform-origin: -5px -4px;
  -webkit-animation: rotating 15s ease-in-out -0.6s infinite;
  animation: rotating 15s ease-in-out -0.6s infinite;
}

@-webkit-keyframes rotating {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  25%,
  75% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }

  25%,
  75% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}

@-webkit-keyframes flying {
  0% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(20px, 50px);
  }

  20% {
    transform: translate(-30px, 10px);
  }

  30% {
    transform: translate(10px, 60px);
  }

  40% {
    transform: translate(50px, 0px);
  }

  50% {
    transform: translate(-10px, -40px);
  }

  60% {
    transform: translate(-40px, 20px);
  }

  70% {
    transform: translate(30px, -30px);
  }

  80% {
    transform: translate(0px, -60px);
  }

  90% {
    transform: translate(40px, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}

@keyframes flying {
  0% {
    transform: translate(0, 0);
  }

  10% {
    transform: translate(20px, 50px);
  }

  20% {
    transform: translate(-30px, 10px);
  }

  30% {
    transform: translate(10px, 60px);
  }

  40% {
    transform: translate(50px, 0px);
  }

  50% {
    transform: translate(-10px, -40px);
  }

  60% {
    transform: translate(-40px, 20px);
  }

  70% {
    transform: translate(30px, -30px);
  }

  80% {
    transform: translate(0px, -60px);
  }

  90% {
    transform: translate(40px, 10px);
  }

  100% {
    transform: translate(0, 0);
  }
}
/* end svg animate */

/******** drawer menu ********/
.header {
  display: none;
}

#togglenav {
  display: none;
}

#togglenav:checked + .togglenav-btn {
  background-color: #1b1d1e;
}

#togglenav:checked + .togglenav-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f00d";
  font-weight: 900;
  font-size: 2em;
}

#togglenav:checked ~ .togglenav-bg {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.3);
}

.togglenav-btn {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  width: 50px;
  height: 50px;
  color: #fff;
  background-color: #000;
  line-height: 50px;
  text-align: center;
  -webkit-transition: background-color 0.6s, -webkit-transform 0.6s;
  transition: background-color 0.6s, transform 0.6s;
  z-index: 99999999;
  border-radius: 2px;
}

.creditbox{
  height: 250px;
  overflow-y: scroll;
  padding: 1px;
}
.creditbox::-webkit-scrollbar {
  width: 1px;
}

.creditbox::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.togglenav-btn:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0c9";
  font-weight: 900;
  font-size: 1.75em;
}

.togglenav-bg {
  cursor: pointer;
  position: fixed;
  top: 0px;
  right: 0px;
  pointer-events: none;
  z-index: 1;
  width: 100%;
  height: 100%;
  transition: background-color 0.6s;
  z-index: 999999;
}

.drawer {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  /* width: 255px; */
  width: 290px;
  height: 100%;
  background-color: white;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  z-index: 99999999;
}

.drawer .drawer-menu {
  padding: 0;
  list-style-type: none;
  margin-top: 0;
  width: 50%;
  float: left;
}

.drawer .drawer-menu .drawer-menu-item {
  font-size: 14px;
  margin: 0;
  width: 100%;
  float: left;
}

.drawer .drawer-menu .drawer-menu-item a {
  display: block;
  padding: 1em 1.25em;
  text-decoration: none;
  transition: background-color 0.4s;
  cursor: pointer;
  color: #333;
}

.drawer .drawer-menu .drawer-menu-item a:hover {
  background-color: #eee;
  color: #666;
}

/* .drawer .drawer-menu .drawer-menu-item a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f105";
    font-weight: 900;
    font-size: 1em;
    margin: 0 0.5em 0 0;
} */

.drawer .drawer-menu .drawer-menu-item a:before {
}

#togglenav:checked ~ .drawer {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.drawer .drawer-menu .drawer-menu-item.sect a::before {
  content: none;
}

.drawer .drawer-menu .drawer-menu-item.sect {
  font-size: 18px;
  font-weight: 600;
  margin-top: 1rem;
}

.drawer .drawer-menu .drawer-menu-item.sect a {
  padding: 1rem 1.05rem;
  font-size: 16px;
  font-weight: 600;
  color: #0b0d0e;
}

.drawer .drawer-menu .drawer-menu-item a {
  padding: 0.5rem 1.15rem;
  font-size: 14px;
  color: #0b0d0e;
  font-weight: 400;
}

/******** drawer menu end ********/

/* popup */
html.op {
  overflow: hidden;
}

body.op .idea-edit {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  visibility: visible;
  opacity: 1;
  display: inherit;
}

html.opc {
  overflow: hidden;
}

body.opc .comment-edit {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  visibility: visible;
  opacity: 1;
  display: inherit;
}

html.ops {
  overflow: hidden;
}

body.ops .idea-share {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  visibility: visible;
  opacity: 1;
  display: inherit;
}

html.opi {
  overflow: hidden;
}

html.opc {
  overflow: hidden;
}

body.opi .ibs {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  visibility: visible;
  opacity: 1;
  display: inherit;
}

body.opc .crs {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  visibility: visible;
  opacity: 1;
  display: inherit;
}
.idea-edit,
.comment-edit,
.idea-share,
.crs {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0);
  top: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.idea-edit,
.comment-edit,
.idea-share,
.ibs {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  background: rgba(0, 0, 0, 0);
  top: 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

.c-idea-edit,
.c-comment-edit,
.c-idea-share,
.c-ibs {
  cursor: pointer;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.idea-edit form.normal,
.comment-edit form.normal,
.idea-share form.normal,
.ibs form.normal {
  margin: 0 auto;
  max-width: 100%;
  min-height: 100px;
  border: 0 solid #bbbdbe;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  position: relative;
  background: transparent;
  border-radius: 0;
  padding: 1.5rem;
  border-width: 0 0 0 0;
}

.idea-edit .main,
.comment-edit .main,
.idea-share .main,
.ibs .main {
  transform: translate(-50%, 0%);
  background: #fff;
  max-width: 640px;
  min-height: 200px;
  position: absolute;
  z-index: 9999999999;
  top: 93px;
  left: 50%;
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}
.main-crsb{
  transform: translate(-50%, 0%);
    max-width: 487px;
    position: fixed;
    z-index: 9999999999;
    top: 115px;
    left: 50%;
    width: 100%;
}

.comment-edit .main.commentbox {
  transform: translate(-50%, 0%);
  background: #fff;
  max-width: 980px;
  min-height: 200px;
  position: absolute;
  z-index: 9999999999;
  top: 93px;
  left: 50%;
  border-radius: 12px;
  width: 100%;
  box-shadow: 0 1px 20px rgba(0, 0, 0, 0.15);
}

body.ideaboxlist .wide.listtitle {
  filter: invert();
}

body.ideaboxlist .wide.listtitle.bottom {
  border-bottom: 1px solid #181818;
}

form.normal.selection .pretty .state label {
  font-weight: 500;
  color: #000;
  margin-left: 3px;
}

body.archive .right-box ul li a.delete_ideabox,
body.feature .right-box ul li a.delete_ideabox,
body.search .right-box ul li a.delete_ideabox {
  border: 1px solid #888;
}

/* base end */

.comment-edit.fix .main {
  top: 1rem;
}

/* .clist {
    border: 1px solid #bbbdbe;
    float: left;
    width: 100%;
    overflow-x: hidden;
    height: 400px;
    padding: 1rem;
    margin-bottom: -1px;
    -webkit-overflow-scrolling: touch;
    background: #fdfdfd;
    border-radius: 5px 5px 0 0;
} */

.clist {
  border-top: 1px solid #eee;
  float: right;
  width: 52%;
  overflow-x: hidden;
  height: 400px;
  padding: 1rem 0;
  margin-bottom: -1px;
  -webkit-overflow-scrolling: touch;
  background: #fdfdfd;
  border-radius: 0;
}

.clist ul {
  list-style: none;
  height: auto;
  width: 100%;
}

.clist ul li {
  width: 100%;
  height: auto;
  word-break: break-word;
  border: 1px dashed #aaa;
  border-width: 0 0 1px 0;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  padding-right: 0.95rem;
}

/* .clist ul li span {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
    font-weight: 500;
} */

.clist ul li span {
  display: block;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}

.clist ul li span small {
  font-size: 12px;
  font-weight: 400;
  color: #888;
  float: right;
}

/* .clist ul li p {
    margin: 0;
    font-size: 13px;
    line-height: 1.3;
} */

.clist ul li p {
  margin: 0;
  font-size: 12.5px;
  line-height: 1.3;
}

.clist ul li.unread {
  background: #0000001c;
  padding: 0.5rem 1rem 0.5rem 0.5rem;
  border: 0;
  border-radius: 2px;
}

.comment-edit .grid-container {
  grid-template-columns: 1fr;
}

/* .comment-edit .grid-gap {
    margin-bottom: 1.5rem;
} */

.comment-edit .grid-gap {
  margin-bottom: 1.5rem;
  width: 45%;
  float: left;
}

.comment-edit form.normal textarea {
  resize: none;
  border: 1px solid #bbbdbe;
  border-radius: 5px;
  width: 100%;
  padding: 0.75rem;
  font-size: 13px;
  color: #0b0d0e;
  font-weight: 400;
  -webkit-overflow-scrolling: touch;
  background: #f4f4f4;
  -webkit-appearance: none;
}

.clist ul li:last-child {
  border: 0;
}

.idea-edit form.normal label.divider,
.comment-edit form.normal label.divider,
.idea-share form.normal label.divider {
  font-weight: 600;
}
.popup-filter{
  margin-left: 191px;
  font-size: 14px;
  margin-top: 3px;
}
.popup-filter-lable{
  text-decoration: underline;
  cursor: pointer;
}

.clearfix-filters{
  display: flex;
  flex-wrap: wrap;
}

.clearfix-filter-lable{
  color: white;
  padding: 6px 20px;
  text-align: center;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  background-color: black;
}

/* body.ideabox .comment-edit .list-footer.fix {
    height: auto;
    background: #f8f8f8;
} */

/* body.ideabox .comment-edit .list-footer.fix {
    height: auto;
    background: #fff;
    padding: 1rem 0 0;
} */

body.ideabox .comment-edit h5 {
  padding: 1rem 0 0.5rem;
  font-size: 16px;
  border-bottom: 0;
  margin-top: 1.5rem;
  float: right;
  width: 52%;
}

/* body.ideabox .comment-edit h5 {
    padding: 1rem 0 1rem;
    font-size: 18px;
    border-top: 1px solid #dbddde;
    margin-top: 1.5rem;
} */

/* body.ideabox .comment-edit h5 {
    padding: 1rem 0 1rem;
    font-size: 18px;
    border-top: 1px solid #dbddde;
    margin-top: 1.5rem;
    float: right;
    width: 52%;
} */

body.ideabox .comment-edit h5 {
  padding: 0rem 0 0.5rem;
  font-size: 16px;
  border-top: 0px solid #dbddde;
  margin-top: 0;
  float: right;
  width: 52%;
}

body.ideabox .comment-edit .list-footer .left p {
  margin: 0rem 0 1rem;
}

a.sendmail {
  color: #fff;
  border: 1px solid #0b0d0e;
  padding: 5px 15px;
  border-radius: 100px;
  font-weight: 400;
  font-size: 13px;
  float: right;
  margin-top: 12px;
  margin-bottom: 0;
  background: #0b0d0e;
}

a.sendmail:hover {
  background: #e95504;
  color: #fff;
  border: 1px solid #e95504;
}

body.opc .comment-edit .grid-container > div {
  cursor: inherit;
}

.comment-edit.fix .main .grid-container > div {
  background: #eee;
}

body.ideabox .comment-edit.fix .main .list-footer.fix {
  border-top: 0px solid #ddd;
  height: auto;
  padding: 1rem 0;
  background: #fff;
}

body.ideabox .comment-edit.fix .clist {
  border-top: 1px solid #eee;
  float: right;
  width: 52%;
  overflow-x: hidden;
  height: 483px;
  padding: 1rem 0;
  margin-bottom: -1px;
  -webkit-overflow-scrolling: touch;
  background: #fdfdfd;
  border-radius: 0;
  border-bottom: 1px solid #eee;
}

.divTable {
  display: table;
  width: 100%;
  text-align: left;
  font-size: 12.5px;
  font-weight: 400;
  border: 1px solid #bbb;
  background: #fff;
}

.divTableRow {
  display: table-row;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
}

.divTableCell,
.divTableHead {
  border: 1px solid #ddd;
  border-top-width: 1px;
  display: table-cell;
  padding: 5px 10px;
  border-width: 1px 1px 0 0;
}

.divTableHeading {
  background-color: #eee;
  display: table-header-group;
  font-weight: bold;
}

.divTableFoot {
  background-color: #eee;
  display: table-footer-group;
  font-weight: bold;
}

.divTableBody {
  display: table-row-group;
}

.divTableCell:first-child {
  font-weight: 500;
}

.readonly {
  display: block;
  margin-bottom: 1rem;
  color: #e95504;
  font-weight: 500;
  clear: both;
  border-bottom: 1px dashed #aaa;
  padding-bottom: 1rem;
  font-size: 14px;
}

.readonly.fix {
  margin-bottom: 2rem;
}

.readonly b {
  display: block;
  color: #0b0d0e;
  font-weight: 500;
}

.readonly small {
  display: block;
  font-size: 13px;
  color: #888;
  font-weight: 400;
}

body.mypage .divTableCell:first-child {
  font-weight: 400;
}

body.mypage .divTable.mypage.head .divTableCell,
body.mypage .divTable.mypage.head .divTableCell:first-child {
  font-weight: 600;
  background: #f4f4f4;
  width: 8.3333333%;
  font-size: 13px;
  white-space: nowrap;
}

body.mypage .divTable.mypage.head .divTableRow.fix .divTableCell,
body.mypage .divTable.mypage.head .divTableRow.fix .divTableCell:first-child {
  font-weight: 400;
  background: #fff;
  width: 8.3333333%;
  font-size: 13px;
  border-bottom: 1px solid #ddd;
  border-width: 1px 1px 0px 0px;
  color: #000;
  line-height: 1.4;
}

body.mypage .divTable.mypage .divTableCell,
body.mypage .divTable.mypage .divTableCell:first-child {
  font-weight: 400;
  background: #fff;
  width: 8.3333333%;
  font-size: 13px;
}

body.mypage .divTable.mypage .divTableRow.fix .divTableCell {
  vertical-align: middle;
}

body.mypage .divTable.mypage .divTableRow.fix .divTableCell span.alert {
  color: #c81deb;
}

body.mypage .divTable.mypage .divTableRow.fix .divTableCell:first-child {
  text-align: center;
}

body.mypage .divTable.mypage .divTableRow.fix .divTableCell:first-child img {
  height: 65px;
  width: auto;
}

body.mypage .divTable.mypage {
  border: 1px solid #ddd;
  background: #fff;
  border-width: 0 0 1px 1px;
}

body.archive {
  min-height: 500px;
}

.dts {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0.5rem;
}

a.orange {
  font-weight: 500;
  color: #eb661d;
}

a.blue {
  font-weight: 500;
  color: #0f3295;
}

a.orange:hover,
a.blue:hover {
  text-decoration: underline;
}

body.mypage .divTable.mypage .divTableRow.fix .divTableCell a.dl.active {
  width: 80px;
  display: inline-block;
  text-align: center;
  background: #0b0d0e;
  color: #fff;
  border-radius: 100px;
  padding: 6px 0;
  cursor: pointer;
  opacity: 1;
}

body.mypage .divTable.mypage .divTableRow.fix .divTableCell a.dl.active:hover {
  background: #eb661d;
  color: #fff;
  cursor: pointer;
  opacity: 1;
}

body.mypage .divTable.mypage .divTableRow.fix .divTableCell a.dl,
body.mypage .divTable.mypage .divTableRow.fix .divTableCell a.dl:hover {
  width: 80px;
  display: inline-block;
  text-align: center;
  background: #0b0d0e;
  color: #fff;
  border-radius: 100px;
  padding: 6px 0;
  cursor: pointer;
  opacity: 0.35;
  cursor: default;
}

body.mypage .divTable.mypage .divTableRow.fix .divTableCell.center {
  text-align: center;
}

body.mypage .title.small.fix ul.switch li form ul {
  border-left: 0 solid #e95504;
  padding-left: 0;
}

body.mypage .title.small.fix ul.switch li form ul li {
  float: right;
  width: 100%;
  font-size: 13px;
}

body.mypage .nice-select {
  font-size: 13px;
  font-weight: 500;
  border: solid 1px #ccc;
}

body.mypage .title.small.fix ul.switch li.float_left {
  float: left;
  margin-right: 6px;
}

body.mypage .title.small.fix ul.switch.fix {
  border-top: 1px dashed #ccc;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 1.5rem;
  margin-top: 0.5rem;
  z-index: 1;
  position: relative;
}

.title.small.fix ul.switch li a.select-jump {
  margin: 0;
  font-weight: 400;
  font-size: 13px;
  color: #000;
}

.spbox {
  display: none;
}

body.mypage .divTable.mypage .divTableRow.fix .divTableCell.al {
  text-align: left;
}

body.mypage .fsect span {
  background: #666;
  padding: 0.75rem 1rem;
  display: block;
  border-radius: 2px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 1.5rem;
}

body.mypage.detail .divTable.mypage.head .divTableCell,
body.mypage.detail .divTable.mypage.head .divTableCell:first-child {
  font-weight: 600;
  background: #f4f4f4;
  width: 8.3333333%;
  font-size: 14px;
}

body.mypage.detail .divTable.mypage.head .divTableRow.fix .divTableCell,
body.mypage.detail
  .divTable.mypage.head
  .divTableRow.fix
  .divTableCell:first-child {
  font-weight: 400;
  background: #fff;
  width: 8.3333333%;
  font-size: 15px;
  border-bottom: 1px solid #ddd;
  border-bottom-width: 1px;
  border-width: 1px 1px 0px 0px;
  color: #000;
  line-height: 1.4;
  word-break: break-word;
}

body.mypage.detail .dts {
  padding-bottom: 1.5rem;
}

body.mypage.detail .divTable.mypage .divTableRow.fix .divTableCell a.dl.active {
  width: auto;
  background: #0b0d0e;
  color: #fff;
  padding: 6px 18px;
  font-size: 13px;
}

body.mypage.detail
  .divTable.mypage
  .divTableRow.fix
  .divTableCell
  a.dl.active:hover {
  width: auto;
  background: #eb661d;
  color: #fff;
  padding: 6px 18px;
  font-size: 13px;
}

body.mypage.detail .divTableCell,
body.mypage.detail .divTableHead {
  padding: 8px 10px;
}

.invoice-search {
  border: solid 1px #ccc;
  border-radius: 5px;
  height: 42px;
  width: 225px;
  font-weight: 400;
  color: #000;
  padding: 0 12px;
  font-size: 14px;
  font-family: FontAwesome;
}

.topbar span {
  right: 1.5rem;
  position: absolute;
  background: #0b0d0e;
  color: #fff;
  font-weight: 400;
  padding: 8px 12px;
  top: -3px;
  border-radius: 0px 0px 5px 5px;
  text-align: center;
  min-width: 105px;
  font-size: 12px;
  height: 29px;
}

.dts_wrap {
  border: 1px solid #bbb;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.message.error {
  text-align: center;
  padding: 8px 10px;
  background: #fde5e1;
  color: #eb3a1d;
  position: relative;
  z-index: 9;
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.message.success {
  text-align: center;
  padding: 8px 10px;
  background: #e4e8f3;
  color: #0f3295;
  position: relative;
  z-index: 9;
  font-size: 13px;
  letter-spacing: 0.075em;
  font-weight: 500;
}

.ulli.pfix {
  padding-bottom: 2rem;
}

.drawer .remain {
  position: relative;
  left: 0;
  top: 0;
  transform: ;
  font-size: 13px;
  color: #fff;
  background: #0e1011;
  padding: 15px 15px;
  border-radius: 0;
  width: 100%;
  text-align: left;
  margin-bottom: -10px;
}

.drawer .remain span.small {
  display: block;
  margin-top: 5px;
  font-size: 11px;
}

/* end */

/* nice-selec t*/
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
  z-index: 999;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #222;
  border-right: 2px solid #222;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  -ms-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  -ms-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* end nice-selec t*/

.ui-widget.ui-widget-content {
  border: 1px solid #d3d3d3;
  border-radius: 5px;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 5px 1rem 5px 0.75rem;
  font-size: 14px;
}

.ui-menu .ui-menu-item-wrapper:hover {
  color: #e95504;
  border: 1px solid #d3d3d3;
}

/* masonary */
.item {
  position: absolute;
  overflow: hidden;
}

.item video,
.item img {
  width: 100%;
  height: auto;
}

body.archive .title.small.fix.maso {
  padding-top: 1rem;
}

/**
 * pretty-checkbox.css
 *
 * A pure CSS library to beautify checkbox and radio buttons
 *
 * Source: https://github.com/lokesh-coder/pretty-checkbox
 * Demo: https://lokesh-coder.github.io/pretty-checkbox
 *
 * Copyright (c) 2017 Lokesh rajendran
 */

.pretty * {
  box-sizing: border-box;
}

.pretty input:not([type="checkbox"]):not([type="radio"]) {
  display: none;
}

.pretty {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.pretty input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.pretty .state label {
  position: initial;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.pretty .state label:after,
.pretty .state label:before {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  background-color: transparent;
}

.pretty .state label:before {
  border-color: #bdc3c7;
}

.pretty .state.p-is-hover,
.pretty .state.p-is-indeterminate {
  display: none;
}

@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }

  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }

  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes tada {
  0% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    -webkit-transform: scale(7);
    transform: scale(7);
  }

  38% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  55% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }

  72% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  81% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.24);
    transform: scale(1.24);
  }

  89% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  95% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -webkit-transform: scale(1.04);
    transform: scale(1.04);
  }

  100% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes jelly {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  40% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  50% {
    -webkit-transform: scale3d(0.85, 1.15, 1);
    transform: scale3d(0.85, 1.15, 1);
  }

  65% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  75% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}

@keyframes rotate {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-200px) rotate(-45deg);
    transform: translateZ(-200px) rotate(-45deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) rotate(0);
    transform: translateZ(0) rotate(0);
  }
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7;
  }

  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #bdc3c7;
  }

  100% {
    box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0);
  }
}

.pretty.p-default.p-fill .state label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.pretty.p-default .state label:after {
  -webkit-transform: scale(0.6);
  -ms-transform: scale(0.6);
  transform: scale(0.6);
}

.pretty.p-default input:checked ~ .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-default.p-thick .state label:after,
.pretty.p-default.p-thick .state label:before {
  border-width: calc(1em / 7);
}

.pretty.p-default.p-thick .state label:after {
  -webkit-transform: scale(0.4) !important;
  -ms-transform: scale(0.4) !important;
  transform: scale(0.4) !important;
}

.pretty.p-icon .state .icon {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-icon .state .icon:before {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-icon input:checked ~ .state .icon {
  opacity: 1;
}

.pretty.p-icon input:checked ~ .state label:before {
  border-color: #5a656b;
}

.pretty.p-svg .state .svg {
  position: absolute;
  font-size: 1em;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  left: 0;
  z-index: 1;
  text-align: center;
  line-height: normal;
  top: calc((0% - (100% - 1em)) - 8%);
  border: 1px solid transparent;
  opacity: 0;
}

.pretty.p-svg .state svg {
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.pretty.p-svg input:checked ~ .state .svg {
  opacity: 1;
}

.pretty.p-image .state img {
  opacity: 0;
  position: absolute;
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  top: 0;
  top: calc((0% - (100% - 1em)) - 8%);
  left: 0;
  z-index: 0;
  text-align: center;
  line-height: normal;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-image input:checked ~ .state img {
  opacity: 1;
}

.pretty.p-switch input {
  min-width: 2em;
}

.pretty.p-switch .state {
  position: relative;
}

.pretty.p-switch .state:before {
  content: "";
  border: 1px solid #bdc3c7;
  border-radius: 60px;
  width: 2em;
  box-sizing: unset;
  height: calc(1em + 2px);
  position: absolute;
  top: 0;
  top: calc((0% - (100% - 1em)) - 16%);
  z-index: 0;
  transition: all 0.5s ease;
}

.pretty.p-switch .state label {
  text-indent: 2.5em;
}

.pretty.p-switch .state label:after,
.pretty.p-switch .state label:before {
  transition: all 0.5s ease;
  border-radius: 100%;
  left: 0;
  border-color: transparent;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-switch .state label:after {
  background-color: #bdc3c7 !important;
}

.pretty.p-switch input:checked ~ .state:before {
  border-color: #5a656b;
}

.pretty.p-switch input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch input:checked ~ .state label:after {
  background-color: #5a656b !important;
  left: 1em;
}

.pretty.p-switch.p-fill input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-switch.p-fill input:checked ~ .state label:before {
  opacity: 0;
}

.pretty.p-switch.p-fill input:checked ~ .state label:after {
  background-color: #fff !important;
  left: 1em;
}

.pretty.p-switch.p-slim .state:before {
  height: 0.1em;
  background: #bdc3c7 !important;
  top: calc(50% - 0.1em);
}

.pretty.p-switch.p-slim input:checked ~ .state:before {
  border-color: #5a656b;
  background-color: #5a656b !important;
}

.pretty.p-has-hover input:hover ~ .state:not(.p-is-hover) {
  display: none;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover {
  display: block;
}

.pretty.p-has-hover input:hover ~ .state.p-is-hover .icon {
  display: block;
}

.pretty.p-has-focus input:focus ~ .state label:before {
  box-shadow: 0 0 3px 0 #bdc3c7;
}

.pretty.p-has-indeterminate
  input[type="checkbox"]:indeterminate
  ~ .state:not(.p-is-indeterminate) {
  display: none;
}

.pretty.p-has-indeterminate
  input[type="checkbox"]:indeterminate
  ~ .state.p-is-indeterminate {
  display: block;
}

.pretty.p-has-indeterminate
  input[type="checkbox"]:indeterminate
  ~ .state.p-is-indeterminate
  .icon {
  display: block;
  opacity: 1;
}

.pretty.p-toggle .state.p-on {
  opacity: 0;
  display: none;
}

.pretty.p-toggle .state .icon,
.pretty.p-toggle .state .svg,
.pretty.p-toggle .state img,
.pretty.p-toggle .state.p-off {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle .state.p-off .icon {
  color: #bdc3c7;
}

.pretty.p-toggle input:checked ~ .state.p-on {
  opacity: 1;
  display: inherit;
}

.pretty.p-toggle input:checked ~ .state.p-off {
  opacity: 0;
  display: none;
}

.pretty.p-plain input:checked ~ .state label:before,
.pretty.p-plain.p-toggle .state label:before {
  content: none;
}

.pretty.p-plain.p-plain .icon {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.pretty.p-round .state label:after,
.pretty.p-round .state label:before {
  border-radius: 100%;
}

.pretty.p-round.p-icon .state .icon {
  border-radius: 100%;
  overflow: hidden;
}

.pretty.p-round.p-icon .state .icon:before {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.pretty.p-curve .state label:after,
.pretty.p-curve .state label:before {
  border-radius: 20%;
}

.pretty.p-smooth .icon,
.pretty.p-smooth .svg,
.pretty.p-smooth label:after,
.pretty.p-smooth label:before {
  transition: all 0.5s ease;
}

.pretty.p-smooth input:checked + .state label:after {
  transition: all 0.3s ease;
}

.pretty.p-smooth input:checked + .state .icon,
.pretty.p-smooth input:checked + .state .svg,
.pretty.p-smooth input:checked + .state img {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-default input:checked + .state label:after {
  -webkit-animation: zoom 0.2s ease;
  animation: zoom 0.2s ease;
}

.pretty.p-smooth.p-plain input:checked + .state label:before {
  content: "";
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  transition: all 0.5s ease;
}

.pretty.p-tada:not(.p-default) input:checked + .state .icon,
.pretty.p-tada:not(.p-default) input:checked + .state .svg,
.pretty.p-tada:not(.p-default) input:checked + .state img,
.pretty.p-tada:not(.p-default) input:checked + .state label:after,
.pretty.p-tada:not(.p-default) input:checked + .state label:before {
  -webkit-animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  animation: tada 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1 alternate;
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state .icon,
.pretty.p-jelly:not(.p-default) input:checked + .state .svg,
.pretty.p-jelly:not(.p-default) input:checked + .state img,
.pretty.p-jelly:not(.p-default) input:checked + .state label:after,
.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  -webkit-animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: jelly 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-jelly:not(.p-default) input:checked + .state label:before {
  border-color: transparent;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state .icon,
.pretty.p-rotate:not(.p-default) input:checked ~ .state .svg,
.pretty.p-rotate:not(.p-default) input:checked ~ .state img,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:after,
.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  -webkit-animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation: rotate 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  opacity: 1;
}

.pretty.p-rotate:not(.p-default) input:checked ~ .state label:before {
  border-color: transparent;
}

.pretty.p-pulse:not(.p-switch) input:checked ~ .state label:before {
  -webkit-animation: pulse 1s;
  animation: pulse 1s;
}

.pretty input[disabled] {
  cursor: not-allowed;
  display: none;
}

.pretty input[disabled] ~ * {
  opacity: 0.5;
}

.pretty.p-locked input {
  display: none;
  cursor: not-allowed;
}

.pretty input:checked ~ .state.p-primary label:after,
.pretty.p-toggle .state.p-primary label:after {
  background-color: #428bca !important;
}

.pretty input:checked ~ .state.p-primary .icon,
.pretty input:checked ~ .state.p-primary .svg,
.pretty.p-toggle .state.p-primary .icon,
.pretty.p-toggle .state.p-primary .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-primary-o label:before,
.pretty.p-toggle .state.p-primary-o label:before {
  border-color: #428bca;
}

.pretty input:checked ~ .state.p-primary-o label:after,
.pretty.p-toggle .state.p-primary-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-primary-o .icon,
.pretty input:checked ~ .state.p-primary-o .svg,
.pretty input:checked ~ .state.p-primary-o svg,
.pretty.p-toggle .state.p-primary-o .icon,
.pretty.p-toggle .state.p-primary-o .svg,
.pretty.p-toggle .state.p-primary-o svg {
  color: #428bca;
  stroke: #428bca;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-primary-o label:after {
  background-color: #428bca !important;
}

.pretty.p-switch input:checked ~ .state.p-primary:before {
  border-color: #428bca;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-primary:before {
  background-color: #428bca !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-primary:before {
  border-color: #245682;
  background-color: #245682 !important;
}

.pretty input:checked ~ .state.p-info label:after,
.pretty.p-toggle .state.p-info label:after {
  background-color: #5bc0de !important;
}

.pretty input:checked ~ .state.p-info .icon,
.pretty input:checked ~ .state.p-info .svg,
.pretty.p-toggle .state.p-info .icon,
.pretty.p-toggle .state.p-info .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-info-o label:before,
.pretty.p-toggle .state.p-info-o label:before {
  border-color: #5bc0de;
}

.pretty input:checked ~ .state.p-info-o label:after,
.pretty.p-toggle .state.p-info-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-info-o .icon,
.pretty input:checked ~ .state.p-info-o .svg,
.pretty input:checked ~ .state.p-info-o svg,
.pretty.p-toggle .state.p-info-o .icon,
.pretty.p-toggle .state.p-info-o .svg,
.pretty.p-toggle .state.p-info-o svg {
  color: #5bc0de;
  stroke: #5bc0de;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-info-o label:after {
  background-color: #5bc0de !important;
}

.pretty.p-switch input:checked ~ .state.p-info:before {
  border-color: #5bc0de;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-info:before {
  background-color: #5bc0de !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-info:before {
  border-color: #2390b0;
  background-color: #2390b0 !important;
}

.pretty input:checked ~ .state.p-success label:after,
.pretty.p-toggle .state.p-success label:after {
  background-color: #5cb85c !important;
}

.pretty input:checked ~ .state.p-success .icon,
.pretty input:checked ~ .state.p-success .svg,
.pretty.p-toggle .state.p-success .icon,
.pretty.p-toggle .state.p-success .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-success-o label:before,
.pretty.p-toggle .state.p-success-o label:before {
  border-color: #5cb85c;
}

.pretty input:checked ~ .state.p-success-o label:after,
.pretty.p-toggle .state.p-success-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-success-o .icon,
.pretty input:checked ~ .state.p-success-o .svg,
.pretty input:checked ~ .state.p-success-o svg,
.pretty.p-toggle .state.p-success-o .icon,
.pretty.p-toggle .state.p-success-o .svg,
.pretty.p-toggle .state.p-success-o svg {
  color: #5cb85c;
  stroke: #5cb85c;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-success-o label:after {
  background-color: #5cb85c !important;
}

.pretty.p-switch input:checked ~ .state.p-success:before {
  border-color: #5cb85c;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-success:before {
  background-color: #5cb85c !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-success:before {
  border-color: #357935;
  background-color: #357935 !important;
}

.pretty input:checked ~ .state.p-warning label:after,
.pretty.p-toggle .state.p-warning label:after {
  background-color: #f0ad4e !important;
}

.pretty input:checked ~ .state.p-warning .icon,
.pretty input:checked ~ .state.p-warning .svg,
.pretty.p-toggle .state.p-warning .icon,
.pretty.p-toggle .state.p-warning .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-warning-o label:before,
.pretty.p-toggle .state.p-warning-o label:before {
  border-color: #f0ad4e;
}

.pretty input:checked ~ .state.p-warning-o label:after,
.pretty.p-toggle .state.p-warning-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-warning-o .icon,
.pretty input:checked ~ .state.p-warning-o .svg,
.pretty input:checked ~ .state.p-warning-o svg,
.pretty.p-toggle .state.p-warning-o .icon,
.pretty.p-toggle .state.p-warning-o .svg,
.pretty.p-toggle .state.p-warning-o svg {
  color: #f0ad4e;
  stroke: #f0ad4e;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-warning-o label:after {
  background-color: #f0ad4e !important;
}

.pretty.p-switch input:checked ~ .state.p-warning:before {
  border-color: #f0ad4e;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-warning:before {
  background-color: #f0ad4e !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-warning:before {
  border-color: #c77c11;
  background-color: #c77c11 !important;
}

.pretty input:checked ~ .state.p-danger label:after,
.pretty.p-toggle .state.p-danger label:after {
  background-color: #d9534f !important;
}

.pretty input:checked ~ .state.p-danger .icon,
.pretty input:checked ~ .state.p-danger .svg,
.pretty.p-toggle .state.p-danger .icon,
.pretty.p-toggle .state.p-danger .svg {
  color: #fff;
  stroke: #fff;
}

.pretty input:checked ~ .state.p-danger-o label:before,
.pretty.p-toggle .state.p-danger-o label:before {
  border-color: #d9534f;
}

.pretty input:checked ~ .state.p-danger-o label:after,
.pretty.p-toggle .state.p-danger-o label:after {
  background-color: transparent;
}

.pretty input:checked ~ .state.p-danger-o .icon,
.pretty input:checked ~ .state.p-danger-o .svg,
.pretty input:checked ~ .state.p-danger-o svg,
.pretty.p-toggle .state.p-danger-o .icon,
.pretty.p-toggle .state.p-danger-o .svg,
.pretty.p-toggle .state.p-danger-o svg {
  color: #d9534f;
  stroke: #d9534f;
}

.pretty.p-default:not(.p-fill) input:checked ~ .state.p-danger-o label:after {
  background-color: #d9534f !important;
}

.pretty.p-switch input:checked ~ .state.p-danger:before {
  border-color: #d9534f;
}

.pretty.p-switch.p-fill input:checked ~ .state.p-danger:before {
  background-color: #d9534f !important;
}

.pretty.p-switch.p-slim input:checked ~ .state.p-danger:before {
  border-color: #a02622;
  background-color: #a02622 !important;
}

.pretty.p-bigger .icon,
.pretty.p-bigger .img,
.pretty.p-bigger .svg,
.pretty.p-bigger label:after,
.pretty.p-bigger label:before {
  font-size: 1.2em !important;
  top: calc((0% - (100% - 1em)) - 35%) !important;
}

.pretty.p-bigger label {
  text-indent: 1.7em;
}

@media print {
  .pretty .state .icon,
  .pretty .state label:after,
  .pretty .state label:before,
  .pretty .state:before {
    color-adjust: exact;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

.pretty input:checked ~ .state.p-success label::after,
.pretty.p-toggle .state.p-success label::after {
  background-color: #e95504 !important;
}

form.normal .pretty .state label {
  font-weight: 500;
  color: #e95504;
}

/* doc */
body.doc .contents {
  padding: 0rem 2.5rem 5.5rem;
}

body.doc .contents::after {
  width: 0;
}

body.doc .divTable.mypage.head .divTableCell.right,
body.doc .divTable.mypage.head .divTableCell:first-child.right,
body.doc .divTable.mypage .divTableRow.fix .divTableCell.right {
  text-align: right;
}

body.doc .divTable.mypage.head .divTableCell,
body.doc .divTable.mypage.head .divTableCell:first-child {
  font-size: 10px;
}

body.doc .divTable.mypage.head .divTableRow.fix .divTableCell,
body.doc .divTable.mypage.head .divTableRow.fix .divTableCell:first-child {
  font-size: 10px;
}

body.doc .divTableCell,
body.doc .divTableHead {
  padding: 5px 5px;
}

body.doc .divTable.mypage.head .divTableRow.fix .divTableCell.subtotal {
  background: #eee;
  font-weight: 600;
}

body.doc .divTable.mypage.head .divTableRow.fix .divTableCell.tax {
  background: #eee;
  font-weight: 600;
}

body.doc .divTable.mypage.head .divTableRow.fix .divTableCell.amount {
  background: #eee;
  font-weight: 600;
}

body.doc .divTable.mypage.head .divTableRow.fix .divTableCell.amount_result {
  font-size: 15px;
  font-weight: 600;
}

.default-ideabox-border {
    border-style: solid;
    border: 3px solid #e95504;
}

.pb-10 {
    padding-bottom: 10px !important;
}

/* print*/
@media print {
  body.doc header,
  .paging,
  body.feature .wide h1 small,
  body.feature .wide p small,
  body.ideabox .wide.function,
  body.ideabox
    .grid-container
    > div
    .list-footer.fix
    .left
    p.cbox
    span.write-comment,
  .notification-box,
  .swiper-container,
  body.single h5,
  body.single .action,
  footer,
  .sbar-box.fix,
  .topbar,
  header .concept,
  header ul {
    display: none;
  }

  header ul.logo {
    display: inherit;
  }

  .grid-single > div.left {
    border-right: 0 solid #dbddde;
  }

  body.archive .grid-container > div {
    box-shadow: none;
    border: 1px solid #ddd;
  }

  body.feature .wide p {
    border-bottom: 0 solid #dbddde;
    padding-bottom: 2rem;
  }

  .togglenav-btn {
    display: none;
  }
}