@charset "utf-8";

@import url(http://designtu.kr/font/notosans/google_notosanskr.css);
                      
.webLink { width	: 20%; height: auto; display:inline-block; max-width:200px;
		   position	: absolute; bottom : 5px; left:1%;}
.webLink img { width	: 100%; height: auto; max-width : 170px;}
.webLink .mobileOn { display:none;} 
#panoramaMenu .kolorMenuMain
                    { background : #fff ! important;}

@media (min-width:641px) and (max-width:1024px) {
.webLink { width 	: 26%;}
}

@media (max-width:640px) {
.webLink { width 	: 20%; left:1%; bottom : 55px; text-align : right;}
.webLink .mobileOn { display:inline-block;} 
.webLink .mobileX  { display :none;}
.webLink img  { max-width: 90px;}

}

@media (max-width:300px) {
.webLink { width 	: 50%; left:unset; right:50%; bottom : 5px; transform:translateX(50%);}
.webLink .mobileOn { display:none;} 
.webLink .mobileX  { display :inline-block;}
}

