@charset "UTF-8";

@media print, screen and (min-width:1025px) {

.contents {
display: none;
}

#mainImgBox {
position: relative;
width: 100%;
height: 100px;
overflow: hidden;
border-top: 10px solid #f2f2f2;
}

#logo {
position: absolute;
width: 200px;
height: 66px;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

.wrapSlider {
position: absolute;
height: 306px;
left: 0;
right: 0;
top: 0;
bottom: 0;
margin: auto;
}

.company {
width: 800px;
text-align: left;
margin: 0 auto;
margin-bottom: 100px;
border-top: 1px dotted #ccc;
}

.company dl {
padding: 30px 0 30px 10px;
position: relative;
border-bottom: 1px dotted #ccc;
}

.company dl:before {
background: #ccc;
display: block;
width: 200px;
height: 2px;
position: absolute;
left: 0;
bottom: -1px;
content: "";
}

.company dt {
width: 200px;
float: left;
}

.company dd {
position: relative;
padding-left: 250px;
}

footer {
width: 100%;
margin: 0 auto;
padding: 80px 0;
border-bottom: 10px solid #f2f2f2;
}

}