/**************바디************/

@charset "utf-8";

#contentwrap {
    width: 100%;
}

.wrap_box {
    min-width: 1280px;
    height: 800px;
    margin: 0 auto;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.slide {
    width: 300%;
    height: 800px;
    
    
    position: relative;
    left: 00%;
}

.slide > li {
    width: 33.333333%;
    height: 800px;
    margin: 0 auto;
}






/***********슬라이드1**********/

.slide01 {
    background-image: url(../images/slide_1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    
}

.slide01 .box {
    width: 1280px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}

.slide01 .logo {
    width: 60px;
    height: 60px;
    background-image: url(../images/logo_small_watch.jpg);
    position: absolute;
    top: 55px;
    left: 200px;
}

.slide01 .name {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 65px;
    left: 280px;
    font-weight: bold;
}

.slide01 .explain {
    width: 408px;
    height: 60px;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.slide01 .click_box {
    width: 300px;
    height: 50px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    top: 670px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.slide01 a {
    display: block;
    height: 100%;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #ff0055;
    text-align: center;
}






/***********슬라이드2**********/

.slide02 {
    background-image: url(../images/slide_2.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.slide02 .box {
    width: 1280px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}

.slide02 .logo {
    width: 60px;
    height: 60px;
    background-image: url(../images/logo_small_pedia.jpg);
    position: absolute;
    top: 55px;
    left: 200px;
}

.slide02 .name {
    color: white;
    font-size: 24px;
    position: absolute;
    top: 65px;
    left: 280px;
    font-weight: bold;
    color: #ff0055;
}

.slide02 .explain {
    width: 330px;
    height: 60px;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #ff0055;
}

.slide02 .click_box {
    width: 300px;
    height: 50px;
    background-color: #ff0055;
    position: relative;
    z-index: 2;
    top: 670px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.slide02 a {
    display: block;
    height: 100%;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}




/***********슬라이드3**********/

.slide03 {
    background-image: url(../images/slide_3.jpg);
    background-position: center;
    background-repeat: no-repeat;
}

.slide03 .box {
    width: 1280px;
    height: 800px;
    margin: 0 auto;
    position: relative;
}

.slide03 .logo {
    width: 60px;
    height: 60px;
    background-image: url(../images/logo_small_music.jpg);
    position: absolute;
    top: 55px;
    left: 200px;
}

.slide03 .name {
    color: white;
    font-size: 21px;
    position: absolute;
    top: 52px;
    left: 280px;
    color: #fff;
}

.slide03 .explain {
    width: 380px;
    height: 60px;
    color: white;
    font-size: 14px;
    position: absolute;
    top: 62px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #fff;
}

.slide03 .click_box {
    width: 300px;
    height: 50px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    top: 670px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 10px;
}

.slide03 a {
    display: block;
    height: 100%;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    color: #0f1722;
    text-align: center;
}






/***********버튼**********/

.buttom01 {
    width: 1280px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.buttom01 .prev {
    width: 61px;
    height: 60px;
    background-image: url(../images/button_1.PNG);
    position: relative;
    top: 50%;
    left: 70px;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    
}

.buttom01 .next {
    width: 61px;
    height: 60px;
    background-image: url(../images/button_1.PNG);
    position: relative;
    top: 310px;
    left: 1150px;
    cursor: pointer;
}

.buttom02 {
    width: 1280px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.buttom02 .prev {
    width: 61px;
    height: 60px;
    background-image: url(../images/button_2.PNG);
    position: relative;
    top: 50%;
    left: 70px;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    
}

.buttom02 .next {
    width: 61px;
    height: 60px;
    background-image: url(../images/button_2.PNG);
    position: relative;
    top: 310px;
    left: 1150px;
    cursor: pointer;
}

.buttom03 {
    width: 1280px;
    height: 800px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.buttom03 .prev {
    width: 61px;
    height: 60px;
    background-image: url(../images/button_3.PNG);
    position: relative;
    top: 50%;
    left: 70px;
    transform: translateY(-50%) rotate(180deg);
    cursor: pointer;
    
}

.buttom03 .next {
    width: 61px;
    height: 60px;
    background-image: url(../images/button_3.PNG);
    position: relative;
    top: 310px;
    left: 1150px;
    cursor: pointer;
}