/*  =============================================================================
	=============================================================================
	=============================================================================
	客製化 CSS 設計
	=============================================================================
	=============================================================================
	=============================================================================
	========================================================================== */

/* =============================================================================
   基本設定
   ========================================================================== */
#section_1{
	margin-top: 110px;
	margin-bottom: 100px;
}

#section_1 h1{
	font-size: 25px;
	font-size: 57px;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 20px;
	letter-spacing: 5px;
}

#section_1 p{
	font-size: 13px;
	font-size: 17px;
	text-align: center;
}

#section_2 #home_isotopes{
	width: 100%;
	float: left;
	position: relative;
	opacity: 0;
	min-height: 600px;
	transition: 600ms all ease;
	transform: translateY(100px);
	margin-bottom: 150px;
	transition-delay: 0ms;
}

#section_2 #home_isotopes.active{
	opacity: 1;
	transform: translateY(0px);
	transition-delay: 600ms;
}



@media (max-width: 992px) {
	#section_1 p br{
		display: none;
	}
	
	
}

@media (max-width: 768px) {
	.iso_item .iso_box{
		opacity: 1 !important;
	}
	
	.iso_item.gallery_item .iso_box .top_icons .social_media{
		zoom: 0.8;
	}
	
	#section_1{
		margin-top: 70px;
		margin-bottom: 50px;
	}
}


.swal2-icon.swal2-info{
	font-weight: normal;
	color: #e7141a;
	border-color: #e7141a;
}

.swal2-modal h2{
	font-size: 24px;
	color: #000;
}

.swal2-content{
	font-size: 13px;
	color: #000;
}

.swal2-content a{
	text-decoration: none;
	color: #e7141a;
	font-weight: bold;
	transition: 400ms all ease;
}

.swal2-content a:hover{
	opacity: 0.7;
}

.swal2-content span{
	font-weight: bold;
}

@media (max-width: 768px) {
	#section_1 h1{
		font-size: 40px;
	}
	#section_1 p{
		font-size: 17px;
	}
}

@media (max-width: 600px) {
	#section_1 h1{
		font-size: 28px;
	}
	#section_1 p{
		font-size: 13px;
	}
}

@media (max-width: 380px) {
	#section_1 h1{
		font-size: 25px;
	}
}