@charset "utf-8";
@import url('https://cdn.jsdelivr.net/gh/sun-typeface/SUIT@2/fonts/variable/woff2/SUIT-Variable.css');

/* base */
* {
    margin: 0;
    padding: 0;
}
body {
    font-family: SUIT-Variable, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
	color: #222;
}
ul,ol {
    list-style: none;
}
img {
    border: 0;
    vertical-align: top;
}
a {
    text-decoration: none;
    color: #222;
}

/* styleGuide */
.none {
	display: none !important;
}
input, select {
	border: 1px solid #90a0b7;
	border-radius: 5px;
	color: #90A0B7;
	box-sizing: border-box;
	padding: 0 16px;
	height: 32px;
}
input[type="radio"] {
	width: 0 !important;
	height: 0 !important;
}
input[type="checkbox"] {
	width: 0 !important;
	height: 0 !important;
}
input[type=text] {
	color: #222;
}
input[type=password] {
	color: #222;
}
input::placeholder {
	color: #90A0B7;
}
/* input date 달력이미지 */
input[type="date"]::-webkit-calendar-picker-indicator {
	opacity: 1;
    cursor: pointer;
	background: #fff url(/images/icn/icn_page_calendar_20px.svg) no-repeat right center;
	width: 36px;
	height: 20px;
}
select {
	cursor: pointer;
	color: #222;
	appearance: none;
	background: #fff url(/images/icn/icn_select_arrow_24px.svg) no-repeat right 8px center;
}
.lookup_only input {
	background: #f8f8f8;
}
.lookup_only select {
	background: #f8f8f8 url(/images/icn/icn_select_arrow_24px.svg) no-repeat right 8px center;
}
textarea {
	border: 1px solid #90A0B7;
	border-radius: 4px; 
	padding: 16px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: 400;
	color: #222;
	line-height: 1.4;
}

/* white_box input */
.white_box input,
.white_box select {
	height: 40px;
}


/* button */
button {
	cursor: pointer;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-weight: 550;
	font-size: 14px;
	border: none;
	border-radius: 4px;
	color: #fff;
	box-sizing: border-box;
}
button.default {
	background: #4b5bec;
	box-shadow: 0px 4px 10px rgba(45, 54, 235, 0.24);
	color: #fff;
	transition: all 0.2s;
}
button.default:hover {
	background: #B9BFF8;
	box-shadow: 0px 8px 16px rgba(47, 16, 241, 0.2);
}
button.de_white {
	border: 1px solid #4b5bec;
	color: #4b5bec;
	background: #fff;
	transition: all 0.2s;
}
button.de_white:hover {
	border: 1px solid #B9BFF8;
	color: #B9BFF8;
}
button.disabled {
	background: #C2CFE0;
}
button.dis_white {
	border: 1px solid #C2CFE0;
	color: #90A0B7;
	background: #fff;
}
button.del {
	float: left;
	color: #90A0B7;
	border: 1px solid #C2CFE0;
	background: #fff;
}

/* color */
/* .red {
	color: #F7685B;
}
.green {
	color: #2ED47A;
} */






/* error */
.error_page {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(/images/error/img_404_wave.png) no-repeat bottom;
	background-size: 100%;
}
.error_page .error_inner {
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.error_page .error_inner img {
	width: 200px;
}
.error_page .error_inner dl dt {
	font-weight: 700;
	font-size: 40px;
	color: #4b5bec;
	margin: 40px 16px;
}
.error_page .error_inner dl dd {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #222;
}
.error_page .error_inner button {
	margin-top: 40px;
	background: #4b5bec;
	color: #fff;
}


/* title */
.title {
	color: #192A3E;
	padding-left: 32px;
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

/* list_tab */
.list_tab {
	margin: 24px 0 0;
	width: 1318px;
	height: 56px;
	line-height: 56px;
	box-sizing: border-box;
	border-bottom: 2px solid #222;
}
.list_tab ul {
	width: 918px;
	height: 100%;
}
.list_tab ul li {
	cursor: pointer;
	position: relative;
	float: left;
	width: 33.3333%;
	height: 100%;
	border: 1px solid #90A0B7;
	border-bottom: none;
	box-sizing: border-box;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	color: #90A0B7;
}
.list_tab ul li:nth-child(2) {
	border-left: none;
	border-right: none;
}
.list_tab ul li.active {
	background: #fff;
	border: 2px solid #222;
	border-bottom: none;
	color: #222;
}
.list_tab ul li.active::after {
	content:"";
	display: block;
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: -2px;
	left: 0;
}

/* table-default_table */
table.default_table {
	width: 1318px;
	text-align: center;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	border-collapse: collapse;
}
table.default_table tr {
	height: 48px;
	font-size: 14px;
	border-bottom: 1px solid #e4e4e4;
}
table.default_table tr th:not(:first-child, :last-child),
table.default_table tr td:not(:first-child, :last-child) {
	border: 1px solid #e4e4e4;
}
table.default_table tr th {
	font-weight: 600;
	background: #F8F8F8;
}
table.default_table tr td {
	font-weight: 400;
}


/* chk_table */
.chk_table tr th:nth-child(1),
.chk_table tr td:nth-child(1)  {
	position: relative;
}
.chk_table input[type="checkbox"]+label {
	cursor: pointer;
}
.chk_table input[type="checkbox"]+label::before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	content:'';
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/icn/icn_page_check_square_empty_16px.svg) no-repeat;
}
.chk_table input[type="checkbox"]:checked+label::before {
	content:'';
	display: block;
	width: 16px;
	height: 16px;
	background: url(/images/icn/icn_page_check_square_fill_16px.svg) no-repeat;
}

/* put_table */
table.put_table {
	width: 1496px;
	margin: 32px 0 16px;
	display: table;
	table-layout: fixed;
	border-top: 1px solid #90A0B7;
	border-bottom: 1px solid #90A0B7;
	border-collapse: collapse;
}
table.put_table th {
	font-weight: 600;
	font-size: 14px;
	color: #192A3E;
	background: #E6DCFF;
}
table.put_table th,
table.put_table td {
	display: table-cell;
}
table.put_table tr {
	height: 48px;
	font-size: 14px;
	border-bottom: 1px solid #90A0B7;
}
table.put_table tr th:not(:first-child, :last-child),
table.put_table tr td:not(:first-child, :last-child) {
	border: 1px solid #90A0B7;
}
table.put_table.sel th {
	background: #F8F8F8;
}
table.put_table.sel th.pil {
	background: #E6DCFF;
}

/* pdf_table */
.pdf_title {
	font-weight: 700;
	font-size: 18px;
	color: #192A3E;
	width: 230px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	background: #F8F8F8;
	border-radius: 8px;
	margin: 40px 0 16px;
}
table.pdf_table {
	width: 1318px;
	display: table;
	table-layout: fixed;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	border-collapse: collapse;
}
table.pdf_table tr {
	height: 48px;
	font-size: 14px;
	border-bottom: 1px solid #E4E4E4;
}
table.pdf_table th {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	background: #334D6E;
}
table.pdf_table td {
	text-align: center;
}
table.pdf_table th,
table.put_table td {
	display: table-cell;
}
table.pdf_table tr th:not(:first-child, :last-child),
table.pdf_table tr td:not(:first-child, :last-child) {
	border: 1px solid #E4E4E4;
}
table.sample_week th {
	color: #FFB946;
	font-weight: 600;
	font-size: 14px;
}
table.sample_week th span {
	color: #fff;
}

/* address */
.address {
	cursor: pointer;
	margin: 9px 0 16px 16px;
	float: left;
	background: #90A0B7;
	border-radius: 11px;
	width: 86px;
	height: 22px;
	line-height: 22px;
	font-weight: 600;
	font-size: 12px;
	text-align: center;
	color: #fff;
}





/* 엑셀 다운로드,등록일 박스,pdf 버튼 */
.exel_regi {
	width: 1300px;
	height: 40px;
	line-height: 40px;
	margin: 40px 0 24px;
}
.exel_btn {
	float: left;
	cursor: pointer;
	width: 160px;
	height: 100%;
	border: 1px solid #90A0B7;
	border-radius: 4px;
	padding-left: 46px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 16px;
	color: #334D6E;
	background: #fff url(/images/icn/icn_page_exel_24px.svg) no-repeat left 10px center;
}
.regi_date {
	cursor: pointer;
	float: right;
	font-weight: 600;
	font-size: 16px;
	padding-left: 32px;
	background: url(/images/icn/icn_page_list_24px.svg) no-repeat left center;
}
.PDF_btn {
	cursor: pointer;
	width: 160px;
	height: 100%;
	line-height: 40px;
	border: 1px solid #90A0B7;
	border-radius: 4px;
	padding-left: 46px;
	box-sizing: border-box;
	font-weight: 600;
	font-size: 16px;
	color: #334D6E;
	background: #fff url(/images/icn/icn_page_pdf_24px.svg) no-repeat left 10px center;
}

/* user_box */
.white_box {
	margin-top: 24px;
	padding: 56px 72px 24px;
	width: 1082px;
	overflow: hidden;
	background: #FFFFFF;
	box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.06);
	border-radius: 8px;
}
.white_box .white_box_tit {
	font-weight: 700;
	font-size: 20px;
	color: #334D6E;
	margin-bottom: 32px;
}

/* table-box_table */
.white_box table.box_table {
	/* border: 1px solid #333; */
	width: 100%;
	overflow: hidden;
	text-align: left;
    border-collapse: separate;
    border-spacing: 0;
}
.white_box table.box_table tr {
	height: 64px;
}
.white_box table.box_table th {
	/* border: 1px solid #333; */
	color: #595959;
	font-weight: 700;
	font-size: 16px;
}
.white_box table.box_table td {
	/* border: 1px solid #333; */
	font-weight: 700;
	font-size: 16px;
}
.white_box table.box_table td input,
.white_box table.box_table td select {
	width: 288px;
}
.white_box table.box_table td.phoneNum select {
	width: 102px;
	margin-right: 4px;
}
.white_box table.box_table td.phoneNum input {
	width: 178px;
}

/* 추가 */
.white_box table.box_table .td_sign {
	position: relative;
	display: flex;
	align-items: center;
	height: 64px;
	padding-bottom: 8px;
}
.white_box table.box_table .td_sign #file {
	display: none;
}
.white_box table.box_table .td_sign .upload {
	display: block;
	width: 104px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #4b5bec;
	border-radius: 4px;
	color: #4b5bec;
	cursor: pointer;
	font-weight: 600;
	font-size: 12px;
	background: #fff;
	text-align: center;
}
.white_box table.box_table .td_sign .sign_img_box {
	width: 288px;
	height: 120px; 
	line-height: 120px;
	background: #E9EFF4;
	border-radius: 8px;
	text-align: center;
	color: #90A0B7;
	font-weight: 600;
	font-size: 14px;
}
.white_box table.box_table .td_sign .a_img_del {
	color: #90a0b7;
	margin-left: 16px;
	font-weight: 400;
	display: flex;
	align-items: center;
}
.white_box table.box_table .td_sign .a_img_del img {
	margin-left: 4px;
}
.white_box table.box_table .td_sign p {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	bottom: 0px;
	color: #595959;
}


/* first_edit */
.white_box .first_edit {
	width: 100%;
	overflow: hidden;
	padding-right: 90px;
	box-sizing: border-box;
}
.white_box .first_edit ul {
	float: right;
}
.white_box .first_edit ul li {
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #334D6E;
}
.white_box .first_edit ul li:last-child {
	margin-left: 16px;
}

/* wrong */
.white_box table.box_table td input.password.wrong {
	background: url(/images/icn/icn_page_caution_16px.svg) no-repeat right 16px center;
}
.white_box table.box_table td .pw_txt.wrong {
	color: #F7685B;
	font-weight: 400;
	font-size: 12px;
	margin-top: 4px;
}


/* white_btn */
.white_btn {
	width: 100%;
	height: 42px;
	padding-right: 90px;
	box-sizing: border-box;
}
.white_btn button.calcel {
	margin-right: 24px;
}
.white_btn button.calcel,
.white_btn button.edit {
	float: right;
}

/* gray_box */
.gray_box {
	margin: 24px 0 56px;
	width: 1318px;
	overflow: hidden;
	background: #F8F8F8;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 32px 48px 24px;
}
.gray_box .gray_box_top {
	margin-bottom: 24px;
}
.gray_box .gray_box_top ul li {
	width: 760px;
	height: 32px;
	line-height: 32px;
	box-sizing: border-box;
}
.gray_box .gray_box_top ul>li:not(:last-child) {
	margin-bottom: 20px;
}
.gray_box .gray_box_top ul li div,
.gray_box .gray_box_top ul li span {
	float: left;
}
.gray_box .gray_box_top ul li div {
	cursor: pointer;
	box-sizing: border-box;
}
.gray_box .gray_box_top ul li span {
	font-weight: 700;
	font-size: 16px;
	margin-right: 24px;
}
.gray_box .gray_box_top ul li .calendar {
	float: left;
	padding-left: 16px;
	color: #222;
	width: 164px;
	border: 1px solid #90A0B7;
	border-radius: 4px;
	/* background: #fff url(/images/icn/icn_page_calendar_20px.svg) no-repeat right 16px center; */
}
.gray_box .gray_box_top ul li .calendar_slash {
	margin: 0 16px;
}
.gray_box .gray_box_top ul li ol.ol_month {
	width: 208px;
	height: 100%;
	float: right;
}
.gray_box .gray_box_top ul li ol.ol_month li {
	float: left;
}
.gray_box .gray_box_top ul li ol.ol_month li:nth-child(2) {
	margin: 0 8px;
}
.gray_box .gray_box_top ul li ol.ol_month li.month {
	cursor: pointer;
	width: 64px;
	height: 100%;
	border: 1px solid #90A0B7;
	border-radius: 4px;
	background: #fff;
	color: #90A0B7;
	text-align: center;
}
.gray_box .gray_box_top ul li ol.ol_month li.month.active {
	background: #B9BFF8;
	border: none;
	color: #fff;
	font-weight: 700;
}
.gray_box .gray_box_top ul li select {
	width: 600px;
	color: #222;
}

/* gray_box_bottom */
.gray_box .gray_box_bottom {
	width: 910px;
	border-top: 1px solid #707683;
	padding-top: 20px;
}
.gray_box .gray_box_bottom .exel_barcode {
	cursor: pointer;
	margin-top: 9px;
	float: left;
	width: 250px;
	height: 24px;
	line-height: 24px;
	font-weight: 700;
	font-size: 16px;
	padding-left: 32px;
	background: url(/images/icn/icn_page_upload_24px.svg) no-repeat left center;
}
.gray_box .gray_box_bottom button {
	float: right;
}

/* barcode_box */
.barcode_box {
	width: 1318px;
	height: 40px;
	margin: 40px 0 24px;
}
.barcode_box>div {
	cursor: pointer;
	float: left;
	width: 160px;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	font-size: 16px;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
}
.barcode_box .assignment {
	margin-right: 8px;
	background: #fff;
	border: 1px solid #90A0B7;
	color: #334D6E;
}
.barcode_box .deallocate {
	background: #E4E4E4;
	color: #707683;
}
.barcode_box .order {
	margin-top: 9px;
	float: right;
	width: 88px;
	height: 24px;
	line-height: 24px;
	background: url(/images/icn/icn_page_list_24px.svg) no-repeat;
	padding-left: 32px;
}

/* gene_tab */
.gene_tab {
	width: 1318px;
	height: 56px;
	line-height: 56px;
}
.gene_tab ul {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.gene_tab ul li {
	display: table-cell;
	cursor: pointer;
	text-align: center;
	border: 1px solid #90A0B7;
	background: #fff;
	color: #334D6E;
	font-weight: 400;
	font-size: 16px;
	transition: all 0.1s;
}
.gene_tab ul li:not(:last-child) {
	border-right: 0;
}
.gene_tab ul li:hover {
	background: #4b5bec;
	color: #fff;
	font-weight: 700;
}
.gene_tab ul li.active {
	background: #4b5bec;
	font-weight: 700;
	color: #fff;
}









/* paging */
.paging {
	margin-top: 48px;
	width: 1318px;
	height: 32px;
	text-align: center;
}
/* 유전체페이지 */
/* .dna .paging {
	width: 1496px;
} */
.paging .pagination {
	display: flex;
	justify-content: center;
	height: 100%;
}
.paging .pagination a {
	display: block;
	float: left;
	width: 32px;
	height: 32px;
	line-height: 32px;
	color: #595959;
	font-weight: 400;
	font-size: 16px;
	transition: all 0.2s;
}
.paging .pagination a:hover {
	color: #fff;
	border-radius: 4px;
	background: #B9BFF8;
}
.paging .pagination a.active {
	font-weight: 700;
	color: #fff;
	background: #4b5bec;
	border-radius: 4px; 
}
.paging .pagination a:not(:last-child) {
	margin-right: 8px;
}
.paging .pagination a img {
	margin: 4px 0 0 4px;
}

















/* 버튼,팝업 등 추가 */






/* header */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #F2F2F2;
	box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
	z-index: 5;
}
.header .header_user ul {
	margin-top: 20px;
	float: right;
	width: 336px;
	height: 36px;
	line-height: 36px;
}
.header .header_user ul li {
	float: left;
	height: 100%;
	transition: all 0.2s;
}
.header .header_user ul li a {
	font-weight: 600;
	font-size: 18px;
	color: #334D6E;
}
.header .header_user ul li.user {
	padding: 0 16px;
	padding-left: 52px;
	background: url(/images/common/header/icn_header_user_24px.svg) no-repeat left 16px center;
}
.header .header_user ul li.logout {
	width: 36px;
	margin-right: 88px;
	cursor: pointer;
	float: right;
	background: url(/images/common/header/icn_header_logout_24px.svg) no-repeat center center;
}
.header .header_user ul li:hover {
	background-color: #ECEEEF;
	border-radius: 50px;
}


/* footer */
.footer {
	width: 100%;
	overflow: hidden;
	background: #6C747F;
	color: #fff;
}
.footer .footer_wrap {
	position: relative;
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0 32px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}
.footer .footer_wrap dl {
	float: left;
}
.footer .footer_wrap dl span {
	font-weight: 700;
}
.footer .footer_wrap dl dt,
.footer .footer_wrap dl dd:not(:last-child) {
	margin-bottom: 24px;
}
.footer .footer_sns {
	float: left;
	width: 120px;
	height: 24px;
	margin-left: 76px;
}
.footer .footer_sns ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.footer .footer_sns ul li {
	float: left;
}
.footer .footer_sns ul li img {
	width: 24px;
}
.footer select.family_site {
	cursor: pointer;
	float: right;
	color: #fff;
	padding: 0 24px;
	width: 240px;
	box-sizing: border-box;
	border: 1px solid #fff;
	border-radius: 50px;
	appearance: none;
	background: #6C747F url('/images/common/footer/select_arrow.png') no-repeat right 16px center;
}
.footer select.family_site option {
	background: #fff;
	color: #222;
}
.footer .footer_logo_box {
	position: absolute;
	right: 0;
	top: 120px;
	width: 137px;
	height: 48px;
}
.footer .footer_logo_box ul {
	display: flex;
	justify-content: space-between;
}
.footer .footer_logo_box img.footer_logo {
	width: 52px;
}
.footer .footer_logo_box img.footer_logo_white {
	width: 135px;
}


/* gnb_default */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 252px;
	height: 100%;
	background: #334469;
	border-right: 1px solid #F2F2F2;
	z-index: 10;
}
.nav h1 {
	margin: 16px 0;
	width: 100%;
}
.nav h1 img {
	width: 100%;
}
.nav>a {
	width: 100%;
	height: 64px;
	line-height: 64px;
	padding-left: 32px;
	box-sizing: border-box;
	display: block;
	font-weight: 600;
	font-size: 16px;
	color: #C2CFE0;
	background: url('/images/common/gnb/GNB_arrow.png') no-repeat right 24px center;
	background-size: 24px 24px;
	transition: all 0.2s;
}
.nav>a:hover {
	background-color: #303E62;
	color: #fff;
}
.nav>a.active {
	background-color: #303E62;
	color: #fff;
}

.nav .nav_txt {
	position: absolute;
	left: 16px;
	bottom: 40px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	line-height: 1.4;
}
.nav .nav_txt dl {
	width: 100%;
	overflow: hidden;
}
.nav .nav_txt>dl:first-child {
	margin-bottom: 8px;
}
.nav .nav_txt dl dt {
	font-weight: 700;
	float: left;
}
.nav .nav_txt dl dd {
	float: left;
}
















