.gonh_link{
    width: 32vw;
    height: 30vw;
    /* background: pink; */
    position: absolute;
    right: 4%;
    top: 6%;
}
.gonh_link.gonh_link02{
    top: 72%;
    height: 10vw;
    /* background: skyblue; */
}

#wrap {
    width: 100%;
    margin: 0;
    padding: 0;
}
html, body {
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    font-family: 'Noto Sans KR', sans-serif;
    overflow-x: hidden;
}
img {
    width: 100%;
}

/************************* main us start ***************************/

#main {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 15vw;
}
.copybox {
    position: absolute;
    width: 20vh;
    margin: 0 auto;
    top: 30vh;
    transform: translate(-50%, -50%);
    z-index: 1;
    left: 50%;
    /*margin-top: 15vw;*/
    min-width: 80%;
}
.copybox img {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}
.copybox li {
    position: relative;
    opacity: 0;
}
.copybox li:nth-child(2) {
    top: 4vw;
}
.copybox li:nth-child(3) {
    top: 7vw;
}

.copybox li:nth-child(3) img {
    width: 65%;
}

.bar {
    position: absolute;
    z-index: 99;
    bottom: 0;
}
.bar a {
    display: block;
    width: 50%;
    height: 100%;
    right: 0;
    position: absolute;
    z-index: 99;
}
.main_box {
    overflow: hidden;
    height: 100%;
    max-width:100%;
    padding: 2vw;
    background: #0e1e45;
}
.main_box img {
    width: 100%;
    height: 100%;
    max-width:100%        
}
/*
.mainimg {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background: url(../img/main/main.jpg);
    background-size: cover;
    background-position: center bottom;
    background-attachment: inherit;
    height: calc(var(--vh, 1vh) * 100);
    min-height: -webkit-fill-available;
}
*/

.mainimg {
    width: 100%;
    height: 80vh;
    /* background-repeat: no-repeat; */
    background: url(../img/main/main.jpg);
    background-size: cover;
    background-position: center;
    /* background-position: center bottom; */
    /* background-attachment: inherit; */
    /* height: calc(var(--vh, 1vh) * 70); */
    /* min-height: -webkit-fill-available; */
}



.text {
    position: absolute;
    left: 15%;
    top:5%;
    width: 70%;
}
.pkc {
    position: relative;
    top: 0px;
  /*   transform: scale(1.2);  */
}


.rolling_area {
    position: absolute;
   /*  bottom:26vh;  */
   bottom: 32%;
    right: 35px;
    z-index: 100;
}

.rolling_txt {
    animation: rolrol 8s linear infinite;
}

.rolling_txt > img {
    width: 83px;
}

@keyframes rolrol {
    from {  transform: rotate(0deg) translateX(0px); }
    to   {  transform: rotate(360deg) translateX(0px); }
}

.rolling_img {
    position: absolute;
    top: 11px;
    right: 38px;
    display: block;
    width: 34px;
}

.rolling_img > img {
    width: 60px;
}



/************************* main us end ****************************/

/************************* premium us start ***************************/

.premium {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 15vw;
    margin-bottom: 15vw;
}

.pre {
    width: 94%;
    margin: 0 auto;
    display: block;
    padding-top: 7vw;  
    padding-bottom: 14vw; 
}

.pre .swiper-container1 img{
    width: 100%;

    height: 100%;
    object-fit: cover;
}

/*
.pre .swiper-container1 {
    margin-left: -97px;
}   .swiper-slide{
            background-color: #f0f0f0;
            width: 80%;
*/

.pre .swiper-container1 .swiper-slide {
     width: 80%;
    /* padding-top: 40px; */
    /* 
   width: 50% !important; */
   /* width: calc(25% - 20px); 
       width: calc(100% - 56%);*/
     /*   width: 60% !important; */
    top: 40px;
    transition: all 0.5s ease;    
}





.swiper-container1 {
    padding-bottom: 48px;
    padding-top: 9vw;
    /* overflow: inherit !important; */
    /* left: -10% !important; */
}

/* .swiper-wrapper {left: 8%;} */
.pre .swiper-container1 .swiper-slide.swiper-slide-active{
   /*  width: 50% !important;  */
   /*  padding-top: 0;  */

   top: 0;
    opacity: 1;
}

.swiper-pagination-bullet {
    background: #cccccc;
}

.swiper-pagination-bullet-active{
    background: #101649;
    width: 14px;
    height: 14px;
}


.pre_bg{
    display: block;
    position: relative;
    padding-top: 17%;
    width: 100%;
}
.pre_tit{
    display: block;
    position: relative;
    width: 80%;
    z-index: 11;
    margin: 0 auto;
}
.pre_more {
    display: block;
    width: 13%;
    margin: 6vw auto 0;
}
.num_wrap {
    position: absolute;
    z-index: 9999;
    width: 20%;
    left: 12.5%;
    top: 22%;
}
.numbering {
    position: relative;
}
.arrow {
    width: 9%;
    position: absolute;
}
.arrow img {
    display: block;
}
.arrow .swiper-button-next img,
.arrow .swiper-button-prev img,
.arrow .swiper-button-pause img,
.arrow .swiper-button-play img
{
    width: 100%;
}

.arrow .swiper-button-next,
.arrow .swiper-button-prev,
.arrow .swiper-button-pause,
.arrow .swiper-button-play
{
    
    width:100%;
}
.swiper-button-play {
    display: none;
}
.arrow .swiper-button-pause,
.arrow .swiper-button-play {
    position: absolute;
    top: 0;
    left: 3.5vw;
     -webkit-tap-highlight-color: rgba(255,255,255,0); 
}
.arrow .swiper-button-play  {
    left: 3.6vw;
    top: 0.1vw;
     -webkit-tap-highlight-color: rgba(255,255,255,0); 
}
.arrow .swiper-button-play  {
    z-index: 1111;
     -webkit-tap-highlight-color: rgba(255,255,255,0); 
}

.arrow .swiper-button-next {
    left: 7vw;
    top: -0.2vw;
    position: absolute;
     -webkit-tap-highlight-color: rgba(255,255,255,0); 
}
.arrow .swiper-button-prev {
    left: 0;
    top: -0.2vw;
    position: absolute;
     -webkit-tap-highlight-color: rgba(255,255,255,0); 
}

.arrow .swiper-button-prev:focus, .arrow .swiper-button-play:focus, .arrow .swiper-button-pause:focus, .arrow .swiper-button-next:focus {
    outline:none;
}
.numbering .swiper-pagination {
    left: 0;
    line-height: 4vw;
    font-size: 3.4vw;
    transform: rotate(-0.03deg);
    font-weight: 500;
}
.numbering .swiper-pagination-bullet {
    position: absolute;
    background: none;
    opacity: 0;
    margin: 0;
}
.numbering .swiper-pagination-bullet-active {
    opacity: 1;
    left: 0;
    position: absolute;
}
.numcenter {
    width: 38%;
    height:4vw;
    top: -0.5vw;
    position: relative;
    margin: 0 auto;
}
.numcenter::before {
    content: "";
    position: absolute;
    width: 62%;
    height: 2px;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    background: #c0c0c0;
}
.numcenter  #total_num {
    position: absolute;
    right: 0;
    color: #c9c9c9;
    line-height: 4vw;
    font-size: 3.4vw;
    transform: rotate(-0.03deg);
    font-weight: 500;
}
#page_number {
    display: none;
}


/************************* premium us end ****************************/


/************************* brand start ****************************/

.brand {
    width: 100%;
    height: 39vw;
    background: url("../img/main/brand_bg.jpg");
    background-size: contain;
}

.brand img{
    width: 50vw;
    display: block;
    padding-top: 12vw;
    margin: 0 auto;
}


/************************* // brand end ****************************/

/************************* cont_area start ****************************/

.cont_area {
    position: relative;
    margin-top: 15vw;
}

.cont_tit {
    width: 42vw;
    margin: 0 auto;
    padding-bottom: 7vw;
}

.brand img{
    width: 50vw;
    display: block;
    padding-top: 12vw;
    margin: 0 auto;
}

.cont.ver01{
    width: 80%;
    margin: 0 auto;
    margin-bottom: -8vw;
    position: relative;
}

.cont.ver01:after {
    position: absolute;
    background: url("../img/main/cont_left.png");
}

.left_cont {
    position: absolute;
    top: 54vw;
    left: -10px;
    width: 117px;
    z-index: -1;
}



/* 비메오 */
#vimeoWrap{    
    position: relative;
   padding-bottom: 56.25%; /* 16/9 ratio */
   padding-top: 30px; /* IE6 workaround*/
   height: 0;
   overflow: hidden;
   margin: 0;
 }
#vimeoWrap iframe,
#vimeoWrap object,
#vimeoWrap embed {
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}
#mmovie {
   width: 90%;
    left: 5%;
   overflow: hidden;
   position: relative;
   top: 0;
   z-index: 1;
}
#mmovie iframe,
#mmovie object,
#mmovie embed {
   position: relative;
   width: 100%;
   height: 56vw;
   margin: 0 auto;
}
/*비메오*/


/************************* // cont_area end ****************************/




/************************* subpage us start ***************************/






#sub {
    width: 100%;
    position: relative;
    top: 15vw;
    padding-bottom: 15vw;
}

.banner{
    width: 100%;
    display: block;
}

.stit {
    width: 100%;
    padding: 7vw 0;
    position: relative;
    background: url(../img/sub/sub_top_bg.jpg) no-repeat 100% 100%;
    background-position: center;
    background-size: cover;
}

.stit .banner {
    width: 33%;
    display: block;
    margin: 0 auto;
    opacity: 0;
}

.stit .stit_img {
    position: absolute;
    bottom: 0;
    width: 60vw;
    top: 10vw;
    left: 20vw;
    z-index: 1;
}

.plan{
  position: absolute;
    top: 43%;
    display: block;
    font-size: 28px;
    color: #ffffff;
    font-weight: 500;
    text-align: center;
    left: 50%;
}

.sub_box{
    width: 100%;
    display: block;
    margin: 0 auto;
}


.do_down{
    display: block;
    width: 53vw;
    height: 10vw;
    background: #301955;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    line-height: 10vw;
    font-size: 2.9vw;
    margin-bottom: 10vw;

}




.iframbox{
    width: 90%;
    margin: 0 auto;
}


.stit .stit_img.ver2 {

    position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -113px;
    left: 50%;
    max-width: 226px;
    z-index: 1;
}

.stit .stit_img.ver3 {

    position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -94px;
    left: 50%;
    max-width: 193px;
    z-index: 1;

}

.stit .stit_img.ver4 {

        position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -53px;
    left: 50%;
    max-width: 86px;
    z-index: 1;

}

.stit .stit_img.ver5 {

       position: absolute;
    bottom: 0;
    width: auto;
    top: 11vw;
    margin-left: -93px;
    left: 50%;
    max-width: 172px;
    z-index: 1;
}


.stit .stit_img.ver2:after {
    content: '';
    position: absolute;
   top: -17px;
    right: -49px;
    background: url(../img/sub_top/ci_bg.png) no-repeat;
    width: 72px;
    height: 63px;
    z-index: -1;
}

.stxt {
    width: 100%;
    position: relative;
    margin: 9% 0 0 0;
}
.stxt img {
    width: 2% !important;
    display: block;
    margin: 0 auto;
    padding-top: 4vw;
}


.slabel {
    font-size: 7vw;
    font-weight: 500;
    color: #111111;
    text-align: center;
    margin-top: 3vw;
    margin-bottom: 2vw;
    letter-spacing: -0.9px;
   
}
.slabel~span {
    font-size: 2.3vw;
    display: block;
    width: 100%;
    text-align: center;
    white-space: pre-wrap;
    line-height: 3.5vw;
    color: #999;
}

.page {
    width: 100%;
    background: #fff;
    position: relative;
    margin-bottom: 7vw;
    margin-top: 4vw;
}

.page iframe {
    position: relative;
    width: 100% !important;
    margin-top: 6%;
}

/**/

.ntlist {
    width: 71.4%;
    padding: 7% 10%;
    position: relative;
    margin: 0 auto;
    margin-top: 5%;
    border: 1px solid #ddd;
    line-height: 3.9vw;
    font-size: 2.6vw;
    text-align: center;
    color: #999;
    margin-bottom: 4vw;
}
.ntlist .title {
    font-size: 3vw;
    margin-bottom: 2.4vw;
    font-weight: bold;
    color: #222;
}



.page img {
    width: 100%;
    margin: 0 auto;
    position: relative;    
}



/*  */


.submap {
    position: relative;
    width: 90%;
    height: 55vw;
    top:5vw;
    margin: 0 auto 27px;
    margin-bottom: 25%;
    
}





/************************* subpage us end ****************************/

/*
@media (max-width: 360px) { 

    .pre .swiper-container1 .swiper-slide {
        width: calc(100% - 54.5%);
    }
}


@media (max-width: 350px) { 

    .pre .swiper-container1 .swiper-slide {
        width: calc(100% - 54.5%);
    }
}
*/