.ct1 { height:500px; position:relative; background-color:#CCC; }
.ct1 { background:url(/graphic/cover/1m.jpg) top center; background-size:cover; }
.ct2 { font-size:1.5em; width:50%; padding-left:30px; top:50px; position:absolute; }

.contact { padding:30px; }
.contactLine { font-size:1.2em; line-height:1; text-align:left; margin-bottom:10px; font-family:tahoma; }
.contactLine img { vertical-align:middle; margin-right:5px; width:30px; height:30px; display:inline; }

.logo-big { width:150px; margin-bottom:15px; }

/* ความกว้าง ไม่ต่ำกว่า */
@media screen and (min-width: 1000px)
{

.ct1 { height:70%; background:url(/graphic/cover/1.jpg) top center; }
.ct2 { font-size:3em; padding:80px; bottom:50px; top:auto; }

.contact { font-size:1.3em; padding-left:80px; width:30%; }

.logo-big { width:250px; margin-bottom:30px; display:block; }

}