@charset "utf-8";

.title-container .sub-tit {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
}

.title-container .main-tit {
  text-align: center;
  font-size: 5rem;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1em;
}

.section01 {
  background-color: #eee;
}

.main-swiper {
  width: 100%;
  height: 100%;
}

.main-swiper .swiper-pagination {
  margin-bottom: 1em;
}
.main-swiper .page-custom .swiper-pagination-bullet {
  border-radius: 0;
  width: 150px;
  height: 4px;
  margin: 0 8px !important;
  position: relative;
  position: relative;
}

.main-swiper .page-custom .swiper-pagination-bullet-active {
  opacity: 1;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}

.main-swiper .page-custom .swiper-pagination-bullet-active:after {
  position: absolute;
  content: '';
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s;
  animation: bgBar 1 5s;
}

@keyframes bgBar {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.main-swiper .swiper-slide-active.main-bg {
  animation: bgSize 1 5s;
}
@keyframes bgSize {
  from {
    background-size: 100% auto;
  }
  to {
    background-size: 110% auto;
  }
}

.main-swiper .page-custom .swiper-pagination-bullet span {
  position: absolute;
  top: -28px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
}

.main-bg {
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.main-bg.main-bg01 {
  background-image: url('../img/main-bg01.jpg');
}

.main-bg.main-bg02 {
  background-image: url('../img/main-bg02.jpg');
}

.main-bg.main-bg03 {
  background-image: url('../img/main-bg03.jpg');
}

.main-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e6e6e6;
  flex-direction: column;
  text-align: center;
}

.main-swiper .swiper-slide .sub-tit {
  letter-spacing: 0.2em;
  font-size: 2.3rem;
}

.main-swiper .swiper-slide .main-tit {
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.07em;
  padding: 1em 0 1.5em;
  color: #fff;
}

.main-swiper .swiper-slide .ko-tit {
  font-size: 2.8rem;
  color: #fff;
}

.section02 {
  background-color: #000;
  padding-top: 30px;
}
.section02 .profile-container {
  margin-top: 5vh;
}
.section02 .profile-container,
.section02 .left-container {
  position: relative;
}

.section02 .profile-container .main-name {
  font-size: 7rem;
  color: #fff;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0.1em;
  position: absolute;
  top: 10px;
  right: -3em;
}

.section02 .name-wrap {
  align-items: flex-end;
  color: #fff;
}
.section02 .text-container .info-container {
  padding: 7em 8em;
}
.section02 .text-container .info-container .name {
  font-weight: bold;
  color: #fff;
  font-size: 3.3rem;
  letter-spacing: 0.2em;
}

.section02 .text-container .info-container .eng-name {
  font-size: 2.2rem;
  margin-left: 0.5em;
}

.section02 .text-container .info {
  font-size: 2rem;
  color: #fff;
  margin-top: 1em;
}

.section02 .text-container .go-btn {
  margin-top: 4vh;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 0.2em 1.2em;
  border-radius: 16px;
  text-transform: uppercase;
  display: inline-block;
  background-color: #fff;
  transition: all 0.3s;
  border: 1px solid #fff;
}

.section02 .text-container .go-btn:hover {
  background-color: transparent;
  color: #fff;
}

.section03 {
  background-color: #ccc;
}

.section03 .hover-container {
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url('../img/main-hover01.jpg');
  transition: all 0.3s;
}

.section03 .hover-container.hover01 {
  background-image: url('../img/main-hover01.jpg');
}

.section03 .hover-container.hover02 {
  background-image: url('../img/main-hover02.jpg');
}
.section03 .hover-container.hover03 {
  background-image: url('../img/main-hover03.jpg');
}
.section03 .hover-container .hover-box {
  width: calc(100% / 3);
  border-right: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.section03 .hover-container .hover-box:last-child {
  border-right: 0;
}
.section03 .hover-box::before {
  content: '';
  width: 100%;
  height: 100%;
  visibility: hidden;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.section03 .hover-box:hover::before {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.3);
}
.section03 .hover-box .tit {
  font-size: 5rem;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 0.7em;
  position: relative;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.section03 .hover-container .hover-box .text-box {
  text-align: center;
  font-size: 2rem;
  padding-top: 2.2em;
  position: relative;
  color: #fff;
  display: none;
  transition: all 0.3s;
}

.section03 .hover-container .hover-box .text-box.on {
  display: block;
}

.section03 .hover-container .hover-box .text-box:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 3px;
  width: 4.5em;
  background-color: #fff;
  content: '';
  display: block;
}

.section04 {
  background-color: #000;
}

.section04 .title-container {
  padding: 2em 0 1em;
}
.artswiper-box {
  width: 1600px;
  margin: 0 auto;
  position: relative;
}

.art-swiper {
  width: 80%;
  max-width: 1250px;
  margin: 0 auto;
  /* height: 50vh; */
  height: 510px;
}

.section04 .img-container {
  width: 100%;
}

.section04 .img-container img {
  width: 100%;
  object-fit: contain;
}

.section04 .swiper-slide {
  width: 500px;
  height: 500px;
}
.section04 .artswiper-box .swiper-button-next,
.section04 .artswiper-box .swiper-button-prev {
  width: 57px;
  height: 57px;
  font-size: 0;
  left: initial;
}
.section04 .artswiper-box .swiper-button-next {
  background: url('../img/next-arrow.svg') no-repeat top / contain;
  right: 40px;
}

.section04 .artswiper-box .swiper-button-prev {
  background: url('../img/prev-arrow.svg') no-repeat top / contain;
  left: 40px;
}

.section04 .swiper-button-next:after,
.section04 .swiper-button-prev:after {
  display: none;
}

.section05 .title-container {
  padding-top: 5vh;
}
.section05 .title-container .sub-tit,
.section05 .title-container .main-tit {
  color: #121212;
}

.section05 .artworks-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1250px;
  width: 90%;
  margin: 0 auto;
}

.section05 .artworks-wrap li {
  width: 33%;
  margin-bottom: 7px;
}

.section05 .artworks-wrap li .img-container {
  width: 100%;
}

.section05 .artworks-wrap li .img-container img {
  width: 100%;
  object-fit: contain;
}

.section05 .artworks-wrap li:nth-child(n + 4) {
  margin-bottom: 0;
}

.section05 .artwork-box {
  position: relative;
}

.section05 .artwork-box .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0%;
  content: '';
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  flex-direction: column;
  text-align: CENTER;
  visibility: hidden;
  transition: all 0.3s;
}

.section05 .artwork-box:hover .text-box {
  height: 100%;
  visibility: visible;
}

.section05 .artwork-box .text-box .sub-tit {
  font-size: 2rem;
  padding-bottom: 0.5em;
  position: relative;
}

.section05 .artwork-box .text-box .sub-tit:after {
  content: '';
  display: block;
  width: 1em;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section05 .artwork-box .text-box .tit {
  font-size: 2.9rem;
  font-weight: bold;
  padding-top: 0.5em;
}

/* 그램 노트북 */
@media (max-width: 1560px) and (max-height: 750px) {
  .title-container .main-tit {
    font-size: 4rem;
  }
  .title-container .sub-tit {
    font-size: 2rem;
  }
  .main-swiper .swiper-pagination {
    margin-bottom: 2em;
  }
  .main-swiper .swiper-slide .main-tit {
    font-size: 4.8rem;
  }
  .main-swiper .swiper-slide .sub-tit {
    font-size: 2rem;
  }

  .section02 .left-container .img-container {
    max-width: 400px;
  }

  .section03 .hover-box .tit {
    font-size: 4.2rem;
  }
  .section03 .hover-container .hover-box .text-box {
    padding-left: 2em;
    padding-right: 2em;
  }

  .section03 .hover-container .hover-box .text-box br {
    display: none;
  }

  .artswiper-box {
    width: 95%;
  }
  .section {
    padding-top: 2.5rem;
  }
  .art-swiper {
    height: 400px;
    width: 70%;
  }
  .section04 .swiper-slide {
    height: 100%;
    width: initial;
    aspect-ratio: 1 / 1;
  }
  .section04 .title-container {
    padding: 4em 0 0 0;
  }
  .section04 .artswiper-box .swiper-button-next {
    right: 100px;
  }
  .section04 .artswiper-box .swiper-button-prev {
    left: 100px;
  }
  .section05 {
    padding-top: 80px;
  }
}
@media (max-width: 1280px) {
  .title-container .sub-tit {
    font-size: 2.2rem;
  }
  .title-container .main-tit {
    font-size: 4rem;
  }
  .main-bg {
    background-size: cover;
  }

  @keyframes bgSize {
    from {
      background-size: auto 105%;
    }
    to {
      background-size: auto 100%;
    }
  }

  .section03 .hover-container {
    background-size: cover;
  }
  .section03 .hover-box .tit {
    font-size: 3.6rem;
  }

  .section03 .hover-container .hover-box .text-box {
    font-size: 1.8rem;
  }
  .section02 .text-container .info br {
    display: none;
  }

  .art-swiper {
    height: 400px;
  }
}
@media (max-width: 1024px) {
  .title-container .sub-tit {
    font-size: 1.8rem;
  }
  .title-container .main-tit {
    font-size: 3.2rem;
  }
  .main-swiper .swiper-slide {
    height: 100%;
  }
  .main-swiper .swiper-slide .sub-tit {
    font-size: 1.6rem;
  }
  .main-swiper .swiper-slide .main-tit {
    font-size: 4rem;
  }
  .main-swiper .swiper-slide .ko-tit {
    font-size: 2rem;
  }
  .main-swiper .swiper-pagination {
    margin-bottom: 1.6em;
  }

  .section02 .profile-container .main-name {
    font-size: 5rem;
  }
  .section02 .text-container .info-container {
    padding: 5em 6em;
  }
  .section02 .text-container .info-container .name {
    font-size: 2.4rem;
  }
  .section02 .text-container .info-container .eng-name {
    font-size: 1.8rem;
  }
  .section02 .text-container .info {
    font-size: 1.6rem;
  }

  .section03 .hover-box .tit {
    font-size: 2.8rem;
  }
  .section03 .hover-container .hover-box .text-box {
    font-size: 1.6rem;
  }
  .art-swiper {
    height: 50vh;
  }
  .section05 .artworks-wrap li {
    width: calc((100% - 7px) / 2);
    margin-right: 7px;
    margin-bottom: 7px;
  }

  .section05 .artworks-wrap li:nth-child(2n) {
    margin-right: 0;
  }

  .section05 .artworks-wrap li:nth-child(2n-1) {
    margin-right: 7px;
  }

  .main-swiper .swiper-slide .ko-tit {
    font-size: 2.4rem;
  }
}

/* 아이패드 프로 세로버전 */
@media (max-width: 1024px) and (min-height: 1365px) {
  .section {
    padding-top: 80px;
  }
  .main-bg.main-bg01 {
    background-image: url('../img/m-main-bg01.jpg');
  }
  .main-bg.main-bg02 {
    background-image: url('../img/m-main-bg02.jpg');
  }
  .main-bg.main-bg03 {
    background-image: url('../img/m-main-bg03.jpg');
  }
  .main-swiper .swiper-slide .sub-tit {
    font-size: 2.2rem;
  }

  .main-swiper .swiper-slide .main-tit {
    font-size: 6rem;
  }

  .section03 .hover-container {
    flex-wrap: wrap;
  }

  .section03 .hover-container .hover-box {
    width: 100%;
  }

  .section03 .hover-box .tit {
    font-size: 4rem;
  }

  .section03 .hover-container .hover-box .text-box {
    font-size: 2rem;
  }
  .title-container .sub-tit {
    font-size: 2.2rem;
  }
  .title-container .main-tit {
    font-size: 4rem;
  }

  .art-swiper {
    height: 35vh;
  }
}

@media (max-width: 821px) {
  .section03 .hover-container {
    flex-wrap: wrap;
  }

  .section03 .hover-container .hover-box {
    width: 100%;
  }

  .section03 .hover-box .tit {
    font-size: 4rem;
  }

  .section03 .hover-container .hover-box .text-box {
    font-size: 2rem;
  }
  .title-container .sub-tit {
    font-size: 2.2rem;
  }
  .title-container .main-tit {
    font-size: 4rem;
  }

  .art-swiper {
    height: 35vh;
  }

  .section03 .hover-container.hover01,
  .section03 .hover-container {
    background-image: url('../img/m-main-hover01.jpg');
  }

  .section03 .hover-container.hover02 {
    background-image: url('../img/m-main-hover02.jpg');
  }
  .section03 .hover-container.hover03 {
    background-image: url('../img/m-main-hover03.jpg');
  }
}

@media (max-width: 650px) {
  /* fullpage 버틈 숨김 */
  #fp-nav {
    display: none;
  }

  /* 공통 */
  .section {
    padding-top: 0;
  }
  .title-container .sub-tit {
    font-size: 1.4rem;
    margin-bottom: 0.5em;
  }
  .title-container .main-tit {
    font-size: 3rem;
    margin-bottom: 1em;
  }

  .main-swiper .swiper-slide .sub-tit {
    font-size: 1.4rem;
  }

  .main-swiper .swiper-slide .main-tit {
    font-size: 3.6rem;
    padding: 0.5em 0 1em;
  }

  .main-swiper .swiper-slide .ko-tit {
    font-size: 1.8rem;
  }

  .main-swiper .page-custom .swiper-pagination-bullet {
    width: 20%;
  }

  .main-swiper .page-custom .swiper-pagination-bullet span {
    font-size: 1.4rem;
  }

  .section02 .profile-container {
    flex-wrap: wrap;
  }
  .section02 .left-container,
  .section02 .text-container {
    width: 100%;
  }
  .section02 .text-container .info-container {
    padding: 0;
    margin-top: 2em;
  }
  .section02 .text-container .info-container .name {
    font-size: 2.4rem;
  }

  .section02 .text-container .info-container .eng-name {
    font-size: 2rem;
  }
  .section02 .text-container .info {
    font-size: 1.6rem;
  }

  .section02 .text-container .info br {
    display: none;
  }

  .section02 .left-container .img-container {
    width: 60%;
  }

  .section02 .profile-container .main-name {
    font-size: 4rem;
    right: 1em;
  }
  .section03 .hover-container {
    flex-wrap: wrap;
    background-size: cover;
    height: calc(100% - 80px);
    margin-top: 80px;
  }

  .section03 .hover-container .hover-box {
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .section03 .hover-container .hover-box:last-child {
    border-bottom: 0;
  }

  .section03 .hover-box .tit {
    font-size: 2.8rem;
  }
  .section03 .hover-container .hover-box .text-box {
    font-size: 1.6rem;
    padding: 1em 2em;
    line-height: 1.5;
    word-break: keep-all;
  }
  .section03 .hover-container .hover-box .text-box br {
    display: none;
  }
  .art-swiper {
    width: 100%;
    height: 400px;
  }
  .artswiper-box {
    width: 100%;
    margin-bottom: 10vh;
  }
  .section04 {
    padding-top: 80px;
  }
  .section04 .title-container .main-tit {
    margin-bottom: 0;
  }
  .section04 .swiper-slide {
    width: 85%;
    align-items: center;
    display: flex;
    height: 100%;
  }

  .section04 .artswiper-box .swiper-button-next,
  .section04 .artswiper-box .swiper-button-prev {
    height: 35px;
    width: 35px;
  }

  .section04 .artswiper-box .swiper-button-next {
    right: 20px;
  }
  .section04 .artswiper-box .swiper-button-prev {
    left: 20px;
  }

  .section05 .artworks-wrap li {
    width: 49%;
  }

  .section05 .artwork-box .text-box .sub-tit {
    font-size: 1.4rem;
  }

  .section05 .artwork-box .text-box .tit {
    font-size: 1.6rem;
  }
}

@media (max-width: 480px) {
  .main-swiper .swiper-slide .main-tit {
    font-size: 2.8rem;
  }
  .section02 {
    padding: 80px auto;
  }
  .section02 .profile-container .main-name {
    right: 0.7em;
  }

  .section02 .text-container .info {
    font-size: 1.4rem;
  }
  .section02 .left-container {
    margin-top: 2em;
  }

  .section05 .artworks-wrap li {
    width: calc((100% - 7px) / 2);
  }
}
