﻿body,html{
    margin: 0;
    padding: 0;}
a{
    text-decoration: none;
    color: white;}
a:visited{
    color: white;
    text-decoration: none;}
a:hover{
    color: white;
    text-decoration: none;}
a:active{
    color: white;
    text-decoration: none;}
ul,li{ padding:0;margin:0;list-style:none;}
a:-webkit-any-link {
    color: white;
    text-decoration: none;}
@media print {
    .header_b, .header_t {
        display: none;}

    .header_m_top {
        display: flex;}
    .header_m_top .news .title{
        display: none;}
    .header_m_top .service_guide{
        display: none;}
    
    .wd1200, .wd900 {
        width: 850px !important;}

    .wd900 .title {
        width: 800px!important;}

    a {
        content: '' !important;}

    a:before {
        content: '' !important;}

    a::after {
        content: '' !important;}

    .wd300 {
        display: none;}
}