﻿
body {
    margin: 0;
    padding: 0;
    font-size: 0.813em;
    height: 100%;
    font-family: 'Noto Sans KR', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;
    word-break: keep-all;
}

/****************navbar************************/
	/**** 상단 *****/
	#header {
	position: absolute;
	z-index: 500;
	top: 0;
}
	#header>#topNav 			{
	position: fixed;
	width: 100%;
	height: 110px;
	transition: 0.5s ease-in-out /*느렸다빨리짐*/;
	background-color: #FFFFFF;
}		
	#topNav.bg 	{
	padding-top: 5px;
	background-color: #FFFFFF;
	color: #333;
}
	#header #topNav.bg a 	{

}
	#header a				{
	text-decoration: none;
}		
	#header>#topNav>ul		{display:flex; list-style:none;}
	#header>#topNav>ul>li	{flex-grow:1; text-align:center; position:relative; }
	a.dropdown-item {
	color: #111 !important;
}
.bg 	{
	background-color: #FFFFFF;
	color: #fff;
}

.nav-transe {
    background-color: rgba(0, 0, 0, 0.82);
}

.navbar {
	border-radius: 0;
	margin-left: auto;
	margin-right: auto;
}

    a.navbar-brand span {
    font-size: 14px;
    text-align: left;
    position: absolute;
    letter-spacing: 1.4em;
    left: 82px;
    bottom: 22px;
    color: #000;
}
         @media (max-width: 1100px) and (min-width: 320px){
        a.navbar-brand span {
    font-size: 12px;
    text-align: left;
    position: absolute;
    letter-spacing: .9em;
    left: 52px;
    bottom: 12px;
    color: #000;
}
     }

/**************로그인버튼 안보이기***********/
a.btn_b02.btn_s {

}

/***********mobill---------/
/**navbar 스크롤바 감추기**/
.navbar-nav ::-webkit-scrollbar {
display:none;
}

/**서브페이지**/
#ctt {
    margin-top: 95px;
}
#bo_v {
    margin-top: 75px;
	    max-width: 1000px;
}
/********************* 메인슬라이드 zoom sld *********************************/
   .swiper-container {
	width: 100%;
	height: 90vh;
       margin-top: 95px;
    }
   
.swiper-slide {
	font-size: 14px;
	color: #333;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/*padding: 40px 30px;
	-webkit-transition: 30s ease-out;
	transition: 30s ease-out;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent !important;*/
     /* transform: scale(1.2);
    -webkit-transform: scale(1.2);*/
    

    }
.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% /cover;
}


.swiper-slide .slide1 {
	transform-origin: 0 100%;
	width: 100%;
	background-position: center center;
	background-size: cover;
	background-image: url(url);

}

.bg-cover {
    top: 0;
    left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
}

/*
.swiper-slide .slide2 {
background-image: url(../img/bg_2.jpg);
transform-origin: 0 100%;
}
.swiper-slide .slide3 {
background-image: url(../img/bg_3.jpg);
transform-origin: 0 100%;
}
*/

.swiper-container-3 {
	    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-scale-effect .swiper-slide-cover {

 /*    -webkit-transition: 30s ease-out; /*   /*out 속도*/
 /*  transition: 30s ease-out;  */  /*out 속도*/
 /* -webkit-transition-timing-function: ease-out; */  /*시간*/
/* transition-timing-function: ease-out; 
  transform: scale(1.2); 
-webkit-transform: scale(1.2); 
	*/

} 

@media (max-width:767px){
    #hd_btn .btn_b02{
        display: none;
    }
.swiper-slide-cover {
 /*   background-size: contain !important; */
    min-height: 40vh;
}
.swiper-slide {
    padding: 0;
}
.swiper-container {
    width: 100%;
    height: 100% !important;

}
.swiper-pagination.swiper-pagination-white.swiper-pagination-clickable.swiper-pagination-bullets {
    display: none;
}
    .title span {
    font-size: 20px !important;
    font-weight: 400;
}
}

.align-middle {
    vertical-align: middle !important;
    display: table-cell;
    text-align: center;
    width: 100%;
}
.title span {
    font-size: 35px;
    font-weight: 400;
}
/*
.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover{
	transform: scale(1);
}
*/
 .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
    }
    .swiper-slide .title {
    font-weight: 100;
    margin-bottom: 20px;
    font-size: 100px;
    top: auto;
        text-align:center;
    }
    .swiper-slide .subtitle {
	margin-bottom: 20px;
	font-size: 16px;
	color: rgba(255,255,255,1.00);
	font-weight: 400;
            line-height: 22px;
    border-radius: 4px;

    }
    .swiper-slide .text {
      font-size: 14px;
      max-width: 400px;
      line-height: 1.3;
    }

.overflow {
        overflow: hidden;
}

.type-b {
    -webkit-animation: zoom-b 15s linear infinite alternate;
    -moz-animation: zoom-b 15s linear infinite alternate;
    -o-animation: zoom-b 15s linear infinite alternate;
    animation: zoom-b 15s linear infinite alternate;
}
@-webkit-keyframes zoom-b {
  0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1) translateZ(1px);
  }
}
@-moz-keyframes zoom-b {
  0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1) translateZ(1px);
  }
}
@-o-keyframes zoom-b {
  0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1) translateZ(1px);
  }
}
@keyframes zoom-b {
  0% {
    -ms-transform: scale(1, 1);
    transform: scale(1, 1) translateZ(1px);
  }
  100% {
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1) translateZ(1px);
  }
}


@media (min-width:993px){
.cap_title.container{
    display:flex;
    align-items:center;
    justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
}

.cap_title {
	z-index: 1;
/*	position: relative;
	align-items: center;
    */
	overflow-x: hidden;
	overflow-y: hidden;
    
    
}

.cap_title.container-fill {
/*	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
    */
	animation-duration: 3s;
  animation-name: slidein;
}
.title {
	animation-duration: 3s;
	animation-name: slidein;
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	color: #FFFFFF;
	line-height: 4rem;
	    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.58);
}


@media (max-width:767px){
#section-02 .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -20px;
}
}

/*******************hover / zoom************************/
.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
   background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7); /* Black see-through */
  opacity:0;
  overflow: hidden;
  width: 100%;
  height: 100%;
 /* -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
	*/
  -webkit-transition: 1.0s ease;
  transition: 1.0s ease;
}
.banner h3 {
	position: absolute;
	top: 60px;
	left: 60px;
	color: #fff;
	line-height: 100%;
	font-weight: 700;
	font-style: italic;
	font-size: 40px;
	text-transform: uppercase;
	transition: all .2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.7);

}

.banner:hover h3{
	 opacity:0;
}

.banner:hover .overlay {
 /* -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);*/
	 opacity:1;
}
.overlay a {
	color: rgba(255,255,255,1.00);
	text-decoration: none;
}

.banner{
	overflow: hidden;
}
.banner:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
-webkit-transition: 1s;  /*지속시간 크롬*/
transition:  all 1s;  /*지속시간 윈도우*/
}

.portpolio {
 overflow: hidden;
}
.portpolio:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
-webkit-transition: 1s;  /*지속시간 크롬*/
transition:  all 1s;  /*지속시간 윈도우*/
}
.portpolio:hover .overlay {
 /* -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);*/
	 opacity:1;
}

.text_hover02 {
	color: white;
	font-size: 1.7rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.text_hover01 {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
		-webkit-transition: .50s ease;
	transition: .50s ease;
}
.text_hover01 {
	transform: scale(1) rotateX(-180deg);
	transition: all 0.7s;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	
}
.banner:hover .overlay .text_hover01 {
		transform: scale(.8) rotateX(-0deg);
	transition: all 0.9s;
	-webkit-transition: all 0.9s;
	-moz-transition: all 0.9s;
	 position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
		-webkit-transition: .50s ease;
	transition: .50s ease;
}



/***********************mouse********************/
.icon-scroll {
	position: absolute;
	left: 50%;
	width: 1em;
	height: 3.125em;
	transform: translateX(-50%) scale(2);
	z-index: 300;
	top: 570px;
}

.icon-arrows::after,
.icon-arrows::before {
  content: '';
}
.icon-arrows span,
.icon-arrows::after,
.icon-arrows::before {
	display: block;
	width: 0.315em;
	height: 0.315em;
	border-right: 1px solid rgba(255,255,255,1.00);
	border-bottom: 1px solid rgba(255,255,255,1.00);
	margin: 0 0 0.125em 0.315em;
	transform: rotate(45deg);
	animation: mouse-scroll 1s infinite;
	animation-direction: alternate;
}

.icon-arrows::before {
	margin-top: 0.315em;
	animation-delay: .1s;
}

.icon-scroll span {
	animation-delay: .2s;
}

.icon-arrows::after {
	animation-delay: .3s;
}

.icon-scroll .mouse {
	height: 1.375em;
	width: .875em;
	border: 1px solid rgba(255,255,255,.8);
	border-radius: 2em;
}

.icon-scroll .wheel {
  position: relative;
  display: block;
  height: 0.1875em;
  width: 0.1875em;
  margin: 0.1875em auto 0;
  background: rgba(255,255,255,.8);
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 50%;
}

@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0);
	}

	100% {
		opacity: 0;
		transform: translateY(.375em);
	}
}

@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}


/*****************애니메이션*****************/
/*base code*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/*the animation definition*/
@-webkit-keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  100% {
    -webkit-transform: none;
    transform: none
  }
}
@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    -webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    -ms-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0)
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    -ms-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0)
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    -ms-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    -ms-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0)
  }
  100% {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft
}

/*****************애니메이션*****************/

.title-2 {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}
.title-2 .text-888:hover {
    color: #fff;
}
.text-888 {
	color: #888888;
}
.subtitle {
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.53);
	line-height: 3.5rem;
}

#footer-01 {
	/* [disabled]background-color: #3B3D53; */
	display: block;
}
#footer-01 .col-12 {
	padding-right: 7px;
	padding-left: 7px;
	display: table;
	margin-top: 100px;
}

.bg-deeblue {
	background-color: rgba(63, 66, 73, 0.48);
}
.copy {
	padding-top: 15px;
	padding-bottom: 15px;
}
.text-white a:hover {
	color: #ECECEC;
}
#foot-left {
	float: right;
}
.float-left a {
    color: #eee;
}
/*****************슬라이더 텍스트***********************/


/*********************right menu*********************/
div#top-btn {
    position: absolute;
}

.main-menu:hover,nav.main-menu.expanded {
	width: 150px;
	overflow: visible;
}

.main-menu {
	background-color: #312f45;
	border-left: 0px solid rgba(175,175,175,0.31);
	position: fixed;
	top: 30vh;
	bottom: 0;
	height: 55px;
	right: 0;
	width: 60px;
	overflow: hidden;
	-webkit-transition: width .05s linear;
	transition: width .05s linear;
	-webkit-transform: translateZ(0) scale(1,1);
	z-index: 300;
        border-radius: 4px;
	/* [disabled]padding-top: 20px; */
	/* [disabled]padding-bottom: 20px; */
}

.main-menu>ul {
margin:7px 0;
}

.main-menu li {
	position: relative;
	display: block;
	width: 250px;
    margin: 10px 0;
    padding: 0px;
}

.main-menu li>a {
	position: relative;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	color: #eee;
	font-family: arial;
	font-size: 14px;
	text-decoration: none;
	-webkit-transform: translateZ(0) scale(1,1);
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
  
}

.main-menu .nav-icon {
position:relative;
display:table-cell;
width:60px;
height:36px;
text-align:center;
vertical-align:middle;
font-size:18px;
}

.main-menu .nav-text {
position:relative;
display:table-cell;
vertical-align:middle;
width:190px;

}

.main-menu>ul.sns {
position:absolute;
left:0;
bottom:10vh;
}

.no-touch .scrollable.hover {
overflow-y:hidden;
}

.no-touch .scrollable.hover:hover {
overflow-y:auto;
overflow:visible;
}

a:hover,a:focus {
text-decoration:none;
}

nav {
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
-o-user-select:none;
user-select:none;
}

nav ul,nav li {
	outline: 0;
	margin: 0 10px;
	padding: 0;
}

.main-menu li:hover>a,nav.main-menu li.active>a,.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus,.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,.dashboard-page nav.dashboard-menu ul li.active a {
color:#fff;
background-color:#000;
}
#navbarSupportedContent1 .navbar-nav.float-right .nav-item {
	margin-left: 1rem;
	margin-right: 1rem;
}

.fa-2x {
	font-size: 1.5em !important;
}
.main-menu ul li .fa {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    /* font-size: 30px; */
}
.portpol_title h5 {
	margin-bottom: 20px;

}
#top-btn-2 {
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#top-btn-2 .m768-block {
	color: rgba(255,255,255,1.00);
	background-color: rgba(37,37,37,1.00);
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	width: 30px;
	height: 30px;
}
.main-wrapper {
	width: 100vw;
	height: 100vh;
	background-image: url(../img/rv-2788677_1920.jpg);

	background-position: center 77%;
	  transition: 30s ease-out; /*out 속도*/
	transform: scale(1.2);}
.sub-title {
	padding-top: 120px;
	padding-bottom: 120px;
}
.bg-subis {
	background-color: #343434;
}
.foot_company p {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 20px;
}
.nav.nav-pills .nav-item .nav-link:hover {
	color: #28A0EC;
}
.width_nav li {
	display: inline-block;

}
.width_nav li a {
	float: left;
	text-align: left;
}
#section-01 {
	z-index: 5;
}
.main_bg {
	width: 100%;
	/* [disabled]height: 80vh; */
	display: block;
	background-repeat: no-repeat;
	background-position: center 0%;
}

.swiper-container-2 {
	    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.font-600 {
	font-weight: 500;
    color: #333;
    font-size: 25px;
}
.foot_sns li a {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}
div#mysubmenu {
  /*  min-height: 150px; */
}
.top_button-2 {
	margin-top: 0px;
	margin-bottom: 0px;
}
.sub_img li {
	list-style: none;
	display: inline-block;
	text-align: center;
	padding: 10px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.mainbg_01 {
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: rgba(237,86,89,0.40); */
	/* [disabled]min-height: 580px; */
	max-height: 580px;
	padding-top: 70%;
	padding-bottom: 70%;

}
.mainbg_01:hover .main-text {
    -ms-transform: scale( 1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}
.mainbg_01:hover {
    background-color: rgba(233, 30, 99, 0.83);
    width: 100%;
    display: block;
}
.border-bottom01 {
	background-color: rgba(255,255,255,1.00);
	width: 50%;
	height: 2px;
	margin: 20px auto;
	text-align: center;
	opacity: 0.4;
}
.proces_01 {
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
	/* [disabled]padding-bottom: 60px; */

}
.row .proces_01 .proces-item {
	display: inline-block;
	padding-top: 30px;
	padding-bottom: 30px;
	margin: 10px;
	width: 22%;
	font-size: 17px;
	font-weight: 600;
	background-color: rgba(255,255,255,0.92);
	color: #2A2A2A;
}
.row .proces_01 .proces-item:hover {
    background: #2196F3;
    color: #fff;
}
.proces-item:hover{
	background: #333;
	color: #fff;
}
.process .cover {
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.36);
	bottom: 0px;
	width: 100%;
	display: inline-block;
}































/********************-------------------- media-----------------------------

************************/
@media (min-width:992px){
	.dropdown:hover .dropdown-menu {
	display: block;
}
.foot_company {
	padding-left: 30px;
}
.sub-pl-5 {
	padding-left: 45px !important;
}
.sub-contain-6 dt, dd {
    padding: 0 70px;
}

}

@media (max-width:992px){
.text_hover02 {
	color: white;
	font-size: 1.2rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}
.sub-contain-3 .img-fluid {
	margin-bottom: 15px;
}
#foot-left  {
	width: 100%;
	display: block;
	margin: 30px auto;
}
.foot_sns {
	margin-top: 20px;

}
.m-center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
	display: block;
	padding: 0px 15px;

}
.cap_title {
	z-index: 1;
	position: relative;
	display: table !important;
	vertical-align: middle;
	height: 400px;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	/*margin-top: 110px;*/
    padding-top: 250px;
}
.sub-contain-6 {
	min-height: 400px;
	display: table;
	position: relative;
	padding-left: 15px !important;
	padding-right: 15px !important;
	margin-top: 30px;

}

.sub_tab-2 {
    position: relative;
    text-align: center;
    margin: 0 auto !important;
    font-size: 0;
    opacity: 1;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
	padding-left: 0px
}
	.sub_tab>li>a {
    font-size: 0.8rem !important;
    padding: 12px 25px !important;
}

.mainp_title {
    text-align: center;
    font-size: 0.9rem;
    line-height: 1rem;
}
.main-text i .img-fluid {

}
.main-text {
	color: rgba(255,255,255,1.00);
	font-size: 2rem !important;
	position: absolute;
	top: 25% !important;
	display: inline-table;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	line-height: normal;
	width: 95% !important;
}
.main-text i .img-fluid {
	/* [disabled]width: 13vw; */
	max-width: 75px;

}
.mainbg_01 {
	width: 95%;
	height: 95%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: rgba(237,86,89,0.40); */
	/* [disabled]min-height: 580px; */
	max-height: 580px;
	padding-top: 20vw;
	padding-bottom: 15vw;
	margin-top: 15px;

}










}

@media (min-width:768px) and (max-width:992px){
.title {
	animation-duration: 3s;
	animation-name: slidein;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
    margin: auto;
}
.subtitle {
	font-size: 1.3rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.53);
}
.banner h3 {
	position: absolute;
	top: 60px;
	left: 60px;
	color: #fff;
	line-height: 100%;
	font-weight: 700;
	font-style: italic;
	font-size: 30px;
	text-transform: uppercase;
	transition: all .2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;

}
.text_hover01 {
	color: white;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: .50s ease;
	transition: .50s ease;
}

 .ca3-scroll-down-link {
        bottom: 10% !important;
    }


}

@media (max-width:767px){
#footer-01 .col-12 {
	margin-bottom: 0px;
	/* [disabled]margin-top: 10px; */
	display: table;
    padding: 0;
}
    .swiper-button-next, .swiper-button-prev {
    display: none !important;
}
.main-menu {
	background-color: rgba(0, 0, 0, 0.75);
	border-left: 1px solid rgba(175,175,175,0.31);
	position: fixed;
	top: 70px;
	bottom: 0;
	height: 100%;
	right: 0;
	width: 60px;
	overflow: hidden;
	-webkit-transition: width .05s linear;
	transition: width .05s linear;
	-webkit-transform: translateZ(0) scale(1,1);
	z-index: 300;
	padding-top: 5vh;
	display: none;
}
.m768-block {
	display: block;
}
.arrow-down .xi-angle-down {
	display: none;
}
.banner h3 {
	position: absolute;
	top: 60px;
	left: 60px;
	color: #fff;
	line-height: 100%;
	font-weight: 700;
	font-style: italic;
	font-size: 27px;
	text-transform: uppercase;
	transition: all .2s;
	-webkit-transition: all 1.2s;
	-moz-transition: all 1.2s;

}
.text_hover01 {
	color: white;
	font-size: 1rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	-webkit-transition: .50s ease;
	transition: .50s ease;
}
.title {
	animation-duration: 3s;
	animation-name: slidein;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
    line-height: 4rem;
}
.subtitle {
	font-size: 0.9rem;
	font-weight: 600;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 5px rgba(0,0,0,0.53);
	line-height: 1.7rem;
	 /*margin-top: 1rem;*/
}
.portpol_title h5 {
	margin-bottom: 20px;
	font-size: 1rem;

}
.bg-deeblue {
	padding-top: 80px;
	padding-bottom: 60px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 18px;
}

#top-btn-2 .m768-block {
    width: 60px;
    height: 30px;
}


.sub-title-b {
	font-size: medium;
}
.sub-titlea {
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
	padding-right: 20px;
}

.sub-bg {
	background-size: contain;
	background-position: center center;

}
.sub-contain-6 {
	min-height: 250px !important;
	display: table;
	position: relative;
	padding-left: 15px !important;
	padding-right: 15px !important;

}

 .ca3-scroll-down-link {
        bottom: 5% !important;
    }
h2 {
	font-size: 1.7rem;
}
.swiper-slide .subtitle {
	text-align: center;
	margin-bottom: 20px;
	font-size: 11px;
	color: rgba(255,255,255,1.00);
	font-weight: 500;
  line-height: 15px

    }
.swiper-slide .title {
	font-weight: 100;
	text-align: center;
	margin-bottom: 20px;
	font-size: 40px;
	line-height: 10px;
    }
    
    .room {
    margin: 0 !important;
    color: #333333;
}
.width_nav {
	display: block;
	overflow-x: auto !important; /*스크롤 가로*/
	white-space: nowrap !important;  /* 1줄로 나오기 줄바꿈 x */
	-ms-overflow-style: none !important;
	list-style-type: none;
	/* [disabled]flex-wrap: unset; */
	padding: 0px;
	max-width: 85vw;
}
.ms-fill {
	padding-top: 30px !important;
	padding-bottom: 80px;
	position: relative;
}
.sub_img li {
	list-style: none;
	display: inline-block;
	text-align: center;
	width: 50%;
	float: left;
	padding: 10px;
}

.sub_img img {
    padding: 15px;
    width: 50%;
}
.mainbg_01 {
	width: 95%;
	height: 95%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: rgba(237,86,89,0.40); */
	/* [disabled]min-height: 580px; */
	max-height: 580px;
	padding-top: 90%;
	padding-bottom: 70%;
	margin-top: 10px;

}
.main-text {
	color: rgba(255,255,255,1.00);
	font-size: 1.5rem !important;
	position: absolute;
	top: 25% !important;
	display: inline-table;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	line-height: normal;
	width: 95% !important;
}

    .bg-color01 {
	background-color: rgba(237,86,89,0.90) !important;
}
.bg-color02 {
	background-color: rgba(255,161,0,0.90) !important;
}
.bg-color03 {
	background-color: rgba(82,229,186,0.90) !important;
}
.bg-color04 {
	background-color: rgba(114,172,255,0.90) !important;
}
.row .proces_01 .proces-item {

	width: 40%;

}


    
/*************스크롤바 없애기***********/
/*
::-webkit-scrollbar {display:none;} 
*/



}

.sub_tab {
    position: relative;
    text-align: center;
    margin: 0 auto !important;
    font-size: 0;
    opacity: 1;
    overflow-x: auto;
    white-space: nowrap;
    -ms-overflow-style: none;
	padding-left: 0px
}


#potpoleo {

}
.portpol_title {
	padding-top: 60px;
	padding-bottom: 60px;

}
.portpol_title h2 {
	font-weight: 700;
	font-size: 2.5rem;
	line-height: 4rem;
	text-transform: uppercase;

}

.center-block {
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	clear: both;
}
.company_img .img-fluid {
	max-height: 330px;
	max-width: 440px;
	width: 100%;
}

.bg-111 {
	background-color: #1D1D1D;
}
.text-ddd {
	color: #DDDDDD;
}
.bg-deeblue {
	padding-top: 10px;
	padding-bottom: 70px;
	vertical-align: middle;
	background-color: #fff;
    border-top: 1px solid #eee;
}
.copy {
	    clear: both;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(255,255,255,0.43);
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #989898;
}
#footer-01 a:hover {
	color: #111;
}
.copy a {
	color: #343642 !important;
}

.width_nav li a {
	font-size: 12px;
	color: #999;
	line-height: 30px;
	margin-right: 0px;
	margin-left: 0px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}
.foot_company.col-sm-12.col-md-12.col-lg-8.col-xl-9 a {
    color: #333;
}
.copy a {
    color: #888;
}
.middle {
	vertical-align: middle;
}


@media (min-width:1000px) and (max-width:1299px){
   .mainp_title {
   
}
    
    .cap_title {

}
    
.title {
	animation-duration: 3s;
	animation-name: slidein;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;

}
 .subtitle {
    font-size: 1.1rem;
    font-weight: 600;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.53);
}   
  .m-center {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    float: none;
    display: block;
    padding: 0px 15px;
}  
}
@media (min-width:1000px) and (max-width:1100px){
.mainbg_01 {
	width: 90%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]background-color: rgba(237,86,89,0.40); */
	/* [disabled]min-height: 580px; */
	max-height: 580px;
	padding-top: 100%;
	padding-bottom: 70%;

}

 
}

@media (min-width:1300px) and (max-width:1800px){
#foot-left {
	float: left;
	width: 100%;
}
 .ca3-scroll-down-link {

    }
}
@media (min-width:320px) and (max-width:1600px){
    #foot-left {
	float: left;
	width: 100%;
}
}

@media (min-width:2000px) {
     .ca3-scroll-down-link {

}
}

@media (max-width:1600px) {

}


nav#sub-menu ul li a {
    color: #aeaeae;
}




@media (min-width:768px){
#top-btn-2 {
	display: none;
}
    .right-border {
	border-right: 1px solid #ccc;
	border-collapse: separate;

}

}

@media (min-width:768.9px){
.banner {
	border-right: 0px solid rgba(255,255,255,0.30);
	background-color: rgba(0,0,0,0.88);
	width: 100%;
	height: 100%;
}
.arrow-down {
	width: 30px;
	height: 30px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	top: -70px;
	text-align: center;
	vertical-align: middle;
	left: 0pt;
	right: 3pt;
	color: rgba(255,255,255,1.00);
}


}

nav#sub-menu {
    padding-bottom: 20px;
}

.main{
    margin: 0px auto 0px auto;
}



/* sub dowon buttom
-------------------------------------------------------------*/
[data-ca3_icon]::before {
    font-weight: normal;
    content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
	background-size: contain;
	background-repeat: no-repeat;
}

.ca3-scroll-down-link {
	cursor: pointer;
	height: 40px;
	width: 40px;
	margin: 0px 0 0 -20px;
	line-height: 40px;
	position: absolute;
	left: 50%;
	bottom: 5%;
	color: #FFF;
	text-align: center;
	font-size: 40px;
	z-index: 10;
	text-decoration: none;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
	-webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
	-moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
	animation: ca3_fade_move_down 2s ease-in-out infinite;
}


/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0%   { -webkit-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -webkit-transform:translate(0,20px); opacity: 0; }
}
@-moz-keyframes ca3_fade_move_down {
  0%   { -moz-transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { -moz-transform:translate(0,20px); opacity: 0; }
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-20px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,20px); opacity: 0; }
}

/******************************************************/
.consulting {
	padding-bottom: 80px;
}

@media (min-width:768px){
#top-btn-2 {
	display: none;
}
    .sub_img img {
    width: 20%;
}
    
 .tel_767 {
    display: none;
}
}

@media (min-width:768.9px){
.banner {
	border-right: 1px solid rgba(255,255,255,0.30);
}
.arrow-down {
	width: 30px;
	height: 30px;
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	display: table-cell;
	top: -70px;
	text-align: center;
	vertical-align: middle;
	left: 0pt;
	right: 3pt;
	color: rgba(255,255,255,1.00);
}

}
.tel_767 ul li a {
    width: 48%;
    float: left;
    text-align: center;
    color: #fff;
    background: #2e2d2e;
    padding: 10px 15px;
    margin: 0 1%;
}
/*******************************sub page*****************************************/
/***************************상단배너*************************/
div#ctt, .over_hidden {
    max-height: 300px;
    overflow: hidden;
}

.bg_subpage:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transition: all 5s;
    -webkit-transition: all 5s;
}

/****내용 페이지 아이디별 bg ***/
.bg_subpage, .ctt_company, .ctt_company02, .ctt_company03 {
    background-image: url(/theme/g54_sowonweb_white/img/sub_01.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 250px;
    color: #fff;
}
/****게시판 그룹별 bg ***/
.ctt_map {
    background-image: url(/theme/g54_sowonweb_white/img/sub_04.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 300px;
    color: #fff;
}

.ctt_3pl, .ctt_order {
    background-image: url(http://neoparic.sowonweb.co.kr/theme/g54_sowonweb_white/img/sub_03.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 300px;
    color: #fff;
}
.ctt_partner {
    background-image: url(http://neoparic.sowonweb.co.kr/theme/g54_sowonweb_white/img/sub_02.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 300px;
    color: #fff;
}

@media (max-width:768px){
#ctt header h1 {
    max-height: 100px !important;
    /* background-color: #ffffff; */
    color: #fff;
    /* display: none; */
    /* height: 100px; */
    display: block !important;
    font-size: 0px !important;
}
}
/****게시판 아이디 bg 
.ctt_notice {
    background-image: url(http://neoparic.sowonweb.co.kr/theme/g54_sowonweb_white/img/main_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    max-height: 300px;
    color: #fff;
}
***/

#ctt header h1 {    
    position: relative;
    font-size: 25px;
    line-height: 300px;
    overflow: hidden;
    text-align: center;
    font-weight: 400;
    max-height: 300px;
   /* background-color: #363636;*/
    color: #fff;
     /*   display: none;*/
}

.bg_subpage{
    background-color: #555;
}

/***************************상단배너 끝*************************/
.sub-titlea {
	z-index: 1;
	vertical-align: middle;
	background-color: rgba(0, 0, 0, 0.37);
	padding-top: 9vh;
	width: 100%;
	height: 30vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	display: inline-block;
	position: relative;
	text-align: center;
	background-image: url(url);
}
.sub-contain-6 {
	display: block;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 100px;

}
.sub-title-b {
	font-weight: 700;
	line-height: 200%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sub-bg {
	clear: both;
	overflow-y: hidden;
	height: 30vh;
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	position: relative;
    background-image: url(..../../../img/buildings-768773_1920.jpg);
	margin-top: 0px;
}
.sub-bg-busin {
	clear: both;
	overflow-y: hidden;
	height: 30vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	width: 100%;
	position: relative;
	margin-top: 0px;
        background-image: url(..../../../img/city-1150026.jpg);
}

.sub-bg02 {
	clear: both;
	overflow-y: hidden;
	height: 100vh;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	display: block;
	background-attachment: fixed;
	max-height: 950px;
	background-image: url(..../../../img/company-01.jpg);
}

.sub-bg img {

}
.img-resize {
	max-width: 100%;
	max-height: 100%;


}
.sub-60padding {
	padding-top: 70px;
	padding-bottom: 70px;
	/* [disabled]margin: 0px; */
}
.text-bold {
	font-weight: 700;
	text-transform: uppercase;
}

.fa-title {
    line-height: 10px !important;
}

@media (min-width:768px) and (max-width:1300px){
.sub-titlea {

}
    

}

@media (min-width:320px) and (max-width:1200px){
#logo a {
    padding: 10px;
    height: 65px;
}   
.navbar-brand {
    font-size: 25px;
}
}

.menu-fill {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 5%;
}
.menu-fill:hover {
	border: 1px solid #888888;

}


@media (max-width:1199.98px){
.menu-fill {
	margin-bottom: 30px;
}

}
.right-border {
}
.sub_img img {
    padding: 15px;
}
/***************게시판*******************/
.main blockquote {
    max-width: 1170px;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #343434;
    padding: 30px 0;
    margin: 130px auto 50px auto;
}
.ms-fill {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
    background: #f6f6f6;
}
.ms-fill-2 {
	padding-top: 120px;
	position: relative;
}
.foot_praid {
	margin: 10px 0px 20px;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	display: flex;
	padding: 0px;
}
.foot_loto {
	padding-bottom: 30px;
}
.foot_sns {

}
.align-left {
	text-align: left;
}
.width_nav {
	display: block;
	overflow-x: auto !important; /*스크롤 가로*/
	white-space: nowrap !important;  /* 1줄로 나오기 줄바꿈 x */
	-ms-overflow-style: none !important;
	list-style-type: none;
	/* [disabled]flex-wrap: unset; */
	padding: 0px;
}
/*************스크롤바 없애기***********/
/*
::-webkit-scrollbar {display:none;} 
*/
.bg-blue {
	background-color: #0d5474;
	color: rgba(255,255,255,1.00);
}
.font-600 {
}

@media (min-width:1200px){
#section-01 {
	z-index: 5;
}
.main_bg {
	width: 100%;
	/* [disabled]height: 100vh; */
	display: block;
	/*margin-top: 110px;*/
}


}


.m-center {
}
.button-eee {
	color: rgba(236,236,236,0.8) !important;
}.button-eee:hover {
	color: #fff !important;
}

.sub_tab {
	position: relative;
   /* min-height: 60px; */
	text-align: center;
	margin: 0 auto;
	font-size: 0;
	opacity: 1;
	padding: 0px;
}
.sub_tab-2 {
	position: relative;
	height: 50px;
	text-align: center;
	margin: 0 auto;
	font-size: 0;
	opacity: 1;
	padding: 0px;
}
.sub_tab>li>a:hover {
    background-color: #3c3d53;
    color: #fff;
}
.sub_tab-2>li>a:hover {
	color: #0174BB;
}

.sub_tab .on {
    opacity: 1;

}
.sub_tab>li {
    display: inline-block;
    margin-right: 1px;
}
.sub_tab-2>li {
    display: inline-block;
    margin-right: 1px;
}

.sub_tab>li.on>a {
	font-size: 0.8rem;
	color: #fff;
	background-color: #3B3D53;
	font-weight: 400;
}
/*
.sub_tab>li>a:active {
    font-size: 0.8rem;
    color: #fff;
    background-color: #3B3D53;
    font-weight: 400;
}
*/
.sub_tab>li>a {
	display: inline-block;
	font-size: 0.8rem;
	color: #333333;
	background-color: rgba(239,239,239,0.70);
	padding: 15px 35px;
    line-height: 1.2rem;
}
.sub_tab-2>li>a {
	display: inline-block;
	font-size: 1rem;
	color: #333333;
	padding: 15px;
}
.sub_img {

}

/* 회사연혁 */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
	display: block;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #eee;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.container-2 {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container-2::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  right: -17px;
    background-color: #ffffff;
    border: 4px solid #6d6d6d;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #eee;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #eee;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.container-2  .content {
  padding: 20px 30px;
  background-color: #fff;
  position: relative;
  border-radius: 6px;    
	border: 1px solid #eee;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container-2 {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container-2::before {
  left: 60px;
  border: medium solid #eee;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eee transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}


.sub_tab>li:active {
    display: inline-block;
    font-size: 0.8rem;
    color: #ffffff;
    background-color: rgba(36, 35, 35, 0.7);
    padding: 15px 45px;
}

.mainp_title {
    color: #fff;
    opacity: 1;
    margin-bottom: -5px;
}

/***************text************************/
.tracking-in-contract-bck-bottom {
	-webkit-animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s both;
	        animation: tracking-in-contract-bck-bottom 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) 0.5s both;
}

@-webkit-keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-bottom {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(300px);
            transform: translateZ(400px) translateY(300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

.tracking-in-expand {
	-webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

/*************게시판 유튜브 반응형 동영상 삽입*****************/

.embed-youtube {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bg-color01 {
	background-color: rgba(237,86,89,0.60);
}
.bg-color02 {
	background-color: rgba(255,161,0,0.60);
}
.bg-color03 {
	background-color: rgba(41, 213, 180, 0.66);
}
.bg-color04 {
	background-color: rgba(53, 136, 255, 0.6);
}
.main-text {
	color: rgba(255,255,255,1.00);
	font-size: 47px;
	/* [disabled]position: absolute; */
	top: 20%;
	display: inline-table;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	cursor: pointer;
	line-height: normal;
}
.main-text02 {
	color: rgba(255,255,255,1.00);
	font-size: 47px;
	position: absolute;
	top: 35%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	cursor: pointer;
	line-height: normal;
}
.text-small {
	font-size: 80%;
	line-height: 0%;

}
.company_img {
	margin-bottom: 10px;
	display: inline-block;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.magintop60 {
	margin-top: 60px;
}
.inline {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	display: inline-block;
}

/********************계열사********************/

	ul.affiliates {
    width: 100%;
    padding: 0;
}
	.affiliates li{list-style: none; text-align: center;}
.affiliates a{text-decoration: none; color: #fff; display: block; width: 100%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);}
.affiliates li a{border-radius:15px 0; background: #565880;}
.affiliates div{float: left; box-sizing: border-box;}
.affiliates .line{width: 100%;}
.affiliates .fLleft{height: 50px; width: 33%; margin-left: 17%;border-bottom: 1px solid #111; border-right: 1px solid #111;}
.affiliates .fLright{height: 50px; width: 33%; border-bottom: 1px solid #111;}
.affiliates .sLleft{height: 50px; width: 33%; margin-left: 17%; border-left: 1px solid #111; border-right: 1px solid #111;}
.affiliates .sLright{height: 50px; width: 33%; border-right: 1px solid #111;}        
.affiliates .site_park{padding: 0 35%; font-size: 17px;}
.affiliates .site_park a{padding:15px 0; border:1px solid #fff; border-radius:20px 0; background:#3F51B5;}
.affiliates .subsid{width: 33.33%; float: left; padding: 0 3% 30px 3%; font-size: 18px;}
.affiliates .subsid a{height: 70px; line-height: 70px; border:1px solid #fff;}  
		  
	@media (max-width:767px){
.affiliates .site_park {
    padding: 0 25%;
    font-size: 16px;
}
.affiliates .subsid {
    width: 33.33%;
    float: left;
    padding: 0 0% 30px 0%;
    font-size: 13px;
}
        ul.room_main li {
    width: 100% !important;
    float: left;
    margin: 5px auto;
    height: 200px !important;
}
		  }
/********************계열사 끝 ********************/
.service {
	margin-top: 60px;
	margin-bottom: 60px;
	display: inline-block;
	position: relative;
}
.container.service img:hover {
    opacity: 0.7;
}
.process {
	margin-top: 100px;
	background-image: url(../img/archive-1850170_1920.jpg);
	margin-bottom: 100px;
	color: #FFFFFF;
	display: inline-block;
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	background-repeat: no-repeat;
}
.mafintop100 {
}
.magintop100 {
	margin-top: 100px;
}
.magin120_auto {
	margin-top: 120px;
	margin-bottom: 120px;
}
.neocover {
	background-color: #F5F5F5;
	padding: 50px 25px;
	text-align: left;
	border: 2px solid #FFFFFF;
	min-height: 280px;
}
.neocover:hover {
	background-color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	text-align: left;
	border: 2px solid #333;
}

i.xi-close.xi-2x {
    font-size: 1.2em;
}

div#ctt_con img {
    max-width: 100%;
}
div#ctt_con img {
    max-width: 100%;
    margin-bottom: 30px;
}

@media (max-width:980px){
#ctt {
    margin: 0px 0;
    padding-top: 75px;
}
div#ctt, .over_hidden {
    max-height: 400px;
    overflow: hidden;
}
#ctt_con {
    padding: 0px 15px;
}
div#mysubmenu {
    min-height: 50px;
}
    .roomb {
        height: 200px !important;
    width: 5vw;
    min-width: 180px !important;
    padding: 0 0 0 40px !important;
    border: 1px solid #e5e5e5 !important;
    }
    
}



table.__se_tbl {
    text-align: center;
    margin: auto;
}

/**룸**/
ul.room_main li {
    width: 33.3%;
    float: left;
     height: 350px;
}
.roomb {
    margin: 0 auto;
    height: 350px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #222;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    /* text-align: center; */
    padding: 0 0 0 70px;
    background: rgba(255, 255, 255, 0.8);
    width: 12vw;
    overflow: hidden;
    font-weight: 100;
    min-width: 220px;
    border: 1px solid #eee;
}
.roomb:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    width: 100vw;
   /* border: 5px solid rgba(255, 255, 255, 0.2);*/
}
.roomb h3 {
    font-size: 25px;
    font-weight: 400;
    color: #343434;
}
.roomb:hover h3 {
    color: #fff;
}
.roomb h3 span {
    font-size: 17px;
    font-weight: 400;
    color: #333;
}
.roomb:hover h3 span{
    color: #fff;
}

.roomb a {
    color: #222;
}
.roomb a:hover {
    color: #ffffff;
}

span.span1 {
    background: #2e2d2e;
    color: #fff;
    padding: 5px 10px;
}
.roomb:hover span.span1{
    background: #f53544;
    color: #fff;
}


.textb {
    margin-top: 15px;
}
ul.room_main li {
 background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.tbl_type {
    width: 100% !important;
    border-top: 2px solid #151515;
    border-bottom: 1px solid #9C9C9C;
    border-collapse: collapse;
}
.tbl_type, .tbl_type th, .tbl_type td {
    border: 0;
    text-align: center;
}
.tbl_type th {
    padding: 7px 0 4px;
    border: 1px solid #555;
    background-color: #f5f7f9;
    color: #000;
    font-weight: bold;
}

.box_type {
    padding: 40px;
    width: 100% !important;
    border: 1px solid rgba(156, 156, 156, 0.33);
}

h2.text-center.h2title {
    color: #2c2c2c;
    padding: 50px 0 20px 0;
    font-weight: 700;
    font-size: 30px;
}
button.hd_sch_btn {
    display: none;
}

section#section {
    max-width: 1800px;
    margin: 60px auto;
        display: grid;
}
.lt_detail {
    display: none;
    /* color: #333 !important; */
    /* font-size: 14px; */
}
.lt_txt_wr a {
    color: #767676;
    font-size: 16px !important;
}