@import "../font-awesome/css/font-awesome.min.css";
@import "../themify-icons/themify-icons.css";
@import "../flag/css/flag-icon.min.css";
@import "./fn.css";
@import "./fonts.css";
.border-0 {
  border-width: 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;
}

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

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

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

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

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

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

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

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

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

.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-opacity1, .bg-wh-opacity1, .badge-wh-opacity1 {
  background-color: rgba(255, 255, 255, 0.45) !important;
}

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

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

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

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

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

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

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

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

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

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

.list-check.list-wh-opacity2 li::before {
  color: rgba(255, 255, 255, 0.75) !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-opacity1, .bg-bl-opacity1, .badge-bl-opacity1 {
  background-color: rgba(0, 0, 0, 0.45) !important;
}

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

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

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

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

.list-check.list-bl-opacity1 li::before {
  color: rgba(0, 0, 0, 0.45) !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-skin, .bg-skin, .badge-skin {
  background-color: rgb(5, 170, 160) !important;
}

.btn-outline-skin {
  color: rgb(5, 170, 160) !important;
  border-color: rgb(5, 170, 160) !important;
}

.text-skin {
  color: rgb(5, 170, 160) !important;
}

.border-skin {
  border-color: rgb(5, 170, 160) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-skin li::before {
  background-color: rgb(5, 170, 160) !important;
}

.list-check.list-skin li::before {
  color: rgb(5, 170, 160) !important;
}

.btn-skin-light, .bg-skin-light, .badge-skin-light {
  background-color: rgb(223, 238, 236) !important;
}

.btn-outline-skin-light {
  color: rgb(223, 238, 236) !important;
  border-color: rgb(223, 238, 236) !important;
}

.text-skin-light {
  color: rgb(223, 238, 236) !important;
}

.border-skin-light {
  border-color: rgb(223, 238, 236) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-skin-light li::before {
  background-color: rgb(223, 238, 236) !important;
}

.list-check.list-skin-light li::before {
  color: rgb(223, 238, 236) !important;
}

.btn-skin-opacity, .bg-skin-opacity, .badge-skin-opacity {
  background-color: rgba(5, 170, 160, 0.05) !important;
}

.btn-outline-skin-opacity {
  color: rgba(5, 170, 160, 0.05) !important;
  border-color: rgba(5, 170, 160, 0.05) !important;
}

.text-skin-opacity {
  color: rgba(5, 170, 160, 0.05) !important;
}

.border-skin-opacity {
  border-color: rgba(5, 170, 160, 0.05) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-skin-opacity li::before {
  background-color: rgba(5, 170, 160, 0.05) !important;
}

.list-check.list-skin-opacity li::before {
  color: rgba(5, 170, 160, 0.05) !important;
}

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

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

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

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

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

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

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

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

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

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

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

.list-check.list-dark2 li::before {
  color: rgb(81, 81, 81) !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(44, 181, 126) !important;
}

.btn-outline-success {
  color: rgb(44, 181, 126) !important;
  border-color: rgb(44, 181, 126) !important;
}

.text-success {
  color: rgb(44, 181, 126) !important;
}

.border-success {
  border-color: rgb(44, 181, 126) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-success li::before {
  background-color: rgb(44, 181, 126) !important;
}

.list-check.list-success li::before {
  color: rgb(44, 181, 126) !important;
}

.btn-mint, .bg-mint, .badge-mint {
  background-color: rgb(20, 200, 190) !important;
}

.btn-outline-mint {
  color: rgb(20, 200, 190) !important;
  border-color: rgb(20, 200, 190) !important;
}

.text-mint {
  color: rgb(20, 200, 190) !important;
}

.border-mint {
  border-color: rgb(20, 200, 190) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-mint li::before {
  background-color: rgb(20, 200, 190) !important;
}

.list-check.list-mint li::before {
  color: rgb(20, 200, 190) !important;
}

.btn-info, .bg-info, .badge-info {
  background-color: rgb(71, 188, 232) !important;
}

.btn-outline-info {
  color: rgb(71, 188, 232) !important;
  border-color: rgb(71, 188, 232) !important;
}

.text-info {
  color: rgb(71, 188, 232) !important;
}

.border-info {
  border-color: rgb(71, 188, 232) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-info li::before {
  background-color: rgb(71, 188, 232) !important;
}

.list-check.list-info li::before {
  color: rgb(71, 188, 232) !important;
}

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

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

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

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

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

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

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

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

.text-danger {
  color: rgb(229, 38, 0) !important;
}

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

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

.list-check.list-danger li::before {
  color: rgb(229, 38, 0) !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-light, .bg-light, .badge-light {
  background-color: rgb(245, 245, 245) !important;
}

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

.text-light {
  color: rgb(245, 245, 245) !important;
}

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

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

.list-check.list-light li::before {
  color: rgb(245, 245, 245) !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(33, 197, 6) !important;
}

.btn-outline-naver {
  color: rgb(33, 197, 6) !important;
  border-color: rgb(33, 197, 6) !important;
}

.text-naver {
  color: rgb(33, 197, 6) !important;
}

.border-naver {
  border-color: rgb(33, 197, 6) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-naver li::before {
  background-color: rgb(33, 197, 6) !important;
}

.list-check.list-naver li::before {
  color: rgb(33, 197, 6) !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;
}

.btn-esg-green, .bg-esg-green, .badge-esg-green {
  background-color: rgb(25, 154, 72) !important;
}

.btn-outline-esg-green {
  color: rgb(25, 154, 72) !important;
  border-color: rgb(25, 154, 72) !important;
}

.text-esg-green {
  color: rgb(25, 154, 72) !important;
}

.border-esg-green {
  border-color: rgb(25, 154, 72) !important;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-circle.list-esg-green li::before {
  background-color: rgb(25, 154, 72) !important;
}

.list-check.list-esg-green li::before {
  color: rgb(25, 154, 72) !important;
}

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

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

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

.font-rival {
  font-family: "rival-sans" !important;
}

.font-pencil {
  font-family: "pln-serenity" !important;
}

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

body {
  font-size: clamp(12px, 5vw, 14px);
  color: rgb(0, 0, 0);
  line-height: 1.6;
  letter-spacing: 0em;
  background-color: transparent;
  margin: 0;
  font-family: "Pretendard", "Gmarket Sans", sans-serif;
  overflow-x: hidden;
}
body.pop-body {
  background: transparent;
}

button:focus {
  outline: 0 !important;
}

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

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

::-moz-selection {
  background-color: rgba(5, 170, 160, 0.05);
  text-shadow: none;
}

::selection {
  background-color: rgba(5, 170, 160, 0.05);
  text-shadow: none;
}

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

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

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

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

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

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

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

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

hr {
  margin: 1rem auto;
  border: 0;
  border-top: 1px solid 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, dl {
  margin: 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 {
  border: none;
  width: 100%;
}
iframe.auto-height {
  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.4rem;
  height: 4.2rem;
  text-align: left;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-overflow.one-line { /*white-space: nowrap;*/
  -webkit-line-clamp: 1;
  height: 1.4rem;
}
.text-overflow.two-line {
  -webkit-line-clamp: 2;
  height: 2.8rem;
}
.text-overflow.three-line {
  -webkit-line-clamp: 3;
  height: 4.2rem;
}
.text-overflow.four-line {
  -webkit-line-clamp: 4;
  height: 5.6rem;
}

.btn, .button {
  border-radius: 5px;
  padding: 8.5PX 10px;
  line-height: 1;
  font-weight: 500;
  border-radius: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
  cursor: pointer;
  letter-spacing: 0px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.btn:hover, .btn:focus, .button:hover, .button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0 !important;
}
.btn.btn-rounded, .button.btn-rounded {
  border-radius: 25.5px;
}
.btn.btn-lg, .button.btn-lg {
  font-size: 18px;
  padding: 12.5px 18px;
  font-weight: 600;
}
.btn.btn-lg.btn-rounded, .button.btn-lg.btn-rounded {
  border-radius: 35px;
}
.btn.btn-md, .button.btn-md {
  font-size: 16.5px;
  padding: 11px 25px;
}
.btn.btn-md.btn-rounded, .button.btn-md.btn-rounded {
  border-radius: 20px;
}
.btn.btn-sm, .button.btn-sm {
  font-size: 12px;
  padding: 6px 8px;
}
.btn.btn-sm.btn-rounded, .button.btn-sm.btn-rounded {
  border-radius: 16px;
}
.btn.btn-transparent:hover, .btn.bg-dark.text-wh:hover, .button.btn-transparent:hover, .button.bg-dark.text-wh:hover {
  background-color: rgb(255, 255, 255) !important;
  color: rgb(13, 13, 13) !important;
}
.btn.bg-dark.text-wh:hover, .button.bg-dark.text-wh:hover {
  border-color: rgb(13, 13, 13) !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(0, 0, 0);
  color: rgb(0, 0, 0);
  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: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgb(0, 0, 0);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn.custom:hover > span {
  color: rgb(255, 255, 255);
}
.btn.custom:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
}
@media (max-width: 575px) {
  .btn.custom {
    font-size: 18px;
    height: 50px;
    border-radius: 25px;
  }
}
.btn.custom.reverse {
  border-color: rgb(0, 0, 0);
  background-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
}
.btn.custom.reverse::before {
  background-color: rgb(255, 255, 255);
}
.btn.custom.reverse:hover {
  border-color: rgb(0, 0, 0);
}
.btn.custom.reverse:hover > span {
  color: rgb(0, 0, 0);
}

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

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

.noresize {
  resize: none;
}

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

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

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

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

.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: 1px solid colo(gray-s);
  border-radius: 100%;
  color: rgb(153, 153, 153);
  width: 32px;
  height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
  background-color: transparent;
}
.pagination .page-item .page-link:focus, .pagination .page-item .page-link:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: rgb(13, 13, 13);
}
.pagination .page-item.active .page-link {
  border-color: rgb(13, 13, 13);
  color: rgb(0, 0, 0);
  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;
}
.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-bottom: 0;
}
.list > li {
  padding-left: 10px;
  position: relative;
}
.list > li::before {
  content: "";
}
.list > li > ol {
  padding-left: 15px;
}
.list > li > ol > li {
  padding-left: 0;
}
.list > li > ol > li::before {
  display: none;
}
.list.list-circle > li::before {
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: rgb(81, 81, 81);
  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(81, 81, 81);
}
.list.list-custom > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list.list-custom > li::before {
  content: attr(data-title);
  white-space: nowrap;
  margin-right: 8px;
}

.nav-tabs {
  margin-bottom: 0;
  z-index: 2;
  border: none;
}
.nav-tabs .nav-item .nav-link {
  position: relative;
  border-width: 0 0 1px 0;
}
.nav-tabs .nav-item .nav-link:hover {
  border-color: rgb(13, 13, 13);
  border-style: dashed;
}
.nav-tabs .nav-item .nav-link.active {
  font-weight: 700;
  border-color: rgb(0, 0, 0);
  color: rgb(0, 0, 0);
}
.nav-tabs .nav-item .nav-link.active::before {
  content: "\e64c";
  font-family: "themify";
  margin-right: 5px;
  font-size: 90%;
}
.nav-tabs .nav-item + .nav-item {
  margin-left: -1px;
}
.nav-tabs.nav-pills {
  margin-bottom: 0;
  border: none;
}
.nav-tabs.nav-pills .nav-item:first-child .nav-link {
  border-radius: 30px 0 0 0;
}
.nav-tabs.nav-pills .nav-item:last-child .nav-link {
  border-radius: 0 0 30px 0;
}
.nav-tabs.nav-pills .nav-item .nav-link {
  border-radius: 0;
  border: 1px solid rgb(125, 125, 125);
  opacity: 1;
  font-family: "Gmarket Sans";
  overflow: hidden;
}
.nav-tabs.nav-pills .nav-item .nav-link:hover {
  background-color: rgba(5, 170, 160, 0.05);
  border-color: rgb(5, 170, 160) !important;
  color: rgb(5, 170, 160);
  z-index: 1;
}
.nav-tabs.nav-pills .nav-item .nav-link:hover::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: rgb(81, 81, 81);
  top: 0;
  right: -1px;
}
.nav-tabs.nav-pills .nav-item .nav-link.active {
  background-color: rgb(5, 170, 160);
  color: rgb(255, 255, 255);
  border-color: rgb(5, 170, 160) !important;
}
.nav-tabs.nav-pills .nav-item + .nav-item {
  margin-left: -1px;
}
.nav-tabs.nav-pills .nav-item:last-child .nav-link::after {
  display: none;
}
.nav-tabs.nav-justified .nav-item .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.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, .image-background .icon-wrap {
  position: absolute;
}
.image-background .text {
  z-index: 3;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
}
.image-background .text > iframe {
  width: 100%;
  height: 100%;
}
.image-background .icon-wrap {
  z-index: 4;
  top: 20px;
  left: 20px;
  right: 2px;
  bottom: 20px;
}
.image-background .icon-wrap .icon {
  width: auto;
  height: 32px;
}
.image-background.contain {
  background-size: contain;
}
.image-background.auto {
  background-size: auto;
}
.image-background.circle {
  border-radius: 100%;
}
.image-background.video {
  padding-bottom: 56.25%;
}

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

.cert-wrap {
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.6;
}

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

.dropdown > .btn {
  border-color: rgb(224, 224, 224);
}
.dropdown hr {
  border-color: rgb(237, 237, 237);
}
.dropdown .dropdown-menu {
  min-width: auto;
  max-width: none;
  width: 100%;
  border: 1px solid rgb(224, 224, 224);
  border-radius: 0;
  padding: 0;
  margin-top: -1px;
}
.dropdown .dropdown-menu .dropdown-item {
  padding: 3px 12px;
  font-size: 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:hover {
  background-color: rgb(237, 237, 237);
}
.dropdown .dropdown-menu .dropdown-item.active {
  background-color: rgb(5, 170, 160);
  color: rgb(255, 255, 255);
}
.dropdown .dropdown-menu .dropdown-item .flag-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
}
.dropdown .dropdown-menu.adm-nav {
  width: 90px;
}

/* header */
#header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#header .navbar-brand {
  padding: 0;
  margin: 0 auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 175px;
  height: 60px;
  background: url(../images/woritech/logo-color.png?v=2) no-repeat 50% 50%;
  background-size: auto;
  z-index: 1;
}
#header .navbar-toggler, #header .navbar-button {
  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;
  width: 40px;
  height: 40px;
}
#header .navbar-toggler {
  z-index: 9;
  margin: 10px 0 0 10px;
  padding: 0;
  background-color: transparent;
  display: 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;
  width: 32px;
  height: 3px;
  left: 0;
  background-color: rgb(13, 13, 13);
}
#header .navbar-toggler > span.navbar-toggler-icon::before, #header .navbar-toggler > span.navbar-toggler-icon::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: rgb(13, 13, 13);
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#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-btn {
  color: rgb(255, 255, 255);
}
#header .navbar-btn.reserv {
  background-color: rgb(33, 197, 6);
}
#header .navbar-custom {
  width: 100%;
  height: 80px;
  padding: 10px 0;
  left: 0;
  top: 0;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: fixed;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0);
          box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
#header .navbar-custom > .navbar-collapse {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: none;
}
#header .navbar-custom > .container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#header .navbar-custom #navigation {
  position: relative;
  padding-bottom: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
#header .navbar-custom #navigation .navbar-nav {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
}
#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;
  font-family: "Gmarket Sans";
  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: 20px;
  padding: 20px 20px;
  text-transform: capitalize;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link::after {
  display: none;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link > span {
  position: relative;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link > span::before {
  content: "";
  position: absolute;
  left: -5px;
  bottom: -20px;
  opacity: 0;
  width: calc(100% + 10px);
  height: 1px;
  background-color: rgb(255, 255, 255);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#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(5, 170, 160) !important;
}
#header .navbar-custom #navigation .navbar-nav .nav-item .nav-link:hover > span::before, #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link:active > span::before, #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link.active > span::before {
  opacity: 1;
  bottom: -10px;
}
#header .navbar-custom #navigation .navbar-nav .nav-sub {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  background-color: transparent;
  border: none;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
#header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link {
  font-size: 16px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  display: block;
  padding: 6px 12px;
}
#header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link:hover, #header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link:active, #header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link.active {
  color: rgb(5, 170, 160);
}
#header.fixed .navbar-custom {
  position: fixed;
  background-color: rgb(255, 255, 255);
}
#header.sticky .navbar-custom {
  position: sticky;
}
#header.header-main:not(.fixed) .navbar-brand {
  background-image: url(../images/woritech/logo-white.png?v=2);
}
#header.header-main:not(.fixed) .navbar-toggler > span.navbar-toggler-icon {
  background-color: rgb(255, 255, 255);
}
#header.header-main:not(.fixed) .navbar-toggler > span.navbar-toggler-icon::before, #header.header-main:not(.fixed) .navbar-toggler > span.navbar-toggler-icon::after {
  background-color: rgb(255, 255, 255);
}
#header.header-main:not(.fixed) .navbar-custom {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}
#header.header-main:not(.fixed) .navbar-custom #navigation .navbar-nav .nav-item .nav-link, #header.header-main:not(.fixed) .navbar-custom #navigation .navbar-nav .nav-sub .sub-link {
  color: rgb(255, 255, 255);
}
#header.header-main:not(.fixed).show .navbar-custom {
  background-color: rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  #header.header-main:not(.fixed).show .navbar-custom #navigation {
    background-color: rgb(13, 13, 13);
  }
}
@media (min-width: 768px) {
  #header .navbar-custom #navigation .navbar-nav .nav-sub {
    display: block;
  }
  #header.show .navbar-custom {
    background-color: rgb(255, 255, 255);
    height: 350px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
  }
  #header.show .navbar-custom #navigation .navbar-nav .nav-sub {
    height: auto;
    display: block;
  }
}
@media (min-width: 1200px) {
  #header .navbar-custom #navigation .navbar-nav {
    min-width: 60%;
  }
}
@media (max-width: 767px) {
  #header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
  }
  #header .navbar-brand {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 5px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #header .navbar-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #header .navbar-custom {
    background-color: rgb(255, 255, 255);
    padding: 5px 0;
    height: 70px;
  }
  #header .navbar-custom #navigation {
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255);
    background-size: auto 40px;
    padding-top: 100px;
    text-align: left;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #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;
  }
  #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 15px 20px;
  }
  #header .navbar-custom #navigation .navbar-nav .nav-item .nav-link.active ~ .nav-sub {
    display: block;
  }
  #header .navbar-custom #navigation .navbar-nav .nav-sub .sub-link {
    text-align: left;
    padding: 5px 20px;
  }
  #header.show .navbar-custom #navigation .navbar-nav .nav-item .nav-link {
    color: rgb(0, 0, 0);
  }
  #header.show .navbar-custom #navigation .navbar-nav .nav-sub {
    padding: 0;
    margin: 0 0 1rem 0;
  }
}

.header-noti {
  background-color: rgb(0, 0, 0);
  position: relative;
}
.header-noti * {
  color: rgb(255, 255, 255);
}
.header-noti .scroll-vertical {
  word-wrap: break-word;
  height: 40px;
  line-height: 40px;
  text-align: center;
  overflow: hidden;
  /*display: -webkit-box;*/
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  letter-spacing: 0.025rem;
}
.header-noti .scroll-vertical .swiper-slide {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  -webkit-line-clamp: 1;
  word-wrap: break-word;
}

#footer {
  background-color: rgb(245, 245, 245);
  color: rgb(13, 13, 13);
  font-weight: 100;
  font-family: "Gmarket Sans";
}
#footer a {
  color: rgb(13, 13, 13);
}
#footer strong {
  font-weight: 400;
  color: rgb(0, 0, 0);
}
#footer .footer-info {
  padding: 40px 0;
}

.sns-wrap {
  background-color: rgb(255, 255, 255);
  border-radius: 15px 0 0 15px;
  overflow: hidden;
  -webkit-box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.1);
          box-shadow: -3px 0 3px 0 rgba(0, 0, 0, 0.1);
  position: fixed;
  right: 0;
  bottom: -80px;
  z-index: 5;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sns-wrap a {
  position: relative;
  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;
  line-height: 1;
  width: 80px;
  height: 80px;
  padding: 10px 0;
}
.sns-wrap a::before, .sns-wrap a > i {
  font-size: 35px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  color: rgb(5, 170, 160);
}
.sns-wrap a.social_link {
  background-color: rgb(255, 255, 255);
  color: rgb(13, 13, 13);
  background-size: 50%;
}
.sns-wrap a.social_link:hover {
  border-color: rgb(5, 170, 160);
  color: rgb(5, 170, 160);
}
.sns-wrap a.social_link::before {
  content: "";
  font-family: "FontAwesome";
  width: 100%;
  height: 30px;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sns-wrap a.social_link::after {
  content: attr(data-title);
  font-size: 12px;
  font-weight: 400;
  margin-top: 5px;
  font-family: "Gmarket Sans";
}
.sns-wrap a.social_link.instagram::before {
  content: "\f16d";
}
.sns-wrap a.social_link.facebook::before {
  content: "\f09a";
}
.sns-wrap a.social_link[class*=naver-] {
  background-color: rgb(33, 197, 6);
}
.sns-wrap a.social_link.naver-blog::before {
  background-image: url(../images/icon/naver-blog.svg);
}
.sns-wrap a.social_link.naver-blog::after {
  color: rgb(255, 255, 255);
}
.sns-wrap a.social_link.naver-booking::before {
  font-family: "Booking Icons";
  content: "\ea6a";
  display: none;
}
.sns-wrap a.social_link.kakaotalk {
  background-color: rgb(255, 238, 0);
}
.sns-wrap a.social_link.kakaotalk::before {
  width: 100%;
  background-image: url(../images/icon/symbol-kakao-brown.svg);
}
.sns-wrap a.social_link.kakaotalk::after {
  color: rgb(62, 25, 54);
}
.sns-wrap a.social_link.contact::before {
  content: "\e61d";
  font-family: "themify";
  font-size: 24px;
}
.sns-wrap a.social_link.navertalk {
  background-color: rgb(33, 197, 6);
}
.sns-wrap a.social_link.navertalk::before {
  background-image: url(../images/icon/navertalk.svg);
  background-size: 45%;
}
.sns-wrap a.social_link.navertalk::after {
  color: rgb(255, 255, 255);
}
.sns-wrap a.social_link.phone {
  background-color: rgb(255, 255, 255);
  color: rgb(13, 13, 13);
}
.sns-wrap a.social_link.phone::before {
  content: "\f095";
}
.sns-wrap a.social_link.shop::before {
  content: "\f1b2";
}
.sns-wrap a.social_link.youtube {
  background-color: rgb(255, 0, 0);
}
.sns-wrap a.social_link.youtube::before {
  content: "\f16a";
}
.sns-wrap a.social_link + .social_link {
  border-top: solid 1px rgb(224, 224, 224);
}
.sns-wrap a.social_link.kakaotalk, .sns-wrap a.social_link.naver-blog {
  border-top: none;
}
.sns-wrap a#back_to_top {
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}
@media (max-width: 767px) {
  .sns-wrap {
    bottom: -60px;
  }
  .sns-wrap a {
    width: 48px;
    height: 60px;
  }
  .sns-wrap a::after {
    display: none;
  }
}
@media (max-width: 575px) {
  .sns-wrap {
    bottom: -40px;
    border-radius: 0;
  }
  .sns-wrap a {
    width: 32px;
    height: 40px;
  }
  .sns-wrap a::before, .sns-wrap a > i {
    font-size: 20px;
  }
}
.sns-wrap.show {
  bottom: 5px;
}
.sns-wrap.show #back_to_top {
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.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(224, 224, 224);
  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 {
  background-color: rgb(5, 170, 160);
  border-color: rgb(5, 170, 160);
  color: rgb(255, 255, 255);
}
.checkbox.checkbox-full, .checkbox.radio-full, .radio.checkbox-full, .radio.radio-full {
  white-space: nowrap;
  margin-left: -1px;
}
.checkbox.checkbox-full label, .checkbox.radio-full label, .radio.checkbox-full label, .radio.radio-full label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid 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(0, 0, 0);
  border-color: rgb(0, 0, 0);
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgb(237, 237, 237);
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 4px 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;
  height: 24px;
  border-radius: 100%;
  left: 4px !important;
  top: 4px !important;
}
.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(0, 0, 0);
  border-color: rgb(0, 0, 0);
  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;
  right: auto;
  -webkit-transition: none !important;
  transition: none !important;
}
.checkbox.checkbox-toggle input:checked + label::before, .checkbox.radio-toggle input:checked + label::before, .radio.checkbox-toggle input:checked + label::before, .radio.radio-toggle input:checked + label::before {
  left: calc(100% - 28px) !important;
  right: auto;
  top: 5px;
}
.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(0, 0, 0);
  right: 12px !important;
  top: 12px !important;
  left: auto !important;
}

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

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

.modal .modal-content {
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
.modal .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}
.modal .modal-header .close::before, .modal .modal-header .close::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  top: 15px;
  background-color: 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 .modal-sm {
  max-width: 320px;
}

.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;
}
.collapse-group .collapse-title::after {
  content: "\e64b";
  font-family: "themify";
  color: rgb(153, 153, 153);
  margin-left: auto;
}
.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";
}

.title {
  line-height: 1;
  position: relative;
}
.title * {
  font-family: "Gmarket Sans";
}
.title > h1, .title > h2, .title > h3, .title > h4, .title > h5, .title > h6 {
  position: relative;
  font-weight: 700;
}
.title > h1::before, .title > h1::after, .title > h2::before, .title > h2::after, .title > h3::before, .title > h3::after, .title > h4::before, .title > h4::after, .title > h5::before, .title > h5::after, .title > h6::before, .title > h6::after {
  content: "";
}
.title.tit-main {
  text-align: center;
  margin: 0 auto 60px auto;
}
@media (max-width: 767px) {
  .title.tit-main {
    margin-bottom: 30px;
  }
}
.title.tit-main > h1, .title.tit-main > h2, .title.tit-main > h3, .title.tit-main > h4, .title.tit-main > h5, .title.tit-main > h6 {
  display: inline-block;
  padding: 0 180px;
}
.title.tit-main > h1::before, .title.tit-main > h1::after, .title.tit-main > h2::before, .title.tit-main > h2::after, .title.tit-main > h3::before, .title.tit-main > h3::after, .title.tit-main > h4::before, .title.tit-main > h4::after, .title.tit-main > h5::before, .title.tit-main > h5::after, .title.tit-main > h6::before, .title.tit-main > h6::after {
  position: absolute;
  top: 50%;
  background-color: rgb(81, 81, 81);
  width: 150px;
  height: 1px;
}
.title.tit-main > h1::before, .title.tit-main > h2::before, .title.tit-main > h3::before, .title.tit-main > h4::before, .title.tit-main > h5::before, .title.tit-main > h6::before {
  left: 0;
}
.title.tit-main > h1::after, .title.tit-main > h2::after, .title.tit-main > h3::after, .title.tit-main > h4::after, .title.tit-main > h5::after, .title.tit-main > h6::after {
  right: 0;
}
@media (max-width: 767px) {
  .title.tit-main > h1, .title.tit-main > h2, .title.tit-main > h3, .title.tit-main > h4, .title.tit-main > h5, .title.tit-main > h6 {
    padding: 0 130px;
  }
  .title.tit-main > h1::before, .title.tit-main > h1::after, .title.tit-main > h2::before, .title.tit-main > h2::after, .title.tit-main > h3::before, .title.tit-main > h3::after, .title.tit-main > h4::before, .title.tit-main > h4::after, .title.tit-main > h5::before, .title.tit-main > h5::after, .title.tit-main > h6::before, .title.tit-main > h6::after {
    width: 100px;
  }
}
@media (max-width: 575px) {
  .title.tit-main > h1, .title.tit-main > h2, .title.tit-main > h3, .title.tit-main > h4, .title.tit-main > h5, .title.tit-main > h6 {
    padding: 0 0;
  }
  .title.tit-main > h1::before, .title.tit-main > h1::after, .title.tit-main > h2::before, .title.tit-main > h2::after, .title.tit-main > h3::before, .title.tit-main > h3::after, .title.tit-main > h4::before, .title.tit-main > h4::after, .title.tit-main > h5::before, .title.tit-main > h5::after, .title.tit-main > h6::before, .title.tit-main > h6::after {
    width: 0;
  }
}
.title.tit-bullet {
  border-bottom: dashed 1px rgb(224, 224, 224);
}
.title.tit-bullet > h1, .title.tit-bullet > h2, .title.tit-bullet > h3, .title.tit-bullet > h4, .title.tit-bullet > h5, .title.tit-bullet > h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title.tit-bullet > h1::before, .title.tit-bullet > h2::before, .title.tit-bullet > h3::before, .title.tit-bullet > h4::before, .title.tit-bullet > h5::before, .title.tit-bullet > h6::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  border: solid 4px rgb(0, 0, 0);
  margin-right: 10px;
}
.title.tit-dot > h1, .title.tit-dot > h2, .title.tit-dot > h3, .title.tit-dot > h4, .title.tit-dot > h5, .title.tit-dot > h6 {
  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;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.title.tit-dot > h1::before, .title.tit-dot > h1::after, .title.tit-dot > h2::before, .title.tit-dot > h2::after, .title.tit-dot > h3::before, .title.tit-dot > h3::after, .title.tit-dot > h4::before, .title.tit-dot > h4::after, .title.tit-dot > h5::before, .title.tit-dot > h5::after, .title.tit-dot > h6::before, .title.tit-dot > h6::after {
  border-radius: 100%;
  width: 12px;
  height: 12px;
  background-color: rgb(5, 170, 160);
}
.title.tit-dot > h1::before, .title.tit-dot > h2::before, .title.tit-dot > h3::before, .title.tit-dot > h4::before, .title.tit-dot > h5::before, .title.tit-dot > h6::before {
  margin-right: 10px;
}
.title.tit-dot > h1::after, .title.tit-dot > h2::after, .title.tit-dot > h3::after, .title.tit-dot > h4::after, .title.tit-dot > h5::after, .title.tit-dot > h6::after {
  margin-left: 10px;
}

.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(255, 255, 255);
  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(0, 0, 0);
}
.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::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;
  bottom: 20px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  opacity: 0.25;
}
.swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.keyVisual {
  padding: 0;
  background-color: rgb(13, 13, 13);
  color: rgb(255, 255, 255);
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
@media (max-width: 767px) {
  .keyVisual {
    height: 50vw;
  }
  .keyVisual .image-background > img {
    height: 50vw;
  }
}
@media (max-width: 575px) {
  .keyVisual {
    height: 100vw;
  }
  .keyVisual .image-background > img {
    height: 100vw;
  }
}
.keyVisual .main-title, .keyVisual .sub-title {
  opacity: 0;
}
.keyVisual .main-title {
  font-weight: 700;
  font-size: 4rem;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.keyVisual .main-title + .sub-title {
  margin-top: 1rem;
}
.keyVisual .sub-title {
  font-weight: 100;
  font-size: 2rem;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}
.keyVisual .swiper-slide-active .main-title, .keyVisual .swiper-slide-active .sub-title {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.keyVisual .text, .keyVisual .visual-text {
  background-color: rgba(0, 0, 0, 0.45);
  color: rgb(255, 255, 255);
}
@media (max-width: 1199px) {
  .keyVisual .text .main-title, .keyVisual .visual-text .main-title {
    font-size: 3rem;
  }
  .keyVisual .text .sub-title, .keyVisual .visual-text .sub-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 991px) {
  .keyVisual .text .main-title, .keyVisual .visual-text .main-title {
    font-size: 2.4rem;
  }
  .keyVisual .text .sub-title, .keyVisual .visual-text .sub-title {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .keyVisual .text .main-title, .keyVisual .visual-text .main-title {
    font-size: 2rem;
  }
  .keyVisual .text .sub-title, .keyVisual .visual-text .sub-title {
    font-size: 1rem;
  }
}
.keyVisual .btn {
  border-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}
.keyVisual .btn:hover {
  background-color: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
}
.keyVisual.sub {
  height: 300px;
  position: relative;
  border-bottom: solid 1px rgb(224, 224, 224);
}
.keyVisual.sub .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.05);
  color: rgb(255, 255, 255);
  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: left;
  font-family: "Gmarket Sans";
  line-height: 1.4;
}
.keyVisual.sub .text h3 {
  font-weight: 400;
}
.keyVisual.sub h1 {
  font-weight: 500;
}
.keyVisual.sub.company {
  background-image: url(../images/woritech/bg-company.jpg);
}
.keyVisual.sub.company .text h1 {
  color: rgb(13, 13, 13);
}
.keyVisual.sub.company .text h4 {
  color: rgba(0, 0, 0, 0.25);
}
.keyVisual.sub.products {
  background-image: url(../images/woritech/bg-products.jpg);
}
.keyVisual.sub.examples {
  background-image: url(../images/woritech/bg-ex.png);
}
.keyVisual.sub.cs {
  background-image: url(../images/woritech/bg-cs.png);
}
@media (max-width: 767px) {
  .keyVisual.sub {
    height: 240px;
  }
  .keyVisual.sub h1 {
    font-size: 40px;
    font-weight: 700;
  }
  .keyVisual.sub h4 {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .keyVisual.sub {
    height: 180px;
  }
  .keyVisual.sub h1 {
    font-size: 32px;
  }
  .keyVisual.sub h4 {
    font-size: 16px;
  }
}
.keyVisual .swiper-pagination {
  bottom: 20px !important;
}
.keyVisual .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  margin: 0 10px !important;
}

main section, main .section {
  position: relative;
  word-break: keep-all;
  background-repeat: no-repeat;
  background-size: cover;
}
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#sec_card a, main .section#sec_card a { /*mix-blend-mode:luminosity;*/
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
main section#sec_card a *, main .section#sec_card a * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main section#sec_card a .text, main .section#sec_card a .text {
  background-color: rgba(0, 0, 0, 0.45);
}
main section#sec_card a:hover, main .section#sec_card a:hover {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
main .btn {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
main .btn.btn-block {
  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);
}
main#main section:not(.h-auto), main#main .section:not(.h-auto) {
  min-height: 100vh;
}

#header ~ main {
  padding-top: 80px;
}
@media (max-width: 575px) {
  #header ~ main {
    padding-top: 70px;
  }
}

#header ~ #main {
  padding-top: 0;
}

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

.breadcrumb-wrap {
  border-bottom: solid 1px rgb(224, 224, 224);
  padding: 0 10px;
}
.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: 15px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 300;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item::before {
  font-family: "themify";
  content: "\e649";
  color: rgb(125, 125, 125);
  font-size: 13px;
  padding: 0;
  margin-right: 8px;
}
.breadcrumb-wrap .breadcrumb .breadcrumb-item.home::before {
  content: "\e69b";
  display: none;
}

/* scroll section & navigation */
.table th, .table td {
  vertical-align: middle;
}
.table th.num, .table td.num {
  width: 50px;
  padding-right: 0;
  padding-left: 0;
}
.table th.datetime, .table td.datetime {
  width: 110px;
}
.table td {
  vertical-align: initial;
}
.table thead th {
  border-top: solid 2px rgb(0, 0, 0);
  border-bottom: none;
  vertical-align: middle;
  line-height: 1.2;
}
.table.table-fixed {
  table-layout: fixed;
}
.table.table-hover tbody tr {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table.table-hover tbody tr:hover {
  background-color: rgb(245, 245, 245);
}
.table .star::before {
  font-family: "FontAwesome";
  content: "\f006";
  font-size: 20px;
  color: rgb(13, 13, 13);
}
.table .star.active::before {
  content: "\f005";
}
@media (max-width: 767px) {
  .table.table-custom thead, .table.table-custom tbody, .table.table-custom tfoot {
    display: block;
    text-align: left;
  }
  .table.table-custom thead {
    display: none;
  }
  .table.table-custom tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: solid 1px rgb(13, 13, 13);
  }
  .table.table-custom tr + tr {
    margin-top: 15px;
  }
  .table.table-custom tr td:first-child {
    border-top: none;
  }
  .table.table-custom td.subj {
    width: 70%;
    border-top: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .table.table-custom td.status {
    width: 100%;
  }
  .table.table-custom td.datetime {
    width: 50%;
  }
  .table.table-custom td.datetime1 {
    width: 60%;
    text-align: left;
  }
  .table.table-custom td.datetime2 {
    width: 40%;
    text-align: right;
  }
  .table.table-custom td.num {
    display: none;
  }
}
@media (max-width: 575px) {
  .table.table-custom td.logo {
    width: 100%;
    padding-bottom: 0;
  }
  .table.table-custom td.logo > img {
    max-height: 30px;
  }
  .table.table-custom td.subj {
    width: 100%;
    border-top: none;
    padding-top: 0;
  }
  .table.table-custom td.status {
    width: 100%;
  }
  .table.table-custom td.datetime {
    width: 50%;
  }
  .table.table-custom td.datetime1 {
    width: 60%;
    text-align: left;
  }
  .table.table-custom td.datetime2 {
    width: 40%;
    text-align: right;
  }
  .table.table-custom td.num + .subj {
    padding-top: 10px;
  }
  .table.table-custom td.datetime {
    width: 100%;
    text-align: right;
  }
  .table.table-custom td.datetime:last-child {
    padding-top: 0;
    border: none;
  }
}

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

/* btn */
.btn-toggle-collapse[aria-expanded=true]::before {
  content: attr(data-true);
}
.btn-toggle-collapse[aria-expanded=false]::before {
  content: attr(data-false);
}

.history-wrap {
  position: relative;
}
.history-wrap * {
  position: relative;
}
.history-wrap .history-group {
  padding-top: 15px;
  padding-bottom: 15px;
}
.history-wrap .history-group .year {
  font-weight: 500;
  color: rgb(0, 0, 0);
  font-family: "Gmarket Sans";
  white-space: nowrap;
  padding-left: 26px;
}
.history-wrap .history-group .year::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  border: solid 3px rgb(81, 81, 81);
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  z-index: 2;
}
.history-wrap .history-group .mon-list > li {
  padding: 0 10px;
}
@media (min-width: 768px) {
  .history-wrap::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #ccc;
  }
  .history-wrap .history-group + .history-group {
    margin-top: -1.5rem;
  }
  .history-wrap .history-group:nth-child(odd) {
    padding-right: 50%;
  }
  .history-wrap .history-group:nth-child(odd)::after {
    right: 0;
  }
  .history-wrap .history-group:nth-child(odd) .year {
    text-align: right;
    padding-right: 26px;
    padding-left: 0;
  }
  .history-wrap .history-group:nth-child(odd) .year::before {
    right: -8px;
    left: auto;
  }
  .history-wrap .history-group:nth-child(odd) .mon-list {
    padding-right: 30px;
    text-align: right;
  }
  .history-wrap .history-group:nth-child(odd) .mon-list > li::before {
    left: auto;
    right: 0;
  }
  .history-wrap .history-group:nth-child(even) {
    padding-left: 50%;
  }
  .history-wrap .history-group:nth-child(even)::after {
    left: 0;
  }
  .history-wrap .history-group:nth-child(even) .year {
    text-align: left;
    padding-left: 26px;
    padding-right: 0;
  }
  .history-wrap .history-group:nth-child(even) .year::before {
    left: -8px;
    right: auto;
  }
  .history-wrap .history-group:nth-child(even) .mon-list {
    padding-left: 30px;
    text-align: left;
  }
}

/******************
Template responsive
*******************/
@media (min-width: 768px) {
  .responsive-video {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  .container-responsive {
    max-width: 720px;
  }
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  border-color: rgb(5, 170, 160);
}

.admin-menu-wrap .dropdown-menu {
  border: none;
  background-color: rgb(13, 13, 13);
  color: rgb(255, 255, 255);
  padding: 12px 2px;
  left: auto;
  right: 0;
  max-width: none;
  white-space: nowrap;
  font-size: 12px;
}
.admin-menu-wrap .dropdown-menu p {
  padding: 0 10px;
}
.admin-menu-wrap .dropdown-menu .dropdown-item {
  padding: 5px 10px;
  color: rgb(255, 255, 255) !important;
  opacity: 0.6;
}
.admin-menu-wrap .dropdown-menu .dropdown-item:hover {
  background-color: rgb(0, 0, 0);
  opacity: 1;
}

.form {
  position: relative;
}
.form > label {
  font-weight: 500;
  font-family: "Gmarket Sans";
}
.form.required > label::before {
  content: "*";
  color: rgb(5, 170, 160);
  margin-right: 5px;
}
@media (min-width: 768px) {
  .form > label {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .form > label ~ .input {
    padding-left: 110px;
  }
  .form > label ~ input[type=text], .form > label ~ input[type=tel], .form > label ~ input[type=password], .form > label ~ input[type=file] {
    padding-left: 110px;
  }
}
@media (max-width: 767px) {
  .form > label {
    display: block;
    font-size: 12px;
    position: relative;
    margin: 10px 0 -5px 0;
  }
  .form > label ~ .input {
    padding-left: 0;
    margin-top: 10px;
  }
  .form > label ~ input[type=text], .form > label ~ input[type=tel], .form > label ~ input[type=password], .form > label ~ input[type=file] {
    padding-left: 0;
  }
  .form.required > label::before {
    font-size: 16px;
  }
}

.column-list ul, .column-list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.column-list > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column-list > ul > li {
  position: relative;
}
.column-list > ul .cl-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
  max-width: 180px;
}
.column-list > ul .cl-thumb + .cl-content {
  max-width: calc(100% - 180px);
}
.column-list > ul .cl-thumb.sm {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  max-width: 100px;
}
.column-list > ul .cl-thumb.sm + .cl-content {
  max-width: calc(100% - 100px);
}
.column-list > ul .cl-content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: left;
}
@media (min-width: 768px) {
  .column-list > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .column-list > ul .cl-content {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .column-list > ul .cl-content {
    padding-left: 1.5rem;
  }
  .column-list > ul .cl-thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    max-width: 120px;
  }
  .column-list > ul .cl-thumb + .cl-content {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 575px) {
  .column-list > ul .cl-thumb {
    display: none;
  }
  .column-list > ul .cl-content {
    padding: 0 0.5rem;
    max-width: none !important;
  }
  .column-list > ul .news-con {
    display: none;
  }
}

/*
iframe[src *= "youtube"]{width:100%;height:56.25vw;}
*/