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

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

  @import url("https://use.typekit.net/xyt5dne.css");

@font-face {
  font-family: "gmarket";
  font-weight: normal;
  src: url(../font/GmarketSansMedium.woff2) format("woff2");
  src: url(../font/GmarketSansMedium.woff) format("woff");
}
@font-face {
  font-family: "gmarket";
  font-weight: bold;
  src: url(../font/GmarketSansBold.woff2) format("woff2"); 
  src: url(../font/GmarketSansBold.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: normal;
  src: url(../font/LINESeedKR-Rg.woff2) format("woff2");
  src: url(../font/LINESeedKR-Rg.woff) format("woff");
}
@font-face {
  font-family: "line";
  font-weight: bold;
  src: url(../font/LINESeedKR-Bd.woff2) format("woff2");
  src: url(../font/LINESeedKR-Bd.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;
}
.poppins{
  font-family: "Poppins", sans-serif !important;
}
.ivymode{
  font-family: "ivymode", sans-serif !important;
}
.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.inner{
  max-width: 1440px;
  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 .gnb .depth1:hover > .depth1_a::after{
  width: 90%;
}
.gnb_nav .ham_open .bar{background-color: #A9806A;}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: #A9806A;}
.all_gnb_nav p.depth1_a::after{background-color: #A9806A;}
.all_gnb_nav .depth2 a:hover {color: #A9806A;}
/* 헤더컬러 */

.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.header {width: 100%; 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);
  background: rgba(0,0,0,0.5);}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center; max-width: 2400px; padding: 0 80px;}
.header .logo img {display: block; max-width: 44px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 45px; 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: #fff;
}
.gnb_nav .gnb .depth1_a::after{
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  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);}
.ham_open {width: 28px; height: auto; display: flex; flex-direction: column; justify-content: space-between; cursor: pointer;
display: flex;
display:none;
}
.gnb_nav .ham_open .bar {display: block; width: 100%; height: 3px;}
.gnb_nav .snb {width: auto; min-width: 250px; padding: 20px 0; font-size: 18px; text-align: center; line-height: 1.3; background: #fff; box-shadow: 0 3px 3px rgba(0, 0, 0, .1); transform: translateX(-50%) scaleY(0); transform-origin: top; transition: .5s; opacity: 0; position: absolute; top: 100%; left: 50%; z-index: -1;}
.gnb_nav .snb .depth2 a {display: block; padding: 0 2rem; word-break: keep-all;}
.gnb_nav .snb .depth2 + .depth2 {margin-top: 17px;}

.snb.on {opacity: 1; transform: translateX(-50%) scaleY(1);}
.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_menu_wrap .all_menu_top .logo img{
  width: 100px !important;
  max-width: 100% !important;
}
@media(max-width:1600px){
  .header .inner{
    padding: 0 20px;
  }
}

@media screen and (max-width: 1415px){

}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
}
@media screen and (max-width: 1024px){
  .ham_open{
    display: flex;
  }
	.header {height: 80px;  border-bottom: 1px solid  rgba(217, 217, 217,0.2); background: rgba(0,0,0,0.5);}
  
	.header .logo img {width: 44px;}
	.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;
  }
}
@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 */

.ctt_admin{
  position: fixed;
  top: 100px;
  right: 15px;
}
#sub_container {
}
.sub_visual {
  height: auto;
  background: url(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 220px 0;
}
.sub_visual.sv01 {
  background-image: url(/html/img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(/html/img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(/html/img/sub_visual03.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: 72px;
  font-weight: 600;
  letter-spacing: -1.44px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(222, 181, 161);
  padding-bottom: 12px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  border-bottom: 1px solid #E5E5E5;
  background-color: #fff;
  position: relative;
  z-index: 100;
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
  border-left: 1px solid #E5E5E5;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.34px;
  color: rgb(54, 54, 54);
}
.sub_nav_ul > li {
  border-right: 1px solid #E5E5E5;
  position: relative;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  background: #C29C89;
}
.sub_nav_ul .home a img{
  max-width: 40px;
}
.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: 20px;
  height: 20px;
  background: url(/html/img/icon_drop.png) no-repeat center; position: absolute;
  top: 50%;
  right: 21px;
  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 {
  }
.subtop-con-wrap{
  padding: 120px 0 60px;
}
.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 10px;
}
.sub_visual .subtop-txtbox p{
  letter-spacing: 0.5px;
  padding-bottom: 6px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

/* subtop */


.text-center{
  text-align: center !important; 
}
.main-titbox{

}
.main-titbox h4{
  font-size: 17px;
  font-weight: bold;
  line-height: 1.59;
  text-align: center;
  color: rgb(17, 17, 17);
  margin-bottom: 12px;
}
.main-titbox h3{
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.2px;
  color: rgb(17, 17, 17);
}
.main-titbox p{
  margin-top: 28px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.2px;
  color: rgb(119, 119, 119);
}
.viewmore a{
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: -0.2px;
  color: rgb(0, 0, 0);
  border-bottom: 1px solid rgb(0,0,0);
}

.main-wrap,
.main-banner,
.main-sec{
  position: relative;
  width: 100%;
}
.main-sec{
  padding: 150px 0;
}

.main-banner .main-swiper{
  width: 100%;
  height: 90vh;
  min-height: 500px;
  position: relative;
  overflow: hidden;
}
.main-banner .main-swiper .swiper1-pagination{
  position: absolute;
  z-index: 3;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 1680px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
}
.main-banner .main-swiper .swiper1-pagination > .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: rgba(255,255,255,0);
  border: 2px solid rgb(255,255,255,0.8);
  opacity: 1 !important;
  margin: 0 !important;
}
.main-banner .main-swiper .swiper1-pagination > .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: rgba(255,255,255,0.8);
  border: none;
}
.main-banner .main-swiper .swiper-slide01{
  background: url(/html/img/main-bg01.jpg) no-repeat center / cover;
}
.main-banner .main-swiper .swiper-slide02{
  background: url(/html/img/main-bg02.jpg) no-repeat center / cover;
}
.main-banner .main-swiper .swiper-slide03{
  background: url(/html/img/main-bg03.jpg) no-repeat center / cover;
}
.main-banner .main-swiper .inner{
  max-width: 1680px;
  width: 100%;
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translate(-50%,0%);
  -webkit-transform: translate(-50%,0%);
}
.main-banner .main-swiper .txtbox{
  width: 100%;
}
.main-banner .main-swiper .txtbox h2{
  font-size: 50px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.2px;
  color: rgb(255, 255, 255);
  transition: all 0.7s ease-in-out;
  opacity: 0;
  top : 30px;
  position: relative;
}
.main-banner .main-swiper .txtbox p{
  font-size: 22px;
  font-weight: normal;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.7);
  margin-top: 28px;
  transition: all 0.7s ease-in-out;
  opacity: 0;
  top : 30px;
  position: relative;
}
.main-banner .main-swiper .swiper-slide-active .txtbox h2,
.main-banner .main-swiper .swiper-slide-active .txtbox p
{
  opacity: 1;
  top: 0;
}

/* mainbanner */

.main-sec02 .viewmore{
  margin-top: 64px;
}
.main-sec02 .con-wrap{
  position: relative;
}
.main-sec02 .con-wrap .con-line{
  display: flex;
  gap: 100px;
  justify-content: space-between;
  align-items: flex-end;
}
.main-sec02 .con-wrap .con-line > li .imgbox{
  position: relative;
}
.main-sec02 .con-wrap .con-line > li .imgbox img{
  width: 100%;
}
.main-sec02 .con-wrap .con-line > li.li1{
  width: calc(31% - (200px / 3));
}
.main-sec02 .con-wrap .con-line > li.li2{
  width: calc(34.5% - (200px / 3));
}
.main-sec02 .con-wrap .con-line > li.li3{
  width: calc(34.5% - (200px / 3));
}
.main-sec02 .con-wrap .con-line > li.li1 .imgbox{
  top: -80px;
}
.main-sec02 .con-wrap .con-line > li.li3 .imgbox{
  top: -290px;
}

/* mainsec02 */

.main-sec03{
  background-color: rgb(245, 238, 230);
}
.main-sec03 .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 580px;
  background: url(/html/img/main-sec03-bg.jpg) no-repeat center / cover;
}
.main-sec03 .main-sec03-swiper{
  z-index: 10;
}
.main-sec03 .main-sec03-swiper .swiper-slide{
  width: calc(100% - 360px);
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line{
  display: flex;
  align-items: center;
  gap: 80px;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.img{
  width: 760px;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt{
  width: calc(100% - 840px);
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.img .imgbox{
  width: 260px;
  height: 720px;
  background: url(/html/img/main-sec03-slide-img01.jpg) no-repeat center / cover;
  transition: all 0.6s ease-in-out;
}
.main-sec03 .main-sec03-swiper .swiper-slide.swiper-slide-active .con-line li.img .imgbox{
  width: 100%;
}
.main-sec03 .main-sec03-swiper .swiper-slide02 .con-line li.img .imgbox{
  background: url(/html/img/main-sec03-slide-img02.jpg) no-repeat center / cover;
}
.main-sec03 .main-sec03-swiper .swiper-slide03 .con-line li.img .imgbox{
  background: url(/html/img/main-sec03-slide-img03.jpg) no-repeat center / cover;
}
.main-sec03 .main-sec03-swiper .swiper-slide04 .con-line li.img .imgbox{
  background: url(/html/img/main-sec03-slide-img04.jpg) no-repeat center / cover;
}
.main-sec03 .main-sec03-swiper .swiper-slide05 .con-line li.img .imgbox{
  background: url(/html/img/main-sec03-slide-img05.jpg) no-repeat center / cover;
}
.main-sec03 .main-sec03-swiper .swiper-slide06 .con-line li.img .imgbox{
  background: url(/html/img/main-sec03-slide-img06.jpg) no-repeat center / cover;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .top-txt{
  margin-bottom: 24px;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .top-txt h4{
  font-size: 17px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .top-txt h3{
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: rgb(255, 255, 255);
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .main-sec03-pagingbox{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 72px;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .main-sec03-pagingbox > div{
  cursor: pointer;
  width: 24px;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .main-sec03-pagingbox .bar{
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox{
  margin-bottom: 120px;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox h3{
  font-size: 32px;
  font-weight: 200;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox .tag{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox .tag p{
  position: relative;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: rgb(255, 255, 255);
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox .tag p::after{
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: -10.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox .tag p:last-child::after{
  display: none;
}
.main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .bottom-txtbox p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.2px;
  color: rgb(119, 119, 119);
  margin-bottom: 36px;
  transition: all 0.6s ease-in-out;
  transition-delay: 0.3s;
  opacity: 0;
  top: 60px;
  position: relative;
}
.main-sec03 .main-sec03-swiper .swiper-slide.swiper-slide-active .con-line li.txt .bottom-txtbox p{
  top: 0;
  opacity: 1;
}
.cm-btn-line1{
  display: flex;
  gap: 10px;
}
.cm-btn-line1 > a{
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.bblack{
  color: #fff;
  background-color: rgb(25, 25, 25);
}
.bdbtn{
  color: rgb(25, 25, 25);
  border: solid 1px rgb(25, 25, 25);
}
.cm-btn-line1 > a:hover{
  text-decoration: underline;
}

/* mainsec03 */

.main-sec04{
  background-color: rgb(245, 238, 230);
  padding-top: 0 !important;
}
.main-sec04 .con-wrap{
  position: relative;
}
.main-sec04 .con-wrap::before{
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background:  rgb(69, 69, 69);
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.main-sec04 .con-wrap .con-line{
  display: flex;
  padding-bottom: 150px;
  padding-top: 150px;
  position: relative;
}
.main-sec04 .con-wrap .con-line .m-txt{
  position: absolute;
  top: 50%;
  font-size: 120px;
  font-weight: normal;
  line-height: 1.58;
  color: rgba(69, 60, 50,0.1);
}
.main-sec04 .con-wrap .con-line:first-child .m-txt{
  left: 0;
  transform: translate(-90%,-50%) rotate(-90deg);
  -webkit-transform: translate(-90%,-50%) rotate(-90deg);
}
.main-sec04 .con-wrap .con-line:nth-child(2) .m-txt{
  right: 0;
  transform: translate(90%,-50%) rotate(-90deg);
  -webkit-transform: translate(90%,-50%) rotate(-90deg);
}
.main-sec04 .con-wrap .con-line::after{
  content: "";
  display: block;
  width: 500000000000%;
  height: 1px;
  background:  rgb(69, 69, 69);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.main-sec04 .con-wrap .con-line:first-child::before{
  content: "";
  display: block;
  width: 500000000000%;
  height: 1px;
  background:  rgb(69, 69, 69);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.main-sec04 .con-wrap .con-line > li{
  flex: 1;
}
.main-sec04 .con-wrap .con-line > .txt .txtbox .top-txt{
  margin-bottom: 40px;
} 
.main-sec04 .con-wrap .con-line > .txt .txtbox .top-txt h4{
  font-size: 15px;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: 12.8px;
  color: rgb(97, 113, 166);
  margin-bottom: 4px;
}
.main-sec04 .con-wrap .con-line > .txt .txtbox .top-txt h3{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.2px;
  color: rgb(17, 17, 17);
}
.main-sec04 .con-wrap .con-line > .txt .txtbox .bottom-txt{
  margin-bottom: 100px;
}
.main-sec04 .con-wrap .con-line > .txt .txtbox .bottom-txt p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.2px;
  color: rgb(119, 119, 119);
}
.main-sec04 .con-wrap .con-line.odd > .img img{
  display: block;
  padding-right: 60px;
}
.main-sec04 .con-wrap .con-line.even > .img img{
  display: block;
  padding-left: 60px;
}
.main-sec04 .con-wrap .con-line.odd > .txt .txtbox{
  padding-left: 120px;
}
.main-sec04 .con-wrap .con-line.even > .img{
  order: 1;
}
.main-sec04 .con-wrap .con-line.even > .txt{
  order: 0;
}

/* mainsec04 */

.main-sec05 .main-titbox{
  margin-bottom: 88px;
}
.main-sec05-swiper .swiper-slide{
  width: 30%;
}
.main-sec05-swiper .swiper-wrapper{
  align-items: flex-end;
}
.sec05-link-img{
  position: absolute;
  top: 60px;
  right: 70px;
  width: 180px;
}
.sec05-link-img .imgbox{
  position: relative;
}
.sec05-link-img .circle{
  animation: rotateCircle 10s linear infinite;
}
.sec05-link-img .arrow{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 55px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.sec05-link-img:hover .arrow{
  top: calc(50% - 10px);
  left: calc(50% + 10px);
}
.sec05-link-img p{
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: rgb(25, 25, 25);
  margin-top: 10px;
}

@keyframes rotateCircle {
  100% {
    transform: rotate(360deg);
  }
}
/* .main-sec05-swiper .swiper-slide a{
  cursor: url('/html/img/main-sec05-hover.png')2 2, auto;
} */

/* mainsec05 */


@media(max-width:2000px){
  .main-banner .main-swiper{
    height: 85vh;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line{
    gap: 60px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.img{
    width: 600px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt{
    width: calc(100% - 680px);
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .main-sec03-pagingbox{
    margin-bottom: 50px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox{
    margin-bottom: 80px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .top-txt h3{
    font-size: 34px;
  }
  .main-sec04 .con-wrap .con-line .m-txt{
    font-size: 6vw;
  }
}

@media(max-width:1600px){
  .main-sec03 .main-sec03-swiper .swiper-slide{
    width: 100%;
  }
  .main-sec04 .con-wrap .con-line.odd > .img img{
    padding-right: 20px;
  }
  .main-sec04 .con-wrap .con-line.even > .img img{
    padding-left: 20px;
  }
}

@media(max-width:1024px){
  .main-sec{
    padding: 60px 0;
  }
  .main-banner .main-swiper{
    height: 70vh;
  }
  .main-banner .main-swiper .swiper1-pagination{
    bottom: 15px;
    gap: 8px;
  }
  .main-banner .main-swiper .swiper1-pagination > .swiper-pagination-bullet{
    width: 10px;
    height: 10px;
    border: 1px solid rgb(255,255,255,0.8);
  }
  .main-banner .main-swiper .inner{
    bottom: initial;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
  .main-banner .main-swiper .txtbox h2{
    font-size: 28px;
  }
  .main-banner .main-swiper .txtbox p{
    font-size: 18px;
    margin-top: 14px;
    color: #fff;
  }
  .main-banner .main-swiper .txtbox p br{
    display: none;
  }

  .main-titbox h4{
    font-size: 15px;
    margin-bottom: 8px;
  }
  .main-titbox h3{
    font-size: 24px;
    line-height: 1.35;
  }
  .main-titbox p{
    margin-top: 16px;
    font-size: 16px;
  }
  .main-titbox p br{
    display: none;
  }

  .main-sec02 .viewmore{
    margin-top: 24px;
  }
  .main-sec02 .con-wrap{
    margin-top: 60px;
  }
  .main-sec02 .con-wrap .con-line{
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-sec02 .con-wrap .con-line > li.li1{
    width: calc(50% - 5px);
  }
  .main-sec02 .con-wrap .con-line > li.li2{
    width: calc(50% - 5px);
  }
  .main-sec02 .con-wrap .con-line > li.li3{
    width: 100%;
  }
  .main-sec02 .con-wrap .con-line > li.li1 .imgbox{
    top: 0px;
  }
  .main-sec02 .con-wrap .con-line > li.li3 .imgbox{
    top: 0px;
  }

   .main-sec03 .bg{
    height: 100%;
    min-height: 300px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide{
    width: 100%;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line{
    gap: 30px;
    width: 100%;
    flex-wrap: wrap;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.img{
    width: 100%;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt{
    width: 100%;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.img .imgbox{
    width: 100%;
    height: 300px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide.swiper-slide-active .con-line li.img .imgbox{
    width: 100%;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .txt-wrap{
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .top-txt{
    margin-bottom: 16px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .top-txt h4{
    font-size: 15px;
    margin-bottom: 6px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .top-txt h3{
    font-size: 24px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .main-sec03-pagingbox{
    gap: 6px;
    margin-bottom: 30px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .main-sec03-pagingbox > div{
    width: 20px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .main-sec03-pagingbox .bar{
    height: 8px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox{
    margin-bottom: 20px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox h3{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox .tag{
    gap: 5px 12px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox .tag p{
    font-size: 15px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .middle-txtbox .tag p::after{
    right: -6.5px;
  }
  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .bottom-txtbox p{
    font-size: 16px;
    margin-bottom: 20px;
    color: #fff;
  }
  .cm-btn-line1{
    gap: 8px;
    flex-wrap: wrap;
  }
  .cm-btn-line1 > a{
    padding: 8px 12px;
  }

  .main-sec03 .main-sec03-swiper .swiper-slide .con-line li.txt .bdbtn{
    color: #fff;
    border: 1px solid #fff;
  }
  .main-sec04 .con-wrap .con-line{
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 60px;
    padding-top: 60px;
  }
  .main-sec04 .con-wrap .con-line > li{
    flex: none;
    width: 100%;
  }
  .main-sec04 .con-wrap .con-line > .txt .txtbox .top-txt{
    margin-bottom: 20px;
  } 
  .main-sec04 .con-wrap .con-line > .txt .txtbox .top-txt h4{
    font-size: 14px;
    letter-spacing: 3.8px;
    margin-bottom: 3px;
  }
  .main-sec04 .con-wrap .con-line > .txt .txtbox .top-txt h3{
    font-size: 20px;
  }
  .main-sec04 .con-wrap .con-line > .txt .txtbox .bottom-txt{
    margin-bottom: 30px;
  }
  .main-sec04 .con-wrap .con-line > .txt .txtbox .bottom-txt p{
    font-size: 16px;
  }
  .main-sec04 .con-wrap .con-line.odd > .img img{
    padding-right: 0px;
  }
  .main-sec04 .con-wrap .con-line.even > .img img{
    padding-left: 0px;
  }
  .main-sec04 .con-wrap .con-line.odd > .txt .txtbox{
    padding-left: 0px;
  }
  .main-sec04 .con-wrap .con-line.even > .img{
    order: 0;
  }
  .main-sec04 .con-wrap .con-line.even > .txt{
    order: 1;
  }
  .main-sec04 .con-wrap::before{
    display: none;
  }
  .main-sec04 .con-wrap .con-line .m-txt{
    transform: translate(40%,-35%) rotate(-90deg) !important;
    -webkit-transform: translate(40%,-35%) rotate(-90deg) !important;
    top: initial !important;
    left: initial !important;
    right: 0 !important;
    bottom: 30px !important;
    font-size: 10vw;
  }

  .main-sec05{
    padding-bottom: 140px;
  }
  .main-sec05 .main-titbox{
    margin-bottom: 30px;
  }
  .main-sec05-swiper .swiper-slide{
    width: 40%;
  }
  .sec05-link-img{
    position: absolute;
    top: initial;
    bottom: 40px;
    right: 10px;
    width: 100px;
  }
  .sec05-link-img .arrow{
    width: 25px;
  }
  .sec05-link-img p{
    font-size: 13px;
    margin-top: 6px;
  }
}

@media(max-width:767px){
  .main-sec04 .con-wrap .con-line > .txt .txtbox .bottom-txt p br{
    display: none;
  }
   .main-sec05-swiper .swiper-slide{
    width: 45%;
   }
}

/* main */

.foot-top .map-li{
  height: 768px;
}
.foot-top .map-li .wrap_map{height: 100%;}
.foot-top .map-li .root_daum_roughmap{width:100% !important;height: 100% !important;}
.foot-top .map-li .map{width: 100%;height: 768px;}
.foot-top .map-li .map_border{display: none;}
.root_daum_roughmap .cont{
  display: none !important;
}
.foot-wrap, .foot-top, .foot-bottom{
  width: 100%;
  position: relative;
}
.foot-top{
  background-color: rgb(245, 238, 230);
}
.foot-top .con-line{
  display: flex;
  align-items: center;
}
.foot-top .con-line > li{
  flex: 1;
}
.foot-top .con-line > .txt .txtbox{
  max-width: 720px;
  width: 100%;
  padding-left: 90px;
}
.foot-top .con-line > .txt .txtbox .middle-info-wrap{
  margin-bottom: 56px;
}
.foot-top .con-line > .txt .txtbox > .tit{
  font-size: 28px;
  font-weight: 300;
  text-align: left;
  color: rgb(6, 6, 6);
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgb(217,217,217);
}
.foot-top .con-line > .txt .txtbox > .tit b{
  font-weight: 800;
}
.foot-top .con-line > .txt .txtbox .info-box{
  margin-bottom: 40px;
}
.foot-top .con-line > .txt .txtbox .info-box:last-child{
  margin-bottom: 0;
}
.foot-top .con-line > .txt .txtbox .info-box .info-tit{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.foot-top .con-line > .txt .txtbox .info-box .info-tit img{
  display: block;
  width: 26px;
}
.foot-top .con-line > .txt .txtbox .info-box .info-tit p{
  font-size: 16px;
  font-weight: bold;
  color: rgb(25, 25, 25);
}
.foot-top .con-line > .txt .txtbox .info-box .address{
  font-size: 20px;
  font-weight: 800;
  color: rgb(25, 25, 25);
  margin-bottom: 8px;
}
.foot-top .con-line > .txt .txtbox .info-box .tel-tit{
  font-size: 55px;
  font-weight: bold;
  color: rgb(25, 25, 25);
}
.foot-top .con-line > .txt .txtbox .info-box .bottom-txt span{
  display: inline-block;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 800;
  color: rgb(255, 255, 255);
  background-color: rgb(188, 170, 138);
}
.foot-top .con-line > .txt .txtbox .bottom-inquiry a{
  display: flex;
  width: 250px;
  align-items: center;
  justify-content: space-between;
  padding: 24px 30px;
  border-radius: 99999px;
  background-color: rgb(188, 170, 138);
  transition: all 0.3s ease-in-out;
}
.foot-top .con-line > .txt .txtbox .bottom-inquiry a:hover{
  background-color: rgb(155,129,84);
}
.foot-top .con-line > .txt .txtbox .bottom-inquiry a span{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.44;
  color: rgb(255, 255, 255);
}
.foot-top .con-line > .txt .txtbox .bottom-inquiry a span b{
  font-weight: 800;
}
.foot-top .con-line > .txt .txtbox .bottom-inquiry a img{
  width: 32px;
}


.foot-bottom{
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  background-color: rgb(17, 17, 17);
  padding: 65px 0;
}
.foot-bottom .con-line{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}
.foot-bottom .con-line > .left .conbox .foot-logobox{
  width: 160px;
  margin-bottom: 20px;
}
.foot-bottom .con-line > .left .conbox .txtbox p{
  font-size: 15px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.2px;
  color: rgb(119, 119, 119);

  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.foot-bottom .con-line > .left .conbox .txtbox p span{
  display: block;
  position: relative;
}
.foot-bottom .con-line > .left .conbox .txtbox p span::after{
  content: "|";
  position: absolute;
  top: 50%;
  right: -6px;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
}
.foot-bottom .con-line > .left .conbox .txtbox p span:last-child::after{
  display: none;
}
.foot-bottom .con-line > .left .conbox .txtbox .copyright{
  margin-top: 4px;
}
.foot-bottom .con-line > .right .con-subline{
  display: flex;
  flex-wrap: wrap;
  gap: 30px 60px;
}
.foot-bottom .con-line > .right .con-subline > li .con-subbox h4{
  font-size: 13px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-bottom: 2px;
}
.foot-bottom .con-line > .right .con-subline > li .con-subbox h3{
  font-size: 30px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  margin-bottom: 4px;
}
.foot-bottom .con-line > .right .con-subline > li .con-subbox p{
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.2px;
  color: rgb(119, 119, 119);
}

@media(max-width:1024px){
  .foot-top .map-li{
    height: 320px;
  }
  .foot-top .map-li .map{height: 320px;}
  .foot-top .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .foot-top .con-line > li{
    flex: none;
    width: 100%;
  }
  .foot-top .con-line > .txt .txtbox{
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
  }
  .foot-top .con-line > .txt .txtbox .middle-info-wrap{
    margin-bottom: 30px;
  }
  .foot-top .con-line > .txt .txtbox > .tit{
    font-size: 24px;
    padding-bottom: 12px;
    margin-bottom: 11px;
  }
  .foot-top .con-line > .txt .txtbox .info-box{
    margin-bottom: 20px;
  }
  .foot-top .con-line > .txt .txtbox .info-box .info-tit{
    gap: 6px;
    margin-bottom: 10px;
  }
  .foot-top .con-line > .txt .txtbox .info-box .info-tit img{
    width: 24px;
  }
  .foot-top .con-line > .txt .txtbox .info-box .address{
    font-size: 16px;
    margin-bottom: 6px;
  }
  .foot-top .con-line > .txt .txtbox .info-box .tel-tit{
    font-size: 24px;
  }
  .foot-top .con-line > .txt .txtbox .info-box .bottom-txt span{
    padding: 10px 15px;
    font-size: 16px;
  }
  .foot-top .con-line > .txt .txtbox .bottom-inquiry a{
    max-width: 250px;
    width: 100%;
    padding: 18px 26px;
  }
  .foot-top .con-line > .txt .txtbox .bottom-inquiry a span{
    font-size: 16px;
  }
  .foot-top .con-line > .txt .txtbox .bottom-inquiry a img{
    width: 28px;
  }


  .foot-bottom{
    padding: 30px 0;
  }
  .foot-bottom .con-line{
    gap: 16px;
  }
  .foot-bottom .con-line > .left,
  .foot-bottom .con-line > .right
  {
    width: 100%;
  }
  .foot-bottom .con-line > .left .conbox .foot-logobox{
    width: 140px;
    margin-bottom: 16px;
  }
  .foot-bottom .con-line > .left .conbox .txtbox p{
    font-size: 14px;
    gap: 3px;
  }
  .foot-bottom .con-line > .left .conbox .txtbox p span{
   width: 100%;
  }
  .foot-bottom .con-line > .left .conbox .txtbox p span::after{
    display: none;
  }
  .foot-bottom .con-line > .left .conbox .txtbox .copyright{
    margin-top: 3px;
  }
  .foot-bottom .con-line > .right .con-subline{
    gap: 16px;
  }
  .foot-bottom .con-line > .right .con-subline > li{
    width: 100%;
  }
  .foot-bottom .con-line > .right .con-subline > li .con-subbox h3{
    font-size: 18px;
    margin-bottom: 3px;
  }
  .foot-bottom .con-line > .right .con-subline > li .con-subbox p{
    font-size: 13px;
  }
}


/* footer */

.bo_inner{
  padding-bottom: 150px !important;
}
.sub_page_titbox{
  text-align: center;
  margin-bottom: 90px;
  margin-top: 100px;
}
.sub_page_titbox p{
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111;
}
.sub_page_titbox h3{
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.2px;
  color: #111;
}
#bo_cate a{
  color: rgb(188, 170, 138) !important;
  border: 1px solid rgba(188,170,138,0.7) !important;
}
#bo_cate #bo_cate_on,
#bo_cate a:hover
{
  background: rgb(188,170,138) !important;
  border: 1px solid rgb(188,170,138) !important;
  box-shadow: none !important;
  color:  #fff !important;
  -webkit-box-shadow : none !important;
  -moz-box-shadow : none !important;
}

.page-top-mark{
  position: relative;
  max-width: 181px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 90px;
}
.page-top-mark img{
  display: block;
  width: 100%;
  animation: rotateCircle 10s linear infinite;
}
.page-top-mark .box{
  width: 16px;
  height: 16px;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
}

.sub-wrap{
  padding-bottom: 150px;
}
.sectop-tit1{
  margin-bottom: 60px;
}
.sectop-tit1 h2{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.2px;
  color: rgb(17, 17, 17);
}
.sectop-tit1 p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.2px;
  color: rgb(119, 119, 119);
  margin-top: 36px;
}
.mobile{
  display: none;
}

@media(max-width:1024px){
  .pc{
    display: none !important;
  }
  .mobile{
    display: block !important;
  }
  .bo_inner{
    padding-bottom: 100px !important;
  }
  .sub_page_titbox{
    margin-bottom: 30px;
    margin-top: 80px;
  }
  .sub_page_titbox p{
    font-size: 16px;
    margin-bottom: 8px;
  }
  .sub_page_titbox h3{
    font-size: 28px;
  }
  .sub-wrap{
    padding-bottom: 100px;
  }

  .sectop-tit1{
    margin-bottom: 30px;
  }
  .sectop-tit1 h2{
    font-size: 22px;
  }
  .sectop-tit1 p{
    font-size: 16px;
    margin-top: 12px;
  }
  .sectop-tit1 p br{
    display: none;
  }

  .page-top-mark{
    max-width: 100px;
    margin-bottom: 60px;
  }
  .page-top-mark .box{
    width: 14px;
    height: 14px;
  }
}

@media(max-width:767px){
  .sub_page_titbox h3{
    font-size: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .sub_page_titbox h3 br{
    display: none;
  }
}

/* board */

.fac-swiper1, .fac-swiper2{
  overflow: hidden;
  max-width: calc(100% - 348px);
  width: 100%;
  margin: 0 auto;
}
.fac-swiper2{
  margin-top: 20px;
}
.fac-swiper2 .swiper-wrapper{
  justify-content: center;
}
.fac-swiper1-box{
  position: relative;
}
.fac-swiper1-box .fac-prev,
.fac-swiper1-box .fac-next
{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 130px;
  cursor: pointer;
  z-index: 10;
}
.fac-swiper1-box .fac-prev{
  left: 0;
}
.fac-swiper1-box .fac-next{
  right: 0;
}
.fac-swiper1 .swiper-slide .imgbox{
  border-radius: 30px;
  overflow: hidden;
}
.fac-swiper2 .swiper-slide{
  border-radius: 12px;
  overflow: hidden;
}
.fac-swiper2 .swiper-slide::after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.fac-swiper2 .swiper-slide.swiper-slide-thumb-active::after{
  opacity: 0;
}

@media(max-width:1024px){
  .fac-swiper1, .fac-swiper2{
    max-width: 100%;
  }
  .fac-swiper2{
    margin-top: 12px;
  }
  .fac-swiper1-box .fac-prev,
  .fac-swiper1-box .fac-next
  {
    width: 40px;
  }
  .fac-swiper1-box .fac-prev{
    left: 10px ;
  }
  .fac-swiper1-box .fac-next{
    right: 10px ;
  }
  .fac-swiper1-box .fac-prev,
  .fac-swiper1-box .fac-next {
    display: none;
  }
  .fac-swiper1 .swiper-slide .imgbox{
    border-radius: 12px;
  }
  .fac-swiper2 .swiper-slide{
    border-radius: 8px;
  }
}

/* sub01 */

.sub02-am-line{
  border-radius: 30px;
  background-color: rgb(246, 246, 246);
  padding: 80px 80px;
}
.sub02-am-line > h3{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.2px;
  text-align: center;
  color: rgb(17, 17, 17);
  margin-bottom: 28px;
}
.sub02-am-line .con-line{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 60px;
}
.sub02-am-line .con-line > li .iconbox{
  width: 40px;
  margin: 0 auto;
}
.sub02-am-line .con-line > li p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: -0.2px;
  color: rgb(0, 0, 0);
  text-align: center;
  margin-top: 10px;
}
.sub02tab {
  display: flex;
  justify-content: center;
  gap: 28px;
  flex-wrap: wrap;
  margin-top: 90px;
  margin-bottom: 60px;
}
.sub02tab button {
  display: block;
  outline: none;
  border: none;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -0.4px;
  color: rgb(51, 51, 51);
  padding: 20px 0;
  border-bottom: solid 4px rgb(255,255,255);
  transition: all 0.3s ease-in-out;
  min-width: 120px;
}
.sub02tab button:hover,
.sub02tab button.active
{
  color: rgb(162, 140, 114);
  border-bottom: solid 4px rgb(162, 140, 114);
}
.sub02tabcontent {
  display: none;
}
.sub02tabcontent.first{
  display: block;
}
.sub02tabcontent .img-line .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.sub02tabcontent .img-line .con-line > li{
  width: calc(33.33% - (80px / 3));
}
.sub02tabcontent .img-line .con-line > li img{
  margin-bottom: 40px;
}
.sub02tabcontent .img-line .con-line > li img:last-child{
  margin-bottom: 0;
}




@media(max-width:1450px){
    .sub02-am-line{
    padding: 80px 30px;
  }
  .sub02-am-line .con-line{
    gap: 30px;
  }
  .sub02-am-line .con-line > li p{
    font-size: 18px;
  }
}

@media(max-width:1024px){
  .sub02-am-line{
    border-radius: 20px;
    padding: 40px 20px;
  }
  .sub02-am-line > h3{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .sub02-am-line .con-line{
    gap: 30px 10px;
    flex-wrap: wrap;
  }
  .sub02-am-line .con-line > li{
    width: calc(33.33% - (20px / 3));
  }
  .sub02-am-line .con-line > li .iconbox{
    width: 32px;
  }
  .sub02-am-line .con-line > li p{
    font-size: 16px;
    margin-top: 6px;
  }
  .sub02tab {
    gap: 16px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .sub02tab button{
   padding: 16px 0;
  }
  .sub02tabcontent .img-line .con-line{
    gap: 20px;
  }
  .sub02tabcontent .img-line .con-line > li{
    width: calc(33.33% - (40px / 3));
  }
}

@media(max-width:767px){
  .sub02-am-line .con-line > li{
    width: calc(50% - 5px);
  }

  .sub02tab button {
    font-size: 18px;
    padding: 10px 0;
    border-bottom: solid 2px rgb(255,255,255);
    min-width: 100px;
  }
  .sub02tab button:hover,
  .sub02tab button.active
  {
    border-bottom: solid 2px rgb(162, 140, 114);
  }
  .sub02tabcontent .img-line .con-line{ 
    gap: 5px;
  }
  .sub02tabcontent .img-line .con-line > li{
    width: calc(33.33% - (10px / 3));
  }
  .sub02tabcontent .img-line .con-line > li img{
    margin-bottom: 5px;
  }
}
@media(max-width:500px){
  .sub02tabcontent .img-line .con-line > li{
    width: 100%;
  }
}

/* sub02 */

.sub03-sec01 .con-wrap .con-line{
  display: flex;
  align-items: flex-end;
  gap: 66px;
}
.sub03-sec01 .con-wrap .con-line{
  margin-bottom: 80px;
}
.sub03-sec01 .con-wrap .con-line:last-child{
  margin-bottom: 0;
}
.sub03-sec01 .con-wrap .con-line > li{
  width: calc(50% - 33px);
}
.sub03-sec01 .con-wrap .con-line.even > .txt{
  order: 1;
}
.sub03-sec01 .con-wrap .con-line.even > .slide{
  order: 0;
}
.sub03-sec01 .con-wrap .con-line > .txt .conbox .iconbox{
  width: 130px;
  margin-bottom: 40px;
}
.sub03-sec01 .con-wrap .con-line > .txt .conbox .txtbox h3{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.2px;
  color: rgb(17, 17, 17);
  margin-bottom: 32px;
}
.sub03-sec01 .con-wrap .con-line > .txt .conbox .txtbox p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.56;
  letter-spacing: -0.2px;
  color: rgb(119, 119, 119);
}
.sub03-swiper{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sub03-swiper .sub03-prev,
.sub03-swiper .sub03-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 3;
  width: 76px;
  cursor: pointer;
}
.sub03-swiper .sub03-prev{
  left: 28px;
}
.sub03-swiper .sub03-next{
  right: 28px;
}

@media(max-width:1024px){
  .sub03-sec01 .con-wrap .con-line{
    gap: 20px;
    flex-wrap: wrap;
  }
  .sub03-sec01 .con-wrap .con-line{
    margin-bottom: 60px;
  }
  .sub03-sec01 .con-wrap .con-line > li{
    width: 100%;
  }
  .sub03-sec01 .con-wrap .con-line.odd > .txt{
    order: 1;
  }
  .sub03-sec01 .con-wrap .con-line.odd > .slide{
    order: 0;
  }
  .sub03-sec01 .con-wrap .con-line > .txt .conbox .iconbox{
    width: 60px;
    margin-bottom: 16px;
  }
  .sub03-sec01 .con-wrap .con-line > .txt .conbox .txtbox h3{
    font-size: 20px;
    margin-bottom: 8px;
  }
  .sub03-sec01 .con-wrap .con-line > .txt .conbox .txtbox p{
    font-size: 16px;
  }
  .sub03-sec01 .con-wrap .con-line > .txt .conbox .txtbox p br{
    display: none;
  }
  .sub03-swiper .sub03-prev,
  .sub03-swiper .sub03-next{
    width: 30px;
  }
  .sub03-swiper .sub03-prev{
    left: 15px;
  }
  .sub03-swiper .sub03-next{
    right: 15px;
  }
}

/* sub03 */

.sub04-sec01 .wrap_map{height: 100%;}
.sub04-sec01 .root_daum_roughmap{width:100% !important;height: 100% !important;}
.sub04-sec01 .map{width: 100%;height: 450px;}
.sub04-sec01 .map_border{display: none;}

.sub04-sec01 .list-wra{
  margin-top: 40px; 
}
.sub04-sec01 .list-wra .con-line{
  margin-bottom: 20px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 48px;
  border-radius: 10px;
  border: solid 1px rgb(213, 186, 152);
  background-color: rgb(255, 252, 247);
}
.sub04-sec01 .list-wra .con-line:last-child{
  margin-bottom: 0;
}
.sub04-sec01 .list-wra .con-line > .left{
  width: 170px;
  border-radius: 10px;
  background-color: rgb(246, 239, 227);
}
.sub04-sec01 .list-wra .con-line > .left .titline{
  padding: 20px;
  display: flex;
  gap: 24px;
  align-items: center;
}
.sub04-sec01 .list-wra .con-line > .left .titline .iconbox{
  width: 28px;
}
.sub04-sec01 .list-wra .con-line > .left .titline p{
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: rgb(42, 40, 41);
}
.sub04-sec01 .list-wra .con-line > .right{
  width: calc(100% - 218px);
}
.sub04-sec01 .list-wra .con-line > .right .con-subline{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub04-sec01 .list-wra .con-line > .right .con-subline > .left{
  width: calc(100% - 48px);
}
.sub04-sec01 .list-wra .con-line > .right .con-subline > .left p{
  font-size: 20px;
  font-weight: normal;
  letter-spacing: -0.4px; 
  color: rgb(42, 40, 41);
}
.sub04-sec01 .list-wra .con-line > .right .con-subline > .right{
  width: 48px;
}
.sub04-sec01 .list-wra .con-line > .right .con-subline > .right .imgbox{
  width: 100%;
}
.sub04-sec01 .list-wra .con-line > .right .con-subline > .left p .sm-txt{
  font-size: 16px;
  color: rgba(42,40,41,0.8);
  display: block;
}

@media(max-width:1024px){
  .sub04-sec01 .map{width: 100%;height: 250px;}
  .sub04-sec01 .list-wra{
    margin-top: 30px; 
  }
  .sub04-sec01 .list-wra .con-line{
    margin-bottom: 10px;
    padding: 15px 10px;
    gap: 6px;
    flex-wrap: wrap;
  }
  .sub04-sec01 .list-wra .con-line > .left{
    width: 100%;
    background: #fff;
    border-radius: 0;
  }
  .sub04-sec01 .list-wra .con-line > .left .titline{
    padding: 12px 10px;
    gap: 12px;
    background-color: rgb(246, 239, 227);
    border-radius: 12px;
    width: 100%;
  }
  .sub04-sec01 .list-wra .con-line > .left .titline .iconbox{
    width: 20px;
  }
  .sub04-sec01 .list-wra .con-line > .left .titline p{
    font-size: 16px;
  }
  .sub04-sec01 .list-wra .con-line > .right{
    width: 100%;
  }
  .sub04-sec01 .list-wra .con-line > .right .con-subline > .left{
    width: 100%;
  }
  .sub04-sec01 .list-wra .con-line > .right .con-subline > .left p{
    font-size: 16px;
  }
  .sub04-sec01 .list-wra .con-line > .right .con-subline > .left p .sm-txt{
    font-size: 14px;
  }
  .sub04-sec01 .list-wra .con-line > .right .con-subline > .right{
    display: none;
  }
}

/* sub04 */

.sub05-sec01 .inner{
  max-width: 1280px;
}
.sub05-sec01 .con-wrap .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 60px 80px;
}
.sub05-sec01 .con-wrap .con-line > li{
  width: calc(50% - 40px);
}
.sub05-sec01 .con-wrap .con-line > li .txtbox{
  padding: 24px 15px;
  text-align: center;
  border-left: solid 1px rgb(213, 186, 152);
  border-right: solid 1px rgb(213, 186, 152);
  border-bottom: solid 1px rgb(213, 186, 152);
  background-color: rgb(255, 252, 247);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.sub05-sec01 .con-wrap .con-line > li .txtbox p{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.56;
  letter-spacing: -0.2px;
  color: rgb(25, 25, 25);
}

@media(max-width:1024px){
  .sub05-sec01 .con-wrap .con-line{
    gap: 30px 10px;
  }
  .sub05-sec01 .con-wrap .con-line > li{
    width: calc(50% - 5px);
  }
  .sub05-sec01 .con-wrap .con-line > li .txtbox{
    padding: 16px 10px;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
  .sub05-sec01 .con-wrap .con-line > li .txtbox p{
    font-size: 16px;
  }
}
@media(max-width:767px){
  .sub05-sec01 .con-wrap .con-line > li{
    width: 100%;
  }
}


/* sub05 */

.rsv-frm-chkbox{
  margin-top: 20px;
}
.cm-checkbox{
  width: 20px;
  height: 20px;
  overflow: hidden;
  position: relative;
}
.cm-checkbox span{
  border-radius: 6px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(247, 250, 255);
  width: 20px;
  height: 20px;
  display: block;
  position: relative;
}
.cm-checkbox span img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 75%;
}
.cm-checkbox span img.active,
.p-list-wrap .con-line li input:checked + label .cm-checkbox span img.normal,
.cm-checkbox2 span img.active,
.cm-checkbox2 input:checked + label span img.normal
{
  opacity: 0;
}
.cm-checkbox2 span img.active,
.cm-checkbox2 input:checked + label span img.normal
{
  opacity: 0;
}
.cm-checkbox2 label{
  cursor: pointer;
}
.p-list-wrap .con-line li input:checked + label .cm-checkbox span,
.cm-checkbox2 input:checked + label span
{
  border: solid 1px rgb(0, 112, 255);
  background-color: rgb(0, 112, 255);
}
.p-list-wrap .con-line li input:checked + label .cm-checkbox span img.active,
.cm-checkbox span img.normal,
.cm-checkbox2 span img.normal,
.cm-checkbox2 input:checked + label span img.active
{
  opacity: 1;
}
.cm-checkbox2{
  width: 100% !important;
  height: auto !important;
}
.cm-checkbox2  input{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cm-checkbox2 label{
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.2px;
  color: rgb(25, 25, 25);
}
.cm-checkbox2 label p b{
  color: rgb(255, 52, 52);
  font-weight: 600;
  margin-right: 3px;
  display: inline-block;
}

@media(max-width:1024px){
  .cm-checkbox2 label{
    gap: 5px;
    font-size: 16px;
  }
}




/* 팝업 */
@media screen and (max-width:768px) {
  .hd_pops_con {
    width: 100% !important;
    height: fit-content !important;
  }
  .hd_pops_con p {
    font-size: 0;
  }
  .hd_pops {
    width: calc(100vw - 20px) !important;
    max-width: 450px;
    left: 10px !important;
  }
}
