body {
  background:#EAEAEA;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  position: relative;
}

#nca-cookiesaccept-line {
    z-index: 9999999999;
}

a.link {
    color:#FF6810;
    &:hover {
        text-decoration: none;
    }
}

.fancybox__backdrop {
    background:rgba(0,0,0,.4)!important;
    backdrop-filter: blur(10px) saturate(3);
    -webkit-backdrop-filter: blur(10px) saturate(3);
}

section {
  scroll-margin-top: 100px;
}

.container {
    max-width:1240px;
}

.disabled {
    opacity:.5;
    pointer-events:none;
}

.bgwhite {
    background: #fff;
    padding:30px;
}

.red {
    color:red!important;
}

.br25 {
    border-radius:25px;
}

.container-fluid.sticky-top {
  background:#eaeaea;
}

.air-datepicker-cell.-day-.-weekend- {
    color:red;
}

#banner {
    min-height: 550px;
}

.main-menu-pc {
  display:flex;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
  margin:0;
  & a {
    color:#191919;
    text-decoration: none;
    padding:18px;
    border-radius:15px;
    &:hover {
      color:#fff;
      background:#FF6900;
      transition: all 0.3s ease;
    }
  }
}

.form-checkbox {
    display: grid;
    grid-template-columns: 0.3fr 5fr;
    align-items: center;
}

.form-input input[type="date"] {
    appearance: none;
    border:2px #000 solid;
    border-radius:10px!important;
    margin:10px 0;
}

.f-html {
  border-radius:25px;
  max-width:500px;
  cursor: default;
  & .links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    text-align: center;
    & a {
      display: grid;
      align-items: center;
      justify-self: center;
      min-height:50px;
    }
  }
  .row.item {
    margin:20px 0;
    align-items: center;
  }
}

.air-datepicker.-inline- {
    position: absolute!important;
    top: 50px;
}

.btn-main {
  padding:15px 20px;
  color:#fff;
  background:#FF6900;
  border:2px #FF6900 solid;
  border-radius:15px;
  font-weight:600;
  &:hover {
    background:#fff;
    color:#FF6900;
    border:2px #FF6900 solid;
  }
  &.main-prize:hover {
    background:#FF6810!important;
  }
}

#rules .col-md-4 {
position: relative;
}

#rules .col-md-4:not(.last):before {
  content:"";
  height:2px;
  background:#FF6900;
  left:50%;
  top:50%;
  width:100%;
  position: absolute;
}

.rule-item {
  background: #fff;
  padding: 20px;
  border-radius: 25px;
  text-align: center;
  display: grid;
  flex-direction: column;
  gap: 0;
  min-height: 250px;
  justify-content: center;
  grid-template-rows: 1fr 1fr;
  align-items: center;
  position: relative;
  outline:10px #EAEAEA solid;
  & .rule-image {
    flex: 1;
    display: flex;
    justify-content: center;
    & img {
        width:60px;
    }
  }
  & .rule-desc {
    height:100%;
  }
}

.logo {
  max-height: 60px;
}

.title_block {
  font-family: Montserrat;
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  padding:30px 0;
}

.hotline {
    position: relative;
    z-index: 99;
}

a.btn {
  font-size:18px;
  &.btn-transparent {
    border:2px #FF6900 solid;
    border-radius:25px;
    padding:17px 20px;
    &:hover {
      background:#FF6900;
      color:#fff;
    }
  }
}

#points .place-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  height:100%;
  background:#fff;
  border-radius:25px;
  padding:20px;
  & .place-pic {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    max-height: 80px;
    & img {
        max-height:50px;
    }
  }
}

.btn-outline-dark {
  border:2px #FF6810 solid;
  border-radius:15px;
}

a.btn-main.btn-outline.white {
    background:#fff;
    border:2px #FF6810 solid;
    text-decoration: none;
    color:#FF6810;
    transition: all 0.3s ease;
    &:hover {
        background:#FF6810;
        color:#fff;
        transition: all 0.3s ease;
    }
}

.good-item {
  display:flex;
  flex-direction: column;
  justify-content: center;
  gap:30px;
  & .sect-desc {
    color:#FF6810;
    text-align:center;
    font-size:18px;
    & div {
        color:#000;
        display:block;
    }
  }
}

#faq {
    & .accordion-item {
        background:none;
        border:none;
        margin:12px 0;
    }
    & .accordion-body {
        background: #fff;
        border-radius: 0 0 25px 25px;
        transition: all 0.3s ease;
    }
    & .accordion-button {
        background: transparent;
        color:#000;
        outline:2px #FF6900 solid;
        border-radius:25px;
    }
    & .accordion-button:not(.collapsed) {
        background:#fff;
        outline:none;
        color:#FF6810;
        font-weight: 700;
        border-radius:25px 25px 0 0;
    }
    & .accordion-button:focus {
      box-shadow:none;
    }
}

.hotline a {
  font-weight:600;
  color:#FF6810;
  text-decoration: none;
}

.font-10 {
  font-size:10px;
  font-weight:500;
}

/* SHOW WAIT */
.loader {
    position: fixed;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    z-index: 10000 !important;
    background-color: rgba(0, 0, 0, 0.75);
}

.cssload-clock {
    border-radius: 58px;
    height: 78px;
    width: 78px;
    background:url('/images/loading.gif') no-repeat center;
    background-size:contain;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -39px;
    margin-left: -39px;
}

#nca-cookiesaccept-line-accept-btn {
  box-shadow: 0 9px 41px #AF9F87;
  background: #FF6900;
  color: #fff;
  border-radius: 15px;
  padding: 15px 25px;
  font-weight: 600;
}

.nca-cookiesaccept-line.style-4 {
  background: #181818!important;
  border-top: 2px orange solid!important;
  font-size: 12px;
  padding: 10px!important;
  opacity:1;
}

.carousel-item {
    max-height:500px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-top:15px;
    &:not(.active) {
        opacity:0;
    }
    & img {
        opacity: 0!important;
    }
}

.carousel-item.active {
    transition: all 0.5s ease;
}

.carousel-item-start {
    transition: all 0.1s ease;
    opacity:0;
    & img {
        opacity:1;
    }
}

.carousel-control-next, .carousel-control-prev {
  filter:invert();
}

.prize-pic, .prize-name {
    margin-top:10px;
}

.prize-pic img {
    max-height: 100px;
    width:auto;
}

.prize-name b {
  color:#FF6900;
  display: block;
}

.prize-count {
    position: absolute;
    top: 0;
    right: 40px;
    background: #FF6910;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
}

.contest-list {
  display: flex;
  flex-direction: column;
  gap:55px;
  position: relative;
  &:before {
      content:"";
      width:2px;
      height:100%;
      background:#FF6900;
      position: absolute;
      left:50%;
      top:0;
      z-index: -1;
  }
  & .contest-item {
    background:#fff;
    border-radius:25px;
    padding:20px 30px;
    outline:10px #EAEAEA solid;
    &.main, &:hover {
      background: #FF6900;
      font-weight:800;
      color:#fff;
      transition: all 0.3s ease;
      & a {
        color:#fff;
      }
    }
    &.main:hover {
      background:#fff;
      color:#FF6900;
      border:1px #FF6900 solid;
    }
    & .contest-name, .contest-date {
      display: block;
    }
    & .contest-name {
      font-size:24px;
      font-weight:600;
    }
    & .contest-date {
      font-size:16px;
    }
  }
}

#goods {
  background:#fff;
  border-radius:25px;
  padding:45px;
}

.offcanvas.offcanvas-end {
  width:100%;
  height:100vh;
}

.offcanvas.offcanvas-end:not(.show) {
  display:none;
}

#pills-tab .nav-link-item:not(.active) {
    background:#fff;
    color:#FF6900;
}

#pills-tab .nav-link-item.active {
    background:#FF6900;
    color:#fff;
}

.tab-header {
    text-align: center;
    border:none;
    & thead th {
        font-weight:400;
        border:none;
        padding:0;
    }
    & tr {
        display:grid;
        grid-template-columns: repeat(3,1fr);
        margin:10px 0;
    }
    & tr td {
        background:#EAEAEA;
        &:first-of-type {
            border-radius:15px 0 0 15px;
        }
        &:last-of-type {
            border-radius:0 15px 15px 0;
        }
    }
    & td {
        border:none;
    }
}

@media(max-width:767px) {

    #watch {
        flex:2;
        & img {
            max-width:100px;
        }
    }

    .rule-image {
        display: none!important;
    }

    .rule-item {
        min-height:110px;
        display: flex;
        & .rule-desc span {
            color:#FF6810;
            font-weight:700;
            display: block;
        }
    }

    .contest-list {
        & .contest-item {
            padding:5px;
            border-radius:14px;
            outline:0;
            width:100%;
            & .contest-date {
                font-size:10px;
            }
        }
        flex-direction: row;
        gap:5px;
        & .contest-name {
            font-size:10px!important;
        }
    }

    #points .place-item {
        border-radius:14px;
    }

    a.btn {
        padding:0.5em;
    }

    body, a.btn {
        font-size:12px;
    }

    .title_block {
        font-size:30px;
    }

  .f-html {
    padding:20px;
  }

  .f-html .links {
    grid-template-columns: repeat(2,1fr);
    gap:40px;
  }


  #rules .col-md-4:not(.last):before {
    content: "";
    display: none;
    height: 100%;
    background: #FF6900;
    left: 50%;
    top: 50%;
    width: 2px;
    position: absolute;
  }
  .clear {
    display:none;
  }

  #goods {
    padding:25px;
  }

  #points .place-item {
    padding:15px;
  }

}
