@charset "utf-8";

@import "./nanumsquare.css";

@import url('https://cdn.jsdelivr.net/gh/leetaewook/gmarket-sans-dynamic-subset/GmarketSans.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0; 
  padding: 0; 
  border: 0; 
  font-size: 0px; 
  font: inherit; 
  font-family: 'NanumSquare', Malgun Gothic, 돋움, DotumChe, Dotum;
  vertical-align: baseline; 
  -webkit-text-size-adjust: none; 
  box-sizing:border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div { 
  position:relative; 
  display: block; 
}
body { 
  line-height: 1; 
  font-family: 'NanumSquare', Malgun Gothic, 돋움, DotumChe, Dotum;
  color:black; 
}
ol, ul { 
  list-style: none; 
}
blockquote, q { 
  quotes: none; 
}
blockquote:before, blockquote:after, q:before, q:after { 
  content: ''; 
  content: none; 
}
table { 
  border-collapse: collapse; 
  border-spacing: 0; 
}
a { 
  text-decoration:none; 
}
label, button, input[type=submit], input[type=checkbox], input[type=radio], input[type=button] {
  padding:0px;
  -webkit-border-radius:0;
  -webkit-appearance:none;
  cursor:pointer;
}
input[type=text], input[type=password], input[type=number] {
  padding:0px;
  -webkit-border-radius:0;
  -webkit-appearance:none;
}
input, button, textarea, select { 
  font-family: 'NanumSquare', Malgun Gothic, 돋움, DotumChe, Dotum;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0;
}
input[type=password] { 
  font-family: 'Nanum Gothic', sans-serif;
}
button:focus, textarea:focus, input:focus{
  outline: none;
}
button, textarea, input, select, a, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
input::-ms-clear, input::-ms-reveal {
  display:none;
}
h1, h2, h3, h4, h5, h6 { 
  font-weight: normal; 
}
img {
  vertical-align:middle;
}
select.select-menu {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline:none;
}

#KICC_PAYMENTWINDOW_IFRAME {
	top:0px !important;
}

iframe#actionFrame { 
	width:0; 
	height:0; 
	position:absolute; 
	left:0; 
	bottom:0; 
	visibility:hidden; 
}

::placeholder {
  color:#000000;
  font-family: 'NanumSquare', Malgun Gothic, 돋움, DotumChe, Dotum;
}

.bold {
  font-weight: bold; 
}

.hide {
  display:none !important;
}
.absolute-hide {
  position:absolute;
  width:1px;
  height:1px;
  top:-9999px;
  left:-9999px;
}

.no-scroll {
	overflow:hidden;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 35%;
    margin: 0px 8px;
}
.ui-tooltip {
	background:#666666;
	border:none;
	border-radius:6px;
	color:white;
	font-size:14px;
	line-height:18px;
	z-index:1001;
}

.swal2-container {
	z-index:2100;
}

.ui-datepicker {
	margin-top: 5px;
	padding: 0px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.ui-datepicker .ui-datepicker-header {
	padding: 10px 0px;
	background: #fff;
	border: none;
}
.ui-datepicker .ui-datepicker-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	width: 65px;
	height: 32px;
	padding: 0px 5px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #000;
	font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	top: 50%;
	width: 32px;
	height: 32px;
	margin-top: -16px;
  background: url(/assets/img/common/date_picker_btns.png) no-repeat center center;
}
.ui-datepicker .ui-datepicker-next {
	background-position: center right 6px;
	background-size: auto 24px;
}
.ui-datepicker .ui-datepicker-prev {
  background-position:center left 6px;
  background-size:auto 24px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: none;
}
.ui-datepicker table {
	margin: 0px;
}
.ui-datepicker th {
	padding: 0px;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
}
.ui-datepicker td {
	padding: 0px;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	padding: 0px;
	color: #000;
	background: #fff;
	border: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 40px;
	text-align: center;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background: #017EFF !important;
	border-radius: 5px;
	color: #fff !important;
}
.ui-datepicker-today .ui-state-default {
	background: #ddd;
	border-radius: 5px;
}