#wrap {
    width: 100%;
    margin: 0;
    padding: 0;
	overflow: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    position: relative;
	

}

body {
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;

}

img {
    width: 100%;
}


/*main*/



.main {
    width: 100%;
    position: relative;
    height: 139vw;
}

.new_main img {
    position: relative;
}

.textcommon {
    opacity: 0;
    position: absolute;
    z-index: 2;
}

.button {
    display: flex;
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.button a {
    width: 100%;
}

.button a:first-child {
    cursor: auto;
}

.button_one {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}

.text1 {
	top: 15vw;
	right: 10vw;
	width: 58%;
}

.text2 {
	top: 23vw;
	right: 10vw;
	width: 58%;
}

.text3 {
	top: 34vw;
	right: 10vw;
	width: 58%;
}

.main_bg {
    /*opacity: 0;*/
}

/*프리미엄*/

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
}

.special {
    position: relative;
}

.special_t {
    position: absolute;
    z-index: 2;
    top: 15vw;
    width: 70%;
    left: 15vw;
}


#pagination01 {
    position: absolute;
    bottom: 40%;
}

#pagination01 .swiper-pagination-bullet-active {
    background-color: #00183d;
}

#pagination01 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.premium {
    position: relative;
}

.pre_t {
    position: absolute;
    top: 15vw;
    width: 70%;
    left: 50%;
	transform: translateX(-50%);
}


.mySwiper2 {
    width: 90%;
}

#pagination02 {
    position: absolute;
    top: 36vw;
    height: 8vw;
    width: 90%;
	left: 50%;
	transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
}

#pagination02 .swiper-pagination-bullet-active {
    background-color: #3b89ae !important;
}

#pagination02 .swiper-pagination-bullet-active emb {
    color: #fff !important;
    font-weight: bold;
}

#pagination02 .swiper-pagination-bullet {
    width: 23%;
    height: 100%;
    border-radius: 50px;
    font-size: 75%;
    position: relative;
    background: #d4d7e0;
    opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
}

#pagination02 .swiper-pagination-bullet emb {
    width: 100%;
    position: absolute;
    left: 1%;
    top: 35%;
    color: #00183d;
}

.circle_logo {
    position: absolute;
    bottom: 29%;
    right: 15%;
    width: 60%;
}

.circle_logo img {
    width: 85%;
}

.circle {
    position: absolute;
    z-index: 2;
    right: 2vw;
    top: 48vw;
    width: 15%;
}


.rolling_img {
    animation: roll 8s linear infinite;
}

@keyframes roll {
    from {
        transform: rotate(0deg) translateX(0px);
    }

    to {
        transform: rotate(360deg) translateX(0px);
    }
}


.brand_bottom {
    position: relative;
}

.brand_txt {
    position: absolute;
    top: 15%;
    width: 90%;
    left: 5%;
}

/*footer*/

.foot {
    position: relative;
    width: 100%;
}

/*.footer {
    top: 0;
    position: absolute;

}*/

/*footer end*/


@media all and (max-width:390px) {

    #pagination02 .swiper-pagination-bullet {
        font-size: 60%;
    }

    #pagination02 .swiper-pagination-bullet emb {
        top: 36%;
    }
}
