/*
	초기화 사용자
*/
@charset 'utf-8';
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css'); /* 100, 300, 400, 500, 700, 900 */
@font-face {
	font-family: 'NanumSquare';
	font-style: normal;
	src: url('./font/NanumSquareL.eot');
	src: url('./font/NanumSquareL.eot?#iefix') format('embedded-opentype'),
		url('./font/NanumSquareL.woff') format('woff'),
		url('./font/NanumSquareL.ttf') format('truetype');
}

@font-face {
	font-family: 'NanumSquare';
	font-weight: 400;
	font-style: normal;
	src: url('./font/NanumSquareR.eot');
	src: url('./font/NanumSquareR.eot?#iefix') format('embedded-opentype'),
		url('./font/NanumSquareR.woff') format('woff'),
		url('./font/NanumSquareR.ttf') format('truetype')
}

@font-face {
	font-family: 'NanumSquare';
	font-weight: 700;
	font-style: normal;
	src: url('./font/NanumSquareB.eot');
	src: url('./font/NanumSquareB.eot?#iefix') format('embedded-opentype'),
		url('./font/NanumSquareB.woff') format('woff'),
		url('./font/NanumSquareB.ttf') format('truetype');
}

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('/Content/fonts/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansBlod';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBlod.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {width:100%;height:100%;}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote, header, nav, aside, section, article, p, table, thead, tbody, tfoot, th, td, div, span, a, input, input[type=text], input[type=password], input[type=submit], textarea, select, option, iframe, button, caption {box-sizing:border-box;}
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote, header, nav, aside, section, article, p, div, input[type=submit], iframe, button, caption {padding:0;margin:0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block;}
body {font-family:'GmarketSansMedium','Noto Sans KR',sans-serif,tahoma,'NanumSquare',dotum,gulim;font-size:1em;color:#444;}
textarea {font-family:'GmarketSansMedium','Noto Sans KR',sans-serif,tahoma,'NanumSquare',dotum,gulim;}
input, button, select, img {vertical-align:middle;}
input, button, select {font-size:1em;}
img, input[type=image] {border:0;}
img {max-width:100%;height:auto !important;}
button, input[type=button], input[type=submit], input[type=image] {cursor:pointer;}
li {list-style:none;}
table {border-collapse:collapse;border-spacing:0;}
caption {width:0;height:0;text-indent:-99999px;}
th {text-align:center;font-weight:bold;}
a:link, a:visited, a:active, a:hover {color:#000;text-decoration:none;}
h6 {font-size:1em;}
h5 {font-size:1.1em;}
h4 {font-size:1.3em;}
h3 {font-size:1.6em;}
h2 {font-size:2em;}
h1 {font-size:2.4em;}

/* ios기본효과초기화 */
input[type=text], input[type=password], input[type=button], input[type=submit] {appearance:none;-webkit-appearance:none;-webkit-border-radius:0;border-radius:0;-moz-border-radius:0;-moz-appearance:none;}


select, input, textarea, button{ font-family:'Noto Sans KR','Nanum Gothic',"돋움", dotum, sans-serif; font-size:inherit; vertical-align:middle;}
input[type="submit"], input[type="reset"]{}
input[type="text"], input[type="password"], select{border:1px solid #d2d2d2}
img{vertical-align:top}
table { border-collapse: collapse; border-spacing: 0}
ul, ol{list-style: none}
a {color: #323232; text-decoration: none;}
address{font-style:normal}
caption{text-indent:-9999px; height:0}
 article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
legend{ display:none}