@charset "utf-8"; 
@import url(/css/nanumgothic.css);


body,div,ul,li { margin:0; padding:0; } 
img { border:0; } 
img { max-width:100%; } 
ul { list-style:none; } 
body { font-family: 'Noto Sans','sans-serif', Helvetica, Gotham, 'Helvetica Neue'; } 

.top-lnk { width:1080px; height:180px; background-image:url(../img/topbg.jpg); background-repeat:no-repeat; margin:0 auto; display:block; position:relative; } 
.top-lnk ul { float:left; overflow:hidden; } 
.top-lnk .left { float:left; margin:auto; } 
.top-lnk .right { float:right; margin:auto; } 
.top-lnk li { float:left; } 
.top-lnk .lssue { float:right; } 
.top-lnk li img { padding:25px; } 
.top-lnk li img:last-child { float:right; } 

.top-gnb { z-index:0; height:39px; background:#59300b;} 
.top-gnb ul.mlist{
    height: 100%;
    display: flex;
    justify-content: space-around;
    width: 1000px;
    margin: 0 auto;
}
.top-gnb ul.mlist li {  text-align: center;   } 
.top-gnb ul.mlist li a span {
    display: inline-block;
    padding: 8px 20px 20px 20px;
    color: #fff;
}
.top-gnb ul.mlist li  a span:hover{  color:#f1ba4e;     } 
/* .top-gnb ul.mlist li:nth-child(1) { width:30%; text-align: center; } 
.top-gnb ul.mlist li:nth-child(2) { width: 16%; text-align: center; }   */


.top-gnb ul.mlist li a {margin-top:4px;  font-size:16px !important; text-decoration:none; font-weight:500; font-family: 'Noto Sans', sans-serif; text-align: center;  } 
 
 .bottom { width:1000px; margin-left :auto; margin-right :auto; } 
 .bottom ul { float:right; margin-right:0px; } 
 .bottom ul li img .frist { width:719px; height:90px; } 
 
 .bottom ul li img { margin-top:30px; float:left; padding: 5px; } 
 
 .footer_qr .mobile_qr { width: 160px; position: relative; float: left; padding-top:4px; } 
 .footer_qr .mobile_qr h2 a { background: url(../img/ico_qrcode.gif) 20px 14px no-repeat; cursor: pointer; display: block; font: normal 13px/15px 'Arial'; padding: 12px 0 15px; text-align: left; line-height:20px; text-indent: 38px; color: #000; text-decoration: none; } 
img.frist { margin-top: 1px; } 