@import url("webfont.css");
@import url("css/SynapseBoxedText.css");

/*custom-defaultlayout*/

a  {
text-decoration: none;
color: black;
}

a:hover {
text-decoration: none;                              
}


.line {
height: 1px;
background: transparent linear-gradient(90deg, #1e7089 0%, #bac9d0 100%) 0% 0% no-repeat padding-box;
}

.line.bar {
height: 3px;
background: transparent linear-gradient(90deg, #1e7089 0%, #bac9d0 100%) 0% 0% no-repeat padding-box;
}

.line.thick {
height: 5px;
}


.footer-firstpage {
background-color:#ffffff;
}

.footer-normal {
background-color:#EBEBEB;                
}            

@media (max-width: 768px) {
.border-md-right {
    border-right: none;
}

.navbar-nav .nav-item:not(:last-child) {
    border-right: none;
}

#navbar-goto {
    display: none;
}
}

#asummary-search-result-navigation {
}


#DefaultSearch .form-group { margin-bottom: 0.5rem; }
#DefaultSearch .form-control-button-group {  margin-top: 1em;    margin-bottom: 0.5em; }


.nav-article-view-list .nav-link { padding: 0.25rem 0.15rem; }

.btn-text:not(.collapsed)  span{display:none}

@media (min-width: 960px)
{
#navbar-search-result-filter
{
    display: block;
}
}   

.masthead .headertop, .bottom {
background-image: linear-gradient(to left, rgba(163,163,163,1), rgba(255,0,0,0), rgba(163,163,163,1));
}

.masthead .headertop > div, .bottom > div {
height: 40px;
text-align: center;
padding-top:8px;
}

.masthead  .nav {
  width: -webkit-fill-available;
  justify-content: flex-end;
}

.masthead  .nav .nav-item {
  flex: none!important;
}

.masthead  .nav .nav-item .nav-link {
  padding: 0.5rem 1.5rem;
}

.masthead  .nav .nav-item .nav-link {
  color: #000!important;
}

.masthead .nav-link:hover, .masthead .nav-link:focus, .masthead .nav-link:visited, .masthead .nav-link:active, .masthead .nav-link:link {
  color: #000!important;
} 


/* Slider */
#slider-round {
height: 10px;
}

#slider-round .noUi-connect {
background: #c0392b;
}

#slider-round .noUi-handle {
height: 18px;
width: 18px;
top: -5px;
right: -9px; /* half the width */
border-radius: 9px;
}

.noUi-horizontal {
height: 8px;
}


/* Current */
#carousel-highlight {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.highlight-slider .carousel-control {
    font-weight: bold;
    font-size: 50px;
    color: #F2F2F2;
    text-shadow: 2px 2px 5px #161616;
    padding: 20px;
}

@media (max-width: 768px) {
  .highlight-slider .carousel-control {
    padding: 10px;
  }
  
}


.carousel-control-prev, .carousel-control-next {
  width: 10%;
}

.carousel-control-prev {
  justify-content: flex-start;
  left: 0px;
}

.carousel-control-next {
  justify-content: flex-end;
  right: 0px;
}

.carousel-item .col-md-5, .carousel-item .col-md-7 {

}

/*.carousel-control {color: #00A0E8!important; opacity: 1; text-shadow: 0 0px 0px rgb(0 0 0 / 60%);}*/

.highlight-issue img {
    height: 400px;
    width: auto;
}



/*articlebox 공통*/
.mon_y_V_I, .sub_articleType {
  font-size: 12px!important;
  
  color: #6e6e6e!important;
  padding-top: 0px!important;
}
.articleBox {
  margin-bottom: 24px!important;
  /*padding: 24px!important;*/
}

.articleBox .col-md-12 {
  margin: 0px;
}

.articleBox .col-md-12:nth-of-type(1) {
  /*padding: 0px;*/
  padding: 6px 6px 0 6px;
}

.articleBox .col-md-12:nth-of-type(2) {
  padding: 0 24px;
  /*padding: 0 0.5rem;*/
  margin-top: 1rem;
}


.articleBox .subject {
  font-size: 12px!important;
  /*font-weight: bold;*/
  font-weight: 500;
  color: #6E6E6E!important;
  /*text-transform: uppercase;*/
}

.articleBox .sub_articleType {
  font-size: 12px;
/*  color: #5e777c!important;*/
  color: #1e7089!important;
  font-weight: 500;
}

.articleBox .mon_y_V_I {
  margin-right: 0px!important;
  font-size: 12px!important;
  color: #6E6E6E!important;
}


.articleBox .content {
  width: 100%!important;
}

.articleBox .content .title {
  margin-top: 8px!important;
  font-size: 18px!important;
  line-height: 1.3;
  /*border-top: 1px solid #aeaeae;*/
}
.articleBox .content .author {
  margin-top: 10px!important;
  font-size: 14px!important;
  color: #333!important;
}
.articleBox .content .disc {
  color: #6E6E6E;
  font-size: 14px!important;
}
.articleBox .content .disc a {
  color: #6E6E6E;
}
.articleBox .content .doi {
  font-size: 12px!important;
}
.articleBox .content .doi a {
  color: #0100fe!important;
}


.articleBox .thumbnail {
  width: 100%;
  height: 234px;
  text-align: center;
  /* vertical-align: middle; */
  overflow: hidden;
  /* border: 1px solid #E1E1E1; */
  /* border-radius: 16px; */
  display: inline-block;
  /* padding: 0px 6px; */
  /* margin-bottom: 1rem; */
  position: relative;
}

.articleBox .thumbnail img {
  border: none!important;
  max-width: 100%;
  max-height: 100%;
  /* max-height: 100%; */
/*  top: 50%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);*/
}





/*highlight*/

.highlight-slider .articleBox {
  padding: 0px 0px 3px 0px!important;
  margin: 0px!important;
}
.highlight-slider .articleBox .row {
  margin: 0!important;
}

.highlight-slider .articleBox .thumbnail {
  width: 100%;
  height: auto;
  overflow: hidden;
  /*border: 1px solid #E1E1E1;
  border-radius: 6px;*/
  display: inline-block;
}

.highlight-slider .articleBox .thumbnail img {
  box-sizing: border-box;
  width: 100%;
  max-height: 284px;
  border: none!important;
}

/*.highlight-slider .articleBox .content {
    height: 284px;
}*/

.highlight-slider .articleBox .content .subject {
    font-size: 15px!important;
}

.highlight-slider .articleBox .content .sub_articleType {
    font-size: 15px!important;
}

.highlight-slider .articleBox .content .title {
    /* margin-top: 12px!important; */
    font-size: 20px!important;
    line-height: 1.4 !important;
}

.highlight-slider .articleBox .content .author {
    /*margin-top: 16px !important;*/
    font-size: 14px !important;
    color: #6E6E6E !important;
}

.highlight-slider .articleBox .content .disc {
    margin-top: 1rem!important;
    font-size: 14px !important;
    color: #6E6E6E;
    flex-grow: 2;
}

.highlight-slider .articleBox .content .doi a {
    display: inline-block;
    border: 1px solid #0100fe;
    border-radius: 9px;
    padding: 2px 5px;
    margin-right: 0.5rem;
}




.col-lg-12 {
  /*margin-bottom: 55px;*/
  min-height: 350px;
}

.current-bar {
/*  background: transparent linear-gradient(90deg, #5e777c 0%, #bac9d0 100%) 0% 0% no-repeat padding-box;*/
/*  color: #fff;*/
  color: #6A6A6A;
  display: block;
  padding: 2px 12px;
/*  margin-bottom: 20px;*/
}

.current-bar:hover {
/*  color: #fff*/
  color: #6A6A6A;
}

/*.current-bar .d-flex {
  border-bottom: 1px solid #0000001A;
  padding-bottom: 3px;
  margin-bottom: 20px;
}*/

.current-bar div div:first-child {
  font-weight: bold;
  font-size: 22px;
}

.current-bar div div:last-child {
  line-height: 33px;
  font-size: 15px;
  text-align: right;
  font-weight: 200;
}

.issueData {
  font-weight: normal; font-size: 17px;
}
@media (max-width: 768px) {
  .issueData {
    display: block;
  }
}

/*current*/
.col-lg-8 .articleBox {
  box-shadow: 0px 0px 10px #0000001A;
  /*border-top: 3px solid #00A0E8!important;
  border-bottom: 1px solid #dfdfdf!important;
  border-left: 1px solid #dfdfdf!important;
  border-right: 1px solid #dfdfdf!important;*/
  /*border-bottom: 1px solid #ccc!important;*/
}

.col-lg-4.right .articleBox {
  margin-bottom: 0px!important;
  margin-top: 5px;
  border: 1px solid #ddd;
  padding: 12px 2px 5px!important;
}

.col-lg-4.right .articleBox .title {
  font-size: 14px!important;
}

.col-lg-4.right .articleBox a {
  color: #707070;
}


.col-lg-4.right .articleBox.highlight-video .col-md-12 {
  padding: 0 20px;
}

.col-lg-4.right .articleBox.highlight-video .video {
  text-align: center;
}

.col-lg-4.right .articleBox.highlight-video .video iframe {
  width: 100%;
}



.right .right-botton {
  display: block;
  padding: 10px 14px;
  margin-bottom: 12px;
  background: transparent linear-gradient(90deg, #6A6A6A 0%, #BCBCBC 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}

.right-botton.submitEM div:last-child img {
  /*padding-top: 6px;*/
  /*height: 24px;*/
}


.right-botton.SNS svg {
  fill: #fff;
}

.right-place {
  padding: 10px 14px;
  margin-bottom: 12px;
  background: transparent linear-gradient(90deg, #F2F2F2 0%, #E3E3E3 100%) 0% 0% no-repeat padding-box;
  /*background: transparent linear-gradient(90deg, #F2F2F2 0%, #ebeaea 100%) 0% 0% no-repeat padding-box;*/
  color: #324957;
}

.right-place.brighter {
  background: transparent linear-gradient(90deg, #F2F2F2 0%, #ebeaea 100%) 0% 0% no-repeat padding-box;
}

.right-place.index > div:first-child {
  margin-bottom: 5px;
}


.right-place .searchbox-default .d-flex {
  margin-bottom: 5px;
}

.right-place.index .d-flex div {
  display: block;
  background: #fff;
  width: 31%;
  text-align: center;
  height: 36px;
  line-height: 36px;
}


.right-place .searchbox-default .d-flex div:last-child {
  font-size: 16px;
  color: #324957;
  text-decoration: underline;
}


.right-place .searchbox-default .d-flex div:last-child a {
  color: #324957;
}

.right-place .noticeHighlight {
    /*color: #093389;*/
    font-weight: bold;
}

.right-notic {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #0000001A;
}

.right-notic:last-child {
  border-bottom: none!important;
}


.right-notic .notic_title {
  color: #6A6A6A;
  font-size: 16px;
  font-weight: bold;
  /*margin-bottom: 8px;*/
}

.right-notic.video-notice .video {
  text-align: center;
}

.right-notic.video-notice .video iframe {
  width: 100%
}


.IF {
  color: #6E6E6E;
  border: 1px solid #ddd;
  padding: 0 7px;
  width: 195px;
  align-items: center;
  padding: 0.8rem 0 1rem 0;
  position: relative;
}

.IF > div {
  text-align: left;
  font-size: 13px;
}

.IF .IF-year {
  font-size: 13px;
  color: rgb(110, 110, 110);
  position: absolute;
  right: 10px;
  top: 8px;
}

.IF span {
  font-weight: bold;
  font-size: 14px;
}

.sjr img {
  max-width: 195px;
  width: 100%;
}



.subpage .statistics h4 {font-weight: bold; margin-bottom: 15px; margin-top: 30px; font-size: 16px;}
.subpage .statistics .table {width: 550px; border: 1px solid #ddd4ca; display: table;}
.subpage .statistics .table .row {margin-left: 0px; margin-right: 0px; border-bottom: 1px solid #ddd4ca;}
.subpage .statistics .table .tabel-cell-left {width: 400px; display: table-cell; background: #f4efe9; text-align: left; padding: 5px 0 5px 10px;}
.subpage .statistics .table .tabel-cell-right {width: 150px; display: table-cell; text-align: left; padding: 5px 0 5px 10px;}


.right-notic svg {
  color: #AAA;
}

.dp-table {
    margin-top: 8px;
    display: table;
    font-size: 14px;
    color: #707070;
}

.dp-table a {
    color: #707070;
}

.dp-table .bullet {
    display: table-cell;
    padding-right: 8px;
}
.dp-table .dp-tablebody-left {
    display: table-cell;
}

.dp-table .disc {
  text-align: right;
  padding-bottom: 1rem;
}

.dp-table .disc a {
  color: #5e777c!important;
}

.content-gray80.row {
  margin-left: 0px!important;
  margin-right: 0px!important;
}

@media (min-width: 991px) {
  .col-lg-8 .articleBox .thumbnail img {
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media (max-width: 991px) {
  .content-flex .content-row .articleBox {
        width: 100%!important;
  }
  .highlight-slider .articleBox .thumbnail {
    margin-bottom: 0px;
  }

  .highlight-slider .articleBox .thumbnail, .articleBox .thumbnail {
    height: auto;
    max-height: unset;
  }
  .highlight-slider .articleBox img .thumbnail, .articleBox .thumbnail img {
    height: auto;
  }
}


@media (max-width: 768px) {

  .highlight-slider .articleBox .content {
      padding-left: 0px;
      /*padding-top: 20px;*/

  }

  .highlight-slider .articleBox .content .doi a {
      display: block;
      margin-top: 0.5rem;
  }

  .current-bar div div:last-child > span:first-child {
    display: none;
  }

  .current-bar div div:last-child > span:last-child {
    display: block;
  }

  .col-lg-12 {
  margin-bottom: 2rem;
  min-height: unset;
}



}



/*GA modal*/
#myImg {
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {opacity: 0.7; 
    cursor: -webkit-zoom-in;}

/* The Modal (background) */
#myGAModal.modal, .articleModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1040;
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  right: 0;
  bottom: 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.65); /* Black w/ opacity */
      outline: 0;
}

#myGAModal.modal.show-modal {
  display: block;
}

/* Modal Content (Image) */
.modal-contents {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.modalGA {
  margin: auto;
  display: block;
  /*max-width: 1200px;*/
  max-width: 100%;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* The Close Button */
#close-btn {
  position: absolute;
  top: 0px;
  right: 35px;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
  z-index: 600;
}

#close-btn:hover,
#close-btn:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.content-flex .content-row .articleBox {
    background: #fff;
    width: 49.5%;
}

/*ga end*/




.has-feedback {
    position: relative;
}

.searchBoxIcon {
    right: 5px;
}
.searchBoxIcon svg {
    height: 35px;
    line-height: 35px;
}

.menuQuiz .title {
  margin-bottom: 0.5rem;
}

/*.menuQuiz > div:nth-of-type(1) {
  margin-bottom: 0.5rem;
}*/




.bgLineGrad, .bgGrad {
    padding: 0 3px;
    margin-bottom: 4px;
}

.bgLineGrad span {
  color: #6E6E6E;
}

.bgGrad {
    background-image: linear-gradient(to right, rgba(256,256,256,0), rgba(256,256,256,0), rgba(256,256,256,0.5), rgba(256,256,258,1));
}
.bgLineGrad {
    background-image: linear-gradient(to right, rgba(256,256,258,1), rgba(256,256,256,0));
    font-size: 11pt;
}

.right-place .textRight {
    float: right;
    padding-right: 10px;
}

.right #adGroup.affix-top {
    position: absolute;
    top: 210px;
    right: 130px;
}

.right #adGroup.affix-top .banner img {
    width: 165px
}


/*articleBox*/

.slider-thumbnail img {
border: 1px solid #c3c3c3;
}

.articleBox {
padding: 20px 5px 30px 5px;
overflow: hidden;
border-bottom: 1px solid #ccc;
}
.articleBox .thumnail {
width: 315px;
height: 186px;
overflow: hidden;
float: left;
margin-right: 10px;
margin-bottom: 15px;
text-align: center;
} /*220228수정*/
.articleBox .thumnail img {
max-width: 315px;
max-height: 186px;
border: 1px solid #c3c3c3;
} /*220228수정*/



.articleBox .content {
width: 315px;
display: inline-block;
margin-top: 0px !important;
} /*220228수정*/
/*.articleBox .content {width: 72%; display: inline-block;}*/

.articleBox .content-100 {
width: auto !important;
}
.articleBox .year {
color: #00506a;
font-size: 13px;
}
.articleBox .article-title {
font-size: 17px;
font-family: "Times New Roman", serif;
line-height: 1.23;
margin-top: 8px;
font-family: Georgia;
}
.articleBox .article-title-ko {
font-family: "Noto Sans Korean", serif;
font-size: 15px;
margin-top: 4px;
line-height: 1.3;
font-weight: 300;
}
.articleBox .article-title a {
text-decoration: none;
color: black;
}
.articleBox .article-title a:hover {
text-decoration: none;
}
.articleBox .author {
font-family: "Noto Sans KR", sans-serif, "Nanum Gothic";
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
}
.articleBox .author-ko {
font-family: "Noto Sans Korean", serif;
font-size: 12px;
margin-top: 5px;
margin-bottom: 5px;
}
.articleBox .disc {
margin-top: 10px;
font-size: 10.5px;
color: #666666;
line-height: 1.5;
}
.articleBox .disc a {
text-decoration: none;
color: #666666;
}
.articleBox .disc a:hover {
text-decoration: none;
color: #666666;
}
.articleBox .doi {
margin-top: 10px;
font-size: 10.5px;
font-weight: 350;
padding: 0px 4px 1px 0px;
}
.articleBox .doi a {
text-decoration: none;
color: #7c0022;
}
.articleBox .doi a:hover {
text-decoration: none;
color: #7c0022;
}   

/*searchbar*/
#navbar-search-collapse .card {
/*    background-color: #f6f6f6;*/
}

#offcanvasNavbar {
    background-color: #f6f6f6;        
}

.searchbar {
z-index: 3;
/*top: 1px!important;*/
bottom: -74px;
height: 74px;
border-top: none;
background-color: #f6f6f6;
/*clear: both;*/
width: 100%;
padding: 12px 30px 0;
margin-top: -1px;
}


.searchbar, .searchbar:before {
position: absolute;
left: 0;
border-bottom: 1px solid #e2e2e2;
}


.searchbar form {
display: flex;
position: relative;
flex-flow: row nowrap;
justify-content: center;
}


.searchbar input[type=text] {
display: block;
width: calc(66.66667vw - 99px);
height: 48px;
margin: 0;
padding: 0 15px;
font-size: 16px;
font-size: 1rem;
}

.searchbar .searchbar__submit-btn, .searchbar__advanced-search-link, .searchbar fieldset input {
flex: 0 0 auto;
margin-top: 0;
}


.searchbar__advanced-search-link {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 15px;
  line-height: 49px;
  font-weight: 400;
  font-style: normal;
  display: block;
  height: 48px;
  margin-left: 16px;
  text-decoration: underline;
  color: #444444;
}

.searchbar__advanced-search-link:hover {
  text-decoration: underline;
}



.searchbar__submit-btn {
display: block;
width: 48px;
height: 48px;
margin: 0;
padding: 0;
border: 1px solid #e2e2e2;
border-left: 0;
background: #fff;
color: #000;
cursor: pointer;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}



.container-fluid .header {
margin-left: -10px;
margin-right: -10px;
background: url(../images/WJMH_pattern.svg) no-repeat;
background-size: 1450px;
background-position: -5% 0%;
}

.container-fluid .header .container:first-child {
height: 100px;
padding: 0 25px;
position: relative;
}

/*
.container-fluid .header img {
padding: 0px!important;
width: auto;
height: 95px;
}
*/

.container-fluid .header .container a > svg {
z-index: 10;
position: absolute;
bottom: -15px;
/*left: 25%;*/
height: 70px;
}

/*@media (max-width: 991px) {
.container-fluid .header .container a > svg {
  left: 33%;
}
}*/

@media (max-width: 959px) {
  .container-fluid .header {
    background-size: 120%;
    background-position: 60% 0%;
  }

  .container-fluid .header .container:first-child {
    height: 1px;
  }

  .container-fluid .header .container a > svg {
    left: 37%;
    bottom: -57px;
    height: 40px;
  }

  .navbar .container-fluid {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}


@media (max-width: 600px) {
  .container-fluid .header {
    /* background-size: 120%;
    background-position: 60% 0%; */
  }
  .container-fluid .header .container a > svg {
    left: 30%;
    bottom: -52px;
    height: 30px;
  }


}


.container-fluid .header .container a > svg:first-child {

}

.container-fluid .header .container a > svg:nth-of-type(2) {

}



.container-fluid .header .container .header-right {
z-index: 10;
position: absolute;
right: 0;
bottom: -7px;
margin-right: 40px;
text-align: right;
}

.header-right .issn {
font-size: 11.5px;
color: #6E6E6E;
}

.header-right .indexed {
font-size: 15px;
color: #6E6E6E;
}

.header-right .follow {
font-size: 30px;
line-height: 30px;
margin-bottom: 2px;
}

.header-right .follow i {
color: #00a6ea;
font-family: 'FontAwesome'!important;
}

.header-right .OA {
font-size: 19px;
/*font-weight: bold;*/
color: #5e777c;
font-style: italic;
margin-top: 9px;
line-height: 1
}

.dropdown-item img {
vertical-align: middle;
}



.footer-text .row .col b {display: block; text-align: left;}
.footer-text .row .col a {display: block; text-align: left;}

.adBanner .banner {
flex-basis: 20%;
}

.adBanner .banner img {
max-height: 50px;
box-sizing: border-box;
}

.navbar-toggler {
border: 2px solid #00000026;
height: 40px;
padding: 0 0.5rem;
}

/*pc 사이즈에서만*/
@media (min-width: 991px) {
.footer-data .row div.col:nth-of-type(1) {
width: 30%!important;
}

.footer-data .row div.col:nth-of-type(2) {
width: 20%!important;
}
}


/*.article-figure-table-card > div.cd.border-0.my-3 {
position: absolute;
top: -185px;
}*/

.divSec a {color: #7c0022;}

/*본문링크*/
.abody .fig-table-link a {
color: #1d2088!important;
}

.abody .xref {
  vertical-align: baseline;
  font-size: 1em;
}

.abody .xref a {
color: #1d2088!important;
}

.abody table.boxed-text-body ul {
  padding-top: 1rem;
  padding-left: 0rem;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

/*저자명 orcid 링크*/
.ORCID a {
color: #000000 !important;
text-decoration: none;
border-bottom: black 1px dotted;
}

.accordion.customArrow .accordion-button {
width: auto;
}
.accordion.customArrow .accordion-button::after {
margin-left: 40px!important;
background-image: url(../images/circle-chevron-down-solid.svg);
}
.accordion.customArrow .accordion-button:not(.collapsed)::after {
background-image: url(../images/circle-chevron-down-solid.svg);
}

/*article display*/

.content-flex .content-row {display: flex; flex-wrap: wrap; justify-content: space-between; padding: 0 2px;}
.content-flex .content-row .forthcoming {background: #efefef; padding-bottom: 40px; flex-basis: 32%;}
.content-flex .content-row .boxL {background: #efefef; padding-bottom: 40px; flex-basis: 48.5%;}
div.col-xs-12.content-flex .content-row .boxL {flex-basis: 32%;}
.content-flex .content-row .empty-box {background: #fff!important; box-shadow: none!important;}

/*article display end*/

.disp-formula .label {color: #000}
/* 공통 */

.row {margin-left:-10px; margin-right:-10px;}
/*.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12 {padding-left:10px; padding-right:10px;} 
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
}*/
.col-none {padding-left: 0px!important; padding-right: 0px!important;}

.mt-10 {margin-top:10px!important;}
.mt-20 {margin-top:20px!important;}
.mt-40 {margin-top:40px!important;}

.ml-20 {margin-left: 20px;}

.bl-1 {border-left:1px solid #fff;}
.br-0 {border-right:none!important;}
.fix-menu-align-un {text-align: unset; padding-left: 17px!important;}
.fs-12 {font-size: 12px!important;}
.bold {font-weight: 600;}
.bcolor {background: #f4efe9;}
.pt-45 {padding-top: 45px!important;}
.bgcolor {background: #efefef!important;}
.highlight {color: #a42381; font-weight: bold;}
.new-icon {background: #0081BD; color: #fff; border-radius: 3px; border: 1px solid #0081BD; padding: 0 3px 0 3px; margin-right: 3px;}
.searchBoxIcon {position:absolute; top:0px; right:0px; border:none; background:none; outline:none;}

/* fixedmenu-icon */
.fixedmenu-icon img {vertical-align: middle!important; width: 20px;}
.fixedmenu-icon-h img {vertical-align: middle!important; height: 20px;}


/* 아티클 페이지 상단 bar fixed  */
.fixed-menu {width:100%; height:40px; background:#0b308e; color:#fff; display:none; position:fixed; top:0px;}
.fixed-menu.on {width:100%; height:40px; background:#0b308e; color:#fff; display:block; position:fixed; top:0px; z-index:100;}
.fixed-menu h1 {float: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; max-width: 640px; color: #ffffff; padding-top: 12px; font-size: 14px; font-weight: 400;}
.fixed-menu h1 a { color: #ffffff;}
.fixed-menu h1 a:hover {color: #ffffff; text-decoration: none;}
.fixed-menu h1 span {float:right; margin-left: 350px; margin-top: 3px; color: #a0a0a0; font-size: 12px; display: block;}
.fixed-menu h1 img {margin-right: 30px;}
.fixed-menu h4 {float:left; padding-top:13px; font-family: 'Times New Roman', serif;}
.fixed-menu ul {float:right;}
.fixed-menu .navbar-right {margin-right:0px;}
.fixed-menu .fa {padding-right:5px;}
.fixed-menu .format-img img {padding-top:6px; padding-right:5px;}
.fixed-menu .navbar-nav>li>a {padding-top:10px; padding-bottom:10px; background: #da1025; color:#fff;}
.fixed-menu .navbar-nav>li>a:active {color:#000;}
.fixed-menu .navbar-nav>li>a:hover {color:#000;}
li.dropdown.open > a:focus {color:#000;}


/* 캐러셀 수정 */
.carousel-indicators li {background:#fff!important; border:none;}
.carousel-indicators li.active {background:#0081BD!important; border:none;}

/* 우측 작은 캐러셀 수정 */
.num {position:absolute; bottom:-21px; width:100%; text-align:center; z-index:20; font-size: 10px;}

.wrap {width:100%; background:#8bc120;}
.wrap .headertop {float:right; height:40px; padding-top:8px;}
/* .header .menu-new {margin-top:10px;} */

#gnb {width: 1000px; position: relative;}
#gnb>li {background: #0081BD; float: left; border-right: 1px solid #ffffff;}
#gnb .border-blue {border-right: 1px solid #0081BD;}
#gnb>li>a {width: 249px; padding-top: 10px; padding-bottom: 10px; display: block; color: #ffffff; padding-left: 14px; text-decoration:none;}
#gnb>.mett {width: 1000px; height: 450px; position: absolute; top: 40px; left: 0px; background: #efefef; z-index: 100; border-bottom: 2px solid #7E929B; display: none;}
.mega {position: absolute; top: 0px; left: 0px;}
#gnb>.mett .wjmh-logo-small {position: absolute; bottom: 22px; right: 20px;}
.mega ul {width: 250px; height: 450px; float: left; border-right: 1px solid #ffffff; padding-left: 15px; padding-top: 15px;}
.mega ul li {padding-bottom: 15px;}
.mega ul li a {text-decoration:none;}
.mega ul li .on-image {margin-top: 2px; margin-left: 2px;}


.archive_navi {margin-left: 10px; margin-bottom: 20px;}
.archive_navi .row .col-md-3-on {width:15%; overflow: hidden; padding: 8px; text-align: center; background: #0081BD; float: left; color: #FFFFFF; font-size: 14px; border-radius:5px; margin-right: 10px;}
.archive_navi .row .col-md-3-on a {color: #FFFFFF; font-size: 14px;}
.archive_navi .row .col-md-3-off {width:15%; overflow: hidden; padding: 8px; text-align: center; background: #efefef; float: left; color: #FFFFFF; font-size: 14px; border-radius:5px; margin-right: 10px;}
.archive_navi .row .col-md-3-off a {color: #0081BD; font-size: 14px;}




.content {width:100%; margin-top:90px;}
.content .left .slider {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content .left .slider .boxL .articleBox .thumbnail-c img {width:250px; height:250px; margin:0px 25px 0px 0px;}
.content .left .slider .boxL .articleBox .article-title a {text-decoration:none; color: black;}
.content .left .slider .boxL .articleBox .article-title a:hover {text-decoration:none;}
.content .left .slider .boxL .articleBox .doi span {font-size:9px;  color:#00506a; font-weight:350; padding:0px 4px 1px 0px;}
.content .left .slider .boxL .articleBox .doi span a {text-decoration: none;}
.content .left .slider .boxL .articleBox .doi span a:hover {text-decoration: none;}
.content .left .slider .carousel-indicators {bottom:10px;}
.content .left .slider .carousel-inner .carousel-control {opacity:.2;}
.content .left .slider .carousel-inner .carousel-control {opacity:.2;}
.content .left .boxL {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content .left .boxL h4 {padding-top:9px; padding-bottom:10px; padding-left:15px; background:#00506a; color:#fff; border-radius:5px 5px 0px 0px; font-weight:300;}
.content .left .boxL forthcoming {background:#00506a; color:#099ac7; border-radius:5px 5px 0px 0px; font-weight:300; float:left; text-align:right;}
.content .left .boxL .articleBox {padding:15px 15px 10px 15px; background:#efefef; border-radius:0px 0px 5px 5px; overflow: hidden;}
.content .left .boxL .articleBox .thumbnail-c img {width:70px; height:70px; float:left; margin:0px 12px 0px 0px;}
.content .left .boxL .articleBox .articleType {font-size:11px; color:#080571; font-weight:500; margin-top: -3px; margin-bottom:3px;}
.content .left .boxL .articleBox .year {color:#00506a; font-size:13px;}
.content .left .boxL .articleBox .article-title {font-size:18px; font-family:'Times New Roman', serif; line-height:1.11;}
.content .left .boxL .articleBox .article-title a {text-decoration:none; color: black;}
.content .left .boxL .articleBox .article-title a:hover {text-decoration:none;}


.content .left .boxL .articleBox .author {font-size:11px; margin-top:5px; margin-bottom:5px;}
.content .left .boxL .articleBox .disc {font-size:11px; color:#666666; line-height:1.5;}
.content .left .boxL .articleBox .disc a {text-decoration: none; color:#0081BD;}
.content .left .boxL .articleBox .disc a:hover {text-decoration: none; color:#0081BD;}
.content .left .boxL .articleBox .doi {margin-top:10px; color:#000000;}
.content .left .boxL .articleBox .doi span {font-size:9px; color:#00506a; font-weight:350; padding:0px 4px 1px 0px;}
.content .left .boxL .articleBox .doi span a {text-decoration: none; color:#00506a;}
.content .left .boxL .articleBox .doi span a:hover {text-decoration: none; color:#00506a;}

.content .right .forthcoming-issue {width:100%; height:40px; color:#fff; padding-left:15px; padding-top:8px; background:#333; border-radius:5px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content .right .forthcoming-issue a {color: white; display: block;}
.content .right .forthcoming-issue a:hover {text-decoration: none;}

.content .right .past-issue {width:100%; height:40px; color:#fff; padding-left:15px; padding-top:8px; background:#7d8b90; border-radius:5px; margin-top:10px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content .right .past-issue a {color: white; display: block;}
.content .right .past-issue a:hover {text-decoration: none;}

.content .right .open-access {width: 100%;  height: 40px;  padding-left:15px; padding-top:8px; border-radius: 5px; background: #655750; margin-top: 10px;}
.content .right .open-access a {color: white; display: block;}
.content .right .open-access a:hover {text-decoration: none;}

.content .right .submit {background:url(../images/cover-10.png) no-repeat; width:100%; height:103px; border-radius:5px; margin-top:10px;}
.content .right .submit p {color:#00578e; padding-left:15px; padding-top:13px;}
.content .right .submit .submit-img {text-align:center; padding-top:13px;}

.content .right .aard-on-1 {width:100%; height:90px; background:#8bc120; border-radius:5px; margin-top:10px; padding:4px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content .right .aard-on-1 p {padding-left:11px; padding-top:4px; color:#fff;}
.content .right .aard-on-1 .aard-on-1-img {width:100%; overflow:hidden; padding-top:13px;}
.content .right .aard-on-1 .aard-on-1-img>div {width:71px; height:40px; border-radius:5px; background:#fff; display:table; float:left; margin:3px;}
.content .right .aard-on-1 .aard-on-1-img>div>span {display:table-cell; vertical-align:middle; text-align:center;}

.content .right .right-banner-on-2 {width:100%; height:79px; background:#8bc120; border-radius:5px; margin-top:10px; padding:4px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content .right .right-banner-on-2 p {padding-left:11px; padding-top:4px; color:#fff;}
.content .right .right-banner-on-2 .right-banner-on-2-img {width:100%; overflow:hidden; padding-top:12px;}
.content .right .right-banner-on-2 .right-banner-on-2-img>div {width:56px; height:30px; border-radius:5px; background:#fff; display:table; float:left; margin:3px;}
.content .right .right-banner-on-2 .right-banner-on-2-img>div>span {display:table-cell; vertical-align:middle; text-align:center;}


.right #searchbox-group-jbrowse.affix-top { margin-top: 0px; }
.right #searchbox-group-jbrowse.affix { position:fixed; top:0px; margin-top: 40px; }
.right #searchbox-group-jbrowse.affix-bottom { position:fixed; top:0px; }

.right #searchbox-group-jvolume.affix-top { margin-top: 0px; }
.right #searchbox-group-jvolume.affix { position:fixed; top:0px; margin-top: 40px; }
.right #searchbox-group-jvolume.affix-bottom { position:fixed; top:0px; }

.right #searchbox-group-asummary.affix-top { margin-top: 0px; }
.right #searchbox-group-asummary.affix { position:fixed; top:0px; margin-top: 40px; }
.right #searchbox-group-asummary.affix-bottom { position:fixed; top:0px; }

.right .j_infobox {width:315px; overflow: hidden; background: #806f66; /* border-radius: 5px; */ margin-top:10px; padding:7px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.right .j_infobox p {color: white; margin-left: 5px; float: left;}
.right .j_infobox .J_fullname {font-style: italic;}
.right .j_infobox a {color: white;}
.right .j_infobox a:hover {color: white; text-decoration: none;}
.right .j_infobox i {margin-left: 5px; margin-top: 5px;}

.right .searchbox .form-control { width: 290px;}

.right .searchbox-search-article {width:315px; min-height: 103px; /* background: #d2470e; */ border: 1px solid #a0a0a0; border-top: 4px solid #d2470e; margin-top:20px; padding:4px;}
.right .searchbox-search-article p {/* padding-left:11px; */ padding-top:4px; color: #d2470e; display: block;}
.right .searchbox-search-article .box {width: 220px; height: 30px; font-size: 13px; color:gray; background-color: #ffffff; border: 1px solid #a0a0a0; margin-right: 4px; margin-top: 7px; margin-left:11px; padding-left:3px; padding-top: 4px; absolute; bottom: 8px; right: 170px; }
.right .searchbox-search-article span {display: block; float: right; margin-right: 4px; margin-top: 4px;}
.right .searchbox-search-article .asearch a { color: #d2470e; display: block; /* padding-top: 5px; */ text-decoration: underline;}
.right .searchbox-search-article .asearch a:hover {text-decoration: underline;}

.right .searchbox-search-journal {width:315px; min-height: 82px; /* background: #f18101; */ border: 1px solid #a0a0a0;  border-top: 4px solid #f18101; margin-top:20px; padding:4px; }
.right .searchbox-search-journal p {padding-left:11px; padding-top:4px; color: #f18101; display: block;}
.right .searchbox-search-journal .box {width: 220px; height: 30px; font-size: 13px; color:gray; background-color: #ffffff; border: 1px solid #a0a0a0; margin-right: 4px; margin-top: 7px; margin-left:11px; padding-left:3px; padding-top: 4px; absolute; bottom: 8px; right: 170px; }
.right .searchbox-search-journal span {display: block; float: right; margin-right: 4px; margin-top: 4px;}

.right .searchbox-search-in-journal { width:315px; min-height: 125px; background: #1b2943; margin-top:0px; padding-right:12px; padding-top:8px; padding-left:12px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); opacity:0.7; }
.right .searchbox-search-in-journal p {color: white; margin-left:0px; margin-bottom:5px;}
.right .searchbox-search-in-journal .asearch a { color:  #ffffff; display: block; padding-top: 10px; margin-bottom: 0em; text-decoration: underline; font-weight: normal;}
.right .searchbox-search-in-journal .asearch a:hover {text-decoration: underline; font-weight: normal;}
.right .searchbox-search-in-journal .form-control { width: 287px;}

.right .searchbox-search-result { width:315px; min-height: 100px; background: #1b2943; margin-top:0px; padding-right:12px; padding-top:8px; padding-left:12px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3); opacity:0.7; }
.right .searchbox-search-result p {color: white; margin-left:0px; margin-bottom:5px;}
.right .searchbox-search-result .asearch a { color:  #ffffff; display: block; padding-top: 10px; margin-bottom: 0em; text-decoration: underline; font-weight: normal;}
.right .searchbox-search-result .asearch a:hover {text-decoration: underline; font-weight: normal;}
.right .searchbox-search-result .form-control { width: 287px;}

.content .right .banner-lg-2 {width:100%; height:140px; margin-top:10px; background:#c0c0c0; border-radius:5px; display:table; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content .right .banner-lg-2 p {text-align:center; display:table-cell; vertical-align:middle;}
.content .right .boxR {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content .right .boxR h4 {padding-top:9px; padding-bottom:10px; padding-left:15px; background:#00506a; color:#fff; border-radius:5px 5px 0px 0px; font-weight:300;}
.content .right .boxR .articleBox {padding:15px 15px 10px 15px; background:#efefef; border-radius:0px 0px 5px 5px; overflow: hidden;}
.content .right .boxR .articleBox .thumbnail-c img {width:70px; height:70px; float:left; margin:0px 12px 0px 0px;}
.content .right .boxR .articleBox .articleType {font-size:11px; color:#080571; font-weight:500; margin-top: -3px; margin-bottom:3px;}
.content .right .boxR .articleBox .year {color:#00506a; font-size:13px;}
.content .right .boxR .articleBox .article-title {font-size:18px; font-family:'Times New Roman', serif; line-height:1.11;}
.content .right .boxR .articleBox .article-title a {text-decoration:none; color: black;}
.content .right .boxR .articleBox .article-title a:hover {text-decoration:none;}
.content .right .boxR .articleBox .author {font-size:11px; margin-top:5px; margin-bottom:5px;}
.content .right .boxR .articleBox .disc {font-size:11px; color:#666666; line-height:1.5; test}
.content .right .boxR .articleBox .disc a {text-decoration: none; color:#00506a;}
.content .right .boxR .articleBox .disc a:hover {text-decoration: none; color:#00506a;}
.content .right .boxR .articleBox .doi {margin-top:10px;  text-align: right;}
.content .right .boxR .articleBox .doi span {font-size:9px; color:#00506a; font-weight:350; padding:0px 4px 1px 0px;}
.content .right .boxR .articleBox .doi span a {text-decoration: none; color:#00506a;}
.content .right .boxR .articleBox .doi span a:hover {text-decoration: none; color:#00506a;}


/* synapse archive style start */

.synapse_archive .IssueToC {font-size: 14px; color: #8bc120; margin-top: 20px; padding-bottom: 10px;}
.synapse_archive .j_history .j_h_title {font-size: 18px; color: #8bc120; margin-top: 20px; padding-bottom: 10px;}
.synapse_archive .j_history .j_h_content {border: 1px solid #8bc120;}
.synapse_archive .j_history .j_h_content span {color: #efefef;}
.synapse_archive .j_history .j_h_content .issn {color: #efefef; font-style: 12px; margin-top: 5px;}
.synapse_archive .Archive .j_title {border: 1px solid #8bc120;}
.synapse_archive .Archive .j_title span {color: #efefef;}

/*article page*/
.article-front-meta-sub-tab .d-inline-flex > div {
    margin-right: 0.25rem;
}
@media (max-width: 768px) {
    .article-front-meta-sub-tab .d-inline-flex > div {
        margin-bottom: 0.5rem;
    }
}
/*link 시작위치 변경*/
#navbar-goto.sticky-top.mb-5 {
    top: 11rem;
    z-index: 1000;
}


/*.article-figure-table-card > div.cd.border-0.my-3 {
    position: absolute;
    top: -185px;
}*/

.divSec a {color: #7c0022;}

/*본문링크*/
.abody .fig-table-link a {
    color: #1d2088!important;
}
.abody .xref a {
    color: #1d2088!important;
}

/*저자명 orcid 링크*/
.ORCID a {
    color: #000000 !important;
    text-decoration: none;
    border-bottom: black 1px dotted;
}

/*orcid 항목 링크*/
.porlet a > span.text-primary {
    color: #000!important;
}

/*fig, table slider*/
.figs-gray .carousel-control-prev, .table-gray .carousel-control-prev {
    left: -15%!important;
}
.figs-gray .carousel-control-next, .table-gray .carousel-control-next {
    right: -15%!important;
}
/*preview video display none*/
.portlet_content_supplementary_materials_video_view {display: none;}
.portlet_content_supplementary_materials_video div:nth-child(2) {display: none} 


/*subpage*/
.accordion.customArrow .accordion-button {
    width: auto;
}
.accordion.customArrow .accordion-button::after {
    margin-left: 40px!important;
    background-image: url(../images/circle-chevron-down-solid.svg);
}
.accordion.customArrow .accordion-button:not(.collapsed)::after {
    background-image: url(../images/circle-chevron-down-solid.svg);
}

.accordion-button:not(.collapsed) {
    color: #000!important;
}



/* subpage style start */


.tablelarge {
    vertical-align: top;
    margin: 5px auto !important;
}
.tablelarge table {
    width: 100%;
}
.tablelarge tr:last-child {
    border-bottom: 1px solid #037F82;
}

.tablelarge tr:last-child {
    border-bottom: 1px solid #037F82;
}

.tablelarge th {
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #037F82;
    border-bottom: 2px solid #037F82;
    width: 250px;
    padding: 3px 5px;
}



.instruction div {text-indent: 10px;}
.instruction>div a {color: black!important; text-decoration: none;}
.guideline>div a {color: black!important;}
.instruction .sub-body-lv2 {margin-left: 40px; margin-top: 20px; margin-bottom: 20px;}
.instruction .sub-body-lv2>div {text-indent: 0px;}
.instruction .highlight {color: #666666; font-weight: bold;}

.notice .subpage-title02 {margin-bottom: 0px!important;}



.subpage h5 {font-size: 18px; color: #0081BD; margin-top: 20px; padding-bottom: 10px;}
.subpage h5 .button {float: right; font-size: 12px;}
.subpage h5 .button a {text-decoration: none;}
.subpage h5 .button a:hover {text-decoration: none;}

.subpage h5 a {color: #0081BD; text-decoration: none;}
.subpage h5 a:hover {color: #0081BD; text-decoration: none;}

.subpage .table-content {display: table; margin-bottom: 40px;}
.subpage .table-content .row {margin-left: 0px; margin-right: 0px;}
.subpage .year_bar {background: #838383;padding: 7px 0px 7px 10px; color: #fff; margin-top: 30px; }

.subpage .journal_most_bar {border-top: 1px solid #b8b8b8; width: 100%; margin-top: 20px;}

.subpage .Forthcoming
{color: #099ac7; float: right; display: block; margin-right: 15px}

.subpage .sub-body>div {margin-top:10px;}
.subpage .sub-body>table {width: 900px;}
.subpage .sub-body div a {color: #0081BD; text-decoration: none;}
.subpage .sub-body .journalabbr {color: #030C60; font-weight:bold;}
.subpage .sub-body .download {margin-top:10px; text-align: right; margin-right:10px; margin-bottom:20px;}
.subpage .sub-body .download img {margin-right: 5px;}
.subpage .sub-body .download a {text-decoration: none;}
.subpage .sub-body .download a:hover {text-decoration: none;}
.subpage .sub-body .charges {margin-left: 10px;}

.subpage .sub-body .row .line-top {border-top: 2px solid #5e777c; padding-top: 5px; padding-bottom: 5px;}
.subpage .sub-body .row .line-top .title {font-weight: bold; text-align: right; }
.subpage .sub-body .row .line-top .jcover {position: absolute; bottom: -140px; right: -20px; z-index: 99; background-color: white; padding-right: 20px; padding-left: 20px;}

.subpage .sub-body .row .line {border-top: 1px solid #b7b7b7; padding-top: 5px; padding-bottom: 5px;}
.subpage .sub-body .row .line .title {font-weight: bold; text-align: right; }
.subpage .sub-body .row .line>div>a {color: #da1025;}
.subpage .sub-body .row .line .db-icon {padding-right: 10px;}
.subpage .sub-body .row .line-bottom {border-top: 1px solid #b7b7b7; border-bottom: 1px solid #b7b7b7; padding-top: 5px; padding-bottom: 5px;}
.subpage .sub-body .row .line-bottom .title {font-weight: bold; text-align: right; }
.subpage .sub-body .row .line-bottom .db-icon {padding-right: 10px;}

.subpage .sub-body .row .no-line .title {font-weight: bold; text-align: right; }
.subpage .sub-body .row .no-line>div>a {color: #a40035;}

.subpage .sub-body .board {margin-bottom: 12px;}
.subpage .sub-body .board .role {color: #037F82;  font-weight: bold;  margin-top: 30px; font-size: 15px;}
.subpage .sub-body .board .sub-role {color: #4f81bd;  font-weight: bold; margin-top: 30px; font-size: 15px; font-style: italic;}
.subpage .sub-body .board .board-name {margin-top: 5px;}
.subpage .sub-body .board .board-aff {margin-top: 5px; font-weight: normal; padding-left: 10px;}
.subpage .sub-body .board .board-orcid {margin-left: 10px;}
.subpage .sub-body .board .board-orcid a {color: #a0cf11; font-size: 12px; text-decoration: none;}
.subpage .sub-body .board .board-orcid a:hover {color: #a0cf11; font-size: 12px; text-decoration: none;}
.subpage .sub-body .board .row {margin-left: 0!important; margin-right: 0!important;}
.subpage .sub-body .address {margin-left: 20px; margin-bottom: 20px;}
.subpage .sub-body .address .role {font-weight: bold; color: #594f3c;}
.subpage .sub-body .address .name {font-weight: bold; margin-left: 5px;}
.subpage .sub-body .address a {color: #574e3d; text-decoration: none;}
.subpage .sub-body .address a:hover {color: #574e3d; text-decoration: none;}



.subpage .sub-body .history-year {color: #13B4B4; font-weight: 600;}

.subpage .sub-body .subpage-title01 {color: #037F82; font-weight:bold; margin-top:40px; margin-bottom:20px; font-family: Arial, Helvetica, sans-serif; font-size: 17px;}
.subpage .sub-body .subpage-title02 {color: #13B4B4; font-weight:bold; margin-top:30px;}
.subpage .sub-body .subpage-title03 {font-style: italic; font-weight: bold;}
.subpage .sub-body .simple {width: 15px; float: left; margin-left: 20px; margin-right: 5px;}
.subpage .sub-body .indent {text-indent: 1.3;}


.subpage .sub-body .subpage-atype {color: #ee7500; font-weight:bold;}
.subpage .sub-body .subpage-astructure {color: #ee7500; font-style:italic;}
.subpage .sub-body .italic {color: #a8a8a8; font-style:italic; font-size:12px;}


.subpage .table-blue {width: 75%; float: right;}
.subpage .table-blue a {color: #035e95!important; text-decoration: none;}
.subpage .table-blue .header {background: #14a9ce; color: #fff; font-weight: bold;}
.subpage .table-blue .body-blue {background: #c2e9f2; margin-top: 2px;}
.subpage .table-blue .body-lightblue {background: #e5f6fa; margin-top: 2px;}


.subpage .archive_navi {margin-left: 10px; margin-bottom: 20px;}
.subpage .archive_navi .row .col-md-3-on {width:15%; height: 40px; padding-top:8px; text-align: center; background: #0081BD; float: left; color: #FFFFFF; font-size: 14px; border-radius:5px; margin-right: 10px;}
.subpage .archive_navi .row .col-md-3-on a {color: #FFFFFF; font-size: 14px;}
.subpage .archive_navi .row .col-md-3-off {width:15%; height: 40px; padding-top:8px; text-align: center; background: #efefef; float: left; color: #FFFFFF; font-size: 14px; border-radius:5px; margin-right: 10px;}
.subpage .archive_navi .row .col-md-3-off a {color: #0081BD; font-size: 14px;}


.subpage .summary-body h5 {font-size: 18px; color: #00506a; margin-top: 20px; padding-bottom: 10px;}
.subpage .summary-body img {margin-right: 10px; width: 60px;}
.subpage .summary-body a,img,input{selector-dummy: expression(this.hideFocus=true);}

.subpage .summary-body .heading { font-size: 16px; color: #D82233; margin-top: 30px; margin-bottom: 5px;}
.subpage .summary-body .subheading { font-size: 14px; color: #555555; margin-top: 15px; margin-bottom: 5px;}

/* subpage style end */

/* archive style start */
.journal_archive .accordion-button {
  width: 10%;
}

@media (max-width: 1199px) {
  .journal_archive .accordion-button {
  width: 14%;
  }
}

@media (max-width: 959px) {
  .journal_archive .accordion-button {
  width: 19%;
  }
}

@media (max-width: 768px) {
  .journal_archive .accordion-button {
  width: 27%;
  }
}

@media (max-width: 540px) {
  .journal_archive .accordion-button {
  width: 35%;
  }
}

.journal_archive .accordion {
  --bs-accordion-btn-icon-width: 1rem;
}

.journal_archive .j_h_content {border: 2px solid #0081BD; padding: 10px 15px;}
.journal_archive .j_h_content .title {font-weight: bold;}
.journal_archive .j_h_content .year {color: #594f3c; font-weight: normal; margin-left: 5px;}

.journal_archive .j_title {margin-top: 35px; font-weight: bold;}
.journal_archive .j_title .year {color: #594f3c; font-weight: normal; margin-left: 5px;}

.journal_archive .archive-box {
    margin-left: 0!important;
    margin-right: 0!important;
    text-align: center;
}
.journal_archive .archive-box a:nth-child(2) {display:block; text-align:center;}
.journal_archive .journal_archive_year {
    margin-top: 20px;
    /*margin-bottom: 20px;*/
    color: #535353;
}
.journal_archive .journal_archive_bar {border-top: 2px solid #0081BD; height: 10px; width: 100%; margin-top: 5px;}

/* archive style end */


/* forthcoming style start */
.subpage-nav .button {
    display: inline-block;
    padding: 6px 0;
    text-align: center;
    background: #efefef;
    color: #a77722;
    font-size: 14px;
    border-radius: 5px;
    margin-right: 10px;
    /*width: 14%;*/
    margin-bottom: 0.5rem;
}
.subpage-nav.forthcoming .button {
  width: 160px;
}



.subpage-nav .button.active {
    background: #a77722;
    color: #FFFFFF;
}

.subpage-nav .button span {
    display: block;
}


.subpage .forthcoming .articleBox {
    padding-bottom: 40px;
    flex-basis: 32.5%;
    box-shadow: 0px 0px 10px #0000001A;
    margin-bottom: 24px!important;
}

.subpage .articleBox .thumbnail {
    height: 204px;
    overflow: hidden;
    /*display: inline-block;*/
    text-align: center;
}
.subpage .articleBox .thumbnail img {
    cursor: pointer!important;
}
.subpage .articleBox .col-md-12:nth-of-type(2) {
    padding: 0 24px;
}
.subpage .articleBox .content {
    width: 100%;
    display: inline-block;
    margin-top: 0px;
    font-size: 12px;
}

.subpage .articleBox .subject {
    font-weight: bold;
    color: #003E97;
}
.subpage .articleBox .sub_articleType {
    color: #6e6e6e;
    padding-top: 0px;
    font-weight: 500;
    margin-top: -3px;
    margin-bottom: 3px;
}
.subpage .articleBox .content .title {
    margin-top: 8px;
    font-size: 18px;
    line-height: 1.3;
    border-top: 1px solid #aeaeae;
    padding-top: 1rem;
}
.subpage .articleBox .content .title a {
  color: #000;
}
.subpage .articleBox .content .author {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.subpage .articleBox .content .disc {
    color: #6E6E6E;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
}
.subpage .articleBox .content .disc .doi {
    margin-top: 10px;
}
.subpage .articleBox .content .disc a {
    color: #6E6E6E!important;
    font-size: 14px!important;
}

@media (max-width: 991px) {
    .subpage .forthcoming .articleBox {
        flex-basis: 49.2%;
    }
}

@media (max-width: 768px) {
    .subpage .forthcoming .articleBox {
        flex-basis: 100%;
    }
}


.subpage .special .col-md-12.title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    margin: 40px 0;
}


.subpage .most_article {
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);*/
    box-shadow: 0px 0px 10px #0000001A;
    padding: 15px 0 15px 0;
    /*background: #efefef;*/
    margin-bottom: 3px;
}

.subpage .most_article .video video {
    width: 100%;

}

.subpage .most .row {margin-left: 1px!important;
    margin-right: 1px!important;}

.subpage .most_article h4 {padding-bottom:20px; padding-left:15px; background:#efefef; color:#00a6ea;; border-radius:5px 5px 0px 0px; font-weight:300;}
.subpage .most_article .cited_in_wos {
    font-size: 11px;
    margin-top: 10px;
    color: white;
    background: #f08300;
    padding: 2px 1px 2px 1px;
    border-radius: 5px;
    text-align: center;
}



.subpage .most_article .biblio {color:#00a6ea;; float: right; display: block; margin-right: 15px; font-size: 0.8em; padding-top: 3px;}

.subpage .most_article .thumbnail {width:100%; text-align: center; overflow: hidden;}
.subpage .most_article .thumbnail img {width: 100%!important}
.subpage .most_article .rank {font-size: 25px; font-weight: 700; color: #f08300; text-align: center;}
.subpage .most_article .article-title {font-size: 1.2em;}
.subpage .most_article .article-title a {text-decoration:none; color: black;}
.subpage .most_article .article-title a:hover {text-decoration:none;}
.subpage .most_article .author {font-size: 0.9em; margin-top:5px; margin-bottom:5px;}
.subpage .most_article .disc {font-size: 0.9em; color:#666666; line-height:1.5; overflow: hidden;}
.subpage .most_article .doi {font-size: 0.9em; margin-top: 10px;}
.subpage .most_article .doi a {text-decoration: none; color:#6E6E6E;}
.subpage .most_article .doi a:hover {text-decoration: none; color:#6E6E6E;;}


.subpage .forthcoming_navi {margin-left: 10px; margin-top: 15px;}
.subpage .forthcoming_navi .row .col-md-3-on {width: 13%; overflow: hidden; padding-top:3px; padding-bottom:3px; text-align: center; background: #0081BD; float: left; color: #FFFFFF; font-size: 14px; border-radius:5px; margin-right: 10px;}
.subpage .forthcoming_navi .row .col-md-3-on span {text-align: center; color: #FFFFFF; display:block;}
.subpage .forthcoming_navi .row .col-md-3-on a {color: #FFFFFF; font-size: 14px; text-decoration: none;}
.subpage .forthcoming_navi .row .col-md-3-off {width: 13%; overflow: hidden; padding-top:3px; padding-bottom:3px; text-align: center; background: #efefef; float: left; color: #0081BD; font-size: 14px; border-radius:5px; margin-right: 10px;}
.subpage .forthcoming_navi .row .col-md-3-off span {text-align: center; color: #0081BD; display:block;}
.subpage .forthcoming_navi .row .col-md-3-off a {color: #0081BD; font-size: 14px;}

.subpage .left .forthcoming {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.subpage .left .forthcoming h4 {padding-top:7px; padding-bottom:8px; padding-left:15px; background:#efefef; color:#0081BD; border-radius:5px 5px 0px 0px; font-weight:300;}
.subpage .left .forthcoming .biblio {color:#666666; float: right; display: block; margin-right: 15px; font-size: 9px; padding-top: 3px;}
.subpage .left .forthcoming .box-top-bar {padding-top: 3px; padding-bottom:0px; padding-left:15px; background:#0081BD; color:#0081BD;  font-weight:300; border-radius:0px 0px 0px 0px}




.subpage .left .forthcoming forthcoming {background:#00506a; color:#099ac7; border-radius:5px 5px 0px 0px; font-weight:300; float:left; text-align:right;}
.subpage .left .forthcoming .articleBox {padding:15px 15px 10px 15px; background:#efefef; border-radius:0px 0px 5px 5px;}
.subpage .left .forthcoming .articleBox .thumbnail-c img {width:70px; height:70px; float:left; margin:0px 12px 0px 0px;}
.subpage .left .forthcoming .articleBox .articleType {font-size:11px; color:#3c5a98; font-weight:500; margin-top: -3px; margin-bottom:3px;}
.subpage .left .forthcoming .articleBox .runningTitle {font-size:11px; color:#777777; font-weight:500; margin-top: -3px; margin-bottom:3px;}

.subpage .left .forthcoming .articleBox .year {color:#00506a; font-size:13px;}
.subpage .left .forthcoming .articleBox .article-title {font-size:18px; font-family:'Times New Roman', serif; line-height:1.11;}
.subpage .left .forthcoming .articleBox .article-title a {text-decoration:none; color: black;}
.subpage .left .forthcoming .articleBox .article-title a:hover {text-decoration:none;}


.subpage .left .forthcoming .articleBox .author {font-size:11px; margin-top:5px; margin-bottom:5px;}
.subpage .left .forthcoming .articleBox .disc {width: auto; font-size:11px; color:#666666; line-height:1.5; overflow: hidden;}
.subpage .left .forthcoming .articleBox .disc .epub .status {font-size:11px; float:left;}
.subpage .left .forthcoming .articleBox .disc .epub .status a {font-size:11px; text-decoration: none; color:#da1025; margin:0px 5px 0px 0px;}
.subpage .left .forthcoming .articleBox .disc .epub .status a:hover {font-size:11px; text-decoration: none; color:#da1025;}
.subpage .left .forthcoming .articleBox .disc .epub .date {font-size:11px; float:left;}

.subpage .left .forthcoming .articleBox .doi {font-size: 11px; margin-top: 10px;}
.subpage .left .forthcoming .articleBox .doi a {font-size: 11px; text-decoration: none; color:#0081BD;}
.subpage .left .forthcoming .articleBox .doi a:hover {font-size: 11px; text-decoration: none; color:#0081BD;}


.subpage .most .row {margin-left: 1px!important;
    margin-right: 1px!important;}

.subpage .most_article h4 {padding-bottom:20px; padding-left:15px; background:#efefef; color:#0081BD; border-radius:5px 5px 0px 0px; font-weight:300;}

.subpage .most_article .biblio {color:#0081BD; float: right; display: block; margin-right: 15px; font-size: 9px; padding-top: 3px;}

.subpage .most_article .thumbnail {text-align: center;}
.subpage .most_article .thumbnail img {width:230px;}
.subpage .most_article .col-md-1 {width: 5%;}
/* .subpage .most_article .col-md-8 {width: 4%;} */
.subpage .most_article .rank {font-size: 25px; font-weight: 700; color: #5A5C5D; text-align: center;}
.subpage .most_article .vol-no {margin-left: 20px; margin-bottom: 10px; color:#594f3c; line-height:1.11;}
.subpage .most_article .video {margin-left: 12px; margin-right: 10px;}
.subpage .most_article .article-title {font-size:18px; font-family:'Times New Roman', serif; line-height:1.11;}
.subpage .most_article .article-title a {text-decoration:none; color: black;}
.subpage .most_article .article-title a:hover {text-decoration:none;}



.subpage .best_reviewer {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
    padding: 15px 0 20px 0;
    background: #efefef;
}

.subpage .most .row {margin-left: 1px!important;
    margin-right: 1px!important;}

.subpage .best_reviewer h4 {padding-bottom:20px; padding-left:15px; background:#efefef; color:#f7ab00; border-radius:5px 5px 0px 0px; font-weight:300;}
.subpage .best_reviewer .rv-year {font-weight: bold; margin-left: 44px; margin-bottom: 10px; color:#037F82; line-height:1.11; font-size: 16px;}

.subpage .best_reviewer .reviewer-img {text-align: center; margin-left: 12px; margin-right: 10px;}
/* .subpage .best_reviewer .reviewer-img img {width:100px;} */
.subpage .best_reviewer .rv-name {text-align: center; margin-top: 5px;}
.subpage .best_reviewer .rv-name .rv-degree {color: #999999; font-size: 12px;margin-left: 7px}
.subpage .best_reviewer .rv-oricd {text-align: center; color: #a0cf11; font-size: 10px;}
.subpage .best_reviewer .rv-oricd a {color: #a0cf11; text-decoration: none;}
.subpage .best_reviewer .rv-oricd a:hover {color: #a0cf11; text-decoration: none;}

.subpage .best_reviewer .rv-disc {color:#666666; line-height:1.5; overflow: hidden;}
.subpage .best_reviewer .article-link {font-size: 16px; margin-top: 10px;}
.subpage .best_reviewer .article-link a {text-decoration: none; color:#0081BD;}
.subpage .best_reviewer .article-link a:hover {text-decoration: none; color:#0081BD;}




/* subpage style end */

/* footer style start */
.footer {width:100%; margin-top:80px; overflow:hidden; border-top:1px solid #ccc;}

.footer .small-banner-1 {margin-top:20px; overflow:hidden; padding-bottom:20px; border-bottom:1px solid #ccc;}
.footer .small-banner-1>div {width:15.83%; height:40px; margin-left:5px; margin-right:5px; border:1px solid #ccc; float:left; border-radius:5px; display:table; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.footer .small-banner-1>div>span {display:table-cell; vertical-align:middle; text-align:center;}

.footer .small-banner-2 {margin-top:20px; }
.footer .small-banner-2 .line-1 {overflow:hidden; margin-top:10px;}
.footer .small-banner-2 .line-2 {overflow:hidden; margin-top:10px;}
.footer .small-banner-2 .line-3 {overflow:hidden; margin-top:10px;}
.footer .small-banner-2 .line-1>div {width:15.83%; height:40px; margin-left:5px; margin-right:5px; border:1px solid #ccc; float:left; border-radius:5px; display:table; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.footer .small-banner-2 .line-2>div {width:15.83%; height:40px; margin-left:5px; margin-right:5px; border:1px solid #ccc; float:left; border-radius:5px; display:table; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.footer .small-banner-2 .line-3>div {width:15.83%; height:40px; margin-left:5px; margin-right:5px; border:1px solid #ccc; float:left; border-radius:5px; display:table; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.footer .small-banner-2 .line-1>div>span {display:table-cell; vertical-align:middle; text-align:center;}
.footer .small-banner-2 .line-2>div>span {display:table-cell; vertical-align:middle; text-align:center;}
.footer .small-banner-2 .line-3>div>span {display:table-cell; vertical-align:middle; text-align:center;}

.footer .small-banner-3 {margin-top:20px; overflow:hidden; padding-top:20px; padding-bottom:20px; border-top:1px solid #ccc; text-align:center;}
.footer .small-banner-3>div {width:15.83%; height:40px; margin-left:5px; margin-right:5px; float:left; display:table; }
.footer .small-banner-3 .ml-0 {margin-left:0px!important; width:15.83%; height:40px; margin-left:5px; border:1px solid #ccc; float:left; border-radius:5px; display:table; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.footer .small-banner-3 .con {width:15.83%; height:40px; margin-left:5px; margin-right:5px; border:1px solid #ccc; float:left; border-radius:5px; display:table; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.footer .small-banner-3 .mr-0 {margin-right:0px!important; width:15.83%; height:40px; margin-left:5px; border:1px solid #ccc; float:left; border-radius:5px; display:table; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.footer .small-banner-3>div>span {display:table-cell; vertical-align:middle; text-align:center;}
/* footer style end */

body {
    position: relative;    
    font-family: IBM Plex Sans;
    font-weight: normal;
}
main > .container {
    margin-top: 1rem !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}


/*-article body-*/
.ArticleContentsWrap .ArticleBody {width: 70%;}
.ArticleContentsWrap .ArticleNavigation {width: 30%; background: lightblue;}


#ArticleContentsPortlet-test .portlet-test {
   padding-top:12px; padding-bottom:13px; padding-left:15px; background:#c0c0c0; color:#00506a; border-radius:5px 5px 5px 5px; font-weight:300;
   margin-bottom: 20px;;}
.portlet_head {
    margin-bottom: .461em;
    position: relative;
}
.portlet_title-test, .sensor_title {
    color: #ffffff;
    margin-right: 2em;
}

.portlet_content-test LI {
    PADDING-LEFT: 0px;
    COLOR: black;
    margin: 0.3em, 0.3em;
	margin-bottom: 10px;
    FONT-SIZE: 10pt;
    FONT-WEIGHT: normal;
}

.portlet_content-test LI img {
	vertical-align:middle;
	margin-right: 5px;}

#portlet_content_MeSH-test .portlet-test {
   padding-top:12px; padding-bottom:13px; padding-left:15px; background:#c0c0c0; color:#00506a; border-radius:5px 5px 5px 5px; font-weight:300;
   margin-bottom: 20px;;}
   
.portlet_head {
    margin-bottom: .461em;
    position: relative;
}
.portlet_subhead {
    margin-bottom: .461em;
    position: relative;
}

.MeSHMark-wrap-test	.terms {
    vertical-align: middle;
    float: left;
    width: 183px;
    overflow: visible;
    word-wrap: break-word;
    text-indent: -0.5em;
    padding-left: 0.5em;
}
.MeSHMark-wrap-test .pin {
    float: right;
    vertical-align: middle;
	MARGIN-RIGHT:10PX;
}



#portlet_content_ORCID A {
    COLOR: #000000;
    TEXT-DECORATION: none;
    FONT-SIZE: 11px;
}
/*--article body end*/


/*apeendix*/
div[id^="APP"] h4, div[id^="APP"] h3 {
    color: #5e777c;
    font-weight: 700;
    padding-right: .5rem;
} 


div[id^="APP"] h3 {
    font-size: 16px;
} 


/* Dropdown Menu */
#dropdown-menu-goto {
    max-width: 200px;    
}

#dropdown-menu-goto .goto-item {
    font-size: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 165px;
    display: block;
    overflow: hidden
}

#dropdown-menu-files {
    width: 210px;
}

#dropdown-menu-links {
    width: 250px;
}

.ScrollSubMenuItemToggle .caret {
    margin-top: 7px;
    float: right;
}

#dropdown-menu-id-supplementary-material .ScrollSubMenuItemToggle .caret {
    margin-top: -8px;
    vertical-align: top;
    float: right;
}

#dropdown-submenu-linksto span {
    padding-left: 3px;
}

#dropdown-submenu-linksto img {
    vertical-align: middle;    
}

#dropdown-submenu-formats span {
    padding-left: 3px;
}

#dropdown-submenu-formats img {
    vertical-align: middle;    
}


#dropdown-submenu-orcids div {
    color: #000000;
}
#dropdown-submenu-orcids img {
    padding-left: 3px;
    vertical-align: top;
}

#dropdown-submenu-orcids .subinfo{
    font-size: 10px;
    color: #000000;
}

.dropdown-submenu-breakline {
	width: 220px; border-bottom: 1px solid #efefef; margin-top: 5px; margin-bottom: 5px;
}

.dropdown-submenu-breakmargin {
	width: 220px; border: 0; margin-top: 4px; margin-bottom: 4px;
}

#dropdown-submenu-fundref div {
    color: #000000;
}

#dropdown-submenu-fundref .subinfo{
    font-size: 10px;
    color: #000000;
}

#dropdown-menu-metrics {
    font-size: 12px;
}

#dropdown-menu-metrics img {
    padding-right: 3px;
    vertical-align: middle;
}

#dropdown-menu-metrics .CitedNumber {
    padding-left: 0.5em;
    font-weight: 600;
}


/* SearchResult*/
#asummary-search-result-query-description { margin-bottom: 1em; padding-left: 0em; margin-top: 20px; }
#asummary-search-result-navigation {margin-top: 0; margin-left: 0em; margin-right: 1em; margin-bottom: 2em; border: 2px solid #0081BD; padding: 1em 0.5em 0.5em 1em;}
#asummary-search-result-navigation .search-row:nth-child(2) { margin-top: 0.5em; }



.shadow {
	
	// IE8 below
	border-right : 1px solid #ddd;
	
	// IE9 or Higher
	width: 98.9999%;
	
	-webkit-box-shadow: 0.4em 0.4em 0.5em rgba(0,0,0,.3);
	-moz-box-shadow: 0.4em 0.4em 0.5em rgba(0,0,0,.3);
	box-shadow: 0.4em 0.4em 0.5em rgba(0,0,0,.3);
}


.portlet {
	border-top: 2px solid #0081BD;
	padding-top: .461em;
	margin: .769em 0 2.154em 0;
	overflow: visible;
	line-height: 1.231em;
	zoom: 1;
}


.portlet IMG {
 	margin-right:0.3em;
}


.portlet_crossmark {
	margin: 0;
	padding: 0;
	height: 3.1em;
	overflow: visible;
	zoom: 1;
}

.portlet_head {
	margin-bottom: .461em;
	position: relative;
}

.portlet_subhead {
	margin-top: 0.7em;
	margin-bottom: -0.4em;
	position: relative;
	}

.portlet_title, .sensor_title {
	color: #0081BD;
	font-size: 0.9em;
	margin-right: 2em;
}

.portlet_content {		
	font-size: 0.9em;
	position: relative;
	margin: 0px;
}

.portlet_content UL {
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	-webkit-padding-start: 0px;	
	
	LINE-HEIGHT: 1.231em; 
	LIST-STYLE-TYPE: none; 
	margin: 0.5em;
	padding: 0px;
}

.portlet_content LI {
	PADDING-LEFT: 0px; 
	COLOR: black;
	margin: 0.3em, 0.3em;	
	FONT-SIZE: 10pt;	
	FONT-WEIGHT: normal;
}

	
#portlet_content_Format A {
	TEXT-DECORATION: none;	
	BORDER-BOTTOM: black 1px dotted;	
	COLOR: #000000;
}

#portlet_content_Format A:hover {
	COLOR: #000000;
}

#portlet_content_Format A:active {
	COLOR: #000000;
}

#portlet_content_Format A:visited {
	COLOR: #000000;
}

#portlet_content_MeSH A {
	TEXT-DECORATION: none;
	overflow:visible;
	word-wrap: break-word;
	BORDER-BOTTOM: black 1px dotted;
	COLOR: #000000;
	}

#portlet_content_MeSH A:hover {
	COLOR: #000000;
	}

#portlet_content_MeSH A:active {
	COLOR: #000000;
	}

#portlet_content_MeSH A:visited {
	COLOR: #000000;
	}

#portlet_content_MeSH li {
	margin-left:14px;
	}

#portlet_content_ORCID A {
	COLOR: #000000;
	TEXT-DECORATION: none;
	FONT-SIZE: 0.88em;
	BORDER-BOTTOM: black 1px dotted;	
}

#portlet_content_ORCID IMG {
	margin-right: 0em;	
}

.more_margin {
	margin-bottom: 0.6em;
}


#portlet_content_carousel A:hover {
	COLOR: #000000;
}

#portlet_content_carousel A:active {
	COLOR: #000000;
}

#portlet_content_carousel A:visited {
	COLOR: #000000;
}


.portlet_content_supplementary_materials_video {
	margin-top:0.6em;
	margin-bottom:1.8em;
	font-size: 0.9em;	
}


portlet_content_supplementary_materials_video_view {
	margin-top:0.3em;
	margin-bottom:0;
	width: 200px;
	height: 180px;		
}

.portlet_content_supplementary_materials_video_view video {
	width: 200px;
	margin: 0;
}

.portlet_content_supplementary_materials_video A {
	TEXT-DECORATION: none;	
	BORDER-BOTTOM: black 1px dotted;	
	COLOR: #000000;	
}


.portlet_content A {
	TEXT-DECORATION: none;	
	COLOR: #000000;
}

.portlet_content A:hover {
	COLOR: #000000;
}
.portlet_content A:active {
	COLOR: #000000;
}

.portlet_content A:visited {
	COLOR: #000000;
}

.portlet_content_carousel{
	margin: 0.5em;
}


#ArticleContentsWrap {
	margin-top: 20px;
	width: 100%;
}

#ArticleContents {
	width: 650px;
	float: left;
	white-space: normal;
}

#ArticleContents A {
	TEXT-DECORATION: none;	
	COLOR: #d82231;
}

#ArticleContentsPortlet {	
	margin-top: 20px;
	margin-left: 20px;
	width: 230px;
	float: left;
}		

#ArticleContentsTopIconBar {	
    margin: 0;
    padding: 0;
}

HR.article-doctype-openaccess-underbar {
	height: 1px;	
    border: 0; 
    border-top: 1px solid #0081BD;
    padding: 0;
    
    clear: both;
    display: block;    	
    margin: 5px 0;
    *margin: -2px 0; /* ie7 and below */ 
    
}

HR.article-menubar-top {
	height: 2px;	
    border: 0; 
    border-top: 2px solid #0081BD;
    padding: 0;
    
    clear: both;
    display: block;	
    margin: 5px 0;
    *margin: -2px 0; /* ie7 and below */
}

HR.article-menubar-bottom {
	display: block; 
	height: 2px;	
    border: 0; 
    border-top: 2px solid #0081BD;
    padding: 0;
    
    clear: both;
    display: block;
    margin: 5px 0;
    *margin: -2px 0; /* ie7 and below */    
}

a,img,input{selector-dummy: expression(this.hideFocus=true);}

/* rules */
hr.part-rule {
    color: #555555;
    width: 100%;
    align: center;
    margin-top: 5pt;
    margin-bottom: 5pt;
    }

hr.section-rule {
    color: #9CCDFF;
    width: 100%;
    height: 5px;
    align: center;
    margin-top: 3pt;
    margin-bottom: 3pt;
    }

/* superior numbers which are cross-references */
.xref {
    color: red;
    }
    
/* generated text */     
.gen {
    color: gray;
    }

/* --------------- Titling levels -------------------- */


/* titling level 1: document title */
.tl-document {
   display: block;
   font-family: times new roman;
   font-size: 15pt;
   font-weight: bold;
   color: black;
   line-height: 130%;
   text-align: left;
   }

/* titling level 2: main document parts */
.tl-main-part {
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	color: white;
	FONT-FAMILY: Verdana, sans-serif;
}
 
/* titling level 3: first-level sections of main parts */
 .tl-section-level {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: blue;
   line-height: 130%;
   }
 
/* titling level 4: lowest designed level */
.tl-lowest-section {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 11pt;
   font-weight: bold;
   color: black;
   line-height: 120%;
   }
   
/* default titling level */
.tl-default {
   display: block;
   font-family: helvetica, sans-serif;
   font-size: 12pt;
   font-weight: bold;
   color: gray;
   line-height: 130%;
   margin-top: 5pt;
  }


/* FORM style */
.input
{
	font-family: Verdana; 
	color: #454545; 
	font-size: 10pt; 
	line-height:14px; 
	BORDER: #BEBEBE; 1px solid; 
}

/* table style */
Table.Form {
	font-family: Verdana; 
	color: #353535; 
	font-size: 80%; 
	line-height:130%; 
}


td.smallText {
	font-size: 80%;
	line-height: 12pt;
	display:inline;
	color: #black;
	text-decoration: none;
}

Table.menu {
	FONT-SIZE: 13px;
	COLOR: #0081BD;
	FONT-FAMILY: verdana;
	display: inline;
}

.menu a {
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana;
	COLOR: #ffffff;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
	font-weight:normal;
}


Table.d {
}


.d a {
	color: #DE1434;
	text-decoration: none;
}

.Journal p {
	line-height:160%;
}

Table.most {
	FONT-SIZE: 90%;
	font-family: Times new roman;
	FONT-WEIGHT: bold;
	display: inline;
	color: #030C60;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
}

.most a {
	color: #030C60;
	text-decoration: none;
}

Table.Article {
	FONT-SIZE: 100%;
	font-family: helvetica;
	display: inline;
	color: #000000;
	text-decoration: none;
}

.CitingArticle {
	font-size: 80%;
	line-height: 150%;
	display:inline;
	color: #949494;
	font-weight:normal;
}

.CitingArticle a {
	line-height: 150%;
	font-family: arial;
	display:inline;
	color: #0081BD;
	font-weight:normal;
	text-decoration: underline;
}

Table.JournalBrowser {
	FONT-SIZE: 70%;
	font-family: Verdana;
	display: inline;
}

.JournalBrowser a{
	FONT-SIZE: 110%;
	display: inline;
	color: #1c1c1c;
	text-decoration: none;
}


Table.Journal {
}


.Journal a {
	COLOR: #DE1434;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
}

.title01 {
	COLOR: #D82233;
	FONT-SIZE: 95%;
    font-family: helvetica;
	font-weight:bold;
}

.title02 {
	font-family: Verdana;
	COLOR: #ED1C24;
	FONT-SIZE: 90%;
	font-weight:bold;
}

.title04 {
	font-family: helvetica;
	COLOR: #999999;
	FONT-SIZE: 120%;
	font-weight:bold;
}

.title03 {
	COLOR: #000000;
	FONT-SIZE: 100%;
	font-weight:bold;
	line-height:180%;
}

.title03 a{
	COLOR: #000000;
	text-decoration: none;
}

.EDate {
	font-family: Times new roman;
	COLOR: #D82233;
	FONT-SIZE: 100%;
	font-weight:normal;
}

.Authors {
	font-family: Times new roman;
	line-height: 180%;
	COLOR: #000000;
	FONT-SIZE: 90%;
	font-weight:normal;
}

Table.current {
	FONT-SIZE: 11pt;
	font-family: Times new roman;
	color: #000000;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
}

td.current {
	FONT-SIZE: 11pt;
	font-family: Times new roman;
	display: inline;
	color: #58595B;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
}

.current a:link {
	FONT-SIZE: 12pt;
	color: #000000;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
}

.current a:visited {
	text-decoration:none;
	font-weight:normal;
	color: #000000;
	selector-dummy:
	expression(this.hideFocus=true);
}


.current a:hover {
	text-decoration:none;
	font-weight:normal;
	color: #999999;
	selector-dummy:
	expression(this.hideFocus=true);
}

.current_author {
	FONT-SIZE: 10pt;
	font-family: Times new roman;
	line-height:130%;
	display: inline;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

Table.forthcoming_toc {
	FONT-SIZE: 90%;
	line-height:130%;
	PADDING-TOP: 5px; PADDING-bottom: 5px;
	selector-dummy:
	expression(this.hideFocus=true);
}

td.forthcoming_author {
	font-family: Times new roman;
	font-size: 9 pt;
	font-weight: normal;
	text-decoration: none;
	display:inline;
	color: #000000;
	line-height:140%;
	padding-top:5px;padding-bottom:5px;
}

td.forthcoming_abstract {
	font-family: Times new roman;
	font-size: 75%;
	font-weight: normal;
	text-decoration: none;
	display:inline;
	color: #03328e;
	line-height:130%;
	padding-top:5px;padding-bottom:5px;
}

td.forthcoming_aff {
	font-size: 80%;
	font-weight: normal;
	text-decoration: none;
	display:inline;
	color: #000000;
}

Table.Archive {
	FONT-SIZE: 90%;
	font-family: helvetica;
	display: inline;
	color: #58595B;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
}

.Archive a {
	color: #2A5889;
	text-decoration: none;
}

Table.Summary {
	FONT-SIZE: 9 pt;
	font-family:바탕;
	line-height:130%;
	display: inline;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

.Summary a {
	FONT-SIZE: 9 pt;
	font-family:바탕;
	line-height:130%;
	display: inline;
	color: #000000;
	font-weight:normal;
	text-decoration: none;
}

Table.etocs {
	FONT-SIZE: 100%;
	font-family: Times new roman;
	display: inline;
	color: #000000;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
}

.etocs a {
	color: #DE1434;
	text-decoration: underline;
}

.Title_box {
	font-family:Verdana;
	COLOR: #ffffff;
	FONT-SIZE: 10pt;
}

.Article a {
	COLOR: #DE1434;
	selector-dummy:
	expression(this.hideFocus=true);
}

Table.Box {
width: 100%;
BORDER-BOTTOM: #0081BD 2px solid;
BORDER-LEFT: #0081BD 2px solid;
BORDER-TOP: #0081BD 2px solid;
BORDER-RIGHT: #0081BD 2px solid;
margin-bottom: 2em;
LINE-HEIGHT: 170%;
FONT-FAMILY: Arial;
COLOR: #000000;
FONT-SIZE: 80%;
TEXT-DECORATION: none;
}

Table.Box_Citation {
	Text-Decoration: None;
	Border-Top:1Px Solid #0081BD;
	Border-Bottom:1Px Solid #0081BD;
	Border-Left:1Px Solid #0081BD;
	Border-Right:1Px Solid #0081BD;
}

Table.Box_subscription {
	text-decoration: none;
	border-top:1px solid #D82233;
	border-bottom:1px solid #D82233;
	border-left:1px solid #D82233;
	border-right:1px solid #D82233;
}

.Box_subscription td {
     color:#494949;
     vertical-align:middle;
     border-bottom:1px solid #E0E0E0;
}

Table.Box02 {
	font-family: Verdana;
	font-size: 8pt;
	line-height: 12pt;
	display:inline;
	color: #777777;
	text-decoration: none;
	border-top:2px solid #F58220;
	border-bottom:2px solid #F58220;
	border-left:2px solid #F58220;
	border-right:2px solid #F58220;
	padding-top:4px;padding-bottom:4px;padding-right:4px;padding-left:4px;
}

Table.List {
	FONT-SIZE: 80%;
	font-family: Verdana;
	display: inline;
	color: #000000;
	text-decoration: none;
	line-height:160%;
	font-weight:normal;
}

.List a {
	color: #DE1434;
}
.List th {
     border-bottom:2px solid #F39700;
     border-top:2px solid #F39700;
     padding-top:4px;padding-bottom:4px;
}

.List td {
    vertical-align:top;
    border-bottom:1px solid #F39700;
}

.LineMap {
	COLOR: #030839;
	FONT-SIZE: 80%;
	font-family: Verdana;
	text-decoration: none;
}

.LineMap a {
	text-decoration: none;
	color: #030839;
}

.header	.linemap-in-header {width:100%; margin-top: 40px; height:27px;  padding:5px 0px 7px 15px; background:#a8a8a8;}
.header	.linemap-in-header li {float:left; color:#fff; font-size:12px;}
.header	.linemap-in-header li a {color:#fff;}
.header	.linemap-in-header li a:hover {color:#da1025;}
.header	.linemap-in-header li:nth-last-child(1) { font-weight: 500; }
.header	.linemap-in-header span {font-size:12px; float:left; padding-left:15px; padding-right:12px; color:#fff;}


.TableOfContentsHeader {
	color: #0081BD;
	FONT-SIZE: 12pt;
	font-family: Verdana;
	text-decoration: none;
}


.forthcoming_issue {
	color: #999999;
	font-family: Times new roman;
	FONT-SIZE: 9 pt;
	text-decoration: none;
}

.forthcoming_issue a:link {
	text-decoration:none;
	font-family: Times new roman;
	color: #999999;
	selector-dummy:
	expression(this.hideFocus=true);
}

.forthcoming_issue a:visited {
	text-decoration:none;
	color: #999999;
	selector-dummy:
	expression(this.hideFocus=true);
}


.forthcoming_issue a:hover {
	text-decoration:none;
	color: #7c0021;
	selector-dummy:
	expression(this.hideFocus=true);
}

.author-email {
	color: gray;
  }
    
.author-email a {
	color: #D82233;
	}
	    
.citation-comment {
	font-size: 90%;
    }
    
.citation-comment a {
	font-size: 90%;
    }
	
/* Added 2012-12-19 */

.article-retracted {
 BORDER : #7d0000 1px solid; 
 TEXT-ALIGN: center; 
 MARGIN-RIGHT: 0.5em;
 BACKGROUND-COLOR: #ff0000; 
 PADDING: 10px;
 MARGIN-BOTTOM: 1.5em; 
 box-shadow: 0.4em 0.4em 0.5em rgba(0,0,0,.3);
}

.article-retracted A {
 FONT-FAMILY: Verdana; COLOR: #F0F0F0;
 font-size: 1.1em; text-align: center;
 font-weight: lighter;
 line-height: 1.5;
 text-decoration: underline;
}

.article-retracted-watermark {
	background:url("/image/bg-retracted.png") center center;	
	opacity:0.8;
}

.article-doctype {
	TEXT-ALIGN: left; FONT-FAMILY: verdana; FLOAT: left; COLOR: #0081BD; FONT-SIZE: 10pt; FONT-WEIGHT: bold;
}
.article-openaccess {
	TEXT-ALIGN: right; FONT-FAMILY: verdana; FLOAT: right; COLOR: #0081BD; FONT-SIZE: 10pt; FONT-WEIGHT: bold;
}
HR.article-doctype-openaccess-underbar {
	FLOAT: TOP; WIDTH: 100%; HEIGHT: 1px; COLOR: #0081BD; align: center
}


	
/* Added 2012-12-21 */

.toc-openaccess {
	color: #0081BD;	
}


	
/* Added 2012-12-25 */

HR.article-menubar-top {
	FLOAT: TOP; WIDTH: 100%; HEIGHT: 1px; align: center; COLOR: #0081BD;
}

HR.article-menubar-bottom {
	FLOAT: TOP; WIDTH: 100%; HEIGHT: 2px; align: center; COLOR: #0081BD;
}

/* Added 2013-6-14 */

Table.about {
	FONT-SIZE: 11pt;
	font-family: Times new roman;
	display: inline;
	color: #000000;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
}

.about a {
	FONT-SIZE: 11pt;
	FONT-FAMILY: Times new roman;
	display: inline;
	color: #000000;
	text-decoration: none;
	selector-dummy:
	expression(this.hideFocus=true);
	font-weight:normal;
}

.ORCID a {
	COLOR: #000000 !important;
	TEXT-DECORATION: none;
	BORDER-BOTTOM: black 1px dotted;
	}



.MeSHMark div {
	vertical-align:top;
	padding:0px;
	margin-top:0px;
	height:16px;
	max-width: 180px;
	white-space: nowrap;
	overflow: hidden;
	display: inline-block;
}

.MeSHMark img {
	vertical-align:middle;
	border:0;
}


.ExternalLinkFT a
{
	TEXT-DECORATION: none;
	BORDER-BOTTOM: black 1px dotted;
	COLOR: #000000;
}

.ExternalLinkFT img
{
	border: 0;
	vertical-align: top;
	margin-right: 0.15em;
}

.ExternalLinkFT
{
	font-size:0.9em;
}

.ExternalViewTable
{
	border-top: 2px solid #686168;
	border-bottom: 1px solid #686168;
}

.ExternalViewTable	th
{
	background-color: #d2d0e5;
	border-top: 0px solid #686168;
	border-bottom: 1px solid #686168;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

.ExternalViewTable	td
{
	border-top: 1px solid #dedede;
	border-bottom: 0px solid #dedede;
	padding-left: 0.5em;
	padding-right: 0.5em;
}


.citation-comment 
{
	FONT-SIZE: 90%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}


.bm .listitem p 
{
	margin: 0px;
	padding: 0px;
}


.MeSHMark-wrap div {
	display:inline-block;		
}

.MeSHMark-wrap	.terms {
	vertical-align:middle; 
	float:left; 
	width: 183px; 
	overflow: visible; 
	word-wrap: break-word;		
	text-indent: -0.5em;
	padding-left: 0.5em;
}

.MeSHMark-wrap .pin {
	float:right; 
	vertical-align:middle; 		
}

.MeSHMark-wrap img {
	padding-top:5px;
	vertical-align:middle;
	border:0;
}


/* WEBSITE DESIGN */

.content-gray80 .mon_y_V_I 
{color: #666666;
    float: right;
    display: block;
    margin-right: 15px;
    font-size: 9px;
    padding-top: 2px;}


.content-gray80 .Forthcoming
{color: #099ac7; float: right; display: block; margin-right: 15px}

.content-gray80 .More
{color: #0081BD; float: right; display: block; margin-right: 15px; font-style: italic; font-size: 12px; padding-top: 3px;}

.content-gray80 .More a
{color: #0081BD;}

.content-gray80 .More a:hover
{color: #0081BD; text-decoration: none;}


.content-gray80 .left .slider {box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}

.content-gray80 .left .slider-top {
    background: #fff;
    color: #0081BD;
    padding: 0px 0 4px 9px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 5px;
/*     font-weight: bold; */
    border: 2px solid #0081BD;
	text-align: center;
}

.content-gray80 .left .slider-top a {
    color: #0081BD;
    text-decoration: none;
}

.content-gray80 .left .slider-top a:hovor {
    color: #0081BD;
    text-decoration: none;
}

.content-gray80 .left .slider-top .left {
	float: left; 
	padding-top: 6px;
}

.content-gray80 .left .slider-top .center {
	font-size: 23px;
}

.content-gray80 .left .slider-top .right {
	float: right;
	margin-right: 14px;
	padding-top: 6px;
}

.content-gray80 .left .slider .boxL .articleBox .thumbnail-c img {width:250px; /*  height:250px; */   height: auto;      max-height: 250px;  margin:0px 25px 0px 0px;}
.content-gray80 .left .slider .boxL .articleBox .thumbnail-c {height: 250px; float: left;}
.content-gray80 .left .slider .boxL .articleBox .article-title a {text-decoration:none; color: black;}
.content-gray80 .left .slider .boxL .articleBox .article-title a:hover {text-decoration:none;}
.content-gray80 .left .slider .boxL .articleBox .doi span {font-size:9px;  color:#00506a; font-weight:350; padding:0px 4px 1px 0px;}
.content-gray80 .left .slider .boxL .articleBox .doi span a {text-decoration: none; color:#00506a;}
.content-gray80 .left .slider .boxL .articleBox .doi span a:hover {text-decoration: none; color:#00506a;}
.content-gray80 .left .slider .carousel-indicators {bottom:10px;}
.content-gray80 .left .slider .carousel-inner .carousel-control {opacity:.2;}
.content-gray80 .left .boxL {box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .left .boxL h4 {padding-top:7px; padding-bottom:8px; padding-left:15px; background: #fff; color:#0081BD; /* border-radius:5px 5px 0px 0px; */ font-weight:300;}

.content-gray80 .left .boxL .box-top-bar {padding-top: 1px; padding-bottom:0px; padding-left:15px; background:#0081BD; color:#0081BD;  font-weight:300; border-radius:0px 0px 0px 0px}


.content-gray80 .left .boxL forthcoming {background:#00506a; color:#099ac7; border-radius:5px 5px 0px 0px; font-weight:300; float:left; text-align:right;}
.content-gray80 .left .boxL .articleBox {padding:15px 15px 10px 15px; background:#efefef; /* border-radius:0px 0px 5px 5px; */ overflow: hidden;}
.content-gray80 .left .boxL .articleBox .thumbnail-c img {width:70px; height:70px; float:left; margin:0px 12px 0px 0px;}
.content-gray80 .left .boxL .articleBox .articleType {font-size:11px; color:#3c5a98; font-weight:500; margin-top: -3px; margin-bottom:3px;}
.content-gray80 .left .boxL .articleBox .year {color:#00506a; font-size:13px;}
.content-gray80 .left .boxL .articleBox .article-title {font-size:18px; font-family:'Times New Roman', serif; line-height:1.11;}
.content-gray80 .left .boxL .articleBox .article-title a {text-decoration:none; color: black;}
.content-gray80 .left .boxL .articleBox .article-title a:hover {text-decoration:none;}


.content-gray80 .left .boxL .articleBox .author {font-size:11px; margin-top:5px; margin-bottom:5px;}
.content-gray80 .left .boxL .articleBox .disc {font-size:11px; color:#666666; line-height:1.5;}
.content-gray80 .left .boxL .articleBox .disc a {text-decoration: none; color:#0081BD;}
.content-gray80 .left .boxL .articleBox .disc a:hover {text-decoration: none; color:#0081BD;}
.content-gray80 .left .boxL .articleBox .doi {margin-top:10px;}
.content-gray80 .left .boxL .articleBox .doi span {font-size:9px; color:#00506a; font-weight:350; padding:0px 4px 1px 0px;}
.content-gray80 .left .boxL .articleBox .doi span a {text-decoration: none; color:#00506a; }
.content-gray80 .left .boxL .articleBox .doi span a:hover {text-decoration: none; color:#00506a;}

.content-gray80 .right .forthcoming-issue {width:100%; height:40px; color:#fff; padding-left:15px; padding-top:8px; background:#333; border-radius:5px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .right .forthcoming-issue a {color: white; display: block;}
.content-gray80 .right .forthcoming-issue a:hover {text-decoration: none;}

.content-gray80 .right .past-issue {width:100%; height:40px; color:#ffffff; padding-left:15px; padding-top:8px; background:#f18101; border-radius:5px;  margin-top:10px;  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .right .past-issue a {color: white; display: block;}
.content-gray80 .right .past-issue a:hover {text-decoration: none;}

.content-gray80 .right .open-access {width: 100%;  height: 40px;  padding-left:15px; padding-top:8px; border-radius: 5px; background: #655750; margin-top: 10px;}
.content-gray80 .right .open-access a {color: white; display: block;}
.content-gray80 .right .open-access a:hover {text-decoration: none;}

.content-gray80 .right .submit {background:url(../images/cover-10.png) no-repeat; width:100%; height:103px; border-radius:5px; margin-top:10px;}
.content-gray80 .right .submit p {color:#00578e; padding-left:15px; padding-top:13px;}
.content-gray80 .right .submit .submit-img {text-align:center; padding-top:13px;}

.content-gray80 .right .aard-on-1 {width:100%; height:90px; background:#8bc120; border-radius:5px; margin-top:10px; padding:4px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .right .aard-on-1 p {padding-left:11px; padding-top:4px; color:#fff;}
.content-gray80 .right .aard-on-1 .aard-on-1-img {width:100%; overflow:hidden; padding-top:13px;}
.content-gray80 .right .aard-on-1 .aard-on-1-img>div {width:71px; height:40px; border-radius:5px; background:#fff; display:table; float:left; margin:3px;}
.content-gray80 .right .aard-on-1 .aard-on-1-img>div>span {display:table-cell; vertical-align:middle; text-align:center;}

.content-gray80 .right .right-banner-on-2 {width:100%; height:79px; background:#8bc120; border-radius:5px; margin-top:10px; padding:4px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .right .right-banner-on-2 p {padding-left:11px; padding-top:4px; color:#fff;}
.content-gray80 .right .right-banner-on-2 .right-banner-on-2-img {width:100%; overflow:hidden; padding-top:12px;}
.content-gray80 .right .right-banner-on-2 .right-banner-on-2-img>div {width: 97px; height:30px; border-radius:5px; background:#fff; display:table; float:left; margin:3px;}
.content-gray80 .right .right-banner-on-2 .right-banner-on-2-img>div>span {display:table-cell; vertical-align:middle; text-align:center;}

.content-gray80 .right .searchbox {width:100%; height: 100px; background: #c0c0c0; border-radius: 5px; margin-top:10px; padding:4px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .right .searchbox .searchbox-default {padding-left: 12px;}
.content-gray80 .right .searchbox .searchbox-default i {width: 46px; color: #a0a0a0;}
.content-gray80 .right .searchbox p {color: white; margin-left: 0px; margin-bottom: 5px;}
.content-gray80 .right .searchbox .form-control {width: 288px;}
.content-gray80 .right .searchbox .box {width: 220px; height: 30px; color:gray; background-color: #ffffff; margin-right: 4px; margin-top: 4px; margin-left:11px; padding-left:3px; padding-top: 3px; absolute; bottom: 8px; right: 170px; }
.content-gray80 .right .searchbox span {display: block; float: right; margin-right: 4px; margin-top: 4px;}
.content-gray80 .right .searchbox .asearch a { color: white; display: block; padding-top: 10px; text-decoration: underline; font-weight: normal;}
.content-gray80 .right .searchbox .asearch a:hover {text-decoration: underline;}


.content-gray80 .right .videobox {margin-top:10px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .right .videobox h4 {padding-top:3px; padding-left:15px; background:#13B4B4; color:#fff; font-weight:300;}
.content-gray80 .right .videobox .notic_title {padding-top:7px; padding-bottom: 8px; padding-left:15px; background:white; color:#13B4B4; font-weight:300;}
.content-gray80 .right .videobox .articleBox {padding:15px 15px 10px 15px; background:#fff; border-radius:0px 0px 5px 5px; overflow: hidden;}
.content-gray80 .right .videobox .articleBox .description {font-size: 13px; text-align: left;}
.content-gray80 .right .videobox .articleBox .description a {text-decoration: none; color: #666666;}
.content-gray80 .right .videobox .articleBox .description a:hover {text-decoration: none; color: #666666;}
.content-gray80 .right .videobox .articleBox .author {font-size: 13px; text-align: left;}
.content-gray80 .right .videobox .articleBox .author a {text-decoration: none; color:#666666;}
.content-gray80 .right .videobox .articleBox .author a:hover {text-decoration: none; color:#666666;}

.content-gray80 .right .videobox .articleBox .disc {font-size: 13px; text-align: left;}
.content-gray80 .right .videobox .articleBox a {text-decoration: none; color: #666666;}
.content-gray80 .right .videobox .articleBox .disc .source {font-style: italic;}

.content-gray80 .right .videobox .video{margin-top: 10px;}





.content-gray80 .right .noticebox1 {margin-top:10px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .right .noticebox1 h4 {padding-top:7px; padding-bottom:8px; padding-left:15px; background:#00506a; color:#fff; border-radius:5px 5px 0px 0px; font-weight:300;}
.content-gray80 .right .noticebox1 .articleBox {padding:15px 15px 10px 15px; background:#fff; border-radius:0px 0px 5px 5px; overflow: hidden;}
.content-gray80 .right .noticebox1 .articleBox .thumbnail-c img {width:70px; height:70px; float:left; margin:0px 12px 0px 0px;}
.content-gray80 .right .noticebox1 .articleBox .articleType {font-size:11px; color:#3c5a98; font-weight:500; margin-top: -3px; margin-bottom:3px;}
.content-gray80 .right .noticebox1 .articleBox .year {color:#00506a; font-size:13px;}
.content-gray80 .right .noticebox1 .articleBox .article-title {font-size:18px; font-family:'Times New Roman', serif; line-height:1.11;}
.content-gray80 .right .noticebox1 .articleBox .article-title a {text-decoration:none; color: black;}
.content-gray80 .right .noticebox1 .articleBox .article-title a:hover {text-decoration:none;}
.content-gray80 .right .noticebox1 .articleBox .author {font-size:11px; margin-top:5px; margin-bottom:5px;}
.content-gray80 .right .noticebox1 .articleBox .disc {font-size:11px; color:#666666; line-height:1.5; test}
.content-gray80 .right .noticebox1 .articleBox .disc a {text-decoration: none; color:#00506a;}
.content-gray80 .right .noticebox1 .articleBox .disc a:hover {text-decoration: none; color:#00506a;}
.content-gray80 .right .noticebox1 .articleBox .doi {margin-top:10px;  text-align: right;}
.content-gray80 .right .noticebox1 .articleBox .doi span {font-size:9px; color:#00506a; font-weight:350; padding:0px 4px 1px 0px;}
.content-gray80 .right .noticebox1 .articleBox .doi span a {text-decoration: none; color:#00506a;}
.content-gray80 .right .noticebox1 .articleBox .doi span a:hover {text-decoration: none; color:#00506a;}

.content-gray80 .right line {width:  100%; height: 3px; backgournd: #00506a; margin-bottom: 10px;}
.content-gray80 .right .noticebox2 {margin-top:10px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}

.content-gray80 .right .noticebox2 .dp-table {
    display: table;
}

.content-gray80 .right .noticebox2 .articleBox .discLeft {
    font-size: 13px;
    color: #666666;
    text-align: left;
    margin-bottom: 5px;
}

.content-gray80 .right .noticebox2 .dp-table .bullet {
    display: table-cell;
    padding-right: 8px;
}

.content-gray80 .right .noticebox2 .dp-table .dp-tablebody-left {
    display: table-cell;
}

.content-gray80 .right .noticebox2 .thum-img {border: 1px gray solid;     margin-bottom: 10px;}
.content-gray80 .right .noticebox2 .thum-img img {width: 288px;}

.content-gray80 .right .noticebox2 h4 {padding-top:3px; padding-left:15px; background:#13B4B4; color:#fff; font-weight:300;}

.content-gray80 .right .noticebox2 .notic_title {padding-top:7px; padding-bottom: 8px; padding-left:15px; background:white; color:#13B4B4; font-weight:300;}

.content-gray80 .right .noticebox2 .articleBox {padding:15px 15px 10px 15px; background:#fff; border-radius:0px 0px 5px 5px; overflow: hidden;}
.content-gray80 .right .noticebox2 .articleBox .discCenter {text-align: center;}
.content-gray80 .right .noticebox2 .articleBox .discLeft {font-size: 13px; color: #666666; text-align: left;}


.content-gray80 .right .noticebox2 .articleBox .discLeft .row {width: 283px; float: left; margin-left: 7px; margin-bottom: 5px;}
.content-gray80 .right .noticebox2 .articleBox .discLeft .row .new-icon {margin-left: 5px;}

.content-gray80 .right .noticebox2 .articleBox a {text-decoration: none;}
.content-gray80 .right .noticebox2 .articleBox a:hover {text-decoration: none;}


.content-gray80 .right .noticebox2 .articleBox .discLeft a {text-decoration: none; color:#666666;}
.content-gray80 .right .noticebox2 .articleBox .discLeft a:hover {text-decoration: none; color:#666666;}

.content-gray80 .right .adbox1 {width:100%; height: 200px; background: #f3f3f3; margin-top:10px; padding:4px;}
.content-gray80 .right .adbox1 .ad {float: left;  margin-right: 5px;}

.content-gray80 .right .adbox2 {margin-top:10px;}
.content-gray80 .right .adbox2 .ad {float: left; margin-right: 5px;}

.content-gray80 .right .social-media {
    width: 100%;
    height: 68px;
    background: #3c5a98;
    border-radius: 5px;
    margin-top: 10px;
    padding: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}

.ad-bgcolor-gray {
    margin-top: 0px!important;
    background: #B7B7B7;
    text-align: center;
    padding: 7px;
}
.ad-bgcolor-lightgray {
    margin-top: 0px!important;
    background: #D9D9D9;
    text-align: center;
    padding: 7px;
}

.content-gray80 .right .social-media .sns {
    padding-left: 12px;
    color: #fff;
}
.content-gray80 .right .social-media .sns a {
    color: #fff;
}

.content-gray80 .right .social-media .sns .follow {
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.content-gray80 .right .social-media .sns .twitter {
    font-size: 40px;
    color: #fff;
    margin-left: 10px;
}

.content-gray80 .right .social-media .sns .facebook {
    font-size: 40px;
    color: #fff;
    margin-left: 10px;
}

.content-gray80 .right .banner-lg-2 {width:100%; height:140px; margin-top:10px; background:#c0c0c0; border-radius:5px; display:table; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .right .banner-lg-2 p {text-align:center; display:table-cell; vertical-align:middle;}
.content-gray80 .right .boxR {box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);}
.content-gray80 .right .boxR h4 {padding-top:7px; padding-bottom:8px; padding-left:15px; background:#fff; color:#0081BD; border-radius:5px 5px 0px 0px; font-weight:300;}
.content-gray80 .right .boxR .box-top-bar {padding-top: 1px; padding-bottom:0px; padding-left:15px; background:#0081BD; color:#0081BD;  font-weight:300; border-radius:0px 0px 0px 0px}

.content-gray80 .right .boxR .articleBox {padding:15px 15px 10px 15px; background:#efefef; border-radius:0px 0px 5px 5px; overflow: hidden;}
.content-gray80 .right .boxR .articleBox .thumbnail-c img {width:70px; height:70px; float:left; margin:0px 12px 0px 0px;}
.content-gray80 .right .boxR .articleBox .articleType {font-size:11px; color:#3c5a98; font-weight:500; margin-top: -3px; margin-bottom:3px;}
.content-gray80 .right .boxR .articleBox .year {color:#00506a; font-size:13px;}
.content-gray80 .right .boxR .articleBox .article-title {font-size:18px; font-family:'Times New Roman', serif; line-height:1.11;}
.content-gray80 .right .boxR .articleBox .article-title a {text-decoration:none; color: black;}
.content-gray80 .right .boxR .articleBox .article-title a:hover {text-decoration:none;}
.content-gray80 .right .boxR .articleBox .author {font-size:11px; margin-top:5px; margin-bottom:5px;}
.content-gray80 .right .boxR .articleBox .disc {font-size:11px; color:#666666; line-height:1.5; test}
.content-gray80 .right .boxR .articleBox .disc a {text-decoration: none; color:#0081BD;}
.content-gray80 .right .boxR .articleBox .disc a:hover {text-decoration: none; color:#0081BD;}
.content-gray80 .right .boxR .articleBox .doi {margin-top:10px;  text-align: right;}
.content-gray80 .right .boxR .articleBox .doi span {font-size:9px; color:#00506a; font-weight:350; padding:0px 4px 1px 0px;}
.content-gray80 .right .boxR .articleBox .doi span a {text-decoration: none; color:#00506a;}
.content-gray80 .right .boxR .articleBox .doi span a:hover {text-decoration: none; color:#00506a;}




.ref-data-popover { color:black !important; }
.xref .popover { min-width:400px; }
.xref .popover-content { text-decoration:none; color: black !important; }

.modal.modal-center {
    text-align: center;
}
  
/*@media screen and (min-width: 768px) { 
    .modal.modal-center:before {
        display: inline-block;
        vertical-align: middle;
        content: " ";
        height: 100%;
    }
}

.modal-dialog.modal-center {
    display: inline-block;
    text-align: left;
    vertical-align: middle; 
}
*/


.icon-abstract:before {
  color: gray;
}
.icon-article:before {
  color: gray;
}
.icon-citation:before {
  color: gray;
}
.icon-epub:before {
  color: gray;
}
.icon-figandtable:before {
  color: gray;
}
.icon-pdf:before {
  color: gray;
}
.icon-pubreader:before {
  color: gray;
}
.icon-references:before {
  color: gray;
}
.icon-supplementmaterial:before {
  color: gray;
}


.my-5.border-top.porlet .my-3 .fw-bolder {
  font-weight: normal!important;
}

.image-at-section .card-body img {
    max-width: 100%;
}