/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html {

	/* Prevent font scaling in landscape */

	text-size-adjust: 100% !important;

   -webkit-text-size-adjust: 100%  !important; /*Chrome, Safari, newer versions of Opera*/

   -moz-text-size-adjust: 100%  !important; /*Firefox*/

   -ms-text-size-adjust: 100%  !important;  /*Ie*/

   -o-text-size-adjust: 100%  !important; /*old versions of Opera*/

   
  

}

​


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, sup, 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;
	font: inherit;
	vertical-align: inherit;
	-webkit-tap-highlight-color : transparent !important;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
section{overflow: hidden;}
body {
	line-height: 1.5;
	
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button {border: none;}
button,
input,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 2 */
	margin: 0; /* 3 */
	-webkit-tap-highlight-color : transparent !important;
}
button,
input {
	outline: none;
	line-height: normal;
	-webkit-appearance: none; 
	-webkit-border-radius: 0;
	-webkit-tap-highlight-color : transparent !important;
}

button,
select {
	text-transform: none;
	-webkit-tap-highlight-color : transparent !important;
}

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
	-webkit-tap-highlight-color : transparent !important;
}


input[type="text"], input[type="tel"], 
input[type="password"], input[type="email"],
input[type="search"], button{
	-webkit-border-radius:0; /* 모서리 스타일 제거 */
	-webkit-appearance:none; /* 모서리 스타일 제거 */
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity:1;
	-webkit-text-fill-color: inherit;
	
}

button[disabled] {
	opacity:1;
	-webkit-text-fill-color: inherit;
	background-color: #d8d8d8;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

input[type="checkbox"]{
	position: absolute; top:0; left: 0; width: 100%; height: 100%; opacity: 0;
}


input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

input[type="text"], input[type="password"] {
	width: 100%; height: 3rem; 
	border:none; border-bottom:0.1rem solid #C3C3C3;
	font-size: 1.3rem; color:#616161;
}
input[type="text"]:focus, input[type="password"]:focus{
	border-bottom:0.1rem solid #000;
}

input[type="text"]:disabled {
	opacity:1;
	-webkit-text-fill-color: inherit;
	background-color: #efefef;
}
input[type="text"] + label {
	position: absolute; top:0.8rem; right: 0rem; 
	display: none; width: 1.6rem; height: 1.6rem;
	background: url(../images/icon_clear.png); background-position: center;
	background-size: cover;
	text-indent: -9999rem;
	cursor: pointer;
}
input[type="password"] {font-size: 2rem;}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea{
	width: 100%;  padding:1rem 1.4rem;
	border:0.1rem solid #EEEEEE; overflow: auto; /* 1 */
	resize: vertical;
	font-size:1.5rem; vertical-align: top; /* 2 */
}

textarea:disabled {background-color: #efefef; color:#c3cbd3;}
textarea::placeholder{color:#c3cbd3;}
textarea::-webkit-input-placeholder{color:#c3cbd3;}
textarea:-ms-input-placeholder{color:#c3cbd3;}
textarea:-mos-input-placeholder{color:#c3cbd3;}

input::placeholder{color:#c3cbd3; font-weight: 400;}
input::-webkit-input-placeholder{color:#c3cbd3; font-weight: 400;}
input:-ms-input-placeholder{color:#c3cbd3; font-weight: 400;}
input:-mos-input-placeholder{color:#c3cbd3; font-weight: 400;}


a {text-decoration:none;}
address {font-style:normal;}
caption {display:none}

strong {font-weight: bold;}
small {font-size: 0.8em; vertical-align: text-bottom;}

h1,h2,h3,h4,h5,h6 {font-weight: 700;}

div{display: block; width: 100%;}
p{display: block; width: 100%;}

