
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR:wght@300;400;500;600;700&display=swap');

body {
  font-family: "IBM Plex Sans KR", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin:0px;
  padding:0px;
}

/******************* navigation *****************/
.terix-navbar {
	display:none;
}

.terix-navbar .logo {
	background:url(../img/top.logo.png) no-repeat left center;
	display:inline-block;
	width:150px;
	background-size:contain;
	
}

/******************* footer *****************/
.terix-footer .footer-logo {
  display: flex;
  align-items: center;
  gap: 10px;
}

.terix-footer .footer-logo img {
  height: 30px;
  filter: grayscale(100%);
}

.terix-footer .footer .logo-text {
  font-size: 12px;
  font-weight: 400;
  color: #333;
}

.terix-footer .footer .logo-text strong {
  font-weight: 700;
}

.terix-footer .footer-info p {
  margin: 0;
  color: #111;
  font-size: 12px;
  line-height: 1.6;
}

.terix-footer .footer-bottom {
    display:flex;
    gap:20px;
}

.terix-footer .footer-partner {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
}

.terix-footer .footer-bottom .link-block a {
    text-decoration:none;
    color:inherit;
}

.terix-footer .footer-bottom .link-block img {
    width:1.4em;
    height:1.4em;
    margin-right:8px;
    vertical-align:middle;
}

.terix-footer .footer-partner img {
    height: 22px;
    filter: grayscale(100%);
  
}

.terix-footer a {
	text-decoration:none;
	color:inherit;
}


.terix-footer .naver-map-anchor {
    background:#5FBD68;color:#fff;font-size:10px;border-radius:4px;padding:1px 3px;text-decoration:none;
    white-space:nowrap;
}

.terix-footer .address {
    margin-right:4px;
}




/************* terix-section ******************/
section {
    word-break:keep-all;
}

section .section-title {
    font-size:42px;
    font-weight:600;
    text-align:center;
    margin-bottom:25px;
    
    font-family:"Bebas Neue";
 
}
