@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;
  }
.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;
}
.top_margin{
    margin-top: 20px !important;
}
.bt_right {
    text-align: right;
    margin: 20px;
}
.border_none {
    border-top: none !important;
}
.margin_none {
    margin-right: 0 !important;
}
.border_normal{
    border-top: 1px solid #DBDBDB !important;
}
.font_400{
    font-weight: 400;
}
.shadow {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.1);
  }
a{
    color: #000;
    text-transform: none;
}
/*main*/
.main_pre {
    display: flex;
    background: #f1f1f1;
    padding: 40px;
    margin-bottom: -40px;
}
.main_img {
    background-image: url(img/main.jpg);
    background-size: cover;
    background-position-y: 50%;
    height: 400px;
}
.main_txt h1 {
    margin-bottom: 10px;
    color: #00617e;
}
.main_txt {
    color: #999;
    width: 960px;
    padding-top: 80px;
    padding-left: 60px;
}
.left {
    width: 50%;
    margin-right: 20px;
}
.right {
    width: 50%;
}
.right_bottom {
    width: 100%;
}
.preview_con {
    display: flex;
    padding: 0px 20px;
    background: #fff;
    height: 186px;
    align-items: center;
}
.preview_con ul {
    display: flex;
    width: 100%;
    flex-direction: column;
}
.preview_con li {
    display: flex;
    justify-content: center;
}
.preview_con li img {
    width: 60px;
}
.preview_con li.preview_title {
    font-size: 14px;
    margin-top: 10px;
}
.preview_con li.preview_txt {
    display: flex;
    line-height: 20px;
    font-size: 12px;
    align-items: baseline;
}
.preview_con li.preview_txt span {
    font-size: 20px;
    font-weight: 700;
}
.chart_con {
    display: flex;
    justify-content: space-around;
    padding: 20px;
    background: #fff;
    width: 100%;
}
.chart_con img {
    width: 100%;
}
.main_img img {
    width: 100%;
}
.main_pre .left_top {
    margin-bottom: 20px;
}
.main_pre .title_con {
    background: #fff;
    padding: 30px 20px;
    line-height: 25px;
}

.main_table_title {
    display: flex;
    align-items: center;
    padding: 20px;
    font-size: 18px;
    background: #fff;
    border-bottom: 1px solid #DBDBDB;
}
.main_table_title span {
    font-weight: 600;
}
.visual_con {
    background: #fff;
    padding: 33px 60px;
    text-align: center;
}
.visual_con img {
    width: 540px;
}

.data_status_con {
    margin-bottom: 20px;
}
.data_status_con .preview_con {
    display: flex;
    height: fit-content;
    padding: 0;
    justify-content: center;
}
.data_status_con .preview_con img {
    height: 857px;
}

.data_status {
    display: flex;
    margin-bottom: 20px;
}
ul.data_status_main {
    font-size: 12px;
}
ul.data_status_sub {
    font-size: 10px;
    font-weight: 300;
}
.data_status_title {
    border-bottom: 1px solid;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.main_chart_title {
    background: #00617e;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    justify-content: center;
    width: 250px;
}
.main_chart_title img {
    margin-bottom: 20px;
    width: 80px;
}

.project_status {
    display: flex;
}

.analysis_type{
    
}
    .analysis_type .preview_con {
        padding: 0px;
        display: flex;
        align-items: flex-start;
    }
    .analysis_type_con:first-child {
        background: #00617e;
    }
    .analysis_type_con {
        padding: 20px;
        width: 50%;
        height: 186px;
        font-size: 14px;
        background: #5991a2;
        color: #fff;
        position: relative;
    }
    .analysis_type_title {
        font-size: 16px;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
    }
    .analysis_type .buttonA i {
        margin-left: 5px;
    }
    .analysis_type .buttonA {
        border: 1px solid;
        position: absolute;
        bottom: 20px;
        right: 20px;
    }
    .analysis_type .buttonA:hover{
        background: #5991a2;
    }
    .analysis_type_con:nth-child(2) .buttonA {
        background: #5991a2;
    }
    .analysis_type_con:nth-child(2) .buttonA:hover {
        background: #00617e;
    }
    .analysis_type_txt span {
        font-weight: 200;
    }

/*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: #b7b7b7;
}
input[type="checkbox"],
input[type="radio"]{
    width: auto;
}

/*top*/
ul.top a:hover {
    color: #5B5B5B;
}
ul.top a {
    color: #000;
}
.top {
    color: #000;
    font-size: 16px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top .my {
    border-radius: 50%;
    background: #00617e;
    width: 30px;
    height: 30px;
    color: #fff;
    margin-left: 20px;
    text-align: center;
}
/*nav*/
.navCon {
    display: flex;
    flex-direction: row;
    align-items: center;
}
nav {
    display: flex;
    align-items: center;
    border-bottom: 5px solid #00617e;
    padding: 0px 40px !important;
    justify-content: space-between;
}
.nav_location {
    border-bottom: 1px solid #DBDBDB;
}
.nav_location ul {
    display: flex;
    flex-direction: row;
    height: 40px;
    align-items: center;
    font-size: 14px;
    padding-left: 20px;
}
.nav_location ul li {
    margin-right: 15px;
}
.logo img {
    height: 50px;
    margin-right: 50px;
    margin-top: 5px;
    margin-bottom: -2px;
}
nav ul {
    list-style: none;
    display: flex;
    width: 500px;
    height: 60px;
}
nav ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background: #fff;
    height: 60px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
}
  nav a:hover{
    color: #00617e;
  }
  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: #e8eaee;
    font-size: 16px;
    height: 60px;
}
  .dropdown li a:hover{
    background: #00617e;
    color: #fff;
  }
  .dropdown{
    transition: opacity 200ms ease-in-out;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1000;
    margin-top: 5px;
  }


/*section*/
section {
    width: 100%;
    min-height: calc(100vh - 254px);
    display: inline-block;
}

/*table*/

.table_con {
    max-height: 200px;
}

.table_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 20px;
    font-size: 20px;
    min-height: 35px;
}
.title_txt {
    font-size: 14px;
    font-weight: 300;
}
    .table_title ul {
        border-left: 4px solid #00617e;
        padding-left: 10px;
    }
    .table_title ul li.title_sub {
        font-size: 14px;
        color: #00617e;
    }
    .table_title ul li.title_main {
        font-size: 20px;
        font-weight: 500;
    }

.tableA {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-spacing: 0;
}
    .tableA tr:hover {
        background: #f0f0f0;
    }
    .tableA th {
        background: #e8eaee;
        padding: 15px 0;
        color: #00617e;
    }
    .tableA td {
        padding: 10px 0;
        font-weight: 300;
        border-bottom: 1px solid #DBDBDB;
    }
    .tableA td:last-child{
        border-right: 0px;
    }

.tableB {
    width: 100%;
    font-size: 14px;
    border-spacing: 0;
    border-top: 2px solid #00617e;
    text-align: left;
}   
    .tableB th {
        background: #ebedf3;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom:10px ;
        color: #00617e;
        border-bottom: 1px solid #DBDBDB;
        width: 200px;

    }
    .tableB tr:first-child{
        border-top: 1px solid #DBDBDB;
    }
    .tableB td {
        font-weight: 300;
        border-bottom: 1px solid #DBDBDB;
        padding: 5px 10px;
    }

.tableC {
    width: 100%;
    max-height: 400px;
    border-spacing: 0;
    
    text-align: center;
}
    .tableC th {
        background: #5991a2;
        color: #fff;
        padding: 10px;
    }
    .tableC td {
        padding: 5px 10px;
    }
/*footer*/
footer {
    width: 100%;
    background: #5B5B5B;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
footer img {

}
.footer_txt span {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
}
.footer_txt {
    font-size: 14px;
    display: flex;
    color: #7e8390;
    flex-direction: column;
    text-align: right;
}

/*button*/
.buttonA {
    background: #00617e;
    border-radius: 3px;
    padding: 8px 20px;
    color: #fff;
    border: 0;
    cursor: pointer;
    z-index: 10;
    min-width: 80px;
}
.buttonA:hover{
    background: #999;
}
.buttonB {
    color: #fff;
    background: #5991a2;
    border: 0;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
}
.buttonB i {
    margin-left: 10px;
}
.buttonB:hover{
    background: #00617e;
}
.buttonC i {
    margin-left: 0px !important;
}
.colorB_navy:hover{
    background: #999;
}
/*color*/
.colorB_orange{
    background: #b7b7b7;
}
.colorB_navy{
    background: #00617e;;
}
.colorB_blue{
    background: #5991a2;
}
.colorB_grey{
    background: #545454;
}
.colorB_sky{
    background: #9ac7d2;
}
.colorT_orange{
    color: #b7b7b7;
}
.colorT_navy{
    color: #00617e;;
}
.colorT_blue{
    color: #5991a2;
}
.colorT_grey{
    color: #545454;
}

/*tabmenu*/
.tabmenu_con{ 
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    height: 900px;
    margin-top: 40px;
  }
  .tabmenu_con .table_title, 
  .login_form .table_title {
    margin: 10px 0;
}
  .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: #e8eaee;
    justify-content: center;
    align-items: center;
}
  .tabmenu_con input{display:none;}
  .tabmenu_con .tableA input {
    display: inherit;
}
  .tabCon{
    display:none; 
    text-align:left; 
    padding: 20px;
    position:absolute; 
    left:0; 
    top:50px; 
    box-sizing: border-box; 
    border: 5px solid #e8eaee;
    border-top: none;
    width: 100%;
  }
  .tabmenu_con input:checked ~ label {
    background: #5991a2;
    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: 51px;
  width: 26%;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 68px;
  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: #e8eaee;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  transform: skew(45deg);
}
.progress:after {
  height: 50%;
  width: 100%;
  top: 50%;
  left: 0;
  background: #e8eaee;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  transform: skew(-45deg);
}
.progress:hover:before,
.progress:hover:after {
  /*background: tomato;*/
}

.progress.active:before,
.progress.active:after {
  background: #00617e;
}
.progress.active {
  color: #fff;
}
.progress_txt {
    position: relative;
    top: -10px;
}
.progress.after {
    line-height: normal;
    padding-top: 5px;
    color: #fff;
}
.progress.after .progress_sum{
    display: block;
}
.progress_sum {
    font-size: 10px;
    display: none;
}
.progress.after .progress_txt {
    top: 0;
}
.progress.after:before,
.progress.after:after{
    background: #5991a2;
}

/*데이터추출*/

.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: #5991a2;
    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: #5991a2;
    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;
}
.right_section {
    width: 100%;
}
.right_section button {
    width: 130px;
}
.table_title_left {
    display: flex;
    align-items: center;
}
.table_title_left .title_txt {
    margin-left: 10px;
}
span.search_count {
    font-weight: 500;
}
.left_section {
    border-right: 1px solid #DBDBDB;
    width: 500px;
    padding-left: 10px;
}
.left_section h4 {
    font-weight: 500;
    color: #00617e;
    padding: 10px;
}
.left_section h4 i {
    margin-left: 5px;
}
.search_input {
    display: flex;
}
.search_input input {
    width: 400px;
}
.tableA.data_search th {
    padding: 15px 0px;
}
.data_search a {
    color: #00617e;
}
/*accordionMenu*/
.accordionMenu{
    width: 300px;
    font-size: 14px;
    margin-bottom: 20px;
}
.accordionMenu .radio_title {
    display: block;
    position: absolute;
    z-index: 100;
    margin-left: 10px;
    margin-top: 17px;
}
.accordionMenu .label_title{
    color: #fff;
    position: relative;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 47px;
    padding: 0 25px 0 30px;
    border-bottom: 1px solid #e6e6e6;
}
.accordionMenu .label_title:hover {
    background: #999;
}
.accordionMenu .label_title::after {
    display: block;
    content: "";
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    width: 0;
    height: 0;
    right: 10px;
    top: 20px;
    z-index: 10;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: rotate(90deg);
}
.accordionMenu .content{
    max-height: 0;
    height: 0;
    overflow: hidden;
   -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    -webkit-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.accordionMenu .content .inner{
    padding: 10px 20px;
    background: #f0f0f0;
}
.accordionMenu input[type=radio]:checked + label:after{
    -moz-transform: rotate(-90deg);
     -ms-transform: rotate(-90deg);
     -o-transform: rotate(-90deg);
     -webkit-transform: rotate(-90deg);
     transform: rotate(-90deg);
 }
  
 .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;
    min-height: calc(100vh - 254px);
 }
 .login .center{
    margin: 0 auto;
    width: 400px;
    background: white;
    border-radius: 10px;
    box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
    margin: 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 ul {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.login ul a:hover {
    color: #5991a2;
    transition: .5s;
}
.login ul a {
    color: #000;
}

.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: #00617e;
    transition: .5s;
  }
  .login .center form .txt_field input:focus ~ label,
  .login .center form .txt_field input:valid ~ label{
    top: -5px;
    color: #00617e;
  }
  .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: #00617e;
    border-radius: 25px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    outline: none;
    margin-bottom: 10px;
  }
  .login .center form input[type="button"]:hover{
    background: #999;
    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: #00617e;
    text-decoration: none;
  }
  .login .center form .signup_link a:hover{
    text-decoration: underline;
  }
  .login_form {
    width: 800px;
    margin: 0 auto;
    padding-top: 60px;
    display: block;
    }
/*join*/
.clearfix::after{content: "";display: block;clear: both;}
#joinForm{margin-bottom: 40px;}
ul.join_box{border: 1px solid #ddd;background-color: #fff;}
.checkBox,.checkBox>ul{position: relative;}
.checkBox>ul>li{float: left;}
.checkBox>ul>li:first-child{width: 85%;padding: 15px;font-weight: 600; font-size: 14px;}
.checkBox>ul>li:nth-child(2){position: absolute;top: 50%;right: 30px;margin-top: -12px;}
.checkBox textarea{width: 96%;height: 90px; margin: 0 2%;background-color: #f7f7f7; border: none;}
.footBtwrap{margin-top: 15px;}
.footBtwrap>li{float: left;width: 50%;height: 60px;}
.footBtwrap>li>button{display: block; width: 100%;height: 100%; font-size: 20px;text-align: center;line-height: 60px;}
.two-line{margin-bottom: 5px;}

/*서버이용*/
.serveruse_con {
    margin-bottom: 20px;
}

/*코딩북*/
.codingbook_search {
    display: flex;
    background: #e8eaee;
    padding: 20px;
    margin-bottom: 20px;
}
.codingbook_search .buttonB {
    width: 80px;
}

/*팝업*/
/*popup*/
.popup_layer {position:fixed;top:0;left:0;z-index: 10000; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); }
#popup_layer2 > .loader {
  width: 100px;
  height: 100px;
  padding: 15px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: white;
  --_m: 
    conic-gradient(#0000 10%,#000),
    linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
          mask: var(--_m);
  -webkit-mask-composite: source-out;
          mask-composite: subtract;
  animation: l3 1s infinite linear;
}
@keyframes l3 {to{transform: rotate(1turn)}}

    /*팝업 박스*/
    .popup_box{position: relative;top:50%;left:50%; overflow: auto; width:1000px;transform:translate(-50%, -50%);z-index:1002;box-sizing:border-box;background:#fff;box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-webkit-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);-moz-box-shadow: 2px 5px 10px 0px rgba(0,0,0,0.35);}
    /*컨텐츠 영역*/
    .popup_box .popup_cont {padding: 10px 20px;line-height:1.4rem;font-size:14px; }
    .popup_box .popup_cont h2 {padding:15px 0;color:#333;margin:0;}
    .popup_box .popup_cont p{ border-top: 1px solid #666;padding-top: 30px;}
    .popup_cont .tableA,
    .popup_cont .tableB,
    .popup_cont .tableB input,
    .popup_cont .tableB textarea,
    .popup_cont .tableB button {
        font-size: smaller;
    }
    .popup_cont .tableB th{width: 100px;}
    .popup_cont .tableB button{width: auto;}
    .popup_cont h3 {
        margin-bottom: 10px;
        font-weight: 500;
    }
    /*버튼영역*/
    .popup_box .popup_btn {display:table;table-layout: fixed;width:100%;height:70px;background:#ECECEC;word-break: break-word;}
    .popup_box .popup_btn a {position: relative; display: table-cell; height:70px;  font-size:17px;text-align:center;vertical-align:middle;text-decoration:none; background:#ECECEC;}
    .popup_box .popup_btn a:before{content:'';display:block;position:absolute;top:26px;right:29px;width:1px;height:21px;background:#fff;-moz-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg);}
    .popup_box .popup_btn a:after{content:'';display:block;position:absolute;top:26px;right:29px;width:1px;height:21px;background:#fff;-moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg);}
    .popup_box .popup_btn a.close_day {background:#5d5d5d;}
    .popup_box .popup_btn a.close_day:before, .popup_box .popup_btn a.close_day:after{display:none;}
    .popup_button {
        text-align: end;
        margin-bottom: 20px;
    }
    /*오버레이 뒷배경*/
    .popup_overlay{position:fixed;top:0px;right:0;left:0;bottom:0;z-index:1001;;background:rgba(0,0,0,0.5);}
    /*그외*/
    .popup_box .tabmenu_con {
        margin-top: 20px;
        height: 400px;
    }
    .popup_box .buttonB {
        width: 50px;
        font-size: 10px;
    }
/*popup*/

/*메인슬라이드*/
.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
    width: 100%;
}

.carousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 0;
}

.carousel-control.next {
    right: 0;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #adadad;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet {
    color: #545454;
}

#title {
    width: 100%;
    position: absolute;
    padding: 0px;
    margin: 0px auto;
    text-align: center;
    font-size: 27px;
    color: rgba(255, 255, 255, 1);
    font-family: 'Open Sans', sans-serif;
    z-index: 9999;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.33), -1px 0px 2px rgba(255, 255, 255, 0);
}

/*공지사항*/
.notice td {
    border-right: 0px;
}
.notice tr:hover {
    background: #f8f8f8;
}

/*자료실*/
.reference_link {
    font-size: 14px;
    margin-top: 10px;
    text-align: end;
}
.reference .tabmenu_con {
    height: 1000px;
}

/*데이터 추출*/
ul.cohort_list{
    display: flex;
}
ul.cohort_list li {
    height: fit-content;
}
ul.cohort_list li:nth-child(odd) {
    font-weight: 500;
}
ul.cohort_ul li {
    font-weight: 300 !important;
}
ul.cohort_ul {
    margin-left: 10px;
    margin-right: 30px;
}
ul.cohort_list i {
    margin-right: 5px;
    color: #5991a2;
    height: 13px;
}
.data_extract {
    padding: 10px 5px;
}
.data_extract li {
    padding: 3px 0;
}
.data_extract label {
    font-weight: 400;
}
.data_extract label input {
    margin-right: 5px;
}
/*paging*/
.paging {
    width: 100%;
    text-align: center;
    padding-top: 15px;
}
.pagingCurrent {
    font-weight: bold;
    font-size: 110%;
}
.pagingItem {
    cursor: pointer;
}
.pagingItem, .pagingDivider {
    padding: 0px 10px;
    display: inline;
}
