.data_search_area {
  height: 420px;
}

.data_search_area .sub_header_btn ul {
  flex-direction: column;
}

.data_search_area .sub_header_btn ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
}

.search_input input[type="text"] {
  margin: 1rem 0 0 0;
}

.search_input button {
  background:transparent;
  width:60px;
  height:48px;
  border:0;
  margin-top:1rem;
  margin-left:-60px;
}

.data_btn_box {
  position:relative;
  margin:1rem 0;
  gap:1rem;
}

.data_btn_box button {
  width:79px;
  height:79px;
  border-radius: 10px;
  border:0;
  background:rgba(255, 255, 255, 0.3);
}

.data_btn_box button img {
  opacity: 0.5;
}

.data_btn_box .data_btn_on {
  background:#3770FB;
}

.data_btn_box .data_btn_on img {
  opacity: 1;
}

.data_list_box ul {
  position:relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap:20px 10px;
}

.data_list_box ul li {
  display:flex;
  flex-direction: column;
  align-items: center;
  width:calc(100% / 4 - 10px);
  border:1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.data_list_text {
  padding:2rem 1.2rem 1rem 1.2rem;
  text-align:center;
  color:rgba(25, 25, 25, 0.6);
  width:100%;
  font-weight:500;
}

.data_list_text h3 {
  font-size:24px;
  color:#000;
  font-weight:500;
  line-height: 1.2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 라인수 */
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  overflow: hidden;
}

.data_list_text span {
  display:block;
  margin-top:0.5rem;
  font-size:15px;
}

.data_list_text div {
  margin-top:1rem;
  padding:1rem 0.3rem 0 0.3rem;
  border-top:1px solid rgba(0, 0, 0, 0.1);
}

.data_list_text div dl {
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size:13px;
  text-align: left;
  margin-bottom:8px;
}

.data_list_text div dl dt {
  position: relative;
  width: 55%;
  text-wrap: nowrap;
}

.data_list_text div dl dt:after {
  content:'';
  position:absolute;
  right:11px;
  top:0;
  width:1px;
  height:13px;
  background:rgba(25, 25, 25, 0.6);
}

.data_list_box ul li a {
  display:flex;
  justify-content: center;
  align-items: center;
  width:100%;
  height:47px;
  border-top:1px solid rgba(0, 0, 0, 0.2);
  background:rgba(234, 234, 234, 0.4);
  text-align:center;
  font-size:13px;
  font-weight:500;
  color:rgba(25, 25, 25, 0.6);
}

.data_list_box ul li a:hover {
  background:#3770FB;
  color:#fff;
  border-top:1px solid #3770FB;
}

/***********************************detail*************************************/

.data_detail_title {
  position:relative;
  width:100%;
  background:#E6EEF7;
  border-radius: 21px;
  padding:3.5rem;
  color:rgba(25, 25, 25, 0.6);
  font-weight:500;
}

.data_detail_title ul {
  display:flex;
  flex-direction: row-reverse;
  align-items: stretch;
  justify-content: space-between;
  gap:40px;
}

.data_detail_title ul li:first-of-type {
  background:#fff;
  border:1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width:197px;
  display:flex;
  justify-content: center;
  align-items: center;  
}

.data_detail_title ul li:last-of-type {
  width:calc(100% - 237px);
}

.data_detail_title ul li h3 {
  font-size:36px;
  font-weight:500;
  color:#000;
}

.data_detail_title ul li h3 span {
  font-size:18px;
  color:rgba(25, 25, 25, 0.6);
  margin-left:10px;
}

.data_hashtag {
  display:flex;
  flex-direction: row;
  align-items: center;
  gap:10px;
  margin:0.5rem 0 0.8rem 0;
}

.data_hashtag span {
  display:flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size:13px;
  background:#fff;
  border:1px solid rgba(0, 0, 0, 0.2);
  min-width:59px;
  padding: 0 10px;
  height:24px;
  border-radius: 5px;
}

.data_information {
  position:relative;
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width:100%;
  border-top:1px solid rgba(0, 0, 0, 0.1);
  padding:1rem 0 0.5rem 0;
}

.data_information div {
  display:flex;
  flex-direction: column;
  align-items: flex-start;
  width:50%;
}

.data_information div dl {
  display: flex;
  flex-direction: row;
  align-items: center;
  width:100%;
  font-size:13px;
  margin-bottom:0.5rem;
}

.data_information div dl dt {
  position:relative;
  width: 90px;
}

.data_information div dl dt:after {
  content:'';
  position:absolute;
  right:10px;
  top:0;
  width:1px;
  height:13px;
  background:rgba(25, 25, 25, 0.6);
}

.data_detail_btn {
  display:flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap:20px;
}

.data_detail_btn button{
  width:269px;
  height:46px;
  background:#3770FB;
  color:#fff;
  font-size:18px;
  font-weight:500;
  border:0;
  border-radius: 10px;
}

/********************data_detail_content**********************/

.data_detail_content {
  margin:3rem 0;
}

.data_detail_content h4 {
  display:flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  font-size:20px;
  font-weight:600;
  border-bottom:1px solid rgba(0, 0, 0, 0.1);
  padding:10px 0 12px 0;
  cursor: pointer;
}

.data_detail_content h4 img {
  transform: rotate(180deg);
  transition: all ease .3s;
}

.img_rotate {
  transform: rotate(0deg) !important;
  transition: all ease .3s;
}

.data_accordion_detail {
  padding:1rem;
  font-weight:500;
}

.data_accordion_detail h5 {
  font-size:18px;
  font-weight:600;
  padding:1rem 0;
}

.data_accordion_detail ul li {
  position:relative;
  font-size:15px;
  font-weight:500;
  padding-left:0.8rem;
  margin-bottom:0.7rem;
  color:#191919;
  line-height: 1.2;
}

.circle_list li {
  padding-left:1.2rem !important;
}

.circle_list li::before {
  content:'';
  position:absolute;
  top:6px;
  left:5px;
  width:3px;
  height:3px;
  border-radius: 50%;
  background:#191919;
}

.data_table_box {
  position:relative;
  width:100%;
  overflow-x: auto;
}

.data_table_box table {
  width:100%;
  min-width: 800px;
  font-size:15px;
  font-weight:500;
  text-align:center;
  border-collapse: collapse;
  margin-bottom:1rem;
}

.data_table_box table td {
  border:1px solid rgba(0, 0, 0, 0.1);
  height:56px;
  line-height: 1.2;
  padding:5px;
}

.data_table_box table thead td {
  background:#E6EEF7;
  font-weight:700;
}

.data_table_img ul {
  position:relative;
  width:100%;
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.data_table_img ul li {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  border:1px solid rgba(0, 0, 0, 0.2);
  padding:1rem;
}

.data_table_img ul li:first-of-type {
  border-right:0 !important;
}

.data_table_img ul li img {
  width:100%;
}

.list_back {
  display:flex;
  justify-content: center;
  align-items: center;
  background:rgba(55, 112, 251, 1);
  border:1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color:#fff;
  font-size:18px;
  font-weight:500;
  width:129px;
  height:46px;
  margin:2rem auto;
}

/***********************************media*************************************/

@media screen and (max-width:1310px) {
  .data_list_text div dl {
    /* flex-direction: column; */
    align-items: flex-start;
    gap:5px;
  }
  .data_list_text div dl dt {
    width:100%;
  }
  .data_list_text div dl dt:after {
    background:transparent;
  }
}

@media screen and (max-width:980px) {
  .data_list_box ul li {
    width: calc(100% / 3 - 10px);
  }
}

@media screen and (max-width:940px) {
  .data_detail_title {
    padding:2.5rem
  }
  .data_detail_title ul li h3 {
    font-size: 30px;
  }
  .data_information div {
    width:40%
  }
  .data_information div:last-of-type {
    width:60%;
  }  
}

@media screen and (max-width:860px) {
  .data_btn_box {
    gap: 0.5rem;
  }
  .data_btn_box button {
    width: 70px;
    height: 70px;
  }
  .data_btn_box button img {
    width:100%;
    max-width:40px;
  }
}

@media screen and (max-width:840px) {
  .data_detail_title ul li h3 {
    font-size: 28px;
  }
  .data_detail_btn button {
    font-size:16px;
  }
  .data_information div,
  .data_information div:last-of-type {
    width:100%;
  }
}

@media screen and (max-width:768px) {
  .data_list_box ul li {
    width: calc(100% / 2 - 10px);
  }
  .search_input button {
    height:42px;
  }
  .data_detail_btn {
    gap: 10px;
  }
  .data_detail_btn button {
    font-size: 14px;
    line-height: 1.2;
  }
}

@media screen and (max-width:680px) {
  .data_detail_title ul li h3 {
    font-size: 26px;
  }
  .data_detail_title ul li h3 span {
    font-size: 16px;
    display:block;
    margin-left:0;
    margin-top:10px;
  }
  .data_table_img ul {
    flex-wrap: wrap;
  }
  .data_table_img ul li {
    margin-bottom:0;
  }
  .data_table_img ul li:first-of-type {
    border-right:1px solid rgba(0, 0, 0, 0.2) !important;
    border-bottom:0 !important;
  }
}

@media screen and (max-width:640px) {
  .search_input input[type="text"] {
    width:80%;
  }
  .search_input button {
    width:50px;
    margin-left:-50px;
  }
  .search_input button img {
    width:100%;
    max-width:24px;
  }
  .data_btn_box button {
    width: 50px;
    height: 50px;
  }
  .data_btn_box button img {
    max-width: 30px;
  }
  .data_list_text {
    padding: 1.5rem 1.2rem 1rem 1.2rem;
  }
  .data_list_text h3 {
    font-size: 22px;
  }
}

@media screen and (max-width:620px) {
  .data_detail_title ul {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .data_detail_title ul li:first-of-type {
    width:140px;
    height:140px;
  }

  .data_detail_title ul li:first-of-type img {
    width:100%;
    max-width:100px;
  }
  .data_detail_title ul li:last-of-type {
    width: 100%;
    text-align: center;
  }
  .data_information div dl {
    text-align: left;
  }
  .data_hashtag {
    justify-content: center;
  }
  .data_information {
    flex-wrap: nowrap;
    width: 100%;
  }
  .data_information div {
    width:40%;
  }
  .data_information div:last-of-type {
    width:60%;
  }
}

@media screen and (max-width:540px) {
  .data_detail_title ul li h3 {
    font-size: 22px;
  }
  .data_information div dl dt {
    position: relative;
    width: 80px;
  }
}

@media screen and (max-width:520px) {
  .data_detail_title ul li:first-of-type {
    width: 120px;
    height: 120px;
  }
  .data_detail_title ul li:first-of-type img {
    max-width: 80px;
  }  
  .data_information {
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;
  }
  .data_information div,
  .data_information div:last-of-type {
    width:100%;
  }
  .data_detail_content h4 {
    font-size: 18px;
  }
  .data_accordion_detail h5 {
    font-size: 16px;
  }
  .data_accordion_detail ul li {
    font-size: 14px;
  }
  .data_table_box table {
    font-size: 14px;
  }
  .data_table_box table td {
    height: 46px;
  }
  .list_back {
    font-size: 16px;
  }
}

@media screen and (max-width:500px) {
  .search_input button {
    width: 40px;
    height: 38px;
    margin-left:-40px;
  }
  .search_input button img {
    max-width:20px;
  }
  .data_search_area .sub_header_btn ul li {
    flex-wrap: wrap;
  }
  .data_btn_box {
    width:50%;
  }
  .data_btn_box button {
    width: calc(100% / 5 - 10px);
  }
}

@media screen and (max-width:480px) {
  .data_list_box ul li {
    width:100%;
  }
  .data_list_text div dl {
    flex-direction: row;
    align-items: center;
  }
  .data_list_text div dl dt {
    width: 77px;
  }
  .data_list_text div dl dt:after {
    right: 5px;
    background: rgba(25, 25, 25, 0.6);
  }
  .data_detail_title {
    padding: 2rem;
  }
  .data_detail_btn {
    flex-direction: column;
  }
  .data_detail_btn button {
    width: 100%;
  }
}

@media screen and (max-width:360px) {
  .data_detail_title ul li:first-of-type {
    width: 100px;
    height: 100px;
  }
  .data_detail_title ul li:first-of-type img {
    max-width: 60px;
  }
}

@media screen and (max-width:340px) {
  .data_information div dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .data_information div dl dt {
    width: 100%;
    margin-bottom:5px;
  }
  .data_information div dl dt:after {
    background:transparent;
  }
  .data_information div dl dd {
    width:100%;
  }
}

@media screen and (max-width:320px) {
  .data_list_text div dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .data_list_text div dl dt {
    width: 100%;
  }
  .data_list_text div dl dt:after {
    background: transparent;
  }
}
