/*----------#sec01 .main-----------*/

section {
    overflow: hidden;
}

.main {
    height: 132vw;
    width: 100%;
    position: relative;
    font-family: "Nanum Myeongjo";

    background: url("../images/bg.jpg") no-repeat center/cover;
}

.main .copy {
    width: 86vw;
    margin: 25vw auto 0;
    position: relative;
}

/*=====gsap=====*/

.txt01 {
    width: 28vw;
    padding: 0 0 2vw 8vw;
    display: block;
}

.txt02 {
    width: 36vw;
    padding: 0 0 0 8vw;
}

.txt03 {
    width: 36vw;
}

.txt04 {
    width: 20vw;
    position: absolute;
    top: 10vw;
    right: 7vw;
}

.txt05 {
    width: 20vw;
    position: absolute;
    top: 16vw;
    right: 7vw;
}

.txt06 {
    width: 48vw;
    padding: 5vw 0 0 0;
}

.txt06 {
    width: 48vw;
}

.txt07 {
    width: 66vw;
    padding: 2vw 11vw;
}

.txt01,
.txt02,
.txt03 {
    transform: translateX(-5vw);
    opacity: 0;
}

.txt04,
.txt05,
.open {
    transform: translateX(5vw);
    opacity: 0;
}

.txt06 {
    transform: translateX(-5vw);
    opacity: 0;
}

.txt07 {
    transform: translateY(5vw);
    opacity: 0;
}

.quick01,
.quick02,
.quick03,
.quick04 {
    transform: translateY(5vw);
    opacity: 0;
}

/*------------open-------------*/

.open {
    width: 22vw;
    height: 22vw;
    margin: 28vw 0 0 72vw;
    border-radius: 50vw;
    box-shadow: 2px 2px 2px 5px rgba(0, 0, 0, 0.05);
    background: #fff;
    color: #8c0052;
    text-align: center;
    position: absolute;
}

.open p {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.2;
    padding-top: 5.3vw;
    font-family: "GmarketSansMedium";
}

/*------------open-------------*/

.contract {
    width: 58vw;
    height: 18vw;
    margin: 52vw 0 0 0;
    border-radius: 0 4vw 0 0;
    background: url("../images/contract_bg.png") no-repeat center/cover;
    color: #fff;
    text-align: center;
    position: absolute;
    padding-top: 0.8vw;
}

.contract strong {
    font-size: 3.2vw;
    font-weight: 600;
    padding-top: 1vw;
    line-height: 1.2;

    display: block;
}

.contract p {
    font-size: 2.8vw;
    line-height: 1.1;
    padding-top: 1vw;
}

.contract span {
    font-size: 2.6vw;
}

/*------------quick-------------*/

.quick {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 20vw;
    z-index: 10;
}

.quick > a {
    position: absolute;
    height: 50%;
    font-family: "Noto Sans KR", sans-serif;
    text-align: center;
    line-height: 9vw;
    font-size: 3vw;
    font-weight: 600;
    color: #fff;
}

.quick a span {
    font-weight: 200;
    font-size: 2.5vw;
}

.quick_406 {
    width: 50vw;
    left: 0;
    top: 0;
    background: #fff;
}

.quick_406 img {
    height: 4vw;
    margin: 3vw;
}

.quick_public_support {
    width: 50vw;
    right: 0;
    top: 0;
    background: #8c0052;
}

.flex_bar {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100vw;
    height: 10vw;
}

.quick_customer {
    font-size: 3vw;
    font-weight: 900;
    color: #fff;
    background: #8c0052;
}

.flex_bar a {
    width: calc(100vw / 2);
    text-align: center;
    left: 10vw;
    line-height: 10vw;
}

.quick_contact {
    font-size: 3vw;
    font-weight: 900;
    color: #fff;
    background: rgba(0, 0, 0, .8);
}

.quick_contact span { font-weight: 600; }

.quick_kakao {
    font-size: 3vw;
    font-weight: 900;
    color: #231916 !important;
    background: #fae100;
}

.quick_kakao img {
    height: 5vw;
    margin: 2.5vw 2vw 0 0;
}

/*----------#sec02 .premium-----------*/

.premium {
    height: 130vw;
    width: 100%;
    background: url(../images/pre_bg.jpg) no-repeat center/cover;
    text-align: center;
    position: relative;
}

.premium .copy {
    margin: 13vw 0 0 0;
}

.premium_txt01 {
    height: 5vw;
}

.premium_txt02 {
    height: 7vw;
    margin-top: 3.5vw;
}

.mySwiper02 {
    padding: 8vw 4vw 0 0;
    width: 96vw;
    position: relative;
}

.mySwiper02 .swiper-wrapper {
    width: 100vw;
    height: 100vw;
    position: relative;
}

.mySwiper02 .swiper-slide {
    width: 100vw;
    height: 75vw;
}

.mySwiper02 .swiper-slide img {
    width: 60vw;
    overflow: hidden;
    opacity: 0;
}

.mySwiper02 .swiper-slide-active img {
    opacity: 1;
}

/*=프리미엄 슬라이드 pagination=*/

.mySwiper02 .swiper-pagination {
    position: absolute;
    left: 55vw;
    bottom: 17vw !important;
    width: 40vw;
    height: 5vw;
}

.mySwiper02 .swiper-pagination-bullet {
    width: 2vw;
    height: 2vw;
    background: #333 !important;
    opacity: 1;
    margin: 2.5vw !important;
    border-radius: 1vw;
    position: relative;
    display: inline-block !important;
}

.mySwiper02 .swiper-pagination-bullet-active {
    background: #8c0052 !important;
}

/*----------#sec03 .location-----------*/

.location {
    height: 140vw;
    width: 100%;
    background: url(../images/loc_bg.jpg) no-repeat center/cover;
    position: relative;
}

.location .copy {
    margin: 10vw 0 0 0;
}

.location_txt01 {
    height: 4vw;
    margin-left: 14vw;
}

.location_txt02 {
    height: 6vw;
    margin: 3.5vw 0 0 14vw;
    display: block;
}

.location_txt03 {
    height: 8vw;
    margin: 1vw 0 0 14vw;
}

.location_view {
    position: absolute;
    top: 30vw;
    right: 10vw;
}

.location_view img {
    height: 4.5vw;
}

.mySwiper03 {
    padding-top: 4vw;
    width: 100vw;
    position: relative;
}

.mySwiper03 .swiper-wrapper {
    width: 100vw;
    height: 100vw;
    position: relative;
}

.mySwiper03 .swiper-slide {
    width: 100vw;
    height: 75vw;
}

.mySwiper03 .swiper-slide img {
    width: 80vw;
    margin-left: 10vw;
    overflow: hidden;
}

/*=로케이션 슬라이드 pagination=*/

.mySwiper03 .swiper-pagination {
    position: absolute;
    left: 55vw;
    bottom: 9vw !important;
    width: 40vw;
    height: 5vw;
}

.mySwiper03 .swiper-pagination-bullet {
    width: 1vw;
    height: 1vw;
    background: #333 !important;
    opacity: 1;
    margin: 2.5vw !important;
    border-radius: 1vw;
    position: relative;
    display: inline-block !important;
}

.mySwiper03 .swiper-pagination-bullet:before {
    content: "";
    clear: both;
    display: inline-block !important;
    width: 5vw;
    height: 5vw;
    border: 1px solid #8c0052 !important;
    border-radius: 3vw;
    box-sizing: border-box;
    position: absolute;
    top: -2vw;
    left: -2vw;
    opacity: 0;
}

.mySwiper03 .swiper-pagination-bullet-active {
    background: #8c0052 !important;
}

.mySwiper03 .swiper-pagination-bullet-active:before {
    opacity: 1;
}

/*----------#sec04 .contact-----------*/

.contact {
    height: 135vw;
    width: 100%;
    background: #f7f8f9;
    text-align: center;
    position: relative;
}

.contact .copy {
    margin: 13vw 0 0 0;
}

.contact_txt01 {
    height: 7vw;
}

.contact_txt02 {
    height: 5vw;
    margin-top: 3.5vw;
}

.contact_map {
    width: 100vw;
    position: relative;
}

.contact_map .map_img {
    width: 85%;
}

.contact_map01 {
    position: absolute;
    top: 69vw;
    left: 9vw;
    width: 39vw;
    height: 18vw;
}

.contact_map02 {
    position: absolute;
    top: 69vw;
    right: 9vw;
    width: 39vw;
    height: 18vw;
}

.contact_view {
    position: absolute;
    right: 10vw;
    bottom: 7vw;
    height: 3vw;
}

.contact_view img {
    height: 5vw;
}