@media print {
    .header-nav-baloon,
    .sp-global-nav__inner,
    .menu-btn,
    .white,
    .footer,
    .footer__inner{
        display: none!important;
    }
    .page_break {
        page-break-before: always;
    }
    .content {
        margin-top: 0;
        margin-bottom: 0;
    }
    section.anchor {
        margin-bottom: 0;
    }
    .category__title {
        padding-left: 18.75px;
        padding-right: 18.75px;
        margin-bottom: 0;
        padding-top: 18.75px;
    }
    .balance-box--output.custom.balance-box .balance-box__collist span {
        font-size: 16px;
    }

    html body{
        padding-top: 0!important;
    }
    .header{
        position: relative!important;
    }
    .header .header-nav > ul li + li{
        margin-left: 0;
        padding-left: 16px;
    }
    .header .header-nav a{
        font-size: 15px;
    }

    .header .company-logo img{
        width: 200px!important;
    }

    .header .header-btn-wrapper{
        padding-left: 20px;
    }

    .header .header-btn-wrapper > div{
        display: flex;
    }

    .header .header-btn-wrapper > div .btn {
        display: block;
        width: 40px;
        height: 40px;
        cursor: pointer;
    }
    .header .header-btn-wrapper > div .btn > div{
        justify-content: center;
        align-content: center;
        flex-wrap: wrap;
        display: flex;
        width: 100%;
        height: 100%;
    }
    .header .header-btn-wrapper > div .btn span {
        width: 100%;
    }
    .header .header-btn-wrapper > div .btn span {
        display: block;
        font-size: 9px;
        text-align: center;
        color: rgba(255, 255, 255, 0.5);
        line-height: 1em;
    }
    .search-btn span{
        color: #333!important;
    }

    .footer {
        position: relative;
        width: 100%;
        display: table;
        margin-top: auto;
        border-top: 5px solid #00a76d;
        background-color: #FFF;
        color: #424242;
        font-family: 'Lato', sans-serif;
        font-size: 18px;
        line-height: 1.6;
        padding: 90px 0 80px;
    }
    .footer a {
        color: #424242 !important;
    }
    .footer .footer__inner {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row-reverse;
    }
    
    .footer .footer__inner {
        width: 1160px;
    }
    
    .footer .footer__inner {
        width: 1200px;
    }
    
    .footer .global-nav {
        margin-bottom: 80px;
    }
    
    .footer .company-logo {
        width: 310px;
        margin-bottom: 40px;
    }
    
    .footer .copyright {
        font-size: 14px;
        margin-bottom: 1em;
    }
    .footer .copyright-sub {
        font-size: 12px;
    }
    
    /* global-nav
    ----------------------------------------*/
    .global-nav {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    .global-nav > div dl + dl {
        margin-top: 60px;
    }
    .global-nav.center {
        justify-content: center;
    }
    .global-nav.center dl + dl {
        margin-left: 50px;
    }
    .global-nav dl {
        width: 260px;
    }
    
    .global-nav dl dt {
        position: relative;
        font-weight: bold;
    }
    
    .global-nav dl dt:after, .global-nav dl dt:before {
        content: '';
        position: absolute;
        display: block;
        height: 1px;
        left: 0;
        bottom: 0;
    }
    
    .global-nav dl dt:before {
        width: 100%;
        background-color: #d7d7d7;
    }
    
    .global-nav dl dt:after {
        width: 30px;
        background-color: #00a76d;
    }
    
    .global-nav dl dt a {
        display: block;
        width: 100%;
        height: 48px;
        font-size: 18px;
    }
    
    .global-nav dl dd {
        font-size: 15px;
        padding-top: 20px;
    }
    
    .global-nav dl dd > ul > li a + ul {
        margin-left: auto;
    }
    
    .global-nav dl dd > ul > li a + ul {
        margin-top: 1em;
        width: 90%;
    }
    
    .global-nav dl dd ul li {
        margin-bottom: 1em;
    }
    .global-nav dl dd ul li:last-child {
        margin-bottom: 0;
    }
}