@charset "utf-8";
@import url("../fonts/font.css");

/* Total */
html,
body {
  font-family: "Pretendard", sans-serif;
  font-size: 14px;
}
html {
  position: relative;
  min-height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
}
body {
  overflow-x: hidden;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre {
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
a.focus-visible:focus,
button.focus-visible:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px #2cb693;
}
#page-container {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.overflow-h {
  overflow: hidden;
}
.container {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  width: calc(100% - 30px);
  max-width: 100%;
  box-sizing: border-box;
  min-height: 1px;
  padding: 0;
}
@media (min-width: 375px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 1px;
  }
}
@media (min-width: 768px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 1px;
  }
}
@media (min-width: 1024px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: calc(100% - 44px);
    max-width: 100%;
    box-sizing: border-box;
    min-height: 1px;
  }
}
@media (min-width: 1280px) {
  .container {
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    width: 1200px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 1px;
  }
}

/* 배너 tpye */
.banner-tit01 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 36px;
}
.banner-tit01 span {
  display: inline-block;
  font-weight: 300;
  margin-right: 10px;
}
.banner-cont-img {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.banner-type01.swiper-container {
  overflow: visible;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}
.banner-type01 .cont {
  background-color: #fff;
  border-radius: 8px;
  padding: 30px 35px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.banner-type01 .cont > a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.banner-type01 .cont .img {
  max-width: 50%;
  width: 100%;
  margin-right: 20px;
  border-radius: 8px;
}
.banner-type01 .cont .img::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.banner-type01 .cont .info {
  max-width: 50%;
  width: 100%;
  margin-left: 20px;
  padding: 20px 0 15px;
}
.banner-type01 .cont .info .info-title {
  font-size: 18px;
  font-weight: 500;
  color: #111;
  margin-bottom: 20px;
}
.banner-type01 .cont .info .info-text {
  font-size: 16px;
  color: #676767;
  font-weight: 300;
}
/* Header */
#header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /* border-bottom: 1px solid #eee; */
}
#header .header-cont {
  position: relative;
  z-index: 99;
}
.header-container {
  position: relative;
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100%;
}
.header-layout {
  height: 90px;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: block;
}
.logo .mlogo {
  display: none;
}
.logo .wlogo {
  display: block;
}

.util {
}
.util ul {
  padding: 0;
}
.util ul > li {
  position: relative;
  float: left;
  padding: 0 10px;
}
.util ul > li a {
  color: #333;
  font-size: 14px;
}
.util ul > li.icon-btn a {
  color: #999;
  display: block;
}
.util ul > li.icon-btn a i {
  font-size: 28px;
}
.util ul > li .dropdown-menu {
  max-width: 150px;
  right: 0;
  left: auto;
  margin-top: 10px;
}
.util ul > li .dropdown-menu > li {
  float: none;
  padding: 0;
}
.util ul > li .dropdown-menu > li > a {
  display: block;
  padding: 12px 10px;
  color: #333;
}
.util ul > li.login a {
  color: #999;
  font-size: 28px;
}
.util ul > li.login a:hover {
  color: #fff;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #def1f0;
  position: relative;
  top: 15px;
  right: -5px;
  content: "";
}
.cover-bg.on {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1015;
}
.nav-toggle {
  display: block;
  border-radius: 3px;
}

/* header Search  */
.search_form {
  background: rgba(0, 0, 0, 0.85);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  display: table;
  padding: 0 10px;
  text-align: center;
}
.search_form .search_div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.search_form .search_inner {
  position: relative;
  width: 100%;
  height: 50px;
  border-bottom: solid 2px #fff;
  overflow: hidden;
  z-index: 999;
  display: inline-block;
}
.search_form .search_inner .search_input {
  background: none;
  float: left;
  width: 100%;
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  font-size: 1.5rem;
  color: #fff !important;
  border: 0;
  outline: 0;
}
.search_form .search_inner .search_input::placeholder {
  color: #fff !important;
}
.search_form .search_inner .search_btn {
  position: absolute;
  background: none;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  border: 0;
  color: #fff;
}
.search_form .search_inner .search_btn i {
  font-size: 24px;
}
.search_form .search_inner .search_btn:hover {
  background: none;
}
.search_form .close {
  position: absolute;
  top: 12px;
  right: 10px;
  opacity: 1;
}
.search_form .close i {
  font-size: 32px !important;
  color: #fff;
}

.tag_search_form {
  position: static;
  padding: 0;
  display: block;
  height: auto;
  background: none;
}

/* 모바일 */
.m-util {
  display: none;
}
.m-util .search-toggle {
}
#m-sidemenu {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  background: #f5f5f5;
  width: 100%;
  height: 100%;
  z-index: 1050;
  overflow-y: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
}
#m-sidemenu .side-header {
  position: relative;
  background: #fff;
  position: relative;
  height: 50px;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 15px;
}
.side-header-list-top {
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.side-header-list-top li {
  width: 50%;
}
.side-header-list-top li > a {
  display: block;
  padding: 12px 0;
  text-align: center;
  border-right: 1px solid #eee;
}
.side-header-list-top li:last-child > a {
  border-right: 0;
}
.side-header-list-top li > a .txt {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  color: #676767;
}
.side-header-list-top li > a i {
  font-size: 16px;
  color: #103258;
}
.side-header-list-bottom {
  border-bottom: 1px solid #ddd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  margin-bottom: 10px;
}
.side-header-list-bottom > li {
  width: 25%;
}
.side-header-list-bottom > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 12px 0;
  border-right: 1px solid #eee;
}
.side-header-list-bottom > li:last-child > a {
  border-right: 0;
}
.side-header-list-bottom > li > a .flag {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.side-header-list-bottom > li > a .txt {
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin-top: 5px;
}
.side-header-list-bottom > li > a .flag.en {
  background-image: url(/assets/common/img/basic/us.png);
}
.side-header-list-bottom > li > a .flag.jp {
  background-image: url(/assets/common/img/basic/jp.png);
}
.side-header-list-bottom > li > a .flag.cn {
  background-image: url(/assets/common/img/basic/cn.png);
}
.side-header-list-bottom > li > a img {
  max-width: 68px;
}
#m-sidemenu .side-header .logo {
  margin: 0px 0 0 8px;
}
#m-sidemenu .side-header .close-btn {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 0;
  text-align: center;
  color: #333;
  font-size: 24px;
}
.m-side-login {
  display: inline-block;
  background-color: #333;
  color: #fff;
  padding: 8px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 300;
}
.m-side-login:hover {
  color: #fff;
}
.m-side-admin-btn {
  display: inline-block;
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translate(0px, -50%);
  /* margin-left: 15px; */
}
#m-sidemenu .side-login .login-header {
  position: relative;
  background: #fff;
  padding: 15px 10px;
}
#m-sidemenu .side-login .login-header a {
  display: block;
  color: #333;
  text-decoration: none;
}
#m-sidemenu .side-login .login-header img {
  width: 40px;
  margin-right: 10px;
  overflow: hidden;
  border-radius: 50%;
}
#m-sidemenu .side-login .login-btn {
  width: 100%;
}
#m-sidemenu .side-login .login-btn ul {
}
#m-sidemenu .side-login .login-btn ul::after {
  content: "";
  display: block;
  clear: both;
}
#m-sidemenu .side-login .login-btn ul li {
  position: relative;
  float: left;
  width: 33.3%;
}
#m-sidemenu .side-login .login-btn ul li:first-child:before {
  display: none;
}
#m-sidemenu .side-login .login-btn ul li:before {
  content: "";
  background: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
  height: 20px;
  width: 1px;
  margin-top: -10px;
}
#m-sidemenu .side-login .login-btn ul li a {
  display: block;
  padding: 10px 0;
  color: #555;
  font-size: 15px;
  text-align: center;
}
#m-sidemenu .side-login .login-btn ul li.login-before {
  width: 50% !important;
}
#m-sidemenu .side-body-tit {
  font-size: 16px;
  padding: 10px 15px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  margin-bottom: 5px;
  background-color: #fff;
}
#m-sidemenu .side-body {
  background: #fff;
}
#m-sidemenu .side-body .navi {
}

#m-sidemenu .side-body .navi > li {
  position: relative;
  border-bottom: solid 1px #ddd;
  transition: all 0.3s;
}

#m-sidemenu .side-body .navi > li > a {
  display: block;
  padding: 18px 10px;
  font-size: 16px;
  color: #444;
}
#m-sidemenu .side-body .navi > li > a:hover {
  font-weight: bold;
}
#m-sidemenu .side-body .navi > li .dropdown-menu {
  position: relative;
  background: #fafafa;
  float: none;
  border: 0;
  border-top: solid 1px #ddd;
  box-shadow: none;
  padding: 10px;
  transition: all 0.3s;
}
#m-sidemenu .side-body .navi > li .dropdown-menu > ul {
}
#m-sidemenu .side-body .navi > li .dropdown-menu > ul > li {
}
#m-sidemenu .side-body .navi > li .dropdown-menu > ul > li > a {
  display: block;
  padding: 8px 5px;
  font-size: 15px;
  color: #777;
}
#m-sidemenu .side-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
#m-sidemenu .side-footer > li {
  width: 33.3333%;
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -moz-flex: 0 0 33.33333%;
  -webkit-flex: 0 0 33.33333%;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  padding: 5px;
  background-color: #fff;
}
#m-sidemenu .side-footer > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#m-sidemenu .side-footer > li > a > img {
  max-width: 80px;
}

/* Footer */
/* #footer {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #eee;
  margin-top: auto;
  background-color: #111;
}
#footer .container {
  padding: 0;
}
#footer .footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 22px;
}
#footer .footer-top .footer-sns a {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-right: 6px;
}
#footer .footer-top .footer-sns a:last-child {
  margin-right: 0;
}
#footer .footer-menu {
  display: flex;
}
#footer .footer-menu > li {
  position: relative;
  padding: 0 12px;
}
#footer .footer-menu > li:first-of-type {
  padding-left: 0;
}
#footer .footer-menu > li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #fff;
}
#footer .footer-menu > li:last-of-type {
  padding-right: 0;
}
#footer .footer-menu > li:last-of-type::after {
  display: none;
}
#footer .footer-menu > li > a {
  font-size: 16px;
  color: #fff;
}
#footer .footer-info {
  position: relative;
  margin-top: 12px;
}
#footer .footer-info > div {
  display: flex;
}
#footer .footer-info > div + div {
  margin-top: 5px;
}
#footer .footer-info > div > p {
  font-size: 14px;
  color: #fff;
  margin-right: 20px;
}
#footer .footer-info > div > p > b {
  color: #fff;
}
#footer .footer-info > div > p .line-text {
}
#footer .footer-info .copyright {
  margin-top: 20px;
  font-size: 13px;
  color: #fff;
  opacity: 0.7;
} */

/* swiper banner */
/* .main-banner-swiper {
  width: 100%;
  height: auto;
}
.main-banner-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.main-banner-swiper .swiper-slide {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 600px;
}
.main-banner-swiper .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: table;
  text-align: center;
  background-position: top center;
  background-repeat: no-repeat;
}
.main-banner-swiper .inner > div {
  display: inline-block;
  vertical-align: middle;
}
.main-banner-swiper .inner > div > p {
  font-size: 32px;
  margin: 30px 0 30px;
}
.main-banner-swiper .inner > div > .mainBtn {
  border: solid 1px #7ebdb0;
  border-radius: 5px;
  display: inline-block;
  padding: 12px 35px;
  font-size: 18px;
}
.main-banner-swiper .inner > div > .mainBtn:hover {
  background: #7ebdb0;
  color: #fff;
}
.main-banner-swiper .inner > div > img {
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}
.main-banner-swiper .inner:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.swiper-controls {
  background: #f5f5f5;
  width: 200px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  margin-left: -100px;
  z-index: 100;
  overflow: hidden;
  border-radius: 5px;
}
.swiper-controls .controls-box {
  width: 160px;
  height: 40px;
  position: relative;
}
.swiper-controls .controls-box .button-prev,
.swiper-controls .controls-box .button-next {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  z-index: 99;
}
.swiper-controls .controls-box .button-prev:hover,
.swiper-controls .controls-box .button-next:hover {
  background: #eee;
}

.swiper-controls .controls-box .button-prev {
  left: 0;
  border-right: solid 1px #eee;
}
.swiper-controls .controls-box .button-next {
  right: 0;
  border-left: solid 1px #eee;
}
.swiper-controls .controls-box .button-next:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f105";
  font-weight: 900;
  color: #333;
  font-size: 20px;
}
.swiper-controls .controls-box .button-prev:before {
  font-family: "Font Awesome 6 Pro";
  content: "\f104";
  font-weight: 900;
  color: #333;
  font-size: 20px;
}

.swiper-autoplay {
  position: relative;
  float: right;
  width: 40px;
  height: 40px;
  background: #444;
  z-index: 99;
}
.swiper-autoplay .start-autoplay,
.swiper-autoplay .stop-autoplay {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.swiper-autoplay .start-autoplay:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
  content: "\f04b";
}
.swiper-autoplay .stop-autoplay:before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  color: #fff;
  content: "\f0c8";
} */

/* 캘린더 */
.mainCalendar::after {
  content: "";
  display: block;
  clear: both;
}
.mainCalendar .calendar .visualmonthyear {
  font-weight: bold;
  font-size: 22px;
  color: #333;
}
.mainCalendar .calendar {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.mainCalendar .calendar .table.header {
  margin: 0;
}
.mainCalendar .calendar .header {
  margin: 0;
  border: solid 1px #e5e5e5;
  border-bottom: 0;
}
.mainCalendar .calendar .header td {
  font-size: 18px;
  text-align: center;
  height: 60px;
  cursor: pointer;
}
.mainCalendar .calendar .header td i {
  font-size: 20px;
}
.mainCalendar .calendar .header td:hover {
  background: #f5f5f5;
  color: #00aff0;
}
.mainCalendar .calendar .header td:hover i {
  color: #00aff0;
}
.mainCalendar .calendar .header td.year {
  cursor: text;
  color: #333;
}
.mainCalendar .calendar .header td.year:hover {
  background: none;
}
.mainCalendar .calendar .daysmonth {
  border-collapse: collapse;
  width: 100%;
  height: 100%;
}
.mainCalendar .calendar .daysmonth tr.week_days > td {
  font-size: 16px;
  color: #333;
  text-align: center;
  line-height: 58px;
}
.mainCalendar .calendar .daysmonth tr.week_days > td.first {
  color: #f0391a;
}
.mainCalendar .calendar .daysmonth tr.week_days > td.last {
  color: #2e7dd8;
}
.mainCalendar .calendar .daysmonth td {
  font-size: 16px;
  border: solid 1px #e5e5e5 !important;
  text-align: center;
  padding: 0;
}
.mainCalendar .calendar .daysmonth td a {
  line-height: 58px;
}
.mainCalendar .calendar .daysmonth td.first {
  border-left: 0;
  color: #f0391a;
}
.mainCalendar .calendar .daysmonth td.last {
  border-right: 0;
  color: #2e7dd8;
}
.mainCalendar .calendar .daysmonth td > a {
  display: block;
  color: #666;
}
.mainCalendar .calendar .daysmonth td > a:hover {
  background: #f5f5f5;
}
.mainCalendar .calendar .daysmonth td.event {
  background: #f7993f !important;
  color: #fff;
}
.mainCalendar .calendar .daysmonth td.event a {
  background: none;
  color: #fff;
}
.bootstrap-calendar .calendar .table.header td.year {
  border-top: 2px solid #e5e5e5 !important;
  border-right: 3px solid #e5e5e5 !important;
}

/* Sub Page */
#subContainer {
  width: 100%;
  padding: 0px 0px 40px;
  flex: 1;
}

#sub-menu {
  background: #f8f8f8;
  border-bottom: solid 1px #e2e2e2;
}
#sub-menu .container {
  padding: 0 !important;
  text-align: center;
  width: 100%;
}
#sub-menu .navi {
  display: inline-block;
}
#sub-menu .navi li {
  display: inline-block;
  margin: 0 16px;
  text-align: center;
}
#sub-menu .navi li a {
  display: block;
  color: #333;
}
#sub-menu .navi li a span {
  display: inline-block;
  height: 60px;
  padding: 20px 12px 0;
  font-size: 16px;
}
#sub-menu .navi li a:hover span,
#sub-menu .navi li.active a span {
  border-bottom: solid 1px #282828;
}
#sub-menu .navi li.dropdown:hover .dropdown-menu {
  display: block;
}

#sub-menu .navi li > .dropdown-menu {
  top: 90%;
  border: solid 1px #333;
}
#sub-menu .navi li > .dropdown-menu ul {
}
#sub-menu .navi li > .dropdown-menu ul > li {
  width: 100%;
  text-align: left;
  padding: 5px 10px;
  margin: 5px 0;
}
#sub-menu .navi li > .dropdown-menu ul > li a span {
  border-bottom: 0;
  height: 22px;
  padding: 0;
  font-size: 14px;
}
#sub-menu .navi li > .dropdown-menu ul > li a:hover span,
#sub-menu .navi li > .dropdown-menu ul > li.active a span {
  color: #60bea3;
  border-bottom: solid 1px #60bea3;
}

.menuScroll {
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.menuScroll::-webkit-scrollbar {
  display: none;
}

/* SNS버튼 */
.btn-facebook {
  color: #fff;
  background-color: #3a5795;
  border-color: #334c83;
}
.btn-facebook.active,
.btn-facebook:active,
.btn-facebook:hover,
.open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2c4270;
  border-color: #223357;
}
.btn-twitter {
  color: #fff;
  background-color: #59adea;
  border-color: #59adea;
}
.btn-twitter.active,
.btn-twitter:active,
.btn-twitter:hover,
.open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #4897d0;
  border-color: #4897d0;
}
.btn-kakao {
  color: #3c1e1e;
  background-color: #ffeb00;
  border-color: #ffeb00;
}
.btn-kakao.active,
.btn-kakao:active,
.btn-kakao:hover,
.open > .dropdown-toggle.btn-kakao {
  color: #3c1e1e;
  background-color: #ffde00;
  border-color: #ffde00;
}
.btn-naver {
  color: #fff;
  background-color: #1fcb02;
  border-color: #1fbc02;
}
.btn-naver.active,
.btn-naver:active,
.btn-naver:hover,
.open > .dropdown-toggle.btn-naver {
  color: #fff;
  background-color: #1fbc02;
  border-color: #1fbc02;
}

.divider {
  position: relative;
  overflow: hidden;
  margin: 20px 0;
  color: #e5e5e5;
  width: 100%;
}
.divider:after,
.divider.divider-center:before,
.divider.divider-center.divider-short:before {
  content: "";
  position: absolute;
  width: 100%;
  top: 8px;
  left: 30px;
  height: 0;
  border-top: 1px solid #ddd;
}
.divider.divider-center {
  text-align: center;
}
.divider.divider-center:before {
  left: -50% !important;
  right: 0;
  margin-left: -20px;
}

.divider.divider-center:after {
  left: 50% !important;
  right: 0;
  margin-left: 20px;
}

/* web a */
.checkSearch {
  position: relative;
  max-width: 500px;
  margin: 100px auto 0;
  text-align: center;
}
.checkSearch .main_logo {
  margin: 0 0 35px;
}
.checkSearch .main_logo img {
  max-width: 100%;
  height: auto;
}
.checkSearch .searchCont {
  background: #fff;
  display: block;
  height: 50px;
  padding: 8px 0;
  box-shadow: 0 2px 3px #bbb;
}
.checkSearch .searchCont .searchInput {
  width: 100%;
  padding: 0 15px;
  line-height: 35px;
  font-size: 15px;
  border: 0;
  outline: none;
}
.checkSearch .searchBtn {
  margin: 20px 0 0;
}
.checkSearch .searchBtn .search_toggle {
  background: #eee;
  border: solid 1px #ccc;
  padding: 10px 15px;
  color: #888;
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
}
.checkSearch .searchBtn .search_toggle:hover {
  border: solid 1px #aaa;
  color: #333;
  font-weight: bold;
}
.alert {
  position: relative;
}
.alert i {
  position: absolute;
  height: 20px;
  top: 50%;
  left: 20px;
  margin-top: -18px;
}
.alert .pull-left {
  padding: 0 0 0 60px;
}

/* board */
.download_list {
  display: -webkit-flex;
  display: flex;
}
.download_list h2 {
  display: -webkit-flex;
  display: flex;
  width: 20%;
  font-size: 16px;
  padding: 20px;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
}
.download_list ul {
  background: #ffffff;
  align-items: center;
  border-left: 1px solid #e2e7eb;
}
.download_list ul li {
}
.download_list ul li a {
  display: inline-block;
  font-size: 12px;
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 50px;
  margin: 5px 5px;
  color: #565656;
}
.download_list ul li a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

/** 필드값 체크 **/
.has-error .label-txt {
  color: #ff4343;
}
.has-error .form-control {
  border-color: #ff4343 !important;
}
.has-error .form-control:focus {
  border-color: #ff4343 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.has-error .text-danger {
  margin-top: 10px;
  color: #ff4343;
}
.has-error .input-group-addon {
  color: #ff4343;
}
.has-success .label-txt {
  color: #103257;
}
.has-success .form-control {
  border-color: #103257 !important;
  color: #111 !important;
}
.has-success .input-group-addon {
  border-color: #103257 !important;
  color: #111 !important;
  background-color: #eee;
}
/* .has-success .form-control:focus {
        border-color: #4cc1ff;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7dd2ff;
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7dd2ff;
} */
.has-success .label-txt {
  color: inherit;
}
.has-success .form-control {
  border-color: inherit;
}
.has-success .form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.apply-btn {
  color: #979797;
}
.btn.apply-btn.apply-change {
  border: 1px solid #103257 !important;
  color: #103257 !important;
  font-weight: 700;
}
.btn.apply-btn input {
  /* position: absolute;
    width: 1px;
    height: 1px;
    display: inline-block;
    visibility: hidden;
    background: transparent;
    border:1px solid transparent; */
  margin-right: 5px;
  margin-top: 0px;
}

/** =======================
 * Contenedor Principal
 ===========================*/

.accordion {
  width: 100%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion a:hover,
.accordion a:active {
  color: inherit;
}
.accordion .link {
  cursor: pointer;
  display: block;
  padding: 15px;
  font-size: 14px;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.accordion .link a {
  display: block;
}
.accordion .second_link {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-left: 15px;
  background: #f9f9f9;
}
.accordion .second_link li a {
  position: relative;
  color: #333;
  padding: 10px;
  font-size: 12px;
}
/* .accordion .second_link .dot {
  position:absolute;
  width:4px;
  height:4px;
  background:#797979;
  top:18px;
  left:2px;
  border-radius:10px;
} */
.accordion li:last-child .link {
  border-bottom: 0;
}

.accordion li i {
  position: absolute;
  top: 16px;
  left: 12px;
  font-size: 18px;
  color: #333;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
  right: 12px;
  left: auto;
  font-size: 16px;
}

.accordion li.open .link {
  color: #333;
}
.accordion li.open i {
  color: #333;
}

.accordion li.open i.fa-chevron-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.submenu {
  display: none;
  background: #fff;
  font-size: 14px;
  border-bottom: 1px solid #ddd;
}

.submenu > li {
  background-color: #ffffff;
}

.submenu li a {
  display: block;
  text-decoration: none;
  color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.depth03 {
  margin-top: 0;
  padding: 10px;
  background: #efefef;
}
.depth03 li a {
  text-align: left;
  /* padding: ; */
  position: relative;
  padding-left: 10px;
  font-size: #797979;
}
.depth03 li a::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 2px;
  background: #797979;
  border-radius: 10px;
  width: 3px;
  height: 3px;
}
/* subpage */
.pageHeader-title-wrap {
  padding: 80px 0 55px;
  text-align: center;
}
.pageHeader-title-wrap .pageHeader-title {
  position: relative;
  display: inline-block;
  font-size: 58px;
  font-weight: 700;
  color: var(--bs-inverse);
}
.pageHeader-title-wrap .pageHeader-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 15px;
  background-color: var(--bs-theme);
  opacity: 0.3;
  z-index: -1;
}
.pageHeader-title-wrap .breadcrumb {
  margin-top: 24px;
}
.pageHeader-title-wrap .breadcrumb > li {
  display: inline-block;
  font-size: 16px;
  color: var(--bs-inverse);
}
.pageHeader-title-wrap .breadcrumb > li + li::before {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  color: #212121;
  padding: 0 8px;
  opacity: 0.3;
}
.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.page-nav a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  margin: 0 15px;
  color: #676767;
  font-weight: 300;
}
.page-nav a.active {
  font-weight: 700;
  color: #111;
}
/* .page-nav a.active::before {
  content: "";
  display: block;
  position: absolute;
  top: -0px;
  left: -6px;
  width: 8px;
  height: 8px;
  background-color: var(--bs-theme);
  border-radius: 50%;
}
.page-nav a::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background-color: #e5e5e5;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
} */
.page-nav a:last-child::after {
  display: none;
}
.page-nav-3depth {
  margin-top: -40px;
}
.page-nav-3depth .page-nav a {
  font-size: 17px;
}
.page-nav-3depth .page-nav a.active {
  font-weight: 500;
}
.page-nav-3depth .page-nav a.active::before {
  display: none;
}
.page-nav-select-wrap {
  display: none;
}
.page-nav-select {
  position: relative;
}
.page-nav-select .nav-select-toggle {
  position: relative;
  display: block;
  padding: 0 15px;
  line-height: 46px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 500;
  user-select: none;
}
.page-nav-select .nav-select-toggle::after {
  content: "\f107";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 500;
  height: 14px;
  line-height: 14px;
  width: 14px;
  text-align: center;
}
.page-nav-select.no_sub .nav-select-toggle::after {
  color: #ccc;
}
.page-nav-select.open .nav-select-toggle::after {
  transform: translateY(-50%) rotate(180deg);
}
.page-nav-select.open::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}
.select-dropdown {
  position: fixed;
  width: 100%;
  height: calc(var(--vh, 1vh) * 68);
  background-color: #fff;
  bottom: -200%;
  left: 0;
  z-index: 9999;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  transition: 0.2s ease-out;
}
.page-nav-select.open .select-dropdown {
  box-shadow: 0px -8px 16px rgba(0, 0, 0, 0.1);
  bottom: 0;
}
.select-scroll-layout {
  position: relative;
  flex: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.select-scroll-layout .scroll-content {
  overflow-y: scroll;
  right: -18px;
  padding-right: 18px;
  position: absolute;
  top: 0;
  left: 0;
  right: -18px;
  bottom: 0;
  padding: 0;
  box-sizing: border-box;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.select-scroll-layout .scroll-content .page-nav-select-tit {
  padding: 0 20px;
  height: 50px;
  display: flex;
  align-items: center;
}
.select-scroll-layout .scroll-content .page-nav-select-tit button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background: none;
  border: 0;
  font-size: 16px;
  font-weight: 700;
}
.select-scroll-layout .scroll-content .page-nav-select-tit button i {
  margin-right: 7px;
  font-weight: 700;
  margin-top: 2px;
}
.select-scroll-layout .scroll-content .page-nav-select-tit button span {
}
.select-scroll-layout .menu-list {
}
.select-scroll-layout .menu-list .item a {
  position: relative;
  display: block;
  height: 54px;
  line-height: 54px;
  padding: 0px 60px 0px 20px;
  font-size: 15px;
  color: #565656;
}
.select-scroll-layout .menu-list .item a.active {
  font-weight: 700;
  color: #212121;
}
.select-scroll-layout .menu-list .item a::after {
  font-family: "Font Awesome 6 pro";
  content: "\f105";
  position: absolute;
  right: 40px;
  font-size: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 900;
}
.select-scroll-layout .menu-list .item a:hover {
  background-color: #eaeaea;
}
.select-scroll-layout .menu-list .item a[aria-expanded="true"] {
  background-color: #f5f5f5;
}
.select-scroll-layout .menu-list .item a[data-toggle="collapse"]::after {
  content: "\f107";
}
.select-scroll-layout
  .menu-list
  .item
  a[data-toggle="collapse"][aria-expanded="true"]::after {
  content: "\f106";
}
.select-scroll-layout .menu-list .item .collapse,
.select-scroll-layout .menu-list .item .collapsing {
  border-bottom: 1px solid #eee;
  background: #fafafa;
}
.select-scroll-layout .menu-list .item .collapse > a,
.select-scroll-layout .menu-list .item .collapsing > a {
  font-size: 13px;
  height: 50px;
  line-height: 50px;
}
/* .modal.fade .modal-dialog.video-modal {
  -webkit-transition: -webkit-transform .5s ease-out;
  -o-transition: -o-transform .5s ease-out;
  transition: transform .5s ease-out;
  -webkit-transform: translate(0,100%);
  -ms-transform: translate(0,100%);
  -o-transform: translate(0,100%);
  transform: translate(0,100%);
}
.modal.in .modal-dialog.video-modal {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
} */
.modal-dialog.video-modal {
  width: 75%;
  max-width: 1400px;
}
@media (max-height: 960px) {
  .modal-dialog.video-modal {
    width: 75%;
    max-width: 1200px;
  }
}
@media (max-height: 900px) {
  .modal-dialog.video-modal {
    width: 75%;
    max-width: 900px;
  }
}
.modal-dialog.video-modal .modal-content {
  background: none;
  overflow: visible;
  box-shadow: none;
}
.modal-dialog.video-modal .modal-body {
  padding: 0;
}
.modal-dialog.video-modal .close-cont {
  position: relative;
  width: 100%;
  height: 50px;
}
.modal-dialog.video-modal .close-cont .close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  text-indent: 0;
  opacity: 1;
  font-size: 35px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-shadow: none;
  background-color: #000;
  border-radius: 4px 4px 0 0;
  opacity: 0;
  transition: 0.4s ease-in;
}
.modal.in .modal-dialog.video-modal .close-cont .close {
  opacity: 1;
}
.video-popup-box {
  position: relative;
}
.video-popup-box::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-popup-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-popup-container {
  background-color: #000;
}
.video-popup-container .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.video-popup-container .swiper-slide .oooo {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #000;
}
.video-popup-thumbs {
  background-color: #000;
  max-height: 148px;
}
.video-popup-thumbs .swiper-wrapper {
  padding: 5px;
  height: 100%;
}
.video-popup-thumbs .swiper-slide {
}
.video-popup-thumbs .swiper-slide .cover {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video-popup-thumbs .swiper-slide .cover::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.video-popup-thumbs .swiper-slide.swiper-slide-active .cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid red;
  position: absolute;
  top: 0;
  left: 0;
}
.video-popup-button-next,
.video-popup-button-prev {
  width: 72px;
  height: 72px;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: calc(50% - 45px);
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.swiper-button-disabled.video-popup-button-next,
.swiper-button-disabled.video-popup-button-prev {
  opacity: 0.5;
  display: none;
}
.video-popup-button-next:hover,
.video-popup-button-prev:hover {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
  color: #fff;
}
.video-popup-button-prev {
  left: -90px;
}
.video-popup-button-next {
  right: -90px;
}
.video-popup-container .media {
  position: relative;
}
.video-popup-container .youtube_img {
  width: 100%;
  padding-bottom: 56.25%;
}
.video-popup-container .play::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  cursor: pointer;
}
.video-popup-container .play::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.video-popup-container .play-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: rgba(245, 91, 91, 0.2);
}
.video-popup-container .play-btn::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.video-popup-container .pause-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: rgba(131, 91, 245, 0.2);
}
.video-popup-container .pause-btn::after {
  content: "\f04c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.video-popup-container .thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .swiper-button-disabled.video-popup-button-next,
  .swiper-button-disabled.video-popup-button-prev {
    display: inline-flex;
    opacity: 0.5;
  }
  .video-popup-button-next,
  .video-popup-button-prev {
    top: calc(100% + 44px);
    width: 56px;
    height: 56px;
    font-size: 24px;
    background-color: #000;
  }
  .video-popup-button-next {
    right: calc(50% - 61px);
  }
  .video-popup-button-prev {
    left: calc(50% - 61px);
  }
}
/* ----- form 관련 */
.contact-panel {
  position: relative;
}
.contact-panel .row {
  --bs-gutter-x: 40px;
}
.contact-title {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #111;
}
.contact-title h2 {
  font-size: 24px;
  font-weight: 700;
  color: #111;
}
.contact-title .required-txt {
  font-size: 16px;
  font-weight: 300;
  color: #ff3232;
}
.contact-footer {
  margin-top: 50px;
}
.agreement-group {
}
.agreement-group .agreement-title {
  font-size: 24px;
  font-weight: 700;
  color: #111;
  margin-bottom: 15px;
}
.agreement-group .agreement-cont {
  /* border: 1px solid #eee; */
  /* background-color: #f5f5f5; */
  background-color: #f2f2f2;
  /* padding: 15px 20px; */
  padding: 16px 24px;
  color: #676767;
  min-height: 100px;
  max-height: 150px;
  overflow: auto;
  border-radius: 12px;
}
.agreement-group .agreement-check {
  margin-top: 15px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.agreement-group .agreement-check > div {
  font-weight: 700;
  font-size: 18px;
}
.agreement-group .agreement-check .ck-box {
}
.agreement-group .agreement-check .ck-box label {
  margin: 0;
  font-weight: 300;
}
.agreement-box .ck-box {
  margin-top: 16px;
  padding-left: 12px;
}
.agreement-box .ck-box label {
  margin: 0 !important;
  font-size: 18px;

  position: relative;
  padding-left: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.agreement-box .ck-box label::before {
  content: "";
  border: 1px solid #cacaca;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background-color: #fff;
  border-radius: 4px;
}
.agreement-box .ck-box label::after {
  content: "\f00c";
  font-size: 12px;
  font-family: "Font Awesome 6 pro";
  position: absolute;
  left: 4px;
  top: 50%;
  color: #bbbbbb;
  transform: translateY(-50%);
}
.agreement-box .ck-box input[type="checkbox"] {
  display: none;
}
.agreement-box .ck-box input:checked + label::before {
  background-color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
  border-color: rgba(var(--bs-theme-1), var(--bs-opcity-10));
}
.agreement-box .ck-box input:checked + label::after {
  color: #fff;
}

/* @media (max-width: 767px) { */
@media (max-width: 998px) {
  .contact-title {
    padding-bottom: 12px;
    margin-bottom: 24px;
  }
  .contact-title h2 {
    font-size: 18px;
  }
  .contact-title .required-txt {
    font-size: 13px;
  }
  .agreement-group .agreement-check {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .agreement-group .agreement-check > div {
    text-align: center;
    word-break: keep-all;
  }
  .agreement-group .agreement-check .ck-box {
    margin-top: 30px;
    font-weight: 300;
  }
}
/* form 관련 ----- */
@media (max-width: 1024px) {
  /* Header */
  /* #header {
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #e5e5e5;
    z-index: 1015;
  }
  .header-cont {
    width: 100%;
    height: 50px;
    left: 0;
    top: 0;
    text-align: center;
  } */
  .header-cont > .m-util {
    background: none;
    border: 0;
    box-shadow: none;
  }

  .logo .mlogo {
    display: block;
  }
  .logo .wlogo {
    display: none;
  }
  .util li.user {
    display: none;
  }
  .util ul > li {
    padding: 0;
  }
  .util ul > li.w-login {
    display: none;
  }
  .util ul > li.login {
    position: inherit;
  }
  .util ul > li.login a {
    position: absolute;
    top: 0;
    right: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #eee;
    z-index: 1016;
    display: block;
  }
  .util ul > li a span {
    display: inline-block;
    text-indent: -9999999px;
  }
  /* toggle */
  .nav-toggle {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 50px;
    padding: 12px;
    text-align: center;
    z-index: 1016;
  }
  .nav-toggle span {
    height: 2px;
    background: #eee;
    margin: 5px 0;
    display: block;
    width: 20px;
  }
  .nav-toggle span:nth-child(2) {
    width: 20px;
  }
  .nav-toggle span:nth-child(3) {
    width: 20px;
  }
  .search-toggle {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #eee;
    z-index: 1016;
    display: block;
  }
  .search-toggle i {
    line-height: inherit;
    font-size: 18px;
  }

  .arrow-down {
    border-top: 5px solid #505050;
    position: absolute;
    top: 20px;
    right: 10px;
  }

  /* main swiper banner */
  /* .swiper-controls {
    background: #f5f5f5;
    border-bottom: solid 1px #ccc;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    border-radius: 0;
  }
  .swiper-controls .controls-box {
    width: 100%;
    height: 50px;
    left: 0;
    right: 50px;
    position: absolute;
  }

  .swiper-controls .controls-box .button-prev,
  .swiper-controls .controls-box .button-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .swiper-controls .controls-box .button-prev {
    left: 0;
    border-right: solid 1px #eee;
  }
  .swiper-controls .controls-box .button-next {
    right: 50px;
    border-left: solid 1px #eee;
  }

  .swiper-autoplay {
    width: 50px;
    height: 50px;
  }
  .swiper-autoplay .start-autoplay,
  .swiper-autoplay .stop-autoplay {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
  } */
  #sub-menu .navi li {
    margin: 0px;
  }
  #sub-menu .navi li a {
    display: inline-block;
    padding: 12px 13px;
    vertical-align: middle;
  }
  #sub-menu .navi li a span {
    display: inline-block;
    height: auto;
    padding: 0;
    font-size: 1rem;
  }
  #sub-menu .navi li a:hover span,
  #sub-menu .navi li.active a span {
    border-bottom: 0;
  }
  .navi li.active a span {
    font-weight: 700;
    color: #333;
  }

  /* 갤러리 */
  .gallery_wrap .owl-stage {
    padding-left: 0 !important;
  }
  .gallery_wrap li.gallery_box {
    padding: 0;
    margin: 0 5px;
  }
  .gallery_wrap li.gallery_box div.gallery_list {
    margin: 0 5px;
    height: auto;
  }
  .gallery_wrap li.gallery_box div.gallery_list dl {
    padding-top: 100%;
  }
  .gallery_wrap li.gallery_box div.gallery_list dl dd.desc {
    -webkit-line-clamp: 1;
  }

  /* footer */
  #footer {
    height: auto;
  }
  #subContainer {
    margin: 0px 0 40px;
  }
  #footer {
    position: relative;
  }

  .pageHeader-title-wrap {
    padding: 50px 0 35px;
  }
  .pageHeader-title-wrap .pageHeader-title {
    font-size: 50px;
  }
  .pageHeader-title-wrap .pageHeader-title::before {
    height: 12px;
  }
  .page-nav a {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .page-nav-select-wrap {
    display: block;
  }
  .page-subMenu,
  .page-nav-3depth {
    display: none;
  }
  .pageHeader-title-wrap .pageHeader-title {
    font-size: 42px;
  }
  .pageHeader-title-wrap .breadcrumb > li {
    font-size: 12px;
  }
  .modal-dialog.video-modal {
    width: 98%;
    margin: 0;
  }
  .video-popup-container .button-next,
  .video-popup-container .button-prev {
    font-size: 24px;
  }
  #sub-menu .navi {
    display: flex;
    flex: 1;
  }
  .menuScroll {
    overflow-x: auto;
  }
}
@media (max-width: 576px) {
  .pageHeader-title-wrap .pageHeader-title {
    font-size: 32px;
  }
  .main-sns .sns-link .txt p {
    font-size: 13px;
  }
  .main-sns .sns-link .img-box img {
    width: 20px;
    height: 20px;
  }
}

/* new css 2025/04/16 */
body:has(.section.title)::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 230px;
  background: url(../img/main_background.png) 0 0 no-repeat;
  background-size: cover;
  opacity: 0.4;
  top: 80px;
  left: 0;
  z-index: -2;
}
.hp-layout {
  margin-top: 80px;
}
.section {
  display: flex;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 80px;
}

/* section1 title */
.section.title {
  margin-top: 70px;
}
.section.title .left-box {
  width: 70%;
  padding-right: 10%;
}
.section.title .left-box h2 {
  font-size: 32px;
  font-weight: 900;
  color: #425b33;
  padding: 8px 20px 32px 20%;
  position: relative;
  display: inline-block;
}
.section.title .left-box h2::after {
  position: absolute;
  content: "";
  top: 9px;
  right: 8px;
  width: 2px;
  height: 32px;
  background-color: #767676;
}
.section.title .left-box h5 {
  padding: 0 20px 0 18%;
  font-weight: 300;
  font-size: 16px;
}
.section.title .right-box {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.section.title .right-box .search-cont {
  position: relative;
}
.section.title .right-box .search-box {
  border: solid 3px #7fbc03;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 50px;
  width: 80%;
  display: flex;
  overflow: hidden;
}
.section.title .right-box .search-box input {
  border: none;
  padding: 16px 12px 16px 24px;
  font-size: 16px;
  width: calc(100% - 100px);
}
.section.title .right-box .search-box input:focus {
  border: none;
  outline: none;
}
.section.title .right-box .search-box button {
  width: 100px;
  background-color: #7fbc03;
  box-shadow: 0 0 0 2px #7fbc03;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  gap: 4px;
}
.section.title .right-box .tag-box {
  display: flex;
  gap: 12px;
  margin-top: 8px;
  padding-left: 12px;
}
.section.title .right-box .tag-box > div {
  font-size: 14px;
  padding: 8px 16px;
  border-radius: 4px;
  background-color: #eee;
}
.search-cont .bg-deco {
  position: absolute;
  background: url(../img/main_deco.png) 0 0 no-repeat;
  background-size: contain;
  width: 150px;
  height: 140px;
  bottom: 0;
  right: 0;
  z-index: -1;
}

/* section2 slide */
.section.introduce > .slide {
  width: 65%;
  padding-right: 20px;
  position: relative;
}
.section.introduce > .slide h3 {
  padding-top: 4px;
  margin-bottom: 24px;
  font-weight: 700;
}
.main-banner-swiper {
  border-radius: 12px;
}
.main-banner-swiper .swiper-slide {
  height: 328px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;

  opacity: 0.4;
}
.main-banner-swiper .swiper-slide.active {
  /* width: 444px !important;
  transition: all 0.5s ease 0s; */
  opacity: 1;
}
.main-banner-swiper .swiper-slide .inner,
.main-banner-swiper .swiper-slide .inner.aTag {
  opacity: 0.6;
  transition: opacity 0.2s ease 0s, width 0s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* backdrop-filter: blur(4px); */
  background: rgba(0, 0, 0, 0.4);
  border-radius: 12px;
  color: #fff;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.inner .tit {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 8px;
}
.main-banner-swiper .swiper-slide.active .inner {
  transition: opacity 1s ease 0s, width 0s ease 0s;
  opacity: 1;
}
.main-banner-swiper .swiper-slide .inner.aTag {
  justify-content: space-between;
}
.main-banner-swiper .swiper-slide .inner.aTag .icon-box {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  font-size: 16px;
}
.section.introduce .swiper-controls {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
}
.section.introduce .swiper-pagination,
.section.introduce .button-prev,
.section.introduce .button-next {
  position: static;
  width: auto;
  height: 100%;
}
.section.introduce .swiper-pagination {
  width: 40px;
  margin-right: 20px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 700;
}
.section.introduce .button-prev,
.section.introduce .button-next {
  cursor: pointer;
  width: 44px;
  height: 44px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #7fbc03;
  border-radius: 50px;
  transition: all 0.1s ease 0s;
}
.section.introduce .button-prev:hover,
.section.introduce .button-next:hover {
  background-color: #7fbc03;
  color: #fff;
  transition: all 0.1s ease 0s;
}

/* section2 tab */
.section.introduce > .tab {
  width: 35%;
  padding-left: 20px;
}
.section.introduce > .tab .menu-box {
  height: 56px;
  display: flex;
  gap: 0;
  border-bottom: solid 1px #767676;
}
.menu-box > button,
.menu-box > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background-color: #fff;
  font-size: 16px;
  width: 25%;
  text-decoration: none;
  color: inherit;
}
.menu-box > button.active {
  border-radius: 12px 12px 0 0;
  background-color: #7fbc03;
  color: #fff;
  font-weight: 700;
}
.tab .info-box {
  padding: 28px 20px 12px 20px;
}
.tab ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.tab .item a {
  display: flex;
  align-items: center;
  width: 100%;
}
.tab .item a:hover {
  color: #000;
  text-decoration: none;
}
.tab .item a:hover .item-det {
  color: #7fbc03;
  transition: all 0.1s ease 0s;
}
.item .item-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  padding: 20px 0;
  background-color: #ddd;
  border-radius: 12px;
}
.item .item-det {
  padding-left: 12px;
  font-size: 16px;
  font-weight: 700;
  width: calc(100% - 68px);

  transition: all 0.1s ease 0s;
}
.item .item-det > p:nth-child(1) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item .date {
  font-size: 14px;
  font-weight: 500;
  padding-top: 4px;
}

/* section3 go-to */
.section.go-to {
  margin-top: 60px;
  margin-bottom: 100px;
}
.section.go-to > a {
  width: 50%;
  height: 120px;
  border-radius: 12px;
  color: #fff;
}
.section.go-to > a:hover,
.section.go-to > a:focus {
  text-decoration: none;
  color: #fff;
}
.blur-box {
  backdrop-filter: blur(4px);
}
.section.go-to .blur-box {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  padding: 20px 32px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.5s ease 0s;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section.go-to .left-box {
  margin-right: 10px;
  background: url(../img/goto_1.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.section.go-to .right-box {
  margin-left: 10px;
  background: url(../img/goto_2.jpg) 50% 50% no-repeat;
  background-size: cover;
}
.section.go-to .txt {
  font-size: 16px;
  line-height: 1.75rem;
  font-weight: 700;
}
.section.go-to .arrow-button {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding-right: 20px;
  position: relative;
}
.section.go-to .arrow {
  background: url(../img/arrow.png) 50% 50% no-repeat;
  background-size: contain;
  width: 56px;
  height: 12px;

  position: absolute;
  right: -4px;
  bottom: -4px;
  z-index: 1;
}
.section.go-to .arrow-button::before {
  position: absolute;
  content: "";
  right: -6px;
  bottom: -8px;
  width: 20px;
  height: 20px;
  border-radius: 50px;
  background-color: #fff;
}
.section.go-to > a:hover .blur-box {
  background-color: rgba(0, 0, 0, 0.6);
  transition: all 0.5s ease 0s;
}

/* animation */
.section.title .left-box h3,
.section.title .left-box h2,
.section.title .left-box h5,
.search-cont .bg-deco,
.section.title .right-box .search-box,
.section.title .right-box .tag-box {
  opacity: 0;
  transform: translateY(20px);
  animation: slideUp 0.6s ease-out forwards;
}
.section.title .left-box h3,
.search-cont .bg-deco {
  animation-delay: 0s;
}
.section.title .left-box h2,
.section.title .right-box .search-box {
  animation-delay: 0.3s;
}
.section.title .left-box h5,
.section.title .right-box .tag-box {
  animation-delay: 0.6s;
}
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.section.title .left-box h2::after {
  animation: clicker 1s step-end infinite;
}
@keyframes clicker {
  50% {
    opacity: 0;
  }
}

.section.go-to > a .arrow-button p,
.section.go-to > a .arrow-button .arrow {
  transform: translateX(0);
  transition: transform 0.3s ease;
}
.section.go-to > a:hover .arrow-button p {
  transform: translateX(-4px);
}
.section.go-to > a:hover .arrow-button .arrow {
  transform: translateX(6px);
}
.section.go-to .arrow-button::before {
  transform: translateX(0);
  opacity: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.section.go-to > a:hover .arrow-button::before {
  opacity: 1;
  transform: translateX(6px);
}

@media (max-width: 1200px) {
  .section.title .right-box .search-box {
    width: 90%;
  }
  .section.introduce {
    flex-direction: column;
    gap: 24px;
  }
  .section.introduce > div {
    width: 100% !important;
    padding: 0 !important;
  }
  .section.go-to {
    margin-top: 20px;
  }
}
@media (max-width: 1024px) {
  .hp-layout {
    margin-top: 60px;
  }
  body:has(.section.title)::before {
    height: 320px;
    top: 60px;
  }
  .section.title {
    flex-direction: column;
    gap: 24px;
  }
  .section.title .left-box {
    width: 100%;
    padding: 0;
  }
  .section.title .right-box {
    width: 100%;
    align-items: flex-end;
  }
  .section.introduce {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .section.title {
    gap: 48px;
  }
  .section.title .left-box h2,
  .section.title .left-box h5 {
    padding-left: 0;
  }
  .search-cont .bg-deco,
  .section.title .right-box .tag-box {
    display: none;
  }
  .section.title .right-box .search-cont,
  .section.title .right-box .search-box {
    width: 100%;
  }
  .main-banner-swiper .swiper-slide.active {
    /* width: 100% !important; */
  }
}
@media (max-width: 600px) {
  body:has(.section.title)::before {
    height: 290px;
  }
  .section.title {
    gap: 20px;
  }
  .section.title .left-box h5 {
    display: none;
  }
  .section.introduce {
    margin-top: 80px;
  }
  .section.go-to {
    flex-direction: column;
    gap: 12px;
  }
  .section.go-to > a {
    margin: 0 !important;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .section.introduce .button-prev,
  .section.introduce .button-next {
    display: none;
  }
  .section.introduce .swiper-controls {
    top: 10px;
  }
  .tab .info-box {
    padding: 20px 12px;
  }
  .menu-box > button,
  .menu-box > a {
    font-size: 14px;
  }
  .menu-box > a i {
    display: none;
  }
  .section.go-to .blur-box {
    padding: 20px 24px;
  }
}

/* 서브페이지 */
.custom-container {
  display: flex;
  max-width: 1280px;
  padding: 0 20px;
  margin: 0 auto;
}
.pageHeader-title-wrap {
  padding: 40px 0;
  margin-top: 80px;
  text-align: center;
  background: url(../img/sub-background.jpg) 50% 50% no-repeat;
  background-size: cover;
}
#subContainer > .container {
  margin-top: 0;
}
.mypage-subMenu {
  min-width: 250px;
  max-width: 250px;
}
.page-subMenu {
  position: relative;
  /* 서브페이지 사이드바 고정 */
  /* position: sticky;
  top: 220px;
  left: 0; */
}
.mypage-subMenu .page-nav {
  width: 100%;
  z-index: 2;
  top: -56px;
}
.page-nav {
  display: flex;
  flex-direction: column;
  position: absolute;
  left: 0;
  text-align: left;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.mypage-subMenu .pageHeader-title {
  background-color: #51740b;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  width: 100%;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.pageHeader-title-wrap .custom-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  max-width: 1280px;
  padding: 0 20px;
  padding-left: 320px;
  margin: 0 auto;
}
.pageHeader-title-wrap .pageHeader-title {
  font-size: 32px;
}
.pageHeader-title-wrap .breadcrumb {
  margin-top: 12px;
}
.page-nav a {
  position: relative;
  display: inline-block;
  font-size: 19px;
  margin: 0 15px;
  color: #676767;
  font-weight: 300;
}
.mypage-subMenu .page-nav a {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 18px 20px 18px 24px;
  border-bottom: solid 1px #dcdcdc;
  background-color: #fff;
  font-size: 16px;
}
.mypage-subMenu .page-nav a:nth-child(2) {
  /* border-top: solid 1px #dcdcdc; */
}
.mypage-subMenu .page-nav a:hover {
  text-decoration: none;
  color: #51740b;
  font-weight: 700;
}
.page-nav a.active {
  font-weight: 700;
  color: #fff;
  background-color: #7fbc03;
}
.page-nav a.active:hover {
  color: #fff;
}
.sub-cont {
  width: 75%;
  margin-top: 40px;
  min-width: calc(75% - 200px);
  margin-left: 60px;
}
@media (max-width: 1024px) {
  .pageHeader-title-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 768px) {
  .page-nav-select-wrap {
    display: block;
    margin-top: 60px;
  }
  .pageHeader-title-wrap {
    margin-top: 0px;
  }
  .pageHeader-title-wrap .custom-container {
    align-items: center;
    padding-left: 20px;
  }
  .mypage-subMenu {
    display: none;
  }
  .sub-cont {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}

/* new footer */
#footer {
  position: relative;
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
  margin-top: auto;
  background-color: #fff;
  color: #555;
}
#footer > *,
#footer > * * {
  color: #555 !important;
}
#footer .container {
  padding: 0;
}
#footer .footer-layout {
  display: flex;
  justify-content: space-between;
}
#footer .footer-info {
  display: flex;
  margin-top: 0;
  width: 100%;
}
#footer .left-box {
  width: 20%;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
#footer .left-box a {
  display: inline-block;
  max-width: 200px;
  margin-bottom: 42px;
}
#footer .right-box {
  width: 80%;
}
#footer .footer-submenu {
  display: flex;
  gap: 40px;
  width: 100%;
  font-size: 15px;
  border-bottom: solid 2px #ddd;
  padding: 0 4px 12px 4px;
  margin-bottom: 20px;
}
#footer .footer-submenu .menu {
  position: relative;
  font-weight: 700;
}
#footer .footer-submenu .menu:focus,
#footer .footer-submenu .menu:hover {
  text-decoration: none;
}
#footer .footer-admin {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer .footer-admin ul {
  padding-left: 4px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
}
#footer .footer-admin ul li {
  display: flex;
  gap: 20px;
}
#footer .footer-admin ul li p {
  display: flex;
  gap: 6px;
}
#footer .footer-info .copyright {
  font-size: 13px;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  #footer {
    position: relative;
    padding: 24px 0;
  }
  #footer .footer-layout {
    display: block;
  }
  #footer .left-box {
    width: 30%;
  }
  #footer .right-box {
    width: 70%;
  }
  #footer .footer-submenu {
    gap: 28px;
  }
  #footer .footer-admin {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  #footer .footer-info .copyright {
    font-size: 11px;
  }
}
@media (max-width: 768px) {
  #footer .footer-info {
    flex-direction: column;
    gap: 0;
    font-size: 14px;
  }
  #footer .left-box {
    display: none;
  }
  #footer .right-box {
    width: 100%;
  }
  #footer .footer-admin ul {
    margin-right: 16px;
  }
}
@media (max-width: 480px) {
  #footer .footer-submenu {
    flex-wrap: wrap;
    gap: 8px;
  }
  #footer .footer-submenu li {
    margin-right: 24px;
  }
  #footer .footer-admin ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  #footer .footer-admin ul li {
    flex-direction: column;
    gap: 4px;
  }
}

#google_translate_element {
  position: fixed;
  right: 5px;
  bottom: -15px;
  z-index: 99;
}
body > .skiptranslate,
.goog-logo-link,
.gskiptranslate,
.goog-te-gadget span,
.goog-te-banner-frame,
#goog-gt-tt,
.goog-te-balloon-frame,
div#goog-gt- {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}
.goog-text-highlight {
  background: none !important;
  box-shadow: none !important;
}
#google_translate_element > div > div {
  position: relative;
  min-width: 168px;
  height: 60px;
}
#google_translate_element > div > div > select::-ms-expand {
  display: none;
}

#google_translate_element > div > div:after {
  content: ">";
  font: 17px "Consolas", monospace;
  color: #333;
  transform: rotate(90deg);
  right: 12px;
  top: 18px;
  position: absolute;
  pointer-events: none;
}
#google_translate_element > div > div > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 168px;
  height: 46px;
  float: right;
  margin: 5px 0px;
  padding: 0px 18px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
  border-radius: 10px;
}
.goog-te-gadget {
  color: transparent !important;
  font-size: 0px;
}

/* pagination */
.pagination {
  justify-content: center;
  gap: 4px;
}
.pagination > li > a,
.pagination > li > span,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  width: 100%;
  height: 100%;
  border-radius: 12px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background-color: #7fbc03 !important;
  /* padding-top: 2.5px !important; */
}
.pagination > li > a,
.pagination > li > span {
  background-color: transparent !important;
}
.pagination > li:hover > a,
.pagination > li:hover > span {
  background-color: #d0d6cc !important;
}

.contact-cont {
  margin-bottom: 80px;
}
.contact-box {
  padding: 56px 0;
  border-bottom: dashed 2px #ddd;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-box:nth-child(1) {
  padding-top: 0;
}
.contact-box:nth-child(3) {
  padding-bottom: 0;
  border: none;
}
.contact-box .title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 20px;
}
.contact-box .title h2 {
  font-size: 28px;
  font-weight: 700;
}
.required-txt {
  font-size: 16px;
  color: #f00;
}
.form-inputBox {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 8px;
}
.form-inputBox:nth-last-child(1) {
  margin-bottom: 0;
}
.form-labelTxt {
  margin-bottom: 0;
  font-weight: 300;
  font-size: 16px;
}
.contact-input {
  height: 56px;
  border-radius: 12px;
  border: none;
  background-color: #f2f2f2;
  box-shadow: none;
  font-size: 16px;
  padding-left: 24px;
}
.contact-input:hover,
.contact-input:active,
.contact-input:focus {
  box-shadow: none;
  outline: none;
}
.contact-cont .editor-content {
  margin: 0 !important;
}
.contact-cont .editor-content .ck.ck-editor__main {
  margin: 0;
}
.contact-footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.contact-footer .contact-btn {
  width: 100%;
  max-width: 400px;
  height: 72px;
  border: none;
  border-radius: 100px;
  background-color: #51740b;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  transition: all 0.1s ease;
}
.contact-footer .contact-btn:hover {
  background-color: rgba(81, 116, 11, 0.8);
  transition: all 0.1s ease;
}
.admin-cont {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 576px) {
  .contact-box .title h2 {
    font-size: 24px;
  }
  .contact-box .title {
    align-items: flex-start;
    flex-direction: column;
  }
  .agreement-box .ck-box label {
    word-break: keep-all;
    font-size: 14px;
  }
  .contact-footer .contact-btn {
    height: 56px;
    font-size: 16px;
  }
}
