@charset "UTF-8";

.pbMainArea {
  overflow: visible;
}

.sw-Tab .tab ul li{
    padding: 0 0 18px;
}

@media print, screen and (min-width: 768px){
    .sw-Tab .tab ul li{
    padding: 0 20px 18px;
    }
}

.sw-Fund-Modal{
    margin: 0;
}

.sw-Fund-Modal .sw-Modal-content > div:not(.pb-handle) * {
    display: block;
    font-size: 1.4rem;
}

.sw-Fund-Modal .sw-Modal-content > div:not(.pb-handle) .fund-Search_Area{
    display: flex;
}

.sw-Fund-Modal .sw-Modal-content > div:not(.pb-handle) input {
    display: inline-block;
}

.sw-Fund-Modal .sw-Modal-content > div:not(.pb-handle) button {
    display: inline;
}

.sw-Fund-Modal .sw-Modal-content > div:not(.pb-handle) span {
    display: inline;
}

div:not(.pb-of-visible) .sw-Fund-Modal .sw-Modal-inner-bg{
    display: none !important;
}

div:not(.pb-of-visible) .sw-Fund-Modal  .sw-Modal-inner-content {
    background: #f4f6f8;
    position: relative;
    padding:42px 30px 80px;
    margin: 0 !important;
    width: 100% !important;
}

div:not(.pb-of-visible) .sw-Fund-Modal  .sw-Modal-inner-content > div:not(.pb-handle){
    position: static;
}

div:not(.pb-of-visible) .sw-Fund-Modal  .sw-Modal-inner-content > div:not(.pb-handle){
    background: #f4f6f8;
    padding: 0;
    margin: 0 auto;
    max-width: 952px;

}

div:not(.pb-of-visible) .sw-Fund-Modal .sw-Modal-close{
    right: 34px;
    top: 34px;
}

div:not(.pb-of-visible) .sw-Fund-Modal .sw-Modal-close::before, div:not(.pb-of-visible) .sw-Fund-Modal .sw-Modal-close::after{
    background: #333;
}

.sw-Fund-Modal .fund-Modal_Title {
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0 19px 0;
}

.sw-Fund-Modal .fund-Modal_Registry{
    font-size: 2rem;
    margin: 0 0 34px 0;
}

.sw-Fund-Modal .fund-Modal_SubTitle {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

.pbNested.sw-fund-Table{
    margin-bottom: 89px;
}

.pb-of-visible .pbNested.sw-fund-Table + div{
    margin-top: 89px;
}

div.sw-fund-TableWrap {
    margin-bottom: 49px;
}

table.sw-fund-Table{
  margin-bottom: 0;
}

.sw-fund-Table table thead{
    display: table-header-group;
}

table.sw-fund-Table thead{
    display: table-header-group;
}

.sw-fund-Table table tr{
    border-bottom: 1px solid #ccc;
    display: table-row;
}

table.sw-fund-Table tr{
    border-bottom: 1px solid #ccc;
    display: table-row;
}

.sw-fund-Table table tr:first-child {
     border-top: none; 
}

table.sw-fund-Table tr:first-child {
     border-top: none; 
}

.sw-fund-Table table thead tr th{
    background-clip: padding-box;
    background-color: #0c419a;
    color: #fff;
    display: table-cell;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 10px 5px;
    position: relative;
    word-break: break-word;
}

table.sw-fund-Table thead tr th{
    background-clip: padding-box;
    background-color: #0c419a;
    color: #fff;
    display: table-cell;
    font-size: 1.1rem;
    line-height: 1.4;
    padding: 10px 5px;
    position: relative;
    word-break: break-all;
}

.sw-fund-Table table thead tr th:not(:last-child) {
    border-right: 1px solid #fff;
}

table.sw-fund-Table thead tr th:not(:last-child) {
    border-right: 1px solid #fff;
}

table.sw-fund-Table td{
    display: table-cell;
}

.sw-fund-Table td img{
   width: auto;
}

.sw-fund-Table_Sort {
    bottom: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    width: calc(100% - 10px);
}

.sw-fund-Table_Sort > *:not(:first-child) {
    margin-left: 8px;
}

.sw-fund-Table_Asc, .sw-fund-Table_Desc {
    background-color: transparent;
    border: none;
    cursor: pointer;
    height: 13px;
    outline: none;
    padding: 0;
    position: relative;
    width: 10px;
}

.sw-fund-Table_Asc::before,
.sw-fund-Table_Desc::before {
    border: 5px solid transparent;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sw-fund-Table_Asc::before {
    border-bottom: 8px solid #fff;
    top: 1px;
}

.sw-fund-Table_Asc-active::before {
    border-bottom: 8px solid #de5500;
}

.sw-fund-Table_Desc::before {
    border-top: 8px solid #fff;
    top: 6px;
}

.sw-fund-Table_Desc-active::before {
    border-top: 8px solid #de5500;
}

.sw-fund-Table table tbody tr td {
    display: table-cell;
    padding: 13px 16px;
}

table.sw-fund-Table tbody tr td {
    padding: 13px 16px;
    text-align: center;
}

table.sw-fund-Table tbody tr td.fund-Table_RowspanWrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.sw-fund-Table_Rowspan-tbody {
    line-height: 1.4;
}

.sw-fund-Table_Rowspan-tbody:not(:first-child) {
    border-top: 1px solid #979db1;
    margin-top: 10px;
    padding-top: 10px;
}

.sw-fund-Table_RowspanWrap .sw-fund-Table_Rowspan-tbody {
    padding-left: 16px;
    padding-right: 16px;
}

.sw-fund-Table_Bold {
    font-weight: bold;
}

table.sw-fund-Table tbody tr:nth-child(odd) td {
    background-color: #f4f6f8;
}

table.sw-fund-Table tbody tr td.sw-fund-Table_FundName {
    line-height: 1.4;
    text-align: left !important;
}

table.sw-fund-Table a.sw-fund-Table_Link {
    color: #0c419a;
    font-size: 1.6rem;
}

table.sw-fund-Table a.sw-fund-Table_Link:hover {
    text-decoration: none;
}

table.sw-fund-Table p.sw-fund-Table_Nickname {
    color: #666;
    margin: 9px 0 0 0;
}

.sw-fund-TagWrap > .sw-fund-Tag {
    margin-bottom: 8px;
    margin-right: 8px;
}

.sw-fund-Tag-foreignBond {
    background-color: #795ea0;
}

.sw-fund-Tag {
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    font-weight: bold;
    line-height: 2;
    min-height: 20px;
    min-width: 60px;
    padding: 0 10px;
    text-align: center;
}

.sw-fund-Table_Number {
    text-align: right !important;
}

.sw-fund-Table_Plus {
    color: #de5500;
}

.sw-fund-Table_Minus {
    color: #0c419a;
}

.sw-fund-Table_Date {
    line-height: 1.4;
}

.sw-fund-Table_Date-item {
    font-size: 1.1rem;
}

.sw-fund-Favorite {
    background-color: transparent;
    background-image: url(/library/common/images/fund/icon_fav.png);
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    cursor: pointer;
    display: block;
    height: 40px;
    margin: 0 auto;
    outline: none;
    position: relative;
    width: 40px;
}

.sw-fund-Favorite_Tooltip_Wrap {
    display: none;
    min-width: 220px;
    pointer-events: none;
    position: absolute;
    right: calc(100% + 4px);
    top: 50%;
}

.sw-fund-Favorite_Tooltip {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #de5500;
    -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.16);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.2rem;
    height: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    padding: 6px 6px 7px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

@media print, screen and (min-width: 768px){

  div.sw-fund-TableWrap {
      margin-bottom: 89px;
  }

  .sw-fund-Table table tr {
      border-top: none;
      margin-top: 0;
      padding: 0;
  }

  table.sw-fund-Table tr {
      border-top: none;
      margin-top: 0;
      padding: 0;
  }

    table.sw-fund-Table a.sw-fund-Table_Link {
        font-size: 1.4rem;
    }

  table.sw-fund-Table p.sw-fund-Table_Nickname {
        font-size: 1.4rem;
  }

}

.sw-fund-Table a.js-modal-open{
   height: auto;
    margin-left: 0;
    width: auto;
}

.pbPage:not(.pb-of-visible) div table.sw-fund-Table_Pc {
    display:none;
}

table.sw-fund-Table_Pc thead tr th{
    padding: 10px 5px 30px;
}

@media print, screen and (min-width: 768px){

    .pbPage:not(.pb-of-visible) div table.sw-fund-Table_Pc {
        display: table;
    }

}

@media print, screen and (min-width: 768px){

    .pbPage:not(.pb-of-visible) div table.sw-fund-Table_Sp {
        display: none;
    }

}

.sw-fund table thead tr th{
    background-color: #0c419a;
    color: #fff;
}

.sw-fund table th[rowspan] {
    background-color: #3877d3;
    color: #fff;
}

.sw-fundTable table thead tr th{
    display: table-cell;
    background-color: #0c419a;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
    text-align: center;
    padding: 16px;
    position: relative;
}

.sw-fundTable table tr > td{
  padding-bottom: 20px;
}

.sw-fundTable-no-down{
    overflow-x: auto;
}

.sw-fundTable-no-down table{
    min-width: 1020px;
}

.sw-fundTable-no-down table tr{
  display: table-row;
}

.sw-fundTable-no-down table th{
  text-align: left;
  display: table-cell;
  padding: 20px 10px;
}

.sw-fundTable-no-down table th:nth-child(2){
  text-align: left;
  font-weight: normal;
  word-break: break-all;
}

.sw-fundTable-no-down table td{
  display: table-cell;
  padding: 20px 10px;
}

.sw-fundTable-no-down table td[colspan="2"] {
    text-align: right;
}

.sw-fundTable-no-down table tr > td{
  padding-bottom: 20px;
}

.sw-fundTable-no-down2{
    overflow-x: scroll;
}

.sw-fundTable-no-down2 table{
    min-width: 1020px;
}

.sw-fundTable-no-down2 table thead{
    display: table-header-group;
}

.sw-fundTable-no-down2 table thead tr th{
    display: table-cell;
    background-color: #0c419a;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: bold;
    text-align: center;
}

.sw-fundTable-no-down2 table tr{
  display: table-row;
}

.sw-fundTable-no-down2 table td{
    display: table-cell;
  padding: 20px 10px;
}  

.sw-fundTable-no-down2 table td:not(:first-child){
    text-align: center;
}

.sw-fundTable-no-down2 table td[colspan="2"] {
    text-align: right;
}

.sw-fundTable-no-down2 table tr > td{
  padding-bottom: 20px;
}

.sw-Width-10{
    width:10%;
}

.sw-Width-20{
    width:20%;
}

.sw-Width-25{
    width:25%;
}

.sw-Width-30{
    width:30%;
}

.sw-Width-40{
    width:40%;
}

.sw-Width-50{
    width:50%;
}

.sw-Width-60{
    width:60%;
}

.sw-Width-70{
    width:70%;
}

.sw-Select_Item {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    color: #979db1;
    height: 40px;
    padding: 12px;
    position: relative;
    width: 100%;
}

.Linklist-4clum{
    margin-bottom: 60px;
}

.pbNested.Linklist-4clum{
    margin-bottom: 60px;
}

.pb-of-visible .pbNested.Linklist-4clum + div{
    margin-top: 60px;
}

.Linklist-4clum ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}

.Linklist-4clum ul li{
    padding: 5px 15px 10px;
    width: 50%;
}

.Linklist-4clum ul li:before{
   display:none;
}

@media print, screen and (min-width: 768px){
    .Linklist-4clum ul li{
        width: 25%;
    }
}

.icon_redemption{
    line-height: 1;
}

.icon_redemption span{
    display: inline-block;
    margin-left: 7px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    padding: 5px 5px 4px;
    background: #f24545;
   margin: 5px;
}

.sw-Text-Verification {
    margin-bottom: 24px;
}

.pbNested.sw-Text-Verification {
    margin-bottom: 24px;
}

.sw-Text-Verification p{
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
}

.sw-scroll {
    margin-bottom: 0px;
}

.pbNested.sw-scroll {
    margin-bottom: 0px;
}

.sw-scroll{
    border: 2px solid #f4f6f8;
}

.pbPage:not(.pb-of-visible) .sw-scroll> div:not(.pb-handle){
    overflow: auto;
    height: 300px;
}

.sw-scroll> div:not(.pb-handle){
    padding: 20px;
}

.sw-fund-Table_TagWrap {
    margin-top: 9px;
}


