@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@font-face {
    font-family: 'S-CoreDream-1Thin';
    src: url('font/S-CoreDream-1Thin.svg#S-CoreDream-1Thin') format('svg'),
         url('font/S-CoreDream-1Thin.ttf') format('truetype'),
         url('font/S-CoreDream-1Thin.woff') format('woff'),
         url('font/S-CoreDream-1Thin.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-2ExtraLight';
    src: url('font/S-CoreDream-2ExtraLight.svg#S-CoreDream-2ExtraLight') format('svg'),
         url('font/S-CoreDream-2ExtraLight.ttf') format('truetype'),
         url('font/S-CoreDream-2ExtraLight.woff') format('woff'),
         url('font/S-CoreDream-2ExtraLight.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-3Light';
    src: url('font/S-CoreDream-3Light.svg#S-CoreDream-3Light') format('svg'),
         url('font/S-CoreDream-3Light.ttf') format('truetype'),
         url('font/S-CoreDream-3Light.woff') format('woff'),
         url('font/S-CoreDream-3Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-4Regular';
    src: url('font/S-CoreDream-4Regular.svg#S-CoreDream-4Regular') format('svg'),
         url('font/S-CoreDream-4Regular.ttf') format('truetype'),
         url('font/S-CoreDream-4Regular.woff') format('woff'),
         url('font/S-CoreDream-4Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-5Medium';
    src: url('font/S-CoreDream-5Medium.svg#S-CoreDream-5Medium') format('svg'),
         url('font/S-CoreDream-5Medium.ttf') format('truetype'),
         url('font/S-CoreDream-5Medium.woff') format('woff'),
         url('font/S-CoreDream-5Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-6Bold';
    src: url('font/S-CoreDream-6Bold.svg#S-CoreDream-6Bold') format('svg'),
         url('font/S-CoreDream-6Bold.ttf') format('truetype'),
         url('font/S-CoreDream-6Bold.woff') format('woff'),
         url('font/S-CoreDream-6Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-7ExtraBold';
    src: url('font/S-CoreDream-7ExtraBold.svg#S-CoreDream-7ExtraBold') format('svg'),
         url('font/S-CoreDream-7ExtraBold.ttf') format('truetype'),
         url('font/S-CoreDream-7ExtraBold.woff') format('woff'),
         url('font/S-CoreDream-7ExtraBold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'S-CoreDream-8Heavy';
    src: url('font/S-CoreDream-8Heavy.svg#S-CoreDream-8Heavy') format('svg'),
         url('font/S-CoreDream-8Heavy.ttf') format('truetype'),
         url('font/S-CoreDream-8Heavy.woff') format('woff'),
         url('font/S-CoreDream-8Heavy.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'S-CoreDream-9Black';
    src: url('font/S-CoreDream-9Black.svg#S-CoreDream-9Black') format('svg'),
         url('font/S-CoreDream-9Black.ttf') format('truetype'),
         url('font/S-CoreDream-9Black.woff') format('woff'),
         url('font/S-CoreDream-9Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
  }

*{
    font-family: 'Noto Sans KR', sans-serif;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    margin: 0;
    padding-inline-start: 0;
  }
  a {
    text-decoration: none;
    transition: all 0.3s;
}
.width_padding{
    width: 100%;
    margin: 0 auto; 
	padding: 0 5%;
}
.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-top: 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;
}
.wrap {
    min-height: calc(100vh - 10rem);
}

/*main*/
.main_pre {
    background: #dbe1ef;
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
.main_pre_con {
    display: flex;
    width: 1960px;
}
.main_img {
    background-image: url(img/main.png);
    background-size: cover;
    background-position: 50%;
    height: 800px;
}
.main_img_con {
    width: 1960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: inherit;
    justify-content: flex-end;
}
.main_txt h1 {
    margin-bottom: 10px;
}
.main_txt {
    color: #fff;
    width: 960px;
    font-size: 30px;
    text-align: right;
    text-transform: uppercase;
}
.main_txt span {
    color: #fbc70e;
}
.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;
    font-family: 'S-CoreDream-5Medium';
    background: #fff;
    border-bottom: 1px solid #dbdbdb;
    justify-content: space-between;
}
.main_table_title span {
    font-family: 'S-CoreDream-5Medium';
    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: block;
    width: 100%;
    padding: 0;
    height: 435px;
}
.data_status_con .preview_con img {
    width: 100%;
}

.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: #021b74;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-family: 'S-CoreDream-5Medium';
    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: #021b74;
    }
    .analysis_type_con {
        padding: 20px;
        width: 50%;
        height: 235px;
        font-size: 14px;
        background: #185bcc;
        color: #fff;
        position: relative;
    }
    .analysis_type .main_table_title {
        padding: 25px 20px;
    }
    .analysis_type_title {
        font-family: 'S-CoreDream-5Medium';
        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: #185bcc;
    }
    .analysis_type_con:nth-child(2) .buttonA {
        background: #185bcc;
    }
    .analysis_type_con:nth-child(2) .buttonA:hover {
        background: #4281ee;
    }
    .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: #d5900e;
}
input[type="checkbox"],
input[type="radio"]{
    width: auto;
}

/*top*/
ul.top li a:hover {
    color: #5B5B5B;
}
ul.top li a {
    color: #000;
}
.top {
    width: 1960px;
    color: #000;
    font-size: 12px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0 auto;
}
    .top_con {
        background: #cfd5e5;
        height: 30px;
    }
    .top li span.class {
        color: #021b74;
        margin-right: 5px;
    }
    .top li.top_bar {
        margin: 0 5px;
    }

/*nav*/
header {
    border-bottom: 1px solid #dbdbdb;
}
nav {
    display: flex;
    align-items: center;
    width: 1960px;
    margin: 0 auto;
    justify-content: space-between;
}
.nav_location {

}
.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: 70px;
    margin-right: 50px;
}
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-family: 'S-CoreDream-5Medium';
}
  nav a:hover{
    color: #021b74;
  }
  nav ul{
    list-style: none;
    display: flex;
    width: 1200px;
  }
  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: #cfd5e5;
    font-size: 16px;
    font-family: 'S-CoreDream-3Light';
    height: 60px;
}
  .dropdown li a:hover{
    background: #021b74;
    color: #fff;
  }
  .dropdown{
    transition: opacity 200ms ease-in-out;
    position: absolute;
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 1000;
  }


/*table*/

.table_con {
    max-height: 200px;
    overflow: auto;
    margin: 10px 0;
}

.table_title {
	width:100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'S-CoreDream-5Medium';
    min-height: 35px;
}
.title_txt {
    font-size: 14px;
    font-weight: 300;
}
    .table_title ul {
        border-left: 4px solid #021b74;
        padding-left: 10px;
    }
    .table_title ul li.title_sub {
        font-size: 14px;
        color: #021b74;
    }
    .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 #021b74;
}
    .tableA th {
        background: #efefef;
        padding: 15px 0;
        color: #021b74;
    }
    .tableA td {
        padding: 10px 0;
        font-weight: 300;
        border-bottom: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
		background:white;
    }
    .tableA td:last-child{
        border-right: 0px;
    }

.tableB {
    width: 100%;
    font-size: 14px;
    border-spacing: 0;
    border-top: 2px solid #021b74;
    text-align: left;
}   
    .tableB th {
        background: #dbdbdb;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 10px;
        margin-bottom:10px ;
        color: #021b74;
        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;
		background:#ffffffdd;
    }

.tableC {
    width: 100%;
    max-height: 400px;
    border-spacing: 0;
    
    text-align: center;
}
    .tableC th {
        background: #185bcc;
        color: #fff;
        padding: 10px;
    }
    .tableC td {
        padding: 5px 10px;
    }
/*footer*/
footer {
    width: 100%;
    background: #021b74;
    height: 10rem;
}
.footer_con {
    width: 1960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}
footer img {
    height: 70px;
}
.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: #021b74;
    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: #185bcc;
    border: 0;
    padding: 5px 15px;
    border-radius: 20px;
    cursor: pointer;
}
.buttonB i {
    margin-left: 10px;
}
.buttonB:hover{
    background: #021b74;
}
.buttonD {
    color: #fff;
    background: #185bcc;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    height: 70px;
    width: 300px;
    font-size: 20px;
    font-family: 'S-CoreDream-4Regular';
}
.buttonD:hover{
    background: #021b74;
    transition: .5s;
}
.buttonE {
    color: #fff;
    background: #387bec;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    height: 70px;
    width: 300px;
    font-size: 20px;
    font-family: 'S-CoreDream-4Regular';
}
.buttonE:hover{
    background: #223b94;
    transition: .5s;
}
.buttonC i {
    margin-left: 0px !important;
}
.colorB_navy:hover{
    background: #999;
}
/*color*/
.colorB_orange{
    background: #d5900e;
}
.colorB_navy{
    background: #021b74;
}
.colorB_blue{
    background: #185bcc;
}
.colorB_grey{
    background: #545454;
}
.colorB_sky{
    background: #9ac7d2;
}
.colorT_orange{
    color: #d5900e;
}
.colorT_navy{
    color: #021b74;
}
.colorT_blue{
    color: #185bcc;
}
.colorT_grey{
    color: #545454;
}

/*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: #dbdbdb;
    justify-content: center;
    align-items: center;
    font-family: 'S-CoreDream-5Medium';
}
  .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 #dbdbdb;
    border-top: none;
    width: 100%;
  }
  .tabmenu_con input:checked ~ label {
    background: #021b74;
    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: #cfd5e5;
  -webkit-transform: skew(45deg);
  -moz-transform: skew(45deg);
  transform: skew(45deg);
}
.progress:after {
  height: 50%;
  width: 100%;
  top: 50%;
  left: 0;
  background: #cfd5e5;
  -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: #021b74;
}
.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: #185bcc;
}

/*데이터추출*/

.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: #185bcc;
    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: #185bcc;
    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%;
}
.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: 1px solid #dbdbdb;
    border-radius: 10px;
    padding: 20px;
}
.left_section h4 {
    font-weight: 500;
    color: #021b74;
    margin-bottom: 10px;
}
.left_section h4 i {
    margin-right: 10px;
}
.search_input {
    display: flex;
}
.search_input input {
    width: 400px;
}
.tableA.data_search th {
    padding: 3px 0px;
}
.data_search a {
    color: #021b74;
}
.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%;
}
/*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, section{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #edf0fb;
    min-height: calc(100vh);
    justify-content: center;
    background-image: url(img/login_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}
 .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_logo {
    width: 400px;
}

.login ul {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 30px;
}
.login ul a:hover {
    color: #185bcc;
    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: #021b74;
    transition: .5s;
  }
  .login .center form .txt_field input:focus ~ label,
  .login .center form .txt_field input:valid ~ label{
    top: -5px;
    color: #021b74;
  }
  .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: #021b74;
    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: #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: #021b74;
    text-decoration: none;
  }
  .login .center form .signup_link a:hover{
    text-decoration: underline;
  }
  .login_form {
    width: 800px;
    margin: 0 auto;
    padding-top: 60px;
    }
/*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: #dbdbdb;
    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_box{position: relative;top:50%;left:50%; overflow: auto; width:500px;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:50px;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-top: 20px;
}
/*오버레이 뒷배경*/
.popup_overlay{position:fixed;top:0px;right:0;left:0;bottom:0;z-index:1001;;background:rgba(0,0,0,0.5);}
/*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;
}
.cohort_list li.right_margin {
    width: 100px;
}
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: #185bcc;
    height: 13px;
}

/*추가*/
.table_wrap {
    background: #fff;
    padding: 40px;
    width: 80%;
    border-radius: 10px;
    box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.05);
}
.button_wrap {
    margin-bottom: 20px;
}
.main_menu{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #edf0fb;
    min-height: calc(100vh);
    justify-content: center;
    background-image: url(img/login_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    flex-direction: column;
}
.main_menu .buttonD, .main_menu .buttonE {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 200px;
    width: 200px;
    border-radius: 10px;
    justify-content: center;
}
.main_menu .buttonD i, .main_menu .buttonE i {
    font-size: 60px;
    margin-bottom: 20px;
}
.menu_wrap {
    display: flex;
    margin-top: 40px;
}
.hide.for {
	display:none;
}

.loader {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  border: 8px solid;
  border-color: #185bcc #185bcc transparent transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
  content: '';  
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 8px solid;
  border-color: transparent transparent #a8a8a8 #a8a8a8;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-sizing: border-box;
  animation: rotationBack 0.5s linear infinite;
  transform-origin: center center;
}
.loader::before {
  width: 32px;
  height: 32px;
  border-color: #d5900e #d5900e transparent transparent;
  animation: rotation 1.5s linear infinite;
}
    
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
} 
@keyframes rotationBack {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

