.popup-box {
	!display:none;
	position:fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
	background-color:#002544;
	z-index:10001;
	min-width:1440px;
    text-align: center;
}

.popup-box.open {
	animation: fadeInLeft 1s ease-in-out both;
}

.popup-box.close {
	animation: fadeInClose 1s ease-in-out both;
}

@keyframes fadeInLeft {
  from {
  	z-index: 1;
    opacity: 0;
	left: -100%;
  }

  to {
  	z-index: 10001;
    opacity: 1;
    left: 0;
  }
}

@keyframes fadeInClose {
  from {
  	z-index: 10001;
    opacity: 1;
    left: 0;
  }

  to {
  	
	z-index: 1;
    opacity: 0;
	left: -100%;
  }
}

.popup-box .inner {
	width: 100%;
	height: 100%;
}

.popup-box .close-btn {
	position:absolute;
	top: -30px;
	right: 50px;
	cursor:pointer;
	z-index: 10001 !important;
}

.owl-carousel .owl-item img {
	display:inline-block;
	width: auto;
}

.popup-box .title {
	position:absolute;
	left: 100px;
	top: 45%;
	text-align:left;
	margin: auto;
}


.popup-box .popup-slider {
	position:absolute;
	left: 50%;
	top: 50%;
	transform:translate(-35%, -50%);
	max-width:1300px;
}

/* @media(max-width:1600px) {
	.popup-box .popup-slider {
		max-width:1000px;
	}
} */

.popup-box .owl-theme .owl-nav  {
	display:none !important;
	position:absolute;
	top: -9999px;
	left: -9999px;
}

.popup-box .owl-nav  {
	position:absolute;
	top: 58%;
	left: 110px;
}


.popup-box .owl-nav [class*=owl-] {
	position:absolute;
	width: 36px;
	height: 36px;
	background-size:100% 100%;
}

.popup-box .owl-nav [class*=owl-].disabled {
	opacity: .5;
    cursor: default;
}

.popup-box .owl-nav .owl-prev {
	left: 0;
	background-image:url('../img_n/popup_arrow_left.png') !important;
}

.popup-box .owl-nav .owl-next {
	left: 46px;
	background-image:url('../img_n/popup_arrow_right.png') !important;
}

.popup-box .popup_tit{
    margin-top: 70px;
    width: 100%;
}
.popup-box .popup_point{
    width: 100%;
    margin-top: 60px;
}
.youtube_box{
    padding-top: 40px;
    position: relative;
}
.youtube_box ul{
    display: flex;
    justify-content: center;
    gap: 56px;
    padding-left: 50px;
}


.youtube{
    margin-top: -114px;
    position: absolute;
    bottom: 180px;
    left: calc(50vw + -687px);
}
.youtube ul{
    display: flex;
    justify-content: center;
    gap: 56px;
}
.youtube ul li{
    position: relative;
}
.youtube ul li:after{
    content: url(../img_n/youtube_top.png);
    position: absolute;
    top: -75px;
    right: 0;
}
.youtube ul li:before{
    content: url(../img_n/youtube_bottom.png);
    position: absolute;
    bottom: -75px;
    right: 0;
}

.youtube ul li iframe{
    width: 419px;
    height: 238px;
}