#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;
    padding:0px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:auto;
}

.header_wrap .logo a{
    display: block;
    width:246px;
    height:40px;
    background: url(../../img/en_img/logo.png) center no-repeat;
	background-size: cover; /* 이미지를 커버하도록 설정 */
    text-indent: -999999px;
}

.header_wrap .nav{
    display: flex;
    padding: -1px 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 17px 0 17px

}

.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:#f59a9f;
    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:#f59a9f;
    transition:  all 0.3s;
}


.header_wrap .nav > li > a::before{
    content:"";
    width: 0%;
    position: absolute;
    bottom:0px;
    height:2px;
    background: #f59a9f;
    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: #f59a9f;
    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(../../img/en_img/main_visual_next.png) center no-repeat !important;
}

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


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

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



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

}

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


.main_visual_slide .main_vusla_img03{
    background: url(../../img/en_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:1240px;
    margin:236px auto 0 auto;
}

.main_text_box .main_visual_title.title01{
    position:absolute;
    top:-50px;
    width: 407px;
    height:92px;
    background: url(../../img/en_img/visual_01_text01.png) left center no-repeat;
}

.main_text_box .main_visual_sub_text01{
    position:absolute;
    top:40px;
    width: 640px;
    height:129px;
    background: url(../../img/en_img/visual_01_text02.png) center no-repeat;
    opacity: 0;
}


.main_text_box .main_visual_text01{
    position:absolute;
    top:400px;
    width: 487px;
    height: 72px;
    background: url(../../img/en_img/visual_01_text03.png) left center no-repeat;
    opacity: 0;
}


/* 02 */
.main_text_box .main_visual_title.title02{
    position:absolute;
    top:-30px;
    width: 407px;
    height:92px;
    background: url(../../img/en_img/visual_02_text01.png) left center no-repeat;
}

.main_text_box .main_visual_sub_text02{
    position:absolute;
    top:70px;
    width: 504px;
    height:83px;
    background: url(../../img/en_img/visual_02_text02.png) center no-repeat;
    opacity: 0;
}

.main_text_box .main_visual_text02{
    position:absolute;
    top:200px;
    width: 478px;
    height: 24px;
    background: url(../../img/en_img/visual_02_text03.png) left no-repeat;
    opacity: 0;
    }


.main_text_box .main_visual_sub_text{
    position:absolute;
    top:176px;
    width: 358px;
    height:23px;
    background: url(../../img/en_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{
    top:90px;
    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:90px;
    transition: all 1.4s;
    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;
}

.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(../../img/en_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(../../img/en_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(../../img/en_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(../../img/en_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(../../img/en_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(../../img/en_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(../../img/en_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(../../img/en_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(../../img/en_img/youtube_prev.png) center no-repeat;
}

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


.vidoe_motion{
    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;
    background: url(../../img/en_img/vidoe_motion_text.png) left no-repeat;
}

.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(../../img/en_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(../../img/en_img/video_text02.png) center no-repeat;
}


.event_box .event_title{
    margin:158px auto 0 auto;
    width: 932px;
    height: 181px;
    background: url(../../img/en_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(../../img/en_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;
    background: url(../../img/en_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: 252px;
    height: 40px;
    background: url(../../img/en_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(../../img/en_img/footer_line.jpg) repeat-x;
}

.footer_address{
    color:#646464;
    font-size:22px;
    line-height: 40px;
}
.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: 100px;
    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:300px;
    right:60px;
}

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


#bo_list{
    width:1200px !important;
    margin:auto;
    padding:50px 0;
}

#bo_gall{
    width:1200px !important;
    margin:auto;
    padding:50px 0;
}

#bd_container{
    width:1200px !important;
    margin:auto;
    padding:50px 0;
}

