@font-face {
  font-family: 'Pretendard-ExtraLight';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Light';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Medium';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-SemiBold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Bold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-ExtraBold';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Pretendard-Black';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'ROEHOE-CHAN';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/ROEHOE-CHAN.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.wrapper {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}

.br_mo {
  display: none;
}

/* ::selection {
  background-color: transparent
} */

.mont {
  font-family: 'Montserrat', sans-serif;
}


/**************************************** 프리텐다드 시작*/

.pret200 {
  font-family: 'Pretendard-Light';
}

.pret300 {
  font-family: 'Pretendard-Light';
}

.pret400 {
  font-family: 'Pretendard-Regular';
}

.pret500 {
  font-family: 'Pretendard-Medium';
}

.pret600 {
  font-family: 'Pretendard-SemiBold';
}

.pret700 {
  font-family: 'Pretendard-Bold';
}

.pret800 {
  font-family: 'Pretendard-ExtraBold';
}

.pret900 {
  font-family: 'Pretendard-Black';
}

/**************************************** 프리텐다드 끝*/


/**************************************** header 시작*/

header {
  width: 100%;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
}

.header_wrap {
  padding: 0 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header_wrap>div {
  height: 100%;
}

.header_lt {
  max-width: 75%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.header_logo {
  max-width: 200px;
  width: 100%;
}

.header_depth1 {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.header_depth1>li {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.header_depth1>li>a {
  width: 100%;
  /* height: 100%; */
  font-family: 'Pretendard-Medium';
  font-size: 1.125rem;
  color: #111;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.header_depth1>li:hover>a {
  color: #1e7135;
}

.header_depth2 {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  padding: 20px 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  background-color: #1e7135;
  display: none;
}

.header_depth2>li {
  width: 100%;
}

.header_depth2>li>a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Pretendard-Medium';
  color: #fff;
  font-size: 1.125rem;
}

.header_rt {
  max-width: 10%;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.select_lang_wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.current_lang {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}

.current_lang i {
  font-size: 25px;
}

.current_lang div {
  font-family: 'Pretendard-Medium';
  font-size: .9375rem;
}

.lang_list {
  position: absolute;
  top: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  border: 1px solid #e6e6e6;
  background-color: #fff;
  margin-top: 10px;
  display: none;
}

.lang_list li {
  width: 100%;
}

.lang_list li a {
  width: 100%;
  padding: 10px 0;
  font-size: .9375rem;
  color: rgb(0, 0, 0, 0.5);
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lang_list li:hover a {
  color: #1e7135;
}

.header_ham {
  cursor: pointer;
  max-width: 30px;
  width: 100%;
  height: 30px;
  position: relative;
}

.header_ham>div {
  height: 2px;
  background-color: #111;
  transition: 0.4s;
  position: absolute;
  transform: translate(-50%, -50%);
}

.ham_line1 {
  width: 100%;
  top: 40%;
  left: 50%;
}

.ham_line2 {
  width: 60%;
  top: 60%;
  left: 30%;
}

.header_ham.active .ham_line1 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.header_ham.active .ham_line2 {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.dropdown_all {
  width: 100%;
  height: 100vh;
  background-color: #1e7135;
  position: fixed;
  top: -200%;
  left: 0;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s;
  padding: 0 20px;
}

.dropdown_wrap {
  max-width: 1024px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  column-gap: 30px;
}

.dropdown_depth1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dropdown_depth1>a {
  font-size: 2rem;
  color: #fff;
  font-family: 'Pretendard-SemiBold';
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
  text-transform: uppercase;
}

.dropdown_depth2 {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 30px;
}

.dropdown_depth2>li a {
  font-family: 'Pretendard-Light';
  text-align: center;
  color: #fff;
  opacity: 0.5;
  font-size: 1.5rem;
  transition: 0.2s;
}

.dropdown_depth2>li a:hover {
  opacity: 1;
}

/**************************************** header 끝*/


/**************************************** footer 시작*/

footer {
  padding: 50px 0;
  width: 100%;
  background-color: #1b221d;
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_con_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.footer_con_title {
  display: flex;
  align-items: center;
  column-gap: 20px;
  cursor: pointer;
}

.footer_con_title i {
  font-size: 40px;
  color: #fff;
}

.footer_con {
  display: grid;
  grid-template-columns: repeat(3, auto);
  column-gap: 30px;
  row-gap: 10px;
  display: none;
}

.footer_con div {
  font-family: 'Pretendard-SemiBold';
  color: #fff;
  opacity: 0.35;
}

.footer_con a {
  font-family: 'Pretendard-SemiBold';
  color: #fff;
  display: inline;
}

.footer_copy {
  font-family: 'Pretendard-SemiBold';
  color: #fff;
}

.footer_logo {
  max-width: 70px;
  width: 100%;
}

.footer_logo img {
  filter: grayscale(100%) brightness(0) invert(1);
  opacity: 0.35;
}

/**************************************** footer 끝*/


/**************************************** table 시작*/

table {
  border-top: 2px solid #111;
}

/**************************************** table 끝*/


/**************************************** pagination 시작*/

.pager {
  text-align: center;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.pager button {
  font-size: 1.25rem;
  transition: all 0.2s;
  color: #aaa;
}

.pager button.page {
  margin: 0 5px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  border-radius: 50%;
}

.pager button.page:hover {
  color: #111;
}

.pager button.page.active {
  color: #fff;
  background: #111;
  border-radius: 50%;
}

.pager button.pager-btn {
  color: #ccc;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.pager button.pager-btn i {
  font-size: 36px;
}

.pager button.pager-prev {
  margin-right: 25px;
}

.pager button.pager-next {
  margin-left: 25px;
}

.pager button.pager-btn.active {
  color: #111;
  border: 1px solid #111;
}

.pager button.pager-btn:hover {
  color: #111;
}

/**************************************** pagination 끝*/


/**************************************** pop_up 시작*/

.pop_up {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pop_up_back {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.pop_up_wrap {
  max-width: 50%;
  width: 100%;
  height: 300px;
  background-color: #fff;
}

/**************************************** pop_up 끝*/


/**************************************** input checkbox,radio 시작*/

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

input[type="checkbox"]+label,
input[type="radio"]+label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  opacity: 0.5;
}

input[type="checkbox"]:checked+label,
input[type="radio"]:checked+label {
  color: royalblue;
  opacity: 1;
}

input[type="checkbox"]+label::before,
input[type="radio"]+label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid royalblue;
  border-radius: 100%;
}

input[type="checkbox"]:checked+label::before,
input[type="radio"]:checked+label::before {
  content: '\2714';
  background-color: royalblue;
  border: 0;
  font-size: .875rem;
}

/**************************************** input checkbox,radio 끝*/


/**************************************** custom 시작*/

.blank {
  padding-top: 80px;
  padding-bottom: 80px;
}

.end {
  padding-bottom: 140px;
}

/******************** 서브배너 공통 시작 */

.sub_banner {
  width: 100%;
  height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  margin-top: 80px;
}

.sub_banner_title p {
  font-family: 'Pretendard-Bold';
  font-size: 3.125rem;
  color: #fff;
  text-align: center;
}

.sub_banner_back {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 2.5s;
}

.sub_banner_back.animated {
  transform: translate(-50%, -50%) scale(1.08);
}

.sub_root {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: absolute;
  bottom: 30px;
}

.sub_root li a,
.sub_root li {
  font-family: 'Pretendard-Medium';
  color: #fff;
  font-size: .9375rem;
  opacity: 0.55
}

.sub_root li.current a,
.sub_root li.current {
  opacity: 1;
}

/******************** 서브배너 공통 끝 */


/******************** 서브페이지 타이틀 시작 */

.sub_title_t1_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  margin-bottom: 80px;
}

.sub_title_t1_subtitle {
  font-family: 'Pretendard-ExtraBold';
  font-size: .875rem;
  color: #1e7135;
  letter-spacing: 5px;
  text-align: center;
}

.sub_title_t1_title {
  font-family: 'Pretendard-ExtraBold';
  font-size: 2.5rem;
  color: #333333;
  text-align: center;
}

.sub_title_t2_wrap {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  margin-bottom: 30px;
}

.sub_title_t2_subtitle {
  font-family: 'Pretendard-ExtraBold';
  font-size: 1.0625rem;
  color: #1e7135;
}

.sub_title_t2_title {
  font-family: 'Pretendard-ExtraBold';
  font-size: 1.875rem;
  text-transform: uppercase;
}

/******************** 서브페이지 타이틀 끝 */

/******************** marquee 시작 */

.marquee_wrap {
  display: flex;
  align-items: center;
  column-gap: 40px;
  padding-left: 240px;
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
}

.marquee_lt {
  color: #333;
  font-family: 'Pretendard-ExtraBold';
  font-size: 1.625rem;
}

.marquee_rt {
  width: 100%;
  overflow: hidden;
}

.marquee_con_wrap {
  width: 100%;
}

/* .marquee_con_wrap .js-marquee-wrapper{
  transform: translateX(0) !important;
} */

.marquee_con {
  display: flex;
  align-items: center;
  column-gap: 60px;
}

.marquee_con>img {
  transition: 0.4s;
  filter: grayscale(100%);
}

/* .marquee_con>img:hover {
  filter: grayscale(0);
} */

/******************** marquee 끝 */


/**************************************** custom 끝*/


/**************************************** responsive*/

@media screen and (max-width: 1440px) {

  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

}

@media screen and (max-width: 1240px) {

  /**************************************** marquee 시작*/

  .marquee_wrap {
    padding-left: 120px;
  }

  /**************************************** marquee 끝*/

}

@media screen and (max-width: 1024px) {

  /**************************************** header 시작*/

  .header_depth1 {
    display: none;
  }

  .header_rt {
    max-width: 13%;
    column-gap: 20px;
  }

  .dropdown_wrap {
    max-width: 768px;
  }

  /**************************************** header 끝*/


  /**************************************** marquee 시작*/

  .marquee_wrap {
    padding-left: 20px;
    column-gap: 20px;
  }

  .marquee_con {
    column-gap: 20px;
  }

  /**************************************** marquee 끝*/

}

@media screen and (max-width: 768px) {

  html,
  body {
    font-size: 14px;
  }

  /**************************************** pagination 768*/

  .pager button.page {
    margin: 0 7px;
  }

  .pager button.pager-prev {
    margin-right: 20px;
  }

  .pager button.pager-next {
    margin-left: 20px;
  }

  .pager button.pager-btn i {
    font-size: 30px;
  }

  /**************************************** pagination 768*/


  /**************************************** header 시작*/

  .header_rt {
    max-width: 20%;
  }

  .dropdown_wrap {
    flex-direction: column;
    row-gap: 40px;
  }

  .dropdown_depth1>a {
    padding-bottom: 4px;
  }

  .dropdown_depth2 {
    margin-top: 20px;
    display: none;
  }

  /**************************************** header 끝*/


  /**************************************** footer 시작*/

  .footer_con {
    grid-template-columns: repeat(2, auto);
  }

  /**************************************** footer 끝*/

  .sub_title_t1_title{
    word-break: keep-all;
  }

}

@media screen and (max-width: 540px) {

  html,
  body {
    font-size: 13px;
  }

  /**************************************** pagination 540*/

  .pager {
    margin-top: 40px;
  }

  .pager button.page {
    margin: 0 4px;
  }

  .pager button.pager-prev {
    margin-right: 15px;
  }

  .pager button.pager-next {
    margin-left: 15px;
  }

  /**************************************** pagination 540*/

  /**************************************** header 시작*/

  header {
    height: 60px;
  }

  .header_logo {
    max-width: 160px;
  }

  .header_rt {
    max-width: none;
    width: 50%;
  }

  .header_ham{
    max-width: 22px;
  }

  .dropdown_wrap {
    flex-direction: column;
    row-gap: 40px;
  }

  .dropdown_depth1>a {
    font-size: 1.875rem;
    padding-bottom: 4px;
  }

  .dropdown_depth2>li a {
    font-size: 1.375rem;
    opacity: 0.8;
  }

  .dropdown_depth2 {
    margin-top: 20px;
    display: none;
  }

  /**************************************** header 끝*/


  /**************************************** footer 시작*/

  footer{
    padding: 30px 0;
  }

  .footer_con {
    grid-template-columns: 1fr;
  }

  .footer_con_title {
    column-gap: 10px;
  }

  .footer_con_title>div {
    max-width: 120px;
  }

  .footer_logo{
    max-width: 60px;
  }

  /**************************************** footer 끝*/

  /**************************************** marquee 시작*/

  .marquee_wrap {
    padding-top: 20px;
    padding-bottom: 20px;
    column-gap: 20px;
  }

  .marquee_con img{
    max-width: 80px;
    width: 100%;
  }

  .marquee_lt{
    font-size: 1.375rem;
  }

  /* .js-marquee-wrapper{
    transform: translateX(250px) !important;
  } */

  .js-marquee-wrapper .js-marquee:nth-child(1),
  .js-marquee-wrapper .js-marquee:nth-child(2){
    display: none;
  }

  /**************************************** marquee 끝*/

  .sub_banner{
    height: 200px;
    margin-top: 60px;
  }

  .sub_banner_title p{
    font-size: 2.25rem;
  }

  .sub_root{
    padding-left: 0;
    bottom: 20px;
    justify-content: center;
  }

  .blank{
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .sub_title_t1_title {
    font-size: 1.75rem;
  }

  .sub_title_t1_wrap{
    row-gap: 10px;
    margin-bottom: 30px;
  }

  .sub_title_t2_wrap{
    row-gap: 5px;
  }

  .sub_title_t2_title{
    font-size: 1.375rem;
  }

}

@media screen and (max-width: 414px) {}
