/**
* Template Name: barit
* Updated: nov 13 2023 with Bootstrap v5.3.2
* Author: www.barit.co.kr
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {

  font-family: 'Noto Sans KR', sans-serif;

  color: #444444; 
  -ms-overflow-style: none;
}

::-webkit-scrollbar {
 display: none;

}

a {
  color: #47b2e4;
  text-decoration: none;
}
 
a:hover {
  color: #73c5eb;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans KR', sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


/* main slider --------------------------------------------------
# 2023.11.12
----------------------------------------------------------------*/

.main-wrapper {
	width:100vw;
	margin: 0 auto;
    height:100vh;

}
/*-------------------------------------------------------
-------------------------------------------------------
-------------------------------------------------------*/
/* SLIDE LAYOUT
/*-------------------------------------------------------
-------------------------------------------------------
-------------------------------------------------------*/

.point_c {color:#00adee !important}
.barit_h2 {font-size:50px !important; font-weight:800;}

.description-box {padding:45px 0 45px 0px; }
.description-box p {color:#000; font-size:20px; letter-spacing: -1px; line-height:140%;}


.sl-wrapper {
	position: relative; 
    top:0;
    left:0;
    right:0;
    height:100vh;
    display:block;
    overflow:hidden;

}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: '';
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: '';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url();
}
.swiper-button-next,
.swiper-button-prev,.swiper-button-next-bu,
.swiper-button-prev-bu {
	width: 35px;
}


/*-------------------------------------------------------*/
/* Card Bkg Img
/*-------------------------------------------------------*/

.sl-bkg-img,
.sl-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}
.sl-img-1 {
	background-image: url("/images/main/main01.jpg?ver=d");
    background-size:cover;
    background-position: top;
}
.sl-img-2 {
	background-image: url("/images/main/main02.jpg?ver=d");
    background-size:cover;
}
.sl-img-3 {
	background-image: url("/images/main/main03.jpg");
    background-size:cover;
}
.sl-gradient {
	background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/614007/gradient.png");
	z-index: 1;
}
/*-------------------------------------------------------*/
/* Card Content
/*-------------------------------------------------------*/

.sl--content-container {
	position: absolute;
	background-color: #ffffff;
}
.sl--content-container h2 {
	text-transform: uppercase;
}
.sl--sub-text {
	font-weight: 300;
}
.content-reveal-btn {
	background-color: #04b7ac;
}
.sl--show-card-info,
.sl--close-card-info {
	fill: #ffffff;
}
.sl--show-card-info {
	transform: scale(0.6, 0.6);
	-webkit-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sl--close-card-info {
	-ms-transform: rotate(45deg) scale(0.6, 0.6);
	-webkit-transform: rotate(45deg) scale(0.6, 0.6);
	transform: rotate(45deg) scale(0.6, 0.6);
	-webkit-transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: transform 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}



.swiper-business {
    padding: 1.5em 0 ;
    max-height:500px;
    margin-top:70px;
  }
  .swiper-business .content-wrapper {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: ".";
    width: 100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    justify-items: center;
    align-items: center;
  }

  .swiper-business .content-wrapper .content {
    padding: 2.8em;
    text-align: left;
    display: block;
    justify-items: center;
    width:100%;

    align-items: center;
    margin: 0 auto;
    color: #000;
  }
  .swiper-business .content-wrapper .content :first-child {
    margin: 0;
  }
  .swiper-business .content-wrapper .content .swiper-avatar {
    width: 100%;
    max-width: 125px;
    height: auto;
  }
  .swiper-business .content-wrapper .content .swiper-avatar img {
    border-radius: 500px;
  }

  .cite svg {width:35px;}
  .swiper-business .content-wrapper .content .cite {
    font-size: 14px;
    font-weight: bold;
    margin-top:50px;
    display:none;
  }


  .swiper-business .swiper-slide {
    margin: 0;
    height: auto;
    width: 100%;
    max-width:300px;
    height:500px;
    padding: 0;
    opacity: 1;
    background: rgba(255,255,255,1);
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
  }
  .swiper-business .swiper-slide.swiper-slide-active {
    background: white;
    opacity: 1;
    transform: scale(1);
    min-width:700px;
    margin-right:40px;
    height:500px;
    margin-top:-50px
  }

  .swiper-business .swiper-slide.swiper-slide-active p {
    color:#000 !important; display:block !important;}
  


  .swiper-business .swiper-slide.swiper-slide-active .cite{
    display:block;
  }

  .swiper-business .swiper-slide.swiper-slide-active h2 {
    transform: rotate(0deg) !important;
    color:#fff !important;
    font-size:50px!important;
    position:relative;
    top:0;
    margin-left:0
  }

  
  .swiper-business .swiper-slide.swiper-slide-active p {
   
    color:#fff !important;


  }

  .techs {background-image: url('/images/main/TechnicalService-1.jpg')!important; background-size:cover!important;}
  .rope {background-image: url('/images/main/RopeAccess-1.jpg')!important;  background-size:cover!important; }
  .proc {background-image: url('/images/main/Procurement.jpg')!important;  background-size:cover!important; }
  .site {background-image: url('/images/main/SiteSupport.jpg')!important;  background-size:cover!important;}

  .bu { position:relative;}
  .bu h2 {
    color:rgba(255,255,255,0.8);
    transform: rotate(-90deg);
    font-size:28px !important;
    position:absolute;
    top:100%; ; left:0;
    margin-left:-20%;
    top:30%;
    }
  .bu p {color:#000 !important; display:none;}
  .swiper-business .swiper-nav-wrapper {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    width: auto;
    padding-top: 3em;
  }
  .swiper-business .swiper-nav-wrapper .swiper-button-next,
  .swiper-business .swiper-nav-wrapper .swiper-button-prev {
    top: 0;
    top: auto;
    left: auto;
    right: auto;
    position: relative !important;
  }
  .swiper .swiper-nav-wrapper .swiper-button-next:after,
  .swiper .swiper-nav-wrapper .swiper-button-prev:after {
    display: none;
  }
  .swiper .swiper-nav-wrapper .swiper-button-next,
  .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
  }
  .swiper .swiper-nav-wrapper .swiper-button-prev,
  .swiper .swiper-nav-wrapper .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml,%0A%3Csvg width='9px' height='16px' viewBox='0 0 9 16' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='chevron-right' transform='translate(4.508789, 7.870605) rotate(-180.000000) translate(-4.508789, -7.870605) translate(-0.000000, -0.000000)' fill='%23FFFFFF' fill-rule='nonzero'%3E%3Cpath d='M8.674805,7.066406 L1.924805,0.316406 C1.696288,0.105468 1.432619,0 1.133789,0 C0.834959,0 0.57129,0.105468 0.342773,0.316406 C0.114257,0.544923 0,0.808592 0,1.107422 C0,1.406251 0.114257,1.669921 0.342773,1.898438 L6.301758,7.857422 L0.342773,13.816406 C0.114257,14.044923 0,14.308592 0,14.607422 C0,14.906251 0.114257,15.169921 0.342773,15.398438 C0.465821,15.521485 0.584472,15.609375 0.69873,15.662109 C0.812989,15.714844 0.958007,15.741211 1.133789,15.741211 C1.309571,15.741211 1.454589,15.714844 1.568848,15.662109 C1.683106,15.609375 1.801757,15.521485 1.924805,15.398438 L8.674805,8.648438 C8.903321,8.419921 9.017578,8.156251 9.017578,7.857422 C9.017578,7.558592 8.903321,7.294923 8.674805,7.066406 Z' id='Path'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E") !important;
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
  }
  .swiper-avatar {max-width:40px;}
  .swiper-pagination {
    margin: 0;
    padding: 0;
    width: auto;
    position: relative !important;
    display: block;
    width: auto;
  }
  .swiper-pagination .swiper-pagination-bullets {
    margin: 0;
  }
  .swiper-pagination .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    background: #fff !important;
  }
  
  .swiper-pagination-bullet {
    background: #fff !important;
    transition: all 0.2s ease-in-out;
  }
  
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    bottom: 0;
    top: 0;
    bottom: 0;
    width: auto;
    padding: 0 1.5em;
  }
  
  .swiper-pagination-bullet-active {
    transform: scale(1.5);
  }


.swiper-container_business .sl--slide_business{ height:500px;}


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

     Media Queries 

--------------------------*/
/*    Mobile    */

@media only screen and (min-width: 320px) {
	/* 320px */

	/*-------------------------------------------------------*/
	/* SL Header: 320
	/*-------------------------------------------------------*/
	.sl-header-wrapper {
		padding: 0 18px;
	}
	.sl-header-wrapper h3 {
		font-size: 50px;
		font-weight: 900;
		line-height: 80%;
		letter-spacing: -1.4px;
		margin: 10px 0;
	}
	.sl-header-wrapper h4 {
		font-weight: 500;
		text-transform: uppercase;
		margin: 0;
		line-height: 100%;
		letter-spacing: -1.4px;
		word-spacing: 2.4px;
	}
	.sl-header-wrapper p {
		font-weight: 300;
	}

	/*-------------------------------------------------------*/
	/* Prev/Next Slide Cover: 320
	/*-------------------------------------------------------*/

	.swiper-slide-prev .slide-cover,
	.swiper-slide-next .slide-cover,
	.slide-cover {
		background-color: #ffffff;
		height: 100%;
		width: 100%;
		position: absolute;
		top: 0;
		z-index: 2;
		opacity: 0.75;
		-webkit-transition: opacity 300ms;
		transition: opacity 300ms;
		visibility: visible;
	}
	.swiper-slide-active .slide-cover {
		position: absolute;
		opacity: 0;
		-webkit-transition: visibility 0s 0.5s, opacity 300ms;
		transition: visibility 0s 0.5s, opacity 300ms;
		height: 95vh;
		width: 100%;
		background-color: #ffffff;
		z-index: 2;
		visibility: hidden;
	}

	/*-------------------------------------------------------*/
	/* Swiper: 320
	/*-------------------------------------------------------*/

	.swiper-container {
		width: 100%;
		height: 100%;
	}

	/*-------------------------------------------------------*/
	/* Card Bkg Img: 320
	/*-------------------------------------------------------*/

	.sl-gradient {
		background-position: center 210px;
	}
	.sl-bkg-img {
		background-size: cover;

	}
	/*-------------------------------------------------------*/
	/* Card Content: 320
	/*-------------------------------------------------------*/

	.sl--content-wrapper {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		transform: translate(-50%, 0);
		-webkit-transition: width 250ms, height 250ms;
		transition: width 250ms, height 250ms;
		overflow: hidden;
	}
	.sl--content-wrapper-inactive {
		width: 100%;
		height: 541px;
	}
	.sl--content-wrapper-active {
		width: 101%;
		height: 100%;
	}
	.sl--content-container {
		width: 100%;
		height: auto;
		padding-left: 16px;
		padding-right: 16px;
		z-index: 1;
	}
	.sl--card-hide {
		transform: translate(0, 410px);
		-webkit-transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
			width 250ms;
		transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
			width 250ms;
		height: 568px;
	}
	.sl--card-reveal {
		transform: translate(0, 0);
		-webkit-transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
			width 250ms;
		transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86),
			width 250ms;
		height: 100%;
		width: 100%;
		overflow: auto;
		/*padding: 100px 0px;*/
		padding-top: 20px;
		padding-bottom: 100px;
	}
	.sl--content-container h2 {
		font-size: 30px;
		word-spacing: 2px;
		letter-spacing: -1.4px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.sl--sub-text {
		margin-bottom: 0;
		-webkit-transition: margin 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
		transition: margin 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
	}
	.sl--card-reveal .sl--sub-text {
		margin-top: 12%;
	}
	.sl--content-container .sl--card-content {
		font-weight: 300;
		margin-top: 15px;
		overflow-y: auto;
	}
	.sl--link {
		color: #04b7ac;
		margin-bottom: 15px;
	}
	.sl--card-nav-container {
		position: absolute;
		width: 100%;
		height: 70px;
		z-index: 1;
		bottom: 0;
		/*background-color: #ffffff;*/
		background-image: linear-gradient(0deg, #f5f5f5, hsla(37, 87%, 97%, 0));
	}
	.sl--content-btn {
		position: absolute;
		right: 0;
		bottom: 0;
		width: 37px;
		height: 37px;
		cursor: pointer;
		z-index: 1;
	}
	.content-hide-btn {
		transform: scale(0, 0);
	}
}

@media only screen and (min-width: 414px) {
	/* 414 */
	/*-------------------------------------------------------*/
	/* SL Header: 414
	/*-------------------------------------------------------*/
	.sl-header-wrapper h3 {
		font-size: 55px;
	}

	/*-------------------------------------------------------*/
	/* Card Content: 414
	/*-------------------------------------------------------*/
	.sl-card-wrapper,
	.sl--content-wrapper-inactive {
		width:100%;
	}
	.sl--card-hide {
		width:100%;
		transform: translate(0, 495px);
	}
}
@media only screen and (min-width: 568px) {
	/* 568 */
}
@media only screen and (min-width: 667px) {
	/* 667px */
}
@media only screen and (min-width: 736px) {
	/* 736px */
}
/*Tablet*/

@media only screen and (min-width: 768px) {
	/* 768 */
	/*-------------------------------------------------------*/
	/* SL Main Container: 768
	/*-------------------------------------------------------*/
	.sl-main-container {
		width: 768px;
		margin: 0 auto;
	}

	/*-------------------------------------------------------*/
	/* SL Header: 768
	/*-------------------------------------------------------*/
	.sl-header-wrapper {
		padding: 0 5%;
	}
	.sl-header-wrapper h3 {
		width: 300px;
		font-size: 65px;
	}
	.sl-header-wrapper p {
		width: 505px;
	}

	
	/*-------------------------------------------------------*/
	/* Card Content: 768
	/*-------------------------------------------------------*/
	.sl-card-wrapper {
		width:100%; 
        position:absolute;
        z-index:1;
        min-height:95vh;
	}
	.sl--content-wrapper-inactive {
		width: 290px;
		height: 100%;
	}
	.sl--content-wrapper-active {
		width: 100%;
	}
	.sl--card-hide {
		transform: translate(0, 375px);
	}
	.sl-gradient {
		background-position: center 185px;
	}
}
/*    Desktop    */

@media only screen and (min-width: 1024px) {
	/* 1024 */
	/*-------------------------------------------------------*/
	/* Main Wrapper: 1024
	/*-------------------------------------------------------*/

	/*-------------------------------------------------------*/
	/* SL Main Container: 1024
	/*-------------------------------------------------------*/
	.sl-main-container {
		width: 100%;
	}

	/*-------------------------------------------------------*/
	/* SL Header: 1024
	/*-------------------------------------------------------*/
	.sl-header-wrapper {
        position:absolute;
        width:100%;
        top:50%;
        transform: translate(0, -50%);
        z-index:1565;   
	}
    .sl-header-wrapper h3,h4,p {color:#fff;}
    .sl-header-wrapper h3 {font-size:115px; font-weight:700;}
    .sl-header-wrapper h4 {font-size:60px;}
    .sl-header-wrapper p {font-size:20px; margin:30px auto}



	.sl-header-wrapper p {
		width: 100%;
	}

	/*-------------------------------------------------------*/
	/* Swiper: 1024
	/*-------------------------------------------------------*/
	.sl-wrapper {
	
	}

	.swiper-container {
		position: absolute;
		top: 0%;
		right: 0;
	
	
		
	}
	.swiper-button-next,
	.swiper-button-prev {
		display: block;
	}


}
@media only screen and (min-width: 1140px) {
	/* 1140 */
}
@media only screen and (min-width: 1440px) {
	/* 1440 */
	/*-------------------------------------------------------*/
	/* Slide Layout: 1024
	/*-------------------------------------------------------*/
	.sl-main-container {
		width: 100vw;
	}
	.sl-wrapper,
	.swiper-container {
		width: 100vw;
	}
}
@media only screen and (min-width: 1662px) {
	/* 1662px */
}




/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #47b2e4;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #6bc1e9;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  border-bottom:1px solid #fff;
  padding: 0px 0;
}

#header.header-scrolled,
#header.header-inner-pages {
  background: rgba(40, 58, 90, 0.9);
  z-index:8888;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 20px 0 ;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: flex-end;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: block;
  align-items: center;
  justify-content: space-between;
  padding: 0px 5px;
  font-size: 15px;
  font-weight: 500;
  color: #fff;

  white-space: nowrap;
  z-index:9999!important;
  width:170px;

}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #fff;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  border: 2px solid #47b2e4;
  font-weight: 600;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #31a9e1;
}

.navbar .dropdown ul {
    display: block;
    position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 10px 0;
    z-index: 99;
    opacity: 1;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
    border-radius: 4px;
}

.list-unstyled {position:relative !important;  opacity: 1;}
.list-unstyled li {display:block; position:relative !important}
.navbar .dropdown ul li {
  min-width: 100px;
}

.navbar .dropdown ul a {
  padding: 10px 0px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
  display:block;
  text-align:center;
  color: #0c3c53;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(40, 58, 90, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 10px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37517e;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
  color: #37517e;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #47b2e4;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
  visibility: visible !important;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#quick {
    position: absolute;
    right: 5%;
    top: 50%;
    height: 200px;
    
    z-index: 1200;
  }
  
#quick ul {list-style:none; text-align:center}

#quick .quick_arata {margin-top:15px;}
#hero {
  width: 100%;
  overflow:hidden;
  padding:0 !important;
  position: relative;
  
}
.main-wrapper_fixed {
    position: absolute;
    max-width: 100%;
    display: block;
    top: calc(95vh - 80px); /* 높이 전체의 95%에서 88px를 뺀 값 */
    right: 0;
    min-width: 1110px;
    background-size:cover;
    z-index: 5!important;
    height: 88px;
    background-image: url('/images/main/slide_deco.png'); /* 배경 이미지 설정 */
    /* 배경 이미지 크기, 반복 등 추가 설정도 가능합니다. */
}
.business_deco {
    position: absolute;
    max-width: 100%;
    display: block;
    top: calc(5vh - 80px); /* 높이 전체의 95%에서 88px를 뺀 값 */
    right: 0;
    min-width: 900px;
    background-size:cover;
    z-index: -1;
    height: 600px;
    background-image: url('/images/main/business_deco.png'); /* 배경 이미지 설정 */
    /* 배경 이미지 크기, 반복 등 추가 설정도 가능합니다. */

}
#hero .container {
  padding-top: 72px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
}

#hero h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px 28px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0 0;
  color: #fff;
  background: #47b2e4;
}

#hero .btn-get-started:hover {
  background: #209dd8;
}

#hero .btn-watch-video {
  font-size: 16px;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #fff;
  line-height: 1;
}

#hero .btn-watch-video i {
  line-height: 0;
  color: #fff;
  font-size: 32px;
  transition: 0.3s;
  margin-right: 8px;
}

#hero .btn-watch-video:hover i {
  color: #47b2e4;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (max-width: 991px) {
  #hero {
    height: 100vh;
    text-align: center;
  }

  #hero .animated {
    animation: none;
  }

  #hero .hero-img {
    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }

  #hero .hero-img img {
    width: 70%;
  }
}

@media (max-width: 575px) {
  #hero .hero-img img {
    width: 80%;
  }

  #hero .btn-get-started {
    font-size: 16px;
    padding: 10px 24px 11px 24px;
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #2a378f;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #37517e;
}

.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #47b2e4;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 55px 0;
  text-align: center;
}

.clients img {
  max-width: 100%;
  margin:0 auto;
  text-align:center;

  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 0px 0;
  
}

.clients img:hover {
  filter: none;
  transform: scale(1.1);
}


.clients_location {  padding: 55px 0;
    text-align: center;
  }
  


@media (max-width: 768px) {
  
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about {

    padding:100px 0 ;
    position:relative;
    display: block;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #47b2e4;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.3s;
  line-height: 1;
  color: #47b2e4;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #47b2e4;
}

.about .content .btn-learn-more:hover {
  background: #47b2e4;
  color: #fff;
  text-decoration: none;
}


.techs {
    background-image: url('/images/main/TechnicalService-1.jpg');
    background-size: cover;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
 
.why-us {margin-top:-400px; padding-top:500px; padding-bottom:120px;}
.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #37517e;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.why-us .accordion-list {
  padding: 0 100px 60px 100px;
}

.why-us .accordion-list ul {
  padding: 0;
  list-style: none;
}

.why-us .accordion-list li+li {
  margin-top: 15px;
}

.why-us .accordion-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
}

.why-us .accordion-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  cursor: pointer;
}

.why-us .accordion-list span {
  color: #47b2e4;
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.why-us .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.why-us .accordion-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.why-us .accordion-list .icon-show {
  display: none;
}

.why-us .accordion-list a.collapsed {
  color: #343a40;
}

.why-us .accordion-list a.collapsed:hover {
  color: #47b2e4;
}

.why-us .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.why-us .accordion-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .img {
    min-height: 400px;
  }

  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .why-us .img {
    min-height: 200px;
  }
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {padding:120px 0; border-bottom:2px solid #d0d0d0}
.contact .info {
  border-top: 3px solid #47b2e4;
  border-bottom: 3px solid #47b2e4;
  padding: 30px;
  background: #fff;
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact strong {color:#2a378b} 
.contact p {color:#000;}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f3f5fa;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 68px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 600;
  color: #37517e;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #4668a2;
  content: "/";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 20px;
  padding-top:50px;
  border-top:2px solid #cccccc;
  background: #fff;
 
}
.footer-bottom, .footer-bottom p { color:#000 !important;}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #f3f5fa;
  text-align: center;
  font-size: 15px;
  color: #444444;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #37517e;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #5e5e5e;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #37517e;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #47b2e4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #47b2e4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #209dd8;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}

#footer .copyright {
  float: left;
}

#footer .credits {
  float: right;
  font-size: 14px;
}

#footer .credits a {
  transition: 0.3s;
}
#footer  span  {
    display: inline;
  }

@media (max-width: 768px) {
    #footer {
        font-size: 20px;
        padding-top:20px;
        padding-bottom:30px;
        border-top:2px solid #cccccc;
        background: #fff;
      }
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 5px;
    font-size:14px;
  }
  #footer  span  {
    display: block;
  }
  #footer .copyright,
  #footer .credits {
    text-align: left;
    float: none;
  }
  #footer .credits {
    padding-top: 4px;
    margin-bottom:30px;
  }
  #footer .credits img {
    max-width:30%;
  }
}

.dropdown-menu{margin-top:0 !important;}


.depth_company {
    
    width:100%; position:relative;
     display:block;
      background-image:url('/images/depth/company/company_top.jpg');
      background-size:cover;
      height:auto; 
    }
.depth_title {text-align:center; color:#fff !important; 
    font-size:50px !important;
    position: absolute;
    top: 50%;
    opacity: 1 !important;
    left: 50%;
    transform: translate(-50%, -50%);
}


.map_google{border:0; width: 100%; height: 400px;}

.depth_areas{
    background-image:url('/images/depth/areas/areas_top.jpg?ver=d'); 
    background-size:cover;
    height: 500px;width:100%; position:relative;
    display:block;
}


.sub_depth {background:#fff; width:100%; display:block; position:relative; margin-top:-170px;}
.sub_depth ul {padding:0; list-style:none; height:100px;   text-align:center;
     margin:0 auto;
    display: block;  justify-content: center; /* 가로 가운데 정렬 */
    align-items: center; /* 세로 가운데 정렬 */}
.sub_depth li {text-align:center;   line-height:100px; display:inline; padding:0 20px; /* 추가 */}
.sub_depth li  a  {font-weight:600; color:#666}
.sub_depth li  a.active {font-weight:900; color:#00adee}



.sub_h3 {font-size:40px; color:#313d93; font-weight:700}
.sub_h4 {font-size:40px; color:#000000; font-weight:600}
.sub_h5 {font-size:32px; color:#000000; font-weight:600; margin-bottom:40px}




#custom-select2 {
    width: 100%;
    position: relative;
  }  
  .selected-option2 {
    text-align:left;
    line-height:1;
    cursor: pointer;
  }
  
  .options2 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    border-bottom: 1px solid #ccc;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  
  .options2 li {
    padding: 10px;
    display:block;
    width:100%;
    cursor: pointer;
    background-color: #fff;
  }
  
  .options2 li:hover {
    background-color: #f2f2f2;
  }
  
  #custom-select {
    width: 100%;
    position: relative;
  }
  
  .selected-option {

    cursor: pointer;
  }
  
  .options {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    position: absolute;;
    top: 100%;
    left: 0;
    z-index:9999 !important;
    width: 100%;
    height:100px;
    
  }
  
  .options li {
    padding: 10px;
    display:block;
    width:100%;
    cursor: pointer;
    background-color: #fff;
    min-height:60px;
  }
  
  .options li:hover {
    background-color: #f2f2f2;
  }
  
  #custom-select, #custom-select2 {

    min-height:60px;
    position:relative;
    align-items: center; /* 수직 정렬 */
    justify-content: left; /* 수평 정렬, 필요한 경우 */
    display: flex;
    width:100%;

    background:#fff;
        border-bottom:1px solid #ccc;

  }
  .selected-option ,.selected-option2 {
    line-height:1;
    padding:15px;
    text-align:left;
        font-size:14px !important;
        vertical-align: middle;
        display:inline;
  }
  .option, .option2 {
    vertical-align: middle;


  }

  .options li {
    padding: 10px;
    display: block;
    width: 100%;
    line-height:1;
    cursor: pointer;
    position:relative;
    z-index:888;
    background-color: #fff;
    min-height: 10px;
}
  

  
  .sub_last_section {padding-bottom:150px !important}
  .location_img {padding-right:20px; margin-right:30px !important; margin-top:-15px !important; }

  .tab-container {
    width:100%; 
    margin: 0 auto;
  }
  
  .tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    
  }
  
  .tab-link {
    flex: 1;
    text-align: center;
    padding: 8px;
    font-size:28px;
    cursor: pointer;
    background:#ccc;
    border-radius: 36px;
    
  }
  
  .tab-link.active {
    background-color: #00adee;
    color:#fff
  }
  
  .tab-content {
    display: none;
    position:relative;
    padding: 0 0 20px 0 ;
    border-left:5px solid #ccc
  }
  .tab-content:before {
    content:"";
    height:95px;
    width:5px;
    position:absolute;
    top:0;
    left:-5px;
    background:#00adee;

  }
  .tab-content.active {
    display: block;
    margin-top:70px;
    padding-left:50px;
  }

  .in_section {margin-bottom:150px;}
  .in_section strong{color:#2a378f; }
  .history_contents {padding-left:40px;}
  .history_contents h3 {font-weight:900; font-size:35px; margin-top:-10px; margin-bottom:30px;}
  
  
  .indl dt:first-child{margin-top:-3px;}
  .indl dt {font-size:20px; font-weight:900; margin-bottom:10px; margin-top:15px;}
  .indl dd {font-size:18px; font-weight:400; line-height:100%}
  .indl dd::before {
    content: "\2022"; /* 마커 모양 (원형) */
    color: #2a378f; /* 마커 색상을 빨간색으로 지정 */
    margin-right: 0.5em; /* 마커와 텍스트 간격 조정 */
  }

  .left-area {position:relative;width:100%; display:block; height:100%;}
  .l-menu {
    position: relative;
    top: 0px;
    z-index: 100;
    margin-left:0px;
    list-style:none;
    padding-left:0;
    font-size:16px;

  }
.contents_sticky {
  position: sticky;
  top: 0px;
  z-index: 100;
  margin-left:0px;
  list-style:none;
  padding-left:0;


}



  .add_fixed {
    position: fixed !important;
    top: 86px !important;
    z-index: 100;
    min-width:1400px;
    margin:0 auto;
    background:#fff;
    left: 0;
    right: 0;
    z-index:880;

    transform: rotateY(-50%);
  }

  

  .l-menu h3 {padding:10px 20px; width:450px; margin-left:0px; background:#00adee; 
    font-size:25px; color:#fff;}
    .l-menu li {padding:6px;}
    .l-menu li a  {font-size:20px; color:#000;}
  
  .l-menu li::before {
    content: "\2022"; /* 마커 모양 (원형) */
    color: #2a378f; /* 마커 색상을 빨간색으로 지정 */
    margin-right: 0.5em; /* 마커와 텍스트 간격 조정 */
  }
  .section1 {height:90vh;  padding-top:10px;  overflow-y: scroll; overflow-x: hidden; -ms-overflow-style: none; margin-bottom:150px;}
  .section2 {height:90vh;  padding-top:230px; overflow-y: scroll; overflow-x: hidden; -ms-overflow-style: none; margin-bottom:150px; }
  .section3 {height:90vh;  padding-top:230px;overflow-y: scroll;overflow-x: hidden; -ms-overflow-style: none; margin-bottom:150px;}
  .section4 {height:90vh;  padding-top:230px; overflow-y: scroll;overflow-x: hidden; -ms-overflow-style: none; margin-bottom:150px;  }
  .section5 {height:90vh;  padding-top:230px; overflow-y: scroll;overflow-x: hidden; -ms-overflow-style: none; margin-bottom:150px; } 




 .section1::-webkit-scrollbar, .section2::-webkit-scrollbar , .section3::-webkit-scrollbar, .section4::-webkit-scrollbar, .section5::-webkit-scrollbar{
   display:none;
 }


  .navbar .megamenu {
    padding: 1rem;
}

#mores {
    fill: #fff;
    width:60px;
}
.onmobile {margin:0 0px;}
#overlay-button {display:none;}
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .navbar .has-megamenu {
        position: static !important;
    }

    .navbar .megamenu {
        left: 0;
        right: 0;
        width: 100%;
        margin-top: 0;
    }
}

/* ============ desktop view .end// ============ */
/* ============ mobile view ============ */
@media(max-width: 991px) {

    .navbar.fixed-top .navbar-collapse,
    .navbar.sticky-top .navbar-collapse {
        overflow-y: auto;
        max-height: 90vh;
        margin-top: 10px;
    }
}

/* ============ mobile view .end// ============ */
.arita-main img {max-width:80%; margin:0 auto; }

@media (max-width:768px){


  .section1 {heighT:100vh;  padding:120px 0 150px; overflow-y:scroll; }
  .section2 {heighT:100vh;  padding:120px 0  150px; overflow-y:scroll; }
  .section3 {heighT:100vh;  padding:120px 0 150px ;  overflow-y:scroll; }
  .section4 {heighT:100vh;  padding:120px 0 150px ; overflow-y:scroll; }
  .section5 {heighT:100vh;  padding:120px 0  150px; overflow-y:scroll; }

  #custom-select2 .active {color:#00adee !important}


  #overlay-button {display:block;}
    .depth_areas{width:100%; position:relative;
        display:block;
        background-image:url('/images/depth/areas/areas_top.jpg?ver=d'); 
        background-size:cover;
        height: 200px;
    }
    .depth_title {text-align:center; color:#fff !important; 
        font-size:22px !important;
        position: absolute;
        top: 70%;
        opacity: 1 !important;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .sub_depth {
        background: #fff;
        width: 100%;
        display: block;
        position: relative;
        z-index:2;
        min-height:60px;
        margin-top: 00px;

    }
    #hero .container {
        padding-top: 0px
    }
    
  .options li {
    padding: 10px;
    display: block;
    width: 100%;
    line-height:1;
    cursor: pointer;
    text-align:left;
    position:relative;
    z-index:888;
    background-color: #fff;
    border:1px solid #d9d9d9;
    min-height: 20px;
    margin-top:-1px;
    font-size:14px;
}

    
.options li:first-child {
    margin-top:0px;
}
.options2 li {
    padding: 10px;
    display: block;
    width: 100%;
    line-height:1;
    cursor: pointer;
    text-align:left;
    position:relative;
    z-index:888;
    background-color: #fff;
    border:1px solid #d9d9d9;
    min-height: 20px;
    margin-top:-1px;
    font-size:14px;
}
.options2 li:first-child {
    margin-top:0px;
}
    #custom-select{
        border-right:1px solid #d9d9d9;
    }
    #custom-select::after{
      content:"";
      position:absolute;
      background-image: url('/images/arrows.jpg');
      background-size:cover;
      display:inline-block;
    width:20px; 
    height:20px;
    right:20px;
    top:20px;

  }
  #custom-select2::after{
    content:"";
    position:absolute;
    background-image: url('/images/arrows.jpg');
    background-size:cover;
    display:inline-block;
  width:20px; 
  height:20px;
  right:20px;
  top:20px;

}

    .description-box {
        padding: 20px 0;
    }
    .barit_h2 {
        font-size: 25px !important;
        font-weight: 800;
    }
    .clients {
        padding: 25px 0;
        text-align: center;
    }

    .tab-content.active {
        display: block;
        margin-top: 40px;
        padding-left: 15px;
    }

    .history_contents {
        padding-left: 0px;
    }

    
  .indl dt:first-child{margin-top:-3px;}
  .indl dt {font-size:16px; font-weight:900; margin-bottom:8px; margin-top:10px;}
  .indl dd {font-size:14px; font-weight:400; line-height:100%}
  .indl dd::before {
    content: "\2022"; /* 마커 모양 (원형) */
    color: #2a378f; /* 마커 색상을 빨간색으로 지정 */
    margin-right: 0.5em; /* 마커와 텍스트 간격 조정 */
  }
  .in_section{

    margin-bottom:30px;
  }
  .tab-link.active {
    background-color: #00adee;
    color: #fff;
}
.tab-link {
    flex: 1;
    text-align: center;
    padding: 8px;
    font-size: 16px;
    cursor: pointer;
    background: #ccc;
    border-radius: 36px;
}

.sub_h4 {
    font-size: 40px;
    color: #000000;
    font-weight: 600;
}

.sub_h4 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}
.sub_h3 {
    font-size: 20px;
    color: #313d93;
    font-weight: 700;
}
.description-box p {
    color: #000;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 140%;
}

.sub_last_section {
    padding-bottom: 50px !important;
}

.location_img {padding-right:0px; 
    margin-right:0px !important; margin-top:0px !important;
     max-width:100%; width:100%; }

.phone h6 , .email h6{font-size:14px; margin-bottom:5px;}
.phone p , .email p{font-size:12px;}

.clients_location {  padding: 20px 0;
    text-align: center;
  }
  .map_google{border:0; width: 100%; height: 200px;}
  #quick {display:none;}
  .main-wrapper_fixed {display:none }
  .slide_text {position:absolute;z-index:500;
    top: 50%;
    left: 50%;
    
    transform: translate(-50%, -50%);

}
  .slide_text h3{color:#fff !important;}
  .slide_text h4{color:#fff !important; font-size:28px; margin-bottom:20px;}
  .slide_text p{color:#fff !important;}
  .arita-main {text-align:center}
  .arita-main img {max-width:80%; margin:0 auto; }
  .arita-text {text-align:center;}

  .business_deco {
    position: absolute;
    max-width: 100%;
    display: block;
    top: calc(30vh - 80px); /* 높이 전체의 95%에서 88px를 뺀 값 */
    right: 0;
    min-width:250px;
    background-size:cover;
    z-index: -1;
    height: 250px;
    background-image: url('/images/main/business_deco.png'); /* 배경 이미지 설정 */
    /* 배경 이미지 크기, 반복 등 추가 설정도 가능합니다. */
}

.bu-overay {background:rgba(0,0,0,0.8);
position:absolute;
top:0;
left:0;
height:100%;
border:3px solid red;}

.swiper-business .swiper-slide.swiper-slide-active {
    background: black;
    opacity: 1;
    transform: scale(1);
    min-width: 100px;
    margin-right: 40px;
    height: 250px;
    margin-top: -30px;
}
.swiper-business .swiper-slide.swiper-slide-active h2 {
  color:#fff !important;
}

.swiper-business .content-wrapper .content {
    padding: 1.5em;
    text-align: left;
    display: block;
    justify-items: center;
    width: 100%;
    align-items: center;
    margin: 0 auto;
    color: #000;
}
.swiper-business .swiper-slide.swiper-slide-active h2 {
    transform: rotate(0deg) !important;
    color: #fff !important;
    font-size: 20px!important;
    position: relative;
    top: 0;
    margin-left: 0;
}

.swiper-business .swiper-slide {
    margin: 0;
    height: auto;
    width: 100%;
    max-width:300px;
    height:250px;
    padding: 0;
    opacity: 1;
    background: rgba(255,255,255,1);
    border-radius: 0px;
    transition: all 0.5s ease-in-out;
  }
  .swiper-business {
    padding: 1.5em 0 ;
    max-height:250px;
    margin-top:20px;
  }
  .bu h2 {
    color: rgba(255,255,255,0.5);
    transform: rotate(-90deg);
    font-size: 20px !important;
    position: absolute;
    top: 30%;
    left: 0;
    margin-left: -15%;
}
.bu p {
    color: #000 !important;
    font-size:12px;
}

.why-us {margin-top:-180px; padding-top:220px; padding-bottom:60px;}
#mores {position:absolute; right:15px;;  width:40px !important; margin-top:-100px;}
.onmobile {margin:0 5px; height:200px; background-position:center;
}

.about {
    padding:50px 0 ;
    position:relative;
    display: block;
}


.contact {padding:60px 0; border-bottom:2px solid #d0d0d0}
.contact h6{font-size:14px !important}
.contact p {font-size:12px;}

#header {
    transition: all 0.5s;
    z-index: 997;
    border-bottom: 1px solid #fff;
    padding: 0px 0;
    height:80px;
}
#header .logo {
    font-size: 30px;
    margin: 10px;
    padding: 0;
    margin-top:20px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
}


.navbar {
    padding: 10px 0;
}

.l-menu {
  

}

.l-menu li a {
    font-size: 14px;
    color: #000;
}


.l-menu h3 {
    display:none !important;
}
}



.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    
    .navbar .has-megamenu{position:static!important;}
    .navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }
    
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
}
/* ============ mobile view .end// ============ */



    
@keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
@-webkit-keyframes bugfix {
  from {
    padding: 0;
  }
  to {
    padding: 0;
  }
}
#overlay-button {
  position: absolute;
  right: 0em;
  top: -10px;
  padding: 26px 11px;
  z-index: 5;
  cursor: pointer;
  user-select: none;
  z-index:9999!important
}
#overlay-button span {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #000;
  position: relative;
  display: block;
  transition: all 0.2s ease-in-out;
}
#overlay-button span:before {
  top: -10px;
  visibility: visible;
}
#overlay-button span:after {
  top: 10px;
}
#overlay-button span:before, #overlay-button span:after {
  height: 4px;
  width: 35px;
  border-radius: 2px;
  background-color: #000;
  position: absolute;
  content: "";
  transition: all 0.2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
  background: #333332;
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked ~ #overlay {
  visibility: visible;
}
input[type=checkbox]:checked ~ #overlay-button:hover span, input[type=checkbox]:checked ~ #overlay-button span {
  background: transparent;
}
input[type=checkbox]:checked ~ #overlay-button span:before {
  transform: rotate(45deg) translate(7px, 7px);
  opacity: 1;
}
input[type=checkbox]:checked ~ #overlay-button span:after {
  transform: rotate(-45deg) translate(7px, -7px);
}

#overlay {
  height: 100vh;
  width: 100vw;
  background: rgba(255,255,255,0.9);
  z-index: 2;
  visibility: hidden;
  position: fixed;
  top:0;
  left:0; right:0;
  z-index:9809 !important;
}
#overlay.active {
  visibility: visible;
}
#overlay ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  height: 100vh;
  padding:2rem;

  list-style-type: none;
  z-index:9944 !important;
}


#overlay ul li {
  padding: 0.5em 1em;
  border-bottom:2px solid #d9d9d9;
  width:100%; display:block;
  text-align:center;
}

#overlay ul li a {
  color: #000;
  width:100%; display:block;
  text-decoration: none;
  font-size: 1.2em;
}
#overlay ul li a:hover {
  color: #333332;
}

.in_menus a {font-weight:900;}

.has_sub {padding:20px  0 !important; height:auto !important; } 
.has_sub li {font-size:14px ;border:none  !important;  color:rgba(0,0,0,0.8) !important}
.has_sub li a {font-size:14px ;border:none  !important;  color:rgba(0,0,0,0.8) !important; font-weight:600 !important;}


@media (min-width: 768px) and (max-width: 1024px) {


    .section1 {heighT:100vh;  padding:120px 0 150px; overflow-y:scroll; }
    .section2 {heighT:100vh;  padding:120px 0  150px; overflow-y:scroll; }
    .section3 {heighT:100vh;  padding:120px 0 150px ;  overflow-y:scroll; }
    .section4 {heighT:100vh;  padding:120px 0 150px ; overflow-y:scroll; }
    .section5 {heighT:100vh;  padding:120px 0  150px; overflow-y:scroll; }
  
    #custom-select2 .active {color:#00adee !important}
  
  
    #overlay-button {display:block;}
      .depth_areas{width:100%; position:relative;
          display:block;
          background-image:url('/images/depth/areas/areas_top.jpg?ver=d'); 
          background-size:cover;
          height: 200px;
      }
      .depth_title {text-align:center; color:#fff !important; 
          font-size:22px !important;
          position: absolute;
          top: 50%;
          opacity: 1 !important;
          left: 50%;
          transform: translate(-50%, -50%);
      }
      .sub_depth {
          background: #fff;
          width: 100%;
          display: block;
          position: relative;
          z-index:2;
          min-height:60px;
          margin-top: 00px;
  
      }
      #hero .container {
          padding-top: 0px;
          max-width:850px !important;
      }
      
    .options li {
      padding: 10px;
      display: block;
      width: 100%;
      line-height:1;
      cursor: pointer;
      text-align:left;
      position:relative;
      z-index:888;
      background-color: #fff;
      border:1px solid #d9d9d9;
      min-height: 20px;
      margin-top:-1px;
      font-size:14px;
  }
  
      
  .options li:first-child {
      margin-top:0px;
  }
  .options2 li {
      padding: 10px;
      display: block;
      width: 100%;
      line-height:1;
      cursor: pointer;
      text-align:left;
      position:relative;
      z-index:888;
      background-color: #fff;
      border:1px solid #d9d9d9;
      min-height: 20px;
      margin-top:-1px;
      font-size:14px;
  }
  .options2 li:first-child {
      margin-top:0px;
  }
      #custom-select{
          border-right:1px solid #d9d9d9;
      }
      #custom-select::after{
        content:"";
        position:absolute;
        background-image: url('/images/arrows.jpg');
        background-size:cover;
        display:inline-block;
      width:20px; 
      height:20px;
      right:20px;
      top:20px;
  
    }
    #custom-select2::after{
      content:"";
      position:absolute;
      background-image: url('/images/arrows.jpg');
      background-size:cover;
      display:inline-block;
    width:20px; 
    height:20px;
    right:20px;
    top:20px;
  
  }
  
      .description-box {
          padding: 20px 0;
      }
      .barit_h2 {
          font-size: 25px !important;
          font-weight: 800;
      }
      .clients {
          padding: 25px 0;
          text-align: center;
      }
  
      .tab-content.active {
          display: block;
          margin-top: 40px;
          padding-left: 15px;
      }
  
      .history_contents {
          padding-left: 0px;
      }
  
      
    .indl dt:first-child{margin-top:-3px;}
    .indl dt {font-size:16px; font-weight:900; margin-bottom:8px; margin-top:10px;}
    .indl dd {font-size:14px; font-weight:400; line-height:100%}
    .indl dd::before {
      content: "\2022"; /* 마커 모양 (원형) */
      color: #2a378f; /* 마커 색상을 빨간색으로 지정 */
      margin-right: 0.5em; /* 마커와 텍스트 간격 조정 */
    }
    .in_section{
  
      margin-bottom:30px;
    }
    .tab-link.active {
      background-color: #00adee;
      color: #fff;
  }
  .tab-link {
      flex: 1;
      text-align: center;
      padding: 8px;
      font-size: 16px;
      cursor: pointer;
      background: #ccc;
      border-radius: 36px;
  }
  
  .sub_h4 {
      font-size: 40px;
      color: #000000;
      font-weight: 600;
  }
  
  .sub_h4 {
      font-size: 20px;
      color: #000000;
      font-weight: 600;
  }
  .sub_h3 {
      font-size: 20px;
      color: #313d93;
      font-weight: 700;
  }
  .description-box p {
      color: #000;
      font-size: 14px;
      letter-spacing: -1px;
      line-height: 140%;
  }
  
  .sub_last_section {
      padding-bottom: 50px !important;
  }
  
  .location_img {padding-right:0px; 
      margin-right:0px !important; margin-top:0px !important;
       max-width:100%; width:100%; }
  
  .phone h6 , .email h6{font-size:14px; margin-bottom:5px;}
  .phone p , .email p{font-size:12px;}
  
  .clients_location {  padding: 20px 0;
      text-align: center;
    }
    .map_google{border:0; width: 100%; height: 200px;}
    #quick {display:none;}
    .main-wrapper_fixed {display:none }
    .slide_text {position:absolute;z-index:500;
      top: 50%;
      left: 50%;
      
      transform: translate(-50%, -50%);
  
  }
    .slide_text h3{color:#fff !important;}
    .slide_text h4{color:#fff !important; font-size:28px; margin-bottom:20px;}
    .slide_text p{color:#fff !important;}
    .arita-main {text-align:center}
    .arita-main img {max-width:80%; margin:0 auto; }
    .arita-text {text-align:center;}
  
    .business_deco {
      position: absolute;
      max-width: 100%;
      display: block;
      top: calc(30vh - 80px); /* 높이 전체의 95%에서 88px를 뺀 값 */
      right: 0;
      min-width:250px;
      background-size:cover;
      z-index: -1;
      height: 250px;
      background-image: url('/images/main/business_deco.png'); /* 배경 이미지 설정 */
      /* 배경 이미지 크기, 반복 등 추가 설정도 가능합니다. */
  }
  
  .bu-overay {background:rgba(0,0,0,0.8);
  position:absolute;
  top:0;
  left:0;
  height:100%;
  border:3px solid red;}
  
  .swiper-business .swiper-slide.swiper-slide-active {
      background: black;
      opacity: 1;
      transform: scale(1);
      min-width: 100px;
      margin-right: 40px;
      height: 250px;
      margin-top: -30px;
  }
  .swiper-business .swiper-slide.swiper-slide-active h2 {
    color:#fff !important;
  }
  
  .swiper-business .content-wrapper .content {
      padding: 1.5em;
      text-align: left;
      display: block;
      justify-items: center;
      width: 100%;
      align-items: center;
      margin: 0 auto;
      color: #000;
  }
  .swiper-business .swiper-slide.swiper-slide-active h2 {
      transform: rotate(0deg) !important;
      color: #fff !important;
      font-size: 20px!important;
      position: relative;
      top: 0;
      margin-left: 0;
  }
  
  .swiper-business .swiper-slide {
      margin: 0;
      height: auto;
      width: 100%;
      max-width:300px;
      height:250px;
      padding: 0;
      opacity: 1;
      background: rgba(255,255,255,1);
      border-radius: 0px;
      transition: all 0.5s ease-in-out;
    }
    .swiper-business {
      padding: 1.5em 0 ;
      max-height:250px;
      margin-top:20px;
    }
    .bu h2 {
      color: rgba(255,255,255,0.5);
      transform: rotate(-90deg);
      font-size: 20px !important;
      position: absolute;
      top: 30%;
      left: 0;
      margin-left: -15%;
  }
  .bu p {
      color: #000 !important;
      font-size:12px;
  }
  
  .why-us {margin-top:-180px; padding-top:220px; padding-bottom:60px;}
  #mores {position:absolute; right:15px;;  width:40px !important; margin-top:-100px;}
  .onmobile {margin:0 5px; height:200px; background-position:center;
  }
  
  .about {
      padding:50px 0 ;
      position:relative;
      display: block;
  }
  
  
  .contact {padding:60px 0; border-bottom:2px solid #d0d0d0}
  .contact h6{font-size:14px !important}
  .contact p {font-size:12px;}
  
  #header {
      transition: all 0.5s;
      z-index: 997;
      border-bottom: 1px solid #fff;
      padding: 0px 0;
      height:80px;
  }
  #header .logo {
      font-size: 30px;
      margin: 10px;
      padding: 0;
      line-height: 1;
      font-weight: 500;
      letter-spacing: 2px;
      text-transform: uppercase;
  }
  
  
  .navbar {
      padding: 10px 0;
  }
  
  .l-menu {
    
  
  }
  
  .l-menu li a {
      font-size: 14px;
      color: #000;
  }
  
  
  .l-menu h3 {
      display:none !important;
  }


  .sl-main-container {
    width: 100%;
    margin: 0 auto;
}

#footer .credits {
    padding-top: 4px;
    margin-bottom: 30px;
    width:100%; display:block;
}
.sub_depth {
    background: #fff;
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
    min-height: 60px;
    margin-top: 0px;
}
  
  .navbar .megamenu{ padding: 1rem; }
    }

    :root {
        --c-purple-light: #cdc9ec;
        --c-yellow: #ffa700;
        --c-line: #645c9c;
        --c-blue: #6694d9;
        --c-grey: #131313;
      }
      
      section#two {
        margin: 100px 0;
      }
      section#two .cont {
        font-size: 0;
        max-width: 90%;
        margin: 0 auto;
      }
      section#two .cont .col {
        width: 50%;
        vertical-align: top;
        box-sizing: border-box;
        display: inline-block;
        overflow: hidden;
        max-height: 150vh;
      }
      section#two .cont .col img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
      }
      section#two .cont .col.text {
        font-size: 20px;
        padding: 70px;
        padding-top: 35vh;
        box-sizing: border-box;
      }
      section#two .cont .col.text h1 {
        margin: 0;
        padding: 0;
        color: white;
      }
      section#two .cont .col.text p {
        color: white;
      }
      section#two .cont .col:nth-child(1) {
        width: 60%;
      }
      section#two .cont .col:nth-child(2) {
        width: 40%;
      }
      

      
      section#three {
        margin: 100px 0;
      }
      section#three .cont {
        font-size: 0;
        max-width: 90%;
        margin: 0 auto;
      }
      section#three .cont .col {
        width: 50%;
        vertical-align: top;
        box-sizing: border-box;
        display: inline-block;
        overflow: hidden;
      }
      section#three .cont .col img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
      }
      section#three .cont .col.text {
        font-size: 20px;
        padding: 70px;
        padding-top: 35vh;
        box-sizing: border-box;
      }
      section#three .cont .col.text h1 {
        margin: 0;
        padding: 0;
        color: white;
      }
      section#three .cont .col.text p {
        color: white;
      }
      section#three .cont .col:nth-child(1) {
        width: 60%;
      }
      section#three .cont .col:nth-child(2) {
        width: 40%;
      }
      


      section#four {
        margin: 100px 0;
      }
      section#four .cont {
        font-size: 0;
        max-width: 90%;
        margin: 0 auto;
      }
      section#four .cont .col {
        width: 50%;
        vertical-align: top;
        box-sizing: border-box;
        display: inline-block;
        overflow: hidden;
      }
      section#four .cont .col img {
        width: 100%;
        height: auto;
        object-fit: cover;
        object-position: center;
      }
      section#four .cont .col.text {
        font-size: 20px;
        padding: 70px;
        padding-top: 35vh;
        box-sizing: border-box;
      }
      section#four .cont .col.text h1 {
        margin: 0;
        padding: 0;
        color: white;
      }
      section#four .cont .col.text p {
        color: white;
      }
      section#four .cont .col:nth-child(1) {
        width: 60%;
      }
      section#four .cont .col:nth-child(2) {
        width: 40%;
      }
      



      #sectionPin {
        height: 100vh;
        width: 100vw;
        overflow: hidden;
      }
      
      .pin-wrap {
        background: pink;
        height: 100vh;
        display: flex;
        justify-content: flex-start;
        align-items: center;
      }
      
      .pin-box {
        height: 100%;
        width: 100vw;
        background: green;
        border: 5px solid #fff;
      }
      
      .u-2\/5\@from-medium {
        width: 40%;
      }
      
      .u-3\/5\@from-medium {
        width: 60%;
      }
      
      .o-layout_item {
        display: inline-block;
        vertical-align: top;
        font-size: 1rem;
        padding-left: 0;
      }
      
      .c-section_infos.-padding {
        padding-top: 35vh;
      }
      
      .c-fixed_wrapper {
        height: 100vh;
      }
      
      .c-section_infos {
        position: relative;
        max-width: 320px;
        z-index: 0;
      }
      
      .c-fixed {
        height: 100%;
        background-size: cover;
        background-position: 50%;
        opacity: 0.75;
        mix-blend-mode: multiply;
      }
      
      .c-fixed, .c-fixed_target {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
      }
      
      .o-layout {
        padding: 0;
        list-style: none;
        font-size: 0;
        margin: 0;
      }
      
      .c-section {
        position: relative;
        margin-bottom: 35vh;
      }
      
      .o-container {
        position: relative;
        width: 100vw;
        height: 100vh;
      }
      .o-container div {
        position: absolute;
        width: 100%;
        height: 100%;
      }