@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

@import url('https://fonts.googleapis.com/css2?family=Hurricane&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');


@font-face {
  font-family: "Shiningstar";
  src: url(../font/Cafe24Shiningstar-v2.0.woff2) format("woff2");
  src: url(../font/Cafe24Shiningstar-v2.0.woff) format("woff");
}


body{
  width: 100%;
  height: auto;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
}
body *{
  line-height: 1.3;
  word-break: keep-all;
}
.sub-wrap *, .main-wrap *, body *{
  font-family: 'Pretendard', 'sans-serif';
  word-break: keep-all;
}
 
.cmt{
  font-family: "Cormorant", serif !important;
}

.hurricane{
  font-family: "Hurricane", serif !important;
}
.shiningstar{
  font-family: "Shiningstar", serif !important;
}

.mts{
  /* font-family: 'Montserrat', sans-serif !important; */
}
.inner{
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}

/* common */
/* 헤더컬러 */
.gnb_nav .gnb .depth1:hover > .depth1_a {
  /* color: #A9806A; */
}
.gnb_nav .ham_open .bar{background-color: rgb(51, 139, 73);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: rgb(51, 139, 73);}
.all_gnb_nav p.depth1_a::after{background-color: rgb(51, 139, 73);}
.all_gnb_nav .depth2 a:hover {color: rgb(51, 139, 73);}
.gnb_nav .snb .depth2.on a{
  color: rgb(51, 139, 73);
}
.all_gnb_nav .depth2.on > a
{
  color: rgb(51, 139, 73);
}

/* 헤더컬러 */

.header{
  background: #fff;
}
.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
  /* background: #fff; */
}
.header {width: 100%; border-bottom: 1px solid  rgba(217, 217, 217,0.2); position: fixed; top: 0; left: 0; z-index: 99999; transition: 0.3s;}
.header.scr, .header.sub {
  border-bottom: 1px solid  rgba(217, 217, 217,0.2);}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
position: relative;
z-index: 99;
background: #fff;
}
.header .logo img {display: block; max-width: 240px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 120px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 18px; position: relative; white-space: nowrap; top : 2px;color: #000;}
/* 메뉴 호버타입1 */
/* .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after{width: calc(100% + 10px);} */
/* 메뉴 호버타입1 */
/* 메뉴 호버타입2 */
 .gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: rgb(119, 177, 70);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.4s ease-in-out;
  opacity: 0;
  border-radius: 100%;
}
.gnb_nav .gnb .depth1:hover > .depth1_a::after,
.gnb_nav .gnb .depth1.on a::after
{opacity: 1;} 
/* 메뉴 호버타입2 */
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 150px; padding: 40px 0; font-size: 16px; text-align: center; line-height: 1.3;  transform: translateX(-50%); transform-origin: top; position: absolute; top: calc(100% + 1px); left: 50%; z-index: -1;
display: none;
}
.gnb_nav .snb .depth2 a {display: block; padding: 5px 16px; word-break: keep-all;

  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.37px;
  text-align: center;
  color: rgb(25, 25, 25);
}
.header .snb > h2{
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.41px;
  text-align: center;
  color: rgb(25, 25, 25);
  margin-bottom: 5px;
}

.header.on .snb {
  /* opacity: 1; transform: translateX(-50%); height: auto; */
}
.all_menu_bg {width: 100%; height: 100%; background: rgba(0,0,0,0.5); position: fixed; top: 0; left: 0; z-index: 100; display: none;}
.all_menu_wrap {width: 100%; height: 100%; background-color: #fff; position: fixed; top: 0; right: 0; z-index: 99999; transform: translateY(-100%); opacity: 0; transition: 0.5s;}
.all_menu_wrap .all_menu_top {width: 100%; height: 100px; display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #eee; position: relative;}
.all_menu_wrap .ham_close {width: 100px; height: 100px; padding: 33px; border-right: 1px solid #eee; position: absolute; top: 0; right: 0; cursor: pointer;}
.all_menu_wrap .ham_close img {width: 100%; max-width: 32px;}
.all_gnb_nav {height: calc(100% - 100px); font-size: 2rem; text-align: center;}
.all_gnb_nav .gnb {display: flex; height: 100%; font-size: 1.8rem;}
.all_gnb_nav .depth1 {flex: 1; padding: 10px; padding-top: 8%;}
.all_gnb_nav .depth1 + .depth1 {border-left: 1px solid #eee;}
.all_gnb_nav p.depth1_a {padding-bottom: 35px; font-size: 24px; font-weight: 500; line-height: 1; position: relative;}
.all_gnb_nav p.depth1_a .arr {width: 30px; height: 30px; background: url(/html/img/ham_arr.svg) no-repeat center/cover; display: none;}
.all_gnb_nav p.depth1_a::after {content: ''; display: block; width: 50px; height: 4px;  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);}
.all_gnb_nav .snb {display: block;}
.all_gnb_nav .depth2:first-child{
  margin-top: 35px;
}
.all_gnb_nav .depth2 {}
.all_gnb_nav .depth2 a {font-weight: 500; word-break: keep-all; font-size: 18px;
display: block;
padding: 10px 0;
}
.all_menu_wrap.on {opacity: 1; transform: translateY(0);}

.all-toggle-wrap{
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
  overflow: hidden;
  padding: 40px 0;
}
.header.on .all-toggle-wrap{
  /* opacity: 1;
  height: auto; */
}
.all-toggle-wrap .n-inner{
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1520px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.all-toggle-wrap .n-inner > .left-img{
  /* width: 568px; */
  width: 468px;
  position: relative;
}
.all-toggle-wrap .n-inner > .left-img img{
  /* padding-left: 100px; */
  padding-left: 20px;
  padding-right: 40px;
  width: 100%;
  display: block;
}
.all-toggle-wrap .n-inner > .left-img::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #D1D1D1;
  position: absolute;
  top: 0;
  right: 0;
}
.header-bg{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background: rgb(0,0,0,0.5);
  display: none;
}
.all_gnb_nav .gnb li .snb{
  padding-top: 35px;
}
.all_gnb_nav .gnb li .snb > h2{
  display: none;
}



/* 언어변경 버튼 */
header .language_btn{font-size: 0;position: relative;}
header .language_btn button {outline: none;border: none;display: block;background-color: transparent;}
header .language_btn button img{max-width: 100%;}
header .language_btn .lang_list{display: none;position: absolute;top: 150%;left: 50%;background-color: #fff;border: rgba(0, 0, 0, 0.05) solid 1px;border-radius: 8px;box-shadow: rgba(0, 0, 0, 0.05) 0 0 25px 0;transform: translateX(-50%);padding: 12px 10px; z-index: 9;}
header .language_btn .lang_list > li:nth-child(n + 2){margin-top: 10px;}
header .language_btn .lang_list > li a{display: block;font-size: 12px;font-weight: 400;color: #1D1D1D;line-height: 2;padding: 0 20px;transition: color 0.3s;white-space: nowrap;}
header .language_btn .lang_list > li a:hover{color: #3561FD;}


.right-btn-area{
  display: flex;
  align-items: center;
  gap: 20px;
}
.right-btn-area > div{
  width: 30px;
  cursor: pointer;
}

@media screen and (max-width: 1600px){
  .header .snb > h2{
  }
  .gnb_nav .snb{
    padding: 20px 0;
  }
  
  .all-toggle-wrap{
    padding: 20px 0;
  }
  .all-toggle-wrap .n-inner{
    gap: 20px;
  }
  .all-toggle-wrap .n-inner > .left-img{
    width: 400px;
  }
  .all-toggle-wrap .n-inner > .left-img img{
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px){
  .gnb_nav .gnb {gap: 60px;}
}
@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .all_gnb_nav .gnb li .snb{
    padding-top: 0px;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {width: 150px;}
	.gnb_nav .gnb {display: none;}
	.all_menu_wrap {width: 500px; top: 0; right: 0; transform: translate(100%, 0);}
	.all_menu_wrap.on {transform: translate(0, 0); box-shadow: 0 0 10px rgba(0, 0, 0, .16);}
	.all_menu_wrap .all_menu_top {padding: 0 15px; justify-content: left;}
	.all_gnb_nav .gnb {display: block; text-align: left;}
	.all_gnb_nav .depth1 {width: 100%; padding: 0; border-bottom: 1px solid #eee;}
	.all_gnb_nav .depth1 + .depth1 {border-left: none;}
	.all_gnb_nav p.depth1_a {display: flex; justify-content: space-between; align-items: center; padding: 0 15px; font-size: 18px; line-height: 60px; cursor: pointer;}
	.all_gnb_nav p.depth1_a .arr {display: block; transition: 0.3s;
  width: 25px;
  height: 25px;
  }
	.all_gnb_nav p.depth1_a.on .arr {transform: rotate(-180deg);}
	.all_gnb_nav p.depth1_a::after {display: none;}
	.all_gnb_nav .snb {display: none; font-size: 16px; transition: none;}
	.all_gnb_nav .depth2 {margin-top: 0; padding-left: 15px; line-height: 1.3; border-top: 1px solid #eee; transition: none;}
	.all_gnb_nav .depth2 a {display: block;
  padding-left: 5px;
  }
  .all_gnb_nav .depth2:first-child{
    margin-top: 0;
  }

  .right-btn-area{
    gap: 8px;
  }
  .right-btn-area > div{
    width: 20px;
  }
  .all_gnb_nav .depth1.on > p,
  .all_gnb_nav .depth1.on > a{
    color: rgb(51, 139, 73);
  }
}
@media screen and (max-width: 768px){

	.ham_open {width: 22px;}
	.all_menu_wrap {width: 95%;}
	.all_menu_wrap .all_menu_top {height: 60px;}
	.all_menu_wrap .ham_close {width: 60px; height: 60px; padding: 20px;}
	.all_gnb_nav {height: calc(100% - 60px);}
	.all_gnb_nav p.depth1_a {line-height: initial;
  padding: 20px 15px;
  font-weight: 500;
  font-size: 17px;
  }
  .all_gnb_nav .depth2 a{
    font-size: 16px;
    font-weight: 400;
  }
	.all_gnb_nav .snb {font-size: 16px;}
  header .language_btn{margin-right: 0px;}
  header .language_btn button {width: 22px;}
  header .language_btn .lang_list > li a{padding: 0 10px;}
}

/* header */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
  margin-top: 100px;
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 200px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01_1.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv02_1 {
  background-image: url(/html/img/sub_visual02_1.jpg);
}
.sub_visual.sv02_2 {
  background-image: url(/html/img/sub_visual02_2.jpg);
}
.sub_visual.sv02_3 {
  background-image: url(/html/img/sub_visual02_3.jpg);
}
.sub_visual.sv02_4 {
  background-image: url(/html/img/sub_visual02_4.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03_1.jpg);
}
.sub_visual.sv04 {
  background-image: url(/html/img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(/html/img/sub_visual05.jpg);
}
.sub_visual .sub_tit {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1.2px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(255,255,255);
  padding-bottom: 12px;

}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  position: relative;
  z-index: 100;
  border-top: solid 1px rgba(255, 255, 255,0.3);
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(255,255,255);
}
.sub_nav_ul > li {
  position: relative;
}
.sub_nav_ul > li::after{
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: rgba(255, 255, 255,0.3);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sub_nav_ul > li:last-child::after{
  display: none;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
}
.sub_nav_ul .home a img{
  max-width: 18px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 240px;
}
.sub_nav_ul .depth_p {
  width: 100%;
  padding: 23px 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.sub_nav_ul .depth_p::after {
  content: '';
  display: block;
  width: 10px;
  height: 5px;
  background: url(/html/img/icon_drop.svg) no-repeat center; position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  #sub_container {
    margin-top: 80px;
  }
.subtop-con-wrap{
  padding: 60px 0;
}
.sub_visual .sub_tit {
  font-size: 30px;
}
.sub_nav_ul {
  font-size: 16px;
}
.sub_nav_ul .home{
  display: none;
}
.sub_nav_ul .home.nostr{
  display: flex;
}
.sub_nav_ul .home a{
  width: 50px;
}
.sub_nav_ul .depth1_li,
.sub_nav_ul .depth2_li
{
  width: 50%;
}
.sub_nav_ul .depth_p {
  padding: 15px 20px;
}
.sub_visual .subtop-txtbox p{
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
.sub_nav_ul > li::after{
  height: 100%;
}
.sub_nav > .inner{
  padding-left: 0;
  padding-right: 0;
}
}

/* subtop */

.search-popup-wrap{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99999999999999999999999999999;
  display: none;
}
.header-bg2{
  z-index: 99999999999999999999999999999;
}
.search-popup-wrap .search-pop-box{
  max-width: 800px;
  width: 100%;
  padding: 84px 20px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.search-popup-wrap .search-pop-box .search-frm-box{
  position: relative;
  width: 100%;
  padding: 15px 18px;
  padding-right: 80px;
  padding-left: 52px;
  border-radius: 999px;
  border: solid 3px rgb(119, 177, 70);
  background-color: rgb(255, 255, 255);
}
.search-pop-ipt{
  width: 100%;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.55px;
  color: rgb(25,25,25);
}
.search-pop-ipt::placeholder{
  color: rgb(126, 126, 126);
}
.search-popup-wrap .search-pop-box .search-frm-box button{
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-popup-closebtn{
  display: block;
  cursor: pointer;
  width: 160px;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 10px;
  transition: all 0.3s ease-in-out;
}
.search-popup-closebtn:hover{
  background: #000;
  color: #fff;
  border-color: #000;
}
/* .search-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none;
} */

@media(max-width:1024px){

  .search-popup-wrap{
    height: 100vh;
    background: transparent;
  }
  .search-popup-wrap .search-pop-box{
    padding: 40px 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    background: #fff;
    width: 95%;
  }
  .search-popup-wrap .search-pop-box .search-frm-box{
    padding: 10px 15px;
    padding-right: 55px;
    padding-left: 15px;
    border: solid 2px rgb(119, 177, 70);
  }
  .search-pop-ipt{
    font-size: 16px;
  }
  .search-popup-wrap .search-pop-box .search-frm-box button{
    width: 36px;
    height: 36px;
    right: 15px;
  }
  .search-popup-closebtn{
    margin-top: 30px;
    font-size: 16px;
  }
}

/* search-popup */

.main-wrap,
.main-banner,
.main-sec,
.sub-wrap,
.sub-sec{
  position: relative;
  width: 100%;
}
.main-banner-swiper{
  width: 100%;
  position: relative;
  height: 95vh;
  min-height: 600px;
  max-height: 900px;
}
.main-banner-swiper .swiper-slide01,
.main-banner-swiper .swiper-slide
{
  background: url(/html/img/main_visual01.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide02{
  background: url(/html/img/main_visual02.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide03{
  background: url(/html/img/main_visual03.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide04{
  background: url(/html/img/main_visual04.jpg) no-repeat center/ cover;
}
.main-banner-swiper .swiper-slide .txtbox{
  position: absolute;
  top: calc(50% + 50px);
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}
.main-banner-swiper .swiper-slide .txtbox h2{
  font-size: 120px;
  font-weight: 400;
  letter-spacing: -1.6px;
  color: rgb(255, 255, 255);
  line-height: 1.05;
  /* font-family: "Cormorant", serif !important; */
}
.main-banner-tool{
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  z-index: 2;
}
.main-banner-tool .swiper1-pause{
  width: 24px;
  height: 24px;
  cursor: pointer;
  position: relative;
}
.main-banner-tool .swiper1-pause img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 100%;
}
.main-banner-tool .swiper1-pause img.play,
.main-banner-tool .swiper1-pause.stop img.pause
{
  opacity: 0;
}
.main-banner-tool .swiper1-pause.stop img.play{
  opacity: 1;
}
.main-banner-tool .swiper1-paging{
  display: flex;
  align-items: center;
  gap: 4px; 
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet{
  width: 40px;
  height: 2px;
  border-radius: 0;
  opacity: 0.3;
  background: #fff;
}
.main-banner-tool .swiper1-paging .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 0.7;
}
.mobile{
  display: none;
}
.text-center{
  text-align: center;
}
@media(max-width:1024px){
  .mobile{
    display: block;
  }
}
.main-sec-titbox{
  margin-bottom: 60px;
}
.main-sec-titbox p{
  font-size: 28px;
  font-weight: normal;
  text-align: center;
  color: rgb(25, 25, 25);
  margin-bottom: 8px;
}
.main-sec-titbox h2{
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.92px;
  color: rgb(25, 25, 25);
}
.main-sec{
  padding: 150px 0;
}
.main-sec02 .con-wrap{
  background: url(/html/img/main-sec02-bg.jpg) no-repeat center / cover;
  padding: 166px 20px;
  border-radius: 30px;
  overflow: hidden;
}
.main-sec02 .con-wrap .con-box .txtbox{
  text-align: center;
}
.main-sec02 .con-wrap .con-box .txtbox h3{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.main-sec02 .con-wrap .con-box .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  text-align: center;
  color: rgb(255, 255, 255);
  margin-bottom: 32px;
}
.main-sec02 .con-wrap .con-box .txtbox .link-a{
  display: flex;
  justify-content: center;
}
.main-sec02 .con-wrap .con-box .txtbox .link-a a{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 170px;
  height: auto;
  border-radius: 999px;
  border: solid 1px rgb(209, 209, 209);
  padding: 13px 24px;

  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  transition: all 0.3s ease-in-out;
}
.main-sec02 .con-wrap .con-box .txtbox .link-a a img{
  display: block;
  width: 14px;
}
.main-sec02 .con-wrap .con-box .txtbox .link-a a:hover{
  border: 1px solid #fff;
  background: #fff;
  color: #77B146;
}
.main-sec03-swipe-txt{
  font-size: 160px;
  font-weight: bold;
  letter-spacing: -3.2px;
  color: rgba(25, 25, 25,0.05);
  white-space: nowrap;
  font-family: "Cormorant", serif !important;
}
.txt-swiper .swiper-wrapper{
  transition-timing-function: linear;
}
.txt-swiper .swiper-wrapper .swiper-slide{
  width: auto;
}
.main-pd-wrap .con-line{
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.main-pd-wrap .con-line > li{
  width: 130px;
  transition: all 0.6s ease-in-out;
  height: 650px;
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}
.main-pd-wrap .con-line > li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.main-pd-wrap .con-line > li.active{
  width: calc(100% - 450px);
}
.main-pd-wrap .con-line > li:nth-child(1){
  background: url(/html/img/main-sec04-bg01_1.jpg) no-repeat center / cover;
}
.main-pd-wrap .con-line > li:nth-child(2){
  background: url(/html/img/main-sec04-bg02_1.jpg) no-repeat center / cover;
}
.main-pd-wrap .con-line > li:nth-child(3){
  background: url(/html/img/main-sec04-bg03_1.jpg) no-repeat center / cover;
}
.main-pd-wrap .con-line > li:nth-child(4){
  background: url(/html/img/main-sec04-bg04_1.jpg) no-repeat center / cover;
}
.main-pd-wrap .con-line > li::after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.3s linear;
}
.main-pd-wrap .con-line > li.active::after{
  display: none;
}
.main-pd-wrap .con-line > li .tit{
  position: absolute;
  top: 58px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 2;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: rgb(255, 255, 255);
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
.main-pd-wrap .con-line > li.active .tit{
  opacity: 0;
}
.main-pd-wrap .con-line > li .txtbox{
  position: absolute;
  z-index: 2;
  bottom: 0px;
  left: 60px;
  min-width: 500px;
  width: calc(100% - 80px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.3s;
}
.main-pd-wrap .con-line > li.active .txtbox{
  opacity: 1;
  bottom: 60px;
}
.main-pd-wrap .con-line > li .txtbox h3{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: -0.64px;
  color: rgb(255, 255, 255);
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}
.main-pd-wrap .con-line > li .txtbox p{
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.44px;
  color: rgb(255, 255, 255);
  position: relative;
  z-index: 2;
}
.grbg{
  background-color: rgb(243, 243, 243);
}
.sec05-con-wrap .con-line{
  display: flex;
  gap: 80px;
  align-items: flex-start;
}
.sec05-con-wrap .con-line > li{
  width: calc(50% - 40px);
}
.sec05-con-wrap .con-line > li .conbox .titline{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px 10px;
  margin-bottom: 40px;
}
.sec05-con-wrap .con-line > li .conbox .titline .txtbox h2{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: normal;
  color: rgb(25, 25, 25);
  margin-bottom: 10px;
}
.sec05-con-wrap .con-line > li .conbox .titline .txtbox p{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: normal;
  color: rgb(51, 51, 51);
}
.sec05-con-wrap .con-line > li .conbox .titline > a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: solid 1px rgb(227, 227, 227);
  padding: 9px;
  transition: all 0.3s ease-in-out;
}
.sec05-con-wrap .con-line > li .conbox .titline > a:hover{
  background: #fff;
}
.sec05-con-wrap .con-line > li .conbox .titline > a img{
  display: block;
}
.sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox{
  margin-bottom: 20px;
  background: #fff;
}
.sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox > a{
  padding: 25px 40px;
}
.sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox:last-child{
  margin-bottom: 0;
}
.sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox .subject{
  font-size: 20px;
  font-weight: bold;
  color: rgb(51, 51, 51);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox .date{
  font-size: 16px;
  font-weight: normal;
  color: rgb(126, 126, 126);
}
.sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox a{
  display: block;
  width: 100%;
  height: 100%;
}
.sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox a:hover .subject{
  text-decoration: underline;
}


@media(max-width:1600px){
  .main-sec03-swipe-txt{
    font-size: 9vw;
  }
  .sec05-con-wrap .con-line{
    gap: 40px;
  }
  .sec05-con-wrap .con-line > li{
    width: calc(50% - 20px);
  }
  .main-sec02{
    padding-bottom: 75px;
  }
  .main-sec04{
    padding-top: 75px;
  }
}
@media(max-width:1024px){
  .main-banner-swiper{
    height: 70vh;
    min-height: 400px;
    max-height: 600px;
  }
  .main-banner-swiper .swiper-slide .txtbox{
    top: calc(50% + 40px);
  }
  .main-banner-swiper .swiper-slide .txtbox h2{
    font-size: 60px;
    letter-spacing: -0.6px;
  }
  .main-banner-tool{
    bottom: 30px;
    gap: 3px;
  }
  .main-banner-tool .swiper1-pause{
    width: 20px;
    height: 20px;
  }
  .main-banner-tool .swiper1-paging{
    gap: 3px; 
  }
  .main-banner-tool .swiper1-paging .swiper-pagination-bullet{
    width: 20px;
    height: 1px;
  }
  .main-sec-titbox{
    margin-bottom: 30px;
  }
  .main-sec-titbox p{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .main-sec-titbox h2{
    font-size: 28px;
  }
  .main-sec{
    padding: 60px 0;
  }

  .main-sec02{
    padding-bottom: 30px;
  }
  .main-sec02 .con-wrap{
    padding: 60px 20px;
    border-radius: 20px;
    position: relative;
    left: -20px;
    width: calc(100% + 40px);
  }
  .main-sec02 .con-wrap .con-box .txtbox h3{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .main-sec02 .con-wrap .con-box .txtbox p{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .main-sec02 .con-wrap .con-box .txtbox .link-a a{
    padding: 10px 20px;
    font-size: 16px;
  }
  .main-sec02 .con-wrap .con-box .txtbox .link-a a img{
    width: 13px;
  }
  .main-sec02 .con-wrap .con-box .txtbox .link-a a{
    border: 1px solid #fff;
    background: #fff;
    color: #77B146;
  }

  .main-sec03-swipe-txt{
    letter-spacing: -1.2px;
  }
  .main-sec04{
    padding-top: 30px;
  }
  .main-pd-wrap .con-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .main-pd-wrap .con-line > li,
  .main-pd-wrap .con-line > li.active
  {
    width: calc(50% - 5px);
    height: auto;
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .main-pd-wrap .con-line > li .tit{
    display: none;
  }
  .main-pd-wrap .con-line > li .txtbox{
    position: relative;
    left: 0px;
    min-width: auto;
    width: 100%;
    opacity: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-pd-wrap .con-line > li.active .txtbox{
    bottom: 0;
  }
  .main-pd-wrap .con-line > li .txtbox h3{
    font-size: 22px;
    margin-bottom: 6px;
  }
  .main-pd-wrap .con-line > li .txtbox p{
    font-size: 16px;
  }
  .main-pd-wrap .con-line > li::after{
    display: block !important;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .main-pd-wrap .con-line > li:nth-child(3)::after{
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sec05-con-wrap .con-line{
    gap: 50px;
    flex-wrap: wrap;
  }
  .sec05-con-wrap .con-line > li{
    width: 100%;
  }
  .sec05-con-wrap .con-line > li .conbox .titline{
    margin-bottom: 30px;
  }
  .sec05-con-wrap .con-line > li .conbox .titline .txtbox h2{
    font-size: 22px;
    margin-bottom: 6px;
  }
  .sec05-con-wrap .con-line > li .conbox .titline .txtbox p{
    font-size: 15px;
  }
  .sec05-con-wrap .con-line > li .conbox .titline > a{
    width: 28px;
    height: 28px;
    padding: 4px;
  }
  .sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox{
    margin-bottom: 10px;
  }
  .sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox a{
    padding: 20px;
  }
  .sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox .subject{
    font-size: 16px;
  }
  .sec05-con-wrap .con-line > li .conbox .board-linkbox .board-link-smallbox .date{
    font-size: 13px;
  }
}

@media(max-width:520px){
  .main-pd-wrap .con-line > li,
  .main-pd-wrap .con-line > li.active{
    width: 100%;
  }
}

/* main */

.foot-wrap,
.foot-wrap > section{
  width: 100%;
  position: relative;
}
.foot-sec01{
  background: url(/html/img/foot-sec01-bg.jpg) no-repeat center / cover;
  padding: 150px 0;
}
.foot-sec01 .top-txt{
  font-size: 40px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: -0.8px;
  color: rgb(149, 255, 130);
  margin-bottom: 48px;
}
.foot-sec01 .bottom-line{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
.foot-sec01 .bottom-line .left-txt{
  font-size: 50px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -1px;
  color: rgb(255, 255, 255);
}
.foot-sec01 .bottom-line .go-inq{
  display: block;
  text-align: right;
}
.foot-sec01 .bottom-line .go-inq img{
  display: inline-block;
  width: 38px;
  margin-bottom: 12px;
}
.foot-sec01 .bottom-line .go-inq p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: -0.48px;
  color: rgb(255, 255, 255);
}
.foot-sec01 .bottom-line .go-inq:hover p{
  text-decoration: underline;
}

.foot-sec02{
  padding: 64px 0;
  background-color: rgb(3, 3, 3);
}
.foot-sec02 .top-line{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 28px;
  margin-bottom: 27px;
  border-bottom: 1px solid rgb(64, 64, 64);
}
.foot-sec02 .top-line > .logobox{
  width: 212px;
}
.foot-sec02 .top-line > .right-navi .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 60px;
  align-items: center;
}
.foot-sec02 .top-line > .right-navi .con-line li a{
  display: block;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.41px;
  color: rgb(186, 186, 186);
}
.foot-sec02 .bottom-infobox > p{
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 9px;
}
.foot-sec02 .bottom-infobox > p span{
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  color: rgb(153, 153, 153);
  position: relative;
}
.foot-sec02 .bottom-infobox > p span::after{
  content: "";
  display: block;
  width: 1px;
  height: 80%;
  background: rgb(51, 51, 51);
  position: absolute;
  top: 50%;
  right: -9.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.foot-sec02 .bottom-infobox > p span:last-child::after{
  display: none;
}
.foot-sec02 .bottom-infobox > p.copyright{
  margin-top: 52px;

  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.28px;
  color: rgb(102, 102, 102);
}

@media(max-width:1024px){
  .foot-sec01{
    padding: 60px 0;
  }
  .foot-sec01 .top-txt{
    font-size: 18px;
    margin-bottom: 12px;
  }
  .foot-sec01 .bottom-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .foot-sec01 .bottom-line .left-txt{
    font-size: 24px;
    width: 100%;
  }
  .foot-sec01 .bottom-line .go-inq{
    text-align: left;
    width: auto;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .foot-sec01 .bottom-line .go-inq img{
    width: 28px;
    margin-bottom: 0px;
    order: 1;
  }
  .foot-sec01 .bottom-line .go-inq p{
    font-size: 18px;
    order: 0;
  }

  .foot-sec02{
    padding: 40px 0;
  }
  .foot-sec02 .top-line{
    gap: 16px;
    padding-bottom: 20px;
    margin-bottom: 19px;
  }
  .foot-sec02 .top-line > .logobox{
    width: 150px;
  }
  .foot-sec02 .top-line > .right-navi .con-line{
    gap: 6px 12px;
  }
  .foot-sec02 .top-line > .right-navi .con-line li a{
    font-size: 14px;
  }
  .foot-sec02 .bottom-infobox > p{
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 6px;
  }
  .foot-sec02 .bottom-infobox > p span{
    font-size: 14px;
    width: 100%;
  }
  .foot-sec02 .bottom-infobox > p span::after{
    display: none;
  }
  .foot-sec02 .bottom-infobox > p.copyright{
    margin-top: 30px;
    font-size: 12px;
  }

}

/* footer */

.bo_inner{
  padding: 150px 20px;
}
.board_page_titbox{
  text-align: center;
  margin-bottom: 80px;
}
.board_page_titbox > h2{
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.92px;
  color: rgb(25, 25, 25);
}
.board_tab_line{
  margin-bottom: 80px;
}
.board_tab_line .con-line{
  display: flex;
  gap: 10px;
}
.board_tab_line .con-line > li{
  flex: 1;
}
.board_tab_line .con-line > li a{
  display: block;
  transition: all 0.3s ease-in-out;
  padding: 15px 20px;
  border-radius: 8px;
  border: solid 1px rgb(204, 204, 204);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: rgb(62, 62, 62);
  background: #fff;
}
.board_tab_line .con-line > li.active a,
.board_tab_line .con-line > li a:hover{
  border: solid 1px rgb(119, 177, 70);
  color: #fff;
  background-color: rgb(119, 177, 70);
}
.sub_board_tit{
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.92px;
  color: rgb(25, 25, 25);
  padding-bottom: 40px;
}

@media(max-width:1024px){
  .bo_inner{
    padding: 60px 20px;
  }
  .board_page_titbox{
    margin-bottom: 20px;
  }
  .board_page_titbox > h2{
    font-size: 28px;
  }
  .board_tab_line{
    margin-bottom: 40px;
  }
  .board_tab_line .con-line{
    gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .board_tab_line .con-line > li{
    flex: none;
    width: calc(50% - 2px);
  }
  .board_tab_line .con-line > li a{
    padding: 10px 20px;
    font-size: 16px;
  }
  .sub_board_tit{
    font-size: 22px;
    padding-bottom: 20px;
  }
}

/* board */