@charset "utf-8";
/* 웹폰트 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.min.css");

img {
	border: none;
}
/* a 링크 초기화 */
a {
	color:#222;
	text-decoration: none;
}
/* 폰트 초기화 */
body,input,textarea,select,button,table {
	font-family: 'Pretendard-Regular';
	font-size:13px;
	color:#333;
	line-height:1.5;
	letter-spacing:-0.05em;
	-webkit-text-size-adjust:none;
	margin:0;
	padding:0;
}
body,html {
	height:99.99%;
	-webkit-text-size-adjust:none;
	margin:0;
	padding:0
	
}
p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,div,form,fieldset,legend,input,textarea,button,select,pre,code {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box
}
table,th,td {
	margin:0;
	padding:0
}
input,textarea,select,button {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box
}

a,p,span,strong,em,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,div {
	line-height:1.2em;
	font-size:1em; 
}
h1,h2,h3,h4,h5,h6,strong {
	color:#222;
}
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display:block;
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
img,fieldset {
	border:0;
	vertical-align:middle
}
iframe,button {
	border:0
}
dl,ul,ol {
	list-style:none
}
i,em,address,var {
	font-style:normal
}
button {
	border:0 none;
	background-color:transparent;
	cursor:pointer;
	-webkit-appearance:none;
	-webkit-border-radius:0 color:#fff;
	border-radius:8px;
	box-shadow:0 3px 5px rgba(0,0,0,0.18);
}
a {
	color:#333;
	text-decoration:none;
	cursor:pointer
}
a:hover {
	color:#ff2626	color:#303030;
	-webkit-transition:color .2s ease-in-out;
	-moz-transition:color .2s ease-in-out;
	-o-transition:color .2s ease-in-out;
	-ms-transition:color .2s ease-in-out;
}
hr {
	display:none
}
table {
	border-collapse:collapse;
	border-spacing:0
}
div {
	text-align:left
}
hr,caption,legend {
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:0;
	overflow:hidden;
	/* visibility:hidden;*/ font-size:0;
	line-height:0
}
table {
	/* border-collapse:collapse;*/ border-spacing:0;
	width:100%
}
a:hover,a:active,a:focus {
}
h1,h2,h3,h4,h5,h6,strong {
	/* font-weight:normal */
}
p,li,dd {
	font-weight:400;
	color:#333;
	line-height:35px
}
h3 {
	font-size:1.6em;
	font-weight:500;
}
input, select {
	font-size:0.9em;
	color:#000;
	letter-spacing:0em;
	vertical-align:middle;
	height:35px;
	padding:0 5px ; 

}
.select2 {
	vertical-align:top;
	height:32px;
	width:150px;
	font-size:14px;
	color:#6d6d6d;
	margin:0 0 0 0;
	line-height:20px;
	border:1px solid #e2e2e2;
	background-color:#ffffff;
	padding-top:0px;
	padding-left:0px;
}
.submit {
	font-family: 'Pretendard-Regular';
	font-size:12px;
	color:#fff;
	border:0px;
	background:#757575 url("/new_images/submit.gif") center repeat-x;
	width:100px;
	height:30px;
	vertical-align:middle;
	cursor:pointer;
}
.submit:hover {
	background:#ed9c34 url("/new_images/submit_over.gif") center repeat-x;
	border:0px solid #c05f05;
	color: #ffffff;
}


.submit2 {
	font-size:12px;
	color:#fff;
	border:0px;
	background:#757575 url("/new_images/submit.gif") center repeat-x;
	width:100px;
	height:30px;
	vertical-align:middle;
	cursor:pointer;
}
.submit2:hover {
	background:#ed9c34 url("/new_images/submit.gif") center repeat-x;
	border:0px solid #c05f05;
	color: #ffffff;
}

.submit3 {
	font-size:12px;
	color:#fff;
	border:0px;
	background:#757575 url("/new_images/submit_over.gif") center repeat-x;
	width:100px;
	height:30px;
	vertical-align:middle;
	cursor:pointer;
}
.submit3:hover {
	background:#ed9c34 url("/new_images/submit_over.gif") center repeat-x;
	border:0px solid #c05f05;
	color: #ffffff;
}