/*!*******************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./public/themes/default/resources/scss/cookie.scss ***!
  \*******************************************************************************************************************************************/
.cookie {
  position: fixed;
  top: 0;
  z-index: 1025;
  font-size: 88%;
  overflow: hidden;
}
.cookie * {
  box-sizing: border-box;
}
.cookie .btn {
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
  padding: 6px 12px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.3s ease;
  min-width: 120px;
}
@media (max-width: 767px) {
  .cookie .btn {
    min-width: 100px;
  }
}
.cookie .btn:focus {
  outline: unset;
  box-shadow: unset;
}
.cookie .btn-link {
  color: #00A04E;
  text-decoration: underline;
}
.cookie .btn-primary {
  color: #FFFFFF;
  background-color: #00A04E;
  border: 1px solid #00A04E;
}
.cookie .btn-outline-secondary {
  color: #838383;
  border: 1px solid #838383;
}
.cookie .btn-outline-secondary:hover {
  background-color: transparent;
}
.cookie .btn-setting {
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid #FFFFFF;
}
.cookie-setting {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1054;
  width: 100%;
  height: 100vh;
  padding: 8vh 0 2vh;
  margin-right: auto;
  margin-left: auto;
  color: #222222;
  transition: 0.3s ease all;
  display: flex;
  align-items: center;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .cookie-setting {
    width: 95%;
  }
}
.cookie-setting--show {
  opacity: 1;
  pointer-events: initial;
}
.cookie-setting__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 475px;
  padding: 0 15px;
  margin: 0 auto;
  font-size: 86%;
  background-color: #FFFFFF;
  border-radius: 4px;
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.15);
}
.cookie-setting__top {
  padding: 20px 0 16px;
}
.cookie-setting__top .cookie-setting__header {
  margin-bottom: 0;
}
.cookie-setting__top .cookie-setting__title {
  margin-top: 0;
  font-size: 165% !important;
}
.cookie-setting__close {
  position: relative;
  top: -5px;
  font-family: "Segoe UI" !important;
  font-size: 35px !important;
  font-weight: 100;
  color: #222222;
  line-height: 0;
  text-decoration: none;
}
.cookie-setting__close:hover {
  text-decoration: none;
}
.cookie-setting__scroll {
  max-height: calc(90vh - 160px);
  border: 1px solid #00A04E;
  border-radius: 9px;
  overflow: auto;
}
.cookie-setting__item {
  padding: 15px;
}
.cookie-setting__item:not(:last-child) {
  border-bottom: 1px solid #00A04E;
}
.cookie-setting__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cookie-setting__title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 115% !important;
}
.cookie-setting__remark {
  color: #00A04E;
  white-space: nowrap;
}
.cookie-setting__button {
  padding-top: 16px;
  text-align: center;
}
.cookie-setting__button .btn + .btn {
  margin-left: 8px;
}
.cookie-setting__credit {
  display: flex;
  align-items: center;
  padding: 20px 0 16px;
  font-size: 10px !important;
  font-family: Arial !important;
  color: #717171;
}
.cookie-setting__logo {
  height: 13px;
  margin-left: 5px;
}
.cookie-button {
  position: relative;
  display: block;
  width: 37px;
  height: 18px;
  cursor: pointer;
  overflow: hidden;
}
.cookie-button:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: #D8D8D8;
  border: #CBCBCB;
  border-radius: 16px;
}
.cookie-button__point {
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 1px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 20px;
  transform: translateX(0);
  transition: all 0.2s ease-in 0s;
}
.cookie-button--active:before {
  background-color: #00A04E;
}
.cookie-button--active .cookie-button__point {
  left: 100%;
  transform: translateX(calc(-100% - 1px));
}
.cookie--backdrop {
  height: 100vh;
  width: 100vw;
}
.cookie--theme-1 .cookie-notice {
  font-size: 88%;
  position: fixed;
  bottom: 8px;
  left: 16px;
  z-index: 1052;
  display: none;
  align-items: center;
  width: calc(100% - 32px);
  padding: 8px 16px;
  color: #FFFFFF;
  background-color: rgba(28, 28, 28, 0.8);
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cookie--theme-1 .cookie-notice {
    flex-direction: column;
  }
}
.cookie--theme-1 .cookie-notice--show {
  display: flex;
  display: -ms-flexbox;
}
.cookie--theme-1 .cookie-notice__link {
  min-width: 120px;
  color: #FFFFFF;
  border: 1px solid #838383;
  border-radius: 4px;
}
.cookie--theme-1 .cookie-notice__icon {
  font-size: 28px;
  padding-right: 16px;
}
.cookie--theme-1 .cookie-notice__text {
  flex-grow: 1;
}
@media (max-width: 767px) {
  .cookie--theme-1 .cookie-notice__text {
    margin-bottom: 16px;
  }
}
.cookie--theme-1 .cookie-notice__button {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  margin: auto 0;
}
@media (min-width: 768px) {
  .cookie--theme-1 .cookie-notice__button {
    padding-left: 8px;
  }
}
.cookie--theme-1 .cookie-notice__button a + a {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .cookie--theme-1 .cookie-notice__button {
    position: relative;
    right: 0;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
@media (min-width: 1200px) {
  .cookie--theme-1 .cookie-notice .d-xl-block {
    display: block !important;
  }
}
.cookie--theme-1.cookie--backdrop .cookie-notice {
  display: none;
}
.cookie--theme-2 .cookie-notice {
  font-size: 88%;
  position: fixed;
  bottom: 8px;
  right: 16px;
  z-index: 1052;
  display: none;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 32px);
  max-width: 300px;
  padding: 16px;
  color: #FFFFFF;
  background-color: rgba(28, 28, 28, 0.8);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.cookie--theme-2 .cookie-notice--show {
  display: flex;
  display: -ms-flexbox;
}
.cookie--theme-2 .cookie-notice__link {
  min-width: 120px;
  color: #FFFFFF;
  border: 1px solid #838383;
  border-radius: 4px;
}
.cookie--theme-2 .cookie-notice__icon {
  margin-bottom: 16px;
  font-size: 41px;
  line-height: 1;
}
.cookie--theme-2 .cookie-notice__text {
  flex-grow: 1;
  margin-bottom: 16px;
}
.cookie--theme-2 .cookie-notice__button {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  margin: auto 0;
}
.cookie--theme-2 .cookie-notice__button a + a {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .cookie--theme-2 .cookie-notice__button {
    position: relative;
    right: 0;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.cookie--theme-2 .cookie-notice .d-xl-block {
  display: inline !important;
}
.cookie--theme-2.cookie--backdrop .cookie-notice {
  display: none;
}
.cookie--theme-3 .cookie-notice {
  font-size: 88%;
  position: fixed;
  bottom: 8px;
  right: 16px;
  z-index: 1052;
  display: none;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 32px);
  max-width: 300px;
  padding: 16px;
  color: #222222;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}
.cookie--theme-3 .cookie-notice--show {
  display: flex;
  display: -ms-flexbox;
}
.cookie--theme-3 .cookie-notice__link {
  min-width: 120px;
  color: #FFFFFF;
  border: 1px solid #838383;
  border-radius: 4px;
}
.cookie--theme-3 .cookie-notice__icon {
  margin-bottom: 16px;
  font-size: 41px;
  line-height: 1;
}
.cookie--theme-3 .cookie-notice__text {
  flex-grow: 1;
  margin-bottom: 16px;
}
.cookie--theme-3 .cookie-notice__button {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  margin: auto 0;
  padding-left: 8px;
}
.cookie--theme-3 .cookie-notice__button a + a {
  margin-left: 8px;
}
@media (max-width: 767px) {
  .cookie--theme-3 .cookie-notice__button {
    position: relative;
    right: 0;
    justify-content: center;
    -ms-flex-pack: center;
  }
}
.cookie--theme-3 .cookie-notice .d-xl-block {
  display: inline !important;
}
.cookie--theme-3 .cookie-notice .btn-setting {
  color: #00A04E;
  border: 1px solid #00A04E;
}
.cookie--theme-3.cookie--backdrop .cookie-notice {
  display: none;
}
.cookie--theme-4 .cookie-notice {
  display: none !important;
}
.cookie--theme-4 .cookie-notice--show + .cookie-setting {
  opacity: 1;
  pointer-events: initial;
}
.cookie--theme-4.cookie--backdrop .cookie-setting {
  opacity: 0;
  pointer-events: none;
}
