@charset "utf-8";

/*기본세팅 */

* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit;
}

img {
    border: 0;
}

body {
    font-family: "맑은 고딕", Malgun Gothic, arial, sans-serif;
    font-size: 16px;
    color: #666;
    overflow-y: scroll;
    overflow: hidden;
}

.clear::after {
    clear: both;
    content: "";
    display: block;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
}

header {
    position: relative;
    width: 100%;
    height: 100px;
    background: #AFB42B;
}


.slider_wrap {
    width: 100%;
    height: 300px;
    background: #FFB74D;
}

.box_wrap {
    width: 1200px;
    height: auto;
/*    background: #FFF59D;*/
    margin: 0 auto;
}

.box_wrap section.con1 {
    position: relative;
    width: 500px;
    height: 200px;
    background: #84FFFF;
    float: left;
    top: 300px;
    opacity: 0;
}


.box_wrap section.con2 {
    position: relative;
    width: 350px;
    height: 200px;
    background: #18FFFF;
    float: left;
    top: 300px;
    opacity: 0;

}

.box_wrap section.con3 {
    position: relative;
    width: 350px;
    height: 200px;
    background: #00E5FF;
    float: left;
    top: 300px;
    opacity: 0;
}




footer {
    position: relative;
    width: 100%;
    height: 100px;
    background: #D4E157;
    top: 500px;
    opacity: 0;
}
