
.barlow-semi-condensed-black-italic {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 900;
  font-style: italic;
}


#wrap{
    position: relative;
}

.header{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index:10;
    background:transparent;
    transition:  all 0.3s;
    background:#fff;
}

header.header:hover{
    background:#fff;
    transition:  all 0.3s;
}


.content{
    width: 1648px;
    margin:auto;
    position: relative;
}

.header_wrap{
    width: 1648px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:auto;
}

.header_wrap .logo a{
    display: block;
    width:235px;
    height:61px;
    background: url(../../basic/img/logo.png) center no-repeat;
    text-indent: -999999px;
}

.header_wrap .nav{
    display: flex;
    padding: 0px 50px 0 50px
}


.header_wrap .nav > li + li{
    margin-left:0px;
}
.header_wrap .nav > li{
    display: flex;
    justify-content: center;
    align-items: center;
    height:111px;
    /* width:140px; */
    padding: 0 20px 0 20px

}

.header_wrap .nav > li:last-child{
    margin-right:0px;
}

.header_wrap .nav > li > a{
    position: relative;
    color:#282828;
    font-size:17px;
    font-weight: 700;
    letter-spacing: -0.6px;
    padding-top:10px;
    padding-bottom:10px;
    font-family: 'NanumSquare';
}

.header_wrap .nav > li .sub{
    position: absolute;
    top:111px;
    left:0px;
    width:100%;
    background: rgba(255,255,255, 0.8);
    box-sizing: border-box;
    border-top:1px solid rgba(204,204,204, 0.8);
    border-bottom:1px solid rgba(204,204,204, 0.8);
}

.header_wrap .nav > li .sub ul{
    display: flex;
    width:1440px;
    margin:auto;
}

.header_wrap .nav > li .sub ul > li{
    margin-left:16px;
}

.header_wrap .nav > li .sub ul > li > a{
    font-size:16px;
    color:#333;
    line-height: 60px;
    display: flex;
    align-items: center;

}

.header_wrap .nav > li .sub ul > li > a::before{
    content:">";
    font-family: 'Dotum';
    font-size:12px;
    margin-top:4px;
    color:#ccc;
    transition:  all 0.3s;
    margin-right:4px;
}

.header_wrap .nav > li .sub ul > li > a:hover{
    color:#00cfd5;
    transition:  all 0.3s;
}

.header_wrap .nav > li .sub ul > li > a:hover::before{
    content:">";
    font-family: 'Dotum';
    font-size:12px;
    margin-top:4px;
    color:#00cfd5;
    transition:  all 0.3s;
}


.header_wrap .nav > li > a::before{
    content:"";
    width: 0%;
    position: absolute;
    bottom:0px;
    height:2px;
    background: #00cfd5;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    transition: all 0.3s;
}


.header_wrap .nav > li:hover > a::before{
    content:"";
    width: 100%;
    position: absolute;
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    bottom:0px;
    height:2px;
    background: #00cfd5;
    transition: all 0.3s;
}


.header_wrap .member_box{
    display: flex;
    align-items: center;
}

.header_wrap .member_box .login_box{
    display: flex;
    margin-right:15px;

}

.header_wrap .member_box .login_box a{
    margin-left:7px;
    font-size:15px;
    color:#bdbdbd;
    font-family: 'NanumSquare';
    font-weight: 700;
}


.header_wrap .member_box .login_box a:first-child{
    margin-left:0px;
}


.global_wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 40px;
    cursor: pointer;
    z-index: 9;
}

.global_wrap .open > div:nth-child(1) {
}

.global_wrap .open {
    width: 100%;
    height: 100%;
    position: relative;
}

.global_wrap:hover > .btn_wrap{
    opacity: 1;
    height: 150px;
}

.global_wrap .btn_wrap {
    position: relative;
    height: 0px;
    overflow: hidden;
    border-radius: 5px;
    margin-top: -5px;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    opacity: 0;
    transition: 0.3s;
}


.global_wrap .btn_wrap .linkBtn {
    padding: 10px 15px;
    position: relative;
    background: rgba(255,255,255,.7);
}

.global_wrap .btn_wrap .linkBtn .icon {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    filter: drop-shadow(0 0 1px rgba(0,0,0,.2));
}

.main_visual_slide{
    overflow: hidden;
    position: relative;
    padding-top:111px;
    width:100%;
}

.main_visual_slide .swiper-slide{
    width: 1648px !important;
}

.main_visual_slide .swiper-slide .mask{
    position:absolute;
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.8);
    z-index:999;
    border-radius: 60px;
    transition: all 0.5s;
    transition-delay: 0.5s; 
    opacity: 1;
    }


    .main_visual_slide .swiper-slide-active .mask{
        transition: all 0.5s;
        transition-delay: 0.5s; 
        opacity: 0;
    }
    

.main_slide_btn{
    width: 1648px;
}

.main_slide_btn_box{
    width: 100%;
    height: 50px;
    margin:auto;
    position: absolute;
    z-index: 999;
    left:0px;
    bottom:400px;
}

.main_slide_btn{
    position: relative;
    width: 1570px;
    margin:auto;
}

.main_slide_btn > div{
    width: 30px;
    height: 54px;
}

.main_slide_btn > div:focus-visible{
    border:none;
}

.main_slide_btn > div.swiper-button-next{
    background: url(../../basic/img/main_visual_next.png) center no-repeat !important;
}

.main_slide_btn > div.swiper-button-prev{
    background: url(../../basic/img/main_visual_prev.png) center no-repeat !important;
}


.main_slide_btn > div.swiper-button-next::after{
    display: none;
    background: url(../../basic/img/main_visual_next.png) center no-repeat !important;
}

.main_slide_btn > div.swiper-button-prev::after{
    display: none;
    background: url(../../basic/img/swiper-button-prev.png) center no-repeat !important;
}



.main_visual_slide .main_vusla_img01{
    background: url(../../basic/img/main_visual01.png) center no-repeat;
    height:858px !important;

}

.main_visual_slide .main_vusla_img02{
    background: url(../../basic/img/main_visual02.png) center no-repeat;
    height:858px !important;
}


.main_visual_slide .main_vusla_img03{
    background: url(../../basic/img/main_visual03.png) center no-repeat;
    height:858px !important;
}

.main-pagination{
    display: flex;
    justify-content: center;
    width: 100%;
    height:20px;
    bottom:0px;
    left:0px;
    position: absolute;
    z-index:99999 !important;
}

.main-pagination > span{
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 1;
}

.main-pagination .swiper-pagination-bullet-active{
    background:#fff;
    width: 100px;
    border-radius: 5px;
}


.swiper-slide .main_text_box{
    position: relative;
    width:100%;
    height:100%;
}

.main_text_box .main_visual_title.title01{
    position:absolute;
    bottom:200px;
    width: 100%;
    height:140px;
    background: url(../../basic/img/visual_01_text01.png) center bottom no-repeat;
}


/* 02 */
.main_text_box .main_visual_title.title02{
    position:absolute;
    top:240px;
    width: 100%;
    height:151px;
    background: url(../../basic/img/visual_02_text01.png) center bottom no-repeat;
}


/* 03 */
.main_text_box .main_visual_title.title03{
    position:absolute;
    top:240px;
    width: 100%;
    height:151px;
    background: url(../../basic/img/visual_03_text01.png) right 150px bottom no-repeat;
}


.main_text_box .main_visual_sub_text{
    position:absolute;
    top:176px;
    width: 358px;
    height:23px;
    background: url(../../basic/img/visual01_text.png) center no-repeat;
}

.main_text_box .main_visual_text{
    position:absolute;
    top:250px;
    letter-spacing: -0.6px;
    font-size:18px;
    font-weight: 300;
    color:#282828;
    line-height:24pt;
}

.main_text_box .main_visual_title, .main_text_box .main_visual_sub_text, .main_text_box .main_visual_text{
    opacity: 0;
    transition: all 1s;
}

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_title{
    bottom:80px;
    transition: all 1.4s;
    transition-delay: 0.5s;
    opacity: 1;
}

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_sub_text01{
    top:138px;
    transition: all 1.2s;
    transition-delay: 0.9s;
    opacity: 1;
}

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_text01{
    top:230px;
    transition: all 1s;
    transition-delay: 1s;
    opacity: 1;
}


.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_title.title02{
    top:340px;
    transition: all 1.6s;
    transition-delay: 0.5s;
    opacity: 1;
}


.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_sub_text02{
    top:138px;
    transition: all 1.2s;
    transition-delay: 0.9s;
    opacity: 1;
}

/* .main_visual_slide.swiper-slide.swiper-slide-active .main_text_box .main_visual_text02{
    top:230px;
    transition: all 1s;
    transition-delay: 1s;
    opacity: 1;
} */

.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_text02{
    top:230px;
    transition: all 1s;
    transition-delay: 1s;
    opacity: 1;
}




.main_visual_slide .swiper-slide.swiper-slide-active .main_text_box .main_visual_title.title03{
    top:280px;
    transition: all 1.6s;
    transition-delay: 0.5s;
    opacity: 1;
}


.global_box{
    position: flex;
}

.global_box > li{
    float: left;
    display: flex;
    align-items: center;
    padding:0 5px 0 0px;

}

.global_box li:first-child{
    margin-left:0px;
}

.global_item{
    position: absolute;
    background: #fff;
    width: 100%;
    display: none;
}
.global_item a{
    display: flex;
    align-items: center;
    justify-content: center;
    height:40px;
    width: 100%;
    font-size:14px;
    text-align: center;
    font-weight: 300;
}

.global_box > a{
    display: inline-block;
    margin-left:7px;
    color:#000;
    background: url(../../basic/img/select_bg.jpg) right 11px top 12px no-repeat;
    padding:0 27px 0 6px;
}


.global_box a:first-child{
    margin-left:0px;
}

.global_box a.global_en{
    padding-bottom:10px;
    border-bottom:solid 2px #000;
}

.section2{
    margin-top:162px;
    position:relative;
    display: flex;
    justify-content: space-between;
}

.section2_bg{

    position: absolute;
    left:0px;
    bottom:0px;
    width: 584px;
    height: 614px;
}

.section2_bg .section2_bg_box{
    position:relative;
    width: 100%;
    height:100%;
}

.section2_bg .section2_visual{
    position:absolute;
    left:-126px;
    bottom:0px;
    width: 585px;
    height: 548px;
    background: url(../../basic/img/section02_bg.png) center no-repeat;
    z-index:1;
    

}

.section2_bg .loop_box{
    position: relative;
}
.section2_bg .loop_box span{
    position: absolute;
    right:150px;
    top:-10px;
    display: block;
    width: 117px;
    height: 117px;
    background: url(../../basic/img/event_loop.png) center no-repeat;
    animation: rotate_image 14s linear infinite;transform-origin: 50% 50%;
    z-index:1;
}

@keyframes rotate_image{
    100% {
        transform: rotate(360deg);
    }
}



.menu_slide{
    overflow: hidden;
    margin-left:auto;
    width: 1060px;
    padding-bottom:140px;
}

.menu_slide_btn{
    width: 1190px;
    height: 1px;
    position:absolute;
    right:-64px;
    top:290px;
}

.menu_slide_btn .swiper-button-next{
    width: 27px;
    height: 52px;
    background: url(../../basic/img/section02_next.png) center no-repeat;
}

.menu_slide_btn .swiper-button-next::after{
    display: none;
}

.menu_slide_btn .swiper-button-prev{
    width: 27px;
    height: 52px;
    background: url(../../basic/img/section02_prev.png) center no-repeat;
}

.menu_slide_btn .swiper-button-prev::after{
    display: none;
}

.tv_slide{
    width: 100%;
    height: 952px;
    position: relative;
    background:#f4f3eb;
    overflow:hidden;
}

.tv_slide .moible_bg{
   min-width: 1900px;
    bottom:0px;
    position: absolute; 
    left: -1px; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto; 
    width: 1200px;
    background: url(../../basic/img/youtube_bg.png) bottom center no-repeat #f4f3eb;
    background-size:635px;
    height: 700px;
}




.tv_slide_box{
    margin:auto;
    width:1900px;
    overflow:hidden;
}

.tv_slide_box > .moible_bg > .no_over_left{
    position: absolute;
    width: 500px;
    height: 400px;
    z-index: 999999;
    left:60px;
    bottom:200px;
}

.tv_slide_box > .moible_bg > .no_over_right{
    position: absolute;
    width: 500px;
    height: 400px;
    z-index: 999999;
    right:60px;
    bottom:200px;

}

.tv_slide_box .swiper-wrapper{
    padding-top:410px;
    width: 100%;
}

.tv_slide_box .swiper-wrapper .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    width:500px;
    height: 400px;
}

.tv_slide .tv_title{
    position: absolute;
    top:125px;
    width: 100%;
    height: 50px;
    background: url(../../basic/img/tv_title.png) center no-repeat #f4f3eb;
}

.tv_slide_box > .tv_bg1{
    position: absolute;
    width:24px;
    height:600px;
    background:#f4f3eb;
    z-index:999;
    left:618px;
    top:410px;
} 

.tv_slide_box > .tv_bg2{
    position: absolute;
    width:24px;
    height:600px;
    background:#f4f3eb;
    z-index:999;
    right:618px;
    top:410px;

}

.tv_slide_box .swiper-slide iframe{
    padding-top: 0px;
    margin:auto;
     display: block;
    width: 424px;
    height:236px;    
}

.tv_slide_box .swiper-slide-active iframe{
    margin:auto;
    display: block;
    width: 562px !important;
    height:320px;
    

}

.tv_link_box{
    position: relative;
    margin:auto;
    width:1920px;

}

.tv_link_box > a{
    width: 216px;
    height:60px;
    position: absolute;
    top:17px;
    left:50%;
    transform:translateX(-50%);
}

.tv_btn_box{
    width: 760px;
    height: 1px;
    position:absolute;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index:9999;
    overflow:none;

}

.tv_btn_box .swiper-button-next{
    width: 28px;
    height: 58px;
    background: url(../../basic/img/youtube_next.png) center no-repeat;
}

.tv_btn_box .swiper-button-next::after{
    display: none;
}

.tv_btn_box .swiper-button-prev{
    width: 28px;
    height: 58px;
    background: url(../../basic/img/youtube_prev.png) center no-repeat;
}

.tv_btn_box .swiper-button-prev::after{
    display: none;
}


.vidoe_motion{
    margin-top:125px;
    position: relative;
    width: 100%;
    height:858px;
}

.vidoe_motion .text_box{
    position: absolute;
    bottom:0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1648px;
    height: 598px;
    z-index:2;
}

.vidoe_motion .text_box .bg_box{
    position: relative;
}

.vidoe_motion .text_box .bg_box .text_01{
    display:none;
    position: absolute;
    left:0px;
    top:0px;
    width: 702px;
    height:325px;
    background: url(../../basic/img/video_text01.png) center no-repeat;
}

.vidoe_motion .text_box .bg_box .text_02{
    position: absolute;
    width: 825px;
    height:122px;
    right:0px;
    top:606px;
    background: url(../../basic/img/video_text02.png) center no-repeat;
}


.event_box .event_title{
    margin:158px auto 0 auto;
    width: 655px;
    height: 181px;
    background: url(../../basic/img/banner_title.png) center no-repeat;
}

.event_box .event_list{
    margin-top:86px;
    display: flex;
}

.event_box .event_list > li{
    margin-left:28px;
}

.event_box .event_list > li:first-child{
    margin-left:0px;
}

.event_box .loop{
    position: absolute;
    right: -60px;
    top:220px;
    display: block;
    width: 117px;
    height: 117px;
    background: url(../../basic/img/event_loop.png) center no-repeat;
    animation: rotate_image 14s linear infinite;
    transform-origin: 50% 50%;
    z-index: -1;
}

.footer_address{

}

.footer_address .lociation{
    width: 100%;
    height: 588px;
    text-align:center;
    /*background: url(../../basic/img/location.jpg) center no-repeat;*/
}




.capyright{
    padding:62px 0 76px 0;
    background: #171717;
}

.footer_menu{
    display: flex;
}

.footer_menu .menu_box{
    display: flex;
    align-items: center;
}

.footer_menu .footer_logo{
    display: block;
    margin-right:62px;
    width: 240px;
    height: 40px;
    background: url(../../basic/img/footer_logo.jpg) center no-repeat;
}

.footer_menu .sns_box{
    margin-left:auto;
    margin-right:90px;
    display: flex;
}

.footer_menu .sns_box li{
    margin-left:12px;
}

.footer_menu .sns_box li:first-child{
    margin-left:0px;
}

.footer_menu .footer_lnb{
    display: flex;
    margin-bottom:8px;
    height: 40px;
}

.footer_menu .footer_lnb > li > a{
    font-family: 'Noto Sans KR';
    font-size: 22px;
    color:#fff;
}
.footer_menu .footer_lnb > li{
    display: flex;
    align-items: center;
}

.footer_menu .footer_lnb > li:last-child::after{
    display: none;
}

.footer_menu .footer_lnb > li::after{
    content:"";
    display: flex;
    width: 2px;
    height: 21px;
    margin:0px 23px;
    background-color: #fff;
}

.footer_line{
    width: 100%;
    height: 2px;
    margin:38px 0 30px 0;
    background: url(../../basic/img/footer_line.jpg) repeat-x;
}

.footer_address{
    color:#646464;
    font-size:22px;
    line-height: 40px;
    min-width: 1648px;
    margin:auto;
}
.footer_address span{
    font-size:22px;
    margin-right:40px;
    line-height: 40px;
}



.quick_menu{
    position: absolute;
    display:flex;
    flex-direction: column;
    right:60px;
    top:1100px;
    z-index:999;
    background:rgba(102, 102, 102, 0.7);

    overflow:hidden;
    border-radius: 25px;
}

.quick_menu > a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height:102px;
    border-bottom:solid 1px rgba(168, 168, 168, 0.7);
}

.quick_menu > a:last-child{
    border-bottom:none;
}


.quick_menu.jbFixed{
    position:fixed;
    top:160px;
    right:60px;
}

.board_bg{
    height: 750px;
    background: url(../../basic/img/board_bg.jpg) repeat-x;
    
}


#bo_list{
    max-width:1648px !important;
    margin:auto;
    padding:50px 0;
}

#bo_gall{
    max-width:1648px !important;
    margin:auto;
    padding:50px 0;
}

#bd_container{
    max-width:1648px !important;
    margin:auto;
    padding:50px 0;
}



/*셀피섹션*/
.selfie {
			padding-top: 130px;
			padding-bottom: 80px;
			


		}

.selfie .swiper{
    margin-top:65px;
}


.selfie-title{
    display: block;
    margin:auto;
    width:473px;
    height:97px;
    background: url(../../basic/img/selfie_title.png) center no-repeat !important;

}

.selfie .containers {
    width: 100%;
    margin: 0 auto;}

    .selfie .mosonryHeader {
        height: 130px;
    }

    .masonryLayout .mosonryHeader{margin-bottom:100px}
    
    .masonryLayout .reviewList {
            -webkit-column-count: 6;
			column-count: 6;
			-webkit-column-gap: 14px;
			width: 1575px;
			padding-left: 118px;
			height: 480px;

    }

	.reviewItems {
    margin-bottom: 14px; /* 이미지 아래 간격 조정 */
    margin-right: 14px; /* 이미지 오른쪽 간격 조정 */
}


    .masonryLayout .reviewList .reviewItems {
        position: relative;
        width: 230px;
        height: calc(50% - 7px);
        overflow: hidden;
    }
    .masonryLayout .reviewList .reviewItems{position:relative;width:230px;height:calc(50% - 7px);overflow:hidden}
    .masonryLayout .reviewList .reviewItems>a{display:block}
    .masonryLayout .reviewList .reviewItems>a::before{position:absolute;content:"";display:block;z-index:10;width:0;height:0;left:9px;top:9px;border-top:2px solid transparent;border-right:2px solid transparent}
    .masonryLayout .reviewList .reviewItems>a:after{position:absolute;content:"";display:block;z-index:10;width:0;height:0;right:9px;bottom:9px;border-bottom:2px solid transparent;border-left:2px solid transparent}
    .masonryLayout .reviewList .reviewItems>a .hoverBg{position:absolute;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.6);opacity:0;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out}
    .masonryLayout .reviewList .reviewItems>a .hoverBtn{z-index:1;position:absolute;width:100%;top:70%;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;color:#eeeeee;text-align:center;padding:10px;opacity:0}
    .masonryLayout .reviewList .reviewItems>a .hoverBtn>span{display:block;width:40px;height:2px;background-color:#eee;margin:0 auto}
    .masonryLayout .reviewList .reviewItems>a .hoverBtn>span:nth-child(2){-webkit-transform:rotate(-90deg) translateX(1px);transform:rotate(-90deg) translateX(1px)}
    .masonryLayout .reviewList .reviewItems>a img{width:100%;position:absolute;top:50%;left:50%;-webkit-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}
    .masonryLayout .reviewList .reviewItems:hover>a:before,.masonryLayout .reviewList .reviewItems:hover>a:after{border-color:#eeeeee;width:calc(100% - 18px);height:calc(100% - 18px);-webkit-transition:width 0.3s, height 0.3s 0.3s;transition:width 0.3s, height 0.3s 0.3s}
    .masonryLayout .reviewList .reviewItems:hover>a .hoverBg{opacity:1}
    .masonryLayout .reviewList .reviewItems:hover>a .hoverBtn{opacity:1;top:50%}
    .masonryLayout .reviewList .reviewItems:hover>a img{-webkit-transform:translate(-50%, -50%) scale(1.2);transform:translate(-50%, -50%) scale(1.2)}
    .masonryLayout .reviewList .reviewItems:nth-child(1),.masonryLayout .reviewList .reviewItems:nth-child(6){height:100%}
    .masonryLayout .reviewList .reviewItems:nth-child(1) img,.masonryLayout .reviewList .reviewItems:nth-child(6) img{width:auto;height:100%}
    .masonryLayout .reviewList .reviewItems:nth-child(2),.masonryLayout .reviewList .reviewItems:nth-child(4),.masonryLayout .reviewList .reviewItems:nth-child(7),.masonryLayout .reviewList .reviewItems:nth-child(9){margin-bottom:14px;}


/*셀피스와이프*/
.selfie .swiper {
    width: 1725px;
    height: 550px;
  }

.selfie .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

.selfie .swiper-button-next::after,
.selfie .swiper-button-prev::after {
    position: relative;
  top: -15px;
  color: #161616;

}


.selfie .swiper-pagination-bullet {padding: 2px;}

.selfie .swiper-pagination-bullet-active {background: #161616; width: 60px; border-radius: 10px;}

.selfie .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: -1px !important;}


/*셀피섹션끝*/



/*스페셜*/

.specaial-box {
    padding-top:166px;
    margin:auto;
    width:1780px;
    display: flex;
}



.text-section-box .title{
    width:536px;
    height:88px;
        background: url(../../basic/img/specaial_title.png) center no-repeat !important;
    
}


.specaial-box .image-section{
    width:962px;
}

.text-section-box{
    margin-top:28px;
    margin-left:66px;
    
}



.box-line{
    margin-top:34px;
    border-top:solid 1px #00cfd5;
    border-bottom:solid 1px #00cfd5;
}

.text-section{
        border-top:solid 1px #aaeff1;
    border-bottom:solid 1px #aaeff1;
}


.text-section p{
    border-bottom:solid 1px #dfdede;
}

.text-section p:last-child{
    border-bottom:none;
}

.specaial-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.specaial-box .text {
    cursor: pointer;
    
}

.specaial-box .text img {
    transition: filter 0.3s ease, transform 0.3s ease;
}

.specaial-box .text img.active {
    /* transform: scale(1.05); */
}

.specaial-box .image-section {
    width: 50%;
    position: relative;
}

.specaial-box .image {
    width:962px;
    height: 759px;
    position: absolute;
    top: 0;
    left: 0;
}



/* 텍스트효과 */

  
	#mc_banner1 .active_m { display:none }
	#mc_banner1 { width:100%; margin:0 auto; position:relative; overflow:hidden; background:#fff }
	#mc_banner1 .parallax__item { height:600px; padding-bottom:100px; display:flex; align-items:flex-end; margin-top:20px;}
	#mc_banner1 .typo_wrap { width:100%; text-align:center }
	#mc_banner1 .typo_wrap .txt_wrap { position:relative }
	#mc_banner1 .typo_wrap .txt_wrap .txt { font-family:'Barlow Semi Condensed'; font-weight:900; font-size:190px; color:#000; line-height:1; }
	#mc_banner1 .bg { position:absolute; top:0; left:50%; margin-left:-960px; mix-blend-mode:lighten }
	#mc_banner1 .typo_wrap .t1_wrap .line { bottom:18px; right:0; position:absolute; width:100%; height:1px; background:rgba(0,0,0,.1) }
	#mc_banner1 .typo_wrap .t3_wrap .line { bottom:18px; left:0; position:absolute; width:100%; height:1px; background:rgba(0,0,0,.1) }
	#mc_banner1 .typo_wrap .t2 { margin-top:10px; font-family:'Nanum Gothic'; font-size:12px; color:#333; line-height:1.1; letter-spacing:1px }
		
	#mc_banner1 .bg { width:100%; height:100%; object-fit:cover; left:0; margin-left:0px; /*mix-blend-mode:normal; opacity:.2*/     }

    
	


.main-before{
    background:#eee;
}

.before-content{
    display: flex;
    justify-content: center;
    align-items: center;
    padding:90px 0px;
    width:1516px;
    margin:auto;

}

.before-content .small-box{
width:626px;
}


.before-content .small-box .small-item li img{
    width: 145px;
    height: 145px;
}

.before-content .small-box .before-title{
    width:544px;
    height:171px;
    background: url(../../basic/img/before_title.png) center no-repeat;
}

.before-content .small-box ul{
    width: 628px;
    margin-top:76px;
        display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    
}

.before-content .small-box ul li {
        width: 145px;
    height: 145px;
    background-color: white;
   border-radius: 20px;
   overflow: hidden;
   position:relative;
   cursor: pointer;
}

.before-content .small-box ul li::after{
    position: absolute;
    left:0px;
    top:0px;
    display: block;
    content:"";
    width:100%;
    height: 100%;
    border:solid 6px #cfa972;
    border-radius: 20px;
    display: none;
}

.before-content .small-box ul li.active::after{
    display: block;
}


.before-content .big-box{
    position: relative;
    margin-left:174px;
    width: 720px;
    height: 700px;
    background:#d2d2d2;
    border-radius: 30px;
    overflow: hidden;
    
}

.big-item{
    position: absolute;
    left:0px;
    top:0px;
}


/* 전후사진 커스텀 */

.twentytwenty-overlay{
    display: none !important;
}

.twentytwenty-horizontal .twentytwenty-handle:after{
    width:3px !important;
    background:#eee !important;
}

.twentytwenty-wrapper{
    width:716px;
    height: 700px;
    
}

.twentytwenty-handle{
    width: 138px;
    height: 138px;
    background: #00cfd5 url(../../basic/img/slide_text.png) center no-repeat;
}

.twentytwenty-handle span{
    display: none !important;
}


.twentytwenty-horizontal .twentytwenty-handle:before{
    margin-bottom:72px;
}

.twentytwenty-horizontal .twentytwenty-handle::after{
    margin-top:72px;
}

.twentytwenty-container{
    position: absolute;
    left: 0px;
    top:0px;
    margin:0px !important;
    padding:0px !important;
    width: 716px !important;
    height: 700px !important;
}

.twentytwenty-container .item{
        width: 716px !important;
    height: 700px !important;
    position: relative;
}

.twentytwenty-container img{
    width: 716px !important;
    height: 700px !important;
    object-fit:cover;
}

.twentytwenty-text{
    
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4) url(../../basic/img/before_text_img.png) center no-repeat;
    z-index:21;
    color: #fff;
    font-size:31px;
   
}

.twentytwenty-after{z-index:22;}

.twentytwenty-handle{
    margin-left:-72px;
    margin-top:-72px;
}



.location-box{
    min-width: 1518px;
    min-height:822px;
    background: url(../../basic/img/location.png) left -160px center no-repeat;
}

.location-box .location{
    display: flex;

width:calc(1518px + 200px);
margin:auto;
}

.consultation{
    margin-left:auto;
    margin-top:190px;
    margin-right:156px;
    width: 596PX;
    height: 264px;
    background: url(../../basic/img/consultation.png)  center no-repeat;
}


    
.footer-wrap{
    position: relative;
}
.banner-box{
    position: absolute;
    width: 100%;
    top:-210px;
    display:flex;
    justify-content: center;
    align-items: center;
    z-index: 11;

}

.banner-box ul{
    display: flex;
    width: 1339px;
    overflow: hidden;
    border-radius: 50px;
}

.banner-box ul li{
    width: 25%;
    background: #ebf4f4;
}

.banner-box ul li{
    width: 25%;
}

.banner-box ul li:nth-child(odd){
    background: #d5eaef;
}

.banner-box ul li a{
    display: block;
    width: 100%;
    height: 344px;
}

.banner-box ul li a.banner01{
background: url(../../basic/img/banner01.png)  center no-repeat;
}
.banner-box ul li a.banner02{
background: url(../../basic/img/banner02.png)  center no-repeat;
}
.banner-box ul li a.banner03{
background: url(../../basic/img/banner03.png)  center no-repeat;
}
.banner-box ul li a.banner04{
background: url(../../basic/img/banner04.png)  center no-repeat;
}

.footer-box{
    position: relative;
    overflow: hidden;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    width:100%;
    height:809px;
    background: url(../../basic/img/footer_bg.png) top  center no-repeat;
    z-index:10;
}



.footer-box .footer-item{
    width:1390px;
    margin:auto;
    margin-top:220px;
}

.footer-box .footer-text{
    position: absolute;
    right:0px;
    bottom:72px;
    width: 1208px;
    height: 126px;
    background: url(../../basic/img/footer_text.png) top  center no-repeat;
 
}

.footer-logo{
    width: 372px;
    height: 97px;
    background: url(../../basic/img/footer_logo.png) top  center no-repeat;
    z-index:1;
}


.footer-logo a{
    display: block;
    width: 100%;
    height: 100%;
}

.footer-box .address{
    margin-top: 50px;
    color:#fff;
    font-size: 23px;
    font-family: "Noto Sans KR", sans-serif;
    
}

.footer-box .address span{
    margin-left:42px;
}


 
.footer-menu{
    display: flex;
    margin-top: 40px;
    z-index:1;
    
    
}


.footer-menu li{
    display: flex;
    align-items: center;
    justify-content: center;
}

 .footer-menu li + li::before{
    content: "";
    width: 2px;
    height: 20px;
    background:#fff;
    margin:0px 20px;
 }




 .footer-menu li a{color:#fff;
font-size: 23px;
font-family: "Noto Sans KR", sans-serif;
}

  .privacy_box{
    width:100%;
    margin:auto;
    padding:140px;
  }

  .privacy_box h2{
    font-size:32px;
    color:#333;
    padding-bottom:20px;
    border-bottom:solid 1px #eee; 
  }

  .privacy_box .text_box{
    padding:20px;
    color:#333;
    font-size:16px;

  }
