@charset "UTF-8";
/* =======================================
	CommonElements
======================================= */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  width: 100%;
}

body {
  color: #333;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

nav ul,
ol,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
  transition: all 300ms ease 0s;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table th {
  padding: 10px;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

table td {
  padding: 0 0 15px 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  padding: 0;
}

input {
  vertical-align: middle;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border-radius: 0.3rem;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

textarea {
  width: 100%;
  resize: none;
  padding: 10px;
  min-height: 140px;
  box-sizing: border-box;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='password'],
input[type='time'],
input[type='url'],
input[type='number'] {
  box-sizing: border-box;
  padding: 0.8rem;
  font-size: 0.875rem;
  outline: none;
  border: none;
  border-radius: 0.3rem;
}

body.fixed {
  position: fixed;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*li:not(:only-child) {padding-left: 1.2em; text-indent: -1.2em;}*/
/*-----------------
  Font Size
------------------*/
.f-11 {
  font-size: 0.6875rem !important;
}

.f-12 {
  font-size: 0.75rem !important;
}

.f-13 {
  font-size: 0.8125rem !important;
}

.f-14 {
  font-size: 0.875rem !important;
}

.f-15 {
  font-size: 0.9375rem !important;
}

.f-16 {
  font-size: 1rem !important;
}

.f-17 {
  font-size: 1.0625rem !important;
}

.f-18 {
  font-size: 1.125rem !important;
}

.f-19 {
  font-size: 1.1875rem !important;
}

.f-20 {
  font-size: 1.25rem !important;
}

.f-22 {
  font-size: 1.375rem !important;
}

.f-24 {
  font-size: 1.5rem !important;
}

.f-26 {
  font-size: 1.625rem !important;
}

.f-28 {
  font-size: 1.75rem !important;
}

.f-30 {
  font-size: 1.875rem !important;
}

.f-32 {
  font-size: 2rem !important;
}

.f-36 {
  font-size: 2.25rem !important;
}

.f-40 {
  font-size: 2.5rem !important;
  line-height: 2.625rem !important;
}

.f-52 {
  font-size: 3.25rem !important;
}

.f-58 {
  font-size: 3.625rem !important;
  line-height: 3.625rem !important;
}

@media (min-width: 64em) {
  /*1024px*/
  .f-11-lg {
    font-size: 0.6875rem !important;
  }

  .f-12-lg {
    font-size: 0.75rem !important;
  }

  .f-13-lg {
    font-size: 0.8125rem !important;
  }

  .f-14-lg {
    font-size: 0.875rem !important;
  }

  .f-15-lg {
    font-size: 0.9375rem !important;
  }

  .f-16-lg {
    font-size: 1rem !important;
  }

  .f-17-lg {
    font-size: 1.0625rem !important;
  }

  .f-18-lg {
    font-size: 1.125rem !important;
  }

  .f-19-lg {
    font-size: 1.1875rem !important;
  }

  .f-20-lg {
    font-size: 1.25rem !important;
  }

  .f-22-lg {
    font-size: 1.375rem !important;
  }

  .f-24-lg {
    font-size: 1.5rem !important;
  }

  .f-26-lg {
    font-size: 1.625rem !important;
  }

  .f-28-lg {
    font-size: 1.75rem !important;
  }

  .f-30-lg {
    font-size: 1.875rem !important;
  }

  .f-32-lg {
    font-size: 2rem !important;
  }

  .f-34-lg {
    font-size: 2.125rem !important;
  }

  .f-42-lg {
    font-size: 2.625rem !important;
  }

  .f-58-lg {
    font-size: 3.625rem !important;
  }

  .f-52-lg {
    font-size: 3.25rem !important;
  }

  .f-56-lg {
    font-size: 3.5rem !important;
  }

  .f-65-lg {
    font-size: 4.0625rem !important;
  }
}

/*-----------------
  Font Family
------------------*/
.f-josefin-sans {
  font-family: 'Josefin Sans', sans-serif;
}

.f-roboto {
  font-family: 'Josefin Sans', sans-serif;
}

/*-----------------
  Font Weight
------------------*/
.fw-normal {
  font-weight: normal !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: bold !important;
}

.imtent {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

/*-----------------
  Letter Spacing
------------------*/
.ls-none {
  letter-spacing: 0;
}

.ls-normal {
  letter-spacing: 0.03em;
}

.ls-wide {
  letter-spacing: 0.06em;
}

.ls-wider {
  letter-spacing: 0.12em;
}

/*-----------------
  Display
------------------*/
.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

.display-inline-block {
  display: inline-block;
}

.display-inherit {
  display: inherit;
}

.display-table {
  display: table;
}

.display-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.display-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.display-flexjustifycenter {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.display-flex-between {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.display-flex-around {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-align-items: center;
  align-items: center;
}

.align-center {
  -webkit-align-items: center;
  align-items: center;
}

.align-start {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-end {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

.align-end {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

.align-items {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-flow {
  flex-flow: row-reverse;
}

.flex-fl-column {
  flex-flow: column;
}

.flex-shrink {
  flex-shrink: 0;
}

@media (min-width: 48em) {
  /*768px*/
  .display-none-md {
    display: none;
  }

  .display-block-md {
    display: block;
  }

  .display-inline-md {
    display: inline;
  }

  .display-inline-block-md {
    display: inline-block;
  }

  .display-inherit-md {
    display: inherit;
  }

  .display-table-md {
    display: table;
  }

  .display-flex-md {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .display-flex-center-md {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .display-flexjustifycenter-md {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .display-flex-between-md {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .align-center-md {
    -webkit-align-items: center;
    align-items: center;
  }

  .align-start-md {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .align-end-md {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .align-items-md {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .flex-wrap-md {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-flow-md {
    flex-flow: row-reverse;
  }
}

@media (min-width: 64em) {
  /*1024px*/
  .display-none-lg {
    display: none;
  }

  .display-block-lg {
    display: block;
  }

  .display-inline-lg {
    display: inline;
  }

  .display-inline-block-lg {
    display: inline-block;
  }

  .display-inherit-lg {
    display: inherit;
  }

  .display-table-lg {
    display: table;
  }

  .display-flex-lg {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  .display-flex-center-lg {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .display-flexjustifycenter-lg {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .display-flex-between-lg {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }

  .align-center-lg {
    -webkit-align-items: center;
    align-items: center;
  }

  .align-start-lg {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }

  .align-end-lg {
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }

  .align-items-lg {
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }

  .flex-wrap-lg {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .flex-flow-lg {
    flex-flow: row-reverse;
  }
}

/*-----------------
  Text Alignment
------------------*/
.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.inherit {
  text-align: inherit;
}

@media (min-width: 48em) {
  .center-pc {
    text-align: center;
  }
}

@media (min-width: 64em) {
  .center-lg {
    text-align: center;
  }

  .left-lg {
    text-align: left;
  }

  .right-lg {
    text-align: right;
  }

  .inherit-lg {
    text-align: inherit;
  }
}

/*-----------------
  Line Height
------------------*/
.line-height-normal {
  line-height: normal;
}

.line-height-exs {
  line-height: 1;
}

.line-height-xs {
  line-height: 1.4;
}

.line-height-sm {
  line-height: 1.8;
}

.line-height {
  line-height: 2.2;
}

.line-height-lg {
  line-height: 2.6;
}

/*-----------------
  nowrap / Overflow
------------------*/
.nowrap {
  white-space: nowrap;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

/*-----------------
  Width
------------------*/
.width-auto {
  width: auto;
}

.width-50-percent {
  width: 50%;
}

.width-100-percent {
  width: 100%;
}

.width-100 {
  width: 6.25rem;
}

.min-width300 {
  min-width: 300px;
}

@media (min-width: 48em) {
  .width-auto-md {
    width: auto;
  }

  .width-100-percent-md {
    width: 100%;
  }

  .width-50-percent-md {
    width: 50%;
  }
}

@media (min-width: 64em) {
  .width-auto-lg {
    width: auto;
  }

  .width-100-percent-lg {
    width: 100%;
  }

  .width-50-percent-lg {
    width: 50%;
  }

  .width-100-lg {
    width: 6.25rem;
  }

  .width-150-lg {
    width: 9.375rem;
  }

  .width-200-lg {
    width: 12.5rem;
  }

  .width-250-lg {
    width: 15.625rem;
  }

  .width-300-lg {
    width: 18.75rem;
  }

  .width-350-lg {
    width: 21.875rem;
  }

  .width-400-lg {
    width: 25rem;
  }
}

/*-----------------
  Margin Bottom
------------------*/
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 0.125rem;
}

.mb-4 {
  margin-bottom: 0.25rem;
}

.mb-5 {
  margin-bottom: 0.3125rem;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.mb-10-sp,
.mb-10 {
  margin-bottom: 0.625rem;
}

.mb-15 {
  margin-bottom: 0.9375rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-25 {
  margin-bottom: 1.5625rem;
}

.mb-30 {
  margin-bottom: 1.875rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-35 {
  margin-bottom: 2.1875rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-45 {
  margin-bottom: 2.8125rem;
}

.mb-50 {
  margin-bottom: 3.125rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-70 {
  margin-bottom: 4.375rem;
}

.mb-80 {
  margin-bottom: 5rem;
}

.mb-90 {
  margin-bottom: 5.625rem;
}

.mb-100 {
  margin-bottom: 6.25rem;
}

@media (min-width: 64em) {
  .mb-40-tablet {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 64em) {
  .mb-10-sp {
    margin-bottom: unset;
  }

  .mb-50-lg {
    margin-bottom: 3.125rem;
  }

  .mb-100-lg {
    margin-bottom: 6.25rem;
  }
}

/*-----------------
  Margin Top
------------------*/
.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 0.3125rem;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-10 {
  margin-top: 0.625rem;
}

.mt-15 {
  margin-top: 0.9375rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-25 {
  margin-top: 1.5625rem;
}

.mt-30 {
  margin-top: 1.875rem;
}

.mt-35 {
  margin-top: 2.1875rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-45 {
  margin-top: 2.8125rem;
}

.mt-50 {
  margin-top: 3.125rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-70 {
  margin-top: 4.375rem;
}

.mt-80 {
  margin-top: 5rem;
}

.mt-90 {
  margin-top: 5.625rem;
}

.mt-100 {
  margin-top: 6.25rem;
}

@media (min-width: 48em) {
  .mt-54-tablet {
    margin-top: 54px;
  }
}

@media (min-width: 64em) {
  .mt-0-lg {
    margin-top: 0 !important;
  }

  .mt-100-lg {
    margin-top: 6.25rem;
  }
}

/*-----------------
  Margin Left
------------------*/
.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0;
}

.ml-5 {
  margin-left: 0.3125rem;
}

.ml-10 {
  margin-left: 0.625rem;
}

.ml-15 {
  margin-left: 0.9375rem;
}

.ml-20 {
  margin-left: 1.25rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.ml-25 {
  margin-left: 1.5625rem;
}

.ml-30 {
  margin-left: 1.875rem;
}

.ml-35 {
  margin-left: 2.1875rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-45 {
  margin-left: 2.8125rem;
}

.ml-50 {
  margin-left: 3.125rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.ml-70 {
  margin-left: 4.375rem;
}

.ml-80 {
  margin-left: 5rem;
}

.ml-90 {
  margin-left: 5.625rem;
}

.ml-100 {
  margin-left: 6.25rem;
}

.ml-5px {
  margin-left: 5px;
}

@media (min-width: 64em) {
  .ml-50-lg {
    margin-left: 3.125rem;
  }
}

/*-----------------
  Margin Right
------------------*/
.mr-auto {
  margin-right: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-5 {
  margin-right: 0.3125rem;
}

.mr-10 {
  margin-right: 0.625rem;
}

.mr-15 {
  margin-right: 0.9375rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mr-25 {
  margin-right: 1.5625rem;
}

.mr-30 {
  margin-right: 1.875rem;
}

.mr-35 {
  margin-right: 2.1875rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mr-45 {
  margin-right: 2.8125rem;
}

.mr-50 {
  margin-right: 3.125rem;
}

.mr-60 {
  margin-right: 3.75rem;
}

.mr-70 {
  margin-right: 4.375rem;
}

.mr-80 {
  margin-right: 5rem;
}

.mr-90 {
  margin-right: 5.625rem;
}

.mr-100 {
  margin-right: 6.25rem;
}

@media (min-width: 64em) {
}

/*-----------------
  padding Top Bottom
------------------*/
.ptb-30 {
  padding: 1.875rem 0;
}

.ptb-40 {
  padding: 2.5rem 0;
}

.ptb-50 {
  padding: 3.125rem 0;
}

/*-----------------
  Colors
------------------*/
.color-text {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.gray {
  color: #6b7280 !important;
}

.Primary {
  color: #3cb7de;
}

.Secondary {
  color: #ef9212;
}

.bg-primary {
  color: #3cb7de;
}

.bg-secondary {
  color: #ef9212;
}

.bg-white {
  background-color: #fff !important;
}

.bg-blue {
  background-color: #3cb7de;
}

.bg-light-blue {
  background-color: #f3fbfe;
}

.bg-light-orange {
  background-color: #fff8eb;
}

.bg-light-gray {
  background-color: #eae8e5;
}

.bg-gray {
  background-color: #f4f5f5;
}

.bg-gray-100 {
  background-color: #6b7280;
}

.bg-red-100 {
  background-color: #e73a3a;
}

.bg-orange-100 {
  background-color: #ef9212;
}

.bg-orange-70 {
  background-color: #ffecc8;
}

.bg-dark-gray {
  background-color: #333333;
}

.bg-han-blue {
  background-color: #4773ca;
}

.bg-violet-blue {
  background-color: #7e6cd4;
}

.bg-green {
  background-color: #7dc252;
}

.bg-red-violet {
  background-color: #df6692;
}

.bg-silver {
  background-color: #a0a5ae;
}

.bg-dark-blue {
  background-color: #22264a;
}

.bg-circle {
  background-color: #f7f4f2;
}

.bg-red {
  background-color: #f06575;
}
/*-----------------
  Image
------------------*/
.maximage img {
  width: 100%;
  height: auto;
}

.object-fit img {
  object-fit: cover;
}

/*-----------------
  Overwrite
------------------*/

:root {
  --primary: #3cb7de;
  --secondary: #ef9212;
  --dark-gray: #333333;
  --light-gray: #eae8e5;
  --gray-100: #6b7280;
  --gray-70: #d1d5db;
  --gray-50: #e5e7eb;
  --gray: #f4f5f5;
  --blue: #0d7feb;
  --light-blue: #f3fbfe;
  --light-orange: #fff8eb;
  --orange-70: #ffecc8;
  --red-100: #e73a3a;
  --red-10: #e73a3a1a;
  --han-blue: #4773ca;
  --violet-blue: #7e6cd4;
  --green: #7dc252;
  --red-violet: #df6692;
  --silver: #a0a5ae;
  --hover-arrow-blue: #d5f2fd;
  --hover-arrow-orange: #ffedcb;
}

:-ms-input-placeholder,
::-webkit-input-placeholder,
::placeholder {
  color: red;
}

input.form-input {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  border: 2px solid;
  border-color: var(--gray-70);
  padding: 12px 16px;
  border-radius: 8px;
  box-sizing: border-box;
}

input.form-input:hover,
input.form-input:focus,
input.form-input:active,
input.form-input.active {
  border-color: var(--primary);
}

input.form-input.error {
  border-color: var(--red-100);
}

label.datepicker-icon .form-input.datepicker {
  content: '';
  background: url('/assets/img/icons/icon_calendar_range.svg') #fff no-repeat;
  background-position: calc(100% - 15px) 50%;
  height: 100%;
  width: 100%;
}

.form-select {
  font-size: 16px;
  line-height: 24px;
  outline: 2px solid;
  outline-color: var(--gray-70);
  padding: 10px 16px;
  border-radius: 8px;
  box-sizing: border-box;
  background: url('/assets/img/icons/icon_arrow_down.svg') #fff;
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: right 15px bottom 50%;
}

.form-select:hover,
.form-select:focus,
.form-select:active {
  outline-color: var(--primary);
}

.form-select.error {
  outline-color: var(--red-100);
}

.input-icons-wrapper {
  position: relative;
}

.input-icons-wrapper input {
  width: 100%;
}

.input-icons-wrapper input + label.input-icon {
  content: '';
  background: url('/assets/img/icons/icon_magnify.svg') right no-repeat;
  position: absolute;
  height: 100%;
  width: 25px;
}

.input-icons-wrapper input:has(+ label.icon-left) {
  padding-left: 45px;
}

.input-icons-wrapper input + label.input-icon.icon-right {
  right: 15px;
  left: auto;
}

.input-icons-wrapper input + label.input-icon.icon-left {
  right: auto;
  left: 15px;
}

.form-textarea {
  font-size: 16px;
  line-height: 24px;
  outline: 2px solid;
  outline-color: var(--gray-70);
  border: 0;
  padding: 14px 16px;
  border-radius: 8px;
  box-sizing: border-box;
}

.form-textarea:hover,
.form-textarea:focus,
.form-textarea:active {
  outline-color: var(--primary);
}

.form-textarea.error {
  outline-color: var(--red-100);
}

/*-----------------
  Labels
------------------*/

.title-label {
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: var(--gray-100);
  height: 22px;
  margin-bottom: 8px;
  text-align: left;
}

.title-large-bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.06em;
}

.title-medium-bold {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0.06em;
}

.title-small-bold {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.06em;
}

.text-large {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.06em;
}

.text-medium {
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.06em;
}

.text-medium-bold {
  font-weight: bold;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.06em;
}

.text-small {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
}

.text-small {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
}

.text-small-bold {
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
}

.main-title {
  padding: 20px 24px 26px;
}

.main-title .subtitle {
  font-size: 13px;
  line-height: 21px;
  padding-bottom: 3px;
}

.title-icon {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
}

.title-icon img {
  height: 46px;
  max-height: 46px;
  margin-right: 8px;
  display: block;
}

@media screen and (min-width: 768px) {
  .title-label {
    font-size: 16px;
    line-height: 26px;
    height: 26px;
  }

  .title-large-bold {
    font-size: 48px;
    line-height: 48px;
  }

  .title-medium-bold {
    font-size: 42px;
    line-height: 42px;
  }

  .title-small-bold {
    font-size: 28px;
    line-height: 28px;
  }

  .text-large {
    font-size: 32px;
    line-height: 32px;
  }

  .text-medium-bold,
  .text-medium {
    font-size: 20px;
    line-height: 20px;
  }

  .text-small-bold,
  .text-small {
    font-size: 16px;
    line-height: 26px;
  }

  .main-title {
    max-width: 1040px;
    margin: 0 auto;
    padding: 51px 24px 54px;
  }

  .main-title .subtitle {
    font-size: 20px;
    line-height: 20px;
    padding-bottom: 14px;
  }

  .title-icon img {
    margin-right: 16px;
  }
}

.label {
  font-size: 12px;
  line-height: 24px;
  color: var(--red-100);
  height: 18px;
  padding: 2px 8px;
  background: var(--red-10);
  margin: auto 0 auto 6px;
}

@media screen and (min-width: 1060px) {
  .main-title {
    padding: 51px 0 54px;
  }
}

/*-----------------
  Custom checkbox
------------------*/
.fancy-checkbox input[type='checkbox'] {
  position: absolute;
  left: -99999px;
}

.fancy-checkbox input + span {
  position: relative;
  padding-left: 32px;
  margin: 0;
  cursor: pointer;
  display: flex;
}

.fancy-checkbox input + span::before {
  content: '';
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: cover;
}

.fancy-checkbox input:not(:checked) + span::before {
  background: url('/assets/img/icons/icon_checkbox_blank_outline.svg') no-repeat center center;
}

.fancy-checkbox input:checked + span::before {
  background: url('/assets/img/icons/icon_checkbox_marked.svg') no-repeat center center;
}

.fancy-checkbox input:disabled + span {
  color: var(--gray-70);
  cursor: default;
}

.fancy-checkbox input:disabled + span::before {
  background: url('/assets/img/icons/icon_checkbox_disabled.svg') no-repeat center center;
}

/*-----------------
  Custom radio
------------------*/

.fancy-radio input:not(:checked),
.fancy-radio input:checked {
  position: absolute;
  left: -99999px;
}

.fancy-radio input + span {
  position: relative;
  padding-left: 32px;
  margin: 0;
  cursor: pointer;
  display: flex;
}

.fancy-radio input + span::before {
  content: '';
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-size: cover;
}

.fancy-radio input:not(:checked) + span::before {
  background: url('/assets/img/icons/icon_radiobox_blank.svg') no-repeat center center;
}

.fancy-radio input:checked + span::before {
  background: url('/assets/img/icons/icon_radiobox_marked.svg') no-repeat center center;
}

.fancy-radio input:disabled + span {
  color: var(--gray-70);
  cursor: default;
}

.fancy-radio input:disabled + span::before {
  background: url('/assets/img/icons/icon_radiobox_disabled.svg') no-repeat center center;
}

/*-----------------
  Progression
------------------*/

.progression {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  isolation: isolate;
}

.progression > div {
  flex: 1;
}

.progression .step-icon {
  --step-icon-font-size: 14px;
  --step-icon-length: 29px;
  border-radius: 50%;
  border: 0;
  background-color: var(--gray-70);
  height: var(--step-icon-length);
  width: var(--step-icon-length);
  color: #fff;
  font-size: var(--step-icon-font-size);
  line-height: var(--step-icon-length);
  font-weight: bold;
  text-align: center;
  margin: auto;
  position: relative;
}

.progression .step-text {
  --step-text-size: 12px;
  --step-text-line-height: 14px;
  --step-text-margin-top: 6px;
  color: var(--gray-100);
  font-size: var(--step-text-size);
  line-height: var(--step-text-line-height);
  font-weight: bold;
  margin: var(--step-text-margin-top) auto 0;
  text-align: center;
}

.progression .current .step-icon {
  background-color: var(--primary);
}

.progression .current .step-text {
  color: var(--primary);
}

.progression div:not(:last-child) .step-icon::after {
  content: '';
  position: absolute;
  width: clamp(10px, 25vw, 180px);
  height: 3px;
  background-color: var(--gray-70);
  z-index: -1;
  top: 0;
  bottom: 0;
  margin: auto;
}

.progression.progression-3-steps div:not(:last-child) .step-icon::after {
  width: clamp(10px, 33vw, 240px);
}

.progression.progression-2-steps div:not(:last-child) .step-icon::after {
  width: clamp(10px, 50vw, 380px);
}

@media screen and (min-width: 768px) {
  .progression .step-icon {
    --step-icon-font-size: 16px;
    --step-icon-length: 35px;
  }

  .progression .step-text {
    --step-text-size: 14px;
    --step-text-line-height: 22px;
    --step-text-margin-top: 10px;
    max-width: 100%;
  }
}

/*-----------------
  Custom Pagination
------------------*/

.pagination {
  margin: 0 auto;
}

.pagination .arrow {
  width: 44px;
  height: 44px;
  background-color: var(--light-blue);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  background: #fff;
}

.pagination .arrow.arrow-reverse {
  transform: rotate(180deg);
  border-radius: 50%;
}

.pagination > li:not(:last-child) {
  margin-right: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-item.disabled .arrow.arrow-reverse {
  background-color: transparent;
  cursor: default;
}

.pagination .page-item .page-link {
  background-color: transparent;
  cursor: default;
  color: var(--primary);
  border-radius: 50%;
  border: 0;
  padding: 0;
  line-height: 18px;
  font-size: 18px;
}

.pagination .page-item:not(.active) .page-link:hover,
.pagination .page-item.active .page-link {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}

.pagination .page-item:not(.active) .page-link:hover {
  cursor: pointer;
}

.pagination-count {
  text-align: center;
  letter-spacing: 0.06em;
  margin-top: 32px;
}

.pagination-count + .pagination {
  margin-top: 16px;
}

@media screen and (min-width: 1024px) {
  .pagination-count {
    margin-top: 8px;
    margin-left: 0;
    margin-right: auto;
    width: max-content;
    float: left;
  }

  .pagination-count + .pagination {
    margin-top: 8px;
    justify-content: flex-end;
    float: right;
  }

  .pagination .page-item.disabled:hover .arrow.arrow-reverse {
    background: transparent !important;
  }

  .pagination .page-item .arrow:hover {
    background: var(--primary) !important;
  }

  .pagination .page-item:not(.disabled) .arrow:hover::after {
    filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(311deg)
      brightness(112%) contrast(101%);
    -ms-filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(311deg)
      brightness(112%) contrast(101%);
    -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%)
      hue-rotate(311deg) brightness(112%) contrast(101%);
  }
}

/*-----------------
  Links
------------------*/

.link {
  color: var(--primary);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
  text-decoration-line: underline;
  text-underline-offset: 0.15em;
  text-align: center;
}

.link:hover {
  text-decoration-line: underline;
  color: var(--primary);
}

@media screen and (min-width: 768px) {
  .link {
    font-size: 16px;
    line-height: 24px;
  }

  .link:hover {
    opacity: 0.75;
  }
}

/*-----------------
  Buttons
------------------*/

.btn {
  border-radius: 100vmax;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  min-height: 46px;
  font-size: 14px;
  line-height: 22px;
}

.btn:hover {
  color: #fff;
}

.btn.btn-big {
  min-height: 58px;
  font-size: 16px;
  line-height: 26px;
}

.btn.btn-social {
  min-height: 48px;
  box-sizing: border-box;
  border: 2px solid;
  font-size: 13px;
  line-height: 21px;
  gap: 8px;
  max-width: 296px;
  width: 100%;
  margin: 0 auto;
}

.btn.btn-facebook {
  border-color: var(--blue);
  color: var(--blue);
}

.btn.btn-google {
  border-color: var(--gray-100);
  color: var(--gray-100);
}

.btn.btn-social br {
  display: none;
}

.btn-search::before {
  content: '';
  background: url('/assets/img/icons/icon_magnify_white.svg') center center no-repeat;
  display: block;
  height: 24px;
  width: 24px;
  margin-right: 4px;
}

.btn-disabled {
  opacity: 0.3;
  pointer-events: none;
  cursor: default;
}

@media screen and (max-width: 320px) {
  .btn.btn-social {
    gap: 15px;
    line-height: 16px;
  }

  .btn.btn-social img {
    width: 30px;
  }

  .btn.btn-social br {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .btn {
    min-height: 50px;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.06em;
  }

  .btn.btn-big {
    min-height: 69px;
    font-size: 18px;
    line-height: 29px;
  }
}

@media screen and (min-width: 1024px) {
  .btn.btn-primary:hover,
  .btn.bg-blue:hover {
    background: linear-gradient(0deg, rgba(78, 64, 64, 0.22), rgba(78, 64, 64, 0.22)), #3cb7de;
  }

  .btn.bg-orange-100:hover {
    background: linear-gradient(0deg, rgba(78, 64, 64, 0.22), rgba(78, 64, 64, 0.22)), #ef9212;
  }

  .btn.bg-red-100:hover {
    background: linear-gradient(0deg, rgba(78, 64, 64, 0.22), rgba(78, 64, 64, 0.22)), #e73a3a;
  }

  .btn.bg-gray-100:hover,
  .btn.btn-secondary:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), #6b7280;
  }

  .btn.outline:hover {
    background: var(--primary);
    color: #fff;
  }

  .btn.btn-facebook:hover {
    background: rgba(13, 127, 235, 0.1);
  }

  .btn.btn-google:hover {
    background: rgba(107, 114, 128, 0.15);
  }

  .minus.minus-blue:hover,
  .arrow.arrow-blue:hover {
    background: var(--hover-arrow-blue) !important;
  }

  .arrow.minus-orange:hover,
  .minus.minus-orange:hover,
  .arrow.arrow-orange:hover {
    background: var(--hover-arrow-orange) !important;
  }
}

/*-----------------
  Custom Nav Menu
------------------*/
@media screen and (min-width: 1024px) {
  .headerIn > div {
    align-items: stretch !important;
  }

  .headerIn nav ul {
    height: 100%;
  }

  .headerIn nav ul li {
    position: relative;
  }

  .headerIn nav ul li a {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .headerIn nav ul li:hover a {
    color: var(--primary);
  }

  .headerIn nav ul li a.active {
    color: var(--primary);
  }

  .headerIn nav ul li a.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary);
  }

  .headerIn nav ul li:hover a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary);
  }

  .loginbtn:hover {
    background: linear-gradient(0deg, rgba(78, 64, 64, 0.22), rgba(78, 64, 64, 0.22)), #3cb7de;
  }
}

/*-----------------
  Custom Nav Menu
------------------*/
@media screen and (min-width: 1024px) {
  .headerIn > div {
    align-items: stretch !important;
  }

  /*-----------------
      Custom nav Footer
    ------------------*/
  footer .footerbotm .container {
    padding: 0 24px;
    margin-left: 0;
    margin-right: 0;
  }

  footer .f-logo {
    padding: 0 24px;
  }

  footer .f-logo > div {
    gap: 10px;
  }

  @media screen and (min-width: 375px) {
    footer .f-logo {
      padding: 0 12px;
    }
  }

  @media screen and (min-width: 768px) {
    footer .f-logo {
      padding: 0 24px;
    }

    footer .f-logo > div {
      justify-content: flex-start;
    }
  }

  @media screen and (min-width: 1024px) {
    footer .f-nav li:hover a {
      color: var(--primary);
      text-decoration: underline;
      text-underline-offset: 0.3em;
      text-decoration-thickness: 2px;
    }
  }
  .headerIn nav ul {
    height: 100%;
  }

  .headerIn nav ul li {
    position: relative;
  }

  .headerIn nav ul li a {
    display: flex;
    align-items: center;
    height: 100%;
  }

  .headerIn nav ul li:hover a {
    color: var(--primary);
  }

  .headerIn nav ul li:hover a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 3px;
    background: var(--primary);
  }

  .loginbtn:hover {
    background: linear-gradient(0deg, rgba(78, 64, 64, 0.22), rgba(78, 64, 64, 0.22)), #3cb7de;
  }
}

/*-----------------
  Custom nav Footer
------------------*/
@media screen and (min-width: 1024px) {
  footer .f-nav li:hover a {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 0.3em;
    text-decoration-thickness: 2px;
  }
}

/*-----------------
  Custom container
------------------*/

.main-section {
  overflow: hidden;
}

.rounded-container {
  border-radius: 12px;
  padding: 24px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.primary-section {
  margin: 30px 16px 0;
  max-width: 1040px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}

.primary-section form,
.primary-section form input {
  width: 100%;
}

@media screen and (min-width: 375px) {
  .primary-section {
    margin: 30px 24px 0;
  }

  .rounded-container {
    padding: 24px;
  }
}

@media screen and (min-width: 768px) {
  .rounded-container {
    padding: 30px;
  }

  .primary-section {
    flex-direction: row;
    margin: 80px 24px 0;
  }

  .section-right,
  .section-left {
    flex: 1;
  }
}

@media screen and (min-width: 1060px) {
  .primary-section {
    margin: 80px auto 0;
  }
}

/*-----------------
  Bootstrap Dialog
------------------*/

.modal-dialog .modal-content {
  border: 0;
  border-radius: 12px;
}

.modal-dialog .modal-header {
  padding: 16px 14px 8px;
  border: 0;
}

.modal-dialog .modal-header .close {
  width: 44px;
  height: 44px;
  background: var(--light-blue);
  border-radius: 50%;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.modal-dialog .modal-header .icon-close {
  background: url('/assets/img/icons/icon_x.svg') no-repeat;
  background-position: center;
  height: 14px;
  width: 14px;
  display: block;
  border: 0;
  margin: -1px;
}

.modal-dialog .modal-footer {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 8px 14px 40px;
}

.modal-dialog .modal-footer button {
  border: 0;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  width: 240px;
  box-sizing: border-box;
}

.modal-dialog .close:hover {
  opacity: 0.7;
  background: var(--primary);
}

.modal-dialog .close:hover .icon-close {
  filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(311deg)
    brightness(112%) contrast(101%);
  -ms-filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%) hue-rotate(311deg)
    brightness(112%) contrast(101%);
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(58%) saturate(0%)
    hue-rotate(311deg) brightness(112%) contrast(101%);
}

.modal-dialog {
  margin-bottom: 32px;
  padding: 0 14px;
}

.modal-dialog .title-small-bold {
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    max-width: 1040px;
  }

  .modal-dialog .modal-header {
    padding: 30px 30px 0;
  }

  .modal-dialog {
    text-align: center;
    margin-bottom: 32px;
    padding: 0 30px;
  }

  .modal-dialog .title-small-bold {
    margin-bottom: 32px;
  }

  .modal-dialog .modal-footer button {
    width: 300px;
    height: 69px;
    font-size: 18px;
  }

  .modal-dialog .modal-footer {
    flex-direction: row;
    gap: 20px;
    padding: 8px 210px 40px;
  }
}

/*-----------------
  Form Control
------------------*/

.form-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-wrapper .row {
  display: flex;
  flex-direction: column;
  margin: 32px 0 0;
}

.form-wrapper .row .title-label {
  font-size: 16px;
}

.form-wrapper .row .content {
  display: flex;
  flex-direction: column;
}

.form-wrapper .row .content.flex-row {
  flex-direction: row;
}

.input-220-sp {
  max-width: 220px;
}

.input-220 {
  max-width: 220px;
}

.input-450-lg {
  max-width: unset;
}

.no-break {
  word-break: keep-all;
}

.nested-content {
  margin-bottom: 24px;
}

.nested-content > .row:first-child {
  margin-top: 0;
}

.form-wrapper .nested-content > .row:not(:first-child) {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .input-220-sp {
    max-width: unset;
  }

  .input-220-pc {
    max-width: 220px;
  }

  .progression {
    margin-bottom: 48px;
  }

  .progression + .primary-section {
    margin-top: 0;
  }

  .form-wrapper > .row {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .form-wrapper .row .content {
    column-gap: 8px;
  }

  .form-wrapper .row .title-label {
    width: 100%;
    max-width: 220px;
    margin-bottom: 0;
  }

  .form-wrapper
    .row:has(input[type='text'], input[type='password'], textarea, select)
    .title-label {
    margin-top: 8px;
  }

  .form-wrapper .row .content.nested-content {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
  }

  .form-wrapper .nested-content > .row:not(:first-child) {
    margin-top: 20px;
  }

  .form-wrapper
    .nested-content
    > .row:has(input[type='text'], input[type='password'], textarea, select)
    .title-label {
    margin-top: 0;
    margin-bottom: 8px;
  }
}

@media screen and (min-width: 1024px) {
  .input-450-lg {
    max-width: 450px;
  }
}

/*-----------------
  Search Result Table
------------------*/

.search-result-table .row {
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: 14px;
  margin-bottom: 24px;
  margin-right: 0;
  margin-left: 0;
}

.search-result-table .row .cell {
  display: flex;
  flex-direction: column;
  text-align: center;
  border-left: 1px solid var(--gray-100);
  border-right: 1px solid var(--gray-100);
}

.search-result-table .row .cell:last-child {
  border-bottom: 1px solid var(--gray-100);
}

.search-result-table .row .cell .title {
  height: 38px;
  color: #fff;
  background: var(--gray-100);
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-result-table .row .cell .content {
  padding: 12px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-result-table .row .cell .content:has(button) {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 16px;
}

.search-result-table .row .cell .content button {
  max-width: 230px;
}

@media screen and (min-width: 768px) {
  .form-search {
    align-items: center;
  }

  .form-search .row {
    gap: 8px;
    justify-content: space-between;
    width: 100%;
    max-width: 508px;
    margin-top: 24px;
  }

  .form-search .title-label {
    max-width: 100px;
  }

  .form-search .content {
    width: 100%;
    max-width: 400px;
  }

  .form-search .row:has(button) {
    justify-content: center;
  }

  .search-result-table {
    overflow-x: scroll;
    width: 100%;
  }

  .search-result-table .row {
    flex-direction: row;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0;
    font-size: 16px;
    width: 100%;
  }

  .search-result-table .title {
    padding: 8px;
    min-height: 38px;
  }

  .search-result-table .row:not(:first-child) .title {
    display: none;
  }

  .search-result-table .row .content {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 16px 20px;
    text-align: left;
  }

  .search-result-table .row .cell {
    border: 0;
    word-break: break-all;
  }

  .search-result-table .row .cell:not(:first-child) .title {
    border-left: 1px solid #fff;
  }

  .search-result-table .row .cell .content {
    border-bottom: 1px solid var(--gray-100);
    border-left: 1px solid var(--gray-100);
  }

  .search-result-table .row .cell:last-child {
    border-bottom: 0;
  }

  .search-result-table .row .cell:last-child .content {
    border-right: 1px solid var(--gray-100);
  }
}

/*-----------------
  Errors
------------------*/
p.error {
  font-size: 12px;
  color: var(--red-100);
  padding-top: 8px;
}

p.error:empty {
  padding: 0;
}

/*-----------------
  Breadcrumbs
------------------*/
.breadcrumbs-wrapper {
  border-top: 1px solid var(--light-gray);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 24px;
  column-gap: 8px;
  row-gap: 3px;
  max-width: 1040px;
  margin: 0 auto;
}

.breadcrumbs li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.06em;
}

.breadcrumbs li:not(:first-child)::before {
  content: '>';
  margin-right: 8px;
}

.breadcrumbs li a {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  word-break: keep-all;
}

@media screen and (min-width: 768px) {
  .breadcrumbs {
    padding: 20px 24px;
    column-gap: 10px;
  }

  .breadcrumbs li {
    font-size: 18px;
    line-height: 29px;
  }

  .breadcrumbs li a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 1060px) {
  .breadcrumbs {
    padding: 20px 24px;
  }
}

/* Info table */

.info-table .row {
  display: flex;
  flex-direction: column;
  border-left: 1px solid var(--gray-100);
  border-right: 1px solid var(--gray-100);
  margin: 0;
}

.info-table .row:last-child {
  border-bottom: 1px solid var(--gray-100);
}

.info-table .title {
  text-align: center;
  background: var(--gray-100);
  color: #fff;
  font-size: 14px;
  padding: 8px 0;
}

.info-table .content {
  font-size: 14px;
  padding: 12px 24px;
  background: #ffffff;
}

.info-table a {
  color: var(--primary);
  word-break: break-all;
}

.info-table a:hover {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.btn.outline {
  border-color: var(--primary);
  color: var(--primary);
}

@media screen and (min-width: 768px) {
  .info-table .row {
    flex-direction: row;
    border: 0;
  }

  .info-table .title {
    min-width: 170px;
    padding: 22px 0;
    text-align: center;
    font-size: 16px;
  }

  .info-table .content {
    padding: 22px 24px;
    font-size: 16px;
    flex: 1;
    border-top: 1px solid var(--gray-100);
    border-right: 1px solid var(--gray-100);
  }

  .info-table .row:first-child .title {
    border-top: 1px solid var(--gray-100);
  }

  .info-table .row:last-child .title {
    border-bottom: 1px solid var(--gray-100);
  }

  .info-table .row:not(:first-child) .title {
    border-top: 1px solid #fff;
  }
}

/* Display */

.tablet,
.sp {
  display: block;
}

.sp-flex {
  display: flex;
}

.pc-lg,
.pc-flex,
.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp,
  .sp-flex {
    display: none;
  }

  .pc {
    display: block;
  }

  .pc-flex {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .pc-lg {
    display: block;
  }

  .tablet {
    display: none;
  }
}

/* accordion_one custom */

.accordion_one.accordion-custom {
  width: 100%;
}

.accordion_one.accordion-custom:not(:last-child) {
  margin-bottom: 16px;
}

.accordion_one.accordion-custom .accordion_header {
  padding: 24px 24px 16px;
}

.accordion_one.accordion-custom .accordion_header {
  padding: 24px 24px 16px;
}

.accordion_one.accordion-custom .accordion_inner {
  padding: 16px 24px;
}

.accordion_one.accordion-custom .accordion_footer {
  padding: 20px 0;
  margin: 0 24px;
  border-top: 1px solid var(--light-gray);
}

@media screen and (min-width: 768px) {
  .accordion_one.accordion-custom .minus {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin-left: 11px;
  }

  .accordion_one.accordion-custom .accordion_header {
    padding: 24px;
  }

  .accordion_one.accordion-custom .accordion_inner {
    padding: 24px;
    border-top: 1px solid var(--light-gray);
  }
}

/* Toggle button */

.toggle-button {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  cursor: pointer;
}

.toggle-button input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--gray-100);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: '';
  height: 14px;
  width: 14px;
  left: 1px;
  bottom: 1px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: var(--primary);
}

input:focus + .slider {
  box-shadow: 0 0 1px var(--primary);
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

input:disabled + .slider {
  background-color: var(--gray-50);
  cursor: default;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  pointer-events: none;
}

.toggle-button .text {
  font-size: 14px;
  line-height: 14px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  margin: auto;
  white-space: nowrap;
  padding-left: 30px;
}

/* Toggle table */

.toggle-table .row {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 16px 0;
  margin: 0;
}

.toggle-table .row {
  border-top: 1px solid var(--gray-50);
}

@media screen and (min-width: 1024px) {
  .toggle-table .row {
    padding: 16px 0 8px;
  }

  .toggle-table {
    padding: 0;
  }
}

/* Filter colors */
.filter-blue {
  filter: hue-rotate(150deg) opacity(0.87);
  -ms-filter: hue-rotate(150deg) opacity(0.87);
  -webkit-filter: hue-rotate(150deg) opacity(0.87);
}

/* Icons */
.icon {
  height: 44px;
  width: 44px;
  border: 1px solid var(--secondary);
  border-radius: 50%;
}

.icon.no-outline {
  border: 0 !important;
}

.icon::after {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}

.icon-download::after {
  background: url('/assets/img/icons/icon_download.svg') center center no-repeat;
}

.icon-upload::after {
  background: url('/assets/img/icons/icon_upload.svg') center center no-repeat;
}

.icon.icon-trash {
  border: 1px solid var(--red-100);
}

.icon-trash::after {
  background: url('/assets/img/icons/icon_trash_can.svg') center center no-repeat;
}

.icon-check::after {
  background: url('/assets/img/icons/icon_check.svg') center center no-repeat;
}

.icon-check-round::after {
  background: url('/assets/img/icons/icon_check_circle.svg') center center no-repeat;
}

/* Transform Scale */

.scale-down {
  -webkit-transform: scale(0.75);
  -moz-transform: scale(0.75);
  -ms-transform: scale(0.75);
  -o-transform: scale(0.75);
  transform: scale(0.75);
}

/* Custom Slide */

@media screen and (min-width: 1024px) {
  .splide__track .splide__slide:hover {
    cursor: pointer;
  }

  .splide__track .splide__slide:hover > p {
    color: var(--primary);
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }

  .splide__track .splide__slide:hover .slideImage img {
    opacity: 0.4;
  }
}

.success-text {
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .success-text-seller-buyer {
    margin: 10px 42px 0;
  }
}
.error.sns-exist {
  margin: 0 auto;
  padding: 0;
}
