@charset "utf-8";
/*
@font-face {
font-family:’NanumGothic’;
src: url(‘images/NanumGothic.eot’);
src: url(‘images/NanumGothic.eot?#iefix’) format(’embedded-opentype’),
url(‘images/NanumGothic.woff’) format(‘woff’),
url(‘images/NanumGothic.ttf’) format(‘truetype’);
font-weight: normal;
font-style: normal;
}
*/
* {font-family: 'Nanum Gothic', sans-serif; -webkit-font-smoothing: antialiased; word-break: keep-all; letter-spacing: -0.2px;}
/* Reset */
* {outline:0  !important;-webkit-tap-highlight-color:rgba(0,0,0,0) !important;tap-highlight-color:rgba(0,0,0,0) !important;}
html,body,h1,h2,h3,h4,h5,h6,div,p,blockquote,pre,code,address,ul,ol,li,menu,nav,section,article,aside,
dl,dt,dd,table,thead,tbody,tfoot,label,caption,th,td,form,fieldset,legend,hr,input,button,textarea,object,figure,figcaption {margin:0;padding:0;}
html, body{width:100%; 1line-height:100%;}

html{
	-webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
body{
	width:100%;
	min-width:320px;
	padding-bottom: 60px;
	background:#fff;
}
body,input,select,textarea,button {border:none;font-size:14px; color:#474849;}
table {font-size:14px;}
ul,ol,li{list-style:none;}
img,fieldset{border:0;}
address,caption,cite,code,em{font-style:normal;font-weight:normal;}
label,img,input,select,textarea,button{vertical-align:middle;}
caption,legend{line-height:0;font-size:1px;overflow:hidden;}
hr{display:none;}
main,header,section,nav,footer,aside,article,figure{display:block;}

/* Font */
body{
	font-family:'NanumBarunGothic', 'nanumgothic';
	font-size: 14px;
	color: #474849;
	-webkit-text-size-adjust:none;
	word-wrap:break-word;
	word-break:break-all;
}
h1 {font-size: 32px}
h2 {font-size: 28px}
h3 {font-size: 24px}
h4 {font-size: 20px}
h5 {font-size: 15px}
a{
	color:#474849;
	text-decoration:none;
}
a:link,a:hover,a:active{text-decoration:none;}
footer {text-align:center;}
/* Table */
table {
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}
 
/* Form */
input, select {margin-right: 8px}
textarea {
	padding: 8px 12px;
	border:1px solid #d0d0d0;
	border-radius: 5px;
}
select {
	width: 150px;
	height:33px;
	margin: 0 8px;
	padding: 0 30px 0 12px;
	font-size:13px;
	color:#373737;
	border:1px solid #d0d0d0;
	border-radius: 5px;
	background:#fff url(../../images/select.png) no-repeat center right;
	box-sizing: border-box;
	-webkit-appearance:none; /* 화살표 없애기 for chrome*/
	-moz-appearance:none; /* 화살표 없애기 for firefox*/
	appearance:none /* 화살표 없애기 공통*/
}
select:first-child {margin-left: 0}
select:focus {background:#fff url(../../images/select-focus.png) no-repeat center right;}
select::-ms-expand{ display:none /* 화살표 없애기 for IE10, 11*/ }
input[type=tel],
input[type=time],
input[type=text],
input[type=password],
input[type=search],
input[type=email],
input[type=file],
input[type=url],
input[type=number],
input[type=submit],
input[type=date],textarea {
	width: 100%;
	height: 33px;
	margin-right: 8px;
	padding: 0 12px;
	text-decoration:none;
	color:#474849;
	border:1px solid #d0d0d0;
	border-radius: 5px;
	background:#fff;
	box-sizing: border-box;
}
input::-webkit-input-placeholder{
	color:#b5b5b5;
	font-size:12px;
	font-weight: normal;
	line-height:100%;
}
select:focus,select:hover,
textarea:focus,textarea:hover,
input:focus,input:hover { border: 1px solid #EA6A7C;}

input[type=tel][readonly],
input[type=text][readonly],
input[type=password][readonly],
input[type=email][readonly], 
input[type=tel][disabled],
input[type=text][disabled],
input[type=password][disabled],
input[type=email][disabled]{background:#eaeaea !important; border-color:#c0c0c0 !important; color:#666 !important; -webkit-appearance:none;font-size:13px; text-align:center}
textarea[readonly],
textarea[disabled]{padding:11px; font-size:16px; color:#666 !important; font-weight:normal; line-height:140%; height:78px; background:#eaeaea;border:1px solid #c0c0c0; -webkit-border-top-left-radius:5px; -webkit-border-bottom-left-radius:5px; -webkit-border-top-right-radius:5px; -webkit-border-bottom-right-radius:5px;}

.clear { zoom:1;clear:both;}
.clear:after { content:""; display:block; clear:both;}

/*scroll*/
table *::-webkit-scrollbar,
table *::-webkit-scrollbar:vertical,
table *::-webkit-scrollbar:horizontal {
	width: 10px;
	height: 10px;
}
table *::-webkit-scrollbar-thumb,
table *::-webkit-scrollbar-thumb:vertical,
table *::-webkit-scrollbar-thumb:horizontal {
	background-color: #c0c0c0a6;
	border-radius: 5px;
}
table *::-webkit-scrollbar-track,
table *::-webkit-scrollbar-track:vertical,
table *::-webkit-scrollbar-track:horizontal {
	background-color: transparent;
	border-radius: 5px;
	opacity: 0;
}