@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&amp;display=swap');

/* @font-face {
	font-family: "Noto Sans KR";
	src: local('※'),   
	url("../../font/NotoSansKR-Regular.otf") format("opentype");     
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans KR";
	src: local('※'),   
	url("../../font/NotoSansKR-Medium.otf") format("opentype");     
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: "Noto Sans KR";
	src: local('※'),   
	url("../../font/NotoSansKR-Bold.otf") format("opentype");     
	font-weight: bold;
	font-style: normal;
} */

/* 영- 대문자,소문자 / 숫자 / 특수문자 */
@font-face {
	font-family: "AlbertSans";
	src: local('※'),   
	url("../font/AlbertSans-Light.ttf") format("truetype");   
	font-style: normal;
	font-weight: 300;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}
@font-face {
	font-family: "AlbertSans";
	src: local('※'),   
	url("../font/AlbertSans-Regular.ttf") format("truetype");   
	font-style: normal;
	font-weight: normal;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}
@font-face {
	font-family: "AlbertSans";
	src: local('※'),   
	url("../font/AlbertSans-Medium.ttf") format("truetype");   
	font-style: normal;
	font-weight: 500;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}
@font-face {
	font-family: "AlbertSans";
	src: local('※'),   
	url("../font/AlbertSans-Bold.ttf") format("truetype");   
	font-style: normal;
	font-weight: bold;
	unicode-range: U+0041-005A, U+0061-007A, U+0030-0039, U+0020-002F, U+003A-0040, U+005B-0060, U+007B-007E;
}

/* 브랜딩 페이지 폰트 */
@font-face {
	font-family: "Neue";
	src: local('※'),   
	url("../font/NeueHaasDisplayBlack.ttf") format("truetype");   
	font-style: normal;
	font-weight: Black;
}
@font-face {
	font-family: "Neue";
	src: local('※'),   
	url("../font/NeueHaasDisplayBold.ttf") format("truetype");   
	font-style: normal;
	font-weight: bold;
}
@font-face {
	font-family: "Neue";
	src: local('※'),   
	url("../font/NeueHaasDisplayMediu.ttf") format("truetype");   
	font-style: normal;
	font-weight: 700;
}
@font-face {
	font-family: "Neue";
	src: local('※'),   
	url("../font/NeueHaasDisplayRoman.ttf") format("truetype");   
	font-style: normal;
	font-weight: 500;
}
@font-face {
	font-family: "Neue";
	src: local('※'),   
	url("../font/NeueHaasDisplayLight.ttf") format("truetype");   
	font-style: normal;
	font-weight: 300;
}
@font-face {
	font-family: "Neue";
	src: local('※'),   
	url("../font/NeueHaasDisplayThin.ttf") format("truetype");   
	font-style: normal;
	font-weight: 100;
}

:root{
	--heroHeight:0;
	--scrollDown:0;
	--pointColor:#fe3001;
}


*{
	font-family: 'AlbertSans', 'Noto Sans KR', sans-serif;
	line-height:1;
	box-sizing:border-box;
	/* font-size: 1.3rem; */
	font-size: clamp(1.2rem,.677vw,1.3rem);
    font-weight: normal;
	font-style: normal;
	color: #fff;
	letter-spacing: -0.05rem;
	padding:0;
	margin:0;
	word-break: keep-all;
}
html, body{
	/* width: 100vw; */
	overflow-x: clip;
	font-size: 62.5%;
	scroll-behavior: smooth;
	/* max-width: 192rem; */
	margin: 0 auto;
}
button{
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
		  cursor: pointer;
}
a, a:hover, a:focus, button{
	text-decoration:none;
	color: inherit;
	font-size: inherit;
}
img{
	max-width:100%;
	vertical-align:top;
	height: auto;
}
iframe {
	border: none;
	width: 100%;
    /* height: 100%; */
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: #000 !important;
}
input[type=checkbox],
input[type=radio]{
	display: none;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-radius: 0;	
}
select::-ms-expand {
    display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
header, footer, aside, main, section, article, nav{
	display:block;
}
ul, li {
    margin: 0;
    list-style: none;
}
::selection{
	color:#fff;
	background:rgba(0,0,0, 0.99);
}
*:focus, a:hover, button:hover, input:hover { 
	outline: none; 
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-tap-highlight-color: transparent;
}
p, span, strong, b, em{
	color:inherit;
	font-size:100%;
	font-weight:inherit;
	line-height:inherit;
	letter-spacing: inherit;
}
button,textarea,input,select,a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	border: none;
	background-color: transparent;  appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}
button,textarea,input{
    -webkit-appearance: none;
	appearance:none;
    border-radius: 0;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

textarea {
	resize: none;
}
button{	
	border:0;
	outline:none;
	background:none;
}
font {
	font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}
legend {
    display: block;
	border: none;
    padding: 0;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
    min-width: 0;
}
body:not(:-moz-handler-blocked) fieldset {
    display: table-cell;
}

@supports (-webkit-touch-callout: none) {
	#header #sidebar .inner,
	.main_popup {
		height: -webkit-fill-available;
	}
}

@media (min-width: 1681px) and (max-width: 1800px)  {
    html, body {font-size: 58%;}
}
@media (min-width: 1441px) and (max-width: 1680px)  {
    html, body {font-size: 56%;}
}
@media (min-width: 1281px) and (max-width: 1440px)  {
    html, body {font-size: 54%;}
}
@media (min-width: 1025px) and (max-width: 1280px)  {
    html, body {font-size: 51.5%;}
}
@media (min-width: 990px) and (max-width: 1024px)  {
    html, body {font-size: 51%;}
    .br_dn {word-break: keep-all;}
    .br_dn br {display: none;}
}
@media (min-width: 768px) and (max-width: 989px)  {
    html, body {font-size: 50%;}
    .br_dn {word-break: keep-all;}
    .br_dn br {display: none;}
}
@media (min-width: 501px) and (max-width: 767px)  {
    html, body {font-size: 65%;}
    .br_dn {word-break: keep-all;}
    .br_dn br:not(.mo) {display: none;}
}
@media (min-width: 351px) and (max-width: 500px)  {
    html, body {font-size: 62.5%;}
    .br_dn {word-break: keep-all;}
    .br_dn br:not(.mo) {display: none;}
}
@media (max-width: 350px)  {
    html, body {font-size: 58%;}
    .br_dn {word-break: keep-all;}
    .br_dn br:not(.mo) {display: none;}
}