@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900&Nanum+Pen+Script:wght@400&display:swap");
@import "../font-awesome/css/font-awesome.min.css";
@import "../themify-icons/themify-icons.css";
@import "../flag/css/flag-icon.min.css";
@import "./fonts.css";
.border-0 {
  border-width: 0px !important;
}

.border-radius-0 {
  border-radius: 0px !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: 1px !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: 2px !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: 3px !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: 4px !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: 5px !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: 6px !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: 7px !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: 8px !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: 9px !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: 10px !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: rgb(255, 255, 255) !important;
}

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

.text-wh {
  color: rgb(255, 255, 255) !important;
}

.border-wh {
  border-color: rgb(255, 255, 255) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

.list-check.list-wh li::before {
  color: rgb(255, 255, 255) !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 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.border-wh-opacity {
  border-color: rgba(255, 255, 255, 0.1) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.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-wh-opacity2, .bg-wh-opacity2, .badge-wh-opacity2 {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

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

.text-wh-opacity2 {
  color: rgba(255, 255, 255, 0.6) !important;
}

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

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

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

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

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

.text-bl {
  color: rgb(0, 0, 0) !important;
}

.border-bl {
  border-color: rgb(0, 0, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

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

.list-check.list-bl li::before {
  color: rgb(0, 0, 0) !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 {
  color: rgba(0, 0, 0, 0.25) !important;
}

.border-bl-opacity {
  border-color: rgba(0, 0, 0, 0.25) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.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-bl-opacity2, .bg-bl-opacity2, .badge-bl-opacity2 {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

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

.text-bl-opacity2 {
  color: rgba(0, 0, 0, 0.75) !important;
}

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

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

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

.btn-dark, .bg-dark, .badge-dark {
  background-color: rgb(89, 89, 81) !important;
}

.btn-outline-dark {
  color: rgb(89, 89, 81) !important;
  border-color: rgb(89, 89, 81) !important;
}

.text-dark {
  color: rgb(89, 89, 81) !important;
}

.border-dark {
  border-color: rgb(89, 89, 81) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-dark li::before {
  background-color: rgb(89, 89, 81) !important;
}

.list-check.list-dark li::before {
  color: rgb(89, 89, 81) !important;
}

.btn-skin, .bg-skin, .badge-skin {
  background-color: rgb(34, 196, 244) !important;
}

.btn-outline-skin {
  color: rgb(34, 196, 244) !important;
  border-color: rgb(34, 196, 244) !important;
}

.text-skin {
  color: rgb(34, 196, 244) !important;
}

.border-skin {
  border-color: rgb(34, 196, 244) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-skin li::before {
  background-color: rgb(34, 196, 244) !important;
}

.list-check.list-skin li::before {
  color: rgb(34, 196, 244) !important;
}

.btn-skin-opacity, .bg-skin-opacity, .badge-skin-opacity {
  background-color: rgba(34, 196, 244, 0.1) !important;
}

.btn-outline-skin-opacity {
  color: rgba(34, 196, 244, 0.1) !important;
  border-color: rgba(34, 196, 244, 0.1) !important;
}

.text-skin-opacity {
  color: rgba(34, 196, 244, 0.1) !important;
}

.border-skin-opacity {
  border-color: rgba(34, 196, 244, 0.1) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-skin-opacity li::before {
  background-color: rgba(34, 196, 244, 0.1) !important;
}

.list-check.list-skin-opacity li::before {
  color: rgba(34, 196, 244, 0.1) !important;
}

.btn-skin-light, .bg-skin-light, .badge-skin-light {
  background-color: rgba(34, 196, 244, 0.2) !important;
}

.btn-outline-skin-light {
  color: rgba(34, 196, 244, 0.2) !important;
  border-color: rgba(34, 196, 244, 0.2) !important;
}

.text-skin-light {
  color: rgba(34, 196, 244, 0.2) !important;
}

.border-skin-light {
  border-color: rgba(34, 196, 244, 0.2) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-skin-light li::before {
  background-color: rgba(34, 196, 244, 0.2) !important;
}

.list-check.list-skin-light li::before {
  color: rgba(34, 196, 244, 0.2) !important;
}

.btn-primary, .bg-primary, .badge-primary {
  background-color: rgb(0, 120, 200) !important;
}

.btn-outline-primary {
  color: rgb(0, 120, 200) !important;
  border-color: rgb(0, 120, 200) !important;
}

.text-primary {
  color: rgb(0, 120, 200) !important;
}

.border-primary {
  border-color: rgb(0, 120, 200) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-primary li::before {
  background-color: rgb(0, 120, 200) !important;
}

.list-check.list-primary li::before {
  color: rgb(0, 120, 200) !important;
}

.btn-secondary, .bg-secondary, .badge-secondary {
  background-color: rgb(173, 181, 189) !important;
}

.btn-outline-secondary {
  color: rgb(173, 181, 189) !important;
  border-color: rgb(173, 181, 189) !important;
}

.text-secondary {
  color: rgb(173, 181, 189) !important;
}

.border-secondary {
  border-color: rgb(173, 181, 189) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-secondary li::before {
  background-color: rgb(173, 181, 189) !important;
}

.list-check.list-secondary li::before {
  color: rgb(173, 181, 189) !important;
}

.btn-success, .bg-success, .badge-success {
  background-color: rgb(32, 255, 128) !important;
}

.btn-outline-success {
  color: rgb(32, 255, 128) !important;
  border-color: rgb(32, 255, 128) !important;
}

.text-success {
  color: rgb(32, 255, 128) !important;
}

.border-success {
  border-color: rgb(32, 255, 128) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-success li::before {
  background-color: rgb(32, 255, 128) !important;
}

.list-check.list-success li::before {
  color: rgb(32, 255, 128) !important;
}

.btn-info, .bg-info, .badge-info {
  background-color: rgb(64, 128, 255) !important;
}

.btn-outline-info {
  color: rgb(64, 128, 255) !important;
  border-color: rgb(64, 128, 255) !important;
}

.text-info {
  color: rgb(64, 128, 255) !important;
}

.border-info {
  border-color: rgb(64, 128, 255) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-info li::before {
  background-color: rgb(64, 128, 255) !important;
}

.list-check.list-info li::before {
  color: rgb(64, 128, 255) !important;
}

.btn-warning, .bg-warning, .badge-warning {
  background-color: rgb(255, 179, 32) !important;
}

.btn-outline-warning {
  color: rgb(255, 179, 32) !important;
  border-color: rgb(255, 179, 32) !important;
}

.text-warning {
  color: rgb(255, 179, 32) !important;
}

.border-warning {
  border-color: rgb(255, 179, 32) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-warning li::before {
  background-color: rgb(255, 179, 32) !important;
}

.list-check.list-warning li::before {
  color: rgb(255, 179, 32) !important;
}

.btn-danger, .bg-danger, .badge-danger {
  background-color: rgb(255, 64, 32) !important;
}

.btn-outline-danger {
  color: rgb(255, 64, 32) !important;
  border-color: rgb(255, 64, 32) !important;
}

.text-danger {
  color: rgb(255, 64, 32) !important;
}

.border-danger {
  border-color: rgb(255, 64, 32) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-danger li::before {
  background-color: rgb(255, 64, 32) !important;
}

.list-check.list-danger li::before {
  color: rgb(255, 64, 32) !important;
}

.btn-yel, .bg-yel, .badge-yel {
  background-color: rgb(255, 196, 10) !important;
}

.btn-outline-yel {
  color: rgb(255, 196, 10) !important;
  border-color: rgb(255, 196, 10) !important;
}

.text-yel {
  color: rgb(255, 196, 10) !important;
}

.border-yel {
  border-color: rgb(255, 196, 10) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-yel li::before {
  background-color: rgb(255, 196, 10) !important;
}

.list-check.list-yel li::before {
  color: rgb(255, 196, 10) !important;
}

.btn-navy, .bg-navy, .badge-navy {
  background-color: rgb(2, 57, 143) !important;
}

.btn-outline-navy {
  color: rgb(2, 57, 143) !important;
  border-color: rgb(2, 57, 143) !important;
}

.text-navy {
  color: rgb(2, 57, 143) !important;
}

.border-navy {
  border-color: rgb(2, 57, 143) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-navy li::before {
  background-color: rgb(2, 57, 143) !important;
}

.list-check.list-navy li::before {
  color: rgb(2, 57, 143) !important;
}

.btn-light, .bg-light, .badge-light {
  background-color: rgb(241, 249, 255) !important;
}

.btn-outline-light {
  color: rgb(241, 249, 255) !important;
  border-color: rgb(241, 249, 255) !important;
}

.text-light {
  color: rgb(241, 249, 255) !important;
}

.border-light {
  border-color: rgb(241, 249, 255) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-light li::before {
  background-color: rgb(241, 249, 255) !important;
}

.list-check.list-light li::before {
  color: rgb(241, 249, 255) !important;
}

.btn-gray, .bg-gray, .badge-gray {
  background-color: rgb(125, 125, 125) !important;
}

.btn-outline-gray {
  color: rgb(125, 125, 125) !important;
  border-color: rgb(125, 125, 125) !important;
}

.text-gray {
  color: rgb(125, 125, 125) !important;
}

.border-gray {
  border-color: rgb(125, 125, 125) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-gray li::before {
  background-color: rgb(125, 125, 125) !important;
}

.list-check.list-gray li::before {
  color: rgb(125, 125, 125) !important;
}

.btn-gray-b, .bg-gray-b, .badge-gray-b {
  background-color: rgb(153, 153, 153) !important;
}

.btn-outline-gray-b {
  color: rgb(153, 153, 153) !important;
  border-color: rgb(153, 153, 153) !important;
}

.text-gray-b {
  color: rgb(153, 153, 153) !important;
}

.border-gray-b {
  border-color: rgb(153, 153, 153) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-gray-b li::before {
  background-color: rgb(153, 153, 153) !important;
}

.list-check.list-gray-b li::before {
  color: rgb(153, 153, 153) !important;
}

.btn-gray-m, .bg-gray-m, .badge-gray-m {
  background-color: rgb(224, 224, 224) !important;
}

.btn-outline-gray-m {
  color: rgb(224, 224, 224) !important;
  border-color: rgb(224, 224, 224) !important;
}

.text-gray-m {
  color: rgb(224, 224, 224) !important;
}

.border-gray-m {
  border-color: rgb(224, 224, 224) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-gray-m li::before {
  background-color: rgb(224, 224, 224) !important;
}

.list-check.list-gray-m li::before {
  color: rgb(224, 224, 224) !important;
}

.btn-gray-s, .bg-gray-s, .badge-gray-s {
  background-color: rgb(237, 237, 237) !important;
}

.btn-outline-gray-s {
  color: rgb(237, 237, 237) !important;
  border-color: rgb(237, 237, 237) !important;
}

.text-gray-s {
  color: rgb(237, 237, 237) !important;
}

.border-gray-s {
  border-color: rgb(237, 237, 237) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-gray-s li::before {
  background-color: rgb(237, 237, 237) !important;
}

.list-check.list-gray-s li::before {
  color: rgb(237, 237, 237) !important;
}

.btn-naver, .bg-naver, .badge-naver {
  background-color: rgb(3, 199, 90) !important;
}

.btn-outline-naver {
  color: rgb(3, 199, 90) !important;
  border-color: rgb(3, 199, 90) !important;
}

.text-naver {
  color: rgb(3, 199, 90) !important;
}

.border-naver {
  border-color: rgb(3, 199, 90) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-naver li::before {
  background-color: rgb(3, 199, 90) !important;
}

.list-check.list-naver li::before {
  color: rgb(3, 199, 90) !important;
}

.btn-kakao, .bg-kakao, .badge-kakao {
  background-color: rgb(255, 238, 0) !important;
}

.btn-outline-kakao {
  color: rgb(255, 238, 0) !important;
  border-color: rgb(255, 238, 0) !important;
}

.text-kakao {
  color: rgb(255, 238, 0) !important;
}

.border-kakao {
  border-color: rgb(255, 238, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-kakao li::before {
  background-color: rgb(255, 238, 0) !important;
}

.list-check.list-kakao li::before {
  color: rgb(255, 238, 0) !important;
}

.btn-youtube, .bg-youtube, .badge-youtube {
  background-color: rgb(255, 0, 0) !important;
}

.btn-outline-youtube {
  color: rgb(255, 0, 0) !important;
  border-color: rgb(255, 0, 0) !important;
}

.text-youtube {
  color: rgb(255, 0, 0) !important;
}

.border-youtube {
  border-color: rgb(255, 0, 0) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-youtube li::before {
  background-color: rgb(255, 0, 0) !important;
}

.list-check.list-youtube li::before {
  color: rgb(255, 0, 0) !important;
}

.btn-kakao-brown, .bg-kakao-brown, .badge-kakao-brown {
  background-color: rgb(62, 25, 54) !important;
}

.btn-outline-kakao-brown {
  color: rgb(62, 25, 54) !important;
  border-color: rgb(62, 25, 54) !important;
}

.text-kakao-brown {
  color: rgb(62, 25, 54) !important;
}

.border-kakao-brown {
  border-color: rgb(62, 25, 54) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-kakao-brown li::before {
  background-color: rgb(62, 25, 54) !important;
}

.list-check.list-kakao-brown li::before {
  color: rgb(62, 25, 54) !important;
}

.font-kr {
  font-family: "Pretendard" !important;
}

.font-en {
  font-family: "soleil" !important;
}

.font-roman {
  font-family: "nimbus-roman" !important;
}

.font-gmarket {
  font-family: "Gmarket Sans" !important;
}

.font-mama {
  font-family: "mamablock-210" !important;
}

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

body {
  font-size: 14px;
  color: rgb(0, 0, 0);
  line-height: 1.6;
  letter-spacing: 0em;
  background-color: transparent;
  margin: 0;
  font-family: "pretendard", "Montserrat", "Roboto", "Open Sans", sans-serif;
  overflow-x: hidden;
}
body.pop-body {
  background: transparent;
}
@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 12px;
  }
}
@media (max-width: 414px) {
  body {
    font-size: 12px;
  }
}

button:focus {
  outline: 0 !important;
}

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

a {
  color: rgb(0, 0, 0);
  text-decoration: none;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: 0 !important;
  color: rgb(34, 196, 244);
}

::-moz-selection {
  background-color: rgba(34, 196, 244, 0.1);
  text-shadow: none;
}

::selection {
  background-color: rgba(34, 196, 244, 0.1);
  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: 3.6rem;
  font-weight: 700;
}

h2, .h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

h3, .h3 {
  font-size: 1.8rem;
  font-weight: 600;
}

h4, .h4 {
  font-size: 1.4rem;
  font-weight: 500;
}
@media (max-width: 575px) {
  h4, .h4 {
    font-size: 1.2rem;
  }
}

h5, .h5 {
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 575px) {
  h5, .h5 {
    font-size: 1.1rem;
  }
}

h6, .h6 {
  font-size: 1.1rem;
  font-weight: 300;
}
@media (max-width: 575px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

/*h6, .h6 { font-size:clamp(1.15rem, 5vw, 16px); font-weight: 300; small, &.small{font-size:clamp(12px,5vw,15px)}}*/
hr {
  margin: 1rem auto;
  border: 0;
  border-top: 1px solid rgb(237, 237, 237);
}

.vr {
  display: inline-block;
  width: 1px;
  min-height: 40px;
  border-left: 1px solid rgb(237, 237, 237);
  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: 0.5;
}

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

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

label {
  margin: 0;
}

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

iframe {
  max-width: 100%;
  /*&[src=*youtube]{width:100vw;height:56.25vw;}*/
}
iframe.iframe {
  border: none;
  width: 100%;
  height: 100%;
}

.link {
  cursor: pointer;
}

.ani {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.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: rgb(255, 255, 255);
}

@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.8rem;
  height: 5.4rem;
  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.8rem;
}
.text-overflow.two-line {
  -webkit-line-clamp: 2;
  height: 3.6rem;
}
.text-overflow.three-line {
  -webkit-line-clamp: 3;
  height: 5.4rem;
}
.text-overflow.four-line {
  -webkit-line-clamp: 4;
  height: 7.2rem;
}

.btn, .button {
  border-radius: 5px;
  padding: 8.5PX 10px;
  line-height: 1;
  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;
}
.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: rgb(255, 255, 255) !important;
  color: rgb(89, 89, 81) !important;
}
.btn.bg-dark.text-wh:hover, .button.bg-dark.text-wh:hover {
  border-color: rgb(89, 89, 81) !important;
}

.btn * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.custom {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-color: rgb(89, 89, 81);
  color: rgb(89, 89, 81);
  background-color: transparent;
  overflow: hidden;
  font-size: 22px;
  height: 60px;
  border-radius: 30px;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.custom > span {
  z-index: 3;
}
.btn.custom > span::before {
  z-index: 2;
  content: attr(data-title);
}
.btn.custom > span::after {
  z-index: 2;
  font-family: "themify";
  content: "\e628";
  margin-left: 15px;
}
.btn.custom::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgb(34, 196, 244);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.custom:hover {
  border-color: transparent;
}
.btn.custom:hover > span {
  color: rgb(255, 255, 255);
}
.btn.custom:hover::before {
  width: 100%;
  opacity: 1;
}
@media (max-width: 575px) {
  .btn.custom {
    font-size: 18px;
    height: 50px;
    border-radius: 25px;
  }
}
.btn.custom.reverse {
  border-color: rgb(34, 196, 244);
  background-color: rgb(34, 196, 244);
  color: rgb(255, 255, 255);
}
.btn.custom.reverse::before {
  background-color: rgb(255, 255, 255);
}
.btn.custom.reverse:hover {
  border-color: rgb(89, 89, 81);
}
.btn.custom.reverse:hover > span {
  color: rgb(89, 89, 81);
}

input[type=text]::-webkit-input-placeholder, input[type=tel]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: rgb(153, 153, 153);
}

input[type=text]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: rgb(153, 153, 153);
}

input[type=text]::-ms-input-placeholder, input[type=tel]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: rgb(153, 153, 153);
}

input[type=text]::placeholder, input[type=tel]::placeholder, input[type=password]::placeholder, textarea::placeholder {
  color: rgb(153, 153, 153);
}

.form-control {
  width: auto;
  max-width: 100%;
  display: inline-block;
  height: auto;
  background-color: transparent;
  border-color: rgb(0, 0, 0);
  border-radius: 0;
  font-weight: 400;
}
.form-control.form-control-sm {
  padding: 2.5px 8px;
}
.form-control.form-control-lg {
  padding: 9.5px 12px;
}
.form-control.datepicker {
  background: transparent url("../themify-icons/SVG/calendar.svg") right 0.75rem center/20px 20px no-repeat;
}
.form-control.timepicker {
  background: transparent url("../themify-icons/SVG/time.svg") right 0.75rem center/20px 20px no-repeat;
}
.form-control:disabled, .form-control[readonly] {
  background-color: transparent;
  opacity: 0.5;
}
.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;
}
.form-control::-webkit-input-placeholder {
  color: rgb(153, 153, 153);
}
.form-control::-moz-placeholder {
  color: rgb(153, 153, 153);
}
.form-control:-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.form-control::-ms-input-placeholder {
  color: rgb(153, 153, 153);
}
.form-control::placeholder {
  color: rgb(153, 153, 153);
}
.form-control:-webkit-autofill {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 !important;
  background-color: rgba(34, 196, 244, 0.1);
  border-color: rgb(34, 196, 244);
  color: rgb(0, 0, 0);
}
.form-control:hover, .form-control:focus, .form-control:autofill {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 !important;
  background-color: rgba(34, 196, 244, 0.1);
  border-color: rgb(34, 196, 244);
  color: rgb(0, 0, 0);
}
.form-control.bg-transparent:-webkit-autofill {
  background-color: transparent;
  border: none;
}
.form-control.bg-transparent:hover, .form-control.bg-transparent:focus, .form-control.bg-transparent:autofill {
  background-color: transparent;
  border: none;
}

form .required, .form .required, .form-group .required {
  position: relative;
  line-height: 1.2;
}
form .required::after, .form .required::after, .form-group .required::after {
  content: "\f00c";
  font-family: "FontAwesome";
  color: rgb(255, 64, 32);
  margin-left: 5px;
  font-size: 11px;
  font-weight: 100;
}
form .requiredlabel, .form .requiredlabel, .form-group .requiredlabel {
  display: block;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-group.required::after {
  font-size: 14px;
  color: rgb(0, 0, 0);
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

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;
}

.border-rounded-tl {
  border-top-left-radius: 25.5px !important;
}

.border-rounded-tr {
  border-top-right-radius: 25.5px !important;
}

.border-rounded-bl {
  border-bottom-left-radius: 25.5px !important;
}

.border-rounded-br {
  border-bottom-right-radius: 25.5px !important;
}

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

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

.pagination .page-item .page-link {
  border: none;
  border-radius: 0;
  color: rgb(0, 0, 0);
  padding: 5px 10px;
  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;
  font-size: 20px;
  background-color: transparent;
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(224, 224, 224);
}
@media (max-width: 767px) {
  .pagination .page-item .page-link {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .pagination .page-item .page-link {
    font-size: 14px;
    padding: 5px 5px;
  }
}
.pagination .page-item.active .page-link {
  color: rgb(34, 196, 244);
  font-weight: 500;
}
.pagination .page-item.first .page-link, .pagination .page-item.prev .page-link, .pagination .page-item.next .page-link, .pagination .page-item.last .page-link {
  font-size: 0;
}
.pagination .page-item.first .page-link::before, .pagination .page-item.prev .page-link::before, .pagination .page-item.next .page-link::before, .pagination .page-item.last .page-link::before {
  display: block;
  font-family: "themify";
  font-size: 16px;
}
@media (min-width: 768px) {
  .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.last .page-link::before {
  content: "\e661";
}

.list {
  list-style: none;
  margin: 0;
  padding: 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: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: rgb(34, 196, 244);
  position: absolute;
  left: 0;
  top: 10px;
}
.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: rgb(34, 196, 244);
}

.nav-tabs {
  margin-bottom: -1px;
  z-index: 2;
  border: none;
}
.nav-tabs .nav-item .nav-link {
  position: relative;
}
.nav-tabs .nav-item .nav-link:hover, .nav-tabs .nav-item .nav-link.active {
  border-color: rgb(34, 196, 244);
  color: rgb(34, 196, 244);
  opacity: 1;
}
.nav-tabs .nav-item .nav-link.active {
  border-color: rgb(89, 89, 81);
  color: rgb(0, 0, 0);
}
.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 rgb(125, 125, 125);
  opacity: 1;
}
.nav-tabs.nav-pills .nav-item .nav-link.active {
  background-color: rgb(34, 196, 244);
  color: rgb(255, 255, 255);
  border-color: rgb(34, 196, 244) !important;
}
.nav-tabs.nav-pills .nav-item + .nav-item {
  margin-left: -1px;
}
.nav-tabs.nav-justified .nav-item .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.nav-tabs.nav-circle {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-tabs.nav-circle .nav-item .nav-link {
  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;
  width: 40px;
  height: 40px;
  border-radius: 30px;
  padding: 0;
  background-color: rgb(237, 237, 237);
  border: none;
  font-size: 20px;
  font-weight: 500;
  position: relative;
}
.nav-tabs.nav-circle .nav-item .nav-link[data-num]::before {
  content: attr(data-num);
  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;
}
.nav-tabs.nav-circle .nav-item .nav-link.active::after {
  content: attr(data-content);
}
@media (min-width: 768px) {
  .nav-tabs.nav-circle .nav-item .nav-link.active {
    width: auto;
    padding-right: 20px;
  }
  .nav-tabs.nav-circle .nav-item .nav-link.active[data-num]::before {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: rgb(255, 255, 255);
    color: rgb(34, 196, 244);
    margin: 5px;
  }
  .nav-tabs.nav-circle .nav-item .nav-link.active::after {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .nav-tabs.nav-circle .nav-item .nav-link.active::after {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 100%;
    background-color: rgb(255, 255, 255);
    border: solid 1px rgb(89, 89, 81);
    padding: 4px;
    width: 25vw;
    margin-bottom: 10px;
    font-size: 0.9rem;
    color: rgb(89, 89, 81);
  }
}
@media (max-width: 575px) {
  .nav-tabs.nav-circle .nav-item .nav-link.active::after {
    width: 33.3333vw;
  }
}
.nav-tabs.nav-circle .nav-item + .nav-item {
  margin-left: 5px;
}
.nav-tabs.nav-circle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(237, 237, 237);
  left: 0;
  top: 50%;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .nav-tabs.nav-circle {
    margin-top: 60px;
  }
}
.nav-tabs.nav-process {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.nav-tabs.nav-process .nav-item .nav-link {
  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;
  height: 40px;
  border-radius: 30px;
  padding: 0;
  background-color: rgb(237, 237, 237);
  border: none;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}
.nav-tabs.nav-process .nav-item .nav-link::before {
  content: attr(data-num);
  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;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  margin: 5px;
}
.nav-tabs.nav-process .nav-item .nav-link::after {
  content: attr(data-content);
}
@media (min-width: 768px) {
  .nav-tabs.nav-process .nav-item .nav-link.active::before {
    color: rgb(34, 196, 244);
  }
  .nav-tabs.nav-process .nav-item .nav-link.active::after {
    margin-left: 5px;
  }
}
.nav-tabs.nav-process .nav-item + .nav-item {
  margin-left: 5px;
}
@media (max-width: 575px) {
  .nav-tabs.nav-process .nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .nav-tabs.nav-process .nav-item .nav-link {
    padding: 0;
  }
  .nav-tabs.nav-process .nav-item .nav-link::before {
    display: none;
  }
}
.nav-tabs.nav-process::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: rgb(237, 237, 237);
  left: 0;
  top: 50%;
  margin-top: -1px;
}
@media (max-width: 767px) {
  .nav-tabs.nav-process {
    margin-top: 60px;
  }
}

.image-background {
  -webkit-transition: all 0.3s;
  transition: all 0.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 0.3s;
  transition: all 0.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%;
}

.watermark::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/logo.svg) no-repeat 90% 10%;
  background-size: 25% auto;
  opacity: 0.4;
  z-index: 3;
}
.watermark.contain::before {
  background-position: 50% 10%;
}

.blank-image {
  background: url(../images/logo.svg) no-repeat 50% 50%;
  background-size: 50% auto;
}

.cert-wrap {
  white-space: pre-wrap;
}

.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: 16px;
  height: 16px;
  background-color: rgb(241, 249, 255);
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: rgb(255, 255, 255);
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: rgb(241, 249, 255);
}

.dropdown > .btn {
  border-color: rgb(125, 125, 125);
}
.dropdown .dropdown-menu {
  min-width: auto;
  max-width: 150px;
  border: 1px solid rgb(125, 125, 125);
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 3px 12px;
  font-weight: 400;
}
.dropdown .dropdown-menu .dropdown-item:hover, .dropdown .dropdown-menu .dropdown-item:active, .dropdown .dropdown-menu .dropdown-item:focus {
  font-weight: 400;
  background-color: transparent;
  color: rgb(0, 0, 0);
}
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: rgb(34, 196, 244);
  color: rgb(255, 255, 255);
}
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: rgb(237, 237, 237);
}
.dropdown .dropdown-menu .dropdown-item .flag-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  margin: 0 3px 0 -6px;
}

.dropdown-toggle::after {
  border: none;
  padding: 0;
  margin: 0;
  font-family: "FontAwesome";
  content: "\f107";
}
.dropdown-toggle[aria-expanded=true] {
  content: "\f106";
}

.bootstrap-select .dropdown-toggle {
  padding: 10px 12px;
  line-height: 1.2;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted rgb(34, 196, 244) !important;
}
.bootstrap-select .dropdown-menu {
  max-width: none;
  width: 100%;
}
.bootstrap-select .dropdown-menu .dropdown-item {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: 400;
}
.bootstrap-select .btn-rounded {
  font-size: 0.9rem;
}

/* header */
#header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header ul, #header li {
  margin: 0;
}
#header .navbar-custom, #header .navbar-brand, #header .navbar-custom #navigation > .navbar-nav > .nav-item > .nav-link {
  height: 120px;
}
@media (max-width: 1199px) {
  #header .navbar-custom, #header .navbar-brand, #header .navbar-custom #navigation > .navbar-nav > .nav-item > .nav-link {
    height: 100px;
  }
}
@media (max-width: 991px) {
  #header .navbar-custom, #header .navbar-brand, #header .navbar-custom #navigation > .navbar-nav > .nav-item > .nav-link {
    height: 100px;
  }
}
@media (max-width: 767px) {
  #header .navbar-custom, #header .navbar-brand, #header .navbar-custom #navigation > .navbar-nav > .nav-item > .nav-link {
    height: 80px;
  }
}
#header .navbar-brand {
  padding: 0;
  margin: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 210px;
  background: url(../images/logo.svg?ver=20240905) no-repeat 0% 50%;
  background-size: contain;
}
@media (max-width: 1199px) {
  #header .navbar-brand {
    width: 180px;
  }
}
@media (max-width: 991px) {
  #header .navbar-brand {
    background-position: 50% 50%;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
  }
}
@media (max-width: 767px) {
  #header .navbar-brand {
    width: 170px;
  }
}
@media (max-width: 575px) {
  #header .navbar-brand {
    width: 160px;
  }
}
#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;
  z-index: 9;
  position: absolute;
  left: auto;
  left: 15px;
  top: 15px;
  margin: 0;
  padding: 0;
  width: auto;
  height: 50px;
  background-color: transparent;
  border: none;
}
#header .navbar-toggler * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .navbar-toggler > span.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  width: 15px;
  height: 3px;
  left: 0;
  background-color: rgb(89, 89, 81);
}
#header .navbar-toggler > span.navbar-toggler-icon::before, #header .navbar-toggler > span.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 3px;
  background-color: rgb(89, 89, 81);
  left: 0px;
}
#header .navbar-toggler > span.navbar-toggler-icon::before {
  top: -8px;
}
#header .navbar-toggler > span.navbar-toggler-icon::after {
  top: 8px;
}
#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;
}
#header .navbar-toggler[aria-expanded=true] span::before {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
#header .navbar-toggler[aria-expanded=true] span::after {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}
#header .navbar-custom {
  width: 100%;
  left: 0;
  top: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 0;
}
#header .navbar-custom > .navbar-collapse {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: none;
}
#header .navbar-custom #navigation {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
}
#header .navbar-custom #navigation .navbar-nav {
  margin-right: auto;
  margin-left: auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .navbar-custom #navigation .navbar-nav .nav-item {
  position: relative;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link {
  position: relative;
  color: rgb(0, 0, 0);
  white-space: nowrap;
  line-height: 1;
  font-weight: 500;
  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: 26px;
  padding: 20px 22px;
  text-transform: capitalize;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link:hover, #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link:active, #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link.active {
  color: rgb(34, 196, 244);
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  display: none;
}
@media (max-width: 1399px) {
  #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link {
    font-size: 20px;
  }
}
#header .navbar-custom #navigation .navbar-nav .nav-item:not(.responsive) + .nav-item .nav-link::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgb(0, 0, 0);
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-sub {
  position: relative;
  display: block;
  top: auto;
  left: auto;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  border: none;
  border-radius: 0;
  background-color: transparent;
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-sub .sub-link {
  color: rgb(255, 255, 255);
  text-align: left;
  padding: 5px 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-sub .sub-link::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-sub .sub-link::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 0%;
  height: 1px;
  border-radius: 1px;
  background-color: rgb(255, 255, 255);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-sub .sub-link:hover, #header .navbar-custom #navigation .navbar-nav .nav-item .nav-sub .sub-link.active {
  color: rgb(255, 196, 10);
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-sub .sub-link:hover::after, #header .navbar-custom #navigation .navbar-nav .nav-item .nav-sub .sub-link.active::after {
  opacity: 1;
  width: calc(100% - 30px);
}
@media (max-width: 1199px) {
  #header .navbar-custom #navigation .navbar-nav .nav-item .nav-sub .sub-link {
    font-size: 14px;
  }
}
#header .navbar-custom #navigation .navbar-etc {
  margin: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .navbar-custom #navigation .navbar-etc li.only-link {
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#header .navbar-custom #navigation .navbar-etc li.only-link > a {
  padding: 10px 15px;
  position: relative;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .navbar-custom #navigation .navbar-etc li.only-link > a + a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 1px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgb(0, 0, 0);
}
@media (max-width: 1399px) {
  #header .navbar-custom #navigation .navbar-etc li.only-link > a {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  #header .navbar-custom #navigation .navbar-etc li.only-link > a {
    font-size: 14px;
  }
}
#header .navbar-custom #navigation .navbar-etc li .btn {
  font-size: 18px;
}
@media (max-width: 1399px) {
  #header .navbar-custom #navigation .navbar-etc li .btn {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  #header .navbar-custom #navigation .navbar-etc li .btn {
    font-size: 14px;
  }
}
#header .navbar-custom #navigation .navbar-etc .dropdown .dropdown-toggle {
  font-size: 16px;
}
#header .navbar-custom #navigation .navbar-etc .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 16px;
}
#header.fixed .navbar-custom {
  position: fixed;
  background-color: rgb(255, 255, 255);
}
#header.fixed .navbar-custom, #header.fixed .navbar-brand, #header.fixed .navbar-custom #navigation > .navbar-nav > .nav-item > .nav-link {
  height: 80px;
}
@media (max-width: 767px) {
  #header.fixed {
    height: 60px;
  }
  #header.fixed .navbar-custom, #header.fixed .navbar-brand, #header.fixed .navbar-custom #navigation > .navbar-nav > .nav-item > .nav-link {
    height: 60px;
  }
  #header.fixed .navbar-toggler {
    top: 5px;
  }
}
#header.show .navbar-custom {
  background-color: rgb(34, 196, 244);
}
#header.show .navbar-custom .navbar-brand {
  background-image: url(../images/logo-white.svg);
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item {
  height: 100%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item + .nav-item {
  border-left-color: rgb(237, 237, 237);
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item .nav-link {
  color: rgb(255, 255, 255) !important;
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item .nav-sub {
  height: auto;
  opacity: 1;
  padding: 0 0 30px 0;
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item.active {
  background-color: rgb(255, 255, 255);
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-link {
  color: rgb(0, 0, 0) !important;
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-link:hover {
  color: rgb(34, 196, 244) !important;
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link {
  color: rgb(0, 0, 0);
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link::before, #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link::after {
  background-color: rgb(34, 196, 244);
  opacity: 1;
}
#header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link:hover, #header.show .navbar-custom #navigation > .navbar-nav .nav-item.active .nav-sub .sub-link.active {
  color: rgb(34, 196, 244);
}
#header .dropdown .dropdown-menu {
  left: auto;
  right: 0;
}
@media (max-width: 991px) {
  #header {
    position: fixed;
  }
  #header .navbar-custom #navigation {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.1);
    padding: 80px 20px 20px 20px;
    text-align: left;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
  }
  #header .navbar-custom #navigation.show {
    left: 0;
  }
  #header .navbar-custom #navigation .navbar-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    display: block;
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 12px 20px !important;
    height: auto !important;
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link.active {
    color: rgb(34, 196, 244);
  }
  #header .navbar-custom #navigation .navbar-nav > .nav-item > .nav-link::before {
    display: none;
  }
}

#footer .social {
  max-width: 500px;
}
#footer .social .image-background > img {
  max-width: 90px;
}
@media (max-width: 767px) {
  #footer .social .image-background > img {
    max-width: 75px;
  }
}
@media (max-width: 575px) {
  #footer h5 {
    font-size: 1rem;
  }
  #footer .social .image-background > img {
    max-width: 50px;
  }
}

.checkbox, .radio {
  padding: 0 0 0 0;
  line-height: 20px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkbox *, .radio * {
  line-height: 20px;
}
.checkboxspan, .radiospan {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.checkbox input, .radio input {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  position: absolute;
}
.checkbox label, .radio label {
  padding-left: 25px;
  color: rgb(0, 0, 0);
}
.checkbox label::before, .checkbox label::after, .radio label::before, .radio label::after {
  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;
  width: 20px;
  height: 20px;
}
.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;
  border: solid 1px rgb(0, 0, 0);
  border-radius: 1px;
  background-color: rgb(255, 255, 255);
}
.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 {
  color: rgb(0, 0, 0);
}
.checkbox.checkbox-full, .checkbox.radio-full, .radio.checkbox-full, .radio.radio-full {
  white-space: nowrap;
}
.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 rgb(237, 237, 237);
  -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: rgb(255, 255, 255);
  border: solid 1px rgb(237, 237, 237);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  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: rgb(34, 196, 244);
  border-color: rgb(34, 196, 244);
  color: rgb(255, 255, 255);
}
.checkbox.checkbox-full input:checked + label *, .checkbox.radio-full input:checked + label *, .radio.checkbox-full input:checked + label *, .radio.radio-full input:checked + label * {
  color: rgb(255, 255, 255);
}
.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: rgb(0, 0, 0);
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(237, 237, 237);
  align-items: center;
  padding: 6px 8px;
  border-radius: 16px;
  padding-left: 32px;
}
.checkbox.checkbox-toggle label::before, .checkbox.checkbox-toggle label::after, .checkbox.radio-toggle label::before, .checkbox.radio-toggle label::after, .radio.checkbox-toggle label::before, .radio.checkbox-toggle label::after, .radio.radio-toggle label::before, .radio.radio-toggle label::after {
  content: "";
  position: absolute;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  left: 4px !important;
  top: 4px !important;
  -webkit-transition: none;
  transition: none;
}
.checkbox.checkbox-toggle label::before, .checkbox.radio-toggle label::before, .radio.checkbox-toggle label::before, .radio.radio-toggle label::before {
  background-color: rgb(255, 255, 255) !important;
}
.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: rgb(34, 196, 244);
  border-color: rgb(34, 196, 244);
  color: rgb(255, 255, 255);
  padding-left: 8px;
  padding-right: 32px;
}
.checkbox.checkbox-toggle input:checked + label::before, .checkbox.checkbox-toggle input:checked + label::after, .checkbox.radio-toggle input:checked + label::before, .checkbox.radio-toggle input:checked + label::after, .radio.checkbox-toggle input:checked + label::before, .radio.checkbox-toggle input:checked + label::after, .radio.radio-toggle input:checked + label::before, .radio.radio-toggle input:checked + label::after {
  left: calc(100% - 28px) !important;
}
.checkbox.checkbox-toggle input:checked + label::after, .checkbox.radio-toggle input:checked + label::after, .radio.checkbox-toggle input:checked + label::after, .radio.radio-toggle input:checked + label::after {
  font-family: "FontAwesome";
  content: "\f00c";
  color: rgb(34, 196, 244);
}

.checkbox input:checked + label::after {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f00c";
  left: 0px;
  top: 0px;
  color: rgb(0, 0, 0);
  text-align: center;
  font-size: 12px;
}

.radio label::before {
  border-radius: 100%;
}
.radio input:checked + label::before {
  background-color: rgb(34, 196, 244);
  border-color: rgb(34, 196, 244);
}
.radio input:checked + label::after {
  position: absolute;
  content: "";
  border-radius: 100%;
  width: 8px;
  height: 8px;
  left: 6px;
  top: 6px;
  background-color: rgb(255, 255, 255);
}
.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;
}

/* input range */
.star-rating {
  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;
}
.star-rating .star {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 1px;
}
.star-rating .star::after {
  content: "\f005";
  font-family: "FontAwesome";
  color: rgb(237, 237, 237);
  font-size: 32px;
}
.star-rating .star:hover::after, .star-rating .star:has(~ .star:hover)::after, .star-rating .star:checked::after, .star-rating .star:has(~ .star:checked)::after {
  content: "\f005";
  color: rgb(34, 196, 244);
}
.star-rating .star + .star {
  margin-left: 6px;
}

.modal .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
.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: rgb(0, 0, 0);
  -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: rgb(255, 255, 255);
}
.modal .modal-xl {
  max-width: 1200px;
}
.modal .modal-lg {
  max-width: 800px;
}
.modal .modal-md {
  max-width: 600px;
}
.modal#alert_modal {
  text-align: center;
}
.modal#alert_modal .modal-content {
  overflow: hidden;
}
.modal#alert_modal .modal-body .m-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 90px;
  font-size: 1rem;
}
.modal#alert_modal .modal-footer {
  display: block;
  padding: 0;
  border-radius: 0;
  overflow: hidden;
}
.modal#alert_modal .modal-footer > .btn-group {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.collapse-group {
  position: relative;
}
.collapse-group .collapse-title, .collapse-group .collapse-content {
  position: relative;
}
.collapse-group .collapse-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-top: solid 1px rgb(0, 0, 0);
  line-height: 1.4;
}
.collapse-group .collapse-title::before {
  content: attr(data-title);
  margin-right: 1rem;
}
.collapse-group .collapse-title::after {
  content: "\e64b";
  font-family: "themify";
  color: rgb(153, 153, 153);
  margin-left: auto;
}
@media (max-width: 575px) {
  .collapse-group .collapse-title::before {
    display: none;
  }
}
.collapse-group .collapse-menu .collapse-content {
  padding: 1.5rem 1rem;
  border-top: solid 1px rgb(0, 0, 0);
}
.collapse-group.show .collapse-title h6 {
  font-weight: 600;
}
.collapse-group.show .collapse-title::after {
  content: "\e648";
}
.collapse-group.show .collapse-menu {
  display: block;
}
.collapse-group .qa_q, .collapse-group .qa_a {
  padding-left: 20px;
  display: block;
  position: relative;
}
.collapse-group .qa_q::before, .collapse-group .qa_a::before {
  content: "";
  font-weight: 500;
  position: absolute;
  left: 0;
  top: 0;
}
.collapse-group .qa_q::before {
  content: "Q";
}
.collapse-group .qa_a::before {
  content: "A";
}

.swiper .swiper-container {
  max-height: 100%;
}
.swiper .swiper-button-prev, .swiper .swiper-button-next {
  width: 40px;
  height: 40px;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper .swiper-button-prev::before, .swiper .swiper-button-prev::after, .swiper .swiper-button-next::before, .swiper .swiper-button-next::after {
  content: "";
  position: absolute;
  background-color: rgb(89, 89, 81);
  left: 0;
  top: 50%;
  width: 32px;
  height: 4px;
  margin-top: -2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.swiper .swiper-button-prev:hover::before, .swiper .swiper-button-prev:hover::after, .swiper .swiper-button-next:hover::before, .swiper .swiper-button-next:hover::after {
  background-color: rgb(34, 196, 244);
}
.swiper .swiper-button-prev {
  left: 0;
}
@media (min-width: 1200px) {
  .swiper .swiper-button-prev {
    left: -40px;
  }
}
.swiper .swiper-button-prev::before {
  -webkit-transform: translateX(2px) translateY(10px) rotate(45deg);
          transform: translateX(2px) translateY(10px) rotate(45deg);
}
.swiper .swiper-button-prev::after {
  -webkit-transform: translateX(2px) translateY(-10px) rotate(-45deg);
          transform: translateX(2px) translateY(-10px) rotate(-45deg);
}
.swiper .swiper-button-prev:hover {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.swiper .swiper-button-next {
  right: 0;
}
@media (min-width: 1200px) {
  .swiper .swiper-button-next {
    right: -40px;
  }
}
.swiper .swiper-button-next::before {
  -webkit-transform: translateX(2px) translateY(-10px) rotate(45deg);
          transform: translateX(2px) translateY(-10px) rotate(45deg);
}
.swiper .swiper-button-next::after {
  -webkit-transform: translateX(2px) translateY(10px) rotate(-45deg);
          transform: translateX(2px) translateY(10px) rotate(-45deg);
}
.swiper .swiper-button-next:hover {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.swiper .swiper-pagination {
  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;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(34, 196, 244);
}

.keyVisual {
  padding: 0;
  height: 56.25vw;
}
@media (max-width: 991px) {
  .keyVisual {
    height: 100vw;
  }
}
@media (max-width: 575px) {
  .keyVisual {
    height: 50vh;
  }
}
.keyVisual .responsive-video, .keyVisual .image-background {
  height: 100%;
}
.keyVisual .responsive-video .text, .keyVisual .image-background .text {
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
.keyVisual .responsive-video .text h1, .keyVisual .responsive-video .text .h1, .keyVisual .image-background .text h1, .keyVisual .image-background .text .h1 {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
@media (max-width: 767px) {
  .keyVisual .responsive-video .text h1, .keyVisual .responsive-video .text .h1, .keyVisual .image-background .text h1, .keyVisual .image-background .text .h1 {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .keyVisual .responsive-video .text h1, .keyVisual .responsive-video .text .h1, .keyVisual .image-background .text h1, .keyVisual .image-background .text .h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .keyVisual .responsive-video .text h2, .keyVisual .responsive-video .text .h2, .keyVisual .image-background .text h2, .keyVisual .image-background .text .h2 {
    font-size: 24px;
  }
}
@media (max-width: 575px) {
  .keyVisual .responsive-video .text h2, .keyVisual .responsive-video .text .h2, .keyVisual .image-background .text h2, .keyVisual .image-background .text .h2 {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .keyVisual .responsive-video .text h2, .keyVisual .responsive-video .text .h2, .keyVisual .image-background .text h2, .keyVisual .image-background .text .h2 {
    font-size: 16px;
  }
}
.keyVisual .responsive-video .text h4, .keyVisual .responsive-video .text .h4, .keyVisual .responsive-video .text h5, .keyVisual .responsive-video .text .h5, .keyVisual .responsive-video .text h6, .keyVisual .responsive-video .text .h6, .keyVisual .image-background .text h4, .keyVisual .image-background .text .h4, .keyVisual .image-background .text h5, .keyVisual .image-background .text .h5, .keyVisual .image-background .text h6, .keyVisual .image-background .text .h6 {
  font-weight: 400;
}
@media (max-width: 767px) {
  .keyVisual .responsive-video .text h4, .keyVisual .responsive-video .text .h4, .keyVisual .responsive-video .text h5, .keyVisual .responsive-video .text .h5, .keyVisual .responsive-video .text h6, .keyVisual .responsive-video .text .h6, .keyVisual .image-background .text h4, .keyVisual .image-background .text .h4, .keyVisual .image-background .text h5, .keyVisual .image-background .text .h5, .keyVisual .image-background .text h6, .keyVisual .image-background .text .h6 {
    font-weight: 500;
  }
}
.keyVisual .responsive-video .btn, .keyVisual .image-background .btn {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.keyVisual .responsive-video .btn:hover, .keyVisual .image-background .btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.keyVisual.swiper .swiper-button-prev::before, .keyVisual.swiper .swiper-button-prev::after, .keyVisual.swiper .swiper-button-next::before, .keyVisual.swiper .swiper-button-next::after {
  background-color: rgb(255, 255, 255);
}
.keyVisual.swiper .swiper-button-prev:hover::before, .keyVisual.swiper .swiper-button-prev:hover::after, .keyVisual.swiper .swiper-button-next:hover::before, .keyVisual.swiper .swiper-button-next:hover::after {
  background-color: rgb(255, 196, 10);
}
.keyVisual.sub {
  height: 250px;
  background-color: rgb(34, 196, 244);
  color: rgb(255, 255, 255);
}
.keyVisual.sub .image-background {
  background-image: url(../images/main/main-01.jpg);
}
.keyVisual.sub .image-background .text {
  padding-top: 80px;
}

main section, main .section {
  position: relative;
  word-break: keep-all;
}
main section > article, main .section > article {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  main section > article, main .section > article {
    padding: 80px 0;
  }
}
@media (max-width: 991px) {
  main section > article, main .section > article {
    padding: 70px 0;
  }
}
@media (max-width: 414px) {
  main section > article, main .section > article {
    padding: 60px 0;
  }
}
main section.content, main .section.content {
  padding-top: 120px;
}
@media (max-width: 1199px) {
  main section.content, main .section.content {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  main section.content, main .section.content {
    padding-top: 80px;
  }
}
main .btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .btn.btn-block:not[type=submit] {
  max-width: 320px;
  margin-right: auto;
  margin-left: auto;
}
main .btn.bg-transparent:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}

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

.container-md {
  max-width: 800px;
}

.breadcrumb-wrap {
  border-bottom: solid 1px rgb(224, 224, 224);
}
.breadcrumb-wrap .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: solid 1px rgb(224, 224, 224);
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item::before {
  font-family: "themify";
  content: "\e649";
  color: rgb(224, 224, 224);
  margin-right: 10px;
}

.youtube-iframe {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: 100%;
}
.youtube-iframe iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.bottom-btn {
  position: fixed;
  right: 15px;
  bottom: -50px;
  z-index: 5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.bottom-btn #back_to_top {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  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;
  background-color: rgba(255, 255, 255, 0.9);
  color: rgb(34, 196, 244);
  opacity: 0;
  font-size: 32px;
}
.bottom-btn #back_to_top::before {
  content: "\e627";
  font-family: "themify";
}
.bottom-btn.show {
  bottom: 100px;
}
.bottom-btn.show #back_to_top {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sns-wrap a, .sns-wrap .btn {
  position: relative;
}
.sns-wrap a.social_link, .sns-wrap .btn.social_link {
  text-align: center;
  padding-left: 50px;
  padding-right: 10px;
  position: relative;
}
.sns-wrap a.social_link::before, .sns-wrap .btn.social_link::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80%;
}
.sns-wrap a.social_link.kakao, .sns-wrap .btn.social_link.kakao {
  background-color: rgb(255, 238, 0);
}
.sns-wrap a.social_link.kakao::before, .sns-wrap .btn.social_link.kakao::before {
  background-image: url(../images/icon/symbol-kakao-brown.svg);
}
.sns-wrap a.social_link.naver, .sns-wrap .btn.social_link.naver {
  background-color: rgb(3, 199, 90);
  color: rgb(255, 255, 255);
}
.sns-wrap a.social_link.naver::before, .sns-wrap .btn.social_link.naver::before {
  background-image: url(../images/icon/naver-n.svg);
  background-size: 60%;
}
.sns-wrap a.social_link.google, .sns-wrap .btn.social_link.google {
  background-color: rgb(255, 255, 255);
  border-color: rgb(0, 0, 0);
}
.sns-wrap a.social_link.google::before, .sns-wrap .btn.social_link.google::before {
  background-image: url(../images/icon/symbol-google.svg);
}

.mypage-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-top: solid 1px rgb(89, 89, 81);
  border-bottom: solid 1px rgb(89, 89, 81);
}
.mypage-wrap .nav-left, .mypage-wrap .nav-content {
  height: 100%;
}
.mypage-wrap .nav-left {
  text-align: left;
  height: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  width: 200px;
  padding: 0;
}
.mypage-wrap .nav-left ul, .mypage-wrap .nav-left li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mypage-wrap .nav-left ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.75rem 1rem;
  border-top: solid 1px rgb(125, 125, 125);
  position: relative;
}
.mypage-wrap .nav-left ul a::before {
  font-family: "themify";
  content: "";
  width: 24px;
  height: 24px;
  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: none;
  font-size: 1rem;
  margin-right: 10px;
}
.mypage-wrap .nav-left ul.depth-01 {
  font-size: 1.1rem;
}
.mypage-wrap .nav-left ul.depth-01 a.active {
  color: rgb(34, 196, 244);
}
.mypage-wrap .nav-left ul.depth-01 a.collapse-title::before {
  content: "\e61a";
}
.mypage-wrap .nav-left ul.depth-01 a.reserv::before {
  content: "\e6b6";
}
.mypage-wrap .nav-left ul.depth-01 a.reserv-list::before {
  content: "\e6b4";
}
.mypage-wrap .nav-left ul.depth-01 a.point::before {
  content: "\e67d";
}
.mypage-wrap .nav-left ul.depth-01 a.user::before {
  content: "\e602";
}
.mypage-wrap .nav-left ul.depth-01 a.logout::before {
  content: "\e682";
}
.mypage-wrap .nav-left ul.depth-01 a.manager::before {
  content: "\e726";
}
.mypage-wrap .nav-left ul.depth-01 a.manager-info::before {
  content: "\e602";
}
.mypage-wrap .nav-left ul.depth-01 > li.active {
  background-color: rgb(241, 249, 255);
}
.mypage-wrap .nav-left ul.depth-02 {
  font-size: 1rem;
  margin-left: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.mypage-wrap .nav-left ul.depth-02 a {
  border: none;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 300;
}
.mypage-wrap .nav-left ul.depth-02 a::before {
  content: "\e6a4";
  margin-right: 5px;
}
.mypage-wrap .nav-left ul.depth-02 a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: rgb(89, 89, 81);
  left: 0.5rem;
  top: 50%;
  margin-top: -0.5px;
}
.mypage-wrap .nav-left ul.depth-02 a.active {
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.mypage-wrap .nav-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  .mypage-wrap .nav-left {
    overflow-y: auto;
  }
  .mypage-wrap .nav-left .depth-01 > li.active > a {
    color: rgb(34, 196, 244);
  }
  .mypage-wrap .nav-left .depth-01 > li.active > a::before {
    border-color: rgb(34, 196, 244);
  }
  .mypage-wrap .nav-left .depth-01 > li.active .collapse-menu {
    display: block;
  }
  .mypage-wrap .nav-content {
    max-width: calc(100% - 200px);
    min-height: 500px;
    border-left: solid 1px rgb(89, 89, 81);
  }
}
@media (max-width: 767px) {
  .mypage-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mypage-wrap .nav-left, .mypage-wrap .nav-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: none;
  }
  .mypage-wrap .nav-left {
    position: fixed;
    height: 70px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgb(255, 255, 255);
    z-index: 3;
  }
  .mypage-wrap .nav-left * {
    font-size: 0.9rem;
  }
  .mypage-wrap .nav-left #nav_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mypage-wrap .nav-left #nav_left > ul {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }
  .mypage-wrap .nav-left #nav_left > ul > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mypage-wrap .nav-left #nav_left > ul > li > a::before {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .mypage-wrap .nav-left #nav_left > ul + ul {
    border-left: solid 1px rgb(89, 89, 81);
  }
  .mypage-wrap .nav-left #nav_left ul.depth-02 {
    margin-left: 0;
    background-color: rgb(255, 255, 255);
  }
  .mypage-wrap .nav-left #nav_left ul.depth-02 a::after {
    display: none;
  }
  .mypage-wrap .nav-left #nav_left ul.depth-01 > li.active {
    background-color: rgb(34, 196, 244) !important;
  }
  .mypage-wrap .nav-left #nav_left ul.depth-01 > li.active > a {
    color: rgb(255, 255, 255);
  }
  .mypage-wrap .nav-left #nav_left li.collapse-group .collapse-title::after {
    display: none;
  }
  .mypage-wrap .nav-left #nav_left li.collapse-group .collapse-menu {
    position: absolute;
    width: 200%;
    left: -50%;
    bottom: calc(100% - 1px);
    border: solid 1px rgb(0, 0, 0);
    -webkit-box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.1);
  }
  .mypage-wrap .nav-left #nav_left ul:first-child li.collapse-group .collapse-menu {
    left: 0;
  }
  .mypage-wrap .nav-content {
    height: auto;
    min-height: auto;
  }
}
@media (max-width: 575px) {
  .mypage-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mypage-wrap .nav-left * {
    font-size: 0.9rem;
  }
  .mypage-wrap .nav-left ul.depth-01 > li > a {
    padding-right: 0;
    padding-left: 0;
  }
  .mypage-wrap .nav-content {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* 별 평점 */
.star-review {
  position: relative;
  display: inline-block;
}
.star-review ul, .star-review li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.star-review ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.star-review ul li::before {
  content: "";
  font-family: "FontAwesome";
}
.star-review ul li + li {
  margin-left: 5px;
}
.star-review ul.base li::before {
  content: "\f006";
}
.star-review ul.rating {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 0;
}
.star-review ul.rating li::before {
  content: "\f005";
}

/* table */
.table thead th, .table tbody td, .table th, .table td {
  border-color: rgb(0, 0, 0);
  border-bottom: solid 1px rgb(0, 0, 0);
}
.table tbody td, .table td {
  border-top: none;
}
.table .td_img {
  padding: 0;
}
.table .td_img .border-radius {
  border-radius: 3px;
}
.table .td_chk {
  width: 35px;
}
.table .td_chk .checkbox, .table .td_chk .radio {
  display: inline-block;
  width: 20px;
}

.table {
  margin-bottom: 0;
}
.table ul, .table li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.table > ul, .table ul.thead, .table ul.tbody, .table .tbody > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  border-bottom: solid 1px rgb(125, 125, 125);
}
.table > ul > li, .table ul.thead > li, .table ul.tbody > li, .table .tbody > ul > li {
  list-style: none;
  margin: 0;
  padding: 1rem 0.5rem;
}
.table > ul > li.num, .table > ul > li.chk, .table ul.thead > li.num, .table ul.thead > li.chk, .table ul.tbody > li.num, .table ul.tbody > li.chk, .table .tbody > ul > li.num, .table .tbody > ul > li.chk {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
}
.table > ul > li.datetime, .table > ul > li.type, .table ul.thead > li.datetime, .table ul.thead > li.type, .table ul.tbody > li.datetime, .table ul.tbody > li.type, .table .tbody > ul > li.datetime, .table .tbody > ul > li.type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  line-height: 1.2;
}
.table > ul > li.datetime.input, .table > ul > li.type.input, .table ul.thead > li.datetime.input, .table ul.thead > li.type.input, .table ul.tbody > li.datetime.input, .table ul.tbody > li.type.input, .table .tbody > ul > li.datetime.input, .table .tbody > ul > li.type.input {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
  width: 140px;
}
.table > ul > li.datetime2, .table ul.thead > li.datetime2, .table ul.tbody > li.datetime2, .table .tbody > ul > li.datetime2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  width: 180px;
}
.table > ul > li.test-type, .table ul.thead > li.test-type, .table ul.tbody > li.test-type, .table .tbody > ul > li.test-type {
  font-family: "omnigothic", "S-Core Dream";
  font-weight: 500;
  font-size: 0.9rem;
}
.table > ul > li.subj, .table ul.thead > li.subj, .table ul.tbody > li.subj, .table .tbody > ul > li.subj {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
}
.table > ul > li.subj a.link, .table ul.thead > li.subj a.link, .table ul.tbody > li.subj a.link, .table .tbody > ul > li.subj a.link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table > ul > li.subj.subj2, .table ul.thead > li.subj.subj2, .table ul.tbody > li.subj.subj2, .table .tbody > ul > li.subj.subj2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
  width: 250px;
}
.table > ul > li.status, .table ul.thead > li.status, .table ul.tbody > li.status, .table .tbody > ul > li.status {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  width: 80px;
}
.table > ul.thead, .table ul.thead.thead, .table ul.tbody.thead, .table .tbody > ul.thead {
  background-color: rgba(34, 196, 244, 0.1);
  border-top: solid 2px rgb(34, 196, 244);
  font-weight: 500;
  line-height: 1.2;
}
.table > ul.thead > li, .table ul.thead.thead > li, .table ul.tbody.thead > li, .table .tbody > ul.thead > li {
  text-align: center !important;
}
.table > ul.thead > li + li, .table ul.thead.thead > li + li, .table ul.tbody.thead > li + li, .table .tbody > ul.thead > li + li {
  border-left: solid 1px rgb(125, 125, 125);
}
.table > ul.tbody, .table ul.thead.tbody, .table ul.tbody.tbody, .table .tbody > ul.tbody {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .table > ul.thead, .table ul.thead.thead, .table ul.tbody.thead, .table .tbody > ul.thead {
    display: none;
  }
  .table > ul > li, .table ul.thead > li, .table ul.tbody > li, .table .tbody > ul > li {
    width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    text-align: left;
    padding: 0.25rem 0;
  }
  .table > ul > li.num, .table ul.thead > li.num, .table ul.tbody > li.num, .table .tbody > ul > li.num {
    display: none !important;
  }
  .table > ul > li.subj, .table ul.thead > li.subj, .table ul.tbody > li.subj, .table .tbody > ul > li.subj {
    display: block;
    width: 100% !important;
    display: block;
    font-weight: 500;
  }
  .table > ul > li.status, .table ul.thead > li.status, .table ul.tbody > li.status, .table .tbody > ul > li.status {
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-top: 0;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .table > ul, .table ul.thead, .table ul.tbody, .table .tbody > ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px 5px;
  }
}
@media (max-width: 575px) {
  .table > ul, .table ul.thead, .table ul.tbody, .table .tbody > ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
  }
}
.table.table-res {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.table.table-res > ul > li, .table.table-res ul.thead > li, .table.table-res ul.tbody > li, .table.table-res .tbody > ul > li {
  border-bottom: solid 1px rgb(224, 224, 224);
  padding: 0.75rem 1rem;
}
@media (max-width: 991px) {
  .table.table-res > ul, .table.table-res ul.thead, .table.table-res ul.tbody, .table.table-res .tbody > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: solid 1px rgb(89, 89, 81);
    border-top: solid 2px rgb(34, 196, 244);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
    margin: 5px 5px;
    padding: 10px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .table.table-res > ul > li, .table.table-res ul.thead > li, .table.table-res ul.tbody > li, .table.table-res .tbody > ul > li {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .table.table-res > ul > li.subj, .table.table-res ul.thead > li.subj, .table.table-res ul.tbody > li.subj, .table.table-res .tbody > ul > li.subj {
    padding: 0.5rem 0;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .table.table-res > ul > li[data-title]::before, .table.table-res ul.thead > li[data-title]::before, .table.table-res ul.tbody > li[data-title]::before, .table.table-res .tbody > ul > li[data-title]::before {
    content: attr(data-title);
    margin-right: 5px;
    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;
    text-align: center;
    line-height: 1.2;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    width: 25%;
    padding: 0.5rem 0;
    font-weight: 500;
    font-size: 90%;
    margin-right: 5px;
  }
}
@media (max-width: 575px) {
  .table.table-res > ul, .table.table-res ul.thead, .table.table-res ul.tbody, .table.table-res .tbody > ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    max-width: none;
    padding: 0;
    border-width: 2px 0 1px 0;
  }
}
@media (min-width: 992px) {
  .table.table-res {
    display: table;
    border-top: solid 1px rgb(34, 196, 244);
  }
  .table.table-res.table-fixed {
    table-layout: fixed;
  }
  .table.table-res.table-auto {
    table-layout: auto;
  }
  .table.table-res div.tbody {
    display: table-row-group;
  }
  .table.table-res > ul.thead, .table.table-res > ul.tbody, .table.table-res .tbody > ul {
    display: table-row;
  }
  .table.table-res > ul.thead > li, .table.table-res > ul.tbody > li, .table.table-res .tbody > ul > li {
    display: table-cell;
    vertical-align: middle;
    border-bottom: solid 1px rgb(125, 125, 125);
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .table.table-res > ul.thead > li {
    padding: 0.75rem 0;
  }
  .table.table-res .tbody > ul > li.input > div, .table.table-res > ul.tbody > li.input > div {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
@media (max-width: 991px) {
  .table.table-res ul.thead {
    display: none;
  }
  .table.table-res div.tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px;
  }
}
@media (max-width: 767px) {
  .table.table-res div.tbody {
    margin: 0;
  }
}

.responsive-video {
  overflow: hidden;
}
.responsive-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .responsive-box {
    border: 1px solid rgb(89, 89, 81);
  }
}

.btn-group-abs {
  position: absolute;
  right: 10px;
  top: 10px;
}

.status-wrap {
  text-align: left;
  position: relative;
}
.status-wrap::before {
  content: "";
  width: 5px;
  height: 100%;
  position: absolute;
  left: 15p;
}
.status-wrap ul, .status-wrap li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.status-wrap > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 50px;
  color: rgb(224, 224, 224);
  font-size: 16px;
}
.status-wrap > ul::before, .status-wrap > ul li.attach::after {
  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-radius: 100%;
  line-height: 1;
}
.status-wrap > ul::before, .status-wrap > ul::after {
  content: "";
  position: absolute;
  left: 5px;
}
.status-wrap > ul::before {
  top: 18px;
  width: 20px;
  height: 20px;
  background-color: rgb(224, 224, 224);
  border: 5px solid rgb(224, 224, 224);
  z-index: 1;
}
.status-wrap > ul::after {
  top: 26px;
  width: 20px;
  height: 100%;
  background-color: rgb(224, 224, 224);
  z-index: 0;
}
.status-wrap > ul:last-child::after {
  display: none;
}
.status-wrap > ul > li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  z-index: 1;
}
.status-wrap > ul > li.attach {
  cursor: pointer;
}

.status-wrap > ul > li.attach2 {
  cursor: pointer;
}

.status-wrap > ul > li.attach[data-attach] {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
}

.status-wrap > ul > li.attach2[data-attach] {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
}

.status-wrap > ul > li.attach[data-attach]::before {
  content: "\e633";
  font-family: "themify";
  color: rgb(224, 224, 224);
  font-weight: 500;
  font-size: 16px;
}

.status-wrap > ul > li.attach2[data-attach]::before {
  content: "\e633";
  font-family: "themify";
  color: rgb(224, 224, 224);
  font-weight: 500;
  font-size: 16px;
}

.status-wrap > ul > li.attach[data-attach]::after {
  content: attr(data-attach);
  width: 30px;
  height: 30px;
  background-color: rgb(224, 224, 224);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
}

.status-wrap > ul > li.attach2[data-attach]::after {
  content: attr(data-attach);
  width: 30px;
  height: 30px;
  background-color: rgb(224, 224, 224);
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 500;
}

.status-wrap > ul.active::before, .status-wrap > ul.did::before {
  background-color: rgb(255, 255, 255);
  border-color: rgb(34, 196, 244);
  color: rgb(34, 196, 244);
}
.status-wrap > ul.active {
  color: rgb(34, 196, 244);
}
.status-wrap > ul.active::before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 12px;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 0;
  background-color: rgb(255, 255, 255);
  border-color: rgb(34, 196, 244);
}
.status-wrap > ul.active > li.attach::before {
  color: rgb(34, 196, 244);
}

.status-wrap > ul.active > li.attach2::before {
  color: rgb(34, 196, 244);
}

.status-wrap > ul.active > li.attach::after {
  background-color: rgb(34, 196, 244);
}

.status-wrap > ul.active > li.attach2::after {
	display:none;
  background-color: rgb(34, 196, 244);
}

.status-wrap > ul.did {
  color: rgb(89, 89, 81);
}
.status-wrap > ul.did::after {
  background-color: rgb(34, 196, 244);
}
.status-wrap > ul.did > li.attach::before {
  color: rgb(89, 89, 81);
}

.status-wrap > ul.did > li.attach2::before {
  color: rgb(89, 89, 81);
}

.status-wrap > ul.did > li.attach::after {
  background-color: rgb(89, 89, 81);
}

.status-wrap > ul.did > li.attach2::after {
  background-color: rgb(89, 89, 81);
}

.status-wrap.min > ul {
  padding-top: 2px;
  padding-bottom: 2px;
}
.status-wrap.min > ul::before {
  top: 12px;
}
.status-wrap.min > ul::after {
  top: 22px;
}
.status-wrap.min > ul > li.attach[data-attach] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42x;
}

.status-wrap.min > ul > li.attach2[data-attach] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  width: 42x;
}

.status-wrap.min > ul > li.attach[data-attach]::after {
  width: 22px;
  height: 22px;
}

.status-wrap.min > ul > li.attach2[data-attach]::after {
  width: 22px;
  height: 22px;
}

.card {
  border-radius: 0;
  border-color: rgb(125, 125, 125);
}
.card .card-header {
  background-color: rgba(34, 196, 244, 0.1);
  border-color: rgba(34, 196, 244, 0.2);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.card .card-body {
  padding: 1rem;
}

.input-group {
  border-radius: 0;
}
.input-group.border-radius-0 * {
  border-radius: 0 !important;
}

/******************
Template responsive
*******************/
@media (max-width: 991px) {
  .collapse-open {
    overflow: hidden;
  }
  .collapse-open::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgb(255, 255, 255);
    opacity: 0.5;
    z-index: 4;
  }
}
@media (max-width: 767px) {
  main.mypage ~ #footer {
    padding-bottom: 70px;
  }
}