.cscenter-box__item .item-button::after, footer .footer__utills-menu a:not(:last-child)::after, .gnb-open::after, .gnb-open::before,
.gnb-open span, .dropdown--button::after {
  display: block;
  content: "";
}

.cscenter-box__item .item-button::after, .main-download, .main-download__imgs p, .main-download__texts .title-box .icon, .main-event, .main-event__visual > p, .main-safe__visual > p, .main-eco__img .img-box .img,
.main-eco__img .img-box .box, .main-location, .main-location__img .img, .main-visual, .main-visual.visual-btn, .header__logobox .logo, .store-btn .google,
.store-btn .apple, .dropdown--button::after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

footer .footer__logo, .header__logobox .logo, .header__allmenus .gnb-logo, .gnb-open::after, .gnb-open::before,
.gnb-open span, .store-btn, .store-btn .google,
.store-btn .apple {
  color: rgba(255, 255, 255, 0);
  font-size: 0;
}

.header__allmenus-inner, html, .dropdown--box {
  overflow: hidden;
  overflow-y: auto;
}
.header__allmenus-inner::-webkit-scrollbar, html::-webkit-scrollbar, .dropdown--box::-webkit-scrollbar {
  width: 12px;
}
.header__allmenus-inner::-webkit-scrollbar-button:start:decrement, html::-webkit-scrollbar-button:start:decrement, .dropdown--box::-webkit-scrollbar-button:start:decrement, .header__allmenus-inner::-webkit-scrollbar-button:end:increment, html::-webkit-scrollbar-button:end:increment, .dropdown--box::-webkit-scrollbar-button:end:increment {
  display: block;
  width: 0;
  height: 0;
}
.header__allmenus-inner::-webkit-scrollbar-track, html::-webkit-scrollbar-track, .dropdown--box::-webkit-scrollbar-track {
  background: transparent;
}
.header__allmenus-inner::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb, .dropdown--box::-webkit-scrollbar-thumb {
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  background-color: #969696;
  border-radius: 13px;
}
.header__allmenus-inner::-webkit-scrollbar-thumb:hover, html::-webkit-scrollbar-thumb:hover, .dropdown--box::-webkit-scrollbar-thumb:hover {
  background-color: #4f4f4f;
  cursor: default;
}
.header__allmenus-inner::-webkit-scrollbar-thumb:active, html::-webkit-scrollbar-thumb:active, .dropdown--box::-webkit-scrollbar-thumb:active {
  background-color: #d9d9d9;
  cursor: default;
}

.store-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.store-btn .google,
.store-btn .apple {
  width: 230px;
  height: 72px;
  box-shadow: 6.23px 6.23px 18.7px rgba(0, 0, 0, 0.25);
}
@media (max-width: 720px) {
  .store-btn .google,
  .store-btn .apple {
    width: 35.8vw;
    height: 11.3vw;
  }
}
.store-btn .google {
  background-image: url("../image/img/main-google-btn.svg");
}
.store-btn .apple {
  background-image: url("../image/img/main-apple-btn.svg");
}

.dropdown-area {
  position: relative;
}
.dropdown-area button {
  min-height: 18px;
  padding-top: 13px;
  padding-right: 44px;
  padding-bottom: 13px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 18px;
  outline: none;
}
.dropdown-area.open {
  z-index: 50;
}
.dropdown-area.open .dropdown--button::after {
  transform: rotate(0deg);
}
.dropdown-area.open .dropdown--box {
  display: flex;
}
.dropdown--button {
  display: flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #444444;
}
.dropdown--button::after {
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  right: 15px;
  background-image: url("../image/icon/dropdown-arrow.svg");
  background-size: contain;
  transform: rotate(180deg);
}
.dropdown--button__text {
  flex-shrink: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}
.dropdown--button.placeholder {
  color: #999;
}
.dropdown--button.disabled, .dropdown--button:disabled {
  background-color: #f1f1f1;
}
.dropdown--button.disabled,
.dropdown--button.disabled .dropdown--button__title, .dropdown--button:disabled,
.dropdown--button:disabled .dropdown--button__title {
  color: #999;
}
.dropdown--box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  display: none;
  width: 100%;
  max-height: 192px;
  top: 100%;
  margin-top: 10px;
  background-color: #ffffff;
  border: 1px solid #c0c0c0;
  border-radius: 4px;
}
.dropdown--box button,
.dropdown--box a {
  flex-shrink: 0;
  flex-grow: 0;
  width: 100%;
  color: #777777;
  text-align: left;
}
.dropdown--box button:hover, .dropdown--box button.select,
.dropdown--box a:hover,
.dropdown--box a.select {
  background-color: rgba(239, 64, 35, 0.1);
}
.dropdown--box button.select,
.dropdown--box a.select {
  color: #ef4023;
  font-weight: 600;
}

.title-box .category {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 41px;
}
.title-box .category.red {
  color: #ef4023;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .title-box .category {
    margin-bottom: 0.5vw;
    font-size: 0.9vw;
    line-height: 2.1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .title-box .category {
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
    line-height: 4.6rem;
  }
}
@media (max-width: 720px) {
  .title-box .category {
    margin-bottom: 2.8vw;
    font-size: 3.5vw;
    line-height: 9.2vw;
  }
}
.title-box .subtitle {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .title-box .subtitle {
    margin-bottom: 1.6vw;
    font-size: 1.6vw;
    line-height: 2.1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .title-box .subtitle {
    margin-bottom: 1.4rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 720px) {
  .title-box .subtitle {
    margin-bottom: 2.8vw;
    font-size: 3.9vw;
    line-height: 5.6vw;
  }
}
.title-box .subtitle.red {
  color: #ef4023;
}
.title-box .title {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .title-box .title {
    font-size: 2.1vw;
    line-height: 2.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .title-box .title {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 720px) {
  .title-box .title {
    font-size: 6.9vw;
    line-height: 8.3vw;
  }
}
.title-box .title.fw-regual {
  font-weight: 400;
}
.title-box .text {
  margin-top: 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .title-box .text {
    margin-top: 2.1vw;
    font-size: 1vw;
    line-height: 1.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .title-box .text {
    margin-top: 4.9rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 720px) {
  .title-box .text {
    margin-top: 9.7vw;
    font-size: 3.9vw;
    line-height: 5.6vw;
  }
}
.title-box .text.mt-large {
  margin-top: 70px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .title-box .text.mt-large {
    margin-top: 3.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .title-box .text.mt-large {
    margin-top: 4.9rem;
  }
}
@media (max-width: 720px) {
  .title-box .text.mt-large {
    margin-top: 9.7vw;
  }
}
@media (max-width: 720px) {
  .title-box .text.web {
    display: none;
  }
}
.title-box .text.mobile {
  display: none;
}
@media (max-width: 720px) {
  .title-box .text.mobile {
    display: block;
  }
}
.title-box.horizon {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 70px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .title-box.horizon {
    gap: 3.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .title-box.horizon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0rem;
  }
}
@media (max-width: 720px) {
  .title-box.horizon {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0vw;
  }
}
.title-box.center {
  text-align: center;
}
.title-box.dark,
.title-box.dark * {
  color: #ffffff;
}
.title-box.light,
.title-box.light * {
  color: #484848;
}

/* RESET */
html {
  font-size: 10px;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
}

table {
  width: 100%;
  table-layout: fixed;
}
table,
table tr {
  border-collapse: inherit;
}
table,
table tr,
table td,
table th,
table thead,
table tbody,
table tfoot,
table caption {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  vertical-align: baseline;
  text-decoration: none;
}
a[href^=tel], a:link {
  color: inherit;
  text-decoration: none;
}

pre,
code,
html,
body,
h1,
h2,
h3,
h4,
h5,
h1,
div,
p,
span,
i,
em,
b,
strong,
ul,
ol,
li,
dl,
dt,
dd,
img,
button,
a,
table,
tr,
th,
td,
thead,
tbody,
tfoot,
header,
footer,
nav,
aside,
main,
article,
section,
hgroup,
details,
figure,
figcaption,
mark,
time,
address,
summary,
label,
input,
textarea,
::before,
::after {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "Pretendard", "Malgun Gothic", Arial, "Dotum", sans-serif;
  box-sizing: border-box;
  word-break: keep-all;
}

button {
  background-color: transparent;
}

button:not(:disabled) {
  cursor: pointer;
}

input[type=password] {
  font-family: initial;
}

ul,
ol,
li,
dl,
dt,
dd {
  list-style: none;
}

input {
  outline: none;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  src: local("Pretendard Bold"), url(../font/Pretendard-Bold.woff2) format("woff2"), url(../font/Pretendard-Bold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  src: local("Pretendard SemiBold"), url(../font/Pretendard-SemiBold.woff2) format("woff2"), url(../font/Pretendard-SemiBold.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  src: local("Pretendard Medium"), url(../font/Pretendard-Medium.woff2) format("woff2"), url(../font/Pretendard-Medium.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  src: local("Pretendard Regular"), url(../font/Pretendard-Regular.woff2) format("woff2"), url(../font/Pretendard-Regular.woff) format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  src: local("Pretendard Light"), url(../font/Pretendard-Light.woff2) format("woff2"), url(../font/Pretendard-Light.woff) format("woff");
}
@font-face {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../font/RedHatBOld-Eec.woff2) format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Red Hat Display";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(../font/RedHatBOld-A.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
.header__logobox, .header__allmenus {
  position: fixed;
  top: 0;
  z-index: 888;
}
.header__logobox {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  padding: 35px 56px;
  margin: 0 auto;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .header__logobox {
    padding: 1.8vw 2.9vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .header__logobox {
    padding: 4.7rem 2.3rem 1.9rem;
  }
}
@media (max-width: 720px) {
  .header__logobox {
    padding: 9.4vw 4.5vw 3.8vw;
  }
}
.header__logobox .logo {
  width: 334px;
  height: 55px;
  padding: 15px;
  background-image: url("../image/logo/main-logo.svg");
  background-size: contain;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .header__logobox .logo {
    width: 17.4vw;
    height: 2.9vw;
    padding: 0.8vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .header__logobox .logo {
    width: 24.3rem;
    height: 3.5rem;
    padding: 0.5rem;
  }
}
@media (max-width: 720px) {
  .header__logobox .logo {
    width: 48.1vw;
    height: 6.9vw;
    padding: 1vw;
  }
}
.header__logobox.dark .logo {
  background-image: url("../image/logo/main-logo-dark.svg");
}
.header__logobox.dark .gnb-open::after, .header__logobox.dark .gnb-open::before,
.header__logobox.dark .gnb-open span {
  background-color: #231f20;
}
.header__allmenus {
  height: fill-available;
  height: -moz-fill-available;
  height: -webkit-fill-available;
  height: 100vh;
  height: calc(var(--vh) * 100);
  display: none;
  width: 100%;
  top: 0;
  z-index: 898;
}
.header__allmenus.open {
  display: block;
}
.header__allmenus-inner {
  position: absolute;
  width: 50%;
  height: 100%;
  min-height: 740px;
  top: 0;
  right: 0;
  padding: 148px 68px 65px;
  background-color: #ef4123;
  z-index: 20;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .header__allmenus-inner {
    min-height: 38.5vw;
    padding: 7.7vw 3.5vw 3.4vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .header__allmenus-inner {
    width: 100%;
    min-height: 51.8rem;
    padding: 4.7rem 2.3rem 1.9rem;
  }
}
@media (max-width: 720px) {
  .header__allmenus-inner {
    width: 100%;
    min-height: 102.8vw;
    padding: 9.4vw 4.5vw 3.8vw;
  }
}
.header__allmenus-inner .gnb-open {
  position: fixed;
  top: 35px;
  right: 56px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .header__allmenus-inner .gnb-open {
    top: 1.8vw;
    right: 2.9vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .header__allmenus-inner .gnb-open {
    top: 4.9rem;
    right: 2.3rem;
  }
}
@media (max-width: 720px) {
  .header__allmenus-inner .gnb-open {
    top: 9.7vw;
    right: 4.6vw;
  }
}
.header__allmenus-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  height: calc(100% - 108px);
  max-width: 960px;
}
.header__allmenus .gnb-logo {
  width: 319px;
  height: 40px;
  margin-top: 55px;
  margin-bottom: 40px;
  background: url("../image/logo/gnb-logo.svg") no-repeat center/contain;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .header__allmenus .gnb-logo {
    width: 16.6vw;
    height: 2.1vw;
    margin-top: 2.9vw;
    margin-bottom: 2.1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .header__allmenus .gnb-logo {
    width: 23.7rem;
    height: 3rem;
    margin-top: 0.2rem;
    margin-bottom: 7rem;
  }
}
@media (max-width: 720px) {
  .header__allmenus .gnb-logo {
    width: 47.1vw;
    height: 6vw;
    margin-top: 0.4vw;
    margin-bottom: 13.9vw;
  }
}
.header__allmenus .gnb-box {
  border-top: 1px solid #ffffff;
}
.header__allmenus .gnb-box a,
.header__allmenus .gnb-box button {
  display: block;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "pretendard";
  font-size: 25px;
  font-weight: 500;
  line-height: 68px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .header__allmenus .gnb-box a,
  .header__allmenus .gnb-box button {
    font-size: 1.3vw;
    line-height: 3.5vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .header__allmenus .gnb-box a,
  .header__allmenus .gnb-box button {
    font-size: 2.5rem;
    line-height: 6.4rem;
  }
}
@media (max-width: 720px) {
  .header__allmenus .gnb-box a,
  .header__allmenus .gnb-box button {
    font-size: 4.9vw;
    line-height: 12.8vw;
  }
}
.header__allmenus .gnb-utill {
  margin-top: 50px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .header__allmenus .gnb-utill {
    margin-top: 2.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .header__allmenus .gnb-utill {
    margin-top: 8.4rem;
    padding-bottom: 7.8rem;
  }
}
@media (max-width: 720px) {
  .header__allmenus .gnb-utill {
    margin-top: 16.7vw;
    padding-bottom: 15.4vw;
  }
}
.header__allmenus .gnb-utill p {
  color: #ffffff;
  font-family: "pretendard";
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .header__allmenus .gnb-utill p {
    font-size: 0.9vw;
    line-height: 1.3vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .header__allmenus .gnb-utill p {
    font-size: 1.7rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 720px) {
  .header__allmenus .gnb-utill p {
    font-size: 3.3vw;
    line-height: 5.4vw;
  }
}
.header__dim {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  z-index: 19;
}
@media (min-width: 721px) and (max-width: 1204px) {
  .header__dim {
    display: none;
  }
}
@media (max-width: 720px) {
  .header__dim {
    display: none;
  }
}

.gnb-open {
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: relative;
  padding: 15px;
  z-index: 22;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .gnb-open {
    gap: 0.4vw;
    padding: 0.8vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .gnb-open {
    gap: 0.6rem;
    padding: 0.5rem;
  }
}
@media (max-width: 720px) {
  .gnb-open {
    gap: 1.1vw;
    padding: 1vw;
  }
}
.gnb-open::after, .gnb-open::before,
.gnb-open span {
  width: 30px;
  height: 4px;
  border-radius: 10px;
  background-color: #ffffff;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .gnb-open::after, .gnb-open::before,
  .gnb-open span {
    width: 1.6vw;
    height: 0.2vw;
    border-radius: 0.5vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .gnb-open::after, .gnb-open::before,
  .gnb-open span {
    width: 2.3rem;
    height: 0.3rem;
    border-radius: 0.7rem;
  }
}
@media (max-width: 720px) {
  .gnb-open::after, .gnb-open::before,
  .gnb-open span {
    width: 4.6vw;
    height: 0.6vw;
    border-radius: 1.4vw;
  }
}

footer {
  padding: 85px;
  background-color: #ef4023;
  color: #ffffff;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  footer {
    padding: 4.4vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  footer {
    padding: 5.6rem 2.8rem;
  }
}
@media (max-width: 720px) {
  footer {
    padding: 11.1vw 5.6vw;
  }
}
footer .footer__inner {
  display: flex;
  flex-direction: row;
  gap: 145px;
  max-width: 1466px;
  margin: 0 auto;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  footer .footer__inner {
    gap: 7.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  footer .footer__inner {
    gap: 4.2rem;
    flex-direction: column;
  }
}
@media (max-width: 720px) {
  footer .footer__inner {
    gap: 8.3vw;
    flex-direction: column;
  }
}
footer .footer__logo {
  flex-shrink: 0;
  flex-grow: 0;
  width: 350px;
  height: 44px;
  background-image: url("../image/logo/gnb-logo.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  footer .footer__logo {
    width: 18.2vw;
    height: 2.3vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  footer .footer__logo {
    width: 32.3rem;
    height: 4.1rem;
  }
}
@media (max-width: 720px) {
  footer .footer__logo {
    width: 64vw;
    height: 8.1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  footer .footer__utills {
    margin-top: 4.2rem;
  }
}
@media (max-width: 720px) {
  footer .footer__utills {
    margin-top: 8.3vw;
  }
}
footer .footer__utills-menu {
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  footer .footer__utills-menu {
    column-gap: 1.6vw;
    row-gap: 0.5vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  footer .footer__utills-menu {
    column-gap: 1.4rem;
    row-gap: 1.4rem;
  }
}
@media (max-width: 720px) {
  footer .footer__utills-menu {
    column-gap: 2.8vw;
    row-gap: 2.8vw;
  }
}
footer .footer__utills-menu,
footer .footer__utills-menu a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
footer .footer__utills-menu a {
  gap: 30px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  footer .footer__utills-menu a {
    gap: 1.6vw;
    font-size: 1vw;
    line-height: 1.3vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  footer .footer__utills-menu a {
    gap: 1.4rem;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 720px) {
  footer .footer__utills-menu a {
    gap: 2.8vw;
    font-size: 3.1vw;
    line-height: 3.6vw;
  }
}
footer .footer__utills-menu a:not(:last-child)::after {
  content: "|";
}
footer .footer__utills-addr {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 70px;
  margin-top: 20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  footer .footer__utills-addr {
    gap: 3.6vw;
    margin-top: 1vw;
    font-size: 0.8vw;
    line-height: 1.4vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  footer .footer__utills-addr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2.8rem;
    margin-top: 2.8rem;
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
@media (max-width: 720px) {
  footer .footer__utills-addr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5.6vw;
    margin-top: 5.6vw;
    font-size: 2.8vw;
    line-height: 3.9vw;
  }
}
footer .footer__utills-copy {
  margin-top: 30px;
  color: #ff8e7a;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  footer .footer__utills-copy {
    margin-top: 1.6vw;
    font-size: 0.9vw;
    line-height: 1.1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  footer .footer__utills-copy {
    margin-top: 4.6rem;
    font-size: 1.3rem;
    line-height: 1.5rem;
  }
}
@media (max-width: 720px) {
  footer .footer__utills-copy {
    margin-top: 9vw;
    font-size: 2.5vw;
    line-height: 2.9vw;
  }
}

.wrapper {
  width: 100%;
}

@media (min-width: 721px) and (max-width: 1204px) {
  .container section {
    padding-top: 2.8rem;
    padding-left: 2.8rem;
    padding-right: 2.8rem;
  }
}
@media (max-width: 720px) {
  .container section {
    padding-top: 5.6vw;
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
}

html {
  /* pagenation */
  --swiper-pagination-bottom: 0;
  --swiper-pagination-bullet-horizontal-gap: 1.388vw;
  --swiper-pagination-color: #ffffff;
  --swiper-pagination-bullet-size: 2.222vw;
  --swiper-pagination-bullet-border-radius: 2.222vw;
  --swiper-pagination-bullet-inactive-color: #ffffff;
  --swiper-pagination-bullet-inactive-opacity: 0.4;
}

.main-visual {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: fill-available;
  height: -moz-fill-available;
  height: -webkit-fill-available;
  height: 100vh;
  height: calc(var(--vh) * 100);
  width: 100%;
  max-height: 1080px;
  background-image: url("../image/img/main-visual-bg.jpg");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-visual {
    max-height: 56.3vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-visual {
    height: fill-available;
    height: -moz-fill-available;
    height: -webkit-fill-available;
    height: 100vh;
    height: calc(var(--vh) * 100);
    max-height: none;
    min-height: 59.5rem;
    background-image: url("../image/img/mobile/main-visual-bg.jpg");
  }
}
@media (max-width: 720px) {
  .main-visual {
    height: fill-available;
    height: -moz-fill-available;
    height: -webkit-fill-available;
    height: 100vh;
    height: calc(var(--vh) * 100);
    max-height: none;
    min-height: 118.1vw;
    background-image: url("../image/img/mobile/main-visual-bg.jpg");
  }
}
.main-visual__inner {
  max-width: 1920px;
}
.main-visual__title {
  color: #ffffff;
  font-size: 60px;
  font-weight: 300;
  line-height: 76px;
  text-align: center;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-visual__title {
    font-size: 3.1vw;
    line-height: 4vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-visual__title {
    font-size: 3.5rem;
    line-height: 4.5rem;
  }
}
@media (max-width: 720px) {
  .main-visual__title {
    font-size: 6.9vw;
    line-height: 8.9vw;
  }
}
.main-visual__title span {
  display: block;
  font-weight: 600;
}
.main-visual.visual-btn {
  background-image: url("../image/img/main-visual-btn-bg.jpg");
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-visual.visual-btn {
    background-image: url("../image/img/mobile/main-visual-btn-bg.jpg");
  }
}
@media (max-width: 720px) {
  .main-visual.visual-btn {
    background-image: url("../image/img/mobile/main-visual-btn-bg.jpg");
  }
}
.main-visual.visual-btn .main-visual__title {
  font-size: 50px;
  font-weight: 400;
  line-height: 64px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-visual.visual-btn .main-visual__title {
    font-size: 2.6vw;
    line-height: 3.3vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-visual.visual-btn .main-visual__title {
    font-size: 2.8rem;
    line-height: 3.9rem;
  }
}
@media (max-width: 720px) {
  .main-visual.visual-btn .main-visual__title {
    font-size: 5.6vw;
    line-height: 7.6vw;
  }
}
.main-visual.visual-btn .main-visual__title span {
  color: #ef4023;
  font-size: 60px;
  font-weight: 700;
  line-height: 82px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-visual.visual-btn .main-visual__title span {
    font-size: 3.1vw;
    line-height: 4.3vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-visual.visual-btn .main-visual__title span {
    font-size: 3.5rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 720px) {
  .main-visual.visual-btn .main-visual__title span {
    font-size: 6.9vw;
    line-height: 9.6vw;
  }
}
.main-visual.visual-btn .store-btn {
  margin-top: 77px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-visual.visual-btn .store-btn {
    margin-top: 4vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-visual.visual-btn .store-btn {
    margin-top: 5.5rem;
  }
}
@media (max-width: 720px) {
  .main-visual.visual-btn .store-btn {
    margin-top: 10.8vw;
  }
}

.main-location {
  background-image: url("../image/img/main-location-bg.jpg");
  overflow: hidden;
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-location {
    background-image: url("../image/img/mobile/main-location-bg.jpg");
  }
}
@media (max-width: 720px) {
  .main-location {
    background-image: url("../image/img/mobile/main-location-bg.jpg");
  }
}
.main-location__inner {
  max-width: 1920px;
  height: 1080px;
  margin: 0 auto;
  padding: 164px 196px 0 206px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-location__inner {
    height: 56.3vw;
    padding: 8.5vw 10.2vw 0 10.7vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-location__inner {
    height: 92.1rem;
    padding: 7.3rem 0 0;
  }
}
@media (max-width: 720px) {
  .main-location__inner {
    padding: 8.3vw 0;
    height: auto;
  }
}
.main-location__img .img-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 50px;
  margin-top: -289px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-location__img .img-box {
    gap: 2.6vw;
    margin-top: -15.1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-location__img .img-box {
    gap: 3.5rem;
    margin-top: 1.5rem;
  }
}
@media (max-width: 720px) {
  .main-location__img .img-box {
    display: block;
    width: 68.1vw;
    height: 155.8vw;
    margin-top: 15.6vw;
  }
}
@media (max-width: 720px) {
  .main-location__img .img-box.ani {
    display: none;
  }
}
.main-location__img .img-box.swiper {
  display: none;
}
.main-location__img .img {
  background-position: left top;
  background-size: contain;
}
.main-location__img .img.map {
  width: 321px;
  height: 694px;
  margin-top: 362px;
  background-image: url("../image/img/main-location-map.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-location__img .img.map {
    width: 16.7vw;
    height: 36.1vw;
    margin-top: 18.9vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-location__img .img.map {
    width: 18rem;
    height: 38.9rem;
    margin-top: 25.3rem;
  }
}
@media (max-width: 720px) {
  .main-location__img .img.map {
    width: auto;
    height: 144.6vw;
    margin: 0;
  }
}
.main-location__img .img.home {
  width: 382px;
  height: 829px;
  background-image: url("../image/img/main-location-home.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-location__img .img.home {
    width: 19.9vw;
    height: 43.2vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-location__img .img.home {
    width: 21.4rem;
    height: 46.4rem;
  }
}
@media (max-width: 720px) {
  .main-location__img .img.home {
    width: auto;
    height: 144.6vw;
    margin: 0;
  }
}
.main-location__img .img.car {
  width: 346px;
  height: 748px;
  margin-top: 142px;
  background-image: url("../image/img/main-location-car.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-location__img .img.car {
    width: 18vw;
    height: 39vw;
    margin-top: 7.4vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-location__img .img.car {
    width: 19.4rem;
    height: 41.9rem;
    margin-top: 9.9rem;
  }
}
@media (max-width: 720px) {
  .main-location__img .img.car {
    width: auto;
    height: 144.6vw;
    margin: 0;
  }
}

.main-eco {
  background-color: #353737;
  overflow: hidden;
}
.main-eco__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1920px;
  height: 1080px;
  margin: 0 auto;
  padding-top: 152px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-eco__inner {
    height: 56.3vw;
    padding: 7.9vw 0 0 15.2vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-eco__inner {
    height: 102.4rem;
    padding-top: 5.6rem;
  }
}
@media (max-width: 720px) {
  .main-eco__inner {
    height: 203.2vw;
    padding-top: 11.1vw;
  }
}
.main-eco__img {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 40px;
  margin: 41px 0 0 115px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-eco__img {
    gap: 2.1vw;
    margin: 2.1vw 0 0 6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-eco__img {
    width: auto;
    gap: 0.7rem;
    margin: 0 auto;
    padding-top: 29.4rem;
  }
}
@media (max-width: 720px) {
  .main-eco__img {
    width: auto;
    gap: 1.4vw;
    margin-left: 2.4vw;
    padding-top: 58.3vw;
  }
}
.main-eco__img .img-box {
  position: relative;
}
.main-eco__img .img-box .img,
.main-eco__img .img-box .box {
  background-position: left top;
  background-size: contain;
}
.main-eco__img .img-box .box {
  position: absolute;
  width: 605px;
  height: 129px;
  z-index: 1;
  box-shadow: -1.97px 5.75px 7.66px rgba(0, 0, 0, 0.15);
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-eco__img .img-box .box {
    width: 31.5vw;
    height: 6.7vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-eco__img .img-box .box {
    width: 37.5rem;
    height: 8rem;
  }
}
@media (max-width: 720px) {
  .main-eco__img .img-box .box {
    width: 74.4vw;
    height: 15.8vw;
  }
}
.main-eco__img .img-box.road .img {
  width: 433px;
  height: 746px;
  background-image: url("../image/img/main-eco-road.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-eco__img .img-box.road .img {
    width: 22.6vw;
    height: 38.9vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-eco__img .img-box.road .img {
    width: 21.4rem;
    height: 35.9rem;
  }
}
@media (max-width: 720px) {
  .main-eco__img .img-box.road .img {
    width: 42.4vw;
    height: 71.3vw;
  }
}
.main-eco__img .img-box.road .box {
  left: 400px;
  bottom: 176px;
  background-image: url("../image/img/main-eco-road-box.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-eco__img .img-box.road .box {
    left: 20.8vw;
    bottom: 9.2vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-eco__img .img-box.road .box {
    left: -0.8rem;
    top: -23.4rem;
    bottom: auto;
  }
}
@media (max-width: 720px) {
  .main-eco__img .img-box.road .box {
    left: -1.5vw;
    top: -46.4vw;
    bottom: auto;
  }
}
.main-eco__img .img-box.finish .img {
  width: 446px;
  height: 700px;
  background-image: url("../image/img/main-eco-finish.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-eco__img .img-box.finish .img {
    width: 23.2vw;
    height: 36.5vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-eco__img .img-box.finish .img {
    width: 21.4rem;
    height: 33.5rem;
  }
}
@media (max-width: 720px) {
  .main-eco__img .img-box.finish .img {
    width: 42.4vw;
    height: 66.5vw;
  }
}
.main-eco__img .img-box.finish .box {
  left: 204px;
  bottom: 320px;
  background-image: url("../image/img/main-eco-finish-box.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-eco__img .img-box.finish .box {
    left: 10.6vw;
    bottom: 16.7vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-eco__img .img-box.finish .box {
    left: -17.7rem;
    top: -16.7rem;
    bottom: auto;
  }
}
@media (max-width: 720px) {
  .main-eco__img .img-box.finish .box {
    left: -35.1vw;
    top: -33.2vw;
    bottom: auto;
  }
}

.main-safe {
  overflow: hidden;
  background-image: url("../image/img/main-safe-bg.png");
  background-size: 1920px auto;
  background-color: #f3f3f3;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-safe {
    background-size: cover;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-safe {
    background-position: center right;
    background-size: cover;
  }
}
@media (max-width: 720px) {
  .main-safe {
    background-position: top center;
    background-image: url("../image/img/mobile/main-safe-bg.png");
    background-size: 100% auto;
  }
}
.main-safe__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 1487px;
  padding-top: 90px;
  margin: 0 auto;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-safe__inner {
    width: 77.4vw;
    padding-top: 4.7vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-safe__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 8.4rem;
    width: auto;
    padding-top: 6.3rem;
  }
}
@media (max-width: 720px) {
  .main-safe__inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 16.7vw;
    width: auto;
    padding-top: 12.5vw;
  }
}
.main-safe__visual {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  gap: 40px;
  position: relative;
  width: 915px;
  height: 990px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-safe__visual {
    gap: 2.1vw;
    width: 47.7vw;
    height: 51.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-safe__visual {
    gap: 1.1rem;
    width: 45.8rem;
    height: 57.7rem;
    margin: 0 auto;
  }
}
@media (max-width: 720px) {
  .main-safe__visual {
    gap: 2.1vw;
    width: 100%;
    height: 114.4vw;
  }
}
.main-safe__visual > p {
  flex-shrink: 1;
  flex-grow: 1;
  width: 437px;
  height: 920px;
  background-size: 100% auto;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-safe__visual > p {
    width: 22.8vw;
    height: 47.9vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-safe__visual > p {
    width: 22.3rem;
    height: 47rem;
  }
}
@media (max-width: 720px) {
  .main-safe__visual > p {
    width: 44.3vw;
    height: 93.3vw;
  }
}
.main-safe__phone1 {
  margin-top: 332px;
  background-image: url("../image/img/main-safe-phone1.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-safe__phone1 {
    margin-top: 17.3vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-safe__phone1 {
    margin-top: 17rem;
  }
}
@media (max-width: 720px) {
  .main-safe__phone1 {
    margin-top: 33.8vw;
  }
}
.main-safe__phone2 {
  background-image: url("../image/img/main-safe-phone2.png");
}
.main-safe .title-box {
  margin-bottom: 136px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-safe .title-box {
    margin-bottom: 7.1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-safe .title-box {
    margin-bottom: 0;
  }
}
@media (max-width: 720px) {
  .main-safe .title-box {
    margin-bottom: 0;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-safe .title-box br.pc {
    display: none;
  }
}
@media (max-width: 720px) {
  .main-safe .title-box br.pc {
    display: none;
  }
}
.main-safe .title-box br.mo {
  display: none;
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-safe .title-box br.mo {
    display: block;
  }
}
@media (max-width: 720px) {
  .main-safe .title-box br.mo {
    display: block;
  }
}

.main-event {
  overflow: hidden;
  height: 1080px;
  padding-top: 191px;
  background-image: url("../image/img/main-event-bg.png");
  background-size: 1920px auto;
  background-color: #231f20;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-event {
    height: 56.3vw;
    padding-top: 9.9vw;
    background-size: cover;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-event {
    height: auto;
    padding-bottom: 2.8rem;
  }
}
@media (max-width: 720px) {
  .main-event {
    height: auto;
    padding-bottom: 5.6vw;
    background-image: url("../image/img/mobile/main-event-bg.png");
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-event .title-box {
    padding-top: 5.6rem;
  }
}
@media (max-width: 720px) {
  .main-event .title-box {
    padding-top: 11.1vw;
  }
}
.main-event .title-box .subtitle {
  font-family: "Red Hat Display";
}
.main-event__visual {
  position: relative;
  width: 679px;
  height: 659px;
  left: 50%;
  margin-top: 60px;
  margin-left: -339.5px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-event__visual {
    width: 35.4vw;
    height: 34.3vw;
    margin-top: 3.1vw;
    margin-left: -17.7vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-event__visual {
    width: 40.6rem;
    height: 59.4rem;
    left: 50%;
    margin-top: 8.4rem;
    margin-bottom: 5.6rem;
    margin-left: -20.3rem;
  }
}
@media (max-width: 720px) {
  .main-event__visual {
    width: 80.6vw;
    height: 117.9vw;
    left: 50%;
    margin-top: 16.7vw;
    margin-bottom: 11.1vw;
    margin-left: -40.3vw;
  }
}
.main-event__visual > p {
  position: absolute;
  left: 50%;
}
.main-event__phone {
  width: 459px;
  height: 972px;
  top: 0;
  margin-left: -229.5px;
  background-image: url("../image/img/main-event-phone.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-event__phone {
    width: 23.9vw;
    height: 50.6vw;
    margin-left: -12vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-event__phone {
    width: 28.1rem;
    height: 59.4rem;
    bottom: 8.4rem;
    margin-left: -14rem;
  }
}
@media (max-width: 720px) {
  .main-event__phone {
    width: 55.7vw;
    height: 117.9vw;
    bottom: 16.7vw;
    margin-left: -27.8vw;
  }
}
.main-event__ticket {
  width: 712px;
  height: 363px;
  top: 183px;
  margin-left: -356px;
  background-image: url("../image/img/main-event-ticket.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-event__ticket {
    width: 37.1vw;
    height: 18.9vw;
    top: 9.5vw;
    margin-left: -18.5vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-event__ticket {
    width: 42.4rem;
    height: 21.6rem;
    top: 50%;
    margin-top: -12.1rem;
    margin-left: -21.2rem;
    background-image: url("../image/img/mobile/main-event-ticket.png");
  }
}
@media (max-width: 720px) {
  .main-event__ticket {
    width: 84.2vw;
    height: 42.9vw;
    top: 50%;
    margin-top: -24.1vw;
    margin-left: -42.1vw;
    background-image: url("../image/img/mobile/main-event-ticket.png");
  }
}

.main-download {
  background-image: url("../image/img/main-download-bg.jpg");
  overflow: hidden;
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-download {
    background-image: url("../image/img/mobile/main-download-bg.png");
  }
}
@media (max-width: 720px) {
  .main-download {
    background-image: url("../image/img/mobile/main-download-bg.png");
  }
}
.main-download__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  height: 762px;
  padding-top: 173px;
  margin: 0 auto;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-download__inner {
    max-width: none;
    height: 39.7vw;
    padding: 9vw 10.4vw 0;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-download__inner {
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    padding-top: 21rem;
  }
}
@media (max-width: 720px) {
  .main-download__inner {
    flex-direction: column-reverse;
    width: auto;
    height: auto;
    padding-top: 41.7vw;
  }
}
.main-download__imgs {
  position: relative;
  width: 561px;
  height: 589px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-download__imgs {
    width: 29.2vw;
    height: 30.7vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-download__imgs {
    width: 43.4rem;
    height: 41.6rem;
    margin-top: 13.3rem;
  }
}
@media (max-width: 720px) {
  .main-download__imgs {
    width: 86.1vw;
    height: 82.5vw;
    margin-top: 26.4vw;
  }
}
.main-download__imgs p {
  position: absolute;
  bottom: 0;
  background-position: left bottom;
  background-size: contain;
}
.main-download__imgs p.phone1 {
  width: 349px;
  height: 589px;
  right: 0;
  background-image: url("../image/img/main-download-phone1.png");
  z-index: 10;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-download__imgs p.phone1 {
    width: 18.2vw;
    height: 30.7vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-download__imgs p.phone1 {
    width: 26.8rem;
    height: 41.5rem;
  }
}
@media (max-width: 720px) {
  .main-download__imgs p.phone1 {
    width: 53.2vw;
    height: 82.4vw;
  }
}
.main-download__imgs p.phone2 {
  width: 347px;
  height: 488px;
  left: 0;
  background-image: url("../image/img/main-download-phone2.png");
  z-index: 5;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-download__imgs p.phone2 {
    width: 18.1vw;
    height: 25.4vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-download__imgs p.phone2 {
    width: 26.8rem;
    height: 37.7rem;
  }
}
@media (max-width: 720px) {
  .main-download__imgs p.phone2 {
    width: 53.2vw;
    height: 74.7vw;
  }
}
.main-download__texts .title-box {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 40px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-download__texts .title-box {
    gap: 1.6vw;
    margin-bottom: 2.1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-download__texts .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4.3rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 720px) {
  .main-download__texts .title-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8.5vw;
    margin-bottom: 6.9vw;
  }
}
.main-download__texts .title-box .icon {
  width: 117px;
  height: 117px;
  background-image: url("../image/img/main-download-icon.png");
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-download__texts .title-box .icon {
    width: 6.1vw;
    height: 6.1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-download__texts .title-box .icon {
    width: 13rem;
    height: 13rem;
    background-image: url("../image/img/mobile/main-download-icon.png");
  }
}
@media (max-width: 720px) {
  .main-download__texts .title-box .icon {
    width: 25.8vw;
    height: 25.8vw;
    background-image: url("../image/img/mobile/main-download-icon.png");
  }
}
.main-download__texts .title-box .title {
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .main-download__texts .title-box .title {
    font-size: 1.8vw;
    line-height: 2.3vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .main-download__texts .title-box .title {
    font-size: 2.8rem;
    line-height: 3.6rem;
    text-align: center;
  }
}
@media (max-width: 720px) {
  .main-download__texts .title-box .title {
    font-size: 5.6vw;
    line-height: 7.2vw;
    text-align: center;
  }
}
.main-download__texts .title-box .title strong {
  font-weight: 700;
}

.sub-contents {
  max-width: 1519px;
  padding: 148px 56px 0;
  margin: 0 auto;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .sub-contents {
    padding: 7.7vw 2.9vw 0;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .sub-contents {
    padding: 14rem 2.3rem 0;
  }
}
@media (max-width: 720px) {
  .sub-contents {
    padding: 27.8vw 4.6vw 0;
  }
}
.sub-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .sub-title {
    margin-bottom: 2.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .sub-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3.5rem;
    margin-bottom: 3.5rem;
  }
}
@media (max-width: 720px) {
  .sub-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6.9vw;
    margin-bottom: 6.9vw;
  }
}
.sub-title .title {
  color: #353737;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .sub-title .title {
    font-size: 2.1vw;
    line-height: 2.5vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .sub-title .title {
    font-size: 3.5rem;
    line-height: 4.2rem;
  }
}
@media (max-width: 720px) {
  .sub-title .title {
    font-size: 6.9vw;
    line-height: 8.3vw;
  }
}
.sub-title .dropdown-area {
  width: 300px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .sub-title .dropdown-area {
    width: 15.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .sub-title .dropdown-area {
    width: 100%;
  }
}
@media (max-width: 720px) {
  .sub-title .dropdown-area {
    width: 100%;
  }
}

.terms-text {
  color: #353737;
  font-size: 20px;
  line-height: 30px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .terms-text {
    font-size: 1vw;
    line-height: 1.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .terms-text {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 720px) {
  .terms-text {
    font-size: 3.9vw;
    line-height: 5.6vw;
  }
}
.cscenter-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  gap: 188px;
  padding-bottom: 111px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-area {
    gap: 9.8vw;
    padding-bottom: 5.8vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-area {
    flex-direction: column;
    gap: 3.8rem;
  }
}
@media (max-width: 720px) {
  .cscenter-area {
    flex-direction: column;
    gap: 7.5vw;
  }
}
.cscenter-box {
  flex-shrink: 1;
  flex-grow: 1;
}
.cscenter-box__row {
  margin-top: 50px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-box__row {
    margin-top: 2.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-box__row {
    margin-top: 4.2rem;
  }
}
@media (max-width: 720px) {
  .cscenter-box__row {
    margin-top: 8.3vw;
  }
}
.cscenter-box__row:first-child {
  margin-top: 0;
}
.cscenter-box__row .row-title {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-box__row .row-title {
    font-size: 1.3vw;
    line-height: 1.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-box__row .row-title {
    font-size: 2.2rem;
    line-height: 2.7rem;
  }
}
@media (max-width: 720px) {
  .cscenter-box__row .row-title {
    font-size: 4.4vw;
    line-height: 5.3vw;
  }
}
.cscenter-box__row .row-list {
  margin-top: 13px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-box__row .row-list {
    margin-top: 0.7vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-box__row .row-list {
    margin-top: 1.4rem;
  }
}
@media (max-width: 720px) {
  .cscenter-box__row .row-list {
    margin-top: 2.8vw;
  }
}
.cscenter-box__item .item-button {
  display: flex;
  flex-direction: row;
  gap: 5px;
  position: relative;
  width: 100%;
  padding-top: 7px;
  padding-right: 52px;
  padding-bottom: 7px;
  border-bottom: 1px solid #a9a9a9;
  color: #000000;
  font-size: 20px;
  text-align: left;
  line-height: 30px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-box__item .item-button {
    gap: 0.3vw;
    padding-top: 0.4vw;
    padding-right: 2.7vw;
    padding-bottom: 0.4vw;
    font-size: 1vw;
    line-height: 1.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-box__item .item-button {
    gap: 0.4rem;
    padding-top: 1.1rem;
    padding-right: 3.7rem;
    padding-bottom: 1.1rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 720px) {
  .cscenter-box__item .item-button {
    gap: 0.7vw;
    padding-top: 2.1vw;
    padding-right: 7.4vw;
    padding-bottom: 2.1vw;
    font-size: 3.9vw;
    line-height: 5.6vw;
  }
}
.cscenter-box__item .item-button::after {
  position: absolute;
  width: 12px;
  height: 6px;
  top: 19px;
  right: 20px;
  background-image: url("../image/icon/faq-down.svg");
  background-size: contain;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-box__item .item-button::after {
    width: 0.6vw;
    height: 0.3vw;
    top: 1vw;
    right: 1vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-box__item .item-button::after {
    width: 1.2rem;
    height: 0.8rem;
    top: 2.1rem;
    right: 1.3rem;
  }
}
@media (max-width: 720px) {
  .cscenter-box__item .item-button::after {
    width: 2.4vw;
    height: 1.5vw;
    top: 4.2vw;
    right: 2.5vw;
  }
}
.cscenter-box__item .item-button.open {
  border-bottom: none;
  color: #ef4023;
  font-weight: 600;
}
.cscenter-box__item .item-button.open::after {
  background-image: url("../image/icon/faq-up.svg");
}
.cscenter-box__item .item-button.open + .item-textbox {
  display: block;
}
.cscenter-box__item .item-textbox {
  display: none;
  padding: 25px;
  margin-bottom: 13px;
  border-radius: 8px;
  color: #353737;
  font-size: 20px;
  line-height: 30px;
  background-color: #f4f4f4;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-box__item .item-textbox {
    padding: 1.3vw;
    margin-bottom: 0.7vw;
    border-radius: 0.4vw;
    font-size: 1vw;
    line-height: 1.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-box__item .item-textbox {
    padding: 1.8rem 2.1rem;
    margin-bottom: 1.1rem;
    border-radius: 0.6rem;
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
@media (max-width: 720px) {
  .cscenter-box__item .item-textbox {
    padding: 3.5vw 4.2vw;
    margin-bottom: 2.1vw;
    border-radius: 1.1vw;
    font-size: 3.9vw;
    line-height: 5.6vw;
  }
}
.cscenter-box__item .item-textbox span {
  border-bottom: 1px solid #353737;
}
.cscenter-info {
  flex-shrink: 0;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 30px 35px;
  background-color: #f4f4f4;
  border-radius: 8px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-info {
    gap: 0.5vw;
    padding: 1.6vw 1.8vw;
    border-radius: 0.4vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-info {
    width: 100%;
    gap: 0.7rem;
    padding: 2.2rem;
    text-align: center;
    border-radius: 0.6rem;
  }
}
@media (max-width: 720px) {
  .cscenter-info {
    width: 100%;
    gap: 1.4vw;
    padding: 4.4vw;
    text-align: center;
    border-radius: 1.1vw;
  }
}
.cscenter-info__title {
  color: #353737;
  font-size: 25px;
  font-weight: 600;
  line-height: 30px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-info__title {
    font-size: 1.3vw;
    line-height: 1.6vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-info__title {
    font-size: 2rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 720px) {
  .cscenter-info__title {
    font-size: 3.9vw;
    line-height: 4.6vw;
  }
}
.cscenter-info__text {
  color: #353737;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 1205px) and (max-width: 1920px) {
  .cscenter-info__text {
    font-size: 0.9vw;
    line-height: 1.3vw;
  }
}
@media (min-width: 721px) and (max-width: 1204px) {
  .cscenter-info__text {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
@media (max-width: 720px) {
  .cscenter-info__text {
    font-size: 2.8vw;
    line-height: 3.5vw;
  }
}

[animation-fade-up] {
  position: relative;
  opacity: 0;
  transform: translateY(15%);
}/*# sourceMappingURL=main.css.map */