
.wrap {margin:0 auto;min-width: 1200px}
.nav_wrap {width:1200px; margin:0 auto;}
header {width:100%;height:300px;}
header .header_top{height:240px; position:relative;}
header h1 {margin-top:70px; text-align: center;}
header h1 img {width:165px}
header .nav {position:absolute; bottom:0; left:0; width: 100%;}
header .nav .nav_wrap {display:flex; justify-content:space-between; align-items: flex-end;}
header .nav ul li {float:left;}
header .nav ul#lang {margin-bottom:5px}
header .nav ul#lang li {margin-right:8px;}
header .gnb {border-top:2px solid #e7e1d9;width:100%;height:58px}
header .gnb #menu {overflow: hidden;}
header .gnb ul li {float:left;width:20%;text-align:center;height:58px;line-height:58px}
header .gnb #menu a{color:#918E7C;text-decoration:none;font-size:18px;font-weight:600;}
header .gnb #menu a:link {color : #918E7C;}
header .gnb #menu a:visited {color : #918E7C;}
header .gnb #menu a:hover {color : #918E7C;}
section#contents div img {display:block; margin:0 auto;width: 100%}
@media (max-width: 1199px) { 
    section#contents div img {width: 1200px;}
} 
footer {width: 100%}
footer > img {display: block;width: 100%}
@media (max-width: 1199px) { 
    section#contents div img {width: 1200px;}
} 
.topButtonWrap {position:fixed;bottom:50px;right:50px;cursor:cursor}