
/* font */
/* Pretendard */
@import url("https://cdn.jsdelivr.net/npm/pretendard/dist/web/static/pretendard.css");

/* Poppins */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Poetsen */
@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');

@font-face {
    font-family: 'CookieRun-Black';
    src: url(../font/CookieRun\ Black.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CookieRun-Bold';
    src: url(../font/CookieRun\ Bold.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CookieRun-Regular';
    src: url(../font/CookieRun\ Regular.otf);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GapyeongHanseokbong-Bold';
    src: url(../font/GapyeongHanseokbongB.otf);
    font-weight: 700;
    font-style: normal;
}

.font_Poppins {
  font-family: "Poppins", sans-serif !important;
}

.font_CookieRun_900 {
	font-family: 'CookieRun-Black';
}
.font_CookieRun_700 {
	font-family: 'CookieRun-Bold';
}
.font_CookieRun_400 {
	font-family: 'CookieRun-Regular';
}

.font_Hanseokbong_700 {
	font-family: 'GapyeongHanseokbong-Bold';
}

.font_Poetsen {
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.font_400 {
    font-family: "Pretendard", sans-serif;
	font-weight: 400;
}
.font_500 {
    font-family: "Pretendard", sans-serif;
  	font-weight: 500;
}
.font_600 {
    font-family: "Pretendard", sans-serif;
  	font-weight: 600;
}
.font_700 {
    font-family: "Pretendard", sans-serif;
  	font-weight: 700;
}
.font_w {
	color: #fff;
}
.font_w80 {
	color: rgba(255, 255, 255, 0.8);
}
.font_w60 {
	color: rgba(255, 255, 255, 0.6);
}
.font_w40 {
	color: rgba(255, 255, 255, 0.4);
}
.font_black {
	color: #100C12;
}

* {
	box-sizing: border-box;
	letter-spacing: -0.3px;
	 -webkit-font-smoothing: antialiased;
}

html, body  {
	font-family: "Pretendard", sans-serif !important;
	font-size: 62.5%;
	position: relative;
	height: 100%;
	min-height: 100vh;
}

body {
	position: relative;
	line-height: 1.4;
	background-color: #fff;
}

img {
    -webkit-user-drag: none; /* Safari, Chrome */
    -khtml-user-drag: none;  /* Konqueror */
    -moz-user-drag: none;    /* Older Firefox */
    -o-user-drag: none;      /* Older Opera */
    user-drag: none;         /* Standard property */
  }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.4;
	font-family: inherit;
	font-weight: 400;
}

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


ul,
ol {
  list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table caption {
    display: none;
}

address, em {
    font-style: normal ;
}


legend {
    display: none;
}

a {
	text-decoration: none;
	color: inherit;
}

button {
    font-family: inherit;
	outline: 0;
	border: 0;
	background-color: transparent;
	padding: 0;
}

:root {
	--black: #000000;
    --white: #FFFFFF;
	--black50: #f6f6f6;
    --black100: #e7e7e7;
    --black200: #d1d1d1;
    --black300: #b0b0b0;
    --black400: #888888;
    --black500: #6d6d6d;
    --black600: #5d5d5d;
    --black700: #4f4f4f;
    --black800: #454545;
    --black900: #3d3d3d;
    --black950: #191919;
	--red50: #FFF0F1;
    --red100: #FFE2E6;
    --red200: #FFCAD3;
    --red300: #FF9FAE;
    --red400: #FF6984;
    --red500: #FF305A;
    --red600: #ED1148;
    --red700: #C8083D;
    --red800: #A8093A;
    --red900: #8F0C38;
    --red950: #500119;
	--blue50: #EBF6FF;
    --blue100: #DBEEFF;
    --blue200: #BEDFFF;
    --blue300: #97C7FF;
    --blue400: #6EA4FF;
    --blue500: #4C81FF;
    --blue600: #184AFF;
    --blue700: #2046E2;
    --blue800: #1D3EB6;
    --blue900: #203A8F;
    --blue950: #132053;
}


.desc-value-box {
    font-family: "Pretendard", sans-serif !important;
    white-space: pre-wrap;
    color: var(--black950);
    word-break: keep-all;
}
.desc-value-box ul {
    list-style: disc;
    margin-left: 1.25rem;
}
.desc-value-box ol {
    list-style: decimal;
    margin-left: 1.25rem;
}
.desc-value-box p {
    margin: 0;
}

@media screen and (max-width:1280px) {
	html, body  {
		font-size: 61%;
	}
}

