@charset "utf-8";


/********** 전체설정 **********/

* {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

@font-face {
    font-family: 'gothic1';
    src: url('../font/GOTHIC.TTF') format('truetype');
}

@font-face {
    font-family: 'nanum1';
    src: url('../font/NanumSquareR.ttf') format('truetype');
}

@font-face {
    font-family: 'nanum2';
    src: url('../font/NanumSquareB.ttf') format('truetype');
}

a {
    text-decoration: none;
}

#wrap {
    width: 100%;
}

.behind {
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: -1000;
}

.hidden {
    visibility: hidden;
    width: 0;
    height: 0;
    overflow: hidden;
    font: 0/0 '';
}



/********** 헤더 **********/

header {
    min-width: 1024px;
    height: 110px;
    position: relative;
}

#top {
    width: 1024px;
    height: 100px;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}

#gnb {
    width: 200px;
    height: 20px;
    margin: 35px auto 0 auto;
    float: right;
}

#logo {
    width: 132px;
    height: 78px;
    position: absolute;

}

#gnb {
    width: 181px;
    height: 18px;
}

#gnb > ul > li {
    width: 90px;
    height: 18px;
    float: left;
    border-right: 1px solid #aaa;
    text-align: center;
    line-height: 11px;
}

#gnb > ul > li > a {
    font: 12px 'nanum1';
    color: #000000;
}

#gnb > ul > li:nth-child(2) {
    border: 0;
}




/********** 주 메뉴 **********/

#lnb {
    width: 100%;
    height: 52px;
    background-color: #000000;
}

.boxsub > ul {
    max-width: 1024px;
    margin: 0 auto;
}


.boxsub > ul > li {
    width: 25%;
    float: left;
    text-align: center;
    font: bold 18px/52px 'gothic1';
    position: relative;
}

.boxsub > ul > li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.boxsub > ul > li a:hover {
    color: #4e89b0;
}


.sub {
    position: absolute;
    z-index: 1;
    width: 100%;
    text-align: center;
    height: 0;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}


.sub a {
    font: 16px/55px 'gothic1';
}


.harman:hover .sub {
    width: 100%;
    height: 120px;
    background-color: #000;
}

.business:hover .sub {
    width: 100%;
    height: 180px;
    background-color: #000;
}







/********** 본문 **********/
section {
    width: 100%;
}

#contentwrap {
    width: 100%;
    overflow: hidden;
    position: relative;
}


.main_banner {
    min-width: 1024px;
    height: 500px;
}


.main_banner > ul > li > a {
    display: block;
    width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);

}


aside {
    width: 100%;
}

#solution > ul {
    text-align: center;
}

.top > h3 {
    font: bold 25px 'nanum1';
    margin-top: 150px;
}

.top > p {
    font: 16px 'nanum1';
    margin-top: 50px;
}

.top li {
    width: 207px;
    height: 30px;
    background-color: #dadad9;
    font: bold 16px/30px 'nanum1';
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 50px;
}

.top li a {
    color: #4e89b0;
}

#contents {
    width: 1024px;
    height: 900px;
    margin: 100px auto;
}


#contents ul {
    width: 510px;
    height: 350px;
    float: left;
    text-align: center;
    margin-top: 50px;
    position: relative;
}

.title h3 {
    font: bold 16px 'gothic1';
    width: 75px;
    height: 25px;
    background-color: #4e89b0;
    color: #fff;
    border-radius: 12.5px;
    float: left;
}

.title h4 {
    width: 180px;
    height: 25px;
    background-color: #ebebeb;
    border-radius: 12.5px;
    line-height: 25px;
    font: bold 16px 'gothic1';
}


#contents img {
    margin-top: 20px;
}


.box {
    width: 100%;
    opacity: 0;
    transition: all 0.8s ease-in-out;
    background-color: rgba(78, 137, 176, 0.88);
    color: #fff;
    position: absolute;
    bottom: 0;
    text-align: left;
    overflow: hidden;
    height: 0;
    cursor: pointer;
}

.box h5 {
    font: bold 20px 'nanum1';
    padding: 20px 0 10px 20px;
}

.box p:nth-child(2) {
    font: 16px 'nanum1';
    padding-left: 20px;
}


.box p:nth-child(3) {
    width: 100px;
    height: 24px;
    background-color: #fff;
    color: #000;
    text-align: center;
    border-radius: 12px;
    font: 12px 'nanum1';
    line-height: 24px;
    position: absolute;
    right: 10%;
    top: 50%;
}

#store {
    width: 100%;
    margin: 0 auto;
}

#contents ul:hover .box {
    height: 109px;
    opacity: 1;
}

#new_banner > h3 {
    text-align: center;
    margin-bottom: 30px;
    font: bold 25px 'gothic1';
}

#new_banner {
    width: 100%;
    height: 200px;
    position: relative;
    margin-bottom: 150px;
}


#new_banner > p:nth-child(3) {
    font: bold 20px 'gothic1';
    position: absolute;
    bottom: 35%;
    left: 20%;
    color: #fff;
}

#new_banner > p:nth-child(4) {
    font: 16px 'nanum1';
    position: absolute;
    bottom: 20%;
    left: 20%;
    color: #fff;
}

#new_banner > p:nth-child(5) {
    width: 200px;
    height: 25px;
    background-color: #a186be;
    text-align: center;
    font: 12px 'nanum1';
    line-height: 25px;
    position: absolute;
    bottom: 0;
    left: 20%;
    color: #fff;
}


#product {
    width: 1024px;
    height: 1118px;
    margin: 0 auto;
}

#product ul {
    width: 320px;
    height: 370px;
    float: left;
    margin-right: 32px;
}

#product ul:nth-child(3n) {
    margin-right: 0;
}

#product ul li {
    text-align: center;
}

.click {
    width: 180px;
    height: 30px;
    background-color: #000;
    color: #fff;
    font: bold 12px 'nanum1';
    line-height: 30px;
    margin: 0 auto;
}

.product_title {
    font: bold 16px 'gothic1';
    letter-spacing: -1px;
    text-align: center;
}


/********** 하단 영역 **********/

footer {
    width: 100%;
    height: 110px;
    background-color: #000000;
    position: absolute;
}


#footer_box {
    width: 1024px;
    height: 110px;
    margin: 0 auto;
}


#fnb {
    padding: 5px 0 0 240px;
}

#fnb > h2 {
    float: left;
    height: 110px;
    padding-top: 15px;
    box-sizing: border-box;
}

#fnb > h2 > a > img {
    vertical-align: middle;
}

#address {
    float: left;
    margin: 0 0 0 30px;
}

#address > address {
    font-style: normal;
    font: bold 12px/20px 'nanum2';
    color: #fff;
    margin-top: 20px;
}

address > span {
    color: #fcc17c;
}

small {
    color: #fff;
}