@import url('https://static.toss.im/tps/main.css');
@import url('https://static.toss.im/tps/others.css');

@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.min.css');

body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
label {
  font-family: 'Toss Product Sans', sans-serif;
}

/*------------------------------------
  Default Styles
------------------------------------*/
html {
  font-size: 16px;
}
@media (max-width: 575.98px) {
  html {
    font-size: 15px;
  }
}
@media (max-width: 359.98px) {
  html {
    font-size: 14px;
  }
}

body {
  font-weight: 400;
  line-height: 1.6;
  color: #555;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: 'liga', 'kern';
  text-rendering: optimizelegibility;
  background-color: #fff;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  background: transparent;
}
a:active,
a:hover,
a:focus {
  outline: none;
}
ol,
ul,
li {
  list-style: none;
  -webkit-padding-start: 0;
}
table {
  border-collapse: collapse;
  table-layout: fixed;
  border-spacing: 0;
}
table,
th,
td {
  word-break: break-all;
  word-wrap: break-word;
}
button {
  padding: 0;
  border: none;
  text-align: center;
  vertical-align: middle;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  margin: 0;
  padding: 0;
  border: 0;
}
em,
i {
  font-weight: normal;
  font-style: normal;
  font-style: normal;
}
blockquote,
q {
  quotes: none;
}
label {
  vertical-align: baseline;
  font-size: inherit;
}
textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  color: inherit;
  line-height: 1.5;
  overflow-y: auto;
  resize: vertical;
}
p {
  margin: 0;
  padding: 0;
}

/* form style */
input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0.9375rem;
}
input[type='text'],
input[type='email'],
input[type='tel'],
input[type='password'],
input[type='search'],
input[type='date'],
input[type='number'],
select {
  outline: none;
  width: 100%;
  color: #191919;
  border: 1px solid #dcdcdc;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
input[readonly],
select[readonly] {
  background: #f0f0f0;
  color: #444;
}

input[type='text']:disabled {
  background: #f2f0f2;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type='number'] {
  -moz-appearance: textfield;
}

/*  select */
select {
  position: relative;
}
select {
  background: #fff url('/images/form/bg_select.png') no-repeat 100% center;
  background-size: 20px auto;
}

/* radio */
input[type='radio'] {
  display: none;
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  z-index: -1;
}
input[type='radio'] + label {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  color: #666;
  z-index: 1;
}
input[type='radio'] + label:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 500;
  display: inline-block;
  content: '\f111';
  letter-spacing: 10px;
  font-size: 1.2rem;
  color: #535353;
  width: 1.4rem;
}
input[type='radio']:checked + label:before {
  font-weight: 500;
  content: '\f192';
  font-size: 1.2rem;
  color: #dc3545;
  letter-spacing: 5px;
}
input[type='radio']:checked + label {
  color: #000;
}

/* checkbox */
input[type='checkbox'] {
  display: none;
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
}
input[type='checkbox'] + label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-weight: 300;
  font-size: 1rem;
  color: #666;
  line-height: 1.5;
  z-index: 1;
}
input[type='checkbox'] + label::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 2px solid #b3b3b3;
  box-sizing: border-box;
}
input[type='checkbox'] + label::focus {
  outline: auto;
}
input[type='checkbox']:checked + label::before {
  border-color: #d5151c;
}
input[type='checkbox']:checked + label::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 10px;
  margin: 6px 0 0 7px;
  border-right: 2px solid #d5151c;
  border-bottom: 2px solid #d5151c;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/*  button */
[class^='btn'] {
  margin-bottom: 0 !important;
  font-size: 1rem;
  text-align: center;
}
.btn-wrap [class^='btn'] {
  min-width: 12rem;
  height: 2.8rem;
  margin: 0 1rem;
  padding: 0.5rem 2rem;
  font-size: 1.1rem;
}
.btn-defult {
  color: #fff;
  background-color: #3182f6;
}
.btn-defult:hover {
  color: #fff;
  background-color: #1b64da;
  border-color: #1b64da;
}


/* ============================================================================================================================================================================================
===== 로딩이미지 */
@keyframes ldio-0ao329svy56u {
  0% {
    opacity: 1;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1.5,1.5);
  } 100% {
    opacity: 0;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1,1);
  }
}
.ldio-0ao329svy56u div > div {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000000;
  animation: ldio-0ao329svy56u 1s linear infinite;
}.ldio-0ao329svy56u div:nth-child(1) > div {
  left: 113px;
  top: 68px;
  animation-delay: -0.9s;
}
.ldio-0ao329svy56u > div:nth-child(1) {
  transform: rotate(0deg);
  transform-origin: 120.5px 75.5px;
}.ldio-0ao329svy56u div:nth-child(2) > div {
  left: 104px;
  top: 94px;
  animation-delay: -0.8s;
}
.ldio-0ao329svy56u > div:nth-child(2) {
  transform: rotate(36deg);
  transform-origin: 111.5px 101.5px;
}.ldio-0ao329svy56u div:nth-child(3) > div {
  left: 81px;
  top: 110px;
  animation-delay: -0.7s;
}
.ldio-0ao329svy56u > div:nth-child(3) {
  transform: rotate(72deg);
  transform-origin: 88.5px 117.5px;
}.ldio-0ao329svy56u div:nth-child(4) > div {
  left: 54px;
  top: 110px;
  animation-delay: -0.6s;
}
.ldio-0ao329svy56u > div:nth-child(4) {
  transform: rotate(108deg);
  transform-origin: 61.5px 117.5px;
}.ldio-0ao329svy56u div:nth-child(5) > div {
  left: 31px;
  top: 94px;
  animation-delay: -0.5s;
}
.ldio-0ao329svy56u > div:nth-child(5) {
  transform: rotate(144deg);
  transform-origin: 38.5px 101.5px;
}.ldio-0ao329svy56u div:nth-child(6) > div {
  left: 23px;
  top: 68px;
  animation-delay: -0.4s;
}
.ldio-0ao329svy56u > div:nth-child(6) {
  transform: rotate(180deg);
  transform-origin: 30.5px 75.5px;
}.ldio-0ao329svy56u div:nth-child(7) > div {
  left: 31px;
  top: 41px;
  animation-delay: -0.3s;
}
.ldio-0ao329svy56u > div:nth-child(7) {
  transform: rotate(216deg);
  transform-origin: 38.5px 48.5px;
}.ldio-0ao329svy56u div:nth-child(8) > div {
  left: 54px;
  top: 25px;
  animation-delay: -0.2s;
}
.ldio-0ao329svy56u > div:nth-child(8) {
  transform: rotate(252deg);
  transform-origin: 61.5px 32.5px;
}.ldio-0ao329svy56u div:nth-child(9) > div {
  left: 81px;
  top: 25px;
  animation-delay: -0.1s;
}
.ldio-0ao329svy56u > div:nth-child(9) {
  transform: rotate(288deg);
  transform-origin: 88.5px 32.5px;
}.ldio-0ao329svy56u div:nth-child(10) > div {
  left: 104px;
  top: 41px;
  animation-delay: 0s;
}
.ldio-0ao329svy56u > div:nth-child(10) {
  transform: rotate(324deg);
  transform-origin: 111.5px 48.5px;
}
.loadingio-spinner-spin-xwovdgvl13l {
  width: 150px;
  height: 150px;
  display: inline-block;
  overflow: hidden;
}
.ldio-0ao329svy56u {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-0ao329svy56u div { box-sizing: content-box; }

.swal2-actions {
	margin: 1.25em auto;
}
.swal2-styled {
	padding: 0.625em 3em;
	font-weight: 400;
}

.swal2-html-container {
	font-size: 1rem;
}
.swal2-icon {
	zoom: 0.85;
}
.swal2-title {
	font-size: 1.5em;
	font-weight: 500;
}
.swal2-container.swal2-center>.swal2-popup {
	font-size: .9rem;
}