@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: "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");
}

@font-face {
  font-family: 'yg-jalnan';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

body{
  width: 100%;
  height: 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;
}
.jalnan{
  font-family: 'yg-jalnan', 'sans-serif' !important;
}
 
.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.inner{
  max-width: 1340px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}
.mobile{
  display: none !important;
}
.iframebox {
  position:relative;
  height:0;
  padding-bottom:56.25%;
  overflow: hidden;
}
.iframebox::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: transparent;
}
.iframebox iframe {
  position:absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width:100%;
  height:100%;
}
video{
  display: block;
  width: 100%;
}

@media(max-width:1024px){
  .pc{
    display: none !important;
  }
  .mobile{
    display: block !important;
  }
}


/* common */
/* 헤더컬러 */
.gnb_nav{
  display: none !important;
}
.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 {}
.header .inner {height: 100%; display: flex; justify-content: space-between; align-items: center;
max-width: 2560px;
padding: 40px;
}
.header .logo img {display: block; max-width: 132px; 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;
}
.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);}

@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){
  .header .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .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(/html/img/sub_visual01.jpg) no-repeat center/cover;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 150px 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: 55px;
  color: #fff;
}
.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 {
    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 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 */

video{
  max-width: 100%;
  width: 100%;
}
.main-sec{
  position: relative;
  width: 100%;
  z-index: 9;
  overflow: hidden;
  padding: 150px 0;
}
.main-titbox{
  margin-bottom: 68px;
}
.main-titbox h2{
  font-size: 62px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2.56px;
  color: rgb(25, 25, 25);
}
.main-titbox h2 b{
  font-weight: bold;
}
.main-titbox .top-txt{
  font-size: 32px;
  font-weight: normal;
  line-height: 1.31;
  letter-spacing: -2px;
  color: rgb(25, 25, 25);
  margin-bottom: 20px;
}
.main-titbox .top-txt b{
  font-weight: bold;
}
.main-titbox .bottom-txt{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  color: rgb(85, 85, 85);
  margin-top: 12px;
}
.text-center{
  text-align: center !important;
}

.main-sec01{
  width: 100%;
  height: 100vh;
  min-height: 800px;
  position: relative;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.1) 100%);
}
.main-sec01 .inner{
  padding-top: 100px;
  padding-bottom: 100px;
}
.main-sec01 .con-line{
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-sec01 .con-line > .left{
  width: 600px;
}
.main-sec01 .con-line > .right{
  width: calc(100% - 630px);
}
.main-sec01 .con-line > .left .txtbox h2{
  font-size: 64px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -2.24px;
  color: rgb(25, 25, 25);
  margin-bottom: 20px;
}
.main-sec01 .con-line > .left .txtbox p{
  font-size: 32px;
  font-weight: normal;
  line-height: 1.31;
  letter-spacing: normal;
  color: rgb(85, 85, 85);
}
.main-sec02 .imgbox img{
  width: 100%;
  display: block;
}
.main-sec02 .imgbox{
  border-radius: 12px;
  overflow: hidden;
}

.main-sec03{
  position: relative;
  width: 100%;
  background: url(/html/img/main-sec03-bg.jpg) no-repeat center / cover;
  overflow: hidden;
}
.main-sec03 .inner{
  padding-top: 96px;
  padding-bottom: 96px;
}
.main-sec03 .txtbox{
  position: relative;
  z-index: 5;
}
.main-sec03 .txtbox h3{
  font-size: 63.8px;
  font-weight: normal;
  letter-spacing: normal;
}
.main-sec03 .txtbox h3 span img{
  max-width: 61px;
  display: block;
}
.main-sec03 .txtbox h3 span{
  display: inline-block;
  vertical-align: middle;
  margin-top: -12px;
}
.main-sec03 .txtbox h3.txt1{
  color: rgb(244, 159, 34);
}
.main-sec03 .txtbox h3.txt2{
  color: rgb(44, 198, 119);
}
.main-sec03 .inner .imgbox{
  position: absolute;
  bottom: 0;
  right: 0;
}
.main-sec03 .inner .imgbox img{
  max-width: 617px;
}

.main-sec04 .top-img{
  max-width: 303px;
  width: 100%;
  margin: 0 auto;
}
.main-sec04 .txtbox{
  max-width: 581px;
  width: 100%;
  border-radius: 999px;
  position: relative;
  padding: 23px 0 20px;
  background-color: rgb(44, 198, 119);
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 63px;
}
.main-sec04 .txtbox::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  width: 53px;
  height: 53px;
  background-color: rgb(44, 198, 119);
}
.main-sec04 .txtbox p{
  font-size: 35.7px;
  font-weight: bold;
  line-height: 1.41;
  letter-spacing: -1.83px;
  color: rgb(190, 249, 218);
  text-align: center;
}
.main-sec04 .txtbox p span{
  display: block;
  font-size: 44.3px;
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: -1.83px;
  color: rgb(255,255,255);
}
.main-sec04 .bottom-img{
  max-width: 861px;
  width: 85%;
  margin: 0 auto;
}
.main-sec04 .top-img img,
.main-sec04 .bottom-img img{
  display: block;
  width: 100%;
}
.main-sec04 .imgbox{
  text-align: center;
}


.main-sec05{
  background-color: rgb(249, 249, 249);
}
.main-sec05 .con-line{
  display: flex;
  gap: 20px;
}
.main-sec05 .con-line > li{
  flex: 1;
  border-radius: 20px;
  overflow: hidden;
}

.main-sec06{
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(232, 232, 232));
}
.main-sec06 .con-line{
  display: flex;
  gap: 12px;
}
.main-sec06 .con-line > li{
  flex: 1;
}
.main-sec06 .con-line > li .conbox .imgbox{
  text-align: center;
}
.main-sec06 .con-line > li .conbox .top-txt{
  font-size: 24px;
  font-weight: bold;
  color: rgb(0, 0, 0);

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 24px;
}
.main-sec06 .con-line > li .conbox .top-txt img{
  display: block;
  max-width: 40px;
}
.main-sec06 .con-line > li .conbox .bottom-txt{
  text-align: center;
  margin-top: 16px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.42;
  color: rgb(25, 25, 25);
}

.main-sec07{
  overflow: initial;
  padding: 0 !important;
}
.main-sec07 .inner{
  padding: 150px 0;
  border-bottom: 1px solid rgb(217, 217, 217);
}
.main-sec07 .con-wrap{
  position: relative;
  min-height: 1200px;
  margin-top: 150px;
}
.main-sec07 .con-wrap .con-box{
  width: 100%;
  min-height: 600px;
  position: sticky;
  left: 0;
  right: 0;
}
.main-sec07 .con-wrap .con-box .con-smallbox{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  transition: width 0.5s ease-in-out;
}
.main-sec07 .con-wrap .con-box1 .con-smallbox{
  top: 0px !important;
}
.main-sec07 .con-wrap .con-box2 .con-smallbox{
  top: -600px;
}
.main-sec07 .con-wrap .con-box1{
  top: 222px;
}
.main-sec07 .con-wrap .con-box2{
  top: 822px;
}
.main-sec07 .con-wrap .con-box2 .con-smallbox{
  width: 98%;
}
.main-sec07 .con-wrap .con-box1 .con-smallbox{
  width: 96%;
}
.main-sec07 .con-wrap .con-box .con-line{
  display: flex;
  align-items: flex-end; 
  gap: 10px;

  border-radius: 40px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.09);
  background-color: rgb(255, 255, 255);
  padding: 80px;
  min-height: 600px;
}
.main-sec07 .con-wrap .con-box .con-line > .left{
  width: 401px;
}
.main-sec07 .con-wrap .con-box .con-line > .right{
  width: calc(100% - 411px);
}
.main-sec07 .con-wrap .con-box .con-line > .right img{
  max-width: 650px;
  width: 100%;
}
.main-sec07 .con-wrap .con-box .con-line > .right{
  text-align: right;
}
.main-sec07 .con-wrap .con-box .con-line > .right img{
  display: inline-block;
}
.main-sec07 .con-wrap .con-box1 .con-line > .right img{
  border-radius: 20px;
  overflow: hidden;
}
.main-sec07 .con-wrap .con-box .con-line > .left h2{
  margin-bottom: 28px;
  font-size: 40px;
  font-weight: normal;
  text-align: left;
  color: rgb(25, 25, 25);
}
.main-sec07 .con-wrap .con-box .con-line > .left h2 b{
  font-weight: bold;
}
.main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist,
.main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist2
{
  padding-bottom: 90px;
}
.main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  position: relative;
  
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist2 p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  color: rgb(85, 85, 85);
}
.main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist p::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: rgb(85,85,85);
  border-radius: 100%;
}
.main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist p:last-child{
  margin-bottom: 0;
}

.main-sec07-swiper .swiper-wrapper{
}
.main-sec07-swiper .swiper-slide{
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.09);
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
}
.main-sec07-swiper .swiper-slide .imgbox{
  margin-bottom: 30px;
  text-align: center;
}
.main-sec07-swiper .swiper-slide .imgbox img{
  display: inline-block;
  width: 100%;
  height: 400px;
  object-fit: cover;
  vertical-align: bottom;
}
.main-sec07-swiper .swiper-slide .txtbox{
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
}
.main-sec07-swiper .swiper-slide .txtbox h2{
  margin-bottom: 14px;
  font-size: 24px;
}
.main-sec07-swiper .swiper-slide .txtbox h2 b{
  font-weight: bold;
}
.main-sec07-swiper .swiper-slide .txtbox .sub-txtlist p{
  font-size: 16px;
  gap: 6px;
  margin-bottom: 3px;
}
.main-sec07-swiper .swiper-slide .txtbox .sub-txtlist2 p{
  font-size: 16px;
}
.main-sec07-swiper .swiper-slide .txtbox .sub-txtlist p::before{
  width: 6px;
  height: 6px;
}

.main-sec08 .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.main-sec08 .con-line > li{
  width: calc(50% - 20px);
  border-radius: 40px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.09);
  border: solid 1px rgb(228, 220, 228);
  background-color: rgb(255, 255, 255);
}
.main-sec08 .con-line > li .conbox{
  padding: 40px 40px 30px;
  text-align: center;
}
.main-sec08 .con-line > li .conbox .step{
  margin: 0 auto;
  margin-bottom: 30px;
  width: 125px;
  height: auto;
  text-align: center;
  padding: 10px 20px;
  border-radius: 9999px;
  background-color: rgb(78, 203, 139);
  font-size: 20px;
  font-weight: bold;
  color: rgb(255, 255, 255);
}
.main-sec08 .con-line > li .conbox .imgbox{
  text-align: center;
  margin-bottom: 20px;
}
.main-sec08 .con-line > li .conbox .imgbox img{
  display: inline-block;
  max-width: 332px;
  width: 100%;
}
.main-sec08 .con-line > li .conbox .txt{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}
.main-sec08 .con-line > li .conbox .txt b{
  font-weight: bold;
}

.main-sec09{
  background-color: #fdfdfd;
}
.main-sec09 .main-sec09-titbox01{
  margin-bottom: 40px;
}
.main-sec09 .main-sec09-titbox02{
  margin-bottom: 118px;
}
.main-sec09 .main-sec09-titbox02 .tit-txt-box{
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: bold;
}
.main-sec09 .main-sec09-titbox02 .tit-txt-box .text-rolling{
  min-width: 555px;
  height: 80px;
  overflow: hidden;
}
.main-sec09 .main-sec09-titbox02 .tit-txt-box .text-rolling li{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.main-sec09 .main-sec09-titbox02 .tit-txt-box img{
  max-width: 60px;
  width: 100%;
}
.tit-txt-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  align-items: center;
  justify-content: center;
}
.main-sec09 .tit-imgbox{
  text-align: center;
  margin-bottom: 40px;
}
.main-sec09 .tit-imgbox img{
  display: inline-block;
  max-width: 332px;
  width: 100%;
}
.main-sec09 .con-wrap .con-line{
  display: flex;
  gap: 40px;
}
.main-sec09 .con-wrap .con-line li{
  flex: 1;
  align-items: flex-start;
}
.main-sec09 .con-wrap .con-line li .imgbox{
  position: relative;
  height: 380px;
}
.main-sec09 .con-wrap .con-line li .imgbox img{
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-sec09 .con-wrap .con-line li:nth-child(2n){
  margin-top: 85px;
}

.main-sec10{
  overflow: initial;
}
.main-sec10 .main-titbox01{
  margin-bottom: 40px;
}
.main-sec10 .main-titbox01 h2 span{
  font-weight: bold;
  padding: 14px 22px;
  display: inline-block;
  position: relative;
  border-radius: 20px;
  border: solid 5px rgb(78, 203, 139);
}
.main-sec10 .main-titbox01 h2 span img{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
  width: 43px;
}

.main-sec10-con-tab-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
.main-sec10-con-tab{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
  padding: 23px 34px;
  border-radius: 999px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.09);
  background-color: rgb(255, 255, 255);
}
.main-sec10-con-tab .main-sec10-tab-btn{
  outline: none;
  border: none;
  background: #fff;
  padding: 8px 20px;
  border-radius: 999px;

  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  color: rgb(85, 85, 85);
  transition: all 0.3s ease-in-out;
}
.main-sec10-con-tab .main-sec10-tab-btn.active,
.main-sec10-con-tab .main-sec10-tab-btn:hover
{
  color: #fff;
  background-color: rgb(255, 197, 63);
}

.main-sec10-con-wrap{
  position: relative;
  min-height: 1500px;
  margin-top: 200px;
}
.main-sec10-con-wrap .con-box .con-line-wrap{
  border-radius: 40px;
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.09);
  background-color: rgb(255, 255, 255);
}
.main-sec10-con-wrap .con-box{
  width: 100%;
  min-height: 748px;
  position: sticky;
  left: 0;
  right: 0;
}
.main-sec10-con-wrap .con-box .con-smallbox{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  transition: width 0.5s ease-in-out;
}
.main-sec10-con-wrap .con-box1 .con-smallbox{
  top: 0px !important;
}
.main-sec10-con-wrap .con-box2 .con-smallbox{
  top: -748px;
}
.main-sec10-con-wrap .con-box1{
  top: 326px;
}
.main-sec10-con-wrap .con-box2{
  top: 1070px;
}
.main-sec10-con-wrap .con-box2 .con-smallbox{
  width: 98%;
}
.main-sec10-con-wrap .con-box1 .con-smallbox{
  width: 96%;
}
.main-sec10-con-smallbox .con-line-wrap{
  min-height: 748px;
  padding: 80px 80px;
}
.main-sec10-con-smallbox .con-line-wrap .con-titbox{
  margin-bottom: 60px;
  text-align: center;
}
.main-sec10-con-smallbox .con-line-wrap .con-titbox h3{
  font-size: 40px;
  font-weight: 600;
  color: rgb(25, 25, 25);
  margin-bottom: 10px;
}
.main-sec10-con-smallbox .con-line-wrap .con-titbox h3 span{
  font-weight: bold;
  color: rgb(0, 132, 218);
}
.main-sec10-con-smallbox .con-line-wrap .con-titbox p{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: rgb(85, 85, 85);
}
.main-sec10-con-smallbox .con-line-wrap .con-line{
  display: flex;
  gap: 30px;
  justify-content: center;
}
.main-sec10-con-smallbox .con-line-wrap .con-line > li{
  width: calc(33.33% - (60px / 2));
}
.main-sec10-con-smallbox .con-line-wrap .con-line > li .top{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: rgb(51, 51, 51);
  padding: 8px 0;
  border-radius: 999px;
  background-color: rgb(215, 239, 255);
  margin-bottom: 10px;
}
.main-sec10-con-smallbox .con-line-wrap .con-line > li .imgbox{
  margin-bottom: 20px;
}
.main-sec10-con-smallbox .con-line-wrap .con-line > li .imgbox img{
  display: block;
  width: 100%;
}
.main-sec10-con-smallbox .con-line-wrap .con-line > li .txtbox{
  text-align: center;
}
.main-sec10-con-smallbox .con-line-wrap .con-line > li .txtbox h3{
  font-size: 20px;
  font-weight: bold;
  color: rgb(85, 85, 85);
  margin-bottom: 4px;
}
.main-sec10-con-smallbox .con-line-wrap .con-line > li .txtbox .txt{
  font-size: 19px;
  font-weight: normal;
  letter-spacing: -0.5px;
  line-height: 1.5;
  color: rgb(85, 85, 85);
  margin-bottom: 16px;
}
.main-sec10-con-smallbox .con-line-wrap .con-line > li .txtbox .tag{
  display: flex;
  align-items: center;
  gap: 4px;
  flex-wrap: wrap;
  justify-content: center
}
.main-sec10-con-smallbox .con-line-wrap .con-line > li .txtbox .tag span{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.5px;
  color: rgb(0, 132, 218);
}
.swiper-pagination{
  text-align: center;
  font-size: 16px;
  margin-top: 15px;
}
.main-sec10-swiper .swiper-wrapper{
}

.main-sec11{
  background-color: rgb(249, 249, 249);
}
.main-sec11 .main-titbox{
  margin-bottom: 155px;
}
.main-sec11-cardbanner{
  position: relative;
  width: 100%;
  background-color: rgb(244, 229, 255);
  padding: 80px 0;
}
.main-sec11-cardbanner .left-imgbox{
  position: absolute;
  bottom: 0;
  left: 10vw;
  width: 40%;

  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8vw;
}
.main-sec11-cardbanner .left-imgbox .img01{
  width: 233px;
  position: relative;
  transform: translateY(33%);
  -webkit-transform: translateY(33%);
}
.main-sec11-cardbanner .left-imgbox .img02{
  width: 443px;
}
.main-sec11-cardbanner .right-imgbox{
  position: absolute;
  bottom: 93px;
  right: 25vw;
  width: 241px;
}
.main-sec11-cardbanner .txtbox{
  padding-left: calc(50% + 40px);
}
.main-sec11-cardbanner .txtbox h3{
  font-size: 34px;
  font-weight: normal;
  line-height: 1.29;
  letter-spacing: -0.68px;
  color: rgb(194, 110, 255);
  margin-bottom: 16px;
}
.main-sec11-cardbanner .txtbox h3 img{
  display: inline-block;
  width: 40px;
  vertical-align: middle;
  margin-left: 4px;
}
.main-sec11-cardbanner .txtbox .taglist{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.main-sec11-cardbanner .txtbox .taglist span{
  display: block;
  padding: 6px 10px;
  border-radius: 999px;
  background-color: rgb(194, 110, 255);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.36px;
  text-align: center;
  color: rgb(255, 255, 255);
}

.main-sec11 .bottom-con-line{
  margin-bottom: 28px;
  display: flex;
  gap: 46px;
  margin-top: 80px;
}
.main-sec11 .bottom-con-line > .left{
  width: 298px;
}
.main-sec11 .bottom-con-line > .left img{
}
.main-sec11 .bottom-con-line > .right{
  width: calc(100% - 344px);
}
.main-sec11 .bottom-con-line .mo,
.main-sec11 .bottom-conbox .mo{
  display: none;
}
.main-sec12 .con-line{
  display: flex;
  gap: 40px;
  margin-bottom: 60px;
}
.main-sec12 .con-line > li{
  flex: 1;
}
.partner-wrap .partner-swiper1{
  margin-bottom: 40px;
}
.partner-wrap .swiper-wrapper,
.review-swiper .swiper-wrapper,
.review2-wrap .swiper-wrapper
{
  transition-timing-function: linear;
}
.partner-wrap .swiper-wrapper .swiper-slide,
.review-wrap .swiper-wrapper .swiper-slide,
.review2-wrap .swiper-wrapper .swiper-slide
{
  width: auto !important;
}
.partner-wrap .swiper-wrapper .swiper-slide img{
  height: 100px;
}

.main-sec13{
  background-color: rgb(249, 249, 249);
}
.main-sec13 .con-line{
  display: flex;
  gap: 40px;
}
.main-sec13 .con-line > li{
  flex: 1;
}
.main-sec13 .con-line > li .conbox p{
  margin-top: 20px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.48px;
  text-align: center;
  color: rgb(25, 25, 25);
}
.main-sec13 .con-line > li .imgbox{
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 30px;
  overflow: hidden;
}
.main-sec13 .con-line > li .imgbox img{
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.main-sec13 .con-line > li a:hover .imgbox img{
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.main-sec14 .main-titbox{
  margin-bottom: 25px;
}
.main-sec14 .top-conunt-line{
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.main-sec14 .top-conunt-line .conbox{
  width: 153px;
  text-align: center;
  padding: 6px 0;
  text-align: center;
  position: relative;
}
.main-sec14 .top-conunt-line .conbox:first-child::after{
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px rgba(0, 0, 0, 0.1);
}
.main-sec14 .top-conunt-line .conbox h3{
  font-size: 46.5px;
  font-weight: 500;
  letter-spacing: -0.93px;
  color: rgb(18, 32, 90);
}
.main-sec14 .top-conunt-line .conbox p{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: -0.28px;
  color: rgb(18, 32, 90);
}

.review-swiper1{
  margin-bottom: 24px;
}

.review-swiper .swiper-slide{
  min-width: 448px;
}
.review-swiper .swiper-slide .conbox{
  width: 100%;
  padding: 24px 20px;
  height: 262px;
  overflow-y: auto;
  border-radius: 16px;
  border: solid 1px rgb(228, 220, 228);
  background-color: rgb(255, 255, 255);

  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}
.review-swiper .swiper-slide .conbox .review-top{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}
.review-swiper .swiper-slide .conbox .review-top .profile{
  width: calc(100% - 142px);
  display: flex;
  align-items: center;
  gap: 6px;
}
.review-swiper .swiper-slide .conbox .review-top .profile .iconbox{
  width: 60px;
}
.review-swiper .swiper-slide .conbox .review-top .profile .txtbox h3{
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.4px;
  color: rgb(25, 25, 25);
  margin-bottom: 1.4px;
}
.review-swiper .swiper-slide .conbox .review-top .profile .txtbox p{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: -0.28px;
  color: rgba(0, 0, 0, 0.5);
}
.review-swiper .swiper-slide .conbox .review-top .scroe{
  width: 132px;
}
.review-swiper .swiper-slide .conbox .review-content{
  width: 100%;
}
.review-swiper .swiper-slide .conbox .review-content p{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.42;
  letter-spacing: -0.48px;
  color: rgb(85, 85, 85);
  padding-left: 10px;
}

.main-sec15{
  background-color: rgb(249, 249, 249);
}
.main-sec15 .titicon{
  width: 100px;
  margin: 0 auto;
}
.main-sec15 .review2-swiper1{
  margin-bottom: 20px;
}
.main-sec15 .review2-swiper .swiper-slide{
  text-align: center;
  border-radius: 24px;
  border: solid 1px rgb(228, 220, 228);
  position: relative;
} 
.main-sec15 .review2-swiper .swiper-slide .txtbox{
  min-width: 280px;
}
.main-sec15 .review2-swiper .swiper-slide .txtbox p{
  padding: 25px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: rgb(85, 85, 85);
}
.main-sec15 .review2-swiper .swiper-slide .imgbox{
  position: absolute;
  z-index: 99;
}
.main-sec15 .review2-swiper .swiper-slide .imgbox1,
.main-sec15 .review2-swiper .swiper-slide .imgbox2{
  top: 0;
  right: -20px;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.main-sec15 .review2-swiper .swiper-slide .imgbox3{
  bottom: 0;
  right: 0;
  transform: translate(70%,50%);
  -webkit-transform: translate(70%,50%);
}
.main-sec15 .review2-swiper .swiper-slide .imgbox1{
  width: 75px;
}
.main-sec15 .review2-swiper .swiper-slide .imgbox2{
  width: 80px;
}
.main-sec15 .review2-swiper .swiper-slide .imgbox3{
  width: 100px;
}
.review2-wrap{
  position: relative;
}
.review2-wrap::after{
  content: "";
  display: block;
  width: 23%;
  height: calc(100% + 80px);
  position: absolute;
  top: -40px;
  left: 0;
  /* background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%); */
  background: url(/html/img/main-sec15-review-bg1.png) no-repeat right / cover;
  z-index: 9;
}
.review2-wrap::before{
  content: "";
  display: block;
  width: 23%;
  height: calc(100% + 80px);
  position: absolute;
  top: -40px;
  right: 0;
  background: url(/html/img/main-sec15-review-bg2.png) no-repeat left / cover;
  z-index: 9;
}

.main-sec16{
  background: url(/html/img/main-sec16-bg.jpg) no-repeat top center / cover;
}
.main-sec16 .con-line1{
  display: flex;
  gap: 55px;
  align-items: flex-start;
}
.main-sec16 .con-line1 .img{
  width: calc(48% - (55px / 2));
}
.main-sec16 .con-line1 .right{
  width: calc(52% - (55px / 2));
}
.main-sec16 .con-line1 .right .txtbox{
  position: relative;
  top: -15px;
}
.main-sec16 .con-line1 .right .txtbox h3{
  font-size: 42px;
  font-weight: bold;
  letter-spacing: -0.84px;
  color: rgb(0, 0, 0);
  margin-bottom: 30px;
}
.main-sec16 .con-line1 .right .txtbox h3 span{
  letter-spacing: -0.64px;
  font-size: 32px;
  font-weight: normal;
}
.main-sec16 .con-line1 .right .txtbox .sub-txtbox{
  padding: 37px 20px;
  border-radius: 24px;
  background-color: rgb(249, 249, 249);
}
.main-sec16 .con-line1 .right .txtbox .sub-txtbox p{
  font-size: 32px;
  font-weight: normal;
  letter-spacing: -0.64px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
  position: relative;
  padding-left: 16px;
}
.main-sec16 .con-line1 .right .txtbox .sub-txtbox p::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: rgb(0,0,0);
  border-radius: 100%;
  position: absolute;
  top: 16px;
  left: 0;
}
.main-sec16 .con-line1 .right .txtbox .sub-txtbox p:last-child{
  margin-bottom: 0;
}

.main-sec16 .txtbox1{
  max-width: 428px;
  width: 100%;
  border-radius: 999px;
  position: relative;
  padding: 23px 0 20px;
  background-color: rgb(44, 198, 119);
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 36px;
}
.main-sec16 .txtbox1::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(45deg);
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  width: 48px;
  height: 48px;
  background-color: rgb(44, 198, 119);
}
.main-sec16 .txtbox1 p{
  font-size: 48px;
  font-weight: 400;
  letter-spacing: -0.96px;
  color: rgb(255, 255, 255);
  text-align: center;
}
.main-sec16 .txtbox1 p b{
  font-weight: bold;
}
.main-sec16 .logo-imgbox{
  text-align: center;
  position: relative;
  width: 430px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.main-sec16 .logo-imgbox .img1{
  width: 100%;
}
.main-sec16 .logo-imgbox .img2{
  position: absolute;
  bottom: 0;
  left: -38px;
  width: 227px;
  transform: translate(-100%,50%);
  -webkit-transform: translate(-100%,50%);
}
.main-sec16 .main-titbox2{
  margin-bottom: 96px;
}
.main-sec16 .bottom-txt-list p{
  font-size: 32px;
  font-weight: normal;
  letter-spacing: -0.64px;
  text-align: center;
  color: rgb(0, 0, 0);
  display: inline-block;
  padding: 24px 30px;
  border-radius: 24px;
  border: solid 1px rgb(228, 220, 228);
}
.main-sec16 .bottom-txt-list .txtlist{
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
.main-sec16 .bottom-txt-list .txtlist1{
  justify-content: flex-start;
}
.main-sec16 .bottom-txt-list .txtlist2{
  justify-content: center;
}
.main-sec16 .bottom-txt-list .txtlist3{
  justify-content: flex-end;
  margin-bottom: 0;
}
.main-sec16 .bottom-txt-list .txtlist img{
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  max-width: 194px;
  width: 100%;
}

.main-sec17{
  background: linear-gradient(to bottom, rgb(250, 250, 250) 0%, rgba(250, 250, 250, 0.1));
}
.main-sec17-swiper .swiper-slide .conbox img{
  box-shadow: 0 0 36px 0 rgba(0, 0, 0, 0.09);
  display: block;
  width: 100%;
  border-radius: 40px;
}
.main-sec17 .bottom-txtbox{
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.main-sec17 .bottom-txtbox p{
  max-width: 756px;
  width: 100%;
  padding: 30px 20px;
  text-align: center;
  border-radius: 999px;
  background-color: rgb(249, 249, 249);

  font-size: 32px;
  font-weight: normal;
  color: rgb(0, 0, 0);
}
.main-sec17 .bottom-txtbox p b{
  font-weight: bold;
}

.main-sec18 .qa-wrap .qa-list{
  margin-bottom: 40px;
  border-radius: 25px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  padding: 38px 52px;
}
.main-sec18 .qa-wrap .qa-list .question{
  position: relative;
}
.main-sec18 .qa-wrap .qa-list .question .tit{
  padding-right: 60px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.56px;
  color: rgb(25, 25, 25);
  cursor: pointer;
}
.main-sec18 .qa-wrap .qa-list .question .iconDiv{
  width: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main-sec18 .qa-wrap .qa-list.on .question .iconDiv{
  transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
}
.main-sec18 .qa-wrap .qa-list .answer{
  padding-top: 20px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.56px;
  color: rgb(25, 25, 25);
  display: none;
}

.main-sec19{
  background-color: rgb(249, 249, 249);
}
.main-sec19 .con-line{
  display: flex;
  gap: 40px;
  justify-content: center;
}
.main-sec19 .con-line > li{
  flex: 1;
  max-width: calc(50% - 20px);
}


@media(max-width:2000px){
  .main-sec11-cardbanner .right-imgbox{
    right: 17vw;
  }
}

@media(max-width:1600px){
  .main-sec01 .con-line{
    gap: 30px;
  }
  .main-sec01 .con-line > .left{
    width: 560px;
  }
  .main-sec01 .con-line > .right{
    width: calc(100% - 560px);
  }
  .main-sec01 .con-line > .left .txtbox h2{
    font-size: 48px;
  }
  .main-sec03 .inner .imgbox img{
    max-width: 480px;
  }
}

@media(max-width:1200px){
  .main-sec01 .con-line > .left{
    width: 500px;
  }
  .main-sec01 .con-line > .right{
    width: calc(100% - 530px);
  }
}

@media(min-width:1025px){
  .main-sec01 .inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .main-sec07 .con-wrap .con-box .con-line{
    max-height: 600px;
  }
}
 
@media(max-width:1024px){
  body{
    overflow-x: hidden;
  }
  .main-sec{
    padding: 60px 0;
  }
  .main-titbox{
    margin-bottom: 30px;
  }
  .main-titbox h2{
    font-size: 28px;
    letter-spacing: -1.06px;
  }
  .main-titbox .top-txt{
    font-size: 20px;
    letter-spacing: -1px;
    margin-bottom: 6px;
  }
  .main-titbox .bottom-txt{
    font-size: 16px;
    margin-top: 6px;
  }

  .main-sec01{
    min-height: 500px;
    height: auto;
  }
  .main-sec01 .con-line{
    flex-wrap: wrap;
    gap: 40px;
  }
  .main-sec01 .con-line > .left{
    width: 100%;
  }
  .main-sec01 .con-line > .right{
    width: 100%;
  }
  .main-sec01 .con-line > .left .txtbox h2{
    font-size: 36px;
    letter-spacing: -0.74px;
    margin-bottom: 8px;
  }
  .main-sec01 .con-line > .left .txtbox p{
    font-size: 20px;
  }
  
  .main-sec03 .inner{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .main-sec03 .txtbox h3{
    font-size: 32px;
  }
  .main-sec03 .txtbox h3 span img{
    max-width: 32px;
  }
  .main-sec03 .txtbox h3 span{
    margin-top: -8px;
  }
  .main-sec03 .inner .imgbox{
    width: 40%;
    right: 15px;
  }
  .main-sec03 .inner .imgbox img{
    max-width: 100%;
  }
  

  .main-sec04 .top-img{
    width: 60%;
  }
  .main-sec04 .txtbox{
    max-width: 600px;
    padding: 18px 0;
    margin-top: 30px;
    margin-bottom: 33px;
    width: 90%;
  }
  .main-sec04 .txtbox::after{
    width: 30px;
    height: 30px;
  }
  .main-sec04 .txtbox p{
    font-size: 18px;
    letter-spacing: -0.83px;
  }
  .main-sec04 .txtbox p span{
    font-size: 26px;
    letter-spacing: -0.83px;
  }

  .main-sec05 .con-line{
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-sec05 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    border-radius: 16px;
    overflow: hidden;
  }

  .main-sec06 .con-line{
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .main-sec06 .con-line > li{
    flex: none;
    width: calc(50% - 25px);
  }
  .main-sec06 .con-line > li .conbox .top-txt{
    font-size: 18px;
    margin-bottom: 16px;
  }
  .main-sec06 .con-line > li .conbox .top-txt img{
    max-width: 30px;
  }
  .main-sec06 .con-line > li .conbox .bottom-txt{
    margin-top: 12px;
    font-size: 16px;
  }
  
  .main-sec07 .inner{
    padding: 60px 0;
  }
  .main-sec07{
    overflow-x: hidden;
  }
  .main-sec07 .con-wrap .con-box .con-line{
    flex-wrap: wrap;
    gap: 30px;
  
    border-radius: 20px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
    padding: 40px 20px;
  }
  .main-sec07 .con-wrap .con-box .con-line > .left{
    width: 100%;
  }
  .main-sec07 .con-wrap .con-box .con-line > .right{
    width: 100%;
  }
  .main-sec07 .con-wrap .con-box .con-line > .left h2{
    margin-bottom: 14px;
    font-size: 24px;
  }
  .main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist,
  .main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist2
  {
    padding-bottom: 0px;
  }
  .main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist p{
    font-size: 16px;
    gap: 6px;
    margin-bottom: 3px;
  } 
  .main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist2 p{
    font-size: 16px;
  }
  .main-sec07 .con-wrap .con-box .con-line > .left .sub-txtlist p::before{
    width: 6px;
    height: 6px;
  }


  .main-sec07 .con-wrap{
    min-height: 1100px;
  }
  .main-sec07 .con-wrap .con-box,
  .main-sec07 .con-wrap .con-box .con-line
  {
    min-height: 550px;
  }


  .main-sec08 .con-line{
    gap: 10px;
  }
  .main-sec08 .con-line > li{
    width: calc(50% - 5px);
    border-radius: 20px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
  }
  .main-sec08 .con-line > li .conbox{
    padding: 30px 20px;
  }
  .main-sec08 .con-line > li .conbox .step{
    margin: 0 auto;
    margin-bottom: 12px;
    width: 110px;
    padding: 6px 10px;
    font-size: 16px;
  }
  .main-sec08 .con-line > li .conbox .imgbox{
    margin-bottom: 12px;
  }
  .main-sec08 .con-line > li .conbox .txt{
    font-size: 16px;
    font-weight: 500;
  }


  .main-sec09{
    padding-bottom: 90px;
  }
  .main-sec09 .main-sec09-titbox01{
    margin-bottom: 15px;
  }
  .main-sec09 .main-sec09-titbox01 br{
    display: none;
  }
  .main-sec09 .main-sec09-titbox02{
    margin-bottom: 30px;
  }
  .main-sec09 .main-sec09-titbox02 .tit-txt-box{
    gap: 4px;
  }
  .main-sec09 .main-sec09-titbox02 .tit-txt-box img{
    max-width: 40px;
  }
  .tit-txt-wrap{
    gap: 0px 6px;
    margin-top: 12px;
  }
  .main-sec09 .main-sec09-titbox02 .small{
    font-size: 20px;
  }
  .main-sec09 .tit-imgbox{
    margin-bottom: 15px;
  }
  .main-sec09 .tit-imgbox img{
    max-width: 280px;
  }
  .main-sec09 .con-wrap .con-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .main-sec09 .con-wrap .con-line li{
    flex: none;
    width: calc(50% - 5px);
  }
  .main-sec09 .con-wrap .con-line li .imgbox{
    height: 270px;
  }
  .main-sec09 .con-wrap .con-line li:nth-child(2n){
    margin-top: 0px;
    position: relative;
    top: 30px;
  }
  .main-sec09 .main-sec09-titbox02 .tit-txt-box .text-rolling{
    width: 100%;
    min-width: initial;
    height: 40px;
  }

  .main-sec10{
    overflow-x: hidden;
  }
  .main-sec10 .main-titbox01{
    margin-bottom: 30px;
  }
  .main-sec10 .main-titbox01 h2 span{
    padding: 8px 15px;
    border-radius: 10px;
    border: solid 2px rgb(78, 203, 139);
  }
  .main-sec10 .main-titbox01 h2 span img{
    width: 32px;
  }
  .main-sec10-con-tab-wrap{
    margin-bottom: 30px;
  }
  .main-sec10-con-tab{
    padding: 10px 12px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
  }
  .main-sec10-con-tab .main-sec10-tab-btn{
    padding: 6px 10px;
    font-size: 16px;
  }
  .main-sec10-con-wrap{
    margin-top: 400px;
  }
  .main-sec10-con-wrap .con-box .con-line-wrap,
  .main-sec10 .main-sec10-swiper .con-box .con-line-wrap
  {
    border-radius: 20px;
    box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.09);
  }
  .main-sec10-con-wrap .con-box{
    min-height: initial;
    position: relative;
  }
  .main-sec10-con-wrap .con-box .con-smallbox{
    position: relative;
    left: 0;
    transform: initial;
    -webkit-transform: initial;
  }
  .main-sec10-con-smallbox .con-line-wrap{
    min-height: initial;
    padding: 30px 20px;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-titbox{
    margin-bottom: 20px;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-titbox h3{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-titbox p{
    font-size: 16px;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-line > li{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #f1f1f1;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-line > li:last-child{
    padding-bottom: 0;
    border: none;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-line > li .top{
    font-size: 15px;
    padding: 6px 0;
    margin-bottom: 8px;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-line > li .imgbox{
    margin-bottom: 16px;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-line > li .txtbox h3{
    font-size: 18px;
    margin-bottom: 2px;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-line > li .txtbox .txt{
    font-size: 16px;
    margin-bottom: 12px;
  }
  .main-sec07-swiper .swiper-slide .txtbox .sub-txtlist2 p br{
    display: none;
  }
  .main-sec10-con-smallbox .con-line-wrap .con-line > li .txtbox .tag span{
    font-size: 14px;
  }


  .main-sec11 .main-titbox{
    margin-bottom: 85px;
  }
  .main-sec11-cardbanner{
    padding: 60px 0; 
  }
  .main-sec11-cardbanner .left-imgbox{
    left: 20px;
    width: calc(50% - 20px);
    gap: 30px;
  }
  .main-sec11-cardbanner .left-imgbox .img01{
    width: 30%;
    max-width: 200px;
  }
  .main-sec11-cardbanner .left-imgbox .img02{
    width: 60%;
    max-width: 380px;
  }
  .main-sec11-cardbanner .right-imgbox{
    bottom: 60px;
    right: 20px;
    width: 20%;
    max-width: 241px;
  }
  .main-sec11-cardbanner .txtbox{
    padding-left: calc(50% + 20px);
  }
  .main-sec11-cardbanner .txtbox h3{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .main-sec11-cardbanner .txtbox h3 img{
    width: 28px;
  }
  .main-sec11-cardbanner .txtbox .taglist{
    gap: 6px; 
  }
  .main-sec11-cardbanner .txtbox .taglist span{
    padding: 6px 12px;
    font-size: 15px;
  }

  .main-sec11 .bottom-con-line{
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .main-sec11 .bottom-con-line > .left{
    display: none;
  }
  .main-sec11 .bottom-con-line > .right{
    width: 100%;
  }

  .main-sec12 .con-line{
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 30px;
  }
  .main-sec12 .con-line > li{
    flex: none;
    width: calc(50% - 5px);
  }
  .partner-wrap .partner-swiper1{
    margin-bottom: 10px;
  }
  .partner-wrap .swiper-wrapper .swiper-slide img{
    height: 50px;
  }

  .main-sec13 .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .main-sec13 .con-line > li{
    flex: none;
    width: 100%;
  }
  .main-sec13 .con-line > li .conbox p{
    margin-top: 12px;
    font-size: 16px;
  }


  .main-sec14 .main-titbox{
    margin-bottom: 10px;
  }
  .main-sec14 .top-conunt-line{
    margin-bottom: 30px;
  }
  .main-sec14 .top-conunt-line .conbox{
    width: 123px;
  }
  .main-sec14 .top-conunt-line .conbox:first-child::after{
    width: 1px;
  }
  .main-sec14 .top-conunt-line .conbox h3{
    font-size: 28px;
  }
  .main-sec14 .top-conunt-line .conbox p{
    font-size: 13px;
  }
  .review-swiper1{
    margin-bottom: 10px;
  }
  .review-swiper .swiper-slide{
    min-width: 300px;
  }
  .review-swiper .swiper-slide .conbox{
    padding: 16px 15px;
    height: 200px;
    border-radius: 12px;
  }
  .review-swiper .swiper-slide .conbox .review-top .profile{
    width: calc(100% - 110px);
  }
  .review-swiper .swiper-slide .conbox .review-top .profile .iconbox{
    width: 40px;
  }
  .review-swiper .swiper-slide .conbox .review-top .profile .txtbox h3{
    font-size: 16px;
  }
  .review-swiper .swiper-slide .conbox .review-top .profile .txtbox p{
    font-size: 13px;
  }
  .review-swiper .swiper-slide .conbox .review-top .scroe{
    width: 94px;
  }
  .review-swiper .swiper-slide .conbox .review-content p{
    font-size: 16px;
    padding-left: 5px;
  }


  .main-sec15 .titicon{
    width: 50px;
  }
  .main-sec15 .review2-swiper1{
    margin-bottom: 12px;
  }
  .main-sec15 .review2-swiper .swiper-slide{
    border-radius: 12px;
  } 
  .main-sec15 .review2-swiper .swiper-slide .txtbox{
    min-width: 200px;
  }
  .main-sec15 .review2-swiper .swiper-slide .txtbox p{
    padding: 15px 10px;
    font-size: 16px;
  }
  .main-sec15 .review2-swiper .swiper-slide .imgbox1,
  .main-sec15 .review2-swiper .swiper-slide .imgbox2{
    right: -5px;
  }
  .main-sec15 .review2-swiper .swiper-slide .imgbox1{
    /* width: 58px; */
    width: 48px;
  }
  .main-sec15 .review2-swiper .swiper-slide .imgbox2{
    /* width: 62px; */
    width: 51px;
  }
  .main-sec15 .review2-swiper .swiper-slide .imgbox3{
    /* width: 78px; */
    width: 63px;
  }

  .main-sec16 .con-line1{
    gap: 30px;
    flex-wrap: wrap;
  }
  .main-sec16 .con-line1 .img{
    width: 100%;
  }
  .main-sec16 .con-line1 .right{
    width: 100%;
  }
  .main-sec16 .con-line1 .right .txtbox{
    top: 0;
  }
  .main-sec16 .con-line1 .right .txtbox h3{
    font-size: 24px;
    margin-bottom: 12px;
  }
  .main-sec16 .con-line1 .right .txtbox h3 span{
    font-size: 18px;
  }
  .main-sec16 .con-line1 .right .txtbox .sub-txtbox{
    padding: 20px 15px;
    border-radius: 16px;
  }
  .main-sec16 .con-line1 .right .txtbox .sub-txtbox p{
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 14px;
  }
  .main-sec16 .con-line1 .right .txtbox .sub-txtbox p::before{
    width: 6px;
    height: 6px;
    top: 7.5px;
  }
  .main-sec16 .txtbox1{
    width: 80%;
    padding: 18px 0;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .main-sec16 .txtbox1::after{
    width: 30px;
    height: 30px;
  }
  .main-sec16 .txtbox1 p{
    font-size: 18px;
  }
  .main-sec16 .logo-imgbox{
    max-width: 430px;
    width: 60%;
  }
  .main-sec16 .logo-imgbox .img2{
    left: 40px;
    max-width: 227px;
    width: 40%;
  }
  .main-sec16 .main-titbox2{
    margin-bottom: 30px;
  }
  .main-sec16 .bottom-txt-list p{
    font-size: 18px;
    padding: 16px 20px;
    border-radius: 16px;
    text-align: left;
    display: block;
    width: 100%;
  }
  .main-sec16 .bottom-txt-list .txtlist{
    margin-bottom: 20px;
  }
  .main-sec16 .bottom-txt-list .txtlist img{
    max-width: 194px;
    width: 10%;
    display: none;
  }

  .main-sec17 .bottom-txtbox{
    margin-top: 30px;
  }
  .main-sec17 .bottom-txtbox p{
    width: 90%;
    padding: 20px 15px;
    font-size: 18px;
  }
  .main-sec17-swiper .swiper-slide .conbox img{
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.09);
    border-radius: 16px;
  }


  .main-sec18 .qa-wrap .qa-list{
    margin-bottom: 20px;
    border-radius: 12px;
    padding: 30px 15px;
  }
  .main-sec18 .qa-wrap .qa-list .question .tit{
    padding-right: 40px;
    font-size: 20px;
  }
  .main-sec18 .qa-wrap .qa-list .question .iconDiv{
    width: 30px;
  }
  .main-sec18 .qa-wrap .qa-list .answer{
    padding-top: 12px;
    font-size: 16px;
  }

  .main-sec19 .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .main-sec19 .con-line > li{
    flex: none;
    width: 100%;
    max-width: 100%;
  }

  .mo-delay0{
    transition-delay : 0s !important;
  }
}

@media(max-width:767px){
  .main-sec05 .con-line > li{
    width: 100%;
  }
  .main-sec06 .con-line{
    gap: 30px 10px;
  }
  .main-sec06 .con-line > li{
    width: calc(50% - 10px);
  }
  .main-sec07-swiper .swiper-slide .imgbox img{
    height: 350px;
  }

  .main-sec08 .con-line > li{
    width: 100%;
  }

  .main-sec11-cardbanner{
    padding: 50px 0;
  }
  .main-sec11 .main-titbox{
    margin-bottom: 40px;
  }
  .main-sec11-cardbanner .right-imgbox{
    bottom: initial;
    top: 0;
    right: 20px;
    width: 30%;
    transform: translateY(-33%);
    -webkit-transform: translateY(-33%);
  }
  .main-sec11-cardbanner .left-imgbox{
    display: none;
  }
  .main-sec11-cardbanner .left-imgbox .img01{
    width: 40%;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .main-sec11-cardbanner .left-imgbox .img02{
    width: 80%;
    max-width: 500px;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
  .main-sec11-cardbanner .txtbox{
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    z-index: 8;
  }
  .main-sec11-cardbanner .txtbox h3{
    font-size: 28px;
  }
  .main-sec11-cardbanner .txtbox .taglist span{
    font-size: 16px;
  }
  .main-sec11 .bottom-con-line img{
    display: none;
  }
  .main-sec11 .bottom-conbox img{
    display: none;
  }
  .main-sec11 .bottom-con-line .mo,
  .main-sec11 .bottom-conbox .mo
  {
    display: block;
    width: 100%;
  }

  .review2-wrap::before,
  .review2-wrap::after{
    width: 100px;
    height: calc(100% + 20px);
    top: -10px;
  }
}

@media(max-width:500px){
  .main-sec06 .main-titbox h2 br{
    display: none;
  }
  .main-sec06 .con-line > li .conbox .bottom-txt br{
    display: none;
  }
  .main-sec09 .con-wrap .con-line li .imgbox{
    height: 220px;
  }
}

@media(max-width:370px){
  .main-sec01 .con-line > .left .txtbox h2{
    font-size: 32px;
  }
  .main-sec01 .con-line > .left .txtbox p{
    font-size: 18px;
  }
}

@media(max-width:350px){
  .main-sec01 .con-line > .left .txtbox h2{
    font-size: 28px;
  }
  .main-sec01 .con-line > .left .txtbox p{
    font-size: 16px;
  }
  .main-sec01 .con-line > .left .txtbox h2 br,
  .main-sec01 .con-line > .left .txtbox p br{
    display: none;
  }

  .main-sec09 .con-wrap .con-line li{
    width: 100%;
  }
  .main-sec09 .con-wrap .con-line li .imgbox{
    height: auto;
  }
  .main-sec09 .con-wrap .con-line li .imgbox img{
    position: relative;
  }
  .main-sec09 .con-wrap .con-line li:nth-child(2n){
    top: 0px;
  }
  .main-sec04 .txtbox{
    width: 100%;
  }

  .main-sec07-swiper .swiper-slide .txtbox .sub-txtlist2 p br.mobile{
    display: none !important;
  }
}

/* main */

.floating-wrap{
  position: fixed;
  width: 80px;
  height: auto;
  z-index: 9999;
  right: 40px;
  bottom: 60px;
}
.floating-wrap ul li{
  margin-bottom: 10px;
}
.floating-wrap ul li a{
  width: 100%;
  height: 80px;
  border-radius: 100%;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.floating-wrap ul li.chat button{
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  height: 80px;
  border-radius: 100%;
  box-shadow: 0 0 11px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
.floating-wrap ul li.top-btn-li button{
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  width: 100%;
  height: 80px;
  border-radius: 100%;
  background-color: rgb(25, 25, 25);
}
.floating-wrap ul li.top-btn-li button img{
  max-width: 21px;
}
.floating-wrap ul li.yeki-home img{
  max-width: 56px;
}
.floating-wrap ul li.kakao-chat img{
  max-width: 40px;
}
.floating-wrap ul li.chat .chat-button{
  position: relative;
}
.floating-wrap ul li.chat .chat-button svg,
.floating-wrap ul li.chat .chat-button img{
  position: absolute;
}
.floating-wrap ul li.chat .chat-button svg{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 80%;
}
.floating-wrap ul li.chat .chat-button img{
  bottom: -5px;
  left: 50%;
  width: 90%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}


#ch-plugin-entry{
  /* display: none !important; */
}
/* #ch-plugin-script{
  bottom: 150px !important;
  right: 40px !important;
} */

.floating-wrap2{
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.floating-wrap2 .floating2-box{
  position: relative;
  background-color: rgb(44, 198, 119);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding: 33px 0;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.floating-wrap2 .floating2-box .txtbox{
  padding-left: 226px;
  padding-right: 159px;
}
.floating-wrap2 .floating2-box h3{
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.8px;
  color: rgb(255, 255, 255);
}
.floating-wrap2 .floating2-box h3 span{
  color: rgb(255, 255, 81);
}
.floating-wrap2 img{
  max-height: 193px;
}
.floating-wrap2 .floating2-box .left-img{
  width: 168px;
  left: 40px;
  position: absolute;
  bottom: 0;
}
.floating-wrap2 .floating2-box .right-img{
  position: absolute;
  right: 46px;
  top: 0;
  transform: translateY(-30%);
  -webkit-transform: translateY(-30%);
  width: 96px;
}

.adm_floating{
  position: fixed;
  top: 12px;
  right: 20px;
  z-index: 99999;
  width: 140px;
}
.adm_floating > a{
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid rgb(244, 159, 34);
  background: rgb(244, 159, 34);
  border-radius: 8px;
  padding: 8px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

@media(max-width:1024px){
  .floating-wrap{
    width: 50px;
    right: 20px;
    bottom: 80px;
  }
  .floating-wrap ul li{
    margin-bottom: 5px;
  }
  .floating-wrap ul li a{
    height: 50px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    padding: 0 10px;
  }
  .floating-wrap ul li.chat button{
    height: 50px;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
  }
  .floating-wrap ul li.top-btn-li button{
    height: 50px;
  }
  .floating-wrap ul li.top-btn-li button img{
    max-width: 18px;
  }
  .floating-wrap ul li.yeki-home img{
    max-width: 40px;
  }
  .floating-wrap ul li.kakao-chat img{
    max-width: 32px;
  }


  .floating-wrap2 .floating2-box{
    padding: 12px 15px;
    width: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
  }
  .floating-wrap2 .floating2-box .txtbox{
    padding-left: 20px;
    padding-right: 20px;
  }
  .floating-wrap2 .floating2-box h3{
    font-size: 24px;
    text-align: center;
  }
  .floating-wrap2 img{
    max-height: 100px;
  }
  .floating-wrap2 .floating2-box .left-img{
    display: none;
  }
  .floating-wrap2 .floating2-box .right-img{
    position: relative;
    right: initial;
    transform: initial;
    -webkit-transform: initial;
    width: 40px;
    right: 10px;
  }
  
}

@media(max-width:767px){
  .floating-wrap{
    bottom: 60px;
  }
  .floating-wrap2 .floating2-box .right-img{
    width: 30px;
  }
  .floating-wrap2 .floating2-box .txtbox{
    width: 260px;
  }
  .floating-wrap2 .floating2-box h3{
    font-size: 18px;
  }
}

@media(max-width:359px){
  .floating-wrap2 .floating2-box .right-img{
    display: none;
  }
  .floating-wrap2 .floating2-box h3{
    font-size: 16px;
    letter-spacing: -1px;
  }
  .floating-wrap2 .floating2-box{
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media(max-width:300px){
  .floating-wrap{
    bottom: 50px;
  }
  .floating-wrap2 .floating2-box h3{
    font-size: 15px;
  }
}

/* 플로팅 */

.bo_inner{
  padding-top: 120px;
  padding-bottom: 120px;
}
.bo_inner .bo-tit{
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}

@media(max-width:1024px){
  .bo_inner{
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .bo_inner .bo-tit{
    font-size: 32px;
  }
}

/* board */