/*
Theme Name: Linkon Technology Theme
Theme URI: https://linkon.cc
Author: Linkon Technology Team
Author URI: https://linkon.cc
Description: ㈜링콘테크놀로지 공식 워드프레스 테마 - 고성능 엔지니어링 설비 사양서 인터랙티브 뷰어, 태극기 포함 다국어 지원 및 최신 반응형 레이아웃 탑재.
Version: 1.0.1
License: GNU General Public License v2 or later
Text Domain: linkon-theme
*/

/* Base Resets */
*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html, body {
  width: 100%;
  min-height: 100vh;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans KR", sans-serif;
  background-color: #f8fafc;
  color: #0f172a;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site-main {
  flex: 1 0 auto;
}
