@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) {
  .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);
  }
}
.fontRed {
  color: #cd171f;
}

.swiper-button-next,
.swiper-button-prev {
  left: auto;
  right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1025px) {
  .wrap {
    padding-top: 100px;
  }
  .gnbWrap {
    height: 100px;
    overflow: hidden;
    position: fixed;
    left: 0;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .gnbWrap.on {
    height: 520px;
  }
  .gnbWrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
  }
  .gnbWrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 1000px;
    position: absolute;
    left: 0;
    top: 100px;
    background: rgba(0, 0, 0, 0.85);
  }
  .gnbWrap .gnbArea {
    position: relative;
    width: 1900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    z-index: 1;
  }
  .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 .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 > li {
    position: relative;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb .sub {
    position: absolute;
    left: 0;
    top: 80px;
    display: block;
    font-size: 25px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 300;
    white-space: nowrap;
  }
  .gnbWrap .gnbArea .gnbMenuWrap .gnb .sub a:hover,
  .gnbWrap .gnbArea .gnbMenuWrap .gnb .sub a:focus,
  .gnbWrap .gnbArea .gnbMenuWrap .gnb .sub .on {
    text-decoration: underline;
    color: #ffffff;
    font-weight: 400;
  }
  .gnbWrap .gnbArea .rightArea {
    position: absolute;
    right: 85px;
    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;
    min-width: 1900px;
  }
  .mainWrap .mainSection {
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .mainWrap .mainSection.section1 {
    background: #000000;
  }
  .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: 20px;
    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 18px;
  }
  .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;
    min-width: 1900px;
    max-width: 1920px;
    background: url("../images/main_section_03_bg.png") no-repeat center top;
    height: 1078px;
    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: #0f0f0f;
  }
  .mainWrap .mainSection.section4 .inner {
    background: url("../images/main_section_04_bg.png") no-repeat center top;
    height: 832px;
    min-width: 1920px;
    max-width: 1920px;
    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: transform 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;
    box-shadow: none !important;
    margin-top: -12px; /* 트랙 중앙 정렬 */
  }
  .mainWrap .mainSection.section5 .redBg .inner .fontText {
    border: 0;
    padding: 0;
    overflow: hidden;
    resize: none;
    white-space: pre-wrap;
    background: transparent;
    margin-top: 80px;
    color: #7b0005;
    font-size: 135px;
    height: 50px;
  }
  .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 .redBg.sub {
    background: #f7f7f7;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea {
    color: #777777;
    /* 진행바(채워진 부분) */
    /* 썸(동그라미) */
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .switchArea .switch {
    border: 2px solid #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .switchArea .switch > span {
    background: #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .range {
    background: #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .range::-webkit-slider-runnable-track {
    background: #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .range::-webkit-slider-thumb {
    background: #777777;
    box-shadow: none !important;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .fontText {
    color: #cd171f;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .base {
    color: #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .btnWhite {
    background: #cd171f;
    color: #ffffff;
  }
  .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 .inner {
    animation: text-to-left 300s linear infinite;
  }
  .mainWrap .mainSection.section6.play .snsViewArea.reverse .inner {
    animation: text-to-right 300s linear infinite;
  }
  @keyframes text-to-right {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes text-to-left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .mainWrap .mainSection.section6 .snsViewArea {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    height: 275px;
  }
  .mainWrap .mainSection.section6 .snsViewArea .innerSet {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .mainWrap .mainSection.section6 .snsViewArea .inner {
    display: flex;
    flex-wrap: nowrap;
  }
  .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.green:after {
    background: #079081;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item.orange:after {
    background: #f47920;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item.red: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;
    display: flex;
    align-items: center;
    margin: 0 1.4vw;
  }
  .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: 100% 100%;
    height: 39.17vw;
    transform: translate(100%, 0);
  }
  .mainWrap .mainSection.section2 .obj2 {
    background: url("../images/main_section_02_02_mobile_bg.png") repeat-x center top;
    background-size: 100% 100%;
  }
  .mainWrap .mainSection.section2 .obj2 .inner {
    background: url("../images/main_section_02_02_mobile.png") no-repeat center top;
    background-size: 100% 100%;
    height: 38vw;
    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: 100% 100% !important;
  }
  .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: 100% 100% !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: transform 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: 0;
    color: #7b0005;
    font-size: 18.75vw;
    border: 0;
    padding: 0;
    overflow: hidden;
    resize: none;
    white-space: pre-wrap;
    background: transparent;
    color: #7b0005;
    width: 100%;
    height: 50px;
  }
  .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 .redBg.sub {
    background: #f7f7f7;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea {
    color: #777777;
    /* 진행바(채워진 부분) */
    /* 썸(동그라미) */
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .switchArea .switch {
    border: 0.28vw solid #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .switchArea .switch > span {
    background: #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .range {
    background: #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .range::-webkit-slider-runnable-track {
    background: #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .titleArea .range::-webkit-slider-thumb {
    background: #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .fontText {
    color: #cd171f;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .base {
    color: #777777;
  }
  .mainWrap .mainSection.section5 .redBg.sub .inner .btnWhite {
    background: #cd171f;
    color: #ffffff;
  }
  .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 {
    animation: text-to-left 70s linear infinite;
  }
  .mainWrap .mainSection.section6.play .snsViewArea.reverse {
    animation: text-to-right 70s linear infinite;
  }
  @keyframes text-to-right {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  @keyframes text-to-left {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(0);
    }
  }
  .mainWrap .mainSection.section6 .snsViewArea {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    height: 16.67vw;
  }
  .mainWrap .mainSection.section6 .snsViewArea .innerSet {
    display: flex;
    flex-wrap: nowrap;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .mainWrap .mainSection.section6 .snsViewArea .inner {
    display: flex;
    flex-wrap: nowrap;
  }
  .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.green:after {
    background: #079081;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item.orange:after {
    background: #f47920;
  }
  .mainWrap .mainSection.section6 .snsViewArea .item.red: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 10.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: 100%;
    height: 45.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;
  }
}
.motionSection {
  transition: all 0.8s;
  transform: translate(0, 100px);
  opacity: 0;
}
.motionSection.play {
  transform: translate(0, 0);
  opacity: 1;
}

@media (min-width: 1025px) {
  .contentWrap .btn {
    background: #cd171f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    padding: 0 30px;
    gap: 17px;
    color: #ffffff;
    font-size: 34px;
  }
  .contentWrap .btn.orange {
    background: #f47920;
  }
  .contentWrap .btn.noIcon:after {
    display: none;
  }
  .contentWrap .btn:after {
    content: "";
    display: block;
    background: url("../images/icon_down2.png") no-repeat;
    width: 27px;
    height: 27px;
  }
  .contentTopVisual.brand {
    background: url("../images/brand_bg_pc.png") no-repeat center top;
  }
  .contentTopVisual.brand .inner {
    background: url("../images/brand_bg_pc.png") no-repeat center top;
    height: 806px;
  }
  .contentTopVisual.news {
    background: url("../images/news_bg_pc.jpg") no-repeat center top;
  }
  .contentTopVisual.news .inner {
    background: url("../images/news_bg_pc.jpg") no-repeat center top;
    height: 292px;
  }
  .contentTopVisual.news .inner .subTabMenu li {
    position: relative;
    color: #585858;
  }
  .contentTopVisual.news .inner .subTabMenu li.on,
  .contentTopVisual.news .inner .subTabMenu li a:hover,
  .contentTopVisual.news .inner .subTabMenu li a:focus {
    color: #cd171f;
  }
  .contentTopVisual.news .inner .subTabMenu li:after {
    background: #585858;
  }
  .contentTopVisual.board {
    background: url("../images/board_bg_pc.png") no-repeat center top;
  }
  .contentTopVisual.board .inner {
    background: url("../images/board_bg_pc.png") no-repeat center top;
    height: 292px;
  }
  .contentTopVisual.board .inner .subTabMenu li {
    position: relative;
    color: #ff8d92;
  }
  .contentTopVisual.board .inner .subTabMenu li.on,
  .contentTopVisual.board .inner .subTabMenu li a:hover,
  .contentTopVisual.board .inner .subTabMenu li a:focus {
    color: #ffffff;
  }
  .contentTopVisual.board .inner .subTabMenu li:after {
    background: #ff8d92;
  }
  .contentTopVisual.menu {
    background: url("../images/menu_bg_pc.png") no-repeat center top;
    padding-bottom: 85px;
    min-width: 1900px;
  }
  .contentTopVisual.menu .inner {
    width: auto;
  }
  .contentTopVisual.menu .inner .ctgMenu {
    padding-top: 130px;
    display: flex;
    gap: 37px;
    justify-content: center;
  }
  .contentTopVisual.menu .inner .ctgMenu li {
    text-align: center;
    font-size: 20px;
    color: #ffffff;
  }
  .contentTopVisual.menu .inner .ctgMenu li .imgArea {
    width: 130px;
    height: 130px;
    border-radius: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-bottom: 20px;
  }
  .contentTopVisual.menu .inner .ctgMenu li.on .imgArea,
  .contentTopVisual.menu .inner .ctgMenu li a:hover .imgArea,
  .contentTopVisual.menu .inner .ctgMenu li a:focus .imgArea {
    background: #cd171f;
  }
  .contentTopVisual.menu .inner .ctgMenu li:after {
    background: #ff8d92;
  }
  .contentTopVisual.menu .inner .titleArea {
    background: url("../images/menu_title_bg.png") repeat-y center top;
    min-width: 1900px;
    margin-top: 124px;
  }
  .contentTopVisual.menu .inner .titleArea .inner {
    width: 1900px;
    margin: 0 auto;
    padding: 136px 0 283px 187px;
    color: #ffffff;
    letter-spacing: -0.05em;
  }
  .contentTopVisual.menu .inner .titleArea.ctg01 .inner {
    background: url("../images/menu_top_img_01.png") no-repeat 1324px 0;
  }
  .contentTopVisual.menu .inner .titleArea.ctg02 .inner {
    background: url("../images/menu_top_img_02.png") no-repeat 1324px 0;
  }
  .contentTopVisual.menu .inner .titleArea.ctg03 .inner {
    background: url("../images/menu_top_img_03.png") no-repeat 1324px 0;
  }
  .contentTopVisual.menu .inner .titleArea.ctg04 .inner {
    background: url("../images/menu_top_img_04.png") no-repeat 1324px 0;
  }
  .contentTopVisual.menu .inner .titleArea.ctg05 .inner {
    background: url("../images/menu_top_img_05.png") no-repeat 1324px 0;
  }
  .contentTopVisual.menu .inner .titleArea.ctg06 .inner {
    background: url("../images/menu_top_img_06.png") no-repeat 1324px 0;
  }
  .contentTopVisual.menu .inner .titleArea.ctg07 .inner {
    background: url("../images/menu_top_img_07.png") no-repeat 1324px 0;
  }
  .contentTopVisual.menu .inner .titleArea .title {
    font-size: 52px;
  }
  .contentTopVisual.menu .inner .titleArea .desc {
    margin-top: 15px;
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
  }
  .contentTopVisual.menu .swiper {
    margin-top: -222px;
    min-width: 1900px;
  }
  .contentTopVisual.menu .swiper .swiper-button-disabled {
    opacity: 0 !important;
  }
  .contentTopVisual.menu .swiper .swiper-button-next:after,
  .contentTopVisual.menu .swiper .swiper-button-prev:after {
    font-size: 20px;
    color: #ffffff;
  }
  .contentTopVisual.menu .swiper .swiper-button-prev {
    position: absolute;
    left: 50%;
    top: 191px;
    margin: 0;
    width: 65px;
    height: 65px;
    background: rgb(0, 0, 0);
    border-radius: 65px;
    margin-left: -248px;
  }
  .contentTopVisual.menu .swiper .swiper-button-next {
    position: absolute;
    left: 50%;
    top: 191px;
    margin: 0;
    width: 65px;
    height: 65px;
    background: rgb(0, 0, 0);
    border-radius: 65px;
    margin-left: 187px;
  }
  .contentTopVisual.menu .swiper .swiper-slide {
    transition: transform 300ms ease, opacity 300ms ease, box-shadow 300ms ease;
    flex: none;
    width: 426px;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active {
    width: 426px;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn {
    width: 426px;
    margin: 0 auto;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn .imgArea {
    margin-top: 0;
    background: #ffffff;
    border: 0;
    box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.2);
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn .textArea {
    margin-top: 28px;
    line-height: 38px;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn .textArea .title {
    font-weight: 400;
    color: #0f0f0f;
    font-size: 35px;
    display: block;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn .textArea .desc {
    display: block;
    font-weight: 300;
    color: #a3a3a3;
    font-size: 30px;
    padding-bottom: 10px;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn {
    display: block;
    text-align: center;
    width: 360px;
    margin: 0 auto;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .imgArea {
    margin-top: 34px;
    border-radius: 20px;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .imgArea img {
    width: 100%;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .textArea {
    margin-top: 28px;
    line-height: 31px;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .textArea .title {
    color: #0f0f0f;
    font-weight: 300;
    font-size: 30px;
    display: block;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .textArea .desc {
    margin-top: 10px;
    display: block;
    font-weight: 300;
    color: #a3a3a3;
    font-size: 20px;
  }
  .contentTopVisual .inner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .contentTopVisual .inner .subTabMenu {
    display: flex;
    justify-content: center;
    padding-top: 125px;
  }
  .contentTopVisual .inner .subTabMenu li {
    position: relative;
    color: #a3a3a3;
    font-size: 30px;
    padding: 0 78px;
  }
  .contentTopVisual .inner .subTabMenu li.on,
  .contentTopVisual .inner .subTabMenu li a:hover,
  .contentTopVisual .inner .subTabMenu li a:focus {
    color: #cd171f;
  }
  .contentTopVisual .inner .subTabMenu li:after {
    content: "";
    display: block;
    width: 3px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
    background: #a3a3a3;
  }
  .contentTopVisual .inner .subTabMenu li:last-child:after {
    display: none;
  }
  .contentArea .inner {
    width: 1920px;
    margin: 0 auto;
    position: relative;
  }
  .brandWrap {
    padding: 133px 0 150px 260px;
  }
  .brandWrap .titleArea {
    letter-spacing: -0.1em;
  }
  .brandWrap .titleArea .title {
    color: #000000;
    font-size: 52px;
  }
  .brandWrap .titleArea .desc {
    color: #000000;
    font-size: 30px;
    line-height: 50px;
    font-weight: 300;
    margin-top: 14px;
  }
  .brandWrap .brandInfoList {
    margin-top: 83px;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .brandWrap .brandInfoList .item {
    display: flex;
    gap: 60px;
  }
  .brandWrap .brandInfoList .item .number {
    font-size: 200px;
    color: #cd171f;
    letter-spacing: -0.1em;
    line-height: 154px;
    height: 188px;
  }
  .brandWrap .brandInfoList .item .title {
    font-size: 45px;
    color: #a3a3a3;
    line-height: 60px;
    letter-spacing: -0.04em;
  }
  .brandWrap .brandInfoList .item .desc {
    font-size: 25px;
    line-height: 40px;
    color: #121212;
    font-weight: 300;
    letter-spacing: -0.04em;
    margin-top: 24px;
  }
  .historyWrap {
    padding: 134px 0 150px 0px;
  }
  .historyWrap > .title {
    color: #cd171f;
    font-size: 53px;
    text-align: center;
  }
  .historyWrap .historyList {
    margin-top: 23px;
    position: relative;
    background: url("../images/history_line.png") no-repeat center bottom;
    display: flex;
    flex-direction: column;
    padding-top: 85px;
  }
  .historyWrap .historyList:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    border-radius: 23px;
    background: #cd171f;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }
  .historyWrap .historyList .item {
    align-self: flex-end;
    width: 50%;
    padding-left: 155px;
    display: flex;
    gap: 40px;
    height: 208px;
    position: relative;
  }
  .historyWrap .historyList .item:last-child {
    height: auto;
  }
  .historyWrap .historyList .item:after {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 17px;
    border-top: 3px dotted #cd171f;
    width: 134px;
  }
  .historyWrap .historyList .item:nth-child(even) {
    align-self: flex-start;
    flex-direction: row-reverse;
    justify-content: flex-start;
    padding-right: 155px;
    text-align: right;
  }
  .historyWrap .historyList .item:nth-child(even):after {
    content: "";
    display: block;
    position: absolute;
    left: auto;
    right: -1px;
    top: 17px;
    border-top: 3px dotted #cd171f;
    width: 134px;
  }
  .historyWrap .historyList .item .textArea {
    letter-spacing: -0.07em;
  }
  .historyWrap .historyList .item .textArea .year {
    color: #cd171f;
    font-size: 25px;
  }
  .historyWrap .historyList .item .textArea .text {
    font-size: 35px;
    line-height: 44px;
    color: #000000;
    margin-top: 7px;
  }
  .historyWrap .historyList .item.item1 .imgArea {
    margin-top: -68px;
  }
  .historyWrap .historyList .item.item4 .imgArea {
    margin-top: -45px;
  }
  .historyWrap .historyList .item.item5 .imgArea {
    margin-top: -88px;
  }
  .historyWrap .historyList .item.item7 .imgArea {
    margin-top: 1px;
  }
  .historyWrap .historyList .item.item8 .imgArea {
    margin-top: -48px;
  }
  .historyWrap .historyList .item.item9 .imgArea {
    margin-top: -28px;
  }
  .historyWrap .historyList .item.item10 .imgArea {
    margin-top: -32px;
  }
  .historyWrap .historyList .item.item11 .imgArea {
    margin-top: -20px;
  }
  .historyWrap .historyList .item.item12 .imgArea {
    margin-top: -20px;
  }
  .historyWrap .historyList .item.item13 .imgArea {
    margin-top: -27px;
  }
  .historyWrap .historyList .item.item14 .imgArea {
    margin-top: -71px;
  }
  .historyWrap .historyList .item.item15 .imgArea {
    margin-top: -26px;
  }
  .historyWrap .historyList .item.item16 .imgArea {
    margin-top: -82px;
  }
  .historyWrap .historyList .item.item17 .imgArea {
    margin-top: -66px;
  }
  .historyWrap .historyList .item.item18 .imgArea {
    margin-top: -60px;
  }
  .historyWrap .historyList .item.item19 .imgArea {
    margin-top: -36px;
  }
  .historyWrap .historyList .item.item20 .imgArea {
    margin-top: -20px;
  }
  .historyWrap .historyList .item.item21 .imgArea {
    margin-top: -20px;
  }
  .historyWrap .historyList .item.item22 .imgArea {
    margin-top: -41px;
  }
  .historyWrap .historyList .item.item23 .imgArea {
    margin-top: -37px;
  }
  .historyWrap .historyList .item.item24 .imgArea {
    margin-top: -37px;
  }
  .historyWrap .historyList .item.item25 .imgArea {
    margin-top: -20px;
  }
  .historyWrap .historyList .item.item26 .imgArea {
    margin-top: -20px;
  }
  .historyWrap .historyList .item.item27 .imgArea {
    margin-top: -33px;
  }
  .historyWrap .historyList .item.item28 .imgArea {
    margin-top: -43px;
  }
  .biWrap .biList {
    padding: 145px 260px 95px 260px;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
  .biWrap .biList .item {
    display: flex;
    align-items: center;
    gap: 55px;
  }
  .biWrap .biList .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .biWrap .biList .item .imgArea {
    flex: none;
  }
  .biWrap .biList .item .textArea {
    flex: 1;
  }
  .biWrap .biList .item .textArea .title {
    font-size: 53px;
    color: #a3a3a3;
    line-height: 60px;
    letter-spacing: -0.04em;
  }
  .biWrap .biList .item .textArea .desc {
    font-size: 30px;
    line-height: 50px;
    color: #000000;
    font-weight: 300;
    white-space: nowrap;
    letter-spacing: -0.04em;
    margin-top: 24px;
  }
  .biWrap .bgArea {
    background: #f7f7f7;
  }
  .biWrap .bgArea .inner {
    width: 1900px;
    margin: 0 auto;
    padding: 100px 0 150px 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .fontWrap .inner {
    padding: 145px 0;
    width: 1401px;
    margin: 0 auto;
  }
  .fontWrap .inner .titleArea {
    text-align: center;
  }
  .fontWrap .inner .titleArea .title {
    font-size: 53px;
  }
  .fontWrap .inner .titleArea .text {
    font-size: 40px;
    color: #a3a3a3;
  }
  .fontWrap .inner .titleArea .desc {
    font-weight: 300;
    margin-top: 13px;
    font-size: 30px;
    line-height: 50px;
    color: #000000;
  }
  .fontWrap .inner .player {
    background: #000000;
    width: 1280px;
    height: 720px;
    margin: 60px auto;
  }
  .fontWrap .inner .playerBottom {
    border-top: 1px solid #b5b5b5;
    text-align: center;
    padding-top: 12px;
    width: 1280px;
    margin: 0 auto;
    line-height: 1;
    color: #a3a3a3;
    font-size: 20px;
  }
  .fontWrap .inner .fontImg {
    margin-top: 85px;
  }
  .fontWrap .inner .downList {
    display: flex;
    justify-content: center;
    gap: 70px;
    margin-top: 60px;
  }
  .fontWrap .swiperArea {
    background: #f7f7f7;
  }
  .fontWrap .swiperArea .inner {
    width: 1900px;
    padding: 0;
    margin: 0 auto;
  }
  .fontWrap .swiperArea .inner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area {
    position: absolute;
    bottom: 130px;
    height: 65px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-button-next:after,
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-button-prev:after {
    font-size: 20px;
    color: #ffffff;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: 65px;
    height: 65px;
    background: #f47920;
    border-radius: 65px;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0 18px;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background: #a3a3a3;
    margin: 0 9px;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-button-next {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: 65px;
    height: 65px;
    background: #f47920;
    border-radius: 65px;
  }
  .fontWrap .bgArea {
    background: #d8d8d8;
  }
  .fontWrap .bgArea .inner {
    width: 1900px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .fontWrap .bgArea .inner .tabArea .tabList .tab {
    display: block;
    overflow: hidden;
    text-indent: -99999px;
    position: absolute;
    left: 50%;
    top: 137px;
    width: 250px;
    height: 50px;
    margin-left: -280px;
  }
  .fontWrap .bgArea .inner .tabArea .tabList .tab.tab2 {
    margin-left: 0;
  }
  .fontWrap .bgArea .inner .tabArea .tabItem {
    display: none;
  }
  .fontWrap .bgArea .inner .tabArea .tabItem.active {
    display: block;
  }
  .menuBg {
    background: #f7f7f7;
  }
  .menuBg .inner {
    padding: 95px 0;
    width: 1552px;
    margin: 0 auto;
  }
  .menuBg .inner .menuCtgList {
    gap: 50px 18px;
    flex-wrap: wrap;
    display: none;
  }
  .menuBg .inner .menuCtgList.active {
    display: flex;
  }
  .menuBg .inner .menuCtgList li {
    width: 296px;
  }
  .menuBg .inner .menuCtgList li .ctgBtn {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .menuBg .inner .menuCtgList li .ctgBtn .imgArea {
    position: relative;
  }
  .menuBg .inner .menuCtgList li .ctgBtn:hover .imgArea:after, .menuBg .inner .menuCtgList li .ctgBtn:focus .imgArea:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/ctg_hover.png") no-repeat;
  }
  .menuBg .inner .menuCtgList li .ctgBtn .textArea {
    padding: 0 10px;
    margin-top: 22px;
  }
  .menuBg .inner .menuCtgList li .ctgBtn .textArea .title {
    color: #0f0f0f;
    font-weight: 300;
    font-size: 25px;
    display: block;
  }
  .menuBg .inner .menuCtgList li .ctgBtn .textArea .desc {
    margin-top: 12px;
    display: block;
    font-weight: 300;
    color: #a3a3a3;
    font-size: 20px;
  }
  .webzineList {
    display: flex;
    flex-wrap: wrap;
    gap: 75px 65px;
    width: 1482px;
    padding: 150px 0;
    margin: 0 auto;
  }
  .webzineList .item .textArea {
    font-size: 30px;
    margin-top: 24px;
  }
  .webzineView {
    padding: 150px 0;
    text-align: center;
  }
  .webzineView .btnArea {
    display: flex;
    justify-content: center;
    margin-top: 95px;
  }
  .webzineView .btnArea .btn {
    width: 300px;
  }
  .pressList {
    display: flex;
    flex-wrap: wrap;
    gap: 75px 65px;
    width: 1482px;
    padding: 150px 0;
    margin: 0 auto;
  }
  .pressList .item {
    width: 450px;
  }
  .pressList .item .textArea {
    line-height: 45px;
    margin-top: 24px;
  }
  .pressList .item .textArea .title {
    font-size: 30px;
    color: #121212;
  }
  .pressList .item .textArea .desc {
    font-size: 20px;
    color: #666666;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .pressList .item .textArea .date {
    font-size: 20px;
    color: #c2c2c2;
    font-weight: 300;
  }
  .pressView {
    padding: 150px 0;
    width: 1080px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pressView .titleArea {
    text-align: center;
  }
  .pressView .titleArea .title {
    font-size: 60px;
    line-height: 85px;
    color: #121212;
  }
  .pressView .titleArea .desc {
    margin-top: 30px;
    font-size: 30px;
    color: #777777;
  }
  .pressView .imgArea {
    margin-top: 60px;
  }
  .pressView .viewArea {
    margin-top: 65px;
    color: #777777;
    font-size: 20px;
    line-height: 35px;
    text-align: left;
    font-weight: 300;
  }
  .pressView .btnArea {
    display: flex;
    justify-content: center;
    margin-top: 95px;
  }
  .pressView .btnArea .btn {
    width: 300px;
  }
  .boardWrap .inner {
    width: 1401px;
    padding: 150px 0;
    margin: 0 auto;
  }
  .boardWrap .inner .boardTab {
    display: flex;
    gap: 19px;
    margin-bottom: 60px;
  }
  .boardWrap .inner .boardTab .tab {
    display: flex;
    height: 45px;
    border-radius: 45px;
    padding: 0 30px;
    align-items: center;
    background: #f7f7f7;
    color: #a3a3a3;
    font-size: 20px;
    line-height: 1;
  }
  .boardWrap .inner .boardTab .tab:hover, .boardWrap .inner .boardTab .tab:focus, .boardWrap .inner .boardTab .tab.on {
    background: #cd171f;
    color: #ffffff;
  }
  .boardWrap .campaignList {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .boardWrap .campaignList .item .imgArea {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
  }
  .boardWrap .campaignList .item.end .imgArea:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .boardWrap .campaignList .item a {
    display: flex;
    align-items: center;
    gap: 60px;
  }
  .boardWrap .campaignList .item .textArea {
    line-height: 48px;
    margin-top: 24px;
  }
  .boardWrap .campaignList .item .textArea .title {
    font-size: 35px;
    color: #121212;
  }
  .boardWrap .campaignList .item .textArea .date {
    margin: 5px 0 12px 0;
    font-size: 25px;
    color: #a3a3a3;
    font-weight: 300;
  }
  .boardWrap .campaignList .item .textArea .state {
    height: 34px;
    min-width: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 23px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
  }
  .boardWrap .campaignList .item .textArea .state.ing {
    background: #c8000b;
  }
  .boardWrap .campaignList .item .textArea .state.end {
    background: #a3a3a3;
  }
  .boardWrap .campaignList .item .textArea .state.winner {
    background: #f47920;
  }
  .projectView.bg {
    background: #f7f7f7;
  }
  .projectView .inner {
    padding: 0;
    margin: 0 auto;
    width: 1401px;
  }
}
@media (max-width: 1024px) {
  .contentWrap {
    background-size: 100% auto;
  }
  .contentWrap img {
    width: 100%;
  }
  .contentWrap .btn {
    background: #cd171f;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 8.61vw;
    padding: 0 3.47vw;
    gap: 1.67vw;
    color: #ffffff;
    font-size: 3.61vw;
  }
  .contentWrap .btn.orange {
    background: #f47920;
  }
  .contentWrap .btn.noIcon:after {
    display: none;
  }
  .contentWrap .btn:after {
    content: "";
    display: block;
    background: url("../images/icon_down2.png") no-repeat;
    width: 3.06vw;
    height: 3.06vw;
    background-size: 100% auto;
  }
  .contentTopVisual.brand {
    background: url("../images/brand_bg_mobile.png") no-repeat center top;
    background-size: 100% auto;
  }
  .contentTopVisual.brand .inner {
    background: url("../images/brand_bg_mobile.png") no-repeat center top;
    background-size: 100% auto;
    height: 60.97vw;
  }
  .contentTopVisual.news {
    background: url("../images/news_bg_mobile.jpg") no-repeat center top;
    background-size: 100% auto;
  }
  .contentTopVisual.news .inner {
    background: url("../images/news_bg_mobile.jpg") no-repeat center top;
    background-size: 100% auto;
    height: 25.14vw;
  }
  .contentTopVisual.news .inner .subTabMenu li {
    position: relative;
    color: #585858;
  }
  .contentTopVisual.news .inner .subTabMenu li.on,
  .contentTopVisual.news .inner .subTabMenu li a:hover,
  .contentTopVisual.news .inner .subTabMenu li a:focus {
    color: #cd171f;
  }
  .contentTopVisual.news .inner .subTabMenu li:after {
    background: #585858;
  }
  .contentTopVisual.board {
    background: url("../images/board_bg_mobile.png") no-repeat center top;
    background-size: 100% auto;
  }
  .contentTopVisual.board .inner {
    background: url("../images/board_bg_mobile.png") no-repeat center top;
    background-size: 100% auto;
    height: 25.14vw;
  }
  .contentTopVisual.board .inner .subTabMenu li {
    position: relative;
    color: #ff8d92;
  }
  .contentTopVisual.board .inner .subTabMenu li.on,
  .contentTopVisual.board .inner .subTabMenu li a:hover,
  .contentTopVisual.board .inner .subTabMenu li a:focus {
    color: #ffffff;
  }
  .contentTopVisual.board .inner .subTabMenu li:after {
    background: #ff8d92;
  }
  .contentTopVisual.menu .inner {
    width: auto;
    padding-bottom: 13.19vw;
  }
  .contentTopVisual.menu .inner .ctgMenu {
    padding: 9.4vw;
    display: flex;
    gap: 3.47vw 4.17vw;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: url("../images/menu_bg_mobile.png") no-repeat center top;
    background-size: 100% auto;
  }
  .contentTopVisual.menu .inner .ctgMenu li {
    text-align: center;
    font-size: 2.78vw;
    color: #ffffff;
  }
  .contentTopVisual.menu .inner .ctgMenu li .imgArea {
    width: 15.28vw;
    height: 15.28vw;
    border-radius: 15.28vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    margin-bottom: 2.08vw;
  }
  .contentTopVisual.menu .inner .ctgMenu li.on .imgArea,
  .contentTopVisual.menu .inner .ctgMenu li a:hover .imgArea,
  .contentTopVisual.menu .inner .ctgMenu li a:focus .imgArea {
    background: #cd171f;
  }
  .contentTopVisual.menu .inner .ctgMenu li:after {
    background: #ff8d92;
  }
  .contentTopVisual.menu .inner .titleArea {
    background: #cd171f;
    text-align: center;
  }
  .contentTopVisual.menu .inner .titleArea .inner {
    padding: 13.19vw 3vw 37.81vw 5vw;
    color: #ffffff;
    letter-spacing: -0.05em;
  }
  .contentTopVisual.menu .inner .titleArea .title {
    font-size: 5.56vw;
    line-height: 7.64vw;
  }
  .contentTopVisual.menu .inner .titleArea .desc {
    margin-top: 3.33vw;
    font-size: 3.47vw;
    line-height: 5.83vw;
    font-weight: 300;
  }
  .contentTopVisual.menu .swiper {
    margin-top: -31.25vw;
  }
  .contentTopVisual.menu .swiper .swiper-button-next:after,
  .contentTopVisual.menu .swiper .swiper-button-prev:after {
    font-size: 2.78vw;
    color: #ffffff;
  }
  .contentTopVisual.menu .swiper .swiper-button-disabled {
    opacity: 0 !important;
  }
  .contentTopVisual.menu .swiper .swiper-button-prev {
    position: absolute;
    left: 50%;
    top: 26.53vw;
    margin: 0;
    width: 9.03vw;
    height: 9.03vw;
    background: rgb(0, 0, 0);
    border-radius: 9.03vw;
    margin-left: -34.44vw;
  }
  .contentTopVisual.menu .swiper .swiper-button-next {
    position: absolute;
    left: 50%;
    top: 26.53vw;
    margin: 0;
    width: 9.03vw;
    height: 9.03vw;
    background: rgb(0, 0, 0);
    border-radius: 9.03vw;
    margin-left: 25.97vw;
  }
  .contentTopVisual.menu .swiper .swiper-slide {
    transition: transform 300ms ease, opacity 300ms ease, box-shadow 300ms ease;
    flex: none;
    width: 59.17vw;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active {
    width: 59.17vw;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn {
    width: 59.17vw;
    margin: 0 auto;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn .imgArea {
    margin-top: 0;
    background: #ffffff;
    border: 0;
    box-shadow: 0vw 0.14vw 1.11vw rgba(0, 0, 0, 0.2);
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn .textArea {
    margin-top: 3.89vw;
    line-height: 5.28vw;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn .textArea .title {
    font-weight: 400;
    color: #0f0f0f;
    font-size: 4.86vw;
    display: block;
  }
  .contentTopVisual.menu .swiper .swiper-slide.swiper-slide-active .ctgBtn .textArea .desc {
    display: block;
    font-weight: 300;
    color: #a3a3a3;
    font-size: 4.17vw;
    padding-bottom: 1.39vw;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn {
    display: block;
    text-align: center;
    width: 50vw;
    margin: 0 auto;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .imgArea {
    margin-top: 4.72vw;
    border-radius: 2.78vw;
    background: #f7f7f7;
    border: 0.14vw solid #e5e5e5;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .imgArea img {
    width: 100%;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .textArea {
    margin-top: 3.89vw;
    line-height: 4.31vw;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .textArea .title {
    color: #0f0f0f;
    font-weight: 300;
    font-size: 4.17vw;
    display: block;
  }
  .contentTopVisual.menu .swiper .swiper-slide .ctgBtn .textArea .desc {
    margin-top: 1.39vw;
    display: block;
    font-weight: 300;
    color: #a3a3a3;
    font-size: 2.78vw;
  }
  .contentTopVisual .inner {
    margin: 0 auto;
    position: relative;
  }
  .contentTopVisual .inner .subTabMenu {
    display: flex;
    justify-content: center;
    padding-top: 10.42vw;
  }
  .contentTopVisual .inner .subTabMenu li {
    position: relative;
    color: #a3a3a3;
    font-size: 3.06vw;
    padding: 0 3.47vw;
  }
  .contentTopVisual .inner .subTabMenu li.on,
  .contentTopVisual .inner .subTabMenu li a:hover,
  .contentTopVisual .inner .subTabMenu li a:focus {
    color: #cd171f;
  }
  .contentTopVisual .inner .subTabMenu li:after {
    content: "";
    display: block;
    width: 0.42vw;
    height: 2.5vw;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.25vw;
    background: #a3a3a3;
  }
  .contentTopVisual .inner .subTabMenu li:last-child:after {
    display: none;
  }
  .contentArea .inner {
    margin: 0 auto;
    position: relative;
  }
  .brandWrap {
    padding: 11.81vw 10.83vw;
  }
  .brandWrap .titleArea {
    letter-spacing: -0.1em;
  }
  .brandWrap .titleArea .title {
    color: #000000;
    font-size: 5.56vw;
  }
  .brandWrap .titleArea .desc {
    color: #000000;
    font-size: 3.47vw;
    line-height: 5.83vw;
    font-weight: 300;
    margin-top: 1.94vw;
  }
  .brandWrap .brandInfoList {
    margin-top: 8.75vw;
    display: flex;
    flex-direction: column;
    gap: 8.33vw;
  }
  .brandWrap .brandInfoList .item {
    display: flex;
    flex-direction: column;
    gap: 1.39vw;
  }
  .brandWrap .brandInfoList .item .imgArea img {
    width: 100%;
  }
  .brandWrap .brandInfoList .item .textArea {
    display: flex;
    flex-wrap: wrap;
  }
  .brandWrap .brandInfoList .item .textArea .number {
    font-size: 16.39vw;
    color: #cd171f;
    letter-spacing: -0.1em;
    line-height: 20.69vw;
  }
  .brandWrap .brandInfoList .item .textArea .title {
    font-size: 5.56vw;
    color: #a3a3a3;
    line-height: 7.36vw;
    letter-spacing: -0.04em;
    margin: 3.19vw 0 0 4.44vw;
  }
  .brandWrap .brandInfoList .item .textArea .desc {
    flex: none;
    width: 100%;
    font-size: 3.06vw;
    line-height: 4.86vw;
    color: #121212;
    font-weight: 300;
    letter-spacing: -0.04em;
    margin-top: -0.69vw;
  }
  .historyWrap {
    padding: 11.67vw 0 11.67vw 11.11vw;
  }
  .historyWrap > .title {
    color: #cd171f;
    font-size: 5.56vw;
    text-align: left;
    letter-spacing: -0.05em;
  }
  .historyWrap .historyList {
    margin-top: 3.19vw;
    position: relative;
    background: url("../images/history_line.png") no-repeat left bottom;
    background-size: 2.36vw auto;
    display: flex;
    flex-direction: column;
    padding: 7.5vw 0 0 1.67vw;
  }
  .historyWrap .historyList:after {
    content: "";
    display: block;
    width: 2.36vw;
    height: 2.36vw;
    border-radius: 2.36vw;
    background: #cd171f;
    position: absolute;
    left: 0;
    top: 0;
  }
  .historyWrap .historyList .item {
    padding-left: 13.89vw;
    display: flex;
    gap: 4.17vw;
    height: 29.31vw;
    position: relative;
  }
  .historyWrap .historyList .item:last-child {
    height: auto;
  }
  .historyWrap .historyList .item:after {
    content: "";
    display: block;
    position: absolute;
    left: -0.14vw;
    top: 2.36vw;
    border-top: 0.42vw dotted #cd171f;
    width: 12.22vw;
  }
  .historyWrap .historyList .item:nth-child(even) {
    padding-left: 27.78vw;
  }
  .historyWrap .historyList .item:nth-child(even):after {
    width: 25.69vw;
  }
  .historyWrap .historyList .item .textArea {
    letter-spacing: -0.07em;
  }
  .historyWrap .historyList .item .textArea .year {
    padding-top: 0.69vw;
    color: #cd171f;
    font-size: 2.78vw;
  }
  .historyWrap .historyList .item .textArea .text {
    font-size: 3.33vw;
    line-height: 4.17vw;
    color: #000000;
    margin-top: 0.42vw;
  }
  .historyWrap .historyList .item .imgArea {
    flex: 1;
  }
  .historyWrap .historyList .item .imgArea img {
    max-width: 70%;
  }
  .historyWrap .historyList .item.item1 .imgArea {
    margin-top: -5.28vw;
  }
  .historyWrap .historyList .item.item1 .imgArea img {
    max-width: 29.86vw;
  }
  .historyWrap .historyList .item.item4 .imgArea {
    margin-top: -4.72vw;
  }
  .historyWrap .historyList .item.item5 .imgArea {
    margin-top: -8.19vw;
  }
  .historyWrap .historyList .item.item5 .imgArea img {
    max-width: 28.33vw;
  }
  .historyWrap .historyList .item.item7 .imgArea {
    margin-top: -1.39vw;
  }
  .historyWrap .historyList .item.item7 .imgArea img {
    max-width: 23.61vw;
  }
  .historyWrap .historyList .item.item8 .imgArea {
    margin-top: -4.31vw;
  }
  .historyWrap .historyList .item.item9 .imgArea {
    margin-top: -5.28vw;
  }
  .historyWrap .historyList .item.item9 .imgArea img {
    max-width: 29.17vw;
  }
  .historyWrap .historyList .item.item10 .imgArea {
    margin-top: -4.44vw;
  }
  .historyWrap .historyList .item.item10 .imgArea img {
    max-width: 29.86vw;
  }
  .historyWrap .historyList .item.item11 .imgArea {
    margin-top: -3.47vw;
  }
  .historyWrap .historyList .item.item11 .imgArea img {
    max-width: 17.36vw;
  }
  .historyWrap .historyList .item.item12 .imgArea {
    margin-top: -2.78vw;
  }
  .historyWrap .historyList .item.item13 .imgArea {
    margin-top: -5.97vw;
  }
  .historyWrap .historyList .item.item13 .imgArea img {
    max-width: 16.67vw;
  }
  .historyWrap .historyList .item.item14 .imgArea {
    margin-top: -6.94vw;
  }
  .historyWrap .historyList .item.item14 .imgArea img {
    max-width: 15.28vw;
  }
  .historyWrap .historyList .item.item15 .imgArea {
    margin-top: -6.25vw;
  }
  .historyWrap .historyList .item.item15 .imgArea img {
    max-width: 16.67vw;
  }
  .historyWrap .historyList .item.item16 .imgArea {
    margin-top: -5.47vw;
  }
  .historyWrap .historyList .item.item16 .imgArea img {
    max-width: 15vw;
  }
  .historyWrap .historyList .item.item17 .imgArea {
    margin-top: -8.03vw;
  }
  .historyWrap .historyList .item.item17 .imgArea img {
    max-width: 27.78vw;
  }
  .historyWrap .historyList .item.item18 .imgArea {
    margin-top: -2.86vw;
  }
  .historyWrap .historyList .item.item18 .imgArea img {
    max-width: 29.67vw;
  }
  .historyWrap .historyList .item.item19 .imgArea {
    margin-top: -5.47vw;
  }
  .historyWrap .historyList .item.item19 .imgArea img {
    max-width: 17.78vw;
  }
  .historyWrap .historyList .item.item20 .imgArea {
    margin-top: -3.47vw;
  }
  .historyWrap .historyList .item.item20 .imgArea img {
    max-width: 25.78vw;
  }
  .historyWrap .historyList .item.item21 .imgArea {
    margin-top: -2.08vw;
  }
  .historyWrap .historyList .item.item21 .imgArea img {
    max-width: 29.17vw;
  }
  .historyWrap .historyList .item.item22 .imgArea {
    margin-top: -1.08vw;
  }
  .historyWrap .historyList .item.item22 .imgArea img {
    max-width: 25.17vw;
  }
  .historyWrap .historyList .item.item23 .imgArea {
    margin-top: -1.08vw;
  }
  .historyWrap .historyList .item.item23 .imgArea img {
    max-width: 25.17vw;
  }
  .historyWrap .historyList .item.item24 .imgArea {
    margin-top: -1.08vw;
  }
  .historyWrap .historyList .item.item24 .imgArea img {
    max-width: 27.17vw;
  }
  .historyWrap .historyList .item.item25 .imgArea {
    margin-top: -1.08vw;
  }
  .historyWrap .historyList .item.item25 .imgArea img {
    max-width: 27.17vw;
  }
  .historyWrap .historyList .item.item26 .imgArea {
    margin-top: -0.08vw;
  }
  .historyWrap .historyList .item.item26 .imgArea img {
    max-width: 27.17vw;
  }
  .historyWrap .historyList .item.item27 .imgArea {
    margin-top: -0.08vw;
  }
  .historyWrap .historyList .item.item27 .imgArea img {
    max-width: 27.17vw;
  }
  .historyWrap .historyList .item.item28 {
    flex-wrap: wrap;
  }
  .historyWrap .historyList .item.item28 .imgArea {
    width: 100%;
    flex: none;
    margin-top: -1.08vw;
  }
  .historyWrap .historyList .item.item28 .imgArea img {
    max-width: 61.17vw;
  }
  .biWrap .biList {
    padding: 13.19vw 11.11vw;
    display: flex;
    flex-direction: column;
    gap: 9.72vw;
  }
  .biWrap .biList .item {
    display: flex;
    flex-direction: column;
    gap: 4.86vw;
  }
  .biWrap .biList .item .imgArea {
    flex: none;
  }
  .biWrap .biList .item .textArea {
    flex: 1;
  }
  .biWrap .biList .item .textArea .title {
    font-size: 5.56vw;
    color: #a3a3a3;
    letter-spacing: -0.04em;
  }
  .biWrap .biList .item .textArea .desc {
    font-size: 3.06vw;
    line-height: 4.86vw;
    color: #000000;
    font-weight: 300;
    white-space: nowrap;
    letter-spacing: -0.04em;
    margin-top: 1.67vw;
  }
  .biWrap .bgArea {
    background: #f7f7f7;
  }
  .biWrap .bgArea .inner {
    padding: 13.19vw 11.11vw;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .fontWrap .inner {
    padding: 12.5vw 11.11vw;
    margin: 0 auto;
  }
  .fontWrap .inner .titleArea {
    text-align: center;
  }
  .fontWrap .inner .titleArea .title {
    font-size: 5.56vw;
  }
  .fontWrap .inner .titleArea .text {
    font-size: 4.17vw;
    color: #a3a3a3;
  }
  .fontWrap .inner .titleArea .desc {
    font-weight: 300;
    margin-top: 1.81vw;
    font-size: 3.06vw;
    line-height: 5.14vw;
    color: #000000;
  }
  .fontWrap .inner .player {
    background: #000000;
    width: 100%;
    height: 44.44vw;
    margin: 4.17vw auto 4.86vw 0;
  }
  .fontWrap .inner .playerBottom {
    border-top: 0.14vw solid #b5b5b5;
    text-align: center;
    padding-top: 1.67vw;
    margin: 0 auto;
    line-height: 1;
    color: #a3a3a3;
    font-size: 2.78vw;
  }
  .fontWrap .inner .fontImg {
    margin-top: 11.11vw;
  }
  .fontWrap .inner .downList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.08vw;
    margin-top: 4.86vw;
  }
  .fontWrap .swiperArea {
    background: #f7f7f7;
  }
  .fontWrap .swiperArea .inner {
    padding: 0;
    margin: 0 auto;
  }
  .fontWrap .swiperArea .inner .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area {
    position: absolute;
    bottom: 12.5vw;
    height: 7.64vw;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-button-next:after,
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-button-prev:after {
    font-size: 2.78vw;
    color: #ffffff;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-button-prev {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: 7.64vw;
    height: 7.64vw;
    background: #f47920;
    border-radius: 9.03vw;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-pagination {
    position: relative;
    left: auto;
    bottom: auto;
    width: auto;
    margin: 0 1.4vw;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-pagination .swiper-pagination-bullet {
    width: 2.22vw;
    height: 2.22vw;
    background: #a3a3a3;
    margin: 0 0.69vw;
  }
  .fontWrap .swiperArea .inner .swiper-pagination-area .swiper-button-next {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    width: 7.64vw;
    height: 7.64vw;
    background: #f47920;
    border-radius: 7.64vw;
  }
  .fontWrap .bgArea {
    background: #d8d8d8;
  }
  .fontWrap .bgArea .inner {
    padding: 0;
    text-align: center;
    display: flex;
    justify-content: center;
  }
  .fontWrap .bgArea .inner .tabArea .tabList .tab {
    display: block;
    overflow: hidden;
    text-indent: -13888.75vw;
    position: absolute;
    left: 50%;
    top: 11.25vw;
    width: 16.67vw;
    height: 6.94vw;
    margin-left: -20vw;
  }
  .fontWrap .bgArea .inner .tabArea .tabList .tab.tab2 {
    margin-left: 0;
  }
  .fontWrap .bgArea .inner .tabArea .tabItem {
    display: none;
  }
  .fontWrap .bgArea .inner .tabArea .tabItem.active {
    display: block;
  }
  .menuBg {
    background: #f7f7f7;
  }
  .menuBg .inner {
    padding: 13.19vw 11.11vw;
    margin: 0 auto;
  }
  .menuBg .inner .menuCtgList {
    gap: 10.42vw 2.22vw;
    flex-wrap: wrap;
    display: none;
  }
  .menuBg .inner .menuCtgList.active {
    display: flex;
  }
  .menuBg .inner .menuCtgList li {
    width: calc(50% - 1.11vw);
  }
  .menuBg .inner .menuCtgList li .ctgBtn {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .menuBg .inner .menuCtgList li .ctgBtn .textArea {
    padding: 0 1.39vw;
    margin-top: 3.06vw;
  }
  .menuBg .inner .menuCtgList li .ctgBtn .textArea .title {
    color: #0f0f0f;
    font-weight: 300;
    font-size: 3.47vw;
    display: block;
  }
  .menuBg .inner .menuCtgList li .ctgBtn .textArea .desc {
    margin-top: 1vw;
    display: block;
    font-weight: 300;
    color: #a3a3a3;
    font-size: 2.78vw;
  }
  .webzineList {
    display: flex;
    flex-wrap: wrap;
    gap: 6.94vw 2.08vw;
    padding: 13.19vw 11.11vw;
    margin: 0 auto;
  }
  .webzineList .item {
    width: calc(50% - 1.04vw);
  }
  .webzineList .item .textArea {
    font-size: 3.33vw;
    margin-top: 2.78vw;
  }
  .webzineView {
    padding: 13.19vw 11.11vw;
    text-align: center;
  }
  .webzineView .btnArea {
    display: flex;
    justify-content: center;
    margin-top: 9.72vw;
  }
  .webzineView .btnArea .btn {
    width: 32.64vw;
  }
  .pressList {
    display: flex;
    flex-wrap: wrap;
    gap: 6.94vw 2.08vw;
    padding: 13.19vw 11.11vw;
    margin: 0 auto;
  }
  .pressList .item {
    width: calc(50% - 1.04vw);
  }
  .pressList .item .textArea {
    line-height: 4.72vw;
    margin-top: 3.06vw;
  }
  .pressList .item .textArea .title {
    font-size: 3.33vw;
    color: #121212;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* 보여줄 줄 수 */
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .pressList .item .textArea .desc {
    margin-top: 0.69vw;
    font-size: 2.78vw;
    color: #666666;
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
  .pressList .item .textArea .date {
    font-size: 2.78vw;
    color: #c2c2c2;
    font-weight: 300;
  }
  .pressView {
    padding: 13.19vw 11.11vw;
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pressView .titleArea {
    text-align: center;
  }
  .pressView .titleArea .title {
    font-size: 5.56vw;
    color: #121212;
  }
  .pressView .titleArea .desc {
    margin-top: 3vw;
    font-size: 3.47vw;
    font-weight: 300;
    color: #777777;
  }
  .pressView .imgArea {
    margin-top: 8.33vw;
  }
  .pressView .viewArea {
    margin-top: 4.17vw;
    color: #777777;
    font-size: 2.78vw;
    line-height: 4.86vw;
    text-align: left;
    font-weight: 300;
  }
  .pressView .btnArea {
    display: flex;
    justify-content: center;
    margin-top: 9.72vw;
  }
  .pressView .btnArea .btn {
    width: 31.94vw;
  }
  .boardWrap .inner {
    padding: 13.19vw 11.11vw;
  }
  .boardWrap .inner .boardTab {
    display: flex;
    gap: 2.64vw;
    margin-bottom: 6.11vw;
  }
  .boardWrap .inner .boardTab .tab {
    display: flex;
    height: 6.25vw;
    border-radius: 6.25vw;
    padding: 0 4.17vw;
    align-items: center;
    background: #f7f7f7;
    color: #a3a3a3;
    font-size: 2.78vw;
    line-height: 1;
  }
  .boardWrap .inner .boardTab .tab:hover, .boardWrap .inner .boardTab .tab:focus, .boardWrap .inner .boardTab .tab.on {
    background: #cd171f;
    color: #ffffff;
  }
  .boardWrap .campaignList {
    display: flex;
    flex-direction: column;
    gap: 9.72vw;
  }
  .boardWrap .campaignList .item.end .imgArea {
    position: relative;
    overflow: hidden;
    border-radius: 2.78vw;
  }
  .boardWrap .campaignList .item.end .imgArea:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }
  .boardWrap .campaignList .item a {
    display: block;
  }
  .boardWrap .campaignList .item .textArea {
    margin-top: 4.86vw;
    line-height: 4.86vw;
    position: relative;
    padding-right: 19.44vw;
  }
  .boardWrap .campaignList .item .textArea .title {
    font-size: 3.75vw;
    color: #121212;
  }
  .boardWrap .campaignList .item .textArea .date {
    margin: 1.39vw 0 0 0;
    font-size: 3.06vw;
    color: #a3a3a3;
    font-weight: 300;
  }
  .boardWrap .campaignList .item .textArea .state {
    position: absolute;
    right: 0;
    top: 0;
    height: 4.72vw;
    min-width: 13.89vw;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 3.19vw;
    font-size: 2.78vw;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
  }
  .boardWrap .campaignList .item .textArea .state.ing {
    background: #c8000b;
  }
  .boardWrap .campaignList .item .textArea .state.end {
    background: #a3a3a3;
  }
  .boardWrap .campaignList .item .textArea .state.winner {
    background: #f47920;
  }
  .projectView.bg {
    background: #f7f7f7;
  }
  .projectView .inner {
    padding: 0 11.11vw;
    margin: 0 auto;
  }
}

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