@charset "utf-8";

/**********************/
/* 8snippet KMH + http://necolas.github.io/normalize.css/  v1.5*/

/**********************/

html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;}

/* web font */
@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('font/Pretendard-Regular.woff2') format('woff2'), url('font/Pretendard-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('font/Pretendard-SemiBold.woff2') format('woff2'), url('font/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('font/Pretendard-Bold.woff2') format('woff2'), url('font/Pretendard-Bold.woff') format('woff');
}

/* * { font-family: Pretendard, 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Noto Sans KR', 'Malgun Gothic', sans-serif;} */

/* HTML5 */
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block;}

/* Reset */
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,img,fieldset,legend,p,button,input,table,th,tr,td,thead,tbody,tfoot,a,textarea,
label,del,dfn,em,ins,kbd,q,s,samp,select,small,strike,strong,sub,sup,tt,var,acronym,form,blockquote,abbr,pre,address,big,cite,code{margin:0;padding:0;}

li{list-style:none;}
em{font-style:normal;}

/* Link */
a{background-color:transparent;cursor:pointer !important;color:#333;}
a:link,a:visited{text-decoration:none;outline:0;}
a:active,a:hover{color:#111;text-decoration:none;outline:0;}

/* Text-level semantics */
abbr[title]{border-bottom:1px dotted;}
b,strong{font-weight:bold;}
dfn{font-style:italic;}

/* Font */
body{font-size:1em;font-family:Pretendard, 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Noto Sans KR', 'Malgun Gothic', sans-serif;line-height:1em;color:#333;overflow-x:hidden;font-weight:400;}
address{font-style:normal;color:#999;font-size:1em;line-height:1em;}
h1,h2,h3,h4,h5,h6{font-weight:normal;line-height:0;}

input[type=text],input[type=password],input[type=email],input[type=number]{width:100%;padding:3px 5px;/*height:23px;font-size:1em;line-height:1em;border:1px solid #bbb;color:#00a551;*/
font-family:Pretendard, 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Noto Sans KR', 'Malgun Gothic', sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;}

textarea{font-size:1em;line-height:1em;border:1px solid #bbb;padding:3px 5px;color:#00a551;overflow:auto;resize:none;
font-family:Pretendard, 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Noto Sans KR', 'Malgun Gothic', sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}

input[type=submit]{font-family:Pretendard, 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Noto Sans KR', 'Malgun Gothic', sans-serif;}

button,select{font-family:Pretendard, 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Noto Sans KR', 'Malgun Gothic', sans-serif;}

mark{background:#ff0;color:#000;}
small{font-size:80%;}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}
sup{top:-0.5em;}
sub{bottom:-0.25em;}

/* Embedded content */
img,fieldset,iframe{border:0;border-style:none;}
svg:not(:root){overflow:hidden;}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline;}
audio:not([controls]){display:none;height:0;}
[hidden],template{display:none;}

/* Grouping content */
figure{margin:1em 40px;}
hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0;}

/* Selection */
::-webkit-selection{background:#c6c6c6;color:#fff;text-shadow:none;}
::-moz-selection{background:#c6c6c6;color:#fff;text-shadow:none;}
::selection{background:#c6c6c6;color:#fff;text-shadow:none;}

/* Contain overflow, em-unit font size */
pre{overflow:auto;}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em;}

/* Forms */
button{padding:0;margin:0;background:transparent;*overflow:visible;overflow:visible;cursor:pointer;border:0 none;white-space:nowrap;color:inherit;font:inherit;text-transform:none;}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0;}
select{text-transform:none;}

button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}
input[type=image]{cursor:pointer;}
button[disabled],html input[disabled]{cursor:default;}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}
button:focus {outline:0;}

/* Blind */
.blind,#skipnavi{position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden;visibility:hidden;font-size:0;line-height:0;}
caption,legend{visibility:hidden;height:0;font-size:0;line-height:0;width:0;overflow:hidden;text-align:left;border:0;}

/* Input */
input{line-height:normal;}
input[type=checkbox],input[type=radio]{box-sizing:border-box;vertical-align:middle;padding:0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto;}
input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}

optgroup{font-weight:bold;}

/* Tables */
table{border-collapse:collapse;border-spacing:0;}
td,th{padding:0;}

/* Float clear */
.clearfix:after{content:"";display:block;clear:both;}

/* Placeholder */
input[placeholder],[placeholder],*[placeholder]{color:#999 !important;font-weight:300;}
input::-webkit-input-placeholder{color:#999 !important;font-weight:300;}
input::-moz-placeholder{color:#999 !important;font-weight:300;}
input:-moz-placeholder{color:#999 !important;font-weight:300;}
input::-ms-input-placeholder{color:#999 !important;font-weight:300;}
input:-ms-input-placeholder{color:#999 !important;font-weight:300;}


/* input, select 스타일 초기화 */ 
input, select{width:100%;height:35px;padding:3px 5px;font-size:15px;line-height:19px;color:#333 !important;font-weight:400;border:1px solid #ddd;cursor:pointer;background:#fff;
font-family:Pretendard, 'Apple SD Gothic Neo', -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Noto Sans KR', 'Malgun Gothic', sans-serif;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;}
select:focus {outline:none;}



