.ety-mt-main{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
.ety-mt-main.bg-sub-1 {
	background-image:url('../img/sub_top_01.jpg');
}
.ety-mt-main.bg-sub-2 {
	background-image:url('../img/sub_top_02.jpg');
}
.ety-mt-main.bg-sub-3 {
	background-image:url('../img/sub_top_03.jpg');
}
.ety-mt-main.bg-sub-4 {
	background-image:url('../img/sub_top_04.jpg');
}
.ety-mt-main.bg-sub-5 {
	background-image:url('../img/sub_top_05.jpg');
}
.ety-mt-main .header-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 37%);
}
.ety-mt-main .text-wrap{
	color:#fff;position:relative;z-index:1
}
.ety-mt-main .btn-outline-secondary {color:#fff;border:1px solid #ccc;}
.img-responsive {max-width:100%;height:auto}

@media (min-width: 1px) and (max-width: 1089px) {

	.fixed-header {display:none;}
	.login{display:block}
	.ety-mt{margin-top:83px;}
	.ety-mt-main{margin-top:63px;}
	.ety-mt-qa{margin-top:110px;}
	.mpage{display:block;}
	.ppage{display:none;}
	.spage{overflow-x:auto;white-space: nowrap;}
	
}

@media (min-width: 1090px) {

	.fixed-header {display:block;}
	.login{display:none}
	.ety-mt-main{margin-top:110px;}
	.ety-mt{margin-top:130px;}
	.ety-mt-qa{margin-top:150px;}
	.mpage{display:none;}
	.ppage{display:block;}

	/* header */
	.fixed-header {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1030;
	}
	.top-line { background:#a6a8a9; }
	.fixed-top {
		position: fixed;
		top: 34px;
		right: 0;
		left: 0;
		z-index: 1030;
	}


}
