@charset "utf-8";


* {
    text-decoration: none;
    list-style: none;

}

a {
    font-family: 'GmarketSansMedium';
}


#wrap {
    width: 100%;
}


#header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

#header_box {
    width: 1024px;
    height: 100px;
    margin: 0 auto;
}

#logo {
    width: 240px;
    height: 50px;
    float: left;
    margin-top: 30px;
    cursor: pointer;
    background-image: url(../images/0/00_top%20logo-01_240x50.png);
}

#logo:hover {
    opacity: 0.4;
}

#logo > a {
     width: 100%;
    height: 100%;
    display: block;
}

#text {
    width: 150px;
    height: 40px;
    margin-top: 40px;
    float: left;
    line-height: 60px;
    margin-left: 10px;


}

#text > a {
    font-size: 20px;
    color: #000;
    font-family: 'LotteMartDream';
}



#lnb {
    width: 100%;
    height: 85.5px;
}

#lnb > ul {
    width: 502px;
    height: 85.5px;
    margin: 0 auto;
}


#lnb > ul > li {
    width: 251px;
    height: 85.5px;
    float: left;
}

#lnb > ul > li:nth-child(1) {
    background-image: url(../images/6/06_1-Main%20Menu-01.png);
}

#lnb > ul > li:nth-child(1):hover {
    background-position: 0 -85px;
}

#lnb > ul > li:nth-child(2) {
    background-image: url(../images/6/06_1-Main%20Menu-02.png);
}

#lnb > ul > li:nth-child(2):hover {
    background-position: 0 -85px;
}

#box {
    width: 100%;
    height: 150px;
    background-color: rgb(141, 198, 63);
    margin: 0 auto;
}


#contentwrap {
    width: 100%;
    height: 1490px;
}

#icon_box {
    width: 700px;
    height: 80px;
    margin: 0 auto;

}

#icon {
    width: 655px;
    height: 69px;
    margin: 0 auto;
    background-image: url(../images/6/06_1-Headset%20Icon.png);
    position: relative;
    top: 35px;
}

#text_1 {
    margin: 0 auto;
    line-height;
    text-align: center;
    position: relative;
    bottom: 50px;
}
#text_1 > a {
    font-size: 28px;
    color: #fff;
}

#text_2 {
    text-align: center;
      position: relative;
    bottom: 30px;
}

#text_2 > a {
    color: #fff;
}

#lnb_2 {
    width: 609px;
    height: 20px;
    margin: 70px auto;
    
}

#lnb_2 > ul > li {
    width: 151px;
    text-align: center;
    color: #000;
    border-right: solid 1px;
}

#lnb_2 > ul > li > a {
    display: block;
    line-height: 20px;
    color: #000;
}
#lnb_2 > ul > li > a:hover {
    opacity: 0.4;
}

#lnb_2 > ul > li:nth-child(1) {
    border-left: solid 1px;
}


#video_box {
    width: 910px;
    height: 375px;
    margin: 0 auto;
    margin-bottom: 100px;
    
}
#video {
    float: left;
    margin-right: 18px;
}

#img_box_1 {
    width: 262px;
    height: 376px;
    background-image: url(../images/6/06_1-img_box1.png);
    float: left;
}

#img_box_2 {
    width: 1024px;
    height: 705px;
    background-image: url(../images/6/06_1-img_box2-01.png);
    margin: 0 auto;
}

