@charset "utf-8";

/* CSS Document */

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

em,
b {
    font-style: normal
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

img {
    border: 0
}

body {
    max-width: 2560px;
    margin: 0 auto;
    font-family: Arial, "NanumGothic";
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th,
ul,
ol {
    padding: 0
}

ul,
li {
    list-style: none;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.pr {
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

@font-face {
    font-family: "NanumGothic";
    src: url("../fonts/NanumGothic.woff") format("woff"), url("../fonts/NanumGothic.ttf") format("truetype"), url("../fonts/NanumGothic.eot") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

.pcshow {
    display: block;
}

.mobileshow {
    display: none;
}

@media screen and (max-width:600px) {
    /*手机竖版*/
    .pcshow {
        display: none;
    }
    .mobileshow {
        display: block;
    }
}