/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1219px) {
	.information.sect .content {
		display: block;
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.information.sect .content > .left,
	.information.sect .content > .right {
		float: none;
		width: 100%;
	}
	.information.sect .content > .left {
		margin-right: 0;
		margin-top: 30px;
	}
	.information.sect .content > .left .result .items {
		margin-left: 0;
	}
	.information.sect .content > .left .result .items .item {
		width: 100%;
		margin-left: 0;
	}
	.main.sect .content {
		display: block;
	}
	.main.sect .content > .left,
	.main.sect .content > .right {
		display: block;
		width: auto;
	}
	.main.sect .content > .left {
		margin-right: 0;
	}
	.main.sect .header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.main.sect .header .logo {
		margin-right: 0;
	}
	.main.sect .header .logo > .icon {
		margin-right: 10px;
	}
	.main.sect .header .logo > .icon img {
		height: 42px;
	}
	.main.sect .header .logo > .text .desc {
		line-height: 1.2;
	}
	.main.sect .header .info {
		float: right;
		margin-top: 9px;
	}
	.main.sect .header .phone,
	.main.sect .header .email {
		float: left;
		font-size: 30px;
		line-height: 1;
		color: #ACADAE;
	}
	.main.sect .header .phone:hover,
	.main.sect .header .email:hover {
		color: #CE2031;
	}
	.main.sect .header .phone {
		display: block;
		margin-right: 10px;
	}
	.main.sect .header .email {
		margin-top: 0;
	}
	.main.sect .header .email .value {
		display: none;
	}
	.main.sect .header .phone i,
	.main.sect .header .email i {
		display: inline;
	}
	.main.sect .header .worktime {
		float: none;
		display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 1.2;
    margin-top: 10px;
	}
	.main.sect .main {
		padding-top: 10px;
		padding-bottom: 40px;
		padding-left: 0;
		padding-right: 0;
	}
	.main.sect .main .intro .caption {
		font-size: 20px;
	}
	.main.sect .main .intro .desc {
		font-size: 18px;
		margin-top: 10px;
	}
	.main.sect .calc {
		padding: 40px 15px;
		margin-left: -15px;
		margin-right: -15px;
	}
	.main.sect .calc > .top {
		display: none;
	}
	.main.sect .calc > .bottom {
		max-width: 270px;
		margin-left: auto;
		margin-right: auto;
	}
	.main.sect .footer {
		position: static;
		width: 100%;
		text-align: center;
		padding: 40px 0 60px;
	}
	.main.sect .footer .copyright,
	.main.sect .footer .social {
		float: none;
	}
	.main.sect .footer .copyright {
		margin-right: 0;
		margin-top: 0;
		margin-top: 20px;
	}
	.main.sect .calc > .bottom .more {
		right: 0;
	}
	.main.sect .calc > .bottom .more:hover {
		color: #CE2031;
	}
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {	
	
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 479px) {	
	.main.sect .header {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.main.sect .header .logo > .text .desc {
		font-size: 10px;
	}
	.main.sect .header .info {
		margin-top: 0;
	}
	.main.sect .header .phone,
	.main.sect .header .email {
		float: none;
		font-size: 20px;
	}
	.main.sect .header .phone {
		margin-right: 0;
	}
	.main.sect .header .email {
		margin-top: 2px;
	}
	.main.sect .header .worktime {
		font-size: 12px;
	}
	.main.sect .main .intro .caption {
		font-size: 16px;
	}
	.main.sect .main .intro .desc {
		font-size: 16px;
	}
	.main.sect .calc > .bottom .note {
		font-size: 12px;
		margin-left: 0;
		margin-right: 0;
	}
	.mfp-inline-holder .mfp-close {
    top: 0px!important;
    right: 0px;
    font-size: 36px;
}
	.popup.sect {
		max-width: 360px;
		padding: 60px 25px;
	}
	.popup_callback.popup.sect .result {
		font-size: 14px;
	}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 359px) {
	.main.sect .header .logo > .icon {
		width: 43px;
		overflow: hidden;
	}
	.main.sect .header .logo > .icon img {
		max-height: none;
		max-width: none;
	}
}

@media only screen and (max-width : 319px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
	.container {
		width: 480px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {  
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {	

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1220px) {
	.container {
		width: 1200px;
	}
}