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

@charset "utf-8";

#contentwrap {
    width: 100%;
}

.content_box {
    min-width: 1280px;
    height: 100%;
    border-bottom: 3px solid #ff0055;
}

/*****************배너1****************/

.banner_1 {
    background-image: url(../images/05_main.JPG);
    min-width: 1280px;
    height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.banner_1 .content_logo {
    position: absolute;
    top: 150px;
    left: 50%;
    transform: translateX(-50%);
}

.banner_1 .aside {
    width: 620px;
    height: 70px;
    position: absolute;
    top: 850px;
    left: 50%;
    transform: translateX(-50%);
}

.banner_1 .aside img {
    width: 70px;
}

.banner_1 .aside > li:nth-child(2) {
    width: 520px;
    height: 70px;
    margin-left: 30px;
    color: #ff0055;
    font-size: 18px;
    position: relative;
    top: -5px;
}






/*****************배너2****************/






.banner_2 {
    background-image: url(../images/05_sub_1.jpg);
    min-width: 1280px;
    height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.banner_2 .aside {
    width: 500px;
    height: 70px;
    border-radius: 10px;
    background-color: #ff0055;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.banner_2 li:nth-child(1) {
    width: 100%;
    font-size: 21px;
    color: white;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.2em;
}

.banner_2 li:nth-child(1) img {
    margin-right: 20px;
    position: relative;
    top: 9px;
}

.banner_2 li:nth-child(2) {
    width: 500px;
    height: 100px;
    color: #ddd;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

/*****************배너3****************/


.banner_3 {
    background-image: url(../images/05_sub_2.jpg);
    min-width: 1280px;
    height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.banner_3 .aside {
    width: 500px;
    height: 70px;
    border-radius: 10px;
    background-color: #ff0055;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.banner_3 li:nth-child(1) {
    width: 100%;
    font-size: 21px;
    color: white;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.3em;
}

.banner_3 li:nth-child(1) img {
    margin-right: 20px;
    position: relative;
    top: 7px;
}

.banner_3 li:nth-child(2) {
    width: 500px;
    height: 100px;
    color: #ddd;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

/*****************배너4****************/


.banner_4 {
    background-image: url(../images/05_sub_3.jpg);
    min-width: 1280px;
    height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.banner_4 .aside {
    width: 500px;
    height: 70px;
    border-radius: 10px;
    background-color: #ff0055;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.banner_4 li:nth-child(1) {
    width: 100%;
    font-size: 21px;
    color: white;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.2em;
}

.banner_4 li:nth-child(1) img {
    margin-right: 20px;
    position: relative;
    top: 11px;
}

.banner_4 li:nth-child(2) {
    width: 500px;
    height: 100px;
    color: #ddd;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}

/*****************배너5****************/


.banner_5 {
    background-image: url(../images/05_sub_4.jpg);
    min-width: 1280px;
    height: 1080px;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    
}

.banner_5 .aside {
    width: 500px;
    height: 70px;
    border-radius: 10px;
    background-color: #ff0055;
    position: relative;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}

.banner_5 li:nth-child(1) {
    width: 100%;
    font-size: 21px;
    color: white;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    letter-spacing: 0.2em;
}

.banner_5 li:nth-child(1) img {
    margin-right: 20px;
    position: relative;
    top: 9px;
}

.banner_5 li:nth-child(2) {
    width: 500px;
    height: 100px;
    color: #ddd;
    text-align: center;
    font-size: 18px;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
}


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

.btn_up {
    position: fixed;
    top: 90%;
    left: 90%;
    transform: rotate(-90deg);
}





































































