/*메인 video*/
.main_top{
    position: relative;
	width: 100%;
	height: auto !important;
	overflow: hidden;
}
.banner_video{
	position: relative !important;
	width: 100%;
	height: auto !important;
	background: none !important;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.banner_video .image-title {
    width: 1270px;
    margin: 8vw auto 0;
}
.banner_video .image-wrap {
    margin: 0 40px 45px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.banner_video .image-wrap .image-date{
    width: 534px;
    aspect-ratio: 3.985;
}
.banner_video .image-wrap .image-logo {
    width: 534px;
    aspect-ratio: 4.768;
}
.banner_video video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.title{
    width: 1080px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	color: #fff;
}
.title span{
	display: block;
	position: relative;
}
.sub_title{
	margin-bottom: 30px;
    font-family: "SourceHanSansKLight", sans-serif;
	font-size: 30px;
    white-space: nowrap;
}
.main_title span{
    position: relative;
    font-family: "GmarketSans", sans-serif;
	font-size: 100px;
	line-height: 1.05;
	font-weight: bold;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
}
.main_title span .m {
    display: none;
}
.title_date{
    font-family: "GmarketSans", sans-serif;
	margin-top: 70px;
	font-size: 40px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}
.title_d_day{
    margin-top: 30px;
    padding: 12px 40px 8px;
    display: inline-block !important;
    font-family: "GmarketSans", sans-serif;
    font-size: 46px;
    font-weight: bold;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 40px;
    cursor: default;
}
.title_d_day.live{
    padding: 20px 75px 18px 40px;
    position: relative;
    cursor: pointer;
    font-size: 30px;
    transition: color .3s;
}
.title_d_day.live:before{
    content: "";
    position: absolute;
    top: 21px;
    right: 39px;
    width: 25px;
    height: 25px;
    display: block;
    background-color: #ff0b24;
    border-radius: 50%;
}
.title_d_day.live:after{
    content: "";
    position: absolute;
    top: 27px;
    right: 46px;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-left: 9px solid #fff;
    border-bottom: 6px solid transparent;
}
.title_d_day.live:hover{
    color: #ff0b24;
    transition: color .3s;
}
span.lighter{
    display: inline;
    font-family: "GmarketSansLight", sans-serif;
}
.title_tip{
	margin-top: 15px;
	font-size: 20px;
    color: rgba(255, 255, 255, 0.7);
}
.arrow_wrapper{
	position: absolute;
	bottom: 45px;
	left: 50%;
	transform: translate(-50%);
}
.arrow{
	margin-bottom: 5px;
	width: 24px;
	height: 24px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.arrow:nth-of-type(1) {
 	-webkit-animation-delay: 0s;
 	animation-delay: 0s;
}
.arrow:nth-of-type(2) {
 	-webkit-animation-delay: .15s;
 	animation-delay: .15s;
}
.arrow:nth-of-type(3) {
 	-webkit-animation-delay: .3s;
 	animation-delay: .3s;
}
@-webkit-keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb {
	0% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.banner_line{
	width: 100%;
	height: 4.883vw;
	position: relative !important;
    display: block !important;
    background: url(/wp-content/uploads/wcif/images/banner_line.png);
    background-size: cover
}
.banner_line a{
    font-family: "GmarketSansLight", sans-serif !important;
    color: #fff;
    display: block;
}
.banner_line p{
	font-size: 34px;
	color: #fff;
	text-align: center;
	line-height: 110px;
}
.banner_line a em{
    font-family: "GmarketSans", sans-serif !important;
    font-weight: bold;
}
.banner_line .weight_bold{
    font-family: "GmarketSans", sans-serif;
}
.main_content{
	padding: 5.2083vw 18.75vw;
	color: #333;
}
h2{
	margin-bottom: 30px;
	position: relative;
}
.content_title{
    display: flex;
    gap: 20px;
    align-items: center;
    font-family: "GmarketSans", sans-serif;
	font-weight: bold;
	font-size: 44px;
    line-height: 1.1;
}
.content_title:before{
	content: "";
	background-color: #2C4DEC;
	display: block;
	width: 34px;
	height: 34px;
    margin-bottom: 6px;
}
.content_sub{
	font-size: 1.25vw;
}
.more{
	position: absolute;
	bottom: 0;
	right: 0;
}
.more a{
    position: relative;
    font-family: "GmarketSans", sans-serif;
	font-size: .7292vw;
	color: #C82A77;
}
.more:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    display: none;
    background-color: #C82A77;
}
.more:hover:after{
    display: block;
}
.coming-soon {
    width: 100%;
    height: 31.7715vw;
    background-color: #333;
    margin-bottom: 3.1699vw;
}
.coming-soon h2 {
    padding-top: 14.7396vw;
    font-weight: bold;
    font-size: 2.60417vw;
    color: white;
    text-align: center;
}
/* theme */
.theme-container{
    padding: 2.08vw 2.6vw;
    background-color: #F8F8F8;
}
.theme-container h1{
    width: 43.24vw;
    font-size: 3vw;
    font-weight: bold;
    line-height: 1.2;
}
.theme-container h1 strong {
    color: #175493;
}
.theme-container h3{
    margin-top: 0.52vw;
    font-size: 1.77vw;
    line-height: 1.2;
    color: #545454;
}
.theme-container h3 b{
    font-weight: bold;
}
.theme-container .btn{
    display: inline-block;
    margin-top: 5.21vw;
    padding: 1.25vw 4.17vw;
    font-size: 1.56vw;
    font-weight: bold;
    line-height: 1.2;
    color: #5592C6;
    border: 0.21vw solid #5592C6;
}
.theme-text{
    margin-top: 2.08vw;
    font-size: 0.94vw;
    line-height: 1.89;
}
/* program */
body main section.main_content.section_program{
    background-image: none !important;
    background-color: #becaf8 !important;
    background: #becaf8 !important;
}
.section_program h2{
    margin-bottom: 3.13vw;
    color: #111 !important;
}
.section_program .track-container{
    display: flex;
    flex-direction: column;
    gap: 1.56vw;
}
.section_program .track-container .track-wrap{
    display: flex;
    align-items: center;
    padding: 3.13vw 2.6vw;
    border-radius: 1.95vw;
    gap: 1.56vw;
    background-color: white;
}
.section_program .track-container .track-wrap .track-name{
    width: 11.46vw;
    text-align: center;
    padding: 1.04vw;
    font-size: 1.56vw;
    line-height: 1.2;
    font-weight: 800;
    border: 0.21vw solid black;
    border-radius: 5.21vw;
}
.section_program .track-container .track-wrap .track-title{
    font-size: 2.08vw;
    font-weight: 800;
    line-height: 1.2;
}
.section_program .track-container .track-wrap:nth-of-type(1){
    color: #111 !important;
}
.section_program .track-container .track-wrap:nth-of-type(1) .track-name{
    border-color: #111 !important;
}
.section_program .track-container .track-wrap:nth-of-type(2){
    color: #111 !important;
}
.section_program .track-container .track-wrap:nth-of-type(2) .track-name{
    border-color: #111 !important;
}
.section_program .track-container .track-wrap:nth-of-type(3){
    color: #2C4DEC !important;
}
.section_program .track-container .track-wrap:nth-of-type(3) .track-name{
    border-color: #2C4DEC !important;
}
.section_program .btn {
    display: block;
    box-sizing: border-box;
    width: 25.21vw;
    margin: 4.17vw auto 0;
    border: none !important;
    background-color: #2C4DEC !important;
    padding: 1.25vw;
    font-size: 1.56vw;
    line-height: 1.2;
    text-align: center;
    color: white !important;
    font-weight: bold;
}
/*speaker*/
.speaker_lists{
	margin-bottom: 2.8616vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: center;
}
.speaker_list{
	margin-bottom: .7813vw;
	position: relative;
	width: 32.5%;
}
.speaker_list:hover .img_description{
	opacity: 1;
}
.img_description{
	position: absolute;
	width: 100%;
	height: 100%;
	top: -0.1vw;
	left: 0;
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 5%, rgba(0, 0, 0, 0.95) 83%);
	color: #fff;
	opacity: 0;
	transition: opacity .3s;
}
.img_description span{
	display: block;
	text-align: center;
}
.img_description span.break_line_pc{
    display: inline;
}
.img_description .text_wrapper{
	position: absolute;
    width: 100%;
	top: calc(50% + .625vw);
	left: 50%;
	transform: translate(-50%, -50%);
}
.img_description .name{
	margin-bottom: .2604vw;
    font-family: "GmarketSans", sans-serif;
	font-size: 1.6667vw;
	font-weight: bold;
}
.img_description .company{
	margin-bottom: 1.0417vw;
	font-size: .8333vw;
    color: rgba(255, 255, 255, 0.7);
}
.img_description .company p:not(:first-child) {
    display: none;
}
.img_description .speach{
	font-size: .9375vw;
}

.btn_more{
    display: block;
    box-sizing: border-box;
    width: 25.21vw;
    margin: 4.17vw auto 0;
    border: none !important;
    background-color: #2C4DEC !important;
    padding: 1.25vw;
    font-size: 1.56vw;
    line-height: 1.2;
    text-align: center;
    color: white !important;
    font-weight: bold;
}

/*video*/
.video_slider{
    min-height: 13.0208vw;
}
.bx-wrapper{
    margin-bottom: 0;
    padding: 0 1.5625vw;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}
.bx-wrapper .bx-controls-direction a{
    margin-top: 0;
    width: 4.6878vw;
    height: 4.6878vw;
    top: 2.8vw;
    z-index: 90;
}
.bx-wrapper .bx-prev{
    background: url(/wp-content/uploads/wcif/images/arrow_prev_circle.svg) no-repeat center center/contain;
    left: 0;
    margin-left: -.5208vw;
}
.bx-wrapper .bx-next{
    background: url(/wp-content/uploads/wcif/images/arrow_next_circle.svg) no-repeat center center/contain;
    right: 0;
    margin-right: -.5208vw;
}
.bx-wrapper .bx-next:hover, .bx-wrapper .bx-next:focus{
    background-position: center center;
}
.slider_list a:hover .video_title{
    text-decoration: underline;
}
.slider_list .img_wrapper{
    position: relative;
    border-radius: 0.78vw;
    overflow: hidden;
}
.slider_list .img_wrapper:after{
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.6) url('/wp-content/uploads/wcif/images/arrow_circle.svg') no-repeat center center/5.2083vw 5.2083vw;
}
.video_title{
    margin: 1.0417vw auto 0;
    width: 77.7777%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.0417vw;
    text-align: center;
    line-height: 1.25;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*news*/
.news_lists{
	border-top: 0.05vw solid #c8c8c8;
}
.news_list{
	padding: 1.5625vw 0;
	border-bottom: 0.05vw solid #c8c8c8;
    font-size: 0;
}
.news_list a{
    display: block;
}
.news_list a:hover span{
    text-decoration: underline;
}
.news_list img{
    margin-right: 1.4583vw;
	width: 16.6666%;
	height: 5.7292vw;
	display: inline-block;
    vertical-align: middle;
}
.news_list .text_wrapper{
    position: relative;
    width: 80.8333%;
    height: 5.7292vw;
	display: inline-block;
    vertical-align: middle;
}
.news_title{
    display: block;
    display: -webkit-box;
    font-size: 1.25vw;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: normal;
}
.news_date{
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: .9375vw;
    color: #666;
}
/* map */
.address_text{
    font-size: 1.5vw;
    line-height: 1.5;
    color: #175493;
}
.address_text strong{
    font-weight: bold;
}
.map_container{
    margin-top: 1.56vw;
    width: 100%;
    aspect-ratio: 2 / 1;
}

/*---tablet---*/
@media all and (max-width:991px){
    .main_top{
        height: auto !important;
        position: relative !important;
    }
    .banner_video{
        height: auto !important;
        position: relative !important;
        width: 100% !important;
        background: none !important;
    }
    .sub_title{
        margin-bottom: 3.2552vw;
        font-size: 3.6458vw;
    }
    .title {
        width: 78.125vw;
    }
    .main_title span{
        font-size: 9.375vw;
        line-height: 1.06;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    }
    .title_date{
        margin-top: 5.8594vw;
        font-size: 4.6875vw;
        font-weight: 500;
        text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    }
    .title_d_day{
        margin-top: 3.2552vw;
        padding: 1.3021vw 3.9063vw .9115vw;
        font-size: 5.2083vw;
        border-radius: 5.2083vw;
    }
    .title_d_day.live{
        padding: 2.0833vw 8.0729vw 1.8229vw 3.9063vw;
        font-size: 3.6458vw;
    }
    .title_d_day.live:before{
        width: 2.8646vw;
        height: 2.8646vw;
        top: 28%;
        right: 16%;
    }
    .title_d_day.live:after{
        top: 38%;
        right: 20%;
        border-top: .7813vw solid transparent;
        border-bottom: .7813vw solid transparent;
        border-left: 1.0417vw solid #fff;
    }
    .title_tip{
        margin-top: 1.9531vw;
        font-size: 2.3438vw;
    }
    .banner_line{
        background: url(/wp-content/uploads/wcif/images/banner_line_t.png);
        height: 10.418vw;
        background-size: cover;
    }
    .banner_line p{
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 3.3854vw;
        line-height: normal;
        transform: translate(-50%, -50%);
    }
    h2{
        margin-bottom: 30px;
    }
    .main_content{
        padding: 10.4167vw 5.2083vw;
    }
    .main_content:nth-of-type(2){
        padding-top: 7.8125vw;
    }
    .main_content:last-of-type{
        padding-bottom: 7.8125vw;
    }
    .content_title{
        font-size: 4.4271vw;
        gap: 2.6vw;
    }
    .content_title:before{
        width: 4.43vw;
        height: 4.43vw;
        margin-bottom: 1.43vw;
    }
    .content_sub{
        font-size: 3.125vw;
    }
    .more a{
        font-size: 1.8229vw;
    }
    /* theme */
    .theme-container{
        padding: 5.21vw 2.6vw;
    }
    .theme-container h1{
        width: 100%;
        font-size: 6.25vw;
        font-weight: 500;
        letter-spacing: -0.26vw;
    }
    .theme-container h1 strong{
        font-weight: bold
    }
    .theme-container h3{
        margin-top: 1.3vw;
        font-size: 3.13vw;
        letter-spacing: -0.13vw;
    }
    .theme-container h3 b{
        font-size: 3.65vw
    }
    .theme-container .btn{
        margin-top: 5.21vw;
        padding: 3.13vw 10.42vw;
        border-width: 0.52vw;
        font-size: 2.6vw;
    }
    .theme-text{
        margin-top: 3.91vw;
        font-size: 2.6vw;
    }
    /* program */
    .section_program h2{
        margin-bottom: 5.21vw;
    }
    .section_program .track-container{
        gap: 2.6vw;
    }
    .section_program .track-container .track-wrap{
        padding: 4.88vw 2.6vw;
        border-radius: 2.28vw;
        gap: 2.6vw;
    }
    .section_program .track-container .track-wrap .track-name{
        width: 15.89vw;
        padding: 1.3vw;
        font-size: 2.34vw;
        border-width: 0.52vw;
        border-radius: 13.02vw;
    }
    .section_program .track-container .track-wrap .track-title{
        font-size: 3.26vw;
    }
    .section_program .btn {
        width: 48.96vw;
        margin-top: 7.81vw;
        border-width: 0.52vw;
        padding: 3.13vw;
        font-size: 2.6vw;
    }
    /*speaker*/
    .speaker_lists{
        margin-bottom: 3.2552vw;
    }
    .speaker_list{
        margin-bottom: 4.5573vw;
        width: 48.83%;
    }
    .img_description{
        margin-top: 2.6042vw;
        position: static;
        height: auto;
        opacity: 1;
        color: #333;
        background-image: none;
    }
    .img_description .text_wrapper{
        position: static;
        transform: translate(0);
    }
    .img_description span{
        text-align: left;
    }
    .img_description .name{
        margin-bottom: 1.3021vw;
        font-size: 4.6875vw;
    }
    .img_description .company{
        margin-bottom: 0;
        font-size: 3.125vw;
        color: #666;
    }
    .img_description .speach{
        display: none;
    }
    .coming-soon {
        width: 89.5833vw;
        height: 150.520833vw;
        margin-bottom: 7.8125vw;
    }
    .coming-soon h2 {
        padding-top: 72.0052083vw;
        font-size: 6.510416vw;
    }
    .btn_more{
        width: 376px;
        margin-top: 60px;
        border: none !important;
        padding: 24px;
        font-size: 20px;
    }

    /*video*/
    .video_slider{
        min-height: 28.6458vw;
    }
    .bx-wrapper{
        padding: 0 3.5156vw;
    }
    .bx-wrapper .bx-controls-direction a{
        width: 7.8125vw;
        height: 7.8125vw;
        top: 7.2971vw;
    }
    .slider_list .img_wrapper:after{
        background-size: 13.0208vw 13.0208vw;
    }
    .video_title{
        margin-top: 2.6042vw;
        width: 91.2%;
        font-size: 2.6042vw;
        line-height: 3.2552vw;
    }

    /*news*/
    .news_list{
        padding: 3.9063vw 0;
    }
    .news_list img{
        margin-right: 2.6042vw;
        width: 29.06%;
        height: 14.3229vw;
    }
    .news_list .text_wrapper{
        width: 67%;
        height: 14.3229vw;
    }
    .news_title{
        font-size: 3.125vw;
    }
    .news_date{
        font-size: 2.3438vw;
    }
    /* map */
    .address_text{
        font-size: 4.17vw;
    }
    .map_container{
        margin-top: 3.91vw;
        aspect-ratio: 1.86;
    }
}

/*---mobile---*/
@media all and (max-width:479px){
    .main_top {
        height: auto !important;
        padding-bottom: 0 !important;
        position: relative !important;
    }
    .banner_video {
        position: relative !important;
        height: auto !important;
        aspect-ratio: auto !important;
        background-image: url(/wp-content/plugins/wcif-site/assets/images/main_mo.png);
    }
    .banner_video picture {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        aspect-ratio: auto !important;
    }
    .banner_video picture img {
        position: relative !important;
        display: block !important;
        width: 100% !important;
        height: auto !important;
        object-fit: contain !important;
    }
    .banner_video .image-title {
        width: 280px;
        margin-top: calc(60px + 3.91vw);
    }
    .banner_video .image-wrap .image-date, .banner_video .image-wrap .image-logo{
        width: 130px;
    }
    .sub_title{
        margin-bottom: 4.1667vw;
        font-size: 5vw;
    }
    .main_title span{
        font-size: 10.555556vw;
        line-height: 1.11;
    }
    .main_title span .pt {
        display: none;
    }
    .main_title span .m {
        display: inline
    }
    .title_date{
        margin-top: 9.4444vw;
        font-size: 7.777778vw;
    }
    .title_d_day{
        margin-top: 4.1667vw;
        padding: 2.5vw 7.2222vw 1.6667vw;
        font-size: 7.7778vw;
        border-radius: 11.1111vw;
    }
    .title_d_day.live{
        padding: 3.3333vw 14.1667vw 3.0556vw 7.2222vw;
        font-size: 6.1111vw;
    }
    .title_d_day.live:before{
        width: 5vw;
        height: 5vw;
    }
    .title_d_day.live:after{
        top: 38%;
        right: 20%;
        border-top: 1.3889vw solid transparent;
        border-bottom: 1.3889vw solid transparent;
        border-left: 1.6667vw solid #fff;
    }
    .title_tip{
        margin-top: 1.3889vw;
        font-size: 3.8889vw;
    }
    .arrow:nth-of-type(3){
        display: none;
    }
    .banner_line{
        background: url(/wp-content/uploads/wcif/images/banner_line_m.png);
        height: 18.335vw;
        background-size: cover;
    }
    .banner_line p{
        line-height: 5.2778vw;
        font-size: 5vw;
    }
    .main_content{
        padding: 8.3333vw 4.4444vw;
        border: none;
    }
    .main_content:nth-of-type(2){
        padding-top: 11.1111vw;
    }
    .main_content:last-of-type{
        padding-bottom: 11.1111vw;
    }
    h2{
        margin-bottom: 10px;
    }
    .content_title{
        font-size: 6.1111vw;
        gap: 5.56vw;
    }
    .content_title:before{
        width: 4.44vw;
        height: 4.44vw;
        margin-bottom: 0.83vw;
    }
    .content_sub{
        font-size: 5vw;
    }
    .more a{
        font-size: 3.0556vw;
    }
    /* theme */
    .theme-container{
        padding: 5.56vw;
    }
    .theme-container h1{
        font-size: 7.5vw;
        font-weight: 500;
        letter-spacing: 0;
    }
    .theme-container h1 strong{
        font-weight: bold
    }
    .theme-container h3{
        margin-top: 2.78vw;
        font-size: 4.17vw;
        letter-spacing: 0;
    }
    .theme-container h3 b{
        font-size: 4.72vw
    }
    .theme-container .btn{
        margin-top: 11.11vw;
        width: 100%;
        padding: 5.56vw;
        box-sizing: border-box;
        text-align: center;
        border-width: 1.11vw;
        font-size: 4.44vw;
    }
    .theme-text{
        margin-top: 2.78vw;
        font-size: 3.89vw;
    }
    /* program */
    .section_program h2{
        margin-bottom: 2.78vw;
    }
    .section_program .track-container{
        gap: 2.78vw;
    }
    .section_program .track-container .track-wrap{
        padding: 5.56vw;
        border-radius: 4.87vw;
        gap: 2.78vw;
    }
    .section_program .track-container .track-wrap .track-name{
        width: 19.44vw;
        padding: 2.78vw;
        font-size: 2.78vw;
        border-width: 1.11vw;
        border-radius: 27.78vw;
    }
    .section_program .track-container .track-wrap .track-title{
        font-size: 4.17vw;
    }
    .section_program .btn {
        width: 77.78vw;
        margin-top: 8.33vw;
        border-width: 1.11vw;
        padding: 5.56vw;
        font-size: 4.44vw;
    }
    /*speaker*/
    .speaker_lists{
        margin-bottom: 4.1667vw;
    }
    .speaker_list{
        margin-bottom: 5.5556vw;
    }
    .img_description{
        margin-top: 4.1667vw;
    }
    .img_description .name{
        margin-bottom: 1.3889vw;
        font-size: 5vw;
    }
    .img_description .company{
        font-size: 3.8889vw;
    }
    .coming-soon {
        width: 88.8888vw;
        height: 157.7777vw;
        margin-bottom: 9.72222vw;
    }
    .coming-soon h2 {
        padding-top: 74.444vw;
        font-size: 9.1666vw;
    }
    .btn_more{
        width: 100%;
        margin-top: 30px;
        border: none !important;
        padding: 20px;
        font-size: 16px;
    }
    /*video*/
    .video_slider{
        min-height: 55.5556vw;
    }
    .bx-wrapper{
        padding: 0 5.5556vw;
    }
    .bx-wrapper .bx-controls-direction a{
        width: 13.8889vw;
        height: 13.8889vw;
        top: 15.5556vw;
    }
    .slider_list .img_wrappper:after{
        background-size: 22.2222vw;
    }
    .video_title{
        margin-top: 2.7778vw;
        width: 71.42%;
        vertical-align: middle;
        font-size: 3.8889vw;
        line-height: normal;
    }

    /*news*/
    .news_list{
        padding: 4.1667vw 0;
    }
    .news_list img{
        margin-right: 2.7778vw;
        width: 31.25%;
    }
    .news_list .text_wrapper{
        width: 65%;
        height: auto;
    }
    .news_title{
        font-size: 3.8889vw;
    }
    .news_date{
        display: none;
    }
    /* map */
    .address_text{
        font-size: 3.89vw;
    }
    .map_container{
        margin-top: 2.78vw;
        aspect-ratio: .86;
    }
}

/*모바일 가로모드*/
@media (min-width: 481px) and (max-width: 812px) and (orientation: landscape){
    .main_top{
        height: 780px;
    }
}
