@charset "UTF-8";
/* Pretendard */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body::-webkit-scrollbar {
    background-color: #000000;
}
body::-webkit-scrollbar-thumb { 
    background-color: #000000;
    border: 0.5px solid #ffffff;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}
::selection {
    background-color: #333;
    color: #fff;
}
.cursor {
    position: fixed;
    width: 45px;
    height: 45px;
    z-index: 9999;
    border-radius: 100%;
    border: 1px solid #DE1334;
    transform: translate(-50%, -50%);
    pointer-events: none; 
    /* transition: all 0.2s; */
}

/* 모바일에서 커서 숨기기 */
@media (hover: none) {
    .cursor {
        display: none; /* 커서 숨기기 */
    }
}
html, body {
    font-family: "Pretendard", sans-serif;
    font-size: 100%;
    color: inherit;
    line-height: 1.2;
    /* letter-spacing: 0.002em; */
    word-break: keep-all;
    word-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    height: 100vh;
}
.page-background-black {
    background-color: #111111;
}
.page-footer-white {
    background-color: #F2F2F2;
}
.page-footer-red {
    background-color: #DE1334;
}

.wrapper {
    width: 1400px;
    margin: 0 auto;
}
.wrapper02 {
    width: 1426px;
    margin: 0 auto;
}
.wrapper03 {
    width: 1320px;
    margin: 0 auto;
}
.wrapper04 {
    width: 1308px;
    margin: 0 auto;
}

/* .font_l {
    font-weight: 300;
} */
.font_r {
    font-weight: 400;
}
.font_m {
    font-weight: 500;
}
.font_semibold {
    font-weight: 600;
}
.font_bold  {
    font-weight: 700;
}
.font_black {
    font-weight: 800;
}
.font_mon_r {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
}
.font_mon_m {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}
.font_mon_semibold {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.font_mon_bold  {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
}
.font_mon_black {
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

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

a {
    text-decoration: none;
    color: inherit;
}
blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

address, em {
    font-style: normal ;
}

h1, h2, h3, h4, h5, h6, strong, th {
    font-size: inherit;
    font-weight: inherit;
}

input, button, select {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
}

button{
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
table {
    border-collapse: collapse;
    border: 0; /
}

table caption {
    display: none;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

:root {
    --btnred : #EF0034;
    --mainred : #DE1334;
    --graybg : #F2F2F2;
    --gray_d : #dddddd;
    --black3 : #333333;
    --black: #000000;
    --white: #FFFFFF;
}
video[poster]{ 
    height:100%;
    width:100%;
}
@media screen and (max-width: 1500px) {
    .wrapper, .wrapper02, .wrapper03, .wrapper04 {
        width: 100%;
        padding: 0 20px;
    }
}
@media screen and (max-width: 1200px) {
    .wrapper, .wrapper02 {
        padding: 0;
    }
}
