/* 다운로드 */
.ios_down{text-align: center;}
.ios_down h2{font-size: 40px; color: #000; padding-bottom: 10px; margin-bottom: 12px;}
.ios_down h6{font-size: 26px; font-weight: 800; color: #000; padding: 10px 8px;}
.ios_down p{font-size: 22px; font-weight: 600; color: #000; padding-top: 10px;}
.ios_down a{display: block;width: 480px;margin: 24px auto 0;padding: 12px 30px;}
@media (max-width: 767px){
	.ios_down h2{font-size: 30px;}
	.ios_down h6{font-size: 20px;}
	.ios_down p{font-size: 16px;}
	.ios_down img{width: 100%;}
	.ios_down a{width: 100%;}
}

.youtube_box {margin-bottom:2%}

/*유튜브 영상 2*/
.video-popup.reveal {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
  z-index:10;
}

.video-popup .video-wrapper {
  position: relative;
  width:700px;
  height:394px;
  z-index: 10;
}

.video-popup .video-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}

.video-popup.reveal .video-popup-closer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 9;
} 

.video-popup-close {
  width:700px;
  height:450px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-225px;
  margin-left:-350px;
  background: #000;
  z-index: 9;
  display:none;
  background:#000;
  overflow:hidden;
  cursor:pointer;
}

.video-popup-close > img {
  width:4%;
  float:right
} 

.popupVideo  a {
	cursor:pointer;
}

@media (max-width: 767px){
	.video-popup-close {width:80%; left:10%; margin-left:0; height:380px; margin-top:-190px;}
	.video-popup .video-wrapper iframe {width: 80%; left:10%; }
	.video-popup-close > img {width:6%;} 

	.video-popup .video-wrapper {height:300px}
}

@media (max-width: 650px){
	.video-popup-close {width:80%; left:10%; margin-left:0; height:360px; margin-top:-180px;}
	.video-popup-close > img {width:7%;} 

	.video-popup .video-wrapper {height:280px}
}

@media (max-width: 550px){
	.video-popup-close {width:80%; left:10%; margin-left:0; height:340px; margin-top:-170px;}
	.video-popup-close > img {width:8%;} 

	.video-popup .video-wrapper {height:260px}
}

@media (max-width: 500px){
	.video-popup-close {width:80%; left:10%; margin-left:0; height:300px; margin-top:-150px;}
	.video-popup-close > img {width:8%;} 

	.video-popup .video-wrapper {height:230px}
}

@media (max-width: 460px){
	.video-popup-close {width:80%; left:10%; margin-left:0; height:280px; margin-top:-140px;}
	.video-popup-close > img {width:9%;} 

	.video-popup .video-wrapper {height:210px}
}

@media (max-width: 414px){
	.video-popup-close {width:80%; left:10%; margin-left:0; height:250px; margin-top:-125px;}
	.video-popup-close > img {width:10%;} 

	.video-popup .video-wrapper {height:180px}
}