@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.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, 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: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  font-family: "Noto Sans KR", "Malgun Gothic", dotum, sans-serif, AppleGothic;
  font-size: 15px;
  letter-spacing: -0.5px;
  min-height: 100vh;
  background:#fff;
}
* {
  -webkit-tap-highlight-color:rgba(255,255,255,0);
  -webkit-touch-callout: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

input, textarea, select {
  font: 12px/14px "Malgun Gothic", dotum, sans-serif, AppleGothic;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:link {
  color: inherit;
}

a:visited {
  color: inherit;
}

/* input 기본 스타일 초기화 */
/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* input type number 에서 화살표 제거 */
/* ie 셀렉트폼 화살표부분 지우기 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* check, hover 스타일 설정  */
select option:checked, select option:hover {
  background: #1c2a34;
  color: #fff;
}

select option:checked, select option:hover {
  -webkit-box-shadow: 0 0 10px 100px #1c2a34 inset;
  box-shadow: 0 0 10px 100px #1c2a34 inset;
  color: #fff;
}

/* Select box 스타일 초기화 */
select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'dotum';
  vertical-align: bottom;
}

/* IE 에서 Select box 화살표 제거 */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

input, img, select, button, label {
  vertical-align: middle;
  font-family: "Noto Sans KR", "Malgun Gothic", dotum, sans-serif, AppleGothic;
}

/* bootstrap v2 focus type */
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="radio"], input[type="checkbox"] {
  vertical-align: revert;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  border: solid 1px rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);*/
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
input[type="file"],
.uneditable-input {
	color: #575656;
	background-color: #F8F8F8;
	background-clip: padding-box;
	border-radius: 6px;
	border: none;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	color: #575656;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
		  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

textarea:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="time"]:disabled,
input[type="week"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="color"]:disabled,
.uneditable-input:disabled {
  background: #F8F8F8;
}

textarea:-moz-read-only,
input[type="text"]:-moz-read-only,
input[type="password"]:-moz-read-only,
input[type="datetime"]:-moz-read-only,
input[type="datetime-local"]:-moz-read-only,
input[type="date"]:-moz-read-only,
input[type="month"]:-moz-read-only,
input[type="time"]:-moz-read-only,
input[type="week"]:-moz-read-only,
input[type="number"]:-moz-read-only,
input[type="email"]:-moz-read-only,
input[type="url"]:-moz-read-only,
input[type="search"]:-moz-read-only,
input[type="tel"]:-moz-read-only,
input[type="color"]:-moz-read-only,
.uneditable-input:-moz-read-only {
  background: #F8F8F8;
}

textarea:read-only,
input[type="text"]:read-only,
input[type="password"]:read-only,
input[type="datetime"]:read-only,
input[type="datetime-local"]:read-only,
input[type="date"]:read-only,
input[type="month"]:read-only,
input[type="time"]:read-only,
input[type="week"]:read-only,
input[type="number"]:read-only,
input[type="email"]:read-only,
input[type="url"]:read-only,
input[type="search"]:read-only,
input[type="tel"]:read-only,
input[type="color"]:read-only,
.uneditable-input:read-only {
  background: #F8F8F8;
}

input[readonly="readonly"],
textarea [readonly="readonly"] {
  background: #F8F8F8;
}

/*
input[type="checkbox"]{display:none;}
*/
label:not(.chk-label) {
	display: inline-block;
	padding: 0px 0px;
	line-height: 12px;
	margin-right: 10px;
	vertical-align: sub;
}

label.chk-label {
  padding: 5px;
}

/* placeholder color */
input::-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-placeholder {
  color: #999;
}

input.price {
  text-align: right;
  width: 90px;
}

span.js-radio {
	position: relative;
	margin:5px 0;
	padding: 6px 16px 6px 40px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    text-align: center;
    border: solid 1px #77a2c3;
    color: #77a2c3;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    vertical-align: middle;
    background: #fff;
    line-height: 18px;
}

span.js-radio input[type=radio] {
    display: none;
}

span.js-radio i.radioIco {
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left: 16px;
	height: 16px;
	width: 16px;
	margin-top: 1px;
	background-color: #fff;
	border:1px solid #77a2c3;
	border-radius: 50%;
}

span.js-radio i.radioIco::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #77a2c3;
}

span.js-check.checked, span.js-radio.checked {
	background: #0b7ed1;
    border: solid 1px #0b7ed1;
	color: #fff;
}

span.js-radio.checked i.radioIco {
	background: #0b7ed1;
    border: solid 2px #fff;
}

span.js-radio.checked i.radioIco::after {
	background: #fff;
}

span.js-radio:not(.checked):hover {
	background:#d8ecfb;
}

.blind {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.hidden {
  visibility: hidden;
  line-height: 0;
  font-size: 0;
  width: 0;
  height: 0;
}

.none {
  display: none !important;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.tc {
  text-align: center !important;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right !important;
}

.txt-over {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cf {
  *zoom: 1;
}

.cf:after {
  content: '';
  display: block;
  clear: both;
}

.response {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
}

.dis-none {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.pointer {
  cursor: pointer;
}

span.form-gubun {
  display: inline-block;
  padding: 0 2px;
  color: #D3D3D3;
}

.line-space {
  height: 12px;
}

i.bi-file-earmark-text-fill,
i.bi-card-image,
i.bi-piggy-bank,
i.bi-piggy-bank-fill,
i.bi-question-square-fill {
  font-size: 20px;
  color: #1c2a34;
}

i.bi-pin-map-fill,
i.bi-calendar2-check {
  font-size: 20px;
  color: #7f01b9;
}

i.bi-bell-fill {
  font-size: 20px;
  color: #d2113f;
}

i.bi-chat-left-dots-fill {
  font-size: 20px;
  color: #19af02;
}

i.bi-arrow-right-short {
	font-size:26px;
	vertical-align:sub;
}

.trans-2 {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.trans-3 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.trans-4 {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

.trans-5 {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.inp-btn {
  display: inline-block;
  padding: 0 2px;
  vertical-align: inherit;
}

.inp-btn i {
  font-size: 23px;
  color: #0B7ED1;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.inp-btn i:hover {
  color: #e2831d;
}

.inp-btn i.bi-x-square-fill {
  color: #C70505;
}

.inp-btn i.bi-x-square-fill:hover {
  color: #e2831d;
}

.btn {
  border-radius: 3px;
  position: relative;
  display: inline-block;
  border: 1px solid transparent;
  text-decoration: none !important;
  line-height: 1.3;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #242E3E;
  text-align: center;
  letter-spacing: 0px;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.btns {
	border-radius: 10px;
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
	text-decoration: none !important;
	line-height: 1.3;
	outline: none;
	-webkit-box-shadow: none;
		box-shadow: none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	background-color: #F8F8F8;
	text-align: center;
	letter-spacing: 0px;
	cursor: pointer;
	vertical-align: middle;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.btn-active {
	background:#FAD200 !important;
	border:solid 1px #FAD200 !important;
}

.btn-s-basic {
	font-size: 17px;
	color: #575656;
	padding: 7px 15px;
}

.btn-sm {
  font-size: 11px;
  padding: 6px 10px;
  color: #fff !important;
  border: solid 1px rgba(0, 0, 0, 0.2);
}

.btn-md-basic {
  font-size: 14px;
  padding: 7px 15px;
  color: #fff !important;
  height: 34px;
  min-width: 60px;
}

.btn-login {
  font-size: 1.2em;
  padding: 15px 25px;
  color: #fff;
  background-color: var(--main-bg1);
  min-width: 120px;
  letter-spacing:-1px;
}

.btn-lg-basic {
  font-size: 14px;
  padding: 12px 25px;
  color: #fff !important;
  background-color: #242E3E;
  min-width: 120px;
}

.btn-gray {
  background: #F6F8FB;
  color: #000 !important;
  border: solid 1px #F6F8FB;
}

.btn-lightgray {
  background: #CECDC7;
  color: #fff !important;
}

.btn-blue {
  margin-left: 7px;
  background: #0B7ED1;
  color: #fff !important;
}

.btn-red {
  background: #C70505;
  color: #fff !important;
}

.btn-white {
  background: #Fff;
  color: #000 !important;
  border: solid 1px #D3D3D3;
}

.btn-lg-white {
  font-size: 14px;
  padding: 12px 40px;
  font-weight: bold;
  background: #fff;
  color: #1c2a34 !important;
}

.btn-md-date {
  border-radius: 3px;
  font-size: 11px;
  padding: 9px 5px;
  background: #dfe6ef;
  color: #1c2a34 !important;
  border: solid 1px #cdd6dd;
}

textarea {
  border-radius: 3px;
  border: solid 1px #ced4da;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 9px 8px;
  font-size: 13px;
  line-height: 170%;
}

.inp {
	border-radius: 10px;
	-webkit-box-sizing: border-box;
		box-sizing: border-box;
	background-color: #F8F8F8;
}

.inp-sm {
  padding: 7px;
  font-size: 12px;
  border: solid 1px rgba(225, 255, 255, 0.2);
}

.inp-md {
  padding: 9px 8px;
  font-size: 15px;
  border: solid 1px rgba(225, 255, 255, 0.2);
  height: 38px;
}

input[type="file"].inp-md {
  padding: 5px;
}

.inp-lg {
	padding: 12px 18px;
	font-size: 15px;
}

.md-search {
  width: 180px;
}

.inp-date {
  width: 100px;
  text-align: center;
  margin-right: 4px;
}

.sel-sm {
  border-radius: 3px;
  padding: 5px;
  font-size: 12px;
  border: solid 1px rgba(225, 255, 255, 0.2);
}

.sel-md {
  border-radius: 3px;
  padding: 8px 5px 9px 5px;
  font-size: 15px;
  min-width: 80px;
  height: 38px;
}

.sel-lg {
  border-radius: 3px;
  padding: 12px;
  font-size: 16px;
  border: solid 1px #ced4da;
}

.sel-def {
	border-radius: 6px;
	padding: 0 52px 0 15px;
	box-sizing: border-box;
	font-size: 15px;
	min-width: 80px;
	height: 34px;
	appearance: none;
	-webkit- appearance: none;
	background: url('../img/ico_select.png') #fff no-repeat center right;
	font-family: inherit;
	color: #495057;
	border: 1px solid #E8E8E8;
	vertical-align: middle;
}


.adm-memo {
  background: #f1fcf3;
  color: #000 !important;
  padding: 20px;
}

.status-basic {
  border-radius: 1000px;
  display: inline-block;
  color: #1c2a34;
  border: solid 2px #1c2a34;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #fff;
  vertical-align: initial;
}

.status-red {
  /*border-radius: 1000px;
  display: inline-block;
  color: #d2113f;
  border: solid 2px #d2113f;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #fff;
  vertical-align: initial; */

	border-radius: 6px;
	display: inline-block;
	color: #EC1313;
	background-color: #FFE9F3;
	font-size: 14px;
	padding: 10px 8px;
	width: 76px;
	box-sizing: border-box;
	line-height: 12px;
	text-align: center;
	font-weight: 500;
	vertical-align: initial;
}

.status-blue {
	border-radius: 6px;
	display: inline-block;
	color: #1371EC;
	background-color: #E9EFFF;
	font-size: 14px;
	padding: 10px 8px;
	width: 76px;
	box-sizing: border-box;
	line-height: 12px;
	text-align: center;
	font-weight: 500;
	vertical-align: initial;
}

.status-yellow {
  border-radius: 1000px;
  display: inline-block;
  color: #FEE60A;
  border: solid 2px #FEE60A;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #fff;
  vertical-align: initial;
}

.status-orange {
	border-radius: 6px;
	display: inline-block;
	color: #ec4e13;
	background-color: #fff0e9;
	font-size: 14px;
	padding: 10px 8px;
	width: 76px;
	box-sizing: border-box;
	line-height: 12px;
	text-align: center;
	font-weight: 500;
	vertical-align: initial;
	/*
	color: #ff5e00;
	border: solid 2px #ff5e00;
	background: #fff;
	*/
}

.status-purple {
  border-radius: 1000px;
  display: inline-block;
  color: #7f01b9;
  border: solid 2px #7f01b9;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #fff;
  vertical-align: initial;
}

.status-green {
  border-radius: 1000px;
  display: inline-block;
  color: #19af02;
  border: solid 2px #19af02;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #fff;
  vertical-align: initial;
}

.status-gray {
	border-radius: 6px;
	display: inline-block;
	color: #999;
	background-color: #F4F6F9;
	font-size: 14px;
	padding: 10px 8px;
	width: 76px;
	box-sizing: border-box;
	line-height: 12px;
	text-align: center;
	font-weight: 500;
	vertical-align: initial;
}

.status-bg-basic {
  border-radius: 1000px;
  display: inline-block;
  color: #fff;
  border: solid 2px #1c2a34;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #1c2a34;
  vertical-align: initial;
}

.status-bg-red {
  border-radius: 1000px;
  display: inline-block;
  color: #fff;
  border: solid 2px #d2113f;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #d2113f;
  vertical-align: initial;
}

.status-bg-blue {
  border-radius: 1000px;
  display: inline-block;
  color: #fff;
  border: solid 2px #0B7ED1;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #0B7ED1;
  vertical-align: initial;
}

.status-bg-yellow {
  border-radius: 1000px;
  display: inline-block;
  color: #fff;
  border: solid 2px #FEE60A;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #FEE60A;
  vertical-align: initial;
}

.status-bg-orange {
  border-radius: 1000px;
  display: inline-block;
  color: #fff;
  border: solid 2px #ff5e00;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #ff5e00;
  vertical-align: initial;
}

.status-bg-purple {
  border-radius: 1000px;
  display: inline-block;
  color: #fff;
  border: solid 2px #7f01b9;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #7f01b9;
  vertical-align: initial;
}

.status-bg-gray {
  border-radius: 1000px;
  display: inline-block;
  color: #fff;
  border: solid 2px #999;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #999;
  vertical-align: initial;
}

.status-bg-green {
  border-radius: 1000px;
  display: inline-block;
  color: #fff;
  border: solid 2px #19af02;
  font-size: 12px;
  padding: 4px 7px 4px 7px;
  width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 1px 0;
  background: #19af02;
  vertical-align: initial;
}

.tag-1 {
  border-radius: 1000px;
  display: inline-block;
  color: #ff5e00;
  border: solid 1px #ff5e00;
  font-size: 13px;
  padding: 5px 11px 6px 11px;
  min-width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 5px 3px;
  background: #fff;
  vertical-align: initial;
}

.tag-2 {
  border-radius: 1000px;
  display: inline-block;
  color: #999;
  border: solid 1px #999;
  font-size: 13px;
  padding: 5px 11px 6px 11px;
  min-width: 65px;
  line-height: 12px;
  text-align: center;
  font-weight: 400;
  margin: 5px 3px;
  background: #fff;
  vertical-align: initial;
}

.color-point {
  display: inline-block;
  color: #0B7ED1;
  padding: 0 5px;
}

/* select form style selectboxit plugin*/
.selectboxit-container .selectboxit-options {
  max-height: 350px;
}

.fix-inner {
  width: 1000px !important;
}

span.file-name {
  display: inline-block;
  padding: 0 20px;
  vertical-align: inherit;
  color: #000;
}

.toast {
  position: fixed;
  list-style: none;
  padding: 0;
  top: 90px;
  z-index: 999999;
  font-family: "Malgun Gothic", dotum, sans-serif, AppleGothic;
  font-size: 13px;
  line-height: 24px;
}

.toast li {
  margin: 8px 5px 0 0;
  display: block;
  color: #FFF;
  background-color: #4BAD4E;
  padding: 7px 13px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.6);
}

.toast li:first-child {
  margin-top: 0;
}

.toast li button.close {
  background: none;
  border: none;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  float: right;
  padding: 0;
  margin: 0 0 0 5px;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  background: none;
}

p.comment, span.comment {
  font-size: 15px;
  color: #555;
  letter-spacing: 0;
  display: inline-block;
}

.font-num {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-en {
  font-family: "Roboto";
}

span.point, span.cash, span.won, span.account {
  display: inline-block;
  color: #222;
  font-family: "Pretendard", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  padding-top: 2px;
}

span.point::after {
  content: url("../img/ico_point_2.png");
  margin-right: 5px;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

span.cash::after {
  content: url("../img/ico_cash_2.png");
  margin-right: 5px;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

span.won::after {
 /*  content: url("../img/won.svg"); */
  margin-right: 5px;
  margin-left: 4px;
  vertical-align: middle;
  position: relative;
  top: 2px;
}

i.ico_memo {
	content: url("../img/ico_memo.png");
	margin-right: 5px;
	margin-left: 4px;
	vertical-align: bottom;
	position: relative;
	top: 2px;
}

i.ico_phone {
	display: inline-block;
	width: 28px;
    height: 28px;
	margin-right: 6px;
    background: url('../img/ico_phone.png') no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

.font-red {
  color: #d2113f !important;
}

.font-blue {
  color: #0B7ED1 !important;
}

.font-black {
  color: #000 !important;
}

.font-gray {
  color: #575756 !important;
}

.font-darkGray {
	color: #222 !important;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

span.area-out {
  display: inline-block;
  margin-right: 20px;
  padding: 2px 0;
}

.br10 {
	border-radius: 10px !important;
}

.br15 {
	border-radius: 15px !important;
}

.br20 {
	border-radius: 20px !important;
}

.pd15 {
	padding: 15px !important;
}

.pd20 {
	padding: 20px !important;
}

.pdr8 {
	padding-right: 8px;
}

.pdl8 {
	padding-left: 8px;
}

.mg15 {
	margin: 15px !important;
}

.bd-def {
	border: 1px solid #E8E8E8 !important;
}

#loader-out {
  position: fixed;
  top: 0;
  z-index: 3001;
  background: rgba(255, 255, 255, 0);
  height: 100vh;
  width: 100%;
  font: 400 \24px "Roboto";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loader-out #wifi-loader {
  --background: #fff;
  --front-color: #138f00;
  --back-color: #fff;
  --text-color: #fff;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  position: absolute;
  margin-top: -200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loader-out #wifi-loader svg {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loader-out #wifi-loader svg circle {
  position: absolute;
  fill: none;
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transform: rotate(-100deg);
          transform: rotate(-100deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

#loader-out #wifi-loader svg circle.back {
  stroke: var(--back-color);
}

#loader-out #wifi-loader svg circle.front {
  stroke: var(--front-color);
}

#loader-out #wifi-loader svg.circle-outer {
  height: 86px;
  width: 86px;
}

#loader-out #wifi-loader svg.circle-outer circle {
  stroke-dasharray: 62.75 188.25;
}

#loader-out #wifi-loader svg.circle-outer circle.back {
  -webkit-animation: circle-outer 1.8s ease infinite .3s;
          animation: circle-outer 1.8s ease infinite .3s;
}

#loader-out #wifi-loader svg.circle-outer circle.front {
  -webkit-animation: circle-outer 1.8s ease infinite .15s;
          animation: circle-outer 1.8s ease infinite .15s;
}

#loader-out #wifi-loader svg.circle-middle {
  height: 60px;
  width: 60px;
}

#loader-out #wifi-loader svg.circle-middle circle {
  stroke-dasharray: 42.5 127.5;
}

#loader-out #wifi-loader svg.circle-middle circle.back {
  -webkit-animation: circle-middle 1.8s ease infinite .25s;
          animation: circle-middle 1.8s ease infinite .25s;
}

#loader-out #wifi-loader svg.circle-middle circle.front {
  -webkit-animation: circle-middle 1.8s ease infinite .1s;
          animation: circle-middle 1.8s ease infinite .1s;
}

#loader-out #wifi-loader svg.circle-inner {
  height: 34px;
  width: 34px;
}

#loader-out #wifi-loader svg.circle-inner circle {
  stroke-dasharray: 22 66;
}

#loader-out #wifi-loader svg.circle-inner circle.back {
  -webkit-animation: circle-inner 1.8s ease infinite .2s;
          animation: circle-inner 1.8s ease infinite .2s;
}

#loader-out #wifi-loader svg.circle-inner circle.front {
  -webkit-animation: circle-inner 1.8s ease infinite .05s;
          animation: circle-inner 1.8s ease infinite .05s;
}

#loader-out #wifi-loader .text {
  position: absolute;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: lowercase;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: .2px;
}

#loader-out #wifi-loader .text::before, #loader-out #wifi-loader .text::after {
  content: attr(data-text);
}

#loader-out #wifi-loader .text::before {
  color: var(--text-color);
}

#loader-out #wifi-loader .text::after {
  color: #138f00;
  -webkit-animation: text-animation 1.6s ease infinite;
          animation: text-animation 1.6s ease infinite;
  position: absolute;
  left: 0;
}

@-webkit-keyframes circle-outer {
  0% {
    stroke-dashoffset: 25;
  }
  25% {
    stroke-dashoffset: 0;
  }
  65% {
    stroke-dashoffset: 301;
  }
  80% {
    stroke-dashoffset: 276;
  }
  100% {
    stroke-dashoffset: 276;
  }
}

@keyframes circle-outer {
  0% {
    stroke-dashoffset: 25;
  }
  25% {
    stroke-dashoffset: 0;
  }
  65% {
    stroke-dashoffset: 301;
  }
  80% {
    stroke-dashoffset: 276;
  }
  100% {
    stroke-dashoffset: 276;
  }
}

@-webkit-keyframes circle-middle {
  0% {
    stroke-dashoffset: 17;
  }
  25% {
    stroke-dashoffset: 0;
  }
  65% {
    stroke-dashoffset: 204;
  }
  80% {
    stroke-dashoffset: 187;
  }
  100% {
    stroke-dashoffset: 187;
  }
}

@keyframes circle-middle {
  0% {
    stroke-dashoffset: 17;
  }
  25% {
    stroke-dashoffset: 0;
  }
  65% {
    stroke-dashoffset: 204;
  }
  80% {
    stroke-dashoffset: 187;
  }
  100% {
    stroke-dashoffset: 187;
  }
}

@-webkit-keyframes circle-inner {
  0% {
    stroke-dashoffset: 9;
  }
  25% {
    stroke-dashoffset: 0;
  }
  65% {
    stroke-dashoffset: 106;
  }
  80% {
    stroke-dashoffset: 97;
  }
  100% {
    stroke-dashoffset: 97;
  }
}

@keyframes circle-inner {
  0% {
    stroke-dashoffset: 9;
  }
  25% {
    stroke-dashoffset: 0;
  }
  65% {
    stroke-dashoffset: 106;
  }
  80% {
    stroke-dashoffset: 97;
  }
  100% {
    stroke-dashoffset: 97;
  }
}

@-webkit-keyframes text-animation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  50% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}

@keyframes text-animation {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  50% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
  100% {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
  }
}
/*# sourceMappingURL=reset.css.map */


.scroll-hidden{ -ms-overflow-style: none; }
.scroll-hidden::-webkit-scrollbar{ display:none; }

