.landing_popup{
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, 0.7);
	position:fixed;
	top:0px;
	left:0px;
	z-index:9999;
}
.landing_popup .popup_content{
	width:820px;
	height:360px;
	background:url("../images/popup_banner.jpg") top left no-repeat;
	background-size:100%;
	position:absolute;
	top:calc(50% - 180px);
	left:calc(50% - 410px);
	cursor:pointer;
}

.title_wrapper{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flex_wrapper {

}
.title_wrapper .s_title{
	font-size:20px; 
	font-weight:bold;
	text-align: center;
	color:#000;
	width: 82%;
    margin: 0 auto;
}
.title_wrapper .l_title{
	font-size:59px; 
	font-weight:bold;
	text-align: center;
	color:#000;
}
.title_wrapper .s_title_red{
	font-size:20px; 
	font-weight:bold;
	text-align: center;
	background-color:#C4122F;
	color:#fff;
	width: 42%;
    margin: 0 auto;
}
.title_wrapper .l_title_red{
	font-size:59px; 
	font-weight:bold;
	text-align: center;
	background-color:#C4122F;
	color:#fff;
}
.title_wrapper .desc{
	font-size:17px; 
	font-weight:normal;
	text-align: center;
}


.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	min-width: 100%;
	width: 100%;
	max-width: 100%;
	line-height: 1;
}

.yt_container{
	width:100%; height:100%;
	margin:0 auto;
	text-align: center;
	position:absolute;
	top:0px;
	left:0px;
}
.yt_container .btn_more{
	width:196px;
	height:67px;
	background:url("../images/btn_more.png") top left no-repeat;
	position: absolute;
    bottom: 50px;
    right: 15.5%;
	cursor:pointer;
}
.yt_container iframe{
	width:69%; height:100%;
	margin:0 auto;
}

.block_container{
	width:1335px;
	margin:0 auto;
	text-align: justify;
}
.block_container .block{
	display:inline-block;
	width:420px; height:470px;
	margin-top:35px;
	position:relative;
	text-align:center;
	background-size:100%;
	
	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
}
.block_container .block:hover{
	background-size:108%;
}
.block_container:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
.block_1{
	background:url("../images/block_1_bg.jpg") center center no-repeat;
}
.block_2{
	background:url("../images/block_2_bg.jpg") center center no-repeat;
}
.block_3{
	background:url("../images/block_3_bg.jpg") center center no-repeat;
}
.block_4{
	background:url("../images/block_4_bg.jpg") center center no-repeat;
}
.block_5{
	background:url("../images/block_5_bg.jpg") center center no-repeat;
}

.block_6{
	border:1px solid #ccc;
}
.block_6 .sns_container{
	width:420px; height:470px;
	overflow:hidden;
	position:absolute; 
	top:0px; left:0px;
}
.block_6 .sns_container .btn_fb{
	width:210px; height:50px;
	background:url("../images/btn_fb.jpg") top center no-repeat;
	position:absolute; 
	top:0px; left:0px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
}
.block_6 .sns_container .btn_ig{
	width:210px; height:50px;
	background:url("../images/btn_ig.jpg") top center no-repeat;
	position:absolute; 
	top:0px; left:210px;
	border-bottom:1px solid #ccc;
	cursor:pointer;
}
.block_6 .sns_container .active{
	background-position:bottom !important;
}
.block_6 .fb_container{
	width:380px; height:350px;
	overflow:hidden;
	top:70px; left:20px;
	display:block;
	
}
.block_6 .ig_container{
	width:380px; height:350px;
	overflow:hidden;
	top:70px; left:20px;
	display:none;
}
.block_6 .ig_wrapper{
	width:380px; height:350px;
	overflow:auto;
	margin:0 auto;
	text-align: justify;
}
.block_6 .ig_wrapper img{
	width:115px; height:115px;
	margin-left: 6px;
    margin-bottom: 6px;
	display:inline-block;
}


.block .cap{
	font-size:16px;
	color:#000;
	background-color:rgba(255,255,255,0.7);
	padding: 10px;
	min-width:165px;
    position:absolute;
    top:50%; left:50%;
   	transform: translate(-50%,-50%);
   	
   	transition: all 0.3s ease-in-out;
  	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-ms-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
}
.block_container .block:hover .cap{
	padding: 20px;
	min-width:185px;
}

@media (max-width: 1679px) {
	.yt_container .btn_more{
		right: 15.5%;
	}
	
	.block_container{
		width:970px;
		margin-top:15px;
	}
	.block_container .block{
		width:300px; height:335px;
		margin-top:25px;
	}
	.block .cap{
		font-size:14px;
	}
	
	.block_6 .sns_container{
		width:300px; height:335px;
	}
	.block_6 .sns_container .btn_fb{
		width:150px; height:50px;
	}
	.block_6 .sns_container .btn_ig{
		width:150px; height:50px;
		left:150px;
	}
	.block_6 .fb_container{
		width:260px; height:245px;
	}
	.block_6 .ig_container{
		width:260px; height:245px;
	}
	.block_6 .ig_wrapper{
		width:260px; height:245px;
	}
	.block_6 .ig_wrapper img{
		width:75px; height:75px;
		margin-left: 6px;
    	margin-bottom: 6px;
	}
}
@media (max-width: 1023px) {
	.yt_container .btn_more{
		right: 15.5%;
	}
	
	.block_container{
		width:750px;
		margin-top:15px;
	}
	.block_container .block{
		width:240px; height:268px;
		margin-top:10px;
	}
	.block .cap{
		font-size:14px;
	}
	
	.block_6 .sns_container{
		width:240px; height:268px;
	}
	.block_6 .sns_container .btn_fb{
		width:120px; height:50px;
	}
	.block_6 .sns_container .btn_ig{
		width:120px; height:50px;
		left:120px;
	}
	.block_6 .fb_container{
		width:200px; height:178px;
	}
	.block_6 .ig_container{
		width:200px; height:178px;
	}
	.block_6 .ig_wrapper{
		width:200px; height:178px;
	}
	.block_6 .ig_wrapper img{
		width:175px; height:175px;
		margin-left: 10px;
    	margin-bottom: 10px;
	}
	
	.landing_popup .popup_content{
		width:640px;
		height:281px;
		background:url("../images/popup_banner.jpg") top left no-repeat;
		background-size:100%;
		position:absolute;
		top:calc(50% - 140px);
		left:calc(50% - 320px);
		cursor:pointer;
	}
}
@media (max-width: 767px) {
	.yt_container .btn_more{
		width:100px;
		height:34px;
		background:url("../images/btn_more.png") top left no-repeat;
		background-size: 100%;
		right: 0px;
		bottom:20px;
	}
	
	.block_container{
		width:320px;
		margin-top:10px;
	}
	.block_container .block{
		width:320px; min-height:358px;
		height:auto;
		margin-top:10px;
	}
	.block .cap{
		font-size:14px;
	}
	
	.yt_container{
		position:static;
		width:100%; height:auto;
	}
	.yt_container iframe{
		width:100%; height:100%;
	}
	
	.block_6 .sns_container{
		width:320px; height:358px;
	}
	.block_6 .sns_container .btn_fb{
		width:160px; height:50px;
	}
	.block_6 .sns_container .btn_ig{
		width:160px; height:50px;
		left:160px;
	}
	.block_6 .fb_container{
		width:280px; height:268px;
	}
	.block_6 .ig_container{
		width:280px; height:268px;
	}
	.block_6 .ig_wrapper{
		width:280px; height:268px;
	}
	.block_6 .ig_wrapper img{
		width:240px; height:240px;
		margin-left: 20px;
    	margin-bottom: 10px;
	}
	
	.landing_popup .popup_content{
		width:300px;
		height:240px;
		background:url("../images/popup_banner_m.jpg") top left no-repeat;
		background-size:100%;
		position:absolute;
		top:calc(50% - 120px);
		left:calc(50% - 150px);
		cursor:pointer;
	}

	.title_wrapper .s_title{
		font-size:15px; 
	}
	.title_wrapper .l_title{
		font-size:36px; 
	}
	.title_wrapper .desc{
		font-size:14px;
		line-height: 24px;
	}
}