#sub_main {
    height: 50vw;
    background: url("../images/sub_bg.jpg") no-repeat center/cover;
    position: relative;

}

.sub_copy {
    width: 80vw;
    display: block;
    padding-top: 23vw;
    margin: 0 auto;
}

/*=====gsap=====*/
.sub_copy {
    transform: translateY(3vw);
}

/*==============*/

.sub_img {
    margin: 10vw auto;
    position: relative;
    text-align: center;
}


.sub_img p {
    font-size: 4vw;
    font-weight: 500;
    padding-bottom: 8vw;
    position: relative;

}



.sub_img > img {
    width: 100%;
}


iframe {
    width: 90%;
    height: 50vw;
    margin-bottom: 20vw;
}



#guest_ifr {
    padding-bottom: 10vw;
}


.map01 {
    position: absolute;
    top: 73.5%;
    left: 4.5%;
    width: 41.5vw;
    height: 7.5vw;
}



.map02 {
    position: absolute;
    top: 73.5%;
    left: 52.5%;
    width: 41.5vw;
    height: 7.5vw;
}

/*======VR==========*/
.sub_vr {
    height: 150vw;
    z-index: 99;
}

.sub_vr iframe {
    height: 150vw;
    width: 90%;
    margin: 0 auto 5vw;
}


.sub_img .duck {
    font-size: 2.5vw;
    padding-top: 5vw;
    line-height: 1.5;
}

/*======youtube==========*/
.sub_ytb {
    height: 60vw;
    z-index: 99;
}


.sub_ytb iframe {
    height: 60vw;
    width: 90%;
    margin: 0 auto 5vw;
}



/*======공급안내버튼==========*/
.gonggo_btn {
    position: absolute;
    width: 22.5vw;
    height: 12.5vw;
}



.gonggo01_btn {
    top: 54.5%;
    left: 45%;

}


.gonggo02_btn {
    top: 54.5%;
    left: 70.5%;

}