﻿@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

* {
  font-family:
    "Pretendard",
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    sans-serif !important;
}
.pc {
  display: block !important;
}
.mo {
  display: none !important;
}
body {
  font-size: 14px;
  font-weight: 400;
  overflow-x: hidden;
  color: #222222;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
form,
fieldset,
p,
button,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
ol,
dl {
  list-style: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
img,
fieldset,
iframe {
  border: 0;
}
img {
  vertical-align: top;
}
input,
select,
button {
  vertical-align: middle;
}
input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
}
button * {
  position: relative;
}
em,
address {
  font-style: normal;
}
a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.clear {
  clear: both;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}
img.map,
map area {
  outline: none;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}
textarea:focus,
input:focus {
  outline: none;
}
.obj {
  position: absolute;
  z-index: 2;
}
.btn {
  position: absolute;
  z-index: 2;
  font-size: 0px;
}
.btn a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  font-size: 0px;
}
.btn img {
  max-width: 100%;
  height: auto;
}
.button img {
  max-width: 100%;
  height: auto;
}
.hidden {
  font-size: 0px;
  display: none;
}

header {
  height: 90px;
  border-bottom: 1px solid #2d7b47;
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 1000;
}
header .inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
header h1.logo {
  width: 170px;
}

header .pc-nav ul {
  display: flex;
  gap: 40px;
}
header .pc-nav a {
  font-size: 21px;
  font-weight: 500;
  padding: 15px 0px;
}
header .m-menu-open {
  display: none;
}

header .m-menu-wrap {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 1000;
  transition: 0.3s;
  visibility: hidden;
}
header .m-menu-wrap.active {
  right: 0;
  visibility: visible;
}

header .m-menu-inner {
  position: absolute;
  right: 0;
  width: 70%;
  height: 100%;
  background: #fff;
  z-index: 2;
  padding: 5px 0px;
  box-sizing: border-box;
}
header .m-nav-list {
  padding: 10px 20px;
  overflow-y: auto;
}
header .dimmed {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
header .m-nav-list ul li a {
  display: block;
  padding: 8px 0;
  color: #666;
  font-size: 1.2rem;
  text-decoration: none;
}

.footer {
  background-color: #191919;
  padding: 40px 20px;
  color: #fff;
  font-size: 16px;
  line-height: 1.8;
}
.footer .inner {
  max-width: 700px;
  margin: 0 auto;
}
.footer-info .info-row {
  margin-bottom: 2px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.footer-info .info-row span a {
  color: inherit;
  text-decoration: none;
  display: inline;
}
.footer .bar {
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #444;
  margin: 0 5px;
}
.footer .copyright {
  margin-top: 10px;
  color: #75884c;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.dbins-popup-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgb(0 0 0 / 14%);
  top: 0;
  left: 0;
}

.dbins-popup-wrapper .popup-inner {
  position: absolute;
  width: 360px;
  background: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px 10px;
  border-radius: 20px;
  max-width: 100%;
  box-shadow: 0 0 15px #00000038;
}

.dbins-popup-wrapper .popup-inner .popup-head {
  background: linear-gradient(45deg, #4fc194, #28757d);
  width: 100%;
  padding: 15px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 20px 20px 0 0;
  height: 60px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -0.08em;
}

.dbins-popup-wrapper .popup-inner .popup-body {
  margin-top: 60px;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  padding-bottom: 75px;
}

.dbins-popup-wrapper .popup-inner .popup-body h2 {
  font-size: 21px;
  line-height: 30px;
  font-weight: 400;
}
.dbins-popup-wrapper .popup-inner .popup-body h3 {
  font-size: 16px;
}
.dbins-popup-wrapper .popup-close-btn {
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 14px;
  border-radius: 100%;
  background: #0003;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.dbins-popup-wrapper .popup-close-btn svg {
  width: 25px;
  height: 25px;
  opacity: 0.9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.dbins-popup-wrapper .popup-inner .popup-body .popup-btn {
  background: linear-gradient(270deg, #04a778, #62d27c);
  padding: 10px 15px;
  border-radius: 20px;
  color: #fff;
  display: block;
  width: auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  cursor: pointer;
  min-width: 50%;
}

@media (max-width: 1200px) {
  header .pc-nav ul {
    gap: 30px;
  }
  header .pc-nav a {
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .pc {
    display: none !important;
  }
  .mo {
    display: block !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  header .pc-nav {
    display: none;
  }
  header {
    height: 60px;
  }
  header h1.logo {
    width: 140px;
    padding: 0px 15px;
  }

  header .inner {
    justify-content: space-between;
  }
  header .m-menu-open {
    display: block;
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px 15px;
    width: 55px;
  }
  header .close-box {
    display: flex;
    justify-content: flex-end;
  }
  header .m-menu-close {
    border: none;
    background: none;
    cursor: pointer;
    padding: 5px 10px;
    width: 60px;
  }

  .footer {
    background-color: #191919;
    padding: 40px 20px;
    color: #fff;
    font-size: 12px;
    line-height: 1.8;
  }
  .footer .inner {
    max-width: auto;
  }
  .footer-info .info-row {
    gap: 5px;
  }
  .footer .copyright {
    font-size: 11px;
  }
}
