@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.5/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Nanum+Myeongjo:wght@700&family=Raleway:wght@300&display=swap");
/* CSS reset */
*,
*:before,
*:after {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  word-break: keep-all;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
a,
blockquote,
th,
td,
footer {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea,
button {
  margin: 0;
  padding: 0;
  border: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

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

img {
  vertical-align: middle;
}

a,
address {
  text-decoration: none;
  font-style: normal;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: 'Pretendard', sans-serif;
  letter-spacing: -0.02em;
  position: relative;
  color: #333;
}

header {
  width: 100%;
  position: absolute;
  top: 0;
}

header #header-wrap {
  max-width: 86.45vw;
  width: 100%;
  margin: 0 auto;
  height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}

header #header-wrap #logo a {
  display: block;
  width: 156px;
  height: 80px;
  font-size: 0;
  position: relative;
  z-index: 2;
  background-image: url("../../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

header #header-wrap .util {
  position: absolute;
  right: 0;
  z-index: 1;
  display: flex;
  padding-bottom: 20px;
}

header #header-wrap .util .download-link {
  color: #fff;
  margin-right: 40px;
}

header #header-wrap .util .download-link p {
  cursor: pointer;
  width: 100px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
}

header #header-wrap .util .download-link ul {
  position: absolute;
  margin-left: -17px;
  top: 57px;
  display: none;
}

header #header-wrap .util .download-link ul li {
  margin-top: 10px;
}

header #header-wrap .util .download-link ul li a {
  color: #fff;
  width: 134px;
  height: 42px;
  display: flex;
  align-items: center;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 500;
}

header #header-wrap .util .download-link ul li a img {
  margin: 0 6px;
}

header #header-wrap .util .lang {
  color: #fff;
  position: relative;
}

header #header-wrap .util .lang p {
  cursor: pointer;
  height: 42px;
  display: flex;
  align-items: center;
}

header #header-wrap .util .lang p img {
  margin-left: 8px;
}

header #header-wrap .util .lang ul {
  position: absolute;
  top: 57px;
  right: -9px;
  display: none;
  margin-top: 5px;
}

header #header-wrap .util .lang ul li {
  margin-top: 5px;
}

header #header-wrap .util .lang ul li a {
  font-weight: 100;
  color: #fff;
  font-size: 15px;
  width: 52px;
  height: 28px;
  border: 1px solid #d9d9d9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer {
  background-color: #7D2718;
  text-align: center;
  padding: 60px 0;
  font-size: 14px;
}

footer .footer-logo {
  margin-bottom: 30px;
}

footer .footer-logo img {
  height: 40px;
}

footer p {
  color: #fff;
  font-weight: 300;
  line-height: 20px;
}

footer ul {
  display: flex;
  justify-content: center;
  color: #fff;
  margin: 10px 0 30px;
  font-weight: 500;
}

footer ul li:nth-child(1) {
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}

footer ul li:nth-child(1):after {
  content: "";
  width: 1px;
  height: 10px;
  display: block;
  position: absolute;
  background-color: #fff;
  right: 0;
  top: calc(50% - 5px);
}

#topBtn {
  width: 84px;
  height: 84px;
  border-radius: 100%;
  background-color: #7D2718;
  position: fixed;
  z-index: 100;
  right: 40px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: "Nanum Myeongjo";
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

#topBtn i {
  margin-bottom: 4px;
}

#container {
  background-color: #1f1f1f;
  transition: background-color .6s;
}

#container.wh {
  background-color: #fff;
}

#container .section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

#container .section .bg {
  width: 100%;
  height: 100%;
  position: absolute;
}

#container .section .bg img,
#container .section .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

#container .section .inner {
  max-width: 1660px;
  width: 100%;
  margin: 0 auto;
  height: 100%;
}

#container .section .inner .txt-box div span {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
}

#container .section .inner .txt-box p {
  font-weight: 500;
  font-size: 52px;
  line-height: 72px;
}

#container .section .inner .txt-box p.gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#container .section .inner .txt-box .detail {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
}

#container .section .video:hover .pause {
  opacity: 1;
}

#container .section .controller div {
  width: 120px;
  height: 120px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  z-index: 1;
  top: calc(50% - 60px);
  left: calc(50% - 60px);
  cursor: pointer;
  transition: all .6s;
}

#container .section .controller div.play:after {
  content: "";
  width: 20px;
  height: 22px;
  display: block;
  position: absolute;
  background-color: #fff;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  top: calc(50% - 11px);
  left: calc(50% - 6px);
}

#container .section .controller div.pause {
  display: none;
}

#container .section .controller div.pause:before, #container .section .controller div.pause:after {
  content: "";
  width: 3px;
  height: 22px;
  display: block;
  position: absolute;
  background-color: #fff;
  top: calc(50% - 11px);
}

#container .section .controller div.pause:before {
  right: calc(50% + 4px);
}

#container .section .controller div.pause:after {
  left: calc(50% + 4px);
}

@keyframes circle_txt {
  100% {
    transform: rotate(360deg);
  }
}

#container .section01 .bg video.mo-only {
  display: none;
}

#container .section01 .inner .txt-box {
  position: absolute;
  bottom: 6.77vw;
  left: 6.77vw;
  color: #fff;
}

#container .section01 .inner .txt-box p {
  font-weight: 300;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 10px;
}

#container .section01 .inner .txt-box span {
  font-family: 'Raleway';
  font-weight: 300;
  font-size: 80px;
  line-height: 100px;
  letter-spacing: -0.02em;
}

#container .section02 {
  background-color: #1f1f1f;
  overflow: visible;
  position: relative;
  height: 100vh;
  top: 50vh;
}

#container .section02:before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #111 100%);
  position: absolute;
  top: -50%;
  left: 0;
}

#container .section02 .inner {
  max-width: 100%;
}

#container .section02 .inner .bg:before {
  content: "";
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  background: linear-gradient(180deg, #111 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  top: 0%;
  left: 0;
}

#container .section02 .inner .txt-box {
  position: absolute;
  z-index: 1;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
}

#container .section02 .inner .txt-box p {
  text-align: center;
  background: linear-gradient(90deg, #E9BA74 0%, #FFFAEF 101.66%);
  margin-bottom: 20px;
}

#container .section02 .inner .txt-box .detail {
  color: #fff;
  display: block;
}

#container .section03 {
  height: auto;
  overflow: visible;
  position: relative;
  margin: -200px 0 150px;
}

#container .section03 .inner {
  z-index: 1;
}

#container .section03 .inner video {
  display: block;
  width: 100%;
}

#container .section04 {
  height: auto;
  min-height: 944px;
  margin-bottom: 150px;
}

#container .section04 .txt-box {
  color: #fff;
}

#container .section04 .txt-box p {
  margin-top: 10px;
}

#container .section04 .vis-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: -173px;
  height: 944px;
}

#container .section04 .vis-wrap div {
  padding: 0 50px;
  position: relative;
  color: #fff;
  height: 0;
  overflow: hidden;
  transition: height 1.5s cubic-bezier(0.165, 0.84, 0.44, 1), padding 0.6s 0.6s;
}

#container .section04 .vis-wrap div p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  transform: scale(0);
  opacity: 0;
}

#container .section04 .vis-wrap div strong {
  font-weight: 700;
  font-size: 80px;
  line-height: 100px;
  display: none;
}

#container .section04 .vis-wrap div.left {
  width: 700px;
  background-image: url("../../images/k_pop_playlist.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#container .section04 .vis-wrap div.right {
  width: 820px;
  background-image: url("../../images/grandito_playlist.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#container .section04 .vis-wrap.aos-animate div {
  transition-delay: 1s;
  padding: 50px;
}

#container .section04 .vis-wrap.aos-animate div p {
  transform: scale(1);
  opacity: 1;
  transition: opacity .6s 1s;
}

#container .section04 .vis-wrap.aos-animate div strong {
  display: block;
}

#container .section04 .vis-wrap.aos-animate .left {
  height: 630px;
}

#container .section04 .vis-wrap.aos-animate .right {
  height: 944px;
}

#container .section05 {
  height: auto;
}

#container .section05 .txt-box p {
  background: linear-gradient(90deg, #E9BA74 0%, #FFFAEF 45%);
}

#container .section05 .txt-box p span {
  font-weight: 300;
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

#container .section05 .vis-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0;
  align-items: start;
  margin: -144px 0 100px;
}

#container .section05 .vis-wrap li {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
  width: 100%;
}

#container .section05 .vis-wrap li > img {
  display: block;
  width: 100%;
}

#container .section05 .vis-wrap li p {
  position: absolute;
  bottom: 20px;
}

#container .section05 .vis-wrap li:nth-child(1) {
  max-width: 560px;
  margin: 290px 0 60px 140px;
}

#container .section05 .vis-wrap li:nth-child(2) {
  max-width: 560px;
  margin-left: auto;
}

#container .section05 .vis-wrap li:nth-child(2) .circle {
  width: 204px;
  height: 204px;
  background-image: url("../../images/section05_circle01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -102px;
  bottom: -102px;
  animation: circle_txt 16s infinite linear;
}

#container .section05 .vis-wrap li:nth-child(3) {
  max-width: 540px;
  margin-top: 130px;
}

#container .section05 .vis-wrap li:nth-child(3) .circle {
  position: absolute;
  right: -80px;
  bottom: -80px;
}

#container .section05 .vis-wrap li:nth-child(3) .circle i {
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #7D2718;
  border-radius: 100%;
}

#container .section05 .vis-wrap li:nth-child(3) .circle .circle-txt {
  margin: 0 auto;
  width: 200px;
  height: 200px;
  font-size: 10px;
  animation: circle_txt 16s infinite linear;
  font-family: 'Nanum Myeongjo', sans-serif;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 1;
}

#container .section05 .vis-wrap li:nth-child(3) .circle .circle-txt svg {
  display: block;
  overflow: visible;
}

#container .section05 .vis-wrap li:nth-child(3) .circle .circle-txt svg path {
  fill: none;
}

#container .section05 .vis-wrap li:nth-child(3) .circle .circle-txt svg textPath {
  fill: #7D2718;
}

#container .section05 .vis-wrap li:nth-child(4) {
  max-width: 820px;
  margin-left: auto;
}

#container .section05 .vis-wrap li:nth-child(odd) p {
  left: 20px;
}

#container .section05 .vis-wrap li:nth-child(even) p {
  right: 20px;
}

#container .section06 {
  height: auto;
  box-sizing: unset;
}

#container .section06 .inner {
  height: auto;
}

#container .section06 .inner .txt-box {
  padding-top: 100px;
  display: flex;
  align-items: flex-end;
  margin-bottom: 110px;
  color: #1f1f1f;
}

#container .section06 .inner .txt-box > * {
  flex: 1;
}

#container .section06 .inner .txt-box > *.active {
  color: #333;
}

#container .section06 .inner .txt-box span {
  margin-bottom: 10px;
}

#container .section06 .inner .txt-box .detail {
  margin: 0 0 8px 10px;
}

#container .section06 .vis {
  width: 220px;
  padding-bottom: 38.82%;
  height: 0;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  will-change: width;
}

#container .section06 .vis img {
  object-fit: cover;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

#container .section07 {
  height: auto;
  margin: 150px 0 200px;
  box-sizing: content-box;
}

#container .section07 .txt-box span {
  font-size: 18px;
  line-height: 30px;
  display: block;
}

#container .section07 .txt-box p {
  margin-top: 10px;
}

#container .section07 .vis-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: -184px;
  column-gap: 100px;
}

#container .section07 .vis-wrap p {
  font-size: 32px;
  line-height: 48px;
  margin: 20px 0 10px;
}

#container .section07 .vis-wrap span {
  font-size: 18px;
  line-height: 30px;
}

#container .section07 .vis-wrap .left {
  margin-top: 380px;
}

#container .section07 .vis-wrap .right div:nth-child(1) {
  margin-bottom: 100px;
}

#container .section08 {
  height: auto;
  margin-bottom: 200px;
}

#container .section08 .txt-box {
  display: flex;
  align-items: flex-end;
  color: #fff;
}

#container .section08 .txt-box > * {
  flex: 1;
}

#container .section08 .txt-box .detail {
  margin: 0 0 8px 10px;
}

#container .section08 .video-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: 110px;
}

#container .section08 .video-wrap .video {
  position: relative;
}

#container .section08 .video-wrap .video video {
  width: 1100px;
  display: block;
}

#container .section09 {
  height: auto;
  margin-bottom: 200px;
}

#container .section09 #product-vis {
  cursor: url("../../images/drag_btn.svg") 60 60, pointer;
}

#container .section10 {
  margin-bottom: 150px;
}

#container .section10 .bg {
  overflow: hidden;
}

#container .section10 .bg.aos-animate img {
  transform: scale(1.1);
  transition: all 25s;
  transform-origin: center;
}

#container .section10 .inner {
  display: flex;
  align-items: flex-end;
  position: relative;
  z-index: 1;
}

#container .section10 .inner .txt-box {
  margin-bottom: 6.25vw;
}

#container .section10 .inner .txt-box > span {
  font-size: 32px;
  line-height: 48px;
  color: #fff;
  font-weight: 300;
  display: block;
}

#container .section10 .inner .txt-box p {
  font-size: 72px;
  line-height: 100px;
  background: linear-gradient(90deg, #E9BA74 -0.95%, #FFFAEF 93.52%);
  margin-top: 10px;
}

#container .section10 .inner .txt-box p span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 300;
}

#container .section11 {
  height: auto;
  margin-bottom: 150px;
}

#container .section11 .inner .txt-box > span {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  color: #fff;
  display: block;
}

#container .section11 .inner .txt-box .gradient {
  background: #fff;
}

#container .section11 .inner .txt-box .gradient span {
  background: linear-gradient(90deg, #E9BA74 0%, #FFFAEF 55.74%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

#container .section12 {
  background-color: #fff;
  height: auto;
  padding: 120px 0;
}

#container .section12 .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

#container .section12 .inner .location {
  max-width: 650px;
  width: 100%;
}

#container .section12 .inner .location .title {
  margin-bottom: 30px;
}

#container .section12 .inner .location .title h4 {
  font-weight: 500;
  color: #7d2718;
  margin-bottom: 15px;
  font-size: 18px;
}

#container .section12 .inner .location .title p {
  font-size: 46px;
  color: #5f5b55;
}

#container .section12 .inner .location .title p strong {
  color: #111;
  font-weight: 600;
}

#container .section12 .inner .location .store-list .tab-menu {
  display: flex;
  column-gap: 15px;
  position: relative;
}

#container .section12 .inner .location .store-list .tab-menu li {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #666;
  cursor: pointer;
  font-size: 14px;
}

#container .section12 .inner .location .store-list .tab-menu li i {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #666;
  margin-right: 5px;
}

#container .section12 .inner .location .store-list .tab-menu li .detail-tab-menu {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  column-gap: 15px;
}

#container .section12 .inner .location .store-list .tab-menu li .detail-tab-menu.active {
  display: flex;
}

#container .section12 .inner .location .store-list .tab-menu li .detail-tab-menu li {
  color: #999;
}

#container .section12 .inner .location .store-list .tab-menu li .detail-tab-menu li.active {
  color: #111;
  font-weight: 700;
}

#container .section12 .inner .location .store-list .tab-menu li.active {
  color: #111;
}

#container .section12 .inner .location .store-list .tab-menu li.active > i {
  border-color: #111;
  background-color: #111;
}

#container .section12 .inner .location .store-list .store-info {
  margin-top: 20px;
}

#container .section12 .inner .location .store-list .store-info ul {
  border-top: 1px solid #111;
  display: none;
  height: 386px;
  overflow-y: scroll;
  padding-right: 4px;
}

#container .section12 .inner .location .store-list .store-info ul::-webkit-scrollbar {
  width: 4px;
  border-radius: 2px;
}

#container .section12 .inner .location .store-list .store-info ul::-webkit-scrollbar-track {
  background-color: #ddd;
}

#container .section12 .inner .location .store-list .store-info ul::-webkit-scrollbar-thumb {
  background-color: #877e76;
  border-radius: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

#container .section12 .inner .location .store-list .store-info ul.active {
  display: block;
}

#container .section12 .inner .location .store-list .store-info ul li {
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

#container .section12 .inner .location .store-list .store-info ul li p {
  font-size: 20px;
  font-weight: 500;
  color: #111;
  margin-bottom: 10px;
}

#container .section12 .inner .location .store-list .store-info ul li div {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  font-weight: 500;
  color: #666;
}

#container .section12 .inner .location .store-list .store-info .korea-store {
  display: none;
  margin-top: 46px;
}

#container .section12 .inner .location .store-list .store-info .korea-store.active {
  display: block;
}

#container .section12 .inner .map {
  aspect-ratio: 43 / 30;
  max-width: 860px;
  width: 100%;
}

#container .section12 .inner .map iframe {
  width: 100%;
  height: 100%;
}

#container .section13 {
  background-color: #ECECEB;
  display: flex;
  align-items: center;
  height: auto;
  padding: 90px 0;
}

#container .section13 .inner {
  height: auto;
  display: flex;
  justify-content: space-between;
}

#container .section13 .inner .info-wrap {
  display: flex;
  flex-direction: column;
}

#container .section13 .inner .info-wrap div {
  margin-top: auto;
}

#container .section13 .inner .info-wrap div .title {
  margin-bottom: 30px;
}

#container .section13 .inner .info-wrap div .title span {
  font-family: 'Nanum Myeongjo';
  color: #7D2718;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
  display: block;
  font-weight: 700;
}

#container .section13 .inner .info-wrap div .title p {
  font-size: 32px;
  line-height: 48px;
  font-weight: 500;
}

#container .section13 .inner .info-wrap div .info {
  padding: 30px 0;
  border: solid #000;
  border-width: 1px 0;
}

#container .section13 .inner .info-wrap div .info dl {
  display: grid;
  grid-template-columns: 120px auto;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

#container .section13 .inner .info-wrap div .info dl:last-child {
  margin-bottom: 0;
}

#container .section13 .inner .info-wrap div .info dl dt {
  font-weight: 500;
}

#container .section13 .inner .info-wrap div .info dl dd {
  font-weight: 300;
}
