@charset "euc-kr";

/* NanumSquareR - korean_latin */
@font-face {
	font-family:'NanumSquare';
	font-style:normal;
	font-weight:normal;
	src: local('NanumSquareR'),
	   url('fonts/NanumSquareR.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('fonts/NanumSquareR.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* NanumSquareB - korean_latin */
@font-face {
	font-family:'NanumSquare';
	font-style:normal;
	font-weight:500; /* 500 */
	src: local('NanumSquareB'),
	   url('fonts/NanumSquareB.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
	   url('fonts/NanumSquareB.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* roboto-regular - latin */
@font-face {
  font-family:'Roboto';
  font-style:normal;
  font-weight:normal;
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v20-latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family:'Roboto';
  font-style:normal;
  font-weight:500;
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v20-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v20-latin-500.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family:'Roboto';
  font-style:normal;
  font-weight:bold;
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
       url('fonts/roboto-v20-latin-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

*{max-height:1e+06px} /* ½Ã½ºÅÛÆùÆ® Á¦¾î */
*:focus{outline:none}

*, *:before, *:after {
	margin:0px;
	padding:0px;
	box-sizing:inherit;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
  	-webkit-box-sizing:inherit;
  	-moz-box-sizing:inherit;
	-o-box-sizing:inherit;
	touch-action:pan-x pan-y;	/* 2021-09-02 */ /* ios 10 ÀÌ»ó¿¡¼­ ÇÉÄ¡ Á¦¾î */
}

html {font-size:21.5px; width:100%; height:100%; overflow:hidden; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box} /* 2021-12-21 */

@media screen and (max-width:360px){
	html, body {font-size:19.5px;} /* 2021-12-21 */
}
@media screen and (max-width:320px){
	html, body {font-size:16.5px;} /* 2021-12-21 */
}

body {
	width:100%;
	height:100%;
	overflow:hidden;
	margin:0;
	line-height:1;
	vertical-align:baseline;
	color:#000000;
	letter-spacing:-1px;	/* 2021-12-21 */
	font-family:'NanumSquare', 'Roboto', 'sans-serif';
	font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	-webkit-text-size-adjust:none;
}
address, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, section {display:block; margin:0; padding:0;}
hr {display:none;}
caption {overflow:hidden; height:0px; font-size:0px; line-height:0px;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
img {border:none; vertical-align:middle;}
ol, ul, li, dl, dt, dd {list-style:none;}
table {
	width:100%;
	border:0px;
	border-spacing:0px;
	table-layout:fixed;
	border-collapse:collapse;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-o-box-sizing: border-box;
}
th, td {border:0px; word-break:break-all; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}
th {font-weight:normal;}
td {}
fieldset {width:100%; border:0px;}
legend {display:none;}
frameset {border:0px;}
iframe {width:100%; border:0px;}
em, address {font-style:normal;}
button, a, input, label, textarea {vertical-align:middle; cursor:pointer; font-family:inherit}
select {vertical-align:middle; font-family:inherit;}
button {overflow:visible; /*outline:none;*/ cursor:pointer; border:0px; background:transparent; color:inherit; font-size:inherit;} /* 2021-11-29 */
button::-moz-focus-inner {padding:0px;}
select, input, textarea {box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -webkit-border-radius:0; -webkit-arrearance:none} /* 2021-12-03 */
strong {font-weight:bold;}
a{font-family:inherit; text-decoration:none; color:#000000; letter-spacing:0px;}
a:link, a:visited, a:active, a:hover{color:#000000} /* 2021-11-10 */
img{max-width:100%}

/* iOS 11.0 ¹öÀü */ /* 2021-12-09 */
constant(safe-area-inset-top)
constant(safe-area-inset-right)
constant(safe-area-inset-bottom)
constant(safe-area-inset-left)

/* iOS 11.2 ÀÌ»ó */ /* 2021-12-09 */
env(safe-area-inset-top)
env(safe-area-inset-right)
env(safe-area-inset-bottom)
env(safe-area-inset-left)