/* ===================================================
                    General CSS
===================================================== */
html {
  height: 100%;
}
body {
  font-family: "Pretendard", "Apple SD Gothic Neo", "Noto Sans CJK KR",
    "Malgun Gothic", "맑은 고딕", 나눔고딕, "Nanum Gothic", "Noto Sans KR",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  color: black;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

a {
  color: #484848;
}

a:hover {
  color: #00b060;
  text-decoration: none;
}

/* ===================================================
                  Content (Generic)
===================================================== */
.content-box {
  padding: 65px 0;
  text-align: center;
}

.content-title h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.content-title-underline {
  width: 30px;
  height: 3px;
  background-color: black;
  margin: 0 auto 30px;
}

/* ===================================================
                      Service
===================================================== */
h1.logo {
  font-weight: 800;
  color: #1e74d8;
  font-size: 45px;
}

p.desc {
  font-weight: 500;
  font-size: 18px;
}

/* ===================================================
                      Slider
===================================================== */
.gallery-item {
  margin-bottom: 20px;
}

.col-6-lg-12 {
  width: 50%;
}
.col-3-d-lg-none {
  width: 25%;
}

@media (max-width: 992px) {
  .col-6-lg-12 {
    width: 100%;
  }
  .col-3-d-lg-none {
    display: none;
    width: 0;
  }
}

/* ===================================================
                      Fonts
===================================================== */
@font-face {
  font-family: "Montserrat";
  src: url("/assets/font/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Montserrat";
  src: url("/assets/font/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/font/Pretendard-Thin.woff2") format("woff2");
  font-weight: 100;
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/font/Pretendard-ExtraLight.woff2") format("woff2");
  font-weight: 200;
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/font/Pretendard-Light.woff2") format("woff2");
  font-weight: 300;
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/font/Pretendard-Regular.woff2") format("woff2");
  font-weight: 400;
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/font/Pretendard-Medium.woff2") format("woff2");
  font-weight: 500;
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/font/Pretendard-SemiBold.woff2") format("woff2");
  font-weight: 600;
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/font/Pretendard-Bold.woff2") format("woff2");
  font-weight: 700;
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/font/Pretendard-ExtraBold.woff2") format("woff2");
  font-weight: 800;
}

@font-face {
  font-family: "Pretendard";
  src: url("assets/font/Pretendard-Black.woff2") format("woff2");
  font-weight: 900;
}
