/* Size */
/* Size End */
/* FontFace */
@font-face {
  font-family: 'manrope';
  font-weight: 200;
  src: url("../fonts/Manrope-ExtraLight.ttf") format("truetype"), url("../fonts/Manrope-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: 'manrope';
  font-weight: 300;
  src: url("../fonts/Manrope-Light.ttf") format("truetype"), url("../fonts/Manrope-Light.ttf") format("truetype");
}

@font-face {
  font-family: 'manrope';
  font-weight: 400;
  src: url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.ttf") format("truetype");
}

@font-face {
  font-family: 'manrope';
  font-weight: 500;
  src: url("../fonts/Manrope-Medium.ttf") format("truetype"), url("../fonts/Manrope-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'manrope';
  font-weight: 600;
  src: url("../fonts/Manrope-SemiBold.ttf") format("truetype"), url("../fonts/Manrope-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'manrope';
  font-weight: 700;
  src: url("../fonts/Manrope-Bold.ttf") format("truetype"), url("../fonts/Manrope-Bold.ttf") format("truetype");
}

@font-face {
  font-family: 'manrope';
  font-weight: 800;
  src: url("../fonts/Manrope-ExtraBold.ttf") format("truetype"), url("../fonts/Manrope-ExtraBold.ttf") format("truetype");
}

/* FontFace End */
/* Size */
/* Size End */
/* Color */
:root {
  --backgroundColor: #eef1f4;
  --primaryColor: #4d4dff;
  --primaryHoverColor: #3535c3;
  --baseColor: #000;
  --baseColorHover: #353535;
  --secondColor: #009669;
  --secondHoverColor: #01b47e;
  --inputBg: #f1f3f4;
  --textColor: #555;
  --grayText: #858585;
  --lgrayColor: #f4f5f6;
  --checkradioBg: #f3f5f6;
  --switchBg: #f0f2f3;
  --boxBg: #f5f7ff;
  --grayColor: #e1e6eb;
  --grayColorHover: #d0d7dd;
  --lightGrayColor: #eceff3;
}

/* Color End */
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  font-size: 14px;
  font-family: "manrope";
  color: var(--baseColor);
  line-height: 1.4;
  font-weight: 400;
  font-style: normal;
  position: relative;
  background-color: #fff;
  background-size: cover;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: var(--baseColor);
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

a:hover {
  color: var(--baseColor);
  text-decoration: none;
}

a, abbr, acronym, address, applet, b, big, blockquote, body, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, u, ul, var {
  padding: 0;
  margin: 0;
}

p {
  font-weight: 400;
  line-height: 1.4;
}

p ~ p {
  margin-top: 20px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Times New Roman', serif;
  font-weight: 600;
}

/* Other Style */
.clear-fix {
  display: block;
  clear: both;
}

.clear-fix::after {
  content: '.';
  display: block;
  height: 0;
  font-size: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  box-sizing: border-box;
}

*, *:focus, *:active {
  -ms-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  box-sizing: border-box;
}

.dg {
  display: -ms-grid;
  display: grid;
  width: 100%;
}

.dgc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aic {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g2 {
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.g3 {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.g4 {
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
}

.g5 {
  -ms-grid-columns: (minmax(220px, 1fr))[5];
      grid-template-columns: repeat(5, minmax(220px, 1fr));
}

.g6 {
  -ms-grid-columns: (minmax(170px, 1fr))[6];
      grid-template-columns: repeat(6, minmax(170px, 1fr));
}

.g50_50 {
  -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%;
}

.gc1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.gap1 {
  gap: 10px;
}

.gap1_2 {
  gap: 12px;
}

.gap1_6 {
  gap: 16px;
}

.gap2 {
  gap: 20px;
}

.gap3 {
  gap: 30px;
}

.gap4 {
  gap: 40px;
}

.gap5 {
  gap: 50px;
}

.df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dfc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.dfs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.dcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dcsa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.dfcc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pr {
  position: relative !important;
}

.pa {
  position: absolute !important;
}

.pa_cc {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.w10 {
  width: 100%;
}

.mt1 {
  margin-top: 10px;
}

.mt1_6 {
  margin-top: 16px;
}

.mt2 {
  margin-top: 20px;
}

.mt3 {
  margin-top: 30px;
}

.ml2 {
  margin-left: 20px;
}

.mb2 {
  margin-bottom: 20px;
}

/* Main Style */
.container {
  margin: 0 auto;
  width: 980px;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.widget {
  width: 360px;
}

.full_container {
  margin: 0 auto;
  max-width: 1280px;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background-color: var(--primaryColor);
}

::selection {
  color: #fff;
  background-color: var(--primaryColor);
}

/* Main Style End */
.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.__input,
.__select,
.__textarea {
  position: relative;
  color: var(--baseColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-family: "manrope";
  font-weight: 500;
  line-height: 36px;
  height: 40px;
  width: 100%;
  padding: 0 12px;
  background-color: #fff !important;
  -webkit-transition: border-color 0.1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: border-color 0.1s cubic-bezier(0.7, 0, 0.3, 1);
  border: none;
  border-width: 1px;
  border-style: solid;
  border-color: var(--grayColor);
  border-radius: 2px;
  z-index: 0;
}

.__input::-webkit-input-placeholder,
.__select::-webkit-input-placeholder,
.__textarea::-webkit-input-placeholder {
  color: #acb4c1;
  font-weight: 400;
}

.__input:-ms-input-placeholder,
.__select:-ms-input-placeholder,
.__textarea:-ms-input-placeholder {
  color: #acb4c1;
  font-weight: 400;
}

.__input::-ms-input-placeholder,
.__select::-ms-input-placeholder,
.__textarea::-ms-input-placeholder {
  color: #acb4c1;
  font-weight: 400;
}

.__input::placeholder,
.__select::placeholder,
.__textarea::placeholder {
  color: #acb4c1;
  font-weight: 400;
}

.input_icon {
  position: relative;
}

.input_icon .__input,
.input_icon .__select {
  padding-left: 42px;
}

.input_icon span {
  position: absolute;
  top: 50%;
  left: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.col2to1 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

select, .__select {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 30px;
  background: url("../images/drop-arrow.svg") no-repeat center center;
  background-position: right 12px center;
  background-size: 10px 10px;
  outline: 0;
}

.__textarea {
  height: auto;
  min-height: 6rem;
  max-height: 12rem;
  resize: vertical;
}

textarea::-webkit-input-placeholder {
  color: #acb4c1;
}

textarea:-ms-input-placeholder {
  color: #acb4c1;
}

textarea::-ms-input-placeholder {
  color: #acb4c1;
}

textarea::placeholder {
  color: #acb4c1;
}

.__input_l {
  height: 48px;
  padding: 0 14px;
}

.__input::-webkit-input-placeholder {
  color: #acb4c1;
  font-size: 14px;
}

.__input:-ms-input-placeholder {
  color: #acb4c1;
  font-size: 14px;
}

.__input::-ms-input-placeholder {
  color: #acb4c1;
  font-size: 14px;
}

.__input::placeholder {
  color: #acb4c1;
  font-size: 14px;
}

.__input:hover,
.__select:hover,
.__textarea:hover,
.__input_rest:hover {
  border-color: #7f8da5;
}

.__input:focus,
.__select:focus,
.__textarea:focus,
.__input_rest:focus {
  border-color: var(--primaryColor);
}

.__in_error {
  border-color: #d0021b;
}

.notice {
  padding: 10px 14px;
  margin: 16px 0;
  background-color: var(--grayColor);
  border-radius: 8px;
}

.notice.green {
  color: #0f5f55;
  background-color: #bef8ed;
}

.__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #495460;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  min-height: 20px;
  margin-bottom: 8px;
}

.label ~ .label {
  margin-top: 16px;
}

.label .abox_count {
  color: #b1b7bf;
}

.label, .label-text {
  color: var(--textColor);
  font-size: 14px;
  font-weight: 400;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 0 !important;
  width: 100%;
  overflow: hidden;
}

.__text_desc {
  margin-top: 8px;
}

.__text_desc p {
  color: var(--primaryColor);
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #495460;
}

.__text_desc p ~ p {
  margin-top: 8px;
}

.__text_desc .__error {
  color: #d0021b;
  font-weight: 500;
}

.input_col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 48px;
      grid-template-columns: 1fr 48px;
  gap: 10px;
}

.input_col ~ .input_col {
  margin-top: 10px;
}

.add_rem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 48px;
  background-color: var(--lightGrayColor);
  border-radius: 8px;
  cursor: pointer;
}

.add_rem .add {
  position: relative;
  height: 2px;
  width: 18px;
  background-color: #7f8da5;
}

.add_rem .add::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  height: 18px;
  width: 2px;
  background-color: #7f8da5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.add_rem .remove {
  height: 2px;
  width: 18px;
  background-color: #7f8da5;
}

/* Button Style */
.__btn {
  position: relative;
  color: var(--baseColor);
  font-size: 14px;
  font-family: "manrope";
  font-weight: 700;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  padding: 8px 16px;
  background-color: transparent;
  -webkit-transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  white-space: nowrap;
  cursor: pointer;
  z-index: 2;
}

.__btn_l {
  height: 48px;
  border-radius: 8px;
}

.__btn_m {
  height: 38px;
  border-radius: 6px;
}

.__btn_htrans {
  -webkit-transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
  transition: background-color 0.2s cubic-bezier(0.7, 0, 0.3, 1);
}

.__default {
  color: var(--baseColor);
  background-color: #F6F8F9;
  border: none;
}

.__default:hover {
  background-color: var(--lgrayColor) !important;
}

.__default .__deactivated {
  opacity: .6;
}

.__primary {
  color: #fff;
  background-color: var(--primaryColor);
}

.__primary:hover {
  color: #fff;
  background-color: var(--primaryHoverColor);
}

.green_btn {
  color: #fff;
  font-size: 13px;
  background-color: var(--secondColor);
}

.green_btn:hover {
  color: #fff;
  background-color: var(--secondHoverColor);
}

.create_btn {
  color: #fff;
  font-size: 13px;
  padding-left: 38px;
  background-color: var(--secondColor);
}

.create_btn:hover {
  color: #fff;
  background-color: var(--secondHoverColor);
}

.create_btn span {
  position: absolute;
  content: '';
  top: 50%;
  left: 12px;
  height: 14px;
  width: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.create_btn span::before, .create_btn span::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  content: '';
  top: 50%;
  height: 2px;
  width: 14px;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 2px;
}

.create_btn span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.__second_btn {
  color: #fff;
}

/* Button Style End */
/* Other */
.checkbox-label {
  color: var(--textColor);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 22px;
  position: relative;
  padding-left: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-label .checkbox,
.checkbox-label .radiobox {
  opacity: 0;
  position: absolute;
}

.checkmark, .radiomark {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: var(--lgrayColor);
  border: 2px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 6px;
}

.radiomark {
  border-radius: 50%;
}

.checkbox-label:hover .checkbox ~ .checkmark,
.checkbox-label:hover .radiobox ~ .radiomark {
  border-color: var(--grayColor);
}

.checkbox[type="checkbox"]:checked + .checkmark {
  background-color: rgba(49, 85, 247, 0.6);
  border-color: var(--primaryColor);
}

.radiobox[type="radio"]:checked + .radiomark {
  background-color: rgba(49, 85, 247, 0.6);
  border-color: var(--primaryColor);
}

.checkbox[type="checkbox"]:checked + .checkmark::before,
.checkbox[type="checkbox"]:checked + .checkmark::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  content: '';
  top: 8px;
  left: 4px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 2px;
}

.checkbox[type="checkbox"]:checked + .checkmark::before {
  top: 10px;
  left: 2px;
  width: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.radiobox[type="radio"]:checked + .radiomark::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  height: 10px;
  width: 10px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}

.checkbox[type="checkbox"]:checked + .checkmark + .label-text,
.radiobox[type="radio"]:checked + .radiomark + .label-text {
  color: var(--baseColor);
  font-weight: 500;
}

.checkbox-label:not(.disabled).\:focus .checkbox ~ .checkmark,
.checkbox-label:not(.disabled):focus .checkbox ~ .checkmark {
  opacity: 1;
  z-index: 10;
  outline: 2px dotted var(--baseColor);
  outline-offset: 2px;
}

.__txtu {
  text-transform: uppercase;
}

ol {
  list-style: circle;
}

.img_block {
  position: relative;
}

.img_block img {
  height: 100%;
  width: 100%;
  -o-object-position: center center;
     object-position: center center;
  -o-object-fit: contain;
     object-fit: contain;
}

.fe {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/* Other End */
/* Header Style */
.header_wrap .header_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  height: 450px;
  width: 100vw;
  background: -webkit-gradient(linear, left bottom, left top, from(#3232b6), to(#6868ac));
  background: #4caf50;
  background-size: cover;
}

.header_wrap .detail_head {
  padding: 32px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#3232b6), to(#6868ac));
  background: #4caf50;
}

.header_wrap .detail_head .header_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_wrap .detail_head .header_main .logo {
  color: var(--baseColor);
  margin: 0;
}

.header_wrap .detail_head .header_main .logo span {
  height: 56px;
  width: 298px;
}

.header_wrap .detail_head .header_main .search_form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 30px;
}

.header_wrap .header_main .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 40px;
}

.header_wrap .header_main .logo span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  width: 520px;
  background: url("../images/pubmed_logo.png") no-repeat center center;
  background-size: contain;
}

.header_wrap .header_main p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 30px;
}

.search_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_form .search_input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.search_form .search_input input {
  border-color: var(--primaryColor);
  border: none;
}

.search_form .search_btn {
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

/* Header Style End */
/* Body Style */
.main_wrap {
  position: relative;
}

.main_wrap .main_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.main_wrap section {
  padding: 50px 0;
}

.title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 15px;
  overflow: hidden;
  z-index: 3;
}

.title h2 {
  font-size: 24px;
  padding-right: 15px;
  background-color: #fff;
}

.title::after {
  position: absolute;
  content: '';
  top: 50%;
  height: 1px;
  width: 100%;
  background-color: var(--grayColor);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.sub_title {
  font-size: 15px;
  font-weight: 500;
}

[class^="icon"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  width: 48px;
  background-color: var(--backgroundColor);
  border-radius: 8px;
}

[class^="icon"] span {
  height: 28px;
  width: 28px;
}

[class^="icon"] span img {
  width: 100%;
}

.box_items .box_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  border-width: 1px;
  border-style: solid;
  border-color: var(--grayColor);
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 4px;
  cursor: pointer;
}

.box_items .box_item:hover {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.box_items .box_item .box_desc {
  margin-top: 10px;
}

.column_block {
  position: relative;
}

.column_block:first-child {
  padding-right: 30px;
}

.column_block:last-child {
  padding-left: 30px;
  border-left: 1px solid var(--grayColor);
}

.article_list {
  margin-top: 30px;
}

.article_list li {
  font-size: 15px;
}

.article_list li ~ li {
  margin-top: 20px;
}

.article_list li a {
  color: var(--primaryColor);
  font-size: 15px;
  font-weight: 500;
}

.article_list li a:hover {
  color: var(--primaryHoverColor);
  text-decoration: underline;
}

.article_list li .docs_citition {
  font-size: 14px;
  font-weight: 500;
}

.article_list li .short_journal, .article_list li .citation_part {
  color: var(--secondColor);
  margin-left: 6px;
}

.article_list li .free_resources {
  color: brown;
  font-weight: 600;
}

.detail_column {
  -ms-grid-columns: 1fr 240px;
      grid-template-columns: 1fr 240px;
  gap: 60px;
}

.detail_main {
  position: relative;
}

.detail_main .detail_content {
  font-size: 15px;
}

.detail_main .detail_content .detail_text {
  margin-top: 20px;
}

.detail_main .detail_content .detail_text h1 {
  font-size: 32px;
  line-height: 1.2;
}

.detail_main .authors {
  margin-top: 10px;
}

.detail_main .authors .author_list a {
  color: var(--primaryColor);
  font-size: 15px;
}

.detail_main .authors .author_list span ~ span {
  margin-left: 5px;
}

.detail_main .authors .author_list span sup {
  padding: 0 4px;
  margin-left: 2px;
  background-color: var(--lightGrayColor);
  border-radius: 3px;
  cursor: pointer;
}

.detail_main .short_article_details {
  margin: 20px 0 0;
}

.detail_main .pmid_line {
  margin-top: 10px;
}

.abstract {
  margin-top: 30px;
}

.abstract h2 {
  margin-bottom: 10px;
}

.abstract .abstract_content {
  text-align: justify;
}

.abstract p {
  font-size: 16px;
}

.abstract p strong {
  margin-right: 4px;
}

.abstract .abstract_coptyright {
  font-size: 14px;
  margin-top: 20px;
}

.suggest_line {
  margin-top: 40px;
}

.suggest_line h3 {
  font-size: 24px;
  margin-bottom: 16px;
}

.suggest_line a {
  position: relative;
  color: var(--primaryColor);
  font-size: 15px;
  padding-left: 16px;
}

.suggest_line a:hover {
  text-decoration: underline;
}

.suggest_line a::before {
  position: absolute;
  content: '>';
  font-size: 16px;
  left: 0;
}

.fa-regular, .far {
  font-weight: 400;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fa-light {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
}

.survey_results {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.survey_results .survey_r_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.survey_results .survey_r_item > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60%;
}

.survey_results .survey_r_item > div p {
  font-size: 13px;
  margin-left: 16px;
}

.survey_results .survey_r_item label {
  font-size: 13px;
  font-weight: 700;
  width: 40%;
  min-width: 40%;
}

.survey_results .survey_r_item a, .survey_results .survey_r_item p {
  font-size: 14px;
}

.survey_results .survey_r_item .list {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.survey_results .survey_r_item .list p {
  margin: 0 !important;
}

.survey_results .survey_r_item .list .email-icon {
  position: absolute;
  content: '\f0e0';
  font-size: 15px;
}

.survey_results .survey_r_item i {
  font-style: normal;
  margin-right: 4px;
}

.star_rating {
  position: relative;
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  line-height: 1;
  font-size: 14px;
  height: 14px;
  width: 80px;
  overflow: hidden;
}

.star_rating::before {
  color: #de215a;
  position: absolute;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
}

.star_rating span {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 15px;
  overflow: hidden;
}

.star_rating span::before {
  color: #de215a;
  font-weight: 900;
  position: absolute;
  content: "\f005\f005\f005\f005\f005";
  float: left;
  top: 0;
  left: 0;
}

.abstract_images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.abstract_images .abs_img_item {
  height: 120px;
  margin: 0 10px 10px 0;
  overflow: hidden;
}

.abstract_images .abs_img_item .img_block {
  height: 100%;
}

.abstract_images .abs_img_item .img_block img {
  -o-object-fit: cover;
     object-fit: cover;
}

.detail_sidebar .sidebar_content {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.detail_sidebar .sidebar_item ~ .sidebar_item {
  margin-top: 40px;
}

.detail_sidebar .sidebar_item h4 {
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 10px;
}

.detail_sidebar .sidebar_item .share_item ~ .share_item {
  margin-left: 20px;
}

.detail_sidebar .sidebar_item .share_item [class^="icon-"] {
  height: 36px;
  width: 36px;
}

.detail_sidebar .sidebar_item .share_item [class^="icon-"] span {
  height: 22px;
  width: 22px;
}

.detail_sidebar .sidebar_item .icon-tw {
  background-color: #00ACEE;
}

.detail_sidebar .sidebar_item .icon-tw span {
  background: url("../images/twitter.svg") no-repeat center center;
}

.detail_sidebar .sidebar_item .icon-fb {
  background-color: #2F4788;
}

.detail_sidebar .sidebar_item .icon-fb span {
  background: url("../images/facebook.svg") no-repeat center center;
}

.detail_sidebar .sidebar_item .sidebar_qr {
  margin: 20px auto 0;
  width: 200px;
}

.detail_sidebar .sidebar_item .sidebar_list ul li ~ li {
  margin-top: 16px;
}

.detail_sidebar .sidebar_item .sidebar_list ul li a {
  color: var(--primaryColor);
}

.detail_sidebar .sidebar_item .sidebar_list ul li a:hover {
  text-decoration: underline;
}

/* Body Style End */
/* Footer Style */
.footer_wrap .footer_top {
  padding: 20px 0;
  background-color: var(--grayColor);
}

.footer_wrap .footer_top ul li {
  margin-left: 20px;
}

.footer_wrap .footer_top ul li a {
  color: var(--primaryColor);
}

/* Footer Style End */
/* Responsive Style */
@media (max-width: 1020px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .container {
    padding: 12px;
  }
  .survey_results {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .col2to1 {
    -ms-grid-column: 1;
    grid-column: 1;
  }
}

@media (max-width: 768px) {
  .header_wrap .header_content {
    height: 380px;
  }
  .header_wrap .detail_head .header_main {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header_wrap .detail_head .header_main .search_form {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
  }
  .g2, .detail_column {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .g3 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .gap2 {
    gap: 12px;
  }
  .column_block:first-child {
    padding-right: 0;
  }
  .column_block:last-child {
    padding-top: 30px;
    padding-left: 0;
    margin-top: 30px;
    border-top: 1px solid var(--grayColor);
    border-left: none;
  }
}

/* Responsive Style End */
/*# sourceMappingURL=style.css.map */
