@font-face {
  font-family: 'NanumSquare';
  font-weight: 300;
  src: url(/fonts/nanumsquare/NanumSquareL.eot);
  src: local('☺'),
       url(/fonts/nanumsquare/NanumSquareL.eot?#iefix) format('embedded-opentype'),
       url(/fonts/nanumsquare/NanumSquareL.woff2) format('woff2'),
       url(/fonts/nanumsquare/NanumSquareL.woff) format('woff'),
       url(/fonts/nanumsquare/NanumSquareL.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 500;
  src: url(/fonts/nanumsquare/NanumSquareR.eot);
  src: local('☺'),
       url(/fonts/nanumsquare/NanumSquareR.eot?#iefix) format('embedded-opentype'),
       url(/fonts/nanumsquare/NanumSquareR.woff2) format('woff2'),
       url(/fonts/nanumsquare/NanumSquareR.woff) format('woff'),
       url(/fonts/nanumsquare/NanumSquareR.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 700;
  src: url(/fonts/nanumsquare/NanumSquareB.eot);
  src: local('☺'),
       url(/fonts/nanumsquare/NanumSquareB.eot?#iefix) format('embedded-opentype'),
       url(/fonts/nanumsquare/NanumSquareB.woff2) format('woff2'),
       url(/fonts/nanumsquare/NanumSquareB.woff) format('woff'),
       url(/fonts/nanumsquare/NanumSquareB.ttf) format('truetype');
}
@font-face {
  font-family: 'NanumSquare';
  font-weight: 900;
  src: url(/fonts/nanumsquare/NanumSquareEB.otf);
  src: local('☺'),
       url(/fonts/nanumsquare/NanumSquareEB.otf) format('opentype'),
       url(/fonts/nanumsquare/NanumSquareEB.eot?#iefix) format('embedded-opentype'),
       url(/fonts/nanumsquare/NanumSquareEB.woff2) format('woff2'),
       url(/fonts/nanumsquare/NanumSquareEB.woff) format('woff'),
       url(/fonts/nanumsquare/NanumSquareEB.ttf) format('truetype');
}
html * {
  font-family: "NanumSquare", Arial, sans-serif;
  box-sizing: border-box !important;
  word-break: keep-all;
  color: #333;
  padding: 0;
  margin: 0;
  font-weight: 500;
}
body{
  overflow-x: hidden;
}
html.uk-modal-page {
  overflow: auto !important;
  padding-right: 0 !important;
}
a {
    color:#333333;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    font-style: normal;
}
a:hover, a:active, a:focus {
    color: #333;
    outline: none;
    text-decoration: none !important;
}
ul{
  list-style-type: none;
}

header{
  position: fixed;
}
.uk-container{
  max-width: 1280px;
	padding-left: 0px;
	padding-right: 0px;
  text-align: center;
}
header .uk-container{
  border-radius: 130px;
}
.uk-container-expand {
    max-width: 1300px;
}
.uk-container-expand.banner {
	overflow:hidden;
}
.uk-container-expand.banner img{
	max-width:130%;
	width:130%;
	margin-left:-15%;
	margin-right:-15%;
}
.uk-navbar-container{
  position: fixed;
}
/* .uk-container-expand.main_banner img{
  width: 75%;
  margin-left: 5%;
}
@media (max-width: 640px){
  .uk-container-expand.main_banner img{
    margin-left: -8%;
  }
} */
@media (min-width: 640px) {
	.uk-container-expand{
		max-width: 100%;
	}
	.uk-container-expand.banner img{
		max-width:100%;
		width:100%;
		margin-left:0;
		margin-right:0;
	}
  /* .uk-container-expand.main_banner img{
    width: 75%;
    margin-left: 5%;
  } */
}
/* @media (max-width: 1024px){
  .uk-container-expand.main_banner img{
    width: 92%;
  }
} */
@media (max-width: 768px){
  .uk-container{
  	padding-left: 10px;
  	padding-right: 10px;
  }
}

.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.bg-palemint {
	background:#f4fbf4;
}
.bg-darkgray {
	background:#333;
}
.ft-white {
	color:#FFF;
}
.ft-green {
	color:#0eac00 !important;
}
.ft-green-bold {
	color:#0eac00 !important;
  font-weight: 700 !important;
}
.ft-green-exbold{
  color: #0eac00 !important;
  font-weight: 900 !important;
}
.ft-green-light{
  color: #1bd032;
}
.ft-w700 {
	font-weight: 700;
}
.ft-w900 {
	font-weight: 900;
}

/*모바일*/
.ft-30 {
	font-size:24px;
}
.ft-24 {
	font-size:20px;
}
.ft-20 {
	font-size:16px;
}
.ft-18 {
	font-size:14px;
}
.ft-16 {
	font-size:12px;
}
.ft-14 {
	font-size:10px;
}
.ft-12 {
	font-size:10px;
}

.uk-margin-top-25 {
	margin-top:25px;
}
.uk-margin-bottom-67 {
	margin-bottom:67px;
}
.margin-bottom-50{
  margin-bottom: 50px;
}
.uk-padding-bottom-10 {
	padding-bottom:10px;
}
.padding-top-40{
  padding-top: 40px;
}
.padding-bottom-20{
  padding-bottom: 20px;
}
.padding-right-40{
  padding-right: 40px;
}
.align-left{
  text-align: left;
}
.pd-top-70{
  padding-top: 70px;
}
.pd-top-80{
  padding-top: 80px;
}
.pd-top-110{
  padding-top: 110px;
}
.pd-bottom-70{
  padding-bottom: 70px;
}
.pd-bottom-90{
  padding-bottom: 90px;
}
.pd-bottom-100{
  padding-bottom: 100px;
}
@media (max-width: 768px){
  .margin-bottom-50{
    margin-bottom: 30px;
  }
  .pd-top-70{
    padding-top: 35px;
  }
  .pd-top-110{
    padding-top: 55px;
  }
  .pd-bottom-70{
    padding-bottom: 35px;
  }
  .pd-bottom-90{
    padding-bottom: 45px;
  }
  .pd-bottom-100{
    padding-bottom: 50px;
  }
}

/*640이상*/
@media (min-width: 640px) {
	.ft-30 {
		font-size:30px;
	}
	.ft-24 {
		font-size:24px;
	}
	.ft-20 {
		font-size:20px;
	}
	.ft-18 {
		font-size:18px;
	}
	.ft-16 {
		font-size:16px;
	}
	.ft-14 {
		font-size:14px;
	}
	.ft-12 {
		font-size:12px;
		line-height:1.3em;
	}
}
.is-pc{
  display:none !important;
}
.is-m{
  display:block !important;
}
@media (min-width: 768px){
	.is-pc{
    display:block !important;
	}
	.is-m{
    display:none !important;
	}
}
.is-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.border-left-top-rad{
  border-top-left-radius: 15px;
}
.border-left-bottom-rad{
  border-bottom-left-radius: 15px;
}
.border-right-top-rad{
  border-top-right-radius: 15px;
}
.border-right-bottom-rad{
  border-bottom-right-radius: 15px;
}
/*--------------------------------------------*/
header{
  z-index: 1000;
}
header .uk-container {
  max-width: 1560px;
	padding-left:0;
	padding-right:0;
	background:#FFF;
  margin-top: 20px;
}

@media (min-width: 640px) {
	header .uk-container {
		padding-left:50px;
		padding-right:40px;
    border: 1px solid #ddd;
	}
}
@media (max-width: 1600px){
  header .uk-container{
    margin: 20px;
  }
}
nav.uk-navbar-container {
	width:100% !important;
}
.uk-container .uk-navbar .uk-logo img{
  width: fit-content;
}
.uk-container .uk-navbar .uk-navbar-right a img{
  width: 210px;
}
nav .uk-navbar-item {
	min-height:50px;
	padding:0 20px;
}
nav .uk-navbar-item img{
	height:30px;
}
@media (min-width: 640px) {
	nav .uk-navbar-item {
		min-height:80px;
		padding:0;
	}
	nav .uk-navbar-item img{
		height:unset;
	}
}
nav.uk-navbar-container .menu-item {
	top: 100%;
	transform: translate(-50%, 0);
	width:120%;
	justify-content: center;
	background:#fff;
}
nav ul.uk-navbar-nav {
    gap: 30px;
}
nav ul.uk-navbar-nav li a:hover{
  color: #0fad00;
  transition: all 0.2s;
}
nav ul.uk-navbar-nav li a {
	font-family: "NanumSquare", Arial, sans-serif;
	font-size:14px;
	font-weight:700;
	letter-spacing: 0;
	color: #FFF;
	width: 100%;
	min-height:34px;
	line-height:1;
}
nav ul.uk-navbar-nav li a.active {
	color:#0fad00;
}
@media (min-width: 1024px) {
	nav.uk-navbar-container .menu-item {
		top: 50%;
		transform: translate(-50%, -50%);
		background:unset;
		width:max-content;
	}
  nav ul.uk-navbar-nav {
      gap: 80px;
  }
	nav ul.uk-navbar-nav li a {
		font-size:18px;
		letter-spacing: 0.06em;
		font-weight:900;
		color: #333;
		width: auto;
		min-height:80px;
	}
}
@media (min-width: 960px) {
    nav ul.uk-navbar-nav {
        /* gap: 50px; */
    }
	nav ul.uk-navbar-nav li a {
	  font-size:23px;
	  font-weight:900;
	  /* letter-spacing: 0.1em; */
	}
}
@media (max-width: 1300px){
  nav ul.uk-navbar-nav {
      gap: 35px;
  }
  nav ul.uk-navbar-nav li a {
  font-size:21px;
  font-weight:800;
  color: #000;
  /* letter-spacing: 0.1em; */
  }
  .uk-container .uk-navbar .uk-navbar-right a img{
    width: 190px;
  }
}
@media (max-width: 1130px){
  nav ul.uk-navbar-nav {
      gap: 27px;
  }
}
@media (max-width: 1024px){
  header .uk-container{
    border-radius: 0px;
    margin: 0px 0px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .uk-navbar{
    height: 60px;
    align-items: center;
  }
  .uk-container .uk-navbar .uk-logo img{
    /* width: 100px; */
  }
  .uk-container .uk-navbar .uk-navbar-right a img{
    width: 190px;
    height: auto;
  }
  nav.uk-navbar-container .menu-item{
    padding-bottom: 8px;
  }
  .uk-navbar-right{
    /* margin-right: 7%; */
  }
}
@media (max-width: 640px){
  .uk-navbar-right{
    /* margin-right: 10%; */
  }
  nav ul.uk-navbar-nav {
      gap: 30px;
  }
  nav ul.uk-navbar-nav li a {
  font-size:19px;
  font-weight:800;
  }
}
@media (max-width: 500px){
  .uk-navbar-right{
    /* margin-right: 10%; */
  }
  nav ul.uk-navbar-nav {
    gap: 20px;
  }
  nav ul.uk-navbar-nav li a {
    font-size:16px;
    font-weight:800;
  }
}


/*--------------------------------------------*/
footer{
  padding-top: 40px;
}
footer .uk-logo img {
	width: 100px;
}
footer .uk-logo div{
	font-size: 16px;
	margin-top: 5px !important;
}
@media (min-width: 640px) {
	footer .uk-logo img {
		width: auto;
	}
	footer .uk-logo div {
		font-size: 28px;
		margin-top: 10px !important;
	}
}
footer ul.company-info li div {
	flex:0 0 auto !important;
}
footer ul.company-info li>div+div {
	margin-left: 0;
}
footer ul.company-info :is(a:hover, a:active, a:focus) {
    color: #FFF;
    outline: none;
    text-decoration: none !important;
}
footer .uk-text-meta{
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  footer{
    padding-top: 30px !important;
  }
	footer ul.company-info li {
		margin-top: 0 !important;
	}
  *+.uk-grid-margin, .uk-grid+.uk-grid, .uk-grid>.uk-grid-margin{
    text-align: left;
  }
  footer .uk-text-meta{
    margin-top: 20px;
  }
}

@media (min-width: 640px) {
	footer ul.company-info li div {
		width:auto !important;
	}
	footer ul.company-info li>div+div {
		margin-left: 30px;
	}
}
@media (min-width: 960px) {
	footer ul.company-info li div {
		width:auto !important;
	}
	footer ul.company-info li>div+div {
		margin-left: 50px;
	}
}

section.bottom-info {
	margin-top:100px;
}

input::placeholder {
	color: #868686;
    opacity: 1;  /* 불투명도를 설정 (기본값은 0.5) */
}

/* 브라우저 호환성을 위한 벤더 접두사 */
input::-webkit-input-placeholder {
	color: #868686;
}
input::-moz-placeholder {
	color: #868686;
}
input:-ms-input-placeholder {
	color: #868686;
}
input::-ms-input-placeholder {
	color: #868686;
}
.swiper-button-next::after, .swiper-button-prev::after{
  display: none;
}


/*[공통]--------------------------------------------*/
.title-box{
  margin-bottom: 30px;
}
.title-box h4{
  font-weight: 900;
  font-size: 20px;
  color: #0eac00;
}
.title-box h2{
  font-weight: 900;
  font-size: 55px;
  line-height: 1;
  margin-bottom: 20px;
}
.title-box p{
  font-size: 24px;
}
.title-box h2 .ft-small{
  font-size: 35px;
  font-weight: 500;
}
@media (max-width: 768px){
  .title-box{
    margin-bottom: 20px;
  }
  .title-box h4{
    font-size: 14px;
  }
  .title-box h2{
    font-size: 30px;
    margin-bottom: 10px;
  }
  .title-box p{
    font-size: 12px;
  }
  .title-box h2 .ft-small{
    font-size: 24px;
  }
}

.sub-title p.ft-green{
  font-size: 16px;
  font-weight: 900;
}
.sub-title h3{
  font-weight: 900;
  font-size: 30px;
  margin-bottom: 30px;
}
.sub-title p{
  font-size: 24px;
}
@media (max-width: 768px){
  .sub-title p.ft-green{
    font-size: 12px;
  }
  .sub-title h3{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sub-title p{
    font-size: 12px;
  }
}

.title h2, .title h4{
  color: #fff;
}
.title h2{
  font-size: 50px;
  font-weight: 900;
}
.title h4{
  font-size: 24px;
  margin: 28px 0 40px 0;
}
@media (max-width: 768px){
  .title h2{
    font-size: 18px;
  }
  .title h4{
    font-size: 12px;
    margin: 10px 0 20px 0;
  }
}
.des h4{
  font-size: 30px;
  font-weight: 900;
}
.des p{
  font-size: 24px;
}
@media (max-width: 768px){
  .des h4{
    font-size: 16px;
  }
  .des p{
    font-size: 12px;
  }
}

@media (max-width: 1024px){
  .swiper-button-next, .swiper-button-prev{
    display: none !important;
  }
}




/*main--------------------------------------------*/
section.main-video{
  /* width: 100vw;
  height: 100vh; */
  overflow: hidden;
  position: relative;
}
section.main-video video{
  /* width: 100%;
  height: 100%; */
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

section.product{
  padding: 0 5px;
}
section{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
/* section.main_banner{
  background-image: url(../images/202501/main/1.jpg);
  height: 887px;
} */
/* section.main_banner .uk-container{
  width: unset;
  margin: auto;
  max-width: 1560px;
  text-align: left;
  padding-top: 312px;
} */
/* @media (max-width: 1024px){
  section.main_banner .uk-container{
    padding-top: 200px;
  }
}
@media (max-width: 768px){
  section.main_banner{
    height: 400px;
    background-position: left;
  }
  section.main_banner .uk-container{
    padding-top: 40px;
  }
} */

section.no1 .uk-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.no1 .title-box{
  text-align: left;
}
@media (max-width: 768px){
  section.no1 .uk-container{
    align-items: unset;
    flex-direction: column-reverse;
    gap: 10px;
  }
}

section.different .contents{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
section.different .contents > div{
  display: flex;
  align-items: center;
}
section.different .contents > div > div{
  flex: 1;
}
section.different .contents .video{
  border-radius: 10px;
  overflow: hidden;
}
section.different .contents > div .sub-title{
  margin-left: 30px;
  text-align: left;
  max-width: 609px;
}
section.different .contents > div:nth-child(2n){
  flex-direction: row-reverse;
}
section.different .contents > div:nth-child(2n) .sub-title{
  margin-right: 30px;
  margin-left: 0px;
  text-align: right;
}
@media (max-width: 768px){
  section.different .contents > div{
    flex-direction: column;
    gap: 10px;
    align-items: unset;
  }
  section.different .contents > div .sub-title{
    margin-left: 0px;
  }
  section.different .contents > div:nth-child(2n){
    flex-direction: column;
    gap: 10px;
  }
  section.different .contents > div:nth-child(2n) .sub-title{
    margin-right: 0px;
  }
}

section.different2 .contents > div{
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
section.different2 .contents .bottom{
  justify-content: center;
  margin-top: 40px;
}
section.different2 .contents > div > div{
  /* max-width: 390px; */
  position: relative;
}
section.different2 .txt p{
  font-size: 20px;
  color: #fff;
  width: max-content;
}
section.different2 .txt p.ft-green{
  font-weight: 900;
  font-size: 32px;
  width: unset;
}
section.different2 .txt{
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
@media (max-width: 768px){
  section.different2 .contents > div{
    flex-wrap: wrap;
    gap: 10px;
  }
  section.different2 .contents > div > div{
    width: calc(50% - 5px);
  }
  section.different2 .contents .bottom{
    display: none;
  }
  section.different2 .txt p{
    font-size: 12px;
  }
  section.different2 .txt p.ft-green{
    font-size: 18px;
  }
  section.different2 .txt{
    bottom: 20px;
  }
}

section.chance_banner{
  background-image: url(../images/202501/main/chance_bg.jpg);
  padding: 50px 0 38px 0;
  /* padding: 2.5% 0;
  cursor: pointer; */
}
section.chance_banner button{
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  padding: 10px 32px;
  cursor: pointer;
}
section.chance_banner button::after{
  content: '';
  display: inline-block;
  background-image: url(../images/202501/main/chance_rrow.png);
  width: 37px;
  height: 15px;
  margin-left: 13px;
  background-size: contain;
  background-repeat: no-repeat;
}
section.chance_banner .uk-button-default:hover{
  color: #fff;
  border-color: #fff;
}
@media (max-width: 768px){
  section.chance_banner button{
    font-size: 16px;
    padding: 5px 16px;
  }
  section.chance_banner button::after{
    width: 20px;
    height: 8px;
    margin-left: 6px;
  }
}
section#slide-box{
  background-color: #f4fbf4;
}
section#slide-box .uk-container{
  position: relative;
  max-width: 758px;
  padding: 10px 0 20px 0;
}
section#slide-box .name-tel,
section#contact-banner .name-tel{
  display: flex;
  gap: 14px;
}
section#slide-box .name-tel > div,
section#contact-banner .name-tel > div{
  flex: 1;
}
section#slide-box .name-tel > div input,
section#slide-box .content textarea,
section#contact-banner .name-tel > div input,
section#contact-banner .content textarea{
  width: 100%;
  height: 45px;
  border-radius: 5px;
  border: 1px solid #cdcdcd;
  font-size: 18px;
  color: #000;
  padding: 12px 8px;
}
section#slide-box .name-tel > div input,
section#slide-box .content textarea{
  height: 22px;
  font-size: 14px;
}
section#slide-box .content{
  margin: 8px 0 10px 0;
  height: 110px;
}
section#contact-banner .content{
  margin: 16px 0 20px 0;
  height: 150px;
}
section#slide-box .content textarea,
section#contact-banner .content textarea{
  height: 100%;
}
section#slide-box .name-tel > div input::placeholder,
section#slide-box .content textarea::placeholder,
section#contact-banner .name-tel > div input::placeholder,
section#contact-banner .content textarea::placeholder{
  color: #000;
  font-weight: 700;
}
section#slide-box .check,
section#contact-banner .check{
  display: flex;
  align-items: center;
}
section#slide-box input[type=checkbox]#is-privacy-slide,
section#contact-banner input[type=checkbox]#is-privacy-banner{
  display: none;
}
section#slide-box input[type=checkbox]#is-privacy-slide+label,
section#contact-banner input[type=checkbox]#is-privacy-banner+label{
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #a7a7a7;
  /* vertical-align: middle; */
  margin-right: 10px;
}
section#slide-box input[type=checkbox]#is-privacy-slide+label{
  width: 18px;
  height: 18px;
  border-radius: 3px;
  margin-right: 5px;
}
section#slide-box input[type=checkbox]#is-privacy-slide+label::after,
section#contact-banner input[type=checkbox]#is-privacy-banner+label::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0eac00;
  font-size: 20px;
}
section#slide-box input[type=checkbox]#is-privacy-slide:checked+label::after,
section#contact-banner input[type=checkbox]#is-privacy-banner:checked+label::after{
  content: '✔';
}
section#slide-box .check span{
  color: #000;
  font-weight: 700;
  font-size: 14px;
}
section#contact-banner .check span{
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
section#slide-box .button{
  margin-top: 10px;
}
section#contact-banner .button{
  margin-top: 23px;
}
section#slide-box .button button,
section#contact-banner .button button{
  background-color: #0eac00;
  border: none;
  border-radius: 50px;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  padding: 12px 60px;
  cursor: pointer;
}
section#slide-box .button button{
  font-size: 20px;
  padding: 6px 30px;
}
section#slide-box #close{
  text-align: right;
  margin-bottom: 5px;
}
section#slide-box #close img{
  cursor: pointer;
}
section#slide-box{
  display: none;
}
@media (max-width: 768px){
  section#slide-box .uk-container{
    padding: 20px 10px 20px 10px;
  }
  section#slide-box .name-tel,
  section#contact-banner .name-tel{
    flex-direction: column;
    gap: 5px;
  }
  section#slide-box .name-tel > div input,
  section#contact-banner .name-tel > div input{
    height: 30px;
    border-radius: 5px;
    font-size: 12px;
    padding: 6px 4px;
  }
  section#slide-box .content,
  section#contact-banner .content{
    margin: 5px 0 10px 0;
    height: 100px;
  }
  section#slide-box .content textarea,
  section#contact-banner .content textarea{
    font-size: 12px;
    height: 100%;
    padding: 6px 4px;
  }
  section#slide-box input[type=checkbox]#is-privacy-slide+label,
  section#contact-banner input[type=checkbox]#is-privacy-banner+label{
    width: 15px;
    height: 15px;
    border-radius: 2px;
    margin-right: 2px;
  }
  section#slide-box input[type=checkbox]#is-privacy-slide+label::after,
  section#contact-banner input[type=checkbox]#is-privacy-banner+label::after{
    font-size: 15px;
  }
  section#slide-box .check span{
    font-size: 12px;
  }
  section#contact-banner .check span{
    font-size: 12px;
  }
  section#slide-box .button,
  section#contact-banner .button{
    margin-top: 15px;
  }
  section#slide-box .button button,
  section#contact-banner .button button{
    border-radius: 25px;
    font-size: 16px;
    padding: 10px 30px;
  }
}


section#contact-banner{
  background-image: url(../images/202501/main/contact_banner_bg.jpg);
}
section#contact-banner .contents{
  text-align: left;
  max-width: 771px;
  margin: 66px 0 36px 0;
}
section#contact-banner .form{
  margin-top: 30px;
}
section#contact-banner .button{
  text-align: center;
}
section#contact-banner .button button{
  box-shadow: 0 0 18px rgba(27, 49, 10, 0.7);
}
@media (max-width: 768px){
  section#contact-banner{
    background-position: left;
  }
  section#contact-banner .contents{
    margin: 30px 0 20px 0;
  }
  section#contact-banner .form{
    margin-top: 15px;
  }
}

/* section.screen .title-5{
  margin: 90px 0 30px 0;
}
section.screen .point01,
section.screen .point02{
  display: flex;
}
section.screen .point01 .video,
section.screen .point01 img,
section.screen .point02 .video,
section.screen .point02 img{
  width: 50%;
}
section.screen .point01 .video img,
section.screen .point01 img,
section.screen .point02 .video img,
section.screen .point02 img{
  width: 50%;
}
section.screen .point02{
  margin-top: 20px;
}
section.screen .point01 .video,
section.screen .point02 .video{
  overflow: hidden;
}
section.screen div video{
  border-radius: 8px;
}
section.screen .point03{
  margin-top: 22px;
  margin-bottom: 80px;
}
@media (max-width: 768px){
  section.screen .title-5{
    margin: 45px 0 20px 0;
  }
} */

section.different .title{
  margin-bottom: 33px;
}
@media (max-width: 768px){
  section.different .title{
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

section.app{
  background-color: #f4fbf4;
  padding: 60px 0;
}
@media (max-width: 768px){
  section.app{
    padding: 30px 0;
  }
}


section.product .uk-container{
  position: relative;
  padding: 110px 0 150px 0;
}
section.product .name{
  font-size: 35px;
  text-align: left;
  margin: 58px 0 20px 0;
}
section.product .name::before{
  content: '';
  display: inline-block;
  background-color: #0eac00;
  width: 4px;
  vertical-align: middle;
  height: 34px;
  margin-right: 8px;
  margin-bottom: 4px;
}
section.product .swiper-slide{
  border: 1px solid #0eac00;
  border-radius: 10px;
}
section.product .swiper-slide .des h4{
  font-size: 28px;
  margin: 50px 0 10px 0;
}
section.product .swiper-slide .des p{
  font-size: 22px;
}
section.product .swiper-slide{
  display: grid;
  align-items: baseline;
  padding: 40px 0 40px 0;
}
section.product .swiper-slide:first-child{
  grid-template-columns: repeat(3, 1fr);
}
section.product .swiper-slide:last-child{
  grid-template-columns: repeat(4, 1fr);
}
section.product .swiper-button-prev,
section.product .swiper-button-next{
  top: 63%;
}
section.product .swiper-button-prev{
  left: -60px;
}
section.product .swiper-button-next{
  right: -60px;
}
section.product .swiper-pagination-bullets{
  bottom: 100px;
}
.swiper-pagination-bullet,
#modal-slide .swiper-pagination-bullet{
  width: 14px !important;
  height: 14px !important;
  background: #dcdcdc !important;
  opacity: 1 !important;
}
.swiper-pagination-bullet-active,
#modal-slide .swiper-pagination-bullet-active{
  background: #0eac01 !important;
}
@media (max-width: 768px){
  section.product .uk-container{
    padding: 45px 0 60px 0;
  }
  section.product .name{
    margin: 20px 0 10px 0;
    font-size: 14px;
  }
  section.product .name::before{
    width: 2px;
    height: 14px;
    margin-right: 4px;
    margin-bottom: 2px;
  }
  section.product .swiper-slide:first-child{
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  section.product .swiper-slide:last-child{
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
  }
  section.product .swiper-slide:last-child img{
    max-height: 117px;
  }
  section.product .swiper-slide .des h4{
    font-size: 14px;
    margin: 10px 0 5px 0;
  }
  section.product .swiper-slide .des p{
    font-size: 12px;
  }
  section.product .swiper-slide{
    padding: 20px;
  }
  section.product .swiper-pagination-bullets{
    bottom: 35px;
  }
  .swiper-pagination-bullet,
  #modal-slide .swiper-pagination-bullet{
    width: 7px !important;
    height: 7px !important;
  }
}


section.case .content{
  margin-top: 60px;
}
section.case .content .name{
  text-align: left;
  font-size: 22px;
}
section.case .content .name::before{
  content: '';
  display: inline-block;
  background-image: url(../images/202501/main/click.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 32px;
  vertical-align: middle;
}
section.case .ex{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 40px;
  row-gap: 30px;
  margin-top: 30px;
}
section.case .ex > div{
  cursor: pointer;
}
section.case .ex p{
  text-align: left;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  margin-top: 15px;
}
section.case .ex p span{
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 768px){
  section.case .content{
    margin-top: 30px;
  }
  section.case .ex{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 10px;
    row-gap: 15px;
    margin-top: 10px;
  }
  section.case .ex p{
    font-size: 16px;
    margin-top: 5px;
  }
  section.case .ex p span{
    font-size: 12px;
  }
  section.case .content .name{
    font-size: 12px;
  }
  section.case .content .name::before{
    width: 17px;
    height: 20px;
  }
}
.uk-modal{
  background: rgba(0, 0, 0, 0.8);
}

#modal-slide .uk-modal-close-outside svg{
  display: none;
}
#modal-slide .uk-modal-dialog{
  background: none;
  width: 885px;
}
#modal-slide .slide{
  position: relative;
}
#modal-slide .swiper-slide{
  text-align: center;
}
#modal-slide .swiper-slide p{
  text-align: left;
  color: #fff;
  margin-left: 7%;
  font-size: 32px;
  font-weight: 900;
}
#modal-slide .swiper-slide p span{
  color: #fff;
  font-size: 23px;
}
#modal-slide .uk-modal-close-outside{
  top: 46px;
  right: 11%;
}
#modal-slide .swiper-pagination-bullets{
  bottom: -34px;
}
@media (max-width: 768px){
  #modal-slide .swiper-slide p{
    margin-left: 0;
    font-size: 24px;
  }
  #modal-slide .swiper-slide p span{
    font-size: 16px;
  }
  #modal-slide .uk-modal-close-outside{
    right: 0;
    top: 30px;
    width: 30px;
    height: 30px;
  }
}

section.call_banner{
  background-image: url(../images/202501/main/10.jpg);
  padding-top: 2.5%;
}
@media (max-width: 1024px){
  /* section.main_banner{
    padding-top: 120px;
  } */
  section.reason{
    padding-top: 30px;
  }
  section.chance_banner{
    padding: 3% 2.5%;
  }
  section.call_banner{
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 5.5%;
  }
}


/* product------------------------------------------------- */
section.product_banner{
  background-image: url(../images/202501/product/1.jpg);
  padding-top: 120px;
}
.uk-container-expand.product_banner img{
  width: 71%;
}
@media (max-width: 1024px){
  section.product_banner{
    padding-top: 140px;
  }
  .uk-container-expand.product_banner img{
    width: 90%;
  }
}

section.sensor .contents{
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
section.sensor .contents > div{
  border: 1px solid #19ab39;
  border-radius: 15px;
  padding: 40px 0px;
  flex: 1;
}
section.sensor .contents .des{
  text-align: left;
  padding-left: 15px;
  margin-top: 30px;
}
section.sensor .contents .des h4{
  margin-bottom: 15px;
}
section.sensor .contents .des ul{
  font-size: 24px;
}
@media (max-width: 768px){
  section.sensor .contents{
    flex-direction: column;
    gap: 10px;
  }
  section.sensor .contents > div{
    padding: 10px;
    display: flex;
    align-items: center;
  }
  section.sensor .contents > div img{
    max-width: 150px;
  }
  section.sensor .contents .des ul{
    font-size: 12px;
  }
  section.sensor .contents .des{
    padding-left: 5px;
    margin-top: 0px;
  }
}


section.gtr-product .contents{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
section.gtr-product .contents > div{
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 30px 40px;
  border: 1px solid #19ab39;
  border-radius: 20px;
}
section.gtr-product .contents .img{
  flex: 0.8;
}
section.gtr-product .contents .des{
  flex: 1.2;
  text-align: left;
}
section.gtr-product .contents .des h4{
  margin-bottom: 10px;
}
section.gtr-product .contents .des p{
  font-size: 22px;
  line-height: 1.4;
}
@media (max-width: 768px){
  section.gtr-product .contents{
    gap: 10px;
  }
  section.gtr-product .contents > div{
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
  section.gtr-product .contents img{
    height: 100px;
  }
  section.gtr-product .contents .des p{
    font-size: 12px;
  }
}

section.merit_banner{
  background-image: url(../images/202501/product/4.jpg);
  padding: 50px 0 60px 0;
}
section.merit_banner .contents{
  display: flex;
  justify-content: space-between;
}
section.merit_banner .contents .des h4{
  color: #fff;
  margin: 20px 0 10px 0;
}
section.merit_banner .contents .des p{
  color: #fff;
  line-height: 1.4;
}
section.merit_banner .contents .line{
  background-color: #fff;
  width: 2px;
  height: 204px;
}
@media (max-width: 768px){
  section.merit_banner{
    background-image: url(../images/202501/product/4.jpg);
    padding: 25px 0 30px 0;
  }
  section.merit_banner .contents .des p{
    display: none;
  }
  section.merit_banner .contents > div{
    margin: 0 5px;
  }
  section.merit_banner .contents img{
    width: 40px;
  }
  section.merit_banner .contents .line{
    width: 1px;
    height: 80px;
  }
  section.merit_banner .contents .des h4{
    margin: 10px 0 0px 0;
  }
}

section.mode{
  padding: 50px 0;
  background-color: #f3fbf5;
}
section.mode .contents > div{
  display: flex;
  justify-content: center;
  gap: 74px;
}
section.mode .contents .bottom{
  margin-top: 40px;
}
section.mode .contents .des{
  margin-top: 18px;
}
section.mode .contents .des p.ft-green{
  font-size: 16px;
  font-weight: 700;
}
section.mode .contents .des h4{
  margin-bottom:5px;
}
section.mode .contents .des h4 span{
  font-weight: 900;
  font-size: 24px;
}
section.mode .contents .des p span{
  font-size: 16px;
}
@media (max-width: 768px){
  section.mode .contents > div{
    gap: 10px;
  }
  section.mode .contents .bottom{
    margin-top: 20px;
    flex-wrap: wrap;
  }
  section.mode .contents .bottom > div{
    width: calc(50% - 5px);
  }
  section.mode .contents .bottom > div:last-child{
    margin-top: 5px;
  }
  section.mode .contents .des{
    margin-top: 5px;
  }
  section.mode .contents .des h4{
    margin-bottom: 0px;
  }
  section.mode .contents .des p.ft-green{
    font-size: 12px;
  }
  section.mode .contents .des h4 span{
    font-size: 14px;
  }
  section.mode .contents .des p span{
    font-size: 12px;
  }
}

/* system------------------------------------------------- */
section.system_banner{
  background-image: url(../images/202501/system/1.jpg);
  padding-top: 120px;
}
.uk-container-expand.system_banner img{
  width: 71%;
}
@media (max-width: 1024px){
  section.system_banner{
    /* padding-top: 140px; */
  }
  .uk-container-expand.system_banner img{
    width: 90%;
  }
}

section.example{
  padding: 68px 0 108px 0;
}
section.example .contents{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 52px;
  margin-top: 94px;
}
section.example .txt-box{
  text-align: left;
  /* max-width: 443px; */
  margin-top: -140px;
}
section.example .txt-box h4{
  font-size: 25px;
  font-weight: 900;
  color: #14a407;
}
section.example .txt-box h2{
  font-size: 52px;
  font-weight: 900;
  margin: 10px 0 30px 0;
}
section.example .txt-box p{
  color: #747474;
  font-size: 20px;
}
section.example .contents .main-img{
  max-width: 764px;
  max-height: 478px;
  box-shadow: 22px 26px 73px 21px rgba(31, 42, 33, 0.36);
  border-radius: 10px;
  position: relative;
}
section.example .contents .main-img .logo-big{
  position: absolute;
  top: 30px;
  right: 30px;
}
@media (max-width: 768px){
  section.example{
    padding: 30px 0 40px 0;
  }
  section.example .contents{
    flex-direction: column-reverse;
    gap: 10px;
    margin-top: 30px;
  }
  section.example .txt-box{
    margin-top: 0px;
    margin-right: auto;
  }
  section.example .txt-box h4{
    font-size: 14px;
  }
  section.example .txt-box h2{
    font-size: 18px;
    margin: 5px 0 10px 0;
  }
  section.example .txt-box p{
    font-size: 12px;
  }
  section.example .contents .main-img .logo-big{
    top: 10px;
    right: 10px;
    width: 50px;
    height: 17px;
  }
}

div.thumbnail{
  position: relative;
  padding-bottom: 200px;
}
div.bg{
  background-color: #f3f9f4;
  width: 100%;
  height: 1282px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
div.thumbnail .uk-container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
div.thumbnail .uk-container > div{
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
}
div.thumbnail .uk-container > div .gradient{
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%; /* 아래쪽 절반만 어둡게 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
}
div.thumbnail .uk-container > div > p{
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  text-align: left;
}
div.thumbnail .uk-container > div p span{
  font-weight: 800;
  font-size: 28px;
}
div.thumbnail .uk-container > div .logo{
  position: absolute;
  top: 20px;
  right: 15px;
  z-index: 3;
}
div.thumbnail .thumb-wrapper.selected::after{
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
  box-sizing: border-box;
  border-inline: 6px solid #13db42;
  border-block: 6px solid #13db42;
  border-radius: 10px;
}
div.thumbnail .thumb-wrapper .selected-txt span{
  color: #fff;
  font-weight: 800;
  font-size: 28px;
}
div.thumbnail .thumb-wrapper .selected-txt p{
  color: #b2b2b2;
  font-weight: 800;
  font-size: 18px;
}
div.thumbnail .thumb-wrapper .selected-txt{
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
div.thumbnail .thumb-wrapper.selected .selected-txt{
  display: block;
}
@media (max-width: 768px){
  div.thumbnail{
    padding-bottom: 100px;
  }
  div.bg{
    height: 640px;
  }
  div.thumbnail .uk-container{
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  div.thumbnail .uk-container > div{
    border-radius: 5px;
  }
  div.thumbnail .uk-container > div > p{
    left: 5px;
    bottom: 5px;
    font-size: 12px;
    font-weight: 600;
  }
  div.thumbnail .uk-container > div p span{
    font-size: 14px;
  }
  div.thumbnail .uk-container > div .gradient{
    height: 50%;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%);
  }
  div.thumbnail .uk-container > div .logo{
    top: 5px;
    right: 5px;
    width: 26px;
    height: 8px;
  }
  div.thumbnail .thumb-wrapper.selected::after{
    border-inline: 3px solid #13db42;
    border-block: 3px solid #13db42;
    border-radius: 5px;
  }
  div.thumbnail .thumb-wrapper .selected-txt span{
    font-size: 18px;
    font-weight: 600;
  }
  div.thumbnail .thumb-wrapper .selected-txt p{
    font-weight: 600;
    font-size: 12px;
  }
}



/*store----------------------------------------------------*/
section.store_top{
  padding-top: 130px;
  padding-bottom: 30px;
}
section.store_top .title{
  text-align: left;
}
section.store_top .title h2{
  color: #0eac00;
}
section.store_top .title h4{
  color: #222;
  margin: 0;
}
section.store_top > div{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.store_top img{
  display: block;
  filter: drop-shadow(6px 10px 10px rgba(0, 0, 0, 0.15));
}
@media (max-width: 768px){
  section.store_top img{
    width: 110px;
  }
}
#storechart {
	display:inline-flex;
	width: 100%;
	max-height: 700px;
	height: 700px;
}
.margin-left-55{
  margin-left: 55px;
}
@media (max-width: 640px){
	#storechart {
		display:none;
	}
	.margin-left-55{
		margin-left: 42px;
	}
}
.map-box {
	border-top: 2px solid #0fad00;
	border-left: 1px solid #e5e5e5;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.map-box.uk-grid-divider {
	margin-left: 0;
}
.map-box.uk-grid-divider>div.uk-first-column{
	/* padding:20px; */
	padding-left:80px;
  overflow: hidden;
}
.map-box.uk-grid-divider>div{
	/* padding:40px; */
	padding-left:80px;
}
.map-title {
	font-weight:900;
	font-size:30px;
	color:#333;
}
@media (max-width: 640px){
	.map-box>div:last-of-type {
		margin-top:0 !important;
	}
}
/* 테이블 헤더 스타일 변경 */
.dataTables_wrapper .dataTables_filter input {
    border: 2px solid #007bff;
    border-radius: 5px;
    padding: 5px 10px;
}

#store_wrapper table tr :is(th, td){
	text-align:center;
}
#store_wrapper table tr th {
	font-weight: 900;
	font-size:22px;
	color:#333;
	padding: 8px 0;
	line-height:1;
	border-top: 2px solid #0fad00;
	border-bottom: 2px solid #333;
}
#store_wrapper table tr td {
	font-weight: 500;
	font-size:20px;
	color:#333;
	padding: 6px 0;
	line-height:1;
	border-bottom: 1px solid #333;
}
#store_wrapper table tbody tr td:nth-of-type(2) {
	text-align:left;
}
#store_wrapper table tbody tr:last-of-type td {
	border-bottom: 2px solid #333;
}

/* 페이지네이션 버튼 스타일 변경 */
#store_wrapper .dataTables_paginate .paginate_button {
  margin: 0;
  padding: 1px 5px;
  color: #333;
  text-decoration: none;
  background-color: unset;
  border: unset;
	box-shadow:unset;
}

#store_wrapper .dataTables_paginate .paginate_button:hover {
  color: #333 !important;
	background-image: unset;
}

/* 현재 활성 페이지 버튼 스타일 */
#store_wrapper .dataTables_paginate .paginate_button.current {
  color: #0fad00 !important;
	background-image: unset;
  font-weight: 900;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #979797 !important;
    border: unset;
    background: transparent;
    box-shadow: none;
}
#store_wrapper #store_paginate {
	float:unset;
	text-align:center;
	padding-top:7px;
}

.dataTables_filter {
    display: none;
}


#store-city-search+.uk-button {
	background-color: #FFF;
	padding:2px 2px 2px 10px ;
	border: 1px solid #e5e5e5;
	border-radius:5px;
	font-size:18px;
	width:236px;
}
#store-city-search+button>span {
	color: #333;
	float:left;
}
#store-city-search+button>img {

	float:right;
}
#store-city-search.empty+button>span{
	color: #868686;
}
form.uk-search .uk-search-input {
	border-radius:5px;
	font-size:18px;
	padding:2px 2px 2px 10px;
	border: 1px solid #e5e5e5;
	border-radius:5px;
	color:#333;
}
form.uk-search .uk-search-input:focus {
    border-color: #0fad00;
}
form.uk-search .uk-search-input+.search-icon {
    width: 30px;

    position: absolute;
    top: 50%;
    bottom: 0;
    right: 15px;
    left: auto;

	transform: translate(0, -50%);

    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #999;
    margin: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    font: inherit;
    color: inherit;
    text-transform: none;
    padding: 0;
    background-color: transparent;
    display: inline-block;
    fill: currentcolor;
    line-height: 0;
}
select option {
	font-size:16px;
	padding:5px;
}
form.uk-search .uk-search-input+.search-icon{
  width: 27px;
}
.uk-search-medium .uk-search-input{
  height: 40px;
}
@media (max-width: 640px){
  #storechart{
    max-height: 450px;
  }
  .uk-grid-divider.uk-grid-stack>.uk-grid-margin{
    margin-top: 40px;
  }
  .map-box.uk-grid-divider>div.uk-first-column{
    padding: 1%;
    padding-left: 13%;
  }
  .map-box.uk-grid-divider>div.uk-first-column:first-child{
    margin-top: 4%;
  }
  .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before{
    top: -22px;
    left: 0px;
  }
  .uk-grid-divider.uk-grid-stack>.uk-grid-margin{
    padding-left: 10px !important;
  }
  .map-title{
    font-size: 22px;
  }
  .map-title img{
    width: 30px;
  }
  .map_intro{
    overflow: hidden;
  }
  .map_intro > img{
    max-width: 150%;
    margin-left: -24%;
  }
  #store-city-search+.uk-button,
  form.uk-search .uk-search-input{
    font-size: 16px;
  }
  #store_wrapper table tr th{
    font-size: 19px;
  }
  #store_wrapper table tr td{
    font-size: 17px;
  }
  .uk-margin-bottom{
    margin-bottom: 13px !important;
  }
  #store-city-search+.uk-button{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #store-city-search+button>img{
    clear: both;
    width: 34px;
  }
}


/*qna----------------------------------------------------------*/
section.qna_banner{
  background-image: url(../images/202501/qna/1.jpg);
  padding-top: 120px;
}
.uk-container-expand.qna_banner img{
  width: 70%;
}
@media (max-width: 1024px){
  section.qna_banner{
    padding-top: 140px;
  }
  .uk-container-expand.qna_banner img{
    width: 85%;
  }
}

section.startup-example table{
  width: 100%;
  border-radius: 15px;
  overflow: hidden;
  /* border: 1px solid #ddd; */
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
section.startup-example table th,
section.startup-example table td{
  border: 1px solid #ddd;
  height: 45px;
}
section.startup-example table th{
  background-color: #0eac00;
  font-size: 24px;
  font-weight: 900;
}
section.startup-example table td{
  font-size: 20px;
}
section.startup-example table tr td:first-child{
  font-size: 24px;
  font-weight: 900;
}
section.startup-example table tr td img{
  margin-right: 5px;
}
section.startup-example table.border-none,
section.startup-example table.border-none td{
  border: none;
  font-weight: 900;
}
@media (max-width: 768px){
  section.startup-example table th,
  section.startup-example table td{
    height: 50px;
  }
  section.startup-example table th{
    font-size: 14px;
  }
  section.startup-example table td{
    font-size: 12px;
  }
  section.startup-example table tr td:first-child{
    font-size: 12px;
  }
  section.startup-example table tr td img{
    width: 16px;
    margin-right: 2px;
  }
  section.startup-example table.border-none td{
    height: 30px;
  }
}

section.process .contents{
  display: flex;
  justify-content: space-between;
  border: 1px solid #0eac00;
  border-radius: 20px;
  padding: 30px 28px;
}
section.process .contents > div{
  flex: 1;
}
section.process .contents > div .img{
  position: relative;
}
section.process .contents > div .img::after{
  content: '';
  display: inline-block;
  background-image: url(../images/202501/qna/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.process .contents > div:last-child .img::after{
  display: none;
}
section.process .contents .des h4{
  margin: 15px 0 5px 0;
}
section.process .contents > div .img img{
  filter: drop-shadow(3px 4px 5px rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px){
  section.process .contents{
    border-radius: 10px;
    padding: 15px 14px;
    flex-wrap: wrap;
    gap: 10px;
  }
  section.process .contents > div{
    flex: none;
  }
  section.process .contents > div .img::after{
    display: none;
  }
  section.process .contents .des h4{
    margin: 10px 0 0px 0;
  }
}


#qna-form table {
	width:100%;
    border-collapse: collapse;
}
#qna-form table.form-table tbody tr {
	display: flex; /* 유연한 레이아웃을 위해 flex 사용 */
	align-items: center; /* 수직 중앙 정렬 */
}
#qna-form table.form-table tbody tr.name{
  margin-bottom: 8px;
}
#qna-form table.form-table tbody tr.name td:first-child div span{
  /* margin-right: 22px; */
}
#qna-form table.form-table tbody th {
	padding-right:20px;
	width:120px;
	font-size:24px;
	font-weight:900;
	display: flex; /* 유연한 레이아웃을 위해 flex 사용 */
	justify-content: space-between; /* 글자를 셀의 양 끝에 정렬 */
	align-items: center; /* 수직 중앙 정렬 */
}
#qna-form table.form-table tbody tr span{
  font-weight: 900;
}
#qna-form table.form-table tbody th:nth-of-type(2) {
	padding-left:20px;
	padding-right:0;
	width:120px;
}
#qna-form table.form-table tbody th>span:last-of-type:after{
	content:'*';
	font-size:20px;
	font-weight:700;
	color:#0fad00;
	margin-left:2px;
}
#qna-form table.form-table tbody td div>span:last-of-type:after{
	content:'*';
	font-size:20px;
	font-weight:700;
	color:#0fad00;
	margin-left:2px;
}
#qna-form table.form-table tbody td {
	width: calc(50% - 120px);
	text-align:right;
}
#qna-form table.form-table tbody td input {
	margin-right:20px;
	width:calc(100% - 20px);
	border: 1px solid #333;
	border-radius: 5px;
	color:#333;
	font-size:20px;
	padding: 10px 10px;
}
/* #qna-form table.form-table tbody td input.name{
  font-size: 14px;
} */
#qna-form table.form-table tbody td:nth-of-type(2) input {
	margin-right:0;
}
#qna-form table.form-table tbody td[colspan="4"] {
	width:100%;
}
#qna-form table.form-table tbody td textarea {
	width:100%;
	border: 1px solid #333;
	border-radius: 5px;
	color:#333;
	height:20vh;
	min-height:550px;
	font-size:20px;
	padding: 10px 15px;
  font-weight: 600;
}
#qna-form input[type=checkbox]#is-privacy{
  display: none;
}
#qna-form input[type=checkbox]#is-privacy+label {
	display: inline-block;
	margin-bottom:-6px;
	position: relative;
	width: 25px;
	height: 25px;
	border: 2px solid #4caf50; /* 초록색 테두리 */
	border-radius: 4px; /* 약간 둥근 모서리 */
	cursor: pointer;
	transition: all 0.1s ease;
}
#qna-form input[type=checkbox]#is-privacy+label::after {
  content: '✔'; /* 체크 아이콘 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0); /* 기본은 안 보이게 설정 */
  color: #4caf50; /* 초록색 체크 아이콘 */
  font-size: 16px;
  transition: transform 0.1s ease;
}
#qna-form input[type=checkbox]#is-privacy:checked+label::after {
  transform: translate(-50%, -50%) scale(1); /* 체크되면 표시 */
}
#qna-form input[type=checkbox]#is-privacy+label::hover {
  background-color: #f0fff0; /* 옅은 초록색 배경 */
}

#qna-form .btn-register {
	font-size:24px;
	font-weight:700;
	letter-spacing: 0.3em;
	color:#FFF;
	background:#0fad00;
	padding:16px 45px;
	border:0;
	border-radius:10px;
  cursor: pointer;
}
#qna-form .uk-accordion-title {
	color:#0fad00;
	display: inline-table;
}
#qna-form .privacy-des{
  text-align: left;
}
/* #qna-form .privacy-des{
  margin-bottom: 20px !important;
}
#qna-form .privacy-des .privacy_content{
  text-align: left;
}
#qna-form .privacy-des .privacy_content span{
  font-weight: 900;
  font-size: 23px;
}
#qna-form .privacy-des .privacy_content p{
  margin-top: 5px;
  margin-bottom: 40px;
  margin-left: 25px;
  font-size: 15px;
} */
#qna-form .uk-accordion-title::before {
	content:'▼';
	background-image: unset;
  margin-left: 0px;
}
#qna-form .uk-open>.uk-accordion-title::before {
	content:'▲';
}
#qna-form #privacy-des table.table tr :is(th, td){
	width:33%;
}
#qna-form table.form-table tbody tr td{
  width: 50%;
  display: flex;
  font-weight: 800;
  font-size: 24px;
  align-items: center;
}
#qna-form table.form-table tbody tr td div{
  width: 150px;
  padding: 1px 20px 1px 1px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 640px){
  #qna-form table.form-table tbody tr:first-child{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #qna-form table.form-table tbody tr:first-child td{
    width: 100%;
    margin-bottom: 5px;
  }
  #qna-form table.form-table tbody td input{
    margin-right: 0px;
    font-size: 14px;
  }
  #qna-form table.form-table tbody tr td,
  #qna-form table.form-table tbody th{
    font-size: 14px;
  }
  #qna-form table.form-table tbody td textarea{
    font-size: 14px;
  }
  #qna-form .btn-register{
    font-size: 14px;
    padding: 11px 38px;
  }
  #qna-form table.form-table tbody td div>span:last-of-type:after,
  #qna-form table.form-table tbody th>span:last-of-type:after{
    font-size: 14px;
  }
  #qna-form table.form-table tbody td textarea{
    font-weight: 700;
    min-height: 350px;
  }
  .uk-margin-medium-bottom{
    margin-bottom: 20px !important;
  }
  #qna-form .btn-register{
    border-radius: 7px;
  }
  .uk-accordion li span{
    font-size: 14px;
  }
  .uk-accordion-title::before{
    margin-left: 0px;
  }
  .uk-accordion-title{
    font-size: 1rem;
  }
  #qna-form input[type=checkbox]#is-privacy+label{
    width: 20px;
    height: 20px;
  }
  .uk-margin-top{
    margin-top: 10px !important;
  }
  .uk-margin-large-bottom{
    margin-bottom: 25px !important;
  }
  #qna-form .privacy-des .privacy_content span{
    font-size: 20px;
  }
  #qna-form .privacy-des .privacy_content p{
    font-size: 14px;
  }
}
/*--------------------------------------------*/

table.table {
    border-collapse: collapse;
}

table.table tr :is(th, td){
	text-align:center;
}
table.table tr th {
	font-weight: 900;
	font-size:22px;
	color:#333;
	padding: 8px 0;
	line-height:1;
	border-top: 2px solid #0fad00;
	border-bottom: 2px solid #333;
  /* width: calc(100% / 7); */
}
table.table tr td {
	font-weight: 500;
	font-size:20px;
	color:#333;
	padding: 6px 0;
	line-height:1;
	border-bottom: 1px solid #333;
}
table.table tbody tr:last-of-type td {
	border-bottom: 2px solid #333;
  width: object-fit;
}
table.table tbody tr:last-of-type td.emty{
  width: 15%;
}
@media (max-width: 1150px){
  table.table tbody tr:last-of-type td.emty{
    width: 10%;
  }
}
@media (max-width: 775px){
  table.table tbody tr:last-of-type td.emty{
    width: 6%;
  }
}
@media (max-width: 640px){
  table.table tr th{
    font-size: 15px;
  }
  table.table tr td{
    font-size: 14px;
  }
}


header{
  position: relative;
}
#lottemart-popup{
  position: fixed;
  top: 15%;
  left: 10%;
  display: none;
  width: 500px;
  border: 1px solid #555;
  z-index:999;
}
#lottemart-popup .close-bottom{
  background: #fff;
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-top: 1px solid #0fad00;
}
#lottemart-popup .close-bottom .close-left{
  align-items: center;
}
#lottemart-popup .close-bottom input,
#lottemart-popup .close-bottom label{
  cursor: pointer;
}
#lottemart-popup .close-bottom label{
  vertical-align: text-bottom;
}
#lottemart-popup .close-bottom button{
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
}
#lottemart-popup .popup-img{
  position: relative;
}
#lottemart-popup .close-top{
  background-color: #fff;
  display: inline-flex;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
}
#lottemart-popup .uk-icon{
  cursor: pointer;
}
#lottemart-popup .uk-icon svg{
  width: 25px;
}
@media (max-width: 768px){
  #lottemart-popup{
    top: 36%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
  }
  #lottemart-popup .close-bottom label{
    font-size: 13px
  }
  #lottemart-popup .close-bottom button{
    font-size: 13px
  }
}
