@charset "utf-8";

/********** 브라우저 초기화*********/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

/********** 전체 적용 부분 **********/

#wrap {
    width: 100%;
}

a {
    font-family: 'GmarketSansMedium';
}


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

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


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

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

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

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

#logo:hover {
    opacity: 0.4;
}




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

#lnb > ul {
    width: 1024px;
    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/7/07_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/7/07_1-Main%20Menu-02.png);
}

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

#lnb > ul > li:nth-child(3) {
    background-image: url(../images/7/07_1-Main%20Menu-03.png);
}

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

#lnb > ul > li:nth-child(4) {
    background-image: url(../images/7/07_1-Main%20Menu-04.png);
}

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




/************ contentwrap **************/

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

/**********************************/

#main_banner {
    width: 100%;
    height: 760px;
    background-position: center;
    margin: 0 auto;
}

/**********************************/

.slide {
    min-width: 1024px;
    overflow: hidden;
    cursor: pointer;
}

.slide > ul {
    width: 300%;
    position: relative;
    left: 0;
    animation: slider 10s infinite;
}

.slide > ul > li {
    width: 33.333333%;
    height: 760px;
    float: left;
    background-position: center;
}

#slide_1 {
    background-image: url(../images/7/07_1-main%20banner-01-01.png);
}

#slide_2 {
    background-image: url(../images/7/07_1-main%20banner-01-02.png);
}

#slide_3 {
    background-image: url(../images/7/07_1-main%20banner-01-03.png);
}

/**********************************/

.btn {
    width: 180px;
    height: 20px;
    margin: 0 auto 0 auto;
    position: relative;
    bottom: 5%;
}

.btn > li {
    width: 20px;
    height: 20px;
    background-color: #ffffff;
    margin-right: 60px;
    cursor: pointer;
    border-radius: 10px;
}

.btn > li.click {
    background-color: rgb(141, 198, 63);
}

.btn li:nth-child(3) {
    margin-right: 0;
}

#btn_1 {
    width: 794px;
    height: 82px;
    margin: 50px auto;
}

#btn_1 > ul > li > a {
    width: 100%;
    height: 100%;
    display: block;
}

#btn_1 > ul > li:nth-child(1) {
    width: 297px;
    height: 82px;
    background-image: url(../images/7/07_1-Button-01.png);
    margin-right: 200px;
}

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


#btn_1 > ul > li:nth-child(2) {
    width: 297px;
    height: 82px;
    background-image: url(../images/7/07_1-Button-02.png);
    cursor: pointer;
}

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

#out_box {
    width: 885px;
    height: 395px;
    margin: 0 auto;
    margin-bottom: 50px;
}

#out_box > ul > li:nth-child(1) {
    width: 295px;
    height: 395px;
    background-image: url(../images/7/07_1-sub%20banner-01-01.png);
    margin-right: 5px;
    cursor: pointer;
}

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

#out_box > ul > li:nth-child(2) {
    width: 290px;
    height: 195px;
    background-image: url(../images/7/07_1-sub%20banner-01-02.png);
    margin-right: 5px;
    margin-bottom: 5px;
    float: left;
    cursor: pointer;
}

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

#out_box > ul > li:nth-child(3) {
    width: 290px;
    height: 195px;
    background-image: url(../images/7/07_1-sub%20banner-01-03.png);
    float: left;
    margin-bottom: 5px;
    cursor: pointer;
}

#out_box > ul > li:nth-child(3):hover {
    background-position: 0 -195px;
    
}

#out_box > ul > li:nth-child(4) {
    width: 290px;
    height: 195px;
    background-image: url(../images/7/07_1-sub%20banner-01-04.png);
    margin-right: 5px;
    float: left;
    cursor: pointer;
}

#out_box > ul > li:nth-child(4):hover {
    background-position: 0 -195px;
    
}

#out_box > ul > li:nth-child(5) {
    width: 290px;
    height: 195px;
    background-image: url(../images/7/07_1-sub%20banner-01-05.png);
    float: left;
    cursor: pointer;

}

#out_box > ul > li:nth-child(5):hover {
    background-position: 0 -195px;
    
}
#img_bottom {
    width: 100%;
    height: 535px;
    background-image: url(../images/7/07_1-main%20banner-04.png);
    margin: 0 auto;
    position: relative;
}

#text_box1 {
    width: 850px;
    height: 400px;
    position: absolute;
    top: 10%;
    left: 27%;
}

#text_1 {
    margin-top: 50px;
    width: 850px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    color: #fff;
}

#text_2 {
    width: 850px;
    height: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 100px;
}

#btn_2 {
    width: 150px;
    height: 50px;
    border: solid 4px #fff;
    border-radius: 5px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
     color: #fff;
    cursor: pointer;
}

#btn_2  > a {
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
}