
@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: "Noto Sans KR";
    src: local('¡Ø'),   
    url("../../font/Heebo-Thin.ttf") format("truetype");   
    font-style: normal;
    font-weight: 100;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
	/* ¿µ- ´ë¹®ÀÚ,¼Ò¹®ÀÚ / ¼ýÀÚ */
  }
  @font-face {
    font-family: "Noto Sans KR";
    src: local('¡Ø'),   
    url("../../font/Heebo-Regular.ttf") format("truetype");   
    font-style: normal;
    font-weight: normal;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
	/* ¿µ- ´ë¹®ÀÚ,¼Ò¹®ÀÚ / ¼ýÀÚ */
  }
  @font-face {
    font-family: "Noto Sans KR";
    src: local('¡Ø'),   
    url("../../font/Heebo-Medium.ttf") format("truetype");   
    font-style: normal;
    font-weight: 500;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
  }
  @font-face {
    font-family: "Noto Sans KR";
    src: local('¡Ø'),   
    url("../../font/Heebo-Bold.ttf") format("truetype");   
    font-style: normal;
    font-weight: bold;
    unicode-range: U+0041-005A, U+0061-007A, U+0030-0039;
  }

@font-face {
	font-family: "GmarketSansTTFBold";
	src: local('¡Ø'), url("../../font/GmarketSansTTFBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "GmarketSansTTFMedium";
	src: local('¡Ø'), url("../../font/GmarketSansTTFMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: "GmarketSansTTFLight";
	src: local('¡Ø'), url("../../font/GmarketSansTTFLight.ttf") format("truetype");
	font-style: normal;
	font-weight: 300;
}
@font-face {
    font-family: 'SUIT-Variable'; 
	src: local('¡Ø'), url("../../font/SUIT-Variable.woff2") format("woff2");
    font-style: normal; 
	font-weight: 100 900;
}

*{
	/* font-family: 'Heebo','Noto Sans KR', sans-serif; */
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 1.5rem;
	line-height:1.5;
	box-sizing:border-box;
	font-style: normal;
	color: #000;
	padding:0;
	margin:0;
	font-weight: 500;
    letter-spacing: -0.075rem;
	word-break: keep-all;
	-webkit-text-size-adjust: 100%;
}
/* 230510 [¼öÁ¤Ç¥½Ã] start */
html, body{
	width: 100vw;
	/* overflow-x: clip; */
	overflow-x: hidden;
}
/* 230510 [¼öÁ¤Ç¥½Ã] end */
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: #000; */
}
img{
	max-width:100%;
	vertical-align:top;
	height: auto;
}
iframe {
	border: none;
	width: 100%;
    height: 100%;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 100px #fff inset;
    -moz-box-shadow: 0 0 0 100px #fff inset;
    box-shadow: 0 0 0 100px #fff inset;
}
select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    border-radius: 0;
}
select::-ms-expand {
    display: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0; 
}
caption{
	display: none;
}
header, footer, aside, main, section, article, nav{
	display:block;
}
ul, li {
    margin: 0;
    list-style: none;
}
/* ::selection{
	color:#fff;
	background: #fff;
} */
*:focus, a:hover, button:hover, input:hover { 
	outline: none; 
	 -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	 -webkit-tap-highlight-color: transparent;
}
span, strong, b, em{
	color:inherit;
	font-size:100%;
	font-weight:inherit;
	line-height: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;
}
button,textarea,input{
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="checkbox"]{
	display: none;
}
button, fieldset{	
	border:0;
	outline:none;
	background:none;
}
legend{
	display: none;
}
font {
	font-size: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
}
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
    width: 10px; 
	height: 10px; 
	background: url(../../img/common/icon_search_close_btn.png) no-repeat center;
    cursor: pointer;
}


@media screen and (max-width: 500px) {
	html, body{
		overflow-x: hidden;		
	}
}
