@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://cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/stylesheet.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");
}

.sct_admin{
  display: none !important;
}
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: 'SUIT', sans-serif;
  word-break: keep-all;
}

.mts{
  font-family: 'Montserrat', sans-serif !important;
}
.inner{
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}
img{
  max-width: 100%;
}
.c-grn{
  color: rgb(95, 187, 70);
}

/* 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: 'SUIT', sans-serif !important;
}
.header .top-shophd{
  display: flex;
  justify-content: flex-end;
  padding: 20px 50px;
  border-bottom: 1px solid rgba(255,255,255,0.6);

}
.header .top-shophd .shoptoolbox{
  display: flex;
  align-items: center;
  gap: 24px;
}
.header .top-shophd .shoptoolbox a{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}
.header {width: 100%; border-bottom: 1px solid  rgba(217, 217, 217,0); 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 {
  max-width: 2560px;
  padding-left: 50px;
  padding-right: 50px;
  height: 100%; display: flex; justify-content: space-between; align-items: center;}
.header .logo img {display: block; width: 240px; 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: 120px; 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);}

.right-tool-wrap{
  display: flex;
  gap: 24px;
  align-items: center;
}
.right-tool-wrap .lang-change a,
.right-tool-wrap .lang-change button
{
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);

  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.right-tool-wrap .lang-change .lang-txt{
  display: flex;
  align-items: center;
  gap: 10px;
}
.right-tool-wrap .ham_open{
  display: flex;
  align-items: center;
  gap: 20px;

  font-size: 16px;
  font-weight: 500;
  color: rgb(255, 255, 255);
}
.right-tool-wrap .ham_open .box{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  cursor: pointer;
}
.right-tool-wrap .ham_open .box img{
  display: block;
  width: 20px;
}

@media(max-width:1600px){
  .right-tool-wrap{
    gap: 16px;
  }
  .right-tool-wrap .lang-change a,
  .right-tool-wrap .lang-change button
  {
    gap: 16px;
  }
  .right-tool-wrap .lang-change .lang-txt{
    gap: 3px;
  }
  .right-tool-wrap .ham_open{
    gap: 8px;
  }
  .right-tool-wrap .ham_open .box{
    width: 40px;
    height: 40px;
  }
  .right-tool-wrap .ham_open .box img{
    width: 16px;
  }
  .gnb_nav .gnb{
    gap: 32px;
  }
  .header .logo img{
    width: 220px;
  }
}

@media(max-width:1300px){
  .header .logo img{
    width: 200px;
  }
  .gnb_nav .gnb .depth1_a{
    font-size: 16px;
  }
  .gnb_nav .gnb{
    gap: 20px;
  }
  .right-tool-wrap{
    gap: 12px;
  }
  .right-tool-wrap .lang-change a, .right-tool-wrap .lang-change button{
    gap: 8px;
  }
  .right-tool-wrap .ham_open span{
    display: none;
  }
  .right-tool-wrap .lang-change a > span:last-child,
  .right-tool-wrap .lang-change button > span:last-child
  {
    display: none;
  }
  .right-tool-wrap .ham_open .box{
    width: 28px;
    height: 28px;
  }
  .gnb_nav .gnb .depth1{
    line-height: 100px;
  }
  .header .top-shophd{
    padding: 8px 20px;
  }
}

@media(max-width:1100px){
  .gnb_nav .gnb{
    gap: 14px;
  }
}

@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: 98px; */
    border-bottom: 1px solid  rgba(217, 217, 217,0.2);
    background: rgba(0,0,0,0.5);
  }
  .header .top-shophd .shoptoolbox{
    gap: 12px;
  }
  .header .inner{
    height: 60px;
  }
  
	.header .logo img {width: 200px;}
  
	.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;
  }
  .sub_nav .inner{
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px){

	.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;}
}

@media(max-width:320px){
  .header .inner{
    padding-left: 14px;
    padding-right: 14px;
  }
  .header .logo img{
    width: 180px;
  }
  .right-tool-wrap .lang-change a, .right-tool-wrap .lang-change button{
    font-size: 14px;
  }
}

/* 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;
  position: relative;
  }
.subtop-con-wrap{
  width: 100%;
  padding: 230px 0 180px;
}
.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.sv06 {
  background-image: url(/html/img/sub_visual06.jpg);
}
.sub_visual .sub_tit {
  text-align: center;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.29;
  letter-spacing: -2px;
  text-align: center;
  color: rgb(255, 255, 255);
}
.sub_visual .subtop-txtbox p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 7.2px;
  color: rgb(222, 181, 161);
  padding-bottom: 12px;
}
.sub_visual .subtop-txtbox p span{
  font-weight: bold;
}
.sub_nav {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 100;
  width: 100%;
  border-top: solid 1px rgba(255, 255, 255,0.3);
}
.sub_nav_ul {
  display: flex;
  width: 100%;
  margin: 0 auto;
}
.sub_nav_ul > li {
  position: relative;

  font-size: 16px;
  font-weight: normal;
  color: rgb(255, 255, 255);
}
.sub_nav_ul > li::after{
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: rgba(204, 204, 204,0.3);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.sub_nav_ul > li:last-child::after{
  display: none;
}
.sub_nav_ul .home {}
.sub_nav_ul .home a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
}
.sub_nav_ul .home a img{
  max-width: 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: 10px;
  height: 5px;
  background: url(/html/img/icon_drop.svg) no-repeat center; position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: .3s;
}
.sub_nav_ul .depth_p.on::after {
  transform: translateY(-50%) rotate(-180deg);
}
.sub_nav_ul .drop_menu {
  display: none;
  width: calc(100% + 2px);
  background-color: #fff;
  border: 1px solid #ccc;
  position: absolute;
  top: 100%;
  left: -1px;
}
.sub_nav_ul .drop_menu li {
  line-height: 1.3;
}
.sub_nav_ul .drop_menu li + li {
  border-top: 1px solid #ebebeb;
}
.sub_nav_ul .drop_menu li a {
  display: block;
  padding: 10px 15px;
  word-break: keep-all;
  transition: .2s;
}
.sub_nav_ul .drop_menu li:hover a {
  background-color: #f7f7f7;
}


@media(max-width:1024px){
  #sub_container {
    /* margin-top: 80px; */
  }
.subtop-con-wrap{
  padding: 120px 0 90px;
}
.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 */

.main-banner{
  position: relative;
}

.main-banner-swiper{
  width: 100%;
  height: 95vh;
  min-height: 750px;
  position: relative;
}
.bn-custom{
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  z-index: 3;
}
.bn-custom .inner{
  display: flex;
  align-items: center;
  gap: 20px;
}
.bn-custom .inner .bn-prev,
.bn-custom .inner .bn-next{
  width: 7px;
  height: 12px;
  cursor: pointer;
}
.bn-custom .inner .bn-prev img,
.bn-custom .inner .bn-next img{
  display: block;
}
.bn-custom .bn-navi{
  display: flex;
  align-items: center;
  gap: 16px;
}
.bn-custom .bn-navi > .now,
.bn-custom .bn-navi > .total{
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: left;
  color: rgb(255, 255, 255);
}
.bn-custom .bn-navi .progressbar{
  display: block;
  width: 65px;
  height: 2px;
  background-color: rgb(255, 255, 255);
  position: relative;
}
.bn-custom .bn-navi .progressbar::after{
  content: "";
  display: block;
  width: 0%;
  height: 100%;
  background-color: rgb(95, 187, 70);
  position: absolute;
  top: 0;
  left: 0;
}
.bn-custom .bn-navi .progressbar.running::after{
  animation: progressAnim 7s linear forwards;
}
@keyframes progressAnim {
  0%   { width: 0%; }
  100% { width: 100%; }
}
.main-banner .swiper-wrapper .swiper-slide01{
  background: url(/html/img/main-banner-bg01.jpg) no-repeat center / cover;
}
.main-banner .swiper-wrapper .swiper-slide02{
  background: url(/html/img/main-banner-bg02.jpg) no-repeat center / cover;
}
.main-banner .swiper-wrapper .swiper-slide .mb-conbox{
  position: absolute;
  bottom: 210px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  z-index: 1;
}
.main-banner .swiper-wrapper .swiper-slide::before{
  content: "";
  display: block;
  opacity: 0.5;
  background: linear-gradient(to right, rgb(0, 0, 0), rgba(0, 0, 0, 0));
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
.main-banner .swiper-wrapper .swiper-slide .mb-conbox .imgbox{
  width: 160px;
  margin-bottom: 20px;
}
.main-banner .swiper-wrapper .swiper-slide .mb-conbox .txtbox h2{
  font-size: 70px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: -2px;
  margin-bottom: 12px;
  color: #fff;
  /* transition: all 0.6s ease-out; */
  /* transition-delay: 0.5s; */
  /* opacity: 0; */
  position: relative;
  /* top: 40px; */
}
.main-banner .swiper-wrapper .swiper-slide .mb-conbox .txtbox p{
  font-size: 32px;
  font-weight: 200;
  line-height: 1.44;
  color: rgb(255, 255, 255);

  /* transition: all 0.6s ease-out; */
  /* transition-delay: 0.3s; */
  /* opacity: 0; */
  position: relative;
  /* top: 40px; */
}
.main-banner .swiper-wrapper .swiper-slide.swiper-slide-active .mb-conbox .txtbox h2,
.main-banner .swiper-wrapper .swiper-slide.swiper-slide-active .mb-conbox .txtbox p{
  opacity: 1;
  top: 0;
}

.text-center{
  text-align: center !important;
}
.main-titbox{
  margin-bottom: 62px;
}
.main-titbox h2 span.green{
  color: rgb(95, 187, 70);
}
.main-titbox h2.str{
  font-weight: 800;
}
.main-titbox .top-txt{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -1.2px;
  color: rgb(0, 0, 0);
  margin-bottom: 20px;
}
.main-titbox h2{
  font-size: 60px;
  font-weight: normal;
  line-height: 1.17;
  color: rgb(0, 0, 0);
}
.main-titbox h2 span{
  font-weight: 800;
}
.main-titbox .bottom-txt{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: rgb(86, 86, 86);
  margin-top: 20px;
}
.bgg{
  display: inline-block;
  background-color: rgb(95, 186, 70);
  padding: 2px 6px;
  margin-top: 5px;
  border-radius: 12px;
  overflow: hidden;
  color: #fff;
  position: relative;
  top: 5px;
}
.main-sec{
  position: relative;
  width: 100%;
  padding: 132px 0;
}

.main-sec02 .main-titbox .bottom-txt{
  margin-top: 58px;
}
.main-sec02-point{
  position: relative;
}
.main-sec02 .conbox svg{
  display: block;
  width: 100%;
}

.main-sec03{
  background: url(/html/img/main-sec03-bg.png) no-repeat center / cover;
  padding-bottom: 235px;
}
.main-sec03 .main-titbox .top-txt{
  margin-bottom: 50px;
}
.main-sec03 .con-line{
  display: flex;
  align-items: center;
  gap: 30px;
}
.main-sec03 .con-line > .left{
  width: calc(51% - 30px);
}
.main-sec03 .con-line > .right{
  width: 49%;
}
.main-sec03 .con-line > .right .con-subline{
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}
.main-sec03 .con-line > .right .con-subline > li{
  width: calc(50% - 12px);
  height: 396px;
  background: #000;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.main-sec03 .con-line > .right .con-subline > li .txtbox{
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: calc(100% - 50px);
}
.main-sec03 .con-line > .right .con-subline > li .txtbox h3{
  font-size: 26px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: -2px;
  color: rgb(255, 255, 255);
}
.main-sec03 .con-line > .right .con-subline > li .txtbox p{
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  margin-top: 12px;
}
.main-sec03 .con-line > .right .con-subline > li.subline-li1{
  background: url(/html/img/main-sec03-img01.png) no-repeat center / cover;
}
.main-sec03 .con-line > .right .con-subline > li.subline-li2{
  background: url(/html/img/main-sec03-img02.png) no-repeat center / cover;
}
.main-sec03 .con-line > .right .con-subline > li.subline-li3{
  background: url(/html/img/main-sec03-img03.png) no-repeat center / cover;
}
.main-sec03 .con-line > .right .con-subline > li.subline-li4{
  background: url(/html/img/main-sec03-img04.png) no-repeat center / cover;
}
.main-sec03 .con-line > .right .con-subline > li.subline-li2,
.main-sec03 .con-line > .right .con-subline > li.subline-li4{
  top: 85px;
}





.link-box1{
  margin-top: 66px;
}
.link-box1 > a{
  display: flex;
  align-items: center;
  gap: 10px;

  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  letter-spacing: -0.36px;
  color: rgb(95, 186, 70);
  padding: 20px 32px;
  border-radius: 990px;
  border: solid 1px rgb(95, 186, 70);
  width: 178px;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.link-box1 > a img{
  display: block;
  width: 12px;
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.link-box1 > a .hover,
.link-box1 > a:hover .noraml
{
  opacity: 0;
}
.link-box1 > a:hover .hover
{
  opacity: 1;
}
.link-box1 > a:hover{
  color: #fff;
  background: rgb(95, 186, 70);
}
.tab-line1 {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 10px 13px;
  border-radius: 9999px;
  background-color: rgb(245, 245, 245);
  max-width: 290px;
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}
.tab-line1 button {
  background-color: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 16px 14px;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: rgb(86, 86, 86);
  text-align: center;
  background-color: rgb(245, 245, 245);
  transition: all 0.3s ease-in-out;
  border-radius: 9999px;
  display: block;
  min-width: 120px;
}

.tab-line1 button:hover,
.tab-line1 button.active
{
  background-color: rgb(95, 186, 70);
  color: #fff;
}
.tabcontent {
  display: none;
  position: relative;
}
.tabcontent.first{
  display: flex;
}
.main-sec04 .tabcontent{
  min-height: 857px;
  align-items: center;
  justify-content: center;
}
.product-swiper1{
  width: 100%;
  position: relative;
}
.product-paging{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 798px;
  width: 100%;
  z-index: 9;
}
.product-paging > div
{
  cursor: pointer;
  width: 65px;
  position: absolute;
}
.product-paging > .product1-prev{
  left: 0;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.product-paging > .product1-next{
  right: 0;
  transform: translate(50%,-50%);
  -webkit-transform: translate(50%,-50%);
}


.product-swiper1 .swiper-wrapper{
  align-items: center;
}
.product-swiper-box .imgbox{
  width: 50%;
  margin: 0 auto;
  transition: all 0.6s linear;
}
.product-swiper-box .imgbox img{
  mix-blend-mode: darken;
  max-width: 400px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.product-swiper-box .txtbox p{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.36;
  letter-spacing: -0.56px;
  text-align: center;
  color: rgb(25, 25, 25);
  opacity: 0;
  position: relative;
  top: 30px;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.6s;
  margin-top: 58px;
}
.main-sec04 .bgcircle{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  width: 710px;
  border-radius: 100%;
}
.main-sec04 .tabcontent .morebtn{
  position: absolute;
  top: -200px;
  left: -200px;
  z-index: 2;
  opacity: 0;
}
.main-sec04 .bottom-img{
  max-width: 1170px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  margin-top: 240px;
}
.morebtn{
  width: 154px;
  height: 154px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  border-radius: 100%;
  background: rgba(95, 186, 70,0.2);
}
.morebtn p{
  display: block;

  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: rgb(255, 255, 255);
  text-align: center;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.morebtn::before{
  content: "";
  display: block;
  width: 120px;
  height: 120px;
  background: rgb(95, 186, 70);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transition: all 0.3s ease-in-out;
}
.morebtn:hover{
  background: rgb(95, 186, 70,0.4);
}
.morebtn p img{
  display: block;
  margin: 0 auto;
  width: 12px;
  margin-top: 16px;
}
.swiper-slide-active .product-swiper-box .imgbox{
  width: 100%;
}
.swiper-slide-active .product-swiper-box .txtbox p{
  top: 0;
  opacity: 1;
}
.swiper-slide-active .product-swiper-box .morebtn{
  opacity: 1;
}

.main-sec05{
  background: url(/html/img/main-sec05-bg.jpg) no-repeat top center / cover;
}
.main-sec05 .con-line{
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.main-sec05 .con-line > .left{
  width: calc(100% - 895px);
}
.main-sec05 .con-line > .right{
  width: 835px;
}
.main-sec05 .con-line > .left .main-titbox{
  margin-top: 150px;
}
.main-sec05 .con-line > .right .conbox .con-subline{
  max-width: 700px;
  width: 100%;

  display: flex;
  align-items: flex-start;
  gap: 32px;
  padding: 30px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(41px);
  backdrop-filter: blur(41px);
  border: solid 1px rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 2; 
}
.main-sec05 .con-line > .right .conbox .con-subline > .img{
  width: 54%;
}
.main-sec05 .con-line > .right .conbox .con-subline > .txt{
  width: calc(46% - 32px);
}
.main-sec05 .con-line > .right .conbox .con-subline > .txt .user-info{
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 20px;
}
.main-sec05 .con-line > .right .conbox .con-subline > .txt .user-info .user-icon{
  width: 60px;
}
.main-sec05 .con-line > .right .conbox .con-subline > .txt .user-info > p{
  width: calc(100% - 68px);
  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.36px;
  color: rgb(51, 51, 51);
}
.main-sec05 .con-line > .right .conbox .con-subline > .txt .star-img{
  margin-bottom: 28px;
  max-width: 160px;
  width: 100%;
}
.main-sec05 .con-line > .right .conbox .con-subline > .txt .txtbox p{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.42;
  letter-spacing: -0.48px;
  color: rgb(51, 51, 51);
}
.main-sec05 .con-line > .right .conbox1{
  display: flex;
  justify-content: flex-end;
  margin-bottom: 80px;
}
.main-sec05 .con-line > .right .conbox3{
  margin-top: 80px;
}
.main-sec05 .bg1{
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  max-width: 475px;
  width: 100%;
}
.main-sec05 .con-line > .right .conbox{
  position: relative;
}
.main-sec05 .con-line > .right .conbox2 .bg2{
  position: absolute;
  bottom: 0;
  left: 700px;
  transform: translate(-50%,50%);
  -webkit-transform: translate(-50%,50%);
  max-width: 145px;
  width: 100%;
}
.main-sec05 .con-line > .right .conbox2 .bg2 img{
  animation: motion 3s ease-in-out 0s infinite alternate; margin-top: 0;
}
.main-sec05 .bg1 img{
  animation: motion2 3s ease-in-out 0s infinite alternate; margin-top: 0;
}
.main-sec05 .con-line > .right .conbox2 .bg2 img{
  animation-delay: 0.15s;
}

@keyframes motion {
	0% {margin-top: 0px;}
	100% {margin-top: -60px;}
}
@keyframes motion2 {
	0% {margin-top: 0px;}
	100% {margin-top: 60px;}
}

.main-sec06 .main-titbox .top-txt .c-grn{
  font-weight: bold;
}
.main-sec06 .main-tit-line{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 68px;
}
.main-sec06 .main-tit-line .main-titbox{
  width: calc(100% - 205px);
  margin-bottom: 0;
}
.main-sec06 .main-tit-line .gallery-tool{
  width: 185px;

  display: flex;
  align-items: center;
  gap: 10px;
}
.main-sec06 .main-tit-line .gallery-tool > div,
.main-sec06 .main-tit-line .gallery-tool > a
{
  cursor: pointer;
  width: 55px;
}
.gallery-swiper .swiper-slide .conbox .imgbox{
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 20px;
}
.gallery-swiper .swiper-slide .conbox .imgbox img{
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.3s ease-in-out;
}
.gallery-swiper .swiper-slide .conbox:hover .imgbox img{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.gallery-swiper .swiper-slide .conbox .txtbox p{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.4px;
  color: rgb(114, 114, 114);
  margin-bottom: 12px;
}
.gallery-swiper .swiper-slide .conbox .txtbox h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  letter-spacing: -0.48px;
  color: rgb(25, 25, 25);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}

@media(max-width:1600px){
  .header .inner{
    padding-left: 20px;
    padding-right: 20px;
  }
  .main-sec04 .tabcontent .morebtn{
    top: -100px;
    left: -100px;
  }
}

@media(max-width:1400px){
  .main-sec05 .con-line{
    gap: 30px;
  }
  .main-sec05 .con-line > .right{
    width: 600px;
  }
  .main-sec05 .con-line > .left{
    width: calc(100% - 630px);
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt .txtbox p br{
    display: none;
  }
  .main-sec05 .con-line > .right .conbox .con-subline{
    max-width: 500px;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt .txtbox p{
    font-size: 20px;
  }
  .main-sec05 .con-line > .right .conbox1
  {
    margin-bottom: 40px;
  }
  .main-sec05 .con-line > .right .conbox3{
    margin-top: 40px;
  }
  .main-sec05 .con-line > .right .conbox2 .bg2{
    left: 500px;
  }
}

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

@media(min-width:1025px){
  .main-sec05 .con-line > .left{
    position: sticky;
    top: 30px;
  }
}
@media(max-width:1024px){
  body{
    overflow-x: hidden !important;
  }
  .main-sec{
    overflow: hidden !important;
  }
  .main-sec{
    padding: 60px 0;
  }
  .main-banner-swiper{
    min-height: 500px;
  }
  .bn-custom{
    bottom: 20px;
  }
  .bn-custom .inner{
    gap: 10px;
  }
  .bn-custom .inner .bn-prev,
  .bn-custom .inner .bn-next{
    width: 7px;
    height: 12px;
  }
  .bn-custom .bn-navi{
    gap: 10px;
  }
  .bn-custom .bn-navi > .now,
  .bn-custom .bn-navi > .total{
    font-size: 14px;
  }
  .bn-custom .bn-navi .progressbar{
    width: 52px;
  }
  .main-banner .swiper-wrapper .swiper-slide .mb-conbox{
    bottom: initial;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
  }
  .main-banner .swiper-wrapper .swiper-slide::before{
    width: 70%;
  }
  .main-banner .swiper-wrapper .swiper-slide .mb-conbox .imgbox{
    width: 60px;
    margin-bottom: 16px;
  }
  .main-banner .swiper-wrapper .swiper-slide .mb-conbox .txtbox h2{
    font-size: 36px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
  }
  .main-banner .swiper-wrapper .swiper-slide .mb-conbox .txtbox p{
    font-size: 24px;
  }

  .main-titbox{
    margin-bottom: 30px;
  }
  .main-titbox .top-txt{
    font-size: 14px;
    letter-spacing: -0.5px;
    margin-bottom: 8px;
  }
  .main-titbox h2{
    font-size: 26px;
    line-height: 1.3;
  }
  .main-titbox .bottom-txt{
    font-size: 16px;
    margin-top: 8px;
  }
  .main-titbox .bottom-txt br{
    display: none;
  }

  .main-sec02 .main-titbox .bottom-txt{
    margin-top: 30px;
  }

  .link-box1{
    margin-top: 30px;
  }
  .link-box1 > a{
    gap: 6px;
  
    font-size: 16px;
    padding: 12px 20px;
    width: 160px;
  }
  .link-box1 > a img{
    right: 20px;
  }


  .main-sec03{
    padding-bottom: 60px;
  }
  .main-sec03 .main-titbox .top-txt{
    margin-bottom: 30px;
  }
  .main-sec03 .con-line{
    gap: 0;
    flex-wrap: wrap;
  }
  .main-sec03 .con-line > .left{
    width: 100%;
  }
  .main-sec03 .con-line > .right{
    width: 100%;
  }
  .main-sec03 .con-line > .right .con-subline{
    gap: 10px;
  }
  .main-sec03 .con-line > .right .con-subline > li{
    width: calc(50% - 5px);
    height: 250px;
  }
  .main-sec03 .con-line > .right .con-subline > li .txtbox{
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .main-sec03 .con-line > .right .con-subline > li .txtbox h3{
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .main-sec03 .con-line > .right .con-subline > li .txtbox p{
    font-size: 16px;
    margin-top: 8px;
  }
  .main-sec03 .con-line > .right .con-subline > li .txtbox p br{
    display: none;
  }
  .main-sec03 .con-line > .right .con-subline > li.subline-li2,
  .main-sec03 .con-line > .right .con-subline > li.subline-li4{
    top: 20px;
  }

  .tab-line1 {
    gap: 8px;
    padding: 0px;
    background: transparent;
    margin-top: 30px;
  }
  .tab-line1 button {
    padding: 8px 10px;
    font-size: 16px;
    min-width: 100px;
  }
  .main-sec04 .tabcontent{
    min-height: initial;
  }
  .product-paging{
    display: none;
  }
  .product-paging > div
  {
    width: 48px;
  }
  .product-swiper-box{
    background-color: rgb(245, 245, 245);
    border-radius: 12px;
    overflow: hidden;
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .product-swiper-box .imgbox{
    width: 100%;
  }
  .product-swiper-box .txtbox p{
    font-size: 20px;
    top: 0px;
    opacity: 1;
    margin-top: 20px;
  }
  .main-sec04 .bgcircle{
    display: none;
  }

  .main-sec04 .tabcontent .morebtn{
    position: relative;
    top: 0px;
    left: 0px;
    opacity: 1;
  }
  .morebtn{
    width: calc(100% - 20px);
    margin: 0 auto;
    height: auto;
    background: rgb(95,186,70);
    border-radius: 12px;
    overflow: hidden;
    margin-top: 12px;

  }
  .morebtn:hover{
    background: rgb(95,186,70);
  }
  .morebtn::before{
    display: none;
  }
  .morebtn p{
    font-size: 16px;
    padding: 10px 0;
  }
  .morebtn p img{
    display: inline-block;
    margin: 0;
  }
  .main-sec04 .bottom-img{
    width: 80%;
    margin-top: 60px;
  }


  .main-sec05 .con-line{
    gap: 30px;
    flex-wrap: wrap;
  }
  .main-sec05 .con-line > .left{
    width: 100%;
  }
  .main-sec05 .con-line > .right{
    width: 100%;
  }
  .main-sec05 .con-line > .left .main-titbox{
    margin-top: 0px;
  }
  .main-sec05 .con-line > .right .conbox .con-subline{
    max-width: 700px;
    flex-wrap: wrap;
    gap: 10px;
    padding: 20px;
    border-radius: 12px;
    align-items: center;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .img{
    width: 30%;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt{
    width: calc(70% - 10px);
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt .user-info{
    gap: 6px;
    margin-bottom: 8px;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt .user-info .user-icon{
    width: 30px;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt .user-info > p{
    width: calc(100% - 38px);
    font-size: 16px;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt .star-img{
    margin-bottom: 12px;
    max-width: 130px;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt .txtbox p{
    font-size: 16px;
  }
  .main-sec05 .con-line > .right .conbox1{
    margin-bottom: 20px;
  }
  .main-sec05 .con-line > .right .conbox1{
    margin-top: 20px;
  }
  .main-sec05 .bg1{
    max-width: 230px;
    transform: translate(35%, -20%);
    -webkit-transform: translate(35%, -20%);
    opacity: 0.7;
  }
  .main-sec05 .con-line > .right .conbox2 .bg2{
    max-width: 100px;
    left: 700px;
  }

  .main-sec06 .main-tit-line{
    gap: 10px;
    margin-bottom: 30px;
  }
  .main-sec06 .main-tit-line .main-titbox{
    width: calc(100% - 115px);
  }
  .main-sec06 .main-tit-line .gallery-tool{
    width: 105px;
    gap: 6px;
    justify-content: flex-end;
  }
  .main-sec06 .main-tit-line .gallery-tool > div,
  .main-sec06 .main-tit-line .gallery-tool > a
  {
    width: 30px;
  }
  .gallery-swiper .swiper-slide .conbox .imgbox{
    border-radius: 12px;
    margin-bottom: 12px;
  }
  .gallery-swiper .swiper-slide .conbox .txtbox p{
    font-size: 14px;
    margin-bottom: 6px;
  }
  .gallery-swiper .swiper-slide .conbox .txtbox h3{
    font-size: 18px;
  }
}

@media(max-width:767px){
  .main-sec03 .con-line > .right .con-subline > li{
    width: 100%;
    height: 230px;
  }
  .main-sec03 .con-line > .right .con-subline > li.subline-li2,
  .main-sec03 .con-line > .right .con-subline > li.subline-li4{
    top: 0px;
  }
  .main-sec05 .con-line > .right .conbox2 .bg2{
    left: initial;
    right: 0;
    transform: translate(50%,50%);
    -webkit-transform: translate(50%,50%);
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .img{
    width: 45%;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt{
    width: calc(55% - 10px);
  }
  .main-sec05 .con-line > .right .conbox .con-subline{
    padding: 20px 5px;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt .txtbox p{
    font-size: 14px;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt .star-img{
    max-width: 100px;
  }
}

@media(max-width:350px){
  .main-sec05 .con-line > .right .conbox .con-subline{
    flex-wrap: wrap;
    gap: 20px;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .img{
    width: 100%;
  }
  .main-sec05 .con-line > .right .conbox .con-subline > .txt{
    width: 100%;
  }
}

@media(max-width:340px){
  .main-banner .swiper-wrapper .swiper-slide .mb-conbox .txtbox h2{
    font-size: 32px;
  }
  .main-banner .swiper-wrapper .swiper-slide .mb-conbox .txtbox p{
    font-size: 20px;
  }
}

/* main */

.footer-wrap{
  position: relative;
  z-index: 100;
}
.ft-sec{
  position: relative;
}
.ft-top{
  background: url(/html/img/ft-bg.jpg) no-repeat center / cover;
  padding: 114px 0;
}
.ft-top .con-line{
  display: flex;
  align-items: flex-start;
}
.ft-top .con-line > .left{
  width: 62%;
}
.ft-top .con-line > .right{
  width: 38%;
}
.ft-top .con-line > .left .txtbox{
  margin-bottom: 40px;
  padding-bottom: 44px;
  border-bottom: 1px solid  rgba(255, 255, 255,0.16);
}
.ft-top .con-line > .left .txtbox p{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.67;
  color: rgb(95, 187, 70);
  margin-bottom: 20px;
}
.ft-top .con-line > .left .txtbox h2{
  font-size: 60px;
  font-weight: 800;
  line-height: 1.17;
  letter-spacing: -2px;
  color: rgb(255, 255, 255);
}
.ft-top .con-line > .left .cm-info-wrap .cm-info{
  margin-bottom: 32px;
}
.ft-top .con-line > .left .cm-info-wrap .cm-info:last-child{
  margin-bottom: 0;
}
.ft-top .con-line > .left .cm-info-wrap .cm-info h3{
  font-size: 20px;
  font-weight: 800;
  color: rgb(95, 187, 70);
  margin-bottom: 8px;
}
.ft-top .con-line > .left .cm-info-wrap .cm-info p{
  font-size: 24px;
  font-weight: normal;
  color: rgb(222, 225, 241);
}
.frmbox{
  width: 100%;
  padding: 60px;
  border-radius: 20px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  border: solid 1px rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.04);
}
.contact-frm{
  width: 100%;
}
.contact-frm .frm-tit{
  margin-bottom: 36px;
}
.contact-frm .frm-tit h3{
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: rgb(255, 255, 255);
  margin-bottom: 8px;
}
.contact-frm .frm-tit p{
  font-size: 16px;
  font-weight: normal;
  letter-spacing: -0.16px;
  color: rgb(255, 255, 255);
}
.contact-frm .frm-box{
  margin-bottom: 14px;
}
.contact-frm input{
  width: 100%;
  height: auto;
  padding: 12px 14px;

  font-size: 15px;
  font-weight: normal;
  letter-spacing: -0.15px;
  color: rgba(255, 255, 255, 1);

  border-radius: 5px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.05);
}
.contact-frm input::placeholder{
  color: rgba(255, 255, 255, 0.6);
}
.submitbox button{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.15px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 12px 5px;
  width: 100%;
  outline: none;
  border: none;
  border-radius: 5px;
  background: rgb(95, 187, 70);
  background: linear-gradient(to right, rgb(95, 187, 70), rgb(36, 117, 14) 117%);
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.submitbox button:hover{
  text-decoration: underline;
}
.ft-bottom{
  background-color: rgb(14, 14, 14);
  padding-bottom: 60px;
}
.ft-bottom .top{
  display: flex;
  gap: 12px 30px;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 60px 0 54px;
  margin-bottom: 68px;
  border-bottom: 1px solid  rgba(255, 255, 255,0.2);
}
.ft-bottom .top .logo img{
  max-width: 414px;
  width: 100%;
  width: 414px;
}
.ft-bottom .top .ftnavi{
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;
}
.ft-bottom .top .ftnavi a{
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  color: rgb(238, 238, 238);
}
.ft-bottom .bottom{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.ft-bottom .bottom > .right p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: right;
}
.ft-bottom .bottom > .right p span{
  display: block;
  margin-bottom: 3px;
}
.ft-bottom .bottom > .right p span:last-child{
  margin-bottom: 0;
}
.ft-bottom .bottom .ft-infobox p{
  margin-bottom: 8px;
}
.ft-bottom .bottom .ft-infobox p span{
  display: inline-block;
  position: relative;
  padding-right: 16px;

  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.36px;
  color: rgb(222, 222, 222);
}
.ft-bottom .bottom .ft-infobox p span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 6.5px;
  width: 1px;
  height: 70%;
  background: rgb(222,222,222);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.ft-bottom .bottom .ft-infobox p span:last-child::after{
  display: none;
}
.ft-bottom .bottom .ft-infobox p:last-child{
  margin-bottom: 40px;
}
.copyright{
  font-size: 18px;
  font-weight: 300;
  color: rgb(126, 126, 126);
  width: 100%;
}

@media(max-width:1024px){
  .ft-top{
    padding: 60px 0;
  }
  .ft-top .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .ft-top .con-line > .left{
    width: 100%;
  }
  .ft-top .con-line > .right{
    width: 100%;
  }
  .ft-top .con-line > .left .txtbox{
    margin-bottom: 20px;
    padding-bottom: 24px;
  }
  .ft-top .con-line > .left .txtbox p{
    font-size: 14px;
    margin-bottom: 12px;
  }
  .ft-top .con-line > .left .txtbox h2{
    font-size: 28px;
    line-height: 1.3;
    letter-spacing: -0.7px;
  }
  .ft-top .con-line > .left .cm-info-wrap .cm-info{
    margin-bottom: 12px;
  }
  .ft-top .con-line > .left .cm-info-wrap .cm-info h3{
    font-size: 16px;
    margin-bottom: 4px;
  }
  .ft-top .con-line > .left .cm-info-wrap .cm-info p{
    font-size: 18px;
  }
  .frmbox{
    padding: 20px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }
  .contact-frm .frm-tit{
    margin-bottom: 20px;
  }
  .contact-frm .frm-tit h3{
    font-size: 24px;
    margin-bottom: 6px;
  }
  .contact-frm .frm-tit p{
    font-size: 15px;
  }
  .contact-frm .frm-box{
    margin-bottom: 8px;
  }
  .contact-frm input{
    padding: 6px 8px;
  }


  .ft-bottom{
    padding-bottom: 100px;
  }
  .ft-bottom .top{
    padding: 28px 0;
    margin-bottom: 28px;
  }
  .ft-bottom .top .logo img{
    max-width: 280px;
    width: 280px;
  }
  .ft-bottom .top .logo{
    width: 100%;
  }
  .ft-bottom .top .ftnavi{
    width: 100%;
    gap: 8px 6px;
  }
  .ft-bottom .top .ftnavi a{
    font-size: 15px;
  }
  .ft-bottom .bottom .ft-infobox p{
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
  .ft-bottom .bottom .ft-infobox p span{
    padding-right: 0px;
    font-size: 14px;
    width: 100%;
    margin-bottom: 4px;
  }
  .ft-bottom .bottom .ft-infobox p span::after{
    display: none;
  }
  .ft-bottom .bottom .ft-infobox p span:last-child::after{
    display: none;
  }
  .ft-bottom .bottom .ft-infobox p:last-child{
    margin-bottom: 30px;
  }
  .copyright{
    font-size: 13px;
  }

  .ft-bottom .bottom{
    gap: 10px;
  }
  .ft-bottom .bottom > .ft-infobox{
    order: 1;
  }
  .ft-bottom .bottom > .right{
    order: 0;
  }
  .copyright{
    order: 2;
  }
  .ft-bottom .bottom > .right p{
    font-size: 14px;
    text-align: left;
  }
}
@media(max-width:380px){
  .contact-frm .frm-tit p br{
    display: none;
  }
  .ft-bottom .top .logo img{
    width: 85%;
  }
}

/* footer */
.top-navi{
  display: flex;
  justify-content: center;
  margin-top: 90px;
  margin-bottom: 130px;
}
.top-navi ul{
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center; 
  padding: 12px;
  border-radius: 9999px;
  background-color: rgb(245, 245, 245);
}
.top-navi ul li{
  min-width: 275px;
}
.top-navi ul li a{
  padding: 20px 30px;
  display: block;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: -0.4px;
  color: rgb(51, 51, 51);
  text-align: center;
  border-radius: 999px;
  background: rgb(245, 245, 245);
  transition: all 0.3s ease-in-out;
}
.top-navi ul li.on a,
.top-navi ul li:hover a
{
  color: rgb(255, 255, 255);
  background-color: rgb(95, 186, 70);
}

@media(max-width:1024px){
  .top-navi{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .top-navi ul{
    gap: 6px;
    padding: 6px;
  }
  .top-navi ul li{
    min-width: 150px;
  }
  .top-navi ul li a{
    padding: 10px 20px;
    font-size: 16px;
  }
}

/* topnavi */

.sub-sec{
  padding: 75px 0;
}
.sub-sec:first-child{
  padding-top: 0;
}
.sub-wrap, .sub-sec{
  position: relative;
}
.sub-sec:last-child{
  padding-bottom: 250px;
}
.sub-page-titbox{
  margin-bottom: 90px;
}
.sub-page-titbox p{
  font-size: 24px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-bottom: 32px;
}
.sub-page-titbox h2{
  font-size: 60px;
  font-weight: normal;
  line-height: 1.17;
  text-align: center;
  color: rgb(0, 0, 0);
}
.sub-page-titbox h5{
  font-size: 24px;
  font-weight: normal;
  color: rgb(0, 0, 0);
  margin-top: 20px; 
}
.sub-ft1{
  font-size: 60px;
  letter-spacing: -2px;
  font-weight: 400;
}
.sub-ft2{
  font-size: 40px;
  letter-spacing: -1.2px;
  font-weight: 400;
}
.sub-ft3{
  font-size: 24px;
  line-height: 1.67;
  letter-spacing: -0.48px;
  font-weight: 400;
}
.vertical-barwrap{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.vertical-bar > span{
  width: 2px;
  height: 75px;
  background-color: rgb(95, 187, 70);
  display: block;
}
.vertical-bar > span:last-child{
  background-color: rgb(217, 217, 217);
}
b{
  font-weight: 800;
}

@media(max-width:1024px){
  .sub-sec{
    padding: 60px 0;
  }
  .sub-sec:last-child{
    padding-bottom: 120px;
  }
  .sub-page-titbox{
    margin-bottom: 40px;
  }
  .sub-page-titbox p{
    font-size: 18px;
    margin-bottom: 16px;
  }
  .sub-page-titbox h2{
    font-size: 28px;
    line-height: 1.3;
  }
  .sub-page-titbox h5{
    font-size: 18px;
    margin-top: 8px; 
  }
  .sub-page-titbox h5 br{
    display: none;
  }

  .sub-ft1{
    font-size: 28px;
    letter-spacing: -0.6px;
  }
  .sub-ft2{
    font-size: 20px;
    letter-spacing: -0.6px;
  }
  .sub-ft3{
    font-size: 16px;
    letter-spacing: -0.24px;
  }

  .vertical-bar > span{
    width: 1px;
    height: 30px;
  }
}

/* sub_common */

.sub01-1-sec01 .imgbox{
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
}

.sub01-01-sec02 .imgbox{
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 90px 0;
}
.sub01-01-sec02 .txtbox > p{
  margin-bottom: 24px;
}
.sub01-01-sec02 .txtbox > p:last-child{
  margin-bottom: 0;
}
.sub01-1-sec02-swiper{
  margin: 150px 0;
}
.sub01-1-sec02-swiper .swiper-slide::after{
  content: "";
  display: block;
  width: 300px;
  height: 300px;
  border-radius: 100%;
  background-color: rgb(95, 187, 70,0.15);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.sub01-1-sec02-swiper .swiper-slide .img-box{
  position: relative;
  z-index: 2;
  left: 50px;
  top: -50px;
  text-align: center;
}
.sub01-1-sec02-swiper .swiper-slide .img-box img{
  max-width: 320px;
  width: 100%;
}
.sub01-01-sec02{
  padding-top: 0;
}
.sub01-1-sec03 .titbox{
  margin-bottom: 120px;
}
.sub01-1-sec03 .titbox h3 span{
  display: block;
  margin-bottom: 52px;
}
.sub01-1-sec03 .imgbox img{
  width: 100%;
  display: block;
}

@media(max-width:1024px){
  .sub01-1-sec01 .imgbox{
    padding: 0 20px;
  }
  .sub01-01-sec02 .imgbox{
    padding: 30px 0;
  }
  .sub01-01-sec02 .txtbox > p{
    margin-bottom: 10px;
  }
  .sub01-1-sec02-swiper{
    margin: 60px 0;
  }
  .sub01-1-sec02-swiper .swiper-slide::after{
    width: 250px;
    height: 250px;
  }
  .sub01-1-sec02-swiper .swiper-slide .img-box{
    left: 20px;
    top: -20px;
  }
}

@media(max-width:767px){
  .sub01-1-sec02-swiper .swiper-slide{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .sub01-1-sec02-swiper .swiper-slide::after{
    width: 100%;
    height: 100%;
    border-radius: 12px;
  }
  .sub01-1-sec02-swiper .swiper-slide .img-box{
    left: 0px;
    top: 0px;
  }
  .sub01-01-sec02 .txtbox > p br{
    display: none;
  }
}

/* sub01-1 */

.sub01-2-sec02{
  padding-top: 0;
}
.history-tit{
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
  background-color: rgb(95, 186, 70);

  font-size: 24px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 24px 0;
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9990px;
  position: relative;
  z-index: 3;
}

.history-wrapper{
  position: relative;
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.history-wrapper .bar{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 3px;
  /* height: calc(100% - 195px); */
  height: 0;
  background-color: rgb(95, 186, 70);
  transition: all 0.3s linear;
}
.history-wrapper .year-wrap{
  position: relative;
  margin-top: 90px;
  width: 50%;
}
.history-wrapper .year-wrap:last-child .txtbox{
  min-height: 200px;
}
.history-wrapper .year-wrap.odd{
  left: 50%;
}
.history-wrapper .year-wrap .circle-box{
  width: 30px;
  height: 30px;
  background-color: rgba(95, 186, 70,0.2);
  border-radius: 100%;
  position: absolute;
}
.history-wrapper .year-wrap.odd .circle-box{
  top: 0;
  left: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.history-wrapper .year-wrap.even .circle-box{
  top: 0;
  right: 0;
  transform: translateX(50%);
  -webkit-transform: translateX(50%);
}
.history-wrapper .year-wrap .circle-box::before{
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: rgb(95, 186, 70);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.history-wrapper .year-wrap .txtbox h3{
  font-size: 24px;
  font-weight: 800;
  line-height: 1.67;
  letter-spacing: -0.48px;
  color: rgb(95, 186, 70);
  margin-bottom: 24px;
}
.history-wrapper .year-wrap .txtbox p span{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.67;
  letter-spacing: -0.48px;
  color: rgb(51, 51, 51);
  position: relative;
  padding-left: 12px;
}
.history-wrapper .year-wrap .txtbox p span::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: rgb(95, 186, 70);
  position: absolute;
  top: 18px;
  left: 0;
}
.history-wrapper .year-wrap .txtbox p{
  margin-top: 16px;
}
.history-wrapper .year-wrap .txtbox p:first-child{
  margin-top: 0px;
}
.history-wrapper .year-wrap.odd .txtbox{
  padding-left: 42px;
}
.history-wrapper .year-wrap.even .txtbox{
  text-align: right;
  padding-right: 42px;
}

@media(max-width:1024px){
  .history-tit{
    font-size: 20px;
    padding: 14px 0;
    max-width: calc(100% + 40px);
    width: calc(100% + 40px);
    border-radius: 0px;
    margin-left: -20px;
    text-align: left;
    padding-left: 40px;
  }
  .history-wrapper .bar{
    top: 0;
    left: 20px;
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    width: 1px;
  }
  .history-wrapper .year-wrap{
    margin-top: 30px;
    width: 100%;
  }
  .history-wrapper .year-wrap.odd{
    left: 0%;
  }
  .history-wrapper .year-wrap .circle-box{
    width: 20px;
    height: 20px;
  }
  .history-wrapper .year-wrap.even .circle-box{
    right: initial;
    left: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .history-wrapper .year-wrap .circle-box::before{
    width: 10px;
    height: 10px;
  }
  .history-wrapper .year-wrap .txtbox h3{
    font-size: 18px;
    margin-bottom: 12px;
  }
  .history-wrapper .year-wrap .txtbox p span{
    font-size: 16px;
    padding-left: 10px;
  }
  .history-wrapper .year-wrap .txtbox p span::before{
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .history-wrapper .year-wrap .txtbox p{
    margin-top: 6px;
  }
  .history-wrapper .year-wrap.odd .txtbox{
    padding-left: 20px;
  }
  .history-wrapper .year-wrap.even .txtbox{
    text-align: left;
    padding-right: 0px;
    padding-left: 20px;
  }
}

/* sub01-2 */

.product-list .con-line{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.product-list .con-line > li{
  width: calc(33.33% - (40px / 3));
  background-color: rgb(241, 241, 241);
  border-radius: 30px;
}
.product-list .con-line > li .conbox,
.pd-swiper .swiper-slide .conbox
{
  padding: 20px;
  /* border-radius: 30px; */
  /* min-height: 545px; */
  /* background-color: rgb(241, 241, 241); */
}
.pd-swiper .swiper-slide .conbox{
  background-color: rgb(241, 241, 241);
  border-radius: 30px;
}
.product-list .con-line > li .imgbox,
.pd-swiper .swiper-slide .conbox .imgbox
{
  border-radius: 26px;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 290px;
  margin-bottom: 40px;
}
.product-list .con-line > li .imgbox img,
.pd-swiper .swiper-slide .conbox .imgbox img
{
  max-height: 270px;
  display: block;
  object-fit: cover;
}
.product-list .con-line > li .conbox .subject,
.pd-swiper .swiper-slide .conbox .subject
{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -2px;
  color: rgb(0, 0, 0);
  margin-bottom: 6px;
  min-height: 73px;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
}
.product-list .con-line > li:nth-child(3) .conbox .subject,
.product-list .con-line > li:nth-child(4) .conbox .subject,
.product-list .con-line > li:nth-child(5) .conbox .subject
{
  padding-right: 100px;
}
.product-list .con-line > li .conbox h5,
.pd-swiper .swiper-slide .conbox h5{
  font-size: 20px;
  font-weight: 500;
}
.product-list .con-line > li .product-detail ul,
.pd-swiper .swiper-slide .conbox .product-detail ul
{
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: solid 1px rgb(209, 209, 209);
}
.product-list .con-line > li .product-detail ul > .tit,
.pd-swiper .swiper-slide .conbox .product-detail ul > .tit
{
  font-size: 24px;
  font-weight: normal;
  letter-spacing: -0.48px;
  color: rgb(51, 51, 51);
  width: 80px;
}
.product-list .con-line > li .product-detail ul > .txt,
.pd-swiper .swiper-slide .conbox .product-detail ul > .txt
{
  width: calc(100% - 80px);
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.48px;
  text-align: right;
  color: rgb(51, 51, 51);
  word-break: break-all;
}
.product-viewbtn{
  width: 100%;
  display: block;
  padding: 16px 0;
  text-align: center;

  font-size: 18px;
  font-weight: bold;
  letter-spacing: -0.6px;
  color: rgb(255, 255, 255);
  border-radius: 11px;
  background-color: rgb(95, 186, 70);
  /* margin-top: 36px; */
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
.product-viewbtn:hover{
  background-color: rgb(30,104,9);
}

.adm-paging-wrap{
  width: 100%;
  position: relative;
  display: block;
  margin-top: 24px;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 24px;
  padding-left: 35px;
}
.adm-paging-wrap .adm-paging-line{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.adm-paging-wrap .adm-paging-line > a{
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgb(223, 227, 232);
}
.adm-paging-wrap .adm-paging-line .adm-page-prev,
.adm-paging-wrap .adm-paging-line .adm-page-next{
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  overflow: hidden;
  border: solid 1px rgb(223, 227, 232);
  cursor: pointer;
}
.adm-paging-wrap .adm-paging-line > a:hover{
  /* border: solid 1px rgb(0, 112, 255); */
  /* color: rgb(0, 112, 255); */
  font-weight: bold;
  text-decoration: initial !important;
}
.adm-paging-wrap .adm-paging-line > div > a{
  cursor: pointer;
}
.adm-paging-wrap .adm-paging-line > div > a,
.adm-paging-wrap .adm-paging-line > div{
  font-size: 14px;
  font-weight: bold;
  line-height: 1.43;
  text-align: center;
  color: rgb(33, 43, 54);
}
.adm-paging-wrap .adm-paging-line > .adm-page-num{
  border: solid 1px rgb(223, 227, 232);
  background-color: rgb(255, 255, 255);
}
.adm-paging-wrap .adm-paging-line > .adm-page-num.active{
  /* border: solid 1px rgb(0, 112, 255); */
  /* color: rgb(0, 112, 255); */
  font-weight: bold;
}
.adm-paging-wrap .adm-paging-line > .adm-page-prev{
  background: url(/admin/img/icon_prev.svg) no-repeat center / 15px;
  border: 1px solid transparent;
  background-color: rgb(145, 158, 171);
}
.adm-paging-wrap .adm-paging-line > .adm-page-next{
  background: url(/admin/img/icon_next.svg) no-repeat center / 15px;
  background-color: #fff;
}
.adm-paging-wrap .adm-paging-line > .adm-page-prev:hover{
  border: 1px solid transparent;
}
.adm-paging-wrap .adm-paging-line > .adm-page-next:hover{
  border: solid 1px rgb(223, 227, 232);
}

@media(max-width:1600px){
  .product-list .con-line > li:nth-child(3) .conbox .subject,
  .product-list .con-line > li:nth-child(4) .conbox .subject,
  .product-list .con-line > li:nth-child(5) .conbox .subject
  {
    padding-right: 0px;
  }
}
@media(min-width:1025px){
  .product-list .con-line > li .product-detail ul > .txt,
  .pd-swiper .swiper-slide .conbox .product-detail ul > .txt,
  {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media(max-width:1024px){
  .product-list .con-line{
    gap: 10px;
  }
  .product-list .con-line > li{
    width: calc(50% - 5px);
    border-radius: 12px;
  }
  .product-list .con-line > li .conbox,
  .pd-swiper .swiper-slide .conbox
  {
    padding: 10px;
    border-radius: 12px;
    min-height: initial !important;
  }
  .pd-swiper .swiper-slide .conbox{
    border-radius: 12px;
  }
  .product-list .con-line > li .imgbox,
  .pd-swiper .swiper-slide .conbox .imgbox
  {
    border-radius: 13px;
    height: 250px;
    margin-bottom: 20px;
  }
  .product-list .con-line > li .imgbox img,
  .pd-swiper .swiper-slide .conbox .imgbox img
  {
    max-height: 240px;
  }
  .product-list .con-line > li .conbox .subject,
  .pd-swiper .swiper-slide .conbox .subject
  {
    font-size: 20px;
    letter-spacing: -0.6px;
    margin-bottom: 14px;
    min-height: initial;
  }
  .product-list .con-line > li .conbox h5,
  .pd-swiper .swiper-slide .conbox h5{
    font-size: 16px;
  }
  .product-list .con-line > li .product-detail ul,
  .pd-swiper .swiper-slide .conbox .product-detail ul
  {
    padding: 10px 0;
    flex-wrap: wrap;
    gap: 6px;
  }
  .product-list .con-line > li .product-detail ul > .tit,
  .pd-swiper .swiper-slide .conbox .product-detail ul > .tit
  {
    font-size: 16px;
    width: 100%;
  }
  .product-list .con-line > li .product-detail ul > .txt,
  .pd-swiper .swiper-slide .conbox .product-detail ul > .txt
  {
    width: 100%;
    font-size: 16px;
    text-align: left;
  }
  .product-viewbtn{
    padding: 8px 0;
    margin-top: 20px;
  }
}

@media(max-width:767px){
  .product-list .con-line > li{
    width: 100%;
  }
}

/* product_list */

.product-view-wrap .top-thum{
  margin-bottom: 150px;
}
.product-view-wrap .inner{

}
.product-view-wrap .top-thum .con-line{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
}

.product-view-wrap .top-thum .con-line > .left{
  width: calc(50% - 15px);
}
.product-view-wrap .top-thum .con-line > .right{
  width: calc(50% - 45px);
  max-width: 700px;
  margin: 0 auto;
}

.product-view-wrap .top-thum .con-line > .left .txtbox{
  padding-right: 30px;
}
.product-view-wrap .top-thum .con-line > .left .txtbox .subject{
  font-size: 60px;
  font-weight: 900;
  color: rgb(0, 0, 0);
  margin-bottom: 60px;
}
.product-view-wrap .top-thum .con-line > .left .txtbox .content1{
  font-size: 32px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-bottom: 32px;
}
.product-view-wrap .top-thum .con-line > .left .txtbox .content2{
  font-size: 24px;
  font-weight: normal;
  line-height: 1.67;
  color: rgb(51, 51, 51);
}
.product-view-wrap .top-thum .con-line > .left .pay-wrap{
  margin-top: 120px;
  padding-top: 28px;
  border-top: 2px solid rgb(25,25,25);
}
.product-view-wrap .top-thum .con-line > .left .con-line{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.product-view-wrap .top-thum .con-line > .left .con-line .tit{
  font-size: 18px;
  font-weight: normal;
  color: rgb(51, 51, 51);
}
.product-view-wrap .top-thum .con-line > .left .con-line .price{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.25;
  color: rgb(25, 25, 25);
  text-align: right;
}

.product-view-wrap .top-thum .con-line > .left .pay-bottom-txt{
  margin-top: 20px;
}
.product-view-wrap .top-thum .con-line > .left .pay-bottom-txt p{
  font-size: 20px;
  font-weight: 500;
}

.pay-btnbox{
  margin-top: 56px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.pay-btnbox .cartbtn,
.pay-btnbox .wishbtn{
  width: 50px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cartbtn,
.wishbtn,
.buybtn
{
  display: block;
  border-radius: 8px;
  border: solid 1px rgb(209, 209, 209);
  background-color: rgb(255, 255, 255);
  outline: none;
  padding: 15px 0;
  cursor: pointer;
  font-size: 24px !important;
  font-weight: bold;
  text-align: center;
}
.cartbtn:hover,
.wishbtn:hover,
.buybtn:hover
{
  background: #f1f1f1;
}
.pay-btnbox .buybtn{
  width: 100%;
}
.pay-btnbox .inqbtn{
  display: block;

  width: calc(100% - 110px);
  border-radius: 8px;
  border: solid 1px rgb(209, 209, 209);
  outline: none;
  padding: 15px 0;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  background: rgb(95, 186, 70);
  color: #fff;
  font-weight: bold;
}
.pay-btnbox.full .inqbtn{
  width: 100%;
}
.pay-btnbox button img{
  max-width: 113px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.product-view-wrap .top-thum .con-line > .right .product-view-swiper{
  margin-bottom: 30px;
  overflow: hidden;
}
.product-view-wrap .top-thum .con-line > .right .product-view-swiper .swiper-slide{
  text-align: center;
  border-radius: 16px;
  border: solid 1px rgb(221, 221, 221);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.product-view-wrap .top-thum .con-line > .right .product-view-swiper .swiper-slide img{
  width: 100%;
  height: auto;
  object-fit: cover;
  max-height: 510px;
  margin: 0 auto;
  display: block;
}
.product-view-wrap .top-thum .con-line > .right .product-view-swiper .swiper-slide:first-child img{
  width: 80%;
}
.product-view-swiper2{
  overflow: hidden;
}
.product-view-swiper2 .swiper-wrapper{
  justify-content: center;
}
.product-view-swiper2 .swiper-slide{
  border: solid 1px rgb(209, 209, 209);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
}
.product-view-swiper2 .swiper-slide img{ 
  /* width: 85%; */
  width: 100%;
  display: block;
}
.product-view-swiper2 .swiper-slide:first-child img{
  width: 85%;
}
.product-view-swiper2 .swiper-slide.swiper-slide-active{
  border: solid 2px rgb(95, 186, 70);
}

.product-view-smallline .box{
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}
.product-view-smallline .box .smallbox{
  border: solid 1px rgb(209, 209, 209);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  overflow: hidden;
  width: 100px;
  cursor: pointer;
}
.product-view-smallline .box .smallbox.active{
  border: solid 2px rgb(95, 186, 70);
}
.product-view-smallline .box .smallbox img{
  width: 100%;
  display: block;
}
.product-view-smallline .box .smallbox:first-child img{
  width: 85%;
}



.product-view-wrap .bottom-content{
  margin-bottom: 150px;
}
.product-view-wrap .bottom-content .tit,
.view-pd-list > h3
{
  font-size: 24px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  text-align: center;
  padding: 24px 0;
  border-top: solid 2px rgb(25, 25, 25);
  border-bottom: solid 1px rgb(209, 209, 209);
  margin-bottom: 88px;
}
.product-view-wrap .bottom-content .product-imgline{
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 88px;
  margin-bottom: 88px;
  border-bottom: 1px solid rgb(209,209,209);
}
.product-view-wrap .bottom-content .product-imgline > li{
  /* max-width: 530px; */
  /* width: 100%; */
  max-width: 100%;
  width: calc(33.33% - 20px);
}
.product-view-wrap .bottom-content .product-imgline .name{
  padding: 18px 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: rgb(255, 255, 255);
  background-color: rgb(95, 186, 70);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}
.product-view-wrap .bottom-content .product-imgline .imgbox{
  height: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgb(209, 209, 209);
  background: #fff;
}
.product-view-wrap .bottom-content .product-imgline img{
  max-width: 80%;
  width: 100%;
  object-fit: cover;
  display: block;
}
.product-view-wrap .bottom-content .detail-box1{
  text-align: center;
  padding-bottom: 88px;
  margin-bottom: 88px;
  margin-top: 60px;
  border-bottom: 1px solid rgb(209,209,209);
}
.product-view-wrap .bottom-content .detail-box1 .imgbox{
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 56px;
}
.product-view-wrap .bottom-content .detail-box1 .imgbox video{
  width: 100%;
  display: block;
}
.product-view-wrap .bottom-content .detail-box1 h3{
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: rgb(25, 25, 25);
}
.product-view-wrap .bottom-content .detail-box2 .img-line{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-view-wrap .bottom-content .detail-box2 .img-line > li img{
  height: auto;
  max-height: 320px;
}
.product-view-wrap .bottom-content .detail-box2 .img-line > li.imgbox img{
  object-fit: cover;
}
.product-view-wrap .bottom-content .detail-box2  .txt-area{
  margin-top: 56px;
}
.product-view-wrap .bottom-content .detail-box2  .keyf-area{
  padding-bottom: 88px;
  margin-bottom: 88px;
  border-bottom: 1px solid rgb(209,209,209);
}

.product-view-wrap .bottom-content .detail-box2  .txt-area h4{
  font-size: 32px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  margin-bottom: 36px;
}
.product-view-wrap .bottom-content .detail-box2  .txt-area .smallbox p{
  font-size: 24px;
  font-weight: normal;
  color: rgb(51, 51, 51);
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}
.product-view-wrap .bottom-content .detail-box2  .txt-area .smallbox p::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: rgb(25,25,25);
  position: absolute;
  top: 13px;
  left: 0;
}
.product-view-wrap .bottom-content .detail-box2  .txt-area .smallbox p:last-child{
  margin-bottom: 0;
}
.product-view-wrap .bottom-content .detail-box2  .txt-area .smallbox p b{
  font-weight: bold;
}

.bottom-morebtn{
  margin-top: 150px;
  display: none;
}
.bottom-morebtn button{
  width: 100%;
  border: solid 1px rgb(0, 0, 0);
  background-color: rgb(255, 255, 255);
  border-radius: 9999px;
  outline: none;
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  font-size: 20px;
  font-weight: normal;
  color: rgba(25, 25, 25, 0.87);
}
.bottom-morebtn button img{
  width: 24px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.bottom-morebtn button.on img{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.more-contents{
  /* display: none; */
  border-bottom: 1px solid rgb(209,209,209);
  padding-bottom: 60px;
  margin-bottom: 88px;
}
.more-contents2{
  border-bottom: none !important;
  margin-bottom: 30px !important;
}
.bottom-review-img{
  margin-bottom: 80px;
  text-align: center;
  display: none;
}
.bottom-review-img img{
  max-width: 1024px;
  width: 100%;
}

.more-contents > h3{
  margin-top: 60px;
  font-size: 36px;
  font-weight: 900;
  color: rgb(0, 0, 0);
  margin-bottom: 32px;
}
.more-contents .contentbox{
  font-size: 18px;
  line-height: 1.5;
}
.more-contents .contentbox *{
  font-size: 24px !important;
}
.more-contents .contentbox *{
  font-family: 'SUIT', sans-serif !important;
}
.more-contents .contentbox img{
  display: block;
  margin-top: 5px;
}
.more-contents .con-stat{
  width: 100%;
  border-spacing: 0;
  border: 1px solid rgb(209,209,209);
}
.more-contents .con-stat tr{
}
.more-contents .con-stat tr:last-child th,
.more-contents .con-stat tr:last-child td{
  border-bottom: none;
}
.more-contents .con-stat tr th{
  font-size: 18px;
  font-weight: bold;
  background: rgba(95, 186, 70,0.2);
  padding: 12px 20px;
  border-bottom: 1px solid rgb(209,209,209);
  text-align: left;
  width: 300px;
}
.more-contents .con-stat tr td{
  font-size: 18px;
  font-weight: 400;
  padding: 12px 20px;
  border-bottom: 1px solid rgb(209,209,209);
  width: calc(100% - 300px);
}
.view-pd-list{
  position: relative;
  margin-bottom: 150px;
}
.view-pd-next,
.view-pd-prev
{
  width: 65px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
}
.view-pd-next{
  right: -5vw;
}
.view-pd-prev{
  left: -5vw;
}

.pay-fixed{
  position: fixed;
  bottom: 0px;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 100%;
  max-width: 1480px;
  padding: 0 20px;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
.pay-fixed.on{
  opacity: 1;
  bottom: 30px;
}
.pay-fixed button{
  width: calc(50% - 3px);
  border: none;
  outline: none;
  background: #fff;
  border-radius: 4px;
  border: solid 1px rgb(209, 209, 209);
  padding: 12px 0;
}
.pay-fixed button img{
  max-width: 103px;
}
.pay-fixed.full a{
  width: 100%;
}
.pay-fixed a{
  display: block;
  width: calc(50% - 3px);
  border-radius: 4px;
  text-align: center;
  background: rgb(95, 186, 70);
  color: #fff;
  padding: 12px 0;
  font-size: 22px;
  font-weight: bold;
}
.key-imgline{
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin-top: 60px;
}
.key-imgline > li{
  max-width: 30%;
}
.key-imgline > li img{
  height: auto !important;
}

@media(max-width:1600px){
  .view-pd-next{
    right: -10px;
  }
  .view-pd-prev{
    left: -10px;
  }
}
@media(min-width:1025px){
  .pd-swiper{
    overflow: hidden;
  }
}
@media(max-width:1024px){
  .view-pd-list{
    margin-bottom: 80px;
  }
  .view-pd-next,
.view-pd-prev{
  display: none;
}
  .product-view-wrap .top-thum{
    margin-bottom: 60px;
  }
  .product-view-wrap .top-thum .con-line{
    flex-wrap: wrap;
    gap: 30px;
  }
  .product-view-wrap .top-thum .con-line > .left{
    width: 100%;
    order: 1;
  }
  .product-view-wrap .top-thum .con-line > .right{
    width: 100%;
    order: 0;
  }
  .product-view-wrap .top-thum .con-line > .left .txtbox{
    padding-right: 0px;
  }
  .product-view-wrap .top-thum .con-line > .left .txtbox .subject{
    font-size: 28px;
    margin-bottom: 20px;
  }
  .product-view-wrap .top-thum .con-line > .left .txtbox .content1{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-view-wrap .top-thum .con-line > .left .txtbox .content2{
    font-size: 16px;
  }
  .product-view-wrap .top-thum .con-line > .left .pay-wrap{
    margin-top: 30px;
    padding-top: 14px;
  }
  .product-view-wrap .top-thum .con-line > .left .con-line{
    gap: 8px;
  }
  .product-view-wrap .top-thum .con-line > .left .con-line .tit{
    font-size: 15px;
  }
  .product-view-wrap .top-thum .con-line > .left .pay-bottom-txt{
    margin-top: 14px;
  }
  .product-view-wrap .top-thum .con-line > .left .pay-bottom-txt p{
    font-size: 16px;
  }
  .product-view-wrap .top-thum .con-line > .left .pay-bottom-txt p br{
    display: none;
  }
  .product-view-wrap .top-thum .con-line > .left .con-line .price{
    font-size: 20px;
  }
  .pay-btnbox{
    margin-top: 30px;
    flex-wrap: wrap;
  }
  
  .pay-btnbox button{
    padding: 10px 0;
    width: 100%;
  }
  .pay-btnbox a{
    width: 100%;
    font-size: 16px;
  }
  .pay-btnbox button img{
    max-width: 90px;
  }
  .product-view-wrap .top-thum .con-line > .right .product-view-swiper{
    margin-bottom: 10px;
  }
  .product-view-wrap .top-thum .con-line > .right .product-view-swiper .swiper-slide{
    border-radius: 12px;
  }
  .product-view-wrap .top-thum .con-line > .right .product-view-swiper .swiper-slide img{
    /* width: 90%; */
    /* width: 100%; */
  }
  .product-view-swiper2 .swiper-slide{
    border-radius: 12px;
  }
  .product-view-swiper2 .swiper-slide img{ 
    /* width: 90%; */
    /* width: 100%; */
  }
  .product-view-swiper2 .swiper-slide.swiper-slide-active{
    border: solid 1px rgb(95, 186, 70);
  }
  /*  */

  .product-view-wrap .bottom-content{
    margin-bottom: 60px;
  }
  .product-view-wrap .bottom-content .tit,
  .view-pd-list > h3
  {
    font-size: 20px;
    padding: 12px 0;
    border-top: solid 2px rgb(25, 25, 25);
    margin-bottom: 30px;
  }
  .product-view-wrap .bottom-content .product-imgline{
    gap: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .product-view-wrap .bottom-content .product-imgline > li{
    max-width: 100%;
    width: calc(50% - 5px);
  }
  .product-view-wrap .bottom-content .product-imgline .name{
    padding: 8px 0;
    font-size: 18px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
  .product-view-wrap .bottom-content .product-imgline .imgbox{
    /* height: 340px; */
  }
  .product-view-wrap .bottom-content .product-imgline img{
    max-height: 270px;
  }
  .product-view-wrap .bottom-content .detail-box1{
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .product-view-wrap .bottom-content .detail-box1 .imgbox{
    margin-bottom: 20px;
  }
  .product-view-wrap .bottom-content .detail-box1 h3{
    font-size: 24px;
  }
  .product-view-wrap .bottom-content .detail-box2 .img-line{
    flex-wrap: wrap;
    gap: 10px;
  }
  .product-view-wrap .bottom-content .detail-box2 .img-line > li{
    /* max-height: 250px; */
    max-width: 100%;
  }
  .product-view-wrap .bottom-content .detail-box2 .img-line > li img{
    max-height: initial;
  }
  .product-view-wrap .bottom-content .detail-box2  .txt-area{
    margin-top: 20px;
  }
  .product-view-wrap .bottom-content .detail-box2  .txt-area h4{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .product-view-wrap .bottom-content .detail-box2  .txt-area .smallbox p{
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 3px;
  }
  .product-view-wrap .bottom-content .detail-box2  .txt-area .smallbox p::before{
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .more-contents .contentbox *{
    font-size: 18px !important;
  }
  /*  */

  .bottom-morebtn{
    margin-top: 60px;
  }
  .bottom-morebtn button{
    padding: 10px 0;
    gap: 6px;
    font-size: 18px;
  }
  .bottom-morebtn button img{
    width: 22px;
  }
  .more-contents > h3{
    margin-top: 20px;
    font-size: 24px;
    margin-bottom: 16px;
  }
  .more-contents .con-stat tr th{
    font-size: 14px;
    padding: 10px 15px;
    width: 150px;
  }
  .more-contents .con-stat tr td{
    font-size: 15px;
    padding: 10px 15px;
    width: calc(100% - 150px);
  }

  .pay-fixed.on{
    bottom: 15px;
  }
  .pay-fixed button{
    padding: 8px 0;
  }
  .pay-fixed button img{
    max-width: 101px;
  }
  .pay-fixed a,
  .pay-btnbox .inqbtn
  {
    font-size: 16px;
    padding: 12px 0;
  }

  .pay-btnbox .inqbtn{
    width: calc(100% - 90px);
  }
  .pay-btnbox .cartbtn,
  .pay-btnbox .wishbtn{
    width: 40px;
    height: 46.8px;
  }
  .cartbtn,
  .wishbtn,
  .buybtn
  {
    padding: 10px 0;
    font-size: 18px !important;
  }

  .key-imgline{
    gap: 10px;
    margin-top: 30px;
  }
  .key-imgline > li{
    max-width: calc(50% - 5px);
  }
  .key-imgline > li img{
    height: auto !important;
    width: 100%;
  }
  .more-contents{
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .product-view-wrap .bottom-content .detail-box2 .keyf-area{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }

}

@media(max-width:767px){
  .product-view-wrap .bottom-content .product-imgline .imgbox{
    /* height: 220px; */
  }

  .product-view-smallline .box{
    gap: 5px;
  }
  .product-view-smallline .box .smallbox{
    width: calc(33.33% - (10px / 3));
  }
  .key-imgline > li{
    max-width: 100%;
    width: 100%;
  }
}

@media(max-width:400px){
  .product-view-wrap .bottom-content .product-imgline .imgbox{
    /* height: 200px; */
  }
  .product-view-wrap .bottom-content .product-imgline > li{
    width: 100%;
  }
}

/* product_view */


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


.sub01-3-sec01 .imgbox{
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 88px;
  position: relative;
}
.sub01-3-sec01 .imgbox .mark{
  max-width: 280px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%,-70%);
  -webkit-transform: translate(50%,-70%);
  opacity: 0.2;
  z-index: -1;
}
.cm-sec1{
  padding: 90px 0;
}
.cm-sec1.odd{
  background: rgb(245, 245, 245);
}
.cm-conline{
  display: flex;
  align-items: center;
  gap: 80px;
}
.cm-conline > .img{
  width: 45%;
}
.cm-conline > .txt{
  width: calc(55% - 80px);
}
.cm-sec1.even .cm-conline > .img{
  order: 1;
}
.cm-sec1.even .cm-conline > .txt{
  order: 0;
}
.cm-sec1.even .cm-conline > .txt .txtbox{
  padding-left: 80px;
}
.cm-sec1.odd .cm-conline > .txt .txtbox{
  padding-right: 60px;
}
.cm-conline > .txt .txtbox h3{
  margin-bottom: 36px;
  font-weight: bold;
}
.mk{
  position: relative;
  padding-left: 21px;
}
.mk::before{
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: rgb(51,51,51);
  position: absolute;
  top: 18px;
  left: 0;
  border-radius: 100%;
}

.sub01-3-sec07{
  padding-top: 150px;
}
.sub01-3-sec07 .txtbox h3{
  margin-bottom: 142px;
}
.sub01-3-sec07 .mark{
  position: absolute;
  bottom: -250px;
  right: 0;
  z-index: -1;
  opacity: 0.4;
  transform: translateY(30%);
  -webkit-transform: translateY(30%);
  max-width: 850px;
  width: 100%;
}
.sub01-3-sec07 .txtbox p:last-child{
  margin-top: 20px;
}


@media(max-width:1600px){
  .cm-conline{
    gap: 30px;
  }
  .cm-conline > .img{
    width: 50%;
  }
  .cm-conline > .txt{
    width: calc(50% - 30px);
  }
  .cm-conline > .txt .txtbox br{
    display: none;
  }
}

@media(max-width:1024px){
  .sub01-3-sec01 .txtbox p br{
    display: none;
  }
  .sub01-3-sec01 .imgbox .pc{
    display: block !important;
  }
  .sub01-3-sec01 .imgbox .mobile{
    display: none !important;
  }
  .sub01-3-sec01 .imgbox{
    margin-bottom: 30px;
  }


  .cm-sec1{
    padding: 50px 0;
  }
  .cm-conline{
    flex-wrap: wrap;
    gap: 30px;
  }
  .cm-conline > .img{
    width: 100%;
  }
  .cm-conline > .txt{
    width: 100%;
  }
  .cm-sec1.even .cm-conline > .img{
    order: 0;
  }
  .cm-sec1.even .cm-conline > .txt{
    order: 1;
  }
  .cm-sec1.even .cm-conline > .txt .txtbox{
    padding-left: 0px;
  }
  .cm-sec1.odd .cm-conline > .txt .txtbox{
    padding-right: 0px;
  }
  .cm-conline > .txt .txtbox h3{
    margin-bottom: 12px;
  }

  .mk{
    padding-left: 16px;
  }
  .mk::before{
    width: 6px;
    height: 6px;
    top: 12px;
  }

  .sub01-3-sec07{
    padding-top: 60px;
  }
  .sub01-3-sec07 .txtbox h3{
    margin-bottom: 28px;
  }
  .sub01-3-sec07 .mark{
    bottom: -120px;
    width: 60%;
  }

  .sub01-3-sec07 .txtbox p br{
    display: none;
  }
  .sub01-3-sec07 .txtbox h3 br{
    display: none;
  }
  .sub01-3-sec07 .txtbox p:last-child{
    margin-top: 10px;
  }


}

@media(max-width:767px){
  .sub01-3-sec01 .imgbox .mobile{
    display: block !important;
  }
  .sub01-3-sec01 .imgbox .pc{
    display: none !important;
  }

  .sub01-3-sec01 .imgbox .mark{
    max-width: 160px;
    transform: translate(-20%,-60%);
    -webkit-transform: translate(-20%,-60%);
  }
}

@media(max-width:500px){
  .sub01-3-sec01 .imgbox .mark{
    transform: translate(20%,-60%);
    -webkit-transform: translate(20%,-60%);
  }
}

/* sub01_3 */

.sub01-4-sec01 .imgbox{
  position: relative;
  max-width: 2560px;
  width: 100%;
  margin: 0 auto;
}
.sub01-4-sec01 .imgbox .mark{
  max-width: 341px; 
  width: 100%;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 5vw;
  transform: translateY(-70%);
  -webkit-transform: translateY(-70%);
  width: 100%;
  z-index: -1;
}
.sub01-4 .cm-sec1.even .cm-conline > .txt .txtbox{
  padding-left: 0;
}
.sub01-4-sec02{
  padding: 90px 0;
}
.sub01-4-sec02:last-child{
  padding-bottom: 250px;
}

@media(max-width:1024px){
  .sub01-4-sec01 .imgbox .mark{
    max-width: 160px; 
    right: 3vw;
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
  }
  .sub01-4-sec02{
    padding: 30px 0;
  }
  .sub01-4-sec02:last-child{
    padding-bottom: 80px;
  }
}



/* sub01_4 */

.map-area{
  position: relative;
  width: 100%;
  height: 550px;
}
.map-area iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframebox{
  position: relative;
  padding-top: 56%;
  width: 100%;
  height: 0;
}
.iframebox iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info-wrap{
  margin-top: 150px;
}
.info-wrap > h3{
  margin-bottom: 48px;
}
.info-wrap .con-line{
  display: flex;
  align-items: center;
  gap: 44px;
  margin-bottom: 44px;
  padding-bottom: 44px;
  border-bottom: 1px solid rgb(204, 204, 204);
}
.info-wrap .con-line:last-child{
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.info-wrap .con-line > .icon{
  width: 132px;
}
.info-wrap .con-line > .icon .iconbox{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 132px;
  width: 100%;
  border-radius: 100%;
  background-color: rgb(247, 247, 247);
}
.info-wrap .con-line > .icon .iconbox img{
  display: block;
  width: 48px;
}
.info-wrap .con-line > .txt{
  width: calc(100% - 176px);
}
.info-wrap .con-line > p b{
  font-weight: bold;
}
.info-wrap .con-line > p:first-child{
  margin-bottom: 16px;
}

@media(max-width:1024px){
  .map-area{
    height: 300px;
  }
  .info-wrap{
    margin-top: 30px;
  }
  .info-wrap > h3{
    margin-bottom: 20px;
  }
  .info-wrap .con-line{
    gap: 16px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .info-wrap .con-line > .icon{
    width: 60px;
  }
  .info-wrap .con-line > .icon .iconbox{
    height: 60px;
  }
  .info-wrap .con-line > .icon .iconbox img{
    width: 24px;
  }
  .info-wrap .con-line > .txt{
    width: calc(100% - 84px);
  }
  .info-wrap .con-line > p:first-child{
    margin-bottom: 8px;
  }
}

/* sub01_5 */

.iptbox{
  margin-bottom: 40px;
}
.iptbox:last-child{
  margin-bottom: 60px;
}
.iptbox .tit{
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(25, 25, 25);
  margin-bottom: 4px;
}
span.req{
  color: rgb(237, 28, 28);
}
.n-ipt{
  width: 100%;
  padding: 12px 0px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: -0.44px;
  color: rgb(25,25,25);
  outline: none;
  border: none;
  border-bottom: solid 1px rgb(217, 217, 217);
}
.n-ipt::placeholder{
  color: rgb(163, 163, 163);
}
.n-ipt:focus, textarea:focus,select:focus{
  border-bottom: 1px solid rgb(25,25,25);
}
.submitbox2{
  display: flex;
  justify-content: center;
}
.submitbox2 .submitbtn2{
  max-width: 400px;
  width: 100%;
  text-align: center;
  padding: 16px 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.44px;
  color: rgb(255, 255, 255);
  border-radius: 8px;
  background-color: rgb(95, 186, 70);
  border: none;
  outline: none;
  transition: all 0.3s ease-in-out;
}
.submitbox2 .submitbtn2:hover{
  background-color: rgb(30,104,9);
}

@media(max-width:1024px){
  .iptbox{
    margin-bottom: 20px;
  }
  .iptbox:last-child{
    margin-bottom: 30px;
  }
  .iptbox .tit{
    font-size: 16px;
  }
  .n-ipt{
    padding: 8px 0px;
    font-size: 16px;
  }
  .submitbox2 .submitbtn2{
    max-width: 300px;
    padding: 12px 0;
    font-size: 18px;
  }
}

/* sub05_1 */

.sub06-1-sec01 .imgbox{
  width: calc(100% - 100px);
}
.sub06-1-sec01 .txtbox{
  margin-top: 40px;
}
.sub06-1-sec02 .titbox{
  margin-bottom: 88px;
}
.sub06-1-sec02 .titbox h3{ 
  margin-bottom: 24px;
}
.sub06-1-2 div .titbox h3{
  margin-bottom: 0 !important;
}
.sub06-1 .cm-sec1{
  background: #fff;
  padding: 45px 0;
}
.sub06-1 .sub06-1-sec02.cm-sec1{
  padding-top: 75px;
}
.sub06-1 .cm-sec1.odd .cm-conline > .txt .txtbox{
  padding-right: 30px;
}
.txt-swiper{
  margin-bottom: 100px;
}
.txt-swiper .swiper-wrapper{
  transition-timing-function: linear;
}
.txt-swiper .swiper-wrapper p{
  font-size: 12vw;
  font-weight: 800;
  color: #EEEDEE;
  white-space: nowrap;
  line-height: 1;
}
.sub06-1-sec05 .con-titline{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 50px;
  justify-content: space-between;
  margin-bottom: 168px;
}
.sub06-1-sec05 .con-titline > li:first-child{
  width: 600px;
}
.sub06-1-sec05 .con-titline > li:last-child{
  width: calc(100% - 650px);
}
.sub06-1-sec05 .con-line{
  display: flex;
  gap: 1px;
}
.sub06-1-sec05 .con-line > li{
  flex: 1;
  position: relative;
  height: 600px;
}
.sub06-1-sec05 .con-line > li .txtbox{
  position: absolute;
  bottom: 40px;
  left: 40px;
  width: calc(100% - 60px);
}
.sub06-1-sec05 .con-line > li .txtbox *{
  color: #fff;
}
.sub06-1-sec05 .con-line > li .txtbox h3{
font-weight: bold;
margin-bottom: 52px;
}
.sub06-1-sec05 .con-line > li.line1{
  background: url(/html/img/sub06-1-img05.jpg) no-repeat bottom center / cover;
}
.sub06-1-sec05 .con-line > li.line2{
  background: url(/html/img/sub06-1-img06.jpg) no-repeat bottom center / cover;
  top: -80px;
}
.sub06-1-sec05 .con-line > li.line3{
  background: url(/html/img/sub06-1-img07.jpg) no-repeat bottom center / cover;
}

@media(max-width:1600px){
  .sub06-1-sec05 .con-titline > li:first-child{
    width: 100%;
  }
  .sub06-1-sec05 .con-titline > li:last-child{
    width: 100%;
  }
}

@media(max-width:1024px){
  .sub06-1-sec01 .imgbox{
    width: 100%;
  }
  .sub06-1-sec01 .txtbox{
    margin-top: 16px;
  }
  .sub06-1-sec02 .titbox{
    margin-bottom: 28px;
  }
  .sub06-1-sec02 .titbox h3{ 
    margin-bottom: 16px;
  }
  .sub06-1 .cm-sec1{
    padding: 30px 0;
  }
  .sub06-1 .sub06-1-sec02.cm-sec1{
    padding-top: 60px;
  }
  .sub06-1 .cm-sec1.odd .cm-conline > .txt .txtbox{
    padding-right: 0px;
  }
  .sub06-1-sec01 .txtbox br{
    display: none;
  }

  .txt-swiper{
    margin-bottom: 30px;
  }
  .txt-swiper .swiper-wrapper p{
    font-size: 10vw;
  }
  .sub06-1-sec05 .con-titline{
    gap: 20px;
    margin-bottom: 30px;
  }
  .sub06-1-sec05 .con-line{
    flex-wrap: wrap;
  }
  .sub06-1-sec05 .con-line > li{
    flex: none;
    width: 100%;
    height: 500px;
  }
  .sub06-1-sec05 .con-line > li .txtbox{
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
  }
  .sub06-1-sec05 .con-line > li .txtbox h3{
  margin-bottom: 12px;
  }
  .sub06-1-sec05 .con-line > li.line2{
    top: 0px;
  }
}

/* sub06_1 */

.subtxtver2 p{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 16px;
}
.subtxtver2 p:last-child{
  margin-bottom: 0;
}
.subtxtver2 p::before{
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #5FBA46;
  border-radius: 100%;
  position: absolute;
  top: 12px;
  left: 0;
}
.subtxtver2 p b{
  width: 96px;
  display: block;
  padding-left: 16px;
}
.subtxtver2 p .txt{
  width: calc(100% - 96px);
}
.subtxtver2 p.bfull b{
  width: 100%;
}
.subtxtver2 p.bfull .txt{
  width: 100%;
  margin-top: 2px;
  padding-left: 16px;
}
.sub06-1-2 .wrap1{
  padding: 150px 0;
}
.sub06-1-2 .wrap2{
  padding: 150px 0;
  background: #F5F5F5;
}
.sub06-1-2 .wrap2 .cm-sec1{
  background: #f5f5f5;
}
.sub06-1-2 div .cm-sec1.even .cm-conline > .txt .txtbox{
  padding-left: 0 !important;
}
.sub06-1-2 .sub06-1-sec02.cm-sec1{
  padding-top: 45px !important;
}
.sub06-1-2 .sub06-1-sec02.cm-sec1:first-child{
  padding-top: 0px !important;
}
.sub06-1-2 .sub06-1-sec02.cm-sec1:last-child{
  padding-bottom: 0 !important;
}

@media(max-width:1024px){
  .subtxtver2 p{
    margin-bottom: 8px;
  }
  .subtxtver2 p::before{
    width: 4px;
    height: 4px;
    top: 8px;
  }
  .subtxtver2 p b{
    width: 100%;
    padding-left: 14px;
  }
  .subtxtver2 p .txt{
    width: 100%;
    margin-top: 2px;
    padding-left: 14px !important;
  }
  .sub06-1-2 .wrap1{
    padding: 60px 0;
  }
  .sub06-1-2 .wrap2{
    padding: 60px 0;
  }
  .sub06-1-2 .sub06-1-sec02.cm-sec1{
    padding-top: 30px !important;
  }
}

/* sub06-1-2 */

.my-inner{
  padding-top: 120px;
  padding-bottom: 120px;
}
.my-inner > .my-tit{
  margin-bottom: 60px;
  font-weight: bold;
}

.pd-category-wrap {
  margin-bottom: 60px;
}
.pd-category-wrap ul{
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.pd-category-wrap ul li a{
  font-size: 18px;
  font-weight: 400;
  background: rgb(245, 245, 245);
  color: rgb(51,51,51);
  padding: 15px 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.pd-category-wrap ul li a.active,
.pd-category-wrap ul li a:hover{
  background: rgb(95, 186, 70);
  color: #fff; 
}

@media(max-width:1024px){
  .pd-category-wrap {
    margin-bottom: 30px;
  }
  .pd-category-wrap ul{
    gap: 6px;
  }
  .pd-category-wrap ul li a{
    font-size: 16px;
    padding: 6px 8px;
    border-radius: 8px;
  }
}

@media(max-width:767px){
  .pd-category-wrap ul li{
    width: 100%;
  }
}

.main-sec04 .tabcontent2{
  display: block !important;
  min-height: initial !important;
}
/* .main-pd-line{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 20px;
}
.main-pd-line > .main-pdbox{
  width: calc(33.33% - (40px / 3));
}
.main-pd-line > .main-pdbox .main-pd-smallbox{
  padding: 20px;
  backgoru
}
.main-pd-line > .main-pdbox .imgbox{
  margin-bottom: 20px;
}
.main-pd-line > .main-pdbox .txtbox p{
  text-align: center;
  font-size: 20px;
  font-weight: 500;
} */
.main-pd-listbox.product-list .con-line > li .imgbox img{
  width: auto;
}
.main-sec04 .link-box1 a{
  width: 250px;
  margin: 0 auto;
}

@media(max-width:1024px){
  .main-sec04 .link-box1 a{
    width: 200px;
  }
}

/* main-pd-new */



.loading-wrap{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .7);
  z-index: 9999999;
}

        @keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-moz-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-webkit-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-o-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-moz-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-webkit-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @-o-keyframes rotate-loading {
            0%  {transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); -o-transform: rotate(0deg); -moz-transform: rotate(0deg);}
            100% {transform: rotate(360deg);-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); -o-transform: rotate(360deg); -moz-transform: rotate(360deg);}
        }

        @keyframes loading-text-opacity {
            0%  {opacity: 0}
            20% {opacity: 0}
            50% {opacity: 1}
            100%{opacity: 0}
        }

        @-moz-keyframes loading-text-opacity {
            0%  {opacity: 0}
            20% {opacity: 0}
            50% {opacity: 1}
            100%{opacity: 0}
        }

        @-webkit-keyframes loading-text-opacity {
            0%  {opacity: 0}
            20% {opacity: 0}
            50% {opacity: 1}
            100%{opacity: 0}
        }

        @-o-keyframes loading-text-opacity {
            0%  {opacity: 0}
            20% {opacity: 0}
            50% {opacity: 1}
            100%{opacity: 0}
        }
        .loading-container,
        .loading {
            height: 100px;
            position: relative;
            width: 100px;
            border-radius: 100%;
        }


        .loading-container {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%,-50%);
          -webkit-transform: translate(-50%,-50%);
         }

        .loading {
            border: 2px solid transparent;
            border-color: transparent #fff transparent #FFF;
            -moz-animation: rotate-loading 1.5s linear 0s infinite normal;
            -moz-transform-origin: 50% 50%;
            -o-animation: rotate-loading 1.5s linear 0s infinite normal;
            -o-transform-origin: 50% 50%;
            -webkit-animation: rotate-loading 1.5s linear 0s infinite normal;
            -webkit-transform-origin: 50% 50%;
            animation: rotate-loading 1.5s linear 0s infinite normal;
            transform-origin: 50% 50%;
        }

        .loading-container:hover .loading {
            border-color: transparent #E45635 transparent #E45635;
        }
        .loading-container:hover .loading,
        .loading-container .loading {
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
        }

        #loading-text {
            -moz-animation: loading-text-opacity 2s linear 0s infinite normal;
            -o-animation: loading-text-opacity 2s linear 0s infinite normal;
            -webkit-animation: loading-text-opacity 2s linear 0s infinite normal;
            animation: loading-text-opacity 2s linear 0s infinite normal;
            color: #ffffff;
            font-family: "Helvetica Neue, "Helvetica", ""arial";
            font-size: 10px;
            font-weight: bold;
            margin-top: 45px;
            opacity: 0;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: 0;
            width: 100px;
        }

/*  */
.g-recaptcha > div{
  max-width: 304px !important;
  width: 100% !important;
}

.bottom-quick-wrapper{
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  max-width: 370px;
  width: 100%;
  z-index: 999999999;
}
.bottom-quick-wrapper .quick-inner{
  width: 100%;
  padding: 0 20px;
}
.inq-pop-btn{
  border: none;
  outline: none;
  width: 100%;
  border-radius: 8px;
  background: #5FBB46;
  box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.10);
  padding: 10px 12px;
  display: flex;
  justify-content: center; 
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.inq-pop-btn img{
  display: block;
  width: 24px;
}
.inq-pop-btn .txt{
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.18px;
  color: #fff;
}
.inq-pop-btn:hover{
  background: #3D8DB8;
}

@media(max-width:1024px){
  .bottom-quick-wrapper{
    bottom: 30px;
    max-width: 300px;
  }
}

@media(max-width:430px){
  /* .bottom-quick-wrapper{
    left: 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  } */
}

/* 플로팅 */

.inq-popup-wrap{
  position: fixed;
  z-index: 9999999999;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: none;
}
.inq-popup-wrap .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.inq-popup-wrap .inq-popup-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  max-width: 690px;
  width: 100%;
  height: auto;
  padding: 24px;
  border-radius: 16px;
  box-shadow: 12px 12px 36px 0 rgba(0, 0, 0, 0.2);
  background-color: rgb(255, 255, 255);
  z-index: 2;
}
.inq-popup-wrap .inq-popup-box .titline{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
.inq-popup-wrap .inq-popup-box .titline .tit{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: -0.24px;
  color: rgb(24, 29, 39);
}
.inq-popup-wrap .inq-popup-box .titline .inq-popup-closebtn{
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.inq-popup-wrap .inq-popup-box .titline .inq-popup-closebtn img{
  width: 100%;
  display: block;
}
.inq-popup-wrap .inq-popup-box .frm-line-box{
  margin-bottom: 10px;
}
.chk-ipt-line{
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.chk-ipt-line > li{
  width: calc(25% - (18px / 4));
  position: relative;
}
.cm-chk-ipt{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.cm-chk-label{
  width: 100%;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 6px;
  background-color: rgb(238, 238, 238);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.cm-chk-label .txt{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.14px;
  color: rgb(102, 102, 102);
}
.cm-chk-label .chk-iconbox{
  width: 20px;
  height: 20px;
  position: relative;
}
.cm-chk-label .chk-iconbox img{
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cm-chk-label .chk-iconbox img.checked,
.cm-chk-ipt:checked + .cm-chk-label .chk-iconbox img.normal
{
  opacity: 0;
}
.cm-chk-ipt:checked + .cm-chk-label .chk-iconbox img.checked{
  opacity: 1;
}
.cm-chk-ipt:checked + .cm-chk-label{
  background: #000;
}
.cm-chk-ipt:checked + .cm-chk-label .txt{
  color: #fff;
}
.frm-line-box .half-line{
  display: flex;
  gap: 10px;
  align-items: center;
}
.frm-line-box .half-line > li{
  width: calc(50% - 5px);
}
.popup-ipt{
  width: 100%;
  padding: 10px 14px;
  border-radius: 6px;
  border: solid 1px rgb(221, 221, 221);
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.14px;
  color: rgb(25,25,25);
}
.popup-ipt::placeholder{
  color: rgb(160, 160, 160);
}
textarea.popup-ipt{
  height: 80px;
  overflow-y: auto;
  resize: none;
}
.popup-frm-submitbox{
  margin-top: 24px;
}
.popup-frm-submitbox button{
  width: 100%;
  border: none;
  outline: none;
  padding: 12px 10px;
  border-radius: 8px;
  background-color: rgb(95, 187, 70);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease-in-out;
}
.popup-frm-submitbox button:hover{
  background: #3D8DB8;
}
.popup-frm-submitbox button img{
  width: 24px;
}
.popup-frm-submitbox button .txt{
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.18px;
  color: rgb(255, 255, 255);
}

@media(max-width:1024px){
  .frm-big-box{
    display: flex;
    flex-wrap: wrap;
  }
  .frm-big-box .frm-midium-box{
    width: 100%;
  }
  .frm-big-box .frm-midium-box1{
    order: 1;
  }
  .frm-big-box .frm-midium-box2{
    order: 0;
  }
  .inq-popup-wrap .inq-popup-box{
    width: calc(100% - 20px);
    padding: 20px;
    border-radius: 12px;
    box-shadow: 6px 6px 18px 0 rgba(0, 0, 0, 0.2);
  }
  .inq-popup-wrap .inq-popup-box .titline{
    gap: 10px;
    margin-bottom: 20px;
  }
  .inq-popup-wrap .inq-popup-box .titline .tit{
    font-size: 18px;
  }
  .inq-popup-wrap .inq-popup-box .titline .inq-popup-closebtn{
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .inq-popup-wrap .inq-popup-box .frm-line-box{
    margin-bottom: 5px;
  }
  .chk-ipt-line{
    gap: 4px;
  }
  .chk-ipt-line > li{
    width: calc(50% - 2px);
  }
  .cm-chk-label{
    padding: 8px 10px;
    gap: 4px;
  }
  .cm-chk-label .chk-iconbox{
    width: 18px;
    height: 18px;
  }
  .frm-line-box .half-line{
    flex-wrap: wrap;
    gap: 5px;
  }
  .frm-line-box .half-line > li{
    width: 100%;
  }
  .popup-ipt{
    padding: 7px 12px;
  }
  textarea.popup-ipt{
    height: 70px;
  }
  .popup-frm-submitbox button{
    padding: 8px 8px;
    gap: 6px;
  }
  .popup-frm-submitbox button img{
    width: 20px;
  }
  .popup-frm-submitbox button .txt{
    font-size: 16px;
  }
  .popup-frm-submitbox{
    margin-top: 20px;
  }
}

/* 팝업 */

/* bottom-quick */

.main_new_sec01{
  background: url(/html/img/main_newsec01_bg.jpg) no-repeat center / cover;
}
.main_new_sec01 .con-wrap .con-line{
  display: flex;
  gap: 16px;
}
.main_new_sec01 .con-wrap .con-line > li{
  flex: 1;

  border-radius: 16px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.85);
}
.main_new_sec01 .con-wrap .con-line > li .conbox{
  padding: 24px 15px;
  text-align: center;
}
.main_new_sec01 .con-wrap .con-line > li .conbox h3{
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: -0.48px;
  color: rgb(3, 3, 3);
  margin-bottom: 14px;
}
.main_new_sec01 .con-wrap .con-line > li .conbox .iconbox{
  text-align: center;
  margin-bottom: 14px;
}
.main_new_sec01 .con-wrap .con-line > li .conbox .iconbox img{
  display: inline-block;
  width: 60px;
}
.main_new_sec01 .con-wrap .con-line > li .conbox .txtbox{
  text-align: center;
}
.main_new_sec01 .con-wrap .con-line > li .conbox .txtbox p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.35;
  letter-spacing: -0.4px;
  color: rgb(86, 86, 86);
}

@media(max-width:1024px){
  .main_new_sec01 .con-wrap .con-line{
    gap: 10px;
    flex-wrap: wrap;
  }
  .main_new_sec01 .con-wrap .con-line > li{
    flex: none;
    width: calc(50% - 5px);
    border-radius: 12px;
  }
  .main_new_sec01 .con-wrap .con-line > li .conbox{
    padding: 20px 15px;
  }
  .main_new_sec01 .con-wrap .con-line > li .conbox h3{
    font-size: 20px;
    margin-bottom: 6px;
  }
  .main_new_sec01 .con-wrap .con-line > li .conbox .iconbox{
    margin-bottom: 12px;
  }
  .main_new_sec01 .con-wrap .con-line > li .conbox .iconbox img{
    width: 40px;
  }
  .main_new_sec01 .con-wrap .con-line > li .conbox .txtbox p{
    font-size: 16px;
  }
}

@media(max-width:767px){
  .main_new_sec01 .con-wrap .con-line > li{
    width: 100%;
  }
  .main_new_sec01 .con-wrap .con-line > li .conbox h3{
    font-size: 18px;
  }
}

/* main_new_sec01 */