/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@charset "utf-8";

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-size: 100%;
	font-family: 'Noto Sans KR', 'Dotum', 돋움, 'Malgun Gothic', 맑은 고딕, tahoma, 굴림, gulim, sans-serif;
	vertical-align: middle;
	box-sizing: border-box;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
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;
}

body, html {
	width: 100%;
}
input, img, button {
	vertical-align:middle;
}
label {
	cursor:pointer;
}
body {
	-webkit-text-size-adjust: 100%;
	background-color:#f6f6f6;
}

.wrapper_popup {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

.wrapper_popup h1 {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 10px;
}

.wrapper_popup textarea {
	margin-left: 10px;
	font-family: 'Noto Sans KR', 'Dotum', 돋움, 'Malgun Gothic', 맑은 고딕, tahoma, 굴림, gulim, sans-serif;
	padding: 4px;
	font-size: 14px;
	border: solid 1px #ccc;
	width: calc( 100% - 40px );
	height: 600px;
}

.wrapper {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 50px;
}

.header {
	width: 100%;
	margin-top: 20px;
	border-top: solid 1px #bababa;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	overflow: hidden;
}

.header h1 {
	margin-left: -9999px;
}

.content {
	width: 100%;
	border-top: solid 1px #fff;
	border-left: solid 1px #cfcfcf;
	border-right: solid 1px #cfcfcf;
	border-bottom: solid 1px #cfcfcf;
	background-color: #fff;
}

.content .intro {
	float: left;
	width: 290px;
	background-color: #525252;
	padding-bottom: 80px;
	height: 2250px;
}

.content .intro > div {
	width: 238px;
	margin: 50px auto 0px auto;
}

.content .intro > div > strong {
	font-size: 20px;
	color: #ea0001;
	border-bottom : solid 1px #fff;
	display: block;
	padding-bottom: 10px;
	margin-bottom: 6px;
}

.content .intro > div > p {
	font-size: 16px;
	letter-spacing: -1.2px;
	line-height: 24px;
	color: #fff;
}

.content .intro > div > ul > li {
	font-size: 16px;
	letter-spacing: -1.2px;
	line-height: 24px;
	color: #fff;	
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 16px;
}

.content .intro > div > ul > li > strong {
	vertical-align: top;
}

.content .intro > div > ul > li > a {
	vertical-align: top;
	color: #fff;
	text-decoration: underline;

}

.content .intro > div > ol > li {
	font-size: 16px;
	letter-spacing: -1px;
	line-height: 24px;
	color: #fff;	
	margin-bottom: 2px;
	padding-left:2.7em;
	text-indent:-2.7em;
}

.content .form {
	float: left;
	width: 408px;
	background-color: #fff;
}

.content .form table {
	width: 335px;
	margin-left: 24px;
}

.content .form table .must{
	color: #d22c2c;
}

.content .form table thead th{
	padding-top: 50px;
	padding-bottom: 14px;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	border-bottom: solid 2px #ea0001;
}

.content .form table:nth-child(2) thead th{
	padding-top: 20px;
	padding-bottom: 0px;
	text-align: left;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	border-bottom: solid 2px #ea0001;
}


.content .form table thead th p {
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 4px;
}

.content .form table tbody tr.label td {
	padding-top: 20px;
	font-size: 16px;	
	padding-left: 1em;
	line-height: 20px;
	text-indent: -1em;
}

.content .form table tbody tr.input td {
	padding-top: 4px;
	padding-left: 14px;
	font-size: 16px;	
	line-height: 20px;
}

.content .form table tbody tr.input td input[type="text"]{
	font-size: 16px;	
	border: solid 1px #ccc;
	height: 32px;
	box-sizing: border-box;
	width: 225px;
	padding: 4px;
}

.content .form table tbody tr.input td select{
	font-size: 16px;	
	border: solid 1px #ccc;
	height: 32px;
	box-sizing: border-box;
	width: 150px;
	padding: 4px;
}

.content .form table tbody tr.input td input[name="company_email"]{
	width: 305px;
}

.content .form table tbody tr.input td input{
	vertical-align: middle;
}

.content .form table tbody tr.input td label[for="qa"]{
	margin-top: 10px;
	display: block;
}

.content .form table tbody tr.input td label.radio{
	margin-right: 40px;
}


.content .form table tbody tr.input td label input[type="radio"]{
	margin-top: 0px;
}

.content .form table tbody tr.input td textarea{
	margin-top: 8px;
	width: 95%;
	height: 50px;
	border: solid 1px #ccc;
	margin-bottom: 10px;
	font-size: 16px;
	color: #000;
}

.content .form table tfoot td{
	padding-top: 16px;
	border-top: solid 2px #ea0001;
	line-height: 22px;
	vertical-align: middle;
	padding-left: 1.5em;
	text-indent: -1.5em;
}

.content .form table tfoot td a{
	font-size: 16px;
	color: #10418a;
	text-decoration: none;
	border-bottom: solid 1px #10418a;
}

.content .form table tfoot td label{
	font-size: 16px;
	color: #000;
	text-decoration: none;
	border-bottom: solid 1px transparent;
}

.content .button {
	clear: left;
	width: 100%;
	border-top: solid 1px #cfcfcf;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.footer {
	width: 100%;
	background-color: #b8b8b8;
	
}

.content .form table tbody tr.input td.no-padding {
	padding-top: 10px;
	padding-left: 0px;
}


.content .form table tbody tr.input td ul li {
	float: left;
	width: 50%;
	font-size: 16px;
	padding-bottom: 6px;
}

.content .form table tbody tr.input td ul li label {
	font-size: 16px;
	letter-spacing: -1px;
}

.content .form table tbody tr.input td ul li.full {
	float: left;
	width: 100%;
}

.content .form table tbody tr.input td ul li.w80 {
	width: 79%;
}

.content .form table tbody tr.input td ul li.w20 {
	width: 19%;
}


.content .form table tbody tr.input td ul li input[type="text"]{	
	width: calc( 100% - 70px );
}

.content .form table:nth-child(2) tbody tr:last-child td{
	padding-top: 40px;
}