@charset "utf-8";

input[type="radio"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
	position: relative;
	/*margin-top: 6px;*/
	margin-right: 4px;
	/*margin-right: 6px;*/
	/*vertical-align: top;*/
	border: none;
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
input[type="radio"]:focus,
.radio input[type="radio"]:focus,
.radio-inline input[type="radio"]:focus {
	outline: none;
}
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	transition: 240ms;
}
input[type="radio"]:before,
.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
	position: absolute;
	left: 0;
	top: -3px;
	background-color: #2196F3;
	-webkit-transform: scale(0);
	transform: scale(0);
}
input[type="radio"]:after,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
	position: relative;
	top: -3px;
	border: 2px solid #666666;
}
input[type="radio"]:checked:before,
.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}
input[type="radio"]:disabled:checked:before,
.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
	background-color: #bbbbbb;
}
input[type="radio"]:checked:after,
.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
	border-color: #2196F3;
}
input[type="radio"]:disabled:after,
.radio input[type="radio"]:disabled:after,
.radio-inline input[type="radio"]:disabled:after,
input[type="radio"]:disabled:checked:after,
.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
	border-color: #bbbbbb;
}
input[type="checkbox"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: relative;
	margin-right: 4px;
	border: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
input[type="checkbox"]:focus,
.checkbox input[type="checkbox"]:focus,
.checkbox-inline input[type="checkbox"]:focus {
	outline: none;
}
input[type="checkbox"]:focus:after,
.checkbox input[type="checkbox"]:focus:after,
.checkbox-inline input[type="checkbox"]:focus:after {
	border-color: #2196F3;
}
input[type="checkbox"]:after,
.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
	content: "";
	display: block;
	width: 18px;
	height: 18px;
	/*margin-top: -2px;*/
	/*margin-right: 5px;*/
	border: 2px solid #666666;
	border-radius: 2px;
	transition: 240ms;
	margin-bottom: 4px;
}
input[type="checkbox"]:checked:before,
.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
	content: "";
	position: absolute;
	top: 0;
	left: 6px;
	display: table;
	width: 6px;
	height: 12px;
	border: 2px solid #fff;
	border-top-width: 0;
	border-left-width: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type="checkbox"]:checked:after,
.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
	background-color: #2196F3;
	border-color: #2196F3;
}
input[type="checkbox"]:disabled:after,
.checkbox input[type="checkbox"]:disabled:after,
.checkbox-inline input[type="checkbox"]:disabled:after {
	border-color: #bbbbbb;
}
input[type="checkbox"]:disabled:checked:after,
.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
	background-color: #bbbbbb;
	border-color: transparent;
}


/* 검색창_인천해양포럼 연사페이지 */
form .search_speaker01 input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
}
form .search_speaker01 input[type=text]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

form .search_speaker01 button {
  float: left;
  width: 20%;
  padding: 10px;
  background: #1e5430;
  background: #007bff;
  color: white;
  font-size: 17px;
  border: 1px solid #1e5430;
  border: 1px solid #007bff;
  border-left: none;
  cursor: pointer;
}

form .search_speaker01 button:hover {
  background: #1e5430;
  border-color: #1e5430;
  background: #0069d9;
  border-color: #0062cc;
}
form .search_speaker01 button:focus, form .search_speaker01 button:active:focus{
  outline:0;
}

form .search_speaker01::after {
  content: "";
  clear: both;
  display: table;
}


/* 검색창_ 해양포럼 연사페이지  하단 박스*/

.search_box02_speaker_wrap {/* margin:auto;*/ background:#f7f7f7; padding:20px; }
.search_box02_speaker { }

.search_speaker02 label { display:none; }
form .search_speaker02 input[type=text] {
  float: left;
  width: 55%; 
  padding: 4px 10px 4px 10px;
  font-size: 17px;
  border: 1px solid grey;
  background: #f1f1f1;
	/* margin-top:-3px; */
  height: 37px;
  border-radius: 0;
  }
form .search_speaker02 input[type=text]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

form .search_speaker02 button {
  /*float: left;*/
  /* width: 20%; */
  width: 100%;
  padding: 4px 30px 4px 30px;
  background: #007bff;
  background:#023560;
  color: white;
  font-size: 17px;
  border: 1px solid #007bff;
  border: 1px solid #023560;
  border-left: none;
  cursor: pointer;
/* margin-top: 3px; */
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.speaker_search02_btn {
	float: left;
   width: 20%;
	height: 37px;
	 }
form .search_speaker02 button i { font-size: 16px;}

form .search_speaker02 button:hover {
  background: #0069d9;
  border-color: #0062cc;
}
form .search_speaker02 button:focus, form .search_speaker01 button:active:focus{
  outline:0;
}

form .search_speaker02::after {
  content: "";
  clear: both;
  display: table;
}

.search_speaker02 select { 
   float: left; 
	width: 24%;
	padding:10px 10px 8px 10px;
	font-size: 15px;
	color:#fff;
	border:none; 
	border:1px solid #007bff; 
	border:1px solid #023560; 
	background-color: #007bff;
	background-color:#023560;
	margin-right: 1%; 
	outline: none;
	height: 37px;
	border-radius: 0;
	}
	
.search_speaker02 select:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow:none;  
}	