body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	scroll-behavior: smooth;
}
main {
	overflow: hidden;
}
.search > div {
	position: relative;
	width: 100%;
}
.circle-celegans {
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
}
.circle-celegans1 {
	background-image: url(../images/celegans-circle1.png);
	width: 650px;
	height: 797px;
	right: 50%;
	top: -205px;
	margin-right: 235px;
}
.circle-celegans2 {
	background-color: #f2f8ff;
	width: 450px;
	height: 450px;
	right: 50%;
	top: -332px;
	margin-right: -714px;
	border-radius: 50%;
}
.circle-celegans3 {
	background-image: url(../images/celegans-circle2.png);
	width: 380px;
	height: 380px;
	right: 50%;
	bottom: 41px;
	margin-right: -891px;
	opacity: 0.4;
}
.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: #3b80d8;
	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: #3b80d8;
	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: #3b80d8;
	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: #aecef6;
	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: #3b80d8;
}
.login-box .search-list li a {
	color: #a4a4a4;
	display: block;
}
.login-box .search-list li.on a {
	color: #3b80d8;
}
.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 #aecef6;
	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: #aecef6;
}
.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: #3b80d8;
	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: #aecef6;
}
.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: #aecef6;
}
.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 Result*/
.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: #3b80d8;
}
.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;
	
	/* 2023-01-05 추가 양주열 */
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis; 
}
.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;
	display: inline !important;
}
.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: #3b80d8;
	border-bottom: 1px solid #3b80d8;
	display: inline;
}
.search .table-wrap tbody th > a.sr-link:hover {
	color: #3b80d8;
	border-bottom: 1px solid #3b80d8;
}
.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;
}
.notice-box {
	margin: 60px 0 40px;
	text-align: left;
}
.notice-box .table-wrap table {
	border-left: none;
	border-right: none;
}
.notice-box .table-wrap thead {
	background: #ebebeb;
}
.notice-box .table-wrap th {
	border-right: none;
}
.notice-box .table-wrap thead th {
	padding: 20px;
	border-bottom: 1px solid #ccc;
	
}
.notice-box .table-wrap thead th > div,
.notice-box .table-wrap thead th .notice-tit {
	display: flex;
	align-items: center;
}
.notice-box .table-wrap thead th > div {
	justify-content: space-between;
}
.notice-box .table-wrap thead th .notice-tit > img,
.notice-box .table-wrap tbody th.notice-attach img {
	width: 24px;
	margin: 0 10px;
}
.notice-box .table-wrap thead th .notice-d {
	font-size: 16px;
	font-weight: 300;
	color: #a4a4a4;
}
.notice-box .table-wrap thead th .notice-d > span:first-child {
	margin-right: 10px;
}
.notice-box .table-wrap tbody th.notice-attach {
	display: flex;
	align-items: center;
	color: #4a4a4a;
	font-size: 16px;
}
.notice-box .table-wrap tbody th.notice-attach > span {
	width: 90px;
}
.notice-box .table-wrap tbody th.notice-attach > a {
	width: 100%;
	border: none;
	border-radius: 0;
	display: flex;
	align-items: center;
	margin: 0;
	color: #4a4a4a;
}
.notice-box .table-wrap tbody th.notice-attach > a:hover {
	background: transparent;
	color: #4a4a4a;
}
.notice-box .table-wrap tbody th.notice-in {
	padding: 35px 20px;
	font-size: 16px;
	
	/* 2023-01-05 양주열 추가 */
	white-space: normal;
}

.notice-page .inwrap03 {
	border-top: 2px solid #cbcbcb;
	border-bottom: 2px solid #cbcbcb;
}
.notice-page .inwrap03 table {
	width: 100%;
}
.notice-page .inwrap03 table th {
	padding: 20px 0;
	background: #ebebeb;
	font-size: 18px;
	font-weight: 600;
	color: #4a4a4a;
	width: 15%;
}
.notice-page .inwrap03 table th span {
	padding: 0 40px 0 15px;
	background: url(../images/icon-up02.png) no-repeat right center / contain;
}
.notice-page .inwrap03 table tr:last-child th span {
	background-image: url(../images/icon-down02.png);
}

.notice-page .inwrap03 table th img {
	width: 23px;
}
.notice-page .inwrap03 table td {
	padding: 0 20px;
}
.notice-page .inwrap03 tbody tr:first-child {
	border-bottom: 1px solid #ccc;
}
.notice-page .inwrap03 tbody tr td > a {
	display: flex;
	align-items: center;
}
.notice-page .inwrap03 tbody tr td p {
	max-width: 210px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.notice-page .inwrap03 tbody tr td img {
	width: 24px;
	margin-left: 5px;
}
.link-btn {
	text-align: right;
}
.link-btn > a,
.link-btn > button {
	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;
}
.link-btn > button > a {
	display: block;
	color: #fff;
}
/*검색결과상세 디자인 변경 	css 추가 2023/01/09 고종욱 */
.animal-resource ul { margin-bottom : 20px; border-bottom: 1px solid #cbcbcb; }
/*검색결과 - 상세보기*/
.result-box h4 > .t-small {
	font-size: 18px;
}
.result-box .table-wrap02 table { 
	/* 2022-12-21 추가 양주열 */
	table-layout: fixed;
	
	width: 100%;
	border-top: 2px solid #a5a5a5;
	border-bottom: 2px solid #a5a5a5;
	border-right: 1px solid #cbcbcb;
	vertical-align: middle;
	line-height: 1.5;
	background: #fff;
}
.result-box .table-wrap02 table tr {
	border-bottom: 1px solid #cbcbcb;
}
.result-box .table-wrap02 table tr:last-child {
	border-bottom: none;
}
.result-box .table-wrap02 table th {
	background: #dcdcdc;
	padding: 20px 0;
	width: 20%;
	border-right: 1px solid #cbcbcb;
	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: #3b80d8;
	border-bottom: 1px solid #3b80d8;
}

.notice-page .inwrap03 tbody tr td p {
    max-width: 210px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.result-box .table-wrap02 table td.w_32 {
	width: 32%;
}
.result-box .table-wrap02 table .td-pd {
	padding: 20px 0 20px 25px;
}
.animal-resource {
	margin-top: 60px;
}
.animal-resource h4 {
	font-size: 28px;
	font-weight: 600;
	color: #4a4a4a;
}
.animal-resource .animal-resource-tab {
	margin-top: 20px;
}
.animal-resource .animal-resource-tab > span {
	display: none;
}
.animal-resource ul {
	display: flex;
	height: 59px;
	line-height: 59px;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
	border-top: 2px solid #a5a5a5;
	border-left: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	margin-top: 20px;
  margin-bottom: 20px;
}
.animal-resource ul li {
	width: 50%;
	border-right: 1px solid #cbcbcb;
}
.animal-resource ul li.on {
	border-bottom: 6px solid #3b80d8;
}
.animal-resource ul li a {
	color: #a4a4a4;
	display: block;
}
.animal-resource ul li.on a {
	color: #3b80d8;
}
.animal-resource .table-wrap .inwrap table {
	border-top: 1px solid #cbcbcb;
}
.animal-resource .animal-resource-mobile-tab {
	display: none;
}
/*.animal-resource .tab_content{
	margin-top: 15px;
}*/
.animal-resource .tab_content {
	display: none;
} 
/*.animal-resource .tab_content > h5 {
	font-size: 18px;
	font-weight: 600;
	color: #4a4a4a;
	text-indent: 15px;
	margin: 15px 0 10px;
	display: none;
}*/
.animal-resource #resource1 {
	display: block;
}
@media (max-width: 1300px) {
	.search {
		padding: 65px 30px;
	}
}
@media (max-width: 1200px) {
	.search .inwrap {
		overflow-X: scroll;
		padding-bottom: 10px;
	}
	.search .table-wrap > .inwrap table,
	.search .table-wrap02 > .inwrap table {
		min-width: 1200px;
	}
	.search .inwrap::-webkit-scrollbar {
		height: 6px;
		margin-top: 10px;
	}
	.search .inwrap::-webkit-scrollbar-track {
		background: #ededed;
		border-radius: 30px;
	}
	.search .inwrap::-webkit-scrollbar-thumb {
		background:  #d9d9d9;
		border-radius: 30px;
	}
	.notice-box > .table-wrap > .inwrap {
		overflow-x: auto;
		padding-bottom: 0;
	}
	.notice-box > .table-wrap > .inwrap table {
		min-width: auto;
	}
}
@media (max-width: 1000px) {
	.search .paging > a {
		padding: 0 5px;
	}
	.search .paging ul {
		margin: 0 10px;
	}
	.search .paging ul li {
		margin: 0 5px;
	}
	.notice-page .inwrap03 table th {
		width: 25%;
	}
	.find-sec.notice-sec .find-select {
		width: 30%;
	}
	.find-sec.notice-sec .find-input {
		width: 70%;
	}
}
@media (max-width: 850px) {
	.search .search-tit {
		display: block;
	}
	.search .sharing-tit {
		padding-bottom: 0;
	}
	.search .search-tit h3 {
		margin-bottom: 5px;
	}
}
@media (max-width: 800px) {
	.notice-box .table-wrap thead th > div {
		display: block;
	}
	.notice-box .table-wrap thead th .notice-tit {
		margin-bottom: 5px;
	}
}
@media (max-width: 760px) {
	#wrap > .bg {
		display: none;
	}
	.circle-celegans {
		display: none;
	}
	.search .inner02 {
		background: none;
		box-shadow: none;
		border-radius: 0;
		padding: 0;
	}
	.search .table-wrap table {
		background: #fff;
	}
	.search .table-wrap > .inwrap table {
		min-width: 1000px;
	}
	.notice-box {
		margin: 35px 0 25px;
	}
	.notice-box > .table-wrap > .inwrap table {
		min-width: auto;
	}
	.search .table-wrap02 > .inwrap table {
		min-width: 850px;
	}
	.search .inwrap table {
		min-width: 1000px;
	}
	.search .inwrap02 table {
		max-width: 800px;
	} 
	.search .search-tit h3 {
		font-size: 30px;
	}
	.search .search-tit span {
		font-size: 14px;
	}
	.search .result-box h4 {
		font-size: 23px;
	}
	.search .result-box h4.regi-tit {
		margin-bottom: 10px;
	}
	.search .list-box02 {
		margin-top: 30px;
	}
	.find-zeb .required {
		font-size: 14px;
	}
	.result-box h4 > .t-small {
		font-size: 14px;
	}
	.search .table-wrap th {
		font-size: 16px;
	}
	.search .table-wrap thead th {
		padding: 15px 10px;
	}
	.search .table-wrap tbody th {
		padding: 5px;
	}
	.search .table-wrap tbody th > a {
		font-size: 14px;
	}
	.search .paging > a {
		padding: 0;
	}
	.search .paging li > a {
		font-size: 14px;
	}
	.search .paging ul {
		margin: 0 5px;
	}
	.search .paging ul li {
		margin: 0 2px;
		width: 20px;
		height: 20px;
	}
	.notice-box span,
	.notice-box p {
		font-size: 16px;
	}
	.notice-page .inwrap03 table th {
		padding: 18px 0;
		font-size: 16px;
		width: 30%;
	}
	.search .table-wrap .t-notice p {
		max-width: 320px;
	}
	.search .table-wrap tbody th > a.sr-link {
		font-size: 16px;
	}
	.animal-resource h4 {
		font-size: 23px;
	}
}
@media (max-width: 700px) {
	.find-sec.notice-sec {
		padding-bottom: 0;
		flex-wrap: nowrap;
	}
	.animal-resource .animal-resource-pc-tab {
		display: none;
	}
	.animal-resource .animal-resource-mobile-tab {
		display: block;
		border-top: 1px solid #cbcbcb;
		border-right: 1px solid #cbcbcb;
		position: relative;
		font-size: 16px;
	}
	.animal-resource .animal-resource-mobile-tab::after {
		position: absolute;
		top: 50%;
		right: 14px;
		transform: translateY(-50%) rotate(180deg);
		content: '';
		width: 20px;
		height: 20px;
		background: url(../images/chevron-up.png) no-repeat center / contain;	
	}
	.animal-resource .animal-resource-mobile-tab.on::after {
		transform: translateY(-50%) rotate(0);
	}
	.animal-resource .animal-resource-mobile-tab p {
		color: #3b80d8;
		position: relative;
	}
	.animal-resource .animal-resource-mobile-tab p::after {
		position: absolute;
		content: '';
		width: 100%;
		height: 3px;
		bottom: 0;
		left: 0;
		background: #3b80d8;
	}
	.animal-resource .animal-resource-mobile-tab li {
		width: 100%;
		border-right: none;
	}
	.animal-resource .animal-resource-mobile-tab li:last-child {
		width: 100.3%;
		position: absolute;
		top: 100%;
		left: -1px;
		border: 1px solid #cbcbcb;
		display: none;
		background: #fff;
	}
	.animal-resource .animal-resource-mobile-tab.on li:last-child {
		display: block;
	}
}
@media (max-width: 600px) {
	.search .table-wrap tbody th > a.order-down {
		font-size: 16px;
	}
	.search .table-wrap .t-notice tbody th:nth-child(2) {
		height: 38px;
	}
	.search .table-wrap .t-notice tbody th:nth-child(2) > a {
		font-size: 16px;
	}
	.search .table-wrap > .t-notice table {
		min-width: 650px;
	}
}
@media (max-width: 500px) {
	.search {
		padding: 65px 16px;
	}
}
@media (max-width: 450px) {
	.search .search-tit h3 {
		font-size: 26px;
	}
	.search .result-box {
		margin-top: 30px;
	}
	.search .list-box02 .table-wrap th {
		padding: 15px 0;
	}
	.result-box .table-wrap02 table th {
		font-size: 16px;
		padding: 15px 0;
	}
	.result-box .table-wrap02 table td {
		font-size: 16px;
	}
	.search .paging {
		margin-top: 20px;
	}
	.notice-box .table-wrap thead th .notice-d {
		font-size: 14px;
	}
	.notice-box .table-wrap tbody th.notice-attach p {
		max-width: 210px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.notice-box .table-wrap tbody th.notice-in {
		padding: 25px 10px;
	}
	.notice-page .inwrap03 table th {
		width: 40%;
	}
	.notice-page .inwrap03 table th span {
		padding: 0 30px 0 10px;
	}

}

/*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: #3b80d8;
}
.sharing-list-in li.on::after {
	position: absolute;
	content: '';
	width: 100.5%;
	height: 6px;
	left: -1px;
	bottom: 1px;
	background: #3b80d8;
}
.find-zeb {
	margin: 60px 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: #3b80d8;
	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: #3b80d8;
	}
	.sharing-list > span {
		display: block;
		font-size: 18px;
		font-weight: 600;
		color: #3b80d8;
		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: 30px 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 .gene-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 .gene-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: 100%;
	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 .celegans-source-list {
	display: flex;
	align-items: center;
}
.regi-box .celegans-source-list .regi-select {
	width: 20%;
	margin-right: 30px;
}
.regi-box .celegans-source-list .celegans-source-list-input {
	display: flex;
	align-items: center;
	width: 100%;
}
.regi-box .celegans-source-list .celegans-source-list-input span {
	margin-right: 10px;
	font-size: 18px;
	font-weight: 600;
	color: #4a4a4a;
	width: 54px;
}
.regi-box .celegans-source-list .celegans-source-list-input input {
	width: 92%;
}
.regi-box .pub-add-list li {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
	border: 1px solid #cbcbcb;
	border-radius: 8px;
	padding: 10px;
	font-size: 18px;
	
	/* 2023-01-09 양주열 추가 */
	overflow: hidden;
	word-break: break-all;
}
.regi-box .pub-add-list li span {
	color: #4a4a4a;
	margin-right: 3px;
}
.regi-box .pub-add-list li a {
	color: #3b80d8;
	border-bottom: 1px solid #3b80d8;
}
.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: #3b80d8;
	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: #3b80d8;
	border-bottom: 1px solid #3b80d8;
}
@media (max-width: 750px) {
	.regi-box table td .search-box {
		width: 60%;
	}
	.regi-box table label {
		font-size: 16px;
	}
	.regi-box table td .gene-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 .celegans-source-list .celegans-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;
	} 
}

/*order zebrafish*/
.find-zeb > .add-btn {
	width: 150px;
	height: 36px;
	background: #8ab1d4;
	border-radius: 8px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.search .table-wrap tbody th.updown-sec {
	padding: 0;
}
table th.updown-sec > div {
	justify-content: flex-end;
	align-items: center;
}
table th.updown-sec > div > div {
	flex-direction: column;
	margin-left: 10px;
}
table th.updown-sec > div button {
	width: 25px;
	padding: 0;
}
.order-btn {
	justify-content: space-between;
	align-items: center;
	margin-top: 40px;
	text-align: right;
}
.order-btn button {
	width: 117px;
	height: 50px;
	border-radius: 8px;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
}
.order-btn button:last-child > a{
	display: block;
	height: 100%;
	line-height: 50px;
	color: #fff;
}
.search .table-wrap table th.order-nodata {
	padding: 100px 10px;
}
.search .table-wrap tbody th.order-nodata > img {
	width: 72px;
}
.search .table-wrap tbody th.order-nodata > p {
	font-size: 18px;
	color: #a4a4a4;
	margin-top: 15px;
}
.agree-box {
	margin-top: 60px;
}
.agree-box > h4 {
	font-size: 28px;
	font-weight: 600;
	color: #4a4a4a;
}
.agree-box .agree-list {
	border-radius: 10px;
	border: 1px solid #dcdcdc;
	background: #f5f5f5;
	padding: 30px;
	margin: 20px 0;
}
.agree-box .agree-list > ol {
	line-height: 1.8;
	font-size: 16px;
	color: #4a4a4a;
}
.agree-box .agree-list li {
	margin-bottom: 15px;
}
.agree-box .agree-list li:last-child {
	margin-bottom: 0;
}
.agree-box .agree-ck {
	position: relative;
	display: inline-block;
}
.agree-box .agree-ck input {
	position: absolute;
	top: -5px;
	left: 0;
	width: 100%;
	height: 24px;
	cursor: pointer;
	z-index: 1;
	display: inline-block;
}
.agree-box .agree-ck label {
	padding-left: 35px;
	color: #4a4a4a;
	font-size: 16px;
	position: relative;
}
.agree-box .agree-ck label::before {
	position: absolute;
	content: '';
	top: 1px;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/check-box.png) no-repeat center / contain;
}
.agree-box .agree-ck input:checked~label::before {
	background-image: url(../images/check-box-b.png);
}
.agree-box .agree-btn {
	display: flex;
	justify-content: flex-end;
	text-align: center;
	margin-top: 20px;
}
.agree-box .agree-btn a {
	width: 117px;
	height: 50px;
	line-height: 50px;
	border-radius: 8px;
	display: block;
	color: #fff;
	margin-left: 10px;
	font-size: 17px;
	font-weight: 600;
}
@media (max-width: 1000px) {
	.find-zeb > .add-btn {
		width: 100%;
		height: 50px;
		margin-top: 15px;
	}
	.order-btn {
		margin-top: 20px;
	}
}
@media (max-width: 750px) {
	.agree-box > h4 {
		font-size: 23px;
	}
}
.apply h5 {
	font-size: 18px;
	font-weight: 600;
	color: #4a4a4a;
	margin-bottom: 15px;
}
.apply .a-box > div {
	margin-bottom: 40px;
}
.apply .a-box > div:last-child {
	margin-bottom: 20px;
}
.apply .a-box .a-list01 .table-wrap tbody th input {
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 8px;
	height: 36px;
	outline: none;
	background: none;
	padding: 0 10px;
	font-size: 16px;
	cursor: auto;
}
.apply .a-list01 > p {
	margin-top: 10px;
	text-align: right;
	font-size: 16px;
}
.apply .a-box .a-list02 .table-wrap tbody th {
	width: 25%;
	background: #dcdcdc;
	padding: 20px 0;
}
.apply .a-box .a-list02 .table-wrap tbody td {
	padding: 0 10px;
	vertical-align: middle;
}
.apply .a-box .a-list02 .table-wrap tbody td input {
	outline: none;
	width: 100%;
	border: 1px solid #cbcbcb;
	border-radius: 8px;
	height: 36px;
	background: transparent;
	padding-left: 15px;
	font-size: 16px;
	cursor: auto;
}
.apply .a-box .a-list03 .table-wrap {
	width: 50%;
	margin-right: 10px;
}
.apply .a-box .a-list03 .table-wrap:last-child {
	margin-right: 0;
}
.apply .a-box .a-list03 .table-wrap thead th.border-b {
	border-bottom: 2px solid #a5a5a5;
}
.apply .a-ck {
	position: relative;
	display: inline-block;
}
.apply .a-ck input {
	position: absolute;
	top: -3px;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	cursor: pointer;
}
.apply .a-ck label {
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	color: #4a4a4a;
}
.apply .a-ck label::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/check-box.png) no-repeat center / contain;
}
.apply .a-ck input:checked~label::before {
	background-image: url(../images/check-box-b.png);
}
.apply .a-btn {
	display: flex;
	justify-content: flex-end;
	margin-top: 20px;
}
.apply .a-btn > a {
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	border-radius: 8px;
	width: 117px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
@media (max-width: 1200px) {
	.apply .a-box .a-list03 .table-wrap > .inwrap {
		overflow-x: auto;
	}
	.apply .a-box .a-list03 .table-wrap > .inwrap table {
		min-width: auto;
	}
}
@media (max-width: 990px) {
	.apply .a-box .a-list03 > div {
		display: block;
	}
	.apply .a-box .a-list03 .table-wrap {
		margin-bottom: 20px;
		width: 100%;
		margin-right: 0;
	}
	.apply .a-box .a-list03 .table-wrap > .inwrap {
		overflow-x: auto;
	}
}
@media (max-width: 600px) {
	.apply .a-box .a-list02 .table-wrap tbody th {
		width: 30%;
	}
	.apply .a-box .table-wrap > .inwrap table {
		min-width: 870px;
	}
}
@media (max-width: 450px) {
	.apply h5 {
		font-size: 16px;
	}
	.apply .a-box .a-list02 .table-wrap tbody th {
		width: 25%;
	}
	.apply .a-ck label {
		font-size: 14px;
		padding-left: 25px;
	}
	.apply .a-ck label::before {
		width: 18px;
		height: 18px;
		top: 2px;
	}
	.apply .a-btn > a {
		width: 100px;
		height: 45px;
		line-height: 45px;
		font-size: 15px;
	}
}
/*faq*/
.faq-sec {
	justify-content: flex-end;
}
.faq-sec > div {
	width: 100%;
}


.faq-cont .title {
  display: flex;
}
.faq-cont .title span {
  padding: 20px 0;
  background: linear-gradient(to bottom, #ebebeb, #ebebeb);
  text-align: center;
 width: 100px;
}
.faq-cont .title span:nth-child(2) {
  width: 100%;
}
.faq-cont .title span:last-child {
  width: 36px;
  flex-shrink: 0;
}


.file-wrap {
  display: flex;
  align-items: center;
  padding: 7px 0;
}
.file-wrap label {
  padding: 5px 10px;
  flex-shrink: 0;
  background-color: #3b80d8;
  margin: 0 5px;
  color: #fff;
  cursor: pointer;
}
.file-wrap div {
  width: 37px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background-color: #3b80d8;
  color: #fff;
  cursor: pointer;
}


.regi-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
    width: 110px;
    height: 50px;
    color: #fff;
    background: #999;
    border-radius: 10px;
    font-size: 16px;
    margin-top: 26px;
    font-weight: 600;
    margin-left: 10px;
}


.qna-btn {
  margin-top: 20px;
  display: flex;
  justify-content: right;
}
.qna-btn a {
  padding: 14px;
  background-color: #3b80d8;
  font-size: 15px;
  color: #fff;
  border-radius: 5px;
}

.faq-cont.qna li .faq-cont-tit span {
  font-size: 13px;
  width: 100px;
}
.faq-cont.qna li .faq-cont-tit span:last-child {
width: 36px;
flex-shrink: 0;
}
.faq-cont.qna li.on .faq-cont-tit span {
      background: #ebebeb;
}
.faq-cont.qna li .faq-cont-tit span {
  background: #fff;
}

.faq-cont.qna p {
  width: 100%;
  padding: 20px 15px 20px 15px;
}
.faq-cont.qna p.attach::after {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  background-image: url(../images/icon-attach.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.faq-cont.qna ul li {
  border-top: 1px solid #999;
}
.faq-cont.qna .qna-con-wrapper {
  position: relative;
}
.faq-cont.qna .qna-con {
  width: 100%;
  padding: 20px 36px 50px 15px;
}
.faq-cont.qna .qna-con>div {
  padding: 25px 0;
}
.faq-cont.qna .qna-con>div:nth-child(1) {
  border-bottom: 1px solid #eee;
}
.faq-cont.qna .qna-con i {
  font-weight: 700;
}
.faq-cont.qna .qna-con .attach-files {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.faq-cont.qna .qna-con .attach-files a {
  margin-right: 20px;
  font-size: 15px;
  padding-left: 30px;
  padding: 8px 8px 8px 24px;
  background-image: url(../images/icon-attach.png);
  background-size: 20px;
  background-position: left center;
  background-repeat: no-repeat;
}
.faq-cont.qna .qna-con .attach-files a:hover {
  text-decoration: underline;
}


.faq-cont.qna .btn {
  cursor: pointer;
  position: absolute;
  width: 60px;
  height: 35px;
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 10px;
  bottom: 10px;
  font-size: 14px;
}
.faq-cont.qna .btn.modify {
  right: 10px;
}
.faq-cont.qna .btn.delete {
  right: 75px;
}





.faq-cont {
	border-top: 2px solid #a5a5a5;
	border-bottom: 2px solid #a5a5a5;
	width: 100%;
	color: #4a4a4a;
	font-size: 18px;
}
.faq-cont li > div:first-child {
	width: 100%;
	border-bottom: 1px solid #ccc;
}
.faq-cont li:last-child > div:first-child {
	border-bottom: none;
}
.faq-cont li span {
	padding: 20px 0;
	display: block;
	width: 15%;
	background: linear-gradient(to bottom, #ebebeb, #ebebeb);
	mix-blend-mode: multiply;
  	background-blend-mode: multiply;
}
.faq-cont li p {
	width: 85%;
	padding: 20px 36px 20px 15px;
}
.faq-cont li > div:first-child > span {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 0;
}
.faq-cont .faq-cont-tit {
	position: relative;
	cursor: pointer;
}
.faq-cont .faq-cont-tit::after {
	position: absolute;
	content: '';
	top: 50%;
	right: 12px;
	width: 23px;
	height: 23px;
	background: url(../images/icon-faq.png) no-repeat center / contain;
	transform: translateY(-50%);
}
.faq-cont .faq-cont-in {
	display: none;
}
.faq-cont .faq-cont-in > div {
	width: 100%;
}
.faq-cont .faq-cont-in p {
	line-height: 1.5;
}
.faq-cont li.on > div:first-child {
	border-bottom: 0;
}
.faq-cont li.on span {
	background: linear-gradient(to bottom, #e1e1e1, #e1e1e1);
}
.faq-cont li.on .faq-cont-tit > p {
	background: #ebebeb;
	font-weight: 600;
}
.faq-cont li.on .faq-cont-tit::after {
	transform: translateY(-50%) rotate(180deg);
}
.faq-cont li.on .faq-cont-in {
	border-bottom: 1px solid #ccc;
}
.faq-cont li:last-child.on .faq-cont-in {
	border-bottom: none;
}
@media (max-width: 1000px) {
	.faq-sec .find-select {
		width: 20%;
	}
	.faq-sec .find-input {
		width: 60%;
	}
}
@media (max-width: 760px) {
	.faq-cont {
		font-size: 16px;
	}
	.faq-cont li span {
		width: 25%;
	}
}
@media (max-width: 700px) {
	.faq-sec {
		margin-right: 10px;
	}
	.faq-sec .find-select {
		width: calc(50% - 5px);
		margin-right: 10px;
	}
	.faq-sec .find-select:nth-child(2) {
		margin-right: 0;
	}
	.faq-sec .find-input {
		margin: 10px 0 0 0;
		width: 100%;
	}
}
@media (max-width: 450px) {
	.faq-cont li span {
		width: 30%;
	}
}
/*profile*/
.mp-list {
	margin: 60px 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: #3b80d8;
	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: #3b80d8;
}
.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: 140px;
}
.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: 40px 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: #3b80d8;
	}
	.mp-list > span {
		display: block;
		text-align: center;
		font-size: 16px;
		font-weight: 600;
		color: #3b80d8;
		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;
	}
}

.h-find-sec {
	float: left;
	margin-top: 38px;
	margin-left: 54px;
	padding-bottom: 38px;
	position: relative;
}

.new_search_list#headerList {
	/* position: absolute;
    left: 500px;
    top: 55px;
    width: 625px; */
    margin-top: -15px;
    margin-left: 130px;
    margin-right: 30px;
    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: 18px;
}
/*
@media (max-width: 1200px) {
	.new_search_list#headerList {
		width : 500px;
	}
}
*/
.new_search_list#headerList li {
	min-height: 40px;
    line-height: 40px;
    padding-left: 23px;
    color: #666;
}
.new_search_list#headerList li.pointer-css {
	cursor: pointer !important;
}

.notice-page .inwrap03 tbody tr td span {
    font-size: 16px;
}

.search .table-wrap tbody th.search-nodata > p {
    font-size: 18px;
    color: #a4a4a4;
    margin-top: 15px;
}

.new_search_list#headerList li{
	min-height: 40px; line-height: 40px; padding-left: 23px; color:#666;
	cursor: pointer;
}

.new_search_list#headerList li.over { background-color: #e8e8e9; }

.new_search_list#headerList li:hover { background-color: #e8e8e9; }

/* 2023-01-05 양주열 추가 */
.Publication-spanpadding
{
	padding: 10px 10px 0 0;
}

.Publication-lipadding
{
	padding-bottom:15px;
}

.listTb{
	table-layout: fixed;
}

.result-box .table-wrap02 .overhi td {
	white-space:nowrap;
	overflow:hidden; 
	text-overflow:ellipsis; 
}

/* 검색결과상세화면 UL CSS 2023-01-06 고종욱 추가 */
.srdUL{
	display: flex !important; 
	height: 59px !important;
	line-height: 59px !important;
	text-align: center !important;
	font-size: 18px !important;
	font-weight: 600 !important;
	 border-top: none !important;
	 border-left: none !important; 
	 border-bottom: none !important;
	/* margin-top: 20px !important; */ 
}

/*about us*/
.aboutus .inner02 {
    padding: 60px 0;
}
.aboutus .aboutus-tit {
	padding: 0 4%;
	border-bottom: 0;
	display: block;
}
.aboutus .aboutus-tit > div {
	display: flex;
	justify-content: space-between;
    align-items: baseline;
	padding-bottom: 20px;
	border-bottom: 1px solid #cbcbcb;
}
.aboutus-cont {
	margin-top: 60px;
}
.aboutus-cont1 > .top {
	padding: 0 16px;
}
.aboutus-cont .aboutus-mid-tit {
	display: flex;
	align-items: center;
	padding-left: 60px;
}
.aboutus-cont .aboutus-mid-tit span {
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background-color: #3b80d8;
}
.aboutus-cont .aboutus-mid-tit h4 {
	font-size: 28px;
    font-weight: bold;
    color: #4a4a4a;
    position: relative;
    margin-left: 10px;
}
.aboutus-cont .aboutus-mid-tit h4 > br {
	display: none;
}
.aboutus-cont1-info {
	background: url(../images/aboutus-img01.png) no-repeat center / cover;
    max-width: 1026px;
    margin: 20px auto 0;
    color: #fff; 
    padding: 70px 40px;
    border-radius: 20px;
}
.aboutus-cont1-info > span {
	font-size: 95px;
    font-weight: bold;
}
.aboutus-cont1-info > p {
	font-size: 18px;
    line-height: 1.89;
    letter-spacing: -0.36px;
    margin-top: 20px;
    font-weight: 300;
}
.cont1-in {
/*	max-width: 944px;*/
	margin: 150px auto 0;
}
.cont1-in .in-box1 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	padding: 0 16px;
}
.cont1-in .in-box1 .in-box1-left {
	text-align: center;
    width: 459px;
    padding: 40px 70px;
    background-color: #Fff;
    border-radius: 15px;
    box-shadow: 0 0 25px 0 rgb(170 197 222 / 39%);
}
.cont1-in .in-box1 .in-box1-left img {
	display: block;
	margin: 0 auto;
}
.cont1-in .in-box1 .in-box1-left img:first-child {
	width: 278px;
}
.cont1-in .in-box1 .in-box1-left img:nth-child(3) {
	width: 53px;
}
.cont1-in .in-box1 .in-box1-left > span {
	font-size: 18px;
    font-weight: bold;
    color: #3b80d8;
    text-align: center;
    display: inline-block;
    line-height: 1.5;
    letter-spacing: -0.36px;
    margin: 30px 0;
}
.cont1-in .in-box1 .in-box1-left > div{
	text-align: center;
    width: 100%;
    height: 77px;
    line-height: 77px;
    color: #fff;
    border-radius: 20px;
    background-image: radial-gradient(circle at 12% 9%, #3b80d8, #aecef6 143%);
    margin-top: 20px;
}
.cont1-in .in-box1 .in-box1-left > div > span {
	font-size: 20px;
  	font-weight: bold;
  	letter-spacing: -0.4px;
}
.cont1-in .in-box1 .in-box1-right {
    border-radius: 15px;
    background-color: #ebf4ff;
    width: 522px;
    padding: 50px 35px;
    margin-left: -30px;
}
.cont1-in .in-box1 .in-box1-right p {
	font-size: 18px;
    line-height: 1.89;
    letter-spacing: -0.36px;
    color: #4a4a4a;
    font-weight: 300;
}
.cont1-in .in-box2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 16px;
}
.cont1-in .in-box2 p {
	font-size: 18px;
    color: #4a4a4a;
    line-height: 1.89;
    letter-spacing: -0.36px;
    width: 431px;
    margin-right: 30px;
    font-weight: 300;
}
.cont1-in .in-box2 div img {
	width: 372px;
}
.cont1-in .in-box3 {
	margin-top: 150px;
	text-align: center;
	padding: 80px 0;
	background: url(../images/aboutus-img04.png) no-repeat center / cover;
}
.cont1-in .in-box3 .box3-pc {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cont1-in .in-box3 .box3-pc li {
	width: 168px;
	height: 168px;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0 -8px;
}
.cont1-in .in-box3 .box3-pc li span {
	color: #3b80d8;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: -0.36px;
	font-weight: bold;
}
.cont1-in .in-box3 .box3-m {
	display: none;
}
.cont1-in .in-box3 .box3-m > div {
	display: flex;
	justify-content: center;
}
.cont1-in .in-box3 .box3-m > div > div {
	width: 168px;
	height: 168px;
	border-radius: 100%;
	display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
    margin: -8px;
}
.cont1-in .in-box3 .box3-m > div > div > span {
	color: #3b80d8;
	font-size: 18px;
	line-height: 1.67;
	letter-spacing: -0.36px;
	font-weight: bold;
}
.cont1-in .in-box3 p {
	color: #fff;
	font-size: 18px;
	line-height: 1.89;
	letter-spacing: -0.36px;
	font-weight: 300;
	margin-top: 30px;
}
.cont1-in .in-box4 {
	margin-top: 150px;
	padding: 0 16px;
}
.cont1-in .in-box4 > .box4-pc {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cont1-in .in-box4 > .box4-pc > div:first-child {
	width: 220px;
    border-radius: 15px;
    height: 220px;
    background-color: rgba(59, 128, 216, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.cont1-in .in-box4 > .box4-pc > div:first-child > span {
	font-size: 20px;
    color: #fff;
    line-height: 1.8;
    letter-spacing: -0.4px;
}
.cont1-in .in-box4 > .box4-pc img {
	width: 99px;
    display: block;
    margin: 0 50px;
}
.cont1-in .in-box4 > .box4-pc > div:last-child {
	background-color: #fff;
	border-radius: 112px;
	box-shadow: 0 0 25px 0 rgba(170, 197, 222, 0.39);
}
.cont1-in .in-box4 > .box4-pc ul {
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 45px;
}
.cont1-in .in-box4 > .box4-pc ul li {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(59, 128, 216, 0.5);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 -5px;
}
.cont1-in .in-box4 > .box4-pc ul li > span {
	color: #fff;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.36px;
    font-weight: bold;
}
.cont1-in .in-box4 > .box4-m {
	display: none;
	padding: 48px 16px;
	text-align: center;
	background-color: rgba(59, 128, 216, 0.6);
	border-radius: 20px;
}
.cont1-in .in-box4 > .box4-m > span {
	font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    letter-spacing: -0.4px;
    color: #fff;
}
.cont1-in .in-box4 > .box4-m > ul {
	margin-top: 30px;
    display: flex;
    justify-content: center;
}
.cont1-in .in-box4 > .box4-m > ul li {
	display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
    width: 150px;
    height: 150px;
    border-radius: 100%;
    margin: 0 -5px;
}
.cont1-in .in-box4 > .box4-m > ul li span {
	color: #3b80d8;
    font-size: 18px;
    line-height: 1.67;
    letter-spacing: -0.36px;
    font-weight: bold;
}
.cont1-in .in-box4 > .box4-m > ul li:first-child {
	margin-right: -77px;
}
.cont1-in .in-box4 > .box4-m > ul li:nth-child(2) {
	margin-left: -77px;
	order: 3;
}
.cont1-in .in-box4 > .box4-m > ul li:last-child {
	order: 2;
	margin-top: 118px;
}
.cont1-in .in-box4 > p {
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	line-height: 1.88;
	letter-spacing: -0.32px;
	font-weight: 300;
	color: #4a4a4a;
}
.aboutus-cont2 {
	margin-top: 200px;
	padding: 0 16px;
}
.aboutus-cont2 .cont2-in {
    max-width: 1026px;
    margin: 0 auto;
}
.aboutus-cont2 .cont2-in .in-box1 {
	margin: 20px 0 40px;
}

.aboutus-cont2 .cont2-in .in-box > div {
    height: 75px;
    line-height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-bottom: 20px;
}
.aboutus-cont2 .cont2-in .in-box > div span {
	font-size: 20px;
    color: #fff;
    letter-spacing: -0.4px;
    margin-left: 15px;
}
.aboutus-cont2 .cont2-in .in-box ul {
	display: flex;
}
.aboutus-cont2 .cont2-in .in-box ul li {
	border-radius: 15px;
    background-color: #f3f3f3;
}
.aboutus-cont2 .cont2-in .in-box ul li:last-child {
	margin-right: 0;
}
.aboutus-cont2 .cont2-in .in-box ul li p {
	text-align: center;
    line-height: 1.67;
    letter-spacing: -0.36px;
    color: #4a4a4a;
    font-size: 18px;
}
.aboutus-cont2 .cont2-in .in-box ul li p > span {
	color: #3b80d8;
    font-weight: bold;
}
.aboutus-cont2 .cont2-in .in-box1 > div {
	background-color: #7fb1f2;
}
.aboutus-cont2 .cont2-in .in-box1 > div img {
	width: 43px;
}
.aboutus-cont2 .cont2-in .in-box1 ul li {
	width: 50%;
    padding: 26px 0;
    margin-right: 26px;
}
.aboutus-cont2 .cont2-in > img {
	width: 53px;
	margin: 0 auto;
}
.aboutus-cont2 .cont2-in .in-box2 {
	margin: 40px 0;
}
.aboutus-cont2 .cont2-in .in-box2 > div {
    background-color: #3b80d8;
}
.aboutus-cont2 .cont2-in .in-box2 > div img {
	width: 40px;
}
.aboutus-cont2 .cont2-in .in-box2 ul li {
	width: 33.33%;
	margin-right: 33px;
	padding: 42px 0;
}
.aboutus-cont2 .cont2-in .in-box3 {
	width: 100%;
	background-color: #043d87;
	text-align: center;
	border-radius: 15px;
	padding: 24px 0 46px;
	color: #fff;
	margin-top: 40px;
}
.aboutus-cont2 .cont2-in .in-box3 > .box3-tit {
	display: flex;
	align-items: center;
	justify-content: center;
}
.aboutus-cont2 .cont2-in .in-box3 > .box3-tit img { 
	width: 56px;
	display: inline-block;
	margin-right: 15px;
}
.aboutus-cont2 .cont2-in .in-box3 > .box3-tit span {
	font-size: 28px;
	letter-spacing: -0.56px;
	color: #fff;
}
.aboutus-cont2 .cont2-in .in-box3 > .line {
	max-width: 604px;
	height: 1px;
	opacity: 0.4;
  	background-color: #fff;
  	margin: 20px auto 0;
  	width: 80%;
}
.aboutus-cont2 .cont2-in .in-box3 > p {
	font-size: 18px;
	font-weight: 300;
	letter-spacing: -0.36px;
	margin-top: 20px;
}
.aboutus-cont2 .cont2-in .in-box3 > p > br {
	display: none;
}
@media all and (max-width: 1300px) {
	.aboutus-cont .aboutus-mid-tit {
		padding-left: 16px;
	}
}
@media all and (max-width: 1200px) {
	.aboutus .aboutus-tit {
		padding: 0 2%;
	}
}

@media all and (max-width: 1025px) {
	.cont1-in .in-box4 > .box4-pc {
		display: none;
	}
	.cont1-in .in-box4 > .box4-m {
		display: block;
	}
}
@media all and (max-width: 860px) {
	.aboutus .aboutus-tit > div {
		display: block;
	}
	.aboutus .aboutus-tit > div > span {
		margin-top: 10px;
	}
}
@media all and (max-width: 760px) {
	.aboutus .inner02 {
		padding: 0;
	}
	.search.aboutus {
		padding: 65px 0;
	}
	.aboutus-cont .aboutus-mid-tit {
		align-items: baseline;
	}
	.aboutus-cont .aboutus-mid-tit h4 {
		line-height: 1.3;
	}
	.aboutus-cont .aboutus-mid-tit h4 > br {
		display: block;
	}
	.aboutus-cont1-info {
		padding: 40px 24px 260px;
		background: url(../images/aboutus-img05.png) no-repeat bottom center / cover;
		text-align: center;
	}
	.aboutus-cont1-info > span {
		font-size: 60px;
	}
	.aboutus-cont1-info > p {
		font-size: 16px;
	}
	.aboutus-cont1-info > p > br {
		display: none;
	}
	.cont1-in {
		margin-top: 120px;
	}
	.cont1-in .in-box1 {
		display: block;
	}
	.cont1-in .in-box1 .in-box1-left {
		width: 100%;
	    margin-bottom: 46px;
	    box-shadow: unset;
	    padding: 0 16px;
	}
	.cont1-in .in-box1 .in-box1-right {
		width: 100%;
	    margin-left: 0;
	    background-color: #fff;
	    padding: 0 16px;
	}
	.cont1-in .in-box2 {
		flex-wrap: wrap;
	    flex-direction: column-reverse;
	    margin-top: 120px;
	}
	.cont1-in .in-box2 p {
		margin-right: 0;
	    width: 100%;
	    padding: 0 16px;
	    margin-top: 40px
	}
	.cont1-in .in-box3 {
		margin-top: 120px;
	}
	.cont1-in .in-box3 .box3-pc {
		display: none;
	}
	.cont1-in .in-box3 .box3-m {
		display: block;
	}
	.cont1-in .in-box3 p {
		padding: 0 32px;
		text-align: left;
	}
	.cont1-in .in-box3 p > br {
		display: none;
	}
	.cont1-in .in-box4 {
		margin-top: 120px;
	}
	.cont1-in .in-box4 > p {
		text-align: left;
		padding: 0 16px;
		margin-top: 24px;
	}
	.cont1-in .in-box4 > p > br {
		display: none;
	}
	.aboutus-cont2 {
		margin-top: 126px;
	}
	.aboutus-cont2 .cont2-in .in-box ul {
		display: block;
	}
	.aboutus-cont2 .cont2-in .in-box ul li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
		padding: 26px 8px;
	}
	.aboutus-cont2 .cont2-in .in-box3 {
		padding: 30px 0;
	}
	.aboutus-cont2 .cont2-in .in-box3 > .box3-tit img {
		width: 44px;
	}
	.aboutus-cont2 .cont2-in .in-box3 > .box3-tit span {
		font-size: 20px;
	}
	.aboutus-cont2 .cont2-in .in-box3 > p {
		line-height: 1.67;
	}
	.aboutus-cont2 .cont2-in .in-box3 > p > br {
		display: block;
	}
}
/*모바일 헤더 검색 2023-01-30 고종욱*/
#headerList-m {
	position: absolute;
    left: 30px;
    width: 625px;
    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: 18px;
}
@media (max-width: 1200px) {
	#headerList-m {
		    width: 480px;
    		top: 50px;

	}
}

#headerList-m li {
	min-height: 40px;
    line-height: 40px;
    padding-left: 23px;
    color: #666;
}

#headerList-m li.over {
	background-color: #e8e8e9;
}


#headerList-m li.pointer-css {
	cursor: pointer !important;
}
