@charset "UTF-8";
/*
AUTH : ssooya
VERSION : version 2
*/
/**********
펑션
***********/
/**********
텍스트 자간
***********/
/**********
텍스트 말줄임
***********/
/**********
아이콘
***********/
@media (max-width: 640px) {
  .web {
    display: none;
  }
}

.mobile {
  display: none;
}
@media (max-width: 640px) {
  .mobile {
    display: block;
  }
}

@media (max-width: 640px) {
  .mobile-enter {
    display: block;
  }
}

.container {
  min-height: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.inner {
  max-width: 1820px;
  width: calc(100% - 40px);
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  padding: 9px 13px 0;
}
header:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("../img/ic_header_line.svg") no-repeat center bottom/100% auto;
  height: 2px;
  z-index: 100;
}
@media (max-width: 640px) {
  header:before {
    background: url("../img/ic_header_line_m.svg") no-repeat center bottom/100% auto;
  }
}
@media (max-width: 1024px) {
  header {
    padding: 3px;
  }
}
header.active .header-wrap {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.5));
  backdrop-filter: blur(50px);
  border-radius: 100px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
header.active:after, header.active:before {
  display: none;
}
header:after {
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 193px;
  background: linear-gradient(180deg, #000 0%, #000 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 99;
}
@media (max-width: 1024px) {
  header:after {
    height: 161px;
  }
}
header .header-wrap {
  padding: 0 72px 0 40px;
  transition: background 0.3s linear;
}
@media (max-width: 1440px) {
  header .header-wrap {
    padding: 0 60px 0 30px;
  }
}
@media (max-width: 1024px) {
  header .header-wrap {
    padding: 15px 29px;
  }
  header .header-wrap.active {
    border-radius: 35px !important;
  }
  header .header-wrap.active .header-inner .option-box {
    top: 10px;
  }
  header .header-wrap.active .header-inner .option-box .gnb-btn {
    background: url("../img/ic_gnb_close.svg") no-repeat center/cover !important;
  }
  header .header-wrap.active .header-inner .nav {
    display: block;
  }
}
header .header-inner {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 100;
  height: 102px;
}
@media (max-width: 1024px) {
  header .header-inner {
    display: flex;
    flex-direction: column;
    height: auto;
    align-items: flex-start;
  }
}
header .header-inner .nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  header .header-inner .nav {
    display: none;
    position: static;
    transform: none;
    width: 100%;
    order: 2;
    padding-top: 50px;
  }
}
header .header-inner .nav ul {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header-inner .nav ul li + li {
  margin-left: 20px;
}
@media (max-width: 1440px) {
  header .header-inner .nav ul li + li {
    margin-left: 12px;
  }
}
@media (max-width: 1024px) {
  header .header-inner .nav ul li + li {
    margin-left: 34px;
  }
}
header .header-inner .nav ul li .nav-btn {
  padding: 0 30px;
  font-size: 25px;
  color: #c9bc9c;
}
@media (max-width: 1440px) {
  header .header-inner .nav ul li .nav-btn {
    font-size: 20px;
    padding: 0 12px;
  }
}
@media (max-width: 1024px) {
  header .header-inner .nav ul li .nav-btn {
    padding: 0;
  }
}
header .header-inner .logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
header .header-inner .logo-box .logo {
  background: url("../img/img_logo.svg") no-repeat center/cover;
  width: 613px;
  height: 30px;
}
@media (max-width: 1440px) {
  header .header-inner .logo-box .logo {
    width: 500px;
    height: 23px;
  }
}
@media (max-width: 1024px) {
  header .header-inner .logo-box .logo {
    background: url("../img/img_logo_m.svg") no-repeat center/cover;
    width: 272px;
    height: 50px;
  }
}
header .header-inner .option-box {
  display: inline-flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  header .header-inner .option-box {
    top: 16px;
    transform: none;
  }
}
header .header-inner .option-box .gnb-btn {
  display: none;
}
@media (max-width: 1024px) {
  header .header-inner .option-box .gnb-btn {
    display: inline-flex;
    background: url("../img/ic_gnb.svg") no-repeat center/cover;
    width: 20px;
    height: 18px;
  }
  header .header-inner .option-box .gnb-btn.active {
    background: url("../img/ic_gnb_close.svg") no-repeat center/cover;
  }
}
header .header-inner .option-box .link-btn {
  font-size: 25px;
  color: #c9bc9c;
}
@media (max-width: 1440px) {
  header .header-inner .option-box .link-btn {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  header .header-inner .option-box .link-btn {
    display: none;
  }
}

section.main-visual .video-wrap {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  background-color: #000;
}
section.main-visual .video-wrap .info-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 358px;
  text-align: center;
  z-index: 200;
}
@media (max-width: 640px) {
  section.main-visual .video-wrap .info-box {
    top: calc(50% + 50px);
    transform: translateY(-50%);
  }
}
section.main-visual .video-wrap .info-box .img-box {
  width: calc(100% - 100px);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 640px) {
  section.main-visual .video-wrap .info-box .img-box {
    width: 100%;
  }
}
section.main-visual .video-wrap .info-box .img-box img {
  max-width: 100%;
}
@media (max-width: 640px) {
  section.main-visual .video-wrap .info-box .img-box img.web {
    display: none;
  }
}
section.main-visual .video-wrap .info-box .img-box img.mobile {
  display: none;
}
@media (max-width: 640px) {
  section.main-visual .video-wrap .info-box .img-box img.mobile {
    display: block;
  }
}
section.main-visual .video-wrap .info-box .txt-box {
  padding-top: 57px;
  font-size: 32px;
  color: #c9bc9c;
}
@media (max-width: 640px) {
  section.main-visual .video-wrap .info-box .txt-box {
    display: none;
  }
}
section.main-visual .video-wrap video {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section.main-intro {
  background-color: #000000;
  padding: 266px 0;
  position: relative;
}
@media (max-width: 1024px) {
  section.main-intro {
    padding: 201px 0 203px;
  }
}
section.main-intro:before, section.main-intro:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -207px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 50%, rgba(0, 0, 0, 0) 100%);
  height: 402px;
  z-index: 100;
}
@media (max-width: 1024px) {
  section.main-intro:before, section.main-intro:after {
    top: -165px;
    height: 330px;
  }
}
section.main-intro:after {
  top: auto;
  bottom: -201px;
}
@media (max-width: 1024px) {
  section.main-intro:after {
    bottom: -165px;
  }
}
section.main-intro .intro-txt-box {
  display: flex;
  max-width: 656px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section.main-intro .intro-txt-box {
    max-width: 418px;
  }
}
section.main-intro .intro-txt-box img {
  max-width: 100%;
}

section.main-be {
  position: relative;
  z-index: 10;
  background-color: #fff;
}
section.main-be .video-wrap {
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  background-color: #000;
}
section.main-be .video-wrap video {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.main-be .video-wrap .video-img-box {
  z-index: 101;
  position: absolute;
  left: 50px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  max-width: 1820px;
}
section.main-be .video-wrap .video-img-box img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 640px) {
  section.main-be .video-wrap .video-img-box img.web {
    display: none;
  }
}
section.main-be .video-wrap .video-img-box img.mobile {
  display: none;
}
@media (max-width: 640px) {
  section.main-be .video-wrap .video-img-box img.mobile {
    width: auto;
    display: block;
  }
}

section.main-concept {
  padding: 96px 0;
}
@media (max-width: 1024px) {
  section.main-concept {
    padding: 150px 0;
  }
}
section.main-concept .concept-box {
  position: relative;
  aspect-ratio: 1820/900;
  border-radius: 60px;
  overflow: hidden;
  display: flex;
}
@media (max-width: 1024px) {
  section.main-concept .concept-box {
    aspect-ratio: initial;
    flex-direction: column;
    border-radius: 30px;
  }
}
section.main-concept .concept-box + .concept-box {
  margin-top: 30px;
}
@media (max-width: 1024px) {
  section.main-concept .concept-box + .concept-box {
    border-radius: 30px;
  }
}
section.main-concept .concept-box .txt-box {
  text-align: center;
  z-index: 200;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
  color: #c9bc9c;
  font-size: 25px;
  line-height: 40px;
}
@media (max-width: 640px) {
  section.main-concept .concept-box .txt-box {
    top: 32px;
    font-size: 18px;
    line-height: 26px;
  }
}
section.main-concept .concept-box .video-box {
  position: relative;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  section.main-concept .concept-box .video-box {
    aspect-ratio: 350/420;
  }
  section.main-concept .concept-box .video-box + .video-box {
    margin-top: -1px;
  }
}
section.main-concept .concept-box video {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

section.main-meaning {
  position: relative;
  cursor: none;
  overflow: hidden;
}
section.main-meaning .pointer {
  display: none;
  position: absolute;
  transform: translate(-50%, -50%);
  background: url("../img/img_meaning_pointer.svg") no-repeat center/cover;
  width: 100px;
  height: 100px;
  z-index: 100;
  pointer-events: none;
}
@media (max-width: 1024px) {
  section.main-meaning .pointer {
    display: none !important;
  }
}
section.main-meaning .pointer.active {
  display: block;
}
section.main-meaning .meaning-wrap {
  position: relative;
  background: url("../img/img_meaning_bg.png") no-repeat center/cover;
  aspect-ratio: 1920/780;
}
@media (max-width: 1024px) {
  section.main-meaning .meaning-wrap {
    padding-bottom: 30px;
  }
}
section.main-meaning .meaning-wrap .meaning-tit-box {
  padding: 100px 0 33px;
  font-size: 25px;
  color: #000;
  text-align: center;
  background: url("../img/img_meaning_line.svg") no-repeat center bottom;
}
@media (max-width: 1024px) {
  section.main-meaning .meaning-wrap .meaning-tit-box {
    max-width: 380px;
    margin: 0 auto 38px;
    background: url("../img/img_meaning_line_m.svg") no-repeat center bottom;
    font-size: 18px;
    line-height: 26px;
    padding: 30px 0 20px;
  }
  section.main-meaning .meaning-wrap .meaning-tit-box .enter {
    display: block;
  }
}
@media (max-width: 1024px) {
  section.main-meaning .meaning-wrap .meaning-tit-box .web-box {
    display: none;
  }
}
section.main-meaning .meaning-wrap .meaning-tit-box .mobile-box {
  display: none;
}
@media (max-width: 1024px) {
  section.main-meaning .meaning-wrap .meaning-tit-box .mobile-box {
    display: block;
  }
}
section.main-meaning .meaning-wrap .meaning-con-box {
  overflow-x: auto;
  padding-top: 30px;
  position: relative;
}
section.main-meaning .meaning-wrap .meaning-con-box::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1024px) {
  section.main-meaning .meaning-wrap .meaning-con-box {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  section.main-meaning .meaning-wrap .meaning-con-box .meaning-txt-box img {
    max-height: 278px;
  }
}

section.main-fonts {
  padding: 150px 0 122px;
  background-color: #000;
}
@media (max-width: 1024px) {
  section.main-fonts {
    padding: 50px 0 58px;
  }
}
section.main-fonts .fonts-list-box .fonts-item-box + .fonts-item-box {
  margin-top: 132px;
}
section.main-fonts .fonts-list-box .fonts-item-box .item-head-box {
  text-align: center;
}
section.main-fonts .fonts-list-box .fonts-item-box .item-head-box .txt-box {
  color: #C9BC9C;
  font-size: 25px;
  padding-bottom: 54px;
}
@media (max-width: 1024px) {
  section.main-fonts .fonts-list-box .fonts-item-box .item-head-box .txt-box {
    padding-bottom: 20px;
    display: none;
  }
}
section.main-fonts .fonts-list-box .fonts-item-box .item-head-box .txt-box[data-responsive=tablet] {
  display: none;
}
@media (max-width: 1024px) {
  section.main-fonts .fonts-list-box .fonts-item-box .item-head-box .txt-box[data-responsive=tablet] {
    display: block;
  }
}
section.main-fonts .fonts-list-box .fonts-item-box .item-body-box .img-box {
  display: flex;
  justify-content: center;
}
section.main-fonts .fonts-list-box .fonts-item-box .item-body-box .img-box.line-2 {
  background: url("../img/img_font_category2_line.svg") no-repeat center;
}
@media (max-width: 1024px) {
  section.main-fonts .fonts-list-box .fonts-item-box .item-body-box .img-box.line-2 {
    background-size: 100% auto;
  }
}
section.main-fonts .fonts-list-box .fonts-item-box .item-body-box .img-box img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  section.main-fonts .fonts-list-box .fonts-item-box .item-body-box .img-box img {
    width: 100%;
  }
}
section.main-fonts .fonts-tabs-list {
  padding-top: 140px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 1024px) {
  section.main-fonts .fonts-tabs-list {
    display: none;
  }
}
section.main-fonts .fonts-tabs-list .fonts-tabs-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 83px;
  color: #C9BC9C;
  font-size: 32px;
  width: 173px;
  position: relative;
}
section.main-fonts .fonts-tabs-list .fonts-tabs-btn:after {
  z-index: 10;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: url("../img/img_fonts_tabs_line.svg") no-repeat center bottom;
}
section.main-fonts .fonts-tabs-list .fonts-tabs-btn.active {
  transition: all 0.3s linear;
  color: #000000;
  background: linear-gradient(0deg, rgba(201, 188, 156, 0) 0%, #C9BC9C 100%);
}
section.main-fonts .fonts-item-list {
  padding-top: 96px;
}
@media (max-width: 1024px) {
  section.main-fonts .fonts-item-list {
    display: none;
  }
}
section.main-fonts .fonts-item-list .item-box {
  display: flex;
  align-items: center;
  padding: 0 153px 30px;
  background: url("../img/img_fonts_item_line.svg") no-repeat center bottom;
}
@media (max-width: 1024px) {
  section.main-fonts .fonts-item-list .item-box {
    padding: 0;
  }
}
section.main-fonts .fonts-item-list .item-box + .item-box {
  margin-top: 70px;
}
section.main-fonts .fonts-item-list .item-box .subject-box {
  width: 100px;
  color: #c9bc9c;
  font-size: 25px;
}
section.main-fonts .fonts-item-list .item-box .con-box {
  flex: 1;
  min-width: 0;
}
section.main-fonts .fonts-item-list .item-box .con-box.type-1 {
  font-size: 60px;
}
section.main-fonts .fonts-item-list .item-box .con-box.type-2 {
  font-size: 50px;
}
section.main-fonts .fonts-item-list .item-box .con-box.type-3 {
  font-size: 40px;
}
section.main-fonts .fonts-item-list .item-box .con-box.type-4 {
  font-size: 30px;
}
section.main-fonts .fonts-item-list .item-box .con-box .txt-box {
  text-align: center;
  color: #C9BC9C;
}
section.main-fonts .fonts-item-list .item-box .con-box .txt-box[data-lang=en] {
  display: none;
}
section.main-fonts .fonts-view-group {
  padding-top: 136px;
  max-width: 350px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: none;
}
@media (max-width: 1024px) {
  section.main-fonts .fonts-view-group {
    display: block;
  }
}
section.main-fonts .fonts-view-group .view-list + .view-list {
  margin-top: 135px;
}
section.main-fonts .fonts-view-group .view-list .view-item {
  display: flex;
  align-items: center;
  height: 24px;
  background: url("../img/img_fonts_view_line.svg") no-repeat center bottom;
}
section.main-fonts .fonts-view-group .view-list .view-item .subject-box {
  width: 21px;
  font-size: 7px;
  color: #C9BC9C;
}
section.main-fonts .fonts-view-group .view-list .view-item .con-box {
  color: #C9BC9C;
  flex: 1;
  min-width: 0;
  text-align: center;
}
section.main-fonts .fonts-view-group .view-list .view-item .con-box.size-14 {
  font-size: 14px;
}
section.main-fonts .fonts-view-group .view-list .view-item .con-box.size-13 {
  font-size: 13px;
}
section.main-fonts .fonts-view-group .view-list .view-item .con-box.size-12 {
  font-size: 12px;
}
section.main-fonts .fonts-view-group .view-list .view-item .con-box.size-11 {
  font-size: 11px;
}
section.main-fonts .fonts-view-group .view-list .view-item .con-box.size-10 {
  font-size: 10px;
}
section.main-fonts .fonts-view-group .view-list .view-item .con-box.size-9 {
  font-size: 9px;
}
section.main-fonts .fonts-view-group .view-list .view-item .con-box.size-8 {
  font-size: 8px;
}
section.main-fonts .fonts-view-group .view-list .view-item .con-box.size-7 {
  font-size: 7px;
}

section.main-inside {
  padding: 80px 0;
  background: url("../img/img_ingside_bg.jpg") no-repeat center/cover;
  /*margin: 96px 0 0;*/
}
@media (max-width: 1024px) {
  section.main-inside {
    margin-top: 30px;
    padding: 30px 0 40px;
  }
}
section.main-inside .tit-box {
  display: flex;
  justify-content: center;
  max-width: 1206px;
  margin: 0 auto 75px;
  background: url("../img/img_inside_line.svg") no-repeat center bottom;
}
@media (max-width: 1024px) {
  section.main-inside .tit-box {
    margin-bottom: 30px;
    background: url("../img/img_inside_line_m.svg") no-repeat center bottom;
  }
}
section.main-inside .tit-box .tit-txt {
  text-align: center;
  padding: 27px 0 33px;
  position: relative;
  font-size: 25px;
}
@media (max-width: 1024px) {
  section.main-inside .tit-box .tit-txt {
    padding: 0 0 19px;
    font-size: 18px;
    line-height: 26px;
  }
}
section.main-inside .img-box {
  display: flex;
  padding: 0 50px;
}
@media (max-width: 640px) {
  section.main-inside .img-box {
    padding: 0;
  }
}
section.main-inside .img-box img {
  max-width: 100%;
}

section.main-graphic {
  padding: 96px 0;
}
@media (max-width: 1024px) {
  section.main-graphic {
    padding: 30px 0;
  }
}
section.main-graphic .graphic-top-list {
  display: flex;
  background-color: #C9BC9C;
  border-radius: 60px;
}
@media (max-width: 1024px) {
  section.main-graphic .graphic-top-list {
    border-radius: 30px;
    padding: 30px 18px;
    flex-direction: column;
    background: url("../img/img_graphic_item_m.png") no-repeat center/cover;
    aspect-ratio: 350/843;
  }
}
section.main-graphic .graphic-top-list .img-box {
  display: flex;
}
@media (max-width: 640px) {
  section.main-graphic .graphic-top-list .img-box {
    display: none;
  }
}
section.main-graphic .graphic-top-list .img-box img {
  width: 100%;
}
@media (max-width: 1024px) {
  section.main-graphic .graphic-top-list .graphic-box {
    display: none;
  }
}
section.main-graphic .graphic-top-list .graphic-box + .graphic-box {
  margin-left: 90px;
}
@media (max-width: 1024px) {
  section.main-graphic .graphic-top-list .graphic-box + .graphic-box {
    margin: 60px 0 0 0;
  }
}
section.main-graphic .graphic-top-list .graphic-box img {
  max-width: 100%;
}
section.main-graphic .graphic-bottom-list {
  margin-top: 30px;
  display: flex;
}
@media (max-width: 1024px) {
  section.main-graphic .graphic-bottom-list {
    flex-direction: column;
  }
}
section.main-graphic .graphic-bottom-list .graphic-box {
  border-radius: 60px;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  overflow: hidden;
}
@media (max-width: 1024px) {
  section.main-graphic .graphic-bottom-list .graphic-box {
    border-radius: 30px;
  }
}
section.main-graphic .graphic-bottom-list .graphic-box + .graphic-box {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  section.main-graphic .graphic-bottom-list .graphic-box + .graphic-box {
    margin: 30px 0 0 0;
  }
}
section.main-graphic .graphic-bottom-list .graphic-box video {
  z-index: 100;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
section.main-graphic .graphic-bottom-list .graphic-box img {
  max-width: 100%;
}

section.main-capture .capture-box {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  section.main-capture .capture-box {
    aspect-ratio: 390/434;
  }
}
section.main-capture .capture-box img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  section.main-capture .capture-box img {
    object-fit: cover;
  }
}

section.main-inventory {
  padding: 96px 0;
}
@media (max-width: 1024px) {
  section.main-inventory {
    padding: 30px 0;
  }
}
section.main-inventory .inventory-list {
  display: flex;
}
@media (max-width: 1024px) {
  section.main-inventory .inventory-list {
    flex-direction: column;
    border-radius: 30px;
    overflow: hidden;
  }
}
section.main-inventory .inventory-list + .inventory-list {
  margin-top: 30px;
}
section.main-inventory .inventory-list .inventory-item {
  width: 100%;
}
section.main-inventory .inventory-list .inventory-item + .inventory-item {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  section.main-inventory .inventory-list .inventory-item + .inventory-item {
    margin: 0;
  }
}
section.main-inventory .inventory-list .inventory-item .img-box {
  aspect-ratio: 1/1;
  border-radius: 60px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  section.main-inventory .inventory-list .inventory-item .img-box {
    border-radius: 0;
  }
}
section.main-inventory .inventory-list .inventory-item .img-box img {
  max-height: 100%;
  max-width: 100%;
}

section.main-display .display-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  section.main-display .display-box {
    aspect-ratio: 390/504;
  }
}
section.main-display .display-box img {
  width: 100%;
  max-width: 100%;
}

section.main-poster {
  padding: 197px 0 0 0;
  background: #000000;
}
@media (max-width: 1024px) {
  section.main-poster {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 1024px) {
  section.main-poster .poster-top-box {
    margin: 0 -20px;
  }
}
section.main-poster .poster-top-box .img-box {
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  section.main-poster .poster-top-box .img-box {
    aspect-ratio: 390/571;
  }
}
section.main-poster .poster-top-box .img-box img {
  max-width: 100%;
}
@media (max-width: 1024px) {
  section.main-poster .poster-top-box .img-box img {
    object-fit: cover;
    width: 100%;
    max-width: 100%;
    object-position: center center;
  }
}
section.main-poster .poster-bottom-box {
  display: flex;
  padding-top: 106px;
}
@media (max-width: 1024px) {
  section.main-poster .poster-bottom-box {
    padding-top: 30px;
    flex-flow: row wrap;
  }
}
section.main-poster .poster-bottom-box .img-box {
  width: 25%;
  height: 100%;
  display: flex;
  justify-content: center;
}
section.main-poster .poster-bottom-box .img-box + .img-box {
  margin-left: 20px;
}
@media (max-width: 1024px) {
  section.main-poster .poster-bottom-box .img-box + .img-box {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  section.main-poster .poster-bottom-box .img-box {
    width: 50%;
  }
}
section.main-poster .poster-bottom-box .img-box.item2 {
  margin-top: 150px;
}
@media (max-width: 1024px) {
  section.main-poster .poster-bottom-box .img-box.item2 {
    margin: 0;
  }
}
section.main-poster .poster-bottom-box .img-box.item3 {
  width: 50%;
}
@media (max-width: 1024px) {
  section.main-poster .poster-bottom-box .img-box.item3 {
    margin-top: 30px;
    width: 100%;
  }
}
section.main-poster .poster-bottom-box .img-box img {
  max-width: 100%;
}

footer {
  background: url("../img/img_footer_line.svg") no-repeat top center;
  padding:0 0 2em 0;
  margin-top:5em;
}
@media (max-width: 1024px) {
  footer {
    /*background: #000 url("../img/img_footer_line_m.svg") no-repeat top center/100%;*/
	margin-top:10em;
  }
}


footer .wrap {
  height: 91px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Inter";
}
@media (max-width: 1024px) {
  footer .wrap {
    padding: 28px 0 30px;
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
footer .wrap .logo-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1024px) {
  footer .wrap .logo-box {
    max-width: 127px;
  }
}
footer .wrap .logo-box img {
  max-width: 100%;
}
footer .wrap .copyright-box {
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}
@media (max-width: 1024px) {
  footer .wrap .copyright-box {
    padding-top: 13px;
    font-size: 10px;
    line-height: 15px;
  }
}
footer .wrap .link-box {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1024px) {
  footer .wrap .link-box {
    display: none;
  }
}
footer .wrap .link-box .link-btn {
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}

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