@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

*{
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
}

.progress {
	cursor: pointer;
}

.tag {
	display: inline;
	font-size: 80%;
	border: solid 1px #d7d7d7;
	border-radius: 3px;
	padding: 0px 3px;
}

.width_padding{
    padding: 0 40px;   
}
.width_100{
    width: 100%;
}
.right_margin {
    margin-right: 10px;
}
.left_margin {
    margin-left: 10px !important;
}
.left_margin_20 {
    margin-left: 20px !important;
}
.bottom_margin {
    margin-bottom: 20px;
}
.bottom_margin_10 {
    margin-bottom: 10px;
}
.top_margin{
    margin-top: 20px !important;
}
.bt_right {
    text-align: right;
    margin-top: 20px;
}
.border_none {
    border-top: none !important;
}
.margin_none {
    margin-right: 0 !important;
}
.border_normal{
    border-top: 1px solid #e7e7e7 !important;
}
.font_400{
    font-weight: 400;
}

/*main*/
.main_pre {
    display: flex;
}
.left {
    width: 50%;
    margin-right: 20px;
}
.right {
    width: 50%;
}
.section_con {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.section_con h4 {
    font-weight: 500;
    color: #05084D;
    margin-bottom: 10px;
}
.section_con h4 i {
    margin-right: 10px;
}
.preview_con {
    padding: 20px;
}


.chart_con {
    display: flex;
    justify-content: space-around;
    padding: 20px;
}
.main_img {
    background-image: url(img/main.jpg);
    background-position: 50% 50%;
    height: 500px;
}
.main_txt {
    color: #fff;
    width: 960px;
    margin: 0 auto;
    padding-top: 100px;
}
.main_txt h1 {
    font-size: 3em;
}
.main_txt h2 {
    font-size: 2em;
    margin-bottom: 20px;
}
.main_table_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
    background: #f0f0f0;
}

.quick_menu {
    width: 960px;
    margin: 0 auto;
}
.quick_menu ul {
    display: flex;
    justify-content: space-between;
    margin-top: -100px;
}
.quick_menu ul li {
    width: 300px;
    padding: 50px 40px;
    background: #fff;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    box-shadow: 5px 5px 19px 0 rgb(0 0 0 / 15%);
}
.quick_menu ul li:hover {
    background:  #f4f6fa;
}
.quick_menu ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #000;
}
.quick_menu img {
    margin-bottom: 20px;
}
.quick_menu h3 {
    margin-bottom: 20px;
}
.quick_menu p {
    text-align: center;
}
/*input*/
input,textarea {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
}
select {
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 5px 10px;
}
input:disabled{
    background: #f8f8f8;
}
input:focus-visible,textarea:focus-visible {
    background: #f7f9f9;
    outline: 0;
}
.input_bt {
    width: 300px !important;
    margin-right: 10px;
}
textarea {
    height: 100px;
    margin-bottom: -4px;
}
span.required{
    color: #ec971f;
}
input[type="checkbox"],
input[type="radio"]{
    width: auto;
}

/*top*/
ul.top li a:hover {
    color: #ddd;
}
ul.top li a {
    color: #fff;
}
.top {
    width: 100%;
    background: #1D2088;
    color: #fff;
    font-size: 12px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
    .top li span.class {
        color: #fbb40c;
        margin-right: 5px;
    }
    .top li.top_bar {
        margin: 0 5px;
    }

/*nav*/

nav {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e7e7e7;
    padding: 0px 40px !important;
}
.nav_location {
    border-bottom: 1px solid #e7e7e7;
}
.nav_location ul {
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
    color: #666;
    font-size: 14px;
}
.nav_location ul li {
    margin-right: 15px;
}
.logo img {
    height: 80px;
    margin-right: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
}
nav ul {
    list-style: none;
    display: flex;
    width: 100%;
    height: 100px;
}
nav a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    height: 100px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
  nav a:hover{
    color: #05084D;
  }
  nav ul{
    list-style: none;
    display: flex;
  }
  nav li{
    position: relative;
    width: 100%;
    text-align: center;
  }

  nav li:hover .dropdown > li{
    display: block;
    top: 0;
  }
  .dropdown li{
    display: none;
    position: relative;
  }
  .dropdown li a{
    background: #f0f0f0;
    font-size: 16px;
    font-weight: 400;
    height: 60px;
  }
  .dropdown li a:hover{
    background: #1D2088;
    color: #fff;
  }
  .dropdown{
    transition: opacity 200ms ease-in-out;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;

  }


/*section*/
section {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
}

/*table*/

.table_con {
    max-height: 200px;
    overflow: auto;
    margin: 10px 0;
}

.table_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    min-height: 35px;
}
.title_txt {
    font-size: 14px;
    font-weight: 300;
}
    .table_title ul {
        border-left: 4px solid #05084D;
        padding-left: 10px;
    }
    .table_title ul li.title_sub {
        font-size: 14px;
        color: #05084D;
    }
    .table_title ul li.title_main {
        font-size: 20px;
        font-weight: 500;
    }

.tableA {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-spacing: 0;
    border-top: 2px solid #05084D;
}
    .tableA th {
        background: #f0f0f0;
        padding: 15px 0;
        color: #05084D;
    }
    .tableA td {
        padding: 10px 0;
        font-weight: 300;
        border-bottom: 1px solid #e7e7e7;
        border-right: 1px solid #e7e7e7;
    }
    .tableA td:last-child{
        border-right: 0px;
    }

.tableB {
    width: 100%;
    font-size: 14px;
    border-spacing: 0;
    border-top: 2px solid #05084D;
    text-align: left;
}   
    .tableB th {
        background:  #f4f6fa;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom:10px ;
        color: #05084D;
        border-bottom: 1px solid #e7e7e7;
        width: 200px;

    }
    .tableB tr:first-child{
        border-top: 1px solid #e7e7e7;
    }
    .tableB td {
        font-weight: 300;
        border-bottom: 1px solid #e7e7e7;
        padding: 5px 10px;
    }

.tableC {
    width: 100%;
    max-height: 400px;
    border-spacing: 0;
    
    text-align: center;
}
    .tableC th {
        background: #1D2088;
        color: #fff;
        padding: 10px;
    }
    .tableC td {
        padding: 5px 10px;
    }
/*footer*/
footer {
    width: 100%;
    background:  #f4f6fa;
    padding: 40px;
}
.footer_left img {
    width: 250px;
}
.footer_txt {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer_right img {
    width: 180px;
}
.footer_nav {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    margin-top: 40px;
}
.footer_nav ul {
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
    color: #666;
    font-size: 14px;
}
.footer_nav ul li {
    margin-right: 15px;
}
/*button*/
.buttonA {
    background: #05084D;
    border-radius: 3px;
    padding: 8px 20px;
    color: #fff;
    border: 0;
    cursor: pointer;
    z-index: 10;
    min-width: 80px;
}
.buttonA:hover{
    background: #929292;
}
.buttonB {
    color: #fff;
    background: #1D2088;
    border: 0;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
}
.buttonB i {
    margin-left: 10px;
}
.buttonB:hover{
    background: #05084D;
}
.colorB_navy:hover{
    background: #929292;
}
/*color*/
.colorB_orange{
    background: #ec971f;
}
.colorB_navy{
    background: #05084D;
}
.colorB_blue{
    background: #1D2088;
}
.colorB_grey{
    background: #545454;
}
.colorT_orange{
    color: #ec971f;
}
.colorT_navy{
    color: #05084D;
}
.colorT_blue{
    color: #1D2088;
}
.colorT_grey{
    color: #545454;
}
.colorL_orange{
    border-top: 15px #ec971f solid;
}
.colorL_navy{
    border-top: 15px #05084D solid;
}
.colorL_blue{
    border-top: 15px #1D2088 solid;
}
.colorL_grey{
    border-top: 15px #545454 solid;
}


/*tabmenu*/
.tabmenu_con{ 
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 900px;
    margin-top: 40px;
  }
  .tabmenu_con ul.tabmenu {
    display: flex;
    text-align: center;
    justify-content: space-around;
}
.tabmenu_con ul li {
    display: flex;
    text-align: center;
    width: 100%;
    margin-right: 2px;
}
.tabmenu_con ul li:last-child{
    margin-right: 0px;
}
.tabmenu_con label {
    display: flex;
    width: 100%;
    height: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f0f0f0;
    justify-content: center;
    align-items: center;
}
  .tabmenu_con input{display:none;}
  .tabCon{
    display:none; 
    text-align:left; 
    padding: 20px;
    position:absolute; 
    left:0; 
    top:50px; 
    box-sizing: border-box; 
    border: 5px solid #f0f0f0;
    border-top: none;
    width: 100%;
  }
  .tabmenu_con input:checked ~ label {
    background: #1D2088;
    color: #fff;
}
  .tabmenu_con input:checked ~ .tabCon{
    display:block;
  }


/*progress*/
.progress_wrap {
  width: 100%;
  z-index:-2;
  white-space: nowrap;
  overflow:hidden;
  margin-bottom: 10px;
}
.progress_wrap div:first-child{margin-left:-2%;}
.progress {
  margin:0;
  margin-left:0.2%;
  height: 50px;
  width: 34%;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  transition: all 0.8s;
}
.progress:before,
.progress:after {
  content: "";
  position: absolute;
  transition: all 0.8s;
  z-index:-1;
}
.progress:before {
  height: 50%;
  width: 100%;
  top: 0;
  left: 0;
  background: #f0f0f0;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  transform: skew(45deg);
}
.progress:after {
  height: 50%;
  width: 100%;
  top: 50%;
  left: 0;
  background: #f0f0f0;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  transform: skew(-45deg);
}
.progress:hover:before,
.progress:hover:after {
  background: #ec971f;
}

.progress.active:before,
.progress.active:after {
  background: #05084D;
}
.progress.active {
  color: #fff;
}



/*데이터추출*/

.data_search_top {
    margin-bottom: 10px;
}
.data_search_middle {
    width: 100%;
    margin-bottom: 10px;
}
.data_search h4 {
    display: flex;
    align-items: center;
    align-content: center;
    color: #545454;
    font-weight: 500;
    margin-bottom: 10px;
}
.data_search h4 i {
    margin-right: 5px;
}
.cohort_label{
    color: #545454;
    font-weight: 500;  
    margin-right: 10px;
}

.cohort_check {
    display: flex;
    margin-top: 5px;
}
    .cohort_check label {
        display: flex;
        align-items: center;
        margin-right: 20px;
    }
    .cohort_check label input[type="checkbox"] {
        margin-right: 5px;
    }


ul.data_select_list {
    border: 1px solid #ddd;
    border-radius: 3px;
}
    ul.data_select_list li i {
    color: #1D2088;
    font-size: 18px;
    }
    ul.data_select_list li i:hover{
        color: #545454;
    }
    ul.data_select_list li {
        padding: 5px 10px;
        border-bottom: 1px solid #ddd;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    ul.data_select_list li:last-child{
        border: 0;
    }
    ul.data_select_list li:hover{
        background: #f8f8f8;
    }


.data_extract_check {
    margin: 10px 0px;
}
    .data_extract_check label {
    margin-right: 10px;
    }
    .data_extract h4 {
        display: flex;
        align-items: center;
        align-content: center;
        color: #545454;
        font-weight: 500;
        margin: 10px 0px;
    }
    .data_extract h4 i {
        margin-right: 5px;
    }



ul.radio_ul {
    margin: 10px 0px;
}
ul.radio_ul li {
    height: 35px;
    display: flex;
    align-items: center;
}
    ul.radio_ul li input {
        margin-right: 5px;
    }
    ul.radio_ul li select{
        margin-left: 10px;
    }

h3.cohort_title {
    background: #1D2088;
    color: #fff;
    padding: 10px 20px;
}
    h3.cohort_title i {
        margin-right: 10px;
    }
.Pheno_check {
    display: flex;
    flex-direction: column;
}
    .Pheno_check label {
        padding: 5px 0px;
    }

/*데이터 검색*/
.flex_section {
    display: flex;
}
.left_section {
    margin-right: 20px;
}
.right_section {
    width: 100%;
}
.table_title_left {
    display: flex;
    align-items: center;
}
.table_title_left .title_txt {
    margin-left: 10px;
}
span.search_count {
    font-weight: 500;
}
table.tableA.data_search span {
    font-weight: 500;
}
.file_list i {
    color: #666;
    margin: 0 10px;
}
.file_list {
    text-align: initial;
}

.accordionMenu .content .inner h4 span {
    font-size: 10px;
}

/*accordionMenu*/
.accordionMenu{
    width: 300px;
    font-size: 14px;
    margin-bottom: 20px;
}
.accordionMenu input[type=radio]{
    display: none;
}
.accordionMenu .label_title{
    color: #fff;
    position: relative;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 47px;
    padding: 0 25px 0 10px;
    border-bottom: 1px solid #e6e6e6;
}

.accordionMenu .content .inner{
    padding: 10px 20px;
    background:  #f4f6fa;
}

  
 .accordionMenu input[type=radio]:checked + label + .content{
     max-height: 2000px;
     height: auto;
 }

 /*login*/

 .login {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f4f6fa;
    border-bottom: 1px solid #e7e7e7;
}
 .login .center{
    margin: 0 auto;
    width: 400px;
    background: white;
    border-radius: 10px;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
    margin-bottom: 50px;
  }
  .login .center h1{
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid silver;
    display: flex;
    flex-direction: column;
  }
  .login .center h1 span {
    font-size: 16px;
    font-weight: 400;
}
  .login .center form{
    padding: 0 40px;
    box-sizing: border-box;
  }
  .login img {
    width: 500px;
    margin-bottom: 30px;
    margin-top: 50px;
}

.login .center form .txt_field{
    position: relative;
    border-bottom: 2px solid #adadad;
    margin: 30px 0;
  }
  .login .center form .txt_field input{
    width: 100%;
    padding: 0 5px;
    height: 40px;
    font-size: 16px;
    border: none;
    background: none;
    outline: none;
  }
  .login .center form .txt_field label{
    position: absolute;
    top: 50%;
    left: 5px;
    color: #adadad;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    transition: .5s;
  }
  .login .center form .txt_field span::before{
    content: '';
    position: absolute;
    top: 40px;
    left: 0;
    width: 0%;
    height: 2px;
    background: #1D2088;
    transition: .5s;
  }
  .login .center form .txt_field input:focus ~ label,
  .login .center form .txt_field input:valid ~ label{
    top: -5px;
    color: #1D2088;
  }
  .login .center form .txt_field input:focus ~ span::before,
  .login .center form .txt_field input:valid ~ span::before{
    width: 100%;
  }
  .login .center form .pass{
    margin: -5px 0 20px 5px;
    color: #a6a6a6;
    cursor: pointer;
  }
  .login .center form .pass:hover{
    text-decoration: underline;
  }
  .login .center form input[type="button"]{
    width: 100%;
    height: 50px;
    border: 1px solid;
    background: #1D2088;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    margin-bottom: 30px;
  }
  .login .center form input[type="button"]:hover{
    background: #05084D;
    transition: .5s;
  }
  .login .center form .signup_link{
    margin: 30px 0;
    text-align: center;
    font-size: 16px;
    color: #666666;
  }
  .login .center form .signup_link a{
    color: #1D2088;
    text-decoration: none;
  }
  .login .center form .signup_link a:hover{
    text-decoration: underline;
  }
  
  /*코딩북*/
.codingbook_search {
    display: flex;
    background: #f0f0f0;
    padding: 20px;
    margin-bottom: 20px;
}
.codingbook_search .buttonB {
    width: 80px;
}

/*플랫폼소개*/
.platform_ul li {
    padding: 50px 40px;
    background: #fff;
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
    box-shadow: 5px 5px 19px 0 rgb(0 0 0 / 15%);
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.platform_ul li h3 {
    margin-bottom: 20px;
}

/*tooltip*/
.tooltip {
    float: right;
    margin-right: 10px;
}
.tooltip>i {
    font-size: 16px;
    font-weight: 600;
    color: #ec971f;
}
.tooltip .tooltip-bottom {
    margin-top: 20px;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 400px;
    background-color: #ec971f;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    font-size: 13px;
    line-height: 1.3;
    font-weight: normal;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* table */
.paging { width:100%; text-align:center; padding-top:15px; }
.pagingItem,.pagingDivider { padding:0px 10px; display:inline; }
.pagingItem { cursor:pointer; }
.pagingCurrent { font-weight:bold; font-size:110%; }
