@charset "utf-8";

/*타이포 관련 CSS*/
a:link, a:visited { 
	text-decoration: none;
}
ul {list-style: none;}

#widget ul li a {color: #ccc;}

.font-sm { font-size: 1.4em;}

.font-md { font-size: 1.6em;}

.font-lg { font-size: 1.8em;}

/* 레이아웃 관련 CSS */
.margin_vert {margin: 18px auto;}

.margin_top {margin-top: 38px;}

.margin_100px {width: 100%; height: 100px; display: block;}

.center {text-align: center;}


/* 메인 페이지 */
#logo {height: 40px; margin-left: 24px; margin-top: -10px;}

#main_nav {margin-right: 24px;}
	
#topsCarousel {padding-top: 50px; background: url('../images/img_carousel_bg.jpg') no-repeat; background-size: cover;}
	
.carousel-inner > .item > img,
	
.carousel-inner > .item > a > img {
	/* height: 100%;
	min-width: 960px; */
	margin: auto;
}
	
.logo_tops {width: 134px; height: 40px; display: inline-block; background: url('../images/logo_small.png') no-repeat; margin: 8px 0px 0 0;}
	
.icon_fb {width: 24px; height: 24px; display: inline-block; background: url('../images/icon_facebook.png') no-repeat; margin-left: 12px;}

.icon_twit {width: 24px; height: 24px; display: inline-block; background: url('../images/icon_twit.png') no-repeat; margin-left: 12px;}

dd.desc_p { height: 120px;}


/* 티티:맵 페이지 */
.affix {top: 100px;}

.margin_100px {width: 100%; height: 100px; display: block;}

#leftMenu_spy > ul > li > a { font-size: 1.3em; font-weight: bold; }

#logo_ttMap { background:url('../images/api_ttmap_logo.png') no-repeat 50% 50%; background-size: contain; margin: 30px auto; width: 100%; height:220px;}

#logo_emap { background:url('../images/logo_emap.png') no-repeat 50% 50%; background-size: contain; margin: 30px auto; width: 100%; height:220px;}


/* 회사소개 페이지 */
#logo_tritops { background:url('../images/img_logo_tritops_L.png' ) no-repeat 50% 50%; background-size: contain; margin: 30px auto; width: 100%; height: 160px;}

