@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: 400;
  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: 800;
  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;
}
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;
}

.uk-container {
    max-width: 1300px;
	padding-left:5px;
	padding-right:5px;
}
.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%;
}
@media (min-width: 640px) {
    .uk-container {
		padding-left:10px;
		padding-right:10px;
    }
	.uk-container-expand{
		max-width: 100%;
	}
	.uk-container-expand.banner img{
		max-width:100%;
		width:100%;
		margin-left:0;
		margin-right:0;
	}
}

@media (min-width: 960px) {
    .uk-container {
    }
}

.text-left {
	text-align:left;
}
.text-center {
	text-align:center;
}
.text-right {
	text-align:right;
}
.bg-palemint {
	background:#f4fbf3;
}
.bg-darkgray {
	background:#333;
}
.ft-white {
	color:#FFF;
}
.ft-green {
	color:#0fad00;
}
.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-padding-bottom-10 {
	padding-bottom:10px;
}
/*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;
	}
}
/*960이상*/
@media (min-width: 960px) {
}
/*--------------------------------------------*/
header .uk-container {
	padding-left:0;
	padding-right:0;
	background:#FFF;
}
@media (min-width: 640px) {
	header .uk-container {
		padding-left:10px;
		padding-right:10px;
	}
}
nav.uk-navbar-container {
	width:100% !important;
}

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:100%;
	justify-content: center;
	background:#3333337a;
}
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: 640px) {
	nav.uk-navbar-container .menu-item {
		top: 50%;
		transform: translate(-50%, -50%);
		background:unset;
		width:max-content;
	}
    nav ul.uk-navbar-nav {
        gap: 50px;
    }
	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: 80px;
    }
	nav ul.uk-navbar-nav li a {
	  font-size:22px;
	  font-weight:900;
	  letter-spacing: 0.1em;
	}
}

/*--------------------------------------------*/
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;
}
@media (max-width: 640px) {
	footer ul.company-info li {
		margin-top: 0 !important;
	}
}

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

/*main--------------------------------------------*/
section.product{
  padding: 0 5px;
}

/*store--------------------------------------------*/
#storechart {
	display:inline-flex;
	width: 100%;
	max-height: 700px;
	height: 700px;
	position: relative;
	z-index: 10; /* 차트를 최상위에 배치 */
}

.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;
}
.map-box.uk-grid-divider>div{
	padding:40px;
	padding-left:80px;
}
.map-title {
	font-weight:900;
	font-size:30px;
	color:#333;
}
/* 테이블 헤더 스타일 변경 */
.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;
}
.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----------------------------------------------------------*/

#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 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 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:300px;
	font-size:20px;
	padding: 10px 15px;
}
#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: 24px;
	height: 24px;
	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;
}
#qna-form .uk-accordion-title {
	color:#0fad00;
	display: inline-table;
}
#qna-form .uk-accordion-title::before {
	content:'▼';
	background-image: unset;
}
#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%;
  }
  #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;
  }
  .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;
  }
}
/*--------------------------------------------*/

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;
}
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;
}
@media (max-width: 640px){
  table.table tr th{
    font-size: 15px;
  }
  table.table tr td{
    font-size: 14px;
  }
}
