﻿.main_tit {
  font-size: 30px;
  font-weight: normal;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents .contents_top .contents_top_search .main_tit {
  font-size: 30px;
  color: #5d79af;
  font-weight: 800;
  margin-bottom: 15px;
  letter-spacing: -1px;
}

.sub_contents .s_tit_st_txt {
  color: #225a97;
  font-weight: 600;
  font-family: "S-CoreDream";
  margin-bottom: 20px;
}
.sub_contents .down_btn_st {
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  margin-bottom: 30px;
}
.sub_contents .down_btn_st li {
  width: 48%;
}
.sub_contents .down_btn_st li a {
  display: block;
  text-align: center;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 20px;
  margin: 5px 0;
  font-size: 15px;
  transition: background 0.5s ease-out;
}
.sub_contents .down_btn_st li a i {
}
.sub_contents .down_btn_st li a:hover {
  background: #efefef;
}

.sub_contents,
.sub_journal {
  margin: 20px 13px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  min-height: 540px;
  margin-bottom: 0;
}

.sub_journal .journal_detail.info {
  padding: 22px 0;
  border-bottom: 1px solid rgb(153, 153, 153);
}
.sub_journal .journal_detail.info a {
  float: right;
  font-size: 12px;
}
.sub_journal .journal_detail.info a:hover {
  color: #1a6fbb;
}

.sub_contents .sub_top_tit,
.sub_journal .sub_top_tit {
  position: relative;
}
.sub_contents .sub_top_tit small#currentLocaiton,
.sub_journal .sub_top_tit small#currentLocaiton {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 13px;
}
.sub_contents .sub_top_tit #currentLocaiton small,
.sub_journal .sub_top_tit #currentLocaiton small {
  font-weight: 300;
  font-style: normal;
  color: #999;
  margin: 0 5px;
}
.sub_contents .sub_top_tit #currentLocaiton i,
.sub_journal .sub_top_tit #currentLocaiton i {
  display: none;
}
.sub_contents h3,
.sub_journal .sub_top_tit h3 {
  font-size: 26px;
  color: #5b5a5a;
  font-weight: bold;
  font-family: "S-CoreDream";
  border-bottom: 1px solid #999;
  padding: 15px 0;
  margin-bottom: 30px;
}
.sub_contents h3 > small,
.sub_journal .sub_top_tit h3 > small {
  font-weight: 300;
  font-style: normal;
  color: #999;
  font-size: 18px;
  letter-spacing: -0.5px;
  margin-left: 10px;
}
.sub_contents h3 i,
.sub_journal .sub_top_tit h3 i {
  display: none;
}
.sub_contents h3 .list_btn {
  position: absolute;
  right: 0;
  font-size: 16px;
  padding: 5px 40px;
  background-color: #6b6b6b;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fdfafa' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  color: #fff;
}
.sub_contents h3 .list_btn:hover {
  background-color: #d2863b;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fdfafa' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.sub_contents h4 {
  font-size: 20px;
  color: #515151;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  line-height: 180%;
  /*font-family: "Montserrat";*/
}
.sub_contents p.sub_con {
  font-size: 15px;
  line-height: 180%;
  color: #5b5a5a;
}
.sub_contents p em {
  font-style: italic;
}

.center {
  text-align: center;
}
.ml20 {
  margin-left: 20px;
}
.mt40 {
  margin-top: 40px;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}

div.submission_img {
  width: 100%;
  text-align: center;
}
div.submission_img img {
  width: 90%;
  display: block;
  margin: auto;
}
.link_btn {
  font-size: 20px;
  background: #386a9f;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  border-radius: 10px;
  transition: background 0.5s ease-out;
}
.link_btn:hover {
  background: #333;
  color: #fff;
}
.link_btn:visited,
.link_btn:active {
  color: #fff;
}

.sub_contents h5 {
  color: #314c9e;
  font-size: 27px;
  margin-bottom: 25px;
}

.sub_contents h6 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #32448d;
}

.sub_contents .gray_box {
}
.sub_contents .ul_st {
  font-size: 16px;
  line-height: 34px;
  padding-left: 20px;
  color: #333;
  list-style: disc;
}
.sub_contents .ul_st li {
}

.sub_contents .check_list i.fa-square {
  color: #8e9dac;
}

.small_txt {
  text-align: center !important;
  font-size: 15px !important;
}

.small_txt2 {
  text-align: right !important;
  font-size: 15px !important;
  line-height: 155% !important;
}

.articles {
  letter-spacing: 0.5px;
}

.article_box h1 {
  font-family: "Noto Sans KR";
  line-height: 38px;
  font-weight: 800;
  color: #333;
  font-size: 26px !important;
}
.article_box h1 i,
.article_box h1 sub,
.article_box h1 sup {
  color: inherit;
}
.article_box #engInfo {
  font-family: "Noto Sans KR";
}

.article_box h3 {
  font-family: "Noto Sans KR";
}

.table_e {
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 100%;
}
.table_e tr th {
  padding: 10px 0;
  font-weight: normal;
  background-color: #f7f7f7;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23acacac' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.table_e tr td {
  padding: 10px 20px;
  word-break: break-all;
  line-height: 220%;
}

.p20 {
  padding-left: 20px;
}
.pl20 {
  padding-left: 20px;
  display: block;
}
.table_1 {
}
.table_1 tr th {
}
.table_1 tr td {
}

.down_btn {
  font-size: 18px;
  letter-spacing: 0.5px;
  height: 50px;
  display: inline-block;
  padding: 10px 15px;
  background-color: #f0f0f0;
  position: relative;
  margin-bottom: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23acacac' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
.down_btn img {
  position: relative;
  top: 9px;
  position: absolute;
  left: 10px;
}
.down_btn i {
  margin-left: 10px;
}
.down_btn:hover {
  color: #fff;
  background-color: #606060;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23c9c9c9' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

/*Journal Search Engine*/
.article_search {
  border: 1px solid #cecece;
  margin-bottom: 20px;
}
.article_search fieldset legend {
  background-color: #f7f7f7;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23acacac' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  display: inline-block;
  color: #a16428;
  font-size: 18px;
  padding: 10px 40px;
  margin-bottom: 15px;
  font-family: "Montserrat";
  font-weight: 500;
}

.article_search .search_box {
}
.article_search .search_box p {
  margin-bottom: 5px;
  text-align: left !important;
}
.article_search .search_box p input {
  height: 30px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.article_search .search_box p select {
  height: 30px;
  margin-right: 5px;
}
.article_search .search_box .item {
  width: 95px;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
}
.article_search .search_box #b_s_volume {
  width: 116.5px;
  font-size: 12px;
  padding-left: 5px;
}
.article_search .search_box #b_s_issue {
  width: 116.5px;
  font-size: 12px;
  padding-left: 5px;
}
.article_search .search_box #b_s_min {
  width: 108px;
  font-size: 12px;
  padding-left: 5px;
}
.article_search .search_box #b_s_max {
  width: 108px;
  font-size: 12px;
  padding-left: 5px;
}
.article_search .search_box .baseSearch {
}
.article_search .search_box .baseSearch input {
  width: 27%;
  margin-right: 0;
  padding-left: 10px;
  color: #999;
  display: inline-block;
}
.article_search .search_box .detailSearch {
}
.article_search .search_box .detailSearch input {
  width: 488px;
}

.article_search .search_action {
  margin-top: 30px;
  position: relative;
}
.article_search .search_action .search {
  background-image: linear-gradient(-20deg, #115fad 0%, #08aca4 100%);
  color: #fff;
  padding: 5px 80px;
  font-size: 14px;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 500;
}
.article_search .search_action .detail {
  background: #4e4e4e;
  color: #fff;
  padding: 5px 55px;
  font-size: 14px;
  cursor: pointer;
  font-family: "Montserrat";
  font-weight: 500;
}
.article_search .search_action .adobe {
}
.article_search .search_action .down_btn {
  font-size: 14px !important;
  height: 29px;
  position: absolute;
  right: 0;
  bottom: -15px;
  padding: 8px 5px 0 40px;
  line-height: 13px;
}
.article_search .search_action .down_btn img {
  top: 5px;
}

/*search required 지우지말것*/
.article_search .detailSearch {
  display: none;
}
.article_search .detailSearch .txt {
  width: 300px !important;
}

#all_issues {
}
#all_issues > li {
  margin-bottom: 8px;
  width: 100%;
}
#all_issues > li:after {
  content: "";
  clear: both;
  display: block;
}
#all_issues > li > a {
  width: 10%;
  height: 40px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 40px;
  float: left;
}
#all_issues > li:nth-child(odd) > a {
  background-color: #373737;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
#all_issues > li:nth-child(even) > a {
  background-color: #12719e;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
#all_issues > li > ol {
  float: left;
  width: 90%;
}
#all_issues > li > ol:after {
  content: "";
  clear: both;
  display: block;
}
#all_issues > li > ol > li {
  float: left;
  margin-left: 3px;
  width: 19%;
}
#all_issues > li > ol > li > a {
  width: 100%;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  background-color: #e6e6e6;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%238b8b8b' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}
#all_issues > li > ol > li > a:hover {
  color: #fff;
  background-color: #a3a3a3;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23fdfafa' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

.ft-author a {
  left: 2px;
  position: relative;
  margin-right: 4px;
}

.abstract {
  font-size: 14px;
  line-height: 25px;
}

.listpage {
  text-align: center;
  margin-top: 25px;
}
.listpage .current {
  font-size: 16px;
  margin: 0 10px;
}
.listpage .page {
  font-size: 16px;
  margin: 0 10px;
  color: #999;
}
.listpage .bar {
}

.articles > li h4 {
}

.download_pdf_btn:hover,
.export_citaion_btn:hover {
  color: #fff;
}
.download_pdf_btn:visited,
.export_citaion_btn:visited {
  color: #fff;
}
.download_pdf_btn:active,
.export_citaion_btn:active {
  color: #fff;
}

.download_pdf_btn {
  background: #01872f;
  color: #fff !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.Download_supplement {
  background: #4fa12e;
  color: #fff !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.export_citaion_btn {
  background: #5d5040;
  color: #fff !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
#biblio {
  background: #6b6b6b;
  color: #fff !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}
#biblio span {
}
#biblio span i {
}
a.check_activate {
}
a.check_activate i {
}
a.check_activate span i {
}

#pmcPreviewer {
  background: #604f3f;
  color: #fff !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}
.export_citation_btn {
  background: #222;
  color: #fff !important;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
  cursor: pointer;
}

.fulltext-wrap .ft-head {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23acacac' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.fulltext-wrap * {
  letter-spacing: 1px;
  line-height: 180% !important;
  /*text-align: justify;*/
  font-size: 15px;
}
.fulltext-wrap .ft-issn {
  font-size: 12px;
  width: 100% !important;
  margin-bottom: 0 !important;
  text-align: right;
}
.fulltext-wrap #engInfo .ft-author {
  font-family: "Montserrat" !important;
  font-weight: 500;
  font-size: 15px !important;
}
.fulltext-wrap #engInfo .ft-author-aff {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 12px;
  font-size: 13px;
}
.fulltext-wrap h2 {
  padding: 4px 4px 4px 0 !important;
  font-family: "Noto Sans KR", sans-serif !important;
  background: none !important;
  background-color: rgba(0, 0, 0, 0);
  color: #000 !important;
}
.fulltext-wrap #engInfo .ft-author-cor,
.fulltext-wrap #engInfo .ft-date {
  font-family: "Noto Sans KR", sans-serif !important;
}
.fulltext-wrap h2 {
  padding: 4px 4px 4px 0 !important;
  font-family: "Noto Sans KR", sans-serif !important;
  background: none !important;
  color: #000 !important;
  border-bottom: 1px solid #d6d6d6;
}

.sub_journal h3 {
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Montserrat";
}

.sub_journal .issueArticles h3 {
  margin-left: 0;
}

.article_box .fulltext-wrap .ft-content h3 {
  padding: 4px 4px 4px 0 !important;
  font-family: "Noto Sans KR", sans-serif !important;
  background: none !important;
  background-color: rgba(0, 0, 0, 0);
  color: #000 !important;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px !important;
}
.fulltext-wrap .ft-title-abstract {
  padding: 4px 4px 4px 0 !important;
  font-family: "Noto Sans KR", sans-serif !important;
  background: none !important;
  background-color: rgba(0, 0, 0, 0);
  color: #000 !important;
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 15px !important;
  font-size: 20px !important;
}
.fulltext-wrap .ft-quick {
  padding-left: 5px;
  font-size: 13px;
}
.fulltext-wrap .ft-content a {
  font-weight: inherit !important;
}
.ft-content p,
.ft-content td,
.ft-content span,
.ft-content div,
.ft-content th,
.ft-content li,
.ft-content dd,
.ft-content dt,
.ft-content strong {
  font-size: 15px !important;
}
.fulltext-wrap #engInfo .ft-date {
  font-size: inherit !important;
}
.fulltext-wrap #engInfo .ft-date label {
  vertical-align: inherit;
}
.fulltext-wrap #engInfo .ft-author-cor {
  font-size: inherit !important;
}
.article_box h1 i {
  font-size: inherit;
}
.fulltext-wrap h2.main-title,
.fulltext-wrap .ft-title-figure,
.fulltext-wrap .ft-title-table,
.fulltext-wrap .ft-title-reference {
  margin-top: 50px;
}

.fulltext-wrap .ft-reference ol {
  list-style-type: decimal;
}

/*탭*/
.tab_01 {
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
}
.tab_01 ul {
  list-style: none;
}
.tab_01 li {
  float: left;
  margin-bottom: 7px;
  width: 49.5%;
}
.tab_01 li:nth-child(odd) {
  margin-right: 1%;
}
.tab_01 li.active a {
  display: inline-block;
  line-height: 35px;
  color: #fff;
  font-weight: 700;
  background-color: #29468a;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%237da9c7' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  transition: all 0.5s ease-out;
}
.tab_01 li a {
  display: inline-block;
  line-height: 35px;
  margin-right: 8px;
  color: #666;
  font-size: 17px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  background-color: #ededed;
  font-family: "S-CoreDream";
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23808080' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  transition: all 0.5s ease-out;
}

.tab_01 li a:hover {
  background: #9bb2ce;
  background-image: none;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23808080' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  color: #25447e;
}
.tab_01 li.active a:hover {
  background-color: #193577;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%237da9c7' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}

/*list_content*/
.list_content_tit_box {
}
.list_content_tit_box.sub_list_content {
  padding-bottom: 30px;
  border-bottom: 1px solid #8aa4c0;
  margin-bottom: 30px;
  display: flex;
}
.list_content_tit_box.sub_list_content img.article_img {
  width: 30%;
  margin-right: 2%;
  height: 200px;
  aspect-ratio: 4 / 2;
  object-fit: cover;
  flex: none;
}

@media only screen and (max-width: 1530px) {
  .sub_contents .sub_top_tit small#currentLocaiton,
  .sub_journal .sub_top_tit small#currentLocaiton {
    position: initial;
  }
}

@media only screen and (max-width: 1510px) {
  .sub_contents .down_btn_st li {
    width: 49%;
  }
  div.submission_img img {
    width: 100%;
  }
}
@media only screen and (max-width: 1430px) {
  .down_btn {
    height: auto;
  }
}

@media only screen and (max-width: 1380px) {
  #all_issues > li > a {
    margin-bottom: 5px;
    display: block;
    float: none;
    width: 32%;
  }
  #all_issues > li > ol {
    float: none;
    width: 100%;
  }
  #all_issues > li > ol > li {
    margin: 0 5px 5px 0;
    width: 32%;
  }
  #all_issues > li > ol > li > a {
  }
}

@media only screen and (max-width: 1360px) {
  .sub_journal .journal_detail.info .doi_area {
  }
  .sub_journal .journal_detail.info a {
    float: none;
    display: block;
    word-break: break-all;
  }
}

@media only screen and (max-width: 1250px) {
  .article_search .search_action .down_btn {
    position: inherit;
    display: block;
    width: 210px;
  }
}

@media only screen and (max-width: 1200px) {
  .fulltext-wrap .ft-info {
    width: 100% !important;
  }
  .fulltext-wrap .ft-issn {
    position: initial !important;
    margin-bottom: 10px !important;
    text-align: left;
  }
  .fulltext-wrap .ft-content p img {
    width: 100%;
  }
}

@media only screen and (max-width: 1160px) {
  .sub_contents .down_btn_st {
    gap: 0;
  }
  .sub_contents .down_btn_st li {
    width: 100%;
  }
}

@media only screen and (max-width: 1140px) {
  .article_search .search_box .baseSearch input {
    width: 90%;
  }
}

@media only screen and (max-width: 1100px) {
  .map_img img {
    width: 100%;
  }
}

@media only screen and (max-width: 1090px) {
  .article_search .search_action .down_btn {
    position: initial;
    margin-top: 10px;
    padding: 5px 10px;
    height: auto;
  }
  .article_search .search_action .down_btn img {
    position: inherit;
  }

  #all_issues > li > a {
    width: 49%;
  }
  #all_issues > li > ol > li {
    width: 49%;
  }
}

@media only screen and (max-width: 1024px) {
  .article_search .search_box .baseSearch input {
    width: auto;
  }
  .sub_contents .sub_top_tit small#currentLocaiton,
  .sub_journal .sub_top_tit small#currentLocaiton {
    display: none;
  }

  .sub_contents .down_btn_st {
    gap: 2%;
  }
  .sub_contents .down_btn_st li {
    width: 49%;
  }
}

@media only screen and (max-width: 740px) {
  .map_img img {
    width: 100%;
  }
  .sub_contents,
  .sub_journal {
    padding: 20px;
  }
}

@media only screen and (max-width: 720px) {
  .article_search .search_action {
    margin-top: 10px;
  }
  .article_search .search_box .item {
    display: block;
    margin-bottom: 5px;
  }
  .article_search .search_action .search {
    width: 35%;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
  }
  .article_search .search_action .detail {
    width: 62.5%;
    padding: 10px 0;
    display: inline-block;
    text-align: center;
  }

  .article_search .search_box #b_s_volume,
  .article_search .search_box #b_s_issue,
  .article_search .search_box #b_s_min,
  .article_search .search_box #b_s_min {
    width: 48.5%;
    margin-bottom: 5px;
  }
  .article_search .search_box .baseSearch input {
    width: 98%;
  }

  .article_search fieldset legend {
    width: 97%;
    text-align: center;
  }

  #all_issues > li {
  }
  #all_issues > li > a {
    width: 49%;
  }
  #all_issues > li > ol > li {
    width: 49%;
  }
  #all_issues > li > ol > li > a {
    width: auto;
  }
  #all_issues ol li:nth-child(even) {
    margin-right: 0;
  }

  .download_pdf_btn,
  .export_citaion_btn,
  #biblio,
  #pmcPreviewer,
  .export_citation_btn {
    width: 49.5%;
    text-align: center;
    margin-bottom: 5px;
    padding: 10px 0;
  }

  .article_search .search_action .down_btn {
    width: 98%;
    text-align: center;
  }
  .sub_contents p {
    text-align: left; /*word-break: break-all*/
  }

  .article_btn_box {
    padding-top: 55px !important;
  }
  .article_box h1 {
    text-align: left;
  }
  .fulltext-wrap * {
    text-align: left;
  }
  .fulltext-wrap {
    text-align: left;
  }
  .fulltext-wrap .ft-abstract {
    text-align: left !important;
  }
  .fulltext-wrap .ft-info a {
    word-break: break-all;
  }

  .sub_contents .sub_top_tit small,
  .sub_journal .sub_top_tit small {
    position: sticky;
  }

  .sub_contents .down_btn_st {
    gap: 0;
  }
  .sub_contents .down_btn_st li {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .tab_01 li {
    width: 100%;
  }
  .tab_01 li:nth-child(odd) {
    margin-right: 0;
  }

  .list_content_tit_box.sub_list_content img.article_img {
    width: 27%;
    margin-right: 3%;
    height: 130px;
  }
}

@media only screen and (max-width: 570px) {
  .list_content_tit_box.sub_list_content img.article_img {
    width: 22%;
    margin-right: 3%;
  }
}

@media only screen and (max-width: 540px) {
  .list_content_tit_box.sub_list_content {
    display: block;
  }
  .list_content_tit_box.sub_list_content img.article_img {
    width: 100%;
    margin-right: 0;
    height: auto;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .sub3_3 .down_btn {
    word-break: break-all;
  }
}
