#pagetop {
  display: none !important;
}

#heading .sec-inner {
  position: relative;
}
#heading .sec-inner .icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 117px;
  width: clamp(90px, 11.7rem, 117px);
  height: 117px;
  height: clamp(90px, 11.7rem, 117px);
  border-radius: 24px;
  background: linear-gradient(180deg, #FFD776 0%, #FFB400 100%);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(50%);
  z-index: 2;
}
#heading .sec-inner .icon::before {
  content: "";
  display: block;
  width: 49.57%;
  height: 44.44%;
  background: url(../img/common/price.svg) center/contain no-repeat;
}
@media print, screen and (max-width: 1024px) {
  #heading .sec-inner .icon {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 768px) {
  #heading .sec-inner .icon {
    position: static;
    width: 48px;
    height: 48px;
    margin-top: 16px;
    margin-bottom: -24px;
    border-radius: 10px;
    transform: none;
  }
  #heading .sec-inner .icon::before {
    position: static;
    display: block;
    width: 58.33%;
    height: 58.33%;
    transform: none;
  }
}

#access {
  margin: 134px auto 52.4rem;
}
#access .sec-box {
  width: calc(100% - 60px);
  max-width: 143rem;
  box-shadow: 0 0 13px 2px rgba(0, 162, 154, 0.2);
  padding: 80px 30px;
}
#access .sec-inner {
  display: grid;
  grid-template-columns: 635fr 535fr;
  gap: 0 28px;
  max-width: 119.7rem;
  margin: 0 auto;
}
#access .sec-box-select .title {
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  color: #FFF;
  font-weight: 700;
  width: 100%;
  text-align: center;
  display: block;
  margin: 21px 0;
  padding: 2px 16px;
}
#access .sec-box-select .title:first-child {
  margin-top: 0;
}
#access .sec-box-select .box {
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1019607843);
  padding: 22px;
}
#access .sec-box-select .select-wrap {
  position: relative;
}
#access .sec-box-select .select-wrap .select {
  padding: 8px 35px 8px 11px;
  font-size: 16px;
  line-height: 1.125;
  font-weight: 400;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 6px;
  background-color: #FFF;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  height: auto;
}
#access .sec-box-select .select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #0A0A0A;
  border-bottom: 1px solid #0A0A0A;
}
#access .sec-box-select .item + .item {
  margin-top: 14px;
}
#access .sec-box-select .top {
  display: flex;
  align-items: center;
  gap: 0 7px;
}
#access .sec-box-select .check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
#access .sec-box-select .check input {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  margin: 0;
  border-radius: 2px;
  border: 1px solid #767676;
  position: relative;
  cursor: pointer;
}
#access .sec-box-select .check input:checked {
  background: linear-gradient(90deg, #00A29A 0%, #00C4BB 100%);
  border: none;
}
#access .sec-box-select .check input:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  width: 7px;
  height: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 2px;
  transform: rotate(45deg);
}
#access .sec-box-select .border {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 100px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  padding: 0 9px;
  height: -moz-fit-content;
  height: fit-content;
}
#access .sec-box-select .text {
  font-size: 16px;
  font-weight: 400;
  color: #717182;
}
#access .sec-box-select .bold {
  font-weight: 700;
}
#access .sec-box-select .col {
  color: #FFB400;
}
#access .sec-box-result {
  background: #C4A1EC;
  border-radius: 14px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 21px 0;
}
#access .sec-box-result .top {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-size: clamp(24px, 3.2rem, 32px);
  font-weight: 700;
  gap: 0 8px;
}
#access .sec-box-result .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 9px;
  background: linear-gradient(180deg, #FFD776 0%, #FFB400 100%);
  position: relative;
}
#access .sec-box-result .icon::before {
  content: "";
  display: block;
  width: 51.11%;
  height: 44.44%;
  background: url(../img/common/price.svg) center/contain no-repeat;
}
#access .sec-box-result .box {
  background: #FFF;
  border-radius: 10px;
  padding: 2rem;
}
#access .sec-box-result .bg {
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin-top: 10px;
  padding: 3px 16px;
}
#access .sec-box-result .bg:first-child {
  margin-top: 0;
}
#access .sec-box-result .bg-p {
  background: #C4A1EC;
}
#access .sec-box-result .bg-y {
  background: #FFB400;
}
#access .sec-box-result .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  margin-top: 10px;
  min-height: 39px;
  padding: 6px 0;
  border-bottom: 1px solid #F3F4F6;
}
#access .sec-box-result .item + .item {
  margin-top: 0;
}
#access .sec-box-result .small {
  color: #717182;
  font-size: 12px;
  font-weight: 400;
}
#access .sec-box-result .text {
  font-size: 16px;
}
#access .sec-box-result .price {
  font-size: 16px;
  font-weight: 700;
}
#access .sec-box-result .result {
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-top: 7px;
  line-height: 1;
  white-space: nowrap;
}
#access .sec-box-result .btn {
  background: linear-gradient(180deg, #FFD776 0%, #FFB400 100%);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  gap: 0 7px;
  height: 80px;
  padding: 16px;
  transition: opacity 0.3s;
  cursor: pointer;
}
#access .sec-box-result .btn:hover {
  opacity: 0.63;
}
#access .sec-box-result .btn img {
  width: 24px;
}
#access .sec-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1.6%;
  width: 85.2rem;
  min-width: 852px;
  border-radius: 100px;
  background: #8CE3DE;
  font-size: 24px;
  font-weight: 700;
  color: #084C49;
  line-height: 1.5;
  padding: 32px 80px 25px 8px;
  box-shadow: 4px 4px 0 2px #05615C;
  margin: 10.7rem auto 0;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.45, 0, 0.55, 1), box-shadow 0.3s cubic-bezier(0.45, 0, 0.55, 1);
}
#access .sec-btn:hover {
  transform: translate(2px, 2px);
  box-shadow: none;
}
#access .sec-btn::before {
  position: absolute;
  content: "";
  max-width: 189px;
  width: 22.18%;
  height: auto;
  bottom: 0;
  right: 20px;
  aspect-ratio: 1/1;
  background: url(../img/simulation/btn-img.png) center/contain no-repeat;
  z-index: 2;
}
#access .sec-btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/common/bg-dot-20.png) top center/500px 250px repeat;
  border-radius: 100px;
}
#access .sec-btn .large {
  font-size: 40px;
}
#access .sec-btn .txt {
  z-index: 3;
}
#access .sec-btn .icon {
  width: 68px;
  z-index: 3;
}
#access .sec-price {
  display: none;
}
@media print, screen and (max-width: 1920px) {
  #access .sec-box {
    max-width: 1430px;
  }
  #access .sec-inner {
    max-width: 1197px;
  }
}
@media print, screen and (max-width: 1024px) {
  #access {
    margin-top: 85px;
  }
  #access .sec-box {
    width: 100%;
  }
  #access .sec-inner {
    grid-template-columns: 1fr;
    gap: 4.5vw;
  }
  #access .sec-btn {
    width: 630px;
    min-width: 0;
    font-size: 20px;
    gap: 0 15px;
  }
  #access .sec-btn::before {
    bottom: -1px;
    right: 4%;
    width: 180px;
    max-width: 100%;
  }
  #access .sec-btn .icon {
    width: 53px;
  }
  #access .sec-btn .large {
    font-size: 30px;
  }
}
@media only screen and (max-width: 768px) {
  #access {
    margin-top: 40px;
    margin-bottom: 170px;
    padding-bottom: 40px;
    box-shadow: 0 0 13px 2px rgba(0, 162, 154, 0.2);
  }
  #access .sec-box {
    padding: 40px 2.4rem 0;
    box-shadow: none;
  }
  #access .sec-box-select .title {
    padding: 5px 16px;
    font-size: 18px;
  }
  #access .sec-box-select .box {
    padding: 16px;
  }
  #access .sec-box-select .item + .item {
    margin-top: 16px;
  }
  #access .sec-box-select .text {
    padding-left: 1.6em;
  }
  #access .sec-btn {
    width: calc(100% - 4.8rem);
    max-width: 420px;
    margin-top: 40px;
    padding: 15px 80px 14px 0;
    box-shadow: 1px 1px 0 0 #05615C;
    font-size: 1.6rem;
  }
  #access .sec-btn:hover {
    transform: translate(1px, 1px);
  }
  #access .sec-btn::before {
    right: 20px;
    width: 112px;
  }
  #access .sec-btn .icon {
    width: 3.9rem;
  }
  #access .sec-btn .large {
    font-size: 2rem;
  }
  #access .sec-box-result {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    height: auto;
  }
  #access .sec-box-result .top {
    font-size: 2.4rem;
    white-space: nowrap;
  }
  #access .sec-box-result .icon {
    width: 32px;
    height: 32px;
  }
  #access .sec-box-result .icon::before {
    width: 16px;
    height: 15px;
  }
  #access .sec-box-result .item {
    padding: 8px 0;
  }
  #access .sec-box-result .result {
    margin-top: 10px;
    padding: 6px 0 8px;
    font-size: 4rem;
  }
  #access .sec-box-result .btn {
    gap: 0 10px;
    height: 87px;
    font-size: 26px;
  }
  #access .sec-box-result .btn img {
    width: 26px;
  }
}

#sp-price {
  display: none;
}
@media print, screen and (min-width: 769px) {
  #sp-price {
    display: none !important;
  }
}
@media only screen and (max-width: 768px) {
  #sp-price {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 5px;
    background: #C4A1EC;
    font-size: 1.6rem;
    z-index: 10;
    line-height: 1.2;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
  }
  #sp-price:hover .apply {
    opacity: 0.63 !important;
  }
  #sp-price .inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 5vw;
    height: 66px;
  }
  #sp-price .total {
    width: 6.4rem;
  }
  #sp-price .price {
    font-size: 3.2rem;
    font-weight: 900;
  }
  #sp-price .apply {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 0.8rem;
    width: 10rem;
    height: 50px;
    background: linear-gradient(180deg, #FFD776 0%, #FFB400 100%);
    border: 2px solid #fff;
    border-radius: 9px;
    transition: opacity 0.3s;
  }
  #sp-price .apply::before {
    content: "";
    display: block;
    width: 2.7rem;
    height: 2.7rem;
    background: url(../img/common/bus-icon.png) center/contain no-repeat;
  }
}/*# sourceMappingURL=simulation.css.map */