@charset "UTF-8"
@font-face {
    font-family: 'S-CoreDream-2ExtraLight'; 
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff'); 
    font-weight: normal; 
    font-style: normal; 
}
@font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face { 
    font-family: 'S-CoreDream-9Black'; 
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff'); 
    font-weight: normal; 
    font-style: normal; 
}
@font-face { 
    font-family: 'S-CoreDream-8Heavy'; 
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff'); 
    font-weight: normal; 
    font-style: normal; 
}
@font-face { 
    font-family: 'S-CoreDream-7ExtraBold'; 
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff'); 
    font-weight: normal; 
    font-style: normal; 
}
/******************************  common.css  ******************************/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: transparent;
}
html {
    font-size: 12px;
    color: #fff;
    font-family: 'S-CoreDream-4Regular';
	font-weight: 300;

}
body {
    background-color: #000;
    overflow-x: hidden;
}
.container {
    position: relative;
    width: 100%;
}

.fade-class {
    position: relative;
    left: 50px;
    opacity: 0;
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s linear;
}
.fade-in {
    transition: left 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s linear;
    left: 0px;
    opacity: 1;
}
/* header */
header {
    display: flex;
    position: absolute;
    top: 25px;
    z-index: 2;
    font-size: 1.35rem;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    left: 15%;
    width: 73%;
}
header img {
    width: 157px;
}
header nav {
    position: absolute;
    top: 40px;
    left: 123px;
    width: 1920px;
}
header nav div {
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header nav div ul {
    align-items: center;
}
header nav div ul:last-child li a {
    display: block;
    width: 113px;
    height: 42px;
    border-radius: 29px;
    text-align: center;
    line-height: 2.6;
    color: #fff;
    font-size: 1.25rem;
}
main {}
footer {}
:root {
    font-family: 'S-CoreDream-3Light';
}
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, ul, li, ol, p, pre, th, td, select, textarea {
	margin:0;
	padding:0;
}
dl, li, menu, ol, ul, nav {
	list-style:none;
}
ul, li {
    display: flex;
    flex-wrap: wrap;
    /* align-items: flex-start;
    justify-content: space-around; */
}
img {
    border: 0;
}
button {
	border: 0;
	cursor: pointer;
	background-color: transparent;
	color: #2d2d2d;
	font-weight: 400;
}
h1, h2, h3, h4, h5, h6, button, label {
	user-select: none;
}
p, span {
    font-size: 1.25rem;
}
a {
	text-decoration: none;
	color: #555;
	display: block;
    width: inherit;
    height: inherit;
}
a, a:active, a:hover {
	text-decoration:none;
}
.font-bold {
    font-family: 'Pretendard-Bold';
    font-weight: 700;
    color: #1c1c1c;
}

.point-blue {
    background-color: #ff6300;
}
.sec {
    position: relative;
    max-width: 1550px;
    margin: 0 auto;
}
h1, h3, h4, h5, h6, b, p {
    font-size: 1.75rem;
}

/* footer */

footer div {
    width: 100%;
    height: 70px;
    background-color: #f9f9f9;
}
footer ul {
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
    width: 800px;
    line-height: 6;
    margin: 70px 0;
}
footer ul:first-child li {
    font-weight: bold;
}

