@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');


@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Medium.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-SemiBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Bold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard";
  src: url('./fonts/Pretendard-Black.woff') format('woff');
  font-weight: 1000;
  font-style: normal;
}
@font-face {
  font-family: 'THEFACESHOP';
  src: url('./fonts/THEFACESHOP-INKLIPQUID.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

* {
  word-break: keep-all;
  font-family: "Pretendard";
}
/* 여백 초기화 */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  max-width: 100%;
}

span img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  word-break: keep-all;
}
html,
body {
  position: relative;
  margin: 0 auto;  
}
body.open {
  overflow: hidden;
}
pre {
  white-space: pre-wrap;
  line-height: 1.7;
}
body {  
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
li {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


section.top {
    position: relative;
    height: 1080px;    
    box-sizing: border-box;
    font-size: 0;
}

.top__banner {
    background: #1F1F1F;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 42px;
    display: flex;
    align-items: center;
    gap: 30px;
    z-index: 2;
    overflow: hidden;
    white-space: nowrap;
}

.top__banner span {
    color: #f6b4c6;
    font-size: 14px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.4px;
    display: inline-block;
    animation: marquee 5s linear infinite;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.02em;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(-100%);
    }
}

section.top .inner {
    z-index: 2;
    position: relative;
    height: 100%;
    
}

section.top video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    left: 0;
    top: 0;
}

.top__logo {
    text-align: center;
}

.top__flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 50px;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.top__img {
    
}

.top__text {
    width: 50%;
    height: 100%;
    padding-bottom: 0;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 210px;
    box-sizing: border-box;
}

.top__text p {    
    font-weight: 600;    
    font-size: 40px;
    line-height: 100%;    
    color: #fff;        
    font-size: 40px;            
    letter-spacing: -1.2px;
}

.top__text span {
    margin-top: 20px;
    display: inline-block;
    font-family: "DM Serif Display", serif;
    font-weight: 400;
    font-size: 280px;    
    color: #fff;            
    line-height: 0.78;
    letter-spacing: -5.6px;
}

.top__btn {
    text-align: left;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.top__btn p {
    color: #FFF;
    font-family: "DM Serif Display";
    font-size: 65px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.top__btn a {
    margin-top: 95px;
    border-radius: 300px;
    border-radius: 300px;
    background: #FF1660;
    box-shadow: 0 10px 33px 0 rgba(255, 22, 96, 0.50);
    display: inline-flex;
    padding: 22px 40px;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.top__btn a span {
    color: #FFF;
    font-size: 24px;    
    margin-top: 0;
    font-weight: 700;    
    letter-spacing: -0.24px;
}

.top__btn a img {
    
}

.top__img {
    width: 50%;
    padding-right: 120px;    
}


section.movie {
    overflow: hidden;
    position: relative;
    background: #FFF3F3;
    padding: 0 40px;
    padding-bottom: 100px;
    box-sizing: border-box;
}

section.movie h3 {    
    padding-top: 160px;
    font-weight: 700;    
    font-size: 40px;    
    line-height: 100%;
    letter-spacing: -1%;
    color: #171717;
    text-align: center;
}


.movie__box {
    position: relative;
    width: 100%;
    max-width: 1280px;
    aspect-ratio: 1280 / 765; /* 원하는 비율 유지 */
    margin: 0 auto;
    margin-top: 60px;
    cursor: pointer;
    z-index: 2;    
}

.movie__box iframe,
.movie__box video {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0;    
}

.movie__box__btn {    
    border-radius: 20px;    
    box-shadow: 10px 10px 30px 0 rgba(255, 22, 96, 0.10);
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}

.movie__bg1 {
    position: absolute;
    right: 0;
    bottom: -90px;
}

.movie__bg1 img {
    width: 72vw;
    max-width: 1384px;
}

footer {
    background: #FF1660;
    background-blend-mode: darken;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer > div {
    max-width: 1920px;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    text-align: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 40px;
}

footer > div img {
    width: 100px;
}

@media only screen and (max-width: 1920px) {


    section.top {
        height: 60vw;
        max-height: 1080px;
    }

    .top__text {
        padding-left: 10vw;
    }

    .top__img {
        padding-right: 0;
    }

    .top__text p {
        font-size: min(2.2vw, 40px);
    }

    .top__text span {
        font-size: min(15vw, 280px);
    }
 

    .top__btn a span {
        font-size: min(1.5vw, 24px);
    }
    
    .top__btn a {
        margin-top: min(6vw, 95px);
        padding: 1vw 2vw;
    }


    .top__btn a span {
        font-size: min(1.2vw, 24px);
    }

    .top__btn a img {
        width: 1.5vw;
    }


}

@media only screen and (max-width: 1600px) {

    


}

@media only screen and (max-width: 1280px) {


    .top__flex {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 0 40px;
        max-width: 1920px;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    .top__text {
        padding-left: 0;
        width: max-content;
    }


}


@media only screen and (max-width: 1024px) {

    section.top {
        height: auto;
        max-height: 100%;
    }    

    .top__text {
        padding-left: 0;
        width: max-content;
        width: 100%;
        text-align: center;
    }

    .top__text p {
        font-size: 35px;
    }

    .top__text span {
        font-size: 120px;
    }

    .top__text span br {
        display: none;
    }

    .top__flex {
        padding: 0 20px;
        max-width: 600px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 100px;
        gap: 50px;
    }
    
    .top__img {
        padding-right: 0;
        width: 100%;
    }

    .top__btn {
        text-align: center; 
    }

    .top__btn a {
        margin-top: min(6vw, 95px);
        padding: 18px 20px;
        width: 100%;
        max-width: 450px;
        box-sizing: border-box;
    }

    .top__btn a span {
        font-size: max(1.2vw, 20px);
    }

    .top__btn a img {
        width: 18px;
    }

    section.movie {    
        padding: 0 20px;
        padding-bottom: 80px;
    }

    section.movie h3 {
        font-size: 35px;
        padding-top: 100px;
    }        

}


@media only screen and (max-width: 640px) {

    .top__banner {    
        height: 37px;
    }
    .top__banner span {    
        font-size: 12px;
    }

    .top__flex {
        padding: 0;
        padding-top: 85px;
        gap: 30px;
    }

    .top__text p {
        font-size: 25px;
    }

    .top__text span {
        font-size: 75px;
        letter-spacing: -1.2px;
    }

    .top__btn a {        
        width: 100%;
        max-width: 320px;     
        margin-top: 35px;
    }

    .top__btn a span {
        font-size: 14px;
    }

    

    .top__img {
        padding: 0 15px;
        box-sizing: border-box;
        text-align: center;
    }

    .top__img img {
        max-width: 420px;
        width: 100%;
    }

    section.movie h3 {
        font-size: 25px;
        padding-top: 50px;
    }

    .movie__box__btn img {
        width: 25px;
    }
        
    footer {
        height: 95px;
    }


    section.movie {
        width: 100%;
        padding-bottom: 80px;
        min-height: initial;
        display: flex;
        align-items: center;
    }

    .movie__wrap {
        width: 100%;
    }

    .movie__box { 
        margin-top: 25px;
    }

    footer {
        height: 55px;
    }

    footer img {
        width: 75px;
    }

    footer > div {       
        padding: 0 20px;
    }


}
