@charset "utf-8";

/* font */
@font-face {
  font-family: 'pretendard';
  src: url('font/Pretendard-Black.eot');
  src: url('font/Pretendard-Black.eot?#iefix') format('embedded-opentype'),
      url('font/Pretendard-Black.woff2') format('woff2'),
      url('font/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'pretendard';
  src: url('font/Pretendard-Bold.eot');
  src: url('font/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
      url('font/Pretendard-Bold.woff2') format('woff2'),
      url('font/Pretendard-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'pretendard';
  src: url('font/Pretendard-Light.eot');
  src: url('font/Pretendard-Light.eot?#iefix') format('embedded-opentype'),
      url('font/Pretendard-Light.woff2') format('woff2'),
      url('font/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'pretendard';
  src: url('font/Pretendard-Regular.eot');
  src: url('font/Pretendard-Regular.eot?#iefix') format('embedded-opentype'),
      url('font/Pretendard-Regular.woff2') format('woff2'),
      url('font/Pretendard-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}





* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
li {
  list-style: none;
}
body {
  line-height: 1;
  color: #333;
  font-family: 'pretendard';
  overflow-x: hidden;
}
.inner {
  margin: 0 auto 180px;
  max-width: 1860px;
  width: calc(100% - 60px);
  position: relative;
}
.header {
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  color: #fff;
}
.header .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 80%;
  margin: 30px auto;
  position: static;
}
.header .inner .util {
  order: -1;
  width: 100%;
  text-align: end;
  padding-top: 14px;
  position: relative;
}
.header .inner .nav__pc {
  width: 100px;
}
.header .inner .nav__mobile {
  display: none;
  margin-top: 20px;
  width: 50px;
}
.header .inner .menu__open {
  opacity: 1;
  background-color: #fff;
  color: #333;
  padding: 50px 150px;
  position: absolute;
  top: 0;
  left: -100%;
  transform: translate(-50%, 0);
  overflow-y: scroll;
  height: 100vh;
  transition: all 0.5s;
}
.header .inner .menu__open .menu__title {
  position: relative;
}
/* .header .inner .menu__open .menu__title::after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(100%, 0);
  background-color: black;
  width: 30px;
  height: 30px;
  background: url(../img/exit.png) center / 100% no-repeat;
 
} */
.header .inner .menu__open .menu__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.header .inner .menu__open .menu__title span {
  transform: translateX(400%);
  font-size: 20px;
}
.header .inner .menu__open .menu__category .gnb .depth01 {
  font-size: 25px;
  margin-bottom: 50px;
}
.header .inner .menu__open .menu__category .gnb .depth01 > a {
  font-weight: bold;
}
.header .inner .menu__open .menu__category .gnb .depth02 {
  margin-top: 30px;
}
.header .inner .menu__open .menu__category .gnb .depth01 .depth02 li {
  margin-bottom: 30px;
  font-size: 18px;
}
.header .util::after {
  content: "";
  width: 27px;
  height: 27px;
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 10px;
  background-color: black;
  background: url(../img/search_icon.png) center/ cover no-repeat;
}
.header .menu__btn {
  cursor: pointer;
  margin-top: 28px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.header .menu__btn p {
  margin-right: 15px;
}
.header .menu__btn i {
  color: #fff;
}

/* main__visual */
.main__visual {
  position: relative;
}
.main__visual .swiper {
  /* max-height: 960px;
  height: 50vw; */
  height: 960px;
}
.main__visual .swiper .swiper-slide > figure img:nth-child(2) {
  display: none;
}
.main__visual .swiper-slide figure {
  height: 100%;
}
.main__visual .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main__visual .swiper-slide > div {
  position: absolute;
  top: 60%;
  right: 60px;
  transform: translate(0, -50%);
  width: 40%;
  margin: 30px;
  
}
.main__visual .swiper-slide:nth-child(1) > div{
  color: #fff;
}
.main__visual .swiper-slide > div .title p {
  font-size: 24px;
  margin-bottom: 15px;
}
.main__visual .swiper-slide > div .title h3 {
  font-size: 50px;
  margin-bottom: 24px;
  line-height: 1.3;
}
.main__visual .swiper-slide > div .btn {
  margin-bottom: 35px;
  display: flex;
  column-gap: 8px;
}
.main__visual .swiper-slide > div .btn p {
  font-size: 16px;
  background-color: #ce0e2d;
  padding: 0 15px;
  text-align: center;
  line-height: 49px;
  font-weight: bold;
  color: #fff;
}
.main__visual .swiper-slide > div span {
  font-size: 18px;
}
.main__visual .swiper {
  position: static;
}
.main__visual .swiper .swiper-scrollbar {
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 333;
  margin: 0 auto;
}

/* cont01 */
.cont01 {
  display: flex;
  flex-direction: column;
}
.cont01 .inner .portrait {
  max-width: 1370px;
  width: 100%;
  margin: 140px auto 0;
}

.cont01 .inner figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont01 .inner .text {
  width: 100%;
  margin: 45px auto;
  text-align: center;
}
.cont01 .inner .text .title img {
  max-width: 375px;
  width: 19.53%;
  max-height: 32px;
}

.cont01 .inner .text .creator img {
  max-width: 717px;
  width: 37.34%;
  max-height: 139px;
  margin-bottom: 44px;
}
.cont01 .inner .text h4 {
  font-size: 35px;
  color: #ce0e2d;
  margin-bottom: 7px;
  line-height: 1.5;
}
.cont01 .inner .text p {
  font-size: 20px;
}
.cont01 .inner .reserve__btn {
  text-align: center;
  max-width: 200px;
  min-width: 100px;
  width: 10.41%;
  max-height: 49px;
  background-color: #ce0e2d;
  text-align: center;
  line-height: 49px;
  margin: 0 auto;
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
}

.cont01 .inner .reserve__btn::after {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fef1e2;
  z-index: -1;
  transition: all 0.5s;
}
.cont01 .inner .reserve__btn:hover::after {
  width: 100%;
}
.cont01 .inner .reserve__btn:hover {
  color: #ce0e2d;
}

/* cont02 */
.cont02 .title {
  display: flex;
  margin-bottom: 50px;
}
.cont02 .title img {
  max-width: 413px;
  width: 21.51%;
  max-height: 67px;
  margin: 0 auto;
}
.cont02 .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
}
.cont02 .inner .inner02 {
  display: flex;
  column-gap: 24px;
}

.cont02 .swiper {
  width: 50%;
  height: auto;
}
.cont02 .swiper .swiper-slide figure {
  width: 100%;
  height: 100%;
}
.cont02 .swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-button-next, .swiper-button-prev{
 width: auto;
}
.swiper-button-next:after, .swiper-button-prev:after{
  content: '';
  background: url(../img/slide-button-next.png) center / 30% no-repeat;
  background-color: rgba(0, 0, 0, 0.37);
  padding: 10px;
  border-radius: 50%;
  width: 25px;
  height: 25px;
}
.swiper-button-prev:after{
  transform: rotate(180deg);
}
.cont02 .list {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
}

.cont02 .box {
  width: 47.26%;
  background-color: #fdfcfc;
}
.cont02 .list .box figure {
  max-height: 437px;
  padding: 8px;
}
.cont02 .list .box figure img {
  width: 80%;
  height: 80%;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
.cont02 .box div {
  text-align: center;
  padding-bottom: 26px;
  width: 80%;
  margin: 0 auto;
}
.cont02 .box div h5 {
  margin-bottom: 8px;
  font-size: 20px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont02 .box div p {
  margin-bottom: 16px;
  font-size: 20px;
}
.cont02 .box div strong {
  font-size: 24px;
  font-style: italic;
  color: #ce0e2d;
}
.cont02 .list .box:hover {
  background-color: #faf6f3;
}
.cont02 .typography {
  margin: 85px 0;
  display: flex;
  overflow-x: hidden;
}
.cont02 .typography img {
  max-width: 1920px;
  width: 100%;
  animation: moving 10s infinite linear;
}
@keyframes moving {
  0%{
    transform: translate(0);
  }
  100%{
    transform: translate(-100%);
  }
}
.cont02 .house__makeup {
  margin: 0 auto;
  max-width: 1127px;
  width: 58.69%;
  position: relative;
}
.cont02 .house__makeup > img {
  max-height: 703px;
  height: 35vw;
}
.cont02 .house__makeup div {
  max-width: 219px;
  width: 19.43%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
.cont02 .house__makeup div img {
  width: 100%;
  height: 100%;
}
.cont02 .house__makeup div p {
  font-size: 24px;
  color: #ce0e2d;
  text-decoration: underline;
  margin-top: 5px;
}

/* cont03 */
.cont03 .title {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.cont03 .title img {
  max-width: 290px;
  width: 19.63%;
  max-height: 68px;
  margin: 0 auto;
}
.cont03 .inner {
  padding-bottom: 20px;
  position: relative;
}
.cont03 .inner .swiper {
  margin-left: -200px;
  position: static;
}
.cont03 .inner .swiper .swiper-slide {
  position: relative;
}
.cont03 .inner .swiper .swiper-slide::after {
  content: "";
  width: 100px;
  height: 100px;
  background: url(../img/btn_tiktok.png) center / 100% no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cont03 .inner .swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
}
.cont03 .inner .swiper .swiper-scrollbar {
  width: 80%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 100%);
  margin: 10px 0;
}

/* cont04 */
.cont04 {
  background-color: #fef1e2;
}
.cont04 .inner {
  display: flex;
  justify-content: center;
  margin-right: 0;
  padding: 40px 40px 102px;
  margin: 140px 0 0;
  position: relative;
}
.cont04 .inner .title {
  width: 23.95%;
  width: 35%;
  height: 463px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cont04 .inner .title img {
  max-width: 408px;
  width: 65%;
  max-height: 67px;
}
.cont04 .inner .title h5 {
  font-size: 21px;
  margin: 20px 0;
}
.cont04 .inner .title p {
  font-size: 18px;
  margin-top: 20px;
  color: #1b1919;
  width: 90%;
  line-height: 1.3;
}
.cont04 .inner .swiper {
  width: 70%;
  margin-right: -100px;
  position: static;
}
.cont04 .inner .swiper figure {
  height: 100%;
}

.cont04 .inner .swiper .swiper-slide figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cont04 .inner .swiper .swiper-scrollbar {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, 0);
  width: 70%;
}

/* footer */
.footer {
  display: flex;
  flex-direction: column;
  background-color: #1b1919;
  color: white;
}
.footer .notice {
  padding: 50px 20px;
  display: flex;
  justify-content: center;
  background-color: #fff;
  color: #333;
  column-gap: 50px;
}
.footer .notice ul li:nth-child(2),
.footer .notice ul li:nth-child(3) {
  display: none;
}
.footer .footer__inner01 {
  display: flex;
  column-gap: 100px;
  row-gap: 50px;
  justify-content: space-between;
  padding: 60px 250px;
  flex-wrap: wrap;
}
.footer .footer__inner01 .footer__menu ul {
  display: flex;
  flex-direction: column;
}
.footer .footer__inner01 .footer__menu ul li {
  margin-bottom: 20px;
  font-size: 24px;
}
.footer .footer__inner01 .service__info {
  display: flex;
  flex-direction: column;
}
.footer .footer__inner01 .service__info strong {
  font-size: 26px;
  margin-bottom: 11px;
}

.footer .footer__inner01 .service__info p {
  font-size: 14px;
  margin-bottom: 11px;
  color: grey;
}
.footer .footer__inner01 address ul li {
  margin-bottom: 11px;
  font-style: normal;
}
.footer .footer__inner01 address ul li:nth-child(1) {
  font-size: 13px;
}
.footer .footer__inner01 address ul li:nth-child(2) {
  font-size: 26px;
}
.footer .footer__inner01 address ul li:nth-child(3) {
  font-size: 14px;
  color: grey;
}
.footer .footer__inner01 .sns ul {
  display: flex;
  column-gap: 20px;
}
.footer .footer__inner01 .sns ul li i {
  font-size: 18px;
}
.footer .footer__inner02 {
  display: flex;
  flex-direction: column;
  padding: 60px 250px;
  border-top: gray solid 1px;
}
.footer__inner02 ul li {
  margin-bottom: 11px;
}
.footer__inner02 .info ul {
  display: flex;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.footer__inner02 .info ul li {
  margin-right: 17px;
  font-size: 14px;
}
.footer__inner02 .detail__info li {
  display: inline-block;
  font-size: 11px;
  color: grey;
}
.footer__inner02 .copyright {
  font-size: 11px;
}

@media screen and (max-width: 1380px) {
  .main__visual .swiper {
    max-height: 960px;
    height: 69.56vw;
  }
  .main__visual .swiper-slide > div .title p {
    font-size: 18px;
  }
  .main__visual .swiper-slide > div .title h3 {
    font-size: 38px;
  }
  
  .main__visual .swiper-slide > div span {
    font-size: 16px;
  }
  .cont01 .inner .portrait {
    margin: 100px auto 0;
  }
  .footer .footer__inner01 {
    row-gap: 20px;
    flex-direction: column;
  }
  .footer .footer__inner01 {
    padding: 30px 200px;
  }
  .footer .footer__inner02 {
    padding: 30px 200px;
  }
}
@media screen and (max-width: 1126px) {
  .main__visual .swiper-slide > div .btn {
    margin-bottom: 20px;
  }
  .main__visual .swiper .swiper-scrollbar {
    bottom: 40px;
  }
  .main__visual .swiper-slide > div .btn p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .header .inner {
    justify-content: start;
  }
  .header .util span {
    display: none;
  }

  .cont01 .inner .portrait {
    margin: 0 auto 0;
  }
  .cont02 .inner .inner02 {
    flex-direction: column;
  }
  .cont02 .swiper {
    width: 100%;
  }
  .cont02 .list {
    width: 100%;
    margin: 20px;
    column-gap: 0;
    margin: 0;
  }
  .cont02 .box div h5 {
    font-size: 18px;
  }
  .cont02 .box {
    width: calc(100% / 2 - 10px);
  }
  .cont02 .house__makeup {
    width: 100%;
    margin: 0;
  }
  .cont02 .house__makeup > img {
    width: 100%;
    height: 58.69vw;
  }
  .cont02 .house__makeup div {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
  }
  .cont02 .house__makeup div {
    height: 19.43vw;
  }
  .cont02 .house__makeup div p {
    text-align: center;
    margin-top: 15px;
  }
  .cont03 .title {
    margin: 300px 0 60px;
  }
  .cont03 .inner {
    overflow: visible;
  }
  .cont03 .inner .swiper .swiper-slide::after{
    background-size: 70%;
  }
  .cont04 .inner {
    flex-direction: column;
    align-items: center;
    margin: auto;
    padding: 40px 0 102px;
  }
  .cont04 .inner .title {
    width: 100%;
    height: auto;
    text-align: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .cont04 .inner .title p {
    font-size: 16px;
  }
  .cont04 .inner .swiper {
    width: 100%;
    margin-right: auto;
  }
  .footer .notice{
    padding: 20px;
    
  }
  .footer .footer__inner01 {
    margin: 0 40px;
  }
  .footer .footer__inner02 {
    margin: 0 40px;
  }
  .inner {
    margin-top: 80px;
  }
  
} /* 1024 */

@media screen and (max-width: 960px) {
  .header .menu__btn {
    font-size: 18px;
  }
  .main__visual .swiper-slide > div {
    width: 100%;
    top: 40%;
    right: auto;
    transform: translate(0, 0);
  }
  .main__visual .swiper-slide > div{
    right: auto;
  }
  .cont01 .inner {
    margin: 80px auto 120px;
  }
  .footer .footer__inner01 {
    padding: 30px 20px;
  }

  .footer .footer__inner02 {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 770px) {
  .cont02 .box div h5 {
    font-size: 15px;
    height: 38px;
  }
  .cont02 .box div p {
    font-size: 14px;
  }
  .cont02 .box div strong {
    font-size: 16px;
  }
  .main__visual .swiper-slide > div .title h3 {
    font-size: 30px;
  }
  
  .main__visual .swiper-slide > div span {
    font-size: 14px;
  }
  .main__visual .swiper .swiper-scrollbar {
    bottom: 20px;
  }
  .cont04 .inner .title p {
    font-size: 14px;
    margin-top: 10px;
  }
  .footer .footer__inner01 .footer__menu ul li {
    font-size: 22px;
  }
  .footer__inner02 .info ul li {
    font-size: 10px;
  }
} /* 770 */

@media screen and (max-width: 640px) {
  .inner {
    margin-top: 40px;
  }
  .header .inner {
    width: calc(100% - 60px);
    justify-content: start;
  }
  .header .inner .util {
    padding-top: 0;
  }
  .header .inner .nav__pc {
    display: none;
  }
  .header .inner .nav__mobile {
    display: block;
    font-size: 28px;
  }
  .main__visual .swiper {
    /*  max-height: 1000px;
    height: 64% */
    height: 800px;
  }
  .main__visual .swiper .swiper-slide > figure img:nth-child(2) {
    display: block;
  }
  .main__visual .swiper .swiper-slide > figure img:nth-child(1) {
    display: none;
  }
  .main__visual .swiper-slide > div {
    top: 55%;
    width: 100%;
  }
  .cont01 .inner {
    margin: 50px auto 80px;
  }
  .cont02 .house__makeup div p {
    font-size: 14px
  }
  .cont03 .title {
    margin: 220px 0 60px;
  }
  .cont03 .inner .swiper .swiper-slide::after{
    background-size: 50%;
  }
  .cont04 .inner .title p{
    font-size: 12px;
  }
  .footer .notice{
    font-size: 12px;
    column-gap: 30px;
  }
  
}

@media screen and (max-width: 500px) {
  .cont02 .box {
    width: calc(100% - 10px);
  }
  .cont02 .box div h5 {
    font-size: 18px;
  }
  .cont02 .box div p {
    font-size: 18px;
  }
  .cont02 .box div strong {
    font-size: 20px;
  }
  .cont03 .title {
    margin-bottom: 40px;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    width: 18px;
    height: 18px;
  }
  .cont04 .inner .title h5{
    font-size: 17px;
  }
  .footer .notice{
    font-size: 9px;
    column-gap: 10px;
  }
  .footer .footer__inner01 .footer__menu ul li{
    font-size: 16px;
  }
  .footer .footer__inner01 .service__info strong{
    font-size: 16px;
  }
  .footer .footer__inner01 address ul li:nth-child(2){
    font-size: 16px;
  }
  .footer .footer__inner01{
    margin: 0;
  }
  .footer .footer__inner02{
    margin: 0;
  }
}
@media screen and (max-width: 380px) {
  .cont02 .box div h5 {
    font-size: 14px;
  }
  .cont02 .box div p {
    font-size: 14px;
  }
  .cont02 .box div strong {
    font-size: 16px;
  }
  .cont03 .inner .swiper .swiper-slide::after{
    background-size: 30%;
  }
  .main__visual .swiper-slide > div .title p {
    font-size: 16px;
  }
  .main__visual .swiper-slide > div .title h3 {
    font-size: 24px;
  }
  .main__visual .swiper-slide > div .btn p {
    font-size: 13px;
  }
  .main__visual .swiper-slide > div span {
    font-size: 12px;
  }
  .footer .notice{
    justify-content: space-between;
    column-gap: 0;
    padding: 10px;
  }
 
}
