
/*------------------------------------------------------iPad-Pro-PORTRAIT----*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {


#hpEntrySection{
	min-height: 100vh;
}

.entryMain,
.entryCon{
	position:absolute;
	width:100%;
	height:100%;
}

.mainCon_cat .sectCon {
    grid-template-columns: 1fr;
}

.mainCon_cat .sectCol-02 {
    align-items: center;
}

#catSection01{
	height: auto;
}

.catConsole {
    width: 70%;
    margin: 30px 0 0 0vw;
}

.ccLogo-red{
	align-self: flex-end;
}

}







/*------------------------------------------------------iPad-Pro-LANDSCAPE----*/


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {


}