@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');

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@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;
}
 
.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.gmk{
  font-family: 'GMarketSans', sans-serif !important;
}
.inner{
  max-width: 1420px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}

a[href^="tel"],
a[href^="mailto"] {
  text-decoration: none;
}

/* 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: rgb(97, 95, 57);}
/* .gnb_nav .snb{border-top: 4px solid #A9806A;} */
/* 헤더 > 서브메뉴 border-top 필요 시 활성화 */
.gnb_nav .snb .depth2 a:hover {color: rgb(97, 95, 57);}
.all_gnb_nav p.depth1_a::after{background-color: rgb(97, 95, 57);}
.all_gnb_nav .depth2 a:hover {color: rgb(97, 95, 57);}
/* 헤더컬러 */

.header *{
  font-family: 'Pretendard', 'sans-serif' !important;
}
.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);
  background: rgba(0,0,0,0.5);}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
max-width: 2560px;
padding: 0 100px;
}
.header .inner > .left{
  display: flex;
  gap: 114px;
  align-items: center;
}

.header .logo img {display: block; max-width: 107px; position: relative;
/* top: 4px; */
/* 가시사이즈가 중앙이 아닐 때 top 조정 */
}
.gnb_nav {display: flex; align-items: center;}
.gnb_nav .gnb {display: flex; gap: 80px; margin-right: 0px;}
.gnb_nav .gnb .depth1 {font-weight: 600; line-height: 100px; position: relative; transition: .3s;}
.gnb_nav .gnb .depth1_a {font-size: 17px; position: relative; white-space: nowrap; top : 2px;
color: #fff;
color: rgb(248, 245, 218);
}
.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;
}
.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(../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);}



@media(max-width:1600px){
  .header .inner{
    padding: 0 20px;
  }
  .gnb_nav .gnb{
    gap: 30px;
  }
  .header .inner > .left{
    gap: 60px;
  }
}

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

}

@media(min-width:1025px){
  .all_gnb_nav .snb{
    display: block !important;
    height: auto !important;
  }
  .mobile{
    display: none !important;
  }
}
@media screen and (max-width: 1024px){
  .pc{
    display: none !important;
  }
  .ham_open{
    display: flex;
  }
	.header {height: 80px;}
	.header .logo img {width: 100px;}
	.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 {
  /* margin-top: 100px; */
}
.sub_visual {
  height: auto;
  background: url(../img/sub_visual01.jpg) no-repeat center/cover;
  position: relative;
}
.subtop-con-wrap{
  width: 100%;
  padding: 350px 0;
}
.sub_visual.sv01 {
  background-image: url(../img/sub_visual01.jpg);
}
.sub_visual.sv02 {
  background-image: url(../img/sub_visual02.jpg);
}
.sub_visual.sv03 {
  background-image: url(../img/sub_visual03.jpg);
}
.sub_visual.sv04 {
  background-image: url(../img/sub_visual04.jpg);
}
.sub_visual.sv05 {
  background-image: url(../img/sub_visual05.jpg);
}
.sub_visual::before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  /* opacity: 0; */
}
.sub_visual .sub_tit {
  font-size: 55px;
  font-weight: 500;
  letter-spacing: -5.5px;
  color: rgb(248, 245, 218);
  text-align: center;
  margin-bottom: 24px;
}
.sub_visual .subtop-txtbox p{
  font-size: 22px;
  font-weight: 300;
  line-height: 1.57;
  letter-spacing: -1.65px;
  text-align: center;
  color: rgb(248, 245, 218);
}
.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(../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:1600px){
  .subtop-con-wrap{
    padding: 220px 0;
  }
}

@media(max-width:1024px){
  #sub_container {
    /* margin-top: 80px; */
  }
.subtop-con-wrap{
  padding: 120px 0;
}
.sub_visual .sub_tit {
  font-size: 30px;
  letter-spacing: -0.8px;
  margin-bottom: 10px;
}
.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;
  font-size: 16px;
}
.sub_nav_ul .depth_p::after {
  width: 16px;
  height: 16px;
  right: 10px;
}
}

@media(max-width:767px){
  .sub_visual .sub_tit {
    font-size: 26px;
    margin-bottom: 6px;
  }
  .subtop-con-wrap{
    padding: 140px 0 100px;
  }
}

/* subtop */

.place-sec{
  padding: 100px 0 150px;
  background-color: rgb(255,255,255);
}

.place-sec .place-sec-inner{
  padding-left: 375px;
  padding-left: 19vw;
  display: flex;
  align-items: center;
}

.place-sec .place-sec-txt{
  width: 156px;
  position: relative;
  z-index: 5;
}

.place-sec .place-sec-swiper{
  width: calc(100% - 156px);
  overflow: hidden;
}

.place-sec .place-sec-txt h2{
  font-size: 46px;
  font-weight: 500;
  letter-spacing: -4.37px;
  color: rgb(97, 95, 57);
  white-space: nowrap;
}

.place-sec .place-sec-txt .place-sec-paging{
  display: flex;
  align-items: center;
  gap: 20px;

  display: none;
  margin-top: 15px;
}

.place-sec .place-sec-txt .place-sec-paging > div{
  cursor: pointer;
  font-size: 50px;
  font-weight: 500;
  line-height: 1.36;
  letter-spacing: -3.75px;
  color: rgb(1, 175, 200);
  font-family: 'ONE-Mobile-Title', sans-serif !important;
}

@media(max-width:1600px){
  .place-sec .place-sec-inner{
    padding-left: 50px;
  }
}

@media(max-width:1024px){
  .place-sec .place-sec-inner{
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: wrap;
  }

  .place-sec .place-sec-txt{
    width: 100%;
    z-index: 1;
  }

  .place-sec .place-sec-swiper{
    width: 100%; 
  }

  .place-sec .place-sec-txt h2{
    font-size: 28px;
    letter-spacing: -0.75px;
    padding-bottom: 20px;
    white-space: initial;
  }

  .place-sec .place-sec-txt .place-sec-paging{
    gap: 16px;
    /* margin-top: 20px; */
  }

  .place-sec .place-sec-txt .place-sec-paging > div{
    font-size: 28px;
    letter-spacing: -0.75px;
  }

  .place-sec-txt{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
}
/* 둘러보기 */

.foot-wrap,
.foot-wrap > section{
  width: 100%;
  position: relative;
}
.foot-sec01{
  padding: 140px 0;
  background-color: rgb(97, 95, 57);
}
.foot-sec01 > .inner{
  max-width: 773px;
}
.fooot-sectit{
  text-align: center;
  margin-bottom: 40px;
}
.fooot-sectit h2{
  font-size: 53px;
  font-weight: 300;
  letter-spacing: -0.8px;
  color: rgb(248, 245, 218);
}
.foot-info-txtbox{
  margin-top: 40px;
  text-align: center;

  font-size: 24.5px;
  font-weight: normal;
  letter-spacing: -1.84px;
  color: rgb(248, 245, 218);
}
.foot-info-txtbox .tel a{
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.75px;
  display: inline-block;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  color: rgb(248, 245, 218);
}
.foot-info-txtbox .add{
  margin-top: 22px;
}
.foot-info-txtbox .time-line{
  margin-top: 22px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.foot-info-txtbox .time-line > li{
  width: auto;
}
.foot-info-txtbox .copyright{
  margin-top: 80px;
  font-size: 14.5px;
  font-weight: 300;
  letter-spacing: 0.07px;
}

@media(max-width:1024px){
  .foot-sec01{
    padding: 80px 0;
  }
  .fooot-sectit{
    margin-bottom: 20px;
  }
  .fooot-sectit h2{
    font-size: 24px;
    letter-spacing: -0.4px;
  }
  .foot-info-txtbox{
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -0.84px;
  }
  .foot-info-txtbox .tel a{
    font-size: 18px;
  }
  .foot-info-txtbox .add{
    margin-top: 12px;
  }
  .foot-info-txtbox .time-line{
    margin-top: 4px;
    gap: 12px;
  }
  .foot-info-txtbox .copyright{
    margin-top: 40px;
    font-size: 13px;
  }
}

@media(max-width:767px){
  .foot-info-txtbox .time-line{
    flex-wrap: wrap;
    gap: 4px;
  }
  .foot-info-txtbox .time-line > li{
    width: 100%;
  }
  .fooot-sectit h2{
    font-size: 20px;
  }
  .foot-info-txtbox{
    font-size: 14.5px;
  }
  .foot-info-txtbox .tel a{
    font-size: 16px;
  }
  .foot-info-txtbox .copyright{
    font-size: 12px;
  }
}

/* 푸터 */

.bottom-floating{
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: rgb(58, 57, 34);
  padding: 40px 0;
}
.bottom-floating-line{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
.bottom-floating-line .logo{
  width: 138px;
  padding-right: 12px;
}
.bottom-floating-line .ipt-wrap{
  display: flex;
  align-items: center;
  gap: 26px;
}
.bottom-floating-line .ipt-wrap .input-line{
  display: flex;
  align-items: center;
  gap: 11px;
}
.bottom-floating-line .ipt-wrap .input-line input,
.bottom-floating-line .ipt-wrap .input-line select
{
  max-width: 185px;
  width: calc(33.33% - (22px / 3));
  padding: 12px 10px;

  font-size: 12px;
  font-weight: 300;
  color: rgb(0,0,0);

  border-radius: 7px;
  background-color: rgb(241, 241, 241);
  outline: none;
  border: none;
}
.bottom-floating-line .ipt-wrap .input-line input::placeholder{
  color: rgb(123, 123, 123);
}
.bottom-floating-line .ipt-wrap .agr-wrap .agr-box{
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.bottom-floating-line .ipt-wrap .agr-wrap .agr-box:last-child{
  margin-bottom: 0;
}
.bottom-floating-line .ipt-wrap .agr-wrap .agr-box input{
  width: 13px;
  height: 13px;
}
.bottom-floating-line .ipt-wrap .agr-wrap .agr-box label{
  cursor: pointer;
  font-size: 11px;
  font-weight: 300;
  color: rgb(255, 254, 254);
}
.bottom-floating-line .snswrap{
  display: flex;
  gap: 10px;
}
.bottom-floating-line .snswrap .bottom-floating-submit{
  border-radius: 7px;
  background-color: rgb(97, 95, 57);
  outline: none;
  border: none;
  font-size: 13px;
  font-weight: normal;
  color: rgb(255, 254, 254);
  text-align: center;
  padding: 11px 0;
  text-align: center;
  overflow: hidden;
  min-width: 135px;
}
.bottom-floating-line .snswrap a{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  padding: 6px 0;
  border-radius: 7px;
  overflow: hidden;
  min-width: 135px;
}
.bottom-floating-line .snswrap a.kakao-chat-btn{
  background-color: rgb(255, 232, 18);
}
.bottom-floating-line .snswrap a.insta-btn{
  background-color: rgb(206, 55, 162);
}
.bottom-floating-line .snswrap a.kakao-chat-btn .icon{
  width: 28px;
}
.bottom-floating-line .snswrap a.kakao-chat-btn .txt{
  max-width: calc(100% -32px);
  color: rgb(38, 38, 38);
}
.bottom-floating-line .snswrap a.insta-btn .icon{
  width: 23px;
}
.bottom-floating-line .snswrap a.insta-btn .txt{
  max-width: calc(100% - 27px);
  color: rgb(255, 254, 254);
}
.bottom-floating-line .snswrap a .txt{
  font-size: 13px;
  font-weight: normal;
}
.bottom-floating .floating-togglebtn{
  display: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 16px 0;
}
.bottom-floating.active .floating-togglebtn{
  border-bottom: 1px solid rgba(255,255,255,0.7);
}


@media(max-width:1400px){
  .bottom-floating{
    /* display: none; */
  }
  .bottom-floating-line .logo{
    display: none;
  }
  .bottom-floating-line .ipt-wrap{
    gap: 10px;
  }
  .bottom-floating-line{
    gap: 16px;
  }
  .bottom-floating-line .snswrap{
    gap: 6px;
  }
  .bottom-floating-line .snswrap .bottom-floating-submit,
  .bottom-floating-line .snswrap a
  {
    min-width: 100px;
  }
  .bottom-floating-line .ipt-wrap .input-line input,
  .bottom-floating-line .ipt-wrap .input-line select
  {
    max-width: 150px;
  }
}


@media(max-width:1024px){
  .bottom-floating-line .snswrap a{
    display: none;
  }
  .mobile-sns-flotaing{
    /* display: block; */
  }
  .bottom-floating-line .ipt-wrap .input-line input,
  .bottom-floating-line .ipt-wrap .input-line select
  {
    max-width: 120px;
  }
  .bottom-floating{
    padding: 20px 0;
  }
}

@media(max-width:767px){
  .mobile-sns-flotaing{
    bottom: 65px;
  }
  .bottom-floating{
    padding: 0px 0;
  }
  .bottom-floating .floating-togglebtn{
    display: block;
  }
  .bottom-floating form{
    display: none;
    padding-bottom: 16px;
  }
  .bottom-floating-line{
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .bottom-floating-line .ipt-wrap{
    gap: 10px;
    width: 100%;
    flex-wrap: wrap;
  }
  .bottom-floating-line .ipt-wrap .input-line{
    gap: 6px;
    flex-wrap: wrap;
    width: 100%;
  }
  .bottom-floating-line .ipt-wrap .input-line input,
  .bottom-floating-line .ipt-wrap .input-line select
  {
    max-width: 100%;
    width: 100%;
  }
  .bottom-floating-line .ipt-wrap .agr-wrap .agr-box{
    gap: 4px;
    margin-bottom: 4px;
  }
  .bottom-floating-line .ipt-wrap .agr-wrap .agr-box input{
    width: 12px;
    height: 12px;
  }
  .bottom-floating-line .snswrap{
    width: 100%;
  }
  .bottom-floating-line .snswrap .bottom-floating-submit{
    min-width: initial;
    width: 100%;
    background: rgba(1, 118, 161, 1);
    font-weight: bold;
  }
}

/* 하단 상담문의 플로팅 */

/* 게시판 공통 */

.bo_inner{
  padding-top: 100px;
  padding-bottom: 100px;
}

@media(max-width:1024px){
  .bo_inner{
  padding-top: 60px;
  padding-bottom: 60px;
}
}