/*-----------------------------------------------------------------------------------

    Template Name: TraveLand - Tour and Travel Agency Template
    Author: UIdeck

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800");
body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #747E88;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
  color: #0066FF;
}

a{color: #0066FF;}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  color: #38424D;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #747E88;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 45px;
  font-size: 16px;
  height: 52px;
  line-height: 52px;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
  position: relative;
  overflow: hidden;
}

.main-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.main-btn:hover::before {
  left: 100%;
}

.main-btn:hover {
  background: linear-gradient(135deg, #0052CC 0%, #003D99 100%);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.4);
}

.main-btn.main-btn-2 {
  background: #fff;
  color: #0066FF;
  border: 2px solid #0066FF;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.15);
}

.main-btn.main-btn-2::before {
  background: linear-gradient(90deg, transparent, rgba(0, 102, 255, 0.1), transparent);
}

.main-btn.main-btn-2:hover {
  background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
  border-color: #0066FF;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.4);
}

/*===== Section Title Style =====*/
.section_title .title {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section_title .title {
    font-size: 38px;
  }
}

@media (max-width: 767px) {
  .section_title .title {
    font-size: 26px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section_title .title {
    font-size: 30px;
  }
}

.section_title .title span {
  color: #0066FF;
  background: linear-gradient(135deg, #0066FF 0%, #0052CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section_title p {
  margin-top: 25px;
  font-size: 18px;
  line-height: 1.8;
  color: #747E88;
}

/*===== All Slick Slide Outline Style =====*/
.slick-slide {
  outline: 0;
}

/*===== All Preloader Style =====*/
.preloader {
  /* Body Overlay */
  position: fixed;
  top: 0;
  left: 0;
  display: table;
  height: 100%;
  width: 100%;
  /* Change Background Color */
  background: #fff;
  z-index: 99999;
}

.preloader .loader {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.preloader .loader .ytp-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  margin-left: -32px;
  z-index: 18;
  pointer-events: none;
}

.preloader .loader .ytp-spinner .ytp-spinner-container {
  pointer-events: none;
  position: absolute;
  width: 100%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  margin-top: -50%;
  margin-left: -50%;
  -webkit-animation: ytp-spinner-linspin 1568.2353ms linear infinite;
  animation: ytp-spinner-linspin 1568.2353ms linear infinite;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  right: 50%;
}

.preloader .loader .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  left: 50%;
}

.preloader .loader .ytp-spinner-circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 200%;
  height: 100%;
  border-style: solid;
  /* Spinner Color */
  border-color: #0066FF #0066FF #F9FAFB;
  border-radius: 50%;
  border-width: 6px;
}

.preloader .loader .ytp-spinner-left .ytp-spinner-circle {
  left: 0;
  right: -100%;
  border-right-color: #F9FAFB;
  -webkit-animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader .ytp-spinner-right .ytp-spinner-circle {
  left: -100%;
  right: 0;
  border-left-color: #F9FAFB;
  -webkit-animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
  animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

/* Preloader Animations */
@-webkit-keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes ytp-spinner-linspin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@keyframes ytp-spinner-easespin {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}

@-webkit-keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@keyframes ytp-spinner-left-spin {
  0% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
}

@-webkit-keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

@keyframes ytp-right-spin {
  0% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
}

/*===========================
     02.HEADER css 
===========================*/
/*===== NAVBAR =====*/
.header_navbar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 2px solid rgba(255, 255, 255, 0.21);
  background-color: transparent;
  backdrop-filter: none;
}

.sticky {
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.08);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-bottom: 1px solid rgba(0, 102, 255, 0.1);
}

.sticky .navbar-brand img {
  filter: none;
}

.sticky .navbar {
  padding: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .sticky .navbar {
    padding: 15px 0;
  }
}

.navbar {
  padding: 0;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .navbar {
    padding: 20px 0;
  }
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  filter: none;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 5px 0;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse,
  .navbar-collapse.collapse,
  #navbarSupportedContent,
  #navbarSupportedContent.collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
  }
  
  .navbar-collapse.show,
  .navbar-collapse.collapse.show,
  #navbarSupportedContent.show,
  #navbarSupportedContent.collapse.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
  }
}

@media (max-width: 767px) {
  .navbar-collapse:not(.show),
  .navbar-collapse.collapse:not(.show),
  #navbarSupportedContent:not(.show),
  #navbarSupportedContent.collapse:not(.show) {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 5px 12px;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }
  
  /* Force hide even if Bootstrap adds inline styles - must come after show rules */
  .navbar-collapse:not(.show),
  #navbarSupportedContent:not(.show) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
  }
  
  .navbar-collapse.show,
  .navbar-collapse.collapse.show,
  #navbarSupportedContent.show,
  #navbarSupportedContent.collapse.show,
  #navbarSupportedContent.show.collapse {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #fff !important;
    z-index: 9 !important;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1) !important;
    padding: 15px 12px !important;
  }
  
  /* Ensure show state overrides any inline styles */
  #navbarSupportedContent.show {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #fff !important;
    z-index: 9 !important;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1) !important;
    padding: 15px 12px !important;
  }
}

.navbar-nav .nav-item {
  position: relative;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  padding: 30px 15px;
  position: relative;
}

.navbar-nav .nav-item a::before {
  position: absolute;
  content: '';
  bottom: -2px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #0066FF;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a::before {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item a {
    display: block;
    padding: 4px 0;
    color: #222 !important;
  }
  
  /* 메뉴가 열렸을 때 텍스트 색상 확실히 보이도록 */
  #navbarSupportedContent.show .navbar-nav .nav-item a {
    color: #222 !important;
  }
}

.navbar-nav .nav-item.active > a::before, .navbar-nav .nav-item:hover > a::before {
  width: 100%;
}

.navbar-nav .nav-item:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item:hover .sub-menu {
    top: 0;
  }
}

.navbar-nav .nav-item .sub-menu {
  width: 200px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: relative;
    width: 100%;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.navbar-nav .nav-item .sub-menu li {
  display: block;
}

.navbar-nav .nav-item .sub-menu li a {
  display: block;
  padding: 8px 20px;
  color: #222;
}

.navbar-nav .nav-item .sub-menu li a.active, .navbar-nav .nav-item .sub-menu li a:hover {
  padding-left: 25px;
  color: #0066FF;
}

.navbar-nav .sub-nav-toggler {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 767px) {
  .navbar-nav .sub-nav-toggler {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    color: #222;
    font-size: 18px;
    border: 0;
    width: 30px;
    height: 30px;
  }
}

.navbar-nav .sub-nav-toggler span {
  width: 8px;
  height: 8px;
  border-left: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: -5px;
}

.sticky .navbar-toggler .toggler-icon {
  background-color: #222;
}

.sticky .navbar-nav .nav-item a {
  text-shadow: none;
  color: #222;
}

.sticky .navbar-nav .nav-item.active > a, .sticky .navbar-nav .nav-item:hover > a {
  color: #0066FF;
}

/*===== SLIDER =====*/
.single_slider {
  height: 800px;
  position: relative;
  overflow: hidden;
}

/* Override for home columns layout - removed to allow 100vh */

@media only screen and (min-width: 1400px) {
  .single_slider {
    height: 950px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_slider {
    height: 700px;
  }
}

@media (max-width: 767px) {
  .single_slider {
    height: 600px;
  }
}

.single_slider::before {
  position: absolute;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.slider_content {
  padding-top: 80px;
}

.slider_content .slider_title {
  font-size: 54px;
  color: #fff;
  margin-top: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .slider_content .slider_title {
    font-size: 44px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slider_content .slider_title {
    font-size: 40px;
  }
}

.slider_content .slider_title span {
  display: contents;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slider_content p {
  font-size: 18px;
  color: #fff;
  margin-top: 30px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) {
  .slider_content p {
    font-size: 16px;
  }
}

.slider_content .main-btn {
  margin-top: 45px;
}

/*===========================
        HERO BANNER CUSTOM css 
===========================*/
/* Home Columns Wrapper - 3 vertical sections */
.header_slider {
  position: relative;
  overflow: hidden;
}

/* Home page banner - full viewport height */
.header_slider:has(.home_columns_wrapper) {
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: none;
  overflow: hidden;
  display: block;
}

.header_slider:has(.home_columns_wrapper) .home_columns_wrapper {
  height: 100vh !important;
  min-height: 100vh !important;
  width: 100%;
}

/* Single banner background image */
.home_banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  min-height: 100vh !important;
  background-image: url('../images/hero-area.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  z-index: 0;
}

.home_banner_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.home_columns_wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 100%;
  min-height: 100%;
  gap: 0;
  z-index: 2;
}

.home_column {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
  overflow: hidden;
}

.home_column:last-child {
  border-right: none;
}

.home_column::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.4s ease;
  z-index: 1;
}

.home_column:hover {
  background: rgba(0, 102, 255, 0.1);
  transform: scale(1.02);
  z-index: 10;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.home_column:hover::before {
  background: rgba(0, 102, 255, 0.05);
}

.home_col_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(180deg, #0066FF, rgba(0, 102, 255, 0.8));
  transform: scaleY(0);
  transition: transform 0.4s ease;
  z-index: 2;
  box-shadow: 0 0 20px rgba(0, 102, 255, 0.6);
}

.home_column:hover .home_col_overlay {
  transform: scaleY(1);
}

.home_column::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid transparent;
  transition: all 0.4s ease;
  z-index: 1;
}

.home_column:hover::after {
  border-color: rgba(0, 102, 255, 0.3);
}

.home_col_content {
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 40px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 90%;
}

.home_col_icon {
  font-size: 72px;
  margin-bottom: 30px;
  color: #fff;
  transition: all 0.4s ease;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.home_column:hover .home_col_icon {
  color: #0066FF;
  transform: scale(1.1) translateY(-10px);
  filter: drop-shadow(0 8px 16px rgba(0, 102, 255, 0.6));
  text-shadow: 0 4px 20px rgba(0, 102, 255, 0.8);
}

.home_col_title_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.home_col_title_en {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(255, 255, 255, 0.9);
  text-transform: uppercase;
  transition: all 0.4s ease;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.home_column:hover .home_col_title_en {
  color: #0066FF;
  transform: translateY(-5px);
  text-shadow: 0 4px 12px rgba(0, 102, 255, 0.8);
}

.home_col_title_ko {
  font-size: 42px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  transition: all 0.4s ease;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.home_column:hover .home_col_title_ko {
  color: #0066FF;
  transform: scale(1.05);
  text-shadow: 0 4px 20px rgba(0, 102, 255, 0.8);
}

.home_col_subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  margin-top: 10px;
  transition: all 0.4s ease;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.home_column:hover .home_col_subtitle {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.6);
}

/* Quick Links Overlay */
.home_quicklinks_overlay {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 50px;
  padding: 12px 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 102, 255, 0.1);
  pointer-events: auto;
}

.home_quicklinks_container {
  display: flex;
  gap: 15px;
  align-items: center;
}

.home_quicklink_btn {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  background: transparent;
  border-radius: 25px;
  text-decoration: none;
  color: #2C2C2C;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid transparent;
}

.home_quicklink_btn::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #0066FF;
  transition: width 0.3s ease;
}

.home_quicklink_btn:hover {
  background: rgba(0, 102, 255, 0.1);
  color: #0066FF;
  border-color: rgba(0, 102, 255, 0.2);
  text-decoration: none;
}

.home_quicklink_btn:hover::before {
  width: 60%;
}

.home_quicklink_btn i {
  font-size: 18px;
  transition: all 0.3s ease;
}

.home_quicklink_btn:hover i {
  transform: scale(1.2);
}

@media (max-width: 991px) {
  .header_slider:has(.home_columns_wrapper) {
    height: auto;
    min-height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 0;
  }
  
  .home_columns_wrapper {
    grid-template-columns: 1fr;
    height: auto;
    min-height: auto;
    position: relative;
    padding-top: 0;
  }
  
  .home_columns_wrapper > .home_column:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  
  .home_banner_bg {
    background-attachment: scroll;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
  }
  
  @media (max-width: 767px) {
    .home_banner_bg {
      height: 100vh !important;
      min-height: 100vh !important;
      top: 0;
    }
  }
  
  .home_banner_bg::before {
    height: 100%;
    min-height: 100%;
  }
  
  @media (max-width: 767px) {
    .home_banner_bg::before {
      height: 100vh !important;
      min-height: 100vh !important;
    }
  }
  
  .home_column {
    min-height: 400px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .home_column:last-child {
    border-bottom: none;
  }
  
  .home_col_icon {
    font-size: 60px;
  }
  
  .home_col_title_ko {
    font-size: 36px;
  }
  
  .home_quicklinks_overlay {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
    margin: 30px auto;
    display: inline-block;
  }
  
  .home_quicklinks_container {
    flex-direction: column;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  /* 헤더 높이: navbar padding(20px * 2) + 로고(40px) + border(2px) = 82px */
  .header_slider:has(.home_columns_wrapper) {
    height: 100vh !important;
    min-height: 100vh !important;
    padding-top: 0;
    margin-top: 0;
  }
  
  .header_navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  
  .home_columns_wrapper {
    height: 100vh !important;
    min-height: 100vh !important;
    padding-top: 82px;
    box-sizing: border-box;
  }
  
  .home_column {
    min-height: 0;
    height: calc((100vh - 82px) / 3);
    flex: 0 0 auto;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box;
  }
  
  .home_columns_wrapper > .home_column:first-child {
    min-height: 0;
    padding-top: 0;
  }
  
  .home_col_content {
    padding: 20px 15px;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    max-width: 100%;
  }
  
  .home_col_icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
  
  .home_col_title_en {
    font-size: 12px;
    margin-bottom: 5px;
  }
  
  .home_col_title_ko {
    font-size: 24px;
    margin-bottom: 5px;
  }
  
  .home_col_subtitle {
    font-size: 12px;
    margin-top: 0;
  }
  
  .home_quicklinks_overlay {
    display: none !important;
  }
  
  .home_quicklink_btn {
    padding: 8px 15px;
    font-size: 13px;
  }
  
  /* Ensure columns wrapper doesn't overflow */
  .home_columns_wrapper {
    overflow: hidden;
    max-height: 100vh !important;
    box-sizing: border-box;
  }
  
  /* Make sure each column fits exactly */
  .home_column {
    box-sizing: border-box;
    overflow: hidden;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
  }
  
  /* Remove any borders that might add to height */
  .home_column:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  .home_column:last-child {
    border-bottom: none;
  }
}

/* Scroll offset for anchor links */
@media (min-width: 992px) {
  html {
    scroll-padding-top: 100px;
  }
}

/*===========================
        03.ABOUT css 
===========================*/
.about_wrapper {
  position: relative;
}

.about_image {
  width: 48%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-top-right-radius: 220px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about_image {
    border-top-right-radius: 170px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    border-top-right-radius: 170px;
  }
}

@media (max-width: 767px) {
  .about_image {
    width: 100%;
    height: 400px;
    position: relative;
    border-top-right-radius: 100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about_content {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .about_content {
    margin-top: 45px;
  }
}

.about_content .main-btn {
  margin-top: 45px;
}

.about_content .main-btn:hover {
  box-shadow: 0 8px 25px rgba(0, 102, 255, 0.4);
}

.about_counter {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 30px;
}

.single_counter {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  box-shadow: 0px 0px 25px 0px rgba(173, 206, 243, 0.25);
  width: 192px;
  height: 142px;
  text-align: center;
  margin-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter {
    width: 20.6%;
  }
}

@media (max-width: 767px) {
  .single_counter {
    width: 40%;
    padding: 10px;
  }
}

.single_counter span {
  font-size: 34px;
  font-weight: 700;
  color: #38424D;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter span {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .single_counter span {
    font-size: 24px;
  }
}

.single_counter p {
  font-size: 18px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_counter p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .single_counter p {
    font-size: 14px;
  }
}

.single_counter.counter_1 {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}

.single_counter.counter_2 {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

/*===========================
     04.DESTINATION css 
===========================*/
.destination_area {
  background-color: #F9FAFB;
}

.single_destination .destination_image img {
  width: 100%;
}

.single_destination .destination_content {
  background-color: #fff;
  padding: 25px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  position: relative;
}

.single_destination .destination_content .main-btn {
  font-size: 14px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  border-radius: 50px;
  background-color: #fff;
  color: #38424D;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  box-shadow: 0px 3px 30px 0px rgba(173, 206, 243, 0.66);
  position: absolute;
  right: 25px;
  top: -18px;
}

.single_destination .destination_content .title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media (max-width: 767px) {
  .single_destination .destination_content .title a {
    font-size: 18px;
  }
}

.single_destination .destination_content .price {
  font-size: 16px;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_destination .destination_content .more {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #0066FF;
  color: #fff;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  position: absolute;
  bottom: 25px;
  right: 25px;
}

.single_destination:hover .destination_content {
  background-color: #0066FF;
}

.single_destination:hover .destination_content .title a {
  color: #fff;
}

.single_destination:hover .destination_content .price {
  color: #fff;
}

.single_destination:hover .destination_content .more {
  color: #0066FF;
  background-color: #fff;
}

/*===========================
      05.SERVICE css 
===========================*/
.single_service {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.1);
  padding: 25px 15px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_service .services_icon i {
  width: 75px;
  height: 75px;
  border: 2px solid #0066FF;
  line-height: 71px;
  text-align: center;
  border-radius: 50%;
  font-size: 40px;
  color: #0066FF;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_service .services_content .title {
  margin-top: 25px;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 24px;
  font-weight: 500;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_service .services_content .title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .single_service .services_content .title {
    font-size: 20px;
  }
}

.single_service .services_content p {
  margin-top: 15px;
}

.single_service:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(173, 206, 243, 0.2);
}

.single_service:hover .services_icon i {
  background: #0066FF;
  color: #fff;
}

/*===========================
      06.GELLARY css 
===========================*/
.single_gallery {
  position: relative;
}

.single_gallery img {
  width: 100%;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}

.single_gallery a {
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  background-color: #0066FF;
  color: #fff;
  border-radius: 50%;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.single_gallery:hover a {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

/*===========================
      07.TEAM css 
===========================*/
.team_area {
  background-color: #F9FAFB;
}

.single_team {
  position: relative;
}

.single_team .team_image {
  position: relative;
  overflow: hidden;
}

.single_team .team_image img {
  width: 100%;
}

.single_team .team_image::before {
  position: absolute;
  content: '';
  top: 0;
  left: -80px;
  width: 100%;
  height: 100%;
  -webkit-transform: skewX(-30deg) translateX(-100%);
  transform: skewX(-30deg) translateX(-100%);
  background-color: rgba(0, 102, 255, 0.9);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_image::before {
    left: -65px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .single_team .team_image::before {
    left: -103px;
  }
}

@media (max-width: 767px) {
  .single_team .team_image::before {
    left: -90px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_team .team_image::before {
    left: -75px;
  }
}

.single_team .team_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_team .team_content {
    padding: 20px;
  }
}

.single_team .team_content .team_name {
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content p {
  margin-top: 5px;
  font-weight: 300;
  color: #fff;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social {
  margin-top: 15px;
}

.single_team .team_content .social li {
  display: inline-block;
  margin-right: 8px;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
}

.single_team .team_content .social li a {
  width: 25px;
  height: 25px;
  line-height: 23px;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_team .team_content .social li a:hover {
  background-color: #fff;
  color: #0066FF;
}

.single_team:hover .team_image::before {
  -webkit-transform: skewX(-30deg) translateX(0);
  transform: skewX(-30deg) translateX(0);
}

.single_team:hover .team_content .team_name {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 1;
}

.single_team:hover .team_content p {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 1;
}

.single_team:hover .team_content .social li {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}

.single_team:hover .team_content .social li:nth-of-type(1) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.single_team:hover .team_content .social li:nth-of-type(2) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.single_team:hover .team_content .social li:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

/*===========================
     08.TESTIMONIUAL css 
===========================*/
.single_testimonial {
  padding: 30px;
  background-color: #fff;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  position: relative;
  margin: 30px 0;
}

.single_testimonial i {
  font-size: 60px;
  line-height: 60px;
  color: #0066FF;
  position: absolute;
  top: 30px;
  right: 30px;
}

.single_testimonial img {
  border-radius: 5px;
  display: inline-block;
}

.single_testimonial .author_name {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.single_testimonial .sub_title {
  font-size: 14px;
  font-weight: 300;
  margin-top: 10px;
}

.single_testimonial p {
  margin-top: 20px;
}

.testimonial_active .slick-dots {
  width: 100%;
  text-align: center;
}

.testimonial_active .slick-dots li {
  display: inline-block;
  margin: 0 3px;
}

.testimonial_active .slick-dots li button {
  width: 15px;
  height: 15px;
  background: none;
  border: 2px solid #0066FF;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.testimonial_active .slick-dots li.slick-active button {
  background-color: #0066FF;
}

/*===========================
         09.BLOG css 
===========================*/
.single_blog {
  padding: 30px;
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.1);
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .single_blog {
    padding: 10px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog {
    padding: 20px;
  }
}

.single_blog:hover {
  -webkit-box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
  box-shadow: 0px 0px 22px 0px rgba(173, 206, 243, 0.31);
}

.single_blog .blog_image img {
  width: 100%;
}

.single_blog .blog_content {
  padding-top: 25px;
}

.single_blog .blog_content .blog_meta ul li {
  font-size: 16px;
  color: #747E88;
  display: inline-block;
}

.single_blog .blog_content .blog_meta ul li + li {
  margin-left: 30px;
}

.single_blog .blog_content .blog_meta ul li a {
  color: #747E88;
}

.single_blog .blog_content .blog_title a {
  font-size: 20px;
  font-weight: 500;
  color: #38424D;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin-top: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .single_blog .blog_content .blog_title a {
    font-size: 18px;
  }
}

.single_blog .blog_content .blog_title a:hover {
  color: #0066FF;
}

.single_blog .blog_content p {
  margin-top: 15px;
}

.single_blog .blog_content .more {
  margin-top: 15px;
  color: #0066FF;
  font-size: 16px;
  font-weight: 500;
}

.single_blog .blog_content_2 {
  padding-left: 30px;
  padding-top: 0;
}

@media (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 0;
    padding-top: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .single_blog .blog_content_2 {
    padding-left: 30px;
    padding-top: 0;
  }
}

.single_blog .blog_content_2 .blog_title a {
  margin-top: 0;
}

.blog_share {
  padding-top: 20px;
}

.blog_share span {
  font-size: 24px;
  font-weight: 500;
  color: #38424D;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share span {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .blog_share span {
    font-size: 18px;
  }
}

.blog_share .social li {
  display: inline-block;
  margin-left: 15px;
  margin-top: 10px;
}

.blog_share .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .blog_share .social li a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.blog_share .social li .social_1 {
  background-color: #4977D9;
}

.blog_share .social li .social_2 {
  background-color: #55ACEE;
}

.blog_share .social li .social_3 {
  background-color: #E4405F;
}

.blog_share .social li .social_4 {
  background-color: #0077B5;
}

/*===========================
        10.CONTACT css 
===========================*/
.contact_area {
  background-color: #F9FAFB;
}

.single_form {
  margin-top: 30px;
}

.single_form input,
.single_form textarea {
  width: 100%;
  height: 60px;
  padding: 0 25px;
  border: 2px solid #DBDBDB;
  border-radius: 50px;
  background-color: #fff;
  color: #747E88;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single_form input::-webkit-input-placeholder,
.single_form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input:-ms-input-placeholder,
.single_form textarea:-ms-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-ms-input-placeholder,
.single_form textarea::-ms-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::placeholder,
.single_form textarea::placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-moz-placeholder,
.single_form textarea::-moz-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-moz-placeholder,
.single_form textarea::-moz-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input::-webkit-input-placeholder,
.single_form textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #DBDBDB;
}

.single_form input:focus,
.single_form textarea:focus {
  border-color: #0066FF;
}

.single_form textarea {
  height: 230px;
  padding-top: 15px;
  border-radius: 25px;
  resize: none;
}

.single_form .main-btn {
  border-radius: 50px;
}

.single_form .main-btn:hover {
  -webkit-box-shadow: 0px 3px 22px 0px rgba(0, 102, 255, 0.3);
  box-shadow: 0px 3px 22px 0px rgba(0, 102, 255, 0.3);
}

.single_form .nice-select {
  float: none;
  border-radius: 0;
  width: 100%;
  height: 60px;
  line-height: 58px;
  padding: 0 25px;
  border: 2px solid #DBDBDB;
  border-radius: 50px;
}

.single_form .nice-select::after {
  width: 8px;
  height: 8px;
  right: 25px;
  border-color: #747E88;
}

.single_form .nice-select:focus {
  border-color: #0066FF;
}

.single_form .nice-select .current {
  font-size: 16px;
  color: #747E88;
  font-weight: 600;
  line-height: 58px;
}

.single_form .nice-select .list {
  width: 100%;
  border-radius: 0;
}

.single_form .nice-select .list .option {
  font-size: 14px;
  color: #a4a4a4;
  line-height: 30px;
  min-height: 30px;
}

.contact_info {
  padding: 45px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  border: 1px solid rgba(0, 102, 255, 0.08);
}

.single_contact_info {
  margin-bottom: 40px;
}

.single_contact_info:last-child {
  margin-bottom: 0;
}

.single_contact_info .title {
  font-size: 20px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.single_contact_info .title i {
  color: #0066FF;
  font-size: 22px;
  margin-right: 8px;
}

.single_contact_info p {
  font-size: 15px;
  line-height: 1.8;
  color: #747E88;
  margin-bottom: 10px;
  word-break: keep-all;
}

.single_contact_info p a {
  color: #0066FF;
  text-decoration: none;
  transition: color 0.3s;
}

.single_contact_info p a:hover {
  color: #0052cc;
  text-decoration: underline;
}

.contact_map {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  overflow: hidden;
  padding: 25px;
  background-color: #fff;
  border: 1px solid rgba(0, 102, 255, 0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.contact_map:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
}

.contact_map h4.title {
  font-size: 20px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_map h4.title i {
  color: #0066FF;
  font-size: 22px;
  margin-right: 8px;
}

.contact_map iframe {
  display: block;
  width: 100%;
  height: 400px;
  border-radius: 10px;
}

/*===========================
        ABOUT PAGE css 
===========================*/
.bg-gray {
  background-color: #f8f9fa;
}

.section_icon {
  display: inline-block;
  margin-bottom: 15px;
}

.section_icon i {
  transition: transform 0.3s ease;
}

.section_icon:hover i {
  transform: scale(1.1);
}

.greeting_card {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.greeting_signature {
  border-top: 2px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 30px;
  display: inline-block;
  min-width: 200px;
}

.overview_card {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

.history_content {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
}

.history_timeline {
  padding-left: 40px;
  position: relative;
}

.history_timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #0066FF, rgba(0, 102, 255, 0.3));
}

.history_year {
  padding-bottom: 30px;
  position: relative;
  padding-left: 50px;
}

.history_year:last-child {
  padding-bottom: 0;
}

.year_badge {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0066FF, #0052cc);
  display: inline-block;
  padding: 8px 20px;
  border-radius: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
  position: relative;
  z-index: 2;
}

.year_badge::before {
  content: '';
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: #0066FF;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
}

.history_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.history_list li {
  font-size: 16px;
  line-height: 1.8;
  color: #747E88;
  padding-left: 25px;
  position: relative;
  margin-bottom: 12px;
}

.history_list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #0066FF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.history_list li strong {
  color: #0066FF;
  font-weight: 600;
  margin-right: 8px;
}

.vision_item {
  padding: 35px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 102, 255, 0.08);
}

.vision_item:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 102, 255, 0.15);
}

.vision_item h4.title {
  font-size: 24px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 20px;
}

.vision_item p {
  font-size: 16px;
  line-height: 1.8;
  color: #747E88;
  margin: 0;
}

/*===========================
        SERVICES PAGE css 
===========================*/
.business_section_wrapper {
  margin-bottom: 80px;
  position: relative;
  padding: 50px 40px;
  border-radius: 16px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.04);
}

.business_section_wrapper:hover {
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}

.business_section_header {
  margin-bottom: 50px;
}

.bg-gray-alt {
  background: linear-gradient(135deg, #f8f9fa 0%, #f0f2f5 100%);
  padding: 70px 0;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}

.bg-gray-alt::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f8f9fa;
  z-index: -1;
  margin-left: -50vw;
  margin-right: -50vw;
  left: 50%;
  right: 50%;
  width: 100vw;
}

.business_category_header_wrapper {
  position: relative;
}

.business_category_badge {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(135deg, #0066FF, #0052cc);
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 50%;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
}

.business_category_title {
  font-size: 36px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 15px;
}

.business_category_title_en {
  font-size: 24px;
  font-weight: 400;
  color: #747E88;
  margin-left: 10px;
}

.business_category_subtitle {
  font-size: 16px;
  color: #747E88;
  margin-bottom: 25px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.business_category_divider {
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #0066FF, rgba(0, 102, 255, 0.3));
  margin: 0 auto;
  border-radius: 2px;
}

.business_feature_card_enhanced {
  background-color: #fff;
  padding: 40px 30px;
  border-radius: 15px;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(0, 102, 255, 0.1);
}

.business_feature_card_enhanced::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #0066FF, rgba(0, 102, 255, 0.5));
  transform: scaleX(0);
  transition: transform 0.4s ease;
}

.business_feature_card_enhanced:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 30px rgba(0, 102, 255, 0.15);
  border-color: rgba(0, 102, 255, 0.3);
}

.business_feature_card_enhanced:hover::before {
  transform: scaleX(1);
}

.feature_number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 48px;
  font-weight: 700;
  color: rgba(0, 102, 255, 0.08);
  line-height: 1;
}

.feature_icon_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
  margin-top: 10px;
}

.feature_icon_bg {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 102, 255, 0.05));
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s ease;
  border: 2px solid rgba(0, 102, 255, 0.1);
}

.business_feature_card_enhanced:hover .feature_icon_bg {
  background: linear-gradient(135deg, #0066FF, #0052cc);
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 5px 20px rgba(0, 102, 255, 0.3);
}

.feature_icon_bg i {
  font-size: 36px;
  color: #0066FF;
  transition: all 0.4s ease;
}

.business_feature_card_enhanced:hover .feature_icon_bg i {
  color: #fff;
  transform: scale(1.1);
}

.feature_title {
  font-size: 20px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature_description {
  font-size: 15px;
  color: #747E88;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 20px;
  min-height: 80px;
}

.feature_keywords {
  display: block;
  font-size: 13px;
  color: #0066FF;
  line-height: 1.8;
  text-align: center;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 102, 255, 0.1);
  font-weight: 500;
}

@media (max-width: 767px) {
  .greeting_card,
  .overview_card {
    padding: 25px;
  }
  
  .history_timeline {
    padding-left: 30px;
  }
  
  .history_timeline::before {
    left: 10px;
  }
  
  .history_year {
    padding-left: 40px;
  }
  
  .year_badge {
    font-size: 20px;
    padding: 6px 16px;
  }
  
  .year_badge::before {
    left: -30px;
    width: 10px;
    height: 10px;
  }
  
  .history_list li {
    font-size: 15px;
    padding-left: 20px;
  }
  
  .vision_item {
    padding: 20px;
    margin-bottom: 20px;
  }
  
  .section_icon i {
    font-size: 36px !important;
  }
  
  .business_section_wrapper {
    margin-bottom: 50px;
  }
  
  .business_category_badge {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  
  .business_category_title {
    font-size: 28px;
  }
  
  .business_category_title_en {
    font-size: 18px;
    display: block;
    margin-left: 0;
    margin-top: 5px;
  }
  
  .business_feature_card_enhanced {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  
  .feature_number {
    font-size: 36px;
    top: 15px;
    right: 15px;
  }
  
  .feature_icon_bg {
    width: 70px;
    height: 70px;
  }
  
  .feature_icon_bg i {
    font-size: 32px;
  }
  
  .feature_title {
    font-size: 18px;
    min-height: auto;
    margin-bottom: 12px;
  }
  
  .feature_description {
    font-size: 14px;
    min-height: auto;
    margin-bottom: 20px;
  }
  
  .bg-gray-alt {
    padding: 50px 15px;
    margin: 0;
  }
}

/*===========================
        REFERENCE PAGE css 
===========================*/
.reference_case_card {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  border: 1px solid rgba(0, 102, 255, 0.1);
}

.reference_case_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 25px rgba(0, 102, 255, 0.15);
  border-color: rgba(0, 102, 255, 0.3);
}

.reference_year_badge {
  display: inline-block;
  padding: 6px 14px;
  background: linear-gradient(135deg, #0066FF, #0052cc);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 15px;
}

.reference_case_title {
  font-size: 18px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 12px;
  line-height: 1.4;
  min-height: 50px;
}

.reference_case_description {
  font-size: 14px;
  color: #747E88;
  line-height: 1.7;
  margin-bottom: 0;
}

.reference_project_card {
  background-color: #fff;
  padding: 40px 35px;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid rgba(0, 102, 255, 0.08);
  position: relative;
  overflow: hidden;
}

.reference_project_card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 40px rgba(0, 102, 255, 0.2);
  border-color: rgba(0, 102, 255, 0.4);
}

.reference_project_icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(0, 102, 255, 0.1), rgba(0, 102, 255, 0.05));
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}

.reference_project_card:hover .reference_project_icon {
  background: linear-gradient(135deg, #0066FF, #0052cc);
  transform: scale(1.1);
}

.reference_project_icon i {
  font-size: 28px;
  color: #0066FF;
  transition: all 0.3s ease;
}

.reference_project_card:hover .reference_project_icon i {
  color: #fff;
}

.reference_project_title {
  font-size: 20px;
  font-weight: 700;
  color: #2C2C2C;
  margin-bottom: 15px;
}

.reference_project_description {
  font-size: 14px;
  color: #747E88;
  line-height: 1.7;
  margin-bottom: 20px;
}

.reference_project_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reference_project_list li {
  font-size: 13px;
  color: #747E88;
  line-height: 1.8;
  margin-bottom: 8px;
  padding-left: 0;
}

.partners_logo_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  align-items: center;
}

.partners_logo_item {
  flex: 0 0 auto;
}

.partner_logo_placeholder {
  width: 150px;
  height: 100px;
  background-color: #f8f9fa;
  border: 2px dashed rgba(0, 102, 255, 0.2);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.partner_logo_placeholder:hover {
  background-color: rgba(0, 102, 255, 0.05);
  border-color: rgba(0, 102, 255, 0.4);
  transform: translateY(-3px);
}

.partner_logo_placeholder i {
  font-size: 32px;
  color: #0066FF;
  margin-bottom: 8px;
}

.partner_logo_placeholder p {
  font-size: 12px;
  color: #747E88;
  margin: 0;
  font-weight: 500;
}

.reference_history_timeline {
  position: relative;
  padding-left: 40px;
}

.reference_history_timeline::before {
  content: '';
  position: absolute;
  left: 15px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: linear-gradient(to bottom, #0066FF, rgba(0, 102, 255, 0.3));
}

.reference_history_year {
  position: relative;
  padding-left: 50px;
}

.reference_history_year::before {
  content: '';
  position: absolute;
  left: -35px;
  top: 15px;
  width: 12px;
  height: 12px;
  background-color: #0066FF;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(0, 102, 255, 0.2);
  z-index: 2;
}

.reference_history_year_badge {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #0066FF, #0052cc);
  display: inline-block;
  padding: 6px 18px;
  border-radius: 25px;
  margin-bottom: 15px;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.3);
  position: relative;
  z-index: 2;
}

.reference_history_list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reference_history_list li {
  font-size: 15px;
  line-height: 1.8;
  color: #747E88;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.reference_history_list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #0066FF;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.reference_history_list li strong {
  color: #0066FF;
  font-weight: 600;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .reference_case_card,
  .reference_project_card {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
  
  .reference_case_title {
    font-size: 16px;
    min-height: auto;
  }
  
  .reference_project_title {
    font-size: 18px;
  }
  
  .partners_logo_wrapper {
    gap: 15px;
  }
  
  .partner_logo_placeholder {
    width: 120px;
    height: 80px;
  }
  
  .partner_logo_placeholder i {
    font-size: 24px;
  }
  
  .partner_logo_placeholder p {
    font-size: 11px;
  }
  
  .reference_history_timeline {
    padding-left: 30px;
  }
  
  .reference_history_timeline::before {
    left: 10px;
  }
  
  .reference_history_year {
    padding-left: 40px;
  }
  
  .reference_history_year::before {
    left: -30px;
    width: 10px;
    height: 10px;
  }
  
  .reference_history_year_badge {
    font-size: 18px;
    padding: 5px 14px;
  }
  
  .reference_history_list li {
    font-size: 14px;
    padding-left: 20px;
  }
}

/*===========================
        11.FOOTER css 
===========================*/
.footer_area {
  background-color: #38424D;
}

.footer_about p {
  color: #fff;
  margin-top: 25px;
}

.footer_about .social li {
  display: inline-block;
  margin-top: 35px;
}

.footer_about .social li + li {
  margin-left: 15px;
}

.footer_about .social li a {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border-radius: 5px;
}

.footer_about .social li .social_1 {
  background-color: #4977D9;
}

.footer_about .social li .social_2 {
  background-color: #55ACEE;
}

.footer_about .social li .social_3 {
  background-color: #E4405F;
}

.footer_about .social li .social_4 {
  background-color: #0077B5;
}

.footer_title {
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 767px) {
  .footer_title {
    font-size: 20px;
  }
}

.footer_link {
  width: auto;
}

.footer_link .link {
  padding-top: 30px;
}

.footer_link .link li {
  margin-top: 15px;
}

.footer_link .link li a {
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_link .link li a:hover {
  color: #0066FF;
}

.footer_contact_wrapper {
  min-width: 200px;
}

.footer_info_wrapper {
  min-width: 180px;
}

.footer_contact li {
  display: flex;
  align-items: flex-start;
  margin-top: 12px;
  line-height: 1.8;
}

.footer_contact li i {
  margin-right: 10px;
  margin-top: 2px;
  color: #0066FF;
  font-size: 18px;
  width: 20px;
  flex-shrink: 0;
}

.footer_phone,
.footer_fax {
  flex-wrap: nowrap !important;
}

.footer_phone > span,
.footer_fax > span {
  white-space: nowrap !important;
  font-size: 15px;
  word-spacing: normal;
  letter-spacing: 0;
}

.footer-address-item {
  flex-wrap: wrap !important;
  align-items: flex-start;
}

.footer-address-item > span {
  white-space: normal !important;
  word-break: keep-all;
  line-height: 1.8;
  font-size: 15px;
  flex: 1;
  min-width: 150px;
}

.footer-address-item strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.footer_info li {
  margin-top: 8px;
  line-height: 1.8;
  font-size: 15px;
}

.footer_bizno,
.footer_year {
  word-break: keep-all;
  white-space: normal;
}

.footer_business {
  word-break: keep-all;
  white-space: normal;
  line-height: 1.8;
}

.footer_about p {
  word-break: keep-all;
  line-height: 1.8;
}

.footer_link .link {
  word-break: keep-all;
}

.footer_subscribe p {
  color: #fff;
  margin-top: 45px;
}

.footer_subscribe .subscribe_form {
  position: relative;
  margin-top: 30px;
}

.footer_subscribe .subscribe_form input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  padding: 0 25px;
  border: 0;
  color: #38424D;
}

.footer_subscribe .subscribe_form button {
  height: 40px;
  width: 40px;
  border: 0;
  font-size: 28px;
  color: #fff;
  background-color: #0066FF;
  border-radius: 5px;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*===== BACK TO TOP =====*/
.back-to-top {
  font-size: 20px;
  color: #fff;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  background-color: #0066FF;
  text-align: center;
  z-index: 99;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  display: none;
}

.back-to-top:hover {
  color: #fff;
  background-color: #0066FF;
}

/* 3단계 드롭다운 메뉴 스타일 */
.navbar-nav .nav-item .sub-menu li {
  position: relative;
}

.navbar-nav .nav-item .sub-menu li .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
  margin-left: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 999;
}

.navbar-nav .nav-item .sub-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-nav .nav-item .sub-menu li .sub-menu {
    position: relative;
    left: 0;
    margin-left: 20px;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

@media (max-width: 767px) {
  .navbar-nav .nav-item .sub-menu li .sub-menu {
    position: relative;
    left: 0;
    margin-left: 20px;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}
/*# sourceMappingURL=style.css.map */