@charset "utf-8";

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf)
      format("opentype");
}

@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2)
      format("woff2"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff)
      format("woff"),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf)
      format("opentype");
}

/* CSS 기본세팅 _ 초기화 */
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%l;
}
html {
  overflow-y: scroll;
}
body,
input,
textarea,
select,
button,
table {
  font-family: "Noto Sans KR";
  font-size: 13px;
}
img,
fieldset {
  border: 0;
}
ul,
ol {
  list-style: none;
}
em,
address {
  font-style: normal;
}
a {
  text-decoration: none;
  color: #5b5a5a;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #2a55a7;
}
* {
  box-sizing: border-box;
}

/*드래그색상변경*/
::-moz-selection {
  background: #34568a;
  color: #fff;
}
::selection {
  background: #34568a;
  color: #fff;
}

/* 시작 */
body {
  min-width: 1200px;
  color: #4e4e4e;
  background: #e7e7e7;
}

.body_wrap {
  width: 1500px; /*87.34%;*/
  margin: 40px auto 40px auto;
  position: relative;
  display: flex;
}

#header {
  width: 320px;
  order: 1;
  margin: 0 12px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

#con {
  width: calc(100% - 350px);
  order: 2;
}

#contents {
  width: 100%;
}

#contents .contents_top {
  display: flex;
  margin: 0 12px;
}

.sub_contents,
.sub_journal,
.main_contents {
  margin: 20px 12px 0 12px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  min-height: 690px;
}

#contents .contents_top .contents_top_tit {
  background: #fff;
  background-size: auto;
  background-size: cover;
  width: 59%;
  margin-right: 2%;
  padding: 30px 40px;
  border-radius: 20px;
  display: block;
}

#contents .contents_top .contents_top_most {
  background: #fff;
  width: 39%;
  padding: 24px 40px;
  border-radius: 20px;
}

#header #top_m {
  display: none;
}
#header #top_m .wrap {
  position: relative;
  height: 50px;
  border-bottom: 1px solid #adbdd9;
  background-image: linear-gradient(135deg, #e6e6e6 0%, #c1cadd 100%);
}
#header #top_m .wrap a {
  position: absolute;
  right: 0px;
  height: 50px;
  border-right: 1px solid #ccc;
  width: 50px;
  text-align: center;
  display: block;
}

#header #top_m .wrap a i {
  font-size: 22px;
  color: #999;
  line-height: 45px;
}

#header #title {
  width: 100%; /*! height:255px; */
  padding-top: 20px;
  padding-bottom: 10px;
}
#header #title .wrap .e_sub_btn {
  color: #fff;
  font-size: 20px;
  width: 260px;
  margin: 20px auto 0 auto;
  text-align: center;
  font-weight: 800;
  padding: 10px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 0 rgb(255, 255, 255);
  transition: box-shadow 0.5s ease-out, color 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #08aca4;
  background-image: linear-gradient(-20deg, #115fad 0%, #08aca4 100%);
}
#header #title .wrap .e_sub_btn:hover {
  color: #08aca4;
  box-shadow: inset 260px 0 0 0 rgb(255, 255, 255);
  border: 1px solid #08aca4;
}
#header #title .wrap .e_sub_btn2 {
  background: #efefef;
  font-size: 20px;
  width: 260px;
  margin: 10px auto;
  text-align: center;
  font-weight: 800;
  padding: 15px 10px;
  border-radius: 5px;
  box-shadow: inset 0 0 0 0 rgb(255, 255, 255);
  transition: box-shadow 0.5s ease-out, color 0.5s ease-out;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccc;
  flex-wrap: wrap;
  height: 75px;
}
#header #title .wrap .e_sub_btn2 small {
  font-size: 9px;
  display: block;
  width: 100%;
  font-weight: normal;
  letter-spacing: 0;
}
#header #title .wrap .e_sub_btn2:hover {
  box-shadow: inset 260px 0 0 0 rgb(255, 255, 255);
  border: 1px solid #588cba;
}
#header #title .wrap .e_sub_btn2:hover small {
  color: #333232;
}
#header #title .wrap div {
  text-align: center;
  margin-top: 15px;
}
#header #title .wrap div a {
  display: block;
  font-size: 46px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -1px;
  height: 60px;
}

#header #title .wrap div small {
  font-size: 15px;
  color: #fff;
}
#header #title .wrap .top_link_btn {
  width: 260px;
  margin: 10px auto 10px auto;
}
#header #title .wrap .top_link_btn:after {
  content: "";
  clear: both;
  display: block;
}
#header #title .wrap .top_link_btn li {
  float: left;
  width: 49%;
}
#header #title .wrap .top_link_btn li:nth-child(1) {
  margin-right: 2%;
}
#header #title .wrap .top_link_btn li a {
  display: block;
  color: #8c8c8c;
  line-height: 15px;
  font-size: 11px;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #b3b3b3;
  height: 110px;
  padding: 20px 0 0 20px;
  transition: all 0.5s ease-out;
  font-weight: 400;
  letter-spacing: 0;
}
#header #title .wrap .top_link_btn li a img {
  display: block;
  margin-bottom: 3px;
}
#header #title .wrap .top_link_btn li:nth-child(1) a {
  background: #fff;
}
#header #title .wrap .top_link_btn li:nth-child(2) a {
  background: #f4f4f4;
}
#header #title .wrap .top_link_btn li a:hover {
  background: #282828;
}

#header #menu {
  border-top: 1px solid #e4e4e4;
}
#header #menu .main_menu {
  width: 100%; /*! float: left; */ /* height: 57px;*/ /*! border-bottom: 1px solid #264b7b; */
  border-bottom: 1px solid #e4e4e4;
}
#header #menu .main_menu > a {
  font-size: 22px;
  color: #5b5a5a;
  line-height: 66px;
  display: block;
  font-weight: 600;
  padding-left: 25px; /*! border-bottom: 1px solid #264b7b; */
  font-family: "S-CoreDream";
  letter-spacing: -1px;
}
#header #menu .main_menu > a i {
  display: none;
}
#header #menu .main_menu > a small {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  color: #8b8b8b;
  letter-spacing: 0;
  margin-left: 10px;
}
#header #menu ol {
  display: none;
}
#header #menu ol li {
  background-image: linear-gradient(to left, #0a2c4e 0%, #015178 100%);
  padding-left: 25px;
}
#header #menu ol li a {
  font-size: 16px;
  padding: 15px 0;
  display: block;
  font-weight: 500;
  color: #fff;
  font-family: "S-CoreDream";
}
#header #menu ol li a small {
  font-weight: 300;
  margin-left: 10px;
  color: #a7d1d8;
  font-size: 14px;
  font-style: normal;
}
#header #menu ol li a:hover {
  color: #fffde2;
}
#header #menu ol li a i {
  display: none;
}

#menu_m {
}
#menu_m ul {
}
#menu_m .m_menu li.main_menu a span {
  margin-right: 7px;
}
#menu_m ul > li {
  float: inherit;
  width: 100%;
  text-align: left;
}
#menu_m ul > li > a {
  padding: 20px 0 20px 15px;
  margin-bottom: 0;
  border-bottom: 1px solid #ccc;
  position: relative;
  display: block;
  font-size: 18px;
  letter-spacing: -1px;
  cursor: pointer;
  color: #5b5a5a;
  font-weight: 500;
}
#menu_m ul > li > a > small {
  color: #999;
  letter-spacing: 0;
  font-weight: 300;
  margin-left: 5px;
}
#menu_m ul > li > a i {
  position: absolute;
  right: 15px;
  color: #666;
  top: 25px;
}

#menu_m ul li ol {
  display: none;
  background: #dce2e4;
}
#menu_m ul li ol li {
  font-size: 15px;
  padding: 10px 10px 10px 16px;
  border-bottom: 1px solid #b5bbbe;
}
#menu_m ul li ol li:last-child {
  border-bottom: none;
}
#menu_m ul li ol li a {
  color: #405e86;
}
#menu_m ul li ol li a small {
  color: #7186a3;
  font-weight: 300;
}

.link_box_pc ul {
  margin: 30px 20px 20px 20px;
  background: #fff;
  border-radius: 10px;
}
.link_box_pc ul:after {
  content: "";
  clear: both;
  display: block;
}
.link_box_pc ul li {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.link_box_pc ul li a {
  display: block;
  text-align: center;
  border-radius: 10px;
  transition: all 0.5s ease-out;
}
.link_box_pc ul li a img {
  width: 90%;
  mix-blend-mode: multiply;
}
.link_box_pc ul li a:hover {
  background-color: #e9e9e9;
}
.link_box_pc ul li a:hover img {
}

.link_box_pc ol {
}
.link_box_pc ol li {
  width: 90%;
  margin: auto;
}
.link_box_pc ol li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #d5d5d5;
  margin-bottom: 10px;
  border-radius: 15px;
  padding: 15px 10px;
  transition: all 0.5s ease-out;
}
.link_box_pc ol li a img {
  width: 35px;
  margin-right: 10px;
  flex: none;
}
.link_box_pc ol li a span {
  font-size: 16px;
  font-weight: 500;
}
.link_box_pc ol li:nth-child(1) a span {
  color: #5b5a5a;
}
.link_box_pc ol li:nth-child(2) a span {
  color: #01872f;
}
.link_box_pc ol li:nth-child(3) a span {
  color: #a42516;
}
.link_box_pc ol li a:hover {
  background-color: #e9e9e9;
}

.link_box_m {
  display: none;
}

#con {
  width: calc(100% - 350px);
  order: 2;
}

#con .wrap {
}

#con div {
}
#con .wrap:after {
  content: "";
  clear: both;
  display: block;
}
#contents {
  width: 100%;
}

#contents .contents_top {
  display: flex;
  margin: 0 12px;
}
#contents .contents_top .contents_top_tit {
  background: #fff;
  background-size: cover;
  width: 59%;
  margin-right: 2%;
  padding: 30px 40px;
  border-radius: 20px;
  display: block;
}
#contents .contents_top .contents_top_most {
  background: #fff;
  width: 39%;
  padding: 33px 40px;
  border-radius: 20px; position: relative;
}
#contents .contents_top .contents_top_most h3 {
  color: #5b5a5a;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 17px;
  display: block;
  position: relative;
  letter-spacing: -1px;
  font-family: "S-CoreDream";
}
#contents .contents_top .contents_top_most h3 i {
  font-weight: 200;
  font-size: 15px;
  letter-spacing: 0;
  font-style: normal;
}
#contents .contents_top .contents_top_most h3 a {
  position: absolute;
  font-size: 15px;
  font-weight: 300;
  right: 0;
  top: 15px;
}
#contents .contents_top .contents_top_most h3 a:hover {
  color: #0098bb;
}
#contents .contents_top .contents_top_most p {
  line-height: 23px;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 166px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 7;
  word-break: break-all;
  font-size: 14px;
  color: #5b5a5a;
}

#contents .contents_top .contents_top_tit .contents_top_tit_txt {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
}
#contents .contents_top .contents_top_tit .contents_top_tit_txt img {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px,
    rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  margin-right: 20px;
}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section {
}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section b {
  color: #5b5a5a;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 10px;
  display: block;
  letter-spacing: -0.5px;
  line-height: 30px;
  font-family: "S-CoreDream";
}
#contents
  .contents_top
  .contents_top_tit
  .contents_top_tit_txt
  section
  b
  small {
  display: block;
  font-weight: 200;
  line-height: 150%;
  margin-top: 5px;
  font-size: 15px;
  letter-spacing: 0;
}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section b i {
  font-size: 14px;
  color: #fff;
  padding: 2px 10px;
  line-height: 20px;
  letter-spacing: 0;
  display: block;
  width: 148px;
  font-weight: 400;
  height: 25px;
  margin-top: 5px;
  border-radius: 5px;
  background-image: linear-gradient(-20deg, #115fad 0%, #08aca4 100%);
}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section p {
  font-size: 14px;
  color: #5b5a5a;
}
#contents .contents_top .contents_top_tit .contents_top_tit_txt section p span {
  color: #317f9d;
}

#aside {
  display: none;
}

#header section#search {
  background-image: linear-gradient(-20deg, #115fad 0%, #08aca4 100%);
  height: 50px;
  text-align: left;
}
#header section#search form {
}
#header section#search input {
  width: calc(100% - 88px);
  height: 30px;
  border: 0;
  margin: 10px;
  padding-left: 10px;
}
#header section#search a {
  color: #fff;
}

#header .search_pc {
  background-image: linear-gradient(-20deg, #115fad 0%, #08aca4 100%);
  height: 50px;
  text-align: left;
}
#header .search_pc #h_s_search {
  width: calc(100% - 88px);
  height: 30px;
  border: 0;
  margin: 10px;
  padding-left: 10px;
}
#header .search_pc .search-btn {
  color: #fff;
  background: no-repeat;
  cursor: pointer;
  border: 0;
}

#aside .aside_box article:nth-child(1) a {
  background: url(../img/right_bn_bg1.jpg) no-repeat 0 0;
  text-align: center;
  height: 145px;
  padding-top: 40px;
  background-size: cover;
}
#aside .aside_box article:nth-child(1) a:nth-child(2) {
  background: url(../img/right_bn_bg2.jpg) no-repeat 0 0;
  text-align: center;
  height: 113px;
  padding-top: 20px;
  background-size: cover;
}

#aside .aside_box article:nth-child(2) {
  background: url(../img/right_bn_bg3.jpg) no-repeat 0 -10px;
  text-align: left;
  height: 293px;
  background-size: cover;
  padding: 40px 20px 0 20px;
}
#aside .aside_box article h4 {
  font-size: 32px;
  line-height: 46px;
  color: #fff;
  font-family: "Montserrat";
}
#aside .aside_box article:nth-child(1) a:nth-child(1) h4 i {
  color: #5db81f;
  margin-right: 5px;
}
#aside .aside_box article:nth-child(1) a:nth-child(2) h4 i {
  color: #fff;
  margin-right: 5px;
}
#aside .aside_box article p {
  font-size: 15px;
  color: #fff;
}
#aside .aside_box article:nth-child(2) h4 {
  color: #1a4223;
}
#aside .aside_box article:nth-child(2) p {
  text-align: left;
  margin-top: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #1b3023;
}
#aside .aside_box article:nth-child(2) p span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  color: #5c4221;
  font-family: "Montserrat";
  font-weight: 700;
  line-height: 150%;
}
#aside .aside_box article:nth-child(1) a {
  color: #fff;
  display: block;
  margin-bottom: 10px;
}

#aside ul:after {
  content: "";
  clear: both;
  display: block;
}
#aside ul li {
  text-align: center;
  border: 1px solid #bdbdbd;
  float: left;
  border-radius: 16px;
  width: 49.5%;
  margin-bottom: 5px;
}
#aside ul li:nth-child(odd) {
  margin-right: 1%;
}
#aside ul li a {
  display: block;
  padding: 10px 0;
}
#aside ul li a img {
  /*! min-width: 90%; */
}

#aside .j_info_box {
  border: 1px solid #a1a1a1;
  padding: 30px;
  box-sizing: border-box;
}
#aside .j_info_box h3 {
  font-size: 26px;
  color: #437e1b;
  font-family: "Montserrat";
  font-weight: 700;
  margin-bottom: 10px;
  display: none;
}
#aside .j_info_box div {
}
#aside .j_info_box div:after {
  content: "";
  display: block;
  clear: both;
}
#aside .j_info_box div .current_cover {
  width: 55%;
  float: left;
}
#aside .j_info_box div .current_cover img {
  width: 90%;
}
#aside .j_info_box div .j_info_con {
  float: left;
  width: 45%;
  font-size: 14px;
}
#aside .j_info_box span {
  color: #437e1b;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}
#aside .j_info_box div .j_info_con span:first-child {
  margin-top: 0;
}
#aside .j_info_box .j_info_con2 {
}

footer {
  background: #2a2a2a;
  margin-top: 60px;
  padding: 60px 0;
}
footer .copyright {
  width: 1200px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
}
footer #toTop {
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
}
footer #toTop i {
  font-size: 30px;
  color: #4e4e4e;
}

.con_box h2.title a {
  font-size: 20px;
  margin-bottom: 7px;
  display: block;
  word-break: keep-all;
  line-height: 145%;
  font-weight: 700;
  margin-right: 10px;
  color: #5b5a5a;
  transition: color 0.5s ease-out;
}
.con_box h2.title a:hover {
  color: #19608b;
}
.con_box .author {
  color: #1385b2;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.con_box .abstract {
  font-size: 15px;
  color: #3a4a57;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 3;
  letter-spacing: 0;
  word-break: break-all;
  margin-bottom: 20px;
  font-weight: 300;
}

.con_box .j_name {
  line-height: 23px !important;
  font-size: 14px;
  font-weight: 300;
  color: #6c737e;
  letter-spacing: 0;
  font-style: italic;
}

.con_box .btns {
  margin-top: 10px;
}

.sub_journal.main_currentissue h3 {
  color: #5b5a5a;
  margin-right: 0;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  display: block;
  letter-spacing: -0.5px;
  line-height: 30px;
  font-family: "S-CoreDream";
  margin-left: 0;
}
.sub_journal.main_currentissue .issueArticles .articles .list_img {
  display: none;
}
.sub_journal.main_currentissue .issueArticles .articles li:last-child {
  border-bottom: none;
}
.sub_journal.main_currentissue .issueArticles .articles li .title a {
  transition: color 0.5s ease-out;
}
.sub_journal.main_currentissue .issueArticles .articles li .title a:hover {
  color: #1385b2;
}

/* Current Issue 불러오는 부분*/
.issueArticles h3 {
  display: inline-block;
  color: #1385b2 !important;
  font-size: 18px !important;
  padding: 10px;
  border: 1px solid #1385b2;
}
.issueArticles h4 {
  font-size: 20px;
  margin-top: 20px;
  color: #bb8c59;
  font-weight: 500;
}

.v_count {
  color: #fff;
  padding: 2px 8px;
  display: inline-block;
  background: #83a3aa;
  margin-top: 5px;
  border-radius: 15px;
  font-size: 12px;
}
.articles .title {
  display: block;
  margin-bottom: 10px;
}
.articles .title a {
  font-size: 20px;
  margin-bottom: 7px;
  display: inline;
  word-break: keep-all;
  line-height: 145%;
  font-weight: 800;
  margin-right: 10px;
  color: #5b5a5a;
}
.author {
  color: #1385b2;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.5px;
}
.author a {
  left: 2px;
  position: relative;
  bottom: 2px;
  margin-right: 4px;
}
.info {
  line-height: 23px !important;
  font-size: 13px;
  font-weight: 300;
  color: #6c737e;
}
.link {
  position: relative;
}
.link .doi {
  line-height: 23px !important;
  word-break: break-all;
  font-size: 13px;
  font-weight: 300;
  color: #6c737e;
}
.preview {
  color: #986729 !important;
  font-size: 15px !important;
  margin-top: 10px;
  display: inline-block;
  font-family: "Montserrat";
  font-weight: 500;
  margin-bottom: 10px;
  cursor: pointer;
}
.list_btn_box {
  position: relative;
  min-height: 30px;
}
.articles li {
  border-bottom: 3px solid #ddd;
  padding-bottom: 30px;
  padding-top: 20px;
}
.maindown_btn {
  display: block;

  margin-top: 10px;
}
.downloadPdf {
  background: #1385b2;
  color: #fff;
  padding: 5px 10px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  margin: 2.5px 0;
  border: none;
  letter-spacing: 1px;
  cursor: pointer;
}
.exportCitation {
  background: #383838;
  color: #fff;
  padding: 5px 10px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  margin: 2.5px 0;
  letter-spacing: 1px;
}
.defaultButton {
  background: #c668c3;
  color: #fff;
  padding: 5px 10px;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  margin: 12px 0;
  border: none;
  border-radius: 3px;
  letter-spacing: 1px;
  cursor: pointer;
}
.downloadPdf:hover,
.exportCitation:hover,
.defaultButton:hover {
  color: #fdb833;
}

.list_btn_box



/*2019 04 24 asy add*/
ul.articles a.preview {
  color: #0d3c7d;
  line-height: 160%;
  cursor: pointer;
}
ul.articles a.preview_on {
}
ul.articles a.preview:hover {
  text-decoration: underline;
}
ul.articles div.abstract {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  width: 100%;
  display: none;
}

/*link_tab*/
.link_tab {
  width: 100%;
  margin-bottom: 20px;
}
.link_tab {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.link_tab:after {
  content: "";
  clear: both;
  display: block;
}
.link_tab li {
  float: left;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  width: 50%;
}
.link_tab li a {
  display: block;
  padding: 13px;
  font-size: 16px;
  text-align: center;
}
.link_tab li a:hover {
  color: #d2863b;
  background: #f5f5f5;
}
.link_tab li.on a {
  background: #68431f;
  color: #fff;
}

/*메인페이지 Current Issue*/
.main_h3_tit {
  font-size: 30px;
  color: #5b5a5a;
  margin: 20px 12px 10px 12px;
  font-weight: 800;
  letter-spacing: -1px;
  position: relative;
  /*font-family: "Montserrat";*/
}
.main_h3_tit span.journal_volume {
  font-family: "Noto Sans KR";
  margin-left: 10px;
  font-weight: 400;
  font-size: 20px;
}
.main_h3_tit a {
  background-image: linear-gradient(-20deg, #115fad 0%, #08aca4 100%);
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
  padding: 3px 25px;
  border-radius: 20px;
  transition: background 0.5s ease-out;
  top: 5px;
}
.main_h3_tit a:hover {
  background: #222;
}

/* 상단 모바일용 검색 */
/* 검색 */
select {
  height: 25px;
  margin: 0;
  border: 1px solid #dcdcdc;
  padding: 0;
  font-size: 13px;
  vertical-align: middle;
  color: #464646;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="search"] {
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  margin: 0;
  border: 1px solid #dcdcdc;
  color: #464646;
  padding: 0 0 0 1%;
  vertical-align: middle;
  background: #fff;
}

img,
input,
label {
  vertical-align: middle;
}

.sb-search {
  position: absolute;
  width: 0;

  right: 49px;
  min-width: 60px;
  height: 5px;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}

.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 70%;
  height: 50px !important;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-size: 20px;
  color: #000;
}

.sb-search.sb-search-open .sb-search-input {
  right: 50px;
}

.sb-search-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.sb-search-input:-moz-placeholder {
  color: #bfbfbf;
}

.sb-search-input::-moz-placeholder {
  color: #bfbfbf;
}

.sb-search-input:-ms-input-placeholder {
  color: #bfbfbf;
}

.sb-icon-search,
.sb-search-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 37px;
  text-align: center;
  cursor: pointer;
}

.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}

.sb-icon-search {
  background: #fff;
  z-index: 90;
  font-size: 22px;
  speak: none;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.sb-icon-search i {
  line-height: 45px;
  color: #999;
}

/*
.sb-icon-search:before {
	content: "\e000";
}

*/

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
  width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  /*background: #fff ;*/
  z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90;
}

/*모바일용 검색 끝*/

/*모바일용 메뉴시작*/

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  width: 300px;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #e0e0e0;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
  transition: right 0.5s ease-out;
  height: 100%;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#menu_top {
  display: none;
}
#m_nav .m_menu > li > a {
  font-size: 18px;
  margin-bottom: 33px;
}
#m_nav .m_menu .m_sub li a {
  font-size: 15px;
  color: #666;
}
#m_nav .m_menu .m_sub li a:hover {
  color: #01872f;
  font-weight: bold;
}

/* 인용하기 모달팝업 */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999999999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.7); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content2 {
  background-color: #fefefe;
  margin: 10% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 40%; /* Could be more or less, depending on screen size */
}

.modal-content2 h2 {
}
.modal-content2 #body .export legend {
}

/*	   .modal-content h3 {text-align: center; font-size: 31px; padding: 20px 0; border-bottom: 1px dotted #267ac2; margin-bottom: 15px; color:#267ac2 ;    }
	   #m_navt .m_menu { float:left;  width: 100%; text-align: center;  margin-bottom: 20px;     margin-top: 10px;    }
	   #m_nav:after { content:""; clear:both; display:block; }
	   #m_nav .m_menu:after { content:""; clear:both; display:block; }
	   #m_nav .m_menu > li {   width: 20%; float:left;  text-align: center; }

	   #m_nav .m_menu > li > a span { display:none;}
	   #m_nav .m_menu .m_sub {   width: 100%;  }

	   #m_nav .m_menu .m_sub li { margin: 30px 0;    }
	   */

.img_list {
}
.img_list:after {
  content: "";
  display: block;
  clear: both;
}
.img_list .list_img {
  float: left;
  width: 250px;
  border: 1px solid #c9c9c9;
  padding: 10px;
  margin-right: 20px;
  height: 185px;
  overflow: hidden;
}
.img_list .list_img img {
  width: 100%;
}
.img_list .list_txt {
  float: left;
  display: block;
  width: calc(100% - 270px);
}
.img_list .list_txt2 {
  float: left;
  display: block;
  width: 100%;
}

/*slick-slide*/
.slider {
  width: 50%;
  margin: 100px auto;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 0.5;
}

.slick-current {
  opacity: 1;
}

.journal_con_article .list_txt .link .doi a {
  margin-left: 5px;
}

/*most_box*/
.most_box {
  /*! border: 1px solid #999; */
  text-align: left;
  background: #fff;
  width: 100%;
}
.most_box:after {
  content: "";
  display: block;
  clear: both;
}
.most_box section {
  float: left;
}
.most_box .most_img {
  width: 30%;
  background: #fff;
  height: 110px;
  position: relative;
}
.most_box .most_txt {
  width: 70%;
  padding: 0 30px;
  box-sizing: border-box;
}
.swiper .swiper-wrapper > div:nth-child(2n) .most_txt {
}

.most_box .most_img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.most_box .most_txt .most_info {
  color: #2c4161;
  font-size: 12px;
  margin-bottom: 10px;
}
.most_box .most_txt .most_tit {
  font-size: 17px;
  color: #2c4161;
  line-height: 130%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
  height: 69px;
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Montserrat";
}
.most_box .most_txt .most_author {
  font-size: 12px;
  color: #2c4161;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  height: 27px;
}
.most_box .most_txt .most_author a img {
  display: none;
}

.fulltext-wrap .table-wrap {
  overflow-x: scroll;
}


.main_aim_and_scope { margin: 20px 13px;
    margin-bottom: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  min-height: 220px;
  margin-bottom: 0; }
 .main_aim_and_scope h3 {color: #5b5a5a;
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 17px;
  display: block;
  position: relative;
  letter-spacing: -1px;
  font-family: "S-CoreDream";}
 .main_aim_and_scope h3  i {font-weight: 200;
  font-size: 15px;
  letter-spacing: 0;
  font-style: normal;}
  .main_aim_and_scope h3 a {position: absolute;
  font-size: 15px;
  font-weight: 300;
  right: 0;
  top: 15px;
}
.main_aim_and_scope p { line-height: 23px;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 117px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 5;
  word-break: break-all;
  font-size: 14px;
  color: #5b5a5a; }


.kci_box {  margin-top: 20px;}

.kci_box section.kci_status {  margin-bottom: 15px;}
.kci_box section.kci_status  h5 {  font-size: 30px;font-family: "S-CoreDream";font-weight: 700;color: #0b95a7;}
.kci_box section.kci_status  h5 i {  color: #df7f45;}
.kci_box section.kci_status  span {  font-size: 22px;color: #0f6eab;font-family: "S-CoreDream";}
.kci_box section.kci_status  span strong {  }

.kci_box section.kci_if {  display: flex;}
.kci_box section.kci_if span.kci_if_tit {  display: flex;flex-direction: column;}
.kci_box section.kci_if span.kci_if_tit h5 {  font-size: 30px;font-family: "S-CoreDream";font-weight: 700;color: #0b95a7;}
.kci_box section.kci_if span.kci_if_tit h5 i {  color: #c668c3;}
.kci_box section.kci_if span.kci_if_tit small {  font-size: 17px;color: #a0a0a0;}
.kci_box section.kci_if span.impact-index {  background: #f0f3f3;
  margin: 5px;
  min-width: 80px;
  border-radius: 10px;
  align-content: center;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 100;
  padding: 0 20px;}

.contents_top_most .main_top_left_logo {  position: absolute;right: 20px;bottom: 30px;opacity: 40%;width: 120px;}


@media only screen and (max-width: 1730px) {
  .body_wrap {
    width: 92%;
  }
}

@media only screen and (max-width: 1690px) {
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span b i {
    margin-top: 20px;
  }
}

/*사용자 해상도가 1200px 이하일 때 이 코드가 실행됨.*/
@media only screen and (max-width: 1615px) {
  body {
    min-width: auto;
  }
  .wrap {
    width: 100%;
    box-sizing: border-box;
  }
  #menu .wrap {
    width: 100%;
    box-sizing: border-box;
  }
  #header {
    /*width:100%;*/
  }
  #header #title .wrap {
    width: 100%;
    padding: 0 10px;
  }

  #header #menu {
    width: 100%;
  }
  #header #menu .main_menu {
  }

  #header #top_p div {
    width: 100%;
    position: absolute;
  }
  #con {
  }
  #contents {
    /*! width:auto; */
  }
  footer .copyright {
    width: 100%;
  }

  #header #title .wrap div #main_tit {
  }

  #header #top_m {
    display: none;
  }
  #header #top_p ul {
    right: 10px;
  }
}
@media only screen and (max-width: 1520px) {
  #contents .contents_top {
    display: inherit;
  }
  #contents .contents_top .contents_top_tit {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  #contents .contents_top .contents_top_most {
    width: 100%;
  }
  #contents .contents_top .contents_top_most p {
    -webkit-line-clamp: 6;
    height: 133px;
  }
}

@media only screen and (max-width: 1420px) {
  #aside ul li a img {
    width: 80%;
  }
  #aside .aside_box article:nth-child(2) {
    height: auto;
    padding: 40px 20px;
  }
}

@media only screen and (max-width: 1366px) {
  #aside .j_info_box div .current_cover {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  #aside .j_info_box div .current_cover img {
    width: 70%;
    margin: 0 15%;
  }
  #aside .j_info_box div .j_info_con {
    width: 100%;
    float: none;
  }
  #aside .j_info_box div .j_info_con span {
    display: inline;
  }
  #aside .aside_box article h4 {
    font-size: 24px;
  }
}

/*사용자 해상도가 768px 이상이고 1024px 이하일 때 이 코드가 실행됨.*/
@media all and (min-width: 1024px) and (max-width: 1300px) {
  #con .wrap {
    /*! padding:0 315px 0 10px; */
  }
  #aside {
    right: 10px;
  }
  #header #top_m {
    display: none;
  }
  #book_info {
    display: block;
  }
  .modal-content2 {
    width: 60%;
  }
}

@media all and (max-width: 1200px) {
  /*#header #title { padding-top: 15px;   }
#header #title .wrap div #main_tit   {font-size: 46px;line-height: 100%;display: block;float: inherit;margin: 15px 0;}
#header #title .wrap div .issn_txt {  float: inherit;  }*/
}

@media all and (max-width: 1090px) {
  .main_h3_tit span.journal_volume {
    display: block;
    margin-left: 0;
  }
}

@media all and (max-width: 1076px) {
  #contents .contents_top .contents_top_tit .contents_top_tit_txt {
    align-items: flex-start;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt section b i {
  }
}

@media all and (min-width: 1024px) {
  .modal {
    display: none !important;
  }
}

@media all and (max-width: 1024px) {
  #header section#search {
    display: none;
  }
  #header .search_pc {
    display: none;
  }
  .body_wrap {
    width: 100%;
    background-size: cover;
    margin: 0;
  }

  #header {
    width: 100%;
    position: absolute;
    border-radius: 0;
    margin: 0;
    top: 0;
  }
  #header #top_m .wrap {
    background: #e7e7e7;
    border-bottom: 0;
  }
  #header #title .wrap {
  }

  #header #title .wrap div a .logo_pc {
    display: none;
  }
  #header #title .wrap div a .logo_m {
    display: block;
    width: 240px;
  }

  #header #title .wrap .top_btn_area {
    display: flex;
    margin-top: 5px;
    justify-content: center;
  }
  #header #title .wrap .top_btn_area .e_sub_btn {
    height: 75px;
  }

  .sb-icon-search {
    background: #333;
    border: none;
  }
  .sb-icon-search i {
    color: #fff;
  }
  #header #top_m .wrap a i {
    color: #fff;
    position: relative;
    top: 2px;
  }

  #header #top_p {
    display: none;
  }
  #header #menu {
    display: none;
  }
  #header #top_m {
    display: block;
    position: relative;
  }
  #header #top_p div {
    width: 100%;
    position: absolute;
  }
  #header #title .wrap .top_btn_area a {
    margin: 5px 2.5px 20px 2.5px;
  }

  .link_box_pc {
    display: none;
  }
  .link_box_m {
    margin: 10px 12px 0 12px;
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    display: block;
  }
  .link_box_m ul {
    width: 100%;
    display: flex;
  }
  .link_box_m ul li {
    /* width: 25%; */
    margin-bottom: 10px;
    flex: 1 1 auto;
  }
  .link_box_m ul li a {
    display: block;
    text-align: center;
    border-radius: 10px;
    transition: all 0.5s ease-out;
  }
  .link_box_m ul li a img {
    width: 70%;
    mix-blend-mode: multiply;
  }
  .link_box_m ul li a:hover {
    background-color: #e9e9e9;
  }
  .link_box_m ul li a:hover img {
  }
  .link_box_m ol {
    display: flex;
    gap: 1%;
    flex-wrap: wrap;
  }
  .link_box_m ol li {
    width: 49%;
    margin-bottom: 1%;
  }
  .link_box_m ol li:first-child {
  }
  .link_box_m ol li a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #d5d5d5;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 15px 10px;
    transition: all 0.5s ease-out;
    height: 100%;
  }
  .link_box_m ol li a img {
    width: 35px;
    margin-right: 10px;
    flex: none;
  }
  .link_box_m ol li a span {
    color: #5b5a5a;
    font-size: 17px;
    font-weight: 500;
  }
  .link_box_m ol li a:hover {
    background-color: #e9e9e9;
  }

  .modal {
    height: 100%;
  }
  .modal-content {
  }
  .modal-content h3 {
    display: none;
  }
  .modal-content #m_menu_tit {
    padding: 15px 20px;
    border-bottom: 1px dashed #999;
  }
  .modal-content #m_menu_tit a {
    display: block;
    color: #4d6397;
    font-size: 24px;
    /* width: 190px;*/
    font-weight: 800;
  }
  .modal-content #m_menu_tit img {
    width: 90%;
  }

  #menu_top {
    display: block;
    width: 100%;
    margin-top: 58px;
  }
  #menu_top:after {
    content: "";
    clear: both;
    display: block;
  }
  #menu_top li {
    float: left;
    width: 50%;
  }
  #menu_top li a {
    display: block;
    color: #fff;
    padding: 10px;
    text-align: center;
  }
  #menu_top li a i {
    margin-right: 5px;
  }
  #menu_top li:first-child {
    background-color: #939393;
  }
  #menu_top li:last-child {
    background-color: #ae377a;
  }
  .modal-content .close {
    margin: 5px 5px 0 0;
    text-align: right;
  }
  #m_nav .m_menu {
    float: none;
    width: 100%;
    text-align: left;
    margin: 0;
  }
  #m_nav .m_menu > li {
    float: inherit;
    width: 100%;
    text-align: left;
  }
  #m_nav .m_menu > li > a {
    padding: 20px 0 20px 15px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
    position: relative;
    display: block;
  }
  #m_nav .m_menu > li > a:hover {
    color: #01872f;
  }
  #m_nav .m_menu > li > a > span {
    display: block;
    position: absolute;
    right: 15px;
    top: 25px;
    color: #999;
  }
  #m_nav .m_menu .m_sub {
    background-color: #efefef;
    margin: 0;
    display: none; /* s_menu 감춤*/
  }
  #m_nav .m_menu .m_sub li {
    height: auto;
    margin: 0;
    border-bottom: 1px solid #c9c9c9;
  }
  #m_nav .m_menu .m_sub li a {
    display: block;
    font-size: 16px;
    padding: 20px 0 20px 20px;
  }
  #header #top_m .wrap a {
    position: absolute;
    right: 0px;
    height: 50px;
    border-right: 1px solid #ccc;
    width: 50px;
    text-align: center;
    display: block;
    background: #1385b2;
    top: 0;
  }

  #header #top_m .search_m {
    height: 50px;
    position: absolute;
    right: 49px;
    top: 0;
    width: calc(100% - 50px);
  }
  #header #top_m .search_m form {
    display: flex;
    justify-content: flex-end;
    height: 50px;
  }
  #header #top_m #h_s_search_m {
    height: 50px;
  }
  #header #top_m .search-btn {
    background: #333;
    color: #fff;
    border: none;
    width: 50px;
    height: 50px;
  }
  #header #top_m .search-btn i {
    font-size: 22px;
  }

  #header #title {
    padding-bottom: 0;
    height: auto;
    padding-top: 0;
    margin-bottom: 0;
    background: none;
  }

  #header #title .wrap div {
    float: none;
    margin-bottom: 10px;
  }

  #header #title .wrap div #main_tit {
    width: 260px;
    margin: auto;
  }

  #header #title .wrap .e_sub_btn {
    margin-top: 10px;
  }

  #aside section#search {
    display: none;
  }
  #con {
    margin-top: 265px;
    width: 100%;
  }

  .link .maindown_btn {
    position: initial;
    display: block;
    text-align: right;
    margin-top: 10px;
  }
  ul.articles a.preview_on {
    margin-bottom: 10px;
  }
  .modal-content2 {
    width: 70%;
  }
  s .img_list .list_img {
    width: 30%;
    height: auto;
  }
  .img_list .list_txt {
    width: calc(70% - 20px);
  }

  #con .wrap {
    padding: 20px 10px 0 10px;
  }

  #aside section {
    /*height: 236px;*/
    margin-top: 20px;
  }
  #aside section:after {
    content: "";
    clear: both;
    display: block;
  }
  #aside section article {
    width: 49%;
    float: left;
  }
  #aside .aside_box article:nth-child(1) {
    margin-right: 2%;
  }
  #aside .aside_box article:nth-child(1) a {
  }
  #aside .aside_box article:nth-child(2) {
    height: 268px;
    padding-top: 40px;
  }
  #aside .aside_box article:nth-child(2) p {
    margin-left: 0;
    text-align: center;
    margin-top: 5px;
  }

  #aside ul li {
    float: left;
    height: 130px;
    width: 24%;
    margin: 0.5%;
  }
  #aside ul li:last-child a img {
  } /*로고배너중 세로길이가 긴것은 강제로 높이 맞추기*/
  #aside ul li:after {
    content: "";
    clear: both;
    display: block;
  }
  .sub_contents p {
    text-align: left;
  }

  #aside ul li:nth-child(odd) {
    margin: 0.5%;
  }
  #aside ul li a img {
  }

  #aside .j_info_box div .current_cover {
    float: left;
    width: 20%;
  }
  #aside .j_info_box div .current_cover img {
    width: 80%;
    margin: 0 20% 0 0;
  }
  #aside .j_info_box div .j_info_con {
    width: 80%;
    font-size: 17px;
    float: left;
  }
  #aside .j_info_box div .j_info_con span {
  }

  .link_box_pc ol li a img {
  }
}

@media only screen and (max-width: 940px) {
  #aside .aside_box article h4 {
    font-size: 28px;
  }
  #aside .aside_box article:nth-child(2) {
    padding-top: 20px;
    background: url(../img/right_bn_bg3.jpg) no-repeat 0 -63px;
  }
  #aside .aside_box article:nth-child(2) p {
    margin-top: 0;
  }
  #aside .aside_box article:nth-child(2) p span {
    font-size: 14px;
  }
  #aside ul li {
    height: auto;
  }

  .link_box_m ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .link_box_m ul li {
    width: 33.3333%;
  }
  .link_box_m ul li a img {
    width: 60%;
  }
}

@media only screen and (max-width: 768px) {
  .modal-content2 {
    width: 80%;
  }

  #con {
    margin-top: 245px;
  }
  .most_box section {
    float: none;
  }
  .most_box .most_img {
    width: 100%;
    margin-bottom: 20px;
  }
  .most_box .most_txt {
    width: 100%;
    padding: 0;
  }

  #aside .j_info_box div .current_cover {
    float: left;
    width: 30%;
  }
  #aside .j_info_box div .j_info_con {
    width: 70%;
  }

  #contents .contents_top.sub_top {
    display: none;
  }
}

@media only screen and (max-width: 720px) {
  #header #title .wrap {
    display: block;
  }

  #header #title .wrap .top_btn_area {
    justify-content: center;
  }
  #header #title .wrap .top_btn_area .e_sub_btn {
    margin-left: inherit;
  }
  #header #title .wrap .top_link_btn {
    margin: 10px 0;
  }
  #con {
    /*      margin-top: 282px; */
  }

  #aside section article {
    width: 100%;
  }
  #aside ul {
    margin-top: 25px;
  }
  #aside ul li {
  }
  #aside ul li a img {
  }
  #aside ul li:last-child a img {
  }
  footer .copyright p {
    font-size: 11px;
  }

  .modal-content2 {
    width: 90%;
  }

  .link_box_m ol li {
    width: 100%;
  }
  .link_box_m ol li a {
    justify-content: left;
  }

  .bbs_list colgroup col:nth-child(3),
  .bbs_list thead tr th:nth-child(3),
  .bbs_list tbody tr td:nth-child(3),
  .bbs_list colgroup col:nth-child(4),
  .bbs_list thead tr th:nth-child(4),
  .bbs_list tbody tr td:nth-child(4) {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .main_h3_tit span {
    display: block;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 680px) {
  /*.sub_contents .sub_top_tit, .sub_journal .sub_top_tit { height: 86px ; }
.sub_contents .sub_top_tit h3, .sub_journal .sub_top_tit h3 {    position: absolute; top: 20px;  }
.sub_contents .sub_top_tit small, .sub_journal .sub_top_tit small {    top: 0 !important;
    left: 0;}*/
}

@media only screen and (max-width: 640px) {
  #contents .contents_top .contents_top_tit .contents_top_tit_txt img {
    display: none;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span {
    width: 100%;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span small {
    font-size: 15px;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span b {
    font-size: 34px;
  }
  #contents .contents_top .contents_top_tit,
  #contents .contents_top .contents_top_most {
    padding: 30px;
  }

  .article_search .container .search_btn_box p img {
    display: none;
  }
  .article_search .container .search_btn_box p {
    font-size: 24px !important;
  }

  .link_box_m ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 530px) {
  .maindown_btn {
    position: initial;
    display: block;
    margin-top: 10px;
  }
  .img_list .list_img {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .img_list .list_txt {
    width: 100%;
  }
  .swiper {
    margin-bottom: 30px;
  }
  .articles li {
    padding-top: 0;
  }
  .title a {
    font-size: 22px;
  }
  .bbs_list td.title a {
    font-size: inherit;
  }
  .sub_journal .title,
  .sub_journal .title.eng {
    font-size: 20px;
  }
  .sub_journal .article_search .search_box .title {
    font-size: 15px;
  }

  .link_box_m ol {
    display: block;
  }
  .link_box_m ol li {
    width: 100%;
  }
  .link_box_m ol li:first-child {
    margin-right: 0;
    margin-bottom: 2%;
  }

  .main_h3_tit a {
    font-size: 17px;
    top: 0;
    padding: 2px 15px;
  }
}

@media only screen and (max-width: 500px) {
  #contents .contents_top .contents_top_tit .contents_top_tit_txt section b i {
    display: block;
    width: 147px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 490px) {
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span b {
    font-size: 30px;
  }
  #contents .contents_top .contents_top_tit .contents_top_tit_txt span b i {
    margin-top: 10px;
    font-size: 15px;
    height: 27px;
  }

  #header #title .wrap .top_btn_area {
    display: block;
  }
  #header #title .wrap .top_btn_area .e_sub_btn {
    width: 90%;
    height: 54px;
    margin: auto;
  }
  #header #title .wrap .e_sub_btn2 {
    width: 90%;
    height: auto;
    margin: 5px auto;
  }
  #header #title .wrap .top_btn_area a {
    margin: 5px auto 20px auto;
  }

  #header #title .wrap .top_link_btn {
    width: 90%;
    margin: 10px auto;
  }
  #header #title .wrap .top_link_btn li a {
    padding: 15px;
    height: 100px;
  }
  #con {
    margin-top: 285px;
  }
}

@media screen and (max-width: 460px) {
  ul.articles a.preview {
    font-size: 13px !important;
  }
  .link .downloadPdf,
  .link .exportCitation {
    padding: 5px;
    font-size: 12px;
  }

  #header #title {
    background-position: 6%;
  }
  .top_logo {
    width: 170px;
  }
  #header #title .wrap div #main_tit {
  }
  #header #title .wrap div span p {
    font-size: 15px;
  }
  .main_h3_tit span {
    font-size: 17px;
  }

  #aside .j_info_box {
    padding: 15px;
  }
  #aside .j_info_box h3 {
    font-size: 24px;
  }
  #aside .j_info_box div .j_info_con {
    width: 60%;
    font-size: 15px;
  }
  #aside .j_info_box div .current_cover {
    width: 40%;
  }
}
