@charset "utf-8";


.main {
    padding-top: 230px;
    position: relative;
    height: 51.0416vw;
    overflow: hidden;
    min-height: 1080px;
}

.main .video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main .video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 113%;
    height: 100%;
    right: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 0;
}

.main .layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(25, 31, 40, 0.7);
    z-index: 1;
}

.main .layer:before,
.main .layer:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main .layer:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#191f28),
            color-stop(70%, transparent), to(#191f28));
    background: -o-linear-gradient(bottom, #191f28 0%, transparent 70%, #191f28 100%);
    background: linear-gradient(to top, #191f28 0%, transparent 70%, #191f28 100%);
}

.main .layer:after {
    background: url("https://www.wecandeo.com/images/bg-layer.png") no-repeat bottom center;
    background-size: cover;
}


.btn_wrap a.line_w {
    color: var(--c-w);
    border: 1px solid var(--c-w);
    line-height: 64px;
}

.btn_wrap a.full {
    color: var(--c-w);
    border-color: transparent;
    background-image: linear-gradient(transparent, transparent),
        linear-gradient(45deg, #c41821 0%, #c43418 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.btn_wrap a {
    height: 66px;
    line-height: 66px;
    text-align: center;
}


.main_ttl_box .btn_wrap a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    width: 210px;
    height: 66px;
    text-align: center;
    border-radius: 33px;
    color: #fff;
}

.main_ttl_box .btn_wrap a.instar_line {
    background: url(/img/main/instar_line.png) no-repeat center / cover;
}

.main_ttl_box .btn_wrap a+a {
    margin-left: 20px;
}

.main_ttl_box .btn_wrap a span {
    display: inline-block;
    margin-right: 10px;
}

.main .main_ttl_box {
    position: relative;
    z-index: 2;
}
.main .main_ttl_box .desc{
    margin: 50px 0 70px;
}
.main_ttl_box h2 {
    font-size: 3.625rem;
    color: #ffffff;
    line-height: 1.3;
    text-transform: uppercase;
    filter: drop-shadow(0 5px 10px rgba(0,0,0,0.8));
}

.main_ttl_box.black h2 {
    color: #252525;
    filter: drop-shadow(0 0 0 transparent);
}
.main_ttl_box.black .desc{
    color: #757575;
  
  
}
.main_ttl_box h2 .thin {
    font-weight: 200;
}

.main_ttl_box h2 .point_color {
    color: var(--c-pt);
    font-weight: 700;
}

.main_ttl_box .live {
    margin-bottom: 70px;
    display: block;
}

.main_ttl_box .desc {
    font-size: 1.375rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.54;
    margin: 30px 0 60px;
}


.main_ttl_box .mark {
    display: block;
    margin-bottom: 25px;
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--c-pt);
    text-transform: uppercase;
}
.main_container section{
    z-index: 10;
position: relative;
background-color: #fff;
}

/* count_sect */
.count_sect {
    padding: 90px 0;
    background-color: #fff;
}

.count_sect .count_box {
    flex: 1;
    text-align: center;
    font-size: 2.125rem;
    color: var(--c-bs);
    position: relative;
    font-weight: 500;
}
.count_box+ .count_box::after{
    content: '';
    height: 100px;
    width: 1px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #dbdbdb;

}
.count_sect .count_box span{
    font-size: 1.25rem;
    color: #999;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 1em;

}
.count_sect .count_box .num {
    color: var(--c-pt);
    font-size: 5.5rem;
    margin-bottom: 28px;
    display: block;
}

/* live_promotion_sect */
.live_promotion_sect {
    background: url(../img/main/main_live_bg.jpg) no-repeat center / cover;
    padding: 100px 0;
}
.live_promotion_sect .inner{
    width: 100%;
}
.live_promotion_sect .contents{ 
    display: none;   margin-top: 70px;
    position: relative;
    
}
.live_promotion_sect .contents.show{
    display: block;
} 

.live_slide {
    overflow: hidden;
    position: static;
    width: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
}
.live_slide .live_img{
    width: 306px;
    height: 535px;
    display: block;
    background: unset !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.5));
    
} 

 .live_slide .swiper-slide a{
    width: 290px;
    height: 520px;
    margin: 8px auto 0;
    /* border-radius: 30px; */
    background: no-repeat center / cover;
    
}
/* promotion */

.promotion_slider {
    overflow: hidden;
    position: static;
    width: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
}
.promotion_slider .promotion_img{
    width: 306px;
    height: 535px;
    display: block;
    /* background: url(../img/main/phone_frame.png) no-repeat center / contain; */
    background: unset !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.5));
    
} 

 .promotion_slider .swiper-slide a{
    width: 290px;
    height: 520px;
    margin: 8px auto 0;
    /* border-radius: 30px; */
    background: no-repeat center / cover;
    
}

/* event */

.event_slider {
    overflow: hidden;
    position: static;
    width: 100%;
    -webkit-perspective: 600px;
    perspective: 600px;
}
.event_slider .event_img{
    width: 306px;
    height: 535px;
    display: block;
    background: unset !important;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.5));
    
} 

 .event_slider .swiper-slide a{
    width: 290px;
    height: 520px;
    margin: 8px auto 0;
    /* border-radius: 30px; */
    background: no-repeat center / cover;
    
}
/* 
.promotion_slider .promotion_img{
    width: 1015px;
    height: 489px;
    display: block;
    background: url(../img/main/tablet_frame.png) no-repeat center / contain;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    filter: drop-shadow(0 0 1px rgba(0,0,0,0.5));
    
} 

 .promotion_slider .swiper-slide a{
    width: 990px;
    height: 464px;
    margin:14px auto;
    border-radius: 30px;
    background: no-repeat center / cover;
    
} */

/* figure{
    width: 306px;
    height: 635px;
    position: relative;
    margin: 0 auto;
    filter: drop-shadow( 0 5px 10px rgba(0, 0, 0, 0.7));
}
figure img{
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;    
}
figure .live_img{
    border-radius: 30px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border: 10px solid #fff;
    background-color: transparent;
    filter: drop-shadow(0 0 2px rgba(0,0,0,0.3));
} */
.swiper{
    width: 100%;
    overflow: hidden;
}
.swiper a{
    display: block;
}
.swiper a img{
    margin: 0 auto;
    display: block;
}

.live_promotion_sect .swiper-slide{
    width: 350px;
    height: 550px;
    position: relative;
    opacity: 0;
    transition: all 0;
}

.live_promotion_sect .swiper{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}
.live_promotion_sect .swiper-slide-prev,
.live_promotion_sect .swiper-slide-next,
.live_promotion_sect .swiper-slide-active{
    opacity: 1;
    transition: all .5s;
}
.swiper-button-next, .swiper-button-prev{
    width: 80px;
    height: 80px;
    background: url(../img/main/slide_arrow.png) no-repeat center / cover;
    transition: all .5s;
}
.slide-btn-container button {
    position: absolute;
    width: 80px;
    height: 80px;
    background: url(../img/main/slide_arrow.png) no-repeat center / cover
    ;
    cursor: pointer;

    transition: all .5s;
}
[class^="swiper-button-"]:hover{
    background-image: url(../img/main/slide_arrow_hover.png);

}

.swiper-button-prev {
    transform: rotate(180deg);
}
.swiper-pagination{
    position: static;
    margin: 20px auto 0;

}.swiper-pagination-bullet{
    margin: 0 9px;
}
.swiper-pagination-bullet{
    background-color: #fff;
    opacity: .5;
}
.swiper-pagination-bullet-active{
    background-color: var(--c-pt);
    opacity: 1;
}


.tab_btn_wrap a {
    color: var(--c-w);
    border: 1px solid var(--c-w);
    line-height: 64px;
}

.tab_btn_wrap a.on {
    color: var(--c-w);
    border-color: transparent;
    background-image: linear-gradient(transparent, transparent),
        linear-gradient(45deg, #c41821 0%, #c43418 100%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}









/* map_sec */
.map_sec {
    position: relative;
    padding: 110px 0;
}


.root_daum_roughmap .wrap_controllers {
    display: none;
}
.root_daum_roughmap .wrap_btn_zoom{
    display: none !important;
}
.map_sec .map_item {
    position: relative;
}


.map_sec .map_label {
    position: relative;
    z-index: 10;
    background: var(--c-pt);
    transform: translateY(-240px);
    border-radius: 6px;
    box-shadow: 0px 15px 32px 30px rgba(196, 24, 33, 0.08);
    padding: 40px 30px 60px;
    color: #fff;
    width: 18.75rem;
    height: 18.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;
}
.map_sec .map_label p{
    font-size: 1.125rem;
}
.map_sec .map_label strong{
    display: block;
    font-size: 2.25rem;
    
}
.map_bot{
    display: flex;
    padding: 60px 0 0 4.6875vw ;
}

.map_sec .map_area{
    font-size: 1.25rem;
    margin-left: 9.375vw;
}

.map_sec .map_area li {
    display: flex;
}

.map_sec .map_area p {
    line-height: 1.5;
}
.map_sec .map_area p.label{
    font-weight: 700;
    width: 130px;
    flex-shrink: 0;
}
.map_sec .map_area li+li{
    margin-top: 20px;
}
.map_sec .map_area p:last-of-type{
    color: var(--c-bl2);
}

/* business_partner_sec */
.business_partner_sec {
    padding: 120px 0 110px;
}

.business_partner_sec .ttl_box {
    text-align: center;
}

.business_partner_sec .inner {
    max-width: 1000px;
}
.business_partner_sec .partner_list {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-top: -8px;
}

.business_partner_sec .partner_list li {
    width: calc(25% - 16px);
    height: 238px;
    margin: 8px;
    border: 1px solid #eeeeee;
}

.business_partner_sec .partner_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.business_partner_sec .partner_list li img {
    width: 100%;
    height: 100%;
}



@media screen and (max-width: 1200px) {
    /* .promotion_slider .promotion_img{
        width: 85vw;
        height: 40.9722vw;

    }
    .promotion_slider .swiper-slide a{
          width: 82.9444vw;
    height: 38.888vw;
    margin: 1% auto;
    border-radius: 7%;
    } */
}



/* mobile */
@media screen and (max-width: 850px) {
    .main{
        /* padding-top: 105px; */
        min-height: 520px;
        padding-top: 20.192vh;
        height: 100vh;
    }
    .main .main_ttl_box .desc{
        margin: 30px 0 35px;
    }
    .main_ttl_box .live{
        width: 62px;
        margin-bottom: 25px;
    }
    .main_ttl_box .mark{
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .main_ttl_box h2{
        font-size: 31px;
    }
    .main_ttl_box .desc{
        font-size: 14px;
        margin: 15px 0 25px;
    }
    .main_ttl_box .btn_wrap a{
        width: 9.3846rem;
        height: 3.5rem;
        border-radius: 12rem;
        font-size: 1rem;
        flex-shrink: 0;
    }
    .main_ttl_box .btn_wrap a span{
       width: 17.5px;

    }
    .main_ttl_box .btn_wrap a.instar_line{
        background-image: url(../img/main/instar_line_mo.png);
        background-size: 9.5rem 3.4615rem;
    }
    .main_ttl_box .btn_wrap a+a{
        margin-left: 10px;
    }
/* count_sect */
.count_sect{
    padding: 35px 0 0;
}
.count_sect .inner{
    display: block;
    width: calc(100% - 60px);

}
.count_sect .count_box{
    font-size: 18px;
    padding: 0 0 35px;
}
.count_sect .count_box+.count_box{
    border-top: 1px solid #dbdbdb;
    padding-top: 35px;
    
}
.count_box+ .count_box::after{
    display: none;
}
.count_sect .count_box .num{
    font-size: 49px;
    margin-bottom: 15px;
}

.live_promotion_sect{
    padding: 60px 0 50px;
}
.swiper-button-next, .swiper-button-prev{
    display: none;
}

.swiper-pagination-bullet{
    margin: 0 5px;
    width: 7px;
    height: 7px;
}
.live_promotion_sect .swiper-slide{
    width: 90.833vw;
    
    height: 88.118vw;
}
.live_promotion_sect .swiper .swiper-wrapper .swiper-slide a{
    width: 72.888vw;
    height: 85.027vw;
    /* border-radius: 7%; */
    margin-top: 1.9%;
}
.live_promotion_sect  .swiper .swiper-wrapper .swiper-slide a span{
    
    width: 72.666vw;
    height: 87.80555vw;
}

.live_slide .live_img, .promotion_slider .promotion_img, .event_slider .event_img {
    background-size: 65.666vw 86.80555vw;
}










.map_sec{
    padding: 60px 0;
}
.map_bot{
    display: block;
    padding: 0 15px;
}

.map_sec .map_area{
    margin-left: 0;
    font-size: 14px;
    margin-top: -10px;
}

.map_sec .map_label {
    transform: translateY(-50%);
    box-shadow: 0px 7.5px 16px 15px rgb(196 24 33 / 8%);
    padding: 20px;
    color: #fff;
    width: 100%;
    height: 100px;
}
.map_sec .map_label p{
    font-size: 14px;
}
.map_sec .map_label strong{
    font-size: 23px;
}
.map_sec .map_area p.label{
    width: 80px;
}

/* business_partner_sec */
.business_partner_sec {
    padding: 50px 0;
}
.business_partner_sec .partner_list {
    width: calc(100% + 16px);
    margin-left: -8px;
    margin-top: -8px;
}

.business_partner_sec .partner_list li {
    width: calc(50% - 16px);
    height: 34vw;
    margin: 8px;
    border: 1px solid #eeeeee;
}

.business_partner_sec .partner_list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.business_partner_sec .partner_list li img {
    width: 100%;
    object-fit: unset;
}










}