﻿@charset "utf-8";
/* **********************************************************************************/
/* 나눔 스퀘어 */
@import url('https://cdn.rawgit.com/moonspam/NanumSquare/master/nanumsquare.css');
@font-face {
  /* 빙그레체 */
  font-family: 'Binggrae';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_one@1.0/Binggrae.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
/* **********************************************************************************/
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}
.wrap {
  width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .wrap {
    width: 100%;
    padding: 0 20px;
  }
}
header {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.header-top {
  background-color: #ffd925;
}
@media only screen and (max-width: 1199px) {
  .header-top {
    /*display: none;*/
  }
}
.util {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}
.util li {
  vertical-align: middle;
  list-style: none;
}
.util li:first-child a::before {
  content: "";
  padding: 0;
}
.util li a {
  display: block;
  font-family: 'NanumSquare', sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin: 0 12px 0 0;
}
.util li a::before {
  content: "|";
  padding-right: 12px;
}
.util li a:hover {
  color: #333;
}
.util li a:hover::before {
  color: #fff;
}
.util li .util-btn {
  padding: 5px 16px;
  color: #666;
  background-color: #fff;
  border-radius: 10px;
  margin: 0 0 0 5px;
}
.util li .util-btn::before {
  content: "";
  margin: 0;
  padding: 0;
}
.util li .util-btn:hover {
  color: #fff;
  background-color: #abce01;
}
.header-content {
  background-color: rgba(255, 255, 255, 0.85);
  border-bottom: 1px solid #ddd;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.1);
  transition: 0.4s;
}
@media only screen and (max-width: 1199px) {
  .header-content {
    background-color: #fff;
  }
}
.header-content:hover {
  background-color: #fff;
}
.nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .nav-wrap {
    display: block;
  }
}
.logo > a {
  display: inline-block;
  margin: 28px 0;
}
@media only screen and (max-width: 1199px) {
  .logo {
    display: inline-block;
  }
}
.menu {
  display: flex;
  width: 100%;
  margin-left: 90px;
}
@media only screen and (max-width: 1199px) {
  .menu {
    display: none;
  }
}
.menu-dep1 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  z-index: 999;
}
.menu-dep1 > li {
  list-style: none;
}
.menu-dep1 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.menu-dep1 > li.on > a {
  color: #b3d219;
  text-decoration: none;
}
.menu-dep1 > li.on > a::before {
  content: "";
  position: absolute;
  top: 130px;
  width: 165px;
  height: 3px;
  background-color: #b3d219;
}
.menu-dep1 > li.on > a::after {
  content: "";
  position: absolute;
  width: 100%;
  top: 132px;
  left: 0;
  border-top: 1px solid #eee;
}
.menu-dep2 {
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  width: 1200px;
  text-align: right;
  margin: 0 auto;
  height: 75px;
}
.menu-dep2 > li {
  display: inline-block;
  list-style: none;
  margin: 0 25px;
}
.menu-dep2 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #232323;
  z-index: 7;
  text-decoration: none;
}
.menu-dep2 > li.on > a {
  position: relative;
  text-decoration: none;
  font-weight: 600;
}
.menu-dep2 > li.on > a::before {
  content: "";
  position: absolute;
  top: 40px;
  width: 100%;
  height: 10px;
  background-color: #b3d219;
  z-index: -1;
}
.menu-dep3 {
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  width: 1200px;
  text-align: center;
  margin: 0 auto;
  height: 75px;
}
.menu-dep3 > li {
  display: inline-block;
  list-style: none;
  margin: 0 25px;
}
.menu-dep3 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 75px;
  font-family: 'Binggrae', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #232323;
}
.menu-dep3 > li > a:hover {
  position: relative;
  font-weight: 600;
  text-decoration: none;
}
.mobile-btn-group {
  display: none;
}
@media only screen and (max-width: 1199px) {
  .mobile-btn-group {
    display: inline-block;
    float: right;
    margin-top: 35px;
  }
}
.mobile-btn-group a {
  text-align: right;
}
.mobile-btn-group a i,
.mobile-btn-group a svg {
  font-size: 30px;
  color: #232323;
}
.mobile-menu {
  display: none;
}
.mobile-menu.on {
  position: fixed;
  top: 0;
  left: 0;
  display: initial;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  overflow-y: auto;
}
.m-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}
.m-logo > a {
  display: inline-block;
  margin: 15px 0 15px 20px;
}
@media only screen and (max-width: 1199px) {
  .m-logo {
    display: inline-block;
  }
}
.m-mobile-btn-group {
  margin-right: 20px;
}
.m-mobile-btn-group a i,
.m-mobile-btn-group a svg {
  font-size: 30px;
  color: #232323;
}
.m-menu-dep1 > li > a {
  display: block;
  padding: 15px 20px;
  width: 100%;
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  text-decoration: none;
  color: #232323;
}
.m-menu-dep1 > li > a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
  color: #232323;
}
.m-menu-dep1 > .arr.on {
  border-top: 5px solid #ddd;
  border-bottom: 5px solid #ddd;
}
.m-menu-dep1 > .arr.on > a {
  background-color: #64cb08;
  color: #fff;
}
.m-menu-dep1 > .arr.on::after {
  color: #fff;
}
.arr {
  position: relative;
}
.arr::after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 25px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.arr.on::after {
  content: "-";
  right: 28px;
}
.m-menu-dep2 {
  display: none;
}
.m-menu-dep2 > li {
  border-bottom: 1px solid #ddd;
}
.m-menu-dep2 > li > a {
  display: block;
  padding: 15px 30px;
  width: 100%;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  text-decoration: none;
  color: #232323;
}
.m-menu-dep2 > li > a:hover {
  background-color: #f7f7f7;
  text-decoration: none;
  color: #232323;
}
.m-menu-dep2 > .arr.on > a {
  border-bottom: 1px solid #64cb08;
  color: #64cb08;
  font-weight: 600;
}
.m-menu-dep2 > .arr.on::after {
  color: #64cb08;
}
.m-menu-dep2.on {
  display: initial;
}
.m-menu-dep3 {
  display: none;
}
.m-menu-dep3 > li {
  border-bottom: 1px solid #ddd;
}
.m-menu-dep3 > li > a {
  display: block;
  padding: 15px 40px;
  width: 100%;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  text-decoration: none;
  background-color: #f5f5f5;
  color: #232323;
}
.m-menu-dep3 > li > a::before {
  content: "-";
  margin-right: 5px;
}
.m-menu-dep3 > li > a:hover {
  background-color: #eee;
  text-decoration: none;
  color: #232323;
}
.m-menu-dep3 > li:last-child {
  border-bottom: 0;
}
.m-menu-dep3.on {
  display: initial;
}
.m-util {
  background-color: #1a1a1a;
  display: flex;
  justify-content: space-between;
}
.m-util li {
  width: 100%;
  text-align: center;
  list-style: none;
  border-right: 1px solid #ddd;
}
.m-util li a {
  display: inline-block;
  padding: 20px 5px;
  color: #fff;
  font-size: 14px;
}
.m-util li:last-child {
  border-right: 0;
}
.sub-header-wrap {
  position: relative;
}
.sub-header-box {
  position: relative;
  display: inline-block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sub-header-box {
    display: none;
  }
}
.sub-header-tit {
  position: absolute;
  top: 200px;
  right: 20px;
}
@media only screen and (max-width: 1199px) {
  .sub-header-tit {
    right: 0px;
  }
}
.sub-header-tit P {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #777;
}
@media only screen and (max-width: 1199px) {
  .sub-header-tit P {
    font-size: 14px;
  }
}
.sub-header-tit h2 {
  font-family: 'Binggrae', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .sub-header-tit h2 {
    font-size: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-header-tit h2 {
    font-size: 20px;
  }
}
.sub-header-tit h2:last-child {
  margin-bottom: 0;
}
.sub-header-tit h2 span {
  color: #ff4c70;
}
.sub-header-img {
  position: relative;
  height: 380px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  .sub-header-img {
    height: 230px;
    background: url(/Site/gokgyo/images/sub-top-bak-01.png) no-repeat right bottom !important;
  }
}
/* Sub Contents Common Style */
.sub-container {
  margin-top: 20px;
  width: 100%;
  background: url(/Site/gokgyo/images/sub_contents_pattern.png);
  min-height: 400px;
}
@media only screen and (max-width: 1199px) {
  .sub-container {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-container {
    margin-top: 0;
  }
}
.sub-info {
  width: 100%;
  min-height: 70px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 1199px) {
  .sub-info {
    width: 100%;
    flex-wrap: wrap;
  }
}
.sub-info h2 {
  font-family: 'Binggrae', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  background: url(/Site/gokgyo/images/title-star.png) no-repeat top left;
  padding: 20px 0 25px 50px;
}
@media only screen and (max-width: 768px) {
  .sub-info h2 {
    font-size: 26px;
  }
}
.sub-contents {
  padding-top: 20px;
  padding-bottom: 100px;
}
/* Breadcrumb */
.sub-breadcrumb {
  display: flex;
  padding-top: 35px;
}
@media only screen and (max-width: 768px) {
  .sub-breadcrumb {
    width: 100%;
    padding-top: 10px;
    justify-content: flex-end;
  }
}
.sub-breadcrumb > li {
  list-style: none;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sub-breadcrumb > li {
    padding-bottom: 15px;
  }
}
.sub-breadcrumb > li > a {
  font-family: 'Binggrae', sans-serif;
  font-size: 15px;
  color: #666;
  word-break: keep-all;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .sub-breadcrumb > li > a {
    font-size: 12px;
  }
}
.sub-breadcrumb > li > p {
  display: inline-block;
  font-family: 'Binggrae', sans-serif;
  font-size: 15px;
  color: #666;
  word-break: keep-all;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .sub-breadcrumb > li > p {
    font-size: 12px;
  }
}
.sub-breadcrumb > li:hover .bread-select {
  display: block;
}
.sub-breadcrumb > li::before {
  font: var(--fa-font-solid);
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: 600;
  vertical-align: 2px;
  color: #72d020;
  margin: 0 12px;
}
@media only screen and (max-width: 768px) {
  .sub-breadcrumb > li::before {
    margin: 0 7px;
    vertical-align: 0px;
  }
}
.sub-breadcrumb > li:last-child a {
  font-weight: 600;
}
.sub-breadcrumb > li:first-child::before {
  content: "";
  margin: 0;
}
.bread-select {
  display: none;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  position: absolute;
  right: 0;
  outline: none;
  text-align: left;
  z-index: 3;
  margin-top: 10px;
}
.bread-select > li {
  width: 100%;
  list-style: none;
}
.bread-select > li > a {
  display: block;
  width: 100%;
  min-width: 160px;
  font-family: 'Binggrae', sans-serif;
  font-size: 14px;
  word-break: keep-all;
  color: #666;
  font-weight: 400 !important;
  text-decoration: none;
  line-height: 1.3;
  padding: 7px 8px;
}
.bread-select > li > a:hover {
  background-color: #e9e9e9;
  font-weight: 600 !important;
  color: #333;
}
.bread-arr::after {
  font: var(--fa-font-solid);
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  color: #666;
  margin-left: 10px;
}
@media only screen and (max-width: 768px) {
  .bread-arr::after {
    margin-left: 3px;
    font-size: 14px;
  }
}
/* Login */
.login-wellcome {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background: url("/Site/gokgyo/images/topbanner_bg.png");
}
.login-wellcome-txt p {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1199px) {
  .login-wellcome-txt p {
    font-size: 16px;
    margin-left: 30px;
    padding: 0 10px;
  }
}
.login-info {
  display: flex;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 40px;
}
.login-info h3 {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.login-content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.login-form-group {
  display: flex;
}
.login-form-box {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-right: 10px;
  margin-bottom: 20px;
}
.login-input {
  width: 100%;
  padding: 15px 10px 15px 55px;
  border: 1px solid #ddd;
  outline: none;
  color: #333;
}
.login-input-id {
  background: #fff url("/Site/gokgyo/images/icon-id.png") no-repeat 20px 18px;
  margin-bottom: 10px;
}
.login-input-password {
  background: #fff url("/Site/gokgyo/images/icon-pw.png") no-repeat 20px 18px;
}
.login-btn-box .login-btn {
  display: inline-block;
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #abce01;
  word-break: keep-all;
  padding: 48px 50px;
}
.login-btn-box .login-btn:hover {
  text-decoration: none;
  background-color: #a5c702;
}
.login-idsave {
  width: 100%;
}
.login-idsave label {
  cursor: pointer;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #333;
  margin-left: 3px;
}
.login-footer {
  display: flex;
  justify-content: space-between;
}
.login-footer li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 100%;
  background-color: #f1f1f1;
  margin-right: 10px;
}
.login-footer li:last-child {
  margin-right: 0;
}
.login-footer-btn {
  display: inline-block;
  width: 100%;
  padding: 18px 0;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.login-footer-btn:hover {
  background-color: #e3e3e3;
  text-decoration: none;
  color: #333;
}
/* ID / PW 찾기 */
.idpw-wellcome {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
  background: url("/Site/gokgyo/images/topbanner_bg.png");
}
.idpw-wellcome-txt p {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1199px) {
  .idpw-wellcome-txt p {
    font-size: 16px;
    margin-left: 30px;
    padding: 0 10px;
  }
}
.idpw-info {
  display: flex;
  width: 100%;
  max-width: 600px;
  margin: 0 auto 40px;
}
.idpw-info h3 {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.idpw-content {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 2px solid #abce01;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.idpw-result {
  padding: 20px 0;
  text-align: center;
}
.idpw-result p {
  padding: 6px 0;
  font-family: 'Binggrae', sans-serif;
}
.idpw-input {
  width: 100%;
  padding: 5px 15px;
  border: 1px solid #ddd;
  outline: none;
  color: #333;
}
.idpw-btn-box {
  display: flex;
}
.idpw-btn-box .idpw-btn {
  display: inline-block;
  font-family: 'Binggrae', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background-color: #abce01;
  word-break: keep-all;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.idpw-btn-box .idpw-btn:hover {
  text-decoration: none;
  background-color: #a5c702;
}
.idpw-btn-box .idpw-cancel-btn {
  display: inline-block;
  font-family: 'Binggrae', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background-color: #ddd;
  word-break: keep-all;
  width: 100%;
  text-align: center;
  padding: 15px 0;
}
.idpw-btn-box .idpw-cancel-btn:hover {
  text-decoration: none;
  background-color: #bbb;
}
.idpw-idsave {
  width: 100%;
}
.idpw-idsave label {
  cursor: pointer;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #333;
  margin-left: 3px;
}
.idpw-footer {
  display: flex;
  justify-content: space-between;
}
.idpw-footer li {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 100%;
  background-color: #f1f1f1;
  margin-right: 10px;
}
.idpw-footer li:last-child {
  margin-right: 0;
}
.idpw-footer-btn {
  display: inline-block;
  width: 100%;
  padding: 18px 0;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: #333;
}
.idpw-footer-btn:hover {
  background-color: #e3e3e3;
  text-decoration: none;
  color: #333;
}
/* Regist */
.regist-title {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}
.regist-title h3 {
  font-family: 'Binggrae', sans-serif;
  font-size: 36px;
  color: #000;
}
.regist-title::before {
  content: url("/Site/gokgyo/images/title-star.png");
  position: relative;
  left: 10px;
  top: -20px;
  z-index: -1;
}
.regist-wellcome {
  display: flex;
  justify-content: end;
  align-items: center;
  width: 100%;
  height: 200px;
  background: url("/Site/gokgyo/images/topbanner_bg_regist.png") right;
}
@media only screen and (max-width: 768px) {
  .regist-wellcome {
    justify-content: center;
  }
}
.regist-wellcome-txt {
  margin-right: 150px;
}
.regist-wellcome-txt p {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  letter-spacing: -1px;
}
@media only screen and (max-width: 768px) {
  .regist-wellcome-txt {
    margin-right: 0;
  }
  .regist-wellcome-txt p {
    font-size: 16px;
  }
}
/* Register Box - 스탭 시작 */
.step-bg {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.step-each {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
.step-each:last-child {
  border-right: 1px solid #ddd;
}
.step {
  padding: 15px 0;
}
.step i {
  font-size: 40px;
  color: #333;
  margin-bottom: 10px;
}
.step p {
  font-family: 'Binggrae', sans-serif;
  padding-bottom: 5px;
}
.step.on {
  background-color: #abce01;
}
.step.on i {
  color: #fff;
}
.step.on p {
  color: #fff;
}
/* 1. 회원유형선택 */
fieldset legend {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-agree {
  border: 1px solid #c9d1d5;
  background: #fff;
  height: 250px;
  overflow-y: auto;
  margin-bottom: 10px;
  padding: 15px 20px;
}
.box-agree > h4 {
  margin: 20px 0;
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #abce01;
}
.box-agree > h5 {
  margin: 20px 0 0 0px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #000;
}
.box-agree > p {
  margin: 10px 0 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.3;
}
.box-agree > ol {
  margin: 10px 0 0 0px;
  padding: 0;
}
.box-agree > ol > li {
  margin: 3px 0;
  list-style: decimal;
  list-style-position: inside;
  font-size: 12px;
  line-height: 1.3;
}
.box-agree > ol > li > ul {
  margin-left: 15px;
  margin-bottom: 15px;
}
.agree .form-check-label {
  cursor: pointer;
  margin-top: -2px;
  font-size: 14px;
}
.agree-notice {
  font-size: 14px;
  color: #333;
  border-top: 1px dashed #ccc;
  margin-top: 40px;
  padding-top: 20px;
}
.membertype-box {
  margin-bottom: 20px;
  padding: 20px 0;
}
.membertype-box ul {
  display: flex;
  justify-content: center;
  background-color: #f7f7ff;
  border-top: 2px solid #abce01;
  border-bottom: 1px solid #abce01;
  padding: 15px 0 17px;
}
.membertype-box ul li {
  list-style: none;
  margin: 0 10px;
}
.membertype-box ul li input {
  cursor: pointer;
}
.membertype-box ul li label {
  font-size: 14px;
  vertical-align: -2px;
  cursor: pointer;
}
/* 2. 회원정보입력 */
.register-dataform > .dis-flex {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ddd;
  min-height: 40px;
}
.register-dataform > .dis-flex label {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  height: 100%;
  padding: 20px 15px;
}
.register-dataform > .dis-flex .regi-bg {
  background-color: #fff;
  padding: 20px 15px;
  border-left: 1px solid #ddd;
}
.register-dataform > .dis-flex:first-child {
  border-top: 2px solid #abce01;
}
.register-dataform-header {
  border-bottom: 1px solid #ddd;
}
.register-dataform-header h3 {
  font-size: 18px;
}
/* 회원가입 완료 */
.regist-finish-h3 {
  font-family: 'Binggrae', sans-serif;
  font-weight: 600;
  font-size: 30px;
}
.title-header-default {
  background: url("/Site/gokgyo/images/header-bg-00.png") no-repeat;
  display: flex;
  width: 100%;
  height: 104px;
  align-items: center;
  justify-content: center;
}
.title-header-default p {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.3;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .title-header-default p {
    font-size: 16px;
    word-break: keep-all;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 768px) {
  .title-header-default {
    padding: 10px 0 10px 80px;
  }
}
.title-header-volunteer {
  background: url("/Site/gokgyo/images/topbanner_bg_volunteer.png") no-repeat #fffaf1;
  width: 100%;
  padding: 70px 50px;
}
.title-header-volunteer p {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 1.5;
  color: #333;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .title-header-volunteer p {
    font-size: 16px;
    word-break: keep-all;
    line-height: 1.3;
  }
}
.title-header-volunteer p:last-child {
  margin-bottom: 0;
}
.title-header-volunteer .volunteer-text-color {
  color: #ff6600;
}
@media only screen and (max-width: 768px) {
  .title-header-volunteer {
    padding: 20px 25px;
  }
}
.volunteer-header h3 {
  font-family: 'Binggrae', sans-serif;
  font-size: 26px;
  color: #000;
}
.volunteer-header h3::before {
  content: url("/Site/gokgyo/images/sub_inner_title_icon.png");
  vertical-align: middle;
  margin-right: 10px;
}
.title-header-meal {
  background: url("/Site/gokgyo/images/topbanner_bg_meal.png") no-repeat center;
  width: 100%;
  height: 104px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.title-header-meal p {
  width: 100%;
  font-family: 'Binggrae', sans-serif;
  text-align: center;
  font-size: 19px;
  letter-spacing: -1px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .title-header-meal p {
    font-size: 16px;
    word-break: keep-all;
    line-height: 1.5;
  }
}
.title-header-meal .volunteer-text-color {
  color: #ff6600;
}
.title-header-teacher {
  background: url("/Site/gokgyo/images/header-bg-01.png") no-repeat #f9f9fa;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
}
@media only screen and (max-width: 768px) {
  .title-header-teacher {
    flex-wrap: nowrap;
    background: url("/Site/gokgyo/images/header-bg-01.png") no-repeat center #f9f9fa;
  }
}
.title-header-teacher img {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .title-header-teacher img {
    margin-right: 15px;
  }
}
.title-header-teacher p {
  width: 50%;
  font-family: 'Binggrae', sans-serif;
  text-align: left;
  font-size: 19px;
  letter-spacing: -1px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .title-header-teacher p {
    width: 75%;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.5;
  }
}
.teacher-header h3 {
  font-family: 'Binggrae', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
.teacher-header h3::before {
  content: url("/Site/gokgyo/images/sub_inner_title_icon.png");
  vertical-align: middle;
  margin-right: 10px;
}
.title-header-enter {
  background: url("/Site/gokgyo/images/header-bg-01.png") no-repeat #f9f9fa;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
}
@media only screen and (max-width: 1199px) {
  .title-header-enter {
    background: url("/Site/gokgyo/images/header-bg-01.png") no-repeat right #f9f9fa;
  }
}
@media only screen and (max-width: 768px) {
  .title-header-enter {
    background: url("/Site/gokgyo/images/header-bg-01.png") no-repeat center #f9f9fa;
  }
}
.title-header-enter img {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .title-header-enter img {
    margin-right: 10px;
  }
}
.title-header-enter p {
  font-family: 'Binggrae', sans-serif;
  text-align: left;
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 1199px) {
  .title-header-enter p {
    width: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .title-header-enter p {
    width: 75%;
    font-size: 16px;
    word-break: keep-all;
    line-height: 1.5;
  }
}
.enter-header h3 {
  font-family: 'Binggrae', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
.enter-header h3::before {
  content: url("/Site/gokgyo/images/sub_inner_title_icon.png");
  vertical-align: middle;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .enter-header h3 {
    font-size: 20px;
  }
}
.title-header-yearintro {
  background: url("/Site/gokgyo/images/header-bg-02.png") no-repeat;
  width: 100%;
  height: 104px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1199px) {
  .title-header-yearintro {
    background: url("/Site/gokgyo/images/header-bg-02.png") no-repeat right;
  }
}
@media only screen and (max-width: 768px) {
  .title-header-yearintro {
    background: url("/Site/gokgyo/images/header-bg-02.png") no-repeat center;
  }
}
.title-header-yearintro img {
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .title-header-yearintro img {
    margin-right: 10px;
  }
}
.title-header-yearintro p {
  font-family: 'Binggrae', sans-serif;
  text-align: left;
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 1.5;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .title-header-yearintro p {
    width: 75%;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.5;
  }
}
.title-header-program {
  background: url("/Site/gokgyo/images/header-bg-02.png") no-repeat #f9f9fa;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}
@media only screen and (max-width: 1199px) {
  .title-header-program {
    background: url("/Site/gokgyo/images/header-bg-02.png") no-repeat center #f9f9fa;
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .title-header-program {
    background: url("/Site/gokgyo/images/header-bg-02.png") no-repeat center #f9f9fa;
    padding: 15px;
  }
}
.title-header-program img {
  width: 76px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .title-header-program img {
    margin-right: 15px;
  }
}
.title-header-program p {
  width: 90%;
  font-family: 'Binggrae', sans-serif;
  text-align: left;
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 1.5;
  word-break: keep-all;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .title-header-program p {
    width: 75%;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.5;
  }
}
.title-header-uv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  min-height: 104px;
}
@media only screen and (max-width: 1199px) {
  .title-header-uv {
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .title-header-uv {
    padding: 15px;
  }
}
.title-header-uv img {
  width: 76px;
  margin-right: 20px;
}
@media only screen and (max-width: 768px) {
  .title-header-uv img {
    margin-right: 15px;
  }
}
.title-header-uv p {
  width: 70%;
  font-family: 'Binggrae', sans-serif;
  text-align: center;
  font-size: 17px;
  letter-spacing: -1px;
  line-height: 1.5;
  word-break: keep-all;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .title-header-uv p {
    width: 90%;
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.5;
  }
}
.title-header-uv01 {
  background: url("/Site/gokgyo/images/10uv_headerbg.png") no-repeat;
}
@media only screen and (max-width: 1199px) {
  .title-header-uv01 {
    background: url("/Site/gokgyo/images/10uv_headerbg.png") no-repeat center;
  }
}
@media only screen and (max-width: 768px) {
  .title-header-uv01 {
    background: url("/Site/gokgyo/images/10uv_headerbg.png") no-repeat center;
  }
}
.title-header-uv02 {
  background: url("/Site/gokgyo/images/20uv_headerbg.png") no-repeat;
}
@media only screen and (max-width: 1199px) {
  .title-header-uv02 {
    background: url("/Site/gokgyo/images/20uv_headerbg.png") no-repeat center;
  }
}
@media only screen and (max-width: 768px) {
  .title-header-uv02 {
    background: url("/Site/gokgyo/images/20uv_headerbg.png") no-repeat center;
  }
}
.title-header-uv03 {
  background: url("/Site/gokgyo/images/30uv_headerbg.png") no-repeat;
}
@media only screen and (max-width: 1199px) {
  .title-header-uv03 {
    background: url("/Site/gokgyo/images/30uv_headerbg.png") no-repeat center;
  }
}
@media only screen and (max-width: 768px) {
  .title-header-uv03 {
    background: url("/Site/gokgyo/images/30uv_headerbg.png") no-repeat center;
  }
}
.stopsign-board {
  text-align: center;
  padding: 45px 15px !important;
}
.stopsign-board .stopsign-text {
  font-family: 'Binggrae', sans-serif;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .stopsign-board .stopsign-text {
    font-size: 18px;
  }
}
.stopsign-img {
  width: 100%;
  max-width: 400px;
}
.introduce {
  width: 100%;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .introduce {
    margin-top: 10px;
  }
}
.intro-wrap {
  margin-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .intro-wrap {
    margin-bottom: 50px;
  }
}
.intro-wrap h2 {
  font-family: 'Binggrae', sans-serif;
  font-size: 36px;
  font-weight: 600;
  color: #000;
  letter-spacing: -1px;
}
@media only screen and (max-width: 768px) {
  .intro-wrap h2 {
    font-size: 20px;
  }
}
.intro-wrap h2 span {
  font-size: 50px;
  color: #abce01;
}
@media only screen and (max-width: 768px) {
  .intro-wrap h2 span {
    font-size: 25px;
  }
}
.intro-wrap p {
  margin-top: 10px;
}
.intro-think {
  background: url("/Site/gokgyo/images/introduce-img01.png") right;
  height: 324px;
}
@media only screen and (max-width: 768px) {
  .intro-think {
    height: auto;
    background: none;
    margin-bottom: 70px;
  }
}
.intro-think h2 {
  padding-top: 75px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .intro-think h2 {
    padding-top: 0;
    margin-bottom: 25px;
  }
}
.intro-think p {
  margin-bottom: 10px;
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .intro-think p {
    width: 55%;
  }
}
@media only screen and (max-width: 768px) {
  .intro-think p {
    width: 100%;
    font-size: 16px;
  }
}
.intro-point {
  display: flex;
  margin-top: -40px;
}
@media only screen and (max-width: 1199px) {
  .intro-point {
    flex-wrap: wrap;
  }
}
.intro-point img {
  margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .intro-point img {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .intro-point img {
    width: 100%;
  }
}
.intro-point ul {
  margin-top: 100px;
}
@media only screen and (max-width: 1199px) {
  .intro-point ul {
    margin-top: 20px;
  }
}
.intro-point ul li {
  list-style: none;
  margin-bottom: 25px;
}
.intro-point ul li h3 {
  font-family: 'Binggrae', sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .intro-point ul li h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.intro-point ul li h3 span {
  color: #ff6600;
}
.intro-point ul li p {
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
}
@media only screen and (max-width: 1199px) {
  .intro-point ul li p {
    font-size: 16px;
    line-height: 1.2;
  }
}
.intro-goal ul {
  width: 65%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .intro-goal ul {
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  .intro-goal ul {
    width: 100%;
    padding-top: 0;
  }
}
.intro-goal ul li {
  width: 100%;
  margin-bottom: 45px;
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .intro-goal ul li {
    padding: 0 20px;
    display: flex;
    margin-bottom: 20px;
  }
}
.intro-goal ul li:last-child {
  margin-bottom: 0;
}
.goal-num {
  font-family: 'Binggrae', sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #049039;
}
@media only screen and (max-width: 1199px) {
  .goal-num {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .goal-num {
    margin-top: 2px;
    margin-right: 10px;
  }
}
.goal-num::after {
  content: url("/Site/gokgyo/images/introduce-img03.png");
  vertical-align: 6px;
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  .goal-num::after {
    content: "";
    vertical-align: inherit;
    margin: 0;
  }
}
.goal-tit {
  font-family: 'Binggrae', sans-serif;
  font-size: 22px;
  color: #232323;
  line-height: 1.3;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1199px) {
  .goal-tit {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .goal-tit {
    font-size: 16px;
  }
}
.intro-goal-box {
  background-color: #f1f1f1;
  border-radius: 50px;
  padding: 20px 0;
  text-align: center;
  word-break: keep-all;
  margin: 35px 0 35px 0;
}
@media only screen and (max-width: 1199px) {
  .intro-goal-box {
    padding: 20px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .intro-goal-box {
    border-radius: 20px;
    padding: 15px 20px;
    margin: 20px 0 20px 0;
  }
}
.intro-goal-box .intro-goal-active {
  color: #049039;
  font-weight: 600;
}
.intro-goal-box span {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .intro-goal-box span {
    font-size: 16px;
    line-height: 1.3;
  }
}
.kindergarten-history {
  display: block;
  border: 0 !important;
  background-color: inherit !important;
  width: 100%;
}
.kindergarten-history .kh-tab {
  display: flex;
  background-color: inherit;
  border: none;
  padding: 0 !important;
  justify-content: space-between;
  margin-top: 30px;
}
.kindergarten-history .kh-tab li {
  width: 100% !important;
  text-align: center;
  list-style: none;
  border-radius: 0 !important;
  border-top: 4px solid #a2a2a2;
  border-right: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  margin: 0 2px !important;
  background-color: initial !important;
  transition: 0.2s;
}
.kindergarten-history .kh-tab li:hover {
  border-top: 4px solid #777;
}
.kindergarten-history .kh-tab li:hover a {
  color: #777;
}
.kindergarten-history .kh-tab li a {
  display: inline-block;
  width: 100%;
  font-family: 'Binggrae', sans-serif;
  padding: 10px 0 !important;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #a2a2a2;
}
@media only screen and (max-width: 1199px) {
  .kindergarten-history .kh-tab li a {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-tab li a {
    font-size: 18px;
  }
}
.kindergarten-history .kh-tab .ui-state-active {
  position: relative;
  padding: 0 !important;
  border-top: 4px solid #60bf0d !important;
}
.kindergarten-history .kh-tab .ui-state-active:hover a {
  color: #60bf0d;
}
.kindergarten-history .kh-tab .ui-state-active::before {
  position: absolute;
  content: url("/Site/gokgyo/images/tab_hover_leaf.png");
  top: -39px;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-tab .ui-state-active::before {
    content: "";
  }
}
.kindergarten-history .kh-tab .ui-state-active a {
  font-weight: 600;
  color: #60bf0d;
}
.kindergarten-history .kh-sub-content {
  margin-top: 30px;
  margin: 30px 0 0 0 !important;
  padding: 0 !important;
}
.kindergarten-history .kh-sub-content > ul > li {
  position: relative;
  list-style: none;
  border-left: 1px solid #60bf0d;
  margin-left: 32px;
  padding-left: 30px;
  padding-top: 10px;
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .kindergarten-history .kh-sub-content > ul > li {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-sub-content > ul > li {
    width: 90%;
    padding-top: 40px;
    padding-left: 20px;
  }
}
.kindergarten-history .kh-sub-content > ul > li:first-child {
  padding-top: 0;
}
.kindergarten-history .kh-sub-content > ul > li::before {
  position: absolute;
  content: url("/Site/gokgyo/images/leaf.png");
  margin-left: -62px;
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-sub-content > ul > li::before {
    margin-left: -52px;
  }
}
.kindergarten-history .kh-sub-content > ul > li > ul > li {
  display: flex;
  list-style: none;
  margin-bottom: 5px;
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-sub-content > ul > li > ul > li {
    margin-bottom: 15px;
  }
}
.kindergarten-history .kh-sub-content > ul > li > ul > li:last-child {
  margin-bottom: 0px;
}
.kindergarten-history .kh-sub-content > ul > li > ul > li::before {
  content: "●";
  font-size: 12px;
  color: #60bf0d;
  vertical-align: 3px;
  margin-right: 15px;
}
@media only screen and (max-width: 1199px) {
  .kindergarten-history .kh-sub-content > ul > li > ul > li::before {
    vertical-align: -2px;
  }
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-sub-content > ul > li > ul > li::before {
    margin-right: 7px;
  }
}
.kindergarten-history .kh-sub-content#Kh4 > ul {
  background: url("/Site/gokgyo/images/leftimg_2020.png") no-repeat right top;
}
@media only screen and (max-width: 1199px) {
  .kindergarten-history .kh-sub-content#Kh4 > ul {
    background-size: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-sub-content#Kh4 > ul {
    background: none;
  }
}
.kindergarten-history .kh-sub-content#Kh3 > ul {
  background: url("/Site/gokgyo/images/leftimg_2010.png") no-repeat right top;
}
@media only screen and (max-width: 1199px) {
  .kindergarten-history .kh-sub-content#Kh3 > ul {
    background-size: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-sub-content#Kh3 > ul {
    background: none;
  }
}
.kindergarten-history .kh-sub-content#Kh2 > ul {
  background: url("/Site/gokgyo/images/leftimg_2000.png") no-repeat right top;
}
@media only screen and (max-width: 1199px) {
  .kindergarten-history .kh-sub-content#Kh2 > ul {
    background-size: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-sub-content#Kh2 > ul {
    background: none;
  }
}
.kindergarten-history .kh-sub-content#Kh1 > ul {
  background: url("/Site/gokgyo/images/leftimg_1990.png") no-repeat right top;
}
@media only screen and (max-width: 1199px) {
  .kindergarten-history .kh-sub-content#Kh1 > ul {
    background-size: 43%;
  }
}
@media only screen and (max-width: 768px) {
  .kindergarten-history .kh-sub-content#Kh1 > ul {
    background: none;
  }
}
.kh-sub-year {
  font-family: 'NanumSquare', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #60bf0d;
  line-height: 1.4;
  padding-top: 18px;
  margin-bottom: 5px;
}
.kh-date {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #999;
  margin-right: 15px;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .kh-date {
    display: inline-block;
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .kh-date {
    margin-right: 7px;
  }
}
.kh-content {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}
@media only screen and (max-width: 1199px) {
  .kh-content {
    display: inline-block;
    font-size: 16px;
  }
}
.teacher-director {
  display: flex;
  flex-wrap: wrap;
}
.teacher-director li {
  list-style: none;
  margin-right: 30px;
  margin-bottom: 30px;
}
.teacher-director li a {
  position: relative;
  display: inline-block;
  border-top: 10px solid #abce01;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  background: url("/Site/gokgyo/images/mbcard_gokgyo.png") no-repeat left bottom #fff;
  padding: 40px 39px;
  text-align: center;
  text-decoration: none;
}
.teacher-director li a:hover {
  color: #333;
  box-shadow: 0 0 5px #999;
  border-right: 1px solid #abce01;
  border-bottom: 1px solid #abce01;
  border-left: 1px solid #abce01;
}
.teacher-director li a img {
  width: 170px;
  height: 210px;
  margin-top: 20px;
}
.teacher-director li a::after {
  position: absolute;
  content: url("/Site/gokgyo/images/mbcard_top.png");
  top: 0;
  right: 20px;
}
.teacher-director li:nth-child(4n + 4) {
  margin-right: 0;
}
.teacher-director li > div {
  position: relative;
  display: inline-block;
  border-top: 10px solid #abce01;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #bbbbbb;
  border-left: 1px solid #bbbbbb;
  background: url("/Site/gokgyo/images/mbcard_gokgyo.png") no-repeat left bottom #fff;
  padding: 40px 39px;
  text-align: center;
  text-decoration: none;
}
.teacher-director li > div:hover {
  color: #333;
  box-shadow: 0 0 5px #999;
  border-right: 1px solid #abce01;
  border-bottom: 1px solid #abce01;
  border-left: 1px solid #abce01;
  cursor: pointer;
}
.teacher-director li > div img {
  width: 170px;
  height: 210px;
  margin-top: 20px;
}
.teacher-director li > div::after {
  position: absolute;
  content: url("/Site/gokgyo/images/mbcard_top.png");
  top: 0;
  right: 20px;
}
.director-point {
  position: absolute;
  right: 28px;
  top: 10px;
  z-index: 1;
  font-family: 'Binggrae', sans-serif;
  font-size: 15px;
  color: #fff;
}
.director-title {
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}
.director-name {
  font-family: 'Binggrae', sans-serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 10px;
}
.director-position {
  font-family: 'Binggrae', sans-serif;
  font-size: 15px;
  font-weight: 600;
  margin-left: 5px;
  color: #666666;
}
.director-date {
  margin-top: 10px;
  font-family: 'Binggrae', sans-serif;
  font-size: 14px;
  color: #333333;
  text-align: left;
}
.pop-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9;
}
.pop-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  width: 550px;
  background-color: #fff;
  border-top: 3px solid #abce01;
  border-right: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  padding: 20px;
}
.pop-box img {
  width: 160px;
  height: 200px;
  border: 1px solid #ccc;
}
.pop-content {
  width: 100%;
  margin-left: 20px;
}
.pop-content ul {
  margin-top: 10px;
  margin-left: 20px;
}
.pop-content ul li {
  font-family: 'Binggrae', sans-serif;
  line-height: 1.3;
  font-size: 14px;
  color: #232323;
  margin-bottom: 8px;
}
.pop-name {
  font-family: 'Binggrae', sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.3;
  color: #000;
}
.pop-date {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  vertical-align: bottom;
  color: #888;
  margin-top: 5px;
}
.teacher-pic {
  border-top: 10px solid #abce01;
  border-bottom: 3px solid #abce01;
}
.tp-imgslider {
  width: 100%;
  position: relative;
  margin: 20px 0 30px;
}
.tp-imggroup {
  width: 80%;
  margin: 0 auto;
}
.tp-imggroup li {
  list-style: none;
  position: relative;
}
.tp-imggroup li::before {
  position: absolute;
  content: url("/Site/gokgyo/images/slideimg_topyear.png");
  top: 0;
  left: 0;
}
.tp-imggroup li a img {
  margin-top: 10px;
  width: 100%;
  max-height: 630px;
}
.tp-imggroup li a:hover span {
  color: #fff;
}
#TpPrev {
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-block;
  background: url("/Site/gokgyo/images/bigleft_slidebt.png") no-repeat center center #eeeeee;
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
#TpPrev:hover {
  background: url("/Site/gokgyo/images/bigleft_slidebt_hv.png") no-repeat center center #abce01;
}
#TpNext {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  background: url("/Site/gokgyo/images/bigright_slidebt.png") no-repeat center center #eeeeee;
  width: 60px;
  height: 60px;
  border-radius: 10px;
}
#TpNext:hover {
  background: url("/Site/gokgyo/images/bigright_slidebt_hv.png") no-repeat center center #abce01;
}
.tp-year {
  border-top: 2px dashed #aaa;
  width: 80%;
  margin: 0 auto;
  padding: 25px 0;
}
.tp-year li {
  list-style: none;
}
.tp-year li a {
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.tp-year li a:hover {
  text-decoration: none;
  color: #555;
}
.tp-year .slick-current a {
  position: relative;
  color: #abce01;
}
.tp-year .slick-current a:hover {
  color: #abce01;
}
.tp-point {
  font-family: 'Binggrae', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 28px;
  z-index: 1;
}
.enter-time {
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  color: #333;
  word-break: keep-all;
  margin-left: 50px;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .enter-time {
    margin-left: 0;
  }
}
.enter-content > ul {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .enter-content > ul {
    margin-left: 0;
  }
}
.enter-content > ul > li {
  list-style: none;
  margin-bottom: 40px;
}
.enter-content > ul > li > p {
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  margin-bottom: 15px;
  line-height: 1.3;
}
.enter-content > ul > li > p::before {
  content: url("/Site/gokgyo/images/li-icon.png");
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .enter-content > ul > li > p {
    font-size: 16px;
    margin-top: 10px;
  }
}
.enter-content > ul > li > ul {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  .enter-content > ul > li > ul {
    margin-left: 15px;
  }
}
.enter-content > ul > li > ul > li {
  list-style: none;
  margin-bottom: 25px;
}
.enter-content > ul > li > ul > li::before {
  content: "■";
  font-size: 10px;
  color: #63cb08;
  vertical-align: 2px;
  margin-right: 10px;
}
.enter-content > ul > li > ul > li > span {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
}
.enter-group h4 {
  background-color: #abce01;
  padding: 20px 25px;
  border-radius: 15px 15px 0 0;
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 20px;
  border: 1px solid #ddd;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .enter-group h4 {
    padding: 15px 20px;
  }
}
.enter-box {
  background-color: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 20px 30px;
}
@media only screen and (max-width: 768px) {
  .enter-box {
    padding: 15px 20px;
  }
}
.enter-box > li {
  list-style: none;
}
.enter-box > li > p {
  font-weight: 600;
  padding: 12px 0 5px;
  line-height: 1.3;
}
.enter-box > li > ul > li {
  list-style: none;
  margin: 15px 0 10px;
}
.enter-box > li > ul > li span {
  font-family: 'Binggrae', sans-serif;
  line-height: 1.3;
}
.enter-box > li > ul > li span::before {
  content: "￭";
  font-size: 10px;
  color: #63cb08;
  vertical-align: 2px;
  margin-right: 10px;
}
.enter-infobox {
  background-color: #f7f7f7;
  margin: 15px 0 20px;
  padding: 15px;
}
.enter-infobox p {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
}
.enter-color {
  color: #006cff;
}
.enter-point::before {
  content: url("/Site/gokgyo/images/star-icon.png") !important;
  font-size: 10px;
  vertical-align: 2px;
  margin-right: 10px;
}
.enter-contentinfo {
  background-color: #f7f7f7;
  margin-left: 50px;
  padding: 45px 40px;
  border-radius: 15px;
}
.enter-contentinfo p {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.3;
  text-indent: -21px;
  margin-left: 21px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .enter-contentinfo {
    margin-left: 15px;
    padding: 25px 20px;
  }
}
.fac-wrap {
  display: block;
  border: 0 !important;
  background-color: inherit !important;
  width: 100%;
}
.fac-tab {
  display: flex;
  background-color: inherit;
  border: none;
  padding: 0 !important;
  justify-content: space-between;
}
.fac-tab li {
  text-align: center;
  list-style: none;
  width: 100%;
  border-radius: 0;
  border-top: 1px solid #ddd !important;
  border-right: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  border-left: 1px solid #ddd !important;
  margin: -1px -3px -1px 0 !important;
  background-color: #fff !important;
  transition: 0.2s;
}
.fac-tab li:hover {
  background-color: #f3f3f3 !important;
  transition: 0.2s;
}
.fac-tab li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  color: #666;
  padding: 15px 0 !important;
}
@media only screen and (max-width: 768px) {
  .fac-tab li a {
    font-size: 14px;
    padding: 15px 5px !important;
  }
}
.fac-tab li:first-child {
  border-left: 1px solid #ddd;
}
.fac-tab .ui-state-active {
  padding: 0 !important;
}
.fac-tab .ui-state-active a {
  font-weight: 600;
  background-color: #abce01;
  color: #fff;
}
.fac-content {
  padding: 30px 0 !important;
}
.fac-group {
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 768px) {
  .fac-group {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.fac-box {
  width: 24%;
  margin-right: 15px;
  margin-bottom: 30px;
  border-bottom: 2px solid #999;
  padding-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .fac-box {
    width: 49%;
    margin-right: 0;
  }
}
.fac-box:last-child {
  margin-right: 0;
}
.fac-box a {
  text-decoration: none;
}
.fac-box a:hover img {
  border: 1px solid #abce01;
  transition: 0.2s;
}
.fac-box a:hover p {
  color: #abce01;
  transition: 0.2s;
}
.fac-box a img {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.fac-box a p {
  width: 100%;
  margin-top: 10px;
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fac-point {
  color: #abce01;
  padding-right: 5px;
}
.event-calendar {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .event-calendar {
    flex-wrap: wrap;
  }
}
#FullCalendar {
  width: calc(70% - 15px);
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  #FullCalendar {
    width: 100%;
    height: 100%;
    min-height: 600px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.fc-header-toolbar {
  margin-bottom: 15px !important;
}
.fc-scrollgrid {
  width: 100%;
}
.fc-scrollgrid thead tr th {
  background-color: #f5f4f4;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  text-align: center;
  border-top: 2px solid #a1c745;
  font-weight: 600;
  border: 1px solid #d7d7d7;
}
.fc-scrollgrid thead tr .fc-col-header-cell {
  padding: 12px 0;
}
.fc-theme-standard td {
  background-color: #fff;
}
.fc-event-title-container .fc-event-title {
  font-family: 'Binggrae', sans-serif;
  font-size: 12px;
  padding: 2px 1px 3px;
  line-height: 1.3;
}
.fc-event-title-container .fc-sticky {
  white-space: normal;
}
.fc .fc-daygrid-day-number {
  font-size: 14px;
}
.fc .fc-daygrid-day-number:hover {
  color: #60bf0d;
  text-decoration: none !important;
}
.fc .fc-today-button {
  font-family: 'Binggrae', sans-serif;
  background-color: #a1c745;
  border: 0;
}
.fc .fc-today-button:hover {
  background-color: #688d13;
}
.fc .fc-prev-button {
  background-color: #a1c745;
  border: 0;
}
.fc .fc-prev-button span {
  outline: none;
}
.fc .fc-prev-button span:focus {
  outline: none;
  border: 0;
}
.fc .fc-prev-button:hover {
  background-color: #688d13;
}
.fc .fc-next-button {
  background-color: #a1c745;
  border: 0;
  outline: none !important;
}
.fc .fc-next-button:hover {
  background-color: #688d13;
}
.fc .fc-toolbar-title {
  font-family: 'Binggrae', sans-serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .fc .fc-toolbar-title {
    font-size: 24px !important;
  }
}
.fc .fc-highlight {
  background-color: #f7fff5;
}
.fc .fc-day-other .fc-scrollgrid-sync-inner {
  background-color: #e9e9e9 !important;
}
.fc .fc-day-other .fc-daygrid-day-top {
  opacity: 0.2;
}
.fc .fc-daygrid-day-top {
  flex-direction: row;
  margin-left: 2px;
}
.fc .fc-day-sat {
  color: #0060e7;
}
.fc .fc-day-sat > span {
  color: #0060e7;
}
.fc .fc-day-sun {
  color: #ff0000;
}
.fc .fc-day-sun > span {
  color: #ff0000;
}
.calendar-list {
  width: 30%;
}
@media only screen and (max-width: 768px) {
  .calendar-list {
    width: 100%;
  }
}
.calendar-list > ul {
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  background-color: #fff;
  padding: 15px 25px 5px;
  min-height: 600px;
}
@media only screen and (max-width: 1199px) {
  .calendar-list > ul {
    padding: 15px 15px 5px;
  }
}
.calendar-list > ul > li {
  list-style: none;
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .calendar-list > ul > li {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
.calendar-list-header {
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  background-color: #9ac807;
  border-radius: 10px 10px 0 0;
}
.calendar-list-header h4 {
  font-family: 'Binggrae', sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}
.cal-tit {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #333;
  text-indent: -115px;
  margin-left: 115px;
  line-height: 1.3;
  word-break: keep-all;
}
@media only screen and (max-width: 1199px) {
  .cal-tit {
    font-size: 14px;
    text-indent: 0;
    margin-left: 0;
  }
}
.cal-date {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #9ac807;
  margin-right: 10px;
  font-weight: 600;
}
@media only screen and (max-width: 1199px) {
  .cal-date {
    display: block;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.cal-date::after {
  content: "";
  border-right: 1px solid #ddd;
  padding-left: 15px;
  color: #eddd;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .cal-date::after {
    border: 0;
  }
}
.cal-edit {
  margin-left: 10px;
  font-size: 14px;
  color: #1a61c4;
}
@media only screen and (max-width: 1199px) {
  .cal-edit {
    margin-top: 5px;
    margin-left: 0;
    margin-right: 5px;
  }
}
.cal-edit:hover i {
  color: #006aff;
}
.map-wrap {
  width: 100%;
}
.map-info {
  margin: 20px 0 50px;
}
.map-address {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  color: #666;
  line-height: 1.3;
  margin-bottom: 15px;
  text-indent: -80px;
  margin-left: 80px;
}
@media only screen and (max-width: 768px) {
  .map-address {
    font-size: 16px;
    text-indent: -70px;
    margin-left: 70px;
  }
}
.map-address::before {
  content: url("/Site/gokgyo/images/address-icon.png");
  margin-right: 10px;
}
.map-address span {
  color: #333;
}
.map-tel {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  color: #666;
  line-height: 1.3;
}
@media only screen and (max-width: 768px) {
  .map-tel {
    font-size: 16px;
  }
}
.map-tel::before {
  content: url("/Site/gokgyo/images/tel-icon.png");
  margin-right: 10px;
}
.map-tel span {
  color: #333;
}
.map-box {
  margin-left: 50px;
}
@media only screen and (max-width: 768px) {
  .map-box {
    margin-left: 10px;
  }
}
.map-box p {
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 1.3;
  text-indent: -21px;
  margin-left: 21px;
}
@media only screen and (max-width: 768px) {
  .map-box p {
    font-size: 16px;
  }
}
.map-box p::before {
  content: url("/Site/gokgyo/images/li-icon.png");
  margin-right: 10px;
}
.map-box ul {
  margin: 10px 0 20px;
}
.map-box ul li {
  list-style: none;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #333;
  line-height: 1.3;
  margin-bottom: 10px;
  text-indent: -21px;
  margin-left: 45px;
}
@media only screen and (max-width: 768px) {
  .map-box ul li {
    font-size: 14px;
  }
}
.meal-today {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  padding: 40px 50px;
  height: 300px;
  max-height: 300px;
}
@media only screen and (max-width: 1199px) {
  .meal-today {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-today {
    height: 100%;
    max-height: 100%;
    padding: 20px;
  }
}
.meal-today ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .meal-today ul {
    flex-wrap: wrap;
  }
}
.meal-today ul li {
  list-style: none;
  width: 100%;
  margin-right: 25px;
}
@media only screen and (max-width: 1199px) {
  .meal-today ul li {
    width: 16%;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-today ul li {
    display: flex;
    width: 100%;
    margin-right: 15px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e0e0e0;
  }
}
.meal-today ul li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 768px) {
  .meal-today ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.meal-today ul .meal-today-info {
  margin-right: 50px;
}
@media only screen and (max-width: 1199px) {
  .meal-today ul .meal-today-info {
    width: 150px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-today ul .meal-today-info {
    width: 100%;
    display: flex;
    align-items: center;
  }
}
.meal-today-image {
  width: 210px;
  height: 145px;
}
@media only screen and (max-width: 1199px) {
  .meal-today-image {
    width: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-today-image {
    width: 50%;
    height: 100%;
    margin-right: 20px;
  }
}
.meal-today-image img {
  width: 100%;
  height: 145px;
  border-radius: 10px;
}
@media only screen and (max-width: 1199px) {
  .meal-today-image img {
    height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-today-image img {
    height: 100%;
  }
}
.meal-today-date {
  margin-top: 20px;
}
@media only screen and (max-width: 1199px) {
  .meal-today-date {
    margin-top: 0;
  }
}
.meal-today-date h3 {
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #222;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1199px) {
  .meal-today-date h3 {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-today-date h3 {
    font-size: 18px;
  }
}
.meal-today-date p {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #abce01;
}
@media only screen and (max-width: 1199px) {
  .meal-today-date p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-today-date p {
    font-size: 16px;
  }
}
.meal-today-title {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #abce01;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .meal-today-title {
    width: 130px;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.meal-today-content {
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  height: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1199px) {
  .meal-today-content {
    height: 178px;
    font-size: 14px;
    letter-spacing: -1px;
    -webkit-line-clamp: 9;
  }
}
@media only screen and (max-width: 768px) {
  .meal-today-content {
    width: 100%;
    height: 100%;
    font-size: 16px;
    padding-left: 15px;
  }
}
.meal-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 50px 0 45px 0;
}
.meal-left {
  display: inline-block;
  background-color: #abce01;
  border-radius: 5px;
  padding: 6px 10px;
}
.meal-left i,
.meal-left svg {
  color: #fff;
  font-size: 26px;
}
.meal-left:hover {
  background-color: #9ac807;
}
.meal-control-date {
  font-family: 'Binggrae', sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #333;
}
.meal-right {
  display: inline-block;
  background-color: #abce01;
  border-radius: 5px;
  padding: 6px 10px;
}
.meal-right i,
.meal-right svg {
  color: #fff;
  font-size: 26px;
}
.meal-right:hover {
  background-color: #9ac807;
}
.meal-week ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #eee;
}
@media only screen and (max-width: 768px) {
  .meal-week ul {
    flex-wrap: wrap;
  }
}
.meal-week ul li {
  list-style: none;
  width: 100%;
  border-right: 1px solid #eee;
  border-left: 1px solid #fff;
}
@media only screen and (max-width: 768px) {
  .meal-week ul li {
    width: 100%;
  }
}
.meal-week ul li:last-child {
  border-right: 1px solid #fff;
}
.meal-week ul li:hover {
  border-left: 1px solid #9ac807;
  border-right: 1px solid #9ac807;
  border-bottom: 1px solid #9ac807;
}
.meal-week ul li:hover .meal-week-date {
  background-color: #9ac807;
}
.meal-week ul li:hover .meal-week-lunch {
  background-color: #fbfbfb;
}
.meal-week ul li:hover .meal-week-afternoonsnack {
  background-color: #fbfbfb;
}
.meal-week ul li.active {
  border-left: 1px solid #abce01;
  border-right: 1px solid #abce01;
  border-bottom: 1px solid #abce01;
}
.meal-week ul li.active .meal-week-date {
  background-color: #abce01;
}
.meal-week ul li.active .meal-week-lunch {
  background-color: #fbfbfb;
}
.meal-week ul li.active .meal-week-afternoonsnack {
  background-color: #fbfbfb;
}
.meal-week-date {
  background-color: #cecece;
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}
.meal-week-addedit {
  display: inline-block;
}
.meal-week-addedit i,
.meal-week-addedit svg {
  border: 2px solid #006cff;
  background-color: #fff;
  padding: 3px 3px;
  border-radius: 5px;
  font-size: 12px;
  vertical-align: 2px;
  color: #006cff;
}
.meal-week-addedit:hover i,
.meal-week-addedit:hover svg {
  border: 2px solid #0060e7;
  background-color: #f0f6ff;
  color: #0060e7;
}
.meal-week-morningsnack {
  background-color: #f6f6f6;
  padding: 20px 25px;
}
@media only screen and (max-width: 1199px) {
  .meal-week-morningsnack {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-week-morningsnack {
    padding: 10px 10px;
  }
}
.meal-week-lunch {
  background-color: #fff;
  padding: 20px 25px;
}
@media only screen and (max-width: 1199px) {
  .meal-week-lunch {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-week-lunch {
    padding: 10px 10px;
  }
}
.meal-week-babyfood {
  background-color: #f6f6f6;
  padding: 20px 25px;
}
@media only screen and (max-width: 1199px) {
  .meal-week-babyfood {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-week-babyfood {
    padding: 10px 10px;
  }
}
.meal-week-afternoonsnack {
  background-color: #fff;
  padding: 20px 25px;
}
@media only screen and (max-width: 1199px) {
  .meal-week-afternoonsnack {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-week-afternoonsnack {
    padding: 10px 10px;
  }
}
.meal-week-title {
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #abce01;
  margin-bottom: 10px;
}
.meal-week-title img {
  padding-left: 10px;
  vertical-align: -3px;
}
@media only screen and (max-width: 1199px) {
  .meal-week-title {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-week-title {
    font-size: 18px;
  }
}
.meal-week-content {
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #222;
  min-height: 125px;
  max-height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1199px) {
  .meal-week-content {
    font-size: 15px;
    min-height: 105px;
    letter-spacing: -1px;
    max-height: 140px;
  }
}
@media only screen and (max-width: 768px) {
  .meal-week-content {
    min-height: auto;
    max-height: 120px;
    font-size: 15px;
    letter-spacing: -1px;
    max-height: 140px;
  }
}
.meal-info ul {
  margin-top: 30px;
}
.meal-info ul li {
  padding-bottom: 10px;
  list-style: none;
}
.meal-info ul li p::before {
  content: url("/Site/gokgyo/images/star-icon.png");
  margin-right: 10px;
}
.meal-info ul li p,
.meal-info ul li span {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
.yearintro-wrap {
  width: 100%;
}
.yearintro-info {
  background: url("/Site/gokgyo/images/yearintro-bak.png") no-repeat center;
  height: 510px;
  padding: 60px 100px;
}
@media only screen and (max-width: 768px) {
  .yearintro-info {
    padding: 60px 30px 60px;
    height: auto;
  }
}
.yearintro-info h3 {
  font-family: 'Binggrae', sans-serif;
  text-align: center;
  font-size: 35px;
  font-weight: 600;
  color: #56b288;
  margin-bottom: 60px;
  background-color: #ffffdf;
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .yearintro-info h3 {
    font-size: 25px;
    margin-bottom: 30px;
  }
}
.yearintro-info ul li {
  list-style: none;
  margin-bottom: 45px;
  text-indent: -60px;
  margin-left: 60px;
}
@media only screen and (max-width: 1199px) {
  .yearintro-info ul li {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 768px) {
  .yearintro-info ul li {
    margin-bottom: 20px;
    text-indent: -50px;
    margin-left: 50px;
  }
}
.yearintro-info ul li span {
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  letter-spacing: -1px;
}
@media only screen and (max-width: 1199px) {
  .yearintro-info ul li span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .yearintro-info ul li span {
    font-size: 16px;
  }
}
.yearintro-num {
  letter-spacing: 1px;
  background-color: #abce01;
  border-radius: 50%;
  border: 3px solid #fff;
  padding: 7px;
  margin-right: 20px;
}
@media only screen and (max-width: 1199px) {
  .yearintro-num {
    margin-right: 10px;
  }
}
.yearintro-group {
  margin: 50px 0 40px;
}
.yearintro-box {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .yearintro-box {
    flex-wrap: wrap;
  }
}
.yearintro-tit {
  font-family: 'Binggrae', sans-serif;
  line-height: 1.3;
  font-size: 26px;
  color: #fff;
  background-color: #abce01;
  padding: 40px 30px;
  border-radius: 10px;
  width: 250px;
  text-align: center;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  .yearintro-tit {
    margin: 0 auto;
    width: 100%;
    padding: 10px 20px;
  }
}
.yearintro-con {
  display: flex;
  align-items: center;
  width: calc(100% - 250px);
  padding-left: 40px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .yearintro-con {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding: 10px 20px;
  }
}
.yearintro-con::before {
  content: "▶";
  position: absolute;
  color: #abce01;
  left: 0px;
  font-size: 25px;
  margin-left: -5px;
}
@media only screen and (max-width: 768px) {
  .yearintro-con::before {
    content: "▼";
    top: 0;
    left: 40px;
    margin-top: -30px;
  }
}
.yearintro-con p {
  font-family: 'Binggrae', sans-serif;
  font-size: 17px;
  color: #232323;
  line-height: 1.5;
}
@media only screen and (max-width: 1199px) {
  .qna-list div.dtable-inline {
    justify-content: space-around;
  }
}
@media only screen and (max-width: 768px) {
  .qna-list {
    position: relative;
  }
  .qna-list .r-notice-num {
    display: none;
  }
  .qna-list div.dtable-inline {
    justify-content: flex-start;
  }
  .qna-list div.dtable-inline .dtable-box {
    padding: 20px 0 40px;
  }
  .qna-list .qna-title {
    position: relative;
    left: 0;
    width: 100% !important;
    color: #000;
  }
  .qna-list .qna-status {
    padding: 0 !important;
    position: absolute;
    bottom: 15px;
    left: 10px;
    color: #666;
  }
  .qna-list .qna-name {
    padding: 0 !important;
    position: absolute;
    bottom: 15px;
    left: 100px;
    width: 70px !important;
    color: #666;
  }
  .qna-list .qna-name::before {
    content: "|";
    color: #666;
    position: absolute;
    font-size: 14px;
    margin-left: -10px;
  }
  .qna-list .qna-date {
    padding: 0 !important;
    position: absolute;
    bottom: 15px;
    left: 200px;
    color: #666;
  }
  .qna-list .qna-date::before {
    content: "|";
    color: #666;
    position: absolute;
    font-size: 14px;
    margin-left: -10px;
  }
}
.picture-wrap {
  width: 100%;
  padding: 0 !important;
}
.picture-wrap > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.picture-wrap > ul > li {
  width: 260px;
  min-height: 290px;
  border-bottom: 1px solid #ddd;
  margin: 0 44px 50px 0;
  list-style: none;
  vertical-align: top;
}
.picture-wrap > ul > li:nth-child(4n+4) {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .picture-wrap > ul > li {
    margin: 0 30px 50px 0;
  }
  .picture-wrap > ul > li:nth-child(4n+4) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .picture-wrap > ul > li {
    width: calc(50% - 10px);
    margin: 0 15px 50px 0;
  }
  .picture-wrap > ul > li:nth-child(4n+4) {
    margin-right: 15px;
  }
  .picture-wrap > ul > li:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .picture-wrap > ul > li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .picture-wrap > ul > li:nth-child(4n+4) {
    margin-right: 0;
  }
}
.picture-wrap > ul > li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
}
.picture-wrap > ul > li a img {
  border: 1px solid #ddd;
}
.picture-wrap > ul > li a:hover .picture-title {
  color: #9ac807;
}
.picture-wrap > ul > li a:hover .picture-date {
  color: #556e02;
}
.picture-img {
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  width: 260px;
}
@media only screen and (max-width: 768px) {
  .picture-img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .picture-img {
    width: 100%;
  }
}
.picture-title {
  width: 100%;
  color: #333;
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 15px 0 7px;
  transition: 0.2s;
}
.picture-date {
  font-size: 12px;
  color: #666;
  transition: 0.2s;
  margin-bottom: 10px;
}
.video-wrap {
  width: 100%;
  padding: 0 !important;
}
.video-wrap > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.video-wrap > ul > li {
  width: 260px;
  min-height: 290px;
  border-bottom: 1px solid #ddd;
  margin: 0 44px 50px 0;
  list-style: none;
}
.video-wrap > ul > li:nth-child(4n+4) {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .video-wrap > ul > li {
    margin: 0 30px 50px 0;
  }
  .video-wrap > ul > li:nth-child(4n+4) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .video-wrap > ul > li {
    width: calc(50% - 10px);
    margin: 0 15px 50px 0;
  }
  .video-wrap > ul > li:nth-child(4n+4) {
    margin-right: 15px;
  }
  .video-wrap > ul > li:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 480px) {
  .video-wrap > ul > li {
    width: 100%;
    margin: 0 0 50px 0;
  }
  .video-wrap > ul > li:nth-child(4n+4) {
    margin-right: 0;
  }
}
.video-wrap > ul > li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  text-decoration: none;
  transition: 0.2s;
}
.video-wrap > ul > li a::before {
  content: url("/Site/gokgyo/images/play.png");
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  height: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
}
@media only screen and (max-width: 1199px) {
  .video-wrap > ul > li a::before {
    height: calc(100% - 67px);
  }
}
.video-wrap > ul > li a:hover::before {
  content: url("/Site/gokgyo/images/play-hover.png");
  background-color: rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}
.video-wrap > ul > li a:hover .video-title {
  color: #9ac807;
}
.video-wrap > ul > li a:hover .video-date {
  color: #556e02;
}
.video-img {
  border: 1px solid #f7f7f7;
  border-radius: 10px;
  width: 260px;
  height: 170px;
}
@media only screen and (max-width: 768px) {
  .video-img {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .video-img {
    width: 100%;
  }
}
.video-title {
  width: 100%;
  color: #333;
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -1px;
  margin: 15px 0 7px;
  transition: 0.2s;
}
.video-date {
  font-size: 12px;
  color: #666;
  transition: 0.2s;
  margin-bottom: 10px;
}
.sub-history-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 20px;
}
.sub-history-tab li {
  list-style: none;
}
.sub-history-tab li a {
  display: inline-block;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  color: #888;
  padding: 15px 28px;
  text-decoration: none;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  background-color: #fff;
}
.sub-history-tab li a:hover {
  background-color: #f6f6f6;
}
@media only screen and (max-width: 1199px) {
  .sub-history-tab li a {
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 768px) {
  .sub-history-tab li a {
    margin: 0 3px 5px 3px;
    border: 1px solid #dadada;
  }
}
.sub-history-tab li:first-child a {
  border-left: 1px solid #dadada;
}
@media only screen and (max-width: 768px) {
  .sub-history-tab li:first-child a {
    border: 1px solid #dadada;
  }
}
.sub-history-tab li.active a {
  background-color: #abce01;
  font-weight: 600;
  color: #fff;
}
.history-wrap {
  width: 100%;
}
.history-item {
  list-style: none;
  border: 1px solid #dadada;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 40px;
  margin-bottom: 30px;
}
.case1 .history-content {
  width: 100%;
  margin: 0 auto 25px;
  max-width: 1000px;
  text-align: center;
}
.case1 .history-content a {
  display: inline-block;
}
.case1 .history-content a img {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
}
.case2 .history-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
  line-height: 1.5;
}
.case2 .history-content ul li,
.case2 .history-content ol li {
  margin-left: 20px;
}
.case3 .first-image {
  display: inline-block;
}
.case3 .first-image img {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 10px;
}
.case3 .history-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 25px;
  line-height: 1.5;
}
.case3 .history-content ul li,
.case3 .history-content ol li {
  margin-left: 20px;
}
.history-header {
  position: relative;
  margin-bottom: 20px;
}
.history-header::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -40px;
  width: 25px;
  height: 2px;
  background-color: #abce01;
}
.history-title {
  position: relative;
  font-family: 'Binggrae', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  letter-spacing: -1px;
  margin-right: 10px;
  line-height: 1.5;
}
.history-title::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -18px;
  width: 6px;
  height: 6px;
  border-radius: 5px;
  background-color: #abce01;
}
.history-date {
  font-family: 'Binggrae', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #777;
}
.history-body {
  display: flex;
  flex-wrap: wrap;
}
.history-body .history-left {
  width: 270px;
  margin-right: 30px;
}
@media only screen and (max-width: 768px) {
  .history-body .history-left {
    width: 100%;
    margin-right: 0;
  }
}
.history-body .history-right {
  width: calc(100% - 300px);
}
@media only screen and (max-width: 768px) {
  .history-body .history-right {
    width: 100%;
    margin-top: 10px;
  }
}
.history-imglist {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  padding: 20px 0;
  border-top: 2px dashed #e3e3e3;
}
.history-imglist li {
  list-style: none;
  margin-right: 7px;
  margin-bottom: 7px;
}
.history-imglist li a {
  display: inline-block;
  width: 98px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 5px;
  box-sizing: content-box;
  transition: border 0.2s;
}
.history-imglist li a img {
  width: 98px;
  height: 70px;
  border-radius: 5px;
}
.history-imglist li a:hover {
  border: 2px solid #abce01;
  transition: border 0.2s;
}
.history-imglist li .history-imglist-point {
  border: 2px solid #abce01;
}
.history-footer {
  width: 100%;
  border-top: 2px dashed #e3e3e3;
  padding: 10px 0 0;
  text-align: right;
}
.gokgyo-datelist {
  width: 100%;
}
.gokgyo-datelist thead tr th {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #abce01;
  border: 1px solid #ccc;
  background-color: #f9ffdd;
  border-top: 2px solid #abce01;
  word-break: keep-all;
  padding: 7px 10px;
  text-align: center;
  letter-spacing: 15px;
}
.gokgyo-datelist tbody tr th {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #232323;
  border: 1px solid #ccc;
  word-break: keep-all;
  padding: 7px 10px;
  text-align: center;
}
.gokgyo-datelist tbody tr td {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  border: 1px solid #ccc;
  word-break: keep-all;
  color: #232323;
  padding: 7px 10px;
}
.award-wrap {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .award-wrap {
    flex-wrap: wrap;
  }
}
.award-left {
  width: 70%;
  margin-right: 30px;
}
@media only screen and (max-width: 1199px) {
  .award-left {
    width: 60%;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .award-left {
    width: 100%;
  }
}
.award-right {
  width: 30%;
}
@media only screen and (max-width: 1199px) {
  .award-right {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .award-right {
    width: 100%;
    margin-top: 10px;
  }
}
.award-info h3 {
  font-family: 'Binggrae', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.5;
  color: #111;
  margin-bottom: 10px;
}
.award-date {
  margin-bottom: 10px;
  font-family: 'Binggrae', sans-serif;
  font-size: 14px;
  color: #666;
}
.award-content {
  margin: 20px 0;
  line-height: 1.3;
}
.award-slider-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.award-slider-prev {
  position: absolute;
  display: inline-block;
  left: 15px;
}
.award-slider-prev i,
.award-slider-prev svg {
  display: inline-block;
  color: #fff;
  background-color: #049039;
  border-radius: 50%;
  padding: 5px 7px;
}
.award-slider-prev i:hover,
.award-slider-prev svg:hover {
  background-color: #a5c702;
  transition: 0.2s;
}
.award-slider-next {
  position: absolute;
  display: inline-block;
  right: 15px;
}
.award-slider-next i,
.award-slider-next svg {
  display: inline-block;
  color: #fff;
  background-color: #049039;
  border-radius: 50%;
  padding: 5px 7px;
}
.award-slider-next i:hover,
.award-slider-next svg:hover {
  background-color: #a5c702;
  transition: 0.2s;
}
.award-slider {
  width: 100%;
}
.award-slider li {
  list-style: none;
  width: 100%;
}
.award-slider li a {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 100%;
  text-decoration: none;
}
.award-slider li a img {
  margin: 0 auto;
  border: 1px solid #ddd;
  max-height: 400px;
}
@media only screen and (max-width: 1199px) {
  .award-slider li a img {
    max-width: 100%;
    max-height: 300px;
  }
}
@media only screen and (max-width: 768px) {
  .award-slider li a img {
    max-height: 200px;
  }
}
.award-img-title {
  margin-top: 10px;
  width: 100%;
  text-align: center;
}
.award-img-title span {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.award-slider-nav-wrap {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 36px;
  padding: 15px 15px;
  background-color: #fbfbfb;
  border: 1px solid #dedede;
}
.award-slider-nav-prev {
  position: absolute;
  display: inline-block;
  left: 15px;
}
@media only screen and (max-width: 1199px) {
  .award-slider-nav-prev {
    margin-right: 5px;
  }
}
.award-slider-nav-prev i,
.award-slider-nav-prev svg {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  background-color: #049039;
  border-radius: 50%;
  padding: 4px 6px;
}
.award-slider-nav-prev i:hover,
.award-slider-nav-prev svg:hover {
  background-color: #a5c702;
  transition: 0.2s;
}
.award-slider-nav-next {
  position: absolute;
  display: inline-block;
  right: 15px;
}
@media only screen and (max-width: 1199px) {
  .award-slider-nav-next {
    margin-left: 5px;
  }
}
.award-slider-nav-next i,
.award-slider-nav-next svg {
  font-size: 12px;
  display: inline-block;
  color: #fff;
  background-color: #049039;
  border-radius: 50%;
  padding: 4px 6px;
}
.award-slider-nav-next i:hover,
.award-slider-nav-next svg:hover {
  background-color: #a5c702;
  transition: 0.2s;
}
.award-slider-nav {
  width: 85%;
  margin: 0 auto;
}
.award-slider-nav li {
  list-style: none;
}
.award-slider-nav li img {
  border: 1px solid #ddd;
  width: 150px;
  height: 80px;
  cursor: pointer;
  margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .award-slider-nav li img {
    width: 80px;
    height: 55px;
  }
}
.award-slider-nav .slick-current img {
  border: 2px solid #049039;
}
.award-list {
  border: 1px solid #ddd;
}
.award-list li {
  background-color: #fff;
  border-bottom: 1px dashed #ddd;
  list-style: none;
}
.award-list li:last-child {
  border-bottom: 0;
}
.award-list li > a {
  display: flex;
  flex-wrap: wrap;
  padding: 14px 20px;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .award-list li > a {
    padding: 10px 15px;
  }
}
.award-list li > a:hover {
  background-color: #f9f9f9;
}
.award-list li > a:hover span {
  color: #049039;
}
.award-list li > a > img {
  width: 60px;
  height: 52px;
  margin-right: 10px;
}
.award-list .active {
  background-color: #eee;
}
.award-list .active:hover {
  background-color: #eee;
}
.award-txtbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 70px);
}
.award-txt-title {
  width: 100%;
  font-family: 'Binggrae', sans-serif;
  font-size: 14px;
  color: #111;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: -1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.award-txt-date {
  margin-top: 2px;
  font-family: 'Binggrae', sans-serif;
  font-size: 12px;
  color: #777;
}
.award-setting {
  position: relative;
}
.award-setting a {
  position: absolute;
  bottom: 10px;
}
.award-setting a i {
  font-size: 12px;
  color: #333;
}
.award-setting .award-edit {
  right: 30px;
}
.award-setting .award-edit i:hover {
  color: #0060e7;
}
.award-setting .award-delete {
  right: 15px;
}
.award-setting .award-delete i:hover {
  color: #ff0000;
}
.sl-caption.pos-bottom {
  text-align: center;
}
.news-list .dtable-inline {
  align-items: center;
}
.news-category {
  color: #2c7ff4;
}
.news-tit {
  font-size: 16px;
  color: #222;
}
a p.news-dsc {
  margin-top: 5px;
  width: 100%;
  font-size: 14px;
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-link {
  display: block;
  color: #2c7ff4;
}
.news-link::before {
  font: var(--fa-font-solid);
  content: "\f0c6";
  height: 100%;
  font-family: "Font Awesome 5 Free";
  color: #666;
  font-size: 14px;
  margin-right: 5px;
  color: #2c7ff4;
}
.ebook-wrap {
  width: 100%;
  margin-top: 20px;
}
.ebook-box {
  background: url("/Site/gokgyo/images/ebook_bg_02.png") no-repeat center;
  height: 715px;
}
.ebook-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin: 0 auto;
  width: 440px;
  padding-top: 78px;
  padding-left: 20px;
}
@media only screen and (max-width: 768px) {
  .ebook-box ul {
    width: 80%;
    padding-left: 0;
  }
}
.ebook-box ul li {
  list-style: none;
  width: 50%;
  margin-bottom: 4px;
}
.ebook-box ul li a {
  display: flex;
  justify-content: center;
}
.ebook-box ul li a img {
  text-align: center;
  box-shadow: 1px 1px 5px #666;
}
.ebook-info {
  text-align: center;
  padding: 1px 5px 5px;
  margin-top: 3px;
}
.ebook-title {
  margin-top: 20px;
  margin-bottom: 7px;
  font-size: 14px;
  color: #000;
  font-family: 'NanumSquare', sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.ebook-count {
  font-size: 12px;
  font-family: 'NanumSquare', sans-serif;
  color: #666;
  line-height: 1.2;
}
.ebook-admin {
  display: flex;
  justify-content: center;
  margin-top: 5px;
  height: 15px;
}
.ebook-admin a {
  text-decoration: none;
}
.ebook-admin i {
  font-size: 14px;
  margin-right: 5px;
}
.ebook-update {
  color: #666;
}
.ebook-update:hover {
  color: #006cff;
}
.ebook-delete {
  color: #666;
}
.ebook-delete:hover {
  color: #ff0000;
}
.sub-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.search-type {
  width: 120px;
  padding: 14px 20px !important;
  font-family: 'Binggrae', sans-serif !important;
  font-size: 16px;
  border-radius: 10px 0 0 10px;
  border-top: 1px solid #ddd;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #333;
}
.search-type:focus {
  outline: none;
}
.search-type2 {
  width: 150px;
  padding: 14px 20px;
  font-family: 'Binggrae', sans-serif !important;
  font-size: 16px;
  border-top: 1px solid #ddd;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  color: #333;
}
.search-type2:focus {
  outline: none;
}
.search-input {
  width: calc(100% - 220px);
  padding: 15px 30px;
  font-family: 'Binggrae', sans-serif !important;
  font-size: 16px;
  color: #232323;
  border-top: 1px solid #ddd;
  border-right: 0;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.search-input:focus {
  outline: none;
}
.search-btn-list {
  width: 70px;
  padding: 18px 0 17px;
  font-family: 'Binggrae', sans-serif !important;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  text-align: center;
  color: #555;
  text-decoration: none;
  word-break: keep-all;
}
.search-btn-list:hover {
  background-color: #f1f1f1;
  color: #222;
  text-decoration: none;
}
.search-btn {
  width: 100px;
  padding: 18px 0 17px;
  text-align: center;
  background-color: #abce01;
  border: 1px solid #abce01;
  font-family: 'Binggrae', sans-serif !important;
  font-size: 16px;
  border-radius: 0 10px 10px 0;
  color: #fff !important;
  text-decoration: none;
  word-break: keep-all;
}
.search-btn:hover {
  background-color: #9ac807;
  color: #fff;
  text-decoration: none;
}
.dtable-inline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
}
.dtable-inline:first-child {
  border-top: 1px solid #333;
}
.dtable-box {
  padding: 20px 10px;
  line-height: 1.3;
}
.dtable-inline-info {
  background-color: #f9f9fa;
  word-break: keep-all;
  font-weight: 600;
}
.text-default {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
}
.dtable-notice-list p,
.dtable-notice-list span,
.dtable-notice-list a {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  text-decoration: none;
}
@media only screen and (max-width: 1199px) {
  .dtable-notice-list .dtable-inline .r-news-title {
    width: 90% !important;
  }
}
@media only screen and (max-width: 768px) {
  .dtable-notice-list .dtable-inline {
    position: relative;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 10px;
  }
  .dtable-notice-list .dtable-inline .dtable-box {
    width: 100%;
    padding: 20px 0;
  }
  .dtable-notice-list .dtable-inline .r-notice-num {
    width: 45px !important;
    margin-top: 3px;
  }
  .dtable-notice-list .dtable-inline .r-notice-num p {
    font-size: 12px;
  }
  .dtable-notice-list .dtable-inline .r-news-title {
    width: 65% !important;
    margin-right: 10px;
  }
  .dtable-notice-list .dtable-inline .r-notice-title {
    width: calc(100% - 145px) !important;
  }
  .dtable-notice-list .dtable-inline .r-notice-date {
    margin-top: 2px;
    width: 100px !important;
  }
  .dtable-notice-list .dtable-inline .r-notice-date p {
    font-size: 14px;
    color: #999;
  }
  .dtable-notice-list .dtable-inline .r-notice-count {
    display: none;
  }
  .dtable-notice-list .dtable-inline .r-notice-category p {
    font-size: 14px;
  }
}
.dtable-notice-list .dtable-inline:hover {
  background-color: #f9f9fa;
}
.dtable-notice-list .dtable-inline:hover .dtable-box p,
.dtable-notice-list .dtable-inline:hover .dtable-box span,
.dtable-notice-list .dtable-inline:hover .dtable-box a {
  color: #000;
}
.dtable-notice-list .dtable-inline:hover .dtable-box span.news-category {
  color: #2c7ff4;
}
.dtable-notice-list .dtable-inline:hover .dtable-box .notice-mark {
  color: #ff4c70;
}
.dtable-notice-list .dtable-inline:last-child {
  border-bottom: 1px solid #333;
}
.dtable-notice-list .notice-category {
  color: #333;
}
.dtable-notice-list .dtable-inline-info {
  background-color: #f5f5fa;
}
.dtable-notice-list .dtable-inline-info .dtable-box p,
.dtable-notice-list .dtable-inline-info .dtable-box span,
.dtable-notice-list .dtable-inline-info .dtable-box a {
  color: #000;
}
.dtable-notice-list .dtable-inline-info .dtable-box .notice-mark {
  color: #ff4c70;
}
.dtable-notice-list .notice-import p,
.dtable-notice-list .notice-import span,
.dtable-notice-list .notice-import a {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}
.dtable-notice-list .notice-import .notice-mark {
  color: #ff4c70;
}
@media only screen and (max-width: 768px) {
  .dtable-notice-list .notice-import .r-notice-date p {
    font-size: 14px;
    color: #aaa;
  }
  .dtable-notice-list .notice-import .r-notice-category p {
    font-size: 14px;
  }
}
.dtable-list-category .dtable-inline .r-notice-category p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 768px) {
  .dtable-list-category .dtable-inline .r-notice-num {
    width: 45px !important;
  }
  .dtable-list-category .dtable-inline .r-news-title {
    width: 75% !important;
  }
  .dtable-list-category .dtable-inline .r-notice-title {
    width: calc(100% - 235px) !important;
  }
  .dtable-list-category .dtable-inline .r-notice-date {
    width: 100px !important;
  }
  .dtable-list-category .dtable-inline .r-notice-count {
    display: none;
  }
  .dtable-list-category .dtable-inline .r-notice-category {
    margin-top: 2px;
    width: 90px !important;
  }
  .dtable-list-category .dtable-inline .r-notice-category p {
    width: 90px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 768px) {
  .dtable-notice .dtable-4 .dtable-box:nth-child(1) {
    border-bottom: 1px solid #ddd;
  }
  .dtable-notice .dtable-4 .dtable-box:nth-child(2) {
    border-bottom: 1px solid #ddd;
  }
  .dtable-notice .dtable-inline {
    flex-wrap: wrap !important;
  }
  .dtable-notice .dtable-box.wd-10 {
    width: 20% !important;
  }
  .dtable-notice .dtable-box.wd-40 {
    width: 80% !important;
    border-bottom: 1px solid #ddd;
  }
  .dtable-notice .dtable-box.wd-40:last-child {
    border-bottom: 0;
  }
  .dtable-notice .dtable-box.wd-90 {
    width: 80% !important;
  }
}
.dtable-notice .notice-read-title {
  font-family: 'Binggrae', sans-serif;
  font-size: 24px;
  line-height: 1.3;
}
.dtable-notice .notice-read-mark {
  color: #ff6600;
  font-size: 24px;
  margin-right: 10px;
}
.dtable-notice .news-read-mark {
  color: #2c7ff4;
  font-size: 24px;
  margin-right: 10px;
}
.dtable-notice .notice-download {
  display: inline-block;
  border: 1px solid #333;
  border-radius: 20px;
  color: #555;
  padding: 10px 20px;
  margin: 2px 5px;
  line-height: 1.5;
  letter-spacing: -1px;
}
.dtable-notice .notice-download:hover {
  color: #222;
}
.dtable-notice .notice-download::after {
  content: url("/Site/gokgyo/images/download.png");
  margin-left: 8px;
  vertical-align: -2px;
}
.dtable-notice .notice-content p,
.dtable-notice .notice-content span,
.dtable-notice .notice-content a {
  font-family: unset;
}
.dtable-notice .notice-content img {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .dtable-notice .notice-import-set {
    flex-wrap: wrap;
  }
  .dtable-notice .notice-import-set .form-date-group {
    margin-top: 7px;
  }
  .dtable-notice .notice-import-set .form-date-group input {
    margin-left: 0 !important;
  }
}
.upload-file-list li {
  list-style: none;
  margin-bottom: 12px;
}
.upload-file-list li:last-child {
  margin-bottom: 0;
}
.upload-file-list a {
  text-decoration: none;
}
.important-note {
  font-size: 14px;
  color: #006cff;
}
.important-note::before {
  content: url("/Site/gokgyo/images/star-icon.png");
  margin-right: 10px;
}
.sitemap-menu-dep1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.sitemap-menu-dep1 > li {
  width: calc(33% - 17px);
  margin-right: 30px;
  margin-bottom: 30px;
  list-style: none;
}
.sitemap-menu-dep1 > li > a {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #abce01;
  border-radius: 10px 10px 0 0;
  font-family: 'Binggrae', sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  padding: 20px 0;
  text-decoration: none;
}
.sitemap-menu-dep1 > li:nth-child(3n+3) {
  margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .sitemap-menu-dep1 > li {
    width: calc(50% - 15px);
  }
  .sitemap-menu-dep1 > li:nth-child(2n+2) {
    margin-right: 0px;
  }
  .sitemap-menu-dep1 > li:nth-child(3n+3) {
    margin-right: 30px;
  }
}
.sitemap-menu-dep2 {
  position: relative;
  padding-top: 10px;
}
.sitemap-menu-dep2::before {
  content: "";
  position: absolute;
  top: 5px;
  background-color: #049039;
  width: 100%;
  height: 3px;
}
.sitemap-menu-dep2::after {
  content: "";
  position: absolute;
  top: 5px;
  background-color: #a5c702;
  width: 30%;
  height: 3px;
}
.sitemap-menu-dep2 > li {
  list-style: none;
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
}
.sitemap-menu-dep2 > li > a {
  display: block;
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  letter-spacing: -1px;
  transition: 0.2s;
  text-decoration: none;
}
.sitemap-menu-dep2 > li > a:hover {
  color: #049039;
}
.sitemap-menu-dep2 > li > a::before {
  content: url("/Site/gokgyo/images/sitemap-dep2-icon.png");
  margin-right: 10px;
  vertical-align: -1px;
}
.sitemap-menu-dep3 {
  border-top: 1px solid #e9e9e9;
  margin-top: 15px;
}
.sitemap-menu-dep3 > li {
  list-style: none;
  padding-top: 15px;
  padding-left: 20px;
}
.sitemap-menu-dep3 > li > a {
  display: block;
  font-family: 'Binggrae', sans-serif;
  font-size: 15px;
  text-decoration: none;
}
.sitemap-menu-dep3 > li > a:hover {
  color: #049039;
}
.sitemap-menu-dep3 > li > a::before {
  content: "⦁";
  color: #8bd645;
  font-size: 13px;
  margin-right: 10px;
  vertical-align: 1px;
}
.sub-tab {
  display: block;
  border: 0 !important;
  background-color: inherit !important;
  width: 100%;
}
.sub-tab-wrap {
  display: flex;
  background-color: inherit;
  border: none;
  padding: 15px 0 !important;
}
.sub-tab-wrap > li {
  display: inline-block;
  padding: 0 !important;
  color: #888;
  font-size: 16px;
  background-color: initial !important;
  margin: -1px -3px -1px 0 !important;
  border: 0 !important;
  border-radius: 0;
  list-style: none;
}
.sub-tab-wrap > li a {
  padding: 10px 55px !important;
  font-family: 'Binggrae', sans-serif;
  color: #666;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
}
.sub-tab-wrap > li.active a {
  color: #abce01;
}
.sub-tab-wrap .ui-state-active a {
  font-weight: 600;
  color: #abce01;
  border-bottom: 4px solid #abce01 !important;
}
.pagination {
  display: block;
  width: 100%;
}
.pagination-pages {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination-pages li {
  list-style: none;
}
.pagination-pages li a {
  display: inline-block;
  font-family: 'Binggrae', sans-serif;
  border-radius: 5px;
  font-size: 14px;
  color: #999;
  font-weight: 600;
  text-decoration: none;
  margin: 0 10px;
  word-break: keep-all;
}
@media only screen and (max-width: 768px) {
  .pagination-pages li a {
    margin: 0 8px;
  }
}
.pagination-pages li a:hover {
  color: #abce01;
}
.pagination-pages .first a,
.pagination-pages .prev a,
.pagination-pages .next a,
.pagination-pages .finish a {
  font-family: 'Binggrae', sans-serif;
  border-radius: 5px;
  font-size: 14px;
  color: #666;
  border: 1px solid #a6a6a6;
  background-color: #fff;
  padding: 8px 15px;
  margin: 0 3px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .pagination-pages .first a,
  .pagination-pages .prev a,
  .pagination-pages .next a,
  .pagination-pages .finish a {
    padding: 8px 8px;
  }
}
.pagination-pages .first:hover a,
.pagination-pages .prev:hover a,
.pagination-pages .next:hover a,
.pagination-pages .finish:hover a {
  background-color: #abce01;
  border: 1px solid #abce01;
  color: #fff;
}
.pagination-pages > li.active a {
  border: 0;
  color: #049039;
}
.pagination-pages .disabled {
  pointer-events: none;
}
.pagination-pages .disabled a {
  color: #aaa;
  background-color: #eee;
}
table.sub-table {
  width: 100%;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  scrollbar-width: auto;
  border-collapse: collapse;
}
table.sub-table th,
table.sub-table td {
  font-family: 'Binggrae', sans-serif;
  font-size: 16px;
}
table.sub-table thead tr th {
  background-color: #f9f9fa;
  border: 1px solid #ddd;
  border-collapse: collapse;
  padding: 25px 5px;
  text-align: center;
  font-size: 17px;
  font-weight: 600;
  vertical-align: middle;
  word-break: keep-all;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  table.sub-table thead tr th {
    font-size: 15px;
    padding: 20px 5px;
  }
}
table.sub-table tbody tr th {
  background-color: #f9f9fa;
  border: 1px solid #ddd;
  text-align: center;
  padding: 20px 5px;
  font-weight: 600;
  color: #666;
  vertical-align: middle;
  word-break: keep-all;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  table.sub-table tbody tr th {
    padding: 15px 5px;
    font-size: 14px;
  }
}
table.sub-table tbody tr td {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 20px 5px;
  border-collapse: collapse;
  vertical-align: middle;
  color: #666;
  word-break: keep-all;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  table.sub-table tbody tr td {
    padding: 15px 5px;
    font-size: 14px;
  }
}
table.sub-table.non-hover tbody tr:hover td {
  background-color: #fff;
}
.form-input {
  outline: none;
  font-family: 'NanumSquare', sans-serif;
  font-size: 14px;
}
.form-input:focus {
  border-color: #abce01;
  box-shadow: 0 0 0 0.1rem rgba(44, 167, 40, 0.1);
}
.form-input.disabled {
  pointer-events: none;
  background-color: #eee;
  color: #aaa;
}
.form-label {
  font-family: 'NanumSquare', sans-serif;
  font-size: 16px;
  cursor: pointer;
}
.form-date-group {
  position: relative;
  display: inline-block;
}
.form-date-icon {
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 9px;
  font-size: 16px;
  color: #8fd990;
}
.form-date-icon.disabled {
  color: #ccc;
}
.file-input {
  width: 100%;
}
.file-drop-zone {
  height: 220px;
  overflow-y: auto;
}
footer {
  background-color: #1b212a;
}
.footer-info {
  display: flex;
  align-items: center;
  height: 60px;
}
.footer-info ul {
  display: flex;
  align-items: center;
}
.footer-info ul li {
  list-style: none;
}
.footer-info ul li a {
  color: #fff;
}
.footer-info ul li a:hover {
  text-decoration: none;
  color: #63cb08;
}
.footer-info ul li:after {
  content: "|";
  color: #aaa;
  font-size: 14px;
  margin-left: 25px;
  margin-right: 25px;
}
.footer-info ul li:last-child:after {
  content: "";
}
.footer-info ul li .footer-point {
  color: #ffd200;
}
.footer-content {
  display: flex;
  align-items: center;
  background-color: #1b1e24;
  height: 165px;
}
@media only screen and (max-width: 1199px) {
  .footer-content {
    height: 220px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-content {
    height: 280px;
  }
}
.footer-address {
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .footer-address {
    flex-wrap: wrap;
  }
}
.footer-logo {
  margin-right: 75px;
  display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .footer-logo {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  .footer-address-box {
    margin-top: 20px;
  }
}
.footer-address-box address {
  font-family: 'NanumSquare', sans-serif;
  font-size: 16px;
  color: #fff;
  padding: 4px 0;
}
.footer-address-box address span {
  padding-right: 30px;
}
.footer-address-box address span:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 768px) {
  .footer-address-box address span {
    padding: 5px 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .footer-address-box address {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    word-break: keep-all;
    line-height: 1.2;
  }
}
.footer-address-box p {
  margin-top: 10px;
  color: #bbb;
}
@media only screen and (max-width: 768px) {
  .footer-address-box p {
    font-size: 14px;
    word-break: keep-all;
    line-height: 1.2;
  }
}
.row {
  margin: 0 !important;
}
.file-preview .fileinput-remove {
  border: 0;
  background-color: #fff;
}
.quick-btn {
  position: absolute;
  display: inline-block;
  right: 60px;
  bottom: 120px;
  z-index: 9999;
}
.quick-btn .quick-box {
  position: fixed;
  display: flex;
  flex-wrap: wrap;
}
.quick-btn .quick-box a {
  width: 100%;
  margin-bottom: 5px;
}
.quick-btn .quick-box a img {
  border-radius: 50%;
  box-shadow: 1px 1px 4px #aaa;
}
#rc-anchor-container {
  margin: 10px 0;
}