@charset "UTF-8";
/*=================================================
    컬러
=================================================*/
/*=================================================
    폰트
=================================================*/
/*=================================================
    미디어쿼리
=================================================*/
/*=================================================
            공통 레이아웃
=================================================*/
html {
  min-width: 320px;
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Pretendard", "맑은 고딕", "Apple SD Gothic Neo", sans-serif;
  background-color: #fff;
  line-height: 1.15;
  color: #111 !important;
  letter-spacing: -0.02em;
  padding-top: 115px;
}
@media screen and (max-width: 991.98px) {
  body {
    padding-top: 64px;
  }
}

#page-content-wrapper {
  position: relative;
  background-color: #fff;
}

.inner-content-wrapper {
  padding: 223px 0 262px;
}
@media screen and (max-width: 991.98px) {
  .inner-content-wrapper {
    padding: 90px 0;
  }
}

.area {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1692px;
}
@media screen and (max-width: 1920px) {
  .area {
    max-width: 1792px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .area {
    max-width: 1730px;
    padding-left: 19px;
    padding-right: 19px;
  }
}

.area2 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1540px;
}
@media screen and (max-width: 1920px) {
  .area2 {
    max-width: 1640px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  .area2 {
    max-width: 1578px;
    padding-left: 19px;
    padding-right: 19px;
  }
}

#mb_login,
#fboardlist,
#bo_sch,
#bo_v,
.area3 {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 1920px) {
  #mb_login,
  #fboardlist,
  #bo_sch,
  #bo_v,
  .area3 {
    max-width: 1240px;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 991.98px) {
  #mb_login,
  #fboardlist,
  #bo_sch,
  #bo_v,
  .area3 {
    max-width: 1178px;
    padding-left: 19px;
    padding-right: 19px;
  }
}
#mb_login.board,
#fboardlist.board,
#bo_sch.board,
#bo_v.board,
.area3.board {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 991.98px) {
  #mb_login.board,
  #fboardlist.board,
  #bo_sch.board,
  #bo_v.board,
  .area3.board {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#mb_login.board header,
#fboardlist.board header,
#bo_sch.board header,
#bo_v.board header,
.area3.board header {
  position: relative;
  z-index: 11;
}
#mb_login #fboardlist,
#mb_login #bo_v,
#mb_login .area3,
#fboardlist #fboardlist,
#fboardlist #bo_v,
#fboardlist .area3,
#bo_sch #fboardlist,
#bo_sch #bo_v,
#bo_sch .area3,
#bo_v #fboardlist,
#bo_v #bo_v,
#bo_v .area3,
.area3 #fboardlist,
.area3 #bo_v,
.area3 .area3 {
  max-width: none;
  padding: 0;
}
#mb_login + .area3,
#fboardlist + .area3,
#bo_sch + .area3,
#bo_v + .area3,
.area3 + .area3 {
  padding-top: 0;
}

#mb_login {
  max-width: 540px !important;
}

/*=================================================
            공통 요소
=================================================*/
.relative {
  position: relative !important;
}

.bg-point {
  background-color: #3e7c4b !important;
}

.font-point {
  color: #3e7c4b !important;
}

.font-gmarket {
  font-family: "GmarketSans", "Pretendard", "맑은 고딕", sans-serif !important;
}

.font-400 {
  font-weight: 400 !important;
}

.flex {
  display: flex !important;
}

.none {
  display: none !important;
}

.block {
  display: block !important;
}

.inline-block {
  display: inline-block !important;
}

.flex {
  display: flex !important;
}

@media screen and (min-width: 350px) {
  .none-xs {
    display: none !important;
  }
}

@media screen and (min-width: 350px) {
  .block-xs {
    display: block !important;
  }
}

@media screen and (min-width: 544px) {
  .none-sm {
    display: none !important;
  }
}

@media screen and (min-width: 544px) {
  .block-sm {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .none-md {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .block-md {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .inline-block-md {
    display: inline-block !important;
  }
}

@media screen and (min-width: 992px) {
  .none-lg {
    display: none !important;
  }
}

@media screen and (min-width: 992px) {
  .block-lg {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .none-xl {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .block-xl {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  .inline-block-xl {
    display: inline-block !important;
  }
}

@media screen and (min-width: 1500px) {
  .none-xxl {
    display: none !important;
  }
}

@media screen and (min-width: 1500px) {
  .block-xxl {
    display: block !important;
  }
}

@media screen and (min-width: 1300px) {
  .none-1300 {
    display: none !important;
  }
}

@media screen and (min-width: 1300px) {
  .block-1300 {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .flex-lg {
    display: flex !important;
  }
}

@media screen and (min-width: 1200px) {
  .flex-xl {
    display: flex !important;
  }
}

@media screen and (max-width: 543.98px) {
  .sm-none {
    display: none;
  }
}

@media screen and (max-width: 767.98px) {
  .md-none {
    display: none;
  }
}

@media screen and (max-width: 991.98px) {
  .lg-none {
    display: none;
  }
}

@media screen and (max-width: 1199.98px) {
  .xl-none {
    display: none !important;
  }
}

@media screen and (max-width: 1499.98px) {
  .xxl-none {
    display: none !important;
  }
}

/*=================================================
            Header
=================================================*/
#sonamu_gnb {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  z-index: 9999;
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb {
    justify-content: center;
    padding: 0;
    height: 64px;
    overflow: hidden;
  }
}
#sonamu_gnb .mobile-nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
#sonamu_gnb .mobile-nav {
  position: fixed;
  top: 0;
  left: calc(-80% - 35px);
  width: 80%;
  height: 100vh;
  background: white;
  z-index: 999;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  transition: left 0.3s ease;
  display: flex;
  flex-direction: column;
}
#sonamu_gnb .mobile-nav .nav-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
  padding: 0 15px;
  font-size: 14px;
  background-color: #3e7c4b;
  color: #fff;
}
#sonamu_gnb .mobile-nav .nav-header .logo {
  height: 40px;
}
#sonamu_gnb .mobile-nav .nav-header .right-txt {
  margin-top: auto;
  padding-bottom: 12px;
}
#sonamu_gnb .mobile-nav .nav-header .btn-close {
  position: absolute;
  top: 62px;
  right: -29px;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: #e0e0e0;
  background-color: #fff;
  cursor: pointer;
}
#sonamu_gnb .mobile-nav .nav-header .btn-close:hover {
  color: #3e7c4b;
}
#sonamu_gnb .mobile-nav .nav-menu {
  padding: 0;
  border-top: 1px solid #ddd;
}
#sonamu_gnb .mobile-nav .nav-menu > li > a {
  display: block;
  padding: 9px 20px;
  font-size: 18px;
  cursor: pointer;
}
#sonamu_gnb .mobile-nav .nav-menu > li.has-submenu > a {
  padding: 15px 20px;
}
#sonamu_gnb .mobile-nav .nav-menu > li.has-submenu .sub-menu {
  margin-bottom: 10px;
  list-style: none;
  padding-left: 10px;
  padding: 10px 0;
  font-size: 16px;
  background: #f9f6ef;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
#sonamu_gnb .mobile-nav .nav-menu > li.has-submenu .sub-menu li {
  padding: 7px 20px;
}
#sonamu_gnb .mobile-nav .nav-menu > li.has-submenu .sub-menu li.active {
  color: #3e7c4b;
}
#sonamu_gnb .mobile-nav .nav-menu > li.active > a {
  color: #3e7c4b;
}
#sonamu_gnb .mobile-nav.open {
  left: 0;
}
#sonamu_gnb .mobile-nav-overlay.show {
  opacity: 1;
  visibility: visible;
}
#sonamu_gnb .mobile-gnb {
  display: none;
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb .mobile-gnb {
    display: block;
  }
}
#sonamu_gnb .btn-mobile-menu {
  display: none;
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb .btn-mobile-menu {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 25px;
    z-index: 999;
    cursor: pointer;
  }
}
#sonamu_gnb .btn-mobile-menu img {
  width: 24px;
  height: 17px;
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb h1,
  #sonamu_gnb .menu-list > li,
  #sonamu_gnb .login-list {
    padding: 0;
  }
}
#sonamu_gnb h1 {
  width: auto;
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb h1 {
    width: 137px;
  }
}
#sonamu_gnb h1 .logo {
  width: 227px;
  white-space: nowrap;
}
@media screen and (max-width: 1709.98px) {
  #sonamu_gnb h1 .logo {
    width: 13.282621416vw;
  }
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb h1 .logo {
    width: 137px;
  }
}
#sonamu_gnb .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: clamp(17px, 1.2vw, 24px);
  gap: clamp(14px, 1vw, 20px);
  height: 110px;
  row-gap: 30px;
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb .inner {
    justify-content: center;
    font-size: unset;
    gap: unset;
    row-gap: unset;
    flex-wrap: unset;
  }
}
#sonamu_gnb .menu-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: clamp(16px, 2.5vw, 43px);
  height: 100%;
}
@media screen and (max-width: 1199.98px) {
  #sonamu_gnb .menu-list {
    gap: 20px;
  }
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb .menu-list {
    display: none;
  }
}
#sonamu_gnb .menu-list > li {
  position: relative;
  font-weight: 600;
  height: 100%;
  letter-spacing: -0.02em;
}
#sonamu_gnb .menu-list > li > a {
  display: flex;
  align-items: center;
  height: 100%;
}
#sonamu_gnb .menu-list > li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: 64px;
  height: 3px;
  background-color: #3e7c4b;
  transform: translateX(-50%);
  opacity: 0;
}
#sonamu_gnb .menu-list > li.active:after {
  opacity: 1;
}
#sonamu_gnb .menu-list > li:hover:after {
  opacity: 1;
}
#sonamu_gnb .menu-list > li:hover .submenu-wrap {
  height: auto;
  opacity: 1;
}
#sonamu_gnb .submenu-wrap {
  position: absolute;
  top: 110px;
  left: 50%;
  height: 0;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  background-color: #fff;
  transform: translateX(-50%);
  overflow: hidden;
  opacity: 0;
  padding-bottom: 5px;
  transition: opacity 0.2s;
}
@media screen and (max-width: 1499.98px) {
  #sonamu_gnb .submenu-wrap {
    top: 107px;
    font-size: 1.6010673783vw;
  }
}
#sonamu_gnb .submenu-wrap li:nth-child(1) {
  padding-top: 10px;
}
#sonamu_gnb .submenu-wrap li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 24px;
}
#sonamu_gnb .submenu-wrap li.active {
  color: #3e7c4b;
}
#sonamu_gnb .login-list {
  position: relative;
  top: auto;
  right: auto;
  transform: none;
  display: flex;
  align-items: center;
  color: #3e7c4b;
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb .login-list {
    position: absolute;
    top: 50%;
    right: 25px;
    font-size: 14px;
    transform: translateY(-50%);
    display: block;
  }
}
#sonamu_gnb .login-list .register-txt {
  display: block;
}
#sonamu_gnb .login-list .register-txt:after {
  content: "|";
  margin: 0 15px;
}
@media screen and (max-width: 1709.98px) {
  #sonamu_gnb .login-list .register-txt:after {
    margin: 0 7px;
  }
}
@media screen and (max-width: 1280px) {
  #sonamu_gnb .login-list .register-txt {
    display: none;
  }
}

footer {
  padding: 40px 0;
  border-top: 12px solid #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  footer {
    padding: 30px 0;
    border-width: 6px;
  }
}
.has-fixed-footer footer {
  padding-bottom: 290px;
}
@media screen and (max-width: 1600px) {
  .has-fixed-footer footer {
    padding-bottom: 100px;
  }
}
.has-fixed-footer footer .btn-top {
  bottom: 260px;
}
@media screen and (max-width: 1600px) {
  .has-fixed-footer footer .btn-top {
    bottom: 90px;
  }
}
footer .area {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 1500px) {
  footer .area {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 50px;
    align-items: center;
    padding: 0 50px;
  }
}
@media screen and (max-width: 991.98px) {
  footer .area {
    gap: 20px;
    padding: 0 20px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1500px) {
  footer .area .info-wrap {
    order: 2;
  }
}
footer .area .info-wrap h3 {
  font-size: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1499.98px) {
  footer .area .info-wrap h3 {
    font-size: 20px;
  }
}
footer .area .info-wrap p {
  font-size: 24px;
  margin-top: 15px;
}
@media screen and (max-width: 1499.98px) {
  footer .area .info-wrap p {
    font-size: 18px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 543.98px) {
  footer .area .info-wrap p {
    font-size: 15px;
  }
}
footer .area .info-wrap p.mo {
  display: none;
}
@media screen and (max-width: 1500px) {
  footer .area .info-wrap p.mo {
    display: block;
  }
}
@media screen and (max-width: 1500px) {
  footer .area .info-wrap p.pc {
    display: none;
  }
}
footer .area img {
  width: 118px;
  height: 118px;
}
@media screen and (max-width: 1500px) {
  footer .area img {
    order: 1;
  }
}
@media screen and (max-width: 991.98px) {
  footer .area img {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1500px) {
  footer .area .right-wrap {
    order: 3;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    gap: 50px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991.98px) {
  footer .area .right-wrap {
    gap: 20px;
    flex-wrap: wrap;
  }
}
footer .area .right-wrap p {
  text-align: right;
  margin-top: 15px;
  font-size: 24px;
}
@media screen and (max-width: 1500px) {
  footer .area .right-wrap p {
    text-align: left;
  }
}
@media screen and (max-width: 1499.98px) {
  footer .area .right-wrap p {
    font-size: 18px;
  }
}
@media screen and (max-width: 543.98px) {
  footer .area .right-wrap p {
    font-size: 15px;
  }
}
footer .area .right-wrap p.agree {
  text-decoration: underline;
  cursor: pointer;
}
footer .area .right-wrap p.mo {
  display: none;
}
@media screen and (max-width: 1500px) {
  footer .area .right-wrap p.mo {
    display: block;
  }
}
@media screen and (max-width: 1500px) {
  footer .area .right-wrap p.pc {
    display: none;
  }
}
footer .btn-top {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 9999;
  cursor: pointer;
  display: none !important;
}
@media screen and (max-width: 991.98px) {
  footer .btn-top {
    display: block;
    right: 15px;
    bottom: 15px;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  width: 382px;
  height: 152px;
  background-color: #3e7c4b;
  color: #fff;
  z-index: 1000;
  border-top-right-radius: 20px;
  transform: scale(0.85);
  transition: transform 0.4s, height 0.4s;
  transform-origin: left bottom;
}
@media screen and (max-width: 1600px) {
  .fixed-footer {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    align-items: center;
    width: 100% !important;
    height: 64px !important;
    padding: 20px 16px;
    transform: scale(1);
  }
}
.fixed-footer.mouseover {
  transform: scale(1);
  height: 195px;
}
.fixed-footer.mouseover .left .logo {
  width: 190px;
  height: 190px;
}
.fixed-footer.mouseover .left .logo img {
  width: 137px;
}
.fixed-footer.mouseover .left .text-group .title {
  font-size: 30px;
}
.fixed-footer.mouseover .left .text-group .day {
  font-size: 24px;
}
.fixed-footer.active {
  width: 100%;
  height: 195px;
  transition: width 0.4s;
  transform: scale(1);
  border-top-right-radius: 0;
}
.fixed-footer.active .left .logo {
  width: 190px;
  height: 190px;
}
.fixed-footer.active .left .logo img {
  width: 137px;
}
.fixed-footer.active .left .text-group .title {
  font-size: 30px;
}
.fixed-footer.active .left .text-group .day {
  font-size: 24px;
}
.fixed-footer.active .right {
  opacity: 1;
  pointer-events: initial;
  transition: all 0.4s 0.1s;
}
.fixed-footer.active .btn-fixed-close {
  display: block;
}
.fixed-footer .btn-fixed-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  display: none;
  cursor: pointer;
  filter: invert(1);
}
@media screen and (max-width: 1600px) {
  .fixed-footer .btn-fixed-close {
    display: none;
  }
}
.fixed-footer .mobile-text {
  display: none;
}
@media screen and (max-width: 1600px) {
  .fixed-footer .mobile-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.fixed-footer .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1600px) {
  .fixed-footer .container {
    display: none;
  }
}
.fixed-footer .left {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 382px;
  height: 100%;
  padding-right: 32px;
  text-align: right;
  cursor: pointer;
}
.fixed-footer .left .logo {
  position: absolute;
  top: -94px;
  left: -4px;
  width: 159px;
  height: 159px;
  border-radius: 50%;
  background-color: #3e7c4b;
  z-index: 1;
  transition: all 0.4s;
}
@media screen and (max-width: 1499.98px) {
  .fixed-footer .left .logo {
    display: none;
  }
}
.fixed-footer .left .logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 126px;
  height: auto;
  transform: translate(-50%, -50%);
  transition: width 0.4s;
}
.fixed-footer .left .text-group {
  z-index: 2;
  margin-left: auto;
}
.fixed-footer .left .text-group .day {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  color: #f6cb42;
  transition: font-size 0.4s;
}
.fixed-footer .left .text-group .title {
  font-size: 28px;
  font-weight: 900;
  transition: font-size 0.4s;
}
.fixed-footer .right {
  flex: 1;
  display: flex;
  border-left: 3px solid #fff;
  opacity: 0;
  padding-right: 114px;
  pointer-events: none;
}
.fixed-footer .right .inner {
  display: flex;
  gap: 125px;
  min-width: 1262px;
}
@media screen and (max-width: 1850px) {
  .fixed-footer .right .inner {
    gap: 50px;
  }
}
@media screen and (max-width: 1670px) {
  .fixed-footer .right .inner {
    gap: 20px;
  }
}
 .fixed-footer .right .inner form {
display: flex;
gap: 20px;
justify-contents: space-between;
  }
.fixed-footer .form {
  padding-left: 40px;
}
.fixed-footer .form .inner-wrap {
  display: flex;
}
.fixed-footer .form .form-item {
  display: flex;
  flex-direction: column;
}
.fixed-footer .form .form-item:not(:last-child) {
  margin-right: 45px;
}
@media screen and (max-width: 1670px) {
  .fixed-footer .form .form-item:not(:last-child) {
    margin-right: 24px;
  }
}
.fixed-footer .form .form-item:nth-child(1) {
  width: 217px;
}
@media screen and (max-width: 1670px) {
  .fixed-footer .form .form-item:nth-child(1) {
    width: 170px;
  }
}
.fixed-footer .form .form-item:nth-child(2) {
  width: 343px;
}
@media screen and (max-width: 1850px) {
  .fixed-footer .form .form-item:nth-child(2) {
    width: 217px;
  }
}
@media screen and (max-width: 1670px) {
  .fixed-footer .form .form-item:nth-child(2) {
    width: 170px;
  }
}
.fixed-footer .form .form-item:nth-child(3) {
  width: 430px;
}
.fixed-footer .form .form-item .form-label {
  position: relative;
  font-size: 24px;
  margin-bottom: 8px;
  padding-left: 14px;
  margin-bottom: 10px;
}
.fixed-footer .form .form-item .form-label:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.fixed-footer .form .form-item input[type=text] {
  padding: 6px 10px;
  border: none;
  border-radius: 6px;
  width: 100%;
  height: 34px;
  max-width: 100%;
}
.fixed-footer .form .checkbox-group .checkboxes {
  display: flex;
  gap: 50px;
}
.fixed-footer .form .checkbox-group .checkboxes label {
  display: flex;
  gap: 4px;
  font-size: 24px;
  cursor: pointer;
}
.fixed-footer .form .checkbox-group .checkboxes label span {
  font-size: 18px;
}
.fixed-footer .form .checkbox-group input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 4px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
}
@media screen and (max-width: 991.98px) {
  .fixed-footer .form .checkbox-group input[type=checkbox] {
    width: 12px;
    height: 12px;
  }
}
.fixed-footer .form .checkbox-group input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 7px;
  width: 7px;
  height: 14px;
  border: solid #3e7c4b;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 991.98px) {
  .fixed-footer .form .checkbox-group input[type=checkbox]:checked::after {
    top: 0;
    left: 3px;
    width: 2px;
    height: 6px;
  }
}
.fixed-footer .notice {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: -0.02em;
}
.fixed-footer .submit {
  margin-top: auto;
}
.fixed-footer .submit .btn {
  background-color: #f6cb42;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 154px;
  height: 38px;
  border-radius: 8px;
  font-size: 18px;
  color: #3e7c4b !important;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  .fixed-footer .submit .btn {
    width: 80px;
    height: 25px;
    font-size: 12px;
    border-radius: 0;
    line-height: 1.5;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .fixed-footer .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .fixed-footer .form {
    flex-direction: column;
    width: 100%;
  }
}

#pop-up {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#pop-up .pop-con {
  border: 1px solid #ddd;
  width: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 991.98px) {
  #pop-up .pop-con {
    width: 90%;
  }
}
#pop-up .pop-con .title {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#pop-up .pop-con .title h3 {
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 991.98px) {
  #pop-up .pop-con .title h3 {
    font-size: 20px;
  }
}
#pop-up .pop-con .title .close {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 991.98px) {
  #pop-up .pop-con .title .close {
    width: 20px;
    height: 20px;
  }
}
#pop-up .pop-con .table-area {
  padding: 20px;
  min-height: 300px;
  line-height: 1.4;
  overflow-y: scroll;
}

.subtop-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 638px;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 33;
}
@media screen and (max-width: 1499.98px) {
  .subtop-wrap {
    height: 42.5617078052vw;
  }
}
@media screen and (max-width: 991.98px) {
  .subtop-wrap {
    height: 300px;
  }
}
.subtop-wrap .title {
  font-size: 43px;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  letter-spacing: -0.02em;
  color: #fff;
}
@media screen and (max-width: 1499.98px) {
  .subtop-wrap .title {
    font-size: 2.8685790527vw;
  }
}
@media screen and (max-width: 991.98px) {
  .subtop-wrap .title {
    font-size: 18px;
  }
}
.subtop-wrap .title.font-black {
  color: #000;
}

.btn-st {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background-color: #f6cb42;
  color: #3e7c4b;
  line-height: 1;
  cursor: pointer;
}
.btn-st:hover {
  color: #3e7c4b;
}

.btn-main {
  font-size: 18px;
  border-radius: 10px;
  height: 38px;
}
@media screen and (max-width: 991.98px) {
  .btn-main {
    font-size: 12px;
    border-radius: 5px;
  }
}

.bo_fx {
  float: none;
}

.gall_box .gall_con,
.gall_box .gall_li,
#gall_ul .gall_con,
#gall_ul .gall_li {
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  padding: 0;
}
.gall_box .gall_text_href,
#gall_ul .gall_text_href {
  margin: 0;
  padding: 10px 20px;
}
.gall_box .gall_info,
#gall_ul .gall_info {
  padding: 0 20px 20px;
}
.review-wrap .gall_box .gall_info,
.review-wrap #gall_ul .gall_info {
  padding-left: 0;
}

.bo_v_tit {
  font-weight: 500;
  font-size: 34px;
}
@media screen and (max-width: 991.98px) {
  .bo_v_tit {
    font-size: 22px;
  }
}

#bo_v_info .profile_info_ct {
  float: none !important;
  display: flex !important;
}
@media screen and (max-width: 991.98px) {
  #bo_v_info .profile_info_ct {
    flex-direction: column;
    gap: 0;
  }
}

@media screen and (max-width: 991.98px) {
  .news-list-wrapper {
    padding: 0 24px;
  }
}

.news-list {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 54px 28px;
}
@media screen and (max-width: 767.98px) {
  .news-list {
    column-gap: 28px;
  }
}
@media screen and (max-width: 543.98px) {
  .news-list {
    column-gap: 0;
  }
}
.news-list .item {
  grid-column: span 4;
}
@media screen and (max-width: 991.98px) {
  .news-list .item {
    grid-column: span 6;
  }
}
@media screen and (max-width: 543.98px) {
  .news-list .item {
    grid-column: span 12;
  }
}
.news-list .item .card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 991.98px) {
  .news-list .item .card {
    border-radius: 20px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .news-list .item .card:hover .card-title {
    color: #3e7c4b;
  }
}
.news-list .item .card-thumb {
  background-color: #b6c8aa;
  aspect-ratio: 16/9;
  background-image: url("../imgs/noimg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-list .item .card-body {
  padding: 34px 28px 32px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media screen and (max-width: 991.98px) {
  .news-list .item .card-body {
    padding: 27px 21px 24px;
  }
}
.news-list .item .card-title {
  display: -webkit-box !important;
  margin-bottom: 34px;
  font-size: 24px;
  color: #1e2a24;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 1 !important;
  word-break: break-all !important;
}
@media screen and (max-width: 991.98px) {
  .news-list .item .card-title {
    margin-bottom: 27px;
    font-size: 18px;
  }
}
.news-list .item .card-date {
  font-size: 18px;
  color: #1e2a24;
  line-height: 1;
  text-align: right;
}
@media screen and (max-width: 991.98px) {
  .news-list .item .card-date {
    font-size: 12px;
  }
}

.action-set {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.action-set .pagination {
  display: flex;
  justify-content: center;
  margin-top: 140px;
}
@media screen and (max-width: 1919.98px) {
  .action-set .pagination {
    margin-top: 7.2954663887vw;
  }
}
@media screen and (max-width: 991.98px) {
  .action-set .pagination {
    margin-top: 43px;
  }
}
.action-set .pagination-list {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (max-width: 991.98px) {
  .action-set .pagination-list {
    gap: 0;
  }
}
.action-set .pagination-item .has-arrow {
  letter-spacing: -0.14em;
}
.action-set .pagination-button {
  all: unset;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-size: 24px;
  color: #1e2a24;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
}
@media screen and (max-width: 991.98px) {
  .action-set .pagination-button {
    font-size: 16px;
    width: 26px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .action-set .pagination-button:hover {
    color: #3e7c4b;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
}
.action-set .pagination-button.is-active {
  font-weight: 700;
}
.action-set .btn-add {
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 7px 16px;
  border-radius: 10px;
  font-size: 24px;
  line-height: 1;
  background-color: #ffd95a;
  color: #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  .action-set .btn-add {
    display: none;
  }
}

.issue-wrapper #section02 #gall_ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.issue-wrapper #section02 #gall_ul li {
  width: 100%;
}
.issue-wrapper #section02 #gall_ul li .gall_box {
  box-shadow: none;
  border-bottom: 1px solid #a8a8a8;
  margin-bottom: 0;
}
.issue-wrapper #section02 #gall_ul li .gall_con {
  display: flex;
  border-radius: 0;
  box-shadow: none;
  padding: 40px 0;
}
@media screen and (max-width: 991.98px) {
  .issue-wrapper #section02 #gall_ul li .gall_con {
    padding: 12px 0;
  }
}
.issue-wrapper #section02 #gall_ul li .gall_img {
  width: 200px !important;
  height: 200px !important;
  max-height: none !important;
  border-bottom: none;
  order: 3;
}
@media screen and (max-width: 991.98px) {
  .issue-wrapper #section02 #gall_ul li .gall_img {
    order: 0;
    width: 106px !important;
    height: 60px !important;
  }
}
.issue-wrapper #section02 #gall_ul li .gall_img a {
  width: 100%;
  height: 100%;
}
.issue-wrapper #section02 #gall_ul li .gall_img a img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.issue-wrapper #section02 #gall_ul li .gall_text_href {
  flex: 1;
  order: 2;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 0;
}
@media screen and (max-width: 991.98px) {
  .issue-wrapper #section02 #gall_ul li .gall_text_href {
    order: 0;
  }
}
.issue-wrapper #section02 #gall_ul li .gall_text_href .bo_tit {
  font-size: 30px;
  font-weight: 500 !important;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  .issue-wrapper #section02 #gall_ul li .gall_text_href .bo_tit {
    font-size: 14px;
    font-weight: 700 !important;
  }
}
.issue-wrapper #section02 #gall_ul li .gall_text_href .bo_cnt {
  margin-top: 24px;
  display: inline-block;
  color: #000;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 991.98px) {
  .issue-wrapper #section02 #gall_ul li .gall_text_href .bo_cnt {
    display: none;
  }
}
.issue-wrapper #section02 #gall_ul li .gall_info {
  display: flex;
  flex-direction: column;
  min-width: 160px;
}
@media screen and (max-width: 991.98px) {
  .issue-wrapper #section02 #gall_ul li .gall_info {
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    font-size: 12px;
    padding-right: 0;
    padding-bottom: 10px;
    min-width: 100px;
  }
}
.issue-wrapper #section02 #gall_ul li .gall_info i {
  display: none;
}
.issue-wrapper #section02 #gall_ul li .gall_info .gall_date {
  font-size: 24px;
  color: #a8a8a8;
  margin-left: 0;
}
@media screen and (max-width: 991.98px) {
  .issue-wrapper #section02 #gall_ul li .gall_info .gall_date {
    font-size: 12px;
  }
}
.issue-wrapper #section02 #gall_ul li .gall_info .gall_view {
  display: none;
}

.news-wrapper #gall_ul,
.review-wrap #gall_ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2%;
}
.news-wrapper #gall_ul li,
.review-wrap #gall_ul li {
  width: 32%;
  height: auto;
  float: none;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .news-wrapper #gall_ul li,
  .review-wrap #gall_ul li {
    width: 48%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 543.98px) {
  .news-wrapper #gall_ul li,
  .review-wrap #gall_ul li {
    width: 100%;
  }
}
.news-wrapper #gall_ul .gall_box,
.review-wrap #gall_ul .gall_box {
  height: 100%;
  margin-bottom: 0;
}
.news-wrapper #gall_ul .gall_con,
.review-wrap #gall_ul .gall_con {
  height: 100%;
}
.news-wrapper #gall_ul .gall_img,
.review-wrap #gall_ul .gall_img {
  height: auto !important;
  max-height: none !important;
}
.news-wrapper #gall_ul .gall_img a,
.review-wrap #gall_ul .gall_img a {
  position: relative;
  display: block;
}
.news-wrapper #gall_ul .gall_img a:before,
.review-wrap #gall_ul .gall_img a:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.news-wrapper #gall_ul .gall_img a img,
.review-wrap #gall_ul .gall_img a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.news-wrapper #gall_ul .bo_tit,
.review-wrap #gall_ul .bo_tit {
  font-size: 24px;
  font-weight: 400;
}
@media screen and (max-width: 991.98px) {
  .news-wrapper #gall_ul .bo_tit,
  .review-wrap #gall_ul .bo_tit {
    font-size: 18px;
  }
}
.news-wrapper #gall_ul .bo_cnt,
.review-wrap #gall_ul .bo_cnt {
  display: none;
}
.news-wrapper #gall_ul .gall_info,
.review-wrap #gall_ul .gall_info {
  text-align: right;
}
.news-wrapper #gall_ul .gall_info .sv_member,
.news-wrapper #gall_ul .gall_info .gall_view,
.review-wrap #gall_ul .gall_info .sv_member,
.review-wrap #gall_ul .gall_info .gall_view {
  display: none;
}

.pg_wrap {
  margin: 0 auto;
  display: block;
  float: none;
  text-align: center;
  margin-top: 80px;
}
.pg_wrap .pg_page,
.pg_wrap .pg_current {
  font-size: 24px;
  color: #000;
}
@media screen and (max-width: 991.98px) {
  .pg_wrap .pg_page,
  .pg_wrap .pg_current {
    font-size: 14px;
  }
}
.pg_wrap .pg_page {
  background-color: #fff;
  border: none;
}
@media screen and (max-width: 991.98px) {
  .pg_wrap .pg_page {
    font-size: 14px;
    min-width: 20px;
  }
}
.pg_wrap .pg_current {
  font-weight: 700;
  border: none;
  background-color: #fff;
}
@media screen and (max-width: 991.98px) {
  .pg_wrap .pg_current {
    min-width: 20px;
    padding: 0 7px;
  }
}

@keyframes blink {
  0%, 50% {
    opacity: 1;
  }
  50.0001%, 100% {
    opacity: 0;
  }
}
.a11y-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.fit-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-gap {
  padding: 0 78px;
}
@media screen and (max-width: 1199.98px) {
  .inner-gap {
    padding: 0;
  }
}

.title-wrap.line-st .title {
  position: relative;
  margin-bottom: 90px;
  display: flex;
  align-items: flex-end;
  gap: 86px;
  font-size: 42px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 991.98px) {
  .title-wrap.line-st .title {
    margin-bottom: 50px;
    font-size: 18px;
    column-gap: 24px;
  }
}
.title-wrap.line-st .title p {
  white-space: nowrap;
}
.title-wrap.line-st .title .bar {
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 3px solid #000;
  transform: translateY(-15px);
}
@media screen and (max-width: 991.98px) {
  .title-wrap.line-st .title .bar {
    border-width: 2px;
    transform: translateY(-9px);
  }
}
.title-wrap.font-eng .title {
  font-family: "GmarketSans", "Pretendard", "맑은 고딕", sans-serif;
}

.page-title-wrap {
  text-align: center;
}
.page-title-wrap .area {
  height: 100%;
  padding: 150px 0 180px;
  height: 450px;
}
@media screen and (max-width: 991.98px) {
  .page-title-wrap .area {
    padding: 30px 0 45px;
    height: auto;
  }
}
.page-title-wrap .eng {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 70px;
  font-size: 100px;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", "맑은 고딕", sans-serif;
  color: #e0e0e0;
  text-transform: uppercase;
}
.windows .page-title-wrap .eng {
  bottom: -4px;
}
@media screen and (max-width: 991.98px) {
  .page-title-wrap .eng {
    position: relative;
    left: auto;
    bottom: auto;
    font-size: 12px;
    color: #3e7c4b;
  }
}
.page-title-wrap .title {
  margin-bottom: 25px;
  font-size: 48px;
  font-weight: 600;
}
@media screen and (max-width: 991.98px) {
  .page-title-wrap .title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }
}
.page-title-wrap .desc {
  font-size: 36px;
  font-weight: 600;
  color: #e0e0e0;
}
@media screen and (max-width: 991.98px) {
  .page-title-wrap .desc {
    font-size: 16px;
  }
}

.text-divide-wrap {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .text-divide-wrap {
    justify-content: center;
  }
}
.text-divide-wrap .left-wrap {
  display: block;
  font-size: 36px;
  font-weight: 700;
  font-family: "GmarketSans", "Pretendard", "맑은 고딕", sans-serif;
}
@media screen and (max-width: 991.98px) {
  .text-divide-wrap .left-wrap {
    display: none;
  }
}
.text-divide-wrap .right-wrap {
  padding-left: 65px;
  margin-left: 65px;
  border-left: 2px solid #3e7c4b;
}
@media screen and (max-width: 991.98px) {
  .text-divide-wrap .right-wrap {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    text-align: center;
  }
}
.text-divide-wrap .right-wrap h2 {
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 991.98px) {
  .text-divide-wrap .right-wrap h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.text-divide-wrap .right-wrap .desc {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width: 991.98px) {
  .text-divide-wrap .right-wrap .desc {
    font-size: 14px;
    line-height: 1.5;
    color: #a8a8a8;
  }
}