/* mobile */
@media (min-width: 1px) and (max-width: 1089px) {

	.fixed-header {display:none;}
	.login{display:block}
	.mpage{display:block;}
	.spage{overflow-x:auto;white-space: nowrap;}
	
}

/* desktop */
@media (min-width: 1090px) {

	.fixed-header {display:block;}
	.login{display:none}
	.mpage{display:none;}


	/* header */
	.fixed-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.top-line { background:#333333; }
	.fixed-top {
		position: fixed;
		top: 34px;
		right: 0;
		left: 0;
		z-index: 1030;
	}


}

.footer h2{margin:0 0 20px; 0}


.list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-first{
	padding: 50px 0px 50px 20px;
    background: #4c4f6f;
    font-size: 20px;
	color:#fff;
    font-weight: bold;
    border-top: 3px solid #313450;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.carousel-item a{color:#fff;}

/* 네비게이션 수정 */
.dropdown-menu {
    border-radius: 0px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 7px 15px;
    clear: both;
    font-weight: 600;
    color: #888;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 14px;
}
.dropdown-item:hover {
	background:#f5f5f5;
}

.color-gray{color:#666}
.color-red{color:#ff0000}


.f12 {font-size: 12px;}
.f13 {font-size: 13px;}
.f14 {font-size: 14px;}
.f15 {font-size: 15px;}
.f16 {font-size: 16px;}
.f17 {font-size: 17px;}
.f18 {font-size: 18px;}
.f19 {font-size: 19px;}
.f20 {font-size: 20px;}

/* pages */
.info-2 i{font-size:20px;}
table th, table td{ font-family: 'S-CoreDream-4Regular';font-size: 14px;}



#bo_v_sns li span{display:none;}
#bo_v_sns {display:none;position:absolute;top:-50px;right:0px;margin-left:-90px;width:180px;padding:0;list-style:none;zoom:1}


/* hover 추가*/
.containerH {display: flex; justify-content: center; align-items: center; height: 60vh;}
.content {position: absolute; top: 100%; left: 0; padding: 20px; width: inherit; height: inherit; box-sizing: border-box; background: linear-gradient(to top, crimson, transparent); color:#fff; padding-top:150px; transition: .5s; text-align: center;}
.content h2{}
.content h2 span{display:block; font-size: 14px; color:gold; margin-top: 10px;}

.cardh {margin: 10px; position: relative; width: 360px; height: 380px; overflow: hidden; transition: .5s;}
.cardh:nth-child(1) .content{ background: linear-gradient(to top, darkolivegreen, transparent);}
.cardh:nth-child(2) .content{ background: linear-gradient(to top, darkcyan, transparent);}
.cardh:nth-child(3) .content{ background: linear-gradient(to top, darkgreen, transparent);}
.cardh:hover {transform: translateY(20px); box-shadow: 0 10px 20px rgba(0,0,0,.21);}
.cardh:hover .content{top: 0;}
.cardh p{text-align: center;}

.sns a{display:inline-block; color: #fff; border: 1px solid #fff; width: 20px; height: 20px; border-radius: 50%; text-align:center; line-height: 20px; font-size: 12px;}

/* 비메오 무비 추가*/
<style>
	#popwrap{
		 z-index: 900;
		 display: block;
		 position: relative;
	 }
    #pop_box {
        position: absolute;
        top: 220px;
		left: 15px;
		/*margin-left: -179px;*/
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		justify-content:center;
    }
     #pop_box>div{
         position:relative;
		 width: 350px;
		 height: 500px;
		 margin-left: 5px;
     }
	#pop_box:nth-child(1)>div{
		margin-left: 7px;
	}
	 
    .popcon {
        width: 100%;
		height: 100%;
        position: relative;
    }

    
	#pop1 .popcon .link_btn01 {
		display: block;
		width: 114px;
		left: 47px;
		height: 22px;
		position: absolute;
		bottom: 126px;
		background-color: red;
		opacity: 0.0;
	} 

	#pop1 .popcon .link_btn02 {
		display: block;
		width: 114px;
		right: 46px;
		height: 22px;
		position: absolute;
		bottom: 126px;
		background-color: blue;
		opacity: 0.0;
	} 
	 

	
    .popcon .pc_xbtn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
		height: 35px;
    }
	
	
	.movie_wrap {
		position: relative;
	}

	#movie {
		/* position: fixed;  */
		position: relative;
		width: 100%;
		height: 100%;
		z-index: 999999;
		display: none;
		/* overflow: hidden;  */
		top: 0;
	} 
	.moviebox {
		position: absolute;
	    width: 795px;
	    top: 219px;
	    z-index: 30;
	    left: 50%;
	    margin-left: -397px;
	}
	/*
		#movie .black_box {
		width: 100%;
		height: 100%;
		z-index: 1;
		background: rgba(0,0,0,0.8);
	}
	*/
	#movie iframe {
		position: absolute;
    width: 795px !important;
    height: 447px !important;
	}
	.moviebox .mvclose {
		position: absolute;
		width: 120px;
		height: 40px;
		z-index: 1111111;
		left: 50%;
		margin-left: -60px;
		top: -60px;
	} 

	.mvclose a{
		width: 120px;
		height: 40px;
		left: 40px;
		border: 1px solid #fff;
		text-align: center;
		    line-height: 43px;
		color: #fff;
		display: block;
	} 
	.close_btn.movclose {
	    position: absolute;
    top: 0;
    z-index: 1;
    right: 0;
    width: 51px;
    height: 51px;
	}
	
	.close_btn a {   
	color: #040404;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 47px;
    font-size: 14px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 400;
	}	 

	.movie_tit {

	    text-align: center;
	    color: #25939f;
	    background: #ffffff;
	    font-size: 19px;
	    height: 51px;
	    font-weight: bold;
	    line-height: 49px;
	    position: relative;
	}

	.movie_bot {
		  
	    color: #282928;
	    background: #ffffff;
	    font-size: 12px;
	    height: 51px;
	    /* font-weight: bold; */
	    line-height: 19px;
	    position: absolute;
	    bottom: -449px;
	    width: 100%;
	    text-align: left;
	    padding-top: 5px;
	    padding-left: 20px;
	}
</style>

    
<script language="JavaScript">    
	function pop1close() {
		if ( document.notice_form1.chkbox.checked ){
		setCookie( "ncookie1", "done" , 24 );
		}
		document.getElementById('pop1').style.display = "none"; //레이어 id='pop1' 이미지를 none 으로
		}
	
	function pop2close() {

		if ( document.notice_form2.chkbox.checked ){
		setCookie( "ncookie2", "done" , 24 );
		}
		document.getElementById('pop2').style.display = "none"; //레이어 id='pop1' 이미지를 none 으로
		}
	
	function pop3close() {

		if ( document.notice_form3.chkbox.checked ){
		setCookie( "ncookie3", "done" , 24 );
		}
		document.getElementById('pop3').style.display = "none"; //레이어 id='pop1' 이미지를 none 으로
		}
	
	function pop4close() {

		if ( document.notice_form4.chkbox.checked ){
		setCookie( "ncookie4", "done" , 24 );
		}
		document.getElementById('pop4').style.display = "none"; //레이어 id='pop1' 이미지를 none 으로
		}

	$(document).ready(function() {
		var iframe = document.querySelector('#movie iframe');
		var player = new Vimeo.Player(iframe);
			$('#movie').slideDown(400);
			$('#movie').show();
			player.play();
			$('.movclose').click(function(){
			$('#movie').hide();
			player.pause();
		})
	});		
</script>