@charset "utf-8";

@font-face {
    font-family: '나눔스퀘어OTF';
    src: url(../font/NanumSquareR.otf)format('opentype');
}

* {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-family: '나눔스퀘어OTF', '맑은 고딕', '돋움'
}

.hidden {
    visibility: hidden;
    font-size: 0;
    width: 0;
    height: 0;
    line-height: 0;

}

li {
    float: left;
    list-style: none;
}

a {

    text-decoration: none;
    font-size: 12px;
    color: #000;
}

a:hover {
    color: #ccc;
    opacity: 0.7;
}

a:hover > img {
    opacity: 0.6;
}

#wrap {
    width: 100%;
    background-color: #000;
}

/*header*/

header {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    z-index: 2;
}

header > div > div,
nav {
    float: left;
}

#brand_main {
    width: 1024px;
    height: 55px;
    margin: 0 auto;
    position: relative;
}

.main_logo {
    width: 200px;
    height: 55px;
}

.main_menu {
    width: 660px;
}

.main_menu > ul > li > a {
    width: 165px;
    height: 55px;
    font-weight: bold;
    font-size: 16px;
    line-height: 65px;
    display: block;
    float: left;
    text-align: center;
}

.main_menu > ul > li > a > img {
    position: absolute;
    top: 29px;
    left: 324px;
    color: #ddd;
}

.rotate {
    transform: rotate(180deg);
}

.gnb_icon {
    width: 164px;
    height: 55px;
}

.gnb_icon > ul > li {
    width: 78px;
    height: 55px;
}

.gnb_icon > ul > li:first-child {
    margin-right: 8px;
}

.sub {
    width: 1024px;
    height: 100px;
    margin: 0 auto;
}

.sub > li {
    padding-right: 8px;
}

.sub > li:nth-child(6) {
    padding: 0;
}

.sub > li:nth-child(12) {
    padding: 0;
}



.box {
    width: 100%;
    height: 303px;
    background-color: #fff;
    position: absolute;
    clear: both;
    z-index: 1;
    /*    visibility: hidden;*/
}

/*section*/

section {
    width: 100%;
    background-color: #000;
}

#about {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    }
#bgi {
    width: 100%;
    height: 4060px;
    background-image: url(../images/bgi/yamaha_about_sec.jpg);
    background-position: center;
}






/*footer*/

footer {
    width: 100%;
    height: 350px;
    background-color: #222;
}

footer a {
    color: #ccc;
}

#footer_top {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #aaa;

}

#footer_top > div > ul {
    float: left;
}

#fnb_top {
    width: 1024px;
    height: 56px;
    margin: 0 auto;

}

#fnb_top > ul {
    width: 860px;
    height: 56px;

}

#fnb_top > ul > li {
    width: 215px;
    height: 56px;
}

#fnb_top > ul > li > a {
    font-weight: 400;
    font-size: 14px;
    line-height: 65px;
    float: left;
    margin-top: 4px;
    margin-left: 12px;
}

#fnb_top > div {
    width: 164px;
    height: 56px;
    margin-top: 2px;
    float: left;
}

#footer_bottom {
    width: 1024px;
    height: 254px;
    margin: 0 auto;
}

#footer_bottom > ul {
    float: left;
    width: 215px;
}

#footer_bottom > ul:last-child {
    width: 164px;
}

#footer_bottom > ul:last-child > li:first-child {
    float: left;
    margin: 12px 0;
}

#footer_bottom > ul:last-child > li {
    text-align: center;
}

#footer_bottom > ul:last-child > li > a {
    margin: 0 2px;

}

#footer_bottom > ul {
    margin-top: 2px;
}

#footer_bottom > ul > li {
    float: none;
}

#footer_bottom > ul > li > a {
    font-size: 11px;
    font-weight: 100;
    line-height: 15px;
    margin-left: 12px;
}

#address {
    width: 100%;
    height: 40px;
    text-align: center;
    background-color: #444;
}

#address > small {
    width: 1024px;
    line-height: 40px;
    margin: 0 auto;
    color: #ccc;
    font-weight: 100;
    font-size: 11px;

}
