@charset "utf-8";

@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 700;
	src: url('/stockunion/font/GmarketSansTTFBold.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 500;
	src: url('/stockunion/font/GmarketSansTTFMedium.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
	font-family: 'Gmarket Sans';    font-style: normal;    font-weight: 300;
	src: url('/stockunion/font/GmarketSansTTFLight.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* font-family: 'Noto Sans KR', sans-serif */ 
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

html{overflow-x:hidden;}
body { 
	width:100%; height:100%; letter-spacing:0px; color:#252525; font-size:16px;  font-family: 'Noto Sans KR', sans-serif; background-color:#fff;
}

/* @import url('https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@400;700;800&display=swap'); */

/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
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, tt, var,
b, 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;
	vertical-align: baseline;
	box-sizing:border-box;
	/*세로모드에서 가로모드로 전환할때 텍스트가 약간 커지는 현상 방지*/
	margin:0; padding:0;border:0;vertical-align:baseline;-webkit-text-size-adjust:none;
  	text-decoration:none;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
 footer, header, hgroup, menu, nav, section {
    display: block; 
    font-family: 'Noto Sans KR', sans-serif;
}
body {
  line-height: 1;
  letter-spacing: -0.04em;
  word-break: keep-all;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
	box-sizing:border-box;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
	box-sizing:border-box;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button, a {
  padding:0; margin:0; background:transparent; border:0; outline:0; cursor:pointer; font-size:inherit; font-family: 'Noto Sans KR', sans-serif;
  color: inherit;
}
textarea, input, select, textarea {
	padding:0; margin:0; outline:0; font-size:inherit; font-family: 'Noto Sans KR', sans-serif; border:1px solid #d2d2d2;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width:100%; padding:5 10px;
}
select {
    background: url(../images/basic_select.png) no-repeat;
    background-position-x: calc(100% - 10px);
    background-position-y: 50%;
    background-size: 10px 7px;
}
input[type="radio"], input[type="checkbox"] {
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}

input[type=date]::-webkit-inner-spin-button, .top_wrap .input_wrap input[type=date]::-webkit-outer-spin-button {
	-webkit-appearance: none; -moz-appearance: none; appearance: none;
}

select {
	cursor:pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none;
}
button:active, a:active, input[type="reset"]:active, input[type="submit"]:active {
	/* opacity:0.8; */
}
input {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
 }


i {
	font-size:0;
}
hr { display:block; margin:0; padding:0; border:0; background-color:#e1e1e1; }
img {
    max-width: 100%;
}


/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */ color: #ccc; }
::-moz-placeholder { /* Firefox 19+ */ color: #ccc; }
:-ms-input-placeholder { /* IE 10+ */ color: #ccc; }
:-moz-placeholder { /* Firefox 18- */ color: #ccc; }

/* 스크롤 */
/* ::-webkit-scrollbar-track { background-color: #f5f5f5; }
::-webkit-scrollbar { width: 0px;
                      background: transparent;
                      height: 0px !important; }
::-webkit-scrollbar-thumb { background-color: #aaa; } */

