@charset "utf-8";

#template-exhibitor-apply-introduce .exhibitor-apply-introduce-contents {
  padding-top:120px;
  margin-bottom:200px;
}

#template-exhibitor-apply-introduce .top-visual {
  width:100%;
  height:250px;
  background:url(/images/introduce_top.jpg) no-repeat 0% 0%;
}

#template-exhibitor-apply-introduce .contents-wrap {
  width:1220px;
  margin:0 auto;
}

#template-exhibitor-apply-introduce .accept-title {
  font-family: 'NanumSquare', gulim;
  font-size:20px;
  font-weight:700;
  color:#2e2e2e;
  letter-spacing:-1px;
  margin-bottom:20px;
}

#template-exhibitor-apply-introduce .accept-title > label {
  color:#2f62c8;
}

#template-exhibitor-apply-introduce .accept-txt {
  font-family: 'Noto Sans KR', gulim;
  font-size:14px;
  font-weight:300;
  letter-spacing:-1px;
  color:#da2323;
}

#template-exhibitor-apply-introduce .accept-txt > label {
  font-size:1px;
  color:#888888;
}

#template-exhibitor-apply-introduce table {
  font-family: 'Noto Sans KR', gulim;
  font-size:14px;
  font-weight:300;
  color:#2e2e2e;
  letter-spacing:-1px;
  margin:15px 0px;
  border-top:4px solid #2f62c8;
  width:100%;
}

#template-exhibitor-apply-introduce .table-input {
  margin-bottom:50px;
}

#template-exhibitor-apply-introduce table tr {
  height:50px;
  border-bottom:1px solid #d8d8d8;
}

#template-exhibitor-apply-introduce table tr label {
  font-weight:300;
  margin:0px;
}

#template-exhibitor-apply-introduce table th {
  background-color:#f7f7f7;
  border-right:1px solid #d8d8d8;
  text-align:center;
}

#template-exhibitor-apply-introduce table td {
  padding:0px 15px;
}

#template-exhibitor-apply-introduce .search-btn {
  width:100px;
  height:35px;
  line-height:35px;
  background-color:#707070;
  font-family: 'Noto Sans KR', gulim;
  font-size:14px;
  font-weight:500;
  color:#fff;
  border:solid 0px;
  margin-right:17px;
}

#template-exhibitor-apply-introduce .hint {
  font-family: gulim;
  font-size:14px;
  font-weight:300;
  color:#71747a;
  letter-spacing:-1px;
  margin-left:10px;
}

#template-exhibitor-apply-introduce input[type="text"] {
  width:50%;
  height:35px;
  line-height:35px;
  font-family: 'Noto Sans KR', gulim;
  font-size:14px;
  font-weight:300;
  color:#2e2e2e;
  padding:0px 10px;
}

#template-exhibitor-apply-introduce .logo-txt {
  width:225px !important;
}

#template-exhibitor-apply-introduce .intorduce-txt {
  height:205px;
}

#template-exhibitor-apply-introduce .intorduce-txtarea {
  width:100%;
  height:155px;
  font-family: 'Noto Sans KR', gulim;
  font-size:14px;
  font-weight:300;
  color:#2e2e2e;
  padding:0px 10px;
}

#template-exhibitor-apply-introduce .accept-txt {
  font-family: 'Noto Sans KR', gulim;
  font-size:14px;
  font-weight:300;
  color:#da2323;
}

#template-exhibitor-apply-introduce .accept-btn-div {
  text-align:center;
  margin-top:50px;
  height:55px;
}

#template-exhibitor-apply-introduce .accept-btn {
  display:inline-block;
  width:255px;
  height:55px;
  line-height:55px;
  background-color:#707070;
  font-family: 'Noto Sans KR', gulim;
  font-size:22px;
  font-weight:500;
  color:#fff;
  text-decoration:none;
  margin:0px 10px;
  border:solid 0px;
}

#template-exhibitor-apply-introduce .accept-btn1 {
  background-color:#2f62c8;
}

@media screen and (max-width:1280px) {

	#template-exhibitor-apply-introduce .contents-wrap {
		padding:0px 10px;	
	}
	
}

@media screen and (max-width:767px) {

	#template-exhibitor-apply-introduce .exhibitor-apply-introduce-contents {
		padding-top:100px;
		margin-bottom:50px;
		width:100%;
		overflow:scroll;		
	}	
}	