/* Fontawesome 4.7 */
@import url('//stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/* XEION CDN */
@import url('https://cdn.jsdelivr.net/gh/xpressengine/xeicon@2.3.1/xeicon.min.css');

/* Web Fonts - Roboto */
/* Web Fonts - NotoSans */
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;700&family=Roboto:wght@400;500;700&family=Kanit:wght@400;500;600&display=swap");
/* font-family: 'Roboto', sans-serif; */
/* font-family: 'Noto Sans KR', sans-serif; */
/* font-family: 'Kanit', sans-serif; */

@font-face {
  font-family: 'NanumSquareRound';
  src: url('//cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/NanumSquareRound.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

/* Reset CSS */
* {
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: #222;
}
button, input {
  outline: none;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  font-weight: normal;
  line-height: 1.5em;
}
ol, ul, li{list-style: none;}

/* Default CSS */
body {
  font-family: 'NanumSquareRound';
  /* font-family: 'Noto Sans KR', sans-serif; */
  /* font-weight: 400; */
  font-weight: normal;
  font-size: 18px;
  line-height: 2em;
  margin: 0;
  background-color: #fff;
  color: #333;
}
section {
  padding: 120px 0 60px 0;
}
.headline {
  text-align: center;
  padding-bottom: 60px;
}
.headline p {
  color: #97BC62;
  font-family: 'kanit', sans-serif; 
  font-weight: 400;
  font-size: 1.2em;
  line-height: 0.5em;
  margin-top: 0;
}
.headline h1 {
  font: inherit;
  font-weight: bold;
  font-size: 1.5em;
  color: #333;
  margin: 0;
}
/* ####################### Header ####################### */
header {
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 10;
  /* border-bottom: 2px solid rgba(255,255,255,0.6); */
  background: none;
  background: rgba(0,0,0,0.5);
  transition: 0.5s;
}
/* header.active {
  background: #fff;
  border-bottom: 2px solid rgba(0,0,0,0.1);
} */
/* header.active .gnb>a:not(.active) {
  color: #666666;
} */
header.active .trigger {
    /* color: #666; */
}
/* header.active .logo>a {
  color: #333;
} */
.header-inner {
  width: 1300px;
  margin: 0 auto;
  overflow: hidden;
}
.logo {
  float: left;
}
.logo a {
  font-family: 'kanit', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 80px;
  color: #FFF;
  transition: 0.5s;
}
.logo a span {
  color: #97BC62;
}
/* .gnb {
  float: right;
}
.gnb>a {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-left: 60px; 
  line-height: 80px;
  font-size: 1em;
  color: #fff;
  height: 100%;
} */
/* .gnb>li>a.active {
  color: #97BC62;
  border-bottom: 4px solid #97BC62;
} */
.gnb {
  float: right;
}
.gnb a {
  text-align: center;
}
.gnb>li {
  /* border: 1px solid red; */
  float: left;
  margin-top: -18px;
}
.gnb>li>a{
  display: block;
  font-family: 'Kanit', sans-serif;
  line-height: 80px;
  padding: 0 30px;
  margin: 0;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  transition: 0.3s;
}
.gnb>li>a:hover{
  background: #97BC62;
  /* color: #97BC62; */
}
/* header.active .gnb>li>a:not(.active) {
  color: #333333;
} */
.gnb>li>a.active {
  /* color: #97BC62; */
  /* border-bottom: 4px solid #97BC62; */
}
/* .gnb>li:last-of-type>a {
  padding-right: 0;
} */
.gnb>li>.submenu {
  margin: 0;
  padding: 0 10px;
  line-height: 60px;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
}
.gnb>li>.submenu>li>a {
  color: #fff;
  transition: 0.3s;
  font: inherit;
  font-size: 0.9em;
}
.gnb>li>.submenu>li>a:hover {
  color: #97BC62;
}
.gnb>li>.submenu {
  display: none;
}

/* ################# section : banner ################# */
.banner {
  padding: 0;
  position: relative;
  height: 30vh;
  overflow: hidden;
}
.banner img {
  width: 100%;
}
.banner-title {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.banner-title h1 {
  font-family: 'kanit', sans-serif;
  font-size: 2em;
  font-weight: 600;
  color: #fff;
}
.banner-title p {
  font-family: 'Kanit', sans-serif;
  font-weight: 400;
  font-size: 1.2em;
  color: #fff;
}
.banner-title span {
  color: #97BC62;
}

/* ################# section : menu_headline ################# */

.menu_headline {
  /* padding-top: 0; */
  text-align: center;
}
.menu_headline-inner {
  width: 1300px;
  margin: auto;
  border-bottom: 2px solid #eee;
}
.menu_headline h3 {
  font: inherit;
  display: inline-block;
  font-size: 1.4em;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 3px solid #97BC62;
}
.menu_headline p {
  margin: 0;
  color: #97BC62;
  font-family: 'Kanit', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

/* ################# section : footer ################# */

footer{
  padding: 30px 0px;
  border-top: 2px solid #eee;
}
.footer-inner {
  width: 1300px;
  margin: auto;
}
.footer-content {
  overflow: hidden;
}
.footer-logo {
  float: left;
  width: 30%;
}
.footer-logo a {
  font-family: 'kanit', sans-serif;
  font-weight: 600;
  font-size: 1.4em;
  line-height: 80px;
  color: #333;
}
.footer-logo a span {
  color: #97BC62;
}
.copyright {
  width: 50%;
  float: right;
}
.copyright p {
  font: inherit;
  font-size: 0.8em;
  line-height: 1.4em;
}


/* ▦▦▦▦▦▦▦▦▦ Scroll Reveal CSS Animation ▦▦▦▦▦▦▦▦▦ */

.dtu {
  animation: dtu 0.4s linear both;
}

@keyframes dtu {
  0% {
    opacity: 0;
    transform: translateY(80px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.rtl {
  animation: rtl 0.4s linear both;
}

@keyframes rtl {
  0% {
    opacity: 0;
    transform: translateX(80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ltr {
  animation: ltr 0.4s linear both;
}

@keyframes ltr {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.ctc {
  animation: ctc 0.4s linear both;
}
@keyframes ctc {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}