@charset "UTF-8";
@import "swiper-bundle.min.css";
@import "jquery.modal.css";
@import "jquery-ui.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap");
@import url("https://use.typekit.net/pxi1xil.css");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");
@import url("https://hmolhy4qpa.execute-api.ap-northeast-2.amazonaws.com/v1/api/css/drop_fontstream_css/?sid=gAAAAABnvYqJ2ckoVsAzkAsIo74itM5SnO69CbZF0wRRJsU_7praMsp7oBcgjNEs-K-xDKkFr6G8YMGL499xS-aFOQyiBSBMSjtdLhwfcJpxnQzkvIFMPKyzinBxgmemy7MccF2TXnpbXOPEtyOJVr0kBiQMOhVkBBdMdHZIHiAA-AvrYpJdJurlRAKTK7Zi9AOWVG9LYzxN_N0lpcSWCIMhUmyqRUoWVbr-HTpI9Sc1GYiACm6SCGzONsJ2nlZD6ETJlzylIo3r");
/* reset */
@font-face {
  font-family: "YANGBAN_K_Food"; /* 사용할 폰트 이름 */
  src: url("../font/YANGBAN_K_Food_Regular.woff") format("woff"), url("../font/YANGBAN_K_Food_Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "YANGBAN_K_Food"; /* 사용할 폰트 이름 */
  src: url("../font/YANGBAN_K_Food_Light.woff") format("woff"), url("../font/YANGBAN_K_Food_Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
address,
em,
img,
small,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
hr {
  margin: 0;
  padding: 0;
}

body {
  padding: 0;
  background: #fff !important;
  font-family: "YANGBAN_K_Food", sans-serif;
  font-size: 12px;
  line-height: 1.4;
  color: #333;
  word-break: keep-all;
  letter-spacing: -0.02em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

form,
fieldset,
iframe {
  display: block;
  border: 0;
}

img,
button {
  border: 0 none;
  vertical-align: top;
}

hr {
  height: 0;
  display: none;
}

i,
em,
address {
  font-style: normal;
}

label,
button {
  cursor: pointer;
}

caption,
legend {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  overflow: hidden;
  font-size: 0;
}

.blind {
  position: absolute !important;
  left: -9999em;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999em;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
details,
menu,
figure,
figcaption {
  display: block;
}

input,
textarea,
select {
  margin: 0;
  padding: 0;
  font-family: "YANGBAN_K_Food", sans-serif;
  font-size: 12px;
  color: #000;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

textarea {
  border: 1px solid #666;
  resize: none;
  overflow-y: auto;
}

button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: 0 none;
  background: none;
  font-size: 0;
  font-family: "YANGBAN_K_Food", sans-serif;
  vertical-align: top;
  cursor: pointer;
  width: 100%;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

a {
  color: currentcolor;
  text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active,
a:focus {
  text-decoration: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.hiddenText {
  overflow: hidden;
  position: fixed;
  top: -9999999px;
  left: -9999999px;
}

body::after {
  position: absolute;
  left: -999900px;
  top: -999999px;
}

/* Interval */
.mt0 {
  margin-top: 0px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.df {
  display: flex;
}

.flexnone {
  flex: none !important;
}

.between {
  justify-content: space-between !important;
}

.jcenter {
  justify-content: center !important;
}

.flexStart {
  align-items: flex-start !important;
}

.flexCenter {
  align-items: center !important;
}

.flexEnd {
  align-items: flex-end !important;
}

.column {
  flex-direction: column;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.tac {
  text-align: center;
}

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
  }
}
@keyframes loading-text-opacity {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loading-container,
.loading {
  height: 100px;
  position: relative;
  width: 100px;
  border-radius: 100%;
}

.oh {
  overflow: hidden;
}

.loading-container-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

.loading-container {
  margin: 40px auto;
}

.loading {
  border: 2px solid transparent;
  border-color: transparent #fff transparent #fff;
  -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
  -moz-transform-origin: 50% 50%;
  -o-animation: rotate-loading 1.5s linear 0s infinite normal;
  -o-transform-origin: 50% 50%;
  -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
  -webkit-transform-origin: 50% 50%;
  animation: rotate-loading 1.5s linear 0s infinite normal;
  transform-origin: 50% 50%;
}

.loading-container:hover .loading {
  border-color: transparent #e45635 transparent #e45635;
}

.loading-container:hover .loading,
.loading-container .loading {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#loading-text {
  -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
  -o-animation: loading-text-opacity 2s linear 0s infinite normal;
  -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
  animation: loading-text-opacity 2s linear 0s infinite normal;
  color: #ffffff;
  font-family: "Helvetica Neue, " Helvetica ", " "arial";
  font-size: 10px;
  font-weight: bold;
  margin-top: 45px;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  top: 0;
  width: 100px;
}

.scrollLock {
  overflow-y: scroll !important;
}
.scrollLock .wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

select.inputText.bg {
  width: 100%;
  padding-right: 30px;
  text-align: left;
  background: #efefef url("../images/select_arrow.png") no-repeat calc(100% - 14px) center;
  appearance: none;
}
select.inputText.small {
  border: 1px solid #d5d5d5;
  height: 36px;
  font-size: 15px;
  width: 100%;
  padding: 0 30px 0 15px;
  text-align: left;
  background: #ffffff url("../images/select_arrow.png") no-repeat calc(100% - 14px) center;
  appearance: none;
}

.inputText {
  height: 48px;
  border-radius: 9px;
  background: #dfdfdf;
  padding: 0 20px;
  font-size: 20px;
  color: #000000;
  border: 0;
}
.inputText::placeholder {
  color: #afafaf;
}
.inputText.bg {
  background: #efefef;
  padding: 10px 15px;
  height: 39px;
  font-size: 13px;
  width: 100%;
  border-radius: 5px;
}
.inputText.bg.datepicker {
  background: #efefef url(../images/icon_cal.png) no-repeat right center;
}
.inputText.small {
  border: 1px solid #d5d5d5;
  background: #ffffff;
  height: 36px;
  padding: 10px 15px;
  font-size: 15px;
}
.inputText.small.datepicker {
  background: #ffffff url(../images/icon_cal.png) no-repeat right center;
}
.inputText.middle {
  border: 1px solid #d5d5d5;
  background: #ffffff;
  height: 45px;
  padding: 10px 15px;
  font-size: 16px;
}
.inputText.middle.datepicker {
  background: #ffffff url(../images/icon_cal.png) no-repeat right center;
}
.inputText.urltype {
  padding: 5px 15px;
  height: 70px;
  word-break: break-all;
}

@media only screen and (max-width: 1023px) {
  .pcOnly {
    display: none;
  }
  .tabletOnly {
    display: none;
  }
  .mobileOnly {
    display: block !important;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .pcOnly {
    display: none;
  }
  .tabletOnly {
    display: block !important;
  }
  .mobileOnly {
    display: none;
  }
}
@media only screen and (min-width: 1280px) {
  .pcOnly {
    display: block !important;
  }
  .tabletOnly {
    display: none;
  }
  .mobileOnly {
    display: none;
  }
}
.btnBlank {
  overflow: hidden;
  text-indent: -99999px;
  position: absolute;
  left: 0;
  top: 0;
}

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1;
  padding: 20px;
  box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 500px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  padding: 15px 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

.modal a.close-modal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==");
}

.modal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@media (min-width: 1025px) {
  .gnbWrap {
    min-height: 100px;
  }
  .gnbWrap .gnbArea {
    position: relative;
    width: 1900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }
  .gnbWrap .gnbArea .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 260px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .gnbWrap .gnbArea .logo img {
    width: 86px;
  }
  .gnbWrap .gnbArea .gnbMenuWrap {
    margin-right: 100px;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .btnGnbMenu {
    display: none;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnbOpenArea {
    display: block !important;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb {
    display: flex;
    align-items: center;
    gap: 125px;
    font-size: 25px;
    color: #000000;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb a:hover,
  .gnbWrap .gnbArea .gnbMenuWrap .gnb a:focus,
  .gnbWrap .gnbArea .gnbMenuWrap .gnb .on {
    color: #cd171f;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb .sub {
    display: none;
  }
  .gnbWrap .gnbArea .rightArea {
    position: absolute;
    right: 0;
    top: 0;
    height: 100px;
    display: flex;
    align-items: center;
    gap: 68px;
  }
  .gnbWrap .gnbArea .rightArea .snsArea {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .gnbWrap .gnbArea .rightArea .snsArea a {
    display: block;
    width: 48px;
    height: 47px;
    background-size: 48px 47px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999999px;
  }
  .gnbWrap .gnbArea .rightArea .snsArea a.sns01 {
    background-image: url("../images/gnb_sns_01.png");
  }
  .gnbWrap .gnbArea .rightArea .snsArea a.sns02 {
    background-image: url("../images/gnb_sns_02.png");
  }
  .gnbWrap .gnbArea .rightArea .snsArea a.sns03 {
    background-image: url("../images/gnb_sns_03.png");
  }
  .gnbWrap .gnbArea .rightArea a.mall {
    display: block;
    width: 90px;
    height: 47px;
    background-size: 90px 47px;
    background-repeat: no-repeat;
    background-image: url("../images/gnb_mall.png");
    overflow: hidden;
    text-indent: -9999999px;
  }
  .mainWrap {
    position: relative;
  }
  .mainWrap .mainSection {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .mainWrap .mainSection.section1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .mainWrap .mainSection.section1 .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/main_visual_00_pc.png") no-repeat center center;
    background-size: auto 100%;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area {
    position: absolute;
    bottom: 65px;
    height: 65px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-button-next:after,
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-button-prev:after {
    font-size: 26px;
    color: #ffffff;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: 65px;
    height: 65px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 65px;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0 30px;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #ffffff;
    margin: 0 9px;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-button-next {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: 65px;
    height: 65px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 65px;
  }
  .mainWrap .mainSection.section2 .motion {
    transition: all 1s cubic-bezier(0, 0.81, 0, 1);
    overflow: hidden;
    text-indent: -99999px;
  }
  .mainWrap .mainSection.section2.play div .inner.motion {
    transform: translate(0, 0);
  }
  .mainWrap .mainSection.section2 .obj1 {
    background: #000;
  }
  .mainWrap .mainSection.section2 .obj1 .inner {
    background: url("../images/main_section_02_01_pc.png") no-repeat center top;
    height: 484px;
    transform: translate(100%, 0);
  }
  .mainWrap .mainSection.section2 .obj2 {
    background: url("../images/main_section_02_02_bg.png") repeat-x;
  }
  .mainWrap .mainSection.section2 .obj2 .inner {
    background: url("../images/main_section_02_02_pc.png") no-repeat center top;
    height: 484px;
    transform: translate(-100%, 0);
  }
  .mainWrap .mainSection.section3.play .obj1 {
    transform: translate(-100%, 0);
    transition: all 1s cubic-bezier(0.42, 0.04, 1, 0.57) 2s;
  }
  .mainWrap .mainSection.section3.play .motionSet {
    transform: translate(100%, 0);
    transition: all 1s cubic-bezier(0.42, 0.04, 1, 0.57) 2s;
  }
  .mainWrap .mainSection.section3.play .motionSet .obj2_1 {
    transform: scale(1);
  }
  .mainWrap .mainSection.section3.play .motionSet .obj2_2 {
    transform: scale(1);
    transition-delay: 0.1s;
  }
  .mainWrap .mainSection.section3.play .motionSet .obj2_3 {
    transform: scale(1);
    transition-delay: 0.2s;
  }
  .mainWrap .mainSection.section3 .inner {
    position: relative;
    width: 1900px;
    background: url("../images/main_section_03_bg.png") no-repeat center top;
    height: 1079px;
    margin: 0 auto;
  }
  .mainWrap .mainSection.section3 .obj1 {
    position: absolute;
    left: -15px;
    top: 0;
    background: url("../images/main_section_03_left.png") no-repeat center top;
    width: 960px;
    height: 1079px;
    overflow: hidden;
    text-indent: -99999px;
  }
  .mainWrap .mainSection.section3 .motionSet {
    position: absolute;
    left: 50%;
    top: 442px;
    width: 50%;
    padding-left: 125px;
    display: flex;
    gap: 25px;
  }
  .mainWrap .mainSection.section3 .motionSet .motion {
    transition: all 0.2s;
  }
  .mainWrap .mainSection.section3 .motionSet .obj2_1 {
    background: url("../images/main_section_03_obj_01.png") no-repeat center top;
    width: 178px;
    height: 195px;
    transform: scale(0);
  }
  .mainWrap .mainSection.section3 .motionSet .obj2_2 {
    background: url("../images/main_section_03_obj_02.png") no-repeat center top;
    width: 283px;
    height: 195px;
    transform: scale(0);
  }
  .mainWrap .mainSection.section3 .motionSet .obj2_3 {
    background: url("../images/main_section_03_obj_03.png") no-repeat center top;
    width: 195px;
    height: 195px;
    transform: scale(0);
  }
  .mainWrap .mainSection.section4 {
    background: #000;
  }
  .mainWrap .mainSection.section4 .inner {
    background: url("../images/main_section_04_bg.png") no-repeat center top;
    height: 832px;
    width: 1900px;
    position: relative;
    margin: 0 auto;
  }
  .mainWrap .mainSection.section4 .btnClick {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    z-index: 100;
  }
  .mainWrap .mainSection.section4 .btnClick.click01 {
    margin: -140px 0 0 -385px;
  }
  .mainWrap .mainSection.section4 .btnClick.click02 {
    margin: -114px 0 0 -110px;
  }
  .mainWrap .mainSection.section4 .btnClick.click03 {
    margin: -140px 0 0 186px;
  }
  .mainWrap .mainSection.section4 .btnClick.click04 {
    margin: -50px 0 0 545px;
    width: 130px;
    height: 70px;
  }
  .mainWrap .mainSection.section4 .blink-soft {
    background: url("../images/main_section_04_click.png") no-repeat;
    width: 615px;
    height: 68px;
    animation: blink-soft 2s infinite;
    overflow: hidden;
    text-indent: -99999px;
    position: absolute;
    left: 790px;
    top: 595px;
    z-index: 101;
  }
  @keyframes blink-soft {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
  }
  .mainWrap .mainSection.section4.play .obj1 {
    transform: translate(-100%, 0);
    transition: all 1s cubic-bezier(0.42, 0.04, 1, 0.57) 2s;
  }
  .mainWrap .mainSection.section4.play .motionSet {
    transform: translate(100%, 0);
    transition: all 1s cubic-bezier(0.42, 0.04, 1, 0.57) 2s;
  }
  .mainWrap .mainSection.section4.play .motionSet .obj2_1 {
    transform: scale(1);
  }
  .mainWrap .mainSection.section4.play .motionSet .obj2_2 {
    transform: scale(1);
    transition-delay: 0.1s;
  }
  .mainWrap .mainSection.section4.play .motionSet .obj2_3 {
    transform: scale(1);
    transition-delay: 0.2s;
  }
  .mainWrap .mainSection.section4 .motion {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s;
    overflow: hidden;
    text-indent: -99999px;
  }
  .mainWrap .mainSection.section4 .motion.play {
    opacity: 1;
  }
  .mainWrap .mainSection.section4 .motion.click01 {
    background: url("../images/main_section_04_click_01.png") no-repeat center top;
  }
  .mainWrap .mainSection.section4 .motion.click02 {
    background: url("../images/main_section_04_click_02.png") no-repeat center top;
  }
  .mainWrap .mainSection.section4 .motion.click03 {
    background: url("../images/main_section_04_click_03.png") no-repeat center top;
  }
  .mainWrap .mainSection.section4 .motion.click04 {
    background: url("../images/main_section_04_click_04.png") no-repeat center top;
  }
  .mainWrap .mainSection.section5 .inner {
    width: 1900px;
    padding: 0 185px;
    margin: 0 auto;
  }
  .mainWrap .mainSection.section5 .redBg {
    padding: 185px 0;
    background: #cd171f;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-size: 25px;
    /* 진행바(채워진 부분) */
    /* 썸(동그라미) */
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea {
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea .regular {
    font-weight: 400;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea .light {
    font-weight: 300;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea .switch {
    height: 34px;
    border-radius: 34px;
    border: 2px solid #ffffff;
    padding: 3px;
    width: 77px;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea .switch > span {
    display: block;
    background: #ffffff;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    transition: all 0.5s;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea.light .switch > span {
    transform: translate(43px, 0);
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .range {
    -webkit-appearance: none; /* 기본 스타일 제거 */
    width: 192px;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    outline: none;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .range::-webkit-slider-runnable-track {
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 24px;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -12px; /* 트랙 중앙 정렬 */
  }
  .mainWrap .mainSection.section5 .redBg .inner .fontText {
    margin-top: 80px;
    color: #7b0005;
    font-size: 135px;
  }
  .mainWrap .mainSection.section5 .redBg .inner .fontText.light {
    font-weight: 300;
  }
  .mainWrap .mainSection.section5 .redBg .inner .base {
    color: #ffffff;
    font-size: 35px;
    font-weight: 300;
    margin: 100px 0 35px;
  }
  .mainWrap .mainSection.section5 .redBg .inner .btnWhite {
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    height: 107px;
    padding: 0 45px;
    gap: 20px;
    color: #cd171f;
    font-size: 44px;
  }
  .mainWrap .mainSection.section5 .whiteBg {
    padding: 70px 0;
    background: #ffffff;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .leftArea {
    line-height: 1.7;
    font-size: 25px;
    font-weight: 300;
    color: #080504;
    margin-bottom: -5px;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .leftArea strong {
    font-weight: 400;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .leftArea .desc {
    margin-top: 15px;
    font-size: 20px;
    color: #a3a3a3;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .btnDown {
    background: #f47920;
    display: flex;
    align-items: center;
    height: 107px;
    padding: 0 45px;
    gap: 20px;
    color: #ffffff;
    font-size: 44px;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .btnDown:after {
    content: "";
    display: block;
    background: url("../images/icon_down.png") no-repeat;
    width: 36px;
    height: 35px;
  }
  .mainWrap .mainSection.section6 {
    overflow: hidden;
  }
  .mainWrap .mainSection.section6.play .snsViewArea {
    transform: translate(-50%);
  }
  .mainWrap .mainSection.section6.play .snsViewArea.reverse {
    transform: translate(50%);
  }
  .mainWrap .mainSection.section6 .snsViewArea {
    display: flex;
    flex-wrap: nowrap;
    transition: all 20s;
  }
  .mainWrap .mainSection.section6 .snsViewArea.reverse {
    flex-direction: row-reverse;
  }
  .mainWrap .mainSection.section6 .snsViewArea.reverse .item:nth-child(1n):after {
    background: #f47920;
  }
  .mainWrap .mainSection.section6 .snsViewArea.reverse .item:nth-child(2n):after {
    background: #cd171f;
  }
  .mainWrap .mainSection.section6 .snsViewArea.reverse .item:nth-child(3n):after {
    background: #079081;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    width: 550px;
    text-align: center;
    height: 275px;
    background: #000000;
    color: #ffffff;
    margin-right: 275px;
    position: relative;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item:after {
    content: "";
    display: block;
    position: absolute;
    right: -275px;
    top: 0;
    width: 275px;
    height: 275px;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item:nth-child(1n):after {
    background: #079081;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item:nth-child(2n):after {
    background: #f47920;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item:nth-child(3n):after {
    background: #cd171f;
  }
  .mainWrap .mainSection.section7 {
    background: url("../images/main_section_07_bg.png") no-repeat center top;
    height: 541px;
    display: flex;
    align-items: center;
  }
  .mainWrap .mainSection.section7 .inner {
    width: 1900px;
    margin: 0 auto;
    padding-left: 187px;
  }
  .mainWrap .mainSection.section7 .inner .linkArea {
    display: flex;
    gap: 20px;
  }
  .mainWrap .mainSection.section7 .inner .linkArea a {
    position: relative;
    display: block;
  }
  .mainWrap .mainSection.section7 .inner .linkArea a:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
  }
  .mainWrap .mainSection.section7 .inner .linkArea a .imgArea {
    display: block;
    background: #000;
    width: 502px;
    height: 283px;
    margin-bottom: 18px;
  }
  .mainWrap .mainSection.section7 .inner .linkArea a .imgArea img,
  .mainWrap .mainSection.section7 .inner .linkArea a .imgArea iframe {
    width: 100%;
    height: 100%;
  }
  .mainWrap .mainSection.section7 .inner .linkArea a .go {
    display: flex;
    align-items: center;
    background: url("../images/btn_go.png") no-repeat;
    height: 52px;
    padding-left: 66px;
    font-size: 25px;
    color: #cd171f;
  }
  .mainWrap .mainSection.section8 {
    background: url("../images/main_section_08_bg.png") no-repeat center top;
    height: 935px;
    display: flex;
    align-items: center;
  }
  .mainWrap .mainSection.section8 .inner {
    width: 1900px;
    margin: 0 auto;
    padding-left: 187px;
    position: relative;
    z-index: 10;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea {
    display: flex;
    gap: 0 20px;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a {
    display: block;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .imgArea {
    display: block;
    background: #ffffff;
    width: 502px;
    height: 669px;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .imgArea img,
  .mainWrap .mainSection.section8 .inner .snsListArea a .imgArea iframe {
    width: 100%;
    height: 100%;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .text {
    display: flex;
    align-items: center;
    height: 52px;
    padding-left: 66px;
    font-size: 25px;
    color: #ffffff;
    background-color: #cd171f;
    background-repeat: no-repeat;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .text.sns01 {
    background-image: url("../images/main_sns_icon_01.png");
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .text.sns02 {
    background-image: url("../images/main_sns_icon_02.png");
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .text.sns03 {
    background-image: url("../images/main_sns_icon_03.png");
  }
  .mainWrap .mainSection.section8 .textMotion {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 1;
    margin-left: 720px;
  }
  .mainWrap .mainSection.section8 .textMotion .motion {
    background-image: url("../images/main_section_08_text.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 311px;
    transition: all 0.5s;
    overflow: hidden;
    text-indent: -99999px;
    opacity: 0;
  }
  .mainWrap .mainSection.section8 .textMotion .motion.obj1 {
    height: 235px;
    background-position: 0 0;
  }
  .mainWrap .mainSection.section8 .textMotion .motion.obj2 {
    height: 246px;
    background-position: 0 -235px;
  }
  .mainWrap .mainSection.section8 .textMotion .motion.obj3 {
    height: 246px;
    background-position: 0 -481px;
  }
  .mainWrap .mainSection.section8 .textMotion .motion.obj4 {
    height: 260px;
    background-position: 0 -727px;
  }
  .mainWrap .mainSection.section8.play .textMotion .motion.obj1 {
    opacity: 1;
  }
  .mainWrap .mainSection.section8.play .textMotion .motion.obj2 {
    transition-delay: 0.2s;
    opacity: 1;
  }
  .mainWrap .mainSection.section8.play .textMotion .motion.obj3 {
    transition-delay: 0.4s;
    opacity: 1;
  }
  .mainWrap .mainSection.section8.play .textMotion .motion.obj4 {
    transition-delay: 0.6s;
    opacity: 1;
  }
  .footer {
    background: #0f0f0f;
    color: #ffffff;
  }
  .footer .inner {
    margin: 0 auto;
    width: 1900px;
    padding: 52px 62px;
    font-size: 18px;
    line-height: 1.7;
  }
}
@media (max-width: 1024px) {
  .wrap {
    padding-top: 13.89vw;
  }
  .gnbWrap {
    min-height: 13.89vw;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 40;
    background: #ffffff;
  }
  .gnbWrap .gnbArea {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 13.89vw;
  }
  .gnbWrap .gnbArea .logo {
    padding: 0 6.25vw;
    height: 13.89vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .gnbWrap .gnbArea .logo img {
    width: 11.39vw;
  }
  .gnbWrap .gnbArea .gnbMenuWrap.on .btnGnbMenu {
    background-image: url("../images/btn_mobile_menu_close.png");
  }
  .gnbWrap .gnbArea .gnbMenuWrap .btnGnbMenu {
    position: absolute;
    right: 0;
    top: 0;
    width: 16.67vw;
    height: 13.89vw;
    background: url("../images/btn_mobile_menu.png") no-repeat;
    background-size: auto 100%;
    overflow: hidden;
    text-indent: -9999999px;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnbOpenArea {
    display: none;
    position: absolute;
    left: 0;
    top: 13.89vw;
    width: 100%;
    padding: 4.17vw 6.25vw 8.33vw 6.25vw;
    background: rgba(0, 0, 0, 0.85);
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb {
    display: flex;
    flex-direction: column;
    font-size: 4.17vw;
    color: #ffffff;
    margin-bottom: 9.72vw;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb > li {
    border-bottom: 0.14vw solid #bcbcbc;
    display: flex;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb > li > a {
    display: flex;
    align-items: center;
    height: 10.69vw;
    flex: 0 1 21.53vw;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb > li .sub {
    display: none;
    flex: 1;
    padding: 2.64vw 0;
    flex-direction: column;
    gap: 0.69vw;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb > li .sub.on {
    display: flex;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb > li .sub a {
    font-size: 3.19vw;
    color: #ffffff;
    opacity: 0.8;
    font-weight: 400;
  }
  .gnbWrap .gnbArea .rightArea .snsArea {
    display: flex;
    gap: 1.39vw;
    margin-bottom: 2.78vw;
  }
  .gnbWrap .gnbArea .rightArea .snsArea a {
    display: block;
    width: 6.53vw;
    height: 6.53vw;
    background-size: 6.53vw 6.53vw;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999999px;
  }
  .gnbWrap .gnbArea .rightArea .snsArea a.sns01 {
    background-image: url("../images/gnb_sns_01_mobile.png");
  }
  .gnbWrap .gnbArea .rightArea .snsArea a.sns02 {
    background-image: url("../images/gnb_sns_02_mobile.png");
  }
  .gnbWrap .gnbArea .rightArea .snsArea a.sns03 {
    background-image: url("../images/gnb_sns_03_mobile.png");
  }
  .gnbWrap .gnbArea .rightArea a.mall {
    display: block;
    width: 15.56vw;
    height: 5.69vw;
    background-size: 15.56vw 5.69vw;
    background-repeat: no-repeat;
    background-image: url("../images/gnb_mall_mobile.png");
    overflow: hidden;
    text-indent: -9999999px;
  }
  .mainWrap {
    position: relative;
  }
  .mainWrap .mainSection {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .mainWrap .mainSection.section1 .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    height: 56.25vw;
  }
  .mainWrap .mainSection.section1 .swiper-slide img,
  .mainWrap .mainSection.section1 .swiper-slide video {
    width: auto;
    height: 56.25vw;
  }
  .mainWrap .mainSection.section1 .swiper-slide:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/main_visual_00_pc.png") no-repeat center center;
    background-size: auto 100%;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area {
    position: absolute;
    bottom: 3.33vw;
    height: 7.78vw;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-button-next:after,
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-button-prev:after {
    font-size: 2.78vw;
    font-weight: bold;
    color: #ffffff;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: 7.78vw;
    height: 7.78vw;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7.78vw;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0 2.78vw;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet {
    width: 2.22vw;
    height: 2.22vw;
    background: #ffffff;
    margin: 0 0.69vw;
  }
  .mainWrap .mainSection.section1 .swiper-pagination-area .swiper-button-next {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: 7.78vw;
    height: 7.78vw;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7.78vw;
  }
  .mainWrap .mainSection.section2 .motion {
    transition: all 1s cubic-bezier(0, 0.81, 0, 1);
    overflow: hidden;
    text-indent: -13888.75vw;
  }
  .mainWrap .mainSection.section2.play div .inner.motion {
    transform: translate(0, 0);
  }
  .mainWrap .mainSection.section2 .obj1 {
    background: #000;
  }
  .mainWrap .mainSection.section2 .obj1 .inner {
    background: url("../images/main_section_02_01_mobile.png") no-repeat center top;
    background-size: contain;
    height: 39.17vw;
    transform: translate(100%, 0);
  }
  .mainWrap .mainSection.section2 .obj2 .inner {
    background: url("../images/main_section_02_02_mobile.png") no-repeat center top;
    background-size: contain;
    height: 39.17vw;
    transform: translate(-100%, 0);
  }
  .mainWrap .mainSection.section3 {
    background: url("../images/main_section_03_bg.png") no-repeat center top;
    background-size: auto 100%;
    height: 56.25vw;
  }
  .mainWrap .mainSection.section3.play .obj1 {
    transform: translate(-100%, 0);
    transition: all 1s cubic-bezier(0.42, 0.04, 1, 0.57) 2s;
  }
  .mainWrap .mainSection.section3.play .motionSet {
    transform: translate(100%, 0);
    transition: all 1s cubic-bezier(0.42, 0.04, 1, 0.57) 2s;
  }
  .mainWrap .mainSection.section3.play .motionSet .obj2_1 {
    transform: scale(1);
  }
  .mainWrap .mainSection.section3.play .motionSet .obj2_2 {
    transform: scale(1);
    transition-delay: 0.1s;
  }
  .mainWrap .mainSection.section3.play .motionSet .obj2_3 {
    transform: scale(1);
    transition-delay: 0.2s;
  }
  .mainWrap .mainSection.section3 .inner {
    position: relative;
    height: 100%;
  }
  .mainWrap .mainSection.section3 .obj1 {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/main_section_03_left.png") no-repeat center top;
    background-size: auto 100%;
    width: 50vw;
    height: 100%;
    overflow: hidden;
    text-indent: -13888.75vw;
  }
  .mainWrap .mainSection.section3 .motionSet {
    position: absolute;
    left: 50%;
    top: 22.92vw;
    width: 50%;
    padding-left: 6.67vw;
    display: flex;
    gap: 1.25vw;
  }
  .mainWrap .mainSection.section3 .motionSet .motion {
    transition: all 0.2s;
    background-size: auto 100% !important;
  }
  .mainWrap .mainSection.section3 .motionSet .obj2_1 {
    background: url("../images/main_section_03_obj_01.png") no-repeat center top;
    width: 9.31vw;
    height: 10.28vw;
    transform: scale(0);
  }
  .mainWrap .mainSection.section3 .motionSet .obj2_2 {
    background: url("../images/main_section_03_obj_02.png") no-repeat center top;
    width: 14.86vw;
    height: 10.28vw;
    transform: scale(0);
  }
  .mainWrap .mainSection.section3 .motionSet .obj2_3 {
    background: url("../images/main_section_03_obj_03.png") no-repeat center top;
    width: 10.28vw;
    height: 10.28vw;
    transform: scale(0);
  }
  .mainWrap .mainSection.section4 {
    background: url("../images/main_section_04_bg_mobile.png") no-repeat center top;
    background-size: contain;
  }
  .mainWrap .mainSection.section4 .inner {
    height: 117.22vw;
    position: relative;
  }
  .mainWrap .mainSection.section4 .btnClick {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13.89vw;
    height: 13.89vw;
    z-index: 100;
  }
  .mainWrap .mainSection.section4 .btnClick.click01 {
    margin: -36.25vw 0 0 -42.36vw;
  }
  .mainWrap .mainSection.section4 .btnClick.click02 {
    margin: -36.25vw 0 0 -21.53vw;
  }
  .mainWrap .mainSection.section4 .btnClick.click03 {
    margin: -36.25vw 0 0 0.69vw;
  }
  .mainWrap .mainSection.section4 .btnClick.click04 {
    margin: -36.25vw 0 0 28.47vw;
  }
  .mainWrap .mainSection.section4 .blink-soft {
    background: url("../images/main_section_04_click.png") no-repeat;
    background-size: 100% auto;
    width: 61.67vw;
    height: 7.08vw;
    animation: blink-soft 2s infinite;
    overflow: hidden;
    text-indent: -13888.75vw;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 56.67vw;
    z-index: 101;
  }
  @keyframes blink-soft {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
  }
  .mainWrap .mainSection.section4 .motion {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.7s;
    overflow: hidden;
    text-indent: -13888.75vw;
    background-size: contain !important;
  }
  .mainWrap .mainSection.section4 .motion.play {
    opacity: 1;
  }
  .mainWrap .mainSection.section4 .motion.click01 {
    background: url("../images/main_section_04_click_01_mobile.png") no-repeat center top;
  }
  .mainWrap .mainSection.section4 .motion.click02 {
    background: url("../images/main_section_04_click_02_mobile.png") no-repeat center top;
  }
  .mainWrap .mainSection.section4 .motion.click03 {
    background: url("../images/main_section_04_click_03_mobile.png") no-repeat center top;
  }
  .mainWrap .mainSection.section4 .motion.click04 {
    background: url("../images/main_section_04_click_04_mobile.png") no-repeat center top;
  }
  .mainWrap .mainSection.section5 .inner {
    padding: 13.19vw 11.11vw;
  }
  .mainWrap .mainSection.section5 .redBg {
    background: #cd171f;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    font-size: 3.47vw;
    /* 진행바(채워진 부분) */
    /* 썸(동그라미) */
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea {
    display: flex;
    align-items: center;
    gap: 2.08vw;
    margin-bottom: 4.17vw;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea .regular {
    font-weight: 400;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea .light {
    font-weight: 300;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea .switch {
    height: 4.72vw;
    border-radius: 4.72vw;
    border: 0.28vw solid #ffffff;
    padding: 0.42vw;
    width: 10.69vw;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea .switch > span {
    display: block;
    background: #ffffff;
    width: 3.33vw;
    height: 3.33vw;
    border-radius: 3.33vw;
    transition: all 0.5s;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .switchArea.light .switch > span {
    transform: translate(5.97vw, 0);
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .range {
    -webkit-appearance: none; /* 기본 스타일 제거 */
    width: 26.67vw;
    height: 0.28vw;
    background: #ffffff;
    border-radius: 0.28vw;
    outline: none;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .range::-webkit-slider-runnable-track {
    height: 0.28vw;
    background: #ffffff;
    border-radius: 0.28vw;
  }
  .mainWrap .mainSection.section5 .redBg .inner .titleArea .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 3.33vw;
    height: 3.33vw;
    background: #ffffff;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -1.67vw; /* 트랙 중앙 정렬 */
  }
  .mainWrap .mainSection.section5 .redBg .inner .fontText {
    margin-top: 8.33vw;
    margin-right: -8.33vw;
    color: #7b0005;
    font-size: 18.75vw;
  }
  .mainWrap .mainSection.section5 .redBg .inner .fontText.light {
    font-weight: 300;
  }
  .mainWrap .mainSection.section5 .redBg .inner .base {
    color: #ffffff;
    font-size: 3.47vw;
    font-weight: 300;
    margin: 13.89vw 0 3.47vw;
  }
  .mainWrap .mainSection.section5 .redBg .inner .btnWhite {
    background: #ffffff;
    display: inline-flex;
    align-items: center;
    height: 8.61vw;
    padding: 0 3.89vw;
    gap: 2.78vw;
    color: #cd171f;
    font-size: 3.47vw;
  }
  .mainWrap .mainSection.section5 .whiteBg {
    background: #ffffff;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .leftArea {
    line-height: 1.7;
    font-size: 3.47vw;
    font-weight: 300;
    color: #080504;
    margin-bottom: -0.69vw;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .leftArea strong {
    font-weight: 400;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .leftArea .desc {
    margin-top: 2.08vw;
    font-size: 2.78vw;
    color: #a3a3a3;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .btnDown {
    margin-top: 4.17vw;
    background: #f47920;
    display: inline-flex;
    align-items: center;
    height: 8.61vw;
    padding: 0 3.89vw;
    gap: 1.39vw;
    color: #ffffff;
    font-size: 3.47vw;
  }
  .mainWrap .mainSection.section5 .whiteBg .inner .btnDown:after {
    content: "";
    display: block;
    background: url("../images/icon_down.png") no-repeat;
    width: 2.78vw;
    height: 2.78vw;
    background-size: auto 100%;
  }
  .mainWrap .mainSection.section6 {
    overflow: hidden;
  }
  .mainWrap .mainSection.section6.play .snsViewArea {
    transform: translate(-50%);
  }
  .mainWrap .mainSection.section6.play .snsViewArea.reverse {
    transform: translate(50%);
  }
  .mainWrap .mainSection.section6 .snsViewArea {
    display: flex;
    flex-wrap: nowrap;
    transition: all 20s;
  }
  .mainWrap .mainSection.section6 .snsViewArea.reverse {
    flex-direction: row-reverse;
  }
  .mainWrap .mainSection.section6 .snsViewArea.reverse .item:nth-child(1n):after {
    background: #f47920;
  }
  .mainWrap .mainSection.section6 .snsViewArea.reverse .item:nth-child(2n):after {
    background: #cd171f;
  }
  .mainWrap .mainSection.section6 .snsViewArea.reverse .item:nth-child(3n):after {
    background: #079081;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3.06vw;
    width: 33.33vw;
    text-align: center;
    height: 16.67vw;
    background: #000000;
    color: #ffffff;
    margin-right: 16.67vw;
    position: relative;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item:after {
    content: "";
    display: block;
    position: absolute;
    right: -16.67vw;
    top: 0;
    width: 16.67vw;
    height: 16.67vw;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item:nth-child(1n):after {
    background: #079081;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item:nth-child(2n):after {
    background: #f47920;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item:nth-child(3n):after {
    background: #cd171f;
  }
  .mainWrap .mainSection.section7 .inner {
    background: #d8d8d8 url("../images/main_section_07_bg_mobile.png") no-repeat center bottom;
    background-size: 100% auto;
    padding: 13.19vw 15.28vw;
  }
  .mainWrap .mainSection.section7 .inner .linkArea {
    display: flex;
    flex-direction: column;
    gap: 4.17vw;
  }
  .mainWrap .mainSection.section7 .inner .linkArea a {
    display: block;
  }
  .mainWrap .mainSection.section7 .inner .linkArea a .imgArea {
    display: block;
    background: #000;
    width: 69.72vw;
    height: 39.31vw;
    margin-bottom: 2.5vw;
  }
  .mainWrap .mainSection.section7 .inner .linkArea a .imgArea img,
  .mainWrap .mainSection.section7 .inner .linkArea a .imgArea iframe {
    width: 100%;
    height: 100%;
  }
  .mainWrap .mainSection.section7 .inner .linkArea a .go {
    display: flex;
    align-items: center;
    background: url("../images/btn_go.png") no-repeat;
    background-size: contain;
    height: 7.22vw;
    padding-left: 9.17vw;
    font-size: 3.47vw;
    color: #cd171f;
  }
  .mainWrap .mainSection.section8 {
    background: #000000 url("../images/main_section_08_bg_mobile.png") no-repeat center top;
    background-size: 100% auto;
    overflow: hidden;
  }
  .mainWrap .mainSection.section8 .inner {
    padding: 13.19vw 0;
    width: 100%;
    overflow: auto;
    position: relative;
    z-index: 10;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea {
    display: flex;
    width: fit-content;
    gap: 0 2.78vw;
    padding: 0 24.44vw;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a {
    display: block;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .imgArea {
    display: block;
    background: #ffffff;
    width: 51.39vw;
    height: 68.33vw;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .imgArea img,
  .mainWrap .mainSection.section8 .inner .snsListArea a .imgArea iframe {
    width: 100%;
    height: 100%;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .text {
    display: flex;
    align-items: center;
    height: 5.56vw;
    padding-left: 6.94vw;
    font-size: 3.06vw;
    color: #ffffff;
    background-color: #cd171f;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .text.sns01 {
    background-image: url("../images/main_sns_icon_01.png");
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .text.sns02 {
    background-image: url("../images/main_sns_icon_02.png");
  }
  .mainWrap .mainSection.section8 .inner .snsListArea a .text.sns03 {
    background-image: url("../images/main_sns_icon_03.png");
  }
  .mainWrap .mainSection.section8 .textMotion {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: scale(0.8) translate(17.36vw, 0);
    transform-origin: 0 0;
  }
  .mainWrap .mainSection.section8 .textMotion .motion {
    background-image: url("../images/main_section_08_text.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    width: 43.19vw;
    transition: all 0.5s;
    overflow: hidden;
    text-indent: -13888.75vw;
    opacity: 0;
    background-size: 43.19vw auto;
  }
  .mainWrap .mainSection.section8 .textMotion .motion.obj1 {
    height: 32.64vw;
    background-position: 0 0;
  }
  .mainWrap .mainSection.section8 .textMotion .motion.obj2 {
    height: 34.17vw;
    background-position: 0 -32.64vw;
  }
  .mainWrap .mainSection.section8 .textMotion .motion.obj3 {
    height: 34.17vw;
    background-position: 0 -66.81vw;
  }
  .mainWrap .mainSection.section8 .textMotion .motion.obj4 {
    height: 36.11vw;
    background-position: 0 -100.97vw;
  }
  .mainWrap .mainSection.section8.play .textMotion .motion.obj1 {
    opacity: 1;
  }
  .mainWrap .mainSection.section8.play .textMotion .motion.obj2 {
    transition-delay: 0.2s;
    opacity: 1;
  }
  .mainWrap .mainSection.section8.play .textMotion .motion.obj3 {
    transition-delay: 0.4s;
    opacity: 1;
  }
  .mainWrap .mainSection.section8.play .textMotion .motion.obj4 {
    transition-delay: 0.6s;
    opacity: 1;
  }
  .footer {
    background: #0f0f0f;
    color: #ffffff;
  }
  .footer .inner {
    padding: 7.22vw 8.61vw;
    font-size: 2.5vw;
    line-height: 1.7;
  }
}

/*# sourceMappingURL=style.css.map */
