@media screen and (min-width: 1024px), print {
  .m-lnav {
    -ms-transform: none !important;
        transform: none !important; }
  .m-nav_item.is-active {
    background-color: #003c96; }
  .m-nav_Category {
    text-align: center; }
  .m-header, .m-contentsContainer {
    -ms-transform: none !important;
        transform: none !important; }
  .m-nav_Category:hover {
    background-color: #003c96; }
  .m-subNav_list a {
    color: #fff; }
    .m-subNav_list a:hover {
      text-decoration: underline; }
  .m-footerContants_navItem a:hover {
    text-decoration: underline; }
  .m-switchLang_btn {
    width: 50px;
    text-align: center; }
    .m-switchLang_btn a {
      display: block;
      position: relative;
      color: #333333; }
      .m-switchLang_btn a:after {
        content: "";
        display: block;
        position: absolute;
        height: 3px;
        background-color: #333333;
        bottom: 0;
        width: 100%; }
    .m-switchLang_btn.is-active a {
      color: #fff; }
      .m-switchLang_btn.is-active a:after {
        background-color: #fff; } }

@media screen and (min-width: 1024px), print {
  .m-contentsWrap {
    border-left: 1px solid #f2f2f2; }
  .m-lnav {
    width: 255px;
    float: left; }
    .m-lnav a {
      text-decoration: none; }
  .has-lnav .m-contentsWrap {
    margin-left: 256px; }
  .m-lnav_title {
    display: table;
    width: 100%;
    height: 125px;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.5; }
    .m-lnav_title a {
      display: table-cell;
      vertical-align: middle;
      background-color: #003c96;
      text-decoration: none;
      padding: 0 10px 0 30px;
      transition: 0.1s background-color linear; }
  .m-lnav_itemInner {
    display: table;
    position: relative;
    width: 100%;
    min-height: 55px;
    border-bottom: 1px solid #f2f2f2; }
    .m-lnav_itemInner .m-lnav_itemInnerTxt {
      display: table-cell;
      vertical-align: middle;
      padding-left: 29px;
      padding-top: 17px;
      padding-bottom: 17px; }
    .m-lnav_itemInner .m-lnav-subListOpen {
      display: block;
      width: 40px;
      position: absolute;
      right: 0;
      height: 100%; }
  .m-lnav_subItemInner {
    display: table;
    position: relative;
    width: 100%; }
    .m-lnav_subItemInner .m-lnav_subItemInnerTxt {
      display: table-cell;
      height: 55px;
      vertical-align: middle;
      padding-left: 29px; }
    .m-lnav_subItemInner .m-lnav_accordionOpen {
      display: block;
      width: 40px;
      position: absolute;
      right: 0; }
  .m-lnav-subList {
    display: none; }
  .m-lnav-subList2 {
    display: none; }
  .m-lnav_title a:hover {
    background-color: #004cad; }
  .m-lnav_title a:after {
    content: "";
    background: url("../img/icon/ico-lnav-title-arrow.png");
    display: block;
    position: absolute;
    width: 9px;
    height: 16px;
    background-size: 9px;
    height: 16px;
    right: 19px;
    top: 50%;
    margin-top: -8px; }
  .m-lnav_title:hover a:after {
    animation-name: lnavArrow;
    animation-duration: 0.4s; } }

@keyframes lnavArrow {
  0% {
    transform: translate(0, 0); }
  30% {
    transition-timing-function: ease-out;
    transform: translate(5px, 0); }
  100% {
    transform: translate(0, 0);
    transition-timing-function: ease-out; } }



.is-profilepdf:after{
    position: relative;
        top: 3px;
        display: inline-block;
        width: 14px;
        height: 13px;
        margin-left: 5px;
        content: '';
        vertical-align: top;
        background-image: url('../img/icon/ico-profilepdf.svg?');
        background-repeat: no-repeat;
        background-size: contain;
}
