@import url(../themify-icons/themify-icons.css);
@import url(./pretendard.css);
.border-0 {
  border-width: 0px !important; }

.border-radius-0 {
  border-radius: 0% !important; }

.line-height-0 {
  line-height: 1 !important; }

.letter-space-0 {
  letter-spacing: -0px !important; }

.alpha-0 {
  opacity: 0; }

.font-weight-0 {
  font-weight: 0 !important; }

.opacity-0 {
  opacity: 0; }

.border-1 {
  border-width: 1px !important; }

.border-radius-1 {
  border-radius: 10% !important; }

.line-height-1 {
  line-height: 1.1 !important; }

.letter-space-1 {
  letter-spacing: -0.5px !important; }

.alpha-1 {
  opacity: 0.1; }

.font-weight-1 {
  font-weight: 100 !important; }

.opacity-1 {
  opacity: 0.1; }

.border-2 {
  border-width: 2px !important; }

.border-radius-2 {
  border-radius: 20% !important; }

.line-height-2 {
  line-height: 1.2 !important; }

.letter-space-2 {
  letter-spacing: -1px !important; }

.alpha-2 {
  opacity: 0.2; }

.font-weight-2 {
  font-weight: 200 !important; }

.opacity-2 {
  opacity: 0.2; }

.border-3 {
  border-width: 3px !important; }

.border-radius-3 {
  border-radius: 30% !important; }

.line-height-3 {
  line-height: 1.3 !important; }

.letter-space-3 {
  letter-spacing: -1.5px !important; }

.alpha-3 {
  opacity: 0.3; }

.font-weight-3 {
  font-weight: 300 !important; }

.opacity-3 {
  opacity: 0.3; }

.border-4 {
  border-width: 4px !important; }

.border-radius-4 {
  border-radius: 40% !important; }

.line-height-4 {
  line-height: 1.4 !important; }

.letter-space-4 {
  letter-spacing: -2px !important; }

.alpha-4 {
  opacity: 0.4; }

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

.opacity-4 {
  opacity: 0.4; }

.border-5 {
  border-width: 5px !important; }

.border-radius-5 {
  border-radius: 50% !important; }

.line-height-5 {
  line-height: 1.5 !important; }

.letter-space-5 {
  letter-spacing: -2.5px !important; }

.alpha-5 {
  opacity: 0.5; }

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

.opacity-5 {
  opacity: 0.5; }

.border-6 {
  border-width: 6px !important; }

.border-radius-6 {
  border-radius: 60% !important; }

.line-height-6 {
  line-height: 1.6 !important; }

.letter-space-6 {
  letter-spacing: -3px !important; }

.alpha-6 {
  opacity: 0.6; }

.font-weight-6 {
  font-weight: 600 !important; }

.opacity-6 {
  opacity: 0.6; }

.border-7 {
  border-width: 7px !important; }

.border-radius-7 {
  border-radius: 70% !important; }

.line-height-7 {
  line-height: 1.7 !important; }

.letter-space-7 {
  letter-spacing: -3.5px !important; }

.alpha-7 {
  opacity: 0.7; }

.font-weight-7 {
  font-weight: 700 !important; }

.opacity-7 {
  opacity: 0.7; }

.border-8 {
  border-width: 8px !important; }

.border-radius-8 {
  border-radius: 80% !important; }

.line-height-8 {
  line-height: 1.8 !important; }

.letter-space-8 {
  letter-spacing: -4px !important; }

.alpha-8 {
  opacity: 0.8; }

.font-weight-8 {
  font-weight: 800 !important; }

.opacity-8 {
  opacity: 0.8; }

.border-9 {
  border-width: 9px !important; }

.border-radius-9 {
  border-radius: 90% !important; }

.line-height-9 {
  line-height: 1.9 !important; }

.letter-space-9 {
  letter-spacing: -4.5px !important; }

.alpha-9 {
  opacity: 0.9; }

.font-weight-9 {
  font-weight: 900 !important; }

.opacity-9 {
  opacity: 0.9; }

.border-10 {
  border-width: 10px !important; }

.border-radius-10 {
  border-radius: 100% !important; }

.line-height-10 {
  line-height: 2 !important; }

.letter-space-10 {
  letter-spacing: -5px !important; }

.alpha-10 {
  opacity: 1; }

.font-weight-10 {
  font-weight: 1000 !important; }

.opacity-10 {
  opacity: 1; }

.btn-wh, .bg-wh, .badge-wh {
  background-color: white !important; }

.btn-outline-wh {
  color: white !important;
  border-color: white !important; }

.text-wh, .text-wh a {
  color: white !important; }

.border-wh {
  border-color: white !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-wh li::before {
  background-color: white !important; }

.list-check.list-wh li::before {
  color: white !important; }

.btn-wh-opacity, .bg-wh-opacity, .badge-wh-opacity {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.btn-outline-wh-opacity {
  color: rgba(255, 255, 255, 0.1) !important;
  border-color: rgba(255, 255, 255, 0.1) !important; }

.text-wh-opacity, .text-wh-opacity a {
  color: rgba(255, 255, 255, 0.1) !important; }

.border-wh-opacity {
  border-color: rgba(255, 255, 255, 0.1) !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-wh-opacity li::before {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.list-check.list-wh-opacity li::before {
  color: rgba(255, 255, 255, 0.1) !important; }

.btn-bl, .bg-bl, .badge-bl {
  background-color: black !important; }

.btn-outline-bl {
  color: black !important;
  border-color: black !important; }

.text-bl, .text-bl a {
  color: black !important; }

.border-bl {
  border-color: black !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-bl li::before {
  background-color: black !important; }

.list-check.list-bl li::before {
  color: black !important; }

.btn-bl-opacity, .bg-bl-opacity, .badge-bl-opacity {
  background-color: rgba(0, 0, 0, 0.25) !important; }

.btn-outline-bl-opacity {
  color: rgba(0, 0, 0, 0.25) !important;
  border-color: rgba(0, 0, 0, 0.25) !important; }

.text-bl-opacity, .text-bl-opacity a {
  color: rgba(0, 0, 0, 0.25) !important; }

.border-bl-opacity {
  border-color: rgba(0, 0, 0, 0.25) !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-bl-opacity li::before {
  background-color: rgba(0, 0, 0, 0.25) !important; }

.list-check.list-bl-opacity li::before {
  color: rgba(0, 0, 0, 0.25) !important; }

.btn-dark, .bg-dark, .badge-dark {
  background-color: #333333 !important; }

.btn-outline-dark {
  color: #333333 !important;
  border-color: #333333 !important; }

.text-dark, .text-dark a {
  color: #333333 !important; }

.border-dark {
  border-color: #333333 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-dark li::before {
  background-color: #333333 !important; }

.list-check.list-dark li::before {
  color: #333333 !important; }

.btn-skin, .bg-skin, .badge-skin {
  background-color: #d5a495 !important; }

.btn-outline-skin {
  color: #d5a495 !important;
  border-color: #d5a495 !important; }

.text-skin, .text-skin a {
  color: #d5a495 !important; }

.border-skin {
  border-color: #d5a495 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-skin li::before {
  background-color: #d5a495 !important; }

.list-check.list-skin li::before {
  color: #d5a495 !important; }

.btn-skin-light, .bg-skin-light, .badge-skin-light {
  background-color: #f7e8e5 !important; }

.btn-outline-skin-light {
  color: #f7e8e5 !important;
  border-color: #f7e8e5 !important; }

.text-skin-light, .text-skin-light a {
  color: #f7e8e5 !important; }

.border-skin-light {
  border-color: #f7e8e5 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-skin-light li::before {
  background-color: #f7e8e5 !important; }

.list-check.list-skin-light li::before {
  color: #f7e8e5 !important; }

.btn-primary, .bg-primary, .badge-primary {
  background-color: #0576b9 !important; }

.btn-outline-primary {
  color: #0576b9 !important;
  border-color: #0576b9 !important; }

.text-primary, .text-primary a {
  color: #0576b9 !important; }

.border-primary {
  border-color: #0576b9 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-primary li::before {
  background-color: #0576b9 !important; }

.list-check.list-primary li::before {
  color: #0576b9 !important; }

.btn-secondary, .bg-secondary, .badge-secondary {
  background-color: #adb5bd !important; }

.btn-outline-secondary {
  color: #adb5bd !important;
  border-color: #adb5bd !important; }

.text-secondary, .text-secondary a {
  color: #adb5bd !important; }

.border-secondary {
  border-color: #adb5bd !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-secondary li::before {
  background-color: #adb5bd !important; }

.list-check.list-secondary li::before {
  color: #adb5bd !important; }

.btn-success, .bg-success, .badge-success {
  background-color: #2cb57e !important; }

.btn-outline-success {
  color: #2cb57e !important;
  border-color: #2cb57e !important; }

.text-success, .text-success a {
  color: #2cb57e !important; }

.border-success {
  border-color: #2cb57e !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-success li::before {
  background-color: #2cb57e !important; }

.list-check.list-success li::before {
  color: #2cb57e !important; }

.btn-info, .bg-info, .badge-info {
  background-color: #47bce8 !important; }

.btn-outline-info {
  color: #47bce8 !important;
  border-color: #47bce8 !important; }

.text-info, .text-info a {
  color: #47bce8 !important; }

.border-info {
  border-color: #47bce8 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-info li::before {
  background-color: #47bce8 !important; }

.list-check.list-info li::before {
  color: #47bce8 !important; }

.btn-warning, .bg-warning, .badge-warning {
  background-color: #f5bd58 !important; }

.btn-outline-warning {
  color: #f5bd58 !important;
  border-color: #f5bd58 !important; }

.text-warning, .text-warning a {
  color: #f5bd58 !important; }

.border-warning {
  border-color: #f5bd58 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-warning li::before {
  background-color: #f5bd58 !important; }

.list-check.list-warning li::before {
  color: #f5bd58 !important; }

.btn-danger, .bg-danger, .badge-danger {
  background-color: #ff503c !important; }

.btn-outline-danger {
  color: #ff503c !important;
  border-color: #ff503c !important; }

.text-danger, .text-danger a {
  color: #ff503c !important; }

.border-danger {
  border-color: #ff503c !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-danger li::before {
  background-color: #ff503c !important; }

.list-check.list-danger li::before {
  color: #ff503c !important; }

.btn-orange, .bg-orange, .badge-orange {
  background-color: #ff6914 !important; }

.btn-outline-orange {
  color: #ff6914 !important;
  border-color: #ff6914 !important; }

.text-orange, .text-orange a {
  color: #ff6914 !important; }

.border-orange {
  border-color: #ff6914 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-orange li::before {
  background-color: #ff6914 !important; }

.list-check.list-orange li::before {
  color: #ff6914 !important; }

.btn-blue, .bg-blue, .badge-blue {
  background-color: #0576b9 !important; }

.btn-outline-blue {
  color: #0576b9 !important;
  border-color: #0576b9 !important; }

.text-blue, .text-blue a {
  color: #0576b9 !important; }

.border-blue {
  border-color: #0576b9 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-blue li::before {
  background-color: #0576b9 !important; }

.list-check.list-blue li::before {
  color: #0576b9 !important; }

.btn-purple, .bg-purple, .badge-purple {
  background-color: #6f42c1 !important; }

.btn-outline-purple {
  color: #6f42c1 !important;
  border-color: #6f42c1 !important; }

.text-purple, .text-purple a {
  color: #6f42c1 !important; }

.border-purple {
  border-color: #6f42c1 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-purple li::before {
  background-color: #6f42c1 !important; }

.list-check.list-purple li::before {
  color: #6f42c1 !important; }

.btn-pink, .bg-pink, .badge-pink {
  background-color: #e83e8c !important; }

.btn-outline-pink {
  color: #e83e8c !important;
  border-color: #e83e8c !important; }

.text-pink, .text-pink a {
  color: #e83e8c !important; }

.border-pink {
  border-color: #e83e8c !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-pink li::before {
  background-color: #e83e8c !important; }

.list-check.list-pink li::before {
  color: #e83e8c !important; }

.btn-light, .bg-light, .badge-light {
  background-color: #fafafa !important; }

.btn-outline-light {
  color: #fafafa !important;
  border-color: #fafafa !important; }

.text-light, .text-light a {
  color: #fafafa !important; }

.border-light {
  border-color: #fafafa !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-light li::before {
  background-color: #fafafa !important; }

.list-check.list-light li::before {
  color: #fafafa !important; }

.btn-gray, .bg-gray, .badge-gray {
  background-color: #bababa !important; }

.btn-outline-gray {
  color: #bababa !important;
  border-color: #bababa !important; }

.text-gray, .text-gray a {
  color: #bababa !important; }

.border-gray {
  border-color: #bababa !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-gray li::before {
  background-color: #bababa !important; }

.list-check.list-gray li::before {
  color: #bababa !important; }

.btn-gray-s, .bg-gray-s, .badge-gray-s {
  background-color: #dddddd !important; }

.btn-outline-gray-s {
  color: #dddddd !important;
  border-color: #dddddd !important; }

.text-gray-s, .text-gray-s a {
  color: #dddddd !important; }

.border-gray-s {
  border-color: #dddddd !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-gray-s li::before {
  background-color: #dddddd !important; }

.list-check.list-gray-s li::before {
  color: #dddddd !important; }

.btn-naver, .bg-naver, .badge-naver {
  background-color: #21c506 !important; }

.btn-outline-naver {
  color: #21c506 !important;
  border-color: #21c506 !important; }

.text-naver, .text-naver a {
  color: #21c506 !important; }

.border-naver {
  border-color: #21c506 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-naver li::before {
  background-color: #21c506 !important; }

.list-check.list-naver li::before {
  color: #21c506 !important; }

.btn-kakao, .bg-kakao, .badge-kakao {
  background-color: #ffee00 !important; }

.btn-outline-kakao {
  color: #ffee00 !important;
  border-color: #ffee00 !important; }

.text-kakao, .text-kakao a {
  color: #ffee00 !important; }

.border-kakao {
  border-color: #ffee00 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-kakao li::before {
  background-color: #ffee00 !important; }

.list-check.list-kakao li::before {
  color: #ffee00 !important; }

.btn-youtube, .bg-youtube, .badge-youtube {
  background-color: red !important; }

.btn-outline-youtube {
  color: red !important;
  border-color: red !important; }

.text-youtube, .text-youtube a {
  color: red !important; }

.border-youtube {
  border-color: red !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-youtube li::before {
  background-color: red !important; }

.list-check.list-youtube li::before {
  color: red !important; }

.btn-kakao-brown, .bg-kakao-brown, .badge-kakao-brown {
  background-color: #3e1936 !important; }

.btn-outline-kakao-brown {
  color: #3e1936 !important;
  border-color: #3e1936 !important; }

.text-kakao-brown, .text-kakao-brown a {
  color: #3e1936 !important; }

.border-kakao-brown {
  border-color: #3e1936 !important;
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }

.list-circle.list-kakao-brown li::before {
  background-color: #3e1936 !important; }

.list-check.list-kakao-brown li::before {
  color: #3e1936 !important; }

html, body {
  min-height: 100%; }

body {
  font-size: clamp(12px, 5vw, 14px);
  color: #333333;
  line-height: 1.6;
  letter-spacing: 0em;
  background: white;
  margin: 0;
  font-family: "pretendard", "Montserrat","Roboto","Open Sans",sans-serif;
  overflow-x: hidden; }
  body.pop-body {
    background: transparent; }

button:focus {
  outline: 0 !important; }

a, button, .btn {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  cursor: pointer; }

a {
  color: black;
  text-decoration: none; }
  a:hover, a:focus, a.active {
    text-decoration: none;
    outline: 0 !important;
    color: #d5a495; }

::-moz-selection {
  text-shadow: none; }

::selection {
  text-shadow: none; }

b, strong, .strong {
  font-weight: 600; }

h1, h2, h3, h4, h5, h6, p, .h1, .h2, .h3, .h4, .h5, .h6, .p {
  margin: 0;
  line-height: inherit;
  color: inherit; }

h1, .h1 {
  font-size: clamp(50px, 5vw, 60px);
  font-weight: 700; }

h2, .h2 {
  font-size: clamp(36px, 5vw, 40px);
  font-weight: 700; }

h3, .h3 {
  font-size: clamp(28px, 5vw, 32px);
  font-weight: 600; }

h4, .h4 {
  font-size: clamp(20px, 5vw, 24px);
  font-weight: 500; }

h5, .h5 {
  font-size: clamp(16px, 5vw, 18px);
  font-weight: 400; }

h6, .h6 {
  font-size: clamp(13px, 5vw, 16px);
  font-weight: 400; }
  h6 small, h6.small, .h6 small, .h6.small {
    font-size: clamp(12px, 5vw, 15px); }

hr {
  margin: 1rem auto;
  border: 0;
  border-top: 1px solid #dddddd; }

.vr {
  display: inline-block;
  width: 1px;
  min-height: 40px;
  border-left: 1px solid #dddddd;
  margin: 0 0 -6px 0; }

ul, ol {
  margin: 0 0 1.5em 0; }

img {
  max-width: 100%;
  height: auto; }

.gray-scale, .gray-scale *, .disabled {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%); }

.disabled {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: not-allowed;
  opacity: .5; }

.blur {
  -webkit-filter: blur(3px);
          filter: blur(3px); }

.ani {
  -webkit-transition: all .3s;
  transition: all .3s; }

label {
  margin: 0; }

.small, small {
  font-size: 85%; }

iframe {
  border: none;
  width: 100%;
  height: 100%; }

.link {
  cursor: pointer; }

.ani {
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.shadow {
  -webkit-box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.05) !important; }

.shadow-s {
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.025) !important;
          box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.025) !important; }

.box {
  border-radius: 10px; }

.box-s {
  border-radius: 5px; }

.box, .box-s {
  background-color: white; }

@media (max-width: 575px) {
  .responsive-box {
    border-radius: 0 !important;
    border: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; } }

.hr {
  display: inline-block;
  background-color: transparent; }
  .hr.vertical {
    width: 1px;
    height: 100%; }

caption {
  position: absolute;
  font-size: 0;
  width: 0;
  height: 0;
  left: 0;
  top: 0; }

.text-overflow {
  display: block;
  width: 100%;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4rem;
  height: 4.2rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }
  .text-overflow.one-line {
    /*white-space: nowrap;*/
    -webkit-line-clamp: 1;
    height: 1.4rem; }
  .text-overflow.two-line {
    -webkit-line-clamp: 2;
    height: 2.8rem; }
  .text-overflow.three-line {
    -webkit-line-clamp: 3;
    height: 4.2rem; }
  .text-overflow.four-line {
    -webkit-line-clamp: 4;
    height: 5.6rem; }

.btn, .button {
  border-radius: 5px;
  padding: 8.5PX 10px;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }
  .btn:hover, .btn:focus, .button:hover, .button:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0 !important; }
  .btn.btn-rounded, .button.btn-rounded {
    border-radius: 25.5px; }
  .btn.btn-lg, .button.btn-lg {
    font-size: 18px;
    padding: 12.5px 18px;
    font-weight: 600; }
    .btn.btn-lg.btn-rounded, .button.btn-lg.btn-rounded {
      border-radius: 35px; }
  .btn.btn-md, .button.btn-md {
    font-size: 16.5px;
    padding: 11px 25px; }
    .btn.btn-md.btn-rounded, .button.btn-md.btn-rounded {
      border-radius: 20px; }
  .btn.btn-sm, .button.btn-sm {
    font-size: 12px;
    padding: 6px 8px; }
    .btn.btn-sm.btn-rounded, .button.btn-sm.btn-rounded {
      border-radius: 16px; }
  .btn.btn-transparent:hover, .btn.bg-dark.text-wh:hover, .button.btn-transparent:hover, .button.bg-dark.text-wh:hover {
    background-color: white !important;
    color: #333333 !important; }
  .btn.bg-dark.text-wh:hover, .button.bg-dark.text-wh:hover {
    border-color: #333333 !important; }

.form-control {
  width: auto;
  max-width: 100%;
  display: inline-block;
  height: auto;
  background-color: transparent;
  border-color: #dddddd;
  border-radius: 0; }
  .form-control.form-control-sm {
    font-size: 13px;
    padding: 2.5px 8px; }
  .form-control.form-control-lg {
    font-size: 16px;
    padding: 9.5px 12px; }
  .form-control.form-control-xl {
    font-size: 20px;
    padding: 16px 18px;
    font-weight: 500;
    height: 60px; }
  .form-control.datetimepicker {
    background-image: url(../images/icon/calendar.png?ver=20220129);
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%; }
  .form-control.selectpicker {
    height: 42px; }
  .form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: .5; }
  .form-control:hover, .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: 0 !important; }
  .form-control:focus {
    border-color: #333333; }
  .form-control.form-control-auto {
    display: inline-block;
    width: auto !important; }
  .form-control.d-block, .form-controltextarea {
    display: block;
    width: 100%;
    resize: none; }
  .form-control.form-line {
    border-radius: 0;
    border-width: 0 0 1px 0;
    background-color: transparent; }

textarea {
  width: 100% !important;
  resize: none; }

.noresize {
  resize: none; }

.border-dashed {
  border-style: dashed !important; }

.border-dotted {
  border-style: dotted !important; }

.border-none {
  border: none !important; }

.border-radius {
  border-radius: 15px; }
  .border-radius.md {
    border-radius: 10px; }
  .border-radius.sm {
    border-radius: 5px; }

.text-line {
  text-decoration: line-through; }

.text-underline {
  text-decoration: underline !important; }

.pagination .page-item .page-link {
  border: 1px solid transparent;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  border-radius: 100% !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 16px;
  background-color: transparent; }
  .pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    color: #333333; }
.pagination .page-item.active .page-link {
  background-color: #333333;
  color: white;
  font-weight: 500; }
.pagination .page-item.first .page-link, .pagination .page-item.prev .page-link, .pagination .page-item.next .page-link, .pagination .page-item.end .page-link {
  background-color: #fafafa; }
  .pagination .page-item.first .page-link::before, .pagination .page-item.prev .page-link::before, .pagination .page-item.next .page-link::before, .pagination .page-item.end .page-link::before {
    display: block;
    font-family: 'themify'; }
.pagination .page-item + .page-item {
  margin-left: 5px; }
.pagination .page-item.first .page-link::before {
  content: '\e662'; }
.pagination .page-item.prev {
  margin-right: 7px; }
  .pagination .page-item.prev .page-link::before {
    content: '\e64a'; }
.pagination .page-item.next {
  margin-left: 12px; }
  .pagination .page-item.next .page-link::before {
    content: '\e649'; }
.pagination .page-item.end .page-link::before {
  content: '\e661'; }

.list {
  list-style: none;
  margin-bottom: 0; }
  .list > li {
    padding-left: 10px;
    position: relative; }
    .list > li::before {
      content: ''; }
    .list > li > ol {
      padding-left: 15px; }
      .list > li > ol > li {
        padding-left: 0; }
        .list > li > ol > li::before {
          display: none; }
  .list.list-circle > li::before {
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: #d5a495;
    position: absolute;
    left: 0;
    top: 9px; }
  .list.list-check > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .list.list-check > li::before {
      content: '\f00c';
      font-family: 'FontAwesome';
      margin-right: 8px;
      color: #d5a495; }

.nav-tabs {
  margin-bottom: -1px;
  z-index: 2; }
  .nav-tabs .nav-item .nav-link {
    position: relative; }
    .nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
      border-color: #d5a495;
      color: #d5a495;
      opacity: 1; }
    .nav-tabs .nav-item .nav-link.active {
      border-color: #333333;
      color: black; }
  .nav-tabs .nav-item + .nav-item {
    margin-left: -1px; }
  .nav-tabs.nav-pills {
    margin-bottom: 0;
    border: none; }
    .nav-tabs.nav-pills .nav-item .nav-link {
      border-radius: 0;
      border: 1px solid #dddddd;
      border-radius: 10px;
      opacity: 1; }
      .nav-tabs.nav-pills .nav-item .nav-link:hover {
        background-color: #f7e8e5;
        border-color: #d5a495 !important;
        color: black;
        z-index: 1; }
      .nav-tabs.nav-pills .nav-item .nav-link.active {
        background-color: #d5a495;
        color: white;
        border-color: #d5a495 !important; }
    .nav-tabs.nav-pills .nav-item + .nav-item {
      margin-left: 10px; }
  .nav-tabs.nav-justified .nav-item .nav-link {
    padding-right: 0;
    padding-left: 0; }

.image-background {
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .image-background * {
    -webkit-transition: all .3s;
    transition: all .3s; }
  .image-background > img, .image-background > .img {
    width: 100%;
    height: auto;
    opacity: 0; }
  .image-background .text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    top: 0;
    z-index: 4; }
  .image-background.contain {
    background-size: contain; }
  .image-background.auto {
    background-size: auto; }
  .image-background.circle {
    border-radius: 100%; }

.custom-scroll {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none; }
  .custom-scroll.x-scroll {
    overflow-x: auto;
    overflow-y: hidden; }
  .custom-scroll.y-scroll {
    overflow-y: auto;
    overflow-x: hidden; }
  .custom-scroll::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: transparent; }
  .custom-scroll::-webkit-scrollbar-track {
    background-color: transparent; }
  .custom-scroll::-webkit-scrollbar-thumb {
    background-color: #fafafa; }

.container {
  max-width: none; }
  @media (min-width: 1200px) {
    .container {
      max-width: 1280px; } }

/* top banner */
#top_banner {
  height: 80px;
  position: relative;
  overflow: hidden;
  background-color: #f7e8e5;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  color: #d5a495; }

#top_banner .hd_banner_img{height:80px;  background-size: cover !important;}
#top_banner .hd_close {
    position: absolute;
    top: 50%;
    right: 17px;
    margin-top: -18px;
    cursor: pointer;
}
  /* #top_banner > .container {
    position: relative;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: Center;
        -ms-flex-align: Center;
            align-items: Center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    #top_banner > .container .btn-banner-close {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 24px;
      height: 24px;
      position: absolute;
      right: 0;
      z-index: 1; }
      #top_banner > .container .btn-banner-close::before, #top_banner > .container .btn-banner-close::after {
        content: '';
        position: absolute;
        width: 1px;
        height: 100%;
        background-color: #bababa;
        left: 50%;
        top: 0; }
      #top_banner > .container .btn-banner-close::before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      #top_banner > .container .btn-banner-close::after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  #top_banner.hide {
    height: 0; } */

/* header */
#header {
  left: 0;
  top: 0;
  width: 100%;
  height: 190px;
  position: static;
  background-color: white;
  -webkit-transition: all .3s;
  transition: all .3s; }
  #header .container {
    display: block;
    position: relative;
    padding: 0; }
  @media (max-width: 575px) {
    #header {
      height: 110px; }
      #header .container {
        padding: 0 10px; } }
  #header .navbar-brand {
    padding: 0 !important;
    margin: 0 !important;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
            flex: 0 0 165px;
    width: 165px;
    height: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1;
    background: url(../images/logo.png?ver=20240604) no-repeat 0% 50%;
    background-repeat: no-repeat;
    background-size: auto 50px; }
    @media (max-width: 767px) {
      #header .navbar-brand {
        margin-left: 10px;
        padding-left: 45px;
        height: 50px;
        background-size: auto 40px; }
        #header .navbar-brand::after {
          width: 180px;
          height: 35px; } }
  #header .navbar-toggler {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
    position: absolute;
    left: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    margin: 0;
    padding: 0;
    width: auto;
    width: 40px;
    height: 40px;
    background-color: white;
    border: none; }
    #header .navbar-toggler * {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    #header .navbar-toggler > span {
      position: relative;
      display: inline-block;
      margin: 0 11px;
      width: 18px;
      height: 2px;
      left: 0;
      background-color: black; }
      #header .navbar-toggler > span::before, #header .navbar-toggler > span::after {
        content: '';
        position: absolute;
        display: inline-block;
        width: 18px;
        height: 2px;
        background-color: black;
        left: 0px; }
      #header .navbar-toggler > span::before {
        top: -6px; }
      #header .navbar-toggler > span::after {
        top: 6px; }
    #header .navbar-toggler[aria-expanded="true"] span {
      background: transparent !important; }
      #header .navbar-toggler[aria-expanded="true"] span::before, #header .navbar-toggler[aria-expanded="true"] span::after {
        opacity: 1;
        background-color: black; }
      #header .navbar-toggler[aria-expanded="true"] span::before {
        -webkit-transform: translateY(6px) rotate(45deg);
                transform: translateY(6px) rotate(45deg); }
      #header .navbar-toggler[aria-expanded="true"] span::after {
        -webkit-transform: translateY(-6px) rotate(-45deg);
                transform: translateY(-6px) rotate(-45deg); }
  #header .top-bar, #header .navbar-default {
    height: 60px;
    display: block;
    overflow: hidden; }
    #header .top-bar a, #header .navbar-default a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      padding: 12px 16px;
      position: relative; }
      #header .top-bar a + a::before, #header .navbar-default a + a::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 14px;
        background-color: #bababa;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    #header .top-bar .icon-nav a, #header .navbar-default .icon-nav a {
      padding-right: 10px;
      padding-left: 10px;
      font-weight: 100; }
      #header .top-bar .icon-nav a::before, #header .navbar-default .icon-nav a::before {
        display: none; }
      #header .top-bar .icon-nav a.location, #header .navbar-default .icon-nav a.location {
        font-size: 26px; }
      #header .top-bar .icon-nav a.wish, #header .navbar-default .icon-nav a.wish {
        font-size: 24px; }
      #header .top-bar .icon-nav a.cart, #header .navbar-default .icon-nav a.cart {
        font-size: 26px; }
      @media (max-width: 575px) {
        #header .top-bar .icon-nav a, #header .navbar-default .icon-nav a {
          padding-right: 5px;
          padding-left: 5px; } }
  @media (max-width: 575px) {
    #header .top-bar {
      height: 0; } }
  #header .navbar-default {
    height: 70px;
    font-size: 20px; }
    @media (max-width: 575px) {
      #header .navbar-default {
        height: 50px; } }
    #header .navbar-default .top-search {
      max-width: 440px;
      position: relative; }
      @media (min-width: 992px) {
        #header .navbar-default .top-search {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 440px;
                  flex: 0 0 440px; } }
      #header .navbar-default .top-search .form-control {
        width: 100%;
        height: 52px;
        border-radius: 26px;
        border-color: #d5a495; }
      #header .navbar-default .top-search .btn-search {
        position: absolute;
        top: 0;
        right: 0;
        width: 52px;
        height: 52px;
        background-color: transparent;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        #header .navbar-default .top-search .btn-search::before {
          display: block;
          font-family: 'themify';
          content: '\e610';
          font-size: 20px;
          color: #d5a495; }
  #header #navigation {
    position: relative;
    padding-bottom: 0;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    z-index: 100;
    background-color: white;
    border-bottom: solid 1px #dddddd;
    padding: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%; }
    #header #navigation::-webkit-scrollbar {
      width: 0;
      height: 0; }
    #header #navigation > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    #header #navigation .navbar-nav {
      margin-left: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      white-space: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #header #navigation .navbar-nav > .nav-item {
        position: relative;
        text-align: center;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto; }
        #header #navigation .navbar-nav > .nav-item > .nav-link {
          position: relative;
          color: #333333;
          white-space: nowrap;
          line-height: 1;
          font-weight: 400;
          line-height: 1;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-flow: row;
                  flex-flow: row;
          font-size: 16px;
          padding: 19px 12px; }
          #header #navigation .navbar-nav > .nav-item > .nav-link:hover, #header #navigation .navbar-nav > .nav-item > .nav-link:active {
            color: #d5a495 !important; }
          #header #navigation .navbar-nav > .nav-item > .nav-link.active {
            color: #d5a495 !important; }
          #header #navigation .navbar-nav > .nav-item > .nav-link.dropdown-toggle::after {
            display: none; }
        #header #navigation .navbar-nav > .nav-item.active .nav-link {
          color: #d5a495; }
  #header .navbar-custom {
    width: 100%;
    left: 0;
    top: 0;
    background-color: white;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    z-index: 100;
    -webkit-transition: all .3s;
    transition: all .3s; }
    #header .navbar-custom > .navbar-collapse {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: start;
      width: 100%;
      max-width: none; }
  #header:not(.header-main) #navigation, #header.fixed #navigation, #header.sticky #navigation {
    position: fixed; }
  #header #all_nav {
    position: absolute;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    border: none;
    z-index: 999;
    -webkit-transition: none;
    transition: none;
    padding: 100px 30px;
    background: white url(../images/logo.png) no-repeat 30px 30px;
    background-size: auto 50px; }
    #header #all_nav.show {
      display: block; }
    #header #all_nav .navbar-toggler {
      top: 30px;
      left: auto;
      right: 30px;
      -webkit-transform: none;
              transform: none; }
    #header #all_nav .dropdown-toggle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 12px 12px;
      border-bottom: solid 1px #dddddd;
      font-size: 18px; }
      #header #all_nav .dropdown-toggle::after {
        padding: 0;
        margin: 0;
        border: none;
        content: '\e64b';
        font-family: 'themify';
        font-size: 14px;
        margin-left: auto; }
      #header #all_nav .dropdown-toggle[aria-expanded="true"]::after {
        content: '\e648'; }
      #header #all_nav .dropdown-toggle.only::after {
        content: ''; }
    #header #all_nav .dropdown-menu {
      position: relative !important;
      -webkit-transform: none !important;
              transform: none !important;
      left: auto;
      top: auto;
      border: none;
      border-radius: 0;
      background-color: transparent; }
    @media (max-width: 767px) {
      #header #all_nav {
        position: fixed; } }
    @media (max-width: 575px) {
      #header #all_nav {
        padding-right: 15px;
        padding-left: 15px; }
        #header #all_nav .navbar-toggler {
          right: 15px; } }
    @media (min-width: 768px) {
      #header #all_nav {
        max-width: 400px; } }
    @media (min-width: 992px) {
      #header #all_nav {
        width: calc(100% - 60px);
        height: calc(100vh - 60px);
        margin: 30px; } }

#footer .footer-link {
  border-bottom: solid 1px #dddddd; }
  #footer .footer-link a {
    display: inline-block;
    padding: 12px 16px; }
    @media (max-width: 575px) {
      #footer .footer-link a {
        line-height: 1;
        padding: 16px 5px 12px 5px;
        font-size: 12px; } }
#footer .footer-content {
  padding: 40px 0; }

.swiper .image-background {
  border-radius: 15px;
  overflow: hidden; }
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.45);
          box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.45);
  z-index: 6; }
  .swiper .swiper-button-prev::after, .swiper .swiper-button-next::after {
    font-family: 'themify';
    font-size: 20px;
    color: #333333; }
.swiper .swiper-button-prev {
  left: 5px; }
  .swiper .swiper-button-prev::after {
    content: '\e64a'; }
.swiper .swiper-button-next {
  right: 5px; }
  .swiper .swiper-button-next::after {
    content: '\e649'; }

#main_slide {
  /*
  .swiper-slide{
  	&:nth-child(2n) {width: 40%;}
  	&:nth-child(2n) {width: 20%;}
  }
  */ }
  @media (min-width: 1200px) {
    #main_slide {
      overflow: visible; }
      #main_slide .swiper-slide {
        opacity: 0;
        -webkit-transition: all .3s;
        transition: all .3s; }
        #main_slide .swiper-slide.swiper-slide-prev, #main_slide .swiper-slide.swiper-slide-active, #main_slide .swiper-slide.swiper-slide-next {
          opacity: 1; }
      #main_slide .swiper-button-prev, #main_slide .swiper-button-next {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background-color: white; }
        #main_slide .swiper-button-prev::after, #main_slide .swiper-button-next::after {
          font-size: 30px; }
      #main_slide .swiper-button-prev {
        left: -30px; }
      #main_slide .swiper-button-next {
        right: -30px; } }
  #main_slide .swiper-pagination {
    left: calc(50% - 50px);
    bottom: auto;
    margin: 20px auto;
    width: 100px;
    height: 32px;
    border-radius: 16px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #333333;
    font-family: 'Pretendard';
    font-size: 0;
    font-weight: 400; }
    #main_slide .swiper-pagination .swiper-pagination-current, #main_slide .swiper-pagination .swiper-pagination-total {
      font-size: 16px;
      position: relative; }
    #main_slide .swiper-pagination .swiper-pagination-current {
      color: #d5a495; }
    #main_slide .swiper-pagination .swiper-pagination-total {
      margin-left: 10px;
      padding-left: 11px; }
      #main_slide .swiper-pagination .swiper-pagination-total::before {
        content: '';
        position: absolute;
        width: 1px;
        height: 14px;
        background-color: #bababa;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }

#sub_slide .swiper-button-prev, #sub_slide .swiper-button-next, #min_slide .swiper-button-prev, #min_slide .swiper-button-next {
  -webkit-transform: translateY(calc(50% - 80px));
          transform: translateY(calc(50% - 80px)); }

.brand-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  margin-top: -30px; }
  .brand-wrap .brand-box {
    margin-top: 30px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    max-width: 33.3333%; }
    @media (min-width: 576px) {
      .brand-wrap .brand-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%; } }
    @media (min-width: 768px) {
      .brand-wrap .brand-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%; } }
    @media (min-width: 992px) {
      .brand-wrap .brand-box {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
        max-width: 12.5%; } }
    .brand-wrap .brand-box .image-background {
      border-radius: 100%;
      overflow: hidden;
      max-width: 105px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 15px; }
    .brand-wrap .brand-box h6 {
      font-weight: 400; }

#special_price .time-wrap {
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  width: 190px; }
  #special_price .time-wrap::before {
    font-family: 'themify';
    content: "\e72b";
    margin-right: 5px;
    font-size: 32px;
    font-weight: 100; }
  #special_price .time-wrap #times {
    font-weight: 700; }
    #special_price .time-wrap #times span {
      font-weight: 300; }

.main_latest .image-background {
  border-radius: 20px;
  overflow: hidden; }

.checkbox, .radio {
  padding: 0 0 0 0;
  line-height: 20px;
  position: relative; }
  .checkbox *, .radio * {
    line-height: 20px; }
  .checkboxspan, .radiospan {
    display: inline-block; }
  .checkbox input, .radio input {
    opacity: 0;
    z-index: 1;
    cursor: pointer;
    position: absolute; }
  .checkbox label, .radio label {
    padding-left: 25px;
    color: black; }
    .checkbox label::before, .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      left: 0;
      top: 0;
      -webkit-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out;
      width: 20px;
      height: 20px;
      border: solid 1px;
      border-radius: 1px;
      background-color: white; }
  .checkbox.checkbox-inline + .checkbox-inline, .checkbox.radio-inline + .radio-inline, .radio.checkbox-inline + .checkbox-inline, .radio.radio-inline + .radio-inline {
    margin-left: 10px; }
  .checkbox input:checked + label::before, .radio input:checked + label::before {
    background-color: #333333;
    border-color: #333333;
    color: white; }
  .checkbox.checkbox-full, .checkbox.radio-full, .radio.checkbox-full, .radio.radio-full {
    white-space: nowrap;
    margin-left: -1px; }
    .checkbox.checkbox-full label, .checkbox.radio-full label, .radio.checkbox-full label, .radio.radio-full label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #dddddd;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 6px; }
      .checkbox.checkbox-full label::before, .checkbox.checkbox-full label::after, .checkbox.radio-full label::before, .checkbox.radio-full label::after, .radio.checkbox-full label::before, .radio.checkbox-full label::after, .radio.radio-full label::before, .radio.radio-full label::after {
        display: none; }
      .checkbox.checkbox-full label > span, .checkbox.radio-full label > span, .radio.checkbox-full label > span, .radio.radio-full label > span {
        position: relative;
        background-color: white;
        border: solid 1px #dddddd;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20px;
                flex: 0 0 20px;
        width: 20px;
        height: 20px;
        margin-right: 5px; }
    .checkbox.checkbox-full input:checked + label, .checkbox.radio-full input:checked + label, .radio.checkbox-full input:checked + label, .radio.radio-full input:checked + label {
      background-color: #333333;
      border-color: #333333;
      color: white; }
      .checkbox.checkbox-full input:checked + label > span::after, .checkbox.radio-full input:checked + label > span::after, .radio.checkbox-full input:checked + label > span::after, .radio.radio-full input:checked + label > span::after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-family: "FontAwesome";
        content: "\f00c";
        color: #d5a495; }
  .checkbox.checkbox-toggle, .checkbox.radio-toggle, .radio.checkbox-toggle, .radio.radio-toggle {
    white-space: nowrap; }
    .checkbox.checkbox-toggle label, .checkbox.radio-toggle label, .radio.checkbox-toggle label, .radio.radio-toggle label {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background-color: #dddddd;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 3px;
      border-radius: 26px;
      padding-left: 26px; }
      .checkbox.checkbox-toggle label::before, .checkbox.radio-toggle label::before, .radio.checkbox-toggle label::before, .radio.radio-toggle label::before {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: white;
        left: 3px;
        top: 3px; }
    .checkbox.checkbox-toggle input:checked + label, .checkbox.radio-toggle input:checked + label, .radio.checkbox-toggle input:checked + label, .radio.radio-toggle input:checked + label {
      background-color: #333333;
      border-color: #333333;
      color: white; }
      .checkbox.checkbox-toggle input:checked + label > span::after, .checkbox.radio-toggle input:checked + label > span::after, .radio.checkbox-toggle input:checked + label > span::after, .radio.radio-toggle input:checked + label > span::after {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        font-family: "FontAwesome";
        content: "\f00c";
        color: #d5a495; }

.checkbox input:checked + label::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  width: 20px;
  height: 20px;
  left: 0px;
  top: 0px;
  color: white;
  text-align: center;
  font-size: 12px; }

.radio label::before {
  border-radius: 100%; }
.radio input:checked + label::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 8px;
  height: 8px;
  left: 6px;
  top: 6px;
  background-color: white; }
.radio input[type="radio"], .radio input[type="checkbox"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute; }
.radio input[type="radio"]:disabled, .radio input[type="checkbox"]:disabled {
  cursor: not-allowed; }
.radio input[type="radio"]:disabled + label, .radio input[type="checkbox"]:disabled + label {
  opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before, .radio input[type="checkbox"]:disabled + label::before {
  cursor: not-allowed; }
.radio.radio-inline {
  margin-top: 0; }

.modal .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden; }
.modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9; }
  .modal .modal-header .close::before, .modal .modal-header .close::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 2px;
    left: 0;
    top: 15px;
    background-color: black;
    -webkit-transition: all 0.2s, translate 0.2s;
    transition: all 0.2s, translate 0.2s; }
  .modal .modal-header .close::before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .modal .modal-header .close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .modal .modal-header .close.text-wh::before, .modal .modal-header .close.text-wh::after {
    background-color: white; }
.modal .modal-lg {
  max-width: 800px; }
.modal .modal-md {
  max-width: 600px; }
.modal .modal-sm {
  max-width: 320px; }

section, .section {
  padding: 60px 0;
  position: relative; }
  @media (max-width: 991px) {
    section, .section {
      padding: 45px 0; } }
  @media (max-width: 414px) {
    section, .section {
      padding: 30px 0; } }

.collapse-open {
  overflow: hidden; }
  .collapse-open .collapse-backdrop {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 101; }

/******************
Template responsive
*******************/
@media (max-width: 575px) {
  h6, .h6 {
    font-size: 14px; }

  #footer {
    font-size: 13px; } }

/*# sourceMappingURL=style.css.map */