
/* 푸터 -----------------------------------------------------------------------------------------------*/
footer div:first-child{min-height: 70px; background: #292a2c}
footer div:first-child ul{display: flex; flex-flow: row nowrap; justify-content: space-between; max-width: 1400px; margin: 0 auto}
footer div:first-child ul li img{margin-top: 16px}
footer div:first-child ul li select {margin: 18px 0  0 20px; min-width: 190px; font-family: 'Gsans'; height: 35px; line-height: 36px; background: #3a3b3d url('/resources/toctocmath/userImages/common/select_arrow-090ad3cbf006208b6f73f955d39dd1d9.gif') 170px 50% no-repeat; font-size: 15px; border: 1px solid #58595a; padding: 0 15px; color: #fff}
footer div:first-child ul li select > option {font-size: 13px}


footer div:last-child{height: 200px;  background: #303134}
footer div:last-child div{max-width: 1400px; margin: 0 auto}
footer div:last-child div p{display: flex; flex-flow:row nowrap; padding: 50px 0 20px 0}
footer div:last-child div p a{font-size: 18px; color: #fff; display: inline-block; padding: 0 20px; position: relative}
footer div:last-child div p a:first-child{padding-left: 0}
footer div:last-child div p a:before{content: ""; background: #626365!important; width: 1px; height: 18px; margin-right: 20px; position: absolute; right:-22px; top:-1px}
footer div:last-child div p a:last-child:before{content:none}
footer div:last-child div p a:nth-child(2) {color:#00a8ff}

footer div:last-child div span{display: block; font-size: 14px; color: #fff; font-weight: 300; font-style:nomal}


/* 1440 */
@media (max-width: 1440px) {
	footer div:first-child ul{margin: 0 10px}
	footer div:last-child div{margin: 0 10px}
}

/* 1200 */
@media (max-width: 1200px) {
	
	
	footer div:last-child div p{justify-content:center}
	footer div:last-child div span{text-align: center; padding: 0 10px}
	
}


/* 500 */
@media (max-width: 500px) {
	footer div:first-child ul{margin: 0 10px}
	
	footer div:first-child ul li img{margin-top: 19px; width: 200px}
	footer div:first-child ul li select {min-width: 170px; background: #3a3b3d url('/resources/toctocmath/userImages/common/select_arrow-090ad3cbf006208b6f73f955d39dd1d9.gif') 150px 50% no-repeat}
	
	footer div:last-child div p a{font-size: 16px; padding: 0 10px}
	footer div:last-child div span{font-size: 12px}	
	
}


/* 400 */
@media (max-width: 400px) {	
	
	footer div:first-child ul li img{margin-top: 22px; width: 160px}
	footer div:first-child ul li select {margin-left:5px; min-width: 100px!important; font-size: 13px; background: #3a3b3d url('/resources/toctocmath/userImages/common/select_arrow-090ad3cbf006208b6f73f955d39dd1d9.gif') 105px 50% no-repeat; padding: 0 8px}
	footer div:first-child ul li select > option {font-size: 12px}
	
	footer div:last-child div p a{font-size: 14px; padding: 0 6px}
	footer div:last-child div p a:before{height: 13px; margin-right: 15px; position: absolute; right:-17px; top:0}
	
}

/* 330 */
@media (max-width: 330px) {		
	footer div:last-child div p a{font-size: 13px}	
}
