@charset "utf-8";





/* **************************************** *
 * RESET FILES
 * **************************************** */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,time,figure,article,nav,header,footer,hgroup,video,audio,aside,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	vertical-align: middle;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ol,ul {list-style: none;}
ol:after, ul:after {content: '';clear: both;display: table;}
input { border: 0; margin: 0;}
button { border:0; cursor:pointer; /*outline:none;*/ margin: 0; padding: 0; box-sizing: border-box;}
table { width: 100%;border-collapse: collapse;border-spacing: 0;text-align: left;/*table-layout: fixed;*/}
/* caption,th,td {text-align: left; font-weight: normal;} */
figure,article,header,footer,nav,hgroup,video,audio,aside,main {display: block;}


/* input */
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=url],
input[type=search],
input[type=number],
textarea {-webkit-appearance: none; -moz-appearance: none; appearance: none; -moz-box-sizing: border-box;-webkit-box-sizing: border-box;-ms-box-sizing: border-box; box-sizing: border-box; font-family: 'Nanum Gothic', sans-serif;}
select { font-family: 'Nanum Gothic', sans-serif;}

input[type=submit],
input[type=button],
button {font-family: 'Nanum Gothic', sans-serif;}

input[type=radio] {border-radius: 100%;}

input::-ms-clear {display: none;width: 0;height: 0;}x
input::-ms-reveal {display: none;width: 0;height: 0;}

input[type="search"]{-webkit-appearance:textfield}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {display: none; -webkit-appearance:none}


/* placeholder */
::-webkit-input-placeholder {font-family: 'Nanum Gothic', sans-serif;font-size: 14px;color: #aaa;}
::-moz-placeholder {font-family: 'Nanum Gothic', sans-serif;font-size: 14px;color: #aaa;}
::-ms-input-placeholder {font-family: 'Nanum Gothic', sans-serif;font-size: 14px;color: #aaa;}
input:focus::-webkit-input-placeholder, 
textarea:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder, 
textarea:focus::-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder, 
textarea:focus:-ms-input-placeholder {color: transparent;}

/* selection */
::-moz-selection {background: rgba(255, 164, 128, .35); color:#fff;}
::-ms-selection {background: rgba(255, 164, 128, .35); color:#fff;}
::selection {background: rgba(255, 192, 0, .35); color:#fff;}

/* a tag */
a {color: #2a2a2a;text-decoration: none;}


