input, button, textarea {
    outline: none;
    appearance: none;
    box-sizing: border-box;
}

.hidden {
	overflow: hidden;
	display: inline-block;
	position: absolute;
	z-index: -1;
	border: 0;
	width: 1px;
	height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
}
.inner02 {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
}
.bgc2 {
	background-color: #c2c2c2;
}
.bg3b {
	background-color: #075d96;
}
.bgae {
	background-color: #075d96
}
.bga4 {
	background-color: #a4a4a4;
}
.c_3b80d8 {
	color: #075d96;
}
.c_be3939 {
	color: #be3939;
}
.mar-top80 {
	margin-top: 80px;
}
.mar-r5 {
	margin-right: 5px;
}
.mar-r10 {
	margin-right: 10px;
}
.mar-r16 {
	margin-right: 16px;
}
.mar-r20{
	margin-right: 20px;
}
.flex {
	display: flex;
}
.relative {
	position: relative;
}

/*팝업*/
.layer-popup {
	display: none;
}
.layer-popup > .p-box {
	position: fixed;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -30%);
	width: 500px;
	z-index: 100;
	padding: 50px;
	border-radius: 30px;
	box-shadow: 0 0 30px 0 rgba(70, 70, 70, 0.34);
	background: #fff;
	color: #4a4a4a;
}
.layer-popup.z-101 > .p-box {
	z-index: 101;
}
.layer-popup > .p-box02 {
	width: 900px;
}
.layer-popup > .p-box h4 {
	font-size: 28px;
	font-weight: 600;
}
.layer-popup > .p-box p {
	font-size: 18px;
	margin: 30px 0 60px;
	line-height: 1.3;
}
.layer-popup > .p-box p > span {
	font-size: 16px;
}
.layer-popup > .p-box > div {
	text-align: center;
}
.layer-popup > .p-box02 > div.add-find {
	justify-content: flex-start;
}
.layer-popup > .p-box02 > div.add-find > div {
	width: 344px;
	height: 36px;
	border-radius: 8px;
	border: 1px solid #cbcbcb;
	align-items: center;
	padding: 0 5px 0 15px;
	margin-left: 100px;
}
.layer-popup > .p-box02 > div.add-find > div input {
	border: none;
	height: 100%;
	width: 100%;
	font-size: 16px;
}
.layer-popup > .p-box02 > div.add-find > div input::placeholder {
	color: #a4a4a4;
}
.layer-popup > .p-box div > button {
	width: 200px;
	height: 50px;
	border-radius: 10px;
	color: #fff;
	font-size: 16px;
}
.layer-popup > .p-box02 > div.add-find > div > button {
	width: 35px;
	height: 35px;
	padding: 0;
	background: transparent;
}
.layer-popup button.bg_a4a4a4 {
	background: #a4a4a4;
}
.layer-popup button.bg_366ba0 {
	background-color: #075d96
}

.layer-popup02 > .p-box {
	text-align: center;
}
.layer-popup02 > .p-box > div {
	justify-content: center;
}
.layer-popup02 > .p-box > div > button:first-child {
	margin-right: 10px;
}
.layer-popup .table-wrap {
	margin-top: 30px;
}
.layer-popup .table-wrap .inwrap {
	border-top: 2px solid #a5a5a5;
	border-bottom: 2px solid #a5a5a5;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
}
.layer-popup .table-wrap table {
	width: 100%;
}
.layer-popup .table-wrap table tr:first-child {
	border-bottom: 1px solid #cbcbcb;
}
.layer-popup .table-wrap table th.ref-th {
	vertical-align: middle;
	background-color: #dcdcdc;
	width: 20%;
	font-weight: 600;
}
.layer-popup .table-wrap table th.ref-th span {
	color: #366ba0;
}
.layer-popup .table-wrap table td.ref-td {
	padding: 10px;
}
.layer-popup .table-wrap table td.ref-td textarea {
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 8px;
	padding: 5px;
}
.layer-popup .table-wrap table td.ref-td input {
    width: 100%;
    height: 38px;
    border: 1px solid #cbcbcb;
    border-radius: 8px;
    padding: 5px;
    background: none;
    cursor: text;
}
.layer-popup > .p-box > div.ref-btn {
	text-align: right;
	margin-top: 30px;
}
.layer-popup > .p-box > .ref-btn > button {
	width: 117px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.layer-popup .table-wrap03 {
	margin-top: 30px;
}
.layer-popup .table-wrap03 .inwrap {
	overflow-y: auto;
	height: 407px;
}
.layer-popup .table-wrap03 .inwrap::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	margin-top: 10px;
}
.layer-popup .table-wrap03 .inwrap::-webkit-scrollbar-track {
	background: #ededed;
	border-radius: 30px;
}
.layer-popup .table-wrap03 .inwrap::-webkit-scrollbar-thumb {
	background:	#d9d9d9;
	border-radius: 30px;
}
.layer-popup .add-pro-list > .table-wrap03 .inwrap {
	overflow-y: auto;
	padding-bottom: 10px;
	height: auto;
}
.layer-popup .table-wrap03 table {
	width: 100%;
	vertical-align: middle;
	line-height: 1.5;
	background: #fff;
	font-size: 18px;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #cbcbcb;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	
	/* 추가 수정 */
	table-layout: fixed;
}
.layer-popup .table-wrap03 thead {
	background: #dcdcdc;
	font-weight: 600;
}
.layer-popup .table-wrap03 table th {
	/* padding: 15px 0; */
	border-top: 1px solid rgb(165, 165, 165);
	border-right: 1px solid #cbcbcb;
	vertical-align: middle;
	
	/* 추가 수정 */
	padding: 15px 5px;
	white-space: pre-wrap;
	word-break: break-word;
}
.layer-popup .table-wrap03 table tr {
	border-bottom: 1px solid #cbcbcb;
}
.layer-popup .table-wrap03 table tr:last-child {
	border-bottom: 0;
}
.layer-popup .table-wrap03 table input {
	width: 24px;
	height: 24px;
	background: url(../images/check_box.png) no-repeat center / contain;
	cursor: pointer;
	vertical-align: middle;
}
.layer-popup .table-wrap03 table input.all-ck {
	background-image: url(../images/check_box02.png);
}
.layer-popup .table-wrap03 table input:checked {
	/* background-image: url(../images/check_box-g.png); */
	background-image: url(../images/check_box_b.png);
}
.layer-popup .table-wrap03 table button {
	width: 86px;
	height: 36px;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 8px;
	color: #a4a4a4;
	font-size: 16px;
}
.layer-popup .table-wrap03 table button:hover {
	border: 1px solid #075d96
	background: #075d96
	color: #fff;
}
.layer-popup .table-wrap04 .inwrap {
	overflow-y: auto;
	height: 100%;
}
.layer-popup .table-wrap04 th.add-find-nodata {
	padding: 40px 0 0;
}
.layer-popup .table-wrap04 th.add-find-nodata > img {
	width: 72px;
}
.layer-popup .table-wrap04 th.add-find-nodata > p {
	font-size: 18px;
	color: #a4a4a4;
	margin-top: 15px;
}
.layer-popup > .p-box > div.add-find-btn {
	text-align: right;
}
.layer-popup > .p-box > div.add-find-btn > button {
	width: 117px;
	height: 50px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin-top: 30px;
}
.layer-popup .add-find02 {
	margin-bottom: 30px;
}
.layer-popup .add-pro-box {
	overflow-y: scroll;
	height: 507px;
}
.layer-popup .add-pro-box::-webkit-scrollbar {
	width: 6px;
	margin-top: 10px;
}
.layer-popup .add-pro-box::-webkit-scrollbar-track {
	background: #ededed;
	border-radius: 30px;
}
.layer-popup .add-pro-box::-webkit-scrollbar-thumb {
	background:	#d9d9d9;
	border-radius: 30px;
}
.layer-popup .add-pro-list {
	padding: 0 10px;
	background: #f5f5f5;
	border: 1px solid #ccc;
	margin-bottom: 30px;
}
.layer-popup .add-pro-list:last-child {
	margin-bottom: 0;
}
.layer-popup .add-pro-list > .table-wrap03 {
	margin-top: 10px;
} 
.layer-popup .add-pro-list tbody tr > th {
	background: #dcdcdc;
	width: 25%;
}
.layer-popup .add-pro-list tbody tr:first-child > th {
	background: #8ab1d4;
}
.layer-popup .add-pro-list tbody tr > td {
	vertical-align: middle;
	text-align: left;
	padding: 0 10px;
	width: 25%;
}
.layer-popup .add-pro-list tbody tr > th.quantity {
	padding: 23px 0;
}
.layer-popup > .p-box .add-pro-list p {
	margin: 0;
	font-size: 14px;
	line-height: 1;
	margin-top: 5px;
}
.layer-popup .add-pro-list .add-pro-id {
	justify-content: space-between;
	align-items: center;
}
.layer-popup .table-wrap03 table button.add-id-btn {
	border: none;
	width: auto;
}
.layer-popup .table-wrap03 table button.add-id-btn > img {
	width: 36px;
}
.layer-popup .table-wrap03 table button.add-id-btn:hover {
	background: transparent;
	color: transparent;
}
.layer-popup .table-wrap03 table input.q-input {
	width: 100%;
	height: 35px;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 8px;
	padding-left: 15px;
	cursor: auto;
}
.layer-popup .edit-btn a {
	color: #fff;
	display: block;
}

.layer-popup .close-btn {
	position: absolute;
	top: 56px;
	right: 50px;
	width: 28px;
	text-indent: -9999px;
	background: url(../images/icon-exit.png) no-repeat center / contain;
}
.layer-popup .close-btn2 {
	position: absolute;
	top: 56px;
	right: 50px;
	width: 28px;
	text-indent: -9999px;
	background: url(../images/icon-exit.png) no-repeat center / contain;
}

.layer-popup .login-link {
	display: block;
	height: 100%;
	line-height: 50px;
	color: #fff;
}

.layer-popup .paging {
	margin-top: 40px;
}
.layer-popup .paging,
.layer-popup .paging ul {
	display: flex;
	align-items: center;
	justify-content: center;
}
.layer-popup .paging > a {
	padding: 0 10px;
}
.layer-popup .paging > a > img {
	width: 24px;
}
.layer-popup .paging ul {
	margin: 0 20px;
}
.layer-popup .paging ul li {
	margin: 0 10px;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	background: transparent;
}
.layer-popup .paging ul li.on {
	background: #8ab1d4;
	border: 1px solid #8ab1d4;
}
.layer-popup .paging ul li.on a {
	color: #fff;
}
.layer-popup .paging li > a {
	color: #4a4a4a;
	font-size: 16px;
}
@media (max-width: 990px) {
	.layer-popup > .p-box02 {
		width: 90%;
	}
	.layer-popup > .p-box02 > div.add-find {
		flex-direction: column;
		text-align: left;
	}
	.layer-popup > .p-box02 > div.add-find > div {
		width: 100%;
		margin-left: 0;
		margin-top: 15px;
		height: 45px;
	}
	.layer-popup .table-wrap03 .inwrap {
		overflow-y: auto;
		padding: 0 10px 10px 0;
	}
	.layer-popup .table-wrap03 table {
		min-width: 800px;
	}
}
@media (max-width: 600px) {
	.layer-popup > .p-box {
		width: 90%;
	}
	.layer-popup .table-wrap table th.ref-th {
		width: 35%;
		font-size: 16px;
	}
	.layer-popup .table-wrap03 .inwrap {
		height: 320px;
	}
	.layer-popup .add-pro-box {
		height: 320px;
	}
	.layer-popup .paging {
		margin-top: 20px;
	}
	.layer-popup .paging > a {
		padding: 0 5px;
		margin-top: 2px;
	}
	.layer-popup .paging > a > img {
		width: 18px;
	}
	.layer-popup .paging ul {
		margin: 0;
	}
	.layer-popup .paging ul li {
		margin: 0;
	}
}
@media (max-width: 450px) {
	.layer-popup > .p-box {
		top: 50%;
		transform: translate(-50%, -50%);
		padding: 40px 30px;
	}
	.layer-popup > .p-box h4 {
		font-size: 20px;
		font-weight: 600;
	}
	.layer-popup > .p-box p {
		font-size: 16px;
		margin: 20px 0 40px;
	}
	.layer-popup > .p-box div > button {
		width: 100%;
		font-size: 16px;
		height: 45px;
	}
	.layer-popup > .p-box02 > div.add-find > div input {
		font-size: 14px;
	}
	.layer-popup > .p-box > div.add-find-btn > button {
		width: 100px;
		height: 45px;
		margin-top: 20px;
	}
	.layer-popup > .p-box > .ref-btn > button {
		width: 100px;
		height: 45px;
		line-height: 45px;
	}
	.layer-popup .paging > a {
		padding: 0 3px;
	}
	.layer-popup .paging li > a {
		font-size: 15px;
	}
	.layer-popup .table-wrap03 {
		margin-top: 15px;
	}
	.layer-popup .table-wrap03 table {
		font-size: 16px;
		min-width: 650px;
	}
	.layer-popup .table-wrap03 table th {
		padding: 10px 0;
	}
	.layer-popup .close-btn {
		top: 40px;
		right: 26px;
	}
	.layer-popup .table-wrap03 table button {
		width: 70px;
		font-size: 14px;
	}
}

.mypage-main {
  background: #f5f5f5;
  padding: 65px 0;
  margin-top: 70px;
}
.sub-main {
  padding: 65px 0;
  margin-top: 70px;
  background: #fff;
}
.mypage-box {
  margin: 0 auto;
  background: #fff;
  border-radius: 25px;
}
.mypage-box > div > h3 {
  text-align: center;
}
.mypage-box > div > h3 > img {
  width: 151px;
}
.mypage-box > div > h3 > span {
  color: #075d96;
  font-size: 32px;
  line-height: 1.44;
  font-weight: 600;
  margin-left: 20px;
}
.login-box {
  width: 460px;
  padding: 40px 35px;
}
.login-box h3 {
  width: 140px;
  margin: 0 auto;
}
.login-box form {
  margin-top: 45px;
}
.login-box form .input01 {
  margin-bottom: 20px;
}
.login-box form .input01 > label {
  font-size: 18px;
  color: #075d96;
  display: block;
  padding-left: 14px;
  margin-bottom: 10px;
  font-weight: 600;
}
.login-box form .input01 > input {
  width: 100%;
  outline: none;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  height: 50px;
  padding-left: 15px;
  font-size: 16px;
  color: #4a4a4a;
}
.login-box form .input01 > input::placeholder {
  font-size: 16px;
  color: #a4a4a4;
}
.login-box form .checkbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.login-box form .input02 {
  position: relative;
}
.login-box form .input02 > input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  cursor: pointer;
  z-index: 1;
}
.login-box form .input02 > label {
  padding-left: 35px;
  color: #a4a4a4;
  font-size: 16px;
  line-height: 1.5;
}
.login-box form .input02 > label::before {
  position: absolute;
  top: 1px;
  left: 2px;
  width: 24px;
  height: 24px;
  background: url(../images/check-box.png) no-repeat center / contain;
  content: "";
}
.login-box form .input02 > input:checked + label::before {
  background-image: url(../images/check-box-b.png);
}
.login-box form button {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  color: #fff;
  margin: 44px 0 16px;
  font-size: 16px;
  font-weight: 600;
  border: none;
}
.login-box form button > a {
  display: block;
  height: 100%;
  line-height: 50px;
  color: #fff;
}
.login-box form .sign {
  text-align: center;
}
.login-box form .sign > a {
  font-size: 14px;
  line-height: 1.14;
  color: #a4a4a4;
  font-weight: 300;
  position: relative;
  margin-right: 34px;
}
.login-box form .sign > a:last-child {
  margin-right: 0;
}
.login-box form .sign > a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  right: -20px;
  background: #a4a4a4;
}
.login-box form .sign > a:last-child::after {
  display: none;
}
.login-box > div .sns {
  color: #a4a4a4;
  letter-spacing: -0.32px;
  text-align: center;
  margin-top: 72px;
}
.login-box > div .sns > p {
  position: relative;
}
.login-box > div .sns > p::before,
.login-box > div .sns > p::after {
  position: absolute;
  content: "";
  width: 35%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  background: #a4a4a4;
}
.login-box > div .sns > p::before {
  left: 0;
}
.login-box > div .sns > p::after {
  right: 0;
}
.login-box > div .sns > ul {
  display: flex;
  justify-content: center;
  margin-top: 33px;
}
.login-box > div .sns > ul > li {
  margin-right: 19px;
}
.login-box > div .sns > ul > li:last-child {
  margin-right: 0;
}
.login-box > div .sns > ul > li img {
  width: 50px;
}
@media (max-width: 1000px) {
  .mypage-main {
    margin-top: 55px;
  }
}
@media (max-width: 760px) {
  .mypage-box {
    background: none;
    border-radius: 0;
  }
  .login-box {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 500px) {
  #wrap {
    padding-bottom: 0;
  }
  .login-box {
    padding: 10px 16px;
  }
  .login-box form {
    margin-top: 50px;
  }
  .login-box > div .sns {
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .pw-search .p-num input,
  .pw-search .p-num input::placeholder {
    font-size: 14px;
  }
  .login-box form .input01 > input,
  .login-box form .input01 > input::placeholder {
    font-size: 14px;
  }
  .login-box form button {
    margin: 35px 0 16px;
  }
}
@media (max-width: 400px) {
  .login-box > div .sns > p::before,
  .login-box > div .sns > p::after {
    width: 30%;
  }
}

/*회원가입 - 약관동의*/
.provision-box {
  width: 600px;
  padding: 40px 51px;
}
.provision-box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.provision-box h3 span {
  margin-top: 10px;
}
.provision-box .p-box {
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.88;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 25px 10px 25px 25px;
  margin-top: 40px;
}
.provision-box .p-box-in {
  height: 350px;
  overflow: hidden;
  overflow-y: scroll;
  padding-right: 15px;
}
.provision-box .p-box-in::-webkit-scrollbar {
  width: 6px;
  padding-left: 30px;
}
.provision-box .p-box-in::-webkit-scrollbar-track {
  background: #ededed;
  border-radius: 30px;
}
.provision-box .p-box-in::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  border-radius: 30px;
}
.provision-box .p-box-in p {
  margin-bottom: 30px;
}
.provision-box form {
  text-align: center;
}
.provision-box form .pro-check {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}
.provision-box form .pro-check > input {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 24px;
  cursor: pointer;
  z-index: 1;
  display: inline-block;
}
.provision-box form .pro-check > label {
  padding-left: 35px;
  color: #4a4a4a;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
}
.provision-box form .pro-check > label::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/check-box.png) no-repeat center / contain;
  content: "";
}
.provision-box form .pro-check > input:checked + label::before {
  background-image: url(../images/check-box-b.png);
}
.provision-box form button {
  width: 100%;
  height: 55px;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 60px;
}
.provision-box form button.cont-btn {
  background: #c2c2c2;
}
.provision-box form button.cont-btn-on > a {
  display: block;
  color: #fff;
  height: 55px;
  line-height: 55px;
}
@media (max-width: 760px) {
  .provision-box {
    width: 100%;
    padding: 40px;
  }
}
@media (max-width: 500px) {
  .provision-box {
    padding: 10px 16px;
  }
}
@media (max-width: 450px) {
  .provision-box form button {
    height: 55px;
    margin-top: 40px;
    font-size: 16px;
  }
}
@media (max-width: 410px) {
  .provision-box .p-box {
    padding: 18px 10px 18px 18px;
  }
  .provision-box .p-box-in {
    padding-right: 8px;
  }
  .mypage-box > div > h3 > img {
    width: 120px;
  }
  .mypage-box > div > h3 > span {
    font-size: 28px;
    margin-left: 15px;
  }
  .mypage-box form > fieldset > button {
    margin-top: 40px;
  }
}

/*회원정보 - 가입하기*/
.join-box {
  width: 729px;
  padding: 40px 70px 45px;
}
.join-box h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.join-box h3 span {
  margin-top: 10px;
}
.join-box form {
  margin-top: 70px;
}
.join-box form div > ul > li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.join-box form div > ul > li.baseline {
  align-items: baseline;
}
.join-box form div > ul > li.pb_50 {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(203, 203, 203, 0.5);
}
.join-box form div > ul > li.pt_30 {
  padding-top: 30px;
}
.join-box form label {
  color: #4a4a4a;
  font-weight: 600;
  line-height: 1.67;
  font-size: 18px;
  position: relative;
}
/*.join-box form label::after {
  position: absolute;
  content: "*";
  color: #075d96;
  top: 0;
  right: -15px;
}*/
.join-box form label:not([for="ResearcherID"]):not([for="zipCode"]):not([for="address1"]):not([for="address2"])::after {
  position: absolute;
  content: '*';
  color: #075d96;
  top: 0;
  right: -15px;
}
.join-box form input {
  height: 50px;
  line-height: 50px;
  padding-left: 14px;
  outline: none;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 400px;
  box-sizing: border-box;
  font-size: 16px;
}
.join-box form input::placeholder {
  font-size: 16px;
  color: #a4a4a4;
}
.join-box form div > ul > li p {
  color: #075d96;
  font-size: 14px;
  margin-top: 10px;
  text-indent: 14px;
}
.join-box form div > ul > li > .number {
  justify-content: space-between;
}
.join-box form div > ul > li > div .num input {
  width: 294px;
}
.join-box form div > ul > li.num_request > div {
  flex-direction: column;
}
.join-box form div > ul > li.num_request > div > div:first-child {
  margin-bottom: 15px;
}
.join-box form div > ul > li.num_request .num {
  position: relative;
}
.join-box form div > ul > li.num_request .time_request {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  color: #e54242;
}
.join-box form div > ul > li > div .num_confirm {
  color: #fff;
  width: 97px;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-left: 10px;
}

.join-box form div > ul > .email-receive {
  justify-content: flex-start;
}
.join-box form div > ul > .email-receive > label {
  margin-right: 72px;
}
.join-box form div > ul > .email-receive > label::after {
  display: none;
}
.join-box form div > ul > .email-receive > .radio-wrap > div {
  margin-right: 60px;
}
.join-box form div > ul > .email-receive > .radio-wrap > div:last-child {
  margin-right: 0;
}
.join-box form div > ul > .email-receive > .radio-wrap input {
  border: none;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 24px;
  cursor: pointer;
  z-index: 1;
  display: inline-block;
}
.join-box form div > ul > .email-receive > .radio-wrap label {
  padding-left: 35px;
  color: #a4a4a4;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
.join-box form div > ul > .email-receive > .radio-wrap label::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/radio-button.png) no-repeat center / contain;
  content: "";
}
.join-box form div > ul > .email-receive input:checked + label::before {
  background-image: url(../images/radio-button-b.png);
}
.join-box form div > ul > .email-receive > .radio-wrap label::after {
  display: none;
}
.join-box form > fieldset > button {
  width: 100%;
  height: 55px;
  color: #fff;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 600;
  margin-top: 50px;
}
.join-box form .regi-select {
  width: 400px;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  padding-left: 15px;
  position: relative;
  cursor: pointer;
  background: #fff;
}
.join-box form .regi-select::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  width: 50px;
  height: 50px;
  background: url(../images/arrow-down02.png) no-repeat center / contain;
  pointer-events: none;
}
.join-box form .regi-select span {
  font-size: 16px;
  color: #a4a4a4;
}
.join-box form .regi-select ul {
  display: none;
  position: absolute;
  top: 102%;
  left: -1px;
  width: 100.5%;
  font-size: 16px;
  line-height: 2;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 3;
  background: #fff;
  color: #4a4a4a;
  text-indent: 15px;
}
.join-box form .regi-select ul > li {
  margin-bottom: 0;
}
.join-box form .regi-select ul > li:hover {
  background: linear-gradient(
    to right,
    #d3dfeb -1%,
    rgba(255, 255, 255, 0) 100%
  );
}
.join-box form .regi-select.on ul {
  display: block;
}
@media (max-width: 760px) {
  .join-box {
    border-radius: 0;
    background: none;
    width: 100%;
    padding: 40px;
  }
  .join-box form input {
    width: 100%;
    margin-top: 10px;
  }
  .join-box form div > ul > li {
    flex-direction: column;
    align-items: flex-start;
  }
  .join-box form div > ul > li.baseline > div {
    width: 100%;
  }
  .join-box form div > ul > li.baseline .number {
    margin-top: 10px;
  }
  .join-box form div > ul > li.baseline .num {
    width: 100%;
  }
  .join-box form div > ul > li.baseline .num > input {
    width: 100%;
    margin-top: 0;
  }
  .join-box form div > ul > li.num_request > div > div:first-child {
    margin-bottom: 0;
  }
  .join-box form div > ul > li > div .num_confirm {
    width: 110px;
    font-size: 15px;
  }
  .join-box form div > ul > li.email-receive > div {
    margin-top: 10px;
  }
  .join-box form div > ul > .email-receive > .radio-wrap input {
    margin-top: 0;
  }
  .join-box form .regi-select {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .join-box {
    padding: 10px 16px 45px;
  }
  .join-box form {
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .join-box form input {
    font-size: 14px;
  }
  .join-box form input::placeholder {
    font-size: 14px;
  }
  .join-box form label {
    font-size: 16px;
  }
  .join-box form div > ul > li p {
    font-size: 12px;
  }
  .join-box form > fieldset > button {
    margin-top: 30px;
    font-size: 16px;
    height: 50px;
  }
  .join-box form div > ul > .email-receive > .radio-wrap label {
    font-size: 14px;
  }
  .join-box form div > ul > .email-receive > .radio-wrap label::before {
    top: -1px;
  }
  .join-box form .regi-select span {
    font-size: 14px;
  }
}
@media (max-width: 410px) {
  .mypage-box form button.num-confirm {
    margin-top: 0;
  }
}

/*ID찾기&PW찾기*/
.login-box .search-list {
  margin-top: 45px;
  text-align: center;
}
.login-box .search-list ul {
  width: 100%;
  border: 1px solid #cbcbcb;
  display: flex;
  text-align: center;
  height: 59px;
  line-height: 59px;
  margin-bottom: 15px;
}
.login-box .search-list li {
  width: 50%;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.login-box .search-list li:first-child {
  border-right: 1px solid #cbcbcb;
}
.login-box .search-list li.on::after {
  position: absolute;
  content: "";
  left: -1px;
  bottom: -1px;
  width: 101%;
  height: 6px;
  background: #075d96;
}
.login-box .search-list li a {
  color: #a4a4a4;
  display: block;
}
.login-box .search-list li.on a {
  color: #075d96;
}
.login-box .search-list span {
  color: #a4a4a4;
  font-size: 15px;
  margin-top: 15px;
  padding-left: 30px;
  position: relative;
}
.login-box .search-list span::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 7px;
  width: 16px;
  height: 16px;
  background: url(../images/info-circle.png) no-repeat center / contain;
}
.login-box .search-list01 {
  margin-top: 30px;
}
.id-search-list {
  margin-top: 60px;
}
.id-search-list li {
  width: 100%;
  height: 92px;
  line-height: 92px;
  background: #fff;
  border: 1px solid #075d96;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.id-search-list li a {
  display: block;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
  background: url(../images/icon-mobile.png) no-repeat left 90px center / 26px;
}
.id-search-list li:last-child a {
  background: url(../images/icon-email.png) no-repeat left 85px center / 38px;
}
.id-search-list li:hover {
  background: #075d96
}
.id-search-list li:hover a {
  color: #fff;
  background-image: url(../images/icon-mobile-h.png);
}
.id-search-list li:hover:last-child a {
  background-image: url(../images/icon-email-h.png);
}

.id-check {
  margin: 50px 0;
}
.id-check > p {
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #075d96;
  margin-bottom: 15px;
}
.id-check > div {
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
  border-radius: 10px;
  padding: 15px 10px;
  color: #4a4a4a;
  line-height: 1.5;
}
.id-check-btn {
  width: 100%;
  font-size: 16px;
  font-weight: 600;
  border-radius: 10px;
  height: 50px;
}
.id-check-btn > a {
  color: #fff;
  display: block;
  height: 100%;
  line-height: 50px;
}
.id-fail > div {
  text-align: center;
  color: #4a4a4a;
}
.id-fail-btn {
  display: flex;
}
.id-fail-btn button {
  width: 50%;
  height: 50px;
  margin-right: 8px;
  border-radius: 10px;
}
.id-fail-btn button > a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  display: block;
  height: 100%;
  line-height: 50px;
}
.id-fail-btn button:last-child {
  margin-right: 0;
}
.pw-search input {
  font-size: 16px;
}
.pw-search input::placeholder {
  font-size: 16px;
  color: #a4a4a4;
}
.pw-search .p-num .num {
  width: 75%;
}
.pw-search .p-num input {
  height: 50px;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  width: 100%;
  padding-left: 14px;
  outline: none;
}
.pw-search .p-num p {
  font-size: 14px;
  margin-top: 14px;
  text-indent: 14px;
  color: #075d96
}
.pw-search .num_confirm {
  color: #fff;
  width: 100px;
  height: 50px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 0 10px;
}
.pw-search .p-num-request > div {
  flex-direction: column;
}
.pw-search .p-num-request .num {
  width: 75%;
  margin-bottom: 15px;
}
.pw-search .p-num-request input {
  width: 100%;
  height: 50px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  padding-left: 14px;
  outline: none;
}
.pw-search .p-num-request .time_request {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  color: #e54242;
}
.pw-txt {
  font-size: 14px;
  margin-top: 10px;
  text-indent: 14px;
  color: #075d96
}
.login-on {
  display: block;
  color: #fff;
  height: 100%;
  line-height: 50px;
}
@media screen and (max-width: 760px) {
  .id-search-list li a {
    background-position: left 200px center;
  }
  .id-search-list li:last-child a {
    background-position: left 194px center;
  }
  .pw-search .p-num .num {
    width: 100%;
  }
  .pw-search .p-num-request .num {
    width: 100%;
  }
}
@media screen and (max-width: 650px) {
  .id-search-list li a {
    background-position: left 150px center;
  }
  .id-search-list li:last-child a {
    background-position: left 144px center;
  }
}
@media screen and (max-width: 540px) {
  .id-search-list li a {
    background-position: left 100px center;
  }
  .id-search-list li:last-child a {
    background-position: left 95px center;
  }
}
@media screen and (max-width: 400px) {
  .login-box .search-list span {
    font-size: 14px;
  }
  .id-search-list li a {
    background-position: left 75px center;
  }
  .id-search-list li:last-child a {
    background-position: left 68px center;
  }
  .pw-search .num_confirm {
    font-size: 14px;
  }
}

.search .inner02 {
  background: #fff;
  color: #4a4a4a;
  border-radius: 30px;
  padding: 60px 65px;
  box-shadow: 0 0 25px 0 rgba(183, 183, 183, 0.2);
  position: relative;
}
.search .search-tit {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding-bottom: 12px;
  border-bottom: 1px solid #cbcbcb;
}
.search .search-tit h3 {
  font-size: 35px;
  font-weight: 600;
  color: #075d96;
}
.search .search-tit span {
  font-size: 16px;
}
.search .result-box {
  margin-top: 60px;
}
.search .result-box h4 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
}
.search .list-box02 {
  margin-top: 60px;
}
.search .list-box02 .table-wrap th {
  padding: 20px;
}
.search .table-wrap table {
  width: 100%;
  border-top: 2px solid #a5a5a5;
  border-bottom: 2px solid #a5a5a5;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.search .table-wrap thead {
  background: #dcdcdc;
  border-top: 1px;
}
.search .table-wrap tr {
  border-bottom: 1px solid #cbcbcb;
}
.search .table-wrap tr:last-child {
  border-bottom: 0;
}
.search .table-wrap th {
  border-right: 1px solid #cbcbcb;
  font-size: 18px;
}
.search .table-wrap thead th {
  font-weight: 600;
  padding: 20px 10px;
  vertical-align: middle;
}
.search .table-wrap tbody th {
  padding: 10px;
  vertical-align: middle;
}
.search .table-wrap tbody th.th-left {
  text-align: left;
  line-height: 1.5;
}
.search .table-wrap tbody th.no {
  background: #ededed;
}
.search .table-wrap tbody th > img {
  width: 36px;
}
.search .table-wrap tbody th > a {
  width: 86px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  background: #fff;
  color: #a4a4a4;
  font-size: 16px;
  display: block;
  margin: 0 auto;
}
.search .table-wrap tbody th > a:hover {
  background: #aecef6;
  border: 1px solid #aecef6;
  color: #fff;
}
.search .table-wrap tbody th > a.order-down,
.search .table-wrap tbody th > a.sr-link {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
}
.search .table-wrap tbody th > a.order-down:hover,
.search .table-wrap tbody th > a.sr-link:hover {
  background: transparent;
  border: none;
  color: #a4a4a4;
}
.search .table-wrap tbody th > a.order-down > span {
  border-bottom: 1px solid #cbcbcb;
}
.search .table-wrap tbody th > a.order-down > img {
  margin-bottom: 3px;
  width: 24px;
}
.search .table-wrap tbody th > a.sr-link {
  color: #075d96;
  border-bottom: 1px solid #075d96;
  display: inline;
}
.search .table-wrap tbody th > a.sr-link:hover {
  color: #075d96;
  border-bottom: 1px solid #075d96;
}
.search .paging {
  margin-top: 40px;
}
.search .paging,
.search .paging ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .paging > a {
  padding: 0 10px;
}
.search .paging > a > img {
  width: 24px;
}
.search .paging ul {
  margin: 0 20px;
}
.search .paging ul li {
  margin: 0 10px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  background: transparent;
}
.search .paging ul li.on {
  background: #aecef6;
  border: 1px solid #aecef6;
}
.search .paging ul li.on a {
  color: #fff;
}
.search .paging li > a {
  color: #4a4a4a;
  font-size: 16px;
}
.search .table-wrap .t-notice p {
  max-width: 700px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search .table-wrap .t-notice tbody th:nth-child(2) {
  text-align: left;
  height: 58px;
  padding-left: 20px;
}
.search .table-wrap .t-notice tbody th:nth-child(2) > a {
  border: none;
  width: 100%;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #4a4a4a;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.search .table-wrap .t-notice tbody th:nth-child(2) img {
  width: 24px;
  margin: 0 5px;
}

/*sharing zebrafish > list of zebrafish*/
.search .sharing-tit {
  border-bottom: none;
}
.sharing-list {
  width: 100%;
  border: 1px solid #cbcbcb;
  text-align: center;
  height: 60px;
  line-height: 60px;
  margin-top: 15px;
}
.sharing-list > span {
  display: none;
}
.sharing-list-in {
  display: flex;
  justify-content: space-between;
}
.sharing-list-in li {
  width: 33.3%;
  border-right: 1px solid #cbcbcb;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}
.sharing-list-in.w-50 li {
  width: 50%;
}
.sharing-list-in li:last-child {
  border-right: 0;
}
.sharing-list-in li > a {
  display: block;
  color: #a4a4a4;
}
.sharing-list-in li.on > a {
  color: #075d96;
}
.sharing-list-in li.on::after {
  position: absolute;
  content: "";
  width: 100.5%;
  height: 6px;
  left: -1px;
  bottom: 1px;
  background: #075d96;
}
.find-zeb {
  margin: 10px 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.find-zeb h4 {
  font-size: 28px;
  font-weight: 600;
  color: #4a4a4a;
  width: 100%;
}
.find-zeb .required {
  color: #a4a4a4;
}
.find-sec {
  display: flex;
  justify-content: flex-end;
  height: 36px;
}
.find-select {
  width: 129px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.find-select.on::after {
  transform: rotate(180deg);
}
.find-select::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  width: 36px;
  height: 36px;
  background: url(../images/arrow-down.png) no-repeat center / contain;
  pointer-events: none;
}
.find-select > span {
  font-size: 18px;
  color: #4a4a4a;
  padding-left: 15px;
}
.find-select.on .find-select-depth {
  display: block;
}
.find-select-depth {
  display: none;
  position: absolute;
  top: 103%;
  left: -1px;
  width: 100.5%;
  font-size: 18px;
  line-height: 2;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  z-index: 1;
  background: #fff;
}
.find-select-depth li {
  text-indent: 5px;
  cursor: pointer;
}
.find-select-depth li:hover {
  background: linear-gradient(
    to right,
    #d3dfeb -1%,
    rgba(255, 255, 255, 0) 100%
  );
}
.find-sec .find-input {
  margin: 0 16px;
  width: 344px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding-left: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.find-sec .find-input01 {
  margin: 0 0 0 16px;
}
.find-sec .find-input input {
  outline: none;
  border: none;
  width: 80%;
  font-size: 16px;
}
.find-sec .find-input input::placeholder {
  color: #a4a4a4;
  font-size: 16px;
}
.find-sec .find-input .find-input-btn {
  background: transparent;
}
.find-sec .find-input img {
  width: 28px;
}
.find-sec > button {
  width: 117px;
  color: #fff;
  background: #075d96;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 600;
}
.find-sec > .find-zeb-order > a {
  color: #fff;
  display: block;
}
.table-wrap table input {
  width: 24px;
  height: 24px;
  background: url(../images/check-box.png) no-repeat center / contain;
  cursor: pointer;
}
.table-wrap table input.all-ck {
  background-image: url(../images/check-box02.png);
}
.table-wrap table input:checked {
  background-image: url(../images/check-box-b.png);
}
@media (max-width: 1000px) {
  .find-zeb {
    display: block;
    flex-wrap: wrap;
  }
  .find-sec {
    justify-content: flex-start;
    margin-top: 15px;
  }
  .find-select {
    width: 20%;
  }
  .find-sec .find-input {
    width: 65%;
  }
  .find-sec .find-input .find-zeb-order {
    width: 15%;
  }
}
@media (max-width: 750px) {
  .find-zeb h4 {
    font-size: 23px;
  }
}
@media (max-width: 700px) {
  .sharing-list {
    position: relative;
  }
  .sharing-list.on > .sharing-list-in {
    display: block;
  }
  .sharing-list::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: -1px;
    width: 100.5%;
    height: 6px;
    background: #075d96;
  }
  .sharing-list > span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #075d96;
    background: #fff;
    position: relative;
    cursor: pointer;
  }
  .sharing-list > span::after {
    content: "";
    position: absolute;
    top: 20px;
    right: 14px;
    width: 20px;
    height: 20px;
    background: url(../images/chevron-up.png) no-repeat center / contain;
    transform: rotate(180deg);
  }
  .sharing-list.on > span::after {
    transform: rotate(0);
  }
  .sharing-list-in {
    display: none;
    position: absolute;
    top: 100%;
    left: -1px;
    width: 100.5%;
    background: #fff;
    z-index: 1;
  }
  .sharing-list-in li {
    border-bottom: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .sharing-list-in.w-50 li {
    width: 100%;
  }
  .sharing-list-in li:last-child {
    border-right: 1px solid #cbcbcb;
  }
  .sharing-list-in li.on::after {
    display: none;
  }
  .find-sec {
    flex-wrap: wrap;
    padding-bottom: 90px;
  }
  .find-sec .find-select {
    width: 35%;
    height: 36px;
  }
  .find-sec .find-select span,
  .find-sec .find-select .find-select-depth li {
    font-size: 14px;
  }
  .find-sec .find-input {
    width: 62%;
    height: 36px;
    margin: 0 0 0 10px;
    font-size: 14px;
  }
  .find-sec .find-input input {
    font-size: 14px;
  }
  .find-sec .find-input input::placeholder {
    font-size: 14px;
  }
  .find-sec > button {
    width: 100%;
    height: 48px;
    margin-top: 15px;
  }
}
@media (max-width: 450px) {
  .find-zeb {
    margin: 10px 0 20px;
  }
}
@media (max-width: 400px) {
  .find-sec .find-input {
    margin: 0 0 0 5px;
    padding-left: 5px;
  }
  .find-sec .find-select span,
  .find-sec .find-select .find-select-depth li {
    font-size: 13px;
  }
  .find-sec .find-input input {
    font-size: 13px;
  }
  .find-sec .find-input input::placeholder {
    font-size: 13px;
  }
}
/*register Zebrafish*/
.regi-box .find-zeb h4.regi-tit02 {
  width: auto;
}
.regi-box table tr.h-150 {
  height: 150px;
}
.regi-box table td {
  padding-right: 25px;
}
.regi-box table td.w-31 {
  width: 31%;
}
.regi-box table td > div.w-100 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.regi-box table td .search-box {
  width: 65%;
  margin-right: 10px;
}
.regi-box table td .not-ck02.on ~ .not-ck03 {
  display: block;
}
.regi-box table td .symbol-search-btn {
  height: 36px;
  color: #fff;
  background: #aecef6;
  border-radius: 8px;
  font-size: 17px;
  padding: 0 35px 0 10px;
  position: relative;
  font-weight: 600;
  margin-left: 10px;
}
.regi-box table td .symbol-search-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  width: 29px;
  height: 29px;
  background: url(../images/icon-search-w.png) no-repeat center / 100%;
}
.regi-box table label {
  font-size: 18px;
}
.regi-box table input,
.regi-box table textarea {
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  font-size: 18px;
}
.regi-box table input {
  height: 36px;
  width: 50%;
  padding-left: 15px;
}
.regi-box table input::placeholder {
  font-size: 18px;
  color: #4a4a4a;
}
.regi-box table textarea {
  width: 100%;
  height: 115px;
  padding: 10px;
}
.regi-box table .regi-select {
  position: relative;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  height: 36px;
  width: 40%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.regi-box table .regi-select.on .regi-select-depth {
  display: block;
}
.regi-box table .regi-select::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -1px;
  width: 36px;
  height: 36px;
  background: url(../images/arrow-down.png) no-repeat center / contain;
  pointer-events: none;
}
.regi-box table .regi-select.on::after {
  transform: rotate(180deg);
}
.regi-box table .regi-select span {
  font-size: 18px;
  color: #4a4a4a;
  padding-left: 15px;
  vertical-align: middle;
}
.regi-box table .regi-select ul {
  display: none;
  position: absolute;
  top: 103%;
  left: -1px;
  width: 100.5%;
  font-size: 18px;
  line-height: 2;
  border: 1px solid #cbcbcb;
  background: #fff;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  z-index: 3;
}
.regi-box table .regi-select li {
  text-indent: 15px;
  cursor: pointer;
}
.regi-box table .regi-select li:hover {
  background: linear-gradient(
    to right,
    #d3dfeb -1%,
    rgba(255, 255, 255, 0) 100%
  );
}
.regi-box table input.w-24 {
  width: 24px;
  height: 24px;
}
.regi-box table .not-ck input,
.regi-box table .model-ck input {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 24px;
  cursor: pointer;
  z-index: 1;
  display: inline-block;
  border: none;
  outline: none;
}
.regi-box table .not-ck label,
.regi-box table .model-ck label {
  color: #4a4a4a;
  padding-left: 35px;
}
.regi-box table .not-ck label::before,
.regi-box table .model-ck label::before {
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/check-box.png) no-repeat center / contain;
  content: "";
}
.regi-box table .not-ck input:checked + label::before,
.regi-box table .model-ck input:checked + label::before {
  background-image: url(../images/check-box-b.png);
}
.regi-box .rrc-source-list {
  display: flex;
  align-items: center;
}
.regi-box .rrc-source-list .regi-select {
  width: 20%;
  margin-right: 30px;
}
.regi-box .rrc-source-list .rrc-source-list-input {
  display: flex;
  align-items: center;
  width: 100%;
}
.regi-box .rrc-source-list .rrc-source-list-input span {
  margin-right: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #4a4a4a;
  width: 54px;
}
.regi-box .rrc-source-list .rrc-source-list-input input {
  width: 92%;
}
.regi-box .pub-add-list li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
  padding: 10px;
  font-size: 18px;
}
.regi-box .pub-add-list li span {
  color: #4a4a4a;
  margin-right: 3px;
}
.regi-box .pub-add-list li a {
  color: #075d96;
  border-bottom: 1px solid #075d96;
}
.regi-box .pub-add-list .pub-add-btn {
  display: flex;
}
.regi-box .pub-add-list .pub-add-btn button {
  padding: 0;
  background: transparent;
  border-radius: 4px;
  width: 36px;
}
.regi-box .pub-add-list .pub-add-btn button:first-child {
  margin-right: 5px;
}
.regi-box .pub-add-list .pub-add-btn img {
  border-radius: 4px;
}
.regi-box .pub-td {
  padding: 25px;
}
.regi-box .pub-btn {
  width: 111px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  border-radius: 8px;
}
.regi-box .regi-btn {
  display: flex;
  justify-content: right;
  align-items: center;
}
.regi-box .regi-btn > button {
  width: 110px;
  height: 50px;
  color: #fff;
  background: #075d96;
  border-radius: 10px;
  font-size: 16px;
  margin-top: 26px;
  font-weight: 600;
}
.my-pub-td {
  padding: 15px;
}
.my-pub-add-list li {
  font-size: 18px;
  margin-bottom: 20px;
}
.my-pub-add-list li:last-child {
  margin-bottom: 0;
}
.my-pub-add-list li span {
  color: #4a4a4a;
  margin-right: 5px;
}
.my-pub-add-list li a {
  color: #075d96;
  border-bottom: 1px solid #075d96;
}
@media (max-width: 750px) {
  .regi-box table td .search-box {
    width: 60%;
  }
  .regi-box table label {
    font-size: 16px;
  }
  .regi-box table td .symbol-search-btn {
    font-size: 16px;
  }
  .regi-box table .regi-select span {
    font-size: 16px;
  }
  .regi-box table .regi-select.on .regi-select-depth {
    font-size: 16px;
  }
  .regi-box .rrc-source-list .rrc-source-list-input span {
    font-size: 16px;
  }
  .regi-box .pub-add-list li {
    font-size: 16px;
  }
  .regi-box .pub-btn {
    font-size: 16px;
  }
}
@media (max-width: 450px) {
  .regi-box table input::placeholder {
    font-size: 16px;
  }
  .my-pub-add-list li {
    font-size: 16px;
  }
}

/*profile*/
.mp-list {
  margin: 10px 0 20px;
}
.mp-list > span {
  display: none;
}
.mp-list > ul {
  display: flex;
  align-items: center;
}
.mp-list li {
  font-weight: 600;
  font-size: 25px;
  margin-right: 50px;
  position: relative;
}
.mp-list li::after {
  position: absolute;
  content: "";
  top: 2px;
  right: -25px;
  width: 2px;
  height: 100%;
  background: #a4a4a4;
}
.mp-list li:last-child {
  margin-right: 0;
}
.mp-list li:last-child::after {
  display: none;
}
.mp-list li > a {
  color: #a4a4a4;
}
.mp-list li.on > a {
  color: #4a4a4a;
}
.mp-mobile-title {
  display: none;
  font-size: 23px;
  font-weight: 600;
  color: #4a4a4a;
}
.mp-pro {
  border-top: 2px solid #a5a5a5;
  border-bottom: 2px solid #a5a5a5;
  padding: 45px 45px 45px 0;
  display: flex;
  background: #f5f5f5;
}
.mp-pro-l {
  width: 35%;
  padding-top: 45px;
  text-align: center;
}
.mp-pro-l .pro-img {
  position: relative;
  display: inline-block;
}
.mp-pro-l .pro-img > div {
  border-radius: 50%;
  overflow: hidden;
  background: #cbcbcb;
  width: 160px;
  height: 160px;
  margin: 0 auto;
}
.mp-pro-l .pro-img > div img {
  object-fit: cover;
}
.mp-pro-l .pro-img > a {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
}
.mp-pro-l .pro-name {
  margin: 10px 0 32px;
}
.mp-pro-l .pro-name p {
  font-size: 23px;
  font-weight: 600;
  color: #4a4a4a;
  margin-bottom: 5px;
}
.mp-pro-l .pro-name span {
  font-size: 15px;
  color: #a4a4a4;
}
.mp-pro-l > button {
  width: 160px;
  height: 50px;
  line-height: 50px;
  font-size: 17px;
  font-weight: 600;
  border-radius: 8px;
  margin: 0 auto;
  color: #fff;
}
.mp-pro-l > button a {
  display: block;
  color: #fff;
}
.mp-pro-r {
  padding: 30px;
  background: #fff;
  width: 65%;
  line-height: 3;
}
.mp-pro-r li {
  display: flex;
  font-size: 18px;
}
.mp-pro-r li label {
  color: #075d96;
  font-weight: 600;
  width: 30%;
}
.mp-pro-r .pro-edit > li {
  justify-content: space-between;
}
.mp-pro-r .pro-edit > li label {
  position: relative;
  width: auto;
}
.mp-pro-r .pro-edit > li > label::after {
  position: absolute;
  content: "*";
  top: 0;
  right: -15px;
  color: #075d96;
}
.mp-pro-r .pro-edit > li.pro-edit-em > label::after {
  display: none;
}
.mp-pro-r li p {
  color: #4a4a4a;
}
.pro-edit {
  line-height: 3.5;
}
.pro-edit li > div {
  width: 70%;
  align-items: center;
}
.pro-edit div > .name {
  width: 75px;
}
.pro-edit .edit-email {
  position: relative;
}
.pro-edit .edit-email > p {
  line-height: 1.2;
  color: #a4a4a4;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.pro-edit .edit-email > p::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(../images/info-circle.png) no-repeat center / contain;
}
.pro-edit .edit-email > p img {
  width: 16px;
  margin-right: 5px;
}
.pro-edit .edit-email > button {
  position: absolute;
  top: 17px;
  right: 4px;
  background: transparent;
}
.pro-edit .edit-email > button > img {
  width: 28px;
}
.pro-edit .edit-np > input:first-child {
  width: 40%;
  margin-right: 5px;
}
.pro-edit input {
  width: 100%;
  height: 38px;
  border-radius: 10px;
  border: 1px solid #dcdcdc;
  outline: none;
  padding: 0 10px;
  font-size: 18px;
}
.pro-edit input::placeholder {
  font-size: 18px;
  color: #4a4a4a;
}
.pro-edit .edit-radio > div {
  width: auto;
}
.pro-edit .edit-radio > div:first-child {
  margin-right: 60px;
}
.pro-edit .edit-radio input {
  position: absolute;
  border: none;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 1;
  display: inline-block;
  padding: 0;
}
.pro-edit .edit-radio label {
  padding-left: 30px;
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 300;
  position: relative;
}
.pro-edit .edit-radio label::before {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/radio-button.png) no-repeat center / contain;
}
.pro-edit .edit-radio input:checked ~ label::before {
  background-image: url(../images/radio-button-b.png);
}
.mp-pro-r li p.pw-edit-info {
  font-size: 14px;
  color: #a4a4a4;
  text-indent: 10px;
  line-height: 1;
}
.mp-pro-r p.pw-edit-txt {
  font-size: 14px;
  color: #a4a4a4;
  align-items: center;
  line-height: 1.2;
  margin: 34px 0 75px;
  padding-left: 20px;
  position: relative;
}
.mp-pro-r p.pw-edit-txt::before {
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  background: url(../images/info-circle.png) no-repeat center / contain;
  content: "";
}
.mp-pro-r .pw-edit-btn {
  width: 177px;
  height: 50px;
  border-radius: 8px;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  margin: 0 auto 15px;
  display: block;
}
@media (max-width: 1100px) {
  .mp-pro-r li label {
    width: 40%;
  }
  .pro-edit li > div {
    width: 60%;
    align-items: center;
  }
}
@media (max-width: 1000px) {
  .mp-pro {
    flex-direction: column;
    align-items: center;
    padding: 30px;
  }
  .mp-pro-l {
    width: 100%;
  }
  .mp-pro-r {
    width: 100%;
    margin-top: 30px;
  }
}
@media (max-width: 850px) {
  .mp-list {
    margin: 5px 0 15px;
  }
  .mp-list li {
    font-size: 20px;
    margin-right: 30px;
  }
  .mp-list li::after {
    right: -15px;
  }
}
@media (max-width: 750px) {
  .mp-pro {
    padding: 0;
  }
  .mp-pro-r {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .mp-pro-r li {
    font-size: 16px;
  }
  .pro-edit input,
  .pro-edit input::placeholder {
    font-size: 16px;
  }
  .pro-edit .edit-email > p {
    font-size: 14px;
  }
  .mp-pro-r p.pw-edit-txt {
    margin: 24px 0 34px;
  }
}
@media (max-width: 550px) {
  .mp-pro-r .pro-edit li {
    display: block;
  }
  .mp-pro-r .pro-edit {
    line-height: 1;
  }
  .mp-pro-r .pro-edit li {
    margin-bottom: 30px;
  }
  .mp-pro-r .pro-edit li:last-child {
    margin-bottom: 0;
  }
  .mp-pro-r .pro-edit li > div {
    margin-top: 15px;
    width: 100%;
  }
  .mp-pro-r .pro-edit .edit-email > p {
    margin-top: 5px;
  }
  .mp-pro-r .pro-edit .edit-email > button {
    top: 5px;
  }
  .mp-pro-r li p.pw-edit-info {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .mp-list {
    position: relative;
    border: 1px solid #cbcbcb;
    height: 45px;
    line-height: 45px;
    margin: 30px 0 15px;
    background: #fff;
  }
  .mp-list::after {
    content: "";
    position: absolute;
    left: -1px;
    bottom: -1px;
    width: 100.5%;
    height: 3px;
    background: #075d96;
  }
  .mp-list > span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #075d96;
    position: relative;
  }
  .mp-list > span::after {
    content: "";
    position: absolute;
    top: 13px;
    right: 11px;
    width: 20px;
    height: 20px;
    background: url(../images/chevron-up.png) no-repeat center / contain;
    transform: rotate(180deg);
  }
  .mp-list.on > span::after {
    transform: rotate(0);
  }
  .mp-list.on > ul {
    display: block;
  }
  .mp-list > ul {
    display: none;
    position: absolute;
    width: 100.5%;
    top: 100%;
    left: -1px;
    text-align: center;
    z-index: 2;
    background: #fff;
    border: 1px solid #cbcbcb;
  }
  .mp-list li {
    width: 100%;
    border-bottom: 1px solid #cbcbcb;
  }
  .mp-list li:last-child {
    border-bottom: none;
  }
  .mp-list li::after {
    display: none;
  }
  .mp-mobile-title {
    display: block;
    margin: 30px 0 15px;
  }
  .mp-pro-l {
    padding-top: 20px;
  }
  .mp-pro-l .pro-img > div {
    width: 140px;
    height: 140px;
  }
  .mp-pro-l .pro-img > a {
    width: 40px;
    height: 40px;
  }
  .mp-pro-l .pro-name {
    margin: 10px 0 22px;
  }
  .mp-pro-l .pro-name p {
    font-size: 20px;
  }
  .mp-pro-l > button {
    width: 120px;
    font-size: 15px;
  }
  .mp-list li {
    font-size: 16px;
  }
  .mp-pro-r {
    line-height: 1.5;
  }
  .mp-pro-r li {
    display: block;
    margin-bottom: 30px;
  }
  .mp-pro-r .pw-edit-btn {
    font-size: 15px;
    width: 130px;
  }
}

.mp-pro-r .pro-edit > li > label#ResearcherLabel::after {
  display: none;
}
.mp-pro-l .pro-img > button {
	position: absolute;
	bottom: 0;
	right: 3px;
	width: 37px;
	height: 37px;
	background: none;
}

.mp-pro-l .pro-img > .cancel {
	position: absolute;
	top: 0;
	right: 0;
	width: 28px;
	height: 28px;
}
.p-box{
	z-index: 20001 !important;	
}

#headerList {
	position: absolute;
	margin-left: calc(940px / 2 * -1);
    left: calc(50% + 95px);
    width: 740px;
	/* margin: 0 auto; */
	padding: 10px 0;
	border-radius: 5px;
	box-shadow: 0.7px 0.7px 5px rgb(1 1 1 / 30%);
	background-color: #fff;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 20px;
	z-index: 1;
}


#ZipCodeData{
    width: 73%;
}

.zipCodeBtn{
	color: #fff;
    width: 25%;
    height: 38px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    margin-left: 10px;
    background-color: #075d96;
}

.RmoveBtn{
	width: 110px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 26px;
    font-weight: 600;
    text-align: center;
	margin-right: 10px;
	background-color: #a4a4a4;
}

sup{
	vertical-align: super;
    font-size: 0.75em;
	padding: 3px;
}

i, I{
	font-style: italic;
}

i sup {
    font-style: italic;
    vertical-align: super;
    font-size: 0.75em;
}


.result-box .table-wrap02 table {
    width: 100%;
    border-top: 2px solid rgb(165, 165, 165);
    border-bottom: 2px solid rgb(165, 165, 165);
    border-right: 1px solid rgb(203, 203, 203);
    vertical-align: middle;
    line-height: 1.5;
    background: rgb(255, 255, 255);
    border-collapse: collapse;
}

.result-box .table-wrap02 table tr {
    border-bottom: 1px solid rgb(203, 203, 203);
}

.result-box .table-wrap02 table tr:last-child {
    border-bottom: none;
}

.result-box .table-wrap02 table th {
    background: rgb(220, 220, 220);
    padding: 20px 0px;
    width: 20%;
    border-right: 1px solid rgb(203, 203, 203);
    font-weight: 600;
    font-size: 18px;
    vertical-align: middle;
}

.result-box .table-wrap02 table td {
    padding-left: 25px;
    vertical-align: middle;
    font-size: 18px;
}

.result-box .table-wrap02 table td > a {
    color: rgb(59, 128, 216);
    border-bottom: 1px solid rgb(59, 128, 216);
}

.result-box .table-wrap02 table td.w_32 {
    width: 32%;
}

.result-box .table-wrap02 table .td-pd {
    padding: 20px 0px 20px 25px;
}


.regi-box table .not-ck input:checked + label::before, .regi-box table .model-ck input:checked + label::before {
    background-image: url("../images/check-box-b.png");
}

.regi-box .rrc-source-list {
    display: flex;
    align-items: center;
}

.regi-box .rrc-source-list .regi-select {
    width: 30%;
    margin-right: 30px;
}

.regi-box .rrc-source-list .rrc-source-list-input {
    display: flex;
    align-items: center;
    width: 100%;
}

.regi-box .rrc-source-list .rrc-source-list-input span {
    margin-right: 10px;
    font-size: 18px;
    font-weight: 600;
    color: rgb(74, 74, 74);
    width: 54px;
}

.regi-box .rrc-source-list .rrc-source-list-input input {
    width: 92%;
}
#symbolDataSearch{
	height: 36px;
	width: 50%;
	padding-left: 15px;
	border: 1px solid #cbcbcb;
	border-radius: 8px;
	font-size: 18px;
	box-sizing: border-box;
	background-color: #fff;
}
#symbolDataBtn{
	height: 36px;
	color: #fff;
	background: #aecef6;
	border-radius: 8px;
	font-size: 17px;
	padding: 0 35px 0 10px;
	position: relative;
	font-weight: 600;
	margin-left: 5px;
} 
#symbolDataBtn::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	width: 29px;
	height: 29px;
	background: url(../images/icon-search-w.png) no-repeat center / 100%;
}

.content .titleTit{
	margin-top: 20px; 
	text-align: end;
}
